:root{--fc-green: #1C4A1E;--fc-green-soft: #2A6B2D;--fc-green-light: #A8C5A0;--fc-bg: #F5F0E8;--fc-card-bg: #EDE8DE;--fc-border: #C8D9C6;--fc-body: #1C2B1A;--fc-secondary: #4A5A48;--fc-muted: #8A9A88;--fc-cream-text: #F5F0E8;--fc-cream-dim: #C8D9C6;--fc-highlight-bg: rgba(28, 74, 30, .06);--fc-radius: 4px;--fc-radius-lg: 8px;--fc-radius-pill: 999px;--fc-ease: cubic-bezier(.16, 1, .3, 1)}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,system-ui,sans-serif;background:var(--fc-bg);color:var(--fc-body);font-size:15px;line-height:1.6;font-weight:400}.fc-page{max-width:860px;margin:0 auto;padding:28px 20px 72px}@media (min-width: 720px){.fc-page{padding:48px 32px 96px}}@media (max-width: 420px){.fc-page{padding:22px 14px 64px}}strong.k{color:var(--fc-green);font-weight:600;background:var(--fc-highlight-bg);padding:1px 5px;border-radius:3px;white-space:nowrap}em.c{color:var(--fc-secondary);font-style:italic;font-weight:500}.fc-eyebrow{font-family:Inter,sans-serif;font-size:11.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--fc-green);display:inline-block}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s var(--fc-ease),transform .7s var(--fc-ease)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-stagger>*{opacity:0;transform:translateY(16px);transition:opacity .55s var(--fc-ease),transform .55s var(--fc-ease)}.reveal-stagger.visible>*:nth-child(1){transition-delay:0s}.reveal-stagger.visible>*:nth-child(2){transition-delay:.1s}.reveal-stagger.visible>*:nth-child(3){transition-delay:.2s}.reveal-stagger.visible>*:nth-child(4){transition-delay:.3s}.reveal-stagger.visible>*{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){.reveal,.reveal-stagger>*{opacity:1;transform:none;transition:none}}.fc-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;padding-bottom:18px;border-bottom:2px solid var(--fc-green);margin-bottom:32px;flex-wrap:wrap}.fc-header .name-block .name{font-family:Playfair Display,Georgia,serif;font-size:22px;font-weight:600;color:var(--fc-green);letter-spacing:-.01em;margin-bottom:4px}.fc-header .name-block .role{font-size:10.5px;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--fc-secondary);margin-bottom:6px}.fc-header .name-block .website{font-size:13px;font-weight:500;color:var(--fc-green)}.fc-header .name-block .website a{color:var(--fc-green);text-decoration:none;border-bottom:1px solid rgba(28,74,30,.25);transition:border-color .15s ease}.fc-header .name-block .website a:hover{border-color:var(--fc-green)}.fc-header .contact-block{text-align:right;font-size:12px;color:var(--fc-secondary);line-height:1.7}.fc-header .contact-block a{color:var(--fc-secondary);text-decoration:none;transition:color .15s ease}.fc-header .contact-block a:hover{color:var(--fc-green)}@media (max-width: 540px){.fc-header .contact-block{text-align:left}}.fc-showcase{max-width:600px;margin:28px auto;background:#fff;border:1px solid var(--fc-border);border-radius:14px;overflow:hidden;box-shadow:0 4px 16px #1c4a1e14,0 16px 40px #1c4a1e0f}@media (max-width: 480px){.fc-showcase{margin:22px auto;border-radius:10px}}.fc-specials{padding:24px 14px 26px;background:linear-gradient(180deg,#e8efc5,#f4ecc8);position:relative;overflow:hidden;border-bottom:1px solid var(--fc-border)}.fc-specials:before{content:"SPECIALS";position:absolute;top:8px;left:0;right:0;text-align:center;font-family:Playfair Display,Georgia,serif;font-size:60px;font-weight:700;color:#1c4a1e12;letter-spacing:.14em;text-transform:uppercase;z-index:0;user-select:none;pointer-events:none;line-height:1}.fc-specials .ts-head{text-align:center;position:relative;z-index:1;margin-bottom:16px}.fc-specials .ts-head h2{font-family:Playfair Display,Georgia,serif;font-size:26px;font-weight:700;color:var(--fc-green);line-height:1.1;margin-bottom:4px;letter-spacing:-.015em}.fc-specials .ts-head .sub{font-size:12px;color:var(--fc-green-soft);font-weight:400}.fc-specials .ts-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;position:relative;z-index:1}@media (max-width: 400px){.fc-specials .ts-cards{gap:6px}.fc-special-card{padding:8px 6px 10px;gap:4px}.fc-special-card .sc-image{width:52px;height:52px}.fc-special-card .sc-label{font-size:9px;min-height:22px}.fc-special-card .sc-caption{font-size:10.5px}.fc-special-card .sc-meta{font-size:9px}}.fc-special-card{border-radius:var(--fc-radius-lg);padding:10px 8px 12px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:6px;position:relative;overflow:hidden;transition:transform .3s var(--fc-ease),box-shadow .3s var(--fc-ease)}.fc-special-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px #1c4a1e1f}.fc-special-card.sc-1{background:linear-gradient(180deg,#ffe4b5,#ffd78a)}.fc-special-card.sc-2{background:linear-gradient(180deg,#dce8b8,#c0dc9c)}.fc-special-card.sc-3{background:linear-gradient(180deg,#ffe0b0,#ffc97d)}.fc-special-card .sc-label{font-family:Inter,sans-serif;font-size:9.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;line-height:1.25;padding:0 4px;min-height:24px;display:flex;align-items:center;justify-content:center}.fc-special-card.sc-1 .sc-label{color:#8a5a18}.fc-special-card.sc-2 .sc-label{color:#3f6b22}.fc-special-card.sc-3 .sc-label{color:#8a5a18}.fc-special-card .sc-image{width:64px;height:64px;border-radius:50%;overflow:hidden;background:#fff9;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000014}.fc-special-card .sc-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s var(--fc-ease)}.fc-special-card:hover .sc-image img{transform:scale(1.1)}.fc-special-card .sc-caption{font-family:Inter,sans-serif;font-size:11.5px;font-weight:700;color:var(--fc-body);line-height:1.25;padding:1px 2px 0}.fc-special-card .sc-meta{font-family:Inter,sans-serif;font-size:9.5px;color:var(--fc-secondary);font-weight:500}.fc-pp{background:#fff;overflow:hidden}.fc-pp .pp-nav{display:flex;align-items:center;padding:8px 14px;border-bottom:1px solid var(--fc-border);font-size:14px;gap:10px}.fc-pp .pp-nav .back{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;color:var(--fc-body);font-size:16px}.fc-pp .pp-nav .title{flex:1;font-weight:700;color:var(--fc-body);font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fc-pp .pp-nav .share{width:28px;height:28px;border-radius:50%;background:#f3efe5;display:inline-flex;align-items:center;justify-content:center;color:var(--fc-secondary);font-size:12px}.fc-pp .pp-hero{background:radial-gradient(circle at 18% 15%,rgba(255,240,200,.45) 0%,transparent 38%),radial-gradient(circle at 82% 80%,rgba(168,197,160,.55) 0%,transparent 42%),radial-gradient(circle at 50% 50%,rgba(220,232,200,.35) 0%,transparent 70%),linear-gradient(135deg,#b8cda0,#94b58f 55%,#7ba37a);position:relative;overflow:hidden}.fc-pp .pp-hero:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 1px 1px,rgba(28,74,30,.1) 1px,transparent 0);background-size:16px 16px;pointer-events:none;z-index:0;opacity:.6}.fc-pp .pp-hero .pp-leaf{position:absolute;pointer-events:none;z-index:1;color:#1c4a1e29}.fc-pp .pp-hero .pp-leaf.tl{top:14px;left:16px;width:38px;height:38px;transform:rotate(-20deg)}.fc-pp .pp-hero .pp-leaf.tr{top:18px;right:18px;width:32px;height:32px;transform:rotate(35deg)}.fc-pp .pp-hero .pp-leaf.bl{bottom:40px;left:18px;width:28px;height:28px;transform:rotate(15deg)}.fc-pp .pp-hero .pp-leaf.br{bottom:44px;right:18px;width:34px;height:34px;transform:rotate(-30deg)}.fc-pp .pp-hero .pp-leaf.cl{top:50%;left:4%;width:50px;height:50px;transform:rotate(-45deg) translateY(-50%);opacity:.55}.fc-pp .pp-hero .pp-leaf.cr{top:50%;right:4%;width:50px;height:50px;transform:rotate(75deg) translateY(-50%);opacity:.55}.fc-pp .pp-hero .pp-stamp{position:absolute;pointer-events:none;z-index:0;border:1.5px dashed rgba(28,74,30,.18);border-radius:50%}.fc-pp .pp-hero .pp-stamp.s1{width:70px;height:70px;top:32%;left:12%;transform:rotate(-15deg)}.fc-pp .pp-hero .pp-stamp.s2{width:56px;height:56px;bottom:22%;right:10%;transform:rotate(20deg)}.fc-pp .pp-hero .pp-sparkle{position:absolute;pointer-events:none;z-index:0;color:#1c4a1e4d}.fc-pp .pp-hero .pp-sparkle.k1{top:22%;right:22%;width:16px;height:16px}.fc-pp .pp-hero .pp-sparkle.k2{bottom:28%;left:16%;width:12px;height:12px}.fc-pp .pp-hero .pp-sparkle.k3{top:14%;left:36%;width:10px;height:10px}.fc-pp .pp-hero .pp-badge{position:absolute;top:18px;left:50%;transform:translate(-50%) rotate(-2deg);z-index:4;background:var(--fc-green);color:var(--fc-cream-text);padding:5px 12px 5px 10px;border-radius:var(--fc-radius-pill);font-family:Inter,sans-serif;font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;box-shadow:0 4px 12px #1c4a1e59;display:inline-flex;align-items:center;gap:6px;pointer-events:none}.fc-pp .pp-hero .pp-badge svg{width:12px;height:12px}.fc-pp .pp-gallery{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:22px 10% 32px;gap:12px;position:relative;z-index:1}.fc-pp .pp-gallery::-webkit-scrollbar{display:none}.fc-pp .pp-gallery .pp-slide{flex:0 0 80%;scroll-snap-align:center;display:flex;align-items:center;justify-content:center;min-height:300px}.fc-pp .pp-gallery img{width:100%;max-width:240px;height:290px;border-radius:14px;object-fit:cover;object-position:center 22%;box-shadow:0 12px 28px #0000003d,0 2px 6px #0000001f;border:3px solid rgba(255,255,255,.92)}@media (max-width: 420px){.fc-pp .pp-gallery img{max-width:200px;height:250px}.fc-pp .pp-gallery .pp-slide{min-height:260px}.fc-pp .pp-arrow{width:30px;height:30px}}.fc-pp .pp-gallery .pp-card-slide{width:100%;max-width:240px;height:290px;border-radius:14px;background:linear-gradient(160deg,#fff,#f0f5dc,#dce8c8);box-shadow:0 12px 28px #0000003d,0 2px 6px #0000001f;border:3px solid rgba(255,255,255,.95);padding:22px 18px 20px;display:flex;flex-direction:column;align-items:stretch;justify-content:space-between;text-align:center;position:relative}@media (max-width: 420px){.fc-pp .pp-gallery .pp-card-slide{max-width:200px;height:250px;padding:18px 14px 16px}}.fc-pp .pp-gallery .pp-card-slide .ps-eyebrow{font-family:Inter,sans-serif;font-size:10px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--fc-green)}.fc-pp .pp-gallery .pp-card-slide .ps-title{font-family:Playfair Display,Georgia,serif;font-size:22px;font-weight:700;color:var(--fc-green);line-height:1.15;letter-spacing:-.015em;margin:4px 0 0}.fc-pp .pp-gallery .pp-card-slide .ps-sub{font-size:12.5px;color:var(--fc-secondary);font-style:italic;margin-top:4px}.fc-pp .pp-gallery .pp-card-slide .ps-list{list-style:none;padding:0;margin:10px 0 0;display:flex;flex-direction:column;gap:6px;text-align:left}.fc-pp .pp-gallery .pp-card-slide .ps-list li{font-size:12.5px;color:var(--fc-body);font-weight:500;padding:5px 10px 5px 22px;background:#ffffffa6;border-radius:6px;position:relative}.fc-pp .pp-gallery .pp-card-slide .ps-list li:before{content:"";position:absolute;left:7px;top:50%;transform:translateY(-50%);width:6px;height:6px;border-radius:50%;background:var(--fc-green)}.fc-pp .pp-gallery .pp-card-slide .ps-stat{font-family:Playfair Display,Georgia,serif;font-size:36px;font-weight:700;color:var(--fc-green);line-height:1.05;letter-spacing:-.025em;margin-top:8px}.fc-pp .pp-gallery .pp-card-slide .ps-stat-sub{font-size:11.5px;color:var(--fc-secondary);font-weight:500;margin-top:4px}.fc-pp .pp-gallery .pp-card-slide .ps-foot{font-size:11px;color:var(--fc-green);font-weight:600;letter-spacing:.04em;margin-top:8px}.fc-pp .pp-dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);display:flex;gap:4px;padding:5px 10px;background:#00000047;border-radius:var(--fc-radius-pill);z-index:2;backdrop-filter:blur(6px)}.fc-pp .pp-dots span{width:5px;height:5px;border-radius:50%;background:#ffffff8c;transition:width .3s var(--fc-ease),background .3s var(--fc-ease);cursor:pointer}.fc-pp .pp-dots span.active{background:#fff;width:18px;border-radius:3px}.fc-pp .pp-arrow{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background:#ffffffeb;color:var(--fc-green);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000002e;z-index:3;transition:background .2s var(--fc-ease),transform .2s var(--fc-ease),opacity .2s var(--fc-ease)}.fc-pp .pp-arrow:hover{background:#fff;transform:translateY(-50%) scale(1.06)}.fc-pp .pp-arrow:disabled{opacity:.4;cursor:default}.fc-pp .pp-arrow:disabled:hover{transform:translateY(-50%)}.fc-pp .pp-arrow.prev{left:12px}.fc-pp .pp-arrow.next{right:12px}.fc-pp .pp-arrow svg{width:16px;height:16px}.fc-pp .pp-pills{display:flex;gap:8px;padding:14px 16px 8px;flex-wrap:wrap}.fc-pp .pp-pill{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;border-radius:var(--fc-radius-pill);border:1px solid var(--fc-border);font-size:11.5px;color:var(--fc-body);font-weight:500;background:#fff;white-space:nowrap}.fc-pp .pp-pill svg{width:11px;height:11px;flex-shrink:0}.fc-pp .pp-pill.featured{background:#a8c5a033;border-color:var(--fc-green-light);color:var(--fc-green)}.fc-pp .pp-pill.featured svg{color:var(--fc-green)}.fc-pp .pp-brand{padding:6px 16px 0;font-size:11px;font-weight:600;letter-spacing:.14em;color:var(--fc-muted);text-transform:uppercase}.fc-pp .pp-title{padding:4px 16px 0;font-family:Playfair Display,Georgia,serif;font-size:22px;font-weight:700;color:var(--fc-body);line-height:1.2;letter-spacing:-.015em}@media (min-width: 540px){.fc-pp .pp-title{font-size:24px}}.fc-pp .pp-weight{padding:2px 16px 0;font-size:14px;color:var(--fc-muted);font-weight:400}.fc-pp .pp-price{padding:10px 16px 18px;display:flex;align-items:baseline;gap:10px}.fc-pp .pp-price-now{font-family:Inter,sans-serif;font-size:22px;font-weight:700;color:var(--fc-body)}.fc-pp .pp-price-was{font-size:14px;color:var(--fc-muted);text-decoration:line-through}.fc-pp .pp-about{padding:22px 18px 8px;border-top:1px solid var(--fc-border)}.fc-pp .pp-about h3{font-family:Playfair Display,Georgia,serif;font-weight:700;font-size:22px;color:var(--fc-body);margin-bottom:14px;letter-spacing:-.01em}.fc-pp .pp-about p{font-size:14px;color:var(--fc-body);line-height:1.7;margin-bottom:12px}.fc-pp .pp-about .pp-section-title{font-size:14px;font-weight:600;color:var(--fc-body);margin-top:18px;margin-bottom:8px;display:flex;align-items:center;gap:8px}.fc-pp .pp-about .pp-section-title svg{width:16px;height:16px;color:var(--fc-green);flex-shrink:0}.fc-pp .pp-about ul{list-style:none;padding-left:0;margin-bottom:8px}.fc-pp .pp-about ul li{font-size:14px;color:var(--fc-body);line-height:1.7;padding:2px 0 2px 22px;position:relative}.fc-pp .pp-about ul.pp-check li:before{content:"";position:absolute;left:0;top:9px;width:14px;height:14px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231C4A1E' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-size:14px}.fc-pp .pp-about ul.pp-cross li:before{content:"";position:absolute;left:0;top:9px;width:14px;height:14px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23B91C1C' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='18' y1='6' x2='6' y2='18'%3E%3C/line%3E%3Cline x1='6' y1='6' x2='18' y2='18'%3E%3C/line%3E%3C/svg%3E");background-repeat:no-repeat;background-size:14px}.fc-pp .pp-about ul.pp-arrow-list li:before{content:"›";position:absolute;left:4px;top:0;color:var(--fc-green);font-weight:700}.fc-pp .pp-about .pp-refund{margin-top:18px;padding:12px 14px;background:var(--fc-card-bg);border-left:3px solid var(--fc-green);border-radius:var(--fc-radius);font-size:13.5px;color:var(--fc-secondary);line-height:1.6}.fc-pp .pp-about .pp-refund strong{color:var(--fc-green);font-weight:700}.fc-pp .pp-lab{margin:22px 18px 0;padding:0;background:#fff;border:1px solid var(--fc-border);border-radius:var(--fc-radius);overflow:hidden;box-shadow:0 2px 8px #1c4a1e0f}.fc-pp .pp-lab .pp-lab-head{display:flex;align-items:center;gap:10px;padding:12px 14px;background:linear-gradient(135deg,#f4f6e8,#e5ebc8);border-bottom:1px solid var(--fc-border)}.fc-pp .pp-lab .pp-lab-head .lab-icon{width:32px;height:32px;border-radius:50%;background:var(--fc-green);color:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.fc-pp .pp-lab .pp-lab-head .lab-icon svg{width:16px;height:16px}.fc-pp .pp-lab .pp-lab-head .lab-titles{flex:1;min-width:0}.fc-pp .pp-lab .pp-lab-head .lab-titles .lab-eyebrow{font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--fc-green);line-height:1.2}.fc-pp .pp-lab .pp-lab-head .lab-titles .lab-name{font-family:Playfair Display,Georgia,serif;font-size:16px;font-weight:700;color:var(--fc-body);letter-spacing:-.005em;line-height:1.2;margin-top:1px}.fc-pp .pp-lab .pp-lab-head .lab-verified{display:inline-flex;align-items:center;gap:4px;padding:3px 8px;border-radius:var(--fc-radius-pill);background:#1c4a1e1a;color:var(--fc-green);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}.fc-pp .pp-lab .pp-lab-head .lab-verified svg{width:11px;height:11px}.fc-pp .pp-lab .pp-lab-table{padding:6px 14px 4px}.fc-pp .pp-lab .pp-lab-row{display:grid;grid-template-columns:1.4fr auto auto;gap:10px;align-items:center;padding:9px 0;border-bottom:1px dashed var(--fc-border);font-size:12.5px}@media (max-width: 420px){.fc-pp .pp-lab .pp-lab-row{grid-template-columns:1.2fr 1fr auto;gap:8px;font-size:11.5px}.fc-pp .pp-lab .pp-lab-row .lab-result{font-size:11.5px}}.fc-pp .pp-lab .pp-lab-row:last-child{border-bottom:none}.fc-pp .pp-lab .pp-lab-row .lab-test{color:var(--fc-secondary);font-weight:500}.fc-pp .pp-lab .pp-lab-row .lab-result{color:var(--fc-body);font-weight:700;font-family:Inter,sans-serif}.fc-pp .pp-lab .pp-lab-row .lab-status{display:inline-flex;align-items:center;gap:3px;color:var(--fc-green);font-size:10.5px;font-weight:700;letter-spacing:.05em}.fc-pp .pp-lab .pp-lab-row .lab-status svg{width:12px;height:12px}.fc-pp .pp-lab .pp-lab-foot{padding:12px 14px 14px;border-top:1px solid var(--fc-border);background:#fafbf4}.fc-pp .pp-lab .pp-lab-meta{font-size:11px;color:var(--fc-muted);margin-bottom:10px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:4px}.fc-pp .pp-lab .pp-lab-meta strong{color:var(--fc-secondary);font-weight:600}.fc-pp .pp-lab .pp-lab-download{display:inline-flex;align-items:center;gap:8px;width:100%;padding:11px 14px;background:#fff;color:var(--fc-green);border:1.5px solid var(--fc-green);border-radius:var(--fc-radius-pill);font-size:13px;font-weight:700;text-decoration:none;justify-content:center;transition:background .18s ease,color .18s ease,transform .18s ease;letter-spacing:.01em}.fc-pp .pp-lab .pp-lab-download:hover{background:var(--fc-green);color:var(--fc-cream-text);transform:translateY(-1px)}.fc-pp .pp-lab .pp-lab-download svg{width:14px;height:14px}.fc-pp .pp-cta-row{padding:20px 18px 24px;background:#fff;border-top:1px solid var(--fc-border)}.fc-pp .pp-cta{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:17px 24px;background:var(--fc-green);color:var(--fc-cream-text);text-align:center;font-family:Inter,sans-serif;font-size:16px;font-weight:600;border:none;border-radius:var(--fc-radius-pill);cursor:pointer;text-decoration:none;transition:background .18s ease,transform .18s ease,box-shadow .18s ease;letter-spacing:.005em;box-shadow:0 4px 12px #1c4a1e40;position:relative;overflow:hidden}.fc-pp .pp-cta:hover{background:var(--fc-green-soft);transform:translateY(-1px);box-shadow:0 6px 16px #1c4a1e52}.fc-pp .pp-cta:active{transform:translateY(0)}.fc-pp .pp-cta svg{width:18px;height:18px}.fc-pp .pp-cta:after{content:"";position:absolute;inset:-3px;border-radius:var(--fc-radius-pill);box-shadow:0 0 #1c4a1e66;animation:ppPulse 2.4s ease-in-out infinite;pointer-events:none}@keyframes ppPulse{0%{box-shadow:0 0 #1c4a1e52}70%{box-shadow:0 0 0 14px #1c4a1e00}to{box-shadow:0 0 #1c4a1e00}}@media (prefers-reduced-motion: reduce){.fc-pp .pp-cta:after{animation:none}}.fc-section-head{margin-top:56px;margin-bottom:12px}.fc-section-head .eyebrow-row{display:flex;align-items:center;gap:14px;margin-bottom:8px}.fc-section-head .eyebrow-row:after{content:"";flex:1;height:1px;background:linear-gradient(90deg,var(--fc-green) 0%,transparent 100%)}.fc-section-head h2{font-family:Playfair Display,Georgia,serif;font-weight:600;font-size:28px;line-height:1.2;color:var(--fc-green);letter-spacing:-.01em;margin-bottom:6px}@media (min-width: 720px){.fc-section-head h2{font-size:34px}}.fc-framing{margin:24px 0 30px;padding:22px 26px;background:var(--fc-card-bg);border-left:4px solid var(--fc-green);border-radius:var(--fc-radius)}.fc-framing .quote{font-family:Playfair Display,Georgia,serif;font-size:20px;font-style:italic;font-weight:400;line-height:1.45;color:var(--fc-green);margin-bottom:8px;letter-spacing:-.005em}@media (min-width: 720px){.fc-framing .quote{font-size:23px}}.fc-framing .quote:before{content:'"';font-family:Playfair Display,serif;font-size:1.4em;line-height:1;vertical-align:-.05em;color:var(--fc-green-light);margin-right:2px}.fc-framing .quote:after{content:'"';font-family:Playfair Display,serif;font-size:1.4em;line-height:1;vertical-align:-.05em;color:var(--fc-green-light)}.fc-framing .tail{font-size:13.5px;color:var(--fc-secondary);font-weight:500;letter-spacing:.01em}.fc-problem{background:var(--fc-card-bg);border:1px solid var(--fc-border);border-left:4px solid var(--fc-green);border-radius:var(--fc-radius);padding:26px 26px 26px 28px;margin-bottom:22px;position:relative;transition:transform .3s var(--fc-ease),box-shadow .3s var(--fc-ease)}.fc-problem:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1c4a1e14}@media (min-width: 720px){.fc-problem{padding:30px 34px 30px 36px}}.fc-problem .pr-num{font-family:Playfair Display,Georgia,serif;font-size:56px;font-weight:400;color:var(--fc-green-light);line-height:1;margin-bottom:6px;letter-spacing:-.02em}@media (min-width: 720px){.fc-problem .pr-num{font-size:68px}}.fc-problem .pr-title{font-family:Playfair Display,Georgia,serif;font-size:20px;font-weight:600;color:var(--fc-green);line-height:1.3;margin-bottom:22px;letter-spacing:-.01em}@media (min-width: 720px){.fc-problem .pr-title{font-size:23px}}.fc-problem .pr-block+.pr-block{margin-top:22px}.fc-problem .pr-label{font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--fc-green);margin-bottom:12px;padding-top:14px;border-top:1px solid var(--fc-border);display:flex;align-items:center;gap:10px}.fc-problem .pr-label svg{width:14px;height:14px;color:var(--fc-green);flex-shrink:0}.fc-problem .pr-block:first-of-type .pr-label{padding-top:0;border-top:none}.fc-problem .pr-block p{font-size:14.5px;color:var(--fc-body);line-height:1.7;margin-bottom:10px}.fc-problem .pr-block p:last-child{margin-bottom:0}.fc-problem .pr-block ul{list-style:none;padding-left:0;margin:8px 0 0}.fc-problem .pr-block ul li{font-size:14px;color:var(--fc-body);line-height:1.65;padding:4px 0 4px 22px;position:relative}.fc-problem .pr-block ul li:before{content:"";position:absolute;left:0;top:9px;width:14px;height:14px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231C4A1E' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-size:14px}.fc-problem .pr-block ul li strong{color:var(--fc-green);font-weight:600}.fc-problem .pr-block:first-of-type p:first-of-type:first-letter{font-family:Playfair Display,Georgia,serif;font-size:3.4em;float:left;line-height:.9;margin:5px 9px 0 0;color:var(--fc-green);font-weight:600}.fc-callout{margin:12px 0;padding:12px 16px;background:#1c4a1e0d;border-left:3px solid var(--fc-green-soft);border-radius:0 var(--fc-radius) var(--fc-radius) 0;font-family:Playfair Display,Georgia,serif;font-style:italic;font-size:15px;color:var(--fc-green);line-height:1.5;letter-spacing:-.005em}.fc-why-intro{margin:22px 0 26px}.fc-why-intro p{font-size:15px;line-height:1.7;color:var(--fc-body);margin:0}.fc-why-intro p strong{color:var(--fc-green);font-weight:600}.fc-why-intro p em{color:var(--fc-green-soft);font-style:italic}.fc-why-grid{display:grid;grid-template-columns:1fr;gap:18px;margin:0 0 24px}@media (min-width: 720px){.fc-why-grid{grid-template-columns:1fr 1fr;gap:22px}}.fc-why-card{background:#fff;border:1px solid var(--fc-border);border-radius:var(--fc-radius);padding:22px;display:flex;flex-direction:column;transition:transform .3s var(--fc-ease),box-shadow .3s var(--fc-ease)}.fc-why-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #1c4a1e14}.fc-why-card .why-head{display:flex;align-items:center;gap:14px;margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid var(--fc-border)}.fc-why-card .why-icon{width:52px;height:52px;border-radius:13px;background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.65) 0%,transparent 55%),linear-gradient(135deg,#e5ebc8,#c2d8bc);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--fc-green);border:1px solid var(--fc-border);box-shadow:inset 0 -2px 6px #1c4a1e0f}.fc-why-card .why-icon svg{width:28px;height:28px}.fc-why-card .why-meta{flex:1;min-width:0}.fc-why-card .why-link{font-size:10px;font-weight:700;color:var(--fc-green-soft);letter-spacing:.16em;text-transform:uppercase;line-height:1;margin-bottom:5px}.fc-why-card .why-area{font-family:Playfair Display,Georgia,serif;font-size:19px;font-weight:600;color:var(--fc-green);line-height:1.2;letter-spacing:-.005em;margin:0}.fc-why-card .why-claim{font-size:14px;color:var(--fc-body);line-height:1.6;margin-bottom:14px;font-weight:500}.fc-why-card .why-claim em{color:var(--fc-secondary);font-style:italic;font-weight:500}.fc-why-card .why-claim strong{color:var(--fc-green);font-weight:600}.fc-why-card .why-proof{margin-top:auto;padding:14px 16px;background:#a8c5a01f;border-left:3px solid var(--fc-green-light);border-radius:0 var(--fc-radius) var(--fc-radius) 0}.fc-why-card .why-proof-label{font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--fc-green);margin-bottom:6px}.fc-why-card .why-proof p{font-size:13px;color:var(--fc-body);line-height:1.55;margin:0}.fc-why-card .why-proof p strong{color:var(--fc-green);font-weight:600}.fc-why-card .why-proof p em{color:var(--fc-secondary);font-style:italic}.fc-why-card .why-stats{display:flex;gap:18px;flex-wrap:wrap;margin-top:12px;padding-top:12px;border-top:1px dashed rgba(28,74,30,.15)}.fc-why-card .why-stats>div{display:flex;flex-direction:column;min-width:0}.fc-why-card .why-stats strong{font-family:Playfair Display,Georgia,serif;font-size:22px;font-weight:700;color:var(--fc-green);letter-spacing:-.02em;line-height:1;margin-bottom:4px}.fc-why-card .why-stats span{font-size:10.5px;color:var(--fc-secondary);font-weight:500;line-height:1.3;letter-spacing:.02em}.fc-why-closing{display:flex;align-items:center;gap:18px;margin:4px 0 28px;padding:20px 24px;background:var(--fc-card-bg);border-left:4px solid var(--fc-green);border-radius:var(--fc-radius)}.fc-why-closing .closing-icon{width:44px;height:44px;border-radius:50%;background:var(--fc-green);color:var(--fc-cream-text);display:flex;align-items:center;justify-content:center;flex-shrink:0}.fc-why-closing .closing-icon svg{width:22px;height:22px}.fc-why-closing p{font-size:14.5px;color:var(--fc-body);line-height:1.6;margin:0}.fc-why-closing p strong{color:var(--fc-green);font-weight:700}@media (max-width: 540px){.fc-why-closing{flex-direction:column;align-items:flex-start;gap:14px;padding:18px 20px}}.fc-dark-block{background:var(--fc-green);color:var(--fc-cream-text);padding:28px;border-radius:var(--fc-radius-lg);margin:32px 0;position:relative}@media (min-width: 720px){.fc-dark-block{padding:36px 40px}}.fc-dark-block h2{font-family:Playfair Display,Georgia,serif;font-weight:500;font-size:22px;line-height:1.35;color:var(--fc-cream-text);margin-bottom:16px;letter-spacing:-.005em}@media (min-width: 720px){.fc-dark-block h2{font-size:25px}}.fc-dark-block p{color:var(--fc-cream-dim);font-size:13.5px;line-height:1.75}.fc-dark-block p strong{color:var(--fc-cream-text);font-weight:600}.fc-cta-contact{margin-top:22px;text-align:right}.fc-cta-contact .label{font-size:10.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--fc-green-light);margin-bottom:6px;display:block}.fc-cta-contact a{color:var(--fc-cream-text);text-decoration:none;font-size:14px;display:block;transition:opacity .15s ease}.fc-cta-contact a:hover{opacity:.75}@media (max-width: 540px){.fc-cta-contact{text-align:left}}.fc-footer{margin-top:56px;padding-top:24px;border-top:1px solid var(--fc-border);text-align:center;font-size:11.5px;color:var(--fc-muted);font-style:italic}.fc-scroll-hint,.fc-phone-fade,.fc-phone-progress{display:none}.fc-problem .pr-header{display:flex;align-items:center;gap:16px;padding-bottom:18px;margin-bottom:20px;border-bottom:1px solid var(--fc-border)}.fc-problem .pr-illus{width:64px;height:64px;border-radius:16px;background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.65) 0%,transparent 55%),linear-gradient(135deg,#e5ebc8,#c2d8bc);display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--fc-green);border:1px solid var(--fc-border);box-shadow:inset 0 -2px 6px #1c4a1e0f}.fc-problem .pr-illus svg{width:34px;height:34px}.fc-problem .pr-meta{flex:1;min-width:0}.fc-problem .pr-meta .pr-num{font-family:Inter,sans-serif;font-size:10.5px;font-weight:700;color:var(--fc-green-soft);letter-spacing:.18em;line-height:1;margin-bottom:6px;text-transform:uppercase}.fc-problem .pr-meta .pr-title{font-family:Playfair Display,Georgia,serif;font-size:22px;font-weight:600;color:var(--fc-green);line-height:1.2;margin-bottom:3px;letter-spacing:-.01em}@media (min-width: 720px){.fc-problem .pr-meta .pr-title{font-size:25px}}.fc-problem .pr-meta .pr-sub{font-size:13px;color:var(--fc-secondary);font-style:italic;line-height:1.35}.fc-problem .pr-rows{display:flex;flex-direction:column;gap:16px}.fc-problem .pr-row{display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:flex-start}.fc-problem .pr-row-icon{width:36px;height:36px;border-radius:50%;background:#1c4a1e14;color:var(--fc-green);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.fc-problem .pr-row-icon svg{width:16px;height:16px}.fc-problem .pr-row-body{min-width:0;padding-top:4px}.fc-problem .pr-row-label{font-size:10.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:var(--fc-green);margin-bottom:6px}.fc-problem .pr-row-body p{font-size:14px;color:var(--fc-body);line-height:1.6;margin:0}.fc-problem .pr-row-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.fc-problem .pr-row-list li{font-size:13.5px;color:var(--fc-body);line-height:1.5;padding:0 0 0 14px;position:relative}.fc-problem .pr-row-list li:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:var(--fc-green)}.fc-problem .pr-row-list li strong{color:var(--fc-green);font-weight:600}.fc-problem .pr-row-body p:first-letter{font-size:inherit;float:none;margin:0;color:inherit;font-weight:inherit;line-height:inherit}@media (max-width: 1179px){.fc-phone-pinner{position:relative}.fc-phone{background:linear-gradient(160deg,#1a1a1a,#2a2a2a);border-radius:42px;padding:10px 8px 12px;box-shadow:0 18px 36px #0000002e,0 8px 22px #1c4a1e1f,inset 0 0 0 1.5px #3a3a3a,inset 0 1px #ffffff0d;position:sticky;top:20px;max-width:380px;margin:24px auto}.fc-phone:before{content:"";position:absolute;top:18px;left:50%;transform:translate(-50%);width:90px;height:22px;background:#000;border-radius:14px;z-index:3}.fc-phone:after{content:"";position:absolute;left:-2px;top:95px;width:3px;height:40px;background:#2a2a2a;border-radius:2px 0 0 2px;box-shadow:0 50px #2a2a2a,0 110px #2a2a2a}.fc-phone-screen{background:#fff;border-radius:34px;overflow:hidden;position:relative;height:min(640px,calc(100vh - 70px));height:min(640px,calc(100dvh - 70px))}.fc-phone-screen:before{content:"";display:block;height:46px;background:#fff}.fc-phone-content{will-change:transform;transition:transform .05s linear}@media (prefers-reduced-motion: reduce){.fc-phone-content{transition:none}}.fc-phone .fc-showcase{margin:0;max-width:none;border:none;border-radius:0;box-shadow:none}.fc-phone .fc-phone-fade{display:block;position:absolute;left:8px;right:8px;bottom:12px;height:60px;border-radius:0 0 32px 32px;background:linear-gradient(180deg,#fff0,#ffffffeb 70%,#fff);pointer-events:none;z-index:4;transition:opacity .35s ease}.fc-phone .fc-scroll-hint{display:inline-flex;align-items:center;gap:6px;position:absolute;bottom:26px;left:50%;transform:translate(-50%);background:var(--fc-green);color:var(--fc-cream-text);padding:7px 12px 7px 14px;border-radius:var(--fc-radius-pill);font-family:Inter,sans-serif;font-size:9.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;z-index:5;pointer-events:none;box-shadow:0 6px 16px #1c4a1e52;animation:scrollHintBob 1.8s ease-in-out infinite;transition:opacity .35s ease}.fc-phone .fc-scroll-hint svg{width:11px;height:11px}.fc-phone.is-scrolled .fc-scroll-hint,.fc-phone.is-scrolled .fc-phone-fade{opacity:0}.fc-phone .fc-phone-progress{display:block;position:absolute;right:2px;top:110px;bottom:110px;width:3px;border-radius:2px;background:#ffffff14;z-index:4;overflow:hidden;opacity:.85}.fc-phone .fc-phone-progress:after{content:"";position:absolute;top:0;left:0;right:0;height:var(--fc-progress, 0%);background:linear-gradient(180deg,var(--fc-green-light) 0%,var(--fc-green) 100%);border-radius:2px;transition:height .08s linear}.fc-phone .fc-specials{padding:22px 12px}.fc-phone .fc-specials:before{font-size:52px;top:8px}.fc-phone .fc-specials .ts-head{margin-bottom:14px}.fc-phone .fc-specials .ts-head h2{font-size:22px}.fc-phone .fc-specials .ts-head .sub{font-size:11px}.fc-phone .fc-specials .ts-cards{gap:6px}.fc-phone .fc-special-card{padding:8px 6px 10px;gap:5px}.fc-phone .fc-special-card .sc-image{width:48px;height:48px}.fc-phone .fc-special-card .sc-label{font-size:9px;min-height:22px}.fc-phone .fc-special-card .sc-caption{font-size:10.5px}.fc-phone .fc-special-card .sc-meta{font-size:9.5px}.fc-phone .fc-pp .pp-nav{padding:6px 12px}.fc-phone .fc-pp .pp-nav .title{font-size:13px}.fc-phone .fc-pp .pp-nav .back{width:22px;height:22px;font-size:15px}.fc-phone .fc-pp .pp-nav .share{width:26px;height:26px;font-size:11px}.fc-phone .fc-pp .pp-hero .pp-badge{font-size:9.5px;padding:4px 10px 4px 8px}.fc-phone .fc-pp .pp-hero .pp-badge svg{width:10px;height:10px}.fc-phone .fc-pp .pp-gallery{padding:18px 9% 28px;gap:10px}.fc-phone .fc-pp .pp-gallery .pp-slide{min-height:238px}.fc-phone .fc-pp .pp-gallery img{max-width:180px;height:220px;border-radius:12px}.fc-phone .fc-pp .pp-gallery .pp-card-slide{max-width:180px;height:220px;padding:14px 12px;border-radius:12px}.fc-phone .fc-pp .pp-gallery .pp-card-slide .ps-eyebrow{font-size:9px}.fc-phone .fc-pp .pp-gallery .pp-card-slide .ps-title{font-size:17px}.fc-phone .fc-pp .pp-gallery .pp-card-slide .ps-stat{font-size:28px}.fc-phone .fc-pp .pp-gallery .pp-card-slide .ps-stat-sub{font-size:10px}.fc-phone .fc-pp .pp-gallery .pp-card-slide .ps-sub{font-size:11px}.fc-phone .fc-pp .pp-gallery .pp-card-slide .ps-foot{font-size:9.5px}.fc-phone .fc-pp .pp-gallery .pp-card-slide .ps-list li{font-size:10.5px;padding:4px 8px 4px 18px}.fc-phone .fc-pp .pp-arrow{width:28px;height:28px}.fc-phone .fc-pp .pp-arrow svg{width:13px;height:13px}.fc-phone .fc-pp .pp-pills{padding:12px 14px 6px;gap:6px}.fc-phone .fc-pp .pp-pill{font-size:10.5px;padding:4px 9px}.fc-phone .fc-pp .pp-brand{padding:6px 14px 0;font-size:10px}.fc-phone .fc-pp .pp-title{padding:3px 14px 0;font-size:20px}.fc-phone .fc-pp .pp-weight{padding:2px 14px 0;font-size:13px}.fc-phone .fc-pp .pp-price{padding:8px 14px 16px}.fc-phone .fc-pp .pp-price-now{font-size:19px}.fc-phone .fc-pp .pp-price-was{font-size:13px}.fc-phone .fc-pp .pp-about{padding:18px 16px 6px}.fc-phone .fc-pp .pp-about h3{font-size:19px;margin-bottom:12px}.fc-phone .fc-pp .pp-about p,.fc-phone .fc-pp .pp-about ul li{font-size:13px}.fc-phone .fc-pp .pp-about .pp-section-title{font-size:13px;margin-top:14px}.fc-phone .fc-pp .pp-about .pp-refund{font-size:12px;padding:10px 12px}.fc-phone .fc-pp .pp-lab{margin:18px 16px 0}.fc-phone .fc-pp .pp-lab .pp-lab-head{padding:10px 12px;gap:8px}.fc-phone .fc-pp .pp-lab .pp-lab-head .lab-icon{width:28px;height:28px}.fc-phone .fc-pp .pp-lab .pp-lab-head .lab-icon svg{width:14px;height:14px}.fc-phone .fc-pp .pp-lab .pp-lab-head .lab-eyebrow{font-size:9px}.fc-phone .fc-pp .pp-lab .pp-lab-head .lab-name{font-size:14px}.fc-phone .fc-pp .pp-lab .pp-lab-head .lab-verified{font-size:9px;padding:2px 7px}.fc-phone .fc-pp .pp-lab .pp-lab-table{padding:4px 12px 2px}.fc-phone .fc-pp .pp-lab .pp-lab-row{font-size:11.5px;padding:7px 0;gap:8px}.fc-phone .fc-pp .pp-lab .pp-lab-row .lab-status{font-size:9.5px}.fc-phone .fc-pp .pp-lab .pp-lab-foot{padding:10px 12px 12px}.fc-phone .fc-pp .pp-lab .pp-lab-meta{font-size:10px;gap:4px}.fc-phone .fc-pp .pp-lab .pp-lab-download{font-size:12px;padding:9px 12px}.fc-phone .fc-pp .pp-cta-row{padding:16px 14px 18px}.fc-phone .fc-pp .pp-cta{font-size:14.5px;padding:14px 18px}.fc-phone .fc-pp .pp-cta svg{width:16px;height:16px}}.fc-phone .fc-pp .pp-cta{transition:background .2s ease,transform .2s ease,box-shadow .35s ease}.fc-phone.is-cta-reached .fc-pp .pp-cta{box-shadow:0 12px 32px #1c4a1e8c}.fc-phone.is-cta-reached .fc-pp .pp-cta:after{animation-duration:1.1s}.fc-split{display:block}@media (min-width: 1180px){.fc-page{max-width:1280px;padding:36px 40px 80px}.fc-split{display:grid;grid-template-columns:380px minmax(0,1fr);gap:72px;align-items:start}.fc-split-left{position:sticky;top:28px;align-self:start}.fc-phone{background:linear-gradient(160deg,#1a1a1a,#2a2a2a);border-radius:44px;padding:10px 8px 12px;box-shadow:0 30px 60px #00000047,0 12px 30px #1c4a1e29,inset 0 0 0 1.5px #3a3a3a,inset 0 1px #ffffff0d;position:relative}.fc-phone:before{content:"";position:absolute;top:18px;left:50%;transform:translate(-50%);width:95px;height:24px;background:#000;border-radius:14px;z-index:3}.fc-phone:after{content:"";position:absolute;left:-2px;top:120px;width:3px;height:44px;background:#2a2a2a;border-radius:2px 0 0 2px;box-shadow:0 56px #2a2a2a,0 120px #2a2a2a,0 120px 0 -8px transparent,0 184px 0 -8px transparent}.fc-phone-screen{background:#fff;border-radius:36px;overflow:hidden;height:760px;max-height:calc(100vh - 80px);overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--fc-border) transparent;position:relative}.fc-phone .fc-phone-fade{position:absolute;left:8px;right:8px;bottom:12px;height:70px;border-radius:0 0 36px 36px;background:linear-gradient(180deg,#fff0,#ffffffeb 70%,#fff);pointer-events:none;z-index:4;transition:opacity .35s ease}.fc-scroll-hint{display:inline-flex;align-items:center;gap:6px;position:absolute;bottom:28px;left:50%;transform:translate(-50%);background:var(--fc-green);color:var(--fc-cream-text);padding:7px 12px 7px 14px;border-radius:var(--fc-radius-pill);font-family:Inter,sans-serif;font-size:9.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;z-index:5;pointer-events:none;box-shadow:0 6px 16px #1c4a1e52;animation:scrollHintBob 1.8s ease-in-out infinite;transition:opacity .35s ease}.fc-scroll-hint svg{width:11px;height:11px}.fc-phone.is-scrolled .fc-scroll-hint,.fc-phone.is-scrolled .fc-phone-fade{opacity:0}@keyframes scrollHintBob{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-3px)}}@media (prefers-reduced-motion: reduce){.fc-scroll-hint{animation:none}}.fc-phone-screen::-webkit-scrollbar{width:4px}.fc-phone-screen::-webkit-scrollbar-track{background:transparent}.fc-phone-screen::-webkit-scrollbar-thumb{background:var(--fc-border);border-radius:2px}.fc-phone-screen::-webkit-scrollbar-thumb:hover{background:var(--fc-green-light)}.fc-phone .fc-showcase{margin:0;max-width:none;border:none;border-radius:0;box-shadow:none}.fc-phone-screen:before{content:"";display:block;height:54px;background:#fff}.fc-phone .fc-specials{padding:22px 12px}.fc-phone .fc-specials:before{font-size:52px;top:8px}.fc-phone .fc-specials .ts-head{margin-bottom:14px}.fc-phone .fc-specials .ts-head h2{font-size:22px}.fc-phone .fc-specials .ts-head .sub{font-size:11px}.fc-phone .fc-specials .ts-cards{gap:6px}.fc-phone .fc-special-card{padding:8px 6px 10px;gap:5px}.fc-phone .fc-special-card .sc-image{width:48px;height:48px}.fc-phone .fc-special-card .sc-label{font-size:9px;min-height:22px}.fc-phone .fc-special-card .sc-caption{font-size:10.5px}.fc-phone .fc-special-card .sc-meta{font-size:9.5px}.fc-phone .fc-pp .pp-nav{padding:6px 12px}.fc-phone .fc-pp .pp-nav .title{font-size:13px}.fc-phone .fc-pp .pp-nav .back{width:22px;height:22px;font-size:15px}.fc-phone .fc-pp .pp-nav .share{width:26px;height:26px;font-size:11px}.fc-phone .fc-pp .pp-hero .pp-badge{font-size:9.5px;padding:4px 10px 4px 8px}.fc-phone .fc-pp .pp-hero .pp-badge svg{width:10px;height:10px}.fc-phone .fc-pp .pp-gallery{padding:18px 9% 28px;gap:10px}.fc-phone .fc-pp .pp-gallery .pp-slide{min-height:248px}.fc-phone .fc-pp .pp-gallery img{max-width:190px;height:230px;border-radius:12px}.fc-phone .fc-pp .pp-gallery .pp-card-slide{max-width:190px;height:230px;padding:16px 14px;border-radius:12px}.fc-phone .fc-pp .pp-gallery .pp-card-slide .ps-eyebrow{font-size:9px}.fc-phone .fc-pp .pp-gallery .pp-card-slide .ps-title{font-size:18px}.fc-phone .fc-pp .pp-gallery .pp-card-slide .ps-stat{font-size:30px}.fc-phone .fc-pp .pp-gallery .pp-card-slide .ps-stat-sub{font-size:10.5px}.fc-phone .fc-pp .pp-gallery .pp-card-slide .ps-sub{font-size:11.5px}.fc-phone .fc-pp .pp-gallery .pp-card-slide .ps-foot{font-size:10px}.fc-phone .fc-pp .pp-gallery .pp-card-slide .ps-list li{font-size:11px;padding:4px 8px 4px 18px}.fc-phone .fc-pp .pp-arrow{width:28px;height:28px}.fc-phone .fc-pp .pp-arrow svg{width:13px;height:13px}.fc-phone .fc-pp .pp-pills{padding:12px 14px 6px;gap:6px}.fc-phone .fc-pp .pp-pill{font-size:10.5px;padding:4px 9px}.fc-phone .fc-pp .pp-brand{padding:6px 14px 0;font-size:10px}.fc-phone .fc-pp .pp-title{padding:3px 14px 0;font-size:20px}.fc-phone .fc-pp .pp-weight{padding:2px 14px 0;font-size:13px}.fc-phone .fc-pp .pp-price{padding:8px 14px 16px}.fc-phone .fc-pp .pp-price-now{font-size:19px}.fc-phone .fc-pp .pp-price-was{font-size:13px}.fc-phone .fc-pp .pp-about{padding:18px 16px 6px}.fc-phone .fc-pp .pp-about h3{font-size:19px;margin-bottom:12px}.fc-phone .fc-pp .pp-about p,.fc-phone .fc-pp .pp-about ul li{font-size:13px}.fc-phone .fc-pp .pp-about .pp-section-title{font-size:13px;margin-top:14px}.fc-phone .fc-pp .pp-about .pp-refund{font-size:12px;padding:10px 12px}.fc-phone .fc-pp .pp-lab{margin:18px 16px 0}.fc-phone .fc-pp .pp-lab .pp-lab-head{padding:10px 12px;gap:8px}.fc-phone .fc-pp .pp-lab .pp-lab-head .lab-icon{width:28px;height:28px}.fc-phone .fc-pp .pp-lab .pp-lab-head .lab-icon svg{width:14px;height:14px}.fc-phone .fc-pp .pp-lab .pp-lab-head .lab-eyebrow{font-size:9px}.fc-phone .fc-pp .pp-lab .pp-lab-head .lab-name{font-size:14px}.fc-phone .fc-pp .pp-lab .pp-lab-head .lab-verified{font-size:9px;padding:2px 7px}.fc-phone .fc-pp .pp-lab .pp-lab-table{padding:4px 12px 2px}.fc-phone .fc-pp .pp-lab .pp-lab-row{font-size:11.5px;padding:7px 0;gap:8px}.fc-phone .fc-pp .pp-lab .pp-lab-row .lab-status{font-size:9.5px}.fc-phone .fc-pp .pp-lab .pp-lab-foot{padding:10px 12px 12px}.fc-phone .fc-pp .pp-lab .pp-lab-meta{font-size:10px;gap:4px}.fc-phone .fc-pp .pp-lab .pp-lab-download{font-size:12px;padding:9px 12px}.fc-phone .fc-pp .pp-cta-row{padding:16px 14px 18px}.fc-phone .fc-pp .pp-cta{font-size:14.5px;padding:14px 18px}.fc-phone .fc-pp .pp-cta svg{width:16px;height:16px}.fc-split-right>*:first-child{margin-top:0}.fc-split-right .fc-section-head{margin-top:0}.fc-split-right .fc-section-head+.fc-framing{margin-top:18px}.fc-split-right .fc-framing{margin-top:18px}.fc-split-right .fc-problem{margin-bottom:22px}}@media print{.fc-split{display:block!important}.fc-split-left,.fc-split-right,.fc-phone,.fc-phone-screen{position:static!important;max-height:none!important;overflow:visible!important}.fc-phone{background:transparent!important;padding:0!important;border-radius:0!important;box-shadow:none!important;margin:0!important;max-width:none!important}.fc-phone-pinner{height:auto!important}.fc-phone-content{transform:none!important;will-change:auto!important}.fc-phone:before,.fc-phone:after{display:none!important}.fc-phone-screen{border-radius:0!important;height:auto!important}.fc-phone-screen:before{display:none!important}.fc-scroll-hint,.fc-phone-fade,.fc-phone-progress{display:none!important}}@media print{.reveal,.reveal-stagger,.reveal-stagger>*{opacity:1!important;transform:none!important;transition:none!important;animation:none!important}.fc-pp .pp-arrow,.fc-pp .pp-dots{display:none!important}.fc-pp .pp-cta:after{animation:none!important}.fc-showcase,.fc-problem,.fc-framing,.fc-section-head,.fc-dark-block,.fc-pp .pp-lab{break-inside:avoid;page-break-inside:avoid}.fc-pp .pp-gallery{overflow:hidden!important;padding:18px 0 22px!important}.fc-pp .pp-gallery .pp-slide:not(:first-child){display:none!important}.fc-pp .pp-gallery .pp-slide{flex-basis:100%!important}.fc-page{padding:14px 18px 24px!important;max-width:none!important}.fc-showcase{box-shadow:none!important;max-width:none!important;margin:14px 0!important}body{background:#fff!important}.fc-dark-block{background:#1c4a1e!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.fc-specials,.fc-special-card,.pp-hero,.fc-pp .pp-cta{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
