.of-hero{align-items:center;height:80vh;min-height:600px;display:flex;position:relative;overflow:hidden}.of-hero-veil{z-index:1;background:linear-gradient(110deg,#1a1208e0 0%,#1a120873 60%,#1a120833 100%);position:absolute;inset:0}.of-hero-content{z-index:2;color:var(--c-warm-white);max-width:680px;position:relative}.of-hero-badge{align-items:center;gap:var(--s-2);background:var(--c-gold);color:var(--c-dark);letter-spacing:.12em;text-transform:uppercase;border-radius:var(--r-full);margin-bottom:var(--s-5);animation:slideL .6s var(--ease-out)both;padding:.35rem 1rem;font-size:.7rem;font-weight:700;display:inline-flex}.of-hero-h1{color:#fff;margin-bottom:var(--s-4);animation:fadeUp .7s .1s var(--ease-out)both;font-size:clamp(2.2rem,5vw,3.8rem);font-weight:400;line-height:1.08}.of-hero-h1 em{color:var(--c-gold-soft);font-style:italic}.of-hero-content>p{color:#f5f0e899;max-width:520px;animation:fadeUp .7s .2s var(--ease-out)both;margin-bottom:var(--s-8);font-size:.95rem}.of-hero-actions{gap:var(--s-4);animation:fadeUp .7s .3s var(--ease-out)both;flex-wrap:wrap;display:flex}.of-trust-bar{background:var(--c-warm-white);border-bottom:1px solid var(--c-border);padding:var(--s-6)0}.of-trust-grid{gap:var(--s-6);grid-template-columns:repeat(4,1fr);display:grid}.of-trust-item{align-items:center;gap:var(--s-4);display:flex}.of-trust-icon{border-radius:var(--r-lg);background:var(--c-cream);width:48px;height:48px;color:var(--c-tan);flex-shrink:0;justify-content:center;align-items:center;display:flex}.of-trust-item strong{color:var(--c-dark);margin-bottom:2px;font-size:.82rem;font-weight:600;display:block}.of-trust-item span{color:var(--c-text-muted);font-size:.73rem}.of-featured{background:var(--c-warm-white)}.of-featured-grid{gap:var(--s-10);grid-template-columns:1fr 1fr;align-items:start;display:grid}.of-featured-img{aspect-ratio:4/3;border-radius:var(--r-2xl);background:var(--c-cream-dark);position:relative;overflow:hidden}.of-featured-img img{transition:transform var(--t-slow)var(--ease-out)}.of-featured-img:hover img{transform:scale(1.04)}.of-featured-badge{top:var(--s-5);left:var(--s-5);z-index:2;background:var(--c-gold);color:var(--c-dark);letter-spacing:.1em;text-transform:uppercase;border-radius:var(--r-full);align-items:center;gap:5px;padding:.35rem .85rem;font-size:.68rem;font-weight:700;display:inline-flex;position:absolute}.of-featured-discount{top:var(--s-5);right:var(--s-5);z-index:2;color:#fff;border-radius:var(--r-lg);background:#c0392b;padding:.45rem .85rem;font-size:1.1rem;font-weight:800;position:absolute}.of-featured-content h2{margin:var(--s-3)0 var(--s-4);font-size:clamp(1.6rem,3vw,2.4rem)}.of-featured-desc{color:var(--c-text-sub);margin-bottom:var(--s-6);font-size:.9rem;line-height:1.7}.of-featured-items{gap:var(--s-3);margin-bottom:var(--s-7);flex-direction:column;display:flex}.of-featured-items li{align-items:center;gap:var(--s-3);color:var(--c-text);font-size:.88rem;display:flex}.of-featured-items li svg{color:var(--c-gold);flex-shrink:0}.of-featured-pricing{justify-content:space-between;align-items:center;gap:var(--s-4);padding:var(--s-5)0;border-top:1px solid var(--c-border);border-bottom:1px solid var(--c-border);margin-bottom:var(--s-5);flex-wrap:wrap;display:flex}.of-featured-prices{align-items:center;gap:var(--s-4);display:flex}.of-featured-price{font-family:var(--f-display);color:var(--c-dark);font-size:2.4rem;font-weight:400}.of-featured-saving{align-items:center;gap:var(--s-2);color:#166534;border-radius:var(--r-full);background:#dcfce7;padding:.4rem .85rem;font-size:.8rem;font-weight:600;display:inline-flex}.of-featured-timer{align-items:center;gap:var(--s-2);color:var(--c-text-muted);margin-bottom:var(--s-3);font-size:.82rem;display:flex}.of-countdown{align-items:center;gap:var(--s-2);display:flex}.of-cd-unit{background:var(--c-dark);color:var(--c-warm-white);border-radius:var(--r-lg);padding:var(--s-3)var(--s-4);flex-direction:column;align-items:center;min-width:56px;display:flex}.of-cd-num{font-family:var(--f-display);font-size:1.5rem;font-weight:400;line-height:1}.of-cd-label{text-transform:uppercase;letter-spacing:.1em;color:#f5f0e880;margin-top:4px;font-size:.6rem}.of-cd-sep{color:var(--c-text-muted);margin:0 2px;font-size:1.4rem;font-weight:700}.of-section-head{margin-bottom:var(--s-12)}.of-section-head h2{margin:var(--s-3)0 var(--s-3)}.of-section-head p{color:var(--c-text-sub);font-size:.95rem}.of-grid{gap:var(--s-8);grid-template-columns:repeat(2,1fr);display:grid}.of-card{background:var(--c-white);border-radius:var(--r-2xl);transition:all var(--t-base)var(--ease-out);border:1px solid var(--c-border);flex-direction:column;display:flex;overflow:hidden;box-shadow:0 2px 12px #0000000f}.of-card:hover{border-color:var(--c-gold);transform:translateY(-6px);box-shadow:0 20px 50px #0000001f}.of-card-img{aspect-ratio:3/2;background:var(--c-cream-dark);position:relative;overflow:hidden}.of-card-img img{transition:transform .8s var(--ease-out)}.of-card:hover .of-card-img img{transform:scale(1.06)}.of-card-img-overlay{z-index:1;background:linear-gradient(#0000 0%,#1a12081a 55%,#1a1208a6 100%);position:absolute;inset:0}.of-card-img-badges{top:var(--s-4);left:var(--s-4);right:var(--s-4);z-index:2;gap:var(--s-2);display:flex;position:absolute}.of-pct-badge{color:var(--c-white);letter-spacing:.03em;border-radius:var(--r-full);background:#c0392b;align-items:center;gap:4px;padding:.35rem .8rem;font-size:.72rem;font-weight:700;display:inline-flex}.of-pieces-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--c-warm-white);border-radius:var(--r-full);background:#ffffff2e;border:1px solid #ffffff26;align-items:center;gap:4px;padding:.35rem .75rem;font-size:.7rem;font-weight:600;display:inline-flex}.of-card-img-bottom{z-index:2;padding:var(--s-3)var(--s-4);justify-content:flex-start;display:flex;position:absolute;bottom:0;left:0;right:0}.of-savings-ribbon{align-items:center;gap:var(--s-2);color:#dcfce7;border-radius:var(--r-full);background:#166534;padding:.4rem .9rem;font-size:.78rem;font-weight:700;display:inline-flex}.of-card-body{padding:var(--s-5)var(--s-6);gap:var(--s-4);flex-direction:column;flex:1;display:flex}.of-card-top{flex:1}.of-card-top h3{margin-bottom:var(--s-1);color:var(--c-dark);font-size:1.15rem;font-weight:600}.of-desc{color:var(--c-text-sub);margin-bottom:var(--s-3);font-size:.82rem;line-height:1.6}.of-items-header{margin-bottom:var(--s-2)}.of-items-header span{text-transform:uppercase;letter-spacing:.1em;color:var(--c-tan);font-size:.68rem;font-weight:600}.of-items{flex-direction:column;gap:0;display:flex}.of-items li{align-items:center;gap:var(--s-2);color:var(--c-text);padding:4px 0;font-size:.82rem;display:flex}.of-check{background:var(--c-gold);width:18px;height:18px;color:var(--c-dark);border-radius:var(--r-full);flex-shrink:0;justify-content:center;align-items:center;display:flex}.of-card-footer{border-top:1px solid var(--c-border);padding-top:var(--s-4);gap:var(--s-3);flex-direction:column;display:flex}.of-pricing-row{justify-content:space-between;align-items:center;display:flex}.of-pricing{align-items:center;gap:var(--s-3);display:flex}.of-price{font-family:var(--f-display);color:var(--c-dark);font-size:1.6rem;font-weight:400;line-height:1}.of-avail-top{margin-bottom:var(--s-1);justify-content:space-between;align-items:center;display:flex}.of-avail-label-hot{color:#c0392b;align-items:center;gap:3px;font-size:.7rem;font-weight:600;display:inline-flex}.of-avail-label-exp{color:var(--c-text-muted);align-items:center;gap:3px;font-size:.7rem;display:inline-flex}.of-avail-track{background:var(--c-border-mid);border-radius:var(--r-full);height:5px;overflow:hidden}.of-avail-fill{background:linear-gradient(90deg,var(--c-gold),#c0392b);border-radius:var(--r-full);height:100%;transition:width 1.4s var(--ease-out)}.of-card-btn{justify-content:center;width:100%;padding:.75rem 1.2rem;font-size:.84rem}.of-why{background:var(--c-warm-white)}.of-why-header{margin-bottom:var(--s-12)}.of-why-grid{gap:var(--s-6);grid-template-columns:repeat(4,1fr);display:grid}.of-why-card{text-align:center;padding:var(--s-8)var(--s-6);border-radius:var(--r-2xl);background:var(--c-white);box-shadow:var(--sh-xs);transition:all var(--t-base)var(--ease-out)}.of-why-card:hover{box-shadow:var(--sh-md);transform:translateY(-4px)}.of-why-icon{width:56px;height:56px;margin:0 auto var(--s-5);border-radius:var(--r-lg);background:linear-gradient(135deg,var(--c-cream)0%,var(--c-cream-dark)100%);color:var(--c-tan);justify-content:center;align-items:center;display:flex}.of-why-card h4{margin-bottom:var(--s-3);color:var(--c-dark);font-size:1rem;font-weight:600}.of-why-card p{color:var(--c-text-sub);font-size:.82rem;line-height:1.6}.of-custom-cta{background:var(--c-dark);padding:var(--s-20)0}.of-custom-inner{gap:var(--s-12);grid-template-columns:1fr 1fr;align-items:start;display:grid}.of-custom-text h2{color:var(--c-warm-white);margin:var(--s-3)0 var(--s-5);font-size:clamp(1.5rem,3.5vw,2.4rem)}.of-custom-text p{color:#f5f0e88c;margin-bottom:var(--s-7);font-size:.92rem;line-height:1.7}.of-custom-contact{gap:var(--s-4);flex-direction:column;display:flex}.of-custom-info{align-items:center;gap:var(--s-3);color:#f5f0e899;transition:color var(--t-fast);font-size:.88rem;display:inline-flex}.of-custom-info:hover{color:var(--c-gold-soft)}.of-custom-info svg{color:var(--c-gold);flex-shrink:0}.of-custom-form{border-radius:var(--r-2xl);padding:var(--s-8);gap:var(--s-5);background:#ffffff0d;border:1px solid #ffffff1a;flex-direction:column;display:flex}.of-custom-form .form-row{gap:var(--s-5);grid-template-columns:1fr 1fr;display:grid}.of-custom-form h3{color:var(--c-warm-white);margin-bottom:var(--s-2);font-size:1.1rem;font-weight:500}.of-custom-form .form-input,.of-custom-form .form-textarea{color:var(--c-warm-white);background:#ffffff0f;border-color:#ffffff1f}.of-custom-form .form-input::placeholder,.of-custom-form .form-textarea::placeholder{color:#f5f0e859}.of-custom-form .form-input:focus,.of-custom-form .form-textarea:focus{border-color:var(--c-gold);background:#ffffff14}@media (max-width:1024px){.of-trust-grid{grid-template-columns:repeat(2,1fr)}.of-featured-grid{grid-template-columns:1fr}.of-why-grid{grid-template-columns:repeat(2,1fr)}.of-custom-inner{grid-template-columns:1fr}}@media (max-width:768px){.of-hero{height:65vh;min-height:480px}.of-hero-actions{flex-direction:column;width:fit-content}.of-trust-grid{gap:var(--s-5);grid-template-columns:1fr 1fr}.of-grid{grid-template-columns:1fr;max-width:560px;margin:0 auto}.of-why-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.of-custom-form{padding:var(--s-6)}.of-custom-form .form-row{gap:var(--s-4);grid-template-columns:1fr}}@media (max-width:480px){.of-hero{min-height:300px}.of-hero-h1{font-size:1.9rem}.of-trust-grid{grid-template-columns:1fr}.of-countdown{gap:var(--s-1)}.of-cd-unit{min-width:48px;padding:var(--s-2)var(--s-3)}.of-cd-num{font-size:1.2rem}.of-featured-price{font-size:1.8rem}}
