/* ==========================================================================
   Pagina "Pentru Organizatori" - EvTicket
   Stiluri self-contained, nu depind de style-landingpage.css / media-query.css
   ========================================================================== */

.org-page {
    font-family: 'Barlow', sans-serif;
    color: #30353a;
    overflow-x: hidden;
}

.org-page * { box-sizing: border-box; }

.org-page h1, .org-page h2, .org-page h3, .org-page h4 {
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
    margin: 0;
}

.org-page p { font-weight: 300; line-height: 1.6; margin: 0; }

/* ---------- HERO ---------- */
.org-hero {
    position: relative;
    background: linear-gradient(135deg, #1c1f23 0%, #30353a 55%, #4a2030 100%);
    color: #fff;
    padding: 100px 0 120px;
    overflow: hidden;
}
.org-hero::before {
    content: "";
    position: absolute;
    width: 520px; height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(234,10,67,.35), transparent 70%);
    top: -180px; right: -120px;
    pointer-events: none;
}
.org-hero::after {
    content: "";
    position: absolute;
    width: 380px; height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(234,10,67,.18), transparent 70%);
    bottom: -160px; left: -80px;
    pointer-events: none;
}
.org-hero .container { position: relative; z-index: 2; }
.org-hero-eyebrow {
    display: inline-block;
    background: rgba(234,10,67,.18);
    color: #ff6a8f;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 22px;
}
.org-hero h1 {
    font-size: 46px;
    line-height: 1.15;
    margin-bottom: 22px;
}
.org-hero h1 span { color: #ea0a43; }
.org-hero-sub {
    font-size: 19px;
    color: rgba(255,255,255,.82);
    max-width: 560px;
    margin-bottom: 34px;
}

/* newsletter form */
.org-newsletter {
    max-width: 520px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.15);
    padding: 8px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    backdrop-filter: blur(6px);
}
.org-newsletter input[type="text"],
.org-newsletter input[type="email"] {
    flex: 1;
    border: none;
    background: transparent;
    color: #fff;
    padding: 12px 18px;
    font-size: 16px;
    outline: none;
    font-family: inherit;
}
.org-newsletter input::placeholder { color: rgba(255,255,255,.55); }
.org-newsletter .button-access {
    background: #ea0a43;
    color: #fff;
    border: none;
    border-radius: 40px;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: .25s;
    font-family: inherit;
}
.org-newsletter .button-access:hover { background: #c70838; transform: translateY(-1px); }
.newsleter-message, .tester-message {
    min-height: 20px;
    font-size: 14px;
    margin-top: 10px;
    padding-left: 18px;
}
.newsleter-message.success, .tester-message.success { color: #6cf0a3; }
.newsleter-message.error, .tester-message.error { color: #ff9aa9; }

/* hero visual */
.org-hero-visual {
    position: relative;
    margin-top: 20px;
    text-align: center;
}
.org-hero-img {
    max-width: 100%;
    height: auto;
}

/* Dashboard full-width image */
.org-dashboard-img {
    text-align: center;
    margin-top: 20px;
}
.org-dashboard-img img {
    max-width: 100%;
    height: auto;
}

/* Row images */
.org-row-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Minigrafice sub text (statistici) */
.org-minigraphs {
    display: flex; gap: 14px; margin-top: 26px; flex-wrap: wrap;
}
.org-minigraphs img {
    flex: 1 1 140px;
    max-width: 180px;
    height: auto;
}

/* Scan app imaginea */
.org-scan-visual {
    flex: 0 0 380px;
    text-align: center;
}
.org-scan-visual img {
    max-width: 100%;
    height: auto;
}

/* Chat teaser imagine */
.org-chat-img {
    max-width: 260px;
    height: auto;
    margin: 30px auto 0;
    display: block;
}

/* ---------- Section shell ---------- */
.org-section {
    padding: 90px 0;
    position: relative;
}
.org-section--alt { background: #f7f8fb; }
.org-section--dark {
    background: linear-gradient(135deg, #30353a, #1c1f23);
    color: #fff;
}
.org-section--dark h2, .org-section--dark h3 { color: #fff; }
.org-section-head {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 56px;
}
.org-eyebrow {
    display: inline-block;
    color: #ea0a43;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.org-section h2 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 16px;
}
.org-section-sub {
    font-size: 17px;
    color: #6b7280;
}
.org-section--dark .org-section-sub { color: rgba(255,255,255,.75); }

/* ---------- Feature cards ---------- */
.org-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}
.org-feature {
    background: #fff;
    border-radius: 14px;
    padding: 28px 24px;
    box-shadow: 0 4px 24px rgba(48,53,58,.06);
    border: 1px solid #eef0f4;
    transition: .25s;
}
.org-feature:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px rgba(234,10,67,.12);
    border-color: #ffd5de;
}
.org-feature-icon {
    width: 54px; height: 54px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ea0a43, #ff4d72);
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px;
    margin-bottom: 18px;
}
.org-feature h3 { font-size: 18px; margin-bottom: 10px; }
.org-feature p { font-size: 14.5px; color: #6b7280; }

/* ---------- Two-column feature rows ---------- */
.org-row {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 100px;
}
.org-row:last-child { margin-bottom: 0; }
.org-row--reverse { flex-direction: row-reverse; }
.org-row-text { flex: 1; }
.org-row-visual { flex: 1; }
.org-row h2 { font-size: 32px; margin-bottom: 20px; }
.org-row p { color: #6b7280; font-size: 16px; margin-bottom: 14px; }
.org-step {
    display: flex; gap: 14px; margin-bottom: 18px; align-items: flex-start;
}
.org-step-num {
    flex: 0 0 36px;
    width: 36px; height: 36px;
    border-radius: 50%;
    background: #ea0a43;
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-weight: 600;
    font-size: 15px;
}
.org-step-body strong { display: block; color: #30353a; font-weight: 600; margin-bottom: 4px; font-size: 15px; }
.org-step-body p { font-size: 14.5px; margin: 0; }

/* ---------- Dark: scan app ---------- */
.org-scan-layout {
    display: flex; gap: 60px; align-items: center;
}
.org-scan-text { flex: 1; }
.org-scan-text h2 { font-size: 36px; margin-bottom: 18px; }
.org-scan-text p { color: rgba(255,255,255,.8); font-size: 17px; margin-bottom: 18px; }
.org-store-badges { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 22px; align-items: center; }
.org-store-badges a { display: inline-block; transition: .25s; }
.org-store-badges a:hover { transform: translateY(-2px); }
.org-store-badges img { height: 48px; width: auto; }

/* ---------- Chat teaser ---------- */
.org-chat {
    background: #fff;
    border-radius: 20px;
    padding: 60px 40px;
    box-shadow: 0 10px 40px rgba(48,53,58,.08);
    text-align: center;
    border: 1px solid #eef0f4;
}
.org-soon {
    display: inline-block;
    background: #f7f8fb;
    color: #8a9099;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 12px;
    margin-left: 10px;
    vertical-align: middle;
}

/* ---------- Responsive ---------- */
@media (max-width: 1199px) {
    .org-features { grid-template-columns: repeat(2, 1fr); }
    .org-hero h1 { font-size: 40px; }
}
@media (max-width: 991px) {
    .org-hero { padding: 70px 0 90px; text-align: center; }
    .org-hero h1 { font-size: 34px; }
    .org-hero-sub { margin-left: auto; margin-right: auto; }
    .org-newsletter { margin: 0 auto; }
    .org-hero-visual { margin-top: 50px; }
    .org-row, .org-scan-layout { flex-direction: column !important; gap: 40px; }
    .org-scan-visual { flex: 0 0 auto; max-width: 360px; }
    .org-section { padding: 70px 0; }
    .org-section h2 { font-size: 28px; }
}
@media (max-width: 640px) {
    .org-features { grid-template-columns: 1fr; }
    .org-hero h1 { font-size: 28px; }
    .org-hero-sub { font-size: 16px; }
    .org-newsletter { flex-direction: column; border-radius: 18px; padding: 12px; gap: 10px; background: rgba(255,255,255,.1); }
    .org-newsletter input { width: 100%; text-align: center; }
    .org-newsletter .button-access { width: 100%; }
    .org-row h2, .org-section h2, .org-scan-text h2 { font-size: 24px; }
    .org-minigraphs { gap: 8px; }
    .org-minigraphs img { flex: 1 1 90px; }
}
