*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#1a202c;color:#fff;line-height:1.6;overflow-x:hidden}.app{min-height:100vh;background:linear-gradient(135deg,#1a202c 0%,#2d3748 100%)}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.header{padding:1.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.header .container{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.75rem}.logo-icon{width:32px;height:32px;border-radius:0;display:flex;align-items:center;justify-content:center}.header-logo-img{width:32px;height:32px;display:block}.logo-text{display:flex;flex-direction:column}.logo-title{font-size:1.25rem;font-weight:700;color:#fff;line-height:1.2}.logo-subtitle{font-size:.75rem;color:#a0aec0;line-height:1.2}.nav{display:flex;gap:2rem}.nav-link{color:#e2e8f0;text-decoration:none;margin-left:24px;font-weight:500;transition:color .3s ease;position:relative;padding:8px 4px;cursor:pointer;min-height:44px;display:flex;align-items:center;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.nav-link:after{content:"";position:absolute;width:0;height:2px;bottom:0;left:50%;transform:translate(-50%);background-color:#4ade80;transition:width .3s ease-in-out}.nav-link:hover,.nav-link.active{color:#4ade80}.nav-link:hover:after,.nav-link.active:after{width:100%}.demo-btn{background:#06b6d4;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s ease}.demo-btn:hover{background:#0891b2}.hero{padding:6rem 0;min-height:calc(100vh - 100px);display:flex;align-items:center}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:2rem;color:#fff}.hero-description{font-size:1.125rem;color:#a0aec0;line-height:1.6;margin-bottom:2.5rem}.get-started-btn{background:#06b6d4;color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background .2s ease}.get-started-btn:hover{background:#0891b2}.hero-graphic{display:flex;justify-content:center;align-items:center}.brain-container{position:relative;width:100%;max-width:442px;height:332px}.brain-canvas{width:100%;height:100%;filter:drop-shadow(0 0 20px rgba(74,222,128,.3))}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:inherit}.logo:hover{text-decoration:none;color:inherit}.about-page{min-height:calc(100vh - 100px);padding:2rem 0}.about-hero{text-align:center;padding:4rem 0;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:4rem}.about-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;background:linear-gradient(135deg,#4ade80,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-subtitle{font-size:1.25rem;color:#a0aec0;max-width:600px;margin:0 auto;line-height:1.6}.about-content{max-width:1000px;margin:0 auto}.content-section{margin-bottom:4rem}.content-section h2{font-size:2rem;color:#fff;margin-bottom:1.5rem;font-weight:600}.content-section p{font-size:1.125rem;color:#a0aec0;line-height:1.7;margin-bottom:1.5rem}.capabilities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.capability-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;transition:transform .2s ease,border-color .2s ease}.capability-card:hover{transform:translateY(-4px);border-color:#06b6d44d}.capability-icon{margin-bottom:1rem}.capability-card h3{font-size:1.25rem;color:#fff;margin-bottom:1rem;font-weight:600}.capability-card p{font-size:1rem;color:#a0aec0;line-height:1.6;margin-bottom:0}.tech-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;margin-top:2rem}.tech-feature{display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;background:rgba(255,255,255,.05);border-radius:8px;border:1px solid rgba(255,255,255,.1)}.feature-label{font-weight:600;color:#06b6d4;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.tech-feature span:last-child{color:#fff;font-size:1.125rem}.use-cases{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.use-case{padding:1.5rem;background:rgba(255,255,255,.05);border-radius:8px;border:1px solid rgba(255,255,255,.1)}.use-case h4{font-size:1.125rem;color:#fff;margin-bottom:.75rem;font-weight:600}.use-case p{font-size:1rem;color:#a0aec0;line-height:1.6;margin-bottom:0}.about-cta{text-align:center;padding:4rem 0;border-top:1px solid rgba(255,255,255,.1);margin-top:4rem}.about-cta h2{font-size:2.5rem;color:#fff;margin-bottom:1rem;font-weight:600}.about-cta p{font-size:1.125rem;color:#a0aec0;margin-bottom:2.5rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.tech-specs{padding:4rem 0;background:linear-gradient(135deg,rgba(6,182,212,.05),rgba(74,222,128,.05));border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.tech-title{text-align:center;font-size:2.5rem;color:#fff;margin-bottom:3rem;font-weight:700;background:linear-gradient(135deg,#4ade80,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.spec-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2rem;text-align:center;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.spec-card:hover{transform:translateY(-5px);border-color:#06b6d44d;box-shadow:0 20px 40px #06b6d41a}.spec-icon{font-size:3rem;margin-bottom:1rem;display:block}.spec-card h3{font-size:1.25rem;color:#fff;margin-bottom:1rem;font-weight:600}.spec-card p{color:#a0aec0;line-height:1.6;font-size:.95rem}@media (max-width: 768px){.specs-grid{grid-template-columns:1fr;gap:1.5rem}.tech-title{font-size:2rem}.spec-card{padding:1.5rem}}.our-models{padding:5rem 0;background:linear-gradient(135deg,rgba(26,32,44,.95),rgba(45,55,72,.95));border-top:1px solid rgba(255,255,255,.1);border-bottom:1px solid rgba(255,255,255,.1)}.models-title{text-align:center;font-size:3rem;color:#fff;margin-bottom:1rem;font-weight:700;background:linear-gradient(135deg,#4ade80,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.models-subtitle{text-align:center;font-size:1.25rem;color:#a0aec0;margin-bottom:4rem;max-width:600px;margin-left:auto;margin-right:auto}.models-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem}.model-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:2.5rem;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;overflow:hidden}.model-card.flagship{border:2px solid rgba(74,222,128,.3);background:linear-gradient(135deg,rgba(74,222,128,.08),rgba(6,182,212,.08))}.model-card:hover{transform:translateY(-8px);border-color:#06b6d466;box-shadow:0 25px 50px #06b6d426}.model-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#4ade80,#06b6d4);color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.model-icon{font-size:3.5rem;margin-bottom:1.5rem;display:block;text-align:center}.model-card h3{font-size:1.5rem;color:#fff;margin-bottom:1.5rem;font-weight:700;text-align:center}.model-specs{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;background:rgba(255,255,255,.05);border-radius:12px;border:1px solid rgba(255,255,255,.1)}.spec-item{display:flex;flex-direction:column;gap:.25rem}.spec-label{font-size:.75rem;color:#a0aec0;text-transform:uppercase;font-weight:600;letter-spacing:.05em}.spec-value{font-size:1rem;color:#fff;font-weight:700}.model-description{color:#a0aec0;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.model-features{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.feature-tag{background:rgba(6,182,212,.2);color:#06b6d4;padding:.4rem .8rem;border-radius:15px;font-size:.75rem;font-weight:600;border:1px solid rgba(6,182,212,.3)}.model-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:3rem;padding:3rem;background:rgba(255,255,255,.05);border-radius:20px;border:1px solid rgba(255,255,255,.1)}.stat-item{text-align:center}.stat-number{font-size:3rem;font-weight:700;color:#4ade80;margin-bottom:.5rem;display:block}.stat-label{color:#a0aec0;font-size:1rem;font-weight:500}@media (max-width: 768px){.our-models{padding:3rem 0}.models-title{font-size:2.5rem}.models-grid{grid-template-columns:1fr;gap:1.5rem}.model-card{padding:2rem}.model-specs{grid-template-columns:1fr;gap:.75rem;padding:1rem}.model-stats{grid-template-columns:repeat(2,1fr);gap:1.5rem;padding:2rem}.stat-number{font-size:2.5rem}}.primary-btn{background:linear-gradient(135deg,#4ade80,#06b6d4);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;min-height:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #06b6d44d}.primary-btn:active{transform:translateY(0)}.secondary-btn{background:transparent;color:#06b6d4;border:2px solid #06b6d4;padding:1rem 2rem;border-radius:8px;font-size:1.125rem;font-weight:600;cursor:pointer;transition:background .2s ease,color .2s ease;min-height:44px;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.secondary-btn:hover{background:#06b6d4;color:#fff}.secondary-btn:active{transform:scale(.98)}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;width:40px;height:40px;justify-content:space-around;z-index:1001;position:relative}.burger-line{width:25px;height:3px;background-color:#fff;transition:all .3s ease;border-radius:2px}.mobile-menu-toggle svg{color:#fff}@media (max-width: 768px){.header .container{position:relative}.mobile-menu-toggle{display:flex}.nav{position:fixed;top:0;right:-100%;width:280px;height:100vh;background:linear-gradient(135deg,#1a202c 0%,#2d3748 100%);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-left:1px solid rgba(255,255,255,.1);flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:5rem 2rem 2rem;gap:0;transition:right .3s ease;z-index:1000;box-shadow:-10px 0 30px #0000004d}.nav.mobile-open{right:0}.nav-link{width:100%;padding:1.25rem 1.5rem;margin-left:0;border-bottom:1px solid rgba(255,255,255,.08);font-size:1.1rem;font-weight:500;letter-spacing:.025em;border-radius:8px;margin-bottom:.5rem;background:rgba(255,255,255,.02);transition:none}.nav-link:last-child{border-bottom:none;margin-bottom:0}.nav-link.active{color:#4ade80;background:rgba(74,222,128,.15);border-left:4px solid #4ade80;border-bottom-color:#4ade8033;font-weight:600}.nav-link:active{background:rgba(255,255,255,.08);transform:scale(.98)}}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;text-align:center;gap:2rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-bottom-content{flex-direction:column;gap:1rem;text-align:center}.footer-bottom-links{gap:1rem}.hero-title{font-size:2.5rem}.hero-description{font-size:1rem}.brain-container{max-width:300px;height:250px}.about-title{font-size:2.5rem}.about-subtitle{font-size:1.125rem}.capabilities-grid,.tech-features,.use-cases{grid-template-columns:1fr}.about-cta h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}.primary-btn,.secondary-btn{width:100%;max-width:300px}}.solutions-page{padding:2rem 0;min-height:calc(100vh - 120px)}.solutions-hero{text-align:center;padding:3rem 0;margin-bottom:3rem}.solutions-title{font-size:3.5rem;color:#fff;margin-bottom:1rem;font-weight:700;background:linear-gradient(135deg,#4ade80,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.solutions-subtitle{font-size:1.25rem;color:#a0aec0;max-width:600px;margin:0 auto}.api-overview,.auth-section,.limits-section,.sdks-section,.use-cases-section,.getting-started{margin-bottom:4rem}.api-overview h2,.auth-section h2,.limits-section h2,.sdks-section h2,.use-cases-section h2,.getting-started h2{font-size:2.5rem;color:#fff;margin-bottom:2rem;font-weight:600}.endpoints-grid{display:grid;gap:2rem;margin-top:2rem}.endpoint-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem}.endpoint-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.http-method{padding:.25rem .75rem;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase}.http-method.post{background:#059669;color:#fff}.endpoint-url{background:rgba(255,255,255,.1);padding:.5rem 1rem;border-radius:6px;font-family:Monaco,Menlo,monospace;font-size:.875rem;color:#06b6d4}.endpoint-card h3{font-size:1.5rem;color:#fff;margin-bottom:.75rem}.main-solutions{margin-bottom:4rem}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:3rem}.solution-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2.5rem;transition:transform .3s ease,border-color .3s ease}.solution-card.featured{border:2px solid rgba(6,182,212,.3);background:rgba(6,182,212,.05)}.solution-card:hover{transform:translateY(-5px);border-color:#06b6d480}.solution-header{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}.solution-icon{font-size:3rem;display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:rgba(6,182,212,.1);border-radius:20px;border:2px solid rgba(6,182,212,.3)}.solution-header h2{font-size:1.75rem;color:#fff;margin-bottom:.5rem;font-weight:600}.solution-tagline{color:#06b6d4;font-size:1rem;font-weight:500;margin:0}.solution-description{margin-bottom:2rem}.solution-description p{color:#a0aec0;font-size:1.125rem;line-height:1.6}.features-grid{display:grid;gap:1.5rem;margin-bottom:2rem}.feature-item{display:flex;gap:1rem;align-items:flex-start}.feature-icon{font-size:1.5rem;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(74,222,128,.1);border-radius:10px;flex-shrink:0}.feature-item h4{color:#fff;font-size:1.125rem;margin-bottom:.5rem;font-weight:600}.feature-item p{color:#a0aec0;font-size:.975rem;line-height:1.5;margin:0}.tech-stack{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.tech-stack h4{color:#fff;margin-bottom:1rem;font-size:1rem}.tech-badges{display:flex;flex-wrap:wrap;gap:.5rem}.tech-badge{background:rgba(6,182,212,.1);color:#06b6d4;padding:.4rem .8rem;border-radius:20px;font-size:.875rem;font-weight:500;border:1px solid rgba(6,182,212,.3)}.use-cases{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.use-cases h4{color:#fff;margin-bottom:1rem;font-size:1rem}.use-case-tags{display:flex;flex-wrap:wrap;gap:.5rem}.use-case-tag{background:rgba(74,222,128,.1);color:#4ade80;padding:.4rem .8rem;border-radius:20px;font-size:.875rem;font-weight:500;border:1px solid rgba(74,222,128,.3)}.demo-section{margin-bottom:4rem;text-align:center}.demo-section h2{font-size:2.5rem;color:#fff;margin-bottom:2rem;font-weight:600}.demo-controls{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.demo-btn{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:#a0aec0;padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;transition:all .2s ease;font-weight:500}.demo-btn.active,.demo-btn:hover{background:#06b6d4;color:#fff;border-color:#06b6d4}.demo-showcase{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2.5rem;text-align:left}.demo-showcase{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.demo-input,.demo-output{flex:1;min-width:300px}.demo-input h3,.demo-output h3{color:#fff;margin-bottom:1rem;font-size:1.25rem}.prompt-example{background:rgba(6,182,212,.1);border:1px solid rgba(6,182,212,.3);border-radius:8px;padding:1rem;color:#06b6d4;font-style:italic}.demo-arrow{font-size:2rem;color:#4ade80;font-weight:700}.banner-preview{background:rgba(255,255,255,.1);border-radius:8px;padding:1.5rem;text-align:center}.generated-banner{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;padding:2rem;margin-bottom:1rem}.export-options{color:#a0aec0;font-size:.875rem}.interactive-banner-demo{max-width:500px;margin:0 auto}.banner-frame{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%);border-radius:12px;padding:2rem;color:#fff}.banner-frame h4{margin-bottom:1rem;font-size:1.5rem}.chat-interface{background:rgba(255,255,255,.1);border-radius:8px;padding:1rem}.user-message{background:rgba(255,255,255,.2);border-radius:15px;padding:.75rem;margin-bottom:1rem;font-style:italic}.ai-response{background:rgba(255,255,255,.1);border-radius:15px;padding:.75rem}.product-suggestions{display:grid;gap:.5rem;margin-top:1rem}.product-item{background:rgba(255,255,255,.1);border-radius:8px;padding:.5rem;font-size:.9rem}.analytics-demo{max-width:700px;margin:0 auto}.analytics-panel{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.insight-card,.insight-response{background:rgba(255,255,255,.05);border-radius:12px;padding:1.5rem}.insight-card h4,.insight-response h4{color:#fff;margin-bottom:1rem}.insight-card p{color:#06b6d4;font-style:italic}.insight-response ul{list-style:none;padding:0}.insight-response li{color:#a0aec0;margin-bottom:.5rem;padding-left:1.5rem}.impact-section{margin-bottom:4rem}.impact-section h2{font-size:2.5rem;color:#fff;margin-bottom:2rem;font-weight:600;text-align:center}.impact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.impact-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:2.5rem 2rem;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.impact-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(74,222,128,.1),transparent);transition:left .6s ease}.impact-card:hover:before{left:100%}.impact-card:hover{transform:translateY(-8px) scale(1.02);border-color:#4ade8066;background:linear-gradient(135deg,rgba(74,222,128,.1),rgba(6,182,212,.1));box-shadow:0 20px 40px #4ade8033}.impact-card:nth-child(1):hover{border-color:#4ade8099;box-shadow:0 20px 40px #4ade804d}.impact-card:nth-child(2):hover{border-color:#06b6d499;box-shadow:0 20px 40px #06b6d44d}.impact-card:nth-child(3):hover{border-color:#8b5cf699;box-shadow:0 20px 40px #8b5cf64d}.impact-card:nth-child(4):hover{border-color:#f59e0b99;box-shadow:0 20px 40px #f59e0b4d}.impact-number{font-size:3.5rem;font-weight:800;margin-bottom:1rem;transition:all .3s ease;background:linear-gradient(135deg,#4ade80,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 30px rgba(74,222,128,.3)}.impact-card:nth-child(1) .impact-number{background:linear-gradient(135deg,#4ade80,#22c55e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.impact-card:nth-child(2) .impact-number{background:linear-gradient(135deg,#06b6d4,#0ea5e9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.impact-card:nth-child(3) .impact-number{background:linear-gradient(135deg,#8b5cf6,#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.impact-card:nth-child(4) .impact-number{background:linear-gradient(135deg,#f59e0b,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.impact-card:hover .impact-number{font-size:4rem;transform:scale(1.1);filter:brightness(1.2)}.impact-card h3{color:#fff;font-size:1.25rem;margin-bottom:1rem;font-weight:600;transition:color .3s ease}.impact-card:hover h3{color:#4ade80}.impact-card:nth-child(2):hover h3{color:#06b6d4}.impact-card:nth-child(3):hover h3{color:#8b5cf6}.impact-card:nth-child(4):hover h3{color:#f59e0b}.impact-card p{color:#a0aec0;line-height:1.6;transition:color .3s ease}.impact-card:hover p{color:#e2e8f0}.success-stories{margin-bottom:4rem}.success-stories h2{font-size:2.5rem;color:#fff;margin-bottom:2rem;font-weight:600;text-align:center}.stories-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.story-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem}.company-logo{font-size:3rem;text-align:center;margin-bottom:1rem}.story-card h3{color:#fff;font-size:1.25rem;margin-bottom:1rem;text-align:center}.story-card p{color:#a0aec0;line-height:1.6;margin-bottom:1.5rem;font-style:italic}.story-metrics{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.story-metrics span{background:rgba(74,222,128,.1);color:#4ade80;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600}.solutions-cta{background:linear-gradient(135deg,rgba(6,182,212,.1),rgba(74,222,128,.1));border:1px solid rgba(6,182,212,.2);border-radius:16px;padding:3rem;text-align:center}.cta-content h2{font-size:2.5rem;color:#fff;margin-bottom:1rem;font-weight:600}.cta-content p{color:#a0aec0;font-size:1.125rem;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.newsletter-modal{max-width:600px;text-align:center}.modal-icon{margin-bottom:1rem;display:flex;justify-content:center}.newsletter-content{margin-top:1.5rem}.newsletter-content h3{color:#fff;font-size:1.25rem;margin-bottom:.5rem;font-weight:600}.newsletter-content p{color:#a0aec0;font-size:.9rem;margin-bottom:1.5rem;line-height:1.5}.newsletter-form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.newsletter-input{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:12px;padding:.4rem .75rem;color:#fff;font-size:.9rem;transition:all .3s ease;height:32px}.newsletter-input:focus{outline:none;border-color:#4ade80;background:rgba(255,255,255,.15);box-shadow:0 0 0 3px #4ade801a}.newsletter-input::placeholder{color:#a0aec0}.newsletter-btn{margin-bottom:10px;background:linear-gradient(135deg,#4ade80,#06b6d4);border:none;border-radius:12px;padding:.5rem 1.25rem;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.05em;height:40px}.newsletter-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #4ade804d}.modal-features{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:rgba(255,255,255,.05);border-radius:12px;border:1px solid rgba(255,255,255,.1)}.modal-features .feature-item{display:flex;align-items:center;gap:.75rem;color:#a0aec0;font-size:.85rem}.modal-features .feature-icon{font-size:1.25rem;width:30px;text-align:center}@media (max-width: 768px){.newsletter-modal{max-width:90vw;margin:1rem}.modal-content{padding:1.5rem}}@media (max-width: 768px){.solutions-grid{grid-template-columns:1fr;gap:2rem}.solution-header,.demo-showcase{flex-direction:column;text-align:center}.analytics-panel{grid-template-columns:1fr}.demo-controls{flex-direction:column;align-items:center}.impact-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.stories-grid{grid-template-columns:1fr}}.endpoint-card p{color:#a0aec0;margin-bottom:1.5rem;line-height:1.6}.code-example{margin:1.5rem 0}.code-example h4{color:#fff;margin-bottom:.5rem;font-size:1rem}.code-example pre{background:#1a1a1a;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1rem;overflow-x:auto}.code-example code{font-family:Monaco,Menlo,monospace;font-size:.875rem;color:#e5e7eb;white-space:pre}.auth-info{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem}.auth-info p{color:#a0aec0;margin-bottom:1rem;line-height:1.6}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.pricing-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;text-align:center}.pricing-card.featured{border-color:#06b6d4;background:rgba(6,182,212,.1)}.pricing-card h3{font-size:1.5rem;color:#fff;margin-bottom:1rem}.price{font-size:3rem;color:#06b6d4;font-weight:700;margin-bottom:1.5rem}.pricing-card ul{list-style:none;margin-bottom:2rem}.pricing-card li{color:#a0aec0;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.pricing-card li:last-child{border-bottom:none}.pricing-btn{background:linear-gradient(135deg,#4ade80,#06b6d4);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;width:100%;transition:transform .2s ease}.pricing-btn:hover{transform:translateY(-2px)}.sdks-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.sdk-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem}.sdk-card h3{font-size:1.25rem;color:#fff;margin-bottom:1rem}.use-cases-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.use-case-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:2rem;text-align:center}.use-case-icon{margin-bottom:1rem}.use-case-card h3{font-size:1.25rem;color:#fff;margin-bottom:1rem}.use-case-card p{color:#a0aec0;line-height:1.6}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:3rem 0}.step{text-align:center;padding:2rem}.step-number{width:48px;height:48px;background:linear-gradient(135deg,#4ade80,#06b6d4);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-weight:700;font-size:1.25rem;color:#fff}.step h3{font-size:1.25rem;color:#fff;margin-bottom:.75rem}.step p{color:#a0aec0;line-height:1.6}.cta-section{text-align:center;display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.terms-page{padding:2rem 0;min-height:calc(100vh - 120px)}.terms-hero{text-align:center;padding:3rem 0;margin-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.terms-title{font-size:3.5rem;color:#fff;margin-bottom:1rem;font-weight:700;background:linear-gradient(135deg,#4ade80,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.terms-subtitle{font-size:1.125rem;color:#a0aec0}.terms-content{max-width:800px;margin:0 auto}.terms-section{margin-bottom:3rem}.terms-section h2{font-size:1.75rem;color:#fff;margin-bottom:1rem;font-weight:600;border-bottom:2px solid rgba(6,182,212,.3);padding-bottom:.5rem}.terms-section h3{font-size:1.25rem;color:#4ade80;margin-bottom:.75rem;margin-top:1.5rem;font-weight:600}.terms-section p{font-size:1rem;color:#a0aec0;line-height:1.6;margin-bottom:1rem}.terms-section ul{margin-left:1.5rem;margin-bottom:1rem}.terms-section ul li{color:#a0aec0;margin-bottom:.5rem;line-height:1.6}.terms-section ul li::marker{color:#4ade80}.blog-page{padding:2rem 0;min-height:calc(100vh - 120px)}.blog-hero{text-align:center;padding:3rem 0;margin-bottom:3rem}.blog-title{font-size:3.5rem;color:#fff;margin-bottom:1rem;font-weight:700;background:linear-gradient(135deg,#4ade80,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.blog-subtitle{font-size:1.25rem;color:#a0aec0;max-width:600px;margin:0 auto}.categories-section{margin-bottom:3rem}.categories-filter{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.category-btn{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:#a0aec0;padding:.75rem 1.5rem;border-radius:25px;cursor:pointer;transition:all .2s ease;font-weight:500}.category-btn:hover,.category-btn.active{background:#06b6d4;color:#fff;border-color:#06b6d4}.featured-post{margin-bottom:4rem}.featured-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:3rem;display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:center}.featured-badge{background:linear-gradient(135deg,#4ade80,#06b6d4);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;display:inline-block;margin-bottom:1rem}.featured-card h2{font-size:2.5rem;color:#fff;margin-bottom:1rem;font-weight:700}.featured-card p{font-size:1.125rem;color:#a0aec0;line-height:1.6;margin-bottom:2rem}.post-meta{display:flex;gap:.5rem;align-items:center;font-size:.875rem;color:#718096;margin-bottom:2rem}.read-more-btn{background:linear-gradient(135deg,#4ade80,#06b6d4);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .2s ease}.read-more-btn:hover{transform:translateY(-2px)}.featured-image{display:flex;justify-content:center;align-items:center}.placeholder-image{width:120px;height:120px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;display:flex;align-items:center;justify-content:center}.blog-posts{margin-bottom:4rem}.blog-posts h2{font-size:2.5rem;color:#fff;margin-bottom:2rem;font-weight:600}.posts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.post-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;overflow:hidden;transition:transform .2s ease,border-color .2s ease;cursor:pointer}.post-card:hover{transform:translateY(-4px);border-color:#06b6d44d}.post-image{height:200px;background:rgba(255,255,255,.02);display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(255,255,255,.1)}.post-content{padding:2rem}.post-category{background:rgba(6,182,212,.2);color:#06b6d4;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.post-card h3{font-size:1.25rem;color:#fff;margin:1rem 0;font-weight:600;line-height:1.4}.post-card p{color:#a0aec0;line-height:1.6;margin-bottom:1.5rem}.post-card .post-meta{margin-bottom:0}.newsletter-section{margin-top:4rem}.newsletter-card{background:linear-gradient(135deg,rgba(74,222,128,.1),rgba(6,182,212,.1));border:1px solid rgba(6,182,212,.2);border-radius:16px;padding:3rem;text-align:center}.newsletter-card h2{font-size:2rem;color:#fff;margin-bottom:1rem;font-weight:600}.newsletter-card p{font-size:1.125rem;color:#a0aec0;margin-bottom:2rem}.newsletter-form{display:flex;gap:1rem;max-width:400px;margin:0 auto}.newsletter-input{flex:1;padding:1rem;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(255,255,255,.05);color:#fff;font-size:1rem}.newsletter-input::placeholder{color:#718096}.newsletter-btn{margin-bottom:10px;background:linear-gradient(135deg,#4ade80,#06b6d4);color:#fff;border:none;padding:1rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .2s ease;white-space:nowrap}.newsletter-btn:hover{transform:translateY(-2px)}@media (max-width: 768px){.blog-title{font-size:2.5rem}.categories-filter{justify-content:flex-start;overflow-x:auto;padding-bottom:1rem}.featured-card{grid-template-columns:1fr;gap:2rem;padding:2rem}.featured-card h2{font-size:2rem}.posts-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.newsletter-btn{width:100%}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:2rem;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;position:relative;box-shadow:0 25px 50px #0000004d}.modal-close{position:absolute;top:1.5rem;right:1.5rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:all .2s ease}.modal-close:hover{background:rgba(255,255,255,.2);transform:scale(1.1)}.modal-logo-img{display:block;width:48px;height:auto;margin:0 auto .75rem}.modal-header{text-align:center;margin-bottom:1.5rem}.modal-header h2{font-size:2rem;color:#fff;margin-bottom:.5rem;font-weight:700;background:linear-gradient(135deg,#4ade80,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modal-header p{color:#a0aec0;font-size:1rem;line-height:1.5}.demo-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.35rem}.form-group label{font-size:.8rem;font-weight:500;color:#a0aec0}.form-group input,.form-group select,.contact-section{padding:1rem 0;background:linear-gradient(135deg,rgba(74,222,128,.1),rgba(6,182,212,.1));border-top:1px solid rgba(255,255,255,.1);text-align:center}.contact-title{font-size:3rem;color:#fff;margin-bottom:1rem;font-weight:700;background:linear-gradient(135deg,#4ade80,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-subtitle{font-size:1.25rem;color:#a0aec0;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.contact-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}@media (max-width: 768px){.contact-section{padding:3rem 0}.contact-title{font-size:2.5rem}.contact-actions{flex-direction:column;align-items:center}.primary-btn,.secondary-btn{width:100%;max-width:300px}}.form-group textarea{width:100%;padding:.6rem .9rem;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.2);border-radius:8px;color:#fff;font-size:.95rem;transition:all .2s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#06b6d4;box-shadow:0 0 0 3px #06b6d41a;background:rgba(255,255,255,.15)}.form-group input::placeholder,.form-group textarea::placeholder{color:#a0aec0}.form-group select option{background:#1a202c;color:#fff}.form-group textarea{resize:vertical;min-height:70px}.form-actions{display:flex;gap:1rem;margin-top:.75rem}.submit-btn{flex:1;background:linear-gradient(135deg,#4ade80,#06b6d4);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #06b6d44d}.cancel-btn{flex:1;background:rgba(255,255,255,.1);color:#a0aec0;border:1px solid rgba(255,255,255,.2);padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.cancel-btn:hover{background:rgba(255,255,255,.2);color:#fff}@media (max-width: 480px){.container{padding:0 1rem}.hero{padding:3rem 0}.hero-title{font-size:2rem}.nav{flex-direction:column;text-align:center}.blog-hero{padding:2rem 0}.featured-card{padding:1.5rem}.newsletter-card{padding:2rem}.modal-overlay{padding:1rem}.modal-content{padding:2rem}.form-actions{flex-direction:column}.submit-btn,.cancel-btn{width:100%}}.footer{background:linear-gradient(135deg,#1a202c 0%,#2d3748 100%);padding:4rem 0 2rem;border-top:1px solid rgba(255,255,255,.15);position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(6,182,212,.5),transparent)}.footer-logo{display:flex;align-items:center;gap:.75rem}.footer-logo-img{width:32px;height:32px;display:block;filter:drop-shadow(0 2px 4px rgba(6,182,212,.2))}.footer-navigation{flex:1;display:flex;justify-content:center}.footer-nav{display:flex;gap:2rem}.footer-nav-link{color:#cbd5e0;text-decoration:none;font-weight:500;transition:all .3s ease;position:relative;padding:.5rem 0;font-size:.95rem}.footer-nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#4ade80,#06b6d4);transition:width .3s ease}.footer-nav-link:hover{color:#4ade80;transform:translateY(-1px)}.footer-nav-link:hover:after{width:100%}.footer-social{display:flex;align-items:center}.social-links{display:flex;gap:1rem}.social-link{color:#a0aec0;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.social-link:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;background:linear-gradient(135deg,rgba(74,222,128,.1),rgba(6,182,212,.1));opacity:0;transition:opacity .3s ease}.social-link:hover{color:#fff;background:rgba(255,255,255,.1);border-color:#06b6d44d;transform:translateY(-3px);box-shadow:0 8px 25px #06b6d426}.social-link:hover:before{opacity:1}.social-link svg{position:relative;z-index:1}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.footer-logo-text{display:flex;flex-direction:column}.footer-logo-title{font-size:1.125rem;font-weight:700;color:#fff;line-height:1}.footer-logo-subtitle{font-size:.75rem;color:#a0aec0;font-weight:400}.footer-description{color:#a0aec0;font-size:.875rem;line-height:1.6;max-width:300px}.footer-section-title{color:#fff;font-size:1rem;font-weight:600;margin-bottom:.5rem}.footer-links{display:flex;flex-direction:column;gap:.75rem}.footer-bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);position:relative}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom-left p{color:#a0aec0;font-size:.875rem;margin:0;font-weight:400;letter-spacing:.025em}.footer-bottom-links{display:flex;gap:2rem}.footer-bottom-link{color:#a0aec0;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-bottom-link:hover{color:#4ade80}@media (max-width: 1024px){.footer-content{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}}@media (max-width: 768px){.footer{padding:4rem 0 2.5rem;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#334155 100%)}.footer-content{grid-template-columns:1fr;gap:3rem;text-align:left}.footer-content .footer-section:first-child{text-align:left;padding:1.5rem;background:rgba(255,255,255,.03);border-radius:16px;border:1px solid rgba(255,255,255,.08)}.footer-logo{justify-content:flex-start;margin-bottom:1.5rem}.footer-logo-img{width:40px;height:40px;filter:drop-shadow(0 4px 8px rgba(6,182,212,.3))}.footer-logo-title{font-size:1.25rem}.footer-description{max-width:none;text-align:left;font-size:.95rem;line-height:1.7;color:#cbd5e0}.footer-section:not(:first-child){padding:1.25rem;background:rgba(255,255,255,.02);border-radius:12px;border:1px solid rgba(255,255,255,.06)}.footer-section-title{font-size:1.125rem;margin-bottom:1rem;color:#f1f5f9;font-weight:700;text-align:center;padding-bottom:.5rem;border-bottom:2px solid rgba(6,182,212,.2)}.footer-links{gap:1rem;align-items:center}.footer-nav-link{font-size:1rem;padding:.75rem 1rem;background:rgba(255,255,255,.03);border-radius:8px;border:1px solid rgba(255,255,255,.08);text-align:center;transition:all .3s ease;min-height:48px;display:flex;align-items:center;justify-content:center}.footer-nav-link:hover{background:rgba(6,182,212,.1);border-color:#06b6d44d;transform:translateY(-2px);box-shadow:0 4px 12px #06b6d433}.footer-section:last-child{text-align:center;padding:2rem 1.25rem;background:linear-gradient(135deg,rgba(6,182,212,.05),rgba(74,222,128,.05));border:1px solid rgba(6,182,212,.15)}.social-links{justify-content:center;gap:1.5rem;margin-top:1rem}.social-link{width:50px;height:50px;background:rgba(255,255,255,.08);border:2px solid rgba(255,255,255,.15);transition:all .4s cubic-bezier(.4,0,.2,1)}.social-link:hover{background:rgba(6,182,212,.15);border-color:#06b6d466;transform:translateY(-4px) scale(1.1);box-shadow:0 8px 25px #06b6d440}.footer-bottom{padding-top:2.5rem;margin-top:1rem;border-top:2px solid rgba(255,255,255,.1);background:rgba(0,0,0,.2);border-radius:16px 16px 0 0}.footer-bottom-content{flex-direction:column;gap:2rem;text-align:center}.footer-bottom-left p{font-size:.95rem;color:#cbd5e0;font-weight:500}.footer-bottom-links{gap:1rem;flex-wrap:wrap;justify-content:center}.footer-bottom-link{font-size:.9rem;padding:.5rem 1rem;background:rgba(255,255,255,.05);border-radius:20px;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;min-height:40px;display:flex;align-items:center;white-space:nowrap}.footer-bottom-link:hover{background:rgba(74,222,128,.1);border-color:#4ade804d;color:#4ade80;transform:translateY(-1px)}}@media (max-width: 480px){.footer{padding:3rem 0 2rem}.footer-content{gap:2.5rem}.footer-content .footer-section:first-child{padding:1.25rem}.footer-section:not(:first-child){padding:1rem}.footer-section:last-child{padding:1.5rem 1rem}.footer-logo-img{width:36px;height:36px}.footer-logo-title{font-size:1.125rem}.footer-description{font-size:.9rem}.footer-section-title{font-size:1rem}.footer-nav-link{font-size:.95rem;padding:.625rem .875rem}.social-links{gap:1.25rem}.social-link{width:46px;height:46px}.footer-bottom-links{flex-direction:column;gap:.75rem}.footer-bottom-link{width:100%;max-width:280px;margin:0 auto}}
