:root {
  --qt-navy: #062b45;
  --qt-deep: #031e30;
  --qt-blue: #0795d2;
  --qt-blue-dark: #056f9f;
  --qt-blue-soft: #eaf8fe;
  --qt-green: #20a447;
  --qt-green-dark: #147c37;
  --qt-green-soft: #ebf9ef;
  --qt-ink: #102330;
  --qt-muted: #5b6e79;
  --qt-line: #d8e7ed;
  --qt-surface: #f5f9fb;
  --qt-white: #fff;
  --qt-amber: #b46d0c;
  --qt-amber-soft: #fff7e8;
  --qt-shadow: 0 24px 70px rgba(7, 53, 79, .12);
}

.page-quanto-tempo { margin: 0; overflow-x: clip; background: var(--qt-white); }
.qt-guide,
.qt-guide *,
.qt-guide *::before,
.qt-guide *::after,
.page-quanto-tempo .skip-link { box-sizing: border-box; }
.qt-guide { color: var(--qt-ink); overflow-wrap: break-word; }
.qt-guide img,
.qt-guide svg { display: block; max-width: 100%; }
.qt-guide .container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.qt-guide p { margin: 0; color: var(--qt-muted); font-size: 1rem; line-height: 1.7; }
.qt-guide h1,
.qt-guide h2,
.qt-guide h3 { margin: 0; color: var(--qt-navy); letter-spacing: -.035em; }
.qt-guide h2 { font-size: clamp(2rem, 3.8vw, 3.2rem); line-height: 1.07; }
.qt-guide h3 { font-size: 1.15rem; line-height: 1.25; }
.qt-guide .button { max-width: 100%; white-space: normal; overflow-wrap: anywhere; }
.qt-section { padding: 90px 0; }
.qt-eyebrow,
.qt-kicker {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 16px;
  color: var(--qt-blue-dark);
  font-size: .74rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.qt-heading { max-width: 780px; margin-bottom: 42px; }
.qt-heading > p { max-width: 690px; margin-top: 18px; font-size: 1.05rem; }
.qt-heading-center { margin-inline: auto; text-align: center; }
.qt-heading-center > p { margin-inline: auto; }
.page-quanto-tempo .skip-link {
  position: fixed;
  z-index: 9999;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  background: var(--qt-deep);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .15s ease;
}
.page-quanto-tempo .skip-link:focus { transform: translateY(0); }
.page-quanto-tempo .ncie-mobile-nav:not([open]) nav { display: none; }

.qt-guide a:focus-visible,
.qt-guide summary:focus-visible {
  outline: 3px solid #087cab;
  outline-offset: 3px;
  border-radius: 8px;
}

/* Breadcrumb */
.qt-breadcrumb { border-bottom: 1px solid #edf3f6; background: #fff; }
.qt-breadcrumb .container { min-height: 48px; display: flex; align-items: center; gap: 9px; color: #5e707b; font-size: .76rem; }
.qt-breadcrumb a { color: #4f6572; text-decoration: none; }
.qt-breadcrumb a:hover { color: var(--qt-blue-dark); text-decoration: underline; }
.qt-breadcrumb strong { min-width: 0; overflow: hidden; color: var(--qt-navy); text-overflow: ellipsis; white-space: nowrap; }

/* Hero */
.qt-hero {
  position: relative;
  overflow: hidden;
  padding: 66px 0 78px;
  background: linear-gradient(180deg, #f4fbfe 0%, #fff 100%);
}
.qt-hero::before {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  top: -370px;
  right: -110px;
  border: 90px solid rgba(7, 149, 210, .055);
  border-radius: 50%;
  pointer-events: none;
}
.qt-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(370px, .78fr);
  align-items: center;
  gap: clamp(44px, 7vw, 86px);
}
.qt-hero-copy { min-width: 0; }
.qt-hero h1 { max-width: 740px; font-size: clamp(2.7rem, 5vw, 4.7rem); line-height: .99; }
.qt-lead {
  max-width: 750px;
  margin-top: 25px !important;
  padding-left: 19px;
  border-left: 4px solid var(--qt-green);
  color: #314b5b !important;
  font-size: 1.06rem !important;
  line-height: 1.62 !important;
}
.qt-lead strong { color: var(--qt-green-dark); }
.qt-lead b { color: var(--qt-navy); }
.qt-hero-caveat { max-width: 730px; margin-top: 12px !important; color: #5d6e78 !important; font-size: .79rem !important; line-height: 1.48 !important; }
.qt-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 13px; margin-top: 27px; }
.qt-button-secondary,
.qt-final-secondary {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 19px;
  border: 1px solid #b9d9e7;
  border-radius: 10px;
  color: var(--qt-navy);
  background: #fff;
  font-size: .89rem;
  font-weight: 800;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
}
.qt-button-secondary:hover { border-color: var(--qt-blue); color: var(--qt-blue-dark); }
.qt-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 22px; color: #5e707b; font-size: .78rem; line-height: 1.5; }
.qt-meta strong { color: #536b78; }

.qt-timeboard { min-width: 0; padding: 25px; border: 1px solid #cfe3eb; border-radius: 23px; background: #fff; box-shadow: var(--qt-shadow); }
.qt-timeboard-head { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding-bottom: 17px; border-bottom: 1px solid #e1edf2; }
.qt-timeboard-head span { color: var(--qt-blue-dark); font-size: .67rem; font-weight: 900; letter-spacing: .1em; }
.qt-timeboard-head b { color: var(--qt-green-dark); font-size: .76rem; }
.qt-time-row { display: grid; grid-template-columns: 70px minmax(0, 1fr); align-items: center; gap: 16px; padding: 20px 8px 10px; }
.qt-format { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 16px; color: #fff; background: var(--qt-navy); font-size: .65rem; font-weight: 900; letter-spacing: .07em; }
.qt-time-row > div { min-width: 0; }
.qt-time-row strong { display: block; color: var(--qt-navy); font-size: clamp(2rem, 3vw, 2.7rem); line-height: 1; letter-spacing: -.06em; }
.qt-time-row sup { color: var(--qt-green-dark); font-size: .45em; }
.qt-time-row p { margin-top: 5px; font-size: .78rem; line-height: 1.35; }
.qt-status { grid-column: 2; width: max-content; max-width: 100%; margin-top: -5px; padding: 5px 9px; border-radius: 999px; color: var(--qt-green-dark); background: var(--qt-green-soft); font-size: .65rem; font-weight: 850; }
.qt-time-physical .qt-format { color: var(--qt-navy); background: #dff2fa; }
.qt-time-physical .qt-status { color: #7a571d; background: var(--qt-amber-soft); }
.qt-flow { display: flex; align-items: center; gap: 7px; margin: 5px 12px 0 79px; }
.qt-flow span { width: 7px; height: 7px; border-radius: 50%; background: #7bc4df; }
.qt-flow i { height: 1px; flex: 1; background: #d4e6ed; }
.qt-time-note { margin: 13px 8px 0 !important; padding-top: 14px; border-top: 1px solid #e2edf1; font-size: .69rem !important; line-height: 1.48 !important; }

/* Timeline */
.qt-quick { background: #fff; }
.qt-timeline { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0; margin: 0; padding: 0; list-style: none; }
.qt-timeline li { min-width: 0; position: relative; padding: 0 17px; }
.qt-timeline li:not(:last-child)::after { content: ""; position: absolute; top: 20px; left: 54px; right: -2px; height: 1px; background: #c7dfe8; }
.qt-timeline li > span { width: 40px; height: 40px; display: grid; place-items: center; position: relative; z-index: 1; margin-bottom: 18px; border: 1px solid #9bcddd; border-radius: 12px; color: var(--qt-blue-dark); background: #fff; font-size: .7rem; font-weight: 900; }
.qt-timeline small { display: block; margin-bottom: 5px; color: #617984; font-size: .58rem; font-weight: 900; letter-spacing: .09em; }
.qt-timeline h3 { font-size: 1rem; }
.qt-timeline p { margin-top: 7px; font-size: .79rem; line-height: 1.48; }
.qt-timeline-digital > span { border-color: var(--qt-green); color: #fff !important; background: var(--qt-green) !important; }
.qt-timeline-physical > span { border-color: var(--qt-navy) !important; color: #fff !important; background: var(--qt-navy) !important; }
.qt-quick-note { max-width: 890px; margin: 32px auto 0 !important; padding: 16px 20px; border: 1px solid #f0d8a9; border-radius: 12px; color: #725622 !important; background: var(--qt-amber-soft); font-size: .87rem !important; text-align: center; }
.qt-quick-note strong { color: #66460f; }

/* Difference */
.qt-difference { border-block: 1px solid #e2edf1; background: var(--qt-surface); }
.qt-compare { display: grid; grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr); align-items: stretch; }
.qt-compare article { min-width: 0; padding: 34px; border: 1px solid var(--qt-line); border-radius: 20px; background: #fff; box-shadow: 0 18px 44px rgba(7,53,79,.07); }
.qt-compare-digital { border-top: 5px solid var(--qt-green) !important; }
.qt-compare-physical { border-top: 5px solid var(--qt-blue) !important; }
.qt-compare-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; min-height: 48px; }
.qt-compare-top > span { flex: none; padding: 6px 9px; border-radius: 999px; color: var(--qt-green-dark); background: var(--qt-green-soft); font-size: .65rem; font-weight: 900; letter-spacing: .09em; }
.qt-compare-physical .qt-compare-top > span { color: var(--qt-blue-dark); background: var(--qt-blue-soft); }
.qt-compare-top small { max-width: 260px; color: #526a77; font-size: .75rem; font-weight: 750; line-height: 1.4; text-align: right; }
.qt-big-time { display: block; margin-top: 22px; color: var(--qt-navy); font-size: clamp(3rem, 5vw, 4.3rem); line-height: .95; letter-spacing: -.07em; }
.qt-big-time sup { color: var(--qt-green-dark); font-size: .42em; }
.qt-mini-flow { display: flex; align-items: center; gap: 9px; margin: 25px 0 18px; padding: 13px 15px; border-radius: 12px; color: #4d6471; background: var(--qt-surface); font-size: .7rem; font-weight: 760; }
.qt-mini-flow span,
.qt-mini-flow b { min-width: 0; }
.qt-mini-flow i { color: #96b5c3; font-style: normal; }
.qt-mini-flow b { color: var(--qt-navy); }
.qt-compare article > p { padding-top: 15px; border-top: 1px solid var(--qt-line); font-size: .76rem; line-height: 1.52; }
.qt-not-equal { display: grid; place-items: center; color: var(--qt-blue-dark); font-size: 2rem; font-weight: 900; }

/* Real time */
.qt-real { background: #fff; }
.qt-real-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.qt-real-grid article { min-width: 0; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--qt-line); border-radius: 19px; background: #fff; box-shadow: 0 15px 38px rgba(7,53,79,.06); }
.qt-card-label { display: flex; align-items: center; gap: 12px; margin-bottom: 23px; }
.qt-card-label span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--qt-green); font-size: .7rem; font-weight: 900; }
.qt-real-grid article:last-child .qt-card-label span { background: var(--qt-blue-dark); }
.qt-card-label small { color: var(--qt-blue-dark); font-size: .67rem; font-weight: 900; letter-spacing: .1em; }
.qt-real-grid h3 { font-size: clamp(1.6rem, 3vw, 2.15rem); }
.qt-real-grid h3 + p { margin-top: 16px; }
.qt-real-grid ul { display: grid; gap: 10px; margin: 24px 0 28px; padding: 0; list-style: none; }
.qt-real-grid li { position: relative; padding-left: 24px; color: #405866; font-size: .87rem; line-height: 1.5; }
.qt-real-grid li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--qt-green-dark); font-weight: 900; }
.qt-real-grid article > div:last-child { margin-top: auto; }
.qt-text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--qt-blue-dark); font-size: .9rem; font-weight: 820; line-height: 1.45; text-underline-offset: 4px; }

/* Delays */
.qt-delays { border-block: 1px solid #e2edf1; background: var(--qt-surface); }
.qt-delay-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 15px; }
.qt-delay-grid article { min-width: 0; position: relative; padding: 26px 23px; border: 1px solid var(--qt-line); border-radius: 16px; background: #fff; }
.qt-delay-grid article:last-child { grid-column: span 2; }
.qt-delay-grid article > span { position: absolute; top: 20px; right: 21px; color: #d7e6ec; font-size: 1.6rem; font-weight: 900; letter-spacing: -.06em; }
.qt-delay-grid h3 { max-width: calc(100% - 35px); font-size: 1rem; }
.qt-delay-grid p { margin-top: 10px; font-size: .83rem; line-height: 1.52; }

/* Checklist */
.qt-check { background: #fff; }
.qt-check-grid { display: grid; grid-template-columns: minmax(0, .72fr) minmax(520px, 1.28fr); align-items: center; gap: clamp(50px, 8vw, 100px); }
.qt-check-grid > div > p { max-width: 450px; margin-top: 18px; }
.qt-checklist { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; margin: 0; padding: 0; list-style: none; }
.qt-checklist li { min-width: 0; display: grid; grid-template-columns: 31px minmax(0,1fr); align-items: center; gap: 12px; min-height: 68px; padding: 13px 15px; border: 1px solid var(--qt-line); border-radius: 13px; color: #354f5e; background: var(--qt-surface); font-size: .83rem; font-weight: 690; line-height: 1.42; }
.qt-checklist span { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: var(--qt-green); font-size: .7rem; font-weight: 900; }
.qt-checklist li:last-child { grid-column: 1 / -1; }

/* Urgency */
.qt-urgent { padding-top: 0; background: #fff; }
.qt-urgent-box { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(290px,.7fr); align-items: center; gap: clamp(35px,6vw,76px); padding: clamp(34px,5vw,58px); border-radius: 24px; background: var(--qt-navy); box-shadow: var(--qt-shadow); }
.qt-urgent .qt-eyebrow { color: #78d9f6; }
.qt-urgent h2 { max-width: 720px; color: #fff; }
.qt-urgent p { max-width: 740px; margin-top: 18px; color: #c9dde7; }
.qt-related-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 22px; color: #fff; font-size: .88rem; font-weight: 800; line-height: 1.45; text-underline-offset: 4px; }
.qt-urgent-action { padding: 25px; border: 1px solid rgba(255,255,255,.16); border-radius: 17px; background: rgba(255,255,255,.07); }
.qt-urgent-action > span { display: block; color: #8eddf4; font-size: .64rem; font-weight: 900; letter-spacing: .1em; }
.qt-urgent-action > strong { display: block; margin: 10px 0 20px; color: #fff; font-size: 1.15rem; line-height: 1.35; }

/* Documents */
.qt-docs { border-bottom: 1px solid #e2edf1; background: var(--qt-surface); }
.qt-doc-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 15px; }
.qt-doc-grid article { min-width: 0; padding: 27px 23px; border: 1px solid var(--qt-line); border-radius: 16px; background: #fff; }
.qt-doc-grid article > span { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 10px; color: var(--qt-blue-dark); background: var(--qt-blue-soft); font-size: .7rem; font-weight: 900; }
.qt-doc-grid h3 { font-size: 1rem; }
.qt-doc-grid p { margin-top: 9px; font-size: .82rem; line-height: 1.52; }
.qt-doc-link { display: grid; grid-template-columns: minmax(0,1fr) 34px; gap: 6px 20px; align-items: center; position: relative; margin-top: 28px; padding: 23px 25px; border: 1px solid #bedce7; border-radius: 15px; color: inherit; background: #fff; text-decoration: none; }
.qt-doc-link strong { color: var(--qt-navy); font-size: 1rem; }
.qt-doc-link span { grid-column: 1; color: var(--qt-muted); font-size: .82rem; line-height: 1.45; }
.qt-doc-link i { grid-column: 2; grid-row: 1 / span 2; color: var(--qt-blue-dark); font-size: 1.4rem; font-style: normal; }
.qt-doc-link:hover { border-color: var(--qt-blue); }

/* Related */
.qt-related { background: #fff; }
.qt-related-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.qt-related-grid a { min-width: 0; display: flex; flex-direction: column; position: relative; min-height: 210px; padding: 28px 54px 26px 25px; border: 1px solid var(--qt-line); border-radius: 17px; color: inherit; background: #fff; text-decoration: none; box-shadow: 0 12px 30px rgba(7,53,79,.045); }
.qt-related-grid a:hover { border-color: #9dccde; transform: translateY(-2px); }
.qt-related-grid span { color: var(--qt-blue-dark); font-size: .64rem; font-weight: 900; letter-spacing: .1em; }
.qt-related-grid strong { margin-top: 16px; color: var(--qt-navy); font-size: 1.05rem; line-height: 1.35; }
.qt-related-grid p { margin-top: 8px; font-size: .81rem; line-height: 1.5; }
.qt-related-grid i { position: absolute; top: 26px; right: 24px; color: var(--qt-blue-dark); font-size: 1.25rem; font-style: normal; }
.qt-course-note { margin-top: 24px !important; text-align: center; font-size: .88rem !important; }
.qt-course-note a { color: var(--qt-blue-dark); font-weight: 800; text-underline-offset: 3px; }

/* FAQ */
.qt-faq { border-top: 1px solid #e2edf1; background: var(--qt-surface); }
.qt-faq-grid { display: grid; grid-template-columns: minmax(270px,.65fr) minmax(0,1.35fr); align-items: start; gap: clamp(50px,8vw,100px); }
.qt-faq-intro { position: sticky; top: 130px; }
.qt-faq-intro h2 { max-width: 390px; }
.qt-faq-intro p { max-width: 390px; margin-top: 18px; }
.qt-faq-list { display: grid; gap: 10px; }
.qt-faq-list details { border: 1px solid var(--qt-line); border-radius: 13px; background: #fff; }
.qt-faq-list summary { position: relative; padding: 20px 50px 20px 20px; color: var(--qt-navy); font-size: .94rem; font-weight: 820; line-height: 1.4; cursor: pointer; list-style: none; }
.qt-faq-list summary::-webkit-details-marker { display: none; }
.qt-faq-list summary::after { content: "+"; width: 26px; height: 26px; display: grid; place-items: center; position: absolute; top: 17px; right: 17px; border-radius: 8px; color: var(--qt-blue-dark); background: var(--qt-blue-soft); font-size: 1rem; }
.qt-faq-list details[open] summary::after { content: "–"; }
.qt-faq-list details[open] summary { padding-bottom: 12px; }
.qt-faq-list details > p { padding: 0 20px 20px; font-size: .87rem; line-height: 1.58; }
.qt-faq-list a { color: var(--qt-blue-dark); font-weight: 750; }
.qt-faq-contact { display: inline-flex; margin: -6px 20px 21px; font-size: .83rem; text-underline-offset: 3px; }

/* Final */
.qt-final { padding: 62px 0; background: linear-gradient(135deg, #e8f8fe 0%, #f5fbfd 100%); }
.qt-final-grid { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 45px; }
.qt-final-grid > div:first-child > span { color: var(--qt-blue-dark); font-size: .68rem; font-weight: 900; letter-spacing: .11em; }
.qt-final h2 { max-width: 760px; margin-top: 11px; font-size: clamp(1.9rem,3.6vw,3rem); }
.qt-final p { max-width: 750px; margin-top: 13px; }
.qt-final-actions { display: grid; gap: 10px; }

@media (max-width: 1050px) {
  .qt-hero-grid { grid-template-columns: minmax(0,1fr) minmax(340px,.72fr); gap: 44px; }
  .qt-delay-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .qt-delay-grid article:last-child { grid-column: auto; }
  .qt-doc-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 900px) {
  .qt-section { padding: 76px 0; }
  .qt-hero { padding: 55px 0 66px; }
  .qt-hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .qt-hero h1 { max-width: 780px; }
  .qt-timeboard { max-width: 680px; }
  .qt-timeline { grid-template-columns: repeat(3,minmax(0,1fr)); row-gap: 34px; }
  .qt-timeline li:nth-child(3)::after { display: none; }
  .qt-compare { grid-template-columns: 1fr; gap: 14px; }
  .qt-not-equal { height: 26px; }
  .qt-check-grid { grid-template-columns: 1fr; gap: 36px; }
  .qt-check-grid > div > p { max-width: 680px; }
  .qt-urgent-box { grid-template-columns: 1fr; }
  .qt-urgent-action { max-width: 520px; }
  .qt-related-grid { grid-template-columns: 1fr; }
  .qt-related-grid a { min-height: 0; }
  .qt-faq-grid { grid-template-columns: 1fr; gap: 35px; }
  .qt-faq-intro { position: static; }
  .qt-final-grid { grid-template-columns: 1fr; gap: 28px; }
  .qt-final-actions { width: min(100%, 420px); }
}

@media (max-width: 700px) {
  .qt-guide .container { width: min(100% - 32px, 1180px); }
  .qt-section { padding: 64px 0; }
  .qt-heading { margin-bottom: 32px; }
  .qt-heading-center { text-align: left; }
  .qt-hero { padding: 44px 0 54px; }
  .qt-hero h1 { font-size: clamp(2.35rem, 11vw, 3.35rem); line-height: 1.01; }
  .qt-lead { margin-top: 22px !important; padding-left: 15px; font-size: .98rem !important; }
  .qt-actions { align-items: stretch; flex-direction: column; }
  .qt-actions a { width: 100%; }
  .qt-timeboard { padding: 20px; border-radius: 19px; }
  .qt-time-row { grid-template-columns: 58px minmax(0,1fr); gap: 13px; padding-inline: 0; }
  .qt-format { width: 56px; height: 56px; border-radius: 14px; font-size: .57rem; }
  .qt-time-row strong { font-size: clamp(2rem,10vw,2.8rem); }
  .qt-flow { margin-left: 67px; margin-right: 0; }
  .qt-timeline { grid-template-columns: 1fr; row-gap: 0; }
  .qt-timeline li { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 15px; padding: 0 0 24px; }
  .qt-timeline li:not(:last-child)::after { display: block; top: 41px; bottom: 1px; left: 20px; right: auto; width: 1px; height: auto; }
  .qt-timeline li > span { width: 40px; height: 40px; margin: 0; }
  .qt-timeline li > div { padding-top: 2px; }
  .qt-timeline p { max-width: 480px; }
  .qt-quick-note { margin-top: 15px !important; text-align: left; }
  .qt-compare article { padding: 27px 22px; }
  .qt-compare-top { display: block; min-height: 0; }
  .qt-compare-top small { display: block; max-width: none; margin-top: 11px; text-align: left; }
  .qt-mini-flow { overflow: hidden; padding: 11px 12px; gap: 6px; font-size: .61rem; }
  .qt-real-grid { grid-template-columns: 1fr; }
  .qt-real-grid article { padding: 27px 22px; }
  .qt-delay-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .qt-checklist { grid-template-columns: 1fr; }
  .qt-checklist li:last-child { grid-column: auto; }
  .qt-urgent { padding-top: 0; }
  .qt-urgent-box { padding: 30px 22px; border-radius: 20px; }
  .qt-urgent-action { padding: 20px; }
  .qt-doc-grid { grid-template-columns: 1fr; }
  .qt-related-grid a { padding: 24px 49px 23px 21px; }
  .qt-final { padding: 52px 0; }
}

@media (max-width: 430px) {
  .qt-guide .container { width: min(100% - 24px, 1180px); }
  .qt-breadcrumb .container { gap: 6px; font-size: .69rem; }
  .qt-breadcrumb a:nth-of-type(3),
  .qt-breadcrumb a:nth-of-type(3) + span { display: none; }
  .qt-kicker,
  .qt-eyebrow { letter-spacing: .09em; }
  .qt-timeboard-head { align-items: flex-start; flex-direction: column; gap: 5px; }
  .qt-time-row { grid-template-columns: 52px minmax(0,1fr); }
  .qt-format { width: 50px; height: 50px; border-radius: 12px; font-size: .52rem; }
  .qt-flow { margin-left: 59px; }
  .qt-time-row strong { font-size: 2.1rem; }
  .qt-status { font-size: .6rem; }
  .qt-mini-flow { align-items: flex-start; flex-direction: column; gap: 4px; }
  .qt-mini-flow i { transform: rotate(90deg); }
  .qt-delay-grid { grid-template-columns: 1fr; }
  .qt-doc-link { padding: 20px; }
  .qt-urgent-action .button,
  .qt-final-actions .button { width: 100%; }
}

@media (max-width: 360px) {
  .qt-hero h1 { font-size: 2.2rem; }
  .qt-timeboard { padding: 17px; }
  .qt-time-row strong { font-size: 1.9rem; }
  .qt-real-grid article,
  .qt-compare article { padding: 23px 18px; }
  .qt-card-label { align-items: flex-start; }
  .qt-urgent-box { padding-inline: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  .qt-guide *,
  .qt-guide *::before,
  .qt-guide *::after { scroll-behavior: auto; transition-duration: .01ms; animation-duration: .01ms; animation-iteration-count: 1; }
}

@media print {
  .ncie-topbar,
  .ncie-header,
  .ncie-footer,
  .qt-actions,
  .qt-final { display: none; }
  .qt-section,
  .qt-hero { padding: 28px 0; }
  .qt-guide .container { width: 100%; }
}
