:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #ffc12e;--primary-dark: #e6ad29;--primary-light: #ffd45b;--secondary-color: #10b981;--background: #ffffff;--surface: #f9fafb;--text-primary: #111827;--text-secondary: #6b7280;--border: #e5e7eb;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow: 0 2px 8px rgba(0, 0, 0, .08);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .12);--shadow-xl: 0 8px 32px rgba(0, 0, 0, .16);--gradient-bg-1: #ffffff;--gradient-bg-2: #f9fafb;--gradient-bg-3: #f3f4f6;--gradient-bg-4: #e5e7eb}[data-theme=dark]{--primary-color: #ffc12e;--primary-dark: #e6ad29;--primary-light: #ffd45b;--secondary-color: #00ff88;--background: #000000;--surface: #0a0a0a;--text-primary: #ffffff;--text-secondary: #a0a0a0;--border: #1a1a1a;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow: 0 2px 8px rgba(0, 0, 0, .4);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .5);--shadow-xl: 0 8px 32px rgba(0, 0, 0, .6);--gradient-bg-1: #000000;--gradient-bg-2: #0a0a0a;--gradient-bg-3: #1a1a1a;--gradient-bg-4: #0d0d0d}#root{width:100vw}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-primary);background:var(--background);line-height:1.6;letter-spacing:-.01em}.app{overflow-x:hidden;background:linear-gradient(-45deg,var(--gradient-bg-1),var(--gradient-bg-2),var(--gradient-bg-3),var(--gradient-bg-4));background-size:400% 400%;animation:gradientShift 15s ease infinite}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-header h2{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;letter-spacing:-.03em}.section-header p{font-size:1.25rem;color:var(--text-secondary);letter-spacing:-.01em}.btn-primary,.btn-secondary{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none;text-decoration:none;display:inline-block}.btn-primary{background:var(--primary-color);color:#000;font-weight:700}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:var(--shadow-lg)}[data-theme=dark] .btn-primary{color:#000}[data-theme=dark] .btn-primary:hover{background:var(--primary-light);box-shadow:0 4px 20px #ffc12e66}.btn-secondary{background:transparent;color:var(--text-primary);border:2px solid var(--border)}.btn-secondary:hover{background:var(--surface);border-color:var(--primary-color);transform:translateY(-1px)}.btn-large{padding:1rem 2rem;font-size:1.125rem}@media (max-width: 768px){.container{padding:0 1rem}.section-header h2{font-size:2rem}.section-header p{font-size:1rem}}.hero{background:transparent;color:var(--text-primary);padding-bottom:6rem;position:relative;overflow:hidden}.hero .navbar{padding:1.5rem 0;position:relative;z-index:10}.hero .navbar .container{display:flex;justify-content:space-between;align-items:center}.hero .navbar .logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.hero .navbar .logo .logo-icon{font-size:2rem}.hero .navbar .nav-links{display:flex;align-items:center;gap:2rem}.hero .navbar .nav-links a{color:var(--text-primary);text-decoration:none;font-weight:500;transition:opacity .3s ease}.hero .navbar .nav-links a:hover{opacity:.7}.hero .navbar .nav-links a.btn-primary{background:var(--primary-color);color:#000}.hero .navbar .nav-links a.btn-primary:hover{background:var(--primary-dark);opacity:1;transform:translateY(-1px)}.hero .navbar .nav-links .theme-toggle{background:transparent;border:2px solid var(--border);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;cursor:pointer;transition:all .3s ease}.hero .navbar .nav-links .theme-toggle:hover{background:var(--surface);border-color:var(--primary-color);transform:rotate(20deg)}.hero [data-theme=dark] .navbar .nav-links a.btn-primary{color:#000}.hero [data-theme=dark] .navbar .nav-links a.btn-primary:hover{background:var(--primary-light)}.hero .hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-top:4rem;position:relative;z-index:10}.hero .hero-content .hero-title{font-size:3.5rem;font-weight:700;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.03em}.hero .hero-content .hero-title .highlight{color:var(--primary-color)}.hero .hero-content .hero-subtitle{font-size:1.25rem;line-height:1.6;color:var(--text-secondary);margin-bottom:2rem;letter-spacing:-.01em}.hero .hero-content .hero-cta{display:flex;gap:1rem;margin-bottom:3rem}.hero .hero-content .hero-cta .btn-secondary{color:var(--text-primary);border-color:var(--border)}.hero .hero-content .hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.hero .hero-content .hero-stats .stat{display:flex;flex-direction:column}.hero .hero-content .hero-stats .stat .stat-number{font-size:2rem;font-weight:700;color:var(--primary-color)}.hero .hero-content .hero-stats .stat .stat-label{font-size:.875rem;color:var(--text-secondary)}.hero .hero-visual .banner-preview{animation:float 6s ease-in-out infinite}.hero .hero-visual .banner-preview .browser-mockup{background:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.hero .hero-visual .banner-preview .browser-mockup .browser-bar{background:#f3f4f6;padding:.75rem;display:flex;gap:.5rem}.hero .hero-visual .banner-preview .browser-mockup .browser-bar .dot{width:12px;height:12px;border-radius:50%;background:#d1d5db}.hero .hero-visual .banner-preview .browser-mockup .browser-bar .dot:nth-child(1){background:#ef4444}.hero .hero-visual .banner-preview .browser-mockup .browser-bar .dot:nth-child(2){background:#fbbf24}.hero .hero-visual .banner-preview .browser-mockup .browser-bar .dot:nth-child(3){background:#10b981}.hero .hero-visual .banner-preview .browser-mockup .browser-content{padding:2rem;min-height:300px;background:linear-gradient(to bottom,#f9fafb,#fff);position:relative}.hero .hero-visual .banner-preview .browser-mockup .browser-content .cookie-banner-demo{background:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 10px 15px -3px #0000001a;border:1px solid #e5e7eb;animation:slideUp 1s ease-out .5s both}.hero .hero-visual .banner-preview .browser-mockup .browser-content .cookie-banner-demo .banner-icon{font-size:2rem;margin-bottom:1rem}.hero .hero-visual .banner-preview .browser-mockup .browser-content .cookie-banner-demo .banner-text{color:var(--text-primary);margin-bottom:1rem}.hero .hero-visual .banner-preview .browser-mockup .browser-content .cookie-banner-demo .banner-text h3{font-size:1.125rem;margin-bottom:.5rem}.hero .hero-visual .banner-preview .browser-mockup .browser-content .cookie-banner-demo .banner-text p{font-size:.875rem;color:var(--text-secondary)}.hero .hero-visual .banner-preview .browser-mockup .browser-content .cookie-banner-demo .banner-actions{display:flex;gap:.75rem}.hero .hero-visual .banner-preview .browser-mockup .browser-content .cookie-banner-demo .banner-actions button{padding:.5rem 1rem;border-radius:.375rem;border:none;font-weight:600;cursor:pointer;font-size:.875rem}.hero .hero-visual .banner-preview .browser-mockup .browser-content .cookie-banner-demo .banner-actions button.btn-accept{background:var(--primary-color);color:#fff}.hero .hero-visual .banner-preview .browser-mockup .browser-content .cookie-banner-demo .banner-actions button.btn-customize{background:#f3f4f6;color:var(--text-primary)}.hero .hero-badges{display:flex;justify-content:center;gap:2rem;margin-top:4rem;flex-wrap:wrap;position:relative;z-index:10}.hero .hero-badges .badge{background:var(--surface);padding:.75rem 1.5rem;border-radius:2rem;font-weight:600;border:1px solid var(--border);color:var(--text-primary)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero .navbar .nav-links{display:none}.hero .hero-content{grid-template-columns:1fr;gap:2rem}.hero .hero-content .hero-title{font-size:2.5rem}.hero .hero-content .hero-subtitle{font-size:1.125rem}.hero .hero-content .hero-cta{flex-direction:column}.hero .hero-content .hero-cta a{text-align:center}.hero .hero-content .hero-stats{grid-template-columns:repeat(3,1fr);gap:1rem}.hero .hero-content .hero-stats .stat-number{font-size:1.5rem}.hero .hero-badges{gap:1rem}.hero .hero-badges .badge{font-size:.875rem;padding:.5rem 1rem}}.features{padding:6rem 0;background:transparent}.features .features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.features .features-grid .feature-card{background:var(--surface);padding:2rem;border-radius:.75rem;box-shadow:none;transition:all .3s ease;border:1px solid var(--border)}.features .features-grid .feature-card:hover{transform:translateY(-3px);border-color:var(--primary-color)}.features .features-grid .feature-card:hover .feature-icon{transform:scale(1.05)}.features .features-grid .feature-card .feature-icon{font-size:3rem;margin-bottom:1rem;display:block;transition:transform .3s ease}.features .features-grid .feature-card h3{font-size:1.25rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem;letter-spacing:-.02em}.features .features-grid .feature-card p{color:var(--text-secondary);line-height:1.6;letter-spacing:-.01em}@media (max-width: 1024px){.features .features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.features{padding:4rem 0}.features .features-grid{grid-template-columns:1fr;gap:1.5rem}}.how-to-integrate{padding:6rem 0;background:var(--surface);position:relative;overflow:hidden}[data-theme=dark] .how-to-integrate{background:linear-gradient(135deg,#ffd45b,#ffc12e,#00d9ff)}[data-theme=dark] .how-to-integrate .section-header h2,[data-theme=dark] .how-to-integrate .section-header h2 .highlight{color:#000}[data-theme=dark] .how-to-integrate .section-header .subtitle{color:#1a1a1a}[data-theme=dark] .how-to-integrate .steps-section h3{color:#000}[data-theme=dark] .how-to-integrate .steps-section .steps-list .step-card{background:#000c;border-color:#ffffff1a}[data-theme=dark] .how-to-integrate .steps-section .steps-list .step-card:hover{border-color:#ffffff4d}[data-theme=dark] .how-to-integrate .steps-section .steps-list .step-card .step-number{background:#ffc12e;color:#000}[data-theme=dark] .how-to-integrate .steps-section .steps-list .step-card .step-icon,[data-theme=dark] .how-to-integrate .steps-section .steps-list .step-card .step-content h4{color:#fff}[data-theme=dark] .how-to-integrate .steps-section .steps-list .step-card .step-content p{color:#fffc}[data-theme=dark] .how-to-integrate .steps-section .compatibility-note{background:#000c;border-color:#ffffff1a}[data-theme=dark] .how-to-integrate .steps-section .compatibility-note .note-icon{color:#ffc12e}[data-theme=dark] .how-to-integrate .steps-section .compatibility-note .note-content{color:#fff}[data-theme=dark] .how-to-integrate .steps-section .compatibility-note .note-content strong{color:#ffc12e}[data-theme=dark] .how-to-integrate .integration-cta{background:#000c;border-color:#ffffff1a}[data-theme=dark] .how-to-integrate .integration-cta .cta-content h3{color:#fff}[data-theme=dark] .how-to-integrate .integration-cta .cta-content p{color:#fffc}[data-theme=dark] .how-to-integrate .integration-cta .btn-primary{background:#ffc12e;color:#000}[data-theme=dark] .how-to-integrate .integration-cta .btn-primary:hover{background:#ffd45b}.how-to-integrate .container{position:relative;z-index:1}.how-to-integrate .section-header{text-align:center;margin-bottom:4rem}.how-to-integrate .section-header h2{font-size:2.75rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem;letter-spacing:-.03em}.how-to-integrate .section-header h2 .highlight{color:var(--text-primary)}.how-to-integrate .section-header .subtitle{font-size:1.25rem;color:var(--text-secondary);max-width:600px;margin:0 auto;letter-spacing:-.01em}.how-to-integrate .integration-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem}.how-to-integrate .code-section .code-window{background:#1e1e2e;border-radius:12px;overflow:hidden;box-shadow:0 20px 60px #0000004d;margin-bottom:2rem}.how-to-integrate .code-section .code-window .window-header{background:#2a2a3e;padding:.75rem 1rem;display:flex;align-items:center;gap:1rem;border-bottom:1px solid #3a3a4e}.how-to-integrate .code-section .code-window .window-header .window-dots{display:flex;gap:.5rem}.how-to-integrate .code-section .code-window .window-header .window-dots .dot{width:12px;height:12px;border-radius:50%}.how-to-integrate .code-section .code-window .window-header .window-dots .dot.red{background:#ff5f56}.how-to-integrate .code-section .code-window .window-header .window-dots .dot.yellow{background:#ffbd2e}.how-to-integrate .code-section .code-window .window-header .window-dots .dot.green{background:#27c93f}.how-to-integrate .code-section .code-window .window-header .window-title{color:#8b8b9a;font-size:.875rem;font-family:monospace}.how-to-integrate .code-section .code-window .window-header .copy-btn{margin-left:auto;background:var(--primary);color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:600;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s ease}.how-to-integrate .code-section .code-window .window-header .copy-btn:hover{background:var(--primary-dark);transform:translateY(-1px)}.how-to-integrate .code-section .code-window .window-header .copy-btn .copy-icon{font-size:1rem}.how-to-integrate .code-section .code-window .code-content{padding:1.5rem}.how-to-integrate .code-section .code-window .code-content pre{margin:0;font-family:Monaco,Menlo,Courier New,monospace;font-size:.9rem;line-height:1.6}.how-to-integrate .code-section .code-window .code-content pre code{color:#a6e3a1;display:block}.how-to-integrate .code-section .integration-stats{display:flex;gap:1.5rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:var(--shadow)}.how-to-integrate .code-section .integration-stats .stat-item{display:flex;align-items:center;gap:.75rem;flex:1}.how-to-integrate .code-section .integration-stats .stat-item .stat-icon{font-size:1.75rem}.how-to-integrate .code-section .integration-stats .stat-item .stat-text{display:flex;flex-direction:column}.how-to-integrate .code-section .integration-stats .stat-item .stat-text strong{color:var(--text-primary);font-size:1rem;font-weight:700}.how-to-integrate .code-section .integration-stats .stat-item .stat-text span{color:var(--text-secondary);font-size:.875rem}.how-to-integrate .steps-section h3{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:2rem;letter-spacing:-.02em}.how-to-integrate .steps-section .steps-list{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.how-to-integrate .steps-section .steps-list .step-card{background:var(--surface);padding:1.5rem;border-radius:12px;box-shadow:var(--shadow);display:flex;align-items:center;gap:1.5rem;transition:all .3s ease;border:1px solid var(--border)}.how-to-integrate .steps-section .steps-list .step-card:hover{border-color:var(--primary-color);transform:translate(8px)}.how-to-integrate .steps-section .steps-list .step-card .step-number{width:48px;height:48px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;flex-shrink:0}.how-to-integrate .steps-section .steps-list .step-card .step-icon{font-size:2rem;flex-shrink:0;color:var(--text-primary)}.how-to-integrate .steps-section .steps-list .step-card .step-content h4{font-size:1.125rem;font-weight:700;color:var(--text-primary);margin-bottom:.25rem}.how-to-integrate .steps-section .steps-list .step-card .step-content p{color:var(--text-secondary);font-size:.95rem}.how-to-integrate .steps-section .compatibility-note{background:var(--surface);padding:1.25rem;border-radius:12px;display:flex;align-items:flex-start;gap:1rem;border:1px solid var(--border)}.how-to-integrate .steps-section .compatibility-note .note-icon{font-size:1.5rem;color:var(--primary-color);font-weight:700}.how-to-integrate .steps-section .compatibility-note .note-content{color:var(--text-primary);line-height:1.6;letter-spacing:-.01em}.how-to-integrate .steps-section .compatibility-note .note-content strong{font-weight:700;color:var(--primary-color)}.how-to-integrate .integration-cta{background:var(--surface);padding:3rem;border-radius:16px;display:flex;align-items:center;justify-content:space-between;border:1px solid var(--border)}.how-to-integrate .integration-cta .cta-content h3{font-size:1.75rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem;letter-spacing:-.02em}.how-to-integrate .integration-cta .cta-content p{color:var(--text-secondary);font-size:1.125rem;letter-spacing:-.01em}.how-to-integrate .integration-cta .btn-primary{background:var(--primary-color);color:#fff;padding:1rem 2rem;white-space:nowrap}.how-to-integrate .integration-cta .btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px)}@media (max-width: 1024px){.how-to-integrate .integration-content{grid-template-columns:1fr;gap:3rem}.how-to-integrate .code-section .integration-stats{flex-direction:column;gap:1rem}.how-to-integrate .integration-cta{flex-direction:column;gap:2rem;text-align:center}}@media (max-width: 768px){.how-to-integrate{padding:4rem 0}.how-to-integrate .section-header h2{font-size:2rem}.how-to-integrate .code-section .code-window .window-header .window-title{display:none}.how-to-integrate .code-section .integration-stats{flex-direction:column;gap:1rem}.how-to-integrate .steps-section .steps-list .step-card{flex-direction:column;text-align:center;gap:1rem}.how-to-integrate .steps-section .steps-list .step-card:hover{transform:translateY(-4px)}.how-to-integrate .integration-cta{padding:2rem}.how-to-integrate .integration-cta .cta-content h3{font-size:1.5rem}}.demo{padding:6rem 0;background:transparent}.demo .demo-controls{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem}.demo .demo-controls .control-group{display:flex;align-items:center;gap:1rem}.demo .demo-controls .control-group label{font-weight:600;color:var(--text-primary)}.demo .demo-controls .control-group button{padding:.5rem 1.5rem;border-radius:.5rem;border:2px solid var(--border);background:var(--surface);color:var(--text-primary);font-weight:500;cursor:pointer;transition:all .3s ease}.demo .demo-controls .control-group button:hover{border-color:var(--primary-color);color:var(--primary-color)}.demo .demo-controls .control-group button.active{background:var(--primary-color);border-color:var(--primary-color);color:#000}.demo .demo-preview{background:var(--surface);border-radius:1rem;padding:2rem;box-shadow:var(--shadow-lg);position:relative;min-height:500px}.demo .demo-preview.dark{background:#1f2937}.demo .demo-preview.dark .demo-website{background:#111827}.demo .demo-preview.dark .demo-website .demo-header{background:#1f2937;color:#fff}.demo .demo-preview.dark .demo-website .demo-content{color:#e5e7eb}.demo .demo-preview.dark .demo-website .demo-content h1{color:#fff}.demo .demo-preview.dark .demo-website .demo-box{background:#374151}.demo .demo-preview.dark .demo-banner .banner-content{background:#1f2937;color:#fff;border-color:#374151}.demo .demo-preview.dark .demo-banner .banner-content h3{color:#fff}.demo .demo-preview.dark .demo-banner .banner-content p{color:#d1d5db}.demo .demo-preview.dark .demo-banner .banner-content .btn-reject,.demo .demo-preview.dark .demo-banner .banner-content .btn-customize{background:#374151;color:#fff}.demo .demo-preview.dark .demo-banner .banner-content .btn-reject:hover,.demo .demo-preview.dark .demo-banner .banner-content .btn-customize:hover{background:#4b5563}.demo .demo-preview .demo-website{background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:var(--shadow);position:relative}.demo .demo-preview .demo-website .demo-header{background:#f3f4f6;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border)}.demo .demo-preview .demo-website .demo-header .demo-logo{font-weight:700;font-size:1.25rem}.demo .demo-preview .demo-website .demo-header .demo-nav{display:flex;gap:2rem}.demo .demo-preview .demo-website .demo-header .demo-nav span{font-weight:500;cursor:pointer}.demo .demo-preview .demo-website .demo-content{padding:3rem 2rem;text-align:center}.demo .demo-preview .demo-website .demo-content h1{font-size:2rem;margin-bottom:1rem;color:var(--text-primary)}.demo .demo-preview .demo-website .demo-content p{color:var(--text-secondary);margin-bottom:2rem}.demo .demo-preview .demo-website .demo-content .demo-boxes{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.demo .demo-preview .demo-website .demo-content .demo-boxes .demo-box{background:var(--surface);height:100px;border-radius:.5rem}.demo .demo-preview .demo-banner{position:absolute;left:2rem;right:2rem;animation:slideIn .5s ease-out}.demo .demo-preview .demo-banner.bottom{bottom:2rem}.demo .demo-preview .demo-banner.top{top:2rem}.demo .demo-preview .demo-banner .banner-content{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 20px 25px -5px #0003;border:1px solid var(--border);display:flex;gap:1rem;align-items:center}.demo .demo-preview .demo-banner .banner-content .banner-icon{font-size:2.5rem}.demo .demo-preview .demo-banner .banner-content .banner-text{flex:1}.demo .demo-preview .demo-banner .banner-content .banner-text h3{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;color:var(--text-primary)}.demo .demo-preview .demo-banner .banner-content .banner-text p{font-size:.875rem;color:var(--text-secondary);line-height:1.5}.demo .demo-preview .demo-banner .banner-content .banner-buttons{display:flex;gap:.75rem}.demo .demo-preview .demo-banner .banner-content .banner-buttons button{padding:.625rem 1.25rem;border-radius:.5rem;border:none;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.875rem;white-space:nowrap}.demo .demo-preview .demo-banner .banner-content .banner-buttons button.btn-accept{background:var(--primary-color);color:#000}.demo .demo-preview .demo-banner .banner-content .banner-buttons button.btn-accept:hover{background:var(--primary-light);transform:translateY(-1px)}.demo .demo-preview .demo-banner .banner-content .banner-buttons button.btn-reject,.demo .demo-preview .demo-banner .banner-content .banner-buttons button.btn-customize{background:var(--surface);color:var(--text-primary)}.demo .demo-preview .demo-banner .banner-content .banner-buttons button.btn-reject:hover,.demo .demo-preview .demo-banner .banner-content .banner-buttons button.btn-customize:hover{background:var(--border)}.demo .demo-features{display:flex;justify-content:center;gap:3rem;margin-top:2rem;flex-wrap:wrap}.demo .demo-features .demo-feature{display:flex;align-items:center;gap:.5rem;color:var(--text-secondary);font-weight:500}.demo .demo-features .demo-feature .check{color:var(--secondary-color);font-weight:700;font-size:1.25rem}[data-theme=dark] .demo .demo-controls .control-group button.active{color:#000}[data-theme=dark] .demo .demo-controls .control-group button.active:hover{background:var(--primary-light)}[data-theme=dark] .demo .demo-preview .demo-banner .banner-content .banner-buttons button.btn-accept{color:#000}[data-theme=dark] .demo .demo-preview .demo-banner .banner-content .banner-buttons button.btn-accept:hover{background:var(--primary-light)}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.demo{padding:4rem 0}.demo .demo-controls{flex-direction:column;gap:1rem}.demo .demo-controls .control-group{flex-direction:column;gap:.5rem}.demo .demo-preview .demo-website .demo-header .demo-nav{display:none}.demo .demo-preview .demo-website .demo-content .demo-boxes{grid-template-columns:1fr}.demo .demo-preview .demo-banner .banner-content{flex-direction:column;text-align:center}.demo .demo-preview .demo-banner .banner-content .banner-buttons{flex-direction:column;width:100%}.demo .demo-preview .demo-banner .banner-content .banner-buttons button{width:100%}.demo .demo-features{flex-direction:column;gap:1rem}.demo .demo-features .demo-feature{justify-content:center}}.pricing{padding:6rem 0;background:transparent}.pricing .pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem}.pricing .pricing-grid .pricing-card{background:var(--surface);border-radius:1rem;padding:2.5rem;box-shadow:none;border:1px solid var(--border);transition:all .3s ease;position:relative}.pricing .pricing-grid .pricing-card:hover{transform:translateY(-3px);border-color:var(--primary-color)}.pricing .pricing-grid .pricing-card.highlighted{border-color:var(--primary-color);transform:scale(1.05)}.pricing .pricing-grid .pricing-card.highlighted:hover{transform:scale(1.05) translateY(-3px)}.pricing .pricing-grid .pricing-card.highlighted .badge-popular{position:absolute;top:-1rem;left:50%;transform:translate(-50%);background:var(--primary-color);color:#000;padding:.5rem 1.5rem;border-radius:2rem;font-weight:700;font-size:.875rem}.pricing .pricing-grid .pricing-card .plan-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.pricing .pricing-grid .pricing-card .plan-header h3{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.pricing .pricing-grid .pricing-card .plan-header .plan-description{color:var(--text-secondary);font-size:.875rem;margin-bottom:1.5rem}.pricing .pricing-grid .pricing-card .plan-header .plan-price{display:flex;align-items:baseline;justify-content:center;gap:.25rem}.pricing .pricing-grid .pricing-card .plan-header .plan-price .currency{font-size:1.5rem;font-weight:700;color:var(--text-primary)}.pricing .pricing-grid .pricing-card .plan-header .plan-price .amount{font-size:3rem;font-weight:800;color:var(--text-primary);letter-spacing:-.03em}.pricing .pricing-grid .pricing-card .plan-header .plan-price .price-custom{font-size:2.5rem;font-weight:800;color:var(--text-primary);letter-spacing:-.03em}.pricing .pricing-grid .pricing-card .plan-header .plan-price .period{font-size:1rem;color:var(--text-secondary)}.pricing .pricing-grid .pricing-card .plan-features{list-style:none;margin-bottom:2rem}.pricing .pricing-grid .pricing-card .plan-features li{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;color:var(--text-primary)}.pricing .pricing-grid .pricing-card .plan-features li .check{color:var(--secondary-color);font-weight:700;font-size:1.25rem;flex-shrink:0}.pricing .pricing-grid .pricing-card .btn-cta{width:100%;padding:1rem;border-radius:.5rem;font-weight:700;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none}.pricing .pricing-grid .pricing-card .btn-cta.btn-primary{background:var(--primary-color);color:#fff}.pricing .pricing-grid .pricing-card .btn-cta.btn-primary:hover{background:var(--primary-dark);transform:translateY(-1px);box-shadow:var(--shadow-lg)}.pricing .pricing-grid .pricing-card .btn-cta.btn-secondary{background:transparent;color:var(--text-primary);border:2px solid var(--border)}.pricing .pricing-grid .pricing-card .btn-cta.btn-secondary:hover{background:var(--surface);border-color:var(--primary-color)}.pricing .pricing-guarantee{text-align:center;background:var(--surface);padding:2rem;border-radius:1rem;border:1px solid var(--border)}.pricing .pricing-guarantee h3{font-size:1.5rem;font-weight:700;color:var(--text-primary);margin-bottom:.75rem;letter-spacing:-.02em}.pricing .pricing-guarantee p{color:var(--text-secondary);font-size:1.125rem;letter-spacing:-.01em}[data-theme=dark] .pricing .pricing-grid .pricing-card .btn-cta.btn-primary{color:#000}[data-theme=dark] .pricing .pricing-grid .pricing-card .btn-cta.btn-primary:hover{background:var(--primary-light);box-shadow:0 4px 20px #ffc12e66}[data-theme=dark] .pricing .pricing-grid .pricing-card.highlighted .badge-popular{background:var(--primary-color);color:#000}@media (max-width: 1024px){.pricing .pricing-grid{grid-template-columns:1fr}.pricing .pricing-grid .pricing-card.highlighted{transform:scale(1)}.pricing .pricing-grid .pricing-card.highlighted:hover{transform:translateY(-5px)}}@media (max-width: 768px){.pricing{padding:4rem 0}.pricing .pricing-grid{gap:2rem}}.footer{background:var(--surface);color:var(--text-primary);padding:4rem 0 2rem;border-top:1px solid var(--border)}.footer .footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer .footer-content .footer-column h4{font-size:1.125rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-primary);letter-spacing:-.02em}.footer .footer-content .footer-column ul{list-style:none}.footer .footer-content .footer-column ul li{margin-bottom:.75rem}.footer .footer-content .footer-column ul li a{color:var(--text-secondary);text-decoration:none;transition:color .3s ease}.footer .footer-content .footer-column ul li a:hover{color:var(--primary-color)}.footer .footer-content .footer-column:first-child .footer-logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer .footer-content .footer-column:first-child .footer-logo .logo-icon{font-size:2rem}.footer .footer-content .footer-column:first-child .footer-description{color:var(--text-secondary);line-height:1.6;margin-bottom:1.5rem}.footer .footer-content .footer-column:first-child .social-links{display:flex;gap:1rem}.footer .footer-content .footer-column:first-child .social-links a{width:40px;height:40px;border-radius:50%;background:var(--border);display:flex;align-items:center;justify-content:center;color:var(--text-primary);text-decoration:none;transition:all .3s ease;font-weight:700}.footer .footer-content .footer-column:first-child .social-links a:hover{background:var(--primary-color);color:#000;transform:translateY(-3px)}.footer .footer-bottom{border-top:1px solid var(--border);padding-top:2rem;display:flex;justify-content:space-between;align-items:center}.footer .footer-bottom p{color:var(--text-secondary)}.footer .footer-bottom .footer-certifications{display:flex;gap:2rem}.footer .footer-bottom .footer-certifications span{color:var(--text-secondary);font-size:.875rem}@media (max-width: 1024px){.footer .footer-content{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.footer{padding:3rem 0 1.5rem}.footer .footer-content{grid-template-columns:1fr;gap:2rem}.footer .footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer .footer-bottom .footer-certifications{flex-wrap:wrap;justify-content:center;gap:1rem}}
