/* ==========================================================================
   Got AI Hospitality - Elementor Custom Stylesheet
   All variables and classes are prefixed with `got-` to avoid theme conflicts.
   ========================================================================== */

:root {
  --got-bg: #FAF8F3;
  --got-bg-warm: #F3EFE6;
  --got-paper: #FFFFFF;
  --got-ink: #191713;
  --got-ink-soft: #3A372F;
  --got-muted: #76715F;
  --got-faint: #A29C8A;
  --got-line: rgba(25, 23, 19, 0.12);
  --got-line-soft: rgba(25, 23, 19, 0.07);
  --got-blue: #2438D6;
  --got-blue-soft: #7B91FF;
  --got-cyan: #8AE9FF;
  --got-brass: #A8824B;
  --got-green: #2E7D54;

  /* Dark section tokens */
  --got-dk-bg: #0A0A10;
  --got-dk-line: rgba(255, 255, 255, 0.09);
  --got-dk-line-strong: rgba(255, 255, 255, 0.16);
  --got-dk-glass: rgba(255, 255, 255, 0.04);
  --got-dk-muted: #9B9CB0;

  /* Typography */
  --got-serif: 'Fraunces', Georgia, serif;
  --got-sans: 'Inter Tight', system-ui, sans-serif;
  --got-label: 'Lexend Exa', 'Inter Tight', sans-serif;
}

/* Scoped Layout Reset inside .got-site wrapper to avoid breaking standard theme styles */
.got-site {
  color: var(--got-ink);
  font-family: var(--got-sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

.got-site ::selection {
  background: rgba(36, 56, 214, 0.15);
}

/* Global grain overlay */
.got-grain {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.4;
  mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 0.1 0 0 0 0 0.09 0 0 0 0 0.07 0 0 0 0.04 0'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Typography elements */
.got-site .got-eyebrow {
  font-family: var(--got-label);
  font-size: 10.5px;
  letter-spacing: .3em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--got-brass);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
}
.got-site .got-eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--got-brass);
}

.got-site h1, 
.got-site h2, 
.got-site h3 {
  font-family: var(--got-serif);
  font-weight: 400;
  letter-spacing: -.015em;
  line-height: 1.08;
}
.got-site h2 {
  font-size: clamp(36px, 4.8vw, 60px);
  margin-bottom: 20px;
}
.got-site em.got-lux {
  font-style: italic;
  font-weight: 300;
  color: var(--got-blue);
}
.got-site .got-sub {
  color: var(--got-muted);
  font-size: 18.5px;
  max-width: 540px;
  margin-bottom: 42px;
}

/* Custom Buttons Typography */
a.got-btn,
.got-btn a.elementor-button,
.got-btn .elementor-button-text {
  font-family: var(--got-sans) !important;
  font-weight: 600 !important;
}

/* Base styles for actual button elements */
a.got-btn,
.got-btn a.elementor-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  text-decoration: none !important;
  cursor: pointer !important;
  font-size: 15px !important;
  letter-spacing: .01em !important;
  padding: 16px 30px !important;
  border-radius: 2px !important;
  transition: all .3s ease !important;
  border: 1px solid transparent !important;
  width: auto !important;
}

/* Ensure SVG icons inherit text color and transition smoothly */
a.got-btn svg,
.got-btn a.elementor-button svg {
  fill: currentColor !important;
  color: currentColor !important;
  transition: fill 0.3s ease, color 0.3s ease !important;
}

/* Primary Ink Button (Dark color on Light background) */
a.got-btn-ink,
.got-btn-ink a.elementor-button {
  background: var(--got-ink) !important;
  color: var(--got-bg) !important;
}
a.got-btn-ink:hover,
.got-btn-ink a.elementor-button:hover {
  background: var(--got-blue) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 30px -12px rgba(36, 56, 214, 0.45) !important;
  color: #FFFFFF !important;
}

/* Light Ink Button (Light color on Dark background) */
a.got-btn-ink-light,
.got-btn-ink-light a.elementor-button {
  background: var(--got-bg) !important;
  color: var(--got-ink) !important;
}
a.got-btn-ink-light:hover,
.got-btn-ink-light a.elementor-button:hover {
  background: var(--got-blue) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 30px -12px rgba(36, 56, 214, 0.45) !important;
  color: #FFFFFF !important;
}

/* Secondary Line Button */
a.got-btn-line,
.got-btn-line a.elementor-button {
  border: 1px solid var(--got-line) !important;
  color: var(--got-ink) !important;
  background: transparent !important;
}
a.got-btn-line:hover,
.got-btn-line a.elementor-button:hover {
  border-color: var(--got-ink) !important;
  background: rgba(25, 23, 19, 0.02) !important;
  color: var(--got-ink) !important;
}

/* Arrow & Icon Slides */
a.got-btn .arrow,
.got-btn a.elementor-button .elementor-button-icon,
.got-btn a.elementor-button .elementor-button-icon i,
.got-btn a.elementor-button .elementor-button-icon svg {
  transition: transform .3s ease !important;
  display: inline-block !important;
}
a.got-btn:hover .arrow,
.got-btn a.elementor-button:hover .elementor-button-icon,
.got-btn a.elementor-button:hover .elementor-button-icon i,
.got-btn a.elementor-button:hover .elementor-button-icon svg {
  transform: translateX(4px) !important;
}

/* Nav scrolled effects */
.got-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  border-bottom: 1px solid transparent;
  transition: .35s;
}
.got-nav.scrolled {
  background: rgba(250, 248, 243, 0.88);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom-color: var(--got-line-soft);
}

/* Animations & Reveals */
.got-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity .9s cubic-bezier(.2, .65, .3, 1), transform .9s cubic-bezier(.2, .65, .3, 1);
}
.got-reveal.in {
  opacity: 1;
  transform: none;
}
.got-site .d1 { transition-delay: .1s; }
.got-site .d2 { transition-delay: .2s; }
.got-site .d3 { transition-delay: .3s; }
.got-site .d4 { transition-delay: .4s; }

/* --------------------------------------------------------------------------
   HERO / CHAT SIMULATOR
   -------------------------------------------------------------------------- */
.got-hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 70px;
  align-items: center;
}
@media (max-width: 960px) {
  .got-hero-grid {
    grid-template-columns: 1fr;
  }
}
.got-hero-proof {
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--got-faint);
  font-family: var(--got-label);
  font-size: 10px;
  letter-spacing: .22em;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 24px;
}
.got-hero-proof .dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--got-green);
  animation: gotPulse 2s infinite;
}
@keyframes gotPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: .35; }
}

.got-chat-shell {
  position: relative;
}
.got-chat-shell::before {
  content: "";
  position: absolute;
  inset: -10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(36, 56, 214, 0.14), transparent 65%);
  filter: blur(40px);
  pointer-events: none;
}
.got-chat-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, #15161F, #0C0D14);
  box-shadow: 0 40px 90px -32px rgba(25, 23, 19, 0.5), 0 0 70px -30px rgba(36, 56, 214, 0.4);
  transform: rotate(1deg);
  color: #F2F2F7;
}
.got-chat-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--got-dk-line);
}
.got-chat-avatar {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: linear-gradient(135deg, #4D6BFE, #7B4DFE);
  display: grid;
  place-items: center;
  font-size: 16px;
}
.got-chat-head .name {
  font-weight: 600;
  font-size: 14px;
}
.got-chat-head .status {
  font-size: 12px;
  color: #3FE08F;
  display: flex;
  align-items: center;
  gap: 6px;
}
.got-chat-head .status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3FE08F;
}
.got-chat-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 320px;
}
.got-msg {
  max-width: 84%;
  padding: 12px 16px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .5s, transform .5s;
}
.got-msg.show {
  opacity: 1;
  transform: none;
}
.got-msg.guest {
  align-self: flex-end;
  background: linear-gradient(135deg, #4D6BFE, #3B4FD6);
  border-bottom-right-radius: 4px;
  color: #FFFFFF;
}
.got-msg.ai {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--got-dk-line);
  border-bottom-left-radius: 4px;
  color: #D9DAE6;
}
.got-typing {
  align-self: flex-start;
  display: none;
  gap: 5px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--got-dk-line);
  border-radius: 16px;
  border-bottom-left-radius: 4px;
}
.got-typing.show {
  display: flex;
}
.got-typing i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--got-dk-muted);
  animation: gotBob 1.2s infinite;
}
.got-typing i:nth-child(2) { animation-delay: .15s; }
.got-typing i:nth-child(3) { animation-delay: .3s; }
@keyframes gotBob {
  0%, 60%, 100% { transform: none; opacity: .4; }
  30% { transform: translateY(-5px); opacity: 1; }
}
.got-lead-toast {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 20px 20px;
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 13px;
  background: rgba(63, 224, 143, 0.08);
  border: 1px solid rgba(63, 224, 143, 0.25);
  color: #9FF2C9;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity .5s, transform .5s;
}
.got-lead-toast.show {
  opacity: 1;
  transform: none;
}
.got-lead-toast b {
  color: #CFFAE3;
}

/* --------------------------------------------------------------------------
   MARQUEE
   -------------------------------------------------------------------------- */
.got-strip {
  border-top: 1px solid var(--got-line-soft);
  border-bottom: 1px solid var(--got-line-soft);
  padding: 24px 0;
  overflow: hidden;
  background: var(--got-paper);
}
.got-marquee {
  display: flex;
  gap: 70px;
  width: max-content;
  animation: gotScrollMarquee 32s linear infinite;
}
.got-marquee span {
  font-family: var(--got-label);
  font-size: 10.5px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--got-faint);
  display: flex;
  align-items: center;
  gap: 70px;
  white-space: nowrap;
  font-weight: 500;
}
.got-marquee em {
  font-style: normal;
  color: var(--got-brass);
}
@keyframes gotScrollMarquee {
  to { transform: translateX(-50%); }
}

/* --------------------------------------------------------------------------
   PROBLEM ROWS (LEDGER)
   -------------------------------------------------------------------------- */
.got-problem-rows {
  margin-top: 64px;
  border-top: 1px solid var(--got-line);
}
.got-problem-row {
  display: grid;
  grid-template-columns: 120px 220px 1fr;
  gap: 34px;
  align-items: baseline;
  padding: 38px 0 !important;
  border-bottom: 1px solid var(--got-line);
  transition: background 0.3s ease, padding-left 0.3s ease !important;
}
@media (max-width: 880px) {
  .got-problem-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.got-problem-row:hover {
  background: rgba(255, 255, 255, 0.6) !important;
  padding-left: 14px !important;
}
.got-problem-row .got-no {
  font-family: var(--got-serif);
  font-style: italic;
  font-size: 15px;
  color: var(--got-brass);
}
.got-problem-row .got-big {
  font-family: var(--got-serif);
  font-size: 44px;
  letter-spacing: -.02em;
  line-height: 1;
}
.got-problem-row .got-big.blue {
  color: var(--got-blue);
}
.got-problem-row p {
  color: var(--got-muted);
  font-size: 16px;
  max-width: 520px;
  margin: 0;
}
.got-problem-row p b {
  color: var(--got-ink);
  font-weight: 600;
}

/* --------------------------------------------------------------------------
   GEO-AWARE PRICING
   -------------------------------------------------------------------------- */
.got-price-container {
  max-width: 920px;
  margin: 0 auto;
}
.got-anchor-line {
  max-width: 660px;
  margin: 4px auto 0;
  color: var(--got-muted);
  font-size: 17.5px;
  line-height: 1.6;
  text-align: center;
}
.got-anchor-line b {
  color: var(--got-ink);
  font-weight: 600;
}
.got-price-single {
  max-width: 540px;
  margin: 52px auto 0;
  text-align: left;
}
.got-price-single .got-price-card {
  border: 1px solid var(--got-line);
}
.got-price-fineprint {
  margin-top: 16px;
  font-size: 12.5px;
  color: rgba(25, 23, 19, 0.45);
  text-align: center;
  position: relative;
}
.got-region-bar {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.got-region-hint {
  font-size: 13.5px;
  color: var(--got-faint);
  margin-right: 8px;
}
.got-region-hint b {
  color: var(--got-ink-soft);
  font-weight: 600;
}
.got-region-bar button {
  font-family: var(--got-label);
  font-size: 9.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 9px 15px;
  background: transparent;
  border: 1px solid var(--got-line);
  color: var(--got-muted);
  cursor: pointer;
  border-radius: 2px;
  transition: .2s;
}
.got-region-bar button:hover {
  border-color: var(--got-ink) !important;
  color: var(--got-ink) !important;
  background-color: transparent !important;
  background: transparent !important;
}
.got-region-bar button.active {
  border-color: var(--got-ink);
  background: var(--got-ink);
  color: var(--got-bg);
}

/* Pricing Grid Cards (Single Ink Card & Standard Pricing layout) */
.got-price-card {
  padding: 54px 48px;
  background: var(--got-paper);
}
.got-price-card.ink {
  background: var(--got-dk-bg);
  color: var(--got-bg);
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid var(--got-dk-line);
}
.got-price-card.ink::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -80px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: rgba(77, 107, 254, 0.25);
  filter: blur(70px);
  pointer-events: none;
}
.got-price-card .region {
  font-family: var(--got-label);
  font-size: 10px;
  letter-spacing: .28em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--got-brass);
  margin-bottom: 24px;
}
.got-price-card.ink .region {
  color: var(--got-blue-soft);
}
.got-price-card .amount,
.got-price-amount {
  font-family: var(--got-serif);
  font-size: 58px;
  letter-spacing: -.02em;
  line-height: 1;
  position: relative;
}
.got-price-card .amount small,
.got-price-amount small {
  font-family: var(--got-sans);
  font-size: 16px;
  color: var(--got-faint);
  letter-spacing: 0;
}
.got-price-card .annual {
  margin-top: 10px;
  font-size: 14px;
  color: var(--got-faint);
  position: relative;
}
.got-price-card .annual b {
  color: var(--got-green);
  font-weight: 600;
}
.got-price-card.ink .annual b {
  color: #7FD6A8;
}
.got-price-card ul {
  list-style: none;
  margin: 34px 0 38px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: relative;
  padding: 0;
}
.got-price-card li {
  font-size: 15px;
  display: flex;
  gap: 12px;
  color: var(--got-ink-soft);
  line-height: 1.4;
}
.got-price-card.ink li {
  color: rgba(250, 248, 243, 0.82);
}
.got-price-card li::before {
  content: "—";
  color: var(--got-brass);
  flex-shrink: 0;
}
.got-price-card.ink li::before {
  color: var(--got-blue-soft);
}
.got-price-card .got-btn {
  width: 100% !important;
  justify-content: center !important;
  position: relative;
}
.got-price-card a.got-btn,
.got-price-card .got-btn a.elementor-button {
  width: 100% !important;
}
.got-price-card.ink .got-btn-ink,
.got-price-card.ink .got-btn-ink .elementor-button,
.got-price-card.ink .got-btn-ink-light,
.got-price-card.ink .got-btn-ink-light .elementor-button {
  background: var(--got-bg) !important;
  color: var(--got-ink) !important;
}
.got-price-card.ink .got-btn-ink:hover,
.got-price-card.ink .got-btn-ink:hover .elementor-button,
.got-price-card.ink .got-btn-ink-light:hover,
.got-price-card.ink .got-btn-ink-light:hover .elementor-button {
  background: var(--got-blue) !important;
  color: #FFFFFF !important;
}

/* --------------------------------------------------------------------------
   DARK PRODUCT BAND & BENTO GRID
   -------------------------------------------------------------------------- */
.got-dark-band {
  background: var(--got-dk-bg);
  color: #F2F2F7;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(25, 23, 19, 0.2);
  border-bottom: 1px solid rgba(25, 23, 19, 0.2);
}
.got-dark-band .grid-lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 0%, black 30%, transparent 75%);
}
.got-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(110px);
  pointer-events: none;
}
.got-dark-band .got-eyebrow {
  color: var(--got-blue-soft);
}
.got-dark-band .got-eyebrow::before {
  background: var(--got-blue-soft);
}
.got-dark-band h2 {
  color: #F2F2F7;
}
.got-dark-band em.got-lux {
  background: linear-gradient(110deg, #fff 15%, var(--got-blue-soft) 55%, var(--got-cyan) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.got-dark-band .got-sub {
  color: var(--got-dk-muted);
}

.got-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
  margin-top: 56px;
}
.got-b-card {
  border: 1px solid var(--got-dk-line);
  border-radius: 18px;
  padding: 36px 32px;
  position: relative !important;
  overflow: hidden !important;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.008));
  transition: border-color 0.3s;
}
.got-b-card:hover {
  border-color: rgba(123, 145, 255, 0.4);
}
.got-b-card::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
  background: radial-gradient(420px circle at var(--mx, 50%) var(--my, 0%), rgba(77, 107, 254, 0.12), transparent 60%);
}
.got-b-card:hover::after {
  opacity: 1;
}

.got-span-7 { grid-column: span 7; }
.got-span-5 { grid-column: span 5; }
.got-span-4 { grid-column: span 4; }

@media (max-width: 880px) {
  .got-span-7, .got-span-5, .got-span-4 {
    grid-column: span 12;
  }
}

.got-b-icon {
  width: 44px;
  height: 44px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  font-size: 19px;
  margin-bottom: 22px;
  background: rgba(77, 107, 254, 0.12);
  border: 1px solid rgba(77, 107, 254, 0.3);
  color: var(--got-blue-soft);
}
.got-b-card h3 {
  font-family: var(--got-sans);
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.got-b-card p {
  color: var(--got-dk-muted);
  font-size: 15.5px;
  max-width: 480px;
  margin: 0;
}
.got-b-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}
.got-b-tags span {
  font-family: var(--got-label);
  font-size: 9.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: 8px 13px;
  border-radius: 100px;
  border: 1px solid var(--got-dk-line-strong);
  color: var(--got-dk-muted);
}

.got-mini-dash {
  margin-top: 26px;
  border: 1px solid var(--got-dk-line);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
}
.got-mini-dash .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 18px;
  border-bottom: 1px solid var(--got-dk-line);
  font-size: 13.5px;
}
.got-mini-dash .row:last-child {
  border-bottom: none;
}
.got-mini-dash b {
  display: block;
  font-weight: 600;
  color: #FFFFFF;
}
.got-mini-dash small {
  color: #62637A;
  font-size: 12px;
}
.got-pill {
  font-family: var(--got-label);
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 5px 11px;
  border-radius: 100px;
}
.got-pill.room {
  background: rgba(77, 107, 254, 0.14);
  color: #A7B6FF;
  border: 1px solid rgba(77, 107, 254, 0.3);
}
.got-pill.event {
  background: rgba(255, 196, 107, 0.1);
  color: #FFD699;
  border: 1px solid rgba(255, 196, 107, 0.25);
}
.got-pill.dining {
  background: rgba(63, 224, 143, 0.1);
  color: #9FF2C9;
  border: 1px solid rgba(63, 224, 143, 0.25);
}

/* --------------------------------------------------------------------------
   STATS (LIGHT, SERIF)
   -------------------------------------------------------------------------- */
.got-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  border-bottom: 1px solid var(--got-line);
}
@media (max-width: 760px) {
  .got-stats {
    grid-template-columns: 1fr;
  }
}
.got-stat {
  padding: 70px 20px;
  border-right: 1px solid var(--got-line);
}
.got-stat:last-child {
  border-right: none;
}
@media (max-width: 760px) {
  .got-stat {
    border-right: none;
    border-bottom: 1px solid var(--got-line);
  }
  .got-stat:last-child {
    border-bottom: none;
  }
}
.got-stat .num {
  font-family: var(--got-serif);
  font-size: clamp(56px, 6.5vw, 88px);
  letter-spacing: -.03em;
  line-height: 1;
}
.got-stat .num i {
  font-style: italic;
  color: var(--got-blue);
}
.got-stat .lbl {
  font-family: var(--got-label);
  font-size: 10px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--got-faint);
  margin-top: 16px;
  font-weight: 600;
}

/* --------------------------------------------------------------------------
   HOW IT WORKS (STEPS)
   -------------------------------------------------------------------------- */
.got-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 64px;
  border-left: 1px solid var(--got-line);
}
@media (max-width: 880px) {
  .got-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  .got-steps {
    grid-template-columns: 1fr;
  }
}
.got-step {
  padding: 6px 30px 10px;
  border-right: 1px solid var(--got-line);
}
.got-step .got-no {
  font-family: var(--got-serif);
  font-style: italic;
  font-size: 42px;
  color: var(--got-brass);
  opacity: .85;
  display: block;
  margin-bottom: 18px;
}
.got-step h3 {
  font-family: var(--got-serif);
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}
.got-step p {
  color: var(--got-muted);
  font-size: 14.5px;
  margin: 0;
}

/* --------------------------------------------------------------------------
   ABOUT SECTION
   -------------------------------------------------------------------------- */
.got-about {
  background: var(--got-bg-warm);
  border-top: 1px solid var(--got-line-soft);
  border-bottom: 1px solid var(--got-line-soft);
}
.got-about-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}
@media (max-width: 880px) {
  .got-about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.got-quote {
  font-family: var(--got-serif);
  font-weight: 300;
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 1.25;
}
.got-quote i {
  font-style: italic;
  color: var(--got-blue);
}
.got-quote-by {
  margin-top: 30px;
  font-family: var(--got-label);
  font-size: 10px;
  letter-spacing: .26em;
  text-transform: uppercase;
  color: var(--got-faint);
  font-weight: 600;
}
.got-about p {
  color: var(--got-muted);
  margin-bottom: 18px;
  font-size: 16.5px;
}
.got-about p b {
  color: var(--got-ink);
  font-weight: 600;
}

/* --------------------------------------------------------------------------
   CTA & FOOTER (DARK IMMERSIVE)
   -------------------------------------------------------------------------- */
.got-cta {
  background: var(--got-dk-bg);
  color: var(--got-bg);
  padding: 150px 0;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.got-cta h2 {
  font-size: clamp(44px, 6vw, 86px);
  font-weight: 300;
  max-width: 920px;
  margin: 0 auto 24px;
  color: #F2F2F7;
}
.got-cta h2 i {
  font-style: italic;
  background: linear-gradient(110deg, #fff 15%, var(--got-blue-soft) 60%, var(--got-cyan) 95%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.got-cta .got-sub {
  color: rgba(250, 248, 243, 0.5);
  margin: 0 auto 46px;
}
.got-cta .got-btn-ink {
  background: var(--got-bg);
  color: var(--got-ink);
  font-size: 16px;
  padding: 19px 40px;
}
.got-cta .got-btn-ink:hover {
  background: var(--got-blue);
  color: #FFFFFF;
}
.got-cta-note {
  margin-top: 24px;
  color: rgba(250, 248, 243, 0.35);
  font-size: 13px;
  letter-spacing: .04em;
}

.got-footer {
  background: var(--got-dk-bg);
  color: rgba(250, 248, 243, 0.45);
  padding: 0 0 60px;
  font-size: 14px;
}
.got-foot {
  border-top: 1px solid rgba(250, 248, 243, 0.1);
  padding-top: 44px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
  align-items: center;
}
.got-foot .logo {
  color: var(--got-bg);
  font-family: var(--got-label);
  font-size: 13px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
.got-foot .logo i {
  font-style: normal;
  color: var(--got-blue-soft);
}
.got-foot a {
  color: rgba(250, 248, 243, 0.55);
  text-decoration: none;
  margin-left: 24px;
}
.got-foot a:hover {
  color: var(--got-bg);
}
