/* Shared site layer — edit brand colours and reusable components here. */
:root {
  --galleria-ink: #122033;
  --galleria-accent: #295f98;
  --galleria-soft: #f7f9fc;
  --galleria-line: rgba(18, 32, 51, .12);
}

html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
body { padding-bottom: 5.5rem; }
.asset-missing { display:none !important; }
.navbar-toggler { border-color: var(--galleria-line); }
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(186,140,58,.2); }
.site-brand { letter-spacing: -.045em; }
.site-brand small { display:block; font-size:.56rem; letter-spacing:.14em; text-transform:uppercase; margin-top:-.2rem; color:#708073; }
.utility-bar { background:#122033; color:#fff; font-size:.82rem; }
.utility-bar a { color:#fff; opacity:.9; text-decoration:none; }
.utility-bar a:hover { opacity:1; }
.page-eyebrow { color:var(--galleria-accent); font-weight:800; letter-spacing:.1em; text-transform:uppercase; font-size:.72rem; }
.visit-card { border:1px solid var(--galleria-line); border-radius:1.25rem; background:#fff; box-shadow:0 1rem 3rem rgba(18,32,51,.07); overflow:hidden; }
.visit-card__map { min-height:190px; background:linear-gradient(135deg,#122033,#295f98); color:#fff; display:grid; place-items:center; text-align:center; padding:2rem; }
.visit-card__map i { width:3rem; height:3rem; display:grid; place-items:center; border-radius:50%; background:rgba(255,255,255,.15); font-style:normal; font-size:1.4rem; margin:auto auto 1rem; }
.trust-list { list-style:none; padding:0; margin:0; }
.trust-list li { padding:.75rem 0; border-bottom:1px solid var(--galleria-line); }
.trust-list li:last-child { border:0; }
.trust-list li::before { content:'✓'; display:inline-grid; place-items:center; width:1.25rem; height:1.25rem; margin-right:.6rem; border-radius:50%; background:#e7f2df; color:#35651b; font-weight:800; }
.finder-option { width:100%; text-align:left; border:1px solid var(--galleria-line); background:#fff; border-radius:1rem; padding:1rem; transition:.2s; }
.finder-option:hover,.finder-option.is-selected { border-color:var(--galleria-accent); box-shadow:0 .5rem 1.2rem rgba(41,95,152,.14); }
.finder-progress { height:.45rem; background:#eee7db; border-radius:1rem; overflow:hidden; }
.finder-progress > span { display:block; height:100%; width:25%; background:var(--galleria-accent); transition:width .25s ease; }
.finder-result { background:var(--galleria-soft); border-radius:1rem; padding:1.1rem; }
.comparison-intro { background:linear-gradient(120deg,#122033,#295f98); color:#fff; border-radius:1.5rem; padding:2.25rem; }
.comparison-intro p { color:rgba(255,255,255,.82); }
.comparison-table { border-collapse: separate; border-spacing: 0; }
.comparison-table th.feature-col-header { width: 26%; min-width: 12rem; background: #f8fafc; font-weight: 700; color: var(--galleria-ink); vertical-align: top; }
.comparison-table th.product-col-header { width: 37%; min-width: 17rem; background: #ffffff; vertical-align: top; padding: 1.5rem 1.25rem; }
.comparison-table td.product-col { width: 37%; min-width: 17rem; padding: 1.15rem 1.25rem; vertical-align: top; }
.comparison-table td,.comparison-table th { padding:1rem; vertical-align:middle; }
.comparison-category-row th { background: #edf2f7 !important; color: #1e3a5f; font-size: 0.82rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.85rem 1.25rem; font-weight: 800; border-top: 2px solid #e2e8f0; }
.comparison-img-wrap { width: 100%; height: 180px; overflow: hidden; border-radius: 1rem; background: #f1f5f9; position: relative; }
.comparison-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.3s ease; }
.comparison-img-wrap:hover img { transform: scale(1.04); }
.comparison-pill { display: inline-block; font-size: 0.75rem; font-weight: 700; padding: 0.3rem 0.75rem; border-radius: 999px; text-transform: uppercase; letter-spacing: 0.05em; }
.comparison-pill-blue { background: #e0edfb; color: #1d4ed8; }
.comparison-pill-gold { background: #fef3c7; color: #b45309; }
.comparison-verdict-card { border: 1px solid rgba(18, 32, 51, 0.1); border-radius: 1.25rem; padding: 1.75rem; background: #ffffff; box-shadow: 0 0.5rem 1.5rem rgba(18, 32, 51, 0.05); height: 100%; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.comparison-verdict-card:hover { transform: translateY(-3px); box-shadow: 0 1rem 2.5rem rgba(18, 32, 51, 0.09); }
.whatsapp-float { position:fixed; z-index:1030; right:1rem; bottom:1rem; display:inline-flex; gap:.55rem; align-items:center; padding:.85rem 1.1rem; color:#fff; background:#1f9d57; border-radius:999px; font-weight:800; box-shadow:0 1rem 2rem rgba(0,0,0,.22); text-decoration:none; }
.whatsapp-float:hover { color:#fff; transform:translateY(-2px); }
.whatsapp-float svg { width:1.25rem; height:1.25rem; fill:currentColor; }
.placeholder-note { border-left:3px solid var(--galleria-accent); background:#fff8ea; color:#6e531f; padding:.8rem 1rem; border-radius:.35rem; font-size:.9rem; }
.article-video { aspect-ratio:16/9; display:grid; place-items:center; border-radius:1.25rem; background:linear-gradient(130deg,#0d1e14,#355d40); color:#fff; text-align:center; }
.article-video button { border:0; border-radius:50%; width:4rem; height:4rem; font-size:1.35rem; color:#173022; background:#fff; }
/* YouTube Lazy Facade Styling */
.facade-overlay {
  background: rgba(18, 32, 51, 0.25);
  transition: background 0.3s ease;
}

.youtube-facade:hover .facade-overlay {
  background: rgba(18, 32, 51, 0.45);
}

.facade-play-btn {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--brand, #295f98); /* Safe fallback if --brand is not in local :root */
  color: #ffffff;
  border: 3px solid #ffffff;
  outline: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, background 0.25s ease;
  padding-left: 4px; /* Optical center alignment */
  cursor: pointer;
}

.youtube-facade:hover .facade-play-btn {
  transform: scale(1.12);
  background: #204b79;
}
/* ==========END YOUTUBE FACADE ============= */

/* Shared CTA Section Component */
.section-padding {
  padding: 4.5rem 0;
}
.cta-card {
  background: linear-gradient(135deg, #1d3557, #295f98);
  color: #fff;
  padding: 2.5rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(18, 32, 51, 0.06);
  box-shadow: 0 1rem 3rem rgba(18, 32, 51, 0.08);
  overflow: hidden;
  position: relative;
}
.cta-card::after {
  content: '';
  position: absolute;
  width: 260px;
  height: 260px;
  right: -60px;
  top: -60px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

@media (min-width:992px) { body { padding-bottom:0; } .utility-bar { padding-left:calc((100vw - min(960px, 100vw - 3rem))/2); padding-right:calc((100vw - min(960px, 100vw - 3rem))/2); } }
@media (max-width:575.98px) { .whatsapp-float span { display:none; } .whatsapp-float { width:3.4rem; height:3.4rem; justify-content:center; padding:0; } }

.wa-trigger {
  cursor: pointer;
}

/* Post Cards & Blog Thumbnails */
.post-card {
  border: 1px solid var(--galleria-line);
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 1rem 3rem rgba(18, 32, 51, 0.07);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.post-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 1.5rem 3.5rem rgba(18, 32, 51, 0.12);
}

.post-card .post-image {
  aspect-ratio: 16 / 10;
  width: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #f1f6ff, #fff4e6);
  text-decoration: none;
  cursor: pointer;
}

.post-card .post-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.post-card:hover .post-image img,
.post-card .post-image:hover img {
  transform: scale(1.04);
}

.post-title-link {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.post-title-link:hover {
  color: var(--galleria-accent);
}

.post-meta {
  color: #64748b;
  font-size: 0.85rem;
}

.btn-brand {
  background: var(--galleria-accent, #295f98);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 0.75rem 1.35rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}

.btn-brand:hover {
  background: #204b79;
  color: #fff;
}

.btn-soft {
  background: #fff;
  color: var(--galleria-ink, #122033);
  border: 1px solid var(--galleria-line);
  border-radius: 999px;
  padding: 0.75rem 1.35rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.btn-soft:hover {
  background: #f1f5f9;
  color: var(--galleria-ink, #122033);
}

/* Section and Testimonial Shared Styles */
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  border-radius: 999px;
  background: rgba(41, 95, 152, 0.08);
  color: var(--galleria-accent, #295f98);
  padding: 0.45rem 0.9rem;
  font-weight: 700;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--galleria-ink, #122033);
}

.section-text {
  color: #64748b;
  max-width: 650px;
  font-size: 1rem;
}

.section-padding {
  padding: 4rem 0;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.25rem;
}

.testimonial-image {
  display: block;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 1.25rem;
  background: #e8edf3;
  box-shadow: 0 10px 30px rgba(18, 32, 51, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.testimonial-image:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(18, 32, 51, 0.14);
}

.testimonial-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.testimonial-image:hover img {
  transform: scale(1.04);
}

@media (max-width: 991.98px) {
  .testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .testimonial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.9rem;
  }
}


