/* G'day AI Search & Booking Booster – Frontend Styles */

/* =========================================================
   SHARED / BASE
   ========================================================= */
.gday-book-btn {
    display: inline-block;
    background: #e8480d;
    color: #fff !important;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none !important;
    font-size: 1em;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.1s ease;
    white-space: nowrap;
}
.gday-book-btn:hover { background: #c63a08; transform: translateY(-1px); }
.gday-meta-pill {
    display: inline-block;
    background: #f0f4f8;
    color: #374151;
    border-radius: 20px;
    padding: 4px 12px;
    font-size: 0.85em;
    margin: 2px;
    font-weight: 500;
}
.gday-notice {
    background: #f9f9f9;
    border-left: 4px solid #ccc;
    padding: 12px 16px;
    font-style: italic;
    color: #646970;
    border-radius: 4px;
}

/* =========================================================
   TOUR FINDER QUIZ
   ========================================================= */
.gday-quiz-wrap {
    font-family: inherit;
    max-width: 680px;
    margin: 0 auto;
}
.gday-quiz-inner {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.07);
}
.gday-quiz-title {
    font-size: 1.5em;
    font-weight: 700;
    color: #1d2327;
    margin: 0 0 8px;
    text-align: center;
}
.gday-quiz-subtitle {
    text-align: center;
    color: #6b7280;
    margin: 0 0 24px;
    font-size: 0.95em;
}
.gday-quiz-question {
    font-size: 1.1em;
    font-weight: 600;
    color: #1d2327;
    margin-bottom: 16px;
}
.gday-quiz-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.gday-quiz-option {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    cursor: pointer;
    transition: border-color 0.15s ease, background 0.15s ease;
}
.gday-quiz-option:hover { border-color: #e8480d; background: #fff8f6; }
.gday-quiz-option input[type="radio"] { margin: 0; cursor: pointer; accent-color: #e8480d; }
.gday-quiz-option input[type="radio"]:checked + span { font-weight: 600; color: #e8480d; }
.gday-quiz-option:has(input:checked) { border-color: #e8480d; background: #fff8f6; }
.gday-quiz-next,
.gday-quiz-submit,
.gday-quiz-restart {
    background: #e8480d !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    padding: 10px 24px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: background 0.2s ease !important;
    font-size: 0.95em !important;
}
.gday-quiz-next:hover,
.gday-quiz-submit:hover { background: #c63a08 !important; }
.gday-quiz-restart { background: #6b7280 !important; }
.gday-quiz-restart:hover { background: #4b5563 !important; }

/* Quiz Result */
.gday-result-heading {
    font-size: 1.3em;
    font-weight: 700;
    color: #1d2327;
    margin: 0 0 16px;
    text-align: center;
}
.gday-tour-result-card {
    background: #f9fafb;
    border: 2px solid #e8480d;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 16px;
}
.gday-result-img-wrap img {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    display: block;
}
.gday-result-info { padding: 20px; }
.gday-result-tour-name {
    font-size: 1.2em;
    font-weight: 700;
    color: #1d2327;
    margin: 0 0 8px;
}
.gday-result-reason { color: #374151; margin-bottom: 12px; font-size: 0.95em; }
.gday-result-meta { margin-bottom: 10px; }
.gday-result-best-for { color: #6b7280; font-size: 0.88em; margin-bottom: 14px; }
.gday-secondary-title {
    font-size: 1em;
    font-weight: 600;
    color: #6b7280;
    margin: 12px 0 8px;
}
.gday-quiz-result { margin-top: 8px; }

/* =========================================================
   COMPARISON TABLE
   ========================================================= */
.gday-comparison-wrap {
    width: 100%;
    overflow: hidden;
    margin: 16px 0;
}
.gday-comparison-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.gday-comparison-table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    font-size: 0.92em;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
}
.gday-comparison-table thead { background: #1d2327; color: #fff; }
.gday-comparison-table thead th {
    padding: 12px 14px;
    text-align: left;
    font-weight: 600;
    font-size: 0.88em;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
.gday-comparison-table tbody tr { border-bottom: 1px solid #f0f0f0; transition: background 0.1s; }
.gday-comparison-table tbody tr:last-child { border-bottom: none; }
.gday-comparison-table tbody tr:hover { background: #f9fafb; }
.gday-comparison-table td { padding: 12px 14px; vertical-align: top; color: #374151; }
.gday-tour-name-cell { font-size: 0.95em; white-space: nowrap; }
.gday-best-for-cell { font-size: 0.85em; color: #6b7280; max-width: 200px; }

/* =========================================================
   DIRECT BOOKING BLOCK
   ========================================================= */
.gday-direct-block {
    background: linear-gradient(135deg, #1d2327 0%, #2c3338 100%);
    color: #fff;
    border-radius: 12px;
    padding: 28px 32px;
    margin: 24px 0;
}
.gday-direct-title {
    font-size: 1.25em;
    font-weight: 700;
    margin: 0 0 16px;
    color: #fff;
}
.gday-direct-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.gday-direct-list li {
    padding: 6px 0;
    font-size: 0.95em;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.gday-direct-list li:last-child { border-bottom: none; }
.gday-direct-cta { display: flex; flex-direction: column; gap: 12px; }
.gday-direct-contact { font-size: 0.88em; color: rgba(255,255,255,0.8); }
.gday-direct-contact a { color: #f9a825; text-decoration: none; font-weight: 600; }
.gday-direct-contact a:hover { text-decoration: underline; }

/* =========================================================
   BEST FOR LABELS
   ========================================================= */
.gday-best-for-block { margin: 12px 0; display: flex; flex-wrap: wrap; align-items: center; gap: 6px; }
.gday-best-for-label { font-weight: 600; color: #374151; font-size: 0.92em; }
.gday-best-for-pill {
    display: inline-block;
    background: #fff3eb;
    color: #c63a08;
    border: 1px solid #fcd5b0;
    border-radius: 20px;
    padding: 3px 12px;
    font-size: 0.82em;
    font-weight: 500;
    white-space: nowrap;
}

/* =========================================================
   TOUR CTA CARD
   ========================================================= */
.gday-cta-card {
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    overflow: hidden;
    margin: 20px 0;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
}
.gday-cta-img-wrap img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    display: block;
}
.gday-cta-body { padding: 20px; }
.gday-cta-tour-name {
    font-size: 1.15em;
    font-weight: 700;
    color: #1d2327;
    margin: 0 0 10px;
}
.gday-cta-meta { margin-bottom: 10px; }
.gday-cta-best-for { color: #6b7280; font-size: 0.88em; margin-bottom: 8px; }
.gday-cta-desc { color: #4b5563; font-size: 0.92em; margin-bottom: 14px; }

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 600px) {
    .gday-quiz-inner { padding: 20px 16px; }
    .gday-quiz-title { font-size: 1.2em; }
    .gday-direct-block { padding: 20px 18px; }
    .gday-comparison-table { font-size: 0.82em; }
    .gday-comparison-table thead th,
    .gday-comparison-table td { padding: 8px 10px; }
    .gday-book-btn { padding: 10px 18px; font-size: 0.9em; }
}
