:root {
    --gw-navy: #073B4C;
    --gw-teal: #00A8B5;
    --gw-aqua: #35D0BA;
    --gw-sky: #EAFBFF;
    --gw-mist: #F5F8FA;
    --gw-white: #FFFFFF;
    --gw-border: #D7E5EA;
    --gw-muted: #5E7480;
    --gw-error: #B42318;
    --gw-success: #168A5A;
    --gw-shadow: 0 24px 60px rgba(7, 59, 76, 0.16);
    font-size: 16px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

[hidden] {
    display: none !important;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background:
        linear-gradient(135deg, rgba(234, 251, 255, 0.92), rgba(245, 248, 250, 0.96)),
        repeating-linear-gradient(115deg, rgba(0, 168, 181, 0.08) 0 1px, transparent 1px 42px);
    color: var(--gw-navy);
}

button,
input,
select,
textarea {
    font: inherit;
}

.page {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.hero {
    display: grid;
    gap: 2rem;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem 1rem 3rem;
}

.hero-content {
    display: grid;
    align-content: start;
    gap: 1rem;
    min-width: 0;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 0.68rem;
    color: var(--gw-navy);
    font-weight: 800;
    font-size: 1.15rem;
    line-height: 1;
    width: fit-content;
    max-width: 100%;
}

.brand-mark {
    display: block;
    width: 2.4rem;
    height: 2.8rem;
    flex: 0 0 auto;
}

.brand-drop {
    fill: var(--gw-teal);
}

.brand-wave {
    fill: #6CC24A;
}

.brand-highlight {
    fill: none;
    stroke: rgba(255, 255, 255, 0.76);
    stroke-linecap: round;
    stroke-width: 3;
}

.brand-text {
    letter-spacing: 0;
    white-space: nowrap;
}

.eyebrow {
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--gw-teal);
}

.hero h1,
.support-section h2 {
    margin: 0;
    color: var(--gw-navy);
    line-height: 1.03;
    letter-spacing: 0;
}

.hero h1 {
    max-width: 11ch;
    font-size: clamp(2.7rem, 7vw, 5.25rem);
    overflow-wrap: break-word;
}

.hero p {
    max-width: 42rem;
    margin: 0;
    color: var(--gw-muted);
    font-size: 1.08rem;
    line-height: 1.65;
    overflow-wrap: break-word;
}

.trust-list {
    padding: 0;
    margin: 0.25rem 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
}

.trust-list li {
    min-width: 0;
    min-height: 2.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.8rem;
    border: 1px solid rgba(0, 168, 181, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--gw-navy);
    font-size: 0.92rem;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.trust-list li::before {
    content: "";
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: var(--gw-aqua);
    box-shadow: 0 0 0 0.22rem rgba(53, 208, 186, 0.18);
}

.hero-note {
    display: grid;
    gap: 0.25rem;
    max-width: 36rem;
    margin-top: 0.5rem;
    padding: 1rem 1.1rem;
    border-left: 4px solid var(--gw-teal);
    background: rgba(255, 255, 255, 0.68);
    color: var(--gw-muted);
    line-height: 1.5;
}

.hero-note strong {
    color: var(--gw-navy);
}

.hero-card {
    width: 100%;
    min-width: 0;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 8px;
    padding: clamp(1.1rem, 3vw, 2rem);
    box-shadow: var(--gw-shadow);
    border: 1px solid rgba(215, 229, 234, 0.86);
}

.form-card-intro {
    display: grid;
    gap: 0.35rem;
    margin-bottom: 1.25rem;
}

.form-card-intro span {
    color: var(--gw-teal);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.form-card-intro p {
    margin: 0;
    color: var(--gw-muted);
    line-height: 1.55;
    overflow-wrap: break-word;
}

.progress {
    margin-bottom: 1.5rem;
}

.progress-meta {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.75rem;
    color: var(--gw-muted);
    font-size: 0.9rem;
    font-weight: 700;
}

.progress-track {
    height: 0.55rem;
    background: #E0EEF2;
    border-radius: 999px;
    overflow: hidden;
    margin-bottom: 0.85rem;
}

.progress-bar {
    height: 100%;
    width: 33%;
    background: linear-gradient(90deg, var(--gw-teal), var(--gw-aqua));
    transition: width 0.25s ease;
}

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

.progress-step {
    min-width: 0;
    min-height: 2.2rem;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--gw-mist);
    border: 1px solid var(--gw-border);
    color: var(--gw-muted);
    font-weight: 800;
}

.progress-step.is-active {
    background: var(--gw-navy);
    border-color: var(--gw-navy);
    color: var(--gw-white);
}

form {
    display: grid;
    gap: 1.25rem;
    min-width: 0;
}

.form-step {
    display: none;
    animation: fadeIn 0.18s ease-in;
}

.form-step.is-active {
    display: grid;
    gap: 1rem;
}

.form-step h2 {
    margin: 0;
    color: var(--gw-navy);
    font-size: 1.45rem;
    line-height: 1.2;
}

.form-step > p {
    margin: -0.25rem 0 0;
    color: var(--gw-muted);
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(4px); }
    to { opacity: 1; transform: translateY(0); }
}

.field {
    display: grid;
    gap: 0.5rem;
    min-width: 0;
}

.field label {
    font-weight: 750;
    color: var(--gw-navy);
}

.field input,
.field select,
.field textarea {
    width: 100%;
    min-width: 0;
    min-height: 3rem;
    padding: 0.78rem 0.9rem;
    border-radius: 8px;
    border: 1px solid var(--gw-border);
    background: var(--gw-white);
    color: var(--gw-navy);
    font-size: 1rem;
    outline: none;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.field textarea {
    min-height: 7rem;
    resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: var(--gw-teal);
    box-shadow: 0 0 0 4px rgba(0, 168, 181, 0.14);
}

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

.checkbox-grid label {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    min-height: 3.25rem;
    padding: 0.85rem;
    border: 1px solid var(--gw-border);
    border-radius: 8px;
    background: var(--gw-white);
    color: var(--gw-navy);
    font-weight: 700;
    line-height: 1.35;
    cursor: pointer;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.checkbox-grid label:hover {
    border-color: rgba(0, 168, 181, 0.55);
    background: #F8FEFF;
}

.checkbox-grid label:has(input:checked) {
    border-color: var(--gw-teal);
    background: var(--gw-sky);
    box-shadow: 0 0 0 2px rgba(0, 168, 181, 0.1);
}

.checkbox-grid input,
.checkbox input {
    width: 1rem;
    min-width: 1rem;
    height: 1rem;
    margin-top: 0.18rem;
    accent-color: var(--gw-teal);
}

.field.checkbox {
    padding: 1rem;
    border: 1px solid rgba(0, 168, 181, 0.18);
    border-radius: 8px;
    background: #F8FEFF;
}

.field.checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
    color: var(--gw-muted);
    font-size: 0.93rem;
    font-weight: 600;
    line-height: 1.55;
}

.step-actions {
    display: flex;
    gap: 0.85rem;
    justify-content: flex-end;
    padding-top: 0.25rem;
}

.button {
    min-height: 3rem;
    padding: 0.8rem 1.4rem;
    border-radius: 8px;
    border: 1px solid var(--gw-navy);
    background: var(--gw-navy);
    color: var(--gw-white);
    font-weight: 800;
    cursor: pointer;
    transition: transform 0.16s ease, box-shadow 0.16s ease, background 0.16s ease;
}

.button:hover {
    transform: translateY(-1px);
    background: #0A465A;
    box-shadow: 0 12px 22px rgba(7, 59, 76, 0.18);
}

.button.secondary {
    background: var(--gw-white);
    color: var(--gw-navy);
    border-color: var(--gw-border);
}

.button.secondary:hover {
    background: var(--gw-mist);
    box-shadow: none;
}

.honeypot {
    display: none;
}

.hint {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.45;
    color: var(--gw-muted);
    overflow-wrap: break-word;
}

.error-message {
    margin: 0;
    color: var(--gw-error);
    font-size: 0.9rem;
    font-weight: 800;
}

.privacy-link {
    width: fit-content;
    font-size: 0.9rem;
    color: var(--gw-teal);
    text-decoration: none;
    font-weight: 800;
}

.privacy-link:hover {
    text-decoration: underline;
}

.show-errors input:invalid,
.show-errors select:invalid,
.show-errors textarea:invalid {
    border-color: var(--gw-error);
}

.recaptcha {
    margin-top: 0.5rem;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 0.15rem;
}

.support-section {
    width: 100%;
    max-width: 1180px;
    min-width: 0;
    margin: 0 auto;
    padding: 3rem 1rem;
}

.section-heading {
    display: grid;
    gap: 0.65rem;
    max-width: 46rem;
    margin-bottom: 1.35rem;
}

.support-section h2 {
    font-size: clamp(2rem, 4vw, 3rem);
}

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

.info-card {
    min-height: 13rem;
    display: grid;
    align-content: start;
    gap: 0.7rem;
    padding: 1.25rem;
    border: 1px solid var(--gw-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 12px 28px rgba(7, 59, 76, 0.06);
}

.card-number {
    width: 2rem;
    height: 2rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--gw-sky);
    color: var(--gw-teal);
    font-weight: 900;
}

.info-card h3,
.faq-list summary {
    margin: 0;
    color: var(--gw-navy);
    font-size: 1.08rem;
    line-height: 1.3;
}

.info-card p,
.faq-list p {
    margin: 0;
    color: var(--gw-muted);
    line-height: 1.6;
}

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

.faq-list details {
    border: 1px solid var(--gw-border);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    padding: 1rem 1.15rem;
}

.faq-list summary {
    cursor: pointer;
    font-weight: 800;
}

.faq-list details[open] {
    border-color: rgba(0, 168, 181, 0.36);
}

.faq-list details[open] p {
    padding-top: 0.75rem;
}

.footer {
    text-align: center;
    padding: 1.5rem 1rem 2rem;
    font-size: 0.92rem;
    color: var(--gw-muted);
}

@media (min-width: 980px) {
    .hero {
        grid-template-columns: minmax(0, 0.9fr) minmax(28rem, 1.1fr);
        align-items: start;
        padding-top: 3rem;
    }

    .hero-card {
        position: sticky;
        top: 1.25rem;
    }
}

@media (max-width: 820px) {
    .hero h1 {
        max-width: 12ch;
    }

    .checkbox-grid,
    .info-grid {
        grid-template-columns: 1fr;
    }

    .support-section {
        padding: 2.25rem 0;
    }
}

@media (max-width: 640px) {
    .hero {
        width: 100%;
        max-width: 100%;
        padding: 1rem 0.75rem 2rem;
        gap: 1.2rem;
    }

    .hero-content,
    .hero-card {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .brand-mark {
        width: 2.1rem;
        height: 2.45rem;
    }

    .hero h1 {
        max-width: 10ch;
        font-size: 2.15rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .trust-list {
        display: grid;
    }

    .trust-list li {
        width: 100%;
        display: grid;
        grid-template-columns: 0.55rem minmax(0, 1fr);
        align-items: start;
        white-space: normal;
    }

    .hero-card {
        padding: 0.95rem;
    }

    .progress-meta {
        display: grid;
        grid-template-columns: 1fr;
        gap: 0.2rem;
        font-size: 0.84rem;
    }

    .form-step h2 {
        font-size: 1.25rem;
    }

    .field.checkbox {
        padding: 0.85rem;
    }

    .step-actions {
        flex-direction: column-reverse;
        gap: 0.7rem;
    }

    .button {
        width: 100%;
    }

    .support-section {
        width: 100%;
        max-width: 100%;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}
