:root {
    --gd-primary: #052f8b;
    --gd-primary-2: #1248b3;
    --gd-primary-dark: #031c54;
    --gd-accent: #15c5cf;
    --gd-surface: #ffffff;
    --gd-surface-soft: #f4f8fc;
    --gd-surface-alt: #eef8fa;
    --gd-text: #10243f;
    --gd-muted: #5f728c;
    --gd-border: rgba(5, 47, 139, 0.1);
    --gd-shadow: 0 24px 70px rgba(16, 36, 63, 0.08);
    --gd-shadow-soft: 0 14px 34px rgba(16, 36, 63, 0.06);
    --gd-radius-xl: 30px;
    --gd-radius-lg: 24px;
    --gd-radius-md: 18px;
    --gd-gradient: linear-gradient(
        135deg,
        #052f8b 0%,
        #1248b3 45%,
        #15c5cf 100%
    );
}

html {
    scroll-behavior: smooth;
}

.gd-home-page {
    color: var(--gd-text);
    background:
        radial-gradient(
            circle at top right,
            rgba(21, 197, 207, 0.12),
            transparent 28%
        ),
        radial-gradient(
            circle at left 12%,
            rgba(5, 47, 139, 0.08),
            transparent 22%
        ),
        linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.gd-section {
    padding: 6rem 0;
    position: relative;
}

.gd-section-surface {
    background: var(--gd-surface-soft);
}

.gd-section-evalix {
    background:
        radial-gradient(circle at top left, rgba(21, 197, 207, 0.12), transparent 30%),
        radial-gradient(circle at top right, rgba(5, 47, 139, 0.12), transparent 26%),
        linear-gradient(
            180deg,
            rgba(21, 197, 207, 0.08),
            rgba(255, 255, 255, 0.98)
        );
}

.gd-section-notifications {
    background: linear-gradient(
        180deg,
        rgba(5, 47, 139, 0.03),
        rgba(255, 255, 255, 0.96)
    );
}

.gd-section-gmrt {
    background: linear-gradient(135deg, #052f8b 0%, #1248b3 45%, #15c5cf 100%);
}

.gd-section-final-cta {
    background: linear-gradient(135deg, #052f8b 0%, #1248b3 45%, #15c5cf 100%);
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}

.gd-home-hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: var(--gd-gradient);
    position: relative;
    overflow: hidden;
}

.gd-home-hero::before,
.gd-home-hero::after {
    content: "";
    position: absolute;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    filter: blur(8px);
}

.gd-home-hero::before {
    width: 26rem;
    height: 26rem;
    top: -8rem;
    right: -5rem;
}

.gd-home-hero::after {
    width: 18rem;
    height: 18rem;
    left: -6rem;
    bottom: -5rem;
}

.gd-home-hero .container {
    position: relative;
    z-index: 1;
}

.gd-home-badge,
.gd-section-kicker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(5, 47, 139, 0.12);
    background: rgba(255, 255, 255, 0.74);
    color: var(--gd-primary);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.gd-home-badge {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.18);
}

.gd-section-kicker-light {
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.gd-hero-copy-block {
    position: relative;
    z-index: 1;
}

.gd-home-hero-title {
    margin-top: 1.35rem;
    margin-bottom: 1.25rem;
    font-size: clamp(2.9rem, 6vw, 5.4rem);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -0.05em;
    color: #fff;
    max-width: 12ch;
}

.gd-home-hero-copy,
.gd-section-copy,
.gd-rich-copy p {
    font-size: 1.06rem;
    line-height: 1.85;
}

.gd-home-hero-copy {
    color: rgba(255, 255, 255, 0.94);
    max-width: 60ch;
}

.gd-home-hero-copy-muted {
    color: rgba(255, 255, 255, 0.82);
}

.gd-home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.gd-hero-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    margin-top: 1.5rem;
}

.gd-hero-trust-row span {
    display: inline-flex;
    align-items: center;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92);
    font-weight: 600;
    font-size: 0.92rem;
}

.gd-home-btn {
    min-height: 52px;
    padding: 0.88rem 1.35rem;
    border-radius: 999px;
    font-weight: 800;
    letter-spacing: 0.01em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 0;
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        background-color 180ms ease;
}

.gd-home-btn:hover,
.gd-home-btn:focus {
    transform: translateY(-2px);
}

.gd-home-btn-primary {
    background: #fff;
    color: var(--gd-primary);
    box-shadow: 0 18px 34px rgba(3, 28, 84, 0.2);
}

.gd-home-btn-primary:hover,
.gd-home-btn-primary:focus {
    color: var(--gd-primary-dark);
}

.gd-home-btn-secondary {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.gd-home-btn-secondary:hover,
.gd-home-btn-secondary:focus,
.gd-home-btn-outline-light:hover,
.gd-home-btn-outline-light:focus {
    color: #fff;
}

.gd-home-btn-white {
    background: #fff;
    color: var(--gd-primary);
}

.gd-home-btn-white:hover,
.gd-home-btn-white:focus {
    color: var(--gd-primary-dark);
}

.gd-home-btn-outline-light {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
}

.gd-hero-visual-shell,
.gd-problem-visual-shell,
.gd-evalix-visual-shell {
    position: relative;
}

.gd-image-placeholder {
    min-height: 420px;
    border-radius: var(--gd-radius-xl);
    border: 1px dashed rgba(255, 255, 255, 0.24);
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.18),
            rgba(255, 255, 255, 0.08)
        ),
        radial-gradient(
            circle at top left,
            rgba(255, 255, 255, 0.18),
            transparent 35%
        );
    box-shadow: 0 24px 70px rgba(3, 28, 84, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    padding: 2rem;
    color: #fff;
}

.gd-image-placeholder-hero {
    min-height: 520px;
}

.gd-image-placeholder > div {
    max-width: 32rem;
}

.gd-image-placeholder-label {
    display: inline-flex;
    margin-bottom: 0.9rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.14);
}

.gd-image-placeholder p {
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.8;
}

.gd-image-placeholder-problem,
.gd-image-placeholder-dashboard {
    color: var(--gd-text);
    border-color: rgba(5, 47, 139, 0.14);
    background:
        linear-gradient(
            135deg,
            rgba(5, 47, 139, 0.06),
            rgba(21, 197, 207, 0.08)
        ),
        #fff;
    box-shadow: var(--gd-shadow);
}

.gd-image-placeholder-problem .gd-image-placeholder-label,
.gd-image-placeholder-dashboard .gd-image-placeholder-label {
    background: rgba(5, 47, 139, 0.08);
    color: var(--gd-primary);
}

.gd-image-placeholder-problem p,
.gd-image-placeholder-dashboard p {
    color: var(--gd-muted);
}

.gd-image-placeholder-dark {
    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.12),
            rgba(255, 255, 255, 0.06)
        ),
        rgba(255, 255, 255, 0.04);
    box-shadow: 0 24px 70px rgba(3, 28, 84, 0.2);
}

.gd-floating-label {
    display: block;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 0.45rem;
    opacity: 0.8;
}

.gd-hero-floating-card,
.gd-problem-insight-card,
.gd-evalix-mini-card {
    position: absolute;
    z-index: 2;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 44px rgba(3, 28, 84, 0.16);
}

.gd-hero-floating-card {
    max-width: 250px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
}

.gd-hero-floating-card strong,
.gd-problem-insight-card strong,
.gd-evalix-mini-card strong {
    display: block;
    line-height: 1.5;
}

.gd-hero-floating-card-top {
    top: -1rem;
    right: 1.25rem;
}

.gd-hero-floating-card-bottom {
    left: -0.75rem;
    bottom: 1.5rem;
}

.gd-problem-insight-card,
.gd-evalix-mini-card {
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(5, 47, 139, 0.1);
    color: var(--gd-text);
}

.gd-problem-insight-card {
    right: 1.5rem;
    bottom: -1.2rem;
    max-width: 280px;
}

.gd-evalix-mini-card-one {
    top: 1.5rem;
    left: -1rem;
}

.gd-evalix-mini-card-two {
    right: -0.75rem;
    bottom: 1.25rem;
}

.gd-announcement-bar {
    height: 52px;
    background: var(--gd-primary-dark);
    color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.gd-announcement-track {
    width: 100%;
    overflow: hidden;
}

.gd-announcement-content {
    width: max-content;
    display: flex;
    gap: 2.2rem;
    align-items: center;
    white-space: nowrap;
    animation: gdTicker 22s linear infinite;
    padding-left: 100%;
    font-weight: 700;
}

@keyframes gdTicker {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.gd-section-heading {
    max-width: 54rem;
    margin-bottom: 3rem;
}

.gd-section-heading h2,
.gd-section-title {
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    font-weight: 900;
    margin-top: 0.9rem;
    margin-bottom: 1rem;
}

.gd-section-heading p,
.gd-section-copy,
.gd-rich-copy {
    color: var(--gd-muted);
}

.gd-section-title-light,
.gd-section-copy-light {
    color: #fff;
}

.gd-kpi-card,
.gd-info-card,
.gd-feature-card,
.gd-stakeholder-card,
.gd-solution-card,
.gd-final-cta,
.gd-gmrt-panel {
    border-radius: var(--gd-radius-lg);
}

.gd-kpi-card,
.gd-info-card,
.gd-feature-card,
.gd-stakeholder-card,
.gd-solution-card {
    height: 100%;
    border: 1px solid var(--gd-border);
    background: #fff;
    box-shadow: var(--gd-shadow-soft);
    transition:
        transform 180ms ease,
        box-shadow 180ms ease,
        border-color 180ms ease;
}

.gd-info-card:hover,
.gd-feature-card:hover,
.gd-stakeholder-card:hover,
.gd-solution-card:hover,
.gd-kpi-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--gd-shadow);
    border-color: rgba(5, 47, 139, 0.14);
}

.gd-kpi-card {
    padding: 1.7rem 1.1rem;
    text-align: center;
}

.gd-kpi-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 16px;
    background: linear-gradient(
        135deg,
        rgba(5, 47, 139, 0.12),
        rgba(21, 197, 207, 0.18)
    );
    color: var(--gd-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.gd-kpi-card strong {
    display: block;
    font-size: clamp(1.6rem, 3vw, 2.6rem);
    line-height: 1;
    font-weight: 900;
    color: var(--gd-primary);
}

.gd-kpi-card span {
    display: block;
    margin-top: 0.65rem;
    color: var(--gd-muted);
    font-weight: 600;
}

.gd-rich-copy p:last-child {
    margin-bottom: 0;
}

.gd-problem-points {
    display: grid;
    gap: 0.85rem;
    margin: 1.4rem 0;
}

.gd-problem-point {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 1rem;
    padding: 0.95rem 1rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(5, 47, 139, 0.08);
}

.gd-problem-point strong {
    color: var(--gd-primary);
    font-weight: 800;
}

.gd-problem-point span {
    color: var(--gd-muted);
}

.gd-info-card,
.gd-feature-card,
.gd-stakeholder-card,
.gd-solution-card {
    position: relative;
    padding: 1.7rem;
}

.gd-card-index {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 0.8rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(5, 47, 139, 0.35);
    font-weight: 800;
}

.gd-info-card h3,
.gd-feature-card h3,
.gd-stakeholder-card h3,
.gd-solution-card h3 {
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 0.75rem;
}

.gd-info-card p,
.gd-feature-card p,
.gd-stakeholder-card p,
.gd-solution-card p {
    margin: 0;
    color: var(--gd-muted);
    line-height: 1.75;
}

.gd-icon,
.gd-feature-icon,
.gd-stakeholder-icon {
    width: 3.3rem;
    height: 3.3rem;
    border-radius: 16px;
    background: linear-gradient(
        135deg,
        rgba(5, 47, 139, 0.12),
        rgba(21, 197, 207, 0.18)
    );
    color: var(--gd-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.gd-solution-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    background: rgba(5, 47, 139, 0.08);
    color: var(--gd-primary);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.gd-evalix-logo {
    width: min(340px, 100%);
    margin-bottom: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(245, 251, 255, 0.96));
    border: 1px solid rgba(5, 47, 139, 0.1);
    box-shadow: 0 22px 50px rgba(5, 47, 139, 0.16);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
}

.gd-evalix-logo img {
    width: 100%;
    max-width: 320px;
    height: auto;
}

.gd-evalix-logo-premium::after {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(5, 47, 139, 0.22), rgba(21, 197, 207, 0.35));
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.gd-evalix-flagship-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.9rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #052f8b, #15c5cf);
    color: #fff;
    font-size: 0.74rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: 0 12px 24px rgba(5, 47, 139, 0.2);
    margin-bottom: 0.9rem;
}

.gd-section-title-flagship {
    font-size: clamp(2.1rem, 3vw, 3.2rem);
    max-width: 13ch;
}

.gd-evalix-value-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin: 1rem 0 1.4rem;
}

.gd-evalix-value-row span {
    display: inline-flex;
    align-items: center;
    padding: 0.56rem 0.82rem;
    border-radius: 999px;
    background: rgba(5, 47, 139, 0.06);
    border: 1px solid rgba(5, 47, 139, 0.08);
    color: var(--gd-primary);
    font-size: 0.88rem;
    font-weight: 700;
}

.gd-gmrt-logo {
    width: min(300px, 100%);
    margin-bottom: 1.25rem;
}

.gd-gmrt-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.gd-check-list {
    list-style: none;
    padding: 0;
    margin: 1.4rem 0;
    display: grid;
    gap: 0.8rem;
}

.gd-check-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
    color: var(--gd-text);
}

.gd-check-list li::before {
    content: "";
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--gd-primary), var(--gd-accent));
    box-shadow: 0 0 0 6px rgba(21, 197, 207, 0.1);
}

.gd-evalix-tagline {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--gd-primary);
    margin-bottom: 1.4rem;
}

.gd-gmrt-panel {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 24px 60px rgba(3, 28, 84, 0.14);
}

.gd-section-gmrt .gd-home-btn-white {
    box-shadow: 0 18px 34px rgba(3, 28, 84, 0.16);
}

.gd-gallery-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 2.2rem;
}

.gd-recognition-heading {
    max-width: 54rem;
}

.gd-recognition-heading p {
    margin-top: 1rem;
    color: var(--gd-muted);
}

.gd-recognition-card {
    border-radius: var(--gd-radius-lg);
    overflow: hidden;
    box-shadow: var(--gd-shadow-soft);
}

.gd-recognition-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--gd-border);
    break-inside: avoid;
    margin-bottom: 1rem;
}

.gd-recognition-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.gd-recognition-grid .gd-gallery-item {
    margin-bottom: 0;
}

.gd-recognition-card img {
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.gd-recognition-card figcaption {
    position: absolute;
    inset: auto 0 0 0;
    padding: 1.15rem 1.15rem 1rem;
    background: linear-gradient(180deg, rgba(4, 16, 40, 0), rgba(4, 16, 40, 0.9));
    color: #fff;
}

.gd-recognition-card h3 {
    margin: 0.75rem 0 0.4rem;
    font-size: 1.05rem;
    font-weight: 800;
}

.gd-recognition-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.92rem;
    line-height: 1.6;
}

.gd-recognition-card .gd-gallery-badge {
    position: static;
    background: rgba(255, 255, 255, 0.18);
    color: #fff;
    backdrop-filter: blur(8px);
}

.gd-notification-card {
    height: 100%;
    padding: 1.75rem;
    border-radius: var(--gd-radius-lg);
    border: 1px solid var(--gd-border);
    background: linear-gradient(180deg, #ffffff, #f8fbff);
    box-shadow: var(--gd-shadow-soft);
    transition:
        transform 180ms ease,
        box-shadow 180ms ease;
}

.gd-notification-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--gd-shadow);
}

.gd-notification-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(5, 47, 139, 0.08);
    color: var(--gd-primary);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.gd-notification-date {
    margin-top: 1rem;
    color: var(--gd-muted);
    font-size: 0.94rem;
}

.gd-notification-card h3 {
    margin-top: 0.9rem;
    margin-bottom: 0.7rem;
    font-size: 1.18rem;
    font-weight: 800;
}

.gd-notification-card p {
    margin-bottom: 1rem;
    color: var(--gd-muted);
    line-height: 1.8;
}

.gd-inline-link {
    color: var(--gd-primary);
    font-weight: 700;
    text-decoration: none;
}

.gd-inline-link:hover {
    color: var(--gd-primary-dark);
}

.gd-gallery-tab {
    min-height: 46px;
    padding: 0.7rem 1.1rem;
    border-radius: 999px;
    border: 1px solid rgba(5, 47, 139, 0.12);
    background: rgba(5, 47, 139, 0.04);
    color: var(--gd-primary);
    font-weight: 700;
    transition: all 180ms ease;
}

.gd-gallery-tab.is-active {
    background: linear-gradient(135deg, var(--gd-primary), var(--gd-accent));
    color: #fff;
    border-color: transparent;
    box-shadow: 0 14px 30px rgba(5, 47, 139, 0.12);
}

.gd-masonry-gallery {
    column-count: 4;
    column-gap: 1rem;
}

.gd-gallery-item {
    break-inside: avoid;
    margin-bottom: 1rem;
}

.gd-gallery-placeholder {
    position: relative;
    min-height: 220px;
    border-radius: var(--gd-radius-md);
    border: 1px dashed rgba(5, 47, 139, 0.14);
    background: linear-gradient(
        135deg,
        rgba(5, 47, 139, 0.06),
        rgba(21, 197, 207, 0.08)
    );
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--gd-primary);
    font-weight: 800;
    padding: 1.25rem;
    overflow: hidden;
}

.gd-gallery-placeholder::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at top right,
        rgba(255, 255, 255, 0.55),
        transparent 30%
    );
    pointer-events: none;
}

.gd-gallery-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: inline-flex;
    align-items: center;
    padding: 0.42rem 0.72rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.78);
    color: var(--gd-primary);
}

.gd-gallery-placeholder-tall {
    min-height: 320px;
}

.gd-gallery-placeholder-wide {
    min-height: 260px;
}

.gd-final-cta {
    max-width: 52rem;
    padding: 2.4rem;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: 0 24px 60px rgba(3, 28, 84, 0.14);
}

@media (max-width: 991.98px) {
    .gd-section {
        padding: 4.75rem 0;
    }

    .gd-home-hero {
        min-height: auto;
    }

    .gd-home-hero .min-vh-100 {
        min-height: auto !important;
    }

    .gd-home-hero-title,
    .gd-section-heading h2,
    .gd-section-title {
        max-width: none;
    }

    .gd-image-placeholder {
        min-height: 360px;
    }

    .gd-image-placeholder-hero {
        min-height: 430px;
    }

    .gd-hero-floating-card,
    .gd-problem-insight-card,
    .gd-evalix-mini-card {
        position: static;
        margin-top: 1rem;
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .gd-section {
        padding: 4rem 0;
    }

    .gd-home-hero-title {
        font-size: clamp(2.4rem, 10vw, 3.4rem);
    }

    .gd-home-hero-actions,
    .gd-gallery-tabs,
    .gd-hero-trust-row {
        flex-direction: column;
        align-items: stretch;
    }

    .gd-home-btn,
    .gd-gallery-tab {
        width: 100%;
    }

    .gd-evalix-logo {
        max-width: 100%;
    }

    .gd-evalix-value-row {
        flex-direction: column;
        align-items: stretch;
    }

    .gd-recognition-grid {
        grid-template-columns: 1fr;
    }

    .gd-image-placeholder {
        min-height: 300px;
        padding: 1.4rem;
    }

    .gd-problem-point {
        grid-template-columns: 1fr;
        gap: 0.45rem;
    }

    .gd-masonry-gallery {
        column-count: 1;
    }

    .gd-final-cta,
    .gd-gmrt-panel {
        padding: 1.5rem;
    }
}
