:root {
  color-scheme: light;
  --navy: #0d3f6d;
  --navy-dark: #092f53;
  --ink: #172331;
  --ink-soft: #3b4d62;
  --muted: #6d7d8e;
  --line: #dce5ee;
  --paper: #f6f8fb;
  --white: #ffffff;
  --orange: #f15a24;
  --red: #cf3527;
  --teal: #1f9d8a;
  --yellow: #f6c344;
  --shadow: 0 22px 54px rgba(13, 63, 109, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: clip;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 12px clamp(18px, 4vw, 56px);
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(220, 229, 238, 0.78);
  backdrop-filter: blur(18px);
}

.site-header[data-scrolled] {
  box-shadow: 0 12px 30px rgba(13, 63, 109, 0.08);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: clamp(146px, 16vw, 196px);
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 4vw, 42px);
  color: var(--ink-soft);
  font-size: 0.94rem;
  font-weight: 800;
}

.nav a,
.nav-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
}

.nav a:hover,
.nav-cta:hover {
  color: var(--orange);
}

.nav-cta {
  justify-content: center;
  min-width: 122px;
  padding: 0 16px;
  border-radius: 6px;
  background: var(--navy);
  color: var(--white);
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(13, 63, 109, 0.18);
}

.nav-cta:hover {
  background: var(--orange);
  color: var(--white);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.86fr);
  align-items: center;
  gap: clamp(34px, 7vw, 96px);
  min-height: 92vh;
  padding: 122px clamp(18px, 5vw, 72px) 42px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.88) 48%, rgba(238, 246, 248, 0.72) 100%),
    linear-gradient(135deg, #ffffff 0%, #edf5f8 58%, #fff2eb 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 84px clamp(18px, 5vw, 72px) auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(13, 63, 109, 0.16), rgba(241, 90, 36, 0.3), transparent);
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 24px;
  max-width: 780px;
  font-size: clamp(3.2rem, 6.5vw, 6.4rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.14rem;
  line-height: 1.18;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 650px;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 2vw, 1.32rem);
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-weight: 950;
  cursor: pointer;
}

.button.primary {
  background: var(--orange);
  color: var(--white);
  box-shadow: 0 16px 34px rgba(241, 90, 36, 0.24);
}

.button.primary:hover {
  background: var(--red);
}

.button.secondary {
  border-color: var(--line);
  background: var(--white);
  color: var(--navy);
}

.button.secondary:hover {
  border-color: rgba(13, 63, 109, 0.34);
}

.hero-visual {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  min-height: clamp(430px, 44vw, 570px);
  padding-top: 74px;
}

.rocket-mark {
  position: absolute;
  z-index: 2;
  top: 22px;
  right: clamp(8px, 3vw, 30px);
  width: clamp(92px, 8vw, 126px);
  max-width: 126px;
  height: auto;
  filter: drop-shadow(0 22px 30px rgba(13, 63, 109, 0.2));
}

.dashboard-panel {
  position: relative;
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid rgba(13, 63, 109, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}
.dashboard-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  padding-right: clamp(98px, 12vw, 138px);
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.dashboard-top span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 850;
}

.dashboard-top strong {
  color: var(--navy);
  font-size: clamp(1.1rem, 2vw, 1.42rem);
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

.metric-grid div {
  min-height: 92px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f8fbfd;
}

.metric-grid strong {
  display: block;
  color: var(--ink);
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1;
}

.metric-grid span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 850;
}

.job-feed {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.job-feed li {
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border-radius: 6px;
  background: var(--white);
  border: 1px solid rgba(220, 229, 238, 0.9);
}

.job-feed strong {
  display: block;
  margin-bottom: 2px;
}

.job-feed p {
  margin: 0;
  color: var(--muted);
  font-size: 0.93rem;
}

.status-dot {
  width: 10px;
  height: 10px;
  margin-top: 6px;
  border-radius: 50%;
}

.status-dot.green {
  background: var(--teal);
}

.status-dot.orange {
  background: var(--orange);
}

.status-dot.blue {
  background: var(--navy);
}

.hero-proof {
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--line);
}

.hero-proof div {
  min-height: 106px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.84);
}

.hero-proof strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  line-height: 1;
}

.hero-proof span {
  color: var(--muted);
  font-weight: 800;
}

.section {
  padding: clamp(64px, 10vw, 118px) clamp(18px, 5vw, 72px);
}

.section-inner {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
}

.problem-band {
  background: var(--navy-dark);
  color: var(--white);
}

.problem-band .eyebrow,
.contact-band .eyebrow {
  color: var(--yellow);
}

.problem-list {
  display: grid;
  gap: 0;
}

.problem-list p {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.06rem, 2vw, 1.34rem);
  font-weight: 850;
}

.section-heading {
  max-width: 760px;
  margin-bottom: clamp(28px, 5vw, 54px);
}

.section-heading p:not(.eyebrow),
.contact-layout > div > p {
  color: var(--ink-soft);
  font-size: 1.06rem;
}

.flow-grid,
.package-grid {
  display: grid;
  gap: 16px;
}

.flow-grid {
  grid-template-columns: repeat(4, 1fr);
}

.flow-card,
.package {
  min-height: 254px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 34px rgba(13, 63, 109, 0.07);
}

.flow-card .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 26px;
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 950;
}

.flow-card:nth-child(2) .icon {
  background: var(--orange);
}

.flow-card:nth-child(3) .icon {
  background: var(--teal);
}

.flow-card:nth-child(4) .icon {
  background: var(--red);
}

.flow-card p,
.package p,
.timeline p {
  color: var(--muted);
}

.packages-band {
  background: #eef5f7;
}

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

.package {
  position: relative;
  min-height: 414px;
}

.package.featured {
  border-color: rgba(241, 90, 36, 0.48);
  box-shadow: 0 22px 56px rgba(241, 90, 36, 0.15);
}

.package-label {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 8px 10px;
  border-radius: 4px;
  background: rgba(241, 90, 36, 0.12);
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.package ul {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.package li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  color: var(--ink-soft);
  font-weight: 800;
}

.package li::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--teal);
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1fr);
  gap: clamp(28px, 7vw, 88px);
}

.sticky-heading {
  position: sticky;
  top: 116px;
  align-self: start;
}

.timeline {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.timeline li {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 24px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.timeline span {
  color: var(--orange);
  font-weight: 950;
}

.contact-band {
  background:
    linear-gradient(120deg, rgba(9, 47, 83, 0.96), rgba(13, 63, 109, 0.92)),
    var(--navy-dark);
  color: var(--white);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 0.74fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
}

.contact-layout > div > p {
  color: rgba(255, 255, 255, 0.76);
}

.audit-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.12);
}

label {
  display: grid;
  gap: 8px;
  font-size: 0.86rem;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
}

textarea {
  resize: vertical;
}

.form-button {
  width: 100%;
  border: 0;
}

.form-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.form-note {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9rem;
}

.form-note[data-state="success"] {
  color: #9fe6d8;
}

.form-note[data-state="error"] {
  color: #ffd0c8;
}

.confirmation-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.36fr);
  align-items: center;
  gap: clamp(28px, 7vw, 84px);
  min-height: 78vh;
  padding: 132px clamp(18px, 5vw, 72px) 56px;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 250, 252, 0.94) 56%, rgba(255, 242, 235, 0.88) 100%),
    var(--white);
}

.confirmation-hero::before {
  content: "";
  position: absolute;
  inset: 84px clamp(18px, 5vw, 72px) auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(13, 63, 109, 0.16), rgba(241, 90, 36, 0.36), transparent);
}

.confirmation-copy {
  position: relative;
  z-index: 1;
  max-width: 860px;
}

.confirmation-copy p {
  max-width: 720px;
  color: var(--ink-soft);
  font-size: clamp(1.1rem, 2vw, 1.34rem);
}

.confirmation-copy strong {
  color: var(--navy);
}

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

.confirmation-signal {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
  text-align: center;
}

.confirmation-signal img {
  width: clamp(88px, 12vw, 126px);
  height: auto;
}

.confirmation-signal strong {
  color: var(--navy);
  font-size: clamp(1.4rem, 3vw, 2rem);
  line-height: 1.06;
}

.confirmation-signal span {
  color: var(--muted);
  font-weight: 850;
}

.confirmation-band {
  background: var(--white);
}

.confirmation-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 0.9fr);
  gap: clamp(28px, 6vw, 78px);
  align-items: start;
}

.confirmation-layout > div > p {
  color: var(--ink-soft);
}

.expectation-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.expectation-list li {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.expectation-list span {
  color: var(--orange);
  font-weight: 950;
}

.expectation-list p {
  margin: 0;
  color: var(--muted);
}

.inbox-band {
  background: var(--navy-dark);
  color: var(--white);
}

.inbox-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.36fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: center;
}

.inbox-layout h2 {
  max-width: 720px;
}

.inbox-layout p {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.76);
}

.inbox-layout strong {
  color: var(--white);
}

.inbox-note {
  display: grid;
  gap: 8px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.inbox-note strong {
  color: var(--orange);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.inbox-note span {
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  font-weight: 950;
  line-height: 1.04;
}

.booking-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.4fr);
  align-items: end;
  gap: clamp(28px, 7vw, 84px);
  min-height: 62vh;
  padding: 132px clamp(18px, 5vw, 72px) 56px;
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 250, 252, 0.94) 56%, rgba(255, 242, 235, 0.88) 100%),
    var(--white);
}

.booking-hero::before {
  content: "";
  position: absolute;
  inset: 84px clamp(18px, 5vw, 72px) auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(13, 63, 109, 0.16), rgba(241, 90, 36, 0.36), transparent);
}

.booking-copy,
.booking-summary {
  position: relative;
  z-index: 1;
}

.booking-copy {
  max-width: 900px;
}

.booking-copy p:not(.eyebrow) {
  max-width: 760px;
  color: var(--ink-soft);
  font-size: clamp(1.1rem, 2vw, 1.34rem);
}

.booking-summary {
  display: grid;
  gap: 14px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.booking-summary strong {
  color: var(--navy);
  font-size: 1.08rem;
}

.booking-summary ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.booking-summary li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
  color: var(--ink-soft);
  font-weight: 800;
}

.booking-summary li::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 8px;
  border-radius: 50%;
  background: var(--teal);
}

.booking-band {
  background: var(--white);
}

.booking-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 56px);
  align-items: start;
}

.booking-layout > div > p {
  color: var(--ink-soft);
}

.setmore-frame-wrap {
  min-height: 720px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  box-shadow: var(--shadow);
}

.setmore-frame {
  display: block;
  width: 100%;
  min-height: 720px;
  border: 0;
  background: var(--white);
}

.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 28px clamp(18px, 5vw, 72px);
  background: var(--white);
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.site-footer div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-footer img {
  width: 138px;
}

.site-footer span {
  font-weight: 800;
}

.site-footer p {
  margin: 0;
}

.chat-widget {
  position: fixed;
  z-index: 30;
  right: clamp(16px, 3vw, 34px);
  bottom: clamp(16px, 3vw, 34px);
  display: grid;
  justify-items: end;
  gap: 14px;
  max-width: min(420px, calc(100vw - 32px));
}

.chat-launcher {
  display: grid;
  gap: 2px;
  min-width: 196px;
  padding: 14px 18px;
  border: 0;
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(241, 90, 36, 0.96), rgba(13, 63, 109, 0.96)),
    var(--navy);
  color: var(--white);
  box-shadow: 0 18px 38px rgba(9, 47, 83, 0.24);
  cursor: pointer;
  text-align: left;
}

.chat-launcher span {
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.chat-launcher strong {
  font-size: 1rem;
  line-height: 1.1;
}

.chat-panel {
  display: grid;
  width: min(420px, calc(100vw - 32px));
  max-height: min(720px, calc(100vh - 112px));
  overflow: hidden;
  border: 1px solid rgba(13, 63, 109, 0.14);
  border-radius: 14px;
  background: var(--white);
  box-shadow: 0 26px 72px rgba(9, 47, 83, 0.24);
}

.chat-panel[hidden] {
  display: none;
}

.chat-header {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 16px;
  padding: 20px;
  background:
    radial-gradient(circle at top right, rgba(241, 90, 36, 0.22), transparent 34%),
    linear-gradient(135deg, var(--navy-dark), var(--navy));
  color: var(--white);
}

.chat-header .eyebrow {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.68);
}

.chat-header h2 {
  margin: 0;
  color: var(--white);
  font-size: 1.55rem;
  letter-spacing: -0.04em;
}

.chat-close {
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 900;
}

.chat-messages {
  display: grid;
  gap: 12px;
  max-height: 312px;
  padding: 18px;
  overflow-y: auto;
  background:
    linear-gradient(rgba(246, 248, 251, 0.92), rgba(246, 248, 251, 0.92)),
    var(--paper);
}

.chat-message {
  display: grid;
  max-width: 88%;
}

.chat-message p {
  margin: 0;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 0.94rem;
}

.chat-message.assistant {
  justify-self: start;
}

.chat-message.assistant p {
  border-bottom-left-radius: 4px;
  background: var(--white);
  color: var(--ink-soft);
  box-shadow: 0 8px 22px rgba(13, 63, 109, 0.08);
}

.chat-message.user {
  justify-self: end;
}

.chat-message.user p {
  border-bottom-right-radius: 4px;
  background: var(--navy);
  color: var(--white);
}

.chat-suggestions {
  display: flex;
  gap: 8px;
  padding: 14px 18px 0;
  overflow-x: auto;
}

.chat-suggestions button {
  flex: 0 0 auto;
  padding: 9px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--white);
  color: var(--ink-soft);
  cursor: pointer;
  font-size: 0.82rem;
  font-weight: 850;
}

.chat-suggestions button:hover {
  border-color: rgba(241, 90, 36, 0.42);
  color: var(--orange);
}

.chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 14px 18px 16px;
}

.chat-form input[name="_honey"] {
  display: none;
}

.chat-form textarea {
  min-height: 50px;
  max-height: 120px;
  border-color: var(--line);
  background: var(--white);
}

.chat-form .button {
  align-self: end;
  min-height: 50px;
  border: 0;
}

.chat-footer {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 0 18px 18px;
  color: var(--muted);
  font-size: 0.78rem;
}

.chat-footer a {
  color: var(--orange);
  font-weight: 950;
}

.chat-footer span[data-state="success"] {
  color: var(--teal);
}

.chat-footer span[data-state="pending"] {
  color: var(--navy);
}

.chat-footer span[data-state="error"] {
  color: var(--red);
}

@media (max-width: 940px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .brand {
    width: 148px;
  }

  .nav {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
    padding-top: 106px;
  }

  .hero-visual {
    min-height: auto;
    padding-top: 68px;
  }

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

  .split,
  .process-layout,
  .contact-layout,
  .confirmation-hero,
  .booking-hero,
  .confirmation-layout,
  .inbox-layout,
  .booking-layout {
    grid-template-columns: 1fr;
  }

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

  .sticky-heading {
    position: static;
  }
}

@media (max-width: 640px) {
  .site-header {
    gap: 12px;
    padding: 10px 14px;
  }

  .brand {
    width: 124px;
  }

  .nav-cta {
    min-width: 108px;
    padding: 0 12px;
    font-size: 0.86rem;
  }

  h1 {
    font-size: clamp(3rem, 15vw, 4.2rem);
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .hero-actions {
    display: grid;
  }

  .confirmation-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .chat-widget {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
  }

  .chat-launcher,
  .chat-panel {
    width: 100%;
  }

  .chat-form {
    grid-template-columns: 1fr;
  }

  .chat-footer {
    display: grid;
  }

  .hero-visual {
    min-height: auto;
    padding-top: 76px;
  }

  .rocket-mark {
    top: 10px;
    right: 6px;
    width: 86px;
    max-width: 86px;
  }

  .dashboard-panel {
    margin-top: 0;
  }

  .dashboard-top {
    display: grid;
    padding-right: 94px;
  }

  .metric-grid,
  .flow-grid,
  .package-grid {
    grid-template-columns: 1fr;
  }

  .flow-card,
  .package {
    min-height: auto;
  }

  .timeline li {
    grid-template-columns: 46px 1fr;
    gap: 14px;
  }

  .expectation-list li {
    grid-template-columns: 44px 1fr;
    gap: 14px;
  }

  .setmore-frame-wrap,
  .setmore-frame {
    min-height: 680px;
  }

  .site-footer,
  .site-footer div {
    display: grid;
    align-items: start;
  }
}
