/* ══════════════════════════════════════════════════════════
   PROCESS PAGE — page-specific styles
   ══════════════════════════════════════════════════════════ */

/* ── HERO ── */
.process-hero {
    padding: 160px 0 96px;
    position: relative;
    overflow: hidden;
}

.process-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 480px;
    background: radial-gradient(ellipse, rgba(62, 243, 210, .08) 0%, transparent 68%);
    pointer-events: none;
}

.process-hero-inner {
    max-width: 720px;
}

.process-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--accent);
    background: rgba(62, 243, 210, .07);
    border: 1px solid rgba(62, 243, 210, .18);
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 28px;
}

.process-hero-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--accent);
    animation: process-pdot 2s infinite;
}

@keyframes process-pdot {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .35;
    }
}

.process-hero h1 {
    font-family: var(--font-display);
    font-size: clamp(2.6rem, 5.5vw, 4.2rem);
    font-weight: 800;
    letter-spacing: -.04em;
    line-height: 1.06;
    margin-bottom: 20px;
}

.process-hero h1 span {
    color: var(--accent);
}

.process-hero-sub {
    font-size: 1.05rem;
    color: var(--muted);
    max-width: 560px;
    line-height: 1.8;
    margin-bottom: 44px;
}

.hero-stats {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    padding-top: 40px;
    border-top: 1px solid var(--border);
}

.h-stat-num {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: -.04em;
    color: var(--accent);
    line-height: 1;
    margin-bottom: 4px;
}

.h-stat-label {
    font-size: .8rem;
    color: var(--muted);
}

/* ── TIMELINE ── */
.timeline-section {
    padding: 0 0 96px;
}

.timeline-header h2 {
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    font-weight: 700;
    letter-spacing: -.03em;
    margin-bottom: 8px;
}

.timeline-header p {
    color: var(--muted);
    font-size: .95rem;
    max-width: 520px;
    line-height: 1.75;
}

.timeline-wrap {
    position: relative;
    margin-top: 64px;
    list-style: none;
    padding: 0;
}

.timeline-wrap::before {
    content: '';
    position: absolute;
    left: 31px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(180deg, var(--accent) 0%, rgba(62, 243, 210, .15) 100%);
}

.t-step {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 0 32px;
    position: relative;
}

.t-num-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}

.t-bubble {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--bg);
    border: 1.5px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: border-color .4s, box-shadow .4s;
}

.t-step:hover .t-bubble {
    border-color: var(--accent);
    box-shadow: 0 0 24px var(--glow);
}

.t-bubble-inner {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(62, 243, 210, .08);
    border: 1px solid rgba(62, 243, 210, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-mono);
    font-size: 13px;
    font-weight: 500;
    color: var(--accent);
    transition: background .4s;
}

.t-step:hover .t-bubble-inner {
    background: rgba(62, 243, 210, .15);
}

.t-connector {
    flex: 1;
    width: 1px;
    background: var(--border);
    margin: 4px 0;
    min-height: 40px;
}

.t-step:last-child .t-connector {
    display: none;
}

.t-body {
    padding: 0 0 72px;
}

.t-step:last-child .t-body {
    padding-bottom: 0;
}

.t-step-tag {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--accent);
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.t-step-tag-badge {
    background: rgba(62, 243, 210, .08);
    border: 1px solid rgba(62, 243, 210, .18);
    padding: 2px 10px;
    border-radius: 100px;
}

.t-step-title {
    font-family: var(--font-display);
    font-size: 1.7rem;
    font-weight: 800;
    letter-spacing: -.03em;
    line-height: 1.15;
    margin-bottom: 12px;
}

.t-step-sub {
    font-size: .95rem;
    color: var(--muted);
    line-height: 1.75;
    margin-bottom: 28px;
    max-width: 580px;
}

.t-step-meta {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.t-meta-pill {
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 100px;
    border: 1px solid var(--border);
    color: var(--muted);
}

.t-meta-pill.accent {
    border-color: rgba(62, 243, 210, .25);
    color: var(--accent);
    background: rgba(62, 243, 210, .05);
}

.t-meta-pill.success {
    border-color: rgba(52, 211, 153, .25);
    color: var(--success);
    background: rgba(52, 211, 153, .05);
}

/* Detail card */
.t-detail-card {
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: var(--surface);
    transition: border-color .3s;
}

.t-step:hover .t-detail-card {
    border-color: rgba(62, 243, 210, .2);
}

.t-card-header {
    padding: 16px 24px;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(7, 10, 15, .4);
}

.t-card-header-title {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--muted);
}

.t-card-status {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-mono);
    font-size: 10px;
    letter-spacing: .08em;
}

.status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}

.status-dot.status-success {
    background: var(--success);
    box-shadow: 0 0 6px rgba(52, 211, 153, .4);
}

.status-dot.status-warning {
    background: var(--warning);
    box-shadow: 0 0 6px rgba(251, 191, 36, .3);
}

.status-dot.status-accent {
    background: var(--accent);
    box-shadow: 0 0 6px rgba(62, 243, 210, .35);
}

.status-dot.is-animated {
    animation: process-pdot 2s infinite;
}

.status-text.status-success {
    color: var(--success);
}

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

.status-text.status-accent {
    color: var(--accent);
}

.t-card-body {
    padding: 24px;
}

.t-deliverables {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.t-deliv-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13.5px;
    color: var(--muted);
    line-height: 1.5;
    padding: 12px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: rgba(7, 10, 15, .3);
    transition: border-color .3s;
}

.t-step:hover .t-deliv-item {
    border-color: rgba(62, 243, 210, .1);
}

.t-deliv-icon {
    flex-shrink: 0;
    color: var(--success);
    margin-top: 1px;
}

/* Deposit callout */
.deposit-callout {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px;
    border: 1px solid rgba(62, 243, 210, .2);
    border-radius: var(--radius);
    background: rgba(62, 243, 210, .04);
    margin-bottom: 16px;
}

.deposit-icon {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    flex-shrink: 0;
    background: rgba(62, 243, 210, .1);
    border: 1px solid rgba(62, 243, 210, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.deposit-title {
    font-family: var(--font-display);
    font-size: .95rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.deposit-desc {
    font-size: .82rem;
    color: var(--muted);
    line-height: 1.65;
}

/* ── STANDARDS ── */
.what-section {
    padding: 96px 0;
    background: var(--surface);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

.what-header h2 {
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    font-weight: 700;
    letter-spacing: -.03em;
    margin-bottom: 8px;
}

.what-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background: var(--border);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
    margin-top: 56px;
}

.what-item {
    background: var(--surface);
    padding: 32px 28px;
    position: relative;
    overflow: hidden;
    transition: opacity .7s cubic-bezier(.22, 1, .36, 1), transform .7s cubic-bezier(.22, 1, .36, 1), background .3s;
}

.what-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--accent);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s cubic-bezier(.22, 1, .36, 1);
}

.what-item:hover {
    background: var(--surface-2);
}

.what-item:hover::before {
    transform: scaleX(1);
}

.what-icon {
    font-size: 22px;
    margin-bottom: 16px;
}

.what-title {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: -.01em;
}

.what-desc {
    font-size: .875rem;
    color: var(--muted);
    line-height: 1.7;
}

/* ── HOSTING PROCESS ── */
.hosting-section {
    padding: 96px 0;
}

.hosting-header h2 {
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    font-weight: 700;
    letter-spacing: -.03em;
    margin-bottom: 8px;
}

.hosting-header p {
    color: var(--muted);
    font-size: .95rem;
    max-width: 540px;
    line-height: 1.75;
    margin-top: 10px;
}

.h-process-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 56px;
}

.scope-col-dot.success {
    background: var(--success);
    box-shadow: 0 0 6px rgba(52, 211, 153, .4);
}

.scope-col-dot.danger {
    background: var(--danger);
    box-shadow: 0 0 6px rgba(251, 113, 133, .4);
}

.scope-icon.success {
    color: var(--success);
}

.scope-icon.danger {
    color: var(--danger);
}

.h-proc-card {
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    padding: 32px;
    transition: border-color .3s;
}

.h-proc-card:hover {
    border-color: rgba(62, 243, 210, .25);
}

.h-proc-title {
    font-family: var(--font-display);
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: -.01em;
}

.h-proc-sub {
    font-size: .875rem;
    color: var(--muted);
    margin-bottom: 24px;
    line-height: 1.65;
}

.h-proc-steps {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
}

.h-proc-step {
    display: flex;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(34, 49, 74, .5);
}

.h-proc-step:last-child {
    border-bottom: none;
}

.h-proc-step-num {
    font-family: var(--font-mono);
    font-size: 11px;
    color: var(--accent);
    flex-shrink: 0;
    width: 20px;
    margin-top: 1px;
}

.h-proc-step-text {
    font-size: 13.5px;
    color: var(--muted);
    line-height: 1.5;
}

/* ── SCOPE ── */
.scope-section {
    padding: 0 0 96px;
}

.scope-header h2 {
    font-family: var(--font-display);
    font-size: clamp(1.7rem, 3.5vw, 2.4rem);
    font-weight: 700;
    letter-spacing: -.03em;
    margin-bottom: 8px;
}

.scope-header p {
    color: var(--muted);
    font-size: .95rem;
    max-width: 520px;
    line-height: 1.75;
    margin-top: 10px;
}

.scope-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-top: 56px;
}

.scope-col {
    border: 1px solid var(--border);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.scope-col-header {
    padding: 18px 24px;
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(7, 10, 15, .5);
}

.scope-col-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
}

.scope-col-title {
    font-family: var(--font-display);
    font-size: .9rem;
    font-weight: 700;
}

.scope-col-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.scope-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13.5px;
    color: var(--muted);
    line-height: 1.5;
    padding: 10px 12px;
    border-radius: var(--radius);
}

.scope-item.yes {
    background: rgba(52, 211, 153, .04);
    border: 1px solid rgba(52, 211, 153, .1);
}

.scope-item.no {
    background: rgba(251, 113, 133, .04);
    border: 1px solid rgba(251, 113, 133, .1);
}

.scope-icon {
    flex-shrink: 0;
    margin-top: 1px;
    font-size: 13px;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
    .t-deliverables {
        grid-template-columns: 1fr;
    }

    .what-grid {
        grid-template-columns: 1fr;
    }

    .h-process-grid {
        grid-template-columns: 1fr;
    }

    .scope-split {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .process-hero {
        padding: 120px 0 72px;
    }

    .timeline-wrap::before {
        left: 23px;
    }

    .t-step {
        grid-template-columns: 48px 1fr;
        gap: 0 20px;
    }

    .t-bubble {
        width: 48px;
        height: 48px;
    }

    .t-bubble-inner {
        width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .t-step-title {
        font-size: 1.35rem;
    }
}
