:root {
  --bg: #06111d;
  --bg-2: #091a2a;
  --panel: #0b1f31;
  --panel-2: #0d263a;
  --text: #eef4f8;
  --muted: #9eb0bf;
  --line: rgba(141, 185, 204, .18);
  --accent: #33c6d8;
  --accent-2: #80e4ee;
  --silver: #c9d2d8;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 85% 0%, rgba(26,119,145,.10), transparent 28rem),
    linear-gradient(180deg, #06111d 0%, #071522 100%);
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; display: block; }
figure { margin: 0; }
.container { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link { position: fixed; left: 12px; top: -60px; z-index: 999; background: white; color: #06111d; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(4,14,24,.84);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(141,185,204,.12);
}
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-family: Georgia, "Times New Roman", serif; letter-spacing: .17em; font-weight: 600; }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a { text-decoration: none; color: #c4d0d8; font-size: .93rem; }
.site-header nav a:hover { color: white; }
.nav-cta { border: 1px solid rgba(51,198,216,.48); padding: 9px 15px; border-radius: 8px; }
.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding-left: 2px;
  color: #718695;
  font-size: .78rem;
  letter-spacing: .08em;
}
.site-header nav .lang-link {
  color: #9eb0bf;
  font-size: .78rem;
  font-weight: 700;
}
.site-header nav .lang-link:hover,
.site-header nav .lang-link.is-active { color: var(--accent-2); }


.hero {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(rgba(141,185,204,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(141,185,204,.035) 1px, transparent 1px),
    radial-gradient(circle at 50% 0%, rgba(51,198,216,.08), transparent 32rem),
    linear-gradient(180deg, #06111d 0%, #071522 100%);
  background-size: 42px 42px, 42px 42px, auto, auto;
}
.hero-inner { padding-block: 48px 84px; }
.hero-banner,
.origin-banner {
  overflow: hidden;
  border: 1px solid rgba(141,185,204,.20);
  border-radius: 18px;
  background: #04101b;
  box-shadow: 0 28px 80px rgba(0,0,0,.34), 0 0 0 1px rgba(51,198,216,.04) inset;
}
.hero-banner img,
.origin-banner img { width: 100%; height: auto; display: block; }
.hero-copy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: clamp(44px, 7vw, 96px);
  align-items: end;
  padding-top: 58px;
}
.hero-side { padding-bottom: 6px; }
.eyebrow { margin: 0 0 14px; text-transform: uppercase; letter-spacing: .19em; font-size: .76rem; color: var(--accent-2); font-weight: 700; }
h1, h2, h3 { line-height: 1.12; margin-top: 0; }
h1 { max-width: 760px; font-family: Georgia, "Times New Roman", serif; font-weight: 500; font-size: clamp(3rem, 5.6vw, 5.6rem); letter-spacing: -.04em; margin-bottom: 0; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.15rem, 4.2vw, 4rem); font-weight: 500; letter-spacing: -.025em; margin-bottom: 20px; }
h3 { font-size: 1.22rem; margin-bottom: 12px; }
.lead { color: #c0ced7; font-size: clamp(1.06rem, 1.7vw, 1.24rem); margin: 0 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 8px; text-decoration: none; font-weight: 700; border: 1px solid transparent; }
.btn-primary { background: linear-gradient(135deg, #2fc2d3, #82e5ee); color: #04131f; box-shadow: 0 10px 30px rgba(47,194,211,.17); }
.btn-primary:hover { filter: brightness(1.06); }
.btn-secondary { border-color: rgba(210,226,235,.22); background: rgba(7,24,38,.58); color: #e8f0f5; }
.btn-large { min-height: 54px; padding-inline: 24px; }

.section { padding: 110px 0; }
.section-alt { background: linear-gradient(180deg, rgba(11,31,49,.68), rgba(8,25,39,.52)); border-block: 1px solid var(--line); }
.section-head { max-width: 780px; margin-bottom: 48px; }
.section-head > p:last-child, .origin p, .principle span { color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.card { min-height: 250px; padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(180deg, rgba(13,38,58,.72), rgba(8,25,39,.72)); transition: transform .2s ease, border-color .2s ease; }
.card:hover { transform: translateY(-4px); border-color: rgba(51,198,216,.42); }
.card-index { display: block; color: var(--accent); font-size: .76rem; font-weight: 800; letter-spacing: .16em; margin-bottom: 38px; }
.card p { color: var(--muted); margin-bottom: 0; }

.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: start; }
.principles { display: grid; gap: 12px; }
.principle { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 20px 0; border-top: 1px solid var(--line); }
.principle strong { color: var(--accent); font-size: .82rem; letter-spacing: .15em; }
.principle b { color: var(--text); }

.origin-wrap { display: grid; gap: 38px; }
.origin-copy { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: 60px; align-items: center; max-width: 1000px; }
.origin-logo { width: 200px; height: 200px; border-radius: 24px; overflow: hidden; border: 1px solid var(--line); background: white; box-shadow: 0 18px 48px rgba(0,0,0,.24); }
.origin-logo img { width: 100%; height: 100%; object-fit: cover; }
.origin-lead { font-size: 1.28rem; color: var(--silver) !important; }
.origin em { color: white; }

.contact { padding: 92px 0; border-top: 1px solid var(--line); background: radial-gradient(circle at 20% 50%, rgba(51,198,216,.10), transparent 28rem); }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contact h2 { max-width: 760px; margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.55rem); }

.site-footer { border-top: 1px solid var(--line); padding: 34px 0 42px; color: #8fa2b0; font-size: .86rem; }
.footer-inner { display: grid; grid-template-columns: minmax(260px, 1fr) auto minmax(260px, 1fr); align-items: end; gap: 34px; }
.footer-company { display: grid; gap: 14px; justify-items: start; }
.footer-brand { font-size: .82rem; color: #dce6ec; }
.company-details { display: grid; gap: 4px; margin: 0; font-style: normal; line-height: 1.55; }
.company-details strong { color: #dce6ec; font-weight: 650; }
.company-details span { color: #9eb0bf; }
.sample-data-label { color: var(--accent-2) !important; font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 3px; }
.company-details a { color: #9eb0bf; text-decoration: none; }
.company-details a:hover { color: #eef4f8; }
.footer-center { text-align: center; }
.footer-inner p { margin: 0; }
.footer-note { text-align: right; }

@media (max-width: 900px) {
  .site-header nav a:not(.nav-cta):not(.lang-link) { display: none; }
  .hero-inner { padding-block: 30px 64px; }
  .hero-copy-grid { grid-template-columns: 1fr; gap: 24px; padding-top: 40px; }
  .hero-side { max-width: 720px; }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .origin-copy { grid-template-columns: 150px 1fr; gap: 36px; }
  .origin-logo { width: 140px; height: 140px; }
  .contact-inner { align-items: flex-start; flex-direction: column; }
  .footer-inner { grid-template-columns: 1fr; align-items: start; }
  .footer-center { text-align: left; }
  .footer-note { text-align: left; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .nav-wrap { min-height: 64px; }
  .brand { letter-spacing: .12em; font-size: .91rem; }
  .site-header .brand img { width: 32px; height: 32px; }
  .nav-cta { padding: 8px 12px; font-size: .86rem !important; }
  .site-header nav { gap: 12px; }
  .lang-switch { gap: 5px; }
  .hero-inner { padding-block: 18px 56px; }
  .hero-banner, .origin-banner { border-radius: 12px; }
  .hero-banner img { min-height: 150px; object-fit: cover; object-position: center; }
  .hero-copy-grid { padding-top: 34px; }
  h1 { font-size: clamp(2.5rem, 12vw, 3.6rem); }
  .lead { font-size: 1.05rem; line-height: 1.7; }
  .hero-actions { gap: 10px; }
  .hero-actions .btn { width: 100%; }
  .section { padding: 78px 0; }
  .section-head { margin-bottom: 34px; }
  .cards { grid-template-columns: 1fr; }
  .card { min-height: 0; padding: 24px; }
  .card-index { margin-bottom: 26px; }
  .origin-copy { grid-template-columns: 1fr; gap: 24px; }
  .origin-logo { width: 118px; height: 118px; }
  .origin-banner img { min-height: 120px; object-fit: cover; object-position: center; }
  .contact { padding: 72px 0; }
  .contact .btn { width: 100%; }
}

.legal-example-data {
  margin: 18px 0 8px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(13, 38, 58, .38);
}
.legal-example-data p { margin: 0 0 8px; }
.legal-example-data address { margin: 0; font-style: normal; color: var(--muted); line-height: 1.7; }

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


/* Privacy policy */
.privacy-link { color: var(--accent-2) !important; margin-top: 6px; }
.privacy-link:hover { color: #fff !important; }
.legal-page { min-height: 70vh; }
.legal-hero {
  padding: 90px 0 72px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(rgba(141,185,204,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(141,185,204,.035) 1px, transparent 1px),
    radial-gradient(circle at 20% 10%, rgba(51,198,216,.10), transparent 30rem),
    linear-gradient(180deg, #06111d 0%, #071522 100%);
  background-size: 42px 42px, 42px 42px, auto, auto;
}
.legal-hero h1 { margin-bottom: 24px; }
.legal-intro { max-width: 820px; color: #c0ced7; font-size: 1.15rem; margin: 0 0 12px; }
.legal-updated { color: #7f95a5; font-size: .9rem; margin: 0; }
.legal-section { padding-top: 76px; }
.legal-layout { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 72px; align-items: start; }
.legal-toc {
  position: sticky;
  top: 96px;
  display: grid;
  gap: 10px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(9,26,42,.72);
}
.legal-toc strong { color: #e5edf2; margin-bottom: 4px; }
.legal-toc a { color: #9eb0bf; text-decoration: none; font-size: .9rem; }
.legal-toc a:hover { color: var(--accent-2); }
.legal-content { max-width: 860px; }
.legal-content > section { scroll-margin-top: 100px; padding: 0 0 48px; margin-bottom: 48px; border-bottom: 1px solid var(--line); }
.legal-content > section:last-of-type { margin-bottom: 28px; }
.legal-content h2 { font-size: clamp(1.65rem, 2.7vw, 2.35rem); margin-bottom: 18px; }
.legal-content p, .legal-content li { color: #b6c5cf; }
.legal-content a { color: var(--accent-2); }
.legal-content ul { padding-left: 1.25rem; }
.legal-content li + li { margin-top: 8px; }
.legal-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; }
.legal-table { width: 100%; border-collapse: collapse; min-width: 680px; }
.legal-table th, .legal-table td { padding: 16px 18px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.legal-table th { color: #eaf1f5; background: rgba(13,38,58,.8); font-size: .9rem; }
.legal-table td { color: #afbfca; }
.legal-table tr:last-child td { border-bottom: 0; }
.legal-back { padding-top: 6px; }

@media (max-width: 900px) {
  .legal-layout { grid-template-columns: 1fr; gap: 36px; }
  .legal-toc { position: static; }
}

@media (max-width: 620px) {
  .legal-hero { padding: 64px 0 50px; }
  .legal-section { padding-top: 54px; }
  .legal-content > section { padding-bottom: 36px; margin-bottom: 36px; }
  .legal-toc { padding: 18px; }
}
