:root{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}body{margin:0;min-height:100vh;overflow-x:hidden}#root{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}.app{position:relative;min-height:100vh;width:100%;overflow-x:hidden;background:#f97316}.header{position:relative;z-index:1000;padding:1.5rem 2rem;background:transparent}.header-container{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;position:relative}.logo{display:flex;align-items:center;gap:.5rem;color:#fff;font-weight:600;font-size:1rem;letter-spacing:.05em;text-decoration:none}.logo svg{width:24px;height:24px}.nav-links{display:flex;gap:2rem;align-items:center;flex:1;justify-content:center;position:relative}.nav-links a{color:#fff;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .2s;display:flex;align-items:center}.nav-links a:hover{color:#fff}.nav-link-platform{position:static;display:flex;align-items:center}.nav-link-platform a{color:#fff;text-decoration:none;font-size:.95rem;font-weight:500;transition:all .2s;display:flex;align-items:center;padding:.5rem 1rem;border-radius:4px}.nav-link-platform a.active,.nav-link-platform:hover a{background:#ffffff26;color:#fff}.nav-link-platform a.active{position:relative}.nav-link-platform a.active:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translate(-50%);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid white;z-index:1002}.platform-dropdown{position:absolute;top:calc(100% + .5rem);left:50%;transform:translate(-50%);background:#fff;border-radius:0 0 12px 12px;box-shadow:0 10px 40px #00000026;z-index:1001;width:95vw;max-width:1600px;min-width:1400px;padding:4rem 4rem 5rem;animation:fadeIn .2s ease-in;pointer-events:auto;min-height:750px}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%) translateY(-10px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.dropdown-content{display:flex;flex-direction:column;gap:0;max-width:1550px;margin:0 auto;padding:0;width:100%}.dropdown-top-row{display:grid;grid-template-columns:1.5fr 1fr;gap:5rem;padding-bottom:3rem;border-bottom:1px solid #e5e7eb;margin-bottom:3.5rem}.dropdown-main-row{display:grid;grid-template-columns:2.2fr 1fr;gap:5rem;align-items:start}.dropdown-left{display:flex;flex-direction:column;gap:3.5rem;padding-right:4rem}.dropdown-right{display:flex;flex-direction:column;gap:3rem;border-left:1px solid #e5e7eb;padding-left:4rem;align-items:flex-start}.dropdown-section{display:flex;flex-direction:column;gap:1rem}.connectivity-cloud{padding-bottom:0;border-bottom:none;display:flex;flex-direction:column;gap:1rem}.connectivity-icon{margin-bottom:1.25rem}.connectivity-icon svg{width:60px;height:60px}.connectivity-title{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0;line-height:1.3}.connectivity-description{font-size:1rem;color:#6b7280;line-height:1.6;margin:0}.org-types{padding-bottom:0;border-bottom:none;display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;align-items:start}.org-type-item{padding:0}.org-type-title{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0 0 .5rem;line-height:1.4}.org-type-subtitle{font-size:.95rem;color:#6b7280;margin:0;line-height:1.5}.org-type-divider{display:none}.section-heading{font-size:.75rem;font-weight:700;color:#d97706;text-transform:uppercase;letter-spacing:.1em;margin:0 0 1rem}.use-cases-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem}.use-case-title{font-size:1.1rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.use-case-list{list-style:none;padding:0;margin:0}.use-case-list li{font-size:.95rem;color:#6b7280;margin-bottom:.625rem;padding-left:0;line-height:1.6}.cxo-topics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}.cxo-topic-item{display:flex;flex-direction:column;gap:.875rem;align-items:flex-start}.cxo-icon{flex-shrink:0}.cxo-title{font-size:1.05rem;font-weight:600;color:#1f2937;margin:0 0 .5rem}.cxo-description{font-size:.875rem;color:#6b7280;line-height:1.5;margin:0;line-height:1.4}.dropdown-link-list{list-style:none;padding:0;margin:0}.dropdown-link-list:not(.engage-list):not(.resources-list){display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.resources-list{display:flex;flex-direction:column;gap:.5rem}.engage-list{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.dropdown-link-list li{margin-bottom:.75rem}.dropdown-link-list:not(.engage-list) li{margin-bottom:.5rem}.dropdown-link-list a{color:#1f2937;text-decoration:none;font-size:1rem;transition:color .2s;display:flex;align-items:center;gap:.5rem;line-height:1.5}.dropdown-link-list a:hover{color:#f97316}.engage-list a{display:flex;align-items:center;gap:.5rem}.engage-list li{margin-bottom:0}.request-demo-btn{background:#f97316;color:#fff;border:none;padding:.875rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s;margin-top:auto;width:100%;max-width:250px}.request-demo-btn:hover{background:#ea580c}.utility-links{display:flex;align-items:center;gap:1.5rem}.icon-btn{background:transparent;border:none;color:#fff;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.icon-btn:hover{opacity:.7}.text-link{color:#fff;text-decoration:none;font-size:.9rem;font-weight:500;transition:opacity .2s}.text-link:hover{opacity:.8}.btn-outline{background:#fff;border:1px solid white;color:#f97316;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-outline:hover{background:#ffffffe6}.btn-outline-attack{background:transparent;border:1px solid white;color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.btn-outline-attack:hover{background:#ffffff1a}.hero-section{position:relative;z-index:10;padding:6rem 2rem 4rem;max-width:1200px;margin:0 auto}.hero-content{text-align:center}.hero-title{font-size:3.5rem;font-weight:700;color:#1f2937;line-height:1.1;margin-bottom:1.5rem;max-width:900px;margin-left:auto;margin-right:auto}.hero-title .highlight-white{color:#fff}.hero-description{font-size:1.125rem;color:#1f2937;line-height:1.6;margin-bottom:2.5rem;max-width:800px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary{background:#fff;border:1px solid #f97316;color:#1f2937;padding:.875rem 2rem;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary:hover{background:#fff7ed;border-color:#ea580c}.btn-secondary{background:#f97316;border:1px solid #f97316;color:#fff;padding:.875rem 2rem;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#ea580c;border-color:#ea580c}.content-cards{position:relative;z-index:10;max-width:1400px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:4rem;margin-bottom:4rem}.card{background:#fff;border-radius:12px;padding:1.5rem;display:flex;gap:1.5rem;box-shadow:0 4px 6px #0000001a;transition:transform .2s,box-shadow .2s}.card:hover{transform:translateY(-2px);box-shadow:0 8px 12px #00000026}.card-image{flex-shrink:0}.card-image-placeholder{width:120px;height:120px;background:linear-gradient(135deg,#1f2937,#111827);border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-size:2rem;font-weight:700;gap:.25rem}.card-number{display:block;line-height:1}.card-image-placeholder.security{background:linear-gradient(135deg,#dc2626,#991b1b,#1e40af);display:flex;align-items:center;justify-content:center}.card-image-placeholder.security svg{color:#fff}.card-content{flex:1;display:flex;flex-direction:column;justify-content:center}.card-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem;line-height:1.4}.card-subtitle{font-size:.95rem;color:#6b7280;margin-bottom:1rem;line-height:1.5}.card-link{color:#f97316;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s}.card-link:hover{color:#ea580c}.white-section{background:#fff;width:100%;padding:4rem 2rem}.banner-section{max-width:1200px;margin:0 auto 4rem;text-align:center}.banner-title{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;line-height:1.2}.banner-description{font-size:1.25rem;color:#1f2937;line-height:1.6;max-width:900px;margin:0 auto}.two-column-section{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.section-reverse{direction:rtl}.section-reverse>*{direction:ltr}.column-content{display:flex;flex-direction:column;gap:1.5rem}.column-title{font-size:2.5rem;font-weight:700;color:#1f2937;line-height:1.2}.column-description{font-size:1.125rem;color:#1f2937;line-height:1.7}.cta-group{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.btn-orange-cta{background:#f97316;color:#fff;border:none;padding:.875rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-orange-cta:hover{background:#ea580c}.link-arrow{color:#1f2937;text-decoration:none;font-size:1rem;font-weight:500;transition:color .2s}.link-arrow:hover{color:#f97316}.related-section{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.related-heading{color:#1f2937;font-size:.95rem;font-weight:700}.related-links-group{display:flex;gap:1rem;flex-wrap:wrap}.related-link-blue{color:#2563eb;text-decoration:none;font-size:.95rem;transition:color .2s}.related-link-blue:hover{color:#1d4ed8;text-decoration:underline}.column-graphic{display:flex;justify-content:center;align-items:center}.network-graphic{width:100%;max-width:500px;display:flex;justify-content:center;align-items:center}.network-graphic svg{width:100%;height:auto}.speedometer-graphic,.code-editor-graphic{width:100%;max-width:500px;display:flex;justify-content:center;align-items:center}.speedometer-graphic svg,.code-editor-graphic svg{width:100%;height:auto}.stats-section{padding:5rem 2rem}.stats-container{max-width:1400px;margin:0 auto;text-align:center}.stats-title{font-size:3.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;line-height:1.2}.stats-title-orange{color:#f97316}.stats-subtitle{font-size:1.25rem;color:#1f2937;line-height:1.6;max-width:900px;margin:0 auto 4rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:4rem;position:relative;padding:0 2rem}.stat-item{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center}.stat-line-container{position:relative;width:100%;display:flex;justify-content:center;margin-bottom:1rem}.stat-dot{width:12px;height:12px;background:#f97316;border-radius:50%;position:absolute;top:0;z-index:2}.stat-line{width:3px;height:200px;background:#f97316;position:absolute;top:6px;opacity:.6}.stat-number{font-size:3rem;font-weight:700;color:#f97316;margin-bottom:.5rem;line-height:1}.stat-description{font-size:1rem;color:#1f2937;line-height:1.5;max-width:200px}.globe-container{width:100%;max-width:1000px;margin:-100px auto 0;display:flex;justify-content:center;align-items:center;position:relative}.globe-container svg{width:100%;height:auto}.tabbed-section-wrapper{position:relative;width:100%}.tabbed-top-section{background:#fff;padding:4rem 2rem 2rem}.tabbed-section{background:#f97316;padding:3rem 2rem 8rem;position:relative;overflow:hidden;clip-path:polygon(0 5%,100% 0%,100% 95%,0 100%)}.tabbed-section:after{content:"";position:absolute;bottom:-50px;right:-100px;width:300px;height:300px;background:#fff;border-radius:50%;z-index:1}.tabbed-container{max-width:1400px;margin:0 auto;position:relative;z-index:10}.tabbed-section .tabbed-container{position:relative;z-index:2}.tabbed-title{font-size:3.5rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:0}.tabbed-title-orange{color:#f97316}.tabs{display:flex;gap:3rem;margin-bottom:2rem;padding-bottom:1rem;border-bottom:1px solid #e5e7eb}.tab{background:none;border:none;font-size:1.25rem;font-weight:500;color:#6b7280;cursor:pointer;padding:.5rem 0;position:relative;transition:color .2s}.tab:hover,.tab.active{color:#1f2937}.tab.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:#f97316}.tabbed-content-card{background:#fff;border-radius:12px;padding:2rem 3rem 3rem;box-shadow:0 10px 30px #0000001a;margin-bottom:4rem}.tab-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:3rem}.tab-content-left{display:flex;flex-direction:column;gap:1.5rem}.tab-content-title{font-size:2.5rem;font-weight:700;color:#1f2937;line-height:1.2}.tab-content-description{font-size:1.125rem;color:#1f2937;line-height:1.7}.tab-cta-group{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.btn-orange-tab{background:#f97316;color:#fff;border:none;padding:.875rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-orange-tab:hover{background:#ea580c}.link-arrow-tab{color:#1f2937;text-decoration:none;font-size:1rem;font-weight:500;transition:color .2s}.link-arrow-tab:hover{color:#f97316}.tab-content-right{display:flex;align-items:flex-start}.testimonial{display:flex;flex-direction:column;gap:1rem}.testimonial-logo{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.testimonial-company{font-size:1.25rem;font-weight:700;color:#1f2937;letter-spacing:.05em}.testimonial-company.zendesk{color:#03363d;font-size:1.5rem}.testimonial-quote{font-size:1.125rem;color:#1f2937;line-height:1.7;font-style:italic;margin:0;padding-left:1rem;border-left:3px solid #f97316}.testimonial-author{font-size:.95rem;color:#6b7280;margin:0}.testimonial-author strong{color:#1f2937;font-weight:600}.company-logos{display:flex;align-items:center;gap:2rem;padding-top:2rem;border-top:1px solid #e5e7eb;overflow-x:auto;scrollbar-width:none}.company-logos::-webkit-scrollbar{display:none}.logo-scroll-indicator{font-size:1.5rem;color:#9ca3af;cursor:pointer;flex-shrink:0}.logo-item{font-size:.9rem;font-weight:600;color:#6b7280;display:flex;align-items:center;justify-content:center;min-width:100px;flex-shrink:0}.logo-item svg{max-width:120px;height:auto}.help-section{text-align:center;padding:2rem 0}.help-title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:3rem}.help-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto 2rem}.help-card{background:#fff;border-radius:12px;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;transition:transform .2s,box-shadow .2s;cursor:pointer}.help-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.help-card-icon{display:flex;align-items:center;justify-content:center}.help-card-text{font-size:1rem;font-weight:600;color:#1f2937;text-align:center;margin:0}.show-more-btn{background:#fff;color:#f97316;border:2px solid white;padding:.75rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-top:1rem}.show-more-btn:hover{background:transparent;color:#fff}@media(max-width:1024px){.nav-links{display:none}.platform-dropdown{min-width:auto;width:calc(100vw - 2rem);left:50%;transform:translate(-50%);padding:2rem 1.5rem;min-height:auto}.dropdown-top-row{grid-template-columns:1fr;gap:2rem;padding-bottom:2rem;margin-bottom:2rem}.dropdown-main-row{grid-template-columns:1fr;gap:2rem}.dropdown-content{padding:0}.dropdown-left{padding-right:0}.dropdown-right{border-left:none;border-top:1px solid #e5e7eb;padding-left:0;padding-top:2rem}.org-types{grid-template-columns:1fr;gap:1rem}.use-cases-grid{grid-template-columns:1fr;gap:1.5rem}.cxo-topics-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.engage-list,.dropdown-link-list{grid-template-columns:1fr}}@media(max-width:1400px){.platform-dropdown{width:calc(100vw - 3rem);min-width:auto}.dropdown-content{max-width:100%}}@media(max-width:1200px){.platform-dropdown{min-width:auto;width:calc(100vw - 2rem);max-width:100%;padding:3rem 2rem 4rem}.dropdown-content,.dropdown-top-row,.dropdown-main-row{gap:3rem}.use-cases-grid{gap:2.5rem}.cxo-topics-grid{gap:2rem}}@media(max-width:1024px){.header-container{flex-wrap:wrap}.nav-links{order:3;width:100%;justify-content:flex-start;margin-top:1rem}.utility-links{flex-wrap:wrap;gap:.75rem}.hero-section{padding:5rem 2rem 4rem}.hero-title{font-size:3rem}.content-cards{grid-template-columns:repeat(2,1fr);gap:1.5rem}.white-section{padding:4rem 2rem}.banner-title{font-size:2.5rem}.two-column-section{gap:3rem}.stats-section{padding:4rem 2rem}.stats-grid{grid-template-columns:repeat(3,1fr);gap:2rem}.tabbed-section{padding:3rem 2rem 5rem}.help-cards-grid,.events-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.header{padding:1rem 1.5rem}.logo{font-size:.9rem}.logo svg{width:20px;height:20px}.nav-links{display:none}.platform-dropdown{padding:2rem 1.5rem;width:calc(100vw - 1rem);min-height:auto}.dropdown-content{gap:1.5rem}.dropdown-top-row{gap:2rem;padding-bottom:2rem;margin-bottom:2rem}.dropdown-main-row{gap:2rem}.connectivity-cloud,.org-types{padding-bottom:1.5rem}.connectivity-icon svg{width:50px;height:50px}.connectivity-title{font-size:1.5rem}.org-types{grid-template-columns:1fr;gap:1.5rem}.use-cases-grid{grid-template-columns:1fr;gap:2rem}.cxo-topics-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.dropdown-left{padding-right:0}.dropdown-right{padding-left:0}.hero-title{font-size:2.5rem}.content-cards{grid-template-columns:1fr}.banner-title{font-size:2.5rem}.two-column-section{grid-template-columns:1fr;gap:3rem}.section-reverse{direction:ltr}.column-graphic,.section-reverse .column-graphic{order:-1}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.stats-title,.tabbed-title{font-size:2.5rem}.tab-content{grid-template-columns:1fr}.tab-content-right{order:-1}.help-cards-grid{grid-template-columns:1fr}.tabbed-section{clip-path:polygon(0 3%,100% 0%,100% 97%,0 100%)}}.news-section{background:#fff;padding:5rem 2rem}.news-container{max-width:1400px;margin:0 auto}.news-title{font-size:3rem;font-weight:700;color:#1f2937;text-align:center;margin-bottom:3rem}.news-tabs{display:flex;justify-content:center;gap:3rem;margin-bottom:3rem}.news-tab{background:none;border:none;font-size:1.125rem;font-weight:500;color:#6b7280;cursor:pointer;padding:.5rem 0;position:relative;transition:color .2s}.news-tab:hover{color:#1f2937}.news-tab.active{color:#1f2937;font-weight:600}.news-tab.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:3px;background:#f97316;box-shadow:0 2px 4px #f973164d}.events-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:2rem}.event-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;display:flex;flex-direction:column;gap:1rem;transition:transform .2s,box-shadow .2s}.event-card:hover{transform:translateY(-4px);box-shadow:0 8px 12px #00000026}.event-icon{display:flex;align-items:center;justify-content:center;margin-bottom:.5rem}.event-label{font-size:.75rem;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.event-card-title{font-size:1.125rem;font-weight:600;color:#1f2937;line-height:1.4;margin:0;flex:1}.event-link{color:#2563eb;text-decoration:none;font-size:.95rem;font-weight:500;align-self:flex-start;transition:color .2s}.event-link:hover{color:#1d4ed8}.news-cards-container{overflow:hidden;margin-bottom:2rem}.events-nav{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem}.nav-arrow{background:#f97316;color:#fff;border:none;width:40px;height:40px;border-radius:50%;font-size:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.nav-arrow:hover:not(.disabled){background:#ea580c}.nav-arrow.disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed;opacity:.5}.nav-dots{display:flex;gap:.5rem}.nav-dot{width:10px;height:10px;border-radius:50%;background:#d1d5db;cursor:pointer;transition:background-color .2s}.nav-dot.active{background:#f97316}.nav-dot{cursor:pointer}.get-started-section{background:#f97316;padding:5rem 2rem}.get-started-container{max-width:1400px;margin:0 auto;text-align:center}.get-started-title{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:4rem}.get-started-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.get-started-column{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem}.get-started-icon{display:flex;align-items:center;justify-content:center}.get-started-column-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.get-started-column-description{font-size:1rem;color:#1f2937;line-height:1.6;margin:0}.get-started-link{color:#2563eb;text-decoration:none;font-size:1rem;font-weight:500;transition:color .2s}.get-started-link:hover{color:#1d4ed8}.footer{background:#1e293b;color:#fff;padding:4rem 2rem 2rem}.footer-container{max-width:1400px;margin:0 auto}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-logo{display:flex;align-items:center}.footer-contact{text-align:right}.footer-contact-text{font-size:1rem;color:#fff;margin:0}.footer-links{display:grid;grid-template-columns:repeat(5,1fr);gap:3rem;margin-bottom:3rem}.footer-column-title{font-size:.875rem;font-weight:700;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.footer-link-list{list-style:none;padding:0;margin:0}.footer-link-list li{margin-bottom:.75rem}.footer-link-list a{color:#fffc;text-decoration:none;font-size:.875rem;transition:color .2s}.footer-link-list a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom-left{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.footer-copyright{font-size:.875rem;color:#fffc}.footer-legal-link{color:#fffc;text-decoration:none;font-size:.875rem;transition:color .2s;display:flex;align-items:center}.footer-legal-link:hover{color:#fff}.footer-social{display:flex;gap:1rem}.footer-social a{color:#fff;transition:opacity .2s}.footer-social a:hover{opacity:.7}@media(max-width:1024px){.events-cards{grid-template-columns:repeat(2,1fr)}.get-started-columns{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.news-section{padding:3rem 1.5rem}.news-title{font-size:2rem}.news-tabs{gap:1.5rem;flex-wrap:wrap}.news-tab{font-size:1rem}.events-cards{grid-template-columns:1fr}.get-started-section{padding:3rem 1.5rem}.get-started-title{font-size:2rem}.footer{padding:3rem 1.5rem 1.5rem}.footer-top{flex-direction:column;gap:1.5rem}.footer-contact{text-align:left}.footer-links{grid-template-columns:repeat(2,1fr);gap:2rem}.footer-bottom{flex-direction:column;gap:1.5rem;align-items:flex-start}.footer-bottom-left{flex-direction:column;align-items:flex-start;gap:1rem}}@media(max-width:768px){.header{padding:1rem}.header-container{flex-wrap:wrap}.utility-links{gap:.75rem;flex-wrap:wrap}.text-link{font-size:.85rem}.btn-outline,.btn-outline-attack{padding:.4rem .75rem;font-size:.85rem}.hero-section{padding:4rem 1rem 3rem}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column;width:100%}.btn-primary,.btn-secondary{width:100%}.content-cards{padding:1rem;grid-template-columns:1fr}.card{flex-direction:column}.card-image-placeholder{width:100%;height:200px}.white-section{padding:3rem 1.5rem}.banner-title{font-size:2rem}.banner-description{font-size:1.125rem}.two-column-section{grid-template-columns:1fr;gap:3rem}.column-title{font-size:2rem}.column-description{font-size:1rem}.cta-group{flex-direction:column;align-items:flex-start}.btn-orange-cta{width:100%}.related-links-group{flex-direction:column;gap:.5rem}.speedometer-graphic,.code-editor-graphic{max-width:100%}.stats-section{padding:3rem 1.5rem}.stats-title{font-size:2rem}.stats-subtitle{font-size:1.125rem;margin-bottom:3rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:3rem}.stat-number{font-size:2.5rem}.stat-description{font-size:.9rem}.stat-line{height:150px}.globe-container{margin-top:-50px}}@media(max-width:480px){.header{padding:.75rem 1rem}.header-container{gap:1rem}.logo{font-size:.85rem}.utility-links{gap:.5rem}.text-link{font-size:.75rem;display:none}.btn-outline,.btn-outline-attack{padding:.35rem .6rem;font-size:.75rem}.platform-dropdown{padding:1.5rem 1rem;width:calc(100vw - .5rem)}.dropdown-top-row{gap:1.5rem;padding-bottom:1.5rem;margin-bottom:1.5rem}.dropdown-main-row{gap:1.5rem}.connectivity-title{font-size:1.25rem}.connectivity-description{font-size:.9rem}.org-type-title{font-size:1rem}.org-type-subtitle{font-size:.85rem}.section-heading{font-size:.7rem}.use-case-title{font-size:1rem}.use-case-list li{font-size:.85rem}.cxo-topics-grid{grid-template-columns:1fr;gap:1.25rem}.cxo-title{font-size:1rem}.cxo-description{font-size:.85rem}.dropdown-link-list a{font-size:.9rem}.request-demo-btn{width:100%;padding:.75rem 1.5rem;font-size:.9rem}.hero-section{padding:3rem 1rem 2rem}.hero-title{font-size:1.75rem}.hero-description{font-size:.95rem}.content-cards{padding:1rem .5rem;gap:1rem}.card{padding:1rem}.card-image-placeholder{height:180px}.white-section{padding:2.5rem 1rem}.banner-title{font-size:1.75rem}.banner-description{font-size:1rem}.column-title{font-size:1.75rem}.column-description{font-size:.95rem}.stats-section{padding:2.5rem 1rem}.stats-title{font-size:1.75rem}.stats-subtitle{font-size:1rem}.stats-grid{grid-template-columns:1fr;gap:1.5rem}.stat-number{font-size:2rem}.stat-description{font-size:.85rem}.stat-line{height:100px}.tabbed-top-section{padding:2.5rem 1rem 1rem}.tabbed-section{padding:2rem 1rem 5rem}.tabbed-title{font-size:1.75rem}.tabs{gap:1rem;flex-wrap:wrap}.tab{font-size:.9rem;padding:.5rem 1rem}.tabbed-content-card{padding:1.5rem}.tab-content{grid-template-columns:1fr;gap:1.5rem}.tab-content-title{font-size:1.75rem}.tab-content-description{font-size:.95rem}.help-title{font-size:1.75rem}.help-cards-grid{grid-template-columns:1fr;gap:1rem}.news-section{padding:2.5rem 1rem}.news-title{font-size:1.75rem}.news-tabs{gap:1rem;flex-wrap:wrap}.news-tab{font-size:.9rem}.events-cards{grid-template-columns:1fr;gap:1rem}.get-started-section{padding:2.5rem 1rem}.get-started-title{font-size:1.75rem}.get-started-columns{grid-template-columns:1fr;gap:1.5rem}.footer{padding:2.5rem 1rem 1rem}.footer-links{grid-template-columns:1fr;gap:1.5rem}}
