:root {
  --ead-navy: #062b45;
  --ead-navy-2: #0a3c5d;
  --ead-blue: #087ca7;
  --ead-cyan: #00a7bd;
  --ead-cyan-soft: #eaf9fb;
  --ead-gold: #f6b533;
  --ead-ink: #173544;
  --ead-muted: #5d7480;
  --ead-line: #dbe7eb;
  --ead-soft: #f4f8fa;
  --ead-white: #fff;
  --ead-green: #178966;
  --ead-shadow: 0 22px 60px rgba(5, 43, 69, .11);
  --ead-shadow-soft: 0 14px 40px rgba(5, 43, 69, .08);
}

* { box-sizing: border-box; }
html { width: 100%; max-width: 100%; overflow-x: hidden; scroll-padding-top: 128px; }
body.page-cie-ead { width: 100%; max-width: 100%; margin: 0; overflow-x: hidden; color: var(--ead-ink); background: var(--ead-white); }
.page-cie-ead img, .page-cie-ead svg { display: block; max-width: 100%; }
.page-cie-ead a { text-underline-offset: 3px; }
.page-cie-ead .container { width: min(1180px, calc(100% - 40px)); max-width: 100%; margin-inline: auto; }
.page-cie-ead .button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 48px; padding: 13px 20px; border: 1px solid var(--ead-blue); border-radius: 10px;
  background: var(--ead-blue); color: #fff; font-size: .94rem; font-weight: 850; line-height: 1.2;
  max-width: 100%; overflow-wrap: anywhere; white-space: normal; text-align: center; text-decoration: none; transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.page-cie-ead .ncie-header-cta .button { overflow-wrap: normal; white-space: nowrap; }
.page-cie-ead .button:hover { transform: translateY(-2px); border-color: #056b91; background: #056b91; box-shadow: 0 12px 24px rgba(8, 124, 167, .2); }
.page-cie-ead .button:focus-visible, .page-cie-ead a:focus-visible, .page-cie-ead button:focus-visible, .page-cie-ead summary:focus-visible { outline: 3px solid #f6b533; outline-offset: 3px; }
.page-cie-ead .button-large { min-height: 54px; padding: 15px 23px; }
.page-cie-ead .button-small { min-height: 42px; padding: 10px 17px; font-size: .82rem; }

.skip-link {
  position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0;
  overflow: hidden; clip: rect(0 0 0 0); clip-path: inset(50%); white-space: nowrap; border: 0;
}
.skip-link:focus, .skip-link:focus-visible {
  position: fixed; z-index: 10000; top: 12px; left: 12px; width: auto; height: auto; margin: 0;
  padding: 12px 16px; overflow: visible; clip: auto; clip-path: none; border-radius: 8px;
  background: #fff; color: var(--ead-navy); font-weight: 850; box-shadow: var(--ead-shadow);
}

.ead-guide, .ead-guide article { width: 100%; max-width: 100%; }
.ead-hero-grid > *, .ead-content-grid > *, .ead-content-grid-wide > *, .ead-video-grid > *, .ead-security-grid > *, .ead-final-grid > *, .ead-faq-grid > *, .ead-actions > *, .ead-process-cta > * { min-width: 0; max-width: 100%; }
.ead-breadcrumb { border-bottom: 1px solid var(--ead-line); background: #fff; }
.ead-breadcrumb .container { min-height: 48px; display: flex; align-items: center; gap: 8px; overflow: hidden; color: #6b818b; font-size: .79rem; white-space: nowrap; }
.ead-breadcrumb a { color: #496571; text-decoration: none; }
.ead-breadcrumb a:hover { color: var(--ead-blue); }
.ead-breadcrumb strong { min-width: 0; overflow: hidden; color: var(--ead-navy); text-overflow: ellipsis; }

.ead-hero {
  position: relative; isolation: isolate; overflow: hidden; padding: 72px 0 64px;
  background:
    radial-gradient(circle at 83% 16%, rgba(0, 167, 189, .13), transparent 28%),
    linear-gradient(135deg, #f8fcfd 0%, #fff 48%, #eff9fb 100%);
}
.ead-hero::before {
  content: ""; position: absolute; z-index: -1; width: 390px; height: 390px; right: -170px; bottom: -260px;
  border: 68px solid rgba(8, 124, 167, .065); border-radius: 50%;
}
.ead-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(420px, .95fr); align-items: center; gap: 68px; }
.ead-kicker, .ead-eyebrow { display: inline-flex; align-items: center; gap: 7px; color: var(--ead-blue); font-size: .76rem; font-weight: 900; letter-spacing: .105em; line-height: 1.3; text-transform: uppercase; }
.ead-kicker i { color: var(--ead-gold); font-style: normal; }
.ead-hero h1 { max-width: 700px; margin: 14px 0 22px; color: var(--ead-navy); font-size: clamp(2.45rem, 4.15vw, 4.3rem); font-weight: 920; letter-spacing: -.055em; line-height: .99; text-wrap: balance; }
.ead-direct-answer { display: grid; grid-template-columns: 30px 1fr; gap: 12px; max-width: 680px; padding: 17px 19px; border: 1px solid #bfe4e9; border-left: 4px solid var(--ead-cyan); border-radius: 8px; background: rgba(255,255,255,.86); box-shadow: 0 10px 30px rgba(5,43,69,.06); }
.ead-direct-answer > span { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: var(--ead-cyan); color: #fff; font-size: .82rem; font-weight: 900; }
.ead-direct-answer p { margin: 0; color: #365560; font-size: 1rem; line-height: 1.6; }
.ead-direct-answer strong { color: var(--ead-navy); }
.ead-lead { max-width: 650px; margin: 20px 0 0; color: var(--ead-muted); font-size: 1.08rem; line-height: 1.66; }
.ead-meta { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 19px; color: #6e838c; font-size: .78rem; font-weight: 650; }
.ead-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 26px; }
.ead-button-secondary { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 18px; border: 1px solid #c9dce2; border-radius: 10px; background: #fff; color: var(--ead-navy); font-size: .9rem; font-weight: 850; text-align: center; text-decoration: none; }
.ead-button-secondary:hover { border-color: var(--ead-blue); color: var(--ead-blue); }

.ead-hero-visual { position: relative; width: 100%; max-width: 100%; overflow: hidden; padding: 26px; border: 1px solid rgba(8,124,167,.18); border-radius: 22px; background: linear-gradient(155deg, #07314d, #0b4e6f); box-shadow: 0 32px 80px rgba(5,43,69,.22); color: #fff; }
.ead-hero-visual::after { content: ""; position: absolute; inset: 8px; pointer-events: none; border: 1px solid rgba(255,255,255,.08); border-radius: 16px; }
.ead-visual-label { position: relative; z-index: 1; display: block; color: #84dce8; font-size: .68rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.ead-hero-visual > img { position: relative; z-index: 1; width: 100%; height: auto; margin: 22px 0 24px; filter: drop-shadow(0 18px 18px rgba(0,0,0,.24)); }
.ead-flow { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 5px; padding: 14px 13px; border: 1px solid rgba(255,255,255,.12); border-radius: 11px; background: rgba(255,255,255,.075); }
.ead-flow span { min-width: 0; display: grid; gap: 2px; overflow-wrap: anywhere; color: #fff; font-size: .69rem; font-weight: 800; text-align: center; }
.ead-flow b { color: #72d2df; font-size: .57rem; letter-spacing: .08em; }
.ead-flow i { color: #6eb8c8; font-style: normal; }
.ead-visual-foot { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 14px; }
.ead-visual-foot > span { display: grid; gap: 3px; padding: 12px; border-radius: 9px; background: rgba(255,255,255,.08); }
.ead-visual-foot small { color: #b8d6df; font-size: .61rem; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.ead-visual-foot strong { font-size: .78rem; }

.ead-quick { position: relative; z-index: 2; border-block: 1px solid var(--ead-line); background: #fff; }
.ead-quick-grid { display: grid; grid-template-columns: repeat(5, 1fr); }
.ead-quick-grid > div { min-width: 0; display: grid; align-content: center; gap: 3px; min-height: 115px; padding: 20px; border-right: 1px solid var(--ead-line); }
.ead-quick-grid > div:first-child { border-left: 1px solid var(--ead-line); }
.ead-quick-grid small { color: var(--ead-blue); font-size: .62rem; font-weight: 900; letter-spacing: .09em; }
.ead-quick-grid strong { color: var(--ead-navy); font-size: .96rem; line-height: 1.25; }
.ead-quick-grid span { color: #6e838d; font-size: .71rem; line-height: 1.4; }

.ead-toc { position: sticky; z-index: 50; top: 79px; border-bottom: 1px solid var(--ead-line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.ead-toc .container { min-height: 60px; display: flex; align-items: center; gap: 22px; }
.ead-toc strong { flex: none; color: var(--ead-navy); font-size: .68rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ead-toc .container > div { min-width: 0; display: flex; align-items: center; gap: 5px; overflow-x: auto; scrollbar-width: none; }
.ead-toc .container > div::-webkit-scrollbar { display: none; }
.ead-toc a { flex: none; padding: 8px 10px; border-radius: 999px; color: #59717c; font-size: .75rem; font-weight: 800; text-decoration: none; }
.ead-toc a:hover { background: var(--ead-cyan-soft); color: var(--ead-blue); }

.ead-section { padding: 92px 0; }
.ead-section-soft { border-block: 1px solid #e3ecef; background: var(--ead-soft); }
.ead-section-heading { max-width: 780px; margin-bottom: 42px; }
.ead-section-heading h2, .ead-prose h2, .ead-fesn-band h2, .ead-video-copy h2, .ead-security-grid h2, .ead-use-copy h2, .ead-faq-intro h2, .ead-final-cta h2 {
  margin: 10px 0 16px; color: var(--ead-navy); font-size: clamp(2rem, 3.1vw, 3.15rem); font-weight: 900; letter-spacing: -.04em; line-height: 1.08; text-wrap: balance;
}
.ead-section-heading > p, .ead-prose > p, .ead-fesn-band p, .ead-video-copy > p, .ead-security-grid > div > p, .ead-use-copy p, .ead-faq-intro > p { color: var(--ead-muted); font-size: 1.04rem; line-height: 1.75; }
.ead-heading-center { margin-inline: auto; text-align: center; }
.ead-heading-light h2, .ead-heading-light p, .ead-heading-light .ead-eyebrow { color: #fff; }
.ead-heading-light p { opacity: .78; }
.ead-content-grid { display: grid; grid-template-columns: minmax(0, 1.13fr) minmax(330px, .87fr); align-items: start; gap: 74px; }
.ead-content-grid-wide { grid-template-columns: minmax(0, 1.2fr) minmax(350px, .8fr); }
.ead-prose h2 { max-width: 750px; }
.ead-prose > p { margin: 0 0 18px; }
.ead-prose .ead-opening { color: #294955; font-size: 1.12rem; line-height: 1.72; }
.ead-prose strong { color: var(--ead-navy); }
.ead-inline-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 11px 22px; margin-top: 27px; padding-top: 22px; border-top: 1px solid var(--ead-line); }
.ead-inline-actions a { color: var(--ead-blue); font-size: .88rem; font-weight: 850; }
.ead-rule-card { padding: 29px; border: 1px solid #cfe1e6; border-radius: 18px; background: linear-gradient(155deg, #fff, #f0fafb); box-shadow: var(--ead-shadow-soft); }
.ead-rule-icon { width: 52px; height: 52px; display: grid; place-items: center; margin-bottom: 21px; border-radius: 14px; background: var(--ead-navy); }
.ead-rule-icon svg { width: 28px; fill: none; stroke: #76d5e1; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.ead-rule-card small { color: var(--ead-blue); font-size: .64rem; font-weight: 900; letter-spacing: .11em; }
.ead-rule-card h3 { margin: 9px 0 18px; color: var(--ead-navy); font-size: 1.55rem; line-height: 1.2; }
.ead-rule-card ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.ead-rule-card li { display: flex; align-items: center; gap: 9px; color: #375863; font-size: .9rem; font-weight: 750; }
.ead-rule-card li span { width: 22px; height: 22px; display: grid; place-items: center; flex: none; border-radius: 50%; background: #dff5ed; color: var(--ead-green); font-size: .7rem; }
.ead-rule-card > p { margin: 20px 0 0; padding-top: 17px; border-top: 1px solid var(--ead-line); color: #657b84; font-size: .84rem; line-height: 1.6; }

.ead-compare-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.ead-compare-card { position: relative; display: flex; flex-direction: column; min-height: 430px; padding: 25px 23px 22px; overflow: hidden; border: 1px solid var(--ead-line); border-radius: 15px; background: #fff; }
.ead-compare-card::before { content: ""; position: absolute; inset: 0 0 auto; height: 4px; background: var(--ead-blue); }
.ead-compare-card.is-review::before { background: #12a3a8; }
.ead-compare-card.is-attention::before { background: #e9a323; }
.ead-compare-card.is-no::before { background: #8497a0; }
.ead-compare-top { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.ead-compare-top span { color: #aac0c8; font-size: 2.2rem; font-weight: 900; letter-spacing: -.05em; }
.ead-compare-top small { color: #78909a; font-size: .56rem; font-weight: 900; letter-spacing: .08em; text-align: right; }
.ead-compare-card h3 { margin: 25px 0 11px; color: var(--ead-navy); font-size: 1.3rem; }
.ead-compare-card p { margin: 0; color: var(--ead-muted); font-size: .86rem; line-height: 1.63; }
.ead-compare-card ul { display: grid; gap: 8px; margin: 21px 0 24px; padding: 18px 0 0; border-top: 1px solid var(--ead-line); list-style: none; }
.ead-compare-card li { display: flex; gap: 8px; color: #48646f; font-size: .79rem; font-weight: 750; }
.ead-compare-card li::before { content: ""; width: 6px; height: 6px; flex: none; margin-top: .45em; border-radius: 50%; background: #21a1b0; }
.ead-status { margin-top: auto; padding: 10px 12px; border-radius: 8px; background: #ebf8fa; color: #08748d; font-size: .72rem; text-align: center; }
.is-review .ead-status { background: #eaf8f5; color: #167e68; }
.is-attention .ead-status { background: #fff7e6; color: #9b6811; }
.is-no .ead-status { background: #f0f3f4; color: #5e727b; }

.ead-attention { padding: 31px; border: 1px solid #f0d495; border-radius: 16px; background: #fffaf0; }
.ead-attention > span { display: inline-block; padding: 5px 8px; border-radius: 5px; background: #f6b533; color: #4e3608; font-size: .61rem; font-weight: 950; letter-spacing: .1em; }
.ead-attention h3 { margin: 16px 0 10px; color: #5f430e; font-size: 1.46rem; line-height: 1.24; }
.ead-attention p { color: #765b25; font-size: .9rem; line-height: 1.6; }
.ead-attention ul { display: grid; gap: 10px; margin: 20px 0 0; padding: 18px 0 0 18px; border-top: 1px solid #efdba9; color: #735c2c; font-size: .83rem; line-height: 1.5; }
.ead-fesn-band { display: grid; grid-template-columns: 230px 1fr; align-items: center; gap: 48px; margin-top: 70px; padding: 42px; border-radius: 20px; background: var(--ead-navy); color: #fff; }
.ead-fesn-mark { display: grid; place-items: center; align-content: center; aspect-ratio: 1; padding: 20px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; background: rgba(255,255,255,.06); text-align: center; }
.ead-fesn-mark span { color: #fff; font-size: 3.1rem; font-weight: 950; letter-spacing: -.05em; }
.ead-fesn-mark small { color: #a9d5df; font-size: .66rem; line-height: 1.35; }
.ead-fesn-band h2 { color: #fff; }
.ead-fesn-band p { color: #cee0e6; margin: 0 0 13px; font-size: .95rem; }
.ead-fesn-band .ead-eyebrow { color: #79d3df; }

.ead-video-section { padding: 86px 0; background: #082f49; color: #fff; }
.ead-video-grid { display: grid; grid-template-columns: minmax(0, .78fr) minmax(500px, 1.22fr); align-items: center; gap: 62px; }
.ead-video-copy h2 { color: #fff; }
.ead-video-copy > p { color: #c9dee5; }
.ead-video-copy .ead-eyebrow { color: #6ed0dc; }
.ead-video-note { margin: 21px 0; padding: 15px 16px; border-left: 3px solid var(--ead-gold); background: rgba(255,255,255,.065); color: #d9e6ea; font-size: .81rem; line-height: 1.55; }
.ead-video-note strong { color: #fff; }
.ead-text-link { color: #7dd7e2; font-size: .86rem; font-weight: 850; }
.ead-video { aspect-ratio: 16 / 9; overflow: hidden; border: 1px solid rgba(255,255,255,.17); border-radius: 16px; background: #001723; box-shadow: 0 28px 60px rgba(0,0,0,.27); }
.ead-video-poster { position: relative; width: 100%; height: 100%; padding: 0; overflow: hidden; border: 0; cursor: pointer; background: #001723; }
.ead-video-poster::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,20,31,.55), transparent 55%); transition: background .2s ease; }
.ead-video-poster:hover::after { background: rgba(0,34,50,.14); }
.ead-video-poster img { width: 100%; height: 100%; object-fit: cover; }
.ead-play { position: absolute; z-index: 2; inset: 50% auto auto 50%; width: 68px; height: 68px; display: grid; place-items: center; transform: translate(-50%,-50%); border: 3px solid #fff; border-radius: 50%; background: rgba(0,124,164,.94); box-shadow: 0 10px 30px rgba(0,0,0,.28); transition: transform .18s ease; }
.ead-video-poster:hover .ead-play { transform: translate(-50%,-50%) scale(1.07); }
.ead-play svg { width: 31px; fill: #fff; }
.ead-video-duration { position: absolute; z-index: 2; right: 13px; bottom: 13px; padding: 5px 7px; border-radius: 5px; background: rgba(0,0,0,.78); color: #fff; font-size: .73rem; font-weight: 800; }
.ead-video iframe { width: 100%; height: 100%; border: 0; }

.ead-process-section { background: #fff; }
.ead-steps { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; margin: 0; padding: 0; list-style: none; }
.ead-steps::before { content: ""; position: absolute; top: 37px; left: 8%; right: 8%; height: 1px; background: #bcd7df; }
.ead-steps li { position: relative; z-index: 1; }
.ead-steps li > span { width: 74px; height: 74px; display: grid; place-items: center; margin: 0 auto -13px; border: 9px solid #fff; border-radius: 50%; background: var(--ead-cyan-soft); color: var(--ead-blue); font-size: .83rem; font-weight: 950; }
.ead-steps li > div { min-height: 230px; padding: 32px 20px 20px; border: 1px solid var(--ead-line); border-radius: 13px; background: #fff; text-align: center; }
.ead-steps small { color: var(--ead-blue); font-size: .57rem; font-weight: 900; letter-spacing: .1em; }
.ead-steps h3 { margin: 8px 0 10px; color: var(--ead-navy); font-size: 1rem; line-height: 1.3; }
.ead-steps p { margin: 0; color: var(--ead-muted); font-size: .79rem; line-height: 1.58; }
.ead-process-cta { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 38px; padding: 27px 29px; border-radius: 14px; background: #edf8fa; }
.ead-process-cta strong { color: var(--ead-navy); font-size: 1.1rem; }
.ead-process-cta p { margin: 5px 0 0; color: var(--ead-muted); font-size: .86rem; }

.ead-docs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.ead-docs-grid article { position: relative; padding: 29px; border: 1px solid var(--ead-line); border-radius: 14px; background: #fff; box-shadow: 0 10px 30px rgba(5,43,69,.045); }
.ead-docs-grid article > span { width: 49px; height: 49px; display: grid; place-items: center; margin-bottom: 25px; border-radius: 12px; background: var(--ead-cyan-soft); }
.ead-docs-grid svg { width: 25px; fill: none; stroke: var(--ead-blue); stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }
.ead-docs-grid small { color: #879da6; font-size: .61rem; font-weight: 900; letter-spacing: .09em; }
.ead-docs-grid h3 { margin: 8px 0 10px; color: var(--ead-navy); font-size: 1.22rem; }
.ead-docs-grid p { margin: 0; color: var(--ead-muted); font-size: .86rem; line-height: 1.63; }
.ead-docs-foot { margin-top: 22px; padding: 20px 23px; border-left: 3px solid var(--ead-blue); background: #fff; color: #58717c; font-size: .88rem; line-height: 1.65; }
.ead-docs-foot p { margin: 0; }
.ead-docs-foot a { color: var(--ead-blue); font-weight: 850; }

.ead-pricing-section { background: linear-gradient(145deg, #052a43, #0a4463); }
.ead-price-grid { max-width: 940px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-inline: auto; }
.ead-price-grid article { position: relative; padding: 34px; border: 1px solid rgba(255,255,255,.12); border-radius: 17px; background: #fff; }
.ead-price-grid article.is-featured { border: 2px solid var(--ead-gold); box-shadow: 0 24px 60px rgba(0,0,0,.2); }
.ead-popular { position: absolute; top: -14px; right: 24px; padding: 7px 12px; border-radius: 999px; background: var(--ead-gold); color: #463006; font-size: .61rem; font-weight: 950; letter-spacing: .09em; }
.ead-price-tag { color: var(--ead-blue); font-size: .62rem; font-weight: 900; letter-spacing: .1em; }
.ead-price-grid h3 { margin: 9px 0 8px; color: var(--ead-navy); font-size: 1.55rem; }
.ead-price-grid article > p { min-height: 48px; margin: 0; color: var(--ead-muted); font-size: .87rem; line-height: 1.55; }
.ead-price { display: grid; gap: 5px; margin: 25px 0 21px; padding: 21px 0; border-block: 1px solid var(--ead-line); }
.ead-price small { color: #71858e; font-size: .69rem; }
.ead-price strong { color: var(--ead-navy); font-size: 3.6rem; letter-spacing: -.06em; line-height: 1; }
.ead-price sup { margin-right: 4px; font-size: 1.1rem; vertical-align: top; }
.ead-price em { font-size: 1.35rem; font-style: normal; }
.ead-price-grid ul { display: grid; gap: 10px; margin: 0 0 25px; padding: 0; list-style: none; }
.ead-price-grid li { display: flex; gap: 9px; color: #49646f; font-size: .84rem; }
.ead-price-grid li::before { content: "✓"; color: var(--ead-green); font-weight: 900; }
.ead-price-grid .button { width: 100%; }
.ead-price-note { max-width: 900px; margin: 23px auto 0; color: #bcd2da; font-size: .74rem; line-height: 1.55; text-align: center; }

.ead-security-section { background: #fff; }
.ead-security-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 72px; }
.ead-security-list { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--ead-line); border-radius: 16px; overflow: hidden; }
.ead-security-list article { display: grid; grid-template-columns: 36px 1fr; gap: 13px; min-height: 155px; padding: 24px; background: #fff; }
.ead-security-list article:nth-child(odd) { border-right: 1px solid var(--ead-line); }
.ead-security-list article:nth-child(-n+2) { border-bottom: 1px solid var(--ead-line); }
.ead-security-list > article > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: var(--ead-navy); color: #75d1dd; font-size: .66rem; font-weight: 900; }
.ead-security-list h3 { margin: 1px 0 7px; color: var(--ead-navy); font-size: .96rem; }
.ead-security-list p { margin: 0; color: var(--ead-muted); font-size: .78rem; line-height: 1.55; }

.ead-use-section { padding: 76px 0; background: #eef8fa; }
.ead-use-section .container { display: grid; grid-template-columns: .8fr 1.2fr; gap: 55px; align-items: center; }
.ead-use-copy h2 { font-size: clamp(1.9rem, 3vw, 2.8rem); }
.ead-use-copy p { margin-bottom: 0; }
.ead-use-list { display: flex; flex-wrap: wrap; gap: 9px; }
.ead-use-list span { padding: 12px 15px; border: 1px solid #c8e0e5; border-radius: 999px; background: #fff; color: #315561; font-size: .81rem; font-weight: 800; }
.ead-use-note { grid-column: 1 / -1; margin: -12px 0 0; padding-top: 19px; border-top: 1px solid #cfe3e7; color: #687d85; font-size: .79rem; }
.ead-use-note strong { color: var(--ead-navy); }

.ead-related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.ead-related-grid > a { display: flex; flex-direction: column; min-height: 220px; padding: 25px; border: 1px solid var(--ead-line); border-radius: 13px; background: #fff; color: inherit; text-decoration: none; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.ead-related-grid > a:hover { transform: translateY(-4px); border-color: #9dccd7; box-shadow: var(--ead-shadow-soft); }
.ead-related-grid small { color: var(--ead-blue); font-size: .58rem; font-weight: 900; letter-spacing: .1em; }
.ead-related-grid h3 { margin: 20px 0; color: var(--ead-navy); font-size: 1.12rem; line-height: 1.36; }
.ead-related-grid span { margin-top: auto; color: var(--ead-blue); font-size: .78rem; font-weight: 850; }
.ead-related-grid i { font-style: normal; }

.ead-final-cta { padding: 72px 0; background: var(--ead-cyan); }
.ead-final-grid { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 60px; }
.ead-final-cta .ead-eyebrow { color: #dffaff; }
.ead-final-cta h2 { max-width: 760px; color: #fff; font-size: clamp(2rem, 3.2vw, 3.25rem); }
.ead-final-cta p { margin: 0; color: #e2f8fb; font-size: 1rem; }
.ead-final-actions { display: grid; gap: 13px; }
.ead-final-actions .button { border-color: #fff; background: #fff; color: var(--ead-navy); }
.ead-final-actions .button:hover { background: #f0fbfc; color: var(--ead-navy); }
.ead-final-actions > a:last-child { color: #fff; font-size: .87rem; font-weight: 850; text-align: center; }

.ead-faq-section { background: #fff; }
.ead-faq-grid { display: grid; grid-template-columns: 350px 1fr; align-items: start; gap: 70px; }
.ead-faq-intro { position: sticky; top: 165px; }
.ead-faq-intro h2 { font-size: 2.45rem; }
.ead-faq-intro > a { display: inline-block; margin-top: 17px; color: var(--ead-blue); font-size: .85rem; font-weight: 850; }
.ead-faq-list { border-top: 1px solid var(--ead-line); }
.ead-faq-list details { border-bottom: 1px solid var(--ead-line); }
.ead-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 21px 2px; color: var(--ead-navy); cursor: pointer; font-size: .98rem; font-weight: 850; line-height: 1.4; list-style: none; }
.ead-faq-list summary::-webkit-details-marker { display: none; }
.ead-faq-list summary span { width: 28px; height: 28px; display: grid; place-items: center; flex: none; border-radius: 50%; background: var(--ead-cyan-soft); color: var(--ead-blue); font-size: 1.1rem; transition: transform .18s ease; }
.ead-faq-list details[open] summary span { transform: rotate(45deg); }
.ead-faq-list details p { max-width: 760px; margin: -5px 45px 22px 2px; color: var(--ead-muted); font-size: .91rem; line-height: 1.7; }

.ead-sources { padding: 34px 0 48px; border-top: 1px solid var(--ead-line); background: #f7fafb; }
.ead-sources h2 { margin: 0 0 13px; color: var(--ead-navy); font-size: .95rem; }
.ead-sources ul { display: flex; flex-wrap: wrap; gap: 8px 20px; margin: 0; padding: 0; list-style: none; }
.ead-sources a { color: #516d78; font-size: .72rem; }
.ead-sources p { margin: 14px 0 0; color: #7b8e96; font-size: .69rem; line-height: 1.5; }

@media (max-width: 1080px) {
  .ead-hero-grid { grid-template-columns: minmax(0, 1fr) minmax(370px, .86fr); gap: 38px; }
  .ead-hero h1 { font-size: clamp(2.35rem, 4.7vw, 3.55rem); }
  .ead-quick-grid { grid-template-columns: repeat(3, 1fr); }
  .ead-quick-grid > div:nth-child(4), .ead-quick-grid > div:nth-child(5) { border-top: 1px solid var(--ead-line); }
  .ead-compare-grid { grid-template-columns: 1fr 1fr; }
  .ead-compare-card { min-height: 390px; }
  .ead-video-grid { grid-template-columns: .85fr 1.15fr; gap: 35px; }
  .ead-steps { grid-template-columns: repeat(3, 1fr); }
  .ead-steps::before { display: none; }
  .ead-related-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 105px; }
  .page-cie-ead .container { width: min(100% - 30px, 700px); }
  .ead-hero { padding: 54px 0 48px; }
  .ead-hero-grid, .ead-content-grid, .ead-content-grid-wide, .ead-video-grid, .ead-security-grid, .ead-final-grid, .ead-faq-grid { grid-template-columns: 1fr; }
  .ead-hero-grid { gap: 38px; }
  .ead-hero-copy { text-align: center; }
  .ead-kicker { justify-content: center; }
  .ead-direct-answer { text-align: left; }
  .ead-lead { margin-inline: auto; }
  .ead-meta, .ead-actions { justify-content: center; }
  .ead-hero-visual { max-width: 610px; margin-inline: auto; }
  .ead-quick-grid { grid-template-columns: 1fr 1fr; }
  .ead-quick-grid > div { min-height: 100px; border: 0; border-right: 1px solid var(--ead-line); border-bottom: 1px solid var(--ead-line); }
  .ead-quick-grid > div:first-child { border-left: 0; }
  .ead-quick-grid > div:nth-child(even) { border-right: 0; }
  .ead-quick-grid > div:last-child { grid-column: 1 / -1; border: 0; text-align: center; }
  .ead-toc { top: 68px; }
  .ead-toc .container { gap: 13px; }
  .ead-section { padding: 72px 0; }
  .ead-content-grid { gap: 35px; }
  .ead-rule-card, .ead-attention { max-width: 610px; width: 100%; }
  .ead-fesn-band { grid-template-columns: 160px 1fr; gap: 30px; padding: 32px; }
  .ead-video-grid { gap: 30px; }
  .ead-video-copy { text-align: center; }
  .ead-video-note { text-align: left; }
  .ead-video { width: 100%; max-width: 700px; margin-inline: auto; }
  .ead-steps { grid-template-columns: 1fr 1fr; }
  .ead-steps li:last-child { grid-column: 1 / -1; max-width: 340px; width: 100%; margin-inline: auto; }
  .ead-process-cta { flex-direction: column; text-align: center; }
  .ead-docs-grid { grid-template-columns: 1fr; }
  .ead-docs-grid article { display: grid; grid-template-columns: 55px 1fr; column-gap: 18px; }
  .ead-docs-grid article > span { grid-row: 1 / 4; margin: 0; }
  .ead-docs-grid small, .ead-docs-grid h3, .ead-docs-grid p { grid-column: 2; }
  .ead-docs-grid h3 { margin: 5px 0 7px; }
  .ead-security-grid { gap: 35px; }
  .ead-use-section .container { grid-template-columns: 1fr; gap: 28px; }
  .ead-use-note { margin-top: 0; }
  .ead-faq-grid { gap: 36px; }
  .ead-faq-intro { position: static; max-width: 620px; }
}

@media (max-width: 560px) {
  .page-cie-ead .container { width: min(100% - 24px, 520px); }
  .ead-actions .button, .ead-actions .ead-button-secondary, .ead-process-cta .button, .ead-price-grid .button, .ead-final-actions .button {
    width: 100%; padding-inline: 12px; font-size: .84rem; line-height: 1.3;
  }
  .ead-actions .button span[aria-hidden="true"], .ead-process-cta .button span[aria-hidden="true"], .ead-price-grid .button span[aria-hidden="true"], .ead-final-actions .button span[aria-hidden="true"] { flex: none; }
  .ead-breadcrumb .container { min-height: 43px; font-size: .68rem; }
  .ead-breadcrumb .container a:nth-of-type(2), .ead-breadcrumb .container a:nth-of-type(2) + span { display: none; }
  .ead-hero { padding: 42px 0 36px; }
  .ead-hero h1 { margin-top: 11px; font-size: clamp(2rem, 10.1vw, 2.85rem); line-height: 1.02; }
  .ead-kicker, .ead-eyebrow { font-size: .66rem; }
  .ead-direct-answer { grid-template-columns: 25px 1fr; padding: 14px; }
  .ead-direct-answer > span { width: 24px; height: 24px; }
  .ead-direct-answer p { font-size: .89rem; line-height: 1.55; }
  .ead-lead { font-size: .96rem; line-height: 1.6; }
  .ead-meta { font-size: .7rem; }
  .ead-actions { display: grid; }
  .ead-actions > a { width: 100%; }
  .ead-hero-visual { padding: 19px 16px; border-radius: 17px; }
  .ead-hero-visual > img { margin: 17px 0 19px; }
  .ead-flow { display: grid; grid-template-columns: 1fr auto 1fr; gap: 8px 4px; }
  .ead-flow i:nth-of-type(2) { display: none; }
  .ead-flow span:nth-of-type(3) { grid-column: 1; }
  .ead-flow i:nth-of-type(3) { grid-column: 2; grid-row: 2; }
  .ead-flow span:nth-of-type(4) { grid-column: 3; grid-row: 2; }
  .ead-visual-foot { grid-template-columns: 1fr; gap: 8px; }
  .ead-quick-grid > div { min-height: 96px; padding: 16px 13px; }
  .ead-quick-grid small { font-size: .56rem; }
  .ead-quick-grid strong { font-size: .84rem; }
  .ead-quick-grid span { font-size: .65rem; }
  .ead-toc { top: 62px; }
  .ead-toc strong { display: none; }
  .ead-toc .container { min-height: 52px; }
  .ead-section { padding: 58px 0; }
  .ead-section-heading { margin-bottom: 29px; }
  .ead-section-heading h2, .ead-prose h2, .ead-fesn-band h2, .ead-video-copy h2, .ead-security-grid h2, .ead-use-copy h2, .ead-faq-intro h2, .ead-final-cta h2 { font-size: 2rem; line-height: 1.1; }
  .ead-section-heading > p, .ead-prose > p, .ead-fesn-band p, .ead-video-copy > p, .ead-security-grid > div > p, .ead-use-copy p, .ead-faq-intro > p { font-size: .94rem; line-height: 1.68; }
  .ead-prose .ead-opening { font-size: 1rem; }
  .ead-inline-actions { display: grid; }
  .ead-rule-card, .ead-attention { padding: 23px 20px; }
  .ead-compare-grid { grid-template-columns: 1fr; }
  .ead-compare-card { min-height: 0; padding: 23px 20px; }
  .ead-compare-card h3 { margin-top: 16px; }
  .ead-fesn-band { grid-template-columns: 1fr; gap: 24px; margin-top: 45px; padding: 25px 20px; text-align: center; }
  .ead-fesn-mark { width: 150px; margin-inline: auto; }
  .ead-video-section { padding: 58px 0; }
  .ead-video-note { font-size: .76rem; }
  .ead-play { width: 56px; height: 56px; }
  .ead-steps { grid-template-columns: 1fr; }
  .ead-steps li:last-child { grid-column: auto; max-width: none; }
  .ead-steps li { display: grid; grid-template-columns: 62px 1fr; align-items: center; }
  .ead-steps li > span { width: 62px; height: 62px; margin: 0 -10px 0 0; border-width: 7px; }
  .ead-steps li > div { min-height: 0; padding: 20px 17px 20px 27px; text-align: left; }
  .ead-process-cta { padding: 23px 17px; }
  .ead-process-cta .button { width: 100%; }
  .ead-docs-grid article { padding: 22px 18px; }
  .ead-price-grid { grid-template-columns: 1fr; }
  .ead-price-grid article { padding: 29px 22px; }
  .ead-price-grid article > p { min-height: 0; }
  .ead-price strong { font-size: 3.2rem; }
  .ead-security-list { grid-template-columns: 1fr; }
  .ead-security-list article { min-height: 0; }
  .ead-security-list article:nth-child(n) { border: 0; border-bottom: 1px solid var(--ead-line); }
  .ead-security-list article:last-child { border-bottom: 0; }
  .ead-use-list { gap: 7px; }
  .ead-use-list span { padding: 10px 12px; font-size: .74rem; }
  .ead-related-grid { grid-template-columns: 1fr; }
  .ead-related-grid > a { min-height: 175px; }
  .ead-final-cta { padding: 57px 0; text-align: center; }
  .ead-final-grid { gap: 30px; }
  .ead-final-actions .button { width: 100%; }
  .ead-faq-list summary { padding: 18px 0; font-size: .9rem; }
  .ead-faq-list details p { margin: -2px 34px 19px 0; font-size: .85rem; }
  .ead-sources ul { display: grid; gap: 8px; }
}

@media (max-width: 390px) {
  .ead-actions .button, .ead-process-cta .button, .ead-price-grid .button, .ead-final-actions .button { font-size: .8rem; }
  .ead-hero h1 { font-size: 2.12rem; }
  .ead-direct-answer { padding: 13px 12px; }
  .ead-quick-grid { grid-template-columns: 1fr; }
  .ead-quick-grid > div, .ead-quick-grid > div:nth-child(even), .ead-quick-grid > div:last-child { grid-column: auto; min-height: 82px; border: 0; border-bottom: 1px solid var(--ead-line); text-align: left; }
  .ead-quick-grid > div:last-child { border-bottom: 0; }
  .ead-flow { padding-inline: 8px; }
  .ead-flow span { font-size: .62rem; }
  .ead-faq-intro h2, .ead-final-cta h2 { font-size: 1.83rem; }
}

@supports (overflow: clip) {
  html, body.page-cie-ead { overflow-x: clip; }
}

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