body.landing-page-body {
  background:
    radial-gradient(circle at 0% -10%, rgba(20, 184, 166, 0.16), transparent 40%),
    radial-gradient(circle at 100% 0%, rgba(56, 189, 248, 0.12), transparent 35%),
    linear-gradient(180deg, #f8fafc 0%, #f1f5f9 50%, #f8fafc 100%);
  color: #0f172a;
  overflow-x: hidden;
}

.gf-landing {
  position: relative;
  overflow: clip;
}

.gf-ambient {
  pointer-events: none;
  position: absolute;
  inset: -200px -280px auto;
  height: 580px;
  background:
    radial-gradient(circle at 20% 35%, rgba(15, 118, 110, 0.24), transparent 38%),
    radial-gradient(circle at 78% 20%, rgba(14, 116, 144, 0.16), transparent 42%);
  filter: blur(24px);
  z-index: 0;
}

.gf-shell {
  width: min(1240px, calc(100% - 2.5rem));
  margin-inline: auto;
  position: relative;
  z-index: 1;
  display: block;
}

.landing-header {
  position: sticky;
  top: 0;
  z-index: 70;
  border-bottom: 1px solid rgba(226, 232, 240, 0.92);
  background: rgba(248, 250, 252, 0.86);
  backdrop-filter: blur(14px);
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  display: block;
}

.landing-header-row {
  min-height: 74px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 18px;
}

.landing-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #0f172a;
}

.landing-brand-logo {
  width: clamp(148px, 18vw, 212px);
  max-width: 54vw;
  height: auto;
  object-fit: contain;
  display: block;
}

.landing-brand-copy {
  display: grid;
  line-height: 1;
  gap: 4px;
}

.landing-brand-copy small {
  font-size: 0.68rem;
  color: #64748b;
  font-weight: 700;
}

.landing-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 2vw, 26px);
  flex-wrap: nowrap;
  min-width: 0;
}

.landing-nav a {
  text-decoration: none;
  color: #334155;
  font-weight: 700;
  font-size: 0.9rem;
  white-space: nowrap;
  transition: color 0.2s ease;
}

.landing-nav a:hover {
  color: #0f766e;
}

.landing-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-self: end;
  white-space: nowrap;
}

.landing-link {
  color: #0f172a;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 999px;
  padding: 0.5rem 0.9rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.landing-link:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.gf-link-light {
  color: #ccfbf1;
  padding-inline: 0;
}

.gf-link-light:hover {
  background: transparent;
  color: #fff;
}

.gf-btn {
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 1.1rem;
  font-weight: 800;
  font-size: 0.92rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.gf-btn:hover {
  transform: translateY(-1px);
}

.gf-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #0f766e 0%, #0f766e 45%, #0e7490 100%);
  box-shadow: 0 12px 24px rgba(15, 118, 110, 0.28);
}

.gf-btn-secondary {
  color: #0f172a;
  background: #fff;
  border-color: #cbd5e1;
}

.gf-btn-secondary:hover {
  border-color: #0f766e;
  background: #f0fdfa;
}

.landing-mobile-nav {
  display: none;
  margin-left: 8px;
  position: relative;
  justify-self: end;
}

.landing-mobile-nav summary {
  list-style: none;
  cursor: pointer;
  border: 1px solid #cbd5e1;
  background: #fff;
  border-radius: 12px;
  padding: 0.52rem 0.78rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: #0f172a;
}

.landing-mobile-nav summary::-webkit-details-marker {
  display: none;
}

.landing-mobile-panel {
  margin-top: 10px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  min-width: 260px;
  width: min(320px, calc(100vw - 1.5rem));
  border: 1px solid #d9e2ec;
  background: #fff;
  border-radius: 14px;
  padding: 12px;
  display: grid;
  gap: 6px;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.16);
  z-index: 90;
}

.landing-mobile-panel a {
  text-decoration: none;
  color: #334155;
  font-weight: 700;
  font-size: 0.9rem;
  border-radius: 10px;
  padding: 0.62rem 0.7rem;
}

.landing-mobile-panel a:hover {
  background: #f1f5f9;
}

.landing-mobile-cta {
  margin-top: 8px;
  display: grid;
  gap: 8px;
}

.gf-hero {
  display: block;
  padding: clamp(2.5rem, 3.6vw, 4.4rem) 0 1.9rem;
}

.gf-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 28px;
  align-items: start;
}

.gf-kicker {
  display: inline-flex;
  margin: 0;
  border-radius: 999px;
  border: 1px solid #99f6e4;
  background: #ccfbf1;
  color: #115e59;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  padding: 0.46rem 0.84rem;
}

.gf-kicker-section {
  align-items: center;
  gap: 0.44rem;
  text-transform: none;
  letter-spacing: 0.055em;
  font-size: 0.74rem;
  font-weight: 800;
  border-color: #7ee8d8;
  background: linear-gradient(180deg, #dafbf4 0%, #c7f5eb 100%);
  color: #1e4469;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.72),
    0 4px 10px rgba(15, 118, 110, 0.1);
}

.gf-kicker-section::before {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: #0f766e;
  opacity: 0.85;
}

.gf-hero h1 {
  margin-top: 0.95rem;
  margin-bottom: 0;
  font-size: clamp(2rem, 3.8vw, 3.65rem);
  line-height: 1.04;
  letter-spacing: -0.034em;
  color: #020617;
}

.gf-lead {
  margin: 1.08rem 0 0;
  max-width: 60ch;
  color: #475569;
  line-height: 1.72;
  font-size: 1.01rem;
}

.gf-hero-actions {
  margin-top: 1.35rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.74rem;
}

.gf-trust-list {
  margin: 1.34rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.gf-trust-list li {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 64px;
  padding: 0.62rem 0.78rem;
  border-radius: 16px;
  border: 1px solid #cddde3;
  background: rgba(255, 255, 255, 0.82);
  color: #17314b;
  font-weight: 800;
  font-size: 0.92rem;
  line-height: 1.28;
}

.gf-trust-icon {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: #d2faf2;
  color: #0f766e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(15, 118, 110, 0.2);
  flex-shrink: 0;
}

.gf-trust-icon svg {
  width: 1.12rem;
  height: 1.12rem;
  stroke: currentColor;
  stroke-width: 2.05;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gf-trust-icon-meta {
  background: #e8efff;
  color: #0866ff;
  box-shadow: inset 0 0 0 1px rgba(8, 102, 255, 0.2);
}

.gf-trust-icon-meta svg {
  width: 1.22rem;
  height: 1.22rem;
  fill: currentColor;
  stroke: none;
}

.gf-trust-text {
  display: block;
}

.gf-preview-card {
  border-radius: 28px;
  border: 1px solid #d8e4ea;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.1);
  padding: 1.1rem;
  backdrop-filter: blur(7px);
}

.gf-preview-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 0.9rem;
}

.gf-preview-top p {
  margin: 0;
  font-size: 0.74rem;
  color: #64748b;
  font-weight: 700;
}

.gf-preview-top strong {
  display: block;
  margin-top: 0.24rem;
  font-size: 1rem;
  font-family: "Sora", "Manrope", sans-serif;
}

.gf-pill {
  display: inline-flex;
  border-radius: 999px;
  padding: 0.34rem 0.68rem;
  background: #dcfce7;
  color: #166534;
  font-size: 0.72rem;
  font-weight: 800;
}

.gf-preview-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

.gf-preview-metrics article {
  border: 1px solid #e2e8f0;
  background: #fff;
  border-radius: 16px;
  padding: 0.72rem;
}

.gf-preview-metrics p {
  margin: 0;
  font-size: 0.72rem;
  color: #64748b;
  font-weight: 700;
}

.gf-preview-metrics strong {
  display: block;
  margin-top: 0.54rem;
  font-size: 1.15rem;
  font-family: "Sora", "Manrope", sans-serif;
}

.gf-preview-metrics small {
  display: block;
  margin-top: 0.22rem;
  color: #0f766e;
  font-size: 0.69rem;
  font-weight: 700;
}

.gf-preview-feed {
  margin-top: 0.9rem;
  display: grid;
  gap: 8px;
}

.gf-preview-feed > div {
  border: 1px solid #d6e5ec;
  border-radius: 14px;
  padding: 0.76rem;
  background: #f8fafc;
}

.gf-feed-badge {
  display: inline-flex;
  border-radius: 999px;
  background: #e0f2fe;
  color: #075985;
  font-weight: 800;
  font-size: 0.68rem;
  padding: 0.24rem 0.54rem;
}

.gf-preview-feed p {
  margin: 0.52rem 0 0;
  color: #475569;
  font-size: 0.84rem;
  line-height: 1.47;
}

.gf-bar {
  padding: 0.4rem 0 1.2rem;
}

.gf-bar-grid {
  border: 1px solid #d8e6ee;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.06);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gf-bar-grid article {
  padding: 1rem 1.2rem;
  border-right: 1px solid #e2e8f0;
}

.gf-bar-grid article:last-child {
  border-right: 0;
}

.gf-bar-grid strong {
  display: block;
  font-size: clamp(1.22rem, 2.2vw, 1.65rem);
  color: #0f172a;
  font-family: "Sora", "Manrope", sans-serif;
}

.gf-bar-grid p {
  margin: 0.24rem 0 0;
  color: #475569;
  line-height: 1.48;
  font-size: 0.86rem;
}

.gf-section {
  padding: clamp(2.4rem, 4.3vw, 4.4rem) 0;
}

.gf-section-muted {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(241, 245, 249, 0.82) 22%, rgba(241, 245, 249, 0.82) 78%, rgba(255, 255, 255, 0) 100%);
}

.gf-landing .gf-section-head {
  max-width: 780px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 0.62rem;
}

.gf-landing .gf-section-head .gf-kicker-section {
  margin-top: 0;
}

.gf-section-head h2 {
  margin: 0;
  font-size: clamp(1.65rem, 3.4vw, 2.52rem);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #020617;
}

.gf-section-head p {
  margin: 0;
  color: #475569;
  line-height: 1.68;
  font-size: 0.99rem;
}

.gf-feature-grid {
  margin-top: 1.5rem;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gf-feature-card {
  border: 1px solid #d8e4ec;
  border-radius: 20px;
  background: #fff;
  padding: 1.1rem;
  box-shadow: 0 12px 22px rgba(15, 23, 42, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.gf-feature-card:hover {
  transform: translateY(-2px);
  border-color: #6ee7d1;
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
}

.gf-feature-card h3 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: -0.01em;
  color: #0f172a;
}

.gf-feature-card p {
  margin: 0.6rem 0 0;
  font-size: 0.9rem;
  line-height: 1.56;
  color: #475569;
}

.gf-flow-grid {
  margin: 1.45rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gf-flow-step {
  border: 1px solid #d4e1e8;
  border-radius: 20px;
  background: #fff;
  padding: 1rem;
}

.gf-flow-step span {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 12px;
  background: #0f766e;
  color: #fff;
  font-weight: 800;
  font-size: 0.8rem;
  font-family: "Sora", "Manrope", sans-serif;
}

.gf-flow-step h3 {
  margin: 0.72rem 0 0;
  font-size: 1rem;
  color: #0f172a;
}

.gf-flow-step p {
  margin: 0.48rem 0 0;
  color: #475569;
  line-height: 1.5;
  font-size: 0.89rem;
}

.gf-plan-grid {
  margin-top: 1.5rem;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gf-plan-card {
  border: 1px solid #d8e4ec;
  border-radius: 22px;
  background: #fff;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.82rem;
}

.gf-plan-card-featured {
  border-color: #0f766e;
  box-shadow: 0 14px 28px rgba(15, 118, 110, 0.18);
  transform: translateY(-2px);
}

.gf-plan-tag {
  margin: 0;
  font-size: 0.7rem;
  font-weight: 800;
  color: #0f766e;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.gf-plan-card h3 {
  margin: 0;
  font-size: 1.3rem;
}

.gf-plan-card strong {
  font-family: "Sora", "Manrope", sans-serif;
  font-size: 1.65rem;
  letter-spacing: -0.02em;
}

.gf-plan-card ul {
  margin: 0;
  padding-left: 1.05rem;
  color: #475569;
  font-size: 0.9rem;
  line-height: 1.5;
  display: grid;
  gap: 0.34rem;
  flex: 1;
}

.gf-plan-card .gf-btn {
  margin-top: auto;
}

.gf-faq-grid {
  margin: 1.5rem auto 0;
  max-width: 880px;
  width: 100%;
  display: grid;
  gap: 10px;
}

.gf-faq-item {
  border: 1px solid #d7e2ea;
  border-radius: 16px;
  background: #fff;
  padding: 0.1rem 0.9rem;
}

.gf-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 0.86rem 0;
  font-weight: 800;
  color: #0f172a;
}

.gf-faq-item summary::-webkit-details-marker {
  display: none;
}

.gf-faq-item p {
  margin: 0 0 0.9rem;
  color: #475569;
  line-height: 1.55;
  font-size: 0.92rem;
}

.landing-cta {
  padding: 0.6rem 0 3.6rem;
}

.gf-cta-box {
  border-radius: 30px;
  padding: clamp(1.25rem, 4vw, 2.2rem);
  background:
    radial-gradient(circle at 100% 0, rgba(153, 246, 228, 0.3), transparent 45%),
    linear-gradient(135deg, #062f2d 0%, #0f172a 55%, #0f3a36 100%);
  color: #fff;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  align-items: center;
  box-shadow: 0 20px 42px rgba(15, 23, 42, 0.25);
}

.gf-cta-box h2 {
  margin-top: 0.78rem;
  font-size: clamp(1.55rem, 2.7vw, 2.28rem);
  line-height: 1.12;
}

.gf-cta-box p {
  margin: 0.7rem 0 0;
  color: #cbd5e1;
  line-height: 1.6;
}

.gf-cta-actions {
  display: grid;
  gap: 0.58rem;
  justify-items: stretch;
  justify-self: end;
  width: min(320px, 100%);
}

.gf-footer {
  border-top: 1px solid #d7e2ea;
  background: #020617;
  color: #cbd5e1;
  margin-top: 2rem;
}

.gf-footer-grid {
  padding: 2.25rem 0 1.5rem;
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 24px;
}

.gf-brand-footer .gf-brand-copy strong {
  color: #fff;
}

.gf-brand-footer .gf-brand-logo {
  width: clamp(138px, 16vw, 196px);
  max-width: 62vw;
  height: auto;
  object-fit: contain;
  display: block;
}

.gf-brand-footer .gf-brand-copy small {
  color: #94a3b8;
}

.gf-footer h3 {
  margin: 0 0 0.7rem;
  font-size: 0.92rem;
  color: #fff;
  font-family: "Sora", "Manrope", sans-serif;
}

.gf-footer p {
  margin: 1rem 0 0;
  max-width: 45ch;
  color: #94a3b8;
  line-height: 1.6;
  font-size: 0.9rem;
}

.gf-footer a {
  display: block;
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.88rem;
  margin-bottom: 0.46rem;
  transition: color 0.2s ease;
}

.gf-footer a:hover {
  color: #5eead4;
}

.gf-footer-bottom {
  border-top: 1px solid rgba(148, 163, 184, 0.25);
  padding: 0.95rem 0 1.4rem;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 0.79rem;
  color: #94a3b8;
  flex-wrap: wrap;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 0.6s ease var(--delay, 0s),
    transform 0.6s ease var(--delay, 0s);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1440px) {
  .gf-shell {
    width: min(1220px, calc(100% - 2.2rem));
  }
}

@media (max-width: 1280px) {
  .gf-shell {
    width: min(1180px, calc(100% - 2rem));
  }

  .landing-nav {
    gap: 18px;
  }

  .landing-nav a {
    font-size: 0.85rem;
  }
}

@media (max-width: 1024px) {
  .gf-shell {
    width: min(1080px, calc(100% - 1.6rem));
  }

  .landing-header-row {
    grid-template-columns: auto auto auto;
    min-height: 68px;
    column-gap: 10px;
  }

  .landing-nav {
    display: none;
  }

  .landing-header-actions {
    display: flex;
    margin-left: auto;
  }

  .landing-header-actions .landing-link {
    display: none;
  }

  .landing-header-actions .gf-btn {
    min-height: 40px;
    font-size: 0.84rem;
    padding: 0 0.9rem;
  }

  .landing-mobile-nav {
    display: block;
  }

  .landing-mobile-nav summary {
    min-height: 40px;
    padding: 0 0.72rem;
    display: grid;
    place-items: center;
  }

  .gf-hero-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .gf-hero h1 {
    font-size: clamp(1.9rem, 5vw, 2.7rem);
  }

  .gf-lead {
    font-size: 0.97rem;
    line-height: 1.62;
  }

  .gf-trust-list {
    gap: 0.62rem;
  }

  .gf-trust-list li {
    min-height: 60px;
    font-size: 0.86rem;
    padding: 0.56rem 0.68rem;
  }

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

  .gf-bar-grid {
    grid-template-columns: 1fr;
  }

  .gf-bar-grid article {
    border-right: 0;
    border-bottom: 1px solid #e2e8f0;
  }

  .gf-bar-grid article:last-child {
    border-bottom: 0;
  }

  .gf-cta-box {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .gf-cta-actions {
    justify-self: start;
    width: min(360px, 100%);
  }

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

@media (max-width: 768px) {
  .gf-shell {
    width: min(980px, calc(100% - 1.25rem));
  }

  .landing-header-row {
    min-height: 64px;
  }

  .landing-brand-copy small {
    display: none;
  }

  .gf-brand-footer .gf-brand-logo {
    width: min(164px, 58vw);
  }

  .landing-header-actions .gf-btn {
    min-height: 38px;
    font-size: 0.82rem;
    padding: 0 0.78rem;
  }

  .gf-hero {
    padding: 2.1rem 0 1.4rem;
  }

  .gf-hero-actions {
    max-width: 360px;
    flex-direction: column;
    align-items: stretch;
  }

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

  .gf-trust-list {
    margin-top: 1.08rem;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .gf-trust-list li {
    min-height: 56px;
    font-size: 0.84rem;
    padding: 0.5rem 0.62rem;
  }

  .gf-trust-icon {
    width: 1.76rem;
    height: 1.76rem;
  }

  .gf-trust-icon svg {
    width: 0.98rem;
    height: 0.98rem;
  }

  .gf-trust-icon-meta svg {
    width: 1.05rem;
    height: 1.05rem;
  }

  .gf-preview-metrics {
    grid-template-columns: 1fr;
  }

  .gf-plan-grid {
    grid-template-columns: 1fr;
  }

  .gf-footer-bottom {
    font-size: 0.75rem;
  }
}

@media (max-width: 430px) {
  .gf-shell {
    width: min(100%, calc(100% - 1rem));
  }

  .landing-header-row {
    grid-template-columns: auto 1fr auto;
    min-height: 62px;
    column-gap: 8px;
  }

  .landing-header-actions {
    display: none;
  }

  .landing-mobile-nav {
    margin-left: auto;
  }

  .landing-mobile-panel {
    width: min(320px, calc(100vw - 1rem));
  }

  .landing-brand-logo {
    width: min(178px, 60vw);
  }

  .gf-kicker {
    font-size: 0.64rem;
    letter-spacing: 0.1em;
    padding: 0.4rem 0.66rem;
  }

  .gf-kicker-section {
    letter-spacing: 0.04em;
    font-size: 0.68rem;
  }

  .gf-hero h1 {
    font-size: clamp(1.6rem, 8.5vw, 2.05rem);
    line-height: 1.08;
  }

  .gf-lead {
    font-size: 0.92rem;
  }

  .gf-trust-list li {
    min-height: 54px;
    font-size: 0.81rem;
    padding: 0.46rem 0.56rem;
    gap: 0.56rem;
  }

  .gf-trust-icon {
    width: 1.62rem;
    height: 1.62rem;
  }

  .gf-trust-icon svg {
    width: 0.9rem;
    height: 0.9rem;
  }

  .gf-trust-icon-meta svg {
    width: 0.96rem;
    height: 0.96rem;
  }

  .gf-feature-grid,
  .gf-flow-grid {
    grid-template-columns: 1fr;
  }

  .gf-cta-actions {
    width: 100%;
  }

  .gf-cta-actions .gf-btn {
    width: 100%;
  }

  .gf-footer-grid {
    grid-template-columns: 1fr;
  }

  .gf-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .gf-brand-footer .gf-brand-logo {
    width: min(144px, 56vw);
  }
}

@media (max-width: 390px) {
  .landing-mobile-nav summary {
    font-size: 0.78rem;
    padding: 0 0.62rem;
  }

  .landing-brand-copy strong {
    font-size: 0.9rem;
  }

  .gf-hero h1 {
    font-size: 1.52rem;
  }

  .gf-hero-actions {
    max-width: none;
  }
}

@media (max-width: 360px) {
  .gf-shell {
    width: min(100%, calc(100% - 0.85rem));
  }

  .landing-header-row {
    min-height: 60px;
  }

  .landing-brand {
    gap: 8px;
  }

  .landing-brand-logo {
    width: min(150px, 56vw);
  }

  .landing-mobile-nav summary {
    padding: 0 0.56rem;
  }

  .gf-kicker {
    font-size: 0.6rem;
  }

  .gf-kicker-section {
    font-size: 0.64rem;
  }

  .gf-plan-card strong {
    font-size: 1.45rem;
  }
}

button:hover:not(:focus-visible),
a[role="button"]:hover:not(:focus-visible),
a[class*="btn"]:hover:not(:focus-visible),
a[class*="button"]:hover:not(:focus-visible),
a[class*="cta"]:hover:not(:focus-visible),
button[class*="btn"]:hover:not(:focus-visible),
button[class*="button"]:hover:not(:focus-visible),
button[class*="cta"]:hover:not(:focus-visible) {
  box-shadow: none !important;
}
