:root {
    --primary: #d8323c;
    --black: #111111;
    --dark: #1C1C1C;
    --mid: #2B2B2B;
    --light: #F5F5F5;
    --white: #ffffff;
    --shadow: 0 14px 38px rgba(17, 17, 17, 0.10);
    --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--black);
    background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
    line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
header, .site-header {
    background: #ffffff;
    border-bottom: 1px solid rgba(17,17,17,.08);
    position: sticky;
    top: 0;
    z-index: 50;
    box-shadow: 0 8px 24px rgba(17,17,17,.06);
}
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.header-inner { display: none; }
.mobile-topbar {
    min-height: 68px;
    display: grid;
    grid-template-columns: 44px 1fr 44px;
    align-items: center;
    gap: 8px;
    width: min(1120px, calc(100% - 28px));
    margin: 0 auto;
}
.logo img { width: 132px; max-height: 48px; object-fit: contain; }
.mobile-logo { justify-self: center; }
.mobile-menu-toggle {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(17,17,17,.12);
    border-radius: 14px;
    background: var(--primary);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}
.mobile-nav {
    display: none;
    width: min(1120px, calc(100% - 28px));
    margin: 0 auto 10px;
    padding: 12px;
    background: #fff;
    border-radius: 18px;
    box-shadow: var(--shadow);
    gap: 8px;
}
.mobile-nav.is-open { display: grid; }
.mobile-nav a { padding: 12px 14px; border-radius: 12px; background: var(--light); font-weight: 700; }
.mobile-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0 14px 14px;
}
.main-nav { display: flex; gap: 28px; align-items: center; justify-content: center; font-weight: 700; }
.main-nav a { color: #222; padding: 10px 0; position: relative; }
.main-nav a::after { content: ''; position: absolute; left: 0; bottom: 4px; width: 0; height: 3px; background: var(--primary); border-radius: 3px; transition: width .2s ease; }
.main-nav a:hover::after { width: 100%; }
.header-actions { display: flex; gap: 10px; justify-content: flex-end; }
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 22px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--primary), #ff7b84);
    color: #fff;
    font-weight: 800;
    box-shadow: 0 10px 24px rgba(216,50,60,.25);
    border: 0;
    cursor: pointer;
}
.btn-small { min-height: 40px; padding: 10px 18px; font-size: 14px; }
.btn-alt { background: linear-gradient(135deg, #2B2B2B, var(--primary)); }
.hero, .banner {
    background: radial-gradient(circle at top right, rgba(216,50,60,.22), transparent 38%), linear-gradient(135deg, #111111 0%, #2B2B2B 100%);
    color: #fff;
    padding: 48px 0;
}
.hero-wrap { display: grid; gap: 28px; align-items: center; }
.hero h1 { font-size: clamp(34px, 8vw, 58px); line-height: 1.08; margin: 0 0 18px; }
.hero p { color: rgba(255,255,255,.88); margin: 0 0 20px; font-size: 17px; }
.hero-image { background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.15); border-radius: 28px; padding: 20px; box-shadow: var(--shadow); }
.tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.tag { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.16); color: #fff; padding: 8px 12px; border-radius: 999px; font-weight: 700; font-size: 13px; }
section { padding: 44px 0; }
.section-title { margin: 0 0 18px; font-size: clamp(26px, 5vw, 40px); line-height: 1.18; }
.section-lead { max-width: 760px; color: #555; margin: 0 0 22px; }
.grid { display: grid; gap: 18px; }
.grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
.card { background: #fff; border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); border: 1px solid rgba(17,17,17,.06); }
.card h2, .card h3 { margin-top: 0; line-height: 1.25; }
.card p:last-child, .card ul:last-child { margin-bottom: 0; }
.notice {
    border-left: 5px solid var(--primary);
    background: #fff7f8;
    border-radius: 18px;
    padding: 18px;
    box-shadow: var(--shadow);
}
.faq { display: grid; gap: 14px; }
.faq-item { background: #fff; border-radius: 18px; padding: 18px; border: 1px solid rgba(17,17,17,.08); box-shadow: 0 8px 22px rgba(17,17,17,.06); }
.faq-item h2, .faq-item h3 { margin: 0 0 8px; font-size: 19px; }
.inline-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.inline-links a { color: var(--primary); font-weight: 800; }
.steps { counter-reset: step; padding: 0; margin: 0; display: grid; gap: 14px; }
.steps li { list-style: none; background: #fff; border-radius: 18px; padding: 18px 18px 18px 58px; position: relative; box-shadow: var(--shadow); }
.steps li::before { counter-increment: step; content: counter(step); position: absolute; left: 18px; top: 18px; width: 28px; height: 28px; border-radius: 50%; background: var(--primary); color: #fff; display: grid; place-items: center; font-weight: 800; }
.footer { background: var(--dark); color: #fff; padding-top: 38px; }
.footer-grid { display: grid; gap: 22px; }
.footer a { display: block; color: rgba(255,255,255,.86); margin: 8px 0; }
.footer p { color: rgba(255,255,255,.76); }
.footer-logo img { width: 126px; margin-bottom: 14px; }
.footer-bottom { margin-top: 30px; padding: 16px; text-align: center; background: rgba(0,0,0,.22); color: rgba(255,255,255,.78); }
@media (min-width: 768px) {
    .mobile-topbar, .mobile-actions, .mobile-nav { display: none; }
    .mobile-nav.is-open { display: none; }
    .header-inner {
        display: grid;
        grid-template-columns: 180px 1fr 230px;
        align-items: center;
        gap: 20px;
        width: min(1120px, calc(100% - 40px));
        margin: 0 auto;
        min-height: 78px;
    }
    .desktop-logo { justify-self: start; }
    .logo img { width: 150px; }
    .hero { padding: 70px 0; }
    .hero-wrap { grid-template-columns: 1.1fr .9fr; }
    .grid-2 { grid-template-columns: repeat(2, 1fr); }
    .grid-3 { grid-template-columns: repeat(3, 1fr); }
    .grid-4 { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: 1.4fr .8fr 1.2fr; }
}
@media (min-width: 1024px) {
    .header-inner { grid-template-columns: 210px 1fr 250px; gap: 28px; }
    .grid-4 { grid-template-columns: repeat(4, 1fr); }
    section { padding: 58px 0; }
}
