:root {
  --ink: #101517;
  --ink-soft: #2a353b;
  --sand: #f5efe6;
  --clay: #e7d8c3;
  --sea: #0f5b5b;
  --sun: #f2a14a;
  --leaf: #2f6b4a;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(16, 21, 23, 0.18);
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 12px;
}

body.landing-refresh {
  font-family: "Space Grotesk", "Segoe UI", sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 12% 12%, #fff7ec 0%, var(--sand) 55%, #f1e5d4 100%);
}

body.landing-refresh .navbar-inverse {
  background: transparent;
  border: 0;
  box-shadow: none;
}

body.landing-refresh .navbar {
  margin-bottom: 0;
}

body.landing-refresh .navbar-brand.brand-logo {
  width: 180px;
  height: 50px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

body.landing-refresh .navbar-right a {
  font-weight: 600;
  color: var(--ink);
}

body.landing-refresh .jumbotron {
  margin: 0;
  background: transparent;
  padding: 40px 0 20px;
}

body.landing-refresh .jumbotron .headline-banner {
  min-height: 280px;
  border-radius: var(--radius-lg);
  background-color: var(--sea);
  background-size: cover !important;
  background-position: center !important;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

body.landing-refresh .jumbotron .headline-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(245, 239, 230, 0.92) 0%,
    rgba(231, 216, 195, 0.72) 55%,
    rgba(245, 239, 230, 0.6) 100%
  );
}

body.landing-refresh .jumbotron .headline-banner .col-md-12 {
  position: relative;
  z-index: 1;
  padding: 48px 30px;
}

body.landing-refresh h1,
body.landing-refresh h2,
body.landing-refresh h3,
body.landing-refresh h4 {
  font-family: "Fraunces", serif;
}

body.landing-refresh .headline-banner h1,
body.landing-refresh .headline-banner h2 {
  color: var(--ink);
  margin: 0 0 12px;
}

body.landing-refresh .headline-banner h1 {
  font-size: clamp(32px, 4.6vw, 48px);
}

body.landing-refresh .headline-banner h2 {
  font-size: clamp(18px, 2.5vw, 26px);
  font-weight: 500;
  color: var(--ink-soft);
}

body.landing-refresh .text-muted {
  color: var(--ink-soft);
}

body.landing-refresh .bg-light {
  background: transparent;
}

body.landing-refresh #tcpaCaptureContainer .form-reg,
body.landing-refresh .rhs-col .form-reg {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 28px 28px 18px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(16, 21, 23, 0.08);
  position: relative;
}

body.landing-refresh .form-divider-top,
body.landing-refresh .form-divider-bottom {
  display: none;
}

body.landing-refresh .form-reg .form-group label {
  color: var(--ink-soft);
  font-weight: 600;
}

body.landing-refresh .form-reg .form-control {
  border-radius: var(--radius-sm);
  border: 1px solid rgba(16, 21, 23, 0.15);
  box-shadow: none;
  height: 44px;
  font-size: 15px;
}

body.landing-refresh .form-reg .btn-primary {
  background: var(--sea);
  border-color: transparent;
  border-radius: 999px;
  padding: 12px 20px;
  font-weight: 600;
  box-shadow: 0 18px 30px rgba(15, 91, 91, 0.22);
}

body.landing-refresh .form-reg .btn-primary:hover {
  background: #0c4c4c;
}

body.landing-refresh .cta-panel {
  max-width: 540px;
  margin: 0 auto;
  padding: 8px 0;
}

body.landing-refresh .cta-panel .cta-title {
  margin-bottom: 14px;
}

body.landing-refresh .cta-panel .cta-lead {
  color: var(--ink-soft);
  font-size: 16px;
  margin: 0 auto 24px;
}

body.landing-refresh .cta-panel .cta-button {
  min-width: 220px;
}

body.landing-refresh .sidebar .thumbnail {
  border-radius: var(--radius-lg);
  border: 1px solid rgba(16, 21, 23, 0.08);
  box-shadow: 0 18px 36px rgba(16, 21, 23, 0.1);
  overflow: hidden;
}

body.landing-refresh .sidebar .home-title {
  background: var(--clay);
}

body.landing-refresh .bg-overlay {
  background: transparent;
}

body.landing-refresh .footer {
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(16, 21, 23, 0.12);
}

body.landing-refresh .footer-link a {
  color: var(--ink-soft);
  font-weight: 600;
}

body.landing-refresh .landing-section {
  padding: 38px 0;
}

body.landing-refresh .landing-section .section-header {
  margin-bottom: 32px;
}

body.landing-refresh .section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.24em;
  font-size: 12px;
  font-weight: 600;
  color: var(--sea);
  margin: 0 0 12px;
}

body.landing-refresh .section-lead {
  color: var(--ink-soft);
  font-size: 16px;
  max-width: 720px;
  margin: 0 auto;
}

body.landing-refresh .landing-steps .step-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 24px;
  border: 1px solid rgba(16, 21, 23, 0.08);
  box-shadow: var(--shadow);
  min-height: 230px;
  position: relative;
  overflow: hidden;
}

body.landing-refresh .landing-steps .step-card::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -40px;
  width: 140px;
  height: 140px;
  background: radial-gradient(
    circle,
    rgba(242, 161, 74, 0.35) 0%,
    rgba(242, 161, 74, 0) 70%
  );
}

body.landing-refresh .landing-steps .step-number {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--sea);
}

body.landing-refresh .landing-steps h3 {
  font-size: 22px;
  margin-top: 12px;
  margin-bottom: 10px;
}

body.landing-refresh .landing-steps p {
  color: var(--ink-soft);
  margin: 0;
}

body.landing-refresh .landing-steps .col-sm-4 {
  margin-bottom: 20px;
}

body.landing-refresh .landing-assurance .assurance-card {
  background: linear-gradient(135deg, #0f5b5b 0%, #2f6b4a 100%);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
}

body.landing-refresh .landing-assurance .assurance-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 20% 20%,
    rgba(242, 161, 74, 0.35) 0%,
    rgba(242, 161, 74, 0) 55%
  );
  pointer-events: none;
}

body.landing-refresh .landing-assurance .assurance-card h2,
body.landing-refresh .landing-assurance .assurance-card p {
  position: relative;
  z-index: 1;
}

body.landing-refresh .landing-assurance .assurance-card .section-eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

body.landing-refresh .landing-assurance .assurance-card p {
  color: rgba(255, 255, 255, 0.82);
}

body.landing-refresh .landing-assurance .assurance-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

body.landing-refresh .landing-assurance .stat {
  flex: 1 1 110px;
}

body.landing-refresh .landing-assurance .stat-value {
  font-size: 26px;
  font-weight: 700;
  display: block;
}

body.landing-refresh .landing-assurance .stat-label {
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

body.landing-refresh .landing-assurance .assurance-detail {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 30px;
  border: 1px solid rgba(16, 21, 23, 0.08);
  box-shadow: var(--shadow);
}

body.landing-refresh .landing-assurance .assurance-detail h3 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
}

body.landing-refresh .landing-assurance .assurance-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--ink-soft);
}

body.landing-refresh .landing-assurance .assurance-list i {
  color: var(--sun);
  font-size: 18px;
  margin-top: 2px;
}

body.landing-refresh .landing-assurance .assurance-note {
  margin: 6px 0 0;
  color: var(--ink-soft);
  font-weight: 600;
}

body.landing-refresh .landing-steps {
  animation: float-in 0.8s ease both;
}

body.landing-refresh .landing-assurance {
  animation: float-in 0.8s ease 0.15s both;
}

@keyframes float-in {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.landing-refresh .landing-steps,
  body.landing-refresh .landing-assurance {
    animation: none;
  }
}

@media (max-width: 767px) {
  body.landing-refresh .headline-banner {
    min-height: 220px;
  }

  body.landing-refresh .landing-section {
    padding: 28px 0;
  }

  body.landing-refresh .landing-assurance .assurance-card,
  body.landing-refresh .landing-assurance .assurance-detail {
    margin-bottom: 20px;
  }

  body.landing-refresh .form-reg {
    padding: 22px 18px;
  }
}
