.strategy-theme-wrapper{background-color:var(--dark);color:var(--text);font-family:Inter,sans-serif;overflow-x:hidden;width:100%}.strategy-theme-wrapper *{margin:0;padding:0;box-sizing:border-box}.strategy-theme-wrapper a{text-decoration:none;transition:.3s;color:inherit}.strategy-theme-wrapper ul{list-style:none}.strategy-theme-wrapper .strategy-hero{position:relative;width:100%;height:65vh;min-height:500px;display:flex;justify-content:center;align-items:center;text-align:center;background-color:#000;overflow:hidden;padding-top:140px}.strategy-theme-wrapper .hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;opacity:.6}.strategy-theme-wrapper .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle,#0006,#050505 90%);z-index:1}.strategy-theme-wrapper .hero-content{position:relative;z-index:2;max-width:900px;padding:0 20px}.strategy-theme-wrapper .hero-label{display:block;font-size:.9rem;font-weight:700;letter-spacing:3px;margin-bottom:20px;color:var(--primary);text-transform:uppercase}.strategy-theme-wrapper .hero-title{font-size:clamp(3rem,5vw,4.5rem);font-weight:700;line-height:1.1;margin:0 0 25px;color:#fff;font-family:Fraunces,serif}.strategy-theme-wrapper .hero-subtitle{font-size:1.2rem;color:#ccc;line-height:1.6}.strategy-theme-wrapper .stats-section{background:#050505;padding:80px 5%;position:relative;z-index:20;border-bottom:1px solid var(--glass-border)}.strategy-theme-wrapper .stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1400px;margin:0 auto}.strategy-theme-wrapper .stat-card{background:#080808;border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:50px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:all .4s ease;min-height:200px}.strategy-theme-wrapper .stat-card:hover{transform:translateY(-10px);border-color:var(--primary);box-shadow:0 15px 50px #0083c91a}.strategy-theme-wrapper .stat-number{font-size:3.5rem;font-weight:500;color:#fff;line-height:1;margin-bottom:10px;display:block;font-family:Inter,sans-serif}.strategy-theme-wrapper .stat-label{color:var(--primary);font-size:.8rem;text-transform:uppercase;letter-spacing:2px;font-weight:700}.strategy-theme-wrapper .section{padding:120px 5%;max-width:1600px;margin:0 auto}.strategy-theme-wrapper .sec-head{margin-bottom:70px}.strategy-theme-wrapper .sec-label{color:var(--primary);text-transform:uppercase;letter-spacing:2px;font-size:.85rem;font-weight:700;margin-bottom:15px;display:block}.strategy-theme-wrapper .sec-title{font-size:3rem;color:#fff;font-weight:600;line-height:1.2;font-family:Fraunces,serif}.strategy-theme-wrapper .strat-container{display:grid;grid-template-columns:1fr 2fr;gap:60px;align-items:center;min-height:500px}.strategy-theme-wrapper .strat-nav{display:flex;flex-direction:column;gap:20px;border-left:2px solid rgba(255,255,255,.05);padding-left:30px}.strategy-theme-wrapper .strat-pill{padding:20px 0;cursor:pointer;transition:.3s;position:relative;opacity:.6}.strategy-theme-wrapper .strat-pill:hover{opacity:1;transform:translate(10px)}.strategy-theme-wrapper .strat-pill.active{opacity:1}.strategy-theme-wrapper .strat-pill.active:before{content:"";position:absolute;left:-32px;top:50%;transform:translateY(-50%);width:4px;height:100%;background:var(--primary);box-shadow:0 0 15px var(--primary)}.strategy-theme-wrapper .sp-text{font-size:1.5rem;font-weight:600;color:#fff}.strategy-theme-wrapper .strat-display{position:relative;height:500px;width:100%;border-radius:30px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.strategy-theme-wrapper .strat-content{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:all .6s ease;display:flex;flex-direction:column;justify-content:flex-end;padding:60px}.strategy-theme-wrapper .strat-content.active{opacity:1;visibility:visible}.strategy-theme-wrapper .sc-bg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0;transition:5s ease}.strategy-theme-wrapper .strat-content.active .sc-bg{transform:scale(1.05)}.strategy-theme-wrapper .sc-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#000 10%,transparent 80%);z-index:1}.strategy-theme-wrapper .sc-info{position:relative;z-index:2;transform:translateY(20px);opacity:0;transition:.5s .2s}.strategy-theme-wrapper .strat-content.active .sc-info{transform:translateY(0);opacity:1}.strategy-theme-wrapper .sc-title{font-size:2.5rem;color:#fff;margin-bottom:20px;font-weight:600;font-family:Fraunces,serif}.strategy-theme-wrapper .sc-desc{font-size:1.1rem;color:#ccc;max-width:600px;line-height:1.6}.strategy-theme-wrapper .spotlight-wrap{display:grid;grid-template-columns:1fr 1fr;gap:0;background:#0a0a0a;border-radius:30px;overflow:hidden;border:1px solid var(--glass-border)}.strategy-theme-wrapper .spot-img{width:100%;height:100%;object-fit:cover;min-height:500px}.strategy-theme-wrapper .spot-content{padding:80px 60px;display:flex;flex-direction:column;justify-content:center}.strategy-theme-wrapper .spot-tag{background:#0083c933;color:var(--primary);padding:5px 12px;border-radius:4px;font-size:.75rem;text-transform:uppercase;letter-spacing:1px;width:fit-content;margin-bottom:20px}.strategy-theme-wrapper .spot-title{font-size:2.5rem;margin-bottom:20px;line-height:1.2;font-family:Fraunces,serif}.strategy-theme-wrapper .spot-p{color:#bbb;line-height:1.7;margin-bottom:40px;font-size:1rem}.strategy-theme-wrapper .btn-outline{padding:12px 30px;border:1px solid rgba(255,255,255,.3);border-radius:50px;color:#fff;font-size:.9rem;transition:.3s;display:inline-flex;align-items:center;gap:10px;width:fit-content}.strategy-theme-wrapper .btn-outline:hover{background:#fff;color:#000;border-color:#fff}.strategy-theme-wrapper .meth-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:40px}.strategy-theme-wrapper .meth-item{padding:40px 30px;background:#ffffff05;border:1px solid var(--glass-border);border-radius:20px;position:relative;overflow:hidden}.strategy-theme-wrapper .meth-step{color:#ffffff0d;font-size:4rem;font-weight:700;position:absolute;top:-10px;right:20px}.strategy-theme-wrapper .meth-head{font-size:1.3rem;color:#fff;margin-bottom:15px;font-weight:600;position:relative}.strategy-theme-wrapper .meth-txt{font-size:.95rem;color:#999;line-height:1.6;position:relative}.strategy-theme-wrapper .why-container{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.strategy-theme-wrapper .why-list{display:flex;flex-direction:column;gap:30px}.strategy-theme-wrapper .why-li{display:flex;gap:20px;align-items:flex-start}.strategy-theme-wrapper .why-icon{min-width:40px;height:40px;border-radius:50%;border:1px solid var(--primary);display:flex;align-items:center;justify-content:center;color:var(--primary)}.strategy-theme-wrapper .why-txt h4{font-size:1.1rem;color:#fff;margin-bottom:5px;font-weight:600}.strategy-theme-wrapper .why-txt p{color:#888;font-size:.95rem;line-height:1.6}.strategy-theme-wrapper .why-visual{height:500px;border-radius:30px;overflow:hidden}.strategy-theme-wrapper .why-visual img{width:100%;height:100%;object-fit:cover}.strategy-theme-wrapper .rel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.strategy-theme-wrapper .rel-card{background:#ffffff05;border:1px solid var(--glass-border);padding:40px 30px;border-radius:16px;transition:.3s}.strategy-theme-wrapper .rel-card:hover{border-color:var(--primary);transform:translateY(-5px)}.strategy-theme-wrapper .rel-title{font-size:1.3rem;font-weight:600;color:#fff;margin-bottom:10px}.strategy-theme-wrapper .rel-link{color:var(--primary);font-size:.9rem;font-weight:600;display:flex;align-items:center;gap:8px}@media(max-width:1200px){.strategy-theme-wrapper .stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}.strategy-theme-wrapper .meth-grid,.strategy-theme-wrapper .rel-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.strategy-theme-wrapper .section{padding:80px 5%}.strategy-theme-wrapper .strat-container{grid-template-columns:1fr;gap:40px}.strategy-theme-wrapper .strat-nav{flex-direction:row;flex-wrap:wrap;overflow-x:visible;border-left:none;border-bottom:none;padding-left:0;padding-bottom:0;gap:10px;justify-content:center}.strategy-theme-wrapper .strat-pill{padding:12px 25px;min-width:auto;text-align:center;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:50px}.strategy-theme-wrapper .strat-pill.active{background:var(--primary);color:#fff;opacity:1;border-color:var(--primary);transform:none}.strategy-theme-wrapper .strat-pill.active:before{display:none}.strategy-theme-wrapper .why-container{grid-template-columns:1fr;gap:50px}.strategy-theme-wrapper .spotlight-wrap{grid-template-columns:1fr}.strategy-theme-wrapper .spot-img{min-height:300px;height:300px}.strategy-theme-wrapper .spot-content{padding:40px 30px}.strategy-theme-wrapper .sc-title{font-size:2rem}}@media(max-width:768px){.strategy-theme-wrapper .strategy-hero{padding-top:120px;height:auto;min-height:500px;padding-bottom:60px}.strategy-theme-wrapper .hero-title{font-size:2.5rem}.strategy-theme-wrapper .stats-grid,.strategy-theme-wrapper .meth-grid,.strategy-theme-wrapper .rel-grid{grid-template-columns:1fr}.strategy-theme-wrapper .strat-display{height:400px}.strategy-theme-wrapper .strat-content{padding:30px}.strategy-theme-wrapper .sp-text{font-size:1rem}.strategy-theme-wrapper .sec-title{font-size:2rem}.strategy-theme-wrapper .why-visual{height:300px}}
