:root {
  --background: #ffffff;
  --foreground: #12253a;
  --card: #ffffff;
  --card-foreground: #12253a;
  --primary: #075f9f;
  --primary-foreground: #ffffff;
  --secondary: #eaf4f9;
  --secondary-foreground: #074b78;
  --muted: #f3f6f8;
  --muted-foreground: #536779;
  --border: #dce6ec;
  --ring: #058ab4;
  --radius: .8rem;
}

.dark {
  --background: #071b2d;
  --foreground: #f5f9fc;
  --card: #0c2941;
  --card-foreground: #f5f9fc;
  --primary: #38b9d3;
  --primary-foreground: #061a2a;
  --secondary: #123b59;
  --secondary-foreground: #eef8fb;
  --muted: #102f49;
  --muted-foreground: #afc3d3;
  --border: #234864;
  --ring: #56c9df;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.ibco-modern-page { margin: 0; background: var(--background); color: var(--foreground); font-family: Arial, Helvetica, sans-serif; font-size: 1rem; line-height: 1.65; }
a { color: inherit; text-decoration: none; }

.site-header { position: sticky; top: 0; z-index: 20; display: grid; grid-template-columns: 190px 1fr auto; align-items: center; gap: 2rem; min-height: 82px; padding: .55rem max(1.5rem, calc((100vw - 1180px) / 2)); border-bottom: 1px solid var(--border); background: rgb(255 255 255 / 94%); backdrop-filter: blur(14px); }
.header-logo { display: block; width: 178px; height: 60px; object-fit: contain; object-position: left center; }
.header-nav { display: flex; justify-content: center; gap: clamp(1rem, 2.2vw, 2rem); color: #40566a; font-size: .91rem; font-weight: 620; }
.header-nav a:hover { color: var(--primary); }

.hero { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(390px, .88fr); gap: clamp(3rem, 7vw, 6.5rem); align-items: center; width: min(1180px, calc(100% - 3rem)); min-height: 650px; margin: 0 auto; padding: 5rem 0 4rem; }
.hero-copy { max-width: 660px; }
.eyebrow { margin: 0 0 .7rem; color: #087da9; font-size: .78rem; font-weight: 780; letter-spacing: .14em; text-transform: uppercase; }
h1, h2 { font-family: Georgia, 'Times New Roman', serif; letter-spacing: -.035em; }
h1 { max-width: 660px; margin: 0; color: #07365c; font-size: clamp(2.75rem, 5.5vw, 5.3rem); font-weight: 500; line-height: .98; }
.hero-intro { max-width: 620px; margin: 1.65rem 0 0; color: #40566a; font-size: clamp(1.06rem, 1.7vw, 1.24rem); line-height: 1.6; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .55rem; padding: .65rem 1.15rem; border: 1px solid #075f9f; border-radius: .7rem; background: #075f9f; color: white; font-weight: 720; transition: transform .18s ease, background .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-1px); background: #064f85; box-shadow: 0 10px 24px rgb(7 95 159 / 18%); }
.button svg { width: 1rem; height: 1rem; }
.button-secondary { background: white; color: #075f9f; }
.button-secondary:hover { background: #f1f8fb; }
.button-small { min-height: 40px; padding: .45rem .85rem; font-size: .86rem; }
.hero-note { max-width: 570px; margin: 1rem 0 0; color: #637789; font-size: .9rem; }

.process-card { position: relative; overflow: hidden; padding: clamp(1.5rem, 3vw, 2.3rem); border: 1px solid #cfe2eb; border-radius: 1.3rem; background: linear-gradient(145deg, #f5fafc 0%, #ffffff 70%); box-shadow: 0 28px 65px rgb(20 71 103 / 11%); }
.process-card::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 5px; background: linear-gradient(#0793bc, #075f9f); }
.process-heading { display: flex; align-items: flex-start; gap: .9rem; padding-bottom: 1.35rem; border-bottom: 1px solid #dbe9ef; }
.process-heading h2 { margin: 0; color: #07365c; font-size: 1.7rem; font-weight: 500; line-height: 1.15; }
.process-heading .eyebrow { margin-bottom: .25rem; }
.process-icon { display: grid; width: 40px; height: 40px; flex: 0 0 40px; place-items: center; border-radius: 50%; background: #d9f2f7; color: #04769d; }
.process-icon { font-size: 1.15rem; font-weight: 800; }
.process-list { position: relative; display: grid; gap: 0; margin: 1.15rem 0 0; padding: 0; list-style: none; }
.process-list::before { content: ''; position: absolute; top: 20px; bottom: 20px; left: 18px; width: 2px; background: #c8e3ec; }
.process-list li { position: relative; display: grid; grid-template-columns: 38px 1fr; gap: .9rem; align-items: start; padding: .65rem 0; }
.step-number { z-index: 1; display: grid; width: 38px; height: 38px; place-items: center; border: 5px solid #f7fbfc; border-radius: 50%; background: #0876a5; color: white; font-size: .78rem; font-weight: 800; }
.process-list strong { display: block; color: #173a55; font-size: .98rem; }
.process-list p { margin: .05rem 0 0; color: #5e7284; font-size: .88rem; line-height: 1.45; }

.trust-strip { display: grid; grid-template-columns: repeat(3, 1fr); width: min(1180px, calc(100% - 3rem)); margin: 0 auto 5rem; border-block: 1px solid var(--border); }
.trust-strip div { display: grid; grid-template-columns: auto 1fr; column-gap: .65rem; padding: 1.25rem 1.5rem; }
.trust-strip div + div { border-left: 1px solid var(--border); }
.trust-strip .trust-symbol { grid-row: 1 / 3; color: #087da9; font-size: 1.35rem; font-weight: 800; }
.trust-strip strong { color: #173a55; font-size: .94rem; }
.trust-strip span { grid-column: 2; color: #64788a; font-size: .8rem; line-height: 1.35; }
.trust-strip div:not(:has(.trust-symbol)) strong, .trust-strip div:not(:has(.trust-symbol)) span { grid-column: 1 / 3; }

.section { width: min(1180px, calc(100% - 3rem)); margin: 0 auto; padding: 6.5rem 0; scroll-margin-top: 82px; }
.section-heading { max-width: 720px; }
.section-heading-center { margin-inline: auto; text-align: center; }
.section-heading h2, .final-cta h2 { margin: 0; color: #07365c; font-size: clamp(2.25rem, 4.3vw, 4rem); font-weight: 500; line-height: 1.04; }
.section-heading > p:last-child { margin: 1.15rem 0 0; color: #53697b; font-size: 1.04rem; line-height: 1.7; }
h3 { margin: 0; color: #123d5c; font-size: 1.2rem; line-height: 1.3; }

.benefits-section { padding-top: 5.5rem; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 3rem; }
.benefit-card { min-height: 285px; padding: 2rem; border: 1px solid #d7e6ed; border-radius: 1rem; background: #fff; box-shadow: 0 14px 35px rgb(17 63 91 / 5%); }
.benefit-card:nth-child(2) { transform: translateY(1.25rem); }
.benefit-icon { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 2rem; border-radius: .7rem; background: #e1f3f7; color: #087da9; }
.benefit-icon { font-size: .78rem; font-weight: 850; letter-spacing: .08em; }
.benefit-card h3 { font-size: 1.25rem; }
.benefit-card p { margin: .8rem 0 0; color: #5b7081; font-size: .95rem; line-height: 1.65; }
.benefit-detail-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4rem; align-items: start; margin-top: 6rem; padding-top: 4rem; border-top: 1px solid var(--border); }
.detail-copy h3 { font-family: Georgia, 'Times New Roman', serif; color: #07365c; font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 500; letter-spacing: -.03em; }
.detail-copy > p:last-child { margin: 1rem 0 0; color: #586e80; }
.compact-benefits { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; margin: 0; padding: 0; list-style: none; }
.compact-benefits li { display: grid; grid-template-columns: 34px 1fr; gap: .75rem; align-items: center; min-height: 70px; padding: .9rem 1rem; border-radius: .7rem; background: #f2f7f9; color: #294b63; font-size: .9rem; font-weight: 650; line-height: 1.35; }
.compact-number { color: #0780a8; font-size: .7rem; font-weight: 850; letter-spacing: .08em; }

.definition-section { width: min(1280px, calc(100% - 3rem)); padding-inline: clamp(2rem, 6vw, 5rem); border: 1px solid #d6e7ee; border-radius: 1.4rem; background: linear-gradient(125deg, #f5fafc, #edf6f9); }
.definition-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.definition-lead { margin: 2rem 0 1rem; color: #23475f; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(1.35rem, 2.4vw, 1.8rem); line-height: 1.48; }
.definition-grid > div:first-child > p:last-child { color: #526b7d; }
.definition-points { display: grid; gap: .85rem; }
.definition-points > div { display: grid; grid-template-columns: 42px 1fr; column-gap: 1rem; padding: 1.3rem; border: 1px solid #d7e6ed; border-radius: .8rem; background: rgb(255 255 255 / 82%); }
.definition-symbol { grid-row: 1 / 3; color: #087da9; font-size: .72rem; font-weight: 850; letter-spacing: .08em; }
.definition-points strong { color: #153d5a; }
.definition-points p { margin: .15rem 0 0; color: #5b7081; font-size: .9rem; line-height: 1.5; }

.categories-section .section-heading { margin-bottom: 2.3rem; }
.category-groups { display: grid; gap: 4rem; }
.category-group-heading { display: flex; gap: 1rem; align-items: center; margin-bottom: 1rem; }
.category-group-heading > span { display: inline-flex; min-width: 76px; min-height: 40px; align-items: center; justify-content: center; padding: .35rem .6rem; border-radius: .55rem; background: #dceff4; color: #076d93; font-size: .72rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.category-group-heading h3 { font-family: Georgia, 'Times New Roman', serif; font-size: 1.55rem; font-weight: 500; }
.category-group-heading p { margin: .15rem 0 0; color: #637789; font-size: .85rem; }
.category-tabs { gap: 1.5rem; }
.category-tabs-list { width: fit-content; height: auto !important; padding: .35rem !important; border: 1px solid #d9e6ec; border-radius: .8rem !important; background: #f1f6f8 !important; }
.category-tabs-list [data-slot='tabs-trigger'] { min-height: 42px; padding: .45rem 1rem; color: #526b7d; font-size: .9rem; }
.category-tabs-list [data-slot='tabs-trigger'][data-active] { background: #fff; color: #075f9f; box-shadow: 0 4px 12px rgb(22 63 87 / 8%); }
.category-table-wrap { overflow: hidden; border: 1px solid #d6e4ea; border-radius: 1rem; background: white; }
.category-table { width: 100%; border-collapse: collapse; }
.category-table th { padding: 1rem 1.15rem; background: #073d67; color: white; font-size: .72rem; font-weight: 750; letter-spacing: .08em; text-align: left; text-transform: uppercase; }
.category-table th:nth-child(1) { width: 11%; }
.category-table th:nth-child(2) { width: 42%; }
.category-table th:nth-child(3) { width: 18%; }
.category-table th:nth-child(4) { width: 29%; }
.category-table td { padding: 1rem 1.15rem; border-top: 1px solid #dce7ec; vertical-align: middle; }
.category-table tbody tr:nth-child(even) { background: #f7fafb; }
.category-code { display: inline-flex; align-items: center; justify-content: center; min-width: 54px; min-height: 34px; padding: .25rem .55rem; border-radius: .5rem; background: #dff1f5; color: #076e96; font-size: .78rem; font-weight: 800; }
.category-table td:nth-child(2) strong { color: #183e59; }
.category-table td:nth-child(2) p { margin: .25rem 0 0; color: #617687; font-size: .83rem; line-height: 1.45; }
.price { color: #073d67; white-space: nowrap; }
.table-actions { display: flex; flex-wrap: wrap; gap: .35rem .8rem; }
.table-actions a:first-child { display: inline-flex; align-items: center; gap: .35rem; color: #075f9f; font-size: .85rem; font-weight: 750; }
.table-actions .text-link { color: #526b7d; font-size: .8rem; text-decoration: underline; text-underline-offset: 3px; }
.category-note { margin: 1.2rem 0 0; color: #637789; font-size: .86rem; }

.documents-section { width: 100%; max-width: none; padding-inline: max(1.5rem, calc((100vw - 1180px) / 2)); background: #f3f7f9; }
.documents-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.documents-intro { position: sticky; top: 120px; }
.document-tip { display: flex; gap: .75rem; margin-top: 2rem; padding: 1rem; border-left: 3px solid #0793bc; background: #fff; }
.tip-symbol { flex: 0 0 20px; color: #0780a8; font-weight: 850; }
.document-tip p { margin: 0; color: #526b7d; font-size: .88rem; line-height: 1.55; }
.document-accordion { border-top: 1px solid #cadbe3; }
.document-item { border-bottom: 1px solid #cadbe3; }
.document-item summary { list-style: none; cursor: pointer; }
.document-item summary::-webkit-details-marker { display: none; }
.document-item summary::after { content: '+'; margin-left: auto; color: #0780a8; font-size: 1.4rem; font-weight: 400; }
.document-item[open] summary::after { content: '−'; }
.document-accordion [data-slot='accordion-item'] { border-bottom: 1px solid #cadbe3; }
.document-trigger { display: flex; align-items: center; min-height: 76px; padding: 1rem .25rem !important; color: #173d58; font-size: 1rem !important; font-weight: 600; text-decoration: none !important; }
.document-trigger span { display: flex; align-items: center; gap: 1rem; }
.document-trigger b { display: inline-flex; min-width: 92px; justify-content: center; padding: .4rem .6rem; border-radius: .45rem; background: #dceef3; color: #076c91; font-size: .72rem; }
.document-content { padding: .25rem .25rem 1.5rem 1.5rem !important; color: #50697b; font-size: .9rem !important; }
.document-content ol { display: grid; gap: .55rem; margin: 0; padding-left: 1.15rem; }

.international-section { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(3rem, 7vw, 7rem); align-items: center; }
.international-copy > p { color: #526b7d; }
.international-copy > p:first-of-type { margin-top: 1.5rem; }
.inline-links { display: flex; flex-wrap: wrap; gap: 1.2rem; margin-top: 1.7rem; }
.inline-links a, .document-link { display: inline-flex; align-items: center; gap: .4rem; color: #076e9b; font-size: .9rem; font-weight: 750; text-decoration: underline; text-underline-offset: 4px; }
.logo-composition { position: relative; min-height: 430px; }
.logo-composition img:first-child { width: min(88%, 430px); height: auto; margin-left: auto; padding: 1.5rem; border: 1px solid #dce7ec; border-radius: 1rem; background: white; box-shadow: 0 20px 55px rgb(19 61 89 / 8%); }
.logo-composition img:last-child { position: absolute; bottom: 0; left: 0; width: 150px; height: 146px; padding: .65rem; border: 1px solid #d8e5eb; border-radius: .8rem; background: white; box-shadow: 0 16px 36px rgb(19 61 89 / 12%); }

.process-section { width: 100%; max-width: none; padding-inline: max(1.5rem, calc((100vw - 1180px) / 2)); background: #f5f9fb; }
.process-timeline { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 1.1rem; margin: 4rem 0 0; padding: 0; list-style: none; }
.process-timeline::before { content: ''; position: absolute; top: 23px; right: 10%; left: 10%; height: 2px; background: #b9dce7; }
.process-timeline li { position: relative; text-align: center; }
.process-timeline li > span { position: relative; z-index: 1; display: grid; width: 48px; height: 48px; place-items: center; margin: 0 auto 1.25rem; border: 7px solid #f5f9fb; border-radius: 50%; background: #087ba7; color: white; font-size: .83rem; font-weight: 800; }
.process-timeline h3 { font-size: 1rem; }
.process-timeline p { margin: .5rem 0 0; color: #627789; font-size: .82rem; line-height: 1.5; }
.process-actions { display: flex; justify-content: center; gap: .8rem; margin-top: 3rem; }

.commitments-section { padding-bottom: 5rem; }
.commitments-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 2.5rem; }
.commitments-grid > div { padding: 2rem; border: 1px solid #d9e6ec; border-radius: 1rem; }
.commitments-grid h3 { margin-bottom: 1.25rem; font-family: Georgia, 'Times New Roman', serif; font-size: 1.65rem; font-weight: 500; }
.commitments-grid ul { display: grid; gap: .75rem; margin: 0; padding: 0; list-style: none; }
.commitments-grid li { display: grid; grid-template-columns: 20px 1fr; gap: .7rem; color: #516a7c; font-size: .9rem; line-height: 1.5; }
.commitment-symbol { color: #0780a8; font-weight: 850; }
.small-note { margin: 1.25rem 0 0; padding-top: 1rem; border-top: 1px solid #e0e9ed; color: #6a7d8c; font-size: .78rem; }
.document-link { margin-top: 1.5rem; }

.faq-section { width: min(1280px, calc(100% - 3rem)); padding-inline: clamp(2rem, 6vw, 5rem); border-radius: 1.4rem; background: #073d67; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 8vw, 7rem); }
.faq-section .eyebrow { color: #7bd7e8; }
.faq-section .section-heading h2 { color: white; }
.faq-accordion { border-top: 1px solid rgb(255 255 255 / 22%); color: white; }
.faq-item { border-bottom: 1px solid rgb(255 255 255 / 22%); }
.faq-item summary { position: relative; min-height: 66px; padding: 1.15rem 2.3rem 1rem .15rem; color: white; font-size: 1rem; font-weight: 650; list-style: none; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; position: absolute; top: .95rem; right: .15rem; color: #7bd7e8; font-size: 1.45rem; font-weight: 400; }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { margin: 0; padding: 0 .15rem 1.2rem; color: #c9deea; font-size: .9rem; line-height: 1.65; }
.faq-accordion [data-slot='accordion-item'] { border-bottom: 1px solid rgb(255 255 255 / 22%); }
.faq-accordion [data-slot='accordion-trigger'] { min-height: 66px; padding: 1rem .15rem !important; color: white; font-size: 1rem !important; text-decoration: none !important; }
.faq-accordion [data-slot='accordion-trigger-icon'] { color: #7bd7e8 !important; }
.faq-accordion [data-slot='accordion-content'] > div { padding: 0 .15rem 1.2rem !important; color: #c9deea; font-size: .9rem; line-height: 1.65; }

.final-cta { display: grid; grid-template-columns: 1fr auto; gap: 3rem; align-items: center; width: min(1180px, calc(100% - 3rem)); margin: 6rem auto 0; padding: clamp(2.5rem, 5vw, 4.5rem); border-radius: 1.3rem; background: linear-gradient(110deg, #062f53, #075f8f); color: white; }
.final-cta .eyebrow { color: #7bd7e8; }
.final-cta h2 { color: white; }
.final-cta p:last-child { margin: .7rem 0 0; color: #c9deea; }
.final-actions { display: flex; flex-direction: column; gap: .7rem; min-width: 230px; }
.button-light { border-color: white; background: white; color: #075f9f; }
.button-light:hover { background: #eaf6f9; }
.button-outline-light { border-color: rgb(255 255 255 / 55%); background: transparent; color: white; }
.button-outline-light:hover { background: rgb(255 255 255 / 10%); }

.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 2rem 4rem; align-items: center; width: min(1180px, calc(100% - 3rem)); margin: 0 auto; padding: 3.5rem 0 2.5rem; }
.footer-brand { display: flex; align-items: center; gap: 1rem; }
.footer-brand img { width: 130px; height: 74px; object-fit: contain; }
.footer-brand p { max-width: 240px; margin: 0; color: #587083; font-size: .82rem; line-height: 1.35; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem 1.5rem; color: #38566c; font-size: .85rem; font-weight: 650; }
.footer-links a:hover { color: #075f9f; }
.footer-note { grid-column: 1 / -1; margin: 0; padding-top: 1.5rem; border-top: 1px solid var(--border); color: #758795; font-size: .75rem; }

@media (max-width: 920px) {
  .site-header { grid-template-columns: 160px 1fr; }
  .header-logo { width: 150px; }
  .header-nav { display: none; }
  .site-header > .button { justify-self: end; }
  .hero { grid-template-columns: 1fr; min-height: 0; padding-top: 4rem; }
  .hero-copy { max-width: 760px; }
  .process-card { max-width: 720px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card { min-height: 0; }
  .benefit-card:nth-child(2) { transform: none; }
  .benefit-detail-grid, .definition-grid, .documents-layout, .international-section, .faq-layout { grid-template-columns: 1fr; }
  .documents-intro { position: static; }
  .logo-composition { max-width: 560px; }
  .process-timeline { grid-template-columns: 1fr; gap: 0; margin-inline: auto; max-width: 700px; }
  .process-timeline::before { top: 20px; bottom: 20px; left: 23px; width: 2px; height: auto; }
  .process-timeline li { display: grid; grid-template-columns: 48px 1fr; gap: 1rem; padding: .75rem 0; text-align: left; }
  .process-timeline li > span { margin: 0; border-color: #f5f9fb; }
  .process-timeline h3 { margin-top: .25rem; }
  .process-timeline p { margin-top: .3rem; }
  .final-cta { grid-template-columns: 1fr; }
  .final-actions { flex-direction: row; min-width: 0; }
}

@media (max-width: 640px) {
  .site-header { min-height: 70px; padding-inline: 1rem; }
  .header-logo { width: 120px; height: 48px; }
  .button-small { min-height: 38px; padding-inline: .7rem; }
  .button-small svg { display: none; }
  .hero { width: min(100% - 2rem, 1180px); gap: 2.5rem; padding: 3.2rem 0; }
  h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-strip { grid-template-columns: 1fr; width: min(100% - 2rem, 1180px); margin-bottom: 3rem; }
  .trust-strip div + div { border-top: 1px solid var(--border); border-left: 0; }
  .section { width: min(100% - 2rem, 1180px); padding: 4.5rem 0; }
  .definition-section, .faq-section { width: min(100% - 2rem, 1280px); padding-inline: 1.2rem; }
  .documents-section, .process-section { width: 100%; padding-inline: 1rem; }
  .compact-benefits { grid-template-columns: 1fr; }
  .benefit-detail-grid { gap: 2.5rem; margin-top: 3rem; padding-top: 3rem; }
  .category-tabs-list { display: grid !important; width: 100%; grid-template-columns: 1fr; }
  .category-tabs-list [data-slot='tabs-trigger'] { width: 100%; }
  .category-table-wrap { overflow: visible; border: 0; background: transparent; }
  .category-table, .category-table tbody, .category-table tr, .category-table td { display: block; width: 100%; }
  .category-table thead { display: none; }
  .category-table tr { margin-bottom: .8rem; padding: 1rem; border: 1px solid #d6e4ea; border-radius: .8rem; background: #fff !important; }
  .category-table td { display: grid; grid-template-columns: 112px 1fr; gap: .75rem; padding: .55rem 0; border: 0; }
  .category-table td::before { content: attr(data-label); color: #718391; font-size: .68rem; font-weight: 750; letter-spacing: .06em; text-transform: uppercase; }
  .table-actions { display: grid; }
  .document-trigger span { align-items: flex-start; flex-direction: column; gap: .5rem; }
  .document-trigger b { min-width: 0; }
  .logo-composition { min-height: 330px; }
  .logo-composition img:last-child { width: 110px; height: auto; }
  .process-actions, .final-actions { display: grid; }
  .commitments-grid { grid-template-columns: 1fr; }
  .final-cta { width: min(100% - 2rem, 1180px); margin-top: 4rem; padding: 2rem 1.25rem; }
  .site-footer { grid-template-columns: 1fr; width: min(100% - 2rem, 1180px); }
  .footer-links { justify-content: flex-start; }
}

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


body.ibco-modern-page { min-width: 320px; }
body.admin-bar .site-header { top: 32px; }
@media (max-width: 782px) { body.admin-bar .site-header { top: 46px; } }
