/* IBQMI Machine Contact — hand-cut stylesheet, derived from the aiero theme values used on www.ibqmi.com.
   No external requests. Fonts self-hosted (OFL). No JavaScript. */

@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('../fonts/manrope-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Manrope'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('../fonts/manrope-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: 'Sora'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('../fonts/sora-latin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: 'Sora'; font-style: normal; font-weight: 400 700; font-display: swap; src: url('../fonts/sora-latin-ext.woff2') format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

:root {
  --text: #333333; --dark: #1f1f1f; --white: #ffffff; --accent: #45d0bd; --accent2: #44b6e9;
  --muted: #bebebe; --line: #cacaca; --radius: 25px;
}
*, *:before, *:after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--white); color: var(--text); font-family: 'Manrope', Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.875em; font-weight: 500; min-height: 100vh; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--accent); }
h1, h2, h3, h4, h5 { font-family: 'Sora', Arial, Helvetica, sans-serif; font-weight: 400; letter-spacing: -0.05em; margin: 0 0 0.6em; }
h2 { font-size: 35px; line-height: 1.1667em; }
h3 { font-size: 26px; line-height: 1.25em; letter-spacing: -0.03em; }
h5 { font-size: 20px; line-height: 1.4em; letter-spacing: 0; font-weight: 600; }
p { margin: 0 0 1.4em; }
p:last-child { margin-bottom: 0; }
strong { font-weight: 700; }
code, pre { font-family: ui-monospace, 'SFMono-Regular', Menlo, Consolas, 'Liberation Mono', monospace; }
@media (min-width: 768px) { h2 { font-size: 45px; } h3 { font-size: 30px; } }
@media (min-width: 992px) { h2 { font-size: 60px; } h3 { font-size: 34px; } }

/* page background (soft glow at the top, same asset as the site) */
.body-container { position: relative; overflow: hidden; min-height: 100vh; }
.body-container:before { content: ''; position: absolute; inset: 0; z-index: -1; background: url('../img/page-top-bg.png') top center / 100% auto no-repeat; }

/* ---------- header: floating white bar, logo only ---------- */
.header-wrapper { padding: 18px 20px 0; }
.header { position: relative; z-index: 4; background: var(--white); border-radius: var(--radius); box-shadow: 0 5px 23px 4px rgba(0,0,0,0.06); }
.header-row { display: flex; align-items: center; justify-content: center; min-height: 112px; padding: 18px 20px; }
.logo-link { display: inline-flex; font-size: 0; line-height: 1; }
.logo-link img { width: 220px; height: auto; display: block; }
@media (max-width: 767px) { .header-row { min-height: 90px; } .logo-link img { width: 170px; } }

/* ---------- page title (hero) ---------- */
.page-title-container { position: relative; margin: 21px 20px 0; min-height: 280px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: 70px 0; font-size: 30px; border-radius: var(--radius); background-color: var(--dark); color: var(--white); z-index: 3; }
.page-title-bg { position: absolute; inset: 0; border-radius: inherit; background: url('../img/hero-bg.jpg') center center / cover no-repeat; background-blend-mode: multiply; }
.page-title-row { position: relative; padding: 0 20px; margin: 0 auto; max-width: 1420px; width: 100%; }
.page-title { font-family: 'Sora', Arial, Helvetica, sans-serif; font-size: 30px; line-height: 1.125em; font-weight: 400; letter-spacing: -0.03em; margin: 0; text-align: center; word-wrap: break-word; }
.page-title:before { content: '/ '; white-space: pre; }
.page-title:after { content: ' /'; white-space: pre; }
.page-title-additional { position: absolute; font-family: 'Manrope', Arial, Helvetica, sans-serif; font-size: 1em; font-weight: 700; letter-spacing: -0.03em; line-height: 0.75em; bottom: 20px; right: 120px; -webkit-text-fill-color: transparent; -webkit-text-stroke: 1px currentColor; white-space: nowrap; display: none; transform-origin: right bottom; transform: rotate(-90deg) translateX(100%); }
/* white notches (top-left / bottom-right) */
.page-title-decoration-tl, .page-title-decoration-br { display: none; position: absolute; overflow: hidden; }
.page-title-decoration-tl { left: 0; top: 0; padding: 0 20px 20px 0; }
.page-title-decoration-br { right: 0; bottom: 0; padding: 20px 0 0 20px; }
.page-title-decoration-tl:before, .page-title-decoration-tl:after, .page-title-decoration-br:before, .page-title-decoration-br:after { content: ''; position: absolute; background: transparent; height: 40px; width: 20px; }
.page-title-decoration-tl:before { left: 0; bottom: -20px; border-top-left-radius: 20px; box-shadow: 0 -20px 0 0 var(--white); }
.page-title-decoration-tl:after { right: 0; top: 0; border-top-left-radius: 20px; box-shadow: 0 -20px 0 0 var(--white); }
.page-title-decoration-br:before { left: 0; bottom: 0; border-bottom-right-radius: 20px; box-shadow: 0 20px 0 0 var(--white); }
.page-title-decoration-br:after { right: 0; top: -20px; border-bottom-right-radius: 20px; box-shadow: 0 20px 0 0 var(--white); }
.page-title-decoration-tl-inner { width: 102px; height: 65px; background: var(--white); border-radius: 23px 0 25px 0; }
.page-title-decoration-br-inner { width: 90px; height: 14.21vw; background: var(--white); border-radius: 25px 0 23px 0; }
/* breadcrumbs box bottom-left */
.breadcrumbs-wrapper { position: absolute; left: 0; bottom: 0; max-width: 100%; padding: 20px 20px 0 0; overflow: hidden; }
.breadcrumbs-wrapper:before, .breadcrumbs-wrapper:after { content: ''; position: absolute; background: transparent; bottom: 0; height: 40px; width: 20px; box-shadow: 0 20px 0 0 var(--white); }
.breadcrumbs-wrapper:before { left: 0; top: -20px; border-bottom-left-radius: 20px; }
.breadcrumbs-wrapper:after { right: 0; border-bottom-left-radius: 20px; }
.breadcrumbs { background: var(--white); color: var(--text); font-size: 14px; line-height: 27px; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 15px 30px 16px 38px; border-radius: 0 25px 0 23px; }
.breadcrumbs a { position: relative; display: inline-block; }
.breadcrumbs a:before { content: ''; position: absolute; left: 0; bottom: -1px; width: 100%; height: 1px; background: var(--text); }
.breadcrumbs .delimiter { display: inline-block; margin: 0 3px; color: #c5c5c5; }
.breadcrumbs .delimiter:before { content: '/'; }
@media (min-width: 576px) { .page-title-container { font-size: 45px; } .page-title { font-size: 45px; } }
@media (min-width: 768px) { .page-title-container { min-height: 400px; font-size: 50px; } .page-title-row { padding: 0 30px; } .page-title { font-size: 1em; } }
@media (min-width: 992px) { .page-title-container { min-height: 540px; font-size: 60px; } .page-title-row { padding: 0 180px; } .page-title-decoration-tl, .page-title-decoration-br, .page-title-additional { display: block; } .breadcrumbs { padding: 35px 82px 26px 82px; } }
@media (min-width: 1440px) { .page-title-container { font-size: 80px; } .page-title-row { padding: 0 220px; } .page-title-additional { font-size: 1.25em; } }
@media (min-width: 1830px) { .page-title-row { padding: 0 40px; } }

/* ---------- content ---------- */
.content-wrapper { margin: 90px auto; max-width: 1250px; padding: 0 20px; width: 100%; }
@media (min-width: 768px) { .content-wrapper { margin: 120px auto 110px; } }
@media (min-width: 992px) { .content-wrapper { margin: 150px auto; } .content-wrapper-secondary { margin-top: 100px; } }
.section-boxed { max-width: 1340px; margin: 0 auto; padding: 0 10px; }

/* lead heading with gradient words (aiero-heading + del) */
.lead-heading { font-size: 40px; line-height: 1.1em; letter-spacing: -0.03em; margin: 0; }
.lead-heading .grad { background: linear-gradient(113deg, #45D0BD 0%, #44B6E9 100%); -webkit-background-clip: text; background-clip: text; color: transparent; }
@media (min-width: 768px) { .lead-heading { font-size: 60px; } }
@media (min-width: 992px) { .lead-heading { font-size: 80px; } }

/* dark section, full width, rounded (mirrors the Constitution download panel) */
.dark-section { position: relative; margin: 100px 20px 0; padding: 100px 0; border-radius: 10px; background: #000; color: var(--white); overflow: hidden; }
.dark-section:before { content: ''; position: absolute; inset: 0; background: url('../img/hero-bg.jpg') center / cover no-repeat; opacity: 0.17; }
.dark-section > .inner { position: relative; max-width: 1340px; margin: 0 auto; padding: 0 30px; }
@media (min-width: 992px) { .dark-section > .inner { padding: 0 40px; } }
.dark-section h2 { color: var(--white); font-size: 55px; margin-bottom: 0.3em; }
@media (min-width: 992px) { .dark-section h2 { font-size: 90px; } }
@media (min-width: 1440px) { .dark-section h2 { font-size: 109px; } }
.dark-section .subline { font-size: 25px; font-weight: 600; line-height: 1.7em; margin: 0 0 20px; }
.divider { height: 1px; background: var(--white); margin: 30px 0; opacity: 1; }
.dark-section .facts { display: flex; flex-wrap: wrap; gap: 0 30px; }
.dark-section .facts > div { flex: 1 1 200px; font-size: 16px; line-height: 1.5em; padding-right: 30px; margin: 10px 0; }
.dark-section .facts b { display: block; font-weight: 700; margin-bottom: 4px; }
.dark-section .cols { display: flex; flex-wrap: wrap; gap: 0 50px; margin: 50px 0 0; }
.dark-section .cols > div { flex: 1 1 320px; }
.dark-section h3 { color: var(--white); margin-top: 0; }
.dark-section h3 .tag { display: inline-block; font: 700 12px/1 'Manrope', Arial, sans-serif; letter-spacing: 0.12em; text-transform: uppercase; color: #000; background: var(--white); padding: 7px 10px 6px; border-radius: 6px; vertical-align: middle; margin-left: 12px; position: relative; top: -4px; }
.dark-section ul { margin: 0 0 1.4em; padding-left: 1.2em; }
.dark-section li { margin: 0 0 0.35em; }
pre.code { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.18); border-radius: 8px; padding: 18px 20px; font-size: 14px; line-height: 1.6em; overflow-x: auto; margin: 0 0 20px; color: #e9f5ff; white-space: pre; }
pre.code .c { color: #8fd8cc; }
.btn { display: inline-block; font-family: 'Manrope', Arial, Helvetica, sans-serif; font-weight: 500; letter-spacing: 0.01em; text-align: center; border-radius: 6px; padding: 16px 30px; font-size: 22px; line-height: 1.2em; color: #000; background: #EFF5FF; box-shadow: 0 0 18px 21px rgba(255,255,255,0.12); transition: background 0.3s, color 0.3s; margin: 20px 20px 40px 0; }
.btn:hover { background: var(--white); color: #000; }
.btn-outline { background: transparent; color: var(--text); border: 2px solid var(--text); box-shadow: none; font-size: 16px; font-weight: 600; padding: 13px 26px; border-radius: 9999px; margin: 0 14px 14px 0; }
.btn-outline:hover { background: var(--text); color: var(--white); }

/* white section (secondary information) */
.content-wrapper-secondary { margin-top: 100px; }
.white-section { margin-top: 0; }
.white-section h2 { margin-bottom: 30px; }
.white-section .text { font-size: 22px; line-height: 1.8em; margin-bottom: 60px; }
.white-section .text h3 { margin: 1.6em 0 0.5em; }
.white-section .text h3:first-child { margin-top: 0; }
.white-section .text p { margin-bottom: 1em; }
.white-section .text ul { margin: 0 0 1em; padding-left: 1.2em; }
@media (max-width: 767px) { .white-section .text { font-size: 18px; } }
.small { font-size: 14px; line-height: 1.7em; color: #6f6f6f; }

/* ---------- footer ---------- */
.footer-wrapper { margin: 0 20px 20px; }
.footer { position: relative; z-index: 1; border-radius: var(--radius); background: var(--dark); color: #f5f5f5; }
.footer .footer-bg { position: absolute; inset: 0; border-radius: inherit; background: url('../img/footer-bg.png') center bottom / cover no-repeat; opacity: 0.9; }
.footer a { color: var(--white); }
.footer a:hover { color: var(--accent); }
.footer-section { position: relative; z-index: 2; padding: 24px 0; }
.footer-row { max-width: 1420px; margin: 0 auto; padding: 0 20px; width: 100%; }
.footer-widgets { display: flex; flex-wrap: wrap; margin: 0 -15px; padding: 0 0 30px; }
.footer-widget { flex: 1 1 260px; margin: 54px 15px 0; }
.footer-widget.brand { flex: 2 1 380px; }
.footer-widget .widget-title { color: var(--white); font-weight: 600; margin: 0 0 0.4em; }
.footer-widget ul { list-style: none; margin: 0; padding: 0; }
.footer-widget li { margin: 0 0 4px; }
.footer-widget li a { font-weight: 400; }
.footer-widget li a:before { content: '/'; display: inline-block; width: 0; opacity: 0; transition: opacity .3s, width .3s; }
.footer-widget li a:hover:before { opacity: 1; width: 0.6em; }
.footer .brand img.logo { width: 110px; height: auto; display: block; margin-bottom: 18px; }
.footer .brand img.tagline { width: 100%; max-width: 500px; height: auto; display: block; }
.footer-section-bottom { padding: 0 0 24px; }
.footer-columns-row { max-width: 1420px; margin: 0 auto; padding: 0 20px; font-size: 0.875em; line-height: 1.714em; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px 30px; }
.footer-columns-row a { text-decoration: underline; }
.footer-columns-row a:hover { text-decoration: none; }
.footer-additional-menu { list-style: none; margin: 0; padding: 0; }
.footer-additional-menu li { display: inline; }
.footer-additional-menu li + li:before { content: '  ·  '; white-space: pre; color: var(--muted); }
