:root {
    --ink: #061011;
    --ink-soft: #0b1b1c;
    --lime: #b7d900;
    --lime-bright: #d8ff22;
    --paper: #f4f5ef;
    --white: #fff;
    --muted: #697273;
    --line: rgba(255, 255, 255, .14);
    --radius: 28px;
    --shadow: 0 24px 70px rgba(3, 16, 16, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.7; overflow-x: hidden; }
body, input, textarea, button { -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 1000; padding: 10px 18px; color: var(--ink); background: var(--lime); border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }

.contact-bar { color: #cbd3d2; background: var(--ink); border-bottom: 1px solid var(--line); font-size: 12px; letter-spacing: .02em; }
.contact-bar__inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.contact-bar__links { display: flex; align-items: center; gap: 24px; }
.contact-bar a:hover { color: var(--lime-bright); }
.contact-bar i { margin-right: 7px; color: var(--lime); }
.site-header { position: relative; z-index: 50; }
.main-nav { background: rgba(255, 255, 255, .97); border-bottom: 1px solid #dfe3dc; }
.main-nav__inner { min-height: 84px; display: flex; align-items: center; gap: 34px; }
.brand { width: 238px; margin-right: auto; }
.brand img { width: 100%; }
.nav-menu { list-style: none; display: flex; align-items: center; gap: 34px; margin: 0; padding: 0; }
.nav-menu a { position: relative; padding: 30px 0; font-size: 14px; font-weight: 700; }
.nav-menu a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 22px; height: 2px; background: var(--lime); transition: right .25s ease; }
.nav-menu a:hover::after { right: 0; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; background: var(--ink); border-radius: 9px; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--lime); }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; padding: 0 24px; color: var(--ink); background: var(--lime); border: 1px solid var(--lime); border-radius: 10px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--lime-bright); box-shadow: 0 12px 35px rgba(183, 217, 0, .22); }
.button--small { min-height: 43px; padding-inline: 18px; font-size: 13px; }

.hero { min-height: 720px; position: relative; display: grid; align-items: stretch; color: var(--white); background: var(--ink); overflow: hidden; }
.hero::before { content: ''; position: absolute; width: 600px; height: 600px; left: -320px; top: 60px; border: 1px solid rgba(183, 217, 0, .22); border-radius: 50%; box-shadow: 0 0 80px rgba(183, 217, 0, .08); }
.hero__grid { position: absolute; inset: 0; opacity: .19; background-image: linear-gradient(rgba(183,217,0,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(183,217,0,.12) 1px, transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(to right, black, transparent 58%); }
.hero__inner { position: relative; display: grid; grid-template-columns: .91fr 1.09fr; align-items: center; gap: 56px; padding-block: 80px; }
.hero__content { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 18px; display: flex; align-items: center; gap: 10px; color: var(--lime); font-size: 12px; line-height: 1.3; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { width: 38px; height: 2px; background: currentColor; }
.eyebrow--dark { color: #789000; }
.hero h1, .section h2, .eligibility h2, .contact h2 { margin: 0; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-weight: 400; letter-spacing: .005em; line-height: .98; text-transform: uppercase; }
.hero h1 { max-width: 620px; font-size: clamp(58px, 6.3vw, 96px); }
.hero h1 strong, .section h2 strong, .eligibility h2 strong, .contact h2 strong { display: block; color: var(--lime); font-weight: inherit; }
.hero__lead { max-width: 520px; margin: 26px 0 0; color: #c6cecd; font-size: 18px; }
.hero__lead b { color: var(--white); }
.hero__actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
.text-link { color: var(--white); font-size: 14px; font-weight: 700; border-bottom: 1px solid rgba(255,255,255,.35); }
.hero__proof { display: flex; margin-top: 54px; padding-top: 22px; border-top: 1px solid var(--line); }
.hero__proof div { min-width: 120px; padding-right: 24px; margin-right: 24px; border-right: 1px solid var(--line); }
.hero__proof div:last-child { border: 0; }
.hero__proof strong, .hero__proof span { display: block; }
.hero__proof strong { color: var(--lime-bright); font-size: 17px; }
.hero__proof span { color: #9da9a8; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.hero__visual { position: relative; align-self: stretch; display: flex; align-items: center; }
.hero__image-wrap { width: 64vw; height: calc(100% + 4px); position: absolute; left: 0; top: -2px; overflow: hidden; border-left: 2px solid var(--lime); border-radius: 50% 0 0 50% / 58% 0 0 42%; }
.hero__image-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,16,17,.72), transparent 28%), linear-gradient(0deg, rgba(6,16,17,.28), transparent 45%); }
.hero__image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.growth-badge { position: absolute; z-index: 2; left: -34px; bottom: 65px; display: flex; align-items: center; gap: 13px; min-width: 220px; padding: 14px 17px; color: var(--ink); background: var(--white); border-radius: 16px; box-shadow: var(--shadow); }
.growth-badge__icon { width: 42px; height: 42px; display: grid; place-items: center; background: var(--lime); border-radius: 50%; }
.growth-badge small, .growth-badge b { display: block; line-height: 1.25; }
.growth-badge small { color: var(--muted); font-size: 11px; }

.section { padding-block: 112px; }
.split-grid { display: grid; grid-template-columns: .93fr 1.07fr; align-items: center; gap: 90px; }
.section-image { position: relative; }
.section-image > img { width: 100%; aspect-ratio: 4 / 4.6; object-fit: cover; border-radius: var(--radius) 120px var(--radius) var(--radius); box-shadow: var(--shadow); }
.section-image::before { content: ''; position: absolute; z-index: -1; inset: -16px 38px 38px -16px; border: 1px solid var(--lime); border-radius: 38px 135px 38px 38px; }
.image-note { position: absolute; right: -36px; bottom: 36px; display: flex; align-items: center; gap: 13px; padding: 17px 20px; background: var(--ink); color: var(--white); border-radius: 15px; box-shadow: var(--shadow); }
.image-note i { color: var(--lime); font-size: 27px; }
.image-note b, .image-note small { display: block; line-height: 1.3; }
.image-note small { color: #aeb8b7; }
.section-copy h2, .section-heading h2, .eligibility h2, .contact h2 { font-size: clamp(46px, 5vw, 72px); }
.section-copy > p:not(.eyebrow) { margin: 20px 0 0; color: var(--muted); }
.lending-points { list-style: none; margin: 28px 0 0; padding: 0; }
.lending-points li { position: relative; padding: 13px 0 13px 34px; color: var(--muted); border-bottom: 1px solid #d9ded7; }
.lending-points li::before { content: '\2713'; position: absolute; left: 0; top: 14px; width: 20px; height: 20px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 10px; font-weight: 900; }
.lending-points b { color: var(--ink); }

.dark-section { position: relative; color: var(--white); background: var(--ink); overflow: hidden; }
.dark-section::before { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 80% 20%, rgba(183,217,0,.11), transparent 30%), linear-gradient(135deg, transparent 50%, rgba(255,255,255,.018) 50%); }
.section-heading { position: relative; z-index: 1; margin-bottom: 54px; }
.section-heading--split { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 90px; }
.section-heading--split > p { margin: 0 0 4px; color: #aeb8b7; }
.products-layout { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; gap: 34px; }
.product-image { min-height: 610px; position: relative; overflow: hidden; border: 1px solid rgba(183,217,0,.5); border-radius: 150px 28px 28px 28px; }
.product-image::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(6,16,17,.9), transparent 52%); }
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-image__label { position: absolute; z-index: 1; left: 34px; bottom: 32px; right: 34px; }
.product-image__label span, .product-image__label b { display: block; line-height: 1.25; }
.product-image__label span { color: var(--lime); font-size: 13px; letter-spacing: .12em; text-transform: uppercase; }
.product-image__label b { margin-top: 5px; font-size: 25px; }
.product-list { display: grid; gap: 16px; }
.product-card { min-height: 148px; display: grid; grid-template-columns: 42px 1fr 48px; gap: 18px; align-items: start; padding: 26px 28px; color: var(--ink); background: var(--white); border-radius: 22px; transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateX(-6px); box-shadow: 0 0 0 1px var(--lime), 0 18px 50px rgba(0,0,0,.25); }
.product-card__number { width: 34px; height: 34px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 11px; font-weight: 800; }
.product-card h3 { margin: 0 0 8px; font-size: 21px; line-height: 1.25; }
.product-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.product-card > i { color: #779000; font-size: 36px; text-align: right; }

.section-heading--center { max-width: 790px; margin-inline: auto; text-align: center; }
.section-heading--center .eyebrow { justify-content: center; }
.feature-grid { display: grid; grid-template-columns: repeat(10, 1fr); gap: 18px; }
.feature-grid article { min-height: 220px; position: relative; grid-column: span 2; display: flex; flex-direction: column; padding: 24px; background: var(--white); border: 1px solid #dfe3dc; border-radius: 20px; box-shadow: 0 12px 40px rgba(6,16,17,.06); }
.feature-grid article:nth-child(even) { transform: translateY(24px); }
.feature-grid article > span { align-self: flex-end; color: #9aa2a1; font-size: 11px; }
.feature-grid article > i { width: 58px; height: 58px; display: grid; place-items: center; margin: 8px 0 25px; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 23px; }
.feature-grid h3 { margin: auto 0 0; font-size: 17px; line-height: 1.35; }

.eligibility { padding-block: 100px; }
.eligibility__inner { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.eligibility__intro > p:last-child { color: #aeb8b7; max-width: 450px; }
.criteria-list { list-style: none; margin: 0; padding: 12px 0; border-top: 1px solid var(--line); }
.criteria-list li { min-height: 70px; display: grid; grid-template-columns: 42px 1fr 36px; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); }
.criteria-list span { color: var(--lime); font-size: 11px; }
.criteria-list b { font-size: 18px; }
.criteria-list i { width: 30px; height: 30px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 12px; }

.process-list { list-style: none; display: grid; grid-template-columns: repeat(5, 1fr); margin: 0; padding: 0; counter-reset: step; }
.process-list--four { grid-template-columns: repeat(4, 1fr); }
.process-list li { min-height: 240px; position: relative; padding: 0 24px; text-align: center; border-right: 1px solid #d7dcd5; }
.process-list li:last-child { border: 0; }
.process-list__step { display: block; color: #87908e; font-size: 11px; letter-spacing: .12em; }
.process-list i { width: 78px; height: 78px; display: grid; place-items: center; margin: 24px auto; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: 28px; box-shadow: 0 0 0 10px #e8ebdf; }
.process-list li:not(:last-child)::after { content: '\2192'; position: absolute; top: 73px; right: -14px; z-index: 2; width: 28px; color: #819000; background: var(--paper); font-size: 20px; }
.process-list h3 { margin: 0; font-size: 16px; line-height: 1.4; }

.contact { padding-block: 110px; }
.contact__grid { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 85px; align-items: center; }
.contact__details h2 { margin-bottom: 42px; }
.contact-item { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; margin-top: 25px; }
.contact-item > i { width: 46px; height: 46px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; }
.contact-item span { display: block; color: #889392; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.contact-item a, .contact-item p { margin: 2px 0 0; color: var(--white); line-height: 1.55; }
.contact-form { padding: 40px; color: var(--ink); background: var(--white); border-radius: 24px; box-shadow: 0 30px 90px rgba(0,0,0,.25); }
.form-heading { margin-bottom: 28px; }
.form-heading span, .form-heading b { display: block; }
.form-heading span { color: #768f00; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.form-heading b { margin-top: 4px; font-size: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 16px; }
.contact-form label > span { display: block; margin-bottom: 6px; font-size: 12px; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; padding: 13px 15px; border: 1px solid #d9ded7; border-radius: 9px; outline: 0; background: #f8f9f5; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #8ea600; box-shadow: 0 0 0 3px rgba(183,217,0,.14); }
.contact-form textarea { min-height: 120px; resize: vertical; }
.contact-form .button { width: 100%; }
.service-area { color: var(--ink); background: var(--lime); border-bottom: 1px solid rgba(6,16,17,.2); }
.service-area__inner { min-height: 150px; display: grid; align-content: center; text-align: center; }
.service-area span { font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.service-area p { margin: 9px 0 0; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: clamp(20px, 2.2vw, 30px); line-height: 1.5; text-transform: uppercase; }
.service-area i::after { content: '\2022'; margin-inline: 9px; font-style: normal; }

.site-footer { position: relative; color: #aeb9b8; background: #020a0b; overflow: hidden; }
.site-footer::before { content: ''; position: absolute; width: 520px; height: 520px; right: -260px; top: 100px; border: 1px solid rgba(183,217,0,.12); border-radius: 50%; box-shadow: 0 0 90px rgba(183,217,0,.04); pointer-events: none; }
.footer-cta { min-height: 190px; position: relative; display: flex; align-items: center; justify-content: space-between; gap: 60px; border-bottom: 1px solid var(--line); }
.footer-cta span { color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.footer-cta h2 { margin: 8px 0 0; color: var(--white); font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: clamp(34px, 4vw, 56px); font-weight: 400; line-height: 1; text-transform: uppercase; }
.footer-cta .button span { color: var(--ink); font-size: 18px; letter-spacing: 0; }
.footer-main { position: relative; background: linear-gradient(135deg, rgba(255,255,255,.018), transparent 42%); }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr .72fr 1fr; gap: clamp(38px, 5vw, 78px); padding-block: 72px; }
.footer-brand img { width: 270px; margin-bottom: 24px; }
.footer-brand > p { max-width: 360px; margin: 0; color: #899493; font-size: 14px; line-height: 1.75; }
.footer-brand__tag { display: inline-flex; align-items: center; gap: 9px; margin-top: 24px; padding: 8px 12px; color: #dce3e2; background: rgba(255,255,255,.045); border: 1px solid var(--line); border-radius: 8px; font-size: 11px; font-weight: 700; }
.footer-brand__tag i { color: var(--lime); }
.footer-column h3 { position: relative; margin: 4px 0 25px; padding-bottom: 12px; color: var(--white); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.footer-column h3::after { content: ''; position: absolute; left: 0; bottom: 0; width: 28px; height: 2px; background: var(--lime); }
.footer-column a { display: block; margin: 9px 0; color: #aeb9b8; font-size: 13px; line-height: 1.5; transition: color .2s ease, transform .2s ease; }
.footer-column a:hover { color: var(--lime-bright); transform: translateX(3px); }
.footer-contact ul { list-style: none; margin: 0; padding: 0; }
.footer-contact li { display: grid; grid-template-columns: 30px 1fr; align-items: start; gap: 9px; margin-bottom: 14px; }
.footer-contact li > i { width: 28px; height: 28px; display: grid; place-items: center; color: var(--lime); background: rgba(183,217,0,.08); border: 1px solid rgba(183,217,0,.18); border-radius: 7px; font-size: 11px; }
.footer-contact li a { margin: 2px 0; overflow-wrap: anywhere; }
.footer-contact li span { display: flex; flex-wrap: wrap; column-gap: 12px; }
.footer-bottom { min-height: 76px; position: relative; display: grid; grid-template-columns: 1fr auto 42px; align-items: center; gap: 28px; border-top: 1px solid var(--line); font-size: 11px; }
.footer-bottom p { margin: 0; }
.footer-bottom p:nth-child(2) { color: #798584; }
.footer-bottom p span { color: #b9c3c2; }
.back-to-top { width: 40px; height: 40px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 50%; transition: transform .2s ease, background .2s ease; }
.back-to-top:hover { color: var(--ink); background: var(--lime-bright); transform: translateY(-3px); }

.floating-actions { position: fixed; z-index: 40; right: 20px; bottom: 20px; display: grid; gap: 10px; }
.floating-actions a { width: 50px; height: 50px; display: grid; place-items: center; color: var(--white); border-radius: 50%; box-shadow: 0 9px 24px rgba(0,0,0,.25); font-size: 20px; }
.floating-actions__call { background: #192d70; }
.floating-actions__whatsapp { background: #20b65a; }

@media (max-width: 1050px) {
    .hero__inner { grid-template-columns: 1fr .9fr; gap: 28px; }
    .hero__image-wrap { width: 56vw; }
    .nav-menu { gap: 22px; }
    .nav-cta { display: none; }
    .split-grid { gap: 60px; }
    .feature-grid { grid-template-columns: repeat(6, 1fr); }
    .feature-grid article { grid-column: span 2; }
    .feature-grid article:nth-child(4) { grid-column: 2 / span 2; }
    .feature-grid article:nth-child(even) { transform: none; }
    .process-list { grid-template-columns: repeat(3, 1fr); gap: 38px 0; }
    .process-list li:nth-child(3) { border: 0; }
    .process-list li:nth-child(3)::after { display: none; }
}

@media (max-width: 800px) {
    html { scroll-padding-top: 75px; }
    .container { width: min(100% - 30px, 680px); }
    .contact-bar { display: none; }
    .main-nav { position: relative; }
    .main-nav__inner { min-height: 74px; }
    .brand { width: 200px; }
    .nav-toggle { display: block; }
    .nav-menu { display: none; position: absolute; top: 74px; left: 15px; right: 15px; padding: 8px 20px 18px; background: var(--white); border-radius: 0 0 14px 14px; box-shadow: var(--shadow); }
    .nav-menu.is-open { display: block; }
    .nav-menu a { display: block; padding: 12px 0; }
    .nav-menu a::after { bottom: 7px; }
    .hero { min-height: auto; }
    .hero__inner { display: block; padding-block: 70px 0; }
    .hero__content { padding-bottom: 70px; }
    .hero h1 { font-size: clamp(52px, 14vw, 78px); }
    .hero__visual { min-height: 520px; margin-inline: -15px; }
    .hero__image-wrap { width: calc(100% + 30px); height: 100%; left: -15px; border-radius: 90px 0 0 0; }
    .growth-badge { left: 18px; bottom: 22px; }
    .section { padding-block: 80px; }
    .split-grid, .products-layout, .eligibility__inner, .contact__grid { grid-template-columns: 1fr; }
    .split-grid { gap: 68px; }
    .section-image { max-width: 520px; }
    .section-image > img { aspect-ratio: 4 / 3.8; }
    .image-note { right: -8px; }
    .section-heading--split { grid-template-columns: 1fr; gap: 18px; }
    .product-image { min-height: 520px; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .feature-grid article, .feature-grid article:nth-child(4) { grid-column: auto; }
    .feature-grid article:last-child { grid-column: 1 / -1; min-height: 180px; }
    .eligibility__inner { gap: 50px; }
    .contact__grid { gap: 55px; }
    .footer-cta { min-height: 220px; }
    .footer-grid { grid-template-columns: 1.25fr 1fr; gap: 48px 60px; padding-block: 60px; }
    .footer-brand { grid-column: 1 / -1; }
    .footer-brand > p { max-width: 520px; }
    .footer-bottom { grid-template-columns: 1fr 42px; padding-block: 18px; }
    .footer-bottom p:nth-child(2) { grid-row: 2; }
    .back-to-top { grid-column: 2; grid-row: 1 / span 2; }
}

@media (max-width: 560px) {
    body { font-size: 15px; }
    .brand { width: 174px; }
    .hero__actions { align-items: flex-start; flex-direction: column; }
    .hero__proof { justify-content: space-between; }
    .hero__proof div { min-width: 0; margin-right: 12px; padding-right: 12px; }
    .hero__visual { min-height: 410px; }
    .growth-badge { min-width: 0; }
    .section-copy h2, .section-heading h2, .eligibility h2, .contact h2 { font-size: 44px; }
    .product-image { min-height: 400px; border-radius: 90px 22px 22px 22px; }
    .product-card { grid-template-columns: 36px 1fr; padding: 22px 18px; }
    .product-card > i { display: none; }
    .feature-grid { grid-template-columns: 1fr; }
    .feature-grid article, .feature-grid article:last-child { grid-column: auto; min-height: 185px; }
    .process-list { grid-template-columns: 1fr; }
    .process-list li { min-height: 210px; border-right: 0; border-bottom: 1px solid #d7dcd5; }
    .process-list li:not(:last-child)::after { content: '\2193'; top: auto; right: calc(50% - 14px); bottom: -15px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .contact-form { padding: 28px 20px; }
    .service-area__inner { min-height: 130px; padding-block: 24px; }
    .footer-cta { min-height: 0; align-items: flex-start; flex-direction: column; gap: 26px; padding-block: 46px; }
    .footer-cta .button { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; gap: 38px; padding-block: 50px; }
    .footer-brand { grid-column: auto; }
    .footer-brand img { width: 230px; }
    .footer-solutions { padding-top: 4px; }
    .footer-bottom { grid-template-columns: 1fr 40px; align-items: center; gap: 8px 20px; padding-block: 22px; }
    .footer-bottom p { line-height: 1.5; }
}

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