.elementor-4589 .elementor-element.elementor-element-076c16c{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-4589 .elementor-element.elementor-element-87f162f > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-4589 .elementor-element.elementor-element-0c65f4b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4589 .elementor-element.elementor-element-741f7f9{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-4589 .elementor-element.elementor-element-8a15624{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-4589 .elementor-element.elementor-element-3943bce > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-4589 .elementor-element.elementor-element-925d0b2{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-4589 .elementor-element.elementor-element-0347100{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-4589 .elementor-element.elementor-element-6360135 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS */*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
  :root{
    --gold:#B8975A;--gold-light:#D4B278;--gold-dark:#8A6D35;
    --navy:#0B1828;--navy-mid:#132238;--navy-light:#1C3250;
    --cream:#F9F5EE;--cream-dark:#EDE7DA;
    --white:#FFFFFF;--text-dark:#0B1828;--text-mid:#4A5568;--text-light:#8A9BB0;
    --radius:8px;--radius-lg:16px;
  }
  html{scroll-behavior:smooth}
  body{font-family:'DM Sans',sans-serif;background:var(--white);color:var(--text-dark);overflow-x:hidden}

     /* HERO */
.hero {
  min-height: calc(100vh - 70px);
  background: #07111F;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  position: relative;
  overflow: hidden;
  padding: 70px 2rem 0;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7,17,31,0.3), rgba(11,24,40,0.62)),
    linear-gradient(90deg, rgba(7,17,31,0.72), rgba(11,24,40,0.18), rgba(7,17,31,0.58));
  pointer-events: none;
  z-index: 1;
}

.hero::after {
  content: '';
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(184,151,90,0.28), transparent);
  pointer-events: none;
  z-index: 2;
}

.hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #07111F;
  overflow: hidden;
}

.hero-video-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  opacity: 1;
  filter: saturate(0.86) contrast(1.06) brightness(0.82);
}

.hero-video-wrap::after {
  display: none;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(1200px, 100%);
  padding: 2rem 0 3rem;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.55fr);
  gap: 4rem;
  align-items: center;
}

.hero-copy {
  max-width: 720px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(184,151,90,0.12);
  border: 1px solid rgba(184,151,90,0.35);
  color: #B8975A;
  font-size: 0.72rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.45rem 1.2rem;
  border-radius: 100px;
  margin-bottom: 2rem;
}

.hero-badge::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #B8975A;
  border-radius: 50%;
  flex-shrink: 0;
}

.hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 600;
  line-height: 1.1;
  color: #FFFFFF;
  margin-bottom: 1.5rem;
  text-shadow: 0 12px 36px rgba(0,0,0,0.36);
}

.hero h1 em {
  font-style: normal;
  color: #B8975A;
}

.hero p {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.78);
  line-height: 1.8;
  max-width: 600px;
  margin: 0 0 2.3rem;
  text-shadow: 0 8px 24px rgba(0,0,0,0.28);
}

.hero-btns {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.btn-primary {
  background: #B8975A;
  color: #0B1828;
  padding: 0.85rem 2.2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
  display: inline-block;
}

.btn-primary:hover {
  background: #D4B278;
  transform: translateY(-1px);
}

.btn-outline {
  background: transparent;
  color: #FFFFFF;
  padding: 0.85rem 2.2rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.06em;
  border: 1px solid rgba(255,255,255,0.3);
  transition: all 0.2s;
  display: inline-block;
}

.btn-outline:hover {
  border-color: #B8975A;
  color: #B8975A;
}

.hero-partners {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.7rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  flex-wrap: wrap;
}

.hero-partners-label {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}

.partner-tag {
  font-size: 0.78rem;
  font-weight: 500;
  color: rgba(255,255,255,0.45);
  letter-spacing: 0.1em;
}

/* RIGHT SIDE PANEL */
.hero-insight-panel {
  background: rgba(7,17,31,0.42);
  border: 1px solid rgba(184,151,90,0.28);
  backdrop-filter: blur(14px);
  border-radius: 18px;
  padding: 1.4rem;
  box-shadow: 0 24px 70px rgba(0,0,0,0.24);
}

.insight-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.insight-row:first-child {
  padding-top: 0;
}

.insight-row:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.insight-label {
  font-size: 0.68rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.48);
}

.insight-value {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.7rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1;
}

.insight-note {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.58);
  margin-top: 0.28rem;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero {
    min-height: auto;
    text-align: center;
    padding: 110px 1.5rem 0;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-bottom: 2.5rem;
  }

  .hero-copy {
    max-width: 760px;
    margin: 0 auto;
  }

  .hero p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-btns,
  .hero-partners {
    justify-content: center;
  }

  .hero-insight-panel {
    max-width: 560px;
    margin: 0 auto;
    width: 100%;
  }

  .hero-video-wrap video {
    opacity: 0.42;
  }
}

@media (max-width: 600px) {
  .hero {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero h1 {
    font-size: 2.4rem;
  }

  .hero-content {
    padding-bottom: 1.5rem;
  }

  .hero-insight-panel {
    display: none;
  }

  .hero-partners {
    margin-top: 2rem;
    padding-top: 1.5rem;
    gap: 1rem;
  }

  .hero-video-wrap video {
    opacity: 0.34;
  }
}

  /* SECTION SHARED */
  section{padding:4rem 2rem}
  .container{max-width:1200px;margin:0 auto}
  .section-label{font-size:0.7rem;letter-spacing:0.25em;text-transform:uppercase;color:var(--gold);margin-bottom:0.8rem}
  .section-title{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.2;color:var(--text-dark);margin-bottom:1.2rem}
  .section-title.light{color:var(--white)}
  .section-sub{font-size:1rem;color:var(--text-mid);line-height:1.8;max-width:560px}
  .centered{text-align:center}
  .centered .section-sub{margin:0 auto}

  /* SERVICES */
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 4rem;
}

.service-card {
  --service-glow: rgba(184,151,90,0.24);
  background: linear-gradient(145deg, #0B1828, #111F33);
  border: 1px solid rgba(184,151,90,0.18);
  border-radius: 16px;
  padding: 1.6rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  min-height: 305px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 14%, var(--service-glow), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.045), transparent 42%);
  opacity: 0.9;
  transition: opacity 0.35s, transform 0.45s;
  z-index: 0;
}

.service-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #B8975A;
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: left;
  z-index: 2;
}

.service-card:hover {
  border-color: rgba(184,151,90,0.48);
  box-shadow: 0 18px 42px rgba(11,24,40,0.2);
  transform: translateY(-4px);
}

.service-card:hover::before {
  opacity: 1;
  transform: scale(1.04);
}

.service-card:hover::after {
  transform: scaleX(1);
}

.service-card::selection {
  background: #B8975A;
  color: #0B1828;
}

.service-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: flex-start;
}

.service-icon {
  width: 48px;
  height: 48px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(212,178,120,0.28);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.35rem;
  position: relative;
  z-index: 1;
}

.service-icon svg {
  width: 22px;
  height: 22px;
  stroke: #D4B278;
  fill: none;
  stroke-width: 1.5;
}

.service-card h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.38rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
  color: #FFFFFF;
  position: relative;
  z-index: 1;
}

.service-card p {
  font-size: 0.9rem;
  color: rgba(255,255,255,0.72);
  line-height: 1.72;
  position: relative;
  z-index: 1;
  margin-bottom: 1.4rem;
}

.service-learn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: auto;
  color: #0B1828;
  background: #D4B278;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  padding: 0.62rem 0.9rem;
  text-decoration: none;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 1;
  transition: gap 0.2s, background 0.2s, transform 0.2s;
}

.service-learn::after {
  content: '→';
  font-size: 0.9rem;
  line-height: 1;
}

.service-learn:hover {
  gap: 0.7rem;
  background: #FFFFFF;
  transform: translateY(-1px);
}

/* Card Accent Glows */
.service-card:nth-child(1) {
  --service-glow: rgba(184,151,90,0.24);
}

.service-card:nth-child(2) {
  --service-glow: rgba(212,178,120,0.22);
}

.service-card:nth-child(3) {
  --service-glow: rgba(201,167,102,0.24);
}

.service-card:nth-child(4) {
  --service-glow: rgba(169,183,200,0.18);
}

.service-card:nth-child(5) {
  --service-glow: rgba(184,151,90,0.2);
}

.service-card:nth-child(6) {
  --service-glow: rgba(212,178,120,0.2);
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .services-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}


  /* PROCESS */
  .process-section{background:var(--navy)}
  .process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:4rem;position:relative}
  .process-grid::before{content:'';position:absolute;top:32px;left:12%;right:12%;height:1px;background:linear-gradient(to right,transparent,rgba(184,151,90,0.4),rgba(184,151,90,0.4),transparent)}
  .process-step{text-align:center;padding:2rem 1.5rem;position:relative;z-index:1}
  .step-num{width:64px;height:64px;border-radius:50%;background:var(--navy-light);border:1px solid rgba(184,151,90,0.4);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-family:'Cormorant Garamond',serif;font-size:1.5rem;font-weight:700;color:var(--gold)}
  .process-step h4{font-family:'Cormorant Garamond',serif;font-size:1.1rem;font-weight:600;color:var(--white);margin-bottom:0.7rem}
  .process-step p{font-size:0.83rem;color:rgba(255,255,255,0.5);line-height:1.7}

  /* REVIEWS SLIDER */
  .reviews-section{background:var(--cream)}
  .reviews-track-wrap{overflow:hidden;margin:3.5rem 0 2rem;position:relative}
  .reviews-track{display:flex;gap:2rem;transition:transform 0.5s cubic-bezier(0.4,0,0.2,1)}
  .review-card{min-width:calc(33.333% - 1.4rem);background:var(--white);border:1px solid #E8E2D9;border-radius:var(--radius-lg);padding:2rem;flex-shrink:0}
  .review-stars{display:flex;gap:3px;margin-bottom:1.2rem}
  .star{width:14px;height:14px;fill:var(--gold)}
  .review-text{font-size:0.95rem;color:var(--text-mid);line-height:1.8;margin-bottom:1.5rem;font-style:italic}
  .review-author{display:flex;align-items:center;gap:0.8rem}
  .author-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--gold),var(--gold-dark));display:flex;align-items:center;justify-content:center;font-weight:600;font-size:0.85rem;color:var(--white);flex-shrink:0}
  .author-name{font-weight:500;font-size:0.88rem;color:var(--text-dark)}
  .author-role{font-size:0.78rem;color:var(--text-light)}
  .reviews-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem}
  .rev-btn{width:44px;height:44px;border-radius:50%;border:1px solid #DDD;background:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all 0.2s;color:var(--text-dark)}
  .rev-btn:hover{background:var(--gold);border-color:var(--gold);color:var(--white)}
  .rev-btn svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:2}
  .rev-dots{display:flex;gap:6px;align-items:center}
  .rev-dot{width:6px;height:6px;border-radius:50%;background:#DDD;cursor:pointer;transition:all 0.2s}
  .rev-dot.active{background:var(--gold);width:18px;border-radius:3px}

  /* GALLERY */
  .gallery-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:3rem}
  .gallery-item{aspect-ratio:4/3;border-radius:var(--radius);overflow:hidden;background:var(--cream-dark);position:relative;cursor:pointer}
  .gallery-item:first-child{grid-column:span 2;aspect-ratio:16/7}
  .gallery-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}
  .gallery-placeholder span{position:absolute;bottom:1rem;left:1.2rem;font-size:0.72rem;letter-spacing:0.18em;text-transform:uppercase;color:rgba(0,0,0,0.35);font-weight:500}
  .gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform 0.4s;display:block}
  .gallery-item:hover img{transform:scale(1.04)}

  /* TRUST */
  .trust-section{background:var(--navy-mid);padding:5rem 2rem}
  .trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}
  .trust-item{text-align:center;padding:0.5rem}
  .trust-item svg{width:28px;height:28px;stroke:var(--gold);fill:none;stroke-width:1.5;margin-bottom:1rem}
  .trust-item h4{font-size:0.88rem;font-weight:500;color:var(--white);margin-bottom:0.5rem;letter-spacing:0.04em}
  .trust-item p{font-size:0.8rem;color:rgba(255,255,255,0.45);line-height:1.7}

  /* CTA */
  .cta-section{background:var(--cream);text-align:center;padding:7rem 2rem}
  .cta-card{background:var(--navy);border-radius:24px;padding:5rem 3rem;margin:0 auto;position:relative;overflow:hidden}
  .cta-card::before{content:'';position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(184,151,90,0.1),transparent 70%);pointer-events:none}
  .cta-card h2{font-family:'Cormorant Garamond',serif;font-size:clamp(2rem,4vw,3rem);font-weight:600;color:var(--white);margin-bottom:1rem}
  .cta-card p{color:rgba(255,255,255,0.55);font-size:1rem;line-height:1.8;margin-bottom:2.5rem;max-width:500px;margin-left:auto;margin-right:auto}
  .cta-badges{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:2.5rem}
  .cta-badge{display:inline-flex;align-items:center;gap:0.4rem;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);color:rgba(255,255,255,0.5);font-size:0.75rem;padding:0.4rem 1rem;border-radius:100px;letter-spacing:0.06em}


  /* RESPONSIVE */
  @media(max-width:1024px){
    .footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}
  }
  @media(max-width:900px){
    .services-grid{grid-template-columns:1fr 1fr}
    .process-grid{grid-template-columns:1fr 1fr;gap:2rem}
    .process-grid::before{display:none}
    .stats-grid{grid-template-columns:repeat(2,1fr)}
    .review-card{min-width:calc(100% - 0px)}
    .gallery-grid{grid-template-columns:1fr 1fr}
    .gallery-item:first-child{grid-column:span 2;aspect-ratio:16/7}
    .trust-grid{grid-template-columns:1fr}
    .nav-links{display:none}
    .nav-hamburger{display:flex}
  }
  @media(max-width:600px){
    .services-grid{grid-template-columns:1fr}
    .hero h1{font-size:2.4rem}
    .stats-grid{grid-template-columns:1fr 1fr}
    .gallery-grid{grid-template-columns:1fr}
    .gallery-item:first-child{grid-column:span 1;aspect-ratio:4/3}
    .cta-card{padding:3rem 1.5rem}
    .footer-grid{grid-template-columns:1fr}
    .process-grid{grid-template-columns:1fr}
    section{padding:5rem 1.5rem}
  }
     /* RESULTS LIBRARY */
.results-section {
  background: #FFFFFF;
}

.results-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 3rem;
}

.results-toolbar .section-sub {
  max-width: 520px;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}

.result-card {
  background: #FFFFFF !important;
  border: 1px solid #E8E2D9;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}

.result-card:hover,
.result-card:focus-visible {
  transform: translateY(-4px);
  border-color: #CDB37F;
  box-shadow: 0 16px 42px #0B182817;
  outline: none;
}

.result-preview {
  aspect-ratio: 4 / 3;
  background: linear-gradient(135deg, #E8E2D9, #C9BEAA);
  position: relative;
  overflow: hidden;
}

.result-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s;
}

.result-card:hover .result-preview img {
  transform: scale(1.04);
}

.result-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B8B1A5;
}

.result-placeholder svg {
  width: 52px;
  height: 52px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.2;
}

.result-file-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #0B1828D1;
  color: #FFFFFF;
  font-size: 0.68rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.35rem 0.65rem;
  border-radius: 99px;
}

.result-zoom {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #FFFFFFE6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0B1828;
  box-shadow: 0 8px 22px #0000001F;
}

.result-zoom svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
}

.result-body {
  padding: 1.25rem 1.35rem 1.45rem;
}

.result-meta {
  font-size: 0.68rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #8A6D35;
  margin-bottom: 0.45rem;
}

.result-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.26rem;
  font-weight: 700;
  color: #0B1828;
  margin-bottom: 0.35rem;
}

.result-desc {
  font-size: 0.88rem;
  color: #4A5568;
  line-height: 1.7;
}

/* RESULTS PREVIEW MODAL */
body.modal-open {
  overflow: hidden;
}

.preview-modal {
  position: fixed;
  inset: 0;
  background: #050C15D1;
  backdrop-filter: blur(8px);
  z-index: 300;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

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

.preview-dialog {
  width: min(980px, 100%);
  max-height: 88vh;
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 90px #00000059;
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.preview-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid #E8E2D9;
  background: #F9F5EE;
}

.preview-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.35rem;
  font-weight: 700;
  color: #0B1828;
}

.preview-close {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0B1828;
  transition: all 0.2s;
  flex-shrink: 0;
}

.preview-close:hover,
.preview-close:focus-visible {
  background: #0B1828;
  color: #FFFFFF;
  outline: none;
}

.preview-close svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.preview-stage {
  background: #0E1826;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  overflow: auto;
}

.preview-stage img,
.preview-stage video {
  max-width: 100%;
  max-height: 65vh;
  border-radius: 8px;
  display: block;
}

.preview-stage iframe {
  width: 100%;
  height: 65vh;
  border: 0;
  border-radius: 8px;
  background: #FFFFFF;
}

.preview-empty {
  color: #FFFFFFB3;
  text-align: center;
  line-height: 1.8;
  max-width: 520px;
}

.preview-foot {
  padding: 1rem 1.2rem;
  border-top: 1px solid #E8E2D9;
  color: #4A5568;
  font-size: 0.9rem;
  line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .results-toolbar {
    display: block;
  }

  .results-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .results-grid {
    grid-template-columns: 1fr;
  }

  .preview-modal {
    padding: 1rem;
  }

  .preview-stage {
    min-height: 280px;
  }
}

/* REVIEW SLIDER */
.reviews-slider {
  margin-top: 4rem;
  position: relative;
}

.reviews-viewport {
  overflow: hidden;
  padding: 0.5rem 0 2rem;
}

.reviews-track {
  display: flex;
  gap: 1.25rem;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.review-box {
  background: linear-gradient(145deg, #FFFFFF, #FBF7EF);
  border: 1px solid #E8E2D9;
  border-radius: 18px;
  padding: 1.45rem 1.45rem 1.15rem;
  min-height: 292px;
  flex: 0 0 calc((100% - 3.75rem) / 4);
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(11,24,40,0.07);
  transition: all 0.3s;
}

.review-box::before {
  content: '“';
  position: absolute;
  right: 1rem;
  top: 0.4rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 5.5rem;
  line-height: 1;
  color: rgba(184,151,90,0.13);
  z-index: 0;
}

.review-box:hover {
  border-color: #CDB37F;
  box-shadow: 0 22px 50px rgba(11,24,40,0.12);
  transform: translateY(-4px) scale(1.015);
}

.review-rating {
  display: flex;
  gap: 0.22rem;
  margin-bottom: 1rem;
  color: #B8975A;
  position: relative;
  z-index: 1;
}

.review-rating svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

.review-quote {
  font-size: 1rem;
  color: #263247;
  line-height: 1.66;
  font-style: italic;
  margin-bottom: 1.15rem;
  position: relative;
  z-index: 1;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-top: auto;
  padding-top: 0.85rem;
  border-top: 1px solid #EFE8DE;
  position: relative;
  z-index: 1;
}

.review-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, #B8975A, #8A6D35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  font-size: 0.78rem;
  font-weight: 700;
  flex-shrink: 0;
}

.review-author-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0B1828;
}

.review-author-role {
  font-size: 0.8rem;
  color: #59677A;
  margin-top: 0.12rem;
}

.reviews-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.5rem;
}

.review-nav {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid #D8CDBD;
  background: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0B1828;
  transition: all 0.2s;
  box-shadow: 0 10px 24px rgba(11,24,40,0.08);
}

.review-nav:hover,
.review-nav:focus-visible {
  background: #B8975A;
  border-color: #B8975A;
  color: #FFFFFF;
  outline: none;
  transform: translateY(-1px);
}

.review-nav svg {
  width: 17px;
  height: 17px;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
}

.review-dots {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  min-height: 12px;
}

.review-dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  background: #D6D0C6;
  cursor: pointer;
  transition: all 0.25s;
  padding: 0;
}

.review-dot.active {
  width: 28px;
  border-radius: 999px;
  background: #B8975A;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .review-box {
    flex-basis: calc((100% - 2.5rem) / 3);
  }
}

@media (max-width: 900px) {
  .review-box {
    flex-basis: calc((100% - 1.25rem) / 2);
  }
}

@media (max-width: 600px) {
  .review-box {
    flex-basis: 100%;
  }
}/* End custom CSS */