:root{
  --blue:#55afea;
  --blue-700:#1678b8;
  --blue-900:#0a436a;
  --ice:#f4faff;
  --ink:#102332;
  --muted:#647887;
  --line:#dcecf7;
  --white:#ffffff;
  --shadow:0 24px 70px rgba(12,74,110,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(1160px,calc(100% - 40px));margin:auto}
.eyebrow{display:inline-flex;align-items:center;gap:9px;color:var(--blue-700);font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.13em;margin-bottom:18px}
.eyebrow:before{content:"";width:26px;height:2px;background:var(--blue)}
h1,h2,h3{line-height:1.08;margin:0;letter-spacing:-.035em}
h1{font-family:Georgia,"Times New Roman",serif;font-size:clamp(3rem,6vw,5.75rem);font-weight:500}
h2{font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.15rem,4vw,4rem);font-weight:500}
h3{font-size:1.2rem}
p{margin:0;color:var(--muted)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:15px 22px;border-radius:999px;font-weight:800;transition:.2s ease;border:1px solid transparent;cursor:pointer}
.btn-primary{background:var(--blue-700);color:#fff;box-shadow:0 14px 30px rgba(22,120,184,.22)}
.btn-primary:hover{transform:translateY(-2px);background:var(--blue-900)}
.btn-secondary{background:#fff;border-color:var(--line);color:var(--ink)}
.btn-secondary:hover{border-color:var(--blue);color:var(--blue-700)}
header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(14px);border-bottom:1px solid rgba(220,236,247,.8)}
.nav{height:84px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{display:flex;align-items:center;gap:12px}
.logo img{width:128px;height:auto}
.nav-links{display:flex;align-items:center;gap:28px;font-size:.92rem;font-weight:700}
.nav-links a:not(.btn){color:#3c5565}.nav-links a:not(.btn):hover{color:var(--blue-700)}
.mobile-toggle{display:none;background:none;border:0;font-size:1.5rem}
.hero{position:relative;overflow:hidden;padding:86px 0 72px;background:linear-gradient(135deg,#fff 0%,#f8fcff 55%,#eef8ff 100%)}
.hero:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:rgba(85,175,234,.12);right:-180px;top:-180px;filter:blur(3px)}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.hero-copy{max-width:700px}.hero-copy h1 span{color:var(--blue-700)}
.hero-copy>p{font-size:1.16rem;max-width:650px;margin:24px 0 30px}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px}
.hero-note{display:flex;gap:14px;align-items:flex-start;font-size:.92rem;color:#506a79}.hero-note strong{color:var(--ink)}
.hero-card{position:relative;border-radius:34px;overflow:hidden;box-shadow:var(--shadow);background:#dcefff;aspect-ratio:4/5}
.hero-card img{width:100%;height:100%;object-fit:cover;object-position:center}
.hero-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 54%,rgba(4,46,74,.72) 100%)}
.hero-badge{position:absolute;z-index:2;left:26px;right:26px;bottom:24px;color:#fff;padding:18px 20px;border:1px solid rgba(255,255,255,.35);background:rgba(255,255,255,.12);backdrop-filter:blur(12px);border-radius:20px;font-weight:700}
.trust-strip{border-bottom:1px solid var(--line);background:#fff}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.trust-item{padding:26px 20px;border-right:1px solid var(--line);display:flex;gap:12px;align-items:center}.trust-item:last-child{border-right:0}
.icon-dot{width:38px;height:38px;border-radius:50%;background:var(--ice);display:grid;place-items:center;color:var(--blue-700);font-weight:900}
.trust-item b{display:block;font-size:.9rem}.trust-item span{display:block;color:var(--muted);font-size:.78rem}
section{padding:96px 0}
.section-head{max-width:760px;margin-bottom:50px}.section-head p{font-size:1.04rem;margin-top:18px}
.split{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.image-soft{border-radius:30px;overflow:hidden;min-height:520px;background:#edf7fd;box-shadow:var(--shadow)}
.image-soft img{width:100%;height:100%;min-height:520px;object-fit:cover}
.feature-list{display:grid;gap:18px;margin-top:30px}.feature{display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:start}.feature .num{width:44px;height:44px;border-radius:14px;background:var(--ice);color:var(--blue-700);display:grid;place-items:center;font-weight:900}.feature p{font-size:.94rem;margin-top:4px}
.blue-section{background:var(--blue-900);color:#fff;position:relative;overflow:hidden}.blue-section:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:rgba(85,175,234,.16);left:-240px;bottom:-260px}.blue-section h2,.blue-section h3{color:#fff}.blue-section p{color:#c6dce9}.blue-section .eyebrow{color:#8ed0f9}
.process{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.step{position:relative;padding:28px 26px;border:1px solid rgba(255,255,255,.14);border-radius:24px;background:rgba(255,255,255,.05);min-height:240px}.step .step-no{font-family:Georgia,serif;font-size:2.4rem;color:#7fc9f5;margin-bottom:34px}.step p{margin-top:10px;font-size:.92rem}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{border:1px solid var(--line);border-radius:26px;padding:30px;background:#fff;transition:.2s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#c5e5f8}.card-icon{width:50px;height:50px;border-radius:16px;background:var(--ice);display:grid;place-items:center;color:var(--blue-700);font-weight:900;margin-bottom:22px}.card p{margin-top:10px;font-size:.94rem}
.lifestyle{background:var(--ice)}
.lifestyle-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}.lifestyle-main,.lifestyle-side{border-radius:30px;overflow:hidden;position:relative;min-height:540px}.lifestyle-main img,.lifestyle-side img{width:100%;height:100%;object-fit:cover}.lifestyle-overlay{position:absolute;left:26px;right:26px;bottom:26px;background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border-radius:22px;padding:23px}.lifestyle-overlay p{margin-top:7px}
.faq-wrap{display:grid;grid-template-columns:.75fr 1.25fr;gap:70px}.faq-intro{position:sticky;top:120px;align-self:start}.faq-list{display:grid;gap:12px}details{border:1px solid var(--line);border-radius:18px;padding:0 22px;background:#fff}summary{cursor:pointer;list-style:none;font-weight:800;padding:21px 36px 21px 0;position:relative}summary::-webkit-details-marker{display:none}summary:after{content:"+";position:absolute;right:0;top:15px;font-size:1.55rem;color:var(--blue-700)}details[open] summary:after{content:"–"}details p{padding:0 0 22px;font-size:.94rem}
.contact-card{display:grid;grid-template-columns:1.1fr .9fr;border-radius:32px;overflow:hidden;background:linear-gradient(135deg,#eaf7ff,#fff);border:1px solid var(--line);box-shadow:var(--shadow)}
.contact-copy{padding:52px}.contact-copy p{margin:18px 0 26px;font-size:1.02rem}.contact-info{display:grid;gap:14px;margin-top:28px}.contact-row{display:flex;gap:12px;align-items:flex-start}.contact-row strong{display:block}.contact-row span{color:var(--muted);font-size:.9rem}.contact-art{position:relative;min-height:420px;background:linear-gradient(160deg,#66baf0,#0b5f94);display:grid;place-items:center;overflow:hidden}.ear-art{width:230px;height:300px;border:26px solid rgba(255,255,255,.92);border-left-color:transparent;border-bottom-left-radius:120px;border-top-left-radius:120px;border-top-right-radius:170px;border-bottom-right-radius:170px;transform:rotate(8deg);filter:drop-shadow(0 18px 38px rgba(4,60,96,.25))}.ear-art:after{content:"";position:absolute;width:88px;height:88px;border:22px solid rgba(255,255,255,.92);border-left-color:transparent;border-radius:50%;left:40px;top:105px}.contact-art:before,.contact-art:after{content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.1)}.contact-art:before{width:260px;height:260px;right:-80px;top:-80px}.contact-art:after{width:180px;height:180px;left:-70px;bottom:-60px}
footer{background:#071f2e;color:#fff;padding:58px 0 28px}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:60px}.footer-logo img{width:145px;filter:brightness(0) invert(1);opacity:.96}.footer-brand p{margin-top:18px;max-width:440px;color:#a9c0ce;font-size:.9rem}.footer-title{font-size:.84rem;text-transform:uppercase;letter-spacing:.12em;color:#7fb6d7;font-weight:900;margin-bottom:16px}.footer-links{display:grid;gap:9px}.footer-links a{color:#c4d5df;font-size:.9rem}.footer-links a:hover{color:#fff}.footer-bottom{margin-top:42px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;gap:24px;color:#88a6b7;font-size:.78rem}.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:80;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25D366;color:white;box-shadow:0 12px 30px rgba(37,211,102,.3);font-size:1.45rem;font-weight:900}
.legal-hero{padding:72px 0 46px;background:linear-gradient(180deg,#f4faff,#fff)}.legal-hero h1{font-size:clamp(2.5rem,5vw,4.5rem)}.legal-meta{margin-top:18px;color:var(--muted);font-size:.9rem}.legal-body{padding:36px 0 90px}.legal-content{max-width:860px;margin:auto}.legal-content h2{font-family:inherit;font-size:1.45rem;font-weight:850;letter-spacing:-.02em;margin:34px 0 10px}.legal-content h3{margin:24px 0 8px}.legal-content p,.legal-content li{color:#4d6473;font-size:.96rem}.legal-content ul{padding-left:20px}.notice{background:var(--ice);border:1px solid var(--line);border-radius:18px;padding:20px 22px;margin:24px 0}.legal-nav{display:flex;gap:10px;flex-wrap:wrap;margin-top:26px}.legal-nav a{padding:9px 13px;border:1px solid var(--line);border-radius:999px;font-size:.82rem;font-weight:700;background:#fff}
@media(max-width:900px){
  .nav-links{display:none;position:absolute;left:20px;right:20px;top:76px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:20px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.nav-links.show{display:flex}.mobile-toggle{display:block}.hero{padding-top:56px}.hero-grid,.split,.lifestyle-grid,.faq-wrap,.contact-card{grid-template-columns:1fr}.hero-grid{gap:40px}.hero-card{max-height:610px}.trust-grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(2){border-right:0}.trust-item:nth-child(-n+2){border-bottom:1px solid var(--line)}.process,.cards{grid-template-columns:1fr 1fr}.faq-intro{position:static}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}.contact-art{min-height:320px}
}
@media(max-width:600px){
  .container{width:min(100% - 28px,1160px)}.nav{height:72px}.logo img{width:110px}.hero{padding:42px 0 54px}h1{font-size:3.05rem}section{padding:72px 0}.trust-grid,.process,.cards,.footer-grid{grid-template-columns:1fr}.trust-item{border-right:0;border-bottom:1px solid var(--line)}.trust-item:last-child{border-bottom:0}.image-soft,.image-soft img{min-height:380px}.lifestyle-main,.lifestyle-side{min-height:400px}.contact-copy{padding:34px 26px}.footer-brand{grid-column:auto}.footer-bottom{flex-direction:column}.hero-actions .btn{width:100%}.whatsapp-float{right:14px;bottom:14px}
}
