/* StrackaGolf homepage — homeband7 adapted for production.
   Production homepage band styles. Hero photo: /img/hero/suite-bg.jpg */
:root {
  --sg-forest: #377B3B;
  --sg-navy: #030059;
  --sg-white: #FFFFFF;
  --sg-tint: #EBF2EB;
  --sg-hover: #F3F7F3;
  --sg-line: #D3E2D4;
  --sg-ink: #1A241C;
  --sg-muted: #5A6B5E;
  --sg-max: 1160px;
  --sg-pad: 24px;
  --sg-radius: 12px;
  --sg-shadow: 0 10px 30px rgba(3, 0, 89, 0.08);
}

.sg-mock {
  font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
  color: var(--sg-ink);
  background: var(--sg-white);
  line-height: 1.6;
  font-size: 16.5px;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
.sg-mock *,
.sg-mock *::before,
.sg-mock *::after { box-sizing: border-box; }
.sg-mock img { max-width: 100%; height: auto; display: block; }
.sg-mock a { color: var(--sg-forest); text-decoration: none; }
.sg-mock a:hover { color: var(--sg-navy); }
.sg-mock h1, .sg-mock h2, .sg-mock h3, .sg-mock h4, .sg-mock h5 {
  font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: var(--sg-navy);
  margin: 0 0 0.6em;
  letter-spacing: -0.02em;
  text-transform: none;
}
.sg-mock p { margin: 0 0 1em; }
.sg-wrap { width: min(var(--sg-max), calc(100% - var(--sg-pad) * 2)); margin: 0 auto; }

/* Consumer header */
.sg-header {
  position: sticky; top: 0; z-index: 15;
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--sg-line);
}
.sg-header-inner {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 76px; gap: 20px;
  width: min(var(--sg-max), calc(100% - var(--sg-pad) * 2));
  margin: 0 auto;
  position: relative;
}
.sg-logo img { height: 42px; width: auto; }
.sg-nav { display: flex; gap: 28px; align-items: center; }
.sg-nav a {
  color: var(--sg-navy);
  font-weight: 600;
  font-size: 15px;
}
.sg-nav a:hover { color: var(--sg-forest); }
.sg-nav-cta {
  background: var(--sg-forest);
  color: #fff !important;
  padding: 8px 16px;
  border-radius: 999px;
}
.sg-nav-cta:hover { background: var(--sg-navy); color: #fff !important; }
.sg-menu-btn {
  display: none; background: none; border: 1px solid var(--sg-line);
  border-radius: 8px; padding: 8px 10px; cursor: pointer;
}
.sg-menu-btn span { display: block; width: 18px; height: 2px; background: var(--sg-navy); margin: 3px 0; }

/* Buttons */
.sg-btn {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 12px 18px; border-radius: 9px; font-weight: 600; font-size: 15px;
  border: 0; cursor: pointer; text-decoration: none;
  background: var(--sg-forest); color: #fff !important;
}
.sg-btn:hover { background: var(--sg-navy); color: #fff !important; }
.sg-btn.ghost {
  background: transparent; color: var(--sg-navy) !important;
  border: 1px solid var(--sg-line);
}
.sg-btn.ghost:hover { background: var(--sg-hover); }
.sg-btn.navy { background: var(--sg-navy); }
.sg-btn.navy:hover { background: var(--sg-forest); }
.sg-btn.lg { padding: 14px 22px; font-size: 16px; }

/* Home top band — Bridges photo from logo/nav through B2B */
.sg-home { background: transparent; }
.sg-home .sg-header {
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-bottom: none;
}
.sg-top-band {
  position: relative;
  isolation: isolate;
  background: #87a8c4 url("/img/hero/suite-bg.jpg?v=sky1") center top / cover no-repeat;
}
.sg-top-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.02) 0%,
    rgba(255,255,255,0.04) 18%,
    rgba(255,255,255,0.10) 62%,
    rgba(255,255,255,0.22) 86%,
    rgba(255,255,255,0.92) 100%
  );
  z-index: 0;
  pointer-events: none;
}
.sg-top-band > * { position: relative; z-index: 1; }

/* Home suite — sits on the shared band photo */
.sg-suite {
  position: relative;
  isolation: isolate;
  background: transparent;
  color: var(--sg-navy);
  padding: 12px 0 8px;
  text-align: center;
}
.sg-suite .sg-wrap { position: relative; z-index: 1; }

.sg-below { background: #fff; }
.sg-suite-intro {
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 10px;
  padding: 6px 14px 6px;
  max-width: 34rem;
  width: fit-content;
  margin: 0 auto 10px;
  box-shadow: 0 6px 18px rgba(11, 31, 58, 0.10);
  text-align: center;
}
.sg-suite-title {
  font-size: clamp(17px, 2.05vw, 24px);
  margin: 0 auto 4px;
  line-height: 1.15;
  white-space: normal;
  max-width: none;
}
.sg-h1-break { display: block; }
.sg-suite-bullets { list-style: none; padding: 0; margin: 0 auto 4px; max-width: 32rem; text-align: left; }
.sg-suite-bullets li {
  position: relative; padding-left: 1.4em; margin: 0 0 2px;
  font-weight: 600; color: var(--sg-navy); font-size: 13.5px; line-height: 1.3;
}
.sg-suite-bullets li::before {
  content: ""; position: absolute; left: 0; top: 0.48em;
  width: 0.45em; height: 0.45em; border-radius: 50%; background: var(--sg-forest);
}
.sg-suite-closer {
  margin: 14px auto 1px;
  text-align: center;
  font-weight: 700;
  color: var(--sg-navy);
  font-size: 15px;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.sg-pills {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 4px 5px;
  margin: 0 auto;
}
.sg-pill-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  flex: 0 0 auto;
}
.sg-pill-arrow {
  color: var(--sg-forest);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.sg-pill {
  border: 1px solid rgba(3, 0, 89, 0.18);
  color: var(--sg-navy);
  background: var(--sg-tint);
  border-radius: 999px;
  padding: 3px 7px;
  font-size: 9.5px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  white-space: nowrap;
}

.sg-stats-bar { background: var(--sg-navy); padding: 8px 0; }
.sg-stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; }
.sg-stat-cell { text-align: center; padding: 4px 12px; border-right: 1px solid rgba(255,255,255,0.12); }
.sg-stat-cell:last-child { border-right: 0; }
.sg-stat-num { color: #EBF2EB; font-size: clamp(22px, 3vw, 32px); font-weight: 700; letter-spacing: -0.03em; line-height: 1.05; }
.sg-stat-label { color: #C9D4C9; text-transform: uppercase; font-size: 10px; letter-spacing: 0.1em; font-weight: 600; margin-top: 2px; }

.sg-section { padding: 40px 0; }
.sg-section.tight { padding: 22px 0; }
.sg-section.tint { background: var(--sg-tint); }
.sg-section.paper { background: #F5F6F7; }
.sg-kicker {
  color: var(--sg-forest);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.sg-muted { color: var(--sg-muted); }

.sg-section-head { max-width: 720px; margin-bottom: 32px; }
.sg-section-note {
  text-align: left;
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--sg-navy);
}
.sg-section-note a { color: var(--sg-forest); }
.sg-section-note a:hover { color: var(--sg-navy); }
.sg-seo-foot { margin-top: 28px; text-align: left; }
.sg-seo-foot .sg-section-note { margin: 0 0 8px; }

/* Compact thumb + banner row (vTour) */
.sg-tech { background: transparent; padding: 4px 0 8px; }
.sg-tech-line {
  display: flex;
  align-items: center;
  gap: 14px;
}
.sg-promo-row,
.sg-tech-promo {
  display: flex;
  align-items: stretch;
  gap: 12px;
}
.sg-promo-thumb,
.sg-tech-promo .sg-tech-photo {
  margin: 0;
  flex: 0 0 auto;
  width: 150px;
  height: 100px;
  min-height: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(3, 0, 89, 0.10);
  background: #111;
}
.sg-promo-thumb img,
.sg-tech-promo .sg-tech-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sg-promo-card,
.sg-tech-promo .sg-tech-card {
  flex: 1;
  min-width: 0;
  background: rgba(255,255,255,0.86);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 8px;
  padding: 8px 14px;
  box-shadow: 0 2px 8px rgba(3, 0, 89, 0.07);
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 100px;
}
.sg-below .sg-promo-card {
  background: #fff;
  border: 1px solid var(--sg-line);
}
.sg-promo-copy { min-width: 0; flex: 1; }
.sg-hero-kicker,
.sg-promo-card,
.sg-tech-promo .sg-tech-card {
  overflow: visible;
}
.sg-tech-promo .sg-tech-pin,
.sg-promo-card .sg-tech-pin,
.sg-tech-pin {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  object-fit: contain;
  object-position: center;
  flex: 0 0 40px;
  flex-shrink: 0;
  margin-bottom: 0;
  padding: 4px;
  border-radius: 0;
  background: transparent;
  box-sizing: border-box;
  overflow: visible;
  clip-path: none;
  display: block;
  line-height: 0;
}
.sg-promo-card h2,
.sg-tech-promo .sg-tech-card h2 {
  font-size: 18px;
  margin: 0 0 2px;
}
.sg-promo-card p,
.sg-tech-promo .sg-tech-card p {
  margin: 0;
  font-size: 13px;
  max-width: none;
  line-height: 1.35;
}
.sg-promo-card .sg-kicker,
.sg-tech-promo .sg-kicker { margin-bottom: 1px; }
.sg-promo-card .sg-btn {
  flex: 0 0 auto;
  padding: 8px 14px;
  font-size: 13px;
}
.sg-tech .sg-kicker { margin-bottom: 1px; }
.sg-top-band .sg-section { background: transparent; }
.sg-top-band .sg-section-head.compact {
  background: transparent;
  backdrop-filter: none;
  border-radius: 0;
  padding: 0;
  display: flex;
  box-shadow: none;
}
.sg-top-band #products .sg-section-head.compact.oneline,
.sg-top-band #solutions .sg-section-head.compact.oneline {
  background: rgba(255,255,255,0.86);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.7);
  border-radius: 8px;
  padding: 6px 14px;
  box-shadow: 0 2px 10px rgba(3, 0, 89, 0.07);
  display: inline-flex;
  width: auto;
  max-width: 100%;
  margin-bottom: 10px;
}

.sg-section-head.compact { max-width: none; margin-bottom: 6px; }
.sg-section-head.compact h2 { margin: 0; font-size: 20px; }
.sg-section-head.oneline {
  display: flex;
  align-items: baseline;
  flex-wrap: nowrap;
  gap: 0.4em;
}
.sg-section-head.oneline .sg-kicker {
  margin: 0;
  white-space: nowrap;
}
.sg-section-head.oneline .sg-kicker::after {
  content: " —";
  letter-spacing: 0;
  color: var(--sg-navy);
}
.sg-section-head.oneline h2 { margin: 0; font-size: 20px; }

/* Match live suite-grid density: 12px gap, screenshot on top */
.sg-tile-grid {
  display: grid;
  gap: 12px;
  align-items: stretch;
}
.sg-tile-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.sg-tile-grid.five { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.sg-tile {
  background: #fff;
  border: 1px solid var(--sg-line);
  border-radius: 10px;
  padding: 10px 12px 12px;
  color: inherit;
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: visible;
  text-align: left;
}
a.sg-tile:hover { border-color: var(--sg-forest); box-shadow: var(--sg-shadow); color: inherit; }
.sg-tile-shot {
  background: #fff;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.sg-tile-shot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.sg-tile-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 4px 2px;
  min-width: 0;
  overflow: visible;
}
.sg-tile-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  object-fit: contain;
  object-position: center;
  flex: 0 0 40px;
  flex-shrink: 0;
  padding: 4px;
  border-radius: 0;
  background: transparent;
  box-sizing: border-box;
  overflow: visible;
  clip-path: none;
  display: block;
  line-height: 0;
}
.sg-tile-copy { min-width: 0; }
.sg-tile h3 {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.25;
  letter-spacing: -0.01em;
}
.sg-tile p {
  margin: 2px 0 0;
  color: var(--sg-muted);
  font-size: 11.5px;
  line-height: 1.35;
}

.sg-vtour { background: #fff; padding: 12px 0 16px; }

/* Home un-box: tight bands, partners/footer keep their own rhythm */
.sg-home .sg-section,
.sg-home .sg-section.tight {
  padding: 14px 0;
}
.sg-home .sg-tech { padding: 4px 0 8px; }
.sg-home .sg-vtour { padding: 12px 0 16px; }
.sg-home .sg-tile-shot { border-radius: 8px; }
.sg-home a.sg-tile:hover { box-shadow: 0 4px 12px rgba(3, 0, 89, 0.08); }

.sg-vtour-split {
  display: flex;
  align-items: stretch;
  gap: 12px;
}

@media (max-width: 1100px) {
  .sg-tile-grid.four, .sg-tile-grid.five { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 980px) {
  .sg-promo-row, .sg-tech-promo, .sg-vtour-split { flex-wrap: wrap; }
  .sg-stats-row { grid-template-columns: 1fr 1fr; }
  .sg-tile-grid.four, .sg-tile-grid.five { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .sg-menu-btn { display: inline-block; }
  .sg-nav {
    display: none; position: absolute; right: var(--sg-pad); top: 76px;
    background: #fff; border: 1px solid var(--sg-line); border-radius: 10px;
    flex-direction: column; padding: 14px; min-width: 200px; box-shadow: var(--sg-shadow);
  }
  .sg-nav.open { display: flex; }
  .sg-stats-row,
  .sg-tile-grid.four, .sg-tile-grid.five { grid-template-columns: 1fr; }
  .sg-suite { padding: 10px 0 6px; }
  .sg-suite-intro { padding: 10px 14px 12px; max-width: calc(100% - 16px); margin-bottom: 14px; }
  .sg-suite-title { white-space: normal; font-size: 18px; line-height: 1.22; margin-bottom: 8px; }
  .sg-suite-closer { font-size: 14px; margin: 10px auto 6px; }
  .sg-suite-bullets { max-width: 100%; margin-bottom: 2px; }
  .sg-suite-bullets li { padding-left: 1.45em; font-size: 13.5px; line-height: 1.35; margin-bottom: 4px; }
  .sg-suite-intro { overflow: hidden; }
  .sg-pills { flex-wrap: nowrap; justify-content: space-between; gap: 1px 2px; width: 100%; max-width: 100%; }
  .sg-pill-item { gap: 2px; min-width: 0; }
  .sg-pill { font-size: 7.5px; padding: 2px 4px; letter-spacing: 0.01em; }
  .sg-pill-arrow { font-size: 8px; }
  .sg-home .sg-section,
  .sg-home .sg-section.tight { padding: 18px 0; }
  .sg-top-band #products .sg-section-head.compact.oneline,
  .sg-top-band #solutions .sg-section-head.compact.oneline {
    padding: 8px 14px;
    margin-bottom: 14px;
  }
  .sg-section-head.oneline h2,
  .sg-section-head.compact h2 { font-size: 13px; font-weight: 600; }
  .sg-tile { padding: 12px 14px 14px; }
  .sg-tile-shot { aspect-ratio: 4 / 3; }
  .sg-tile-meta { padding: 12px 2px 0; gap: 12px; }
  .sg-tile h3 { font-size: 17px; }
  .sg-tile p { font-size: 13.5px; line-height: 1.4; }
  .sg-logo img { height: 34px; }
  .sg-promo-thumb,
  .sg-tech-promo .sg-tech-photo { width: 110px; height: 88px; }
  .sg-promo-card,
  .sg-tech-promo .sg-tech-card { min-height: 88px; }
}
