:root{
--navy:#1B2A4A;--navy-light:#2A3D63;--navy-dark:#111D35;
--rosa:#E0598B;--rosa-light:#F07DA8;--rosa-dark:#C43D6E;
--rosa-10:rgba(224,89,139,.08);--rosa-15:rgba(224,89,139,.15);
--off-white:#F7F5F2;--warm-gray:#EDEBE8;
--text-dark:#1B2A4A;--text-body:#3D4A5C;--text-muted:#7A8494;--white:#FFFFFF;
--radius:16px;--radius-sm:12px;--radius-lg:20px;
--shadow:0 4px 20px rgba(27,42,74,.06);--shadow-lg:0 20px 50px rgba(27,42,74,.1);
--ease:cubic-bezier(.25,.46,.45,.94)}
*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;color:var(--text-body);background:var(--off-white);line-height:1.7;overflow-x:hidden}
img{max-width:100%;display:block}a{text-decoration:none}.container{max-width:1300px;margin:0 auto;width:100%}

/* NAV - ALWAYS WHITE FIXED */
.nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:.85rem 5%;display:flex;justify-content:space-between;align-items:center;background:var(--white);box-shadow:0 1px 0 rgba(27,42,74,.06)}
.nav-brand{font-family:'DM Serif Display',serif;font-size:1.15rem;color:var(--navy);text-decoration:none}
.nav-brand span{color:var(--rosa)}
.nav-links{display:flex;list-style:none;gap:2.2rem;align-items:center}
.nav-links a{font-size:.85rem;font-weight:500;color:var(--navy);text-decoration:none;position:relative;transition:color .3s}
.nav-links a:not(.nav-cta)::after{content:'';position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--rosa);transition:width .3s;border-radius:1px}
.nav-links a:not(.nav-cta):hover{color:var(--rosa)}
.nav-links a:not(.nav-cta):hover::after{width:100%}
.nav-cta{background:var(--rosa);color:var(--white)!important;padding:.65rem 1.7rem;border-radius:50px;font-weight:500;font-size:.83rem;transition:all .3s}
.nav-cta:hover{background:var(--rosa-dark);transform:translateY(-1px);box-shadow:0 6px 20px rgba(224,89,139,.35)}
.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px;z-index:1001}
.hamburger span{width:26px;height:2px;background:var(--navy);transition:all .3s;border-radius:2px}
.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.active span:nth-child(2){opacity:0}
.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}

/* SHARED */
.section{padding:6.5rem 5%}
.tag{display:inline-flex;align-items:center;gap:.6rem;font-size:.72rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--rosa);margin-bottom:1rem}
.tag::before{content:'';width:28px;height:2px;background:var(--rosa);border-radius:1px}
.section-heading{font-family:'DM Serif Display',serif;font-size:clamp(1.9rem,3.2vw,2.6rem);font-weight:400;color:var(--navy);line-height:1.2;margin-bottom:1rem}
.section-text{font-size:1rem;font-weight:300;color:var(--text-muted);max-width:560px;line-height:1.8}
.btn{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;font-family:'DM Sans',sans-serif;font-weight:500;font-size:.88rem;transition:all .3s var(--ease)}
.btn-fill{background:var(--rosa);color:var(--white);padding:.95rem 2.2rem;border-radius:50px}
.btn-fill:hover{background:var(--rosa-dark);transform:translateY(-2px);box-shadow:0 10px 30px rgba(224,89,139,.3)}
.btn-outline-w{color:var(--white);padding:.9rem 2rem;border-radius:50px;border:1.5px solid rgba(255,255,255,.25)}
.btn-outline-w:hover{border-color:var(--rosa-light);color:var(--rosa-light)}

/* HERO */
.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:0 5%;overflow:hidden;margin-top:58px}
.hero-bg{position:absolute;inset:0}.hero-bg img{width:100%;height:100%;object-fit:cover}
.hero-bg::after{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(17,29,53,.88) 0%,rgba(27,42,74,.65) 50%,rgba(27,42,74,.45) 100%)}
.hero-deco{position:absolute;top:15%;right:8%;width:150px;height:150px;border:2px solid rgba(224,89,139,.12);border-radius:50%;z-index:1;animation:floatA 8s ease-in-out infinite}
.hero-deco-2{position:absolute;bottom:18%;right:25%;width:80px;height:80px;border:2px solid rgba(255,255,255,.06);border-radius:50%;z-index:1;animation:floatA 10s ease-in-out infinite reverse}
@keyframes floatA{0%,100%{transform:translateY(0)}50%{transform:translateY(-18px)}}
.hero .container{position:relative;z-index:2;display:grid;grid-template-columns:1fr 400px;gap:40px;align-items:center;padding:5rem 0 4rem;padding-left:3%}
.hero-content{opacity:0;transform:translateY(35px);animation:fadeUp 1s var(--ease) .2s forwards}
.hero-eyebrow{display:inline-flex;align-items:center;gap:.7rem;font-size:.76rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--rosa-light);margin-bottom:1rem}
.hero-eyebrow-dot{width:8px;height:8px;background:var(--rosa);border-radius:50%;animation:pulse 2s ease-in-out infinite}
@keyframes pulse{0%,100%{opacity:1}50%{opacity:.4}}
.hero-title{font-family:'DM Serif Display',serif;font-size:clamp(2.4rem,4.5vw,3.5rem);font-weight:400;line-height:1.1;color:var(--white);margin-bottom:1rem}
.hero-title em{font-style:italic;color:var(--rosa-light)}
.hero-desc{font-size:1rem;font-weight:300;color:rgba(255,255,255,.68);line-height:1.8;margin-bottom:1.8rem;max-width:480px}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;margin-bottom:2rem}
.hero-stats{display:flex;gap:2rem}
.hero-stat{border-left:2px solid rgba(255,255,255,.12);padding-left:1rem}
.hero-stat-num{font-family:'DM Serif Display',serif;font-size:1.8rem;color:var(--rosa-light);line-height:1}
.hero-stat-text{font-size:.7rem;color:rgba(255,255,255,.45);letter-spacing:.06em;text-transform:uppercase;margin-top:.15rem}
.hero-card{background:rgba(255,255,255,.07);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:2rem 1.6rem;position:relative;opacity:0;transform:translateY(35px);animation:fadeUp 1s var(--ease) .5s forwards}
.hero-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--rosa),var(--rosa-light));border-radius:var(--radius-lg) var(--radius-lg) 0 0}
.hero-card-label{font-size:.72rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--rosa-light);margin-bottom:1rem}
.hero-card-title{font-family:'DM Serif Display',serif;font-size:1.2rem;color:var(--white);margin-bottom:1.2rem;line-height:1.3}
.hero-card-list{display:flex;flex-direction:column;gap:.8rem}
.hero-card-item{display:flex;align-items:center;gap:.7rem;font-size:.83rem;color:rgba(255,255,255,.8)}
.hero-card-check{width:24px;height:24px;background:var(--rosa-10);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.hero-card-check svg{width:12px;height:12px;stroke:var(--rosa-light);stroke-width:3}
.hero-card-cta{display:block;text-align:center;margin-top:1.5rem;background:var(--rosa);color:var(--white);padding:.8rem;border-radius:50px;font-size:.83rem;font-weight:600;transition:all .3s}
.hero-card-cta:hover{background:var(--rosa-dark)}

/* PAGE HERO */
.page-hero{padding:8rem 5% 4rem;background:var(--navy);position:relative;overflow:hidden;text-align:center;margin-top:58px}
.page-hero::before{content:'';position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(circle,rgba(224,89,139,.06) 0%,transparent 70%)}
.page-hero-title{font-family:'DM Serif Display',serif;font-size:clamp(2rem,4vw,3rem);color:var(--white);margin-bottom:.8rem;position:relative}
.page-hero-sub{font-size:1.05rem;color:rgba(255,255,255,.6);max-width:550px;margin:0 auto;position:relative}
.page-hero .tag{color:var(--rosa-light);justify-content:center;position:relative}
.page-hero .tag::before{background:var(--rosa-light)}

/* TRUST */
.trust{padding:3.5rem 5%;background:var(--white);border-bottom:1px solid rgba(27,42,74,.04)}
.trust-inner{max-width:1300px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:3.5rem;flex-wrap:wrap}
.trust-item{display:flex;align-items:center;gap:.8rem}
.trust-icon{width:44px;height:44px;border-radius:var(--radius-sm);background:var(--rosa-10);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.trust-icon svg{width:20px;height:20px;stroke:var(--rosa)}
.trust-title{font-size:.85rem;font-weight:600;color:var(--navy);line-height:1.3}
.trust-sub{font-size:.72rem;color:var(--text-muted)}

/* ABOUT BENTO */
.about-bento{padding:7rem 5%;background:var(--off-white)}
.about-bento-grid{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;gap:1.2rem}
.bento-card{background:var(--white);border-radius:var(--radius-lg);padding:2.2rem 1.8rem;border:1px solid rgba(27,42,74,.04);transition:all .4s var(--ease);opacity:0;transform:translateY(25px)}
.bento-card.visible{animation:fadeUp .6s ease forwards}
.bento-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.bento-main{grid-column:1/3;grid-row:1/2;display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center;padding:2.5rem}
.bento-main-img{width:100%;height:320px;object-fit:cover;object-position:top center;border-radius:var(--radius)}
.bento-stat{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:var(--navy);color:var(--white)}
.bento-stat-num{font-family:'DM Serif Display',serif;font-size:3rem;color:var(--rosa-light);line-height:1;margin-bottom:.3rem}
.bento-stat-label{font-size:.78rem;color:rgba(255,255,255,.55);letter-spacing:.1em;text-transform:uppercase}
.bento-img{padding:0!important;overflow:hidden}
.bento-img img{width:100%;height:100%;object-fit:cover;min-height:200px;transition:transform .5s var(--ease)}
.bento-img:hover img{transform:scale(1.04)}
.bento-quote{display:flex;flex-direction:column;justify-content:center;background:var(--rosa);color:var(--white)}
.bento-quote blockquote{font-family:'DM Serif Display',serif;font-size:1.15rem;font-style:italic;line-height:1.5;margin-bottom:1rem}
.bento-quote cite{font-size:.78rem;font-style:normal;opacity:.7;letter-spacing:.08em;text-transform:uppercase}
.bento-checks{grid-column:3/4;grid-row:2/3}
.bento-checks-list{display:flex;flex-direction:column;gap:.9rem}
.bento-check-item{display:flex;align-items:flex-start;gap:.6rem}
.bento-check-dot{width:22px;height:22px;border-radius:50%;background:var(--rosa-10);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.bento-check-dot svg{width:12px;height:12px;stroke:var(--rosa);stroke-width:3}
.bento-check-item span{font-size:.88rem;color:var(--text-body);line-height:1.45}

/* QUOTE BANNER */
.quote-banner{position:relative;height:400px;overflow:hidden}
.quote-banner-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.quote-banner-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(17,29,53,.82) 0%,rgba(27,42,74,.6) 100%);display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem 5%}
.quote-banner-content{max-width:700px}
.quote-banner-text{font-family:'DM Serif Display',serif;font-size:clamp(1.4rem,2.5vw,2rem);font-style:italic;color:var(--white);line-height:1.4;margin-bottom:1rem}
.quote-banner-author{font-size:.82rem;color:var(--rosa-light);letter-spacing:.15em;text-transform:uppercase}

/* FACH */
.fach{padding:7rem 5%;background:var(--white)}.fach-wrap{max-width:1300px;margin:0 auto}
.fach-header{text-align:center;margin-bottom:2.5rem}.fach-header .tag{justify-content:center}.fach-header .tag::before{display:none}.fach-header .section-text{margin:0 auto}
.fach-top{display:grid;grid-template-columns:1fr 1fr;gap:3.5rem;align-items:center;margin-bottom:3rem}
.fach-top-img{width:100%;height:340px;object-fit:cover;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}
.fach-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.3rem}
.fach-item{background:var(--off-white);padding:2rem 1.6rem;border-radius:var(--radius);border:1px solid rgba(27,42,74,.04);transition:all .35s var(--ease);position:relative;overflow:hidden;opacity:0;transform:translateY(25px)}
.fach-item.visible{animation:fadeUp .55s ease forwards}
.fach-item::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--rosa),var(--rosa-light));transform:scaleX(0);transform-origin:left;transition:transform .35s}
.fach-item:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg);background:var(--white)}
.fach-item:hover::after{transform:scaleX(1)}
.fach-icon{width:44px;height:44px;border-radius:11px;background:var(--rosa-10);display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}
.fach-icon svg{width:22px;height:22px;stroke:var(--rosa)}
.fach-item-title{font-family:'DM Serif Display',serif;font-size:1.15rem;font-weight:400;color:var(--navy);margin-bottom:.5rem}
.fach-item p{font-size:.85rem;color:var(--text-muted);line-height:1.7}

/* TESTIMONIALS */
.testimonials{padding:6.5rem 5%;background:var(--off-white)}.testimonials-wrap{max-width:1300px;margin:0 auto}
.testimonials-header{text-align:center;margin-bottom:3rem}.testimonials-header .tag{justify-content:center}.testimonials-header .tag::before{display:none}.testimonials-header .section-text{margin:0 auto}
.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.testimonial-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem 1.8rem;border:1px solid rgba(27,42,74,.04);transition:all .4s var(--ease);opacity:0;transform:translateY(25px)}
.testimonial-card.visible{animation:fadeUp .6s ease forwards}
.testimonial-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.testimonial-stars{display:flex;gap:3px;margin-bottom:1rem}.testimonial-stars svg{width:16px;height:16px;fill:var(--rosa);stroke:none}
.testimonial-text{font-size:.92rem;color:var(--text-body);line-height:1.75;margin-bottom:1.5rem;font-style:italic}
.testimonial-author{display:flex;align-items:center;gap:.8rem}
.testimonial-avatar{width:42px;height:42px;border-radius:50%;background:var(--rosa-10);display:flex;align-items:center;justify-content:center;font-family:'DM Serif Display',serif;font-size:1rem;color:var(--rosa);font-weight:600;flex-shrink:0}
.testimonial-name{font-size:.88rem;font-weight:600;color:var(--navy)}.testimonial-role{font-size:.74rem;color:var(--text-muted)}

/* PROCESS */
.process{padding:6.5rem 5%;background:var(--white)}.process-wrap{max-width:1300px;margin:0 auto}
.process-header{text-align:center;margin-bottom:3.5rem}.process-header .tag{justify-content:center}.process-header .tag::before{display:none}.process-header .section-text{margin:0 auto}
.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}
.process-card{text-align:center;padding:2rem 1.5rem;opacity:0;transform:translateY(25px)}
.process-card.visible{animation:fadeUp .6s ease forwards}
.process-num{font-family:'DM Serif Display',serif;font-size:1.4rem;color:var(--white);width:60px;height:60px;background:var(--rosa);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.2rem;box-shadow:0 8px 25px rgba(224,89,139,.3);transition:transform .3s var(--ease)}
.process-card:hover .process-num{transform:scale(1.1)}
.process-card-title{font-family:'DM Serif Display',serif;font-size:1.1rem;color:var(--navy);margin-bottom:.5rem}
.process-card p{font-size:.85rem;color:var(--text-muted);line-height:1.7}

/* WHY US */
.why-us{padding:6.5rem 5%;background:var(--navy)}.why-us-wrap{max-width:1300px;margin:0 auto}
.why-us-header{text-align:center;margin-bottom:3.5rem}
.why-us-header .tag{justify-content:center;color:var(--rosa-light)}.why-us-header .tag::before{display:none}
.why-us-header .section-heading{color:var(--white)}.why-us-header .section-text{color:rgba(255,255,255,.55);margin:0 auto}
.why-us-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.why-us-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);padding:2rem 1.6rem;transition:all .4s var(--ease)}
.why-us-card:hover{background:rgba(255,255,255,.08);transform:translateY(-4px)}
.why-us-icon{width:44px;height:44px;border-radius:11px;background:rgba(224,89,139,.15);display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem}
.why-us-icon svg{width:22px;height:22px;stroke:var(--rosa-light)}
.why-us-card-title{font-family:'DM Serif Display',serif;font-size:1.1rem;color:var(--white);margin-bottom:.5rem}
.why-us-card p{font-size:.85rem;color:rgba(255,255,255,.55);line-height:1.7}

/* LANG */
.lang{background:var(--navy);padding:3.5rem 5%}
.lang-inner{max-width:1300px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:2rem}
.lang-title{font-family:'DM Serif Display',serif;font-size:1.5rem;color:var(--off-white)}
.lang-list{display:flex;gap:3rem}.lang-pill{text-align:center}
.lang-pill-name{font-family:'DM Serif Display',serif;font-size:1.35rem;color:var(--rosa-light)}
.lang-pill-sub{font-size:.7rem;color:rgba(247,245,242,.45);letter-spacing:.12em;text-transform:uppercase;margin-top:.15rem}

/* CTA */
.cta{position:relative;padding:7rem 5%;text-align:center;overflow:hidden}
.cta-bg{position:absolute;inset:0}.cta-bg img{width:100%;height:100%;object-fit:cover}
.cta-overlay{position:absolute;inset:0;background:linear-gradient(160deg,rgba(17,29,53,.9) 0%,rgba(27,42,74,.8) 100%);z-index:1}
.cta-box{max-width:680px;margin:0 auto;position:relative;z-index:2}
.cta-box .tag{justify-content:center;color:var(--rosa-light)}.cta-box .tag::before{display:none}
.cta-box .section-heading{color:var(--white)}
.cta-box .section-text{margin:0 auto 2.5rem;text-align:center;color:rgba(255,255,255,.6)}
.cta-contacts{display:flex;justify-content:center;gap:2.5rem;margin-top:2rem;flex-wrap:wrap}
.cta-link{display:flex;align-items:center;gap:.5rem;text-decoration:none;color:rgba(255,255,255,.7);font-size:.95rem;transition:color .3s}
.cta-link:hover{color:var(--rosa-light)}.cta-link svg{width:18px;height:18px;stroke:var(--rosa-light)}

/* FORM */
.form-group{display:flex;flex-direction:column;gap:.4rem}
.form-label{font-size:.82rem;font-weight:500;color:var(--navy)}
.form-input,.form-select,.form-textarea{font-family:'DM Sans',sans-serif;font-size:.9rem;padding:.85rem 1.2rem;border:1.5px solid rgba(27,42,74,.1);border-radius:var(--radius-sm);background:var(--off-white);color:var(--text-dark);transition:border-color .3s;outline:none;width:100%}
.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--rosa)}
.form-textarea{min-height:140px;resize:vertical}

/* FACH DETAIL */
.fach-detail{padding:5rem 5%;background:var(--white)}
.fach-detail-grid{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}
.fach-detail-card{background:var(--off-white);border-radius:var(--radius-lg);padding:2.5rem 2rem;border:1px solid rgba(27,42,74,.04);transition:all .4s var(--ease)}
.fach-detail-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);background:var(--white)}
.fach-detail-card .fach-item-title{font-size:1.25rem;margin-bottom:.8rem}
.fach-detail-card p{font-size:.9rem;color:var(--text-body);line-height:1.7}
.fach-detail-card ul{margin-top:.8rem;padding-left:0;list-style:none}
.fach-detail-card li{font-size:.88rem;color:var(--text-body);padding:.3rem 0 .3rem 1.2rem;position:relative}
.fach-detail-card li::before{content:'';position:absolute;left:0;top:.65rem;width:6px;height:6px;border-radius:50%;background:var(--rosa)}

/* ABOUT DETAIL */
.about-detail{padding:5rem 5%;background:var(--white)}
.about-detail-grid{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:4rem;align-items:start}
.about-detail-img{width:100%;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg)}
.about-timeline{margin-top:2rem}
.about-timeline-item{display:flex;gap:1.2rem;margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(27,42,74,.06)}
.about-timeline-year{font-family:'DM Serif Display',serif;font-size:1rem;color:var(--rosa);min-width:80px;padding-top:2px}
.about-timeline-text{font-size:.9rem;color:var(--text-body);line-height:1.6}
.about-timeline-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}

/* LEGAL */
.legal{padding:3rem 5% 5rem;background:var(--white)}.legal-content{max-width:800px;margin:0 auto}
.legal-content h2{font-family:'DM Serif Display',serif;font-size:1.3rem;color:var(--navy);margin:2rem 0 .8rem}
.legal-content p{font-size:.92rem;color:var(--text-body);line-height:1.8;margin-bottom:1rem}
.legal-content a{color:var(--rosa)}

/* POPUP */
.popup-overlay{position:fixed;inset:0;background:rgba(17,29,53,.6);backdrop-filter:blur(6px);z-index:9998;display:none;align-items:center;justify-content:center;padding:1.5rem}
.popup-overlay.show{display:flex}
.popup{background:var(--white);border-radius:var(--radius-lg);max-width:480px;width:100%;padding:2.5rem 2rem;position:relative;box-shadow:0 30px 80px rgba(17,29,53,.25);animation:popIn .4s var(--ease)}
@keyframes popIn{from{opacity:0;transform:scale(.92) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}
.popup-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;border-radius:50%;background:var(--off-white);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}
.popup-close:hover{background:var(--warm-gray)}
.popup-close svg{width:16px;height:16px;stroke:var(--text-muted);stroke-width:2}
.popup-badge{display:inline-flex;align-items:center;gap:.5rem;font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--rosa);margin-bottom:1rem}
.popup-badge-dot{width:6px;height:6px;background:var(--rosa);border-radius:50%;animation:pulse 2s ease-in-out infinite}
.popup-title{font-family:'DM Serif Display',serif;font-size:1.5rem;color:var(--navy);margin-bottom:.6rem;line-height:1.3}
.popup-text{font-size:.9rem;color:var(--text-muted);margin-bottom:1.8rem;line-height:1.7}
.popup-btns{display:flex;flex-direction:column;gap:.8rem}
.popup-btn-primary{display:flex;align-items:center;justify-content:center;gap:.6rem;background:var(--rosa);color:var(--white);padding:1rem;border-radius:50px;font-family:'DM Sans',sans-serif;font-size:.9rem;font-weight:600;transition:all .3s;text-decoration:none}
.popup-btn-primary:hover{background:var(--rosa-dark)}
.popup-btn-wa{display:flex;align-items:center;justify-content:center;gap:.6rem;background:#25D366;color:var(--white);padding:1rem;border-radius:50px;font-family:'DM Sans',sans-serif;font-size:.9rem;font-weight:600;transition:all .3s;text-decoration:none}
.popup-btn-wa:hover{background:#1da851}
.popup-btn-wa svg{width:20px;height:20px;fill:var(--white)}
.popup-divider{display:flex;align-items:center;gap:1rem;color:var(--text-muted);font-size:.8rem}
.popup-divider::before,.popup-divider::after{content:'';flex:1;height:1px;background:var(--warm-gray)}

/* WHATSAPP */
.wa-btn{position:fixed;bottom:24px;right:24px;z-index:999;width:56px;height:56px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,.4);transition:transform .3s;cursor:pointer}
.wa-btn:hover{transform:scale(1.1)}.wa-btn svg{width:28px;height:28px;fill:var(--white)}

/* COOKIE BANNER */
.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:var(--white);box-shadow:0 -4px 30px rgba(27,42,74,.1);padding:1.5rem 5%;display:none}
.cookie-banner.show{display:block}
.cookie-inner{max-width:1100px;margin:0 auto;display:flex;align-items:flex-start;gap:2rem;flex-wrap:wrap}
.cookie-text{flex:1;min-width:300px}
.cookie-text p{font-size:.85rem;color:var(--text-body);line-height:1.6;margin-bottom:.8rem}
.cookie-text a{color:var(--rosa)}
.cookie-options{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem}
.cookie-opt{display:flex;align-items:center;gap:.5rem;font-size:.82rem;color:var(--text-body)}
.cookie-opt input[type="checkbox"]{accent-color:var(--rosa);width:16px;height:16px}
.cookie-btns{display:flex;flex-direction:column;gap:.5rem;flex-shrink:0}
.cookie-btn-all{background:var(--rosa);color:var(--white);border:none;padding:.7rem 1.8rem;border-radius:50px;font-family:'DM Sans',sans-serif;font-size:.82rem;font-weight:600;cursor:pointer;transition:all .3s}
.cookie-btn-all:hover{background:var(--rosa-dark)}
.cookie-btn-sel{background:var(--off-white);color:var(--navy);border:1px solid rgba(27,42,74,.1);padding:.7rem 1.8rem;border-radius:50px;font-family:'DM Sans',sans-serif;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .3s}
.cookie-btn-sel:hover{border-color:var(--rosa)}
.cookie-btn-deny{background:none;color:var(--text-muted);border:none;font-family:'DM Sans',sans-serif;font-size:.78rem;cursor:pointer;padding:.3rem}
.cookie-btn-deny:hover{color:var(--navy)}

/* FOOTER */
.footer{background:var(--navy-dark);padding:2.5rem 5% 1.8rem}
.footer-row{max-width:1300px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.2rem}
.footer-logo{font-family:'DM Serif Display',serif;font-size:1rem;color:var(--off-white)}.footer-logo span{color:var(--rosa-light)}
.footer-nav{display:flex;gap:1.8rem;list-style:none}.footer-nav a{color:rgba(247,245,242,.5);text-decoration:none;font-size:.8rem;transition:color .3s}.footer-nav a:hover{color:var(--rosa-light)}
.footer-copy{width:100%;text-align:center;padding-top:1.5rem;margin-top:1rem;border-top:1px solid rgba(247,245,242,.06);font-size:.72rem;color:rgba(247,245,242,.28)}

/* ANIM */
@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}
.reveal{opacity:0;transform:translateY(25px);transition:all .7s var(--ease)}.reveal.visible{opacity:1;transform:translateY(0)}
.reveal-d1{transition-delay:.1s}.reveal-d2{transition-delay:.2s}.reveal-d3{transition-delay:.3s}.reveal-d4{transition-delay:.4s}.reveal-d5{transition-delay:.5s}

/* RESPONSIVE */
@media(max-width:1024px){
.hero .container{grid-template-columns:1fr;text-align:center}.hero-card{display:none}.hero-desc{margin:0 auto 2rem}.hero-actions{justify-content:center}.hero-stats{justify-content:center}
.about-bento-grid{grid-template-columns:1fr 1fr}.bento-main{grid-column:1/3}.bento-checks{grid-column:1/3}
.fach-top{grid-template-columns:1fr}.fach-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid{grid-template-columns:repeat(2,1fr)}
.about-detail-grid{grid-template-columns:1fr}.fach-detail-grid{grid-template-columns:1fr}
.process-grid{grid-template-columns:repeat(2,1fr)}.why-us-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
.nav-links{position:fixed;top:0;right:-100%;width:75%;max-width:300px;height:100vh;background:var(--off-white);flex-direction:column;justify-content:center;padding:2rem;gap:1.8rem;transition:right .4s;box-shadow:-8px 0 30px rgba(0,0,0,.08)}
.nav-links.open{right:0}.hamburger{display:flex}
.hero{min-height:85vh}.hero-stats{flex-wrap:wrap;gap:1.2rem}
.about-bento-grid{grid-template-columns:1fr}.bento-main{grid-column:1;display:flex;flex-direction:column}.bento-main-img{height:250px}.bento-checks{grid-column:1}
.fach-grid{grid-template-columns:1fr}.trust-inner{flex-direction:column;gap:1.2rem}.lang-inner{flex-direction:column;text-align:center}.lang-list{gap:2rem}
.cta-contacts{flex-direction:column;align-items:center;gap:.8rem}.footer-row{flex-direction:column;text-align:center}.footer-nav{flex-wrap:wrap;justify-content:center}
.quote-banner{height:300px}.testimonials-grid{grid-template-columns:1fr}.fach-top{display:none}
.process-grid{grid-template-columns:1fr}.why-us-grid{grid-template-columns:1fr}
.cookie-inner{flex-direction:column;gap:1rem}.cookie-btns{flex-direction:row;flex-wrap:wrap}
}
