:root {
    --navy-950: #061522;
    --navy-900: #081d2e;
    --navy-850: #0c263b;
    --navy-800: #113149;
    --blue-700: #1554c9;
    --blue-600: #2166e8;
    --blue-500: #3478f6;
    --blue-100: #eaf2ff;
    --blue-50: #f3f7ff;
    --ink: #10283a;
    --muted: #5d7180;
    --muted-light: #8ba0ae;
    --line: #dbe4ea;
    --line-light: #e8eef2;
    --surface: #ffffff;
    --surface-soft: #f5f8fa;
    --green: #0b9364;
    --amber: #b66e08;
    --red: #cd4a4a;
    --shadow-sm: 0 8px 30px rgba(9, 35, 55, .08);
    --shadow-lg: 0 32px 90px rgba(3, 20, 33, .17);
    --container: 1240px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

body {
    margin: 0;
    color: var(--ink);
    background: #fff;
    font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

body.menu-open {
    overflow: hidden;
}

img,
svg {
    display: block;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

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

.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;
    top: 10px;
    left: 10px;
    z-index: 999;
    padding: 11px 16px;
    color: #fff;
    background: var(--blue-600);
    border-radius: 4px;
    transform: translateY(-150%);
}

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

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

.section {
    padding: 112px 0;
}

.eyebrow {
    display: flex;
    margin: 0 0 18px;
    align-items: center;
    gap: 9px;
    color: #6d8392;
    font-size: 12px;
    font-weight: 650;
    letter-spacing: .14em;
    line-height: 1.2;
    text-transform: uppercase;
}

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

.eyebrow--light {
    color: #b7c8d4;
}

.eyebrow--light-blue {
    color: #7ca7f7;
}

.button {
    display: inline-flex;
    min-height: 50px;
    padding: 0 21px;
    align-items: center;
    justify-content: center;
    gap: 22px;
    border: 1px solid var(--blue-600);
    border-radius: 4px;
    color: #fff;
    background: var(--blue-600);
    box-shadow: 0 10px 25px rgba(33, 102, 232, .18);
    font-size: 14px;
    font-weight: 620;
    line-height: 1.2;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.button:hover {
    border-color: #174fb9;
    background: #174fb9;
    box-shadow: 0 14px 34px rgba(33, 102, 232, .26);
    transform: translateY(-1px);
}

.button:focus-visible,
.site-nav a:focus-visible,
.text-link:focus-visible,
.arrow-link:focus-visible,
.site-footer a:focus-visible {
    outline: 3px solid rgba(52, 120, 246, .36);
    outline-offset: 3px;
}

.button--small {
    min-height: 42px;
    padding: 0 17px;
    gap: 10px;
    font-size: 13px;
}

.button--light {
    border-color: #fff;
    color: var(--navy-900);
    background: #fff;
    box-shadow: 0 15px 34px rgba(0, 0, 0, .19);
}

.button--light:hover {
    border-color: #e4edf4;
    color: var(--navy-900);
    background: #eef4f8;
}

.button--ghost-light {
    border-color: rgba(255, 255, 255, .28);
    color: #fff;
    background: rgba(255, 255, 255, .04);
    box-shadow: none;
}

.button--ghost-light:hover,
.button--outline-light:hover {
    border-color: rgba(255, 255, 255, .58);
    color: #fff;
    background: rgba(255, 255, 255, .1);
    box-shadow: none;
}

.button--outline {
    color: var(--ink);
    border-color: #cdd9e1;
    background: #fff;
    box-shadow: none;
}

.button--outline:hover {
    color: var(--blue-700);
    border-color: var(--blue-600);
    background: var(--blue-50);
    box-shadow: none;
}

.button--outline-light {
    border-color: rgba(255, 255, 255, .25);
    color: #fff;
    background: transparent;
    box-shadow: none;
}

/* Header */
.site-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
    transition: background .25s ease, border-color .25s ease, box-shadow .25s ease, color .25s ease;
}

.site-header.is-scrolled {
    border-color: var(--line-light);
    color: var(--ink);
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 6px 28px rgba(6, 26, 41, .07);
    backdrop-filter: blur(18px);
}

.site-header__inner {
    display: flex;
    width: min(calc(100% - 48px), 1380px);
    min-height: 78px;
    margin-inline: auto;
    align-items: center;
}

.brand {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
    color: inherit;
}

.brand__mark {
    display: grid;
    width: 31px;
    height: 37px;
    place-items: center;
}

.brand__mark svg {
    width: 26px;
    height: 32px;
}

.brand__mark path {
    fill: var(--blue-600);
}

.brand__mark circle {
    fill: #fff;
}

.brand__name {
    font-size: 18px;
    font-weight: 660;
    letter-spacing: -.035em;
}

.brand__name small {
    margin-left: 2px;
    color: #87a1b2;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: .02em;
}

.site-nav {
    display: flex;
    margin: 0 auto;
    align-items: center;
    gap: 30px;
}

.site-nav a,
.text-link {
    font-size: 13px;
    font-weight: 520;
}

.site-nav a {
    position: relative;
    color: #c0d0db;
    transition: color .2s ease;
}

.site-nav a::after {
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    height: 2px;
    background: var(--blue-500);
    content: "";
    transform: scaleX(0);
    transition: transform .2s ease;
}

.site-nav a:hover {
    color: #fff;
}

.site-nav a:hover::after {
    transform: scaleX(1);
}

.is-scrolled .site-nav a {
    color: #526978;
}

.is-scrolled .site-nav a:hover {
    color: var(--ink);
}

.site-header__actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.text-link {
    color: inherit;
}

.menu-toggle {
    display: none;
}

/* Hero */
.hero {
    position: relative;
    min-height: 940px;
    padding: 154px 0 0;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 73% 18%, rgba(37, 106, 235, .25), transparent 29%),
        radial-gradient(circle at 6% 84%, rgba(47, 118, 241, .12), transparent 23%),
        linear-gradient(145deg, var(--navy-850) 0%, var(--navy-950) 58%, #04111c 100%);
}

.hero::before {
    position: absolute;
    inset: 0;
    opacity: .18;
    background-image:
        linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
    background-size: 58px 58px;
    content: "";
    mask-image: linear-gradient(to bottom, #000, transparent 86%);
}

.hero__ambient {
    position: absolute;
    top: -430px;
    right: -290px;
    width: 930px;
    height: 930px;
    border: 1px solid rgba(255, 255, 255, .05);
    border-radius: 50%;
    box-shadow:
        0 0 0 120px rgba(255,255,255,.012),
        0 0 0 240px rgba(255,255,255,.008);
}

.hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(520px, 1fr) minmax(540px, 1.05fr);
    align-items: center;
    gap: clamp(54px, 5vw, 68px);
}

.hero__content {
    padding-bottom: 65px;
}

.hero .eyebrow {
    color: #a9c0d0;
}

.hero .eyebrow span {
    width: 28px;
    height: 1px;
    background: #4f8cf3;
}

.hero h1 {
    margin: 0;
    max-width: 720px;
    font-size: clamp(55px, 5vw, 72px);
    font-weight: 410;
    letter-spacing: -.058em;
    line-height: .98;
}

.hero h1 em {
    color: #6fa4ff;
    font-style: normal;
    font-weight: inherit;
}

.hero__lead {
    max-width: 650px;
    margin: 27px 0 0;
    color: #b6c8d4;
    font-size: clamp(17px, 1.35vw, 20px);
    font-weight: 380;
    line-height: 1.65;
}

.hero__actions {
    display: flex;
    margin-top: 35px;
    align-items: center;
    gap: 12px;
}

.hero__proof {
    display: flex;
    margin-top: 38px;
    flex-wrap: wrap;
    gap: 11px 25px;
}

.hero__proof span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #a9becb;
    font-size: 12px;
    font-weight: 540;
}

.hero__proof svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: #6fa4ff;
    stroke-width: 1.7;
}

.hero__visual {
    position: relative;
    align-self: stretch;
    min-height: 670px;
}

.hero__visual::before {
    position: absolute;
    top: 25px;
    right: -70px;
    bottom: 25px;
    left: -40px;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, .08);
    background: rgba(255,255,255,.025);
    content: "";
    transform: rotate(2deg);
}

.hero__visual > img {
    width: 100%;
    height: 635px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 7px;
    object-fit: cover;
    object-position: 61% center;
    box-shadow: 0 42px 100px rgba(0, 0, 0, .4);
}

.hero__image-label {
    position: absolute;
    right: 18px;
    bottom: 51px;
    display: flex;
    padding: 13px 15px;
    align-items: center;
    gap: 11px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 4px;
    background: rgba(5, 23, 36, .88);
    box-shadow: 0 18px 45px rgba(0,0,0,.28);
    backdrop-filter: blur(12px);
}

.hero__image-label .pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #37d59d;
    box-shadow: 0 0 0 5px rgba(55,213,157,.12);
}

.hero__image-label span:last-child,
.hero-card > span:nth-child(2) {
    display: flex;
    flex-direction: column;
}

.hero__image-label strong,
.hero-card strong {
    font-size: 12px;
    font-weight: 600;
}

.hero__image-label small,
.hero-card small {
    color: #91a8b7;
    font-size: 9px;
}

.hero-card {
    position: absolute;
    display: flex;
    min-width: 235px;
    padding: 12px 14px;
    align-items: center;
    gap: 11px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 4px;
    color: #fff;
    background: rgba(7, 29, 46, .9);
    box-shadow: 0 22px 45px rgba(0,0,0,.3);
    backdrop-filter: blur(13px);
}

.hero-card--status {
    top: 53px;
    left: -47px;
}

.hero-card--status i {
    width: 7px;
    height: 7px;
    margin-left: auto;
    border-radius: 50%;
    background: #30cf95;
    box-shadow: 0 0 0 5px rgba(48,207,149,.11);
}

.hero-card--approval {
    right: -30px;
    bottom: 135px;
}

.hero-card__icon,
.hero-card__tick {
    display: grid;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    place-items: center;
    border-radius: 3px;
    color: #9cc0ff;
    background: rgba(52,120,246,.2);
    font-size: 10px;
    font-weight: 700;
}

.hero-card__tick {
    color: #75dfb9;
    background: rgba(35,184,131,.18);
    font-size: 15px;
}

.hero__sectors {
    position: relative;
    z-index: 3;
    display: flex;
    min-height: 104px;
    margin-top: 58px;
    align-items: center;
    gap: 35px;
    border-top: 1px solid rgba(255,255,255,.1);
}

.hero__sectors p {
    margin: 0;
    color: #738c9d;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero__sectors > div {
    display: flex;
    margin-left: auto;
    align-items: center;
    gap: clamp(23px, 3.2vw, 50px);
}

.hero__sectors span {
    color: #b7c8d3;
    font-size: 12px;
    font-weight: 520;
}

/* Main headings */
.section-heading--split {
    display: grid;
    margin-bottom: 58px;
    grid-template-columns: minmax(0, 1.2fr) minmax(340px, .8fr);
    align-items: end;
    gap: 80px;
}

.section-heading h2,
.story__copy h2,
.signage__copy h2,
.assurance__intro h2,
.contact__copy h2 {
    margin: 0;
    max-width: 780px;
    color: var(--ink);
    font-size: clamp(39px, 4vw, 57px);
    font-weight: 430;
    letter-spacing: -.052em;
    line-height: 1.06;
}

.section-heading > p,
.story__copy > p:not(.eyebrow),
.signage__copy > p:not(.eyebrow),
.assurance__intro > p:not(.eyebrow),
.contact__copy > p:not(.eyebrow) {
    margin: 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.7;
}

.section-heading--centred {
    max-width: 800px;
    margin: 0 auto 58px;
    text-align: center;
}

.section-heading--centred .eyebrow {
    justify-content: center;
}

.section-heading--centred h2 {
    margin-inline: auto;
}

.section-heading--centred > p:last-child {
    max-width: 700px;
    margin: 20px auto 0;
}

/* Dashboard product visual */
.section--intro {
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 18%, rgba(33,102,232,.07), transparent 26%),
        #fff;
}

.dashboard-stage {
    position: relative;
    padding: 0 26px 42px;
}

.dashboard-stage::before {
    position: absolute;
    right: -160px;
    bottom: 0;
    left: -160px;
    height: 80%;
    border: 1px solid #e1eaf0;
    background: #f2f6f9;
    content: "";
}

.dashboard-frame {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #d9e3e9;
    border-radius: 6px;
    background: #fff;
    box-shadow: var(--shadow-lg);
}

.dashboard-top {
    display: flex;
    height: 62px;
    padding: 0 22px;
    align-items: center;
    border-bottom: 1px solid #e5ebef;
}

.brand--app {
    width: 185px;
    color: var(--ink);
    gap: 7px;
}

.brand--app .brand__mark {
    width: 24px;
    height: 29px;
}

.brand--app .brand__mark svg {
    width: 19px;
    height: 24px;
}

.brand--app .brand__name {
    font-size: 14px;
}

.dashboard-search {
    width: 300px;
    margin-left: auto;
    padding: 9px 13px 9px 32px;
    border: 1px solid #e0e8ed;
    border-radius: 3px;
    color: #a1b0ba;
    background: linear-gradient(90deg, #f7f9fa 0 26px, #fff 26px);
    font-size: 9px;
}

.dashboard-user {
    display: grid;
    width: 30px;
    height: 30px;
    margin-left: 16px;
    place-items: center;
    border-radius: 3px;
    color: #fff;
    background: var(--navy-850);
    font-size: 8px;
    font-weight: 650;
}

.dashboard-body {
    display: grid;
    min-height: 580px;
    grid-template-columns: 190px minmax(0, 1fr);
}

.dashboard-nav {
    display: flex;
    padding: 22px 14px;
    flex-direction: column;
    gap: 4px;
    border-right: 1px solid #e4eaee;
}

.dashboard-nav strong {
    margin-bottom: 16px;
    padding: 12px 10px;
    border: 1px solid #e1e8ed;
    border-radius: 3px;
    font-size: 9px;
}

.dashboard-nav span {
    padding: 9px 11px;
    border-radius: 3px;
    color: #748793;
    font-size: 9px;
}

.dashboard-nav .is-active {
    color: var(--blue-600);
    background: #eaf1ff;
}

.dashboard-content {
    padding: 26px;
    background: #f5f8fa;
}

.dashboard-heading {
    display: flex;
    margin-bottom: 18px;
    align-items: center;
    justify-content: space-between;
}

.dashboard-heading small {
    color: var(--blue-600);
    font-size: 7px;
    font-weight: 650;
    letter-spacing: .12em;
}

.dashboard-heading h3 {
    margin: 5px 0 2px;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: -.04em;
}

.dashboard-heading p {
    margin: 0;
    color: #8798a3;
    font-size: 8px;
}

.dashboard-heading > span {
    padding: 9px 12px;
    border-radius: 3px;
    color: #fff;
    background: var(--blue-600);
    font-size: 8px;
    font-weight: 600;
}

.metric-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.metric-grid article {
    position: relative;
    display: grid;
    min-height: 120px;
    padding: 14px;
    grid-template-columns: 1fr auto;
    border: 1px solid #e1e8ed;
    border-radius: 4px;
    background: #fff;
}

.metric-grid article > small {
    color: #9aa9b2;
    font-size: 7px;
}

.metric-grid article > strong {
    grid-column: 1 / -1;
    align-self: end;
    font-size: 20px;
    font-weight: 540;
}

.metric-grid article > p {
    grid-column: 1 / -1;
    margin: 0;
    font-size: 8px;
}

.metric-icon {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 3px;
    font-size: 7px;
    font-weight: 700;
}

.metric-icon--blue { color: #2968e2; background: #eaf1ff; }
.metric-icon--amber { color: #af6d08; background: #fff3db; }
.metric-icon--red { color: #c34a4a; background: #fff0ef; }
.metric-icon--green { color: #0a8c62; background: #e7f8f1; }

.dashboard-lower {
    display: grid;
    margin-top: 12px;
    grid-template-columns: minmax(0, 1fr) 205px;
    gap: 12px;
}

.permit-register,
.attention-card {
    overflow: hidden;
    border: 1px solid #e0e8ed;
    border-radius: 4px;
    background: #fff;
}

.permit-register header,
.attention-card header {
    display: flex;
    min-height: 52px;
    padding: 0 13px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5ebef;
}

.permit-register header > span {
    display: flex;
    flex-direction: column;
}

.permit-register header strong,
.attention-card header strong {
    font-size: 9px;
}

.permit-register header small {
    color: #91a1ab;
    font-size: 7px;
}

.permit-register header a {
    color: var(--blue-600);
    font-size: 7px;
}

.permit-row {
    display: grid;
    min-height: 54px;
    padding: 8px 13px;
    grid-template-columns: 1.35fr 1fr .85fr .7fr;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #edf1f3;
    color: #5c707e;
    font-size: 7px;
}

.permit-row:last-child {
    border-bottom: 0;
}

.permit-row > span:first-child {
    display: flex;
    flex-direction: column;
    color: var(--ink);
}

.permit-row strong {
    font-size: 8px;
}

.permit-row small {
    color: #9aa8b1;
    font-size: 6px;
}

.permit-row--head {
    min-height: 28px;
    color: #96a5af;
    font-size: 6px;
    font-weight: 650;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.permit-row--head > span:first-child {
    color: #96a5af;
}

.status {
    display: inline-flex;
    width: max-content;
    padding: 5px 7px;
    border-radius: 3px;
    font-size: 6px;
    font-weight: 650;
}

.status--green { color: #087d58; background: #e6f7f0; }
.status--amber { color: #a66a0a; background: #fff2d9; }
.status--red { color: #c34747; background: #ffeded; }

.attention-card header span {
    display: grid;
    width: 17px;
    height: 17px;
    place-items: center;
    border-radius: 50%;
    color: #c84c4c;
    background: #ffeeed;
    font-size: 7px;
}

.attention-card > p {
    display: flex;
    margin: 0;
    padding: 13px 11px;
    gap: 9px;
    border-bottom: 1px solid #edf1f3;
}

.attention-card > p > i {
    display: grid;
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    place-items: center;
    border-radius: 3px;
    color: #b66e08;
    background: #fff0d1;
    font-size: 8px;
    font-style: normal;
    font-weight: 700;
}

.attention-card > p > span {
    display: flex;
    flex-direction: column;
}

.attention-card p strong {
    font-size: 7px;
}

.attention-card p small {
    color: #96a5af;
    font-size: 6px;
}

.attention-card .attention-card__safe {
    margin: 9px;
    border: 1px solid #d3eee4;
    border-radius: 3px;
    background: #effaf6;
}

.attention-card .attention-card__safe i {
    color: #07825b;
    background: #d9f4e9;
}

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

.capability-grid article {
    padding: 38px 42px 0 0;
}

.capability-grid article + article {
    padding-left: 42px;
    border-left: 1px solid var(--line);
}

.capability-grid span {
    color: var(--blue-600);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .1em;
}

.capability-grid h3 {
    margin: 14px 0 8px;
    font-size: 20px;
    font-weight: 540;
    letter-spacing: -.025em;
}

.capability-grid p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
}

/* Image stories */
.section--stories {
    padding-top: 38px;
    background: var(--surface-soft);
}

.story-list {
    display: flex;
    flex-direction: column;
    gap: 130px;
}

.story {
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(380px, .84fr);
    align-items: center;
    gap: clamp(60px, 8vw, 120px);
}

.story--reverse {
    grid-template-columns: minmax(380px, .84fr) minmax(0, 1.16fr);
}

.story--reverse .story__image {
    grid-column: 2;
}

.story--reverse .story__copy {
    grid-row: 1;
    grid-column: 1;
}

.story__image {
    position: relative;
}

.story__image::before {
    position: absolute;
    top: 26px;
    right: -26px;
    bottom: -26px;
    left: 26px;
    z-index: 0;
    border: 1px solid #d7e2e8;
    content: "";
}

.story--reverse .story__image::before {
    right: 26px;
    left: -26px;
}

.story__image > img {
    position: relative;
    z-index: 1;
    width: 100%;
    aspect-ratio: 1.58 / 1;
    border-radius: 5px;
    object-fit: cover;
    box-shadow: 0 24px 65px rgba(7, 31, 48, .17);
}

.image-note {
    position: absolute;
    z-index: 2;
    display: flex;
    min-width: 255px;
    padding: 14px 16px;
    align-items: center;
    gap: 12px;
    border: 1px solid #d9e4ea;
    border-radius: 4px;
    background: rgba(255,255,255,.94);
    box-shadow: 0 20px 45px rgba(7,31,48,.17);
    backdrop-filter: blur(12px);
}

.image-note > span:first-child {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border-radius: 3px;
    color: var(--blue-600);
    background: var(--blue-100);
    font-size: 15px;
    font-weight: 700;
}

.image-note > span:last-child {
    display: flex;
    flex-direction: column;
}

.image-note small {
    color: #80929e;
    font-size: 9px;
}

.image-note strong {
    color: var(--ink);
    font-size: 12px;
    font-weight: 620;
}

.image-note--pin {
    right: -30px;
    bottom: 28px;
}

.image-note--photo {
    top: 30px;
    left: -34px;
}

.image-note--verify {
    right: -30px;
    bottom: 28px;
}

.image-note--verify > span:first-child {
    color: #087d58;
    background: #e4f7ef;
}

.story__copy h2 {
    font-size: clamp(37px, 3.6vw, 52px);
}

.story__copy > p:not(.eyebrow) {
    margin-top: 23px;
    font-size: 16px;
}

.check-list {
    display: flex;
    margin: 29px 0 0;
    padding: 0;
    flex-direction: column;
    gap: 13px;
    list-style: none;
}

.check-list li {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #334d5f;
    font-size: 14px;
}

.check-list span {
    display: grid;
    width: 21px;
    height: 21px;
    flex: 0 0 21px;
    place-items: center;
    border-radius: 3px;
    color: var(--green);
    background: #e8f7f1;
    font-size: 11px;
    font-weight: 700;
}

.arrow-link {
    display: inline-flex;
    margin-top: 32px;
    align-items: center;
    gap: 14px;
    color: var(--blue-700);
    font-size: 14px;
    font-weight: 620;
}

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

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

/* Permit types */
.section--permits {
    position: relative;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 95% 8%, rgba(52,120,246,.26), transparent 28%),
        linear-gradient(145deg, #0e3049, #061522 70%);
}

.section--permits::before {
    position: absolute;
    top: -320px;
    left: -300px;
    width: 650px;
    height: 650px;
    border: 1px solid rgba(255,255,255,.04);
    border-radius: 50%;
    box-shadow: 0 0 0 90px rgba(255,255,255,.012), 0 0 0 180px rgba(255,255,255,.008);
    content: "";
}

.section--permits .container {
    position: relative;
    z-index: 1;
}

.section-heading--light h2 {
    color: #fff;
}

.section-heading--light > p {
    color: #a9bdca;
}

.permit-type-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid rgba(255,255,255,.13);
    border-left: 1px solid rgba(255,255,255,.13);
}

.permit-type {
    position: relative;
    display: flex;
    min-height: 142px;
    padding: 26px;
    align-items: flex-start;
    gap: 14px;
    border-right: 1px solid rgba(255,255,255,.13);
    border-bottom: 1px solid rgba(255,255,255,.13);
    transition: background .2s ease;
}

.permit-type:hover {
    background: rgba(52,120,246,.1);
}

.permit-type > span {
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border: 1px solid rgba(111,164,255,.25);
    border-radius: 3px;
    color: #84aff8;
    background: rgba(52,120,246,.12);
    font-size: 9px;
    font-weight: 700;
}

.permit-type h3 {
    margin: 2px 0 5px;
    font-size: 15px;
    font-weight: 570;
}

.permit-type p {
    margin: 0;
    color: #8fa6b6;
    font-size: 11px;
}

.permit-type > i {
    position: absolute;
    right: 18px;
    bottom: 15px;
    color: #567991;
    font-size: 12px;
    font-style: normal;
    opacity: 0;
    transform: translateX(-5px);
    transition: opacity .2s ease, transform .2s ease;
}

.permit-type:hover > i {
    opacity: 1;
    transform: translateX(0);
}

.permit-library-note {
    display: flex;
    margin-top: 28px;
    align-items: center;
    justify-content: space-between;
}

.permit-library-note > span {
    display: flex;
    flex-direction: column;
}

.permit-library-note strong {
    font-size: 16px;
    font-weight: 580;
}

.permit-library-note small {
    color: #829bab;
    font-size: 11px;
}

/* Workflow */
.section--workflow {
    background: #fff;
}

.workflow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.workflow article {
    position: relative;
    min-height: 272px;
    padding: 28px 26px 30px;
    border-right: 1px solid var(--line);
}

.workflow article:first-child {
    border-left: 1px solid var(--line);
}

.workflow article > span {
    color: #8da0ac;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
}

.workflow article > i {
    display: grid;
    width: 50px;
    height: 50px;
    margin: 39px 0 24px;
    place-items: center;
    border: 1px solid #cad9e3;
    border-radius: 4px;
    color: var(--blue-600);
    background: #fff;
    box-shadow: 0 10px 30px rgba(9,35,55,.08);
    font-style: normal;
}

.workflow article > i svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
}

.workflow article:not(:last-child)::after {
    position: absolute;
    top: 105px;
    right: -7px;
    z-index: 1;
    display: grid;
    width: 14px;
    height: 14px;
    place-items: center;
    border: 1px solid #d0dce4;
    border-radius: 50%;
    background: #fff;
    content: "";
}

.workflow h3 {
    margin: 0 0 7px;
    font-size: 19px;
    font-weight: 560;
    letter-spacing: -.02em;
}

.workflow p {
    margin: 0;
    color: var(--muted);
    font-size: 13px;
    line-height: 1.6;
}

/* Signage */
.section--signage {
    background: var(--surface-soft);
}

.signage {
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    align-items: center;
    gap: clamp(60px, 8vw, 110px);
}

.signage__copy h2 {
    font-size: clamp(38px, 3.7vw, 54px);
}

.signage__copy > p:not(.eyebrow) {
    margin-top: 22px;
    font-size: 16px;
}

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

.signage__stats span {
    display: flex;
    padding: 21px 20px 0 0;
    flex-direction: column;
}

.signage__stats span + span {
    padding-left: 20px;
    border-left: 1px solid var(--line);
}

.signage__stats strong {
    font-size: 23px;
    font-weight: 540;
}

.signage__stats small {
    color: var(--muted);
    font-size: 10px;
}

.signage__visual {
    position: relative;
    padding: 35px;
    background:
        linear-gradient(135deg, rgba(33,102,232,.11), transparent 50%),
        #e9f0f4;
}

.signage__visual::before,
.signage__visual::after {
    position: absolute;
    width: 70px;
    height: 70px;
    border-color: var(--blue-500);
    border-style: solid;
    content: "";
}

.signage__visual::before {
    top: 16px;
    left: 16px;
    border-width: 2px 0 0 2px;
}

.signage__visual::after {
    right: 16px;
    bottom: 16px;
    border-width: 0 2px 2px 0;
}

.sign-board {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #d9e2e8;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 25px 60px rgba(7,31,48,.14);
}

.sign-board header {
    display: flex;
    padding: 18px 20px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5ebef;
}

.sign-board header span {
    font-size: 13px;
    font-weight: 620;
}

.sign-board header small {
    color: var(--blue-600);
    font-size: 9px;
}

.sign-board > div {
    display: grid;
    padding: 18px;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.sign-board article {
    display: flex;
    min-height: 125px;
    padding: 11px 8px;
    align-items: center;
    flex-direction: column;
    border: 1px solid #e2e8ec;
    text-align: center;
}

.sign-board article img {
    width: 55px;
    height: 55px;
}

.sign-board article span {
    margin-top: 7px;
    font-size: 8px;
    font-weight: 570;
}

.sign-board article small {
    color: #7f929f;
    font-size: 7px;
}

.sign-board footer {
    display: flex;
    margin: 0 18px 18px;
    padding: 10px 12px;
    align-items: center;
    gap: 8px;
    border: 1px solid #d9e7f8;
    border-radius: 3px;
    color: #587083;
    background: #f2f7ff;
    font-size: 9px;
}

.sign-board footer span {
    color: var(--blue-600);
    font-weight: 700;
}

/* Pricing */
.section--pricing {
    background: #fff;
}

.pricing-grid {
    display: grid;
    margin-top: 20px;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 18px;
}

.price-card {
    position: relative;
    display: flex;
    min-height: 535px;
    padding: 39px 36px 34px;
    flex-direction: column;
    border: 1px solid var(--line);
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(9,35,55,.06);
}

.price-card--featured {
    border: 1px solid var(--blue-600);
    box-shadow: 0 24px 65px rgba(33,102,232,.15);
}

.price-card__badge {
    position: absolute;
    top: 0;
    right: 26px;
    padding: 8px 12px;
    border-radius: 0 0 3px 3px;
    color: #fff;
    background: var(--blue-600);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.price-card h3 {
    display: flex;
    margin: 4px 0 13px;
    align-items: flex-start;
    color: var(--ink);
    font-size: 54px;
    font-weight: 470;
    letter-spacing: -.055em;
    line-height: 1;
}

.price-card h3 > span {
    margin: 4px 4px 0 0;
    font-size: 22px;
    font-weight: 520;
}

.price-card h3 small {
    align-self: flex-end;
    margin: 0 0 7px 5px;
    color: #81939f;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
}

.price-card > p:not(.eyebrow) {
    min-height: 56px;
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
}

.price-card ul {
    display: flex;
    margin: 30px 0 34px;
    padding: 27px 0 0;
    flex-direction: column;
    gap: 14px;
    border-top: 1px solid var(--line-light);
    list-style: none;
}

.price-card li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #385264;
    font-size: 14px;
}

.price-card li span {
    color: var(--green);
    font-size: 12px;
    font-weight: 700;
}

.price-card .button {
    width: 100%;
    margin-top: auto;
}

.pricing-note {
    margin: 23px 0 0;
    color: #718592;
    font-size: 12px;
    text-align: center;
}

/* Assurance */
.section--assurance {
    color: #fff;
    background:
        radial-gradient(circle at 5% 10%, rgba(52,120,246,.2), transparent 27%),
        linear-gradient(145deg, #0d2d45, #061522);
}

.assurance {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    align-items: start;
    gap: clamp(70px, 8vw, 120px);
}

.assurance__intro {
    position: sticky;
    top: 120px;
}

.assurance__intro h2 {
    color: #fff;
    font-size: clamp(39px, 3.7vw, 54px);
}

.assurance__intro > p:not(.eyebrow) {
    margin-top: 24px;
    color: #a7bbc9;
    font-size: 16px;
}

.assurance__intro .button {
    margin-top: 31px;
}

.assurance__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid rgba(255,255,255,.13);
    border-left: 1px solid rgba(255,255,255,.13);
}

.assurance__grid article {
    min-height: 245px;
    padding: 31px;
    border-right: 1px solid rgba(255,255,255,.13);
    border-bottom: 1px solid rgba(255,255,255,.13);
}

.assurance__grid span {
    color: #6fa4ff;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .1em;
}

.assurance__grid h3 {
    margin: 60px 0 10px;
    font-size: 19px;
    font-weight: 550;
    letter-spacing: -.02em;
}

.assurance__grid p {
    margin: 0;
    color: #91a8b7;
    font-size: 13px;
    line-height: 1.65;
}

/* Contact */
.section--contact {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(255,255,255,.97), rgba(255,255,255,.9)),
        url("marketing/permitpin-hero.webp") center / cover;
}

.section--contact::before {
    position: absolute;
    top: -220px;
    right: -220px;
    width: 520px;
    height: 520px;
    border: 1px solid rgba(33,102,232,.09);
    border-radius: 50%;
    box-shadow: 0 0 0 80px rgba(33,102,232,.025), 0 0 0 160px rgba(33,102,232,.015);
    content: "";
}

.contact {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    align-items: start;
    gap: clamp(65px, 8vw, 120px);
}

.contact__copy {
    padding-top: 38px;
}

.contact__copy h2 {
    font-size: clamp(41px, 4vw, 58px);
}

.contact__copy > p:not(.eyebrow) {
    margin-top: 24px;
    font-size: 16px;
}

.contact__options {
    display: flex;
    margin-top: 37px;
    flex-direction: column;
    border-top: 1px solid var(--line);
}

.contact__options > a,
.contact__options > div {
    display: flex;
    padding: 18px 0;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid var(--line);
}

.contact__options > a > span:first-child,
.contact__options > div > span:first-child {
    display: grid;
    width: 37px;
    height: 37px;
    flex: 0 0 37px;
    place-items: center;
    border-radius: 3px;
    color: var(--blue-600);
    background: var(--blue-100);
    font-size: 10px;
    font-weight: 700;
}

.contact__options span:last-child {
    display: flex;
    flex-direction: column;
}

.contact__options small {
    color: #7b8f9d;
    font-size: 9px;
}

.contact__options strong {
    color: #2b4557;
    font-size: 13px;
    font-weight: 590;
}

.contact-card {
    padding: 38px;
    border: 1px solid #d6e1e8;
    border-radius: 5px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 30px 80px rgba(7,31,48,.14);
    backdrop-filter: blur(18px);
}

.contact-card__heading {
    display: flex;
    margin-bottom: 28px;
    align-items: center;
    gap: 14px;
}

.contact-card__heading > span {
    display: grid;
    width: 43px;
    height: 43px;
    place-items: center;
    border-radius: 4px;
    color: #fff;
    background: var(--blue-600);
    font-size: 10px;
    font-weight: 700;
}

.contact-card__heading h3 {
    margin: 0 0 2px;
    font-size: 21px;
    font-weight: 560;
    letter-spacing: -.025em;
}

.contact-card__heading p {
    margin: 0;
    color: var(--muted);
    font-size: 12px;
}

.form-message {
    display: flex;
    margin: 0 0 23px;
    padding: 14px;
    align-items: flex-start;
    gap: 11px;
    border: 1px solid;
    border-radius: 4px;
}

.form-message > span {
    display: grid;
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    place-items: center;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
}

.form-message strong {
    display: block;
    font-size: 13px;
}

.form-message p {
    margin: 2px 0 0;
    font-size: 11px;
}

.form-message--success {
    border-color: #bfe6d6;
    color: #17694d;
    background: #edfaf5;
}

.form-message--success > span {
    background: #d5f3e7;
}

.form-message--error {
    border-color: #f1c4c4;
    color: #973d3d;
    background: #fff2f1;
}

.form-message--error > span {
    background: #fbdede;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.form-field {
    display: flex;
    flex-direction: column;
}

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

.form-field label {
    margin-bottom: 7px;
    color: #2d4758;
    font-size: 12px;
    font-weight: 590;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    border: 1px solid #cbd8e0;
    border-radius: 3px;
    outline: none;
    color: var(--ink);
    background: #fff;
    font-size: 14px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.form-field input,
.form-field select {
    min-height: 47px;
    padding: 0 13px;
}

.form-field select {
    appearance: none;
    padding-right: 35px;
    background-image:
        linear-gradient(45deg, transparent 50%, #6b808e 50%),
        linear-gradient(135deg, #6b808e 50%, transparent 50%);
    background-position:
        calc(100% - 17px) calc(50% - 2px),
        calc(100% - 12px) calc(50% - 2px);
    background-repeat: no-repeat;
    background-size: 5px 5px, 5px 5px;
}

.form-field textarea {
    min-height: 125px;
    padding: 12px 13px;
    resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    border-color: var(--blue-500);
    box-shadow: 0 0 0 3px rgba(52,120,246,.12);
}

.field-help {
    margin-top: 6px;
    color: #8596a1;
    font-size: 10px;
}

.field-error {
    margin-top: 6px;
    color: #b53e3e;
    font-size: 10px;
}

.honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.button--submit {
    width: 100%;
    margin-top: 22px;
}

.form-privacy {
    margin: 11px 0 0;
    color: #8596a1;
    font-size: 9px;
    line-height: 1.5;
    text-align: center;
}

/* Footer */
.site-footer {
    padding: 70px 0 28px;
    color: #fff;
    background: #04111c;
}

.site-footer__top {
    display: grid;
    padding-bottom: 60px;
    grid-template-columns: .8fr 1.2fr;
    gap: 90px;
}

.brand--footer {
    color: #fff;
}

.site-footer__top > div:first-child > p {
    max-width: 300px;
    margin: 19px 0 0;
    color: #7f96a6;
    font-size: 13px;
}

.site-footer__links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.site-footer__links > div {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.site-footer__links strong {
    margin-bottom: 7px;
    color: #d3dfe6;
    font-size: 11px;
    font-weight: 650;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.site-footer__links a {
    width: max-content;
    max-width: 100%;
    color: #8097a6;
    font-size: 12px;
    transition: color .2s ease;
}

.site-footer__links a:hover {
    color: #fff;
}

.site-footer__bottom {
    display: flex;
    padding-top: 25px;
    justify-content: space-between;
    gap: 25px;
    border-top: 1px solid rgba(255,255,255,.1);
    color: #687f8e;
    font-size: 10px;
}

/* Responsive */
@media (max-width: 1180px) {
    .hero {
        min-height: auto;
    }

    .hero__inner {
        grid-template-columns: minmax(420px, .9fr) minmax(460px, 1.1fr);
        gap: 45px;
    }

    .hero h1 {
        font-size: clamp(50px, 5.7vw, 68px);
    }

    .hero__visual {
        min-height: 600px;
    }

    .hero__visual > img {
        height: 565px;
    }

    .hero-card--status {
        left: -25px;
    }

    .hero-card--approval {
        right: -10px;
    }

    .permit-type-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .dashboard-body {
        grid-template-columns: 155px minmax(0, 1fr);
    }

    .dashboard-lower {
        grid-template-columns: 1fr;
    }

    .attention-card {
        display: none;
    }
}

@media (max-width: 980px) {
    .section {
        padding: 90px 0;
    }

    .site-header__inner {
        min-height: 70px;
    }

    .menu-toggle {
        display: flex;
        width: 42px;
        height: 42px;
        margin-left: auto;
        padding: 11px 10px;
        align-items: stretch;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        border: 1px solid rgba(255,255,255,.22);
        border-radius: 3px;
        color: inherit;
        background: transparent;
        cursor: pointer;
    }

    .is-scrolled .menu-toggle {
        border-color: var(--line);
    }

    .menu-toggle span:not(.sr-only) {
        display: block;
        width: 100%;
        height: 1px;
        background: currentColor;
        transition: transform .2s ease, opacity .2s ease;
    }

    .menu-toggle[aria-expanded="true"] span:nth-child(1) {
        transform: translateY(6px) rotate(45deg);
    }

    .menu-toggle[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle[aria-expanded="true"] span:nth-child(3) {
        transform: translateY(-6px) rotate(-45deg);
    }

    .site-nav {
        position: fixed;
        top: 70px;
        right: 0;
        left: 0;
        display: none;
        height: calc(100vh - 70px);
        padding: 34px 24px;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        color: var(--ink);
        background: #fff;
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a,
    .is-scrolled .site-nav a {
        padding: 16px 0;
        border-bottom: 1px solid var(--line-light);
        color: var(--ink);
        font-size: 18px;
    }

    .site-nav a::after {
        display: none;
    }

    .site-header__actions {
        margin-left: 18px;
    }

    .site-header__actions .text-link {
        display: none;
    }

    .hero {
        padding-top: 126px;
    }

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

    .hero__content {
        max-width: 740px;
        padding-bottom: 15px;
    }

    .hero h1 {
        font-size: clamp(54px, 8.5vw, 78px);
    }

    .hero__visual {
        min-height: 570px;
    }

    .hero__visual > img {
        height: 535px;
        object-position: center;
    }

    .hero__sectors {
        margin-top: 25px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        gap: 15px;
    }

    .hero__sectors > div {
        margin-left: 0;
        flex-wrap: wrap;
    }

    .section-heading--split,
    .story,
    .story--reverse,
    .signage,
    .assurance,
    .contact {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .section-heading--split {
        align-items: start;
    }

    .story--reverse .story__image,
    .story--reverse .story__copy {
        grid-row: auto;
        grid-column: 1;
    }

    .story--reverse .story__image {
        grid-row: 1;
    }

    .story__copy {
        max-width: 720px;
    }

    .workflow {
        grid-template-columns: repeat(3, 1fr);
    }

    .workflow article {
        border-bottom: 1px solid var(--line);
    }

    .workflow article:nth-child(3) {
        border-right: 1px solid var(--line);
    }

    .workflow article:not(:last-child)::after {
        display: none;
    }

    .assurance__intro {
        position: static;
        max-width: 700px;
    }

    .contact__copy {
        max-width: 740px;
        padding-top: 0;
    }

    .contact__options {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        border-bottom: 1px solid var(--line);
    }

    .contact__options > a,
    .contact__options > div {
        align-items: flex-start;
        border-bottom: 0;
    }

    .contact-card {
        max-width: 790px;
    }

    .site-footer__top {
        grid-template-columns: 1fr;
        gap: 45px;
    }
}

@media (max-width: 760px) {
    .container {
        width: min(calc(100% - 32px), var(--container));
    }

    .section {
        padding: 76px 0;
    }

    .site-header__inner {
        width: calc(100% - 32px);
    }

    .site-header__actions .button {
        display: none;
    }

    .hero {
        padding-top: 112px;
    }

    .hero h1 {
        font-size: clamp(46px, 13.5vw, 68px);
        line-height: .99;
    }

    .hero__lead {
        font-size: 17px;
    }

    .hero__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero__actions .button {
        width: 100%;
    }

    .hero__visual {
        min-height: 450px;
    }

    .hero__visual > img {
        height: 420px;
    }

    .hero-card--status {
        top: 18px;
        left: -7px;
    }

    .hero-card--approval {
        right: -7px;
        bottom: 65px;
    }

    .hero__image-label {
        display: none;
    }

    .hero__sectors > div {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .section-heading--split {
        margin-bottom: 42px;
        gap: 25px;
    }

    .section-heading h2,
    .story__copy h2,
    .signage__copy h2,
    .assurance__intro h2,
    .contact__copy h2 {
        font-size: clamp(36px, 10vw, 48px);
    }

    .dashboard-stage {
        margin-right: -16px;
        margin-left: -16px;
        padding-right: 0;
        padding-left: 0;
        overflow: hidden;
    }

    .dashboard-frame {
        width: 960px;
        transform: scale(.68);
        transform-origin: top left;
    }

    .dashboard-stage {
        height: 465px;
    }

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

    .capability-grid article {
        padding: 27px 0;
        border-bottom: 1px solid var(--line);
    }

    .capability-grid article + article {
        padding-left: 0;
        border-left: 0;
    }

    .story-list {
        gap: 95px;
    }

    .story__image::before {
        right: -10px;
        bottom: -14px;
        left: 14px;
    }

    .story--reverse .story__image::before {
        right: 14px;
        left: -10px;
    }

    .image-note {
        right: -7px;
        bottom: -20px;
        left: auto;
        min-width: 230px;
    }

    .permit-type-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .permit-library-note {
        align-items: stretch;
        flex-direction: column;
        gap: 20px;
    }

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

    .workflow article {
        min-height: 0;
        padding: 24px;
        display: grid;
        grid-template-columns: 45px 55px 1fr;
        grid-template-rows: auto auto;
        align-items: center;
        gap: 3px 14px;
        border-left: 1px solid var(--line);
    }

    .workflow article > span {
        grid-row: 1 / 3;
    }

    .workflow article > i {
        grid-row: 1 / 3;
        width: 45px;
        height: 45px;
        margin: 0;
    }

    .workflow h3 {
        margin: 0;
    }

    .workflow p {
        grid-column: 3;
    }

    .signage__visual {
        padding: 20px;
    }

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

    .price-card {
        min-height: auto;
    }

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

    .assurance__grid article {
        min-height: 205px;
    }

    .assurance__grid h3 {
        margin-top: 42px;
    }

    .contact__options {
        grid-template-columns: 1fr;
        border-bottom: 0;
    }

    .contact__options > a,
    .contact__options > div {
        border-bottom: 1px solid var(--line);
    }

    .contact-card {
        padding: 27px 22px;
    }

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

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

    .site-footer__links {
        grid-template-columns: repeat(2, 1fr);
    }

    .site-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 44px;
    }

    .hero__proof {
        align-items: flex-start;
        flex-direction: column;
    }

    .hero__visual {
        min-height: 355px;
    }

    .hero__visual > img {
        height: 335px;
    }

    .hero-card {
        min-width: 205px;
        padding: 10px;
    }

    .hero-card--approval {
        display: none;
    }

    .hero__sectors {
        padding: 27px 0;
    }

    .hero__sectors > div {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .dashboard-frame {
        transform: scale(.55);
    }

    .dashboard-stage {
        height: 385px;
    }

    .permit-type-grid {
        grid-template-columns: 1fr;
    }

    .permit-type {
        min-height: 115px;
    }

    .sign-board > div {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .signage__stats span + span {
        padding-left: 0;
        border-left: 0;
    }

    .price-card {
        padding: 34px 26px 29px;
    }

    .site-footer__links {
        grid-template-columns: 1fr;
    }
}

@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;
    }
}
