/* TBSI responsive polish layer — v2.2.0
   Loaded after the base stylesheet to preserve the established theme while
   improving visual consistency, mobile readability and small-screen flow. */

:root{
  --tbsi-text:#101828;
  --tbsi-muted:#667085;
  --tbsi-line:#e6eaf0;
  --tbsi-soft:#f7f9fc;
  --tbsi-blue:#4f46e5;
  --tbsi-blue-2:#2563eb;
  --tbsi-teal:#0f9f89;
  --tbsi-purple:#7c3aed;
  --tbsi-card-shadow:0 14px 40px rgba(16,24,40,.07);
}

html{overflow-x:hidden}
body{overflow-x:hidden;background:#fff;color:var(--tbsi-text)}
.site-main{overflow:hidden}
.container{width:min(1180px,calc(100% - 40px))}

/* Header and offer strip */
.offer-bar{background:linear-gradient(90deg,#4338ca 0%,#4f46e5 48%,#2563eb 100%)}
.offer-bar-inner{min-height:44px;gap:12px}
.offer-pill{background:rgba(255,255,255,.16);box-shadow:inset 0 0 0 1px rgba(255,255,255,.15)}
.site-header{background:rgba(255,255,255,.94);border-bottom:1px solid rgba(228,231,236,.9);box-shadow:0 4px 22px rgba(16,24,40,.035);backdrop-filter:blur(16px)}
.nav-wrap{min-height:74px}
.brand-copy small{color:#7b8495}.brand-copy span{color:#101828}
.primary-nav a{color:#475467}.primary-nav a:hover{color:#4338ca}
.header-actions .btn-ghost{background:#fff;border-color:#d0d5dd;color:#344054;box-shadow:0 1px 2px rgba(16,24,40,.04)}
.menu-toggle{background:#f8fafc;border:1px solid #dfe3ea;color:#344054;box-shadow:none}

/* Unified buttons */
.btn{min-height:44px;border-radius:12px;white-space:nowrap}
.btn-primary{background:linear-gradient(135deg,#4f46e5,#2563eb);box-shadow:0 10px 24px rgba(79,70,229,.20)}
.btn-premium{background:linear-gradient(135deg,#7c3aed,#5b21b6);box-shadow:0 10px 24px rgba(124,58,237,.18)}
.btn:hover{transform:translateY(-1px)}

/* Hero: brighter, cleaner, less oversized */
.hero-premium{padding:82px 0 92px;background:radial-gradient(circle at 80% 12%,rgba(79,70,229,.10),transparent 28%),radial-gradient(circle at 18% 84%,rgba(15,159,137,.07),transparent 26%),linear-gradient(180deg,#fff 0%,#fafbff 100%)}
.hero-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:54px}
.hero h1{font-size:clamp(44px,5vw,68px);line-height:1.02;letter-spacing:-.052em;color:#101828;margin-top:16px}
.hero-lead{font-size:18px;line-height:1.7;color:#667085}
.hero-price-row{margin-top:26px}
.hero-price-card{border-radius:18px;padding:16px 18px;box-shadow:0 12px 30px rgba(16,24,40,.06)}
.price-free-word{font-size:34px;font-weight:900;letter-spacing:-.04em;color:#0f9f89}
.hero-actions{margin-top:24px}
.hero-meta{margin-top:20px;gap:14px 20px;color:#667085}
.product-stage{padding:8px 0}
.browser-frame{transform:none;border-radius:22px;box-shadow:0 28px 70px rgba(30,41,59,.14);border:1px solid #dfe5ef}
.floating-badge{box-shadow:0 16px 36px rgba(16,24,40,.14);border:1px solid #e7eaf0}
.badge-save{right:-10px;top:-20px;transform:rotate(2deg)}
.badge-pdf{left:-12px;bottom:28px}

/* Trust strip */
.trust-band{padding:25px 0;background:#fff}
.trust-grid{gap:10px}
.trust-item{min-height:42px;border-radius:12px;background:#f8fafc;border:1px solid #eef1f5;padding:8px 12px}
.trust-item span{display:grid;place-items:center;width:22px;height:22px;border-radius:7px;background:#eef2ff;color:#4f46e5}

/* General spacing and typography */
.section{padding:92px 0}
.section-heading{margin-bottom:42px}
.section-heading h2,.compare-copy h2,.price-intro h2,.faq-title h2{letter-spacing:-.045em}
.section-heading p,.compare-copy p,.price-intro p,.faq-title p{line-height:1.7}

/* Feature bento cards — more consistent */
.feature-bento{gap:18px}
.feature-card{border-radius:20px;padding:24px;min-height:240px;border:1px solid #e5e9f0;box-shadow:0 10px 30px rgba(16,24,40,.05)}
.feature-card:hover{transform:translateY(-2px);box-shadow:0 18px 40px rgba(16,24,40,.08)}
.feature-large{min-height:510px}
.feature-card h3{margin-top:12px}
.feature-card p{color:#667085}
.feature-foot{bottom:20px}
.feature-blue{background:linear-gradient(145deg,#3730a3,#4f46e5 55%,#2563eb);box-shadow:0 18px 44px rgba(79,70,229,.18)}
.feature-blue p{color:#e0e7ff}
.notice-chip{max-width:100%;line-height:1.35}
.branding-card,.feature-wide{background:linear-gradient(180deg,#fff 0%,#fbfcff 100%)}

/* Workflow */
.workflow-section{background:#f8fafc!important;border-top:1px solid #f0f2f5;border-bottom:1px solid #f0f2f5}
.workflow-grid{align-items:stretch}
.workflow-step{background:#fff;border:1px solid #e4e7ec;border-radius:20px;padding:24px;box-shadow:0 10px 28px rgba(16,24,40,.045)}
.workflow-step h3{margin-bottom:8px}
.workflow-step p{color:#667085}
.workflow-arrow{color:#98a2b3}

/* Accounting/control section */
.compare-section{background:#fff!important}
.compare-grid{gap:64px;align-items:center}
.compare-list>div{padding:14px 0;border-bottom:1px solid #edf0f3}
.compare-list>div:last-child{border-bottom:0}
.compare-list i{background:#ecfdf3;color:#079455}
.document-stack{filter:drop-shadow(0 24px 38px rgba(16,24,40,.08))}
.doc-front{border:1px solid #e2e6ec;box-shadow:0 24px 60px rgba(16,24,40,.10)}
.doc-mid,.doc-back{opacity:.7}

/* Pricing */
.pricing-section{background:#f8fafc!important}
.pricing-wrap{gap:64px;align-items:center}
.price-intro h2{font-size:clamp(38px,4.2vw,56px)}
.saving-stat{border:1px solid #dfe5ee;background:#fff;border-radius:18px;box-shadow:0 8px 22px rgba(16,24,40,.04)}
.main-price-card{border-radius:24px;background:#fff;box-shadow:var(--tbsi-card-shadow)}
.premium-mini-card{border:1px solid #ddd6fe;background:linear-gradient(135deg,#fff,#faf7ff);border-radius:18px;box-shadow:0 10px 26px rgba(124,58,237,.07)}
.premium-mini-card .btn-ghost{border-color:#d8b4fe;color:#6d28d9;background:#fff}
.included-list{gap:10px 18px}
.included-list li{line-height:1.4}

/* Free / Premium summary cards */
.access-compare-section{background:#fff!important}
.access-heading{margin-bottom:42px}
.plan-choice-grid{gap:18px}
.plan-choice{border-radius:24px;padding:28px;box-shadow:0 12px 36px rgba(16,24,40,.055)}
.plan-choice-free{background:linear-gradient(180deg,#fff,#fbfffe)}
.plan-choice-premium{background:linear-gradient(180deg,#fff,#fdfbff)}
.plan-price strong{font-size:52px}
.plan-highlights{gap:10px}
.plan-highlights span{display:flex;align-items:flex-start;line-height:1.4}
.plan-highlights i{flex:0 0 19px;margin-top:0}
.compare-explainer{border-radius:16px;background:#f8fafc;margin-top:34px}

/* Comparison groups: desktop/tablet */
.compare-groups{gap:18px}
.compare-group{border-radius:20px;box-shadow:0 8px 26px rgba(16,24,40,.04)}
.compare-group-head{padding:20px 22px;background:#fff}
.compare-group-icon{background:linear-gradient(135deg,#eef2ff,#f5f3ff)}
.compare-group-labels{grid-template-columns:minmax(0,1fr) 132px 132px;padding:10px 22px;background:#f8fafc}
.compare-feature-row{grid-template-columns:minmax(0,1fr) 132px 132px;min-height:56px;padding:0 22px}
.compare-feature-row:hover{background:#fafbff}
.compare-feature-name{font-size:13px}
.compare-status{min-width:86px}
.access-bottom-cta{display:flex;align-items:center;justify-content:space-between;gap:24px;border-radius:20px;background:linear-gradient(135deg,#f8faff,#f5f9ff)}

/* FAQ and CTA */
.faq-section{background:#f8fafc!important}
.faq-list details{border-radius:16px;box-shadow:0 5px 18px rgba(16,24,40,.035)}
.faq-list summary{padding:18px 20px}
.faq-list details p{padding-left:20px;padding-right:20px}
.final-cta{background:#fff!important;padding-top:20px}
.final-cta-card{border-radius:28px;background:linear-gradient(135deg,#4338ca 0%,#4f46e5 52%,#2563eb 100%);box-shadow:0 24px 60px rgba(79,70,229,.20)}

/* Footer */
.site-footer{background:#fff}
.footer-grid{gap:34px}
.footer-col a{line-height:1.45}
.footer-address{line-height:1.55;color:#667085}
.footer-bottom{gap:20px}

/* Tablet landscape */
@media (max-width:1100px){
  .container{width:min(100% - 36px,1080px)}
  .nav-wrap{gap:18px}
  .primary-nav ul{gap:18px}
  .hero-grid{gap:36px}
  .hero h1{font-size:clamp(42px,5vw,58px)}
  .app-shell{height:430px}
  .feature-bento{grid-template-columns:repeat(2,minmax(0,1fr))}
  .feature-large,.feature-wide{grid-column:span 2}
  .feature-large{grid-row:auto}
  .pricing-wrap,.compare-grid{gap:44px}
  .compare-group-labels,.compare-feature-row{grid-template-columns:minmax(0,1fr) 118px 118px}
}

/* Tablet / mobile navigation */
@media (max-width:900px){
  .offer-bar{position:relative}
  .site-header{top:0}
  .primary-nav{position:absolute;left:18px;right:18px;top:68px;margin-left:0;padding:10px;background:#fff!important;border:1px solid #e4e7ec!important;border-radius:16px;box-shadow:0 18px 45px rgba(16,24,40,.13)!important}
  .primary-nav ul{gap:2px}
  .primary-nav a{padding:11px 12px;border-radius:10px;color:#344054!important}
  .primary-nav a:hover{background:#f5f7ff;color:#4338ca!important}
  .nav-wrap{min-height:68px}
  .hero-premium{padding-top:68px}
  .hero-grid{grid-template-columns:1fr;gap:48px}
  .hero-copy{max-width:760px;margin:0 auto;text-align:center}
  .hero h1,.hero-lead{margin-left:auto;margin-right:auto}
  .hero-price-row,.hero-actions,.hero-meta{justify-content:center}
  .hero-price-row{max-width:620px;margin-left:auto;margin-right:auto}
  .product-stage{max-width:720px;width:100%;margin:0 auto}
  .browser-frame{transform:none}
  .trust-grid{grid-template-columns:repeat(3,1fr)}
  .section{padding:78px 0}
  .feature-card{min-height:230px}
  .workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
  .workflow-arrow{display:none}
  .compare-grid,.pricing-wrap,.faq-grid{grid-template-columns:1fr!important}
  .compare-copy,.price-intro,.faq-title{max-width:760px}
  .document-stack{max-width:680px;margin:0 auto}
  .pricing-cards-stack{max-width:680px;width:100%}
  .plan-choice-grid{grid-template-columns:1fr;max-width:720px}
  .compare-group-labels,.compare-feature-row{grid-template-columns:minmax(0,1fr) 108px 108px}
  .footer-grid{grid-template-columns:1.35fr 1fr 1fr}
  .footer-col:last-child{grid-column:2/4}
}

/* Mobile */
@media (max-width:680px){
  .container{width:min(100% - 28px,640px)}
  .offer-bar-inner{min-height:0;padding:9px 0;gap:6px 9px;justify-content:center}
  .offer-bar-inner strong{font-size:11px;line-height:1.25}
  .offer-pill{font-size:8px;padding:4px 7px}
  .offer-old{display:none}
  .offer-bar a{font-size:10px}
  .nav-wrap{min-height:64px;gap:8px}
  .brand{gap:8px}
  .brand-mark,.brand-mark .custom-logo{width:38px;height:38px;border-radius:11px}
  .brand-mark svg{width:21px}
  .brand-copy small{font-size:7px;letter-spacing:.12em}
  .brand-copy span{font-size:17px}
  .header-actions{margin-left:auto;gap:6px}
  .header-actions .btn-primary,.header-actions .btn-ghost{display:none}
  .menu-toggle{display:inline-grid;width:40px;height:40px;border-radius:11px}
  .primary-nav{top:62px;left:14px;right:14px}

  .hero-premium{padding:52px 0 58px}
  .hero-grid{gap:36px}
  .eyebrow{font-size:10px;letter-spacing:.08em;line-height:1.35;justify-content:center}
  .hero h1{font-size:clamp(35px,10.5vw,46px);line-height:1.04;letter-spacing:-.045em;margin:14px 0 16px}
  .hero-lead{font-size:15px;line-height:1.65}
  .hero-price-row{flex-direction:column;align-items:stretch;gap:10px;margin-top:22px}
  .hero-price-card{min-width:0;text-align:left;padding:14px 15px}
  .price-free-word{font-size:30px}
  .mini-proof{align-items:flex-start;text-align:left;padding:0 3px}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:20px}
  .hero-actions .btn{width:100%;min-height:48px}
  .hero-meta{display:grid;grid-template-columns:1fr;gap:7px;text-align:left;margin-top:17px;font-size:11px}

  .product-stage{padding-top:5px}
  .browser-frame{padding:5px;border-radius:16px;box-shadow:0 18px 45px rgba(30,41,59,.13)}
  .browser-top{height:36px;padding:0 6px;gap:8px}
  .browser-address{font-size:7px;padding:5px 8px}
  .browser-avatar{width:24px;height:24px}
  .app-shell{height:auto;min-height:350px;grid-template-columns:42px minmax(0,1fr);border-radius:12px}
  .app-sidebar{padding:8px 6px;gap:7px}
  .side-logo,.side-item{width:24px;height:24px;border-radius:7px}
  .side-logo{margin-bottom:6px;font-size:10px}
  .app-main{padding:11px 10px}
  .app-title-row{gap:6px}
  .app-title-row strong{font-size:12px}
  .app-title-row button{font-size:7px;padding:7px 8px}
  .metric-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin-top:10px}
  .metric{padding:8px 6px;min-width:0}
  .metric span{font-size:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
  .metric strong{font-size:10px;white-space:nowrap}
  .app-panels{grid-template-columns:1fr;margin-top:6px}
  .quick-panel{display:none}
  .sales-panel{padding:9px}
  .chart-lines{height:88px;gap:5px;padding-top:12px}
  .recent-table{padding:9px;margin-top:6px}
  .recent-row{grid-template-columns:.8fr 1.25fr .75fr;gap:4px;font-size:6px}
  .recent-row em{display:none}
  .floating-badge{display:none}

  .trust-band{padding:20px 0}
  .trust-title{margin-bottom:12px}
  .trust-grid{grid-template-columns:1fr 1fr;gap:8px}
  .trust-item{justify-content:flex-start;font-size:11px;min-height:40px;padding:7px 9px}
  .trust-item:last-child{grid-column:1/-1;justify-content:center}

  .section{padding:64px 0}
  .section-heading{margin-bottom:30px;text-align:left}
  .section-heading .eyebrow{justify-content:flex-start}
  .section-heading h2,.access-heading h2{font-size:clamp(32px,9vw,39px);line-height:1.08;margin:12px 0 13px}
  .section-heading p,.access-heading p{font-size:14px;line-height:1.65}
  .access-heading{text-align:center}
  .access-heading .section-kicker{font-size:9px}

  .feature-bento{grid-template-columns:1fr;gap:12px}
  .feature-card,.feature-large,.feature-wide{grid-column:auto;grid-row:auto;min-height:0;border-radius:18px;padding:20px}
  .feature-card h3,.feature-large h3{font-size:21px;line-height:1.2;margin:10px 0 8px}
  .feature-card p{font-size:13px;line-height:1.58}
  .feature-tag{margin-top:15px}
  .feature-foot{position:static;margin-top:18px;padding-top:12px;border-top:1px solid #eef1f5}
  .feature-blue .feature-foot{border-top-color:rgba(255,255,255,.18);color:#dbe3ff}
  .invoice-mini{position:relative;left:auto;right:auto;bottom:auto;margin-top:20px;padding:16px;border-radius:14px;transform:none;box-shadow:0 12px 26px rgba(9,22,67,.16)}
  .feature-wide{display:block}
  .upload-visual,.brand-visual{height:auto;min-height:135px;margin-top:18px}
  .upload-paper{width:116px;height:146px}
  .branding-card .brand-card{max-width:100%}

  .workflow-grid{grid-template-columns:1fr;gap:10px}
  .workflow-step{padding:18px;border-radius:16px;display:grid;grid-template-columns:44px 1fr;column-gap:12px;align-items:start}
  .workflow-step .step-number{position:absolute}
  .workflow-step .step-icon{grid-row:1/3;grid-column:1;width:42px;height:42px}
  .workflow-step h3{grid-column:2;margin:0 0 4px;font-size:17px}
  .workflow-step p{grid-column:2;margin:0;font-size:12.5px;line-height:1.55}

  .compare-grid{gap:34px}
  .compare-copy h2,.price-intro h2,.faq-title h2{font-size:clamp(32px,9vw,40px);line-height:1.08}
  .compare-list>div{padding:12px 0;align-items:flex-start}
  .compare-list small{line-height:1.45}
  .document-stack{min-height:0;width:100%;filter:none}
  .doc-back,.doc-mid{display:none}
  .doc-front{position:relative!important;inset:auto!important;width:100%!important;height:auto!important;min-height:0;padding:16px;border-radius:18px;transform:none!important}
  .doc-brand{gap:8px}
  .doc-brand>div:nth-child(2){min-width:0}
  .doc-brand strong{font-size:10px}
  .doc-brand small{font-size:7px}
  .doc-brand>b{font-size:8px;white-space:nowrap}
  .doc-logo{width:34px;height:34px}
  .doc-meta{gap:8px}
  .doc-address{grid-template-columns:1fr;gap:10px}
  .doc-table{overflow:hidden}
  .doc-row{grid-template-columns:1.6fr .45fr .5fr .8fr;gap:4px;font-size:7px}
  .doc-total{font-size:8px}
  .doc-sign{gap:8px}

  .pricing-wrap{gap:30px}
  .price-intro{text-align:left}
  .saving-stat{padding:16px}
  .pricing-cards-stack{width:100%}
  .main-price-card{padding:24px 18px;border-radius:20px}
  .new-price strong{font-size:60px}
  .included-list{grid-template-columns:1fr!important;gap:9px}
  .premium-mini-card{display:block;padding:17px;border-radius:16px}
  .premium-mini-card .btn{width:100%;margin-top:13px}

  .access-compare-section{padding-top:64px;padding-bottom:68px}
  .access-heading{margin-bottom:28px}
  .plan-choice-grid{gap:12px;margin-bottom:24px}
  .plan-choice{padding:21px 18px;border-radius:18px}
  .premium-ribbon{right:14px;top:14px}
  .plan-topline{padding-right:75px;gap:6px}
  .plan-fit{flex-basis:100%}
  .plan-price{margin-top:14px;flex-wrap:wrap}
  .plan-price strong{font-size:44px}
  .plan-price span{font-size:11px}
  .plan-highlights{grid-template-columns:1fr;gap:8px;margin-bottom:18px}
  .plan-choice .btn{min-height:47px}
  .compare-explainer{margin:25px 0 14px;padding:15px;gap:13px;border-radius:14px}
  .compare-explainer>div>span{line-height:1.4}
  .compare-legend{gap:8px 14px}
  .compare-legend span{font-size:10px}

  /* Mobile comparison rows become compact feature cards instead of a squeezed table. */
  .compare-groups{gap:14px}
  .compare-group{border-radius:17px;overflow:hidden}
  .compare-group-head{padding:16px;gap:11px}
  .compare-group-icon{width:38px;height:38px;flex-basis:38px;border-radius:11px}
  .compare-group-head h3{font-size:16px}
  .compare-group-head p{font-size:10px;line-height:1.4}
  .compare-group-labels{display:none}
  .compare-group-rows{padding:7px 10px 10px;background:#fbfcfe}
  .compare-feature-row{display:grid;grid-template-columns:1fr 1fr;gap:7px 8px;min-height:0;padding:11px 4px;border-bottom:1px solid #e9edf3;background:transparent}
  .compare-feature-row:last-child{border-bottom:0}
  .compare-feature-row:hover{background:transparent}
  .compare-feature-name{grid-column:1/-1;padding:0 2px 3px;font-size:12.5px;line-height:1.38;color:#27364a}
  .compare-feature-row>div:nth-child(2),.compare-feature-row>div:nth-child(3){display:block;position:relative;padding-top:16px}
  .compare-feature-row>div:nth-child(2)::before,.compare-feature-row>div:nth-child(3)::before{position:absolute;left:1px;top:0;font-size:7px;line-height:1;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#98a2b3}
  .compare-feature-row>div:nth-child(2)::before{content:'FREE / BASIC'}
  .compare-feature-row>div:nth-child(3)::before{content:'PREMIUM'}
  .compare-status{width:100%;min-width:0;min-height:32px;padding:5px 8px;border-radius:9px;justify-content:flex-start;font-size:9px}
  .compare-status span{width:19px;height:19px;flex:0 0 19px}
  .compare-status b{display:inline}
  .status-no{background:#f7f1ff}
  .access-bottom-cta{display:block;padding:18px;border-radius:16px;margin-top:18px}
  .access-bottom-cta strong{display:block;font-size:15px;line-height:1.4}
  .access-bottom-cta>div>span{line-height:1.45}
  .access-bottom-cta .btn{width:100%;margin-top:15px;min-height:47px}

  .faq-grid{gap:24px}
  .faq-list{display:grid;gap:9px}
  .faq-list details{border-radius:14px}
  .faq-list summary{padding:15px 16px;font-size:13px;gap:10px}
  .faq-list details p{padding:0 16px 15px;font-size:12.5px;line-height:1.55}

  .final-cta{padding:8px 0 58px}
  .final-cta-card{padding:42px 18px;border-radius:22px}
  .final-cta h2{font-size:clamp(32px,9vw,39px);line-height:1.08}
  .final-cta p{font-size:14px;line-height:1.6}
  .center-actions{display:grid;grid-template-columns:1fr;gap:9px}
  .center-actions .btn{width:100%}

  .site-footer{padding-top:50px}
  .footer-grid{grid-template-columns:1fr!important;gap:28px}
  .footer-brand,.footer-col,.footer-col:last-child{grid-column:auto!important}
  .footer-brand p{max-width:none}
  .footer-col h4{margin-bottom:10px}
  .footer-col ul{display:grid;gap:8px}
  .footer-bottom{flex-direction:column;align-items:flex-start;gap:7px;padding:20px 0;font-size:10px}
}

/* Very small phones */
@media (max-width:420px){
  .container{width:calc(100% - 22px)}
  .offer-bar-inner strong{width:100%;order:2}
  .offer-pill{order:1}.offer-bar a{order:3}
  .brand-copy small{display:none}
  .brand-copy span{font-size:18px}
  .hero-premium{padding-top:45px}
  .hero h1{font-size:34px}
  .hero-lead{font-size:14px}
  .app-shell{grid-template-columns:1fr;min-height:320px}
  .app-sidebar{display:none}
  .app-main{padding:10px}
  .metric-grid{gap:4px}
  .metric{padding:7px 5px}
  .metric strong{font-size:9px}
  .trust-item{font-size:10px}
  .section{padding:56px 0}
  .feature-card{padding:18px}
  .feature-card h3,.feature-large h3{font-size:20px}
  .section-heading h2,.access-heading h2,.compare-copy h2,.price-intro h2,.faq-title h2{font-size:31px}
  .plan-price strong{font-size:40px}
  .plan-saving{flex-wrap:wrap}
  .compare-group-rows{padding-left:8px;padding-right:8px}
  .compare-feature-name{font-size:12px}
  .compare-status{font-size:8.5px}
  .doc-row{font-size:6.5px}
  .new-price strong{font-size:54px}
}

@media (max-width:360px){
  .container{width:calc(100% - 18px)}
  .brand-mark,.brand-mark .custom-logo{width:36px;height:36px}
  .hero h1{font-size:31px}
  .hero-lead{font-size:13.5px}
  .btn{font-size:13px;padding-left:14px;padding-right:14px}
  .app-title-row button{display:none}
  .metric-grid{grid-template-columns:1fr 1fr}
  .metric:last-child{grid-column:1/-1}
  .trust-grid{grid-template-columns:1fr}
  .trust-item:last-child{grid-column:auto;justify-content:flex-start}
  .compare-feature-row{gap:6px}
  .compare-status{padding-left:6px;padding-right:6px}
  .premium-ribbon{position:static;display:inline-flex;margin-bottom:8px}
  .plan-topline{padding-right:0}
}

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