:root {
  --petrol: #0b3a42;
  --petrol-2: #073039;
  --teal: #18a999;
  --teal-dark: #0c8f83;
  --ice: #f7fafa;
  --graphite: #1e2930;
  --lime: #a7f046;
  --muted: #64747c;
  --line: rgba(11, 58, 66, 0.12);
  --surface: rgba(255, 255, 255, 0.82);
  --shadow: 0 24px 70px rgba(11, 58, 66, 0.14);
  --radius: 8px;
  color-scheme: light;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--ice);
  color: var(--graphite);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, rgba(247, 250, 250, 0.96), rgba(247, 250, 250, 0.78) 42%, #fff 100%),
    radial-gradient(circle at 76% 18%, rgba(24, 169, 153, 0.14), transparent 32%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(90deg, rgba(11, 58, 66, 0.04) 1px, transparent 1px),
    linear-gradient(180deg, rgba(11, 58, 66, 0.035) 1px, transparent 1px);
  background-size: 88px 88px;
  mask-image: linear-gradient(180deg, #000 0, transparent 70%);
  z-index: -2;
}

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

button,
input,
select {
  font: inherit;
}

svg {
  display: block;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  width: min(1160px, calc(100% - 40px));
  margin: 14px auto 0;
  padding: 10px 10px 10px 16px;
  border: 1px solid rgba(11, 58, 66, 0.1);
  border-radius: 999px;
  background: rgba(247, 250, 250, 0.86);
  box-shadow: 0 18px 42px rgba(11, 58, 66, 0.08);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
}

.logo-mark {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.logo-mark__c {
  fill: none;
  stroke: var(--petrol);
  stroke-width: 15;
  stroke-linecap: butt;
}

.logo-mark__flow {
  fill: none;
  stroke: var(--teal);
  stroke-width: 7;
  stroke-linecap: round;
}

.logo-mark__node {
  fill: var(--ice);
  stroke: var(--teal);
  stroke-width: 6;
}

.logo-mark--inverse .logo-mark__c {
  stroke: var(--ice);
}

.logo-mark--inverse .logo-mark__node {
  fill: var(--petrol);
}

.brand-word {
  color: var(--petrol);
  font-size: 1.28rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
}

.brand-word strong {
  color: var(--teal);
  font-weight: 800;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.main-nav a {
  border-radius: 999px;
  color: #263941;
  font-size: 0.9rem;
  font-weight: 700;
  padding: 11px 14px;
  transition: background 180ms ease, color 180ms ease;
}

.main-nav a:hover {
  background: rgba(24, 169, 153, 0.1);
  color: var(--petrol);
}

.main-nav .nav-cta {
  margin-left: 4px;
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  color: white;
  box-shadow: 0 10px 22px rgba(24, 169, 153, 0.26);
}

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

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(11, 58, 66, 0.14);
  border-radius: 999px;
  background: white;
  color: var(--petrol);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  border-radius: 2px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.9fr);
  gap: 52px;
  align-items: center;
  min-height: auto;
  padding: 96px 0 86px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--petrol);
  font-size: clamp(2.7rem, 6vw, 5.7rem);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  color: var(--petrol);
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0;
}

h3 {
  color: var(--petrol);
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.22;
}

.hero__lead {
  max-width: 660px;
  margin-bottom: 30px;
  color: #40545c;
  font-size: clamp(1.05rem, 2vw, 1.26rem);
  line-height: 1.58;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  font-weight: 800;
  padding: 13px 18px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  color: white;
  box-shadow: 0 16px 30px rgba(24, 169, 153, 0.26);
}

.button--secondary {
  border-color: rgba(11, 58, 66, 0.22);
  background: rgba(255, 255, 255, 0.78);
  color: var(--petrol);
}

.hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  max-width: 680px;
}

.hero__proof span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid rgba(11, 58, 66, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #48606a;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 7px 12px;
}

.hero__visual {
  position: relative;
}

.hero__visual::before,
.hero__visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(24, 169, 153, 0.28);
  pointer-events: none;
}

.hero__visual::before {
  inset: -42px -24px auto auto;
  width: 220px;
  height: 150px;
  border-left: none;
  border-bottom: none;
  border-radius: 0 18px 0 0;
}

.hero__visual::after {
  right: 18px;
  bottom: -36px;
  width: 76%;
  height: 110px;
  border-top: none;
  border-left: none;
  border-radius: 0 0 18px 0;
}

.console {
  position: relative;
  z-index: 2;
  border: 1px solid rgba(11, 58, 66, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.console__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  background: linear-gradient(135deg, var(--petrol), var(--teal));
  color: white;
}

.console__brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(167, 240, 70, 0.14);
}

.status-pill {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 6px 10px;
}

.console__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 22px 8px;
  color: var(--petrol);
  font-weight: 800;
}

.console__title strong {
  color: var(--teal-dark);
  font-size: 1.5rem;
}

.workflow {
  display: grid;
  gap: 12px;
  padding: 14px 22px 24px;
}

.workflow-step {
  display: grid;
  grid-template-columns: 44px 1fr 24px;
  gap: 12px;
  align-items: center;
  min-height: 82px;
  border: 1px solid rgba(11, 58, 66, 0.1);
  border-radius: var(--radius);
  background: #fff;
  padding: 12px;
}

.workflow-step--active {
  box-shadow: inset 4px 0 0 var(--lime);
}

.step-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: var(--radius);
  background: rgba(24, 169, 153, 0.1);
  color: var(--teal-dark);
}

.step-icon svg,
.solution-card svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.workflow-step strong,
.workflow-step small {
  display: block;
}

.workflow-step strong {
  color: var(--petrol);
  font-size: 0.95rem;
}

.workflow-step small {
  margin-top: 4px;
  color: var(--muted);
  line-height: 1.35;
}

.check {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--teal);
  position: relative;
}

.check::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 4px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.assurance-band {
  background: linear-gradient(135deg, var(--petrol), #082f36);
  color: white;
}

.assurance-band div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  width: min(1160px, calc(100% - 40px));
  min-height: 106px;
  margin: 0 auto;
  text-align: center;
}

.assurance-band svg {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--teal);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.assurance-band p {
  margin: 0;
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 700;
  line-height: 1.38;
}

.sector-strip {
  display: grid;
  gap: 18px;
  padding: 56px 0 32px;
}

.sector-strip p {
  max-width: 760px;
  margin: 0;
  color: #42565e;
  font-size: 1.08rem;
  font-weight: 700;
}

.sector-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sector-list span {
  border: 1px solid rgba(11, 58, 66, 0.12);
  border-radius: 999px;
  background: white;
  color: var(--petrol);
  font-size: 0.9rem;
  font-weight: 800;
  padding: 10px 13px;
}

.split-section,
.process-section,
.proof-section {
  padding: 82px 0;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

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

.pain-grid article,
.process-grid article,
.solution-card,
.plan-card {
  border: 1px solid rgba(11, 58, 66, 0.1);
  border-radius: var(--radius);
  background: white;
  box-shadow: 0 18px 44px rgba(11, 58, 66, 0.06);
}

.pain-grid article {
  min-height: 210px;
  padding: 26px;
}

.pain-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 32px;
  border-radius: 50%;
  background: rgba(24, 169, 153, 0.12);
  color: var(--teal-dark);
  font-weight: 800;
}

.pain-grid p,
.solution-card p,
.plan-card p,
.process-grid p,
.compliance-list p,
.proposal-card p {
  color: var(--muted);
  line-height: 1.55;
}

.solutions {
  position: relative;
  padding: 86px 0;
  background:
    linear-gradient(180deg, rgba(24, 169, 153, 0.08), rgba(247, 250, 250, 0.92)),
    var(--ice);
  overflow: hidden;
}

.solutions::after {
  content: "";
  position: absolute;
  top: 26px;
  right: max(20px, calc((100vw - 1160px) / 2));
  width: 260px;
  height: 190px;
  border: 1px solid rgba(24, 169, 153, 0.25);
  border-left: 0;
  border-bottom: 0;
  border-radius: 0 24px 0 0;
}

.solution-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.solution-card {
  padding: 24px;
}

.solution-card svg {
  width: 34px;
  height: 34px;
  margin-bottom: 26px;
  color: var(--teal-dark);
}

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

.process-grid article {
  padding: 24px;
}

.process-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 28px;
  border-radius: 50%;
  background: var(--petrol);
  color: white;
  font-weight: 800;
}

.plans {
  padding: 88px 0;
  background: white;
}

.plans-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding: 14px 28px;
  border: 1.5px solid var(--teal);
  border-radius: var(--radius);
  color: var(--teal);
  background: transparent;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.plans-cta-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.plans-cta-button:hover {
  background: var(--teal);
  color: var(--petrol);
}

.section-cta-wrap {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}

.section-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border: 1.5px solid var(--teal);
  border-radius: var(--radius);
  color: var(--teal);
  background: transparent;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.section-cta:hover {
  background: var(--teal);
  color: #fff;
}

.features {
  padding: 88px 0;
  background: #fff;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.feature-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(24, 169, 153, 0.12);
  color: var(--teal);
}

.feature-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-card h3 {
  margin: 0;
  color: var(--petrol);
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.extras {
  padding: 88px 0;
  background: var(--ice);
}

.text-teal {
  color: var(--teal);
}

.extras-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 48px;
  align-items: stretch;
}

.extras-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px;
  border: 1px solid var(--teal);
  border-radius: 12px;
  background: #fff;
}

.extras-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.extras-card h3 {
  margin: 0;
  color: var(--petrol);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.25;
}

.extras-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.extras-card .section-cta {
  align-self: flex-start;
  margin-top: auto;
  padding: 10px 18px;
  font-size: 14px;
}

.extras-badge {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  background: var(--teal);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}

.extras-grid--two {
  grid-template-columns: repeat(2, 1fr);
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

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

.plans-hero {
  padding: 84px 0 32px;
  text-align: center;
}

.plans-hero .eyebrow {
  justify-content: center;
}

.plans-hero h1 {
  max-width: 780px;
  margin: 0 auto 20px;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
}

.plans-hero__lead {
  max-width: 720px;
  margin: 0 auto;
  color: var(--teal);
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.55;
}

.plans-table-section {
  padding: 40px 0 88px;
}

.plans-table-wrap {
  /* No overflow on desktop — needed for sticky thead to stick to page scroll.
     Below 760px the wrap is hidden and mobile cards take over. */
  overflow: visible;
}

.plans-table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 10px 0;
  font-size: 14.5px;
}

.plans-table th,
.plans-table td {
  padding: 14px 18px;
  text-align: left;
  vertical-align: middle;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.plans-table thead th {
  position: sticky;
  top: 96px;
  z-index: 10;
  padding: 22px 18px 18px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(11, 58, 66, 0.1);
  text-align: center;
  vertical-align: middle;
}

.plans-table thead th:first-child {
  background: transparent;
  border: none;
  box-shadow: none;
  position: static;
}

.plans-table thead th h3 {
  margin: 0;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--petrol);
}

.plans-table tbody th {
  font-weight: 600;
  color: var(--petrol);
  white-space: nowrap;
  width: 220px;
}

.plans-table tbody td {
  color: var(--graphite);
}

.plans-table tbody tr:nth-child(even) th,
.plans-table tbody tr:nth-child(even) td {
  background: rgba(247, 250, 250, 0.5);
}

.plans-table tbody .plans-group-row th,
.plans-table tbody .plans-group-row:nth-child(even) th {
  padding: 22px 22px 12px;
  background: #fff;
  color: var(--teal);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(24, 169, 153, 0.25);
}

/* Premium column highlight */
.plans-table tbody tr:not(.plans-group-row) td:nth-child(4),
.plans-table tfoot td:nth-child(4) {
  background: rgba(24, 169, 153, 0.05);
}

.plans-table thead th:nth-child(4) {
  border: 1.5px solid var(--teal);
  background-color: #fff;
  background-image: linear-gradient(180deg, rgba(24, 169, 153, 0.12), rgba(255, 255, 255, 0));
  box-shadow: 0 10px 28px rgba(24, 169, 153, 0.15);
}

.plans-table tfoot th,
.plans-table tfoot td {
  padding: 26px 22px 30px;
  border-bottom: none;
  background: #fff;
}

.plans-table tfoot .section-cta {
  padding: 12px 20px;
  font-size: 14px;
}

.plans-check {
  display: inline-block;
  color: var(--teal);
  font-weight: 800;
  font-size: 1.1rem;
}

.plans-dash {
  display: inline-block;
  color: rgba(11, 58, 66, 0.35);
  font-weight: 600;
}

.plans-badge {
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: var(--teal);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* Mobile-only plan layout (replaces table on small screens) */
.plans-mobile {
  display: none;
}

@media (max-width: 760px) {
  .plans-table-wrap {
    display: none;
  }

  .plans-mobile {
    display: block;
  }
}

/* Hero cards */
.plans-mcards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 48px;
}

.plans-mcard {
  position: relative;
  padding: 28px 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}

.plans-mcard--featured {
  border: 1.5px solid var(--teal);
  background: linear-gradient(180deg, rgba(24, 169, 153, 0.05), #fff);
  box-shadow: 0 16px 42px rgba(24, 169, 153, 0.12);
}

.plans-mcard .plans-badge {
  position: absolute;
  top: -12px;
  left: 20px;
  margin: 0;
}

.plans-mcard__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: rgba(24, 169, 153, 0.12);
  color: var(--teal);
}

.plans-mcard h3 {
  margin: 0 0 6px;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--petrol);
  line-height: 1.1;
}

.plans-mcard__for {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.45;
}

.plans-mcard__price {
  margin: 0 0 20px;
  font-size: 1.55rem;
  font-weight: 800;
  color: var(--petrol);
}

.plans-mcard__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px;
  background: var(--teal);
  color: var(--petrol);
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.plans-mcard__cta:hover {
  background: var(--teal-dark);
  color: #fff;
}

/* Compare accordion */
.plans-compare {
  margin-top: 8px;
  padding-top: 36px;
  border-top: 1px solid var(--line);
}

.plans-compare h3 {
  margin: 0 0 22px;
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--petrol);
  text-align: left;
}

.plans-compare__head {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 6px;
  margin-bottom: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  background: var(--ice);
}

.plans-compare__head > div {
  text-align: center;
  font-size: 11px;
  font-weight: 800;
  color: var(--petrol);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.plans-compare__head > div:first-child {
  text-align: left;
}

.plans-compare__head > div.is-featured {
  color: var(--teal);
}

.plans-accordion {
  border: 1px solid var(--line);
  border-radius: 10px;
  margin-bottom: 8px;
  background: #fff;
  overflow: hidden;
}

.plans-accordion summary {
  cursor: pointer;
  padding: 14px 16px;
  font-weight: 700;
  color: var(--petrol);
  font-size: 14.5px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.plans-accordion summary::-webkit-details-marker {
  display: none;
}

.plans-accordion summary::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  transform: rotate(45deg);
  transition: transform 0.18s ease;
  margin-top: -4px;
}

.plans-accordion[open] summary::after {
  transform: rotate(225deg);
  margin-top: 4px;
}

.plans-accordion__body {
  padding: 0 14px 12px;
}

.plans-row {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 6px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
  font-size: 13px;
  color: var(--graphite);
}

.plans-row > div {
  text-align: center;
  align-self: center;
  line-height: 1.35;
}

.plans-row > div:first-child {
  text-align: left;
  color: var(--petrol);
  font-weight: 600;
}

.plans-row .plans-check {
  display: inline-block;
  color: var(--teal);
  font-weight: 800;
  font-size: 1rem;
}

.plans-row .plans-dash {
  display: inline-block;
  color: rgba(11, 58, 66, 0.35);
}

.blog-hero {
  padding: 84px 0 32px;
  text-align: center;
}

.blog-hero .eyebrow {
  justify-content: center;
}

.blog-hero h1 {
  max-width: 780px;
  margin: 0 auto 20px;
  font-size: clamp(2.2rem, 5vw, 3.6rem);
}

.blog-hero__lead {
  max-width: 680px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.55;
}

.newsletter-section {
  padding: 0 0 12px;
}

.newsletter-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 32px 36px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(24, 169, 153, 0.06), rgba(247, 250, 250, 0.5));
}

.newsletter-box__text h3 {
  margin: 0 0 8px;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--petrol);
  line-height: 1.3;
}

.newsletter-box__text p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.5;
}

.newsletter-box__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  background: var(--teal);
  color: var(--petrol);
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.15s ease, color 0.15s ease;
}

.newsletter-box__cta:hover {
  background: var(--teal-dark);
  color: #fff;
}

button.newsletter-box__cta {
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.modal[hidden] {
  display: none;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(11, 58, 66, 0.55);
  backdrop-filter: blur(2px);
}

.modal__dialog {
  position: relative;
  width: 100%;
  max-width: 720px;
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  padding: 40px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  animation: modal-in 0.18s ease-out;
}

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

.modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: var(--teal);
  cursor: pointer;
  transition: background 0.15s ease;
}

.modal__close:hover {
  background: rgba(24, 169, 153, 0.12);
}

.modal__dialog h3 {
  margin: 0 0 28px;
  padding-right: 40px;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--petrol);
  line-height: 1.3;
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.newsletter-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.newsletter-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  color: var(--petrol);
  font-weight: 600;
}

.newsletter-form label em {
  color: #d63b3b;
  font-style: normal;
  margin-left: 2px;
  font-weight: 700;
}

.newsletter-form label small {
  margin-top: -2px;
  font-size: 12px;
  color: var(--teal);
  font-weight: 500;
}

.newsletter-form input,
.newsletter-form select {
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(247, 250, 250, 0.6);
  color: var(--graphite);
  font-family: inherit;
  font-size: 14.5px;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.newsletter-form input:focus,
.newsletter-form select:focus {
  outline: none;
  border-color: var(--teal);
  background: #fff;
}

.newsletter-submit {
  margin-top: 8px;
  align-self: flex-start;
  padding: 14px 28px;
  border: none;
  border-radius: 8px;
  background: var(--teal);
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  transition: background 0.15s ease;
}

.newsletter-submit:hover {
  background: var(--teal-dark);
}

/* FAQ section */
.faq {
  padding: 88px 0;
}

.faq .section-heading {
  margin-bottom: 40px;
}

.faq__list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-item[open] {
  border-color: var(--teal);
  box-shadow: 0 10px 28px rgba(24, 169, 153, 0.1);
}

.faq-item summary {
  cursor: pointer;
  padding: 22px 24px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-weight: 700;
  font-size: 1.05rem;
  color: var(--petrol);
  line-height: 1.4;
  transition: color 0.15s ease;
}

.faq-item summary:hover {
  color: var(--teal);
}

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

.faq-item summary::after {
  content: "";
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  border-right: 2.5px solid var(--teal);
  border-bottom: 2.5px solid var(--teal);
  transform: rotate(45deg);
  transition: transform 0.25s ease;
  margin-top: -6px;
}

.faq-item[open] summary::after {
  transform: rotate(225deg);
  margin-top: 2px;
}

.faq-item__answer {
  padding: 0 24px 22px;
  color: var(--graphite);
  font-size: 1rem;
  line-height: 1.6;
}

.faq-item__answer p {
  margin: 0;
}

@media (max-width: 680px) {
  .faq {
    padding: 56px 0;
  }

  .faq-item summary {
    padding: 18px 20px;
    font-size: 0.98rem;
  }

  .faq-item__answer {
    padding: 0 20px 18px;
    font-size: 0.95rem;
  }
}

/* Floating WhatsApp button */
.wa-fab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4), 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  transform: translateY(20px) scale(0.85);
  transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.2s ease;
}

.wa-fab[hidden] {
  display: none;
}

.wa-fab.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.wa-fab:hover {
  box-shadow: 0 14px 36px rgba(37, 211, 102, 0.5), 0 6px 16px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px) scale(1.05);
}

.wa-fab__tooltip {
  position: absolute;
  right: 72px;
  top: 50%;
  transform: translateY(-50%) translateX(8px);
  padding: 10px 14px;
  background: var(--petrol);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.wa-fab__tooltip::after {
  content: "";
  position: absolute;
  right: -6px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 6px solid var(--petrol);
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.wa-fab:hover .wa-fab__tooltip,
.wa-fab:focus-visible .wa-fab__tooltip {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

@media (max-width: 680px) {
  .wa-fab {
    bottom: 18px;
    right: 18px;
    width: 56px;
    height: 56px;
  }

  .wa-fab__tooltip {
    display: none;
  }
}

@media (max-width: 680px) {
  .modal {
    padding: 12px;
  }

  .modal__dialog {
    padding: 28px 22px;
  }

  .modal__dialog h3 {
    font-size: 1.2rem;
    margin-bottom: 22px;
  }

  .newsletter-form__row {
    grid-template-columns: 1fr;
  }

  .newsletter-submit {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 680px) {
  .newsletter-box {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 20px;
  }

  .newsletter-box__cta {
    width: 100%;
  }
}

.blog-section {
  padding: 40px 0 96px;
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.blog-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
  cursor: pointer;
}

.blog-card:hover {
  border-color: var(--teal);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(11, 58, 66, 0.08);
}

.blog-card__category {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
}

.blog-card h3 {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--petrol);
}

.blog-card h3 a {
  color: inherit;
}

.blog-card h3 a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.blog-card h3 a:hover {
  color: var(--teal);
}

.blog-card__date {
  margin: 0;
  margin-top: auto;
  padding-top: 8px;
  font-size: 13px;
  color: var(--muted);
}

.article {
  padding: 72px 0 96px;
}

.article__header {
  max-width: 760px;
  margin: 0 auto;
  text-align: left;
}

.article__category {
  margin: 0 0 18px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--teal);
}

.article h1 {
  margin: 0 0 20px;
  font-size: clamp(2rem, 4.2vw, 3rem);
  line-height: 1.15;
  color: var(--petrol);
}

.article__meta {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.article__body {
  max-width: 760px;
  margin: 48px auto 0;
  color: var(--graphite);
  font-size: 1.05rem;
  line-height: 1.7;
}

.article__body p {
  margin: 0 0 16px;
}

.article__body .article__back {
  margin-top: 40px;
}

/* === Article body components === */
.article__body h2 {
  margin: 56px 0 20px;
  font-size: clamp(1.5rem, 3vw, 1.85rem);
  font-weight: 700;
  color: var(--petrol);
  line-height: 1.25;
}

.article__body h3 {
  margin: 36px 0 14px;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--petrol);
  line-height: 1.3;
}

.article__body p.lead {
  margin: 0 0 32px;
  font-size: 1.18rem;
  line-height: 1.6;
  color: var(--graphite);
  font-weight: 500;
}

.article__body p {
  margin: 0 0 18px;
  color: var(--graphite);
}

.article__body ul {
  margin: 0 0 24px;
  padding-left: 24px;
  color: var(--graphite);
}

.article__body ul li {
  margin-bottom: 8px;
  line-height: 1.6;
}

.article__body ul.checklist {
  list-style: none;
  padding: 0;
}

.article__body ul.checklist li {
  position: relative;
  padding-left: 28px;
}

.article__body ul.checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--teal);
  font-weight: 800;
}

.article__body em {
  color: var(--muted);
}

.article__body strong {
  color: var(--petrol);
  font-weight: 700;
}

.article__body .stat-card {
  display: flex;
  gap: 28px;
  align-items: center;
  margin: 36px 0;
  padding: 28px 32px;
  background: linear-gradient(135deg, rgba(24, 169, 153, 0.1), rgba(24, 169, 153, 0.03));
  border: 1px solid rgba(24, 169, 153, 0.28);
  border-radius: 12px;
}

.article__body .stat-number {
  flex-shrink: 0;
  font-size: 2.6rem;
  font-weight: 800;
  color: var(--teal);
  line-height: 1;
  letter-spacing: -0.02em;
}

.article__body .stat-text {
  color: var(--graphite);
  font-size: 0.98rem;
  line-height: 1.55;
}

.article__body .stat-source {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: var(--muted);
  font-style: italic;
}

.article__body .step {
  display: flex;
  gap: 22px;
  margin: 36px 0;
}

.article__body .step-num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
}

.article__body .step-content {
  flex: 1;
  min-width: 0;
}

.article__body .step-content h3 {
  margin-top: 0;
}

.article__body .pullquote {
  margin: 48px 0;
  padding: 28px 32px;
  border-left: 4px solid var(--teal);
  background: rgba(24, 169, 153, 0.06);
  color: var(--petrol);
  font-size: 1.12rem;
  line-height: 1.55;
  font-weight: 600;
  font-style: italic;
  border-radius: 0 8px 8px 0;
}

.article__body .kpi-card {
  margin: 28px 0;
  padding: 28px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.article__body .kpi-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 6px;
}

.article__body .kpi-num {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: var(--teal);
  color: #fff;
  font-weight: 800;
}

.article__body .kpi-header h3 {
  margin: 0;
}

.article__body .kpi-spec {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid var(--line);
}

.article__body .kpi-spec dt {
  font-weight: 700;
  font-size: 12px;
  color: var(--teal);
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.article__body .kpi-spec dd {
  margin: 0;
  color: var(--graphite);
  line-height: 1.55;
}

.article__body .table-wrapper {
  margin: 28px 0;
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: #fff;
}

.article__body table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
}

.article__body th,
.article__body td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.article__body thead th {
  background: var(--ice);
  color: var(--petrol);
  font-weight: 700;
}

.article__body tbody tr:last-child th,
.article__body tbody tr:last-child td {
  border-bottom: none;
}

.article__body .col-bad {
  color: rgba(11, 58, 66, 0.5);
}

.article__body .col-good {
  color: var(--petrol);
  font-weight: 600;
}

.article__body .col-good::before {
  content: "✓ ";
  color: var(--teal);
  font-weight: 800;
}

.article__body .compliance-note {
  margin: 32px 0;
  padding: 22px 26px;
  background: rgba(11, 58, 66, 0.05);
  border-left: 3px solid var(--petrol);
  border-radius: 6px;
  color: var(--graphite);
  font-size: 0.98rem;
  line-height: 1.6;
}

.article__body .article-cta {
  margin-top: 64px;
  padding: 36px 36px 40px;
  background: linear-gradient(135deg, var(--petrol), #073039);
  border-radius: 16px;
  text-align: center;
}

.article__body .article-cta h3 {
  margin: 0 0 12px;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.3;
}

.article__body .article-cta p {
  margin: 0 0 24px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
}

.article__body .article-cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: var(--teal);
  color: var(--petrol);
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  transition: background 0.15s ease, color 0.15s ease;
}

.article__body .article-cta a:hover {
  background: var(--teal-dark);
  color: #fff;
}

@media (max-width: 680px) {
  .article__body .stat-card {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  .article__body .stat-number {
    font-size: 2rem;
  }

  .article__body .pullquote,
  .article__body .article-cta {
    padding: 24px;
  }
}

.dashboard {
  position: relative;
  padding: 86px 0;
  background:
    linear-gradient(180deg, rgba(24, 169, 153, 0.08), rgba(247, 250, 250, 0.92)),
    var(--ice);
  overflow: hidden;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.dashboard-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px;
  border: 1px solid var(--teal);
  border-radius: 12px;
  background: #fff;
}

.dashboard-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(24, 169, 153, 0.12);
  color: var(--teal);
}

.dashboard-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dashboard-card h3 {
  margin: 0;
  color: var(--petrol);
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
}

.dashboard-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.dashboard-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--teal);
  color: var(--petrol);
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
}

.dashboard-cta:hover {
  background: var(--teal-dark);
  color: #fff;
}

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

.plan-card {
  position: relative;
  display: flex;
  min-height: 440px;
  flex-direction: column;
  padding: 26px;
}

.plan-card--featured {
  border-color: rgba(167, 240, 70, 0.72);
  box-shadow: 0 26px 70px rgba(11, 58, 66, 0.14);
}

.plan-badge {
  align-self: flex-start;
  margin-bottom: 18px;
  border-radius: 999px;
  background: rgba(167, 240, 70, 0.2);
  color: #315800;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 7px 10px;
}

.plan-card__header {
  min-height: 112px;
}

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

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

.plan-card li {
  position: relative;
  color: #3c5159;
  line-height: 1.42;
  padding-left: 26px;
}

.plan-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--teal);
}

.plan-card li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.plan-link {
  margin-top: auto;
  border: 1px solid rgba(11, 58, 66, 0.18);
  border-radius: var(--radius);
  color: var(--petrol);
  font-weight: 800;
  padding: 13px 14px;
  text-align: center;
  transition: background 180ms ease, color 180ms ease;
}

.plan-link:hover {
  background: var(--petrol);
  color: white;
}

.compliance {
  padding: 86px 0;
  background: linear-gradient(135deg, var(--petrol), #082f36);
  color: white;
}

.compliance h2,
.compliance .eyebrow {
  color: white;
}

.compliance .eyebrow {
  opacity: 0.8;
}

.compliance__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.compliance-list {
  display: grid;
  gap: 14px;
}

.compliance-list div {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  padding: 20px;
}

.compliance-list strong {
  display: block;
  margin-bottom: 8px;
  color: white;
  font-size: 1.05rem;
}

.compliance-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.proposal-card {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 44px;
  align-items: center;
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(11, 58, 66, 0.98), rgba(8, 47, 54, 0.92)),
    var(--petrol);
  color: white;
  padding: clamp(32px, 6vw, 64px);
  overflow: hidden;
  position: relative;
}

.proposal-card::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -100px;
  width: 360px;
  height: 260px;
  border: 1px solid rgba(167, 240, 70, 0.45);
  border-left: none;
  border-top: none;
  border-radius: 0 0 180px 0;
}

.proposal-card h2,
.proposal-card .eyebrow {
  color: white;
}

.proposal-card .eyebrow {
  opacity: 0.78;
}

.proposal-card p {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
}

.metric-stack {
  display: grid;
  gap: 12px;
}

.metric-stack div {
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.09);
  padding: 20px;
}

.metric-stack strong {
  display: block;
  margin-bottom: 4px;
  color: var(--lime);
  font-size: 2rem;
  font-weight: 800;
}

.metric-stack span {
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
}

.demo {
  padding: 86px 0 96px;
  background: var(--ice);
}

.demo__grid {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 56px;
  align-items: start;
}

.demo p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.6;
}

.contact-form {
  display: grid;
  gap: 14px;
  border: 1px solid rgba(11, 58, 66, 0.1);
  border-radius: 18px;
  background: white;
  box-shadow: var(--shadow);
  padding: 24px;
}

.contact-form label {
  display: grid;
  gap: 7px;
}

.contact-form span {
  color: var(--petrol);
  font-size: 0.88rem;
  font-weight: 800;
}

.contact-form input,
.contact-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(11, 58, 66, 0.16);
  border-radius: var(--radius);
  background: var(--ice);
  color: var(--graphite);
  outline: none;
  padding: 12px 14px;
  transition: border 160ms ease, box-shadow 160ms ease;
}

.contact-form input:focus,
.contact-form select:focus {
  border-color: var(--teal);
  box-shadow: 0 0 0 4px rgba(24, 169, 153, 0.16);
}

.contact-form__button {
  margin-top: 4px;
  width: 100%;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.form-note.is-success {
  color: var(--teal-dark);
  font-weight: 800;
}

.site-footer {
  background: var(--petrol);
  color: var(--ice);
}

.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  padding: 80px 0;
}

.footer-col h4 {
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--ice);
}

.footer-col--brand p {
  margin: 20px 0 24px;
  color: rgba(247, 250, 250, 0.65);
  line-height: 1.5;
  max-width: 320px;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-col li {
  color: rgba(247, 250, 250, 0.65);
  font-size: 14px;
  line-height: 1.4;
}

.footer-col a {
  color: rgba(247, 250, 250, 0.65);
  text-decoration: none;
  transition: color 0.15s ease;
}

.footer-col a:hover {
  color: var(--teal);
}

.footer-social {
  display: flex;
  gap: 16px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ice);
}

.footer-social a:hover {
  color: var(--teal);
}

.footer-trust {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  padding: 10px 14px;
  border: 1px solid rgba(247, 250, 250, 0.18);
  border-radius: 10px;
  background: rgba(24, 169, 153, 0.08);
}

.footer-trust > svg {
  flex-shrink: 0;
  color: var(--teal);
}

.footer-trust strong {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--ice);
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.footer-trust span {
  display: block;
  margin-top: 2px;
  font-size: 11px;
  color: rgba(247, 250, 250, 0.6);
  line-height: 1.3;
}

.footer-col a.footer-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 10px 18px;
  border: 1px solid var(--teal);
  border-radius: var(--radius);
  color: var(--ice);
  font-weight: 600;
  font-size: 14px;
  transition: background 0.15s ease, color 0.15s ease;
}

.footer-col a.footer-cta:hover {
  background: var(--teal);
  color: var(--petrol);
}

.footer-bottom {
  border-top: 1px solid rgba(247, 250, 250, 0.12);
  padding: 24px 0;
}

.footer-bottom__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  color: rgba(247, 250, 250, 0.55);
  font-size: 13px;
}

.footer-bottom__inner p {
  margin: 0;
}

.footer-bottom__inner nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

@media (max-width: 980px) {
  .site-header {
    border-radius: 22px;
  }

  .nav-toggle {
    display: block;
  }

  .main-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid rgba(11, 58, 66, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
    padding: 10px;
  }

  .site-header[data-nav-open="true"] .main-nav {
    display: flex;
  }

  .main-nav a {
    padding: 14px;
  }

  .main-nav .nav-cta {
    margin-left: 0;
  }

  .hero,
  .demo__grid,
  .compliance__grid,
  .proposal-card {
    grid-template-columns: 1fr;
  }

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

  .hero__visual {
    max-width: 640px;
  }

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

  .solution-grid,
  .process-grid,
  .extras-grid,
  .features-grid,
  .dashboard-grid,
  .blog-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .plan-card {
    min-height: 0;
  }

  .footer__grid {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 56px 0;
  }

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

@media (max-width: 680px) {
  .section-shell,
  .site-header,
  .assurance-band div {
    width: min(1160px, calc(100% - 28px));
  }

  .site-header {
    margin-top: 10px;
  }

  .brand-word {
    font-size: 1.05rem;
  }

  .brand-mark {
    width: 36px;
    height: 36px;
  }

  .hero {
    gap: 36px;
    padding: 48px 0 56px;
  }

  h1 {
    font-size: clamp(1.85rem, 8.5vw, 3.4rem);
    overflow-wrap: break-word;
    hyphens: auto;
  }

  h2 {
    font-size: clamp(1.6rem, 7vw, 2.6rem);
    overflow-wrap: break-word;
    hyphens: auto;
  }

  .hero__actions,
  .button {
    width: 100%;
  }

  .hero__proof span {
    width: 100%;
  }

  .console__title,
  .workflow {
    padding-left: 14px;
    padding-right: 14px;
  }

  .workflow-step {
    grid-template-columns: 38px 1fr;
  }

  .workflow-step .check {
    display: none;
  }

  .step-icon {
    width: 38px;
    height: 38px;
  }

  .assurance-band div {
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 0;
    text-align: left;
  }

  .solution-grid,
  .process-grid,
  .extras-grid,
  .features-grid,
  .dashboard-grid,
  .blog-grid {
    grid-template-columns: 1fr;
  }

  .split-section,
  .process-section,
  .proof-section,
  .solutions,
  .plans,
  .compliance,
  .demo {
    padding: 64px 0;
  }

  .proposal-card {
    padding: 28px;
  }
}
