.route-page { padding: 64px 0 96px; }
.route-details {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  align-items: start;
}
@media (min-width: 960px) {
  .route-details { grid-template-columns: 1.4fr 0.9fr; gap: 48px; }
}
.sticky-form {
  background: #fff;
  border: 1px solid var(--border, #e8edf3);
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: var(--shadow-card, 0 6px 24px rgba(15, 23, 42, 0.07));
  position: sticky;
  top: calc(var(--header-h, 72px) + 16px);
}
.sticky-form h3 { margin: 0 0 8px; font-size: 1.25rem; }
.sticky-form .price-tag {
  display: inline-block;
  font-family: var(--font-display), system-ui, sans-serif;
  font-weight: 800;
  font-size: 1.35rem;
  color: var(--heading, #0f172a);
  margin-bottom: 20px;
  letter-spacing: -0.02em;
}
.route-info h2 { margin-top: 40px; margin-bottom: 12px; }
.route-info h2:first-child { margin-top: 0; }
.route-includes {
  margin: 16px 0 24px;
  padding-left: 1.25rem;
  list-style: disc;
  color: var(--text, #334155);
}
.route-includes li { margin-bottom: 8px; line-height: 1.5; }
.info-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0 8px;
  font-size: 0.95rem;
}
.info-table td {
  padding: 10px 12px;
  border-bottom: 1px solid var(--border, #e8edf3);
  color: var(--text, #334155);
}
.info-table td:first-child {
  font-weight: 600;
  color: var(--heading, #0f172a);
  width: 40%;
}
.route-cost,
.route-cost.js-route-price { color: var(--gold) !important; }
.route-card {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.35s ease;
}
.route-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}
.route-card:hover .route-card-btn { background: var(--gold-dark, #a88b3f); }
.sticky-form .price-tag { color: var(--gold) !important; }
.page-hero h1,
.page-hero h1 *,
.page-hero .breadcrumb,
.page-hero p { color: #fff !important; }
.page-hero .breadcrumb a { color: rgba(255,255,255,0.75) !important; }
.page-hero .breadcrumb a:hover { color: var(--gold) !important; }
@media (max-width: 768px) {
  .header-inner { gap: 8px; }
  .header-actions { margin-left: auto; gap: 8px; margin-right: 8px; }
  .mobile-toggle { margin-left: 0; flex-shrink: 0; }
  .header-book { display: none !important; }
  .hero { background-position: 72% 28%; background-size: cover; min-height: 85vh; }
}
@media (max-width: 480px) {
  .hero { background-position: 78% 22%; }
}
.why-code {
  flex-shrink: 0; width: 56px; height: 56px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 14px;
  border: 1.5px solid rgba(197, 160, 89, 0.45);
  background: rgba(197, 160, 89, 0.08);
  color: var(--gold, #c5a059);
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em;
}
.hero-sub { margin-bottom: 24px; }
.hero-benefits {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 10px 12px; list-style: none; margin: 0 0 28px; padding: 0; max-width: 560px;
}
.hero-benefits li {
  display: inline-flex; align-items: center; gap: 8px; margin: 0;
  padding: 8px 14px; border-radius: 100px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(197, 160, 89, 0.35);
  color: #fff; font-size: 0.9rem; font-weight: 600; line-height: 1.25;
  white-space: nowrap; letter-spacing: 0.01em;
  backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px);
}
.hero-benefits li::before {
  content: ''; width: 7px; height: 7px; border-radius: 50%;
  background: var(--gold, #c5a059);
  box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.25); flex-shrink: 0;
}
.hero-actions { margin-bottom: 0; }
@media (max-width: 480px) {
  .hero-benefits { gap: 8px; }
  .hero-benefits li { font-size: 0.82rem; padding: 7px 12px; }
}
.footer-social { display: flex; gap: 12px; margin-top: 16px; }
.footer-social a {
  display: inline-flex; align-items: center; justify-content: center;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12);
  color: #fff; transition: background 0.2s, color 0.2s, border-color 0.2s;
}
.footer-social a:hover { background: var(--gold); border-color: var(--gold); color: #0f172a; }
.footer-social svg { width: 18px; height: 18px; fill: currentColor; }
.about-social {
  display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; justify-content: center;
}
.about-social a {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 12px 20px; border-radius: 100px;
  border: 1px solid var(--border, #e8edf3); background: #fff;
  color: var(--heading, #0f172a); font-weight: 600; font-size: 0.95rem;
  transition: border-color 0.2s, box-shadow 0.2s, color 0.2s; text-decoration: none;
}
.about-social a:hover {
  border-color: var(--gold); color: var(--gold);
  box-shadow: 0 6px 20px rgba(15, 23, 42, 0.08);
}
.about-social svg { width: 20px; height: 20px; fill: currentColor; flex-shrink: 0; }
.consent-label a.consent-link,
.form-consent a.consent-link {
  color: var(--gold) !important; font-weight: 600; text-decoration: none;
}
.consent-label a.consent-link:hover { text-decoration: underline; }
.footer-bottom {
  display: flex; flex-wrap: wrap; gap: 8px 20px;
  align-items: center; justify-content: space-between;
}
.footer-legal {
  flex: 1 1 100%; font-size: 0.8rem; opacity: 0.75; line-height: 1.4; margin-top: 4px;
}
@media (min-width: 700px) {
  .footer-legal { flex: 1 1 auto; margin-top: 0; text-align: center; }
}
.iti { width: 100%; display: block; }
.iti__flag-container { z-index: 3; }
.form-group .iti input[type="tel"],
.form-group .iti input.iti__tel-input {
  width: 100%; padding: 14px 16px; padding-left: 90px;
  border: 1px solid #e2e8f0; border-radius: 12px; font-size: 1rem;
  font-family: var(--font, inherit); background: var(--bg, #f8fafc);
  transition: border-color 0.2s;
}
.form-group .iti input[type="tel"]:focus,
.form-group .iti input.iti__tel-input:focus {
  outline: none; border-color: var(--gold, #c5a059); background: #fff;
}
.iti--separate-dial-code .iti__selected-flag {
  background: transparent; border-radius: 12px 0 0 12px;
}
.iti__country-list {
  z-index: 20; border-radius: 12px;
  box-shadow: 0 12px 32px rgba(15, 23, 42, 0.15); max-height: 240px;
}
input[name="phone"].is-invalid,
.iti input.is-invalid { border-color: #ef4444 !important; }
.route-info .faq-list,
.route-page .faq-list,
.route-details .faq-list { margin: 12px 0 8px; max-width: 640px; }
.route-info .faq-item,
.route-page .faq-item,
.route-details .faq-item { border-bottom: 1px solid #e2e8f0; }
.route-info .faq-question,
.route-page .faq-question,
.route-details .faq-question {
  color: #0f172a !important; font-size: 1rem; font-weight: 600;
  padding: 16px 0; gap: 12px; justify-content: flex-start;
}
.route-info .faq-question:hover,
.route-page .faq-question:hover,
.route-details .faq-question:hover { color: var(--gold, #c5a059) !important; }
.route-info .faq-icon,
.route-page .faq-icon,
.route-details .faq-icon {
  color: var(--gold, #c5a059) !important; font-size: 1.2rem; order: -1; margin-left: 0 !important;
}
.route-info .faq-answer-inner,
.route-page .faq-answer-inner,
.route-details .faq-answer-inner {
  color: #334155 !important; padding: 0 0 16px 28px; font-size: 0.95rem;
}
.route-info > h2 + .faq-list { margin-top: 8px; }
.mobile-menu {
  display: none; position: fixed; inset: 0; background: var(--dark);
  z-index: 999; padding: 100px 32px 32px; flex-direction: column; gap: 24px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a { color: white; font-size: 1.25rem; font-weight: 600; }
.mobile-menu .lang-switch { margin-top: 24px; align-self: flex-start; }
.hero-trust {
  display: flex; flex-wrap: wrap; gap: 8px 12px; margin-top: 28px;
  font-size: 0.9rem; color: rgba(255,255,255,0.85); font-weight: 500;
}
.hero-trust .dot { opacity: 0.5; }
.hero-directions {
  margin-top: 16px; font-size: 0.95rem; color: rgba(255,255,255,0.7); letter-spacing: 0.04em;
}
.route-note { font-size: 0.85rem; color: var(--text-light); margin: -8px 0 16px; }
.optional { font-weight: 400; color: var(--text-light); font-size: 0.85em; }
.form-hint { font-size: 0.9rem; color: var(--text-light); margin-bottom: 16px; }
.how-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.how-step {
  background: white; border-radius: var(--radius); padding: 28px 24px;
  border: 1px solid #e2e8f0; position: relative;
}
.how-num {
  font-family: var(--font-display); font-size: 1.5rem; font-weight: 700;
  color: var(--gold); margin-bottom: 12px;
}
.how-step h3 { font-size: 1.1rem; margin-bottom: 8px; color: var(--dark); }
.how-step p { font-size: 0.95rem; color: var(--text); }
.cta-actions {
  display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-top: 24px;
}
.mobile-sticky {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 900;
  background: white; border-top: 1px solid #e2e8f0; padding: 10px 12px; gap: 8px;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
}
.sticky-btn {
  flex: 1; text-align: center; padding: 12px 8px; font-size: 0.85rem; font-weight: 600;
  border-radius: 10px; background: var(--bg); color: var(--dark);
}
.sticky-primary { background: var(--gold); color: white; }
.header .btn-outline {
  border: 1.5px solid currentColor;
  background: transparent;
  color: inherit;
  padding: 8px 16px;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.9rem;
}
.header:not(.scrolled) .btn-outline { color: white; border-color: rgba(255,255,255,0.5); }
.header.scrolled .btn-outline { color: var(--dark); border-color: #cbd5e1; }
.header-phone { display: none; }
@media (min-width: 1100px) { .header-phone { display: inline-flex; } }
@media (max-width: 1024px) { .how-steps { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) {
  .how-steps { grid-template-columns: 1fr; }
  .mobile-sticky { display: flex; }
  body { padding-bottom: 70px; }
  .cta-actions { flex-direction: column; align-items: stretch; }
  .cta-actions .btn { width: 100%; text-align: center; }
}
.content-page { padding: 48px 0 100px; }
.content-page .prose { max-width: 760px; margin: 0 auto; }
.content-page .prose h2 {
  font-family: var(--font-display); font-size: 1.35rem; color: var(--dark); margin: 36px 0 12px;
}
.content-page .prose p { color: var(--text); margin-bottom: 14px; line-height: 1.75; }
.content-page .prose ul { margin: 0 0 16px 1.25rem; list-style: disc; }
.content-page .prose li { margin-bottom: 8px; color: var(--text); line-height: 1.65; }
.about-story { max-width: 720px; margin: 0 auto; }
.about-story p { font-size: 1.15rem; line-height: 1.8; color: var(--text); margin-bottom: 20px; }
.about-story p:first-of-type { font-size: 1.25rem; color: var(--dark); font-weight: 500; }
@media (max-width: 768px) {
  section { padding: 64px 0 !important; }
  .why, .faq { padding: 72px 0 !important; }
  .form-section { padding: 64px 0 !important; }
  .cta-section { padding: 56px 0 !important; }
  .reviews { padding: 64px 0 !important; }
  .routes-map-section { padding: 48px 0 64px !important; }
  .form-card { padding: 28px 20px !important; }
  .section-header { margin-bottom: 36px; }
  .section-header p { font-size: 1rem; }
  .routes-grid { grid-template-columns: 1fr !important; gap: 16px !important; }
  .how-steps { grid-template-columns: 1fr !important; gap: 16px !important; }
  .container { padding-left: 16px; padding-right: 16px; }
  .sticky-form { padding: 22px 18px; }
  .page-hero { padding: 110px 0 48px !important; }
  .page-hero h1 { font-size: 1.75rem !important; }
  .route-details { gap: 28px; }
  .info-table td { padding: 10px 0; font-size: 0.92rem; }
  .faq-question { padding: 14px 0 !important; font-size: 0.95rem !important; }
}
@media (max-width: 480px) {
  .container { padding-left: 14px; padding-right: 14px; }
  section { padding: 52px 0 !important; }
  .hero { padding: 96px 0 48px !important; min-height: 80vh; }
  .hero h1 { font-size: 1.85rem !important; }
  .hero-sub { font-size: 1.05rem; }
  .btn-lg { padding: 14px 22px; font-size: 1rem; }
  .form-card { padding: 22px 16px !important; }
  .price-tag { font-size: 1.35rem !important; }
  .route-card-img { height: 150px !important; min-height: 150px !important; }
}
@media (min-width: 641px) and (max-width: 900px) {
  .routes-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 18px !important; }
  .how-steps { grid-template-columns: repeat(2, 1fr) !important; }
}
.cga-file-wrap { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; }
.cga-file-input {
  position: absolute !important; width: 1px !important; height: 1px !important;
  opacity: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important;
  pointer-events: none !important;
}
.cga-file-btn {
  appearance: none; border: 1px solid #cbd5e1; background: #f8fafc; color: #0f172a;
  font: inherit; font-size: 0.9rem; font-weight: 500; padding: 8px 14px;
  border-radius: 10px; cursor: pointer; transition: background 0.15s, border-color 0.15s;
}
.cga-file-btn:hover { background: #f1f5f9; border-color: #94a3b8; }
.cga-file-name {
  font-size: 0.88rem; color: #64748b; max-width: 100%;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}

/* Consent checkbox — gold accent on ALL pages */
.consent-label {
  display: flex; gap: 12px; align-items: flex-start;
  font-size: 0.92rem; color: var(--text, #334155); line-height: 1.5;
  cursor: pointer; user-select: none;
}
.consent-label input[type="checkbox"] {
  appearance: none; -webkit-appearance: none;
  width: 20px; height: 20px; margin-top: 2px; flex-shrink: 0;
  border: 2px solid #c5a059; border-radius: 6px; background: #fff;
  cursor: pointer; position: relative;
  transition: background 0.15s, border-color 0.15s, box-shadow 0.15s;
}
.consent-label input[type="checkbox"]:hover {
  border-color: #a88b3f; box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.15);
}
.consent-label input[type="checkbox"]:checked {
  background: linear-gradient(145deg, #e8d5a8, #c5a059); border-color: #c5a059;
}
.consent-label input[type="checkbox"]:checked::after {
  content: ""; position: absolute; left: 5px; top: 1px; width: 5px; height: 10px;
  border: solid #0f172a; border-width: 0 2px 2px 0; transform: rotate(45deg);
}
.consent-label input[type="checkbox"]:focus-visible {
  outline: none; box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.35);
}

/* Form actions: matching radius for Rezervă / WhatsApp */
.form-actions { display: grid; grid-template-columns: 1fr; gap: 12px; }
@media (min-width: 420px) {
  .form-actions { grid-template-columns: 1fr 1fr; }
}
.form-actions .btn,
.form-actions .btn-outline,
.form-actions .btn-wa-route,
.btn-wa-route {
  border-radius: 100px !important;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 0.95rem;
}
.form-actions .btn-outline {
  background: transparent;
  border: 2px solid var(--gold, #c5a059);
  color: var(--gold, #c5a059);
}
.form-actions .btn-outline:hover {
  background: var(--gold, #c5a059);
  color: #fff;
}

/* Form status boxes — success/error on ALL pages */
.form-success {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(34, 197, 94, 0.12);
  color: #166534;
  font-weight: 500;
  font-size: 0.95rem;
  line-height: 1.45;
}
.form-success.is-error {
  background: rgba(239, 68, 68, 0.1);
  color: #991b1b;
}
.form-success[hidden] {
  display: none !important;
}

/* More space between consent and book buttons */
.form-consent {
  margin: 8px 0 28px;
}
.sticky-form .form-consent,
.form-card .form-consent {
  margin-bottom: 28px;
}
