*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#333;font-family:Aptos,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}code{font-family:Monaco,Menlo,Ubuntu Mono,monospace}.chatbot-container{bottom:20px;font-family:inherit;position:fixed;right:20px;z-index:1000}.chatbot-toggle{align-items:center;background:#29bf12;border:none;border-radius:50%;box-shadow:0 4px 12px #29bf124d;color:#fff;cursor:pointer;display:flex;font-size:24px;height:60px;justify-content:center;transition:all .3s ease;width:60px}.chatbot-toggle:hover{background:#22a30f;box-shadow:0 6px 16px #29bf1266;transform:scale(1.05)}.chatbot-toggle.open{background:#d0222e}.chatbot-window{animation:slideUp .3s ease;background:#fff;border-radius:12px;bottom:70px;box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column;height:500px;position:absolute;right:0;width:350px}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chatbot-header{align-items:center;background:#f3f4f6;border-radius:12px 12px 0 0;color:#4d6b79;display:flex;justify-content:space-between;padding:16px 20px}.chatbot-header h3{font-size:16px;font-weight:600;margin:0}.chatbot-clear{background:#fff3;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:6px 8px;transition:background .2s ease}.chatbot-clear:hover{background:#ffffff4d}.chatbot-messages{display:flex;flex:1 1;flex-direction:column;gap:12px;overflow-y:auto;padding:16px}.chatbot-messages::-webkit-scrollbar{width:4px}.chatbot-messages::-webkit-scrollbar-track{background:#f1f1f1}.chatbot-messages::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.chatbot-welcome{color:#666;font-style:italic;padding:20px;text-align:center}.chatbot-message{display:flex;flex-direction:column;margin-bottom:8px;max-width:80%}.chatbot-message.user{align-items:flex-end;align-self:flex-end}.chatbot-message.bot{align-items:flex-start;align-self:flex-start}.message-content{word-wrap:break-word;border-radius:18px;line-height:1.4;padding:12px 16px}.chatbot-message.user .message-content{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom-right-radius:6px;color:#fff}.chatbot-message.bot .message-content{background:#f0f0f0;border-bottom-left-radius:6px;color:#333}.message-header{align-items:center;display:flex;font-family:inherit;font-size:12px;margin-bottom:6px;opacity:.8}.message-owner{font-family:inherit;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.message-spacer{min-width:3ch}.message-time,.message-time-user{font-family:inherit;font-size:11px}.message-time-user{color:#ffffffe6;margin-top:4px;opacity:.8;text-align:right}.chatbot-message.bot .message-header{color:#666;font-family:inherit}.message-text{font-family:inherit;font-size:14px;line-height:1.5}.typing{align-items:center;display:flex;gap:4px}.typing span{animation:typing 1.4s ease-in-out infinite;background:#999;border-radius:50%;height:6px;width:6px}.typing span:first-child{animation-delay:-.32s}.typing span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.chatbot-input{align-items:flex-end;border-top:1px solid #eee;display:flex;gap:8px;padding:16px}.chatbot-input textarea{border:1px solid #ddd;border-radius:20px;flex:1 1;font-family:inherit;font-size:14px;line-height:1.4;max-height:80px;min-height:40px;outline:none;padding:10px 12px;resize:none}.chatbot-input textarea:focus{border-color:#667eea}.chatbot-input textarea:disabled{background:#f5f5f5;color:#999}.send-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;height:40px;justify-content:center;transition:all .2s ease;width:40px}.send-button:hover:not(:disabled){transform:scale(1.05)}.send-button:disabled{background:#ccc;cursor:not-allowed;transform:none}@media (max-width:768px){.chatbot-container{bottom:10px;right:10px}.chatbot-window{height:450px;max-width:350px;width:calc(100vw - 20px)}.chatbot-toggle{font-size:22px;height:56px;width:56px}}html{scrollbar-gutter:stable}:root{--font-xl:2rem;--font-l:1.5rem;--font-m:1.125rem;--font-base:1rem;--font-s:0.875rem}.App{display:flex;flex-direction:column;min-height:100vh}main{flex:1 1}.about-page p,.team-section .member-bio,main .blog-body p,main .blog-excerpt,main .blog-meta,main .credential,main .faq-answer p,main .member-bio,main .member-credentials,main .product-cell p,main .story-text p,main li,main p{font-size:.875rem;font-size:var(--font-s);line-height:1.5}.nav-item>a,button,main label,main td{font-family:inherit;font-size:1rem;font-size:var(--font-base)}.card ul li{margin-bottom:.75rem}.card ul li:last-child{margin-bottom:0}.container{margin:0 auto;max-width:1200px;padding:0 1rem}@media (min-width:768px){.container{padding:0 2rem}}.loading{align-items:center;display:flex;justify-content:center;padding:2rem}.spinner{animation:spin 1s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top-color:#2563eb;height:30px;width:30px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error{color:#dc2626;padding:2rem;text-align:center}.site-header{background:#fff;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:1000}.header-content{height:auto;justify-content:space-between;min-height:auto;padding:.75rem 0}.header-content,.logo{align-items:center;display:flex}.logo{margin-right:2rem;text-decoration:none}.logo img{height:23px;object-fit:contain;transition:transform .2s ease;width:auto}.logo:hover img{transform:scale(1.05)}.main-nav{flex:1 1}.main-nav .nav-list{display:flex;gap:1.5rem;list-style:none;margin:0;padding:0}.nav-item>a{color:#4d6b79;font-size:.875rem;font-weight:500;line-height:1.3;padding:.5rem 0;position:relative;text-decoration:none;transition:color .3s ease}.nav-item>a:hover{color:#d0222e}.nav-item>a.active{box-shadow:0 2px 0 0 #d0222e;color:#d0222e}.mobile-menu-toggle{display:none}.cta-button{align-items:center;background-color:#1da0d6;border-radius:.375rem;box-shadow:0 1px 2px #0000000d;color:#fff;display:inline-flex;font-size:.875rem;font-weight:500;line-height:1.3;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.cta-button:hover{background-color:#1888b8;box-shadow:0 4px 8px #1da0d64d;transform:translateY(-1px)}.btn-primary{background-color:#1da0d6;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s}.btn-primary:hover{background-color:#1888b8}.btn-secondary{background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;color:#374151;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.btn-secondary:hover{background-color:#f3f4f6;border-color:#2563eb;color:#2563eb}.hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:4rem 0}.hero-content{margin:0 auto;max-width:800px;text-align:center}.hero h1{color:#1e293b;font-size:2rem;font-size:var(--font-xl);font-weight:700;margin-bottom:1.5rem}.hero p{color:#64748b;font-size:1.125rem;font-size:var(--font-m);line-height:1.7;margin-bottom:2rem}.hero-carousel{background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:hidden;padding:1rem 0 1.5rem}.carousel-inner,.carousel-wrapper{position:relative;width:100%}.carousel-inner{height:300px}.carousel-slide{height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .8s ease-in-out,visibility .8s ease-in-out;visibility:hidden;width:100%}.carousel-slide.active{opacity:1;visibility:visible}.carousel-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1.5fr 1fr;height:100%;margin:0 auto;max-width:1200px}.carousel-text{padding:.5rem 0}.carousel-text h1{color:#1e293b;font-size:1.8rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.carousel-text p{color:#64748b;font-size:1.125rem;line-height:1.6;margin-bottom:1rem}.carousel-bullets{list-style:none;margin:0 0 1.25rem;padding:0}.carousel-bullets li{color:#475569;font-size:.95rem;line-height:1.4;margin-bottom:.5rem;padding-left:1.75rem;position:relative}.carousel-bullets li:before{color:#10b981;content:"✓";font-size:1.1rem;font-weight:700;left:0;position:absolute;top:0}.carousel-text .btn-primary{box-shadow:0 2px 4px #0000001a;display:inline-block;font-size:1rem;padding:.875rem 2rem;text-decoration:none;transition:all .3s ease}.carousel-text .btn-primary:hover{box-shadow:0 4px 12px #1da0d64d;transform:translateY(-2px)}.carousel-image{align-items:center;border-radius:0;box-shadow:0 10px 30px #00000026;display:flex;height:80%;justify-content:center;margin:auto 0;overflow:hidden;position:relative;width:100%}.carousel-image img{height:100%;object-fit:contain;object-position:center;width:100%}.carousel-arrow{align-items:center;background:#0009;border:none;color:#fff;cursor:pointer;display:flex;font-size:24px;font-weight:700;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:40px;z-index:10}.carousel-arrow:hover{background:#000c;transform:translateY(-50%) scale(1.1)}.carousel-arrow-left{left:10px}.carousel-arrow-right{right:10px}@media (max-width:1024px){.carousel-content{gap:2rem;grid-template-columns:1.3fr 1fr}.carousel-text h1{font-size:1.5rem}.carousel-text p{font-size:1rem}}.mobile-competences-header{display:none}@media (max-width:768px){.mobile-competences-header{background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:block;padding:3rem 0 2rem}.competences-content{margin:0 auto;max-width:600px;text-align:center}.competences-content h1{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:1rem}.competences-content p{color:#64748b;font-size:1.1rem;line-height:1.6}.hero-carousel{display:none}.mobile-menu-toggle{background:none;border:none;color:#374151;cursor:pointer;display:block;font-size:1.5rem;margin-left:auto;order:2;padding:.5rem}.main-nav{background:#fff;box-shadow:0 4px 6px #0000001a;display:none;left:0;position:absolute;right:0;top:100%;z-index:1000}.main-nav.mobile-menu-open{display:block}.main-nav .nav-list{flex-direction:column;gap:0;padding:1rem 0}.nav-item{border-bottom:1px solid #f3f4f6}.nav-item:last-child,.nav-item>a{border-bottom:none}.nav-item>a{display:block;font-size:1rem;padding:1rem 1.5rem}.nav-item>a.active{background-color:#f8fafc;box-shadow:none;color:#2563eb}.header-right{margin-left:1rem;order:3}.header-content{position:relative}.hero-carousel{padding:.75rem 0 1rem}.carousel-inner{height:auto;min-height:480px}.carousel-content{gap:1.5rem;grid-template-columns:1fr}.carousel-text{order:2;padding:1rem 0;text-align:center}.carousel-text h1{font-size:1.2rem;margin-bottom:.75rem}.carousel-text p{font-size:.95rem;margin-bottom:1rem}.carousel-image{border-radius:0;height:80%;order:1;width:100%}}.card{background:#fff;border:2px solid #d1d5db;border-radius:.5rem;box-shadow:0 1px 3px 0 #0000001a;margin-bottom:1rem;padding:1.5rem}.use-cases-section .card{padding:1rem}.use-cases-section .card h3,.use-cases-section .card p{margin-bottom:.25rem}.card h3{color:#1e293b;margin-bottom:.5rem}.card p{color:#64748b;margin-bottom:1rem}.use-cases-section{padding:1.5rem 0 2rem}.use-cases-banner{background:#f8f9fa;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 4px 6px -1px #1da0d61a;margin-bottom:1.5rem;overflow:hidden}.use-cases-controls{margin-bottom:2rem}.tab-navigation{border-bottom:1px solid #e2e8f0;display:flex;gap:.5rem;justify-content:center}.tab-button{align-items:center;background:#0000;border:none;border-bottom:2px solid #0000;color:#64748b;cursor:pointer;display:flex;font-size:1rem;font-size:var(--font-base);gap:.5rem;padding:.75rem 1.5rem;transition:all .2s ease}.tab-button:hover{background:#f8fafc;color:#2563eb}.tab-button.active{border-bottom-color:#2563eb;color:#2563eb;font-weight:600}.tab-icon,.tab-name{font-size:1rem}.tab-name{font-size:var(--font-base)}.tab-count{color:#94a3b8;font-size:.875rem;font-size:var(--font-s);font-weight:400}.tab-button.active .tab-count{color:#2563eb}.use-cases-results{margin-top:2rem}.empty-state{color:#64748b;padding:3rem 1rem;text-align:center}.empty-state h4{color:#1e293b;font-size:1.125rem;font-size:var(--font-m);margin-bottom:.5rem}.empty-state p{font-size:1rem;font-size:var(--font-base);margin:0 auto;max-width:400px}.story-item.compact{margin-bottom:1rem}.story-item.compact .story-content,.story-item.compact .story-main{padding:1rem 1.5rem}.story-item.compact .story-content h5{font-size:.875rem;font-size:var(--font-s);font-weight:600;margin-bottom:.5rem;margin-top:1rem}.story-item.compact .story-content p{font-size:.875rem;font-size:var(--font-s);line-height:1.4;margin-bottom:.75rem}.solutions-section{background:#f8fafc;padding:2rem 0}.tab-content{margin:0 auto;max-width:1200px}.tab-panel{display:block;margin-bottom:6rem;scroll-margin-top:100px}.tab-panel:last-child{margin-bottom:0}.tab-panel.active{display:block}.solution-hero{background:#fff;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:3rem;overflow:hidden}.solution-hero-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr;padding:3rem}.hero-text h2{color:#1e293b;font-size:2rem;font-size:var(--font-xl);font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-description{color:#475569;font-size:1rem;font-size:var(--font-base);line-height:1.7;margin-bottom:2rem}.hero-stats{display:flex;gap:2rem;margin-bottom:2rem}.hero-stats .stat-item{text-align:center}.stat-number{color:#2563eb;display:block;font-size:2rem;font-weight:700;line-height:1}.stat-label{color:#64748b;font-size:.875rem;margin-top:.25rem}.hero-buttons{display:flex;gap:1rem}.hero-video{align-items:center;display:flex;justify-content:center}.video-container{max-width:400px;width:100%}.video-placeholder{background:#1e293b;border-radius:1rem;color:#fff;padding:3rem 2rem;position:relative;text-align:center}.play-button{font-size:3rem;margin-bottom:1rem;opacity:.8}.video-placeholder p{font-size:1rem;font-weight:500;margin:0}.user-stories{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin-left:auto;margin-right:auto;margin-top:3rem;max-width:1200px}.user-stories h3{color:#1e293b;font-size:2rem;font-size:var(--font-xl);font-weight:600;margin-bottom:2rem;text-align:center}.story-item{background:#fff;border:none;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;height:240px;margin-bottom:0;overflow:hidden;transition:all .3s ease}.story-item:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-4px)}.story-icon{align-items:center;background:linear-gradient(135deg,#1da0d6,#1888b8);border-bottom:1px solid #e2e8f0;display:flex;height:60px;justify-content:center}.story-icon span{display:block;filter:brightness(0) invert(1);font-size:24px}.story-main{display:flex;flex:1 1;flex-direction:column;padding:20px}.story-main-content{flex:1 1}.story-header{cursor:pointer;display:flex;flex-direction:column;height:100%}.story-header h4{-webkit-line-clamp:2;color:#1e293b;font-size:18px;font-weight:600;line-height:1.3;margin:0 0 16px}.story-header h4,.story-summary{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.story-summary{-webkit-line-clamp:3;color:#64748b;flex:1 1;font-size:14px;line-height:1.5;margin:0}.read-more-btn{align-self:flex-start;background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:12px;font-weight:400;margin-top:16px;padding:6px 12px;transition:all .2s ease}.read-more-btn:hover{background:#1da0d6}.story-main-image{border-radius:.5rem;height:150px;overflow:hidden;width:300px}.story-main-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.story-item:hover .story-main-image img{transform:scale(1.05)}.toggle{align-items:center;background-color:#2563eb1a;border-radius:50%;color:#2563eb;cursor:pointer;display:flex;font-size:1.5rem;font-weight:700;height:30px;justify-content:center;transition:all .2s ease;width:30px}.story-item.active .toggle{background-color:#1da0d6;color:#fff}.story-item .story-content{max-height:0;opacity:0;overflow:hidden;padding:0 2rem;transition:all .4s ease}.story-item.active .story-content{border-top:1px solid #e2e8f0;max-height:500px;opacity:1;padding:0 2rem 2rem}.story-item .story-content h5{color:#374151;font-size:1rem;font-size:var(--font-base);font-weight:600;margin:1.5rem 0 .5rem}.story-item .story-content h5:first-child{margin-top:1.5rem}.story-item .story-content p{color:#6b7280;line-height:1.6;margin:0 0 1rem}@media (max-width:1024px){.solution-hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-stats{justify-content:center}.story-main{gap:1rem;grid-template-columns:1fr;text-align:center}.story-main-image{height:200px;margin:0 auto;width:100%}}@media (max-width:768px){.solutions-section{padding:1rem 0}.solution-hero-content{padding:2rem}.hero-text h2{font-size:2rem}.hero-description{font-size:1rem}.hero-stats{flex-direction:column;gap:1rem}.hero-buttons{align-items:center;flex-direction:column}.hero-buttons a{max-width:200px;text-align:center;width:100%}.story-main{padding:1.5rem}.story-header h4{font-size:1.1rem}.story-summary{font-size:.9rem}.user-stories{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.user-stories h3{font-size:1.75rem}:root{--font-xl:1.5rem;--font-l:1.25rem;--font-m:1rem}.hero{padding:3rem 0}.hero h1{font-size:2rem;font-size:var(--font-xl)}.hero p{font-size:1rem;font-size:var(--font-base)}.solutions-hero .hero-subtitle{padding:0 1rem}.solutions-grid{gap:1.5rem;grid-template-columns:1fr}.solutions-grid-section{padding:3rem 0}.solution-card-content{padding:1.5rem}.solution-card-content h3{font-size:1.25rem}}@media (max-width:480px){.solutions-nav{padding:.5rem 0}.solution-tab{font-size:.9rem;padding:.625rem 1rem}.solution-hero-content{padding:1.5rem}.hero-text h2{font-size:1.75rem}.stat-number{font-size:1.5rem}.story-main{padding:1rem}.story-item.active .story-content{padding:0 1rem 1.5rem}.user-stories{gap:1rem;grid-template-columns:1fr}}.use-case-detail-page{background:#f8fafc;min-height:calc(100vh - 120px);padding:2rem 0}.back-button{border:1px solid #e2e8f0;color:#64748b;font-size:.9rem;margin-bottom:2rem}.back-button:hover{background:#f1f5f9;color:#334155}.use-case-detail{background:#fff;border-radius:1rem;box-shadow:0 4px 6px #0000000d;overflow:hidden}.use-case-header{border-bottom:1px solid #f1f5f9;padding:3rem 3rem 2rem}.use-case-header h1{color:#1e293b;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1rem}.use-case-summary{color:#64748b;font-size:1.25rem;line-height:1.6;margin:0}.use-case-content{padding:2rem 3rem 3rem}.content-section{margin-bottom:3rem}.content-section:last-child{margin-bottom:0}.content-section h2{border-left:4px solid #2563eb;color:#1e293b;font-size:1.5rem;font-weight:600;margin:0 0 1rem;padding-left:1rem}.content-section p,.content-section ul{color:#475569;font-size:.875rem;font-size:var(--font-s);line-height:1.5;margin:0}.content-section ul{padding-left:1.5rem}.content-section li{margin-bottom:.5rem}.content-section li:last-child{margin-bottom:0}.error-state{padding:4rem 2rem;text-align:center}.error-state h3{color:#1e293b;font-size:1.5rem;margin-bottom:.5rem}.error-state p{color:#64748b;margin-bottom:2rem}@media (max-width:768px){.use-case-header{padding:2rem 1.5rem 1.5rem}.use-case-header h1{font-size:1.75rem}.use-case-summary{font-size:1rem}.use-case-content{padding:1.5rem}.content-section h2{font-size:1.25rem}}.faq-header{background:#f8fafc;padding:3rem 0;text-align:center}.faq-main-heading{color:#1e293b;font-size:2rem;font-size:var(--font-xl);font-weight:700;margin:0}.faq-section{padding:1.5rem 0 2rem}.faq-flexibility-banner{background:#f8f9fa;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 4px 6px -1px #1da0d61a;margin-bottom:3rem;overflow:hidden}.banner-content{align-items:flex-start;display:flex;gap:1.5rem;padding:1.25rem 2rem}.banner-icon{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:50%;box-shadow:0 2px 4px #1da0d61a;display:flex;flex-shrink:0;font-size:2rem;height:60px;justify-content:center;width:60px}.banner-text{flex:1 1}.banner-text h3{color:#4d6b79;font-size:1.125rem;font-size:var(--font-m);font-weight:600;line-height:1.3;margin:0 0 .5rem}.banner-text p{color:#4d6b79;font-size:.875rem;font-size:var(--font-s);line-height:1.6;margin:0;opacity:.9}.faq-layout{align-items:flex-start;display:flex;gap:3rem}.faq-sidebar{flex-shrink:0;position:sticky;top:120px;width:280px}.faq-menu{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;padding:1rem}.menu-item{align-items:center;background:#0000;border-radius:.75rem;cursor:pointer;display:flex;font-weight:500;gap:.75rem;margin-bottom:.5rem;padding:1rem;transition:all .2s ease}.menu-item:last-child{margin-bottom:0}.menu-item:hover{background-color:initial;color:#4d6b79;transform:translateX(4px)}.menu-item.active{background-color:initial;box-shadow:none;color:#d0222e}.menu-item.active:hover{background-color:initial;color:#d0222e;transform:translateX(0)}.menu-icon{font-size:1.2rem;text-align:center;width:24px}.menu-text{font-size:.875rem;font-size:var(--font-s);line-height:1.4}.faq-content{flex:1 1;min-width:0}.faq-container{display:flex;flex-direction:column;gap:1rem}.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 1px 3px #0000001a;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000001a}.faq-item.active{border-color:#2563eb;box-shadow:0 4px 12px #1da0d626}.faq-question{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:1.25rem 1.5rem;transition:background-color .2s ease;-webkit-user-select:none;user-select:none}.faq-question:hover{background-color:#f8fafc}.faq-item.active .faq-question{background-color:#eff6ff;border-bottom:1px solid #e2e8f0}.faq-question h4{color:#1e293b;flex:1 1;font-size:.875rem;font-size:var(--font-s);font-weight:600;line-height:1.5;margin:0;padding-right:1rem}.faq-toggle{align-items:center;background-color:#2563eb1a;border-radius:50%;color:#2563eb;display:flex;font-size:1.25rem;font-weight:700;height:24px;justify-content:center;transition:transform .2s ease;width:24px}.faq-item.active .faq-toggle{background-color:#1da0d6;color:#fff;transform:rotate(0deg)}.faq-answer{background-color:#fff;max-height:0;overflow:hidden;transition:all .3s ease}.faq-item.active .faq-answer{max-height:500px;padding:.75rem 1.5rem 1.5rem}.faq-answer p{color:#475569;font-size:.875rem;font-size:var(--font-s);line-height:1.5;margin:0}@media (max-width:768px){.faq-layout{flex-direction:column;gap:2rem}.faq-sidebar{position:static;width:100%}.faq-menu{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.menu-item{justify-content:flex-start;margin-bottom:0;text-align:left}.faq-main-heading{font-size:2rem}.faq-question{padding:1rem}.faq-question h4{font-size:.875rem;font-size:var(--font-s)}.faq-item.active .faq-answer{padding:.5rem 1rem 1rem}.faq-flexibility-banner{margin-bottom:2rem}.banner-content{flex-direction:column;gap:1rem;padding:1.5rem;text-align:center}.banner-icon{font-size:1.5rem;height:50px;margin:0 auto;width:50px}.banner-text h3{font-size:1rem;font-size:var(--font-base)}.banner-text p{font-size:.875rem;font-size:var(--font-s)}}@media (max-width:480px){.faq-menu{grid-template-columns:1fr}.menu-item{padding:.75rem}.menu-text{font-size:.875rem;font-size:var(--font-s)}}.products-hero{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:4rem 0;text-align:center}.products-hero h1{font-size:2rem;font-size:var(--font-xl);font-weight:700;margin-bottom:1rem}.hero-subtitle{font-size:1.125rem;font-size:var(--font-m);font-weight:300;margin:0;opacity:.9}.products-section{background:#f8fafc;padding:1.5rem 0 2rem}.products-info{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;margin-bottom:2rem}.products-info-content{padding:1.5rem}.info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:1.5rem}.info-card{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;display:flex;gap:.75rem;padding:1rem;transition:all .2s ease}.info-card:hover{background:#f1f5f9;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.info-icon{background:#fff;border:2px solid #e2e8f0;border-radius:.375rem;flex-shrink:0;font-size:1.25rem;padding:.5rem}.info-text h4{color:#1e293b;font-size:1rem;font-size:var(--font-base);font-weight:600;margin:0 0 .25rem}.info-text p{color:#64748b;font-size:.875rem;font-size:var(--font-s);line-height:1.4;margin:0}.bespoke-section{border-top:1px solid #e2e8f0;padding-top:1.5rem;text-align:center}.bespoke-content h4{color:#1e293b;font-size:1rem;font-size:var(--font-base);font-weight:600;margin:0 0 .5rem}.bespoke-content p{color:#64748b;margin:0 auto 1rem;max-width:500px}.bespoke-button,.bespoke-content p{font-size:.875rem;font-size:var(--font-s)}.bespoke-button{align-items:center;background:#29bf12;border:none;border-radius:.5rem;box-shadow:0 2px 4px #0000001a;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.bespoke-button:hover{background:#22a30f;box-shadow:0 8px 25px #29bf1266;transform:translateY(-2px)}.products-table-container{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden}.products-table{border-collapse:collapse;table-layout:fixed;width:100%}.products-table th{background:#f1f5f9;border-bottom:2px solid #e2e8f0;color:#1e293b;font-size:1rem;font-weight:600;padding:.75rem 1rem;text-align:left}.products-table td{border-bottom:1px solid #e2e8f0;padding:.75rem 1rem;vertical-align:top}.products-table tbody tr:last-child td{border-bottom:none}.products-table tbody tr{transition:background-color .2s ease}.products-table tbody tr:hover{background-color:#f8fafc}.product-cell h4{color:#1e293b;font-size:1rem;font-size:var(--font-base);font-weight:600;line-height:1.4;margin:0 0 .75rem}.product-cell p{color:#64748b;font-size:.95rem;line-height:1.5;margin:0}.price-cell{color:#4d6b79;font-size:1.125rem;font-weight:700}.pay-button{align-items:center;background:#29bf12;border:none;border-radius:.5rem;box-shadow:0 2px 4px #29bf1233;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1rem;transition:all .3s ease;width:100%}.pay-button:hover{background:#22a30f;box-shadow:0 4px 12px #29bf124d;transform:translateY(-1px)}.example-button{align-items:center;background:#1da0d6;border:none;border-radius:.5rem;box-shadow:0 2px 4px #1da0d633;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:500;gap:.5rem;justify-content:center;padding:.75rem 1rem;transition:all .3s ease;width:100%}.example-button:hover{background:#1880ab;box-shadow:0 4px 12px #1da0d64d;transform:translateY(-1px)}.products-cta{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;margin-top:3rem;padding:3rem;text-align:center}.products-cta h3{color:#1e293b;font-size:1.75rem;font-weight:600;margin-bottom:1rem}.products-cta p{color:#64748b;font-size:1.125rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.products-cta .cta-button{align-items:center;background:linear-gradient(135deg,#1da0d6,#1888b8);border-radius:.75rem;box-shadow:0 4px 6px -1px #1da0d64d;color:#fff;display:inline-flex;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.products-cta .cta-button:hover{background:linear-gradient(135deg,#1888b8,#1da0d6);box-shadow:0 8px 25px #1da0d666;transform:translateY(-2px)}@media (max-width:768px){.products-hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}.products-info-content{padding:1rem}.info-grid{gap:.75rem;grid-template-columns:1fr;margin-bottom:1rem}.info-card{padding:.75rem}.bespoke-section{padding-top:1rem}.bespoke-content p{margin-left:0;margin-right:0}.products-table-container{border-radius:.5rem;overflow-x:auto}.products-table{min-width:800px}.products-table td,.products-table th{padding:1rem .75rem}.product-cell h4{font-size:1rem}.product-cell p{font-size:.875rem}.example-button,.pay-button{font-size:.8rem;padding:.5rem .75rem}.products-cta{padding:2rem 1rem}.products-cta h3{font-size:1.5rem}.products-cta p{font-size:1rem}}@media (max-width:480px){.products-table{min-width:700px}.products-table td,.products-table th{padding:.75rem .5rem}}.products-cards-container{display:none;flex-direction:column;gap:1rem;padding:1rem}.product-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;padding:1rem;transition:box-shadow .2s ease}.product-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.product-card-header{display:flex;justify-content:flex-end;margin-bottom:.5rem}.product-id-badge{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:.375rem;color:#475569;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.product-card-content{margin-bottom:1rem}.product-card-title{color:#1e293b;font-size:1rem;font-size:var(--font-base);font-weight:600;line-height:1.3;margin:0 0 .75rem}.product-card-description{color:#64748b;font-size:.875rem;font-size:var(--font-s);line-height:1.5;margin:0}.product-card-actions{display:flex;flex-direction:column;gap:.75rem}.mobile-button{border:none;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-size:var(--font-s);font-weight:500;padding:.75rem 1rem;text-align:center;transition:all .2s ease;width:100%}.mobile-button.pay-button{background:#2563eb;color:#fff}.mobile-button.pay-button:hover{background:#1d4ed8}.mobile-button.example-button{background:#f8fafc;border:1px solid #e2e8f0;color:#475569}.mobile-button.example-button:hover{background:#f1f5f9;border-color:#cbd5e1}@media (max-width:768px){.products-table-container{display:none}.products-cards-container{display:flex}}@media (min-width:769px){.products-table-container{display:block}.products-cards-container{display:none}}.our-story-section{background:#fff;padding:1.5rem 0 1rem}.story-layout{align-items:center;display:flex;gap:4rem;width:100%}.our-story-section .story-content{flex:1 1;max-height:none!important;min-width:0;opacity:1!important;overflow:visible!important;position:relative;z-index:1}.our-story-section .story-content h2{color:#1e293b;display:block;font-size:1.5rem;font-size:var(--font-l);font-weight:700;line-height:1.2;margin-bottom:1rem;opacity:1;visibility:visible}.our-story-section .story-text{color:#475569;font-size:.875rem;font-size:var(--font-s);line-height:1.5;max-height:none!important;overflow:visible!important}.our-story-section .story-text,.our-story-section .story-text p{display:block!important;opacity:1!important;visibility:visible!important}.our-story-section .story-text p{margin-bottom:1.2rem}.story-image{flex-shrink:0;width:550px}.story-img{border-radius:1rem;box-shadow:0 10px 25px -5px #0000001a;height:auto;max-height:495px;max-width:100%;object-fit:contain;width:auto}.team-section{background:#f8fafc;padding:1rem 0 5rem}.team-heading{color:#1e293b;font-size:1.5rem;font-size:var(--font-l);font-weight:700;margin-bottom:2rem;text-align:center}.team-list{display:flex;flex-direction:column;gap:4rem;margin:0 auto;max-width:1200px}.team-member{align-items:flex-start;display:flex;gap:3rem;margin-bottom:2rem}.member-image-container{flex-shrink:0;width:200px}.member-image{border-radius:.75rem;height:200px;object-fit:cover;transition:all .3s ease;width:200px}.member-info{flex:1 1;padding-left:1rem}.member-info h3{color:#1e293b;font-size:1.125rem;font-size:var(--font-m);font-weight:700;margin-bottom:.25rem}.member-title{color:#2563eb;font-size:1rem;font-size:var(--font-base);font-weight:600;margin-bottom:.75rem}.member-bio{color:#475569;font-size:.875rem;font-size:var(--font-s);line-height:1.5;margin-bottom:1rem}.member-credentials{display:flex;flex-wrap:wrap;gap:.75rem}.credential{background:linear-gradient(135deg,#dbeafe,#e0e7ff);border:1px solid #c7d2fe;border-radius:2rem;color:#1e40af;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.credential:hover{background:linear-gradient(135deg,#c7d2fe,#ddd6fe);transform:translateY(-1px)}@media (max-width:1024px){.story-layout{flex-direction:column;gap:3rem}.story-image{margin:0 auto;max-width:550px;width:100%}.team-list{gap:3rem}.team-member{gap:2rem}.member-image-container{width:180px}.member-image{border-radius:.75rem;height:180px;width:180px}}@media (max-width:768px){.our-story-section{padding:1rem 0}.team-section{padding:3rem 0}.story-content h2,.team-heading{font-size:1.5rem}.story-text{font-size:.85rem}.story-img{max-height:330px}.team-list{gap:2.5rem}.team-member{flex-direction:column;gap:1.5rem;text-align:center}.member-image-container{margin:0 auto;width:150px}.member-image{border-radius:.75rem;height:150px;width:150px}.member-info{padding-left:0}.member-info h3{font-size:1.125rem}.member-title{font-size:1rem}.member-bio{font-size:.85rem;text-align:left}.member-credentials{justify-content:center}}@media (max-width:480px){.story-content h2,.team-heading{font-size:1.25rem}.team-member{margin-bottom:1.5rem}.member-credentials{gap:.5rem}.credential{font-size:.8rem;padding:.4rem .8rem}}.blog-hero{background:linear-gradient(135deg,#1e3a8a,#3b82f6);color:#fff;padding:3rem 0;text-align:center}.blog-hero h1{font-size:2rem;font-size:var(--font-xl);font-weight:700;margin:0}.blog-section{background:#f8fafc;padding:1.5rem 0 2rem}.blog-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:1200px}.blog-post{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;cursor:pointer;overflow:hidden;transition:all .3s ease}.blog-post:hover{box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-2px)}.blog-image{height:250px;overflow:hidden;width:100%}.blog-image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.blog-post:hover .blog-image img{transform:scale(1.05)}.blog-content{padding:2rem}.blog-header{margin-bottom:1rem}.blog-header h2{color:#1e293b;font-size:1.5rem;font-size:var(--font-l);font-weight:600;line-height:1.4;margin:0}.blog-read-more{border-top:1px solid #e2e8f0;margin-top:1rem;padding-top:1rem}.blog-read-more span{color:#2563eb;font-size:.9rem;font-weight:500;transition:color .2s ease}.blog-post:hover .blog-read-more span{color:#1d4ed8}.blog-meta{align-items:center;color:#64748b;display:flex;font-size:.9rem;gap:1rem;margin-bottom:1rem}.blog-category,.blog-date{font-size:.9rem;font-weight:500}.blog-category{background:linear-gradient(135deg,#dbeafe,#e0e7ff);border:1px solid #c7d2fe;border-radius:1rem;color:#1e40af;padding:.25rem .75rem}.blog-excerpt{color:#475569;font-size:1rem;line-height:1.6;margin-bottom:1rem}.code-block{background:#1e293b;border-radius:.75rem;margin:1.5rem 0;overflow-x:auto;padding:1.5rem}.code-block h4{color:#e2e8f0;font-size:1rem;margin:0 0 1rem}.code-block pre{color:#e2e8f0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9rem;line-height:1.5;margin:0;overflow-x:auto}.code-block code,.code-block pre{background:none;border:none;padding:0}.code-block code{color:inherit;font-size:inherit}.highlight-box{background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #f59e0b;border-radius:.75rem;margin:1.5rem 0;padding:1.5rem}.highlight-box h4{color:#92400e;font-size:1.1rem;margin:0 0 .75rem}.highlight-box p{color:#92400e;font-weight:500;margin:0}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin:1.5rem 0}.stat-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;padding:1rem;text-align:center}.stat-item h4{color:#2563eb;font-size:2rem;font-weight:700;margin:0 0 .5rem}.stat-item p{color:#64748b;font-size:.9rem;line-height:1.4;margin:0}@media (max-width:768px){.blog-hero{padding:2rem 0}.blog-hero h1{font-size:1.75rem}.blog-section{padding:3rem 0}.blog-grid{gap:1.5rem;grid-template-columns:1fr}.blog-content{padding:1.5rem}.blog-header h2,.blog-toggle{font-size:1.25rem}.blog-toggle{height:28px;width:28px}.blog-meta{flex-direction:column;gap:.5rem}.blog-image{height:200px}.code-block{margin:1rem 0;padding:1rem}.code-block pre{font-size:.8rem}.stats-grid{gap:.75rem;grid-template-columns:1fr}.highlight-box{margin:1rem 0;padding:1rem}}@media (max-width:480px){.blog-content{padding:1rem}.blog-header{gap:.75rem}.blog-header h2,.blog-toggle{font-size:1.1rem}.blog-toggle{height:26px;width:26px}}.auth-button{border:none;border-radius:4px;cursor:pointer;padding:.4rem 1.25rem;transition:all .2s ease}.auth-button,.login-button{font-size:.875rem;font-weight:500}.login-button{align-items:center;background:#29bf12;border:1px solid #29bf12;color:#fff;display:inline-flex;font-family:inherit;justify-content:center;text-decoration:none}.login-button:hover{background:#22a30f;box-shadow:0 4px 12px #29bf1266;transform:translateY(-1px)}.signup-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.signup-button:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.logout-button{background:#f44336;color:#fff}.logout-button:hover{background:#d32f2f}.user-name{color:#333;font-size:.875rem;margin-right:1rem}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:8px;box-shadow:0 10px 40px #00000026;max-width:400px;padding:2rem;position:relative;width:90%}.modal-close{align-items:center;background:none;border:none;border-radius:4px;color:#999;cursor:pointer;display:flex;font-size:1.5rem;height:30px;justify-content:center;position:absolute;right:.75rem;top:.75rem;transition:background .2s;width:30px}.modal-close:hover{background:#f5f5f5;color:#333}.modal-content h2{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{color:#555;display:block;font-weight:500}.form-group input,.form-group select{border:1px solid #ddd;border-radius:4px;font-size:.875rem;padding:.625rem;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:4px;font-size:.875rem;padding:.75rem;transition:all .2s ease;width:100%}.submit-button:hover{box-shadow:0 4px 12px #667eea4d;transform:translateY(-1px)}.header-right{align-items:center;display:flex;gap:.5rem}@media (max-width:768px){.modal-content{padding:1.5rem;width:95%}.auth-button{font-size:.8rem;padding:.4rem 1rem}.login-button{margin-right:.5rem}.user-name{display:none}}.login-page{align-items:center;background:#f5f8fa;display:flex;justify-content:center;min-height:100vh;padding:2rem 1rem}.login-container{background:#fff;border-radius:8px;box-shadow:0 4px 20px #0000001a;max-width:480px;padding:3rem 2.5rem;width:100%}.login-header{margin-bottom:2rem;text-align:center}.back-link{color:#06c;display:inline-block;font-size:.875rem;margin-bottom:1.5rem;text-decoration:none}.back-link:hover{text-decoration:underline}.login-title h1{color:#2d3748;font-size:1.75rem;font-weight:600;line-height:1.3;margin-bottom:.75rem}.login-title p{color:#718096;font-size:.875rem;line-height:1.5;margin-bottom:0}.account-toggle{margin-bottom:2rem;text-align:center}.account-toggle p{color:#718096;font-size:.875rem;margin:0}.link-button{background:none;border:none;color:#06c;cursor:pointer;font-size:.875rem;padding:0;text-decoration:underline}.link-button:hover{color:#049}.email-form .form-group{margin-bottom:1.5rem}.email-form label{color:#2d3748;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.email-form input,.email-form select{background:#fff;border:2px solid #e2e8f0;border-radius:6px;font-size:1rem;padding:.875rem;transition:border-color .2s,box-shadow .2s;width:100%}.email-form input:focus,.email-form select:focus{border-color:#06c;box-shadow:0 0 0 3px #0066cc1a;outline:none}.next-button{background:#29bf12;border:1px solid #29bf12;border-radius:6px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:2rem;padding:.875rem 1.5rem;transition:all .2s,transform .1s;width:100%}.next-button:hover{background:#22a30f;transform:translateY(-1px)}.divider{margin:2rem 0;position:relative;text-align:center}.divider:before{background:#e2e8f0;content:"";height:1px;left:0;position:absolute;right:0;top:50%}.divider span{background:#fff;color:#a0aec0;font-size:.875rem;padding:0 1rem;position:relative}.social-buttons{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem}.social-button{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:6px;color:#2d3748;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;justify-content:center;padding:.875rem 1.5rem;transition:all .2s}.social-button:hover{border-color:#cbd5e0;box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}.social-button.apple{color:#000}.sso-section{border-top:1px solid #e2e8f0;padding-top:1.5rem;text-align:center}.sso-button{background:none;border:none;color:#06c;cursor:pointer;font-size:.875rem;padding:0;text-decoration:underline}.sso-button:hover{color:#049}@media (max-width:640px){.login-container{margin:1rem;padding:2rem 1.5rem}.login-title h1{font-size:1.5rem}.social-buttons{gap:.5rem}.social-button{font-size:.8rem;padding:.75rem 1rem}}.blog-post-page{background:#f8fafc;min-height:100vh;padding:2rem 0}.blog-post-header{margin-bottom:2rem}.back-button{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;color:#374151;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.back-button:hover{background:#f3f4f6;border-color:#2563eb;color:#2563eb;transform:translateX(-2px)}.blog-post-full{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;margin:0 auto;max-width:1200px;overflow:hidden}.blog-post-image{height:400px;overflow:hidden;width:100%}.blog-post-image img{height:100%;object-fit:cover;width:100%}.blog-post-content{padding:3rem}.blog-post-meta{align-items:center;color:#64748b;display:flex;font-size:.9rem;gap:1rem;margin-bottom:2rem}.blog-post-content h1{color:#1e293b;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.blog-post-excerpt{background:#f8fafc;border-left:4px solid #2563eb;border-radius:.5rem;color:#475569;font-size:1.25rem;line-height:1.6;margin-bottom:2rem;padding:1.5rem}.blog-post-body{color:#374151;font-size:1.1rem;line-height:1.7}.blog-post-body h3{color:#1e293b;font-size:1.5rem;font-weight:600;margin:2rem 0 1rem}.blog-post-body h4{color:#374151;font-size:1.25rem;font-weight:600;margin:1.5rem 0 .75rem}.blog-post-body p{margin-bottom:1.5rem}.blog-post-body ul{margin:1.5rem 0;padding-left:2rem}.blog-post-body li{margin-bottom:.75rem}.blog-post-body strong{color:#1e293b;font-weight:600}.blog-post-not-found{padding:4rem 2rem;text-align:center}.blog-post-not-found h1{color:#1e293b;font-size:2rem;margin-bottom:1rem}.blog-post-not-found p{color:#64748b;margin-bottom:2rem}@media (max-width:768px){.blog-post-page{padding:1rem 0}.blog-post-content{padding:2rem 1.5rem}.blog-post-content h1{font-size:1.75rem}.blog-post-excerpt{font-size:1.1rem;padding:1rem}.blog-post-body{font-size:1rem}.blog-post-image{height:250px}}.contact-main-section{padding:1.5rem 0 .5rem}.auth-modal{padding:1rem;text-align:center}.auth-modal-icon{font-size:3rem;margin-bottom:1rem}.auth-modal h3{color:#1e293b;font-size:1.5rem;margin-bottom:1rem}.auth-modal p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.auth-modal-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:1rem}.auth-modal-login,.auth-modal-signup{border:none;border-radius:.5rem;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 2rem;transition:all .2s ease}.auth-modal-login{background:#1da0d6;color:#fff}.auth-modal-login:hover{background:#1888b8;box-shadow:0 4px 12px #1da0d64d;transform:translateY(-1px)}.auth-modal-signup{background:#10b981;color:#fff}.auth-modal-signup:hover{background:#059669;box-shadow:0 4px 12px #0596694d;transform:translateY(-1px)}.auth-modal-note{color:#94a3b8;font-size:.875rem;margin-top:1rem}.contact-banner{background:#f8f9fa;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 4px 6px -1px #1da0d61a;margin-bottom:1.5rem;overflow:hidden}.contact-section{background:#f8fafc;padding:1.5rem 0 3rem}.contact-layout{grid-gap:3rem;align-items:flex-start;display:grid;gap:3rem;grid-template-columns:1fr 1.5fr}.contact-form-section h2,.contact-options h2{color:#1e293b;font-size:1.5rem;font-size:var(--font-l);font-weight:600;margin-bottom:2rem}.contact-option{align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;cursor:pointer;display:flex;gap:1rem;margin-bottom:1rem;padding:1.5rem;position:relative;transition:all .3s ease}.contact-option:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.option-icon{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:50%;display:flex;flex-shrink:0;font-size:2rem;height:60px;justify-content:center;width:60px}.option-content{flex:1 1}.option-content h3{color:#1e293b;font-size:1rem;font-size:var(--font-base);font-weight:600;margin:0 0 .5rem}.option-content p{color:#64748b;font-size:.875rem;font-size:var(--font-s);line-height:1.4;margin:0}.option-note{color:#94a3b8;display:inline-block;font-size:.75rem;font-style:italic;margin-top:.5rem}.contact-form-section{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a;padding:2rem}.contact-form{display:flex;flex-direction:column;gap:1rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column}.form-group label{color:#374151;font-size:.875rem;font-size:var(--font-s);font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#fff;border:2px solid #e2e8f0;border-radius:.5rem;font-family:inherit;font-size:1rem;font-size:var(--font-base);padding:.875rem;transition:all .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #1da0d61a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-message{border-radius:.5rem;font-size:.875rem;font-size:var(--font-s);font-weight:500;padding:1rem}.submit-message.success{background:linear-gradient(135deg,#d1fae5,#a7f3d0);border:1px solid #10b981;color:#065f46}.submit-message.error{background:linear-gradient(135deg,#fee2e2,#fecaca);border:1px solid #ef4444;color:#991b1b}.submit-button{align-self:flex-start;background:linear-gradient(135deg,#1da0d6,#1888b8);border:none;border-radius:.5rem;box-shadow:0 2px 4px #1da0d633;color:#fff;cursor:pointer;font-size:1rem;font-size:var(--font-base);font-weight:600;padding:1rem 2rem;transition:all .3s ease}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#1888b8,#1da0d6);box-shadow:0 8px 25px #1da0d64d;transform:translateY(-2px)}.submit-button:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:1024px){.contact-layout{gap:3rem;grid-template-columns:1fr}}@media (max-width:768px){.contact-main-section{padding:1rem 0 .5rem}.contact-banner{margin-bottom:1rem}.contact-section{padding:1.5rem 0 3rem}.contact-layout{gap:1.5rem}.contact-form-section h2,.contact-options h2{font-size:1.25rem}.contact-option{padding:1rem}.option-icon{font-size:1.5rem;height:50px;width:50px}.contact-form-section{padding:1.5rem}.form-row{gap:0;grid-template-columns:1fr}.form-group input,.form-group select,.form-group textarea{padding:.75rem}.submit-button{justify-content:center;width:100%}}@media (max-width:480px){.contact-main-section{padding:.75rem 0 .25rem}.contact-option{align-items:flex-start;flex-direction:row;gap:1rem;text-align:left}.option-icon{font-size:1.25rem;height:40px;width:40px}.option-content{text-align:left}.contact-form-section{padding:1rem}}@media (max-width:768px){.use-cases-section{padding:1rem 0 2rem}.use-cases-banner{margin-bottom:1rem}.use-cases-controls{margin-bottom:1.5rem}.tab-navigation{flex-wrap:wrap;gap:.25rem;justify-content:center}.tab-button{font-size:.875rem;font-size:var(--font-s);padding:.5rem 1rem}.tab-icon{font-size:.875rem}.story-item.compact .story-content,.story-item.compact .story-main{padding:.75rem 1rem}}@media (max-width:480px){.use-cases-section{padding:.75rem 0 1.5rem}.use-cases-controls{margin-bottom:1rem}.tab-navigation{justify-content:space-between}.tab-button{flex:1 1;flex-direction:column;font-size:.75rem;gap:.25rem;justify-content:center;padding:.4rem .5rem}.tab-name{font-size:.7rem;line-height:1.1}.tab-icon{font-size:.9rem}.tab-count{font-size:.65rem}.story-item.compact .story-content,.story-item.compact .story-main{padding:.5rem .75rem}}.cookie-consent-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:10000}.cookie-consent-modal{animation:slideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;font-family:inherit;max-height:95vh;max-width:480px;overflow-y:auto;width:100%}@keyframes slideIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.cookie-consent-header{background:#4d6b79;border-radius:12px 12px 0 0;color:#fff;padding:1.5rem}.cookie-consent-header h2{font-family:inherit;font-size:1.25rem;font-weight:600;margin:0}.cookie-consent-body{padding:1.5rem}.cookie-consent-intro{color:#374151;font-size:.9rem;line-height:1.6;margin:0 0 1.5rem}.cookie-categories{margin:1.5rem 0}.cookie-category{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;gap:.75rem;padding:.75rem 0}.cookie-category:last-child{border-bottom:none}.category-icon{flex-shrink:0;font-size:1.25rem}.category-text{color:#374151;font-size:.875rem}.cookie-consent-note{color:#6b7280;font-size:.8rem;line-height:1.5;margin:1.5rem 0 0}.cookie-consent-note a{color:#2563eb;text-decoration:none}.cookie-consent-note a:hover{text-decoration:underline}.cookie-consent-actions{display:flex;flex-direction:column;gap:.75rem;padding:0 1.5rem 1.5rem}.cookie-btn{border:none;border-radius:8px;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;text-align:center;transition:all .2s ease}.cookie-btn-accept-all{background:#1da0d6;color:#fff}.cookie-btn-accept-all:hover{background:#1888b8;box-shadow:0 4px 12px #1da0d64d;transform:translateY(-1px)}.cookie-btn-essential{background:#f8fafc;border:1px solid #d1d5db;color:#374151}.cookie-btn-essential:hover{background:#f1f5f9;border-color:#9ca3af}.cookie-btn-settings{background:#0000;color:#6b7280;padding:.5rem;text-decoration:underline}.cookie-btn-settings:hover{color:#374151}@media (max-width:640px){.cookie-consent-modal{margin:1rem;max-width:none}.cookie-consent-body,.cookie-consent-header{padding:1rem}.cookie-consent-actions{padding:0 1rem 1rem}.cookie-consent-header h2{font-size:1.25rem}}