:root {
    --red: #1d3b53;
    --red-dark: #01223b;
    --red-light: #0577d2;
    --gold: #0C6C39;
    --gold-light: #0C6C39;
    --black: #0A0A0A;
    --dark: #111418;
    --dark2: #1A1F26;
    --dark3: #232931;
    --mid: #2E3540;
    --grey: #8A95A3;
    --light: #E8EDF2;
    --white: #FFFFFF;
    --green-deep: #0a3d1f;
    --green-mid: #0c6c39;
    --green-bright: #16a34a;
    --green-pale: #dcfce7;
    --cream: #fafaf7;
    --ink: #0f1a10;
    --ink-muted: #3d5240;
    --ink-faint: #6b7f6e;
    --border: rgba(10,61,31,0.12);
}



/* ─── HERO ─── */
.hero {
    min-height: 100vh;
    display: flex; flex-direction: column; justify-content: center;
    padding: 120px 48px 80px;
    position: relative;
    overflow: hidden;
}
.hero-bg {
    position: absolute; inset: 0;
    background:
        radial-gradient(ellipse 80% 60% at 70% 50%, rgb(29, 59, 83) 0%, transparent 60%),
        radial-gradient(ellipse 50% 40% at 20% 80%, rgba(212,160,23,0.06) 0%, transparent 50%),
        linear-gradient(160deg, #01223b 0%, #01223b 50%, #01223b 100%);
}
.hero-grid {
    position: absolute; inset: 0; opacity: 0.04;
    background-image:
        linear-gradient(rgba(200,16,46,0.8) 1px, transparent 1px),
        linear-gradient(90deg, rgba(200,16,46,0.8) 1px, transparent 1px);
    background-size: 60px 60px;
}
.hero-content { position: relative; max-width: 900px; }
.hero-tag {
    display: inline-flex; align-items: center; gap: 10px;
     font-size: 0.72rem; letter-spacing: 0.18em;
    text-transform: uppercase; color: var(--red-light);
    border: 1px solid rgba(200,16,46,0.4);
    padding: 6px 16px; border-radius: 2px;
    margin-bottom: 32px;
    animation: fadeSlideIn 0.8s ease both;
}
.hero-tag::before {
    content: ''; width: 6px; height: 6px;
    background: var(--red-light); border-radius: 50%;
    animation: pulse 1.5s ease-in-out infinite;
}
.hero-title {
    font-size: clamp(1.5rem, 9vw, 6.5rem);
    font-weight: 900; line-height: 0.9;
    text-transform: uppercase; letter-spacing: -0.01em;
    color: var(--white);
    animation: fadeSlideIn 0.8s 0.15s ease both;
}
.hero-title span {
    display: block; color: var(--red);
    -webkit-text-stroke: 2px gainsboro;
    color: transparent;
    font-size: clamp(1.5rem, 11vw, 6rem);
}
.hero-sub {
    font-size: clamp(1.1rem, 2.5vw, 1.8rem);
    font-weight: 400; color: var(--gold-light);
    letter-spacing: 0.06em; margin-top: 18px;
    animation: fadeSlideIn 0.8s 0.3s ease both;
}
.hero-desc {
    margin-top: 28px;
    font-size: 1rem; line-height: 1.7; color: var(--grey);
    animation: fadeSlideIn 0.8s 0.45s ease both;
}
.hero-actions {
    display: flex; gap: 16px; margin-top: 48px;
    animation: fadeSlideIn 0.8s 0.6s ease both;
}

.hero-stats {
    display: flex; gap: 48px; margin-top: 64px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.08);
    animation: fadeSlideIn 0.8s 0.75s ease both;
}
.stat { display: flex; flex-direction: column; gap: 4px; }
.stat-num {
     font-size: 1.2rem; font-weight: 800;
    color: var(--white); line-height: 1;
}
.stat-num em { color: var(--gold); font-style: normal; }
.stat-label { font-size: 0.78rem; color: var(--grey); letter-spacing: 0.08em; text-transform: uppercase; }

/* ─── SECTION BASICS ─── */
section { padding: 100px 48px; }
.section-label {
     font-size: 0.7rem; letter-spacing: 0.2em;
    text-transform: uppercase; color: var(--red-light); margin-bottom: 16px;
}
.section-title {

    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 800; text-transform: uppercase; line-height: 1;
    color: var(--white); margin-bottom: 20px;
}
.section-sub { font-size: 1rem; color: var(--grey); max-width: 600px; line-height: 1.7; }

/* ─── THEME SECTION ─── */
.theme-section {
    /*background: var(--dark2);*/
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.theme-inner {
    max-width: 1200px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center;
}
.theme-badge {
    display: inline-block;
 font-size: 1rem; font-weight: 700;
    letter-spacing: 0.06em; text-transform: uppercase;
    background: linear-gradient(135deg, var(--red), var(--red-dark));
    padding: 8px 18px; border-radius: 2px; color: var(--white);
    margin-bottom: 28px;
}
.theme-quote {
    font-size: clamp(1.2rem, 4vw, 2.4rem);
    font-weight: 800; line-height: 1.1; color: var(--red-dark);
    margin-bottom: 32px;
}
.theme-quote em {  color: var(--gold-light); }
.theme-pillars { display: flex; flex-direction: column; gap: 20px; margin-top: 40px; }
.pillar {
    display: flex; gap: 20px; align-items: flex-start;
    padding: 20px 24px;
    /*background: rgb(0, 16, 67);*/
    border: 1px solid rgb(12, 108, 57);
    border-left: 3px solid var(--red);
    border-radius: 10px;
    transition: all 0.2s;
}
.pillar-icon { font-size: 1.6rem; flex-shrink: 0; }
.pillar-title {  font-weight: 700; font-size: 1rem; letter-spacing: 0.04em; margin-bottom: 4px; }
.pillar-text { font-size: 0.875rem; line-height: 1.6; }

.theme-visual {
    position: relative;
    display: flex; align-items: center; justify-content: center;
}
.theme-ring {
    width: 380px; height: 380px;
    border-radius: 50%;
    border: 2px solid rgb(12, 108, 57);
    display: flex; align-items: center; justify-content: center;
    position: relative;
    animation: rotateRing 20s linear infinite;
}
@keyframes rotateRing {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.theme-ring::before {
    content: '';
    position: absolute; inset: 20px;
    border-radius: 50%;
    border: 1px solid rgb(12, 108, 57);
    animation: rotateRing 12s linear infinite reverse;
}
.theme-ring-dot {
    position: absolute; width: 12px; height: 12px;
    background: var(--red); border-radius: 50%;
    top: -6px; left: 50%; transform: translateX(-50%);
    box-shadow: 0 0 16px var(--red);
}
.theme-center {
    position: absolute;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    text-align: center;
    animation: none;
}
.theme-center-icon { font-size: 4rem; line-height: 1; }
.theme-center-label {
     font-size: 1.1rem; font-weight: 700;
    color: var(--red-dark); letter-spacing: 0.05em; margin-top: 10px;
    text-transform: uppercase;
}

/* ─── CRITERIA ─── */
.criteria-section { background: var(--dark); }
.criteria-inner { max-width: 1200px; margin: 0 auto; }
.criteria-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px;
}
.criteria-card {
    background: var(--dark2);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 4px;
    padding: 32px 28px;
    position: relative; overflow: hidden;
    transition: all 0.3s;
}
.criteria-card::after {
    content: ''; position: absolute;
    top: 0; left: 0; right: 0; height: 3px;
    background: var(--red);
    transform: scaleX(0); transform-origin: left;
    transition: transform 0.3s;
}
.criteria-card:hover { border-color: rgba(200,16,46,0.3); transform: translateY(-4px); }
.criteria-card:hover::after { transform: scaleX(1); }
.criteria-num {
     font-size: 2rem; font-weight: 900;
    color: rgb(12, 108, 57); line-height: 1; margin-bottom: 12px;
}
.criteria-title {  font-size: 1.15rem; font-weight: 700; color: var(--white); margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.04em; }
.criteria-text { font-size: 0.875rem; color: var(--grey); line-height: 1.65; }

/* ─── CONDITIONS ─── */

.conditions-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.conditions-list { display: flex; flex-direction: column; gap: 16px; margin-top: 16px; }
.condition-item {
    display: flex; gap: 18px; align-items: flex-start;
    padding: 18px 22px;
    background: rgba(0,0,0,0.2);
    border-radius: 3px;
    border: 1px solid rgba(255,255,255,0.04);
}
.condition-num {
    font-size: 0.75rem;
    color: var(--red); flex-shrink: 0; margin-top: 2px; font-weight: 500;
}
.condition-text { font-size: 0.9rem; color: var(--grey); line-height: 1.6; }
.condition-text strong { color: var(--light); }

/* ─── TIMELINE ─── */

.timeline-steps {
    margin-top: 4rem;
    display: flex; flex-direction: column; gap: 0;
    position: relative;
}
.timeline-steps::before {
    content: '';
    position: absolute; left: 119px; top: 0; bottom: 0;
    width: 1px; background: var(--border);
}
.tl-row {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid var(--border);
    position: relative;
    /*opacity: 0;*/
    transform: translateY(16px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}
.tl-row.visible { opacity: 1; transform: translateY(0); }
.tl-row:last-child { border-bottom: none; }
.tl-left { text-align: right; padding-right: 2rem; padding-top: 2px; }
.tl-phase {
    font-size: 10px; letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--green-mid);
    display: block; margin-bottom: 4px;
}
.tl-date {
    font-size: 12px; color: var(--ink-faint);
}
.tl-dot {
    position: absolute; left: 113px; top: 2.4rem;
    width: 13px; height: 13px;
    border-radius: 50%;
    background: white; border: 2px solid var(--green-mid);
}
.tl-dot.active { background: var(--green-mid); }

.tl-title {
    font-size: 1.3rem; font-weight: 700;
    color: var(--green-deep); margin-bottom: 0.4rem;
}
.tl-desc { font-size: 0.875rem; color: var(--ink-muted); line-height: 1.7; }


/* ─── CONTACT ─── */
.contact-section { background: var(--dark2); }
.contact-inner { max-width: 1200px; margin: 0 auto; }
.contact-cards { display: flex; gap: 24px; margin-top: 48px; }
.contact-card {
    flex: 1; padding: 32px 28px;
    background: var(--dark3);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 4px; transition: all 0.3s;
}
.contact-card:hover { border-color: rgba(200,16,46,0.3); }
.contact-role {  font-size: 0.7rem; color: var(--red-light); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 10px; }
.contact-name {  font-size: 1.2rem; font-weight: 700; color: var(--white); margin-bottom: 6px; }
.contact-email { font-size: 0.875rem; color: var(--grey); }
.contact-email a { color: var(--gold-light); text-decoration: none; }
.contact-email a:hover { text-decoration: underline; }

/* ─── REGISTER SECTION ─── */
.register-section {
    background: linear-gradient(135deg, var(--dark) 0%, var(--dark2) 100%);
    border-top: 1px solid rgba(200,16,46,0.2);
}
.register-inner { max-width: 800px; margin: 0 auto; text-align: center; }
.register-inner .section-sub { margin: 0 auto 48px; }

/* ─── MODAL ─── */
.modal-overlay {

    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(6px);
    align-items: center; justify-content: center;
    padding: 24px;
}
.modal-overlay.open { display: flex; }
.modal {
    background: var(--dark2);
    border: 1px solid rgba(200,16,46,0.3);
    border-radius: 6px;
    width: 100%;
    max-height: 90vh; overflow-y: auto;
    position: relative;
    animation: modalIn 0.35s cubic-bezier(0.34,1.56,0.64,1) both;
}
@keyframes modalIn {
    from { opacity:0; transform: scale(0.9) translateY(20px); }
    to { opacity:1; transform: scale(1) translateY(0); }
}
.modal-header {
    padding: 28px 36px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    position: sticky; top: 0;
    background: var(--dark2); z-index: 1;
    display: flex; align-items: flex-start; justify-content: space-between;
}
.modal-title {  font-size: 1.6rem; font-weight: 800; text-transform: uppercase; color: var(--white); }
.modal-subtitle { font-size: 0.85rem; color: var(--grey); margin-top: 4px; }
.modal-close {
    background: none; border: none; cursor: pointer;
    color: var(--grey); font-size: 1.4rem; line-height: 1;
    padding: 4px; transition: color 0.2s; flex-shrink: 0;
}
.modal-close:hover { color: var(--white); }

/* ─── WIZARD ─── */
.wizard-steps {
    display: flex; align-items: center; gap: 0;
    padding: 24px 36px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
}
.wizard-step {
    display: flex; align-items: center; gap: 10px;
    flex: 1; cursor: default;
}
.ws-num {
    width: 32px; height: 32px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
     font-size: 0.8rem; font-weight: 500;
    border: 2px solid rgba(255,255,255,0.15); color: var(--grey);
    transition: all 0.3s; flex-shrink: 0;
}
.ws-label {  font-size: 0.8rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: var(--grey); transition: color 0.3s; }
.wizard-connector { flex: 1; height: 1px; background: rgba(255,255,255,0.1); margin: 0 8px; }
.wizard-step.active .ws-num { border-color: var(--red); background: var(--red); color: var(--white); }
.wizard-step.active .ws-label { color: var(--white); }
.wizard-step.done .ws-num { border-color: var(--red); background: rgba(200,16,46,0.15); color: var(--red); }
.wizard-step.done .ws-num::after { content: '✓'; }
.wizard-step.done .ws-label { color: var(--grey); }

.wizard-body { padding: 32px 36px; }
.form-step { display: none; }
.form-step.active { display: block; animation: fadeSlideIn 0.3s ease; }

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

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 16px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 16px; }
.form-label {
     font-size: 0.7rem; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--grey);
}
.form-label span { color: var(--red); }
.form-input, .form-select, .form-textarea {
    background: rgba(0,0,0,0.3);
    border: 1.5px solid rgba(255,255,255,0.1);
    border-radius: 3px;
    padding: 12px 16px;
    color: var(--white);  font-size: 0.9rem;
    transition: border-color 0.2s, box-shadow 0.2s;
    width: 100%;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
    outline: none;
    border-color: var(--red);
    box-shadow: 0 0 0 3px rgba(200,16,46,0.15);
}
.form-select { appearance: none; cursor: pointer; }
.form-select option { background: var(--dark2); }
.form-textarea { resize: vertical; min-height: 100px; }

.member-block {
    background: rgba(0,0,0,0.2); border: 1px solid rgba(255,255,255,0.07);
    border-radius: 4px; padding: 20px;
    margin-bottom: 16px; position: relative;
}
.member-block-header {
    display: flex; align-items: center; justify-content: space-between;
    margin-bottom: 16px;
}
.member-block-title {  font-size: 0.95rem; font-weight: 700; color: var(--white); text-transform: uppercase; }
.member-block-badge {  font-size: 0.65rem; color: var(--grey); }
.remove-btn {
    background: none; border: none; cursor: pointer;
    color: var(--grey); font-size: 0.75rem; letter-spacing: 0.08em;
    text-transform: uppercase;
    transition: color 0.2s; padding: 4px 8px;
}
.remove-btn:hover { color: var(--red); }
.add-member-btn {
    display: flex; align-items: center; gap: 8px;
    background: none; border: 1.5px dashed rgba(255,255,255,0.15);
    border-radius: 3px; color: var(--grey); cursor: pointer;
     font-size: 0.85rem; font-weight: 600;
    text-transform: uppercase; letter-spacing: 0.06em;
    padding: 14px 20px; width: 100%; justify-content: center;
    transition: all 0.2s; margin-top: 8px;
}
.add-member-btn:hover { border-color: var(--red); color: var(--red); }

.member-count-info {
    display: flex; justify-content: space-between; align-items: center;
    padding: 10px 14px;
    background: rgba(200,16,46,0.06);
    border: 1px solid rgba(200,16,46,0.15);
    border-radius: 3px; margin-bottom: 20px;
    font-size: 0.72rem;
}
.mci-label { color: var(--grey); }
.mci-count { color: var(--red-light); font-weight: 500; }

.wizard-footer {
    padding: 20px 36px 28px;
    display: flex; justify-content: space-between; align-items: center;
    border-top: 1px solid rgba(255,255,255,0.07);
}
.btn-back { background: none; border: 1.5px solid rgba(255,255,255,0.15); color: var(--grey); }
.btn-back:hover { border-color: var(--grey); color: var(--white); background: rgba(255,255,255,0.04); }
.btn-next { background: var(--red); color: var(--white); }
.btn-next:hover { background: var(--red-light); box-shadow: 0 6px 24px rgba(200,16,46,0.4); }
.btn-submit { background: linear-gradient(135deg, var(--red), var(--red-dark)); color: var(--white); }
.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(200,16,46,0.5); }

/* Step 4 review */
.review-block { margin-bottom: 24px; }
.review-block-title {  font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--red-light); margin-bottom: 12px; padding-bottom: 8px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.review-item { display: flex; flex-direction: column; gap: 2px; }
.review-item-label { font-size: 0.72rem; color: var(--grey); }
.review-item-value { font-size: 0.9rem; color: var(--white); font-weight: 500; }

.success-screen { text-align: center; padding: 40px 20px; }
.success-icon { font-size: 4rem; margin-bottom: 20px; }
.success-title {  font-size: 2rem; font-weight: 800; color: var(--white); text-transform: uppercase; margin-bottom: 12px; }
.success-text { color: var(--grey); line-height: 1.7; font-size: 0.95rem; }
.success-ref {  font-size: 0.8rem; color: var(--gold-light); margin-top: 16px; }

.checkbox-group { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; }
.checkbox-group input[type="checkbox"] { width: 18px; height: 18px; accent-color: var(--red); flex-shrink: 0; margin-top: 2px; cursor: pointer; }
.checkbox-group span { font-size: 0.875rem; color: var(--grey); line-height: 1.6; }

/* ─── FOOTER ─── */
footer {
    background: var(--black); padding: 40px 48px;
    border-top: 1px solid rgba(255,255,255,0.06);
    display: flex; align-items: center; justify-content: space-between;
}
.footer-brand {  font-size: 0.9rem; font-weight: 700; color: var(--grey); }
.footer-brand em { color: var(--red); font-style: normal; }
.footer-copy {  font-size: 0.7rem; color: rgba(138,149,163,0.5); letter-spacing: 0.06em; }

/* ─── SCROLL REVEALS ─── */
.reveal { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 900px) {
    nav { padding: 0 24px; }
    .nav-links { display: none; }
    section { padding: 72px 24px; }
    .hero { padding: 100px 24px 60px; }
    .theme-inner, .conditions-inner { grid-template-columns: 1fr; gap: 48px; }
    .criteria-grid { grid-template-columns: 1fr 1fr; }
    .timeline-track { flex-direction: column; gap: 24px; }
    .timeline-track::before { display: none; }
    .contact-cards { flex-direction: column; }
    footer { flex-direction: column; gap: 16px; text-align: center; }
    .hero-stats { flex-wrap: wrap; gap: 28px; }
    .form-row { grid-template-columns: 1fr; }
    .wizard-body { padding: 24px; }
    .wizard-steps { padding: 18px 24px; }
    .wizard-footer { padding: 16px 24px 24px; }
    .modal-header { padding: 20px 24px 16px; }
    .ws-label { display: none; }
    .review-grid { grid-template-columns: 1fr; }
    .theme-ring { width: 280px; height: 280px; }
}
@media (max-width: 600px) {
    .criteria-grid { grid-template-columns: 1fr; }
}
