
@font-face {
  font-family: "Arial Rounded Bold";
  src: url("https://amigopersonalcare.com.au/wp-content/uploads/2026/04/Arial-Rounded-Bold-1.ttf") format("truetype");
  font-weight: 700; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("https://amigopersonalcare.com.au/wp-content/uploads/2026/04/Montserrat-VariableFont_wght.ttf") format("truetype-variations");
  font-weight: 100 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("https://amigopersonalcare.com.au/wp-content/uploads/2026/04/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700; font-style: normal; font-display: swap;
}

:root {
  /* Brand palette — aligned with /personal-assistance-for-daily-activities/ campaign */
  --teal: #447E98;
  --teal-dark: #147a98;
  --teal-deep: #0D6060;
  --teal-mid: #1A9898;
  --teal-pale: #E2F7F7;
  --teal-ice: #F2FAFB;
  --accent: #36DCFB;
  --accent-deep: #1ABFBF;
  --accent-pale: #DDF0F6;
  --ink-900: #447E98; /* brand primary (used where "dark text" is needed) */
  --ink-700: #447E98;
  --ink-500: #2C3E50;
  --gray-700: #7A7A7A; /* unified to Kelly brand gray */
  --gray-500: #7A7A7A;
  --gray-300: #B8D0D8;
  --gray-100: #E8EEF1;
  --bg: #FDFCFA;
  --bg-soft: #F6F9FB;
  --hairline: rgba(20, 122, 152, 0.12);
  --shadow-amb: 0 1px 2px rgba(15,31,44,0.04),
                0 8px 24px rgba(15,31,44,0.04),
                0 40px 80px -20px rgba(13,96,96,0.10);
  --shadow-lift: 0 2px 4px rgba(15,31,44,0.05),
                 0 20px 48px rgba(15,31,44,0.08),
                 0 60px 120px -30px rgba(13,96,96,0.16);
  --shadow-teal: 0 20px 48px -12px rgba(26,152,152,0.38);

  --ease-spring: cubic-bezier(0.32, 0.72, 0, 1);
  --ease-fluid:  cubic-bezier(0.22, 1, 0.36, 1);
  --d-fast: 220ms;
  --d-med:  420ms;
  --d-slow: 720ms;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Montserrat", system-ui, -apple-system, sans-serif;
  font-weight: 300; /* Kelly: body = Light 300 */
  font-size: 20px;  /* Kelly: body = 15pt → 20px */
  line-height: 1.6;
  color: #7A7A7A;   /* Kelly: body color */
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
a { color: inherit; text-decoration: none; }

/* ===== Kelly Escobar Typography spec ===== */
/* H1/H2 — Arial Rounded Bold italic, #447E98 */
h1, h2 {
  font-family: "Arial Rounded Bold", "Arial Rounded MT Bold", sans-serif;
  font-style: italic;
  font-weight: 700;
  color: #447E98;
  line-height: 1.08;
  letter-spacing: -0.01em;
}
/* H3 — Montserrat Bold 700, 24px, #7A7A7A */
h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #7A7A7A;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.005em;
}

/* Accent italic utility */
.accent-italic {
  font-family: "Arial Rounded Bold", sans-serif;
  font-style: italic;
  font-weight: 700;
  color: var(--teal-deep);
}

p { max-width: 62ch; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px;
  border-radius: 999px;
  background: var(--teal-pale);
  color: var(--teal-deep);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
.eyebrow::before {
  content: "";
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent-deep);
  box-shadow: 0 0 0 3px rgba(26,191,191,0.22);
}
.eyebrow.on-dark {
  background: rgba(255,255,255,0.14);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.18);
}
.eyebrow.on-dark::before { background: #36DCFB; box-shadow: 0 0 0 3px rgba(54,220,251,0.26); }

/* ======================= HERO ======================= */
.hero {
  position: relative;
  padding: 140px 32px 100px;
  overflow: hidden;
  background:
    radial-gradient(1100px 600px at 10% 0%, rgba(54,220,251,0.12), transparent 60%),
    radial-gradient(900px 600px at 95% 20%, rgba(26,191,191,0.10), transparent 60%),
    linear-gradient(180deg, #FDFCFA 0%, #F6F9FB 100%);
}
.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 72px;
  align-items: center;
}
.hero-eyebrow { margin-bottom: 26px; }
.hero h1 {
  font-size: clamp(44px, 6.6vw, 80px);
  margin-bottom: 22px;
  color: #447E98;
  font-family: "Arial Rounded Bold", sans-serif;
  font-style: italic;
  font-weight: 700;
  letter-spacing: -0.015em;
}
.hero h1 .underline {
  position: relative;
  display: inline-block;
}
.hero h1 .underline::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 6%;
  height: 18%;
  background: linear-gradient(90deg, rgba(54,220,251,0.42), rgba(26,191,191,0.42));
  border-radius: 999px;
  z-index: -1;
}
.hero-lede {
  font-size: 20px;
  line-height: 1.55;
  color: var(--gray-700);
  margin-bottom: 36px;
  max-width: 560px;
}
.hero-ctas {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.btn {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 14px 14px 14px 28px;
  border-radius: 999px;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;  /* Kelly spec: 23px at full desktop, slightly reduced for UI density */
  font-weight: 700;
  letter-spacing: -0.005em;
  transition: transform var(--d-fast) var(--ease-spring),
              background var(--d-fast) var(--ease-fluid),
              box-shadow var(--d-fast) var(--ease-fluid);
  white-space: nowrap;
}
.btn-hero, .btn-xl { font-size: 23px; padding: 16px 16px 16px 32px; }
.btn:active { transform: scale(0.97); }
.btn-primary {
  background: linear-gradient(135deg, #147a98 0%, #0D6060 100%);
  color: #36DCFB; /* Kelly spec: CTA text = #36DCFB */
  box-shadow: var(--shadow-teal);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 28px 56px -14px rgba(13,96,96,0.5); }
.btn-primary .btn-ico {
  width: 36px; height: 36px; border-radius: 999px;
  background: rgba(54,220,251,0.22);
  color: #36DCFB;
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform var(--d-fast) var(--ease-spring);
}
.btn-primary:hover .btn-ico { transform: translate(3px,-1px) scale(1.08); }
.btn-accent {
  background: var(--accent);
  color: #447E98; /* teal primary on #36DCFB */
  box-shadow: 0 12px 28px -8px rgba(54,220,251,0.56);
}
.btn-accent:hover { background: #28CDED; transform: translateY(-2px); }
.btn-accent .btn-ico {
  width: 34px; height: 34px; border-radius: 999px;
  background: rgba(13,96,96,0.12);
  display: inline-flex; align-items: center; justify-content: center;
  color: var(--teal-deep);
  transition: transform var(--d-fast) var(--ease-spring);
}
.btn-accent:hover .btn-ico { transform: translate(3px,-1px) scale(1.08); }
.btn-ghost-dark {
  background: #fff;
  color: var(--ink-900);
  border: 1px solid var(--hairline);
  padding: 14px 22px;
}
.btn-ghost-dark:hover { border-color: var(--teal-deep); color: var(--teal-deep); }
.btn-phone-inline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  color: var(--ink-900);
  transition: color var(--d-fast);
}
.btn-phone-inline:hover { color: var(--teal-deep); }
.btn-phone-inline .ico-ring {
  width: 38px; height: 38px;
  border-radius: 999px;
  background: var(--teal-pale);
  color: var(--teal-deep);
  display: inline-flex; align-items: center; justify-content: center;
}

/* Hero stats row */
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
  max-width: 580px;
}
.stat {
  padding: 18px 20px;
  border-radius: 22px;
  background: #fff;
  border: 1px solid var(--hairline);
  box-shadow: 0 2px 8px rgba(13,96,96,0.05);
}
.stat-num {
  font-size: 28px;
  font-weight: 800;
  color: var(--teal-deep);
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 6px;
}
.stat-lbl {
  font-size: 12px;
  font-weight: 600;
  color: var(--gray-700);
  line-height: 1.3;
}

/* Hero visual — photo + floating response card */
.hero-visual {
  position: relative;
  aspect-ratio: 4 / 5;
  max-height: 620px;
}
.hero-photo {
  position: absolute;
  inset: 0;
  border-radius: 36px;
  overflow: hidden;
  background: linear-gradient(135deg, #E2F7F7, #B8D0D8);
  box-shadow: var(--shadow-lift);
}
.hero-photo img {
  width: 100%; height: 100%; object-fit: cover;
}
.hero-photo::after {
  content: "";
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 60%, rgba(13,96,96,0.35));
}
.hero-tag {
  position: absolute;
  top: 22px; left: 22px;
  z-index: 2;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(14px);
  color: var(--ink-900);
  font-size: 12px;
  font-weight: 700;
}
.hero-tag::before {
  content: ""; width: 8px; height: 8px;
  border-radius: 50%; background: #3DDC97;
  box-shadow: 0 0 0 4px rgba(61,220,151,0.22);
  animation: pulse 1.8s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(61,220,151,0.22); }
  50%      { box-shadow: 0 0 0 7px rgba(61,220,151,0.08); }
}
.hero-float {
  position: absolute;
  bottom: -26px; left: -26px;
  z-index: 3;
  width: 280px;
  padding: 6px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-lift);
  transform: rotate(-2deg);
}
.hero-float-core {
  border-radius: 22px;
  padding: 18px 20px;
  background: linear-gradient(135deg, #0D6060 0%, #1A9898 100%);
  color: #fff;
}
.hero-float-core .label {
  font-size: 10px; font-weight: 700; letter-spacing: 0.18em;
  text-transform: uppercase; opacity: 0.82;
}
.hero-float-core .quote {
  font-size: 16px; font-weight: 600; line-height: 1.25;
  margin-top: 6px;
  font-family: "Arial Rounded Bold", sans-serif; font-style: italic;
}
.hero-float-core .who { font-size: 12px; opacity: 0.82; margin-top: 6px; }

@media (max-width: 900px) {
  .hero { padding: 120px 20px 72px; }
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-visual { aspect-ratio: 4 / 4.4; }
  .hero-float { width: 230px; left: -10px; bottom: -20px; }
  .hero-stats { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .hero-stats { grid-template-columns: 1fr; }
}

/* ======================= STATS BAND (dark) ======================= */
.band {
  padding: 0 32px;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
.band-inner {
  max-width: 1240px; margin: 0 auto;
  padding: 26px 32px;
  display: flex; flex-wrap: wrap; gap: 24px;
  align-items: center; justify-content: space-between;
  border-radius: 28px;
  background: linear-gradient(135deg, #0D6060 0%, #147a98 100%);
  color: #fff;
  box-shadow: var(--shadow-teal);
}
.band-inner::before {
  content: "";
  position: absolute; pointer-events: none;
}
.band-item { display: flex; align-items: center; gap: 14px; }
.band-item .check {
  width: 36px; height: 36px; border-radius: 999px;
  background: rgba(255,255,255,0.14);
  display: inline-flex; align-items: center; justify-content: center;
  color: #36DCFB; flex: 0 0 36px;
}
.band-item b { display: block; font-size: 15px; font-weight: 700; }
.band-item span { font-size: 12px; opacity: 0.78; }
.band-divider { width: 1px; height: 34px; background: rgba(255,255,255,0.14); }
@media (max-width: 780px) {
  .band-inner { flex-direction: column; align-items: flex-start; border-radius: 32px; }
  .band-divider { display: none; }
}

/* ======================= FORMS (stacked vertically) ======================= */
.forms {
  padding: 120px 32px 100px;
  position: relative;
}
.forms-inner { max-width: 980px; margin: 0 auto; }
.forms-head {
  text-align: center; margin-bottom: 56px;
}
.forms-head h2 {
  font-size: clamp(34px, 4.8vw, 52px);
  margin: 18px auto 14px;
  max-width: 24ch;
}
.forms-head p {
  margin: 0 auto;
  font-size: 18px;
  color: var(--gray-700);
  max-width: 60ch;
}
.form-stack {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.form-anchor-row {
  display: flex; justify-content: center; gap: 10px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.anchor-chip {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 20px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--hairline);
  font-size: 14px; font-weight: 600;
  color: var(--ink-700);
  transition: all var(--d-fast) var(--ease-fluid);
}
.anchor-chip:hover { border-color: var(--teal-deep); color: var(--teal-deep); transform: translateY(-1px); }
.anchor-chip .dot {
  width: 8px; height: 8px; border-radius: 999px;
  background: var(--accent-deep);
}
.anchor-chip.ref .dot { background: var(--teal-deep); }

.form-wrap {
  padding: 10px;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(255,255,255,0.78));
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-amb);
  transition: transform var(--d-slow) var(--ease-fluid),
              box-shadow var(--d-slow) var(--ease-fluid);
}
.form-wrap:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-lift);
}
.form-core {
  border-radius: 32px;
  overflow: hidden;
  background: #fff;
}
.form-header {
  padding: 44px 56px 42px;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 22px;
}
.form-header.client {
  background:
    radial-gradient(800px 300px at 90% -20%, rgba(255,255,255,0.25), transparent 60%),
    linear-gradient(135deg, #36DCFB 0%, #1ABFBF 100%);
}
.form-header.referral {
  background:
    radial-gradient(800px 300px at 90% -20%, rgba(54,220,251,0.28), transparent 60%),
    linear-gradient(135deg, #147a98 0%, #0D6060 100%);
}
.form-header::after {
  content: ""; position: absolute;
  bottom: -60px; right: -60px;
  width: 240px; height: 240px;
  border-radius: 50%;
  background: radial-gradient(closest-side, rgba(255,255,255,0.18), transparent 70%);
  pointer-events: none;
}
.form-badge {
  width: 72px; height: 72px; flex: 0 0 72px;
  border-radius: 24px;
  background: rgba(255,255,255,0.22);
  backdrop-filter: blur(10px);
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  position: relative; z-index: 1;
}
.form-title {
  position: relative; z-index: 1;
}
.form-title .form-title-h {
  font-family: "Arial Rounded Bold", sans-serif;
  font-style: italic;
  font-size: 32px;
  line-height: 1.1;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.005em;
  margin-bottom: 6px;
}
.form-subtitle {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.86);
}
.form-time-pill {
  position: absolute;
  top: 22px; right: 22px;
  z-index: 2;
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.16);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.22);
  font-size: 11px; font-weight: 700;
  color: #fff;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.form-prog {
  padding: 18px 56px;
  border-bottom: 1px solid var(--hairline);
  background: linear-gradient(180deg, #FAFDFE, #fff);
}
.form-prog-row {
  display: flex; justify-content: space-between;
  font-size: 13px; font-weight: 700;
  color: var(--teal-deep);
  margin-bottom: 10px;
}
.form-prog-row span:last-child { color: var(--gray-700); font-weight: 500; }
.form-bar {
  height: 6px; border-radius: 999px;
  background: var(--accent-pale); overflow: hidden;
}
.form-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--accent-deep), var(--teal-deep));
  border-radius: 999px;
  transition: width var(--d-slow) var(--ease-spring);
}

.form-body { padding: 44px 56px 48px; }
.form-stage-tag {
  display: inline-block;
  padding: 6px 14px; border-radius: 999px;
  background: var(--accent-pale);
  color: var(--teal-deep);
  font-size: 11px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  margin-bottom: 18px;
}
.form-q {
  font-family: "Arial Rounded Bold", sans-serif;
  font-style: italic;
  font-size: 32px;
  color: #447E98;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.15;
  margin-bottom: 10px;
}
.form-sub {
  color: var(--gray-700);
  font-size: 16px;
  margin-bottom: 28px;
}
.form-options {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 12px; margin-bottom: 28px;
}
@media (max-width: 680px) { .form-options { grid-template-columns: 1fr; } }
.opt {
  display: flex; align-items: center; gap: 14px;
  padding: 18px 18px 18px 16px;
  border-radius: 18px;
  background: var(--accent-pale);
  border: 2px solid transparent;
  font-size: 15px; font-weight: 600;
  color: var(--ink-700); text-align: left;
  transition: all var(--d-fast) var(--ease-fluid);
}
.opt:hover { background: #D2ECF5; transform: translateY(-1px); }
.opt:active { transform: scale(0.99); }
.opt.selected {
  background: #EAF7FB;
  border-color: var(--accent-deep);
  box-shadow: 0 0 0 4px rgba(26,191,191,0.14);
}
.opt-ico {
  width: 36px; height: 36px; flex: 0 0 36px;
  border-radius: 10px;
  background: rgba(255,255,255,0.65);
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 20px;
}
.opt-dot {
  margin-left: auto;
  width: 20px; height: 20px;
  border-radius: 50%;
  border: 2px solid var(--gray-300);
  transition: border-color var(--d-fast), background var(--d-fast);
  flex: 0 0 20px;
}
.opt.selected .opt-dot {
  border-color: var(--accent-deep);
  background: radial-gradient(closest-side, var(--accent-deep) 0 45%, transparent 50%);
}

.form-actions {
  display: flex; justify-content: space-between; align-items: center;
  padding-top: 22px;
  border-top: 1px solid var(--hairline);
  gap: 16px;
  flex-wrap: wrap;
}
.form-helper {
  font-size: 13px; color: var(--gray-700);
}
.form-helper strong { color: var(--teal-deep); }

@media (max-width: 680px) {
  .form-header { padding: 32px 24px; gap: 16px; }
  .form-title h3 { font-size: 24px; }
  .form-badge { width: 56px; height: 56px; flex: 0 0 56px; border-radius: 18px; }
  .form-prog, .form-body { padding-left: 24px; padding-right: 24px; }
  .form-q { font-size: 22px; }
  .form-time-pill { display: none; }
}

/* ======================= SERVICES (4 essentials) ======================= */
.services {
  padding: 60px 32px 60px;
  background: linear-gradient(180deg, #fff 0%, var(--teal-ice) 100%);
}
.services-inner { max-width: 1240px; margin: 0 auto; }
.services-head { text-align: center; margin-bottom: 48px; }
.services-head h2 {
  font-size: clamp(30px, 4.2vw, 44px);
  margin: 14px 0 10px;
}
.services-head p { margin: 0 auto; max-width: 54ch; }
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 1080px) { .services-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 580px) { .services-grid { grid-template-columns: 1fr; } }

.svc-card {
  padding: 10px;
  border-radius: 32px;
  background: #fff;
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-amb);
  transition: transform var(--d-med) var(--ease-spring),
              box-shadow var(--d-med) var(--ease-fluid);
  display: flex; flex-direction: column;
}
.svc-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-lift);
}
.svc-media {
  aspect-ratio: 4 / 3;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(135deg, var(--teal-pale), rgba(26,191,191,0.18));
}
.svc-media img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform var(--d-slow) var(--ease-fluid);
}
.svc-card:hover .svc-media img { transform: scale(1.04); }
.svc-body {
  padding: 20px 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.svc-body h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #7A7A7A;
  letter-spacing: -0.005em;
  line-height: 1.25;
}
.svc-body p {
  font-size: 14px;
  color: var(--gray-700);
  line-height: 1.5;
  flex: 1;
}
.svc-link {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 13px; font-weight: 700;
  color: var(--teal-deep);
  margin-top: 6px;
  transition: gap var(--d-fast);
}
.svc-link:hover { gap: 12px; }

/* ======================= "Three steps" ======================= */
.steps {
  padding: 60px 32px 100px;
  position: relative;
}
.steps-inner { max-width: 1240px; margin: 0 auto; }
.steps-head { text-align: center; margin-bottom: 56px; }
.steps-head h2 {
  font-size: clamp(32px, 4.4vw, 48px);
  margin: 16px 0 12px;
}
.steps-head p { margin: 0 auto; max-width: 52ch; }
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  counter-reset: step;
}
@media (max-width: 900px) { .steps-grid { grid-template-columns: 1fr; } }
.step-card {
  padding: 10px;
  border-radius: 32px;
  background: #fff;
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-amb);
  transition: transform var(--d-med) var(--ease-spring);
  counter-increment: step;
}
.step-card:hover { transform: translateY(-4px); }
.step-core {
  padding: 32px 28px 32px;
  border-radius: 24px;
  background: linear-gradient(180deg, #FBFDFE, #fff);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.step-num {
  position: absolute;
  top: 22px; right: 22px;
  font-family: "Montserrat", sans-serif;
  font-size: 72px;
  font-weight: 800;
  color: rgba(20,122,152,0.08);
  letter-spacing: -0.04em;
  line-height: 1;
}
.step-num::before { content: "0"; }
.step-card:nth-child(1) .step-num::after { content: "1"; }
.step-card:nth-child(2) .step-num::after { content: "2"; }
.step-card:nth-child(3) .step-num::after { content: "3"; }
.step-ico {
  width: 48px; height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--teal-pale), rgba(26,191,191,0.2));
  color: var(--teal-deep);
  display: inline-flex; align-items: center; justify-content: center;
}
.step-card h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #7A7A7A;
  font-weight: 700;
}
.step-card p {
  font-size: 15px;
  color: var(--gray-700);
  line-height: 1.55;
}

/* ======================= CONTACT INFO ======================= */
.info {
  padding: 80px 32px 100px;
  background: var(--bg-soft);
}
.info-inner {
  max-width: 1240px; margin: 0 auto;
}
.info-head { text-align: center; margin-bottom: 48px; }
.info-head h2 {
  font-size: clamp(30px, 4vw, 44px);
  margin: 14px 0 10px;
}
.info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 860px;
  margin: 0 auto;
}
@media (max-width: 780px) { .info-grid { grid-template-columns: 1fr; } }

.info-card {
  padding: 32px 28px 28px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-amb);
  transition: transform var(--d-med) var(--ease-spring);
  display: flex; flex-direction: column; gap: 14px;
}
.info-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lift); }
.info-ico {
  width: 52px; height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--teal-pale), rgba(26,191,191,0.18));
  color: var(--teal-deep);
  display: inline-flex; align-items: center; justify-content: center;
}
.info-eyebrow {
  font-size: 11px; font-weight: 700;
  color: var(--gray-700);
  letter-spacing: 0.2em; text-transform: uppercase;
}
.info-value {
  font-family: "Arial Rounded Bold", sans-serif;
  font-style: italic;
  color: #447E98;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.005em;
  line-height: 1.2;
}
.info-support {
  font-size: 15px;
  color: var(--gray-700);
  font-weight: 400;
}
.info-link {
  margin-top: auto;
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 14px; font-weight: 700;
  color: var(--teal-deep);
  transition: gap var(--d-fast);
}
.info-link:hover { gap: 14px; }

/* ======================= TRUST STRIP ======================= */
.trust {
  padding: 20px 32px 80px;
}
.trust-inner {
  max-width: 1240px; margin: 0 auto;
  display: flex; flex-wrap: wrap;
  align-items: center; justify-content: space-between;
  gap: 32px;
  padding: 26px 40px;
  border-radius: 28px;
  background: #fff;
  border: 1px solid var(--hairline);
  box-shadow: var(--shadow-amb);
}
@media (max-width: 780px) {
  .trust-inner { flex-direction: column; align-items: flex-start; padding: 24px; }
}
.trust-item { display: flex; align-items: center; gap: 14px; }
.trust-item img { height: 42px; width: auto; }
.trust-text small {
  display: block; font-size: 11px; font-weight: 700;
  letter-spacing: 0.2em; color: var(--gray-700);
  text-transform: uppercase; margin-bottom: 4px;
}
.trust-text strong { font-size: 15px; font-weight: 700; color: var(--ink-900); }
.trust-divider { width: 1px; height: 36px; background: var(--hairline); }
@media (max-width: 780px) { .trust-divider { display: none; } }

/* ======================= FAQ ======================= */
.faq {
  padding: 80px 32px 100px;
}
.faq-inner { max-width: 960px; margin: 0 auto; }
.faq-head { text-align: center; margin-bottom: 48px; }
.faq-head h2 {
  font-size: clamp(30px, 4.2vw, 44px);
  margin: 14px 0 10px;
}
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
  padding: 6px;
  border-radius: 24px;
  background: #fff;
  border: 1px solid var(--hairline);
  transition: box-shadow var(--d-med) var(--ease-fluid);
}
.faq-item:hover { box-shadow: var(--shadow-amb); }
.faq-item[open] { box-shadow: var(--shadow-amb); }
.faq-item summary {
  list-style: none; padding: 22px 26px; border-radius: 18px; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  font-family: "Arial Rounded Bold", sans-serif;
  font-style: italic;
  font-size: 22px; font-weight: 700; color: #447E98; line-height: 1.3;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus {
  flex: 0 0 36px; width: 36px; height: 36px; border-radius: 999px;
  background: var(--teal-pale); color: var(--teal-deep);
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform var(--d-med) var(--ease-spring), background var(--d-fast);
}
.faq-item[open] .faq-plus {
  transform: rotate(45deg);
  background: var(--accent); color: var(--teal-deep);
}
.faq-body {
  padding: 0 26px 22px;
  color: var(--gray-700); font-size: 16px; line-height: 1.6;
}

/* ======================= FOOTER CTA ======================= */
.foot-cta { padding: 20px 32px 80px; }
.foot-cta-inner {
  max-width: 1240px; margin: 0 auto;
  padding: 8px;
  border-radius: 40px;
  background: linear-gradient(135deg, rgba(13,96,96,0.06), rgba(54,220,251,0.08));
  border: 1px solid var(--hairline);
}
.foot-cta-core {
  padding: 56px;
  border-radius: 32px;
  background:
    radial-gradient(600px 300px at 90% 0%, rgba(54,220,251,0.18), transparent 60%),
    linear-gradient(135deg, #0D6060 0%, #147a98 100%);
  color: #fff;
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  align-items: center;
  position: relative; overflow: hidden;
}
.foot-cta-title {
  font-family: "Arial Rounded Bold", sans-serif;
  font-style: italic;
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 700;
  letter-spacing: -0.005em;
  line-height: 1.1;
  margin-bottom: 14px;
}
.foot-cta-sub {
  color: rgba(255,255,255,0.84);
  font-size: 17px;
  max-width: 54ch;
}
.foot-cta-actions { display: flex; flex-direction: column; gap: 12px; }
.btn-white {
  background: #fff; color: var(--teal-deep);
}
.btn-white:hover { background: #F6F9FB; }
.btn-white .btn-ico { background: var(--teal-pale); color: var(--teal-deep); width: 34px; height: 34px; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; }
.btn-outline-light {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(6px);
  padding: 14px 22px;
}
.btn-outline-light:hover { background: rgba(255,255,255,0.2); }
@media (max-width: 780px) {
  .foot-cta-core { grid-template-columns: 1fr; padding: 40px 28px; }
}

/* ======================= REVEAL ======================= */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  filter: blur(5px);
  transition:
    opacity 800ms var(--ease-fluid),
    transform 800ms var(--ease-fluid),
    filter 800ms var(--ease-fluid);
}
.reveal.in { opacity: 1; transform: translateY(0); filter: blur(0); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
  .reveal { opacity: 1; transform: none; filter: none; }
}
