
:root{
  --red:#e51d2a;--red-dark:#b5121b;--ink:#0d1218;--ink-2:#171d24;--text:#1b222a;
  --muted:#65707c;--line:#e5e9ed;--soft:#f5f7f9;--white:#fff;--max:1200px;
  --shadow:0 18px 50px rgba(13,18,24,.08);--radius:20px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text);background:#fff;line-height:1.65}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin:0 auto}
.skip{position:absolute;left:-999px;top:8px;background:#fff;color:#111;padding:8px 12px;z-index:1000}
.skip:focus{left:8px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(10,15,21,.96);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08)}
.nav-wrap{height:82px;display:flex;align-items:center;gap:26px}
.brand{display:flex;align-items:center;gap:12px;color:#fff;font-weight:900;letter-spacing:.02em;line-height:1.08;min-width:215px}
.brand img{width:58px;height:58px;object-fit:cover;border-radius:50%;background:#fff}
.main-nav{display:flex;gap:28px;margin-left:auto;align-items:center}
.main-nav a{color:#d9dfe5;font-size:15px;font-weight:700;position:relative;padding:29px 0 25px}
.main-nav a:hover,.main-nav a[aria-current="page"]{color:#fff}
.main-nav a[aria-current="page"]:after,.main-nav a:hover:after{content:"";position:absolute;left:0;right:0;bottom:18px;height:2px;background:var(--red)}
.header-call{display:flex;align-items:center;gap:10px;color:#fff;font-weight:850;white-space:nowrap}
.header-call i{font-style:normal;display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:var(--red)}
.nav-toggle{display:none;margin-left:auto;background:transparent;border:1px solid rgba(255,255,255,.25);color:#fff;border-radius:10px;width:44px;height:44px}
.hero{background:var(--ink);color:#fff;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:1.02fr .98fr;min-height:560px;align-items:stretch}
.hero-copy{padding:88px 40px 84px 0;display:flex;flex-direction:column;justify-content:center}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--red);text-transform:uppercase;font-size:12px;font-weight:900;letter-spacing:.11em}
.eyebrow:before{content:"";width:28px;height:2px;background:currentColor}
.hero h1,.page-hero h1{font-size:clamp(48px,6vw,76px);line-height:.99;letter-spacing:-.055em;margin:14px 0 22px}
.hero p{font-size:19px;color:#cdd4da;max-width:650px;margin:0}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:1px solid transparent;border-radius:12px;padding:14px 20px;font-weight:850;transition:.2s transform,.2s background,.2s border}
.btn:hover{transform:translateY(-1px)}
.btn-primary{background:var(--red);color:#fff}
.btn-primary:hover{background:#f12634}
.btn-ghost{border-color:rgba(255,255,255,.48);color:#fff;background:rgba(255,255,255,.03)}
.btn-light{border-color:#d7dde3;background:#fff;color:var(--ink)}
.hero-media{position:relative;min-height:560px;background:#121820}
.hero-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--ink) 0%,rgba(13,18,24,.45) 25%,rgba(13,18,24,.04) 62%),linear-gradient(0deg,rgba(13,18,24,.45),transparent 46%)}
.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-badge{position:absolute;left:30px;bottom:28px;z-index:2;padding:14px 16px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(11,16,22,.8);backdrop-filter:blur(8px);font-size:13px;color:#d9dfe5}
.hero-badge strong{display:block;color:#fff;font-size:15px}
.section{padding:86px 0}
.section-soft{background:var(--soft)}
.section-dark{background:var(--ink);color:#fff}
.section-head{max-width:760px;margin:0 auto 38px;text-align:center}
.section-head h2{font-size:clamp(32px,4vw,48px);letter-spacing:-.04em;line-height:1.08;margin:10px 0 12px}
.section-head p{margin:0;color:var(--muted);font-size:17px}
.section-dark .section-head p{color:#aeb8c2}
.service-list{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.service-link{position:relative;min-height:150px;border:1px solid var(--line);border-radius:18px;background:#fff;padding:24px 22px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 8px 28px rgba(13,18,24,.04);overflow:hidden}
.service-link:before{content:"";position:absolute;left:0;top:0;width:4px;height:100%;background:var(--red);transform:scaleY(.18);transform-origin:top;transition:.25s}
.service-link:hover:before{transform:scaleY(1)}
.service-link small{font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:900;color:#8a949d}
.service-link strong{font-size:20px;line-height:1.18;margin-top:8px;max-width:210px}
.service-link span{position:absolute;right:20px;top:20px;font-size:22px;color:var(--red)}
.problem-grid,.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.problem-card{padding:26px 22px;border:1px solid var(--line);background:#fff;border-radius:18px}
.problem-card .symbol{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#fff1f2;color:var(--red);font-size:23px;font-weight:900;margin-bottom:18px}
.problem-card b,.why-item b{display:block;font-size:18px;margin-bottom:7px}
.problem-card p,.why-item p{margin:0;color:var(--muted);font-size:15px}
.why-item{border-top:1px solid rgba(255,255,255,.16);padding:24px 8px 0}
.why-item .mark{width:38px;height:4px;background:var(--red);border-radius:99px;margin-bottom:18px}
.section-dark .why-item p{color:#acb6bf}
.split{display:grid;grid-template-columns:1.06fr .94fr;gap:58px;align-items:start}
.split h2{font-size:clamp(36px,4vw,52px);line-height:1.06;letter-spacing:-.04em;margin:12px 0 20px}
.split p{color:var(--muted);font-size:17px}
.check-list{list-style:none;padding:0;margin:24px 0}
.check-list li{position:relative;padding:11px 0 11px 34px;border-bottom:1px solid var(--line);font-weight:700}
.check-list li:before{content:"✓";position:absolute;left:0;color:var(--red);font-weight:950}
.content-card{background:var(--soft);border:1px solid var(--line);border-radius:22px;padding:32px}
.content-card h3{font-size:30px;line-height:1.12;letter-spacing:-.03em;margin:12px 0}
.quick-contact{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:22px}
.quick-contact a{padding:16px;border-radius:12px;font-weight:900;text-align:center}
.quick-contact a:first-child{background:var(--red);color:#fff}.quick-contact a:last-child{background:var(--ink);color:#fff}
.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.article-card{border:1px solid var(--line);background:#fff;border-radius:18px;padding:26px;display:flex;flex-direction:column;min-height:260px}
.tag{display:inline-block;color:var(--red);font-size:11px;text-transform:uppercase;font-weight:900;letter-spacing:.1em}
.article-card h3{font-size:22px;line-height:1.2;letter-spacing:-.025em;margin:12px 0}
.article-card p{color:var(--muted);font-size:15px;margin:0 0 20px}
.article-card a{margin-top:auto;color:var(--red);font-weight:900}
.cta-band{background:var(--ink);color:#fff;border-radius:24px;padding:34px 38px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.cta-band h3{margin:0 0 6px;font-size:30px;letter-spacing:-.03em}
.cta-band p{margin:0;color:#b9c2ca}
.page-hero{background:linear-gradient(135deg,#0b1016,#151d25);color:#fff;padding:76px 0 72px}
.page-hero .crumbs{font-size:13px;color:#9ea9b3;margin-bottom:16px}
.page-hero .crumbs a{color:#d6dde4}
.page-hero h1{font-size:clamp(42px,6vw,68px);max-width:930px;margin:0 0 20px}
.page-hero p{font-size:19px;color:#c7cfd6;max-width:760px;margin:0}
.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:52px;align-items:start}
.prose{font-size:17px;color:#34404b}
.prose h2{color:var(--ink);font-size:34px;line-height:1.12;letter-spacing:-.035em;margin:46px 0 14px}
.prose h3{color:var(--ink);font-size:24px;line-height:1.2;margin:30px 0 10px}
.prose p{margin:0 0 18px}
.prose ul{padding-left:22px}
.prose li{margin:8px 0}
.prose a{color:var(--red);font-weight:800}
.side-card{position:sticky;top:112px;border:1px solid var(--line);border-radius:20px;padding:26px;background:#fff;box-shadow:var(--shadow)}
.side-card h3{font-size:24px;line-height:1.15;margin:0 0 10px}
.side-card p{color:var(--muted)}
.side-card .btn{width:100%;margin-top:10px}
.faq{margin-top:32px}
.faq details{border-top:1px solid var(--line);padding:18px 0}
.faq summary{font-weight:850;cursor:pointer;color:var(--ink)}
.blog-list{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}
.blog-list .article-card{min-height:240px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.contact-box{border:1px solid var(--line);border-radius:20px;padding:28px;background:#fff}
.contact-box h3{margin-top:0;font-size:26px}
.map-placeholder{min-height:330px;border-radius:18px;background:linear-gradient(135deg,#e9edf1,#f8fafb);display:grid;place-items:center;text-align:center;color:#6b7680;border:1px solid var(--line);padding:30px}
.site-footer{background:#0b1016;color:#d8dfe5;padding:58px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.3fr .7fr .8fr;gap:50px}
.footer-brand{display:flex;gap:14px;align-items:flex-start}
.footer-brand img{width:66px;height:66px;border-radius:50%;background:#fff}
.footer-brand strong{font-size:18px;color:#fff}
.footer-brand p{max-width:420px;color:#9faab4;margin:7px 0 0}
.site-footer h4{color:#fff;margin:0 0 14px}
.site-footer ul{list-style:none;margin:0;padding:0}
.site-footer li{margin:8px 0;color:#aeb8c2}
.site-footer a:hover{color:#fff}
.copyright{border-top:1px solid rgba(255,255,255,.1);margin-top:38px;padding-top:18px;color:#818d98;font-size:13px}
.mobile-cta{display:none}
.notice{border-left:3px solid var(--red);padding:14px 16px;background:#fff3f4;border-radius:0 10px 10px 0;color:#4a3335;margin:24px 0}
@media(max-width:980px){
  .main-nav{position:absolute;left:20px;right:20px;top:72px;background:#111820;border:1px solid rgba(255,255,255,.1);border-radius:16px;display:none;flex-direction:column;align-items:stretch;padding:10px}
  .main-nav.open{display:flex}.main-nav a{padding:13px 14px}.main-nav a:after{display:none}
  .nav-toggle{display:block}.header-call{display:none}.brand{min-width:0;margin-right:auto}
  .hero-grid{grid-template-columns:1fr}.hero-copy{padding:72px 0 60px}.hero-media{min-height:420px}
  .service-list,.problem-grid,.why-grid{grid-template-columns:repeat(2,1fr)}
  .split,.content-layout,.contact-grid{grid-template-columns:1fr}.side-card{position:static}
  .article-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
  body{padding-bottom:76px}.container{width:min(100% - 28px,var(--max))}
  .nav-wrap{height:70px}.brand img{width:48px;height:48px}.brand span{font-size:13px}
  .hero-grid{min-height:auto}.hero-copy{padding:58px 0 48px}.hero h1{font-size:48px}
  .hero p,.page-hero p{font-size:17px}.hero-media{min-height:300px}
  .section{padding:62px 0}.section-head{margin-bottom:26px}
  .service-list,.problem-grid,.why-grid,.article-grid,.blog-list{grid-template-columns:1fr}
  .service-link{min-height:122px}.split{gap:34px}
  .content-card{padding:24px}.quick-contact{grid-template-columns:1fr}
  .cta-band{padding:28px 24px;align-items:flex-start;flex-direction:column}
  .footer-grid{grid-template-columns:1fr;gap:28px}.site-footer{padding-bottom:30px}
  .mobile-cta{position:fixed;z-index:120;left:0;right:0;bottom:0;display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:8px;background:#0b1016;border-top:1px solid rgba(255,255,255,.1)}
  .mobile-cta .btn{padding:12px 8px;border-radius:10px}
  .mobile-cta .btn-ghost{background:#fff;color:#0b1016;border-color:#fff}
  .page-hero{padding:56px 0}.page-hero h1{font-size:44px}
}

/* Final polish: logo + contact map */
.brand img,.footer-brand img{object-fit:contain;background:#fff}
.map-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;box-shadow:0 8px 28px rgba(13,18,24,.05)}
.map-frame{display:block;width:100%;height:330px;border:0;background:#eef2f5}
.map-actions{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 20px}
.map-actions strong{display:block;color:var(--ink);font-size:17px}
.map-actions span{display:block;color:var(--muted);font-size:13px;margin-top:2px}
.map-actions .btn{white-space:nowrap}
@media(max-width:650px){.map-actions{align-items:stretch;flex-direction:column}.map-actions .btn{width:100%}.map-frame{height:300px}}
