@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap";
*{box-sizing:border-box;margin:0;padding:0}:root{--bg-dark:#0d0d0d;--bg-card:#1a1a1a;--bg-elevated:#242424;--accent:#f59e0b;--accent-light:#fbbf24;--accent-dark:#d97706;--text-primary:#fafafa;--text-secondary:#a3a3a3;--text-muted:#737373;--border:#2e2e2e;--border-accent:#271c01}html{scroll-behavior:smooth}body{background:var(--bg-dark);color:var(--text-primary);font-family:Space Grotesk,sans-serif;line-height:1.6}nav{z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border);background:#0d0d0de6;position:fixed;top:0;left:0;right:0}.nav-container{justify-content:space-between;align-items:center;max-width:1440px;margin:0 auto;padding:1rem 2rem;display:flex}.logo{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.logo-icon{background:var(--accent);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--text-secondary);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--accent)}.nav-cta{background:var(--accent);color:var(--bg-dark);border-radius:8px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.nav-cta span{background:0 0;padding:0;display:inline}.nav-cta:hover{background:var(--accent-light);transform:translateY(-1px)}.hero{align-items:center;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";pointer-events:none;background:radial-gradient(#f59e0b14 0%,#0000 70%);width:80%;height:150%;position:absolute;top:-50%;right:-20%}.hero-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1440px;margin:0 auto;display:grid}.hero-content{z-index:1;position:relative}.hero-badge{background:var(--bg-card);border:1px solid var(--border);color:var(--text-secondary);border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;display:inline-flex}.hero-badge span{color:var(--accent)}.hero h1{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.1rem,5vw,3.1rem);font-weight:700;line-height:1.1}.hero h1 .highlight{color:var(--accent)}.hero-description{color:var(--text-secondary);max-width:480px;margin-bottom:2rem;font-size:1.15rem}.hero-buttons{gap:1rem;margin-bottom:3rem;display:flex}.btn-primary{background:var(--accent);color:var(--bg-dark);border-radius:10px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-primary:hover{background:var(--accent);box-shadow:0 1px 10px var(--accent)}.btn-secondary{color:var(--text-primary);border:1px solid var(--border);background:0 0;border-radius:10px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .2s}.btn-secondary:hover{border-color:var(--text-secondary);background:var(--bg-card)}.hero-stats{gap:3rem;display:flex}.stat{text-align:left}.stat-value{color:var(--text-primary);font-size:2rem;font-weight:700}.stat-label{color:var(--text-muted);font-size:.85rem}.guitar-wrapper{z-index:1;position:relative}.guitar-card{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:1.5rem;box-shadow:0 25px 50px #00000080}.guitar-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;display:flex}.guitar-title{color:var(--text-secondary);font-size:.9rem;font-weight:600}.guitar-controls{gap:.5rem;display:flex}.chord-btn{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-primary);cursor:pointer;border-radius:6px;padding:.4rem .8rem;font-family:inherit;font-size:.8rem;font-weight:500;transition:all .15s}.chord-btn:hover,.chord-btn.active{background:var(--accent);color:var(--bg-dark);border-color:var(--accent)}.guitar-neck{border-radius:8px;position:relative;overflow:hidden}.fretboard{background:repeating-linear-gradient(90deg,#0000 0,#3c1e1426 1px,#0000 2px 6px),linear-gradient(#3d2517 0%,#2a1810 20%,#1f120b 50%,#2a1810 80%,#3d2517 100%);border:3px solid #1a0f08;border-top:none;border-radius:6px}.nut{background:linear-gradient(beige 0%,#d4cba8 50%,#c9c098 100%);border-radius:6px 6px 0 0;height:10px}.fretboard-grid{grid-template-rows:repeat(6,32px);grid-template-columns:repeat(8,1fr);display:grid;position:relative}.string-labels{flex-direction:column;height:192px;display:flex;position:absolute;top:0;left:-28px}.string-label{height:32px;color:var(--text-muted);justify-content:center;align-items:center;font-size:.7rem;font-weight:500;display:flex}.fret{cursor:pointer;border-bottom:1px solid #c8c8c866;border-right:2px solid #c0a080;justify-content:center;align-items:center;transition:background .1s;display:flex;position:relative}.fret:hover{background:#f59e0b26}.fret:after{content:"";pointer-events:none;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.fret[data-string="0"]:after,.fret[data-string="1"]:after{background:linear-gradient(90deg,#c8b4a066,#f0dcc8b3,#c8b4a066);height:1px}.fret[data-string="2"]:after{background:linear-gradient(90deg,#beaa9680,#e6d2becc,#beaa9680);height:2px}.fret[data-string="3"]:after{background:linear-gradient(90deg,#b4a08c80,#dcc8b4cc,#b4a08c80);height:2px}.fret[data-string="4"]:after{background:linear-gradient(90deg,#a08c7880,#c8b4a0d9,#a08c7880);height:3px;box-shadow:0 0 2px #c8b4a04d}.fret[data-string="5"]:after{background:linear-gradient(90deg,#96826e80,#beaa96e6,#96826e80);height:4px;box-shadow:0 0 3px #beaa9666}.note-marker{background:var(--accent);width:18px;height:18px;color:var(--bg-dark);z-index:2;border-radius:50%;justify-content:center;align-items:center;font-size:.5rem;font-weight:700;display:none;box-shadow:0 2px 8px #f59e0b80}.note-marker.show{display:flex}.note-marker.playing{animation:.3s notePulse}@keyframes notePulse{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.fret-marker{pointer-events:none;background:#ffffff26;border-radius:50%;width:8px;height:8px;position:absolute}.guitar-footer{border-top:1px solid var(--border);flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}.guitar-footer-row{justify-content:space-between;align-items:center;display:flex}.guitar-hint{color:var(--text-muted);font-size:.75rem}.footer-controls{align-items:center;gap:1rem;display:flex}.clear-btn{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;border-radius:5px;padding:.3rem .6rem;font-family:inherit;font-size:.7rem;transition:all .15s}.clear-btn:hover{background:var(--border);color:var(--text-primary)}.sound-toggle{color:var(--text-secondary);align-items:center;gap:.5rem;font-size:.8rem;display:flex}.toggle-switch{background:var(--bg-elevated);cursor:pointer;border-radius:10px;width:36px;height:20px;transition:background .2s;position:relative}.toggle-switch.active{background:var(--accent)}.toggle-switch:after{content:"";background:var(--text-primary);border-radius:50%;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px}.toggle-switch.active:after{transform:translate(16px)}.song-player{background:var(--bg-elevated);border-radius:8px;align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.play-btn{background:var(--accent);width:32px;height:32px;color:var(--bg-dark);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.9rem;transition:all .15s;display:flex}.play-btn:hover{background:var(--accent-light);transform:scale(1.05)}.play-btn.playing{background:var(--accent-dark)}.song-info{flex:1;min-width:0}.song-title{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:600;overflow:hidden}.song-progress{background:var(--border);border-radius:2px;width:100%;height:3px;margin-top:4px;overflow:hidden}.song-progress-bar{background:var(--accent);width:0%;height:100%;transition:width .1s linear}.song-select{background:var(--bg-dark);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;border-radius:5px;padding:.3rem .5rem;font-family:inherit;font-size:.7rem}.song-select:focus{border-color:var(--accent);outline:none}.features{padding:6rem 2rem}.section-container{max-width:1440px;margin:0 auto}.section-header{text-align:center;margin-bottom:4rem}.section-label{color:var(--accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.85rem;font-weight:600}.section-title{letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.section-description{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.feature-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:all .3s}.feature-card:hover{border-color:var(--accent);transform:translateY(-4px)}.feature-icon{background:var(--bg-elevated);width:56px;height:56px;color:var(--accent);border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .3s;display:flex}.feature-card:hover .feature-icon{background:var(--accent);color:var(--bg-dark)}.feature-card h3{margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.feature-card p{color:var(--text-secondary);font-size:.95rem}.pricing{padding:6rem 2rem}.billing-toggle{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;justify-content:center;align-items:center;gap:.5rem;width:fit-content;margin-bottom:3rem;margin-left:auto;margin-right:auto;padding:.5rem;display:flex}.billing-option{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;padding:.75rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:500;transition:all .2s;position:relative}.billing-option:hover{color:var(--text-primary)}.billing-option.active{background:var(--accent);color:var(--bg-dark)}.billing-option .discount-badge{color:#fff;background:#22c55e;border-radius:4px;padding:.2rem .4rem;font-size:.65rem;font-weight:700;position:absolute;top:-8px;right:-8px}.pricing-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.pricing-card{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:2.5rem;transition:all .3s;position:relative}.pricing-card:hover{transform:translateY(-4px)}.pricing-card.featured{border-color:var(--accent);box-shadow:0 0 40px #f59e0b26}.pricing-card.featured:before{content:"Most Popular";background:var(--accent);color:var(--bg-dark);border-radius:100px;padding:.3rem 1rem;font-size:.75rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.pricing-name{color:var(--text-secondary);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.pricing-price{align-items:baseline;gap:.25rem;margin-bottom:.25rem;font-size:3rem;font-weight:700;display:flex}.pricing-price .currency{font-size:1.5rem;font-weight:600}.pricing-price .period{color:var(--text-muted);font-size:1rem;font-weight:400}.pricing-billed{color:var(--text-muted);min-height:1.2rem;margin-bottom:.5rem;font-size:.85rem}.pricing-savings{color:#22c55e;background:#22c55e26;border-radius:100px;min-height:1.5rem;margin-bottom:1rem;padding:.25rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.pricing-savings:empty{visibility:hidden}.pricing-description{color:var(--text-muted);border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:2rem;font-size:.9rem}.pricing-features{margin-bottom:2rem;list-style:none}.pricing-features li{color:var(--text-secondary);align-items:center;gap:.75rem;padding:.5rem 0;font-size:.95rem;display:flex}.pricing-features li:before{content:"✓";color:var(--accent);font-weight:700}.pricing-btn{text-align:center;border-radius:10px;padding:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:block}.pricing-card .pricing-btn{background:var(--bg-elevated);color:var(--text-primary);border:1px solid var(--border)}.pricing-card .pricing-btn:hover{background:var(--text-primary);color:var(--bg-dark)}.pricing-card.featured .pricing-btn{background:var(--accent);color:var(--bg-dark);border:none}.pricing-card.featured .pricing-btn:hover{background:var(--accent-light)}.instructors{background:var(--bg-card);padding:6rem 2rem}.instructors-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.instructor-card{text-align:center}.instructor-image{border:4px solid var(--border);background:var(--bg-elevated);border-radius:50%;width:160px;height:160px;margin:0 auto 1.5rem;transition:all .3s;overflow:hidden}.instructor-image img{object-fit:cover;filter:grayscale(20%);width:100%;height:100%;transition:filter .3s}.instructor-card:hover .instructor-image{border-color:var(--accent);box-shadow:0 0 20px #f59e0b4d}.instructor-card:hover .instructor-image img{filter:grayscale(0%)}.instructor-name{margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.instructor-role{color:var(--accent);margin-bottom:.5rem;font-size:.85rem;font-weight:500}.instructor-bio{color:var(--text-muted);font-size:.85rem}.testimonials{padding:6rem 2rem}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.testimonial-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2rem}.testimonial-stars{color:var(--accent);margin-bottom:1rem;font-size:1rem}.testimonial-text{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.testimonial-author{align-items:center;gap:1rem;display:flex}.testimonial-avatar{border-radius:50%;flex-shrink:0;width:64px;height:64px;overflow:hidden}.testimonial-avatar img{object-fit:cover;width:100%;height:100%}.testimonial-name{font-size:.95rem;font-weight:600}.testimonial-title{color:var(--text-muted);font-size:.8rem}.cta{text-align:center;background:radial-gradient(circle,#f59e0b1a 0%,#0000 70%);padding:6rem 2rem;position:relative;overflow:hidden}.cta:before{content:"";pointer-events:none;width:600px;height:600px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cta-content{z-index:1;position:relative}.cta h2{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.cta p{color:var(--text-secondary);max-width:500px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem}footer{border-top:1px solid var(--border);padding:4rem 2rem 2rem}.footer-container{max-width:1440px;margin:0 auto}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;display:grid}.footer-brand p{color:var(--text-muted);max-width:280px;margin-top:1rem;font-size:.9rem}.footer-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;font-size:.85rem;font-weight:600}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{color:var(--text-muted);font-size:.9rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--border);color:var(--text-muted);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}.footer-bottom a{color:var(--text-muted);text-decoration:none;transition:color .2s}.footer-bottom a:hover{color:var(--accent-light)}.mobile-menu-btn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;font-size:1.5rem;display:none}@media (max-width:1024px){.hero-container{text-align:center;grid-template-columns:1fr}.hero-content{order:1}.guitar-wrapper{order:0;max-width:500px;margin:0 auto}.hero-visual{display:none}.hero-description{margin:0 auto 2rem}.hero-buttons,.hero-stats{justify-content:center}.features-grid,.pricing-grid,.testimonials-grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}.billing-toggle{flex-wrap:wrap;justify-content:center}.billing-option{padding:.6rem 1.2rem;font-size:.85rem}.instructors-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:880px){.nav-links,.nav-cta{display:none}.mobile-menu-btn{display:block}.nav-links.active{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0d0d0dfa;flex-direction:column;gap:0;padding:.5rem 0 0;display:flex;position:absolute;top:100%;left:0;right:0}.nav-links.active li{border-bottom:1px solid var(--border)}.nav-links.active li:last-child{border-bottom:none}.nav-links.active a{padding:1.35rem 2rem;font-size:1.1rem;display:block}.nav-cta.active{text-align:center;background:var(--bg-dark);border-top:1px solid var(--border);padding:1.5rem 2rem;display:block;position:absolute;top:100%;left:0;right:0}.nav-cta.active span{background:var(--accent);color:var(--bg-dark);border-radius:8px;padding:1rem;font-weight:600;display:block}.hero{padding:6rem 1rem 3rem}.hero h1{font-size:2rem}.hero-buttons{flex-direction:column}.hero-stats{flex-direction:column;gap:1.5rem}.stat{text-align:center}.guitar-card{padding:1rem}.fretboard-grid{grid-template-rows:repeat(6,28px)}.string-labels{height:168px;left:-24px}.string-label{height:28px;font-size:.6rem}.note-marker{width:14px;height:14px;font-size:.4rem}.instructors-grid{grid-template-columns:1fr}.footer-grid{text-align:center;grid-template-columns:1fr}.footer-brand p{margin:1rem auto}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.btn-gradient{background:linear-gradient(135deg,var(--accent-light)0%,var(--accent-dark)100%);padding:1rem 2rem;font-size:1.1rem;font-weight:900;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 10px 30px #fbbf2466;color:var(--bg-dark)!important}.btn-gradient:before{width:100%;height:100%;transition:left .3s;position:absolute;top:0;left:-100%}.btn-gradient:hover:before{left:0}.btn-gradient span,.btn-gradient svg{z-index:1;position:relative}.btn-gradient:hover{background:linear-gradient(135deg,var(--accent-light)0%,var(--accent-dark)100%);transform:translateY(-2px);box-shadow:0 10px 30px #fbbf2466}.hero-visual{z-index:1;position:relative}.hero-image-card{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;padding:1.5rem;box-shadow:0 25px 50px #00000080}.code-preview{background:var(--bg-dark);border-radius:12px;overflow:hidden}.code-header{background:var(--bg-elevated);border-bottom:1px solid var(--border);align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.code-dots{gap:.5rem;display:flex}.code-dots span{background:var(--text-muted);border-radius:50%;width:12px;height:12px}.code-dots span:first-child{background:#ff5f56}.code-dots span:nth-child(2){background:#ffbd2e}.code-dots span:nth-child(3){background:#27c93f}.code-title{color:var(--text-secondary);font-size:.85rem}.code-content{padding:1.5rem;font-family:Courier New,monospace;font-size:.85rem;line-height:1.8}.code-line{color:var(--text-secondary)}.code-indent{padding-left:2rem}.code-keyword{color:#c678dd}.code-variable{color:#e06c75}.code-string{color:#98c379}.code-function{color:#61afef}.code-comment{color:var(--text-muted);font-style:italic}.hero-trust-line{color:var(--text-secondary);align-items:center;gap:.5rem;margin-top:1rem;font-size:.9rem;display:flex}.hero-trust-line svg{color:#22c55e;flex-shrink:0}.video-testimonials{background:var(--bg-card);padding:6rem 2rem}.video-grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.video-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;transition:all .3s;overflow:hidden}.video-card:hover{border-color:var(--accent);transform:translateY(-4px)}.video-wrapper{padding-bottom:56.25%;position:relative;overflow:hidden}.video-thumbnail{width:100%;height:100%;position:absolute;top:0;left:0}.video-thumbnail img{object-fit:cover;width:100%;height:100%}.video-play-btn{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-play-btn:hover{background:var(--accent-dark);transform:translate(-50%,-50%)scale(1.1)}.video-duration{color:#fff;background:#000c;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;position:absolute;bottom:1rem;right:1rem}.video-info{padding:1.5rem}.video-info h3{margin-bottom:.5rem;font-size:1.1rem;font-weight:600;line-height:1.4}.video-client{color:var(--text-secondary);font-size:.9rem}.video-client strong{color:var(--text-primary)}.trust-badge{color:var(--text-secondary);justify-content:center;align-items:center;gap:.75rem;padding:3rem 2rem 1rem;font-size:.95rem;display:flex}.hero-badge svg{color:var(--accent)}.text-reviews{background:var(--bg-dark);padding:2rem 2rem 6rem}.reviews-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.review-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2rem;transition:all .3s}.review-card:hover{border-color:var(--accent);transform:translateY(-2px)}.review-stars{color:#fbbf24;margin-bottom:1rem;font-size:1.2rem}.review-text{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.review-author{align-items:center;gap:1rem;display:flex}.review-avatar{border-radius:50%;flex-shrink:0;width:48px;height:48px;overflow:hidden}.review-avatar img{object-fit:cover;width:100%;height:100%}.review-name{color:var(--text-primary);font-size:.95rem;font-weight:600}.review-role{color:var(--text-muted);font-size:.85rem}.brand-logos{background:var(--bg-card);padding:6rem 2rem}.section-title-center{text-align:center;margin-bottom:3rem;font-size:clamp(1.75rem,3vw,2.5rem);font-weight:700}.brands-grid{grid-template-columns:repeat(4,1fr);align-items:center;gap:0;display:grid}.brand-item{justify-content:center;align-items:center;padding:1.5rem;transition:all .3s;display:flex}.brand-item img{filter:grayscale()opacity(.5);height:auto;transition:all .3s}.brand-item:hover img{filter:grayscale(0%)opacity()}.who-grid{border-radius:20px;flex-wrap:wrap;justify-content:center;gap:0;margin:auto;display:flex}.who-column{padding:2rem}.who-for{border-color:#22c55e}.who-not-for{border-color:#ef4444}.who-title{align-items:left;gap:.75rem;margin-bottom:2rem;font-size:1.5rem;font-weight:700;display:flex}.who-for .who-title svg{color:#22c55e}.who-not-for .who-title svg{color:#ef4444}.who-list{text-align:left;flex-direction:column;gap:1.25rem;list-style:none;display:flex}.who-list li{align-items:flex-start;gap:1rem;font-size:1rem;line-height:1.6;display:flex}.who-for li svg{color:#22c55e;flex-shrink:0;margin-top:.2rem}.who-not-for li svg{color:#ef4444;flex-shrink:0;margin-top:.2rem}.call-benefits{background:var(--bg-card);padding:6rem 2rem}.benefits-content{text-align:center;max-width:800px;margin:0 auto}.benefits-subtitle{color:var(--accent);margin-bottom:2rem;font-size:1.75rem;font-weight:600}.benefits-list-wrapper{background:var(--bg-dark);border:1px solid var(--border);border-radius:20px;margin:3rem 0;padding:3rem}.benefits-intro{margin-bottom:1.5rem;font-size:1.1rem;font-weight:600}.benefits-list{text-align:left;max-width:600px;margin:0 auto 2rem;list-style:none}.benefits-list li{border-bottom:1px solid var(--border);align-items:flex-start;gap:1rem;padding:1rem 0;font-size:1rem;line-height:1.6;display:flex}.benefits-list li:last-child{border-bottom:none}.benefits-list li svg{color:#22c55e;flex-shrink:0;margin-top:.2rem}.benefits-tagline{color:var(--accent);font-size:1.25rem;font-style:italic;font-weight:600}.benefits-cta{margin-top:3rem}.cta-note{color:var(--text-muted);margin-top:1rem;font-size:.85rem;font-style:italic}.services{background:var(--bg-dark);padding:6rem 2rem}.services-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.service-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;padding:2.5rem;transition:all .3s}.service-card:hover{border-color:var(--accent);transform:translateY(-4px)}.service-icon{background:var(--bg-elevated);width:56px;height:56px;color:var(--accent);border-radius:14px;justify-content:center;align-items:center;margin-bottom:1.5rem;transition:all .3s;display:flex}.service-card:hover .service-icon{background:var(--accent);color:var(--bg-dark)}.service-card h3{margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.service-card p{color:var(--text-secondary);font-size:.95rem}.how-it-works{background:var(--bg-card);padding:6rem 2rem}.steps-grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.step-card{text-align:center;position:relative}.step-number{color:var(--bg-elevated);margin-bottom:1rem;font-size:4rem;font-weight:700;line-height:1}.step-icon{background:var(--bg-dark);border:2px solid var(--border);width:80px;height:80px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;transition:all .3s;display:flex}.step-card:hover .step-icon{background:var(--accent);color:var(--bg-dark);border-color:var(--accent);transform:scale(1.1)}.step-card h3{margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.step-card p{color:var(--text-secondary);font-size:.95rem}.why-us{background:var(--bg-dark);padding:6rem 2rem}.why-us-grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.credentials-list{margin-top:2rem;list-style:none}.credentials-list li{align-items:flex-start;gap:1rem;padding:1rem 0;font-size:1.1rem;line-height:1.6;display:flex}.credentials-list li svg{color:#22c55e;flex-shrink:0;margin-top:.3rem}.why-us-video{position:relative}.video-caption{text-align:center;color:var(--text-secondary);margin-top:1rem;font-size:.9rem}.video-caption strong{color:var(--text-primary)}.before-you-book{background:radial-gradient(circle,#f59e0b1a 0%,#0000 70%);padding:6rem 2rem}.before-book-content{text-align:center;max-width:700px;margin:0 auto}.before-book-text{color:var(--text-secondary);margin:2rem 0 3rem;font-size:1.15rem;line-height:1.7}.case-studies{background:var(--bg-dark);padding:6rem 2rem}.case-studies-grid{grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-bottom:4rem;display:grid}.case-study-card{background:var(--bg-card);border:1px solid var(--border);color:inherit;border-radius:20px;text-decoration:none;transition:all .3s;display:block;overflow:hidden}.case-study-card:hover{border-color:var(--accent);transform:translateY(-6px);box-shadow:0 20px 40px #0000004d}.case-study-image{background:var(--bg-elevated);padding-bottom:60%;position:relative;overflow:hidden}.case-study-image img{object-fit:cover;width:100%;height:100%;transition:transform .3s;position:absolute;top:0;left:0}.case-study-card:hover .case-study-image img{transform:scale(1.05)}.case-study-overlay{background:var(--accent);opacity:0;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.case-study-card:hover .case-study-overlay{opacity:.5}.view-case-study{color:#000;stroke:#000;align-items:center;gap:.5rem;font-weight:600;display:flex;opacity:1!important}.case-study-content{padding:2rem}.case-study-industry{background:var(--bg-elevated);color:var(--accent);text-transform:uppercase;letter-spacing:.05em;border-radius:6px;margin-bottom:1rem;padding:.4rem .8rem;font-size:.75rem;font-weight:600;display:inline-block}.case-study-content h3{margin-bottom:.75rem;font-size:1.4rem;font-weight:700;line-height:1.3}.case-study-content p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.case-study-tech{flex-wrap:wrap;gap:.5rem;display:flex}.tech-badge{background:var(--bg-elevated);color:var(--text-secondary);border-radius:6px;padding:.4rem .8rem;font-size:.75rem;font-weight:500}.case-studies-cta{text-align:center;margin-top:4rem}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:2000;background:#000c;justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:fixed;top:0;left:0;overflow-y:auto}.modal-content{background:var(--bg-card);border:1px solid var(--border);border-radius:24px;width:100%;max-width:600px;max-height:90vh;position:relative;overflow-y:auto}.modal-close{color:var(--text-secondary);cursor:pointer;z-index:10;background:0 0;border:none;border-radius:8px;padding:.5rem;transition:all .2s;position:absolute;top:1.5rem;right:1.5rem}.modal-close:hover{background:var(--bg-elevated);color:var(--text-primary)}.modal-header{border-bottom:1px solid var(--border);padding:2.5rem 2.5rem 1.5rem}.modal-header h2{margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}.progress-bar{background:var(--bg-elevated);border-radius:3px;width:100%;height:6px;margin-bottom:.75rem;overflow:hidden}.progress-fill{background:linear-gradient(90deg,var(--accent)0%,var(--accent-dark)100%);height:100%;transition:width .3s}.step-indicator{color:var(--text-muted);text-align:center;font-size:.85rem}.modal-body{padding:2.5rem}.form-step h3{margin-bottom:1.5rem;font-size:1.35rem;font-weight:600;line-height:1.4}.step-description{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.9rem}.radio-group{flex-direction:column;gap:.75rem;display:flex}.radio-label{background:var(--bg-elevated);border:2px solid var(--border);cursor:pointer;border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.25rem;transition:all .2s;display:flex}.radio-label:hover{border-color:var(--accent);background:var(--bg-dark)}.radio-label input[type=radio]{width:20px;height:20px;accent-color:var(--accent);cursor:pointer}.radio-label span{font-size:.95rem;line-height:1.5}.form-group{margin-top:1.5rem}.form-group label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.form-group input[type=text],.form-group textarea{background:var(--bg-elevated);border:2px solid var(--border);width:100%;color:var(--text-primary);border-radius:12px;padding:.875rem 1.125rem;font-family:inherit;font-size:.95rem;transition:all .2s}.form-group input[type=text]:focus,.form-group textarea:focus{border-color:var(--accent);background:var(--bg-dark);outline:none}.form-group textarea{resize:vertical;min-height:80px}.budget-slider{background:var(--bg-elevated);-webkit-appearance:none;border-radius:3px;outline:none;width:100%;height:6px;margin:1rem 0}.budget-slider::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:pointer;border-radius:50%;width:20px;height:20px}.budget-slider::-moz-range-thumb{background:var(--accent);cursor:pointer;border:none;border-radius:50%;width:20px;height:20px}.slider-labels{color:var(--text-muted);justify-content:space-between;font-size:.85rem;display:flex}.checkbox-group{flex-direction:column;gap:1.5rem;display:flex}.checkbox-label{cursor:pointer;align-items:flex-start;gap:1rem;display:flex}.checkbox-label input[type=checkbox]{width:20px;height:20px;accent-color:var(--accent);cursor:pointer;flex-shrink:0;margin-top:.2rem}.checkbox-label span{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.modal-footer{justify-content:space-between;gap:1rem;padding:1.5rem 2.5rem 2.5rem;display:flex}.modal-footer .btn-primary,.modal-footer .btn-secondary{flex:1}.modal-footer .btn-primary:disabled{opacity:.5;cursor:not-allowed}.case-study-detail{padding-top:80px}.case-study-hero{background:var(--bg-card);padding:4rem 2rem}.breadcrumb{color:var(--text-muted);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;display:flex}.breadcrumb a{color:var(--accent);text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.case-study-hero-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.industry-badge{background:var(--bg-elevated);color:var(--accent);text-transform:uppercase;letter-spacing:.05em;border-radius:8px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-block}.case-study-hero h1{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.case-study-client{color:var(--text-secondary);font-size:1.1rem}.case-study-hero-image{border-radius:20px;overflow:hidden;box-shadow:0 25px 50px #0000004d}.case-study-hero-image img{width:100%;height:auto}.case-study-section{padding:6rem 2rem}.case-study-section.bg-elevated{background:var(--bg-card)}.content-grid{grid-template-columns:300px 1fr;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.content-sidebar h2{color:var(--accent);font-size:1.5rem;font-weight:700;position:sticky;top:100px}.content-main p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;line-height:1.8}.tech-stack{margin-top:3rem}.tech-stack h3{margin-bottom:1rem;font-size:1.1rem;font-weight:600}.tech-badges{flex-wrap:wrap;gap:.75rem;display:flex}.results-list{list-style:none}.results-list li{border-bottom:1px solid var(--border);align-items:flex-start;gap:1rem;padding:1.25rem 0;font-size:1.1rem;line-height:1.6;display:flex}.results-list li:last-child{border-bottom:none}.results-list li svg{color:#22c55e;flex-shrink:0;margin-top:.3rem}.case-study-gallery{background:var(--bg-dark);padding:4rem 2rem}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;display:grid}.gallery-item{border-radius:16px;overflow:hidden;box-shadow:0 10px 30px #0000004d}.gallery-item img{width:100%;height:auto;display:block}.case-study-testimonial{background:var(--bg-card);padding:6rem 2rem}.testimonial-card-large{background:var(--bg-dark);border:1px solid var(--border);border-radius:24px;max-width:900px;margin:0 auto;padding:4rem;position:relative}.testimonial-quote{position:relative}.testimonial-quote svg{position:absolute;top:-1rem;left:-1rem}.testimonial-quote p{margin-bottom:2rem;font-size:1.5rem;font-style:italic;line-height:1.7}.testimonial-author-large{align-items:center;gap:1.5rem;display:flex}.author-name{color:var(--text-primary);font-size:1.1rem;font-weight:600}.author-role{color:var(--text-muted);font-size:.95rem}.case-study-cta{background:var(--bg-dark);text-align:center;padding:6rem 2rem}.case-study-cta .cta-content h2{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700}.case-study-cta .cta-content p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.15rem}.case-studies-page{padding-top:80px}.page-hero{background:var(--bg-card);text-align:center;padding:4rem 2rem}.page-hero h1{margin-bottom:1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700}.page-hero p{color:var(--text-secondary);font-size:1.25rem}.case-studies-list{background:var(--bg-dark);padding:6rem 2rem}.read-more{color:var(--accent);align-items:center;gap:.5rem;margin-top:1rem;font-size:.9rem;font-weight:600;display:inline-flex}@media (max-width:1024px){.video-grid,.reviews-grid{grid-template-columns:1fr}.brands-grid{grid-template-columns:repeat(3,1fr)}.who-grid{grid-template-columns:1fr;gap:2rem}.services-grid,.steps-grid,.why-us-grid,.case-studies-grid,.case-study-hero-content{grid-template-columns:1fr}.content-grid{grid-template-columns:1fr;gap:2rem}.content-sidebar h2{position:static}.gallery-grid{grid-template-columns:1fr}}@media (max-width:768px){.hero-container{grid-template-columns:1fr}.brands-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.modal-content{margin:1rem}.modal-header,.modal-body,.modal-footer{padding:1.5rem}.modal-footer{flex-direction:column}.testimonial-card-large{padding:2rem}.testimonial-quote p{font-size:1.2rem}.bg-dark{background-color:var(--bg-dark)}}

