:root {
  --brand: #A71528;
  --brand-dark: #7F1020;
  --brand-deep: #62101B;
  --brand-soft: #F7E7EA;
  --brand-pale: #FBF2F4;
  --ink: #241F20;
  --muted: #6D6264;
  --line: #E8DFE1;
  --paper: #FFFFFF;
  --soft: #FBF7F8;
  --success: #7F1020;
  --shadow-sm: 0 8px 24px rgba(98, 16, 27, .08);
  --shadow-md: 0 20px 50px rgba(98, 16, 27, .12);
  --shadow-lg: 0 32px 80px rgba(55, 6, 15, .2);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --container: 1220px;
  --header-height: 76px;
  --transition: 180ms ease;
  --font: Calibri, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 20px); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font); font-size: 17px; line-height: 1.6; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img, svg { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; padding: 10px 16px; border-radius: 8px; background: var(--paper); color: var(--brand); font-weight: 800; transition: top var(--transition); }
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { max-width: 860px; text-align: center; }
.section { padding: 104px 0; }
.section-label, .eyebrow, .card-kicker { margin: 0 0 12px; color: var(--brand); font-size: .76rem; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.section-label-light { color: rgba(255,255,255,.76); }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1, h2, h3 { margin-top: 0; line-height: 1.1; }
h2 { margin-bottom: 22px; color: var(--ink); font-size: clamp(2.25rem, 4.5vw, 4.6rem); letter-spacing: -.04em; }
h3 { margin-bottom: 12px; font-size: 1.35rem; }
p { margin-top: 0; }
.section-lead { margin: 0 auto; max-width: 800px; color: var(--muted); font-size: 1.18rem; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 80px; align-items: end; margin-bottom: 52px; }
.section-heading h2 { margin-bottom: 0; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 1.08rem; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; height: var(--header-height); border-bottom: 1px solid transparent; background: rgba(255,255,255,.92); backdrop-filter: blur(18px); transition: box-shadow var(--transition), border-color var(--transition); }
.site-header.is-scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(36,31,32,.06); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; min-width: 0; }
.brand-logo-frame { position: relative; display: grid; place-items: center; flex: 0 0 auto; width: 104px; height: 46px; }
.brand-logo { width: 100%; height: 100%; object-fit: contain; }
.brand-fallback { display: none; color: var(--brand); font-size: .88rem; font-weight: 900; letter-spacing: .08em; }
.brand-logo-frame.is-missing .brand-logo { display: none; }
.brand-logo-frame.is-missing .brand-fallback { display: block; }
.brand-project { display: flex; flex-direction: column; min-width: 0; padding-left: 13px; border-left: 1px solid var(--line); }
.brand-project strong { color: var(--brand); font-size: 1rem; letter-spacing: .06em; }
.brand-project small { overflow: hidden; max-width: 240px; color: var(--muted); font-size: .72rem; white-space: nowrap; text-overflow: ellipsis; }
.main-nav { display: flex; align-items: center; gap: 4px; }
.main-nav a { padding: 9px 13px; border-radius: 999px; color: #4f4547; font-size: .88rem; font-weight: 700; text-decoration: none; transition: background var(--transition), color var(--transition); }
.main-nav a:hover, .main-nav a:focus-visible { background: var(--brand-soft); color: var(--brand); outline: none; }
.main-nav .nav-cta { margin-left: 6px; padding-inline: 18px; background: var(--brand); color: var(--paper); }
.main-nav .nav-cta:hover, .main-nav .nav-cta:focus-visible { background: var(--brand-dark); color: var(--paper); }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; border-radius: 12px; background: var(--brand-pale); }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; border-radius: 99px; background: var(--brand); transition: transform var(--transition), opacity var(--transition); }

.hero { position: relative; min-height: 860px; padding: calc(var(--header-height) + 92px) 0 120px; overflow: hidden; background: radial-gradient(circle at 82% 12%, rgba(255,255,255,.14), transparent 30%), linear-gradient(125deg, var(--brand-deep), var(--brand) 62%, #BD243B); color: var(--paper); }
.hero::before { content: ""; position: absolute; inset: auto -10% -48% 38%; width: 880px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.09); border-radius: 50%; }
.hero-grid-pattern { position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 80%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr); gap: 70px; align-items: center; }
.hero-copy { max-width: 730px; }
.eyebrow { color: rgba(255,255,255,.72); }
.hero h1 { margin: 0 0 28px; max-width: 780px; color: var(--paper); font-size: clamp(3.3rem, 7vw, 7.5rem); letter-spacing: -.065em; }
.hero h1 span { position: relative; display: inline-block; color: #FFDDE3; }
.hero h1 span::after { content: ""; position: absolute; left: 2%; right: 0; bottom: .04em; height: .08em; border-radius: 99px; background: rgba(255,255,255,.45); }
.hero-lead { max-width: 700px; margin-bottom: 36px; color: rgba(255,255,255,.86); font-size: clamp(1.12rem, 1.6vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-size: .92rem; font-weight: 800; text-decoration: none; transition: transform var(--transition), background var(--transition), color var(--transition), border-color var(--transition); }
.button:hover, .button:focus-visible { transform: translateY(-2px); outline: none; }
.button-primary { background: var(--paper); color: var(--brand); box-shadow: 0 14px 36px rgba(45,3,11,.2); }
.button-primary:hover, .button-primary:focus-visible { background: #FFF6F8; }
.button-ghost { border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.07); color: var(--paper); }
.button-ghost:hover, .button-ghost:focus-visible { border-color: var(--paper); background: rgba(255,255,255,.13); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 8px 18px; margin: 0; padding: 0; list-style: none; color: rgba(255,255,255,.82); font-size: .86rem; font-weight: 700; }
.hero-proof li { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof span { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: rgba(255,255,255,.14); color: #fff; font-size: .7rem; }
.hero-visual { position: relative; min-height: 600px; }
.justice-core { position: absolute; z-index: 4; left: 50%; top: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 250px; aspect-ratio: 1; padding: 28px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: linear-gradient(145deg, rgba(255,255,255,.22), rgba(255,255,255,.08)); box-shadow: inset 0 1px 0 rgba(255,255,255,.45), 0 32px 70px rgba(47,2,10,.24); text-align: center; transform: translate(-50%,-50%); backdrop-filter: blur(16px); }
.core-kicker { color: rgba(255,255,255,.7); font-size: .66rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.justice-core strong { margin: 6px 0 8px; font-size: 2.6rem; letter-spacing: .06em; }
.justice-core small { max-width: 170px; color: rgba(255,255,255,.76); line-height: 1.35; }
.justice-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; transform: translate(-50%,-50%); }
.justice-orbit-one { width: 430px; aspect-ratio: 1; }
.justice-orbit-two { width: 570px; aspect-ratio: 1; border-style: dashed; opacity: .6; }
.orbit-card { position: absolute; z-index: 5; width: 164px; padding: 16px 17px; border: 1px solid rgba(255,255,255,.34); border-radius: 18px; background: rgba(255,255,255,.94); color: var(--ink); box-shadow: var(--shadow-lg); }
.orbit-card strong, .orbit-card small { display: block; }
.orbit-card strong { margin: 5px 0 2px; color: var(--brand); }
.orbit-card small { color: var(--muted); font-size: .74rem; }
.orbit-number { color: var(--brand); font-size: .65rem; font-weight: 900; letter-spacing: .12em; }
.orbit-card-one { left: 2%; top: 12%; }
.orbit-card-two { right: 0; top: 17%; }
.orbit-card-three { right: 2%; bottom: 13%; }
.orbit-card-four { left: 0; bottom: 18%; }
.hero-bottom { position: absolute; inset: auto 0 -1px; height: 90px; background: var(--paper); clip-path: polygon(0 82%, 100% 0, 100% 100%, 0 100%); }

.section-intro { padding-top: 82px; background: var(--paper); }
.comparison-grid { display: grid; grid-template-columns: 1fr 72px 1fr; gap: 16px; align-items: center; margin-top: 54px; }
.comparison-card { min-height: 320px; padding: clamp(28px, 4vw, 48px); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.comparison-current { background: var(--soft); }
.comparison-target { border-color: rgba(167,21,40,.24); background: linear-gradient(145deg, #fff, var(--brand-pale)); }
.comparison-card h3 { font-size: clamp(1.8rem, 3vw, 2.8rem); }
.check-list { display: grid; gap: 13px; margin: 26px 0 0; padding: 0; list-style: none; color: var(--muted); }
.check-list li { position: relative; padding-left: 30px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; top: .05em; display: grid; place-items: center; width: 21px; height: 21px; border-radius: 50%; background: var(--brand); color: #fff; font-size: .7rem; font-weight: 900; }
.negative-list li::before { content: "×"; background: #E4D9DB; color: #786B6E; }
.comparison-arrow { display: grid; place-items: center; }
.comparison-arrow svg { width: 52px; color: var(--brand); }
.comparison-arrow path { fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }

.process-section { position: relative; overflow: hidden; background: linear-gradient(130deg, var(--brand-deep), var(--brand-dark)); color: var(--paper); }
.process-section::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 15% 80%, rgba(255,255,255,.1), transparent 30%); }
.process-section .section-heading { position: relative; z-index: 1; }
.process-section h2 { color: var(--paper); }
.process-section .section-heading > p { color: rgba(255,255,255,.72); }
.process-track { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.process-step { position: relative; min-height: 320px; padding: 28px 24px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-md); background: rgba(255,255,255,.07); transition: transform var(--transition), background var(--transition); backdrop-filter: blur(8px); }
.process-step:hover { transform: translateY(-8px); background: rgba(255,255,255,.11); }
.process-step:not(:last-child)::after { content: ""; position: absolute; z-index: 3; top: 50%; right: -18px; width: 24px; height: 2px; background: rgba(255,255,255,.46); }
.step-number { color: rgba(255,255,255,.58); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.step-icon { display: grid; place-items: center; width: 64px; height: 64px; margin: 46px 0 28px; border-radius: 18px; background: var(--paper); color: var(--brand); box-shadow: 0 15px 35px rgba(45,3,11,.22); }
.step-icon svg { width: 38px; }
.step-icon path, .step-icon circle { fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.process-step h3 { font-size: 1.65rem; }
.process-step p { margin: 0; color: rgba(255,255,255,.7); font-size: .93rem; }

.value-section { background: var(--soft); }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-card { position: relative; display: flex; flex-direction: column; min-height: 330px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-top: 5px solid var(--brand); border-radius: var(--radius-md); background: var(--paper); box-shadow: var(--shadow-sm); }
.value-card::after { content: ""; position: absolute; right: -45px; bottom: -55px; width: 150px; aspect-ratio: 1; border-radius: 50%; background: var(--brand-pale); }
.value-card-featured { background: linear-gradient(145deg, var(--brand), var(--brand-dark)); color: var(--paper); }
.value-card-featured::after { background: rgba(255,255,255,.09); }
.value-card-featured h3 { color: var(--paper); }
.value-card-featured p { color: rgba(255,255,255,.72); }
.value-card-featured .value-index { color: rgba(255,255,255,.55); }
.value-card-featured .value-tag { background: var(--paper); color: var(--brand); }
.value-index { position: relative; z-index: 1; margin-bottom: 54px; color: var(--brand); font-size: .72rem; font-weight: 900; letter-spacing: .12em; }
.value-card h3 { position: relative; z-index: 1; font-size: 1.55rem; }
.value-card p { position: relative; z-index: 1; flex: 1; color: var(--muted); }
.value-tag { position: relative; z-index: 1; align-self: flex-start; padding: 5px 10px; border-radius: 999px; background: var(--brand-pale); color: var(--brand); font-size: .72rem; font-weight: 800; }

.guarantees-section { background: var(--paper); }
.guarantees-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: 80px; align-items: start; }
.guarantees-copy { position: sticky; top: calc(var(--header-height) + 30px); }
.guarantees-copy h2 { font-size: clamp(2.4rem, 4vw, 4.2rem); }
.guarantees-copy > p:not(.section-label) { color: var(--muted); }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--brand); font-weight: 800; text-decoration: none; }
.text-link:hover span { transform: translateX(5px); }
.text-link span { transition: transform var(--transition); }
.guarantees-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.guarantee-card { min-height: 290px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--soft); }
.guarantee-icon { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 48px; border-radius: 16px; background: var(--brand); color: #fff; box-shadow: var(--shadow-sm); }
.guarantee-icon svg { width: 34px; }
.guarantee-icon path, .guarantee-icon circle { fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.guarantee-card h3 { font-size: 1.5rem; }
.guarantee-card p { margin: 0; color: var(--muted); font-size: .94rem; }

.roadmap-section { padding-top: 20px; background: var(--paper); }
.roadmap-card { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 70px; padding: clamp(38px, 6vw, 74px); border-radius: var(--radius-lg); background: linear-gradient(135deg, var(--brand-deep), var(--brand)); color: var(--paper); box-shadow: var(--shadow-lg); }
.roadmap-card h2 { color: var(--paper); font-size: clamp(2.4rem, 4vw, 4.6rem); }
.roadmap-copy > p:last-child { color: rgba(255,255,255,.74); }
.roadmap-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }
.roadmap-list li { display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: start; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.roadmap-list li:last-child { border-bottom: 0; }
.roadmap-list li > span { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.12); font-size: .72rem; font-weight: 900; }
.roadmap-list strong, .roadmap-list small { display: block; }
.roadmap-list strong { margin-bottom: 3px; font-size: 1.08rem; }
.roadmap-list small { color: rgba(255,255,255,.67); font-size: .84rem; line-height: 1.4; }

.decision-section { padding-top: 74px; }
.decision-card { display: grid; grid-template-columns: minmax(0, 1.1fr) auto; gap: 50px; align-items: center; padding: clamp(40px, 6vw, 76px); border-radius: var(--radius-lg); background: var(--ink); color: var(--paper); }
.decision-card h2 { max-width: 800px; color: var(--paper); font-size: clamp(2.35rem, 4vw, 4.4rem); }
.decision-card p:not(.section-label) { max-width: 760px; margin-bottom: 0; color: rgba(255,255,255,.7); }
.decision-actions { display: flex; flex-direction: column; gap: 12px; min-width: 260px; }
.button-light { background: var(--paper); color: var(--brand); }
.button-outline-light { border-color: rgba(255,255,255,.4); color: var(--paper); }
.button-outline-light:hover { border-color: var(--paper); background: rgba(255,255,255,.08); }

.site-footer { padding: 48px 0 38px; border-top: 1px solid var(--line); background: var(--soft); }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: end; }
.footer-grid > div:first-child strong { color: var(--brand); font-size: 1.25rem; letter-spacing: .08em; }
.footer-grid p { margin: 4px 0 0; color: var(--muted); font-size: .84rem; }
.footer-signature { display: flex; flex-direction: column; }
.footer-signature span, .footer-signature small { color: var(--muted); font-size: .74rem; }
.footer-signature strong { color: var(--brand); font-size: 1.15rem; }
.footer-copy { justify-self: end; }
.back-to-top { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: grid; place-items: center; width: 48px; height: 48px; border: 0; border-radius: 50%; background: var(--brand); color: var(--paper); box-shadow: var(--shadow-md); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity var(--transition), transform var(--transition); }
.back-to-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }

.reveal { opacity: 0; transform: translateY(26px); transition: opacity 700ms ease, transform 700ms ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; }
  .hero-copy { max-width: 840px; }
  .hero-visual { width: min(100%, 650px); min-height: 610px; margin-inline: auto; }
  .process-track { grid-template-columns: repeat(3, 1fr); }
  .process-step:not(:last-child)::after { display: none; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .guarantees-layout { gap: 46px; }
  .decision-card { grid-template-columns: 1fr; }
  .decision-actions { flex-direction: row; flex-wrap: wrap; min-width: 0; }
}

@media (max-width: 860px) {
  :root { --header-height: 68px; }
  body { font-size: 16px; }
  .section { padding: 82px 0; }
  .brand-project small { display: none; }
  .menu-toggle { display: block; }
  .main-nav { position: fixed; inset: var(--header-height) 0 auto; display: grid; gap: 8px; padding: 20px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: var(--shadow-md); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity var(--transition), transform var(--transition), visibility var(--transition); }
  .main-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .main-nav a { padding: 12px 14px; border-radius: 12px; }
  .main-nav .nav-cta { margin-left: 0; text-align: center; }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(4) { transform: translateY(-7px) rotate(-45deg); }
  .hero { padding-top: calc(var(--header-height) + 70px); }
  .section-heading, .guarantees-layout, .roadmap-card { grid-template-columns: 1fr; gap: 34px; }
  .comparison-grid { grid-template-columns: 1fr; }
  .comparison-arrow { transform: rotate(90deg); }
  .process-track { grid-template-columns: repeat(2, 1fr); }
  .guarantees-copy { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-copy { grid-column: 1 / -1; justify-self: start; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 68px 0; }
  h2 { font-size: clamp(2.1rem, 11vw, 3.35rem); }
  .brand-logo-frame { width: 82px; }
  .brand-project { padding-left: 9px; }
  .hero { padding-bottom: 94px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.65rem); }
  .hero-actions .button { width: 100%; }
  .hero-proof { display: grid; }
  .hero-visual { min-height: 525px; transform: scale(.88); transform-origin: top center; margin-bottom: -72px; }
  .justice-orbit-one { width: 360px; }
  .justice-orbit-two { width: 470px; }
  .justice-core { width: 210px; }
  .orbit-card { width: 140px; padding: 13px 14px; }
  .orbit-card-one { left: -2%; }
  .orbit-card-two { right: -3%; }
  .orbit-card-three { right: -2%; }
  .orbit-card-four { left: -4%; }
  .process-track, .value-grid, .guarantees-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 270px; }
  .step-icon { margin: 34px 0 22px; }
  .decision-card, .roadmap-card { padding: 34px 24px; border-radius: 24px; }
  .decision-actions { display: grid; }
  .decision-actions .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-copy { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
