*{margin:0;padding:0;box-sizing:border-box}:root{--primary: #E8443A;--primary-light: #FF6B5B;--dark: #0A0A0A;--dark-secondary: #141414;--dark-tertiary: #1E1E1E;--gray-900: #171717;--gray-800: #262626;--gray-600: #525252;--gray-500: #737373;--gray-400: #A3A3A3;--gray-200: #E5E5E5;--gray-100: #F5F5F5;--gray-50: #FAFAFA;--white: #FFFFFF;--container-width: 1600px;--border-radius: 24px}body{font-family:Geist,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--dark);line-height:1.6;background:var(--white);min-height:100vh;padding:0}.page-container{max-width:var(--container-width);margin:0 auto;background:var(--white);min-height:100vh;box-shadow:0 0 80px #00000014}.announcement{background:#494948;height:30px;padding:0 2rem;display:flex;justify-content:center;align-items:center;gap:.5rem;border-bottom:1px solid var(--gray-800);font-size:.875rem;cursor:pointer;transition:background .2s}.announcement:hover{background:#5a5a59}.announcement-text{color:var(--gray-400);font-family:Geist Mono,monospace}.announcement-cta{display:flex;align-items:center;gap:.25rem;color:var(--white);font-weight:600}.announcement-close{margin-left:1rem;color:var(--gray-500);cursor:pointer;font-size:1.25rem;line-height:1}.announcement-close:hover{color:var(--white)}header{height:54px;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--gray-200);position:sticky;top:0;background:var(--white);z-index:100}.logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo svg{width:28px;height:28px}.logo-text{font-size:1.25rem;font-weight:400;color:var(--dark)}.nav-right{display:flex;align-items:center;gap:1.5rem}.nav-links{display:flex;gap:.25rem}.nav-links a{text-decoration:none;color:var(--gray-600);font-size:.9rem;font-weight:500;padding:.5rem 1rem;border-radius:5px;transition:all .2s;font-family:Geist Mono,monospace}.nav-links a:hover{color:var(--dark);background:var(--gray-50)}.nav-links .mobile-cta{display:none}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;padding:.5rem;z-index:1001}.mobile-menu-btn span{display:block;width:24px;height:2px;background:var(--dark);margin:5px 0;transition:all .3s}.mobile-menu-btn.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.mobile-menu-btn.active span:nth-child(2){opacity:0}.mobile-menu-btn.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:768px){.announcement{display:none}.mobile-menu-btn{display:block}.nav-links{position:fixed;top:54px;left:0;right:0;background:var(--white);flex-direction:column;padding:1rem;border-bottom:1px solid var(--gray-200);display:none;box-shadow:0 4px 20px #0000001a}.nav-links.active{display:flex}.nav-links a{padding:1rem;border-radius:5px}.nav-right .btn{display:none}.nav-links .mobile-cta{display:block;margin-top:.5rem;text-align:center}}.btn{display:inline-flex;align-items:center;gap:.375rem;padding:.625rem 1.25rem;border-radius:5px;font-weight:600;font-size:.875rem;text-decoration:none;transition:all .2s;cursor:pointer;border:none}.btn-primary{background:var(--dark);color:var(--white)}.btn-primary:hover{background:var(--gray-800)}.btn-ghost{background:transparent;color:var(--dark)}.btn-ghost:hover{background:var(--gray-100)}.btn-red{background:var(--primary);color:var(--white)}.btn-red:hover{background:var(--primary-light)}.btn .arrow{transition:transform .2s;font-size:1rem}.btn:hover .arrow{transform:translate(2px)}.hero{padding:4rem 100px;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;min-height:500px}.hero-content h1{font-size:3.5rem;font-weight:800;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.25rem}.hero-content h1 .highlight{display:block;color:var(--primary)}.hero-content p{font-size:1.125rem;color:var(--gray-500);margin-bottom:2rem;max-width:440px;line-height:1.7}.hero-buttons{display:flex;gap:.75rem;align-items:center}.hero-visual{position:relative;height:400px}.geometric-art{position:relative;width:100%;height:100%}.geo-block{position:absolute;border-radius:5px}.geo-block-1{width:180px;height:140px;background:var(--primary);top:10%;right:15%;transform:rotate(-5deg)}.geo-block-2{width:120px;height:180px;background:var(--dark);top:25%;right:5%;transform:rotate(8deg)}.geo-block-3{width:100px;height:100px;background:var(--gray-300);top:5%;right:40%;transform:rotate(-10deg)}.geo-block-4{width:140px;height:80px;background:var(--dark);bottom:30%;right:25%;transform:rotate(5deg)}.geo-block-5{width:80px;height:120px;background:var(--primary);opacity:.6;bottom:20%;right:50%;transform:rotate(-8deg)}.geo-block-6{width:60px;height:60px;background:var(--gray-200);top:40%;right:55%;transform:rotate(15deg)}.geo-block-7{width:200px;height:120px;background:linear-gradient(135deg,var(--dark) 0%,var(--gray-800) 100%);bottom:10%;right:10%;transform:rotate(-3deg);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.875rem;letter-spacing:.1em}.logos-section{padding:2rem 3rem;border-bottom:1px solid var(--gray-200)}.logos-label{font-size:.75rem;color:var(--gray-400);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;text-align:center;font-family:Geist Mono,monospace}.logos-track{display:flex;gap:3rem;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent);mask-image:linear-gradient(to right,transparent,black 10%,black 90%,transparent)}.logos-slide{display:flex;gap:3rem;animation:scroll 30s linear infinite}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.logo-item{flex-shrink:0;padding:1rem 1.5rem;font-size:1.25rem;font-weight:700;color:var(--gray-600)}.section-header{padding:4rem 100px 2rem}.section-tag{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--gray-400);margin-bottom:.75rem;font-family:Geist Mono,monospace}.section-header h2{font-size:2.5rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.75rem}.section-header p{font-size:1.1rem;color:var(--gray-500);max-width:600px}.tabs-section{padding:0 100px 4rem}.tabs-container{background:var(--gray-50);border-radius:16px;overflow:hidden;border:1px solid var(--gray-200)}.tabs-header{display:flex;border-bottom:1px solid var(--gray-200)}.tab-btn{flex:1;padding:1.25rem 1.5rem;background:transparent;border:none;font-size:.95rem;font-weight:600;color:var(--gray-500);cursor:pointer;transition:all .2s;border-bottom:2px solid transparent;margin-bottom:-1px}.tab-btn:hover{color:var(--dark);background:var(--white)}.tab-btn.active{color:var(--dark);background:var(--white);border-bottom-color:var(--primary)}.tab-content{display:none;padding:2.5rem}.tab-content.active{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.tab-text h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;letter-spacing:-.01em}.tab-text p{color:var(--gray-500);margin-bottom:1.5rem;line-height:1.7}.tab-links{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--gray-200)}.tab-links-label{font-size:.75rem;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem;font-family:Geist Mono,monospace}.tab-link{display:flex;align-items:center;gap:.375rem;color:var(--dark);text-decoration:none;font-weight:600;font-size:.9rem;padding:.5rem 0;transition:color .2s}.tab-link:hover{color:var(--primary)}.tab-visual{background:var(--gray-50);border-radius:16px;padding:1.5rem}.service-list{display:flex;flex-direction:column;gap:.5rem}.service-item{padding:.875rem 1.25rem;background:var(--white);border-radius:8px;font-size:.9rem;font-weight:500;transition:all .2s ease;border:1px solid var(--gray-100)}.service-item:hover{border-color:var(--gray-300);box-shadow:0 2px 8px #0000000f}.dark-section{background:var(--dark);background-attachment:fixed;background-position:center;background-repeat:no-repeat;background-size:cover;color:var(--white);padding:4rem 100px;position:relative}.dark-section:before{content:"";position:absolute;inset:0;background:#0a0a0a4d;pointer-events:none}.dark-section>*{position:relative;z-index:1}.dark-section .section-tag{color:var(--gray-500)}.dark-section h2{color:var(--white)}.dark-section p{color:var(--gray-400)}.dark-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem}.dark-content{display:flex;flex-direction:column;gap:1.5rem}.dark-content h3{font-size:1.75rem;font-weight:700;line-height:1.3}.dark-content p{color:var(--gray-400);line-height:1.7}.check-list{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}.check-item{display:flex;align-items:center;gap:.75rem;color:var(--gray-300);font-size:.9rem}.check-item:before{content:"✓";width:20px;height:20px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#fff;flex-shrink:0}.accordion{display:flex;flex-direction:column;gap:.5rem}.accordion-label{font-size:.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.1em;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem;font-family:Geist Mono,monospace}.accordion-item{background:var(--dark-secondary);border-radius:10px;overflow:hidden;border:1px solid var(--gray-800);transition:all .2s}.accordion-item:hover{border-color:var(--gray-600)}.accordion-item.active{background:var(--dark-tertiary);border-color:var(--primary)}.accordion-header{padding:1rem 1.25rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:.9rem}.accordion-header .arrow{color:var(--gray-500);transition:transform .2s}.accordion-item.active .accordion-header .arrow{transform:rotate(180deg)}.accordion-body{display:none;padding:0 1.25rem 1rem;color:var(--gray-400);font-size:.875rem;line-height:1.6}.accordion-item.active .accordion-body{display:block}.stats-section{padding:4rem 100px;background:var(--white)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.stat-card{background:#111;border-radius:5px;padding:2rem 2.5rem;display:flex;flex-direction:column;justify-content:space-between;min-height:220px}.stat-card .description{font-size:1rem;color:#ffffffb3;line-height:1.5;max-width:200px}.stat-card .stat-bottom{display:flex;justify-content:space-between;align-items:flex-end}.stat-card .number{font-size:5rem;font-weight:300;line-height:1;letter-spacing:-.02em}.stat-card:nth-child(1) .number{color:#a3b18a}.stat-card:nth-child(2) .number{color:#7eb8c9}.stat-card:nth-child(3) .number{color:#e5a864}.stat-card .company{font-size:1.1rem;font-weight:700;color:var(--white);text-transform:uppercase;letter-spacing:.05em}.testimonials-section{padding:4rem 100px;background:var(--white)}.testimonials-section .section-tag{color:var(--primary);text-transform:uppercase;font-weight:600;font-size:.85rem;letter-spacing:.05em;margin-bottom:.75rem}.testimonials-section h2{font-size:2.75rem;font-weight:500;color:var(--dark);margin-bottom:2.5rem}.testimonials-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:5px}.testimonial-card:nth-child(1){grid-column:span 4}.testimonial-card:nth-child(2){grid-column:span 5}.testimonial-card:nth-child(3){grid-column:span 3}.testimonial-card:nth-child(4){grid-column:span 3}.testimonial-card:nth-child(5){grid-column:span 4}.testimonial-card:nth-child(6){grid-column:span 5}.testimonial-card{padding:2rem;display:flex;flex-direction:column;min-height:340px;position:relative;border-radius:4px}.testimonial-card:nth-child(1){background:#f1e1d0}.testimonial-card:nth-child(2){background:#d2e5eb}.testimonial-card:nth-child(3){background:#dcead6}.testimonial-card:nth-child(4){background:#e7e0f5}.testimonial-card:nth-child(5){background:#efdddd}.testimonial-card:nth-child(6){background:#efefee}.testimonial-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:auto}.testimonial-avatar{width:72px;height:72px;border-radius:12px;overflow:hidden;flex-shrink:0;object-fit:cover}.testimonial-company{font-weight:800;font-size:1.25rem;color:var(--dark);letter-spacing:-.02em}.testimonial-content{margin-top:2rem;padding-top:64px}.testimonial-quote{font-size:1.15rem;line-height:1.5;color:var(--dark);margin-bottom:1.75rem;font-weight:300}.testimonial-author{display:flex;flex-direction:column;gap:.35rem}.testimonial-author strong{font-weight:700;font-size:1.05rem;color:var(--dark)}.testimonial-author span{color:var(--gray-600);font-size:.875rem;font-family:Geist Mono,monospace}.cta-section{padding:5rem 3rem;background:var(--dark);background-size:cover;background-position:center;background-repeat:no-repeat;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;inset:0;background:#0a0a0a99}.cta-content{position:relative;z-index:1}.cta-section h2{font-size:2.75rem;font-weight:800;color:var(--white);margin-bottom:1rem;letter-spacing:-.02em}.cta-section p{color:var(--gray-400);font-size:1.1rem;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;justify-content:center;gap:.75rem}.btn-outline-light{background:transparent;color:var(--white);border:1px solid var(--gray-600)}.btn-outline-light:hover{background:var(--white);color:var(--dark);border-color:var(--white)}footer{padding:3rem 100px;background:var(--dark-secondary);color:var(--gray-400)}.footer-top{display:flex;justify-content:space-between;align-items:start;margin-bottom:3rem}.footer-brand{max-width:280px}.footer-brand .logo{margin-bottom:1rem}.footer-brand .logo-text{color:var(--white)}.footer-brand p{font-size:.875rem;line-height:1.6}.footer-cta{display:flex;gap:.75rem}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;padding-top:2rem;border-top:1px solid var(--gray-800)}.footer-col h4{color:var(--white);font-weight:600;font-size:.8rem;margin-bottom:1rem}.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:.625rem}.footer-col a{color:var(--gray-400);text-decoration:none;font-size:.85rem;transition:color .2s}.footer-col a:hover{color:var(--white)}.footer-bottom{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--gray-800);display:flex;justify-content:space-between;font-size:.8rem}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:var(--gray-500);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--white)}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:2rem}.modal-content{background:var(--white);border-radius:16px;max-width:640px;width:100%;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid var(--gray-200)}.modal-header h2{font-size:1.25rem;font-weight:700;color:var(--dark)}.modal-close{background:none;border:none;font-size:1.75rem;color:var(--gray-400);cursor:pointer;line-height:1;padding:0;transition:color .2s}.modal-close:hover{color:var(--dark)}.modal-body{padding:2rem;overflow-y:auto}.legal-content{color:var(--gray-600);font-size:.95rem;line-height:1.7}.legal-content .legal-updated{font-size:.85rem;color:var(--gray-400);margin-bottom:2rem;font-family:Geist Mono,monospace}.legal-content h3{font-size:1rem;font-weight:600;color:var(--dark);margin-top:1.5rem;margin-bottom:.5rem}.legal-content h3:first-of-type{margin-top:0}.legal-content p{margin-bottom:1rem}@media(max-width:768px){.modal-overlay{padding:1rem}.modal-content{max-height:90vh}.modal-header{padding:1rem 1.5rem}.modal-body{padding:1.5rem}}@media(max-width:1024px){.hero{grid-template-columns:1fr;padding:3rem 2rem}.hero-visual{display:none}.tab-content.active,.dark-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(3,1fr);gap:6px}.stat-card{min-height:200px;padding:1.5rem 2rem}.stat-card .number{font-size:4rem}.testimonials-grid{grid-template-columns:repeat(12,1fr);gap:5px}.testimonial-card:nth-child(1){grid-column:span 5}.testimonial-card:nth-child(2){grid-column:span 7}.testimonial-card:nth-child(3){grid-column:span 6}.testimonial-card:nth-child(4){grid-column:span 6}.testimonial-card:nth-child(5){grid-column:span 7}.testimonial-card:nth-child(6){grid-column:span 5}.testimonial-card{min-height:320px}.footer-grid{grid-template-columns:repeat(2,1fr)}}.quote-hero{padding:4rem 100px 2rem;background:var(--gray-50);border-bottom:1px solid var(--gray-200)}.quote-hero-content{max-width:600px}.quote-hero h1{font-size:2.75rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.quote-hero p{color:var(--gray-500);font-size:1.1rem;line-height:1.6}.quote-section{padding:3rem 100px 4rem}.quote-grid{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}.quote-form-container{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:2rem}.quote-form .form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--gray-200)}.quote-form .form-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.quote-form h3{font-size:1.1rem;font-weight:700;margin-bottom:1.25rem;color:var(--dark)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.85rem;font-weight:600;color:var(--gray-600);margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem 1rem;border:1px solid var(--gray-200);border-radius:5px;font-size:.95rem;font-family:inherit;transition:all .2s;background:var(--white)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #e8443a1a}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--gray-400)}.form-group textarea{resize:vertical;min-height:100px}.form-actions{margin-top:2rem;text-align:center}.btn-large{padding:1rem 2rem;font-size:1rem}.btn-block{display:block;width:100%;text-align:center;margin-bottom:.75rem}.form-note{margin-top:1rem;font-size:.85rem;color:var(--gray-500)}.form-note a{color:var(--primary);text-decoration:none;font-weight:600}.form-error{color:var(--primary);font-size:.9rem;margin-bottom:1rem;padding:.75rem 1rem;background:#e8443a1a;border-radius:5px}.btn:disabled{opacity:.7;cursor:not-allowed}.file-upload input[type=file]{width:100%;padding:1rem;border:2px dashed var(--gray-200);border-radius:5px;background:var(--gray-50);cursor:pointer;transition:border-color .2s}.file-upload input[type=file]:hover{border-color:var(--gray-400)}.file-hint{font-size:.8rem;color:var(--gray-500);margin-top:.5rem}.file-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.file-item{font-size:.85rem;padding:.25rem .75rem;background:var(--gray-100);border-radius:5px;color:var(--gray-600)}.quote-sidebar{display:flex;flex-direction:column;gap:1.5rem}.sidebar-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;padding:1.5rem}.sidebar-card.dark{background:var(--dark);border-color:var(--dark);color:var(--white)}.sidebar-card.dark p{color:var(--gray-400);margin-bottom:1.25rem}.sidebar-card h4{font-size:1rem;font-weight:700;margin-bottom:1rem}.sidebar-card p{font-size:.9rem;color:var(--gray-500);line-height:1.6}.benefits-list,.shipping-list{list-style:none;display:flex;flex-direction:column;gap:.625rem}.benefits-list li,.shipping-list li{font-size:.875rem;color:var(--gray-600);padding-left:1.5rem;position:relative}.benefits-list li:before,.shipping-list li:before{content:"✓";position:absolute;left:0;color:var(--primary);font-weight:700}.success-message{text-align:center;padding:2rem}.success-icon{width:64px;height:64px;background:var(--primary);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 1.5rem}.success-message h3{font-size:1.5rem;margin-bottom:.75rem}.success-message p{color:var(--gray-500);margin-bottom:1.5rem}.about-page{background:var(--white)}.about-tag{display:inline-block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--primary);margin-bottom:1rem;font-family:Geist Mono,monospace}.about-hero{padding:6rem 100px;background:#fbf7ed;border-bottom:1px solid #e4e3e3}.about-hero-content{max-width:720px}.about-hero h1{font-size:3.5rem;font-weight:500;letter-spacing:-.032em;line-height:1.1;color:var(--dark);margin-bottom:1.5rem}.about-hero p{font-size:1.25rem;color:var(--gray-600);line-height:1.6}.about-stats{padding:0;border-bottom:1px solid #e4e3e3}.about-stats-grid{display:grid;grid-template-columns:repeat(4,1fr)}.about-stat{padding:2.5rem 2rem;text-align:center;border-right:1px solid #e4e3e3}.about-stat:last-child{border-right:none}.about-stat-number{display:block;font-size:2.5rem;font-weight:500;letter-spacing:-.02em;color:var(--dark);margin-bottom:.25rem}.about-stat-label{font-size:.875rem;color:var(--gray-500);font-family:Geist Mono,monospace}.about-story{padding:6rem 100px}.about-story-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-story-content h2{font-size:2.5rem;font-weight:500;letter-spacing:-.02em;margin-bottom:1.5rem;color:var(--dark)}.about-story-content p{font-size:1.1rem;line-height:1.7;color:var(--gray-600);margin-bottom:1.25rem}.about-image-placeholder{background:#f5f5f4;border-radius:12px;height:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:var(--gray-400)}.about-image-placeholder svg{width:48px;height:48px}.about-values{padding:6rem 100px;background:#fbf7ed}.about-values-header{text-align:center;margin-bottom:3rem}.about-values-header h2{font-size:2.5rem;font-weight:500;letter-spacing:-.02em;color:var(--dark)}.about-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.about-value-card{background:var(--white);padding:2rem;border-radius:12px;border:1px solid #e4e3e3}.about-value-icon{width:48px;height:48px;margin-bottom:1.25rem;color:var(--primary)}.about-value-icon svg{width:100%;height:100%}.about-value-card h3{font-size:1.25rem;font-weight:600;margin-bottom:.75rem;color:var(--dark)}.about-value-card p{font-size:.95rem;line-height:1.6;color:var(--gray-600)}.about-customers{padding:6rem 100px;border-bottom:1px solid #e4e3e3}.about-customers-header{text-align:center;margin-bottom:3rem}.about-customers-header h2{font-size:2.5rem;font-weight:500;letter-spacing:-.02em;color:var(--dark);margin-bottom:1rem}.about-customers-header p{font-size:1.1rem;color:var(--gray-500);max-width:500px;margin:0 auto}.about-customers-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.about-customer-card{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#f9f9f8;border-radius:10px;border:1px solid transparent;transition:all .2s}.about-customer-card:hover{border-color:#e4e3e3;background:var(--white)}.about-customer-logo{width:48px;height:48px;background:var(--white);border:1px solid #e4e3e3;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;color:var(--gray-600);flex-shrink:0}.about-customer-info h4{font-size:.95rem;font-weight:600;color:var(--dark);margin-bottom:.125rem}.about-customer-info span{font-size:.8rem;color:var(--gray-500);font-family:Geist Mono,monospace}.about-team{padding:6rem 100px}.about-team-header{text-align:center;margin-bottom:3rem}.about-team-header h2{font-size:2.5rem;font-weight:500;letter-spacing:-.02em;color:var(--dark)}.about-team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.about-team-card{text-align:center;padding:2rem 1.5rem;background:#f9f9f8;border-radius:12px;transition:all .2s}.about-team-card:hover{background:#f5f5f4}.about-team-avatar{width:80px;height:80px;background:var(--gray-200);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-weight:600;font-size:1.25rem;color:var(--gray-500)}.about-team-card h4{font-size:1rem;font-weight:600;color:var(--dark);margin-bottom:.25rem}.about-team-card p{font-size:.85rem;color:var(--gray-500);font-family:Geist Mono,monospace}.about-cta{padding:6rem 100px;background:var(--dark);text-align:center}.about-cta-content{max-width:600px;margin:0 auto}.about-cta h2{font-size:2.5rem;font-weight:500;letter-spacing:-.02em;color:var(--white);margin-bottom:1rem}.about-cta p{font-size:1.1rem;color:var(--gray-400);margin-bottom:2rem;line-height:1.6}.about-cta-buttons{display:flex;gap:1rem;justify-content:center}.btn-cta-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:var(--primary);color:var(--white);border-radius:5px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .2s}.btn-cta-primary:hover{background:var(--primary-light)}.btn-cta-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;background:transparent;color:var(--white);border:1px solid var(--gray-600);border-radius:5px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .2s}.btn-cta-secondary:hover{background:var(--white);color:var(--dark);border-color:var(--white)}@media(max-width:1024px){.about-hero{padding:4rem 2rem}.about-hero h1{font-size:2.5rem}.about-stats-grid{grid-template-columns:repeat(2,1fr)}.about-stat:nth-child(2){border-right:none}.about-stat:nth-child(3),.about-stat:nth-child(4){border-top:1px solid #e4e3e3}.about-story,.about-values,.about-customers,.about-team,.about-cta{padding:4rem 2rem}.about-story-grid{grid-template-columns:1fr;gap:2rem}.about-values-grid{grid-template-columns:1fr}.about-customers-grid,.about-team-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-hero h1{font-size:2rem}.about-stats-grid{grid-template-columns:1fr 1fr}.about-stat{padding:1.5rem 1rem}.about-stat-number{font-size:2rem}.about-story-content h2,.about-values-header h2,.about-customers-header h2,.about-team-header h2,.about-cta h2{font-size:1.75rem}.about-customers-grid{grid-template-columns:1fr}.about-team-grid{grid-template-columns:1fr 1fr}.about-cta-buttons{flex-direction:column}}.page-hero{padding:4rem 100px;background:var(--gray-50);border-bottom:1px solid var(--gray-200)}.page-hero h1{font-size:3rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.page-hero p{color:var(--gray-500);font-size:1.2rem;max-width:600px;line-height:1.6}.content-section{padding:4rem 100px}.content-section.alt{background:var(--gray-50)}.content-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.content-text h2{font-size:2rem;font-weight:700;margin-bottom:1.25rem;letter-spacing:-.01em}.content-text p{color:var(--gray-500);line-height:1.8;margin-bottom:1rem}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;gap:1rem;align-items:flex-start}.contact-icon{width:48px;height:48px;background:var(--gray-100);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.25rem}.contact-item h4{font-size:1rem;font-weight:700;margin-bottom:.25rem}.contact-item p{color:var(--gray-500);font-size:.95rem}.contact-item a{color:var(--primary);text-decoration:none;font-weight:600}.map-placeholder{width:100%;height:300px;background:var(--gray-100);border-radius:12px;display:flex;align-items:center;justify-content:center;color:var(--gray-400);font-size:.9rem;margin-top:2rem}.contact-form-container{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:16px;padding:2rem}.contact-form-container h3{font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.faq-section{padding:4rem 100px}.faq-grid{display:grid;grid-template-columns:280px 1fr;gap:3rem}.faq-nav{position:sticky;top:80px;align-self:start}.faq-nav-list{list-style:none;display:flex;flex-direction:column;gap:.5rem}.faq-nav-list a{display:block;padding:.75rem 1rem;color:var(--gray-600);text-decoration:none;font-size:.9rem;font-weight:500;border-radius:5px;transition:all .2s}.faq-nav-list a:hover,.faq-nav-list a.active{background:var(--gray-100);color:var(--dark)}.faq-content{display:flex;flex-direction:column;gap:3rem}.faq-category{scroll-margin-top:80px}.faq-category h2{font-size:1.5rem;font-weight:700;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid var(--gray-200)}.faq-list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:10px;overflow:hidden}.faq-question{padding:1.25rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:.95rem;transition:background .2s}.faq-question:hover{background:var(--gray-100)}.faq-question .arrow{color:var(--gray-400);transition:transform .2s}.faq-item.active .faq-question{background:var(--white)}.faq-item.active .faq-question .arrow{transform:rotate(180deg)}.faq-answer{display:none;padding:0 1.25rem 1.25rem;color:var(--gray-500);font-size:.9rem;line-height:1.7}.faq-item.active .faq-answer{display:block}@media(max-width:768px){.hero,.section-header,.tabs-section,.dark-section,.stats-section,.testimonials-section,.cta-section,.quote-hero,.quote-section{padding-left:2rem;padding-right:2rem}.tab-content{padding:1.5rem}.tab-visual{padding:0}.hero-content h1{font-size:2.5rem}.section-header h2{font-size:1.75rem}.tabs-header{flex-wrap:wrap}.tab-btn{flex:1 1 50%}.stats-grid{grid-template-columns:1fr;gap:6px}.stat-card{min-height:180px}.stat-card .number{font-size:3.5rem}.stats-section{padding:2rem 1.5rem}.testimonials-grid{grid-template-columns:1fr;gap:5px}.testimonial-card:nth-child(1),.testimonial-card:nth-child(2),.testimonial-card:nth-child(3),.testimonial-card:nth-child(4),.testimonial-card:nth-child(5),.testimonial-card:nth-child(6){grid-column:span 1}.testimonials-section{padding:3rem 1.5rem}.testimonials-section h2{font-size:1.75rem}.testimonial-card{min-height:auto;padding:1.75rem}.cta-section h2{font-size:2rem}.footer-top{flex-direction:column;gap:2rem}.footer-grid{grid-template-columns:1fr 1fr}.quote-hero{padding:3rem 1.5rem 2rem}.quote-hero h1{font-size:2rem}.quote-section{padding:2rem 1.5rem 3rem}.quote-grid,.form-row{grid-template-columns:1fr}.page-hero{padding:3rem 1.5rem}.page-hero h1{font-size:2rem}.content-section{padding:3rem 1.5rem}.content-grid{grid-template-columns:1fr;gap:2rem}.values-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}.faq-section{padding:2rem 1.5rem}.faq-grid{grid-template-columns:1fr}.faq-nav{position:static;margin-bottom:2rem}.faq-nav-list{flex-direction:row;flex-wrap:wrap;gap:.5rem}}
