.bkt-location-template .seocrawler-page-title-wrap {
  display: none;
}

.bkt-location-template .seocrawler-content-container,
.bkt-location-template .seocrawler-container,
.bkt-location-template .seocrawler-content-area {
  max-width: none;
  width: 100%;
}

.bkt-location-template .seocrawler-content-area.seocrawler-item-pdlr {
  padding-left: 0;
  padding-right: 0;
}

.bkt-location-page {
  --bkt-blue: #073f68;
  --bkt-blue-deep: #052e4e;
  --bkt-orange: #ff9d00;
  --bkt-orange-deep: #f05a28;
  --bkt-ink: #17324d;
  --bkt-muted: #5f6e7a;
  --bkt-line: #dfe7ee;
  --bkt-soft: #eef4f8;
  color: var(--bkt-ink);
  font-family: inherit;
}

.bkt-location-page * {
  box-sizing: border-box;
}

.bkt-location-page p {
  color: var(--bkt-muted);
  font-size: 17px;
  line-height: 1.72;
}

.bkt-location-page h1,
.bkt-location-page h2,
.bkt-location-page h3 {
  color: var(--bkt-blue);
  letter-spacing: 0;
}

.bkt-location-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  min-height: 660px;
  width: 100%;
  overflow: hidden;
  background:
    linear-gradient(110deg, #ffffff 0%, #ffffff 54%, rgba(255,255,255,.82) 54.2%, rgba(255,255,255,.24) 55%, rgba(255,255,255,0) 56%),
    linear-gradient(135deg, #ecf5fa 0%, #dcecf4 100%);
}

.bkt-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: 92px 28px 110px max(28px, calc((100vw - 1120px) / 2));
}

.bkt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--bkt-orange-deep) !important;
  font-size: 13px !important;
  font-weight: 800;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.bkt-eyebrow:before {
  content: "";
  display: inline-block;
  width: 70px;
  height: 3px;
  background: var(--bkt-orange-deep);
}

.bkt-location-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 5.8vw, 72px);
  line-height: 1.02;
  font-weight: 700;
}

.bkt-lede {
  max-width: 680px;
  color: var(--bkt-muted) !important;
  font-size: clamp(18px, 1.45vw, 22px) !important;
  line-height: 1.58 !important;
  font-weight: 400;
}

.bkt-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.bkt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border-radius: 0;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
}

.bkt-btn-primary {
  background: var(--bkt-orange);
  color: #ffffff !important;
}

.bkt-btn-secondary {
  background: var(--bkt-blue);
  color: #ffffff !important;
}

.bkt-hero-visual {
  position: relative;
  min-height: 520px;
  margin: 0;
  background:
    linear-gradient(rgba(7, 63, 104, .08), rgba(7, 63, 104, .08)),
    linear-gradient(135deg, #dcecf4 0%, #ffffff 100%);
}

.bkt-hero-visual:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.38), rgba(255,255,255,0)),
    repeating-linear-gradient(135deg, rgba(7,63,104,.08) 0 1px, transparent 1px 18px);
}

.bkt-hero-visual:after {
  content: "AI Growth System";
  position: absolute;
  top: 110px;
  right: max(34px, calc((100vw - 1120px) / 2));
  width: min(420px, calc(100% - 70px));
  padding: 34px 36px;
  background: rgba(255, 255, 255, .88);
  border-top: 4px solid var(--bkt-orange);
  box-shadow: 0 24px 60px rgba(7, 63, 104, .14);
  color: var(--bkt-blue);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1.1;
}

.bkt-hero-photo {
  overflow: hidden;
  background: var(--bkt-soft);
}

.bkt-hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.96) contrast(1.05);
}

.bkt-hero-photo:before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(255,255,255,.58), rgba(255,255,255,.08)),
    linear-gradient(0deg, rgba(7,63,104,.22), rgba(7,63,104,.03));
}

.bkt-hero-photo:after {
  display: none;
}

.bkt-hero-photo figcaption {
  position: absolute;
  right: 18px;
  bottom: 14px;
  z-index: 2;
  padding: 7px 10px;
  background: rgba(5, 46, 78, .72);
  color: #ffffff;
  font-size: 11px;
  line-height: 1.35;
}

.bkt-hero-photo figcaption a {
  color: #ffffff !important;
  text-decoration: none;
}

.bkt-visual-panel {
  position: absolute;
  right: max(30px, calc((100vw - 1120px) / 2));
  bottom: 92px;
  display: grid;
  grid-template-columns: repeat(2, 120px);
  gap: 12px;
}

.bkt-visual-panel span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  background: rgba(255,255,255,.92);
  border-top: 4px solid var(--bkt-orange);
  box-shadow: 0 18px 38px rgba(7, 63, 104, .14);
  color: var(--bkt-blue);
  font-size: 24px;
  font-weight: 800;
}

.bkt-proof {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  width: min(1120px, calc(100% - 40px));
  margin: -72px auto 0;
}

.bkt-stat,
.bkt-card {
  background: #ffffff;
  border-top: 4px solid var(--bkt-orange);
  box-shadow: 0 16px 34px rgba(7, 63, 104, .11);
}

.bkt-stat {
  min-height: 148px;
  padding: 22px 22px 20px;
}

.bkt-stat span {
  display: block;
  color: var(--bkt-orange-deep);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.bkt-stat strong {
  display: block;
  margin-top: 8px;
  color: var(--bkt-blue);
  font-size: 24px;
}

.bkt-stat p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.bkt-section,
.bkt-final-cta {
  padding: 72px 0;
}

.bkt-section-inner,
.bkt-final-cta > div {
  width: min(920px, calc(100% - 40px));
  margin: 0 auto;
}

.bkt-section h2,
.bkt-final-cta h2 {
  max-width: 820px;
  margin: 0 0 22px;
  color: var(--bkt-blue);
  font-size: clamp(30px, 4vw, 45px);
  line-height: 1.12;
  font-weight: 700;
}

.bkt-section-inner > p {
  max-width: 840px;
}

.bkt-band {
  background: var(--bkt-soft);
}

.bkt-scenario-section .bkt-section-inner {
  width: min(1120px, calc(100% - 40px));
}

.bkt-services-section .bkt-section-inner {
  width: min(1120px, calc(100% - 40px));
}

.bkt-callout {
  margin-top: 30px;
  padding: 24px 28px;
  background: #f7fafc;
  border-left: 4px solid var(--bkt-orange);
}

.bkt-callout h3 {
  margin: 0 0 8px;
  font-size: 22px;
}

.bkt-callout p {
  margin: 0;
}

.bkt-chip-list,
.bkt-check-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.bkt-chip-list li,
.bkt-check-list li {
  padding: 11px 14px;
  background: #ffffff;
  border-left: 3px solid var(--bkt-orange);
  box-shadow: 0 8px 20px rgba(7, 63, 104, .06);
  color: var(--bkt-blue);
  font-weight: 700;
}

.bkt-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.bkt-location-wrap .bkt-card {
  display: flex;
  flex-direction: column;
  min-height: 182px;
  padding: 28px 26px;
}

.bkt-location-wrap .bkt-card h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: 62px;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.28;
}

.bkt-location-wrap .bkt-card h3 span {
  display: block;
}

.bkt-location-wrap .bkt-card p {
  margin: 0;
  font-size: 15px;
  line-height: 1.62;
}

.bkt-location-wrap .bkt-service-grid .bkt-card,
.bkt-location-wrap .bkt-scenario-grid .bkt-card {
  height: 260px;
  min-height: 260px;
  padding: 34px 32px 34px;
}

.bkt-location-page .bkt-service-grid .bkt-card,
.bkt-location-page .bkt-scenario-grid .bkt-card {
  height: 260px;
  min-height: 260px;
  padding: 34px 32px 34px;
}

.bkt-location-wrap .bkt-service-grid .bkt-card h3,
.bkt-location-wrap .bkt-scenario-grid .bkt-card h3 {
  min-height: 30px;
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 1.25;
  white-space: nowrap;
}

.bkt-location-page .bkt-service-grid .bkt-card h3,
.bkt-location-page .bkt-scenario-grid .bkt-card h3 {
  align-items: flex-start;
  min-height: 30px;
  margin-bottom: 18px;
  font-size: 22px;
  line-height: 1.25;
  text-align: center;
  white-space: nowrap;
}

.bkt-location-wrap .bkt-service-grid .bkt-card p,
.bkt-location-wrap .bkt-scenario-grid .bkt-card p {
  width: min(100%, 34ch);
  max-width: 34ch;
  margin: 0 auto;
  line-height: 1.62;
  text-align: center;
}

.bkt-location-page .bkt-service-grid .bkt-card p,
.bkt-location-page .bkt-scenario-grid .bkt-card p {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  width: min(100%, 34ch);
  max-width: 34ch;
  margin: 0 auto;
  line-height: 1.62;
  text-align: center;
}

.bkt-location-page table {
  width: 100%;
  margin-top: 30px;
  border-collapse: collapse;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(7, 63, 104, .08);
}

.bkt-location-page th {
  background: var(--bkt-blue);
  color: #ffffff;
  font-weight: 800;
}

.bkt-location-page th,
.bkt-location-page td {
  padding: 20px 22px;
  border: 1px solid var(--bkt-line);
  text-align: left;
  vertical-align: top;
}

.bkt-location-page td:first-child {
  width: 28%;
  color: var(--bkt-blue);
  font-weight: 800;
}

.bkt-faq-grid {
  display: block;
  margin-top: 28px;
  border-top: 1px solid var(--bkt-line);
}

.bkt-faq-item {
  border-bottom: 1px solid var(--bkt-line);
}

.bkt-faq-item summary {
  position: relative;
  display: block;
  padding: 24px 42px 24px 0;
  color: var(--bkt-blue);
  font-size: 21px;
  font-weight: 800;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
}

.bkt-faq-item summary::-webkit-details-marker {
  display: none;
}

.bkt-faq-item summary:after {
  content: "+";
  position: absolute;
  top: 20px;
  right: 0;
  width: 30px;
  height: 30px;
  border: 1px solid var(--bkt-line);
  color: var(--bkt-orange-deep);
  text-align: center;
  line-height: 28px;
  font-size: 22px;
  font-weight: 700;
}

.bkt-faq-item[open] summary:after {
  content: "-";
}

.bkt-faq-item p {
  margin: -8px 0 24px;
  max-width: 820px;
  font-size: 16px;
}

.bkt-final-cta {
  background: var(--bkt-blue-deep);
}

.bkt-final-cta h2,
.bkt-final-cta p {
  color: #ffffff !important;
}

.bkt-final-cta .bkt-eyebrow {
  color: var(--bkt-orange) !important;
}

@media (max-width: 900px) {
  .bkt-location-hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .bkt-hero-copy {
    padding: 58px 24px 42px;
  }

  .bkt-hero-visual {
    min-height: 300px;
  }

  .bkt-visual-panel {
    right: 24px;
    bottom: 28px;
    grid-template-columns: repeat(2, minmax(96px, 1fr));
  }

  .bkt-proof,
  .bkt-card-grid {
    grid-template-columns: 1fr;
  }

  .bkt-location-wrap .bkt-service-grid .bkt-card h3,
  .bkt-location-wrap .bkt-scenario-grid .bkt-card h3,
  .bkt-location-page .bkt-service-grid .bkt-card h3,
  .bkt-location-page .bkt-scenario-grid .bkt-card h3 {
    white-space: normal;
  }

  .bkt-location-wrap .bkt-service-grid .bkt-card,
  .bkt-location-wrap .bkt-scenario-grid .bkt-card {
    height: auto;
    min-height: 230px;
  }

  .bkt-location-page .bkt-service-grid .bkt-card,
  .bkt-location-page .bkt-scenario-grid .bkt-card {
    height: auto;
    min-height: 230px;
  }

  .bkt-proof {
    margin-top: 0;
    padding: 24px 0;
  }

  .bkt-section,
  .bkt-final-cta {
    padding: 48px 0;
  }
}

@media (max-width: 640px) {
  .bkt-cta-row {
    display: grid;
  }

  .bkt-location-page table,
  .bkt-location-page thead,
  .bkt-location-page tbody,
  .bkt-location-page tr,
  .bkt-location-page th,
  .bkt-location-page td {
    display: block;
    width: 100%;
  }

  .bkt-location-page thead {
    display: none;
  }

  .bkt-location-page td:first-child {
    width: 100%;
    border-bottom: 0;
    padding-bottom: 4px;
  }

  .bkt-location-page td + td {
    padding-top: 4px;
  }
}
