:root { color-scheme: light; --ink: #163b39; --muted: #536965; --teal: #00666a; --mint: #d8f2e9; --line: #c9dcd4; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { position: relative; isolation: isolate; margin: 0; color: var(--ink); background: #fbfcf8; }
body::before { content: ''; position: absolute; inset: 0 0 auto; height: 560px; z-index: -1; pointer-events: none; background: url('/assets/dorazim-home-routes.svg') center top / cover no-repeat; }
a { color: inherit; text-underline-offset: 4px; }
a:focus-visible, summary:focus-visible { outline: 3px solid #bb741d; outline-offset: 5px; }
.wrap { width: min(1160px, calc(100% - 64px)); margin-inline: auto; }
.skip-link { position: absolute; top: -100px; left: 16px; z-index: 10; padding: 12px; background: white; }
.skip-link:focus { top: 12px; }
.site-header { display: flex; align-items: center; gap: 24px; min-height: 72px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-weight: 800; font-size: 26px; letter-spacing: -.8px; }
.brand-wordmark { display: block; width: 128px; height: 27px; background: url("/assets/dorazim-brand-lockup.png") center bottom / 100% auto no-repeat; }
.site-header nav { display: flex; align-items: center; gap: 26px; margin-left: auto; font-weight: 600; font-size: 14px; }
.site-header nav a { text-decoration: none; }
.site-header nav a:hover { text-decoration: underline; }
.header-download { border: 1px solid var(--teal); padding: 11px 15px; border-radius: 8px; color: var(--teal); }
.languages { display: flex; align-items: center; gap: 2px; }
.languages a { font-size: 12px; font-weight: 700; padding: 10px 6px; border-radius: 5px; text-decoration: none; }
.languages [aria-current] { background: var(--mint); color: var(--teal); }
.hero { position: relative; isolation: isolate; display: grid; grid-template-columns: 1.08fr 1fr; gap: 38px; align-items: center; padding-block: 32px 36px; }
.eyebrow { display: flex; gap: 10px; align-items: center; color: var(--teal); font-weight: 750; letter-spacing: .11em; font-size: 12px; text-transform: uppercase; margin: 0 0 12px; }
.live-dot { display: inline-block; flex: 0 0 8px; width: 8px; height: 8px; background: #109674; border-radius: 50%; }
h1 { font-size: clamp(42px, 4.7vw, 62px); letter-spacing: -.045em; line-height: 1.07; margin: 0 0 18px; font-weight: 750; }
h1 em { color: var(--teal); font-style: normal; }
.intro { color: var(--muted); font-size: 18px; line-height: 1.5; max-width: 500px; margin: 0 0 20px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 13px 20px; border: 1px solid transparent; border-radius: 9px; font-weight: 700; font-size: 15px; text-decoration: none; line-height: 1.4; text-align: center; }
.button svg { width: 20px; height: 20px; flex-shrink: 0; fill: currentColor; }
.primary { background: var(--teal); color: #fff; }
.primary:hover { background: #004f53; }
.text-link { font-weight: 650; font-size: 14px; }
.text-link span { margin-left: 5px; }
.free-note { color: var(--muted); font-size: 12px; margin: 8px 0 14px; }
.viewer-note { font-size: 13px; color: var(--ink); display: flex; align-items: baseline; gap: 7px; max-width: 440px; line-height: 1.6; margin: 0; }
.viewer-note span { color: var(--teal); font-weight: 800; }
.journey-illustration { position: relative; margin: 0; height: 400px; border: 1px solid #c5dacf; border-radius: 48px 12px 48px 12px; background: #e8f3ed; overflow: hidden; isolation: isolate; }
.map-art { position: absolute; inset: 0; z-index: -1; }
.map-art svg { width: 100%; height: 100%; }
.journey-card { margin: 24px 26px 0; background: #fff; border: 1px solid #accdc1; border-radius: 14px; box-shadow: 0 14px 35px #163b3912; overflow: hidden; }
.journey-header { background: var(--teal); color: white; padding: 11px 16px; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: 14px; font-weight: 700; }
.journey-header > span { display: flex; align-items: center; gap: 8px; }
.journey-header .live-dot { background: #b5eed8; }
.journey-header img { background: white; border-radius: 50%; padding: 3px; }
.arrival-row { display: flex; align-items: center; gap: 12px; padding: 12px 16px; border-bottom: 1px solid #e4eeea; }
.arrival-row > span:first-child { font-size: 12px; color: var(--muted); margin-right: auto; }
.arrival-row strong { font-size: 27px; letter-spacing: -1px; }
.time-chip { border: 1px solid #b9d8ca; border-radius: 5px; padding: 5px 7px; background: #edf8f1; font-size: 11px; font-weight: 700; white-space: nowrap; }
.route-points { display: flex; justify-content: space-between; font-size: 13px; font-weight: 700; padding: 16px 20px 10px; }
.mini-rail { display: flex; justify-content: space-between; position: relative; margin: 0 24px; align-items: center; }
.mini-rail::before { content: ''; position: absolute; height: 2px; background: #93beb0; left: 0; right: 0; }
.mini-rail i { position: relative; width: 11px; height: 11px; border: 2px solid var(--teal); border-radius: 50%; background: #fff; }
.mini-rail i:nth-child(2) { border-color: #bb741d; }
.stop-label { font-size: 11px; color: var(--muted); text-align: center; padding: 8px 12px 16px; }
.map-caption { position: absolute; bottom: 43px; left: 28px; right: 28px; display: flex; align-items: center; gap: 9px; border: 1px solid #a6cabc; border-radius: 9px; background: #fff; padding: 10px 14px; font-size: 13px; box-shadow: 0 4px 18px #163b3910; }
.map-caption > span:last-child { margin-left: auto; color: var(--muted); }
figcaption { position: absolute; bottom: 14px; left: 18px; right: 18px; text-align: center; font-size: 10px; color: #4e6760; }
.promise { padding: 16px 0; border-block: 1px solid var(--line); display: flex; gap: 17px; align-items: flex-start; }
.promise-mark { display: grid; place-items: center; width: 32px; height: 32px; flex: 0 0 32px; background: var(--mint); border-radius: 50%; color: var(--teal); font-weight: 800; }
.promise h2 { font-size: 18px; margin: 2px 0 5px; letter-spacing: -.3px; }
.promise p { color: var(--muted); font-size: 14px; line-height: 1.6; margin: 0; }
.section { padding-block: 38px; }
h2 { font-size: clamp(27px, 3vw, 37px); line-height: 1.2; letter-spacing: -.035em; font-weight: 700; margin: 0 0 20px; max-width: 720px; }
h3 { font-size: 19px; line-height: 1.35; letter-spacing: -.4px; margin: 0 0 8px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; list-style: none; padding: 0; margin: 0; }
.steps li { position: relative; padding-left: 34px; border-top: 1px solid #92b8aa; padding-top: 12px; }
.step-number { position: absolute; top: 14px; left: 0; font-size: 12px; font-weight: 800; color: var(--teal); }
.steps p, .features-grid p { color: var(--muted); font-size: 15px; line-height: 1.5; margin: 0; }
.features-section { background: #eaf4ee; border-block: 1px solid #d5e6dc; }
.features-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 0 32px; }
.features-grid article { display: grid; grid-template-columns: 30px 1fr; gap: 6px 10px; align-content: start; padding: 16px 0; border-top: 1px solid #b5cfc2; }
.features-grid article:first-child { grid-row: span 2; padding: 20px; border: 1px solid #b5cfc2; border-radius: 8px; background: #f7fbf5; align-content: center; }
.features-grid h3 { margin: 0; align-self: center; }
.features-grid p { grid-column: 2; }
.feature-symbol { display: inline-grid; place-items: center; border-radius: 5px; border: 1px solid #9fc7b8; width: 30px; height: 30px; background: #e3f3eb; font-size: 20px; color: var(--teal); }
.faq { display: grid; grid-template-columns: .8fr 1.2fr; gap: 38px; }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; padding: 13px 0; font-size: 15px; font-weight: 650; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { color: var(--teal); font-size: 23px; font-weight: 400; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: -2px 0 14px; font-size: 14px; line-height: 1.5; color: var(--muted); }
.closing { position: relative; isolation: isolate; overflow: hidden; padding: 24px 28px; background: var(--teal); color: white; border-radius: 10px; display: flex; align-items: center; gap: 32px; justify-content: space-between; }
.closing h2 { font-size: 29px; margin: 0 0 12px; }
.closing p { color: #d7efe9; font-size: 14px; line-height: 1.65; margin: 0; max-width: 560px; }
.light { background: #e5f5ec; color: #003e40; flex-shrink: 0; border-color: #b6ded0; }
.light:hover { background: white; }
.site-footer { display: flex; align-items: center; gap: 24px; padding-block: 22px; font-size: 12px; color: var(--muted); }
.site-footer .brand-wordmark { width: 100px; height: 21px; }
.closing::before { content: ""; position: absolute; z-index: -1; pointer-events: none; inset: -30px 18% -25px auto; width: 210px; background: url("/assets/dorazim-brand-lockup.png") center / contain no-repeat; opacity: .1; }
.site-footer > a:last-child { margin-left: auto; }
/* Keep a single reading order, with close spacing and distinct section surfaces. */
.journey-guide { display: grid; gap: 16px; padding-block: 16px 0; }
.journey-guide .section { padding: 20px 24px; }
.journey-guide > .section { background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.journey-guide h2 { font-size: 30px; margin-bottom: 18px; }
.journey-guide .eyebrow { margin-bottom: 6px; }
.journey-guide .steps { gap: 24px; }
.journey-guide .steps li { padding-top: 0; border: 0; }
.journey-guide .step-number { top: 2px; display: grid; place-items: center; width: 23px; height: 23px; border: 1px solid #92b8aa; border-radius: 50%; }
.journey-guide .steps h3 { margin-bottom: 5px; font-size: 18px; }
.journey-guide .features-section { border: 1px solid #bcd6c9; border-radius: 12px; }
.journey-guide .features-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.journey-guide .features-grid article, .journey-guide .features-grid article:first-child { grid-row: auto; padding: 12px 0 0; border: 0; border-top: 1px solid #b5cfc2; border-radius: 0; background: transparent; align-content: start; }
.journey-guide .features-grid h3 { font-size: 18px; }
.next-steps { display: grid; gap: 16px; padding-block: 16px 0; }
.next-steps .faq { display: block; padding: 20px 24px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.next-steps .faq > div { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 24px; align-items: start; }
.next-steps .faq details:last-child { border-bottom: 0; }
.next-steps h2 { font-size: 28px; margin-bottom: 12px; }
.next-steps .closing { gap: 24px; padding: 20px 24px; }
.next-steps .closing h2 { margin-bottom: 6px; }
.next-steps .closing::before { inset: 10px 28% 10px auto; width: 105px; opacity: .09; }
.promise { align-items: flex-start; padding-block: 12px; }
.promise > div { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; }
.promise h2 { margin: 0; font-size: 16px; }
@media (min-width: 761px) {
    .hero { padding-block: 24px; gap: 32px; }
    .journey-illustration { height: 350px; }
    .journey-card { margin-top: 18px; }
    .map-caption { bottom: 35px; }
    h1 { font-size: clamp(42px, 4.3vw, 59px); }
    .intro { max-width: 500px; }
}
@media (max-width: 950px) {
    .hero { gap: 32px; } .hero-actions { gap: 16px; } .journey-card { margin-inline: 20px; }
    .site-header { gap: 18px; } .site-header nav { gap: 18px; } .features-grid { gap: 0 24px; }
    .closing { padding: 24px; } .closing h2 { font-size: 26px; }
}
@media (max-width: 760px) {
    body::before { height: 880px; background-image: url('/assets/dorazim-home-routes-mobile.svg'); }
    .journey-guide, .next-steps { gap: 12px; padding-block: 12px 0; }
    .journey-guide .section, .next-steps .faq { padding: 18px; }
    .journey-guide h2, .next-steps h2 { font-size: 26px; }
    .journey-guide .steps { gap: 16px; }
    .journey-guide .features-grid { grid-template-columns: 1fr; gap: 12px; }
    .next-steps .faq { grid-template-columns: 1fr; gap: 0; }
    .next-steps .closing { padding: 18px; gap: 14px; }
    .next-steps .closing::before { right: 12px; width: 95px; }
    .promise > div { display: block; }
    .promise h2 { margin-bottom: 4px; }
    .wrap { width: calc(100% - 32px); } .site-header { min-height: 64px; gap: 10px; }
    .site-header .brand-wordmark { width: 112px; height: 24px; }
    .site-header .section-link { display: none; } .site-header nav { margin-left: auto; }
    .header-download { padding: 9px 10px; font-size: 12px; } .languages a { padding: 9px 5px; }
    .hero { grid-template-columns: 1fr; gap: 22px; padding-block: 24px; }
    h1 { font-size: clamp(39px, 8vw, 56px); } .intro { font-size: 16px; margin-bottom: 16px; }
    .eyebrow { font-size: 11px; margin-bottom: 12px; } .hero-copy { max-width: 580px; }
    .journey-illustration { height: 310px; width: 100%; max-width: 500px; justify-self: center; border-radius: 30px 10px 30px 10px; }
    .journey-card { margin: 18px 22px 0; } .map-caption { bottom: 33px; }
    .section { padding-block: 28px; } .steps { grid-template-columns: 1fr; gap: 14px; }
    .steps li { padding-top: 10px; } .step-number { top: 12px; }
    .features-grid { grid-template-columns: 1fr; gap: 0; } .features-grid article, .features-grid article:first-child { grid-row: auto; padding: 14px 0; background: transparent; border: 0; border-top: 1px solid #b5cfc2; border-radius: 0; }
    .faq { grid-template-columns: 1fr; gap: 0; }
    .next-steps .faq > div { grid-template-columns: 1fr; }
    .promise { padding: 16px 0; gap: 10px; } .closing { flex-direction: column; align-items: flex-start; padding: 20px; gap: 16px; }
    .closing::before { right: -22px; width: 190px; opacity: .08; }
    .site-footer { flex-wrap: wrap; gap: 12px 18px; } .site-footer > span { order: 3; flex-basis: 100%; }
}
@media (max-width: 370px) {
    .wrap { width: calc(100% - 28px); } .site-header { gap: 6px; } .site-header .brand-wordmark { width: 94px; height: 20px; }
    .header-download { padding: 9px 7px; }
    .hero-actions { gap: 15px; } .button { padding-inline: 14px; font-size: 14px; }
    .journey-card { margin-inline: 15px; } .arrival-row { padding-inline: 12px; gap: 7px; }
    .map-caption { left: 18px; right: 18px; padding: 12px; font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
