/* ==========================================
   DOXA DRESSES - Core Stylesheet
   Design: iOS 26 Liquid Glass & Soft Luxury
   ========================================== */

:root {
    --satin-cream: #F7F4EF;
    --ivory: #FDFBF8;
    --jet-black: #111111;
    --soft-gray: #D9D4CC;
    --champagne-gold: #C8A96A;
    
    --font-logo: 'Playfair Display', serif;
    --font-heading: 'Cormorant Garamond', serif;
    --font-body: 'Poppins', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

body {
    background-color: var(--satin-cream);
    font-family: var(--font-body);
    color: var(--jet-black);
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: hidden;
    position: relative;
}

/* Page Fade-In Transition */
.page-container {
    width: 100%;
    max-width: 480px;
    min-height: 100vh;
    padding: 32px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
    opacity: 0;
    animation: fadeInPage 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* Hero Header Section */
.hero-header {
    text-align: center;
    margin-bottom: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Circular Luxury Badge Container for the Long Logo */
.logo-wrapper {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(253, 251, 248, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1.5px solid rgba(200, 169, 106, 0.3); /* Subtle champagne gold border */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    margin: 0 auto 14px auto;
    box-shadow: 0 12px 30px rgba(17, 17, 17, 0.06),
                inset 0 1px 2px rgba(255, 255, 255, 0.9);
}

.brand-logo {
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(17, 17, 17, 0.06));
}

.tagline {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 500;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--jet-black);
}

/* Central Frosted Glass Card */
.glass-card {
    width: 100%;
    background: rgba(253, 251, 248, 0.65);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 32px;
    padding: 32px 24px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04), 
                inset 0 1px 0 rgba(255, 255, 255, 0.9);
    margin-bottom: 24px;
}

/* Welcome Text Block */
.welcome-content {
    text-align: center;
    margin-bottom: 28px;
}

.welcome-title {
    font-family: var(--font-heading);
    font-size: 1.85rem;
    font-weight: 600;
    color: var(--jet-black);
    margin-bottom: 6px;
    line-height: 1.2;
}

.welcome-subtitle {
    font-size: 0.9rem;
    color: #555555;
    font-weight: 300;
    letter-spacing: 0.02em;
    margin-bottom: 16px;
}

.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.divider::before, .divider::after {
    content: '';
    height: 1px;
    width: 40px;
    background: var(--soft-gray);
}

.diamond-icon {
    color: var(--champagne-gold);
    font-size: 0.75rem;
    margin: 0 10px;
}

/* Social Buttons Stack */
.social-links-stack {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.glass-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-radius: 20px;
    text-decoration: none;
    overflow: hidden;
    transition: transform 0.2s cubic-bezier(0.33, 1, 0.68, 1), box-shadow 0.2s ease;
}

/* Jet Black Button */
.btn-black {
    background: var(--jet-black);
    color: var(--ivory);
    box-shadow: 0 10px 25px rgba(17, 17, 17, 0.15);
}

/* Frosted White Button */
.btn-white {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.9);
    color: var(--jet-black);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
}

.btn-content-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.icon-circle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.light-circle {
    background: rgba(17, 17, 17, 0.04);
    border: 1px solid rgba(17, 17, 17, 0.06);
}

.social-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.btn-text-group {
    display: flex;
    flex-direction: column;
}

.btn-label-top {
    font-size: 0.68rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.7;
    font-weight: 400;
}

.btn-label-main {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.arrow-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.dark-arrow {
    background: rgba(17, 17, 17, 0.04);
}

.glass-btn:hover .arrow-icon {
    transform: translateX(3px);
}

/* Elegant Footer Capsule */
.footer-capsule {
    width: 100%;
    background: rgba(253, 251, 248, 0.5);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 20px;
    padding: 16px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.footer-heart {
    color: var(--champagne-gold);
    font-size: 0.85rem;
    margin-bottom: 4px;
}

.footer-text {
    font-size: 0.78rem;
    color: #555555;
    font-weight: 400;
    margin-bottom: 2px;
}

.footer-copy {
    font-size: 0.7rem;
    letter-spacing: 0.1em;
    color: #888888;
    text-transform: uppercase;
}