/* ===== Base styles (deduplicated) ===== */
:root { --paper: #FAF7F2; --panel: #FFFFFF; --ink: #1A1815; --ink-soft: #5C564E; --ink-faint: #8B8478; --line: #E0DACD; --rust: #C84B1F; --rust-deep: #9C3A17; --rust-pale: #F2DCCB; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); color-scheme: light; }
body { margin: 0; font-family: "Helvetica Neue", Arial, sans-serif; background: var(--paper); color: var(--ink); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.wrap { max-width: 1360px; margin: 0 auto; padding: 0 48px; }
.topbar { background: var(--ink); color: var(--paper); font-size: 12.5px; letter-spacing: 0.04em; padding: 9px 0; }
.topbar .wrap { display: flex; justify-content: space-between; align-items: center; }
.topbar-left span { color: var(--rust); font-weight: 700; }
.topbar-right { display: flex; align-items: center; gap: 7px; color: rgba(250,247,242,0.85); }
.topbar-phone { color: var(--paper); font-weight: 700; text-decoration: none; margin-right: 14px; }
.topbar-phone:hover { color: var(--rust); }
.topbar-right svg { color: var(--rust); flex-shrink: 0; }
.topbar-sep { color: rgba(250,247,242,0.35); }
header.site { position: sticky; top: 0; z-index: 50; background: var(--paper); border-bottom: 1px solid var(--ink); }
.nav { display: flex; align-items: center; justify-content: space-between; height: 76px; padding: 0; }
.brand-block { display: flex; align-items: center; gap: 14px; }
.brand-mark { width: 56px; height: 56px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.brand-mark svg { width: 56px; height: 56px; }
.brand-text .name { font-size: 22px; font-weight: 800; letter-spacing: -0.01em; line-height: 1.1; -webkit-text-stroke: 0.3px currentColor; }
.brand-text .tag { font-size: 10.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--rust-deep); }
.navlinks { display: flex; gap: 36px; font-size: 13.5px; font-weight: 700; letter-spacing: 0.02em; text-transform: uppercase; }
.navlinks a { border-bottom: 2px solid transparent; padding-bottom: 4px; }
.navlinks a:hover { border-color: var(--rust); }
.nav-cta { background: var(--rust); color: var(--paper); padding: 9px 18px; font-weight: 800; font-size: 12px; letter-spacing: 0.03em; text-transform: uppercase; white-space: nowrap; }
.nav-cta:hover { background: var(--rust-deep); }
.hamburger-btn { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 32px; height: 32px; background: none; border: none; cursor: pointer; padding: 0; margin-left: 8px; flex-shrink: 0; }
.hamburger-btn span { display: block; width: 20px; height: 2px; background: var(--ink); transition: transform 0.3s cubic-bezier(0.4,0,0.2,1), opacity 0.2s ease; }
.hamburger-btn.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger-btn.open span:nth-child(2) { opacity: 0; }
.hamburger-btn.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { display: flex; flex-direction: column; max-height: 0; overflow: hidden; opacity: 0; transform: translateY(-6px); border-top: 1px solid var(--ink); background: var(--paper); transition: max-height 0.7s cubic-bezier(0.4,0,0.2,1), opacity 0.5s ease, transform 0.5s ease, box-shadow 0.5s ease; }
.mobile-menu.open { max-height: 480px; opacity: 1; transform: translateY(0); box-shadow: 0 18px 28px -10px rgba(26,24,21,0.2); }
.mobile-menu a { padding: 16px 32px; font-size: 15px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.02em; color: var(--ink); border-bottom: 1px solid var(--line); opacity: 0; transform: translateY(-8px); transition: opacity 0.25s ease, transform 0.25s ease; }
.mobile-menu.open a { opacity: 1; transform: translateY(0); }
.mobile-menu.open a:nth-child(1) { transition-delay: 0.05s; }
.mobile-menu.open a:nth-child(2) { transition-delay: 0.09s; }
.mobile-menu.open a:nth-child(3) { transition-delay: 0.13s; }
.mobile-menu.open a:nth-child(4) { transition-delay: 0.17s; }
.mobile-menu.open a:nth-child(5) { transition-delay: 0.21s; }
.mobile-menu.open a:nth-child(6) { transition-delay: 0.25s; }
.mobile-menu a:last-child { border-bottom: none; }
.mobile-menu a.active { color: var(--rust); }
.mobile-menu a.mobile-menu-cta { background: var(--rust); color: var(--paper) !important; text-align: center; font-weight: 800; }
.hero { border-bottom: 1px solid var(--ink); padding: 0; }
.hero-inner { display: grid; grid-template-columns: 1.15fr 0.85fr; }
.hero-copy { padding: 72px 0 72px; border-right: 1px solid var(--ink); }
.hero-copy .inner { max-width: 540px; }
.deadline-flag { display: inline-flex; align-items: center; gap: 10px; background: var(--ink); color: var(--paper); padding: 9px 16px; font-size: 12.5px; font-weight: 700; letter-spacing: 0.03em; margin-bottom: 28px; }
.deadline-flag .dot { width: 7px; height: 7px; background: var(--rust); flex-shrink: 0; }
h1 { font-size: clamp(36px, 4.4vw, 52px); line-height: 1.06; letter-spacing: -0.025em; font-weight: 800; margin: 0 0 24px; }
h1 .accent { color: var(--rust); }
.hero-copy p.lead { font-size: 17px; line-height: 1.65; color: var(--ink-soft); margin: 0 0 36px; max-width: 460px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 48px; }
.btn-solid { background: var(--rust); color: var(--paper); padding: 16px 30px; font-weight: 800; font-size: 14px; letter-spacing: 0.03em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.btn-solid:hover { background: var(--rust-deep); }
.btn-outline { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); padding: 16px 30px; font-weight: 800; font-size: 14px; letter-spacing: 0.03em; text-transform: uppercase; }
.btn-outline:hover { background: var(--ink); color: var(--paper); }
.hero-v2 { border-bottom: 1px solid var(--ink); padding: 60px 0 44px; text-align: center; position: relative; overflow: hidden; background: radial-gradient(ellipse 800px 400px at 50% 0%, rgba(200,75,31,0.18), transparent 70%),
      linear-gradient(180deg, #221F1A 0%, #1A1815 60%, #15130F 100%); }
.hero-v2-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero-v2-bg svg { width: 100%; height: 100%; display: block; }
.hero-v2 > .wrap { position: relative; z-index: 1; }
.hero-v2-eyebrow { display: inline-flex; align-items: center; gap: 10px; background: rgba(250,247,242,0.12); color: var(--paper); border: 1px solid rgba(250,247,242,0.25); padding: 9px 18px; font-size: 12.5px; font-weight: 700; letter-spacing: 0.03em; margin-bottom: 24px; }
.hero-v2-eyebrow .dot { width: 7px; height: 7px; background: var(--rust); flex-shrink: 0; }
.hero-v2-headline { font-size: clamp(34px, 7vw, 84px); line-height: 1.08; letter-spacing: -0.03em; font-weight: 800; margin: 0 0 28px; color: var(--paper); }
.hero-v2-headline .accent { color: var(--rust); }
.hero-v2-lead { font-size: clamp(17px, 1.8vw, 21px); color: rgba(250,247,242,0.78); line-height: 1.6; max-width: 580px; margin: 0 auto 28px; }
.hero-v2-guarantee-badge { display: inline-block; margin: 0 auto 28px; padding: 10px 20px; background: rgba(255,106,43,0.12); border: 1px solid rgba(255,106,43,0.4); border-radius: 999px; color: #FFB088; font-size: 14.5px; font-weight: 600; }
.hero-v2-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 8px; }
.hero-v2-checklist { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px 28px; list-style: none; margin: 32px 0 0; padding: 0; }
.hero-v2-checklist li { display: flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 700; color: rgba(250,247,242,0.75); letter-spacing: 0.01em; }
.hero-v2-checklist li::before { content: ""; width: 16px; height: 16px; flex-shrink: 0; background: var(--rust); -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 16.2l-3.5-3.5-1.4 1.4L9 19 20 8l-1.4-1.4z'/%3E%3C/svg%3E") center/contain no-repeat; mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M9 16.2l-3.5-3.5-1.4 1.4L9 19 20 8l-1.4-1.4z'/%3E%3C/svg%3E") center/contain no-repeat; }
.hero-v2-visual { max-width: 420px; margin: 0 auto; padding-bottom: 0; }
.hero-v2 .btn-outline { color: var(--paper); border-color: rgba(250,247,242,0.4); }
.hero-v2 .btn-outline:hover { background: var(--paper); color: var(--ink); }
.hero-v2-visual svg { width: 100%; height: auto; display: block; }
.stat-strip-v2 { border-bottom: 1px solid var(--ink); background: var(--ink); }
.stat-strip-v2-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-v2-cell { text-align: center; padding: 48px 24px; border-right: 1px solid rgba(250,247,242,0.15); }
.stat-v2-cell:last-child { border-right: none; }
.stat-v2-figure { font-size: clamp(26px, 4vw, 48px); font-weight: 800; letter-spacing: -0.03em; color: var(--rust); line-height: 1; margin-bottom: 12px; }
.stat-v2-label { font-size: 12px; color: rgba(250,247,242,0.65); text-transform: uppercase; letter-spacing: 0.06em; font-weight: 700; line-height: 1.5; }
.stat-marquee-track { display: none; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); padding-top: 28px; }
.metric .figure { font-size: 30px; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); }
.metric .desc { font-size: 12px; color: var(--ink-faint); text-transform: uppercase; letter-spacing: 0.05em; font-weight: 700; margin-top: 4px; }
.hero-visual { background: var(--ink); display: flex; align-items: center; justify-content: center; padding: 56px 40px; position: relative; }
.hero-visual svg { width: 100%; max-width: 280px; height: auto; }
.visual-caption { position: absolute; bottom: 28px; left: 40px; right: 40px; color: var(--paper); font-size: 11.5px; letter-spacing: 0.06em; text-transform: uppercase; font-weight: 700; display: flex; justify-content: space-between; border-top: 1px solid rgba(250, 247, 242, 0.25); padding-top: 16px; }
.visual-caption span:last-child { color: var(--rust); }
.promo-banner { background: #2A241C; border-top: 3px solid var(--rust); border-bottom: 1px solid var(--ink); }
.promo-banner-inner { display: flex; align-items: center; justify-content: center; gap: 20px; flex-wrap: wrap; text-align: center; padding: 26px 0; }
.promo-banner-badge { color: var(--rust); font-size: 12px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; flex-shrink: 0; }
.promo-banner-text { color: var(--paper); font-size: 16px; font-weight: 600; line-height: 1.4; margin: 0; }
.promo-banner-text strong { font-weight: 800; color: var(--paper); }
.promo-banner-cta { flex-shrink: 0; white-space: nowrap; padding: 12px 22px; font-size: 12.5px; }
.service-strip { border-bottom: 1px solid var(--ink); background: var(--paper); }
.strip-grid { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 980px; margin: 0 auto; }
.strip-cell { padding: 36px 28px; border-right: 1px solid var(--line); }
.strip-cell:last-child { border-right: none; }
.strip-cell .index { font-size: 12px; font-weight: 800; color: var(--rust); letter-spacing: 0.05em; margin-bottom: 14px; }
.strip-cell h3 { font-size: 18px; font-weight: 800; margin: 0 0 10px; letter-spacing: -0.01em; }
.strip-cell p { font-size: 14px; color: var(--ink-soft); line-height: 1.6; margin: 0 0 18px; }
.strip-cell .rate { font-size: 13px; font-weight: 800; color: var(--ink); border-top: 1px solid var(--line); padding-top: 14px; }
.section { padding: 88px 0; background: var(--paper); }
.section-label { font-size: 12px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; color: var(--rust); margin-bottom: 16px; }
.section h2 { font-size: clamp(26px, 3.4vw, 36px); letter-spacing: -0.02em; font-weight: 800; margin: 0 0 18px; line-height: 1.18; max-width: 640px; }
.section .section-sub { font-size: 16px; color: var(--ink-soft); line-height: 1.6; max-width: 560px; margin: 0 0 48px; }
.rate-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.rate-table-wrap { position: relative; }
.rate-table-wrap::after {
  content: "";
  position: absolute;
  top: 0; right: 0; bottom: 0;
  width: 36px;
  background: linear-gradient(to right, transparent, var(--paper) 80%);
  pointer-events: none;
}
@media (min-width: 561px) { .rate-table-wrap::after { display: none; } }
.rate-table-note { font-size: 12px; color: var(--ink-faint); margin-top: 14px; line-height: 1.5; }
table.rate-table { width: 100%; border-collapse: collapse; border-top: 2px solid var(--ink); min-width: 480px; }
table.rate-table th { text-align: left; font-size: 11.5px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-faint); padding: 14px 16px; border-bottom: 1px solid var(--line); }
table.rate-table td { padding: 18px 16px; font-size: 15px; border-bottom: 1px solid var(--line); }
table.rate-table td.us { font-weight: 800; color: var(--rust-deep); }
table.rate-table td.them { color: var(--ink-faint); }
table.rate-table tr:last-child td { border-bottom: 2px solid var(--ink); }
.process-section { border-top: 1px solid var(--ink); padding: 88px 0; background: var(--paper); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
.process-cell { padding: 32px 28px 0 0; }
.process-cell .step-num { font-size: 38px; font-weight: 800; color: var(--line); letter-spacing: -0.02em; display: block; margin-bottom: 16px; }
.process-cell h4 { font-size: 16px; font-weight: 800; margin: 0 0 10px; }
.process-cell p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; margin: 0; }
.final-cta { background: var(--ink); color: var(--paper); padding: 44px 0; }
.final-cta-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 32px; }
.final-cta h2 { font-size: clamp(26px, 3.6vw, 36px); font-weight: 800; letter-spacing: -0.02em; margin: 0 0 10px; }
.final-cta p { font-size: 15px; color: rgba(250, 247, 242, 0.7); margin: 0; }
.final-cta .btn-solid { flex-shrink: 0; }
footer { padding: 36px 0; }
.footer-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; font-size: 12.5px; color: var(--ink-faint); }
.footer-links { display: flex; gap: 28px; font-weight: 700; }
.footer-links a:hover { color: var(--rust); }
.stat-strip { background: var(--ink); color: var(--paper); border-bottom: 1px solid var(--ink); }
.stat-strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-strip-cell { padding: 32px 28px; border-right: 1px solid rgba(250,247,242,0.18); text-align: center; }
.stat-strip-cell:last-child { border-right: none; }
.stat-strip-cell .figure { font-size: 32px; font-weight: 800; letter-spacing: -0.02em; color: var(--rust); }
.stat-strip-cell .desc { font-size: 11.5px; text-transform: uppercase; letter-spacing: 0.06em; font-weight: 700; opacity: 0.75; margin-top: 6px; }
.guarantee-section { border-bottom: 1px solid var(--ink); padding: 88px 0; background: var(--paper); }
.story-section { border-bottom: 1px solid var(--ink); padding: 80px 0; background: var(--paper); }
.story-inner { max-width: 680px; margin: 0 auto; text-align: center; }
.story-inner .section-label { justify-content: center; }
.story-inner h2 { font-size: clamp(24px, 3vw, 32px); font-weight: 800; letter-spacing: -0.02em; margin: 0 0 20px; line-height: 1.25; }
.story-inner p { font-size: 16px; color: var(--ink-soft); line-height: 1.7; margin: 0; }
.guarantee-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.guarantee-list { border: 1px solid var(--ink); }
.guarantee-item { padding: 26px 28px; border-bottom: 1px solid var(--line); display: flex; gap: 18px; align-items: flex-start; }
.guarantee-item:last-child { border-bottom: none; }
.guarantee-item .mark { width: 28px; height: 28px; background: var(--rust); color: var(--paper); display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 800; flex-shrink: 0; }
.guarantee-item h4 { font-size: 15.5px; font-weight: 800; margin: 0 0 6px; }
.guarantee-item p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.6; margin: 0; }
.faq-section { border-bottom: 1px solid var(--ink); padding: 88px 0; background: var(--paper); }
.faq-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 44px; flex-wrap: wrap; }
.faq-head h2 { font-size: clamp(26px, 3.4vw, 36px); letter-spacing: -0.02em; font-weight: 800; margin: 0; max-width: 480px; line-height: 1.18; }
.faq-sub { font-size: 15px; color: var(--ink-soft); line-height: 1.6; max-width: 360px; margin: 0; }
.faq-list { border-top: 1px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--ink); background: var(--panel); }
.faq-item.open { background: var(--rust-pale); }
.faq-question { width: 100%; display: flex; align-items: center; gap: 18px; background: none; border: none; cursor: pointer; text-align: left; padding: 24px 8px; font-family: inherit; }
.faq-num { font-size: 12px; font-weight: 800; color: var(--rust); letter-spacing: 0.04em; flex-shrink: 0; width: 24px; }
.faq-q-text { flex: 1; font-size: 16.5px; font-weight: 800; color: var(--ink); letter-spacing: -0.01em; }
.faq-chevron { font-size: 20px; color: var(--ink-faint); flex-shrink: 0; transition: transform 0.25s ease; }
.faq-item.open .faq-chevron { transform: rotate(180deg); color: var(--rust); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease; padding: 0 8px; }
.faq-item.open .faq-answer { max-height: 260px; padding: 0 8px 26px; }
.faq-answer p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.65; margin: 0; max-width: 720px; padding-left: 42px; }
.navlinks a:hover, .navlinks a.active { border-color: var(--rust); }
.page-hero { padding: 35px 0; border-bottom: 1px solid var(--ink); text-align: center; background: var(--paper); }
.page-hero-grid { display: grid; grid-template-columns: 1.3fr 0.7fr; gap: 48px; align-items: end; }
.page-hero h1 { font-size: clamp(32px, 4.6vw, 46px); letter-spacing: -0.025em; font-weight: 800; margin: 0 0 16px; line-height: 1.1; max-width: 600px; }
.page-hero p { font-size: 16.5px; color: var(--ink-soft); line-height: 1.6; max-width: 540px; margin: 0; }
.page-hero-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.page-hero-stats div { padding: 18px 16px 0; }
.page-hero-stats .figure { font-size: 22px; font-weight: 800; color: var(--rust-deep); }
.page-hero-stats .label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--ink-faint); font-weight: 700; margin-top: 4px; }
.services-grid-section { padding: 72px 0 88px; border-bottom: 1px solid var(--ink); background: var(--paper); }
.services-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; max-width: 1180px; margin: 0 auto; }
.service-card { background: var(--panel); border: 1px solid var(--ink); padding: 32px 28px; display: flex; flex-direction: column; }
.service-card .num-tag { font-size: 11.5px; font-weight: 800; color: var(--rust); letter-spacing: 0.06em; margin-bottom: 14px; display: block; }
.service-card h2 { font-size: 21px; font-weight: 800; letter-spacing: -0.015em; margin: 0 0 12px; line-height: 1.25; }
.service-card .desc { font-size: 14px; color: var(--ink-soft); line-height: 1.6; margin: 0 0 22px; }
.card-rates { border-top: 1px solid var(--line); margin-bottom: 4px; }
.card-rates .row { display: flex; justify-content: space-between; align-items: baseline; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13.5px; gap: 8px; }
.card-rates .row span { color: var(--ink-soft); }
.card-rates .row strong { font-weight: 800; white-space: nowrap; }
.price-pill { display: inline-block; background: var(--ink); color: var(--paper); font-weight: 800; font-size: 13px; padding: 8px 16px; margin-top: auto; align-self: flex-start; }
.included-title { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; color: var(--ink-faint); margin: 20px 0 10px; }
.check-list { margin: 0 0 22px; padding: 0; list-style: none; }
.check-list li { font-size: 13.5px; color: var(--ink-soft); padding: 5px 0 5px 20px; position: relative; line-height: 1.4; }
.check-list li::before { content: "—"; position: absolute; left: 0; color: var(--rust); font-weight: 800; }
.compare-section { padding: 72px 0; border-bottom: 1px solid var(--ink); background: var(--paper); }
.platform-section { padding: 80px 0; border-bottom: 1px solid var(--ink); background: var(--paper); }
.platform-section h2 { font-size: 26px; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 32px; max-width: 600px; }
.platform-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); max-width: 760px; }
.platform-cell { display: flex; align-items: center; gap: 14px; padding: 22px 20px; border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background: var(--panel); }
.platform-cell .icon { width: 36px; height: 36px; flex: 0 0 36px; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 8px; font-weight: 800; font-size: 14px; letter-spacing: -0.01em; white-space: nowrap; }
.platform-cell .icon svg { width: 100%; height: 100%; }
.platform-cell .name { font-weight: 800; font-size: 14px; }
.platform-note { font-size: 13.5px; color: var(--ink-soft); margin-top: 24px; max-width: 560px; line-height: 1.6; }
.calc-section { padding: 56px 0 88px; background: var(--paper); }
.mode-tabs { display: flex; gap: 0; border: 1px solid var(--ink); max-width: 520px; margin: 0 auto 32px; }
.mode-tab { flex: 1; text-align: center; padding: 16px; font-weight: 800; font-size: 13.5px; letter-spacing: 0.03em; text-transform: uppercase; cursor: pointer; background: var(--panel); border-right: 1px solid var(--ink); }
.mode-tab:last-child { border-right: none; }
.mode-tab.active { background: var(--ink); color: var(--paper); }
.mode-tab:not(.active):hover { background: var(--rust-pale); }
.calculator.calc-mode { display: none; }
.calculator.calc-mode.active { display: grid; }
.calculator { background: var(--panel); border: 1px solid var(--ink); padding: 48px; grid-template-columns: 1fr 1fr; gap: 48px; }
.calc-form label { display: block; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: var(--ink-faint); margin: 22px 0 10px; }
.calc-form label:first-child { margin-top: 0; }
.calc-form input[type="number"] { width: 100%; padding: 14px 16px; border: 1.5px solid var(--line); font-size: 16px; font-weight: 700; color: var(--ink); background: var(--paper); }
.calc-form input[type="number"]:focus { outline: none; border-color: var(--rust); }
.prep-options { display: flex; flex-direction: column; gap: 10px; }
.prep-option { display: flex; align-items: center; gap: 12px; padding: 14px 16px; border: 1.5px solid var(--line); cursor: pointer; }
.prep-option:hover { border-color: var(--rust-pale); }
.prep-option.selected { border-color: var(--rust); background: var(--rust-pale); }
.prep-option input[type="radio"] { accent-color: var(--rust); width: 18px; height: 18px; }
.prep-option .opt-label { font-weight: 700; font-size: 14.5px; flex: 1; }
.prep-option .opt-price { font-size: 13px; font-weight: 800; color: var(--rust-deep); }
.toggle-row { display: flex; align-items: center; justify-content: space-between; padding: 14px 16px; border: 1.5px solid var(--line); margin-top: 8px; }
.toggle-row .opt-label { font-weight: 700; font-size: 14.5px; }
.toggle-row .opt-sub { font-size: 12.5px; color: var(--ink-soft); margin-top: 2px; }
.switch { position: relative; width: 46px; height: 26px; flex-shrink: 0; }
.switch input { opacity: 0; width: 0; height: 0; }
.slider { position: absolute; cursor: pointer; inset: 0; background: var(--line); transition: 0.2s; }
.slider::before { content: ""; position: absolute; width: 20px; height: 20px; left: 3px; top: 3px; background: white; transition: 0.2s; box-shadow: 0 1px 3px rgba(0,0,0,0.2); }
input:checked + .slider { background: var(--rust); }
input:checked + .slider::before { transform: translateX(20px); }
.calc-result { background: var(--ink); padding: 32px; color: var(--paper); display: flex; flex-direction: column; }
.result-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; opacity: 0.7; margin-bottom: 8px; }
.result-total { font-size: 46px; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 4px; color: var(--rust); }
.result-sub { font-size: 13.5px; opacity: 0.7; margin-bottom: 24px; }
.result-breakdown { background: rgba(250,247,242,0.08); padding: 18px 20px; margin-bottom: 20px; }
.breakdown-row { display: flex; justify-content: space-between; font-size: 14px; padding: 9px 0; border-bottom: 1px solid rgba(250,247,242,0.15); }
.breakdown-row:last-child { border-bottom: none; }
.breakdown-row .v { font-weight: 800; }
.min-notice { font-size: 12.5px; background: rgba(200,75,31,0.2); padding: 10px 14px; margin-bottom: 20px; line-height: 1.5; }
.calc-result .btn-white { background: var(--rust); color: var(--paper); padding: 15px 24px; font-weight: 800; font-size: 14px; letter-spacing: 0.03em; text-transform: uppercase; text-align: center; margin-top: auto; }
.calc-result .btn-white:hover { background: var(--rust-deep); }
.free-trial-note { font-size: 12.5px; opacity: 0.7; margin-top: 12px; text-align: center; }
.full-pricing { padding: 72px 0; border-top: 1px solid var(--ink); background: var(--paper); }
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--ink); border-left: 1px solid var(--ink); }
.pricing-card { background: var(--panel); border-right: 1px solid var(--ink); border-bottom: 1px solid var(--ink); padding: 28px; }
.pricing-card h3 { font-size: 14px; font-weight: 800; margin: 0 0 16px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--rust-deep); }
.pricing-card .row { display: flex; justify-content: space-between; padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 14.5px; }
.pricing-card .row:last-child { border-bottom: none; }
.pricing-card .row strong { font-weight: 800; }
.terms-note { text-align: center; max-width: 600px; margin: 40px auto 0; font-size: 13px; color: var(--ink-faint); line-height: 1.6; }
.contact-section { padding: 56px 0 88px; background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 0; border: 1px solid var(--ink); }
.info-panel { border-right: 1px solid var(--ink); }
.info-card { padding: 32px; border-bottom: 1px solid var(--line); }
.info-card:last-child { border-bottom: none; }
.info-card h3 { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: var(--ink); margin: 0 0 14px; }
.info-card .big { font-size: 18px; font-weight: 800; margin-bottom: 6px; }
.info-card .sub { font-size: 14px; color: var(--ink-soft); line-height: 1.5; }
.channel-row { display: flex; align-items: center; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.channel-row:last-child { border-bottom: none; }
.channel-icon { width: 38px; height: 38px; background: var(--rust-pale); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.channel-icon svg { width: 18px; height: 18px; }
.channel-text .name { font-weight: 800; font-size: 14.5px; }
.channel-text .detail { font-size: 13px; color: var(--ink-soft); }
.form-card { padding: 40px; }
.form-card h2 { font-size: 22px; font-weight: 800; margin: 0 0 6px; letter-spacing: -0.01em; }
.form-card .form-sub { font-size: 14.5px; color: var(--ink-soft); margin: 0 0 28px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 18px; }
.field label { display: block; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; color: var(--ink); margin-bottom: 8px; }
.field input, .field select, .field textarea { width: 100%; padding: 13px 14px; border: 1.5px solid var(--line); font-size: 14.5px; font-family: inherit; color: var(--ink); background: var(--paper); }
.field input::placeholder, .field textarea::placeholder { color: var(--ink-soft); opacity: 1; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--rust); }
.field { margin-bottom: 18px; }
.field textarea { resize: vertical; min-height: 110px; }
.submit-btn { width: 100%; background: var(--rust); color: var(--paper); border: none; padding: 16px; font-weight: 800; font-size: 14px; letter-spacing: 0.03em; text-transform: uppercase; cursor: pointer; margin-top: 8px; }
.submit-btn:hover { background: var(--rust-deep); }
.form-note { font-size: 12.5px; color: var(--ink-faint); text-align: center; margin-top: 14px; }
.success-msg { display: none; background: var(--rust-pale); border: 1.5px solid var(--rust); padding: 24px; text-align: center; }
.success-msg .check { width: 44px; height: 44px; background: var(--rust); color: var(--paper); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; font-size: 20px; font-weight: 800; }
.success-msg h3 { margin: 0 0 8px; font-size: 17px; font-weight: 800; }
.success-msg p { margin: 0; font-size: 14px; color: var(--ink-soft); }
.page { display: none; }
.page.active { display: block; }
#page-pricing .page-hero h1 { margin: 0 auto 16px; max-width: 720px; }
#page-pricing .page-hero p { margin: 0 auto; max-width: 560px; }
#page-contact .page-hero { text-align: center; }
#page-contact .page-hero h1 { margin: 0 auto 16px; max-width: 640px; }
#page-contact .page-hero p { margin: 0 auto; max-width: 540px; }
.promo-modal-overlay { display: none; position: fixed; inset: 0; z-index: 200; background: rgba(26,24,21,0.65); align-items: center; justify-content: center; padding: 24px; opacity: 0; transition: opacity 0.3s ease; }
.promo-modal-overlay.show { display: flex; }
.promo-modal-overlay.visible { opacity: 1; }
.promo-modal { background: var(--paper); border: 1.5px solid var(--ink); max-width: 440px; width: 100%; padding: 40px 36px 36px; position: relative; transform: translateY(14px) scale(0.98); transition: transform 0.3s cubic-bezier(0.4,0,0.2,1); box-shadow: 0 24px 48px -12px rgba(26,24,21,0.35); }
.promo-modal-overlay.visible .promo-modal { transform: translateY(0) scale(1); }
.promo-modal-close { position: absolute; top: 14px; right: 14px; width: 32px; height: 32px; display: flex; align-items: center; justify-content: center; background: none; border: none; cursor: pointer; font-size: 20px; color: var(--ink-faint); line-height: 1; }
.promo-modal-close:hover { color: var(--ink); }
.promo-modal-badge { color: var(--rust); font-size: 12px; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 14px; }
.promo-modal h3 { font-size: 26px; font-weight: 800; letter-spacing: -0.02em; line-height: 1.15; margin: 0 0 12px; }
.promo-modal h3 .accent { color: var(--rust); }
.promo-modal p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.6; margin: 0 0 24px; }
.promo-modal .btn-solid { width: 100%; justify-content: center; }
.promo-modal-fine { font-size: 12px; color: var(--ink-faint); text-align: center; margin-top: 14px; }

/* ===== Responsive overrides (deduplicated, original condition order preserved) ===== */
@media (max-width: 980px) {

  .services-cards { grid-template-columns: 1fr 1fr; }

}
@media (max-width: 940px) {

  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { border-right: none; padding: 56px 0 40px; }

}
@media (max-width: 880px) {

  .navlinks { display: none; }
  .hamburger-btn { display: flex; }
  .nav-cta { display: none; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .guarantee-grid { grid-template-columns: 1fr; gap: 24px; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 0; }
  .page-hero-stats { grid-template-columns: repeat(3, 1fr); margin-top: 18px; }
  .calculator { grid-template-columns: 1fr; padding: 32px 24px; gap: 28px; }
  .contact-grid { grid-template-columns: 1fr; }
  .info-panel { border-right: none; border-bottom: 1px solid var(--ink); }

}
@media (max-width: 760px) {

  .strip-grid { grid-template-columns: 1fr; }
  .strip-cell { border-right: none; border-bottom: 1px solid var(--line); padding: 24px 20px; }
  .strip-cell:last-child { border-bottom: none; }
  .stat-strip-grid { grid-template-columns: 1fr 1fr; }
  .stat-strip-cell:nth-child(2n) { border-right: none; }
  .stat-strip-cell { border-bottom: 1px solid rgba(250,247,242,0.18); }
  .platform-grid { grid-template-columns: repeat(2, 1fr); }
  .pricing-grid { grid-template-columns: 1fr; }

}
@media (max-width: 640px) {

  @keyframes stat-marquee-scroll {
      from { transform: translateX(0); }
      to { transform: translateX(-100%); }
    }
  .wrap { padding: 0 18px; }
  .hamburger-btn { width: 44px; height: 44px; margin-left: 0; margin-right: 4px; }
  .hero-v2-checklist { gap: 8px 16px; margin-top: 20px; }
  .hero-v2-checklist li { font-size: 11.5px; }
  .hero-v2-checklist li::before { width: 13px; height: 13px; }
  .hero-v2 { padding: 44px 0 32px; }
  .hero-v2-eyebrow { padding: 7px 14px; font-size: 10.5px; margin-bottom: 20px; gap: 7px; }
  .hero-v2-headline { font-size: 30px; line-height: 1.15; margin-bottom: 14px; letter-spacing: -0.02em; }
  .hero-v2-lead { font-size: 14.5px; margin-bottom: 24px; line-height: 1.5; }
  .hero-v2-actions { margin-bottom: 0; gap: 10px; flex-direction: column; }
  .hero-v2-actions .btn-solid, .hero-v2-actions .btn-outline { padding: 13px 20px; font-size: 12.5px; width: 100%; justify-content: center; }
  .hero-v2-visual { max-width: 280px; }
  .br-desktop { display: none; }
  .stat-strip-desktop-wrap { display: none; }
  .stat-marquee-track { display: flex; overflow: hidden; width: 100%; }
  .stat-marquee-group { display: flex; flex-shrink: 0; animation: stat-marquee-scroll 18s linear infinite; }
  .stat-marquee-track:hover .stat-marquee-group,
    .stat-marquee-track.paused .stat-marquee-group { animation-play-state: paused; }
  .stat-v2-cell { flex: 0 0 auto; width: 42vw; padding: 18px 14px; border-right: 1px solid rgba(250,247,242,0.15); border-bottom: none; }
  .stat-v2-figure { font-size: 22px; margin-bottom: 4px; }
  .stat-v2-label { font-size: 9.5px; line-height: 1.3; }
  .stat-v2-label br { display: none; }
  .promo-banner-inner { padding: 18px 0; gap: 12px; flex-direction: column; }
  .promo-banner-text { font-size: 13.5px; }
  .promo-banner-cta { padding: 11px 18px; font-size: 11.5px; }
  .faq-answer p { padding-left: 0; }
  .services-grid-section { padding: 36px 0 44px; }
  .services-cards { grid-template-columns: 1fr; gap: 16px; }
  .service-card { padding: 16px 14px; }
  .service-card h2 { font-size: 18px; }
  .service-card .desc { font-size: 13px; margin-bottom: 14px; }
  .card-rates .row { padding: 8px 0; font-size: 12.5px; }
  .included-title { margin: 14px 0 7px; }
  .check-list { margin-bottom: 14px; display: flex; flex-wrap: wrap; gap: 6px 0; }
  .check-list li { font-size: 11.5px; padding: 3px 10px 3px 16px; width: 50%; box-sizing: border-box; line-height: 1.3; }
  .compare-section { padding: 36px 0; }
  .brand-mark { width: 52px; height: 52px; margin-left: 6px; }
  .brand-mark svg { width: 52px; height: 52px; }
  .nav { height: 62px; }

}
@media (max-width: 560px) {

  table.rate-table { min-width: 400px; }
  table.rate-table th, table.rate-table td { padding: 11px 9px; font-size: 12.5px; }
  .form-row { grid-template-columns: 1fr; }

}
@media (max-width: 540px) {

  .process-section { padding: 36px 0; }
  .process-grid { grid-template-columns: 1fr; }
  .process-cell { padding: 20px 0 0 0; }
  .process-cell .step-num { font-size: 28px; margin-bottom: 8px; }
  .process-cell p { margin-bottom: 4px; }
  .final-cta { padding: 36px 0; }
  .final-cta-inner { gap: 18px; }
  .final-cta-inner .btn-solid { width: 100%; justify-content: center; }
  .final-cta h2 { font-size: 22px; }
  .guarantee-section { padding: 36px 0; }
  .story-section { padding: 36px 0; }
  .story-inner h2 { font-size: 20px; margin-bottom: 12px; }
  .story-inner p { font-size: 14px; line-height: 1.6; }
  .guarantee-item { padding: 14px 12px; gap: 10px; }
  .guarantee-item h4 { font-size: 14px; }
  .guarantee-item p { font-size: 12.5px; }
  .faq-section { padding: 36px 0; }
  .faq-head { margin-bottom: 20px; gap: 12px; }
  .faq-head h2 { font-size: 22px; }
  .faq-sub { font-size: 13px; }
  .faq-question { padding: 14px 2px; gap: 10px; }
  .faq-q-text { font-size: 13.5px; }
  .faq-answer p { font-size: 12.5px; padding-left: 36px; }
  .faq-item.open .faq-answer { max-height: 340px; }
  .page-hero { padding: 36px 0 24px; }
  .page-hero h1 { font-size: 26px; margin-bottom: 10px; }
  .page-hero p { font-size: 14px; }
  .page-hero-stats div { padding: 10px 6px 0; }
  .page-hero-stats .figure { font-size: 16px; }
  .page-hero-stats .label { font-size: 8.5px; }
  .platform-section { padding: 36px 0; }
  .platform-section h2 { font-size: 20px; margin-bottom: 18px; }
  .calc-section { padding: 28px 0 48px; }
  .mode-tabs { margin-bottom: 18px; }
  .mode-tab { padding: 11px 6px; font-size: 11.5px; }
  .calculator { padding: 18px 16px; gap: 14px; }
  .calc-form label { margin: 10px 0 5px; font-size: 10px; }
  .prep-options { gap: 6px; }
  .prep-option { padding: 9px 11px; }
  .prep-option .opt-label { font-size: 12.5px; }
  .prep-option .opt-price { font-size: 11.5px; }
  .toggle-row { padding: 9px 11px; margin-top: 14px !important; }
  .toggle-row .opt-label { font-size: 12.5px; }
  .toggle-row .opt-sub { font-size: 10.5px; }
  .calc-form input[type="number"] { padding: 9px 11px; font-size: 14px; }
  .calc-result { padding: 16px; }
  .result-label { font-size: 10.5px; margin-bottom: 4px; }
  .result-total { font-size: 30px; margin-bottom: 2px; }
  .result-sub { font-size: 11.5px; margin-bottom: 14px; }
  .result-breakdown { padding: 10px 12px; margin-bottom: 12px; }
  .breakdown-row { padding: 5px 0; font-size: 12px; }
  .min-notice { padding: 7px 10px; margin-bottom: 12px; font-size: 11px; }
  .calc-result .btn-white { padding: 11px 18px; font-size: 12.5px; }
  .free-trial-note { font-size: 10.5px; margin-top: 8px; }
  .contact-section { padding: 24px 0 44px; }
  .info-card { padding: 14px; }
  .channel-row { padding: 10px 0; gap: 10px; }
  .channel-icon { width: 30px; height: 30px; }
  .channel-icon svg { width: 14px; height: 14px; }
  .channel-text .name { font-size: 12.5px; }
  .channel-text .detail { font-size: 11.5px; }
  .form-card { padding: 18px 14px; }
  .form-card .form-sub { margin-bottom: 18px; font-size: 13px; }
  .field label { font-size: 10.5px; margin-bottom: 5px; }
  .field input, .field select, .field textarea { padding: 10px 12px; font-size: 13.5px; }
  .field { margin-bottom: 12px; }
  .field textarea { min-height: 80px; }
  .form-row { gap: 12px; margin-bottom: 12px; }
  .promo-modal { padding: 30px 22px 26px; }
  .promo-modal h3 { font-size: 21px; }

}