#foampaw-landing{--color-orange: #E8752B;--color-orange-dark: #CC6321;--color-teal: #17798C;--color-teal-dark: #125F6E;--color-bg: #FAFAF8;--color-text: #2B2B28;--color-text-light: #5C5C57;--color-border: #E8E5DE;--radius-lg: 16px;--radius-md: 12px;--shadow-soft: 0 4px 16px rgba(23, 121, 140, .08), 0 1px 4px rgba(0,0,0,.04);--shadow-hover: 0 8px 24px rgba(23, 121, 140, .14), 0 2px 6px rgba(0,0,0,.06);--font-heading: "Nunito", sans-serif;--font-body: "Inter", sans-serif;--space-xs: 8px;--space-s: 16px;--space-m: 24px;--space-l: 52px;--space-xl: 80px;--sticky-offset: 200px;font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased}#foampaw-landing,#foampaw-landing *{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:var(--sticky-offset)}#foampaw-landing h1,#foampaw-landing h2,#foampaw-landing h3{font-family:var(--font-heading);color:var(--color-teal);line-height:1.2;margin:0 0 .5em}#foampaw-landing h1{font-size:clamp(1.8rem,5vw,2.6rem);font-weight:900}#foampaw-landing h2{font-size:clamp(1.5rem,4vw,2rem);font-weight:800;text-align:center}#foampaw-landing h3{font-size:1.15rem;font-weight:800}#foampaw-landing p{margin:0 0 1em;color:var(--color-text-light)}#foampaw-landing a{color:var(--color-teal)}#foampaw-landing img{max-width:100%;height:auto;display:block}#foampaw-landing ul,#foampaw-landing ol{padding-left:0;margin:0;list-style:none}#foampaw-landing .container{max-width:1140px;margin:0 auto;padding:0 20px}#foampaw-landing .container-narrow{max-width:720px;margin:0 auto;padding:0 20px}#foampaw-landing section{padding:var(--space-l) 0}#foampaw-landing .section-alt{background:#fff}#foampaw-landing .btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;font-family:var(--font-heading);font-weight:800;text-decoration:none;border-radius:var(--radius-md);border:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}#foampaw-landing .btn-primary{background:var(--color-orange);color:#fff;box-shadow:var(--shadow-soft)}#foampaw-landing .btn-primary:hover{background:var(--color-orange-dark);box-shadow:var(--shadow-hover);transform:translateY(-1px)}#foampaw-landing .btn-large{width:100%;padding:18px 24px;font-size:1.15rem;margin-top:8px}#foampaw-landing .announcement-bar{background:var(--color-teal);padding:9px 16px;text-align:center}#foampaw-landing .announcement-text{margin:0;font-family:var(--font-heading);font-weight:600;font-size:.75rem;color:#fff;line-height:1.3}#foampaw-landing .site-header{position:sticky;top:0;z-index:1100;background:#fafaf8;border-bottom:1px solid var(--color-border)}#foampaw-landing .header-inner{display:grid;grid-template-areas:"left-icons logo right-icons";grid-template-columns:1fr auto 1fr;align-items:center;column-gap:8px;max-width:1140px;margin:0 auto;padding:3px 12px}#foampaw-landing .header-group{display:flex;align-items:center;gap:4px}#foampaw-landing .header-group-left{grid-area:left-icons;justify-self:start}#foampaw-landing .header-group-right{grid-area:right-icons;justify-self:end;gap:10px}#foampaw-landing .logo-link{grid-area:logo;justify-self:center;display:inline-flex;background:transparent;padding:0}#foampaw-landing .logo-img{width:92px;height:auto;background:transparent}#foampaw-landing .header-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:50%;background:transparent;color:var(--color-teal);cursor:pointer;padding:0;transition:background .15s ease}#foampaw-landing .header-icon-btn:hover{background:#17798c14}#foampaw-landing .header-icon-btn .svg-wrapper{display:flex;width:20px;height:20px}#foampaw-landing .header-icon-btn .svg-wrapper svg{width:100%;height:100%}#foampaw-landing .header-cart-icon{position:relative}#foampaw-landing .header-cart-icon .cart-bubble{position:absolute;top:2px;right:2px;pointer-events:none}#foampaw-landing .header-trust{display:none;margin:0;font-size:.78rem;font-weight:600;color:var(--color-teal);white-space:nowrap}#foampaw-landing .mobile-nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#12141466;z-index:1200;opacity:0;transition:opacity .25s ease}#foampaw-landing .mobile-nav-backdrop.open{opacity:1}#foampaw-landing .mobile-nav-drawer{position:fixed;top:0;left:0;bottom:0;width:min(82vw,320px);background:#fff;z-index:1300;box-shadow:4px 0 24px #00000026;transform:translate(-100%);transition:transform .25s ease;overflow-y:auto;display:flex;flex-direction:column}#foampaw-landing .mobile-nav-drawer.open{transform:translate(0)}#foampaw-landing .mobile-nav-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:16px;border-bottom:1px solid var(--color-border)}#foampaw-landing .mobile-nav-drawer-head img{width:90px;height:auto}#foampaw-landing .mobile-nav-links{list-style:none;margin:0;padding:8px 0}#foampaw-landing .mobile-nav-links a{display:block;padding:14px 20px;font-family:var(--font-heading);font-weight:700;color:var(--color-text);text-decoration:none;border-bottom:1px solid var(--color-border)}#foampaw-landing .mobile-nav-links a:hover{color:var(--color-teal)}@media(prefers-reduced-motion:reduce){#foampaw-landing .mobile-nav-backdrop,#foampaw-landing .mobile-nav-drawer,#foampaw-landing .routine-track{transition:none}}#foampaw-landing .offer-strip{padding:14px 0}#foampaw-landing .offer-strip-inner{display:flex}#foampaw-landing .offer-strip-pill{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;box-sizing:border-box;background:#d2e7eb;border-radius:14px;padding:14px 16px}#foampaw-landing .offer-strip-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:21px;height:21px;color:var(--color-orange)}#foampaw-landing .offer-strip-icon svg{width:100%;height:100%}#foampaw-landing .offer-strip-copy{font-family:var(--font-heading);font-size:.92rem;font-weight:600;line-height:1.35;color:#123540}#foampaw-landing .offer-strip-sep{margin:0 6px;color:#12354059}#foampaw-landing .offer-strip-remaining{font-weight:800;font-size:.98rem}#foampaw-landing .offer-strip-left{color:var(--color-orange);font-weight:700;margin-left:4px}#foampaw-landing .hero{display:flex;flex-direction:column-reverse;gap:28px;padding-top:32px;align-items:center}#foampaw-landing .hero-copy{text-align:center}#foampaw-landing .hero-copy h1{margin-bottom:.28em}#foampaw-landing .hero-sub{font-size:1.05rem;max-width:520px;margin-left:auto;margin-right:auto;margin-bottom:1.1em}#foampaw-landing .price-row{display:flex;align-items:baseline;justify-content:center;column-gap:10px;row-gap:6px;margin-bottom:16px;flex-wrap:wrap}#foampaw-landing .price-current{font-family:var(--font-heading);font-weight:900;font-size:1.8rem;color:var(--color-orange)}#foampaw-landing .price-compare{font-size:1.1rem;color:var(--color-text-light);text-decoration:line-through}#foampaw-landing .trust-badges{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;row-gap:4px;column-gap:10px;margin-top:18px;font-size:.8rem;color:var(--color-text-light)}#foampaw-landing .trust-dot{margin-inline:10px;color:var(--color-border);font-weight:700}#foampaw-landing .trust-dot-desktop{display:none}#foampaw-landing .hero-image{width:100%;max-width:420px}#foampaw-landing .hero-product-stage{position:relative;width:100%;padding-block:2px 4px}#foampaw-landing .hero-product-stage:before{content:"";position:absolute;top:-10%;right:-10%;bottom:0;left:-10%;background:radial-gradient(ellipse 56% 52% at 46% 38%,rgba(232,178,118,.28),transparent 68%),radial-gradient(ellipse 40% 36% at 66% 58%,rgba(23,121,140,.09),transparent 70%);z-index:0;pointer-events:none}#foampaw-landing .hero-product-stage:after{content:"";position:absolute;left:50%;bottom:4px;width:50%;height:20px;transform:translate(-50%);background:radial-gradient(ellipse at center,rgba(43,43,40,.18),transparent 72%);filter:blur(4px);z-index:0;pointer-events:none}#foampaw-landing .hero-sprayer-frame{position:relative;z-index:1;width:94%;margin:0 auto;aspect-ratio:1 / 1}#foampaw-landing .hero-sprayer-frame img{width:100%;height:100%;object-fit:contain;display:block;filter:drop-shadow(0 16px 16px rgba(30,24,14,.15))}#foampaw-landing .hero-adapters-frame{position:relative;z-index:1;width:50%;margin:-15px auto 0;aspect-ratio:930 / 410}#foampaw-landing .hero-adapters-frame img{width:100%;height:auto;display:block;filter:drop-shadow(0 8px 10px rgba(30,24,14,.13))}#foampaw-landing .hero-candidate-frame{position:relative;z-index:1;width:95%;margin:0 auto;aspect-ratio:1 / 1}#foampaw-landing .hero-candidate-frame img{width:100%;height:100%;object-fit:contain;display:block;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft)}#foampaw-landing .hero-save-badge{position:absolute;top:-12px;right:-8px;z-index:2;background:var(--color-orange);color:#fff;font-family:var(--font-heading);font-weight:800;letter-spacing:.02em;border-radius:999px;padding:clamp(9px,2.4vw,11px) clamp(15px,4.4vw,19px);font-size:clamp(.8rem,3.4vw,.9rem);box-shadow:0 5px 14px #00000024;rotate:5deg;white-space:nowrap}#foampaw-landing .problem{text-align:center;background:#fff;border-radius:var(--radius-lg);max-width:900px;margin:0 auto}#foampaw-landing .problem p{max-width:65ch;margin-left:auto;margin-right:auto}#foampaw-landing .meet-product{text-align:center}#foampaw-landing .meet-grid{display:grid;grid-template-columns:1fr;grid-template-areas:"heading" "intro" "visual" "steps";gap:var(--space-s)}#foampaw-landing .meet-heading{grid-area:heading}#foampaw-landing .meet-intro{grid-area:intro;max-width:480px;margin:0 auto}#foampaw-landing .meet-visual{grid-area:visual}#foampaw-landing .meet-visual img{width:100%;max-width:320px;margin:0 auto;aspect-ratio:4 / 5;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);object-fit:cover;display:block}#foampaw-landing .meet-steps{grid-area:steps;display:flex;flex-direction:column;gap:var(--space-s);text-align:left;max-width:480px;margin:0 auto}#foampaw-landing .meet-step{display:flex;align-items:flex-start;gap:12px}#foampaw-landing .meet-step+.meet-step{padding-top:var(--space-s);border-top:1px solid var(--color-border)}#foampaw-landing .meet-step-num{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--color-orange);color:#fff;font-family:var(--font-heading);font-weight:800;font-size:.85rem}#foampaw-landing .meet-step-text h3{font-size:1rem;margin-bottom:2px}#foampaw-landing .meet-step-text p{font-size:.85rem;margin-bottom:0}#foampaw-landing .before-after{text-align:center}#foampaw-landing .before-after-sub{max-width:480px;margin-left:auto;margin-right:auto}#foampaw-landing .ba-slider{position:relative;width:88%;max-width:520px;margin:var(--space-m) auto 0;aspect-ratio:4 / 5;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-soft);touch-action:pan-y;cursor:ew-resize;-webkit-user-select:none;user-select:none}#foampaw-landing .ba-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}#foampaw-landing .ba-image img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}#foampaw-landing .ba-image-before{clip-path:inset(0 calc(100% - var(--ba-pos, 50%)) 0 0)}#foampaw-landing .ba-label{position:absolute;top:12px;font-family:var(--font-heading);font-weight:700;font-size:.7rem;letter-spacing:.04em;color:#fff;background:#00000059;padding:4px 10px;border-radius:999px;z-index:2;pointer-events:none}#foampaw-landing .ba-label-before{left:12px}#foampaw-landing .ba-label-after{right:12px}#foampaw-landing .ba-handle{position:absolute;top:0;bottom:0;left:var(--ba-pos, 50%);transform:translate(-50%);z-index:3;display:flex;align-items:center;justify-content:center;width:44px}#foampaw-landing .ba-handle-line{position:absolute;top:0;bottom:0;left:50%;width:3px;transform:translate(-50%);background:#fff}#foampaw-landing .ba-handle-btn{position:relative;width:44px;height:44px;border-radius:50%;background:var(--color-orange);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.9rem;box-shadow:var(--shadow-soft)}#foampaw-landing .ba-handle:focus-visible .ba-handle-btn{outline:3px solid var(--color-teal);outline-offset:2px}#foampaw-landing .outdoor{text-align:center}#foampaw-landing .outdoor-grid{display:grid;grid-template-columns:1fr;grid-template-areas:"eyebrow" "heading" "tagline" "sub" "visual" "steps" "microcopy" "surfaces" "disclaimer";gap:var(--space-s)}#foampaw-landing .outdoor-eyebrow{grid-area:eyebrow;display:block;font-family:var(--font-heading);font-weight:800;font-size:.72rem;letter-spacing:.08em;color:var(--color-orange)}#foampaw-landing .outdoor-heading{grid-area:heading}#foampaw-landing .outdoor-tagline{grid-area:tagline;font-family:var(--font-heading);font-weight:700;color:var(--color-teal-dark);font-size:1rem;margin-bottom:0}#foampaw-landing .outdoor-sub{grid-area:sub;max-width:420px;margin:0 auto}#foampaw-landing .outdoor-visual{grid-area:visual}#foampaw-landing .outdoor-image-frame img{width:100%;max-width:300px;margin:0 auto;aspect-ratio:4 / 5;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);object-fit:cover;display:block}#foampaw-landing .outdoor-steps{grid-area:steps;display:flex;flex-direction:column;gap:var(--space-s);text-align:left;max-width:480px;margin:0 auto}#foampaw-landing .outdoor-step{display:flex;align-items:flex-start;gap:12px}#foampaw-landing .outdoor-step+.outdoor-step{padding-top:var(--space-s);border-top:1px solid var(--color-border)}#foampaw-landing .outdoor-step-num{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:var(--color-orange);color:#fff;font-family:var(--font-heading);font-weight:800;font-size:.85rem}#foampaw-landing .outdoor-step-text h3{font-size:1rem;margin-bottom:2px}#foampaw-landing .outdoor-step-text p{font-size:.85rem;margin-bottom:0}#foampaw-landing .outdoor-microcopy{grid-area:microcopy;font-size:.78rem;font-style:italic;color:var(--color-text-light);max-width:420px;margin:0 auto}#foampaw-landing .outdoor-surfaces{grid-area:surfaces;display:grid;grid-template-columns:1fr 1fr;gap:8px}#foampaw-landing .outdoor-surface{display:block;text-align:center;background:#17798c14;color:var(--color-teal-dark);font-family:var(--font-heading);font-weight:700;font-size:.78rem;padding:10px 8px;border-radius:var(--radius-md)}#foampaw-landing .outdoor-disclaimer{grid-area:disclaimer;font-size:.72rem;line-height:1.5;color:var(--color-text-light);max-width:420px;margin:0 auto}#foampaw-landing .routine{text-align:center}#foampaw-landing .routine h2{font-size:clamp(1.7rem,5vw,2rem)}#foampaw-landing .routine-sub{max-width:420px;margin-left:auto;margin-right:auto;margin-bottom:6px}#foampaw-landing .routine-desc{max-width:440px;margin:0 auto;font-size:.9rem;line-height:1.4;color:var(--color-text-light)}#foampaw-landing .routine-track-wrap{position:relative;margin-top:var(--space-m);overflow:hidden}#foampaw-landing .routine-track{display:flex;gap:14px;padding:4px 0 10px;outline:none;transition:transform .35s cubic-bezier(.4,0,.2,1);will-change:transform}#foampaw-landing .routine-track.no-anim{transition:none}#foampaw-landing .routine-card{flex:0 0 calc(100% - 64px);cursor:default}#foampaw-landing .routine-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:44px;height:44px;padding:0;border:none;border-radius:50%;background:var(--color-orange);box-shadow:var(--shadow-soft);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .2s ease}#foampaw-landing .routine-arrow:hover{background:var(--color-orange-dark)}#foampaw-landing .routine-arrow:active{transform:translateY(-50%) scale(.94)}#foampaw-landing .routine-arrow:focus-visible{outline:2px solid var(--color-teal-dark);outline-offset:2px}#foampaw-landing .routine-arrow svg{width:16px;height:16px;color:#fff;--icon-stroke-width: 2px}#foampaw-landing .routine-arrow-prev{left:24px}#foampaw-landing .routine-arrow-prev svg{rotate:90deg}#foampaw-landing .routine-arrow-next{right:24px}#foampaw-landing .routine-arrow-next svg{rotate:-90deg}#foampaw-landing .routine-media{position:relative;aspect-ratio:9 / 16;border-radius:var(--radius-lg);overflow:hidden;background:#123540;box-shadow:var(--shadow-soft);outline:2px solid transparent;outline-offset:2px;transition:outline-color .2s ease,box-shadow .2s ease}#foampaw-landing .routine-card.is-active .routine-media{outline-color:var(--color-orange);box-shadow:var(--shadow-hover)}#foampaw-landing .routine-video{width:100%;height:100%;object-fit:cover;display:block}#foampaw-landing .routine-step{display:block;margin-top:12px;font-family:var(--font-heading);font-weight:800;font-size:.95rem;letter-spacing:.04em;color:var(--color-teal)}#foampaw-landing .routine-product{display:block;font-size:.82rem;color:var(--color-text-light);margin-top:2px}#foampaw-landing .routine-dots{display:flex;justify-content:center;gap:8px;margin-top:14px}#foampaw-landing .routine-dot{position:relative;width:8px;height:8px;border-radius:50%;border:none;background:var(--color-border);padding:0;cursor:pointer;transition:background .2s ease,transform .2s ease}#foampaw-landing .routine-dot:before{content:"";position:absolute;top:50%;left:50%;width:40px;height:40px;transform:translate(-50%,-50%)}#foampaw-landing .routine-dot.is-active{background:var(--color-orange);transform:scale(1.25)}#foampaw-landing .routine-link{display:inline-block;margin-top:var(--space-m);font-family:var(--font-heading);font-weight:700;font-size:.95rem;color:var(--color-teal);text-decoration:none}#foampaw-landing .routine-link:hover{color:var(--color-teal-dark);text-decoration:underline}#foampaw-landing .routine-play-btn{display:none}#foampaw-landing .bundle{text-align:center}#foampaw-landing .bundle-options{display:flex;flex-direction:column;gap:14px;margin-bottom:20px}#foampaw-landing .bundle-card{position:relative;display:block;cursor:pointer}#foampaw-landing .bundle-card input{position:absolute;opacity:0}#foampaw-landing .bundle-card-inner{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;border:2px solid var(--color-border);border-radius:var(--radius-md);padding:12px 14px;transition:border-color .15s ease,box-shadow .15s ease}#foampaw-landing .bundle-card input:checked+.bundle-card-inner{border-color:var(--color-orange);box-shadow:var(--shadow-soft)}#foampaw-landing .bundle-thumb{flex-shrink:0;width:66px;height:66px;display:flex;align-items:center;justify-content:center}#foampaw-landing .bundle-thumb img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}#foampaw-landing .bundle-info{display:flex;flex-direction:column;flex:1;min-width:0;text-align:left}#foampaw-landing .bundle-name{font-family:var(--font-heading);font-weight:800;color:var(--color-teal);display:block}#foampaw-landing .bundle-sub{display:block;font-size:.78rem;color:var(--color-text-light);font-weight:400;margin-top:2px}#foampaw-landing .bundle-price{flex-shrink:0;font-family:var(--font-heading);font-weight:800;color:var(--color-orange);white-space:nowrap;text-align:right}#foampaw-landing .bundle-price-compare{display:block;font-size:.8rem;color:var(--color-text-light);text-decoration:line-through;font-weight:400}#foampaw-landing .bundle-price-current{display:block;font-size:1.1rem}#foampaw-landing .bundle-price-save{display:block;font-size:.68rem;font-weight:700;color:var(--color-teal);margin-top:2px}#foampaw-landing .bundle-featured .bundle-card-inner{border-color:var(--color-teal)}#foampaw-landing .bundle-badge{position:absolute;top:-10px;left:18px;background:var(--color-teal);color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.03em;padding:3px 10px;border-radius:999px;z-index:1}#foampaw-landing .guarantee{max-width:860px;margin:0 auto;padding-left:var(--space-s);padding-right:var(--space-s)}#foampaw-landing .guarantee-card{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-soft);overflow:hidden}#foampaw-landing .guarantee-image img{width:100%;height:auto;aspect-ratio:4 / 5;object-fit:cover;display:block}#foampaw-landing .guarantee-copy{padding:var(--space-m);text-align:center}#foampaw-landing .faq-item{background:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-soft);margin-bottom:12px;overflow:hidden}#foampaw-landing .faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;background:none;border:none;padding:16px 18px;font-family:var(--font-heading);font-weight:700;font-size:1rem;color:var(--color-teal);text-align:left;cursor:pointer}#foampaw-landing .faq-icon{flex-shrink:0;font-weight:400;font-size:1.3rem;color:var(--color-orange);transition:transform .2s ease}#foampaw-landing .faq-question[aria-expanded=true] .faq-icon{transform:rotate(45deg)}#foampaw-landing .faq-answer{max-height:0;overflow:hidden;transition:max-height .25s ease;padding:0 18px}#foampaw-landing .faq-answer p{margin:0 0 16px}#foampaw-landing .faq-item.open .faq-answer{max-height:500px}#foampaw-landing .final-cta{text-align:center}#foampaw-landing .site-footer{background:#fff;border-top:1px solid var(--color-border);padding:40px 0;margin-bottom:70px}#foampaw-landing .footer-inner{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center}#foampaw-landing .footer-logo{background:transparent;padding:0;width:100px;height:auto}#foampaw-landing .footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;font-size:.85rem}#foampaw-landing .footer-links a{color:var(--color-text-light);text-decoration:none}#foampaw-landing .footer-links a:hover{color:var(--color-teal)}#foampaw-landing .footer-meta{display:flex;flex-direction:column;align-items:center;gap:6px}#foampaw-landing .footer-contact{font-size:.85rem;color:var(--color-text-light);text-decoration:none;word-break:break-word}#foampaw-landing .footer-contact:hover{color:var(--color-teal)}#foampaw-landing .footer-copy{font-size:.8rem;color:var(--color-text-light);margin:0}#foampaw-landing .mobile-sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:200;display:none;align-items:center;justify-content:space-between;gap:12px;background:#fff;border-top:1px solid var(--color-border);padding:12px 16px;box-shadow:0 -4px 16px #00000014}#foampaw-landing .mobile-sticky-bar.visible{display:flex}#foampaw-landing .mobile-sticky-price{font-family:var(--font-heading);font-weight:900;font-size:1.2rem;color:var(--color-orange)}#foampaw-landing .mobile-sticky-bar .btn{padding:12px 20px;font-size:.95rem;flex:1;max-width:220px}@media(min-width:860px){#foampaw-landing .routine-track{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:860px;margin-inline:auto;overflow-x:visible;transform:none!important;transition:none}#foampaw-landing .routine-card{flex:none}#foampaw-landing .routine-dots,#foampaw-landing .routine-arrow{display:none}#foampaw-landing .bundle-thumb{width:82px;height:82px}#foampaw-landing .bundle-card-inner{padding:14px 20px}#foampaw-landing .header-inner{grid-template-areas:"logo . right-icons";grid-template-columns:auto 1fr auto;padding:14px 20px}#foampaw-landing .header-group-left{display:none}#foampaw-landing .logo-link{justify-self:start}#foampaw-landing .logo-img{width:120px}#foampaw-landing .header-trust{display:block}#foampaw-landing section{padding:var(--space-xl) 0}#foampaw-landing .hero{flex-direction:row;align-items:center;text-align:left}#foampaw-landing .hero-copy{flex:1;text-align:left}#foampaw-landing .hero-sub{margin-left:0}#foampaw-landing .price-row,#foampaw-landing .trust-badges{justify-content:flex-start}#foampaw-landing .trust-dot-desktop{display:inline}#foampaw-landing .hero-image{flex:1;max-width:560px}#foampaw-landing .hero-product-stage{width:92%;padding-block:4px 8px}#foampaw-landing .hero-sprayer-frame{width:84%}#foampaw-landing .hero-adapters-frame{width:44%;margin-top:-8px}#foampaw-landing .hero-candidate-frame{width:80%}#foampaw-landing .offer-strip{padding:12px 0}#foampaw-landing .offer-strip-inner{justify-content:center}#foampaw-landing .offer-strip-pill{width:auto;max-width:480px;gap:8px;background:#edf8f9;border-radius:12px;padding:11px 14px}#foampaw-landing .offer-strip-icon{width:18px;height:18px}#foampaw-landing .offer-strip-copy{font-size:.82rem;line-height:1.3}#foampaw-landing .offer-strip-sep{margin:0 4px}#foampaw-landing .offer-strip-remaining{font-size:.82rem}#foampaw-landing .hero-save-badge{top:-10px;right:-6px;padding:10px 18px;font-size:.875rem}#foampaw-landing .btn-large{width:auto}#foampaw-landing .meet-grid{grid-template-columns:42% 1fr;grid-template-areas:"visual heading" "visual intro" "visual steps";column-gap:var(--space-l);row-gap:var(--space-xs);align-items:start}#foampaw-landing .meet-heading,#foampaw-landing .meet-intro{text-align:left;margin-left:0}#foampaw-landing .meet-steps{margin-left:0}#foampaw-landing .meet-visual img{max-width:none}#foampaw-landing .outdoor-grid{grid-template-columns:42% 1fr;grid-template-areas:"visual eyebrow" "visual heading" "visual tagline" "visual sub" "visual steps" "visual microcopy" "visual surfaces" "visual disclaimer";column-gap:var(--space-l);row-gap:var(--space-xs);align-items:start}#foampaw-landing .outdoor-eyebrow,#foampaw-landing .outdoor-heading,#foampaw-landing .outdoor-tagline,#foampaw-landing .outdoor-sub,#foampaw-landing .outdoor-microcopy,#foampaw-landing .outdoor-disclaimer{text-align:left;margin-left:0;margin-right:0}#foampaw-landing .outdoor-steps{margin-left:0}#foampaw-landing .outdoor-image-frame img{max-width:none}#foampaw-landing .guarantee-card{display:flex;flex-direction:row;align-items:stretch}#foampaw-landing .guarantee-image{flex:0 0 42%}#foampaw-landing .guarantee-image img{height:100%;aspect-ratio:auto}#foampaw-landing .guarantee-copy{flex:1;text-align:left;display:flex;flex-direction:column;justify-content:center;padding:var(--space-xl) var(--space-m)}#foampaw-landing .guarantee-copy h2{text-align:left}#foampaw-landing .footer-inner{flex-direction:row;justify-content:space-between;text-align:left}#foampaw-landing .mobile-sticky-bar{display:none!important}}@media(min-width:1024px){#foampaw-landing{--desktop-shell: 1260px;--desktop-content: 1200px;--desktop-narrow: 1040px;--desktop-section-y: 72px;--desktop-gap: 64px}#foampaw-landing section{padding:var(--desktop-section-y) 0}#foampaw-landing .header-inner{grid-template-areas:"logo right-icons";grid-template-columns:auto 1fr;max-width:var(--desktop-shell);padding:8px 24px}#foampaw-landing .logo-img{width:90px}#foampaw-landing .header-trust{display:none}#foampaw-landing .header-group-right{display:flex;align-items:center;justify-content:flex-end;gap:24px}#foampaw-landing .offer-strip{padding:18px 0 8px}#foampaw-landing .hero{padding-top:8px;gap:var(--desktop-gap);max-width:var(--desktop-shell)}#foampaw-landing .hero-copy h1{max-width:580px;font-size:3rem;line-height:1.1}#foampaw-landing .hero-sub{max-width:560px}#foampaw-landing #hero-cta-btn{width:380px;max-width:100%}#foampaw-landing .hero-image{max-width:520px}#foampaw-landing .problem{max-width:940px;padding:24px 40px}#foampaw-landing .problem p{max-width:820px}#foampaw-landing .problem h2{font-size:2rem}#foampaw-landing .meet-grid{max-width:var(--desktop-content);margin:0 auto;grid-template-columns:48% 1fr;column-gap:56px;align-items:center}#foampaw-landing .meet-visual img{width:100%;max-height:540px}#foampaw-landing .ba-slider{max-width:540px}#foampaw-landing .before-after{padding:56px 0}#foampaw-landing .outdoor-grid{max-width:var(--desktop-content);margin:0 auto;align-items:center}#foampaw-landing .outdoor-image-frame img{max-height:640px}#foampaw-landing .routine-track{max-width:940px}#foampaw-landing .routine{padding-bottom:40px}#foampaw-landing .routine-play-btn{display:flex;align-items:center;justify-content:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:56px;height:56px;border-radius:50%;border:none;background:#ffffffeb;color:var(--color-orange);box-shadow:var(--shadow-soft);cursor:pointer;z-index:2;transition:transform .15s ease,background .15s ease}#foampaw-landing .routine-play-btn:hover{background:#fff;transform:translate(-50%,-50%) scale(1.06)}#foampaw-landing .routine-play-btn:focus-visible{outline:2px solid var(--color-teal-dark);outline-offset:2px}#foampaw-landing .routine-play-btn svg{margin-left:3px}#foampaw-landing .routine-card.routine-playing .routine-play-btn{display:none}#foampaw-landing .bundle{max-width:1160px}#foampaw-landing .bundle-options{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;align-items:stretch}#foampaw-landing .bundle-card{height:100%}#foampaw-landing .bundle-card-inner{flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;height:100%;padding:32px 24px 24px;gap:6px}#foampaw-landing .bundle-thumb{width:120px;height:120px;margin-bottom:8px}#foampaw-landing .bundle-info{align-items:center;text-align:center;margin-bottom:8px}#foampaw-landing .bundle-name{font-size:1.05rem}#foampaw-landing .bundle-price{text-align:center;margin-top:auto}#foampaw-landing .bundle-price-current{font-size:1.4rem}#foampaw-landing .bundle-badge{left:50%;transform:translate(-50%)}#foampaw-landing #bundle-cta-btn{width:340px;max-width:100%}#foampaw-landing .guarantee{max-width:var(--desktop-narrow)}#foampaw-landing .guarantee-image{flex:0 0 45%}#foampaw-landing .guarantee-copy{padding:var(--space-l) var(--space-m)}#foampaw-landing .faq{max-width:var(--desktop-narrow)}#foampaw-landing .faq h2{font-size:2.25rem}#foampaw-landing .final-cta{max-width:940px;margin:0 auto;background:#edf8f9;border-radius:var(--radius-lg);padding:46px 48px}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/foampaw-landing.css.map */
