/* @section: design-tokens */
:root {
    --navy-950: #081c31;
    --navy-900: #102d4f;
    --navy-800: #173f6d;
    --navy-700: #22558b;
    --orange-600: #e6532d;
    --orange-500: #f06a3f;
    --orange-100: #fff0ea;
    --sky-100: #eaf3fb;
    --sky-50: #f5f9fd;
    --white: #ffffff;
    --ink: #152233;
    --muted: #5e6c7d;
    --line: #dbe4ed;
    --success: #18794e;
    --warning: #a15c00;
    --danger: #b42318;
    --shadow-sm: 0 8px 24px rgba(8, 28, 49, 0.08);
    --shadow-md: 0 18px 50px rgba(8, 28, 49, 0.14);
    --radius-sm: 10px;
    --radius-md: 18px;
    --radius-lg: 28px;
    --container: 1180px;
    --font-heading: "Aptos Display", "Segoe UI", Arial, sans-serif;
    --font-body: "Aptos", "Segoe UI", Arial, sans-serif;
}

/* @section: reset-base */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--font-body); font-size: 17px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 { margin: 0 0 0.65em; color: var(--navy-950); font-family: var(--font-heading); line-height: 1.12; letter-spacing: -0.025em; }
h1 { font-size: clamp(2.45rem, 5vw, 4.75rem); }
h2 { font-size: clamp(2rem, 3.7vw, 3.25rem); }
h3 { font-size: clamp(1.25rem, 2vw, 1.65rem); }
p { margin: 0 0 1.25em; }
ul, ol { margin: 0; padding: 0; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.container--narrow { max-width: 820px; }
.section { padding: clamp(76px, 9vw, 124px) 0; }
.section--soft { background: var(--sky-50); }
.section--navy { color: #dbe8f4; background: var(--navy-950); }
.section--navy h2, .section--navy h3 { color: var(--white); }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: 12px; left: 12px; padding: 10px 14px; color: white; background: var(--navy-950); transform: translateY(-140%); }
.skip-link:focus { transform: translateY(0); }

/* @section: buttons-links */
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 9px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; line-height: 1.2; text-align: center; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid rgba(240, 106, 63, .35); outline-offset: 3px; }
.button--primary { color: var(--white); background: var(--navy-900); box-shadow: 0 10px 24px rgba(16, 45, 79, .2); }
.button--primary:hover { background: var(--navy-800); }
.button--accent { color: var(--white); background: var(--orange-600); box-shadow: 0 10px 24px rgba(230, 83, 45, .24); }
.button--accent:hover { background: #ca4320; }
.button--light { color: var(--navy-950); background: var(--white); }
.button--light:hover { background: #f1f7fc; }
.button--outline { color: var(--navy-900); border-color: var(--navy-900); background: transparent; }
.button--ghost-light { color: var(--white); border-color: rgba(255,255,255,.45); background: rgba(255,255,255,.08); backdrop-filter: blur(8px); }
.button--ghost-light:hover { border-color: var(--white); background: rgba(255,255,255,.14); }
.button--block { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { color: var(--navy-800); font-weight: 750; }
.text-link:hover { color: var(--orange-600); }
.text-link--center { display: block; margin-top: 15px; text-align: center; }
.eyebrow { display: inline-block; margin-bottom: 15px; color: var(--orange-600); font-size: .78rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow--light { color: #ffad92; }
.tag { display: inline-flex; padding: 6px 11px; border-radius: 999px; color: var(--navy-900); background: var(--sky-100); font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

/* @section: topbar-header */
.topbar { color: #e8f2fb; background: var(--navy-950); font-size: .79rem; }
.topbar__inner { display: flex; min-height: 36px; align-items: center; justify-content: space-between; gap: 20px; }
.topbar__links { display: flex; gap: 18px; font-weight: 750; }
.topbar a:hover { color: #ffad92; }
.site-header { position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid rgba(219, 228, 237, .8); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); transition: box-shadow .2s ease; }
.site-header.is-scrolled { box-shadow: var(--shadow-sm); }
.site-header__inner { display: flex; min-height: 82px; align-items: center; gap: 28px; }
.brand { flex: 0 0 auto; }
.brand img, .custom-logo { width: auto; max-width: 220px; max-height: 67px; object-fit: contain; }
.brand .custom-logo-link { display: block; }
.site-nav { flex: 1; }
.site-nav__list { display: flex; align-items: center; justify-content: center; gap: 4px; list-style: none; }
.site-nav__list a { display: block; padding: 10px 11px; border-radius: 9px; color: var(--navy-950); font-size: .89rem; font-weight: 700; }
.site-nav__list a:hover, .site-nav__list .current-menu-item > a { color: var(--navy-800); background: var(--sky-100); }
.header-cta { flex: 0 0 auto; min-height: 44px; padding: 10px 17px; font-size: .87rem; }
.menu-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); }
.menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--navy-950); transition: transform .2s ease, opacity .2s ease; }

/* @section: hero-principal */
.hero { position: relative; min-height: 690px; overflow: hidden; color: var(--white); background: var(--navy-950); }
.hero__media, .hero__media img, .hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__media img { object-fit: cover; object-position: center; }
.hero__overlay { background: linear-gradient(90deg, rgba(6, 24, 43, .97) 0%, rgba(10, 34, 60, .89) 43%, rgba(10, 34, 60, .38) 73%, rgba(10, 34, 60, .2) 100%); }
.hero__content { position: relative; z-index: 2; display: grid; min-height: 690px; grid-template-columns: minmax(0, 1.3fr) minmax(290px, .65fr); align-items: center; gap: 70px; padding-block: 76px; }
.hero__copy { max-width: 760px; }
.hero h1 { max-width: 760px; color: var(--white); }
.hero__copy > p { max-width: 680px; color: #e5edf5; font-size: clamp(1.05rem, 1.6vw, 1.25rem); }
.hero__copy .button-row { margin: 30px 0 18px; }
.hero__note { font-size: .78rem !important; color: #c8d9e8 !important; }
.hero__trust { align-self: end; margin-bottom: 12px; padding: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: var(--radius-lg); background: rgba(7, 28, 49, .75); box-shadow: var(--shadow-md); backdrop-filter: blur(12px); }
.hero__trust-label { display: block; margin-bottom: 16px; color: #ffad92; font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hero__trust ul { list-style: none; }
.hero__trust li { padding: 15px 0; border-top: 1px solid rgba(255,255,255,.13); }
.hero__trust strong, .hero__trust span { display: block; }
.hero__trust strong { color: var(--white); }
.hero__trust li span { margin-top: 3px; color: #c8d9e8; font-size: .87rem; }

/* @section: quick-actions */
.quick-actions { position: relative; z-index: 4; margin-top: -1px; background: var(--white); box-shadow: 0 14px 35px rgba(8, 28, 49, .08); }
.quick-actions__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-actions__grid a { display: grid; min-height: 145px; grid-template-columns: 42px 1fr; align-content: center; gap: 1px 12px; padding: 28px 24px; border-right: 1px solid var(--line); transition: background .2s ease, transform .2s ease; }
.quick-actions__grid a:first-child { border-left: 1px solid var(--line); }
.quick-actions__grid a:hover { z-index: 1; background: var(--sky-50); transform: translateY(-4px); }
.quick-actions__grid span { grid-row: span 2; color: var(--orange-600); font-size: .82rem; font-weight: 900; }
.quick-actions__grid strong { color: var(--navy-950); font-size: 1rem; }
.quick-actions__grid small { color: var(--muted); font-size: .78rem; }

/* @section: section-heading */
.section-heading { max-width: 730px; margin-bottom: 48px; }
.section-heading > p { color: var(--muted); font-size: 1.06rem; }
.section-heading--split { display: grid; max-width: none; grid-template-columns: 1fr .75fr; align-items: end; gap: 80px; }
.section-heading--split > p { margin-bottom: 12px; }

/* @section: destinations */
.destination-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 32px; }
.destination-feature { overflow: hidden; border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-md); }
.destination-feature img { width: 100%; height: 330px; object-fit: cover; }
.destination-feature__body { padding: 30px 34px 34px; }
.destination-feature__body h3 { margin-top: 14px; }
.destination-feature__body p { color: var(--muted); }
.destination-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; align-content: start; }
.destination-chip { display: flex; min-height: 74px; align-items: center; justify-content: space-between; gap: 15px; padding: 18px 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); font-weight: 750; transition: border .2s ease, transform .2s ease, box-shadow .2s ease; }
.destination-chip b { color: var(--orange-600); }
.destination-chip:hover { border-color: #a9bfd3; box-shadow: var(--shadow-sm); transform: translateX(3px); }
.destination-chip--all { grid-column: 1 / -1; color: var(--white); border-color: var(--navy-900); background: var(--navy-900); }
.destination-chip--all b { color: #ffad92; }

/* @section: services */
.services-mosaic { display: grid; grid-template-columns: 1.25fr .75fr .75fr; gap: 18px; }
.service-card { position: relative; min-height: 280px; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: transform .25s ease, box-shadow .25s ease, border .25s ease; }
.service-card:hover { border-color: #b8c9d8; box-shadow: var(--shadow-sm); transform: translateY(-5px); }
.service-card__number { display: block; margin-bottom: 42px; color: var(--orange-600); font-size: .78rem; font-weight: 900; }
.service-card p { color: var(--muted); font-size: .94rem; }
.service-card a { color: var(--orange-600); font-weight: 800; }
.service-card--primary { color: #dbe8f4; border-color: var(--navy-900); background: var(--navy-900); }
.service-card--primary h3 { color: var(--white); }
.service-card--primary p { color: #dbe8f4; }
.service-card--wide { grid-column: span 2; min-height: 240px; background: var(--sky-50); }

/* @section: process */
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 9vw, 130px); }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process-intro p { color: #bdd0e1; }
.process-list { list-style: none; }
.process-list li { display: grid; grid-template-columns: 60px 1fr; gap: 22px; padding: 30px 0; border-top: 1px solid rgba(255,255,255,.14); }
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.process-list > li > span { display: grid; width: 52px; height: 52px; place-items: center; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; color: #ffad92; font-weight: 900; }
.process-list h3 { margin-bottom: 6px; }
.process-list p { margin: 0; color: #b9ccdc; }

/* @section: tracking-promo */
.tracking-promo__grid { display: grid; grid-template-columns: 1.2fr .58fr; align-items: center; gap: 90px; }
.tracking-promo__grid > div:first-child > p { max-width: 720px; color: var(--muted); }
.status-pills { display: flex; flex-wrap: wrap; gap: 9px; }
.status-pills span { padding: 8px 13px; border-radius: 999px; color: var(--navy-800); background: var(--sky-100); font-size: .79rem; font-weight: 750; }
.tracking-promo__action { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--sky-50); }
.reference-example { margin-bottom: 20px; padding: 17px; border: 1px dashed #aebfd0; border-radius: var(--radius-sm); text-align: center; }
.reference-example small, .reference-example strong { display: block; }
.reference-example small { color: var(--muted); }
.reference-example strong { margin-top: 4px; color: var(--navy-900); font-family: ui-monospace, monospace; font-size: 1.12rem; letter-spacing: .04em; }

/* @section: business-banner */
.business-banner { display: flex; min-height: 280px; align-items: center; justify-content: space-between; gap: 60px; padding: clamp(40px, 7vw, 76px); border-radius: var(--radius-lg); color: #dbe8f4; background: linear-gradient(120deg, var(--navy-950), var(--navy-800)); box-shadow: var(--shadow-md); }
.business-banner h2 { max-width: 680px; color: var(--white); }
.business-banner p { max-width: 720px; color: #c3d5e4; }
.business-banner .button { flex: 0 0 auto; }

/* @section: faq */
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 110px); }
.faq-intro { align-self: start; }
.faq-intro p { color: var(--muted); }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 24px 45px 24px 0; color: var(--navy-950); font-weight: 800; cursor: pointer; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 6px; top: 20px; display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; color: var(--navy-900); background: var(--sky-100); font-size: 1.3rem; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { padding: 0 45px 22px 0; color: var(--muted); }

/* @section: final-cta */
.final-cta { padding: 72px 0; color: #dce9f4; background: var(--navy-900); }
.final-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.final-cta h2 { color: var(--white); }
.final-cta p { margin-bottom: 0; }
.final-cta .button-row { flex: 0 0 auto; }

/* @section: page-heroes-content */
.page-hero { padding: 105px 0; color: #dce9f4; background: linear-gradient(120deg, var(--navy-950), var(--navy-800)); }
.page-hero h1 { max-width: 900px; color: var(--white); }
.page-hero p { max-width: 730px; color: #c8d9e8; font-size: 1.08rem; }
.page-hero--compact { padding: 76px 0; }
.page-content { min-height: 45vh; }
.content-prose > *:first-child { margin-top: 0; }
.content-prose h2 { margin-top: 2em; font-size: clamp(1.65rem, 3vw, 2.35rem); }
.content-prose h3 { margin-top: 1.7em; }
.content-prose p, .content-prose li { color: #344357; }
.content-prose ul, .content-prose ol { padding-left: 1.3em; margin: 0 0 1.5em; }
.content-prose a { color: var(--navy-700); text-decoration: underline; }
.content-prose img { border-radius: var(--radius-md); }
.article-cover { margin-bottom: 40px; }

/* @section: posts */
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.post-card > a img { width: 100%; height: 230px; object-fit: cover; }
.post-card__body { padding: 26px; }
.post-card__body h2 { font-size: 1.45rem; }
.post-meta { color: var(--orange-600); font-size: .78rem; font-weight: 800; text-transform: uppercase; }
.empty-state { padding: 60px; border: 1px dashed #aebfd0; border-radius: var(--radius-md); background: var(--sky-50); text-align: center; }
.error-page { min-height: 62vh; display: grid; align-items: center; }

/* @section: footer */
.site-footer { padding-top: 72px; color: #b9ccdc; background: #061725; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .7fr 1fr .9fr; gap: 55px; padding-bottom: 55px; }
.site-footer h2 { margin-bottom: 16px; color: var(--white); font-size: 1rem; letter-spacing: .02em; }
.site-footer ul { list-style: none; }
.site-footer li { margin: 8px 0; }
.site-footer a:hover { color: #ffad92; }
.footer-logo-wrap { display: inline-block; margin-bottom: 18px; padding: 10px 14px; border-radius: 10px; background: var(--white); }
.footer-logo-wrap img { width: 190px; }
.footer-brand p { max-width: 340px; }
.site-footer address { font-style: normal; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }
.floating-whatsapp { position: fixed; z-index: 900; right: 20px; bottom: 20px; display: grid; width: 56px; height: 56px; place-items: center; border: 3px solid var(--white); border-radius: 50%; color: var(--white); background: #178a54; box-shadow: var(--shadow-md); font-size: .78rem; font-weight: 900; }
.floating-whatsapp:hover { transform: translateY(-3px); }

/* @section: forms-plugin-shared */
.jika-form-shell { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.jika-form-intro { padding: 28px 32px; color: #dce9f4; background: var(--navy-900); }
.jika-form-intro h2, .jika-form-intro h3 { color: var(--white); }
.jika-form-intro p { margin: 0; color: #c7d8e7; }
.jika-form { padding: 34px; }
.jika-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.jika-field { display: grid; gap: 7px; }
.jika-field--full { grid-column: 1 / -1; }
.jika-field label { color: var(--navy-950); font-size: .88rem; font-weight: 800; }
.jika-field .required { color: var(--danger); }
.jika-field input, .jika-field select, .jika-field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #bdcad6; border-radius: 10px; color: var(--ink); background: var(--white); transition: border .2s ease, box-shadow .2s ease; }
.jika-field textarea { min-height: 125px; resize: vertical; }
.jika-field input:focus, .jika-field select:focus, .jika-field textarea:focus { border-color: var(--navy-700); box-shadow: 0 0 0 4px rgba(34, 85, 139, .1); outline: none; }
.jika-help { color: var(--muted); font-size: .78rem; }
.jika-checkbox { display: flex; align-items: flex-start; gap: 10px; }
.jika-checkbox input { width: 18px; height: 18px; margin-top: 4px; }
.jika-form-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 26px; }
.jika-alert { margin-bottom: 24px; padding: 17px 19px; border-left: 4px solid var(--navy-700); border-radius: 8px; background: var(--sky-50); }
.jika-alert--success { border-color: var(--success); background: #edf9f3; }
.jika-alert--error { border-color: var(--danger); background: #fff1f0; }
.jika-reference { display: inline-block; margin: 8px 0; padding: 8px 12px; border-radius: 7px; color: var(--navy-950); background: var(--white); font-family: ui-monospace, monospace; font-size: 1.05rem; font-weight: 900; letter-spacing: .04em; }

/* @section: reveal-motion */
.reveal { opacity: 1; transform: none; }
.reveal.reveal-ready { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal--delay { transition-delay: .12s; }
.reveal.reveal-ready.is-visible { opacity: 1; transform: translateY(0); }

/* @section: responsive-tablet */
@media (max-width: 1080px) {
    .header-cta { display: none; }
    .site-nav__list { justify-content: flex-end; }
    .hero__content { grid-template-columns: 1fr; gap: 30px; }
    .hero__trust { max-width: 720px; align-self: auto; margin: 0; }
    .quick-actions__grid { grid-template-columns: repeat(2, 1fr); }
    .services-mosaic { grid-template-columns: 1fr 1fr; }
    .service-card--primary { grid-column: span 2; min-height: 230px; }
    .footer-grid { grid-template-columns: 1.1fr .8fr .9fr; }
    .footer-grid > div:last-child { grid-column: 1 / -1; }
}

/* @section: responsive-mobile */
@media (max-width: 820px) {
    body { font-size: 16px; }
    .container { width: min(calc(100% - 28px), var(--container)); }
    .section { padding: 72px 0; }
    .topbar__inner > span { display: none; }
    .topbar__inner { justify-content: center; }
    .site-header__inner { min-height: 72px; justify-content: space-between; }
    .brand img, .custom-logo { max-width: 175px; max-height: 57px; }
    .menu-toggle { display: block; }
    .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
    .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
    .site-nav { position: fixed; top: 108px; right: 0; bottom: 0; left: 0; display: none; overflow-y: auto; padding: 22px 18px 60px; background: var(--white); }
    .site-nav.is-open { display: block; }
    .site-nav__list { display: block; }
    .site-nav__list a { padding: 15px; border-bottom: 1px solid var(--line); border-radius: 0; font-size: 1rem; }
    .hero, .hero__content { min-height: auto; }
    .hero__content { padding-block: 72px; }
    .hero__overlay { background: linear-gradient(90deg, rgba(6, 24, 43, .96), rgba(10, 34, 60, .75)); }
    .hero__copy .button-row { display: grid; }
    .hero__copy .button { width: 100%; }
    .hero__trust { padding: 22px; }
    .quick-actions__grid { grid-template-columns: 1fr; }
    .quick-actions__grid a { min-height: 110px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .section-heading--split, .destination-layout, .process-layout, .tracking-promo__grid, .faq-layout { grid-template-columns: 1fr; gap: 40px; }
    .section-heading--split { gap: 6px; }
    .destination-feature img { height: 250px; }
    .destination-grid { grid-template-columns: 1fr; }
    .destination-chip--all { grid-column: auto; }
    .services-mosaic { grid-template-columns: 1fr; }
    .service-card, .service-card--primary, .service-card--wide { grid-column: auto; min-height: auto; }
    .service-card__number { margin-bottom: 28px; }
    .process-intro { position: static; }
    .business-banner, .final-cta__inner { display: grid; gap: 30px; }
    .business-banner .button { width: 100%; }
    .posts-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; gap: 34px; }
    .footer-grid > div:last-child { grid-column: auto; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
    .jika-form { padding: 24px 20px; }
    .jika-form-grid { grid-template-columns: 1fr; }
    .jika-field--full { grid-column: auto; }
    .jika-form-actions { align-items: stretch; flex-direction: column; }
    .jika-form-actions .button { width: 100%; }
}

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