.gbp-apply {
  --gbp-ink: #0b1f3a;
  --gbp-muted: #5f6f82;
  --gbp-line: #dbe4ee;
  --gbp-soft: #f4f8fc;
  --gbp-blue: #1768e5;
  --gbp-blue-dark: #0b4eae;
  --gbp-blue-soft: #eaf3ff;
  --gbp-error: #cf2e2e;
  --gbp-error-soft: #fff1f1;
  width: min(100%, 1120px);
  margin: 0 auto;
  overflow: clip;
  color: var(--gbp-ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  line-height: 1.75;
  text-align: left;
}

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

.gbp-apply [hidden] {
  display: none !important;
}

.gbp-apply h1,
.gbp-apply h2,
.gbp-apply h3,
.gbp-apply p,
.gbp-apply ul,
.gbp-apply ol {
  margin-top: 0;
}

.gbp-apply__hero {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.55fr);
  gap: clamp(30px, 5vw, 72px);
  align-items: center;
  min-height: 430px;
  padding: clamp(44px, 6vw, 78px);
  border: 1px solid #cfe2f8;
  border-radius: 24px 24px 0 0;
  background:
    radial-gradient(circle at 88% 8%, rgba(23, 104, 229, 0.11), transparent 34%),
    linear-gradient(135deg, #fff 0%, #f8fbff 66%, #edf6ff 100%);
  box-shadow: 0 22px 60px rgba(23, 104, 229, 0.1);
  color: var(--gbp-ink);
}

.gbp-apply__hero-copy {
  min-width: 0;
}

.gbp-apply__journey-label,
.gbp-apply__eyebrow {
  margin-bottom: 14px;
  color: var(--gbp-blue);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.gbp-apply__journey-label span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 14px;
  border: 1px solid var(--gbp-blue-dark);
  border-radius: 999px;
  background: var(--gbp-blue-dark);
  box-shadow: 0 8px 20px rgba(11, 78, 174, 0.18);
  color: #fff;
  letter-spacing: 0.04em;
}

.gbp-apply__journey-label small {
  display: inline-block;
  margin-left: 9px;
  color: var(--gbp-blue-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
}

.gbp-apply__hero h1 {
  max-width: 690px;
  margin-bottom: 20px;
  color: var(--gbp-ink);
  font-size: clamp(34px, 3.4vw, 48px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.32;
  overflow-wrap: anywhere;
}

.gbp-apply__hero h1 span {
  display: block;
}

.gbp-apply__lead {
  max-width: 660px;
  margin-bottom: 26px;
  color: #405a76;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.9;
}

.gbp-apply__hero-cta {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 11px;
  background: var(--gbp-blue);
  box-shadow: 0 12px 28px rgba(23, 104, 229, 0.22);
  color: #fff !important;
  font-weight: 900;
  line-height: 1.4;
  text-decoration: none !important;
  transition: box-shadow 0.18s ease, transform 0.18s ease;
}

.gbp-apply__hero-cta:hover {
  background: #0d59cf;
  box-shadow: 0 15px 32px rgba(23, 104, 229, 0.28);
  transform: translateY(-1px);
}

.gbp-apply__hero-cta:focus-visible {
  outline: 3px solid rgba(23, 104, 229, 0.27);
  outline-offset: 4px;
}

.gbp-apply__hero-summary {
  min-width: 0;
  padding: 28px;
  border: 1px solid #c9def7;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 38px rgba(23, 104, 229, 0.1);
}

.gbp-apply__hero-summary > p {
  margin-bottom: 6px;
  color: #4f6680;
  font-size: 13px;
  font-weight: 800;
}

.gbp-apply__hero-summary > strong {
  display: flex;
  align-items: baseline;
  gap: 5px;
  margin-bottom: 18px;
  color: var(--gbp-blue-dark);
  font-size: 58px;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.1;
}

.gbp-apply__hero-summary > strong span,
.gbp-apply__hero-summary > strong small {
  font-size: 14px;
  letter-spacing: 0;
}

.gbp-apply__hero-summary > small {
  display: block;
  color: #405a76;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.gbp-apply__assurances {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 18px;
  padding: 0;
  border: 1px solid #a9cff8;
  border-top: 0;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(180deg, #f8fbff, #eaf3ff);
  box-shadow: 0 15px 40px rgba(23, 104, 229, 0.11);
  list-style: none;
}

.gbp-apply__assurances li {
  display: flex;
  min-width: 0;
  min-height: 84px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px;
  color: #173756;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.gbp-apply__assurances li + li {
  border-left: 1px solid #b9d8fa;
}

.gbp-apply__assurances span {
  display: grid;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--gbp-blue);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.gbp-apply__assurances li:last-child strong {
  color: var(--gbp-blue-dark);
}

.gbp-apply__monitor-offer {
  position: relative;
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr) 200px;
  gap: 26px;
  align-items: center;
  margin: 0 0 28px;
  padding: 26px 30px;
  overflow: hidden;
  border: 1px solid #a9cff8;
  border-radius: 18px;
  background:
    radial-gradient(circle at 94% 0%, rgba(23, 104, 229, 0.14), transparent 34%),
    linear-gradient(135deg, #fff 0%, #f5f9ff 64%, #eaf3ff 100%);
  box-shadow: 0 16px 42px rgba(23, 104, 229, 0.11);
}

.gbp-apply__monitor-offer::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gbp-blue-dark), var(--gbp-blue), #67a7ff);
  content: "";
}

.gbp-apply__monitor-limit {
  display: grid;
  width: 104px;
  height: 104px;
  place-content: center;
  border: 4px solid #dbeaff;
  border-radius: 50%;
  background: var(--gbp-blue-dark);
  box-shadow: 0 12px 26px rgba(11, 78, 174, 0.22);
  color: #fff;
  line-height: 1;
  text-align: center;
}

.gbp-apply__monitor-limit span,
.gbp-apply__monitor-limit small {
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.gbp-apply__monitor-limit strong {
  display: block;
  margin: 3px 0;
  font-size: 38px;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.gbp-apply__monitor-copy {
  min-width: 0;
}

.gbp-apply__monitor-copy .gbp-apply__eyebrow {
  margin-bottom: 6px;
  color: var(--gbp-blue);
}

.gbp-apply__monitor-copy h2 {
  margin-bottom: 8px;
  color: var(--gbp-ink);
  font-size: 23px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.gbp-apply__monitor-copy > p:last-child {
  margin-bottom: 0;
  color: #405a76;
  font-size: 14px;
  line-height: 1.75;
}

.gbp-apply__monitor-copy > p:last-child strong {
  color: var(--gbp-blue-dark);
  font-weight: 900;
}

.gbp-apply__monitor-price {
  min-width: 0;
  padding: 17px 18px;
  border: 1px solid #c9def7;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 26px rgba(23, 104, 229, 0.09);
  text-align: center;
}

.gbp-apply__monitor-price > span {
  display: block;
  margin-bottom: 4px;
  color: #4f6680;
  font-size: 11px;
  font-weight: 800;
}

.gbp-apply__monitor-price > strong {
  display: block;
  color: var(--gbp-blue-dark);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.2;
  white-space: nowrap;
}

.gbp-apply__monitor-price small {
  margin-left: 4px;
  font-size: 13px;
  letter-spacing: 0;
}

.gbp-apply__application-layout {
  display: grid;
  grid-template-columns: minmax(330px, 0.78fr) minmax(0, 1.22fr);
  gap: 24px;
  align-items: start;
}

.gbp-apply__decision,
.gbp-apply__form-section,
.gbp-apply__flow-section {
  border: 1px solid var(--gbp-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(14, 40, 73, 0.08);
}

.gbp-apply__decision {
  overflow: hidden;
}

.gbp-apply__decision-section {
  padding: 28px;
}

.gbp-apply__decision-section + .gbp-apply__decision-section {
  border-top: 1px solid var(--gbp-line);
}

.gbp-apply__decision .gbp-apply__eyebrow {
  color: var(--gbp-blue);
}

.gbp-apply__decision h2 {
  margin-bottom: 18px;
  color: var(--gbp-ink);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.45;
}

.gbp-apply__offer-list {
  display: grid;
  gap: 10px;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
}

.gbp-apply__offer-list li {
  position: relative;
  padding-left: 25px;
  color: #30485f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

.gbp-apply__offer-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--gbp-blue);
  content: "✓";
  font-weight: 900;
}

.gbp-apply__post-count {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 14px;
  border-radius: 13px;
  background: var(--gbp-blue-soft);
  text-align: center;
}

.gbp-apply__post-count span {
  min-width: 0;
  color: #2d4b6a;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.45;
}

.gbp-apply__post-count strong {
  color: var(--gbp-blue-dark);
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
}

.gbp-apply__post-count small {
  font-size: 10px;
}

.gbp-apply__post-count b {
  color: var(--gbp-blue);
  font-size: 18px;
}

.gbp-apply__responsibility {
  display: grid;
  gap: 9px;
}

.gbp-apply__responsibility p {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  margin-bottom: 0;
  padding: 12px;
  border-radius: 10px;
  background: var(--gbp-soft);
}

.gbp-apply__responsibility span {
  display: inline-grid;
  min-height: 25px;
  place-items: center;
  border-radius: 6px;
  background: #d9eaff;
  color: var(--gbp-blue-dark);
  font-size: 10px;
  font-weight: 900;
}

.gbp-apply__responsibility strong {
  color: #30485f;
  font-size: 13px;
  line-height: 1.65;
}

.gbp-apply__price-line {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.gbp-apply__price-line p {
  margin-bottom: 0;
  padding: 13px;
  border: 1px solid var(--gbp-line);
  border-radius: 10px;
}

.gbp-apply__price-line span,
.gbp-apply__price-line strong,
.gbp-apply__price-line del {
  display: block;
}

.gbp-apply__price-line span {
  margin-bottom: 3px;
  color: var(--gbp-muted);
  font-size: 10px;
  font-weight: 800;
}

.gbp-apply__price-line strong {
  color: var(--gbp-blue-dark);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
}

.gbp-apply__price-line del {
  color: #6f7c8b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
}

.gbp-apply__price-note,
.gbp-apply__no-auto-charge {
  margin-bottom: 0;
  color: var(--gbp-muted);
  font-size: 12px;
  line-height: 1.7;
}

.gbp-apply__no-auto-charge {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 9px;
  background: #eef8f4;
  color: #126348;
  font-weight: 800;
}

.gbp-apply__form-section {
  overflow: hidden;
}

.gbp-apply__form-heading {
  padding: 34px 36px 20px;
  text-align: center;
}

.gbp-apply__form-heading .gbp-apply__eyebrow {
  color: var(--gbp-blue);
}

.gbp-apply__form-heading h2,
.gbp-apply__complete h2 {
  margin-bottom: 7px;
  color: var(--gbp-ink);
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.4;
}

.gbp-apply__form-heading > p:not(.gbp-apply__eyebrow):not(.gbp-apply__demo-context) {
  margin-bottom: 0;
  color: var(--gbp-muted);
  font-size: 13px;
}

.gbp-apply__demo-context {
  margin: 13px 0 0;
  padding: 8px 12px;
  border-radius: 8px;
  background: #eef8f4;
  color: #126348;
  font-size: 12px;
  font-weight: 800;
}

.gbp-apply__form-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 0 36px 22px;
  color: var(--gbp-blue-dark);
  font-size: 13px;
  text-align: center;
}

.gbp-apply__form-meta > span {
  display: flex;
  min-width: 0;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 9px 10px;
  border: 1px solid #b9d8fa;
  border-radius: 10px;
  background: #eff6ff;
  box-shadow: 0 5px 14px rgba(23, 104, 229, 0.08);
  line-height: 1.45;
}

.gbp-apply__form-meta strong {
  font-weight: 900;
}

.gbp-apply__form-meta-icon {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--gbp-blue);
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.gbp-apply .wpcf7,
.gbp-apply .wpcf7 form {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}

.gbp-apply .wpcf7 form > p {
  min-height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
}

.gbp-apply .wpcf7 form > br {
  display: none;
}

.gbp-apply__form-progress {
  padding: 16px 36px;
  background: #edf5ff;
}

.gbp-apply__form-progress > div:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 9px;
  color: #2a4058;
  font-size: 12px;
}

.gbp-apply__form-progress [data-gbp-progress-text] {
  color: var(--gbp-blue);
  font-weight: 900;
  white-space: nowrap;
}

.gbp-apply__progress-track {
  height: 7px;
  overflow: hidden;
  border-radius: 99px;
  background: #d4e4f4;
}

.gbp-apply__progress-track > span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #4294f4, var(--gbp-blue));
  transition: width 0.22s ease;
}

.gbp-apply__fields {
  display: grid;
  gap: 22px;
  padding: 30px 36px 8px;
}

.gbp-apply__field {
  display: grid;
  min-width: 0;
  gap: 8px;
}

.gbp-apply__label {
  display: block;
  margin: 0;
  color: var(--gbp-ink);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.45;
}

.gbp-apply__required {
  display: inline-block;
  margin-left: 6px;
  padding: 3px 7px;
  border-radius: 5px;
  background: var(--gbp-blue);
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.3;
  vertical-align: 0.1em;
}

.gbp-apply__field .wpcf7-form-control-wrap {
  display: block;
  min-width: 0;
}

.gbp-apply__input,
.gbp-apply__select {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 54px;
  margin: 0;
  padding: 12px 15px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  box-shadow: none;
  color: var(--gbp-ink);
  font: inherit;
  font-size: 16px;
  line-height: 1.5;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease;
}

.gbp-apply__select {
  appearance: auto;
  padding-right: 36px;
}

.gbp-apply__input::placeholder {
  color: #94a3b8;
  opacity: 1;
}

.gbp-apply__input:focus,
.gbp-apply__select:focus,
.gbp-apply__input:focus-visible,
.gbp-apply__select:focus-visible {
  border-color: var(--gbp-blue);
  outline: none;
  box-shadow: 0 0 0 4px rgba(23, 104, 229, 0.12);
}

.gbp-apply .wpcf7-not-valid.gbp-apply__input,
.gbp-apply .wpcf7-not-valid.gbp-apply__select,
.gbp-apply .wpcf7-not-valid.gbp-apply__input:focus,
.gbp-apply .wpcf7-not-valid.gbp-apply__select:focus,
.gbp-apply .wpcf7-not-valid.gbp-apply__input:focus-visible,
.gbp-apply .wpcf7-not-valid.gbp-apply__select:focus-visible {
  border-color: var(--gbp-error);
  background: var(--gbp-error-soft);
  box-shadow: 0 0 0 4px rgba(207, 46, 46, 0.1);
}

.gbp-apply .wpcf7-not-valid-tip {
  margin-top: 6px;
  color: var(--gbp-error);
  font-size: 12px;
  font-weight: 800;
}

.gbp-apply__field-note,
.gbp-apply__industry-note {
  margin: -1px 0 0;
  color: var(--gbp-muted);
  font-size: 11px;
  line-height: 1.6;
}

.gbp-apply__industry-note.is-active {
  color: var(--gbp-blue-dark);
  font-weight: 800;
}

.gbp-apply__consent,
.gbp-apply__turnstile,
.gbp-apply__submit-area,
.gbp-apply .wpcf7-response-output {
  margin-right: 36px;
  margin-left: 36px;
}

.gbp-apply .wpcf7 form .gbp-apply__consent {
  margin-top: 22px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  color: var(--gbp-muted);
  font-size: 12px;
  line-height: 1.7;
}

.gbp-apply__consent .wpcf7-list-item {
  margin: 0;
}

.gbp-apply__consent label {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  cursor: pointer;
}

.gbp-apply__consent input[type="checkbox"] {
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  margin: 2px 0 0;
  accent-color: var(--gbp-blue);
}

.gbp-apply__consent input[type="checkbox"]:focus-visible {
  outline: 3px solid rgba(23, 104, 229, 0.24);
  outline-offset: 3px;
}

.gbp-apply .wpcf7 form .gbp-apply__turnstile {
  display: flex;
  max-width: 100%;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
  line-height: 1;
}

.gbp-apply__turnstile .cf-turnstile,
.gbp-apply__turnstile iframe {
  margin: 0;
  max-width: 100%;
}

.gbp-apply .wpcf7 form .gbp-apply__submit-area {
  margin-top: 14px;
  margin-bottom: 8px;
  padding-top: 0;
  padding-bottom: 0;
}

.gbp-apply__submit-wrap {
  position: relative;
  display: block;
  width: 100%;
}

.gbp-apply .wpcf7 form input[type="submit"].wpcf7-submit.gbp-apply__submit {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  min-height: 60px;
  margin: 0;
  padding: 14px 42px;
  border: 0;
  border-radius: 11px;
  background-color: #1768e5;
  background-image: linear-gradient(100deg, #2c7dea, #1768e5 60%, #0d59cf);
  box-shadow: 0 12px 26px rgba(23, 104, 229, 0.23);
  color: #fff;
  -webkit-text-fill-color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
  text-align: center;
  white-space: normal;
  transition: background-color 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.gbp-apply .wpcf7 form input[type="submit"].wpcf7-submit.gbp-apply__submit:hover:not(:disabled) {
  background-color: #0753c7;
  background-image: linear-gradient(100deg, #1768e5, #0753c7);
  color: #fff;
  -webkit-text-fill-color: #fff;
  box-shadow: 0 15px 30px rgba(23, 104, 229, 0.3);
  transform: translateY(-1px);
}

.gbp-apply .wpcf7 form input[type="submit"].wpcf7-submit.gbp-apply__submit:focus,
.gbp-apply .wpcf7 form input[type="submit"].wpcf7-submit.gbp-apply__submit:focus-visible {
  background-color: #1768e5;
  color: #fff;
  -webkit-text-fill-color: #fff;
  outline: 3px solid rgba(23, 104, 229, 0.28);
  outline-offset: 4px;
}

.gbp-apply .wpcf7 form input[type="submit"].wpcf7-submit.gbp-apply__submit:disabled {
  background-color: #1768e5;
  color: #fff;
  -webkit-text-fill-color: #fff;
  cursor: wait;
  opacity: 0.82;
}

.gbp-apply__button-spinner {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: calc(50% - 76px);
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.48);
  border-top-color: #fff;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

.gbp-apply.is-submitting .gbp-apply__button-spinner {
  animation: gbp-apply-spin 0.82s linear infinite;
  opacity: 1;
}

.gbp-apply__submit-status {
  display: block;
  min-height: 1.5em;
  margin-top: 7px;
  color: var(--gbp-muted);
  font-size: 11px;
  text-align: center;
}

.gbp-apply__submit-status:empty {
  display: none;
}

.gbp-apply .wpcf7-spinner {
  display: none !important;
}

.gbp-apply .wpcf7-response-output {
  margin-top: 16px;
  margin-bottom: 24px;
  padding: 12px 14px;
  border: 1px solid var(--gbp-error);
  border-radius: 9px;
  background: var(--gbp-error-soft);
  color: #8f1d14;
  font-size: 12px;
}

.gbp-apply .wpcf7-response-output:empty,
.gbp-apply .wpcf7-response-output[aria-hidden="true"] {
  display: none;
}

.gbp-apply form.sent .wpcf7-response-output {
  border-color: #0f9f6e;
  background: #ecfdf5;
  color: #087553;
}

.gbp-apply__after-submit-notice {
  display: grid;
  gap: 9px;
  margin: 20px 36px 0;
  padding-bottom: 40px;
}

.gbp-apply__after-submit-notice > p {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  margin: 0;
  padding: 20px 16px;
  border: 1px solid #d6e6f8;
  border-radius: 10px;
  background: #f7fbff;
  color: #30485f;
  font-size: 12px;
  line-height: 1.7;
}

.gbp-apply__after-submit-notice > p:first-child {
  background: var(--gbp-blue-soft);
  color: var(--gbp-blue-dark);
  font-size: 13px;
}

.gbp-apply__after-submit-notice > p > span:first-child {
  font-size: 17px;
  line-height: 1.5;
  text-align: center;
}

.gbp-apply__after-submit-notice strong {
  display: block;
  font-weight: 900;
}

.gbp-apply__after-submit-notice > p span small {
  display: block;
  margin-top: 6px;
  color: var(--gbp-muted);
  font-size: 11px;
  line-height: 1.6;
}

@media (min-width: 861px) {
  .gbp-apply__hero h1 span {
    white-space: nowrap;
  }
}

.gbp-apply__form-unavailable {
  margin: 0 36px 28px;
  padding: 16px;
  border: 1px solid var(--gbp-error);
  border-radius: 10px;
  background: var(--gbp-error-soft);
  color: #8f1d14;
}

.gbp-apply__complete {
  min-height: 480px;
  padding: 70px 36px;
  text-align: center;
}

.gbp-apply__complete-icon {
  display: grid;
  width: 64px;
  height: 64px;
  margin: 0 auto 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--gbp-blue);
  box-shadow: 0 12px 28px rgba(23, 104, 229, 0.25);
  color: #fff;
  font-size: 30px;
  font-weight: 900;
}

.gbp-apply__complete > p:not(.gbp-apply__eyebrow) {
  max-width: 520px;
  margin: 15px auto;
  color: var(--gbp-muted);
}

.gbp-apply__complete-note {
  max-width: 520px;
  margin: 22px auto 0;
  padding: 14px;
  border-radius: 10px;
  background: var(--gbp-blue-soft);
  color: var(--gbp-blue-dark);
  font-size: 12px;
  font-weight: 800;
}

.gbp-apply__flow-section {
  display: grid;
  grid-template-columns: minmax(220px, 0.55fr) minmax(0, 1.45fr);
  gap: 34px;
  align-items: center;
  margin-top: 24px;
  padding: 28px 34px;
}

.gbp-apply__flow-section .gbp-apply__eyebrow {
  margin-bottom: 7px;
  color: var(--gbp-blue);
}

.gbp-apply__flow-section h2 {
  margin-bottom: 5px;
  color: var(--gbp-ink);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
}

.gbp-apply__flow-section > div > p:last-child {
  margin-bottom: 0;
  color: var(--gbp-muted);
  font-size: 12px;
}

.gbp-apply__flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.gbp-apply__flow li {
  display: grid;
  min-width: 0;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  padding: 12px;
  border-radius: 10px;
  background: var(--gbp-soft);
}

.gbp-apply__flow li span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--gbp-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.gbp-apply__flow li strong {
  color: #30485f;
  font-size: 11px;
  line-height: 1.45;
}

@keyframes gbp-apply-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@media (max-width: 860px) {
  .gbp-apply__hero {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 0.55fr);
    gap: 28px;
    min-height: 390px;
    padding: 42px 34px;
  }

  .gbp-apply__hero h1 {
    font-size: clamp(30px, 4.6vw, 38px);
  }

  .gbp-apply__monitor-offer {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 20px;
    padding: 24px;
  }

  .gbp-apply__monitor-limit {
    width: 88px;
    height: 88px;
  }

  .gbp-apply__monitor-limit strong {
    font-size: 32px;
  }

  .gbp-apply__monitor-price {
    display: flex;
    min-height: 58px;
    grid-column: 1 / -1;
    align-items: baseline;
    justify-content: center;
    gap: 12px;
    padding: 12px 16px;
  }

  .gbp-apply__monitor-price > span {
    margin-bottom: 0;
  }

  .gbp-apply__monitor-price > strong {
    font-size: 30px;
  }

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

  .gbp-apply__form-section {
    order: -1;
  }

  .gbp-apply__flow-section {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

@media (max-width: 620px) {
  .gbp-apply {
    width: 100%;
    font-size: 16px;
  }

  .gbp-apply__hero {
    display: block;
    min-height: 0;
    padding: 30px 22px 24px;
    border-radius: 16px 16px 0 0;
  }

  .gbp-apply__journey-label {
    margin-bottom: 13px;
  }

  .gbp-apply__journey-label span {
    min-height: 30px;
    padding: 5px 11px;
    font-size: 11px;
  }

  .gbp-apply__journey-label small {
    display: block;
    margin: 7px 0 0;
  }

  .gbp-apply__hero h1 {
    margin-bottom: 15px;
    font-size: clamp(28px, 8vw, 34px);
    line-height: 1.37;
  }

  .gbp-apply__lead {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.8;
  }

  .gbp-apply__hero-cta {
    width: 100%;
    min-height: 52px;
  }

  .gbp-apply__hero-summary {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 2px 14px;
    align-items: center;
    margin-top: 22px;
    padding: 16px;
    border-radius: 12px;
  }

  .gbp-apply__hero-summary > p {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 0;
  }

  .gbp-apply__hero-summary > strong {
    grid-column: 2;
    grid-row: 1 / span 2;
    margin-bottom: 0;
    font-size: 43px;
  }

  .gbp-apply__hero-summary > small {
    grid-column: 1;
    grid-row: 2;
    font-size: 11px;
  }

  .gbp-apply__assurances {
    margin-bottom: 18px;
    border-radius: 0 0 13px 13px;
  }

  .gbp-apply__assurances li {
    display: grid;
    min-height: 72px;
    gap: 5px;
    padding: 9px 4px;
    font-size: 11px;
    line-height: 1.35;
  }

  .gbp-apply__assurances span {
    width: 25px;
    height: 25px;
    margin: 0 auto;
  }

  .gbp-apply__monitor-offer {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 18px;
    padding: 20px 18px;
    border-radius: 14px;
  }

  .gbp-apply__monitor-limit {
    width: 70px;
    height: 70px;
    border-width: 3px;
  }

  .gbp-apply__monitor-limit span,
  .gbp-apply__monitor-limit small {
    font-size: 9px;
  }

  .gbp-apply__monitor-limit strong {
    margin: 2px 0;
    font-size: 27px;
  }

  .gbp-apply__monitor-copy .gbp-apply__eyebrow {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .gbp-apply__monitor-copy h2 {
    margin-bottom: 7px;
    font-size: 19px;
    line-height: 1.5;
  }

  .gbp-apply__monitor-copy > p:last-child {
    font-size: 12px;
    line-height: 1.7;
  }

  .gbp-apply__monitor-price {
    min-height: 54px;
    gap: 9px;
    padding: 10px 12px;
  }

  .gbp-apply__monitor-price > span {
    font-size: 10px;
  }

  .gbp-apply__monitor-price > strong {
    font-size: 27px;
  }

  .gbp-apply__application-layout {
    gap: 18px;
  }

  .gbp-apply__decision,
  .gbp-apply__form-section,
  .gbp-apply__flow-section {
    border-radius: 14px;
  }

  .gbp-apply__decision-section {
    padding: 22px 18px;
  }

  .gbp-apply__decision h2 {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .gbp-apply__post-count {
    gap: 7px;
    padding: 12px 8px;
  }

  .gbp-apply__post-count strong {
    font-size: 28px;
  }

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

  .gbp-apply__price-line {
    gap: 7px;
  }

  .gbp-apply__price-line p {
    padding: 11px;
  }

  .gbp-apply__price-line strong {
    font-size: 16px;
  }

  .gbp-apply__form-heading {
    padding: 28px 20px 18px;
    text-align: left;
  }

  .gbp-apply__form-heading h2,
  .gbp-apply__complete h2 {
    font-size: 25px;
  }

  .gbp-apply__form-meta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
    margin: 0 20px 18px;
    font-size: 12px;
    text-align: center;
  }

  .gbp-apply__form-meta > span {
    min-height: 48px;
    gap: 6px;
    padding: 7px 6px;
  }

  .gbp-apply__form-meta-icon {
    width: 25px;
    height: 25px;
    flex-basis: 25px;
    font-size: 12px;
  }

  .gbp-apply__form-progress {
    padding: 15px 20px;
  }

  .gbp-apply__fields {
    gap: 20px;
    padding: 26px 20px 6px;
  }

  .gbp-apply__input,
  .gbp-apply__select {
    min-height: 54px;
    font-size: 16px;
  }

  .gbp-apply__consent,
  .gbp-apply__turnstile,
  .gbp-apply__submit-area,
  .gbp-apply .wpcf7-response-output {
    margin-right: 20px;
    margin-left: 20px;
  }

  .gbp-apply .wpcf7 form .gbp-apply__consent {
    margin-top: 16px;
    margin-bottom: 0;
  }

  .gbp-apply .wpcf7 form .gbp-apply__turnstile {
    margin-top: 10px;
    margin-bottom: 0;
  }

  .gbp-apply .wpcf7 form .gbp-apply__submit-area {
    margin-top: 12px;
    margin-bottom: 6px;
  }

  .gbp-apply__after-submit-notice {
    margin: 16px 20px 0;
    padding-bottom: 32px;
  }

  .gbp-apply__after-submit-notice > p {
    padding: 20px 16px;
  }

  .gbp-apply .wpcf7 form input[type="submit"].wpcf7-submit.gbp-apply__submit {
    min-height: 60px;
    padding-right: 28px;
    padding-left: 28px;
    font-size: 16px;
  }

  .gbp-apply__button-spinner {
    left: calc(50% - 72px);
  }

  .gbp-apply__form-unavailable {
    margin-right: 20px;
    margin-left: 20px;
  }

  .gbp-apply__complete {
    min-height: 420px;
    padding: 58px 20px;
  }

  .gbp-apply__flow-section {
    margin-top: 18px;
    padding: 22px 18px;
  }

  .gbp-apply__flow {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .gbp-apply__flow li {
    min-height: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gbp-apply *,
  .gbp-apply *::before,
  .gbp-apply *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
