/* Template Name: Agents Referral v2 */

 :root {
  --color-bg: #0f1219;
  --color-bg-alt: #1a1f2e;
  --color-accent: #d4622a;
  --color-accent-light: #e07a45;
  --color-text: #ffffff;
  --color-text-muted: #b8bcc8;
  --color-text-on-accent: #0f1219;
  --color-label: #8a8f9c;

  --font-display: "Cormorant Garamond", serif;
  --font-sans: "Raleway", sans-serif;

  --heading-subtitle-size: 12px;
  --heading-subtitle-line: 19.2px;
  --heading-subtitle-tracking: 5px;
  --heading-subtitle-weight: 600;

  --heading-display-size: 72px;
  --heading-display-line: 79.2px;
  --heading-display-weight: 300;

  --heading-body-size: 17px;
  --heading-body-line: 29.75px;
  --heading-body-weight: 300;

  --btn-label-size: 12px;
  --btn-label-line: 19.2px;
  --btn-label-tracking: 3px;
  --btn-label-weight: 600;

  --btn-width: 282.56px;
  --btn-height: 55.19px;
  --btn-radius: 0;
  --btn-shadow-hover: 0 4px 10px rgba(181, 107, 69, 0.5);
  --gradient-cta: linear-gradient(135deg, #d4622a 0%, #e07a45 100%);

  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 48px;
  --space-xl: 64px;
  --radius-none: 0;
}

#main-wrapper{
	overflow: hidden;
}

.ip-banner{
	display: none;
}

#inner-page-wrapper{
	margin-bottom: 0;
	padding: 0 0 0;
}

#inner-page-wrapper > .container{
	width: 100%;
	padding: 0 0;
}

.mw-container{
	margin-left: auto;
	margin-right: auto;
	max-width: calc(100% - 40px);
}

.footerMain{
	border-top: 1px solid rgba(212, 98, 42, 0.08);
	background: #0F1219;
}
.footerMain__copyright{
	line-height: 1.2;
}

.heading {
  margin: 0;
}

.heading--subtitle {
  font-family: var(--font-sans);
  font-weight: var(--heading-subtitle-weight);
  font-size: var(--heading-subtitle-size);
  line-height: var(--heading-subtitle-line);
  letter-spacing: var(--heading-subtitle-tracking);
  text-transform: uppercase;
  color: var(--color-accent);
}

.heading--display {
  font-family: var(--font-display);
  font-weight: var(--heading-display-weight);
  font-size: var(--heading-display-size);
  line-height: var(--heading-display-line);
  font-style: normal;
  color: var(--color-text);
}

.heading--display-accent {
  font-family: var(--font-display);
  font-weight: var(--heading-display-weight);
  font-size: var(--heading-display-size);
  line-height: var(--heading-display-line);
  font-style: italic;
  color: var(--color-accent);
}
.heading--display-md {
  font-size: 48px;
  line-height: 57.6px;
}
.heading--body {
  font-family: var(--font-sans);
  font-weight: var(--heading-body-weight);
  font-size: var(--heading-body-size);
  line-height: var(--heading-body-line);
  color: var(--color-text-muted);
}

/* Button — from design-system.html */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn__label {
  font-family: var(--font-sans);
  font-weight: var(--btn-label-weight);
  font-size: var(--btn-label-size);
  line-height: var(--btn-label-line);
  letter-spacing: var(--btn-label-tracking);
  text-transform: uppercase;
  color: var(--color-text-on-accent);
}

.btn--primary {
  width: var(--btn-width);
  height: var(--btn-height);
  border-radius: var(--btn-radius);
  background-image: var(--gradient-cta);
  box-shadow: none;
}

.btn--primary:hover {
  box-shadow: var(--btn-shadow-hover);
}

.btn--primary:focus {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}

.btn--primary:focus:not(:focus-visible) {
  outline: none;
}

.btn--primary:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}

.btn--primary:active {
  box-shadow: var(--btn-shadow-hover);
  opacity: 0.92;
}

/* Banner section */
.banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 243px 24px 240px;
  overflow: hidden;
  background: #0f1219;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #0f1219 0%, rgba(212, 98, 42, 0.3) 50%, #0f1219 100%) 1;
}

.banner__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.banner__bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

/* Radial accent glows — Figma Gradient layer overlays */
.banner__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  /*background:
    radial-gradient(ellipse 434px 127px at 20% 50%, rgba(212, 98, 42, 0.06) 0%, rgba(212, 98, 42, 0) 60%),
    radial-gradient(ellipse 434px 177px at 80% 30%, rgba(212, 98, 42, 0.04) 0%, rgba(212, 98, 42, 0) 50%);*/
  background:
    radial-gradient(ellipse 434px 127px at center center, rgba(212, 98, 42, 0.06) 0%, rgba(212, 98, 42, 0) 60%),
    radial-gradient(ellipse 434px 177px at center center, rgba(212, 98, 42, 0.04) 0%, rgba(212, 98, 42, 0) 50%);
  pointer-events: none;
  z-index: 1;
}

/* Concentric rings — outer 600px / inner 498px (inset ~51px) */
.banner__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at center,
    transparent 248.5px,
    rgba(212, 98, 42, 0.04) 248.5px,
    rgba(212, 98, 42, 0.04) 249.5px,
    transparent 249.5px,
    transparent 299.5px,
    rgba(212, 98, 42, 0.06) 299.5px,
    rgba(212, 98, 42, 0.06) 300.5px,
    transparent 300.5px
  );
  pointer-events: none;
  z-index: 2;
}

.banner__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 46px;
  width: 100%;
  max-width: 525.81px;
  text-align: center;
}

.banner__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.banner__title-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 26px;
  width: 100%;
  max-width: 414.14px;
}

.banner__title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner__body {
  width: 100%;
  max-width: 525.81px;
}
ul.header__contact{
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	letter-spacing: 0.077em;
	color: #D4622A;
	gap: 0.6em;
  font-family: var(--font-sans);
}
.header-button{
	display: none;
}
ul.header__contact  li{}
ul.header__contact  li:nth-child(even){
	font-size: 1.7em;
}
ul.header__contact  li a{
	font-size: inherit;
	color: inherit;
}
ul.header__contact  li a:hover{
	color: #fff;
}

.process {
  position: relative;
  width: 100%;
  padding: 102px 24px 105px;
  overflow: hidden;
  background: #1a1f2e;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #1a1f2e 0%, rgba(212, 98, 42, 0.3) 50%, #1a1f2e 100%) 1;
}

.process__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.process__bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

/* Top-right radial glow — Figma Gradient 6031:543 */
.process__bg::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle at center,
    rgba(212, 98, 42, 0.04) 0%,
    rgba(212, 98, 42, 0) 70%
  );
  pointer-events: none;
  z-index: 1;
}

.process__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1013px;
  margin: 0 auto;
}

.process__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 100%;
  max-width: 356.07px;
  text-align: center;
  margin-bottom: 72.19px;
}

/* Eyebrow overrides — Figma 11px / 17.6px / tracking 4px */
.process__title .heading--subtitle {
  font-size: 11px;
  line-height: 17.6px;
  letter-spacing: 4px;
}

.process__steps {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  position: relative;
  gap: 0;
  counter-reset: item;
}

/* Horizontal connector behind circles */
.process__steps::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 16.5%;
  right: 16.5%;
  height: 1px;
  background: linear-gradient(
    to right,
    rgba(212, 98, 42, 0),
    rgba(212, 98, 42, 0.25) 50%,
    rgba(212, 98, 42, 0)
  );
  pointer-events: none;
  z-index: 0;
}

.process__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}

.process__step-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  height: 96px;
  border-radius: 48px;
  background: var(--color-bg-alt);
  border: 1px solid rgba(212, 98, 42, 0.3);
  box-shadow: none;
  margin-bottom: 32px;
  transition: all 0.2s ease;
  cursor: default;
  text-decoration: none;
  color: inherit;
}

.process__step-circle:hover {
  border-color: var(--color-accent);
  box-shadow: 0 4px 10px rgba(181, 107, 69, 0.3);
}

.process__step-circle:focus {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}

.process__step-circle:focus:not(:focus-visible) {
  outline: none;
}

.process__step-circle:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
  border-color: var(--color-accent);
  box-shadow: 0 4px 10px rgba(181, 107, 69, 0.3);
}

.process__step-circle:active {
  border-color: var(--color-accent);
  box-shadow: 0 4px 10px rgba(181, 107, 69, 0.3);
}

.process__step-num {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 36px;
  line-height: 57.6px;
  color: var(--color-accent);
  text-align: center;
  counter-increment: item;
}
.process__step-num:before{
	content: counter(item);
}
.process__step-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 279.74px;
}

.process__step:nth-child(2) .process__step-body {
  max-width: 276.65px;
}

.process__step:nth-child(3) .process__step-body {
  max-width: 257.9px;
}

.process__step-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 24px;
  line-height: 38.4px;
  color: var(--color-text);
  margin: 0;
}

.process__step-desc {
  font-family: var(--font-sans);
  font-weight: 300;
  font-size: 14px;
  line-height: 23.8px;
  color: #7d8294;
  margin: 0;
}

.open-agents {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 72px 24px;
  overflow: hidden;
  background: #0f1219;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #0f1219 0%, rgba(212, 98, 42, 0.3) 50%, #0f1219 100%) 1;
}

.open-agents__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.open-agents__bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.open-agents__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: center;
}

.open-agents__frame {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 800px;
  min-height: 255.8px;
  padding: 57px 119px 62px;
  border: 1px solid rgba(212, 98, 42, 0.2);
  gap: 20px;
}

/* Corner accent — top-left */
.open-agents__frame::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 20px;
  height: 20px;
  border-top: 2px solid var(--color-accent);
  border-left: 2px solid var(--color-accent);
  pointer-events: none;
}

/* Corner accent — bottom-right */
.open-agents__frame::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 20px;
  height: 20px;
  border-bottom: 2px solid var(--color-accent);
  border-right: 2px solid var(--color-accent);
  pointer-events: none;
}

.open-agents__heading {
  font-family: var(--font-display);
  font-weight: var(--heading-display-weight);
  font-size: 28px;
  line-height: 44.8px;
  color: var(--color-text);
  max-width: 435.87px;
  margin: 0;
}

.open-agents__heading-accent {
  color: var(--color-accent);
}

/* Description — .heading--body with Figma size overrides */
.open-agents__desc {
  font-size: 15px;
  line-height: 27px;
  max-width: 562.18px;
}

.advantage {
  position: relative;
  width: 100%;
  padding: 102px 24px 100px;
  overflow: hidden;
  background: #1a1f2e;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #1a1f2e 0%, rgba(212, 98, 42, 0.3) 50%, #1a1f2e 100%) 1;
}

.advantage__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.advantage__bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

.advantage__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

.advantage__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  width: 100%;
  max-width: 509.98px;
  text-align: center;
  margin-bottom: 72.18px;
}

.advantage__title .heading--subtitle {
  font-size: 11px;
  line-height: 17.6px;
  letter-spacing: 4px;
}

.advantage__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  width: 100%;
  list-style: none;
}

.advantage__card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  min-height: 190.58px;
  padding: 40px 32px 32px;
  background: rgba(212, 98, 42, 0.02);
  border: 1px solid rgba(212, 98, 42, 0.08);
  transition: all 0.2s ease;
  text-decoration: none;
  color: inherit;
  outline: none;
}

/* Left accent bar — hidden idle, full height on hover */
.advantage__card::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 2px;
  height: 0;
  background: var(--color-accent);
  pointer-events: none;
  transition: all 0.2s ease;
}

.advantage__card:hover {
  background: rgba(212, 98, 42, 0.04);
  border-color: rgba(212, 98, 42, 0.12);
}

.advantage__card:hover::before {
  height: calc(100% + 2px);
}

.advantage__card:focus {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}

.advantage__card:focus:not(:focus-visible) {
  outline: none;
}

.advantage__card:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
  background: rgba(212, 98, 42, 0.04);
  border-color: rgba(212, 98, 42, 0.12);
}

.advantage__card:focus-visible::before {
  height: calc(100% + 2px);
}

.advantage__card:active {
  background: rgba(212, 98, 42, 0.04);
  border-color: rgba(212, 98, 42, 0.12);
}

.advantage__card:active::before {
  height: calc(100% + 2px);
}

.advantage__card-title {
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 22px;
  line-height: 35.2px;
  color: var(--color-accent);
  margin: 0 0 18px;
}

.advantage__card-desc {
  font-family: var(--font-sans);
  font-weight: var(--heading-body-weight);
  font-size: 14px;
  line-height: 23.8px;
  color: #7d8294;
  margin: 0;
}

.referral-statement {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 83px 24px 85px;
  overflow: hidden;
  background: #0f1219;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #0f1219 0%, rgba(212, 98, 42, 0.3) 50%, #0f1219 100%) 1;
}

.referral-statement__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.referral-statement__bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

/* Centered radial glow — Figma Gradient 6031:584 */
.referral-statement__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 1358px 256px at 50% 50%,
    rgba(212, 98, 42, 0.05) 0%,
    rgba(212, 98, 42, 0) 65%
  );
  pointer-events: none;
  z-index: 1;
}

.referral-statement__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  width: 100%;
  max-width: 713.24px;
  text-align: center;
}

.referral-statement__heading {
  font-family: var(--font-display);
  font-weight: var(--heading-display-weight);
  font-size: 38px;
  line-height: 53.2px;
  font-style: italic;
  color: var(--color-accent);
  margin: 0;
  max-width: 713.24px;
}

/* Description — .heading--body with Figma size overrides */
.referral-statement__desc {
  font-size: 14px;
  line-height: 25.2px;
  max-width: 507.16px;
}

.start-referring {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 99px 24px 104px;
  overflow: hidden;
}

.start-referring__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.start-referring__bg-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}

/* Bottom-centered radial glow */
.start-referring__bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 1358px 790px at 50% 100%,
    rgba(212, 98, 42, 0.08) 0%,
    rgba(212, 98, 42, 0) 60%
  );
  pointer-events: none;
  z-index: 1;
}

.start-referring__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  text-align: center;
}

.start-referring__title {
  margin: 0 0 24px;
  max-width: 487px;
}

.start-referring__title .heading--display-lg,
.start-referring__title .heading--display-accent.heading--display-lg {
  font-size: 52px;
  line-height: 62.4px;
}

.start-referring__desc {
  font-size: 15px;
  line-height: 27px;
  max-width: 498px;
  margin: 0 0 53px;
}

.start-referring__contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 48px;
  width: 100%;
  /*max-width: 692px;*/
  margin: 0 0 53px;
  list-style: none;
}

.start-referring__contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.start-referring__contact-label {
  font-family: var(--font-sans);
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #7d8294;
  margin: 0;
}

.start-referring__contact-value {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: 22px;
  line-height: 35.2px;
  color: var(--color-accent);
  text-decoration: none;
  transition: all 0.2s ease;
}

a.start-referring__contact-value:hover {
  color:#fff;
}

a.start-referring__contact-value:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}

/* CTA — Start Referring modifier */
.btn--start-referring {
  width: 278px;
  height: auto;
  min-height: 55px;
  padding: 18px 0;
  margin-top: 5px;
  box-shadow: 0 4px 10px rgba(181, 107, 69, 0.3);
  position: relative;
  top: 0;
}

.btn--start-referring:hover {
  box-shadow: 0 4px 10px rgba(181, 107, 69, 0.6);
  padding-left: 36px;
  padding-right: 36px;
  top: -5px;
}

.btn--start-referring:focus {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
}

.btn--start-referring:focus:not(:focus-visible) {
  outline: none;
}

.btn--start-referring:focus-visible {
  outline: 2px solid var(--color-accent);
  outline-offset: 3px;
  box-shadow: 0 4px 10px rgba(181, 107, 69, 0.6);
}

.btn--start-referring:active {
  box-shadow: 0 4px 10px rgba(181, 107, 69, 0.6);
  opacity: 0.95;
}
@media (min-width: 768px) {
	a.start-referring__contact-value-address br{
		display: none;
	}
}
@media (min-width: 992px) {
	.header-wrapper.alt{
		border-bottom: 1px solid rgba(201, 168, 76, 0.12);
		background: rgba(15, 18, 25, 0.95);
		backdrop-filter: blur(6px);
		-webkit-backdrop-filter: blur(6px);
	}
  .banner{
    min-height: 100vh;
  }
	.footerMain__top--credit{
		font-size: min(0.85vw,11.5px);
	}
	.footerMain > .container{
		width: 100%;
		max-width: 1433px;
	}
	.footerMain__top--logo a{
		font-size: min(1.7vw,20px);
	}
	#bottomnav{
		gap: min(1.507vw,22px);
	}
	#bottomnav li a{
		font-size: min(0.9vw,11px);
	}
}
/* Responsive — 1199px */
@media (max-width: 1199px) {
  .banner {
    padding: 160px 32px 160px;
  }

  .heading--display,
  .heading--display-accent {
    font-size: 56px;
    line-height: 64px;
  }

  .banner__bg::after {
    background: radial-gradient(
      circle at center,
      transparent 215px,
      rgba(212, 98, 42, 0.04) 215px,
      rgba(212, 98, 42, 0.04) 216px,
      transparent 216px,
      transparent 259px,
      rgba(212, 98, 42, 0.06) 259px,
      rgba(212, 98, 42, 0.06) 260px,
      transparent 260px
    );
  }

  .process {
    padding: 88px 32px 88px;
  }

  .process__inner {
    max-width: 900px;
  }

  .heading--display-md {
    font-size: 42px;
    line-height: 50px;
  }

  .process__title {
    margin-bottom: 64px;
  }
  .open-agents {
    padding: 64px 32px;
  }

  .open-agents__frame {
    padding: 52px 80px 56px;
  }

  .open-agents__heading {
    /*font-size: 26px;
    line-height: 40px;*/
    max-width: 100%;
  }

  .open-agents__desc {
    max-width: 100%;
  }
  .advantage {
    padding: 88px 32px 88px;
  }

  .advantage__inner {
    max-width: 800px;
  }

  .heading--display-md {
    font-size: 42px;
    line-height: 50px;
  }

  .advantage__title {
    margin-bottom: 64px;
  }

  .advantage__card {
    min-height: 180px;
    padding: 36px 28px 28px;
  }
	.referral-statement {
		padding: 72px 32px 72px;
	}

	.referral-statement__heading {
		font-size: 34px;
		line-height: 48px;
	}
	.start-referring {
		padding: 88px 32px 96px;
	}

	.start-referring__title .heading--display-lg,
	.start-referring__title .heading--display-accent.heading--display-lg {
		font-size: 48px;
		line-height: 58px;
	}
}

/* Responsive — 991px */
@media (max-width: 991px) {
  .banner {
    padding: 120px 28px 120px;
  }

  .heading--display,
  .heading--display-accent {
    font-size: 44px;
    line-height: 52px;
  }

  .banner__content {
    gap: 40px;
    max-width: 480px;
  }

  .banner__bg::after {
    background: radial-gradient(
      circle at center,
      transparent 181px,
      rgba(212, 98, 42, 0.04) 181px,
      rgba(212, 98, 42, 0.04) 182px,
      transparent 182px,
      transparent 219px,
      rgba(212, 98, 42, 0.06) 219px,
      rgba(212, 98, 42, 0.06) 220px,
      transparent 220px
    );
  }
  .process {
    padding: 72px 28px 72px;
    min-height: 0;
  }

  .process__inner {
    max-width: 720px;
  }

  .heading--display-md {
    font-size: 36px;
    line-height: 44px;
  }

  .process__title {
    margin-bottom: 56px;
  }

  .process__step-circle {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin-bottom: 24px;
  }

  .process__steps::before {
    top: 40px;
  }

  .process__step-num {
    font-size: 30px;
    line-height: 48px;
  }

  .process__step-title {
    font-size: 22px;
    line-height: 34px;
  }

  .process__bg::before {
    width: 300px;
    height: 300px;
  }
  .open-agents {
    min-height: 0;
    padding: 56px 28px;
  }

  .open-agents__frame {
    min-height: 0;
    padding: 48px 48px 52px;
  }

  .open-agents__heading {
    /*font-size: 24px;
    line-height: 36px;*/
  }

  .open-agents__desc {
    font-size: 14px;
    line-height: 25px;
  }
  .advantage {
    min-height: 0;
    padding: 72px 28px 72px;
  }

  .advantage__inner {
    max-width: 680px;
  }

  .heading--display-md {
    font-size: 36px;
    line-height: 44px;
  }

  .advantage__title {
    margin-bottom: 56px;
    max-width: 100%;
  }

  .advantage__grid {
    gap: 24px;
  }

  .advantage__card {
    min-height: 0;
    padding: 32px 24px 28px;
  }

  .advantage__card-title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 14px;
  }
  .referral-statement {
    min-height: 0;
    padding: 64px 28px 64px;
  }

  .referral-statement__heading {
    font-size: 30px;
    line-height: 42px;
  }

  .referral-statement__inner {
    gap: 24px;
    max-width: 600px;
  }

  .referral-statement__desc {
    max-width: 100%;
  }

  .start-referring {
    min-height: 0;
    padding: 72px 28px 80px;
  }

  .start-referring__title .heading--display-lg,
  .start-referring__title .heading--display-accent.heading--display-lg {
    font-size: 42px;
    line-height: 52px;
  }

  .start-referring__title {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .start-referring__desc {
    margin-bottom: 40px;
  }

  .start-referring__contact {
    gap: 32px;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }

  .start-referring__contact-value {
    font-size: 20px;
    line-height: 32px;
  }
}

/* Responsive — 767px */
@media (max-width: 767px) {
  .banner {
    padding: 96px 24px 96px;
  }

  .heading--display,
  .heading--display-accent {
    font-size: 36px;
    line-height: 44px;
  }

  .heading--body {
    font-size: 16px;
    line-height: 28px;
  }

  .banner__content {
    gap: 36px;
    max-width: 100%;
  }

  .banner__title-block {
    max-width: 100%;
    gap: 20px;
  }

  .banner__text {
    gap: 20px;
  }

  .banner__bg::after {
    opacity: 0.85;
    background: radial-gradient(
      circle at center,
      transparent 147px,
      rgba(212, 98, 42, 0.04) 147px,
      rgba(212, 98, 42, 0.04) 148px,
      transparent 148px,
      transparent 179px,
      rgba(212, 98, 42, 0.06) 179px,
      rgba(212, 98, 42, 0.06) 180px,
      transparent 180px
    );
  }

  .btn--primary {
    width: 100%;
    max-width: 282.56px;
  }
  .process {
    padding: 64px 24px 64px;
  }

  .heading--display-md {
    font-size: 32px;
    line-height: 40px;
  }

  .process__title {
    margin-bottom: 48px;
    max-width: 100%;
  }

  .process__steps {
    grid-template-columns: 1fr;
    gap: 48px;
    max-width: 360px;
    margin: 0 auto;
  }

  .process__steps::before {
    display: none;
  }

  .process__step-body,
  .process__step:nth-child(2) .process__step-body,
  .process__step:nth-child(3) .process__step-body {
    max-width: 100%;
  }

  .process__step-circle {
    width: 96px;
    height: 96px;
    border-radius: 48px;
  }

  .process__bg::before {
    width: 240px;
    height: 240px;
    opacity: 0.8;
  }
  .open-agents {
    padding: 48px 24px;
  }

  .open-agents__frame {
    padding: 40px 32px 44px;
  }

  .open-agents__heading {
    /*font-size: 22px;
    line-height: 32px;*/
  }

  .open-agents__heading-accent{
  	display: block;
  }

  .open-agents__frame::before,
  .open-agents__frame::after {
    width: 16px;
    height: 16px;
  }
  .advantage {
    padding: 64px 24px 64px;
  }

  .heading--display-md {
    font-size: 32px;
    line-height: 40px;
  }

  .advantage__title {
    margin-bottom: 48px;
  }

  .advantage__grid {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 434px;
    margin: 0 auto;
  }

  .advantage__card {
    padding: 36px 32px 32px;
  }
  .referral-statement {
    padding: 56px 24px 56px;
  }

  .referral-statement__heading {
    font-size: 26px;
    line-height: 36px;
  }

  .referral-statement__inner {
    gap: 20px;
    max-width: 100%;
  }

  .referral-statement__desc {
    font-size: 14px;
    line-height: 24px;
  }
  .start-referring {
    padding: 64px 24px 72px;
  }

  .start-referring__title .heading--display-lg,
  .start-referring__title .heading--display-accent.heading--display-lg {
    font-size: 36px;
    line-height: 44px;
  }

  .start-referring__desc {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 36px;
    max-width: 100%;
  }

  .start-referring__contact {
    flex-direction: column;
    gap: 28px;
    margin-bottom: 40px;
  }

  .btn--start-referring {
    width: 100%;
    max-width: 278px;
  }
}

/* Responsive — 480px */
@media (max-width: 480px) {
  .banner {
    padding: 72px 20px 72px;
  }

  .heading--subtitle {
    font-size: 11px;
    letter-spacing: 4px;
  }

  .heading--display,
  .heading--display-accent {
    font-size: 40px;
    line-height: 34px;
  }

  .heading--body {
    font-size: 15px;
    line-height: 26px;
  }

  .banner__content {
    gap: 32px;
  }

  .banner__title-block {
    gap: 16px;
  }

  .banner__bg::after {
    opacity: 0.7;
    background: radial-gradient(
      circle at center,
      transparent 113px,
      rgba(212, 98, 42, 0.04) 113px,
      rgba(212, 98, 42, 0.04) 114px,
      transparent 114px,
      transparent 139px,
      rgba(212, 98, 42, 0.06) 139px,
      rgba(212, 98, 42, 0.06) 140px,
      transparent 140px
    );
  }

  .btn--primary {
    height: 50px;
    max-width: 100%;
  }
  .process {
    padding: 56px 20px 56px;
  }

  .heading--display-md {
    font-size: 28px;
    line-height: 34px;
  }

  .process__title {
    gap: 14px;
    margin-bottom: 40px;
  }

  .process__title .heading--subtitle {
    font-size: 10px;
    letter-spacing: 3px;
  }

  .process__steps {
    gap: 40px;
  }

  .process__step-circle {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    margin-bottom: 24px;
  }

  .process__step-num {
    font-size: 28px;
    line-height: 44px;
  }

  .process__step-title {
    font-size: 20px;
    line-height: 32px;
  }

  .process__step-desc {
    font-size: 13px;
    line-height: 22px;
  }

  .process__step-body {
    gap: 16px;
  }

  .process__bg::before {
    width: 180px;
    height: 180px;
  }
  .open-agents {
    padding: 40px 20px;
  }

  .open-agents__frame {
    padding: 36px 20px 40px;
    gap: 16px;
  }

  .open-agents__heading {
    font-size: 20px;
    line-height: 30px;
  }

  .open-agents__desc {
    font-size: 13px;
    line-height: 23px;
  }

  .open-agents__frame::before,
  .open-agents__frame::after {
    width: 14px;
    height: 14px;
  }
  .advantage {
    padding: 56px 20px 56px;
  }

  .heading--display-md {
    font-size: 28px;
    line-height: 34px;
  }

  .advantage__title {
    gap: 14px;
    margin-bottom: 40px;
  }

  .advantage__title .heading--subtitle {
    font-size: 10px;
    letter-spacing: 3px;
  }

  .advantage__grid {
    max-width: 100%;
    gap: 16px;
  }

  .advantage__card {
    padding: 28px 24px 24px;
  }

  .advantage__card-title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
  }

  .advantage__card-desc {
    font-size: 13px;
    line-height: 22px;
  }
	.referral-statement {
		padding: 48px 20px 48px;
	}

	.referral-statement__heading {
		font-size: 22px;
		line-height: 32px;
	}

	.referral-statement__inner {
		gap: 16px;
	}

	.referral-statement__desc {
		font-size: 13px;
		line-height: 22px;
	}

	.start-referring {
    padding: 56px 20px 64px;
  }

  .start-referring__title .heading--display-lg,
  .start-referring__title .heading--display-accent.heading--display-lg {
    font-size: 28px;
    line-height: 36px;
  }

  .start-referring__title {
    margin-bottom: 16px;
  }

  .start-referring__desc {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 32px;
  }

  .start-referring__contact {
    gap: 24px;
    margin-bottom: 36px;
  }

  .start-referring__contact-value {
    font-size: 18px;
    line-height: 28px;
  }

  .btn--start-referring {
    max-width: 100%;
  }

  .btn--start-referring:hover {
    padding-left: 24px;
    padding-right: 24px;
  }
}