:root {
  --red: #e31d2b;
  --red-dark: #b90f1b;
  --red-soft: #fff0f1;
  --ink: #151515;
  --muted: #656565;
  --line: #e9e9e9;
  --soft: #f7f7f7;
  --white: #ffffff;
  --shadow: 0 18px 55px rgba(19, 19, 19, .10);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 9999; background: #111; color: #fff; padding: 10px 14px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.topbar { background: linear-gradient(90deg, var(--red-dark), var(--red)); color: #fff; font-size: 13px; }
.topbar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar-group { display: flex; gap: 22px; align-items: center; }
.topbar a { font-weight: 700; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(0,0,0,.06); }
.nav-wrapper { min-height: 138px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.logo { display: inline-flex; align-items: center; justify-content: center; padding: 4px; border-radius: 14px; background: #fff; box-shadow: 0 6px 18px rgba(0,0,0,.08); }
.logo img { width: 155px; height: 122px; object-fit: contain; border-radius: 10px; }
.main-nav { display: flex; justify-content: center; align-items: center; gap: 30px; font-size: 15px; font-weight: 750; }
.main-nav a { position: relative; padding: 30px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 22px; height: 2px; background: var(--red); transform: scaleX(0); transition: .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 12px; background: #f2f2f2; padding: 11px; }
.nav-toggle span { display: block; height: 2px; background: #111; margin: 5px 0; border-radius: 2px; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 48px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; font-size: 14px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--red); color: #fff; box-shadow: 0 10px 24px rgba(227,29,43,.24); }
.btn-primary:hover { background: var(--red-dark); }
.btn-outline { border-color: #d8d8d8; background: #fff; }
.btn-outline:hover { border-color: var(--red); color: var(--red); }
.btn-light { background: #fff; color: var(--red); }
.btn-dark { background: #111; color: #fff; }
.btn-wide { width: 100%; }
.arrow { font-size: 18px; line-height: 1; }

.hero { overflow: hidden; background: radial-gradient(circle at 18% 38%, rgba(227,29,43,.035) 0 1.5px, transparent 1.7px) 0 0/28px 28px, #fff; }
.hero-grid { min-height: 650px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 50px; padding-block: 70px 80px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 14px; color: var(--red); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--red); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 22px; font-size: clamp(42px, 5.2vw, 72px); line-height: 1.02; letter-spacing: -.045em; }
h1 em, .section-title em { color: var(--red); font-style: normal; }
.hero-copy { max-width: 650px; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-benefits { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 30px; font-size: 14px; font-weight: 750; }
.hero-benefits span::before { content: "✓"; display: inline-grid; place-items: center; width: 21px; height: 21px; margin-right: 8px; border-radius: 50%; color: #fff; background: var(--red); font-size: 12px; }
.hero-visual { position: relative; min-height: 520px; }
.hero-ring { position: absolute; inset: 10px -120px -40px 30px; border-radius: 50% 50% 42% 48%; background: linear-gradient(135deg, #fde3e5, #fff3f4); transform: rotate(-5deg); }
.hero-image-wrap { position: absolute; inset: 65px 0 0 85px; overflow: hidden; border-radius: 48% 48% 12% 42%; box-shadow: var(--shadow); transform: rotate(2deg); }
.hero-image-wrap img { width: 100%; height: 100%; object-fit: cover; transform: rotate(-2deg) scale(1.04); }
.hero-badge { position: absolute; left: 20px; bottom: 22px; display: grid; grid-template-columns: auto 1fr; gap: 12px; align-items: center; max-width: 255px; padding: 16px 18px; background: #fff; border-radius: 16px; box-shadow: var(--shadow); }
.hero-badge strong { display: block; font-size: 15px; }
.hero-badge span { color: var(--muted); font-size: 12px; }
.hero-badge-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--red-soft); color: var(--red); font-size: 22px; }

.trust-strip { background: linear-gradient(90deg, #b8101b, var(--red)); color: #fff; }
.trust-inner { min-height: 96px; display: grid; grid-template-columns: 220px 1fr; align-items: center; gap: 20px; }
.trust-title { font-size: 18px; font-weight: 900; }
.trust-items { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.22); }
.trust-item { min-height: 96px; display: grid; place-items: center; padding: 12px; background: rgba(255,255,255,.03); text-align: center; font-weight: 850; }
.trust-item small { display: block; opacity: .78; font-size: 11px; font-weight: 650; }

.section { padding: 100px 0; }
.section-soft { background: var(--soft); }
.section-header { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 46px; }
.section-header > div { max-width: 760px; }
.section-title { margin-bottom: 12px; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
.section-lead { margin-bottom: 0; color: var(--muted); font-size: 17px; }

.about-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.about-collage { position: relative; min-height: 590px; }
.about-main { position: absolute; inset: 0 90px 40px 0; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); }
.about-main img { width: 100%; height: 100%; object-fit: cover; }
.about-small { position: absolute; right: 0; bottom: 0; width: 48%; height: 45%; overflow: hidden; border: 10px solid #fff; border-radius: 24px; box-shadow: var(--shadow); }
.about-small img { width: 100%; height: 100%; object-fit: cover; object-position: 60% center; }
.phone-card { position: absolute; left: 28px; bottom: 5px; z-index: 2; padding: 17px 22px; background: #fff; border-radius: 18px; box-shadow: var(--shadow); font-weight: 850; }
.phone-card small { display: block; color: var(--muted); font-weight: 650; }
.check-list { display: grid; gap: 16px; margin: 28px 0; }
.check-item { display: grid; grid-template-columns: 40px 1fr; gap: 14px; }
.check-icon { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-weight: 900; }
.check-item strong { display: block; margin-bottom: 3px; }
.check-item p { margin: 0; color: var(--muted); font-size: 14px; }

.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 18px; transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-5px); border-color: #ffd0d4; box-shadow: 0 18px 42px rgba(0,0,0,.08); }
.service-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 14px; background: var(--red-soft); color: var(--red); }
.service-icon svg { width: 28px; height: 28px; stroke: currentColor; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { margin-bottom: 10px; font-size: 20px; line-height: 1.25; }
.service-card p { margin-bottom: 18px; color: var(--muted); font-size: 14px; }
.text-link { color: var(--red); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.service-card.cta-card { background: var(--red); color: #fff; border-color: var(--red); position: relative; overflow: hidden; }
.service-card.cta-card::after { content: ""; position: absolute; right: -45px; bottom: -55px; width: 170px; height: 170px; border-radius: 50%; background: rgba(255,255,255,.13); }
.service-card.cta-card p, .service-card.cta-card .text-link { color: #fff; }

.process-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(115deg, #c40d1a, var(--red)); }
.process-section::before { content: ""; position: absolute; inset: 0; opacity: .14; background: radial-gradient(circle, #fff 0 1.3px, transparent 1.5px) 0 0/24px 24px; }
.process-section .container { position: relative; z-index: 1; }
.process-head { text-align: center; margin-bottom: 48px; }
.process-head .eyebrow { color: #fff; }
.process-head .eyebrow::before { background: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.process-card { min-height: 230px; padding: 28px; border: 1px solid rgba(255,255,255,.18); border-radius: 18px; background: rgba(255,255,255,.07); box-shadow: inset 0 1px 0 rgba(255,255,255,.10); }
.process-number { display: block; margin-bottom: 40px; font-size: 42px; line-height: 1; font-weight: 900; opacity: .95; }
.process-card h3 { margin-bottom: 8px; }
.process-card p { margin: 0; opacity: .86; font-size: 14px; }

.advantages-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.advantages-list { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 28px; }
.advantage { padding: 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.advantage strong { display: block; margin-bottom: 4px; }
.advantage span { color: var(--muted); font-size: 13px; }
.image-panel { min-height: 500px; position: relative; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); }
.image-panel img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.image-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.50), transparent 55%); }
.image-panel-copy { position: absolute; left: 30px; right: 30px; bottom: 28px; z-index: 2; color: #fff; }
.image-panel-copy strong { display: block; font-size: 25px; }

.faq-wrap { max-width: 820px; margin: 0 auto; }
.faq-head { text-align: center; margin-bottom: 34px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; background: transparent; border: 0; cursor: pointer; text-align: left; font-weight: 850; }
.faq-plus { width: 24px; height: 24px; display: grid; place-items: center; border: 1px solid var(--red); border-radius: 50%; color: var(--red); transition: transform .2s ease; }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.faq-answer > div { overflow: hidden; }
.faq-answer p { color: var(--muted); padding: 0 40px 20px 0; margin: 0; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-plus { transform: rotate(45deg); }

.cta-photo { position: relative; overflow: hidden; border-radius: 30px; min-height: 330px; display: grid; place-items: center; text-align: center; color: #fff; background: #111; }
.cta-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .33; }
.cta-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.75), rgba(183,12,25,.65)); }
.cta-photo-content { position: relative; z-index: 2; max-width: 700px; padding: 50px 24px; }
.cta-photo h2 { font-size: clamp(32px, 4vw, 50px); line-height: 1.05; margin-bottom: 14px; }
.cta-photo p { opacity: .9; font-size: 17px; }

.page-hero { background: radial-gradient(circle at 80% 30%, #ffe6e8 0, transparent 36%), var(--soft); border-bottom: 1px solid var(--line); }
.page-hero-inner { padding: 88px 0 76px; max-width: 850px; }
.page-hero h1 { font-size: clamp(42px, 5vw, 68px); }
.page-hero p { max-width: 760px; color: var(--muted); font-size: 18px; }

.service-detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-detail { padding: 34px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.service-detail h2 { font-size: 27px; margin-bottom: 12px; }
.service-detail p { color: var(--muted); }
.badge-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; }
.badge-list span { padding: 7px 11px; border-radius: 999px; background: var(--red-soft); color: var(--red-dark); font-size: 12px; font-weight: 800; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.service-table { width: 100%; min-width: 850px; border-collapse: collapse; }
.service-table th, .service-table td { padding: 18px 20px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.service-table th { background: #111; color: #fff; font-size: 13px; }
.service-table td { font-size: 14px; color: var(--muted); }
.service-table tr:last-child td { border-bottom: 0; }
.service-table strong { color: var(--ink); }

.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 34px; align-items: stretch; }
.contact-card, .contact-visual { border: 1px solid var(--line); border-radius: 24px; background: #fff; overflow: hidden; }
.contact-card { padding: 38px; }
.contact-card > p { color: var(--muted); }
.contact-list { display: grid; gap: 20px; margin: 30px 0; }
.contact-item { display: grid; grid-template-columns: 48px 1fr; gap: 15px; align-items: start; }
.icon-box { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; color: #fff; background: var(--red); font-size: 20px; }
.contact-item strong, .contact-item span, .contact-item a { display: block; }
.contact-item span, .contact-item a { color: var(--muted); }
.contact-visual { min-height: 520px; position: relative; background: linear-gradient(135deg, #f9f9f9, #fff1f2); }
.contact-visual::before { content: ""; position: absolute; inset: 10%; border: 2px dashed #f2a3aa; border-radius: 50% 38% 52% 42%; transform: rotate(-8deg); }
.map-pin { position: absolute; left: 52%; top: 42%; transform: translate(-50%,-50%); width: 110px; height: 110px; display: grid; place-items: center; border-radius: 50% 50% 50% 0; rotate: -45deg; color: #fff; background: var(--red); box-shadow: var(--shadow); }
.map-pin span { rotate: 45deg; font-size: 38px; }
.map-label { position: absolute; left: 50%; top: 68%; transform: translateX(-50%); width: max-content; max-width: 84%; padding: 16px 22px; border-radius: 16px; background: #fff; box-shadow: var(--shadow); text-align: center; }
.notice { padding: 16px 18px; border-left: 4px solid var(--red); background: var(--red-soft); color: #6f2228 !important; font-size: 13px; }

.legal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.legal-card { padding: 34px; border-radius: 22px; background: #fff; border: 1px solid var(--line); }
.legal-card h2 { font-size: 30px; }
.legal-card h3 { margin-top: 28px; margin-bottom: 8px; font-size: 17px; }
.legal-card p { color: var(--muted); font-size: 14px; }
.legal-card strong { color: var(--ink); }
.legal-card a { color: var(--red); font-weight: 700; }

.site-footer { color: #ddd; background: #111; }
.footer-main { padding: 70px 0 50px; background: radial-gradient(circle, rgba(255,255,255,.08) 0 1px, transparent 1.4px) 0 0/26px 26px, #111; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .95fr .95fr; gap: 46px; }
.footer-logo { width: 280px; height: auto; max-width: 100%; margin-bottom: 18px; padding: 8px; border-radius: 16px; background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.28); }
.footer-grid h4 { margin-bottom: 16px; color: #fff; }
.footer-grid p { color: #aaa; font-size: 14px; }
.footer-links { display: grid; gap: 10px; }
.footer-links a { color: #aaa; font-size: 14px; }
.footer-links a:hover { color: #fff; }
.footer-contact a { color: #fff; font-weight: 800; }
.footer-bottom { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #2b2b2b; color: #888; font-size: 13px; }
.footer-bottom p { margin: 0; }

@media (max-width: 1050px) {
  .nav-wrapper { grid-template-columns: auto auto; justify-content: space-between; }
  .main-nav { position: absolute; left: 0; right: 0; top: 138px; display: none; padding: 18px 20px 24px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(0,0,0,.08); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 11px 0; }
  .main-nav a::after { bottom: 5px; right: auto; width: 40px; }
  .header-actions .btn { display: none; }
  .nav-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; padding-top: 62px; }
  .hero-visual { min-height: 510px; }
  .trust-inner { grid-template-columns: 1fr; padding-top: 20px; }
  .trust-title { text-align: center; }
  .trust-items { width: 100%; }
  .about-grid, .advantages-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 54px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { display: none; }
}

@media (max-width: 720px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .topbar-group:first-child { display: none; }
  .topbar-inner { justify-content: center; }
  .logo { padding: 4px; }
  .logo img { width: 125px; height: 99px; }
  .nav-wrapper { min-height: 112px; }
  .main-nav { top: 112px; }
  .hero-grid { min-height: auto; padding: 48px 0 58px; gap: 24px; }
  h1 { font-size: clamp(39px, 12vw, 54px); }
  .hero-copy { font-size: 16px; }
  .hero-actions .btn { width: 100%; }
  .hero-visual { min-height: 390px; }
  .hero-ring { inset: 18px -80px -20px 0; }
  .hero-image-wrap { inset: 48px 0 15px 40px; border-radius: 44% 42% 14% 38%; }
  .hero-badge { left: 0; bottom: 0; max-width: 225px; padding: 13px 15px; }
  .trust-items { grid-template-columns: repeat(2, 1fr); }
  .trust-item { min-height: 76px; font-size: 13px; }
  .section { padding: 74px 0; }
  .section-header { align-items: start; flex-direction: column; margin-bottom: 34px; }
  .section-title { font-size: 37px; }
  .about-collage { min-height: 480px; }
  .about-main { inset: 0 45px 45px 0; }
  .about-small { width: 52%; height: 40%; border-width: 7px; }
  .phone-card { left: 12px; bottom: 5px; }
  .service-grid, .service-detail-grid, .process-grid, .advantages-list, .legal-grid { grid-template-columns: 1fr; }
  .service-card, .service-detail { padding: 24px; }
  .process-card { min-height: auto; }
  .process-number { margin-bottom: 24px; }
  .image-panel { min-height: 390px; }
  .contact-card { padding: 26px; }
  .contact-visual { min-height: 420px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { padding: 18px 0; align-items: flex-start; flex-direction: column; }
}
