@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');

:root {
    --green: #26336b;
    --deep: #1b254f;
    --ink: #202b53;
    --lime: #fbe9eb;
    --cream: #f6f7fb;
    --muted: #697186;
    --line: #e0e3ed;
    --white: #fff
}

* {
    box-sizing: border-box
}

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

body {
    margin: 0;
    color: var(--ink);
    background: white;
    font-family: 'DM Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.65
}

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

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

button,
a,
input,
select,
textarea,
summary {
    -webkit-tap-highlight-color: transparent
}

button,
summary {
    cursor: pointer
}

img {
    max-width: 100%;
    height: auto
}

h1,
h2,
h3,
h4 {
    font-family: Manrope, Arial, sans-serif;
    line-height: 1.15;
    letter-spacing: -.045em;
    margin: 0 0 20px;
    font-weight: 750
}

h1 {
    font-size: clamp(42px, 4.8vw, 72px)
}

h2 {
    font-size: clamp(32px, 3.25vw, 48px)
}

h3 {
    font-size: 23px
}

p {
    margin: 0 0 22px;
    color: var(--muted)
}

em {
    font-style: normal;
    color: #db2534;
    font-weight: 500
}

.wrap {
    width: min(1280px, calc(100% - 80px));
    margin-inline: auto
}

.topbar {
    background: var(--green);
    color: #f1f5ea;
    font-size: 11px;
    letter-spacing: .035em
}

.topbar .wrap {
    display: flex;
    gap: 30px;
    align-items: center;
    height: 34px
}

.topbar .wrap>:first-child {
    margin-right: auto
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    background: #fffef9f5;
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(16px)
}

.nav {
    height: 88px;
    display: flex;
    align-items: center;
    gap: 45px
}

.brand {
    font-family: Manrope, Arial, sans-serif;
    font-size: 35px;
    letter-spacing: -2px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    line-height: 1
}

.brand-dot {
    color: #87a75e
}

.brand-mark {
    background: var(--green);
    color: var(--lime);
    font-size: 37px;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    margin-right: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.brand-mark span {
    font-size: 23px;
    align-self: flex-start;
    margin-left: -3px
}

.nav nav {
    display: flex;
    align-items: center;
    gap: 29px;
    margin-left: auto;
    font-size: 13px;
    font-weight: 600
}

.nav a:hover,
.nav summary:hover {
    color: #db2534
}

.nav-actions {
    display: flex;
    gap: 24px;
    align-items: center;
    font-size: 13px
}

.nav-dropdown {
    position: relative
}

.nav-dropdown summary {
    list-style: none
}

.nav-dropdown summary:after {
    content: '⌄';
    margin-left: 7px
}

.nav-dropdown>div {
    position: absolute;
    top: 45px;
    left: -9px;
    width: 245px;
    padding: 18px;
    background: white;
    border: 1px solid var(--line);
    box-shadow: 0 18px 35px #1b254f18;
    border-radius: 10px;
    display: grid;
    gap: 12px
}

.button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 17px 24px;
    background: var(--green);
    color: white !important;
    border: 1px solid var(--green);
    border-radius: 7px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 650;
    transition: transform .2s, background .2s;
    cursor: pointer
}

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

.button.small {
    padding: 12px 18px;
    font-size: 13px;
    gap: 17px
}

.button.pale {
    background: var(--cream);
    color: var(--green) !important;
    border-color: var(--line)
}

.button.light {
    background: var(--lime);
    border-color: var(--lime);
    color: var(--green) !important
}

.button.outline {
    background: transparent;
    color: var(--green) !important
}

.button-row {
    display: flex;
    align-items: center;
    gap: 28px;
    margin: 32px 0
}

.quiet-link {
    font-size: 14px;
    font-weight: 650;
    display: inline-flex;
    align-items: center;
    gap: 18px
}

.eyebrow {
    font-size: 10px;
    letter-spacing: .16em;
    font-weight: 700;
    color: #596483;
    margin-bottom: 22px
}

.little-line {
    display: inline-block;
    width: 24px;
    border-top: 2px solid #db2534;
    margin-right: 8px;
    vertical-align: middle
}

.hero {
    background: var(--cream);
    overflow: hidden
}

.hero-grid {
    display: grid;
    grid-template-columns: 1.02fr 1fr;
    gap: 45px;
    align-items: center;
    padding-block: 64px 76px
}

.hero-copy {
    padding-block: 8px
}

.hero h1 {
    line-height: 1.05;
    letter-spacing: -.065em;
    margin-bottom: 25px
}

.hero-copy>p {
    font-size: 15px;
    line-height: 1.8
}

.hero-assurances {
    display: flex;
    gap: 20px;
    font-size: 10px;
    color: var(--muted);
    margin-top: 27px
}

.hero-visual {
    height: 525px;
    position: relative;
    margin-right: 20px
}

.hero-visual>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 135px 12px 12px 12px;
    object-position: 48% center
}

.photo-label {
    position: absolute;
    top: 20px;
    right: 18px;
    background: #fffc;
    border: 1px solid white;
    backdrop-filter: blur(6px);
    font-size: 9px;
    letter-spacing: .09em;
    padding: 10px 13px;
    border-radius: 30px;
    display: flex;
    gap: 7px;
    align-items: center
}

.status-dot {
    display: inline-block;
    background: #588749;
    width: 6px;
    height: 6px;
    border-radius: 50%
}

.floating-card {
    position: absolute;
    bottom: 25px;
    left: -30px;
    background: white;
    padding: 19px 24px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 17px;
    box-shadow: 0 14px 40px #26336b15
}

.floating-card strong {
    font-family: Manrope;
    font-size: 17px;
    display: block
}

.floating-card small {
    font-size: 11px;
    color: var(--muted)
}

.round-icon {
    height: 44px;
    width: 44px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--lime);
    font-size: 24px
}

.vertical-note {
    position: absolute;
    right: -30px;
    top: 50%;
    writing-mode: vertical-rl;
    font-size: 8px;
    letter-spacing: .17em
}

.hero-stamp {
    position: absolute;
    top: -22px;
    left: -29px;
    border-radius: 50%;
    width: 109px;
    height: 109px;
    background: var(--lime);
    border: 6px solid var(--cream);
    text-align: center;
    padding-top: 20px;
    font-size: 8px;
    line-height: 1.4;
    transform: rotate(-13deg)
}

.hero-stamp strong {
    display: block;
    font-size: 18px;
    font-family: Manrope
}

.hero-stamp>span {
    font-size: 24px;
    display: block
}

.trust-strip {
    border-block: 1px solid var(--line);
    background: #fff
}

.trust-strip .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-block: 25px
}

.trust-strip strong {
    font-size: 12px;
    font-weight: 600
}

.trust-strip .wrap>span:first-child {
    font-size: 8px;
    letter-spacing: .1em;
    color: var(--muted)
}

.strip-star {
    color: #db2534
}

.section {
    padding-block: 88px
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 36px
}

.section-heading h2 {
    margin-bottom: 0
}

.section-heading>p {
    font-size: 14px;
    margin-bottom: 5px
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 21px
}

.service-card {
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .2s, box-shadow .2s
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 32px #26336b10
}

.service-photo {
    height: 185px;
    position: relative;
    overflow: hidden
}

.service-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s
}

.service-card:hover img {
    transform: scale(1.04)
}

.service-number {
    position: absolute;
    left: 15px;
    top: 15px;
    display: grid;
    place-items: center;
    background: #fffffff0;
    border-radius: 50%;
    font-size: 10px;
    width: 29px;
    height: 29px
}

.service-card-copy {
    padding: 25px 21px;
    flex: 1;
    display: flex;
    flex-direction: column
}

.service-card h3 {
    font-size: 20px
}

.service-card p {
    font-size: 13px;
    line-height: 1.7;
    flex: 1
}

.card-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    font-weight: 650;
    border-top: 1px solid var(--line);
    padding-top: 16px
}

.card-link b {
    font-size: 20px
}

.subtle-link {
    display: block;
    text-align: center;
    font-size: 12px;
    margin-top: 27px;
    text-decoration: underline;
    text-underline-offset: 5px;
    color: var(--muted)
}

.about-section {
    background: var(--cream);
    padding-block: 75px
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 95px
}

.split p {
    font-size: 15px
}

.about-art {
    position: relative
}

.about-art>img {
    width: 100%;
    height: 415px;
    object-fit: cover;
    border-radius: 10px 100px 10px 10px
}

.about-tag {
    position: absolute;
    bottom: 25px;
    right: -25px;
    background: var(--lime);
    padding: 21px 26px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.7
}

.about-tag strong {
    font-size: 20px
}

.about-tag>span {
    font-size: 34px;
    margin-left: 30px
}

.check-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    font-size: 12px;
    margin: 28px 0
}

.center {
    text-align: center
}

.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 55px;
    margin-top: 50px
}

.steps article {
    position: relative;
    border-top: 1px solid var(--line);
    padding-top: 25px
}

.steps article>span {
    font-size: 12px;
    background: var(--cream);
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    margin-bottom: 26px
}

.steps h3 {
    font-size: 21px
}

.steps p {
    font-size: 14px
}

.borydd {
    padding: 55px;
    background: var(--green);
    color: white;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 40px
}

.borydd .eyebrow {
    color: var(--lime);
    font-size: 9px
}

.borydd h2 {
    font-size: 38px
}

.borydd em {
    color: #f4b9bf
}

.borydd p {
    color: #d5daed;
    font-size: 13px;
    margin: 0
}

.borydd .button {
    margin-left: auto;
    flex-shrink: 0
}

.borydd-symbol {
    font-family: Georgia;
    font-size: 100px;
    color: #f4b9bf;
    line-height: 1;
    align-self: flex-start
}

.guide-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px
}

.guide-card {
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden
}

.guide-card>img {
    height: 180px;
    width: 100%;
    object-fit: cover
}

.guide-card>div {
    padding: 24px
}

.guide-card small {
    font-size: 9px;
    letter-spacing: .08em;
    color: var(--muted)
}

.guide-card h3 {
    font-size: 23px;
    margin-top: 15px
}

.guide-card span {
    font-size: 12px
}

.partner-card {
    background: #eef0f8;
    border-radius: 10px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.partner-card>span {
    font-size: 9px;
    letter-spacing: .12em;
    margin-bottom: 30px
}

.partner-card h3 {
    font-size: 28px
}

.partner-card p {
    font-size: 13px;
    flex: 1
}

.partner-card a {
    font-size: 13px;
    font-weight: 650
}

.cta {
    background: var(--lime);
    padding: 60px 0
}

.cta .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px
}

.cta h2 {
    font-size: 36px
}

.cta p {
    font-size: 14px;
    margin: 0
}

.cta .eyebrow {
    margin-bottom: 13px
}

.cta em {
    color: var(--green)
}

footer {
    background: #182144;
    color: white;
    padding-top: 60px
}

.footer-top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 45px;
    padding-bottom: 45px
}

.footer-top .brand {
    margin-bottom: 24px
}

.footer-top h3 {
    font-size: 13px;
    font-family: 'DM Sans';
    letter-spacing: 0;
    margin: 0 0 22px
}

.footer-top a:not(.brand) {
    display: block;
    font-size: 12px;
    margin-bottom: 9px;
    color: #d5daed
}

.footer-top p {
    font-size: 12px;
    color: #bfc7df;
    line-height: 1.8
}

.footer-phone {
    font-size: 21px !important;
    color: var(--lime) !important
}

.footer-bottom {
    border-top: 1px solid #ffffff20;
    padding-block: 22px;
    display: flex;
    gap: 30px;
    font-size: 10px;
    color: #bfc7df
}

.footer-bottom>:nth-child(2) {
    margin-right: auto
}

.text-button {
    padding: 0;
    border: 0;
    background: none;
    color: inherit;
    font: inherit
}

.menu-toggle {
    display: none
}

.skip {
    position: fixed;
    top: -100px;
    left: 20px;
    z-index: 100;
    background: white;
    padding: 12px
}

.skip:focus {
    top: 10px
}

:focus-visible {
    outline: 3px solid #db2534;
    outline-offset: 4px
}

.notice {
    padding: 18px 24px;
    background: #eef6df;
    border: 1px solid #c1d7ab;
    border-radius: 8px;
    margin-block: 20px
}

.notice.error {
    background: #fff2eb;
    border-color: #eab9a6
}

.cookie-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: min(480px, calc(100% - 40px));
    z-index: 80;
    padding: 22px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 12px;
    box-shadow: 0 15px 60px #18214430
}

.cookie-banner p {
    font-size: 13px
}

.cookie-banner .button {
    margin: 0 6px 0 0
}

.page-hero {
    background: var(--cream);
    padding: 65px 0
}

.page-hero h1 {
    font-size: clamp(36px, 4.5vw, 62px);
    max-width: 950px
}

.page-hero p {
    font-size: 18px;
    max-width: 650px
}

.breadcrumb {
    font-size: 11px;
    color: var(--muted);
    margin-bottom: 30px
}

.article-layout {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 80px
}

.prose {
    white-space: pre-line;
    line-height: 1.85
}

.article-image {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 30px
}

.panel {
    border: 1px solid var(--line);
    padding: 30px;
    border-radius: 12px;
    background: white;
    margin-bottom: 22px
}

.panel.tint {
    background: var(--cream)
}

.panel h2 {
    font-size: 27px
}

.panel h3 {
    font-size: 20px
}

.panel p {
    font-size: 14px
}

.sticky-panel {
    position: sticky;
    top: 120px;
    align-self: start
}

.faq-list details {
    border-bottom: 1px solid var(--line);
    padding: 20px 0
}

.faq-list summary {
    font-weight: 650
}

.faq-list p {
    padding-top: 15px;
    font-size: 14px
}

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

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

label {
    display: block;
    font-size: 13px;
    font-weight: 600
}

input,
select,
textarea {
    width: 100%;
    display: block;
    margin: 7px 0px;
    border: 1px solid #cfd9cc;
    border-radius: 6px;
    padding: 12px 14px;
    background: white;
    color: var(--ink);
    font-size: 14px;
    min-width: 0
}

textarea {
    resize: vertical;
    min-height: 100px
}

input[type=checkbox],
input[type=radio] {
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 0;
    flex-shrink: 0;
    accent-color: var(--green)
}

.check {
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 400;
    font-size: 13px
}

.checks {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 12px 0
}

.help {
    font-size: 12px;
    color: var(--muted);
    margin: 8px 0 18px
}

.form-heading {
    margin-bottom: 28px
}

.form-heading h2 {
    font-size: 28px
}

.form-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px
}

.step-progress {
    display: flex;
    gap: 8px;
    margin-bottom: 30px
}

.step-progress span {
    flex: 1;
    border-top: 3px solid var(--line);
    padding-top: 10px;
    font-size: 11px;
    color: var(--muted)
}

.step-progress span.active {
    border-color: var(--green);
    color: var(--green);
    font-weight: 700
}

.form-step[hidden] {
    display: none
}

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

.auth-shell {
    max-width: 540px;
    margin: 60px auto;
    padding-inline: 20px
}

.auth-shell .panel {
    padding: 38px
}

.auth-shell label {
    margin-bottom: 18px
}

.auth-shell .button {
    width: 100%
}

.auth-links {
    font-size: 13px;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    gap: 15px
}

.portal-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 35px
}

.portal-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 30px
}

.record {
    padding: 22px 0;
    border-top: 1px solid var(--line)
}

.record:first-of-type {
    border-top: 0
}

.record-heading {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    margin-bottom: 12px
}

.record h3 {
    font-size: 18px;
    margin: 0
}

.badge {
    display: inline-block;
    white-space: nowrap;
    font-size: 10px;
    font-weight: 600;
    border-radius: 30px;
    padding: 5px 12px;
    background: #edf2e8;
    color: #47603b
}

.muted {
    color: var(--muted);
    font-size: 13px
}

.empty {
    padding: 30px 0;
    color: var(--muted);
    font-size: 14px
}

.admin-body {
    background: #f3f5ef
}

.admin-shell {
    display: grid;
    grid-template-columns: 220px 1fr;
    min-height: 100vh
}

.admin-sidebar {
    background: var(--deep);
    color: white;
    padding: 35px 22px;
    position: sticky;
    top: 0;
    height: 100vh
}

.admin-sidebar .brand {
    font-size: 31px;
    margin-bottom: 15px
}

.admin-sidebar>small {
    display: block;
    color: #9fb7a6;
    font-size: 10px;
    letter-spacing: .1em;
    margin-bottom: 40px
}

.admin-sidebar nav {
    display: grid;
    gap: 5px
}

.admin-sidebar nav a {
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 13px;
    color: #c6d7cd
}

.admin-sidebar nav a.active,
.admin-sidebar nav a:hover {
    color: var(--deep);
    background: var(--lime)
}

.admin-main {
    padding: 35px 45px;
    min-width: 0
}

.admin-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px
}

.admin-top h1 {
    font-size: 34px;
    margin: 0
}

.admin-top small {
    color: var(--muted)
}

.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
    margin-bottom: 30px
}

.stat {
    background: white;
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 24px
}

.stat span {
    font-size: 12px;
    color: var(--muted)
}

.stat strong {
    display: block;
    font-size: 36px;
    letter-spacing: -.05em
}

.admin-main .panel {
    padding: 25px
}

.admin-main details.panel>summary {
    font-weight: 650
}

.admin-main details.panel[open]>summary {
    margin-bottom: 25px
}

.admin-main .record details {
    margin-top: 15px
}

.admin-main .record summary {
    font-size: 13px
}

.admin-main .record details[open]>summary {
    margin-bottom: 20px
}

.table-wrap {
    overflow: auto
}

table {
    border-collapse: collapse;
    width: 100%;
    font-size: 13px
}

th,
td {
    padding: 14px;
    text-align: left;
    border-bottom: 1px solid var(--line);
    vertical-align: top
}

th {
    color: var(--muted);
    font-size: 11px
}

.admin-main pre {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    font-size: 12px
}

.admin-main nav[role=navigation] svg {
    width: 18px
}

.admin-main nav[role=navigation] {
    font-size: 13px
}

.admin-main nav[role=navigation]>div {
    margin: 15px 0
}

.inline-form {
    display: inline-block
}

.print-sheet {
    max-width: 850px;
    margin: 50px auto;
    padding: 45px;
    border: 1px solid var(--line)
}

.print-sheet .brand {
    margin-bottom: 40px
}

.print-sheet h1 {
    font-size: 32px
}

.calendar-item {
    border-left: 4px solid #96b466;
    padding: 18px;
    background: var(--cream);
    margin-bottom: 14px;
    border-radius: 0 7px 7px 0
}

@media(min-width:1500px) {
    .hero-grid {
        padding-block: 80px 90px
    }

    .hero-visual {
        height: 565px
    }
}

@media(max-width:1150px) {
    .nav {
        gap: 20px
    }

    .nav nav {
        gap: 18px
    }

    .login-link {
        display: none
    }

    .hero-grid {
        gap: 30px
    }

    .hero-visual {
        height: 465px
    }

    .hero h1 {
        font-size: 58px
    }

    .hero-assurances {
        flex-direction: column;
        gap: 5px
    }

    .service-grid {
        gap: 14px
    }

    .service-card-copy {
        padding: 20px 16px
    }

    .service-card h3 {
        font-size: 18px
    }

    .split {
        gap: 55px
    }

    .borydd {
        gap: 25px;
        padding: 40px
    }

    .borydd h2 {
        font-size: 32px
    }

    .borydd-symbol {
        font-size: 70px
    }

    .admin-main {
        padding: 25px
    }

    .stats {
        gap: 10px
    }

    .stat {
        padding: 16px
    }
}

@media(max-width:900px) {
    .wrap {
        width: calc(100% - 40px)
    }

    .nav {
        height: 76px
    }

    .menu-toggle {
        display: flex;
        gap: 13px;
        background: none;
        border: 0;
        font-size: 13px;
        margin-left: auto
    }

    .nav nav {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 76px;
        background: white;
        padding: 25px;
        box-shadow: 0 12px 15px #26336b12;
        flex-direction: column;
        align-items: stretch
    }

    .nav nav.open {
        display: flex
    }

    .nav-dropdown>div {
        position: static;
        box-shadow: none;
        width: 100%;
        margin-top: 15px
    }

    .hero h1 {
        font-size: 48px
    }

    .hero-visual {
        height: 420px
    }

    .hero-grid {
        padding-block: 50px;
        gap: 25px
    }

    .hero-copy>p br {
        display: none
    }

    .hero-copy>p {
        font-size: 14px
    }

    .hero .button-row {
        gap: 16px;
        flex-wrap: wrap
    }

    .floating-card {
        padding: 14px;
        left: -15px;
        bottom: 15px
    }

    .floating-card strong {
        font-size: 14px
    }

    .hero-stamp {
        width: 85px;
        height: 85px;
        font-size: 6px;
        padding-top: 12px
    }

    .hero-stamp strong {
        font-size: 14px
    }

    .hero-stamp>span {
        font-size: 20px
    }

    .photo-label {
        font-size: 7px
    }

    .trust-strip .wrap {
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px 24px
    }

    .trust-strip .wrap>span:first-child {
        width: 100%;
        text-align: center
    }

    .trust-strip strong {
        font-size: 11px
    }

    .service-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .section {
        padding-block: 60px
    }

    .service-photo {
        height: 230px
    }

    .split {
        gap: 35px
    }

    .about-art>img {
        height: 400px
    }

    .about-tag {
        right: -10px;
        padding: 15px
    }

    .about-tag strong {
        font-size: 17px
    }

    .borydd {
        flex-wrap: wrap
    }

    .borydd .button {
        margin-left: 95px
    }

    .guide-grid {
        grid-template-columns: 1fr 1fr
    }

    .partner-card {
        grid-column: 1/-1
    }

    .footer-top {
        grid-template-columns: repeat(2, 1fr)
    }

    .article-layout {
        gap: 35px;
        grid-template-columns: 1.4fr 1fr
    }

    .admin-shell {
        grid-template-columns: 180px 1fr
    }

    .admin-sidebar {
        padding: 25px 13px
    }

    .admin-main {
        padding: 25px 20px
    }

    .stats {
        grid-template-columns: repeat(2, 1fr)
    }

    .portal-grid {
        grid-template-columns: 1fr
    }

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

    .steps {
        gap: 25px
    }

    .form-grid {
        gap: 15px
    }
}

@media(max-width:620px) {
    .topbar .wrap {
        height: 30px;
        justify-content: center
    }

    .topbar .wrap>:first-child {
        margin: 0
    }

    .topbar .wrap>:not(:first-child) {
        display: none
    }

    .brand {
        font-size: 29px
    }

    .brand-mark {
        width: 35px;
        height: 35px;
        font-size: 29px
    }

    .brand-mark span {
        font-size: 18px
    }

    .nav {
        gap: 15px
    }

    .nav-actions .button {
        font-size: 11px;
        padding: 10px 12px;
        gap: 10px
    }

    .menu-toggle {
        font-size: 0;
        gap: 0;
        padding: 5px
    }

    .menu-toggle span {
        font-size: 22px
    }

    .hero-grid {
        grid-template-columns: 1fr;
        padding-block: 40px 45px;
        gap: 40px
    }

    .hero h1 {
        font-size: clamp(43px, 11.5vw, 66px)
    }

    .hero-copy>p {
        font-size: 15px;
        max-width: 360px
    }

    .hero .eyebrow {
        font-size: 8px
    }

    .hero-assurances {
        flex-direction: row;
        gap: 14px;
        font-size: 9px
    }

    .hero-visual {
        height: 370px;
        margin-left: 12px;
        margin-right: 16px
    }

    .hero-visual>img {
        border-top-left-radius: 95px
    }

    .hero-stamp {
        left: -18px;
        top: -17px
    }

    .floating-card {
        bottom: 20px;
        padding: 17px;
        left: -12px
    }

    .hero .button-row {
        margin: 25px 0
    }

    .hero .button {
        padding: 16px 18px;
        font-size: 13px
    }

    .quiet-link {
        font-size: 12px
    }

    .trust-strip .wrap {
        gap: 12px 18px
    }

    .strip-star {
        display: none
    }

    .trust-strip strong {
        font-size: 10px
    }

    .section-heading {
        display: block;
        margin-bottom: 25px
    }

    .section-heading>p,
    .section-heading>.quiet-link {
        margin-top: 20px
    }

    .section-heading h2 {
        font-size: 33px
    }

    .service-grid {
        gap: 15px
    }

    .service-photo {
        height: 155px
    }

    .service-card-copy {
        padding: 18px 14px
    }

    .service-card h3 {
        font-size: 17px;
        letter-spacing: -.035em;
        margin-bottom: 12px
    }

    .service-card p {
        font-size: 12px
    }

    .card-link {
        font-size: 9px
    }

    .service-number {
        left: 10px;
        top: 10px
    }

    .subtle-link {
        font-size: 11px
    }

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

    .about-section {
        padding-block: 45px
    }

    .about-art>img {
        height: 340px
    }

    .about-tag {
        right: 0
    }

    .steps {
        grid-template-columns: 1fr;
        gap: 15px;
        margin-top: 35px
    }

    .steps article {
        padding: 20px 0 0 65px
    }

    .steps article>span {
        position: absolute;
        left: 0;
        top: 20px
    }

    .steps p {
        margin-bottom: 0
    }

    .steps h3 {
        font-size: 22px;
        margin-bottom: 13px
    }

    .borydd {
        padding: 30px 25px;
        gap: 22px
    }

    .borydd-symbol {
        font-size: 55px
    }

    .borydd h2 {
        font-size: 32px
    }

    .borydd .button {
        margin: 0
    }

    .borydd .eyebrow {
        font-size: 8px
    }

    .guide-grid {
        grid-template-columns: 1fr
    }

    .partner-card {
        grid-column: auto
    }

    .guide-card>img {
        height: 220px
    }

    .cta {
        padding-block: 40px
    }

    .cta h2 {
        font-size: 33px
    }

    .footer-top {
        gap: 35px 20px
    }

    .footer-top>:first-child {
        grid-column: 1/-1
    }

    .footer-bottom {
        gap: 15px;
        flex-wrap: wrap
    }

    .footer-bottom>:nth-child(2) {
        display: none
    }

    .article-layout {
        grid-template-columns: 1fr;
        gap: 15px
    }

    .page-hero {
        padding-block: 40px
    }

    .page-hero p {
        font-size: 16px
    }

    .page-hero h1 {
        font-size: 40px
    }

    .sticky-panel {
        position: static
    }

    .panel {
        padding: 23px
    }

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

    .form-grid .full {
        grid-column: auto
    }

    .form-nav {
        gap: 12px
    }

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

    .portal-heading h1 {
        font-size: 36px
    }

    .record-heading {
        align-items: flex-start;
        flex-wrap: wrap
    }

    .admin-shell {
        display: block
    }

    .admin-sidebar {
        height: auto;
        position: static;
        padding: 20px
    }

    .admin-sidebar>small {
        margin-bottom: 20px
    }

    .admin-sidebar nav {
        display: flex;
        overflow: auto;
        padding-bottom: 8px
    }

    .admin-sidebar nav a {
        white-space: nowrap
    }

    .admin-main {
        padding: 25px 15px
    }

    .admin-top {
        gap: 20px;
        align-items: flex-start
    }

    .admin-top h1 {
        font-size: 28px
    }

    .stat strong {
        font-size: 30px
    }

    .admin-top .button {
        padding: 8px 12px
    }

    .print-sheet {
        padding: 25px;
        margin: 0
    }

    .auth-shell .panel {
        padding: 25px
    }

    .cookie-banner {
        padding: 17px
    }

    .cookie-banner .button {
        font-size: 11px;
        padding: 11px
    }
}

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

    * {
        transition: none !important;
        animation: none !important
    }
}

@media print {

    .site-header,
    .topbar,
    footer,
    .no-print,
    .cookie-banner {
        display: none !important
    }

    .print-sheet {
        border: 0;
        margin: 0;
        max-width: none
    }

    .print-sheet table {
        font-size: 12px
    }

    body {
        background: white
    }
}

/* Flyttom brand and full-width homepage carousel */
.brand img {
    display: block;
    width: 130px;
    height: 66px;
    object-fit: contain;
    letter-spacing: normal
}

.footer-top .brand {
    background: white;
    padding: 9px 17px;
    border-radius: 8px
}

.site-header {
    background: #fffffff5
}

.button {
    background: #db2534;
    border-color: #db2534
}

.button:hover {
    background: #b91f2c
}

.button.outline {
    border-color: var(--green)
}

.button.outline:hover {
    background: #eef0f8
}

.borydd .button:hover {
    background: white
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.home-slider {
    position: relative;
    background: #192348;
    color: white;
    isolation: isolate;
    overflow: hidden;
    touch-action: pan-y
}

.slider-stage {
    display: grid
}

.hero-slide {
    grid-area: 1/1;
    position: relative;
    min-width: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity .65s ease, visibility .65s;
    pointer-events: none
}

.hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 1
}

.slide-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -2
}

.hero-slide:after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(20, 29, 65, .82), rgba(20, 29, 65, .35) 58%, rgba(20, 29, 65, .05)), linear-gradient(0deg, rgba(20, 29, 65, .8), transparent 35%)
}

.slide-inner {
    min-height: 650px;
    min-height: min(760px, max(650px, calc(100svh - 122px)));
    display: flex;
    align-items: center;
    padding-block: 75px 160px
}

.slide-copy {
    max-width: 650px
}

.slide-copy h1,
.slide-copy h2 {
    font-size: clamp(46px, 5.6vw, 82px);
    line-height: 1.07;
    letter-spacing: -.06em;
    margin-bottom: 26px;
    font-weight: 750
}

.slide-copy em {
    color: #fff;
    font-weight: 500
}

.slide-copy .eyebrow {
    color: #fff;
    font-size: 10px;
    letter-spacing: .17em
}

.slide-copy .little-line {
    border-color: #f34d5b;
    width: 30px
}

.slide-copy p {
    max-width: 470px;
    color: #f0f2fa;
    font-size: 16px;
    line-height: 1.8
}

.slide-copy .button {
    padding: 18px 25px
}

.slide-copy .quiet-link {
    color: white
}

.slide-assurance {
    font-size: 11px;
    color: #e2e6f3;
    display: flex;
    gap: 25px
}

.slider-controls {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    gap: 40px;
    align-items: center
}

.slider-controls[hidden] {
    display: none
}

.slide-tabs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    flex: 1;
    max-width: 810px
}

.slide-tabs button {
    border: 0;
    border-top: 2px solid #ffffff45;
    background: transparent;
    text-align: left;
    color: #d8ddeb;
    padding: 15px 0 8px;
    font-size: 12px;
    transition: border-color .2s, color .2s;
    min-height: 52px
}

.slide-tabs button span {
    font-size: 10px;
    margin-right: 12px;
    opacity: .65
}

.slide-tabs button[aria-pressed=true] {
    border-color: #ff5362;
    color: white
}

.slide-tabs button:hover {
    border-color: white
}

.slider-arrows {
    display: flex;
    gap: 9px;
    margin-left: auto
}

.slider-arrows button {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #ffffff65;
    background: #ffffff08;
    color: white;
    font-size: 19px;
    transition: background .2s
}

.slider-arrows button:hover {
    background: #db2534
}

.slider-arrows [data-slider-pause] {
    font-size: 13px
}

.home-slider :focus-visible {
    outline-color: white
}

.home-slider .button-row {
    margin-block: 30px
}

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

html.lenis,
html.lenis body {
    height: auto
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain
}

.lenis.lenis-stopped {
    overflow: hidden
}

.lenis.lenis-smooth iframe {
    pointer-events: none
}

@media(max-width:900px) {
    .slide-inner {
        min-height: 650px;
        padding-block: 65px 160px
    }

    .slide-copy {
        max-width: 580px
    }

    .slider-controls {
        gap: 20px
    }

    .slide-tabs {
        gap: 14px
    }

    .slide-tabs button span {
        display: block;
        margin: 0 0 4px
    }

    .slide-image {
        object-position: 60% center
    }

    .slide-copy h1,
    .slide-copy h2 {
        font-size: 62px
    }
}

@media(max-width:620px) {
    .brand img {
        width: 108px;
        height: 55px
    }

    .slide-inner {
        min-height: 680px;
        padding-block: 55px 195px;
        align-items: flex-start
    }

    .slide-copy h1,
    .slide-copy h2 {
        font-size: clamp(42px, 11.5vw, 62px)
    }

    .slide-copy p {
        font-size: 14px;
        max-width: 360px
    }

    .slide-copy .eyebrow {
        font-size: 8px;
        letter-spacing: .1em
    }

    .slide-copy .little-line {
        width: 18px
    }

    .slide-copy .button-row {
        gap: 18px;
        flex-wrap: wrap;
        margin-block: 25px
    }

    .slide-copy .button {
        padding: 15px 18px;
        font-size: 13px
    }

    .slide-assurance {
        font-size: 10px;
        gap: 16px
    }

    .slider-controls {
        bottom: 24px;
        flex-wrap: wrap;
        gap: 16px
    }

    .slide-tabs {
        flex-basis: 100%;
        gap: 12px
    }

    .slide-tabs button {
        font-size: 10px;
        padding-top: 10px
    }

    .slider-arrows {
        margin-left: 0
    }

    .slide-image {
        object-position: 58% center
    }

    .hero-slide:after {
        background: linear-gradient(90deg, #141d41c9, #141d4166), linear-gradient(0deg, #141d41e6, transparent 65%)
    }
}

@media(prefers-reduced-motion:reduce) {
    .hero-slide {
        transition: none
    }

    .home-slider .button:hover {
        transform: none
    }
}

.slider-arrows button[hidden] {
    display: none
}
