@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600;700&family=DM+Serif+Display:ital@0;1&display=swap');

:root {
  --blue:      #1A7BDD;
  --blue-dk:   #0A4FBB;
  --blue-deep: #082080;
  --blue-lt:   #3AABF5;
  --blue-pale: #E8F4FE;
  --white:     #FFFFFF;
  --gray:      #F7F9FC;
  --text:      #0F1923;
  --muted:     #6B7785;
  --border:    #E2E8EF;
  --grad: linear-gradient(145deg,#3AABF5 0%,#1A7BDD 40%,#0A4FBB 75%,#082080 100%);
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'DM Sans',sans-serif;color:var(--text);background:#fff;-webkit-font-smoothing:antialiased;overflow-x:hidden}

/* ── NAV ── */
nav{position:fixed;top:0;left:0;right:0;z-index:100;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 48px;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}
.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}
.nav-logo img{width:34px;height:34px;border-radius:8px}
.nav-logo span{font-family:'DM Serif Display',serif;font-size:20px;color:var(--blue)}
.nav-links{display:flex;align-items:center;gap:28px;list-style:none}
.nav-links a{text-decoration:none;font-size:14px;font-weight:500;color:var(--muted);transition:color .2s}
.nav-links a:hover{color:var(--text)}
.nav-cta{background:var(--blue)!important;color:#fff!important;padding:8px 18px;border-radius:8px;font-weight:600!important}
.nav-cta:hover{background:var(--blue-dk)!important}

/* Lang switcher */
.nav-lang{display:flex;align-items:center;gap:4px;margin-left:16px}
.nav-lang a{font-size:11px;font-weight:700;letter-spacing:.06em;color:var(--muted);text-decoration:none;padding:4px 8px;border-radius:5px;border:1px solid var(--border);transition:all .2s}
.nav-lang a:hover{color:var(--blue);border-color:var(--blue);background:var(--blue-pale)}
.nav-lang a.on{background:var(--blue);color:#fff;border-color:var(--blue)}

/* Burger */
.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}
.burger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px;transition:transform .3s,opacity .3s}
.burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.open span:nth-child(2){opacity:0}
.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* Mobile menu */
.mob-menu{display:none;position:fixed;top:64px;left:0;right:0;z-index:99;background:rgba(255,255,255,.97);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);flex-direction:column;padding:12px 24px 24px}
.mob-menu.open{display:flex}
.mob-lang{display:flex;gap:8px;padding:12px 0;border-bottom:1px solid var(--border);margin-bottom:4px}
.mob-lang a{font-size:12px;font-weight:700;color:var(--muted);text-decoration:none;padding:5px 12px;border-radius:6px;border:1px solid var(--border)}
.mob-lang a.on{background:var(--blue);color:#fff;border-color:var(--blue)}
.mob-menu a.mob-link{text-decoration:none;font-size:15px;font-weight:500;color:var(--text);padding:12px 0;border-bottom:1px solid var(--border)}
.mob-menu a.mob-link:last-of-type{border-bottom:none}
.mob-cta{display:block;margin-top:16px;background:var(--blue);color:#fff!important;text-align:center;padding:14px;border-radius:10px;font-weight:700;font-size:15px;text-decoration:none}

/* ── HERO ── */
.hero{position:relative;background:var(--grad);padding:140px 48px 80px;overflow:hidden;min-height:88vh;display:flex;align-items:center}
.bubbles{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.bubble{position:absolute;border-radius:50%;background:rgba(255,255,255,.07);animation:rise linear infinite}
.bubble:nth-child(1){width:80px;height:80px;left:5%;animation-duration:12s;bottom:-100px}
.bubble:nth-child(2){width:120px;height:120px;left:15%;animation-duration:18s;animation-delay:2s;bottom:-150px}
.bubble:nth-child(3){width:50px;height:50px;left:28%;animation-duration:10s;animation-delay:4s;bottom:-80px}
.bubble:nth-child(4){width:160px;height:160px;left:40%;animation-duration:22s;animation-delay:1s;bottom:-200px}
.bubble:nth-child(5){width:70px;height:70px;left:55%;animation-duration:14s;animation-delay:3s;bottom:-100px}
.bubble:nth-child(6){width:100px;height:100px;left:65%;animation-duration:16s;animation-delay:.5s;bottom:-130px}
.bubble:nth-child(7){width:40px;height:40px;left:78%;animation-duration:9s;animation-delay:5s;bottom:-60px}
.bubble:nth-child(8){width:130px;height:130px;left:85%;animation-duration:20s;animation-delay:1.5s;bottom:-180px}
@keyframes rise{0%{transform:translateY(0);opacity:0}10%{opacity:1}90%{opacity:.5}100%{transform:translateY(-110vh);opacity:0}}

.hero-inner{max-width:1160px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 360px;gap:60px;align-items:center;position:relative;z-index:1}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.25);border-radius:50px;padding:6px 16px;font-size:13px;color:#fff;margin-bottom:24px}
.badge-dot{width:7px;height:7px;border-radius:50%;background:#7DFFB0;animation:pulse 2s ease-in-out infinite}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}
.hero h1{font-family:'DM Serif Display',serif;font-size:clamp(40px,5.5vw,68px);line-height:1.05;letter-spacing:-.02em;color:#fff;max-width:660px;margin-bottom:20px}
.hero h1 em{font-style:italic;color:rgba(255,255,255,.75)}
.hero-desc{font-size:17px;color:rgba(255,255,255,.8);max-width:480px;line-height:1.7;font-weight:300;margin-bottom:40px}
.hero-btns{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.btn-white{display:inline-flex;align-items:center;gap:10px;background:#fff;color:var(--blue-dk);text-decoration:none;padding:13px 26px;border-radius:12px;font-weight:700;font-size:15px;box-shadow:0 8px 24px rgba(0,0,0,.15);transition:transform .2s,box-shadow .2s}
.btn-white:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(0,0,0,.2)}
.btn-ghost{color:rgba(255,255,255,.8);text-decoration:none;font-size:15px;font-weight:500;transition:color .2s}
.btn-ghost:hover{color:#fff}
.hero-stats{display:flex;gap:40px;margin-top:56px;padding-top:36px;border-top:1px solid rgba(255,255,255,.2)}
.hero-stat-n{font-family:'DM Serif Display',serif;font-size:28px;color:#fff;display:block;line-height:1;margin-bottom:4px}
.hero-stat-l{font-size:12px;color:rgba(255,255,255,.65)}
.hero-phone img{width:100%;border-radius:32px;box-shadow:0 32px 80px rgba(0,0,0,.28);animation:float 4s ease-in-out infinite}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}

/* Wave */
.wave{display:block;width:100%;overflow:hidden;line-height:0;margin-top:-2px}
.wave svg{display:block;width:100%}

/* ── SECTIONS ── */
.sec-white{background:#fff;padding:96px 48px}
.sec-blue{background:var(--grad);padding:96px 48px;position:relative;overflow:hidden}
.sec-gray{background:var(--gray);padding:96px 48px}
.sec-inner{max-width:1100px;margin:0 auto}
.sec-tag{font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;display:block;margin-bottom:12px}
.sec-tag.dark{color:var(--blue)}.sec-tag.light{color:rgba(255,255,255,.6)}
.sec-title{font-family:'DM Serif Display',serif;font-size:clamp(30px,4vw,46px);line-height:1.1;letter-spacing:-.02em;margin-bottom:14px}
.sec-title.dark{color:var(--text)}.sec-title.light{color:#fff}
.sec-desc{font-size:16px;line-height:1.7;max-width:500px;font-weight:300}
.sec-desc.dark{color:var(--muted)}.sec-desc.light{color:rgba(255,255,255,.75)}

/* Two col */
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}

/* Features grid */
.feat-hd{margin-bottom:56px}
.feat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.feat-card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:32px 28px;transition:transform .3s,box-shadow .3s}
.feat-card:hover{transform:translateY(-4px);box-shadow:0 12px 36px rgba(26,123,221,.1)}
.feat-icon{width:46px;height:46px;background:var(--blue-pale);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.feat-icon svg{width:22px;height:22px}
.feat-card h3{font-size:16px;font-weight:600;margin-bottom:8px;color:var(--text)}
.feat-card p{font-size:13px;color:var(--muted);line-height:1.65}

/* Import list */
.import-list{list-style:none;border-radius:14px;overflow:hidden;border:1px solid rgba(255,255,255,.2)}
.import-item{display:flex;align-items:center;gap:14px;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.08);color:#fff;font-size:14px;font-weight:500;transition:background .2s}
.import-item:last-child{border-bottom:none}
.import-item:hover{background:rgba(255,255,255,.14)}
.import-icon{width:34px;height:34px;background:rgba(255,255,255,.15);border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.import-icon svg{width:16px;height:16px}
.import-item span{font-size:12px;color:rgba(255,255,255,.55);font-weight:400;margin-left:auto}

/* Willy card */
.willy-card{background:#fff;border-radius:18px;padding:28px;box-shadow:0 20px 56px rgba(10,79,187,.14)}
.willy-hd{display:flex;align-items:center;gap:12px;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid var(--border)}
.willy-av{width:38px;height:38px;background:var(--grad);border-radius:50%;display:flex;align-items:center;justify-content:center}
.willy-av svg{width:18px;height:18px}
.willy-name{font-weight:700;font-size:13px;color:var(--text)}
.willy-role{font-size:11px;color:var(--muted)}
.willy-dot{width:8px;height:8px;border-radius:50%;background:#30D158;margin-left:auto}
.willy-bubble{font-size:13px;color:var(--text);line-height:1.7;margin-bottom:16px;background:var(--gray);border-radius:4px 14px 14px 14px;padding:14px}
.willy-saving{background:var(--blue-pale);border-radius:10px;padding:12px 14px;font-size:12px;color:var(--blue-dk);font-weight:600;display:flex;align-items:center;gap:8px}
.willy-saving svg{width:14px;height:14px;flex-shrink:0}
.willy-list{list-style:none;margin-top:32px;display:flex;flex-direction:column;gap:12px}
.willy-item{display:flex;align-items:center;gap:12px;font-size:14px;color:var(--text)}
.willy-check{width:26px;height:26px;border-radius:50%;background:var(--blue-pale);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.willy-check svg{width:12px;height:12px}

/* Sharing */
.sharing-phones{display:flex;gap:16px;align-items:flex-end;justify-content:center}
.sharing-phones img{border-radius:28px;box-shadow:0 20px 56px rgba(10,79,187,.14)}
.sharing-phones img:first-child{width:180px;transform:rotate(-3deg) translateY(8px)}
.sharing-phones img:last-child{width:180px;transform:rotate(3deg) translateY(8px)}
.sharing-phones img:hover{transform:rotate(0) translateY(-4px)!important;transition:transform .3s}
.sharing-list{list-style:none;margin-top:32px;display:flex;flex-direction:column;gap:16px}
.sharing-item{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:var(--text)}
.sharing-item-icon{width:34px;height:34px;background:var(--blue-pale);border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.sharing-item-icon svg{width:16px;height:16px}
.sharing-item strong{display:block;font-weight:600;margin-bottom:2px}
.sharing-item span{font-size:12px;color:var(--muted)}

/* Pro */
.pro-card{background:var(--text);border-radius:22px;padding:56px;display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;position:relative;overflow:hidden}
.pro-card::before{content:'';position:absolute;top:-80px;right:-80px;width:280px;height:280px;border-radius:50%;background:rgba(255,255,255,.04)}
.pro-title{font-family:'DM Serif Display',serif;font-size:38px;color:#fff;margin-bottom:6px;position:relative;z-index:1}
.pro-price{font-family:'DM Serif Display',serif;font-size:48px;color:rgba(255,255,255,.85);line-height:1;margin-bottom:20px;position:relative;z-index:1}
.pro-price span{font-size:18px;font-family:'DM Sans',sans-serif;opacity:.6;font-weight:300}
.pro-desc{font-size:15px;color:rgba(255,255,255,.65);line-height:1.7;margin-bottom:28px;font-weight:300;position:relative;z-index:1}
.btn-pro{display:inline-block;background:#fff;color:var(--text);text-decoration:none;padding:13px 26px;border-radius:10px;font-weight:700;font-size:14px;position:relative;z-index:1;transition:opacity .2s,transform .2s}
.btn-pro:hover{opacity:.9;transform:translateY(-1px)}
.pro-list{list-style:none;display:flex;flex-direction:column;gap:12px;position:relative;z-index:1}
.pro-item{display:flex;align-items:center;gap:10px;font-size:14px;color:rgba(255,255,255,.8)}
.pro-check{width:20px;height:20px;border-radius:50%;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.pro-check svg{width:10px;height:10px}

/* Privacy grid */
.priv-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:48px}
.priv-item{background:#fff;border:1px solid var(--border);border-radius:14px;padding:24px 20px;transition:transform .2s,box-shadow .2s}
.priv-item:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(26,123,221,.09)}
.priv-icon{width:40px;height:40px;background:var(--blue-pale);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.priv-icon svg{width:20px;height:20px}
.priv-item h4{font-size:14px;font-weight:600;margin-bottom:5px}
.priv-item p{font-size:12px;color:var(--muted);line-height:1.55}

/* ── FAQ ── */
.faq-cat{margin-bottom:40px}
.faq-cat-title{font-family:'DM Serif Display',serif;font-size:20px;color:var(--blue);margin-bottom:16px;padding-bottom:10px;border-bottom:2px solid var(--blue-pale)}
.faq-item{border-bottom:1px solid var(--border)}
.faq-btn{width:100%;background:none;border:none;text-align:left;padding:18px 0;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px}
.faq-q{font-size:15px;font-weight:600;color:var(--text);line-height:1.4;font-family:'DM Sans',sans-serif}
.faq-ic{width:22px;height:22px;border-radius:50%;background:var(--blue-pale);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s}
.faq-ic svg{width:11px;height:11px;transition:transform .3s}
.faq-item.open .faq-ic{background:var(--blue)}
.faq-item.open .faq-ic svg{transform:rotate(45deg)}
.faq-item.open .faq-ic svg line{stroke:#fff}
.faq-body{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-body-in{padding:0 0 18px;font-size:14px;color:#4A5568;line-height:1.8}
.faq-body-in ul{margin:8px 0 8px 18px}
.faq-body-in li+li{margin-top:4px}
.faq-body-in a{color:var(--blue)}
.faq-body-in strong{color:var(--text);font-weight:600}
.faq-item.open .faq-body{max-height:600px}
.faq-cta{background:var(--blue-pale);border-radius:14px;padding:32px;text-align:center;margin-top:40px}
.faq-cta h3{font-family:'DM Serif Display',serif;font-size:22px;margin-bottom:8px}
.faq-cta p{font-size:14px;color:var(--muted);margin-bottom:20px}

/* ── LEGAL ── */
.legal-hero{background:var(--grad);padding:120px 48px 56px;position:relative;overflow:hidden}
.legal-inner{max-width:720px;margin:0 auto;position:relative;z-index:1}
.legal-inner h1{font-family:'DM Serif Display',serif;font-size:clamp(32px,5vw,52px);color:#fff;margin-bottom:10px;letter-spacing:-.02em}
.legal-inner p{color:rgba(255,255,255,.65);font-size:14px}
.legal-content{max-width:720px;margin:0 auto;padding:56px 48px 80px}
.legal-content h2{font-family:'DM Serif Display',serif;font-size:22px;margin:40px 0 10px;color:var(--text)}
.legal-content h2:first-child{margin-top:0}
.legal-content p,.legal-content li{font-size:14px;line-height:1.8;color:#4A5568}
.legal-content ul{margin:8px 0 8px 18px}
.legal-content li+li{margin-top:4px}
.legal-content a{color:var(--blue)}
.legal-content strong{color:var(--text);font-weight:600}

/* Delete page */
.delete-pg{max-width:580px;margin:0 auto;padding:120px 48px 80px}
.delete-pg h1{font-family:'DM Serif Display',serif;font-size:38px;margin-bottom:14px;letter-spacing:-.02em}
.delete-pg>p{font-size:15px;color:var(--muted);line-height:1.7;margin-bottom:40px}
.steps{border:1px solid var(--border);border-radius:14px;overflow:hidden;margin-bottom:28px}
.step{display:flex;gap:16px;align-items:flex-start;padding:20px;border-bottom:1px solid var(--border)}
.step:last-child{border-bottom:none}
.step-n{width:26px;height:26px;border-radius:50%;background:var(--blue);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.step strong{display:block;font-size:14px;font-weight:600;margin-bottom:3px}
.step span{font-size:13px;color:var(--muted)}
.warn{background:#FFF8F0;border:1px solid #FFD0A0;border-radius:10px;padding:16px 20px;font-size:13px;color:#A05010;line-height:1.6;margin-bottom:24px}
.delete-contact{font-size:14px;color:var(--muted);line-height:1.7}
.delete-contact a{color:var(--blue);font-weight:500}

/* ── FOOTER ── */
footer{background:var(--text);padding:56px 48px 36px}
.foot-in{max-width:1100px;margin:0 auto}
.foot-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}
.foot-brand{font-family:'DM Serif Display',serif;font-size:20px;color:#fff;display:block;margin-bottom:10px;text-decoration:none}
.foot-tag{font-size:13px;color:rgba(255,255,255,.45);line-height:1.6;font-weight:300}
.foot-col h5{font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:14px}
.foot-col ul{list-style:none}
.foot-col li+li{margin-top:9px}
.foot-col a{color:rgba(255,255,255,.55);text-decoration:none;font-size:13px;transition:color .2s}
.foot-col a:hover{color:#fff}
.foot-bot{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:rgba(255,255,255,.35)}
.foot-links{display:flex;gap:20px}
.foot-links a{color:rgba(255,255,255,.35);text-decoration:none;font-size:12px;transition:color .2s}
.foot-links a:hover{color:rgba(255,255,255,.7)}

/* ── RESPONSIVE ── */
@media(max-width:960px){
  nav{padding:0 20px}
  .nav-links,.nav-lang{display:none}
  .burger{display:flex}
  .hero{padding:110px 24px 64px;min-height:auto}
  .hero-inner{grid-template-columns:1fr}
  .hero-phone{display:none}
  .sec-white,.sec-blue,.sec-gray{padding:64px 24px}
  .two-col{grid-template-columns:1fr;gap:40px}
  .feat-grid{grid-template-columns:1fr}
  .pro-card{grid-template-columns:1fr;gap:32px;padding:36px 24px}
  .priv-grid{grid-template-columns:1fr 1fr}
  .foot-top{grid-template-columns:1fr 1fr;gap:28px}
  .foot-bot{flex-direction:column;gap:12px}
  .legal-hero{padding:100px 24px 48px}
  .legal-content{padding:40px 24px 60px}
  .delete-pg{padding:100px 24px 60px}
}
