@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/assets/roboto-condensed-cyrillic-ext-wght-normal.woff2") format("woff2");
  unicode-range: U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/assets/roboto-condensed-cyrillic-wght-normal.woff2") format("woff2");
  unicode-range: U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/assets/roboto-condensed-latin-ext-wght-normal.woff2") format("woff2");
  unicode-range: U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF;
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-display: swap;
  font-weight: 100 900;
  src: url("/assets/roboto-condensed-latin-wght-normal.woff2") format("woff2");
  unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD;
}

:root {
  --ink: #10261d;
  --forest: #0c4b35;
  --forest-deep: #073728;
  --leaf: #36a56f;
  --mint: #dff3e8;
  --cream: #f6f5ef;
  --paper: #fffefa;
  --gold: #d49b45;
  --line: rgba(16, 38, 29, 0.14);
  --muted: #5f7169;
  --shadow: 0 22px 60px rgba(7, 55, 40, 0.13);
  --radius: 28px;
  color-scheme: light;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

img { display: block; max-width: 100%; }

button { font: inherit; }

[data-language="uk"] [data-lang="en"],
[data-language="en"] [data-lang="uk"] { display: none !important; }

.shell { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(246, 245, 239, 0.9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 30px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--forest-deep);
  font-size: 1.12rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  text-decoration: none;
  white-space: nowrap;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: var(--forest);
  color: white;
  box-shadow: 0 8px 20px rgba(12, 75, 53, 0.22);
}

.brand-mark svg { width: 23px; height: 23px; }

.navigation { display: flex; align-items: center; gap: 24px; margin-left: auto; }

.navigation a {
  color: var(--muted);
  font-size: 0.91rem;
  font-weight: 620;
  text-decoration: none;
  transition: color 160ms ease;
}

.navigation a:hover,
.navigation a[aria-current="page"] { color: var(--forest); }

.language-switch {
  display: inline-flex;
  align-items: center;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
}

.language-switch button {
  min-width: 42px;
  padding: 6px 9px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}

.language-switch button[aria-pressed="true"] { background: var(--forest); color: white; }

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--paper);
  color: var(--forest);
  cursor: pointer;
}

.hero { padding: 30px 0 90px; }

.hero-media {
  position: relative;
  min-height: 600px;
  overflow: hidden;
  border-radius: 38px;
  background: var(--forest-deep);
  box-shadow: var(--shadow);
}

.hero-media picture,
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; }

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 37, 26, 0.93) 0%, rgba(5, 37, 26, 0.76) 38%, rgba(5, 37, 26, 0.12) 72%),
    linear-gradient(0deg, rgba(5, 37, 26, 0.35), transparent 55%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 600px;
  max-width: 700px;
  padding: clamp(48px, 8vw, 96px);
  flex-direction: column;
  justify-content: center;
  color: white;
}

.eyebrow {
  margin: 0 0 18px;
  color: #bcebd0;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1, h2, h3, p { overflow-wrap: anywhere; }

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(2.7rem, 5.6vw, 4.4rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  font-weight: 740;
}

.hero-copy p:not(.eyebrow) { max-width: 590px; margin: 28px 0 0; color: rgba(255,255,255,0.82); font-size: clamp(1.05rem, 2vw, 1.25rem); }

.hero-actions { display: flex; align-items: center; gap: 18px; margin-top: 34px; flex-wrap: wrap; }

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 11px 21px;
  border-radius: 999px;
  background: white;
  color: var(--forest-deep);
  font-weight: 760;
  text-decoration: none;
}

.availability { color: rgba(255,255,255,0.72); font-size: 0.9rem; }

.section { padding: 78px 0; }
.section + .section { padding-top: 20px; }

.section-heading { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 54px; align-items: start; margin-bottom: 40px; }

.section-heading h2,
.legal-hero h1 { margin: 0; font-size: clamp(2.15rem, 4vw, 3.5rem); line-height: 1.04; letter-spacing: -0.02em; font-weight: 740; }

.section-heading p { max-width: 650px; margin: 4px 0 0; color: var(--muted); font-size: 1.08rem; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.feature-card {
  min-height: 245px;
  padding: 30px;
  border: 1px solid rgba(16, 38, 29, 0.1);
  border-radius: var(--radius);
  background: var(--paper);
}

.feature-number { color: var(--leaf); font-size: 0.8rem; font-weight: 850; letter-spacing: 0.08em; }
.feature-card h3 { margin: 54px 0 10px; font-size: 1.34rem; line-height: 1.18; letter-spacing: -0.025em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 0.96rem; }

.privacy-band {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 36px;
  padding: clamp(32px, 6vw, 64px);
  border-radius: 36px;
  background: var(--forest);
  color: white;
}

.privacy-band h2 { margin: 0; font-size: clamp(2rem, 3.5vw, 3.15rem); line-height: 1.04; letter-spacing: -0.018em; font-weight: 740; }
.privacy-band p { margin: 0 0 24px; color: rgba(255,255,255,0.75); }
.privacy-band a { color: white; font-weight: 720; }

.site-footer { margin-top: 70px; border-top: 1px solid var(--line); }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 40px; padding: 42px 0 48px; align-items: end; }
.footer-copy p { max-width: 470px; margin: 10px 0 0; color: var(--muted); font-size: 0.9rem; }
.footer-links { display: flex; gap: 22px; flex-wrap: wrap; justify-content: flex-end; }
.footer-links a { color: var(--muted); font-size: 0.86rem; font-weight: 650; }
.copyright { grid-column: 1 / -1; margin: 8px 0 0; color: #7b8983; font-size: 0.8rem; }

.legal-main { min-height: 70vh; }
.legal-hero { padding: 88px 0 46px; border-bottom: 1px solid var(--line); }
.legal-hero .eyebrow { color: var(--leaf); }
.legal-hero p { max-width: 720px; margin: 22px 0 0; color: var(--muted); font-size: 1.08rem; }
.updated { display: inline-block; margin-top: 22px; color: #75847d; font-size: 0.85rem; font-weight: 650; }

.legal-layout { display: grid; grid-template-columns: 250px minmax(0, 720px); gap: 70px; padding: 60px 0 90px; align-items: start; }
.legal-aside { position: sticky; top: 112px; }
.legal-aside p { margin: 0 0 12px; color: var(--muted); font-size: 0.86rem; }
.legal-aside a { color: var(--forest); font-weight: 720; }
.legal-content section { scroll-margin-top: 110px; }
.legal-content section + section { margin-top: 44px; padding-top: 44px; border-top: 1px solid var(--line); }
.legal-content h2 { margin: 0 0 14px; font-size: 1.48rem; line-height: 1.25; letter-spacing: -0.025em; }
.legal-content h3 { margin: 28px 0 10px; font-size: 1.05rem; }
.legal-content p { margin: 0 0 16px; color: #35473f; }
.legal-content ul { margin: 0 0 18px; padding-left: 24px; color: #35473f; }
.legal-content li + li { margin-top: 9px; }
.legal-content a { color: var(--forest); font-weight: 680; }

.support-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 32px; padding: 60px 0 90px; }
.contact-card { position: sticky; top: 108px; padding: 30px; border-radius: var(--radius); background: var(--forest); color: white; }
.contact-card h2 { margin: 0 0 12px; font-size: 1.55rem; }
.contact-card p { margin: 0 0 25px; color: rgba(255,255,255,0.72); }
.contact-card a { color: white; font-size: 1.05rem; font-weight: 760; }
.faq-list { display: grid; gap: 14px; }
.faq-list details { padding: 23px 25px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); }
.faq-list summary { cursor: pointer; color: var(--ink); font-weight: 750; line-height: 1.35; }
.faq-list details p { margin: 16px 0 2px; color: var(--muted); }

@media (max-width: 850px) {
  .header-inner { flex-wrap: wrap; padding: 12px 0; gap: 12px; }
  .menu-button { display: grid; place-items: center; }
  .navigation[hidden] { display: none; }
  .navigation { display: none; order: 3; width: 100%; flex-direction: column; align-items: flex-start; gap: 4px; padding: 8px 0 14px; }
  .menu-button[aria-expanded="true"] + .navigation { display: flex; }
  .navigation a { width: 100%; padding: 10px 4px; }
  .hero-media, .hero-copy { min-height: 560px; }
  .hero-media::after { background: linear-gradient(90deg, rgba(5,37,26,.9), rgba(5,37,26,.53)), linear-gradient(0deg, rgba(5,37,26,.5), transparent); }
  .section-heading, .privacy-band, .legal-layout, .support-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .legal-aside, .contact-card { position: static; }
  .legal-layout, .support-grid { gap: 35px; }
}

@media (max-width: 580px) {
  body { font-size: 16px; }
  .shell { width: min(100% - 28px, 1160px); }
  .brand-mark { width: 36px; height: 36px; }
  .language-switch button { min-width: 39px; }
  .hero { padding-top: 14px; padding-bottom: 60px; }
  .hero-media { min-height: 610px; border-radius: 26px; }
  .hero-copy { min-height: 610px; padding: 34px 25px; justify-content: flex-end; }
  .hero-media::after { background: linear-gradient(0deg, rgba(5,37,26,.97) 0%, rgba(5,37,26,.68) 53%, rgba(5,37,26,.08) 100%); }
  h1 { font-size: clamp(2.45rem, 12vw, 3.25rem); }
  .section { padding: 60px 0; }
  .section-heading { gap: 18px; margin-bottom: 28px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 210px; }
  .feature-card h3 { margin-top: 38px; }
  .privacy-band { padding: 30px 24px; border-radius: 26px; }
  .footer-inner { grid-template-columns: 1fr; gap: 26px; }
  .footer-links { justify-content: flex-start; }
  .legal-hero { padding-top: 58px; }
  .legal-layout, .support-grid { padding-top: 40px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
