/* ============================================================
   CORAL THEME — cr- prefix
   Palette: Orange #f97316, Cream #fffbf5 | Playfair Display + Source Sans 3
   Signature: centered editorial hero, horizontal scroll reviews, large icon payment
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700;800&family=Source+Sans+3:wght@300;400;600;700&display=swap');

/* ── Variables ─────────────────────────────────────────────── */
:root {--cr_orange-lt: #fed7aa;--cr_r-lg:      14px;--cr_surface:   #fef7ed;--cr_border:    #f0d9c0;--cr_r:         8px;--cr_text:      rgba(74,42,16,1);--cr_orange:    #f97316;--cr_dark:      #1c0a00;--cr_cream:     #fffbf5;--cr_orange-dk: #ea6a0a;--cr_dark2:     #3a1a08;--cr_bg:        #ffffff;--cr_shadow:    0 4px 24px rgba(249,115,22,.12);--cr_muted:     #8a6a50}

/* ── Reset ──────────────────────────────────────────────────── */
*, *::before, *::after {margin: 0;padding: 0;box-sizing: border-box}
html { scroll-behavior: smooth; }
body {background: var(--cr_bg);color: var(--cr_text);font-size: 16px;font-family: 'Source Sans 3', sans-serif;line-height: 1.65;min-height: 100vh;isolation:auto;outline-offset:0;visibility:visible}
img {max-width: 100%;height: auto;display: block}
a {color: var(--cr_orange);text-decoration: none}
a:hover { text-decoration: underline; }

/* ── Typography ─────────────────────────────────────────────── */
h1, h2, h3 {color: var(--cr_dark);font-family: 'Playfair Display', serif;line-height: 1.18}
h4, h5, h6 {font-family: 'Source Sans 3', sans-serif;color: var(--cr_dark);font-weight: 700}
h1 {font-size: clamp(2.2rem, 5vw, 3.8rem);font-weight: 800}
h2 {font-weight: 700;font-size: clamp(1.7rem, 3.5vw, 2.8rem)}
h3 {font-weight: 600;font-size: clamp(1.2rem, 2.5vw, 1.75rem)}
p  { color: var(--cr_text); }

/* ── Layout ─────────────────────────────────────────────────── */
.cr-container {width: 100%;max-width: 1120px;margin: 0 auto;padding: 0 24px}
.cr-section   { padding: 72px 0; }

/* ── Nav ────────────────────────────────────────────────────── */
.cr-nav {position: sticky;top: 0;z-index: 100;border-bottom: 1px solid var(--cr_border);background: var(--cr_cream)}
.cr-nav__inner {height: 64px;margin: 0 auto;max-width: 1120px;display: flex;justify-content: space-between;padding: 0 24px;align-items: center}
.cr-nav__logo {font-size: 1.6rem;font-weight: 800;color: var(--cr_dark);font-family: 'Playfair Display', serif}
.cr-nav__logo span { color: var(--cr_orange); }
.cr-nav__links {gap: 28px;display: flex;list-style: none}
.cr-nav__links a {transition: color .2s;font-size: .9rem;font-weight: 600;color: var(--cr_muted)}
.cr-nav__links a:hover {color: var(--cr_orange);text-decoration: none}
.cr-nav__cta {background: var(--cr_orange);font-size: .88rem;padding: 9px 22px;border-radius: 50px;font-weight: 700;transition: background .2s, transform .2s;color: #fff !important}
.cr-nav__cta:hover {text-decoration: none;background: var(--cr_orange-dk);transform: translateY(-1px)}
.cr-burger {flex-direction: column;background: none;border: none;padding: 4px;display: none;cursor: pointer;gap: 5px}
.cr-burger span {transition: all .3s;width: 24px;display: block;height: 2px;background: var(--cr_dark)}

/* ── Hero: centered editorial ─────────────────────────────── */
.cr-hero {padding: 80px 0 70px;text-align: center;background: var(--cr_surface);border-bottom: 1px solid var(--cr_border)}
.cr-hero__eyebrow {background: rgba(249,115,22,.1);border: 1px solid rgba(249,115,22,.2);color: var(--cr_orange);margin-bottom: 22px;align-items: center;font-size: .78rem;gap: 8px;text-transform: uppercase;border-radius: 50px;font-weight: 700;display: inline-flex;padding: 6px 18px;letter-spacing: .08em}
.cr-hero__h1 {margin-right: auto;margin-bottom: 20px;max-width: 720px;margin-left: auto}
.cr-hero__h1 em {color: var(--cr_orange);font-style: italic}
.cr-hero__lead {max-width: 560px;font-size: 1.1rem;color: var(--cr_muted);margin: 0 auto 32px}
.cr-hero__actions {display: flex;margin-bottom: 44px;flex-wrap: wrap;gap: 14px;justify-content: center}

/* Hero meta (trust signals) */
.cr-hero__meta {border-top: 1px solid var(--cr_border);justify-content: center;display: flex;flex-wrap: wrap;gap: 32px;margin: 0 auto;padding-top: 32px;max-width: 700px}
.cr-hero__meta-item {gap: 4px;display: flex;align-items: center;flex-direction: column}
.cr-hero__meta-num {font-size: 1.8rem;font-family: 'Playfair Display', serif;color: var(--cr_orange);font-weight: 800;line-height: 1}
.cr-hero__meta-label {font-size: .75rem;font-weight: 600;letter-spacing: .06em;color: var(--cr_muted);text-transform: uppercase}

/* Review badge in hero */
.cr-hero__review {align-items: center;padding: 10px 18px;box-shadow: var(--cr_shadow);margin-bottom: 28px;display: inline-flex;border: 1px solid var(--cr_border);gap: 10px;background: var(--cr_bg);border-radius: var(--cr_r)}
.cr-hero__review-stars {letter-spacing: 3px;font-size: 1rem;color: var(--cr_orange)}
.cr-hero__review-text {color: var(--cr_muted);font-size: .85rem}
.cr-hero__review-text strong { color: var(--cr_dark); }

/* ── Buttons ─────────────────────────────────────────────────── */
.cr-btn {border: none;align-items: center;padding: 14px 30px;border-radius: 50px;font-family: 'Source Sans 3', sans-serif;display: inline-flex;font-size: .98rem;gap: 8px;cursor: pointer;font-weight: 700;transition: all .2s;text-decoration: none !important}
.cr-btn--primary {box-shadow: 0 4px 18px rgba(249,115,22,.3);color: #1c0a00;background: var(--cr_orange)}
.cr-btn--primary:hover {transform: translateY(-2px);box-shadow: 0 8px 24px rgba(249,115,22,.4);background: var(--cr_orange-dk)}
.cr-btn--outline {border: 2px solid var(--cr_border);background: transparent;color: var(--cr_text)}
.cr-btn--outline:hover {border-color: var(--cr_orange);color: var(--cr_orange)}
.cr-btn--sm {padding: 10px 20px;font-size: .88rem}
.cr-btn--full {justify-content: center;width: 100%}

/* ── Features ────────────────────────────────────────────────── */
.cr-features { background: var(--cr_bg); }
.cr-features__head {text-align: center;margin-bottom: 48px}
.cr-features__head p {color: var(--cr_muted);margin-top: 10px}
.cr-features__grid {grid-template-columns: repeat(3, 1fr);gap: 24px;display: grid}
.cr-feat-card {border: 1px solid var(--cr_border);border-radius: var(--cr_r-lg);padding: 30px 24px;background: var(--cr_surface);transition: box-shadow .2s, transform .2s}
.cr-feat-card:hover {box-shadow: var(--cr_shadow);transform: translateY(-3px)}
.cr-feat-card__icon {border-radius: var(--cr_r);justify-content: center;font-size: 2rem;height: 52px;background: rgba(249,115,22,.08);display: flex;align-items: center;margin-bottom: 18px;width: 52px}
.cr-feat-card__title {font-weight: 700;font-size: 1.2rem;margin-bottom: 10px;font-family: 'Playfair Display', serif;color: var(--cr_dark)}
.cr-feat-card__text {color: var(--cr_muted);line-height: 1.65;font-size: .92rem}

/* ── Horizontal scroll reviews ──────────────────────────────── */
.cr-reviews {border-top: 1px solid var(--cr_border);background: var(--cr_surface);border-bottom: 1px solid var(--cr_border)}
.cr-reviews__head {margin-bottom: 36px;text-align: center}
.cr-reviews__head p {color: var(--cr_muted);margin-top: 8px}
.cr-reviews-scroll {-webkit-overflow-scrolling: touch;gap: 18px;display: flex;scroll-snap-type: x mandatory;overflow-x: auto;scrollbar-width: thin;padding-bottom: 16px;scrollbar-color: var(--cr_border) transparent}
.cr-reviews-scroll::-webkit-scrollbar { height: 4px; }
.cr-reviews-scroll::-webkit-scrollbar-track { background: transparent; }
.cr-reviews-scroll::-webkit-scrollbar-thumb {border-radius: 4px;background: var(--cr_border)}
.cr-review-card {background: var(--cr_bg);gap: 12px;padding: 24px;scroll-snap-align: start;display: flex;flex-direction: column;border: 1px solid var(--cr_border);border-radius: var(--cr_r-lg);flex: 0 0 300px}
.cr-review-card__stars {font-size: .9rem;letter-spacing: 2px;color: var(--cr_orange)}
.cr-review-card__text {line-height: 1.6;font-size: .95rem;font-family: 'Playfair Display', serif;flex: 1;font-style: italic;color: var(--cr_text)}
.cr-review-card__author {border-top: 1px solid var(--cr_border);display: flex;padding-top: 10px;gap: 10px;align-items: center}
.cr-review-card__avatar {background: linear-gradient(135deg, var(--cr_orange), var(--cr_orange-lt));width: 38px;border-radius: 50%;font-size: 1rem;flex-shrink: 0;height: 38px;display: flex;align-items: center;justify-content: center}
.cr-review-card__name {font-weight: 700;color: var(--cr_dark);font-size: .85rem}
.cr-review-card__date {font-size: .75rem;color: var(--cr_muted)}

/* ── Payments (large icon) ────────────────────────────────── */
.cr-payments { background: var(--cr_bg); }
.cr-payments__head {text-align: center;margin-bottom: 40px}
.cr-payments__head p {margin-top: 8px;color: var(--cr_muted)}
.cr-pay-grid {grid-template-columns: repeat(5, 1fr);gap: 16px;display: grid}
.cr-pay-card {border: 2px solid var(--cr_border);text-align: center;transition: border-color .2s, box-shadow .2s;padding: 24px 16px;background: var(--cr_surface);border-radius: var(--cr_r-lg)}
.cr-pay-card:hover {border-color: var(--cr_orange);box-shadow: var(--cr_shadow)}
.cr-pay-card__icon {font-size: 2.6rem;margin-bottom: 10px}
.cr-pay-card__name {color: var(--cr_dark);font-size: .88rem;font-weight: 700}
.cr-pay-card__time {margin-top: 4px;font-size: .75rem;color: var(--cr_muted)}
.cr-pay-card__instant {padding: 2px 8px;font-size: .65rem;text-transform: uppercase;margin-top: 6px;display: inline-block;font-weight: 700;color: rgba(255,255,255,1);background: var(--cr_orange);letter-spacing: .08em;border-radius: 10px}

/* ── FAQ ─────────────────────────────────────────────────────── */
.cr-faq { background: var(--cr_surface); }
.cr-faq__head {margin-bottom: 48px;text-align: center}
.cr-faq__head p {color: var(--cr_muted);margin-top: 10px}
.cr-faq__list {max-width: 760px;display: flex;margin: 0 auto;gap: 10px;flex-direction: column}
.cr-faq-item {background: var(--cr_bg);border: 1px solid var(--cr_border);border-radius: var(--cr_r);transition: border-color .2s;overflow: hidden}
.cr-faq-item:focus-within { border-color: var(--cr_orange); }
.cr-faq-item__q {font-weight: 600;background: none;align-items: center;display: flex;font-size: .98rem;gap: 16px;padding: 18px 22px;width: 100%;cursor: pointer;justify-content: space-between;color: var(--cr_dark);text-align: left;font-family: 'Source Sans 3', sans-serif;border: none}
.cr-faq-item__q:hover { color: var(--cr_orange); }
.cr-faq-item__arr {color: var(--cr_orange);transition: transform .3s;flex-shrink: 0;font-size: .8rem}
.cr-faq-item[data-open] .cr-faq-item__arr { transform: rotate(180deg); }
.cr-faq-item__a {padding: 0 22px;overflow: hidden;max-height: 0;transition: max-height .35s ease, padding .35s}
.cr-faq-item[data-open] .cr-faq-item__a {padding: 0 22px 18px;max-height: 400px}
.cr-faq-item__a p {line-height: 1.7;font-size: .9rem;color: var(--cr_muted)}

/* ── CTA ─────────────────────────────────────────────────────── */
.cr-cta-section {padding: 72px 0;background: linear-gradient(135deg, var(--cr_orange) 0%, #c2410c 100%);text-align: center}
.cr-cta-section h2 {margin-bottom: 14px;font-family: 'Playfair Display', serif;color: rgba(255,255,255,1)}
.cr-cta-section p {color: rgba(255,255,255,.85);font-size: 1.05rem;margin-bottom: 28px}
.cr-cta-section .cr-btn--outline {border-color: rgba(255,255,255,.5);color: rgb(255,255,255)}
.cr-cta-section .cr-btn--outline:hover {background: rgba(255,255,255,.1);border-color: #fff}

/* ── Footer ─────────────────────────────────────────────────── */
.cr-footer {padding: 56px 0 28px;background: var(--cr_dark)}
.cr-footer__grid {gap: 40px;display: grid;margin-bottom: 44px;grid-template-columns: 1.5fr 1fr 1fr 1fr}
.cr-footer__brand {font-family: 'Playfair Display', serif;margin-bottom: 14px;font-weight: 800;font-size: 1.6rem;color: #fff}
.cr-footer__brand span { color: var(--cr_orange); }
.cr-footer__desc {color: rgba(255,255,255,.5);font-size: .85rem;line-height: 1.65}
.cr-footer__col h4 {font-size: .72rem;color: rgba(255,255,255,.4);letter-spacing: .1em;margin-bottom: 14px;font-weight: 700;text-transform: uppercase}
.cr-footer__col ul {display: flex;list-style: none;gap: 8px;flex-direction: column}
.cr-footer__col ul a {color: rgba(255,255,255,.5);font-size: .88rem;transition: color .2s}
.cr-footer__col ul a:hover {color: var(--cr_orange-lt);text-decoration: none}
.cr-footer__bottom {align-items: center;justify-content: space-between;display: flex;gap: 12px;flex-wrap: wrap;padding-top: 22px;border-top: 1px solid rgba(255,255,255,.1)}
.cr-footer__copy {font-size: .8rem;color: rgba(255,255,255,.4)}
.cr-footer__warn {text-align: right;max-width: 500px;font-size: .75rem;color: rgba(255,255,255,.4)}

/* ── Sticky CTA ─────────────────────────────────────────────── */
.sf-sticky-cta {transform: translateY(100%);bottom: 0;transition: transform .4s cubic-bezier(.22,1,.36,1);left: 0;position: fixed;z-index: 200;right: 0;box-shadow: 0 -4px 20px rgba(0,0,0,.2);background: var(--cr_orange)}
.sf-sticky-cta.is-visible { transform: translateY(0); }
.sf-sticky-cta__inner {display: flex;margin: 0 auto;gap: 16px;padding: 12px 24px;max-width: 1120px;justify-content: space-between;align-items: center}
.sf-sticky-cta__text {font-weight: 700;font-size: .92rem;color: #fff}
.sf-sticky-cta__text span { text-decoration: underline; }
.sf-sticky-cta__actions {gap: 12px;align-items: center;display: flex}
.sf-sticky-cta__close {color: rgba(255,255,255,.8);font-size: 1.1rem;padding: 4px;cursor: pointer;border: none;background: none}
.sf-sticky-cta__close:hover { color: #fff; }

/* ── Legal / inner pages ─────────────────────────────────────── */
.cr-page-hero {padding: 50px 0 40px;background: var(--cr_surface);border-bottom: 1px solid var(--cr_border)}
.cr-page-hero__tag {color: var(--cr_orange);letter-spacing: .1em;margin-bottom: 10px;font-weight: 700;text-transform: uppercase;font-size: .75rem}
.cr-content {margin: 0 auto;max-width: 780px}
.cr-content h2 {margin: 36px 0 12px;font-size: 1.6rem}
.cr-content p  {margin-bottom: 16px;color: var(--cr_muted)}
.cr-content ul, .cr-content ol { margin: 0 0 16px 22px; }
.cr-content li {color: var(--cr_muted);margin-bottom: 8px}
.cr-content a  { color: var(--cr_orange); }

/* ── Login ───────────────────────────────────────────────────── */
.cr-login-wrap {display: flex;min-height: 80vh;background: var(--cr_surface);padding: 60px 24px;justify-content: center;align-items: center}
.cr-login-card {border-radius: var(--cr_r-lg);max-width: 440px;border: 1px solid var(--cr_border);background: var(--cr_bg);box-shadow: var(--cr_shadow);width: 100%;padding: 44px 40px}
.cr-login-card h2 {margin-bottom: 8px;text-align: center}
.cr-login-card__sub {margin-bottom: 28px;color: var(--cr_muted);font-size: .92rem;text-align: center}
.cr-form {display: flex;gap: 16px;flex-direction: column}
.cr-form label {margin-bottom: 6px;color: var(--cr_text);display: block;font-weight: 600;font-size: .85rem}
.cr-form input {width: 100%;padding: 12px 16px;transition: border-color .2s;font-family: 'Source Sans 3', sans-serif;border: 1.5px solid var(--cr_border);background: var(--cr_surface);border-radius: var(--cr_r);font-size: .95rem;color: var(--cr_dark)}
.cr-form input:focus {border-color: var(--cr_orange);outline: none}
.cr-form__hint {color: var(--cr_muted);text-align: center;font-size: .78rem;margin-top: 4px}

/* ── Mobile ──────────────────────────────────────────────────── */
.cr-nav__mobile { display: none; }
@media (max-width: 900px) {
  .cr-features__grid { grid-template-columns: repeat(2, 1fr); }
  .cr-pay-grid { grid-template-columns: repeat(3, 1fr); }
  .cr-footer__grid { grid-template-columns: 1fr 1fr; }
  .cr-nav__links { display: none; }
  .cr-nav__cta { display: none; }
  .cr-burger { display: flex; }
  .cr-nav__mobile {flex-direction: column;border-top: 1px solid var(--cr_border);background: var(--cr_cream);gap: 12px;display: none;padding: 16px 24px}
  .cr-nav__mobile.is-open { display: flex; }
  .cr-nav__mobile a {font-size: .95rem;padding: 8px 0;border-bottom: 1px solid var(--cr_border);color: var(--cr_text)}
}
@media (max-width: 540px) {
  .cr-features__grid { grid-template-columns: 1fr; }
  .cr-pay-grid { grid-template-columns: repeat(2, 1fr); }
  .cr-footer__grid { grid-template-columns: 1fr; }
  .cr-hero__meta { gap: 20px; }
  .cr-login-card { padding: 28px 22px; }
}

/* siteforge-footer-overlap-guard: stable mobile footer layout + sticky CTA clearance */
:where(footer,[class*='-footer']){overflow:visible;position:relative;z-index:1}
:where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar']){min-width:0}
:where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar'])>*{max-width:100%;min-width:0}
:where([class*='footer__brandblock'],[class*='footer__summary'],[class*='footer__meta'],[class*='footer__copy'],[class*='footer__warn'],[class*='linkstack']){overflow-wrap:anywhere;word-break:break-word}
@media(max-width:760px){
  .sf-has-sticky-cta :where([class*='-shell']),.sf-has-sticky-cta main{padding-bottom:calc(140px + env(safe-area-inset-bottom,0px)) !important}
  .sf-has-sticky-cta main~footer,.sf-has-sticky-cta :where(footer,[class$='-footer']){padding-bottom:calc(112px + env(safe-area-inset-bottom,0px)) !important}
  :where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar']){grid-template-columns:1fr !important;display:grid !important;align-items:start !important;gap:16px !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){display:flex;gap:10px;text-align:left;flex-direction:column;align-items:flex-start}
  :where([class*='footer__brand']){clear:both;float:none !important;max-height:110px;max-width:110px;margin-bottom:12px}
}
