/* Go 360-style tour detail page */

.tour-detail-page {
    position: relative;
    isolation: isolate;
    background: transparent;
}

.tour-detail-page::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -2;
    background-image: url('../images/forest.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.1;
}

.tour-detail-page::after {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    background: linear-gradient(180deg, rgba(248, 249, 250, 0.94) 0%, rgba(250, 247, 242, 0.96) 100%);
    pointer-events: none;
}

/* Hero */
.g360-hero {
    position: relative;
    height: 70vh;
    min-height: 480px;
    max-height: 720px;
    overflow: hidden;
}

.g360-hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.g360-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.2) 100%);
}

.g360-duration-badge {
    position: absolute;
    top: calc(var(--header-height, 5.5rem) + 0.75rem);
    left: 1.5rem;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
}

.g360-hero-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem 1.5rem 2.5rem;
    max-width: 1280px;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .g360-hero-title { padding: 2rem 2rem 3rem; }
}

/* Adventure strip */
.g360-strip {
    background: #111;
    color: #888;
    text-align: center;
    padding: 0.875rem 1rem;
    font-size: 0.7rem;
    letter-spacing: 0.25em;
    text-transform: uppercase;
}

.g360-strip span.dot { color: #ff5722; margin: 0 0.75rem; }

/* Layout */
.g360-main {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem 4rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

@media (min-width: 1024px) {
    .g360-main {
        grid-template-columns: 1fr 380px;
        gap: 2.5rem;
        padding: 0 2rem 4rem;
        align-items: start;
    }
}

/* Tabs */
.g360-tabs-wrap {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    overflow: visible;
    margin-top: -2rem;
    position: relative;
    z-index: 10;
}

@media (min-width: 1024px) {
    .g360-tabs-wrap { margin-top: -3rem; }
}

.g360-tabs {
    display: flex;
    align-items: stretch;
    border-bottom: 1px solid #e8e8e8;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 0 0.25rem;
    border-radius: 12px 12px 0 0;
}

.g360-tabs::-webkit-scrollbar { display: none; }

.g360-tabs-sticky {
    position: sticky;
    top: calc(var(--header-height, 5.5rem) + 0.5rem);
    z-index: 30;
    background: #fff;
    border-radius: 12px 12px 0 0;
}

.g360-tab {
    position: relative;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.125rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: color 0.2s;
    background: none;
    border: none;
    text-decoration: none;
    white-space: nowrap;
    box-sizing: border-box;
}

.g360-tab::after {
    content: '';
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 0;
    height: 2px;
    background: transparent;
    transition: background 0.2s;
}

.g360-tab:hover { color: #111; }

.g360-tab.active {
    color: #ff5722;
}

.g360-tab.active::after {
    background: #ff5722;
}

.g360-sections-all .g360-section {
    display: block;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid #eee;
    scroll-margin-top: 9rem;
}

.g360-sections-all .g360-section:first-child {
    padding-top: 0;
}

.g360-sections-all .g360-section:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.g360-section h2 {
    margin-top: 0;
    line-height: 1.3;
}

.g360-tab-content {
    padding: 1.75rem 1.5rem 2rem;
}

@media (min-width: 640px) {
    .g360-tab-content { padding: 2rem 2rem 2.5rem; }
}

/* Booking card */
.g360-booking-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.1);
    padding: 1.5rem;
    margin-top: -2rem;
    position: relative;
    z-index: 20;
}

@media (min-width: 1024px) {
    .g360-booking-card {
        position: sticky;
        top: calc(var(--header-height, 5.5rem) + 0.5rem);
        margin-top: -3rem;
    }
}

.g360-price-from {
    font-size: 0.75rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.g360-price {
    font-size: 2rem;
    font-weight: 800;
    color: #111;
    line-height: 1.2;
}

.g360-price-old {
    font-size: 0.875rem;
    color: #aaa;
    text-decoration: line-through;
    margin-left: 0.5rem;
}

.g360-booking-field {
    margin-top: 1.25rem;
}

.g360-booking-field label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.5rem;
}

.g360-booking-field select,
.g360-booking-field input[type="text"],
.g360-booking-field input[type="email"],
.g360-booking-field input[type="tel"],
.g360-booking-field textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 0.9375rem;
    color: #111;
    background: #fff;
    outline: none;
    transition: border-color 0.2s;
}

.g360-booking-field select:focus,
.g360-booking-field input:focus,
.g360-booking-field textarea:focus {
    border-color: #ff5722;
}

.g360-travelers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0.5rem 1rem;
}

.g360-travelers-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    font-size: 1.25rem;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.g360-travelers-btn:hover { background: #eee; }
.g360-travelers-btn:disabled { opacity: 0.4; cursor: not-allowed; }

.g360-travelers-count {
    font-size: 1.125rem;
    font-weight: 700;
    min-width: 2rem;
    text-align: center;
}

.g360-total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px dashed #ddd;
}

.g360-total-label { font-weight: 600; color: #333; }
.g360-total-amount { font-size: 1.5rem; font-weight: 800; color: #ff5722; }

.g360-btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.875rem 1.5rem;
    margin-top: 1rem;
    background: #ff5722;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
}

.g360-btn-primary:hover { background: #e64a19; }

.g360-btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.875rem 1.5rem;
    margin-top: 0.75rem;
    background: #fff;
    color: #111;
    border: 2px solid #111;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

.g360-btn-secondary:hover { background: #f5f5f5; }

.g360-btn-call {
    border-color: #ddd;
    color: #333;
}

.g360-trust {
    margin-top: 1.25rem;
    padding-top: 1.25rem;
    border-top: 1px solid #eee;
}

.g360-trust-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.8125rem;
    color: #555;
    margin-bottom: 0.625rem;
}

.g360-trust-item svg { color: #4caf50; flex-shrink: 0; }

/* Itinerary */
.g360-day {
    display: flex;
    gap: 1rem;
    padding-bottom: 1.5rem;
}

.g360-day-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ff5722;
    color: #fff;
    font-weight: 700;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.g360-day-line {
    width: 2px;
    flex: 1;
    background: #eee;
    margin: 0 auto;
}

/* Gallery */
.g360-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}

.g360-gallery img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.3s;
}

.g360-gallery img:hover { transform: scale(1.02); }

.g360-gallery img:first-child {
    grid-column: span 2;
    aspect-ratio: 16/9;
}

/* Modal */
.g360-modal {
    position: fixed;
    inset: 0;
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.g360-modal.open { display: flex; }

.g360-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
}

.g360-modal-box {
    position: relative;
    background: #fff;
    border-radius: 16px;
    max-width: 480px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    padding: 2rem;
    box-shadow: 0 24px 48px rgba(0,0,0,0.2);
}

.g360-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: #f5f5f5;
    cursor: pointer;
    font-size: 1.25rem;
    line-height: 1;
    color: #666;
}

.g360-modal-close:hover { background: #eee; }

/* Mobile sticky bar */
.g360-mobile-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90;
    background: #fff;
    border-top: 1px solid #eee;
    padding: 0.75rem 1rem;
    display: flex;
    gap: 0.75rem;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
}

@media (min-width: 1024px) {
    .g360-mobile-bar { display: none; }
}

.g360-mobile-bar .g360-btn-primary,
.g360-mobile-bar .g360-btn-secondary {
    margin-top: 0;
    flex: 1;
    padding: 0.75rem;
    font-size: 0.875rem;
}

.g360-mobile-spacer { height: 5rem; }

@media (min-width: 1024px) {
    .g360-mobile-spacer { display: none; }
}

/* Newsletter */
.g360-newsletter {
    background: #111;
    color: #fff;
    padding: 3rem 1.5rem;
    text-align: center;
}

.g360-newsletter h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.g360-newsletter p {
    color: #888;
    font-size: 0.875rem;
    margin-bottom: 1.5rem;
}

.g360-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-width: 400px;
    margin: 0 auto;
}

@media (min-width: 640px) {
    .g360-newsletter-form { flex-direction: row; }
}

.g360-newsletter-form input {
    flex: 1;
    padding: 0.875rem 1rem;
    border-radius: 8px;
    border: none;
    font-size: 0.9375rem;
}

.g360-newsletter-form button {
    padding: 0.875rem 1.5rem;
    background: #ff5722;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

/* Success alert */
.g360-alert {
    position: fixed;
    top: calc(var(--header-height, 5.5rem) + 1rem);
    left: 50%;
    transform: translateX(-50%);
    z-index: 200;
    background: #4caf50;
    color: #fff;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    animation: g360-slide-down 0.4s ease;
}

@keyframes g360-slide-down {
    from { opacity: 0; transform: translateX(-50%) translateY(-20px); }
    to { opacity: 1; transform: translateX(-50%) translateY(0); }
}

/* Highlights list */
.g360-highlights li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.5rem 0;
    color: #444;
    font-size: 0.9375rem;
}

.g360-highlights li::before {
    content: "✓";
    color: #4caf50;
    font-weight: 700;
    flex-shrink: 0;
}

.g360-inclusion-grid {
    display: grid;
    gap: 2rem;
}

@media (min-width: 640px) {
    .g360-inclusion-grid { grid-template-columns: 1fr 1fr; }
}

.g360-inclusion-list li {
    padding: 0.375rem 0;
    font-size: 0.875rem;
    color: #444;
}

.g360-inclusion-list.include li::before { content: "✓ "; color: #4caf50; font-weight: 700; }
.g360-inclusion-list.exclude li::before { content: "✗ "; color: #f44336; font-weight: 700; }

/* Review booking page */
.review-booking-page {
    position: relative;
    isolation: isolate;
    background: transparent;
}

.rb-page { padding-top: var(--header-height, 5rem); min-height: 100vh; }

.rb-steps {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.rb-step {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #999;
    font-size: 0.8125rem;
    font-weight: 600;
}

.rb-step-num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #eee;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
}

.rb-step.active .rb-step-num,
.rb-step.done .rb-step-num {
    background: #ff5722;
    color: #fff;
}

.rb-step.active { color: #ff5722; }
.rb-step.done { color: #333; }

.rb-step-line {
    width: 32px;
    height: 2px;
    background: #ddd;
}

.rb-step-label { display: none; }
@media (min-width: 640px) {
    .rb-step-label { display: inline; }
}

.rb-form-section {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.rb-form-title {
    font-size: 1rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #f0f0f0;
}

.rb-payment-note {
    display: flex;
    gap: 0.75rem;
    padding: 1rem;
    background: #fff8f5;
    border: 1px solid #ffe0d6;
    border-radius: 8px;
    color: #ff5722;
}

.rb-terms {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    font-size: 0.8125rem;
    color: #555;
    margin-bottom: 1.25rem;
    cursor: pointer;
}

.rb-terms input { margin-top: 0.2rem; flex-shrink: 0; }

.rb-submit-btn { margin-top: 0; }

.rb-summary {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    position: sticky;
    top: calc(var(--header-height, 5.5rem) + 0.75rem);
}

.rb-summary-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 1.25rem;
}

.rb-tour-card {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #f0f0f0;
}

.rb-tour-img {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    object-fit: cover;
    flex-shrink: 0;
}

.rb-tour-info h3 {
    font-size: 0.9375rem;
    font-weight: 700;
    color: #111;
    line-height: 1.3;
    margin-bottom: 0.25rem;
}

.rb-tour-info p {
    font-size: 0.75rem;
    color: #888;
}

.rb-summary-rows { margin-bottom: 1rem; }

.rb-summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    font-size: 0.875rem;
}

.rb-summary-row span { color: #888; }

.rb-summary-divider {
    height: 1px;
    background: #eee;
    margin: 0.5rem 0 1rem;
}

.rb-summary-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
}

.rb-summary-total strong {
    font-size: 1.5rem;
    color: #ff5722;
}

/* Confirmation page */
.rb-confirm-page { padding-top: var(--header-height, 5rem); }

.rb-confirm-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #e8f5e9;
    color: #4caf50;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.rb-confirm-card {
    background: #fff;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}

/* Go 360 Review Booking — exact layout */
.g360-review-page {
    background: transparent;
    min-height: 100vh;
    padding-top: var(--header-height, 5.5rem);
    padding-bottom: 3rem;
    position: relative;
    isolation: isolate;
}

.g360-review-page::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url('../images/valley.jpg');
    background-size: cover;
    background-position: center;
    opacity: 0.12;
}

.g360-review-page::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(180deg, rgba(250, 247, 242, 0.92) 0%, rgba(245, 240, 232, 0.95) 100%);
}

.g360-review-page > * {
    position: relative;
    z-index: 1;
}

.g360-review-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
}

.g360-review-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: start;
}

@media (min-width: 1024px) {
    .g360-review-grid {
        grid-template-columns: 1fr 340px;
        gap: 2rem;
    }
}

.g360-review-tour-title {
    font-size: 1.375rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1rem;
    line-height: 1.35;
}

.g360-review-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    margin-bottom: 1.5rem;
}

.g360-badge {
    display: inline-block;
    padding: 0.375rem 1rem;
    background: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 999px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #344054;
}

.g360-section-card {
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1.25rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.06);
}

.g360-section-header {
    background: #2d948a;
    color: #fff;
    padding: 0.75rem 1.25rem;
    font-size: 0.9375rem;
    font-weight: 600;
}

.g360-section-body {
    padding: 0;
}

.g360-option-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #f0f0f0;
}

.g360-option-row:last-child {
    border-bottom: none;
}

.g360-option-info strong {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 0.2rem;
}

.g360-option-info p {
    font-size: 0.75rem;
    color: #888;
    margin: 0;
}

.g360-qty-select {
    min-width: 10.5rem;
    max-width: 13rem;
    padding: 0.5rem 2rem 0.5rem 0.75rem;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #333;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M3 4.5L6 7.5L9 4.5'/%3E%3C/svg%3E") no-repeat right 0.6rem center;
    cursor: pointer;
    flex-shrink: 0;
    text-align: left;
    appearance: none;
    -webkit-appearance: none;
}

.g360-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    padding: 1.25rem;
}

.g360-field-full {
    grid-column: 1 / -1;
}

.g360-field label {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #344054;
    margin-bottom: 0.375rem;
}

.g360-field input {
    width: 100%;
    padding: 0.625rem 0.875rem;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    font-size: 0.875rem;
    outline: none;
}

.g360-field input:focus {
    border-color: #2d948a;
    box-shadow: 0 0 0 3px rgba(45,148,138,0.15);
}

.g360-field-hint {
    display: block;
    font-size: 0.6875rem;
    color: #98a2b3;
    margin-top: 0.25rem;
}

.g360-terms-check {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    font-size: 0.8125rem;
    color: #555;
    margin: 1rem 0;
    cursor: pointer;
}

.g360-terms-check input { margin-top: 0.15rem; flex-shrink: 0; }
.g360-terms-check a { color: #2d948a; text-decoration: underline; }

.g360-back-link {
    display: inline-block;
    font-size: 0.8125rem;
    color: #888;
    margin-top: 0.5rem;
}

.g360-back-link:hover { color: #333; }

.g360-review-sidebar {
    position: sticky;
    top: calc(var(--header-height, 5.5rem) + 1rem);
    align-self: start;
    z-index: 20;
}

.g360-payment-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.g360-payment-title {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1.25rem;
}

.g360-payment-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    font-size: 0.875rem;
    color: #555;
}

.g360-payment-bold {
    font-weight: 700;
    color: #1a1a2e;
    padding-top: 0.75rem;
    margin-top: 0.25rem;
    border-top: 1px solid #eee;
}

.g360-payment-bold span:last-child {
    font-size: 1rem;
}

.g360-payment-min {
    background: #e6f5f3;
    margin: 0.75rem -1.5rem;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    color: #2d948a;
}

.g360-coupon-section {
    margin: 1.25rem 0;
}

.g360-coupon-link {
    font-size: 0.8125rem;
    color: #2d948a;
    font-weight: 600;
    text-decoration: none;
}

.g360-coupon-link:hover { text-decoration: underline; }

.g360-coupon-input-wrap {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.g360-coupon-input-wrap input {
    flex: 1;
    padding: 0.5rem 0.75rem;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    font-size: 0.8125rem;
}

.g360-coupon-apply {
    padding: 0.5rem 1rem;
    background: #f5f5f5;
    border: 1px solid #d0d5dd;
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 600;
    cursor: pointer;
}

.g360-proceed-btn {
    width: 100%;
    padding: 0.875rem 1.5rem;
    background: #2d948a;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 0.9375rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
}

.g360-proceed-btn:hover {
    background: #257a72;
}

.g360-error-box {
    background: #fef2f2;
    border: 1px solid #fecaca;
    color: #b91c1c;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}

/* Mobile: fixed pay bar while scrolling */
.g360-mobile-pay-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 45;
    background: #fff;
    border-top: 1px solid #e5e7eb;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.1);
    padding: 0.75rem 1rem;
    padding-bottom: max(0.75rem, env(safe-area-inset-bottom));
}

.g360-mobile-pay-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 1100px;
    margin: 0 auto;
}

.g360-mobile-pay-info {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
    min-width: 0;
}

.g360-mobile-pay-label {
    font-size: 0.6875rem;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.g360-mobile-pay-amount {
    font-size: 1rem;
    font-weight: 700;
    color: #2d948a;
}

.g360-mobile-proceed-btn {
    flex-shrink: 0;
    padding: 0.75rem 1.25rem;
    background: #2d948a;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 0.8125rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

.g360-mobile-proceed-btn:hover {
    background: #257a72;
}

@media (max-width: 1023px) {
    .g360-review-sidebar {
        position: static;
    }

    .g360-mobile-pay-bar {
        display: block;
    }

    .g360-review-page {
        padding-bottom: 5.5rem;
    }
}
