/* ================================================
   321SPEED – ODTAH PAGE
   styles/odtah.css
   ================================================ */

/* ── HERO ── */
.odtah-hero {
    position: relative;
    height: 65vh;
    min-height: 480px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}

.odtah-hero-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.odtah-hero-bg video {
    width: 100%;
    height: 120%;
    object-fit: cover;
    opacity: 0.28;
}

.odtah-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(17,17,17,1) 0%, rgba(17,17,17,0.55) 45%, rgba(0,0,0,0.2) 100%),
        linear-gradient(to right, rgba(0,0,0,0.7) 0%, transparent 65%);
    z-index: 1;
}

.odtah-hero-content {
    position: relative;
    z-index: 2;
    padding-bottom: 70px;
    width: 100%;
}

.odtah-hero-back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,0.35);
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    margin-bottom: 28px;
    transition: color 0.25s;
}
.odtah-hero-back:hover { color: #fff; }
.odtah-hero-back:hover svg { transform: translateX(-3px); }
.odtah-hero-back svg { transition: transform 0.25s; }

.odtah-hero-eyebrow {
    color: var(--primary-color);
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 12px;
}

.odtah-hero-title {
    font-family: var(--font-heading);
    font-size: clamp(3rem, 6vw, 5.5rem);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 0.95;
    margin-bottom: 20px;
    letter-spacing: -1px;
}
.odtah-hero-title span {
    color: var(--primary-color);
    font-style: italic;
}

.odtah-hero-sub {
    font-size: 1rem;
    color: rgba(255,255,255,0.42);
    max-width: 500px;
    line-height: 1.65;
    margin-bottom: 28px;
}

.odtah-hero-chips {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.odtah-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 7px 14px;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(255,255,255,0.55);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.odtah-chip svg { color: #10B981; }

.odtah-hero-scroll {
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: rgba(255,255,255,0.2);
    animation: scrollBob 2s ease-in-out infinite;
}

@keyframes scrollBob {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%       { transform: translateX(-50%) translateY(6px); }
}

/* ── SHARED LABEL ── */
.odtah-label {
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 0.72rem;
    display: block;
    margin-bottom: 12px;
}

/* ── PRICING SECTION ── */
.odtah-pricing {
    padding: 90px 0 100px;
    background: var(--dark-bg);
}

.odtah-pricing-head {
    text-align: center;
    margin-bottom: 60px;
}

.odtah-pricing-title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3.5vw, 3rem);
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.odtah-pricing-title span { color: var(--primary-color); }

.odtah-pricing-sub {
    color: var(--text-gray);
    font-size: 0.92rem;
    max-width: 480px;
    margin: 0 auto;
    line-height: 1.6;
}

.odtah-pricing-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: start;
}

/* ── DISTANCE TABLE ── */
.odtah-table-label {
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: rgba(255,255,255,0.22);
    margin-bottom: 12px;
}

.odtah-table {
    background: var(--card-bg);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 8px;
    overflow: hidden;
}

.odtah-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    gap: 16px;
    position: relative;
    transition: background 0.2s;
}

.odtah-row:last-child { border-bottom: none; }
.odtah-row:hover { background: rgba(255,255,255,0.02); }

.odtah-row--base {
    background: rgba(255,45,45,0.05);
    border-bottom-color: rgba(255,45,45,0.1) !important;
}

.odtah-row--best {
    background: rgba(16,185,129,0.04);
    flex-wrap: wrap;
    gap: 8px;
}

.odtah-row-badge {
    position: absolute;
    top: 12px;
    right: 24px;
    font-size: 0.58rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #10B981;
    background: rgba(16,185,129,0.12);
    border: 1px solid rgba(16,185,129,0.25);
    padding: 2px 8px;
    border-radius: 3px;
}

.odtah-row--best .odtah-row-price { padding-right: 80px; }

.odtah-row-desc { flex: 1; }

.odtah-row-title {
    font-weight: 700;
    font-size: 0.9rem;
    color: #fff;
    margin-bottom: 3px;
}

.odtah-row-km {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
}

.odtah-row-note {
    font-size: 0.72rem;
    color: rgba(255,255,255,0.28);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.odtah-row-price {
    display: flex;
    align-items: baseline;
    gap: 4px;
    flex-shrink: 0;
}

.odtah-price-val {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--primary-color);
    line-height: 1;
}

.odtah-price-unit {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.3);
    font-weight: 600;
}

/* ── EXTRAS ── */
.odtah-extras-wrap {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.odtah-extras {
    background: var(--card-bg);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 8px;
    overflow: hidden;
}

.odtah-extra {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    gap: 12px;
    transition: background 0.2s;
}

.odtah-extra:last-child { border-bottom: none; }
.odtah-extra:hover { background: rgba(255,255,255,0.02); }

.odtah-extra--free { background: rgba(16,185,129,0.03); }
.odtah-extra--free:hover { background: rgba(16,185,129,0.05); }

.odtah-extra-left {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.odtah-extra-icon {
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: rgba(255,255,255,0.28);
}

.odtah-extra-icon--green {
    background: rgba(16,185,129,0.1);
    border-color: rgba(16,185,129,0.2);
    color: #10B981;
}

.odtah-extra-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: rgba(255,255,255,0.75);
    margin-bottom: 2px;
    line-height: 1.3;
}

.odtah-extra-note {
    font-size: 0.68rem;
    color: rgba(255,255,255,0.25);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.odtah-extra-price {
    font-family: var(--font-heading);
    font-size: 0.95rem;
    font-weight: 800;
    color: rgba(255,255,255,0.6);
    white-space: nowrap;
    flex-shrink: 0;
}

.odtah-extra-price--free {
    color: #10B981;
    font-size: 0.82rem;
    letter-spacing: 1px;
}

/* Discount note */
.odtah-discount-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 16px 18px;
    background: rgba(255,45,45,0.06);
    border: 1px solid rgba(255,45,45,0.14);
    border-radius: 6px;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.45);
    line-height: 1.55;
}

.odtah-discount-note svg { color: var(--primary-color); margin-top: 2px; flex-shrink: 0; }
.odtah-discount-note strong { color: rgba(255,255,255,0.75); }

/* ── RIDES / GALLERY ── */
.odtah-rides {
    padding: 80px 0 90px;
    background: #0a0a0a;
}

.odtah-rides-head {
    text-align: center;
    margin-bottom: 48px;
}

.odtah-rides-title {
    font-family: var(--font-heading);
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.odtah-rides-title span { color: var(--primary-color); }

.odtah-rides-sub {
    color: var(--text-gray);
    font-size: 0.9rem;
    max-width: 440px;
    margin: 0 auto;
}

.odtah-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}

.odtah-gallery-item {
    aspect-ratio: 4/3;
    border-radius: 6px;
    overflow: hidden;
    background: var(--card-bg);
    border: 1px solid rgba(255,255,255,0.05);
}

.odtah-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s;
}
.odtah-gallery-item:hover img { transform: scale(1.05); }

.odtah-gallery-item--ph {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(255,255,255,0.15);
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* ── CONTACT ── */
.odtah-contact {
    padding: 80px 0;
    background: var(--dark-bg);
}

.odtah-contact-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.odtah-contact-title {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 3vw, 2.8rem);
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 28px;
}
.odtah-contact-title span { color: var(--primary-color); }

.odtah-contact-person {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 24px;
}

.odtah-person-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    flex-shrink: 0;
}

.odtah-person-name {
    font-weight: 700;
    font-size: 0.95rem;
    color: #fff;
    margin-bottom: 2px;
}

.odtah-person-role {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,0.3);
}

.odtah-phone-link {
    display: inline-block;
    font-family: var(--font-heading);
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-color);
    text-decoration: none;
    margin-bottom: 28px;
    transition: color 0.2s;
    line-height: 1;
}
.odtah-phone-link:hover { color: var(--primary-hover); }

.odtah-stanowisko {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 16px 18px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.06);
    border-radius: 6px;
    color: rgba(255,255,255,0.3);
}

.odtah-stanowisko svg { flex-shrink: 0; margin-top: 3px; }

.odtah-stanowisko-label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(255,255,255,0.25);
    margin-bottom: 4px;
}

.odtah-stanowisko-addr {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.55);
    line-height: 1.5;
}

/* CTA card */
.odtah-cta-card {
    background: var(--card-bg);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 10px;
    padding: 40px 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 18px;
    position: relative;
    overflow: hidden;
}

.odtah-cta-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: var(--primary-color);
}

.odtah-cta-icon {
    width: 64px;
    height: 64px;
    background: rgba(255,45,45,0.08);
    border: 1px solid rgba(255,45,45,0.18);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
}

.odtah-cta-title {
    font-family: var(--font-heading);
    font-size: 1.3rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
}

.odtah-cta-text {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.4);
    line-height: 1.65;
    max-width: 280px;
}

.odtah-cta-btn {
    display: flex;
    align-items: center;
    gap: 9px;
    background: var(--primary-color);
    color: #fff;
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 15px 28px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s;
    width: 100%;
    justify-content: center;
}
.odtah-cta-btn:hover { background: var(--primary-hover); transform: translateY(-1px); color: #fff; }

.odtah-cta-secondary {
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255,255,255,0.3);
    text-decoration: none;
    transition: color 0.2s;
    padding: 4px 0;
}
.odtah-cta-secondary:hover { color: rgba(255,255,255,0.7); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
    .odtah-pricing-layout { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
    .odtah-gallery { grid-template-columns: repeat(2, 1fr); }
    .odtah-contact-inner { grid-template-columns: 1fr; gap: 40px; }
    .odtah-hero-title { font-size: 3rem; }
    .odtah-row { padding: 16px 18px; }
    .odtah-price-val { font-size: 1.3rem; }
}

@media (max-width: 480px) {
    .odtah-gallery { grid-template-columns: repeat(2, 1fr); gap: 8px; }
    .odtah-hero-chips { gap: 7px; }
    .odtah-chip { font-size: 0.68rem; padding: 6px 11px; }
    .odtah-cta-card { padding: 28px 22px; }
    .odtah-phone-link { font-size: 1.6rem; }
}