.sfc-page{font-family:Inter,Roboto,sans-serif;color:#1a1a1a;background:#fafafa;min-height:100vh;padding-bottom:60px}.sfc-hero{background:linear-gradient(135deg,var(--sfc-primary, #1F5F4F) 0%,var(--sfc-primary-dark, #194B40) 100%);color:var(--sfc-on-primary, #fff);padding:60px 24px 50px;position:relative;overflow:hidden}.sfc-hero:before{content:"";position:absolute;top:-20%;right:-10%;width:50%;height:140%;background:radial-gradient(circle,rgba(255,255,255,.08),transparent 60%);pointer-events:none}.sfc-hero__inner{max-width:1280px;margin:0 auto;position:relative}.sfc-hero__greeting{font-size:14px;font-weight:500;opacity:.85;margin:0 0 6px}.sfc-hero__title{font-family:Roboto,sans-serif;font-size:36px;font-weight:700;margin:0 0 28px;letter-spacing:-.02em}.sfc-hero__title em{font-style:normal;font-weight:900}.sfc-hero__pitch{font-size:16px;opacity:.9;margin:0 0 28px;max-width:600px}.sfc-hero__cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;max-width:900px}.sfc-hero__card{background:#ffffff1f;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:14px;padding:20px 22px}.sfc-hero__card-icon{font-size:28px;margin-bottom:8px;line-height:1}.sfc-hero__card-value{font-size:24px;font-weight:800;line-height:1.1;margin-bottom:4px;font-family:Roboto,sans-serif}.sfc-hero__card-label{font-size:12px;opacity:.85;text-transform:uppercase;letter-spacing:.04em;font-weight:600}.sfc-hero__card--level .sfc-hero__card-value{font-size:18px}.sfc-hero--anon .sfc-hero__pitch{font-size:17px}.sfc-hero__anon-cards{display:flex;gap:16px;margin:24px 0 28px;flex-wrap:wrap}.sfc-hero__anon-card{background:#ffffff1f;border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:16px 22px;flex:1;min-width:200px}.sfc-hero__anon-card-value{font-size:22px;font-weight:800;margin-bottom:4px}.sfc-hero__anon-card-label{font-size:12px;opacity:.85}.sfc-hero__cta-row{display:flex;gap:12px;flex-wrap:wrap}.sfc-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border-radius:10px;font-size:14px;font-weight:700;border:none;cursor:pointer;text-decoration:none;transition:filter .15s ease,transform .1s ease}.sfc-btn:hover{filter:brightness(1.08)}.sfc-btn:active{transform:translateY(1px)}.sfc-btn--primary{background:#fff;color:var(--sfc-primary, #1F5F4F)}.sfc-btn--ghost{background:transparent;color:var(--sfc-on-primary, #fff);border:1.5px solid rgba(255,255,255,.6)}.sfc-section{max-width:1280px;margin:0 auto;padding:48px 24px}.sfc-section__header{margin-bottom:24px}.sfc-section__title{font-family:Roboto,sans-serif;font-size:22px;font-weight:800;margin:0 0 6px;display:flex;align-items:center;gap:10px}.sfc-section__emoji{font-size:26px}.sfc-section__sub{font-size:14px;color:#6b7280;margin:0}.sfc-coupons-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.sfc-coupons-grid .olw-coupon{width:auto!important;flex-shrink:1!important;min-height:140px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;--olw-primary: var(--sfc-primary, #1F5F4F);--olw-on-primary: var(--sfc-on-primary, #FFFFFF);--olw-bg: #FFFFFF;--olw-text: #1a1a1a}.sfc-coupons-grid .olw-coupon:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0000001f}.sfc-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px}.sfc-product{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 1px 3px #0000000f,0 2px 8px #0000000a;transition:transform .15s ease,box-shadow .15s ease;display:flex;flex-direction:column}.sfc-product:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.sfc-product.is-out-of-stock .sfc-product__image,.sfc-product.is-out-of-stock .sfc-product__prices{opacity:.55;filter:saturate(.6)}.sfc-product__image{aspect-ratio:1;background:#f3f4f6;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.sfc-product__image img{width:100%;height:100%;object-fit:cover}.sfc-product__image .bi{font-size:48px;color:#d1d5db}.sfc-product__out-tag{position:absolute;top:10px;left:10px;background:#000000bf;color:#fff;font-size:10px;font-weight:700;padding:4px 10px;border-radius:4px;text-transform:uppercase;letter-spacing:.04em}.sfc-product__body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:8px;flex:1}.sfc-product__name{font-size:14px;font-weight:600;color:#1a1a1a;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sfc-product__prices{display:flex;flex-direction:column;gap:4px}.sfc-product__price-old{font-size:12px;color:#9ca3af;text-decoration:line-through}.sfc-product__points{display:inline-flex;align-items:center;gap:5px;font-size:15px;font-weight:700;color:var(--sfc-primary, #1F5F4F)}.sfc-product__points .bi-coin{color:#f59e0b}.sfc-product__cta{margin-top:auto;padding:9px 14px;border-radius:8px;border:none;font-size:13px;font-weight:700;cursor:pointer;text-decoration:none;text-align:center;transition:filter .15s ease}.sfc-product__cta--primary{background:var(--sfc-primary, #1F5F4F);color:var(--sfc-on-primary, #fff)}.sfc-product__cta--primary:hover{filter:brightness(1.08)}.sfc-product__cta--ghost{background:transparent;color:var(--sfc-primary, #1F5F4F);border:1.5px solid var(--sfc-primary, #1F5F4F)}.sfc-product .olw-shop-product__avise-me{margin-top:auto;width:100%;background:var(--sfc-primary, #1F5F4F);color:var(--sfc-on-primary, #fff);border:none;border-radius:8px;padding:9px 12px;font-size:13px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;gap:6px;justify-content:center;--olw-primary: var(--sfc-primary, #1F5F4F);--olw-on-primary: var(--sfc-on-primary, #fff)}.sfc-level-card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 1px 3px #0000000f,0 4px 12px #0000000a;border-top:4px solid var(--sfc-level-color, #1F5F4F)}.sfc-level-card__head{display:flex;align-items:center;gap:16px;margin-bottom:24px}.sfc-level-card__icon{font-size:42px;line-height:1}.sfc-level-card__title{font-size:18px;font-weight:700;margin:0 0 4px}.sfc-level-card__title strong{color:var(--sfc-level-color, #1F5F4F)}.sfc-level-card__sub{font-size:13px;color:#6b7280;margin:0}.sfc-level-ladder{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;background:#fafafa;padding:16px;border-radius:10px}.sfc-level-step{text-align:center;padding:14px 8px;background:#fff;border-radius:8px;border:1.5px solid #e5e7eb;transition:all .15s ease}.sfc-level-step.is-current{border-color:var(--sfc-primary, #1F5F4F);background:#1f5f4f0d;transform:scale(1.04);box-shadow:0 2px 8px #00000014}.sfc-level-step__icon{font-size:22px;margin-bottom:4px}.sfc-level-step__name{font-size:11px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.04em}.sfc-level-step.is-current .sfc-level-step__name{color:#1a1a1a}.sfc-level-step__mult{font-size:16px;font-weight:800;color:var(--sfc-primary, #1F5F4F);margin-top:4px}@media(max-width:600px){.sfc-level-ladder{grid-template-columns:repeat(2,1fr)}}.sfc-goals-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.sfc-goal{background:#fff;border-radius:12px;padding:18px;box-shadow:0 1px 3px #0000000d;border:1px solid #f3f4f6;display:flex;flex-direction:column;gap:12px}.sfc-goal__head{display:flex;gap:12px;align-items:flex-start}.sfc-goal__icon{font-size:28px;line-height:1;flex-shrink:0}.sfc-goal__title{font-size:14px;font-weight:700;margin:0 0 4px;line-height:1.3}.sfc-goal__desc{font-size:12px;color:#6b7280;margin:0;line-height:1.4}.sfc-goal__progress{display:flex;align-items:center;gap:10px}.sfc-goal__progress-bar{flex:1;height:6px;background:#f3f4f6;border-radius:999px;overflow:hidden}.sfc-goal__progress-fill{height:100%;background:linear-gradient(90deg,var(--sfc-primary, #1F5F4F),#16a34a);transition:width .3s ease}.sfc-goal__progress-text{font-size:11px;font-weight:600;color:#6b7280}.sfc-goal__foot{margin-top:auto}.sfc-goal__pts{display:inline-flex;align-items:baseline;gap:6px;background:#1f5f4f14;color:var(--sfc-primary, #1F5F4F);padding:5px 12px;border-radius:999px;font-size:13px;font-weight:800}.sfc-goal__pts small{font-size:11px;font-weight:600;opacity:.8}.sfc-section--howto{background:linear-gradient(180deg,#1f5f4f0a,#1f5f4f1a);border-radius:20px;margin:0 auto 48px;max-width:1232px;padding:40px 32px;border:1px solid rgba(31,95,79,.1);box-shadow:0 1px 3px #0000000a,0 8px 24px #1f5f4f14}.sfc-section--howto .sfc-section__title{color:var(--sfc-primary, #1F5F4F)}.sfc-howto-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.sfc-howto-step{text-align:left;background:#fff;border-radius:14px;padding:24px 22px;box-shadow:0 1px 3px #0000000d,0 6px 16px #0000000d;transition:transform .2s ease,box-shadow .2s ease;position:relative;overflow:hidden}.sfc-howto-step:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--sfc-primary, #1F5F4F);opacity:.85}.sfc-howto-step:hover{transform:translateY(-3px);box-shadow:0 4px 10px #0000000f,0 12px 28px #1f5f4f1f}.sfc-howto-step__num{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;background:var(--sfc-primary, #1F5F4F);color:var(--sfc-on-primary, #fff);border-radius:50%;font-weight:800;font-size:16px;margin-bottom:12px;box-shadow:0 4px 10px #1f5f4f40}.sfc-howto-step__title{font-size:16px;font-weight:800;margin:0 0 6px;color:#1a1a1a}.sfc-howto-step__desc{font-size:13px;color:#6b7280;line-height:1.55;margin:0}.sfc-empty{text-align:center;padding:40px 20px;background:#fff;border-radius:12px;border:1px dashed #e5e7eb}.sfc-empty .bi{font-size:36px;color:#d1d5db;display:block;margin-bottom:8px}.sfc-empty p{color:#6b7280;font-size:13px;margin:0}@media(max-width:600px){.sfc-hero{padding:40px 18px 36px}.sfc-hero__title{font-size:28px}.sfc-hero__card-value{font-size:20px}.sfc-section{padding:32px 18px}.sfc-section__title{font-size:19px}.sfc-products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.sfc-coupons-grid{grid-template-columns:1fr}}.sfc-page .olw{--olw-primary: var(--sfc-primary, #1F5F4F);--olw-on-primary: var(--sfc-on-primary, #FFFFFF);--olw-bg: #ffffff;--olw-text: #1a1a1a;--olw-text-muted: #6b7280;--olw-secondary: #f9e9c8}.sfc-levels-wrap .olw-levels{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;overflow:visible!important;scroll-snap-type:none!important;border-radius:14px;padding:18px;background:#1a1a1a}.sfc-levels-wrap .olw-level{width:auto!important;min-height:150px;flex-shrink:1!important}.sfc-goals-wrap{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:14px}.sfc-goals-wrap .olw-tile{width:100%;margin:0}@media(max-width:600px){.sfc-levels-wrap .olw-levels{grid-template-columns:repeat(2,1fr)}}.sfc-product__image-link{display:block;color:inherit;text-decoration:none}.sfc-product__name-link{color:inherit;text-decoration:none;transition:color .15s ease}.sfc-product__name-link:hover{color:var(--sfc-primary, #1F5F4F)}
