@charset "UTF-8";.hero-section{position:relative;min-height:92vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--brand-primary-dark)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-bg ai-img,.hero-bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(10,17,35,.88) 0,rgba(26,39,68,.72) 55%,rgba(10,17,35,.6) 100%);z-index:1}.hero-content{position:relative;z-index:2;text-align:center;max-width:860px;margin:0 auto;padding:0 24px;animation:.8s both heroFadeUp}@keyframes heroFadeUp{from{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}.hero-eyebrow{display:inline-block;font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--brand-secondary);margin-bottom:20px;padding:6px 16px;border:1px solid rgba(200,169,110,.4);border-radius:2px}.hero-title{font-size:max(2.4rem, min(6vw, 4.2rem));font-weight:700;color:#fff;line-height:1.1;margin-bottom:24px}.hero-title em{font-style:normal;color:var(--brand-secondary)}.hero-subtitle{font-size:max(1rem, min(2.2vw, 1.3rem));color:rgba(255,255,255,.8);line-height:1.6;margin-bottom:40px;max-width:640px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.hero-stat-bar{position:absolute;bottom:0;left:0;right:0;z-index:3;background:rgba(26,39,68,.92);backdrop-filter:blur(8px);border-top:1px solid rgba(200,169,110,.2)}.hero-stat-bar .stat-item{padding:20px 24px;text-align:center;border-right:1px solid rgba(255,255,255,.08)}.hero-stat-bar .stat-item:last-child{border-right:none}.hero-stat-bar .stat-num{display:block;font-size:1.75rem;font-weight:800;color:var(--brand-secondary);line-height:1;font-family:var(--font-heading)}.hero-stat-bar .stat-label{display:block;font-size:.75rem;font-weight:600;color:rgba(255,255,255,.55);letter-spacing:.06em;text-transform:uppercase;margin-top:4px}.services-showcase{background:var(--bg-white)}.services-showcase .showcase-grid{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:0;gap:0;border:1px solid var(--border-color);border-radius:var(--radius-md);overflow:hidden}@media (max-width:767.98px){.services-showcase .showcase-grid{grid-template-columns:1fr}}@media (min-width:768px) and (max-width:1199.98px){.services-showcase .showcase-grid{grid-template-columns:1fr 1fr}}.service-tile{position:relative;aspect-ratio:4/3;overflow:hidden;cursor:pointer}.service-tile.large{grid-column:span 1;aspect-ratio:3/4}@media (min-width:1200px){.services-showcase .showcase-grid{grid-template-columns:2fr 1fr 1fr;grid-template-rows:1fr 1fr}.service-tile.large{grid-row:span 2;aspect-ratio:unset}}.service-tile ai-img,.service-tile img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s}.service-tile:hover ai-img,.service-tile:hover img{transform:scale(1.06)}.service-tile-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,17,35,.85) 0,rgba(10,17,35,.1) 60%);display:flex;flex-direction:column;justify-content:flex-end;padding:24px;transition:var(--transition)}.service-tile:hover .service-tile-overlay{background:linear-gradient(to top,rgba(10,17,35,.92) 0,rgba(26,39,68,.35) 60%)}.service-tile-tag{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--brand-secondary);margin-bottom:6px}.service-tile-name{font-size:1.15rem;font-weight:700;color:#fff;margin-bottom:8px;font-family:var(--font-heading);line-height:1.2}.service-tile-desc{font-size:.85rem;color:rgba(255,255,255,.65);margin-bottom:0;max-height:0;overflow:hidden;transition:max-height .35s,opacity .35s;opacity:0}.service-tile:hover .service-tile-desc{max-height:80px;opacity:1}.trust-bar{background:var(--bg-dark);padding:48px 0;border-top:3px solid var(--brand-secondary)}.trust-bar .trust-item{padding:16px 24px;border-right:1px solid rgba(255,255,255,.1);text-align:center}.trust-bar .trust-item:last-child{border-right:none}.trust-bar .trust-icon{width:40px;height:40px;margin:0 auto 12px;opacity:.75}.trust-bar .trust-label{font-size:.85rem;font-weight:700;color:rgba(255,255,255,.9);text-transform:uppercase;letter-spacing:.05em}.trust-bar .trust-value{font-size:.78rem;color:var(--brand-secondary);margin-top:4px}.sustainability-section{background:var(--bg-light)}.sustain-visual{position:relative;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-xl)}.sustain-visual ai-img,.sustain-visual img{width:100%;aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover}.sustain-badge{position:absolute;bottom:20px;left:20px;background:var(--brand-primary);color:#fff;padding:12px 20px;border-radius:var(--radius-md);font-size:.85rem;font-weight:700}.sustain-badge span{display:block;font-size:1.4rem;font-weight:800;color:var(--brand-secondary);line-height:1}.sustain-points{list-style:none;padding:0;margin:24px 0}.sustain-points li{display:flex;align-items:flex-start;gap:14px;margin-bottom:20px;font-size:.95rem;color:var(--text-secondary)}.sustain-points li .point-icon{flex-shrink:0;width:32px;height:32px;background:var(--brand-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:2px}.sustain-points li .point-icon svg{fill:var(--brand-secondary)}.industries-section{background:var(--bg-white)}.industry-card{background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-md);padding:28px 24px;text-align:center;transition:var(--transition);height:100%;cursor:pointer}.industry-card:hover{border-color:var(--brand-secondary);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.industry-card .ind-icon{width:56px;height:56px;margin:0 auto 16px;background:var(--bg-subtle);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;transition:var(--transition-fast)}.industry-card:hover .ind-icon{background:var(--brand-primary)}.industry-card:hover .ind-icon svg{fill:var(--brand-secondary)}.industry-card .ind-icon svg{fill:var(--text-muted);transition:var(--transition-fast)}.industry-card h4{font-size:1rem;font-weight:700;margin-bottom:8px}.industry-card p{font-size:.85rem;color:var(--text-muted);margin-bottom:0}.testimonials-section{background:var(--bg-dark)}.testimonials-section .section-eyebrow,.testimonials-section .section-title{color:#fff}.testimonials-section .section-subtitle{color:rgba(255,255,255,.6)}.testimonial-card{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-md);padding:32px;height:100%;transition:var(--transition)}.testimonial-card:hover{background:rgba(255,255,255,.09);border-color:rgba(200,169,110,.35)}.testimonial-quote{font-size:2rem;color:var(--brand-secondary);line-height:1;margin-bottom:16px;font-family:serif}.testimonial-text{font-size:.95rem;color:rgba(255,255,255,.78);line-height:1.75;font-style:italic;margin-bottom:24px}.testimonial-author{display:flex;align-items:center;gap:14px}.testimonial-author .author-avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0;border:2px solid var(--brand-secondary)}.testimonial-author .author-avatar ai-img,.testimonial-author .author-avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.testimonial-author .author-name{font-size:.9rem;font-weight:700;color:#fff;margin-bottom:2px}.testimonial-author .author-role{font-size:.78rem;color:rgba(255,255,255,.45)}.cta-section{background:linear-gradient(135deg,var(--brand-primary-dark) 0,var(--brand-primary) 100%);position:relative;overflow:hidden}.cta-section::before{content:"";position:absolute;top:-40%;right:-10%;width:400px;height:400px;background:rgba(200,169,110,.06);border-radius:50%;pointer-events:none}.cta-section .cta-title{font-size:max(1.8rem, min(3.5vw, 2.6rem));color:#fff;margin-bottom:16px}.cta-section .cta-desc{color:rgba(255,255,255,.72);font-size:1.05rem;margin-bottom:32px}.cta-quick-form{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:32px}.cta-quick-form .form-label{color:rgba(255,255,255,.75);font-size:.85rem;font-weight:600}.cta-quick-form .form-control,.cta-quick-form .form-select{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:#fff;border-radius:var(--radius-sm)}.cta-quick-form .form-control::-moz-placeholder{color:rgba(255,255,255,.35)}.cta-quick-form .form-control::placeholder{color:rgba(255,255,255,.35)}.cta-quick-form .form-control:focus,.cta-quick-form .form-select:focus{background:rgba(255,255,255,.15);border-color:rgba(200,169,110,.6);box-shadow:none;color:#fff}.cta-quick-form .form-select option{background:var(--brand-primary);color:#fff}.cta-privacy-note{font-size:.78rem;color:rgba(255,255,255,.4);margin-top:12px}.cta-privacy-note a{color:rgba(200,169,110,.75)}.faq-section{background:var(--bg-light)}.faq-accordion .accordion-item{background:#fff;border:1px solid var(--border-color);border-radius:var(--radius-md)!important;margin-bottom:12px;overflow:hidden}.faq-accordion .accordion-button{background:#fff;color:var(--text-primary);font-weight:600;font-size:.95rem;padding:20px 24px;box-shadow:none}.faq-accordion .accordion-button:not(.collapsed){background:var(--bg-subtle);color:var(--brand-primary)}.faq-accordion .accordion-button::after{filter:none;background-size:14px}.faq-accordion .accordion-body{padding:4px 24px 20px;font-size:.92rem;color:var(--text-secondary);line-height:1.75}