@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --blue: #3073f0;
  --blue-dark: #1558d3;
  --blue-light: #eaf1ff;
  --ink: #131314;
  --body: #4d5158;
  --muted: #747982;
  --line: #e4e7ed;
  --surface: #f7f8fa;
  --white: #fff;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(28, 47, 85, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(228, 231, 237, .85);
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(18px);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand img { border-radius: 12px; box-shadow: 0 7px 18px rgba(29, 73, 156, .16); }
.brand span { display: flex; flex-direction: column; line-height: 1.25; }
.brand strong { font: 700 16px/1.25 Manrope, sans-serif; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 11px; letter-spacing: .05em; }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a { color: #4d5158; font-size: 14px; font-weight: 600; text-decoration: none; transition: color .2s ease; }
.site-header nav a:hover, .site-header nav a.active { color: var(--blue); }

.hero { position: relative; overflow: hidden; padding: 104px 0 110px; background: radial-gradient(circle at 75% 30%, #eef4ff 0, #f8faff 29%, transparent 52%); }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -360px; top: 45px; border: 1px solid #e4ebf8; border-radius: 50%; box-shadow: 0 0 0 65px rgba(234, 241, 255, .42), 0 0 0 130px rgba(234, 241, 255, .25); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 90px; }
.eyebrow { margin: 0 0 18px; color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 24px; height: 2px; margin: 0 9px 3px 0; background: var(--blue); }
h1, h2, h3 { margin-top: 0; font-family: Manrope, sans-serif; letter-spacing: -.035em; }
.hero h1 { max-width: 660px; margin-bottom: 28px; font-size: clamp(52px, 6vw, 79px); line-height: 1.03; }
.hero h1 em { color: var(--blue); font-style: normal; }
.lede { max-width: 645px; margin: 0; color: var(--body); font-size: 19px; line-height: 1.75; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 35px 0 32px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 23px; border: 1px solid transparent; border-radius: 13px; font-weight: 700; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: #fff; background: var(--blue); box-shadow: 0 12px 26px rgba(48, 115, 240, .25); }
.button.primary:hover { background: var(--blue-dark); box-shadow: 0 15px 32px rgba(48, 115, 240, .32); }
.button.secondary { border-color: var(--line); background: #fff; }
.button.secondary:hover { border-color: #cdd5e4; box-shadow: 0 10px 26px rgba(28, 47, 85, .08); }
.trust-list { display: flex; flex-wrap: wrap; gap: 11px 24px; margin: 0; padding: 0; color: #626872; font-size: 13px; list-style: none; }
.trust-list li::before { content: "✓"; display: inline-grid; width: 18px; height: 18px; margin-right: 7px; place-items: center; border-radius: 50%; color: #fff; background: #21ad62; font-size: 11px; font-weight: 700; }

.hero-visual { position: relative; display: grid; min-height: 545px; place-items: center; }
.glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; background: linear-gradient(135deg, rgba(48,115,240,.23), rgba(87,199,255,.07)); filter: blur(1px); }
.phone { position: relative; width: 310px; min-height: 530px; padding: 28px 22px; border: 9px solid #131a26; border-radius: 46px; background: #f8faff; box-shadow: 0 42px 80px rgba(23, 52, 106, .25); transform: rotate(3deg); }
.phone-top { position: absolute; top: 10px; left: 50%; width: 86px; height: 20px; border-radius: 20px; background: #131a26; transform: translateX(-50%); }
.phone-top span { position: absolute; top: 7px; right: 14px; width: 6px; height: 6px; border-radius: 50%; background: #38445a; }
.app-title { display: flex; align-items: center; gap: 13px; margin: 30px 0 25px; }
.app-title img { border-radius: 16px; }
.app-title div { display: flex; flex-direction: column; }
.app-title small { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.app-title strong { margin-top: 3px; font: 700 21px/1.2 Manrope, sans-serif; }
.code-card { padding: 17px 17px 13px; border: 1px solid #dce4f2; border-radius: 17px; background: #fff; box-shadow: 0 15px 32px rgba(39, 67, 119, .1); }
.code-head { display: flex; align-items: center; gap: 8px; color: var(--body); font-size: 12px; }
.code-head small { margin-left: auto; color: var(--muted); }
.service-dot { width: 10px; height: 10px; border-radius: 3px; }
.service-dot.blue { background: var(--blue); }
.code-card > p { margin: 17px 0 10px; color: #1c2d4b; font: 800 31px/1 Manrope, sans-serif; letter-spacing: .08em; }
.timer { height: 4px; overflow: hidden; border-radius: 10px; background: #e7ecf4; }
.timer span { display: block; width: 72%; height: 100%; border-radius: inherit; background: var(--blue); }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 13px 0; }
.mini-grid > div { display: flex; min-height: 105px; padding: 13px; flex-direction: column; border: 1px solid #e4e8ef; border-radius: 15px; background: #fff; }
.mini-grid strong { margin-top: auto; font-size: 12px; }
.mini-grid small { color: var(--muted); font-size: 10px; }
.mini-icon { display: grid; width: 29px; height: 29px; place-items: center; border-radius: 9px; color: var(--blue); background: var(--blue-light); font-size: 14px; font-weight: 800; }
.vpn-pill { display: grid; grid-template-columns: auto 1fr; column-gap: 10px; align-items: center; padding: 13px; border-radius: 14px; color: #fff; background: #17233a; }
.vpn-pill > span { grid-row: span 2; width: 13px; height: 13px; border: 3px solid #a7caff; border-radius: 50%; box-shadow: 0 0 0 4px rgba(113, 168, 255, .15); }
.vpn-pill strong { font-size: 12px; line-height: 1.2; }
.vpn-pill small { color: #aeb9cc; font-size: 9px; line-height: 1.2; }

.section { padding: 104px 0; }
.section-heading { max-width: 700px; margin-bottom: 47px; }
.section-heading h2, .data-card h2, .support-card h2 { margin-bottom: 16px; font-size: clamp(35px, 4vw, 51px); line-height: 1.12; }
.section-heading > p:last-child { max-width: 650px; margin: 0; color: var(--body); font-size: 18px; }
.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 250px; overflow: hidden; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.feature-card:hover { border-color: #cfdcf5; box-shadow: 0 22px 50px rgba(28, 47, 85, .09); transform: translateY(-4px); }
.feature-card::after { content: ""; position: absolute; right: -60px; bottom: -90px; width: 190px; height: 190px; border-radius: 50%; background: radial-gradient(circle, rgba(48,115,240,.12), rgba(48,115,240,0) 68%); }
.feature-number { display: inline-flex; width: 41px; height: 41px; align-items: center; justify-content: center; border-radius: 11px; color: var(--blue); background: var(--blue-light); font: 700 12px/1 Manrope, sans-serif; }
.feature-card h3 { margin: 25px 0 10px; font-size: 23px; }
.feature-card p { max-width: 480px; margin: 0; color: var(--body); }

.data-section { padding-top: 25px; }
.data-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 75px; padding: 66px; border-radius: 32px; color: #fff; background: linear-gradient(145deg, #0d1b34, #183668 68%, #1f60d4); box-shadow: var(--shadow); }
.eyebrow.light { color: #8db6ff; }
.data-card h2 { max-width: 600px; }
.data-card > div > p:not(.eyebrow) { color: #cbd8ec; }
.text-link { display: inline-block; margin-top: 13px; color: var(--blue); font-weight: 700; text-decoration: none; }
.light-link { color: #fff; }
.text-link span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.data-points { display: flex; flex-direction: column; justify-content: center; }
.data-points > div { display: grid; grid-template-columns: 45px 1fr; gap: 15px; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.data-points > div:last-child { border-bottom: 0; }
.data-points span { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: 11px; color: #8db6ff; font-size: 11px; font-weight: 700; }
.data-points p { margin: 0; color: #b8c7de; font-size: 14px; }
.data-points strong { display: block; margin-bottom: 2px; color: #fff; font-size: 16px; }

.support-section { padding-top: 80px; }
.support-card { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 50px 54px; border: 1px solid #dbe5f8; border-radius: 28px; background: linear-gradient(120deg, #f7faff, #eef4ff); }
.support-card h2 { margin-bottom: 8px; font-size: 36px; }
.support-card p:last-child { margin: 0; color: var(--body); }

.site-footer { padding: 32px 0; border-top: 1px solid var(--line); background: var(--surface); }
.footer-grid { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand strong { font-size: 14px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-links a { color: var(--body); font-size: 13px; font-weight: 600; text-decoration: none; }
.footer-links a:hover { color: var(--blue); }

.legal-main { padding: 72px 0 110px; background: linear-gradient(180deg, #f9fbff 0, #fff 320px); }
.legal-layout { display: grid; grid-template-columns: 270px minmax(0, 780px); justify-content: space-between; gap: 80px; }
.legal-aside { position: sticky; top: 120px; align-self: start; }
.legal-aside h1 { margin-bottom: 6px; font-size: 38px; line-height: 1.15; }
.legal-aside > p:not(.eyebrow) { margin: 4px 0; color: var(--body); }
.legal-aside .updated { color: var(--muted); font-size: 13px; }
.legal-aside nav { display: flex; margin-top: 31px; padding-top: 24px; flex-direction: column; gap: 9px; border-top: 1px solid var(--line); }
.legal-aside nav a { color: var(--muted); font-size: 13px; text-decoration: none; }
.legal-aside nav a:hover { color: var(--blue); }
.legal-content { min-width: 0; padding: 48px 54px; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: 0 18px 50px rgba(28,47,85,.06); }
.legal-content section { margin-bottom: 50px; scroll-margin-top: 110px; }
.legal-content section:last-child { margin-bottom: 0; }
.legal-content h2 { margin-bottom: 17px; font-size: 26px; line-height: 1.3; }
.legal-content h3 { margin: 28px 0 8px; font-size: 18px; letter-spacing: -.02em; }
.legal-content p { margin: 0 0 15px; color: var(--body); }
.legal-content ul { padding-left: 24px; color: var(--body); }
.legal-content li { margin-bottom: 10px; padding-left: 4px; }
.legal-content a { color: var(--blue-dark); }
.legal-content code { padding: 2px 6px; border-radius: 5px; color: #174ca9; background: var(--blue-light); font-size: .9em; }
.legal-content address { padding: 20px 23px; border-left: 3px solid var(--blue); color: var(--body); background: var(--surface); font-style: normal; }
.policy-callout { margin: 28px 0; padding: 23px 25px; border: 1px solid #cadcff; border-radius: 16px; background: #f2f6ff; }
.policy-callout > strong { display: block; margin-bottom: 7px; color: #174ca9; font-family: Manrope, sans-serif; }
.policy-callout p { margin: 0; }

@media (max-width: 900px) {
  .site-header nav a:nth-child(-n+2) { display: none; }
  .hero { padding: 75px 0 85px; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-copy { text-align: center; }
  .lede { margin-inline: auto; }
  .actions, .trust-list { justify-content: center; }
  .hero-visual { min-height: 500px; }
  .data-card { grid-template-columns: 1fr; gap: 35px; padding: 48px; }
  .support-card { align-items: flex-start; flex-direction: column; }
  .legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .legal-aside { position: static; }
  .legal-aside nav { display: none; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 70px; }
  .brand img { width: 42px; height: 42px; }
  .site-header nav { gap: 16px; }
  .site-header nav a { font-size: 13px; }
  .hero h1 { font-size: clamp(43px, 13.2vw, 63px); }
  .hero { padding-top: 62px; }
  .lede { font-size: 17px; }
  .trust-list { align-items: center; flex-direction: column; }
  .hero-visual { min-height: 465px; }
  .glow { width: 320px; height: 320px; }
  .phone { width: 265px; min-height: 460px; padding: 25px 17px; border-radius: 39px; }
  .app-title { margin: 25px 0 18px; }
  .app-title img { width: 53px; height: 53px; }
  .section { padding: 78px 0; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; padding: 27px; }
  .data-section { padding-top: 10px; }
  .data-card { padding: 34px 25px; border-radius: 24px; }
  .support-card { padding: 34px 26px; }
  .support-card .button { width: 100%; padding-inline: 12px; font-size: 13px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
  .footer-links { gap: 13px 18px; }
  .legal-main { padding: 48px 0 80px; }
  .legal-aside h1 { font-size: 32px; }
  .legal-content { padding: 31px 23px; border-radius: 20px; }
  .legal-content h2 { font-size: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
