:root {
  --blue: #143aa4;
  --blue-deep: #06165f;
  --blue-light: #eaf0ff;
  --red: #df1717;
  --yellow: #fff200;
  --ink: #111827;
  --muted: #4b5563;
  --line: #d8deeb;
  --paper: #ffffff;
  --max: 1000px;
  font-family: "Noto Sans JP", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

/* ===== Figma LP recreation: 4051:4190 ===== */
:root {
  --gbp-primary: #3858e9;
  --gbp-navy: #041857;
  --gbp-navy-deep: #03133f;
  --gbp-blue: #175bbb;
  --gbp-blue-dark: #102244;
  --gbp-red: #e00012;
  --gbp-orange: #ff8a1c;
  --gbp-ink: #161a22;
  --gbp-muted: #5f6d83;
  --gbp-line: #e5e7eb;
  --gbp-pale: #f4f7fb;
  --gbp-white: #ffffff;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: #fff;
}

.gbp-lp,
.gbp-lp * {
  box-sizing: border-box;
}

.gbp-lp {
  width: 100%;
  overflow: hidden;
  color: var(--gbp-ink);
  background: #fff;
  font-family: Inter, "Noto Sans JP", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

.gbp-lp img {
  display: block;
  max-width: 100%;
}

.gbp-lp button,
.gbp-lp a {
  font: inherit;
}

.gbp-lp a {
  color: inherit;
}

.gbp-frame {
  width: min(100%, 1000px);
  margin-inline: auto;
}

.gbp-section-pad {
  padding: 80px 50px;
}

.gbp-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.gbp-skip-link {
  position: fixed;
  z-index: 9999;
  top: 12px;
  left: 12px;
  transform: translateY(-160%);
  padding: 10px 16px;
  color: #fff !important;
  background: var(--gbp-navy);
  text-decoration: none;
}

.gbp-skip-link:focus {
  transform: translateY(0);
}

.gbp-hero {
  background: var(--gbp-navy-deep);
}

.gbp-hero-frame {
  position: relative;
}

.gbp-hero-frame > img {
  width: 100%;
  height: auto;
}

.gbp-area-label {
  position: absolute;
  z-index: 1;
  top: 16px;
  left: 38px;
  margin: 0;
  padding: 5px 16px;
  color: #fff;
  background: rgba(4, 24, 87, 0.92);
  border-left: 4px solid #f3cd21;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.06em;
}

.gbp-promo {
  position: relative;
  padding-top: 45px;
  background: #fff;
}

.gbp-promo-visual {
  position: relative;
}

.gbp-promo-visual img {
  width: 100%;
  height: auto;
}

.gbp-edition-badge {
  position: absolute;
  z-index: 2;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 154px;
  padding: 7px 20px 8px;
  color: #fff;
  background: var(--gbp-red);
  border: 4px solid #fff;
  border-radius: 999px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.18);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
}

.gbp-event-strip {
  display: grid;
  grid-template-columns: 1.15fr 1.15fr 2.8fr 0.85fr;
  width: calc(100% - 44px);
  min-height: 106px;
  margin: 0 auto 46px;
  overflow: hidden;
  background: #fff;
  border: 3px solid var(--gbp-navy);
  border-radius: 8px;
}

.gbp-event-item {
  display: grid;
  grid-template-rows: 35px 1fr;
  align-items: stretch;
  min-width: 0;
  border-right: 1px solid #c4cbda;
  text-align: center;
}

.gbp-event-item:last-child {
  border-right: 0;
}

.gbp-event-item > span {
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--gbp-navy);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.gbp-event-item > strong {
  display: grid;
  place-items: center;
  min-width: 0;
  padding: 8px 10px;
  color: #111;
  font-size: 18px;
  line-height: 1.35;
}

.gbp-event-item > strong b {
  margin-right: 3px;
  color: var(--gbp-red);
  font-size: 31px;
  line-height: 1;
}

.gbp-event-date {
  white-space: nowrap;
}

.gbp-event-date em {
  color: #111;
  font-style: normal;
}

.gbp-event-place > strong {
  font-size: 17px;
}

.gbp-cta-band {
  display: grid;
  place-items: center;
  gap: 18px;
  min-height: 210px;
  padding: 32px 20px 22px;
  color: #fff;
  background: var(--gbp-navy);
}

.gbp-cta-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.08em;
  width: min(100%, 1000px);
  min-height: 104px;
  padding: 18px 40px;
  color: #fff !important;
  background: #f70a0a;
  border: 3px solid #fff;
  border-radius: 999px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  font-weight: 900;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.gbp-cta-button:hover,
.gbp-cta-button:focus-visible {
  transform: translateY(2px);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
}

.gbp-cta-copy {
  font-size: clamp(38px, 4vw, 53px);
  line-height: 1;
  white-space: nowrap;
}

.gbp-cta-button > i {
  font-size: 54px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.gbp-notes {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  line-height: 1.65;
  text-align: center;
}

.gbp-notes p {
  margin: 0;
}

.gbp-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.gbp-heading > p {
  margin: 0 0 8px;
  color: var(--gbp-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.gbp-heading > h2 {
  margin: 0;
  color: var(--gbp-blue-dark);
  font-size: clamp(30px, 4vw, 40px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: 0.03em;
}

.gbp-heading > span {
  margin-top: 10px;
  color: var(--gbp-muted);
  font-size: 16px;
  line-height: 1.8;
}

.gbp-heading-compact {
  margin-bottom: 42px;
}

.gbp-support {
  background: #fff;
}

.gbp-case-slider {
  margin-top: 40px;
}

.gbp-case-viewport {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 32px) / 3);
  gap: 16px;
  overflow: auto hidden;
  padding: 4px 4px 22px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.gbp-case-viewport::-webkit-scrollbar {
  display: none;
}

.gbp-case-card {
  display: flex;
  min-height: 315px;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d9e0ea;
  border-top: 5px solid var(--gbp-blue);
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(24, 49, 85, 0.09);
  scroll-snap-align: start;
}

.gbp-case-card > span {
  align-self: flex-start;
  margin: 18px 18px 0;
  padding: 4px 11px;
  color: #fff;
  background: var(--gbp-blue);
  border-radius: 2px;
  font-size: 11px;
  font-weight: 800;
}

.gbp-case-card h3 {
  margin: 16px 18px 10px;
  color: var(--gbp-blue-dark);
  font-size: 21px;
  line-height: 1.45;
}

.gbp-case-card p {
  margin: 0 18px 20px;
  color: #526078;
  font-size: 13px;
  line-height: 1.75;
}

.gbp-case-card footer {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  padding: 14px 18px;
  color: #fff;
  background: var(--gbp-navy);
  font-size: 13px;
}

.gbp-case-card footer b {
  color: #8fc8ff;
}

.gbp-slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  padding-inline: 6px;
}

.gbp-slider-controls p {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--gbp-muted);
}

.gbp-slider-controls p strong {
  color: var(--gbp-blue);
  font-size: 28px;
}

.gbp-slider-controls p b {
  font-size: 15px;
}

.gbp-slider-controls div {
  display: flex;
  gap: 8px;
}

.gbp-slider-controls button {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--gbp-navy);
  background: #fff;
  border: 1px solid #bec8d7;
  border-radius: 50%;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.gbp-slider-controls button:hover,
.gbp-slider-controls button:focus-visible {
  color: #fff;
  background: var(--gbp-blue);
  border-color: var(--gbp-blue);
}

.gbp-story,
.gbp-action,
.gbp-choice {
  background: #fff;
}

.gbp-chapter-title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 44px;
  padding: 16px 24px;
  color: #fff;
  background: linear-gradient(90deg, var(--gbp-navy), #0b347f);
}

.gbp-chapter-title > span {
  display: grid;
  place-items: center;
  flex: 0 0 54px;
  height: 54px;
  color: var(--gbp-navy);
  background: #fff;
  border-radius: 50%;
  font-size: 21px;
  font-weight: 900;
}

.gbp-chapter-title h2 {
  margin: 0;
  font-size: clamp(24px, 3.6vw, 35px);
  font-weight: 900;
  line-height: 1.35;
}

.gbp-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(250px, 0.8fr);
  gap: 52px;
  align-items: start;
}

.gbp-phone {
  position: sticky;
  top: 26px;
  margin: 0;
  text-align: center;
}

.gbp-phone img {
  width: min(100%, 330px);
  height: auto;
  margin-inline: auto;
}

.gbp-phone figcaption {
  margin-top: 8px;
  color: #6b7280;
  font-size: 11px;
  line-height: 1.6;
}

.gbp-prose {
  color: #20232a;
  font-size: 17px;
  line-height: 2;
}

.gbp-prose h3 {
  margin: 0 0 28px;
  color: var(--gbp-navy);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.5;
}

.gbp-prose p {
  margin: 0 0 26px;
}

.gbp-prose strong {
  color: var(--gbp-navy);
  font-weight: 900;
}

.gbp-prose mark {
  padding: 0.05em 0.2em;
  color: #b00010;
  background: linear-gradient(transparent 60%, #ffe27b 60%);
  font-weight: 900;
}

.gbp-prose ul,
.gbp-risk ul {
  margin: 24px 0 30px;
  padding: 20px 28px 20px 52px;
  background: #f4f7fb;
  border-left: 5px solid var(--gbp-blue);
}

.gbp-prose li,
.gbp-risk li {
  margin: 5px 0;
  font-weight: 700;
}

.gbp-prose-wide {
  max-width: 790px;
  margin-inline: auto;
}

.gbp-story .gbp-prose-wide {
  margin-top: 48px;
}

.gbp-emphasis {
  padding: 22px 26px;
  color: var(--gbp-navy) !important;
  background: #fff8dd;
  border: 2px solid #f1cc4b;
  font-size: 19px;
  font-weight: 900;
}

.gbp-risk {
  color: #fff;
  background: #1d2636 url("assets/figma/raw-11.jpg") center / cover no-repeat;
}

.gbp-risk-overlay {
  background: linear-gradient(90deg, rgba(5, 19, 52, 0.96) 0%, rgba(5, 19, 52, 0.88) 55%, rgba(5, 19, 52, 0.65) 100%);
}

.gbp-risk-content {
  padding: 78px 90px;
}

.gbp-risk-kicker,
.gbp-kicker {
  margin: 0 0 8px;
  color: #f4d64b;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.gbp-risk h2 {
  margin: 0 0 34px;
  font-size: clamp(30px, 4vw, 43px);
  line-height: 1.4;
}

.gbp-risk p {
  max-width: 720px;
  margin: 0 0 20px;
  font-size: 17px;
  line-height: 1.95;
}

.gbp-risk ul {
  max-width: 660px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-left-color: #f4d64b;
}

.gbp-pattern {
  background: #fafbfc url("assets/figma/raw-05.jpg") center / cover fixed;
}

.gbp-opportunity .gbp-chapter-title {
  margin-inline: -55px;
}

.gbp-promo-repeat {
  padding-top: 65px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-size: 18px;
  line-height: 1.85;
  letter-spacing: 0;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

.page-shell {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.narrow {
  width: min(800px, calc(100% - 40px));
}

.hero {
  min-height: 735px;
  display: flex;
  align-items: center;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0) 78%, #f4f6fb 100%),
    #fff;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: center;
  padding: 58px 0 72px;
}

.eyebrow,
.section-kicker {
  color: var(--red);
  font-weight: 800;
  margin: 0 0 12px;
}

.hero h1 {
  margin: 0;
  font-size: clamp(44px, 4.5vw, 72px);
  line-height: 1.08;
  font-weight: 900;
}

.hero h1 span,
.hero h1 strong {
  display: block;
}

.hero h1 strong {
  color: var(--red);
  font-size: 1.08em;
}

.hero-lead {
  margin: 28px 0;
  font-weight: 700;
  color: #202532;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.hero-actions p {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--muted);
}

.primary-button {
  border: 0;
  border-radius: 6px;
  background: linear-gradient(180deg, #ff3434, #c90000);
  color: #fff;
  font-weight: 900;
  min-height: 58px;
  padding: 0 34px;
  box-shadow: 0 8px 0 #8f0000, 0 18px 30px rgba(180, 0, 0, 0.25);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.primary-button:hover {
  transform: translateY(2px);
  box-shadow: 0 6px 0 #8f0000, 0 14px 24px rgba(180, 0, 0, 0.25);
}

.primary-button:active {
  transform: translateY(6px);
  box-shadow: 0 2px 0 #8f0000, 0 8px 18px rgba(180, 0, 0, 0.2);
}

.primary-button.wide {
  width: min(600px, 100%);
  display: block;
  margin: 28px auto 0;
}

.hero-visual {
  position: relative;
  min-height: 480px;
}

.map-card {
  position: absolute;
  inset: 40px 0 0;
  border: 5px solid var(--blue);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 28px 60px rgba(10, 38, 130, 0.22);
  overflow: hidden;
}

.map-toolbar {
  display: flex;
  gap: 12px;
  padding: 18px 22px;
  border-bottom: 1px solid #dbe3f3;
}

.map-toolbar span {
  height: 12px;
  border-radius: 20px;
  background: #d5def2;
  flex: 1;
}

.map-toolbar span:first-child {
  flex: 2;
}

.map-body {
  position: relative;
  height: 390px;
  background:
    linear-gradient(90deg, transparent 95%, rgba(20, 58, 164, 0.12) 95%),
    linear-gradient(0deg, transparent 95%, rgba(20, 58, 164, 0.12) 95%),
    #eef5ff;
  background-size: 62px 62px;
}

.pin {
  position: absolute;
  width: 34px;
  height: 34px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--red);
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
}

.pin::after {
  content: "";
  position: absolute;
  inset: 9px;
  border-radius: 50%;
  background: #fff;
}

.pin-main {
  right: 130px;
  top: 86px;
}

.pin-small {
  left: 92px;
  bottom: 110px;
  width: 24px;
  height: 24px;
  background: #ffbd00;
}

.route {
  position: absolute;
  left: 64px;
  right: 80px;
  top: 210px;
  height: 8px;
  border-radius: 999px;
  background: var(--blue);
  transform: rotate(-12deg);
}

.profile-card {
  position: absolute;
  left: 38px;
  bottom: 28px;
  width: 290px;
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #cfd9ec;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(6, 22, 95, 0.12);
}

.profile-card p,
.profile-card span {
  margin: 0;
  font-size: 14px;
  color: var(--muted);
}

.profile-card strong {
  display: block;
  margin: 4px 0;
  color: var(--blue);
  font-size: 25px;
  line-height: 1.2;
}

.hero-badge {
  position: absolute;
  right: -16px;
  top: 0;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  align-content: center;
  background: var(--yellow);
  color: var(--red);
  border: 6px solid #fff;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  transform: rotate(8deg);
}

.hero-badge span,
.hero-badge strong {
  display: block;
  line-height: 1.05;
  font-weight: 900;
}

.hero-badge span {
  font-size: 31px;
}

.hero-badge strong {
  font-size: 24px;
}

.blue-section {
  color: #fff;
  background: linear-gradient(180deg, #4969c9 0%, var(--blue) 42%, var(--blue-deep) 100%);
}

.seminar-overview {
  padding: 84px 0 94px;
}

.overview-grid {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 54px;
  align-items: start;
}

.blue-section h2,
.results h2,
.schedule h2,
.contents h2,
.gallery h2,
.dark-cta h2,
.paid-service h2,
.contact h2 {
  margin: 0 0 24px;
  text-align: center;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.35;
  font-weight: 900;
}

.overview-grid h2 {
  text-align: left;
}

.overview-grid p {
  margin: 0;
  font-weight: 700;
}

.overview-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
}

.overview-list div {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 16px;
  align-items: start;
}

.overview-list dt {
  display: grid;
  place-items: center;
  min-height: 44px;
  background: #fff;
  color: var(--blue);
  font-weight: 900;
  border-radius: 4px;
}

.overview-list dd {
  margin: 0;
  font-weight: 800;
}

.results {
  padding: 60px 0 84px;
  background: #fff;
}

.results h2 {
  color: var(--blue);
}

.result-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 11px;
}

.result-card {
  min-height: 446px;
  display: grid;
  grid-template-rows: auto auto 162px auto;
  gap: 14px;
  padding: 24px 10px 20px;
  text-align: center;
  border: 2px solid #e0e5f5;
  background: #fff;
}

.result-card p {
  margin: 0;
  min-height: 84px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.55;
}

.result-card strong {
  color: var(--red);
  font-size: 54px;
  line-height: 1;
  font-weight: 900;
}

.result-card strong span {
  font-size: 25px;
  margin-left: 4px;
}

.result-card small {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}

.thumb,
.photo {
  background:
    linear-gradient(135deg, rgba(20, 58, 164, 0.22), rgba(223, 23, 23, 0.18)),
    linear-gradient(45deg, #e8edf6, #ffffff);
  border: 1px solid #d8deeb;
  overflow: hidden;
}

.thumb {
  width: 100%;
  min-height: 162px;
}

.thumb::before,
.photo::before {
  content: "";
  display: block;
  width: 74%;
  height: 46%;
  margin: 12% auto 0;
  border-radius: 4px;
  background:
    linear-gradient(90deg, #fff 0 22%, transparent 22% 30%, #fff 30% 55%, transparent 55% 63%, #fff 63%),
    rgba(255, 255, 255, 0.7);
}

.thumb-b,
.photo-b {
  background:
    linear-gradient(135deg, rgba(255, 196, 0, 0.22), rgba(20, 58, 164, 0.2)),
    linear-gradient(45deg, #f0f7ff, #ffffff);
}

.thumb-c,
.photo-c {
  background:
    linear-gradient(135deg, rgba(35, 181, 105, 0.22), rgba(20, 58, 164, 0.18)),
    linear-gradient(45deg, #eef8f3, #ffffff);
}

.thumb-d,
.photo-d {
  background:
    linear-gradient(135deg, rgba(223, 23, 23, 0.22), rgba(255, 196, 0, 0.2)),
    linear-gradient(45deg, #fff0f0, #ffffff);
}

.text-block {
  padding: 78px 0 86px;
  background: #fff;
}

.text-block.tint {
  background: #f6f7fa;
}

.bar-heading {
  margin: 0 0 42px;
  padding: 14px 24px;
  text-align: center;
  font-size: clamp(27px, 3.4vw, 40px);
  line-height: 1.35;
  color: #fff;
  background: var(--blue);
  font-weight: 900;
}

.text-block p {
  margin: 0 0 24px;
  font-weight: 650;
}

.quote {
  margin-left: 18px;
  padding-left: 20px;
  border-left: 5px solid var(--red);
  color: #1f2d53;
  font-weight: 900;
}

.article-columns {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 54px;
  align-items: start;
}

.text-block ul {
  margin: 10px 0 24px;
  padding: 0;
  list-style: none;
}

.text-block li {
  position: relative;
  padding-left: 28px;
  margin: 12px 0;
  font-weight: 800;
}

.text-block li::before {
  content: "・";
  position: absolute;
  left: 0;
  color: var(--red);
  font-weight: 900;
}

.phone-mock {
  display: flex;
  justify-content: center;
}

.phone-screen {
  width: 230px;
  height: 430px;
  padding: 22px 16px;
  border: 10px solid #1f2937;
  border-radius: 26px;
  background: #f4f7ff;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.18);
}

.search-line,
.shop-row {
  border-radius: 6px;
  background: #fff;
  border: 1px solid #dce4f2;
}

.search-line {
  height: 42px;
  margin-bottom: 18px;
}

.shop-row {
  height: 76px;
  margin-bottom: 12px;
  position: relative;
}

.shop-row::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  width: 48px;
  height: 48px;
  background: #c6d1e8;
  border-radius: 4px;
}

.shop-row::after {
  content: "★★★★★";
  position: absolute;
  left: 72px;
  top: 34px;
  color: #f5b400;
  font-size: 12px;
}

.shop-row.active {
  border: 3px solid var(--red);
}

.compare-box {
  display: grid;
  gap: 12px;
  max-width: 440px;
  margin: 0 0 26px;
}

.compare-box span {
  padding: 13px 18px;
  background: #fff;
  border: 2px solid var(--blue);
  font-weight: 900;
}

.check-list {
  display: grid;
  gap: 8px;
  max-width: 520px;
}

.method {
  padding: 80px 0 92px;
}

.method p {
  text-align: center;
  margin: 0 auto 38px;
  max-width: 760px;
  font-weight: 800;
}

.method-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.method-grid article {
  padding: 26px 22px;
  color: var(--ink);
  background: #fff;
  border-radius: 6px;
  min-height: 240px;
}

.method-grid span {
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-weight: 900;
}

.method-grid h3 {
  margin: 18px 0 10px;
  font-size: 21px;
  line-height: 1.45;
}

.method-grid p {
  text-align: left;
  margin: 0;
  font-size: 16px;
  color: var(--muted);
}

.schedule,
.contents,
.gallery,
.paid-service,
.contact {
  padding: 76px 0 88px;
  background: #fff;
}

.schedule {
  background: #f5f7fb;
}

.schedule-card {
  max-width: 860px;
  margin: 0 auto;
  padding: 42px 54px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(18, 42, 90, 0.08);
}

.label {
  width: 157px;
  min-height: 51px;
  display: grid;
  place-items: center;
  margin: 24px 0 12px;
  color: #fff;
  background: var(--blue);
  font-size: 24px;
  font-weight: 900;
}

.label:first-child {
  margin-top: 0;
}

.dates {
  display: grid;
  gap: 8px;
}

.dates p {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 8px 0;
  border-bottom: 1px solid #e3e7f0;
}

.dates strong {
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.3;
}

.dates span {
  min-width: 126px;
  text-align: center;
  color: var(--blue);
  font-weight: 900;
}

.dates .closed {
  color: #fff;
  background: #555;
  padding: 4px 16px;
  border-radius: 4px;
}

.venue {
  margin: 0;
  font-size: clamp(21px, 3vw, 30px);
  line-height: 1.45;
  font-weight: 900;
}

.capacity {
  margin: 0;
  font-weight: 900;
}

.capacity strong {
  color: var(--red);
  font-size: 52px;
  line-height: 1;
}

.schedule-card small,
.paid-service small {
  display: block;
  margin-top: 28px;
  color: var(--muted);
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}

.content-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.content-grid article {
  padding: 28px 30px;
  border: 2px solid var(--blue);
  background: #fff;
}

.content-grid h3 {
  margin: 0 0 12px;
  color: var(--blue);
  font-size: 23px;
  line-height: 1.45;
}

.content-grid p {
  margin: 0;
  color: var(--muted);
  font-weight: 700;
}

.gallery {
  background: #f6f7fa;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px 96px;
}

.gallery figure {
  margin: 0;
  background: #fff;
}

.photo {
  height: 333px;
}

.gallery figcaption {
  display: grid;
  place-items: center;
  min-height: 44px;
  color: #fff;
  background: var(--blue);
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  padding: 8px 12px;
}

.dark-cta {
  padding: 84px 0 92px;
  color: #fff;
  text-align: center;
  background:
    radial-gradient(circle at 18% 0%, rgba(255, 242, 0, 0.18), transparent 34%),
    linear-gradient(180deg, #06165f, #02082b);
}

.dark-cta p {
  margin: 0 0 28px;
  font-weight: 800;
}

.paid-service {
  background: #fff;
}

.paid-service p {
  text-align: center;
  font-weight: 700;
}

.service-box {
  padding: 28px 48px;
  border: 3px solid var(--blue);
}

.service-box h3 {
  text-align: center;
  color: var(--blue);
  font-size: 28px;
  margin: 0 0 22px;
}

.service-box p {
  text-align: left;
  margin: 14px 0;
}

.contact {
  background: linear-gradient(180deg, #f5f7fb, #fff);
}

.entry-form {
  display: grid;
  gap: 18px;
  padding: 36px;
  background: #fff;
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(18, 42, 90, 0.08);
}

.entry-form label {
  display: grid;
  gap: 8px;
  font-weight: 900;
}

.entry-form input,
.entry-form select {
  width: 100%;
  height: 54px;
  border: 1px solid #cdd6e7;
  border-radius: 4px;
  padding: 0 14px;
  background: #fff;
}

.entry-form input:focus,
.entry-form select:focus {
  outline: 3px solid rgba(20, 58, 164, 0.22);
  border-color: var(--blue);
}

.form-message {
  margin: 0;
  min-height: 28px;
  text-align: center;
  color: var(--blue);
  font-weight: 900;
}

.footer {
  padding: 28px 0 30px;
  background: #f3f4f6;
  color: #333;
  text-align: center;
  font-size: 13px;
}

.footer nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.footer a {
  color: inherit;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer p {
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.65;
}

.floating-cta {
  position: fixed;
  left: 50%;
  bottom: 18px;
  z-index: 20;
  transform: translate(-50%, 90px);
  min-width: 270px;
  height: 54px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(180deg, #ff3434, #c90000);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.24);
  transition: transform 200ms ease;
}

.floating-cta.is-visible {
  transform: translate(-50%, 0);
}

@media (max-width: 900px) {
  body {
    font-size: 16px;
    line-height: 1.8;
  }

  .page-shell,
  .narrow {
    width: min(100% - 28px, var(--max));
  }

  .hero {
    min-height: auto;
  }

  .hero-grid,
  .overview-grid,
  .article-columns {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    padding: 40px 0 56px;
    gap: 28px;
  }

  .hero-visual {
    min-height: 380px;
  }

  .map-card {
    inset: 20px 0 0;
  }

  .map-body {
    height: 300px;
  }

  .hero-badge {
    right: 8px;
    width: 110px;
    height: 110px;
  }

  .hero-actions,
  .dates p {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-button {
    width: 100%;
    padding: 0 18px;
  }

  .seminar-overview,
  .results,
  .text-block,
  .method,
  .schedule,
  .contents,
  .gallery,
  .paid-service,
  .contact,
  .dark-cta {
    padding: 54px 0 62px;
  }

  .overview-grid h2 {
    text-align: center;
  }

  .overview-list div {
    grid-template-columns: 1fr;
  }

  .result-grid,
  .method-grid,
  .content-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .result-card {
    min-height: auto;
  }

  .phone-mock {
    order: -1;
  }

  .schedule-card,
  .entry-form,
  .service-box {
    padding: 26px 18px;
  }

  .label {
    width: 100%;
  }

  .dates span {
    min-width: 0;
  }

  .photo {
    height: 250px;
  }
}

@media (max-width: 520px) {
  .hero h1 {
    font-size: 38px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .profile-card {
    width: calc(100% - 34px);
    left: 17px;
  }

  .route {
    left: 42px;
    right: 42px;
  }

  .bar-heading {
    padding: 12px 14px;
  }

  .result-card strong {
    font-size: 44px;
  }

  .result-card strong span {
    display: block;
    margin-top: 6px;
    font-size: 22px;
  }
}

/* ===== Figma LP recreation continued ===== */
.gbp-program {
  background: #fff;
}

.gbp-session-list {
  display: grid;
  gap: 28px;
}

.gbp-session {
  position: relative;
  display: grid;
  grid-template-columns: 128px 1fr;
  gap: 30px;
  padding: 34px 42px 34px 34px;
  background: #fff;
  border: 2px solid #333;
  border-radius: 3px;
  box-shadow: 11px 11px 0 #e9eef5;
}

.gbp-session::after {
  position: absolute;
  top: 50%;
  right: -3px;
  width: 19px;
  height: 36px;
  transform: translateY(-50%);
  background: var(--gbp-navy);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
}

.gbp-session-number {
  display: flex;
  min-height: 125px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--gbp-navy);
}

.gbp-session-number span {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.gbp-session-number b {
  font-size: 49px;
  line-height: 1.1;
}

.gbp-session h3 {
  margin: 0 0 15px;
  color: var(--gbp-navy);
  font-size: 26px;
  line-height: 1.45;
}

.gbp-session p {
  margin: 0 0 15px;
  color: #454b56;
  font-size: 15px;
  line-height: 1.85;
}

.gbp-session ul {
  margin: 0;
  padding: 15px 18px 15px 42px;
  background: #f5f7fa;
  font-size: 14px;
  line-height: 1.7;
}

.gbp-venue-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(350px, 1.3fr);
  gap: 38px;
  align-items: stretch;
}

.gbp-venue-details {
  margin: 0;
  padding: 30px;
  background: #fff;
  border-top: 5px solid var(--gbp-navy);
  box-shadow: 0 14px 35px rgba(21, 44, 80, 0.1);
}

.gbp-venue-details > div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #dfe4eb;
}

.gbp-venue-details > div:last-child {
  border-bottom: 0;
}

.gbp-venue-details dt {
  color: var(--gbp-blue);
  font-size: 14px;
  font-weight: 900;
}

.gbp-venue-details dd {
  margin: 0;
  color: #1d222c;
  font-size: 16px;
  line-height: 1.6;
}

.gbp-venue-details dd strong {
  color: #0b173a;
  font-size: 18px;
}

.gbp-map {
  min-height: 420px;
  overflow: hidden;
  background: #e5e3df;
  border: 1px solid #ccd2db;
}

.gbp-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
}

.gbp-voices {
  background: #fff;
}

.gbp-voice-panel {
  width: min(100%, 900px);
  margin-inline: auto;
  overflow: hidden;
  background: #f4f6fa;
  border: 1px solid #e0e5ee;
}

.gbp-voice-panel > header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: 14px 28px;
  color: #fff;
  background: var(--gbp-navy);
}

.gbp-voice-panel > header p {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  font-size: 18px;
}

.gbp-voice-panel > header p > span {
  color: #7fbbff;
  font-size: 25px;
}

.gbp-voice-panel > header p > strong {
  color: #f9d543;
  font-size: 26px;
}

.gbp-voice-panel > header small {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
}

.gbp-voice-scroll {
  display: grid;
  gap: 15px;
  max-height: 860px;
  overflow-y: auto;
  padding: 25px;
  scroll-behavior: smooth;
  scrollbar-color: #9aa8bb #e5e9ef;
  scrollbar-width: thin;
}

.gbp-voice-scroll article {
  position: relative;
  padding: 26px 30px 22px 58px;
  background: #fff;
  border: 1px solid #dde3eb;
  border-radius: 2px;
  box-shadow: 0 5px 13px rgba(29, 53, 85, 0.05);
}

.gbp-voice-scroll article > span {
  position: absolute;
  top: 8px;
  left: 20px;
  color: #d9e4f2;
  font-family: Georgia, serif;
  font-size: 54px;
  line-height: 1;
}

.gbp-voice-scroll h3 {
  margin: 0 0 10px;
  color: var(--gbp-blue-dark);
  font-size: 19px;
  line-height: 1.55;
}

.gbp-voice-scroll p {
  margin: 0;
  color: #4e5868;
  font-size: 14px;
  line-height: 1.8;
}

.gbp-voice-scroll footer {
  margin-top: 13px;
  color: var(--gbp-blue);
  font-size: 12px;
  font-weight: 800;
}

.gbp-speaker {
  color: #fff;
  background: linear-gradient(120deg, #031441, #07316f);
}

.gbp-speaker-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 323px;
  gap: 50px;
  align-items: end;
  padding: 70px 80px 0;
}

.gbp-speaker-copy {
  padding-bottom: 65px;
}

.gbp-speaker-copy > p:first-child {
  margin: 0 0 6px;
  color: #76b6ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
}

.gbp-speaker-copy h2 {
  margin: 0 0 32px;
  font-size: 35px;
  line-height: 1.4;
}

.gbp-speaker-copy h3 {
  margin: 0;
  font-size: 34px;
  line-height: 1.3;
}

.gbp-speaker-copy > span {
  display: block;
  margin: 5px 0 24px;
  color: #9bc9ff;
  font-size: 13px;
}

.gbp-speaker-copy > p:not(:first-child) {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 13px;
  line-height: 1.85;
}

.gbp-speaker figure {
  align-self: end;
  margin: 0;
}

.gbp-speaker figure img {
  width: 100%;
  height: auto;
}

.gbp-history {
  color: #fff;
  background:
    radial-gradient(circle at 20% 10%, rgba(36, 103, 176, 0.32), transparent 28%),
    linear-gradient(150deg, #031442, #061c4e 60%, #051333);
}

.gbp-history-inner {
  padding: 78px 50px 72px;
}

.gbp-history-kicker {
  margin: 0 0 5px;
  color: #9dccff;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}

.gbp-history h2 {
  margin: 0;
  font-size: clamp(36px, 5vw, 52px);
  line-height: 1.35;
  text-align: center;
}

.gbp-history h2 em {
  color: #ff9c2a;
  font-style: normal;
}

.gbp-history-lead {
  margin: 12px 0 34px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  text-align: center;
}

.gbp-history-stats {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr;
  margin-bottom: 35px;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.gbp-history-stats > div {
  display: flex;
  min-height: 112px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  text-align: center;
}

.gbp-history-stats > div:last-child {
  border-right: 0;
}

.gbp-history-stats small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
}

.gbp-history-stats strong {
  color: #fff;
  font-size: 22px;
  line-height: 1.35;
}

.gbp-history-stats > div:first-child {
  display: grid;
  grid-template-columns: auto auto auto;
  align-content: center;
  column-gap: 4px;
}

.gbp-history-stats > div:first-child strong {
  color: #ff9c2a;
  font-size: 46px;
}

.gbp-history-stats > div:first-child p {
  grid-column: 1 / -1;
  margin: 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 9px;
}

.gbp-history-card {
  overflow: hidden;
  color: #202733;
  background: #fff;
  border-radius: 4px;
}

.gbp-history-card > header {
  position: relative;
  padding: 26px 30px 20px;
  border-bottom: 1px solid #e0e5ec;
}

.gbp-history-card > header p {
  margin: 0;
  color: var(--gbp-blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
}

.gbp-history-card > header h3 {
  margin: 2px 0 2px;
  color: var(--gbp-blue-dark);
  font-size: 26px;
}

.gbp-history-card > header span {
  color: #738095;
  font-size: 11px;
}

.gbp-history-card > header b {
  position: absolute;
  top: 34px;
  right: 28px;
  padding: 8px 13px;
  color: var(--gbp-blue);
  background: #edf4ff;
  border-radius: 99px;
  font-size: 12px;
}

.gbp-history-legend {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  padding: 12px 24px 4px;
  color: #718096;
  font-size: 10px;
}

.gbp-history-legend span::before {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 5px;
  background: #d7dde6;
  border-radius: 50%;
  content: "";
}

.gbp-history-legend span:last-child::before {
  background: #ff9c2a;
}

.gbp-history-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 8px 22px 26px;
  background: #e3e7ed;
}

.gbp-history-event {
  display: grid;
  grid-template-columns: 43px 53px 1fr;
  gap: 7px;
  align-items: center;
  min-height: 44px;
  padding: 7px 9px;
  color: #6d7888;
  background: #f3f4f6;
  font-size: 9px;
  line-height: 1.25;
}

.gbp-history-event strong {
  color: #3c4655;
  font-size: 10px;
}

.gbp-history-event.is-upcoming {
  color: #4d3a24;
  background: #fff3e5;
}

.gbp-history-event.is-upcoming strong {
  color: #c65b00;
}

.gbp-gallery {
  padding: 0 0 80px;
  background: #f4f4f4;
}

.gbp-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 0 50px;
}

.gbp-gallery-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  filter: saturate(0.92);
}

.gbp-company {
  background: #fff;
}

.gbp-company .gbp-section-pad {
  display: grid;
  gap: 58px;
}

.gbp-company-profile,
.gbp-company-logos {
  width: 100%;
  height: auto;
}

.gbp-results {
  background: var(--gbp-pale);
}

.gbp-results-inner {
  padding: 80px 20px;
}

.gbp-result-filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  max-width: 850px;
  margin: 34px auto 18px;
}

.gbp-result-filters button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-width: 0;
  min-height: 41px;
  padding: 8px 14px;
  color: #465670;
  background: #fff;
  border: 1px solid #ccd6e5;
  border-radius: 50px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.gbp-result-filters button span {
  display: grid;
  place-items: center;
  min-width: 21px;
  height: 21px;
  padding: 0 6px;
  color: #607089;
  background: #edf2f8;
  border-radius: 50px;
  font-size: 10px;
}

.gbp-result-filters button:hover,
.gbp-result-filters button:focus-visible,
.gbp-result-filters button.is-active {
  color: #fff;
  background: var(--gbp-blue);
  border-color: var(--gbp-blue);
}

.gbp-result-filters button.is-active span,
.gbp-result-filters button:hover span,
.gbp-result-filters button:focus-visible span {
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
}

.gbp-result-status {
  margin: 20px 0 16px;
  color: #778399;
  font-size: 12px;
  text-align: center;
}

.gbp-result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  max-width: 900px;
  margin-inline: auto;
}

.gbp-result-card {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  padding: 23px 22px 18px;
  background: #fff;
  border: 1px solid #e0e5ed;
  border-radius: 3px;
  box-shadow: 0 8px 22px rgba(38, 58, 87, 0.07);
}

.gbp-result-card[hidden] {
  display: none;
}

.gbp-result-card > span {
  align-self: flex-start;
  padding: 4px 8px;
  color: #d45b2c;
  background: #fff1eb;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 900;
}

.gbp-result-card h3 {
  margin: 15px 0 12px;
  color: var(--gbp-blue-dark);
  font-size: 18px;
  line-height: 1.45;
}

.gbp-result-card h3 b {
  display: block;
  color: var(--gbp-blue);
  font-size: 25px;
  line-height: 1.25;
}

.gbp-result-card p {
  margin: 0 0 18px;
  color: #5f6d83;
  font-size: 12px;
  line-height: 1.75;
}

.gbp-result-card footer {
  margin-top: auto;
  padding-top: 12px;
  color: #53627a;
  border-top: 1px solid #e5e9ef;
  font-size: 11px;
  font-weight: 800;
}

.gbp-result-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 27px;
}

.gbp-result-pagination button {
  min-width: 90px;
  padding: 9px 15px;
  color: #43536c;
  background: #fff;
  border: 1px solid #ccd6e5;
  border-radius: 2px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
}

.gbp-result-pagination button:disabled {
  opacity: 0.4;
  cursor: default;
}

.gbp-result-pagination span {
  color: #778399;
  font-size: 12px;
}

.gbp-result-pagination span b {
  color: var(--gbp-blue);
  font-size: 19px;
}

.gbp-result-pagination span i {
  font-style: normal;
}

.gbp-result-disclaimer {
  max-width: 900px;
  margin: 20px auto 0;
  color: #7d8798;
  font-size: 10px;
  text-align: center;
}

.gbp-offer {
  background: #fff;
}

.gbp-offer img {
  width: 100%;
  height: auto;
  box-shadow: 0 12px 35px rgba(112, 0, 0, 0.14);
}

.gbp-choice h2 {
  margin: 0 0 42px;
  color: var(--gbp-navy);
  font-size: clamp(30px, 4.6vw, 46px);
  line-height: 1.45;
  text-align: center;
  white-space: nowrap;
}

.gbp-choice h2::after {
  display: block;
  width: 72px;
  height: 4px;
  margin: 19px auto 0;
  background: var(--gbp-red);
  content: "";
}

.gbp-choice h3 {
  margin: 34px 0 14px;
  padding-left: 19px;
  color: var(--gbp-navy);
  border-left: 5px solid var(--gbp-blue);
  font-size: 23px;
}

.gbp-promo-final {
  padding-top: 50px;
}

.gbp-cta-final {
  min-height: 225px;
}

.gbp-paid {
  background: #f7f8fa;
}

.gbp-paid > .gbp-frame {
  max-width: 760px;
}

.gbp-paid h2 {
  margin: 0 0 14px;
  color: var(--gbp-blue-dark);
  font-size: 30px;
  text-align: center;
}

.gbp-paid > .gbp-frame > p {
  margin: 0 0 28px;
  color: #68758a;
  text-align: center;
}

.gbp-paid-card {
  padding: 30px 34px;
  background: #fff;
  border: 1px solid #dfe4eb;
  box-shadow: 0 8px 25px rgba(32, 49, 76, 0.06);
}

.gbp-paid-card h3 {
  margin: 0 0 20px;
  color: var(--gbp-blue);
  font-size: 24px;
  text-align: center;
}

.gbp-paid-card dl {
  margin: 0;
}

.gbp-paid-card dl > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 15px;
  padding: 17px 0;
  border-top: 1px solid #e5e7eb;
}

.gbp-paid-card dt {
  color: var(--gbp-blue-dark);
  font-weight: 900;
}

.gbp-paid-card dd {
  margin: 0;
  color: #505b6d;
}

.gbp-paid-card dd strong {
  color: #bc0715;
  font-size: 21px;
}

.gbp-paid-card > p {
  margin: 14px 0 0;
  color: #7b8491;
  font-size: 10px;
  line-height: 1.7;
}

.gbp-footer {
  padding: 55px 30px;
  color: rgba(255, 255, 255, 0.72);
  background: #272727;
  text-align: center;
}

.gbp-footer-logo {
  margin: 0 0 18px;
  color: #fff;
  font-family: Arial, sans-serif;
  font-size: 19px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.gbp-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px 26px;
  margin-bottom: 23px;
}

.gbp-footer nav a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  text-decoration: none;
}

.gbp-footer nav a:hover,
.gbp-footer nav a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.gbp-footer > .gbp-frame > p:not(.gbp-footer-logo) {
  margin: 0 0 4px;
  font-size: 9px;
}

.gbp-footer small {
  font-size: 9px;
}

@media (max-width: 760px) {
  .gbp-lp {
    font-size: 15px;
  }

  .gbp-section-pad {
    padding: 55px 22px;
  }

  .gbp-area-label {
    top: 7px;
    left: 12px;
    padding: 3px 8px;
    border-left-width: 3px;
    font-size: clamp(10px, 3.3vw, 15px);
  }

  .gbp-promo {
    padding-top: 30px;
  }

  .gbp-edition-badge {
    top: -15px;
    min-width: 108px;
    padding: 4px 12px 5px;
    border-width: 3px;
    font-size: 12px;
  }

  .gbp-event-strip {
    grid-template-columns: 1fr 1fr;
    width: calc(100% - 24px);
    min-height: 0;
    margin-bottom: 30px;
    border-width: 2px;
  }

  .gbp-event-item {
    min-height: 76px;
    border-right: 1px solid #c4cbda;
    border-bottom: 1px solid #c4cbda;
  }

  .gbp-event-item:nth-child(2n) {
    border-right: 0;
  }

  .gbp-event-item:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .gbp-event-item > span {
    font-size: 10px;
  }

  .gbp-event-item > strong,
  .gbp-event-place > strong {
    padding: 6px 8px;
    font-size: 12px;
  }

  .gbp-event-item > strong b {
    font-size: 23px;
  }

  .gbp-cta-band {
    min-height: 175px;
    padding: 26px 14px 20px;
  }

  .gbp-cta-button {
    width: min(100%, 680px);
    min-height: 76px;
    padding: 10px 12px;
    border-width: 2px;
  }

  .gbp-cta-copy {
    font-size: clamp(23px, 6.4vw, 29px);
  }

  .gbp-cta-button > i {
    font-size: 32px;
  }

  .gbp-notes {
    font-size: 9px;
  }

  .gbp-heading > h2 {
    font-size: 27px;
    line-height: 1.45;
  }

  .gbp-heading > span {
    font-size: 13px;
  }

  .gbp-case-viewport {
    grid-auto-columns: 84%;
    gap: 12px;
  }

  .gbp-case-card {
    min-height: 290px;
  }

  .gbp-chapter-title {
    gap: 12px;
    margin-inline: -22px;
    margin-bottom: 34px;
    padding: 12px 18px;
  }

  .gbp-chapter-title > span {
    flex-basis: 42px;
    height: 42px;
    font-size: 16px;
  }

  .gbp-chapter-title h2 {
    font-size: 21px;
  }

  .gbp-story-grid {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .gbp-phone {
    position: static;
    grid-row: 1;
  }

  .gbp-phone img {
    width: min(66%, 265px);
  }

  .gbp-prose {
    font-size: 15px;
    line-height: 1.9;
  }

  .gbp-prose h3 {
    font-size: 23px;
  }

  .gbp-prose ul,
  .gbp-risk ul {
    padding: 17px 18px 17px 40px;
  }

  .gbp-emphasis {
    padding: 17px 18px;
    font-size: 16px;
  }

  .gbp-risk-overlay {
    background: rgba(5, 19, 52, 0.9);
  }

  .gbp-risk-content {
    padding: 55px 24px;
  }

  .gbp-risk h2 {
    font-size: 28px;
  }

  .gbp-risk p {
    font-size: 15px;
  }

  .gbp-pattern {
    background-attachment: scroll;
  }

  .gbp-opportunity .gbp-chapter-title {
    margin-inline: -22px;
  }

  .gbp-session {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 22px 26px;
    box-shadow: 7px 7px 0 #e9eef5;
  }

  .gbp-session-number {
    min-height: 66px;
    flex-direction: row;
    gap: 8px;
  }

  .gbp-session-number b {
    font-size: 34px;
  }

  .gbp-session h3 {
    font-size: 21px;
  }

  .gbp-session p {
    font-size: 14px;
  }

  .gbp-session ul {
    padding-left: 35px;
    font-size: 13px;
  }

  .gbp-venue-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .gbp-venue-details {
    padding: 20px;
  }

  .gbp-map,
  .gbp-map iframe {
    min-height: 330px;
  }

  .gbp-voice-panel > header {
    padding: 12px 17px;
  }

  .gbp-voice-panel > header p {
    font-size: 13px;
  }

  .gbp-voice-panel > header p > strong {
    font-size: 19px;
  }

  .gbp-voice-scroll {
    max-height: 680px;
    padding: 14px;
  }

  .gbp-voice-scroll article {
    padding: 20px 18px 18px 42px;
  }

  .gbp-voice-scroll h3 {
    font-size: 16px;
  }

  .gbp-voice-scroll p {
    font-size: 13px;
  }

  .gbp-speaker-grid {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 52px 24px 0;
  }

  .gbp-speaker-copy {
    padding-bottom: 20px;
  }

  .gbp-speaker-copy h2 {
    font-size: 28px;
  }

  .gbp-speaker-copy h3 {
    font-size: 29px;
  }

  .gbp-speaker figure {
    justify-self: end;
    width: min(70%, 280px);
  }

  .gbp-history-inner {
    padding: 56px 18px 50px;
  }

  .gbp-history h2 {
    font-size: 32px;
  }

  .gbp-history-stats {
    grid-template-columns: 1fr 1fr;
  }

  .gbp-history-stats > div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }

  .gbp-history-stats > div:nth-child(2) {
    border-right: 0;
  }

  .gbp-history-stats > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .gbp-history-card > header {
    padding: 20px 18px 16px;
  }

  .gbp-history-card > header h3 {
    font-size: 21px;
  }

  .gbp-history-card > header b {
    position: static;
    display: inline-block;
    margin-top: 9px;
  }

  .gbp-history-grid {
    grid-template-columns: 1fr;
    max-height: 560px;
    overflow-y: auto;
    padding: 7px 12px 17px;
  }

  .gbp-history-event {
    grid-template-columns: 48px 55px 1fr;
    font-size: 10px;
  }

  .gbp-gallery {
    padding-bottom: 55px;
  }

  .gbp-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    padding: 0 12px;
  }

  .gbp-gallery-grid img {
    height: 120px;
  }

  .gbp-company .gbp-section-pad {
    gap: 30px;
    padding-inline: 8px;
  }

  .gbp-results-inner {
    padding: 58px 16px;
  }

  .gbp-result-filters {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
  }

  .gbp-result-filters button {
    min-height: 58px;
    flex-direction: column;
    gap: 4px;
    padding: 6px 3px;
    font-size: clamp(8px, 2.3vw, 10px);
    line-height: 1.25;
  }

  .gbp-result-filters button span {
    min-width: 18px;
    height: 18px;
    padding-inline: 4px;
    font-size: 9px;
  }

  .gbp-result-grid {
    grid-template-columns: 1fr;
  }

  .gbp-result-card {
    min-height: 0;
  }

  .gbp-offer .gbp-section-pad {
    padding: 38px 10px;
  }

  .gbp-choice h2 {
    font-size: clamp(16px, 4.5vw, 26px);
    letter-spacing: -0.06em;
    overflow-wrap: normal;
    word-break: keep-all;
    white-space: nowrap;
  }

  .gbp-choice h3 {
    font-size: 20px;
  }

  .gbp-paid-card {
    padding: 23px 19px;
  }

  .gbp-paid-card dl > div {
    grid-template-columns: 66px 1fr;
  }

  .gbp-footer {
    padding: 42px 18px;
  }
}

@media (max-width: 430px) {
  .gbp-choice #choice-title {
    font-size: clamp(15px, 4.6vw, 19px);
  }

  .gbp-mobile-break {
    display: initial;
  }

  .gbp-hero-frame {
    min-height: 0;
    overflow: visible;
  }

  .gbp-hero-frame > img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    transform: none;
  }

  .gbp-promo-visual {
    min-height: 0;
    overflow: visible;
  }

  .gbp-promo-visual img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-left: 0;
    transform: none;
  }

  .gbp-heading > h2 br:not(.gbp-mobile-break) {
    display: none;
  }

  .gbp-history-stats strong {
    font-size: 17px;
  }

  .gbp-history-stats > div:first-child strong {
    font-size: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .gbp-case-viewport {
    scroll-behavior: auto;
  }

  .gbp-cta-button {
    transition: none;
  }
}
