@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800;900&family=Inter:wght@400;500;600;700;800&display=swap');
:root{--do_accent2:#d97706;--do_muted:#a08c5a;--do_bg:#100d04;--do_line:#2e2208;--do_text:rgba(253,248,238,1);--do_accent-soft:rgba(245,158,11,.1);--do_accent-glow:rgba(245,158,11,.2);--do_surface2:#21190a;--do_surface:#1a1508;--do_red:#f87171;--do_accent:#f59e0b}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth}
body.do-body{font-size:16px;color:var(--do_text);margin:0;background:var(--do_bg);line-height:1.7;font-family:'Inter',sans-serif;isolation:auto;outline-offset:0}
h1,h2,h3{font-family:'Playfair Display',serif}
a{text-decoration:none;color:inherit}img{display:block;max-width:100%}
.do-wrap{width:min(1180px,calc(100% - 32px));margin:0 auto}.do-shell{padding-bottom:80px}
.do-mast{z-index:100;border-bottom:1px solid var(--do_line);position:sticky;backdrop-filter:blur(14px);background:rgba(16,13,4,.97);top:0}
.do-mast__inner{align-items:center;padding:12px 0;justify-content:space-between;display:flex;gap:14px}
.do-brand{flex-shrink:0;gap:10px;display:flex;font-size:1.1rem;align-items:center;color:var(--do_accent);font-weight:700;font-family:'Playfair Display',serif}
.do-brand img{max-width:160px;object-fit:contain;width:auto;height:36px}
.do-nav{flex-wrap:wrap;gap:0;display:flex}
.do-nav a{font-weight:600;transition:all .15s;padding:6px 11px;border-radius:4px;font-size:.83rem;color:var(--do_muted)}
.do-nav a:hover,.do-nav a[aria-current]{color:var(--do_accent);background:var(--do_accent-soft)}
.do-mast__ctas{display:flex;flex-shrink:0;gap:8px}
.do-btn{display:inline-flex;white-space:nowrap;border:none;align-items:center;padding:9px 22px;border-radius:4px;font-weight:700;gap:6px;font-family:'Inter',sans-serif;font-size:.88rem;cursor:pointer;justify-content:center;transition:all .15s}
.do-btn--primary{background:var(--do_accent);color:rgba(0,0,0,1)}.do-btn--primary:hover{box-shadow:0 0 24px var(--do_accent-glow);background:var(--do_accent2);transform:translateY(-1px)}
.do-btn--outline{background:transparent;border:1px solid var(--do_accent);color:var(--do_text)}.do-btn--outline:hover{color:var(--do_accent);background:var(--do_accent-soft)}
.do-btn--lg{padding:13px 30px;font-size:.96rem}.do-btn--block{width:100%;justify-content:center}
.do-menu-btn{justify-content:center;padding:7px;display:none;border:none;flex-shrink:0;background:none;flex-direction:column;cursor:pointer;border-radius:4px;gap:5px;color:var(--do_text)}
.do-menu-btn span{background:currentColor;transition:transform .25s,opacity .25s;display:block;width:22px;height:2px;border-radius:2px}
.do-menu-btn[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.do-menu-btn[aria-expanded=true] span:nth-child(2){opacity:0}
.do-menu-btn[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.do-mob-menu{display:none;background:rgba(16,13,4,.98);border-top:1px solid var(--do_line);padding:12px 0}
.do-mob-menu.is-open{display:block}
.do-mob-nav{margin-bottom:12px;gap:2px;flex-direction:column;display:flex}
.do-mob-nav a{transition:all .15s;color:var(--do_muted);padding:11px 14px;font-size:.91rem;font-weight:600;border-radius:4px;display:block}
.do-mob-nav a:hover,.do-mob-nav a[aria-current]{color:var(--do_accent);background:var(--do_accent-soft)}
.do-breadcrumb{font-size:.8rem;padding:9px 0;background:var(--do_surface);border-bottom:1px solid var(--do_line)}
.do-breadcrumb ol{margin:0;list-style:none;flex-wrap:wrap;display:flex;gap:6px;padding:0}
.do-breadcrumb li{color:var(--do_muted)}.do-breadcrumb li+li::before{content:'›';margin-right:4px}
.do-breadcrumb a{color:var(--do_accent)}.do-breadcrumb li:last-child{color:var(--do_text)}
.do-hero{background:radial-gradient(ellipse at 30% 0%,rgba(245,158,11,.08) 0%,transparent 60%);border-bottom:1px solid var(--do_line);padding:52px 0 44px}
.do-hero__split{gap:48px;display:grid;grid-template-columns:1fr 360px;align-items:start}
.do-hero__left{align-items:flex-start;flex-direction:column;display:flex}
.do-editor-badge{font-weight:800;font-size:.72rem;align-items:center;border-radius:2px;gap:7px;margin-bottom:20px;color:rgb(0,0,0);display:inline-flex;padding:5px 14px;letter-spacing:.1em;background:var(--do_accent);text-transform:uppercase}
.do-hero__logo{margin-bottom:20px}
.do-hero__logo img{height:auto;width:260px;max-width:100%}
.do-hero__stars{font-size:1.3rem;margin-bottom:16px;letter-spacing:2px;color:var(--do_accent)}
.do-star--half{opacity:.5}
.do-hero h1{margin:0 0 14px;font-weight:800;font-size:clamp(1.7rem,3.2vw,2.8rem);line-height:1.15}
.do-hero__sub{color:var(--do_muted);margin:0 0 26px;max-width:520px;font-size:.97rem;line-height:1.75}
.do-hero__actions{gap:10px;flex-wrap:wrap;display:flex}
.do-hero__right{top:80px;position:sticky}
.do-scorebadge{border:2px solid var(--do_accent);text-align:center;padding:24px 20px;border-radius:8px;box-shadow:0 0 32px rgba(245,158,11,.12);background:linear-gradient(145deg,var(--do_surface2),var(--do_surface));margin-bottom:16px}
.do-scorebadge__top{font-weight:800;margin-bottom:8px;font-size:.68rem;color:var(--do_accent);text-transform:uppercase;letter-spacing:.16em}
.do-scorebadge__num{color:var(--do_accent);font-weight:900;line-height:1;font-family:'Playfair Display',serif;font-size:4.5rem}
.do-scorebadge__max{font-size:.9rem;margin-bottom:8px;color:var(--do_muted)}
.do-scorebadge__label{display:inline-block;border-radius:2px;color:rgba(0,0,0,1);font-size:.72rem;font-weight:800;padding:4px 12px;letter-spacing:.08em;text-transform:uppercase;background:var(--do_accent)}
.do-ratingbars{display:flex;margin-bottom:14px;flex-direction:column;gap:10px;padding:16px;background:var(--do_surface);border-radius:6px;border:1px solid var(--do_line)}
.do-rbar{gap:8px;align-items:center;display:flex}
.do-rbar__cat{width:90px;flex-shrink:0;color:var(--do_muted);font-size:.78rem;font-weight:600}
.do-rbar__track{height:6px;background:var(--do_line);overflow:hidden;flex:1;border-radius:3px}
.do-rbar__fill{border-radius:3px;background:linear-gradient(90deg,var(--do_accent2),var(--do_accent));height:100%}
.do-rbar__val{font-weight:700;font-size:.8rem;color:var(--do_accent);width:28px;flex-shrink:0;text-align:right}
.do-hero__quickfacts{display:flex;flex-direction:column;gap:7px}
.do-qfact{font-size:.83rem;gap:8px;color:var(--do_muted);align-items:center;display:flex}
.do-qfact__icon{font-size:1rem;flex-shrink:0}
.do-trust{justify-content:center;gap:9px;display:flex;padding:18px 0;flex-wrap:wrap;border-bottom:1px solid var(--do_line)}
.do-badge{border:1px solid var(--do_line);padding:6px 14px;font-size:.79rem;align-items:center;color:var(--do_muted);gap:5px;background:var(--do_surface);font-weight:600;border-radius:2px;display:inline-flex}
.do-badge--gold{border-color:rgba(245,158,11,.25);color:var(--do_accent);background:var(--do_accent-soft)}
.do-ornate-rule{overflow:hidden;padding:0}
.do-ornate-rule__line{opacity:.35;height:1px;background:linear-gradient(90deg,transparent,var(--do_accent),transparent)}
.do-section{border-bottom:1px solid var(--do_line);padding:56px 0}
.do-section--alt{background:var(--do_surface)}
.do-section__head{margin-bottom:28px}
.do-kicker{letter-spacing:.14em;font-weight:700;text-transform:uppercase;display:block;font-size:.7rem;margin:0 0 10px;color:var(--do_accent)}
.do-section__head h2{margin:0 0 8px;font-size:clamp(1.3rem,2.8vw,2rem);font-weight:800}
.do-section__head p{margin:0;font-size:.95rem;color:var(--do_muted)}
.do-prose{line-height:1.8;max-width:800px;color:var(--do_muted)}
.do-grid{display:grid;gap:16px}
.do-grid--3{grid-template-columns:repeat(3,1fr)}.do-grid--2{grid-template-columns:repeat(2,1fr)}
.do-card{padding:24px;background:var(--do_surface);border-left:3px solid var(--do_accent);border-radius:4px;transition:all .2s;border:1px solid var(--do_line)}
.do-card:hover{box-shadow:0 4px 24px var(--do_accent-glow);border-left-color:var(--do_accent2)}
.do-card__emoji{margin-bottom:14px;font-size:1.9rem}
.do-card h3{font-size:.96rem;margin:0 0 6px;font-weight:700}
.do-card p{line-height:1.65;margin:0;font-size:.87rem;color:var(--do_muted)}
.do-imgrid{gap:14px;display:grid;grid-template-columns:repeat(3,1fr)}
.do-imgcard{background:var(--do_surface2);display:block;border-radius:4px;overflow:hidden;margin:0;aspect-ratio:16/9}
.do-imgcard img{height:100%;transition:transform .35s;width:100%;object-fit:cover}
.do-imgcard:hover img{transform:scale(1.04)}
.do-page-img{margin:0 0 32px;overflow:hidden;border-radius:4px;aspect-ratio:16/9;background:var(--do_surface2)}
.do-page-img img{object-fit:cover;width:100%;height:100%}
.do-cats{grid-template-columns:repeat(auto-fill,minmax(152px,1fr));gap:10px;display:grid}
.do-cat{background:var(--do_surface);transition:all .15s;font-weight:600;border-radius:4px;align-items:center;border:1px solid var(--do_line);padding:12px 14px;gap:9px;font-size:.87rem;display:flex}
.do-cat:hover{border-color:var(--do_accent);color:var(--do_accent)}
.do-cat__icon{font-size:1.2em;flex-shrink:0}
.do-bonuses{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.do-bonus{border-top:3px solid var(--do_accent);background:var(--do_surface);overflow:hidden;border-radius:4px;border:1px solid var(--do_line)}
.do-bonus__inner{padding:20px}
.do-bonus__type{font-size:.7rem;margin:0 0 8px;display:block;text-transform:uppercase;font-weight:800;letter-spacing:.1em;color:var(--do_accent)}
.do-bonus h3{font-weight:700;font-size:.95rem;margin:0 0 4px}
.do-bonus p{font-size:.83rem;color:var(--do_muted);margin:0 0 14px}
.do-bonus__val{font-family:'Playfair Display',serif;margin-bottom:16px;font-weight:900;color:var(--do_accent);font-size:1.5rem}
.do-steps{flex-direction:column;gap:0;display:flex}
.do-step{border-bottom:1px solid var(--do_line);padding:20px 0;display:flex;gap:16px}
.do-step:last-child{border-bottom:none}
.do-step__num{border-radius:2px;font-weight:900;width:40px;font-family:'Playfair Display',serif;display:flex;background:var(--do_accent);font-size:.88rem;color:#000;align-items:center;flex-shrink:0;height:40px;justify-content:center}
.do-step__body h3{font-size:.95rem;font-weight:700;margin:0 0 4px}
.do-step__body p{color:var(--do_muted);font-size:.87rem;margin:0}
.do-faq{flex-direction:column;gap:7px;display:flex}
.do-faq__item{background:var(--do_surface);border:1px solid var(--do_line);overflow:hidden;border-radius:4px}
.do-faq__item summary{gap:12px;padding:16px 20px;list-style:none;cursor:pointer;font-weight:700;display:flex;align-items:center;justify-content:space-between;font-size:.91rem}
.do-faq__item summary::-webkit-details-marker{display:none}
.do-faq__item summary::after{content:'✦';opacity:.7;font-size:.9rem;color:var(--do_accent);flex-shrink:0}
.do-faq__item[open]{border-color:rgba(245,158,11,.3)}.do-faq__item[open] summary::after{content:'◆'}
.do-faq__item[open] summary{color:var(--do_accent)}
.do-faq__answer{margin:0;color:var(--do_muted);border-top:1px solid var(--do_line);font-size:.89rem;line-height:1.75;padding:12px 20px 16px}
.do-payments{gap:9px;display:flex;flex-wrap:wrap}
.do-pay-item{font-weight:600;color:var(--do_muted);border-opacity:.3;border-radius:2px;background:var(--do_surface);font-size:.86rem;padding:8px 18px;border:1px solid var(--do_accent)}
.do-reviews{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}
.do-review{background:var(--do_surface);padding:22px;border:1px solid var(--do_line);border-left:3px solid var(--do_accent);border-radius:4px}
.do-review__stars{color:var(--do_accent);margin-bottom:10px;font-size:.9rem}
.do-review__text{margin:0 0 12px;color:var(--do_muted);font-size:.87rem;line-height:1.65;font-style:italic}
.do-review__author strong{font-weight:700;font-size:.88rem}.do-review__author span{display:block;color:var(--do_muted);font-size:.78rem}
.do-ctasection{border-radius:4px;margin:52px 0;text-align:center;padding:56px 40px;border:1px solid rgba(245,158,11,.25);background:linear-gradient(135deg,rgba(245,158,11,.12),rgba(245,158,11,.04))}
.do-ctasection h2{margin:0 0 12px;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:800}
.do-ctasection p{color:var(--do_muted);margin:0 0 30px}
.do-footer{padding:52px 0 24px;border-top:1px solid var(--do_line);background:var(--do_surface)}
.do-footer__grid{gap:40px;display:grid;margin-bottom:32px;grid-template-columns:2fr 1fr 1fr}
.do-footer__logo{width:auto;height:80px;max-width:220px;object-fit:contain;margin-bottom:14px}
.do-footer__brand{font-family:'Playfair Display',serif;font-size:1rem;color:var(--do_accent);font-weight:800;margin-bottom:8px}
.do-footer__blurb{color:var(--do_muted);line-height:1.7;font-size:.86rem}
.do-footer__heading{letter-spacing:.1em;font-size:.73rem;font-weight:700;margin:0 0 14px;color:var(--do_muted);text-transform:uppercase}
.do-footer__links{display:flex;gap:8px;flex-direction:column}
.do-footer__links a{transition:color .15s;color:var(--do_muted);font-size:.86rem}.do-footer__links a:hover{color:var(--do_accent)}
.do-footer__bottom{flex-wrap:wrap;display:flex;align-items:center;border-top:1px solid var(--do_line);justify-content:space-between;gap:10px;padding-top:20px}
.do-footer__copy{color:var(--do_muted);font-size:.78rem;margin:0}
.sf-sticky-cta{gap:12px;justify-content:space-between;bottom:0;display:flex;backdrop-filter:blur(8px);padding:10px 16px;z-index:200;align-items:center;background:rgba(16,13,4,.97);left:0;position:fixed;border-top:1px solid var(--do_line);right:0}
.sf-sticky-cta__meta strong{font-size:.91rem;display:block;font-weight:800}.sf-sticky-cta__meta span{color:var(--do_muted);font-size:.77rem}
.sf-sticky-cta__button{color:#000;border-radius:4px;padding:10px 26px;font-size:.88rem;font-weight:800;background:var(--do_accent);flex-shrink:0}
.do-legal{max-width:760px}
.do-legal h2{font-weight:700;margin:28px 0 8px;border-left:3px solid var(--do_accent);padding-left:12px;font-size:1.05rem;font-family:'Playfair Display',serif}
.do-legal p,.do-legal li{color:var(--do_muted);font-size:.92rem;line-height:1.8}
@media(max-width:768px){
  .do-nav{display:none}.do-mast__ctas{display:none}.do-menu-btn{display:flex}
  .do-hero__split{gap:28px;grid-template-columns:1fr}
  .do-hero__left{text-align:center;align-items:center}
  .do-hero__sub{max-width:100%}
  .do-hero__right{position:static}
  .do-hero__logo img{width:175px}.do-footer__logo{height:64px}
  .do-grid--3,.do-grid--2{grid-template-columns:1fr}.do-bonuses{grid-template-columns:1fr}
  .do-reviews{grid-template-columns:1fr}.do-footer__grid{grid-template-columns:1fr;gap:24px}
  .do-imgrid{grid-template-columns:1fr}.do-cats{grid-template-columns:repeat(2,1fr)}
  .do-hero__actions{flex-direction:column;align-items:center}.do-ctasection{padding:32px 20px}
}
@media(min-width:769px) and (max-width:1024px){
  .do-grid--3{grid-template-columns:repeat(2,1fr)}.do-reviews{grid-template-columns:repeat(2,1fr)}.do-bonuses{grid-template-columns:repeat(2,1fr)}
}

/* siteforge-footer-overlap-guard: stable mobile footer layout + sticky CTA clearance */
:where(footer,[class*='-footer']){overflow:visible;z-index:1;position:relative}
: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']){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']){align-items:start !important;grid-template-columns:1fr !important;display:grid !important;gap:16px !important}
  :where([class*='footer__summary'],[class*='footer__bottom']){display:flex;align-items:flex-start;flex-direction:column;gap:10px;text-align:left}
  :where([class*='footer__brand']){max-width:110px;float:none !important;clear:both;max-height:110px;margin-bottom:12px}
}
