.scc-page{--scc-primary: #c9515b;--scc-accent: #e8a09a;--scc-cream: #fdf6f0;--scc-white: #ffffff;--scc-text: #2d2016;--scc-muted: #7a6258;--scc-border: #ecddd8;--scc-radius: 10px;--scc-shadow: 0 4px 24px rgba(0,0,0,.08);font-family:inherit;color:var(--scc-text);line-height:1.6}.scc-container{width:100%;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:1.25rem;padding-right:1.25rem}@media(min-width:640px){.scc-container{padding-left:2rem;padding-right:2rem}}@media(min-width:1024px){.scc-container{padding-left:2.5rem;padding-right:2.5rem}}.scc-max-prose{max-width:760px;margin-left:auto;margin-right:auto}.scc-center{text-align:center}.scc-bg-white{background:var(--scc-white)}.scc-bg-cream{background:var(--scc-cream)}.scc-h2{font-size:clamp(1.75rem,4vw,2.6rem);font-weight:700;color:var(--scc-text);line-height:1.2;margin:0 0 1.25rem}.scc-body{font-size:1.0625rem;color:var(--scc-muted);line-height:1.75;margin:0 0 1.25rem}.scc-btn{display:inline-block;padding:.75rem 1.75rem;font-size:1rem;font-weight:600;border-radius:var(--scc-radius);text-decoration:none;transition:background .2s,transform .15s;cursor:pointer}.scc-btn--accent{background:var(--scc-primary);color:#fff;border:2px solid transparent}.scc-btn--accent:hover{background:#b04450;transform:translateY(-1px);color:#fff;text-decoration:none}.scc-btn--lg{padding:1rem 2.25rem;font-size:1.125rem}.scc-hero{position:relative;height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}.scc-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0}.scc-hero__img{width:100%;height:100%;object-fit:cover;display:block}.scc-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(255,255,255,.18) 0%,transparent 45%,rgba(255,255,255,.45) 100%)}.scc-hero__content{position:relative;z-index:1;text-align:center;padding:1.5rem 1.25rem;max-width:780px}.scc-hero__title{font-size:clamp(2rem,5vw,3.2rem);font-weight:700;color:var(--scc-text);line-height:1.15;margin:0 0 1.25rem}.scc-hero__sub{font-size:clamp(.95rem,2vw,1.2rem);color:#2d2016cc;line-height:1.7;margin:0 0 2rem;font-weight:300}.scc-showcase{padding:5rem 0}.scc-showcase__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.scc-showcase__grid{grid-template-columns:1fr 1fr}}.scc-showcase__img{width:100%;border-radius:var(--scc-radius);box-shadow:var(--scc-shadow);display:block}.scc-showcase__copy{display:flex;flex-direction:column;gap:0}.scc-checklist{list-style:none;margin:0 0 1.5rem;padding:0;display:flex;flex-direction:column;gap:.6rem}.scc-checklist li{display:flex;align-items:flex-start;gap:.6rem;font-size:1rem;color:var(--scc-muted)}.scc-check{color:var(--scc-primary);font-weight:700;margin-top:.1rem;flex-shrink:0}.scc-price-block{padding-top:1.5rem;border-top:1px solid var(--scc-border)}.scc-price{font-size:2rem;font-weight:700;color:var(--scc-text);margin:0 0 .2rem}.scc-price-note{font-size:.85rem;color:var(--scc-muted);margin:0}.scc-features{padding:5rem 0}.scc-features .scc-body{margin-bottom:3rem}.scc-cards{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.scc-cards{grid-template-columns:1fr 1fr}}.scc-card{background:var(--scc-white);border:1px solid var(--scc-border);border-radius:var(--scc-radius);padding:1.5rem;transition:border-color .2s,box-shadow .2s}.scc-card:hover{border-color:var(--scc-accent);box-shadow:var(--scc-shadow)}.scc-card__title{font-size:1.1rem;font-weight:700;color:var(--scc-text);margin:0 0 .6rem}.scc-card__body{font-size:.95rem;color:var(--scc-muted);margin:0;line-height:1.65}.scc-why{padding:5rem 0}.scc-prose{display:flex;flex-direction:column;gap:1.25rem;margin-top:1rem}.scc-prose p{font-size:1.0625rem;color:var(--scc-muted);line-height:1.75;margin:0}.scc-faq{padding:5rem 0}.scc-faq__list{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.scc-faq__item{background:var(--scc-white);border:1px solid var(--scc-border);border-radius:var(--scc-radius);overflow:hidden;transition:border-color .2s}.scc-faq__item[open]{border-color:var(--scc-accent)}.scc-faq__q{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;color:var(--scc-text);cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.scc-faq__q::-webkit-details-marker{display:none}.scc-faq__icon{width:1.25rem;height:1.25rem;flex-shrink:0;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23e8a09a' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;transition:transform .25s ease}details[open] .scc-faq__icon{transform:rotate(180deg)}.scc-faq__a{padding:0 1.5rem 1.25rem;border-top:1px solid var(--scc-border)}.scc-faq__a p{font-size:.975rem;color:var(--scc-muted);line-height:1.7;margin:.75rem 0 0}.scc-cta{padding:5rem 0}.scc-cta__inner{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.scc-cta .scc-h2{margin-bottom:0}.scc-cta .scc-body{margin-bottom:.5rem}
/*# sourceMappingURL=/cdn/shop/t/11/assets/strawberry-cream-cake.css.map */
