/*
Theme Name: Jusoongil Address Time
Theme URI: https://xn--wk0bn08aba238b1zbl8cda910n.com/
Author: Jusoongil
Description: 주소온길주소타임.com 전용 한국어 주소 안내 테마
Version: 3.2.0
Text Domain: jusoongil-address-time
*/

:root {
  --ink: #172131;
  --ink-soft: #3f4a59;
  --muted: #687385;
  --line: #d9dee5;
  --line-strong: #bcc6d1;
  --paper: #ffffff;
  --ivory: #f7f4ec;
  --ivory-deep: #eee9dc;
  --blue-pale: #eef4fb;
  --cobalt: #1b62b4;
  --cobalt-dark: #10365f;
  --cobalt-deep: #0d2847;
  --green: #2f7d68;
  --content: 1180px;
  --article: 860px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Pretendard, "Noto Sans KR", "Apple SD Gothic Neo", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0;
  word-break: keep-all;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 48px), var(--content)); margin-inline: auto; }
.article-width { width: min(calc(100% - 48px), var(--article)); margin-inline: auto; }
.skip-link { position: fixed; top: 8px; left: -10000px; z-index: 999; padding: 10px 16px; background: #fff; color: var(--ink); }
.skip-link:focus { left: 12px; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, .98);
}
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; text-decoration: none; }
.brand img { display: block; width: 176px; height: auto; }
.site-nav { display: flex; align-items: stretch; align-self: stretch; gap: 36px; }
.site-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #354152;
  text-decoration: none;
  font-size: 15px;
  font-weight: 760;
}
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 3px; background: transparent; }
.site-nav a:hover, .site-nav a:focus, .site-nav a.current { color: var(--cobalt); }
.site-nav a.current::after { background: var(--cobalt); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 4px; background: #fff; color: var(--ink); cursor: pointer; }

/* Shared */
.eyebrow { margin: 0 0 14px; color: var(--cobalt); font-size: 13px; font-weight: 850; }
.eyebrow.light { color: #a9cdf7; }
.content-section { padding: 92px 0; }
.section-heading { margin-bottom: 38px; }
.section-heading h2 { max-width: 760px; margin: 0; font-size: clamp(31px, 4vw, 48px); line-height: 1.3; }
.section-heading > p:last-child { max-width: 680px; margin: 14px 0 0; color: var(--muted); }
.split-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.split-heading > p:last-child { margin-bottom: 5px; }
.large-copy { margin: 0; color: #344052; font-size: 21px; line-height: 1.9; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid; border-radius: 4px; text-decoration: none; font-size: 15px; font-weight: 830; }
.button-primary { border-color: var(--cobalt); background: var(--cobalt); color: #fff; }
.button-primary:hover, .button-primary:focus { border-color: var(--cobalt-dark); background: var(--cobalt-dark); }
.button-quiet { border-color: var(--line-strong); background: #fff; color: var(--ink); }
.button-quiet:hover, .button-quiet:focus { border-color: var(--cobalt); color: var(--cobalt); }
.arrow-link, .card-link { color: var(--cobalt); text-decoration: none; font-size: 14px; font-weight: 840; }
.arrow-link::after, .card-link::after { content: " →"; }

/* Home */
.home-hero { padding: 112px 0 96px; border-bottom: 1px solid var(--line); background: var(--ivory); }
.home-hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); align-items: end; gap: 84px; }
.home-hero-copy h1 { max-width: 800px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(56px, 8vw, 92px); font-weight: 700; line-height: 1.05; }
.hero-lead { max-width: 720px; margin: 30px 0 0; color: var(--ink-soft); font-size: 20px; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.hero-index { padding: 10px 0 2px; border-top: 2px solid var(--ink); }
.index-title { margin: 15px 0 20px; font-size: 14px; font-weight: 850; }
.hero-index ol { list-style: none; margin: 0; padding: 0; }
.hero-index li { display: grid; grid-template-columns: 26px 1fr; gap: 12px; padding: 11px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 14px; }
.hero-index li span { color: var(--cobalt); font-weight: 850; }

.intro-panel { background: #fff; }
.intro-panel .article-width { padding-left: 32px; border-left: 3px solid var(--cobalt); }
.service-section { background: var(--blue-pale); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #cbd8e7; background: #fff; }
.service-grid article { min-height: 285px; padding: 32px; border-right: 1px solid #cbd8e7; }
.service-grid article:last-child { border-right: 0; }
.service-number { display: block; color: var(--cobalt); font-size: 13px; font-weight: 900; }
.service-grid h3 { margin: 34px 0 12px; font-size: 23px; line-height: 1.4; }
.service-grid p { margin: 0; color: var(--muted); font-size: 15px; }

.dark-section { background: var(--cobalt-deep); color: #fff; }
.editorial-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.editorial-title h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(38px, 5vw, 60px); line-height: 1.22; }
.editorial-list { border-top: 1px solid rgba(255,255,255,.3); }
.editorial-list article { display: grid; grid-template-columns: 54px 1fr; gap: 24px; padding: 26px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.editorial-list span { color: #a9cdf7; font-size: 14px; font-weight: 850; }
.editorial-list h3 { margin: 0 0 7px; font-size: 21px; }
.editorial-list p { margin: 0; color: #c9d8e7; font-size: 15px; }

.link-preview-section { background: var(--ivory); }
.link-preview { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 76px; }
.link-preview h2 { margin: 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.3; }
.link-preview p:not(.eyebrow) { color: var(--muted); }
.link-preview > div:last-child { padding: 36px; border: 1px solid var(--line-strong); background: #fff; }

.faq-section { background: #fff; }
.faq-list { border-top: 2px solid var(--ink); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; list-style: none; padding: 22px 48px 22px 0; cursor: pointer; font-weight: 820; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 13px; right: 4px; color: var(--cobalt); font-size: 28px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: 0; padding: 0 54px 24px 0; color: var(--muted); }

.journal-section { background: var(--blue-pale); }
.journal-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.journal-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.journal-card { display: flex; min-height: 250px; flex-direction: column; padding: 28px; border-top: 3px solid var(--cobalt); background: #fff; }
.article-type { color: var(--cobalt); font-size: 12px; font-weight: 850; }
.journal-card h3 { margin: 18px 0 11px; font-size: 21px; line-height: 1.5; }
.journal-card p { margin: 0 0 20px; color: var(--muted); font-size: 15px; }
.journal-card .card-link { margin-top: auto; }

/* Independent pages */
.page-hero { padding: 104px 0 74px; border-bottom: 1px solid var(--line); background: var(--ivory); }
.page-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(45px, 6.5vw, 72px); line-height: 1.15; }
.page-hero p:last-child { max-width: 680px; margin: 23px 0 0; color: var(--ink-soft); font-size: 19px; }
.link-page-hero { background: var(--cobalt-deep); color: #fff; }
.link-page-hero p:last-child { color: #c9d8e7; }
.contact-page-hero { background: var(--blue-pale); }
.blog-page-hero { background: #fff; border-top: 12px solid var(--cobalt); }

.article-body h2 { margin: 58px 0 16px; font-size: 34px; line-height: 1.35; }
.article-body h2:first-child { margin-top: 0; }
.article-body h3 { margin: 38px 0 10px; font-size: 23px; }
.article-body p { color: var(--ink-soft); }
.principle-list { margin-top: 42px; border-top: 2px solid var(--ink); }
.principle-list article { display: grid; grid-template-columns: 64px 1fr; gap: 30px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.principle-list span { color: var(--cobalt); font-weight: 850; }
.principle-list h3 { margin: 0 0 5px; font-size: 22px; }
.principle-list p { margin: 0; color: var(--muted); }
.note-panel { margin-top: 46px; padding: 28px 30px; border-left: 4px solid var(--cobalt); background: var(--blue-pale); }
.note-panel strong { color: var(--cobalt-dark); }
.note-panel p { margin-bottom: 0; }

.official-link-panel { padding: 50px; border: 1px solid #bfcbd8; background: var(--ivory); text-align: center; }
.official-link-panel h2 { margin: 0; font-size: 34px; }
.domain-display { margin: 20px 0 12px; color: var(--cobalt); font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 6vw, 52px); font-weight: 700; }
.official-link-panel > p:not(.eyebrow):not(.domain-display) { max-width: 620px; margin-inline: auto; color: var(--muted); }
.official-link-panel .button { margin-top: 14px; }
.check-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 28px; border: 1px solid var(--line); }
.check-grid article { padding: 28px; border-right: 1px solid var(--line); }
.check-grid article:last-child { border-right: 0; }
.check-grid span { color: var(--cobalt); font-size: 13px; font-weight: 850; }
.check-grid h3 { margin: 19px 0 8px; font-size: 20px; }
.check-grid p { margin: 0; color: var(--muted); font-size: 15px; }
.compact-copy { margin-top: 64px; }

.contact-layout { display: grid; grid-template-columns: .86fr 1.14fr; gap: 80px; }
.contact-intro h2 { margin: 0; font-size: 38px; line-height: 1.35; }
.contact-intro p:last-child { color: var(--muted); }
.contact-items { border-top: 2px solid var(--ink); }
.contact-items article { padding: 24px 0; border-bottom: 1px solid var(--line); }
.contact-items span { color: var(--cobalt); font-size: 13px; font-weight: 850; }
.contact-items h3 { margin: 6px 0; font-size: 21px; }
.contact-items p { margin: 0; color: var(--muted); font-size: 15px; }
.contact-action-section { background: var(--cobalt-deep); color: #fff; }
.contact-action h2 { margin: 0; font-size: 36px; }
.contact-action p { color: #c9d8e7; }
.contact-action .button { margin-top: 12px; border-color: #fff; background: #fff; color: var(--cobalt-deep); }

.blog-list { border-top: 2px solid var(--ink); }
.blog-row { display: grid; grid-template-columns: 130px 1fr auto; gap: 34px; align-items: start; padding: 30px 0; border-bottom: 1px solid var(--line); }
.blog-row time { color: var(--cobalt); font-size: 13px; font-weight: 850; }
.blog-row h2 { margin: 0 0 8px; font-size: 24px; line-height: 1.45; }
.blog-row h2 a { text-decoration: none; }
.blog-row p { margin: 0; color: var(--muted); font-size: 15px; }
.empty-journal { padding: 52px; border: 1px solid var(--line); background: var(--ivory); text-align: center; }

/* Posts */
.single-article { padding: 84px 0 100px; }
.single-article header { margin-bottom: 42px; padding-bottom: 32px; border-bottom: 1px solid var(--line); }
.single-article h1 { margin: 0; font-size: clamp(38px, 5vw, 62px); line-height: 1.25; }
.single-article time { display: block; margin-top: 16px; color: var(--muted); font-size: 14px; }
.entry-content h2 { margin: 52px 0 14px; font-size: 31px; line-height: 1.4; }
.entry-content h3 { margin: 38px 0 10px; font-size: 23px; }
.entry-content p, .entry-content li { color: var(--ink-soft); }
.entry-content a { color: var(--cobalt); }

/* Footer */
.contact-band { padding: 58px 0; background: var(--cobalt); color: #fff; }
.contact-inner { display: flex; align-items: center; justify-content: space-between; gap: 46px; }
.footer-label { margin: 0 0 7px; color: #c8e0fa; font-size: 13px; font-weight: 850; }
.contact-inner h2 { margin: 0 0 5px; font-size: 30px; line-height: 1.4; }
.contact-inner p { margin: 0; color: #dce9f7; }
.footer-button { flex: 0 0 auto; padding: 12px 18px; border: 1px solid #fff; border-radius: 4px; color: #fff; text-decoration: none; font-size: 14px; font-weight: 850; }
.footer-button:hover, .footer-button:focus { background: #fff; color: var(--cobalt); }
.site-footer { padding: 38px 0; border-top: 1px solid var(--line); background: #fff; }
.footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 24px 60px; align-items: end; color: var(--muted); font-size: 13px; }
.footer-brand img { display: block; width: 146px; height: auto; }
.footer-brand p { max-width: 520px; margin: 10px 0 0; }
.footer-nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 22px; }
.footer-nav a { color: var(--ink-soft); text-decoration: none; font-weight: 760; }
.copyright { grid-column: 1 / -1; margin: 0; padding-top: 20px; border-top: 1px solid var(--line); }

@media (max-width: 920px) {
  .menu-toggle { display: inline-flex; align-items: center; justify-content: center; }
  .site-nav { display: none; position: absolute; top: 82px; right: 0; left: 0; align-self: auto; gap: 0; padding: 10px 24px 20px; border-bottom: 1px solid var(--line); background: #fff; flex-direction: column; }
  .site-nav.is-open { display: flex; }
  .site-nav a { min-height: 48px; border-bottom: 1px solid var(--line); }
  .site-nav a::after { display: none; }
  .home-hero-grid, .editorial-grid, .link-preview, .contact-layout { grid-template-columns: 1fr; gap: 50px; }
  .hero-index { max-width: 520px; }
  .service-grid, .check-grid { grid-template-columns: 1fr; }
  .service-grid article, .check-grid article { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-grid article:last-child, .check-grid article:last-child { border-bottom: 0; }
  .journal-grid { grid-template-columns: 1fr 1fr; }
  .journal-card:last-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .container, .article-width { width: min(calc(100% - 30px), var(--content)); }
  .header-inner { min-height: 70px; }
  .brand img { width: 150px; }
  .site-nav { top: 70px; }
  .home-hero { padding: 70px 0 62px; }
  .home-hero-copy h1 { font-size: 49px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .content-section { padding: 66px 0; }
  .intro-panel .article-width { padding-left: 20px; }
  .large-copy { font-size: 18px; }
  .split-heading, .journal-heading, .contact-inner { align-items: flex-start; flex-direction: column; }
  .editorial-title h2 { font-size: 40px; }
  .editorial-list article { grid-template-columns: 42px 1fr; gap: 14px; }
  .journal-grid { grid-template-columns: 1fr; }
  .journal-card:last-child { grid-column: auto; }
  .link-preview > div:last-child, .official-link-panel { padding: 26px 20px; }
  .page-hero { padding: 70px 0 54px; }
  .page-hero h1 { font-size: 43px; }
  .page-hero p:last-child { font-size: 17px; }
  .principle-list article { grid-template-columns: 44px 1fr; gap: 14px; }
  .contact-intro h2, .contact-action h2 { font-size: 31px; }
  .blog-row { grid-template-columns: 1fr; gap: 7px; }
  .blog-row .card-link { margin-top: 10px; }
  .contact-inner { align-items: stretch; }
  .footer-button { text-align: center; }
  .footer-inner { grid-template-columns: 1fr; }
  .footer-nav { justify-content: flex-start; }
  .copyright { grid-column: auto; }
}

/* Simple brand CTA */
.simple-brand-cta {
  background: var(--ivory-deep);
  border-top: 1px solid var(--line);
  padding: 72px 20px;
  text-align: center;
}
.simple-brand-cta-inner {
  max-width: 620px;
  margin: 0 auto;
}
.simple-brand-cta h2 {
  margin: 0 0 26px;
  color: var(--ink);
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1.3;
  letter-spacing: 0;
}
.simple-brand-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(360px, 100%);
  min-height: 54px;
  margin: 0 auto;
  padding: 12px 24px;
  background: var(--cobalt);
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid var(--cobalt);
  border-radius: 4px;
  transition: background-color .2s ease, border-color .2s ease;
}
.simple-brand-button:hover,
.simple-brand-button:focus {
  background: var(--cobalt-dark);
  border-color: var(--cobalt-dark);
  color: #fff;
}
@media (max-width: 640px) {
  .simple-brand-cta {
    padding: 52px 20px;
  }
}


/* Address home: white and blue layout */
.address-home {
  --address-blue: #1467d8;
  --address-blue-dark: #0b3f85;
  --address-blue-soft: #eef5ff;
  --address-blue-line: #c9dcf7;
  --address-ink: #152033;
  --address-muted: #5d6b80;
  --address-white: #ffffff;
  background: var(--address-white);
  color: var(--address-ink);
}

.address-home *,
.address-home *::before,
.address-home *::after {
  box-sizing: border-box;
}

.address-shell {
  width: min(1080px, calc(100% - 40px));
  margin: 0 auto;
}

.address-reading {
  max-width: 900px;
}

.address-hero {
  min-height: 355px;
  display: grid;
  place-items: center;
  padding: 72px 0;
  background: var(--address-blue);
  text-align: center;
  color: var(--address-white);
}

.address-hero__inner {
  max-width: 760px;
}

.address-kicker {
  margin: 0 0 18px;
  color: inherit;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.address-kicker--blue {
  color: var(--address-blue);
}

.address-hero h1 {
  margin: 0;
  color: var(--address-white);
  font-size: clamp(40px, 6vw, 68px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: 0;
}

.address-hero__copy {
  max-width: 680px;
  margin: 22px auto 30px;
  color: #e8f1ff;
  font-size: 18px;
  line-height: 1.85;
}

.address-button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

.address-button--light {
  background: var(--address-white);
  color: var(--address-blue-dark);
}

.address-button--light:hover,
.address-button--light:focus {
  background: #eaf3ff;
  color: var(--address-blue-dark);
}

.address-button--solid {
  background: var(--address-blue);
  color: var(--address-white);
}

.address-button--solid:hover,
.address-button--solid:focus {
  background: var(--address-blue-dark);
  color: var(--address-white);
}

.address-section {
  padding: 90px 0;
}

.address-intro {
  background: var(--address-white);
}

.address-intro h2,
.address-section-heading h2,
.address-final-cta h2 {
  margin: 0;
  color: var(--address-ink);
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0;
}

.address-intro > .address-shell > h2 {
  max-width: 760px;
  margin: 0 auto 58px;
  text-align: center;
}

.address-prose {
  border-top: 2px solid var(--address-blue);
  padding-top: 38px;
}

.address-prose h3,
.address-split h3 {
  margin: 0 0 16px;
  color: var(--address-blue-dark);
  font-size: 21px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: 0;
}

.address-prose h3:not(:first-child) {
  margin-top: 44px;
}

.address-prose p,
.address-section-heading > p,
.address-split p,
.address-faq-list p,
.address-final-cta > .address-shell > p,
.address-post-card p {
  color: var(--address-muted);
  font-size: 16px;
  line-height: 1.9;
}

.address-prose p {
  margin: 0 0 18px;
}

.address-features {
  background: var(--address-blue-soft);
  border-top: 1px solid var(--address-blue-line);
  border-bottom: 1px solid var(--address-blue-line);
}

.address-section-heading {
  max-width: 760px;
  margin-bottom: 48px;
}

.address-section-heading > p:not(.address-kicker) {
  margin: 16px 0 0;
}

.address-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--address-blue-line);
  border-left: 1px solid var(--address-blue-line);
}

.address-feature {
  min-height: 220px;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 20px;
  padding: 34px;
  background: var(--address-white);
  border-right: 1px solid var(--address-blue-line);
  border-bottom: 1px solid var(--address-blue-line);
}

.address-feature__number {
  color: var(--address-blue);
  font-size: 15px;
  line-height: 1.4;
  font-weight: 900;
}

.address-feature h3 {
  margin: 0 0 12px;
  color: var(--address-ink);
  font-size: 20px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: 0;
}

.address-feature p {
  margin: 0;
  color: var(--address-muted);
  font-size: 15px;
  line-height: 1.8;
}

.address-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  margin-top: 60px;
}

.address-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.address-check-list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 25px;
  color: var(--address-muted);
  font-size: 15px;
  line-height: 1.75;
}

.address-check-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 9px;
  height: 9px;
  background: var(--address-blue);
}

.address-faq {
  background: var(--address-white);
}

.address-faq-list {
  border-top: 2px solid var(--address-ink);
}

.address-faq-list details {
  border-bottom: 1px solid var(--address-blue-line);
}

.address-faq-list summary {
  position: relative;
  padding: 24px 44px 24px 0;
  color: var(--address-ink);
  font-size: 17px;
  line-height: 1.55;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.address-faq-list summary::-webkit-details-marker {
  display: none;
}

.address-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 22px;
  right: 4px;
  color: var(--address-blue);
  font-size: 24px;
  font-weight: 500;
}

.address-faq-list details[open] summary::after {
  content: "−";
}

.address-faq-list p {
  margin: -4px 0 24px;
  padding-right: 50px;
}

.address-blog {
  background: var(--address-blue-soft);
  border-top: 1px solid var(--address-blue-line);
}

.address-section-heading--row {
  max-width: none;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.address-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--address-blue-line);
  border-left: 1px solid var(--address-blue-line);
}

.address-post-card {
  min-height: 280px;
  padding: 30px;
  background: var(--address-white);
  border-right: 1px solid var(--address-blue-line);
  border-bottom: 1px solid var(--address-blue-line);
}

.address-post-card__date {
  margin: 0 0 20px !important;
  color: var(--address-blue) !important;
  font-size: 12px !important;
  font-weight: 800;
}

.address-post-card h3 {
  margin: 0 0 16px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 0;
}

.address-post-card h3 a {
  color: var(--address-ink);
  text-decoration: none;
}

.address-text-link {
  display: inline-block;
  color: var(--address-blue-dark);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.address-final-cta {
  padding: 78px 0;
  background: var(--address-blue);
  color: var(--address-white);
  text-align: center;
}

.address-final-cta h2 {
  color: var(--address-white);
}

.address-final-cta > .address-shell > p {
  margin: 14px 0 26px;
  color: #e8f1ff;
}

.address-final-cta .address-button--solid {
  background: var(--address-white);
  color: var(--address-blue-dark);
}

.address-final-cta .address-button--solid:hover,
.address-final-cta .address-button--solid:focus {
  background: #eaf3ff;
  color: var(--address-blue-dark);
}

@media (max-width: 820px) {
  .address-shell {
    width: min(100% - 32px, 1080px);
  }

  .address-hero {
    min-height: 330px;
    padding: 60px 0;
  }

  .address-section {
    padding: 68px 0;
  }

  .address-feature-list,
  .address-split,
  .address-post-grid {
    grid-template-columns: 1fr;
  }

  .address-feature {
    min-height: 0;
  }

  .address-split {
    gap: 36px;
  }

  .address-section-heading--row {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 520px) {
  .address-shell {
    width: min(100% - 24px, 1080px);
  }

  .address-hero {
    min-height: 300px;
    padding: 50px 0;
  }

  .address-hero h1 {
    font-size: 40px;
  }

  .address-hero__copy {
    font-size: 16px;
    line-height: 1.75;
  }

  .address-section {
    padding: 54px 0;
  }

  .address-intro > .address-shell > h2 {
    margin-bottom: 40px;
  }

  .address-feature {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 26px 22px;
  }

  .address-faq-list summary {
    font-size: 16px;
  }

  .address-post-card {
    min-height: 0;
    padding: 26px 22px;
  }
}


/* Unified blue hero treatment for all sub pages */
.page-hero,
.page-hero.link-page-hero,
.page-hero.contact-page-hero,
.page-hero.blog-page-hero {
  background: #1467d8 !important;
  color: #ffffff !important;
  border-top-color: #1467d8 !important;
  border-bottom-color: #0f57b8 !important;
}

.page-hero .article-width,
.page-hero h1,
.page-hero h2,
.page-hero h3,
.page-hero p,
.page-hero .eyebrow,
.page-hero a {
  color: #ffffff !important;
}

.page-hero .eyebrow {
  opacity: .86;
}

.page-hero p:not(.eyebrow) {
  color: #e8f1ff !important;
}

.page-hero .button,
.page-hero .wp-block-button__link,
.page-hero a[class*="button"] {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #0b3f85 !important;
}

.page-hero .button:hover,
.page-hero .button:focus,
.page-hero .wp-block-button__link:hover,
.page-hero .wp-block-button__link:focus,
.page-hero a[class*="button"]:hover,
.page-hero a[class*="button"]:focus {
  background: #eaf3ff !important;
  color: #0b3f85 !important;
}


/* Unified blue panels across sub pages */
.official-link-panel,
.empty-journal,
.note-panel {
  background: #1467d8 !important;
  border-color: #0f57b8 !important;
  color: #ffffff !important;
}

.official-link-panel h2,
.official-link-panel h3,
.official-link-panel p,
.official-link-panel .eyebrow,
.official-link-panel .official-domain,
.empty-journal h2,
.empty-journal h3,
.empty-journal p,
.empty-journal .eyebrow,
.note-panel h2,
.note-panel h3,
.note-panel p,
.note-panel strong,
.note-panel li,
.note-panel a {
  color: #ffffff !important;
}

.official-link-panel p,
.empty-journal p,
.note-panel p,
.note-panel li {
  color: #e8f1ff !important;
}

.official-link-panel .button-primary,
.empty-journal .button-primary,
.note-panel .button-primary {
  background: #ffffff !important;
  border-color: #ffffff !important;
  color: #0b3f85 !important;
}

.official-link-panel .button-primary:hover,
.official-link-panel .button-primary:focus,
.empty-journal .button-primary:hover,
.empty-journal .button-primary:focus,
.note-panel .button-primary:hover,
.note-panel .button-primary:focus {
  background: #eaf3ff !important;
  color: #0b3f85 !important;
}


/* Editorial SEO guide */
.address-seo-guide {
  background: #ffffff;
  border-top: 1px solid var(--address-blue-line);
}

.address-guide-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, .85fr);
  gap: 72px;
  align-items: start;
}

.address-guide-copy h3,
.address-guide-steps h3,
.address-guide-note h3 {
  margin: 0 0 14px;
  color: var(--address-blue-dark);
  font-size: 21px;
  line-height: 1.45;
  font-weight: 800;
  letter-spacing: 0;
}

.address-guide-copy h3:not(:first-child) {
  margin-top: 38px;
}

.address-guide-copy p,
.address-guide-note p {
  margin: 0;
  color: var(--address-muted);
  font-size: 16px;
  line-height: 1.9;
}

.address-guide-copy strong {
  color: var(--address-ink);
}

.address-step-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 2px solid var(--address-blue);
}

.address-step-list li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid var(--address-blue-line);
}

.address-step-list li > span {
  color: var(--address-blue);
  font-size: 14px;
  line-height: 1.6;
  font-weight: 900;
}

.address-step-list strong {
  display: block;
  margin-bottom: 5px;
  color: var(--address-ink);
  font-size: 16px;
  line-height: 1.55;
}

.address-step-list p {
  margin: 0;
  color: var(--address-muted);
  font-size: 14px;
  line-height: 1.75;
}

.address-guide-note {
  margin-top: 58px;
  padding: 30px 34px;
  background: var(--address-blue-soft);
  border-left: 4px solid var(--address-blue);
}

@media (max-width: 820px) {
  .address-guide-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

@media (max-width: 520px) {
  .address-guide-note {
    margin-top: 42px;
    padding: 24px 22px;
  }
}
