:root {
  --pink: #f71968;
  --pink-dark: #d90f58;
  --navy: #071f46;
  --navy-2: #0b3269;
  --ink: #071a3d;
  --muted: #58677f;
  --line: #dfe6ef;
  --soft: #fff2f7;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(7, 31, 70, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: #fff7fb;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.45;
}

a {
  color: inherit;
  text-decoration: none;
}

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

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 20;
  transform: translateY(-160%);
  border-radius: 999px;
  background: var(--navy);
  color: #fff;
  padding: 10px 14px;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 15;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(16px);
}

.nav {
  display: grid;
  grid-template-columns: auto auto auto 1fr auto;
  align-items: center;
  gap: 20px;
  width: min(1420px, calc(100% - 48px));
  min-height: 72px;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-crush img {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  box-shadow: 0 10px 26px rgba(247, 25, 104, 0.22);
}

.brand-crush span {
  color: var(--pink);
  font-size: 27px;
  font-weight: 900;
  line-height: 1;
}

.brand-ak img {
  width: 52px;
  height: 52px;
  border-radius: 10px;
}

.brand-ak span {
  display: grid;
  gap: 2px;
}

.brand-ak strong {
  color: var(--navy);
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
}

.brand-ak small {
  color: var(--muted);
  font-size: 13px;
}

.divider {
  width: 1px;
  height: 38px;
  background: var(--line);
}

.nav-links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 900;
}

.nav-actions {
  display: inline-flex;
  align-items: center;
  gap: 16px;
}

.lang-switch {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fff;
  color: var(--pink);
  padding: 0 18px;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.nav-cta,
.btn,
.final-actions a,
.mobile-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
  border-radius: 8px;
  font-weight: 950;
}

.nav-cta {
  min-height: 42px;
  padding: 0 24px;
  color: #fff;
  background: var(--pink);
  box-shadow: 0 10px 24px rgba(247, 25, 104, 0.18);
}

.hero {
  display: grid;
  grid-template-columns: minmax(420px, 1.05fr) minmax(320px, 0.72fr) minmax(260px, 0.55fr);
  gap: 44px;
  align-items: center;
  width: min(1360px, calc(100% - 72px));
  min-height: 528px;
  margin: 0 auto;
  padding: 34px 0 0;
  background: #fff;
}

.eyebrow,
.section-kicker {
  width: fit-content;
  margin: 0 0 20px;
  border-radius: 999px;
  color: var(--pink);
  background: #ffe1ec;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  max-width: 650px;
  font-size: clamp(46px, 5vw, 74px);
  line-height: 0.98;
  font-weight: 950;
  letter-spacing: 0;
}

.hero h1 span {
  color: var(--pink);
}

.hero-text {
  max-width: 650px;
  margin: 24px 0 26px;
  color: #243454;
  font-size: 18px;
}

.hero-actions,
.band-actions,
.final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.hero-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 590px;
}

.hero-actions .btn {
  width: 100%;
}

.btn {
  width: min(286px, 100%);
  border: 1px solid var(--pink);
  padding: 0 22px;
  font-size: 16px;
}

.btn-primary {
  color: #fff;
  background: var(--pink);
  box-shadow: 0 16px 30px rgba(247, 25, 104, 0.18);
}

.btn-secondary {
  color: var(--pink);
  background: #fff;
}

.btn-dark {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.78);
}

.powered {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 260px;
  margin-top: 18px;
  border: 1px solid #f5b338;
  border-radius: 999px;
  background: #fffdf8;
  padding: 8px 14px 8px 10px;
  box-shadow: 0 14px 30px rgba(7, 31, 70, 0.08);
}

.powered img {
  width: 38px;
  height: 38px;
  border-radius: 8px;
}

.powered span {
  display: grid;
}

.powered strong {
  font-size: 15px;
}

.powered small {
  color: var(--muted);
  font-size: 12px;
}

.phone-stage {
  display: grid;
  place-items: center;
  align-self: end;
  min-height: 500px;
}

.phone-stage img {
  width: min(368px, 100%);
  filter: drop-shadow(0 24px 45px rgba(7, 31, 70, 0.16));
}

.hero-benefits {
  display: grid;
  gap: 34px;
}

.hero-benefits article {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px 24px;
  align-items: center;
}

.hero-benefits b {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 2px solid #ffd1e1;
  border-radius: 999px;
  color: var(--pink);
  font-size: 28px;
}

.hero-benefits strong {
  align-self: end;
  font-size: 21px;
  font-weight: 950;
}

.hero-benefits span {
  grid-column: 2;
  color: #31405c;
  font-size: 16px;
}

.steps-band {
  color: #fff;
  background: linear-gradient(180deg, var(--navy) 0%, #08244f 100%);
  padding: 28px 24px 38px;
  text-align: center;
}

.steps-band .section-kicker {
  margin-inline: auto;
  margin-bottom: 8px;
  background: transparent;
  color: var(--pink);
  padding: 0;
}

.steps-band h2 {
  margin: 0 0 34px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.1;
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 52px;
  width: min(1180px, 100%);
  margin: 0 auto 28px;
  text-align: left;
}

.steps-grid article {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px 26px;
  align-items: center;
}

.step-number {
  grid-column: 2;
  display: block;
  color: var(--pink);
  font-size: 82px;
  font-weight: 950;
  line-height: 0.8;
}

.steps-grid b {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  border-radius: 999px;
  background: var(--pink);
  font-size: 34px;
  box-shadow: 0 18px 30px rgba(247, 25, 104, 0.22);
}

.steps-grid strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 950;
}

.steps-grid p {
  margin: 0;
  color: #d9e6fb;
  font-size: 16px;
}

.support-panel {
  width: min(1140px, 100%);
  margin: 0 auto 24px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  padding: 20px 44px 26px;
}

.support-panel p {
  margin: 0 0 8px;
  color: var(--pink);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.support-panel h3 {
  margin: 0 0 20px;
  font-size: 24px;
}

.support-panel ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.support-panel li {
  position: relative;
  padding-left: 18px;
}

.support-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--pink);
}

.band-actions {
  justify-content: center;
}

.band-actions .btn {
  width: min(510px, 100%);
}

.official-note {
  margin: 12px 0 0;
  color: #d9e6fb;
  font-size: 14px;
}

.content-section,
.faq-section,
.final-cta {
  width: min(1240px, calc(100% - 48px));
  margin: 48px auto;
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
}

.content-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px;
  padding: 42px;
}

.section-copy .section-kicker {
  margin-bottom: 14px;
  background: transparent;
  padding: 0;
}

.section-copy h2,
.faq-section h2,
.final-cta h2 {
  margin: 0 0 16px;
  color: var(--navy);
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.05;
}

.section-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
}

.guide-cards,
.check-grid,
.help-grid,
.faq-grid {
  display: grid;
  gap: 14px;
}

.guide-cards {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.guide-cards article,
.help-grid article,
.faq-grid details,
.check-grid article {
  border: 1px solid #f0d5df;
  border-radius: 8px;
  background: #fff;
  padding: 20px;
}

.guide-cards strong,
.help-grid strong {
  display: block;
  color: var(--pink);
  font-size: 18px;
  line-height: 1.1;
}

.guide-cards span,
.help-grid span {
  display: block;
  margin-top: 10px;
  color: var(--muted);
}

.requirements {
  grid-template-columns: 0.7fr 1.3fr;
}

.check-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.check-grid article {
  display: grid;
  gap: 12px;
  justify-items: start;
}

.check-grid b {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  color: var(--pink);
  background: #ffe8f1;
  font-size: 13px;
}

.check-grid span {
  color: var(--navy);
  font-weight: 800;
}

.helps {
  grid-template-columns: 0.65fr 1.35fr;
}

.help-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.faq-section {
  padding: 42px;
}

.faq-section .section-kicker {
  background: transparent;
  padding: 0;
}

.faq-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.faq-grid summary {
  cursor: pointer;
  color: var(--navy);
  font-weight: 950;
}

.faq-grid p {
  margin: 12px 0 0;
  color: var(--muted);
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 42px;
  background: linear-gradient(135deg, #fff 0%, #fff6d7 100%);
}

.final-cta p {
  margin: 0 0 10px;
  color: var(--pink);
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.final-cta span {
  color: var(--muted);
}

.final-actions a {
  min-width: 190px;
  border: 1px solid var(--pink);
  padding: 0 22px;
  color: var(--pink);
}

.final-actions a:first-child {
  color: #fff;
  background: var(--pink);
}

.mobile-actions {
  display: none;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  width: min(1360px, calc(100% - 48px));
  margin: 0 auto;
  padding: 20px 0 28px;
  color: var(--muted);
  font-size: 13px;
}

footer strong {
  color: var(--navy);
}

@media (max-width: 1180px) {
  .nav {
    grid-template-columns: auto auto auto 1fr;
  }

  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(340px, 1fr) minmax(270px, 0.7fr);
  }

  .hero-benefits {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-bottom: 28px;
  }

  .hero-benefits article {
    grid-template-columns: 48px 1fr;
  }

  .hero-benefits b {
    width: 48px;
    height: 48px;
  }

  .content-section,
  .requirements,
  .helps {
    grid-template-columns: 1fr;
  }

  .check-grid,
  .help-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  body {
    padding-bottom: 76px;
  }

  .nav {
    width: min(100% - 24px, 680px);
    grid-template-columns: auto auto 1fr;
    gap: 10px;
    min-height: 64px;
  }

  .brand-crush span,
  .divider,
  .nav-cta {
    display: none;
  }

  .brand-crush img,
  .brand-ak img {
    width: 40px;
    height: 40px;
  }

  .brand-ak strong {
    font-size: 15px;
  }

  .brand-ak small {
    font-size: 10px;
  }

  .nav-actions {
    justify-self: end;
  }

  .lang-switch {
    min-height: 36px;
    padding: 0 12px;
    font-size: 12px;
  }

  .hero {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 22px;
    min-height: auto;
    padding: 26px 18px 24px;
  }

  .eyebrow {
    max-width: 100%;
    font-size: 11px;
    margin-bottom: 14px;
  }

  .hero h1 {
    font-size: clamp(38px, 13vw, 56px);
  }

  .hero-text {
    margin: 18px 0 20px;
    font-size: 15px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .btn {
    width: 100%;
    min-height: 56px;
  }

  .powered {
    width: 100%;
    min-width: 0;
    border-radius: 14px;
  }

  .phone-stage {
    min-height: auto;
    align-self: center;
  }

  .phone-stage img {
    width: min(318px, 100%);
    margin: 0 auto;
  }

  .hero-benefits {
    grid-template-columns: 1fr;
    gap: 12px;
    padding-bottom: 0;
  }

  .hero-benefits article {
    grid-template-columns: 44px 1fr;
    gap: 6px 12px;
    border: 1px solid #ffdbe8;
    border-radius: 12px;
    padding: 12px;
  }

  .hero-benefits b {
    width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .hero-benefits strong {
    font-size: 17px;
  }

  .hero-benefits span {
    font-size: 13px;
  }

  .steps-band {
    padding: 28px 18px 34px;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .steps-grid article {
    grid-template-columns: 70px 1fr;
    gap: 8px 16px;
  }

  .step-number {
    grid-column: 2;
    font-size: 58px;
  }

  .steps-grid b {
    width: 58px;
    height: 58px;
    font-size: 24px;
  }

  .support-panel {
    padding: 20px;
  }

  .support-panel ul {
    grid-template-columns: 1fr;
  }

  .band-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .content-section,
  .faq-section,
  .final-cta {
    width: calc(100% - 20px);
    margin: 28px auto;
    padding: 24px;
  }

  .guide-cards,
  .check-grid,
  .help-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .section-copy h2,
  .faq-section h2,
  .final-cta h2 {
    font-size: 30px;
  }

  .final-cta {
    display: grid;
  }

  .final-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .mobile-actions {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 30;
    display: none;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.96);
    padding: 8px;
    box-shadow: 0 16px 36px rgba(7, 31, 70, 0.18);
  }

  .mobile-actions a {
    min-height: 46px;
    border-radius: 8px;
    color: #fff;
    background: var(--pink);
    font-size: 14px;
  }

  .mobile-actions a:last-child {
    color: var(--pink);
    background: #fff;
    border: 1px solid #ffc4d8;
  }

  footer {
    display: grid;
    width: calc(100% - 24px);
    padding-bottom: 22px;
  }
}
