.page-header{position:relative;height:45vh;min-height:280px;background-image:url(/landing.jpg);background-size:cover;background-position:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}@media(max-width:480px){.page-header{min-height:220px}}.page-header__overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(26,26,26,.8),rgba(232,53,26,.3))}.page-header__content{position:relative;z-index:1;text-align:center;padding:0 1.5rem}.page-header__title{font-family:var(--font-heading),"Poppins",system-ui,sans-serif;font-size:2.25rem;font-weight:800;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.4)}@media(min-width:768px){.page-header__title{font-size:3rem}}.page-header__subtitle{font-size:1.125rem;color:rgba(255,255,255,.85);margin-top:1rem;max-width:500px;margin-left:auto;margin-right:auto}.section{padding:4rem 0}@media(max-width:768px){.section{padding:3rem 0}}.section.bg-light{background:#f9f8f6}.section.bg-white{background:#fff}.section.bg-red{background:#e8351a}.section.bg-dark{background:#1a1a1a}.service-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.06);transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);height:100%;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-8px);box-shadow:0 10px 40px rgba(0,0,0,.12),0 4px 12px rgba(0,0,0,.08)}.service-card:hover .service-card__image{transform:scale(1.05)}.service-card:hover .service-card__link span{transform:translateX(4px)}.service-card__image-wrap{overflow:hidden;height:220px;position:relative}.service-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.16,1,.3,1)}.service-card__body{padding:1.5rem;display:flex;flex-direction:column;flex:1 1}.service-card__title{font-family:var(--font-heading),"Poppins",system-ui,sans-serif;font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem}.service-card__desc{font-size:1rem;color:#6b6b6b;line-height:1.6;flex:1 1;margin-bottom:1.25rem}.service-card__link{display:inline-flex;align-items:center;gap:.5rem;color:#e8351a;font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;transition:gap .25s cubic-bezier(.16,1,.3,1)}.service-card__link span{display:inline-block;transition:transform .25s cubic-bezier(.16,1,.3,1)}.service-card__link:hover{gap:.75rem}.why-card-host{display:flex;height:100%}.why-card{background:#fff;border-radius:16px;padding:2rem 1.5rem;text-align:center;box-shadow:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.06);transition:transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1);height:100%;width:100%}.why-card:hover{transform:translateY(-6px);box-shadow:0 10px 40px rgba(0,0,0,.12),0 4px 12px rgba(0,0,0,.08)}.why-card__icon-wrap{width:72px;height:72px;background:rgba(232,53,26,.08);border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.why-card__icon{width:36px;height:36px;object-fit:contain}.why-card__title{font-family:var(--font-heading),"Poppins",system-ui,sans-serif;font-size:1.25rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem}.why-card__desc{font-size:1rem;color:#6b6b6b;line-height:1.6}