:root {
  color-scheme: light dark;
  --ink: #132725;
  --muted: #5f706d;
  --paper: #f7faf9;
  --panel: rgba(255, 255, 255, 0.88);
  --line: rgba(12, 83, 75, 0.14);
  --brand: #006d62;
  --brand-deep: #004d46;
  --accent: #e4463a;
  --soft: #dff5ef;
  --shadow: 0 24px 70px rgba(10, 60, 54, 0.12);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 300px;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 2%, rgba(72, 205, 166, 0.20), transparent 30rem),
    radial-gradient(circle at 95% 12%, rgba(228, 70, 58, 0.11), transparent 28rem),
    var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Tahoma, Arial, sans-serif;
  line-height: 1.7;
}

a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; inset-inline-start: 12px; top: -60px; z-index: 99; padding: 10px 14px; background: var(--ink); color: white; border-radius: 10px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--paper) 84%, transparent);
  backdrop-filter: blur(18px);
}
.header-row { min-height: 82px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; margin-inline-end: auto; }
.brand img { width: 48px; height: 48px; border-radius: 14px; box-shadow: 0 7px 20px rgba(0, 77, 70, 0.18); }
.brand strong { font-size: 1.15rem; letter-spacing: -0.025em; }
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { color: var(--muted); text-decoration: none; font-weight: 650; font-size: 0.94rem; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--brand); }

.hero { padding: 88px 0 58px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: center; gap: 68px; }
.eyebrow { color: var(--brand); font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; font-size: 0.77rem; }
h1, h2, h3 { line-height: 1.18; letter-spacing: -0.035em; }
h1 { margin: 16px 0 22px; font-size: clamp(3rem, 7vw, 5.9rem); max-width: 10ch; }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); margin: 0 0 18px; }
h3 { font-size: 1.25rem; margin: 0 0 10px; }
.lead { color: var(--muted); font-size: clamp(1.06rem, 2vw, 1.3rem); max-width: 62ch; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 999px; text-decoration: none; font-weight: 800; border: 1px solid var(--brand); }
.button.primary { background: var(--brand); color: white; }
.button.secondary { color: var(--brand); background: transparent; }
.hero-mark { position: relative; min-height: 480px; display: grid; place-items: center; }
.hero-mark::before { content: ""; position: absolute; width: 96%; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(145deg, rgba(63, 198, 159, .24), rgba(0, 109, 98, .05)); filter: blur(1px); }
.hero-mark img { position: relative; width: min(390px, 84%); border-radius: 31%; box-shadow: var(--shadow); transform: rotate(2deg); }
.signal { position: absolute; z-index: 1; padding: 10px 16px; border: 1px solid var(--line); background: var(--panel); box-shadow: var(--shadow); border-radius: 999px; font-size: .88rem; font-weight: 750; }
.signal.one { top: 9%; inset-inline-start: 0; }

.section { padding: 70px 0; }
.section.soft { background: linear-gradient(180deg, transparent, var(--soft), transparent); }
.section-heading { max-width: 760px; margin-bottom: 32px; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); box-shadow: 0 16px 45px rgba(10, 60, 54, 0.07); }
.card p { color: var(--muted); margin: 0; }
.card .number { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; margin-bottom: 22px; background: var(--soft); color: var(--brand-deep); font-weight: 900; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.product { min-height: 330px; display: flex; flex-direction: column; justify-content: end; padding: 36px; border-radius: 34px; overflow: hidden; position: relative; color: white; }
.product::before { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(255,255,255,.15), transparent 50%); }
.product > * { position: relative; }
.product.vpn { background: linear-gradient(140deg, #00433e, #007c6d); }
.product-wide { width: 100%; min-height: 360px; }
.product p { color: rgba(255,255,255,.82); max-width: 47ch; }
.pill { width: fit-content; margin-bottom: auto; padding: 7px 12px; border-radius: 999px; background: rgba(255,255,255,.14); font-size: .8rem; font-weight: 800; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--line); }
.trust-strip div { padding: 24px; background: var(--panel); }
.trust-strip strong { display: block; font-size: 1.05rem; }
.trust-strip span { color: var(--muted); font-size: .9rem; }
.legal-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.legal-links a { min-height: 96px; display: flex; align-items: end; justify-content: space-between; gap: 20px; padding: 20px; background: var(--panel); border: 1px solid var(--line); border-radius: 20px; text-decoration: none; font-weight: 800; }
.legal-links a::after { content: "↗"; color: var(--brand); }

.page-hero { padding: 72px 0 34px; }
.page-hero h1 { max-width: 15ch; font-size: clamp(2.7rem, 6vw, 4.8rem); }
.article { width: min(820px, 100%); padding: 42px; margin-bottom: 70px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--panel); box-shadow: var(--shadow); }
.article h2 { margin-top: 42px; font-size: 1.55rem; }
.article h2:first-child { margin-top: 0; }
.article p, .article li { color: var(--muted); }
.article li + li { margin-top: 8px; }
.article .notice { padding: 18px 20px; border-inline-start: 4px solid var(--accent); border-radius: 12px; background: color-mix(in srgb, var(--accent) 8%, transparent); color: var(--ink); }
.meta { display: flex; flex-wrap: wrap; gap: 10px 22px; color: var(--muted); font-size: .9rem; }
.placeholder { padding: 14px 16px; border: 1px dashed var(--accent); border-radius: 12px; color: var(--ink); background: color-mix(in srgb, var(--accent) 7%, transparent); }
.operator-block { padding-block: 34px; }
.operator-block h2 { max-width: 18ch; }
.operator-block a, .article a { color: var(--brand); text-underline-offset: 3px; }
.company-details { display: grid; grid-template-columns: minmax(140px, .4fr) 1fr; gap: 12px 24px; }
.company-details dt { font-weight: 800; }
.company-details dd { margin: 0; color: var(--muted); }

.site-footer { padding: 42px 0; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: end; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: end; gap: 10px 20px; }
.footer-links a { color: var(--muted); font-size: .9rem; }
.fine { color: var(--muted); font-size: .82rem; }

@media (prefers-color-scheme: dark) {
  :root { --ink: #ecf7f4; --muted: #a9bcb7; --paper: #071311; --panel: rgba(13, 32, 29, .9); --line: rgba(164, 224, 208, .14); --brand: #69d7bd; --brand-deep: #8be5d0; --soft: #102a25; --shadow: 0 24px 70px rgba(0,0,0,.28); }
}
@media (max-width: 820px) {
  .site-nav { display: none; }
  .hero { padding-top: 54px; }
  .hero-grid, .product-grid { grid-template-columns: 1fr; }
  .hero-mark { min-height: 350px; }
  .grid, .trust-strip, .legal-links { grid-template-columns: 1fr; }
  .article { padding: 28px 22px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { justify-content: start; }
  .company-details { grid-template-columns: 1fr; gap: 4px; }
  .company-details dd { margin-bottom: 14px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
