:root {
  --font-heading: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-body: "Open Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --coral: #fc6f6f;
  --coral-2: #fe9393;
  --ink: #111827;
  --body: #374151;
  --muted: #5b6472;
  --soft: #fff7f7;
  --line: rgba(17, 24, 39, 0.1);
  --shadow: 0 22px 60px rgba(252, 111, 111, 0.18);
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--body); background: #ffffff; font-size: 16px; line-height: 1.65; }
h1, h2, h3, h4, .brand-name { font-family: var(--font-heading); color: var(--ink); letter-spacing: -0.035em; }
h1 { font-size: clamp(35px, 7vw, 64px); line-height: 0.98; }
h2 { font-size: clamp(28px, 5vw, 44px); line-height: 1.08; }
h3 { font-size: clamp(20px, 3vw, 25px); line-height: 1.2; }
h4 { font-size: 20px; line-height: 1.2; }
p, li, a, button, input, textarea { font-size: 16px; }
.nav-link { font-size: 18px; color: #1f2937; }
.nav-link:hover { color: var(--coral); }
.container-pad { width: min(1160px, calc(100% - 32px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,0.92); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.brand-mark { width: 42px; height: 42px; border-radius: 15px; background: linear-gradient(135deg, var(--coral), var(--coral-2)); display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 12px 28px rgba(252,111,111,.28); flex: 0 0 auto; }
.brand-name { font-size: 24px; font-weight: 800; color: var(--ink); }
.desktop-only { display: none !important; }
.mobile-only { display: inline-flex !important; }
@media (min-width: 768px) { .desktop-only { display: flex !important; } .mobile-only { display: none !important; } }
.phone-pill, .cta-button { white-space: nowrap; border-radius: 999px; background: linear-gradient(135deg, var(--coral), var(--coral-2)); color: #fff !important; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; gap: 10px; box-shadow: 0 16px 35px rgba(252,111,111,.32); transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.phone-pill { padding: 12px 18px; font-size: 16px; }
.cta-button { padding: 15px 23px; font-size: 17px; }
.phone-pill:hover, .cta-button:hover { transform: translateY(-2px); filter: saturate(1.08); box-shadow: 0 20px 42px rgba(252,111,111,.42); }
.ghost-button { border: 1px solid rgba(252,111,111,.35); color: #111827 !important; background: #fff; border-radius: 999px; padding: 15px 23px; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; gap: 10px; white-space: nowrap; transition: .2s ease; }
.ghost-button:hover { border-color: var(--coral); color: var(--coral) !important; transform: translateY(-2px); }
.hero { position: relative; overflow: hidden; background: radial-gradient(circle at 15% 15%, rgba(254,147,147,.34), transparent 34%), linear-gradient(135deg, #fff7f7 0%, #ffffff 58%, #fff1f1 100%); }
.hero::before, .hero::after { content: ""; position: absolute; border-radius: 36px; background: rgba(252,111,111,.12); transform: rotate(18deg); }
.hero::before { width: 210px; height: 210px; right: -70px; top: 120px; }
.hero::after { width: 120px; height: 120px; left: -36px; bottom: 80px; }
.hero-card { border: 1px solid rgba(252,111,111,.18); border-radius: 34px; background: rgba(255,255,255,.74); box-shadow: var(--shadow); }
.hero-image-wrap { min-height: 100%; border-radius: 34px; background: linear-gradient(145deg, #ffffff, #ffe7e7); padding: 14px; box-shadow: var(--shadow); }
.hero-image-wrap img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 26px; }
.stars { color: var(--coral); letter-spacing: .08em; font-size: 22px; }
.trust-icon { width: auto; height: 48px; max-width: 96px; object-fit: contain; border: 1px solid rgba(252,111,111,.18); border-radius: 18px; background: #fff; padding: 6px 10px; box-shadow: 0 10px 22px rgba(17,24,39,.08); }
.section { padding: 72px 0; position: relative; }
.section-soft { background: linear-gradient(180deg, #fff7f7 0%, #ffffff 100%); }
.section-dark { background: linear-gradient(135deg, #111827, #2c1720); color: #f9fafb; }
.section-dark h2, .section-dark h3, .section-dark h4 { color: #fff; }
.section-dark p, .section-dark li { color: #f3f4f6; }
.eyebrow { display: inline-flex; color: #9b3030; background: #ffe5e5; border: 1px solid rgba(252,111,111,.22); border-radius: 999px; padding: 8px 13px; font-weight: 800; font-size: 14px; letter-spacing: .03em; text-transform: uppercase; }
.card { background: #fff; border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 18px 44px rgba(17,24,39,.08); color: var(--body); }
.service-card { padding: 24px; transition: .2s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 24px 55px rgba(252,111,111,.16); border-color: rgba(252,111,111,.28); }
.icon-bubble { width: 58px; height: 58px; border-radius: 20px; background: linear-gradient(135deg, #fff1f1, #ffffff); color: var(--coral); display: inline-flex; align-items: center; justify-content: center; border: 1px solid rgba(252,111,111,.22); }
.icon-bubble svg { width: 31px; height: 31px; stroke-width: 1.8; }
.split-row { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }
.split-media img { width: 100%; border-radius: 30px; box-shadow: var(--shadow); object-fit: cover; aspect-ratio: 3 / 2; }
@media (min-width: 900px) { .split-row { grid-template-columns: 65fr 35fr; } .split-row.reverse { grid-template-columns: 35fr 65fr; } }
.reason-list li, .area-list li, .payment-list li { display: flex; gap: 10px; align-items: flex-start; }
.reason-list li::before, .area-list li::before, .payment-list li::before { content: ""; width: 9px; height: 9px; border-radius: 99px; background: var(--coral); margin-top: 10px; flex: 0 0 auto; }
.step-number { width: 42px; height: 42px; border-radius: 15px; background: #111827; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; }
.review-track { display: flex; transition: transform .45s ease; }
.review-slide { min-width: 100%; padding: 8px; }
@media (min-width: 768px) { .review-slide { min-width: 50%; } }
@media (min-width: 1100px) { .review-slide { min-width: 33.3333%; } }
.review-card { height: 100%; padding: 25px; }
.carousel-button { width: 44px; height: 44px; border-radius: 999px; border: 1px solid rgba(252,111,111,.28); background: #fff; color: #111827; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; }
.carousel-button:hover { color: #fff; background: var(--coral); }
.cta-band { background: linear-gradient(135deg, var(--coral), var(--coral-2)); color: #fff; border-radius: 34px; box-shadow: var(--shadow); }
.cta-band h2, .cta-band p { color: #fff; }
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 22px; padding: 20px 22px; }
.faq summary { color: #111827; font-weight: 800; cursor: pointer; font-size: 18px; }
.footer { background: #111827; color: #e5e7eb; font-size: 14px; }
.footer p, .footer li, .footer a { color: #e5e7eb; font-size: 14px; }
.footer h3, .footer h4 { color: #fff; }
.footer .brand-name { color: #fff; }
.mobile-sticky-call { position: fixed; left: 0; right: 0; bottom: 0; z-index: 80; display: none; transform: translateY(110%); opacity: 0; transition: transform .25s ease, opacity .25s ease; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,255,255,.94); border-top: 1px solid rgba(17,24,39,.1); }
.mobile-sticky-call.is-visible { display: block; transform: translateY(0); opacity: 1; }
.mobile-sticky-call a { width: 100%; min-height: 52px; color: #fff !important; font-size: 16px; }
@media (min-width: 768px) { .mobile-sticky-call, .mobile-sticky-call.is-visible { display: none !important; } }
.mobile-menu { display: none; }
.mobile-menu.is-open { display: block; }
@media (min-width: 768px) { .mobile-menu, .mobile-menu.is-open { display: none !important; } }
.fade-in { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.fade-in.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 767px) { .section { padding: 52px 0; } h1 { font-size: clamp(35px, 11vw, 45px); } h2 { font-size: clamp(28px, 9vw, 34px); } .container-pad { width: min(100% - 24px, 1160px); } .hero-card { border-radius: 26px; } body { padding-bottom: 78px; } }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; scroll-behavior: auto !important; } .fade-in { opacity: 1; transform: none; } }
