.hero{min-height:100vh;background:var(--navy);display:flex;align-items:center;position:relative;overflow:hidden;padding-top:76px}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--border-gold) 1px,transparent 1px),linear-gradient(90deg,var(--border-gold) 1px,transparent 1px);background-size:72px 72px;opacity:.4}.hero-inner{position:relative;z-index:2;max-width:1100px;margin:0 auto;padding:5rem 3rem 6rem}.eyebrow{display:inline-flex;align-items:center;gap:.6rem;border:1px solid var(--border-gold);padding:.35rem 1rem;margin-bottom:1.6rem;font-size:.72rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--gold)}.eyebrow-dot{width:6px;height:6px;border-radius:50%;background:var(--gold)}.hero h1{font-size:clamp(3rem,6vw,5.2rem);line-height:1.08;color:var(--white)}.hero h1 em{color:var(--gold);font-style:normal;display:block}.hero-divider{width:64px;height:2px;background:var(--gold);margin:1.8rem 0}.hero-sub{color:#ffffff9e;font-size:1.05rem;line-height:1.85;max-width:560px}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2.5rem}.btn-gold,.btn-ghost{padding:.95rem 2.4rem;border-radius:2px;font-weight:700;font-size:.88rem;text-transform:uppercase;text-decoration:none}.btn-gold{background:var(--gold);color:var(--navy)}.btn-ghost{border:1px solid rgba(255,255,255,.25);color:var(--white)}.tagline-strip{display:flex;gap:1.5rem;margin-top:3.5rem}.tagline-pill{color:var(--gold);font-size:.78rem;font-weight:600;text-transform:uppercase}@media(max-width:800px){.hero{min-height:78vh;padding-top:20px}.hero-inner{padding:2rem 1.5rem 3rem}.hero h1{font-size:clamp(2.8rem,12vw,4.2rem)}.hero-ctas a{width:100%;text-align:center}}.trust-bar{background:var(--gold-pale);border-top:1px solid rgba(201,168,76,.35);border-bottom:1px solid rgba(201,168,76,.35);padding:1rem 3rem}.trust-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:var(--navy-mid)}.trust-item span{color:var(--gold)}.services-section{background:var(--white);padding:6rem 3rem}.section-inner{max-width:1200px;margin:0 auto}.section-eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}.section-title{font-size:clamp(2rem,4vw,3.2rem);line-height:1.1;color:var(--navy);margin-bottom:1rem}.section-sub{color:var(--txt-mid);max-width:620px;line-height:1.8;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem}.service-card{background:var(--cream);border:1px solid #e4ddd0;padding:2rem;border-radius:6px;text-decoration:none;color:var(--navy);cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease,background .3s ease}.service-card:hover{transform:translateY(-10px);border-color:var(--gold);background:var(--white);box-shadow:0 20px 45px #0000001f}.service-icon{width:52px;height:52px;border-radius:10px;background:var(--gold-dim);display:flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:1.2rem}.service-card h3{font-size:1.25rem;margin-bottom:.6rem}.service-card p{color:var(--txt-mid);font-size:.95rem;line-height:1.7}@media(max-width:900px){.services-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.services-section{padding:4rem 1.5rem}.services-grid{grid-template-columns:1fr}}.service-card{cursor:pointer}.service-card:hover .service-icon{transform:scale(1.08)}.service-card:after{content:"Learn More →";display:block;margin-top:1.4rem;color:var(--gold);font-weight:800}.service-icon{transition:transform .25s ease}.service-card:hover .service-icon{transform:scale(1.1)}.why-section{background:var(--cream);padding:6rem 3rem}.why-container{max-width:1200px;margin:auto;display:grid;grid-template-columns:.9fr 1.1fr;gap:4rem;align-items:center}.why-container h2{font-size:clamp(2rem,4vw,3.2rem);color:var(--navy);line-height:1.15;margin-bottom:1rem}.why-container p{color:var(--txt-mid);line-height:1.8}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.why-grid div{background:var(--white);border:1px solid #e4ddd0;padding:1.2rem;border-radius:6px;font-weight:700;color:var(--navy)}@media(max-width:800px){.why-container,.why-grid{grid-template-columns:1fr}}.testimonials-section{background:var(--white);padding:6rem 3rem}.testimonials-container{max-width:1200px;margin:auto}.testimonials-container h2{font-size:clamp(2rem,4vw,3rem);color:var(--navy);margin-bottom:3rem}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.testimonial-card{background:var(--cream);border:1px solid #e4ddd0;padding:2rem;border-radius:6px}.testimonial-card p{color:var(--txt-mid);line-height:1.8;margin-bottom:1.5rem}.testimonial-card strong{color:var(--gold)}@media(max-width:800px){.testimonial-grid{grid-template-columns:1fr}}.testimonial-card{min-height:230px;display:flex;flex-direction:column;justify-content:space-between}
