:root {
  --ink: #162025;
  --muted: #5d6a70;
  --line: #dce5e3;
  --paper: #f7f8f4;
  --white: #ffffff;
  --teal: #087c7f;
  --deep: #0b3941;
  --coral: #f26f45;
  --gold: #c8a35b;
  --shadow: 0 18px 50px rgba(18, 32, 37, 0.16);
}

.voice-logo {
  display: block;
  width: min(220px, 100%);
  height: 82px;
  object-fit: contain;
  margin: 0 0 22px;
  padding: 14px 16px;
  border: 1px solid rgba(8, 47, 56, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(8, 47, 56, 0.08);
}

.voice-grid article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media (max-width: 767px) {
  .voice-logo {
    width: min(240px, 100%);
    height: 76px;
    margin-inline: auto;
  }

  .voice-grid article {
    align-items: center;
    text-align: center;
  }
}

/* Final heading alignment pass */
.section-heading,
.pain-heading,
.solution-heading,
.intro-grid,
.strength-copy,
.contact-copy,
.faq-inner {
  text-align: center;
}

.section-heading h2,
.pain-heading h2,
.solution-heading h2,
.intro-grid h2,
.strength-copy h2,
.contact-copy h2,
.faq-inner .section-heading h2 {
  width: min(980px, 100%);
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0;
  text-wrap: balance;
}

.title-line {
  display: block;
}

.clients .section-heading h2,
.feature-section .section-heading h2,
.plans-section .section-heading h2,
.compare-section .section-heading h2,
.service .section-heading h2,
.use-cases .section-heading h2,
.flow .section-heading h2,
.faq-section .section-heading h2 {
  white-space: nowrap;
}

.intro-grid {
  grid-template-columns: 1fr;
  justify-items: center;
}

.intro-grid p,
.strength-copy p,
.contact-copy p {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media (max-width: 767px) {
  .hero-image {
    object-position: center top;
  }

  .section-heading h2,
  .pain-heading h2,
  .solution-heading h2,
  .intro-grid h2,
  .strength-copy h2,
  .contact-copy h2 {
    max-width: 100%;
    white-space: normal;
    font-size: clamp(25px, 7vw, 34px);
    line-height: 1.34;
  }

  .clients .section-heading h2,
  .feature-section .section-heading h2,
  .plans-section .section-heading h2,
  .compare-section .section-heading h2,
  .service .section-heading h2,
  .use-cases .section-heading h2,
  .flow .section-heading h2,
  .faq-section .section-heading h2 {
    white-space: normal;
  }

  .hero-image {
    object-position: center top;
  }
}

.site-footer {
  padding: 54px 20px 96px;
  background: #061f26;
  color: #fff;
}

.footer-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
  text-align: center;
}

.footer-label {
  margin: 0 0 12px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.site-footer h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.2;
  letter-spacing: 0;
}

.site-footer address {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-style: normal;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}

.site-footer a {
  color: #ff9861;
  text-decoration: none;
}

.section-heading,
.pain-heading,
.solution-heading,
.intro-grid,
.strength-copy,
.contact-copy,
.faq-inner {
  text-align: center;
}

.section-heading h2,
.pain-heading h2,
.solution-heading h2,
.intro-grid h2,
.strength-copy h2,
.contact-copy h2,
.faq-inner .section-heading h2 {
  width: min(980px, 100%);
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  line-height: 1.25;
  letter-spacing: 0;
  text-wrap: balance;
}

.title-line {
  display: block;
}

.clients .section-heading h2,
.feature-section .section-heading h2,
.plans-section .section-heading h2,
.compare-section .section-heading h2,
.service .section-heading h2,
.use-cases .section-heading h2,
.flow .section-heading h2,
.faq-section .section-heading h2 {
  white-space: nowrap;
}

.intro-grid {
  grid-template-columns: 1fr;
  justify-items: center;
}

.intro-grid p,
.strength-copy p,
.contact-copy p {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

@media (max-width: 767px) {
  .site-footer {
    padding: 44px 18px 112px;
  }

  .site-footer h2 {
    font-size: 22px;
  }

  .site-footer address {
    font-size: 14px;
  }

  .section-heading h2,
  .pain-heading h2,
  .solution-heading h2,
  .intro-grid h2,
  .strength-copy h2,
  .contact-copy h2 {
    max-width: 100%;
    white-space: normal;
    font-size: clamp(25px, 7vw, 34px);
    line-height: 1.34;
  }

  .clients .section-heading h2,
  .feature-section .section-heading h2,
  .plans-section .section-heading h2,
  .compare-section .section-heading h2,
  .service .section-heading h2,
  .use-cases .section-heading h2,
  .flow .section-heading h2,
  .faq-section .section-heading h2 {
    white-space: normal;
  }
}

/* Premium visual refresh */
:root {
  --ink: #10191d;
  --muted: #68767b;
  --line: #e5ecea;
  --paper: #f4f7f5;
  --white: #ffffff;
  --teal: #087f83;
  --deep: #082f38;
  --navy: #071b22;
  --coral: #ee6d4b;
  --gold: #d6ae5b;
  --shadow: 0 24px 70px rgba(8, 31, 38, 0.12);
}

body {
  background:
    linear-gradient(180deg, #f8faf8 0%, #f1f6f4 48%, #ffffff 100%);
}

.site-header {
  width: min(1180px, calc(100% - 32px));
  top: 16px;
  left: 50%;
  right: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 12px 16px;
  background: rgba(7, 27, 34, 0.72);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.brand-text {
  max-width: 270px;
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
}

.site-nav {
  gap: 8px;
  font-size: 12px;
}

.site-nav a {
  min-height: 36px;
  border-radius: 999px;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.82);
}

.site-nav a:hover,
.nav-cta {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.nav-cta {
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.menu-toggle {
  display: none;
}

.mobile-sticky-cta {
  position: fixed;
  z-index: 30;
  right: 20px;
  bottom: 18px;
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 26px;
  background: linear-gradient(135deg, #ff9861, #ee6d4b 56%, #dc563d);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 18px 46px rgba(238, 109, 75, 0.38);
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}

.mobile-sticky-cta.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(18px);
}

.hero {
  min-height: 820px;
  background: var(--navy);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 160px;
  background: linear-gradient(180deg, rgba(244, 247, 245, 0), #f4f7f5);
  content: "";
  pointer-events: none;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 24, 30, 0.9) 0%, rgba(5, 24, 30, 0.68) 38%, rgba(5, 24, 30, 0.16) 74%),
    linear-gradient(180deg, rgba(5, 24, 30, 0.22) 0%, rgba(5, 24, 30, 0.5) 100%);
}

.hero-content {
  min-height: 820px;
  padding-top: 140px;
}

.eyebrow,
.section-kicker {
  color: var(--teal);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.hero .eyebrow {
  width: fit-content;
  border: 1px solid rgba(174, 232, 225, 0.24);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(174, 232, 225, 0.08);
  color: #b9f3ed;
}

.hero h1 {
  width: min(820px, 100%);
  font-size: clamp(34px, 4.2vw, 58px);
  font-weight: 800;
  text-wrap: balance;
}

.hero-lead {
  width: min(680px, 100%);
  color: rgba(255, 255, 255, 0.82);
}

.button.primary {
  background: linear-gradient(135deg, #ff9861, #ee6d4b 56%, #dc563d);
  box-shadow: 0 20px 44px rgba(238, 109, 75, 0.34);
}

.hero-actions .button.primary {
  min-width: 238px;
  min-height: 68px;
  font-size: 18px;
}

.trust-strip {
  border: 1px solid rgba(8, 47, 56, 0.08);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(8, 47, 56, 0.12);
}

.trust-strip div {
  background: rgba(255, 255, 255, 0.92);
}

.pain-section {
  margin-top: 96px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    var(--navy);
}

.pain-heading,
.solution-heading {
  gap: 72px;
}

.pain-grid {
  gap: 16px;
}

.pain-grid article {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
}

.pain-icon {
  background: rgba(238, 109, 75, 0.12);
}

.solution-section {
  background:
    linear-gradient(180deg, #e9fbf8 0%, #f7fbfa 100%);
}

.flow-card {
  border-color: rgba(8, 47, 56, 0.09);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 70px rgba(8, 47, 56, 0.1);
}

.flow-card.inhouse {
  border: 1px solid rgba(8, 127, 131, 0.28);
  background: #ffffff;
}

.feature-section,
.plans-section,
.compare-section,
.faq-section {
  background: #f7faf8;
}

.feature-section {
  border-top: 1px solid rgba(8, 47, 56, 0.06);
}

.section-heading h2,
.solution-heading h2,
.pain-heading h2 {
  text-wrap: balance;
}

.pain-heading,
.solution-heading,
.feature-section .section-heading,
.plans-section .section-heading,
.compare-section .section-heading,
.strength,
.contact {
  text-align: center;
}

.pain-heading,
.solution-heading {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 22px;
}

.pain-heading h2,
.solution-heading h2,
.feature-section .section-heading h2,
.plans-section .section-heading h2,
.compare-section .section-heading h2,
.strength-copy h2,
.contact-copy h2 {
  width: min(860px, 100%);
  margin-inline: auto;
  text-align: center;
  text-wrap: balance;
}

.plans-section .section-heading h2 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(28px, 4vw, 44px);
}

.compare-section .section-heading h2 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(27px, 3.8vw, 42px);
}

.pain-heading p,
.solution-heading p,
.contact-copy p {
  width: min(820px, 100%);
  margin-inline: auto;
  text-align: center;
}

.feature-item {
  border: 1px solid rgba(8, 47, 56, 0.08);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 60px rgba(8, 47, 56, 0.09);
}

.feature-item h3 {
  color: var(--deep);
}

.feature-visual {
  border: 1px solid rgba(8, 47, 56, 0.06);
  background: linear-gradient(145deg, #ffffff, #edf8f5);
}

.plans-section {
  background: #ffffff;
}

.plan-card {
  border-color: rgba(8, 47, 56, 0.08);
  background: linear-gradient(180deg, #ffffff, #fbfdfc);
  box-shadow: 0 18px 56px rgba(8, 47, 56, 0.08);
}

.plan-card.featured {
  border: 1px solid rgba(8, 47, 56, 0.08);
  box-shadow: 0 18px 56px rgba(8, 47, 56, 0.08);
}

.plan-ribbon {
  background: linear-gradient(135deg, var(--teal), #0a6268);
}

.plan-price {
  color: var(--teal);
}

.compare-section {
  background: #f4f7f5;
}

.compare-table-wrap {
  border-color: rgba(8, 47, 56, 0.08);
  box-shadow: 0 18px 56px rgba(8, 47, 56, 0.08);
}

.compare-table th,
.compare-table td {
  border-color: #e8eeee;
}

.compare-table thead th {
  background: #102d34;
  color: #ffffff;
}

.compare-table th:nth-child(3),
.compare-table td:nth-child(3) {
  border-left: 2px solid var(--gold);
  border-right: 2px solid var(--gold);
  background: #ebfaf7;
}

.compare-table thead th:nth-child(3) {
  border-top: 2px solid var(--gold);
  background: #0d6f73;
}

.clients {
  padding-top: 90px;
}

.logo-marquee {
  border: 1px solid rgba(8, 47, 56, 0.08);
  background: #ffffff;
  box-shadow: 0 16px 50px rgba(8, 47, 56, 0.08);
}

.logo-track div {
  border-color: #edf1ef;
  background: #ffffff;
}

.achievement-grid article {
  border: 1px solid rgba(8, 47, 56, 0.06);
  box-shadow: 0 14px 44px rgba(8, 47, 56, 0.07);
}

.faq-list details {
  border-color: rgba(8, 47, 56, 0.08);
  box-shadow: 0 10px 34px rgba(8, 47, 56, 0.05);
}

.contact {
  background:
    linear-gradient(135deg, rgba(238, 109, 75, 0.16), rgba(238, 109, 75, 0) 36%),
    var(--navy);
}

.offer-banner {
  box-shadow: 0 16px 42px rgba(214, 174, 91, 0.18);
}

.contact-form {
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.22);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  border-color: #dbe6e4;
  background: #ffffff;
}

@media (max-width: 1120px) {
  .site-header {
    width: calc(100% - 24px);
  }

  .brand-text {
    max-width: 210px;
  }
}

@media (max-width: 920px) {
  .site-header {
    top: 10px;
    align-items: flex-start;
    padding: 12px;
  }

  .hero,
  .hero-content {
    min-height: 760px;
  }

  .hero-content {
    padding-top: 170px;
  }

  .hero-image {
    object-position: center top;
  }
}

@media (max-width: 560px) {
  .site-header {
    width: calc(100% - 16px);
  }

  .hero h1 {
    font-size: 36px;
  }

  .hero-lead {
    font-size: 15px;
  }

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

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.75;
}

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

main {
  display: flex;
  flex-direction: column;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 4vw, 56px);
  color: var(--white);
  background: linear-gradient(180deg, rgba(9, 29, 34, 0.72), rgba(9, 29, 34, 0));
}

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

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 50%;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-text {
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.site-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
}

.nav-cta {
  padding: 10px 16px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 999px;
}

.hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  color: var(--white);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero picture {
  position: absolute;
  inset: 0;
  display: block;
}

.hero-image {
  object-fit: cover;
  object-position: center center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(6, 32, 38, 0.86) 0%, rgba(6, 32, 38, 0.62) 36%, rgba(6, 32, 38, 0.08) 70%),
    linear-gradient(180deg, rgba(6, 32, 38, 0.12) 40%, rgba(6, 32, 38, 0.54) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 760px;
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
  padding: 110px 0 88px;
}

.eyebrow,
.section-kicker {
  margin: 0 0 18px;
  font-family: Roboto, "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow {
  color: #aee8e1;
}

.hero h1 {
  width: min(690px, 100%);
  margin: 0;
  font-size: clamp(42px, 6vw, 78px);
  line-height: 1.12;
  letter-spacing: 0;
}

.hero-lead {
  width: min(620px, 100%);
  margin: 26px 0 0;
  font-size: clamp(16px, 1.5vw, 19px);
  font-weight: 500;
}

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

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 800;
  line-height: 1.2;
}

.button.primary {
  background: linear-gradient(135deg, #ff8a4c 0%, #f26f45 48%, #df4f3e 100%);
  color: var(--white);
  box-shadow: 0 16px 36px rgba(242, 111, 69, 0.38);
}

.hero-actions .button.primary {
  min-height: 64px;
  padding: 18px 34px;
  font-size: 18px;
}

.button.secondary {
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: var(--white);
}

.button.light {
  background: var(--white);
  color: var(--deep);
  box-shadow: none;
  white-space: nowrap;
}

.trust-strip {
  position: relative;
  z-index: 3;
  display: grid;
  width: min(1120px, calc(100% - 40px));
  margin: -54px auto 0;
  grid-template-columns: 1.1fr 0.9fr;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.trust-strip div {
  padding: 26px 28px;
  border-right: 1px solid var(--line);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip strong {
  display: block;
  color: var(--teal);
  font-family: Roboto, sans-serif;
  font-size: 13px;
  line-height: 1.2;
}

.trust-strip span {
  display: block;
  margin-top: 8px;
  font-weight: 800;
  line-height: 1.45;
}

.trust-strip p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.tv-proof img {
  display: block;
  width: min(220px, 86%);
  height: auto;
  margin-top: 18px;
  border-radius: 6px;
}

.pain-section {
  margin-top: 84px;
  padding: 98px 0;
  background:
    linear-gradient(135deg, rgba(242, 111, 69, 0.12), rgba(242, 111, 69, 0) 34%),
    #22282b;
  color: var(--white);
}

.voice-section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0 20px;
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.voice-grid article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(8, 47, 56, 0.08);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #fbfdfc);
  box-shadow: 0 18px 56px rgba(8, 47, 56, 0.08);
}

.voice-avatar {
  display: block;
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(8, 47, 56, 0.16);
}

.voice-avatar {
  display: block;
  width: 76px;
  height: 76px;
  margin-bottom: 18px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(8, 47, 56, 0.16);
}

.voice-grid p {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
}

.voice-grid span {
  display: block;
  margin-top: 22px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
}

.founder-message {
  display: grid;
  grid-template-columns: 180px 0.42fr 1fr;
  gap: 34px;
  align-items: center;
  margin-top: 18px;
  padding: 34px;
  border-radius: 8px;
  background: var(--deep);
  color: var(--white);
}

.founder-photo {
  margin: 0;
}

.founder-photo img {
  display: block;
  width: 180px;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.founder-message h3 {
  color: var(--white);
}

.founder-message p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.founder-name {
  margin-top: 14px;
  color: var(--white);
  font-size: 22px;
  font-weight: 800;
}

.founder-role {
  margin-top: 4px;
  color: #ffb08c;
  font-size: 14px;
  font-weight: 800;
}

.pain-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.pain-heading {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 34px;
}

.pain-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.pain-grid article {
  min-height: 330px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  background:
    radial-gradient(circle at 30% 0%, rgba(238, 109, 75, 0.18), rgba(238, 109, 75, 0) 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.035));
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.22);
}

.pain-icon {
  position: relative;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  margin-bottom: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05)),
    radial-gradient(circle at 30% 20%, rgba(255, 176, 140, 0.28), rgba(255, 176, 140, 0) 45%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 16px 38px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.pain-icon::before {
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 13px;
  content: "";
}

.pain-icon::after {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 22px;
  height: 22px;
  border: 3px solid #22282b;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 8px 18px rgba(238, 109, 75, 0.3);
  content: "";
}

.pain-icon svg {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  fill: none;
  stroke: rgba(255, 255, 255, 0.94);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.24));
}

.pain-icon .danger {
  stroke: #ffb08c;
  stroke-width: 2.6;
}

.pain-grid span {
  display: block;
  margin-bottom: 28px;
  color: rgba(255, 176, 140, 0.94);
  font-family: Roboto, sans-serif;
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
}

.pain-grid h3 {
  color: var(--white);
}

.pain-grid p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.solution-section {
  padding: 104px 0;
  background:
    radial-gradient(circle at 18% 12%, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0) 28%),
    linear-gradient(135deg, #d8f7f4 0%, #89dce1 43%, #2ba5b7 100%);
  color: var(--deep);
}

.solution-inner {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
}

.solution-heading {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 36px;
}

.solution-heading p {
  margin: 0;
  color: rgba(11, 57, 65, 0.78);
  font-size: 17px;
  font-weight: 600;
}

.comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: stretch;
}

.solution-photo {
  height: 360px;
  margin: 0 0 28px;
  overflow: hidden;
  border: 1px solid rgba(8, 47, 56, 0.1);
  border-radius: 8px;
  box-shadow: 0 22px 70px rgba(8, 47, 56, 0.14);
}

.solution-photo img,
.contact-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flow-card {
  display: flex;
  min-height: 560px;
  flex-direction: column;
  border: 1px solid rgba(11, 57, 65, 0.15);
  border-radius: 8px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 20px 58px rgba(11, 57, 65, 0.14);
}

.flow-card.traditional {
  background: rgba(255, 255, 255, 0.72);
}

.flow-card.inhouse {
  border-color: rgba(8, 124, 127, 0.28);
  background: rgba(255, 255, 255, 0.96);
}

.flow-card-head span {
  display: block;
  margin-bottom: 10px;
  color: var(--teal);
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.flow-card-head h3 {
  font-size: 24px;
}

.tree-flow,
.straight-flow {
  display: grid;
  flex: 1;
  align-content: center;
  gap: 14px;
  margin: 28px 0;
}

.flow-node {
  display: grid;
  min-height: 62px;
  place-items: center;
  border: 1px solid rgba(11, 57, 65, 0.18);
  border-radius: 8px;
  background: var(--white);
  color: var(--deep);
  font-weight: 800;
  text-align: center;
}

.flow-node.client {
  background: #0b3941;
  color: var(--white);
}

.flow-connector,
.branch-line {
  position: relative;
  display: grid;
  min-height: 48px;
  place-items: center;
  color: #b14f3f;
  font-size: 12px;
  font-weight: 800;
}

.flow-connector::before,
.branch-line::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(177, 79, 63, 0.42);
  content: "";
}

.flow-connector::after,
.branch-line::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(177, 79, 63, 0.72);
  border-bottom: 2px solid rgba(177, 79, 63, 0.72);
  content: "";
  transform: rotate(45deg);
}

.flow-connector span,
.branch-line span {
  position: relative;
  z-index: 1;
  padding: 4px 8px;
  border-radius: 999px;
  background: #fff3ee;
}

.branch-group {
  display: grid;
  gap: 12px;
}

.branch-nodes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.branch-nodes .flow-node {
  min-height: 92px;
  padding: 12px;
}

.straight-flow {
  grid-template-columns: 0.7fr 74px 1.3fr;
  align-items: center;
  gap: 18px;
}

.single-arrow {
  position: relative;
  height: 3px;
  border-radius: 999px;
  background: var(--coral);
}

.single-arrow::after {
  position: absolute;
  top: -6px;
  right: 0;
  width: 14px;
  height: 14px;
  border-right: 3px solid var(--coral);
  border-bottom: 3px solid var(--coral);
  content: "";
  transform: rotate(-45deg);
}

.flow-node.apo {
  justify-items: start;
  min-height: 230px;
  padding: 24px;
  background: linear-gradient(135deg, #ffffff, #effdfb);
  text-align: left;
}

.flow-node.apo strong {
  display: block;
  margin-bottom: 14px;
  color: var(--teal);
}

.flow-node.apo ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flow-node.apo li {
  position: relative;
  padding-left: 20px;
  color: var(--deep);
}

.flow-node.apo li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
  content: "";
  transform: translateY(-50%);
}

.flow-note {
  margin: auto 0 0;
  color: rgba(11, 57, 65, 0.72);
  font-weight: 600;
}

.intro,
.service,
.strength,
.use-cases,
.flow {
  display: none;
}

.feature-section,
.plans-section,
.compare-section,
.faq-section {
  padding: 104px max(20px, calc((100% - 1120px) / 2));
}

.feature-section {
  background: #f8faf7;
}

.feature-inner,
.faq-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.feature-stack {
  display: grid;
  gap: 28px;
}

.feature-item {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 44px;
  align-items: center;
  min-height: 360px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 14px 42px rgba(18, 32, 37, 0.08);
}

.feature-item.reverse {
  grid-template-columns: 1.2fr 0.8fr;
}

.feature-item.reverse .feature-visual {
  order: 2;
}

.feature-number {
  display: block;
  margin-bottom: 12px;
  color: var(--teal);
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.feature-item h3 {
  font-size: clamp(30px, 4vw, 46px);
}

.feature-item p {
  margin: 16px 0 0;
  font-size: 17px;
}

.feature-visual {
  position: relative;
  display: grid;
  min-height: 260px;
  place-items: center;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(135deg, #e8fbf8, #ffffff);
}

.feature-visual.image-visual {
  display: block;
}

.feature-visual.image-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
}

.coin-visual .coin {
  display: grid;
  width: 98px;
  height: 98px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, #f7c968, #d8a73e);
  color: #3d2f08;
  font-family: Roboto, sans-serif;
  font-size: 48px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(200, 163, 91, 0.34);
}

.coin-visual .coin.small {
  position: absolute;
  right: 54px;
  bottom: 54px;
  width: 54px;
  height: 54px;
  font-size: 26px;
}

.coin-visual svg {
  position: absolute;
  left: 34px;
  bottom: 28px;
  width: 128px;
  fill: none;
  stroke: var(--teal);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 5;
}

.network-visual {
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  padding: 28px;
  background: linear-gradient(135deg, #dff8ff, #ffffff);
}

.network-visual span {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 50%;
  background: var(--deep);
  color: var(--white);
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.network-visual svg {
  width: 100%;
  fill: none;
  stroke: var(--teal);
  stroke-linecap: round;
  stroke-width: 4;
}

.permit-visual {
  background:
    linear-gradient(180deg, rgba(7, 85, 74, 0.1), rgba(7, 85, 74, 0.24)),
    linear-gradient(135deg, #dff6e7, #83d1c7);
}

.permit-paper {
  width: min(220px, 78%);
  padding: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow);
}

.permit-paper strong,
.permit-paper em {
  display: block;
  color: var(--deep);
  font-family: Roboto, sans-serif;
}

.permit-paper span {
  display: block;
  height: 10px;
  margin-top: 16px;
  border-radius: 999px;
  background: #d9e6e3;
}

.permit-paper span + span {
  width: 68%;
}

.permit-paper em {
  margin-top: 22px;
  color: var(--teal);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
}

.tax-visual {
  background: linear-gradient(135deg, #fff4d4, #ffffff);
}

.tax-visual strong {
  color: var(--coral);
  font-family: Roboto, sans-serif;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1;
}

.tax-visual span {
  color: var(--deep);
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.plans-section {
  background: var(--paper);
}

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

.plan-card {
  position: relative;
  display: flex;
  min-height: 500px;
  flex-direction: column;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(18, 32, 37, 0.08);
}

.plan-card.featured {
  border: 1px solid var(--line);
  box-shadow: 0 12px 34px rgba(18, 32, 37, 0.08);
}

.plan-ribbon {
  position: absolute;
  top: 0;
  right: 22px;
  padding: 9px 14px;
  border-radius: 0 0 8px 8px;
  background: var(--teal);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.plan-card h3 {
  margin-top: 24px;
}

.plan-price {
  margin: 22px 0 16px;
  color: var(--deep);
  font-family: Roboto, sans-serif;
  font-size: clamp(46px, 5vw, 64px);
  font-weight: 700;
  line-height: 1;
}

.plan-price span {
  font-size: 28px;
}

.plan-minimum {
  width: fit-content;
  margin: -4px 0 18px;
  border-radius: 999px;
  padding: 7px 11px;
  background: rgba(238, 109, 75, 0.1);
  color: var(--coral);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.plan-disclaimer {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.plan-card ul {
  display: grid;
  gap: 10px;
  margin: auto 0 0;
  padding: 24px 0 0;
  list-style: none;
}

.plan-card li {
  position: relative;
  padding-left: 20px;
  font-weight: 700;
}

.plan-card li::before {
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--coral);
  content: "";
  transform: translateY(-50%);
}

.compare-section {
  background: #ffffff;
}

.compare-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.compare-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

.compare-table th,
.compare-table td {
  border-bottom: 1px solid var(--line);
  border-right: 1px solid var(--line);
  padding: 18px;
  text-align: left;
  vertical-align: top;
}

.compare-table th:last-child,
.compare-table td:last-child {
  border-right: 0;
}

.compare-table tr:last-child th,
.compare-table tr:last-child td {
  border-bottom: 0;
}

.compare-table thead th {
  background: #f2f7f5;
  color: var(--deep);
  font-size: 14px;
}

.compare-table tbody th {
  width: 19%;
  color: var(--deep);
  font-weight: 800;
}

.compare-table td {
  color: var(--muted);
}

.compare-table td strong {
  color: var(--deep);
}

.compare-table th:nth-child(3),
.compare-table td:nth-child(3) {
  border-left: 3px solid var(--gold);
  border-right: 3px solid var(--gold);
  background: #ecfbf8;
}

.compare-table thead th:nth-child(3) {
  border-top: 3px solid var(--gold);
}

.compare-table tbody tr:last-child td:nth-child(3) {
  border-bottom: 3px solid var(--gold);
}

.faq-section {
  background: #f7f8f4;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.faq-list summary {
  cursor: pointer;
  padding: 22px 24px;
  color: var(--deep);
  font-weight: 800;
  list-style: none;
}

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

.faq-list summary::after {
  float: right;
  color: var(--teal);
  content: "+";
  font-family: Roboto, sans-serif;
  font-size: 24px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  margin: 0;
  padding: 0 24px 24px;
  color: #3f4b50;
}

.offer-banner {
  width: fit-content;
  max-width: 100%;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 8px;
  padding: 14px 16px;
  background: linear-gradient(135deg, #f3c55f, #c99532);
  color: #2d230c;
  font-weight: 800;
}

.section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 104px 0;
}

.section-kicker {
  color: var(--teal);
}

.intro-grid,
.strength {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 72px;
  align-items: start;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.25;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.45;
}

p {
  color: var(--muted);
}

.intro p,
.strength-copy p,
.contact p {
  margin: 0;
  font-size: 17px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 34px;
}

.section-heading h2 {
  max-width: 760px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: var(--white);
}

.service-grid article {
  min-height: 285px;
  padding: 30px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.service-grid span,
.flow-list span {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--gold);
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.service-grid p,
.proof-list p,
.flow-list p {
  margin: 14px 0 0;
}

.strength {
  width: 100%;
  max-width: none;
  padding: 104px max(20px, calc((100% - 1120px) / 2));
  background: var(--deep);
  color: var(--white);
}

.strength p {
  color: rgba(255, 255, 255, 0.74);
}

.proof-list {
  display: grid;
  gap: 18px;
}

.proof-list div {
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
}

.clients-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
}

.clients-copy p {
  margin: 0;
  max-width: 900px;
  font-size: 17px;
}

.logo-marquee {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
}

.logo-marquee::before,
.logo-marquee::after {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  width: 72px;
  content: "";
  pointer-events: none;
}

.logo-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--paper), rgba(247, 248, 244, 0));
}

.logo-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--paper), rgba(247, 248, 244, 0));
}

.logo-track {
  display: flex;
  width: max-content;
  gap: 10px;
  animation: logo-scroll 44s linear infinite;
}

.logo-marquee:hover .logo-track {
  animation-play-state: paused;
}

.logo-track div {
  display: grid;
  width: 180px;
  height: 104px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: #829096;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.logo-track img {
  display: block;
  max-width: 86%;
  max-height: 62px;
  object-fit: contain;
}

@keyframes logo-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 5px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .logo-track {
    animation: none;
    flex-wrap: wrap;
    width: auto;
  }

  .logo-track div[aria-hidden="true"] {
    display: none;
  }
}

.achievement-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 28px;
}

.achievement-grid article {
  min-height: 210px;
  padding: 28px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 10px 34px rgba(18, 32, 37, 0.08);
}

.achievement-grid strong {
  display: block;
  margin-bottom: 18px;
  color: var(--teal);
  font-family: Roboto, sans-serif;
  font-size: 13px;
}

.achievement-grid p {
  margin: 12px 0 0;
}

.case-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.case-row span {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 18px;
  background: var(--white);
  color: var(--deep);
  font-weight: 700;
}

.flow-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}

.flow-list li {
  padding: 0 28px 0 0;
  border-top: 2px solid var(--teal);
}

.flow-list span {
  margin-top: 22px;
}

.contact {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: start;
  gap: 54px;
  padding: 78px max(20px, calc((100% - 1120px) / 2));
  background: var(--teal);
  color: var(--white);
}

.contact h2 {
  max-width: 720px;
}

.contact p {
  max-width: 780px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.78);
}

.contact-photo {
  height: 250px;
  margin: 30px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 28px;
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 18px 50px rgba(7, 35, 39, 0.2);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--deep);
  font-size: 14px;
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fbfcfa;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  line-height: 1.5;
  outline: none;
  padding: 13px 14px;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(8, 124, 127, 0.16);
}

.contact-form .button {
  width: fit-content;
  border: 0;
  cursor: pointer;
}

.contact-form .contact-submit {
  width: 100%;
  min-height: 66px;
  font-size: 18px;
}

@media (max-width: 920px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 12px;
    background: rgba(9, 29, 34, 0.86);
  }

  .site-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .site-nav::-webkit-scrollbar {
    display: none;
  }

  .site-nav a {
    flex: 0 0 auto;
  }

  .brand-text {
    white-space: normal;
  }

  .hero,
  .hero-content {
    min-height: 700px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(6, 32, 38, 0.86), rgba(6, 32, 38, 0.34)),
      linear-gradient(180deg, rgba(6, 32, 38, 0.12), rgba(6, 32, 38, 0.72));
  }

  .trust-strip,
  .intro-grid,
  .pain-heading,
  .solution-heading,
  .comparison,
  .feature-item,
  .feature-item.reverse,
  .plan-grid,
  .voice-grid,
  .founder-message,
  .strength,
  .service-grid,
  .clients-layout,
  .achievement-grid,
  .pain-grid,
  .flow-list {
    grid-template-columns: 1fr;
  }

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

  .solution-photo {
    height: 300px;
  }

  .straight-flow {
    grid-template-columns: 1fr;
  }

  .single-arrow {
    width: 3px;
    height: 48px;
    justify-self: center;
  }

  .single-arrow::after {
    top: auto;
    right: -6px;
    bottom: 0;
    transform: rotate(45deg);
  }

  .branch-nodes {
    grid-template-columns: 1fr;
  }

  .feature-item.reverse .feature-visual {
    order: 0;
  }

  .feature-item,
  .feature-item.reverse {
    min-height: auto;
    gap: 26px;
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .service-grid article {
    min-height: auto;
  }

  .strength {
    gap: 36px;
  }

  .flow-list {
    gap: 24px;
  }

  .logo-track div {
    width: 164px;
  }

  .flow-list li {
    padding-right: 0;
  }

  .contact {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 14px 18px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    font-size: 13px;
  }

  .brand-text {
    font-size: 12px;
    line-height: 1.25;
  }

  .hero,
  .hero-content {
    min-height: 680px;
  }

  .hero-content {
    width: min(100% - 32px, 1180px);
    padding-top: 96px;
  }

  .hero h1 {
    font-size: 39px;
  }

  .button {
    width: 100%;
  }

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

  .contact-form {
    padding: 22px;
  }

  .contact-form .button {
    width: 100%;
  }

  .trust-strip,
  .section {
    width: min(100% - 32px, 1120px);
  }

  .section {
    padding: 76px 0;
  }

  .pain-section {
    margin-top: 64px;
    padding: 76px 0;
  }

  .pain-inner,
  .solution-inner {
    width: min(100% - 32px, 1120px);
  }

  .solution-section {
    padding: 76px 0;
  }

  .feature-section,
  .plans-section,
  .compare-section,
  .faq-section {
    padding: 76px 16px;
  }

  .feature-item,
  .plan-card {
    padding: 26px;
  }

  .feature-visual {
    min-height: 220px;
  }

  .solution-photo,
  .contact-photo {
    height: 230px;
  }

  .section-heading {
    display: block;
  }

  .service-grid article {
    padding: 26px;
  }

  .case-row span {
    width: 100%;
    border-radius: 8px;
  }

  .logo-marquee::before,
  .logo-marquee::after {
    width: 36px;
  }
}

/* Final premium pass */
:root {
  --ink: #10191d;
  --muted: #68767b;
  --line: #e5ecea;
  --paper: #f4f7f5;
  --teal: #087f83;
  --deep: #082f38;
  --navy: #071b22;
  --coral: #ee6d4b;
  --gold: #d6ae5b;
  --shadow: 0 24px 70px rgba(8, 31, 38, 0.12);
}

body {
  background: linear-gradient(180deg, #f8faf8 0%, #f1f6f4 52%, #ffffff 100%);
}

.site-header {
  width: min(1180px, calc(100% - 32px));
  top: 16px;
  left: 50%;
  right: auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 12px 16px;
  background: rgba(7, 27, 34, 0.74);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.brand-text {
  max-width: 270px;
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
}

.site-nav {
  gap: 8px;
  font-size: 12px;
}

.site-nav a {
  min-height: 36px;
  border-radius: 999px;
  padding: 0 10px;
  color: rgba(255, 255, 255, 0.82);
}

.site-nav a:hover,
.nav-cta {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.nav-cta {
  border-color: rgba(255, 255, 255, 0.22);
}

.hero,
.hero-content {
  min-height: 820px;
}

.hero {
  background: var(--navy);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 160px;
  background: linear-gradient(180deg, rgba(244, 247, 245, 0), #f4f7f5);
  content: "";
  pointer-events: none;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(5, 24, 30, 0.9) 0%, rgba(5, 24, 30, 0.68) 38%, rgba(5, 24, 30, 0.16) 74%),
    linear-gradient(180deg, rgba(5, 24, 30, 0.22) 0%, rgba(5, 24, 30, 0.5) 100%);
}

.hero-content {
  padding-top: 140px;
}

.eyebrow,
.section-kicker {
  color: var(--teal);
  font-size: 12px;
  letter-spacing: 0.08em;
}

.hero .eyebrow {
  width: fit-content;
  border: 1px solid rgba(174, 232, 225, 0.24);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(174, 232, 225, 0.08);
  color: #b9f3ed;
}

.hero h1 {
  width: min(760px, 100%);
  font-size: clamp(42px, 5.6vw, 74px);
  font-weight: 800;
  text-wrap: balance;
}

.hero-lead {
  width: min(680px, 100%);
  color: rgba(255, 255, 255, 0.82);
}

.button.primary {
  background: linear-gradient(135deg, #ff9861, #ee6d4b 56%, #dc563d);
  box-shadow: 0 20px 44px rgba(238, 109, 75, 0.34);
}

.hero-actions .button.primary {
  min-width: 238px;
  min-height: 68px;
  font-size: 18px;
}

.trust-strip,
.flow-card,
.feature-item,
.plan-card,
.compare-table-wrap,
.logo-marquee,
.achievement-grid article,
.faq-list details,
.contact-form {
  border-radius: 8px;
}

.trust-strip {
  border: 1px solid rgba(8, 47, 56, 0.08);
  box-shadow: 0 24px 70px rgba(8, 47, 56, 0.12);
}

.pain-section {
  margin-top: 96px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)),
    var(--navy);
}

.pain-grid article {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.055);
  box-shadow: none;
}

.solution-section {
  background: linear-gradient(180deg, #e9fbf8 0%, #f7fbfa 100%);
}

.flow-card,
.feature-item,
.plan-card,
.compare-table-wrap,
.logo-marquee,
.achievement-grid article,
.faq-list details {
  border: 1px solid rgba(8, 47, 56, 0.08);
  box-shadow: 0 18px 56px rgba(8, 47, 56, 0.08);
}

.flow-card.inhouse {
  border-color: rgba(8, 127, 131, 0.28);
}

.feature-section,
.faq-section {
  background: #f7faf8;
}

.plans-section,
.compare-section {
  background: #ffffff;
}

.feature-item,
.plan-card {
  background: linear-gradient(180deg, #ffffff, #fbfdfc);
}

.feature-visual {
  border: 1px solid rgba(8, 47, 56, 0.06);
  background: linear-gradient(145deg, #ffffff, #edf8f5);
}

.plan-card.featured {
  border: 1px solid rgba(8, 47, 56, 0.08);
  box-shadow: 0 18px 56px rgba(8, 47, 56, 0.08);
}

.plan-ribbon {
  background: linear-gradient(135deg, var(--teal), #0a6268);
}

.plan-price {
  color: var(--teal);
}

.compare-table thead th {
  background: #102d34;
  color: #ffffff;
}

.compare-table th:nth-child(3),
.compare-table td:nth-child(3) {
  border-left: 2px solid var(--gold);
  border-right: 2px solid var(--gold);
  background: #ebfaf7;
}

.compare-table thead th:nth-child(3) {
  border-top: 2px solid var(--gold);
  background: #0d6f73;
}

.contact {
  background:
    linear-gradient(135deg, rgba(238, 109, 75, 0.16), rgba(238, 109, 75, 0) 36%),
    var(--navy);
}

.contact-form .contact-submit {
  width: 100%;
  min-height: 68px;
  font-size: 18px;
}

.hero {
  order: 1;
}

.clients {
  order: 2;
  padding-top: 82px;
  padding-bottom: 42px;
}

.clients .section-heading {
  margin-bottom: 22px;
}

.clients .section-heading h2 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(28px, 4vw, 44px);
  text-align: center;
}

.clients .section-heading {
  display: block;
  text-align: center;
}

.client-label {
  margin: 18px 0 0;
  color: var(--teal);
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.clients .achievement-grid {
  display: none;
}

.trust-strip {
  order: 3;
  margin-top: 26px;
}

.pain-section {
  order: 4;
}

.solution-section {
  order: 5;
}

.feature-section {
  order: 6;
}

.plans-section {
  order: 7;
}

.compare-section {
  order: 8;
}

.faq-section {
  order: 9;
}

.contact {
  order: 10;
}

.voice-section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0 20px;
}

.voice-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.voice-grid article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid rgba(8, 47, 56, 0.08);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #fbfdfc);
  box-shadow: 0 18px 56px rgba(8, 47, 56, 0.08);
}

.voice-grid p {
  margin: 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 600;
}

.voice-grid span {
  display: block;
  margin-top: 22px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
}

.founder-message {
  display: grid;
  grid-template-columns: 180px 0.42fr 1fr;
  gap: 34px;
  align-items: center;
  margin-top: 18px;
  padding: 34px;
  border-radius: 8px;
  background: var(--deep);
  color: var(--white);
}

.founder-photo {
  margin: 0;
}

.founder-photo img {
  display: block;
  width: 180px;
  aspect-ratio: 4 / 5;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.founder-message h3 {
  color: var(--white);
}

.founder-message p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.founder-name {
  margin-top: 14px;
  color: var(--white);
  font-size: 22px;
  font-weight: 800;
}

.founder-role {
  margin-top: 4px;
  color: #ffb08c;
  font-size: 14px;
  font-weight: 800;
}

@media (max-width: 920px) {
  .voice-grid,
  .founder-message {
    grid-template-columns: 1fr;
  }

  .founder-photo img {
    width: min(220px, 100%);
  }
}

.trust-strip {
  grid-template-columns: 1.1fr 0.9fr;
}

.trust-strip p {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.tv-proof img {
  display: block;
  width: min(220px, 86%);
  height: auto;
  margin-top: 18px;
  border-radius: 6px;
}

.pain-grid article {
  background:
    radial-gradient(circle at 28% 0%, rgba(238, 109, 75, 0.2), rgba(238, 109, 75, 0) 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035));
}

.pain-icon {
  position: relative;
  width: 72px;
  height: 72px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.05)),
    radial-gradient(circle at 30% 20%, rgba(255, 176, 140, 0.28), rgba(255, 176, 140, 0) 45%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 16px 38px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.pain-icon::before {
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 13px;
  content: "";
}

.pain-icon::after {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 22px;
  height: 22px;
  border: 3px solid var(--navy);
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 8px 18px rgba(238, 109, 75, 0.3);
  content: "";
}

.pain-icon svg {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  stroke: rgba(255, 255, 255, 0.94);
  stroke-width: 2;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.24));
}

.pain-icon .danger {
  stroke: #ffb08c;
  stroke-width: 2.6;
}

.pain-grid span {
  margin-bottom: 28px;
  color: rgba(255, 176, 140, 0.94);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 0.95;
}

.pain-heading,
.solution-heading,
.feature-section .section-heading,
.plans-section .section-heading,
.compare-section .section-heading,
.strength,
.contact {
  text-align: center;
}

.pain-heading,
.solution-heading {
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 22px;
}

.pain-heading h2,
.solution-heading h2,
.feature-section .section-heading h2,
.plans-section .section-heading h2,
.compare-section .section-heading h2,
.strength-copy h2,
.contact-copy h2 {
  width: min(860px, 100%);
  margin-inline: auto;
  text-align: center;
  text-wrap: balance;
}

.pain-heading p,
.solution-heading p,
.contact-copy p {
  width: min(820px, 100%);
  margin-inline: auto;
  text-align: center;
}

.plans-section .section-heading h2 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(28px, 4vw, 44px);
}

.compare-section .section-heading h2 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(27px, 3.8vw, 42px);
}

.hero h1 {
  width: min(1040px, 100%);
  font-size: clamp(32px, 3.7vw, 52px);
  line-height: 1.18;
}

.hero h1 span {
  display: block;
  white-space: nowrap;
}

.clients .section-heading h2 {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(28px, 4vw, 44px);
  text-align: center;
}

.clients .section-heading {
  display: block;
  text-align: center;
}

.client-label {
  margin: 18px 0 0;
  color: var(--teal);
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

@media (max-width: 920px) {
  .site-header {
    top: 10px;
    width: calc(100% - 24px);
    align-items: flex-start;
    padding: 12px;
  }

  .hero,
  .hero-content {
    min-height: 760px;
  }

  .hero-content {
    padding-top: 170px;
  }
}

@media (max-width: 560px) {
  .hero h1 span {
    white-space: normal;
  }

  .clients .section-heading h2 {
    font-size: 25px;
  }

  .site-header {
    width: calc(100% - 16px);
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero-lead {
    font-size: 15px;
  }
}

@media (max-width: 920px) {
  body {
    padding-bottom: 78px;
  }

  .site-header {
    position: absolute;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px;
  }

  .menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
  }

  .menu-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: #fff;
  }

  .site-nav {
    display: none;
    grid-column: 1 / -1;
    width: 100%;
    overflow: visible;
    padding: 10px 0 2px;
  }

  .site-header.is-menu-open .site-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .site-nav a {
    justify-content: center;
    min-height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
  }

  .site-nav .nav-cta {
    grid-column: 1 / -1;
    background: rgba(238, 109, 75, 0.95);
  }

  .mobile-sticky-cta {
    position: fixed;
    z-index: 30;
    right: 16px;
    bottom: max(14px, env(safe-area-inset-bottom));
    left: 16px;
    width: auto;
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #ff9861, #ee6d4b 56%, #dc563d);
    color: #fff;
    font-weight: 800;
    text-align: center;
    box-shadow: 0 18px 46px rgba(238, 109, 75, 0.38);
  }
}

/* Keep the page order in the actual HTML flow. */
main {
  display: block;
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.thanks-page {
  min-height: 100vh;
  background:
    linear-gradient(120deg, rgba(6, 31, 38, 0.92), rgba(9, 83, 93, 0.82)),
    url("assets/hawaii-coordinator-hero.png") center / cover;
  color: #fff;
}

.thanks-main {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 48px 20px;
}

.thanks-panel {
  width: min(760px, 100%);
  padding: clamp(34px, 6vw, 64px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(6, 31, 38, 0.72);
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.28);
  text-align: center;
  backdrop-filter: blur(10px);
}

.thanks-panel h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 6vw, 58px);
  line-height: 1.18;
  letter-spacing: 0;
}

.thanks-panel p:not(.section-kicker) {
  width: min(620px, 100%);
  margin: 24px auto 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 17px;
  font-weight: 600;
  line-height: 1.9;
}

.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 34px;
}

.thanks-actions .secondary {
  border-color: rgba(255, 255, 255, 0.26);
  color: #fff;
}

@media (max-width: 767px) {
  .clients .section-heading h2,
  .plans-section .section-heading h2,
  .compare-section .section-heading h2 {
    max-width: 100%;
    white-space: normal;
    font-size: clamp(25px, 7vw, 32px);
    line-height: 1.32;
    text-align: center;
  }

  .pain-heading h2,
  .solution-heading h2,
  .feature-section .section-heading h2,
  .contact-copy h2 {
    font-size: clamp(28px, 7.4vw, 36px);
    line-height: 1.32;
  }

  .voice-section,
  .feature-section,
  .plans-section,
  .compare-section,
  .faq-section {
    padding-right: 16px;
    padding-left: 16px;
  }

  .voice-grid article,
  .plan-card,
  .feature-item {
    min-height: auto;
  }

  .compare-table-wrap {
    margin-right: -4px;
    margin-left: -4px;
  }
}
