:root{
  --wine:#8f001d;
  --wine-dark:#680016;
  --lime:#cfe84d;
  --cream:#f7f5ef;
  --ink:#171719;
  --muted:#6c6a67;
  --line:#dedbd3;
  --white:#fff;
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif}
a{text-decoration:none;color:inherit}
.container{width:min(calc(100% - 48px),var(--max));margin:auto}
.site-header{position:sticky;top:0;z-index:20;background:rgba(247,245,239,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,.06)}
.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:11px;font-family:Manrope;font-weight:800;line-height:.85}
.brand img{width:43px;height:43px;object-fit:cover;border-radius:50%}
.brand small{font-size:8px;letter-spacing:2.8px;font-weight:700;color:var(--wine)}
.nav{display:flex;align-items:center;gap:31px;font-size:14px;font-weight:600}
.nav a{opacity:.75;transition:.2s}.nav a:hover{opacity:1;color:var(--wine)}
.nav-cta{background:var(--wine);color:#fff!important;opacity:1!important;padding:12px 18px;border-radius:7px}
.menu-btn{display:none;border:0;background:none;font-size:25px}
.hero{position:relative;overflow:hidden;padding:90px 0 105px;background:#f7f5ef}
.hero-glow{position:absolute;width:580px;height:580px;border-radius:50%;right:-200px;top:-260px;background:rgba(143,0,29,.055)}
.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:70px;align-items:center}
.eyebrow{font-size:11px;letter-spacing:2.4px;font-weight:800;color:var(--wine);display:flex;align-items:center;gap:9px}
.eyebrow span{display:inline-block;width:22px;height:2px;background:var(--lime)}
h1,h2,h3{font-family:Manrope;margin:0}
h1{font-size:clamp(52px,6.3vw,86px);line-height:.98;letter-spacing:-4px;margin:20px 0 26px}
h1 em,h2 em{font-style:normal;color:var(--wine)}
.hero-text{max-width:620px;font-size:18px;line-height:1.7;color:var(--muted)}
.hero-actions{display:flex;gap:13px;margin:32px 0 48px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;gap:18px;padding:15px 20px;border-radius:7px;font-weight:700;font-size:14px;border:1px solid transparent;cursor:pointer}
.btn-primary{background:var(--wine);color:#fff;box-shadow:0 12px 30px rgba(143,0,29,.16)}
.btn-primary span,.btn-light span{font-size:20px;line-height:0}
.btn-ghost{border-color:#c9c5bd;background:transparent}
.btn-light{background:#fff;color:var(--wine)}
.trust-row{display:flex;gap:34px}.trust-row div{display:flex;flex-direction:column;gap:4px}.trust-row strong{font-family:Manrope;color:var(--wine);font-size:13px}.trust-row span{font-size:12px;color:var(--muted)}
.hero-card{background:#fff;border:1px solid #e3dfd7;border-radius:16px;padding:26px;box-shadow:0 25px 70px rgba(31,21,15,.08);min-height:390px;display:flex;flex-direction:column;justify-content:space-between;position:relative}
.card-top{display:flex;justify-content:space-between;font-size:10px;letter-spacing:2px;font-weight:800;color:#8b8984}.dot{width:8px;height:8px;background:var(--lime);border-radius:50%}
.chart{height:180px;position:relative;border-bottom:1px solid #ddd8cf;display:flex;align-items:flex-end;gap:18px;padding:0 18px}
.bar{width:13%;background:linear-gradient(to top,var(--wine),#b31b3a);border-radius:5px 5px 0 0;opacity:.9}
.b1{height:34%}.b2{height:47%}.b3{height:43%}.b4{height:65%}.b5{height:59%}.b6{height:84%}
.chart-line{position:absolute;left:18px;right:18px;top:50%;height:1px;border-top:1px dashed #c9c4ba}
.snapshot{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px}.snapshot small{display:block;color:#999;font-size:11px;margin-bottom:6px}.snapshot b{font-size:15px}
.mini-note{margin-top:22px;padding:12px 14px;background:#f7f5ef;border-radius:8px;font-size:12px;color:#555}.mini-note span{color:var(--wine);font-weight:900;margin-right:8px}
.marquee{background:var(--wine);color:#fff;display:flex;justify-content:center;align-items:center;gap:25px;flex-wrap:wrap;padding:17px 20px;font-size:10px;font-weight:800;letter-spacing:2.5px}.marquee span{color:var(--lime)}
.section{padding:120px 0}.section-heading{display:grid;grid-template-columns:1fr .72fr;gap:90px;align-items:end;margin-bottom:55px}
h2{font-size:clamp(39px,4.5vw,61px);line-height:1.02;letter-spacing:-2.6px;margin-top:17px}.section-heading p,.center-heading p{color:var(--muted);line-height:1.75;font-size:16px;margin:0}
.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.service-card{background:#fff;border:1px solid var(--line);padding:28px 24px 25px;min-height:330px;border-radius:10px;display:flex;flex-direction:column;transition:.25s}
.service-card:hover{transform:translateY(-6px);box-shadow:0 18px 45px rgba(0,0,0,.08)}
.service-card.featured{background:var(--wine);color:#fff;border-color:var(--wine)}.service-card.featured p{color:#e6cfd4}.service-card.featured a{color:var(--lime)}.service-card.featured .service-number{color:#f2a7b6}
.service-number{font-family:Manrope;font-size:11px;color:#9a9790;margin-bottom:30px}.icon{font-size:29px;color:var(--wine);margin-bottom:22px}.featured .icon{color:var(--lime)}
.service-card h3{font-size:20px;letter-spacing:-.5px}.service-card p{color:var(--muted);font-size:13px;line-height:1.7;margin:12px 0 24px}.service-card a{margin-top:auto;font-weight:700;font-size:12px;color:var(--wine)}.service-card a span{font-size:17px;margin-left:6px}
.about{background:#fff}.about-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px;align-items:center}.about-visual{height:480px;position:relative;display:grid;place-items:center;background:#f3f0e9;border-radius:15px;overflow:hidden}.about-visual:before{content:"";position:absolute;width:370px;height:370px;border:1px solid rgba(143,0,29,.18);border-radius:50%}.circle-mark{width:265px;height:265px;border-radius:50%;overflow:hidden;position:relative;z-index:1;box-shadow:0 20px 50px rgba(0,0,0,.13)}.circle-mark img{width:100%;height:100%;object-fit:cover}.floating-card{position:absolute;z-index:2;bottom:24px;left:24px;background:#fff;padding:17px 20px;border-radius:9px;box-shadow:0 12px 30px rgba(0,0,0,.1)}.floating-card strong{display:block;font-family:Manrope;font-size:16px;line-height:1.15}.floating-card span{display:block;color:var(--muted);font-size:11px;margin-top:7px}
.about-copy>p{color:var(--muted);line-height:1.8;max-width:600px;font-size:16px;margin:28px 0 34px}.benefits{border-top:1px solid var(--line)}.benefits>div{display:flex;gap:15px;padding:18px 0;border-bottom:1px solid var(--line)}.benefits span{display:grid;place-items:center;width:23px;height:23px;border-radius:50%;background:#edf4c9;color:#677400;font-weight:900;font-size:12px}.benefits b{display:block;font-size:14px}.benefits small{display:block;color:var(--muted);margin-top:4px;font-size:12px}
.process{background:#f3f0e9}.center-heading{text-align:center;max-width:650px;margin:0 auto 60px}.center-heading .eyebrow{justify-content:center}.center-heading p{margin-top:18px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.step{padding:0 30px;border-left:1px solid #d6d1c7}.step:first-child{border-left:0}.step-no{font-family:Manrope;color:var(--wine);font-weight:800;font-size:12px;margin-bottom:38px}.step h3{font-size:20px}.step p{color:var(--muted);font-size:13px;line-height:1.7;margin-bottom:0}
.quote-section{padding:70px 0;background:var(--wine)}.quote-box{display:flex;justify-content:space-between;align-items:center;gap:30px}.quote-box .eyebrow{color:#f6dce2}.quote-box h2{color:#fff;margin-top:13px}
.contact{background:#fff}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:100px}.contact h2{margin-bottom:25px}.contact>p,.contact-grid>div>p{color:var(--muted);line-height:1.75;max-width:520px}.contact-details{margin-top:42px;display:grid;gap:20px}.contact-details span{display:block;color:#999;font-size:9px;letter-spacing:2px;font-weight:800;margin-bottom:5px}.contact-details b{font-size:15px}
.contact-form{background:#f5f2eb;border-radius:12px;padding:30px}.contact-form label{display:block;font-size:12px;font-weight:700;margin-bottom:17px}.contact-form input,.contact-form textarea{display:block;width:100%;margin-top:8px;padding:14px 15px;border:1px solid #d8d2c7;border-radius:6px;background:#fff;font:inherit;font-size:13px;outline:none}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--wine)}.contact-form textarea{resize:vertical}.form-success{display:none;margin-top:15px;padding:12px;background:#edf4c9;border-radius:6px;font-size:12px;color:#556000}.form-success.show{display:block}
.footer{background:#141416;color:#fff;padding:35px 0}.footer-grid{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:35px}.footer-brand{display:flex;align-items:center;gap:11px}.footer-brand img{width:42px;height:42px;border-radius:50%}.footer-brand b{display:block;font-family:Manrope;font-size:13px}.footer-brand small{display:block;color:#9d9da1;font-size:9px;margin-top:3px}.footer-links{display:flex;gap:20px;font-size:11px;color:#c4c4c7}.copyright{color:#777;font-size:10px}
@media(max-width:900px){.nav{display:none}.menu-btn{display:block}.nav.open{display:flex;position:absolute;left:24px;right:24px;top:82px;background:#fff;padding:18px;flex-direction:column;align-items:stretch;gap:12px;border:1px solid var(--line);border-radius:9px;box-shadow:0 15px 30px rgba(0,0,0,.08)}.hero-grid,.about-grid,.contact-grid{grid-template-columns:1fr}.hero{padding:70px 0}.hero-card{max-width:650px}.section-heading{grid-template-columns:1fr;gap:25px}.service-grid{grid-template-columns:1fr 1fr}.steps{grid-template-columns:1fr 1fr;gap:35px}.step:nth-child(3){border-left:0}.quote-box{flex-direction:column;align-items:flex-start}.footer-grid{grid-template-columns:1fr}.footer-links{order:3}}
@media(max-width:560px){.container{width:min(calc(100% - 32px),var(--max))}.brand img{width:38px;height:38px}h1{font-size:50px;letter-spacing:-2.5px}.hero-text{font-size:16px}.trust-row{gap:18px}.service-grid,.steps{grid-template-columns:1fr}.step{border-left:0!important;padding:0;border-top:1px solid #d6d1c7;padding-top:25px}.about-visual{height:370px}.circle-mark{width:205px;height:205px}.about-visual:before{width:290px;height:290px}.section{padding:85px 0}.footer-links{flex-wrap:wrap}.marquee{gap:14px;font-size:8px}}
