/* Custom styles for page ID 81 - Taxík Maxík */

.tmk-hero {
    background: #ffffff;
    padding: 4rem 2rem 3rem;
}

.tmk-hero__grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 3rem;
    align-items: center;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(37, 99, 235, 0.12);
    color: #1d4ed8;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 1.25rem;
}

.tmk-phone-hero {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
    color: #ffffff;
    border-radius: 14px;
    padding: 0.9rem 1.2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 10px 25px rgba(249, 115, 22, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tmk-phone-hero i {
    font-size: 1.2rem;
}

.tmk-phone-hero span {
    font-size: clamp(1.5rem, 2.8vw, 2.4rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.02em;
}

.tmk-phone-hero:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(249, 115, 22, 0.35);
}

.tmk-phone-hero,
.tmk-phone-hero:visited,
.tmk-phone-hero:hover,
.tmk-phone-hero:focus {
    color: #ffffff;
}

.tmk-hero__title {
    font-size: 2.8rem;
    line-height: 1.15;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 1rem;
    letter-spacing: -0.02em;
}

.tmk-hero__subtitle {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.75;
    color: #475569;
}

.tmk-hero__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.tmk-hero__chips span {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #fff7ed;
    color: #9a3412;
    border: 1px solid #fed7aa;
    border-radius: 999px;
    padding: 0.5rem 0.9rem;
    font-size: 0.9rem;
    font-weight: 600;
}

.tmk-hero__media img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.1);
}

.tmk-contact-section,
.tmk-target-section,
.tmk-service-section,
.tmk-cta-section {
    padding: 4.5rem 2rem;
}

.tmk-contact-section {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-top: 1px solid #e5e7eb;
}

.tmk-contact-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 2rem;
}

.tmk-contact-card,
.tmk-quick-info {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 2rem;
}

.tmk-card-icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    border: 2px solid #f59e0b;
    color: #f59e0b;
    display: grid;
    place-items: center;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.tmk-contact-card h3,
.tmk-quick-info h3 {
    margin: 0 0 1rem;
    font-size: 1.45rem;
    color: #0f172a;
}

.tmk-row {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin: 0.7rem 0;
    color: #334155;
}

.tmk-row i {
    color: #f59e0b;
}

.tmk-row a {
    color: #c2410c;
    text-decoration: none;
    font-weight: 600;
}

.tmk-row a:hover {
    color: #9a3412;
    text-decoration: underline;
}

.tmk-note,
.tmk-quick-info p {
    color: #64748b;
    line-height: 1.75;
}

.tmk-section-header {
    max-width: 760px;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.tmk-section-header h2 {
    margin: 0;
    font-size: 2.3rem;
    font-weight: 800;
    color: #0f172a;
}

.tmk-section-header p {
    margin: 1rem 0 0;
    color: #64748b;
    font-size: 1.05rem;
}

.tmk-target-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.tmk-target-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 1.6rem;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tmk-target-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.tmk-target-card i {
    font-size: 2rem;
    color: #f59e0b;
    margin-bottom: 0.75rem;
}

.tmk-target-card h4 {
    margin: 0 0 0.5rem;
    color: #0f172a;
}

.tmk-target-card p {
    margin: 0;
    color: #64748b;
    line-height: 1.65;
}

.tmk-service-section {
    background: #ffffff;
}

.tmk-tabs {
    max-width: 1100px;
    margin: 0 auto;
}

.tmk-tabs__nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.tmk-tab-btn {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #334155;
    border-radius: 12px;
    padding: 0.85rem 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.tmk-tab-btn.active {
    border-color: #f59e0b;
    background: #fff7ed;
    color: #9a3412;
}

.tmk-tab-btn:hover {
    border-color: #f59e0b;
}

.tmk-tabs__content {
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    background: #ffffff;
    padding: 1.2rem;
}

.tmk-tab-panel {
    display: none;
}

.tmk-tab-panel.active {
    display: block;
}

.tmk-topic-card {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    border-radius: 12px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}

.tmk-topic-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #fff7ed;
    color: #ea580c;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}

.tmk-topic-card h4 {
    margin: 0 0 0.45rem;
    color: #0f172a;
}

.tmk-topic-card p {
    margin: 0;
    color: #64748b;
    line-height: 1.75;
}

.tmk-topic-card a {
    color: #c2410c;
    font-weight: 700;
    text-decoration: none;
}

.tmk-topic-card a:hover {
    color: #9a3412;
    text-decoration: underline;
}

.tmk-cta-section {
    background: linear-gradient(135deg, #fffbeb 0%, #fff7ed 100%);
    border-top: 1px solid #fde68a;
}

.tmk-cta-box {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 2.2rem;
    border-radius: 18px;
    background: #ffffff;
    border: 1px solid #fed7aa;
    box-shadow: 0 14px 30px rgba(249, 115, 22, 0.08);
}

.tmk-cta-box h2 {
    margin: 0;
    font-size: 2rem;
    color: #0f172a;
}

.tmk-cta-box p {
    color: #64748b;
    margin: 0.9rem 0 1.3rem;
}

.tmk-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    text-decoration: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #f59e0b 0%, #f97316 100%);
    color: #ffffff;
    padding: 0.85rem 1.2rem;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.tmk-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(249, 115, 22, 0.24);
}

@media (max-width: 1024px) {
    .tmk-hero__grid,
    .tmk-contact-grid,
    .tmk-target-grid,
    .tmk-tabs__nav {
        grid-template-columns: 1fr;
    }

    .tmk-hero__title {
        font-size: 2.2rem;
    }

    .tmk-hero__media img {
        height: 320px;
    }
}

@media (max-width: 768px) {
    .tmk-hero,
    .tmk-contact-section,
    .tmk-target-section,
    .tmk-service-section,
    .tmk-cta-section {
        padding: 3.2rem 1rem;
    }

    .tmk-phone-hero {
        width: 100%;
        justify-content: center;
    }

    .tmk-phone-hero span {
        font-size: clamp(1.3rem, 7vw, 2rem);
    }

    .tmk-section-header h2 {
        font-size: 1.8rem;
    }
}
