:root {
  --navy-980: #09111f;
  --navy-950: #0f1b2d;
  --navy-900: #17263f;
  --navy-800: #213552;
  --blue-600: #2759d8;
  --blue-500: #3e73f3;
  --gold-400: #d7b56d;
  --bg: #f5f8fc;
  --bg-soft: #eef4fb;
  --surface: #ffffff;
  --surface-soft: rgba(255, 255, 255, 0.86);
  --line: rgba(19, 38, 66, 0.1);
  --text: #10233b;
  --text-soft: #55667e;
  --shadow-soft: 0 18px 44px rgba(11, 24, 44, 0.08);
  --shadow-medium: 0 26px 60px rgba(12, 25, 46, 0.1);
  --shadow-strong: 0 34px 80px rgba(8, 20, 38, 0.16);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --container: 1240px;
}

.site-footer-links a {
  padding: 8px 0;
}

@media (max-width: 1040px) {
  .site-header-inner {
    gap: 16px;
    min-height: auto;
    padding: 16px 18px;
  }
}

@media (max-width: 820px) {
  .site-header {
    padding: 10px 12px 0;
  }

  .landing-page {
    gap: 42px;
    padding-top: 26px;
    padding-bottom: 56px;
  }

  .site-header-inner {
    border-radius: 22px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
  }

  .site-brand {
    gap: 10px;
  }

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

  .site-nav a {
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(39, 89, 216, 0.06);
    font-size: 0.84rem;
  }

  .site-header-actions {
    gap: 10px;
  }

  .header-login {
    text-align: center;
  }

  .header-cta,
  .button-primary,
  .button-secondary,
  .button-light {
    min-height: 48px;
    border-radius: 14px;
    font-size: 0.9rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.45rem, 10vw, 3.5rem);
    line-height: 0.98;
  }

  .hero-visual-frame {
    min-height: 520px;
  }

  .feature-tile {
    padding: 20px 18px;
  }

  .feature-tile-icon {
    width: 44px;
    height: 44px;
    border-radius: 15px;
  }

  .site-footer {
    margin-top: 8px;
    padding-top: 34px;
  }

  .site-footer-inner {
    gap: 20px;
  }

  .site-footer-links {
    justify-content: flex-start;
    gap: 10px 18px;
  }
}

@media (max-width: 640px) {
  .hero-section {
    gap: 28px;
  }

  .hero-visual-frame {
    min-height: 470px;
  }

  .hero-phone {
    margin: 118px auto 0;
    width: min(100%, 268px);
  }

  .split-panel,
  .info-panel,
  .cta-band {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .pricing-amount {
    font-size: 2.55rem;
  }

  .pricing-feature-list {
    gap: 8px;
    margin: 18px 0 22px;
  }

  .pricing-feature-list li {
    padding: 10px 12px;
    border-radius: 12px;
    font-size: 0.9rem;
  }

  .section-intro h2,
  .split-panel h2,
  .cta-band h2 {
    font-size: clamp(1.8rem, 8vw, 2.35rem);
  }

  .hero-phone-card {
    padding: 12px;
    border-radius: 16px;
  }

  .hero-phone-icon {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  .problem-solution-section,
  .feature-row-section,
  .split-section,
  .cta-band-section {
    scroll-margin-top: 120px;
  }
}

/* Landing cleanup overrides */
body.modal-open {
  overflow: hidden;
}

.site-header {
  padding-top: 12px;
}

.site-header-inner {
  min-height: 66px;
  padding: 0 18px;
  gap: 18px;
  border-radius: 22px;
}

.site-brand-logo {
  width: 112px;
  max-width: 112px;
  height: 42px;
  max-height: 42px;
  flex-basis: 112px;
}

.site-brand-wordmark {
  font-size: 0.98rem;
  letter-spacing: 0.13em;
}

.site-nav {
  gap: 18px;
}

.site-nav a,
.site-nav-button,
.header-login {
  border: 0;
  background: transparent;
  color: var(--text-soft);
  font: inherit;
  font-size: 0.9rem;
  font-weight: 750;
  cursor: pointer;
  padding: 8px 0;
}

.site-nav a:hover,
.site-nav-button:hover,
.header-login:hover {
  color: var(--navy-980);
}

.header-cta,
.button-primary,
.button-secondary,
.button-light {
  min-height: 46px;
  padding: 0 18px;
  border-radius: 14px;
  font-size: 0.9rem;
}

.landing-page {
  gap: 44px;
  padding-top: 24px;
  padding-bottom: 58px;
}

.hero-section {
  min-height: 560px;
  gap: 34px;
  padding-top: 18px;
  padding-bottom: 36px;
}

.hero-copy h1 {
  margin: 16px 0 14px;
  font-size: clamp(3rem, 5vw, 4.35rem);
}

.hero-copy p {
  max-width: 560px;
  font-size: 1.02rem;
}

.hero-actions {
  margin-top: 24px;
}

.hero-trust-row {
  margin-top: 18px;
}

.hero-visual-frame {
  min-height: 520px;
}

.hero-phone-card {
  gap: 8px;
  padding: 12px;
  border-radius: 16px;
}

.hero-phone-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
}

.trust-strip {
  margin-top: -6px;
}

.feature-row-section {
  gap: 20px;
}

.section-intro h2,
.split-panel h2,
.landing-action-card h2 {
  margin-top: 12px;
  font-size: clamp(2rem, 3.4vw, 2.8rem);
}

.feature-row {
  gap: 14px;
  overflow: visible;
  border: 0;
  box-shadow: none;
  background: transparent;
}

.feature-tile {
  min-height: 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 22px;
}

.feature-tile:last-child,
.feature-tile:nth-child(2n),
.feature-tile:nth-child(3n) {
  border-right: 1px solid var(--line);
}

.feature-tile-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  font-size: 0.78rem;
}

.feature-tile h3 {
  margin: 12px 0 6px;
  font-size: 1rem;
}

.feature-tile p {
  font-size: 0.88rem;
  line-height: 1.45;
}

.landing-action-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.landing-action-card {
  min-height: 0;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.landing-action-card h2 {
  margin-bottom: 10px;
}

.landing-action-card p {
  max-width: 520px;
  margin: 0 0 18px;
  color: var(--text-soft);
  font-size: 0.96rem;
  line-height: 1.6;
}

.landing-action-card-dark {
  background:
    radial-gradient(circle at top right, rgba(215, 181, 109, 0.16), transparent 26%),
    linear-gradient(180deg, #13243f 0%, #0c1729 100%);
  border-color: rgba(215, 181, 109, 0.16);
  color: #ffffff;
}

.landing-action-card-dark h2,
.landing-action-card-dark p,
.landing-action-card-dark strong {
  color: #ffffff;
}

.cta-band {
  padding: 28px 30px;
  border-radius: 26px;
}

.cta-band h2 {
  font-size: clamp(1.9rem, 2.6vw, 2.55rem);
}

.site-footer {
  margin-top: 0;
  padding-top: 34px;
}

.pricing-modal[hidden] {
  display: none;
}

.pricing-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 20px;
}

.pricing-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(7, 16, 31, 0.58);
  backdrop-filter: blur(10px);
}

.pricing-modal-card {
  position: relative;
  z-index: 1;
  width: min(100%, 520px);
  padding: 28px;
  border: 1px solid rgba(19, 38, 66, 0.12);
  border-radius: 28px;
  background: #ffffff;
  box-shadow: var(--shadow-strong);
}

.pricing-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--navy-900);
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.pricing-modal-card h2 {
  margin: 14px 0 8px;
  font-size: 2rem;
}

.pricing-modal-price {
  color: var(--navy-980);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.pricing-modal-price span {
  margin-left: 6px;
  color: var(--text-soft);
  font-size: 1rem;
  letter-spacing: 0;
}

.pricing-modal-card p {
  color: var(--text-soft);
  line-height: 1.6;
}

.pricing-modal-card ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 22px;
  padding-left: 18px;
  color: var(--text);
}

@media (max-width: 1200px) {
  .feature-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-tile:nth-child(-n + 3) {
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 1040px) {
  .site-header-inner {
    grid-template-columns: auto 1fr;
    justify-items: stretch;
  }

  .site-nav {
    order: 3;
    grid-column: 1 / -1;
    width: 100%;
    justify-content: center;
  }

  .site-header-actions {
    width: auto;
    justify-content: flex-end;
  }

  .hero-section,
  .landing-action-section {
    grid-template-columns: 1fr;
  }

  .hero-section {
    min-height: 0;
  }
}

@media (max-width: 820px) {
  .site-header {
    padding: 8px 10px 0;
  }

  .site-header-inner {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
    border-radius: 18px;
  }

  .site-brand-logo {
    width: 100px;
    max-width: 100px;
    height: 38px;
    max-height: 38px;
    flex-basis: 100px;
  }

  .site-nav {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }

  .site-nav a,
  .site-nav-button {
    min-height: 36px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(39, 89, 216, 0.06);
    font-size: 0.8rem;
  }

  .site-header-actions {
    width: 100%;
    gap: 8px;
  }

  .header-login,
  .header-cta {
    flex: 1 1 0;
    text-align: center;
  }

  .landing-page {
    gap: 34px;
    padding: 18px 16px 46px;
  }

  .hero-section {
    padding: 12px 0 16px;
  }

  .hero-copy h1 {
    font-size: clamp(2.35rem, 10vw, 3.25rem);
  }

  .hero-visual-frame {
    min-height: 430px;
  }

  .feature-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .feature-tile,
  .landing-action-card,
  .pricing-modal-card {
    padding: 18px;
    border-radius: 20px;
  }

  .feature-tile {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: start;
  }

  .feature-tile h3 {
    margin-top: 0;
  }

  .feature-tile p {
    grid-column: 2;
  }

  .section-intro h2,
  .landing-action-card h2,
  .cta-band h2 {
    font-size: clamp(1.75rem, 8vw, 2.25rem);
  }

  .cta-band {
    padding: 22px 18px;
  }

  .pricing-modal-price {
    font-size: 2.35rem;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: var(--bg);
}

body.marketing-body {
  background:
    radial-gradient(circle at top left, rgba(62, 115, 243, 0.1), transparent 28%),
    radial-gradient(circle at top right, rgba(39, 89, 216, 0.08), transparent 24%),
    linear-gradient(180deg, #fbfdff 0%, #f5f8fc 56%, #eef4fb 100%);
}

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

.landing-bg {
  position: fixed;
  z-index: 0;
  width: 420px;
  height: 420px;
  border-radius: 999px;
  filter: blur(90px);
  pointer-events: none;
  opacity: 0.6;
}

.landing-bg-left {
  top: -120px;
  left: -120px;
  background: rgba(62, 115, 243, 0.12);
}

.landing-bg-right {
  top: 0;
  right: -150px;
  background: rgba(23, 38, 63, 0.08);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 18px 24px 0;
}

.site-header-inner,
.landing-page,
.site-footer-inner,
.site-footer-meta {
  width: min(100%, var(--container));
  margin: 0 auto;
}

.site-header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  min-height: 84px;
  padding: 0 24px;
  border: 1px solid rgba(19, 38, 66, 0.07);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.site-brand-logo {
  width: 140px;
  max-width: 140px;
  height: 54px;
  max-height: 54px;
  object-fit: contain;
  object-position: center;
  display: block;
  flex: 0 0 140px;
}

.site-brand-wordmark {
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--navy-980);
}

.site-nav,
.site-header-actions,
.site-footer-links {
  display: flex;
  align-items: center;
}

.site-nav {
  justify-content: center;
  gap: 28px;
}

.site-nav a,
.header-login,
.site-footer-links a {
  color: var(--text-soft);
  font-size: 0.95rem;
  font-weight: 700;
  transition: color 0.2s ease;
}

.site-nav a:hover,
.header-login:hover,
.site-footer-links a:hover {
  color: var(--navy-980);
}

.site-header-actions {
  justify-content: flex-end;
  gap: 16px;
}

.header-cta,
.button-primary,
.button-secondary,
.button-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-size: 0.96rem;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.header-cta:hover,
.button-primary:hover,
.button-secondary:hover,
.button-light:hover {
  transform: translateY(-2px);
}

.header-cta,
.button-primary {
  background: linear-gradient(180deg, #2348a8 0%, #173154 100%);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(17, 38, 74, 0.18);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(19, 38, 66, 0.09);
  color: var(--navy-950);
  box-shadow: 0 12px 24px rgba(11, 24, 44, 0.05);
}

.button-light {
  background: #ffffff;
  color: var(--navy-980);
  box-shadow: 0 14px 28px rgba(11, 24, 44, 0.1);
}

.landing-page {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 68px;
  padding: 42px 24px 88px;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 560px);
  gap: 40px;
  align-items: center;
  min-height: 720px;
}

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

.section-badge,
.info-panel-label {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  background: rgba(39, 89, 216, 0.08);
  border: 1px solid rgba(39, 89, 216, 0.12);
  color: #315cbe;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-badge-light {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.86);
}

.hero-copy h1,
.section-intro h2,
.split-panel h2,
.cta-band h2,
.info-panel h3,
.feature-tile h3,
.step-item h3 {
  font-family: Manrope, Inter, Arial, sans-serif;
}

.hero-copy h1 {
  margin: 24px 0 20px;
  color: var(--navy-980);
  font-size: clamp(3.5rem, 6vw, 5.2rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.hero-copy h1 span {
  color: var(--blue-600);
}

.hero-copy p {
  margin: 0;
  color: var(--text-soft);
  font-size: 1.06rem;
  line-height: 1.85;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.hero-trust-row span,
.flow-row span {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(19, 38, 66, 0.08);
  color: var(--navy-900);
  font-size: 0.88rem;
  font-weight: 700;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
}

.hero-visual {
  display: flex;
  justify-content: flex-end;
}

.hero-visual-frame {
  position: relative;
  width: 100%;
  max-width: 560px;
  min-height: 620px;
}

.hero-photo-panel {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 36px;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.34), transparent 26%),
    linear-gradient(140deg, #dfe9f8 0%, #afc7ef 34%, #6f95d7 62%, #234074 100%);
  box-shadow: var(--shadow-medium);
}

.hero-photo-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 20%, rgba(255, 255, 255, 0.44), transparent 18%),
    radial-gradient(circle at 72% 18%, rgba(255, 255, 255, 0.28), transparent 16%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(15, 27, 45, 0.14) 100%);
}

.hero-photo-overlay {
  position: absolute;
  inset: auto 0 0;
  height: 36%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(9, 17, 31, 0.18) 100%);
}

.hero-phone {
  position: absolute;
  right: 34px;
  bottom: -28px;
  width: 310px;
  padding: 14px;
  border-radius: 38px;
  background: linear-gradient(180deg, #13243f 0%, #09111f 100%);
  box-shadow: var(--shadow-strong);
}

.hero-phone::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  pointer-events: none;
}

.hero-phone-notch {
  width: 124px;
  height: 22px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
}

.hero-phone-screen {
  min-height: 510px;
  padding: 18px 16px 16px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(215, 181, 109, 0.18), transparent 24%),
    linear-gradient(180deg, #f7fafe 0%, #ebf2fb 100%);
}

.hero-phone-head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 18px;
}

.hero-phone-property,
.hero-phone-room {
  color: #62738b;
  font-size: 0.82rem;
  font-weight: 700;
}

.hero-phone-head strong {
  color: var(--navy-980);
  font-size: 1.46rem;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.hero-phone-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.hero-phone-card {
  display: grid;
  gap: 10px;
  padding: 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(19, 38, 66, 0.06);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.06);
}

.hero-phone-card-wide {
  grid-column: 1 / -1;
}

.hero-phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background:
    radial-gradient(circle at top right, rgba(215, 181, 109, 0.18), transparent 30%),
    linear-gradient(180deg, #eef4fd 0%, #e4eef9 100%);
  font-size: 1.18rem;
}

.hero-phone-card strong {
  display: block;
  color: var(--navy-980);
  font-size: 0.94rem;
  font-weight: 800;
}

.hero-phone-card span {
  display: block;
  margin-top: 4px;
  color: var(--text-soft);
  font-size: 0.78rem;
  line-height: 1.45;
}

.hero-floating-card {
  position: absolute;
  z-index: 2;
  display: grid;
  gap: 8px;
  width: 220px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(19, 38, 66, 0.08);
  box-shadow: var(--shadow-soft);
}

.hero-floating-card span {
  color: #60748f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-floating-card strong {
  color: var(--navy-980);
  font-size: 0.98rem;
  line-height: 1.45;
}

.hero-floating-card-top {
  top: 28px;
  left: 28px;
}

.hero-floating-card-bottom {
  left: 32px;
  bottom: 34px;
}

.trust-strip {
  display: flex;
  align-items: center;
  gap: 22px;
}

.trust-strip-line {
  flex: 1 1 auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(19, 38, 66, 0) 0%, rgba(19, 38, 66, 0.16) 100%);
}

.trust-strip-line:last-child {
  background: linear-gradient(90deg, rgba(19, 38, 66, 0.16) 0%, rgba(19, 38, 66, 0) 100%);
}

.trust-strip p {
  margin: 0;
  color: var(--navy-900);
  font-size: 0.98rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}

.problem-solution-section,
.feature-row-section,
.split-section,
.cta-band-section {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.section-intro {
  max-width: 760px;
}

.section-intro.centered {
  margin: 0 auto;
  text-align: center;
}

.section-intro h2,
.split-panel h2 {
  margin: 18px 0 0;
  color: var(--navy-980);
  font-size: clamp(2.3rem, 4vw, 3.45rem);
  line-height: 1.04;
  letter-spacing: -0.05em;
}

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

.info-panel,
.feature-tile,
.split-panel {
  border-radius: 28px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--shadow-soft);
}

.info-panel {
  padding: 30px 28px;
}

.info-panel h3 {
  margin: 16px 0 10px;
  font-size: 1.55rem;
  letter-spacing: -0.03em;
}

.info-panel p,
.feature-tile p,
.step-item p,
.pricing-feature-list li,
.site-footer-brand p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.96rem;
  line-height: 1.75;
}

.info-panel-accent {
  background:
    radial-gradient(circle at top right, rgba(215, 181, 109, 0.12), transparent 22%),
    linear-gradient(180deg, #13243f 0%, #0d192d 100%);
  border-color: rgba(215, 181, 109, 0.18);
}

.info-panel-accent h3,
.info-panel-accent p,
.info-panel-accent .info-panel-label {
  color: #ffffff;
}

.info-panel-accent .info-panel-label {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.feature-row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow-soft);
}

.feature-tile {
  min-height: 212px;
  padding: 28px 22px;
  border: 0;
  border-right: 1px solid rgba(19, 38, 66, 0.08);
  border-radius: 0;
  box-shadow: none;
}

.feature-tile:last-child {
  border-right: 0;
}

.feature-tile-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(215, 181, 109, 0.16), transparent 30%),
    linear-gradient(180deg, #edf3fc 0%, #e5edf9 100%);
  color: var(--blue-600);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.feature-tile h3 {
  margin: 18px 0 10px;
  font-size: 1.06rem;
  letter-spacing: -0.02em;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 24px;
}

.split-panel {
  padding: 34px 32px;
}

.step-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.step-item {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  padding: 18px 18px 18px 0;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: rgba(18, 36, 63, 0.08);
  color: var(--navy-950);
  font-size: 0.96rem;
  font-weight: 800;
}

.step-item h3 {
  margin: 2px 0 8px;
  color: var(--navy-980);
  font-size: 1.14rem;
  letter-spacing: -0.02em;
}

.flow-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.split-panel-pricing {
  background:
    radial-gradient(circle at top right, rgba(215, 181, 109, 0.14), transparent 24%),
    linear-gradient(180deg, #13243f 0%, #0c1729 100%);
  border-color: rgba(215, 181, 109, 0.16);
  box-shadow: var(--shadow-strong);
}

.split-panel-pricing h2,
.pricing-plan-name,
.pricing-amount,
.pricing-feature-list li {
  color: #ffffff;
}

.split-panel-pricing h2 {
  margin-bottom: 14px;
}

.pricing-plan-name {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 700;
  opacity: 0.84;
}

.pricing-amount {
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.pricing-amount span {
  margin-left: 8px;
  color: rgba(238, 243, 249, 0.78);
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
}

.pricing-feature-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 28px 0 32px;
  padding: 0;
}

.pricing-feature-list li {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 36px 38px;
  border-radius: 32px;
  background: linear-gradient(135deg, #2348a8 0%, #173154 55%, #10203a 100%);
  box-shadow: var(--shadow-strong);
}

.cta-band h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(2.2rem, 3vw, 3rem);
  letter-spacing: -0.04em;
}

.cta-band p {
  margin: 0;
  color: rgba(239, 244, 251, 0.82);
  font-size: 1rem;
}

.site-footer {
  margin-top: 24px;
  padding: 44px 24px 26px;
  background: linear-gradient(180deg, #13243f 0%, #0c1729 100%);
}

.site-footer-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.site-brand-footer .site-brand-wordmark,
.site-footer-brand p,
.site-footer-links a,
.site-footer-meta {
  color: rgba(245, 248, 252, 0.92);
}

.site-footer-brand {
  max-width: 420px;
}

.site-footer-brand p {
  margin-top: 14px;
  opacity: 0.78;
}

.site-footer-links {
  gap: 20px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.site-footer-meta {
  margin-top: 26px;
  font-size: 0.92rem;
  opacity: 0.72;
}

.marketing-shell {
  position: relative;
  z-index: 1;
  width: min(100%, var(--container));
  margin: 0 auto;
  padding: 18px 24px 72px;
}

.marketing-header {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 84px;
  padding: 0 24px;
  border: 1px solid rgba(19, 38, 66, 0.07);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
}

.marketing-brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.marketing-logo,
.footer-logo {
  width: 140px;
  max-width: 140px;
  height: 54px;
  max-height: 54px;
  object-fit: contain;
  object-position: center;
  display: block;
  flex: 0 0 140px;
}

.marketing-wordmark,
.footer-wordmark {
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--navy-980);
}

.marketing-nav,
.footer-links {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.marketing-link,
.footer-links a {
  color: var(--text-soft);
  font-size: 0.95rem;
  font-weight: 700;
}

.marketing-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border-radius: 16px;
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 800;
}

.marketing-btn.primary {
  background: linear-gradient(180deg, #2348a8 0%, #173154 100%);
  color: #ffffff;
  box-shadow: 0 16px 30px rgba(17, 38, 74, 0.18);
}

.marketing-btn.secondary {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(19, 38, 66, 0.09);
  color: var(--navy-950);
  box-shadow: 0 12px 24px rgba(11, 24, 44, 0.05);
}

.landing-main,
.guide-main {
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-top: 34px;
}

.landing-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.section-heading,
.guide-heading {
  max-width: 780px;
}

.section-heading.centered,
.guide-heading {
  margin: 0 auto;
  text-align: center;
}

.section-heading h1,
.guide-heading h1 {
  margin: 18px 0 12px;
  color: var(--navy-980);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: clamp(2.7rem, 4vw, 3.9rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
}

.section-heading p,
.guide-heading p {
  margin: 0;
  color: var(--text-soft);
  font-size: 1rem;
  line-height: 1.8;
}

.guide-flow-grid,
.guide-detail-grid,
.overview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.step-card,
.guide-step-card,
.feature-card,
.guide-detail-card,
.tutorial-card,
.guide-summary-card {
  border-radius: 26px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
}

.step-card,
.guide-step-card,
.feature-card,
.guide-detail-card {
  padding: 28px 24px;
}

.step-card h3,
.guide-step-card h3,
.feature-card h3,
.guide-detail-card h3 {
  margin: 16px 0 10px;
  color: var(--navy-980);
  font-family: Manrope, Inter, Arial, sans-serif;
  font-size: 1.3rem;
  letter-spacing: -0.03em;
}

.step-card p,
.guide-step-card p,
.feature-card p,
.guide-detail-card p,
.tutorial-card p,
.guide-summary-card p,
.footer-disclaimer {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.95rem;
  line-height: 1.75;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(215, 181, 109, 0.16), transparent 30%),
    linear-gradient(180deg, #edf3fc 0%, #e5edf9 100%);
  color: var(--blue-600);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.tutorial-card,
.guide-summary-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 32px;
}

.landing-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 52px;
  padding-top: 24px;
  border-top: 1px solid rgba(19, 38, 66, 0.08);
}

.footer-disclaimer {
  flex: 1 0 100%;
}

@media (max-width: 1200px) {
  .feature-row {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-tile:nth-child(3n) {
    border-right: 0;
  }

  .feature-tile:nth-child(-n + 3) {
    border-bottom: 1px solid rgba(19, 38, 66, 0.08);
  }
}

@media (max-width: 1040px) {
  .site-header-inner {
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 18px 20px;
  }

  .site-nav,
  .site-header-actions {
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }

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

  .hero-visual {
    justify-content: center;
    order: -1;
  }

  .hero-visual-frame {
    min-height: 660px;
  }

  .guide-flow-grid,
  .guide-detail-grid,
  .overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .site-header {
    padding: 12px 16px 0;
  }

  .landing-page,
  .site-footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .site-brand-logo {
    width: 118px;
    max-width: 118px;
    height: 48px;
    max-height: 48px;
    flex-basis: 118px;
  }

  .site-brand-wordmark {
    font-size: 1rem;
  }

  .hero-copy h1 {
    font-size: clamp(2.9rem, 12vw, 4.1rem);
  }

  .hero-copy p,
  .info-panel p,
  .feature-tile p,
  .step-item p,
  .site-footer-brand p {
    font-size: 0.94rem;
  }

  .hero-visual-frame {
    min-height: 620px;
  }

  .hero-phone {
    right: 18px;
    width: min(100%, 300px);
  }

  .hero-floating-card {
    width: 200px;
  }

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

  .feature-tile {
    border-right: 1px solid rgba(19, 38, 66, 0.08);
    border-bottom: 1px solid rgba(19, 38, 66, 0.08);
  }

  .feature-tile:nth-child(2n) {
    border-right: 0;
  }

  .feature-tile:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .cta-band,
  .site-footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .marketing-header {
    grid-template-columns: 1fr;
    padding: 18px 20px;
  }

  .marketing-nav {
    justify-content: space-between;
  }
}

@media (max-width: 640px) {
  .site-header-inner {
    border-radius: 20px;
  }

  .site-nav {
    gap: 14px;
  }

  .hero-section {
    min-height: 0;
  }

  .hero-actions,
  .site-header-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .header-cta,
  .button-primary,
  .button-secondary,
  .button-light {
    width: 100%;
  }

  .hero-visual-frame {
    min-height: 560px;
  }

  .hero-photo-panel {
    border-radius: 30px;
  }

  .hero-phone {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 150px auto 0;
    width: min(100%, 292px);
  }

  .hero-floating-card {
    width: calc(100% - 32px);
    left: 16px;
  }

  .hero-floating-card-top {
    top: 16px;
  }

  .hero-floating-card-bottom {
    bottom: 16px;
  }

  .trust-strip {
    gap: 14px;
  }

  .trust-strip p {
    white-space: normal;
    font-size: 0.92rem;
  }

  .feature-row,
  .hero-phone-card-grid {
    grid-template-columns: 1fr;
  }

  .feature-tile,
  .feature-tile:nth-child(2n),
  .feature-tile:nth-child(3n) {
    border-right: 0;
    border-bottom: 1px solid rgba(19, 38, 66, 0.08);
  }

  .feature-tile:last-child {
    border-bottom: 0;
  }

  .split-panel,
  .info-panel,
  .cta-band {
    padding: 26px 22px;
  }

  .pricing-amount {
    font-size: 3.1rem;
  }

  .guide-flow-grid,
  .guide-detail-grid,
  .overview-grid {
    grid-template-columns: 1fr;
  }

  .tutorial-card,
  .guide-summary-card,
  .landing-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}
