.gr-clp-hero{display:grid;grid-template-columns:1fr 1fr;min-height:640px}.gr-clp-hero__media{background:radial-gradient(ellipse at 60% 40%,var(--c-mint) 0%,var(--c-ivory) 60%,var(--c-parchment) 100%);display:flex;align-items:center;justify-content:center;padding:40px}.gr-clp-hero__img{width:100%;max-width:480px;height:auto;object-fit:contain;filter:drop-shadow(0 20px 48px rgba(30,58,42,.15));animation:gr-rise .9s cubic-bezier(.22,.68,0,1.2) both}.gr-clp-hero__content{background:var(--c-cream);display:flex;align-items:center;padding:60px 56px}.gr-clp-hero__inner{max-width:440px}.gr-clp-hero__inner h1{font-family:var(--f-serif);font-size:clamp(2.4rem,4vw,3.4rem);font-weight:700;line-height:1.1;color:var(--c-deep);margin-bottom:16px}.gr-clp-hero__inner>p{color:var(--c-muted);font-size:15px;line-height:1.6;margin-bottom:24px}.gr-clp-price{font-family:var(--f-serif);font-size:2.8rem;font-weight:700;color:var(--c-deep);margin-bottom:20px;display:flex;align-items:baseline;gap:10px}.gr-clp-price span{font-family:var(--f-sans);font-size:13px;font-weight:400;color:var(--c-leaf)}.gr-clp-variant-label{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--c-muted);margin-bottom:8px}.gr-clp-swatch-row{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap}.gr-clp-swatch{padding:8px 16px;border:1px solid var(--c-border);border-radius:var(--r-full);font-size:13px;cursor:pointer;transition:all .2s;color:var(--c-text);background:var(--c-cream)}.gr-clp-swatch:hover{border-color:var(--c-forest);color:var(--c-forest)}.gr-clp-swatch.is-selected{border-color:var(--c-forest);background:var(--c-forest);color:#fff}.gr-trust-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.gr-trust-badge{display:flex;align-items:flex-start;gap:8px;padding:12px;background:var(--c-ivory);border-radius:var(--r-sm);font-size:12px;line-height:1.4;color:var(--c-muted)}.gr-trust-badge svg{flex-shrink:0;color:var(--c-leaf);margin-top:2px}.gr-trust-badge strong{display:block;color:var(--c-text);font-weight:600;margin-bottom:2px}.gr-clp-benefits-strip{background:var(--c-forest);padding:48px 0}.gr-clp-benefits-strip-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#ffffff1a}.gr-clp-strip-benefit{background:var(--c-forest);padding:28px 24px;text-align:center}.gr-clp-strip-benefit-icon{font-size:2rem;margin-bottom:10px}.gr-clp-strip-benefit h4{font-family:var(--f-serif);font-size:1.05rem;color:#fff;margin-bottom:6px}.gr-clp-strip-benefit p{font-size:13px;color:var(--c-sage);line-height:1.5;margin:0}@media(max-width:860px){.gr-clp-hero{grid-template-columns:1fr}.gr-clp-hero__media{min-height:360px}.gr-clp-hero__content{padding:40px 24px}.gr-clp-benefits-strip-grid{grid-template-columns:repeat(2,1fr)}.gr-trust-badges{grid-template-columns:1fr}}.gr-help-hero{background:var(--c-deep);text-align:center;padding:100px 24px 80px;color:#fff}.gr-help-hero h1{font-family:var(--f-serif);font-size:clamp(2.4rem,5vw,3.6rem);font-weight:700;margin-bottom:16px}.gr-help-hero p{font-size:17px;color:var(--c-sage);max-width:520px;margin:0 auto;line-height:1.6}.gr-help-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:72px}.gr-help-card{background:var(--c-cream);border:1px solid var(--c-border-lt);border-radius:var(--r-md);padding:28px 24px}.gr-help-card__icon{font-size:2rem;margin-bottom:12px}.gr-help-card h3{font-family:var(--f-serif);font-size:1.1rem;color:var(--c-deep);margin-bottom:10px}.gr-help-card p{font-size:13px;color:var(--c-muted);line-height:1.6;margin:0}.gr-help-contact{background:var(--c-cream);border:1px solid var(--c-border-lt);border-radius:var(--r-md);padding:48px 40px;max-width:720px;margin:0 auto var(--space-2xl)}.gr-help-contact .gr-eyebrow{margin-bottom:10px}.gr-help-contact h2{font-family:var(--f-serif);font-size:2rem;color:var(--c-deep);margin-bottom:12px}.gr-help-contact>p{color:var(--c-muted);font-size:15px;margin-bottom:28px}.gr-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.gr-form-group{margin-bottom:16px;display:flex;flex-direction:column}.gr-form-label{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--c-muted);margin-bottom:6px}.gr-form-input{border:1px solid var(--c-border);border-radius:var(--r-sm);padding:11px 14px;font-size:14px;font-family:var(--f-sans);background:var(--c-ivory);color:var(--c-text);transition:border-color .2s,box-shadow .2s;outline:none}.gr-form-input:focus{border-color:var(--c-forest);box-shadow:0 0 0 3px #2a5c3f1f}.gr-form-textarea{border:1px solid var(--c-border);border-radius:var(--r-sm);padding:11px 14px;font-size:14px;font-family:var(--f-sans);background:var(--c-ivory);color:var(--c-text);min-height:140px;resize:vertical;transition:border-color .2s,box-shadow .2s;outline:none}.gr-form-textarea:focus{border-color:var(--c-forest);box-shadow:0 0 0 3px #2a5c3f1f}@media(max-width:860px){.gr-help-cards{grid-template-columns:repeat(2,1fr)}.gr-form-row{grid-template-columns:1fr}.gr-help-contact{padding:32px 24px}}@media(max-width:560px){.gr-help-cards{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/40/assets/glowroot-pages.css.map */
