[hidden] { display: none !important; }

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

.consortium-page { background: var(--navy); }

.consortium-hero {
    background:
        radial-gradient(circle at 88% 13%, rgba(0, 199, 165, 0.1), transparent 29%),
        linear-gradient(180deg, var(--navy) 0%, var(--navy-soft) 100%);
}

.consortium-journey {
    top: 5%;
    left: 39%;
    width: min(65vw, 920px);
    opacity: 0.25;
}

.consortium-hero-grid {
    min-height: 760px;
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(520px, 1.14fr);
    align-items: center;
    gap: 68px;
    padding-block: 70px 88px;
}

.consortium-hero .hero-copy { padding-block: 20px; }
.consortium-hero .hero-description { max-width: 580px; }
.consortium-hero .legal-note { max-width: 570px; }

.simulator-card {
    position: relative;
    z-index: 2;
    scroll-margin-top: 100px;
    overflow: hidden;
    padding: 34px;
    border: 1px solid rgba(230, 232, 236, 0.14);
    border-radius: 20px 20px 20px 7px;
    background:
        linear-gradient(145deg, rgba(17, 37, 56, 0.95), rgba(13, 28, 43, 0.98));
    box-shadow: 0 30px 76px rgba(0, 0, 0, 0.28);
}

.simulator-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--teal), var(--gold));
}

.simulator-card::after {
    content: "";
    position: absolute;
    right: -46px;
    bottom: -72px;
    z-index: -1;
    width: 230px;
    aspect-ratio: 1 / 1;
    background: url("../img/brand/glid-symbol-v11.png") center / contain no-repeat;
    opacity: 0.028;
    pointer-events: none;
}

.simulator-heading > p,
.result-intro > p {
    margin: 0 0 9px;
    color: var(--mint);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.simulator-heading h2 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(1.45rem, 2vw, 1.85rem);
    line-height: 1.2;
    letter-spacing: -0.035em;
}

.simulator-heading > span {
    display: block;
    margin-top: 10px;
    color: var(--muted);
    font-size: 0.84rem;
}

.simulator-progress {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 7px;
    margin: 26px 0 30px;
    padding: 0;
    list-style: none;
}

.simulator-progress li {
    display: grid;
    gap: 7px;
    color: #9aa7b2;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.simulator-progress li > span {
    height: 3px;
    border-radius: 999px;
    background: rgba(230, 232, 236, 0.1);
    transition: background 180ms ease;
}

.simulator-progress li.is-active,
.simulator-progress li.is-complete { color: var(--text); }
.simulator-progress li.is-active > span { background: var(--gold); }
.simulator-progress li.is-complete > span { background: var(--teal); }

.simulator-step {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.simulator-step h3,
.result-intro h3 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 1.18rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.025em;
}

.step-description {
    margin: 7px 0 20px;
    color: var(--muted);
    font-size: 0.82rem;
}

.option-grid {
    display: grid;
    gap: 10px;
}

.category-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.option-list { display: grid; gap: 9px; }

.sim-option {
    min-width: 0;
    min-height: 104px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border: 1px solid var(--border-dark);
    border-radius: 14px 14px 14px 5px;
    outline: none;
    background: rgba(7, 19, 33, 0.54);
    color: var(--text);
    text-align: left;
    cursor: pointer;
    transition: border-color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.category-grid .sim-option {
    min-height: 150px;
    align-items: flex-start;
    flex-direction: column;
}

.sim-option:hover {
    border-color: rgba(101, 226, 192, 0.28);
    background: rgba(17, 37, 56, 0.82);
    transform: translateY(-1px);
}

.sim-option.is-selected,
.sim-option[aria-pressed="true"] {
    border-color: rgba(101, 226, 192, 0.55);
    background: linear-gradient(145deg, rgba(0, 199, 165, 0.13), rgba(17, 37, 56, 0.88));
    box-shadow: inset 0 0 0 1px rgba(101, 226, 192, 0.08);
}

.sim-option-icon,
.process-icon {
    width: 46px;
    height: 46px;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(101, 226, 192, 0.2);
    border-radius: 11px 11px 11px 4px;
    background: linear-gradient(145deg, rgba(0, 199, 165, 0.1), rgba(17, 37, 56, 0.58));
    color: var(--mint);
}

.sim-option-icon::after,
.process-icon::after {
    content: "";
    position: absolute;
    right: 4px;
    bottom: 4px;
    width: 7px;
    height: 7px;
    border-right: 1px solid rgba(234, 176, 91, 0.58);
    border-bottom: 1px solid rgba(234, 176, 91, 0.58);
}

.sim-option-icon svg,
.process-icon svg {
    width: 26px;
    height: 26px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: square;
    stroke-linejoin: miter;
}

.sim-option-icon .icon-accent,
.process-icon .icon-accent,
.technology-panel .icon-accent { stroke: var(--gold); }

.sim-option strong,
.sim-option small { display: block; }

.sim-option strong {
    font-family: var(--font-heading);
    font-size: 0.88rem;
    font-weight: 600;
}

.sim-option small {
    margin-top: 4px;
    color: var(--muted);
    font-size: 0.7rem;
    line-height: 1.4;
}

.moment-option { min-height: 72px; }
.moment-option strong { font-size: 0.87rem; }
.moment-option small { font-size: 0.72rem; }

.simulator-next { width: 100%; margin-top: 18px; }
.button:disabled { opacity: 0.42; cursor: not-allowed; transform: none; box-shadow: none; }

.sim-error {
    margin: 12px 0 0;
    color: #ffb6ab;
    font-size: 0.76rem;
}

.credit-selector {
    position: relative;
    padding: 22px;
    border: 1px solid var(--border-dark);
    border-radius: 14px;
    background: rgba(7, 19, 33, 0.52);
}

.credit-selector label {
    display: block;
    color: var(--muted);
    font-size: 0.72rem;
    font-weight: 600;
}

.credit-selector output {
    display: block;
    margin: 7px 0 22px;
    color: var(--text);
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 4vw, 2.55rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.045em;
}

#credit-range {
    width: 100%;
    height: 28px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
    accent-color: var(--teal);
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}

#credit-range::-webkit-slider-runnable-track {
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--teal), rgba(101, 226, 192, 0.2));
}

#credit-range::-webkit-slider-thumb {
    width: 22px;
    height: 22px;
    margin-top: -8px;
    border: 4px solid var(--navy);
    border-radius: 50%;
    appearance: none;
    -webkit-appearance: none;
    background: var(--gold);
    box-shadow: 0 0 0 1px rgba(234, 176, 91, 0.4);
}

#credit-range::-moz-range-track {
    height: 5px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--teal), rgba(101, 226, 192, 0.2));
}

#credit-range::-moz-range-thumb {
    width: 16px;
    height: 16px;
    border: 4px solid var(--navy);
    border-radius: 50%;
    background: var(--gold);
}

.range-scale {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
    color: #71818f;
    font-size: 0.66rem;
}

.reference-note {
    margin: 13px 0 0;
    color: var(--muted);
    font-size: 0.71rem;
}

.simulator-actions {
    display: grid;
    grid-template-columns: 0.7fr 1.3fr;
    gap: 10px;
    margin-top: 20px;
}

.button-quiet {
    border-color: var(--border-dark);
    background: transparent;
    color: var(--text);
}

.button-quiet:hover {
    border-color: rgba(101, 226, 192, 0.35);
    background: rgba(101, 226, 192, 0.06);
    box-shadow: none;
}

.urgency-warning {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 10px;
    margin-top: 12px;
    padding: 13px 14px;
    border: 1px solid rgba(234, 176, 91, 0.28);
    border-radius: 12px;
    background: rgba(234, 176, 91, 0.08);
}

.urgency-warning svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: var(--gold);
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.urgency-warning p {
    margin: 0;
    color: #c8d0d7;
    font-size: 0.72rem;
    line-height: 1.5;
}

.urgency-warning strong { color: var(--text); }

.simulator-result {
    padding-top: 2px;
    animation: result-in 260ms ease both;
}

@keyframes result-in {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.result-category {
    width: fit-content;
    margin: 18px 0 10px;
    padding: 6px 10px;
    border: 1px solid rgba(101, 226, 192, 0.22);
    border-radius: 999px;
    background: rgba(0, 199, 165, 0.08);
    color: var(--mint);
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.result-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    margin: 0;
    border: 1px solid var(--border-dark);
    border-radius: 14px;
    background: var(--border-dark);
}

.result-grid > div {
    min-height: 98px;
    padding: 18px;
    background: rgba(7, 19, 33, 0.72);
}

.result-grid .result-primary {
    grid-column: 1 / -1;
    min-height: 118px;
    background: linear-gradient(145deg, rgba(0, 199, 165, 0.12), rgba(7, 19, 33, 0.74));
}

.result-grid dt {
    color: var(--muted);
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.result-grid dd {
    margin: 7px 0 0;
    color: var(--text);
    font-family: var(--font-heading);
    font-size: 1.02rem;
    font-weight: 600;
    line-height: 1.3;
}

.result-grid .result-primary dd {
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1;
    letter-spacing: -0.05em;
}

.result-context {
    margin-top: 11px;
    padding: 12px 14px;
    border-radius: 10px;
    background: rgba(101, 226, 192, 0.06);
    color: #b9c6cf;
    font-size: 0.73rem;
}

.result-context.is-caution {
    border: 1px solid rgba(234, 176, 91, 0.25);
    background: rgba(234, 176, 91, 0.07);
    color: #d2c4ad;
}

.reduced-note {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 12px;
    align-items: start;
    margin-top: 12px;
    padding: 14px;
    border: 1px solid var(--border-dark);
    border-radius: 12px;
    background: rgba(17, 37, 56, 0.5);
}

.reduced-note p {
    margin: 2px 0 0;
    color: var(--muted);
    font-size: 0.71rem;
    line-height: 1.5;
}

.reduced-note strong { color: var(--text); }

.result-disclaimer {
    margin: 12px 0 0;
    color: #748493;
    font-size: 0.68rem;
}

.result-lead {
    margin-top: 20px;
    padding-top: 19px;
    border-top: 1px solid var(--border-dark);
}

.result-lead h4 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 600;
}

.result-lead > p {
    margin: 5px 0 14px;
    color: var(--muted);
    font-size: 0.72rem;
}

.result-lead .form-split { margin-top: 0; }
.result-lead .form-row input { background: rgba(7, 19, 33, 0.74); }

.result-submit {
    width: 100%;
    margin-top: 14px;
}

.result-submit svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.restart-button {
    display: block;
    margin: 16px auto 0;
    padding: 6px;
    border: 0;
    background: transparent;
    color: var(--mint);
    font-size: 0.74rem;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.technology-section,
.comparison-section,
.consortium-guide { padding-block: 112px; }

.technology-section {
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--border-dark);
    background:
        radial-gradient(circle at 15% 5%, rgba(0, 199, 165, 0.055), transparent 31%),
        var(--navy-soft);
}

.technology-section::after {
    content: "";
    position: absolute;
    right: 4%;
    bottom: -40px;
    width: min(30vw, 380px);
    aspect-ratio: 1 / 1;
    background: url("../img/brand/glid-symbol-v11.png") center / contain no-repeat;
    opacity: 0.025;
    pointer-events: none;
}

.technology-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
    gap: 82px;
    align-items: center;
}

.technology-copy h2 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3.6vw, 3.35rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.technology-copy > p:not(.eyebrow) {
    max-width: 590px;
    margin: 20px 0 0;
    color: var(--muted);
    font-size: 0.95rem;
}

.technology-panel {
    overflow: hidden;
    border: 1px solid var(--border-dark);
    border-radius: var(--radius);
    background: var(--border-dark);
}

.technology-panel article {
    display: grid;
    grid-template-columns: 48px 1fr;
    gap: 18px;
    align-items: start;
    padding: 26px;
    background: var(--surface);
}

.technology-panel article + article { border-top: 1px solid var(--border-dark); }
.technology-panel h3 { margin: 1px 0 7px; font-family: var(--font-heading); font-size: 1rem; font-weight: 600; }
.technology-panel p { margin: 0; color: var(--muted); font-size: 0.81rem; }

.comparison-section {
    box-shadow: inset 0 1px rgba(7, 19, 33, 0.08), inset 0 -1px rgba(7, 19, 33, 0.08);
}

.comparison-table-wrap {
    overflow-x: auto;
    border: 1px solid var(--border-light);
    border-radius: var(--radius);
    background: white;
    box-shadow: 0 18px 50px rgba(7, 19, 33, 0.07);
}

.comparison-scroll-note {
    display: none;
    margin: -20px 0 12px;
    color: var(--ink-muted);
    font-size: 0.72rem;
}

.comparison-table {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    color: var(--ink);
}

.comparison-table th,
.comparison-table td {
    padding: 21px 22px;
    border-bottom: 1px solid rgba(7, 19, 33, 0.09);
    text-align: left;
    vertical-align: top;
    font-size: 0.84rem;
}

.comparison-table thead th {
    background: var(--navy);
    color: var(--text);
    font-family: var(--font-heading);
    font-size: 0.78rem;
    font-weight: 600;
}

.comparison-table thead th:first-child { color: var(--mint); }
.comparison-table tbody th { width: 19%; color: var(--ink); font-family: var(--font-heading); font-weight: 600; }
.comparison-table tbody td { width: 40.5%; color: var(--ink-muted); }
.comparison-table tbody tr:last-child th,
.comparison-table tbody tr:last-child td { border-bottom: 0; }

.roles-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
    gap: 58px;
    align-items: center;
    margin-top: 30px;
    padding: 34px;
    border: 1px solid var(--border-light);
    border-radius: var(--radius);
    background: #eef3f4;
}

.roles-panel h3 {
    margin: 0;
    font-family: var(--font-heading);
    font-size: 1.35rem;
    line-height: 1.3;
    letter-spacing: -0.03em;
}

.roles-panel > p { margin: 0; color: var(--ink-muted); font-size: 0.88rem; }

.consortium-guide {
    position: relative;
    background:
        radial-gradient(circle at 88% 8%, rgba(0, 199, 165, 0.05), transparent 28%),
        var(--navy);
}

.consortium-process-list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.consortium-process-list::before {
    content: "";
    position: absolute;
    top: 24px;
    right: 8%;
    left: 4%;
    height: 1px;
    background: linear-gradient(90deg, var(--teal), rgba(0, 199, 165, 0.08));
}

.consortium-process-list li { position: relative; padding-top: 74px; }
.process-icon { position: absolute; top: 0; left: 0; z-index: 1; background: var(--navy); }
.consortium-process-list h3 { margin: 0; font-family: var(--font-heading); font-size: 1rem; font-weight: 600; }
.consortium-process-list p { margin: 9px 0 0; color: var(--muted); font-size: 0.81rem; }

.fit-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 70px;
}

.fit-grid article {
    padding: 30px;
    border: 1px solid var(--border-dark);
    border-radius: var(--radius);
    background: var(--surface);
}

.fit-label {
    width: fit-content;
    margin: 0 0 18px;
    padding: 5px 9px;
    border-radius: 999px;
    font-size: 0.66rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.fit-label-positive { background: rgba(0, 199, 165, 0.1); color: var(--mint); }
.fit-label-caution { background: rgba(234, 176, 91, 0.1); color: #f3c878; }
.fit-grid h3 { margin: 0; font-family: var(--font-heading); font-size: 1.22rem; font-weight: 600; }
.fit-grid ul { display: grid; gap: 9px; margin: 20px 0 0; padding: 0; list-style: none; }
.fit-grid li { display: flex; gap: 10px; color: var(--muted); font-size: 0.84rem; }
.fit-grid li::before { content: ""; width: 7px; height: 7px; flex: 0 0 auto; margin-top: 8px; border-radius: 50%; background: var(--teal); }
.fit-grid article:last-child li::before { background: var(--gold); }

.consortium-cta { padding-block: 84px; }
.final-cta-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 70px; align-items: center; }

.final-cta-grid h2 {
    max-width: 700px;
    margin: 0;
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3.7vw, 3.3rem);
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.final-cta-grid > div > p:not(.eyebrow) {
    margin: 18px 0 0;
    color: rgba(7, 19, 33, 0.72);
}

.final-cta-action {
    min-width: 280px;
    display: grid;
    gap: 11px;
    justify-items: stretch;
}

.final-cta-button {
    border-color: var(--navy);
    background: var(--navy);
    color: var(--text);
}

.final-cta-button:hover { background: var(--navy-soft); }
.final-cta-action span { max-width: 300px; color: rgba(7, 19, 33, 0.67); font-size: 0.7rem; text-align: center; }

.consortium-page .whatsapp-float {
    transition: background 180ms ease, transform 180ms ease, opacity 180ms ease, visibility 180ms ease;
}

.consortium-page .whatsapp-float.is-simulator-result {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px);
}

@media (max-width: 1080px) {
    .consortium-hero-grid { grid-template-columns: minmax(0, 0.82fr) minmax(500px, 1.18fr); gap: 42px; }
    .simulator-card { padding: 28px; }
    .technology-grid { gap: 54px; }
}

@media (max-width: 900px) {
    .consortium-hero-grid {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 54px;
        padding-block: 68px 82px;
    }

    .consortium-hero .hero-copy { max-width: 720px; padding-block: 0; }
    .consortium-journey { top: 12%; left: 31%; width: 94vw; }
    .simulator-card { width: min(100%, 700px); margin-inline: auto; }
    .technology-grid { grid-template-columns: 1fr; gap: 44px; }
    .technology-copy { max-width: 720px; }
    .roles-panel { grid-template-columns: 1fr; gap: 18px; }
    .consortium-process-list { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 44px; }
    .consortium-process-list::before { display: none; }
    .final-cta-grid { grid-template-columns: 1fr; gap: 32px; }
    .final-cta-action { min-width: 0; justify-items: start; }
    .final-cta-action span { text-align: left; }
}

@media (max-width: 720px) {
    .comparison-scroll-note { display: block; }
}

@media (max-width: 640px) {
    .consortium-hero-grid { gap: 40px; padding-block: 52px 68px; }
    .consortium-hero .hero-actions { margin-top: 28px; }
    .simulator-card { padding: 24px 18px; border-radius: 16px 16px 16px 6px; }
    .simulator-heading h2 { font-size: 1.35rem; }
    .simulator-progress { margin-block: 23px 26px; }
    .simulator-progress li { font-size: 0.65rem; }
    .category-grid { grid-template-columns: 1fr; }
    .category-grid .sim-option { min-height: 76px; align-items: center; flex-direction: row; }
    .sim-option { padding: 13px; }
    .credit-selector { padding: 18px; }
    .simulator-actions { grid-template-columns: 1fr; }
    .simulator-actions .button-quiet { order: 2; }
    .result-grid { grid-template-columns: 1fr; }
    .result-grid .result-primary { grid-column: auto; }
    .result-grid > div { min-height: 88px; }
    .result-lead .form-split { grid-template-columns: 1fr; }
    .technology-section,
    .comparison-section,
    .consortium-guide { padding-block: 78px; }
    .technology-panel article { padding: 22px 18px; }
    .comparison-table th,
    .comparison-table td { padding: 18px 16px; }
    .roles-panel { padding: 25px 20px; }
    .consortium-process-list,
    .fit-grid { grid-template-columns: 1fr; }
    .consortium-process-list { gap: 34px; }
    .consortium-process-list li { min-height: 0; padding: 0 0 0 65px; }
    .fit-grid { margin-top: 56px; }
    .fit-grid article { padding: 24px 20px; }
    .consortium-cta { padding-block: 72px; }
    .final-cta-action { width: 100%; }
    .final-cta-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .simulator-result { animation: none; }
}
