/* EoDB Single Window page (2026-09-03)
   Implements the Claude Design "EODB Single Window Page.dc.html" layout,
   mapped onto the site tokens (css/typography-tokens.css): Poppins headings,
   Open Sans body, orange #fe5900, navy #00053c. */

.eodb-page { --eodb-rule: #e2e8f2; --eodb-ink: #1e2c4a; --eodb-muted: #8592ab; --eodb-copy: #42526b; }
.eodb-page .container { max-width: 1296px; }

.eodb-eyebrow {
  font-family: var(--font-sans, "Poppins", sans-serif);
  font-size: 13px; font-weight: var(--fw-bold, 700);
  letter-spacing: var(--ls-caps, 0.08em); text-transform: uppercase;
  color: var(--text-accent, #fe5900); margin: 0;
}
.eodb-h2 {
  font-family: var(--font-sans, "Poppins", sans-serif);
  font-size: 30px; font-weight: var(--fw-semibold, 600); line-height: 1.2;
  color: var(--text-heading, #00053c); margin: 12px 0 0;
}
.eodb-split { display: flex; gap: 64px; }
.eodb-split__aside { flex: 0 0 300px; }
.eodb-split__main { flex: 1; min-width: 0; }
.eodb-split__aside p { font-size: 13.5px; line-height: 1.65; color: var(--text-muted, #5a6a80); margin: 14px 0 0; }

/* Hero */
.eodb-hero {
  background: linear-gradient(160deg, #eaf1f9, #f7fafd);
  border-bottom: 1px solid var(--eodb-rule);
  padding: 52px 0 58px; position: relative; overflow: hidden;
}
.eodb-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(0,5,60,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(0,5,60,.04) 1px, transparent 1px);
  background-size: 68px 68px;
}
.eodb-hero .container { position: relative; }
.eodb-hero__tags { display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; }
.eodb-hero__tag { font-size: 12px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--text-accent, #fe5900); }
.eodb-hero__tag--nsws { font-weight: 600; letter-spacing: .08em; color: var(--text-heading, #00053c); }
.eodb-hero__body { display: flex; justify-content: space-between; align-items: flex-end; gap: 48px; margin-top: 44px; }
.eodb-hero h2 {
  font-family: var(--font-sans, "Poppins", sans-serif);
  font-size: var(--fs-display, 52px); line-height: 1.1; font-weight: var(--fw-heading, 800);
  color: var(--text-heading, #00053c); letter-spacing: var(--ls-tight, -0.02em); margin: 0; max-width: 760px;
}
.eodb-hero h2 span { color: var(--text-accent, #fe5900); }
.eodb-hero__side { max-width: 400px; padding-bottom: 6px; }
.eodb-hero__side p { font-size: 15px; line-height: 1.7; color: var(--eodb-copy); margin: 0; }
.eodb-hero .swc-cta-group { margin-top: 24px; }

/* Stats strip */
.eodb-stats { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--eodb-rule); }
.eodb-stat { padding: 40px 36px; border-right: 1px solid var(--eodb-rule); }
.eodb-stat:last-child { border-right: 0; }
.eodb-stat__num {
  font-family: var(--font-sans, "Poppins", sans-serif);
  font-size: 72px; font-weight: var(--fw-semibold, 600); line-height: 1; letter-spacing: -.03em;
  color: var(--text-heading, #00053c); margin: 0;
}
.eodb-stat__num small { font-size: 30px; font-weight: inherit; }
.eodb-stat--accent .eodb-stat__num { color: var(--text-accent, #fe5900); }
.eodb-stat__label { margin: 12px 0 0; font-size: 14px; font-weight: 600; color: var(--eodb-ink); }
.eodb-stat__hint { margin: 4px 0 0; font-size: 12.5px; color: var(--eodb-muted); }

/* Sections */
.eodb-sec { padding: 56px 0; border-bottom: 1px solid var(--eodb-rule); }
.eodb-about__copy { display: flex; flex-direction: column; gap: 18px; }
.eodb-about__copy p { font-size: 15px; line-height: 1.75; color: var(--eodb-copy); margin: 0; }
.eodb-about__copy strong { color: var(--text-heading, #00053c); }

.eodb-depts { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--eodb-rule); list-style: none; margin: 0; padding: 0; }
.eodb-dept {
  display: flex; justify-content: space-between; align-items: center; gap: 12px;
  padding: 18px 4px; border-bottom: 1px solid var(--eodb-rule);
}
.eodb-dept:nth-child(odd) { border-right: 1px solid var(--eodb-rule); padding-right: 28px; }
.eodb-dept:nth-child(even) { padding-left: 28px; }
.eodb-dept__name { font-size: 15px; font-weight: 600; color: var(--eodb-ink); }
.eodb-dept__idx { font-size: 12px; color: var(--eodb-muted); }

/* Timeline */
.eodb-timeline { padding: 56px 0 64px; }
.eodb-timeline__head { display: flex; justify-content: space-between; align-items: baseline; gap: 32px; margin-top: 12px; flex-wrap: wrap; }
.eodb-timeline__head .eodb-h2 { margin: 0; }
.eodb-timeline__note { font-size: 13px; color: var(--eodb-muted); }
.eodb-steps { display: grid; grid-template-columns: repeat(5, 1fr); margin: 36px 0 0; padding: 0; list-style: none; border-top: 2px solid var(--text-heading, #00053c); }
.eodb-step { padding: 24px 24px 0 0; }
.eodb-step:last-child { padding-right: 0; }
.eodb-step__idx { font-family: var(--font-sans, "Poppins", sans-serif); font-size: 40px; font-weight: 600; color: #d4dcea; line-height: 1; }
.eodb-step--final .eodb-step__idx { color: var(--text-accent, #fe5900); }
.eodb-step__day { margin-top: 14px; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--text-accent, #fe5900); }
.eodb-step--final .eodb-step__day { color: #d93b3b; }
.eodb-step__title { margin: 6px 0 0; font-size: 15px; font-weight: 700; color: var(--eodb-ink); }
.eodb-step__text { margin: 6px 0 0; font-size: 13px; line-height: 1.55; color: var(--text-muted, #5a6a80); }

/* Contact */
.eodb-contact { padding: 48px 0; border-top: 1px solid var(--eodb-rule); background: #f7fafd; }
.eodb-contact .eodb-h2 { font-size: 26px; }
.eodb-contact .eodb-split { align-items: flex-start; }
.eodb-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.eodb-card { background: #fff; border: 1px solid var(--eodb-rule); border-radius: 12px; padding: 24px 28px; }
.eodb-card__kicker { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--eodb-muted); }
.eodb-card__title { margin: 8px 0 0; font-size: 16px; font-weight: 700; color: var(--eodb-ink); }
.eodb-card__text { margin: 4px 0 0; font-size: 13.5px; line-height: 1.6; color: var(--text-muted, #5a6a80); }
.eodb-card__link { margin: 10px 0 0; font-size: 13.5px; color: var(--text-heading, #00053c); word-break: break-all; }

/* CTA band */
.eodb-cta-wrap { padding: 44px 0 64px; }
.eodb-band {
  background: var(--text-heading, #00053c); border-radius: 14px; padding: 28px 36px;
  display: flex; justify-content: space-between; align-items: center; gap: 24px;
}
.eodb-band__title { font-family: var(--font-sans, "Poppins", sans-serif); font-size: 19px; font-weight: 600; color: #fff; margin: 0; }
.eodb-band__sub { margin: 6px 0 0; font-size: 13.5px; color: #8fa8d8; }
.eodb-band .swc-cta { white-space: nowrap; }

/* Responsive */
@media (max-width: 991px) {
  .eodb-split { flex-direction: column; gap: 24px; }
  .eodb-split__aside { flex: none; }
  .eodb-hero__body { flex-direction: column; align-items: flex-start; gap: 24px; margin-top: 28px; }
  .eodb-stats { grid-template-columns: 1fr; }
  .eodb-stat { border-right: 0; border-bottom: 1px solid var(--eodb-rule); }
  .eodb-stat:last-child { border-bottom: 0; }
  .eodb-steps { grid-template-columns: repeat(2, 1fr); gap: 0 24px; }
  .eodb-step { padding-right: 0; padding-bottom: 8px; }
  .eodb-band { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 575px) {
  .eodb-stats, .eodb-depts, .eodb-steps, .eodb-cards { grid-template-columns: 1fr; }
  .eodb-stat { border-right: 0; padding: 28px 20px; }
  .eodb-stat__num { font-size: 56px; }
  .eodb-dept:nth-child(odd) { border-right: 0; padding-right: 4px; }
  .eodb-dept:nth-child(even) { padding-left: 4px; }
  .eodb-hero h2 { font-size: 36px; }
}

/* ---- Auto-Appeal infographic module (replaces section 03 timeline) ---- */
.eodb-aa {
  margin-top: 20px; position: relative; overflow: hidden;
  background: radial-gradient(circle at 0 0, rgba(0,5,60,.06) 1.2px, transparent 1.6px) 0 0/14px 14px,
              linear-gradient(180deg, #f4f7fd, #eef2fa);
  border: 1px solid var(--eodb-rule); border-radius: 18px; padding: 36px 32px 32px;
}
.eodb-aa__head { text-align: center; max-width: 900px; margin: 0 auto; }
.eodb-aa__shield { color: #1d4ed8; display: inline-flex; margin-bottom: 8px; }
.eodb-aa__title {
  font-family: var(--font-sans, "Poppins", sans-serif);
  font-size: 36px; font-weight: var(--fw-heading, 800); line-height: 1.15;
  color: var(--text-heading, #00053c); margin: 0;
}
.eodb-aa__title span { color: #1d4ed8; }
.eodb-aa__sub { margin: 10px 0 0; font-size: 15px; line-height: 1.6; color: var(--eodb-copy); }
.eodb-aa__sub strong { color: #1d4ed8; }

.eodb-aa__steps {
  list-style: none; margin: 34px 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; position: relative;
}
.eodb-aa__step { --tone: #1d4ed8; --tone-soft: #dbe6ff; display: flex; flex-direction: column; align-items: center; text-align: center; position: relative; }
.eodb-aa__step--blue   { --tone: #1d4ed8; --tone-soft: #dbe6ff; }
.eodb-aa__step--green  { --tone: #15803d; --tone-soft: #dcf5e6; }
.eodb-aa__step--purple { --tone: #6d28d9; --tone-soft: #ece4ff; }
.eodb-aa__step--orange { --tone: #ea7a0c; --tone-soft: #ffe8d1; }
.eodb-aa__step--red    { --tone: #dc2626; --tone-soft: #ffe1e1; }

.eodb-aa__day {
  font-family: var(--font-sans, "Poppins", sans-serif);
  font-size: 13px; font-weight: 700; color: #fff; background: var(--tone);
  border-radius: 6px; padding: 4px 14px; position: relative; z-index: 1;
}
.eodb-aa__day::after {
  content: ""; position: absolute; left: 50%; bottom: -7px; width: 2px; height: 7px; background: var(--tone); transform: translateX(-50%);
}
.eodb-aa__node {
  margin-top: 10px; width: 96px; height: 96px; border-radius: 50%;
  background: var(--tone); color: #fff; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 5px #fff, 0 0 0 7px var(--tone-soft), 0 10px 22px rgba(0,5,60,.12);
  position: relative; z-index: 1;
}
/* dashed connector between nodes */
.eodb-aa__step:not(:last-child) .eodb-aa__node::after {
  content: ""; position: absolute; left: calc(100% + 8px); top: 50%; width: calc(100% - 16px + 18px);
  border-top: 2px dashed var(--tone); transform: translateY(-50%);
}
.eodb-aa__step:not(:last-child) .eodb-aa__node::before {
  content: ""; position: absolute; left: calc(150% + 9px); top: 50%; width: 10px; height: 10px; border-radius: 50%;
  background: var(--tone); transform: translate(-50%, -50%);
}
.eodb-aa__stem { width: 2px; height: 26px; background: var(--tone); margin-top: 6px; }
.eodb-aa__card {
  background: #fff; border-radius: 14px; padding: 30px 16px 20px; width: 100%; flex: 1;
  box-shadow: 0 8px 22px rgba(0,5,60,.08); position: relative;
}
.eodb-aa__idx {
  position: absolute; top: -17px; left: 50%; transform: translateX(-50%);
  width: 34px; height: 34px; border-radius: 50%; background: var(--tone); color: #fff;
  font-family: var(--font-sans, "Poppins", sans-serif); font-size: 13px; font-weight: 700;
  display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 3px #fff;
}
.eodb-aa__card-title {
  font-family: var(--font-sans, "Poppins", sans-serif);
  font-size: 17px; font-weight: 700; line-height: 1.3; color: var(--text-heading, #00053c); margin: 0 0 12px; position: relative; padding-bottom: 12px;
}
.eodb-aa__card-title::after { content: ""; position: absolute; left: 50%; bottom: 0; width: 44px; height: 3px; border-radius: 2px; background: var(--tone); transform: translateX(-50%); }
.eodb-aa__card-text { font-size: 13.5px; line-height: 1.6; color: var(--eodb-copy); margin: 0; }

.eodb-aa__guarantee {
  margin-top: 26px; background: #fff0f0; border: 1px solid #ffd3d3; border-radius: 14px;
  padding: 22px 28px; display: flex; align-items: center; gap: 24px;
}
.eodb-aa__clock { color: #dc2626; flex-shrink: 0; }
.eodb-aa__cert { color: #dc2626; flex-shrink: 0; margin-left: auto; opacity: .85; }
.eodb-aa__guarantee-copy h4 {
  font-family: var(--font-sans, "Poppins", sans-serif);
  font-size: 24px; font-weight: 800; color: var(--text-heading, #00053c); margin: 0 0 6px;
}
.eodb-aa__guarantee-copy h4 span { color: #dc2626; }
.eodb-aa__guarantee-copy p { font-size: 14.5px; line-height: 1.6; color: var(--eodb-ink); margin: 0; }

@media (max-width: 1199px) {
  .eodb-aa__node { width: 80px; height: 80px; }
}
@media (max-width: 991px) {
  .eodb-aa { padding: 28px 20px; }
  .eodb-aa__title { font-size: 28px; }
  .eodb-aa__steps { grid-template-columns: 1fr; gap: 26px; max-width: 420px; margin-left: auto; margin-right: auto; }
  .eodb-aa__step:not(:last-child) .eodb-aa__node::after,
  .eodb-aa__step:not(:last-child) .eodb-aa__node::before { display: none; }
  .eodb-aa__guarantee { flex-direction: column; text-align: center; }
  .eodb-aa__cert { display: none; }
}

/* About-section photo (2026-09-03) */
.eodb-about__photo {
  display: block; width: 100%; height: auto; margin-top: 24px;
  border-radius: 12px; border: 1px solid var(--eodb-rule);
  box-shadow: 0 10px 24px rgba(0,5,60,.10); object-fit: cover;
}
@media (max-width: 991px) { .eodb-about__photo { max-width: 420px; } }
