:root {
  --red:#ed2424;
  --red-dark:#c91717;
  --ink:#12161a;
  --muted:#58616a;
  --line:#e6e8eb;
  --soft:#f5f6f7;
  --card:#ffffff;
  --footer:#171b20;
  --footer-line:#40464d;
  --radius:18px;
  --shadow:0 20px 50px rgba(18,22,26,.10);
  --max:1180px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.skip-link{position:absolute;left:-9999px;top:8px;background:#fff;padding:10px 14px;border:2px solid var(--red);z-index:100}.skip-link:focus{left:10px}
.site-header{background:#fff;border-bottom:1px solid rgba(230,232,235,.95)}
.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:110px;gap:28px}
.header-home{align-items:flex-start;padding-top:12px;padding-bottom:6px}
.brand img{width:165px;height:auto}
.nav{display:flex;align-items:center;gap:36px;font-weight:500}
.nav a{padding:12px 2px;position:relative;color:#252b31;font-size:1rem}.nav a:hover,.nav a[aria-current="page"]{color:var(--red);font-weight:700}.nav a[aria-current="page"]:after{content:"";position:absolute;left:0;right:0;bottom:5px;height:2px;background:var(--red);border-radius:4px}
.menu-toggle{display:none;border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 11px;font-size:1.2rem}
.hero{background:linear-gradient(180deg,#fff 0%,#fbfbfc 100%);overflow:hidden}
.hero-grid{display:grid;grid-template-columns:.80fr 1.20fr;align-items:center;gap:0;padding:36px 0 12px}
.hero-homepage{background:#fff}
.hero-copy{position:relative;z-index:5;min-width:0}
.hero-art-home{z-index:1}
.trust-icon-outline img{width:22px;height:22px;display:block}

.hero-grid-home{padding-top:34px;padding-bottom:18px;min-height:470px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:.82rem;letter-spacing:.1em;text-transform:uppercase;font-weight:800;color:var(--red);margin-bottom:16px}.eyebrow:before{content:"";width:28px;height:3px;background:var(--red);border-radius:3px}
h1,h2,h3{line-height:1.05;margin:0 0 18px}
 .hero h1{font-size:clamp(3.85rem,6.1vw,5.25rem);letter-spacing:-.05em;max-width:640px;font-weight:900;line-height:.95}
.hero h1 .line-dark{display:block;color:var(--ink)}
.hero h1 .line-red{display:block;color:var(--red)}
.lead{font-size:1rem;color:#5f6670;max-width:520px;margin:8px 0 26px;line-height:1.45}
.actions{display:flex;gap:16px;flex-wrap:wrap;margin:0 0 22px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 36px;border-radius:7px;font-weight:800;border:2px solid transparent;transition:.2s ease;font-size:1rem}
.btn-primary{background:var(--red);color:#fff}.btn-primary:hover{background:var(--red-dark);transform:translateY(-1px)}
.btn-secondary{border-color:var(--red);color:var(--red);background:#fff}.btn-secondary:hover{background:#fff5f5}
.trust-row{display:flex;gap:24px;flex-wrap:wrap;color:#46505a;font-size:.94rem}
.trust-row-home{margin-bottom:6px;flex-wrap:nowrap;gap:18px;font-size:.90rem;white-space:nowrap}
.trust-item{display:flex;gap:9px;align-items:center}
.trust-icon{width:29px;height:29px;border-radius:50%;background:#fff0f0;display:grid;place-items:center;color:var(--red);font-weight:900}
.trust-icon-outline{background:transparent;color:#111;border:none;font-size:1.05rem;width:auto;height:auto;border-radius:0}
.hero-art{position:relative}
.hero-art-home{position:relative;display:flex;align-items:center;justify-content:flex-end;margin-left:-68px;margin-right:-54px}
.hero-art-home:before{content:"";position:absolute;left:0;top:0;bottom:0;width:29%;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.92) 28%,rgba(255,255,255,.55) 62%,rgba(255,255,255,0) 100%);z-index:2;pointer-events:none}
.hero-art-home img{width:116%;max-width:none;border-radius:0;filter:none;box-shadow:none;position:relative;z-index:1}
.feature-section{background:var(--soft);padding:18px 0 16px}
.feature-section-home{background:#f4f4f4;padding:22px 0 26px}
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.cards-home{gap:18px}
.card{background:var(--card);border:1px solid #eceef0;border-radius:12px;padding:24px;box-shadow:none;min-height:188px}
.card-home{padding:28px 24px 28px}
.card-icon{width:56px;height:56px;border-radius:50%;background:#fff0f0;color:var(--red);display:grid;place-items:center;font-size:1.6rem;margin-bottom:18px}
.card h3{font-size:1.18rem;margin-bottom:8px;font-weight:800}
.card p{margin:0;color:#5b6470;line-height:1.5;font-size:.98rem}
.section{padding:72px 0}.section-soft{background:var(--soft)}.section-title{font-size:clamp(2rem,3vw,3rem);letter-spacing:-.03em}.section-intro{color:var(--muted);font-size:1.08rem;max-width:760px}.split{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:start}.info-panel{border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:#fff}.info-panel h3{margin-top:0}.checklist{list-style:none;padding:0;margin:18px 0 0}.checklist li{display:flex;gap:12px;margin:12px 0;color:#454f59}.checklist li:before{content:"✓";color:var(--red);font-weight:900}
.page-hero{padding:64px 0 40px;background:linear-gradient(180deg,#fff,#f8f9fa)}.page-hero h1{font-size:clamp(2.5rem,5vw,4.1rem);letter-spacing:-.04em}.page-hero p{max-width:780px;color:var(--muted);font-size:1.12rem}
.prose{max-width:860px}.prose h2{font-size:1.65rem;margin-top:36px}.prose h3{font-size:1.18rem;margin-top:26px}.prose p,.prose li{color:#4f5963}.prose ul{padding-left:20px}.prose a{color:var(--red);text-decoration:underline;text-underline-offset:3px}
.contact-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:28px}.contact-card{border:1px solid var(--line);border-radius:var(--radius);padding:28px;background:#fff}.contact-card p{color:var(--muted)}.email-link{font-size:1.18rem;font-weight:800;color:var(--red)}
.notice{border-left:4px solid var(--red);background:#fff6f6;padding:16px 18px;border-radius:8px;color:#4b545c;margin:24px 0}
.site-footer{background:var(--footer);color:#eef0f2;padding:32px 0 18px;margin-top:0}
.footer-home{padding-top:30px}
.footer-home-top{display:grid;grid-template-columns:.9fr 1.55fr 1fr;gap:24px;align-items:center}
.footer-home-logo,.footer-home-middle,.footer-home-contact{min-height:92px;display:flex;flex-direction:column;justify-content:center}
.footer-home-middle,.footer-home-contact{padding-left:32px;border-left:1px solid var(--footer-line)}
.footer-logo{width:150px}
.footer-logo-home{width:135px;background:transparent;padding:0;border-radius:0}
.footer-copy{color:#dde2e7;margin:0;line-height:1.45}
.footer-title{font-weight:800;margin-bottom:10px;font-size:1.05rem;color:#fff}
.footer-home-bottom{display:flex;justify-content:space-between;gap:20px;align-items:center;border-top:1px solid var(--footer-line);margin-top:18px;padding-top:12px;color:#d5dbe0;font-size:.92rem}
.footer-links{display:flex;flex-wrap:wrap;gap:16px;color:#eef0f2;font-size:.92rem}
.footer-links-bottom a{color:#eef0f2}
.footer-icon{display:inline-block;min-width:20px}
.small{font-size:.9rem;color:var(--muted)}
@media (max-width:1050px){.hero h1{font-size:clamp(3rem,5vw,4.35rem)}.hero-grid-home{grid-template-columns:.92fr 1.08fr;gap:12px;min-height:auto}.hero-art-home{margin-left:-20px;margin-right:-20px}.hero-art-home img{width:108%}.footer-home-top{grid-template-columns:1fr}}
@media (max-width:900px){.trust-row-home{flex-wrap:wrap;white-space:normal}.hero-grid,.split,.contact-grid,.hero-grid-home{grid-template-columns:1fr}.hero-art{max-width:760px;margin:auto}.hero-art-home{margin:0}.hero-art-home:before{display:none}.hero-art-home img{width:100%;max-width:100%}.cards{grid-template-columns:1fr}.footer-home-top{grid-template-columns:1fr;gap:18px}.footer-home-middle,.footer-home-contact{padding-left:0;border-left:none;padding-top:12px;border-top:1px solid var(--footer-line)}.nav{position:absolute;display:none;right:20px;top:78px;flex-direction:column;align-items:flex-start;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:14px;padding:18px;width:min(320px,calc(100vw - 40px));gap:8px}.nav.open{display:flex}.nav a{width:100%;padding:10px}.menu-toggle{display:block}.header-home{align-items:center;padding-top:0;padding-bottom:0}.header-inner{min-height:88px}.hero-grid-home{padding-top:28px;padding-bottom:18px;min-height:auto}}
@media (max-width:620px){.container{width:min(var(--max),calc(100% - 28px))}.brand img{width:128px}.hero h1{font-size:2.65rem}.lead{font-size:.98rem}.actions{flex-direction:column;align-items:flex-start}.btn{width:100%}.trust-row{gap:14px 18px;font-size:.92rem}.footer-home-bottom{flex-direction:column;align-items:flex-start}.site-footer{padding-bottom:24px}}
