:root {
    --bg: #f4f7fb;
    --card: #ffffff;
    --ink: #172033;
    --muted: #6b7280;
    --line: #dbe3ef;
    --primary: #0f766e;
    --primary-dark: #0b5f59;
    --accent: #f59e0b;
    --danger: #dc2626;
    --success: #15803d;
    --warning: #b45309;
    --shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
    --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: var(--bg);
    color: var(--ink);
    line-height: 1.5;
}
a { color: var(--primary); text-decoration: none; }
a:hover { text-decoration: underline; }

.topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 14px 24px;
    background: rgba(255, 255, 255, 0.92);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand.big { margin-bottom: 24px; }
.brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--primary), #14b8a6);
    color: #fff;
    font-weight: 900;
    display: grid;
    place-items: center;
    box-shadow: 0 8px 20px rgba(15, 118, 110, 0.25);
}
.brand strong { display: block; font-size: 1rem; }
.brand span { color: var(--muted); font-size: 0.82rem; }
.nav { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.nav a {
    padding: 9px 12px;
    border-radius: 999px;
    color: var(--ink);
    font-weight: 650;
    font-size: 0.92rem;
}
.nav a:hover { background: #eef7f6; text-decoration: none; }
.nav a.primary { background: var(--primary); color: #fff; }

.container { width: min(1420px, calc(100% - 32px)); margin: 24px auto 64px; }
.card, .hero-panel, .auth-card, .install-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.card { padding: 24px; margin-bottom: 24px; }
.wide-card { min-width: 0; }
.hero-panel {
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: linear-gradient(135deg, #ecfeff, #ffffff 50%, #fff7ed);
}
.hero-panel h1, .card h1, .auth-card h1 { margin: 0 0 8px; font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1.05; }
.hero-panel p { max-width: 780px; margin: 0; color: var(--muted); }
.eyebrow { text-transform: uppercase; letter-spacing: 0.14em; font-size: 0.75rem; color: var(--primary); font-weight: 800; margin: 0 0 8px; }
.hero-actions, .actions { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; }

.stats-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; margin: 24px 0; }
.stat-card { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px; box-shadow: var(--shadow); }
.stat-card span { display: block; color: var(--muted); font-weight: 650; }
.stat-card strong { font-size: 1.75rem; }

.section-title { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.section-title h1, .section-title h2, .section-title h3 { margin: 0; }
.section-title p { margin: 3px 0 0; }
.section-title.slim { margin-top: 18px; }
.muted { color: var(--muted); }
.small-text { font-size: 0.82rem; }
.empty { color: var(--muted); text-align: center; padding: 24px !important; }
.mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace; }

.btn, button.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 10px 16px;
    background: #fff;
    color: var(--ink);
    font-weight: 800;
    cursor: pointer;
    line-height: 1;
    text-decoration: none;
}
.btn:hover { text-decoration: none; border-color: #a7b4c5; }
.btn.primary { background: var(--primary); color: #fff; border-color: var(--primary); }
.btn.primary:hover { background: var(--primary-dark); }
.btn.ghost { background: transparent; }
.btn.small { padding: 8px 12px; font-size: 0.86rem; }
.btn.large { padding: 14px 22px; font-size: 1rem; }
.link { border: 0; background: transparent; color: var(--primary); padding: 0; cursor: pointer; font: inherit; font-weight: 700; }
.link.danger, .danger { color: var(--danger); }
.icon-btn {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: #fee2e2;
    color: #991b1b;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

.alert { padding: 13px 16px; border-radius: 14px; margin-bottom: 16px; border: 1px solid; }
.alert.success { background: #ecfdf5; color: #065f46; border-color: #bbf7d0; }
.alert.error { background: #fef2f2; color: #991b1b; border-color: #fecaca; }

.auth-card, .install-card { width: min(760px, calc(100% - 32px)); margin: 52px auto; padding: 28px; }
.install-screen { background: radial-gradient(circle at top left, #ccfbf1, transparent 35%), var(--bg); }

form label { display: grid; gap: 6px; font-weight: 750; font-size: 0.9rem; color: #293447; }
input, select, textarea {
    width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    padding: 11px 12px;
    font: inherit;
    background: #fff;
    color: var(--ink);
}
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(20, 184, 166, 0.18); border-color: var(--primary); }
.stacked-form { display: grid; gap: 18px; }
.grid { display: grid; gap: 14px; }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.grid.five { grid-template-columns: 1fr 1.6fr 0.6fr 0.8fr 0.8fr; }
.full { width: 100%; }
.toolbar { display: flex; gap: 10px; align-items: center; margin: 12px 0 18px; }
.toolbar input { max-width: 420px; }
.toolbar select { max-width: 220px; }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
table { width: 100%; border-collapse: collapse; min-width: 780px; background: #fff; }
th, td { padding: 13px 14px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
th { background: #f8fafc; color: #475569; font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.06em; }
tr:last-child td { border-bottom: 0; }
.row-actions { display: flex; gap: 10px; align-items: center; white-space: nowrap; }
.row-actions.vertical { flex-direction: column; align-items: flex-start; gap: 5px; }
.row-actions form { display: inline; }

.badge { display: inline-flex; align-items: center; border-radius: 999px; padding: 5px 9px; font-weight: 800; font-size: 0.78rem; }
.badge.success { background: #dcfce7; color: #166534; }
.badge.warning { background: #fef3c7; color: #92400e; }
.badge.danger { background: #fee2e2; color: #991b1b; }
.badge.neutral { background: #e2e8f0; color: #334155; }

.split-layout { display: grid; grid-template-columns: minmax(300px, 430px) minmax(0, 1fr); gap: 24px; align-items: start; }
.form-card { padding-bottom: 84px; }
.form-section { padding: 20px; border: 1px solid var(--line); border-radius: 18px; background: #fbfdff; }
.form-section h2 { margin: 0 0 14px; }
.compact-new-customer { margin-top: -4px; }
.dynamic-list { display: grid; gap: 14px; }
.dynamic-list.compact { gap: 10px; }
.dynamic-row { position: relative; padding: 18px; border: 1px dashed #b7c4d4; border-radius: 16px; background: #fff; }
.dynamic-row .grid { padding-right: 24px; }
.image-upload-line { display: flex; align-items: center; gap: 16px; margin-top: 12px; flex-wrap: wrap; }
.image-upload-line img { width: 140px; height: 92px; object-fit: cover; border-radius: 12px; border: 1px solid var(--line); }
.photo-preview {
    width: 140px;
    height: 92px;
    border-radius: 12px;
    border: 1px solid var(--line);
    overflow: hidden;
    display: grid;
    place-items: center;
    background: #f8fafc;
    color: var(--muted);
    font-size: 0.82rem;
    font-weight: 800;
}
.photo-preview img { width: 100%; height: 100%; object-fit: cover; border: 0; border-radius: 0; }
.sticky-actions {
    position: sticky;
    bottom: 14px;
    z-index: 10;
    display: flex;
    gap: 10px;
    padding: 14px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid var(--line);
    border-radius: 999px;
    box-shadow: var(--shadow);
    width: max-content;
    max-width: 100%;
}
.total-box { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; margin-top: 18px; }
.total-box div { border: 1px solid var(--line); border-radius: 14px; padding: 12px; background: #fff; }
.total-box span { display: block; color: var(--muted); font-size: 0.8rem; font-weight: 750; }
.total-box strong { font-size: 1.05rem; }



/* Step-by-step itinerary builder + live preview */
.itinerary-builder-card {
    padding: 26px;
    overflow: visible;
    background: linear-gradient(180deg, #ffffff, #fbfdff);
}
.builder-title { align-items: flex-start; }
.itinerary-form { gap: 0; }
.itinerary-builder-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
    gap: 22px;
    align-items: start;
}
.wizard-panel { min-width: 0; display: grid; gap: 18px; }
.wizard-progress {
    position: sticky;
    top: 78px;
    z-index: 12;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    padding: 10px;
    margin-bottom: 2px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(12px);
}
.wizard-step-btn {
    border: 1px solid transparent;
    border-radius: 16px;
    background: transparent;
    color: #64748b;
    padding: 10px;
    font-weight: 850;
    text-align: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
}
.wizard-step-btn span {
    width: 26px;
    height: 26px;
    flex: 0 0 26px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: #e2e8f0;
    color: #334155;
    font-size: 0.78rem;
}
.wizard-step-btn.is-active {
    color: var(--primary);
    border-color: rgba(15, 118, 110, 0.24);
    background: #ecfdf5;
}
.wizard-step-btn.is-active span,
.wizard-step-btn.is-done span {
    background: var(--primary);
    color: #fff;
}
.wizard-step-btn.is-done { color: #334155; }
.wizard-step { display: grid; gap: 18px; animation: fadeSlide 0.18s ease-out; }
.wizard-step[hidden] { display: none !important; }
.step-hero-section {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    background: linear-gradient(135deg, #ecfeff, #ffffff 65%, #fff7ed);
}
.step-hero-section h2 { margin-bottom: 4px; }
.wizard-actions { margin-top: 2px; flex-wrap: wrap; }
.wizard-actions .btn[disabled] { opacity: 0.45; cursor: not-allowed; }
.live-preview-panel {
    position: sticky;
    top: 78px;
    max-height: calc(100vh - 96px);
    overflow: auto;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow);
    padding: 18px;
}
.live-preview-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 8px;
}
.live-preview-header h2 { margin: 0; font-size: 1.2rem; }
.live-brochure {
    margin-top: 14px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: #fff;
    overflow: hidden;
}
.preview-empty { padding: 28px; color: var(--muted); text-align: center; background: #f8fafc; }
.preview-cover {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding: 20px;
    color: #fff;
    background: linear-gradient(135deg, #042f2e, #0f766e 60%, #f59e0b);
}
.preview-cover h3 { margin: 8px 0; font-size: clamp(1.35rem, 3vw, 2rem); line-height: 1.03; }
.preview-cover p { margin: 0; color: rgba(255,255,255,0.86); }
.preview-quote {
    display: inline-flex;
    width: max-content;
    border-radius: 999px;
    padding: 5px 9px;
    background: rgba(255,255,255,0.16);
    border: 1px solid rgba(255,255,255,0.24);
    color: #ccfbf1;
    font-weight: 900;
    font-size: 0.78rem;
}
.preview-pills { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 14px; }
.preview-pills span {
    border-radius: 999px;
    padding: 5px 8px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.18);
    font-size: 0.78rem;
    font-weight: 800;
}
.preview-price {
    align-self: end;
    min-width: 132px;
    padding: 14px;
    border-radius: 18px;
    text-align: right;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.22);
}
.preview-price span,
.preview-price small { display: block; color: rgba(255,255,255,0.75); font-weight: 750; }
.preview-price strong { display: block; font-size: 1.35rem; line-height: 1.1; }
.preview-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding: 18px;
    border-bottom: 1px solid var(--line);
    background: #fff;
}
.preview-details h4,
.preview-section-title h4,
.preview-terms h4 { margin: 0 0 6px; }
.preview-details p { margin: 0; color: #475569; }
.preview-section-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 18px 0;
}
.preview-section-title span { color: var(--muted); font-weight: 800; font-size: 0.82rem; }
.preview-day { padding: 16px 18px 18px; border-bottom: 1px solid var(--line); }
.preview-day-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: baseline;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e2e8f0;
}
.preview-day-head strong { color: var(--primary); }
.preview-day-head span { color: #334155; font-weight: 850; text-align: right; }
.preview-day-notes { margin: -2px 0 10px; color: var(--muted); }
.preview-stops-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
.preview-stop-card {
    display: grid;
    grid-template-columns: 106px 1fr;
    gap: 12px;
    border: 1px solid var(--line);
    border-radius: 16px;
    overflow: hidden;
    background: #ffffff;
}
.preview-stop-img,
.preview-stop-placeholder { width: 106px; height: 112px; object-fit: cover; background: #e2e8f0; }
.preview-stop-placeholder { display: grid; place-items: center; color: #64748b; font-weight: 900; }
.preview-stop-body { padding: 11px 11px 11px 0; min-width: 0; }
.preview-stop-body h5 { margin: 4px 0; font-size: 1rem; }
.preview-stop-body p { margin: 4px 0 0; color: #475569; }
.preview-time {
    display: inline-flex;
    border-radius: 999px;
    background: #ecfeff;
    color: var(--primary);
    padding: 3px 7px;
    font-size: 0.74rem;
    font-weight: 900;
}
.preview-location { color: var(--muted) !important; font-weight: 800; }
.preview-empty-small {
    border: 1px dashed #cbd5e1;
    border-radius: 14px;
    padding: 14px;
    color: var(--muted);
    background: #f8fafc;
    text-align: center;
}
.preview-cost-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 16px 18px;
    background: #f8fafc;
    border-bottom: 1px solid var(--line);
}
.preview-cost-grid div { border: 1px solid var(--line); border-radius: 14px; padding: 10px; background: #fff; }
.preview-cost-grid span { display: block; color: var(--muted); font-size: 0.75rem; font-weight: 800; }
.preview-cost-grid strong { display: block; margin-top: 2px; }
.preview-terms { padding: 16px 18px; }
.preview-terms p { margin: 0; color: #475569; }

@keyframes fadeSlide {
    from { opacity: 0; transform: translateY(6px); }
    to { opacity: 1; transform: translateY(0); }
}

.brochure-toolbar { width: min(1000px, calc(100% - 32px)); margin: 24px auto 14px; display: flex; justify-content: flex-end; gap: 10px; }
.brochure-page { width: min(1000px, calc(100% - 32px)); margin: 0 auto 60px; background: #fff; box-shadow: var(--shadow); border-radius: 24px; overflow: hidden; border: 1px solid var(--line); }
.brochure-cover { display: grid; grid-template-columns: 1fr 260px; gap: 24px; padding: 42px; background: linear-gradient(135deg, #042f2e, #0f766e 58%, #f59e0b); color: #fff; }
.brochure-cover .eyebrow { color: #a7f3d0; }
.brochure-cover h1 { font-size: clamp(2rem, 5vw, 4rem); line-height: 0.98; margin: 0 0 16px; max-width: 760px; }
.brochure-cover p { color: rgba(255,255,255,0.88); font-size: 1.05rem; }
.cover-meta { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.cover-meta span { background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.22); border-radius: 999px; padding: 8px 11px; }
.price-panel { align-self: end; background: rgba(255,255,255,0.14); border: 1px solid rgba(255,255,255,0.28); border-radius: 22px; padding: 20px; text-align: right; }
.price-panel span, .price-panel small { display: block; color: rgba(255,255,255,0.78); }
.price-panel strong { display: block; font-size: 2rem; }
.brochure-section { padding: 30px 42px; border-bottom: 1px solid var(--line); }
.brochure-section h2 { margin-top: 0; }
.client-trip-info p { margin: 6px 0; }
.day-block { margin: 0 0 28px; break-inside: avoid; }
.day-heading { display: flex; justify-content: space-between; gap: 12px; align-items: baseline; border-bottom: 2px solid #e2e8f0; margin-bottom: 14px; }
.day-heading h3 { margin: 0 0 8px; font-size: 1.4rem; }
.day-heading span { color: var(--muted); font-weight: 800; }
.stop-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.stop-card { border: 1px solid var(--line); border-radius: 18px; overflow: hidden; background: #fff; break-inside: avoid; }
.stop-card img, .image-placeholder { width: 100%; height: 220px; object-fit: cover; display: block; background: #e2e8f0; }
.image-placeholder { display: grid; place-items: center; color: #64748b; font-weight: 800; }
.stop-content { padding: 16px; }
.stop-time { display: inline-block; background: #ecfeff; color: var(--primary); border-radius: 999px; padding: 4px 9px; font-weight: 900; font-size: 0.8rem; margin-bottom: 8px; }
.stop-content h4 { margin: 0 0 5px; font-size: 1.15rem; }
.stop-content p { margin: 6px 0 0; }
.location { color: var(--muted); font-weight: 800; }
.breakdown-grid { display: grid; gap: 0; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.line { display: flex; justify-content: space-between; gap: 18px; padding: 12px 14px; border-bottom: 1px solid var(--line); }
.line:last-child { border-bottom: 0; }
.line.total { background: #f0fdfa; font-size: 1.1rem; }
.line.balance { background: #fff7ed; font-size: 1.1rem; }
.terms p { white-space: normal; }
.brochure-footer { padding: 18px 42px; display: flex; justify-content: space-between; color: var(--muted); font-size: 0.9rem; }

@media (max-width: 980px) {
    .itinerary-builder-grid { grid-template-columns: 1fr; }
    .live-preview-panel { position: static; max-height: none; }
    .wizard-progress { position: static; grid-template-columns: repeat(5, minmax(155px, 1fr)); overflow-x: auto; }
    .preview-cover { grid-template-columns: 1fr; }
    .preview-price { text-align: left; }
    .topbar { align-items: flex-start; flex-direction: column; }
    .stats-grid, .grid.four, .total-box { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .grid.three, .grid.five { grid-template-columns: 1fr 1fr; }
    .split-layout { grid-template-columns: 1fr; }
    .hero-panel, .brochure-cover { grid-template-columns: 1fr; }
    .price-panel { text-align: left; }
    .stop-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .itinerary-builder-card { padding: 16px; }
    .step-hero-section, .preview-details, .preview-cost-grid { grid-template-columns: 1fr; }
    .step-hero-section { align-items: stretch; flex-direction: column; }
    .preview-day-head { align-items: flex-start; flex-direction: column; }
    .preview-day-head span { text-align: left; }
    .preview-stop-card { grid-template-columns: 1fr; }
    .preview-stop-img, .preview-stop-placeholder { width: 100%; height: 170px; }
    .preview-stop-body { padding: 12px; }
    .container { width: min(100% - 20px, 1420px); margin-top: 12px; }
    .card, .hero-panel, .auth-card, .install-card, .form-section { padding: 16px; border-radius: 16px; }
    .grid.two, .grid.three, .grid.four, .grid.five, .total-box { grid-template-columns: 1fr; }
    .toolbar { flex-direction: column; align-items: stretch; }
    .toolbar input, .toolbar select { max-width: none; }
    .section-title { align-items: flex-start; flex-direction: column; }
    .sticky-actions { width: 100%; border-radius: 18px; }
    .brochure-section, .brochure-cover, .brochure-footer { padding: 22px; }
}



/* Live preview class aliases used by the builder script */
.photo-preview {
    width: 156px;
    height: 102px;
    border-radius: 16px;
    border: 1px solid var(--line);
    overflow: hidden;
    background: #f1f5f9;
    display: grid;
    place-items: center;
    color: #64748b;
    font-weight: 850;
    font-size: 0.82rem;
    flex: 0 0 auto;
}
.photo-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.photo-preview.is-empty {
    border-style: dashed;
}
.stop-image-input {
    padding: 8px;
    background: #f8fafc;
}
.preview-kicker {
    margin: 0 0 10px;
    color: #a7f3d0 !important;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 900;
    font-size: 0.74rem;
}
.preview-cover .preview-price-card {
    margin-top: 18px;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(15, 23, 42, 0.62);
    backdrop-filter: blur(10px);
}
.preview-info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 16px;
    border-bottom: 1px solid #e2e8f0;
}
.preview-info-grid div {
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 12px;
    background: #f8fafc;
    min-width: 0;
}
.preview-info-grid span,
.preview-line span {
    display: block;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 850;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.preview-info-grid strong,
.preview-info-grid small {
    display: block;
    overflow-wrap: anywhere;
}
.preview-info-grid strong {
    margin-top: 4px;
    line-height: 1.2;
}
.preview-info-grid small {
    color: #64748b;
    margin-top: 3px;
}
.preview-days-wrap {
    display: grid;
    gap: 14px;
    padding: 16px;
}
.preview-day-block {
    border: 1px solid #dbe3ef;
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
}
.preview-day-block header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 10px;
    padding: 14px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
}
.preview-day-block header span,
.preview-day-block header em {
    color: var(--primary);
    font-weight: 900;
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-style: normal;
}
.preview-day-block header strong {
    font-size: 1.02rem;
}
.preview-day-notes {
    padding: 12px 14px 0;
    margin: 0;
    color: #475569;
}
.preview-stops {
    display: grid;
    gap: 10px;
    padding: 14px;
}
.preview-stop-card {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 12px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 10px;
    background: #fff;
}
.preview-stop-image img,
.preview-stop-placeholder {
    width: 100%;
    height: 94px;
    border-radius: 12px;
    object-fit: cover;
    display: grid;
    place-items: center;
    background: #e2e8f0;
    color: #64748b;
    font-weight: 900;
}
.preview-time {
    display: inline-flex;
    border-radius: 999px;
    padding: 3px 8px;
    background: #ecfeff;
    color: var(--primary);
    font-weight: 900;
    font-size: 0.72rem;
    margin-bottom: 5px;
}
.preview-stop-body h4 {
    margin: 0 0 4px;
    font-size: 1rem;
}
.preview-stop-body p {
    margin: 5px 0 0;
    color: #475569;
    font-size: 0.86rem;
}
.preview-location {
    color: #64748b !important;
    font-weight: 800;
}
.preview-empty-line {
    margin: 0;
    padding: 14px;
    border-radius: 14px;
    background: #f8fafc;
    color: var(--muted);
    font-weight: 750;
    text-align: center;
}
.preview-breakdown,
.preview-addons,
.preview-terms {
    margin: 0 16px 16px;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #fff;
}
.preview-breakdown h4,
.preview-addons h4,
.preview-terms h4 {
    margin: 0 0 10px;
}
.preview-line {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid #eef2f7;
}
.preview-line:last-child {
    border-bottom: 0;
}
.preview-total {
    margin-top: 4px;
    padding: 10px 0 0;
    font-size: 1.05rem;
}
.preview-total strong {
    color: var(--primary);
}
.preview-terms p {
    margin: 0;
    color: #475569;
    font-size: 0.86rem;
}
.wizard-step-btn.is-done:not(.is-active) {
    background: #ecfdf5;
    color: #047857;
}
.wizard-step-btn.is-done:not(.is-active) span {
    background: #bbf7d0;
    color: #047857;
}
@media (max-width: 760px) {
    .preview-info-grid,
    .preview-stop-card {
        grid-template-columns: 1fr;
    }
    .preview-stop-image img,
    .preview-stop-placeholder {
        height: 150px;
    }
    .preview-day-block header {
        align-items: flex-start;
        flex-direction: column;
    }
}



/* Final preview layout fixes */
.live-brochure .preview-cover {
    display: block;
    position: relative;
}
.live-brochure .preview-cover h3,
.live-brochure .preview-cover p {
    max-width: 100%;
}
.live-brochure .preview-pills {
    margin-top: 14px;
    margin-bottom: 0;
}
.preview-breakdown .preview-addons {
    margin: 12px 0 0;
    padding: 0;
    border: 0;
    border-radius: 0;
}
.preview-breakdown .preview-addons h4 {
    margin-top: 4px;
    color: #334155;
}


/* ------------------------------------------------------------
   Design refresh v3: cleaner spacing, softer fonts, better forms
   ------------------------------------------------------------ */
:root {
    --bg: #f6f8fb;
    --card: #ffffff;
    --ink: #172033;
    --muted: #667085;
    --line: #e1e8f0;
    --primary: #0f766e;
    --primary-dark: #0b5f59;
    --accent: #f59e0b;
    --shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
    --soft-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
    --radius: 22px;
}

html { font-size: 15px; }
body {
    font-family: "Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 500;
    background:
        radial-gradient(circle at 12% 0%, rgba(20, 184, 166, 0.10), transparent 26rem),
        linear-gradient(180deg, #f7fafc 0%, #f3f6fb 100%);
    letter-spacing: -0.005em;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

h1, h2, h3, h4, h5,
.brand strong,
.btn,
.nav a,
.wizard-step-btn,
.badge,
.preview-kicker,
.eyebrow {
    font-family: "Plus Jakarta Sans", "Manrope", Inter, ui-sans-serif, system-ui, sans-serif;
    letter-spacing: -0.025em;
}

.topbar {
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.045);
}
.brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 13px;
    font-size: 0.84rem;
}
.brand strong { font-size: 0.95rem; font-weight: 800; }
.brand span { font-size: 0.78rem; }
.nav { gap: 5px; }
.nav a {
    padding: 8px 12px;
    font-size: 0.84rem;
    font-weight: 750;
}
.nav a.primary {
    box-shadow: 0 8px 18px rgba(15, 118, 110, 0.20);
}

.container {
    width: min(1440px, calc(100% - 36px));
    margin-top: 22px;
}
.card, .hero-panel, .auth-card, .install-card {
    border-color: rgba(203, 213, 225, 0.78);
    box-shadow: var(--shadow);
}
.card { border-radius: 28px; }
.section-title h1,
.hero-panel h1,
.card h1,
.auth-card h1 {
    font-weight: 800;
    line-height: 1.04;
    letter-spacing: -0.045em;
}
.muted { color: #667085; }
.small-text { font-size: 0.82rem; line-height: 1.55; }
.eyebrow {
    letter-spacing: 0.12em;
    font-weight: 800;
    color: #0f766e;
}

.btn,
button.btn {
    min-height: 42px;
    padding: 11px 17px;
    border-color: #d8e2ed;
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 800;
    box-shadow: 0 7px 16px rgba(15, 23, 42, 0.04);
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease, background 0.15s ease;
}
.btn:hover,
button.btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.08);
}
.btn.primary {
    background: linear-gradient(135deg, #0f766e, #0d9488);
    border-color: transparent;
}
.btn.primary:hover { background: linear-gradient(135deg, #0b5f59, #0f766e); }
.btn.large { min-height: 48px; padding: 13px 22px; font-size: 0.96rem; }
.btn.small { min-height: 34px; padding: 8px 12px; font-size: 0.8rem; }

/* Form readability: inputs should not inherit bold label weight. */
form label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #344054;
    font-size: 0.82rem;
    font-weight: 750;
    line-height: 1.25;
}
input,
select,
textarea {
    min-height: 48px;
    border-color: #d0dae7;
    border-radius: 14px;
    padding: 12px 14px;
    background: #fff;
    color: #182033;
    font-family: "Manrope", Inter, ui-sans-serif, system-ui, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.01em;
    box-shadow: inset 0 1px 0 rgba(15, 23, 42, 0.025);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}
textarea {
    min-height: 92px;
    line-height: 1.5;
}
select { cursor: pointer; }
input::placeholder,
textarea::placeholder {
    color: #8a94a6;
    font-weight: 600;
}
input:focus,
select:focus,
textarea:focus {
    outline: 4px solid rgba(20, 184, 166, 0.14);
    border-color: #14b8a6;
    box-shadow: 0 0 0 1px rgba(20, 184, 166, 0.14), inset 0 1px 0 rgba(15, 23, 42, 0.025);
}
input[readonly] {
    background: #f8fafc;
    color: #475569;
}
.grid { gap: 18px; }
.itinerary-form .form-section > .grid + .grid,
.itinerary-form .form-section > .grid + label,
.itinerary-form .form-section > label + .grid,
.itinerary-form .form-section > label + label,
.itinerary-form .form-section > .section-title,
.itinerary-form .form-section > .dynamic-list,
.itinerary-form .form-section > .total-box {
    margin-top: 18px;
}
.compact-new-customer { margin-top: 18px !important; }

.itinerary-builder-card {
    padding: 28px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(203, 213, 225, 0.72);
    box-shadow: 0 22px 70px rgba(15, 23, 42, 0.08);
}
.builder-title {
    padding-bottom: 18px;
    border-bottom: 1px solid #eef2f7;
    margin-bottom: 22px;
}
.builder-title h1 {
    font-size: clamp(1.9rem, 3vw, 2.6rem);
}
.itinerary-builder-grid {
    grid-template-columns: minmax(0, 1fr) minmax(360px, 420px);
    gap: 24px;
}
.wizard-panel { gap: 20px; }
.wizard-progress {
    top: 72px;
    gap: 10px;
    padding: 10px;
    border-color: rgba(203, 213, 225, 0.75);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.90);
    box-shadow: 0 14px 36px rgba(15, 23, 42, 0.07);
}
.wizard-step-btn {
    min-height: 50px;
    padding: 10px 11px;
    border-radius: 18px;
    font-size: 0.86rem;
    font-weight: 800;
    color: #667085;
}
.wizard-step-btn span {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    background: #edf2f7;
    color: #64748b;
    font-size: 0.78rem;
    font-weight: 800;
}
.wizard-step-btn.is-active {
    color: #0f766e;
    border-color: #99f6e4;
    background: linear-gradient(135deg, #ecfdf5, #ffffff);
    box-shadow: 0 8px 18px rgba(15, 118, 110, 0.08);
}
.wizard-step-btn.is-active span,
.wizard-step-btn.is-done span {
    background: linear-gradient(135deg, #0f766e, #14b8a6);
}

.form-section {
    padding: 26px;
    border: 1px solid #dfe7f1;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: var(--soft-shadow);
}
.form-section h2 {
    margin: 0 0 18px;
    color: #172033;
    font-size: clamp(1.28rem, 1.8vw, 1.55rem);
    font-weight: 800;
    line-height: 1.14;
}
.form-section h3 {
    font-weight: 800;
    letter-spacing: -0.02em;
}
.step-hero-section {
    border-color: #c8f4ec;
    background:
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.12), transparent 16rem),
        linear-gradient(135deg, #f0fdfa, #ffffff 72%);
}
.step-hero-section h2 { margin-bottom: 6px; }
.dynamic-row {
    padding: 22px;
    border: 1px solid #dfe7f1;
    border-radius: 22px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}
.dynamic-row .grid { padding-right: 26px; }
.icon-btn {
    top: 14px;
    right: 14px;
    width: 30px;
    height: 30px;
    background: #fff1f2;
    color: #be123c;
    border: 1px solid #ffe4e6;
}
.image-upload-line {
    align-items: center;
    gap: 18px;
    margin-top: 18px;
    padding: 14px;
    border: 1px solid #e6edf5;
    border-radius: 18px;
    background: #f8fafc;
}
.photo-preview {
    width: 166px;
    height: 108px;
    border-radius: 16px;
    border-color: #d4deea;
    background: #eef2f7;
    color: #667085;
}
.stop-image-input { padding: 10px; background: #ffffff; }
.total-box {
    gap: 14px;
}
.total-box div {
    border-color: #e1e8f0;
    border-radius: 16px;
    padding: 14px;
    box-shadow: 0 6px 15px rgba(15, 23, 42, 0.035);
}
.total-box span { color: #667085; font-size: 0.73rem; font-weight: 800; }
.total-box strong { color: #172033; font-weight: 800; }
.wizard-actions {
    justify-content: flex-start;
    gap: 12px;
    padding: 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 16px 42px rgba(15, 23, 42, 0.10);
}

.live-preview-panel {
    top: 72px;
    padding: 18px;
    border-color: rgba(203, 213, 225, 0.76);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.10);
}
.live-preview-header {
    margin-bottom: 10px;
}
.live-preview-header h2 {
    font-size: 1.18rem;
    font-weight: 800;
    letter-spacing: -0.035em;
}
.live-brochure {
    margin-top: 16px;
    border-color: #dfe7f1;
    border-radius: 26px;
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.055);
}
.live-brochure .preview-cover {
    display: block;
    padding: 24px;
    background:
        radial-gradient(circle at 90% 2%, rgba(245, 158, 11, 0.72), transparent 30%),
        linear-gradient(135deg, #064e3b, #0f766e 70%);
}
.preview-kicker {
    margin-bottom: 12px;
    color: #c7f9e9 !important;
    font-size: 0.72rem;
    letter-spacing: 0.16em;
}
.live-brochure .preview-cover h3 {
    margin: 0 0 10px;
    font-size: clamp(1.6rem, 2.4vw, 2rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.05em;
}
.live-brochure .preview-cover p {
    margin: 0;
    color: rgba(255, 255, 255, 0.86);
    font-weight: 500;
}
.preview-pills {
    gap: 8px;
    margin-top: 16px;
}
.preview-pills span {
    padding: 7px 10px;
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.22);
    font-size: 0.76rem;
    font-weight: 750;
}
.preview-cover .preview-price-card,
.live-brochure .preview-price-card {
    width: 100%;
    margin-top: 18px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(12px);
    color: #ffffff;
    box-shadow: none;
}
.preview-price-card small,
.preview-price-card span {
    display: block;
    color: rgba(255, 255, 255, 0.74);
    font-weight: 700;
}
.preview-price-card strong {
    display: block;
    margin: 4px 0;
    font-size: 1.45rem;
    line-height: 1;
    font-weight: 800;
}
.preview-info-grid {
    gap: 12px;
    padding: 18px;
    background: #ffffff;
    border-bottom-color: #e6edf5;
}
.preview-info-grid div {
    border-color: #e2eaf3;
    border-radius: 18px;
    padding: 14px;
    background: #f9fbfd;
}
.preview-info-grid span,
.preview-line span {
    color: #667085;
    font-size: 0.70rem;
    font-weight: 800;
}
.preview-info-grid strong {
    margin-top: 5px;
    color: #172033;
    font-weight: 800;
}
.preview-info-grid small { color: #667085; font-weight: 600; }
.preview-days-wrap {
    padding: 18px;
    gap: 16px;
}
.preview-day-block {
    border-color: #e1e8f0;
    border-radius: 20px;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.035);
}
.preview-day-block header {
    padding: 14px 16px;
    background: linear-gradient(135deg, #f8fafc, #ffffff);
}
.preview-day-block header span,
.preview-day-block header em {
    color: #0f766e;
    font-size: 0.72rem;
}
.preview-day-block header strong {
    color: #172033;
    font-size: 1rem;
    font-weight: 800;
}
.preview-stops {
    gap: 12px;
    padding: 14px;
}
.preview-stop-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 12px;
    border-color: #e6edf5;
    border-radius: 18px;
    padding: 10px;
}
.preview-stop-image img,
.preview-stop-placeholder {
    height: 94px;
    border-radius: 14px;
}
.preview-time {
    background: #ecfdf5;
    color: #0f766e;
    font-size: 0.70rem;
    font-weight: 800;
}
.preview-stop-body h4,
.preview-stop-body h5 {
    margin: 3px 0 4px;
    color: #172033;
    font-size: 0.98rem;
    font-weight: 800;
}
.preview-stop-body p {
    color: #526070;
    font-size: 0.84rem;
    font-weight: 500;
}
.preview-empty-line {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: 16px;
    color: #667085;
    font-weight: 700;
}
.preview-breakdown,
.preview-addons,
.preview-terms {
    border-color: #e1e8f0;
    border-radius: 20px;
    background: #ffffff;
}
.preview-breakdown h4,
.preview-addons h4,
.preview-terms h4 {
    color: #172033;
    font-weight: 800;
}
.preview-line strong { font-weight: 800; }
.preview-total strong { color: #0f766e; }

.brochure-page,
.brochure-page * {
    font-family: "Manrope", Inter, ui-sans-serif, system-ui, sans-serif;
}
.brochure-cover h1,
.brochure-section h2,
.day-heading h3,
.stop-content h4,
.price-panel strong {
    font-family: "Plus Jakarta Sans", "Manrope", Inter, ui-sans-serif, system-ui, sans-serif;
    letter-spacing: -0.035em;
}

@media (max-width: 980px) {
    .itinerary-builder-grid { grid-template-columns: 1fr; }
    .live-preview-panel { top: auto; }
    .wizard-progress { top: auto; }
}

@media (max-width: 640px) {
    html { font-size: 14.5px; }
    .container { width: min(100% - 20px, 1440px); }
    .itinerary-builder-card { padding: 16px; border-radius: 22px; }
    .builder-title { gap: 12px; }
    .form-section { padding: 18px; border-radius: 20px; }
    input, select, textarea { min-height: 46px; }
    .wizard-actions { border-radius: 22px; width: 100%; }
    .wizard-actions .btn { flex: 1 1 auto; }
    .image-upload-line { align-items: stretch; flex-direction: column; }
    .photo-preview { width: 100%; height: 170px; }
    .preview-info-grid,
    .preview-stop-card {
        grid-template-columns: 1fr;
    }
    .preview-stop-image img,
    .preview-stop-placeholder {
        width: 100%;
        height: 160px;
    }
}

/* Partner agency CRM + copy-message tools */
.stats-grid {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
.partner-hero {
    margin-bottom: 18px;
    background:
        radial-gradient(circle at top right, rgba(245, 158, 11, 0.16), transparent 18rem),
        linear-gradient(135deg, #ffffff, #f0fdfa);
}
.partner-stats {
    margin-top: 0;
}
.partner-layout {
    grid-template-columns: minmax(320px, 520px) minmax(0, 1fr);
}
.partner-form-card > h1,
.partner-list-card h1 {
    margin-top: 0;
}
.partner-form .placeholder-help {
    margin-top: -8px;
}
.placeholder-help code {
    display: inline-flex;
    padding: 2px 6px;
    border-radius: 7px;
    background: #f1f5f9;
    color: #0f766e;
    font-weight: 800;
}
.message-preview-card {
    padding: 16px;
    border: 1px solid #d8e7e5;
    border-radius: 22px;
    background:
        radial-gradient(circle at top right, rgba(20, 184, 166, 0.12), transparent 14rem),
        #f8fffd;
}
.message-preview-card .section-title {
    margin-bottom: 12px;
}
.copy-textarea {
    min-height: 190px;
    white-space: pre-wrap;
    background: #ffffff;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #172033;
}
.btn.is-copied,
.btn.primary.is-copied {
    background: #16a34a;
    border-color: #16a34a;
    color: #fff;
}
.danger-btn {
    color: #be123c;
    border-color: #ffe4e6;
    background: #fff1f2;
}
.partner-cards {
    display: grid;
    gap: 14px;
}
.partner-record {
    border: 1px solid #e1e8f0;
    border-radius: 22px;
    padding: 18px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}
.partner-record.is-due {
    border-color: #fbbf24;
    background:
        linear-gradient(90deg, rgba(251, 191, 36, 0.12), transparent 40%),
        #fff;
}
.partner-record-main {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: flex-start;
}
.partner-record h3 {
    margin: 0 0 4px;
    font-size: 1.12rem;
    letter-spacing: -0.03em;
}
.partner-record p {
    margin: 0;
}
.partner-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 10px;
}
.partner-meta span {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 8px;
    border-radius: 999px;
    background: #f1f5f9;
    color: #526070;
    font-size: 0.78rem;
    font-weight: 750;
    overflow-wrap: anywhere;
}
.partner-record-status {
    display: grid;
    justify-items: end;
    gap: 8px;
    white-space: nowrap;
}
.partner-record-status small {
    color: #667085;
    font-weight: 750;
}
.followup-due {
    color: #b45309 !important;
}
.partner-notes {
    margin-top: 14px !important;
    padding: 12px;
    border-radius: 16px;
    background: #f8fafc;
    color: #526070;
    font-size: 0.88rem;
    line-height: 1.55;
}
.partner-record-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 14px;
}
.partner-record-actions form {
    display: inline-flex;
}
.partner-empty {
    border: 1px dashed #cbd5e1;
    border-radius: 18px;
    background: #f8fafc;
}
.visually-hidden {
    position: fixed !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
@media (max-width: 980px) {
    .partner-layout {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 640px) {
    .partner-record-main,
    .partner-record-status {
        align-items: flex-start;
        justify-items: start;
        flex-direction: column;
    }
    .partner-record-actions .btn,
    .partner-record-actions form,
    .partner-record-actions form .btn {
        width: 100%;
    }
}

@media print {
    @page { size: A4; margin: 12mm; }
    body { background: #fff; color: #111827; }
    .no-print, .topbar, .alert, .brochure-toolbar { display: none !important; }
    .container { width: 100%; margin: 0; }
    .brochure-page { width: 100%; margin: 0; box-shadow: none; border: 0; border-radius: 0; }
    .brochure-cover { border-radius: 0; -webkit-print-color-adjust: exact; print-color-adjust: exact; }
    .brochure-section { padding: 18px 0; }
    .stop-card { break-inside: avoid; page-break-inside: avoid; }
    .day-block { break-inside: avoid; page-break-inside: avoid; }
    a { color: inherit; text-decoration: none; }
}
.preview-breakdown > .preview-addons { display: block; border: 0; border-radius: 0; padding: 0; background: transparent; margin-top: 12px; }
.preview-breakdown > .preview-addons h4 { margin: 0 0 8px; }
