/* TaxiShik Intercity Landing - modern lightweight style */
@font-face {
    font-family: 'Pelak';
    src: url('/Fonts/PelakFA-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Pelak';
    src: url('/Fonts/PelakFA-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

:root {
    --ts-bg: #f7f8fb;
    --ts-surface: #ffffff;
    --ts-surface-2: #f1f4f8;
    --ts-text: #121826;
    --ts-muted: #647083;
    --ts-line: rgba(18, 24, 38, .10);
    --ts-primary: #111827;
    --ts-gold: #f0b83a;
    --ts-gold-2: #ffe7a1;
    --ts-green: #16a34a;
    --ts-radius-xl: 30px;
    --ts-radius-lg: 22px;
    --ts-shadow: 0 24px 80px rgba(15, 23, 42, .10);
    --ts-shadow-soft: 0 14px 38px rgba(15, 23, 42, .08);
}

* { box-sizing: border-box; }
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
body {
    margin: 0;
    font-family: Pelak, Tahoma, Arial, sans-serif;
    color: var(--ts-text);
    background:
        radial-gradient(circle at top right, rgba(240, 184, 58, .18), transparent 32rem),
        linear-gradient(180deg, #ffffff 0%, var(--ts-bg) 48%, #ffffff 100%);
    overflow-x: hidden;
    text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container {
    width: min(1120px, calc(100% - 32px));
    margin-inline: auto;
}

.hero.ts-hero {
    position: relative;
    min-height: auto;
    padding: 18px 0 54px;
    isolation: isolate;
    overflow: hidden;
}
.hero.ts-hero::before,
.hero.ts-hero::after {
    content: '';
    position: absolute;
    border-radius: 999px;
    z-index: -1;
    pointer-events: none;
}
.hero.ts-hero::before {
    width: 480px;
    height: 480px;
    right: -180px;
    top: -160px;
    background: rgba(240, 184, 58, .18);
    filter: blur(8px);
}
.hero.ts-hero::after {
    width: 360px;
    height: 360px;
    left: -160px;
    bottom: 30px;
    background: rgba(17, 24, 39, .06);
}

.ts-topbar {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 10px;
    margin-bottom: 34px;
    background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(255, 255, 255, .70);
    border-radius: 999px;
    box-shadow: 0 12px 40px rgba(15, 23, 42, .07);
    backdrop-filter: blur(14px);
}
.ts-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}
.ts-brand img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    border-radius: 18px;
    background: #fff;
    padding: 7px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, .10);
}
.ts-brand span { display: grid; gap: 2px; }
.ts-brand b { font-size: 1.05rem; font-weight: 800; letter-spacing: -.02em; }
.ts-brand small { color: var(--ts-muted); font-size: .78rem; }
.ts-top-call {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 10px 18px;
    border-radius: 999px;
    color: #111827;
    background: linear-gradient(135deg, var(--ts-gold-2), var(--ts-gold));
    box-shadow: 0 16px 34px rgba(240, 184, 58, .28);
    font-weight: 800;
    white-space: nowrap;
}
.ts-top-call i {
    width: 34px;
    height: 34px;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, .58);
}
.ts-top-call span { color: rgba(17, 24, 39, .72); font-size: .84rem; }
.ts-top-call strong { font-size: 1.03rem; }

.ts-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, .8fr);
    gap: 28px;
    align-items: stretch;
}
.ts-hero-content {
    padding: clamp(22px, 4vw, 44px);
    border: 1px solid rgba(255, 255, 255, .74);
    border-radius: var(--ts-radius-xl);
    background:
        linear-gradient(145deg, rgba(255,255,255,.94), rgba(255,255,255,.76)),
        radial-gradient(circle at 10% 20%, rgba(240,184,58,.18), transparent 18rem);
    box-shadow: var(--ts-shadow);
}
.ts-badge {
    width: max-content;
    max-width: 100%;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 14px;
    border-radius: 999px;
    background: rgba(240, 184, 58, .15);
    color: #7a4b00;
    font-size: .88rem;
    font-weight: 800;
}
.hero h1 {
    max-width: 760px;
    margin: 22px 0 14px;
    font-size: clamp(1.7rem, 3vw, 2.55rem);
    line-height: 1.16;
    letter-spacing: -.055em;
    color: var(--ts-primary);
}
.hero-desc {
    max-width: 670px;
    margin: 0 0 22px;
    color: var(--ts-muted);
    font-size: clamp(1rem, 1.5vw, 1.18rem);
    line-height: 2.05;
}

.phone-banner.ts-phone-banner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin: 22px 0;
}
.phone-card.ts-phone-card {
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 7px;
    padding: 18px 20px;
    border-radius: 24px;
    background: #fff;
    border: 1px solid var(--ts-line);
    box-shadow: var(--ts-shadow-soft);
    transition: transform .18s ease, box-shadow .18s ease;
}
.phone-card.ts-phone-card::after {
    content: '\f095';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(-16deg);
    color: rgba(17, 24, 39, .07);
    font-size: 3rem;
}
.phone-card.ts-phone-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 50px rgba(15, 23, 42, .12);
}
.phone-card.ts-phone-main {
    color: #111827;
    background: linear-gradient(135deg, #fff2bf 0%, #f0b83a 100%);
    border-color: rgba(240, 184, 58, .46);
}
.phone-card span {
    position: relative;
    z-index: 1;
    color: rgba(17, 24, 39, .68);
    font-size: .88rem;
    font-weight: 800;
}
.phone-card strong {
    position: relative;
    z-index: 1;
    font-size: clamp(1.28rem, 2.6vw, 2rem);
    font-weight: 900;
    letter-spacing: .02em;
}

.quick-reserve-box.ts-reserve-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 8px;
    padding: 20px;
    border-radius: 26px;
    background: #111827;
    color: #fff;
    box-shadow: 0 22px 58px rgba(17, 24, 39, .22);
}
.qr-title { font-size: 1.18rem; font-weight: 900; margin-bottom: 6px; }
.qr-desc { color: rgba(255,255,255,.70); line-height: 1.8; }
.qr-action {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #fff;
    color: #111827;
    font-weight: 900;
}

.ts-hero-panel {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 420px;
    padding: 28px;
    border-radius: var(--ts-radius-xl);
    background:
        linear-gradient(160deg, #111827 0%, #1f2937 58%, #3c2b0d 100%);
    color: #fff;
    box-shadow: var(--ts-shadow);
}
.ts-hero-panel::before {
    content: '';
    position: absolute;
    inset: auto -80px -80px auto;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(240, 184, 58, .30);
    filter: blur(4px);
}
.ts-mini-map {
    position: relative;
    min-height: 210px;
    border-radius: 28px;
    background:
        linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,.06) 1px, transparent 1px);
    background-size: 36px 36px;
    border: 1px solid rgba(255,255,255,.12);
}
.ts-mini-map i {
    position: absolute;
    left: 42%;
    top: 45%;
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    color: #111827;
    background: linear-gradient(135deg, #fff2bf, var(--ts-gold));
    box-shadow: 0 18px 40px rgba(240, 184, 58, .28);
    font-size: 1.65rem;
}
.ts-dot {
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0 8px rgba(255,255,255,.11);
}
.ts-dot-a { right: 38px; top: 42px; }
.ts-dot-b { left: 48px; bottom: 48px; background: var(--ts-gold); box-shadow: 0 0 0 8px rgba(240,184,58,.15); }
.ts-route-line {
    position: absolute;
    right: 62px;
    top: 64px;
    left: 68px;
    bottom: 68px;
    border: 2px dashed rgba(255,255,255,.34);
    border-right: 0;
    border-top: 0;
    border-radius: 0 0 0 80px;
}
.ts-panel-title {
    position: relative;
    z-index: 1;
    margin-top: 22px;
    font-size: 1.55rem;
    line-height: 1.55;
    font-weight: 900;
}
.ts-panel-items {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 10px;
    margin-top: 18px;
}
.ts-panel-items span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 14px;
    border-radius: 16px;
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.10);
    color: rgba(255,255,255,.88);
}
.ts-panel-items i { color: var(--ts-gold); }

.trust.ts-trust { padding: 18px 0 30px; }
.trust.ts-trust ul,
.routes.ts-routes ul,
.content.ts-content-card ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.trust.ts-trust ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}
.trust.ts-trust li {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 64px;
    padding: 14px 16px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--ts-line);
    box-shadow: 0 10px 28px rgba(15,23,42,.05);
    color: #334155;
    font-weight: 800;
}
.trust.ts-trust li i { color: var(--ts-green); }

.content.ts-content-card,
.routes.ts-routes,
.faq.ts-faq { padding: 26px 0; }
.content.ts-content-card .container,
.routes.ts-routes .container,
.faq.ts-faq .container {
    padding: clamp(22px, 3.4vw, 38px);
    border-radius: var(--ts-radius-xl);
    background: rgba(255,255,255,.86);
    border: 1px solid var(--ts-line);
    box-shadow: 0 14px 44px rgba(15,23,42,.06);
}
.content h2,
.routes h2,
.faq h2 {
    margin: 0 0 14px;
    color: #111827;
    font-size: clamp(1.35rem, 2.6vw, 2rem);
    line-height: 1.55;
    letter-spacing: -.025em;
}
.content p,
.faq p {
    color: var(--ts-muted);
    line-height: 2.05;
    margin: 0 0 22px;
}
.content.ts-content-card ul {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 10px;
}
.content.ts-content-card li {
    padding: 14px 16px;
    border-radius: 18px;
    background: var(--ts-surface-2);
    color: #334155;
    font-weight: 800;
}
.routes.ts-routes ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}
.routes.ts-routes a {
    display: flex;
    align-items: center;
    min-height: 64px;
    padding: 14px 16px;
    border-radius: 19px;
    background: #111827;
    color: #fff;
    font-weight: 800;
    transition: transform .18s ease, background .18s ease;
}
.routes.ts-routes a:hover { transform: translateY(-2px); background: #273244; }
.ts-faq-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 18px;
}
.ts-faq article {
    padding: 16px;
    border-radius: 20px;
    background: var(--ts-surface-2);
    border: 1px solid rgba(18,24,38,.06);
}
.ts-faq h3 {
    margin: 0 0 8px;
    font-size: 1rem;
    color: #111827;
}
.ts-faq p { margin: 0; font-size: .94rem; }

.office-section {
    padding: 24px 0 8px;
}
.office-box {
    padding: clamp(18px, 2.8vw, 28px);
    border-radius: var(--ts-radius-xl);
    background:
        linear-gradient(135deg, rgba(255,255,255,.92), rgba(255,255,255,.78)),
        radial-gradient(circle at 94% 0%, rgba(240,184,58,.18), transparent 18rem);
    border: 1px solid var(--ts-line);
    box-shadow: 0 16px 48px rgba(15,23,42,.07);
}
.office-info-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(170px, .55fr) minmax(170px, .55fr);
    gap: 14px;
    align-items: stretch;
}
.office-main {
    padding: 8px 0;
}
.office-main h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 14px;
    color: #111827;
    font-size: 1.18rem;
    font-weight: 900;
}
.office-main p {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 0 0 10px;
    color: #334155;
    line-height: 1.9;
    font-weight: 700;
}
.office-main .office-note {
    color: var(--ts-muted);
    font-size: .92rem;
    font-weight: 500;
}
.office-main .office-note span {
    color: #111827;
    font-weight: 900;
}
.text-gold { color: var(--ts-gold); }
.office-mini-card {
    display: grid;
    align-content: center;
    justify-items: start;
    gap: 7px;
    padding: 18px;
    border-radius: 22px;
    background: #111827;
    color: #fff;
    min-height: 118px;
}
.office-mini-card > i {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: rgba(255,255,255,.08);
}
.office-mini-card span {
    color: rgba(255,255,255,.68);
    font-size: .86rem;
    font-weight: 700;
}
.office-mini-card a,
.office-mini-card strong {
    color: #fff;
    font-size: 1.02rem;
    font-weight: 900;
}

.footer.ts-footer {
    width: min(1120px, calc(100% - 32px));
    margin: 26px auto 28px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 22px;
    background: #111827;
    color: rgba(255,255,255,.78);
}
.footer.ts-footer a { color: var(--ts-gold-2); font-weight: 900; }

.ts-hero-photo-panel {
    min-height: 520px;
    padding: 0;
    background: #111827;
}
.ts-hero-photo-panel > img {
    width: 100%;
    height: 100%;
    min-height: 520px;
    object-fit: cover;
    object-position: center;
}
.ts-hero-photo-panel::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(17,24,39,.04) 0%, rgba(17,24,39,.16) 45%, rgba(17,24,39,.82) 100%);
    pointer-events: none;
}
.ts-photo-overlay {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 2;
    padding: 18px;
    border-radius: 24px;
    background: rgba(17, 24, 39, .62);
    border: 1px solid rgba(255,255,255,.16);
    backdrop-filter: blur(12px);
}
.ts-footer-url {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 980px) {
    .ts-hero-grid { grid-template-columns: 1fr; }
    .ts-hero-panel { min-height: 300px; }
    .ts-hero-photo-panel,
    .ts-hero-photo-panel > img { min-height: 360px; }
    .trust.ts-trust ul,
    .routes.ts-routes ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ts-faq-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .office-info-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .container { width: min(100% - 22px, 1120px); }
    .hero.ts-hero { padding-top: 10px; padding-bottom: 28px; }
    .ts-topbar {
        border-radius: 24px;
        align-items: stretch;
        flex-direction: column;
        margin-bottom: 18px;
    }
    .ts-top-call { justify-content: center; width: 100%; }
    .ts-brand img { width: 48px; height: 48px; border-radius: 16px; }
    .ts-hero-content { padding: 20px; border-radius: 28px; }
    .ts-badge { width: 100%; justify-content: center; text-align: center; font-size: .8rem; }
    .hero h1 { margin-top: 18px; font-size: 2rem; }
    .hero-desc { font-size: .96rem; line-height: 1.9; }
    .phone-banner.ts-phone-banner { grid-template-columns: 1fr; }
    .phone-card.ts-phone-card { padding: 16px 18px; border-radius: 22px; }
    .quick-reserve-box.ts-reserve-card {
        align-items: stretch;
        flex-direction: column;
        padding: 18px;
        border-radius: 24px;
    }
    .qr-action { justify-content: center; width: 100%; }
    .ts-hero-panel { padding: 20px; border-radius: 28px; min-height: 270px; }
    .ts-hero-photo-panel { padding: 0; }
    .ts-hero-photo-panel,
    .ts-hero-photo-panel > img { min-height: 300px; }
    .ts-photo-overlay { left: 12px; right: 12px; bottom: 12px; padding: 14px; border-radius: 20px; }
    .ts-panel-title { font-size: 1.18rem; margin-top: 0; }
    .ts-panel-items { gap: 7px; margin-top: 10px; }
    .ts-panel-items span { padding: 9px 11px; font-size: .88rem; }
    .ts-mini-map { min-height: 150px; }
    .ts-mini-map i { width: 52px; height: 52px; font-size: 1.35rem; }
    .trust.ts-trust ul,
    .content.ts-content-card ul,
    .routes.ts-routes ul,
    .ts-faq-grid { grid-template-columns: 1fr; }
    .trust.ts-trust li { min-height: 56px; }
    .content.ts-content-card,
    .routes.ts-routes,
    .faq.ts-faq { padding: 14px 0; }
    .content.ts-content-card .container,
    .routes.ts-routes .container,
    .faq.ts-faq .container { padding: 20px; border-radius: 26px; }
    .office-section { padding-top: 14px; }
    .office-box { border-radius: 26px; }
    .office-main h4 { font-size: 1.05rem; }
    .office-main p { font-size: .92rem; }
    .footer.ts-footer { flex-direction: column; gap: 8px; text-align: center; }
    .ts-footer-url { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
    }
}

.ts-hero-photo-panel.is-image-missing {
    background:
        radial-gradient(circle at 24% 22%, rgba(245, 183, 77, .24), transparent 34%),
        linear-gradient(145deg, #12151f, #242a38);
}

.ts-hero-photo-panel.is-image-missing::before {
    content: "تصویر Hero.webp پیدا نشد";
    position: absolute;
    inset: auto 22px 22px 22px;
    z-index: 3;
    padding: 12px 14px;
    border-radius: 18px;
    color: #fff;
    background: rgba(0, 0, 0, .35);
    border: 1px solid rgba(255, 255, 255, .12);
    font-size: .92rem;
    text-align: center;
}
