*{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;--text-dimmed:#2f2f2f;--border:#212121;--border-accent:#271c01}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}.animate-float{animation:3s ease-in-out infinite float}@keyframes ring{0%{transform:rotate(0)}1%{transform:rotate(3deg)}3%{transform:rotate(-3deg)}5%{transform:rotate(3deg)}7%{transform:rotate(-3deg)}9%{transform:rotate(3deg)}11%{transform:rotate(-3deg)}13%{transform:rotate(3deg)}15%{transform:rotate(-3deg)}17%{transform:rotate(3deg)}19%{transform:rotate(0)}to{transform:rotate(0)}}.animate-ring{transform-origin:50%;animation:4s ease-in-out infinite ring}@keyframes vibrate{0%{transform:translate(0)}20%{transform:translate(-1px,1px)}40%{transform:translate(-1px,-1px)}60%{transform:translate(1px,1px)}80%{transform:translate(1px,-1px)}to{transform:translate(0)}}.animate-vibrate:hover{animation:.5s linear infinite vibrate}.animate-vibrate{animation:5s linear infinite vibrate}@keyframes pulse-glow{0%{box-shadow:0 0 #f59e0b66,0 0 #f59e0b1a}50%{box-shadow:0 0 20px 10px #f59e0b00,0 0 0 15px #f59e0b00}to{box-shadow:0 0 #f59e0b00,0 0 #f59e0b00}}.animate-glow{border-radius:10px;animation:3s infinite pulse-glow}.text-muted{color:var(--text-dimmed)}html{scroll-behavior:smooth}body{background:var(--bg-dark);color:var(--text-primary);font-family:Space Grotesk,sans-serif;line-height:1.6}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff1a padding-box padding-box;border:2px solid #0000;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#fff3 padding-box padding-box}*{scrollbar-width:thin;scrollbar-color:#ffffff1a transparent}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;min-height:100vh;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);cursor:pointer;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:repeat(2,1fr);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){.footer-brand .logo{justify-content:center;display:flex}.nav-links,.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}.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}.no-shadow{box-shadow:none!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-visual-section{max-width:100%;margin:0 auto;padding:0 1rem 0 2rem;display:none}.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);justify-content:left;align-items:center;gap:.5rem;margin-top:1rem;font-size:.9rem;display:flex}.hero-trust-line svg{color:#22c55e;flex-shrink:0}.hero-split-panels{border-radius:20px;height:480px;position:relative}.hero-panel{border:1px solid var(--border);background:var(--bg-card);cursor:pointer;border-radius:16px;transition:all .5s cubic-bezier(.4,0,.2,1);position:absolute;overflow:hidden;box-shadow:0 20px 40px #0006}.hero-panel--code{z-index:2;width:82%;height:90%;top:0;left:0}.hero-panel--video{z-index:1;width:100%;height:100%;bottom:0;right:0}.hero-panel--video-1{z-index:3;width:75%;height:85%;bottom:0;right:5%}.hero-panel:hover{z-index:10;border-color:#f59e0b4d;transform:scale(1.03);box-shadow:0 30px 60px #0009,0 0 0 1px #f59e0b33}.hero-split-panels:hover .hero-panel:not(:hover){opacity:.5;filter:brightness(.6)}.hero-panel__label{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--text-primary);z-index:3;letter-spacing:.03em;text-transform:uppercase;background:#0009;border:1px solid #ffffff14;border-radius:100px;align-items:center;gap:.5rem;padding:.4rem .85rem;font-size:.75rem;font-weight:600;display:flex;position:absolute;top:1rem;left:1rem}.hero-panel__label svg{color:var(--accent);flex-shrink:0}.hero-panel__content{height:100%;overflow:hidden}.hero-panel--code .code-preview{border-radius:0;flex-direction:column;height:100%;display:flex}.hero-panel--code .code-content{flex:1;padding:1.5rem;font-family:Courier New,monospace;font-size:.8rem;line-height:1.7;overflow:hidden}.hero-panel--code .code-header{flex-shrink:0}.video-testimonial-card{height:100%}.video-testimonial-wrapper{background-image:url(https://i.ibb.co/0jmRN5rg/Red-Bold-Finance-You-Tube-Thumbnail.png);background-position:0;background-size:cover;width:100%;height:100%;position:relative;overflow:hidden}.video-testimonial-wrapper:before{content:"";z-index:1;background:radial-gradient(circle at 30% 40%,#f59e0b26 0%,#0000 60%),radial-gradient(circle at 70% 60%,#6366f11a 0%,#0000 50%);position:absolute;inset:0}.video-testimonial-player{object-fit:cover;width:100%;height:100%}.video-testimonial-overlay{z-index:2;background:linear-gradient(#0000004d 0%,#0000001a 60%,#000000b3 100%);flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.video-testimonial-play{width:72px;height:72px;color:var(--bg-dark);background:#f59e0be6;border-radius:50%;justify-content:center;align-items:center;margin-bottom:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 0 0 12px #f59e0b26,0 0 0 24px #f59e0b0d}.hero-panel--video:hover .video-testimonial-play{transform:scale(1.1);box-shadow:0 0 0 16px #f59e0b33,0 0 0 32px #f59e0b14}.video-testimonial-play svg{margin-left:3px}.video-testimonial-quote{text-align:center;padding:0 2rem;position:absolute;bottom:2rem;left:0;right:0}.video-testimonial-quote p{color:#fff;margin-bottom:.5rem;font-size:1rem;font-style:italic;font-weight:500;line-height:1.5}.video-testimonial-author-name{color:var(--accent-light);font-size:.8rem;font-weight:600}.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{width:50%;padding:2rem}.who-column:first-child{justify-content:right;display:flex}.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:var(--accent);flex-shrink:0;margin-top:.2rem}.who-not-for li svg{color:var(--text-muted);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;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{padding:6rem 2rem}.steps-grid{grid-template-columns:repeat(3,1fr);gap:3rem;display:grid}.step-card{text-align:center;cursor:pointer;position:relative}.step-number{color:var(--bg-elevated);margin-bottom:1rem;font-size:4rem;font-weight:700;line-height:1;transition:all .3s}.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:hover .step-number{color:var(--accent)}.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-card);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:var(--accent);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-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}.tech-badge-transparent{color:var(--text-secondary);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-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}select,input[type=datetime-local],.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}select,input[type=datetime-local],.form-group input[type=text]:focus,.form-group textarea:focus{border-color:var(--accent);background:var(--bg-dark);outline:none}.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}.bg-dark{background-color:var(--bg-dark)}@media (max-width:1024px){.hero-visual-section{display:block}.hero-trust-line{justify-content:center}.video-grid,.reviews-grid{grid-template-columns:1fr}.brands-grid{grid-template-columns:repeat(2,1fr)}.who-grid{grid-template-columns:1fr;gap:2rem}.who-column{justify-content:center;width:47%;display:flex}.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(1,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)}}@media (max-width:426px){.who-column{justify-content:center;width:100%;display:flex}.hero-stats{flex-direction:column;gap:1.5rem}}.faq-section{background:var(--bg-dark);padding:6rem 2rem}.faq-container{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:12px;transition:all .3s;overflow:hidden}.faq-item:hover{border-color:var(--accent)}.faq-item.active{border-color:var(--accent);background:var(--bg-elevated)}.faq-question{width:100%;color:var(--text-primary);text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.5rem;font-family:inherit;font-size:1.1rem;font-weight:600;display:flex}.faq-icon{color:var(--accent);flex-shrink:0;justify-content:center;align-items:center;transition:transform .3s;display:flex}.faq-item.active .faq-icon{transform:rotate(45deg)}.faq-answer{max-height:0;padding:0 1.5rem;transition:all .3s;overflow:hidden}.faq-item.active .faq-answer{max-height:500px;padding-bottom:1.5rem}.faq-answer p{color:var(--text-secondary);font-size:1rem;line-height:1.6}@media (max-width:768px){.faq-section{padding:4rem 1.5rem}.faq-question{padding:1.25rem;font-size:1rem}}.swiper-button-next,.swiper-button-prev{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--border);z-index:10;border-radius:50%;transition:all .3s;transform:translateY(-50%);box-shadow:0 4px 12px #0000004d;color:var(--accent)!important;background:#1a1a1acc!important;width:40px!important;height:40px!important;top:50%!important}.swiper-button-prev{left:0!important}.swiper-button-next{right:0!important}.swiper-button-next:after,.swiper-button-prev:after{font-weight:700;font-size:16px!important}.swiper-button-next:hover,.swiper-button-prev:hover{transform:translateY(-50%)scale(1.1)}.swiper-pagination-bullet{opacity:.5;background:var(--text-muted)!important}.swiper-pagination-bullet-active{opacity:1;background:var(--accent)!important}.swiper{padding-bottom:50px!important;padding-left:10px!important;padding-right:10px!important}.swiper-navigation-icon{height:1.2rem!important}@media (min-width:1024px){.swiper{padding-left:20px!important;padding-right:20px!important}}.brands-grid,.services-grid,.testimonials-grid,.steps-grid,.case-studies-grid,.features-grid-swiper{display:block!important}@media (max-width:768px){.swiper-slide{padding:0}.features,.brand-logos,.testimonials,.cta,.how-it-works,.call-benefits,.case-studies{padding:3rem 1rem}.why-us{padding:3rem 2rem}.who-column{padding:0 2rem}.faq-section,.before-you-book{padding:3rem 2rem}}.features-mobile-slider{display:block}.features-desktop-grid{display:none}@media (min-width:1024px){.features-mobile-slider{display:none!important}.features-desktop-grid{display:block!important}}.case-study-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.case-study-modal-content{background:var(--bg-card);border:1px solid var(--border);border-radius:20px;flex-direction:column;width:95%;max-width:1200px;height:90vh;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.case-study-modal-header{flex-shrink:0;height:300px;position:relative}.case-study-hero-img{width:100%;height:100%;position:relative}.case-study-hero-img img{object-fit:cover;width:100%;height:100%}.hero-overlay{color:#fff;background:linear-gradient(#0000,#000000e6);padding:2rem;position:absolute;bottom:0;left:0;right:0}.hero-overlay h2{margin-top:.5rem;font-size:2.5rem}.industry-tag{background:var(--accent);color:var(--bg-dark);text-transform:uppercase;border-radius:20px;padding:.25rem .75rem;font-size:.85rem;font-weight:600;display:inline-block}.case-study-modal-body{flex-direction:column;flex:1;display:flex;overflow:hidden}.desktop-scroll-view{grid-template-columns:300px 1fr;width:100%;height:100%;display:grid}.case-study-sidebar{border-right:1px solid var(--border);background:var(--bg-elevated);padding:2rem;overflow-y:auto}.client-info,.tech-info{margin-bottom:2rem}.client-info label,.tech-info label{text-transform:uppercase;color:var(--text-muted);letter-spacing:1px;margin-bottom:.5rem;font-size:.75rem;display:block}.client-info p{color:var(--text-primary);font-size:1.25rem;font-weight:600}.case-study-main-content{scroll-behavior:smooth;padding:3rem;overflow-y:auto}.content-section{margin-bottom:4rem}.content-section h3{color:var(--accent);align-items:center;gap:1rem;margin-bottom:1.5rem;font-size:1.75rem;display:flex}.content-section h3:after{content:"";background:var(--border);flex:1;height:1px}.content-text{color:var(--text-secondary);font-size:1.1rem;line-height:1.8}.impact-container{flex-direction:column;gap:2rem;display:flex}.impact-list{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:0;list-style:none;display:grid}.impact-list li{background:var(--bg-elevated);border-left:4px solid var(--accent);color:var(--text-primary);border-radius:12px;padding:1.5rem;font-weight:500}.mobile-modal-footer{border-top:1px solid var(--border);background:var(--bg-elevated);flex-shrink:0;height:60px;display:flex}.swiper-prev-btn,.swiper-next-btn{color:var(--text-primary);cursor:pointer;background:0 0;border:none;flex:1;justify-content:center;align-items:center;transition:background .2s;display:flex}.swiper-prev-btn{border-right:1px solid var(--border)}.swiper-prev-btn:hover,.swiper-next-btn:hover{background:#ffffff0d}.swiper-pagination-custom{color:#fff;z-index:10;pointer-events:none;background:#0009;border-radius:20px;padding:4px 12px;font-size:.8rem;font-weight:600;position:absolute;bottom:75px;left:50%;transform:translate(-50%)}.case-study-swiper{flex:1!important;width:100%!important}.case-study-swiper .swiper-slide{overflow-y:auto;padding:2rem!important}.slide-content h3{color:var(--accent);margin-bottom:1rem;font-size:1.5rem}.modal-close{z-index:20;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;border:none;border-radius:50%;padding:.5rem;transition:all .2s;position:absolute;top:1rem;right:1rem}.modal-close:hover{background:var(--accent);color:var(--bg-dark)}@media (max-width:768px){.case-study-modal-overlay{margin:0;padding:0}.case-study-modal-content{border-radius:15px;height:95vh;margin:0}.case-study-modal-header{height:200px}.hero-overlay h2{font-size:1.5rem}.case-study-swiper .swiper-slide{padding:1.5rem!important}.impact-list{grid-template-columns:1fr}}@media (min-width:769px){.mobile-modal-footer{display:none}}.booking-page{background:var(--bg-dark);flex-direction:column;display:flex}.booking-header{border-bottom:1px solid var(--border);padding:2rem 0}.booking-section{flex:1;padding:4rem 1rem}.booking-intro{text-align:center;margin-bottom:3rem}.booking-intro h1{background:linear-gradient(135deg,var(--text-primary)0%,var(--text-secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:700}.booking-stepper-container{flex-direction:column;justify-content:space-between;max-width:1440px;height:calc(100vh - 200px);margin:auto;padding:2.5rem;display:flex;position:relative;box-shadow:0 10px 30px #00000080}.stepper-progress{margin-bottom:1.5rem}.progress-bar-bg{background:var(--bg-elevated);border-radius:3px;height:6px;margin-bottom:.75rem;overflow:hidden}.progress-bar{background:var(--accent);border-radius:3px;height:5px;transition:width .4s cubic-bezier(.4,0,.2,1)}.step-indicator{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;font-size:.875rem;font-weight:500}.step-view{height:calc(100vh - 220px);overflow-y:auto}.step-view h2{color:var(--text-primary);margin-bottom:2rem;font-size:1.75rem;font-weight:600;line-height:1.3}.options-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.option-card{background:var(--bg-elevated);border:2px solid var(--border);cursor:pointer;text-align:center;border-radius:12px;justify-content:center;align-items:center;min-height:80px;padding:1.5rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.option-card:hover{border-color:var(--accent);background:#f59e0b0d;transform:translateY(-4px);box-shadow:0 10px 20px #0003}.option-card.active{border-color:var(--accent);color:var(--accent);box-shadow:0 0 0 1px var(--accent);background:#f59e0b1a}.form-group label{color:var(--text-secondary);margin-bottom:.75rem;font-weight:500;display:block}.form-group input[type=text],.form-group input[type=email],.form-group textarea{background:var(--bg-elevated);border:2px solid var(--border);width:100%;color:var(--text-primary);border-radius:12px;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;transition:all .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--accent);background:var(--bg-card);outline:none;box-shadow:0 0 0 4px #f59e0b1a}.form-group textarea{resize:vertical;min-height:120px}.budget-slider{background:var(--bg-elevated);appearance:none;border-radius:3px;width:100%;height:6px;margin:2rem 0}.budget-slider::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:pointer;border:3px solid var(--bg-card);border-radius:50%;width:24px;height:24px;transition:transform .1s;box-shadow:0 0 15px #f59e0b66}.budget-slider::-webkit-slider-thumb:active{transform:scale(1.1)}.stepper-footer{justify-content:space-between;align-items:center;margin-top:1rem;display:flex}.btn-back,.btn-next{cursor:pointer;border-radius:12px;align-items:center;gap:.75rem;padding:.875rem 1.75rem;font-family:inherit;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.btn-back{border:2px solid var(--border);color:var(--text-secondary);background:0 0}.btn-back:hover{color:var(--text-primary);border-color:var(--text-secondary);background:var(--bg-elevated)}.btn-next{background:var(--accent);border:2px solid var(--accent);color:#000}.btn-next.disabled,.btn-back.disabled{opacity:.3;cursor:not-allowed;filter:grayscale()}.btn-next:not(.disabled):hover{background:var(--accent-light);transform:translate(5px);box-shadow:0 5px 15px #f59e0b4d}.btn-large{padding:1.25rem 2rem;font-size:1.125rem}.w-full{width:100%}.hidden{display:none}.contact-form .form-row{gap:1.5rem;display:flex}.checkbox-container{cursor:pointer;border-radius:8px;align-items:flex-start;gap:1.25rem;padding:.5rem;transition:background .2s;display:flex;position:relative}.checkbox-container:hover{background:#ffffff05}.checkbox-container input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.checkmark{background:var(--bg-elevated);border:2px solid var(--border);border-radius:6px;min-width:24px;height:24px;transition:all .2s;position:relative}.checkbox-container:hover input~.checkmark{border-color:var(--accent)}.checkbox-container input:checked~.checkmark{background:var(--accent);border-color:var(--accent)}.checkmark:after{content:"";border:2px solid #000;border-width:0 2px 2px 0;width:5px;height:10px;display:none;position:absolute;top:4px;left:8px;transform:rotate(45deg)}.checkbox-container input:checked~.checkmark:after{display:block}.checkbox-label{color:var(--text-secondary);font-size:.9375rem;line-height:1.6}.checkbox-label .required{color:var(--accent);font-weight:600}.booking-footer-minimal{text-align:center;border-top:1px solid var(--border);color:var(--text-muted);margin-top:auto;padding:4rem 0;font-size:.875rem}@media (max-width:768px){.booking-intro h1{font-size:2.25rem}.booking-stepper-container{border-left:none;border-right:none;border-radius:0;padding:1.5rem}.contact-form .form-row{flex-direction:column;gap:0}.options-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.booking-intro{padding:0 1rem}}.mt-4{margin-top:1.5rem}.mt-6{margin-top:2rem}.mt-8{margin-top:3rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.flex-1{flex:1}.animate-fade-in{animation:.4s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.signature-pad-container{border:2px solid var(--border);background:var(--bg-elevated);border-radius:12px;margin-top:1rem;padding:1.5rem;position:relative}.signature-pad-header{color:var(--text-secondary);justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:.9rem;display:flex}.btn-clear-sig{border:1px solid var(--border);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;padding:.4rem .8rem;font-size:.8rem;transition:all .2s}.btn-clear-sig:hover{color:#ef4444;background:#ef44440d;border-color:#ef4444}.canvas-wrapper{cursor:crosshair;touch-action:none;background:#0d1117;border-radius:8px;width:100%;height:200px;position:relative;overflow:hidden}.signature-canvas{width:100%;height:100%;display:block}.signature-placeholder{color:var(--text-muted);opacity:.3;pointer-events:none;-webkit-user-select:none;user-select:none;font-family:cursive;font-size:1.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
