﻿
/* ============================================================
   SmartGates — style.css
   Brand: dark navy #1B2240 · warm gold #C8A04A · warm white #F5F2EC
   Fonts: Cormorant Garamond (display) · DM Sans (body)
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap');

@font-face {
  font-family: "DMSans";
  font-display: swap;
  src: url("/_fonts/DMSans.ttf") format("truetype");
}


/* ============================================================
   TOKENS
   ============================================================ */

:root {
  /* Brand */
  --navy-950: #0e1424;
  --navy-900: #131928;
  --navy-800: #1B2240;
  --navy-700: #243058;
  --navy-600: #2e3d72;
  --navy-500: #3d508c;

  --gold-300: #e8cc84;
  --gold-400: #d4a843;
  --gold-500: #C8A04A;
  --gold-600: #a07830;
  --gold-700: #7d5e20;

  --stone-50:  #faf9f6;
  --stone-100: #f5f2ec;
  --stone-200: #ece7dc;
  --stone-300: #d8d0c0;
  --stone-400: #b0a898;
  --stone-500: #887f70;
  --stone-600: #605850;
  --stone-700: #403830;
  --stone-800: #28201a;

  /* Semantic */
  --color-bg:           var(--stone-100);
  --color-surface:      #ffffff;
  --color-surface-alt:  #f0ede6;
  --color-nav-bg:       var(--navy-800);
  --color-footer-bg:    var(--navy-900);
  --color-accent:       var(--gold-500);
  --color-accent-hover: var(--gold-400);
  --color-text:         var(--navy-800);
  --color-text-muted:   var(--stone-500);
  --color-border:       rgba(200,160,74,0.18);

  /* Shadows */
  --shadow-nav:     0 2px 32px rgba(11,16,36,0.45);
  --shadow-card:    0 8px 32px -6px rgba(11,16,36,0.18), 0 2px 8px -2px rgba(11,16,36,0.10);
  --shadow-card-hover: 0 20px 60px -12px rgba(11,16,36,0.30), 0 4px 16px -4px rgba(200,160,74,0.14);

  /* Spacing scale */
  --space-xs:  4px;
  --space-sm:  8px;
  --space-md:  16px;
  --space-lg:  24px;
  --space-xl:  40px;
  --space-2xl: 64px;
  --space-3xl: 96px;

  /* Nav height */
  --nav-h: 68px;

  /* Content max-width */
  --content-max: 1320px;
}


/* ============================================================
   RESET & BASE
   ============================================================ */

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  /* Legacy vars — kept for backward compat with PHP includes */
  --main-grey10-color: var(--navy-950);
  --main-grey20-color: var(--navy-800);
  --main-grey30-color: var(--navy-700);
  --main-grey40-color: var(--navy-600);
  --main-grey50-color: var(--navy-500);
  --main-grey60-color: var(--stone-500);
  --main-grey70-color: var(--stone-400);
  --main-grey80-color: var(--stone-300);
  --main-grey90-color: var(--stone-200);
  --main-grey100-color: var(--stone-100);
  --main-bg-color:   var(--gold-500);
  --main-turq-color: var(--gold-500);
  --main-gold-color: var(--gold-400);
  --main-blue-color: var(--navy-700);

  margin: 0;
  padding: 0;
  background-color: var(--color-bg);
  font-family: 'DM Sans', 'DMSans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  color: var(--color-text);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--navy-800);
}

h1 { font-size: clamp(2.2rem, 5vw, 3.8rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.8rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.9rem); }
h4 { font-size: clamp(1rem, 2vw, 1.4rem); font-weight: 500; }

p { margin: 0; }

a, a:link, a:visited {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease, opacity 0.2s ease;
}

img { border: 0; max-width: 100%; height: auto; }

ul { list-style: none; margin: 0; padding: 0; }

.u  { text-decoration: underline; }
.sel { text-decoration: underline; font-weight: 600; }

/* Gold divider line */
.gold-rule {
  border: none;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold-500) 30%, var(--gold-500) 70%, transparent);
  opacity: 0.35;
  margin: var(--space-xl) 0;
}

/* Section eyebrow label */
.eyebrow {
  display: inline-block;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin-bottom: var(--space-md);
}

/* Grain texture overlay */
.grain {
  position: relative;
}
.grain::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.035'/%3E%3C/svg%3E");
}
.grain > * { position: relative; z-index: 1; }


/* ============================================================
   LAYOUT SHELL
   ============================================================ */

#DivWindow {
  position: absolute;
  inset: 0;
  overflow-y: auto;
  overflow-x: hidden;
}

#DivBody {
  min-height: 100vh;
  width: 100%;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
}

#DivIndex {
  min-width: 350px;
  max-width: var(--content-max);
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: min-content auto;
}


/* ============================================================
   NAVIGATION
   ============================================================ */

#DivIndexHead {
  position: sticky;
  z-index: 100;
  top: 0;
  grid-column: 1;
  grid-row: 1;
  background: var(--color-nav-bg);
  box-shadow: var(--shadow-nav);
  backdrop-filter: blur(12px);
}

/* Gold accent line at bottom of nav */
#DivIndexHead::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.5) 30%, rgba(200,160,74,0.5) 70%, transparent);
}

#DivIndexHead > ul {
  display: flex;
  align-items: center;
  height: var(--nav-h);
  padding: 0 clamp(16px, 4vw, 48px);;
  gap: 4px;
}

/* Logo item */
#DivIndexHead > ul > li#LiIndexHeadHome {
  flex-shrink: 0;
  margin-right: auto;
}

/* Logo item */
#DivIndexHead > ul > li#LiIndexHeadHome > a > img {
  max-height: 40px;
  filter: invert(1);
  margin: -9px 0;
}

/* Nav links */
#DivIndexHead > ul > li > a {
  position: relative;
  display: block;
  top: unset;
  transform: unset;
  white-space: nowrap;
  padding: 6px 14px;
  line-height: unset;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(245,242,236,0.75);
  cursor: pointer;
  transition: color 0.2s ease;
}

#DivIndexHead > ul > li > a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 14px;
  right: 14px;
  height: 1px;
  background: var(--gold-400);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.25s cubic-bezier(0.4,0,0.2,1);
}

#DivIndexHead > ul > li > a:hover,
#DivIndexHead > ul > li.selected > a {
  color: #fff;
}

#DivIndexHead > ul > li > a:hover::after,
#DivIndexHead > ul > li.selected > a::after {
  transform: scaleX(1);
}

#DivIndexHead > ul > li > a.main_menu {
  border: none;
  border-radius: 0;
}

#DivIndexHead > ul > li > a.main_menu:hover {
  border: none;
}

/* Selected state override */
#DivIndexHead > ul > li.selected > a {
  color: var(--gold-400);
  font-weight: 500;
}

/* Language selector — last item */
#DivIndexHead > ul > li:last-of-type {
  width: auto;
  margin-left: calc(var(--space-md) + 15px);
  flex-shrink: 0;
  padding: 25px 0;
  width: 65px;
}

#DivIndexHead > ul > li:last-of-type > a {
  color: var(--gold-400);
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  margin: 0 5px 0 -15px;
  border: 1px solid rgba(200,160,74,0.25);
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 500;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  text-align: right;
}

#DivIndexHead > ul > li:last-of-type > a::after {
  display: none;
}

#DivIndexHead > ul > li:last-of-type > a:hover {
  background: rgba(200,160,74,0.10);
  border-color: var(--gold-400);
  color: var(--gold-300);
}

#DivIndexHead > ul > li:last-of-type > a > img,
#DivIndexHead > ul > li:last-of-type > a > svg.flag-svg {
  width: 24px;
  height: 16px;
  border-radius: 2px;
  flex-shrink: 0;
  position: absolute;
  right: 10px;
}

/* Language dropdown */
#DivIndexHead > ul > li:last-of-type > ul {
  position: absolute;
  background: var(--navy-900);
  border: 1px solid rgba(200,160,74,0.2);
  border-radius: 8px;
  top: calc(var(--nav-h) + 4px);
  right: clamp(16px, 4vw, 48px);
  width: 85px;
  list-style: none;
  padding: 6px;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.18s ease, visibility 0.18s ease, transform 0.18s ease;
  box-shadow: 0 12px 40px rgba(0,0,0,0.5);
  z-index: 200;
}

#DivIndexHead > ul > li:last-of-type:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

#DivIndexHead > ul > li > ul > li > a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.8rem;
  color: rgba(245,242,236,0.75);
  border: none;
  margin: 0;
  transition: background 0.15s ease, color 0.15s ease;
}

#DivIndexHead > ul > li > ul > li > a:hover {
  background: rgba(200,160,74,0.12);
  color: var(--gold-300);
  border: none;
}

#DivIndexHead > ul > li > ul > li > a > img,
#DivIndexHead > ul > li > ul > li > a > svg.flag-svg {
  width: 24px;
  height: 16px;
  border-radius: 2px;
  flex-shrink: 0;
  position: absolute;
  right: 15px;
}

/* Home logo image states */
#DivIndexHead > #DivIndexHeadHome:not(.selected) > a > img:nth-of-type(2n)   { display: none; }
#DivIndexHead > #DivIndexHeadHome.selected       > a > img:nth-of-type(2n+1) { display: none; }


/* ============================================================
   CONTENT AREA
   ============================================================ */

#DivIndexScrolling {
  background-color: var(--color-bg);
  grid-column: 1;
  grid-row: 1 / 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto min-content;
  overflow-x: clip; /* clips without BFC — keeps overflow-y: visible, no new scroll container */
}

#DivIndexInclude {
  position: relative;
  font-size: 1rem;
  font-weight: 400;
  text-align: left;
  list-style: inside;
  min-height: 60vh;
}

#DivIndexInclude > div {
  margin: var(--space-3xl) clamp(20px, 6vw, 80px) 0;
}

#DivIndexInclude:before {
  display: none; /* removed ghost pseudo */
}


/* ============================================================
   FOOTER
   ============================================================ */

#DivIndexFoot {
  background: var(--color-footer-bg);
  position: relative;
  color: var(--stone-300);
  font-family: 'DM Sans', sans-serif;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.6;
  display: grid;
  grid-template-columns: 1fr auto 2fr auto 2fr auto 2fr auto 1fr;
  grid-template-rows: 20px auto 20px;
}

/* Gold top border */
#DivIndexFoot::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.5) 30%, rgba(200,160,74,0.5) 70%, transparent);
}

#DivIndexFoot > div > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

#DivIndexFoot > #DivIndexFootLogo {
  grid-column: 2;
  grid-row: 2;
}
#DivIndexFoot > #DivIndexFootLogo > div {
  max-width: 160px;
  margin: auto;
}
#DivIndexFoot > #DivIndexFootLogo > div > p {
  font-size: 0.8rem;
  font-weight: 300;
  color: var(--stone-400);
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-character;
}

#DivIndexFoot > #DivIndexFootLogo > div > p > img {
  width: 100%;
  filter: brightness(0) invert(1);
  opacity: 0.55;
  transition: opacity 0.2s ease;
}
#DivIndexFoot > #DivIndexFootLogo > div > p > img:hover {
  opacity: 0.8;
}

#DivIndexFoot > #DivIndexFootNav {
  grid-column: 4;
  grid-row: 2;
}

#DivIndexFoot > #DivIndexFootNav > div > p {
  text-align: left;
  font-size: 0.8rem;
}

#DivIndexFoot > #DivIndexFootNav > div > p > a {
  color: var(--gold-500);
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: color 0.2s ease;
}
#DivIndexFoot > #DivIndexFootNav > div > p > a:hover {
  color: var(--gold-300);
}

#DivIndexFoot > #DivIndexFootSocial {
  grid-column: 6;
  grid-row: 2;
}

#DivIndexFoot > #DivIndexFootSocial > div > p {
  display: inline-block;
  margin-right: 16px;
}
#DivIndexFoot > #DivIndexFootSocial > div > p:last-of-type { margin-right: 0; }

#DivIndexFoot > #DivIndexFootSocial > div > p > a > img {
  height: 28px;
  opacity: 0.6;
  transition: opacity 0.2s ease, transform 0.2s ease;
  filter: brightness(0) invert(1);
}
#DivIndexFoot > #DivIndexFootSocial > div > p > a:hover > img {
  opacity: 1;
  transform: translateY(-2px);
}

#DivIndexFoot > #DivIndexFootLegal {
  grid-column: 8;
  grid-row: 2;
}
#DivIndexFoot > #DivIndexFootLegal > div {
  max-width: 80px;
  margin: auto;
}
#DivIndexFoot > #DivIndexFootLegal > div > p {
  text-align: justify;
  text-align-last: justify;
  text-justify: inter-character;
  letter-spacing: 2px;
  font-size: 0.8rem;
  color: var(--stone-400);
}
#DivIndexFoot > #DivIndexFootLegal > div > p > b > a {
  transition: color 0.2s ease;
}
#DivIndexFoot > #DivIndexFootLegal > div > p > b > a:hover {
  color: white;
  text-decoration: underline;
  text-underline-offset: 3px;
}


/* ============================================================
   RESPONSIVE — LAYOUT SHELL
   ============================================================ */

/* Mobile: < 480px */
@media only screen and (max-width: 480px) {
  #DivWindow { overflow-x: hidden; }
  #DivBody { grid-template-columns: 1fr; }

  #DivIndexHead > ul { padding: 0 5px; gap: 0; }
  #DivIndexHead > ul > li#LiIndexHeadHome > a > img { max-height: 25px; margin: -6px 0; }
  #DivIndexHead > ul > li > a { padding: 6px 5px; font-size: 0.8rem; }
  #DivIndexHead > ul > li:last-of-type { margin-left: calc(var(--space-sm) + 12px); }
  #DivIndexHead > ul > li:last-of-type > a > svg,
  #DivIndexHead > ul > li:last-of-type > ul > li > a > svg { display: none; }
  #DivIndexHead > ul > li:last-of-type { width: 35px; }
  #DivIndexHead > ul > li:last-of-type > ul { width: 55px; }

  #DivIndexInclude > div { margin: var(--space-2xl) var(--space-md) 0; }

  #DivIndexFoot {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    text-align: center;
    padding: var(--space-xl) var(--space-lg);
    gap: var(--space-xl);
  }
  #DivIndexFoot > div > div { top: unset; transform: none; }
  #DivIndexFoot > #DivIndexFootLogo  { grid-column: 1; grid-row: 1; }
  #DivIndexFoot > #DivIndexFootNav { grid-column: 2; grid-row: 1; }
  #DivIndexFoot > #DivIndexFootSocial  { grid-column: 1; grid-row: 2; }
  #DivIndexFoot > #DivIndexFootLegal   { grid-column: 2; grid-row: 2; }
  #DivIndexFoot > #DivIndexFootNav > div > p,
  #DivIndexFoot > #DivIndexFootLegal > div > p,
  #DivIndexFoot > #DivIndexFootSocial > div { text-align: center; }
}

/* Mobile: 480px - 640px */
@media only screen and (min-width: 480px) and (max-width: 639px) {
  #DivWindow { overflow-x: hidden; }
  #DivBody { grid-template-columns: 1fr; }

  #DivIndexHead > ul {
    padding: 0 var(--space-md);
    gap: 0;
  }
  #DivIndexHead > ul > li > a { padding: 6px 8px; font-size: 0.8rem; }
  #DivIndexHead > ul > li:last-of-type { margin-left: calc(var(--space-sm) + 12px); }

  #DivIndexInclude > div { margin: var(--space-2xl) var(--space-md) 0; }

  #DivIndexFoot {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    text-align: center;
    padding: var(--space-xl) var(--space-lg);
    gap: var(--space-xl);
  }
  #DivIndexFoot > div > div { top: unset; transform: none; }
  #DivIndexFoot > #DivIndexFootLogo  { grid-column: 1; grid-row: 1; }
  #DivIndexFoot > #DivIndexFootNav { grid-column: 2; grid-row: 1; }
  #DivIndexFoot > #DivIndexFootSocial  { grid-column: 1; grid-row: 2; }
  #DivIndexFoot > #DivIndexFootLegal   { grid-column: 2; grid-row: 2; }
  #DivIndexFoot > #DivIndexFootNav > div > p,
  #DivIndexFoot > #DivIndexFootLegal > div > p,
  #DivIndexFoot > #DivIndexFootSocial > div { text-align: center; }
}

/* Tablet: 640px – 1023px */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
  #DivBody { grid-template-columns: 1fr; }
  #DivIndex { max-width: 100%; }
}

/* Tablet landscape: 1024px – 1319px */
@media only screen and (min-width: 1024px) and (max-width: 1319px) {
  #DivBody { grid-template-columns: 1fr; }
  #DivIndex { max-width: 100%; padding: 0 clamp(20px, 4vw, 60px); }
}

/* Desktop: ≥ 1320px */
@media only screen and (min-width: 1320px) {
  #DivBody { grid-template-columns: 1fr; }
}


/* ============================================================
   TYPOGRAPHY UTILITIES
   ============================================================ */



/* ============================================================
   HOME PAGE
   ============================================================ */

#DivIndexInclude > div.home { margin: 0 !important; }

/* ── Hero ─────────────────────────────────────────────────── */
#DivIncludeHomeHero {
  position: relative;
  min-height: calc(55vh - 68px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(64px + 5.5vh) clamp(24px, 8vw, 120px) calc(64px + 2.75vh);
  overflow: hidden;
  background:
    radial-gradient(ellipse 80% 60% at 50% 0%,  rgba(200,160,74,0.13) 0%, transparent 65%),
    radial-gradient(ellipse 50% 50% at 80% 80%, rgba(200,160,74,0.06) 0%, transparent 60%),
    #1B2240;
}
#DivIncludeHomeHero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
}
#DivIncludeHomeHeroWatermark {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 0;
}
#DivIncludeHomeHeroWatermark img {
  width: min(90vw, 1200px);
  opacity: 0.05;
  filter: invert(1);
  user-select: none;
}
#DivIncludeHomeHeroContent {
  position: relative;
  z-index: 1;
  max-width: 820px;
}
#DivIncludeHomeHeroBadge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 100px;
  background: rgba(200,160,74,0.10);
  border: 1px solid rgba(200,160,74,0.28);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d4a843;
  margin-bottom: 28px;
}
#DivIncludeHomeHeroBadge span.dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #d4a843;
  animation: home-pulse 2s ease-in-out infinite;
}
@keyframes home-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(0.8); }
}
#DivIncludeHomeHeroTitle {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3rem, 8vw, 6rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: #f5f2ec;
  margin-bottom: 24px;
}
#DivIncludeHomeHeroTitle em {
  font-style: italic;
  color: #d4a843;
}
#DivIncludeHomeHeroSub {
  font-family: 'DM Sans', 'DMSans', sans-serif;
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 300;
  line-height: 1.75;
  color: rgba(210,205,195,0.85);
  max-width: 580px;
  margin: 0 auto 40px;
}
#DivIncludeHomeHeroCtas {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.home-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 8px;
  font-family: 'DM Sans', 'DMSans', sans-serif;
  font-size: 0.925rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #131928;
  background: linear-gradient(135deg, #d4a843 0%, #b8922e 100%);
  box-shadow: 0 6px 24px rgba(200,160,74,0.38);
  transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.2s ease;
  text-decoration: none;
}
.home-btn-primary:hover { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(200,160,74,0.48); color: #131928; }
.home-btn-primary:active { transform: translateY(0); }
.home-btn-primary:focus-visible { outline: 2px solid #d4a843; outline-offset: 3px; }
.home-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  border-radius: 8px;
  font-family: 'DM Sans', 'DMSans', sans-serif;
  font-size: 0.925rem;
  font-weight: 400;
  color: rgba(245,242,236,0.8);
  border: 1px solid rgba(245,242,236,0.18);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s cubic-bezier(0.34,1.56,0.64,1);
  text-decoration: none;
}
.home-btn-outline:hover { background: rgba(245,242,236,0.07); color: #f5f2ec; border-color: rgba(245,242,236,0.35); transform: translateY(-3px); }
.home-btn-outline:active { transform: translateY(0); }
.home-btn-outline:focus-visible { outline: 2px solid #d4a843; outline-offset: 3px; }
.home-btn-arrow { width: 18px; height: 18px; flex-shrink: 0; }
#DivIncludeHomeHeroScroll {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  z-index: 1;
  opacity: 0.4;
  animation: home-bob 2.4s ease-in-out infinite;
}
@keyframes home-bob {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50%       { transform: translateX(-50%) translateY(6px); }
}
#DivIncludeHomeHeroScroll span {
  font-size: 0.65rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #f5f2ec;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}
#DivIncludeHomeHeroScroll svg { width: 20px; height: 20px; stroke: #f5f2ec; }

/* ── Value Props ───────────────────────────────────────────── */
#DivIncludeHomeProps {
  background: #f5f2ec;
  padding: clamp(64px,10vh,100px) clamp(24px,6vw,80px);
  position: relative;
}
#DivIncludeHomeProps::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.35), transparent);
}
#DivIncludeHomePropsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(24px, 4vw, 56px);
  max-width: 960px;
  margin: 0 auto;
}
.home-prop-card {
  text-align: center;
  padding: 40px 28px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(200,160,74,0.12);
  box-shadow: 0 4px 24px rgba(27,34,64,0.07);
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease;
}
.home-prop-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(27,34,64,0.14), 0 0 0 1px rgba(200,160,74,0.18); }
.home-prop-icon {
  width: 56px; height: 56px;
  border-radius: 50%;
  background: rgba(200,160,74,0.10);
  border: 1px solid rgba(200,160,74,0.22);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  transition: background 0.2s ease;
}
.home-prop-card:hover .home-prop-icon { background: rgba(200,160,74,0.18); }
.home-prop-icon svg { width: 26px; height: 26px; stroke: #C8A04A; fill: none; stroke-width: 1.5; }
.home-prop-title { font-family: 'Cormorant Garamond', serif; font-size: 1.45rem; font-weight: 600; color: #1B2240; letter-spacing: -0.02em; margin-bottom: 10px; }
.home-prop-desc  { font-size: 0.9rem; font-weight: 300; line-height: 1.7; color: #605850; }
@media (max-width: 700px) { #DivIncludeHomePropsGrid { grid-template-columns: 1fr; } }

/* ── Markets ───────────────────────────────────────────────── */
#DivIncludeHomeMarkets {
  background: #fff;
  padding: clamp(64px,10vh,100px) clamp(24px,6vw,80px);
}
.home-section-header { text-align: center; margin-bottom: clamp(40px,6vh,64px); }
.home-section-eyebrow { font-size: 0.7rem; font-weight: 500; letter-spacing: 0.15em; text-transform: uppercase; color: #C8A04A; margin-bottom: 12px; }
.home-section-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 600; letter-spacing: -0.03em; line-height: 1.15; color: #1B2240; margin-bottom: 14px; }
.home-section-sub { font-size: clamp(0.9rem, 1.5vw, 1.05rem); font-weight: 300; line-height: 1.75; color: #605850; max-width: 600px; margin: 0 auto; }
.home-gold-rule { height: 1px; background: linear-gradient(90deg, transparent, rgba(200,160,74,0.4) 40%, rgba(200,160,74,0.4) 60%, transparent); margin: 20px auto 0; max-width: 200px; }
#DivIncludeHomeMarketsGrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.5vw, 28px);
  max-width: 1060px;
  margin: 0 auto;
}
.home-market-card {
  padding: 32px 28px;
  border-radius: 14px;
  background: #faf9f6;
  border: 1px solid rgba(27,34,64,0.07);
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease, border-color 0.3s ease;
}
.home-market-card:hover { transform: translateY(-5px); box-shadow: 0 16px 44px rgba(27,34,64,0.12); border-color: rgba(200,160,74,0.25); background: #fff; }
.home-market-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(200,160,74,0.12), rgba(200,160,74,0.05));
  border: 1px solid rgba(200,160,74,0.2);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.home-market-icon svg { width: 22px; height: 22px; stroke: #C8A04A; fill: none; stroke-width: 1.6; }
.home-market-title { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 600; color: #1B2240; letter-spacing: -0.01em; margin-bottom: 8px; }
.home-market-desc  { font-size: 0.875rem; font-weight: 300; line-height: 1.65; color: #605850; }
/* Center a lone card in the last row of the 3-col grid */
.home-market-card:last-child:nth-child(3n+1) { grid-column: 2; }
@media (max-width: 800px) {
  #DivIncludeHomeMarketsGrid { grid-template-columns: repeat(2, 1fr); }
  .home-market-card:last-child:nth-child(3n+1) { grid-column: auto; }
}
@media (max-width: 500px) { #DivIncludeHomeMarketsGrid { grid-template-columns: 1fr; } }

/* ── Features ──────────────────────────────────────────────── */
#DivIncludeHomeFeatures {
  background: #f5f2ec;
  padding: clamp(64px,10vh,100px) clamp(24px,6vw,80px);
  position: relative;
}
#DivIncludeHomeFeatures::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.35), transparent);
}
#DivIncludeHomeFeaturesGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 40px);
  max-width: 1040px;
  margin: 0 auto;
}
.home-feat-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(27,34,64,0.12);
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}
.home-feat-card-body { flex: 1; }
.home-feat-card:hover { transform: translateY(-6px); box-shadow: 0 20px 60px rgba(27,34,64,0.18); }
.home-feat-card-head {
  padding: 32px 32px 28px;
  background: #1B2240;
  position: relative;
  overflow: hidden;
}
.home-feat-card-head::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.5), transparent);
}
.home-feat-card-head-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  background: rgba(200,160,74,0.12);
  border: 1px solid rgba(200,160,74,0.25);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.home-feat-card-head-icon svg { width: 22px; height: 22px; stroke: #d4a843; fill: none; stroke-width: 1.5; }
.home-feat-card-title { font-family: 'Cormorant Garamond', serif; font-size: 1.55rem; font-weight: 600; color: #f5f2ec; letter-spacing: -0.02em; margin-bottom: 4px; }
.home-feat-card-sub   { font-size: 0.8rem; font-weight: 400; letter-spacing: 0.1em; text-transform: uppercase; color: #d4a843; }
.home-feat-card-body  { padding: 28px 32px 36px; background: #fff; }
.home-feat-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.home-feat-list li { display: flex; align-items: flex-start; gap: 12px; font-size: 0.9rem; font-weight: 400; line-height: 1.6; color: #403830; }
.home-feat-list li::before { content: ""; display: block; flex-shrink: 0; margin-top: 5px; width: 7px; height: 7px; border-radius: 50%; background: #C8A04A; box-shadow: 0 0 0 2px rgba(200,160,74,0.2); }
@media (max-width: 700px) { #DivIncludeHomeFeaturesGrid { grid-template-columns: 1fr; } }

/* ── CTA Banner ────────────────────────────────────────────── */
#DivIncludeHomeCTA {
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(200,160,74,0.08) 0%, transparent 70%),
    #131928;
  padding: clamp(64px,10vh,96px) clamp(24px,6vw,80px);
  text-align: center;
  position: relative;
}
#DivIncludeHomeCTA::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.45), transparent);
}
#DivIncludeHomeCTA .home-section-title { color: #f5f2ec; }
#DivIncludeHomeCTA .home-section-sub   { color: rgba(210,205,195,0.7); }
#DivIncludeHomeCTABtns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 40px; }



/* ============================================================
   UTILITY
   ============================================================ */

.spacer {
  display: inline-block;
  width: 10px;
}

/* Fade-in on scroll */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.34,1.56,0.64,1);
}
.fade-in.visible { opacity: 1; transform: translateY(0); }


/* ============================================================
   SOLUTIONS PAGE
   ============================================================ */

/* Remove default include margin */
#DivIndexInclude > div.solutions { margin: 0 !important; }

/* Page header */
#DivIncludeSolutionsHeader {
  background: var(--stone-100);
  padding: clamp(60px, 8vh, 96px) clamp(24px, 6vw, 80px) clamp(48px, 6vh, 72px);
  text-align: center;
  position: relative;
}
#DivIncludeSolutionsHeader::after {
  content: "";
  position: absolute;
  bottom: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.35), transparent);
}
#DivIncludeSolutionsHeader .sol-eyebrow {
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin-bottom: 14px;
}
#DivIncludeSolutionsHeader h1 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--navy-800);
  margin-bottom: 16px;
}
#DivIncludeSolutionsHeader .sol-sub {
  font-size: clamp(0.95rem, 1.6vw, 1.1rem);
  font-weight: 300;
  line-height: 1.75;
  color: var(--stone-600);
  max-width: 620px;
  margin: 0 auto;
}

/* Cards grid */
#DivIncludeSolutionsGrid {
  background: #fff;
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 3vw, 36px);
  max-width: 1140px;
  margin: 0 auto;
}

/* Individual solution card */
.sol-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(27,34,64,0.09);
  transition: transform 0.32s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.32s ease;
  display: flex;
  flex-direction: column;
}
.sol-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 20px 56px rgba(27,34,64,0.16), 0 0 0 1px rgba(200,160,74,0.15);
}

/* Card header — dark navy */
.sol-card-head {
  background: var(--navy-800);
  padding: 28px 28px 24px;
  position: relative;
  overflow: hidden;
}
.sol-card-head::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 120% 80% at 100% 0%, rgba(200,160,74,0.1) 0%, transparent 60%);
  pointer-events: none;
}
.sol-card-head::after {
  content: "";
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.4) 50%, transparent);
}
.sol-card-head-top {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.sol-card-icon {
  flex-shrink: 0;
  width: 44px; height: 44px;
  border-radius: 10px;
  background: rgba(200,160,74,0.12);
  border: 1px solid rgba(200,160,74,0.25);
  display: flex; align-items: center; justify-content: center;
}
.sol-card-icon svg { width: 22px; height: 22px; stroke: var(--gold-400); fill: none; stroke-width: 1.6; }
.sol-card-tag {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-400);
}
.sol-card-challenge {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.1rem, 1.8vw, 1.4rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: var(--stone-100);
  font-style: italic;
}

/* Card body — light */
.sol-card-body {
  background: #fff;
  padding: 24px 28px 28px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.sol-card-solution {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.75;
  color: var(--stone-600);
  margin-bottom: 20px;
}
.sol-card-benefits {
  list-style: none;
  margin: 0 0 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sol-card-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.55;
  color: var(--navy-700);
}
.sol-card-benefits li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-top: 5px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold-500);
  box-shadow: 0 0 0 2px rgba(200,160,74,0.2);
}
.sol-card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 20px;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--gold-600);
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}
.sol-card-link:hover {
  color: var(--gold-500);
  gap: 10px;
}
.sol-card-link svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; }

/* CTA banner */
#DivIncludeSolutionsCTA {
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(200,160,74,0.08) 0%, transparent 70%),
    var(--navy-900);
  padding: clamp(60px, 8vh, 88px) clamp(24px, 6vw, 80px);
  text-align: center;
  position: relative;
}
#DivIncludeSolutionsCTA::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.45), transparent);
}
#DivIncludeSolutionsCTA .sol-cta-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--stone-50);
  margin-bottom: 14px;
}
#DivIncludeSolutionsCTA .sol-cta-sub {
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  font-weight: 300;
  line-height: 1.75;
  color: rgba(210,205,195,0.7);
  max-width: 540px;
  margin: 0 auto 40px;
}
.sol-cta-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}
.sol-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 30px;
  border-radius: 8px;
  font-family: 'DM Sans', 'DMSans', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy-900);
  background: linear-gradient(135deg, var(--gold-400) 0%, var(--gold-600) 100%);
  box-shadow: 0 6px 24px rgba(200,160,74,0.38);
  text-decoration: none;
  transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.2s ease;
}
.sol-btn-primary:hover  { transform: translateY(-3px); box-shadow: 0 12px 36px rgba(200,160,74,0.48); color: var(--navy-900); }
.sol-btn-primary:active { transform: translateY(0); }
.sol-btn-primary:focus-visible { outline: 2px solid var(--gold-400); outline-offset: 3px; }
.sol-btn-primary svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }
.sol-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 30px;
  border-radius: 8px;
  font-family: 'DM Sans', 'DMSans', sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(245,242,236,0.8);
  border: 1px solid rgba(245,242,236,0.18);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s cubic-bezier(0.34,1.56,0.64,1);
}
.sol-btn-outline:hover  { background: rgba(245,242,236,0.07); color: #f5f2ec; border-color: rgba(245,242,236,0.35); transform: translateY(-3px); }
.sol-btn-outline:active { transform: translateY(0); }
.sol-btn-outline:focus-visible { outline: 2px solid var(--gold-400); outline-offset: 3px; }
.sol-btn-outline svg { width: 16px; height: 16px; stroke: currentColor; fill: none; stroke-width: 2; }

/* ── Specificity fix: a:link (0-1-1) beats plain class (0-1-0).
   Repeat color on element+pseudo-class selectors for all buttons/links
   used on dark backgrounds so they override the global a:link rule. ── */
a.sol-btn-outline, a.sol-btn-outline:link, a.sol-btn-outline:visited { color: rgba(245,242,236,0.8); }
a.sol-btn-primary, a.sol-btn-primary:link, a.sol-btn-primary:visited { color: var(--navy-900); }
a.htl-back,        a.htl-back:link,        a.htl-back:visited        { color: rgba(210,200,170,0.5); }
a.htl-back:hover                                                      { color: var(--gold-400); }
a.sga-back,        a.sga-back:link,        a.sga-back:visited        { color: rgba(210,200,170,0.5); }
a.sga-back:hover                                                      { color: var(--gold-400); }
a.home-btn-outline,a.home-btn-outline:link,a.home-btn-outline:visited { color: rgba(245,242,236,0.8); }
a.prd-card-cta,    a.prd-card-cta:link,    a.prd-card-cta:visited    { color: var(--gold-700); }
a.blg-list-card-cta, a.blg-list-card-cta:link, a.blg-list-card-cta:visited { color: var(--gold-700); }
a.blg-prod-card-cta, a.blg-prod-card-cta:link, a.blg-prod-card-cta:visited { color: var(--gold-700); }
a.prd-cmp-foot-cta,  a.prd-cmp-foot-cta:link,  a.prd-cmp-foot-cta:visited  { color: var(--gold-700); }
a.prd-cmp-foot-cta-featured, a.prd-cmp-foot-cta-featured:link, a.prd-cmp-foot-cta-featured:visited { color: var(--gold-600); }

/* Responsive */
@media only screen and (max-width: 800px) {
  #DivIncludeSolutionsGrid { grid-template-columns: 1fr; max-width: 580px; }
}
@media only screen and (max-width: 500px) {
  .sol-card-head { padding: 22px 20px 18px; }
  .sol-card-body { padding: 20px 20px 24px; }
}


/* ============================================================
   HOTELS DETAIL PAGE  —  htl-* prefix
   ============================================================ */

/* ── Hero ── */
#DivIncludeHotelsHero {
  background:
    radial-gradient(ellipse 100% 80% at 20% 50%, rgba(200,160,74,0.07) 0%, transparent 55%),
    radial-gradient(ellipse 60% 60% at 80% 20%, rgba(61,80,140,0.28) 0%, transparent 60%),
    var(--navy-900);
  padding: clamp(64px, 10vh, 120px) clamp(24px, 8vw, 120px) clamp(56px, 8vh, 100px);
  position: relative;
  overflow: hidden;
}
#DivIncludeHotelsHero::after {
  content: "";
  position: absolute;
  bottom: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.4), transparent);
}
.htl-hero-inner {
  max-width: var(--content-max);
  margin: 0 auto;
}
.htl-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(210,200,170,0.5);
  text-decoration: none;
  margin-bottom: 36px;
  transition: color 0.2s ease, gap 0.2s ease;
}
.htl-back:hover { color: var(--gold-400); gap: 11px; }
.htl-back svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2; }
.htl-eyebrow-dark,
.sga-eyebrow-gold {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin-bottom: 16px;
}
#DivIncludeHotelsHero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--stone-50);
  margin-bottom: 22px;
}
#DivIncludeHotelsHero h1 em {
  font-style: italic;
  color: var(--gold-400);
}
.htl-hero-sub {
  font-size: clamp(0.95rem, 1.8vw, 1.12rem);
  font-weight: 300;
  line-height: 1.78;
  color: rgba(210,205,195,0.72);
  max-width: 580px;
  margin-bottom: 36px;
}
.htl-hero-pills {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.htl-hero-pills li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 15px;
  border-radius: 100px;
  border: 1px solid rgba(200,160,74,0.22);
  background: rgba(200,160,74,0.07);
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(245,242,236,0.72);
}
.htl-hero-pills li::before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold-500);
  flex-shrink: 0;
}

/* ── Shared utilities ── */
.htl-section-inner,
.sga-section-inner {
  max-width: var(--content-max);
  margin: 0 auto;
}
.htl-eyebrow,
.sga-eyebrow {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-600);
  margin-bottom: 14px;
}
.htl-eyebrow-light,
.sga-eyebrow-light { color: var(--gold-400); }

/* ── Pain section ── */
#DivIncludeHotelsPain {
  background: var(--stone-100);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
#DivIncludeHotelsPain h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy-800);
  margin-bottom: 48px;
  max-width: 620px;
}
.htl-pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.htl-pain-card {
  background: #fff;
  border-radius: 16px;
  padding: 28px 28px 32px;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
  transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.2s ease;
}
.htl-pain-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-hover);
}
.htl-pain-icon {
  width: 46px; height: 46px;
  border-radius: 12px;
  background: rgba(192,80,80,0.08);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.htl-pain-icon svg { width: 22px; height: 22px; stroke: #b84848; fill: none; stroke-width: 1.6; }
.htl-pain-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--navy-800);
  margin-bottom: 10px;
  line-height: 1.3;
}
.htl-pain-card p {
  font-size: 0.87rem;
  font-weight: 300;
  line-height: 1.72;
  color: var(--stone-600);
}

/* ── Flow section ── */
#DivIncludeHotelsFlow {
  background:
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(61,80,140,0.2) 0%, transparent 70%),
    var(--navy-800);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
  position: relative;
  overflow: hidden;
}
#DivIncludeHotelsFlow::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.32), transparent);
}
.htl-title-light {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--stone-50);
  margin-bottom: 56px;
  max-width: 600px;
}
.htl-flow {
  display: flex;
  align-items: flex-start;
}
.htl-flow-step {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.htl-flow-arrow {
  flex-shrink: 0;
  width: 40px;
  display: flex;
  align-items: flex-start;
  padding-top: 20px;
  opacity: 0.3;
}
.htl-flow-arrow svg { width: 26px; height: 26px; stroke: var(--stone-300); fill: none; stroke-width: 1.5; }
.htl-flow-num {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(200,160,74,0.18);
  margin-bottom: 14px;
  letter-spacing: -0.04em;
}
.htl-flow-num-gold { color: var(--gold-500); opacity: 0.85; }
.htl-flow-label {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--stone-100);
  margin-bottom: 10px;
}
.htl-flow-step-gold .htl-flow-label { color: var(--gold-400); }
.htl-flow-desc {
  font-size: 0.84rem;
  font-weight: 300;
  line-height: 1.72;
  color: rgba(210,205,195,0.58);
}

/* ── PMS section ── */
#DivIncludeHotelsPms {
  background: var(--stone-200);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
.htl-pms-card {
  background: #fff;
  border-radius: 24px;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
.htl-pms-text {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.htl-pms-text h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.6rem, 2.8vw, 2.4rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy-800);
  margin-bottom: 18px;
}
.htl-pms-desc {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.78;
  color: var(--stone-600);
  margin-bottom: 20px;
}
.htl-pms-compat {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--stone-500);
  padding: 14px 16px;
  background: var(--stone-100);
  border-radius: 10px;
  border-left: 3px solid var(--gold-500);
}
.htl-pms-compat svg {
  width: 15px; height: 15px;
  stroke: var(--gold-600);
  fill: none;
  stroke-width: 2;
  flex-shrink: 0;
  margin-top: 2px;
}
.htl-pms-visual {
  background: var(--navy-800);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 32px;
  position: relative;
  overflow: hidden;
}
.htl-pms-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 80% 80% at 50% 50%, rgba(200,160,74,0.07) 0%, transparent 70%);
}
.htl-pms-diagram {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1;
}
.htl-pms-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 18px 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(200,160,74,0.2);
  border-radius: 14px;
  min-width: 72px;
}
.htl-pms-node-center {
  background: rgba(200,160,74,0.1);
  border-color: rgba(200,160,74,0.38);
}
.htl-pms-node svg { width: 26px; height: 26px; stroke: var(--gold-400); fill: none; stroke-width: 1.5; }
.htl-pms-node span {
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(245,242,236,0.65);
  white-space: nowrap;
}
.htl-pms-connector {
  position: relative;
  display: flex;
  align-items: center;
  width: 44px;
  flex-shrink: 0;
}
.htl-pms-connector svg { width: 44px; height: 20px; stroke: rgba(200,160,74,0.3); fill: none; stroke-width: 1.5; }
.htl-pms-pulse {
  position: absolute;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gold-500);
  top: 50%; transform: translateY(-50%);
  animation: htl-pulse-move 2.2s ease-in-out infinite;
}
.htl-pms-pulse-delay { animation-delay: 1.1s; }
@keyframes htl-pulse-move {
  0%   { left: 0; opacity: 0; }
  12%  { opacity: 1; }
  88%  { opacity: 1; }
  100% { left: calc(100% - 7px); opacity: 0; }
}

/* ── Benefits section ── */
#DivIncludeHotelsBenefits {
  background: #fff;
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
#DivIncludeHotelsBenefits h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy-800);
  margin-bottom: 48px;
  max-width: 520px;
}
.htl-ben-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.htl-ben-card {
  padding: 28px 28px 30px;
  border-radius: 16px;
  background: var(--stone-100);
  border: 1px solid var(--color-border);
  border-left: 3px solid var(--gold-500);
  transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.2s ease, background 0.2s ease;
}
.htl-ben-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
  background: #fff;
}
.htl-ben-icon {
  width: 42px; height: 42px;
  border-radius: 10px;
  background: rgba(200,160,74,0.1);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.htl-ben-icon svg { width: 20px; height: 20px; stroke: var(--gold-600); fill: none; stroke-width: 1.8; }
.htl-ben-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--navy-800);
  margin-bottom: 8px;
  line-height: 1.3;
}
.htl-ben-card p {
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.72;
  color: var(--stone-600);
}

/* ── CTA section ── */
#DivIncludeHotelsCta {
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(200,160,74,0.08) 0%, transparent 70%),
    var(--navy-900);
  padding: clamp(60px, 8vh, 88px) clamp(24px, 6vw, 80px);
  text-align: center;
  position: relative;
}
#DivIncludeHotelsCta::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.45), transparent);
}
.htl-cta-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--stone-50);
  margin-bottom: 14px;
}
.htl-cta-sub {
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  font-weight: 300;
  line-height: 1.75;
  color: rgba(210,205,195,0.68);
  max-width: 520px;
  margin: 0 auto 40px;
}

/* ============================================================
   CAMPINGS DETAIL PAGE  —  reuses htl-* interior classes
   ============================================================ */

#DivIncludeCampingsHero {
  background:
    radial-gradient(ellipse 100% 80% at 80% 50%, rgba(200,160,74,0.07) 0%, transparent 55%),
    radial-gradient(ellipse 60% 60% at 20% 20%, rgba(20,80,40,0.22) 0%, transparent 60%),
    var(--navy-900);
  padding: clamp(64px, 10vh, 120px) clamp(24px, 8vw, 120px) clamp(56px, 8vh, 100px);
  position: relative;
  overflow: hidden;
}
#DivIncludeCampingsHero::after {
  content: "";
  position: absolute;
  bottom: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.4), transparent);
}
#DivIncludeCampingsHero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--stone-50);
  margin-bottom: 22px;
}
#DivIncludeCampingsHero h1 em {
  font-style: italic;
  color: var(--gold-400);
}
#DivIncludeCampingsPain {
  background: var(--stone-100);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
#DivIncludeCampingsPain h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy-800);
  margin-bottom: 48px;
  max-width: 620px;
}
#DivIncludeCampingsFlow {
  background:
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(20,70,30,0.18) 0%, transparent 70%),
    var(--navy-800);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
  position: relative;
  overflow: hidden;
}
#DivIncludeCampingsFlow::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.32), transparent);
}
#DivIncludeCampingsPms {
  background: var(--stone-200);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
#DivIncludeCampingsBenefits {
  background: #fff;
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
#DivIncludeCampingsBenefits h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy-800);
  margin-bottom: 48px;
  max-width: 520px;
}
#DivIncludeCampingsCta {
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(200,160,74,0.08) 0%, transparent 70%),
    var(--navy-900);
  padding: clamp(60px, 8vh, 88px) clamp(24px, 6vw, 80px);
  text-align: center;
  position: relative;
}
#DivIncludeCampingsCta::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.45), transparent);
}

/* ============================================================
   BED & BREAKFAST DETAIL PAGE  —  reuses htl-* interior classes
   ============================================================ */

#DivIncludeBnbHero {
  background:
    radial-gradient(ellipse 80% 70% at 50% 30%, rgba(160,100,60,0.14) 0%, transparent 60%),
    radial-gradient(ellipse 60% 60% at 85% 70%, rgba(61,80,140,0.2) 0%, transparent 55%),
    var(--navy-900);
  padding: clamp(64px, 10vh, 120px) clamp(24px, 8vw, 120px) clamp(56px, 8vh, 100px);
  position: relative;
  overflow: hidden;
}
#DivIncludeBnbHero::after {
  content: "";
  position: absolute;
  bottom: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.4), transparent);
}
#DivIncludeBnbHero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--stone-50);
  margin-bottom: 22px;
}
#DivIncludeBnbHero h1 em {
  font-style: italic;
  color: var(--gold-400);
}
#DivIncludeBnbPain {
  background: var(--stone-100);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
#DivIncludeBnbPain h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy-800);
  margin-bottom: 48px;
  max-width: 620px;
}
#DivIncludeBnbFlow {
  background:
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(120,70,30,0.14) 0%, transparent 70%),
    var(--navy-800);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
  position: relative;
  overflow: hidden;
}
#DivIncludeBnbFlow::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.32), transparent);
}
#DivIncludeBnbApp {
  background: var(--stone-200);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
#DivIncludeBnbBenefits {
  background: #fff;
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
#DivIncludeBnbBenefits h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy-800);
  margin-bottom: 48px;
  max-width: 520px;
}
#DivIncludeBnbCta {
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(200,160,74,0.08) 0%, transparent 70%),
    var(--navy-900);
  padding: clamp(60px, 8vh, 88px) clamp(24px, 6vw, 80px);
  text-align: center;
  position: relative;
}
#DivIncludeBnbCta::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.45), transparent);
}

/* ── App actions panel (replaces PMS diagram for B&B) ── */
.bnb-app-actions {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  max-width: 320px;
}
.bnb-app-actions li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(200,160,74,0.15);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.bnb-app-actions li:hover {
  background: rgba(200,160,74,0.08);
  border-color: rgba(200,160,74,0.28);
}
.bnb-app-icon {
  flex-shrink: 0;
  width: 36px; height: 36px;
  border-radius: 9px;
  background: rgba(200,160,74,0.12);
  border: 1px solid rgba(200,160,74,0.22);
  display: flex; align-items: center; justify-content: center;
}
.bnb-app-icon svg {
  width: 16px; height: 16px;
  stroke: var(--gold-400);
  fill: none;
  stroke-width: 2;
}
.bnb-app-text { display: flex; flex-direction: column; gap: 2px; }
.bnb-app-text strong {
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--stone-100);
  line-height: 1.3;
}
.bnb-app-text span {
  font-size: 0.74rem;
  font-weight: 300;
  color: rgba(210,205,195,0.5);
  line-height: 1.4;
}

/* ============================================================
   COMPANIES DETAIL PAGE  —  reuses htl-* interior classes
   ============================================================ */

#DivIncludeCompaniesHero {
  background:
    radial-gradient(ellipse 80% 60% at 30% 50%, rgba(61,80,140,0.22) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 80% 30%, rgba(200,160,74,0.06) 0%, transparent 50%),
    var(--navy-950);
  padding: clamp(64px, 10vh, 120px) clamp(24px, 8vw, 120px) clamp(56px, 8vh, 100px);
  position: relative;
  overflow: hidden;
}
#DivIncludeCompaniesHero::after {
  content: "";
  position: absolute;
  bottom: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.4), transparent);
}
#DivIncludeCompaniesHero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--stone-50);
  margin-bottom: 22px;
}
#DivIncludeCompaniesHero h1 em {
  font-style: italic;
  color: var(--gold-400);
}
#DivIncludeCompaniesPain {
  background: var(--stone-100);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
#DivIncludeCompaniesPain h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy-800);
  margin-bottom: 48px;
  max-width: 660px;
}
#DivIncludeCompaniesFlow {
  background:
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(61,80,140,0.22) 0%, transparent 70%),
    var(--navy-800);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
  position: relative;
  overflow: hidden;
}
#DivIncludeCompaniesFlow::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.32), transparent);
}
#DivIncludeCompaniesAccess {
  background: var(--stone-200);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
#DivIncludeCompaniesAccess h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy-800);
  margin-bottom: 40px;
  max-width: 560px;
}
#DivIncludeCompaniesBenefits {
  background: #fff;
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
#DivIncludeCompaniesBenefits h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy-800);
  margin-bottom: 48px;
  max-width: 520px;
}
#DivIncludeCompaniesCta {
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(200,160,74,0.08) 0%, transparent 70%),
    var(--navy-900);
  padding: clamp(60px, 8vh, 88px) clamp(24px, 6vw, 80px);
  text-align: center;
  position: relative;
}
#DivIncludeCompaniesCta::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.45), transparent);
}

/* ── Access profiles grid ── */
.cmp-access-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.cmp-access-card {
  background: #fff;
  border-radius: 20px;
  padding: 32px 28px 36px;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.2s ease;
}
.cmp-access-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-hover);
}
.cmp-access-card-featured {
  border-color: rgba(200,160,74,0.35);
  background: linear-gradient(160deg, #fff 60%, rgba(200,160,74,0.04) 100%);
}
.cmp-access-icon {
  width: 50px; height: 50px;
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.cmp-access-icon svg { width: 24px; height: 24px; fill: none; stroke-width: 1.6; }
.cmp-access-icon-emp { background: rgba(61,80,140,0.1); }
.cmp-access-icon-emp svg { stroke: var(--navy-600); }
.cmp-access-icon-ext { background: rgba(200,160,74,0.12); }
.cmp-access-icon-ext svg { stroke: var(--gold-600); }
.cmp-access-icon-adm { background: rgba(27,34,64,0.08); }
.cmp-access-icon-adm svg { stroke: var(--navy-800); }
.cmp-access-type {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 100px;
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
}
.cmp-type-emp { background: rgba(61,80,140,0.1);  color: var(--navy-600); }
.cmp-type-ext { background: rgba(200,160,74,0.15); color: var(--gold-700); }
.cmp-type-adm { background: rgba(27,34,64,0.08);  color: var(--navy-800); }
.cmp-access-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--navy-800);
  margin-bottom: 18px;
  line-height: 1.25;
}
.cmp-access-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cmp-access-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.55;
  color: var(--navy-700);
}
.cmp-access-list li::before {
  content: "";
  display: block;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold-500);
  flex-shrink: 0;
  margin-top: 6px;
  box-shadow: 0 0 0 2px rgba(200,160,74,0.18);
}

/* ── Companies responsive ── */
@media only screen and (max-width: 900px) {
  .cmp-access-grid { grid-template-columns: 1fr; max-width: 520px; }
}

/* ============================================================
   INDIVIDUALS DETAIL PAGE  —  reuses htl-* interior classes
   ============================================================ */

#DivIncludeIndividualsHero {
  background:
    radial-gradient(ellipse 80% 70% at 60% 40%, rgba(120,70,20,0.14) 0%, transparent 58%),
    radial-gradient(ellipse 60% 50% at 15% 65%, rgba(61,80,140,0.18) 0%, transparent 52%),
    var(--navy-900);
  padding: clamp(64px, 10vh, 120px) clamp(24px, 8vw, 120px) clamp(56px, 8vh, 100px);
  position: relative;
  overflow: hidden;
}
#DivIncludeIndividualsHero::after {
  content: "";
  position: absolute;
  bottom: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.4), transparent);
}
#DivIncludeIndividualsHero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--stone-50);
  margin-bottom: 22px;
}
#DivIncludeIndividualsHero h1 em {
  font-style: italic;
  color: var(--gold-400);
}
#DivIncludeIndividualsPain {
  background: var(--stone-100);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
#DivIncludeIndividualsPain h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy-800);
  margin-bottom: 48px;
  max-width: 620px;
}
#DivIncludeIndividualsFlow {
  background:
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(100,55,15,0.14) 0%, transparent 70%),
    var(--navy-800);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
  position: relative;
  overflow: hidden;
}
#DivIncludeIndividualsFlow::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.32), transparent);
}
#DivIncludeIndividualsScenes {
  background: var(--stone-200);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
#DivIncludeIndividualsScenes h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy-800);
  margin-bottom: 40px;
  max-width: 500px;
}
#DivIncludeIndividualsBenefits {
  background: #fff;
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
#DivIncludeIndividualsBenefits h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy-800);
  margin-bottom: 48px;
  max-width: 520px;
}
#DivIncludeIndividualsCta {
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(200,160,74,0.08) 0%, transparent 70%),
    var(--navy-900);
  padding: clamp(60px, 8vh, 88px) clamp(24px, 6vw, 80px);
  text-align: center;
  position: relative;
}
#DivIncludeIndividualsCta::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.45), transparent);
}

/* ── Scenarios grid ── */
.ind-scene-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.ind-scene-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px 28px 32px;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
  transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.2s ease;
}
.ind-scene-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-hover);
}
.ind-scene-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(200,160,74,0.1);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}
.ind-scene-icon svg { width: 20px; height: 20px; stroke: var(--gold-600); fill: none; stroke-width: 1.7; }
.ind-scene-tag {
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold-700);
  background: rgba(200,160,74,0.12);
  padding: 3px 10px;
  border-radius: 100px;
  display: inline-flex;
  margin-bottom: 12px;
}
.ind-scene-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--navy-800);
  margin-bottom: 10px;
  line-height: 1.25;
}
.ind-scene-card p {
  font-size: 0.87rem;
  font-weight: 300;
  line-height: 1.72;
  color: var(--stone-600);
}

/* ── Individuals responsive ── */
@media only screen and (max-width: 680px) {
  .ind-scene-grid { grid-template-columns: 1fr; }
}

/* ── Hotels responsive ── */
@media only screen and (max-width: 960px) {
  .htl-pms-card { grid-template-columns: 1fr; }
  .htl-pms-visual { min-height: 220px; }
}
@media only screen and (max-width: 800px) {
  .htl-pain-grid { grid-template-columns: 1fr; max-width: 520px; }
  .htl-ben-grid  { grid-template-columns: 1fr; max-width: 520px; }
}
@media only screen and (max-width: 680px) {
  .htl-flow { flex-direction: column; }
  .htl-flow-arrow { display: none; }
  .htl-flow-step { padding: 20px 0; border-bottom: 1px solid rgba(200,160,74,0.12); }
  .htl-flow-step:last-child { border-bottom: none; }
  .htl-flow-num { font-size: 2.2rem; }
}
@media only screen and (max-width: 480px) {
  .htl-pms-text { padding: 28px 24px; }
  .htl-hero-pills { flex-direction: column; align-items: flex-start; }
  .htl-pms-diagram { flex-direction: column; }
  .htl-pms-connector { transform: rotate(90deg); width: 20px; height: 44px; }
}


/* ============================================================
   SG ANYWHERE PRODUCT PAGE  —  sga-* prefix
   ============================================================ */

/* Remove outer margin so sections are full-bleed */
#DivIndexInclude > div[class="products/sg-anywhere"] { margin: 0 !important; }

/* ── Shared utilities (sga-section-inner merged into htl-section-inner above) ── */
/* .sga-eyebrow, .sga-eyebrow-light, .sga-eyebrow-gold merged into .htl-eyebrow / .htl-eyebrow-dark above */
.sga-title-light {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--stone-50);
  margin-bottom: 20px;
  max-width: 620px;
}
.sga-section-desc {
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  font-weight: 300;
  line-height: 1.75;
  color: var(--stone-600);
  max-width: 680px;
  margin-bottom: 28px;
}

/* ── Hero ── */
#DivIncludeSgAnywhereHero {
  background:
    radial-gradient(ellipse 80% 70% at 70% 30%, rgba(61,80,140,0.45) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 15% 80%, rgba(200,160,74,0.10) 0%, transparent 55%),
    var(--navy-900);
  padding: clamp(64px, 10vh, 120px) clamp(24px, 8vw, 120px) clamp(56px, 8vh, 100px);
  position: relative;
  overflow: hidden;
}
#DivIncludeSgAnywhereHero::after {
  content: "";
  position: absolute;
  bottom: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.4), transparent);
}
.sga-hero-inner { max-width: var(--content-max); margin: 0 auto; }
.sga-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(210,200,170,0.5);
  text-decoration: none;
  margin-bottom: 36px;
  transition: color 0.2s ease, gap 0.2s ease;
}
.sga-back:hover { color: var(--gold-400); gap: 11px; }
.sga-back svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2; }
#DivIncludeSgAnywhereHero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--stone-50);
  margin-bottom: 22px;
}
#DivIncludeSgAnywhereHero h1 em { font-style: italic; color: var(--gold-400); }
.sga-hero-sub {
  font-size: clamp(0.95rem, 1.8vw, 1.12rem);
  font-weight: 300;
  line-height: 1.78;
  color: rgba(210,205,195,0.72);
  max-width: 600px;
  margin-bottom: 36px;
}
.sga-hero-pills {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0; margin: 0;
}
.sga-hero-pills li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 15px;
  border-radius: 100px;
  border: 1px solid rgba(200,160,74,0.22);
  background: rgba(200,160,74,0.07);
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(245,242,236,0.72);
}
.sga-hero-pills li::before {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--gold-500);
  flex-shrink: 0;
}

/* ── Visual showcase ── */
#DivIncludeSgAnywhereVisual {
  background: var(--navy-800);
  padding: clamp(48px, 7vh, 80px) clamp(24px, 6vw, 80px);
  position: relative;
}
#DivIncludeSgAnywhereVisual::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.3), transparent);
}
.sga-visual-grid {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2.5vw, 32px);
}
.sga-visual-card {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 12px 48px rgba(0,0,0,0.45);
  transition: transform 0.3s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.3s ease;
}
.sga-visual-card:hover { transform: translateY(-5px); box-shadow: 0 24px 72px rgba(0,0,0,0.55); }
.sga-visual-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}
.sga-visual-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.sga-visual-card:hover .sga-visual-img-wrap img { transform: scale(1.04); }
.sga-visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 45%, rgba(11,16,36,0.65) 100%);
  pointer-events: none;
}
.sga-visual-caption {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 18px;
  background: rgba(11,16,36,0.88);
  border-top: 1px solid rgba(200,160,74,0.14);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(210,200,170,0.5);
}
.sga-visual-caption svg { width: 13px; height: 13px; stroke: var(--gold-500); fill: none; stroke-width: 1.6; flex-shrink: 0; }

/* ── Compatibility ── */
#DivIncludeSgAnywhereCompat {
  background: var(--stone-100);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
#DivIncludeSgAnywhereCompat h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy-800);
  margin-bottom: 24px;
  max-width: 640px;
}
.sga-compat-note {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  background: rgba(200,160,74,0.07);
  border: 1px solid rgba(200,160,74,0.22);
  border-radius: 10px;
  padding: 14px 20px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--stone-600);
  max-width: 680px;
}
.sga-compat-note svg { width: 17px; height: 17px; stroke: var(--gold-500); fill: none; stroke-width: 1.8; flex-shrink: 0; margin-top: 2px; }

/* ── Monitoring ── */
#DivIncludeSgAnywhereMonitoring {
  background:
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(61,80,140,0.22) 0%, transparent 70%),
    var(--navy-800);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
  position: relative;
}
#DivIncludeSgAnywhereMonitoring::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.3), transparent);
}
.sga-mon-intro {
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  font-weight: 300;
  line-height: 1.75;
  color: rgba(210,205,195,0.65);
  max-width: 620px;
  margin-bottom: 48px;
}
.sga-mon-grid {
  display: flex;
  align-items: stretch;
  gap: 0;
}
.sga-mon-card {
  flex: 1;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(200,160,74,0.14);
  border-radius: 20px;
  padding: 36px 32px 40px;
}
.sga-mon-card-precision {
  background: rgba(200,160,74,0.06);
  border-color: rgba(200,160,74,0.3);
}
.sga-mon-tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(210,200,170,0.45);
  border: 1px solid rgba(200,160,74,0.15);
  border-radius: 100px;
  padding: 4px 10px;
  margin-bottom: 22px;
}
.sga-mon-tag-gold { color: var(--gold-500); border-color: rgba(200,160,74,0.4); }
.sga-mon-icon {
  width: 50px; height: 50px;
  border-radius: 13px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(200,160,74,0.14);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.sga-mon-icon-gold { background: rgba(200,160,74,0.1); border-color: rgba(200,160,74,0.3); }
.sga-mon-icon svg { width: 22px; height: 22px; stroke: rgba(210,200,170,0.4); fill: none; stroke-width: 1.6; }
.sga-mon-icon-gold svg { stroke: var(--gold-400); }
.sga-mon-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--stone-50);
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  line-height: 1.3;
}
.sga-mon-card p {
  font-size: 0.87rem;
  font-weight: 300;
  line-height: 1.72;
  color: rgba(210,205,195,0.58);
}
.sga-mon-divider {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
}
.sga-mon-or {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px; height: 32px;
  border-radius: 50%;
  background: rgba(200,160,74,0.10);
  border: 1px solid rgba(200,160,74,0.28);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--gold-500);
}

/* ── IR Safety ── */
#DivIncludeSgAnywhereIR {
  background: var(--stone-200);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
#DivIncludeSgAnywhereIR h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy-800);
  margin-bottom: 36px;
  max-width: 560px;
}
.sga-ir-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.sga-ir-list {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.sga-ir-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--navy-700);
}
.sga-ir-list li svg { width: 18px; height: 18px; stroke: var(--gold-600); fill: none; stroke-width: 1.6; flex-shrink: 0; margin-top: 1px; }
.sga-ir-visual { display: flex; align-items: center; justify-content: center; }
.sga-ir-diagram { width: 100%; max-width: 380px; }
.sga-ir-beam {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 16px;
  background: #fff;
  border-radius: 12px;
  padding: 16px 18px;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
  position: relative;
}
.sga-ir-beam-clear { border-left: 3px solid #2ecc71; }
.sga-ir-beam-blocked { border-left: 3px solid #c0392b; }
.sga-ir-emitter {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: rgba(200,160,74,0.12);
  border: 2px solid var(--gold-500);
  flex-shrink: 0;
}
.sga-ir-ray {
  flex: 1;
  height: 2px;
  background: repeating-linear-gradient(90deg, #2ecc71 0, #2ecc71 7px, transparent 7px, transparent 14px);
  margin: 0 10px;
  animation: sga-ir-pulse 1.6s ease-in-out infinite;
}
@keyframes sga-ir-pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.35; }
}
.sga-ir-ray-blocked {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  position: relative;
}
.sga-ir-ray-blocked::before,
.sga-ir-ray-blocked::after {
  content: "";
  position: absolute;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  background: repeating-linear-gradient(90deg, rgba(192,57,43,0.35) 0, rgba(192,57,43,0.35) 7px, transparent 7px, transparent 14px);
}
.sga-ir-ray-blocked::before { left: 0; width: 26%; }
.sga-ir-ray-blocked::after  { right: 0; width: 26%; }
.sga-ir-ray-blocked svg { width: 26px; height: 26px; stroke: #c0392b; fill: none; stroke-width: 1.6; }
.sga-ir-receiver {
  width: 20px; height: 20px;
  border-radius: 50%;
  background: rgba(200,160,74,0.12);
  border: 2px solid var(--gold-500);
  flex-shrink: 0;
}
.sga-ir-receiver-blocked { border-color: #c0392b; background: rgba(192,57,43,0.1); }
.sga-ir-beam-label {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.sga-ir-beam-label svg { width: 11px; height: 11px; fill: none; stroke-width: 2; flex-shrink: 0; }
.sga-ir-label-ok   { color: #2ecc71; }
.sga-ir-label-ok svg { stroke: #2ecc71; }
.sga-ir-label-warn { color: #c0392b; }
.sga-ir-label-warn svg { stroke: #c0392b; }

/* ── Smart Commands ── */
#DivIncludeSgAnywhereCommands {
  background:
    radial-gradient(ellipse 70% 70% at 30% 50%, rgba(61,80,140,0.22) 0%, transparent 60%),
    var(--navy-800);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
  position: relative;
}
#DivIncludeSgAnywhereCommands::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.3), transparent);
}
.sga-cmd-intro {
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  font-weight: 300;
  line-height: 1.75;
  color: rgba(210,205,195,0.65);
  max-width: 600px;
  margin-bottom: 48px;
}
.sga-cmd-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 36px);
}
.sga-cmd-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(200,160,74,0.18);
  border-radius: 20px;
  padding: 36px 32px;
  transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.2s ease;
}
.sga-cmd-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,0,0,0.3); }
.sga-cmd-icon {
  width: 50px; height: 50px;
  border-radius: 13px;
  background: rgba(200,160,74,0.1);
  border: 1px solid rgba(200,160,74,0.25);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
}
.sga-cmd-icon svg { width: 22px; height: 22px; stroke: var(--gold-400); fill: none; stroke-width: 1.6; }
.sga-cmd-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--stone-50);
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  line-height: 1.25;
}
.sga-cmd-card p {
  font-size: 0.87rem;
  font-weight: 300;
  line-height: 1.72;
  color: rgba(210,205,195,0.6);
}

/* ── Action Log ── */
#DivIncludeSgAnywhereLog {
  background: var(--stone-100);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
#DivIncludeSgAnywhereLog h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy-800);
  margin-bottom: 36px;
  max-width: 560px;
}
.sga-log-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(32px, 5vw, 72px);
  align-items: center;
}
.sga-log-features {
  list-style: none;
  margin: 0; padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.sga-log-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--navy-700);
}
.sga-log-features li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-top: 6px;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--gold-500);
  box-shadow: 0 0 0 2px rgba(200,160,74,0.2);
}
.sga-log-mock-wrap { display: flex; align-items: center; justify-content: center; }
.sga-log-mock {
  background: #fff;
  border-radius: 16px;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
  overflow: hidden;
  width: 100%;
  max-width: 400px;
}
.sga-log-mock-head {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--navy-800);
  padding: 13px 18px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(210,200,170,0.55);
  border-bottom: 1px solid rgba(200,160,74,0.14);
}
.sga-log-mock-head svg { width: 13px; height: 13px; stroke: var(--gold-500); fill: none; stroke-width: 1.6; }
.sga-log-entry {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 18px;
  border-bottom: 1px solid rgba(200,160,74,0.07);
  transition: background 0.15s ease;
}
.sga-log-entry:last-child { border-bottom: none; }
.sga-log-entry:hover { background: rgba(200,160,74,0.04); }
.sga-log-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
.sga-dot-open  { background: #2ecc71; box-shadow: 0 0 0 2px rgba(46,204,113,0.2); }
.sga-dot-close { background: var(--navy-600); box-shadow: 0 0 0 2px rgba(46,61,114,0.2); }
.sga-dot-ped   { background: var(--gold-500); box-shadow: 0 0 0 2px rgba(200,160,74,0.2); }
.sga-dot-hold  { background: #e67e22; box-shadow: 0 0 0 2px rgba(230,126,34,0.2); }
.sga-log-entry-info { flex: 1; display: flex; flex-direction: column; gap: 1px; }
.sga-log-action { font-size: 0.82rem; font-weight: 500; color: var(--navy-700); }
.sga-log-user   { font-size: 0.72rem; font-weight: 400; color: var(--stone-500); }
.sga-log-time   { font-size: 0.72rem; font-weight: 500; color: var(--stone-400); font-variant-numeric: tabular-nums; }

/* ── CTA ── */
#DivIncludeSgAnywhereCta {
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(200,160,74,0.08) 0%, transparent 70%),
    var(--navy-900);
  padding: clamp(64px, 10vh, 96px) clamp(24px, 6vw, 80px);
  text-align: center;
  position: relative;
}
#DivIncludeSgAnywhereCta::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.45), transparent);
}
.sga-cta-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--stone-50);
  margin-bottom: 14px;
}
.sga-cta-sub {
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  font-weight: 300;
  line-height: 1.75;
  color: rgba(210,205,195,0.7);
  max-width: 540px;
  margin: 0 auto 40px;
}

/* ── Parkings solution page ── */

/* Urban/structural steel hero — distinct from all other solution pages */
#DivIncludeParkingsHero {
  background:
    radial-gradient(ellipse 85% 70% at 60% 30%, rgba(25,45,85,0.60) 0%, transparent 58%),
    radial-gradient(ellipse 50% 55% at 10% 80%, rgba(200,160,74,0.07) 0%, transparent 50%),
    var(--navy-900);
  padding: clamp(64px, 10vh, 120px) clamp(24px, 8vw, 120px) clamp(56px, 8vh, 100px);
  position: relative;
  overflow: hidden;
}
#DivIncludeParkingsHero::after {
  content: "";
  position: absolute;
  bottom: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.4), transparent);
}
#DivIncludeParkingsHero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--stone-50);
  margin-bottom: 22px;
}
#DivIncludeParkingsHero h1 em { font-style: italic; color: var(--gold-400); }
#DivIncludeParkingsPain {
  background: var(--stone-100);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
#DivIncludeParkingsPain h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy-800);
  margin-bottom: 48px;
  max-width: 520px;
}
#DivIncludeParkingsFlow {
  background:
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(25,45,85,0.30) 0%, transparent 70%),
    var(--navy-800);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
  position: relative;
  overflow: hidden;
}
#DivIncludeParkingsFlow::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.32), transparent);
}
#DivIncludeParkingsApp {
  background: var(--stone-200);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
#DivIncludeParkingsBenefits {
  background: #fff;
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
#DivIncludeParkingsBenefits h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy-800);
  margin-bottom: 48px;
  max-width: 520px;
}
#DivIncludeParkingsCta {
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(200,160,74,0.08) 0%, transparent 70%),
    var(--navy-900);
  padding: clamp(60px, 8vh, 88px) clamp(24px, 6vw, 80px);
  text-align: center;
  position: relative;
}
#DivIncludeParkingsCta::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.45), transparent);
}

/* Center the 7th (odd last) card in the solutions 2-col grid */
#DivIncludeSolutionsGrid .sol-card:last-child:nth-child(odd) {
  grid-column: 1 / span 2;
  max-width: calc(50% - 18px);
  justify-self: center;
}
@media only screen and (max-width: 800px) {
  #DivIncludeSolutionsGrid .sol-card:last-child:nth-child(odd) {
    grid-column: 1;
    max-width: 100%;
    justify-self: auto;
  }
}

/* ── SG Anywhere responsive ── */
@media only screen and (max-width: 900px) {
  .sga-visual-grid  { grid-template-columns: 1fr; max-width: 560px; margin: 0 auto; }
  .sga-ir-layout    { grid-template-columns: 1fr; }
  .sga-log-layout   { grid-template-columns: 1fr; }
  .sga-cmd-grid     { grid-template-columns: 1fr; max-width: 560px; }
}
@media only screen and (max-width: 700px) {
  .sga-mon-grid { flex-direction: column; }
  .sga-mon-divider { flex-direction: row; width: auto; height: 40px; align-items: center; justify-content: center; }
}
@media only screen and (max-width: 500px) {
  #DivIncludeSgAnywhereHero { padding: 48px var(--space-md) 40px; }
  .sga-mon-card { padding: 28px 20px; }
  .sga-cmd-card { padding: 28px 20px; }
  .sga-hero-pills { flex-direction: column; align-items: flex-start; }
}


/* ============================================================
   SG DRIVE ANYWHERE PRODUCT PAGE  —  sgd-* prefix
   ============================================================ */

/* Remove outer margin for full-bleed sections */
#DivIndexInclude > div[class="products/sg-drive-anywhere"] { margin: 0 !important; }

/* ── Hero ── */
#DivIncludeSgDriveAnywhereHero {
  background:
    radial-gradient(ellipse 65% 75% at 70% 20%, rgba(10,50,100,0.60) 0%, transparent 58%),
    radial-gradient(ellipse 55% 55% at 10% 80%, rgba(200,160,74,0.08) 0%, transparent 50%),
    var(--navy-950);
  padding: clamp(64px, 10vh, 120px) clamp(24px, 8vw, 120px) clamp(56px, 8vh, 100px);
  position: relative;
  overflow: hidden;
}
#DivIncludeSgDriveAnywhereHero::after {
  content: "";
  position: absolute;
  bottom: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.4), transparent);
}
.sgd-hero-inner { max-width: var(--content-max); margin: 0 auto; }
#DivIncludeSgDriveAnywhereHero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.6rem, 6vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--stone-50);
  margin-bottom: 22px;
}
#DivIncludeSgDriveAnywhereHero h1 em { font-style: italic; color: var(--gold-400); }
.sgd-hero-sub {
  font-size: clamp(0.95rem, 1.8vw, 1.12rem);
  font-weight: 300;
  line-height: 1.78;
  color: rgba(210,205,195,0.72);
  max-width: 620px;
  margin-bottom: 36px;
}

/* ── Visual showcase ── */
#DivIncludeSgDriveAnywhereVisual {
  background: var(--navy-950);
  padding: clamp(48px, 7vh, 80px) clamp(24px, 6vw, 80px);
  position: relative;
}
#DivIncludeSgDriveAnywhereVisual::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.28), transparent);
}

/* ── Complete System ── */
#DivIncludeSgDriveAnywhereSystem {
  background: var(--stone-100);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
#DivIncludeSgDriveAnywhereSystem h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy-800);
  margin-bottom: 24px;
  max-width: 580px;
}
.sgd-approach-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2.5vw, 28px);
  margin-bottom: 28px;
  margin-top: 40px;
}
.sgd-approach-card {
  border-radius: 18px;
  padding: 28px 28px 32px;
  position: relative;
}
.sgd-approach-addon {
  background: #fff;
  border: 1px solid rgba(27,34,64,0.09);
  box-shadow: 0 4px 20px rgba(27,34,64,0.06);
  opacity: 0.7;
}
.sgd-approach-drive {
  background: linear-gradient(145deg, var(--navy-800) 0%, var(--navy-900) 100%);
  border: 1px solid rgba(200,160,74,0.38);
  box-shadow: 0 8px 40px rgba(27,34,64,0.22), 0 0 0 1px rgba(200,160,74,0.10) inset;
}
.sgd-approach-tag {
  display: inline-flex;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 4px 11px;
  border-radius: 100px;
  margin-bottom: 14px;
  background: var(--stone-100);
  color: var(--stone-500);
}
.sgd-approach-tag-active {
  background: rgba(200,160,74,0.12);
  color: var(--gold-500);
  border: 1px solid rgba(200,160,74,0.28);
}
.sgd-approach-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--navy-800);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  line-height: 1.25;
}
.sgd-approach-name-light { color: var(--stone-50); }
.sgd-approach-desc {
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--stone-600);
}
.sgd-approach-desc-light { color: rgba(210,205,195,0.6); }
.sgd-system-note {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  background: rgba(200,160,74,0.07);
  border: 1px solid rgba(200,160,74,0.22);
  border-radius: 10px;
  padding: 14px 20px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.65;
  color: var(--stone-600);
  max-width: 680px;
}
.sgd-system-note svg { width: 17px; height: 17px; stroke: var(--gold-500); fill: none; stroke-width: 1.8; flex-shrink: 0; margin-top: 2px; }

/* ── Compatibility specs ── */
#DivIncludeSgDriveAnywhereCompat {
  background:
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(61,80,140,0.20) 0%, transparent 68%),
    var(--navy-800);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
  position: relative;
}
#DivIncludeSgDriveAnywhereCompat::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.3), transparent);
}
.sgd-compat-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 36px);
}
.sgd-spec-panel {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(200,160,74,0.18);
  border-radius: 20px;
  padding: 32px 32px 36px;
}
.sgd-spec-panel-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}
.sgd-spec-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(200,160,74,0.1);
  border: 1px solid rgba(200,160,74,0.25);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.sgd-spec-icon svg { width: 20px; height: 20px; stroke: var(--gold-400); fill: none; stroke-width: 1.6; }
.sgd-spec-panel-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(210,200,170,0.6);
}
.sgd-spec-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.sgd-spec-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  border-radius: 100px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.sgd-badge-dc {
  background: rgba(61,80,140,0.25);
  border: 1px solid rgba(100,130,200,0.30);
  color: rgba(180,200,245,0.85);
}
.sgd-badge-ac {
  background: rgba(200,160,74,0.14);
  border: 1px solid rgba(200,160,74,0.32);
  color: var(--gold-400);
}
.sgd-spec-note {
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(210,205,195,0.45);
  margin: 0;
}

/* ── Built-in Commands ── */
#DivIncludeSgDriveAnywhereCommands {
  background: var(--stone-200);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
#DivIncludeSgDriveAnywhereCommands h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy-800);
  margin-bottom: 24px;
  max-width: 560px;
}
.sgd-cmd-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2.5vw, 24px);
  margin-bottom: 28px;
}
.sgd-cmd-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 18px;
  padding: 28px 28px 32px;
  box-shadow: var(--shadow-card);
  transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.2s ease;
}
.sgd-cmd-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-card-hover);
}
.sgd-cmd-icon {
  width: 48px; height: 48px;
  border-radius: 13px;
  background: rgba(27,34,64,0.07);
  border: 1px solid rgba(27,34,64,0.10);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 18px;
  transition: background 0.2s ease;
}
.sgd-cmd-card:hover .sgd-cmd-icon { background: rgba(200,160,74,0.10); border-color: rgba(200,160,74,0.22); }
.sgd-cmd-icon svg { width: 22px; height: 22px; stroke: var(--navy-700); fill: none; stroke-width: 2; transition: stroke 0.2s ease; }
.sgd-cmd-card:hover .sgd-cmd-icon svg { stroke: var(--gold-600); }
.sgd-cmd-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--navy-800);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  line-height: 1.25;
}
.sgd-cmd-card p {
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.72;
  color: var(--stone-600);
}
.sgd-cmd-timing-note {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(200,160,74,0.09);
  border: 1px solid rgba(200,160,74,0.24);
  border-radius: 100px;
  padding: 9px 20px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--gold-700);
}
.sgd-cmd-timing-note svg { width: 15px; height: 15px; stroke: var(--gold-600); fill: none; stroke-width: 1.8; flex-shrink: 0; }

/* ── Built-in Monitoring ── */
#DivIncludeSgDriveAnywhereMonitoring {
  background:
    radial-gradient(ellipse 75% 65% at 40% 50%, rgba(61,80,140,0.20) 0%, transparent 65%),
    var(--navy-800);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
  position: relative;
}
#DivIncludeSgDriveAnywhereMonitoring::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.3), transparent);
}
.sgd-mon-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 36px);
}
.sgd-mon-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(200,160,74,0.16);
  border-radius: 20px;
  padding: 36px 32px 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}
.sgd-mon-card-status { border-top: 3px solid var(--gold-500); }
.sgd-mon-card-ir     { border-top: 3px solid rgba(46,204,113,0.7); }
.sgd-mon-icon {
  width: 50px; height: 50px;
  border-radius: 13px;
  background: rgba(200,160,74,0.10);
  border: 1px solid rgba(200,160,74,0.25);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 20px;
}
.sgd-mon-icon-ir { background: rgba(46,204,113,0.08); border-color: rgba(46,204,113,0.22); }
.sgd-mon-icon svg { width: 22px; height: 22px; stroke: var(--gold-400); fill: none; stroke-width: 1.6; }
.sgd-mon-icon-ir svg { stroke: #2ecc71; }
.sgd-mon-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.45rem;
  font-weight: 600;
  color: var(--stone-50);
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  line-height: 1.3;
}
.sgd-mon-card p {
  font-size: 0.87rem;
  font-weight: 300;
  line-height: 1.72;
  color: rgba(210,205,195,0.58);
  margin-bottom: 20px;
  flex: 1;
}
.sgd-mon-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 13px;
  border-radius: 100px;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  width: fit-content;
}
.sgd-mon-card-status .sgd-mon-badge { background: rgba(200,160,74,0.12); border: 1px solid rgba(200,160,74,0.30); color: var(--gold-500); }
.sgd-mon-card-ir     .sgd-mon-badge { background: rgba(46,204,113,0.10); border: 1px solid rgba(46,204,113,0.28); color: #2ecc71; }

/* ── Action Log ── */
#DivIncludeSgDriveAnywhereLog {
  background: #fff;
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
#DivIncludeSgDriveAnywhereLog h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy-800);
  margin-bottom: 36px;
  max-width: 560px;
}

/* ── CTA ── */
#DivIncludeSgDriveAnywhereCta {
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(200,160,74,0.08) 0%, transparent 70%),
    var(--navy-950);
  padding: clamp(64px, 10vh, 96px) clamp(24px, 6vw, 80px);
  text-align: center;
  position: relative;
}
#DivIncludeSgDriveAnywhereCta::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.45), transparent);
}

/* ── SG Drive Anywhere responsive ── */
@media only screen and (max-width: 900px) {
  .sgd-approach-grid { grid-template-columns: 1fr; max-width: 520px; }
  .sgd-compat-grid   { grid-template-columns: 1fr; max-width: 520px; }
  .sgd-cmd-grid      { grid-template-columns: 1fr; max-width: 520px; }
  .sgd-mon-grid      { grid-template-columns: 1fr; max-width: 560px; }
}
@media only screen and (max-width: 500px) {
  #DivIncludeSgDriveAnywhereHero { padding: 48px var(--space-md) 40px; }
  .sgd-spec-panel { padding: 24px 20px 28px; }
  .sgd-cmd-card   { padding: 22px 20px 26px; }
  .sgd-mon-card   { padding: 28px 22px 32px; }
}


/* ============================================================
   PRODUCTS LISTING PAGE  —  prd-* prefix
   ============================================================ */

#DivIndexInclude > div.products { margin: 0 !important; }

/* ── Page Header ── */
#DivIncludeProductsHeader {
  background:
    radial-gradient(ellipse 80% 70% at 50% 0%, rgba(200,160,74,0.10) 0%, transparent 60%),
    radial-gradient(ellipse 60% 50% at 85% 80%, rgba(61,80,140,0.22) 0%, transparent 55%),
    var(--navy-900);
  padding: clamp(64px, 10vh, 100px) clamp(24px, 8vw, 120px) clamp(56px, 8vh, 88px);
  text-align: center;
  position: relative;
}
#DivIncludeProductsHeader::after {
  content: "";
  position: absolute;
  bottom: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.38), transparent);
}
.prd-header-inner { max-width: 720px; margin: 0 auto; }
#DivIncludeProductsHeader h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.8rem, 6vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--stone-50);
  margin-bottom: 20px;
}
#DivIncludeProductsHeader h1 em { font-style: italic; color: var(--gold-400); }
.prd-header-sub {
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  font-weight: 300;
  line-height: 1.75;
  color: rgba(210,205,195,0.68);
  max-width: 540px;
  margin: 0 auto;
}

/* ── Product Cards ── */
#DivIncludeProductsCards {
  background: #fff;
  padding: clamp(56px, 8vh, 88px) clamp(24px, 6vw, 80px);
}
.prd-cards-grid {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(20px, 3vw, 36px);
}
.prd-card {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  transition: transform 0.32s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.32s ease;
  border: 1px solid var(--color-border);
}
.prd-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card-hover);
}
.prd-card-featured {
  border-color: rgba(200,160,74,0.35);
}
.prd-card-img-link { display: block; }
.prd-card-img {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.prd-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.prd-card:hover .prd-card-img img { transform: scale(1.04); }
.prd-card-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 30%, rgba(19,25,40,0.75) 100%);
}
.prd-card-head {
  background: var(--navy-800);
  padding: 20px 24px 22px;
  border-top: 1px solid rgba(200,160,74,0.15);
  border-bottom: 1px solid rgba(200,160,74,0.10);
}
.prd-card-head-featured {
  background: linear-gradient(135deg, var(--navy-800) 0%, var(--navy-900) 100%);
  border-top-color: rgba(200,160,74,0.35);
}
.prd-card-tag {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(210,200,170,0.45);
  margin-bottom: 6px;
}
.prd-card-tag-featured { color: var(--gold-500); }
.prd-card-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.55rem;
  font-weight: 600;
  color: var(--stone-50);
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.prd-card-body {
  background: var(--stone-50);
  padding: 24px 24px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.prd-card-desc {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.72;
  color: var(--stone-600);
  margin-bottom: 18px;
}
.prd-card-features {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
  flex: 1;
}
.prd-card-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.55;
  color: var(--navy-700);
}
.prd-card-features li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-top: 5px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--gold-500);
  box-shadow: 0 0 0 2px rgba(200,160,74,0.2);
}
.prd-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--gold-700);
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
  align-self: flex-start;
}
.prd-card-cta:hover { color: var(--gold-500); gap: 11px; }
.prd-card-cta:focus-visible { outline: 2px solid var(--gold-500); outline-offset: 3px; border-radius: 2px; }
.prd-card-cta svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2; }
.prd-card-cta-featured { color: var(--gold-600); }
.prd-card-cta-featured:hover { color: var(--gold-400); }

/* ── Comparison section ── */
#DivIncludeProductsCompare {
  background: var(--stone-100);
  padding: clamp(56px, 8vh, 88px) 0 clamp(64px, 10vh, 96px);
  position: relative;
}
#DivIncludeProductsCompare::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.3) 30%, rgba(200,160,74,0.3) 70%, transparent);
}
#DivIncludeProductsCompare .sga-section-inner {
  padding: 0 clamp(24px, 6vw, 80px);
  margin-bottom: clamp(36px, 5vh, 52px);
}
#DivIncludeProductsCompare h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy-800);
  margin-bottom: 12px;
  max-width: 480px;
}
.prd-cmp-sub {
  font-size: clamp(0.9rem, 1.5vw, 1.05rem);
  font-weight: 300;
  line-height: 1.7;
  color: var(--stone-500);
}

/* Table wrapper for horizontal scroll on mobile */
.prd-cmp-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 clamp(24px, 6vw, 80px);
  width: 100%;
  box-sizing: border-box;
}

/* ── Comparison table ── */
.prd-cmp-table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 32px rgba(27,34,64,0.10);
}
.prd-col-feature { width: 42%; }
.prd-col-sga     { width: 29%; }
.prd-col-sgd     { width: 29%; }

/* Sticky header */
.prd-cmp-table thead { position: sticky; top: var(--nav-h); z-index: 10; }
.prd-cmp-th {
  padding: 18px 20px;
  background: var(--navy-900);
  color: rgba(210,200,170,0.5);
  font-family: 'DM Sans', sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 1px solid rgba(200,160,74,0.15);
}
.prd-cmp-th-sga a, .prd-cmp-th-sgd a {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-transform: none;
  color: var(--stone-100);
  text-decoration: none;
  transition: color 0.2s ease;
}
.prd-cmp-th-sga a:hover, .prd-cmp-th-sgd a:hover { color: var(--gold-400); }
.prd-cmp-th-sgd {
  background: linear-gradient(135deg, rgba(200,160,74,0.08) 0%, transparent 60%), var(--navy-900);
  border-top: 3px solid var(--gold-500);
  padding-top: 15px;
}
.prd-cmp-th-feature { background: var(--navy-950); }

/* Category rows */
.prd-cmp-cat td {
  background: var(--navy-800);
  color: rgba(210,200,170,0.6);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.prd-cmp-cat td { display: revert; }
.prd-cmp-cat td svg {
  width: 12px; height: 12px;
  stroke: var(--gold-500);
  fill: none;
  stroke-width: 1.8;
  flex-shrink: 0;
  vertical-align: -1px;
  margin-right: 6px;
}

/* Feature rows */
.prd-cmp-table tbody tr:not(.prd-cmp-cat) {
  border-bottom: 1px solid rgba(200,160,74,0.08);
  transition: background 0.15s ease;
}
.prd-cmp-table tbody tr:not(.prd-cmp-cat):hover { background: rgba(200,160,74,0.04) !important; }
.prd-cmp-table tbody tr:not(.prd-cmp-cat):nth-child(even) { background: #fff; }
.prd-cmp-table tbody tr:not(.prd-cmp-cat):nth-child(odd):not(.prd-cmp-cat) { background: var(--stone-50); }
.prd-cmp-last { border-bottom: none !important; }

/* Table cells */
.prd-cmp-td {
  padding: 13px 20px;
  vertical-align: middle;
  color: var(--navy-700);
}
.prd-cmp-td-feat {
  font-weight: 500;
  color: var(--navy-800);
  font-size: 0.85rem;
}
.prd-cmp-td-sgd {
  background: rgba(200,160,74,0.035) !important;
  border-left: 1px solid rgba(200,160,74,0.14);
}
.prd-cmp-td-muted { color: var(--stone-500); font-size: 0.83rem; }
.prd-cmp-td-specs {
  font-size: 0.8rem;
  font-weight: 500;
  color: var(--navy-700);
  letter-spacing: 0.02em;
}
.prd-cmp-text {
  font-size: 0.83rem;
  color: var(--stone-600);
  display: block;
  margin-bottom: 5px;
}

/* Yes / No marks */
.prd-cmp-yes svg {
  width: 18px; height: 18px;
  stroke: #2ecc71;
  fill: none;
  stroke-width: 2.5;
  display: block;
}
.prd-cmp-no {
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--stone-400);
  display: block;
  line-height: 1;
}

/* Inline badges inside cells */
.prd-cmp-badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 9px;
  border-radius: 100px;
  font-size: 0.67rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 2px 2px 0 0;
}
.prd-badge-builtin { background: rgba(200,160,74,0.12); border: 1px solid rgba(200,160,74,0.3); color: var(--gold-600); }
.prd-badge-opt     { background: rgba(27,34,64,0.06);  border: 1px solid rgba(27,34,64,0.12);  color: var(--stone-500); }
.prd-badge-note    { background: rgba(46,204,113,0.09); border: 1px solid rgba(46,204,113,0.22); color: #27ae60; }

/* Footer CTAs */
.prd-cmp-table tfoot tr { background: var(--stone-100) !important; }
.prd-cmp-foot td {
  padding: 20px 20px;
  border-top: 1px solid rgba(200,160,74,0.15);
}
.prd-cmp-foot td.prd-cmp-td-sgd { background: rgba(200,160,74,0.05) !important; }
.prd-cmp-foot-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--gold-700);
  text-decoration: none;
  transition: color 0.2s ease, gap 0.2s ease;
}
.prd-cmp-foot-cta:hover { color: var(--gold-500); gap: 11px; }
.prd-cmp-foot-cta svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; }
.prd-cmp-foot-cta-featured { color: var(--gold-600); font-weight: 700; }
.prd-cmp-foot-cta-featured:hover { color: var(--gold-400); }

/* ── CTA ── */
#DivIncludeProductsCta {
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(200,160,74,0.08) 0%, transparent 70%),
    var(--navy-900);
  padding: clamp(64px, 10vh, 96px) clamp(24px, 6vw, 80px);
  text-align: center;
  position: relative;
}
#DivIncludeProductsCta::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.45), transparent);
}

/* ── Products listing responsive ── */
@media only screen and (max-width: 800px) {
  .prd-cards-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
}
@media only screen and (max-width: 500px) {
  #DivIncludeProductsHeader { padding: 48px var(--space-md) 40px; }
  .prd-card-img { height: 200px; }
}


/* ============================================================
   BLOG ARTICLES  —  blg-* prefix
   ============================================================ */

/* Full-bleed for this article */
#DivIndexInclude > div[class="blog/how-to-open-my-gate-with-my-smartphone"] { margin: 0 !important; }

/* ── Shared prose column ── */
.blg-prose {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 clamp(24px, 6vw, 80px);
}
.blg-prose h2 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 2.4rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: var(--navy-800);
  margin-bottom: 18px;
}
.blg-prose-light h2 { color: var(--stone-50); }
.blg-prose p {
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  font-weight: 300;
  line-height: 1.82;
  color: var(--stone-700, #4a4038);
  margin-bottom: 20px;
}
.blg-prose-light p { color: rgba(210,205,195,0.68); }
.blg-section-lead {
  font-size: clamp(1rem, 1.8vw, 1.12rem) !important;
  font-weight: 400 !important;
  color: var(--stone-600) !important;
}

/* ── Hero ── */
#DivIncludeBlogGateHero {
  background:
    radial-gradient(ellipse 90% 70% at 50% 0%, rgba(200,160,74,0.09) 0%, transparent 58%),
    radial-gradient(ellipse 60% 50% at 80% 70%, rgba(61,80,140,0.30) 0%, transparent 55%),
    var(--navy-900);
  padding: clamp(56px, 9vh, 100px) clamp(24px, 8vw, 120px) clamp(48px, 7vh, 80px);
  position: relative;
  overflow: hidden;
}
#DivIncludeBlogGateHero::after {
  content: "";
  position: absolute;
  bottom: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.38), transparent);
}
.blg-hero-inner { max-width: 820px; margin: 0 auto; }
.blg-hero-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.blg-hero-cat {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold-500);
  background: rgba(200,160,74,0.10);
  border: 1px solid rgba(200,160,74,0.25);
  padding: 4px 11px;
  border-radius: 100px;
}
.blg-hero-sep { color: rgba(210,200,170,0.25); font-size: 0.8rem; }
.blg-hero-time, .blg-hero-date {
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(210,200,170,0.45);
}
#DivIncludeBlogGateHero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 5.5vw, 4.2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--stone-50);
  margin-bottom: 20px;
}
.blg-hero-lead {
  font-size: clamp(1rem, 1.8vw, 1.15rem);
  font-weight: 300;
  line-height: 1.75;
  color: rgba(210,205,195,0.7);
  max-width: 640px;
}

/* ── Problem section ── */
#DivIncludeBlogGateProblem {
  background: #fff;
  padding: clamp(56px, 8vh, 80px) 0;
}
.blg-pain-list {
  list-style: none;
  margin: 0 0 8px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blg-pain-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.6;
  color: var(--navy-700);
  padding: 12px 16px;
  background: var(--stone-50);
  border-radius: 10px;
  border-left: 3px solid rgba(192,57,43,0.5);
}
.blg-pain-list li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-top: 6px;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: rgba(192,57,43,0.6);
  box-shadow: 0 0 0 2px rgba(192,57,43,0.12);
}

/* ── Options comparison ── */
#DivIncludeBlogGateOptions {
  background: var(--stone-100);
  padding: clamp(56px, 8vh, 80px) 0;
  position: relative;
}
#DivIncludeBlogGateOptions::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.25) 30%, rgba(200,160,74,0.25) 70%, transparent);
}
.blg-opt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 2.5vw, 24px);
  max-width: 960px;
  margin: clamp(32px,5vh,52px) auto 0;
  padding: 0 clamp(24px, 6vw, 80px);
}
.blg-opt-card {
  background: #fff;
  border-radius: 18px;
  padding: 28px 28px 32px;
  border: 1px solid rgba(27,34,64,0.08);
  box-shadow: var(--shadow-card);
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.2s ease;
}
.blg-opt-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card-hover); }
.blg-opt-card-featured {
  border-color: rgba(200,160,74,0.38);
  background: linear-gradient(160deg, #fff 55%, rgba(200,160,74,0.04) 100%);
}
.blg-opt-badge {
  position: absolute;
  top: -11px;
  left: 24px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy-900);
  background: linear-gradient(135deg, var(--gold-400) 0%, var(--gold-600) 100%);
  padding: 4px 12px;
  border-radius: 100px;
  box-shadow: 0 3px 12px rgba(200,160,74,0.4);
}
.blg-opt-head {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 14px;
}
.blg-opt-icon {
  width: 42px; height: 42px;
  border-radius: 11px;
  background: rgba(27,34,64,0.07);
  border: 1px solid rgba(27,34,64,0.10);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.blg-opt-icon svg { width: 18px; height: 18px; stroke: var(--navy-600); fill: none; stroke-width: 1.6; }
.blg-opt-icon-featured { background: rgba(200,160,74,0.12); border-color: rgba(200,160,74,0.28); }
.blg-opt-icon-featured svg { stroke: var(--gold-600); }
.blg-opt-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--navy-800);
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.blg-opt-how {
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--stone-600);
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(200,160,74,0.10);
}
.blg-opt-pros,
.blg-opt-cons {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.blg-opt-pros { margin-bottom: 12px; }
.blg-opt-pros li,
.blg-opt-cons li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.83rem;
  font-weight: 400;
  line-height: 1.55;
}
.blg-opt-pros li { color: var(--navy-700); }
.blg-opt-cons li { color: var(--stone-500); }
.blg-opt-pros li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-top: 5px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #2ecc71;
  box-shadow: 0 0 0 2px rgba(46,204,113,0.18);
}
.blg-opt-cons li::before {
  content: "";
  display: block;
  flex-shrink: 0;
  margin-top: 5px;
  width: 6px; height: 6px;
  border-radius: 50%;
  background: rgba(192,57,43,0.5);
  box-shadow: 0 0 0 2px rgba(192,57,43,0.12);
}
.blg-opt-pros-featured li { color: var(--navy-800); font-weight: 500; }
.blg-opt-pros-featured li::before { background: var(--gold-500); box-shadow: 0 0 0 2px rgba(200,160,74,0.2); }

/* ── SmartGates product callouts ── */
#DivIncludeBlogGateProducts {
  background: #fff;
  padding: clamp(56px, 8vh, 80px) 0;
  position: relative;
}
#DivIncludeBlogGateProducts::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.25) 30%, rgba(200,160,74,0.25) 70%, transparent);
}
.blg-prod-cards {
  max-width: 960px;
  margin: clamp(32px,5vh,52px) auto 0;
  padding: 0 clamp(24px, 6vw, 80px);
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.blg-prod-card {
  display: block;
  text-decoration: none;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(27,34,64,0.08);
  box-shadow: var(--shadow-card);
  transition: transform 0.25s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.25s ease;
  position: relative;
}
.blg-prod-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card-hover); }
.blg-prod-card-featured { border-color: rgba(200,160,74,0.32); }
.blg-prod-card-label {
  background: var(--navy-800);
  color: rgba(210,200,170,0.5);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 8px 20px;
  border-bottom: 1px solid rgba(200,160,74,0.12);
}
.blg-prod-card-label-featured { color: var(--gold-500); border-bottom-color: rgba(200,160,74,0.28); }
.blg-prod-card-body {
  display: grid;
  grid-template-columns: 200px 1fr;
  background: var(--stone-50);
}
.blg-prod-card-featured .blg-prod-card-body { background: #fff; }
.blg-prod-card-img {
  overflow: hidden;
  height: 150px;
}
.blg-prod-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.blg-prod-card:hover .blg-prod-card-img img { transform: scale(1.05); }
.blg-prod-card-content {
  padding: 20px 24px 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.blg-prod-card-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--navy-800);
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.blg-prod-card-desc {
  font-size: 0.85rem;
  font-weight: 300;
  line-height: 1.68;
  color: var(--stone-600);
  flex: 1;
}
.blg-prod-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--gold-700);
  transition: color 0.2s ease, gap 0.2s ease;
}
.blg-prod-card:hover .blg-prod-card-cta { color: var(--gold-500); gap: 11px; }
.blg-prod-card-cta svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; }
.blg-prod-card-cta-featured { color: var(--gold-600); }

/* ── Why SmartGates ── */
#DivIncludeBlogGateWhy {
  background:
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(61,80,140,0.20) 0%, transparent 68%),
    var(--navy-800);
  padding: clamp(56px, 8vh, 88px) 0;
  position: relative;
}
#DivIncludeBlogGateWhy::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.3) 30%, rgba(200,160,74,0.3) 70%, transparent);
}
.blg-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.5vw, 24px);
  max-width: 960px;
  margin: clamp(32px,5vh,52px) auto 0;
  padding: 0 clamp(24px, 6vw, 80px);
}
.blg-why-card {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(200,160,74,0.14);
  border-radius: 16px;
  padding: 28px 24px 32px;
  transition: background 0.2s ease;
}
.blg-why-card:hover { background: rgba(200,160,74,0.06); }
.blg-why-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: rgba(200,160,74,0.10);
  border: 1px solid rgba(200,160,74,0.22);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.blg-why-icon svg { width: 20px; height: 20px; stroke: var(--gold-400); fill: none; stroke-width: 1.6; }
.blg-why-card h3 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--stone-50);
  letter-spacing: -0.01em;
  margin-bottom: 9px;
  line-height: 1.3;
}
.blg-why-card p {
  font-size: 0.84rem;
  font-weight: 300;
  line-height: 1.72;
  color: rgba(210,205,195,0.55);
  margin: 0;
}

/* ── Conclusion ── */
#DivIncludeBlogGateConclusion {
  background: var(--stone-100);
  padding: clamp(56px, 8vh, 80px) 0;
  position: relative;
}
#DivIncludeBlogGateConclusion::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.25) 30%, rgba(200,160,74,0.25) 70%, transparent);
}

/* ── CTA ── */
#DivIncludeBlogGateCta {
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(200,160,74,0.08) 0%, transparent 70%),
    var(--navy-900);
  padding: clamp(64px, 10vh, 96px) clamp(24px, 6vw, 80px);
  text-align: center;
  position: relative;
}
#DivIncludeBlogGateCta::before {
  content: "";
  position: absolute;
  top: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.45), transparent);
}

/* ============================================================
   BLOG ARTICLE: AIRBNB GUEST ACCESS  —  reuses blg-* classes
   ============================================================ */

#DivIndexInclude > div[class="blog/airbnb-how-to-manage-my-guests-access"] { margin: 0 !important; }

/* Hero: warm amber tint — evokes home/hospitality */
#DivIncludeBlogAirbnbHero {
  background:
    radial-gradient(ellipse 80% 65% at 50% 0%,  rgba(160,100,30,0.22) 0%, transparent 58%),
    radial-gradient(ellipse 55% 50% at 85% 75%, rgba(61,80,140,0.25) 0%, transparent 52%),
    var(--navy-900);
  padding: clamp(56px, 9vh, 100px) clamp(24px, 8vw, 120px) clamp(48px, 7vh, 80px);
  position: relative; overflow: hidden;
}
#DivIncludeBlogAirbnbHero::after,
#DivIncludeBlogCodeHero::after {
  content: ""; position: absolute; bottom: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.38), transparent);
}
#DivIndexInclude > div[class="blog/shared-gate-code-security-risk"] { margin: 0 !important; }
#DivIncludeBlogCodeHero {
  background:
    radial-gradient(ellipse 75% 60% at 30% 0%,  rgba(200,80,40,0.15) 0%, transparent 58%),
    radial-gradient(ellipse 55% 50% at 80% 80%, rgba(61,80,140,0.22) 0%, transparent 52%),
    var(--navy-900);
  padding: clamp(56px, 9vh, 100px) clamp(24px, 8vw, 120px) clamp(48px, 7vh, 80px);
  position: relative; overflow: hidden;
}
#DivIncludeBlogAirbnbHero h1,
#DivIncludeBlogCodeHero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 5.5vw, 4.2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--stone-50);
  margin-bottom: 20px;
}

/* ── Reusable blog section backgrounds (use for all future articles) ── */
.blg-section-white {
  background: #fff;
  padding: clamp(56px, 8vh, 80px) 0;
}
.blg-section-stone {
  background: var(--stone-100);
  padding: clamp(56px, 8vh, 80px) 0;
  position: relative;
}
.blg-section-stone::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.25) 30%, rgba(200,160,74,0.25) 70%, transparent);
}
.blg-section-dark {
  background:
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(61,80,140,0.20) 0%, transparent 68%),
    var(--navy-800);
  padding: clamp(56px, 8vh, 88px) 0;
  position: relative;
}
.blg-section-dark::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.3) 30%, rgba(200,160,74,0.3) 70%, transparent);
}
.blg-section-cta {
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(200,160,74,0.08) 0%, transparent 70%),
    var(--navy-900);
  padding: clamp(64px, 10vh, 96px) clamp(24px, 6vw, 80px);
  text-align: center;
  position: relative;
}
.blg-section-cta::before {
  content: ""; position: absolute; top: 0; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.45), transparent);
}

/* Map Airbnb article section IDs to utility classes */
#DivIncludeBlogAirbnbProblem  { background: #fff; padding: clamp(56px, 8vh, 80px) 0; }
#DivIncludeBlogAirbnbOptions  { background: var(--stone-100); padding: clamp(56px, 8vh, 80px) 0; position: relative; }
#DivIncludeBlogAirbnbOptions::before,
#DivIncludeBlogAirbnbProducts::before,
#DivIncludeBlogAirbnbConclusion::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.25) 30%, rgba(200,160,74,0.25) 70%, transparent);
}
#DivIncludeBlogAirbnbProducts   { background: #fff; padding: clamp(56px, 8vh, 80px) 0; position: relative; }
#DivIncludeBlogAirbnbWhy        {
  background:
    radial-gradient(ellipse 80% 60% at 50% 50%, rgba(61,80,140,0.20) 0%, transparent 68%),
    var(--navy-800);
  padding: clamp(56px, 8vh, 88px) 0;
  position: relative;
}
#DivIncludeBlogAirbnbWhy::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.3) 30%, rgba(200,160,74,0.3) 70%, transparent);
}
#DivIncludeBlogAirbnbConclusion { background: var(--stone-100); padding: clamp(56px, 8vh, 80px) 0; position: relative; }
#DivIncludeBlogAirbnbCta {
  background:
    radial-gradient(ellipse 70% 80% at 50% 50%, rgba(200,160,74,0.08) 0%, transparent 70%),
    var(--navy-900);
  padding: clamp(64px, 10vh, 96px) clamp(24px, 6vw, 80px);
  text-align: center;
  position: relative;
}
#DivIncludeBlogAirbnbCta::before {
  content: ""; position: absolute; top: 0; left: 10%; right: 10%; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.45), transparent);
}

/* ── Blog article responsive ── */
@media only screen and (max-width: 860px) {
  .blg-opt-grid  { grid-template-columns: 1fr; max-width: 560px; margin-left: auto; margin-right: auto; }
  .blg-why-grid  { grid-template-columns: 1fr 1fr; }
}
@media only screen and (max-width: 640px) {
  .blg-prod-card-body { grid-template-columns: 140px 1fr; }
  .blg-why-grid  { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
}
@media only screen and (max-width: 480px) {
  #DivIncludeBlogGateHero { padding: 48px var(--space-md) 40px; }
  .blg-prod-card-body { grid-template-columns: 1fr; }
  .blg-prod-card-img { height: 180px; }
}


/* ============================================================
   BLOG LISTING PAGE  —  blg-list-* prefix
   ============================================================ */

#DivIndexInclude > div.blog { margin: 0 !important; }

/* ── Header ── */
#DivIncludeBlogHeader {
  background:
    radial-gradient(ellipse 80% 70% at 50% 0%, rgba(200,160,74,0.10) 0%, transparent 58%),
    radial-gradient(ellipse 55% 50% at 85% 80%, rgba(61,80,140,0.28) 0%, transparent 52%),
    var(--navy-900);
  padding: clamp(56px, 8vh, 88px) clamp(24px, 8vw, 120px) clamp(48px, 7vh, 76px);
  text-align: center;
  position: relative;
}
#DivIncludeBlogHeader::after {
  content: "";
  position: absolute;
  bottom: 0; left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.35), transparent);
}
.blg-list-header-inner { max-width: 640px; margin: 0 auto; }
#DivIncludeBlogHeader h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.4rem, 5vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: var(--stone-50);
  margin-bottom: 16px;
}
.blg-list-header-sub {
  font-size: clamp(0.95rem, 1.6vw, 1.05rem);
  font-weight: 300;
  line-height: 1.72;
  color: rgba(210,205,195,0.62);
}

/* ── Filter bar ── */
#DivIncludeBlogFilter {
  background: #fff;
  padding: 16px clamp(24px, 6vw, 80px);
  border-bottom: 1px solid rgba(200,160,74,0.12);
  position: sticky;
  top: var(--nav-h);
  z-index: 50;
  box-shadow: 0 2px 20px rgba(27,34,64,0.07);
}
.blg-list-filter-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: clamp(12px, 2.5vw, 28px);
  flex-wrap: wrap;
}
.blg-list-search-wrap {
  flex: 1;
  min-width: 180px;
  position: relative;
}
.blg-list-search-icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px; height: 15px;
  stroke: var(--stone-400);
  fill: none;
  stroke-width: 2;
  pointer-events: none;
  transition: stroke 0.2s ease;
}
.blg-list-search-wrap:focus-within .blg-list-search-icon { stroke: var(--gold-500); }
.blg-list-search {
  width: 100%;
  padding: 9px 14px 9px 38px;
  border: 1px solid var(--stone-300);
  border-radius: 8px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  color: var(--navy-800);
  background: var(--stone-50);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.blg-list-search:focus {
  border-color: var(--gold-500);
  box-shadow: 0 0 0 3px rgba(200,160,74,0.12);
}
.blg-list-search::placeholder { color: var(--stone-400); }
.blg-list-sort {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}
.blg-list-sort-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--stone-400);
  white-space: nowrap;
}
.blg-list-sort-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 13px;
  border-radius: 7px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--stone-500);
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  white-space: nowrap;
}
.blg-list-sort-btn svg { width: 12px; height: 12px; stroke: currentColor; fill: none; stroke-width: 2; flex-shrink: 0; }
.blg-list-sort-btn:hover { color: var(--navy-700); background: var(--stone-100); border-color: var(--stone-300); }
.blg-list-sort-btn:focus-visible { outline: 2px solid var(--gold-500); outline-offset: 2px; border-radius: 7px; }
.blg-list-sort-active { color: var(--gold-700); background: rgba(200,160,74,0.08); border-color: rgba(200,160,74,0.28); }
.blg-list-sort-active:hover { background: rgba(200,160,74,0.13); }
.blg-list-count {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--stone-400);
  white-space: nowrap;
  margin-left: auto;
  padding-left: 8px;
  border-left: 1px solid var(--stone-200);
}

/* ── Articles grid ── */
#DivIncludeBlogGrid {
  background: var(--stone-100);
  padding: clamp(48px, 7vh, 80px) clamp(24px, 6vw, 80px) clamp(64px, 10vh, 96px);
  min-height: 50vh;
  position: relative;
}
#DivIncludeBlogGrid::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(200,160,74,0.25) 30%, rgba(200,160,74,0.25) 70%, transparent);
}
.blg-list-grid {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(20px, 3vw, 36px);
}

/* ── Card ── */
.blg-list-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: transform 0.28s cubic-bezier(0.34,1.56,0.64,1), box-shadow 0.28s ease;
}
.blg-list-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-card-hover); }
.blg-list-card:focus-visible { outline: 2px solid var(--gold-500); outline-offset: 3px; }
.blg-list-card-img {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.blg-list-card-img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.blg-list-card:hover .blg-list-card-img img { transform: scale(1.05); }
.blg-list-card-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, transparent 40%, rgba(19,25,40,0.6) 100%);
  pointer-events: none;
}
.blg-list-card-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 0.63rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--navy-900);
  background: linear-gradient(135deg, var(--gold-400) 0%, var(--gold-600) 100%);
  padding: 4px 10px;
  border-radius: 100px;
  box-shadow: 0 2px 10px rgba(200,160,74,0.40);
}
.blg-list-card-body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blg-list-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.15rem, 2vw, 1.5rem);
  font-weight: 600;
  color: var(--navy-800);
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-bottom: 10px;
}
.blg-list-card-desc {
  font-size: 0.84rem;
  font-weight: 300;
  line-height: 1.7;
  color: var(--stone-600);
  margin-bottom: 16px;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blg-list-card-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
}
.blg-list-card-date,
.blg-list-card-time { font-size: 0.76rem; font-weight: 400; color: var(--stone-400); }
.blg-list-card-sep  { color: var(--stone-300); font-size: 0.8rem; }
.blg-list-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--gold-700);
  transition: color 0.2s ease, gap 0.2s ease;
}
.blg-list-card:hover .blg-list-card-cta { color: var(--gold-500); gap: 10px; }
.blg-list-card-cta svg { width: 13px; height: 13px; stroke: currentColor; fill: none; stroke-width: 2; }

/* ── Empty / no-results states ── */
.blg-list-empty {
  text-align: center;
  padding: clamp(48px, 8vh, 80px) 24px;
  color: var(--stone-500);
  font-size: 1rem;
  font-weight: 300;
  max-width: 480px;
  margin: 0 auto;
}
.blg-list-no-results {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  padding: clamp(48px, 8vh, 80px) 24px;
  color: var(--stone-500);
  font-size: 0.95rem;
  font-weight: 300;
  text-align: center;
  max-width: var(--content-max);
  margin: 0 auto;
}
.blg-list-no-results svg { width: 40px; height: 40px; stroke: var(--stone-300); fill: none; stroke-width: 1.4; }

/* ── Blog listing responsive ── */
@media only screen and (max-width: 680px) {
  .blg-list-grid { grid-template-columns: 1fr; }
}
@media only screen and (max-width: 600px) {
  .blg-list-filter-inner { flex-wrap: wrap; gap: 10px; }
  .blg-list-search-wrap { min-width: 0; }
  .blg-list-count { margin-left: 0; border-left: none; padding-left: 0; }
  .blg-list-sort-label { display: none; }
}
@media only screen and (max-width: 550px) {
  /* Row 1: sort buttons full width; Row 2: search + count */
  .blg-list-sort { order: -1; flex-basis: 100%; justify-content: center; }
  .blg-list-search-wrap { flex: 1; }
  .blg-list-count { margin-left: auto; }
}
@media only screen and (max-width: 480px) {
  #DivIncludeBlogHeader { padding: 48px var(--space-md) 40px; }
  .blg-list-card-img { height: 180px; }
}


/* ── Blog article: shared-gate-code-security-risk ── */

/* Hero image placeholder after hero */
#DivIncludeBlogCodeImgHero {
  background: var(--stone-200);
  overflow: hidden;
  max-height: 480px;
}
.blg-article-img-wrap { margin: 0; padding: 0; display: block; }
.blg-article-img-main {
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Example cards grid — inherits blg-opt-grid + blg-opt-card, just adjust columns */
.blg-code-example-grid { grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); }

/* SmartGates recommendation block inside blg-prose */
.blg-d-card {
  background: var(--navy-900);
  border-radius: 14px;
  padding: clamp(28px, 4vw, 44px);
  margin-top: 36px;
  position: relative;
  overflow: hidden;
}
.blg-d-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 70% at 100% 0%, rgba(200,160,74,.1) 0%, transparent 65%);
  pointer-events: none;
}
.blg-d-eyebrow {
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--gold-500);
  margin-bottom: 14px;
}
.blg-d-p,
.blg-d-card p {
  font-size: .9rem;
  line-height: 1.75;
  color: rgba(250,249,246,.75);
  margin-bottom: 20px;
}

/* CTA sub-text */
.blg-section-cta-sub {
  font-size: clamp(.9rem, 1.6vw, 1.05rem);
  font-weight: 300;
  line-height: 1.7;
  color: rgba(210,205,195,.7);
  max-width: 560px;
  margin: 0 auto 36px;
}


/* ══════════════════════════════════════════════ CONTACT PAGE ══ */

/* Full-bleed hero */
#DivIndexInclude > div[class="contact"] { margin: 0 !important; }

/* ── Hero ── */
#DivIncludeContactHero {
  background: var(--navy-900);
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 14vw, 150px) clamp(20px, 6vw, 80px) clamp(70px, 10vw, 110px);
  text-align: center;
}
#DivIncludeContactHero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 65% at 15% 55%, rgba(200,160,74,.07) 0%, transparent 70%),
    radial-gradient(ellipse 45% 55% at 85% 35%, rgba(200,160,74,.05) 0%, transparent 70%);
  pointer-events: none;
}
.cnt-hero-inner {
  position: relative;
  max-width: 680px;
  margin: 0 auto;
}
#DivIncludeContactHero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.08;
  color: var(--stone-50);
  margin: 0 0 22px;
}
#DivIncludeContactHero h1 em {
  font-style: italic;
  color: var(--gold-400);
}
.cnt-hero-sub {
  font-size: clamp(.95rem, 1.8vw, 1.1rem);
  color: rgba(250,249,246,.6);
  line-height: 1.75;
  font-weight: 300;
  max-width: 520px;
  margin: 0 auto;
}

/* ── Body ── */
#DivIncludeContactBody {
  background: var(--stone-100);
  padding: clamp(56px, 9vw, 96px) clamp(20px, 6vw, 80px);
}
.cnt-body-inner {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: clamp(36px, 5vw, 72px);
  align-items: start;
}

/* ── Info sidebar ── */
.cnt-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: sticky;
  top: calc(var(--nav-h) + 24px);
}
.cnt-info-card {
  background: var(--color-surface);
  border-radius: 12px;
  padding: 22px 20px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  box-shadow: var(--shadow-card);
  transition: box-shadow .3s ease, transform .3s ease;
}
.cnt-info-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-2px);
}
.cnt-info-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: rgba(200,160,74,.1);
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cnt-info-icon svg {
  width: 18px;
  height: 18px;
  stroke: var(--gold-500);
}
.cnt-info-label {
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--gold-600);
  font-weight: 600;
  margin-bottom: 6px;
}
.cnt-info-value {
  font-size: .92rem;
  color: var(--navy-800);
  line-height: 1.6;
}
.cnt-info-muted {
  color: var(--stone-500);
  font-size: .83rem;
}
.cnt-info-link {
  font-size: .92rem;
  color: var(--gold-500);
  text-decoration: none;
  transition: color .2s;
}
.cnt-info-link:hover { color: var(--gold-400); text-decoration: underline; }

/* ── Form card ── */
.cnt-form-wrap {
  background: var(--color-surface);
  border-radius: 16px;
  padding: clamp(28px, 4vw, 48px);
  box-shadow: var(--shadow-card);
}
.cnt-form-header { margin-bottom: 32px; }
.cnt-form-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.3rem);
  font-weight: 600;
  color: var(--navy-800);
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 8px;
}
.cnt-form-sub {
  font-size: .88rem;
  color: var(--stone-500);
  line-height: 1.65;
  margin: 0;
}

/* ── Fields ── */
.cnt-form { display: flex; flex-direction: column; gap: 24px; }
.cnt-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.cnt-field { display: flex; flex-direction: column; gap: 7px; }
.cnt-label {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .09em;
  font-weight: 600;
  color: var(--navy-800);
}
.cnt-opt {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: var(--stone-400);
  font-size: .75rem;
  margin-left: 5px;
}
.cnt-input,
.cnt-textarea {
  width: 100%;
  background: var(--stone-50);
  border: 1.5px solid var(--stone-200);
  border-radius: 8px;
  padding: 11px 14px;
  font-family: 'DM Sans', sans-serif;
  font-size: .95rem;
  color: var(--navy-800);
  outline: none;
  transition: border-color .25s ease, box-shadow .25s ease, background .2s;
  -webkit-appearance: none;
  box-sizing: border-box;
}
.cnt-input::placeholder,
.cnt-textarea::placeholder { color: var(--stone-400); }
.cnt-input:focus,
.cnt-textarea:focus {
  border-color: var(--gold-500);
  box-shadow: 0 0 0 3px rgba(200,160,74,.13);
  background: #fff;
}
.cnt-textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.65;
}

/* ── Honeypot (off-screen, invisible to humans) ── */
.cnt-honeypot {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}

/* ── Submit button ── */
.cnt-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--gold-500);
  color: var(--navy-900);
  border: none;
  border-radius: 8px;
  padding: 13px 26px;
  font-family: 'DM Sans', sans-serif;
  font-size: .88rem;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .25s ease, transform .2s ease, box-shadow .25s ease;
}
.cnt-submit:hover {
  background: var(--gold-400);
  transform: translateY(-1px);
  box-shadow: 0 8px 28px -4px rgba(200,160,74,.4);
}
.cnt-submit:active { transform: none; }
.cnt-submit:disabled {
  opacity: 0.38;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}
.cnt-submit-arrow {
  width: 15px;
  height: 15px;
  transition: transform .25s ease;
}
.cnt-submit:hover .cnt-submit-arrow { transform: translate(2px, -2px); }

/* ── Success state ── */
.cnt-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 16px 0 8px;
}
.cnt-success-icon {
  width: 56px;
  height: 56px;
  background: rgba(200,160,74,.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.cnt-success-icon svg {
  width: 26px;
  height: 26px;
  stroke: var(--gold-500);
}
.cnt-success-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  font-weight: 600;
  color: var(--navy-800);
  letter-spacing: -0.02em;
  margin: 0 0 10px;
}
.cnt-success-sub {
  font-size: .9rem;
  color: var(--stone-500);
  line-height: 1.7;
  margin: 0 0 28px;
  max-width: 420px;
}
.cnt-success-details {
  width: 100%;
  text-align: left;
  background: var(--stone-50);
  border: 1px solid var(--stone-200);
  border-radius: 10px;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.cnt-success-row {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  align-items: baseline;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--stone-200);
}
.cnt-success-row:last-child { border-bottom: none; padding-bottom: 0; }
.cnt-success-row-msg { align-items: start; }
.cnt-success-key {
  font-size: .72rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: 600;
  color: var(--gold-600);
}
.cnt-success-val {
  font-size: .88rem;
  color: var(--navy-800);
  line-height: 1.65;
}

/* ── Contact responsive ── */
@media only screen and (max-width: 860px) {
  .cnt-body-inner { grid-template-columns: 1fr; }
  .cnt-info { position: static; flex-direction: row; flex-wrap: wrap; }
  .cnt-info.msg-sent { order: 2; }
  .cnt-info-card { flex: 1; min-width: 200px; }
}
@media only screen and (max-width: 560px) {
  .cnt-field-row { grid-template-columns: 1fr; }
  .cnt-info { flex-direction: column; }
  .cnt-info-card { flex: none; }
}
@media only screen and (max-width: 480px) {
  .cnt-form-wrap { padding: 22px; }
  .cnt-success-row { grid-template-columns: 76px 1fr; }
}


/* ══════════════════════════════════════════ LEGAL NOTICE PAGE ══ */

/* Full-bleed hero */
#DivIndexInclude > div[class="legal-notice"],
#DivIndexInclude > div[class="general-terms-and-conditions"] { margin: 0 !important; }

/* ── GTC-specific additions ── */
.gtc-updated {
  font-size: .8rem;
  color: rgba(250,249,246,.4);
  letter-spacing: .06em;
  text-transform: uppercase;
  margin: 12px 0 0;
}
.gtc-preamble {
  font-style: italic;
  color: var(--stone-500);
  border-left: 3px solid var(--gold-500);
  padding-left: 16px;
}
.gtc-text {
  font-size: .88rem;
  line-height: 1.78;
  color: var(--stone-600);
  text-align: justify;
}
.gtc-text p { margin: 0 0 12px; }
.gtc-text p:last-child { margin-bottom: 0; }
.gtc-text ul {
  margin: 10px 0 10px 0;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.gtc-text li {
  list-style: disc;
  padding-left: 4px;
}
.gtc-text strong { color: var(--navy-800); font-weight: 600; }

/* ── Hero ── */
#DivIncludeLegalHero {
  background: var(--navy-900);
  position: relative;
  overflow: hidden;
  padding: clamp(80px, 12vw, 120px) clamp(20px, 6vw, 80px) clamp(60px, 9vw, 90px);
  text-align: center;
}
#DivIncludeLegalHero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 50% 60%, rgba(200,160,74,.06) 0%, transparent 70%);
  pointer-events: none;
}
.ln-hero-inner { position: relative; max-width: 640px; margin: 0 auto; }
#DivIncludeLegalHero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.4rem, 5.5vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--stone-50);
  margin: 0;
}

/* ── Body ── */
#DivIncludeLegalBody {
  background: var(--stone-100);
  padding: clamp(48px, 8vw, 80px) clamp(20px, 6vw, 80px);
}
.ln-inner {
  max-width: 780px;
  margin: 0 auto;
  background: var(--color-surface);
  border-radius: 16px;
  box-shadow: var(--shadow-card);
  overflow: hidden;
}

/* ── Sections ── */
.ln-section {
  padding: clamp(32px, 5vw, 48px) clamp(28px, 5vw, 52px);
}
.ln-section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.4rem, 2.5vw, 1.9rem);
  font-weight: 600;
  color: var(--navy-800);
  letter-spacing: -0.02em;
  margin: 0 0 24px;
}

/* Gold divider between sections */
.ln-inner > .gold-rule {
  margin: 0 clamp(28px, 5vw, 52px);
  height: 1px;
  background: linear-gradient(90deg, var(--gold-500) 0%, rgba(200,160,74,.15) 100%);
  border: none;
}

/* ── Company info grid ── */
.ln-grid {
  display: grid;
  grid-template-columns: minmax(160px, 220px) 1fr;
  gap: 0;
}
.ln-label,
.ln-value {
  padding: 10px 0;
  border-bottom: 1px solid var(--stone-200);
  font-size: .9rem;
  line-height: 1.5;
  display: flex;
  align-items: baseline;
}
.ln-label {
  color: var(--gold-600);
  font-weight: 600;
  font-size: .78rem;
  text-transform: uppercase;
  letter-spacing: .07em;
  padding-right: 20px;
}
.ln-value { color: var(--navy-800); }
.ln-grid > :nth-last-child(1),
.ln-grid > :nth-last-child(2) { border-bottom: none; }

/* ── Hosting address ── */
.ln-address-block p {
  margin: 0 0 4px;
  font-size: .95rem;
  color: var(--navy-800);
  line-height: 1.6;
}
.ln-address-block p:last-child { margin-bottom: 0; }

/* ── Data paragraphs ── */
.ln-note {
  font-size: .9rem;
  color: var(--stone-600);
  line-height: 1.7;
  margin: 0 0 10px;
}
.ln-note:last-child { margin-bottom: 0; }

/* ── Responsive ── */
@media only screen and (max-width: 560px) {
  .ln-grid { grid-template-columns: 1fr; }
  .ln-label { border-bottom: none; padding-bottom: 2px; }
  .ln-value { padding-top: 0; }
  .ln-grid > :nth-last-child(1) { border-bottom: none; }
  .ln-grid > :nth-last-child(2) { border-bottom: 1px solid var(--stone-200); }
}


/* ══════════════════════════════════════════════ SUPPORT PAGE ══ */

#DivIndexInclude > div[class="support"] { margin: 0 !important; }

/* ── Hero ── */
#DivIncludeSupportHero {
  background: var(--navy-900);
  position: relative;
  overflow: hidden;
  padding: clamp(90px, 14vw, 150px) clamp(20px, 6vw, 80px) clamp(70px, 10vw, 110px);
  text-align: center;
}
#DivIncludeSupportHero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 70% at 15% 60%, rgba(200,160,74,.07) 0%, transparent 70%),
    radial-gradient(ellipse 50% 65% at 85% 35%, rgba(200,160,74,.05) 0%, transparent 70%);
  pointer-events: none;
}
.sup-hero-inner { position: relative; max-width: 680px; margin: 0 auto; }
#DivIncludeSupportHero h1 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.8rem, 7vw, 5rem);
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.08;
  color: var(--stone-50);
  margin: 0 0 22px;
}
#DivIncludeSupportHero h1 em { font-style: italic; color: var(--gold-400); }
.sup-hero-sub {
  font-size: clamp(.95rem, 1.8vw, 1.1rem);
  color: rgba(250,249,246,.6);
  line-height: 1.75;
  font-weight: 300;
  max-width: 520px;
  margin: 0 auto;
}

/* ── Body ── */
#DivIncludeSupportBody {
  background: var(--stone-100);
  padding: clamp(52px, 8vw, 88px) clamp(20px, 6vw, 80px);
}
.sup-inner {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: clamp(40px, 6vw, 60px);
}

/* ── Category heading ── */
.sup-cat-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.25rem, 2.2vw, 1.65rem);
  font-weight: 600;
  color: var(--navy-800);
  letter-spacing: -0.02em;
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--gold-500);
  display: inline-block;
}

/* ── FAQ accordion ── */
.sup-faq-list {
  display: flex;
  flex-direction: column;
  background: var(--color-surface);
  border: 1px solid var(--stone-200);
  border-radius: 12px;
  box-shadow: var(--shadow-card);
  overflow: hidden;
}
.sup-item { border-bottom: 1px solid var(--stone-200); }
.sup-item:last-child { border-bottom: none; }
.sup-item[open] { background: var(--stone-50); }
.sup-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 17px 22px;
  cursor: pointer;
  list-style: none;
  font-family: 'DM Sans', sans-serif;
  font-size: .93rem;
  font-weight: 500;
  color: var(--navy-800);
  transition: background .15s ease;
  user-select: none;
  -webkit-user-select: none;
}
.sup-question::-webkit-details-marker { display: none; }
.sup-question::marker { display: none; }
.sup-question:hover { background: rgba(200,160,74,.05); }
.sup-item[open] > .sup-question { color: var(--gold-600); font-weight: 600; }
.sup-chevron {
  width: 17px;
  height: 17px;
  flex-shrink: 0;
  color: var(--stone-400);
  transition: transform .28s cubic-bezier(0.34,1.56,0.64,1), color .2s ease;
}
.sup-item[open] .sup-chevron { transform: rotate(180deg); color: var(--gold-500); }
.sup-answer {
  padding: 4px 22px 20px;
  border-top: 1px solid var(--stone-200);
}
.sup-answer p { margin: 0; font-size: .88rem; line-height: 1.78; color: var(--stone-600); text-align: justify; }

/* ── Bottom CTA ── */
.sup-cta {
  background: var(--navy-900);
  border-radius: 16px;
  padding: clamp(32px, 5vw, 52px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.sup-cta-icon {
  width: 48px;
  height: 48px;
  background: rgba(200,160,74,.12);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sup-cta-icon svg { width: 22px; height: 22px; stroke: var(--gold-500); }
.sup-cta-text {
  font-size: clamp(.9rem, 1.6vw, 1rem);
  color: rgba(250,249,246,.65);
  line-height: 1.65;
  max-width: 440px;
  margin: 0;
}


/* ═══════════════════════════════════════════════ SITEMAP PAGE ══ */

#DivIndexInclude > div[class="sitemap"] { margin: 0 !important; }

#DivIncludeSitemapBody {
  background: var(--stone-100);
  padding: clamp(48px, 8vw, 80px) clamp(20px, 6vw, 80px);
}
.smap-grid {
  max-width: var(--content-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.5vw, 28px);
  align-items: start;
}
.smap-card {
  background: var(--color-surface);
  border-radius: 12px;
  padding: 28px 24px;
  box-shadow: var(--shadow-card);
  transition: box-shadow .3s ease, transform .3s ease;
}
.smap-card:hover {
  box-shadow: var(--shadow-card-hover);
  transform: translateY(-2px);
}
.smap-card-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--navy-800);
  letter-spacing: -0.01em;
  margin: 0 0 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--gold-500);
  display: block;
}
.smap-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.smap-link {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: .88rem;
  font-weight: 400;
  color: var(--navy-800);
  text-decoration: none;
  padding: 4px 0;
  transition: color .2s ease, gap .2s ease;
}
.smap-link:hover { color: var(--gold-500); gap: 12px; }
.smap-arrow {
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  stroke: currentColor;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s ease;
}
.smap-link:hover .smap-arrow { transform: translateX(2px); }

@media only screen and (max-width: 900px) { .smap-grid { grid-template-columns: repeat(2, 1fr); } }
@media only screen and (max-width: 560px) { .smap-grid { grid-template-columns: 1fr; } }
