:root {
  --red: #c81d32;
  --red-dark: #aa1527;
  --ink: #191a1d;
  --muted: #4f5258;
  --line: #e6e6e9;
  --soft: #f6f6f7;
  --max: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; background: #fff; color: var(--ink); font-family: "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--red); outline-offset: 5px; }
::selection { background: var(--red); color: white; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 750; letter-spacing: -.045em; text-wrap: balance; overflow-wrap: anywhere; hyphens: auto; }
h1 { font-size: clamp(2.8rem, 4.3vw, 4rem); line-height: 1.1; }
h2 { font-size: clamp(2rem, 3.1vw, 3rem); line-height: 1.16; }
h3 { font-size: 1.5rem; line-height: 1.25; }
.container { width: min(var(--max), calc(100% - 80px)); margin-inline: auto; }
.eyebrow { color: var(--red); font-size: .75rem; line-height: 1.5; letter-spacing: .105em; font-weight: 700; }
.skip-link { position: fixed; left: 20px; top: -100px; padding: 12px 20px; background: var(--ink); color: white; z-index: 50; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; top: 0; z-index: 20; background: #fffffff7; border-bottom: 1px solid var(--line); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 12px; }
.brand { display: inline-flex; align-items: center; width: 220px; height: 74px; flex-shrink: 0; }
.brand-logo { display: block; width: 100%; height: 100%; object-fit: contain; }
.navigation { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 12px 28px; font-size: .875rem; font-weight: 600; min-width: 0; }
.navigation>a:not(.button) { padding-block: 11px; }
.navigation>a:not(.button):hover { color: var(--red); }
.navigation .nav-channel { border-left: 1px solid var(--line); padding-left: 26px; }
.menu-toggle { display: none; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 21px; padding: 16px 23px; min-height: 58px; max-width: 100%; border: 1px solid transparent; border-radius: 10px; font-size: 1rem; font-weight: 650; line-height: 1.4; transition: background .18s, border-color .18s, transform .18s; }
.button>span { font-size: 1.25em; flex-shrink: 0; }
.button:hover { transform: translateY(-2px); }
.button-red { background: var(--red); color: white; }
.button-red:hover { background: var(--red-dark); }
.button-outline { border-color: #d9dade; background: white; }
.button-outline:hover { border-color: var(--red); color: var(--red); }
.button-small { min-height: 44px; padding: 11px 17px; font-size: .875rem; border-radius: 8px; }
.hero { padding: 68px 0 0; background: linear-gradient(120deg, #fff 45%, #fff8f9 100%); border-bottom: 1px solid var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 57px; align-items: center; padding-bottom: 61px; }
.hero-copy { min-width: 0; }
.hero-copy>.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 25px; }
.accent-line { width: 26px; height: 2px; background: var(--red); flex-shrink: 0; }
h1>span { color: var(--red); }
.hero-description { max-width: 535px; margin-top: 25px; color: var(--muted); font-size: 1.125rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.secondary-link { display: inline-flex; align-items: center; gap: 13px; padding: 12px 8px; min-height: 44px; align-self: center; color: var(--muted); font-weight: 600; }
.secondary-link:hover { color: var(--red); }
.secondary-link>span { font-size: 1.25rem; }
.intro-panel { background: var(--soft); border: 1px solid var(--line); padding: 29px; border-radius: 18px; min-width: 0; }
.intro-panel>.eyebrow { color: var(--muted); margin-bottom: 16px; }
.intro-panel h2 { font-size: 1.5rem; line-height: 1.3; letter-spacing: -.025em; }
.intro-list { margin: 23px 0 0; }
.intro-list>div+div { border-top: 1px solid #dddfe3; margin-top: 17px; padding-top: 17px; }
.intro-list dt { font-size: 1rem; line-height: 1.5; font-weight: 650; }
.intro-list dd { margin: 5px 0 0; font-size: .9375rem; color: var(--muted); line-height: 1.6; overflow-wrap: anywhere; }
.hero-description, .section-intro, .format-terms dd, .bot-inner p:not(.eyebrow), .steps p, .faq-answer { font-weight: 500; }
.section { padding-block: 80px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 35px; }
.section-heading .eyebrow { margin-bottom: 16px; }
.section-intro { color: var(--muted); font-size: 1rem; max-width: 350px; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.product-card { min-width: 0; display: flex; flex-direction: column; padding: 32px; background: var(--soft); border: 1px solid var(--line); border-radius: 17px; }
.product-top { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-bottom: 20px; }
.product-label { font-size: .75rem; letter-spacing: .09em; font-weight: 700; color: var(--red); }
.product-card h3 { font-size: 1.875rem; margin-bottom: 15px; }
.format-terms { margin: 9px 0 0; }
.format-terms>div { border-top: 1px solid #d7d8dd; padding-block: 16px; }
.format-terms>div:last-child { padding-bottom: 0; }
.format-terms dt { font-size: 1rem; font-weight: 650; }
.format-terms dd { margin: 3px 0 0; font-size: 1rem; color: var(--muted); }
.bot-section { padding-bottom: 75px; }
.bot-inner { border-top: 1px solid var(--line); padding-top: 40px; display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.bot-inner .eyebrow { margin-bottom: 15px; }
.bot-inner h2 { font-size: 2rem; }
.bot-inner p:not(.eyebrow) { color: var(--muted); margin-top: 20px; max-width: 610px; }
.bot-action { flex-shrink: 0; display: flex; flex-direction: column; align-items: center; gap: 13px; }
.bot-action>span { font-size: .875rem; color: var(--muted); }
.how { background: var(--soft); border-block: 1px solid var(--line); }
.steps { list-style: none; margin: 38px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 37px; }
.steps li { min-width: 0; padding-top: 23px; border-top: 1px solid #d5d6da; }
.step-number { display: inline-block; color: var(--red); font-size: 1.0625rem; font-weight: 700; margin-bottom: 24px; font-variant-numeric: tabular-nums; }
.steps h3 { margin-bottom: 13px; }
.steps p { font-size: 1rem; color: var(--muted); }
.faq { display: grid; grid-template-columns: 1fr 1.5fr; gap: 70px; }
.faq-heading .eyebrow { margin-bottom: 16px; }
.faq-heading>p:last-child { margin-top: 26px; font-size: 1rem; color: var(--muted); }
.faq-heading>p:last-child a { display: inline-block; color: var(--red); font-weight: 600; margin-top: 5px; }
.faq-heading a:hover { text-decoration: underline; text-underline-offset: 4px; }
.faq-list { min-width: 0; border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 23px 0; font-size: 1.0625rem; line-height: 1.5; font-weight: 650; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: var(--red); }
.faq-symbol { display: block; width: 18px; height: 18px; flex-shrink: 0; position: relative; color: var(--red); }
.faq-symbol::before, .faq-symbol::after { content: ""; position: absolute; background: currentColor; top: 8px; left: 2px; width: 14px; height: 2px; }
.faq-symbol::after { transform: rotate(90deg); }
.faq-list details[open] .faq-symbol::after { transform: none; }
.faq-answer { padding: 0 38px 23px 0; color: var(--muted); font-size: 1rem; }
.faq-answer a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }
.closing { background: var(--red); color: white; }
.closing-inner { display: flex; align-items: center; justify-content: space-between; gap: 44px; padding-block: 54px; }
.closing .eyebrow { color: #fff; margin-bottom: 17px; }
.closing h2 { font-size: clamp(2rem, 2.7vw, 2.7rem); }
.closing p:not(.eyebrow) { margin-top: 14px; font-size: 1rem; }
.closing-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-end; min-width: 0; }
.button-white { background: white; color: var(--red); }
.button-white:hover { background: #ffedf0; }
.closing a:focus-visible { outline-color: white; }
.site-footer { display: grid; grid-template-columns: minmax(230px, 1fr) minmax(0, 2fr); gap: 35px; padding-top: 45px; }
.footer-brand>p { margin-top: 14px; color: var(--muted); font-size: .875rem; }
.footer-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; font-size: .9375rem; padding-top: 11px; min-width: 0; }
.footer-links>div { display: flex; flex-direction: column; min-width: 0; align-items: flex-start; }
.footer-links>div>span { font-size: .875rem; color: var(--muted); line-height: 1.5; }
.footer-links a { padding-block: 10px; min-height: 44px; font-weight: 650; overflow-wrap: anywhere; }
.footer-links a:hover { color: var(--red); }
.footer-bottom { grid-column: 1 / -1; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px; padding-block: 23px; border-top: 1px solid var(--line); font-size: .8125rem; color: var(--muted); }
.footer-bottom a:hover { color: var(--red); }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .hero-grid { gap: 32px; grid-template-columns: 1.2fr 1fr; }
  .navigation { gap: 12px 22px; }
  .navigation .nav-channel { padding-left: 18px; }
  .hero-actions .button { padding-inline: 19px; }
  .hero-description { font-size: 1rem; }
  .closing-inner { align-items: flex-start; }
  .closing-actions { flex-direction: column; flex-shrink: 0; }
}
@media (max-width: 850px) {
  .site-footer { grid-template-columns: minmax(0, 1fr); }
  .navigation { gap: 10px 15px; }
  .navigation .nav-channel { display: none; }
  .hero { padding-top: 48px; }
  .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 34px; padding-bottom: 38px; }
  .hero-description { max-width: 560px; }
  h1 { font-size: clamp(2.75rem, 6.5vw, 4.3rem); }
  .section { padding-block: 59px; }
  .section-heading { gap: 30px; align-items: flex-start; }
  .section-intro { max-width: 270px; }
  .product-card { padding: 25px; }
  .product-card h3 { font-size: 1.7rem; }
  .steps { gap: 25px; }
  .faq { gap: 38px; grid-template-columns: 1fr 1.4fr; }
  .closing-inner { gap: 28px; }
  .closing-actions { flex-shrink: 1; min-width: 200px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 88px; }
  .container { width: calc(100% - 40px); }
  .header-inner { min-height: 74px; position: relative; flex-wrap: wrap; padding-block: 10px; gap: 12px; }
  .brand { width: 184px; height: 62px; }
  .menu-toggle { border: 0; background: transparent; min-height: 44px; padding: 10px 0 10px 13px; font-size: .875rem; font-weight: 600; align-items: center; gap: 12px; }
  .js .menu-toggle { display: flex; }
  .menu-lines { width: 20px; height: 12px; border-block: 1.5px solid var(--ink); }
  .navigation { flex-wrap: wrap; justify-content: flex-start; gap: 9px 23px; }
  .navigation .nav-channel { display: block; border: 0; padding-left: 0; }
  .js .navigation { display: none; position: absolute; top: 100%; left: -20px; right: -20px; flex-direction: column; align-items: stretch; gap: 5px; background: white; padding: 15px 20px 21px; border-bottom: 1px solid var(--line); box-shadow: 0 12px 18px #1b1b2010; }
  .js .navigation.is-open { display: flex; }
  .js .navigation>a { padding-block: 12px; }
  .hero { padding-top: 37px; }
  .hero-copy>.eyebrow { font-size: .75rem; letter-spacing: .025em; gap: 10px; margin-bottom: 22px; }
  .accent-line { width: 21px; }
  h1 { font-size: clamp(2.125rem, 7.6vw + .5rem, 4rem); line-height: 1.15; letter-spacing: -.04em; }
  .hero-description { margin-top: 20px; line-height: 1.7; }
  .hero-actions { margin-top: 25px; flex-direction: column; gap: 10px; }
  .hero-actions .button { justify-content: space-between; }
  .secondary-link { align-self: flex-start; padding-left: 0; }
  .intro-panel { padding: 23px; }
  .intro-panel h2 { font-size: 1.375rem; }
  .intro-list { margin-top: 19px; }
  .button { font-size: 1rem; padding: 15px 20px; min-height: 55px; }
  .button-small { font-size: .875rem; min-height: 44px; }
  .section { padding-block: 47px; }
  .section-heading { flex-direction: column; gap: 21px; margin-bottom: 27px; }
  .section-heading .eyebrow, .faq-heading .eyebrow { margin-bottom: 14px; }
  h2 { font-size: 2rem; }
  .section-intro { max-width: 100%; }
  .product-grid { grid-template-columns: minmax(0, 1fr); gap: 17px; }
  .product-card { padding: 24px; }
  .product-top { margin-bottom: 25px; }
  .product-card h3 { font-size: 1.65rem; }
  .product-card>p { padding-bottom: 22px; }
  .product-link { padding-top: 17px; font-size: .9375rem; }
  .bot-section { padding-bottom: 46px; }
  .bot-inner { padding-top: 32px; flex-direction: column; align-items: stretch; gap: 24px; }
  .bot-inner h2 { font-size: 1.75rem; }
  .bot-action { flex-shrink: 1; align-items: stretch; }
  .bot-action .button { justify-content: space-between; }
  .steps { grid-template-columns: minmax(0, 1fr); gap: 25px; margin-top: 30px; }
  .steps li { display: grid; grid-template-columns: 35px minmax(0, 1fr); gap: 13px; padding-top: 22px; }
  .step-number { grid-row: 1 / 3; margin-bottom: 0; line-height: 1.8; }
  .steps h3 { font-size: 1.375rem; margin-bottom: 0; }
  .steps p { grid-column: 2; }
  .faq { grid-template-columns: minmax(0, 1fr); gap: 30px; }
  .faq-heading>p:last-child { margin-top: 20px; }
  .faq-list summary { font-size: 1rem; padding-block: 20px; }
  .faq-answer { padding-right: 14px; font-size: 1rem; }
  .closing-inner { flex-direction: column; align-items: stretch; padding-block: 39px; gap: 25px; }
  .closing h2 { font-size: 2rem; }
  .closing-actions { min-width: 0; }
  .closing-actions .button { justify-content: space-between; }
  .site-footer { grid-template-columns: minmax(0, 1fr); padding-top: 31px; gap: 23px; }
  .footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); padding-top: 0; gap: 20px 25px; }
  .footer-bottom { font-size: .75rem; padding-block: 20px; }
}
@media (max-width: 370px) {
  .container { width: calc(100% - 32px); }
  .product-card { padding-inline: 21px; }
}
.hero-grid>*, .product-grid>*, .section-heading>*, .closing-inner>*, .faq>*, .bot-inner>* { min-width: 0; }
.hero-description, .product-card p, .steps p, .faq-answer, .closing p { overflow-wrap: anywhere; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .site-header { position: static; }
  .menu-toggle { display: none !important; }
  .container { width: 100%; }
  .hero-grid, .faq { display: block; }
  .hero { padding-top: 20px; }
  .section { padding-block: 25px; }
  .faq-heading { margin-bottom: 20px; }
  .closing { background: white; color: var(--ink); }
  .closing .eyebrow { color: var(--ink); }
  .product-card, .steps li { break-inside: avoid; }
}
