/* Logo Pragmutopia */
.pragmutopia-logo-text {
  font-weight: 600;
  font-size: 1.1rem;
  letter-spacing: 0.02em;
  display: inline-block;
  line-height: 1;
}

.pragmutopia-logo-primary {
  color: #6c63ff;
}

.pragmutopia-logo-accent {
  color: #1e1e2f;
}

/* Hero Offer */
.offer-hero {
  position: relative;
  padding: 9rem 0 1rem;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(140deg, rgba(240, 242, 255, 0.9), rgba(250, 252, 255, 0.95));
}

.offer-hero .container {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}

.offer-hero--with-image {
  background-size: cover;
  background-position: center;
  color: #fff;
}

.offer-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(190deg, rgba(13, 15, 31, 0.78), rgba(21, 23, 43, 0.62));
  z-index: 0;
  pointer-events: none;
}

.offer-hero__inner {
  max-width: 640px;
  width: 100%;
  padding: 0 1.5rem;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}

.offer-hero__title {
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.offer-hero__subtitle {
  max-width: 640px;
  margin: 0 auto 1.5rem;
  color: #5c6378;
}

.offer-hero--with-image .offer-hero__title {
  color: #fff;
}

.offer-hero--with-image .offer-hero__subtitle {
  color: rgba(255, 255, 255, 0.92);
}

.offer-hero__cta {
  display: flex;
  justify-content: center;
}

.offer-content {
  margin: 1rem auto 0;
}

.footer-breadcrumbs {
  padding: 0;
  background: #f6f7ff;
}

.footer-breadcrumbs + #footer.section {
  padding-top: 0;
}

.footer-breadcrumbs .container {
  display: flex;
  justify-content: center;
}

.footer-breadcrumbs #breadcrumbs {
  margin: 0;
}

/* Navigation */
body.header-dark #header:not(.scrolled) .navbar .navbar-brand .pragmutopia-logo-primary {
  color: #fff;
}

body.header-dark #header:not(.scrolled) .navbar .navbar-brand .pragmutopia-logo-accent {
  color: #6c63ff;
}

body.header-dark #header:not(.scrolled) .dropmenu ul ul {
  background: rgba(13, 16, 31, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

body.header-dark #header:not(.scrolled) .dropmenu ul ul a {
  color: #f6f7ff !important;
}

body.header-dark #header:not(.scrolled) .dropmenu ul ul a:hover,
body.header-dark #header:not(.scrolled) .dropmenu ul ul a:focus,
body.header-dark #header:not(.scrolled) .dropmenu ul ul a:active {
  background: rgba(108, 99, 255, 0.25);
  color: #ffffff !important;
}

body.header-dark #header:not(.scrolled) .dropmenu > ul > li:hover > a,
body.header-dark #header:not(.scrolled) .dropmenu > ul > li:focus-within > a {
  color: #ffffff !important;
}

#header .navbar {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: nowrap;
}

#header .navbar .navbar-section {
  flex: 0 0 auto;
}

#header .navbar .desktop-menu {
  flex: 1 1 auto;
  min-width: 0;
}

#header .navbar .desktop-menu > .dropmenu {
  flex: 1 1 auto;
  min-width: 0;
}

.desktop-menu {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex: 1 1 auto;
}

 .desktop-menu > .dropmenu {
  flex: 1 1 auto;
}

@media (max-width: 1100px) {
  #header .navbar {
    flex-wrap: wrap;
    row-gap: 0.75rem;
    justify-content: flex-start;
  }

  #header .navbar .desktop-menu {
    flex-basis: 100%;
  }
}

#header .langswitcher__link {
  color: #1f2340;
  transition: color 0.2s ease;
}

#header .langswitcher__link:hover,
#header .langswitcher__link:focus {
  color: #6c63ff;
}

#header .langswitcher__link--active,
#header .langswitcher__link--active:visited,
#header .langswitcher__link[aria-current="true"],
#header .langswitcher__link[aria-current="true"]:visited {
  color: #6c63ff;
  font-weight: 600;
}

body.header-dark #header:not(.scrolled) .langswitcher__link {
  color: rgba(255, 255, 255, 0.85);
}

body.header-dark #header:not(.scrolled) .langswitcher__link:hover,
body.header-dark #header:not(.scrolled) .langswitcher__link:focus {
  color: #ffffff;
}

body.header-dark #header:not(.scrolled) .langswitcher__link--active,
body.header-dark #header:not(.scrolled) .langswitcher__link--active:visited,
body.header-dark #header:not(.scrolled) .langswitcher__link[aria-current="true"],
body.header-dark #header:not(.scrolled) .langswitcher__link[aria-current="true"]:visited {
  color: #6c63ff;
}

body:has(.offer-hero--with-image) #header:not(.scrolled) .dropmenu ul ul {
  background: rgba(13, 16, 31, 0.95) !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

body:has(.offer-hero--with-image) #header:not(.scrolled) .dropmenu ul ul a {
  color: #f8f9ff !important;
}

body:has(.offer-hero--with-image) #header:not(.scrolled) .dropmenu ul ul a:hover,
body:has(.offer-hero--with-image) #header:not(.scrolled) .dropmenu ul ul a:focus,
body:has(.offer-hero--with-image) #header:not(.scrolled) .dropmenu ul ul a:active {
  background: rgba(108, 99, 255, 0.28);
  color: #ffffff !important;
}

#header.scrolled .dropmenu ul ul {
  background: #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.08);
}

#header.scrolled .dropmenu ul ul a {
  color: #1e1e2f !important;
}

#header.scrolled .dropmenu ul ul a:hover,
#header.scrolled .dropmenu ul ul a:focus,
#header.scrolled .dropmenu ul ul a:active {
  background: rgba(108, 99, 255, 0.12);
  color: #6c63ff !important;
}

#header.scrolled .dropmenu > ul > li:hover > a,
#header.scrolled .dropmenu > ul > li:focus-within > a {
  color: #6c63ff !important;
}

/* Mobile logo */
.mobile-container .mobile-logo .pragmutopia-logo-primary {
  color: #ffffff;
}

.mobile-container .mobile-logo .pragmutopia-logo-accent {
  color: #6c63ff;
}

/* Header avec hero image - Desktop uniquement - SEULEMENT si .offer-hero--with-image existe */
@media (min-width: 769px) {
  body:has(.offer-hero--with-image) #header {
    background: transparent;
    box-shadow: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
  }

  body:has(.offer-hero--with-image) #header .navbar a {
    color: #fff;
  }

  body:has(.offer-hero--with-image) #header .navbar a:hover {
    color: rgba(255, 255, 255, 0.85);
  }

  body:has(.offer-hero--with-image) #header .navbar .navbar-brand .pragmutopia-logo-primary {
    color: #fff;
  }

  body:has(.offer-hero--with-image) #header .navbar .navbar-brand .pragmutopia-logo-accent {
    color: #6c63ff;
  }

  body:has(.offer-hero--with-image) #header .langswitcher__link {
    color: rgba(255, 255, 255, 0.85);
  }

  body:has(.offer-hero--with-image) #header .langswitcher__link:hover {
    color: #fff;
  }

  body:has(.offer-hero--with-image) #header .langswitcher__link--active,
  body:has(.offer-hero--with-image) #header .langswitcher__link--active:visited,
  body:has(.offer-hero--with-image) #header .langswitcher__link[aria-current="true"],
  body:has(.offer-hero--with-image) #header .langswitcher__link[aria-current="true"]:visited {
    color: #6c63ff;
  }
}

/* Mobile menu - reste normal même avec hero image */
@media (max-width: 768px) {
  body:has(.offer-hero--with-image) #header {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    position: relative;
  }

  body:has(.offer-hero--with-image) #header .navbar a {
    color: #1f2340;
  }

  body:has(.offer-hero--with-image) #header .navbar .navbar-brand .pragmutopia-logo-primary {
    color: #6c63ff;
  }

  body:has(.offer-hero--with-image) #header .navbar .navbar-brand .pragmutopia-logo-accent {
    color: #1e1e2f;
  }

  body:has(.offer-hero--with-image) .mobile-menu .button_container span {
    background: #1f2340;
  }

  #header .langswitcher__link--active,
  #header .langswitcher__link--active:visited,
  #header .langswitcher__link[aria-current="true"],
  #header .langswitcher__link[aria-current="true"]:visited {
    color: #6c63ff !important;
    font-weight: 600;
  }
}

/* Boutons */
.offer-hero__cta .btn,
.offer-content .btn,
.offer-cta-banner .btn,
.offer-layout .btn,
.solution-layout .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.1rem 2.4rem;
  border-radius: 18px;
  font-weight: 600;
  font-size: 1rem;
  min-width: 220px;
  width: fit-content;
  max-width: 100%;
  margin: 0.5rem auto;
}

.offer-hero__cta .btn,
.offer-content .btn-primary,
.offer-cta-banner .btn,
.offer-layout .btn-primary,
.solution-layout .btn-primary {
  background: #6c63ff;
  border-color: #6c63ff;
  color: #fff;
}

.offer-content .btn-secondary,
.offer-layout .btn-secondary,
.solution-layout .btn-secondary {
  background: #6c63ff;
  border-color: #6c63ff;
  color: #fff;
}

.offer-hero__cta .btn:hover,
.offer-content .btn-primary:hover,
.offer-content .btn-secondary:hover,
.offer-cta-banner .btn:hover,
.offer-layout .btn-primary:hover,
.offer-layout .btn-secondary:hover,
.solution-layout .btn-primary:hover,
.solution-layout .btn-secondary:hover {
  background: #5a53ff;
  border-color: #5a53ff;
}

/* Pricing Section */
.pricing-grid-section {
  margin-bottom: 3rem;
}

.pricing-grid-section .section-header {
  text-align: center;
  margin-bottom: 1.75rem;
}

.pricing-grid {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.pricing-card {
  position: relative;
  border-radius: 20px;
  padding: 2.25rem 2rem;
  min-height: 540px;
  background: #fff;
  border: 1px solid #e2e6f5;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  box-shadow: 0 18px 36px rgba(30, 30, 47, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.pricing-card--highlight {
  border-color: #6c63ff;
  box-shadow: 0 25px 50px rgba(108, 99, 255, 0.25);
  transform: translateY(-10px);
}

.pricing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 45px rgba(30, 30, 47, 0.18);
}

.pricing-card__badge {
  align-self: center;
  padding: 0.45rem 1.5rem;
  min-width: 160px;
  text-align: center;
  border-radius: 999px;
  background: #eef0ff;
  color: #575bff;
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.pricing-card__features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.pricing-card__features li::before {
  content: '✔';
  color: #6c63ff;
  margin-right: 0.6rem;
  font-size: 0.85rem;
  margin-top: 0.15rem;
}

.pricing-card__features li {
  display: flex;
  align-items: flex-start;
  color: #4b5063;
  font-size: 0.95rem;
}

.pricing-card .btn {
  margin-top: auto;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.1rem 2.4rem;
  border-radius: 18px;
  font-weight: 600;
  font-size: 1rem;
  min-width: 220px;
}

.pricing-card__title {
  font-size: 1.4rem;
  text-align: center;
  margin: 0;
  color: #20243a;
}

.pricing-card__subtitle {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.75rem;
  text-align: center;
  margin: 0;
  color: #7a8197;
}

.pricing-card__price {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  color: #1f2340;
}

.pricing-card__periodic {
  display: inline-block;
  margin-left: 0.4rem;
  font-size: 0.85rem;
  font-weight: 500;
  color: #8086a3;
}

/* Language Switcher */
.langswitcher-wrapper {
  margin-left: 1.5rem;
  align-self: center;
  display: flex;
  align-items: center;
}

.langswitcher-wrapper--logo {
  margin-left: 1.9rem;
}

.langswitcher {
  display: inline-flex;
  gap: 0.75rem;
  align-items: center;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.langswitcher__link {
  color: #1f2340;
  text-decoration: none;
  padding: 0.35rem 0;
  line-height: 1;
  transition: color 0.2s ease;
}

.langswitcher__link:hover {
  color: #6c63ff;
}

.langswitcher__link:visited {
  color: #1f2340;
}

.langswitcher__link--active,
.langswitcher__link--active:visited,
.langswitcher__link[aria-current="true"],
.langswitcher__link[aria-current="true"]:visited {
  color: #6c63ff;
}

.mobile-langswitcher {
  padding: 1.5rem 1rem 2rem;
  text-align: center;
}

.mobile-langswitcher .langswitcher {
  justify-content: center;
  gap: 0.75rem;
}

.mobile-langswitcher .langswitcher__link {
  display: inline-block;
  min-width: 3rem;
  color: #1f2340;
  padding: 0.3rem 0;
}

.mobile-langswitcher .langswitcher__link--active {
  color: #6c63ff;
}

/* Breadcrumbs */
#breadcrumbs {
  margin: 0.35rem 0 0.8rem;
  padding: 0.2rem 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  align-items: center;
  font-size: 0.85rem;
  color: #707792;
}

#breadcrumbs a {
  color: #6c63ff;
}

#breadcrumbs a:hover {
  text-decoration: underline;
}

#breadcrumbs i {
  color: #b0b5c9;
  font-size: 0.75rem;
  margin: 0 0.1rem;
}

/* Workflow Section */
.workflow-section {
  margin-bottom: 3rem;
}

.workflow-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.workflow-step {
  flex: 1 1 240px;
  max-width: 300px;
  background: #fafbff;
  border: 1px solid #e6e9f2;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
}

/* FAQ */
.faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: grid;
  gap: 1rem;
}

.faq-item {
  background: #fff;
  border: 1px solid #eceef5;
  border-radius: 12px;
  padding: 1.25rem;
}

/* CTA Banner */
.offer-cta-banner {
  margin: 3rem 0;
  padding: 2rem;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(108,99,255,0.12), rgba(30,30,47,0.08));
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.offer-cta-banner__text {
  font-weight: 600;
}

/* Case studies */
.case-study-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
  margin: 2.5rem 0 3rem;
}

.case-study-card {
  position: relative;
  padding: 2rem 1.75rem;
  border-radius: 18px;
  border: 1px solid rgba(108, 99, 255, 0.16);
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(24, 32, 58, 0.1);
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.case-study-card__tag {
  display: inline-flex;
  align-self: flex-start;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(108, 99, 255, 0.12);
  color: #4b45c6;
}

.case-study-card__title {
  font-size: 1.35rem;
  line-height: 1.35;
  margin: 0;
  color: #1f2340;
}

.case-study-card__excerpt {
  margin: 0;
  font-size: 0.95rem;
  color: #4f566b;
}

.case-study-card__timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
}

.case-study-card__timeline > li {
  position: relative;
  padding-left: 1.75rem;
}

.case-study-card__timeline > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35rem;
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: #6c63ff;
  box-shadow: 0 0 0 4px rgba(108, 99, 255, 0.12);
}

.case-study-card__timeline > li h3 {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  color: #1f2340;
}

.case-study-card__timeline > li p {
  margin: 0;
  font-size: 0.9rem;
  color: #586179;
  line-height: 1.45;
}

.case-study-cta {
  margin: 3rem auto 0;
  padding: 2.5rem;
  border-radius: 20px;
  text-align: center;
  background: linear-gradient(135deg, rgba(108, 99, 255, 0.1), rgba(30, 30, 47, 0.08));
  box-shadow: 0 12px 32px rgba(24, 32, 58, 0.08);
  max-width: 760px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.case-study-cta h2 {
  margin: 0;
  font-size: 1.8rem;
  color: #1f2340;
}

.case-study-cta p {
  margin: 0;
  font-size: 1rem;
  color: #4f566b;
}

.case-study-cta .btn {
  align-self: center;
  margin-top: 0.5rem;
}

@media (max-width: 1100px) {
  .case-study-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .case-study-grid {
    grid-template-columns: 1fr;
  }

  .case-study-card {
    padding: 1.75rem 1.5rem;
  }
}

@media (max-width: 520px) {
  .case-study-card__title {
    font-size: 1.2rem;
  }

  .case-study-card__timeline > li {
    padding-left: 1.5rem;
  }

  .case-study-cta {
    padding: 2rem 1.5rem;
  }
}

/* Contact page */
.contact-card {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 2rem;
  margin: 2.5rem auto;
  border-radius: 18px;
  border: 1px solid rgba(108, 99, 255, 0.18);
  background: linear-gradient(135deg, rgba(108, 99, 255, 0.08), rgba(30, 30, 47, 0.04));
  box-shadow: 0 12px 32px rgba(24, 32, 58, 0.08);
  max-width: 860px;
}

.contact-card--highlight {
  position: relative;
}

.contact-card--highlight::before {
  content: "";
  position: absolute;
  inset: 8px;
  border-radius: 14px;
  border: 1px dashed rgba(108, 99, 255, 0.18);
  pointer-events: none;
}

.contact-card__item {
  flex: 1 1 300px;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  position: relative;
}

.contact-card__icon {
  flex: 0 0 auto;
  width: 3rem;
  height: 3rem;
  border-radius: 999px;
  background: rgba(108, 99, 255, 0.12);
  color: #6c63ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(108, 99, 255, 0.2);
}

.contact-card__icon-svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: currentColor;
}

.contact-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.contact-card__label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6c63ff;
}

.contact-card__link {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f2340;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contact-card__link:hover,
.contact-card__link:focus {
  color: #4b45c6;
  text-decoration: none;
}

.contact-card__hint {
  margin: 0;
  font-size: 0.85rem;
  color: #566081;
  line-height: 1.4;
}

@media (max-width: 860px) {
  .contact-card {
    padding: 1.75rem;
  }

  .contact-card__item {
    flex: 1 1 100%;
  }
}

@media (max-width: 600px) {
  .contact-card {
    padding: 1.5rem;
    gap: 1.25rem;
  }

  .contact-card__item {
    flex-direction: row;
  }
}

@media (max-width: 480px) {
  .contact-card {
    padding: 1.25rem;
  }

  .contact-card__item {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-card__icon {
    width: 2.75rem;
    height: 2.75rem;
  }

  .contact-card__link {
    font-size: 1rem;
  }
}

/* Footer */
.footer-brand {
  font-weight: 600;
  color: #1e1e2f;
}

.footer-content {
  padding: 0 0 0.35rem;
  text-align: center;
  font-size: 1rem;
  color: #4f566b;
}

.footer-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  margin: 0 auto 1.75rem;
  max-width: 720px;
}

.footer-contact__item {
  flex: 1 1 0;
  display: flex;
  justify-content: center;
}

.footer-contact__link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  color: #1f2340;
  font-size: 0.95rem;
  text-align: center;
  transition: color 0.2s ease, transform 0.2s ease;
}

.footer-contact__link:hover,
.footer-contact__link:focus {
  color: #4b45c6;
  text-decoration: none;
  transform: translateY(-1px);
}

.footer-contact__icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: rgba(108, 99, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #6c63ff;
}

.footer-contact__icon-svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentColor;
}

.footer-contact__label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #6c63ff;
}

.footer-contact__text {
  white-space: nowrap;
}

@media (max-width: 640px) {
  .footer-contact {
    flex-direction: column;
    gap: 1.25rem;
  }

  .footer-contact__item {
    justify-content: center;
    width: 100%;
  }
}

.footer-description {
  font-size: 0.95rem;
  line-height: 1.4;
  margin-bottom: 0;
}

.footer-bottom {
  text-align: center;
  padding: 0 0 1.5rem;
  font-size: 1rem;
  color: #3a3f52;
  line-height: 1.4;
}

.footer-bottom a {
  color: #6c63ff;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

.footer-made {
  font-size: 0.8rem;
  color: #6f7387;
  margin-right: 0.35rem;
}

.footer-bottom-text {
  display: inline-block;
}

/* Responsive */
@media (max-width: 768px) {
  .workflow-step {
    max-width: none;
  }

  .offer-cta-banner {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 640px) {
  .offer-hero {
    padding: 6rem 0 1rem;
  }

  .offer-hero .container {
    padding: 0 1.25rem;
  }

  .offer-hero__inner {
    padding: 0;
  }

  .offer-content {
    margin-top: 0.75rem;
  }

  .offer-hero__cta .btn,
  .offer-content .btn,
  .offer-cta-banner .btn,
  .offer-layout .btn,
  .solution-layout .btn {
    min-width: 100%;
    width: 100%;
  }

  .offer-cta-banner {
    align-items: stretch;
  }

  .offer-layout p,
  .solution-layout p,
  .template-offer p,
  .offer-page p,
  .content p,
  .offer-layout li,
  .solution-layout li,
  .template-offer li,
  .offer-page li,
  .content li {
    font-size: 1.3em;
    line-height: 1.7;
  }
}
