@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&family=Inter:wght@400;500;600&family=Space+Mono:wght@400;700&display=swap);.hero{align-items:center;background:linear-gradient(135deg,#0a7e8c,#457b9d);color:#fff;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:2rem;position:relative;text-align:center}.hero-overlay{background:radial-gradient(circle at 20% 50%,#ff6b351a 0,#0000 50%),radial-gradient(circle at 80% 80%,#f4a2611a 0,#0000 50%);bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-content{margin:0 auto;max-width:1200px;position:relative;z-index:1}.hero-logo{align-items:center;display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.hseo-logo-image{animation:fadeInDown 1s ease;filter:drop-shadow(0 5px 15px rgba(255,255,255,.3));height:150px;object-fit:contain;width:150px}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.hero-title{font-size:1.2rem;font-weight:300;letter-spacing:2px;margin:0;text-transform:uppercase}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#fff,gold);-webkit-background-clip:text;background-clip:text;display:block;font-size:3rem;font-weight:700;letter-spacing:4px;margin-bottom:.5rem}.logo-subtitle{display:block;font-size:1rem;letter-spacing:3px;opacity:.9}.hero-headline{font-size:3rem;font-weight:700;line-height:1.2;margin:2rem 0}.hero-headline .highlight{color:#ff6b35;display:inline-block;position:relative}.hero-headline .highlight:after{background:#ff6b35;border-radius:2px;bottom:-5px;content:"";height:3px;left:0;position:absolute;right:0}.hero-tagline{font-size:1.5rem;font-weight:400;line-height:1.8;margin:2rem 0;opacity:.95}.hero-tagline strong{color:gold;font-weight:700}.hero-stats{display:flex;flex-wrap:wrap;gap:4rem;justify-content:center;margin:3rem 0}.stat-item{text-align:center}.stat-number{color:gold;font-family:Space Mono,monospace;font-size:3rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.9rem;line-height:1.4;opacity:.9}.hero-cta{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin:3rem 0}.btn-primary,.btn-secondary{border:none;border-radius:50px;box-shadow:0 4px 15px #0003;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1.2rem 2.5rem;transition:all .3s ease}.btn-primary{background:#ff6b35;color:#fff}.btn-primary:hover{background:#ff5722;box-shadow:0 6px 20px #ff6b3566;transform:translateY(-3px)}.btn-secondary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff3;transform:translateY(-3px)}.hero-scroll-indicator{animation:bounce 2s infinite;margin-top:4rem;opacity:.7}.scroll-arrow{background:#fff;height:40px;margin:0 auto .5rem;position:relative;width:2px}.scroll-arrow:after{border-bottom:2px solid #fff;border-right:2px solid #fff;bottom:0;content:"";height:10px;left:50%;position:absolute;transform:translateX(-50%);transform:translateX(-50%) rotate(45deg);width:10px}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(15px)}}@media (max-width:768px){.hseo-logo-image{height:100px;width:100px}.hero-headline,.logo-text{font-size:2rem}.hero-tagline{font-size:1rem}.hero-stats{gap:2rem}.stat-number{font-size:2rem}.hero-cta{flex-direction:column;gap:1rem}.btn-primary,.btn-secondary{max-width:300px;width:100%}}.lightbox-overlay{align-items:center;animation:fadeIn .3s ease;background:#000000f2;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-content{align-items:center;display:flex;justify-content:center;max-height:95vh;max-width:95vw;position:relative}.lightbox-image{animation:zoomIn .3s ease;border-radius:8px;box-shadow:0 10px 50px #00000080;max-height:95vh;max-width:100%;object-fit:contain}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.lightbox-close{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:2rem;height:50px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .3s ease;width:50px;z-index:10}.lightbox-close:hover{background:#ff6b35e6;border-color:#ff6b35;transform:rotate(90deg) scale(1.1)}.lightbox-nav{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:3rem;height:70px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:70px;z-index:10}.lightbox-nav:hover{background:#0a7e8ce6;border-color:#0a7e8c;transform:translateY(-50%) scale(1.1)}.lightbox-nav-prev{left:30px}.lightbox-nav-next{right:30px}.lightbox-counter{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border:1px solid #fff3;border-radius:20px;bottom:80px;color:#fff;font-size:1rem;font-weight:600;padding:8px 20px}.lightbox-counter,.lightbox-hint{left:50%;position:absolute;transform:translateX(-50%)}.lightbox-hint{bottom:30px;color:#fff9;font-size:.85rem;text-align:center}@media (max-width:768px){.lightbox-close{font-size:1.5rem;height:40px;right:10px;top:10px;width:40px}.lightbox-nav{font-size:2rem;height:50px;width:50px}.lightbox-nav-prev{left:10px}.lightbox-nav-next{right:10px}.lightbox-counter{bottom:60px;font-size:.9rem;padding:6px 15px}.lightbox-hint{display:none}}.lightbox-image{-webkit-touch-callout:none;user-select:none;-webkit-user-select:none}.image-slider{margin:0;width:100%}.slider-container{border-radius:0;height:500px;overflow:hidden;position:relative;width:100%}.slider-image{display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.slider-image:hover{transform:scale(1.02)}.slider-container:after{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0009;border-radius:25px;color:#fff;content:"🔍";font-size:1rem;left:20px;opacity:0;padding:10px 15px;pointer-events:none;position:absolute;top:20px;transition:opacity .3s ease}.slider-container:hover:after{opacity:1}.slider-button{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:3rem;height:60px;justify-content:center;line-height:1;padding:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:60px;z-index:10}.slider-button:hover{background:#0a7e8ce6;transform:translateY(-50%) scale(1.1)}.slider-button-prev{left:20px}.slider-button-next{right:20px}.slider-dots{bottom:20px;display:flex;gap:12px;left:50%;position:absolute;transform:translateX(-50%);z-index:10}.slider-dot{background:#ffffff80;border:2px solid #fff;border-radius:50%;cursor:pointer;height:12px;padding:0;transition:all .3s ease;width:12px}.slider-dot:hover{background:#fffc;transform:scale(1.2)}.slider-dot.active{background:#fff;box-shadow:0 0 10px #fffc;transform:scale(1.3)}@media (max-width:768px){.slider-container{height:300px}.slider-button{font-size:2rem;height:45px;width:45px}.slider-button-prev{left:10px}.slider-button-next{right:10px}.slider-dots{bottom:10px}.slider-dot{height:10px;width:10px}}.slider-container{touch-action:pan-y pinch-zoom}.theme-section{background:#f8f9fa;padding:5rem 2rem}.section-title{color:#2c3e50;font-size:3rem;margin-bottom:1rem;text-align:center}.section-subtitle{color:#5a6c7d;font-size:1.2rem;line-height:1.6;margin-bottom:3rem;text-align:center}.theme-selector{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;margin-bottom:3rem}.theme-selector-btn{align-items:center;background:#fff;border:3px solid #ddd;border-radius:15px;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;min-width:200px;padding:1.5rem 2rem;transition:all .3s ease}.theme-selector-btn:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.theme-selector-btn.active{border-width:4px;box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.theme-selector-btn .rank{font-size:2.5rem}.theme-selector-btn .theme-name{color:#2c3e50;font-size:1.1rem;font-weight:700}.theme-selector-btn .score{color:#5a6c7d;font-size:.9rem;font-weight:600}.theme-card{background:#fff;border-radius:20px;box-shadow:0 10px 40px #0000001a;overflow:hidden}.theme-header{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;padding:2.5rem}.theme-header-text{align-items:center;display:flex;gap:1.5rem}.theme-rank-badge{align-items:center;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:3rem;height:80px;justify-content:center;width:80px}.theme-header h2{color:#2c3e50;font-size:2.5rem;margin:0}.theme-header .tagline{color:#5a6c7d;font-size:1.1rem;margin:.5rem 0 0}.theme-score-badge{border:4px solid;border-radius:15px;padding:1rem 1.5rem;text-align:center}.score-number{font-family:Space Mono,monospace;font-size:3rem;font-weight:700}.score-label{font-size:1rem;opacity:.7}.theme-image{height:500px;overflow:hidden;width:100%}.theme-image img{height:100%;object-fit:cover;width:100%}.tab-nav{background:#f5f5f5;border-bottom:2px solid #e0e0e0;display:flex;overflow-x:auto}.tab-btn{background:#0000;border:none;border-bottom:4px solid #0000;color:#5a6c7d;cursor:pointer;flex:1 1;font-size:1.1rem;font-weight:600;padding:1.5rem 2rem;transition:all .3s ease;white-space:nowrap}.tab-btn:hover{background:#ffffff80;color:#2c3e50}.tab-btn.active{background:#fff;border-bottom-color:#0a7e8c;color:#0a7e8c}.theme-body{padding:3rem}.tab-content h3{color:#2c3e50;font-size:2rem;margin-bottom:1.5rem}.tab-content h4{color:#2c3e50;font-size:1.5rem;margin:2rem 0 1rem}.how-it-works,.intro-text{color:#333;font-size:1.2rem;line-height:1.8;margin-bottom:1.5rem}.examples-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:2rem 0}.example-card{background:#f8f9fa;border-left:4px solid #ff6b35;border-radius:12px;padding:1.5rem;transition:all .3s ease}.example-card:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-3px)}.example-number{color:#ff6b35;font-size:.9rem;font-weight:700;margin-bottom:.5rem}.example-card h5{color:#2c3e50;font-size:1.1rem;margin:.5rem 0}.example-card p{color:#5a6c7d;line-height:1.5;margin:.5rem 0}.teams-badge{background:#0a7e8c;border-radius:20px;color:#fff;display:inline-block;font-size:.85rem;margin-top:.5rem;padding:.3rem .8rem}.concept-meta{background:#f0f8ff;border-radius:10px;display:flex;flex-wrap:wrap;gap:3rem;margin-top:2rem;padding:1.5rem}.meta-item{display:flex;flex-direction:column;gap:.3rem}.meta-item strong{color:#0a7e8c;font-size:.9rem}.reasons-list{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.reason-card{background:#f8f9fa;border-left:5px solid #0a7e8c;border-radius:15px;display:flex;gap:2rem;padding:2rem}.reason-icon{flex-shrink:0;font-size:3rem}.reason-content h4{color:#2c3e50;margin:0 0 1rem}.reason-content ul{list-style:none;margin:0;padding:0}.reason-content li{color:#333;line-height:1.6;padding:.5rem 0 .5rem 1.5rem;position:relative}.reason-content li:before{color:#0a7e8c;content:"✓";font-weight:700;left:0;position:absolute}.investment-summary{background:linear-gradient(135deg,#0a7e8c,#457b9d);border-radius:15px;color:#fff;margin-bottom:3rem;padding:2rem}.total-investment{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.total-investment .label{font-size:1.3rem;font-weight:600}.total-investment .amount{font-family:Space Mono,monospace;font-size:2.5rem;font-weight:700}.equipment-category{background:#f8f9fa;border-radius:15px;margin-bottom:3rem;padding:2rem}.category-header{align-items:center;border-bottom:3px solid #0a7e8c;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.category-header h4{font-size:1.5rem;margin:0}.category-total{color:#0a7e8c;font-family:Space Mono,monospace;font-size:1.5rem;font-weight:700}.equipment-table{background:#fff;border-collapse:collapse;border-radius:10px;margin:1.5rem 0;overflow:hidden;width:100%}.equipment-table thead{background:#2c3e50;color:#fff}.equipment-table th{font-weight:600;padding:1rem;text-align:left}.equipment-table td{border-bottom:1px solid #e0e0e0;padding:1rem}.equipment-table tbody tr:hover{background:#f5f5f5}.function-cell{color:#5a6c7d;font-size:.95rem}.category-explanation{background:#fff8e1;border-left:5px solid #f4a261;border-radius:10px;margin-top:1.5rem;padding:1.5rem}.why-badge{background:#f4a261;border-radius:20px;color:#fff;display:inline-block;font-weight:700;margin-bottom:1rem;padding:.5rem 1rem}.category-explanation p{color:#333;font-size:1.05rem;line-height:1.7;margin:0}.production-cost-card{background:linear-gradient(135deg,#ff6b35,#f4a261);border-radius:15px;color:#fff;margin-top:2rem;padding:2rem}.production-cost-card h4{color:#fff;margin:0 0 1rem}.cost-range{font-family:Space Mono,monospace;font-size:2rem;font-weight:700;margin-bottom:1.5rem}.cost-breakdown{list-style:none;margin:0;padding:0}.cost-breakdown li{padding:.5rem 0 .5rem 1.5rem;position:relative}.cost-breakdown li:before{content:"•";font-size:1.5rem;left:0;position:absolute}.revenue-comparison{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));margin:2rem 0}.revenue-year{background:#f8f9fa;border-radius:15px;border-top:5px solid #0a7e8c;padding:2rem}.revenue-year h4{color:#0a7e8c;font-size:1.8rem;margin:0 0 1.5rem}.revenue-details{display:flex;flex-direction:column;gap:1rem}.detail-row{border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:.8rem 0}.detail-row.total{border-bottom:none;border-top:3px solid #0a7e8c;margin-top:1rem;padding-top:1rem}.amount-highlight{color:#ff6b35;font-family:Space Mono,monospace;font-size:1.3rem}.revenue-note{background:#fff8e1;border-radius:8px;color:#333;font-size:.95rem;margin-top:1rem;padding:1rem}.breakeven-card{align-items:center;background:linear-gradient(135deg,#4caf50,#8bc34a);border-radius:15px;color:#fff;display:flex;gap:2rem;margin-top:2rem;padding:2rem}.breakeven-icon{font-size:4rem}.breakeven-content h4{color:#fff;margin:0 0 .5rem}.breakeven-time{font-size:1.5rem;font-weight:700;margin:.5rem 0}.viral-note{font-size:1.1rem;font-weight:600;margin:.5rem 0 0}@media (max-width:1024px){.theme-header{align-items:flex-start;flex-direction:column}.theme-score-badge{align-self:flex-start}}@media (max-width:768px){.theme-section{padding:3rem 1rem}.section-title{font-size:2rem}.theme-selector{flex-direction:column}.theme-selector-btn{width:100%}.theme-header h2{font-size:1.8rem}.theme-image{height:300px}.tab-nav{flex-wrap:nowrap;overflow-x:scroll}.theme-body{padding:1.5rem}.equipment-table{font-size:.85rem}.equipment-table td,.equipment-table th{padding:.5rem}.revenue-comparison{grid-template-columns:1fr}.reason-card{flex-direction:column;gap:1rem}}.inline-link{color:#0a7e8c;font-weight:600;text-decoration:underline;transition:color .3s ease}.inline-link:hover{color:#ff6b35}.host-profiles{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.host-profile-card{background:#f8f9fa;border-left:5px solid #0a7e8c;border-radius:15px;padding:2rem}.host-profile-card h4,.host-profile-card h5{color:#0a7e8c;font-size:1.3rem;margin:0 0 1rem}.profile-details{display:flex;flex-direction:column;gap:1rem}.profile-row{line-height:1.6}.profile-row strong{color:#2c3e50;margin-right:.5rem}.skills-list{list-style:none;margin:.5rem 0 0 1.5rem;padding:0}.skills-list li{padding:.3rem 0;position:relative}.skills-list li:before{color:#4caf50;content:"✓";font-weight:700;left:-1.5rem;position:absolute}.profile-example{background:#fff8e1;border-radius:8px;font-size:.95rem;margin-top:.5rem;padding:1rem}.host-avoid-card{background:#ffe5e5;border-left:5px solid #e63946;border-radius:15px;padding:2rem}.host-avoid-card h4{color:#e63946;margin:0 0 1rem}.host-avoid-card ul{list-style:none;margin:0;padding:0}.host-avoid-card li{padding:.5rem 0 .5rem 1.5rem;position:relative}.host-avoid-card li:before{color:#e63946;content:"×";font-size:1.3rem;font-weight:700;left:0;position:absolute}.host-ideal-note{background:#e8f5e9;border-left:5px solid #4caf50;border-radius:10px;font-size:1.05rem;padding:1.5rem}.host-section{margin-bottom:2rem}.host-section h4{color:#0a7e8c;font-size:1.5rem;margin-bottom:1rem}.sponsor-categories{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.sponsor-category-card{background:#f8f9fa;border-left:5px solid #ff6b35;border-radius:15px;padding:2rem}.sponsor-category-card h4{color:#ff6b35;font-size:1.3rem;margin:0 0 1.5rem}.sponsor-brands-list{display:flex;flex-direction:column;gap:1rem}.sponsor-brand-item{background:#fff;border-left:3px solid #ff6b35;border-radius:10px;padding:1rem 1.5rem;transition:all .3s ease}.sponsor-brand-item:hover{box-shadow:0 3px 10px #0000001a;transform:translateX(5px)}.brand-name{color:#2c3e50;font-size:1.05rem;font-weight:700;margin-bottom:.3rem}.brand-angle{color:#5a6c7d;font-size:.95rem;font-style:italic}.sponsor-why-card{background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-left:5px solid #4caf50;border-radius:15px;margin-top:2rem;padding:2rem}.sponsor-why-card h4{color:#2e7d32;margin:0 0 1rem}.sponsor-why-card ul{list-style:none;margin:0;padding:0}.sponsor-why-card li{line-height:1.6;padding:.5rem 0 .5rem 1.5rem;position:relative}.sponsor-why-card li:before{color:#4caf50;content:"✓";font-weight:700;left:0;position:absolute}.sponsor-integration-card{background:#fff3e0;border-left:5px solid #f4a261;border-radius:15px;margin-top:2rem;padding:2rem}.sponsor-integration-card h4{color:#e65100;margin:0 0 1rem}.sponsor-integration-card ul{list-style:none;margin:0;padding:0}.sponsor-integration-card li{line-height:1.6;padding:.5rem 0 .5rem 1.5rem;position:relative}.sponsor-integration-card li:before{color:#f4a261;content:"→";font-weight:700;left:0;position:absolute}@media (max-width:768px){.host-profile-card,.sponsor-category-card{padding:1.5rem}.skills-list{margin-left:1rem}}.strategy-section{background:linear-gradient(180deg,#fff,#f0f4f8);padding:6rem 2rem}.strategy-header{margin-bottom:3rem;text-align:center}.section-label{background:#ff6b35;border-radius:30px;color:#fff;display:inline-block;font-size:.9rem;font-weight:700;letter-spacing:2px;margin-bottom:1rem;padding:.5rem 1.5rem}.strategy-intro-card{align-items:center;background:#fff;border-left:6px solid #ff6b35;border-radius:20px;box-shadow:0 10px 30px #00000014;display:flex;gap:2rem;margin-bottom:4rem;padding:2.5rem}.intro-icon{flex-shrink:0;font-size:4rem}.strategy-intro-card p{color:#333;font-size:1.15rem;line-height:1.8;margin:0}.funnel-wrapper{background:linear-gradient(135deg,#1a2c3a,#2c3e50);border-radius:25px;box-shadow:0 20px 50px #00000026;color:#fff;margin:4rem 0;padding:3.5rem 2rem}.funnel-heading{color:#fff;font-size:2rem;margin:0 0 .75rem;text-align:center}.funnel-subtitle{color:#fffc;font-size:1.05rem;line-height:1.7;margin:0 auto 3rem;max-width:900px;text-align:center}.funnel-flow{align-items:stretch;display:flex;flex-wrap:nowrap;gap:1rem;justify-content:center;margin-bottom:2rem}.funnel-stage{background:#fff;border-radius:18px;box-shadow:0 15px 35px #00000040;color:#2c3e50;display:flex;flex:1 1;flex-direction:column;gap:1rem;min-width:0;padding:1.75rem;transition:transform .3s ease}.funnel-stage:hover{transform:translateY(-8px)}.funnel-stage-header{align-items:center;display:flex;gap:.8rem}.funnel-stage-number{align-items:center;border-radius:12px;color:#fff;display:flex;flex-shrink:0;font-family:Space Mono,monospace;font-size:1.2rem;font-weight:900;height:48px;justify-content:center;width:48px}.funnel-stage-label{font-size:.95rem;font-weight:900;letter-spacing:1.5px}.funnel-stage-sublabel{color:#5a6c7d;font-size:.75rem;letter-spacing:1px;text-transform:uppercase}.funnel-stage-icon{font-size:2.2rem;margin-left:auto}.funnel-stage-title{color:#2c3e50;font-size:1.15rem;line-height:1.4;margin:0}.funnel-platforms{display:flex;flex-wrap:wrap;gap:.4rem}.funnel-platform-chip{background:#fff;border:2px solid;border-radius:20px;font-size:.8rem;font-weight:700;padding:.35rem .7rem}.funnel-purpose{color:#555;flex:1 1;font-size:.95rem;line-height:1.6;margin:0}.funnel-metric{border-radius:10px;color:#fff;font-size:.95rem;font-weight:700;padding:.8rem 1rem;text-align:center}.funnel-arrow{align-items:center;display:flex;flex-shrink:0;justify-content:center}.arrow-icon{animation:pulse-arrow 2s ease-in-out infinite;color:#fff;font-size:3rem;font-weight:700}@keyframes pulse-arrow{0%,to{opacity:.6;transform:translateX(0)}50%{opacity:1;transform:translateX(8px)}}.funnel-note{background:#ffffff1a;border:2px solid #ffc34666;border-radius:12px;color:#fff;font-size:1rem;line-height:1.7;padding:1.5rem}.funnel-note strong{color:#f4a261}.team-wrapper{margin:5rem 0 2rem}.team-header{margin-bottom:2.5rem;text-align:center}.team-heading{color:#2c3e50;font-size:2rem;margin:1rem 0 .5rem}.team-subtitle{color:#5a6c7d;font-size:1.05rem;line-height:1.7;margin:0 auto;max-width:750px}.team-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:3rem}.team-card{background:#fff;border-radius:20px;box-shadow:0 12px 35px #00000014;display:flex;flex-direction:column;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.team-card:hover{box-shadow:0 20px 50px #0000001f;transform:translateY(-8px)}.team-card-header{justify-content:space-between;margin-bottom:1.25rem}.team-card-header,.team-icon{align-items:center;display:flex}.team-icon{border-radius:15px;color:#fff;font-size:1.8rem;height:60px;justify-content:center;width:60px}.team-salary-badge{border:2px solid;border-radius:30px;font-family:Space Mono,monospace;font-size:1rem;font-weight:700;padding:.5rem 1rem}.team-salary-badge small{font-size:.75rem;font-weight:400;opacity:.75}.team-role{font-size:1.35rem;font-weight:800;line-height:1.3;margin:0 0 .75rem}.team-shortdesc{color:#5a6c7d;font-size:.98rem;line-height:1.6;margin:0 0 1.5rem}.team-section-label{border-bottom:2px solid #f0f0f0;color:#2c3e50;font-size:.75rem;font-weight:900;letter-spacing:2px;margin-bottom:.75rem;padding-bottom:.5rem}.team-responsibilities{list-style:none;margin:0 0 1.5rem;padding:0}.team-responsibilities li{border-bottom:1px dashed #e8e8e8;color:#333;font-size:.95rem;line-height:1.55;padding:.6rem 0 .6rem 1.5rem;position:relative}.team-responsibilities li:last-child{border-bottom:none}.team-responsibilities li:before{color:inherit;content:"▸";font-weight:700;left:0;opacity:.7;position:absolute}.team-meta{background:#f8f9fa;border-radius:12px;margin-top:auto;padding:1.25rem}.team-meta-row{color:#444;font-size:.9rem;line-height:1.5;padding:.4rem 0}.team-meta-row strong{color:#2c3e50;display:inline-block;margin-right:.3rem}.team-meta-row.ideal{border-top:1px solid #e8e8e8;color:#5a6c7d;font-style:italic;margin-top:.3rem;padding-top:.8rem}.grand-total-card{background:linear-gradient(135deg,#2c3e50,#0a7e8c);border-radius:20px;box-shadow:0 20px 50px #00000026;color:#fff;padding:2.5rem}.grand-total-header{border-bottom:2px solid #ffffff26;margin-bottom:2rem;padding-bottom:1.5rem;text-align:center}.grand-total-header h4{color:#fff;font-size:1.5rem;letter-spacing:1.5px;margin:0 0 .5rem}.grand-total-header p{color:#ffffffbf;font-size:1rem;margin:0}.grand-total-breakdown{display:flex;flex-direction:column;gap:.5rem}.grand-total-row{align-items:center;background:#ffffff14;border-radius:10px;display:flex;justify-content:space-between;padding:1rem 1.25rem}.grand-total-row.final{background:linear-gradient(90deg,#ff6b35,#f4a261);margin-top:1rem;padding:1.25rem 1.5rem}.gt-label{font-size:1.05rem;font-weight:600}.grand-total-row.final .gt-label{font-weight:900;letter-spacing:1.5px}.gt-amount{font-family:Space Mono,monospace;font-size:1.3rem;font-weight:700}.grand-total-row.final .gt-amount{font-size:1.8rem}.grand-total-note{background:#ffc34626;border-left:4px solid #f4a261;border-radius:8px;color:#ffffffe6;font-size:.95rem;line-height:1.6;margin-top:1.5rem;padding:1rem 1.25rem}.pillars-wrapper{margin-bottom:4rem}.pillars-heading{color:#2c3e50;font-size:2rem;margin-bottom:2rem;text-align:center}.pillars-selector{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.pillar-btn{align-items:center;background:#fff;border:3px solid #ddd;border-radius:15px;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem 1rem;text-align:center;transition:all .3s ease}.pillar-btn:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-5px)}.pillar-btn.active{border-width:4px;box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.pillar-number{font-family:Space Mono,monospace;font-size:2rem;font-weight:900}.pillar-icon{font-size:2rem}.pillar-btn-title{color:#2c3e50;font-size:.95rem;font-weight:700;line-height:1.3}.pillar-detail-card{background:#fff;border-radius:20px;box-shadow:0 15px 40px #0000001a;overflow:hidden}.pillar-detail-header{align-items:center;background:#f8f9fa;border-bottom:2px solid #eee;display:flex;gap:2rem;padding:2rem 2.5rem}.pillar-detail-number{align-items:center;border-radius:20px;color:#fff;display:flex;flex-shrink:0;font-family:Space Mono,monospace;font-size:2.5rem;font-weight:900;height:80px;justify-content:center;width:80px}.pillar-detail-header h3{color:#2c3e50;font-size:1.8rem;margin:0}.pillar-shortdesc{color:#5a6c7d;font-size:1.05rem;line-height:1.5;margin:.5rem 0 0}.pillar-detail-body{padding:2.5rem}.pillar-description{color:#333;font-size:1.1rem;line-height:1.8;margin-bottom:2rem}.pillar-detail-body h4{border-bottom:2px solid #f0f0f0;color:#2c3e50;font-size:1.3rem;margin:2rem 0 1.5rem;padding-bottom:.5rem}.platforms-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:1.5rem}.platform-card{background:#f8f9fa;border-left:4px solid #ff6b35;border-radius:12px;padding:1.5rem}.platform-card h5{color:#ff6b35;font-size:1.2rem;margin:0 0 1rem}.platform-row{color:#333;font-size:.95rem;line-height:1.5;padding:.4rem 0}.platform-row strong{color:#2c3e50;margin-right:.3rem}.what-to-clip{list-style:none;margin:0 0 2rem;padding:0}.what-to-clip li{border-bottom:1px solid #f0f0f0;font-size:1.05rem;line-height:1.6;padding:.8rem 0 .8rem 2rem;position:relative}.what-to-clip li:before{color:#ff6b35;content:"▸";font-size:1.3rem;font-weight:700;left:0;position:absolute}.target-badge{border-radius:30px;box-shadow:0 4px 12px #00000026;color:#fff;display:inline-block;font-size:1.05rem;font-weight:700;padding:1rem 1.5rem}.hook-types-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.hook-card{background:#fff8e1;border-left:4px solid #e63946;border-radius:12px;padding:1.5rem}.hook-card h5{color:#e63946;font-size:1.1rem;margin:0 0 1rem}.hook-card ul{list-style:none;margin:0;padding:0}.hook-card li{border-bottom:1px dashed #e0e0e0;color:#333;font-style:italic;line-height:1.5;padding:.5rem 0}.hook-card li:last-child{border-bottom:none}.tricks-list{display:flex;flex-direction:column;gap:1rem}.trick-card{align-items:flex-start;background:#f8f9fa;border-radius:12px;display:flex;gap:1.5rem;padding:1.5rem}.trick-number{align-items:center;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:45px;justify-content:center;width:45px}.trick-card h5{color:#2c3e50;font-size:1.15rem;margin:0 0 .5rem}.trick-card p{color:#555;line-height:1.6;margin:0}.ads-platforms-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin-bottom:2rem}.ads-platform-card{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:12px;padding:1.5rem}.ads-platform-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.ads-platform-header h5{color:#2c3e50;font-size:1.15rem;margin:0}.ads-budget{font-family:Space Mono,monospace;font-size:1.1rem;font-weight:700}.ads-allocation-bar{background:#eee;border-radius:14px;height:28px;margin-bottom:1rem;overflow:hidden;position:relative}.ads-allocation-fill{height:100%;transition:width .6s ease}.ads-allocation-text{color:#2c3e50;font-size:.85rem;font-weight:700;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.ads-platform-detail{color:#333;font-size:.95rem;line-height:1.5;padding:.4rem 0}.ads-platform-detail strong{color:#2c3e50}.total-budget-badge{border-radius:30px;box-shadow:0 4px 12px #00000026;color:#fff;display:inline-block;font-size:1.15rem;font-weight:700;margin-top:1rem;padding:1rem 2rem}.scaling-note{background:#e8f5e9;border-left:5px solid #4caf50;border-radius:10px;font-size:1rem;line-height:1.7;margin-top:2rem;padding:1.5rem}.methods-list{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.method-card{background:#f0f4f8;border-radius:12px;border-top:4px solid #2a9d8f;padding:1.5rem}.method-header{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:.8rem}.method-header h5{color:#2c3e50;font-size:1.1rem;margin:0}.method-cost{border-radius:20px;color:#fff;font-size:.85rem;font-weight:700;padding:.3rem .8rem}.method-card p{color:#555;font-size:.98rem;line-height:1.6;margin:0}.schedule-wrapper{margin:5rem 0 4rem}.schedule-heading{color:#2c3e50;font-size:2rem;margin-bottom:.5rem;text-align:center}.schedule-subtitle{color:#5a6c7d;font-size:1.05rem;margin-bottom:2rem;text-align:center}.schedule-table-wrapper{background:#fff;border-radius:15px;box-shadow:0 10px 30px #00000014;overflow:hidden;overflow-x:auto}.schedule-table{border-collapse:collapse;width:100%}.schedule-table thead{background:linear-gradient(135deg,#2c3e50,#457b9d);color:#fff}.schedule-table th{font-size:1rem;font-weight:700;padding:1.2rem 1rem;text-align:left}.schedule-table td{border-bottom:1px solid #f0f0f0;color:#333;font-size:.95rem;padding:1rem}.schedule-table tbody tr:hover{background:#f8f9fa}.schedule-day{background:#f0f4f8;color:#2c3e50;min-width:90px}.schedule-highlight{background:linear-gradient(135deg,#ff6b35,#f4a261);color:#fff;font-weight:700}.targets-wrapper{margin:5rem 0 4rem}.targets-heading{color:#2c3e50;font-size:2rem;margin-bottom:.5rem;text-align:center}.targets-subtitle{color:#5a6c7d;font-size:1.05rem;margin-bottom:2rem;text-align:center}.targets-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.target-card{background:#fff;border-radius:15px;box-shadow:0 10px 30px #00000014;padding:2rem;transition:transform .3s ease}.target-card:hover{transform:translateY(-5px)}.target-period{background:linear-gradient(135deg,#0a7e8c,#457b9d);border-radius:10px;color:#fff;font-size:1.1rem;font-weight:700;margin-bottom:1.5rem;padding:.8rem 1.5rem;text-align:center}.target-stat{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;padding:.8rem 0}.target-stat.total{border-bottom:none;border-top:3px solid #0a7e8c;margin-top:.5rem;padding-top:1rem}.stat-label{color:#5a6c7d;font-size:.95rem}.stat-value{color:#2c3e50;font-family:Space Mono,monospace;font-weight:700}.stat-value.highlight{color:#ff6b35;font-size:1.3rem}.budget-wrapper{background:#fff;border-radius:20px;box-shadow:0 15px 40px #00000014;margin:5rem 0 4rem;padding:3rem}.budget-heading{color:#2c3e50;font-size:2rem;margin-bottom:.5rem;text-align:center}.budget-subtitle{color:#5a6c7d;font-size:1.05rem;margin-bottom:2.5rem;text-align:center}.budget-breakdown{gap:1rem;margin-bottom:2rem}.budget-breakdown,.budget-item{display:flex;flex-direction:column}.budget-item{gap:.5rem}.budget-item-header{align-items:center;display:flex;justify-content:space-between}.budget-item-name{color:#2c3e50;font-size:1.05rem;font-weight:600}.budget-item-cost{color:#ff6b35;font-family:Space Mono,monospace;font-size:1.05rem;font-weight:700}.budget-bar{background:#f0f0f0;border-radius:14px;height:28px;overflow:hidden;position:relative}.budget-bar-fill{background:linear-gradient(90deg,#ff6b35,#f4a261);height:100%;transition:width .8s ease}.budget-percentage{color:#2c3e50;font-size:.85rem;font-weight:700;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.budget-total-card{align-items:center;background:linear-gradient(135deg,#ff6b35,#f4a261);border-radius:15px;color:#fff;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-top:2rem;padding:2rem}.budget-total-label{font-size:1.3rem;font-weight:700;letter-spacing:2px}.budget-total-amount{font-family:Space Mono,monospace;font-size:2.5rem;font-weight:900}.budget-total-amount small{font-size:1rem;font-weight:400;opacity:.8}.breakeven-note{background:#e8f5e9;border-left:5px solid #4caf50;border-radius:10px;color:#2e7d32;font-size:1.05rem;line-height:1.6;margin-top:2rem;padding:1.5rem}.scaling-wrapper{margin:5rem 0 2rem}.scaling-heading{color:#2c3e50;font-size:2rem;margin-bottom:2rem;text-align:center}.scaling-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.scaling-card{background:#fff;border-radius:15px;box-shadow:0 10px 30px #00000014;padding:2rem;text-align:center;transition:transform .3s ease}.scaling-card:hover{transform:translateY(-8px)}.scaling-phase{color:#5a6c7d;font-size:.95rem;font-weight:600;letter-spacing:2px;margin-bottom:.5rem;text-transform:uppercase}.scaling-level{font-size:1.3rem}.scaling-budget,.scaling-level{font-weight:900;margin-bottom:1rem}.scaling-budget{color:#2c3e50;font-family:Space Mono,monospace;font-size:2.2rem}.scaling-budget small{color:#5a6c7d;font-size:.9rem;font-weight:400}.scaling-desc{color:#555;line-height:1.6;margin:0}@media (max-width:1024px){.pillars-selector{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}@media (max-width:768px){.strategy-section{padding:3rem 1rem}.section-title{font-size:1.8rem}.pillar-detail-header,.strategy-intro-card{flex-direction:column;padding:1.5rem;text-align:center}.pillar-detail-header{gap:1rem}.pillar-detail-header h3{font-size:1.4rem}.pillar-detail-body{padding:1.5rem}.pillars-selector{grid-template-columns:1fr}.budget-wrapper{padding:1.5rem}.budget-total-amount{font-size:1.8rem}.budget-total-label{font-size:1rem}.trick-card{flex-direction:column}.funnel-wrapper{padding:2rem 1rem}.funnel-flow{flex-direction:column}.funnel-arrow{padding:.5rem 0;transform:rotate(90deg)}.arrow-icon{font-size:2.5rem}.grand-total-row{align-items:flex-start;flex-direction:column;gap:.5rem}.grand-total-row.final .gt-amount{font-size:1.5rem}}.exec-summary-wrapper{background:linear-gradient(135deg,#1a2c3a,#0a7e8c);border-radius:24px;box-shadow:0 20px 60px #0a7e8c40;color:#fff;margin-bottom:3.5rem;padding:3rem 2.5rem}.exec-summary-header{margin-bottom:2.5rem;text-align:center}.exec-summary-header h3{color:#fff;font-size:1.85rem;letter-spacing:.5px;margin:0 0 .5rem}.exec-summary-header p{color:#ffffffbf;font-size:1rem;margin:0 auto;max-width:700px}.exec-summary-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.exec-stat-card{background:#fff;border-radius:15px;color:#2c3e50;padding:1.5rem 1.25rem;text-align:center;transition:transform .3s ease}.exec-stat-card:hover{transform:translateY(-6px)}.exec-stat-icon{align-items:center;border-radius:14px;color:#fff;display:flex;font-size:1.5rem;height:50px;justify-content:center;margin:0 auto .75rem;width:50px}.exec-stat-label{color:#5a6c7d;font-size:.8rem;font-weight:700;letter-spacing:1.5px;margin-bottom:.5rem;text-transform:uppercase}.exec-stat-value{font-family:Space Mono,monospace;font-size:1.6rem;font-weight:900;line-height:1.15;margin-bottom:.5rem}.exec-stat-sub{color:#5a6c7d;font-size:.82rem;line-height:1.4}.principles-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.principle-card{align-items:flex-start;background:#f8f9fa;border-radius:12px;display:flex;gap:1.5rem;padding:1.5rem}.principle-number{flex-shrink:0;font-family:Space Mono,monospace;font-size:2rem;font-weight:900;min-width:50px}.principle-card h5{color:#2c3e50;font-size:1.1rem;line-height:1.3;margin:0 0 .5rem}.principle-card p{color:#555;font-size:.98rem;line-height:1.7;margin:0}.budget-ref-note{background:#fff8e1;border:2px dashed #f4a261;border-radius:10px;color:#5a3e00;font-size:1rem;font-weight:600;margin-top:1rem;padding:1rem 1.5rem;text-align:center}.opex-wrapper{background:#fff;border-radius:24px;box-shadow:0 15px 45px #00000014;margin:4rem 0;padding:3rem 2.5rem}.opex-header{margin-bottom:2.5rem;text-align:center}.opex-heading{color:#2c3e50;font-size:2rem;margin:1rem 0 .5rem}.opex-subtitle{color:#5a6c7d;font-size:1rem;line-height:1.6;margin:0 auto;max-width:750px}.opex-summary-bar{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e8f0f5);border:2px solid #e8f0f5;border-radius:18px;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2.5rem;padding:2rem}.opex-summary-item{align-items:center;display:flex;flex-direction:column;min-width:140px}.opex-summary-label{color:#5a6c7d;font-size:.75rem;font-weight:700;letter-spacing:1.5px;margin-bottom:.5rem;text-transform:uppercase}.opex-summary-value{color:#2c3e50;font-family:Space Mono,monospace;font-size:1.3rem;font-weight:800}.opex-summary-equals,.opex-summary-plus{color:#5a6c7d;font-size:2.2rem;font-weight:900;opacity:.4}.opex-summary-total{align-items:center;background:linear-gradient(135deg,#ff6b35,#f4a261);border-radius:14px;box-shadow:0 8px 20px #ff6b3559;color:#fff;display:flex;flex-direction:column;padding:1rem 1.5rem}.opex-summary-total-label{font-size:.75rem;font-weight:700;letter-spacing:2px;opacity:.9}.opex-summary-total-value{font-family:Space Mono,monospace;font-size:1.8rem;font-weight:900}.opex-categories{display:flex;flex-direction:column;gap:1.5rem}.opex-category-label{background:#f0f4f8;border-radius:8px;color:#2c3e50;display:inline-block;font-size:.8rem;font-weight:900;letter-spacing:2px;margin-bottom:.8rem;padding:.5rem 1rem}.opex-category-items{display:flex;flex-direction:column;gap:.75rem}.opex-item{align-items:center;background:#f8f9fa;border-radius:12px;display:flex;gap:1rem;justify-content:space-between;padding:1.25rem 1.5rem;transition:transform .2s ease}.opex-item:hover{transform:translateX(4px)}.opex-item-main{flex:1 1}.opex-item-name{color:#2c3e50;font-size:1.05rem;font-weight:700;margin-bottom:.25rem}.opex-item-detail{color:#5a6c7d;font-size:.88rem;line-height:1.5}.opex-item-amount{font-family:Space Mono,monospace;font-size:1.2rem;font-weight:900;white-space:nowrap}.opex-note{background:#fff8e1;border-left:5px solid #f4a261;border-radius:10px;color:#5a3e00;font-size:.95rem;line-height:1.7;margin-top:2rem;padding:1.25rem 1.5rem}.roadmap-wrapper{margin:5rem 0 3rem}.roadmap-header{margin-bottom:3rem;text-align:center}.roadmap-heading{color:#2c3e50;font-size:2rem;margin:1rem 0 .5rem}.roadmap-subtitle{color:#5a6c7d;font-size:1.05rem;line-height:1.7;margin:0 auto;max-width:800px}.roadmap-timeline{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}.roadmap-phase{background:#fff;border-radius:20px;box-shadow:0 15px 40px #00000014;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease}.roadmap-phase:hover{transform:translateY(-8px)}.roadmap-phase-header{color:#fff;padding:1.5rem;text-align:center}.roadmap-phase-period{font-size:.85rem;font-weight:700;letter-spacing:2px;margin-bottom:.3rem;opacity:.85;text-transform:uppercase}.roadmap-phase-name{font-size:1.6rem;font-weight:900;letter-spacing:1px;margin-bottom:.2rem}.roadmap-phase-sub{font-size:.9rem;opacity:.85}.roadmap-phase-body{display:flex;flex:1 1;flex-direction:column;padding:1.75rem}.roadmap-budget-block{background:#f8f9fa;border-radius:14px;margin-bottom:1.5rem;padding:1.25rem;text-align:center}.roadmap-budget-total{font-family:Space Mono,monospace;font-size:2.2rem;font-weight:900;margin-bottom:.5rem}.roadmap-budget-total small{color:#5a6c7d;font-size:.85rem;font-weight:400}.roadmap-budget-detail{color:#5a6c7d;display:flex;flex-wrap:wrap;font-size:.8rem;gap:.5rem;justify-content:center}.roadmap-budget-detail span:not(:nth-child(2)){background:#fff;border:1px solid #e0e6ed;border-radius:6px;padding:.3rem .7rem}.roadmap-milestones-label{border-bottom:2px solid #f0f0f0;color:#2c3e50;font-size:.75rem;font-weight:900;letter-spacing:2px;margin-bottom:.75rem;padding-bottom:.5rem}.roadmap-milestones{display:flex;flex-direction:column;gap:.6rem;margin-bottom:1.5rem}.roadmap-milestone{align-items:center;border-bottom:1px dashed #e8e8e8;display:flex;justify-content:space-between;padding:.5rem 0}.roadmap-milestone:last-child{border-bottom:none}.milestone-label{color:#5a6c7d;font-size:.92rem}.milestone-value{font-family:Space Mono,monospace;font-size:1rem;font-weight:900}.roadmap-phase-desc{background:#f8f9fa;border-radius:10px;color:#555;flex:1 1;font-size:.95rem;line-height:1.65;margin:0;padding:1rem}@media (max-width:768px){.exec-summary-wrapper{padding:2rem 1.25rem}.exec-summary-header h3{font-size:1.5rem}.exec-summary-grid{gap:.75rem;grid-template-columns:repeat(2,1fr)}.exec-stat-card{padding:1.25rem .75rem}.exec-stat-value{font-size:1.3rem}.principle-card{flex-direction:column;gap:.75rem}.opex-summary-bar,.opex-wrapper{padding:1.5rem 1rem}.opex-summary-bar{gap:.5rem}.opex-summary-equals,.opex-summary-plus{font-size:1.5rem}.opex-summary-value{font-size:1.1rem}.opex-summary-total-value{font-size:1.4rem}.opex-item{align-items:flex-start;flex-direction:column;padding:1rem}.opex-item-amount{align-self:flex-end}.roadmap-phase-body{padding:1.25rem}.roadmap-budget-total{font-size:1.7rem}}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-teal:#0a7e8c;--secondary-orange:#ff6b35;--accent-yellow:#f4a261;--dark-grey:#2c3e50;--light-grey:#ecf0f1;--blue-accent:#457b9d;--red-accent:#e63946;--green-accent:#4caf50;--font-heading:"Poppins",sans-serif;--font-body:"Inter",sans-serif;--font-mono:"Space Mono",monospace}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#2c3e50;color:var(--dark-grey);font-family:Inter,sans-serif;font-family:var(--font-body);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Poppins,sans-serif;font-family:var(--font-heading);line-height:1.2}button{font-family:Inter,sans-serif;font-family:var(--font-body)}.container{margin:0 auto;max-width:1400px;padding:0 2rem}html{scroll-behavior:smooth}::selection{background:#0a7e8c;background:var(--primary-teal);color:#fff}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#ecf0f1;background:var(--light-grey)}::-webkit-scrollbar-thumb{background:#0a7e8c;background:var(--primary-teal);border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#ff6b35;background:var(--secondary-orange)}
/*# sourceMappingURL=main.04b6c10e.css.map*/