/*
Theme Name: Drift One
Author: Nordic Themes
Description: Drift One is a lightweight WordPress theme for review and magazine sites.
Version: 2.2.9
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: drift-one
*/
:root{
  --ink:#140d0d;--ink2:#1f1414;--text:#1b1e2b;--muted:#5d6377;--line:#e4e6ee;
  --bg:#ffffff;--bg-alt:#f5f6fa;
  --brand:#dc2626;--brand-h:#b91c1c;--brand-soft:#feecec;--brand-rgb:220 38 38;--brand-2:#fca5a5;--brand-l:#f87171;
  --ink-rgb:20 13 13;--ink3:#332222;--accent-rgb:14 165 233;
  --green:#16a36a;--red:#dc3b3b;--warn-bg:#fff7e6;--warn:#9a5b00;
  --r:16px;--r-sm:10px;
  --shadow:0 20px 50px -20px rgb(var(--ink-rgb) / .35);
  --font:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
*,*:before,*:after{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:84px}
body{margin:0;background:var(--bg);color:var(--text);font:400 16px/1.65 var(--font);-webkit-font-smoothing:antialiased}
img{display:block;max-width:100%;height:auto}
a{color:var(--brand-h)}
h1,h2,h3{line-height:1.2;letter-spacing:-.02em;margin:0}
p{margin:0 0 12px}
.doy-wrap{max-width:1160px;margin:0 auto;padding:0 20px}
.doy-narrow{max-width:820px}
.skip-link{position:absolute;left:-9999px;top:8px;z-index:100;background:var(--brand);color:#fff;padding:8px 14px;border-radius:8px}
.skip-link:focus{left:8px}
:focus-visible{outline:3px solid var(--brand);outline-offset:2px}

/* Buttons */
.doy-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:12px 20px;border-radius:12px;border:1px solid transparent;font-weight:700;font-size:15px;line-height:1.1;text-decoration:none;white-space:nowrap;cursor:pointer;transition:background .15s,transform .15s,box-shadow .15s}
.doy-btn svg{width:18px;height:18px}
.doy-btn-primary{background:var(--brand);color:#fff;box-shadow:0 8px 20px -8px rgb(var(--brand-rgb) / .7)}
.doy-btn-primary:hover{background:var(--brand-h);transform:translateY(-1px)}
.btn-dark{background:var(--ink);color:#fff}
.btn-dark:hover{background:var(--ink3)}
.doy-btn-ghost{color:#fff;border-color:rgba(255,255,255,.25)}
.doy-btn-ghost:hover{background:rgba(255,255,255,.08)}
.doy-btn-sm{min-height:38px;padding:9px 16px;font-size:14px;border-radius:10px}
.doy-btn-lg{min-height:54px;padding:16px 26px;font-size:16.5px}
.doy-btn-block{width:100%}
.doy-header-actions{display:flex;align-items:center;gap:8px;flex-shrink:0}

/* Top bar & header */
.doy-age{display:inline-grid;place-items:center;min-width:30px;height:20px;padding:0 5px;margin-right:6px;border:1.5px solid currentColor;border-radius:6px;font-size:11px;font-weight:800;color:#fff}
.doy-header{position:sticky;top:0;z-index:50;background:rgb(var(--ink-rgb) / .92);backdrop-filter:saturate(160%) blur(12px);-webkit-backdrop-filter:saturate(160%) blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}
.doy-header-in{display:flex;align-items:center;gap:24px;height:64px}
.doy-brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-size:19px;font-weight:500;letter-spacing:-.02em}
.doy-brand img{display:block;height:34px;width:auto}
.doy-footer .doy-brand img{height:30px}
.doy-brand-mark{display:grid;place-items:center;width:32px;height:32px;border-radius:9px;background:var(--brand);color:#fff;font-weight:800;font-size:16px;flex-shrink:0}
.doy-brand-mark.doy-lg{width:44px;height:44px;border-radius:12px;background:var(--ink)}
.doy-brand-mark.doy-lg img{width:32px;height:32px;image-rendering:pixelated}
.doy-main-navigation{margin-left:auto}
.menu{display:flex;gap:4px;margin:0;padding:0;list-style:none}
.menu li{display:flex}
.menu a{color:#c3c7d6;text-decoration:none;font-size:14.5px;font-weight:500;padding:8px 12px;border-radius:8px}
.menu a:hover,.menu .current-menu-item>a{color:#fff;background:rgba(255,255,255,.07)}
.menu-item-has-children{position:relative}
.doy-sub-toggle{display:flex;align-items:center;color:#c3c7d6;border-radius:8px}
.menu .doy-sub-toggle>a{padding-right:4px;background:none}
.menu-item-has-children:hover>.doy-sub-toggle,.menu-item-has-children:focus-within>.doy-sub-toggle,.current-menu-item>.doy-sub-toggle{background:rgba(255,255,255,.07)}
.menu-item-has-children:hover>.doy-sub-toggle>a,.menu-item-has-children:focus-within>.doy-sub-toggle>a,.current-menu-item>.doy-sub-toggle>a{color:#fff}
.doy-sub-arrow{display:flex;align-items:center;justify-content:center;width:20px;height:28px;margin-right:6px;padding:0;background:none;border:0;color:inherit;pointer-events:none}
.doy-sub-arrow svg{width:12px;height:12px;flex-shrink:0;transition:transform .2s}
.doy-burger:focus-visible,.doy-sub-arrow:focus-visible{outline:2px solid rgba(255,255,255,.4);outline-offset:-2px;border-radius:10px}
.sub-menu{list-style:none;position:absolute;top:100%;left:0;min-width:230px;padding:8px;margin-top:6px;background:#fff;border-radius:12px;box-shadow:0 18px 40px -12px rgb(var(--ink-rgb) / .45);opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .15s,transform .15s,visibility .15s}
.sub-menu:before{content:"";position:absolute;left:0;right:0;top:-10px;height:10px}
.menu .sub-menu li{display:block}
.menu .sub-menu a{display:block;color:var(--text);padding:10px 12px;font-size:14.5px}
.menu .sub-menu a:hover{background:var(--bg-alt);color:var(--brand-h)}
.menu-item-has-children:hover .sub-menu,.menu-item-has-children:focus-within .sub-menu{opacity:1;visibility:visible;transform:none}
.menu-item-has-children:hover .doy-sub-toggle,.menu-item-has-children:focus-within .doy-sub-toggle{color:#fff}
.menu-item-has-children:hover .doy-sub-toggle svg,.menu-item-has-children:focus-within .doy-sub-toggle svg{transform:rotate(180deg)}
.doy-burger{display:none;width:44px;height:44px;margin-right:-10px;background:none;border:0;cursor:pointer;position:relative}
.doy-burger span,.doy-burger span:before,.doy-burger span:after{position:absolute;left:12px;width:20px;height:2px;background:#fff;border-radius:2px;transition:transform .2s,opacity .2s}
.doy-burger span{top:21px}
.doy-burger span:before,.doy-burger span:after{content:"";left:0}
.doy-burger span:before{top:-6px}.doy-burger span:after{top:6px}
.open .doy-burger span{background:transparent}
.open .doy-burger span:before{transform:translateY(6px) rotate(45deg)}
.open .doy-burger span:after{transform:translateY(-6px) rotate(-45deg)}
@media (max-width:860px){
  .doy-header-in{gap:12px}
  .doy-header-actions{margin-left:auto}
  .doy-burger{display:block}
  .doy-main-navigation{margin-left:0}
  .menu{display:none;position:absolute;top:64px;left:0;right:0;flex-direction:column;gap:0;margin:0;padding:8px 12px 16px;background:var(--ink);border-bottom:1px solid rgba(255,255,255,.08)}
  .open .menu{display:flex;max-height:calc(100vh - 64px);overflow-y:auto}
  .menu li{display:block}
  .menu a{display:block;padding:13px 12px;font-size:16px;border-bottom:1px solid rgba(255,255,255,.06)}
  .menu-item-has-children{display:block}
  .doy-sub-toggle{justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.06)}
  .menu .doy-sub-toggle>a{flex:1;border-bottom:0}
  .doy-sub-arrow{width:44px;height:44px;margin:0;border-radius:8px;cursor:pointer;pointer-events:auto}
  .doy-sub-arrow svg{width:14px;height:14px}
  .menu-item-has-children:hover .doy-sub-toggle svg,.menu-item-has-children:focus-within .doy-sub-toggle svg{transform:none}
  .menu-item-has-children.sub-open .doy-sub-toggle svg{transform:rotate(180deg)}
  .sub-menu{display:none;position:static;min-width:0;margin:0;padding:0 0 4px 14px;background:none;box-shadow:none;opacity:1;visibility:visible;transform:none}
  .sub-open>.sub-menu{display:block}
  .sub-menu:before{display:none}
  .menu .sub-menu a{color:#a9aec2;font-size:15px;padding:10px 12px}
  .menu .sub-menu a:hover{background:rgba(255,255,255,.07);color:#fff}
}
@media (max-width:400px){
  .doy-header-actions{gap:6px}
  .doy-header-actions .doy-btn-sm{padding:9px 12px}
}

/* Hero */
.doy-hero{background:radial-gradient(900px 500px at 90% -10%,rgb(var(--brand-rgb) / .28),transparent 60%),radial-gradient(700px 400px at -10% 110%,rgb(var(--accent-rgb) / .18),transparent 60%),var(--ink);color:#fff;padding:36px 0 28px}
.doy-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) 400px;gap:56px;align-items:center}
.doy-crumbs ol{display:flex;flex-wrap:wrap;gap:6px;list-style:none;margin:0 0 18px;padding:0;font-size:13px;color:#8f95ab}
.doy-crumbs li+li:before{content:"›";margin-right:6px}
.doy-crumbs a{color:#b7bccd;text-decoration:none}
.doy-hero h1{font-size:clamp(32px,4.8vw,54px);font-weight:800;letter-spacing:-.035em;line-height:1.05;margin-bottom:18px}
.doy-lede{font-size:clamp(16.5px,1.8vw,19px);color:#c5c9d8;max-width:600px;margin-bottom:26px}
.doy-lede strong{color:#fff}
.doy-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:24px}
.trust{display:flex;flex-wrap:wrap;gap:8px 20px;list-style:none;margin:0;padding:0;font-size:14px;color:#c5c9d8}
.trust li{display:flex;align-items:center;gap:6px}
.trust svg{width:17px;height:17px;color:#4fd49a}

.doy-offer-card{background:#fff;color:var(--text);border-radius:20px;padding:26px 24px 22px;box-shadow:var(--shadow);position:relative;overflow:hidden}
.doy-offer-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--brand),var(--brand-2))}
.doy-offer-head{display:flex;align-items:center;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--line)}
.doy-offer-head>div>b{display:block;font-size:16px;line-height:1.3}
.doy-offer-head>div>span{display:block;font-size:13px;color:var(--muted);line-height:1.3}
.doy-offer-head>.doy-score{margin-left:auto;display:flex;align-items:baseline;gap:2px;background:#e9f8f1;color:var(--green);padding:6px 10px;border-radius:10px}
.doy-score b{font-size:20px}
.doy-score span{color:var(--green);font-size:12px;font-weight:600}
.doy-offer-amount{font-size:34px;font-weight:800;letter-spacing:-.03em;line-height:1.1;margin:18px 0 4px}
.doy-offer-extra{color:var(--brand-h);font-weight:700;font-size:18px;margin-bottom:16px}
.doy-terms{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:0 0 18px}
.doy-terms div{background:var(--bg-alt);border-radius:10px;padding:9px 12px}
.doy-terms dt{font-size:12px;color:var(--muted)}
.doy-terms dd{margin:0;font-weight:700;font-size:15px}
.doy-licence{display:flex;gap:10px;align-items:flex-start;margin:28px 0 0;padding:12px 14px;border-radius:12px;background:rgba(34,197,94,.08);border:1px solid rgba(34,197,94,.25);font-size:13.5px;color:#a7d9b8}
.doy-licence strong{color:#4ade80}
.doy-licence svg{width:18px;height:18px;flex-shrink:0;margin-top:2px;color:#4ade80}
@media (max-width:980px){
  .doy-hero-grid{grid-template-columns:1fr;gap:32px}
  .doy-offer-card{max-width:520px}
}
@media (max-width:520px){
  .doy-hero-actions .doy-btn{width:100%}
  .doy-offer-amount{font-size:30px}
}

/* Key facts */
.doy-facts{border-bottom:1px solid var(--line)}
.doy-facts-grid{display:grid;grid-template-columns:repeat(5,1fr)}
.doy-facts-grid div{padding:20px 16px;border-left:1px solid var(--line)}
.doy-facts-grid div:first-child{border-left:0;padding-left:0}
.doy-facts span{display:block;font-size:12.5px;color:var(--muted)}
.doy-facts b{font-size:17px}
@media (max-width:860px){
  .doy-facts-grid{grid-template-columns:1fr 1fr}
  .doy-facts-grid div,.doy-facts-grid div:first-child{padding:14px 0;border-left:0;border-top:1px solid var(--line)}
  .doy-facts-grid div:nth-child(-n+2){border-top:0}
  .doy-facts-grid div:last-child{grid-column:1/-1}
}

/* Sections */
.doy-section{padding:72px 0}
.doy-section.doy-alt{background:var(--bg-alt)}
.doy-sec-head{max-width:720px;margin-bottom:36px}
.doy-sec-head.doy-center{text-align:center;margin-inline:auto}
.doy-kicker{display:inline-block;font-size:12.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-h);margin-bottom:10px}
.doy-sec-head h2,.doy-verdict h2{font-size:clamp(26px,3.4vw,38px);font-weight:800;margin-bottom:14px}
.doy-sec-head p{color:var(--muted);font-size:17px}
@media (max-width:640px){.doy-section{padding:52px 0}}

/* Review */
.doy-pc-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.doy-pc{background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:24px}
.doy-pc h2{font-size:18px;margin-bottom:12px;display:flex;align-items:center;gap:10px}
.doy-pc h2:before{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;font-size:14px;color:#fff}
.doy-pro h3:before{content:"+";background:var(--green)}
.doy-con h3:before{content:"−";background:var(--red)}
.doy-pc ul{margin:0;padding-left:20px}
.doy-pc li{margin:8px 0;color:var(--muted)}
.doy-pro li::marker{color:var(--green)}
.doy-con li::marker{color:var(--red)}
.doy-company{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;margin-top:20px;background:var(--line);border:1px solid var(--line);border-radius:var(--r);overflow:hidden}
.doy-company div{background:#fff;padding:16px 20px}
.doy-company span{display:block;font-size:12.5px;color:var(--muted)}
.doy-company b{font-size:16px}
@media (max-width:860px){.doy-pc-grid{grid-template-columns:1fr}.doy-company{grid-template-columns:1fr 1fr}}

/* Steps & app */
.doy-steps{list-style:none;margin:0 0 22px;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:16px;counter-reset:s}
.doy-steps li{counter-increment:s;background:#fff;border:1px solid var(--line);border-radius:var(--r);padding:22px}
.doy-steps li:before{content:counter(s);display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--brand-soft);color:var(--brand-h);font-weight:800;margin-bottom:14px}
.doy-steps b{display:block;font-size:16.5px;margin-bottom:6px}
.doy-steps span{color:var(--muted);font-size:14.5px}
@media (max-width:980px){.doy-steps{grid-template-columns:1fr 1fr}}
@media (max-width:600px){.doy-steps{grid-template-columns:1fr}}

/* Payments */
.doy-table-wrap{margin:0;border:1px solid var(--line);border-radius:var(--r);overflow:hidden}
.doy-table-wrap table{width:100%;border-collapse:collapse}
.doy-table-wrap thead{border-bottom:0}
.doy-table-wrap caption{caption-side:top;text-align:left;padding:16px 20px;font-weight:700;background:var(--bg-alt);border-bottom:1px solid var(--line)}
.doy-table-wrap th,.doy-table-wrap td{padding:14px 20px;text-align:left;border:0;border-top:1px solid var(--line);font-size:15px}
.doy-table-wrap thead th{border-top:0;font-size:12.5px;color:var(--muted);font-weight:600;text-transform:uppercase;letter-spacing:.05em}
.doy-table-wrap tbody th{font-weight:500}
.doy-table-wrap td{font-weight:600}

/* CTA strip */
.doy-cta-strip{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:8px 0 26px;padding:22px 26px;border-radius:var(--r);background:var(--ink);color:#fff}
.doy-cta-strip b{display:block;font-size:19px}
.doy-cta-strip span{color:#b7bccd;font-size:15px}
@media (max-width:600px){.doy-cta-strip{flex-direction:column;align-items:stretch;text-align:center}}

/* Article sections */
.doy-entry-body>h2{font-size:clamp(26px,3.4vw,36px);font-weight:800;margin-bottom:18px}
.doy-entry-body h3{font-size:20px;margin:28px 0 10px}
.doy-entry-body p{font-size:17px;margin-bottom:16px}
.doy-entry-body a:not(.doy-btn){color:var(--brand-h);font-weight:600}
.doy-entry-body ul.wp-block-list,.doy-entry-body ol.wp-block-list{margin:0 0 20px;padding-left:22px}
.doy-entry-body li{margin:6px 0}
.doy-entry-body ul.doy-ticks{padding-left:0}
.doy-entry-body .doy-ticks li{color:var(--text)}
.doy-entry-body ol.doy-steps{grid-template-columns:repeat(2,1fr);padding-left:0}
.doy-entry-body .doy-table-wrap{margin:0 0 24px}
.doy-callout{margin:0 0 22px;padding:18px 20px;border-radius:var(--r);border:1px solid var(--line);background:var(--bg-alt)}
.doy-section.doy-alt .doy-callout{background:#fff}
.doy-entry-body .doy-callout p{margin:0;font-size:16px}
.doy-entry-body .doy-callout p+p{margin-top:6px}
.doy-callout-warning,.doy-section.doy-alt .doy-callout-warning{background:var(--warn-bg);border-color:#f5dfb0}
.doy-callout-tip,.doy-section.doy-alt .doy-callout-tip{background:var(--brand-soft);border-color:transparent}
.doy-shot-inline{margin:4px 0 24px;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;background:#fff}
.doy-shot-inline img{width:100%;height:auto}
.doy-shot-inline figcaption,.doy-shot-phone figcaption{margin:0;padding:12px 16px;font-size:14px;color:var(--muted)}
.doy-shot-inline figcaption b,.doy-shot-phone figcaption b{color:var(--text)}
.doy-shot-phone{max-width:280px;margin:4px auto 24px;text-align:center}
.doy-shot-phone img{border:6px solid var(--ink);border-radius:26px;background:var(--ink);box-shadow:var(--shadow)}
@media (max-width:600px){.doy-entry-body ol.doy-steps{grid-template-columns:1fr}}

/* Inner pages */
.doy-hero-page{padding-bottom:24px}
.doy-hero-page h1{font-size:clamp(30px,4.2vw,46px)}
.related{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin-top:24px}
.related-card{display:block;padding:18px 20px;border:1px solid var(--line);border-radius:var(--r);background:#fff;color:var(--text);text-decoration:none;transition:border-color .15s}
.related-card:hover{border-color:var(--brand)}
.related-card span{display:block;font-size:12.5px;color:var(--muted)}
.related-card b{font-size:17px}
.doy-footer-links{display:flex;flex-wrap:wrap;gap:6px 16px;list-style:none;margin:12px 0 0;padding:0}
.doy-footer-links a{text-decoration:none}

/* Verdict */
.doy-verdict{background:radial-gradient(700px 400px at 100% 0,rgb(var(--brand-rgb) / .25),transparent 60%),var(--ink);color:#fff;padding:72px 0}
.doy-verdict-grid{display:grid;grid-template-columns:220px 1fr;gap:48px;align-items:center}
.doy-verdict-score{display:grid;place-items:center;align-content:center;aspect-ratio:1;border-radius:50%;background:conic-gradient(var(--brand) 0 var(--score),rgba(255,255,255,.1) var(--score) 100%);position:relative}
.doy-verdict-score:before{content:"";position:absolute;inset:12px;border-radius:50%;background:var(--ink)}
.doy-verdict-score>*{position:relative}
.doy-verdict-score b{font-size:56px;line-height:1;letter-spacing:-.04em}
.doy-verdict-score span{font-size:14px;color:#a9aec2}
.doy-verdict-score em{font-style:normal;font-size:13px;font-weight:700;color:#4fd49a;margin-top:4px}
.doy-verdict .doy-kicker{color:var(--brand-l)}
.doy-verdict p{color:#c5c9d8;max-width:680px;font-size:17px;margin-bottom:24px}
@media (max-width:760px){.doy-verdict-grid{grid-template-columns:1fr;gap:28px}.doy-verdict-score{width:170px}.doy-verdict .doy-btn{width:100%}}

/* FAQ */
.doy-faq details{border:1px solid var(--line);border-radius:12px;margin-bottom:10px;background:#fff}
.doy-faq details[open]{border-color:#d3d6e2;box-shadow:0 8px 24px -16px rgb(var(--ink-rgb) / .25)}
.doy-faq summary{list-style:none;cursor:pointer;position:relative;padding:18px 56px 18px 20px;font-weight:700;font-size:16.5px}
.doy-faq summary::-webkit-details-marker{display:none}
.doy-faq summary:after{content:"";position:absolute;right:18px;top:50%;width:28px;height:28px;margin-top:-14px;border-radius:50%;background:linear-gradient(var(--brand-h),var(--brand-h)) center/12px 2px no-repeat,linear-gradient(var(--brand-h),var(--brand-h)) center/2px 12px no-repeat,var(--bg-alt);transition:transform .2s}
.doy-faq details[open] summary:after{transform:rotate(45deg)}
.doy-faq details p{padding:0 20px 18px;margin:0;color:var(--muted)}

/* Footer */
.doy-footer{background:#080a15;color:#9ba0b4;font-size:14px;padding:48px 0 24px}
.doy-footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.doy-footer .doy-brand{margin-bottom:14px}
.doy-footer a{color:#dfe2ec}
.doy-rg{display:flex;gap:14px;align-items:flex-start}
.doy-age.doy-lg{min-width:44px;height:44px;border-radius:50%;border-color:#ff6b6b;color:#ff6b6b;font-size:14px;flex-shrink:0;margin:0}
@media (max-width:760px){.doy-footer-grid{grid-template-columns:1fr;gap:24px}.doy-footer{padding-bottom:96px}}

/* Sticky mobile CTA */
.doy-sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:40;display:flex;align-items:center;gap:12px;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:rgb(var(--ink-rgb) / .97);color:#fff;border-top:1px solid rgba(255,255,255,.1);transform:translateY(110%);transition:transform .25s ease}
.doy-sticky-cta.show{transform:none}
.doy-sticky-cta div{flex:1;min-width:0;line-height:1.3}
.doy-sticky-cta b{display:block;font-size:15.5px}
.doy-sticky-cta span{font-size:12px;color:#a9aec2}
.doy-sticky-cta .doy-btn{padding:11px 26px}
@media (min-width:761px){.doy-sticky-cta{display:none}}

@media (prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;scroll-behavior:auto!important}}
