:root {
  --brand-dark: #101a47;
  --brand-purple: #cb9a19;
  --brand-purple-deep: #a47d18;
  --brand-light: #a47d1812;
  --text-main: #1d1d1f;
}

body {
  font-family: "Poppins", Arial, sans-serif;
  color: var(--text-main);
  background: #a47d1812;
  font-size: 16px;
  line-height: 1.6;
}

h1, h2, h3, h4, h5 {
  font-family: "Baskervville", Georgia, serif;
  font-weight: 400;
  line-height: 1.2;
}

p {
  font-size: 16px;
  line-height: 1.7;
}

.navbar .nav-link,
.btn,
input,
textarea,
label,
small {
  font-family: "Poppins", Arial, sans-serif;
}

.navbar .nav-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #3b3f5a;
}

.navbar .nav-link.show {
  color: #3b3f5a;
}

.navbar .nav-link.active {
  color: var(--brand-purple-deep);
}

.site-header .navbar-nav .dropdown-toggle::after {
  margin-left: 0.4em;
  vertical-align: 0.14em;
  border-top-color: currentColor;
}

.services-dropdown {
  --services-dropdown-border: #d5d8e0;
  padding: 0;
  margin-top: 0.45rem;
  min-width: 16.5rem;
  background-color: #fff;
  border: none;
  border-radius: 0 0 0.45rem 0.45rem;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

.services-dropdown .dropdown-item {
  padding: 0.65rem 1.2rem;
  font-size: 0.85rem;
  font-weight: 400;
  color: #1d1d1f;
  border-bottom: 1px solid #e8eaed;
  border-radius: 0;
  transition: all .3s ease-in-out;
}

.services-dropdown .dropdown-item:last-child {
}

.services-dropdown .dropdown-item:hover,
.services-dropdown .dropdown-item:focus {
  background: #001f33;
  color: #fff;
}

.services-dropdown .dropdown-item:active {
  background: #eceef3;
  color: #1d1d1f;
}

.phone-btn {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding: 0.55rem 1rem;
}

.top-bar {
  background-color: #001f33;
  padding: 10px 0;
}
.top-bar a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  padding: 0;
  line-height: inherit;
  font-weight: 400;
}

.top-bar__inner {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.top-bar__icon-wrap {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.top-bar__text {
  line-height: inherit;
}

.top-bar__icon {
  flex-shrink: 0;
  display: block;
}

.site-header {
  position: relative;
  inset: 0 0 auto 0;
  z-index: 30;
  background-color: #fff;
}

.navbar-brand img {
  width: 200px;
  height: auto;
}

.phone-btn {
  border-color: rgba(255, 255, 255, 0.6);
}

.hero-section {
  min-height: 90vh;
  background:
    url("../images/image-6.png") center/cover no-repeat;
    padding: 40px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.banner-home {
  background:transparent;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  min-height: auto;
}

.form-banner-home {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.banner-home .swiper-slide img {
  width: 100%;
  object-fit: cover;
  height: 540px;
}

.banner-home .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.58);
}

.banner-home .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background-color: #ffffffba;
  opacity: 1;
}
.banner-home .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--brand-purple);
}

.hero-title {
  font-size: clamp(2rem, 3.8vw, 3.4rem);
  line-height: 1.08;
  font-weight: 600;
  position: relative;
  z-index: 9;
}

.hero-copy {
  max-width: 650px;
  font-size: clamp(1rem, 1.4vw, 1.25rem);
  line-height: 1.6;
  font-weight: 400;
}

.hero-title em {
  font-style: italic;
}

.list-grid p {
  margin-bottom: 0.6rem;
  font-weight: 500;
  font-size: clamp(0.92rem, 1.2vw, 1.2rem);
  line-height: 1.45;
  color: #fff;
}

.consult-box {
  background: linear-gradient(180deg, #e6af209e 0%, #a47d1891 100%);
  border-radius: 10px;
  color: #fff;
  padding: 25px 40px 40px;
  position: relative;
  z-index: 9;
}

.consult-box .form-check-label a {
  color: #fff;
}

.consult-box h2 {
  font-size: clamp(1.75rem, 2vw, 2.55rem);
  margin-bottom: 1rem;
  line-height: 1.15;
  font-weight: 600;
  color: #1F1E52;
  text-align: center;
}

.consult-box .form-control {
  margin-bottom: 0.75rem;
  line-height: 1.4;
  padding: 0.52rem 0.7rem;
  background-color: #ffffff;
  border-color: #CCCCCC;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  font-weight: 400;
  color: #555555;
}

.consult-box .form-check-label {
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
}

.consult-box .btn-light {
  color: #2f2f2f;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  border-radius: 2px 2px 2px 2px;
  padding: 15px 30px 15px 30px;
}

.btn-primary-brand {
  background: var(--brand-purple);
  border: 1px solid var(--brand-purple);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background-image: linear-gradient(135deg, var(--brand-purple) 0%, --brand-purple-deep 100%);
  border-style: none;
  border-radius: 2px 2px 2px 2px;
  padding: 15px 30px 15px 30px;
}

.btn-primary-brand:hover {
  background: #a47d18;
  border-color: var(--brand-purple-deep);
  color: #fff;
}

.btn-outline-brand {
  border: 1px solid var(--brand-purple);
  color: var(--brand-purple);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
}

.btn-outline-brand:hover {
  background: var(--brand-purple);
  color: #fff;
}

.btn-outline-brand-dark {
  background-color: #C8A64600;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  fill: #1F1E52;
  color: #1F1E52;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #1F1E52;
  border-radius: 2px 2px 2px 2px;
  padding: 15px 30px 15px 30px;
}

.btn-outline-light {
  background-color: #C8A64600;
  font-size: 18px;
  font-weight: 500;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-secondary);
  border-radius: 2px 2px 2px 2px;
  padding: 15px 30px 15px 30px;
}

.btn-outline-brand-dark:hover {
  background: #21254f;
  border-color: #21254f;
  color: #fff;
}

.hero-book-left,
.hero-book-right {
  position: absolute;
  z-index: 2;
  width: 175px;
}

.hero-book-left {
  left: -25px;
  top: 0;
}

.hero-book-right {
  right: -15px;
  bottom: 0;
}

/* --- Contact page hero (centered navy banner) --- */
.contact-page-hero {
  background-color: #041126;
  background-image:url(../images/image-6-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: clamp(520px, 68vh, 820px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 2.5rem 0;
}

.contact-page-hero__inner {
  text-align: center;
}

.contact-page-hero__inner .list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-page-hero__inner .hero-copy {
  max-width: 100%;
}

.contact-page-hero__phone-inner {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.contact-page-hero__phone-icon {
  display: inline-flex;
  flex-shrink: 0;
  line-height: 0;
}

.contact-page-hero__phone-icon svg {
  display: block;
}



/* --- Contact page: reach-out cards (below hero) --- */
.contact-reach {
  color: #333;
  padding: 50px 0 0;
}

.contact-reach__title {
  font-size: clamp(2.35rem, 3.5vw, 2.85rem);
  font-weight: 400;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.5rem;
}



.contact-reach__row {
  --bs-gutter-x: 1.75rem;
}

.contact-reach__card {
  background: #fff;
  border: 1px solid rgba(145, 129, 177, 0.22);
  border-radius: 0.65rem;
  padding: 2rem 1.5rem 2.25rem;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}

.contact-reach__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.25rem;
  height: 4.25rem;
  margin: 0 auto 1.1rem;
  border-radius: 50%;
  border: 2px solid var(--brand-purple);
  color: var(--brand-purple);
  line-height: 0;
}

.contact-reach__icon svg {
  display: block;
}

.contact-reach__label {
  font-size: 1.8rem;
  font-weight: 400;
  color: #333;
  margin: 0 0 0.65rem;
}

.contact-reach__detail {
  font-size: 20px;
  line-height: 1.55;
  color: #333;
}

.contact-reach__detail a {
  color: #333;
  text-decoration: none;
  word-break: break-word;
  font-size: 20px;
}

.contact-reach__detail a:hover {
  color: #9181b1;
  text-decoration: underline;
}

.contact-reach__detail--address {
  margin-left: auto;
  margin-right: auto;
}

.trust-strip {
  background: linear-gradient(90deg, var(--brand-purple-deep) 0%, var(--brand-purple) 100%);
  color: #fff;
  padding: 25px 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.trust-strip h3 {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 600;
  margin: 0;
}

.trust-strip .row {
  --bs-gutter-y: 0.6rem;
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  min-height: 50px;
}

.trust-item img {
  width: 34px;
  height: auto;
  flex-shrink: 0;
}

.trust-item h3 {
  text-align: left;
}

.section-space {
  padding: 90px 0;
}

/* Reusable section pattern for repeated heading/copy/button blocks */
.section-default {
  background-color: #f9f6ef;
}

.section-pattern {
  background-image: radial-gradient(rgba(64, 67, 98, 0.14) 1px, transparent 1px);
  background-size: 16px 16px;
}

.section-default-title {
  font-family: "Baskervville", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: 1.12;
  color: #1b1d52;
  margin-bottom: 1.25rem;
}

.section-default-copy {
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(1rem, 1.15vw, 1.18rem);
  line-height: 1.65;
  max-width: 980px;
  margin: 0 auto 0.9rem;
  color: #3b3f5a;
}

.section-default-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 1.9rem;
}

.section-default-actions .btn {
  min-width: 235px;
}

.section-decor-right {
  position: absolute;
  right: 2%;
  bottom: 11%;
  width: 210px;
  opacity: 0.55;
}

.section-space h2 {
  color: #1b1d52;
  margin-bottom: 1rem;
  font-size: clamp(1.9rem, 3.1vw, 3rem);
  line-height: 1.12;
}

.section-space p {
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.65;
  font-weight: 400;
}

.services {
  background: #f8f8ff;
}

.service-card {
  background: #fff;
  border: 1px solid #e6e7f3;
  border-radius: 12px;
  padding: 22px 18px;
  height: 100%;
}

.service-card h4 {
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 0;
}

.services .text-center p {
  font-size: 16px;
  line-height: 1.6;
}

.books-strip h2 {
  font-size: clamp(1.9rem, 3.1vw, 3rem);
  line-height: 1.15;
}

.books-strip {
  padding-bottom: 80px !important;
}

.cta-banner {
  background: var(--brand-light);
}

/* --- Feldheim-style footer --- */
.feld-footer {
  background: #001f33;
  color: rgba(255, 255, 255, 0.92);
  font-family: "Poppins", Arial, sans-serif;
}

.feld-footer__heading {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 1.1rem;
}

.feld-footer__heading--brand {
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.feld-footer__list li {
  margin-bottom: 0.45rem;
}

.feld-footer__list a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 0.95rem;
  line-height: 1.55;
}

.feld-footer__list a:hover {
  color: #fff;
  text-decoration: underline;
}

.feld-footer__columns {
  position: relative;
}


.feld-footer__badge img {
  width: 100%;
}



.feld-footer__contact-line {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.95rem;
  line-height: 1.55;
  margin: 0 0 0.65rem;
  color: rgba(255, 255, 255, 0.9);
}

.feld-footer__contact-line a {
  color: #fff;
  text-decoration: none;
}

.feld-footer__contact-line a:hover {
  text-decoration: underline;
}

.feld-footer__icon {
  flex-shrink: 0;
  margin-top: 0.15rem;
  color: rgba(255, 255, 255, 0.85);
}

.feld-footer__sep {
  margin: 0 0.35rem;
  opacity: 0.6;
}

.feld-footer__socials {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.25rem;
}

.feld-footer__social {
  color: #fff;
  opacity: 0.9;
  line-height: 0;
}

.feld-footer__social:hover {
  opacity: 1;
  color: #fff;
}

.feld-footer__rule {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0;
  opacity: 1;
}

.feld-footer__copyright {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.78);
}

.feld-footer__payments {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.feld-footer__pay {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.25rem;
  padding: 0.35rem 0.55rem;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.06);
}

.feld-footer__badges-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
}

.feld-footer__badge {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 70px;
}

.feld-footer__badge-title {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.feld-footer__badge-sub {
  opacity: 0.9;
}

.feld-footer__scroll-top {
  width: 44px;
  height: 44px;
  margin-left: 0.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background: #0d2a42;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    opacity 0.25s ease,
    visibility 0.25s ease;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.feld-footer__scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.feld-footer__scroll-top:hover {
  background: #123d5c;
  color: #fff;
  transform: translateY(-2px);
}







/* --- Our Services (book-publication landing) --- */
.our-services-section {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.our-services-inner {
  z-index: 2;
}

/* Staircase grid: offset the column wrapper so the card can use its own hover transform */
.our-services-grid > .service-card-wrap {
  transition: transform 0.25s ease;
  padding-left: 8px;
  padding-right: 8px;
}







.our-services-books-decor {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 196px;
  z-index: 1;
  pointer-events: none;
  transform: rotate(0deg);
  opacity: 0.95;
}



.our-services-leaf-decor {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 120px;
  height: 230px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.12;
  background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 200'%3E%3Cpath fill='none' stroke='%232d1f4e' stroke-width='1.2' d='M60 10 C20 50 15 120 60 190 C95 120 100 50 60 10Z'/%3E%3Cpath fill='none' stroke='%232d1f4e' stroke-width='0.8' d='M60 40 Q35 80 60 120 M60 50 Q85 90 60 130'/%3E%3C/svg%3E");
}

.our-services-label {
  font-family: poppins, 'Poppins-Regular', sans-serif !important;
  font-size: 1.125rem;
  font-weight: 600;
  color: #111322;
  letter-spacing: 0.02em;
}

.our-services-title {
  font-size: clamp(1.9rem, 3.1vw, 3rem);
  color: #111322;
  line-height: 1.25;
}

.our-services-lead {
  font-family: poppins, 'Poppins-Regular', sans-serif !important;
  font-size: 0.95rem;
  line-height: 1.75;
  color: #4a4a55;
  max-width: 720px;
}

.service-card {
  background: #fff;
  border-radius: 5px;
  padding: 1.65rem 1.35rem 2.35rem;
  box-shadow:
      0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  transition:
      transform 0.3s ease,
      box-shadow 0.3s ease,
      background-color 0.3s ease;
  height: 260px !important;
}

.service-card:hover {
  transform: translateY(-5px);
  background-color: #a47d18;
  box-shadow:
      0px 0px 0px 0px rgba(0,0,0,0.5);
}

.service-card-num {
  position: absolute;
  top: -4px;
  right: 0;
  font-family: poppins, 'Poppins-Regular', sans-serif !important;
  font-size: 3.35rem;
  font-weight: 600;
  line-height: 1;
  color: #a47d1840;
  opacity: 0.9;
  user-select: none;
  letter-spacing: -0.02em;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.service-card:hover .service-card-num {
  color: #fff;
  opacity: 0.3;
}

.service-card-icon {
  color: #111322;
  font-size: 1.35rem;
  margin-bottom: 0.85rem;
  position: relative;
  z-index: 1;
  width: fit-content;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.service-card-icon--line {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
  width: 70px;
  height: 70px;
}

.service-card:hover .service-card-icon--line {
  background: #fff;
  box-shadow: 0 4px 14px rgba(17, 19, 34, 0.12);
  padding: 0;
}

.service-card-icon--line svg {
  display: block;
  width: 60px;
  height: 60px;
  transition: stroke 0.3s ease;
}

.service-card:hover .service-card-icon--line svg {
  stroke: #111322;
}

.service-card-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #111322;
  margin-bottom: 0.65rem;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.service-card:hover .service-card-title {
  color: #fff !important;
}

.service-card-text {
  font-family: poppins, 'Poppins-Regular', sans-serif !important;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.65;
  color: #4a4a55;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.service-card:hover .service-card-text {
  color: rgba(255, 255, 255, 0.92) !important;
}

.our-services-cta .btn {
  display: inline-block;
  font-family: poppins, 'Poppins-Regular', sans-serif !important;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.65rem 1.75rem;
  border-radius: 6px;
  margin: 0.35rem 0.4rem;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-services-chat {
  background-color: #7c69ef;
  color: #fff !important;
  border: 2px solid #7c69ef;
}

.btn-services-chat:hover {
  background-color: #6b58e0;
  border-color: #6b58e0;
  color: #fff !important;
}

.btn-services-phone {
  background-color: transparent;
  color: #1e2a5e !important;
  border: 2px solid #1e2a5e;
}

.btn-services-phone:hover {
  background-color: rgba(30, 42, 94, 0.06);
  color: #1e2a5e !important;
}

.btn-services-phone .fa-phone {
  margin-right: 0.5rem;
}

/* --- Clear process: two-column (after Our Services) --- */
.clear-process-section {
  padding: 50px 0;
}

.clear-process-inner {
  position: relative;
  z-index: 1;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.clear-process-decor {
  position: absolute;
  left: 0;
  top: -170px;
  max-width: min(340px, 28vw);
  height: auto;
  opacity: 0.95;
  pointer-events: none;
  z-index: 0;
}

.clear-process-title {
  font-family: "Baskervville", Georgia, serif;
  font-size: clamp(1.9rem, 3.1vw, 3rem);
  font-weight: 400;
  line-height: 1.18;
  color: #1b1d52;
  max-width: 34rem;
}

.clear-process-text {
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(0.95rem, 1.05vw, 1.05rem);
  line-height: 1.75;
  color: #3b3f5a;
  max-width: 36rem;
}

.clear-process-actions .btn {
  min-height: 48px;
}

.clear-process-photo {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 18px 40px rgba(27, 29, 82, 0.12);
}

.clear-process-figure {
  border-radius: 20px;
  overflow: hidden;
}


.books-strip h2+p {
  margin: 0 0 40px;
  text-align: center;
  font-size: 18px;
}



/* --- The Complete Path to Authorship (after books-strip) --- */
.authorship-banner {
  background: linear-gradient(90deg, var(--brand-purple-deep) 0%, var(--brand-purple) 100%);
  color: #fff;
}

.authorship-inner-wrap {
  padding-top: 3rem;
  padding-bottom: 3rem;
}



.authorship-inner {
  position: relative;
  z-index: 1;
}

.authorship-title {
  font-family: "Baskervville", Georgia, serif;
  font-size: clamp(1.85rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.12;
  color: #fff;
}

.authorship-lead {
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(0.98rem, 1.15vw, 1.2rem);
  line-height: 1.65;
  font-weight: 400;
  color: #fff;
  max-width: 38rem;
}

.authorship-decor {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  height: auto;
}

.authorship-decor--left {
  left: 0;
  bottom: 0;
  max-width: min(340px, 28vw);
}

.authorship-decor--right {
  right: 0;
  bottom: 0;
  max-width: min(280px, 24vw);
  filter: drop-shadow(0 12px 24px rgba(20, 21, 46, 0.18));
}

.btn-authorship-primary {
  font-family: "Poppins", Arial, sans-serif;
  background: #fff;
  color: #1b1d52 !important;
  border: none;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 3px;
  line-height: 1.2;
}

.btn-authorship-primary:hover {
  background: #f4f3ff;
  color: #14152e !important;
}

.btn-authorship-outline {
  font-family: "Poppins", Arial, sans-serif;
  background: transparent;
  color: #14152e !important;
  border: 1px solid #14152e;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 28px;
  border-radius: 3px;
  line-height: 1.2;
}

.btn-authorship-outline:hover {
  background: rgba(20, 21, 46, 0.08);
  color: #14152e !important;
}



/* --- Reforming Publishing for the Digital Age (after authorship) --- */
.digital-age-section {
  padding: 30px 0 60px;
}

.digital-age-inner {
  position: relative;
  z-index: 1;
  padding-bottom: 4.5rem;
}



.digital-age-title {
  font-family: "Baskervville", Georgia, serif;
  font-size: clamp(1.85rem, 3.1vw, 3rem);
  font-weight: 400;
  line-height: 1.15;
  color: #1b1d52;
}

.digital-age-lead {
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(0.95rem, 1.1vw, 1.08rem);
  line-height: 1.7;
  color: #3b3f5a;
}

.digital-age-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  background: #fff;
  border: 1px solid #e8e8ef;
  border-radius: 12px;
  padding: 2.35rem 0.85rem 2.5rem;
  min-height: 100%;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.digital-age-card:hover {
  border-color: #d5d5e5;
  box-shadow: 0 10px 28px rgba(27, 29, 82, 0.08);
}

.digital-age-card-icon {
  width: 78px;
  height: 78px;
  object-fit: contain;
  margin-bottom: 0.85rem;
}

.digital-age-card-title {
  font-family: "Baskervville", Georgia, serif;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  font-weight: 400;
  line-height: 1.25;
  color: #1b1d52;
}

.digital-age-decor {
  position: absolute;
  right: 2%;
  bottom: 0;
  max-width: min(200px, 32vw);
  height: auto;
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}



/* --- Testimonials / Our Clients (Swiper) --- */
.testimonials-section {
  overflow: hidden;
}

.testimonials-top {
  background: linear-gradient(90deg, var(--brand-purple-deep) 0%, var(--brand-purple) 100%);
  padding-bottom: 2rem;
  margin-bottom: -32px;
}



.testimonials-kicker {
  display: inline-block;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  padding: 0.35rem 0.85rem;
  border-radius: 4px;
  margin: 0;
}

.testimonials-main-title {
  font-family: "Baskervville", Georgia, serif;
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  font-weight: 400;
  line-height: 1.15;
  color: #fff;
}

.testimonials-stars {
  color: #f8b820;
  font-size: 1.1rem;
  letter-spacing: 0.12em;
  line-height: 1;
}

.testimonials-rated,
.testimonials-platform {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.95rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}

.testimonials-bottom {
  background: transparent;
  padding-bottom: 2rem;
}

.testimonials-swiper-wrap {
  margin-top: -4.5rem;
  z-index: 2;
}



.testimonials-decor {
  position: absolute;
  left: 1.5%;
  bottom: 1rem;
  max-width: min(200px, 22vw);
  height: auto;
  opacity: 0.85;
  pointer-events: none;
  z-index: 1;
}

.testimonialSwiper .swiper-wrapper {
  align-items: stretch;
}

.testimonialSwiper .swiper-slide {
  height: auto;
  box-sizing: border-box;
  padding: 0.25rem 0.35rem 1.25rem;
}

.testimonial-card {
  position: relative;
  background: #fff;
  border-radius: 14px;
  box-shadow: none;
  padding: 1.75rem 1.75rem 1.5rem 2.25rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  border: 8px solid #EBEBEB;
}

.testimonial-quote {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #3b3f5a;
  flex: 1 1 auto;
}

.testimonial-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1.35rem;
  padding-top: 0.25rem;
}

.testimonial-avatar {
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 4px;
  /*! margin-left: -3.25rem; */
  flex-shrink: 0;
  box-shadow: 0 6px 16px rgba(26, 27, 65, 0.15);
}



.testimonial-name {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #4a63d4;
  margin: 0;
}

.testimonial-stars {
  color: #f8b820;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.testimonial-quote-icon {
  position: absolute;
  right: 1rem;
  bottom: 0.75rem;
  width: 44px;
  height: auto;
  opacity: 0.95;
}

.testimonial-pagination {
  position: relative;
  margin-top: 1.25rem !important;
}

.testimonial-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #c4c4d4;
  opacity: 1;
}

.testimonial-pagination.swiper-pagination-bullets
  .swiper-pagination-bullet-active {
  background: #6f55d8;
}

/* --- Have a draft? CTA (after become-sec) --- */
.draft-cta-section {
  color: #fff;
  background:
    url("../images/image-6.png") center / cover no-repeat;
}

.draft-cta-inner {
  padding-top: clamp(2rem, 6vw, 3rem);
  padding-bottom: clamp(2rem, 6vw, 3rem);
}

.draft-cta-title {
  font-family: "Baskervville", Georgia, serif;
  font-size: clamp(1.65rem, 2.8vw, 2.65rem);
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  max-width: 32rem;
}



.btn-draft-chat {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff !important;
  background: #b4a3f5;
  border: none;
  border-radius: 4px;
  padding: 14px 28px;
}

.btn-draft-chat:hover {
  background: #9d8aef;
  color: #fff !important;
}

.btn-draft-phone {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff !important;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 14px 28px;
}

.btn-draft-phone:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
  border-color: #fff;
}



/* --- Limited-time offers lead form (after draft CTA) --- */

.offers-form-title {
  font-family: "Baskervville", Georgia, serif;
  font-size: clamp(1.65rem, 3vw, 3rem);
  font-weight: 400;
  line-height: 1.2;
  color: #1b1d52;
}

.offers-form-lead {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  color: #3b3f5a;
}

.offers-form-control {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 15px;
  color: #1d1d1f;
  background: #fff;
  border: 1px solid #e0e0e8;
  border-radius: 4px;
  padding: 0.65rem 0.85rem;
}

.offers-form-control::placeholder {
  color: #9a9aa8;
}

.offers-form-control:focus {
  border-color: #c5c5d4;
  box-shadow: 0 0 0 0.15rem rgba(111, 85, 216, 0.12);
}

.offers-form-textarea {
  min-height: 140px;
  resize: vertical;
}

.offers-consent-wrap {
  padding-left: 0;
  align-items: flex-start;
}

.offers-consent-check {
  margin-top: 0.2rem;
  flex-shrink: 0;
}

.offers-consent {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 11px;
  line-height: 1.45;
  color: #4a4a55;
  text-transform: none;
}

.offers-consent a {
  color: #c44b7a;
  font-weight: 600;
  text-decoration: none;
}

.offers-consent a:hover {
  text-decoration: underline;
}

.btn-offers-submit {
  font-family: "Poppins", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  background: #8b7eff;
  border: none;
  border-radius: 4px;
  padding: 14px 28px;
  margin-top: 0.25rem;
}

.btn-offers-submit:hover {
  background: #7568e8;
  color: #fff !important;
}

.become-sec {
  padding: 30px 0 90px;
}

.banner-content {
  background-image: url(../images/image-6-2.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.5rem 0;
  color: #fff;
}

.banner-content h1 {
  font-size: 3.6rem;
  font-weight: 600;
}
