/* ===================================================
   Tasimaks Tur Yönetimi Sayfası - Özel Stiller
   =================================================== */
:root {
    --product-accent: #b87a12;
    --product-accent-dark: #96630e;
    --product-accent-light: rgba(232, 185, 91, 0.16);
}

/* ===== HERO - İki Kolon ===== */
.product-hero {
    background: linear-gradient(135deg, #b87a12 0%, #d29a32 60%, #e8b95b 100%);
    padding: 140px 0 80px;
    color: #fff;
    text-align: left;
    overflow: hidden;
    position: relative;
}

.product-hero::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(232, 185, 91, 0.28) 0%, transparent 70%);
    pointer-events: none;
}

.hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.hero-text { z-index: 2; }

.hero-text .eyebrow {
    justify-content: flex-start !important;
    color: rgba(255,255,255,0.85);
    margin-bottom: 1.25rem;
}

.product-hero h1 {
    font-family: var(--font-display);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    line-height: 1.18;
    margin-bottom: 1.25rem;
    color: #fff !important;
}

.product-hero p {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.85);
    line-height: 1.7;
    margin-bottom: 2rem;
    max-width: 520px;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: flex-start !important;
}

.hero-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.hero-visual svg {
    width: 100%;
    max-width: 460px;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.3));
}

/* ===== TUR DENEYİMİ: WEB + MOBİL ===== */
.tour-experience {
    padding: 104px 0;
    background: linear-gradient(180deg, #ffffff 0%, #fffaf2 100%);
    overflow: hidden;
}

.tour-experience-heading {
    max-width: 760px;
    margin: 0 auto 2.5rem;
    text-align: center;
}

.tour-experience-heading .eyebrow {
    color: var(--product-accent-dark);
    justify-content: center;
}

.tour-experience-heading h2 {
    margin: 0.75rem 0;
    font-family: var(--font-display);
    color: var(--ink, #0E1B2C);
    font-size: clamp(1.85rem, 3.4vw, 2.7rem);
    font-weight: 800;
    line-height: 1.18;
}

.tour-experience-heading p {
    margin: 0;
    color: #536174;
    font-size: 1.05rem;
    line-height: 1.7;
}

.tour-tabs {
    width: fit-content;
    max-width: 100%;
    display: flex;
    gap: 0.4rem;
    margin: 0 auto 2.5rem;
    padding: 0.4rem;
    border: 1px solid #f1dfc4;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(111, 72, 11, 0.08);
}

.tour-tab {
    appearance: none;
    border: 0;
    border-radius: 11px;
    background: transparent;
    color: #697386;
    cursor: pointer;
    font: 700 0.95rem var(--font-display);
    padding: 0.85rem 1.15rem;
    transition: background .2s ease, color .2s ease, box-shadow .2s ease;
}

.tour-tab i { margin-right: 0.45rem; }

.tour-tab:hover { color: var(--product-accent-dark); }

.tour-tab.is-active {
    color: #fff;
    background: var(--product-accent);
    box-shadow: 0 6px 16px rgba(184, 122, 18, 0.28);
}

.tour-tab-panel {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
    gap: clamp(2.5rem, 6vw, 5.5rem);
    align-items: center;
    min-height: 510px;
    padding: clamp(1.5rem, 4vw, 3.25rem);
    border: 1px solid #f3e4cf;
    border-radius: 32px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(82, 53, 15, 0.1);
}

.tour-tab-panel[hidden] { display: none; }

.tour-panel-label {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .45rem .7rem;
    border-radius: 999px;
    background: #fff1dc;
    color: #a96408;
    font-weight: 700;
    font-size: .82rem;
}

.tour-panel-copy h3 {
    margin: 1rem 0 .8rem;
    color: var(--ink, #0E1B2C);
    font: 800 clamp(1.55rem, 2.4vw, 2.15rem)/1.2 var(--font-display);
}

.tour-panel-copy > p {
    margin: 0;
    color: #526174;
    line-height: 1.7;
}

.tour-feature-list {
    display: grid;
    gap: 1rem;
    margin: 1.8rem 0;
    padding: 0;
    list-style: none;
}

.tour-feature-list li { display: flex; gap: .85rem; align-items: flex-start; }
.tour-feature-list li > span {
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--product-accent-light);
    color: var(--product-accent-dark);
}
.tour-feature-list strong, .tour-feature-list small { display: block; }
.tour-feature-list strong { color: #1c2a3a; font-size: .98rem; margin: .05rem 0 .14rem; }
.tour-feature-list small { color: #68758a; font-size: .88rem; line-height: 1.45; }

.tour-bundle-note {
    display: flex;
    gap: .7rem;
    align-items: flex-start;
    padding: 1rem;
    border: 1px solid #f2d6aa;
    border-radius: 14px;
    background: #fff8ee;
    color: #6d4a1d;
    font-size: .9rem;
    line-height: 1.5;
}
.tour-bundle-note > i { color: var(--product-accent); margin-top: .2rem; }

.mobile-showcase {
    position: relative;
    min-height: 450px;
    isolation: isolate;
}
.mobile-showcase::before {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 6% 5% 4% 13%;
    border-radius: 48% 52% 42% 58%;
    background: radial-gradient(circle at 72% 25%, #ffe7bd 0 6%, transparent 7%), linear-gradient(145deg, #fff5e6, #f6cf8c);
}
.showcase-phone {
    position: absolute;
    margin: 0;
    filter: drop-shadow(0 20px 22px rgba(31, 35, 43, .24));
    will-change: transform;
    cursor: zoom-in;
}
.showcase-phone:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.showcase-phone img { display: block; width: 100%; height: 100%; object-fit: contain; }
.showcase-phone figcaption {
    position: absolute;
    z-index: 2;
    left: 50%;
    bottom: 11px;
    padding: .35rem .55rem;
    border-radius: 999px;
    background: rgba(20, 27, 38, .84);
    color: #fff;
    font-size: .67rem;
    font-weight: 700;
    white-space: nowrap;
    transform: translateX(-50%);
}
.showcase-phone-main { z-index: 3; width: 215px; height: 430px; left: 50%; top: 7px; animation: tour-phone-main-float 5.2s ease-in-out infinite; }
.showcase-phone-top { width: 136px; height: 272px; right: 0; top: 17px; animation: tour-phone-top-float 4.6s ease-in-out .35s infinite; }
.showcase-phone-bottom { width: 140px; height: 280px; left: 1%; bottom: 4px; animation: tour-phone-bottom-float 5.6s ease-in-out .7s infinite; }

@keyframes tour-phone-main-float {
    0%, 100% { transform: translateX(-50%) translateY(0) rotate(0); }
    50% { transform: translateX(-50%) translateY(-10px) rotate(.5deg); }
}
@keyframes tour-phone-top-float {
    0%, 100% { transform: translateY(0) rotate(8deg); }
    50% { transform: translateY(-9px) rotate(5deg); }
}
@keyframes tour-phone-bottom-float {
    0%, 100% { transform: translateY(0) rotate(-9deg); }
    50% { transform: translateY(-11px) rotate(-5deg); }
}

@media (prefers-reduced-motion: reduce) {
    .showcase-phone { animation: none; }
    .showcase-phone-main { transform: translateX(-50%); }
    .showcase-phone-top { transform: rotate(8deg); }
    .showcase-phone-bottom { transform: rotate(-9deg); }
}

body.tour-lightbox-open { overflow: hidden; }
.tour-image-lightbox {
    width: min(94vw, 760px);
    height: min(94vh, 920px);
    max-width: none;
    max-height: none;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 28px 80px rgba(10, 18, 30, .42);
}
.tour-image-lightbox::backdrop { background: rgba(9, 15, 25, .82); backdrop-filter: blur(5px); }
.tour-lightbox-content { display: grid; grid-template-rows: auto minmax(0, 1fr); height: 100%; }
.tour-lightbox-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: .85rem 1rem .85rem 1.25rem;
    border-bottom: 1px solid #e8edf3;
}
.tour-lightbox-header h2 { margin: 0; color: #17202d; font: 700 1rem var(--font-display); }
.tour-lightbox-close {
    display: grid;
    width: 40px;
    height: 40px;
    padding: 0;
    place-items: center;
    border: 0;
    border-radius: 50%;
    background: #f1f4f7;
    color: #17202d;
    cursor: pointer;
}
.tour-lightbox-close:hover { background: #e4e9ef; }
.tour-lightbox-close:focus-visible { outline: 3px solid var(--product-accent); outline-offset: 2px; }
.tour-lightbox-image-wrap { min-height: 0; padding: 1rem; overflow: auto; text-align: center; }
.tour-lightbox-image-wrap img { display: block; width: auto; max-width: 100%; height: auto; max-height: 100%; margin: auto; object-fit: contain; }

@media (max-width: 600px) {
    .tour-image-lightbox { width: 96vw; height: 92vh; border-radius: 16px; }
    .tour-lightbox-image-wrap { padding: .6rem; }
}

/* Gerçek web ekranı: katmanlı tarayıcı sunumu */
#web-panel {
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.25fr);
    gap: clamp(2rem, 3vw, 3rem);
}
.web-showcase {
    position: relative;
    isolation: isolate;
    min-width: 0;
    padding: 2rem 0 1.5rem;
}
.web-showcase::before {
    content: '';
    position: absolute;
    z-index: -2;
    inset: 0 -1rem;
    border-radius: 38% 14% 32% 14%;
    background: radial-gradient(ellipse at 78% 28%, #ffdcac, transparent 65%), linear-gradient(140deg, #fffaf2, #ffedd3);
}
.web-showcase::after {
    content: '';
    position: absolute;
    z-index: -1;
    inset: 18% 3% 19%;
    border: 1px solid rgba(184, 122, 18, .23);
    border-radius: 20px;
    transform: rotate(5deg);
}
.web-showcase-heading { display: grid; gap: .3rem; margin: 0 0 1.6rem 1rem; }
.web-showcase-kicker { color: #96630e; font-size: .64rem; font-weight: 800; letter-spacing: .18em; }
.web-showcase-caption { color: #263343; font: 600 1rem var(--font-display); }
.web-screen { position: relative; margin: 0; transform: rotate(-2deg); transition: transform .3s ease; }
.web-screen:focus-within { transform: rotate(0); }
.web-screen-trigger {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 1px solid #d9dfe6;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 24px 38px -14px rgba(32, 43, 57, .32), 0 3px 8px rgba(32, 43, 57, .08);
    cursor: zoom-in;
    text-align: left;
}
.web-screen-trigger:focus-visible { outline: 3px solid var(--product-accent); outline-offset: 5px; }
.web-browser-bar { display: flex; align-items: center; gap: .65rem; padding: .7rem .85rem; background: #202b3a; color: #c4cdd8; }
.web-browser-dots { display: flex; gap: 4px; }
.web-browser-dots span { width: 6px; height: 6px; border-radius: 50%; background: #738092; }
.web-browser-dots span:first-child { background: #f5a855; }
.web-browser-title { flex: 1; text-align: center; font-size: .6rem; letter-spacing: .02em; }
.web-browser-title i { margin-right: .3rem; font-size: .5rem; }
.web-browser-bar > i { font-size: .65rem; }
.web-screen-trigger img { display: block; width: 100%; height: auto; }
.web-screen-zoom { display: flex; justify-content: center; align-items: center; gap: .4rem; padding: .55rem; border-top: 1px solid #e9edf2; color: #6a4c20; background: #fff; font-size: .68rem; font-weight: 600; }
.web-screen figcaption { display: flex; justify-content: space-between; gap: .5rem; padding: .75rem .6rem 0; color: #51432d; font-size: .65rem; font-weight: 700; }
.web-screen figcaption span { color: #796b56; font-weight: 400; }
.web-showcase-features { display: flex; flex-wrap: wrap; justify-content: center; gap: .45rem; margin: 1.75rem -.25rem 0; }
.web-showcase-features > span { display: inline-flex; align-items: center; gap: .4rem; padding: .6rem .7rem; border: 1px solid #fff; border-radius: 10px; background: rgba(255, 255, 255, .9); box-shadow: 0 5px 14px rgba(120, 78, 16, .06); color: #63513a; font-size: .65rem; font-weight: 600; }
.web-showcase-features i { color: #d6881e; }
.tour-image-lightbox.is-wide { width: min(96vw, 1600px); height: fit-content; max-height: 92vh; max-height: 92dvh; }
.tour-image-lightbox.is-wide .tour-lightbox-content { height: auto; max-height: 92vh; max-height: 92dvh; }
.tour-image-lightbox.is-wide .tour-lightbox-image-wrap img { width: 100%; }
@media (hover: hover) {
    .web-screen:hover { transform: translateY(-4px) rotate(0); }
    .web-screen-trigger:hover .web-screen-zoom { background: #fff8ed; }
}
@media (prefers-reduced-motion: reduce) {
    .web-screen { transition: none; }
}
/* ===== PAKET TABLOSU ===== */
.packages-section {
    padding: 100px 0;
    background: var(--mist, #F5F7FB);
}

.packages-section .section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.packages-section .section-header h2 {
    font-family: var(--font-display);
    font-size: clamp(1.8rem, 3vw, 2.5rem);
    font-weight: 800;
    color: var(--ink, #0E1B2C) !important;
    margin-top: 0.75rem;
}

.packages-section .section-header p {
    color: var(--light-text, #6b7280);
    font-size: 1.05rem;
    margin-top: 0.5rem;
}

/* Web / Mobil Kartlar */
.product-type-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
}

.product-type-card {
    background: #fff;
    border-radius: 24px;
    padding: 2rem 1.5rem;
    border: 1.5px solid #e5e7eb;
    box-shadow: 0 8px 24px -8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.product-type-card:hover {
    border-color: var(--product-accent);
    box-shadow: 0 16px 40px -12px rgba(184, 122, 18, 0.22);
    transform: translateY(-4px);
}

.card-type-label {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--product-accent);
    margin-bottom: 1.5rem;
}

/* Telefon Mockup */
.phone-mockup-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 1.75rem;
}

.phone-mockup {
    width: 130px;
    height: 220px;
    background: #0E1B2C;
    border-radius: 22px;
    border: 3px solid #2d3f55;
    box-shadow: 0 12px 32px rgba(0,0,0,0.25), inset 0 0 0 1px rgba(255,255,255,0.06);
    position: relative;
    overflow: hidden;
}

.phone-mockup::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 36px;
    height: 5px;
    background: #2d3f55;
    border-radius: 3px;
    z-index: 2;
}

.phone-screen {
    position: absolute;
    inset: 20px 5px 5px;
    background: #fff5ec;
    border-radius: 14px;
    overflow: hidden;
    padding: 5px;
}

.phone-screen-inner {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, var(--product-accent) 30%, #fff 30%);
    border-radius: 10px;
    position: relative;
}

.phone-screen-inner::before {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: rgba(255,255,255,0.3);
    border-radius: 50%;
}

.phone-screen-inner::after {
    content: '';
    position: absolute;
    top: 40px;
    left: 8px;
    right: 8px;
    height: 5px;
    background: rgba(232, 185, 91, 0.2);
    border-radius: 3px;
    box-shadow: 0 9px 0 rgba(232,185,91,0.13), 0 18px 0 rgba(232,185,91,0.1), 0 27px 0 rgba(232,185,91,0.07);
}

/* Browser Mockup */
.browser-mockup-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 1.75rem;
}

.browser-mockup {
    width: 240px;
    height: 160px;
    background: #fff;
    border-radius: 10px;
    border: 2px solid #e5e7eb;
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    overflow: hidden;
}

.browser-bar {
    height: 28px;
    background: #f3f4f6;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    padding: 0 10px;
    gap: 5px;
}

.browser-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
}
.browser-dot:nth-child(1) { background: #ef4444; }
.browser-dot:nth-child(2) { background: #f59e0b; }
.browser-dot:nth-child(3) { background: #22c55e; }

.browser-url {
    flex: 1;
    height: 14px;
    background: #e5e7eb;
    border-radius: 7px;
    margin-left: 8px;
}

.browser-content {
    padding: 8px;
    background: #f9fafb;
    height: calc(100% - 28px);
}

.browser-content-inner {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, var(--product-accent) 28%, #fff 28%);
    border-radius: 6px;
    position: relative;
}

.browser-content-inner::after {
    content: '';
    position: absolute;
    top: 36px;
    left: 8px;
    right: 8px;
    height: 5px;
    background: rgba(232, 185, 91, 0.16);
    border-radius: 3px;
    box-shadow: 0 9px 0 rgba(232,185,91,0.12), 0 18px 0 rgba(232,185,91,0.09), 0 27px 0 rgba(232,185,91,0.06);
}

/* Fiyat */
.card-price-box {
    text-align: center;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #f3f4f6;
}

.card-price {
    font-family: var(--font-display);
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--ink, #0E1B2C);
    line-height: 1;
}

.card-price-period {
    font-size: 0.9rem;
    color: var(--light-text, #6b7280);
    font-weight: 500;
    margin-top: 0.3rem;
}

.card-price-note {
    font-size: 0.8rem;
    color: var(--product-accent);
    font-weight: 600;
    margin-top: 0.25rem;
}

/* Tur paketleri ve ilk ay kampanyası */
.tour-discount-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    margin-top: 1rem;
    padding: .65rem 1rem;
    border-radius: 12px;
    background: #fff0d5;
    color: #79500d;
    font-size: .9rem;
    font-weight: 700;
}
.card-price-original {
    margin-bottom: .65rem;
    color: #6b7280;
    font-size: 1.15rem;
}
.card-price-original s, .card-package-total s {
    text-decoration-thickness: 2px;
}
.card-package-total {
    display: grid;
    gap: .3rem;
    margin-bottom: 1.5rem;
    text-align: center;
}
.card-package-total > span { color: #4b5563; font-size: .85rem; }
.card-package-total s { color: #6b7280; font-size: .9rem; }
.card-package-total strong { color: var(--ink, #0E1B2C); font-size: 1.35rem; }

/* Özellik Listesi */
.card-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.75rem;
    flex-grow: 1;
}

.card-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.5rem 0;
    font-size: 0.92rem;
    color: #374151;
    border-bottom: 1px solid #f9fafb;
}

.card-features li:last-child { border-bottom: none; }

.card-features li i {
    color: var(--product-accent);
    font-size: 0.85rem;
    margin-top: 3px;
    flex-shrink: 0;
}

.card-btn {
    display: block;
    width: 100%;
    padding: 0.85rem 1rem;
    background: var(--product-accent);
    color: #fff !important;
    text-align: center;
    border-radius: 12px;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none !important;
    transition: all 0.25s ease;
    margin-top: auto;
    border: none;
    cursor: pointer;
}

.card-btn:hover {
    background: var(--product-accent-dark);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(184, 122, 18, 0.3);
}

/* ===== EK MODÜLLER ===== */
.addons-section {
    padding: 80px 0 100px;
    background: #fff;
}

.addons-heading {
    text-align: center;
    margin-bottom: 3rem;
}

.addons-heading h3 {
    font-family: var(--font-display);
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--ink, #0E1B2C) !important;
    margin-bottom: 0.4rem;
}

.addons-heading p { color: var(--light-text, #6b7280); font-size: 1rem; }

.addon-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
}

.addon-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }

.addon-card {
    background: #fff;
    border: 1.5px solid #f3f4f6;
    border-radius: 18px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transition: all 0.3s ease;
    text-align: center;
    align-items: center;
}

.addon-card:hover {
    border-color: var(--product-accent);
    background: var(--product-accent-light);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(184, 122, 18, 0.14);
}

.addon-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.3rem;
    color: var(--product-accent);
    background: var(--product-accent-light);
}

.addon-info h4 {
    font-family: var(--font-display);
    font-size: 1rem;
    font-weight: 700;
    color: var(--ink, #0E1B2C);
    margin-bottom: 0.2rem;
}

.addon-info p {
    font-size: 0.875rem;
    color: var(--light-text, #6b7280);
    margin-bottom: 0.4rem;
    line-height: 1.4;
}

.addon-price {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--product-accent);
}

/* Buton overrides */
.btn-primary {
    background-color: var(--product-accent) !important;
    border-color: var(--product-accent) !important;
    color: #fff !important;
    text-decoration: none !important;
}

.btn-primary:hover {
    background-color: var(--product-accent-dark) !important;
    border-color: var(--product-accent-dark) !important;
}

.product-hero .hero-buttons .btn-primary,
.product-hero .hero-buttons .btn-primary:hover,
.product-hero .hero-buttons .btn-primary:active {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: var(--product-accent) !important;
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.45) !important;
}

.btn-ghost-white { text-decoration: none !important; }

/* ===== Responsive ===== */
@media (max-width: 992px) {
    .tour-experience { padding: 76px 0; }
    .tour-tab-panel, #web-panel { grid-template-columns: 1fr; gap: 2.25rem; }
    .tour-panel-copy { max-width: 680px; margin: 0 auto; }
    .mobile-showcase { max-width: 520px; width: 100%; margin: 0 auto; }
    .web-showcase { max-width: 640px; width: 100%; margin: 0 auto; }
    .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; text-align: center; }
    .hero-text .eyebrow { justify-content: center !important; }
    .hero-text p { max-width: 100%; margin: 0 auto 2rem; }
    .hero-buttons { justify-content: center !important; }
    .hero-visual svg { max-width: 320px; }
    .product-type-grid { grid-template-columns: repeat(2, 1fr); max-width: 760px; margin: 0 auto; }
    .addon-grid { grid-template-columns: repeat(2, 1fr); }
    .addon-grid.cols-2 { max-width: 100%; }
}

@media (max-width: 640px) {
    .tour-experience { padding: 60px 0; }
    .tour-experience-heading { margin-bottom: 1.6rem; }
    .tour-experience-heading p { font-size: .96rem; }
    .tour-tabs { width: 100%; margin-bottom: 1.5rem; }
    .tour-tab { flex: 1; padding: .75rem .35rem; font-size: .84rem; }
    .tour-tab-panel { min-height: 0; padding: 1.35rem; border-radius: 22px; }
    .tour-feature-list { gap: .85rem; margin: 1.4rem 0; }
    .mobile-showcase { min-height: 355px; transform: scale(.9); margin: -16px auto -12px; }
    .showcase-phone-main { width: 180px; height: 360px; }
    .showcase-phone-top { width: 112px; height: 224px; right: 2%; }
    .showcase-phone-bottom { width: 116px; height: 232px; left: 2%; }
    .web-showcase { padding: 1.4rem 0 1rem; }
    .web-showcase::before { inset: 0 -.5rem; border-radius: 26px; }
    .web-showcase-heading { margin-left: .4rem; margin-bottom: 1.2rem; }
    .web-showcase-caption { font-size: .88rem; }
    .web-screen { transform: rotate(-1deg); }
    .web-browser-bar { padding: .55rem .6rem; }
    .web-browser-title { font-size: .52rem; }
    .web-showcase-features { gap: .35rem; margin-top: 1.3rem; }
    .web-showcase-features > span { padding: .5rem; font-size: .6rem; }
    .tour-image-lightbox.is-wide .tour-lightbox-image-wrap img { width: 1100px; max-width: none; max-height: none; }
    .tour-image-lightbox.is-wide .tour-lightbox-image-wrap { text-align: left; }
    .product-hero { padding: 104px 0 48px; }
    .product-hero p { font-size: 1rem; }
    .hero-visual svg { max-width: 280px; }
    .packages-section { padding: 52px 0; }
    .section-header { margin-bottom: 2rem; }
    .card-type-label { justify-content: center; }
    .product-type-card { padding: 1.75rem 1.25rem; }
    .product-type-grid { grid-template-columns: 1fr; max-width: 480px; }
    .card-features { font-size: 0.92rem; }
    .addon-grid, .addon-grid.cols-2 { grid-template-columns: 1fr; }
}

@media (max-width: 420px) {
    .addon-grid, .addon-grid.cols-2 { grid-template-columns: 1fr; }
    .product-hero { padding-top: 96px; }
    .hero-buttons a { width: 100%; }
}
