/*
Theme Name: Drone International Expo Landing
Theme URI: https://droneinternationalexpo.com/
Author: Drone International Expo
Description: Responsive one-page event landing theme for Drone International Expo 2027.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: drone-expo
*/

:root {
    --ink: #092033;
    --navy: #062a47;
    --navy-deep: #031b2d;
    --blue: #007cb9;
    --blue-bright: #00a4dc;
    --signal: #f15a29;
    --sky: #eaf7fc;
    --mist: #f4f8fa;
    --line: #cbdbe3;
    --white: #ffffff;
    --muted: #536d7c;
    --danger: #b3261e;
    --shadow: 0 24px 70px rgba(3, 27, 45, .16);
    --display: "Arial Narrow", "Roboto Condensed", "Helvetica Neue", Arial, sans-serif;
    --body: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--white);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 20;
    opacity: .035;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

button,
input,
textarea {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

:focus-visible {
    outline: 3px solid var(--signal);
    outline-offset: 3px;
}

.skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 100;
    padding: 10px 16px;
    color: var(--white);
    background: var(--navy);
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(0);
}

.shell {
    width: min(1180px, calc(100% - 48px));
    margin-inline: auto;
}

.site-header {
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, .97);
    border-bottom: 1px solid rgba(9, 32, 51, .12);
}

.header-inner {
    min-height: 92px;
    display: flex;
    align-items: center;
    gap: 30px;
}

.brand img {
    width: 192px;
    height: auto;
}

.header-event {
    margin-left: auto;
    display: grid;
    line-height: 1.35;
    color: var(--muted);
    font-size: .95rem;
    border-left: 1px solid var(--line);
    padding-left: 26px;
}

.header-event span:first-child {
    color: var(--navy);
    font-weight: 800;
}

.button {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 2px;
    font-weight: 800;
    font-size: .92rem;
    text-decoration: none;
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button-small {
    min-height: 44px;
    color: var(--white);
    background: var(--navy);
}

.button-primary {
    color: var(--white);
    background: var(--signal);
    box-shadow: 0 14px 30px rgba(241, 90, 41, .22);
}

.button-primary:hover {
    background: #d94719;
}

.hero {
    position: relative;
    isolation: isolate;
    min-height: 720px;
    color: var(--white);
    background: var(--navy-deep);
    overflow: hidden;
}

.hero-image {
    position: absolute;
    inset: 0 0 0 40%;
    z-index: -3;
    background: linear-gradient(90deg, var(--navy-deep) 0%, rgba(3, 27, 45, .62) 38%, rgba(3, 27, 45, .16) 100%), url('assets/images/hero-expo.jpg') center / cover no-repeat;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: linear-gradient(90deg, var(--navy-deep) 0 47%, rgba(3, 27, 45, .7) 65%, rgba(3, 27, 45, .38));
}

.hero::after {
    content: "";
    position: absolute;
    width: 540px;
    height: 540px;
    right: -140px;
    top: -230px;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    box-shadow: 0 0 0 60px rgba(0, 164, 220, .06), 0 0 0 120px rgba(0, 164, 220, .04);
}

.hero-grid {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: .12;
    background-image: linear-gradient(rgba(255, 255, 255, .2) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .2) 1px, transparent 1px);
    background-size: 90px 90px;
    mask-image: linear-gradient(90deg, black, transparent 75%);
}

.hero-layout {
    min-height: 720px;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, .7fr);
    align-items: center;
    gap: 80px;
    padding-block: 80px;
}

.hero-copy {
    min-width: 0;
    max-width: 760px;
}

.eyebrow {
    margin: 0 0 18px;
    color: #b8ecff;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.eyebrow span {
    display: inline-block;
    margin-right: 12px;
    padding-right: 13px;
    color: var(--white);
    border-right: 1px solid rgba(255, 255, 255, .35);
}

.eyebrow.dark {
    color: var(--blue);
}

.hero .eyebrow,
.ecosystem .section-heading .eyebrow {
    font-size: .88rem;
    line-height: 1.5;
}

p {
    overflow-wrap: break-word;
}

h1,
h2,
h3 {
    font-family: var(--display);
    line-height: 1.02;
    letter-spacing: -.035em;
    overflow-wrap: normal;
    word-break: normal;
}

h1 {
    max-width: 790px;
    margin: 0;
    font-size: clamp(3rem, 5vw, 5.35rem);
    font-weight: 900;
    text-transform: uppercase;
}

h1 em {
    display: block;
    color: var(--blue-bright);
    font-style: normal;
}

.hero-lede {
    max-width: 700px;
    margin: 26px 0 0;
    color: #d9e9f1;
    font-size: 1.12rem;
    line-height: 1.72;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 34px;
}

.text-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    font-weight: 800;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
}

.text-link span {
    transition: transform .2s ease;
}

.text-link:hover span {
    transform: translateX(4px);
}

.event-coordinates {
    display: grid;
    grid-template-columns: .8fr 1.5fr .8fr;
    max-width: 750px;
    margin: 44px 0 0;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .25);
}

.event-coordinates div {
    padding: 0 20px;
    border-left: 1px solid rgba(255, 255, 255, .18);
}

.event-coordinates div:first-child {
    padding-left: 0;
    border-left: 0;
}

.event-coordinates dt {
    color: #87b9cf;
    font-size: .68rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.event-coordinates dd {
    margin: 4px 0 0;
    font-size: .88rem;
    font-weight: 700;
}

.hero-card {
    position: relative;
    align-self: end;
    margin-bottom: 4px;
    padding: 28px;
    color: var(--white);
    background: rgba(0, 124, 185, .86);
    border: 1px solid rgba(255, 255, 255, .36);
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow);
    min-width: 0;
}

.hero-card::before,
.hero-card::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-color: var(--white);
}

.hero-card::before {
    top: 10px;
    left: 10px;
    border-top: 1px solid;
    border-left: 1px solid;
}

.hero-card::after {
    right: 10px;
    bottom: 10px;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

.card-kicker {
    margin: 0 0 42px;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .16em;
}

.card-title {
    margin: 0 0 24px;
    font-family: var(--display);
    font-size: 1.55rem;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
}

.flight-stat {
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
    gap: 14px;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, .32);
}

.flight-stat strong {
    font-family: var(--display);
    font-size: 2rem;
    letter-spacing: -.04em;
}

.flight-stat span {
    font-size: .84rem;
    line-height: 1.4;
}

.button-light {
    width: 100%;
    margin-top: 18px;
    color: var(--navy);
    background: var(--white);
}

.signal-bar {
    position: relative;
    z-index: 2;
    color: var(--white);
    background: var(--blue);
}

.signal-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.signal-grid p {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin: 0;
    padding: 26px 30px;
    border-left: 1px solid rgba(255, 255, 255, .22);
}

.signal-grid p:last-child {
    border-right: 1px solid rgba(255, 255, 255, .22);
}

.signal-grid strong {
    font-family: var(--display);
    font-size: 2rem;
    line-height: 1;
}

.signal-grid span {
    font-size: .76rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.section {
    padding-block: 96px;
}

.ecosystem {
    background: var(--white);
}

.section-heading h2,
.sector-band h2,
.enquiry-copy h2 {
    margin: 0;
    font-size: clamp(2.4rem, 4vw, 3.9rem);
    font-weight: 900;
    text-transform: uppercase;
}

.split-heading {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 60px;
    align-items: end;
}

.split-heading > p {
    margin: 0 0 8px;
    color: var(--muted);
    font-size: 1.05rem;
    line-height: 1.8;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 58px;
    border: 1px solid var(--line);
}

.benefit-card {
    position: relative;
    min-height: 300px;
    padding: 36px 32px;
    border-right: 1px solid var(--line);
}

.benefit-card:last-child {
    border-right: 0;
}

.benefit-card.featured {
    color: var(--white);
    background: var(--navy);
    box-shadow: 0 24px 55px rgba(3, 27, 45, .18);
}

.benefit-code {
    color: var(--blue);
    font-size: .88rem;
    font-weight: 900;
    letter-spacing: .16em;
}

.featured .benefit-code {
    color: var(--blue-bright);
}

.benefit-card h3 {
    margin: 64px 0 18px;
    font-size: 1.65rem;
    font-weight: 900;
    text-transform: uppercase;
}

.benefit-card p {
    margin: 0;
    color: var(--muted);
    font-size: .94rem;
}

.benefit-card.featured p {
    color: #c8dce6;
}

.sector-band {
    position: relative;
    overflow: hidden;
    padding-block: 90px;
    color: var(--white);
    background: var(--blue);
}

.sector-band::before {
    content: "";
    position: absolute;
    width: 620px;
    height: 620px;
    right: -260px;
    top: -300px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    box-shadow: 0 0 0 80px rgba(255, 255, 255, .04), 0 0 0 160px rgba(255, 255, 255, .03);
}

.sector-layout {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 72px;
}

.sector-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 28px;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(255, 255, 255, .35);
}

.sector-list li {
    padding: 19px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .24);
    font-size: 1.04rem;
    font-weight: 700;
}

.enquiry-section {
    background: linear-gradient(90deg, var(--sky) 0 50%, var(--white) 50%);
}

.enquiry-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 64px;
    align-items: start;
}

.enquiry-copy {
    position: sticky;
    top: 30px;
    min-width: 0;
}

.enquiry-copy > p:not(.eyebrow) {
    max-width: 480px;
    margin: 26px 0 36px;
    color: var(--muted);
    font-size: 1.04rem;
}

.date-ticket {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 40px 0;
    padding: 22px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.ticket-day {
    color: var(--blue);
    font-family: var(--display);
    font-size: 3.4rem;
    font-weight: 900;
    letter-spacing: -.06em;
    line-height: 1;
}

.date-ticket span:last-child {
    display: grid;
    color: var(--muted);
    font-size: .83rem;
    line-height: 1.45;
}

.date-ticket strong {
    color: var(--ink);
    font-size: 1rem;
}

.direct-contact {
    display: grid;
    gap: 5px;
    font-size: .88rem;
}

.direct-contact span {
    margin-bottom: 6px;
    color: var(--muted);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.direct-contact a {
    color: var(--blue);
    font-weight: 800;
    overflow-wrap: anywhere;
    text-underline-offset: 4px;
}

.form-panel {
    min-width: 0;
    padding: 42px;
    background: var(--white);
    border-top: 5px solid var(--blue);
    box-shadow: var(--shadow);
}

.lead-form {
    min-width: 0;
}

.form-intro {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 34px;
}

.form-intro p,
.form-intro h3 {
    margin: 0;
}

.form-step {
    color: var(--blue);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.form-intro h3 {
    margin-top: 5px;
    font-size: 1.75rem;
    font-weight: 900;
    text-transform: uppercase;
}

.form-intro > span {
    color: var(--muted);
    font-size: .74rem;
    line-height: 1.45;
    text-align: right;
}

.form-error-summary {
    margin-bottom: 24px;
    padding: 13px 15px;
    color: var(--danger);
    background: #fff0ef;
    border-left: 3px solid var(--danger);
    font-size: .85rem;
}

.interest-fieldset {
    margin: 0 0 28px;
    padding: 0;
    border: 0;
}

.interest-fieldset legend {
    margin-bottom: 10px;
    font-size: .82rem;
    font-weight: 800;
}

.interest-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.choice-card {
    position: relative;
    cursor: pointer;
}

.choice-card input {
    position: absolute;
    opacity: 0;
}

.choice-card span {
    min-height: 88px;
    display: grid;
    align-content: center;
    padding: 14px 18px 14px 48px;
    border: 1px solid var(--line);
    transition: border .2s ease, background .2s ease, box-shadow .2s ease;
}

.choice-card span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    width: 16px;
    height: 16px;
    border: 2px solid #8aa1ad;
    border-radius: 50%;
    transform: translateY(-50%);
}

.choice-card input:checked + span {
    background: var(--sky);
    border-color: var(--blue);
    box-shadow: inset 4px 0 0 var(--blue);
}

.choice-card input:checked + span::before {
    border: 5px solid var(--blue);
}

.choice-card input:focus-visible + span {
    outline: 3px solid var(--signal);
    outline-offset: 3px;
}

.choice-card strong,
.choice-card small {
    display: block;
}

.choice-card strong {
    font-size: .94rem;
}

.choice-card small {
    margin-top: 2px;
    color: var(--muted);
    font-size: .75rem;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 16px;
}

.field {
    display: grid;
    gap: 7px;
}

.field-full {
    grid-column: 1 / -1;
}

.field > span {
    font-size: .82rem;
    font-weight: 800;
}

.field > span small {
    margin-left: 5px;
    color: #81949e;
    font-size: .72rem;
    font-weight: 500;
}

.field input,
.field textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    font-size: .94rem;
    color: var(--ink);
    background: #fbfdfe;
    border: 1px solid #bccdd5;
    border-radius: 0;
    outline: 0;
    transition: border .2s ease, box-shadow .2s ease, background .2s ease;
}

.field textarea {
    min-height: 92px;
    resize: vertical;
}

.field input:focus,
.field textarea:focus {
    background: var(--white);
    border-color: var(--blue);
    box-shadow: 0 0 0 3px rgba(0, 124, 185, .12);
}

.field input::placeholder,
.field textarea::placeholder {
    color: #899aa3;
}

.has-error input,
.has-error textarea,
.interest-fieldset.has-error .choice-card span {
    border-color: var(--danger);
}

.field-error {
    display: block;
    margin-top: 6px;
    color: var(--danger);
    font-size: .73rem;
    font-weight: 600;
}

.honeypot {
    position: absolute;
    left: -9999px;
}

.consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 22px;
    color: var(--muted);
    font-size: .8rem;
    line-height: 1.5;
}

.consent input {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    margin-top: 2px;
    accent-color: var(--blue);
}

.consent-error {
    margin-left: 27px;
}

.button-submit {
    width: 100%;
    margin-top: 24px;
    justify-content: space-between;
    color: var(--white);
    background: var(--navy);
    border: 0;
}

.button-submit:hover {
    background: var(--blue);
}

.button-submit[disabled] {
    cursor: wait;
    opacity: .72;
}

.form-note {
    margin: 10px 0 0;
    color: #7b909a;
    font-size: .74rem;
    text-align: center;
}

.form-success {
    display: grid;
    place-items: center;
    min-height: 580px;
    align-content: center;
    padding: 40px;
    text-align: center;
}

.success-mark {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    color: var(--white);
    background: var(--blue);
    border-radius: 50%;
    font-size: 2rem;
    box-shadow: 0 0 0 12px var(--sky);
}

.form-success h3 {
    margin: 0;
    font-size: 2.4rem;
    text-transform: uppercase;
}

.form-success p {
    max-width: 420px;
    color: var(--muted);
}

.dark-link {
    margin-top: 16px;
    color: var(--blue);
}

.site-footer {
    padding: 48px 0 100px;
    color: #b7ccd7;
    background: var(--navy-deep);
}

.footer-inner {
    display: grid;
    grid-template-columns: 180px 1.2fr 1fr auto;
    align-items: center;
    gap: 30px;
}

.footer-inner img {
    width: 160px;
    padding: 8px;
    background: var(--white);
    border-radius: 4px;
}

.footer-inner p {
    margin: 0;
    font-size: .92rem;
    font-weight: 500;
    line-height: 1.5;
}

.copyright {
    text-align: right;
}

.mobile-cta {
    display: none;
}

@media (max-width: 1020px) {
    .hero-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .hero-card {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
        gap: 0 24px;
        max-width: 720px;
        margin: 0;
    }

    .card-kicker,
    .card-title {
        grid-column: 1 / -1;
    }

    .card-kicker {
        margin-bottom: 12px;
    }

    .button-light {
        grid-column: 1 / -1;
    }

    .benefit-card {
        padding: 32px 26px;
    }

    .enquiry-layout {
        gap: 48px;
    }

    .form-panel {
        padding: 32px;
    }

    .footer-inner {
        grid-template-columns: 170px 1fr 1fr;
    }

    .copyright {
        grid-column: 2 / -1;
        text-align: left;
    }
}

@media (max-width: 800px) {
    .shell {
        width: min(100% - 32px, 680px);
    }

    .header-inner {
        min-height: 78px;
    }

    .brand img {
        width: 156px;
    }

    .header-event {
        display: none;
    }

    .header-inner .button {
        margin-left: auto;
    }

    .hero,
    .hero-layout {
        min-height: auto;
    }

    .hero-layout {
        grid-template-columns: minmax(0, 1fr);
    }

    .hero-image {
        inset: 0;
        opacity: .46;
    }

    .hero::before {
        background: linear-gradient(180deg, rgba(3, 27, 45, .92), rgba(3, 27, 45, .84));
    }

    .hero-layout {
        padding-block: 70px;
    }

    h1 {
        font-size: clamp(2.9rem, 10.5vw, 4.5rem);
    }

    .signal-grid {
        grid-template-columns: 1fr 1fr;
    }

    .signal-grid p:nth-child(3) {
        border-top: 1px solid rgba(255, 255, 255, .22);
    }

    .signal-grid p:nth-child(4) {
        border-top: 1px solid rgba(255, 255, 255, .22);
        border-right: 1px solid rgba(255, 255, 255, .22);
    }

    .section {
        padding-block: 80px;
    }

    .split-heading,
    .sector-layout,
    .enquiry-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .benefit-grid {
        grid-template-columns: 1fr;
    }

    .benefit-card {
        min-height: 260px;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .benefit-card h3 {
        margin-top: 48px;
    }

    .enquiry-section {
        background: linear-gradient(180deg, var(--sky) 0 36%, var(--white) 36%);
    }

    .enquiry-copy {
        position: static;
    }

    .footer-inner {
        grid-template-columns: 1fr 1fr;
    }

    .footer-inner img,
    .copyright {
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {
    body {
        padding-bottom: 64px;
    }

    .site-header {
        position: static;
    }

    .header-inner {
        min-height: 72px;
    }

    .brand img {
        width: 146px;
    }

    .header-inner .button {
        display: none;
    }

    .hero-layout {
        padding-block: 58px 50px;
    }

    .hero-lede {
        font-size: 1rem;
    }

    .hero .eyebrow,
    .ecosystem .section-heading .eyebrow {
        font-size: .8rem;
    }

    .hero-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 20px;
    }

    .hero-actions .button {
        width: 100%;
    }

    .hero-actions .text-link {
        justify-content: center;
    }

    .event-coordinates {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 16px 0;
    }

    .event-coordinates div {
        padding-left: 16px;
    }

    .event-coordinates div:nth-child(3) {
        grid-column: 1 / -1;
        padding: 16px 0 0;
        border-top: 1px solid rgba(255, 255, 255, .18);
        border-left: 0;
    }

    .hero-card {
        display: block;
        padding: 26px;
    }

    .card-title {
        margin-bottom: 20px;
    }

    .signal-grid p {
        display: grid;
        gap: 4px;
        padding: 20px 16px;
    }

    .signal-grid strong {
        font-size: 1.55rem;
    }

    .section {
        padding-block: 68px;
    }

    .section-heading h2,
    .sector-band h2,
    .enquiry-copy h2 {
        font-size: clamp(2.2rem, 9vw, 3rem);
    }

    .benefit-grid {
        margin-top: 38px;
    }

    .sector-band {
        padding-block: 70px;
    }

    .sector-list {
        grid-template-columns: 1fr;
    }

    .form-panel {
        margin-inline: 0;
        padding: 26px 20px;
        box-shadow: 0 18px 50px rgba(3, 27, 45, .12);
    }

    .form-intro > span {
        display: none;
    }

    .interest-options,
    .form-grid {
        grid-template-columns: 1fr;
    }

    .field-full {
        grid-column: auto;
    }

    .footer-inner {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .footer-inner p {
        font-size: .86rem;
    }

    .footer-inner img,
    .copyright {
        grid-column: auto;
    }

    .mobile-cta {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 30;
        min-height: 64px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 22px;
        color: var(--white);
        background: var(--signal);
        font-weight: 900;
        text-decoration: none;
        box-shadow: 0 -8px 24px rgba(3, 27, 45, .18);
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}
