:root{--background:#f8f6f1;--surface:#fff;--foreground:#17130f;--muted:#6e665c;--red:#bb111f;--red-dark:#870913;--red-light:#d5202e;--gold:#c89528;--gold-light:#e3b84c;--black:#191713;--black-soft:#24211c;--border:#e6dfd5}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);-webkit-font-smoothing:antialiased;margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}.header{justify-content:space-between;align-items:center;max-width:1240px;height:88px;margin:0 auto;padding:0 28px;display:flex}.brand{align-items:center;gap:10px;display:inline-flex}.brand-mark{background:linear-gradient(135deg, var(--red-dark), var(--red-light));width:36px;height:36px;color:var(--gold-light);border-radius:11px;justify-content:center;align-items:center;font-size:21px;font-weight:900;display:inline-flex;box-shadow:0 7px 20px #bb111f29}.brand-name{color:var(--foreground);letter-spacing:-1px;font-size:23px;font-weight:800}.brand-domain{color:var(--gold)}.nav{color:var(--muted);gap:34px;font-size:14px;display:flex}.nav a{transition:color .2s}.nav a:hover{color:var(--red)}.button{background:var(--red);color:#fff;border-radius:999px;justify-content:center;align-items:center;padding:15px 24px;font-size:14px;font-weight:700;transition:transform .2s,background .2s,box-shadow .2s;display:inline-flex}.button:hover{background:var(--red-dark);transform:translateY(-2px);box-shadow:0 10px 30px #bb111f26}.button-small{padding:11px 18px}.button-secondary{color:var(--foreground);border:1px solid var(--border);background:0 0}.button-secondary:hover{color:var(--foreground);box-shadow:none;background:#fff}.button-gold{background:var(--gold-light);color:#23180a}.button-gold:hover{color:#23180a;background:#efc65b}.hero{grid-template-columns:1.05fr .95fr;align-items:center;gap:80px;max-width:1240px;min-height:620px;margin:0 auto;padding:70px 28px 80px;display:grid}.eyebrow{color:var(--red);letter-spacing:2px;margin:0 0 20px;font-size:12px;font-weight:800}.hero h1{letter-spacing:-4px;max-width:680px;margin:0;font-size:clamp(54px,6vw,86px);line-height:.98}.hero h1 span{color:var(--red)}.hero-description{max-width:590px;color:var(--muted);margin:30px 0 0;font-size:19px;line-height:1.65}.hero-actions{gap:12px;margin-top:34px;display:flex}.hero-tags{flex-wrap:wrap;gap:9px;margin-top:36px;display:flex}.hero-tags span{border:1px solid var(--border);color:var(--muted);background:#fff;border-radius:999px;padding:8px 12px;font-size:12px}.planner-card{color:#fff;background:linear-gradient(145deg,#191713,#211e19);border-radius:26px;padding:30px;position:relative;overflow:hidden;box-shadow:0 35px 90px #1e140c29}.planner-card:before{content:"";background:radial-gradient(circle,#c8952824,#0000 70%);border-radius:50%;width:220px;height:220px;position:absolute;top:-120px;right:-110px}.planner-header{justify-content:space-between;align-items:flex-start;margin-bottom:28px;display:flex;position:relative}.planner-header small{color:#aaa49c}.planner-header h2{letter-spacing:-.8px;margin:5px 0 0;font-size:28px}.status{color:var(--gold-light);background:#c894241a;border:1px solid #e2b84d3d;border-radius:999px;padding:8px 11px;font-size:11px}.planner-row{border-bottom:1px solid #ffffff14;justify-content:space-between;padding:14px 0;font-size:13px;display:flex}.planner-row span{color:#a9a39b}.divider{height:24px}.planner-label{color:#a9a39b;text-transform:uppercase;letter-spacing:1.5px;font-size:11px}.progress-item{justify-content:space-between;align-items:center;padding:13px 0;display:flex}.progress-item div{flex-direction:column;gap:4px;display:flex}.progress-item div span{color:#aaa49c;font-size:12px}.progress-item strong{font-size:13px}.indicator{border-radius:50%;width:10px;height:10px;display:block}.indicator.red{background:var(--red-light)}.indicator.gold{background:var(--gold)}.estimate{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:7px;margin-top:25px;padding:20px;display:flex}.estimate span{color:#aaa49c;font-size:11px}.section{max-width:1240px;margin:0 auto;padding:100px 28px}.section-heading{max-width:760px;margin-bottom:56px}.section-heading h2{letter-spacing:-2.5px;margin:0;font-size:clamp(40px,5vw,64px);line-height:1.03}.section-heading>p:last-child{max-width:580px;color:var(--muted);margin-top:22px;font-size:17px;line-height:1.6}.services-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.service-card{border:1px solid var(--border);background:#fff;border-radius:20px;flex-direction:column;min-height:310px;padding:26px;transition:transform .25s,box-shadow .25s;display:flex}.service-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px #1e140c12}.service-number{color:var(--gold);font-size:12px;font-weight:800}.service-content{margin-top:auto}.service-card h3{letter-spacing:-.5px;margin:0 0 12px;font-size:22px}.service-card p{color:var(--muted);margin:0;font-size:14px;line-height:1.55}.process-section{border-top:1px solid var(--border)}.steps{grid-template-columns:repeat(4,1fr);gap:36px;display:grid}.step-number{color:var(--gold);margin-bottom:48px;font-size:12px;font-weight:800;display:block}.step h3{margin-bottom:12px;font-size:19px}.step p{color:var(--muted);font-size:14px;line-height:1.55}.panorama-section{background:var(--black);color:#fff;margin-top:30px}.panorama-inner{grid-template-columns:1.2fr .8fr;align-items:end;gap:100px;max-width:1240px;margin:0 auto;padding:110px 28px;display:grid}.gold-eyebrow{color:var(--gold-light)}.panorama-section h2{letter-spacing:-3px;margin:0;font-size:clamp(44px,5vw,70px);line-height:1}.panorama-copy{color:#b9b2a8;font-size:17px;line-height:1.65}.panorama-copy p{margin-top:0;margin-bottom:22px}.cta-wrapper{padding:80px 28px}.cta-section{text-align:center;background:linear-gradient(135deg, var(--red-dark), var(--red), #ca1825);color:#fff;border-radius:32px;max-width:1180px;margin:0 auto;padding:100px 40px;box-shadow:0 30px 90px #87091324}.cta-eyebrow{color:var(--gold-light)}.cta-section h2{letter-spacing:-3px;margin:0;font-size:clamp(44px,6vw,72px);line-height:1}.cta-section>p:not(.eyebrow){color:#ffffffc7;max-width:580px;margin:24px auto 35px;line-height:1.6}footer{max-width:1240px;color:var(--muted);justify-content:space-between;align-items:center;margin:0 auto;padding:40px 28px 55px;font-size:12px;display:flex}.footer-mark{border-radius:9px;width:30px;height:30px;font-size:17px}@media (max-width:900px){.nav{display:none}.hero{grid-template-columns:1fr;gap:55px;padding-top:55px}.services-grid,.steps{grid-template-columns:repeat(2,1fr)}.panorama-inner{grid-template-columns:1fr;gap:50px}footer{flex-direction:column;gap:20px}}@media (max-width:600px){.header{height:76px;padding-left:20px;padding-right:20px}.header .button-small{display:none}.brand-name{font-size:21px}.hero{padding:45px 20px 65px}.hero h1{letter-spacing:-2.8px}.hero-description{font-size:17px}.hero-actions{flex-direction:column}.button{width:100%}.planner-card{border-radius:22px;padding:23px}.status{display:none}.section{padding:80px 20px}.services-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:55px}.step-number{margin-bottom:20px}.panorama-inner{padding:85px 20px}.cta-wrapper{padding:55px 14px}.cta-section{border-radius:24px;padding:75px 22px}}
