@import url("https://fonts.googleapis.com/css2?family=Alexandria:wght@700&display=swap");

html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}

.service-page {
  min-width: 320px;
  color: #fff;
  background: #000;
  font-family: "SUIT", sans-serif;
  overflow-x: hidden;
}

.service-page .top-ribbon {
  color: #063291;
}

.service-header {
  height: clamp(70px, 1vw, 70px);
  background: #003dc6;
}

.service-page .login-btn {
  color: #003dc6;
  background: #fff;
}

.service-page .signup-btn {
  border: 1px solid #fff;
  color: #fff;
  background: #003dc6;
}

.service-page .login-btn:hover,
.service-page .login-btn:focus-visible {
  color: #003dc6;
  background: #fff;
}

.service-page .signup-btn:hover,
.service-page .signup-btn:focus-visible {
  color: #fff;
  background: #003dc6;
}

.service-hero {
  position: relative;
  min-height: clamp(650px, 60.72vw, 1167px);
  background: #222 url("/static/service.png?v=20260722a") center / cover no-repeat;
  isolation: isolate;
}

.service-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(0, 0, 0, .7);
  content: "";
}

.service-hero-copy {
  display: flex;
  width: min(calc(100% - 48px), 1590px);
  min-height: clamp(560px, 54vw, 1038px);
  margin: 0 auto;
  padding: clamp(80px, 7.8vw, 150px) 0 clamp(42px, 4.8vw, 92px);
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.service-eyebrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(14px, 1.35vw, 26px);
}

.service-eyebrow span,
.solution-heading h2,
.key-features > header h2 {
  font-family: "Alexandria", "SUIT", sans-serif;
  font-weight: 700;
  letter-spacing: -.03em;
}

.service-eyebrow span {
  font-size: clamp(23px, 2.13vw, 40.85px);
  line-height: 1.393;
}

.service-eyebrow i {
  display: block;
  width: clamp(88px, 8.06vw, 155px);
  height: 2px;
  background: #fff;
}

.service-hero-copy h1 {
  margin: clamp(30px, 3.2vw, 61px) 0 0;
  font-size: clamp(28px, 2.86vw, 45px);
  font-weight: 800;
  line-height: 1.965;
  letter-spacing: -.05em;
  word-break: keep-all;
}

.service-copy-compact,
.service-summary-compact-break {
  display: none;
}

.service-hero-copy p,
.service-hero-copy strong {
  font-size: clamp(18px, 1.82vw, 25px);
  line-height: 1.6;
  letter-spacing: -.05em;
  word-break: keep-all;
}

.service-hero-copy p {
  margin: clamp(24px, 2.3vw, 44px) 0 0;
  font-weight: 500;
}

.service-hero-copy strong {
  display: block;
  margin-top: clamp(20px, 1.9vw, 36px);
  font-weight: 800;
}

.service-scroll-arrow {
  position: relative;
  display: flex;
  width: 100vw;
  max-width: 100vw;
  height: clamp(58px, 5.25vw, 101px);
  margin: clamp(32px, 3vw, 58px) 0 0;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  align-items: center;
  justify-content: center;
  align-self: stretch;
  transition: transform .2s ease;
}

.service-scroll-arrow:hover,
.service-scroll-arrow:focus-visible {
  transform: translateY(7px);
}

.service-scroll-arrow img {
  display: block;
  width: auto;
  height: 80%;
  margin: 0;
  object-fit: contain;
  object-position: center;
}

.solution-section {
  padding: clamp(90px, 8.3vw, 160px) 20px clamp(110px, 10vw, 192px);
  background: linear-gradient(180deg, #003fcb 0%, #000 100%);
  text-align: center;
}

.solution-heading,
.key-features > header {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.solution-icon {
  font-size: clamp(36px, 3.12vw, 60px);
  line-height: 1.133;
}

.solution-heading h2,
.key-features > header h2 {
  margin: clamp(12px, 1.1vw, 21px) 0 0;
  font-size: clamp(20px, 2.6vw, 30px);
  line-height: 1.138;
}

.service-tabs {
  display: flex;
  margin-top: clamp(34px, 3.2vw, 62px);
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.15vw, 22px);
}

.service-tabs button {
  min-width: clamp(136px, 12.3vw, 236px);
  min-height: clamp(44px, 3.9vw, 75px);
  padding: 8px 22px;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: #002c8d;
  font-size: clamp(18px, 1.55vw, 30px);
  font-weight: 800;
  letter-spacing: -.05em;
  cursor: pointer;
}

.service-tabs button[aria-selected="true"] {
  color: #002c8d;
  background: #fff;
}

.service-tab-panels {
  margin-top: clamp(38px, 3.8vw, 73px);
}

.service-tab-panel {
  display: none;
}

.service-tab-panel.is-active {
  display: block;
}

.problem-card {
  display: flex;
  width: min(calc(100% - 0px), 850px);
  min-height: clamp(850px, 86.58vw, 1664px);
  margin: 0 auto;
  padding: clamp(50px, 6.6vw, 107px) clamp(35px, 7vw, 100px);
  flex-direction: column;
  align-items: center;
  border: 1px solid #fff;
  border-radius: clamp(38px, 4.21vw, 81px);
  background: rgba(255, 255, 255, .2);
}

.problem-card > h2 {
  margin: 0;
  font-size: clamp(25px, 3.19vw, 30px);
  font-weight: 800;
  line-height: 1.565;
  letter-spacing: -.05em;
  word-break: keep-all;
}

.speech-list {
  display: flex;
  width: min(100%, 1230px);
  margin-top: clamp(50px, 5vw, 96px);
  flex-direction: column;
  align-items: center;
  gap: clamp(20px, 2vw, 38px);
}

.speech-list span {
  display: flex;
  width: min(50%, 320px);
  min-height: clamp(54px, 4.73vw, 91px);
  padding: 8px 26px;
  align-items: center;
  justify-content: center;
  border-radius: clamp(24px, 2.1vw, 40.46px);
  color: #111;
  background: #fff;
  font-size: clamp(20px, 2vw, 20.88px);
  font-weight: 600;
  line-height: 1.966;
  letter-spacing: -.05em;
  word-break: keep-all;
}

.speech-list span:nth-child(1) {
  align-self: flex-start;
}

.speech-list span:nth-child(2) {
  align-self: flex-end;
}

.speech-list span:nth-child(3) {
  align-self: flex-start;
}

.problem-path {
  position: relative;
  display: block;
  width: 8px;
  height: clamp(10px, 15vw, 94px);
  margin: clamp(42px, 4vw, 77px) auto;
  background: radial-gradient(circle, #fff 2px, transparent 2.5px) center top / 8px 18px repeat-y;
}

.problem-path::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  content: "";
  transform: translateX(-50%);
}

.problem-copy {
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 4.8vw, 92px);
}

.problem-copy p {
  margin: 0;
  font-size: clamp(23px, 2.19vw, 30px);
  font-weight: 500;
  line-height: 1.571;
  letter-spacing: -.05em;
  word-break: keep-all;
}

.problem-copy strong {
  font-weight: 800;
}

.key-features {
  margin: clamp(90px, 8.5vw, 164px) auto 0;
}

.key-features > header > span {
  font-size: clamp(26px, 3.1vw, 55.65px);
  line-height: 1.138;
}

.service-feature-grid {
  display: grid;
  width: min(calc(100% - 24px), 720px);
  margin: clamp(45px, 4.4vw, 85px) auto 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 2.2vw, 42px);
}

.service-feature-grid article {
  display: flex;
  min-height: clamp(150px, 12vw, 231px);
  padding: clamp(18px, 2vw, 20px);
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .8);
  border-radius: clamp(16px, 1.22vw, 23.56px);
  background: transparent;
}

.service-feature-grid article > span {
  font-size: clamp(25px, 2.5vw, 40px);
}

.service-feature-grid h3 {
  margin: 12px 0 0;
  font-size: clamp(16px, 1.7vw, 23px);
  font-weight: 800;
  letter-spacing: -.03em;
}

.service-feature-grid p {
  margin: 10px 0 0;
  font-size: clamp(14px, 1.07vw, 20.57px);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -.03em;
}

.franchise-problem-card {
  min-height: auto;
}

.franchise-path {
  position: relative;
  display: block;
  width: 8px;
  height: clamp(10px, 15vw, 94px);
  margin: clamp(42px, 4vw, 77px) auto;
  object-fit: contain;
  object-position: center top;
}

.franchise-feature-grid {
  width: min(calc(100% - 24px), 480px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.franchise-coming-soon {
  width: min(100%, 895px);
  min-height: 500px;
  margin: 0 auto;
  padding: 80px 30px;
  border: 2px solid #fff;
  border-radius: 48px;
  background: rgba(255, 255, 255, .2);
}

.franchise-coming-soon span {
  font-size: 64px;
}

.franchise-coming-soon h2 {
  margin: 30px 0 0;
  font-size: 42px;
}

.franchise-coming-soon p {
  margin: 24px 0 0;
  font-size: 24px;
}

.field-voices {
  padding: clamp(90px, 8.3vw, 160px) 20px clamp(95px, 9vw, 173px);
  color: #111;
  background: #f3f3f3;
  text-align: center;
}

.field-voices-view[hidden] {
  display: none !important;
}

.field-voices-view > header > span {
  font-size: clamp(28px, 3.12vw, 50px);
  line-height: 1.133;
}

.field-voices h2 {
  margin: clamp(12px, 1.2vw, 23px) 0 0;
  color: #003fcB;
  background: linear-gradient(180deg, #003fcb 0%, #000 100%);
  background-clip: text;
  font-size: clamp(25px, 2.6vw, 40px);
  font-weight: 800;
  line-height: 1.138;
  letter-spacing: -.05em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.field-voices-view > header p {
  margin: clamp(12px, 1.2vw, 23px) 0 0;
  font-size: clamp(16px, 1.28vw, 24.56px);
  font-weight: 700;
  line-height: 1.136;
  letter-spacing: -.05em;
}

.voice-grid {
  display: grid;
  width: min(100%, 720px);
  margin: clamp(48px, 4.5vw, 86px) auto 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2vw, 38px);
}

.voice-grid article {
  display: flex;
  min-height: clamp(105px, 8.93vw, 171.64px);
  padding: 10px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
}

.warning-icon {
  display: block;
  width: clamp(34px, 2.5vw, 48px);
  height: clamp(34px, 2.5vw, 48px);
  object-fit: contain;
}

.voice-grid strong {
  margin-top: 10px;
  font-weight: 800;
  line-height: 1.393;
  letter-spacing: -.05em;
  word-break: keep-all;
}

.voice-conclusion {
  display: flex;
  width: min(calc(100% - 40px), clamp(240px, 62.96vw, 680px));
  min-height: clamp(60px, 4.84vw, 92.95px);
  margin: clamp(50px, 4.7vw, 90px) auto 0;
  padding: 12px 28px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, #003fcb 0%, #000 100%);
  font-size: clamp(12px, 2.19vw, 22px);
  line-height: 1.393;
  letter-spacing: -.05em;
}

.voice-conclusion span {
  font-weight: 600;
}

.voice-conclusion strong {
  margin-left: .3em;
  font-weight: 800;
}

@media (min-width: 1081px) {
  .service-hero {
    min-height: 656px;
  }

  .service-hero-copy {
    width: 1032px;
    min-height: 583px;
    padding: 84px 0 52px;
  }

  .service-eyebrow {
    gap: 14px;
  }

  .service-eyebrow span {
    font-size: 23px;
  }

  .service-eyebrow i {
    width: 88px;
  }

  .service-hero-copy h1 {
    margin-top: 35px;
    font-size: 31px;
  }

  .service-hero-copy p,
  .service-hero-copy strong {
    font-size: 20px;
  }

  .service-hero-copy p {
    margin-top: 25px;
  }

  .service-hero-copy strong {
    margin-top: 21px;
  }

  .service-scroll-arrow {
    height: 58px;
    margin-top: 32px;
  }

  .solution-section {
    padding-top: 90px;
    padding-bottom: 110px;
  }

  .solution-icon {
    font-size: 36px;
  }

  .solution-heading h2,
  .key-features > header h2 {
    margin-top: 12px;
    font-size: 28px;
  }

  .service-tabs {
    margin-top: 35px;
    gap: 12px;
  }

  .service-tabs button {
    min-width: 136px;
    min-height: 44px;
    font-size: 18px;
  }

  .service-tab-panels {
    margin-top: 41px;
  }

  .problem-card {
    min-height: 935px;
    padding: 71px 76px;
    border-radius: 45px;
  }

  .problem-card > h2 {
    font-size: 30px;
  }

  .franchise-problem-card {
    min-height: auto;
  }

  .franchise-path {
    height: 94px;
    margin: 43px auto;
  }

  .speech-list {
    margin-top: 54px;
    gap: 22px;
  }

  .speech-list span {
    min-height: 54px;
    border-radius: 24px;
    font-size: 20.88px;
  }

  .problem-path {
    height: 94px;
    margin: 43px auto;
  }

  .problem-copy {
    gap: 52px;
  }

  .problem-copy p {
    font-size: 24px;
  }

  .key-features {
    margin-top: 92px;
  }

  .key-features > header > span {
    font-size: 33px;
  }

  .service-feature-grid {
    margin-top: 48px;
    gap: 24px;
  }

  .service-feature-grid article {
    min-height: 150px;
    padding: 20px;
    border-radius: 16px;
  }

  .service-feature-grid p {
    font-size: 14px;
  }

  .field-voices {
    padding-top: 90px;
    padding-bottom: 97px;
  }

  .field-voices-view > header > span {
    font-size: 34px;
  }

  .field-voices h2 {
    margin-top: 13px;
    font-size: 28px;
  }

  .field-voices-view > header p {
    margin-top: 13px;
    font-size: 16px;
  }

  .voice-grid {
    margin-top: 49px;
    gap: 22px;
  }

  .voice-grid article {
    min-height: 105px;
  }

  .warning-icon {
    width: 34px;
    height: 34px;
  }

  .voice-conclusion {
    min-height: 60px;
    margin-top: 51px;
    font-size: 22px;
  }
}

@media (max-width: 930px) {
  .service-page .main-nav {
    background: rgba(0, 44, 141, .98);
  }

  .service-hero {
    min-height: clamp(680px, 100vw, 850px);
  }

  .service-hero-copy {
    min-height: clamp(50px, 88vw, 550px);
    padding-top: clamp(10px, 11vw, 95px);
  }

  .service-copy-desktop {
    display: none;
  }

  .service-copy-compact {
    display: inline;
  }

  .service-hero-copy .service-copy-compact br,
  .service-summary-compact-break {
    display: block;
  }

  .problem-card {
    width: min(calc(100% - 48px), 620px);
    min-height: auto;
    padding: clamp(40px, 6vw, 64px) clamp(24px, 5vw, 48px);
  }

  .speech-list span {
    font-size: clamp(8px, 2vw, 18px);
  }

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

@media (max-width: 620px) {
  .service-hero {
    min-height: 620px;
  }

  .service-hero-copy {
    width: calc(100% - 36px);
    min-height: 520px;
    padding: 72px 0 28px;
  }

  .service-eyebrow span {
    font-size: 15px;
  }

  .solution-icon,
  .key-features > header > span,
  .field-voices-view > header > span {
    font-size: 28px;
  }

  .solution-heading h2,
  .key-features > header h2 {
    font-size: 18px;
  }

  .service-hero-copy h1,
  .service-hero-copy strong,
  .problem-card > h2,
  .field-voices h2,
  .voice-grid strong,
  .voice-conclusion strong,
  .service-tabs button {
    font-size: 15px;
    line-height: 1.45;
  }

  .service-hero-copy h1 {
    margin-top: 20px;
  }

  .service-hero-copy p,
  .service-hero-copy strong {
    line-height: 1.65;
  }

  .service-hero-copy p,
  .problem-copy p,
  .service-feature-grid p,
  .field-voices-view > header p,
  .voice-conclusion,
  .franchise-coming-soon p {
    font-size: 14px;
    line-height: 1.65;
  }

  .solution-section {
    padding-right: 14px;
    padding-left: 14px;
  }

  .service-tabs {
    width: min(100%, 260px);
    margin-right: auto;
    margin-left: auto;
    gap: 8px;
  }

  .service-tabs button {
    min-width: 0;
    width: calc(50% - 4px);
    min-height: 36px;
    padding: 7px 10px;
    border-width: 1px;
  }

  .problem-card {
    width: min(calc(100% - 28px), 360px);
    padding: 36px 16px;
    border-radius: 28px;
  }

  .speech-list span {
    width: 50%;
    min-height: 40px;
    padding: 6px 12px;
  }

  .service-feature-grid {
    width: min(calc(100% - 40px), 300px);
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .service-feature-grid article {
    min-height: 120px;
    padding: 14px;
  }

  .voice-grid {
    width: min(100%, 300px);
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .voice-grid article {
    min-height: 96px;
  }

  .voice-conclusion {
    width: min(calc(100% - 28px), 300px);
    padding: 14px 16px;
    flex-direction: column;
    border-radius: 20px;
  }

  .voice-conclusion strong {
    margin: 4px 0 0;
  }

  .franchise-coming-soon h2 {
    font-size: 18px;
  }
}

@media (max-width: 620px) {
  .service-scroll-arrow img {
    height: 65%;
  }
}

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

  .service-scroll-arrow {
    transition: none;
  }
}
