/* ============================================
   MSISTUDIO.CSS — Spezifisch für msistudio.m-strasser.at
   ============================================ */

/* ── HERO 2-SPALTEN ── */
.hero-card {
    min-height: 600px;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
}

.hero-left, .hero-right { position: relative; z-index: 1; }

.hero-left {
    padding: 70px 56px 56px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-right {
    border-left: 1px solid rgba(255, 255, 255, 0.10);
    background:
        radial-gradient(circle at 65% 18%, rgba(108, 160, 255, 0.18), transparent 22%),
        radial-gradient(circle at 50% 60%, rgba(33, 107, 255, 0.08), transparent 24%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px;
    position: relative;
}

.hero-right::after {
    content: "";
    position: absolute;
    inset: 10%;
    border-radius: 18px;
    border: 1px dashed rgba(255, 255, 255, 0.06);
    opacity: 0.22;
}

h1 {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
    font-size: clamp(3rem, 6vw, 4.8rem);
    line-height: 1;
    letter-spacing: -0.04em;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 0 4px 18px rgba(0, 0, 0, 0.28);
}

.subtitle {
    margin-top: 22px;
    font-size: clamp(1.28rem, 2vw, 1.9rem);
    color: #c7d4e7;
    line-height: 1.25;
    max-width: 700px;
}

.hero-text {
    margin-top: 30px;
    max-width: 680px;
    font-size: 1.08rem;
    line-height: 1.75;
    color: var(--muted);
}

.hero-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    margin-top: 36px;
}

/* ── SOCIAL PROOF BAR ── */
.social-bar {
    background: rgba(10, 14, 22, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 10px 0;
}

.social-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}

.social-stat {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.88rem;
    color: var(--muted);
}

.social-stat-icon { font-size: 1rem; line-height: 1; }

.social-stat-value {
    font-weight: 700;
    font-size: 0.95rem;
    color: #c8d9f0;
    font-family: "JetBrains Mono", monospace;
}

.social-divider {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.08);
}

/* ── APP MOCKUP ── */
.mockup {
    position: relative;
    width: min(100%, 440px);
    border-radius: 20px;
    background: rgba(8, 12, 22, 0.90);
    border: 1px solid rgba(140, 170, 230, 0.14);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.50), inset 0 1px 0 rgba(255, 255, 255, 0.05);
    overflow: hidden;
    font-family: "JetBrains Mono", monospace;
}

.mockup-topbar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 10px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    background: rgba(255, 255, 255, 0.025);
}

.mockup-dot { width: 10px; height: 10px; border-radius: 50%; }
.mockup-dot:nth-child(1) { background: #ff5f57; }
.mockup-dot:nth-child(2) { background: #febc2e; }
.mockup-dot:nth-child(3) { background: #28c840; }

.mockup-titlebar {
    flex: 1;
    text-align: center;
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.25);
    letter-spacing: 0.02em;
}

.mockup-toolbar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    background: rgba(255, 255, 255, 0.015);
}

.mockup-tab {
    font-size: 0.68rem;
    padding: 4px 10px;
    border-radius: 5px;
    color: rgba(255, 255, 255, 0.35);
}

.mockup-tab.active {
    background: rgba(94, 162, 255, 0.12);
    color: #8dbbff;
    border: 1px solid rgba(94, 162, 255, 0.2);
}

.mockup-layout {
    display: grid;
    grid-template-columns: 140px 1fr;
    min-height: 240px;
}

.mockup-sidebar {
    border-right: 1px solid rgba(255, 255, 255, 0.04);
    padding: 12px 10px;
    background: rgba(255, 255, 255, 0.01);
}

.mockup-tree-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.65rem;
    color: rgba(255, 255, 255, 0.30);
    padding: 4px 6px;
    border-radius: 4px;
    margin-bottom: 2px;
}

.mockup-tree-item.active {
    background: rgba(94, 162, 255, 0.08);
    color: #8dbbff;
}

.mockup-tree-item .indent { display: inline-block; width: 10px; }

.mockup-content { padding: 14px; }
.mockup-field { margin-bottom: 10px; }

.mockup-label {
    font-size: 0.58rem;
    color: rgba(255, 255, 255, 0.25);
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.mockup-input {
    height: 26px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.mockup-input.filled {
    background: rgba(94, 162, 255, 0.07);
    border-color: rgba(94, 162, 255, 0.15);
    display: flex;
    align-items: center;
    padding: 0 8px;
    font-size: 0.65rem;
    color: rgba(94, 162, 255, 0.7);
}

.mockup-row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }

.mockup-status {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.04);
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.2);
}

.mockup-status-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #28c840;
    display: inline-block;
    margin-right: 5px;
    box-shadow: 0 0 6px #28c840;
}

/* ── FEATURE GRID ── */
.feature-grid {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.card-icon { font-size: 1.8rem; margin-bottom: 14px; display: block; }

.card-highlight {
    border-color: rgba(94, 162, 255, 0.22);
    background: rgba(14, 22, 42, 0.82);
    position: relative;
    overflow: hidden;
}

.card-highlight::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #5ea2ff, transparent);
}

/* ── CTA PANEL ── */
.cta-panel {
    margin-top: 34px;
    background: linear-gradient(180deg, rgba(14, 19, 30, 0.72), rgba(10, 14, 22, 0.88));
    border: 1px solid rgba(143, 180, 255, 0.16);
    border-radius: 22px;
    padding: 54px 40px;
    box-shadow: var(--shadow);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top center, rgba(94, 162, 255, 0.12), transparent 34%);
    pointer-events: none;
}

.cta-panel h2 {
    position: relative;
    margin: 0 0 14px;
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    color: #ffffff;
    letter-spacing: -0.03em;
}

.cta-panel p {
    position: relative;
    margin: 0 auto 10px;
    max-width: 760px;
    color: var(--muted);
    line-height: 1.8;
}

.cta-actions {
    position: relative;
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 28px;
}

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .hero-card { grid-template-columns: 1fr; min-height: auto; }
    .hero-right {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.10);
        min-height: 320px;
    }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .hero-left { padding: 36px 22px 28px; }
    .hero-right { padding: 22px; }
    .hero-text { margin-top: 24px; font-size: 1rem; }
    .feature-grid { grid-template-columns: 1fr; }
    .social-bar-inner { gap: 16px; }
    .social-divider { display: none; }
}
