@font-face {
    font-family: "Montserrat";
    src: url("/fonts/montserrat/Montserrat-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Montserrat";
    src: url("/fonts/montserrat/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
    font-weight: 100 900;
    font-style: italic;
    font-display: swap;
}

:root {
    --gm-primary-950: #0E2330;
    --gm-primary-900: #122C3D;
    --gm-primary-800: #294150;
    --gm-accent-500: #C8AF6C;
    --gm-accent-600: #A08C56;
    --gm-neutral-000: #FFFFFF;
    --gm-neutral-050: #F7F7F5;
    --gm-neutral-100: #ECEBE6;
    --gm-neutral-400: #B2B2B2;
    --gm-text: #17232B;
    --gm-muted: #5B6770;
    --bs-primary: var(--gm-primary-900);
    --bs-secondary: var(--gm-accent-500);
    --bs-primary-rgb: 18, 44, 61;
}

body.gm-marketing-body {
    color: var(--gm-text);
    background: var(--gm-neutral-050);
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

.gm-marketing-body h1,
.gm-marketing-body h2,
.gm-marketing-body h3,
.gm-marketing-body h4,
.gm-heading {
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0;
}

.gm-logo {
    display: block;
    width: auto;
    max-width: 180px;
    max-height: 48px;
    object-fit: contain;
}

.gm-logo-primary {
    max-height: 54px;
}

.gm-navbar {
    background: var(--gm-primary-950);
    border-bottom: 1px solid rgba(200, 175, 108, 0.24);
}

.gm-navbar .gm-container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.gm-navbar .nav-link,
.gm-navbar .navbar-text {
    color: rgba(255, 255, 255, 0.78);
}

.gm-navbar .nav-link:hover,
.gm-navbar .nav-link:focus {
    color: var(--gm-neutral-000);
}

.gm-btn-primary,
.btn.gm-btn-primary {
    color: var(--gm-primary-950);
    background: var(--gm-accent-500);
    border-color: var(--gm-accent-500);
    font-weight: 700;
}

.gm-btn-primary:hover,
.gm-btn-primary:focus {
    color: var(--gm-neutral-000);
    background: var(--gm-accent-600);
    border-color: var(--gm-accent-600);
}

.gm-btn-secondary,
.btn.gm-btn-secondary {
    color: var(--gm-neutral-000);
    background: transparent;
    border-color: rgba(255, 255, 255, 0.42);
    font-weight: 700;
}

.gm-btn-secondary:hover,
.gm-btn-secondary:focus {
    color: var(--gm-primary-950);
    background: var(--gm-neutral-000);
    border-color: var(--gm-neutral-000);
}

.gm-section {
    padding: 5rem 0;
}

.gm-section-light {
    background: var(--gm-neutral-000);
}

.gm-section-dark {
    color: var(--gm-neutral-000);
    background: var(--gm-primary-950);
}

.gm-section-muted {
    background: var(--gm-neutral-100);
}

.gm-container {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
}

.gm-kicker {
    color: var(--gm-accent-600);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.gm-hero-copy {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 1.2rem;
}

.gm-hero-actions,
.gm-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
}

.gm-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 3rem;
    overflow: hidden;
    border: 1px solid rgba(200, 175, 108, 0.28);
}

.gm-proof-item {
    min-height: 132px;
    padding: 1.4rem;
    background: rgba(14, 35, 48, 0.72);
}

.gm-proof-value {
    color: var(--gm-accent-500);
    font-family: "Montserrat", sans-serif;
    font-size: 1.55rem;
    font-weight: 700;
}

.gm-proof-label {
    color: rgba(255, 255, 255, 0.78);
    margin: 0.5rem 0 0;
}

.gm-section-title {
    max-width: 780px;
    margin-bottom: 2.5rem;
}

.gm-section-title h2 {
    font-size: clamp(2rem, 4vw, 3.6rem);
    line-height: 1.03;
}

.gm-section-title p {
    color: var(--gm-muted);
    font-size: 1.08rem;
}

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

.gm-feature-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    color: inherit;
    text-decoration: none;
    background: var(--gm-neutral-000);
    border: 1px solid rgba(18, 44, 61, 0.1);
}

.gm-feature-card:hover,
.gm-feature-card:focus {
    color: inherit;
    border-color: rgba(200, 175, 108, 0.7);
}

.gm-feature-card img,
.gm-split-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gm-feature-card-image {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 42%, rgba(200, 175, 108, 0.12), transparent 18rem),
        var(--gm-neutral-050);
    border-bottom: 1px solid rgba(18, 44, 61, 0.08);
}

.gm-feature-card-image::after,
.gm-feature-point-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, transparent 58%, rgba(14, 35, 48, 0.18)),
        radial-gradient(ellipse at center, transparent 58%, rgba(247, 247, 245, 0.18));
}

.gm-feature-card-image img,
.gm-feature-point-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    filter: saturate(1.03) contrast(1.02);
}

.gm-feature-card-body {
    padding: 1.25rem;
}

.gm-feature-card h3 {
    font-size: 1.32rem;
    margin-bottom: 0.65rem;
}

.gm-feature-card p {
    color: var(--gm-muted);
    margin: 0;
}

.gm-workflow-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.gm-workflow-step {
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.gm-workflow-number {
    color: var(--gm-accent-500);
    font-family: "Montserrat", sans-serif;
    font-size: 2rem;
    font-weight: 700;
}

.gm-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.9fr);
    gap: 3rem;
    align-items: center;
}

.gm-split-media {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: var(--gm-primary-900);
}

.gm-check-list {
    display: grid;
    gap: 0.75rem;
    padding: 0;
    margin: 1.5rem 0 0;
    list-style: none;
}

.gm-check-list li {
    display: flex;
    gap: 0.75rem;
}

.gm-check-list i {
    color: var(--gm-accent-600);
    margin-top: 0.25rem;
}

.gm-cta {
    color: var(--gm-neutral-000);
    background:
        linear-gradient(135deg, rgba(14, 35, 48, 0.96), rgba(41, 65, 80, 0.92)),
        url("/img/brand/giveamenu-pattern.png") center / 640px auto repeat;
}

.gm-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2rem;
    align-items: center;
}

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

.gm-price-card {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem;
    background: var(--gm-neutral-000);
    border: 1px solid rgba(18, 44, 61, 0.1);
    border-radius: 8px;
    min-width: 0;
}

.gm-price-card--featured {
    border-color: var(--gm-accent-500);
    box-shadow: 0 14px 40px rgba(18, 44, 61, 0.12);
}

.gm-price-card--pilot {
    border-style: dashed;
}

.gm-price-card-header {
    display: grid;
    gap: 0.55rem;
}

.gm-price-card-header h3,
.gm-price-card-header p {
    margin: 0;
}

.gm-price-card-header p,
.gm-price-caption {
    color: var(--gm-muted);
}

.gm-price-badge {
    width: fit-content;
    max-width: 100%;
    padding: 0.28rem 0.65rem;
    color: var(--gm-primary-950);
    background: rgba(200, 175, 108, 0.16);
    border: 1px solid rgba(200, 175, 108, 0.32);
    font-size: 0.76rem;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.gm-price {
    font-family: "Montserrat", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.1;
}

.gm-price-caption {
    min-height: 2.4em;
    margin: 0.35rem 0 0;
    font-size: 0.9rem;
}

.gm-price-list {
    display: grid;
    gap: 0.6rem;
    padding: 0;
    margin: 1.25rem 0 0;
    list-style: none;
}

.gm-price-list li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 0.6rem;
    border-top: 1px solid rgba(18, 44, 61, 0.1);
}

.gm-price-list strong {
    color: var(--gm-primary-900);
    margin-left: auto;
    text-align: right;
    overflow-wrap: anywhere;
}

.gm-page-hero {
    position: relative;
    overflow: hidden;
    color: var(--gm-primary-950);
    background:
        radial-gradient(circle at 78% 22%, rgba(200, 175, 108, 0.18), transparent 30rem),
        radial-gradient(circle at 100% 52%, rgba(18, 44, 61, 0.08), transparent 32rem),
        linear-gradient(180deg, #ffffff 0%, #f7f7f5 100%);
    padding: 0;
}

.gm-page-hero .gm-hero-copy,
.gm-page-hero p {
    color: var(--gm-muted);
}

.gm-page-hero .gm-btn-secondary {
    color: var(--gm-primary-950);
    background: var(--gm-neutral-000);
    border-color: rgba(18, 44, 61, 0.16);
}

.gm-feature-hero {
    position: relative;
    display: block;
    min-height: min(720px, calc(100vh - 78px));
}

.gm-feature-hero > div:first-child {
    position: relative;
    z-index: 2;
    width: min(66vw, 960px);
    max-width: 960px;
    padding: 5.5rem 0 4.5rem;
}

.gm-feature-hero > * {
    min-width: 0;
}

.gm-feature-hero h1,
.gm-page-hero h1 {
    font-size: clamp(2.3rem, 5vw, 4.8rem);
    line-height: 1;
}

.gm-feature-hero-media {
    position: absolute;
    inset: 0 calc((100vw - min(1180px, calc(100vw - 32px))) / -2) 0 auto;
    width: min(72vw, 980px);
    z-index: 0;
    isolation: isolate;
    min-height: 0;
    margin: 0;
    overflow: visible;
}

.gm-feature-hero-media::before {
    content: "";
    position: absolute;
    inset: 0 -8% 0 -18%;
    z-index: -1;
    background:
        radial-gradient(ellipse at 52% 48%, rgba(200, 175, 108, 0.24), transparent 58%),
        radial-gradient(ellipse at 62% 50%, rgba(18, 44, 61, 0.16), transparent 64%);
    filter: blur(18px);
}

.gm-feature-hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(247, 247, 245, 0.98) 0%, rgba(247, 247, 245, 0.86) 28%, rgba(247, 247, 245, 0.42) 54%, transparent 72%);
}

.gm-feature-hero-media img {
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    display: block;
    filter: saturate(1.04) contrast(1.02);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 22%, rgba(0, 0, 0, 0.45) 48%, #000 70%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 22%, rgba(0, 0, 0, 0.45) 48%, #000 70%, #000 100%);
}

.gm-feature-points {
    display: grid;
    gap: 1.25rem;
}

.gm-feature-point {
    display: grid;
    grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1fr);
    gap: 1.5rem;
    align-items: center;
    padding: 1rem;
    background: var(--gm-neutral-000);
    border: 1px solid rgba(18, 44, 61, 0.1);
}

.gm-feature-point:nth-child(even) {
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.8fr);
}

.gm-feature-point:nth-child(even) .gm-feature-point-image {
    order: 2;
}

.gm-feature-point-image {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 42%, rgba(200, 175, 108, 0.12), transparent 18rem),
        var(--gm-neutral-050);
    border: 1px solid rgba(18, 44, 61, 0.08);
}

.gm-faq {
    display: grid;
    gap: 0.75rem;
}

.gm-faq-item {
    padding: 1.25rem;
    background: var(--gm-neutral-000);
    border: 1px solid rgba(18, 44, 61, 0.1);
}

.gm-footer {
    position: relative;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.78);
    background:
        radial-gradient(circle at 16% 6%, rgba(200, 175, 108, 0.18), transparent 24rem),
        linear-gradient(145deg, var(--gm-primary-950) 0%, #122c3d 56%, #0b1b26 100%);
}

.gm-footer * {
    min-width: 0;
}

.gm-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px),
        linear-gradient(180deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: 0.28;
    mask-image: linear-gradient(180deg, #000 0%, transparent 82%);
}

.gm-footer-shell {
    position: relative;
    z-index: 1;
    padding: clamp(3rem, 7vw, 5.5rem) 0 2rem;
}

.gm-footer-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.82fr);
    gap: clamp(1.5rem, 4vw, 3rem);
    align-items: stretch;
    padding: clamp(1.4rem, 3vw, 2rem);
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(10px);
}

.gm-footer-brand,
.gm-footer-cta {
    min-width: 0;
}

.gm-footer-logo-link {
    display: inline-flex;
    align-items: center;
    margin-bottom: 1.3rem;
}

.gm-footer-logo-link .gm-logo {
    max-width: min(260px, 80vw);
    max-height: 58px;
}

.gm-footer-brand p,
.gm-footer-cta p,
.gm-footer-column p {
    color: rgba(255, 255, 255, 0.82);
}

.gm-footer-brand p {
    max-width: 660px;
    margin: 0;
    font-size: 1.02rem;
}

.gm-footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 1.35rem;
}

.gm-footer-badges span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 38px;
    padding: 0.45rem 0.75rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.88rem;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.13);
}

.gm-footer-badges i {
    color: var(--gm-accent-500);
}

.gm-footer-cta {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(1.2rem, 3vw, 1.8rem);
    background: rgba(14, 35, 48, 0.72);
    border: 1px solid rgba(200, 175, 108, 0.22);
}

.gm-footer-cta h2 {
    max-width: 520px;
    margin: 0.35rem 0 0;
    color: var(--gm-neutral-000);
    font-size: clamp(1.55rem, 3vw, 2.45rem);
    line-height: 1.08;
    text-wrap: balance;
    overflow-wrap: anywhere;
}

.gm-footer-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.45rem;
}

.gm-footer-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(0, 0.75fr));
    gap: clamp(1.5rem, 4vw, 3rem);
    padding: clamp(2rem, 5vw, 3.25rem) 0;
}

.gm-footer-column h5 {
    color: var(--gm-neutral-000);
    font-size: 0.92rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

.gm-footer-column ul {
    display: grid;
    gap: 0.65rem;
    padding: 0;
    margin: 1rem 0 0;
    list-style: none;
}

.gm-footer-column li {
    min-width: 0;
}

.gm-footer-intro p,
.gm-footer-contact p {
    margin: 1rem 0 0;
}

.gm-footer-email {
    display: inline-flex;
    margin-top: 0.8rem;
    color: var(--gm-accent-500);
    font-weight: 800;
}

.gm-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.35rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.gm-footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.9rem;
}

.gm-footer-bottom div {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
    font-size: 0.9rem;
}

.gm-footer a {
    color: rgba(255, 255, 255, 0.84);
    text-decoration: none;
}

.gm-footer a:hover,
.gm-footer a:focus {
    color: var(--gm-accent-500);
}

.gm-language-page {
    min-height: 100vh;
    padding: 4rem 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(200, 175, 108, 0.14), transparent 28rem),
        linear-gradient(180deg, #ffffff 0%, #f7f7f5 100%);
}

.gm-language-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr);
    gap: 2rem;
    align-items: stretch;
}

.gm-language-copy,
.gm-language-panel,
.gm-language-browser {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(18, 44, 61, 0.1);
    box-shadow: 0 18px 50px rgba(18, 44, 61, 0.08);
}

.gm-language-copy {
    padding: clamp(2rem, 5vw, 4.5rem);
}

.gm-language-copy h1 {
    color: var(--gm-primary-950);
    font-size: clamp(2.7rem, 7vw, 5.8rem);
    line-height: 0.96;
    max-width: 760px;
}

.gm-language-copy p {
    color: var(--gm-muted);
    max-width: 680px;
    font-size: 1.16rem;
}

.gm-language-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 2rem;
}

.gm-language-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 2rem;
    color: var(--gm-muted);
    font-weight: 600;
}

.gm-language-trust i {
    color: var(--gm-accent-600);
}

.gm-language-panel {
    padding: 2rem;
}

.gm-language-popular {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.25rem;
}

.gm-language-chip,
.gm-language-option {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    color: var(--gm-primary-950);
    text-decoration: none;
    background: var(--gm-neutral-000);
    border: 1px solid rgba(18, 44, 61, 0.1);
}

.gm-language-chip {
    min-height: 58px;
    padding: 0.85rem 1rem;
    font-weight: 700;
}

.gm-language-chip:hover,
.gm-language-chip:focus,
.gm-language-option:hover,
.gm-language-option:focus {
    color: var(--gm-primary-950);
    border-color: var(--gm-accent-500);
    box-shadow: 0 10px 28px rgba(18, 44, 61, 0.08);
}

.gm-language-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    color: var(--gm-primary-950);
    background: rgba(200, 175, 108, 0.18);
    border: 1px solid rgba(200, 175, 108, 0.34);
    font-size: 0.68rem;
    font-weight: 800;
}

.gm-nav-language-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 24px;
    padding: 0 0.35rem;
    color: var(--gm-neutral-000);
    background: var(--gm-primary-950);
    border: 1px solid rgba(200, 175, 108, 0.42);
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1;
}

.gm-language-note {
    display: flex;
    gap: 0.8rem;
    margin-top: 1.5rem;
    padding: 1rem;
    color: var(--gm-muted);
    background: rgba(200, 175, 108, 0.12);
}

.gm-language-note i {
    color: var(--gm-accent-600);
    margin-top: 0.2rem;
}

.gm-language-browser {
    margin-top: 1.5rem;
    padding: 0;
}

.gm-language-browser-head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: start;
    margin: 0;
    padding: 1.5rem;
    cursor: pointer;
    list-style: none;
}

.gm-language-browser-head::-webkit-details-marker {
    display: none;
}

.gm-language-browser-head h2 {
    margin-bottom: 0;
}

.gm-language-browser-body {
    padding: 0 1.5rem 1.5rem;
}

.gm-language-browser .form-control {
    min-width: 0;
}

.gm-navbar {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(18, 44, 61, 0.08);
    backdrop-filter: blur(16px);
}

.gm-navbar .nav-link,
.gm-navbar .navbar-text {
    color: var(--gm-primary-950);
    font-weight: 700;
}

.gm-navbar .nav-link:hover,
.gm-navbar .nav-link:focus {
    color: var(--gm-accent-600);
}

.gm-navbar .navbar-toggler {
    border-color: rgba(18, 44, 61, 0.18);
}

.gm-navbar .navbar-toggler-icon {
    filter: invert(1);
}

.gm-navbar .dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.gm-navbar .dropdown-menu {
    max-height: min(70vh, 560px);
    overflow-y: auto;
}

.gm-logo-full-dark,
.gm-logo-full-light {
    width: 180px;
    height: auto;
    max-height: none;
}

.gm-logo-mark-dark,
.gm-logo-mark-light {
    width: 32px;
    height: 32px;
    max-width: 32px;
    max-height: 32px;
}

.btn.gm-btn-dark,
.gm-btn-dark {
    color: var(--gm-neutral-000);
    background: var(--gm-primary-950);
    border-color: var(--gm-primary-950);
    box-shadow: 0 12px 28px rgba(14, 35, 48, 0.18);
}

.btn.gm-btn-dark:hover,
.gm-btn-dark:hover,
.btn.gm-btn-dark:focus,
.gm-btn-dark:focus {
    color: var(--gm-neutral-000);
    background: var(--gm-primary-900);
    border-color: var(--gm-primary-900);
}

.btn.gm-btn-light,
.gm-btn-light {
    color: var(--gm-primary-950);
    background: var(--gm-neutral-000);
    border: 1px solid rgba(18, 44, 61, 0.12);
    font-weight: 700;
}

.btn.gm-btn-light:hover,
.btn.gm-btn-light:focus {
    color: var(--gm-primary-950);
    border-color: var(--gm-accent-500);
    box-shadow: 0 12px 30px rgba(18, 44, 61, 0.08);
}

.gm-error-body {
    min-height: 100vh;
    background:
        linear-gradient(135deg, rgba(247, 247, 245, 0.94) 0%, rgba(255, 255, 255, 0.98) 52%, rgba(236, 235, 230, 0.78) 100%),
        url("/img/brand/giveamenu-pattern.png") center / 620px auto repeat;
}

.gm-error-page {
    min-height: calc(100vh - 96px);
    display: flex;
    align-items: center;
    padding: 2.5rem 0;
}

.gm-error-shell {
    width: min(1040px, calc(100% - 32px));
}

.gm-error-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.gm-error-logo-link {
    display: inline-flex;
    align-items: center;
    max-width: min(100%, 220px);
}

.gm-error-status {
    color: var(--gm-primary-950);
    background: rgba(200, 175, 108, 0.16);
    border: 1px solid rgba(200, 175, 108, 0.32);
    padding: 0.5rem 0.85rem;
    font-size: 0.86rem;
    font-weight: 800;
    line-height: 1;
}

.gm-error-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.52fr);
    gap: 1.25rem;
    align-items: stretch;
}

.gm-error-copy,
.gm-error-panel {
    border: 1px solid rgba(18, 44, 61, 0.1);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 28px 70px rgba(14, 35, 48, 0.12);
}

.gm-error-copy {
    padding: clamp(2rem, 6vw, 4.5rem);
}

.gm-error-copy h1 {
    max-width: 820px;
    color: var(--gm-primary-950);
    font-size: clamp(2.25rem, 5vw, 4.75rem);
    font-weight: 800;
    line-height: 1;
    margin: 0.8rem 0 1rem;
}

.gm-error-copy p {
    max-width: 680px;
    color: var(--gm-muted);
    font-size: 1.12rem;
    line-height: 1.7;
    margin: 0;
}

.gm-error-detail {
    margin-top: 0.9rem !important;
    font-size: 0.95rem !important;
}

.gm-error-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 2rem;
}

.gm-error-actions .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.55rem;
    min-height: 48px;
    padding: 0.78rem 1rem;
    border-radius: 8px;
    white-space: normal;
}

.gm-error-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2rem;
    padding: 1.5rem;
}

.gm-error-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: rgba(200, 175, 108, 0.14);
    border: 1px solid rgba(200, 175, 108, 0.24);
}

.gm-error-mark .gm-logo-mark-dark {
    width: 34px;
    height: 34px;
}

.gm-error-panel h2 {
    color: var(--gm-primary-950);
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0 0 1rem;
}

.gm-error-panel ul {
    display: grid;
    gap: 0.8rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.gm-error-panel li {
    position: relative;
    color: var(--gm-muted);
    line-height: 1.55;
    padding-left: 1.35rem;
}

.gm-error-panel li::before {
    content: "";
    position: absolute;
    top: 0.65rem;
    left: 0;
    width: 0.45rem;
    height: 0.45rem;
    background: var(--gm-accent-500);
}

.gm-error-footer {
    padding: 1.25rem 0;
}

.gm-error-footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    color: var(--gm-muted);
    font-size: 0.92rem;
}

.gm-error-footer p {
    margin: 0;
}

.gm-error-footer a {
    color: var(--gm-primary-950);
    font-weight: 800;
    text-decoration: none;
}

.gm-error-footer a:hover,
.gm-error-footer a:focus {
    color: var(--gm-accent-600);
}

.gm-home-hero {
    position: relative;
    overflow: hidden;
    padding: 0 0 2rem;
    background:
        radial-gradient(circle at 76% 22%, rgba(200, 175, 108, 0.18), transparent 30rem),
        radial-gradient(circle at 100% 42%, rgba(18, 44, 61, 0.09), transparent 34rem),
        linear-gradient(180deg, #ffffff 0%, #f7f7f5 100%);
}

.gm-home-hero-grid {
    position: relative;
    display: block;
    min-height: min(760px, calc(100vh - 78px));
}

.gm-home-hero-grid > * {
    min-width: 0;
}

.gm-home-hero-copy h1 {
    color: var(--gm-primary-950);
    font-size: clamp(3rem, 6vw, 5.8rem);
    font-weight: 800;
    line-height: 0.98;
    margin: 1.2rem 0 1.5rem;
}

.gm-home-hero-copy {
    position: relative;
    z-index: 2;
    width: min(66vw, 960px);
    max-width: 960px;
    padding: 5rem 0;
}

.gm-home-hero-copy p,
.gm-home-two-column p,
.gm-home-pricing-layout p {
    color: var(--gm-muted);
    font-size: 1.12rem;
}

.gm-pill {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    color: var(--gm-accent-600);
    background: rgba(200, 175, 108, 0.16);
    border: 1px solid rgba(200, 175, 108, 0.22);
    padding: 0.6rem 1rem;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    white-space: normal;
}

.gm-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 2rem;
    color: var(--gm-muted);
    font-weight: 700;
}

.gm-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.gm-trust-row i {
    color: var(--gm-accent-600);
}

.gm-hero-photo-card {
    position: absolute;
    inset: 0 calc((100vw - min(1180px, calc(100vw - 32px))) / -2) 0 auto;
    width: min(72vw, 980px);
    z-index: 0;
    isolation: isolate;
    margin: 0;
    min-height: 0;
    overflow: visible;
    background: transparent;
}

.gm-hero-photo-card::before,
.gm-hero-photo-card::after {
    content: "";
    position: absolute;
    pointer-events: none;
}

.gm-hero-photo-card::before {
    inset: 0 -8% 0 -18%;
    z-index: -1;
    background:
        radial-gradient(ellipse at 58% 48%, rgba(200, 175, 108, 0.28), transparent 55%),
        radial-gradient(ellipse at 62% 50%, rgba(18, 44, 61, 0.16), transparent 62%);
    filter: blur(20px);
}

.gm-hero-photo-card::after {
    inset: 0;
    background: linear-gradient(90deg, rgba(247, 247, 245, 0.98) 0%, rgba(247, 247, 245, 0.86) 28%, rgba(247, 247, 245, 0.42) 54%, transparent 72%);
}

.gm-hero-photo-card img {
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    display: block;
    filter: saturate(1.05) contrast(1.03);
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 22%, rgba(0, 0, 0, 0.45) 48%, #000 70%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.08) 22%, rgba(0, 0, 0, 0.45) 48%, #000 70%, #000 100%);
}

.gm-feature-strip {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1px;
    margin-top: 3rem;
    background: rgba(18, 44, 61, 0.12);
    border: 1px solid rgba(18, 44, 61, 0.1);
    box-shadow: 0 18px 55px rgba(18, 44, 61, 0.08);
}

.gm-feature-strip div {
    min-height: 142px;
    padding: 1.35rem;
    background: rgba(255, 255, 255, 0.92);
}

.gm-feature-strip i {
    color: var(--gm-accent-600);
    font-size: 1.8rem;
    margin-bottom: 0.8rem;
}

.gm-feature-strip strong,
.gm-feature-strip span {
    display: block;
}

.gm-feature-strip strong {
    color: var(--gm-primary-950);
    margin-bottom: 0.4rem;
}

.gm-feature-strip span {
    color: var(--gm-muted);
    font-size: 0.92rem;
}

.gm-home-two-column {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.6fr);
    gap: 3rem;
    align-items: end;
    margin-bottom: 2rem;
}

.gm-home-two-column h2,
.gm-home-pricing-layout h2 {
    color: var(--gm-primary-950);
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.04;
}

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

.gm-surface-card,
.gm-pricing-side-card,
.gm-testimonial-card {
    background: var(--gm-neutral-000);
    border: 1px solid rgba(18, 44, 61, 0.1);
    box-shadow: 0 18px 55px rgba(18, 44, 61, 0.06);
}

.gm-surface-card {
    padding: 1.6rem;
}

.gm-surface-card > i {
    color: var(--gm-accent-600);
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.gm-surface-card h3,
.gm-pricing-side-card h3 {
    color: var(--gm-primary-950);
}

.gm-surface-card p,
.gm-pricing-side-card p,
.gm-testimonial-card p {
    color: var(--gm-muted);
}

.gm-home-pricing-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.42fr);
    gap: 2rem;
    align-items: start;
}

.gm-feature-grid-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 1.5rem;
}

.gm-mini-feature {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    color: var(--gm-primary-950);
    text-decoration: none;
    background: var(--gm-neutral-000);
    border: 1px solid rgba(18, 44, 61, 0.1);
    padding: 1rem;
    font-weight: 800;
}

.gm-mini-feature:hover,
.gm-mini-feature:focus {
    color: var(--gm-primary-950);
    border-color: var(--gm-accent-500);
}

.gm-mini-feature i {
    color: var(--gm-accent-600);
}

.gm-pricing-side-card {
    padding: 2rem;
    position: sticky;
    top: 6rem;
}

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

.gm-testimonial-card {
    padding: 1.5rem;
}

.gm-testimonial-card i {
    color: var(--gm-accent-600);
    margin-bottom: 1rem;
}

.gm-testimonial-card strong {
    color: var(--gm-primary-950);
}

.gm-usecase-hero-list {
    max-width: 720px;
}

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

.gm-usecase-preview-card,
.gm-usecase-card,
.gm-usecase-featured-card,
.gm-usecase-opportunity-grid article {
    background: var(--gm-neutral-000);
    border: 1px solid rgba(18, 44, 61, 0.1);
    box-shadow: 0 18px 55px rgba(18, 44, 61, 0.06);
}

.gm-usecase-preview-card {
    min-height: 100%;
    padding: 1.35rem;
}

.gm-usecase-preview-icon,
.gm-usecase-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--gm-accent-600);
    background: rgba(200, 175, 108, 0.14);
    border: 1px solid rgba(200, 175, 108, 0.28);
}

.gm-usecase-preview-icon {
    width: 46px;
    height: 46px;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.gm-usecase-preview-card h3,
.gm-usecase-card h3,
.gm-usecase-featured-card h3,
.gm-usecase-opportunity-grid h3 {
    color: var(--gm-primary-950);
}

.gm-usecase-preview-card h3 {
    font-size: 1.16rem;
}

.gm-usecase-preview-card p,
.gm-usecase-card p,
.gm-usecase-featured-card p,
.gm-usecase-opportunity-grid p {
    color: var(--gm-muted);
}

.gm-usecase-preview-action {
    margin-top: 2rem;
}

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

.gm-usecase-featured-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.gm-usecase-featured-image {
    position: relative;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 42%, rgba(200, 175, 108, 0.12), transparent 18rem),
        var(--gm-neutral-050);
    border-bottom: 1px solid rgba(18, 44, 61, 0.08);
}

.gm-usecase-featured-image::after,
.gm-usecase-delivery-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, transparent 54%, rgba(14, 35, 48, 0.22));
}

.gm-usecase-featured-image img,
.gm-usecase-delivery-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.gm-usecase-featured-body {
    padding: 1.35rem;
}

.gm-usecase-featured-subtitle,
.gm-usecase-summary {
    color: var(--gm-primary-900);
    font-weight: 700;
}

.gm-usecase-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.1rem;
}

.gm-usecase-badge-row span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    color: var(--gm-primary-950);
    background: var(--gm-neutral-050);
    border: 1px solid rgba(18, 44, 61, 0.1);
    padding: 0.35rem 0.7rem;
    font-size: 0.82rem;
    font-weight: 800;
}

.gm-usecase-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.gm-usecase-card {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-width: 0;
    min-height: 100%;
    padding: 1.4rem;
}

.gm-usecase-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.gm-usecase-card-icon {
    width: 52px;
    height: 52px;
    flex: 0 0 auto;
    font-size: 1.35rem;
}

.gm-usecase-card-number {
    color: rgba(18, 44, 61, 0.22);
    font-size: 1.35rem;
    font-weight: 800;
}

.gm-usecase-card ul {
    display: grid;
    gap: 0.45rem;
    padding-left: 1.1rem;
    margin: 0;
    color: var(--gm-muted);
}

.gm-usecase-outcome {
    margin-top: auto;
    padding-top: 0.85rem;
    border-top: 1px solid rgba(18, 44, 61, 0.1);
}

.gm-usecase-outcome strong {
    color: var(--gm-primary-950);
}

.gm-usecase-delivery-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
    gap: 2rem;
    align-items: stretch;
}

.gm-usecase-delivery-copy {
    min-width: 0;
}

.gm-usecase-delivery-copy h2 {
    color: var(--gm-primary-950);
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.04;
}

.gm-usecase-delivery-copy > p {
    color: var(--gm-muted);
    font-size: 1.1rem;
}

.gm-usecase-opportunity-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-top: 1.5rem;
}

.gm-usecase-opportunity-grid article {
    padding: 1.2rem;
}

.gm-usecase-delivery-image {
    position: relative;
    min-height: 520px;
    height: 100%;
    overflow: hidden;
    background: var(--gm-primary-900);
}

.gm-usecase-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.gm-language-count {
    flex: 0 0 auto;
    color: var(--gm-primary-900);
    font-weight: 700;
    background: var(--gm-neutral-100);
    padding: 0.45rem 0.75rem;
}

.gm-language-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
    max-height: 420px;
    overflow-y: auto;
    padding: 1rem 0.25rem 0.25rem 0;
}

.gm-language-option {
    min-height: 52px;
    padding: 0.75rem;
    font-size: 0.92rem;
    font-weight: 600;
}

.gm-language-empty {
    color: var(--gm-muted);
    margin: 1rem 0 0;
}

@media (max-width: 991px) {
    .gm-proof-grid,
    .gm-feature-grid,
    .gm-workflow-grid,
    .gm-pricing-grid,
    .gm-feature-strip,
    .gm-surface-grid,
    .gm-testimonial-grid,
    .gm-usecase-preview-grid,
    .gm-usecase-featured-grid,
    .gm-usecase-faq-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gm-split,
    .gm-error-grid,
    .gm-feature-hero,
    .gm-cta-inner,
    .gm-language-shell,
    .gm-footer-hero,
    .gm-footer-grid,
    .gm-home-hero-grid,
    .gm-home-two-column,
    .gm-home-pricing-layout,
    .gm-usecase-delivery-panel,
    .gm-feature-point,
    .gm-feature-point:nth-child(even) {
        grid-template-columns: 1fr;
    }

    .gm-feature-hero {
        gap: 2.5rem;
    }

    .gm-hero-photo-card,
    .gm-feature-hero-media {
        display: none;
    }

    .gm-home-hero-grid,
    .gm-feature-hero {
        min-height: auto;
    }

    .gm-home-hero-copy,
    .gm-feature-hero > div:first-child {
        width: auto;
        max-width: none;
        padding: 4rem 0;
    }

    .gm-feature-point:nth-child(even) .gm-feature-point-image {
        order: 0;
    }

    .gm-pricing-side-card {
        position: static;
    }

    .gm-footer-grid {
        gap: 1.75rem;
    }

    .gm-usecase-delivery-image {
        min-height: auto;
        aspect-ratio: 16 / 10;
    }

    .gm-error-page {
        align-items: flex-start;
        min-height: auto;
    }

    .gm-error-panel {
        gap: 1.5rem;
    }
}

@media (max-width: 640px) {
    .gm-section {
        padding: 3.5rem 0;
    }

    .gm-proof-grid,
    .gm-feature-grid,
    .gm-workflow-grid,
    .gm-pricing-grid,
    .gm-feature-strip,
    .gm-surface-grid,
    .gm-testimonial-grid,
    .gm-feature-grid-compact,
    .gm-usecase-preview-grid,
    .gm-usecase-featured-grid,
    .gm-usecase-grid,
    .gm-usecase-opportunity-grid,
    .gm-usecase-faq-grid {
        grid-template-columns: 1fr;
    }

    .gm-hero-actions,
    .gm-cta-actions,
    .gm-footer-actions,
    .gm-error-actions,
    .gm-error-footer-inner {
        flex-direction: column;
    }

    .gm-hero-actions .btn,
    .gm-cta-actions .btn,
    .gm-footer-actions .btn,
    .gm-error-actions .btn,
    .gm-language-actions .btn {
        width: 100%;
    }

    .gm-error-page {
        padding: 1rem 0;
    }

    .gm-error-shell {
        width: min(100% - 24px, 1040px);
    }

    .gm-error-topbar {
        align-items: flex-start;
        flex-direction: column;
        margin-bottom: 1rem;
    }

    .gm-error-copy,
    .gm-error-panel {
        box-shadow: 0 16px 44px rgba(14, 35, 48, 0.1);
    }

    .gm-error-copy {
        padding: 1.35rem;
    }

    .gm-error-copy h1 {
        font-size: clamp(2rem, 12vw, 3rem);
        line-height: 1.04;
        overflow-wrap: anywhere;
    }

    .gm-error-copy p {
        font-size: 1rem;
    }

    .gm-error-panel {
        padding: 1.2rem;
    }

    .gm-error-footer-inner {
        align-items: flex-start;
    }

    .gm-footer-shell {
        width: min(100% - 24px, 1180px);
        padding-top: 2rem;
    }

    .gm-footer-hero {
        padding: 1rem;
    }

    .gm-footer-cta {
        padding: 1rem;
    }

    .gm-footer-cta h2 {
        font-size: 1.05rem;
        line-height: 1.12;
    }

    .gm-footer-badges {
        display: grid;
        grid-template-columns: 1fr;
    }

    .gm-footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .gm-language-page {
        padding: 1rem 0;
    }

    .gm-language-copy,
    .gm-language-panel,
    .gm-language-browser {
        box-shadow: none;
    }

    .gm-language-grid {
        grid-template-columns: 1fr;
        max-height: 460px;
    }

    .gm-language-browser .form-control {
        font-size: 1rem;
    }

    .gm-language-browser-head {
        flex-direction: column;
    }

    .gm-home-hero-copy,
    .gm-feature-hero > div:first-child {
        padding: 2rem 0 3rem;
    }

    .gm-home-hero-copy h1 {
        font-size: clamp(2.25rem, 11vw, 3rem);
        line-height: 1.02;
        overflow-wrap: anywhere;
    }

    .gm-feature-strip div {
        min-height: auto;
    }

    .gm-usecase-card,
    .gm-usecase-featured-body,
    .gm-usecase-preview-card {
        padding: 1.1rem;
    }
}
