:root {
  --ink: #14213d;
  --muted: #5f6b7a;
  --line: #dce3ea;
  --paper: #ffffff;
  --soft: #f5f8fb;
  --blue: #0069b4;
  --blue-dark: #084b83;
  --green: #0f8f6b;
  --amber: #c77800;
  --red: #b42318;
  --shadow: 0 22px 70px rgba(20, 33, 61, 0.14);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
}

a {
  color: inherit;
}

.notice {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  color: #341900;
  background: #fff4de;
  border-bottom: 1px solid #ffdca5;
  font-size: 14px;
  text-align: center;
}

.notice a {
  font-weight: 700;
  color: #8a4b00;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 16px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(220, 227, 234, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  min-width: 210px;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: white;
  background: linear-gradient(135deg, var(--blue), var(--green));
  border-radius: 8px;
  font-weight: 800;
}

.brand-name,
.brand-subtitle {
  display: block;
}

.brand-name {
  font-weight: 800;
  line-height: 1.1;
}

.brand-subtitle {
  color: var(--muted);
  font-size: 12px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex: 1;
}

.nav a,
.official-link,
.footer a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}

.nav a:hover,
.official-link:hover,
.footer a:hover {
  color: var(--blue);
}

.official-link {
  padding: 10px 14px;
  color: var(--blue-dark);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
}

.menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: clamp(34px, 7vw, 92px);
  align-items: center;
  min-height: calc(100vh - 106px);
  padding: clamp(54px, 8vw, 96px) clamp(18px, 7vw, 92px) 44px;
  background:
    linear-gradient(120deg, rgba(0, 105, 180, 0.08), rgba(15, 143, 107, 0.08)),
    radial-gradient(circle at 76% 28%, rgba(0, 105, 180, 0.12), transparent 26%),
    #fbfdff;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(40px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 19px;
  line-height: 1.25;
}

.hero p,
.section-heading p,
.split > div > p,
.legal p {
  color: var(--muted);
  font-size: 18px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
}

.button.primary {
  color: white;
  background: var(--blue);
}

.button.secondary {
  color: var(--blue-dark);
  background: white;
  border: 1px solid var(--line);
}

.hero-panel {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 520px;
}

.phone-frame {
  width: min(100%, 320px);
  padding: 14px;
  background: #17223b;
  border-radius: 34px;
  box-shadow: var(--shadow);
}

.phone-top {
  width: 82px;
  height: 7px;
  margin: 0 auto 14px;
  background: #465570;
  border-radius: 999px;
}

.phone-screen {
  min-height: 410px;
  padding: 28px;
  background: linear-gradient(180deg, #ffffff, #eef7ff);
  border-radius: 24px;
}

.screen-label {
  display: inline-block;
  margin-bottom: 70px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.phone-screen strong {
  display: block;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.05;
}

.phone-screen p {
  color: var(--muted);
}

.screen-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 38px;
}

.screen-actions span {
  display: grid;
  place-items: center;
  min-height: 44px;
  border-radius: 8px;
  background: #e8eef5;
  font-weight: 800;
}

.screen-actions span:last-child {
  color: white;
  background: var(--green);
}

.security-card {
  position: absolute;
  right: 2%;
  bottom: 42px;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 250px;
  padding: 16px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(20, 33, 61, 0.13);
  font-weight: 800;
}

.status-dot {
  width: 12px;
  height: 12px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(15, 143, 107, 0.16);
  flex: 0 0 auto;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-strip div {
  padding: 24px clamp(18px, 5vw, 60px);
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  color: var(--blue);
  font-size: 32px;
  line-height: 1;
}

.trust-strip span {
  color: var(--muted);
  font-weight: 700;
}

.section {
  padding: clamp(58px, 8vw, 104px) clamp(18px, 7vw, 92px);
}

.section-heading {
  max-width: 790px;
  margin-bottom: 34px;
}

.section-heading.row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  max-width: none;
}

.steps,
.warning-grid,
.news-grid,
.video-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.step,
.warning-grid article,
.news-card,
.video-card,
.contact-card {
  padding: 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(20, 33, 61, 0.06);
}

.step span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 24px;
  color: white;
  background: var(--blue);
  border-radius: 8px;
  font-weight: 900;
}

.step p,
.warning-grid p,
.news-card p,
.video-card p,
.contact-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.step a,
.text-link,
.video-card a,
.news-card a {
  color: var(--blue-dark);
  font-weight: 800;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1fr);
  gap: clamp(30px, 6vw, 82px);
  align-items: center;
  background: var(--soft);
}

.checklist {
  display: grid;
  gap: 12px;
}

.check-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: center;
  padding: 18px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.check-item span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: white;
  background: var(--green);
  border-radius: 50%;
  font-weight: 900;
}

.check-item p {
  margin: 0;
  color: var(--muted);
}

.security-section {
  background: #fffaf2;
}

.warning-grid article {
  border-top: 4px solid var(--amber);
}

.news-grid,
.video-grid {
  grid-template-columns: repeat(3, 1fr);
}

.news-card {
  display: flex;
  flex-direction: column;
  min-height: 245px;
}

.news-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}

.news-meta span {
  padding: 5px 8px;
  color: var(--blue-dark);
  background: #edf6ff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.news-card a {
  margin-top: auto;
  text-decoration: none;
}

.media-section {
  background: var(--soft);
}

.contact-section {
  background: white;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.contact-card {
  display: block;
  text-decoration: none;
}

.contact-card span {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-card strong {
  display: block;
  margin-bottom: 10px;
  color: var(--blue-dark);
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.play-thumb {
  position: relative;
  display: grid;
  place-items: center;
  height: 160px;
  margin-bottom: 20px;
  background:
    linear-gradient(135deg, rgba(0, 105, 180, 0.88), rgba(20, 33, 61, 0.9)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.12) 0 12px, transparent 12px 24px);
  border-radius: 8px;
}

.play-thumb.secure {
  background:
    linear-gradient(135deg, rgba(15, 143, 107, 0.92), rgba(20, 33, 61, 0.9)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.12) 0 12px, transparent 12px 24px);
}

.play-thumb.news {
  background:
    linear-gradient(135deg, rgba(199, 120, 0, 0.9), rgba(20, 33, 61, 0.92)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.12) 0 12px, transparent 12px 24px);
}

.play-thumb span {
  width: 58px;
  height: 58px;
  background: white;
  clip-path: polygon(32% 20%, 32% 80%, 82% 50%);
}

.legal {
  margin: 0 clamp(18px, 7vw, 92px) clamp(58px, 8vw, 104px);
  padding: 28px;
  background: #f7f9fc;
  border: 1px solid var(--line);
  border-left: 5px solid var(--blue);
  border-radius: 8px;
}

.legal h2 {
  font-size: 28px;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px clamp(18px, 7vw, 92px);
  color: var(--muted);
  background: #101827;
}

.footer strong,
.footer span {
  display: block;
}

.footer strong,
.footer a {
  color: white;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

@media (max-width: 980px) {
  .site-header {
    gap: 14px;
  }

  .nav {
    position: absolute;
    top: 75px;
    right: 18px;
    left: 18px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 16px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
  }

  .nav.is-open {
    display: flex;
  }

  .menu-button {
    display: block;
    margin-left: auto;
  }

  .official-link {
    display: none;
  }

  .hero,
  .split {
    grid-template-columns: 1fr;
  }

  .hero-panel {
    min-height: 430px;
  }

  .steps,
  .warning-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .news-grid,
  .video-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .notice {
    display: block;
    text-align: left;
  }

  .brand {
    min-width: 0;
  }

  .brand-subtitle {
    display: none;
  }

  h1 {
    font-size: 40px;
  }

  .hero {
    min-height: auto;
  }

  .trust-strip,
  .steps,
  .warning-grid {
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .trust-strip div:last-child {
    border-bottom: 0;
  }

  .section-heading.row,
  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .security-card {
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
}
