/* ============================================
   PHONEGUARD — LANDING PAGE
   Rose Pastel + Crème + Dynamique
   ============================================ */

:root {
    --rose: #F4A0B5;
    --rose-light: #FADDE6;
    --rose-dark: #E8789A;
    --rose-pastel: #FDE8EE;
    --cream: #FFF8F0;
    --cream-dark: #F5EDE3;
    --white: #FFFFFF;
    --dark: #2D2D3A;
    --dark-light: #4A4A5A;
    --gray: #8E8E9A;
    --gold: #D4A574;
    --yellow: #FFB800;
    --yellow-dark: #E6A600;
    --gradient: linear-gradient(135deg, var(--rose) 0%, var(--rose-dark) 100%);
    --gradient-yellow: linear-gradient(135deg, var(--yellow) 0%, var(--yellow-dark) 100%);
    --gradient-soft: linear-gradient(135deg, var(--rose-pastel) 0%, var(--cream) 100%);
    --shadow: 0 8px 32px rgba(244, 160, 181, 0.12), 0 2px 8px rgba(0, 0, 0, 0.04);
    --shadow-lg: 0 20px 48px rgba(244, 160, 181, 0.2), 0 8px 16px rgba(0, 0, 0, 0.06);
    --shadow-hover: 0 24px 56px rgba(244, 160, 181, 0.28), 0 12px 24px rgba(0, 0, 0, 0.08);
    --radius: 20px;
    --radius-sm: 12px;
    --transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --transition-fast: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    --transition-bounce: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

[data-theme="dark"] {
    --rose: #D4879B;
    --rose-light: #3D2A33;
    --rose-dark: #E8A0B8;
    --rose-pastel: #2A1F26;
    --cream: #1A1A24;
    --cream-dark: #22222E;
    --white: #FFFFFF;
    --dark: #F0EDF2;
    --dark-light: #C5C0CC;
    --gray: #8A8694;
    --gold: #D4A574;
    --gradient: linear-gradient(135deg, #D4879B 0%, #C06B85 100%);
    --gradient-soft: linear-gradient(135deg, #2A1F26 0%, #1A1A24 100%);
    --shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    --shadow-lg: 0 20px 60px rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] body {
    background: var(--cream);
}

[data-theme="dark"] .header {
    background: rgba(26, 26, 36, 0.15);
    border-bottom-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] .header.scrolled {
    background: rgba(26, 26, 36, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.12);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

[data-theme="dark"] .nav-links {
    background: rgba(34, 34, 46, 0.7);
    border-color: rgba(212, 135, 155, 0.15);
}

[data-theme="dark"] .nav-pill {
    background: linear-gradient(135deg, #D4879B 0%, #C06B85 100%);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .hero-gradient {
    background:
        radial-gradient(ellipse at 20% 50%, rgba(42, 31, 38, 0.9) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 20%, rgba(212, 135, 155, 0.1) 0%, transparent 50%),
        radial-gradient(ellipse at 60% 80%, rgba(212, 165, 116, 0.05) 0%, transparent 50%),
        var(--cream);
}

[data-theme="dark"] .hero-badge {
    background: var(--cream-dark);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .product-card,
[data-theme="dark"] .step,
[data-theme="dark"] .feature,
[data-theme="dark"] .testimonial-card {
    background: var(--cream-dark);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

[data-theme="dark"] .product-card:hover,
[data-theme="dark"] .step:hover,
[data-theme="dark"] .feature:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

[data-theme="dark"] .contact {
    background: var(--cream-dark);
}

[data-theme="dark"] .contact-bg-pattern {
    background-image:
        radial-gradient(circle at 10% 20%, rgba(212, 135, 155, 0.04) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(212, 165, 116, 0.03) 0%, transparent 50%);
}

[data-theme="dark"] .contact-bg-pattern::before,
[data-theme="dark"] .contact-bg-pattern::after {
    border-color: rgba(212, 135, 155, 0.05);
}

/* Method Cards Dark */
[data-theme="dark"] .contact-method-card {
    background: var(--cream);
    border-color: rgba(212, 135, 155, 0.1);
}

[data-theme="dark"] .contact-method-card:hover {
    border-color: rgba(212, 135, 155, 0.2);
    background: rgba(42, 31, 38, 0.6);
}

[data-theme="dark"] .method-info h4 {
    color: var(--dark);
}

[data-theme="dark"] .method-badge {
    background: rgba(212, 135, 155, 0.15);
}

/* Panel Dark */
[data-theme="dark"] .contact-panel {
    background: linear-gradient(135deg, rgba(42, 31, 38, 0.95), rgba(26, 26, 36, 0.98));
    border-color: rgba(212, 135, 155, 0.12);
}

[data-theme="dark"] .contact-panel-header h3 {
    color: rgba(255, 255, 255, 0.95);
}

[data-theme="dark"] .contact-panel-header p {
    color: rgba(255, 255, 255, 0.6);
}

[data-theme="dark"] .panel-stat {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .panel-stat-number {
    color: var(--rose-dark);
}

[data-theme="dark"] .panel-stat-label {
    color: rgba(255, 255, 255, 0.5);
}

[data-theme="dark"] .contact-panel-socials>span {
    color: rgba(255, 255, 255, 0.4);
}

[data-theme="dark"] .panel-socials-links a {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
}

[data-theme="dark"] .panel-socials-links a:hover {
    background: var(--gradient);
    color: white;
    border-color: transparent;
}

/* Form Dark */
[data-theme="dark"] .contact-form {
    background: var(--cream);
    border-color: rgba(212, 135, 155, 0.1);
}

[data-theme="dark"] .form-header h3 {
    color: var(--dark);
}

[data-theme="dark"] .contact-form input,
[data-theme="dark"] .contact-form select,
[data-theme="dark"] .contact-form textarea {
    background: var(--cream-dark);
    border-color: rgba(212, 135, 155, 0.15);
    color: var(--dark);
}

[data-theme="dark"] .contact-form input:focus,
[data-theme="dark"] .contact-form select:focus,
[data-theme="dark"] .contact-form textarea:focus {
    background: var(--cream);
    border-color: var(--rose);
}

[data-theme="dark"] .form-group label {
    color: var(--gray);
}

[data-theme="dark"] .form-group input:focus~label,
[data-theme="dark"] .form-group textarea:focus~label,
[data-theme="dark"] .form-group select:focus~label,
[data-theme="dark"] .form-group input:not(:placeholder-shown)~label,
[data-theme="dark"] .form-group textarea:not(:placeholder-shown)~label,
[data-theme="dark"] .form-group input.has-value~label,
[data-theme="dark"] .form-group textarea.has-value~label,
[data-theme="dark"] .form-group select.has-value~label {
    background: var(--cream);
    color: var(--rose-dark);
}

[data-theme="dark"] .char-progress {
    background: rgba(212, 135, 155, 0.08);
}

[data-theme="dark"] .btn-submit {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .toast {
    background: var(--cream-dark);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}

[data-theme="dark"] .footer {
    background: #111118;
}

[data-theme="dark"] .btn-primary.light {
    background: var(--cream-dark);
    color: var(--rose-dark);
}

[data-theme="dark"] .section-tag {
    background: var(--rose-pastel);
}

[data-theme="dark"] .testimonials {
    background: var(--gradient-soft);
}

[data-theme="dark"] .banner-overlay {
    background: linear-gradient(135deg, rgba(192, 107, 133, 0.85) 0%, rgba(160, 80, 110, 0.9) 100%);
}

/* ============================================
   LANGUAGE TOGGLE FR / EN
   ============================================ */
.lang-toggle {
    display: flex;
    align-items: center;
    width: 68px;
    height: 34px;
    border-radius: 50px;
    border: 1.5px solid rgba(244, 160, 181, 0.35);
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    cursor: pointer;
    padding: 3px;
    position: relative;
    transition: var(--transition);
    flex-shrink: 0;
    overflow: hidden;
    outline: none !important;
    box-shadow: 0 2px 8px rgba(244, 160, 181, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    -webkit-appearance: none;
    appearance: none;
}

.lang-toggle::before {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    background: var(--gradient);
    border-radius: 50px;
    transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
    left: 3px;
    box-shadow: 0 2px 8px rgba(232, 120, 154, 0.4);
}

[data-lang="en"] .lang-toggle::before {
    left: calc(100% - 31px);
}

.lang-toggle .lang-fr,
.lang-toggle .lang-en {
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 1;
    flex: 1;
    text-align: center;
    transition: var(--transition);
    pointer-events: none;
    user-select: none;
    line-height: 1;
}

.lang-toggle .lang-fr {
    color: white;
}

.lang-toggle .lang-en {
    color: var(--gray);
}

[data-lang="en"] .lang-toggle .lang-fr {
    color: var(--gray);
}

[data-lang="en"] .lang-toggle .lang-en {
    color: white;
}

.lang-toggle:hover {
    border-color: rgba(244, 160, 181, 0.6);
    box-shadow: 0 4px 16px rgba(244, 160, 181, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    transform: translateY(-1px);
}

.lang-toggle:focus,
.lang-toggle:focus-visible {
    outline: none !important;
    border-color: rgba(244, 160, 181, 0.5);
    box-shadow: 0 2px 8px rgba(244, 160, 181, 0.2);
}

[data-theme="dark"] .lang-toggle {
    background: rgba(34, 34, 46, 0.8);
    border-color: rgba(212, 135, 155, 0.25);
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

/* Dark mode toggle */
.theme-toggle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(244, 160, 181, 0.2);
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: var(--transition);
    color: var(--dark-light);
    flex-shrink: 0;
}

.theme-toggle:hover {
    border-color: var(--rose);
    background: var(--rose-pastel);
    color: var(--rose-dark);
    transform: rotate(20deg);
}

.theme-toggle .fa-moon {
    display: inline;
}

.theme-toggle .fa-sun {
    display: none;
}

[data-theme="dark"] .theme-toggle .fa-moon {
    display: none;
}

[data-theme="dark"] .theme-toggle .fa-sun {
    display: inline;
}

/* Mobile nav in dark mode */
@media (max-width: 1024px) {
    [data-theme="dark"] .nav-links {
        background: rgba(26, 26, 36, 0.98);
    }

    [data-theme="dark"] .nav-links li a {
        border-bottom-color: rgba(212, 135, 155, 0.1);
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: 'Poppins', sans-serif;
    background: var(--cream);
    color: var(--dark);
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ============================================
   HEADER
   ============================================ */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 245, 247, 0.92);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(244, 160, 181, 0.15);
    transition: var(--transition);
}

.header.scrolled {
    background: rgba(255, 255, 255, 0.22);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.nav {
    max-width: 100%;
    margin: 0;
    padding: 0 32px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
}

.logo-img {
    height: 100px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.logo-icon {
    width: 42px;
    height: 42px;
    background: var(--gradient);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    position: relative;
    box-shadow: 0 4px 15px rgba(244, 160, 181, 0.4);
}

.logo-sparkle {
    position: absolute;
    top: -4px;
    right: -4px;
    font-size: 12px;
    animation: sparkle 2s ease-in-out infinite;
}

@keyframes sparkle {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.3);
    }
}

.logo-text {
    font-size: 22px;
    font-weight: 700;
    color: var(--dark);
}

.logo-accent {
    color: var(--rose-dark);
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 2px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    padding: 4px 5px;
    border-radius: 12px;
    border: 1px solid rgba(244, 160, 181, 0.15);
    box-shadow: 0 2px 16px rgba(244, 160, 181, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.7);
    position: relative;
}

.nav-pill {
    position: absolute;
    height: calc(100% - 8px);
    top: 4px;
    left: 5px;
    background: var(--gradient);
    border-radius: 9px;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 0;
    box-shadow: 0 4px 16px rgba(244, 160, 181, 0.35), 0 1px 3px rgba(232, 120, 154, 0.2);
    pointer-events: none;
    opacity: 0;
}

.nav-pill.visible {
    opacity: 1;
}

.nav-links li {
    position: relative;
    z-index: 1;
}

/* Le pill est un élément décoratif : on le met dans un <li> dédié pour respecter le HTML */
.nav-pill-item {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links a {
    text-decoration: none;
    color: var(--dark);
    font-size: 13px;
    font-weight: 600;
    position: relative;
    transition: all 0.35s ease;
    padding: 8px 18px;
    border-radius: 50px;
    display: block;
    white-space: nowrap;
}

.nav-links a:hover {
    color: var(--dark);
}

.nav-links a.active {
    color: white;
    font-weight: 600;
}

.nav-links a.nav-external {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--dark);
    font-weight: 600;
    background: rgba(244, 160, 181, 0.12);
    border: 1px solid rgba(244, 160, 181, 0.2);
    border-radius: 50px;
    transition: var(--transition);
}

.nav-links a.nav-external i {
    font-size: 11px;
    transition: var(--transition);
}

.nav-links a.nav-external:hover {
    background: var(--gradient);
    color: white;
    border-color: transparent;
    box-shadow: 0 4px 16px rgba(232, 120, 154, 0.3);
}

.nav-links a.nav-external:hover i {
    transform: rotate(15deg) scale(1.1);
}

.nav-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.btn-nav {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 26px;
    background: var(--gradient);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 700;
    transition: var(--transition-bounce);
    box-shadow: 0 6px 20px rgba(232, 120, 154, 0.35), 0 2px 6px rgba(232, 120, 154, 0.2);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.3px;
}

.btn-nav::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.28) 0%, transparent 60%);
    opacity: 0;
    transition: var(--transition);
}

.btn-nav:hover {
    transform: translateY(-3px) scale(1.04);
    box-shadow: 0 12px 32px rgba(232, 120, 154, 0.45), 0 4px 10px rgba(232, 120, 154, 0.25);
}

.btn-nav:hover::before {
    opacity: 1;
}

.btn-nav:active {
    transform: translateY(-1px) scale(0.98);
}


/* --- Btn Cart (header) --- */
.btn-cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.55);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(244, 160, 181, 0.2);
    color: var(--dark);
    font-size: 17px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(244, 160, 181, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.btn-cart:hover {
    background: rgba(255, 255, 255, 0.8);
    border-color: rgba(244, 160, 181, 0.35);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(244, 160, 181, 0.2);
}

.btn-cart.active {
    background: var(--gradient);
    color: white;
    border-color: transparent;
    box-shadow: 0 6px 20px rgba(244, 160, 181, 0.35);
}

.btn-cart .cart-count {
    position: absolute;
    top: -6px;
    right: -6px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    background: var(--rose-dark);
    color: white;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid white;
    line-height: 1;
}

.btn-cart.active .cart-count {
    background: white;
    color: var(--rose-dark);
}

/* --- Btn Order (header) --- */
.btn-order {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 22px;
    background: var(--gradient);
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 4px 15px rgba(244, 160, 181, 0.3);
    letter-spacing: 0.2px;
}

.btn-order:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(244, 160, 181, 0.4);
}

.btn-order:active {
    transform: translateY(0);
}

.burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 5px;
}

.burger span {
    width: 24px;
    height: 2.5px;
    background: var(--dark);
    border-radius: 2px;
    transition: var(--transition);
}

.burger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 100px 24px 60px;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg-image {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-gradient {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(244, 160, 181, 0.25) 0%, rgba(232, 120, 154, 0.3) 100%);
    z-index: 1;
}

.floating-phones {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.floating-phone {
    position: absolute;
    width: 180px;
    height: 260px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--shadow-lg);
    opacity: 0;
    animation: floatIn 1s ease-out forwards;
}

.floating-phone img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.phone-1 {
    top: 15%;
    right: 8%;
    animation-delay: 0.5s;
    animation-name: floatIn, floatY;
    animation-duration: 1s, 6s;
    animation-timing-function: ease-out, ease-in-out;
    animation-fill-mode: forwards, none;
    animation-iteration-count: 1, infinite;
    animation-delay: 0.5s, 1.5s;
    transform: rotate(8deg);
}

.phone-2 {
    top: 40%;
    right: 2%;
    animation-delay: 0.8s;
    animation-name: floatIn, floatY2;
    animation-duration: 1s, 7s;
    animation-timing-function: ease-out, ease-in-out;
    animation-fill-mode: forwards, none;
    animation-iteration-count: 1, infinite;
    animation-delay: 0.8s, 1.8s;
    transform: rotate(-5deg);
    width: 150px;
    height: 220px;
}

.phone-3 {
    bottom: 15%;
    right: 12%;
    animation-delay: 1.1s;
    animation-name: floatIn, floatY;
    animation-duration: 1s, 8s;
    animation-timing-function: ease-out, ease-in-out;
    animation-fill-mode: forwards, none;
    animation-iteration-count: 1, infinite;
    animation-delay: 1.1s, 2.1s;
    transform: rotate(3deg);
    width: 140px;
    height: 200px;
}

@keyframes floatIn {
    from {
        opacity: 0;
        transform: translateY(60px) scale(0.8);
    }

    to {
        opacity: 0.75;
        transform: translateY(0) scale(1);
    }
}

@keyframes floatY {

    0%,
    100% {
        transform: translateY(0) rotate(8deg);
    }

    50% {
        transform: translateY(-20px) rotate(10deg);
    }
}

@keyframes floatY2 {

    0%,
    100% {
        transform: translateY(0) rotate(-5deg);
    }

    50% {
        transform: translateY(-15px) rotate(-3deg);
    }
}

.hero-particles {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: var(--rose);
    border-radius: 50%;
    opacity: 0;
    animation: particleFloat 4s ease-in-out infinite;
}

@keyframes particleFloat {
    0% {
        opacity: 0;
        transform: translateY(0) scale(0);
    }

    20% {
        opacity: 0.6;
        transform: translateY(-20px) scale(1);
    }

    80% {
        opacity: 0.3;
        transform: translateY(-80px) scale(0.5);
    }

    100% {
        opacity: 0;
        transform: translateY(-100px) scale(0);
    }
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 680px;
    text-align: center;
}

.animate-in {
    opacity: 0;
    transform: translateY(30px);
    animation: slideUp 0.8s ease-out forwards;
}

.animate-in:nth-child(2) {
    animation-delay: 0.15s;
}

.animate-in:nth-child(3) {
    animation-delay: 0.3s;
}

.animate-in:nth-child(4) {
    animation-delay: 0.45s;
}

.animate-in:nth-child(5) {
    animation-delay: 0.6s;
}

@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(244, 160, 181, 0.15);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: var(--rose-dark);
    box-shadow: 0 4px 24px rgba(244, 160, 181, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    margin-bottom: 28px;
    letter-spacing: 0.3px;
}

.badge-dot {
    width: 8px;
    height: 8px;
    background: var(--rose);
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(1.5);
    }
}

.hero-title {
    margin-bottom: 24px;
}

.title-line {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: clamp(42px, 6vw, 72px);
    font-weight: 800;
    line-height: 1.08;
    color: white;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.title-line.highlight {
    color: white;
    background: none;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: white;
    background-clip: unset;
    filter: none;
    opacity: 0.85;
}

.title-line.small {
    font-family: 'Poppins', sans-serif;
    font-size: clamp(14px, 2vw, 18px);
    font-weight: 400;
    color: var(--gray);
    margin-top: 12px;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.hero-desc {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 36px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.hero-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.btn-hero-glass {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 34px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    color: var(--dark);
    text-decoration: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid rgba(255, 255, 255, 0.8);
    cursor: pointer;
    transition: var(--transition-bounce);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    letter-spacing: 0.2px;
}

.btn-hero-glass:hover {
    background: rgba(255, 255, 255, 0.85);
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 1);
}

.btn-hero-glass:active {
    transform: translateY(-1px) scale(0.98);
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 34px;
    background: var(--gradient);
    color: white;
    text-decoration: none;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: var(--transition-bounce);
    box-shadow: 0 8px 28px rgba(244, 160, 181, 0.35), 0 2px 6px rgba(232, 120, 154, 0.2);
    position: relative;
    overflow: hidden;
    letter-spacing: 0.2px;
}

.btn-primary::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25) 0%, transparent 60%);
    opacity: 0;
    transition: var(--transition);
}

.btn-primary:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow: 0 16px 48px rgba(244, 160, 181, 0.45), 0 4px 12px rgba(232, 120, 154, 0.25);
}

.btn-primary:hover::before {
    opacity: 1;
}

.btn-primary:active {
    transform: translateY(-1px) scale(0.98);
    transition: var(--transition-fast);
}

.btn-primary.large {
    padding: 18px 40px;
    font-size: 16px;
}

.btn-primary.light {
    background: white;
    color: var(--rose-dark);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.btn-primary.light:hover {
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 24px;
    background: transparent;
    color: var(--dark-light);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition);
}

.btn-secondary i {
    font-size: 20px;
    color: var(--rose);
    transition: var(--transition);
}

.btn-secondary:hover {
    color: var(--rose-dark);
}

.btn-secondary:hover i {
    transform: scale(1.15);
}

.hero-stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 20px 28px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(244, 160, 181, 0.18);
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(244, 160, 181, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: var(--transition-bounce);
    min-width: 110px;
}

.stat:hover {
    transform: translateY(-6px) scale(1.04);
    box-shadow: 0 12px 36px rgba(244, 160, 181, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border-color: rgba(244, 160, 181, 0.3);
    background: rgba(255, 255, 255, 0.8);
}

.stat-top {
    display: flex;
    align-items: baseline;
    gap: 2px;
    line-height: 1;
}

.stat-number {
    font-family: 'Poppins', sans-serif;
    font-size: 34px;
    font-weight: 800;
    color: var(--dark);
    letter-spacing: -1.5px;
    line-height: 1;
}

.stat-suffix {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--rose-dark);
    letter-spacing: -0.5px;
}

.stat-label {
    display: block;
    font-size: 11px;
    color: var(--gray);
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.stat-divider {
    display: none;
}

.hero-scroll {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 5;
}

.scroll-indicator {
    width: 24px;
    height: 40px;
    border: 2px solid var(--rose);
    border-radius: 12px;
    display: flex;
    justify-content: center;
    padding-top: 8px;
}

.scroll-dot {
    width: 4px;
    height: 8px;
    background: var(--rose);
    border-radius: 4px;
    animation: scrollBounce 2s ease-in-out infinite;
}

@keyframes scrollBounce {

    0%,
    100% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(12px);
        opacity: 0.3;
    }
}

.hero-scroll span {
    font-size: 11px;
    color: var(--gray);
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 500;
}

/* ============================================
   MARQUEE BANNER
   ============================================ */
.marquee-section {
    background: var(--gradient);
    padding: 16px 0;
    overflow: hidden;
}

.marquee {
    overflow: hidden;
}

.marquee-content {
    display: flex;
    gap: 48px;
    animation: marqueeScroll 20s linear infinite;
    white-space: nowrap;
}

.marquee-content span {
    font-size: 14px;
    font-weight: 600;
    color: white;
    letter-spacing: 2px;
    text-transform: uppercase;
}

@keyframes marqueeScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* ============================================
   SECTION HEADERS
   ============================================ */
.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-tag {
    display: inline-block;
    padding: 8px 20px;
    background: var(--rose-pastel);
    color: var(--rose-dark);
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    border: 1px solid rgba(244, 160, 181, 0.15);
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(34px, 4vw, 50px);
    font-weight: 800;
    color: var(--dark);
    margin-bottom: 14px;
    letter-spacing: -0.5px;
}

.section-title .highlight {
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.section-desc {
    font-size: 16px;
    color: var(--gray);
    max-width: 500px;
    margin: 0 auto;
}

/* ============================================
   PRODUCTS
   ============================================ */
.products {
    padding: 100px 0;
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

.product-card {
    background: white;
    border-radius: var(--radius);
    overflow: hidden;
    transition: var(--transition-bounce);
    position: relative;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(244, 160, 181, 0.06);
    border: 1px solid rgba(244, 160, 181, 0.08);
}

.product-card:hover {
    transform: translateY(-10px) scale(1.01);
    box-shadow: var(--shadow-hover);
    border-color: rgba(244, 160, 181, 0.15);
}

.product-badge {
    position: absolute;
    top: 14px;
    left: 14px;
    padding: 6px 16px;
    background: var(--gradient);
    color: white;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    z-index: 3;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 4px 12px rgba(232, 120, 154, 0.3);
    backdrop-filter: blur(8px);
}

.product-badge.new {
    background: linear-gradient(135deg, #4D90E4, #6B5CE7);
    box-shadow: 0 4px 12px rgba(107, 92, 231, 0.3);
}

.product-badge.hot {
    background: linear-gradient(135deg, #E44D6E, #E44D90);
    box-shadow: 0 4px 12px rgba(228, 77, 110, 0.3);
}

.product-image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
}

.product-card:hover .product-image img {
    transform: scale(1.08);
}

.product-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(45, 45, 58, 0.6) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
}

.product-card:hover .product-overlay {
    opacity: 1;
}

.btn-quick {
    padding: 13px 30px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    color: var(--dark);
    text-decoration: none;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    transform: translateY(20px);
    transition: var(--transition-bounce);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    letter-spacing: 0.2px;
}

.product-card:hover .btn-quick {
    transform: translateY(0);
}

.btn-quick:hover {
    background: var(--gradient);
    color: white;
    transform: translateY(0) scale(1.05);
    box-shadow: 0 8px 28px rgba(232, 120, 154, 0.4);
}

.product-info {
    padding: 22px;
}

.product-info h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    letter-spacing: -0.2px;
}

.product-info p {
    font-size: 13px;
    color: var(--gray);
    margin-bottom: 16px;
    line-height: 1.5;
}

.product-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price {
    font-size: 20px;
    font-weight: 800;
    color: var(--rose-dark);
    letter-spacing: -0.3px;
}

.price del {
    color: var(--gray);
    font-size: 13px;
    font-weight: 400;
    margin-right: 6px;
    opacity: 0.7;
}

.product-colors {
    display: flex;
    gap: 6px;
}

.color {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    transition: var(--transition);
}

.color:hover {
    transform: scale(1.3);
}

.products-cta {
    text-align: center;
}

/* ============================================
   BANNER SECTION
   ============================================ */
.banner-section {
    position: relative;
    overflow: hidden;
}

.banner-parallax {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.banner-parallax img {
    width: 100%;
    height: 130%;
    object-fit: cover;
    position: absolute;
    top: -15%;
    transition: transform 0.1s ease-out;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(244, 160, 181, 0.85) 0%, rgba(232, 120, 154, 0.9) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-content {
    text-align: center;
    color: white;
}

.banner-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 16px;
}

.banner-content h2 span {
    display: block;
    font-style: italic;
}

.banner-content p {
    font-size: 17px;
    opacity: 0.9;
    margin-bottom: 32px;
    font-weight: 300;
}

/* ============================================
   HOW IT WORKS
   ============================================ */
.how {
    padding: 100px 0;
}

.steps {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.step {
    text-align: center;
    padding: 44px 30px;
    background: white;
    border-radius: var(--radius);
    flex: 1;
    max-width: 300px;
    position: relative;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(244, 160, 181, 0.06);
    border: 1px solid rgba(244, 160, 181, 0.08);
    transition: var(--transition-bounce);
}

.step:hover {
    transform: translateY(-8px) scale(1.01);
    box-shadow: var(--shadow-hover);
    border-color: rgba(244, 160, 181, 0.15);
}

.step-number {
    position: absolute;
    top: -12px;
    right: 20px;
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 900;
    color: var(--rose-pastel);
    line-height: 1;
}

.step-icon {
    width: 76px;
    height: 76px;
    background: var(--gradient-soft);
    border-radius: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    font-size: 28px;
    color: var(--rose-dark);
    transition: var(--transition-bounce);
    border: 1px solid rgba(244, 160, 181, 0.1);
}

.step:hover .step-icon {
    background: var(--gradient);
    color: white;
    transform: scale(1.12) rotate(-3deg);
    box-shadow: 0 8px 24px rgba(232, 120, 154, 0.35);
    border-color: transparent;
}

.step h3 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.step p {
    font-size: 14px;
    color: var(--gray);
    line-height: 1.6;
}

.step-arrow {
    display: flex;
    align-items: center;
    padding-top: 60px;
    color: var(--rose);
    font-size: 20px;
    animation: arrowBounce 2s ease-in-out infinite;
}

@keyframes arrowBounce {

    0%,
    100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(8px);
    }
}

/* ============================================
   FEATURES
   ============================================ */
.features {
    padding: 60px 0 100px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.feature {
    text-align: center;
    padding: 40px 24px;
    background: white;
    border-radius: var(--radius);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(244, 160, 181, 0.08);
    transition: var(--transition-bounce);
}

.feature:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: var(--shadow-hover);
    border-color: rgba(244, 160, 181, 0.15);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: var(--rose-pastel);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 22px;
    color: var(--rose-dark);
    transition: var(--transition-bounce);
    border: 1px solid rgba(244, 160, 181, 0.1);
}

.feature:hover .feature-icon {
    background: var(--gradient);
    color: white;
    transform: scale(1.1) rotate(-3deg);
    box-shadow: 0 6px 20px rgba(232, 120, 154, 0.3);
    border-color: transparent;
}

.feature h4 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
}

.feature p {
    font-size: 13px;
    color: var(--gray);
    line-height: 1.5;
}

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials {
    padding: 100px 0;
    background: var(--gradient-soft);
}

.testimonials-slider {
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    min-height: 280px;
}

.testimonial-card {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    border-radius: var(--radius);
    padding: 44px;
    box-shadow: 0 8px 40px rgba(244, 160, 181, 0.12), 0 2px 8px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(244, 160, 181, 0.08);
    opacity: 0;
    transform: translateX(60px) scale(0.95);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
}

.testimonial-card.active {
    opacity: 1;
    transform: translateX(0) scale(1);
    pointer-events: all;
}

.testimonial-stars {
    color: #FFB800;
    font-size: 20px;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.testimonial-card p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--dark-light);
    font-style: italic;
    margin-bottom: 24px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 14px;
}

.testimonial-author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--rose-pastel);
}

.testimonial-author strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
}

.testimonial-author span {
    font-size: 12px;
    color: var(--gray);
}

.testimonial-dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 32px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--rose-light);
    cursor: pointer;
    transition: var(--transition);
}

.dot.active {
    background: var(--rose-dark);
    width: 30px;
    border-radius: 5px;
}

/* ============================================
   CTA SECTION
   ============================================ */
.cta-section {
    padding: 100px 0;
}

.cta-box {
    background: var(--gradient);
    border-radius: 24px;
    padding: 60px;
    display: flex;
    align-items: center;
    gap: 48px;
    overflow: hidden;
    position: relative;
}

.cta-box::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.cta-box::after {
    content: '';
    position: absolute;
    bottom: -30%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
}

.cta-content {
    flex: 1;
    position: relative;
    z-index: 2;
}

.cta-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(28px, 3.5vw, 40px);
    font-weight: 800;
    color: white;
    margin-bottom: 14px;
    line-height: 1.2;
}

.cta-content h2 span {
    display: block;
    font-style: italic;
}

.cta-content p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 28px;
}

.cta-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.cta-guarantee {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}

.cta-visual {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.cta-visual img {
    width: 280px;
    height: 280px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    transform: rotate(3deg);
    transition: var(--transition);
}

.cta-visual:hover img {
    transform: rotate(0deg) scale(1.03);
}

/* ============================================
   CONTACT
   ============================================ */
.contact {
    padding: 100px 0;
    background: white;
    position: relative;
    overflow: hidden;
}

.contact-bg-pattern {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 10% 20%, rgba(244, 160, 181, 0.06) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(212, 165, 116, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(244, 160, 181, 0.03) 0%, transparent 70%);
    pointer-events: none;
}

.contact-bg-pattern::before {
    content: '';
    position: absolute;
    top: -100px;
    right: -100px;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 1px solid rgba(244, 160, 181, 0.08);
    pointer-events: none;
}

.contact-bg-pattern::after {
    content: '';
    position: absolute;
    bottom: -80px;
    left: -80px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    border: 1px solid rgba(244, 160, 181, 0.06);
    pointer-events: none;
}

.contact .container {
    position: relative;
    z-index: 1;
}

/* --- Contact Method Cards (horizontal row) --- */
.contact-methods {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 48px;
}

.contact-method-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 18px;
    background: var(--cream);
    border-radius: 16px;
    border: 1px solid rgba(244, 160, 181, 0.1);
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.contact-method-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: var(--gradient);
    opacity: 0;
    transition: var(--transition);
    border-radius: 16px;
}

.contact-method-card:not(.method-status):hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 32px rgba(244, 160, 181, 0.2);
    border-color: transparent;
}

.contact-method-card:not(.method-status):hover::before {
    opacity: 1;
}

.contact-method-card:not(.method-status):hover .method-icon,
.contact-method-card:not(.method-status):hover .method-info h4,
.contact-method-card:not(.method-status):hover .method-info p,
.contact-method-card:not(.method-status):hover .method-badge,
.contact-method-card:not(.method-status):hover .method-arrow {
    position: relative;
    z-index: 1;
}

.contact-method-card:not(.method-status):hover .method-info h4 {
    color: white;
}

.contact-method-card:not(.method-status):hover .method-info p {
    color: rgba(255, 255, 255, 0.8);
}

.contact-method-card:not(.method-status):hover .method-badge {
    background: rgba(255, 255, 255, 0.25);
    color: white;
}

.contact-method-card:not(.method-status):hover .method-arrow {
    opacity: 1;
    transform: translateX(0);
    color: white;
}

.contact-method-card:not(.method-status):hover .method-icon {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    box-shadow: none;
}

.method-status {
    cursor: default;
}

.method-icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
    transition: var(--transition);
    position: relative;
    z-index: 1;
}

.method-icon-rose {
    background: var(--gradient-soft);
    color: var(--rose-dark);
    box-shadow: 0 4px 12px rgba(244, 160, 181, 0.2);
}

.method-icon-blue {
    background: linear-gradient(135deg, #E8F0FE, #D0E0FC);
    color: #4D7CE4;
    box-shadow: 0 4px 12px rgba(77, 124, 228, 0.15);
}

.method-icon-gold {
    background: linear-gradient(135deg, #FFF3E0, #FFE0B2);
    color: #D4A054;
    box-shadow: 0 4px 12px rgba(212, 160, 84, 0.15);
}

.method-icon-green {
    background: linear-gradient(135deg, #E8F5E9, #C8E6C9);
    color: #43A047;
    box-shadow: 0 4px 12px rgba(67, 160, 71, 0.15);
}

.method-info {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.method-info h4 {
    font-size: 14px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 2px;
    transition: var(--transition);
}

.method-info p {
    font-size: 12px;
    color: var(--gray);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: var(--transition);
}

.method-badge {
    font-size: 9px;
    font-weight: 700;
    color: var(--rose-dark);
    background: var(--rose-pastel);
    padding: 3px 10px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    transition: var(--transition);
}

.method-arrow {
    font-size: 12px;
    color: var(--rose);
    opacity: 0;
    transform: translateX(-6px);
    transition: var(--transition);
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.method-availability {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 600;
    color: #43A047;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.status-dot {
    width: 8px;
    height: 8px;
    background: #43A047;
    border-radius: 50%;
    animation: statusPulse 2s ease-in-out infinite;
}

@keyframes statusPulse {

    0%,
    100% {
        opacity: 1;
        box-shadow: 0 0 0 0 rgba(67, 160, 71, 0.4);
    }

    50% {
        opacity: 0.8;
        box-shadow: 0 0 0 6px rgba(67, 160, 71, 0);
    }
}

/* --- Contact Wrapper (panel + form) --- */
.contact-wrapper {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 32px;
    align-items: start;
}

/* --- Contact Panel (left side) --- */
.contact-panel {
    background: linear-gradient(135deg, var(--dark) 0%, #3D2D4A 50%, var(--rose-dark) 100%);
    border-radius: 20px;
    padding: 40px 32px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(244, 160, 181, 0.15);
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.contact-panel-header {
    margin-bottom: 36px;
    position: relative;
    z-index: 1;
}

.panel-icon {
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.panel-icon-pulse {
    position: absolute;
    inset: -4px;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    opacity: 0;
    animation: iconPulseAnim 2.5s ease-out infinite;
}

@keyframes iconPulseAnim {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.3);
    }
}

.contact-panel-header h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 800;
    color: white;
    margin-bottom: 10px;
    line-height: 1.3;
}

.contact-panel-header p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.7;
}

/* --- Panel Stats --- */
.contact-panel-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}

.panel-stat {
    text-align: center;
    padding: 16px 8px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: var(--transition);
}

.panel-stat:hover {
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-2px);
}

.panel-stat-number {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    font-weight: 800;
    color: white;
    margin-bottom: 4px;
}

.panel-stat-label {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.55);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* --- Panel Socials --- */
.contact-panel-socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: auto;
    position: relative;
    z-index: 1;
}

.contact-panel-socials>span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 500;
}

.panel-socials-links {
    display: flex;
    gap: 8px;
}

.panel-socials-links a {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 15px;
    transition: var(--transition);
}

.panel-socials-links a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
}

/* --- Panel Decoration --- */
.contact-panel-decoration {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
    border-radius: 20px;
}

.deco-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

.deco-1 {
    width: 300px;
    height: 300px;
    top: -100px;
    right: -80px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 0%, transparent 70%);
}

.deco-2 {
    width: 200px;
    height: 200px;
    bottom: -60px;
    left: -40px;
    background: radial-gradient(circle, rgba(244, 160, 181, 0.08) 0%, transparent 70%);
}

/* --- Contact Form --- */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: var(--cream);
    border-radius: 20px;
    padding: 40px 36px;
    border: 1px solid rgba(244, 160, 181, 0.12);
    position: relative;
    overflow: hidden;
}

.contact-form::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient);
    border-radius: 20px 20px 0 0;
}

.form-header {
    margin-bottom: 4px;
}

.form-header h3 {
    font-size: 20px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 4px;
}

.form-header p {
    font-size: 13px;
    color: var(--gray);
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

/* --- Floating Labels --- */
.form-group {
    position: relative;
}

.form-group label {
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 14px;
    color: var(--gray);
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: transparent;
    padding: 0;
    font-weight: 400;
    z-index: 1;
}

.form-group label .required {
    color: var(--rose-dark);
    font-weight: 700;
}

.form-group label .optional {
    font-size: 11px;
    color: var(--gray);
    font-weight: 400;
}

.form-group input:focus~label,
.form-group input:not(:placeholder-shown)~label,
.form-group input.has-value~label,
.form-group textarea:focus~label,
.form-group textarea:not(:placeholder-shown)~label,
.form-group textarea.has-value~label,
.form-group select:focus~label,
.form-group select.has-value~label {
    top: -9px;
    left: 16px;
    font-size: 11px;
    font-weight: 600;
    color: var(--rose-dark);
    background: var(--cream);
    padding: 0 6px;
}

/* --- Form Field Icon (validation check/cross) --- */
.form-field-icon {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    pointer-events: none;
}

.form-group.success .form-field-icon {
    opacity: 1;
    transform: scale(1);
    color: #2ecc71;
}

.form-group.success .form-field-icon::before {
    content: '\f058';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.form-group.error .form-field-icon {
    opacity: 1;
    transform: scale(1);
    color: #e74c3c;
}

.form-group.error .form-field-icon::before {
    content: '\f06a';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    padding: 16px 44px 16px 20px;
    border: 2px solid rgba(244, 160, 181, 0.15);
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: var(--dark);
    background: white;
    transition: var(--transition);
    outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: transparent;
}

.contact-form select {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%238E8E9A' stroke-width='2' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--rose);
    background: white;
    box-shadow:
        0 0 0 4px rgba(244, 160, 181, 0.1),
        0 4px 16px rgba(244, 160, 181, 0.08);
}

.contact-form textarea {
    resize: vertical;
    min-height: 130px;
    max-height: 300px;
    padding-right: 20px;
}

/* --- Validation States --- */
.form-group.error input,
.form-group.error select,
.form-group.error textarea {
    border-color: #e74c3c;
    background: #fef8f8;
}

.form-group.error input:focus,
.form-group.error select:focus,
.form-group.error textarea:focus {
    box-shadow:
        0 0 0 4px rgba(231, 76, 60, 0.08),
        0 4px 16px rgba(231, 76, 60, 0.06);
}

.form-group.error label {
    color: #e74c3c !important;
}

.form-group.success input,
.form-group.success select,
.form-group.success textarea {
    border-color: #2ecc71;
}

.form-group.success input:focus,
.form-group.success select:focus,
.form-group.success textarea:focus {
    box-shadow:
        0 0 0 4px rgba(46, 204, 113, 0.08),
        0 4px 16px rgba(46, 204, 113, 0.06);
}

.form-group.success label {
    color: #2ecc71 !important;
}

.form-error {
    display: none;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #e74c3c;
    margin-top: 8px;
    padding-left: 4px;
    font-weight: 500;
}

.form-error i {
    font-size: 11px;
    flex-shrink: 0;
}

.form-group.error .form-error {
    display: flex;
    animation: shakeError 0.4s ease;
}

@keyframes shakeError {

    0%,
    100% {
        transform: translateX(0);
    }

    20% {
        transform: translateX(-5px);
    }

    40% {
        transform: translateX(5px);
    }

    60% {
        transform: translateX(-3px);
    }

    80% {
        transform: translateX(3px);
    }
}

/* --- Textarea Footer (char counter + progress bar) --- */
.textarea-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-top: 8px;
}

.char-text {
    font-size: 11px;
    color: var(--gray);
    font-weight: 500;
    white-space: nowrap;
    transition: var(--transition);
}

.char-text.warning {
    color: #e67e22;
}

.char-text.limit {
    color: #e74c3c;
    font-weight: 700;
}

.char-progress {
    flex: 1;
    height: 4px;
    background: rgba(244, 160, 181, 0.12);
    border-radius: 4px;
    overflow: hidden;
}

.char-progress-bar {
    height: 100%;
    width: 0%;
    background: var(--gradient);
    border-radius: 4px;
    transition: width 0.3s ease, background 0.3s ease;
}

.char-progress-bar.warning {
    background: linear-gradient(135deg, #e67e22, #f39c12);
}

.char-progress-bar.limit {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
}

/* --- Form Footer --- */
.form-footer {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 4px;
}

/* --- Submit Button --- */
.btn-submit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 36px;
    background: var(--gradient);
    color: white;
    border: none;
    border-radius: 14px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: var(--transition);
    box-shadow: 0 8px 30px rgba(244, 160, 181, 0.35);
    position: relative;
    overflow: hidden;
}

.btn-submit::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
    opacity: 0;
    transition: var(--transition);
}

.btn-submit:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 40px rgba(244, 160, 181, 0.45);
}

.btn-submit:hover::before {
    opacity: 1;
}

.btn-submit:active {
    transform: translateY(-1px);
}

.btn-submit-text {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.btn-submit-icon {
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.btn-submit-loader,
.btn-submit-success {
    position: absolute;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Submit states */
.btn-submit.loading .btn-submit-text,
.btn-submit.loading .btn-submit-icon {
    opacity: 0;
    transform: translateY(10px);
}

.btn-submit.loading .btn-submit-loader {
    opacity: 1;
    transform: scale(1);
}

.btn-submit.loading {
    pointer-events: none;
    opacity: 0.85;
}

.btn-submit.sent .btn-submit-text,
.btn-submit.sent .btn-submit-icon,
.btn-submit.sent .btn-submit-loader {
    opacity: 0;
    transform: translateY(10px);
}

.btn-submit.sent .btn-submit-success {
    opacity: 1;
    transform: scale(1);
}

.btn-submit.sent {
    background: linear-gradient(135deg, #2ecc71, #27ae60);
    box-shadow: 0 8px 30px rgba(46, 204, 113, 0.35);
    pointer-events: none;
}

.form-notice {
    font-size: 12px;
    color: var(--gray);
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    line-height: 1.5;
}

.form-notice i {
    font-size: 12px;
    color: var(--rose);
    flex-shrink: 0;
}

.form-notice a {
    color: var(--rose-dark);
    text-decoration: underline;
    text-decoration-style: dotted;
    text-underline-offset: 2px;
    transition: var(--transition);
}

.form-notice a:hover {
    color: var(--rose);
    text-decoration-style: solid;
}

/* --- Toast Notifications --- */
.toast-container {
    position: fixed;
    top: 90px;
    right: 24px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
}

.toast {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    background: white;
    border-radius: var(--radius-sm);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    pointer-events: all;
    transform: translateX(120%);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-left: 4px solid var(--rose);
    max-width: 380px;
}

.toast.show {
    transform: translateX(0);
    opacity: 1;
}

.toast.toast-success {
    border-left-color: #2ecc71;
}

.toast.toast-error {
    border-left-color: #e74c3c;
}

.toast-icon {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.toast-success .toast-icon {
    background: rgba(46, 204, 113, 0.12);
    color: #2ecc71;
}

.toast-error .toast-icon {
    background: rgba(231, 76, 60, 0.12);
    color: #e74c3c;
}

.toast-text strong {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 1px;
}

.toast-text p {
    font-size: 12px;
    color: var(--gray);
}

.toast-close {
    background: none;
    border: none;
    color: var(--gray);
    cursor: pointer;
    font-size: 14px;
    padding: 4px;
    transition: var(--transition);
    flex-shrink: 0;
    margin-left: auto;
}

.toast-close:hover {
    color: var(--dark);
}

.toast-progress {
    position: absolute;
    bottom: 0;
    left: 4px;
    right: 0;
    height: 3px;
    border-radius: 0 0 var(--radius-sm) 0;
    overflow: hidden;
}

.toast-progress-bar {
    height: 100%;
    width: 100%;
    border-radius: inherit;
    animation: toastProgress 4s linear forwards;
}

.toast-success .toast-progress-bar {
    background: #2ecc71;
}

.toast-error .toast-progress-bar {
    background: #e74c3c;
}

@keyframes toastProgress {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
    background: var(--dark);
    padding: 60px 0 0;
    color: rgba(255, 255, 255, 0.7);
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand p {
    font-size: 14px;
    line-height: 1.7;
    margin: 16px 0 20px;
}

.footer-brand .logo-text {
    color: white;
}

.footer-brand .logo-icon {
    box-shadow: none;
}

.footer-socials {
    display: flex;
    gap: 12px;
}

.footer-socials a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: var(--transition);
}

.footer-socials a:hover {
    background: var(--gradient);
    transform: translateY(-3px);
}

.footer-links h4 {
    color: white;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer-links a {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 14px;
    padding: 5px 0;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--rose);
    transform: translateX(4px);
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    font-size: 13px;
}

.payment-icons {
    display: flex;
    gap: 16px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.5);
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1024px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .floating-phones {
        display: none;
    }

    .cta-visual {
        display: none;
    }

    .nav-links {
        position: fixed;
        top: 72px;
        left: 0;
        right: 0;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(20px);
        flex-direction: column;
        padding: 24px;
        gap: 0;
        transform: translateY(-120%);
        transition: var(--transition);
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        border-radius: 0;
        border: none;
    }

    .nav-pill {
        display: none;
    }

    .nav-links.active {
        transform: translateY(0);
    }

    .nav-links li a {
        display: block;
        padding: 14px 0;
        font-size: 16px;
        border-bottom: 1px solid rgba(244, 160, 181, 0.18);
        border-radius: 0;
        color: var(--dark-light);
    }


    .burger {
        display: flex;
    }

    .btn-nav {
        display: none;
    }

    .hero-content {
        text-align: center;
    }

    .hero-desc {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-cta {
        justify-content: center;
    }

    .hero-stats {
        justify-content: center;
    }

    .steps {
        flex-direction: column;
        align-items: center;
    }

    .step-arrow {
        transform: rotate(90deg);
        padding-top: 0;
    }

    .step {
        max-width: 100%;
    }

    .contact-methods {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
    }

    .contact-panel {
        padding: 32px 24px;
    }

    .contact-panel-header h3 {
        font-size: 20px;
    }

    .contact-form {
        padding: 28px 20px;
    }

    .form-header h3 {
        font-size: 18px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .btn-submit {
        padding: 16px 28px;
        font-size: 15px;
    }

    .toast {
        max-width: calc(100vw - 48px);
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }

    .cta-box {
        padding: 40px 28px;
    }

    .banner-parallax {
        height: 400px;
    }
}

@media (max-width: 480px) {
    .products-grid {
        grid-template-columns: 1fr;
    }

    .features-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .hero-stats {
        flex-direction: column;
        gap: 16px;
    }

    .stat-divider {
        width: 40px;
        height: 1px;
    }

    .hero-cta {
        flex-direction: column;
    }

    .contact-methods {
        grid-template-columns: 1fr;
    }

    .contact-method-card {
        padding: 16px 14px;
    }

    .contact-panel-stats {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .panel-stat-number {
        font-size: 18px;
    }

    .panel-stat-label {
        font-size: 9px;
    }
}

/* ============================================
   SCROLL ANIMATIONS
   ============================================ */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-left {
    opacity: 0;
    transform: translateX(-40px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reveal-left.visible {
    opacity: 1;
    transform: translateX(0);
}

.reveal-right {
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.reveal-right.visible {
    opacity: 1;
    transform: translateX(0);
}