:root {
  --navy: #071527;
  --navy-2: #0b2138;
  --ink: #102033;
  --muted: #5d6c7d;
  --line: #dce4eb;
  --soft: #f7f6fb;
  --ice: #eeedf9;
  --cream: #fcfbff;
  --white: #fff;
  --cyan: #8176e7;
  --cyan-bright: #dcd8ff;
  --blue: #5549bd;
  --green: #62d6b1;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(4, 23, 42, .12);
  --hero-image: url("/img/datacenter-bg.jpg");
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "PT Serif", serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body, button, input, textarea { font-family: "PT Serif", serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 16px; background: white; color: var(--navy); transform: translateY(-150%); border-radius: 8px; }
.skip-link:focus { transform: none; }

h1, h2, h3, blockquote { margin: 0; font-family: "Kameron", serif; letter-spacing: -.035em; line-height: 1.1; }
h1 { font-size: clamp(3rem, 6vw, 5.35rem); }
h2 { font-size: clamp(2.2rem, 4vw, 3.65rem); }
h3 { font-size: 1.4rem; }
p { margin: 0; }
.section { padding: 120px 0; border: 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #5549bd; font-size: .75rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow i { width: 7px; height: 7px; background: var(--green); border-radius: 50%; box-shadow: 0 0 0 6px rgba(98,214,177,.12); }
.eyebrow-dark { color: var(--blue); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 54px; padding: 0 25px; border: 1px solid #4338a8; border-radius: 12px; color: white; background: #4c42b8; font-weight: 700; transition: .25s ease; }
.button:hover { transform: translateY(-2px); color: white; background: #3c329e; box-shadow: 0 12px 30px rgba(76,66,184,.22); }
.button-small { min-height: 42px; padding-inline: 19px; border-radius: 9px; }
.button-ghost { color: #3e377b; border-color: #cbc7e5; background: rgba(255,255,255,.7); }
.button-ghost:hover { background: white; box-shadow: 0 10px 28px rgba(27,84,107,.1); }

.site-header { position: fixed; z-index: 50; inset: 0 0 auto; color: var(--navy); border-bottom: 1px solid #d9e7eb; background: rgba(255,255,255,.96); box-shadow: 0 5px 24px rgba(19,65,82,.07); backdrop-filter: blur(16px); transition: .25s ease; }
.site-header::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, #4c42b8 0%, #887cf0 52%, #5dcfb0 100%); }
.site-header.scrolled { border-color: #ccdfe5; background: rgba(255,255,255,.98); box-shadow: 0 9px 32px rgba(17,57,74,.11); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; height: 86px; }
.brand { position: relative; display: inline-flex; align-items: center; gap: 11px; padding-left: 15px; color: var(--navy); font-family: "Kameron", serif; font-size: 1.18rem; font-weight: 500; letter-spacing: -.03em; }
.brand::before { content: ""; position: absolute; left: 0; width: 5px; height: 28px; border-radius: 5px; background: linear-gradient(180deg, #887cf0, #4c42b8); }
.brand strong { font-weight: 800; }
.brand-light { padding-left: 0; color: white; }
.brand-light::before { display: none; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: .9rem; font-weight: 600; }
.main-nav > a:not(.button) { color: #425a6c; transition: color .2s; }
.main-nav > a:not(.button):hover { color: var(--blue); }
.main-nav .button { color: white; border-color: #4338a8; background: #4c42b8; box-shadow: 0 7px 18px rgba(76,66,184,.15); }
.main-nav .button:hover { color: white; background: #3c329e; box-shadow: 0 10px 24px rgba(76,66,184,.22); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--navy); border-radius: 2px; }

.hero { position: relative; min-height: 790px; padding: 170px 0 0; overflow: hidden; color: var(--navy); background-color: #f4f1ff; background-image: linear-gradient(90deg, rgba(252,251,255,.98) 0%, rgba(247,245,255,.94) 45%, rgba(239,237,251,.72) 72%, rgba(232,230,248,.58) 100%), var(--hero-image); background-position: center, center right; background-size: cover, cover; background-repeat: no-repeat; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .68; background-image: linear-gradient(rgba(76,66,184,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(76,66,184,.06) 1px, transparent 1px); background-size: 56px 56px; mask-image: linear-gradient(to right, black 0%, rgba(0,0,0,.6) 58%, transparent 92%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; top: 80px; right: -150px; border: 1px solid rgba(101,88,204,.12); border-radius: 50%; box-shadow: 0 0 0 70px rgba(101,88,204,.035), 0 0 0 140px rgba(101,88,204,.02); pointer-events: none; }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(3px); pointer-events: none; }
.hero-glow-one { width: 600px; height: 600px; top: -260px; right: -100px; background: radial-gradient(circle, rgba(113,95,223,.16), transparent 68%); }
.hero-glow-two { width: 500px; height: 500px; bottom: -260px; left: 20%; background: radial-gradient(circle, rgba(87,202,177,.13), transparent 68%); }
.hero-grid { position: relative; z-index: 2; display: block; }
.hero-copy { position: relative; max-width: 850px; margin: 0; padding: 38px 42px 72px; text-align: left; border-left: 1px solid rgba(76,66,184,.22); background: linear-gradient(90deg, rgba(255,255,255,.48), transparent 88%); backdrop-filter: blur(2px); }
.hero-copy::before { content: ""; position: absolute; top: 0; left: -3px; width: 5px; height: 72px; border-radius: 5px; background: linear-gradient(180deg, #7469db, #62d6b1); }
.hero h1 { max-width: 820px; font-size: clamp(3rem, 5.4vw, 5.15rem); text-transform: none; }
.hero h1 span { display: inline; padding: 0; color: #5549bd; }
.hero-lead { max-width: 680px; margin: 28px 0 0; color: #596579; font-size: 1.12rem; line-height: 1.7; }
.hero-actions { display: flex; justify-content: flex-start; gap: 13px; margin-top: 34px; }
.hero-points { display: flex; justify-content: flex-start; gap: 25px; margin: 28px 0 0; padding: 0; color: #5d6879; font-size: .84rem; list-style: none; }
.hero-points li { display: flex; align-items: center; gap: 7px; }
.hero-points span { display: grid; width: 20px; height: 20px; place-items: center; color: var(--green); background: rgba(98,214,177,.1); border-radius: 50%; }
.capability-wrap { position: relative; z-index: 4; padding: 24px; border: 1px solid rgba(77,65,178,.12); border-radius: 22px 22px 0 0; background: rgba(255,255,255,.72); box-shadow: 0 24px 60px rgba(61,49,139,.09); }
.capability-wrap > p { margin-bottom: 16px; color: #605a7d; font-size: .82rem; font-weight: 700; text-align: center; }
.capability-bar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.capability-bar a { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; min-height: 65px; padding: 0 15px; color: #2f3150; border: 1px solid #dedbee; border-radius: 13px; background: white; font-size: .78rem; font-weight: 700; transition: .2s ease; }
.capability-bar a:hover { color: #4438aa; border-color: #9e96dd; transform: translateY(-2px); box-shadow: 0 10px 25px rgba(70,57,160,.1); }
.capability-bar a span { color: #8c84bf; font-size: .62rem; }
.capability-bar a b { color: #5549bd; font-size: 1rem; }

.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 55px; }
.section-heading h2 { max-width: 760px; text-transform: none; }
.section-heading > p { padding-bottom: 7px; color: var(--muted); font-size: 1.03rem; }
.services { background: var(--soft); }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding: 0; background: transparent; }
.service-card { position: relative; padding: 38px; overflow: hidden; border: 1px solid #e2dfec; border-radius: var(--radius); background: white; transition: .3s ease; }
.service-card:hover { z-index: 2; transform: translateY(-5px); border-color: #b8dce6; box-shadow: var(--shadow); }
.service-icon { display: grid; width: 49px; height: 49px; margin-bottom: 42px; place-items: center; color: var(--blue); background: #eaf6f9; border-radius: 13px; }
.service-icon svg { width: 25px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-number { position: absolute; top: 36px; right: 35px; color: #a9b5bf; font: 700 .72rem "Kameron", serif; }
.service-card h3 { font-size: 1.65rem; text-transform: none; }
.service-card > p { max-width: 500px; margin-top: 14px; color: var(--muted); }
.service-card ul { display: grid; gap: 8px; margin: 24px 0 30px; padding: 20px 0 0; border-top: 1px solid #edf1f4; list-style: none; }
.service-card li { display: flex; align-items: center; gap: 10px; color: #45586b; font-size: .88rem; }
.service-card li::before { content: ""; width: 5px; height: 5px; flex: 0 0 auto; background: var(--cyan); border-radius: 50%; }
.service-card > a, .text-link { color: #146d91; font-size: .88rem; font-weight: 700; }
.service-card > a span, .text-link span { display: inline-block; margin-left: 7px; transition: transform .2s; }
.service-card > a:hover span, .text-link:hover span { transform: translateX(4px); }

.solutions { position: relative; padding-block: 95px; color: var(--ink); background: var(--ice); overflow: hidden; }
.solutions::after { content: ""; position: absolute; width: 520px; height: 520px; right: -240px; top: -250px; border-radius: 50%; background: radial-gradient(circle, rgba(106,91,211,.15), transparent 68%); }
.soft-heading { position: relative; z-index: 2; display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 38px; }
.soft-heading h2 { font-size: clamp(2.3rem, 4vw, 3.7rem); }
.soft-heading > p { max-width: 390px; padding-bottom: 7px; color: var(--muted); }
.soft-catalog { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.soft-card { overflow: hidden; border: 1px solid rgba(68,55,159,.12); border-radius: 22px; background: white; box-shadow: 0 20px 55px rgba(54,42,130,.07); transition: transform .28s ease, box-shadow .28s ease; }
.soft-card:hover { transform: translateY(-5px); box-shadow: 0 28px 65px rgba(54,42,130,.13); }
.soft-cover { position: relative; min-height: 310px; padding: 30px; overflow: hidden; color: white; }
.smartory-cover { background-color: #182c55; background-image: linear-gradient(90deg, rgba(11,26,48,.96) 0%, rgba(17,38,65,.88) 34%, rgba(20,54,79,.5) 62%, rgba(22,64,83,.12) 100%), linear-gradient(0deg, rgba(8,22,40,.32), transparent 60%), url("/assets/sharky-smartory.png"); background-position: center, center, center 48%; background-size: cover, cover, cover; background-repeat: no-repeat; }
.mate-cover { background-color: #292059; background-image: linear-gradient(90deg, rgba(28,21,65,.96) 0%, rgba(42,31,83,.88) 34%, rgba(56,47,103,.5) 62%, rgba(69,64,116,.12) 100%), linear-gradient(0deg, rgba(21,16,54,.34), transparent 60%), url("/assets/matebanana.png"); background-position: center, center, center 48%; background-size: cover, cover, cover; background-repeat: no-repeat; }
.cover-label { position: relative; z-index: 3; display: inline-flex; padding: 7px 11px; border: 1px solid rgba(255,255,255,.2); border-radius: 30px; background: rgba(255,255,255,.09); font-size: .64rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(8px); }
.cover-copy { position: absolute; z-index: 3; left: 30px; bottom: 30px; max-width: 270px; }
.cover-copy small { display: block; margin-bottom: 6px; color: rgba(255,255,255,.58); font-size: .57rem; font-weight: 700; letter-spacing: .16em; }
.cover-copy strong { display: block; font: 700 2.4rem "Kameron", serif; line-height: 1; }
.cover-copy p { margin-top: 9px; color: rgba(255,255,255,.72); font-size: .8rem; }
.cover-orbit { position: absolute; z-index: 1; width: 310px; height: 310px; right: -95px; bottom: -135px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 45px rgba(255,255,255,.04), 0 0 0 90px rgba(255,255,255,.025); }
.soft-card-body { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 30px; padding: 25px 28px 28px; }
.soft-card-body > div > span { color: #7168a5; font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.soft-card-body h3 { margin-top: 4px; font-size: 1.55rem; }
.soft-card-body p { max-width: 380px; margin-top: 7px; color: var(--muted); font-size: .85rem; }
.soft-link { display: inline-flex; align-items: center; gap: 10px; min-height: 43px; padding: 0 16px; color: white; border-radius: 9px; background: #4c42b8; font-size: .78rem; font-weight: 700; transition: .2s ease; }
.soft-link:hover { background: #393098; transform: translateY(-2px); }
.soft-link b { font-size: 1rem; }


.about { background: var(--soft); }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 95px; align-items: center; }
.about-panel { position: relative; min-height: 500px; padding: 58px; overflow: hidden; color: white; border-radius: 26px; background: linear-gradient(145deg, #4037a1, #24205f); box-shadow: var(--shadow); }
.about-panel::before { content: ""; position: absolute; width: 350px; height: 350px; right: -120px; bottom: -130px; border: 1px solid rgba(101,209,232,.2); border-radius: 50%; box-shadow: 0 0 0 45px rgba(101,209,232,.035), 0 0 0 90px rgba(101,209,232,.025); }
.panel-code { color: var(--cyan); font: 700 .76rem "Kameron", serif; letter-spacing: .1em; }
.about-panel blockquote { position: relative; z-index: 2; max-width: 390px; margin-top: 105px; font-size: 2.1rem; }
.panel-lines { position: absolute; bottom: 50px; left: 58px; display: flex; gap: 5px; }
.panel-lines i { width: 28px; height: 3px; background: var(--cyan); border-radius: 3px; }
.panel-lines i:nth-child(2) { width: 12px; opacity: .5; }
.panel-lines i:nth-child(3) { width: 6px; opacity: .25; }
.about-copy h2 { text-transform: none; }
.about-copy > p { margin: 22px 0 36px; color: var(--muted); font-size: 1.02rem; }
.values { border-top: 1px solid var(--line); }
.values > div { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.values span { padding-top: 4px; color: var(--blue); font: 700 .68rem "Kameron", serif; }
.values p { color: var(--muted); font-size: .88rem; }
.values strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: .98rem; }

.contact { position: relative; padding: 120px 0; overflow: hidden; color: var(--ink); border-top: 1px solid #e3dff0; background: linear-gradient(145deg, #fcfbff 0%, #f7f6fb 52%, #efedf9 100%); }
.contact::before { content: ""; position: absolute; width: 520px; height: 520px; left: -250px; bottom: -240px; border-radius: 50%; background: radial-gradient(circle, rgba(108,93,210,.15), transparent 68%); }
.contact::after { content: ""; position: absolute; width: 360px; height: 360px; right: -210px; top: -190px; border: 1px solid rgba(91,76,193,.08); border-radius: 50%; box-shadow: 0 0 0 55px rgba(91,76,193,.025), 0 0 0 110px rgba(91,76,193,.015); }
.contact-wrap { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.contact-copy { position: sticky; top: 120px; }
.contact-copy h2 { text-transform: none; }
.contact-copy > p { margin-top: 22px; color: var(--muted); font-size: 1.04rem; }
.contact-details { display: grid; gap: 12px; margin-top: 39px; }
.contact-details a { display: flex; align-items: center; gap: 14px; }
.contact-details a > span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--blue); border: 1px solid rgba(83,70,181,.16); border-radius: 50%; background: rgba(255,255,255,.72); }
.contact-details small { display: block; color: #77718f; font-size: .67rem; text-transform: uppercase; }
.contact-details div { font-size: .9rem; font-weight: 600; }
.contact-copy .contact-note { display: flex; align-items: center; gap: 9px; margin-top: 35px; color: #716d84; font-size: .77rem; }
.contact-note i { width: 7px; height: 7px; background: var(--green); border-radius: 50%; }
.contact-form { position: relative; z-index: 2; padding: 36px; color: var(--ink); border: 1px solid rgba(68,55,159,.13); border-radius: 22px; background: rgba(255,255,255,.9); box-shadow: 0 30px 80px rgba(65,52,151,.1); backdrop-filter: blur(10px); }
.form-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 28px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.form-heading span { font: 700 1.2rem "Kameron", serif; }
.form-heading small { color: #8a98a5; font-size: .67rem; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.contact-form label { display: block; margin-bottom: 17px; color: #3b4d5e; font-size: .78rem; font-weight: 700; }
.contact-form input, .contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); outline: 0; border: 1px solid #dedbe8; border-radius: 9px; background: #fcfbff; font-size: .9rem; font-weight: 400; transition: .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #8176e7; box-shadow: 0 0 0 3px rgba(129,118,231,.13); }
.contact-form textarea { resize: vertical; }
.form-submit { display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.form-submit p { max-width: 280px; color: #8b98a4; font-size: .69rem; }
.form-submit .button { flex: 0 0 auto; border: 0; }
.form-submit .button:disabled { opacity: .6; cursor: wait; }
.form-status { display: none; margin-top: 18px; padding: 12px 14px; border-radius: 8px; font-size: .82rem; }
.form-status.success { display: block; color: #17634e; background: #e5f7f1; }
.form-status.error { display: block; color: #9b2f2f; background: #fdecec; }

.site-footer { color: #627080; border-top: 1px solid #d9e7eb; background: rgba(255,255,255,.98); box-shadow: 0 -8px 30px rgba(17,57,74,.045); }
.footer-main { display: grid; grid-template-columns: 1fr 150px 150px 90px; gap: 58px; padding: 58px 0 45px; }
.footer-brand p { max-width: 300px; margin-top: 17px; color: #6d7986; font-size: .84rem; }
.site-footer .brand-light { color: var(--navy); }
.footer-nav { display: grid; gap: 9px; align-content: start; font-size: .8rem; }
.footer-nav strong { margin-bottom: 7px; color: var(--navy); font-size: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.footer-nav a:hover { color: var(--blue); }
.footer-fiscal { display: grid; justify-items: end; align-content: start; gap: 10px; }
.footer-fiscal > span { color: var(--navy); font-size: .66rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.afip-qr { width: 58px; height: auto; border: 1px solid #e0e5e9; }
.footer-bottom { display: flex; justify-content: space-between; padding: 22px 0; border-top: 1px solid #e2e8ec; font-size: .7rem; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 80px; left: 20px; right: 20px; display: none; padding: 22px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: #0b2138; box-shadow: var(--shadow); }
  .main-nav > a:not(.button) { color: rgba(255,255,255,.82); }
  .main-nav > a:not(.button):hover { color: white; }
  .main-nav.open { display: grid; }
  .main-nav .button { margin-top: 6px; }
  .hero { min-height: auto; padding-top: 140px; }
  .hero-copy { padding-bottom: 65px; }
  .capability-bar { grid-template-columns: repeat(2, 1fr); }
  .section-heading, .about-grid, .contact-wrap { grid-template-columns: 1fr; gap: 55px; }
  .section-heading { align-items: start; }
  .soft-cover { min-height: 280px; }
  .soft-card-body { grid-template-columns: 1fr; align-items: start; }
  .soft-link { justify-self: start; }
  .about-panel { min-height: 420px; }
  .contact-copy { position: static; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 72px 0; }
  h1 { font-size: clamp(2.65rem, 13vw, 4rem); }
  h2 { font-size: 2.25rem; }
  .nav-wrap { height: 72px; }
  .main-nav { top: 68px; }
  .hero { padding-top: 125px; }
  .hero { background-image: linear-gradient(rgba(250,249,255,.9), rgba(242,240,252,.86)), var(--hero-image); background-position: center; }
  .hero-copy { padding: 28px 20px 55px; }
  .hero-lead { font-size: 1rem; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-points { align-items: flex-start; flex-direction: column; gap: 10px; }
  .capability-wrap { padding: 16px; }
  .capability-bar { grid-template-columns: 1fr; gap: 9px; }
  .section-heading { gap: 22px; margin-bottom: 38px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { padding: 27px; }
  .soft-heading { align-items: flex-start; flex-direction: column; gap: 14px; }
  .soft-heading > p { padding: 0; }
  .soft-catalog { grid-template-columns: 1fr; }
  .soft-cover { min-height: 280px; padding: 24px; }
  .cover-copy { left: 24px; bottom: 24px; }
  .cover-copy strong { font-size: 2rem; }
  .about-grid { gap: 45px; }
  .about-panel { min-height: 360px; padding: 36px; }
  .about-panel blockquote { margin-top: 75px; font-size: 1.65rem; }
  .panel-lines { left: 36px; bottom: 36px; }
  .contact { padding: 75px 0; }
  .contact-wrap { gap: 45px; }
  .contact-form { padding: 25px 20px; }
  .form-heading, .form-submit { align-items: flex-start; flex-direction: column; }
  .form-heading small { margin-top: 5px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-submit .button { width: 100%; }
  .footer-main { grid-template-columns: repeat(2, 1fr); gap: 40px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-fiscal { justify-items: start; }
  .footer-bottom { gap: 10px; flex-direction: column; }
}

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