.section{max-width:1200px;margin:0 auto;padding:6rem 5%}.section-label{font-size:.78rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.75rem}h2{font-family:Playfair Display,serif;font-size:clamp(1.9rem,3vw,2.8rem);font-weight:700;color:var(--text-dark);line-height:1.2;margin-bottom:1rem}.section-desc{color:var(--text-mid);font-size:1rem;line-height:1.75;max-width:540px;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card{background:var(--white);border-radius:14px;overflow:hidden;border:1px solid rgba(0,0,0,.07);transition:all .3s;cursor:pointer;text-decoration:none;display:block;color:inherit}.service-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0000001a;border-color:var(--gold)}.service-img{width:100%;height:190px;object-fit:cover;display:block}.service-body{padding:1.5rem}.service-icon{width:44px;height:44px;background:#c9a84c1f;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.service-icon svg{width:22px;height:22px}.service-title{font-family:Playfair Display,serif;font-size:1.15rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.service-desc{font-size:.88rem;color:var(--text-mid);line-height:1.65;margin-bottom:1.2rem}.service-link{font-size:.85rem;font-weight:600;color:var(--gold);display:flex;align-items:center;gap:5px;text-decoration:none}.service-link:after{content:"→"}.featured-section{background:var(--navy);padding:6rem 0}.featured-inner{max-width:1200px;margin:0 auto;padding:0 5%;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.featured-img-wrap{position:relative}.featured-img{width:100%;height:480px;object-fit:cover;border-radius:16px;display:block}.featured-pill{position:absolute;top:20px;left:20px;background:var(--gold);color:var(--navy);font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.4rem 1rem;border-radius:100px}.featured-accent{position:absolute;bottom:-20px;right:-20px;width:120px;height:120px;background:var(--gold);border-radius:12px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.featured-accent .big-num{font-family:Playfair Display,serif;font-size:2.2rem;font-weight:700;color:var(--navy);line-height:1}.featured-accent .small-text{font-size:.7rem;font-weight:600;color:var(--navy);text-transform:uppercase;letter-spacing:.05em;text-align:center}.featured-content h2{color:var(--white);margin-bottom:1.25rem}.featured-content .section-label{color:var(--gold-light)}.featured-desc{color:#ffffffa6;font-size:1rem;line-height:1.8;margin-bottom:2rem}.feature-list{list-style:none;margin-bottom:2.5rem;display:flex;flex-direction:column;gap:.9rem}.feature-list li{display:flex;align-items:center;gap:12px;color:#fffc;font-size:.95rem}.check{width:22px;height:22px;background:#c9a84c33;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center}.check:after{content:"✓";color:var(--gold);font-size:.75rem;font-weight:700}.why-section{background:var(--cream-dark);padding:6rem 0}.why-inner{max-width:1200px;margin:0 auto;padding:0 5%}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}.why-card{background:var(--white);border-radius:14px;padding:2rem 1.5rem;border:1px solid rgba(0,0,0,.06);transition:all .3s;text-align:center}.why-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014}.why-num{font-family:Playfair Display,serif;font-size:2.8rem;font-weight:700;color:var(--gold);line-height:1;margin-bottom:.5rem;display:block}.why-title{font-weight:600;margin-bottom:.5rem;font-size:1rem}.why-desc{font-size:.87rem;color:var(--text-mid);line-height:1.6}.process-section{padding:6rem 0;background:var(--white)}.process-inner{max-width:1200px;margin:0 auto;padding:0 5%}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem;position:relative}.steps:before{content:"";position:absolute;top:32px;left:10%;right:10%;height:1px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.step{text-align:center;position:relative}.step-num{width:64px;height:64px;background:var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700;color:var(--gold);border:3px solid var(--gold);position:relative;z-index:1}.step-title{font-weight:600;margin-bottom:.5rem;font-size:1rem}.step-desc{font-size:.87rem;color:var(--text-mid);line-height:1.6}.testimonials-section{background:var(--cream);padding:6rem 0}.test-inner{max-width:1200px;margin:0 auto;padding:0 5%}.test-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.test-card{background:var(--white);border-radius:14px;padding:2rem;border:1px solid rgba(0,0,0,.06)}.test-stars{color:var(--gold);font-size:1rem;margin-bottom:1rem}.test-quote{font-size:.93rem;color:var(--text-mid);line-height:1.75;margin-bottom:1.5rem;font-style:italic}.test-author{display:flex;align-items:center;gap:12px}.test-avatar{width:44px;height:44px;border-radius:50%;background:var(--navy);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--gold);font-size:.9rem;flex-shrink:0}.test-name{font-weight:600;font-size:.9rem}.test-location{font-size:.8rem;color:var(--text-mid)}.cta-section{background:var(--navy);padding:5rem 0;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,rgba(201,168,76,.1) 0%,transparent 70%)}.cta-inner{max-width:700px;margin:0 auto;padding:0 5%;text-align:center;position:relative;z-index:1}.cta-inner h2{color:var(--white);margin-bottom:1rem}.cta-desc{color:#ffffffa6;margin-bottom:2.5rem;font-size:1rem;line-height:1.75}.cta-form{display:flex;gap:1rem;max-width:480px;margin:0 auto}.cta-input{flex:1;padding:.9rem 1.2rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#ffffff14;color:var(--white);font-family:DM Sans,sans-serif;font-size:.95rem;outline:none;transition:border-color .2s}.cta-input::placeholder{color:#fff6}.cta-input:focus{border-color:var(--gold)}.fade-up{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.fade-up.visible{opacity:1;transform:translateY(0)}@media (max-width: 900px){.hero-content{grid-template-columns:1fr}.hero-visual{display:none}.services-grid,.why-grid,.steps{grid-template-columns:repeat(2,1fr)}.steps:before{display:none}.test-grid,.featured-inner{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.cta-form{flex-direction:column}nav .nav-links{display:none}}@media (max-width: 600px){.services-grid,.why-grid,.steps,.footer-grid{grid-template-columns:1fr}}
