.trust-badges{display:flex;flex-wrap:wrap;gap:0.55rem;margin-top:0;margin-bottom:1.5rem;}.hero .trust-badges{margin-bottom:2rem;}.trust-badge-pill{display:inline-flex;align-items:center;gap:0.35rem;padding:0.42rem 0.85rem;font-size:0.78rem;color:var(--ink-soft);background:rgba(255,255,255,0.85);border:1px solid var(--rule-dark);border-radius:999px;}.site-footer .trust-badges{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--rule);}.site-footer .trust-badge-pill{background:rgba(255,255,255,0.06);border-color:var(--rule);color:var(--muted);}.ribbon-one-pound{display:inline-flex;align-items:center;gap:0.5rem;margin:0.75rem 0 1.25rem;padding:0.45rem 0.9rem;background:rgba(16,185,129,0.16);border:1px solid rgba(16,185,129,0.5);border-radius:999px;font-size:0.82rem;font-weight:600;color:#047857;}.ribbon-one-pound .ribbon-dot{width:8px;height:8px;border-radius:50%;background:var(--green-500);animation:ribbon-dot-pulse 2s ease-in-out infinite;}@keyframes ribbon-dot-pulse{0%,100%{transform:scale(1);opacity:1;}50%{transform:scale(1.15);opacity:0.75;}}@media (prefers-reduced-motion:reduce){.ribbon-one-pound .ribbon-dot{animation:none;}}.compare-section{padding:5rem 0;}.compare-wrap{overflow-x:auto;margin-top:2rem;-webkit-overflow-scrolling:touch;}.compare-table{width:100%;min-width:720px;border-collapse:collapse;font-size:0.9rem;}.compare-table th,.compare-table td{padding:0.85rem 1rem;border:1px solid var(--rule-dark);text-align:left;vertical-align:top;}.compare-table thead th{background:rgba(11,18,32,0.04);font-family:'Geist Mono',monospace;font-size:0.72rem;letter-spacing:0.12em;text-transform:uppercase;}.compare-table .col-popular{background:rgba(59,130,246,0.06);border-color:rgba(59,130,246,0.35);}@media (max-width:767px){.compare-cards{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;}.compare-card-tier{border:1px solid var(--rule-dark);border-radius:14px;padding:1.25rem;background:white;}.compare-card-tier.featured{border-color:var(--blue-500);box-shadow:0 12px 32px rgba(59,130,246,0.15);}.compare-wrap{display:none;}.compare-cards-desktop{display:none;}}@media (min-width:768px){.compare-cards{display:none;}}.guarantee-badge{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;margin-left:1rem;flex-shrink:0;min-width:120px;min-height:120px;}.guarantee-badge img,.guarantee-badge svg{width:120px;height:120px;min-width:120px;min-height:120px;display:block;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(146,64,14,0.28));transition:transform 0.5s cubic-bezier(.2,.8,.2,1);}.guarantee-badge:hover img,.guarantee-badge:hover svg{transform:rotate(6deg) scale(1.04);}@keyframes award-seal-spin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}.guarantee-badge.is-spinning img,.guarantee-badge.is-spinning svg{animation:award-seal-spin 36s linear infinite;}@media (prefers-reduced-motion:reduce){.guarantee-badge img,.guarantee-badge svg{animation:none !important;transition:none;}.guarantee-badge:hover img,.guarantee-badge:hover svg{transform:none;}}.guarantee-badge.is-sm img,.guarantee-badge.is-sm svg{width:88px;height:88px;}.guarantee-badge.is-lg img,.guarantee-badge.is-lg svg{width:160px;height:160px;}.pricing-cta-row{display:flex;flex-wrap:wrap;align-items:center;gap:1rem;}.sticky-mobile-cta{display:none;position:fixed;left:0;right:0;bottom:0;z-index:150;padding:0.65rem 1rem;padding-bottom:max(0.65rem,env(safe-area-inset-bottom));background:rgba(250,250,247,0.96);border-top:1px solid var(--rule-dark);box-shadow:0 -8px 32px rgba(11,18,32,0.08);transform:translateY(110%);transition:transform 0.35s var(--ease-out);}.sticky-mobile-cta.is-visible{transform:translateY(0);}.sticky-mobile-cta-inner{position:relative;max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-right:2.5rem;}.sticky-mobile-cta .sticky-price{font-family:'Fraunces',serif;font-size:1.15rem;font-weight:500;}.sticky-mobile-cta .btn{min-height:44px;padding:0.75rem 1.25rem;}.sticky-mobile-cta-close{position:absolute;top:6px;right:8px;width:36px;height:36px;border:none;background:transparent;color:var(--ink-muted);font-size:1.25rem;cursor:pointer;border-radius:8px;}.sticky-mobile-cta-close:hover{background:rgba(11,18,32,0.06);}@media (max-width:767px){body.has-sticky-cta .sticky-mobile-cta.is-visible{display:block;}}@media (prefers-reduced-motion:reduce){.sticky-mobile-cta{transition:none;}}.exit-modal-overlay{position:fixed;inset:0;z-index:220;background:rgba(11,18,32,0.45);display:none;align-items:center;justify-content:center;padding:1.5rem;}.exit-modal-overlay.is-open{display:flex;}.exit-modal{background:white;border-radius:16px;padding:2rem;max-width:420px;width:100%;position:relative;border:1px solid var(--rule-dark);box-shadow:0 24px 60px rgba(11,18,32,0.2);}.exit-modal h2{font-size:1.5rem;margin-bottom:0.75rem;}.exit-modal p{margin-bottom:1.25rem;font-size:0.95rem;}.exit-modal form{display:flex;flex-direction:column;gap:0.75rem;}.exit-modal input[type="email"]{padding:0.85rem 1rem;border-radius:10px;border:1px solid var(--rule-dark);font-size:1rem;}.exit-modal-actions{display:flex;flex-wrap:wrap;gap:0.75rem;align-items:center;}.exit-modal-dismiss{background:none;border:none;color:var(--blue-600);cursor:pointer;font-size:0.92rem;text-decoration:underline;}.exit-modal-close{position:absolute;top:12px;right:12px;border:none;background:transparent;font-size:1.5rem;cursor:pointer;line-height:1;color:var(--ink-muted);}.exit-modal form[hidden]{display:none !important;}.exit-modal-submit.is-sent{background:var(--green-500,#22c55e) !important;border-color:var(--green-500,#22c55e) !important;color:#fff !important;pointer-events:none;transition:background 0.25s ease,border-color 0.25s ease,transform 0.2s ease;}.exit-modal-tick{display:inline-block;margin-right:0.15em;font-weight:700;transform:scale(0);animation:exit-modal-tick-in 0.4s cubic-bezier(0.34,1.56,0.64,1) forwards;}@keyframes exit-modal-tick-in{to{transform:scale(1);}}@media (prefers-reduced-motion:reduce){.exit-modal-tick{animation:none;transform:scale(1);}.exit-modal-submit.is-sent{transition:none;}}@media (max-width:1023px){.exit-modal-overlay{display:none !important;}}