

@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');


:root {--cr_border:    rgb(240,217,192);--cr_cream:     #fffbf5;--cr_r:         8px;--cr_dark2:     #3a1a08;--cr_bg:        #ffffff;--cr_shadow:    0 4px 24px rgba(249,115,22,.12);--cr_orange:    #f97316;--cr_muted:     #8a6a50;--cr_text:      #4a2a10;--cr_orange-lt: #fed7aa;--cr_surface:   #fef7ed;--cr_orange-dk: #ea6a0a;--cr_r-lg:      14px;--cr_dark:      #1c0a00}


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


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


.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;background: var(--cr_cream);padding: 16px 24px;display: none;border-top: 1px solid var(--cr_border);gap: 12px}
  .cr-nav__mobile.is-open { display: flex; }
  .cr-nav__mobile a {padding: 8px 0;font-size: .95rem;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; }
}


:where(footer,[class*='-footer']){z-index:1;position:relative;overflow:visible}
:where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar']){min-width:0}
:where([class*='footer__grid'],[class*='footer__strip'],[class*='footer__bar'])>*{min-width:0;max-width:100%}
:where([class*='footer__brandblock'],[class*='footer__summary'],[class*='footer__meta'],[class*='footer__copy'],[class*='footer__warn'],[class*='linkstack']){word-break:break-word;overflow-wrap:anywhere}
@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;align-items:start !important;display:grid !important;gap:16px !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){align-items:flex-start;flex-direction:column;gap:10px;text-align:left;display:flex}
  :where([class*='footer__brand']){margin-bottom:12px;clear:both;max-width:110px;float:none !important;max-height:110px}
}


.sf-related-articles{margin:clamp(28px,5vw,56px) auto;max-width:1120px;padding:clamp(18px,3vw,28px);border:1px solid rgba(148,163,184,.24);background:rgba(255,255,255,.06);box-shadow:0 16px 45px rgba(15,23,42,.08);border-radius:24px}
.sf-related-articles h2{line-height:1.2;font-size:clamp(1.35rem,2.5vw,2rem);margin:0 0 8px}
.sf-related-articles>p{margin:0 0 18px;line-height:1.65;opacity:.78}
.sf-related-articles__list{margin:0;padding:0;list-style:none;gap:14px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.sf-related-articles__item{padding:0;list-style:none;margin:0}
.sf-related-articles__link{flex-direction:column;min-height:100%;padding:16px;text-decoration:none;background:rgba(255,255,255,.08);gap:7px;display:flex;color:inherit;transition:transform .18s ease,border-color .18s ease,background .18s ease;border-radius:18px;border:1px solid rgba(148,163,184,.18)}
.sf-related-articles__link:hover{border-color:rgba(59,130,246,.45);background:rgba(255,255,255,.13);transform:translateY(-2px)}
.sf-related-articles__type{font-size:.72rem;background:rgba(59,130,246,.14);letter-spacing:.04em;color:inherit;width:max-content;font-weight:700;text-transform:uppercase;border-radius:999px;padding:3px 9px;opacity:.88}
.sf-related-articles strong{font-size:1rem;line-height:1.35}
.sf-related-articles small{font-size:.88rem;opacity:.72;line-height:1.45}
@media(max-width:640px){.sf-related-articles{padding:16px;margin:28px 12px;border-radius:18px}.sf-related-articles__list{grid-template-columns:1fr}.sf-related-articles__link{padding:14px}}
