:root{--primary: #E8650A;--primary-hover: #CF5A09;--foreground: #111111;--muted-foreground: #666666;--muted: #F5F5F5;--border: #E8E8E8;--card-bg: #FFFFFF;--radius: .5rem}.hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center;color:#fff}.hero-background{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0a0a14d9,#1e0f32cc);z-index:1}.hero-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:radial-gradient(ellipse,rgba(232,101,10,.25) 0%,transparent 70%);z-index:2;pointer-events:none}.hero-content{position:relative;z-index:3;max-width:800px;padding:2rem 1.5rem}.hero-logo{height:110px;width:auto;margin-bottom:2rem}.hero h1{font-size:clamp(3rem,7vw,5.5rem);font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#fff}.hero h1 .highlight{color:var(--primary)}.hero-subtitle{font-size:clamp(1.25rem,2.5vw,1.75rem);color:#fffc;margin-bottom:2.5rem;max-width:580px;margin-left:auto;margin-right:auto;line-height:1.7}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.scroll-indicator{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:3;color:#ffffff80;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(8px)}}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:inherit;font-weight:700;font-size:1.25rem;padding:1.1rem 2.5rem;border-radius:var(--radius);border:2px solid transparent;cursor:pointer;text-decoration:none;transition:background .15s,border-color .15s,color .15s,transform .15s;white-space:nowrap}.btn-primary{background:var(--primary);color:#fff;border-color:var(--primary)}.btn-primary:hover{background:var(--primary-hover);border-color:var(--primary-hover);transform:translateY(-2px);color:#fff}.btn-outline{background:transparent;color:#fff;border-color:#ffffff80}.btn-outline:hover{border-color:#fff;background:#ffffff1a;color:#fff}.btn .icon{width:1.1em;height:1.1em;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}section{padding:5rem 0}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.bg-gradient{background:linear-gradient(135deg,#0a0a14,#1a0a2a);color:#fff}.bg-gradient .section-header p,.bg-gradient h2{color:#fff}.bg-gradient .section-header p{color:#ffffffb3}.bg-muted{background:var(--muted)}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;margin-bottom:1rem;color:var(--foreground)}.section-header p{font-size:1.375rem;color:var(--muted-foreground);max-width:720px;margin:0 auto;line-height:1.7}.grid{display:grid;gap:1.5rem}.grid-3{grid-template-columns:repeat(3,1fr)}@media(max-width:900px){.grid-3{grid-template-columns:1fr 1fr}}@media(max-width:600px){.grid-3{grid-template-columns:1fr}}.card{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a}.bg-gradient .card{background:#ffffff0f;border-color:#ffffff1f;color:#fff}.bg-gradient .card p{color:#ffffffbf}.bg-gradient .card h3{color:#fff}.card-icon{width:3rem;height:3rem;background:#e8650a1a;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;color:var(--primary)}.icon-lg{width:1.5rem;height:1.5rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.card h3{font-size:1.35rem;font-weight:700;margin-bottom:.75rem;color:var(--foreground)}.card p{color:var(--muted-foreground);font-size:1.1rem;line-height:1.7}.commission-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:800px){.commission-grid{grid-template-columns:1fr;gap:2rem}}.benefit-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:1.2rem;line-height:1.5}.check-icon{width:1.25rem;height:1.25rem;flex-shrink:0;color:var(--primary);fill:none;stroke:currentColor;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;margin-top:.1rem}.commission-showcase{background:linear-gradient(135deg,#f9f5ff,#fff5f0);border:1px solid var(--border);border-radius:var(--radius);padding:2.5rem}.commission-rate{font-size:4rem;font-weight:900;color:var(--primary);line-height:1}.commission-label{font-size:1rem;color:var(--muted-foreground);padding-bottom:1.5rem;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media(max-width:900px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.stats-grid{grid-template-columns:1fr 1fr}}.stat-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:2rem 1.5rem;text-align:center}.stat-icon{width:3rem;height:3rem;background:#e8650a1a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:var(--primary)}.stat-icon .icon{width:1.4rem;height:1.4rem;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.stat-value{font-size:3rem;font-weight:900;color:var(--foreground);line-height:1;margin-bottom:.5rem}.stat-label{font-size:.9rem;color:var(--muted-foreground);font-weight:500}.animate-on-scroll{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.fade-in{opacity:1!important;transform:translateY(0)!important}.fade-in-section{transition:opacity .6s ease}@media(max-width:640px){section{padding:3rem 0}.hero{min-height:100svh}.hero-logo{height:56px}.btn{padding:.75rem 1.5rem;font-size:.9rem}.commission-rate{font-size:2.75rem}}.template-affiliate-page .main-page-title,.template-affiliate-page .page-title,.template-affiliate-page [data-cardshellz-page-content]{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/45/assets/landing-affiliate.css.map */
