.elementor-32071201 .elementor-element.elementor-element-da5d703{margin-top:0px;margin-bottom:0px;}/* Start custom CSS for html, class: .elementor-element-8f557e4 */.clg-response-page {
    --clg-bg-dark: #021a24;
    --clg-bg-teal: #003B49;
    --clg-gold: #FFB400;
    --clg-gold-hover: #e6a300;
    --clg-text-light: #e0e6ed;
    --clg-text-white: #ffffff;
    --clg-text-muted: #aebfd0;
    --clg-glass-bg: rgba(255, 255, 255, 0.035);
    --clg-glass-bg-hover: rgba(255, 255, 255, 0.06);
    --clg-glass-border: rgba(255, 255, 255, 0.09);

    background-color: var(--clg-bg-dark);
    background-image:
        radial-gradient(circle at 100% 0%, rgba(0, 59, 73, 0.55) 0%, transparent 48%),
        radial-gradient(circle at 0% 100%, rgba(0, 59, 73, 0.32) 0%, transparent 50%);
    color: var(--clg-text-light);
    font-family: 'Montserrat', sans-serif;
    line-height: 1.6;
    padding-bottom: 90px;
    overflow: hidden;
}

.clg-response-page * {
    box-sizing: border-box;
}

.clg-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

.clg-gold-text {
    color: var(--clg-gold);
}

.clg-small-label {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--clg-gold);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.clg-section-header {
    max-width: 900px;
    margin: 0 auto 54px;
    text-align: center;
}

.clg-section-title {
    font-size: 2.5rem;
    color: var(--clg-text-white);
    text-align: center;
    margin: 0;
    font-weight: 700;
    line-height: 1.2;
}

.clg-section-intro {
    max-width: 780px;
    margin: 22px auto 0;
    color: var(--clg-text-muted);
    font-size: 1rem;
    line-height: 1.75;
}

.clg-response-hero {
    padding: 100px 0 85px;
}

.clg-response-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 64px;
    align-items: center;
}

.clg-badge {
    display: inline-block;
    padding: 7px 17px;
    background: rgba(255, 180, 0, 0.1);
    color: var(--clg-gold);
    border: 1px solid rgba(255, 180, 0, 0.24);
    border-radius: 50px;
    font-size: 0.84rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 24px;
}

.clg-title {
    font-size: 3.45rem;
    color: var(--clg-text-white);
    line-height: 1.08;
    margin: 0 0 26px;
    font-weight: 800;
}

.clg-subtitle {
    font-size: 1.15rem;
    color: var(--clg-text-light);
    max-width: 94%;
    opacity: 0.92;
    margin: 0;
}

.clg-btn-group {
    display: flex;
    gap: 18px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.clg-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 30px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

button.clg-btn {
    font-family: inherit;
    appearance: none;
    -webkit-appearance: none;
}

.clg-btn-primary {
    background-color: var(--clg-gold);
    color: #000000 !important;
    border: 1px solid var(--clg-gold);
    box-shadow: 0 4px 15px rgba(255, 180, 0, 0.2);
}

.clg-btn-primary:hover {
    background-color: var(--clg-gold-hover);
    border-color: var(--clg-gold-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 180, 0, 0.3);
}

.clg-btn-icon {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.clg-btn-label-short {
    display: none;
}

.clg-btn-label-full {
    display: inline;
}

.clg-glass-card {
    background: var(--clg-glass-bg);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid var(--clg-glass-border);
    border-radius: 14px;
    padding: 42px;
    position: relative;
    overflow: hidden;
}

.clg-statement-card {
    border-top: 4px solid var(--clg-gold);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.28);
}

.clg-statement-label {
    display: inline-block;
    color: var(--clg-gold);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.clg-statement-card blockquote {
    font-size: 1.28rem;
    color: var(--clg-text-white);
    font-style: italic;
    font-weight: 500;
    margin: 0;
    border: none;
    padding: 0;
}

.clg-response-section {
    padding: 70px 0 40px;
}

.clg-response-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
}

.clg-span-2 {
    grid-column: 1 / -1;
}

.clg-response-card {
    position: relative;
    min-height: 360px;
    padding: 36px;
    background: var(--clg-glass-bg);
    border: 1px solid var(--clg-glass-border);
    border-radius: 14px;
    overflow: hidden;
    transition: transform 0.35s ease, background-color 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.clg-response-card:hover {
    border-color: rgba(255, 180, 0, 0.34);
    background: var(--clg-glass-bg-hover);
    transform: translateY(-5px);
    box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
}

.clg-card-number {
    position: absolute;
    top: -12px;
    right: 18px;
    font-size: 6rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.028);
    line-height: 1;
    pointer-events: none;
}

.clg-response-card h3 {
    position: relative;
    z-index: 1;
    color: var(--clg-text-white);
    font-size: 1.4rem;
    margin: 0 0 25px;
    font-weight: 700;
}

.clg-attack-box,
.clg-answer-box {
    position: relative;
    z-index: 1;
    margin-bottom: 22px;
}

.clg-answer-box {
    margin-bottom: 0;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.clg-label {
    display: inline-block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #8b9cad;
    margin-bottom: 9px;
    font-weight: 700;
}

.clg-gold-label {
    color: var(--clg-gold);
}

.clg-response-card p {
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.72;
}

.clg-attack-box p {
    font-style: italic;
    color: var(--clg-text-muted);
}

.clg-answer-box p {
    color: var(--clg-text-white);
    font-weight: 500;
}

.clg-proof-section {
    padding: 85px 0 30px;
}

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

.clg-proof-card {
    padding: 30px 26px;
    background: rgba(255, 255, 255, 0.038);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 14px;
    text-align: center;
    transition: transform 0.35s ease, border-color 0.35s ease, background-color 0.35s ease;
}

.clg-proof-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 180, 0, 0.35);
    background: rgba(255, 255, 255, 0.06);
}

.clg-proof-value {
    color: var(--clg-gold);
    font-size: 2.4rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 16px;
}

.clg-proof-card h3 {
    color: var(--clg-text-white);
    font-size: 1.1rem;
    margin: 0 0 12px;
    font-weight: 700;
}

.clg-proof-card p {
    color: var(--clg-text-muted);
    font-size: 0.92rem;
    line-height: 1.6;
    margin: 0;
}

.clg-public-answer-section {
    padding: 85px 0 30px;
}

.clg-public-answer-card {
    max-width: 980px;
    margin: 0 auto;
    padding: 44px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-left: 4px solid var(--clg-gold);
    border-radius: 14px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.2);
}

.clg-public-answer-card h3 {
    color: var(--clg-text-white);
    font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 22px;
    font-weight: 800;
}

.clg-public-answer-card p {
    color: var(--clg-text-muted);
    font-size: 1rem;
    line-height: 1.75;
    margin: 0 0 18px;
}

.clg-public-answer-card p:last-child {
    margin-bottom: 0;
}

.clg-public-highlight {
    color: var(--clg-text-white) !important;
    font-weight: 600;
}

.clg-faq-section {
    padding: 90px 0 0;
}

.clg-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    max-width: 1040px;
    margin: 0 auto;
}

.clg-faq-card {
    position: relative;
    min-height: 250px;
    padding: 34px 34px 32px;
    background: rgba(255, 255, 255, 0.038);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-top: 3px solid rgba(255, 180, 0, 0.78);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
    transition: transform 0.35s ease, border-color 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease;
}

.clg-faq-card:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 180, 0, 0.35);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.24);
}

.clg-faq-index {
    position: absolute;
    right: 24px;
    top: 18px;
    color: rgba(255, 255, 255, 0.055);
    font-size: 4.8rem;
    font-weight: 900;
    line-height: 1;
    pointer-events: none;
}

.clg-faq-question {
    position: relative;
    z-index: 1;
    max-width: 88%;
    color: var(--clg-text-white);
    font-size: 1.18rem;
    margin: 0 0 18px;
    font-weight: 700;
    line-height: 1.42;
}

.clg-faq-answer {
    position: relative;
    z-index: 1;
    color: var(--clg-text-muted);
    font-size: 0.96rem;
    line-height: 1.75;
    margin: 0;
}

.clg-pdf-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
}

.clg-pdf-modal.is-open {
    display: flex;
}

.clg-pdf-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 20%, rgba(255, 180, 0, 0.14), transparent 34%),
        radial-gradient(circle at 80% 80%, rgba(0, 59, 73, 0.74), transparent 42%),
        rgba(0, 10, 14, 0.86);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.clg-pdf-dialog {
    position: relative;
    z-index: 1;
    width: min(1480px, 98vw);
    height: min(980px, 96vh);
    display: flex;
    flex-direction: column;
    background:
        linear-gradient(145deg, rgba(2, 26, 36, 0.98), rgba(0, 59, 73, 0.96)),
        rgba(2, 26, 36, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 4px solid #FFB400;
    border-radius: 22px;
    box-shadow:
        0 40px 100px rgba(0, 0, 0, 0.58),
        0 0 0 1px rgba(255, 180, 0, 0.08) inset;
    overflow: hidden;
    animation: clgPdfIn 0.32s ease both;
}

@keyframes clgPdfIn {
    from {
        opacity: 0;
        transform: translateY(16px) scale(0.985);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.clg-pdf-header {
    flex: 0 0 auto;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 16px 22px;
    background: rgba(0, 26, 34, 0.72);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.clg-pdf-heading {
    min-width: 0;
}

.clg-pdf-kicker {
    display: block;
    margin-bottom: 4px;
    color: #FFB400;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.4px;
}

.clg-pdf-header h3 {
    margin: 0;
    color: #ffffff;
    font-size: 1.28rem;
    line-height: 1.2;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.clg-pdf-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.clg-pdf-download,
.clg-pdf-open {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 16px;
    border-radius: 7px;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    text-decoration: none !important;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.clg-pdf-download {
    background: #FFB400;
    color: #000000 !important;
    border: 1px solid #FFB400;
    box-shadow: 0 10px 24px rgba(255, 180, 0, 0.2);
}

.clg-pdf-download:hover {
    background: #e6a300;
    border-color: #e6a300;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(255, 180, 0, 0.28);
}

.clg-pdf-open {
    background: transparent;
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.24);
}

.clg-pdf-open:hover {
    color: #FFB400 !important;
    border-color: rgba(255, 180, 0, 0.55);
    background: rgba(255, 180, 0, 0.06);
    transform: translateY(-2px);
}

.clg-pdf-close {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.07);
    color: #ffffff;
    font-size: 1.9rem;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}

.clg-pdf-close:hover {
    background: rgba(255, 180, 0, 0.16);
    border-color: rgba(255, 180, 0, 0.5);
    transform: rotate(90deg);
}

.clg-pdf-viewer {
    flex: 1 1 auto;
    min-height: 0;
    padding: 10px;
    background: rgba(255, 255, 255, 0.025);
}

.clg-pdf-viewer iframe {
    width: 100%;
    height: 100%;
    min-height: 0;
    border: 0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.3);
}

.clg-pdf-mobile-fallback {
    display: none !important;
}

body.clg-pdf-lock {
    overflow: hidden;
}

@media (max-width: 992px) {
    .clg-response-hero {
        padding: 80px 0 60px;
    }

    .clg-response-hero-grid {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    .clg-title {
        font-size: 2.8rem;
    }

    .clg-subtitle {
        max-width: 100%;
    }

    .clg-response-grid {
        grid-template-columns: 1fr;
    }

    .clg-span-2 {
        grid-column: auto;
    }

    .clg-response-card {
        min-height: auto;
    }

    .clg-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .clg-faq-grid {
        grid-template-columns: 1fr;
        max-width: 720px;
    }

    .clg-faq-card {
        min-height: auto;
    }

    .clg-btn-group {
        flex-direction: column;
        width: 100%;
    }

    .clg-btn {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .clg-pdf-modal {
        padding: 8px;
    }

    .clg-pdf-dialog {
        width: 100%;
        height: 96vh;
        border-radius: 16px;
    }

    .clg-pdf-header {
        min-height: auto;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding: 14px;
    }

    .clg-pdf-header h3 {
        white-space: normal;
        font-size: 1.08rem;
    }

    .clg-pdf-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr 42px;
        gap: 8px;
    }

    .clg-pdf-download,
    .clg-pdf-open {
        width: 100%;
        min-height: 40px;
        padding: 9px 10px;
        font-size: 0.74rem;
    }

    .clg-pdf-close {
        width: 42px;
        height: 42px;
    }

    .clg-pdf-viewer {
        padding: 6px;
    }

    .clg-pdf-viewer iframe {
        display: none !important;
    }

    .clg-pdf-mobile-fallback {
        display: flex !important;
        height: 100%;
        min-height: 420px;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        padding: 40px 22px;
        border-radius: 12px;
        background:
            radial-gradient(circle at 50% 0%, rgba(255, 180, 0, 0.12), transparent 42%),
            rgba(255, 255, 255, 0.035);
        border: 1px solid rgba(255, 255, 255, 0.10);
    }

    .clg-pdf-mobile-icon {
        width: 78px;
        height: 78px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 26px;
        border-radius: 20px;
        background: #FFB400;
        color: #000000;
        font-size: 1.1rem;
        font-weight: 900;
        letter-spacing: 1px;
        box-shadow: 0 18px 40px rgba(255, 180, 0, 0.22);
    }

    .clg-pdf-mobile-fallback h4 {
        margin: 0 0 30px;
        color: #ffffff;
        font-size: 1.35rem;
        line-height: 1.3;
        font-weight: 800;
    }

    .clg-pdf-mobile-buttons {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        max-width: 360px;
    }

    .clg-pdf-mobile-primary,
    .clg-pdf-mobile-secondary {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 46px;
        padding: 13px 18px;
        border-radius: 7px;
        font-size: 0.84rem;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: 0.4px;
        text-decoration: none !important;
    }

    .clg-pdf-mobile-primary {
        background: #FFB400;
        color: #000000 !important;
        border: 1px solid #FFB400;
    }

    .clg-pdf-mobile-secondary {
        background: transparent;
        color: #ffffff !important;
        border: 1px solid rgba(255, 255, 255, 0.24);
    }
}

@media (max-width: 576px) {
    .clg-response-page {
        padding-bottom: 65px;
    }

    .clg-container {
        padding: 0 18px;
    }

    .clg-response-hero {
        padding: 62px 0 48px;
    }

    .clg-title {
        font-size: 2.12rem;
    }

    .clg-section-title {
        font-size: 2rem;
    }

    .clg-section-header {
        margin-bottom: 38px;
    }

    .clg-section-intro {
        font-size: 0.95rem;
        line-height: 1.65;
        margin-top: 18px;
    }

    .clg-glass-card,
    .clg-response-card {
        padding: 26px;
    }

    .clg-statement-card blockquote {
        font-size: 1.1rem;
    }

    .clg-proof-grid {
        grid-template-columns: 1fr;
    }

    .clg-public-answer-card {
        padding: 30px 24px;
    }

    .clg-public-answer-card h3 {
        font-size: 1.65rem;
    }

    .clg-faq-section {
        padding: 70px 0 0;
    }

    .clg-faq-grid {
        gap: 22px;
    }

    .clg-faq-card {
        padding: 28px 24px 26px;
        border-radius: 12px;
    }

    .clg-faq-index {
        font-size: 3.8rem;
        right: 18px;
        top: 16px;
    }

    .clg-faq-question {
        max-width: 92%;
        font-size: 1.05rem;
    }

    .clg-faq-answer {
        font-size: 0.92rem;
    }

    .clg-btn-label-full {
        display: none;
    }

    .clg-btn-label-short {
        display: inline;
    }
}/* End custom CSS */