.aichat-page{--ac-primary:#7c3aed;--ac-primary-hover:#8b5cf6;--ac-primary-glow:#7c3aed66;--ac-secondary:#4f46e5;--ac-bg:#030308;--ac-bg-2:#0a0a12;--ac-card:#ffffff06;--ac-text:#fff;--ac-text-muted:#ffffff8c;--ac-border:#7c3aed33;--ac-gradient:linear-gradient(135deg, #7c3aed 0%, #4f46e5 100%);--ac-gradient-soft:linear-gradient(135deg, #7c3aed26 0%, #4f46e514 100%);background-color:var(--ac-bg);color:var(--ac-text);font-family:var(--font-outfit), "Inter", sans-serif;min-height:100vh;overflow-x:hidden}.aichat-bg-orbs{pointer-events:none;z-index:0;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.ac-orb{filter:blur(120px);opacity:.15;border-radius:50%;animation:12s ease-in-out infinite orbFloat;position:absolute}.ac-orb-1{background:radial-gradient(circle,#7c3aed,#0000 70%);width:600px;height:600px;animation-delay:0s;top:-200px;right:-150px}.ac-orb-2{background:radial-gradient(circle,#4f46e5,#0000 70%);width:500px;height:500px;animation-delay:-6s;bottom:-100px;left:-100px}.ac-orb-3{opacity:.08;background:radial-gradient(circle,#a855f7,#0000 70%);width:350px;height:350px;animation-delay:-3s;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes orbFloat{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-40px)scale(1.05)}}.aichat-page .container{z-index:1;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.aichat-hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding:120px 0 80px;display:flex;position:relative}.aichat-hero .hero-logo-wrapper{justify-content:center;margin-bottom:2rem;animation:.6s cubic-bezier(.16,1,.3,1) both acFadeUp;display:flex}.aichat-hero .hero-logo{letter-spacing:3px;text-transform:uppercase;color:#fff;border:1px solid var(--ac-border);background:#7c3aed0f;border-radius:50px;align-items:center;gap:.6rem;padding:.55rem 1.6rem;font-size:.9rem;font-weight:800;display:inline-flex;box-shadow:0 0 30px #7c3aed1a,inset 0 0 30px #7c3aed05}.aichat-hero .hero-logo-img{object-fit:contain;border-radius:6px;width:22px;height:22px}.aichat-hero .hero-logo span{color:var(--ac-primary-hover)}.aichat-hero .hero-title{letter-spacing:-1.5px;margin-bottom:1.5rem;font-size:clamp(2.8rem,8vw,5rem);font-weight:900;line-height:1.1;animation:.6s cubic-bezier(.16,1,.3,1) .1s both acFadeUp}.aichat-page .text-gradient{background:var(--ac-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.aichat-hero .hero-subtitle{color:var(--ac-text-muted);max-width:580px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.2rem;line-height:1.7;animation:.6s cubic-bezier(.16,1,.3,1) .2s both acFadeUp}.hero-btns{flex-wrap:wrap;justify-content:center;gap:1rem;animation:.6s cubic-bezier(.16,1,.3,1) .3s both acFadeUp;display:flex}.aichat-page .ac-btn{letter-spacing:.5px;color:#fff;cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:.5rem;min-width:180px;padding:.85rem 2rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1);display:inline-flex;position:relative;overflow:hidden}.aichat-page .ac-btn.btn-primary{background:var(--ac-gradient);box-shadow:0 4px 20px var(--ac-primary-glow)}.aichat-page .ac-btn.btn-primary:before{content:"";opacity:0;background:linear-gradient(135deg,#ffffff1f,#0000);transition:opacity .3s;position:absolute;inset:0}.aichat-page .ac-btn.btn-primary:hover{box-shadow:0 8px 32px var(--ac-primary-glow);transform:translateY(-3px)}.aichat-page .ac-btn.btn-primary:hover:before{opacity:1}.aichat-page .ac-btn.btn-secondary{color:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0a;border:1px solid #ffffff1a}.aichat-page .ac-btn.btn-secondary:hover{border-color:var(--ac-border);color:#fff;background:#7c3aed1a;transform:translateY(-3px)}.aichat-page .ac-btn.coming-soon{opacity:.4;cursor:not-allowed;pointer-events:none}.hero-chat-preview{margin-top:5rem;animation:.8s cubic-bezier(.16,1,.3,1) .4s both acFadeUp}.chat-window{border:1px solid var(--ac-border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff05;border-radius:24px;max-width:680px;margin:0 auto;overflow:hidden;box-shadow:0 25px 80px #00000080,0 0 60px #7c3aed14}.chat-window-header{border-bottom:1px solid var(--ac-border);background:#7c3aed0f;align-items:center;gap:1rem;padding:1rem 1.5rem;display:flex}.chat-window-dots{gap:6px;display:flex}.chat-window-dots span{border-radius:50%;width:10px;height:10px}.chat-window-dots span:first-child{background:#ff5f57}.chat-window-dots span:nth-child(2){background:#ffbd2e}.chat-window-dots span:nth-child(3){background:#28ca41}.chat-window-title{color:var(--ac-text-muted);letter-spacing:.5px;text-align:center;flex:1;font-size:.8rem;font-weight:600}.chat-model-badge{background:var(--ac-gradient);color:#fff;border-radius:50px;padding:.2rem .7rem;font-size:.72rem;font-weight:700}.chat-messages{flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.chat-bubble{align-items:flex-start;gap:.75rem;animation:.4s both acFadeUp;display:flex}.chat-bubble.user{flex-direction:row-reverse}.chat-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;display:flex}.chat-bubble.ai .chat-avatar{background:var(--ac-gradient);box-shadow:0 0 12px #7c3aed66}.chat-bubble.user .chat-avatar{background:#ffffff1a;border:1px solid #ffffff1f}.chat-avatar-img{padding:0;overflow:hidden;box-shadow:none!important;background:0 0!important}.chat-avatar-img img{object-fit:cover;border-radius:50%;width:100%;height:100%}.chat-text{border-radius:16px;max-width:75%;padding:.75rem 1.1rem;font-size:.88rem;line-height:1.6}.chat-bubble.ai .chat-text{color:#ffffffe6;background:#7c3aed1a;border:1px solid #7c3aed33;border-top-left-radius:4px}.chat-bubble.user .chat-text{color:#ffffffd9;text-align:right;background:#ffffff0f;border:1px solid #ffffff14;border-top-right-radius:4px}.chat-input-bar{border-top:1px solid var(--ac-border);background:#0003;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.chat-input-fake{background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;flex:1;align-items:center;height:36px;padding:0 1rem;display:flex}.chat-input-fake span{color:var(--ac-text-muted);font-size:.8rem}.chat-send-btn{background:var(--ac-gradient);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;font-size:1rem;display:flex;box-shadow:0 4px 12px #7c3aed4d}.aichat-features{z-index:1;padding:100px 0;position:relative}.aichat-page .section-header{text-align:center;margin-bottom:5rem}.aichat-page .section-label{letter-spacing:3px;text-transform:uppercase;color:var(--ac-primary-hover);border:1px solid var(--ac-border);background:#7c3aed14;border-radius:50px;margin-bottom:1.25rem;padding:.4rem 1.2rem;font-size:.78rem;font-weight:700;display:inline-block}.aichat-page .section-title{letter-spacing:-.5px;margin-bottom:1rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:800}.aichat-page .section-subtitle{color:var(--ac-text-muted);max-width:520px;margin:0 auto;font-size:1.1rem;line-height:1.7}.features-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.feature-card{background:var(--ac-gradient-soft);border:1px solid var(--ac-border);border-radius:24px;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.feature-card:before{content:"";background:linear-gradient(90deg,#0000,#7c3aed80,#0000);height:1px;position:absolute;top:0;left:0;right:0}.feature-card:hover{background:#7c3aed0f;border-color:#7c3aed66;transform:translateY(-8px);box-shadow:0 20px 60px #7c3aed1f}.feature-icon{background:var(--ac-gradient);border-radius:16px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.5rem;font-size:1.5rem;display:flex;box-shadow:0 8px 24px #7c3aed4d}.feature-card h3{color:#fff;margin-bottom:.6rem;font-size:1.1rem;font-weight:700}.feature-card p{color:var(--ac-text-muted);margin:0;font-size:.9rem;line-height:1.65}.aichat-models{z-index:1;padding:80px 0 100px;position:relative}.models-showcase{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:3rem;display:flex}.model-chip{color:#fffc;cursor:default;background:#ffffff08;border:1px solid #ffffff14;border-radius:50px;align-items:center;gap:.6rem;padding:.7rem 1.4rem;font-size:.85rem;font-weight:600;transition:all .3s;display:flex}.model-chip:hover{border-color:var(--ac-border);color:#fff;background:#7c3aed14;transform:translateY(-2px)}.model-chip .model-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.aichat-cta{z-index:1;padding:80px 0 120px;position:relative}.cta-box{background:var(--ac-gradient-soft);border:1px solid var(--ac-border);text-align:center;border-radius:40px;padding:6rem 2rem;position:relative;overflow:hidden}.cta-box:before{content:"";background:var(--ac-gradient);opacity:.5;height:1px;position:absolute;top:0;left:0;right:0}.cta-box:after{content:"";pointer-events:none;background:radial-gradient(circle,#7c3aed26,#0000 70%);width:300px;height:300px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.cta-box h2{letter-spacing:-1px;margin-bottom:1.25rem;font-size:clamp(2rem,5vw,3.5rem);font-weight:900}.cta-box p{color:var(--ac-text-muted);max-width:500px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.1rem;line-height:1.7}.cta-btns{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.aichat-footer{text-align:center;z-index:1;border-top:1px solid #ffffff0d;padding:60px 0;position:relative}.aichat-footer .footer-logo{letter-spacing:2px;margin-bottom:1.5rem;font-size:1.4rem;font-weight:800}.aichat-footer .footer-links{flex-wrap:wrap;justify-content:center;gap:2.5rem;margin-bottom:2rem;display:flex}.aichat-footer .footer-links a{color:var(--ac-text-muted);font-size:.9rem;text-decoration:none;transition:color .2s}.aichat-footer .footer-links a:hover{color:var(--ac-primary-hover)}@keyframes acFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.aichat-page .glass-card{border:1px solid var(--ac-border);-webkit-backdrop-filter:blur(20px);background:#ffffff05}.back-btn-ac:hover{transform:translateY(-2px);box-shadow:0 4px 14px #7c3aed66;background:var(--ac-gradient)!important;color:#fff!important;border-color:#0000!important}.hero-micro-copy{color:var(--ac-text-muted);margin-top:1rem;font-size:.82rem;animation:.6s cubic-bezier(.16,1,.3,1) .35s both acFadeUp}.hero-trust-badge{color:var(--ac-text-muted);background:#ffffff08;border:1px solid #ffffff14;border-radius:50px;align-items:center;gap:.5rem;margin-top:.75rem;padding:.5rem 1.2rem;font-size:.82rem;animation:.6s cubic-bezier(.16,1,.3,1) .4s both acFadeUp;display:inline-flex}.trust-lock{font-size:.9rem}.aichat-trust-bar{z-index:1;border-top:1px solid #ffffff0a;border-bottom:1px solid #ffffff0a;padding:48px 0;position:relative}.trust-bar-label{text-align:center;letter-spacing:2px;text-transform:uppercase;color:var(--ac-text-muted);margin-bottom:2rem;font-size:.8rem;font-weight:600}.trust-providers{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.provider-pill{color:#ffffffd9;align-items:center;gap:.6rem;font-size:.9rem;font-weight:700;display:flex}.provider-dot{border-radius:50%;flex-shrink:0;width:10px;height:10px;box-shadow:0 0 8px}.provider-models{color:var(--ac-text-muted);margin-left:.2rem;font-size:.8rem;font-weight:400}.trust-divider{background:#ffffff14;width:1px;height:32px}.aichat-value-props{z-index:1;padding:100px 0;position:relative}.value-props-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.value-card{background:#ffffff05;border:1px solid #ffffff12;border-radius:28px;padding:2.5rem 2rem;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative}.value-card:hover{border-color:var(--ac-border);transform:translateY(-6px)}.value-card-featured{background:var(--ac-gradient-soft);border-color:var(--ac-border)}.value-card-glow{background:var(--ac-gradient);border-radius:0 0 50% 50%;width:60%;height:1px;position:absolute;top:-1px;left:50%;transform:translate(-50%)}.value-icon{margin-bottom:1.2rem;font-size:2rem}.value-card h3{color:#fff;margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.value-card p{color:var(--ac-text-muted);margin:0;font-size:.9rem;line-height:1.7}.aichat-models-section{z-index:1;padding:80px 0 100px;position:relative}.models-table-wrapper{border:1px solid var(--ac-border);border-radius:20px;overflow-x:auto}.models-table{border-collapse:collapse;width:100%;font-size:.9rem}.models-table thead tr{background:#7c3aed12}.models-table th{text-align:left;letter-spacing:2px;text-transform:uppercase;color:var(--ac-text-muted);border-bottom:1px solid var(--ac-border);padding:1rem 1.5rem;font-size:.75rem;font-weight:700}.models-table td{color:#ffffffd9;vertical-align:middle;border-bottom:1px solid #ffffff0a;padding:1rem 1.5rem}.models-table tbody tr:last-child td{border-bottom:none}.models-table tbody tr{transition:background .2s}.models-table tbody tr:hover{background:#7c3aed0d}.model-name{align-items:center;gap:.7rem;font-weight:600;display:flex}.model-dot-inline{border-radius:50%;flex-shrink:0;width:9px;height:9px}.provider-tag{background:#ffffff0d;border:1px solid #ffffff14;border-radius:50px;padding:.25rem .8rem;font-size:.78rem;font-weight:700;display:inline-block}.model-best{color:var(--ac-text-muted);font-size:.85rem}.aichat-how{z-index:1;padding:100px 0;position:relative}.steps-list{flex-direction:column;max-width:700px;margin:0 auto;display:flex}.step-item{gap:1.5rem;display:flex}.step-num-col{flex-direction:column;flex-shrink:0;align-items:center;display:flex}.step-circle{background:var(--ac-gradient);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:.78rem;font-weight:800;display:flex;box-shadow:0 0 20px #7c3aed59}.step-line{background:linear-gradient(#7c3aed66,#0000);flex:1;width:2px;min-height:40px;margin:.5rem 0}.step-content{flex:1;align-items:flex-start;gap:1rem;padding-bottom:2.5rem;display:flex}.step-icon{flex-shrink:0;margin-top:.1rem;font-size:1.5rem}.step-content h3{color:#fff;margin-bottom:.4rem;font-size:1.05rem;font-weight:700}.step-content p{color:var(--ac-text-muted);margin:0;font-size:.88rem;line-height:1.65}.aichat-privacy-section{z-index:1;padding:80px 0 100px;position:relative}.privacy-box{background:var(--ac-gradient-soft);border:1px solid var(--ac-border);text-align:center;border-radius:40px;padding:5rem 4rem;position:relative;overflow:hidden}.privacy-box-glow{pointer-events:none;background:radial-gradient(circle,#7c3aed26,#0000 70%);width:400px;height:300px;position:absolute;top:-80px;left:50%;transform:translate(-50%)}.privacy-icon-large{margin-bottom:1.5rem;font-size:3.5rem;display:block}.privacy-box h2{margin-bottom:1rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800}.privacy-intro{color:var(--ac-text-muted);margin-bottom:1.5rem;font-size:1rem}.privacy-list{text-align:left;flex-direction:column;gap:.85rem;max-width:560px;margin:0 auto 1.5rem;padding:0;list-style:none;display:flex}.privacy-list li{color:#fffc;align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.6;display:flex}.priv-check{flex-shrink:0;font-size:1rem}.privacy-footer-note{color:var(--ac-primary-hover);margin:0;font-size:.9rem;font-weight:700}.aichat-appearance{z-index:1;padding:80px 0 100px;position:relative}.appearance-inner{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.appearance-options{flex-direction:column;gap:.8rem;margin:1.5rem 0 0;padding:0;list-style:none;display:flex}.appearance-options li{color:#ffffffbf;align-items:center;gap:.75rem;font-size:.9rem;display:flex}.appear-dot{background:var(--ac-primary-hover);border-radius:50%;flex-shrink:0;width:6px;height:6px}.appearance-preview{position:relative}.preview-ui-dark{border:1px solid var(--ac-border);background:#0d0d1a;border-radius:20px;height:360px;display:flex;overflow:hidden;box-shadow:0 30px 80px #00000080,0 0 40px #7c3aed14}.preview-sidebar{border-right:1px solid var(--ac-border);background:#0000004d;flex-direction:column;flex-shrink:0;gap:.4rem;width:160px;padding:1rem .75rem;display:flex}.preview-sidebar-logo{letter-spacing:2px;text-transform:uppercase;color:#fff;padding:.5rem .5rem 1rem;font-size:.75rem;font-weight:800}.preview-sidebar-logo span{color:var(--ac-primary-hover)}.preview-chat-item{color:var(--ac-text-muted);cursor:default;white-space:nowrap;text-overflow:ellipsis;border-radius:8px;padding:.5rem .6rem;font-size:.68rem;transition:background .2s;overflow:hidden}.preview-chat-active{color:#fff;background:#7c3aed26;border:1px solid #7c3aed33}.preview-main{flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.preview-top-bar{border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.preview-model-selector{color:var(--ac-primary-hover);border:1px solid var(--ac-border);background:#7c3aed14;border-radius:8px;padding:.3rem .7rem;font-size:.72rem;font-weight:700}.preview-toggle-row{align-items:center;gap:.4rem;display:flex}.preview-toggle-label{color:var(--ac-text-muted);font-size:.65rem}.preview-toggle-btn{background:var(--ac-gradient);border-radius:8px;width:28px;height:16px;display:inline-block;position:relative}.preview-toggle-btn:after{content:"";background:#fff;border-radius:50%;width:12px;height:12px;position:absolute;top:2px;right:3px}.preview-glow-bg{pointer-events:none;background:radial-gradient(circle,#7c3aed1f,#0000 70%);width:200px;height:200px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.preview-msg{border-radius:12px;max-width:80%;margin:.5rem 1rem;padding:.55rem .85rem;font-size:.68rem;line-height:1.5}.preview-msg-ai{color:#ffffffd9;background:#7c3aed1a;border:1px solid #7c3aed33;border-top-left-radius:3px;margin-top:1rem}.preview-msg-user{color:#ffffffbf;background:#ffffff0d;border:1px solid #ffffff12;border-top-right-radius:3px;margin-left:auto}.preview-input-bar{color:var(--ac-text-muted);background:#00000026;border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-top:auto;padding:.75rem 1rem;font-size:.68rem;display:flex}.preview-send{background:var(--ac-gradient);color:#fff;border-radius:7px;justify-content:center;align-items:center;width:24px;height:24px;font-size:.8rem;display:flex}.aichat-faq{z-index:1;padding:80px 0 100px;position:relative}.faq-list{flex-direction:column;gap:.75rem;max-width:740px;margin:0 auto;display:flex}.faq-item{cursor:pointer;background:#ffffff05;border:1px solid #ffffff12;border-radius:16px;padding:1.25rem 1.5rem;transition:all .3s}.faq-item:hover,.faq-item.faq-open{border-color:var(--ac-border);background:#7c3aed0d}.faq-question{color:#fff;justify-content:space-between;align-items:center;gap:1rem;font-size:.95rem;font-weight:600;display:flex}.faq-chevron{color:var(--ac-primary-hover);flex-shrink:0;font-size:1.3rem;font-weight:300;line-height:1;transition:transform .3s}.faq-item.faq-open .faq-chevron{transform:rotate(180deg)}.faq-answer{color:var(--ac-text-muted);margin:1rem 0 0;font-size:.9rem;line-height:1.7}.cta-micro{color:var(--ac-text-muted);margin-top:1.5rem;margin-bottom:0;font-size:.8rem}.aichat-footer{z-index:1;border-top:1px solid #ffffff0d;padding:70px 0 50px;position:relative}.aichat-footer .footer-logo{letter-spacing:2px;text-transform:uppercase;text-align:center;margin-bottom:2.5rem;font-size:1.5rem;font-weight:800;display:block}.aichat-footer .footer-logo span{color:var(--ac-primary-hover)}.footer-nav{flex-wrap:wrap;justify-content:center;gap:5rem;margin-bottom:3rem;display:flex}.footer-col{flex-direction:column;gap:.6rem;min-width:100px;display:flex}.footer-col-title{letter-spacing:2px;text-transform:uppercase;color:#fff6;margin-bottom:.25rem;font-size:.75rem;font-weight:700}.footer-col a{color:var(--ac-text-muted);font-size:.88rem;text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--ac-primary-hover)}.footer-bottom-row{border-top:1px solid #ffffff0a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.aichat-footer .copyright{color:#ffffff40;font-size:.82rem}.footer-contact{color:var(--ac-text-muted);font-size:.82rem;text-decoration:none;transition:color .2s}.footer-contact:hover{color:var(--ac-primary-hover)}@media (max-width:1024px){.appearance-inner{grid-template-columns:1fr;gap:3rem}.appearance-text .section-title,.appearance-text .section-subtitle{text-align:center!important}.appearance-text .section-title{margin-top:.5rem!important}.appearance-options{align-items:center}.value-props-grid{grid-template-columns:1fr;max-width:520px;margin:0 auto}}@media (max-width:768px){.aichat-hero{padding:100px 0 60px}.aichat-hero .hero-title{letter-spacing:-.5px}.hero-btns{flex-direction:column;align-items:center}.chat-window{border-radius:16px}.cta-box{border-radius:24px;padding:4rem 1.5rem}.privacy-box{border-radius:24px;padding:3.5rem 1.75rem}.trust-providers{flex-direction:column;gap:1rem}.trust-divider{display:none}.footer-nav{gap:2.5rem}.footer-bottom-row{text-align:center;justify-content:center}.preview-ui-dark{height:280px}.preview-sidebar{width:120px}}@media (max-width:480px){.aichat-page .container{padding:0 1.25rem}.features-grid{grid-template-columns:1fr}.chat-messages{padding:1rem}.models-table th,.models-table td{padding:.75rem 1rem}.preview-sidebar{display:none}}
