﻿@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&display=swap');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZWQiLz48L2c+PC9zdmc+) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }


.button-group-horizontal {
    display: flex;
    gap: 10px; /* Adjust gap as needed */
}

.button_design {
    /* Adjust styles as needed */
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    color: white;
    background-color: #0044cc;
    cursor: pointer;
}

.button_design--blue {
    background-color: #0044cc;
}
.modal-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.modal-content {
    background: white;
    padding: 2rem;
    border-radius: 0.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    max-width: 400px;
    width: 100%;
    z-index: 1001;
    text-align: center;
}

    .modal-content button {
        margin-top: 1rem;
    }

.hero {
    background: linear-gradient(120deg, #10315b, #165c8a);
    color: #fff;
    padding: 2rem;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 30px rgba(16, 49, 91, 0.25);
}

.hero .lead {
    font-size: 1.05rem;
    max-width: 680px;
}

.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.card {
    border: 1px solid #e5e8ed;
    border-radius: 0.75rem;
    padding: 1rem;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.card h3 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.form-panel {
    border: 1px solid #e5e8ed;
    padding: 1.25rem;
    border-radius: 0.75rem;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
}

.form-panel h3 {
    margin-top: 0;
}

.panel-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1rem;
}

.status {
    margin-top: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.5rem;
    font-size: 0.95rem;
}

.status.success {
    background: #e7f6ec;
    color: #1d6b3d;
    border: 1px solid #b8e1c5;
}

.status.placeholder {
    background: #fff7e6;
    color: #8a5800;
    border: 1px solid #ffe1a8;
}

.status.error {
    background: #fdecea;
    color: #b42318;
    border: 1px solid #f5c2c0;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
}

.data-table th,
.data-table td {
    padding: 0.5rem;
    border-bottom: 1px solid #e5e8ed;
}

.data-table th {
    background: #f6f8fb;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 0.02em;
}

.marketing-shell {
    position: relative;
    min-height: 100vh;
    overflow-x: hidden;
    background:
        linear-gradient(180deg, rgba(89, 190, 171, 0.10) 0%, rgba(249, 251, 253, 0.92) 360px, #f9fbfd 100%),
        repeating-linear-gradient(90deg, rgba(18, 53, 91, 0.055) 0 1px, transparent 1px 84px),
        repeating-linear-gradient(180deg, rgba(18, 53, 91, 0.045) 0 1px, transparent 1px 84px);
    color: #171725;
    font-family: 'Manrope', 'Helvetica Neue', Arial, sans-serif;
}

.marketing-shell::before {
    content: "";
    position: fixed;
    inset: 86px 0 auto 0;
    height: 320px;
    pointer-events: none;
    background:
        linear-gradient(120deg, rgba(89, 190, 171, 0.22), transparent 52%),
        linear-gradient(280deg, rgba(18, 53, 91, 0.12), transparent 54%);
    mask-image: linear-gradient(180deg, #000, transparent);
    z-index: 0;
}

.marketing-shell > * {
    position: relative;
    z-index: 1;
}

.marketing-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    min-height: 86px;
    padding: 0 5vw;
    border-bottom: 1px solid rgba(89, 190, 171, 0.18);
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(18px);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.88) inset,
        0 12px 26px rgba(18, 53, 91, 0.10),
        0 30px 70px rgba(18, 53, 91, 0.16);
}

.marketing-brand img {
    display: block;
    width: min(190px, 38vw);
}

.marketing-nav__links,
.marketing-nav__actions,
.marketing-hero__actions,
.marketing-proof,
.contact-signals {
    display: flex;
    align-items: center;
}

.marketing-nav__links {
    gap: 1.7rem;
}

.marketing-nav a,
.marketing-footer a {
    text-decoration: none;
}

.marketing-nav__links a,
.marketing-link {
    color: #12355b;
    font-size: 0.95rem;
    font-weight: 700;
    opacity: 0.88;
}

.marketing-nav__links a:hover,
.marketing-link:hover {
    color: #59beab;
    opacity: 1;
}

.marketing-nav__actions {
    gap: 1rem;
}

.marketing-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0.85rem 1.45rem;
    border: 0;
    border-radius: 50px;
    background: #12355b;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 16px 36px rgba(18, 53, 91, 0.18);
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.marketing-button:hover {
    color: #fff;
    background: #0d2948;
    transform: translateY(-2px);
    box-shadow: 0 22px 42px rgba(18, 53, 91, 0.24);
}

.marketing-button--small {
    min-height: 42px;
    padding: 0.65rem 1.1rem;
    background: #59beab;
    color: #fff;
    box-shadow: 0 12px 28px rgba(89, 190, 171, 0.28);
}

.marketing-button--small:hover {
    color: #fff;
    background: #46a997;
}

.marketing-button--ghost {
    background: #e2f4f0;
    color: #12355b;
    box-shadow: none;
}

.marketing-button--ghost:hover {
    background: #d2eee8;
    color: #12355b;
}

.marketing-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
    padding: clamp(4rem, 8vw, 7.5rem) 5vw 4.5rem;
    overflow: hidden;
}

.marketing-hero__content {
    transition-delay: 90ms;
}

.marketing-product-preview {
    transform: translateY(28px) rotate(-1deg);
    transition: opacity 780ms ease 180ms, transform 780ms ease 180ms;
}

.marketing-hero__content,
.marketing-section,
.marketing-gallery,
.marketing-band,
.marketing-cta,
.contact-page {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 760ms ease, transform 760ms cubic-bezier(0.19, 1, 0.22, 1);
    will-change: opacity, transform;
}

.marketing-reveal-enabled .marketing-reveal:not(.is-visible),
.marketing-reveal-enabled .marketing-reveal:not(.is-visible) .marketing-hero__content,
.marketing-reveal-enabled .marketing-reveal:not(.is-visible).marketing-section,
.marketing-reveal-enabled .marketing-reveal:not(.is-visible).marketing-gallery,
.marketing-reveal-enabled .marketing-reveal:not(.is-visible).marketing-band,
.marketing-reveal-enabled .marketing-reveal:not(.is-visible).marketing-cta,
.marketing-reveal-enabled .marketing-reveal:not(.is-visible).contact-page {
    opacity: 0;
    transform: translateY(28px);
}

.marketing-reveal-enabled .marketing-reveal[data-reveal-direction="left"]:not(.is-visible),
.marketing-reveal-enabled .marketing-reveal[data-reveal-direction="left"]:not(.is-visible).marketing-section,
.marketing-reveal-enabled .marketing-reveal[data-reveal-direction="left"]:not(.is-visible).marketing-gallery,
.marketing-reveal-enabled .marketing-reveal[data-reveal-direction="left"]:not(.is-visible).marketing-band,
.marketing-reveal-enabled .marketing-reveal[data-reveal-direction="left"]:not(.is-visible).marketing-cta,
.marketing-reveal-enabled .marketing-reveal[data-reveal-direction="left"]:not(.is-visible).contact-page {
    transform: translateX(-54px) translateY(18px);
}

.marketing-reveal-enabled .marketing-reveal[data-reveal-direction="right"]:not(.is-visible),
.marketing-reveal-enabled .marketing-reveal[data-reveal-direction="right"]:not(.is-visible).marketing-section,
.marketing-reveal-enabled .marketing-reveal[data-reveal-direction="right"]:not(.is-visible).marketing-gallery,
.marketing-reveal-enabled .marketing-reveal[data-reveal-direction="right"]:not(.is-visible).marketing-band,
.marketing-reveal-enabled .marketing-reveal[data-reveal-direction="right"]:not(.is-visible).marketing-cta,
.marketing-reveal-enabled .marketing-reveal[data-reveal-direction="right"]:not(.is-visible).contact-page {
    transform: translateX(54px) translateY(18px);
}

.marketing-reveal-enabled .marketing-reveal:not(.is-visible) .marketing-product-preview {
    opacity: 0;
    transform: translateY(28px) rotate(-1deg);
}

.marketing-reveal-enabled .marketing-reveal:not(.is-visible) .marketing-section__header,
.marketing-reveal-enabled .marketing-reveal:not(.is-visible) .marketing-feature-grid article,
.marketing-reveal-enabled .marketing-reveal:not(.is-visible) .marketing-metrics div,
.marketing-reveal-enabled .marketing-reveal:not(.is-visible) .marketing-workflow div,
.marketing-reveal-enabled .marketing-reveal:not(.is-visible) .product-gallery,
.marketing-reveal-enabled .marketing-reveal.marketing-cta:not(.is-visible) > * {
    opacity: 0;
    transform: translateY(24px);
}

.marketing-reveal.is-visible,
.marketing-reveal.is-visible .marketing-hero__content,
.marketing-reveal.is-visible.marketing-section,
.marketing-reveal.is-visible.marketing-gallery,
.marketing-reveal.is-visible.marketing-band,
.marketing-reveal.is-visible.marketing-cta,
.marketing-reveal.is-visible.contact-page {
    opacity: 1;
    transform: translateY(0);
}

.marketing-reveal.is-visible .marketing-product-preview {
    opacity: 1;
    transform: translateY(0) rotate(-1deg);
}

.marketing-reveal .marketing-section__header,
.marketing-reveal .marketing-feature-grid article,
.marketing-reveal .marketing-metrics div,
.marketing-reveal .marketing-workflow div,
.marketing-reveal .product-gallery,
.marketing-reveal.marketing-cta > * {
    transition: opacity 680ms ease, transform 680ms cubic-bezier(0.19, 1, 0.22, 1);
}

.marketing-reveal.is-visible .marketing-section__header,
.marketing-reveal.is-visible .marketing-feature-grid article,
.marketing-reveal.is-visible .marketing-metrics div,
.marketing-reveal.is-visible .marketing-workflow div,
.marketing-reveal.is-visible .product-gallery,
.marketing-reveal.marketing-cta.is-visible > * {
    opacity: 1;
    transform: translateY(0);
}

.marketing-reveal.is-visible .marketing-feature-grid article:nth-child(2),
.marketing-reveal.is-visible .marketing-metrics div:nth-child(2),
.marketing-reveal.is-visible .marketing-workflow div:nth-child(2) {
    transition-delay: 90ms;
}

.marketing-reveal.is-visible .marketing-feature-grid article:nth-child(3),
.marketing-reveal.is-visible .marketing-metrics div:nth-child(3),
.marketing-reveal.is-visible .marketing-workflow div:nth-child(3) {
    transition-delay: 180ms;
}

.marketing-reveal.is-visible .marketing-workflow div:nth-child(4),
.marketing-reveal.marketing-cta.is-visible > *:nth-child(2) {
    transition-delay: 270ms;
}

.marketing-eyebrow {
    color: #59beab;
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.marketing-hero h1,
.marketing-section h2,
.marketing-band h2,
.marketing-cta h2,
.contact-page h1 {
    color: #171725;
    font-weight: 900;
    letter-spacing: 0;
}

.marketing-hero h1 {
    max-width: 760px;
    font-size: clamp(3.2rem, 6.4vw, 6.6rem);
    line-height: 0.92;
    margin-bottom: 1.5rem;
}

.marketing-hero h1 span {
    display: block;
}

.marketing-hero h1 span:last-child {
    width: fit-content;
    padding: 0 0.16em 0.12em;
    color: #12355b;
    background: linear-gradient(180deg, transparent 56%, rgba(89, 190, 171, 0.26) 56%);
}

.marketing-hero__copy {
    max-width: 680px;
    color: #687c97;
    font-size: clamp(1.05rem, 1.7vw, 1.35rem);
    line-height: 1.65;
    margin-bottom: 2rem;
}

.marketing-hero__actions {
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.4rem;
}

.marketing-proof,
.contact-signals {
    flex-wrap: wrap;
    gap: 0.65rem;
}

.marketing-proof span,
.contact-signals span {
    border: 1px solid #e5e8ef;
    border-radius: 50px;
    padding: 0.55rem 0.85rem;
    background: #fff;
    color: #687c97;
    font-size: 0.82rem;
    font-weight: 800;
}

.marketing-product-preview {
    position: relative;
    border: 1px solid #e5e8ef;
    border-radius: 14px;
    overflow: hidden;
    background: #f9fbfd;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.9) inset,
        0 34px 80px rgba(18, 53, 91, 0.16);
}

.marketing-product-preview::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.28), transparent 30%);
    z-index: 2;
}

.marketing-product-preview--image {
    padding: clamp(0.7rem, 1.8vw, 1.1rem);
    border-color: rgba(18, 53, 91, 0.13);
    border-radius: 28px;
    background:
        radial-gradient(circle at 18% 12%, rgba(89, 190, 171, 0.28), transparent 28%),
        linear-gradient(145deg, #f6fafb 0%, #ffffff 42%, #e7f5f2 100%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 26px 54px rgba(18, 53, 91, 0.12),
        0 56px 120px rgba(18, 53, 91, 0.20);
}

.marketing-product-preview--image::after {
    content: "";
    position: absolute;
    inset: auto 8% -18% 8%;
    height: 30%;
    border-radius: 999px;
    background: rgba(89, 190, 171, 0.30);
    filter: blur(42px);
    pointer-events: none;
}

.preview-image-shell {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid rgba(18, 53, 91, 0.10);
    border-radius: 20px;
    background: #fff;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 22px 58px rgba(18, 53, 91, 0.15);
}

.preview-image-shell img {
    display: block;
    width: 100%;
    height: min(680px, 68vh);
    object-fit: cover;
    object-position: top center;
}

.preview-floating-card {
    position: absolute;
    z-index: 4;
    display: grid;
    gap: 0.2rem;
    border: 1px solid rgba(229, 232, 239, 0.92);
    border-radius: 16px;
    padding: 0.9rem 1rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 18px 44px rgba(18, 53, 91, 0.18);
    backdrop-filter: blur(10px);
    animation: float-proof 5.5s ease-in-out infinite;
}

.preview-floating-card small {
    color: #687c97;
    font-size: 0.76rem;
    font-weight: 800;
}

.preview-floating-card strong {
    color: #12355b;
    font-size: 0.95rem;
}

.preview-floating-card--left {
    left: -18px;
    top: 112px;
}

.preview-floating-card--right {
    right: -16px;
    bottom: 98px;
    animation-delay: 1.2s;
}

.preview-topbar {
    display: grid;
    grid-template-columns: 120px 1fr auto;
    align-items: center;
    gap: 1.2rem;
    height: 72px;
    padding: 0 1.4rem;
    background: #59beab;
    color: #fff;
    font-weight: 900;
}

.preview-topbar div {
    height: 34px;
    max-width: 320px;
    border-radius: 50px;
    background: #e2f4f0;
}

.preview-body {
    display: grid;
    grid-template-columns: 160px 1fr;
    min-height: 520px;
}

.preview-body aside {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
    padding: 2.1rem 1.4rem;
    background: #fff;
    color: #687c97;
    font-size: 0.88rem;
}

.preview-body aside strong {
    color: #12355b;
}

.preview-body aside button {
    width: 118px;
    min-height: 42px;
    border-radius: 50px;
    background: #12355b;
    color: #fff;
    font-weight: 800;
}

.preview-main {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    padding: 2.1rem;
}

.preview-row {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.preview-row strong {
    font-size: 1.25rem;
}

.preview-row span {
    border-radius: 6px;
    padding: 0.38rem 0.7rem;
    background: #fff3e8;
    color: #ff8515;
    font-size: 0.8rem;
    font-weight: 800;
}

.preview-card {
    border: 1px solid #eef1f6;
    border-radius: 8px;
    background: #fff;
    padding: 1.1rem;
    box-shadow: 0 12px 28px rgba(62, 63, 122, 0.04);
}

.preview-table {
    display: grid;
    gap: 0.85rem;
}

.preview-table div {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    gap: 1rem;
    color: #ada7a7;
    font-size: 0.86rem;
}

.preview-table b {
    color: #171725;
}

.preview-grid {
    display: grid;
    grid-template-columns: 1.6fr 0.85fr;
    gap: 1.4rem;
}

.preview-grid small,
.preview-metric small {
    color: #687c97;
    display: block;
    margin-bottom: 0.8rem;
}

.preview-grid strong {
    display: block;
    color: #171725;
    margin-bottom: 0.4rem;
}

.preview-grid span {
    color: #ada7a7;
}

.preview-metric strong {
    font-size: 1.45rem;
}

.marketing-section,
.marketing-gallery,
.marketing-band,
.marketing-cta,
.contact-page,
.marketing-footer {
    width: min(1180px, 90vw);
    margin: 0 auto;
}

.marketing-section {
    padding: 4.5rem 0;
}

.marketing-gallery {
    padding: 2rem 0 4.8rem;
}

.marketing-section__header {
    max-width: 760px;
    margin-bottom: 2rem;
}

.marketing-section h2,
.marketing-band h2,
.marketing-cta h2,
.contact-page h1 {
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.05;
    margin-bottom: 1rem;
}

.marketing-section__header p:not(.marketing-eyebrow),
.marketing-cta p,
.contact-page__intro p {
    color: #687c97;
    font-size: 1.05rem;
    line-height: 1.7;
}

.marketing-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.marketing-feature-grid article {
    position: relative;
    overflow: hidden;
    min-height: 250px;
    border: 1px solid #e5e8ef;
    border-radius: 18px;
    padding: 1.6rem;
    background: #fff;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 16px 36px rgba(62, 63, 122, 0.06),
        0 28px 70px rgba(18, 53, 91, 0.05);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.marketing-feature-grid article::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, #59beab, #12355b);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 220ms ease;
}

.marketing-feature-grid article:hover {
    border-color: rgba(89, 190, 171, 0.5);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 24px 58px rgba(18, 53, 91, 0.12),
        0 44px 94px rgba(18, 53, 91, 0.08);
    transform: translateY(-4px);
}

.marketing-feature-grid article:hover::before {
    transform: scaleX(1);
}

.marketing-feature-grid span {
    color: #59beab;
    font-weight: 900;
}

.marketing-feature-grid h3 {
    margin: 3rem 0 0.8rem;
    color: #171725;
    font-size: 1.3rem;
    font-weight: 900;
}

.marketing-feature-grid p,
.marketing-workflow span {
    color: #687c97;
    line-height: 1.65;
}

.product-gallery {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(18, 53, 91, 0.10);
    border-radius: 28px;
    padding: 1.2rem;
    background:
        linear-gradient(90deg, rgba(249, 251, 253, 0.98), rgba(255, 255, 255, 0.82)),
        radial-gradient(circle at 10% 20%, rgba(89, 190, 171, 0.18), transparent 28%),
        radial-gradient(circle at 90% 60%, rgba(18, 53, 91, 0.12), transparent 28%);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.94) inset,
        0 24px 64px rgba(18, 53, 91, 0.11);
}

.product-gallery__viewport {
    overflow: hidden;
    border-radius: 22px;
}

.product-gallery::before,
.product-gallery::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: min(18vw, 180px);
    pointer-events: none;
    z-index: 2;
}

.product-gallery::before {
    left: 0;
    background: linear-gradient(90deg, #f9fbfd 0%, rgba(249, 251, 253, 0) 100%);
}

.product-gallery::after {
    right: 0;
    background: linear-gradient(270deg, #f9fbfd 0%, rgba(249, 251, 253, 0) 100%);
}

.product-gallery__track {
    display: flex;
    align-items: stretch;
    gap: 1.2rem;
    width: max-content;
    transition: transform 460ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.product-shot {
    position: relative;
    overflow: hidden;
    flex: 0 0 clamp(310px, 33vw, 460px);
    min-height: 360px;
    border: 1px solid rgba(18, 53, 91, 0.10);
    border-radius: 22px;
    background: #fff;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 18px 42px rgba(18, 53, 91, 0.10);
}

.product-shot--large {
    flex-basis: clamp(380px, 42vw, 560px);
}

.product-shot img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
    object-position: top center;
    background: #f4f8fa;
}

.product-shot--large img {
    height: 340px;
}

.product-shot div {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.1rem 1.15rem;
}

.product-shot span {
    color: #59beab;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.product-shot strong {
    color: #171725;
    font-size: 1rem;
    line-height: 1.35;
}

.product-gallery__dots button:focus-visible {
    outline: 3px solid rgba(89, 190, 171, 0.38);
    outline-offset: 3px;
}

.product-gallery__dots {
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: center;
    gap: 0.55rem;
    padding-top: 1rem;
}

.product-gallery__dots button {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 999px;
    padding: 0;
    background: rgba(18, 53, 91, 0.20);
    box-shadow: none;
    transition: width 180ms ease, background 180ms ease, transform 180ms ease;
}

.product-gallery__dots button[aria-current="true"] {
    width: 30px;
    background: #59beab;
}

.product-gallery__dots button:hover {
    transform: translateY(-1px);
    background: #12355b;
}

.marketing-band {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 2rem;
    align-items: center;
    border-radius: 8px;
    padding: clamp(2rem, 5vw, 3.5rem);
    background: #12355b;
    box-shadow: 0 30px 60px rgba(18, 53, 91, 0.18);
}

.marketing-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(90deg, rgba(255,255,255,0.06) 0 1px, transparent 1px 76px),
        repeating-linear-gradient(180deg, rgba(255,255,255,0.05) 0 1px, transparent 1px 76px);
}

.marketing-band > * {
    position: relative;
    z-index: 1;
}

.marketing-band .marketing-eyebrow,
.marketing-band h2 {
    color: #fff;
}

.marketing-metrics {
    display: grid;
    gap: 1rem;
}

.marketing-metrics div {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.08);
}

.marketing-metrics strong {
    display: block;
    color: #fff;
    font-size: 2rem;
    line-height: 1;
}

.marketing-metrics span {
    color: #d5ece8;
    font-size: 0.92rem;
}

.marketing-workflow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid #e5e8ef;
    border-radius: 22px;
    overflow: hidden;
    background: #fff;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.95) inset,
        0 22px 54px rgba(18, 53, 91, 0.08);
}

.marketing-workflow div {
    min-height: 190px;
    padding: 1.4rem;
    border-right: 1px solid #e5e8ef;
}

.marketing-workflow div:last-child {
    border-right: 0;
}

.marketing-workflow b {
    display: block;
    margin-bottom: 3rem;
    color: #171725;
}

.marketing-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    margin-bottom: 5rem;
    border: 1px solid #e5e8ef;
    border-radius: 24px;
    padding: clamp(2rem, 4vw, 3rem);
    background: #fff;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.96) inset,
        0 24px 64px rgba(18, 53, 91, 0.10);
}

.marketing-cta div {
    max-width: 700px;
}

.marketing-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 2rem 0 3rem;
    border-top: 1px solid #e5e8ef;
    color: #687c97;
}

.marketing-footer img {
    width: 150px;
}

.marketing-footer p {
    max-width: 460px;
    margin: 0;
}

.contact-page {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: clamp(2rem, 6vw, 5rem);
    align-items: start;
    padding: clamp(4rem, 8vw, 7rem) 0 5rem;
}

.contact-page__intro {
    position: sticky;
    top: 130px;
}

.access-form {
    display: grid;
    gap: 1rem;
    border: 1px solid #e5e8ef;
    border-radius: 24px;
    padding: clamp(1.4rem, 3vw, 2rem);
    background: #fff;
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.96) inset,
        0 22px 56px rgba(18, 53, 91, 0.10);
}

.access-form label {
    display: grid;
    gap: 0.5rem;
    color: #171725;
    font-weight: 900;
}

.access-form input,
.access-form select,
.access-form textarea {
    width: 100%;
    border: 1px solid #e5e8ef;
    border-radius: 8px;
    padding: 0.9rem 1rem;
    background: #fcfcfd;
    color: #171725;
    font: inherit;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.access-form textarea {
    min-height: 150px;
    resize: vertical;
}

.access-form__file-field {
    border: 1px dashed rgba(89, 190, 171, 0.45);
    border-radius: 18px;
    padding: 1rem;
    background: linear-gradient(135deg, rgba(89, 190, 171, 0.10), rgba(244, 248, 246, 0.86));
}

.access-form__file-field span {
    color: #687c97;
    font-size: 0.9rem;
    font-weight: 700;
}

.access-form__attachments {
    display: grid;
    gap: 0.55rem;
    border: 1px solid rgba(89, 190, 171, 0.22);
    border-radius: 16px;
    padding: 0.9rem 1rem;
    background: #f8fffc;
    color: #171725;
}

.access-form__attachments strong {
    font-size: 0.92rem;
}

.access-form__attachments ul {
    display: grid;
    gap: 0.4rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.access-form__attachments li {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: #25364f;
    font-size: 0.9rem;
}

.access-form__attachments li span {
    color: #687c97;
    white-space: nowrap;
}

.access-form input:focus,
.access-form select:focus,
.access-form textarea:focus {
    border-color: #59beab;
    box-shadow: 0 0 0 4px rgba(89, 190, 171, 0.14);
    outline: none;
}

.access-form__note {
    margin: 0;
    color: #687c97;
    font-size: 0.9rem;
}

.access-form__status {
    margin: 0;
    border-radius: 14px;
    padding: 0.85rem 1rem;
    font-size: 0.92rem;
    font-weight: 800;
}

.access-form__status--success {
    border: 1px solid rgba(89, 190, 171, 0.34);
    background: rgba(89, 190, 171, 0.12);
    color: #237665;
}

.access-form__status--error {
    border: 1px solid rgba(197, 66, 66, 0.24);
    background: rgba(197, 66, 66, 0.08);
    color: #9f2d2d;
}

.access-form .marketing-button:disabled {
    cursor: progress;
    opacity: 0.68;
}

@keyframes float-proof {
    from {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-9px);
    }

    to {
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .marketing-hero__content,
    .marketing-product-preview,
    .marketing-section,
    .marketing-gallery,
    .marketing-band,
    .marketing-cta,
    .contact-page {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .preview-floating-card {
        animation: none;
    }

    .product-gallery__track {
        transition: none;
    }
}

@media (max-width: 1060px) {
    .marketing-nav {
        flex-wrap: wrap;
        min-height: auto;
        padding: 1rem 5vw;
    }

    .marketing-nav__links {
        order: 3;
        width: 100%;
        justify-content: space-between;
        gap: 1rem;
        overflow-x: auto;
    }

    .marketing-hero,
    .contact-page,
    .marketing-band {
        grid-template-columns: 1fr;
    }

    .marketing-product-preview {
        transform: none;
    }

    .marketing-reveal.is-visible .marketing-product-preview {
        transform: none;
    }

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

    .preview-image-shell img {
        height: auto;
        max-height: 720px;
    }

    .contact-page__intro {
        position: static;
    }
}

@media (max-width: 720px) {
    .marketing-nav__actions {
        width: 100%;
        justify-content: space-between;
    }

    .marketing-nav__links {
        font-size: 0.86rem;
    }

    .marketing-hero {
        padding-top: 3rem;
    }

    .preview-body {
        grid-template-columns: 1fr;
    }

    .marketing-product-preview--image {
        border-radius: 20px;
        padding: 0.55rem;
    }

    .preview-image-shell {
        border-radius: 15px;
    }

    .product-gallery {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }

    .product-gallery::before,
    .product-gallery::after {
        display: none;
    }

    .product-gallery__track {
        width: max-content;
    }

    .product-shot,
    .product-shot--large {
        flex-basis: 82vw;
    }

    .product-shot img,
    .product-shot--large img {
        height: 230px;
    }

    .preview-floating-card {
        display: none;
    }

    .preview-body aside {
        display: none;
    }

    .preview-topbar {
        grid-template-columns: 1fr;
        gap: 0.6rem;
        height: auto;
        padding: 1rem;
    }

    .preview-topbar div {
        max-width: none;
    }

    .preview-main {
        padding: 1rem;
    }

    .preview-grid,
    .marketing-feature-grid,
    .marketing-workflow {
        grid-template-columns: 1fr;
    }

    .marketing-workflow div {
        border-right: 0;
        border-bottom: 1px solid #e5e8ef;
    }

    .marketing-workflow div:last-child {
        border-bottom: 0;
    }

    .preview-table div {
        grid-template-columns: 1fr;
    }

    .marketing-cta,
    .marketing-footer {
        align-items: flex-start;
        flex-direction: column;
    }

}
