/* Angel Care Services INC — site styles */
:root {
  --cream: #F7F9FC;
  --cream-2: #EDF2F8;
  --paper: #FFFFFF;
  --ink: #1B2533;
  --ink-2: #3E4A5C;
  --muted: #6B7787;
  --line: #DCE3EC;
  --green: #0A63B5;
  --green-2: #0B3F73;
  --green-soft: #E2EEF9;
  --gold: #6FA52C;
  --gold-2: #4F7F1B;
  --gold-soft: #E9F3DB;
  --rose-soft: #EAF4DC;
  --radius: 22px;
  --radius-sm: 12px;
  --shadow: 0 18px 50px -20px rgba(27, 37, 51, .22);
  --shadow-sm: 0 8px 24px -14px rgba(27, 37, 51, .22);
  --font-display: "Fraunces", "Georgia", serif;
  --font-body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;
  --max: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--cream);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: var(--green); text-decoration: none; }
a:hover { color: var(--green-2); }
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; line-height: 1.12; margin: 0 0 .5em; letter-spacing: -.01em; }
h1 { font-size: clamp(2.4rem, 5.2vw, 4.2rem); }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); }
h3 { font-size: 1.45rem; }
p { margin: 0 0 1em; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.section { padding-block: clamp(64px, 9vw, 112px); }
.section--tight { padding-block: clamp(48px, 6vw, 72px); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: .8rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase;
  color: var(--gold-2); margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--gold); border-radius: 2px; }
.eyebrow--center { justify-content: center; }
.eyebrow--center::after { content: ""; width: 28px; height: 2px; background: var(--gold); border-radius: 2px; }
.lede { font-size: 1.15rem; color: var(--ink-2); max-width: 62ch; }
.center { text-align: center; }
.center .lede { margin-inline: auto; }
.accent { font-style: italic; color: var(--gold-2); font-weight: 400; }
.text-muted { color: var(--muted); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 24px; border-radius: 999px; font-weight: 600; font-size: .98rem;
  border: 1.5px solid transparent; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  font-family: var(--font-body);
}
.btn svg { width: 18px; height: 18px; }
.btn--primary { background: var(--green); color: #fff; box-shadow: 0 10px 24px -12px rgba(10, 99, 181, .6); }
.btn--primary:hover { background: var(--green-2); color: #fff; transform: translateY(-2px); }
.btn--gold { background: var(--gold); color: #fff; box-shadow: 0 10px 24px -12px rgba(111, 165, 44, .7); }
.btn--gold:hover { background: var(--gold-2); color: #fff; transform: translateY(-2px); }
.btn--outline { border-color: var(--green); color: var(--green); background: transparent; }
.btn--outline:hover { background: var(--green); color: #fff; }
.btn--light { background: #fff; color: var(--green); }
.btn--light:hover { background: var(--cream-2); color: var(--green-2); transform: translateY(-2px); }
.btn--ghost-light { border-color: rgba(255,255,255,.55); color: #fff; }
.btn--ghost-light:hover { background: rgba(255,255,255,.12); color: #fff; }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--green); }
.link-arrow svg { width: 18px; height: 18px; transition: transform .2s ease; }
.link-arrow:hover svg { transform: translateX(4px); }

/* Top bar */
.topbar { background: var(--green-2); color: #E4EEEA; font-size: .86rem; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 40px; }
.topbar a { color: #fff; font-weight: 500; }
.topbar ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 22px; flex-wrap: wrap; }
.topbar li { display: inline-flex; align-items: center; gap: 8px; }
.topbar svg { width: 15px; height: 15px; color: var(--gold); }
@media (max-width: 720px) { .topbar { font-size: .8rem; } .topbar .container { justify-content: center; } .topbar ul { gap: 14px; justify-content: center; } .topbar .topbar__right { display: none; } }
@media (max-width: 440px) { .topbar li:nth-child(2) { display: none; } }

/* Header */
.header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 249, 252, .88); backdrop-filter: saturate(160%) blur(12px);
  border-bottom: 1px solid rgba(220, 227, 236, .8);
}
.header .container { display: flex; align-items: center; justify-content: space-between; gap: 18px; min-height: 84px; width: min(1320px, calc(100% - 40px)); }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); }
.brand__mark { width: 52px; height: 52px; flex: none; object-fit: contain; }
.brand__name { font-family: var(--font-display); white-space: nowrap; font-size: 1.32rem; line-height: 1.05; font-weight: 600; letter-spacing: -.01em; }
.brand__sub { display: block; font-family: var(--font-body); font-size: .68rem; letter-spacing: .18em; text-transform: uppercase; color: var(--gold-2); font-weight: 600; margin-top: 3px; }
.nav { display: flex; align-items: center; gap: 4px; }
.nav > ul { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; gap: 2px; }
.nav > ul > li { position: relative; }
.nav > ul > li > a, .nav > ul > li > button {
  display: inline-flex; align-items: center; gap: 5px; padding: 10px 11px; border-radius: 10px; white-space: nowrap;
  color: var(--ink); font-weight: 500; font-size: .92rem; background: none; border: 0; cursor: pointer; font-family: var(--font-body);
}
.nav > ul > li > a:hover, .nav > ul > li > button:hover, .nav > ul > li.is-active > a { background: var(--cream-2); color: var(--green); }
.nav svg.chev { width: 14px; height: 14px; opacity: .6; transition: transform .2s; }
.nav .dropdown {
  position: absolute; top: calc(100% + 8px); left: 0; min-width: 250px;
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 10px;
  box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
  list-style: none; margin: 0;
}
.nav .dropdown--wide { min-width: 520px; display: grid; grid-template-columns: 1fr 1fr; }
.nav li:hover > .dropdown, .nav li.is-open > .dropdown, .nav li:focus-within > .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.nav li.is-open > button svg.chev { transform: rotate(180deg); }
.nav .dropdown a { display: block; padding: 10px 12px; border-radius: 10px; color: var(--ink-2); font-size: .93rem; }
.nav .dropdown a:hover { background: var(--green-soft); color: var(--green); }
.nav .dropdown a small { display: block; font-size: .78rem; color: var(--muted); }
.header__cta { display: inline-flex; white-space: nowrap; padding: 12px 20px; font-size: .92rem; }
.nav-toggle { display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line); background: #fff; cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle svg { width: 22px; height: 22px; }
@media (max-width: 1200px) {
  /* no backdrop-filter here: it would become the containing block for the fixed mobile menu */
  .header { backdrop-filter: none; -webkit-backdrop-filter: none; background: rgba(247, 249, 252, .97); }
  .header .container { min-height: 72px; }
  .nav-toggle { display: inline-flex; }
  .header__cta { display: none; }
  .nav {
    position: fixed; inset: 0; top: 0; background: var(--cream); z-index: 60; overflow: auto;
    flex-direction: column; align-items: stretch; padding: 24px 22px 40px; gap: 0;
    transform: translateX(100%); transition: transform .25s ease;
  }
  .nav.is-open { transform: translateX(0); }
  .nav__head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
  .nav > ul { flex-direction: column; align-items: stretch; gap: 2px; }
  .nav > ul > li > a, .nav > ul > li > button { width: 100%; justify-content: space-between; font-size: 1.08rem; padding: 14px 12px; }
  .nav .dropdown, .nav .dropdown--wide { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; border: 0; background: transparent; display: none; padding: 0 0 8px 12px; min-width: 0; grid-template-columns: 1fr; }
  .nav li.is-open > .dropdown { display: block; }
  .nav li:hover > .dropdown:not(.is-open) { display: none; }
  .nav li.is-open:hover > .dropdown { display: block; }
  .nav__mobile-cta { margin-top: 18px; display: flex; flex-direction: column; gap: 10px; }
}
@media (min-width: 1201px) { .nav__head, .nav__mobile-cta { display: none; } }

/* Hero */
.hero { position: relative; overflow: hidden; padding-block: clamp(48px, 7vw, 96px) clamp(56px, 8vw, 110px); }
.hero::before {
  content: ""; position: absolute; right: -12%; top: -20%; width: 58vw; height: 58vw; max-width: 760px; max-height: 760px;
  background: radial-gradient(circle at 40% 40%, rgba(111,165,44,.14), rgba(111,165,44,0) 62%);
  pointer-events: none;
}
.hero .container { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(32px, 5vw, 72px); align-items: center; position: relative; }
.hero__badge { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid var(--line); padding: 8px 14px 8px 8px; border-radius: 999px; font-size: .86rem; font-weight: 500; color: var(--ink-2); box-shadow: var(--shadow-sm); margin-bottom: 26px; }
.hero__badge span.dot { width: 26px; height: 26px; border-radius: 50%; background: var(--green-soft); display: inline-grid; place-items: center; color: var(--green); }
.hero__badge svg { width: 14px; height: 14px; }
.hero h1 { margin-bottom: 22px; }
.hero .lede { margin-bottom: 30px; }
.hero__media { position: relative; }
.hero__img { border-radius: 30px; aspect-ratio: 4/4.6; width: 100%; object-fit: cover; box-shadow: var(--shadow); }
.hero__frame { position: absolute; inset: 18px -18px -18px 18px; border: 1.5px solid var(--gold); border-radius: 34px; z-index: -1; opacity: .55; }
.hero__card {
  position: absolute; left: -28px; bottom: 34px; background: #fff; border-radius: 18px; padding: 14px 18px;
  box-shadow: var(--shadow); display: flex; align-items: center; gap: 14px; max-width: 280px;
}
.hero__card .ico { width: 44px; height: 44px; border-radius: 12px; background: var(--gold-soft); display: grid; place-items: center; color: var(--gold-2); flex: none; }
.hero__card .ico svg { width: 22px; height: 22px; }
.hero__card strong { display: block; font-size: 1rem; }
.hero__card small { color: var(--muted); font-size: .82rem; }
.hero__card--top { left: auto; right: -22px; top: 30px; bottom: auto; }
.hero__trust { margin-top: 30px; display: flex; flex-wrap: wrap; gap: 10px 26px; color: var(--ink-2); font-size: .92rem; }
.hero__trust li { display: inline-flex; align-items: center; gap: 8px; }
.hero__trust ul { list-style: none; padding: 0; margin: 0; display: contents; }
.hero__trust svg { width: 18px; height: 18px; color: var(--gold-2); }
@media (max-width: 900px) {
  .hero .container { grid-template-columns: 1fr; }
  .hero__media { max-width: 520px; margin-inline: auto; width: 100%; }
  .hero__card { left: 8px; bottom: 16px; }
  .hero__card--top { right: 8px; top: 16px; }
  .hero__frame { display: none; }
}

/* Page hero for inner pages */
.page-hero { position: relative; background: var(--green-2); color: #fff; overflow: hidden; padding-block: clamp(56px, 8vw, 96px); }
.page-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 80% at 85% 20%, rgba(111,165,44,.28), transparent 60%); pointer-events: none; }
.page-hero .container { position: relative; z-index: 1; display: grid; grid-template-columns: 1.2fr .8fr; gap: 40px; align-items: center; }
.page-hero .eyebrow { color: var(--gold); }
.page-hero .eyebrow::before { background: var(--gold); }
.page-hero h1 { color: #fff; font-size: clamp(2.2rem, 4.6vw, 3.6rem); }
.page-hero .lede { color: rgba(255,255,255,.82); }
.page-hero__img { border-radius: 24px; aspect-ratio: 5/3.4; object-fit: cover; width: 100%; box-shadow: 0 24px 60px -24px rgba(0,0,0,.6); }
.crumbs { display: flex; gap: 8px; flex-wrap: wrap; font-size: .85rem; color: rgba(255,255,255,.7); margin-bottom: 18px; }
.crumbs a { color: rgba(255,255,255,.85); }
.crumbs span::before { content: "/"; margin-right: 8px; opacity: .5; }
@media (max-width: 860px) { .page-hero .container { grid-template-columns: 1fr; } .page-hero__img { max-height: 320px; } }

/* Intro split */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.split__img { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); position: relative; }
.split__img img { aspect-ratio: 4/3.3; object-fit: cover; width: 100%; }
.split__img--tall img { aspect-ratio: 4/4.4; }
.split__img .tag { position: absolute; left: 18px; bottom: 18px; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); padding: 10px 16px; border-radius: 12px; font-size: .88rem; font-weight: 600; color: var(--green); }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } .split--reverse .split__img { order: -1; } }

/* Referral card */
.referral { margin-top: 28px; display: flex; align-items: center; gap: 18px; background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 18px 20px; box-shadow: var(--shadow-sm); }
.referral .ico { width: 54px; height: 54px; border-radius: 14px; background: var(--green-soft); color: var(--green); display: grid; place-items: center; flex: none; }
.referral .ico svg { width: 26px; height: 26px; }
.referral h3 { margin: 0 0 2px; font-size: 1.2rem; }
.referral p { margin: 0; color: var(--muted); font-size: .92rem; }
.referral .link-arrow { margin-left: auto; white-space: nowrap; }
@media (max-width: 560px) { .referral { flex-wrap: wrap; } .referral .link-arrow { margin-left: 0; } }

/* Feature grid / services */
.grid { display: grid; gap: 24px; }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }
.grid--2 { grid-template-columns: repeat(2, 1fr); }
@media (max-width: 1000px) { .grid--4 { grid-template-columns: repeat(2, 1fr); } .grid--3 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .grid--4, .grid--3, .grid--2 { grid-template-columns: 1fr; } }

.card {
  background: #fff; border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line);
  display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card__img { aspect-ratio: 4/3; object-fit: cover; width: 100%; }
.card__body { padding: 22px 24px 26px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card__body h3 { margin: 0; font-size: 1.32rem; }
.card__body p { margin: 0; color: var(--ink-2); font-size: .96rem; flex: 1; }
.card--accent { background: var(--green); color: #fff; border-color: var(--green); justify-content: center; padding: 30px 26px; }
.card--accent h3 { color: #fff; font-size: 1.6rem; }
.card--accent p { color: rgba(255,255,255,.8); }
.card--accent .link-arrow { color: var(--gold); }

.service-tile { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px; display: flex; gap: 18px; align-items: flex-start; transition: transform .2s, box-shadow .2s, border-color .2s; color: var(--ink); }
.service-tile:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: transparent; }
.service-tile .ico { width: 52px; height: 52px; border-radius: 14px; background: var(--green-soft); color: var(--green); display: grid; place-items: center; flex: none; }
.service-tile .ico svg { width: 26px; height: 26px; }
.service-tile h3 { font-size: 1.22rem; margin: 0 0 6px; }
.service-tile p { margin: 0 0 8px; font-size: .94rem; color: var(--ink-2); }

/* CTA band */
.cta-band { position: relative; background: var(--green); color: #fff; border-radius: 28px; overflow: hidden; padding: clamp(36px, 5vw, 60px); display: grid; grid-template-columns: 1.3fr .7fr; gap: 32px; align-items: center; }
.cta-band::before { content: ""; position: absolute; inset: 0; background: radial-gradient(50% 90% at 100% 0%, rgba(111,165,44,.3), transparent 60%); }
.cta-band > * { position: relative; }
.cta-band h2 { color: #fff; margin-bottom: 8px; }
.cta-band p { color: rgba(255,255,255,.82); margin: 0; }
.cta-band .btn-row { justify-content: flex-end; }
@media (max-width: 800px) { .cta-band { grid-template-columns: 1fr; } .cta-band .btn-row { justify-content: flex-start; } }

/* Mission */
.mission { background: var(--green-2); color: #fff; position: relative; overflow: hidden; }
.mission::before { content: ""; position: absolute; left: -10%; top: -30%; width: 40vw; height: 40vw; background: radial-gradient(circle, rgba(111,165,44,.2), transparent 60%); }
.mission .container { position: relative; }
.mission h2 { color: #fff; }
.mission .eyebrow { color: var(--gold); }
.mission blockquote { margin: 0; font-family: var(--font-display); font-size: clamp(1.3rem, 2.3vw, 1.75rem); line-height: 1.45; font-weight: 400; color: rgba(255,255,255,.92); max-width: 44ch; }
.mission blockquote::before { content: "“"; color: var(--gold); font-size: 2.2em; line-height: 0; vertical-align: -.35em; margin-right: 6px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.stat { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; padding: 24px; }
.stat strong { display: block; font-family: var(--font-display); font-size: 2.6rem; color: var(--gold); line-height: 1; margin-bottom: 8px; }
.stat span { color: rgba(255,255,255,.78); font-size: .95rem; }
@media (max-width: 640px) { .stats { grid-template-columns: 1fr; } }

/* Why choose list */
.why-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.why-list li { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; }
.why-list .chk { width: 28px; height: 28px; border-radius: 50%; background: var(--gold-soft); color: var(--gold-2); display: grid; place-items: center; flex: none; margin-top: 2px; }
.why-list .chk svg { width: 15px; height: 15px; }
.why-list strong { display: block; margin-bottom: 2px; }
.why-list span { color: var(--ink-2); font-size: .95rem; }

/* Values */
.value { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px; }
.value .ico { width: 48px; height: 48px; border-radius: 12px; background: var(--gold-soft); color: var(--gold-2); display: grid; place-items: center; margin-bottom: 14px; }
.value .ico svg { width: 24px; height: 24px; }
.value h3 { font-size: 1.2rem; margin-bottom: 6px; }
.value p { margin: 0; color: var(--ink-2); font-size: .95rem; }

/* Testimonials */
.testimonials { background: var(--cream-2); }
.slider { position: relative; margin-top: 36px; }
.slider__track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.quote { background: #fff; border-radius: 20px; padding: 28px; border: 1px solid var(--line); display: flex; flex-direction: column; gap: 14px; }
.quote .stars { color: var(--gold); display: flex; gap: 3px; }
.quote .stars svg { width: 18px; height: 18px; }
.quote p { margin: 0; color: var(--ink-2); font-size: 1rem; flex: 1; }
.quote footer { display: flex; align-items: center; gap: 12px; }
.quote .avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--green-soft); color: var(--green); font-weight: 700; display: grid; place-items: center; font-size: .9rem; }
.quote strong { display: block; font-size: .95rem; }
.quote small { color: var(--muted); }
.slider__nav { display: flex; gap: 10px; justify-content: center; margin-top: 26px; }
.slider__nav button { width: 44px; height: 44px; border-radius: 50%; border: 1px solid var(--line); background: #fff; cursor: pointer; display: grid; place-items: center; color: var(--green); }
.slider__nav button:hover { background: var(--green); color: #fff; }
.slider__nav svg { width: 18px; height: 18px; }
.quote[data-slide]:not(.is-visible) { display: none; }
@media (max-width: 900px) { .slider__track { grid-template-columns: 1fr; } }

/* Contact / form */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.form { background: #fff; border: 1px solid var(--line); border-radius: 24px; padding: clamp(24px, 3.5vw, 40px); box-shadow: var(--shadow-sm); }
.form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 560px) { .form__row { grid-template-columns: 1fr; } }
.field { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.field label { font-size: .88rem; font-weight: 600; color: var(--ink-2); }
.field input, .field textarea, .field select {
  font: inherit; padding: 13px 15px; border-radius: 12px; border: 1px solid var(--line); background: var(--cream);
  color: var(--ink); transition: border-color .15s, box-shadow .15s; width: 100%;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--green); box-shadow: 0 0 0 4px rgba(10,99,181,.12); background: #fff; }
.field textarea { min-height: 140px; resize: vertical; }
.consent { display: flex; gap: 10px; align-items: flex-start; font-size: .88rem; color: var(--ink-2); margin-bottom: 20px; }
.consent input { margin-top: 4px; accent-color: var(--green); }
.form__success { display: none; background: var(--green-soft); border-radius: 14px; padding: 18px 20px; color: var(--green-2); }
.form.is-sent .form__success { display: block; }
.form.is-sent .form__fields { display: none; }
.hp { position: absolute; left: -9999px; opacity: 0; }

.info-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 22px 24px; display: flex; gap: 16px; align-items: flex-start; }
.info-card + .info-card { margin-top: 14px; }
.info-card .ico { width: 46px; height: 46px; border-radius: 12px; background: var(--green-soft); color: var(--green); display: grid; place-items: center; flex: none; }
.info-card .ico svg { width: 22px; height: 22px; }
.info-card h3 { font-size: 1.1rem; margin: 0 0 4px; }
.info-card p { margin: 0; color: var(--ink-2); font-size: .95rem; }
.info-card a { font-weight: 600; }
.hours { list-style: none; padding: 0; margin: 0; font-size: .93rem; }
.hours li { display: flex; justify-content: space-between; gap: 12px; padding: 6px 0; border-bottom: 1px dashed var(--line); }
.hours li:last-child { border-bottom: 0; }
.hours span:last-child { color: var(--muted); }

/* FAQ */
.faq { display: grid; gap: 12px; max-width: 820px; margin-inline: auto; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 0 22px; transition: box-shadow .2s; }
.faq details[open] { box-shadow: var(--shadow-sm); border-color: transparent; }
.faq summary { cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 0; font-weight: 600; font-family: var(--font-display); font-size: 1.15rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .plus { width: 30px; height: 30px; border-radius: 50%; background: var(--gold-soft); color: var(--gold-2); display: grid; place-items: center; flex: none; transition: transform .2s; }
.faq summary .plus svg { width: 14px; height: 14px; }
.faq details[open] summary .plus { transform: rotate(45deg); }
.faq .faq__body { padding: 0 0 20px; color: var(--ink-2); }

/* Careers */
.jobs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
@media (max-width: 640px) { .jobs { grid-template-columns: 1fr; } }
.job { display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 16px 18px; color: var(--ink); font-weight: 500; }
.job:hover { border-color: var(--green); color: var(--green); }
.job span.tag { font-size: .75rem; background: var(--green-soft); color: var(--green); padding: 4px 10px; border-radius: 999px; font-weight: 600; }
.steps { counter-reset: step; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 800px) { .steps { grid-template-columns: 1fr; } }
.step { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 26px; position: relative; }
.step::before { counter-increment: step; content: counter(step, decimal-leading-zero); font-family: var(--font-display); font-size: 2rem; color: var(--gold); display: block; margin-bottom: 10px; }
.step h3 { font-size: 1.15rem; margin-bottom: 6px; }
.step p { margin: 0; color: var(--ink-2); font-size: .95rem; }

/* Team */
.member { background: #fff; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; text-align: center; padding-bottom: 22px; }
.member img { aspect-ratio: 1/1; object-fit: cover; width: 100%; }
.member h3 { font-size: 1.15rem; margin: 16px 0 2px; }
.member p { margin: 0; color: var(--muted); font-size: .9rem; padding-inline: 16px; }

/* Service detail */
.detail { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 5vw, 64px); align-items: start; }
@media (max-width: 860px) { .detail { grid-template-columns: 1fr; } }
.check-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 10px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; }
.check-list .chk { width: 24px; height: 24px; border-radius: 50%; background: var(--green-soft); color: var(--green); display: grid; place-items: center; flex: none; margin-top: 2px; }
.check-list .chk svg { width: 13px; height: 13px; }
.aside { background: #fff; border: 1px solid var(--line); border-radius: 20px; padding: 26px; position: sticky; top: 100px; }
.aside h3 { font-size: 1.15rem; }
.aside ul { list-style: none; padding: 0; margin: 0 0 18px; }
.aside li a { display: flex; justify-content: space-between; align-items: center; padding: 10px 12px; border-radius: 10px; color: var(--ink-2); font-size: .93rem; }
.aside li a:hover, .aside li a.is-active { background: var(--green-soft); color: var(--green); }
.aside li a svg { width: 14px; height: 14px; flex: none; opacity: .55; }
.aside .aside__cta { background: var(--green); color: #fff; border-radius: 16px; padding: 20px; }
.aside .aside__cta strong { display: block; font-family: var(--font-display); font-size: 1.15rem; margin-bottom: 4px; }
.aside .aside__cta p { color: rgba(255,255,255,.8); font-size: .9rem; margin-bottom: 14px; }

/* Resources */
.resource { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 24px; display: flex; flex-direction: column; gap: 8px; }
.resource .ico { width: 44px; height: 44px; border-radius: 12px; background: var(--rose-soft); color: #4F7F1B; display: grid; place-items: center; }
.resource .ico svg { width: 22px; height: 22px; }
.resource h3 { font-size: 1.15rem; margin: 6px 0 0; }
.resource p { margin: 0; color: var(--ink-2); font-size: .94rem; flex: 1; }

/* Footer */
.footer { background: var(--green-2); color: rgba(255,255,255,.78); padding-block: 64px 28px; margin-top: 0; }
.footer a { color: rgba(255,255,255,.85); }
.footer a:hover { color: var(--gold); }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 36px; }
@media (max-width: 960px) { .footer__grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer__grid { grid-template-columns: 1fr; } }
.footer .brand { color: #fff; margin-bottom: 14px; }
.footer__logo { display: inline-block; background: #fff; border-radius: 16px; padding: 14px 18px; margin-bottom: 16px; max-width: 250px; }
.footer__logo img { width: 100%; display: block; }
.footer .brand__sub { color: var(--gold); }
.footer h4 { color: #fff; font-family: var(--font-body); font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; margin-bottom: 16px; }
.footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; font-size: .94rem; }
.footer .hours li { border-color: rgba(255,255,255,.12); }
.footer .hours span:last-child { color: rgba(255,255,255,.6); }
.footer__bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 44px; padding-top: 22px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .85rem; color: rgba(255,255,255,.55); }
.footer__bottom ul { display: flex; gap: 18px; flex-wrap: wrap; }
.social { display: flex; gap: 10px; margin-top: 18px; }
.social a { width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); display: grid; place-items: center; }
.social a:hover { background: var(--gold); border-color: var(--gold); color: #fff; }
.social svg { width: 16px; height: 16px; }
.footer .badge-row { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 16px; }
.footer .badge-row span { font-size: .75rem; border: 1px solid rgba(255,255,255,.18); padding: 5px 10px; border-radius: 999px; }

/* Utilities */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-in { opacity: 1; transform: none; }
.mt-0 { margin-top: 0; } .mt-1 { margin-top: 16px; } .mt-2 { margin-top: 32px; } .mt-3 { margin-top: 48px; }
.mb-2 { margin-bottom: 32px; }
.max-70 { max-width: 70ch; }
.section-head { max-width: 720px; margin-bottom: 40px; }
.section-head--center { margin-inline: auto; text-align: center; }
.two-col { columns: 2; column-gap: 40px; }
@media (max-width: 720px) { .two-col { columns: 1; } }
.callout { background: var(--gold-soft); border-left: 4px solid var(--gold); border-radius: 12px; padding: 16px 18px; font-size: .95rem; color: var(--ink-2); }
.map { border: 0; width: 100%; height: 320px; border-radius: 20px; display: block; filter: saturate(.85); }
.floating-call { position: fixed; right: 18px; bottom: 18px; z-index: 40; display: none; }
@media (max-width: 720px) { .floating-call { display: inline-flex; box-shadow: var(--shadow); } }
@media (prefers-reduced-motion: reduce) { .reveal { transition: none; opacity: 1; transform: none; } html { scroll-behavior: auto; } }
