:root {
  --forest: #091413;
  --olive: #285a48;
  --cream: #ffffff;
  --amber: #408a71;
  --sun: #b0e4cc;
  --ink: #091413;
  --paper: #ffffff;
  --muted: #4d6b61;
  --border: rgba(64, 138, 113, 0.16);
  --shadow: 0 18px 55px rgba(40, 90, 72, 0.18);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Outfit", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(176, 228, 204, 0.34), transparent 30%),
    radial-gradient(circle at bottom right, rgba(64, 138, 113, 0.16), transparent 28%),
    linear-gradient(180deg, #f7fcf9 0%, #edf7f2 100%);
}

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

.company-inline {
  display: inline-flex;
  align-items: center;
  gap: 0.5em;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
}

.company-inline img {
  width: 1.55em;
  height: 1.55em;
  flex: 0 0 auto;
  border-radius: 50%;
  display: block;
  padding: 0.08em;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 4px 10px rgba(9, 20, 19, 0.14);
}

button,
input,
select {
  font: inherit;
}

.page-shell {
  overflow: clip;
}

.section {
  padding: 80px 20px;
}

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

.hero {
  background: linear-gradient(135deg, var(--forest), var(--olive));
  color: var(--cream);
  padding: 100px 20px;
}

.hero-grid,
.why-grid,
.faq-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: start;
}

.hero-copy {
  display: grid;
  align-content: start;
  gap: 0;
}

.hero-copy h1,
.section-heading h2,
.final-cta h2 {
  font-family: "Sora", sans-serif;
  line-height: 1.05;
  margin: 0;
}

.brand-lockup {
  margin-bottom: 28px;
}

.brand-logo {
  display: block;
  width: min(100%, 700px);
  height: auto;
  border-radius: 0;
  box-shadow: 0 24px 50px rgba(40, 90, 72, 0.22);
}

.hero-copy h1 {
  font-size: clamp(2.5rem, 5vw, 4.85rem);
  max-width: 12ch;
  margin-bottom: 18px;
}

.eyebrow {
  display: inline-flex;
  margin: 0 0 18px;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(176, 228, 204, 0.28);
  color: inherit;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
}

.eyebrow.dark {
  background: rgba(64, 138, 113, 0.1);
  color: var(--forest);
}

.subheadline,
.hook,
.authority-list,
.hero-highlights,
.problem-highlight,
.service-card p,
.highlight-box p,
.accordion-panel p,
.footer p {
  font-size: 1.05rem;
  line-height: 1.7;
}

.subheadline {
  margin: 0 0 18px;
  font-weight: 500;
}

.authority-list {
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
}

.authority-list span {
  padding-left: 18px;
  position: relative;
}

.authority-list span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sun);
}

.hook {
  margin: 0 0 28px;
  font-size: 1.25rem;
  font-weight: 700;
}

.cta-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--sun);
  color: var(--ink);
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.45);
  color: var(--cream);
  background: transparent;
}

.btn-dark {
  background: var(--forest);
  color: var(--cream);
}

.btn-outline-dark {
  background: transparent;
  color: var(--forest);
  border-color: rgba(64, 138, 113, 0.22);
}

.hero-visual {
  display: grid;
  gap: 20px;
  align-content: center;
  padding-top: 32px;
}

.hero-card {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-card-main {
  position: relative;
  padding: 36px;
  background:
    linear-gradient(180deg, rgba(176, 228, 204, 0.16), rgba(255, 255, 255, 0.06)),
    rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-card-main h2 {
  font-family: "Sora", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  margin: 10px 0 18px;
  line-height: 1.15;
}

.hero-card-float {
  position: relative;
  justify-self: end;
  width: min(280px, 80%);
  padding: 24px;
  background: var(--sun);
  color: var(--ink);
}

.hero-card-float strong,
.hero-card-float span {
  display: block;
}

.hero-card-float strong {
  margin: 10px 0 6px;
  font-size: 1.25rem;
  font-family: "Sora", sans-serif;
}

.card-label {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.78rem;
  font-weight: 800;
}

.hero-highlights {
  margin: 0;
  padding-left: 20px;
}

.hero-highlights li + li {
  margin-top: 10px;
}

.problem {
  background: linear-gradient(180deg, rgba(176, 228, 204, 0.64), rgba(255, 255, 255, 0.92));
}

.center-block {
  text-align: center;
}

.center-block h2,
.section-heading h2,
.final-cta h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.problem-points,
.why-list {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 28px 0 14px;
}

.problem-points span,
.why-list span,
.step,
.industry-card,
.stat-card,
.service-card,
.testimonial-card,
.highlight-box,
.accordion-item,
.application-form,
.footer-grid > div {
  border-radius: var(--radius-md);
}

.problem-points span,
.why-list span {
  padding: 14px 18px;
  background: rgba(64, 138, 113, 0.08);
  font-weight: 600;
}

.problem-highlight {
  margin: 20px 0 0;
  font-weight: 800;
  font-size: 1.4rem;
}

.problem-note {
  max-width: 760px;
  margin: 16px auto 0;
  color: var(--olive);
  font-size: clamp(1.2rem, 2.2vw, 1.7rem);
  font-weight: 800;
  line-height: 1.5;
}

.process {
  background: var(--paper);
}

.section-heading {
  margin-bottom: 34px;
  text-align: center;
}

.left-align {
  text-align: left;
}

.process-flow {
  display: grid;
  grid-template-columns: repeat(10, minmax(150px, 1fr));
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 12px;
}

.step {
  position: relative;
  padding: 24px 18px;
  min-height: 118px;
  background: linear-gradient(180deg, rgba(176, 228, 204, 0.26), rgba(64, 138, 113, 0.08));
  border: 1px solid var(--border);
  display: grid;
  place-items: center;
  align-content: center;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  text-wrap: balance;
}

.step:not(:last-child)::after {
  content: "\2192";
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--forest);
  font-size: 1.3rem;
}

.services,
.clients,
.testimonials,
.form-section {
  background: rgba(255, 255, 255, 0.72);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
}

.service-card,
.industry-card,
.testimonial-card,
.highlight-box,
.accordion-item,
.application-form {
  background: var(--paper);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

.service-card,
.industry-card,
.highlight-box {
  padding: 28px;
}

.service-card h3,
.industry-card h3,
.highlight-box h3,
.footer h3 {
  margin: 0 0 10px;
  font-family: "Sora", sans-serif;
}

.industries {
  position: relative;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(243, 250, 246, 0.96)),
    linear-gradient(135deg, rgba(40, 90, 72, 0.05), rgba(176, 228, 204, 0.12));
}

.industries::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(64, 138, 113, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(64, 138, 113, 0.04) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.6), transparent 92%);
  pointer-events: none;
}

.industries .container {
  position: relative;
  z-index: 1;
}

.industries-heading h2 {
  max-width: 12ch;
  margin: 0 auto;
  font-size: clamp(2.4rem, 4.6vw, 4.3rem);
  line-height: 0.98;
}

.industry-intro {
  width: min(760px, 100%);
  margin: 20px auto 0;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.industry-card {
  position: relative;
  min-height: 250px;
  padding: 34px 30px 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 252, 249, 0.96));
  border: 1px solid rgba(64, 138, 113, 0.12);
  box-shadow: 0 22px 38px rgba(40, 90, 72, 0.12);
}

.industry-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, var(--forest), var(--olive), var(--amber));
}

.industry-card::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 22px;
  height: 1px;
  background: linear-gradient(90deg, rgba(40, 90, 72, 0.16), rgba(176, 228, 204, 0.34));
}

.industry-icon {
  display: inline-flex;
  width: 72px;
  height: 72px;
  margin-bottom: 26px;
  border-radius: 18px;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(135deg, rgba(64, 138, 113, 0.96), rgba(9, 20, 19, 0.96));
  color: var(--cream);
  font-family: "Sora", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.12em;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(40, 90, 72, 0.18);
  position: relative;
  z-index: 1;
}

.industry-copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
}

.industry-kicker {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--forest);
}

.industry-card h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.65rem, 2.3vw, 2.35rem);
  line-height: 0.98;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  max-width: 10ch;
  color: var(--ink);
  text-wrap: balance;
}

.industry-note {
  margin: 0;
  max-width: 24ch;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.stats {
  background: linear-gradient(135deg, var(--forest), var(--amber));
  color: var(--cream);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.stat-card {
  min-width: 0;
  min-height: 170px;
  padding: 28px 22px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.stat-card strong {
  display: block;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.6rem, 3.1vw, 2.7rem);
  line-height: 1;
  white-space: normal;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.stat-value-compact {
  font-size: clamp(1.35rem, 2.5vw, 2.15rem);
  letter-spacing: -0.03em;
}

.stat-card span {
  display: block;
  font-weight: 500;
  line-height: 1.35;
  max-width: 18ch;
  margin: 0 auto;
  text-wrap: balance;
}

.logo-marquee {
  overflow: hidden;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--paper);
}

.logo-track {
  display: flex;
  gap: 18px;
  width: max-content;
  padding: 12px 18px;
  animation: marquee 36s linear infinite;
}

.logo-track span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 76px;
  padding: 0 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(176, 228, 204, 0.32), rgba(64, 138, 113, 0.14));
  font-family: "Sora", sans-serif;
  font-weight: 700;
  white-space: nowrap;
}

.clients-note {
  margin: 18px 0 0;
  text-align: center;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 500;
}

.testimonial-slider {
  display: grid;
  gap: 18px;
}

.testimonial-track {
  position: relative;
  min-height: 220px;
}

.testimonial-card {
  position: absolute;
  inset: 0;
  padding: 34px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 250ms ease, transform 250ms ease;
  display: grid;
  place-items: center;
  text-align: center;
}

.testimonial-card p {
  max-width: 18ch;
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.testimonial-card.active {
  opacity: 1;
  transform: translateY(0);
}

.slider-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.slider-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  padding: 0;
  border: 0;
  background: rgba(64, 138, 113, 0.24);
  cursor: pointer;
}

.slider-dot.active {
  background: var(--forest);
}

.social-connect {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(176, 228, 204, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(9, 20, 19, 0.98), rgba(40, 90, 72, 0.94));
  color: var(--cream);
}

.social-connect::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(176, 228, 204, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(176, 228, 204, 0.08) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.3;
  pointer-events: none;
}

.social-wrap {
  position: relative;
  z-index: 1;
}

.social-heading h2 {
  max-width: 14ch;
  margin: 0 auto;
  color: var(--cream);
}

.social-intro {
  width: min(760px, 100%);
  margin: 20px auto 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.04rem;
  line-height: 1.7;
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.social-card {
  position: relative;
  display: grid;
  gap: 22px;
  min-height: 320px;
  padding: 30px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 24px 40px rgba(9, 20, 19, 0.2);
  backdrop-filter: blur(10px);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.social-card:hover,
.social-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(176, 228, 204, 0.4);
  background: rgba(255, 255, 255, 0.12);
}

.social-card::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(176, 228, 204, 0.12);
}

.social-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}

.social-icon {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  width: 82px;
  height: 82px;
  border-radius: 24px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.social-icon svg {
  width: 38px;
  height: 38px;
  fill: currentColor;
}

.social-brand,
.social-copy,
.social-link {
  position: relative;
  z-index: 1;
}

.social-brand {
  display: grid;
  gap: 6px;
}

.social-copy {
  display: grid;
  gap: 10px;
}

.social-label {
  margin: 0;
  color: var(--sun);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 800;
}

.social-handle {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.96rem;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.social-card h3 {
  margin: 0;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.5rem, 2.1vw, 2.15rem);
  line-height: 1.04;
}

.social-card p:not(.social-label) {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.7;
}

.social-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  font-weight: 800;
  color: var(--cream);
}

.social-link::after {
  content: "\2192";
  font-size: 1rem;
}

.social-facebook .social-icon {
  color: #dffcf4;
  background: linear-gradient(135deg, rgba(64, 138, 113, 0.9), rgba(9, 20, 19, 0.96));
}

.social-instagram .social-icon {
  color: #f4fff9;
  background: linear-gradient(135deg, rgba(176, 228, 204, 0.3), rgba(64, 138, 113, 0.9));
}

.social-linkedin .social-icon {
  color: #ecfff6;
  background: linear-gradient(135deg, rgba(64, 138, 113, 0.98), rgba(40, 90, 72, 1));
}

.why-us {
  background: linear-gradient(180deg, rgba(176, 228, 204, 0.18), rgba(255, 255, 255, 0));
}

.highlight-box {
  background: linear-gradient(135deg, var(--amber), var(--forest));
  color: var(--cream);
}

.faq {
  background: var(--paper);
}

.faq-layout {
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: start;
}

.faq .section-heading {
  margin-bottom: 0;
}

.faq .section-heading h2 {
  max-width: 8ch;
  font-size: clamp(2.1rem, 3.8vw, 3.2rem);
  line-height: 0.98;
}

.accordion {
  display: grid;
  gap: 14px;
}

.accordion-item {
  overflow: hidden;
}

.accordion-trigger {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-weight: 700;
  cursor: pointer;
}

.accordion-trigger::after {
  content: "+";
  font-size: 1.4rem;
  color: var(--forest);
}

.accordion-trigger[aria-expanded="true"]::after {
  content: "-";
}

.accordion-panel {
  display: none;
  padding: 0 24px 22px;
  color: var(--muted);
}

.accordion-panel.open {
  display: block;
}

.final-cta {
  background: linear-gradient(135deg, var(--sun), rgba(176, 228, 204, 0.92));
  color: var(--ink);
}

.centered {
  justify-content: center;
}

.form-section {
  padding-bottom: 120px;
}

.application-form {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(64, 138, 113, 0.12);
  box-shadow: 0 24px 54px rgba(18, 50, 40, 0.12);
}

.application-form label {
  display: grid;
  gap: 8px;
  font-weight: 600;
  min-width: 0;
}

.form-row {
  display: grid;
  gap: 18px;
}

.form-row-two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-row-three {
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.45fr) minmax(0, 1fr);
  align-items: start;
}

.form-row-three label > span {
  display: block;
  min-height: 4.35em;
  line-height: 1.3;
}

.dob-picker {
  display: grid;
  grid-template-columns: repeat(3, minmax(72px, 1fr));
  gap: 8px;
}

.form-row-three label > span small {
  display: block;
  margin-top: 0.18rem;
}

.form-row-three label:last-child input {
  padding-left: 12px;
  padding-right: 12px;
  font-size: 0.96rem;
}

.form-row-three label:last-child input::placeholder {
  font-size: 0.95rem;
}

.application-form span {
  color: var(--ink);
}

.application-form small {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 600;
}

.form-block-title {
  margin: 6px 0 -2px;
  color: var(--olive);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.application-form input,
.application-form select,
.application-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid rgba(64, 138, 113, 0.22);
  background: #f7fcf9;
  color: var(--ink);
  font: inherit;
}

.application-form input::placeholder {
  color: rgba(9, 20, 19, 0.45);
}

.application-form input:focus,
.application-form select:focus,
.application-form textarea:focus {
  outline: none;
  border-color: rgba(64, 138, 113, 0.8);
  box-shadow: 0 0 0 4px rgba(176, 228, 204, 0.45);
}

.application-form textarea {
  min-height: 120px;
  padding: 14px;
  resize: vertical;
}

.application-form input[readonly] {
  background: #eef7f2;
  cursor: not-allowed;
}

.application-form input[type="file"] {
  padding: 12px 14px;
  min-height: auto;
}

.autocomplete-field {
  position: relative;
}

.autocomplete-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 20;
  display: grid;
  gap: 6px;
  max-height: 220px;
  padding: 8px;
  overflow-y: auto;
  border: 1px solid rgba(64, 138, 113, 0.22);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(9, 20, 19, 0.14);
}

.autocomplete-menu[hidden] {
  display: none !important;
}

.autocomplete-option,
.autocomplete-empty {
  width: 100%;
  min-height: 44px;
  padding: 10px 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  text-align: left;
}

.autocomplete-option {
  cursor: pointer;
}

.autocomplete-option:hover,
.autocomplete-option:focus-visible,
.autocomplete-option.active {
  outline: none;
  background: rgba(176, 228, 204, 0.45);
}

.autocomplete-option.add-option {
  font-weight: 700;
  color: var(--olive);
}

.autocomplete-empty {
  color: var(--muted);
}

.full-span {
  grid-column: 1 / -1;
}

.legal-kicker {
  margin: 0 0 12px;
  color: var(--olive);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.legal-list {
  margin: 18px 0 0;
  padding-left: 22px;
  display: grid;
  gap: 12px;
  color: var(--ink);
  line-height: 1.7;
}

.footer {
  background: linear-gradient(135deg, var(--forest), var(--olive));
  color: var(--cream);
  padding-top: 36px;
  padding-bottom: 110px;
}

.footer-legal {
  margin-top: 28px;
  padding: 28px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-legal-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-legal-tablist {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-legal-tab {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: var(--cream);
  font-weight: 800;
  cursor: pointer;
}

.footer-legal-tab.active {
  background: var(--sun);
  color: var(--ink);
  border-color: transparent;
}

.footer-legal-panels {
  margin-top: 22px;
}

.footer-legal-copy {
  margin: 0;
  text-align: right;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 700;
  line-height: 1.5;
}

.footer-bottom-note {
  margin: 22px 0 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  line-height: 1.6;
  text-align: center;
}

.footer-map-row {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 18px;
  justify-content: center;
}

.footer-address {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

.footer-map-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: var(--cream);
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.footer-map-link:hover,
.footer-map-link:focus-visible {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.28);
  transform: translateY(-1px);
}

.footer-legal-panel {
  padding: 28px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  color: var(--ink);
}

.footer-legal-panel h3 {
  margin: 0 0 14px;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  line-height: 1.1;
}

.footer-legal-panel > p,
.footer-disclaimer p {
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.7;
}

.footer-disclaimer {
  margin-top: 22px;
  padding: 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(176, 228, 204, 0.28), rgba(64, 138, 113, 0.08));
  border: 1px solid rgba(64, 138, 113, 0.14);
}

.sticky-cta {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 18px;
  z-index: 30;
  display: none;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--forest);
  color: var(--cream);
  font-weight: 800;
  box-shadow: 0 18px 40px rgba(40, 90, 72, 0.25);
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

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

@media (max-width: 920px) {
  .hero-grid,
  .why-grid,
  .faq-layout,
  .service-grid,
  .social-grid,
  .industry-grid,
  .application-form,
  .form-row-two,
  .form-row-three {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    padding-top: 0;
  }

  .brand-logo {
    width: 100%;
  }

  .hero-card-main {
    padding: 28px;
  }

  .hero-card-float {
    justify-self: stretch;
    width: 100%;
  }

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

  .social-card {
    min-height: 280px;
  }

  .industry-card {
    min-height: 220px;
  }

  .process-flow {
    grid-template-columns: repeat(10, minmax(150px, 1fr));
  }

  .footer-legal-topbar {
    justify-content: center;
  }

  .footer-legal-copy {
    text-align: center;
  }
}

@media (max-width: 720px) {
  .section,
  .hero {
    padding: 60px 20px;
  }

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

  .btn {
    width: 100%;
  }

  .problem-highlight {
    font-size: 1.2rem;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .social-card {
    min-height: auto;
    padding: 26px 22px;
  }

  .footer-legal {
    padding: 22px;
  }

  .social-header {
    gap: 14px;
  }

  .social-icon {
    width: 72px;
    height: 72px;
    border-radius: 22px;
  }

  .social-icon svg {
    width: 34px;
    height: 34px;
  }

  .footer-legal-panel {
    padding: 22px;
  }

  .stat-card {
    min-height: 150px;
  }

  .stat-card strong,
  .stat-value-compact {
    font-size: clamp(1.7rem, 8vw, 2.2rem);
  }

  .industry-card {
    min-height: 200px;
    padding: 28px 24px 24px;
  }

  .industry-icon {
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    border-radius: 18px;
    font-size: 1rem;
  }

  .industry-card h3 {
    font-size: clamp(1.35rem, 8vw, 1.8rem);
    max-width: none;
  }

  .industry-note {
    font-size: 0.92rem;
  }

  .brand-lockup {
    margin-bottom: 22px;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .step:not(:last-child)::after {
    display: none;
  }

  .sticky-cta {
    display: inline-flex;
  }
}
