.seo-service-page {
  background: #ffffff;
  color: #333333;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}

.seo-service-page *,
.seo-service-page *::before,
.seo-service-page *::after {
  box-sizing: border-box;
}

.rgk-seo-services-page #mainMenu {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}

.seo-standard-shell {
  margin: 0 auto;
  max-width: 1208px;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}

.seo-service-page h1,
.seo-service-page h2,
.seo-service-page h3,
.seo-service-page p,
.seo-service-page li,
.seo-service-page a,
.seo-service-page span,
.seo-service-page div {
  font-family: "Montserrat", sans-serif;
}

.seo-service-page h1,
.seo-service-page h2,
.seo-service-page h3,
.seo-service-page p {
  margin-top: 0;
}

/* Service hero follows the established 3D Digital service-page pattern. */
.seo-standard-hero {
  background: linear-gradient(125deg, #f7dce6 0%, #fff7f6 62%, #f5e9eb 100%);
  min-height: 970px;
  overflow: hidden;
  padding: 245px 0 110px;
  position: relative;
}

.seo-hero-media {
  inset: 0;
  opacity: 0.14;
  overflow: hidden;
  position: absolute;
}

.seo-hero-media::after {
  background: linear-gradient(90deg, rgba(255, 244, 247, 0.7), rgba(255, 248, 247, 0.92));
  content: "";
  inset: 0;
  position: absolute;
}

.seo-hero-media video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.seo-standard-hero-inner {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 620px) minmax(380px, 1fr);
  max-width: 1094px;
  position: relative;
  z-index: 1;
}

.seo-standard-hero-copy {
  align-self: start;
  padding-top: 36px;
}

.seo-standard-hero .hero-title {
  color: #343434;
  font-size: clamp(66px, 5.4vw, 82px) !important;
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.98;
  margin: 0 0 42px;
  text-shadow: 7px 8px 0 rgba(255, 255, 255, 0.92);
  white-space: nowrap;
}

.seo-standard-hero .hero-title span {
  display: block;
}

.seo-standard-hero .hero-intro {
  color: #343434;
  font-size: clamp(27px, 2.3vw, 33px);
  font-weight: 400;
  line-height: 1.45;
  margin: 0 0 38px;
}

.seo-highlight {
  background-image: linear-gradient(transparent 72%, #ffe500 0);
  background-repeat: no-repeat;
  display: inline;
}

.seo-standard-hero .sublead,
.seo-standard-hero .sublead p {
  color: #333333;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.55;
}

.seo-standard-hero .sublead {
  max-width: 650px;
}

.seo-standard-hero .sublead p {
  margin: 0;
}

.seo-standard-lead-form {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 610px;
  position: relative;
}

.seo-form-blob {
  inset: 35px -45px 25px;
  position: absolute;
}

.seo-form-blob::before,
.seo-form-blob::after {
  content: "";
  inset: 0;
  position: absolute;
}

.seo-form-blob::before {
  background: #e2e5e6;
  border-radius: 54% 46% 48% 52% / 44% 43% 57% 56%;
  transform: translate(-20px, 8px) rotate(-5deg);
}

.seo-form-blob::after {
  background: linear-gradient(140deg, #fc7f80 2%, #fb30ad 92%);
  border-radius: 43% 57% 55% 45% / 45% 42% 58% 55%;
  transform: rotate(7deg);
}

.seo-hero-form {
  max-width: 325px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.seo-hero-form .gform_wrapper {
  margin: 0;
  visibility: visible !important;
}

.seo-hero-form .gform_fields {
  display: grid;
  gap: 16px !important;
}

.seo-hero-form .gfield {
  grid-column: 1 / -1 !important;
}

.seo-hero-form .gfield input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.seo-hero-form .gfield textarea {
  background: #ffffff;
  border: 1px solid #c9c9c9;
  border-radius: 24px;
  color: #333333;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
  line-height: 1.35;
  min-height: 44px;
  padding: 10px 16px;
  width: 100%;
}

.seo-hero-form .gfield textarea {
  border-radius: 22px;
  min-height: 96px;
  resize: vertical;
}

.seo-hero-form .gfield input:focus,
.seo-hero-form .gfield textarea:focus {
  border-color: #0099a8;
  box-shadow: 0 0 0 3px rgba(0, 153, 168, 0.18);
  outline: 0;
}

.seo-hero-form .gfield input::placeholder,
.seo-hero-form .gfield textarea::placeholder {
  color: #6d6d6d;
  opacity: 1;
}

.seo-hero-form .gform_footer {
  margin: 20px 0 0 !important;
  padding: 0 !important;
}

.seo-hero-form .gform_button.button {
  background: #333333;
  border: 2px solid #333333;
  border-radius: 0 !important;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 auto;
  min-height: 78px;
  min-width: 265px;
  padding: 20px 34px;
}

.seo-hero-form .gform_button.button:hover,
.seo-hero-form .gform_button.button:focus-visible {
  background: #bb3689;
  border-color: #bb3689;
}

.seo-hero-form .gform_button.button:focus-visible,
.seo-standard-cta .btn:focus-visible {
  outline: 3px solid #0099a8;
  outline-offset: 4px;
}

.rgk-seo-services-page .seo-hero-form .gform_wrapper .gform_validation_errors {
  background: #ffffff;
  border: 2px solid #b52a17;
  border-radius: 14px;
  box-shadow: none;
  display: block;
  margin: 0 0 16px;
  padding: 15px 18px;
}

.rgk-seo-services-page .seo-hero-form .gform_wrapper .gform_validation_errors .gform_submission_error {
  color: #a62616;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  margin: 0;
}

.rgk-seo-services-page .seo-hero-form .gform_wrapper .gform_validation_errors .gform-icon {
  display: none;
}

.rgk-seo-services-page .seo-hero-form .gform_wrapper .gform_validation_errors ol:empty {
  display: none;
}

/* Keep stale AJAX responses from drawing a second error box. */
.rgk-seo-services-page .seo-hero-form .gform_wrapper .gform_validation_errors .gform_validation_errors {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  padding: 0;
}

.seo-hero-form .validation_message {
  color: #6b123f;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 5px;
}

.seo-hero-form .gform_confirmation_message {
  align-items: center;
  background: #ffffff;
  border-radius: 20px;
  color: #333333;
  display: flex;
  font-size: 18px;
  line-height: 1.5;
  min-height: 260px;
  padding: 28px;
  text-align: center;
}

.seo-form-unavailable {
  background: #ffffff;
  border-radius: 24px;
  font-size: 17px;
  line-height: 1.5;
  padding: 28px;
  text-align: center;
}

/* Partnership section reuses the Web Design page classes and assets. */
.seo-partnership-fallback {
  align-items: center;
  background: #ffffff;
  color: #195179;
  display: flex;
  font-size: 28px;
  font-weight: 600;
  justify-content: space-around;
  min-height: 310px;
  padding: 40px;
}

.seo-partnership-fallback strong {
  color: #195179;
}

.seo-romega-logo-fallback {
  color: #ffffff;
  display: block;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 28px;
}

/* Standard editorial service-page content. */
.seo-standard-intro {
  padding: 120px 0 116px;
}

.seo-standard-intro h2 {
  color: #343434;
  font-size: clamp(30px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.45;
  margin: 0 auto 78px;
  max-width: 1008px;
  text-align: center;
}

.seo-standard-two-column {
  display: grid;
  gap: 140px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.seo-standard-two-column p {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.68;
  margin-bottom: 18px;
}

.seo-standard-band {
  background: #484084;
  color: #ffffff;
  padding: 105px 0 110px;
}

.seo-standard-band-inner {
  text-align: center;
}

.seo-standard-kicker {
  color: #ffd176;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.16em;
  margin-bottom: 24px;
  text-transform: uppercase;
}

.seo-standard-band h2 {
  color: #ffffff;
  font-size: clamp(38px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.18;
  margin: 0 auto 72px;
  max-width: 960px;
}

.seo-standard-band-points {
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: left;
}

.seo-standard-band-points > div {
  border-right: 1px solid rgba(255, 255, 255, 0.32);
  padding: 34px 38px;
}

.seo-standard-band-points > div:last-child {
  border-right: 0;
}

.seo-standard-band-points strong,
.seo-standard-band-points span {
  color: #ffffff;
  display: block;
}

.seo-standard-band-points strong {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.seo-standard-band-points span {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.55;
}

.seo-standard-capabilities {
  padding: 124px 0 130px;
}

.seo-standard-capabilities > .seo-standard-shell {
  max-width: 1094px;
}

.seo-standard-capabilities h2,
.seo-standard-process h2 {
  color: #343434;
  font-size: clamp(38px, 4vw, 52px);
  font-weight: 500;
  line-height: 1.24;
  margin: 0 auto 78px;
  max-width: 960px;
  text-align: center;
}

.seo-standard-capability-layout {
  display: grid;
  gap: 120px;
  grid-template-columns: 345px minmax(0, 1fr);
}

.seo-standard-capability-nav {
  list-style: none;
  margin: 0;
  padding: 8px 0 0;
}

.seo-standard-capability-nav li {
  color: #484084;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 24px;
  padding-left: 40px;
  position: relative;
}

.seo-standard-capability-nav li::before {
  color: #bb3689;
  content: "•";
  font-size: 44px;
  left: 0;
  line-height: 0.75;
  position: absolute;
  top: 1px;
}

.seo-standard-capability-copy article {
  border-bottom: 1px solid #c3c3c3;
  margin-bottom: 34px;
  padding-bottom: 34px;
}

.seo-standard-capability-copy article:last-child {
  border-bottom: 0;
  margin-bottom: 0;
}

.seo-standard-capability-copy h3 {
  color: #484084;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 16px;
}

.seo-standard-capability-copy p {
  color: #333333;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.68;
  margin: 0;
}

.seo-standard-process {
  background: #f3f3f3;
  padding: 118px 0 124px;
}

.seo-standard-process ol {
  border-top: 1px solid #c3c3c3;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}

.seo-standard-process li {
  border-right: 1px solid #c3c3c3;
  min-height: 260px;
  padding: 34px 30px;
}

.seo-standard-process li:last-child {
  border-right: 0;
}

.seo-standard-process li > span {
  color: #bb3689;
  display: block;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 44px;
}

.seo-standard-process h3 {
  color: #343434;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 12px;
}

.seo-standard-process p {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
}

.seo-standard-cta {
  background: #2d2d2d;
  margin-top: 0 !important;
  padding: 96px 0 88px;
  text-align: center;
}

.seo-standard-cta h2 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.35;
  margin: 0 auto 36px;
  max-width: 820px;
}

.seo-standard-cta .btn {
  border: 2px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  margin-bottom: 28px;
  text-decoration: none;
}

.seo-standard-cta > .seo-standard-shell > p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  margin: 0;
}

.seo-standard-cta p a {
  color: #ffffff;
  font-weight: 600;
}

@media only screen and (max-width: 1279px) {
  .seo-standard-hero {
    min-height: 0;
    padding: 220px 0 110px;
  }

  .seo-standard-hero-inner {
    gap: 70px;
    grid-template-columns: 1fr;
    max-width: 900px;
  }

  .seo-standard-hero-copy {
    padding-top: 0;
    text-align: center;
  }

  .seo-standard-hero .hero-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
  }

  .seo-standard-hero .hero-title span {
    display: inline;
  }

  .seo-standard-hero .sublead {
    margin: 0 auto;
    max-width: 760px;
  }

  .seo-standard-lead-form {
    margin: 0 auto;
    min-height: 630px;
    width: 430px;
  }

  .seo-form-blob {
    inset: 0 -35px;
  }

  .seo-standard-capability-layout {
    gap: 70px;
    grid-template-columns: 300px minmax(0, 1fr);
  }
}

@media only screen and (max-width: 900px) {
  .seo-standard-shell {
    padding-left: 32px;
    padding-right: 32px;
  }

  .seo-standard-intro {
    padding: 92px 0;
  }

  .seo-standard-two-column {
    gap: 26px;
    grid-template-columns: 1fr;
  }

  .seo-standard-band {
    padding: 84px 0;
  }

  .seo-standard-band-points {
    grid-template-columns: 1fr;
  }

  .seo-standard-band-points > div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    border-right: 0;
  }

  .seo-standard-band-points > div:last-child {
    border-bottom: 0;
  }

  .seo-standard-capabilities,
  .seo-standard-process {
    padding: 92px 0;
  }

  .seo-standard-capability-layout {
    gap: 52px;
    grid-template-columns: 1fr;
  }

  .seo-standard-capability-nav {
    columns: 2;
  }

  .seo-standard-process ol {
    grid-template-columns: repeat(2, 1fr);
  }

  .seo-standard-process li:nth-child(2) {
    border-right: 0;
  }

  .seo-standard-process li:nth-child(-n+2) {
    border-bottom: 1px solid #c3c3c3;
  }
}

@media only screen and (max-width: 767px) {
  .seo-standard-shell {
    padding-left: 24px;
    padding-right: 24px;
  }

  .seo-standard-hero {
    padding: 185px 0 72px;
  }

  .seo-standard-hero-inner {
    gap: 44px;
  }

  .seo-standard-hero .hero-title {
    font-size: clamp(50px, 14vw, 68px) !important;
    letter-spacing: -0.055em;
    line-height: 1;
    margin-bottom: 28px;
    white-space: normal;
  }

  .seo-standard-hero .hero-title span {
    display: block;
  }

  .seo-standard-hero .hero-intro {
    font-size: 25px;
    line-height: 1.45;
    margin-bottom: 26px;
  }

  .seo-standard-hero .sublead,
  .seo-standard-hero .sublead p {
    font-size: 17px;
    line-height: 1.6;
  }

  .seo-standard-lead-form {
    min-height: 590px;
    width: min(100%, 365px);
  }

  .seo-form-blob {
    inset: 4px -22px;
  }

  .seo-hero-form {
    max-width: 285px;
  }

  .seo-hero-form .gfield input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) {
    min-height: 46px;
  }

  .seo-hero-form .gform_button.button {
    min-height: 66px;
    min-width: 235px;
  }

  .seo-standard-intro h2 {
    font-size: 27px;
    line-height: 1.45;
    margin-bottom: 48px;
  }

  .seo-standard-two-column p,
  .seo-standard-capability-copy p {
    font-size: 17px;
  }

  .seo-standard-band h2,
  .seo-standard-capabilities h2,
  .seo-standard-process h2 {
    font-size: 34px;
    margin-bottom: 52px;
  }

  .seo-standard-band-points > div {
    padding: 28px 8px;
  }

  .seo-standard-capability-nav {
    columns: 1;
  }

  .seo-standard-capability-nav li {
    font-size: 21px;
    margin-bottom: 18px;
  }

  .seo-standard-capability-copy h3 {
    font-size: 26px;
  }

  .seo-standard-process ol {
    grid-template-columns: 1fr;
  }

  .seo-standard-process li,
  .seo-standard-process li:nth-child(2) {
    border-bottom: 1px solid #c3c3c3;
    border-right: 0;
    min-height: 0;
  }

  .seo-standard-process li:last-child {
    border-bottom: 0;
  }

  .seo-standard-process li > span {
    margin-bottom: 24px;
  }

  .seo-standard-cta {
    padding: 76px 0 70px;
  }

  .seo-standard-cta h2 {
    font-size: 31px;
  }

  .rgk-seo-services-page #partnershipAnnouncement strong {
    white-space: normal;
  }
}

@media (prefers-reduced-motion: reduce) {
  .seo-hero-media video {
    display: none;
  }

  .seo-service-page *,
  .seo-service-page *::before,
  .seo-service-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
