/* Professional B2B HealthTech landing — Anantkaal */
:root {
  --white: #ffffff;
  --bg: #f6f7f9;
  --bg-alt: #eef0f4;
  --ink: #0c1222;
  --ink-secondary: #3d4a5c;
  --ink-muted: #6b7a90;
  --line: #e2e6ed;
  --line-strong: #cdd3de;
  --brand: #ea560d;
  --brand-hover: #d14a0a;
  --brand-soft: #fff4ee;
  --navy: #121a2e;
  --radius: 8px;
  --radius-lg: 12px;
  --shadow-sm: 0 1px 2px rgba(12, 18, 34, 0.06);
  --shadow-md: 0 8px 30px rgba(12, 18, 34, 0.08);
  --shadow-lg: 0 24px 48px rgba(12, 18, 34, 0.1);
  --font: "DM Sans", system-ui, sans-serif;
  --font-display: "Plus Jakarta Sans", var(--font);
  --container: 1140px;
  --nav-h: 76px;
  --ease: cubic-bezier(0.25, 0.1, 0.25, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}

body.has-sticky-cta {
  padding-bottom: 72px;
}

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

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

h1,
h2,
h3,
h4 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.container {
  width: min(100% - 48px, var(--container));
  margin-inline: auto;
}

/* Typography utilities */
.overline {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand);
  margin-bottom: 12px;
}

.text-link {
  color: var(--brand);
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.text-link:hover {
  border-bottom-color: var(--brand);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 13px 22px;
  font-family: var(--font);
  font-size: 15px;
  font-weight: 600;
  border-radius: var(--radius);
  border: none;
  cursor: pointer;
  transition: background 0.2s var(--ease), color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.btn-primary {
  background: var(--brand);
  color: var(--white);
}

.btn-primary:hover {
  background: var(--brand-hover);
  box-shadow: var(--shadow-md);
}

.btn-secondary {
  background: var(--white);
  color: var(--ink);
  border: 1px solid var(--line-strong);
}

.btn-secondary:hover {
  border-color: var(--ink-muted);
  background: var(--bg);
}

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

.btn-dark:hover {
  background: #1a2540;
}

.btn-block {
  width: 100%;
}

.btn svg {
  flex-shrink: 0;
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: var(--nav-h);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.25s, box-shadow 0.25s;
}

.site-header.scrolled {
  border-bottom-color: var(--line);
  box-shadow: var(--shadow-sm);
}

.nav-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 18px;
  color: var(--ink);
  letter-spacing: -0.03em;
}

.logo img {
  width: 40px;
  height: 40px;
  border-radius: var(--radius);
  object-fit: cover;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 28px;
}

.nav-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0;
  font-size: 13px;
  color: var(--ink-muted);
  line-height: 1.3;
}

.nav-phone strong {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
}

.nav-phone:hover strong {
  color: var(--brand);
}

.nav-actions {
  display: flex;
  gap: 10px;
}

.nav-actions .btn {
  padding: 10px 18px;
  font-size: 14px;
}

/* Hero */
.hero {
  padding: calc(var(--nav-h) + 56px) 0 72px;
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}

.hero-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 56px;
  align-items: start;
}

/* Prevent grid children from forcing horizontal overflow */
.hero-layout > * {
  min-width: 0;
}

.hero h1 {
  font-size: clamp(36px, 4.5vw, 48px);
  font-weight: 800;
  margin-bottom: 20px;
  max-width: 11ch;
}

.hero-lead {
  font-size: 18px;
  color: var(--ink-secondary);
  max-width: 42ch;
  margin-bottom: 28px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 40px;
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.proof-item {
  background: var(--white);
  padding: 18px 20px;
}

.proof-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 800;
  color: var(--ink);
  letter-spacing: -0.03em;
  margin-bottom: 2px;
}

.proof-item span {
  font-size: 13px;
  color: var(--ink-muted);
  line-height: 1.4;
}

@media (min-width: 1024px) {
  .hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 400px);
    gap: 48px;
    align-items: center;
  }

  .lead-panel {
    position: sticky;
    top: calc(var(--nav-h) + 20px);
    align-self: start;
  }
}

/* Lead form */
.lead-panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 22px 20px;
  box-shadow: var(--shadow-md);
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.lead-panel h2 {
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 4px;
}

.lead-panel .form-intro {
  font-size: 13px;
  color: var(--ink-secondary);
  margin-bottom: 16px;
  line-height: 1.45;
}

.lead-form {
  width: 100%;
  min-width: 0;
}

/* Compact 2-column grid — fits sidebar without scroll */
.lead-panel .form-grid--compact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  column-gap: 10px;
  row-gap: 10px;
}

.lead-panel .form-field--full {
  grid-column: 1 / -1;
}

.label-optional {
  font-weight: 400;
  color: var(--ink-muted);
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  width: 100%;
}

.form-field.full {
  grid-column: 1 / -1;
}

.lead-panel .form-field label {
  font-size: 12px;
  margin-bottom: -2px;
}

.form-field label {
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
}

.lead-panel .form-field {
  gap: 4px;
}

.form-field input,
.form-field select,
.form-field textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid var(--line-strong);
  border-radius: var(--radius);
  font-family: var(--font);
  font-size: 15px;
  color: var(--ink);
  background: var(--white);
  outline: none;
  transition: border-color 0.15s, box-shadow 0.15s;
  -webkit-appearance: none;
  appearance: none;
}

.form-field select {
  padding-right: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7a90' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-color: var(--white);
  cursor: pointer;
  text-overflow: ellipsis;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #9aa5b5;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--brand);
  box-shadow: 0 0 0 3px rgba(234, 86, 13, 0.12);
}

.lead-panel .form-field input,
.lead-panel .form-field select {
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 6px;
}

.lead-panel .form-field select {
  padding-right: 28px;
  background-position: right 8px center;
}

.form-field textarea {
  min-height: 88px;
  max-height: 160px;
  resize: vertical;
}

.lead-panel .btn-block {
  margin-top: 12px;
}

.lead-panel .btn--compact {
  padding: 11px 16px;
  font-size: 14px;
}

.form-note {
  margin-top: 10px;
  font-size: 11px;
  color: var(--ink-muted);
  text-align: center;
  line-height: 1.4;
}

.lead-panel .form-note {
  margin-top: 8px;
}

.form-error {
  margin-top: 10px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.45;
  color: #9b1c1c;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: var(--radius);
}

.form-error[hidden] {
  display: none;
}

.lead-form.hidden {
  display: none;
}

.form-success {
  display: none;
  padding: 4px 0;
}

.form-success.show {
  display: block;
}

.form-success h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.form-success p {
  font-size: 14px;
  color: var(--ink-secondary);
  margin-bottom: 14px;
  line-height: 1.5;
}

.success-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e8f5ee;
  color: #1a7a4a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

/* Capabilities strip */
.cap-strip {
  padding: 20px 0;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.cap-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 32px;
}

.cap-list li {
  list-style: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink-muted);
  position: relative;
}

.cap-list li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--line-strong);
}

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

.section--alt {
  background: var(--bg);
  border-block: 1px solid var(--line);
}

.section-head {
  max-width: 560px;
  margin-bottom: 48px;
}

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

.section-head h2 {
  font-size: clamp(28px, 3vw, 36px);
  margin-bottom: 14px;
}

.section-head p {
  font-size: 17px;
  color: var(--ink-secondary);
  line-height: 1.65;
}

/* Services — editorial list */
.services-list {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--white);
}

.service-row {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 24px;
  align-items: start;
  padding: 28px 32px;
  border-bottom: 1px solid var(--line);
  transition: background 0.2s;
}

.service-row:last-child {
  border-bottom: none;
}

.service-row:hover {
  background: var(--bg);
}

.service-row .icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: var(--radius);
  background: var(--brand-soft);
  color: var(--brand);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-row h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.service-row .desc {
  font-size: 15px;
  color: var(--ink-secondary);
  max-width: 52ch;
  line-height: 1.6;
}

.service-row .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 12px;
}

.service-row .tag {
  font-size: 12px;
  font-weight: 500;
  color: var(--ink-muted);
  padding: 4px 10px;
  background: var(--bg);
  border-radius: 4px;
  border: 1px solid var(--line);
}

.service-row .link-col {
  padding-top: 4px;
}

.service-row .link-col a {
  font-size: 14px;
  font-weight: 600;
  color: var(--brand);
  white-space: nowrap;
}

.service-row .link-col a:hover {
  text-decoration: underline;
}

/* Why section */
.why-layout {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 64px;
  align-items: start;
}

.why-points {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 32px;
}

.why-point {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.why-point:first-child {
  padding-top: 0;
}

.why-point:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.why-point h3 {
  font-size: 17px;
  margin-bottom: 6px;
}

.why-point p {
  font-size: 15px;
  color: var(--ink-secondary);
  line-height: 1.6;
}

.sidebar-card {
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px;
}

.sidebar-card h3 {
  color: var(--white);
  font-size: 20px;
  margin-bottom: 24px;
}

.stat-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 28px;
}

.stat-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.stat-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.stat-row strong {
  font-family: var(--font-display);
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.stat-row span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.65);
  text-align: right;
  max-width: 140px;
}

.sidebar-card .btn-primary {
  width: 100%;
}

.stack-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 12px;
}

.stack-items {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}

.stack-items span {
  font-size: 12px;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.8);
}

/* Process */
.process-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}

.process-track::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: var(--line-strong);
  z-index: 0;
}

.process-item {
  position: relative;
  z-index: 1;
  padding-right: 20px;
}

.process-item .num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--line-strong);
  font-family: var(--font-display);
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.process-item h3 {
  font-size: 16px;
  margin-bottom: 6px;
}

.process-item p {
  font-size: 14px;
  color: var(--ink-secondary);
  line-height: 1.55;
  max-width: 22ch;
}

/* Work / cases */
.cases-layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 20px;
}

.case-featured {
  grid-row: span 2;
  background: var(--navy);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.case-featured .overline {
  color: rgba(255, 255, 255, 0.55);
}

.case-featured h3 {
  color: var(--white);
  font-size: 26px;
  margin: 12px 0 16px;
  max-width: 16ch;
}

.case-featured p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
  margin-bottom: 32px;
}

.case-featured .metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.case-featured .metrics strong {
  display: block;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
}

.case-featured .metrics span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 2px;
  display: block;
}

.case-sm {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.case-sm .region {
  font-size: 12px;
  font-weight: 600;
  color: var(--ink-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}

.case-sm h3 {
  font-size: 17px;
  margin-bottom: 8px;
}

.case-sm p {
  font-size: 14px;
  color: var(--ink-secondary);
  flex: 1;
  margin-bottom: 16px;
  line-height: 1.55;
}

.case-sm .metric-inline {
  font-size: 14px;
  font-weight: 600;
  color: var(--brand);
}

/* Testimonial */
.quote-section {
  padding: 64px 0;
  border-top: 1px solid var(--line);
}

.quote-block {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.quote-mark {
  font-family: Georgia, serif;
  font-size: 64px;
  line-height: 1;
  color: var(--line-strong);
  margin-bottom: -12px;
}

.quote-block blockquote {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.8vw, 28px);
  font-weight: 500;
  color: var(--ink);
  line-height: 1.45;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
}

.quote-block cite {
  font-style: normal;
  font-size: 15px;
  color: var(--ink-muted);
}

.quote-block cite strong {
  display: block;
  color: var(--ink);
  font-weight: 600;
  margin-bottom: 2px;
}

/* FAQ */
.faq-wrap {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 64px;
  align-items: start;
}

.faq-intro h2 {
  font-size: 32px;
  margin-bottom: 12px;
}

.faq-intro p {
  font-size: 15px;
  color: var(--ink-secondary);
  margin-bottom: 20px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-q {
  width: 100%;
  padding: 20px 0;
  background: none;
  border: none;
  font-family: var(--font);
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.faq-q:hover {
  color: var(--brand);
}

.faq-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  background: var(--ink-muted);
  transition: transform 0.25s, background 0.25s;
}

.faq-icon::before {
  width: 12px;
  height: 2px;
  top: 11px;
  left: 6px;
}

.faq-icon::after {
  width: 2px;
  height: 12px;
  top: 6px;
  left: 11px;
}

.faq-item.open .faq-icon::after {
  transform: rotate(90deg);
  opacity: 0;
}

.faq-item.open .faq-q {
  color: var(--brand);
}

.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s var(--ease);
}

.faq-a-inner {
  padding: 0 0 20px;
  font-size: 15px;
  color: var(--ink-secondary);
  line-height: 1.7;
  max-width: 62ch;
}

.faq-item.open .faq-a {
  max-height: 280px;
}

/* CTA band */
.cta-band {
  background: var(--navy);
  padding: 72px 0;
}

.cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

.cta-band h2 {
  color: var(--white);
  font-size: clamp(26px, 3vw, 34px);
  max-width: 14ch;
  margin-bottom: 10px;
}

.cta-band p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  max-width: 40ch;
}

.cta-band-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  flex-shrink: 0;
}

.cta-band .btn-primary {
  background: var(--brand);
}

.cta-band .btn-secondary {
  border-color: rgba(255, 255, 255, 0.25);
  color: var(--white);
  background: transparent;
}

.cta-band .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.4);
}

/* Footer */
.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.75);
  padding: 56px 0 28px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

.footer-brand .logo {
  color: var(--white);
  margin-bottom: 16px;
}

.footer-brand p {
  font-size: 14px;
  line-height: 1.65;
  max-width: 320px;
  margin-bottom: 20px;
}

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
}

.footer-contact a:hover {
  color: var(--white);
}

.footer-col h4 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--white);
  margin-bottom: 16px;
}

.footer-col ul {
  list-style: none;
}

.footer-col li {
  margin-bottom: 10px;
}

.footer-col a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

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

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
}

.footer-legal {
  display: flex;
  gap: 20px;
}

.footer-legal span {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-weight: 500;
}

/* WhatsApp — subtle */
.wa-link {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 900;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 12px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 100px;
  box-shadow: var(--shadow-md);
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  transition: box-shadow 0.2s, border-color 0.2s;
}

.wa-link:hover {
  border-color: #25d366;
  box-shadow: var(--shadow-lg);
}

.wa-link .wa-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #25d366;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wa-link .wa-icon svg {
  width: 20px;
  height: 20px;
  fill: white;
}

/* Sticky mobile */
.sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  padding: 12px 16px;
  background: var(--white);
  border-top: 1px solid var(--line);
  gap: 10px;
  box-shadow: 0 -4px 20px rgba(12, 18, 34, 0.08);
}

.sticky-cta .btn {
  flex: 1;
  padding: 12px;
  font-size: 14px;
}

/* Responsive */
@media (max-width: 1024px) {
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .lead-panel {
    max-width: 480px;
    margin-inline: auto;
    padding: 24px 22px;
  }

  .lead-panel .form-grid--compact {
    column-gap: 12px;
    row-gap: 12px;
  }

  .why-layout {
    grid-template-columns: 1fr;
  }

  .cases-layout {
    grid-template-columns: 1fr;
  }

  .case-featured {
    grid-row: auto;
  }

  .process-track {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .process-track::before {
    display: none;
  }

  .faq-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .service-row {
    grid-template-columns: 48px 1fr;
  }

  .service-row .link-col {
    grid-column: 2;
    padding-top: 8px;
  }
}

@media (max-width: 768px) {
  .container {
    width: min(100% - 32px, var(--container));
  }

  .nav-phone {
    display: none;
  }

  .nav-actions .btn-secondary {
    display: none;
  }

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

  .proof-item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
  }

  .section {
    padding: 64px 0;
  }

  .process-track {
    grid-template-columns: 1fr;
  }

  .lead-panel {
    padding: 22px 18px;
  }

  .lead-panel .form-grid--compact {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .cta-band-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-band-actions {
    width: 100%;
  }

  .cta-band-actions .btn {
    flex: 1;
    min-width: 140px;
  }

  .sticky-cta {
    display: flex;
  }

  body.has-sticky-cta {
    padding-bottom: 72px;
  }

  .wa-link span:not(.wa-icon) {
    display: none;
  }

  .wa-link {
    padding: 0;
    border: none;
    background: transparent;
    box-shadow: none;
  }

  .cap-list li::after {
    display: none;
  }

  .cap-list {
    gap: 12px 20px;
  }
}
