/* Consolidated from about-page-v12.css */
/* About page v12: scoped responsive design */
body.fr-about-v12-page {
  background: #fff;
}

.fr-about-v12,
.fr-about-v12 * {
  box-sizing: border-box;
}

.fr-about-v12 {
  width: 100%;
  margin: 0;
  color: #243432;
  background: #fff;
}

.fr-about-v12 a {
  text-underline-offset: 4px;
}

.fr-about-v12__wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 42px 0 96px;
}

.fr-about-v12__breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 26px;
  color: #7d694b;
  font-family: Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.fr-about-v12__breadcrumbs a {
  color: #7d694b;
  text-decoration: none;
}

.fr-about-v12__breadcrumbs a:hover,
.fr-about-v12__breadcrumbs a:focus-visible {
  color: #129da2;
  text-decoration: underline;
}

.fr-about-v12__hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  align-items: center;
  gap: 44px;
  min-height: 560px;
  padding: 62px 64px;
  overflow: hidden;
  border: 1px solid #d7e6e2;
  border-radius: 30px;
  background:
    radial-gradient(circle at 91% 12%, rgba(242, 151, 55, .2), transparent 27%),
    radial-gradient(circle at 8% 92%, rgba(18, 157, 162, .16), transparent 28%),
    linear-gradient(135deg, #edf8f5 0%, #f8fbfa 52%, #fff6e9 100%);
  box-shadow: 0 28px 72px rgba(35, 76, 71, .14);
}

.fr-about-v12__hero::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  right: -90px;
  bottom: -100px;
  border: 42px solid rgba(18, 157, 162, .08);
  border-radius: 50%;
  pointer-events: none;
}

.fr-about-v12__hero-copy,
.fr-about-v12__hero-visual {
  position: relative;
  z-index: 1;
}

.fr-about-v12__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  color: #d77e24;
  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.fr-about-v12__eyebrow::before {
  content: "";
  width: 28px;
  height: 3px;
  border-radius: 2px;
  background: #129da2;
}

.fr-about-v12 h1,
.fr-about-v12 h2,
.fr-about-v12 h3 {
  color: #172826;
  font-family: "Roboto Slab", Georgia, serif;
  font-weight: 700;
}

.fr-about-v12 h1 {
  max-width: 720px;
  margin: 0 0 22px;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.05;
}

.fr-about-v12__lead {
  max-width: 690px;
  margin: 0;
  color: #405350;
  font-family: Roboto, Arial, sans-serif;
  font-size: clamp(17px, 1.8vw, 20px);
  line-height: 1.75;
}

.fr-about-v12__status {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 0;
}

.fr-about-v12__status span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border: 1px solid rgba(18, 157, 162, .25);
  border-radius: 999px;
  background: rgba(255, 255, 255, .78);
  color: #24696b;
  font-family: Roboto, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
}

.fr-about-v12__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 30px;
}

.fr-about-v12__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 2px solid #129da2;
  border-radius: 11px;
  background: #129da2;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 12px 25px rgba(18, 157, 162, .2);
  transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.fr-about-v12__button--secondary {
  border-color: #d9974b;
  background: #fff;
  color: #8b5e28;
  box-shadow: none;
}

.fr-about-v12__button:hover {
  transform: translateY(-2px);
  background: #0d858a;
  color: #fff;
  box-shadow: 0 16px 30px rgba(18, 157, 162, .28);
}

.fr-about-v12__button--secondary:hover {
  background: #fff5e8;
  color: #794b17;
  box-shadow: 0 10px 22px rgba(174, 116, 47, .13);
}

.fr-about-v12__button:focus-visible,
.fr-about-v12__card a:focus-visible,
.fr-about-v12__contact a:focus-visible {
  outline: 3px solid rgba(218, 131, 35, .55);
  outline-offset: 4px;
}

.fr-about-v12__hero-visual {
  display: grid;
  place-items: center;
  min-height: 430px;
}

.fr-about-v12__hero-image-card {
  position: relative;
  display: grid;
  place-items: center;
  width: min(100%, 460px);
  aspect-ratio: 1 / 1;
  padding: 26px;
  border: 1px solid rgba(18, 157, 162, .18);
  border-radius: 50% 50% 44% 56% / 48% 52% 48% 52%;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 26px 54px rgba(30, 69, 65, .16);
}

.fr-about-v12__hero-image-card::after {
  content: "Independent affiliate guide";
  position: absolute;
  right: -10px;
  bottom: 24px;
  padding: 10px 14px;
  border-radius: 10px;
  background: #d98934;
  color: #fff;
  font-family: Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .04em;
  box-shadow: 0 12px 24px rgba(134, 83, 28, .22);
}

.fr-about-v12__hero-image-card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 410px;
  object-fit: contain;
}

.fr-about-v12__section {
  padding-top: 88px;
}

.fr-about-v12__section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.fr-about-v12__section-heading h2 {
  margin: 0 0 13px;
  font-size: clamp(31px, 3.5vw, 44px);
  line-height: 1.16;
}

.fr-about-v12__section-heading p {
  margin: 0;
  color: #5a6a67;
  font-family: Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.72;
}

.fr-about-v12__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.fr-about-v12__card {
  position: relative;
  min-height: 250px;
  padding: 32px 28px;
  overflow: hidden;
  border: 1px solid #d8e5e2;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(33, 72, 68, .1);
}

.fr-about-v12__card::after {
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  right: -35px;
  bottom: -35px;
  border-radius: 50%;
  background: rgba(18, 157, 162, .08);
}

.fr-about-v12__card:nth-child(2)::after {
  background: rgba(236, 145, 48, .11);
}

.fr-about-v12__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 22px;
  border-radius: 14px;
  background: linear-gradient(135deg, #129da2, #4ab9a8);
  color: #fff;
  box-shadow: 0 12px 25px rgba(18, 157, 162, .22);
}

.fr-about-v12__card:nth-child(2) .fr-about-v12__icon {
  background: linear-gradient(135deg, #d77d23, #efad62);
  box-shadow: 0 12px 25px rgba(215, 125, 35, .2);
}

.fr-about-v12__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fr-about-v12__card h3 {
  margin: 0 0 12px;
  font-size: 23px;
  line-height: 1.25;
}

.fr-about-v12__card p {
  margin: 0;
  color: #576864;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15.5px;
  line-height: 1.72;
}

.fr-about-v12__banner {
  position: relative;
  margin-top: 88px;
  overflow: hidden;
  border-radius: 26px;
  box-shadow: 0 24px 58px rgba(35, 67, 64, .15);
}

.fr-about-v12__banner img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 1;
  object-fit: cover;
}

.fr-about-v12__process {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 48px;
  align-items: start;
}

.fr-about-v12__process-intro {
  position: sticky;
  top: 110px;
}

.fr-about-v12__process-intro h2 {
  margin: 0 0 16px;
  font-size: clamp(31px, 3.5vw, 44px);
  line-height: 1.16;
}

.fr-about-v12__process-intro p {
  margin: 0;
  color: #5a6a67;
  font-family: Roboto, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.72;
}

.fr-about-v12__steps {
  display: grid;
  gap: 16px;
}

.fr-about-v12__step {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  padding: 24px;
  border: 1px solid #dce7e4;
  border-radius: 18px;
  background: #fbfdfc;
}

.fr-about-v12__step-number {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #172826;
  color: #fff;
  font-family: "Roboto Slab", Georgia, serif;
  font-size: 18px;
  font-weight: 700;
}

.fr-about-v12__step h3 {
  margin: 1px 0 7px;
  font-size: 21px;
}

.fr-about-v12__step p {
  margin: 0;
  color: #5a6966;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15.5px;
  line-height: 1.7;
}

.fr-about-v12__notice {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: 34px;
  align-items: center;
  margin-top: 88px;
  padding: 42px;
  border: 1px solid #ead8c0;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff9f0, #fff 58%, #f0f9f6);
}

.fr-about-v12__notice h2 {
  margin: 0 0 14px;
  font-size: clamp(29px, 3vw, 40px);
  line-height: 1.18;
}

.fr-about-v12__notice p {
  margin: 0;
  color: #53635f;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
}

.fr-about-v12__boundaries {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.fr-about-v12__boundaries li {
  position: relative;
  padding: 13px 14px 13px 42px;
  border: 1px solid #e5e9e5;
  border-radius: 12px;
  background: #fff;
  color: #40514e;
  font-family: Roboto, Arial, sans-serif;
  font-size: 14.5px;
  line-height: 1.5;
}

.fr-about-v12__boundaries li::before {
  content: "✓";
  position: absolute;
  left: 14px;
  top: 12px;
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #129da2;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.fr-about-v12__contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  margin-top: 28px;
  padding: 28px 32px;
  border-radius: 18px;
  background: #172826;
  color: #fff;
}

.fr-about-v12__contact h2 {
  margin: 0 0 7px;
  color: #fff;
  font-size: 26px;
}

.fr-about-v12__contact p {
  margin: 0;
  color: #dbe5e2;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.55;
}

.fr-about-v12__contact a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 10px;
  background: #fff;
  color: #146f72;
  font-family: Roboto, Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
}

.fr-about-v12__contact a:hover {
  background: #fff4e5;
  color: #7d4d18;
}

@media (max-width: 980px) {
  .fr-about-v12__hero {
    grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr);
    gap: 28px;
    padding: 52px 42px;
  }

  .fr-about-v12__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fr-about-v12__card:last-child {
    grid-column: 1 / -1;
  }

  .fr-about-v12__process {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .fr-about-v12__process-intro {
    position: static;
  }
}

@media (max-width: 760px) {
  .fr-about-v12__wrap {
    width: min(100% - 28px, 680px);
    padding: 28px 0 68px;
  }

  .fr-about-v12__hero {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 40px 28px 34px;
    border-radius: 22px;
  }

  .fr-about-v12__hero-copy,
  .fr-about-v12__hero-visual {
    width: 100%;
  }

  .fr-about-v12__hero-visual {
    min-height: 0;
  }

  .fr-about-v12__hero-image-card {
    width: min(100%, 390px);
    margin: 6px auto 0;
  }

  .fr-about-v12__hero-image-card::after {
    right: 2px;
    bottom: 14px;
  }

  .fr-about-v12__cards {
    grid-template-columns: 1fr;
  }

  .fr-about-v12__card:last-child {
    grid-column: auto;
  }

  .fr-about-v12__section,
  .fr-about-v12__banner,
  .fr-about-v12__notice {
    margin-top: 0;
    padding-top: 62px;
  }

  .fr-about-v12__banner {
    padding-top: 0;
    margin-top: 62px;
    border-radius: 18px;
  }

  .fr-about-v12__banner img {
    aspect-ratio: 16 / 7;
    object-position: 30% center;
  }

  .fr-about-v12__notice {
    display: block;
    padding: 30px 24px;
  }

  .fr-about-v12__boundaries {
    margin-top: 24px;
  }

  .fr-about-v12__contact {
    display: block;
    padding: 26px 24px;
  }

  .fr-about-v12__contact a {
    width: 100%;
    margin-top: 18px;
  }
}

@media (max-width: 430px) {
  .fr-about-v12__wrap {
    width: min(100% - 20px, 410px);
    padding-bottom: 50px;
  }

  .fr-about-v12__breadcrumbs {
    margin-bottom: 18px;
  }

  .fr-about-v12__hero {
    padding: 32px 20px 26px;
  }

  .fr-about-v12 h1 {
    font-size: clamp(36px, 12vw, 48px);
  }

  .fr-about-v12__lead {
    font-size: 16px;
  }

  .fr-about-v12__status {
    display: grid;
  }

  .fr-about-v12__status span {
    justify-content: center;
  }

  .fr-about-v12__actions {
    display: grid;
  }

  .fr-about-v12__button {
    width: 100%;
  }

  .fr-about-v12__hero-image-card {
    padding: 16px;
  }

  .fr-about-v12__hero-image-card::after {
    position: static;
    grid-column: 1;
    margin-top: 4px;
    text-align: center;
  }

  .fr-about-v12__card,
  .fr-about-v12__step {
    padding: 24px 20px;
  }

  .fr-about-v12__step {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
  }

  .fr-about-v12__step-number {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fr-about-v12__button {
    transition: none;
  }
}
