:root {
  --bg: #020d1d;
  --bg-soft: #071a31;
  --surface: rgba(8, 29, 53, 0.78);
  --surface-strong: #0a2340;
  --line: rgba(68, 153, 255, 0.22);
  --text: #f7fbff;
  --muted: #a8bad0;
  --blue: #168dff;
  --blue-2: #39b8ff;
  --green: #25d366;
  --shadow: 0 24px 70px rgba(0, 99, 255, 0.22);
  --radius: 22px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 78% 12%, rgba(22,141,255,.14), transparent 30%),
    radial-gradient(circle at 20% 0%, rgba(57,184,255,.08), transparent 25%),
    linear-gradient(180deg, #031327 0%, #020d1d 52%, #041326 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.section { padding: 86px 0; scroll-margin-top: 92px; }
.section-tight { padding: 62px 0; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: #7bc7ff; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: linear-gradient(90deg,var(--blue),var(--blue-2)); border-radius: 4px; }
.section-title { margin: 10px 0 12px; font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1.08; letter-spacing: -.035em; }
.section-subtitle { max-width: 680px; margin: 0; color: var(--muted); font-size: 1.04rem; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(2, 13, 29, .84);
  border-bottom: 1px solid rgba(82, 155, 235, .16);
  backdrop-filter: blur(16px);
}
.nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand img { width: 66px; height: 52px; object-fit: contain; }
.brand-copy { display: flex; flex-direction: column; line-height: 1.15; }
.brand-copy strong { font-size: .9rem; letter-spacing: .04em; }
.brand-copy span { color: #91a8c3; font-size: .72rem; margin-top: 5px; }
.nav-menu { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav-menu a { color: #cbd8e6; font-weight: 650; font-size: .92rem; transition: .2s ease; }
.nav-menu a:hover { color: #fff; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); background: var(--surface); color: #fff; border-radius: 12px; cursor: pointer; }
.nav-cta { margin-left: 8px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 0 24px; border-radius: 14px; border: 1px solid transparent;
  font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: linear-gradient(135deg,#0c7dff,#22a9ff); box-shadow: 0 14px 34px rgba(22,141,255,.3); }
.btn-primary:hover { box-shadow: 0 18px 42px rgba(22,141,255,.42); }
.btn-ghost { border-color: var(--line); background: rgba(255,255,255,.02); color: #dcecff; }
.btn-lg { min-height: 58px; padding-inline: 30px; font-size: 1.05rem; }

.hero { position: relative; padding: 74px 0 36px; min-height: 690px; display: flex; align-items: center; overflow: hidden; }
.hero::before {
  content: ""; position: absolute; inset: auto -12% 6% auto; width: 760px; height: 280px;
  border: 2px solid rgba(46, 158, 255, .2); border-radius: 50%; transform: rotate(-12deg); filter: blur(.2px); pointer-events: none;
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 28px; }
.hero-copy { position: relative; z-index: 3; }
.hero h1 { margin: 18px 0 20px; font-size: clamp(3rem, 5.8vw, 5.5rem); line-height: .95; letter-spacing: -.055em; max-width: 720px; }
.hero h1 .accent { display: block; color: #249fff; text-shadow: 0 0 32px rgba(36,159,255,.15); }
.hero p { max-width: 620px; margin: 0 0 28px; color: #c0cee0; font-size: clamp(1rem,1.7vw,1.16rem); }
.trust-line { display: flex; align-items: center; gap: 10px; margin-top: 16px; color: #9eb4cc; font-size: .9rem; }
.trust-line .dot { width: 9px; height: 9px; border-radius: 999px; background: var(--green); box-shadow: 0 0 16px rgba(37,211,102,.65); }

.hero-visual { position: relative; min-height: 570px; }
.avatar-wrap {
  position: absolute; left: -20px; bottom: -35px; width: 62%; z-index: 2;
  filter: drop-shadow(0 28px 34px rgba(0,0,0,.22));
}
.avatar-wrap::after { content: ""; position: absolute; inset: 65% -8% 0 -8%; background: linear-gradient(180deg,transparent,#041326 74%); pointer-events:none; }
.avatar-wrap img { width: 100%; border-radius: 32px; mask-image: linear-gradient(to bottom, black 0%, black 78%, transparent 100%); -webkit-mask-image: linear-gradient(to bottom, black 0%, black 78%, transparent 100%); }
.dashboard {
  position: absolute; right: -54px; top: 72px; width: 62%; z-index: 4;
  background: linear-gradient(160deg, rgba(11,39,70,.96), rgba(5,22,42,.95));
  border: 1px solid rgba(63, 161, 255, .48); border-radius: 24px; padding: 18px; box-shadow: var(--shadow);
}
.dash-top { display:flex; justify-content:space-between; align-items:center; margin-bottom:15px; }
.dash-brand { display:flex; align-items:center; gap:9px; font-size:.78rem; font-weight:800; }
.dash-brand img { width:38px; height:30px; object-fit:contain; }
.online { display:flex; align-items:center; gap:7px; color:#aee9c4; font-size:.75rem; }
.online i { width:8px; height:8px; border-radius:50%; background:var(--green); display:block; }
.chat-list { display:grid; gap:12px; }
.msg { max-width: 88%; padding: 12px 14px; border-radius: 15px; font-size: .82rem; line-height:1.35; }
.msg.user { background:#102f52; color:#dcecff; }
.msg.a1 { background:linear-gradient(135deg,#087bff,#159fff); margin-left:auto; color:#fff; }
.chat-input { margin-top:16px; padding:11px 13px; color:#7894af; background:#07192f; border:1px solid rgba(255,255,255,.05); border-radius:12px; font-size:.76rem; }
.mini-note { position:absolute; right:-42px; bottom:56px; z-index:5; color:#74c7ff; font-size:1rem; font-style:italic; transform:rotate(-5deg); text-align:center; opacity:.92; }

.cards-4 { margin-top: 38px; display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
.card { background: linear-gradient(180deg, rgba(11,39,70,.72), rgba(7,27,49,.72)); border:1px solid var(--line); border-radius:var(--radius); padding:24px; min-height:190px; }
.icon { width:50px; height:50px; border-radius:16px; display:grid; place-items:center; margin-bottom:18px; background:linear-gradient(145deg,rgba(25,145,255,.18),rgba(30,87,255,.07)); border:1px solid rgba(75,171,255,.25); color:#66c3ff; font-size:1.45rem; box-shadow:inset 0 0 26px rgba(36,159,255,.08); }
.icon.whatsapp { color:#4bf08d; }
.card h3 { margin:0 0 8px; font-size:1.05rem; }
.card p { margin:0; color:var(--muted); font-size:.93rem; }

.benefits { margin-top:38px; display:grid; grid-template-columns:repeat(4,1fr); gap:26px; }
.benefit { display:flex; gap:14px; align-items:flex-start; }
.benefit .icon { flex:0 0 48px; width:48px; height:48px; margin:0; }
.benefit h3 { margin:0 0 5px; font-size:1rem; }
.benefit p { margin:0; color:var(--muted); font-size:.9rem; }

.steps { margin-top: 40px; display:grid; grid-template-columns:repeat(3,1fr); gap:20px; counter-reset:step; }
.step { position:relative; background:rgba(7,27,49,.62); border:1px solid var(--line); border-radius:var(--radius); padding:26px; }
.step::before { counter-increment:step; content:counter(step); width:36px; height:36px; border-radius:50%; display:grid; place-items:center; background:linear-gradient(135deg,#0d81ff,#20aaff); font-weight:900; margin-bottom:18px; box-shadow:0 10px 24px rgba(22,141,255,.25); }
.step h3 { margin:0 0 8px; }
.step p { margin:0; color:var(--muted); font-size:.93rem; }

.cta { margin: 10px auto 84px; }
.cta-box { display:flex; align-items:center; justify-content:space-between; gap:30px; padding:34px 40px; border:1px solid rgba(49,157,255,.42); border-radius:26px; background:linear-gradient(110deg,rgba(12,55,99,.95),rgba(4,24,46,.95)); box-shadow:0 26px 70px rgba(0,95,220,.12); }
.cta-box h2 { margin:0 0 6px; font-size:clamp(1.55rem,3vw,2.25rem); }
.cta-box p { margin:0; color:var(--muted); }

.privacy-strip { border-top:1px solid rgba(82,155,235,.15); border-bottom:1px solid rgba(82,155,235,.12); background:rgba(3,17,34,.62); }
.privacy-grid { padding:34px 0; display:grid; grid-template-columns:1.3fr .7fr; gap:32px; align-items:center; }
.privacy-grid h2 { margin:0 0 7px; font-size:1.18rem; }
.privacy-grid p { margin:0; color:var(--muted); font-size:.9rem; }
.privacy-actions { display:flex; justify-content:flex-end; gap:12px; flex-wrap:wrap; }
.privacy-actions a { padding:10px 14px; border-radius:11px; border:1px solid var(--line); color:#cfe7ff; font-size:.86rem; }

.site-footer { padding:30px 0 34px; color:#91a8c3; }
.footer-grid { display:flex; align-items:center; justify-content:space-between; gap:24px; }
.footer-brand { display:flex; align-items:center; gap:12px; }
.footer-brand img { width:48px; }
.footer-contact { display:flex; gap:18px; align-items:center; flex-wrap:wrap; justify-content:flex-end; }
.footer-contact a { color:#c7d8ea; font-size:.9rem; }
.copyright { margin-top:20px; padding-top:18px; border-top:1px solid rgba(82,155,235,.1); font-size:.78rem; }

.page-hero { padding:110px 0 58px; text-align:center; }
.page-hero h1 { margin:14px auto 14px; max-width:820px; font-size:clamp(2.4rem,5vw,4.1rem); line-height:1; letter-spacing:-.04em; }
.page-hero p { margin:0 auto; max-width:720px; color:var(--muted); }
.content-shell { width:min(calc(100% - 40px),900px); margin:0 auto 90px; padding:34px; border:1px solid var(--line); border-radius:26px; background:rgba(7,27,49,.58); }
.content-shell h2 { margin-top:34px; }
.content-shell h2:first-child { margin-top:0; }
.content-shell p, .content-shell li { color:#b7c8da; }
.content-shell a { color:#6ac6ff; text-decoration:underline; text-underline-offset:3px; }
.content-shell ul { padding-left:20px; }

.form-shell { width:min(calc(100% - 40px),760px); margin:0 auto 90px; padding:32px; border:1px solid var(--line); border-radius:26px; background:rgba(7,27,49,.68); box-shadow:var(--shadow); }
.form-grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.field { display:flex; flex-direction:column; gap:8px; }
.field.full { grid-column:1 / -1; }
.field label { font-weight:750; font-size:.9rem; }
.field input, .field select, .field textarea { width:100%; border:1px solid rgba(91,166,242,.24); background:#06182d; color:#fff; border-radius:13px; padding:14px 15px; outline:none; transition:.2s; }
.field textarea { min-height:120px; resize:vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color:#238dff; box-shadow:0 0 0 4px rgba(35,141,255,.10); }
.consent { display:flex; align-items:flex-start; gap:10px; margin:4px 0 8px; color:#a9bfd5; font-size:.86rem; }
.consent input { margin-top:4px; }
.notice { padding:14px 16px; border-radius:14px; background:rgba(22,141,255,.08); border:1px solid rgba(22,141,255,.2); color:#bcd7ef; font-size:.88rem; }

@media (max-width: 1040px) {
  .hero { min-height:auto; padding-top:54px; }
  .hero-grid { grid-template-columns:1fr; }
  .hero-copy { text-align:center; }
  .hero h1, .hero p { margin-left:auto; margin-right:auto; }
  .trust-line { justify-content:center; }
  .hero-visual { min-height:590px; width:min(760px,100%); margin:0 auto; }
  .avatar-wrap { left:4%; width:55%; }
  .dashboard { right:2%; width:54%; }
  .mini-note { right:5%; }
  .cards-4, .benefits { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 820px) {
  .nav-toggle { display:grid; place-items:center; }
  .nav-menu { position:absolute; left:20px; right:20px; top:82px; display:none; flex-direction:column; align-items:stretch; gap:0; padding:12px; border:1px solid var(--line); background:#06172b; border-radius:16px; box-shadow:0 24px 50px rgba(0,0,0,.32); }
  .nav-menu.is-open { display:flex; }
  .nav-menu a { padding:13px 12px; }
  .nav-cta { display:none; }
  .steps { grid-template-columns:1fr; }
  .cta-box, .privacy-grid, .footer-grid { grid-template-columns:1fr; display:grid; }
  .privacy-actions, .footer-contact { justify-content:flex-start; }
}

@media (max-width: 620px) {
  .container { width:min(calc(100% - 28px), var(--max)); }
  .section { padding:64px 0; }
  .brand-copy span { display:none; }
  .brand img { width:54px; }
  .hero { padding-top:46px; }
  .hero h1 { font-size:clamp(2.65rem,13vw,4.2rem); }
  .hero-visual { min-height:515px; }
  .avatar-wrap { left:-8%; bottom:-12px; width:74%; }
  .dashboard { right:-2%; top:48px; width:62%; padding:14px; }
  .mini-note { display:none; }
  .cards-4, .benefits, .form-grid { grid-template-columns:1fr; }
  .field.full { grid-column:auto; }
  .card { min-height:auto; }
  .cta-box { padding:28px 24px; }
  .privacy-grid { grid-template-columns:1fr; }
  .page-hero { padding-top:86px; }
  .content-shell, .form-shell { padding:24px; width:min(calc(100% - 28px),900px); }
}
