:root { color-scheme: light; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.itech-editorial-document { margin: 0; background: #071c37; }
.itech-editorial {
    --ieb-navy: #071c37;
    --ieb-navy-alt: #0a2540;
    --ieb-accent: #ffd43b;
    --ieb-cyan: #16c9f4;
    --ieb-light: #f6f9fd;
    --ieb-text: #102a52;
    --ieb-muted: #5c6b7a;
    margin: 0;
    color: var(--ieb-text);
    background: var(--ieb-light);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.62;
    -webkit-font-smoothing: antialiased;
}
.itech-editorial a { color: inherit; text-decoration: none; }
.itech-editorial img { max-width: 100%; height: auto; }
.ieb-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

/* Header */
.ieb-header {
    position: sticky;
    top: 0;
    z-index: 90;
    background: rgba(4, 21, 43, .96);
    border-bottom: 1px solid rgba(255,255,255,.09);
    backdrop-filter: blur(16px);
}
.ieb-header__inner { min-height: 82px; display: flex; align-items: center; gap: 30px; }
.ieb-brand { flex: 0 0 250px; display: flex; align-items: center; }
.ieb-brand img { width: 250px; max-height: 54px; object-fit: contain; object-position: left center; }
.ieb-nav { flex: 1; }
.ieb-nav__list { display: flex; align-items: center; justify-content: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.ieb-nav__list a { position: relative; color: #fff; font-size: 13px; font-weight: 750; }
.ieb-nav__list a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--ieb-accent); transition: right .2s ease; }
.ieb-nav__list a:hover::after, .ieb-nav__list .current-menu-item a::after { right: 0; }
.ieb-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 22px;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .035em;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.ieb-button:hover { transform: translateY(-2px); }
.ieb-button--accent { color: #071c37 !important; background: var(--ieb-accent); box-shadow: 0 12px 28px rgba(255,212,59,.18); }
.ieb-button--accent:hover { box-shadow: 0 16px 32px rgba(255,212,59,.28); }
.ieb-button--outline { color: #fff !important; border: 1px solid rgba(255,255,255,.58); background: rgba(255,255,255,.025); }
.ieb-button--outline:hover { border-color: var(--ieb-cyan); background: rgba(22,201,244,.09); }
.ieb-button--outline-dark { color: var(--ieb-text) !important; border: 1px solid #c9d7e5; background: #fff; }
.ieb-button--outline-dark:hover { border-color: var(--ieb-cyan); background: #eefbff; box-shadow: 0 12px 28px rgba(7,28,55,.08); }
.ieb-header__cta { flex: 0 0 auto; min-height: 42px; padding-inline: 18px; }
.ieb-menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.22); border-radius: 8px; background: transparent; padding: 10px; }
.ieb-menu-toggle span { display: block; height: 2px; margin: 4px 0; background: #fff; }

/* Hero */
.ieb-hero {
    position: relative;
    overflow: hidden;
    min-height: 690px;
    color: #fff;
    background-color: #061a36;
    background-position: center right;
    background-size: cover;
}
.ieb-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 28%, rgba(22,201,244,.22), transparent 20%),
        linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
    background-size: auto, 44px 44px, 44px 44px;
    mask-image: linear-gradient(90deg, #000 0%, #000 68%, transparent 100%);
}
.ieb-hero__glow { position: absolute; right: 3%; top: 10%; width: 420px; height: 420px; border-radius: 50%; border: 1px solid rgba(22,201,244,.18); box-shadow: 0 0 0 75px rgba(22,201,244,.025), 0 0 0 150px rgba(255,212,59,.014); }
.ieb-hero__grid { position: relative; z-index: 2; min-height: 690px; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(340px, .72fr); gap: 70px; align-items: center; padding-block: 90px; }
.ieb-eyebrow, .ieb-kicker { display: inline-block; margin: 0 0 18px; color: var(--ieb-accent); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.ieb-hero h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 5.6vw, 82px); line-height: .98; letter-spacing: -.052em; font-weight: 900; }
.ieb-hero h1 span { color: var(--ieb-accent); }
.ieb-hero__description { max-width: 650px; margin-top: 28px; color: #d8e4f0; font-size: 18px; }
.ieb-hero__description p { margin: 0; }
.ieb-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.ieb-featured { overflow: hidden; align-self: end; margin-bottom: 18px; border: 1px solid rgba(22,201,244,.44); border-radius: 18px; color: #fff !important; background: rgba(4,22,48,.82); box-shadow: 0 32px 80px rgba(0,0,0,.32); backdrop-filter: blur(12px); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.ieb-featured:hover { transform: translateY(-6px); border-color: var(--ieb-accent); box-shadow: 0 38px 90px rgba(0,0,0,.4); }
.ieb-featured__image { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #071c37; }
.ieb-featured__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(2,18,40,.72)); }
.ieb-featured__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.ieb-featured:hover .ieb-featured__image img { transform: scale(1.045); }
.ieb-featured__body { padding: 26px 28px 28px; }
.ieb-featured__label { color: var(--ieb-accent); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.ieb-featured h2 { margin: 10px 0 14px; font-size: 28px; line-height: 1.14; letter-spacing: -.025em; }
.ieb-featured__meta { display: flex; gap: 12px; flex-wrap: wrap; color: #aebed0; font-size: 12px; }
.ieb-featured__meta span + span::before { content: "•"; margin-right: 12px; color: var(--ieb-accent); }
.ieb-featured__link { display: inline-flex; gap: 8px; margin-top: 20px; color: #fff; font-size: 13px; font-weight: 800; }
.ieb-featured__link b { color: var(--ieb-accent); transition: transform .2s ease; }
.ieb-featured:hover .ieb-featured__link b { transform: translateX(5px); }

/* Blog */
.ieb-section { padding: 92px 0; }
.ieb-blog-section { background: linear-gradient(180deg, #f7faff 0%, #eef4fb 100%); }
.ieb-section-heading { max-width: 760px; margin-bottom: 44px; }
.ieb-section-heading--split { max-width: none; display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, .8fr); gap: 70px; align-items: end; }
.ieb-section-heading h2 { margin: 0; color: var(--ieb-text); font-size: clamp(36px, 4vw, 54px); line-height: 1.05; letter-spacing: -.038em; }
.ieb-section-heading p { margin: 0; color: var(--ieb-muted); font-size: 17px; }
.ieb-filters { display: flex; gap: 10px; flex-wrap: wrap; margin: -10px 0 36px; }
.ieb-filters a { padding: 9px 15px; border: 1px solid #ccd8e5; border-radius: 999px; color: var(--ieb-text); background: #fff; font-size: 13px; font-weight: 750; }
.ieb-filters a:hover, .ieb-filters a.is-active { color: #071c37; background: var(--ieb-accent); border-color: var(--ieb-accent); }
.ieb-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.ieb-post-card { overflow: hidden; display: flex; flex-direction: column; min-height: 100%; border: 1px solid #dbe5ef; border-radius: 17px; background: #fff; box-shadow: 0 12px 34px rgba(7,28,55,.08); transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease; }
.ieb-post-card:hover { transform: translateY(-6px); border-color: rgba(22,201,244,.56); box-shadow: 0 24px 54px rgba(7,28,55,.15); }
.ieb-post-card__image { display: block; aspect-ratio: 16/10; overflow: hidden; background: var(--ieb-navy); }
.ieb-post-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.ieb-post-card:hover .ieb-post-card__image img { transform: scale(1.045); }
.ieb-post-card__placeholder { height: 100%; display: grid; place-items: center; color: var(--ieb-cyan); background: linear-gradient(135deg, #061a34, #0c3e79); }
.ieb-post-card__placeholder svg { width: 54px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.ieb-post-card__body { display: flex; flex: 1; flex-direction: column; padding: 26px; }
.ieb-post-card__categories { margin-bottom: 12px; color: #9d7600; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ieb-post-card h3 { margin: 0; color: var(--ieb-text); font-size: 24px; line-height: 1.23; letter-spacing: -.022em; }
.ieb-post-card h3 a:hover { color: #0d5ca9; }
.ieb-post-card__meta { display: flex; gap: 16px; flex-wrap: wrap; margin: 14px 0 0; color: #748394; font-size: 12px; font-weight: 650; }
.ieb-post-card__meta span + span::before { content: "•"; margin-right: 16px; color: var(--ieb-accent); }
.ieb-post-card p { margin: 18px 0 24px; color: var(--ieb-muted); }
.ieb-post-card__link { margin-top: auto; color: #8c6900 !important; font-size: 13px; font-weight: 850; }
.ieb-post-card__link span { display: inline-block; transition: transform .2s ease; }
.ieb-post-card__link:hover span { transform: translateX(5px); }
.ieb-empty { padding: 42px; border: 1px dashed #bdcad8; border-radius: 14px; background: #fff; text-align: center; color: var(--ieb-muted); }
.ieb-pagination { display: flex; justify-content: center; gap: 8px; margin-top: 46px; }
.ieb-pagination .page-numbers { min-width: 42px; height: 42px; display: grid; place-items: center; padding: 0 12px; border: 1px solid #cfdbe7; border-radius: 10px; background: #fff; color: var(--ieb-text); font-weight: 800; }
.ieb-pagination .current, .ieb-pagination .page-numbers:hover { color: #071c37; border-color: var(--ieb-accent); background: var(--ieb-accent); }

/* CTA */
.ieb-contribution { color: #fff; background: radial-gradient(circle at 85% 30%, rgba(22,201,244,.17), transparent 28%), linear-gradient(105deg, var(--ieb-navy), var(--ieb-navy-alt)); }
.ieb-contribution__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 60px; align-items: center; }
.ieb-contribution h2 { max-width: 760px; margin: 0; font-size: clamp(34px, 4vw, 54px); line-height: 1.06; letter-spacing: -.035em; }
.ieb-contribution p { max-width: 780px; margin: 18px 0 0; color: #c7d6e6; font-size: 17px; }
.ieb-contribution .ieb-actions { margin: 0; justify-content: flex-end; }

/* Footer */
.ieb-footer { padding: 64px 0 22px; color: #d8e3ef; background: #04152b; }
.ieb-footer__grid { display: grid; grid-template-columns: 1.35fr .7fr .8fr; gap: 70px; padding-bottom: 46px; }
.ieb-footer__brand img { width: 260px; max-height: 70px; object-fit: contain; object-position: left center; }
.ieb-footer p { color: #9fb1c4; }
.ieb-footer h3 { margin: 8px 0 18px; color: #fff; font-size: 15px; }
.ieb-footer a { color: #d8e3ef; }
.ieb-footer a:hover { color: var(--ieb-accent); }
.ieb-footer__menu { margin: 0; padding: 0; list-style: none; display: grid; gap: 9px; }
.ieb-socials { display: flex; gap: 10px; margin-top: 20px; }
.ieb-socials a { width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; color: #fff; font-weight: 700; }
.ieb-socials a svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ieb-socials a:hover { border-color: var(--ieb-cyan); color: var(--ieb-cyan); box-shadow: 0 0 16px rgba(22,201,244,.18); }
.ieb-footer__bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #8396aa; font-size: 12px; }
.ieb-footer__bottom div { display: flex; gap: 18px; }

/* Single article */
.ieb-reading-progress { position: fixed; top: 0; left: 0; right: 0; z-index: 120; height: 3px; background: transparent; }
.ieb-reading-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--ieb-cyan), var(--ieb-accent)); }
.ieb-article { background: #fff; }
.ieb-article-hero { position: relative; overflow: hidden; min-height: 520px; padding: 96px 0 132px; color: #fff; background-color: #04162f; background-position: center right; background-size: cover; }
.ieb-article-hero::before { content: ""; position: absolute; inset: 0; background:
    radial-gradient(circle at 78% 16%, rgba(22,201,244,.20), transparent 24%),
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
    background-size: auto, 44px 44px, 44px 44px;
    mask-image: linear-gradient(90deg, #000 0, #000 76%, transparent 100%);
}
.ieb-article-hero__orb { position: absolute; width: 500px; height: 500px; right: -120px; top: -180px; border: 1px solid rgba(22,201,244,.18); border-radius: 50%; box-shadow: 0 0 0 80px rgba(22,201,244,.025), 0 0 0 160px rgba(255,212,59,.012); }
.ieb-article-hero__inner { position: relative; z-index: 2; max-width: 980px; }
.ieb-back-link { display: inline-flex; margin-bottom: 40px; color: #c8d7e8 !important; font-size: 13px; font-weight: 750; }
.ieb-back-link:hover { color: var(--ieb-accent) !important; }
.ieb-article-labels { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.ieb-article-labels .ieb-eyebrow { margin: 0; }
.ieb-article-topic { display: inline-flex; margin: 0; padding: 7px 11px; border: 1px solid rgba(22,201,244,.4); border-radius: 999px; color: var(--ieb-cyan); background: rgba(4,22,48,.42); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.ieb-article-hero h1 { max-width: 980px; margin: 10px 0 0; font-size: clamp(46px, 6vw, 78px); line-height: 1.02; letter-spacing: -.05em; }
.ieb-article-subtitle { max-width: 840px; margin: 26px 0 0; color: #d2deeb; font-size: 20px; line-height: 1.55; }
.ieb-article-meta { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 30px; color: #adc0d3; font-size: 13px; font-weight: 650; }
.ieb-article-meta span + span::before { content: "•"; margin-right: 18px; color: var(--ieb-accent); }
.ieb-article-cover { position: relative; z-index: 3; margin-top: -78px; }
.ieb-article-cover img { display: block; width: 100%; max-height: 690px; object-fit: cover; border: 1px solid rgba(255,255,255,.18); border-radius: 22px; box-shadow: 0 34px 80px rgba(5,26,55,.2); }
.ieb-article-cover figcaption { margin: 11px 14px 0; color: #66778a; font-size: 12px; text-align: center; }
.ieb-article-layout { width: min(920px, calc(100% - 48px)); padding: 78px 0 96px; }
.ieb-article-content { color: #263a51; font-family: Georgia, "Times New Roman", serif; font-size: 19px; line-height: 1.82; }
.ieb-article-content > *:first-child { margin-top: 0; }
.ieb-article-content > p:first-child { color: #1f3651; font-size: 1.08em; }
.ieb-article-content .alignwide { width: min(1120px, calc(100vw - 48px)); max-width: none; margin-left: 50%; transform: translateX(-50%); }
.ieb-article-content .alignfull { width: 100vw; max-width: none; margin-left: 50%; transform: translateX(-50%); }
.ieb-article-content iframe { max-width: 100%; }
.ieb-article-content p { margin: 0 0 1.45em; }
.ieb-article-content h2, .ieb-article-content h3, .ieb-article-content h4 { color: var(--ieb-text); font-family: Inter, ui-sans-serif, system-ui, sans-serif; line-height: 1.18; letter-spacing: -.025em; }
.ieb-article-content h2 { margin: 2em 0 .7em; font-size: 36px; }
.ieb-article-content h3 { margin: 1.8em 0 .65em; font-size: 28px; }
.ieb-article-content h4 { margin: 1.6em 0 .6em; font-size: 22px; }
.ieb-article-content a { color: #0d69bd; text-decoration: underline; text-underline-offset: 3px; }
.ieb-article-content blockquote { margin: 2.2em 0; padding: 28px 32px; border: 0; border-left: 5px solid var(--ieb-accent); border-radius: 0 14px 14px 0; color: var(--ieb-text); background: #f2f7fc; font-size: 1.15em; font-style: italic; }
.ieb-article-content ul, .ieb-article-content ol { margin: 0 0 1.5em; padding-left: 1.4em; }
.ieb-article-content li { margin-bottom: .55em; }
.ieb-article-content img { border-radius: 14px; }
.ieb-article-content figure { margin: 2em 0; }
.ieb-article-content figcaption { margin-top: 8px; color: #708092; font-family: Inter, sans-serif; font-size: 13px; text-align: center; }
.ieb-article-content table { width: 100%; margin: 2em 0; border-collapse: collapse; font-family: Inter, sans-serif; font-size: 15px; }
.ieb-article-content th, .ieb-article-content td { padding: 13px 14px; border: 1px solid #d9e3ed; text-align: left; }
.ieb-article-content th { color: #fff; background: var(--ieb-navy); }
.ieb-share { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 56px; padding-top: 28px; border-top: 1px solid #dce5ee; font-family: Inter, sans-serif; }
.ieb-share > span { margin-right: 5px; color: var(--ieb-text); font-size: 13px; font-weight: 850; }
.ieb-share a, .ieb-share button { min-height: 38px; padding: 0 13px; border: 1px solid #cbd8e5; border-radius: 999px; color: var(--ieb-text); background: #fff; font: inherit; font-size: 12px; font-weight: 750; cursor: pointer; }
.ieb-share a:hover, .ieb-share button:hover { border-color: var(--ieb-accent); background: #fff8d8; }
.ieb-share button.is-copied { border-color: var(--ieb-cyan); color: #05668b; background: #e8fbff; }
.ieb-author-box { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 30px; margin-top: 58px; padding: 34px; border: 1px solid #d9e5ef; border-radius: 20px; background: linear-gradient(135deg, #f7fbff, #eef5fc); font-family: Inter, sans-serif; }
.ieb-author-box__photo img { width: 150px; height: 150px; object-fit: cover; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 10px 28px rgba(7,28,55,.16); }
.ieb-author-box h2 { margin: 0; color: var(--ieb-text); font-size: 28px; line-height: 1.15; }
.ieb-author-box__role { margin: 8px 0 14px; color: #0d6a92; font-weight: 750; }
.ieb-author-box__bio { color: var(--ieb-muted); }
.ieb-author-box__bio p { margin: 0; }
.ieb-author-box__links { display: flex; gap: 10px; margin-top: 18px; }
.ieb-author-box__links a { padding: 8px 13px; border: 1px solid #c6d6e5; border-radius: 999px; color: var(--ieb-text); font-size: 12px; font-weight: 800; }
.ieb-author-box__links a:hover { border-color: var(--ieb-cyan); }
.ieb-article-return { display: flex; justify-content: center; margin-top: 46px; padding-top: 34px; border-top: 1px solid #dce5ee; }
.ieb-related { padding: 86px 0 100px; background: #eef4fb; }
.ieb-related .ieb-section-heading { margin-bottom: 34px; }

@media (max-width: 1080px) {
    .ieb-header__cta { display: none; }
    .ieb-nav__list { gap: 18px; }
    .ieb-hero__grid { grid-template-columns: 1fr .72fr; gap: 42px; }
    .ieb-post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
    .ieb-shell { width: min(100% - 32px, 760px); }
    .ieb-header__inner { min-height: 72px; }
    .ieb-brand { flex-basis: 210px; }
    .ieb-brand img { width: 210px; }
    .ieb-menu-toggle { display: block; margin-left: auto; }
    .ieb-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 18px 24px 26px; background: #04172f; border-top: 1px solid rgba(255,255,255,.08); }
    .ieb-nav.is-open { display: block; }
    .ieb-nav__list { align-items: flex-start; flex-direction: column; gap: 18px; }
    .ieb-hero, .ieb-hero__grid { min-height: auto; }
    .ieb-hero { background-position: 68% center; }
    .ieb-hero__grid { grid-template-columns: 1fr; padding-block: 72px; }
    .ieb-featured { max-width: 620px; margin-top: 20px; }
    .ieb-section-heading--split { grid-template-columns: 1fr; gap: 20px; }
    .ieb-contribution__inner { grid-template-columns: 1fr; }
    .ieb-contribution .ieb-actions { justify-content: flex-start; }
    .ieb-footer__grid { grid-template-columns: 1fr 1fr; gap: 44px; }
    .ieb-article-layout { width: min(100% - 40px, 820px); }
}
@media (max-width: 620px) {
    .ieb-shell { width: calc(100% - 26px); }
    .ieb-hero { background-position: 66% center; }
    .ieb-hero h1 { font-size: 46px; }
    .ieb-hero__description { font-size: 16px; }
    .ieb-featured__body { padding: 22px; }
    .ieb-featured h2 { font-size: 24px; }
    .ieb-section { padding: 70px 0; }
    .ieb-post-grid { grid-template-columns: 1fr; }
    .ieb-post-card h3 { font-size: 22px; }
    .ieb-footer__grid { grid-template-columns: 1fr; }
    .ieb-footer__bottom { flex-direction: column; }
    .ieb-actions { align-items: stretch; flex-direction: column; }
    .ieb-button { width: 100%; }
    .ieb-article-hero { min-height: 0; padding: 64px 0 94px; background-position: 66% center; }
    .ieb-article-hero h1 { font-size: 42px; }
    .ieb-article-subtitle { font-size: 17px; }
    .ieb-article-cover { margin-top: -50px; }
    .ieb-article-cover img { border-radius: 14px; }
    .ieb-article-layout { width: calc(100% - 28px); padding: 60px 0 72px; }
    .ieb-article-content { font-size: 17px; line-height: 1.75; }
    .ieb-article-content h2 { font-size: 30px; }
    .ieb-article-content h3 { font-size: 25px; }
    .ieb-author-box { grid-template-columns: 1fr; padding: 26px; }
    .ieb-author-box__photo img { width: 120px; height: 120px; }
    .ieb-article-labels { align-items: flex-start; flex-direction: column; gap: 10px; }
.ieb-article-topic { margin: 0; }
.ieb-article-return .ieb-button { width: 100%; }
.ieb-article-content .alignwide,
.ieb-article-content .alignfull { width: calc(100vw - 28px); }
}

/* 3.0 document hardening: no theme width, header or layout inheritance */
html:has(body.itech-editorial-document),
body.itech-editorial-document {
    width: 100%;
    min-width: 0;
    max-width: none;
    min-height: 100%;
    overflow-x: hidden;
}
body.itech-editorial-document > .itech-editorial {
    width: 100%;
    min-width: 0;
    max-width: none;
}
.itech-editorial main { display: block; width: 100%; }
.itech-editorial .ieb-header { display: block; width: 100%; }
.itech-editorial .ieb-nav__list,
.itech-editorial .ieb-footer__menu { list-style: none; }
.itech-editorial .ieb-nav__list li,
.itech-editorial .ieb-footer__menu li { margin: 0; padding: 0; }
.itech-editorial .ieb-section { scroll-margin-top: 92px; }
.itech-editorial #inicio { scroll-margin-top: 82px; }


/* 4.0 article consolidation */
body.itech-editorial-single-document {
    background: #04152b;
}
.itech-editorial--single .ieb-header {
    box-shadow: 0 10px 30px rgba(2, 15, 32, .16);
}
.itech-editorial--single .ieb-nav__list a[href*="#publicaciones"]::after {
    right: 0;
}
.itech-editorial--single .ieb-contribution {
    border-top: 1px solid rgba(255,255,255,.07);
}
.itech-editorial--single .ieb-footer {
    border-top: 1px solid rgba(255,255,255,.08);
}
