/* ===== RESET & BASE ===== */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth;
    font-size: 16px
}

body {
    font-family: 'Segoe UI', Inter, system-ui, -apple-system, sans-serif;
    color: #e8e8e8;
    background: #09090b;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased
}

/* ===== UTILITIES ===== */
.container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.5rem
}

.accent {
    color: #6ee7b7
}

.btn {
    display: inline-block;
    padding: .85rem 2rem;
    font-size: 1rem;
    font-weight: 700;
    border: none;
    border-radius: .5rem;
    cursor: pointer;
    text-decoration: none;
    transition: all .25s ease
}

.btn--primary {
    background: #6ee7b7;
    color: #09090b
}

.btn--primary:hover {
    background: #34d399;
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(110, 231, 183, .35)
}

.btn--large {
    font-size: 1.1rem;
    padding: 1rem 2.6rem
}

/* ===== HERO ===== */
.hero {
    position: relative;
    min-height: 92vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(160deg, #09090b 0%, #0f172a 50%, #09090b 100%)
}

.hero__overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 40%, rgba(110, 231, 183, .08) 0%, transparent 65%);
    pointer-events: none
}

.hero__inner {
    position: relative;
    z-index: 1;
    max-width: 820px
}

.hero__kicker {
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: .8rem;
    color: #6ee7b7;
    margin-bottom: 1rem
}

.hero__title {
    font-size: clamp(2.2rem, 5.5vw, 4rem);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 1.5rem
}

.hero__subtitle {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, .72);
    max-width: 640px;
    margin: 0 auto 2.4rem
}

/* ===== SECTIONS ===== */
.section {
    padding: 6rem 0
}

.section--dark {
    background: #0f111a
}

.section--cta {
    background: linear-gradient(170deg, #0f172a, #09090b);
    padding: 5rem 0 6rem;
    text-align: center
}

.section__eyebrow {
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: .78rem;
    color: #6ee7b7;
    margin-bottom: .6rem
}

.section__heading {
    font-size: clamp(1.6rem, 3.8vw, 2.6rem);
    font-weight: 800;
    line-height: 1.22;
    margin-bottom: 1.4rem
}

.section__heading--white {
    color: #fff
}

.section__body {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, .7);
    max-width: 780px;
    margin-bottom: 2rem
}

.section__body--narrow {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto
}

/* ===== STATS GRID ===== */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2.5rem
}

.stat-card {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: .75rem;
    padding: 2rem 1.6rem;
    text-align: center
}

.stat-card__number {
    display: block;
    font-size: 2.4rem;
    font-weight: 800;
    color: #6ee7b7
}

.stat-card__label {
    display: block;
    margin-top: .5rem;
    font-size: .92rem;
    color: rgba(255, 255, 255, .6)
}

.stat-card__label sup {
    font-size: .65em
}

/* ===== PILLARS ===== */
.pillars {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    margin-top: 2.5rem
}

.pillar {
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: .75rem;
    padding: 2rem 1.6rem
}

.pillar__icon {
    font-size: 1.4rem;
    color: #6ee7b7;
    margin-bottom: .8rem
}

.pillar__title {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: .5rem
}

.pillar__text {
    font-size: .93rem;
    color: rgba(255, 255, 255, .6);
    line-height: 1.6
}

/* ===== PROCESS ===== */
.process {
    list-style: none;
    max-width: 700px;
    margin: 0 auto;
    counter-reset: step
}

.process__step {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    margin-bottom: 2.5rem
}

.process__num {
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(110, 231, 183, .12);
    color: #6ee7b7;
    font-weight: 800;
    font-size: 1rem
}

.process__step h4 {
    font-size: 1.1rem;
    margin-bottom: .35rem
}

.process__step p {
    font-size: .95rem;
    color: rgba(255, 255, 255, .62);
    line-height: 1.6
}

/* ===== PROOF GRID ===== */
.proof-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem
}

.proof-card {
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: .75rem;
    padding: 1.8rem 1.5rem
}

.proof-card h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .45rem;
    color: #6ee7b7
}

.proof-card p {
    font-size: .9rem;
    color: rgba(255, 255, 255, .6);
    line-height: 1.6
}

/* ===== MARKET LIST ===== */
.market-list {
    list-style: none;
    max-width: 660px;
    margin: 0 auto 1rem
}

.market-list li {
    position: relative;
    padding: .6rem 0 .6rem 1.5rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, .75)
}

.market-list li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #6ee7b7;
    font-weight: 700
}

/* ===== COMPARISON ===== */
.comparison {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 2rem
}

.comparison__col {
    border-radius: .75rem;
    padding: 2rem 1.6rem
}

.comparison__col h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 1rem
}

.comparison__col ul {
    list-style: none
}

.comparison__col li {
    position: relative;
    padding: .45rem 0 .45rem 1.4rem;
    font-size: .93rem;
    color: rgba(255, 255, 255, .65)
}

.comparison__col--them {
    background: rgba(239, 68, 68, .06);
    border: 1px solid rgba(239, 68, 68, .18)
}

.comparison__col--them li::before {
    content: '✗';
    position: absolute;
    left: 0;
    color: #ef4444;
    font-weight: 700
}

.comparison__col--us {
    background: rgba(110, 231, 183, .06);
    border: 1px solid rgba(110, 231, 183, .18)
}

.comparison__col--us li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #6ee7b7;
    font-weight: 700
}

@media(max-width:640px) {
    .comparison {
        grid-template-columns: 1fr
    }
}

/* ===== REGISTER FORM ===== */
.register-form {
    max-width: 580px;
    margin: 2.5rem auto 0
}

.register-form__row {
    display: flex;
    gap: .75rem;
    margin-bottom: .75rem
}

@media(max-width:540px) {
    .register-form__row {
        flex-direction: column
    }
}

.register-form__input {
    flex: 1;
    padding: .8rem 1rem;
    border-radius: .5rem;
    border: 1px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .06);
    color: #fff;
    font-size: .95rem;
    outline: none;
    transition: border .2s
}

.register-form__input::placeholder {
    color: rgba(255, 255, 255, .35)
}

.register-form__input:focus {
    border-color: #6ee7b7
}

select.register-form__input {
    appearance: none;
    cursor: pointer
}

.register-form__note {
    font-size: .78rem;
    color: rgba(255, 255, 255, .4);
    margin-top: .8rem
}

.register-form__message {
    margin-top: 1rem;
    font-size: .95rem;
    min-height: 1.4em
}

.register-form__message--success {
    color: #6ee7b7
}

.register-form__message--error {
    color: #f87171
}

/* ===== FOOTER ===== */
.footer {
    padding: 2.5rem 0;
    border-top: 1px solid rgba(255, 255, 255, .06)
}

.footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: .82rem;
    color: rgba(255, 255, 255, .35)
}

.footer__fine {
    max-width: 420px;
    text-align: right
}

/* ===== SECTOR DROPDOWN DARK MODE ===== */
#regSector {
  background-color: #1a1a2e;
  color: #e0e0e6;
  border: 1px solid #2a2a4a;
}

#regSector:focus {
  border-color: #00e5ff;
  outline: none;
}

#regSector option {
  background-color: #1a1a2e;
  color: #e0e0e6;
}