/* 
  Page-Specific CSS: Hospitality Partners Hunter & Windham
  Designed to match partners-hospitality-hunter-windham.png
*/

.page-partners-hospitality {
  background-color: var(--ss-bg, #FBFAF8);
  font-family: 'Inter', sans-serif;
  color: var(--ss-text, #1F1712);
}

/* Typography Overrides */
.page-partners-hospitality h1,
.page-partners-hospitality h2,
.page-partners-hospitality h3,
.page-partners-hospitality h4,
.page-partners-hospitality h5 {
  font-family: 'Lexend', sans-serif;
  color: var(--ss-ink, #362B24);
  margin-bottom: 0.5rem;
}

.page-partners-hospitality .hero-serif-title {
  font-family: 'Instrument Serif', Georgia, serif;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 1.05;
  font-weight: 400;
  letter-spacing: -0.015em;
  color: var(--ss-ink, #362B24);
}

.page-partners-hospitality .section-eyebrow {
  font-family: 'Lexend', sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ss-green, #116A42);
  margin-bottom: 0.75rem;
}

.page-partners-hospitality .section-title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin-bottom: 2.5rem;
}

/* Custom Sub-Header Top-bar override styling */
.page-partners-hospitality .ss-topbar {
  background: var(--ss-bg, #FBFAF8) !important;
  color: var(--ss-muted, #4F433C) !important;
  border-bottom: 1px solid var(--ss-border, rgba(54, 43, 36, 0.14)) !important;
  font-size: 0.82rem;
  padding: 0.45rem 0;
}

.page-partners-hospitality .ss-topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-partners-hospitality .ss-topbar-left {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  color: var(--ss-muted, #4F433C);
}

.page-partners-hospitality .ss-topbar-left i {
  color: var(--ss-slate, #306061) !important;
}

.page-partners-hospitality .ss-topbar-center {
  font-weight: 500;
  color: var(--ss-text, #1F1712);
}

.page-partners-hospitality .ss-topbar-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.page-partners-hospitality .ss-topbar-right a {
  color: var(--ss-muted, #4F433C) !important;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.page-partners-hospitality .ss-topbar-right a:hover {
  color: var(--ss-green, #116A42) !important;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hospitality-hero-section {
  padding: clamp(2.5rem, 6vw, 5rem) 0;
  background: var(--ss-bg, #FBFAF8);
}

.hospitality-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 3.5rem;
  align-items: center;
}

.hospitality-hero-left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hospitality-hero-left .lead {
  font-size: clamp(1.05rem, 2vw, 1.22rem);
  line-height: 1.5;
  color: var(--ss-muted, #4F433C);
  max-width: 38rem;
  margin: 0;
}

.hospitality-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.hospitality-hero-features {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ss-muted, #4F433C);
}

.hospitality-hero-features i {
  color: var(--ss-teal, #289FA1);
  font-size: 1.05rem;
}

.hospitality-hero-right {
  position: relative;
}

.hospitality-hero-img-container {
  position: relative;
  border-radius: 1.25rem;
  overflow: visible; /* To allow floating badge to overflow nicely */
}

.hospitality-hero-img {
  width: 100%;
  height: auto;
  border-radius: 1.25rem;
  object-fit: cover;
  display: block;
  box-shadow: 0 12px 36px rgba(54, 43, 36, 0.08);
  border: 1px solid var(--ss-border, rgba(54, 43, 36, 0.14));
}

/* Floating Drive Badge on Hero */
.hospitality-drive-badge {
  position: absolute;
  right: 1.5rem;
  bottom: -1rem;
  background: var(--ss-surface, #FFFFFF);
  border: 1px solid var(--ss-border, rgba(54, 43, 36, 0.14));
  border-radius: 1rem;
  padding: 0.85rem 1.15rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  box-shadow: 0 10px 24px rgba(54, 43, 36, 0.12);
  z-index: 10;
  max-width: 250px;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hospitality-drive-badge:hover {
  transform: translateY(-4px) scale(1.02);
}

.hospitality-drive-badge i {
  font-size: 1.25rem;
  color: var(--ss-slate, #306061);
  flex-shrink: 0;
}

.hospitality-drive-badge-text h5 {
  font-size: 0.88rem;
  font-weight: 700;
  margin: 0;
  color: var(--ss-text, #1F1712);
  line-height: 1.2;
}

.hospitality-drive-badge-text p {
  font-size: 0.75rem;
  color: var(--ss-muted, #4F433C);
  margin: 0;
  line-height: 1.2;
  font-weight: 500;
}

/* Custom annotations styling */
.design-annotation-arrow {
  position: absolute;
  right: -5.5rem;
  bottom: -4rem;
  width: 90px;
  height: 60px;
  pointer-events: none;
  opacity: 0.65;
  display: none; /* Hide on production, keep structure tidy */
}

/* ==========================================================================
   Horizontal Feature Bar (Ribbon)
   ========================================================================== */
.hospitality-feature-ribbon {
  background: var(--ss-surface, #FFFFFF);
  border: 1px solid var(--ss-border, rgba(54, 43, 36, 0.14));
  border-radius: 1.25rem;
  padding: 1.5rem 2rem;
  box-shadow: 0 6px 20px rgba(54, 43, 36, 0.02);
  margin-bottom: 5rem;
}

.hospitality-feature-ribbon-grid {
  display: grid;
  grid-template-columns: 1fr auto 1.2fr auto 1fr;
  align-items: center;
}

.hospitality-ribbon-col {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.hospitality-ribbon-icon-circle {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--ss-surface2, #F4F1ED);
  border: 1px solid var(--ss-border, rgba(54, 43, 36, 0.14));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ss-slate, #306061);
  font-size: 1.15rem;
  flex-shrink: 0;
}

.hospitality-ribbon-text h4 {
  font-size: 0.98rem;
  font-weight: 700;
  margin: 0 0 0.15rem 0;
}

.hospitality-ribbon-text p {
  font-size: 0.82rem;
  color: var(--ss-muted, #4F433C);
  margin: 0;
  font-weight: 500;
}

.hospitality-ribbon-divider {
  width: 1px;
  height: 44px;
  background: var(--ss-border, rgba(54, 43, 36, 0.14));
}

/* ==========================================================================
   What Guests Actually Get
   ========================================================================== */
.what-guests-get-section {
  padding-bottom: 5rem;
}

.what-guests-get-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3.5rem;
}

.what-guests-get-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 0.5rem;
}

.what-guests-get-left p.subtext {
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--ss-muted, #4F433C);
  max-width: 26rem;
}

.what-guests-get-cards {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.what-get-card {
  background: var(--ss-surface, #FFFFFF);
  border: 1px solid var(--ss-border, rgba(54, 43, 36, 0.14));
  border-radius: 1.1rem;
  padding: 1.25rem 1.5rem;
  display: flex;
  gap: 1.25rem;
  box-shadow: 0 4px 15px rgba(54, 43, 36, 0.005);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.what-get-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(54, 43, 36, 0.04);
}

.what-get-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ss-surface2, #F4F1ED);
  border: 1px solid var(--ss-border, rgba(54, 43, 36, 0.14));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ss-teal, #289FA1);
  font-size: 1.15rem;
  flex-shrink: 0;
}

.what-get-body h4 {
  font-size: 0.98rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.what-get-body p {
  font-size: 0.85rem;
  line-height: 1.45;
  color: var(--ss-muted, #4F433C);
  margin: 0;
}

/* ==========================================================================
   Who This Is Perfect For
   ========================================================================== */
.perfect-for-section {
  padding-bottom: 5rem;
}

.perfect-for-track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}

.perfect-for-card {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
}

.perfect-for-icon-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--ss-surface, #FFFFFF);
  border: 1.5px solid var(--ss-border, rgba(54, 43, 36, 0.14));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ss-slate, #306061);
  font-size: 1.75rem;
  margin-bottom: 1.1rem;
  box-shadow: 0 4px 12px rgba(54, 43, 36, 0.015);
  transition: all 0.3s ease;
}

.perfect-for-card:hover .perfect-for-icon-circle {
  transform: scale(1.08);
  border-color: var(--ss-green, #116A42);
  color: var(--ss-green, #116A42);
  box-shadow: 0 6px 18px rgba(17, 106, 66, 0.12);
}

.perfect-for-card h4 {
  font-size: 0.92rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.perfect-for-card p {
  font-size: 0.78rem;
  line-height: 1.4;
  color: var(--ss-muted, #4F433C);
  margin: 0;
  max-width: 12rem;
}

/* ==========================================================================
   Referral Timeline & Why Partners Love This
   ========================================================================== */
.timeline-love-section {
  padding-bottom: 5rem;
}

.timeline-love-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.5rem;
}

.timeline-column {
  display: flex;
  flex-direction: column;
}

/* Connected dot vertical timeline */
.vertical-timeline {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  position: relative;
  padding-left: 1rem;
  margin-top: 1rem;
}

/* Connector line */
.vertical-timeline::before {
  content: '';
  position: absolute;
  left: 2.15rem;
  top: 1.25rem;
  bottom: 1.25rem;
  width: 2px;
  border-left: 2.5px dotted var(--ss-border, rgba(54, 43, 36, 0.14));
  z-index: 1;
}

.timeline-step-item {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  position: relative;
  z-index: 2;
}

.timeline-step-number {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--ss-slate, #306061);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  font-size: 0.95rem;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(48, 96, 97, 0.15);
}

.timeline-step-item:nth-child(3) .timeline-step-number {
  background: var(--ss-teal, #289FA1);
  box-shadow: 0 4px 10px rgba(40, 159, 161, 0.15);
}

.timeline-step-content {
  padding-top: 0.35rem;
}

.timeline-step-content h4 {
  font-size: 0.98rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.timeline-step-content p {
  font-size: 0.85rem;
  line-height: 1.45;
  color: var(--ss-muted, #4F433C);
  margin: 0;
}

.love-column {
  display: flex;
  flex-direction: column;
}

.love-cards-stack {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1rem;
}

.love-card {
  background: var(--ss-surface, #FFFFFF);
  border: 1px solid var(--ss-border, rgba(54, 43, 36, 0.14));
  border-radius: 1.1rem;
  padding: 1.25rem 1.5rem;
  display: flex;
  gap: 1.25rem;
  box-shadow: 0 4px 15px rgba(54, 43, 36, 0.005);
}

.love-card-icon-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ss-surface2, #F4F1ED);
  border: 1px solid var(--ss-border, rgba(54, 43, 36, 0.14));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ss-slate, #306061);
  font-size: 1.15rem;
  flex-shrink: 0;
}

.love-card-body h4 {
  font-size: 0.98rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.love-card-body p {
  font-size: 0.85rem;
  line-height: 1.45;
  color: var(--ss-muted, #4F433C);
  margin: 0;
}

/* ==========================================================================
   Partner Toolkit Section
   ========================================================================== */
.toolkit-section {
  padding-bottom: 5rem;
}

.toolkit-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 3.5rem;
  align-items: start;
}

.toolkit-left {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.toolkit-left p.subtext {
  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--ss-muted, #4F433C);
  max-width: 24rem;
}

.toolkit-cards {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.toolkit-card {
  background: var(--ss-surface, #FFFFFF);
  border: 1px solid var(--ss-border, rgba(54, 43, 36, 0.14));
  border-radius: 1.1rem;
  padding: 1.35rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  box-shadow: 0 4px 15px rgba(54, 43, 36, 0.005);
}

.toolkit-card-header {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.toolkit-card-icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--ss-surface2, #F4F1ED);
  border: 1px solid var(--ss-border, rgba(54, 43, 36, 0.14));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ss-slate, #306061);
  font-size: 1rem;
  flex-shrink: 0;
}

.toolkit-card-title {
  font-size: 0.98rem;
  font-weight: 700;
  margin: 0;
}

.toolkit-card-content {
  font-size: 0.85rem;
  line-height: 1.5;
  color: var(--ss-text, #1F1712);
  background: var(--ss-surface2, #F4F1ED);
  border-radius: 0.65rem;
  padding: 0.85rem 1.15rem;
  margin: 0;
  border: 1px solid rgba(54, 43, 36, 0.05);
}

.toolkit-card-content.script-text {
  font-style: italic;
  font-family: Georgia, serif;
}

.btn-toolkit-action {
  align-self: flex-start;
  background: none;
  border: 1px solid var(--ss-border, rgba(54, 43, 36, 0.14));
  color: var(--ss-slate, #306061);
  font-family: 'Lexend', sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 1rem;
  border-radius: 999px;
  cursor: pointer;
  background-color: var(--ss-surface, #FFFFFF);
  transition: all 0.2s ease;
  text-decoration: none !important;
}

.btn-toolkit-action:hover {
  background-color: var(--ss-surface2, #F4F1ED);
  color: var(--ss-green, #116A42);
  border-color: var(--ss-green, #116A42);
}

/* Printable Card with QR nested structure */
.toolkit-printable-card-body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: center;
}

.toolkit-printable-left {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.toolkit-qr-container {
  width: 90px;
  height: 90px;
  padding: 0.5rem;
  background: #FFFFFF;
  border: 1px solid var(--ss-border, rgba(54, 43, 36, 0.14));
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(54, 43, 36, 0.03);
}

.toolkit-qr-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ==========================================================================
   What Guests Say (Testimonials)
   ========================================================================== */
.testimonials-section {
  padding-bottom: 5rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 0.85fr;
  gap: 1.5rem;
}

.guest-testimonial-card {
  background: var(--ss-surface, #FFFFFF);
  border: 1px solid var(--ss-border, rgba(54, 43, 36, 0.14));
  border-radius: 1.25rem;
  padding: 2.25rem 1.5rem 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 15px rgba(54, 43, 36, 0.005);
  position: relative;
  transition: transform 0.25s ease;
}

.guest-testimonial-card:hover {
  transform: translateY(-3px);
}

.guest-avatar-wrapper {
  position: absolute;
  top: -1.75rem;
  left: 1.5rem;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid var(--ss-surface, #FFFFFF);
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(54, 43, 36, 0.15);
}

.guest-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guest-stars {
  color: #FFB800; /* Warm gold/yellow stars */
  font-size: 0.9rem;
  margin: 0.5rem 0 0.75rem 0;
  letter-spacing: 0.1em;
}

.guest-quote-text {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--ss-text, #1F1712);
  margin-bottom: 1.5rem;
  font-style: italic;
}

.guest-author-info {
  border-top: 1px solid var(--ss-border, rgba(54, 43, 36, 0.14));
  padding-top: 0.85rem;
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--ss-muted, #4F433C);
}

/* Google Rating Card on the right */
.google-rating-card {
  background: var(--ss-surface2, #F4F1ED);
  border: 1px solid var(--ss-border, rgba(54, 43, 36, 0.14));
  border-radius: 1.25rem;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 15px rgba(54, 43, 36, 0.005);
}

.google-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
}

.google-icon-img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.google-rating-number {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--ss-ink, #362B24);
  line-height: 1;
  margin-bottom: 0.25rem;
}

.google-subtext {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--ss-muted, #4F433C);
  margin: 0;
  margin-top: 0.25rem;
}

/* ==========================================================================
   FAQ Section
   ========================================================================== */
.faq-section {
  padding-bottom: 5rem;
}

.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
}

.faq-accordion .accordion-item {
  border: 1px solid var(--ss-border, rgba(54, 43, 36, 0.14));
  border-radius: 0.95rem !important;
  margin-bottom: 0.85rem;
  overflow: hidden;
  background: var(--ss-surface, #FFFFFF);
  box-shadow: 0 4px 15px rgba(54, 43, 36, 0.005);
}

.faq-accordion .accordion-header {
  margin: 0;
}

.faq-accordion .accordion-button {
  font-family: 'Lexend', sans-serif;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--ss-ink, #362B24);
  background: var(--ss-surface, #FFFFFF);
  padding: 1.2rem 1.6rem;
  box-shadow: none !important;
  border: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--ss-teal, #289FA1);
  background: var(--ss-surface, #FFFFFF);
  border-bottom: 1px solid var(--ss-border, rgba(54, 43, 36, 0.14));
}

.faq-accordion .accordion-body {
  padding: 1.35rem 1.6rem;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--ss-muted, #4F433C);
  background: var(--ss-surface, #FFFFFF);
}

/* ==========================================================================
   Final CTA Section
   ========================================================================== */
.final-cta-section {
  padding-bottom: 4rem;
}

.final-cta-card {
  position: relative;
  background-image: linear-gradient(rgba(54, 43, 36, 0.82), rgba(54, 43, 36, 0.82)), url("../../images/catskills_foggy_street.6632e7.png");
  background-size: cover;
  background-position: center;
  border: 1px solid var(--ss-border, rgba(54, 43, 36, 0.14));
  border-radius: 1.5rem;
  padding: clamp(2.5rem, 6vw, 4.5rem) clamp(2rem, 5vw, 4rem);
  box-shadow: 0 12px 36px rgba(54, 43, 36, 0.12);
  color: #FFFFFF;
  overflow: hidden;
}

.final-cta-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items: center;
  gap: 3.5rem;
  position: relative;
  z-index: 2;
}

.final-cta-left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.final-cta-left h2 {
  color: #FFFFFF;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.1;
  margin: 0;
}

.final-cta-left p.lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1rem, 2.2vw, 1.2rem);
  line-height: 1.5;
  margin: 0;
  max-width: 38rem;
}

.final-cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.btn-cta-light-solid {
  background-color: var(--ss-surface, #FFFFFF);
  border: 1.5px solid var(--ss-surface, #FFFFFF);
  color: var(--ss-ink, #362B24);
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.78rem 1.85rem;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  text-decoration: none !important;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.btn-cta-light-solid:hover {
  background-color: var(--ss-surface2, #F4F1ED);
  border-color: var(--ss-surface2, #F4F1ED);
  transform: translateY(-2px);
}

.btn-cta-light-outline {
  background-color: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  color: #FFFFFF;
  font-family: 'Lexend', sans-serif;
  font-weight: 700;
  border-radius: 999px;
  padding: 0.78rem 1.85rem;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  text-decoration: none !important;
  transition: all 0.25s ease;
}

.btn-cta-light-outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #FFFFFF;
  transform: translateY(-2px);
}

.final-cta-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Sensei Sandy Gold Round Stamp */
.stamp-gold-logo {
  width: 140px;
  height: 140px;
  position: relative;
  animation: stamp-rotate 35s linear infinite;
  opacity: 0.95;
  user-select: none;
  pointer-events: none;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.15));
}

@keyframes stamp-rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

/* ==========================================================================
   Mobile Sticky Action Footer
   ========================================================================== */
.hospitality-mobile-sticky-actions {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(251, 250, 248, 0.96);
  border-top: 1px solid var(--ss-border, rgba(54, 43, 36, 0.14));
  padding: 0.65rem 1rem;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(10px);
  z-index: 1040;
  display: none; /* Shown on small breakpoints */
}

.hospitality-mobile-sticky-actions .sticky-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  width: 100%;
}

.hospitality-mobile-sticky-actions .btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: 'Lexend', sans-serif;
  font-size: 0.9rem;
  border-radius: 999px;
  text-decoration: none !important;
}

/* ==========================================================================
   Responsive Media Queries
   ========================================================================== */
@media (max-width: 1199px) {
  .testimonials-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .google-rating-card {
    grid-column: span 3;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
    padding: 1.5rem 2rem;
  }
  .google-icon-wrapper {
    margin-bottom: 0;
  }
}

@media (max-width: 991px) {
  .hospitality-hero-grid {
    grid-template-columns: 1fr;
    gap: 3rem;
    text-align: center;
  }
  
  .hospitality-hero-left {
    align-items: center;
  }
  
  .hospitality-hero-ctas {
    justify-content: center;
  }
  
  .hospitality-hero-right {
    max-width: 550px;
    margin: 0 auto;
    width: 100%;
  }
  
  .hospitality-drive-badge {
    right: 50%;
    transform: translateX(50%);
    bottom: -1.25rem;
  }
  
  .hospitality-drive-badge:hover {
    transform: translateX(50%) translateY(-4px) scale(1.02);
  }

  .hospitality-feature-ribbon-grid {
    grid-template-columns: 1fr;
    gap: 1.25rem;
    padding: 0.5rem;
  }
  
  .hospitality-ribbon-divider {
    display: none;
  }
  
  .hospitality-ribbon-col {
    justify-content: flex-start;
    padding: 0.5rem 0;
  }

  .what-guests-get-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  
  .what-guests-get-left {
    text-align: center;
    align-items: center;
  }

  .perfect-for-track {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }

  .timeline-love-grid {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }

  .toolkit-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  
  .toolkit-left {
    text-align: center;
    align-items: center;
  }
  
  .toolkit-left p.subtext {
    max-width: 100%;
  }

  .final-cta-grid {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2.5rem;
  }
  
  .final-cta-left {
    align-items: center;
  }
  
  .final-cta-buttons {
    justify-content: center;
  }
  
  .final-cta-right {
    order: -1;
  }
}

@media (max-width: 767px) {
  .page-partners-hospitality {
    padding-bottom: 76px; /* Space for sticky bar */
  }

  .hospitality-mobile-sticky-actions {
    display: block;
  }

  .perfect-for-track {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }

  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
    padding-top: 1rem;
  }
  
  .guest-testimonial-card {
    padding-top: 2.5rem;
  }
  
  .guest-avatar-wrapper {
    left: 50%;
    transform: translateX(-50%);
  }
  
  .guest-testimonial-card .guest-stars,
  .guest-testimonial-card .guest-quote-text,
  .guest-testimonial-card .guest-author-info {
    text-align: center;
  }

  .google-rating-card {
    grid-column: span 1;
    flex-direction: column;
    gap: 1rem;
  }

  .toolkit-printable-card-body {
    grid-template-columns: 1fr;
    text-align: center;
  }
  
  .toolkit-qr-container {
    margin: 0 auto;
  }
  
  .btn-toolkit-action {
    align-self: center;
  }
}

@media (max-width: 480px) {
  .perfect-for-track {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
