:root {
  --navy: #071f52;
  --navy-deep: #041435;
  --navy-soft: #edf2fb;
  --orange: #ff5700;
  --orange-dark: #dc4700;
  --white: #ffffff;
  --ink: #101828;
  --muted: #667085;
  --line: #e4e8ef;
  --soft: #f7f9fc;
  --success: #147a4b;
  --shadow-sm: 0 8px 24px rgba(7, 31, 82, .08);
  --shadow-md: 0 18px 50px rgba(7, 31, 82, .12);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 999; background: #fff; padding: 10px 14px; border-radius: 8px; }

.utility-bar { background: var(--navy-deep); color: #fff; font-size: .86rem; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.utility-inner p { margin: 0; }
.utility-inner span { color: #cdd8ef; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(228,232,239,.9); backdrop-filter: blur(14px); }
.nav { min-height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; flex-shrink: 0; }
.brand img { width: 350px; height: auto; object-fit: contain; object-position: left center; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a { text-decoration: none; color: var(--navy); font-size: .94rem; font-weight: 700; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--orange); }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; color: #fff !important; background: var(--orange); border-radius: 999px; box-shadow: 0 8px 20px rgba(255,87,0,.2); }
.nav-cta:hover { background: var(--orange-dark); }
.instagram-link { width: 40px; height: 40px; display: inline-grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.instagram-link svg { width: 18px; height: 18px; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--navy); }

.hero { position: relative; overflow: hidden; padding: 44px 0 42px; }
.hero::before { content: ""; position: absolute; inset: 0 0 auto auto; width: 48vw; height: 100%; background: radial-gradient(circle at 65% 35%, rgba(255,87,0,.14), transparent 37%), radial-gradient(circle at 78% 72%, rgba(7,31,82,.12), transparent 44%); pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 62px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--orange); font-weight: 800; font-size: .78rem; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
h1, h2, h3 { margin: 0; color: var(--navy); line-height: 1.12; letter-spacing: -.025em; }
h1 { font-size: clamp(2.65rem, 5vw, 5.35rem); max-width: 800px; }
h2 { font-size: clamp(2rem, 3.5vw, 3.45rem); }
h3 { font-size: 1.25rem; }
.lead { margin: 24px 0 0; max-width: 680px; font-size: 1.16rem; color: var(--muted); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 50px; padding: 0 22px; border: 0; border-radius: 999px; text-decoration: none; font-weight: 800; cursor: pointer; white-space: nowrap; line-height: 1; }
.btn-primary { color: #fff; background: var(--orange); box-shadow: 0 10px 22px rgba(255,87,0,.22); }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-1px); }
.btn-secondary { color: var(--navy); background: #fff; border: 1px solid var(--line); }
.btn-secondary:hover { border-color: var(--navy); }
.hero-note { margin-top: 23px; color: var(--muted); font-size: .9rem; }
.hero-card { position: relative; padding: 38px; color: #fff; background: linear-gradient(145deg, var(--navy) 0%, var(--navy-deep) 100%); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.hero-card::after { content: ""; position: absolute; right: 26px; top: 26px; width: 70px; height: 70px; border: 16px solid rgba(255,87,0,.78); border-left-color: transparent; border-bottom-color: transparent; border-radius: 50%; transform: rotate(8deg); }
.hero-card h2 { max-width: 380px; color: #fff; font-size: clamp(1.8rem, 3vw, 2.75rem); }
.hero-card p { color: #d8e1f5; max-width: 440px; }
.check-list { display: grid; gap: 14px; padding: 0; margin: 28px 0 0; list-style: none; }
.check-list li { display: flex; gap: 11px; align-items: flex-start; }
.check-list li::before { content: "✓"; display: grid; place-items: center; flex: 0 0 24px; height: 24px; color: #fff; background: var(--orange); border-radius: 50%; font-size: .78rem; font-weight: 900; }

.section { padding: 44px 0; }
.section-soft { background: var(--soft); }
.section-navy { color: #fff; background: var(--navy); }
.section-navy h2, .section-navy h3 { color: #fff; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 22px; }
.section-head p { max-width: 590px; margin: 0; color: var(--muted); }
.section-navy .section-head p { color: #d4ddf0; }

.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; display: flex; flex-direction: column; padding: 28px; background: linear-gradient(180deg, #fff 0%, #fbfcff 100%); border: 1px solid #dfe5ee; border-radius: var(--radius-md); box-shadow: 0 10px 24px rgba(7,31,82,.08), 0 2px 0 rgba(7,31,82,.04); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.service-card:hover { transform: translateY(-7px); border-color: var(--orange); box-shadow: 0 22px 46px rgba(7,31,82,.16), 0 0 0 1px rgba(255,87,0,.08); }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 22px; color: var(--orange); background: #fff3ec; border-radius: 13px; }
.icon-box svg { width: 24px; height: 24px; }
.service-card p { color: var(--muted); }
.price { margin-top: auto; padding-top: 17px; color: var(--navy); font-weight: 800; }
.text-link { display: inline-flex; gap: 8px; align-items: center; margin-top: 13px; color: var(--orange); text-decoration: none; font-weight: 800; }

.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: center; }
.pill-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.pill { padding: 9px 13px; color: var(--navy); background: var(--navy-soft); border-radius: 999px; font-size: .88rem; font-weight: 700; }
.feature-panel { padding: 36px; background: var(--soft); border: 1px solid var(--line); border-radius: var(--radius-lg); }
.feature-list { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 38px 1fr; gap: 14px; }
.feature-num { width: 38px; height: 38px; display: grid; place-items: center; color: var(--orange); background: var(--navy); border-radius: 11px; font-weight: 900; }
.feature-list .feature-num { color: var(--orange); }
.feature-list strong { display: block; color: var(--navy); }
.feature-list span { color: var(--muted); font-size: .93rem; }

.review-wrap { display: grid; grid-template-columns: .7fr 1.3fr; gap: 42px; align-items: center; }
.review-shell { position: relative; min-height: 315px; padding: 38px; color: #fff; background: var(--navy-deep); border-radius: var(--radius-lg); overflow: hidden; }
.review-shell::before { content: ““; position: absolute; top: -40px; right: 18px; font: 180px/1 Georgia, serif; color: rgba(255,255,255,.07); }
.review-slide { display: none; animation: fade .35s ease; }
.review-slide.active { display: block; }
.review-stars { color: #ffad66; letter-spacing: 3px; font-size: 1.15rem; }
.review-quote { margin: 19px 0 26px; color: #fff; font-size: clamp(1.35rem, 2.1vw, 2rem); line-height: 1.35; font-weight: 700; }
.review-meta strong { display: block; }
.review-meta span { color: #c8d2e9; font-size: .92rem; }
.review-controls { display: flex; gap: 9px; margin-top: 28px; }
.review-controls button { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: #fff; background: transparent; cursor: pointer; }
.review-controls button:hover { background: rgba(255,255,255,.1); }
@keyframes fade { from { opacity: .25; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 0; border: 0; color: var(--navy); background: transparent; text-align: left; font-weight: 800; cursor: pointer; }
.faq-answer { display: none; padding: 0 42px 22px 0; color: var(--muted); }
.faq-item.open .faq-answer { display: block; }
.faq-plus { font-size: 1.4rem; transition: transform .2s ease; }
.faq-item.open .faq-plus { transform: rotate(45deg); }

.cta-band { padding: 38px; display: flex; align-items: center; justify-content: space-between; gap: 30px; color: #fff; background: linear-gradient(120deg, var(--navy) 0%, var(--navy-deep) 100%); border-radius: var(--radius-lg); }
.cta-band h2 { color: #fff; max-width: 650px; }
.cta-band p { margin: 12px 0 0; color: #d1dbed; }

.page-hero { padding: 36px 0 30px; background: linear-gradient(180deg, #fff, var(--soft)); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.5rem, 4.8vw, 4.8rem); }
.page-hero .lead { max-width: 780px; }
.breadcrumb { margin-bottom: 18px; color: var(--muted); font-size: .9rem; }
.breadcrumb a { color: var(--orange); text-decoration: none; font-weight: 700; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.full-service-card { position: relative; padding: 28px; background: linear-gradient(180deg, #fff 0%, #fbfcff 100%); border: 1px solid #dfe5ee; border-radius: var(--radius-md); box-shadow: 0 12px 28px rgba(7,31,82,.08), 0 2px 0 rgba(7,31,82,.04); transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease; }
.full-service-card:hover { transform: translateY(-7px); border-color: var(--orange); box-shadow: 0 24px 50px rgba(7,31,82,.16), 0 0 0 1px rgba(255,87,0,.08); }
.full-service-card .tag { display: inline-block; margin-bottom: 16px; padding: 6px 9px; color: var(--orange-dark); background: #fff0e7; border-radius: 999px; font-size: .74rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.full-service-card p, .full-service-card li { color: var(--muted); }
.full-service-card ul { padding-left: 19px; }
.full-service-card .price { border-top: 1px solid var(--line); }

.resource-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.resource-card { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-md); }
.resource-type { color: var(--orange); font-size: .75rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.resource-card p { color: var(--muted); }
.badge-soon { display: inline-block; margin-top: 12px; padding: 7px 10px; color: var(--navy); background: var(--navy-soft); border-radius: 999px; font-size: .78rem; font-weight: 800; }

.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 54px; align-items: start; }
.contact-panel { padding: 34px; color: #fff; background: var(--navy); border-radius: var(--radius-lg); }
.contact-panel h2 { color: #fff; font-size: 2rem; }
.contact-panel p { color: #d4ddf0; }
.contact-detail { display: flex; gap: 13px; margin-top: 22px; }
.contact-detail svg { flex: 0 0 22px; color: var(--orange); }
.contact-detail a { color: #fff; text-decoration: none; font-weight: 700; }
.form-card { padding: 34px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field-full { grid-column: 1 / -1; }
label { color: var(--navy); font-size: .9rem; font-weight: 800; }
input, select, textarea { width: 100%; border: 1px solid #cfd6e2; border-radius: 11px; padding: 13px 14px; color: var(--ink); background: #fff; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 4px rgba(255,87,0,.1); }
textarea { min-height: 150px; resize: vertical; }
.checkbox { display: grid; grid-template-columns: 19px 1fr; gap: 10px; align-items: start; }
.checkbox input { width: 18px; height: 18px; margin-top: 3px; accent-color: var(--orange); }
.checkbox label { color: var(--muted); font-weight: 500; font-size: .84rem; }
.checkbox a { color: var(--navy); }
.form-note { margin-top: 13px; color: var(--muted); font-size: .82rem; }
.honeypot { position: absolute; left: -9999px; }

.legal { max-width: 860px; }
.legal h2 { margin-top: 40px; font-size: 1.7rem; }
.legal h3 { margin-top: 28px; font-size: 1.2rem; }
.legal p, .legal li { color: #475467; }
.legal .updated { color: var(--muted); font-size: .9rem; }

.site-footer { margin-top: 64px; color: #d4ddf0; background: var(--navy-deep); }
.footer-main { padding: 58px 0 42px; display: grid; grid-template-columns: 1.4fr .8fr .9fr; gap: 48px; }
.footer-logo { width: 250px; filter: brightness(0) invert(1); }
.footer-intro { max-width: 480px; }
.footer-intro p { margin-bottom: 0; }
.footer-heading { margin-bottom: 15px; color: #fff; font-size: .86rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: #d4ddf0; text-decoration: none; }
.footer-links a:hover { color: #fff; }
.footer-social { display: inline-flex; align-items: center; gap: 10px; color: #fff; text-decoration: none; font-weight: 700; }
.footer-social svg { width: 20px; }
.footer-bottom { padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.11); font-size: .84rem; }
.footer-bottom p { margin: 0; }
.footer-legal { display: flex; flex-wrap: wrap; gap: 16px; }
.footer-legal a { color: #d4ddf0; text-decoration: none; }

.center-card { max-width: 760px; margin: 70px auto; padding: 48px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.center-card h1 { font-size: 3rem; }

@media (max-width: 960px) {
  .brand img { width: 285px; }
  .menu-button { display: inline-grid; place-items: center; }
  .nav-links { position: absolute; top: 96px; left: 20px; right: 20px; display: none; padding: 20px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-md); }
  .nav-links.open { display: grid; gap: 16px; }
  .instagram-link { width: auto; height: auto; justify-content: start; border: 0; border-radius: 0; }
  .instagram-link::after { content: "Instagram"; margin-left: 8px; }
  .hero-grid, .two-col, .review-wrap, .contact-grid { grid-template-columns: 1fr; }
  .card-grid, .services-grid, .resource-grid { grid-template-columns: repeat(2, 1fr); }
  .hero { padding-top: 52px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-intro { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--container)); }
  .utility-inner { min-height: 44px; display: block; padding: 8px 0; text-align: center; line-height: 1.35; }
  .utility-inner p:last-child { display: none; }
  .nav { min-height: 72px; }
  .nav-links { top: 72px; }
  .brand img { width: 250px; }
  .hero { padding: 42px 0 48px; }
  h1 { font-size: 2.65rem; }
  .hero-card { padding: 28px; }
  .section { padding: 50px 0; }
  .section-head { display: block; }
  .section-head p { margin-top: 14px; }
  .card-grid, .services-grid, .resource-grid, .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .cta-band { padding: 32px 26px; display: block; }
  .cta-band .btn { margin-top: 22px; }
  .review-shell, .form-card, .contact-panel { padding: 27px; }
  .footer-main { grid-template-columns: 1fr; gap: 32px; }
  .footer-intro { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

/* Admin-editable content helpers */

.resources-title {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(2.35rem, 4.2vw, 4.45rem) !important;
}

@media (max-width: 680px) {
  .resources-title {
    white-space: normal;
  }
}

.single-line-copy {
  max-width: none !important;
  white-space: nowrap;
  font-size: clamp(.92rem, 1.18vw, 1.1rem);
}
@media (max-width: 980px) {
  .single-line-copy { white-space: normal; }
}

/* Services heading kept as two clean lines */
.section-head.section-head-stacked { display: block; }
.section-head.section-head-stacked p { max-width: none; margin-top: 6px; }


/* Keep key service-page heading on one line on larger screens */
.single-line-heading {
  max-width: none;
  white-space: nowrap;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
}

/* Prominent floating WhatsApp contact */
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 999;
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 58px;
  padding: 10px 16px 10px 12px;
  color: #fff;
  background: #25d366;
  border: 2px solid #fff;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(9, 21, 34, .24);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.whatsapp-float:hover {
  transform: translateY(-3px);
  background: #1fbd59;
  box-shadow: 0 18px 40px rgba(9, 21, 34, .3);
}
.whatsapp-float svg {
  display: block;
  width: 28px !important;
  height: 28px !important;
  max-width: 28px;
  max-height: 28px;
  flex: 0 0 28px;
}
.whatsapp-float-label { display: grid; line-height: 1.08; }
.whatsapp-float-label strong { font-size: .94rem; }
.whatsapp-float-label small { margin-top: 4px; font-size: .78rem; color: #fff; }

@media (max-width: 980px) {
  .single-line-heading { white-space: normal; }
}
@media (max-width: 680px) {
  .whatsapp-float { right: 14px; bottom: 14px; width: 52px; height: 52px; min-height: 52px; padding: 10px; justify-content: center; }
  .whatsapp-float-label { display: none; }
  .whatsapp-float svg { width: 26px !important; height: 26px !important; max-width: 26px; max-height: 26px; flex-basis: 26px; }
}

/* Mobile-first refinement — v12 */
@media (max-width: 680px) {
  html, body { overflow-x: hidden; }
  body { font-size: 15px; line-height: 1.55; }
  .container { width: calc(100% - 32px); }

  .utility-bar { font-size: .76rem; }
  .utility-inner { min-height: 36px; padding: 7px 0; }

  .site-header { backdrop-filter: none; }
  .nav { min-height: 70px; gap: 12px; }
  .brand { min-width: 0; flex: 1; }
  .brand img { width: min(100%, 220px); max-height: 54px; object-fit: contain; }
  .menu-button { flex: 0 0 44px; font-size: 1.25rem; }
  .nav-links {
    top: 70px;
    left: 12px;
    right: 12px;
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    padding: 14px;
    border-radius: 14px;
  }
  .nav-links.open { gap: 4px; }
  .nav-links a { display: flex; align-items: center; min-height: 46px; padding: 0 12px; border-radius: 10px; }
  .nav-links a:hover, .nav-links a[aria-current="page"] { background: var(--navy-soft); }
  .nav-links .nav-cta { margin-top: 4px; min-height: 46px; color: #fff !important; }
  .instagram-link::after { margin-left: 10px; }

  .hero { padding: 28px 0 30px; }
  .hero::before { width: 100%; opacity: .65; }
  .hero-grid { gap: 24px; }
  .eyebrow { margin-bottom: 12px; font-size: .69rem; letter-spacing: .11em; }
  h1 { font-size: clamp(2.15rem, 11vw, 3rem); line-height: 1.04; }
  h2 { font-size: clamp(1.75rem, 8.5vw, 2.35rem); line-height: 1.08; }
  h3 { font-size: 1.16rem; }
  .lead { margin-top: 17px; font-size: 1rem; line-height: 1.58; }
  .button-row { display: grid; gap: 10px; margin-top: 23px; }
  .button-row .btn { width: 100%; min-height: 48px; padding-inline: 18px; }
  .hero-note { margin-top: 16px; font-size: .79rem; line-height: 1.45; }
  .hero-card { padding: 25px 22px; border-radius: 20px; }
  .hero-card::after { width: 50px; height: 50px; right: 16px; top: 16px; border-width: 11px; }
  .hero-card h2 { max-width: calc(100% - 35px); font-size: 1.65rem; }
  .hero-card p { margin-bottom: 0; }
  .check-list { gap: 12px; margin-top: 20px; }

  .section { padding: 34px 0; }
  .section-head { margin-bottom: 18px; }
  .section-head p { margin-top: 10px; font-size: .94rem; }
  .card-grid, .services-grid, .resource-grid { gap: 15px; }
  .service-card { padding: 22px; border-radius: 16px; box-shadow: 0 8px 22px rgba(7,31,82,.09); }
  .service-card:hover { transform: none; }
  .icon-box { width: 44px; height: 44px; margin-bottom: 16px; }
  .service-card p { margin-bottom: 8px; }

  .two-col, .review-wrap, .contact-grid { gap: 24px; }
  .pill-row { gap: 8px; margin-top: 18px; }
  .pill { padding: 8px 11px; font-size: .78rem; }
  .feature-panel { padding: 22px 18px; border-radius: 18px; }
  .feature-list { gap: 17px; }
  .feature-list li { grid-template-columns: 34px minmax(0,1fr); gap: 12px; }
  .feature-num { width: 34px; height: 34px; border-radius: 9px; }
  .feature-list span { font-size: .87rem; line-height: 1.48; }

  .review-wrap > div:first-child p { margin-bottom: 0; }
  .review-shell { min-height: 0; padding: 24px 21px; border-radius: 18px; }
  .review-shell::before { font-size: 110px; top: -20px; }
  .review-quote { margin: 15px 0 20px; font-size: 1.2rem; line-height: 1.42; }
  .review-controls { margin-top: 21px; }

  .faq-question { padding: 17px 0; gap: 12px; font-size: .95rem; line-height: 1.35; }
  .faq-answer { padding: 0 28px 17px 0; font-size: .9rem; }

  .cta-band { padding: 24px 20px; border-radius: 18px; }
  .cta-band h2 { font-size: 1.75rem; }
  .cta-band p { font-size: .92rem; }
  .cta-band .btn { width: 100%; margin-top: 18px; }

  .page-hero { padding: 30px 0 24px; }
  .page-hero h1, .single-line-heading, .resources-title { white-space: normal !important; font-size: clamp(2.05rem, 10vw, 2.8rem) !important; }
  .single-line-copy { white-space: normal !important; font-size: .95rem; }

  .contact-panel, .form-card { padding: 22px 19px; border-radius: 18px; }
  .contact-panel h2 { font-size: 1.75rem; }
  .form-grid { gap: 14px; }
  input, select, textarea { font-size: 16px; }
  textarea { min-height: 130px; }

  .legal h2 { margin-top: 30px; font-size: 1.45rem; }
  .legal h3 { margin-top: 22px; }
  .legal p, .legal li { font-size: .93rem; }

  .site-footer { margin-top: 38px; padding-bottom: 72px; }
  .footer-main { padding: 38px 0 28px; gap: 27px; }
  .footer-logo { width: 220px; }
  .footer-bottom { padding: 18px 0; gap: 16px; }
  .footer-legal { gap: 11px 15px; font-size: .8rem; }

  .center-card { margin: 35px auto; padding: 30px 20px; border-radius: 18px; }
  .center-card h1 { font-size: 2.2rem; }

  .whatsapp-float {
    right: 14px;
    bottom: 14px;
    width: 54px;
    height: 54px;
    min-height: 54px;
    padding: 0;
    border-width: 2px;
    box-shadow: 0 10px 26px rgba(9,21,34,.28);
  }
  .whatsapp-float svg { width: 27px !important; height: 27px !important; }
}

@media (max-width: 390px) {
  .container { width: calc(100% - 24px); }
  .brand img { width: 198px; }
  h1 { font-size: 2.06rem; }
  h2 { font-size: 1.72rem; }
  .hero-card, .service-card, .feature-panel, .review-shell, .contact-panel, .form-card { padding-left: 18px; padding-right: 18px; }
}
