:root{--blue-50: #E6F1FB;--blue-100: #B5D4F4;--blue-400: #378ADD;--blue-600: #185FA5;--blue-800: #0C447C;--blue-900: #042C53;--gray-50: #F7F6F2;--gray-100: #F1EFE8;--gray-200: #D3D1C7;--gray-400: #888780;--gray-600: #5F5E5A;--gray-800: #2C2C2A;--gray-900: #1A1A19;--accent-amber: #FAC775;--white: #FFFFFF;--bg-page: var(--white);--bg-soft: #FAFBFC;--bg-card: var(--white);--bg-section-dark: var(--gray-900);--bg-newsletter: var(--blue-900);--text-primary: var(--gray-900);--text-secondary: var(--gray-600);--text-muted: var(--gray-400);--border-color: var(--gray-100);--border-strong: var(--gray-200)}[data-theme=dark]{--bg-page: #0E1014;--bg-soft: #14171D;--bg-card: #1A1E26;--bg-section-dark: #06080B;--bg-newsletter: #02101F;--text-primary: #F0F2F5;--text-secondary: #B5BDC8;--text-muted: #6B7280;--border-color: #232830;--border-strong: #2E343E;--gray-50: #1A1E26;--gray-100: #232830;--blue-50: #0F2942}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:"Source Sans 3",sans-serif;font-size:16px;line-height:1.65;color:var(--text-primary);background:var(--bg-page);transition:background .3s,color .3s}.font-display{font-family:Geist,sans-serif;font-weight:500;letter-spacing:-.025em;line-height:1.1}.font-mono{font-family:Geist Mono,monospace}.container{max-width:1240px;margin:0 auto;padding:0 32px}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.header{position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--bg-page) 92%,transparent);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:24px}.logo{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--text-primary);flex-shrink:0}.logo-mark{width:36px;height:36px;border-radius:50%;background:var(--blue-600);display:flex;align-items:center;justify-content:center;color:var(--white);font-family:Geist,sans-serif;font-weight:600;font-size:11px;text-align:center;line-height:1.1}.logo-text{font-family:Geist,sans-serif;font-size:22px;font-weight:500;letter-spacing:-.025em}.logo-text .accent{color:var(--blue-600)}.logo-text .muted{color:var(--text-muted);font-weight:400}.nav{display:flex;align-items:center;gap:28px}.nav a{color:var(--text-secondary);text-decoration:none;font-size:14px;font-weight:500;transition:color .15s;white-space:nowrap}.nav a:hover{color:var(--blue-600)}.header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.lang-switcher{display:inline-flex;background:var(--bg-soft);border-radius:8px;padding:3px;font-family:Geist Mono,monospace;font-size:12px;font-weight:500}.lang-switcher button{padding:5px 10px;border:none;background:transparent;color:var(--text-muted);border-radius:5px;cursor:pointer;transition:all .15s}.lang-switcher button.active{background:var(--bg-page);color:var(--text-primary);box-shadow:0 1px 2px #0000000d}.theme-toggle{width:36px;height:36px;border:1px solid var(--border-strong);border-radius:8px;background:transparent;color:var(--text-secondary);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.theme-toggle:hover{border-color:var(--blue-600);color:var(--blue-600)}.theme-toggle svg{width:16px;height:16px}.theme-toggle .icon-sun,[data-theme=dark] .theme-toggle .icon-moon{display:none}[data-theme=dark] .theme-toggle .icon-sun{display:block}.btn{display:inline-flex;align-items:center;gap:8px;padding:11px 20px;border-radius:8px;font-family:"Source Sans 3",sans-serif;font-size:15px;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:all .15s;white-space:nowrap}.btn-primary{background:var(--gray-900);color:var(--white)}[data-theme=dark] .btn-primary{background:var(--blue-400);color:var(--gray-900)}.btn-primary:hover{background:var(--blue-800)}[data-theme=dark] .btn-primary:hover{background:var(--blue-100)}.btn-secondary{background:transparent;color:var(--text-primary);border:1px solid var(--border-strong)}.btn-secondary:hover{border-color:var(--text-primary)}.hero{padding:80px 0 100px;background:radial-gradient(circle at 85% 20%,color-mix(in srgb,var(--blue-400) 12%,transparent) 0%,transparent 50%),var(--bg-page);position:relative;overflow:hidden}.hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:60px;align-items:center}.hero-eyebrow{display:inline-flex;align-items:center;gap:10px;background:var(--blue-50);color:var(--blue-800);padding:8px 14px;border-radius:100px;font-size:13px;font-weight:600;margin-bottom:28px;font-family:Geist Mono,monospace}[data-theme=dark] .hero-eyebrow{color:var(--blue-100)}.hero-eyebrow .dot{width:6px;height:6px;border-radius:50%;background:var(--blue-600);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero h1{font-size:clamp(40px,5vw,60px);margin-bottom:24px}.hero h1 .highlight{color:var(--blue-600);position:relative}[data-theme=dark] .hero h1 .highlight{color:var(--blue-400)}.hero h1 .highlight:after{content:"";position:absolute;bottom:.05em;left:0;right:0;height:.18em;background:var(--accent-amber);z-index:-1;opacity:.5}.hero-lead{font-size:19px;line-height:1.55;color:var(--text-secondary);margin-bottom:36px;max-width:540px}.hero-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:36px}.hero-meta{display:flex;gap:32px;padding-top:28px;border-top:1px solid var(--border-color);font-size:13px;color:var(--text-secondary);font-family:Geist Mono,monospace}.hero-meta strong{color:var(--text-primary);font-family:Geist,sans-serif;font-weight:500;font-size:22px;display:block;margin-bottom:2px}.hero-carousel{position:relative;aspect-ratio:4/5;border-radius:24px;overflow:hidden;background:var(--gray-100)}.carousel-slide{position:absolute;inset:0;display:flex;align-items:flex-end;padding:32px;opacity:0;animation:carouselFade 36s infinite}.carousel-slide:nth-child(1){background:linear-gradient(135deg,#185fa5,#0c447c);animation-delay:0s}.carousel-slide:nth-child(2){background:linear-gradient(135deg,#2c2c2a,#042c53);animation-delay:6s}.carousel-slide:nth-child(3){background:linear-gradient(135deg,#1a1a19,#185fa5);animation-delay:12s}.carousel-slide:nth-child(4){background:linear-gradient(135deg,#378add,#185fa5);animation-delay:18s}.carousel-slide:nth-child(5){background:linear-gradient(135deg,#5f5e5a,#2c2c2a);animation-delay:24s}.carousel-slide:nth-child(6){background:linear-gradient(135deg,#ba7517,#5f5e5a);animation-delay:30s}@keyframes carouselFade{0%,14%{opacity:1}17%,to{opacity:0}}.carousel-scene{color:#ffffffd9;font-family:Geist Mono,monospace;font-size:12px;text-align:left;padding:16px 20px;background:#00000040;backdrop-filter:blur(8px);border-radius:12px;border:1px solid rgba(255,255,255,.1);width:100%}.carousel-scene-title{font-family:Geist,sans-serif;font-size:18px;color:var(--white);font-weight:500;margin-bottom:4px;letter-spacing:-.02em}.carousel-scene-meta{opacity:.7;font-size:11px}.carousel-bella-badge{position:absolute;bottom:20px;right:20px;width:60px;height:60px;border-radius:50%;background:var(--white);border:3px solid var(--white);box-shadow:0 4px 16px #0000004d;display:flex;align-items:center;justify-content:center;font-family:Geist Mono,monospace;font-size:9px;color:var(--blue-800);text-align:center;line-height:1.1;z-index:10}.carousel-indicators{position:absolute;top:20px;left:20px;display:flex;gap:6px;z-index:10}.carousel-dot{width:24px;height:3px;border-radius:2px;background:#ffffff4d;overflow:hidden;position:relative}.carousel-dot:after{content:"";position:absolute;inset:0;background:var(--white);width:100%;transform:translate(-100%);animation:dotProgress 36s infinite}.carousel-dot:nth-child(1):after{animation-delay:0s}.carousel-dot:nth-child(2):after{animation-delay:6s}.carousel-dot:nth-child(3):after{animation-delay:12s}.carousel-dot:nth-child(4):after{animation-delay:18s}.carousel-dot:nth-child(5):after{animation-delay:24s}.carousel-dot:nth-child(6):after{animation-delay:30s}@keyframes dotProgress{0%{transform:translate(-100%)}16%{transform:translate(0)}17%,to{transform:translate(100%)}}.trust-bar{padding:32px 0;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background:var(--bg-soft)}.trust-bar-content{display:flex;align-items:center;justify-content:space-between;gap:32px;flex-wrap:wrap}.trust-bar-label{font-size:13px;color:var(--text-secondary);font-family:Geist Mono,monospace;text-transform:uppercase;letter-spacing:.05em}.trust-logos{display:flex;gap:28px;align-items:center;flex-wrap:wrap}.trust-logo{height:28px;padding:4px 12px;background:var(--bg-page);border:1px solid var(--border-color);border-radius:6px;font-family:Geist Mono,monospace;font-size:11px;color:var(--text-secondary);display:flex;align-items:center}section{padding:100px 0}.section-header{max-width:720px;margin-bottom:60px}.section-eyebrow{display:inline-block;font-family:Geist Mono,monospace;font-size:13px;color:var(--blue-600);font-weight:500;margin-bottom:16px}[data-theme=dark] .section-eyebrow{color:var(--blue-400)}.section-title{font-size:clamp(32px,4vw,44px);margin-bottom:20px}.section-lead{font-size:18px;line-height:1.55;color:var(--text-secondary)}.realisations{background:var(--bg-soft)}.realisations-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:32px}.real-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;overflow:hidden;cursor:pointer;transition:all .2s;display:flex;flex-direction:column}.real-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0000000f;border-color:var(--blue-400)}.real-thumb{aspect-ratio:16/10;background:linear-gradient(135deg,var(--blue-50) 0%,var(--blue-100) 100%);display:flex;align-items:center;justify-content:center;font-family:Geist Mono,monospace;font-size:11px;color:var(--blue-800);position:relative}.real-thumb-tag{position:absolute;top:12px;left:12px;background:var(--bg-card);color:var(--text-primary);font-size:11px;padding:4px 10px;border-radius:100px;font-family:Geist Mono,monospace;font-weight:500;border:1px solid var(--border-color)}.real-content{padding:24px;flex:1;display:flex;flex-direction:column}.real-content h4{font-family:Geist,sans-serif;font-size:18px;font-weight:500;letter-spacing:-.02em;margin-bottom:8px;color:var(--text-primary)}.real-content p{font-size:14px;color:var(--text-secondary);line-height:1.55;margin-bottom:16px;flex:1}.real-meta{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid var(--border-color);font-family:Geist Mono,monospace;font-size:11px;color:var(--text-muted)}.real-meta a{color:var(--blue-600);text-decoration:none;font-weight:500}.realisations-footer{text-align:center;margin-top:32px}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.service-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:32px;display:flex;gap:24px;transition:all .2s;cursor:pointer}.service-card:hover{border-color:var(--blue-400);transform:translateY(-2px);box-shadow:0 8px 32px #185fa514}.service-icon{flex-shrink:0;width:80px;height:80px;border-radius:16px;background:var(--blue-50);display:flex;align-items:center;justify-content:center;color:var(--blue-800);font-family:Geist Mono,monospace;font-size:10px;text-align:center;padding:4px;border:1px dashed var(--blue-100)}[data-theme=dark] .service-icon{color:var(--blue-100)}.service-card h3{font-family:Geist,sans-serif;font-size:22px;font-weight:500;margin-bottom:10px;color:var(--text-primary);letter-spacing:-.02em}.service-card p{color:var(--text-secondary);font-size:15px;line-height:1.6;margin-bottom:16px}.service-tags{display:flex;gap:6px;flex-wrap:wrap}.service-tag{font-size:12px;padding:4px 10px;background:var(--bg-soft);color:var(--text-secondary);border-radius:100px;font-family:Geist Mono,monospace;font-weight:500}.clients{padding:80px 0;border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);background:var(--bg-page)}.clients-header{text-align:center;margin-bottom:48px}.clients-eyebrow{font-family:Geist Mono,monospace;font-size:13px;color:var(--blue-600);font-weight:500;margin-bottom:12px}[data-theme=dark] .clients-eyebrow{color:var(--blue-400)}.clients-title{font-family:Geist,sans-serif;font-size:28px;font-weight:500;letter-spacing:-.025em;color:var(--text-primary)}.clients-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:32px;align-items:center}.client-logo{aspect-ratio:5/2;background:var(--bg-soft);border-radius:8px;display:flex;align-items:center;justify-content:center;font-family:Geist Mono,monospace;font-size:11px;color:var(--text-muted);border:1px dashed var(--border-strong);text-align:center;padding:8px;transition:all .2s}.client-logo:hover{border-color:var(--blue-400);background:var(--blue-50);color:var(--blue-800)}.testimonials{background:var(--bg-soft)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:32px;display:flex;flex-direction:column}.testimonial-quote{font-family:Geist,sans-serif;font-size:17px;line-height:1.5;color:var(--text-primary);margin-bottom:24px;flex:1;letter-spacing:-.01em}.testimonial-quote:before{content:"« ";color:var(--blue-400);font-weight:600}.testimonial-quote:after{content:" »";color:var(--blue-400);font-weight:600}.testimonial-author{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid var(--border-color)}.testimonial-avatar{width:44px;height:44px;border-radius:50%;background:var(--blue-50);color:var(--blue-800);display:flex;align-items:center;justify-content:center;font-family:Geist,sans-serif;font-weight:600;font-size:14px;flex-shrink:0}.testimonial-author-info p{font-size:14px;font-weight:500;color:var(--text-primary);margin:0}.testimonial-author-info span{font-size:12px;color:var(--text-muted);font-family:Geist Mono,monospace}.expertise{background:var(--bg-section-dark);color:var(--white);position:relative;overflow:hidden}.expertise:before{content:"";position:absolute;top:0;right:0;width:50%;height:100%;background:radial-gradient(ellipse at top right,rgba(55,138,221,.15) 0%,transparent 60%)}.expertise .section-eyebrow{color:var(--blue-400)}.expertise .section-title{color:var(--white)}.expertise .section-lead{color:#ffffffbf}.expertise-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:80px;position:relative}.stat-card{padding:28px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px}.stat-number{font-family:Geist,sans-serif;font-size:48px;font-weight:500;letter-spacing:-.025em;color:var(--white);line-height:1;margin-bottom:8px}.stat-label{font-size:14px;color:#ffffffbf;font-family:Geist Mono,monospace}.expertise-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;position:relative}.expertise-block h3{font-family:Geist,sans-serif;font-size:20px;font-weight:500;margin-bottom:24px;color:var(--white);display:flex;align-items:center;gap:10px;letter-spacing:-.02em}.expertise-block h3:before{content:"";width:4px;height:20px;background:var(--blue-400);border-radius:2px}.books-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.book{aspect-ratio:3/4;background:linear-gradient(135deg,#1a4480,#0c2c52);border-radius:6px;padding:14px 10px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid rgba(255,255,255,.1);position:relative;transition:transform .2s;cursor:pointer}.book:hover{transform:translateY(-4px) rotate(-1deg)}.book-publisher{font-family:Geist Mono,monospace;font-size:9px;color:#fff9;letter-spacing:.1em}.book-title{font-family:Geist,sans-serif;font-size:12px;color:var(--white);font-weight:500;line-height:1.2;letter-spacing:-.01em}.book-year{font-family:Geist Mono,monospace;font-size:10px;color:var(--blue-100)}.cert-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.cert{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:14px 16px;display:flex;align-items:center;gap:12px}.cert-badge{width:36px;height:36px;border-radius:50%;background:var(--blue-600);display:flex;align-items:center;justify-content:center;font-family:Geist Mono,monospace;font-size:9px;color:var(--white);flex-shrink:0;font-weight:600}.cert-info{flex:1;min-width:0}.cert-name{font-size:13px;color:var(--white);font-weight:500;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cert-issuer{font-size:11px;color:#ffffffb3;font-family:Geist Mono,monospace}.about-grid{display:grid;grid-template-columns:1fr 1.3fr;gap:60px;align-items:center}.about-portrait{aspect-ratio:4/5;border-radius:24px;background:linear-gradient(135deg,var(--blue-50) 0%,var(--blue-100) 100%);display:flex;align-items:center;justify-content:center;font-family:Geist Mono,monospace;font-size:12px;color:var(--blue-800);text-align:center;padding:20px;border:1px dashed var(--blue-100)}.about-content h2{font-family:Geist,sans-serif;font-size:36px;font-weight:500;letter-spacing:-.025em;margin-bottom:24px;color:var(--text-primary)}.about-content p{font-size:17px;line-height:1.65;color:var(--text-secondary);margin-bottom:16px}.about-content p strong{color:var(--text-primary);font-weight:600}.about-cta{margin-top:24px}.tools-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.tool-card{padding:24px;border:1px solid var(--border-color);border-radius:12px;background:var(--bg-card);transition:all .2s;cursor:pointer;position:relative}.tool-card:hover{border-color:var(--blue-400);background:var(--blue-50)}.tool-card:after{content:"↗";position:absolute;top:20px;right:20px;color:var(--text-muted);font-size:18px;transition:all .2s}.tool-card:hover:after{color:var(--blue-600);transform:translate(2px,-2px)}.tool-path{font-family:Geist Mono,monospace;font-size:11px;color:var(--blue-600);margin-bottom:12px;display:block}[data-theme=dark] .tool-path{color:var(--blue-400)}.tool-card h4{font-family:Geist,sans-serif;font-size:17px;font-weight:500;margin-bottom:6px;color:var(--text-primary);letter-spacing:-.02em}.tool-card p{font-size:13px;color:var(--text-secondary);line-height:1.5}[data-theme=dark] .tool-card:hover h4,[data-theme=dark] .tool-card:hover p{color:var(--blue-100)}.tools-footer{margin-top:32px;text-align:center}.prompts{background:var(--bg-soft)}.prompts-categories{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:40px}.prompt-cat{padding:20px;border:1px solid var(--border-color);border-radius:12px;background:var(--bg-card);text-align:center;cursor:pointer;transition:all .2s}.prompt-cat:hover{border-color:var(--blue-400);transform:translateY(-2px)}.prompt-cat-icon{width:48px;height:48px;border-radius:12px;background:var(--blue-50);margin:0 auto 12px;display:flex;align-items:center;justify-content:center;color:var(--blue-800);font-family:Geist Mono,monospace;font-size:11px;font-weight:600}[data-theme=dark] .prompt-cat-icon{color:var(--blue-100)}.prompt-cat h5{font-family:Geist,sans-serif;font-size:14px;font-weight:500;color:var(--text-primary);margin-bottom:4px;letter-spacing:-.01em}.prompt-cat span{font-family:Geist Mono,monospace;font-size:11px;color:var(--text-muted)}.prompts-showcase{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.prompt-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;overflow:hidden;cursor:pointer;transition:all .2s}.prompt-card:hover{transform:translateY(-2px);border-color:var(--blue-400)}.prompt-comparison{display:grid;grid-template-columns:1fr 1fr;aspect-ratio:16/9}.prompt-before{background:var(--gray-200);display:flex;align-items:center;justify-content:center;font-family:Geist Mono,monospace;font-size:10px;color:var(--text-muted)}.prompt-after{background:linear-gradient(135deg,#185fa5,#042c53);display:flex;align-items:center;justify-content:center;font-family:Geist Mono,monospace;font-size:10px;color:#ffffffd9}.prompt-info{padding:16px}.prompt-info h5{font-family:Geist,sans-serif;font-size:14px;font-weight:500;color:var(--text-primary);margin-bottom:4px;letter-spacing:-.01em}.prompt-info span{font-family:Geist Mono,monospace;font-size:11px;color:var(--blue-600)}[data-theme=dark] .prompt-info span{color:var(--blue-400)}.prompts-source{margin-top:32px;text-align:center;font-family:Geist Mono,monospace;font-size:12px;color:var(--text-muted)}.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.blog-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;overflow:hidden;transition:all .2s;cursor:pointer}.blog-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #0000000f}.blog-thumbnail{aspect-ratio:16/9;position:relative;display:flex;align-items:flex-end;padding:20px;color:var(--white);overflow:hidden}.blog-thumbnail.cat-m365{background:linear-gradient(135deg,#185fa5,#0c447c)}.blog-thumbnail.cat-secu{background:linear-gradient(135deg,#378add,#185fa5)}.blog-thumbnail.cat-ai{background:linear-gradient(135deg,#b5d4f4,#378add)}.blog-thumbnail:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(255,255,255,.15) 0%,transparent 50%)}.blog-thumbnail-cat{position:absolute;top:16px;left:16px;background:#fff3;backdrop-filter:blur(8px);color:var(--white);font-family:Geist Mono,monospace;font-size:11px;padding:4px 10px;border-radius:100px;border:1px solid rgba(255,255,255,.2);z-index:2}.blog-content{padding:24px}.blog-meta{display:flex;align-items:center;gap:12px;font-size:12px;color:var(--text-secondary);margin-bottom:12px;font-family:Geist Mono,monospace}.blog-card h4{font-family:Geist,sans-serif;font-size:19px;font-weight:500;line-height:1.3;color:var(--text-primary);margin-bottom:10px;letter-spacing:-.02em}.blog-card p{font-size:14px;color:var(--text-secondary);line-height:1.55}.newsletter{background:var(--bg-newsletter);color:var(--white);padding:80px 0}.newsletter-inner{max-width:720px;margin:0 auto;text-align:center}.newsletter h2{font-family:Geist,sans-serif;font-size:36px;font-weight:500;letter-spacing:-.025em;margin-bottom:16px;color:var(--white)}.newsletter p{font-size:17px;color:#ffffffb3;margin-bottom:32px}.newsletter-form{display:flex;gap:8px;max-width:480px;margin:0 auto}.newsletter-form input{flex:1;padding:14px 18px;border-radius:10px;border:1px solid rgba(255,255,255,.15);background:#ffffff0d;color:var(--white);font-family:"Source Sans 3",sans-serif;font-size:15px;outline:none}.newsletter-form input::placeholder{color:#fff6}.newsletter-form button{background:var(--blue-400);color:var(--white);border:none;padding:14px 24px;border-radius:10px;font-weight:600;cursor:pointer;font-size:15px}.newsletter-meta{margin-top:20px;font-size:13px;color:#ffffff80;font-family:Geist Mono,monospace}.footer{background:var(--bg-section-dark);color:#ffffffbf;padding:60px 0 32px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer h5{font-family:Geist,sans-serif;font-size:14px;font-weight:500;color:var(--white);margin-bottom:16px;text-transform:uppercase;letter-spacing:.05em}.footer ul{list-style:none}.footer li{margin-bottom:8px}.footer a{color:#ffffffbf;text-decoration:none;font-size:14px;transition:color .15s}.footer a:hover{color:var(--white)}.footer-about{font-size:14px;color:#ffffffbf;line-height:1.65;margin-bottom:20px}.footer-bottom{padding-top:32px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;font-size:12px;color:#ffffff80;font-family:Geist Mono,monospace}.social-links{display:flex;gap:10px;margin-top:4px}.social-links a{width:36px;height:36px;border-radius:8px;background:#ffffff0f;display:flex;align-items:center;justify-content:center;transition:all .2s;color:var(--white)}.social-links a:hover{background:var(--blue-600)}.social-links svg{width:16px;height:16px;fill:currentColor}.footer-admin{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:#ffffff80;text-decoration:none;padding:4px 10px;border:1px solid rgba(255,255,255,.1);border-radius:6px;font-family:Geist Mono,monospace}.footer-admin:hover{color:var(--white);border-color:#ffffff4d}.cookie-banner{position:fixed;bottom:24px;left:24px;z-index:98;max-width:380px;background:var(--bg-card);border:1px solid var(--border-strong);border-radius:12px;padding:20px;box-shadow:0 8px 32px #0000001f}.cookie-banner h6{font-family:Geist,sans-serif;font-size:14px;font-weight:500;color:var(--text-primary);margin-bottom:8px;letter-spacing:-.01em}.cookie-banner p{font-size:13px;color:var(--text-secondary);line-height:1.5;margin-bottom:12px}.cookie-actions{display:flex;gap:8px}.cookie-actions button{flex:1;padding:8px 12px;border-radius:6px;border:1px solid var(--border-strong);background:var(--bg-card);font-family:"Source Sans 3",sans-serif;font-size:13px;font-weight:500;cursor:pointer;color:var(--text-primary)}.cookie-actions button.primary{background:var(--text-primary);color:var(--bg-card);border-color:var(--text-primary)}.wireframe-banner{background:var(--accent-amber);color:var(--gray-900);padding:12px 0;text-align:center;font-family:Geist Mono,monospace;font-size:12px;font-weight:500}.bellia-mock{position:fixed;bottom:24px;right:24px;z-index:99;display:flex;flex-direction:column;align-items:flex-end;gap:8px}.bellia-tooltip{background:var(--bg-card);padding:8px 14px;border-radius:12px;font-size:13px;color:var(--text-primary);border:1px solid var(--border-color);box-shadow:0 4px 16px #00000014;font-weight:500}.bellia-button{width:64px;height:64px;border-radius:50%;background:var(--blue-600);color:var(--white);display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 32px #185fa559;border:3px solid var(--white);font-family:Geist,sans-serif;font-size:12px;font-weight:600;text-align:center;line-height:1.1;letter-spacing:-.02em}@media(max-width:1100px){.nav{gap:18px}.nav a{font-size:13px}}@media(max-width:900px){.hero-grid,.services-grid,.expertise-grid,.blog-grid,.about-grid{grid-template-columns:1fr}.tools-grid,.expertise-stats,.realisations-grid,.testimonials-grid,.prompts-showcase{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.clients-grid,.prompts-categories{grid-template-columns:repeat(3,1fr)}.nav,.lang-switcher{display:none}.cookie-banner{left:12px;right:12px;bottom:100px;max-width:none}}
