@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#D13828;--text:#ffffff;--accent:#ffffff}body{margin:0;padding:0;background:#46030b;color:var(--text);min-height:100vh;line-height:1.5}.container{max-width:1200px;margin:0 auto;padding:2rem}.nav{background:var(--background);padding:2rem;position:relative}.nav,.nav>div{display:flex;justify-content:space-between;align-items:center;width:100%}.nav>div{max-width:1200px;margin:0 auto}.nav-brand{font-size:1.5rem;font-weight:700;color:var(--text);text-decoration:none;z-index:50;display:flex;align-items:center;gap:.25rem}.nav-logo{width:3rem;height:3rem;object-fit:contain}.burger-menu{display:none;background:none;border:none;color:var(--text);cursor:pointer;padding:.5rem;z-index:50}.burger-menu svg{width:1.5rem;height:1.5rem}@media (max-width:768px){.burger-menu{display:block}.nav-links{position:fixed;top:0;right:-100%;width:100%;height:100vh;background:var(--background);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;transition:right .3s ease-in-out;z-index:40}.nav-links.nav-open{right:0}.nav-links a{font-size:1.5rem}}.nav-links{display:flex;gap:2rem}.nav-links a{color:var(--text);text-decoration:none;opacity:.8;transition:opacity .2s}.nav-links a:hover{opacity:1}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:90vh;text-align:center;padding:0 1rem;position:relative;overflow:hidden}.video-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.video-background:before{content:"";position:absolute;top:0;left:0;width:100%;height:20vh;background:linear-gradient(to bottom,var(--background) 0,transparent 100%);z-index:1;pointer-events:none}.hero-video{object-fit:cover}.hero-video,.video-overlay{width:100%;height:100%;position:absolute;top:0;left:0}.video-overlay{background:transparent}.hero-content{position:relative;z-index:1;max-width:1200px;margin:0 auto}.hero h1{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:700;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero p{font-size:clamp(1.25rem,2vw,1.5rem);opacity:.9;max-width:600px;text-shadow:0 1px 2px rgba(0,0,0,.1)}.values{max-width:1200px;margin:0 auto;padding:6rem 2rem;background:linear-gradient(to bottom,#46030b 0,var(--background) 100%);position:relative;z-index:1}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.value-card{background:rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:1rem;text-align:center;transition:transform .2s}.value-card:hover{transform:translateY(-5px)}.value-icon{width:3rem;height:3rem;margin:0 auto 1rem}.value-card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.value-card p{font-size:1rem;opacity:.8}.content{max-width:1200px;margin:0 auto;padding:4rem 2rem}.section{margin-bottom:6rem}.section:last-child{margin-bottom:0}.section h2{font-size:clamp(2rem,3vw,2.5rem);font-weight:700;margin-bottom:1.5rem;line-height:1.2}.section p{font-size:1.25rem;opacity:.8;margin-bottom:1.5rem}.section a{color:var(--text);text-decoration:none;font-size:1.125rem;display:inline-block;transition:opacity .2s}.section a:hover{opacity:.8}.about-us{max-width:1200px;margin:-2rem auto 0;padding:6rem 2rem;background:linear-gradient(to bottom,var(--background) 0,#46030b 100%);position:relative;z-index:1}@media (max-width:768px){.about-us{padding:0}.about-container{padding:2rem 1rem}}.about-container{background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:2rem;padding:4rem 2rem;position:relative;z-index:2}.about-header{text-align:center;margin-bottom:4rem}.about-header h2{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700}.about-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.about-card{background:rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:1rem;transition:transform .2s}.about-card:hover{transform:translateY(-5px)}.about-card h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.about-card p{font-size:1.125rem;opacity:.8;line-height:1.6}.values-list{text-align:center;margin-bottom:4rem}.values-list h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.values-pills{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.value-pill{background:rgba(255,255,255,.1);padding:.5rem 1.5rem;border-radius:2rem;font-size:1.125rem;transition:all .2s}.value-pill:hover{background:rgba(255,255,255,.2);transform:translateY(-2px)}.about-story{margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto;text-align:center}.about-story h3{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.about-story p{font-size:1.125rem;opacity:.8;line-height:1.6}.leadership{text-align:center}.leadership h3{font-size:1.5rem;font-weight:700;margin-bottom:2rem}.leadership-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.leader-card{background:rgba(255,255,255,.05);padding:2rem;border-radius:1rem;transition:transform .2s}.leader-card:hover{transform:translateY(-5px)}.leader-image{width:6rem;height:6rem;margin:0 auto 1.5rem;background:rgba(255,255,255,.1);border-radius:50%;padding:1rem}.leader-image svg{width:100%;height:100%}.leader-card h4{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.leader-title{font-size:1rem;opacity:.8;margin-bottom:1rem}.leader-card blockquote{font-size:1.125rem;font-style:italic;opacity:.9;line-height:1.6}@layer base{html{scroll-behavior:smooth}}@layer base{body{@apply bg-white text-secondary-900}}@layer components{.container{@apply max-w-7xl mx-auto px-4 sm:px-6 lg:px-8}.btn{@apply inline-flex items-center justify-center px-6 py-3 border border-transparent text-base font-medium rounded-md shadow-sm transition-colors duration-200}.btn-primary{@apply btn bg-primary-600 text-white hover:bg-primary-700}.btn-secondary{@apply btn bg-white text-primary-600 border-primary-600 hover:bg-primary-50}.section{@apply py-16 sm:py-24}.heading-1{@apply text-4xl sm:text-5xl font-bold tracking-tight text-secondary-900}.heading-2{@apply text-3xl sm:text-4xl font-bold tracking-tight text-secondary-900}.heading-3{@apply text-2xl sm:text-3xl font-bold tracking-tight text-secondary-900}.text-body{@apply text-lg text-secondary-600}}.products-solutions{max-width:1200px;margin:4rem auto 0;padding:6rem 2rem;background:linear-gradient(to bottom,#46030b 0,var(--background) 100%);position:relative;z-index:1}@media (max-width:768px){.about-us{padding:0}.about-container{padding:2rem 1rem}.products-solutions{padding:0;margin-top:3rem}.products-container{padding:2rem 1rem}}.products-container{background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:2rem;padding:4rem 2rem;position:relative;z-index:2}.products-header{text-align:center;margin-bottom:4rem}.products-header h2{font-size:clamp(2.5rem,4vw,3.5rem);font-weight:700;margin-bottom:1rem}.products-header p{font-size:1.25rem;opacity:.8}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:4rem}.solution-category{background:rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;padding:2rem;transition:transform .2s}.solution-category:hover{transform:translateY(-5px)}.category-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.category-icon{width:3rem;height:3rem;background:rgba(255,255,255,.1);border-radius:.75rem;padding:.75rem}.category-header h3{font-size:1.5rem;font-weight:700}.solution-content p{font-size:1.125rem;opacity:.8;margin-bottom:1.5rem;line-height:1.6}.solution-features{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.feature-tag{background:rgba(255,255,255,.1);padding:.5rem 1rem;border-radius:1rem;font-size:.875rem;transition:all .2s}.feature-tag:hover{background:rgba(255,255,255,.2);transform:translateY(-2px)}.solution-demo{margin-top:2rem}.demo-preview{background:rgba(0,0,0,.2);border-radius:.75rem;overflow:hidden;position:relative}.demo-placeholder{aspect-ratio:16/9;display:flex;align-items:center;justify-content:center}.demo-placeholder svg{width:3rem;height:3rem;opacity:.5}.demo-button{position:absolute;bottom:1rem;right:1rem;background:rgba(255,255,255,.2);color:white;border:none;padding:.5rem 1rem;border-radius:.5rem;cursor:pointer;transition:all .2s}.demo-button:hover{background:rgba(255,255,255,.3);transform:translateY(-2px)}.testimonials{margin-top:6rem;text-align:center}.testimonials h3{font-size:2rem;font-weight:700;margin-bottom:3rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem}.testimonial-card{background:rgba(255,255,255,.08);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:1rem;transition:transform .2s}.testimonial-card:hover{transform:translateY(-5px)}.testimonial-card blockquote{font-size:1.125rem;line-height:1.6;margin-bottom:1.5rem;font-style:italic}.client-info{font-size:1rem;opacity:.8}.cta-container{margin-top:6rem;text-align:center}.cta-container h3{font-size:2rem;font-weight:700;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{padding:1rem 2rem;border-radius:.5rem;font-size:1.125rem;font-weight:700;cursor:pointer;transition:all .2s;border:none}.cta-button.primary{background:var(--text);color:var(--background)}.cta-button.secondary{background:rgba(255,255,255,.1);color:var(--text)}.cta-button:hover{transform:translateY(-2px)}.cta-button.primary:hover{background:rgba(255,255,255,.9)}.cta-button.secondary:hover{background:rgba(255,255,255,.2)}.footer{margin-top:0;padding:2rem;background:linear-gradient(to bottom,var(--background) 0,#46030b 100%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative;z-index:1}.footer-content{max-width:1200px;margin:0 auto;text-align:center}.copyright{font-size:.875rem;opacity:.8}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_516c7b{font-family:Inter,Inter Fallback;font-style:normal}