/* Gberg */

/* Layout Width System - Support for full-width, wide, and constrained blocks */

/* Full-width blocks - break out of container constraints */
.alignfull,
.wp-block-group.alignfull,
.wp-block-cover.alignfull,
.wp-block-columns.alignfull,
[class*="wp-block-"].alignfull {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Ensure full-width blocks inside post-content break out properly */
.wp-block-post-content > .alignfull {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-right: -50vw !important;
}

/* Wide blocks - use wide size from theme.json */
.alignwide,
.wp-block-group.alignwide,
.wp-block-cover.alignwide,
.wp-block-columns.alignwide,
[class*="wp-block-"].alignwide {
  max-width: var(--wp--style--global--wide-size, 1400px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
}

/* Default blocks - use content size from theme.json (only if not explicitly aligned) */
/* Exclude .site-main and .full-hero-outer so they can use their own width rules */
.wp-block-group:not(.alignfull):not(.alignwide):not([class*="is-layout-constrained"]):not(.site-main):not(.full-hero-outer) {
  max-width: var(--wp--style--global--content-size, 1200px);
  margin-left: auto;
  margin-right: auto;
}

/* Allow full-width children (e.g. Full Hero) to break out; avoid clipping */
.site-main {
  overflow: visible;
}

/* Constrained layout - respects content size */
.wp-block-group[class*="is-layout-constrained"]:not(.alignfull):not(.alignwide),
.wp-block-post-content[class*="is-layout-constrained"]:not(.alignfull):not(.alignwide) {
  max-width: var(--wp--style--global--content-size, 1200px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.wp-block-columns {
  margin: auto;
}

.wp-block-column {
  padding: 20px;
}

.wp-block-buttons {
  margin: 20px 0px;
}

.col-width-1200 {
  max-width: 1200px !important;
}

.col-center {
  margin: auto !important;
}

.col-justify-center {
  justify-content: center;
}

.col-width-35p {
  max-width: 35% !important;
}

.col-full-width {
  max-width: 100% !important;
}

.col-padding-20 {
  padding: 20px;
}

.col-content-center-h {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.col-no-padding {
  padding: 0px;
}

.wp-block-button__link {
  transition: transform 350ms, background-color 300ms, border-color 300ms;
}

.wp-block-button__link:hover {
  transform: translateY(-2px);
}

/* Hero Section Button Styles */
.hero-primary-btn .wp-block-button__link {
  border-radius: 2.5rem !important;
  background-color: #13a5de !important;
  color: #ffffff !important;
  transition: transform 300ms ease, opacity 300ms ease;
}

.hero-primary-btn .wp-block-button__link:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.hero-secondary-btn .wp-block-button__link {
  border-radius: 2.5rem !important;
  background-color: #ffffff !important;
  color: #13a5de !important;
  border: 2px solid #13a5de !important;
  transition: transform 300ms ease, background-color 300ms ease, border-color 300ms ease, color 300ms ease;
}

.hero-secondary-btn .wp-block-button__link:hover {
  background-color: #de0885 !important;
  border-color: #de0885 !important;
  color: #ffffff !important;
  transform: translateY(-2px);
}

/* Hero Content Wrapper - Left aligned in cover inner container on desktop */
.hero-content-wrapper {
  text-align: left;
  max-width: 100%;
}

/* Hero: left-aligned flex container so content sits in left half of cover */
.wp-block-cover .wp-block-group.is-layout-flex.is-content-justification-left {
  width: 100%;
  max-width: 100%;
}

/* Mobile: hero content full width, centered text and button for readability */
@media screen and (max-width: 781px) {
  .wp-block-cover .hero-content-wrapper {
    max-width: 100% !important;
  }

  .wp-block-cover .is-content-justification-left {
    justify-content: center;
  }

  .hero-content-wrapper {
    text-align: center;
  }

  .hero-content-wrapper .wp-block-heading,
  .hero-content-wrapper .wp-block-paragraph {
    text-align: center;
  }

  .hero-content-wrapper .wp-block-button {
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
   Full Hero pattern – 80% width desktop, full width mobile; cover + content
   ========================================================================== */

/* Outer wrapper: almost full width (94vw), not edge-to-edge; breaks out past 1200px content */
.full-hero-outer {
  width: 94vw;
  max-width: 94vw;
margin:auto;
  box-sizing: border-box;
}

/* Cover inside outer: full width of wrapper, rounded corners */
.full-hero-outer .wp-block-cover {
  border-radius: 2.5rem;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
}

/* Content wrapper: max 1200px to align with page content */
.full-hero-content-wrapper {
  max-width: var(--wp--style--global--content-size, 1200px) !important;
  margin-left: auto;
  margin-right: auto;
}

/* Content with image wrapper: side-by-side layout on desktop */
.full-hero-content-with-image {
  display: flex;
  align-items: center;
  gap: 3rem;
  flex-wrap: nowrap;
}

/* Inner content group: readable line length, word wrap */
.full-hero-content {
  max-width: 600px;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
  display: grid;
  grid-template-columns: minmax(0, 600px);
  gap: 0;
}

/* Force all direct children to stay within grid column */
.full-hero-content > * {
  max-width: 100%;
  min-width: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Ensure heading wraps properly and doesn't extend too wide */
.full-hero-content .wp-block-heading {
  word-wrap: break-word;
  overflow-wrap: break-word;
  hyphens: auto;
}



.full-hero-image img {
  width: 100%;
  height: auto;
  max-width: 800px;
  aspect-ratio: auto;
  object-fit: contain;
  bottom: -50px;
  position: relative;
}

/* Accessibility: ensure focus is visible for any interactive content */
.full-hero-content a:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}

/* Full Hero: mobile – outer full width (no breakout), content centered */
@media screen and (max-width: 781px) {
  .full-hero-outer {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .full-hero-content-wrapper {
    max-width: 100% !important;
  }

  .full-hero-content-with-image {
    flex-direction: column;
    gap: 2rem;
  }

  .full-hero-content {
    max-width: 100% !important;
    text-align: center;
  }

  .full-hero-content .wp-block-heading,
  .full-hero-content .wp-block-paragraph {
    text-align: center;
  }

  .full-hero-image {
    flex: 0 0 auto;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }

  .full-hero-image img {
    width: 100%;
    height: auto;
    max-width: 800px;
    aspect-ratio: auto;
    object-fit: contain;
    bottom: -40px;
  }
}

.editor-styles-wrapper p {
  color: var(--darkUI);
  font-size: 1.1rem;
  line-height: 1.7rem;
  margin: 20px 0px;
}

.editor-styles-wrapper h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: var(--primary);
  font-weight: bold;
  line-height: 3rem;
}

.editor-styles-wrapper h2 {
  font-size: 2.1rem;
  margin-bottom: 1rem;
  color: var(--primary);
  font-weight: bold;
  line-height: 2.1rem;
}

.editor-styles-wrapper h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--primary);
  font-weight: bold;
  line-height: 2rem;
}

.editor-post-title textarea {
  border-radius: 20px !important;
  border-color: var(--darkUI) !important;
  background: var(--boxColor) !important;
  padding: 10px !important;
}

/* Theme */

.brand-bars {
  justify-content: space-between;
  display: flex;
  height: 10px;
}

.brand-bars img {
  height: 2px;
}

.custom-background {
  background-position: top !important;
  background-repeat: no-repeat !important;
  background-size: auto !important;
}

.f-img-rnd-ylw img {
  border-radius: 15% !important;
  box-shadow: -16px -16px 0px #f6d315;
  min-width: 300px;
  padding: 20px;
}

.f-img-rnd-grn img {
  border-radius: 15% !important;
  box-shadow: -16px -16px 0px var(--yes);
  min-width: 300px;
  padding: 20px;
}

.f-img-rnd-magenta img {
  border-radius: 15% !important;
  box-shadow: -16px -16px 0px var(--altVariant);
  min-width: 300px;
  padding: 20px;
}

.f-img-rnd-blue img {
  border-radius: 15% !important;
  box-shadow: -16px -16px 0px var(--primaryLight);
  min-width: 300px;
  padding: 20px;
}

.f-img-rnd img {
  border-radius: 15% !important;
  min-width: 300px;
}

.box-sand-border-magenta {
  box-shadow: -16px -16px 0px var(--altVariant);
}

.box-sand-border-grn {
  box-shadow: 16px 16px 0px var(--yes);
}

.box-sand-border-blue {
  box-shadow: -16px 16px 0px var(--primaryLight);
}

.round-rad {
  border-radius: 25px;
  margin: auto;
  display: flex;
  justify-content: center;
}

.round-corners {
  border-radius: 25px !important;
}

.home-showcase-sm img {
  border-radius: 15% !important;
  box-shadow: 16px 16px 0px #13a5de;
  margin-top: -150px;
  margin-left: 40%;
  padding: 20px;
}

.home-showcase p {
  max-width: 75%;
}

.home-showcase h1 {
  max-width: 70%;
}

.box-sand {
  background: var(--boxColor);
  border-radius: 45px;
  margin: 30px auto;
  justify-content: center;
}

.adpt-grid-item {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 0px;
  margin: 10px !important;
  border-radius: 10px;
}

.adpt-grid-col h3 {
  max-width: 50%;
  padding: 20px;
  margin: auto;
}

.adpt-grid-item img {
  padding: 10px;
  margin-left: 10px;
}

.adpt-grid-item p {
  padding: 10px;
}

.adpt-grid-item figure {
  margin: 0 !important;
  min-width: 50px;
}

.srvc-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0px !important;
}

.srvc-grid a {
  border-radius: 10px;
}

.srvc-grid-btn {
  min-width: 270px;
  margin: 0px;
}

.start-banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.start-banner .wp-block-buttons {
  margin: 0px !important;
  width: 130px !important;
}

.start-banner .wp-block-buttons a {
  width: 130px !important;
}

.start-banner p {
  margin: 0px !important;
}

/* =========================================
   SITE FOOTER
   ========================================= */

.site-footer {
  background: var(--primary, #17365e);
  color: rgba(255, 255, 255, 0.85);
}

.site-footer__inner {
  max-width: var(--wp--style--global--content-size, 1200px);
  margin: 0 auto;
  padding-left: var(--wp--preset--spacing--50, 2rem);
  padding-right: var(--wp--preset--spacing--50, 2rem);
}

/* Main area: 3-column grid */
.site-footer__main {
  padding-top: 3.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__main .site-footer__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

/* Brand column */
.site-footer__logo {
  display: inline-block;
  transition: opacity 0.3s ease;
}

.site-footer__logo:hover {
  opacity: 0.85;
}

.site-footer__logo img {
  width: 200px;
  height: auto;
  
}

.site-footer__tagline {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}

/* Column headings */
.site-footer__heading {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 1rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  position: relative;
  padding-bottom: 0.625rem;
}

.site-footer__heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--yes, #7bbf4b);
  border-radius: 2px;
}

/* Contact column */
.site-footer__address {
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.65;
  margin-bottom: 0.75rem;
  color: rgba(255, 255, 255, 0.75);
}

.site-footer__phones {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer__phones li {
  margin-bottom: 0.35rem;
}

.site-footer__phones a {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  font-size: 0.9375rem;
  transition: color 0.25s ease;
}

.site-footer__phones a:hover {
  color: var(--yes, #7bbf4b);
}

/* Quick links column */
.site-footer__links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer__links li {
  margin-bottom: 0.5rem;
}

.site-footer__links a {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9375rem;
  transition: color 0.25s ease, transform 0.25s ease;
  display: inline-block;
}

.site-footer__links a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

/* Bottom bar */
.site-footer__bottom {
  padding: 1.25rem 0;
}

.site-footer__bottom .site-footer__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.site-footer__copy,
.site-footer__credit {
  margin: 0;
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

.site-footer__copy a,
.site-footer__credit a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.25s ease;
}

.site-footer__copy a:hover,
.site-footer__credit a:hover {
  color: #ffffff;
}

/* Focus states (a11y) */
.site-footer a:focus-visible {
  outline: 2px solid var(--yes, #7bbf4b);
  outline-offset: 3px;
  border-radius: 3px;
}

/* =========================================
   SITE FOOTER – RESPONSIVE
   ========================================= */

@media (max-width: 768px) {
  .site-footer__main .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }

  .site-footer__heading::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .site-footer__logo img {
    width: 180px;
  }

  .site-footer__bottom .site-footer__inner {
    flex-direction: column;
    text-align: center;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  .site-footer__links a,
  .site-footer__phones a,
  .site-footer__logo {
    transition: none !important;
  }

  .site-footer__links a:hover {
    transform: none !important;
  }
}

/* Print */
@media print {
  .site-footer {
    background: #ffffff !important;
    color: #000000 !important;
  }

  .site-footer__logo img {
    filter: none;
  }
}

/* =========================================
   404 PAGE
   ========================================= */

.error-404-section {
  text-align: center;
  background: var(--wp--preset--color--box-color, #edeef0);
  position: relative;
  overflow: hidden;
}

.error-404-section::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(19, 165, 222, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.error-404-section::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: -60px;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(124, 188, 66, 0.06) 0%, transparent 70%);
  pointer-events: none;
}

.error-404-section > * {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .error-404-section {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .error-404-section .wp-block-buttons {
    flex-direction: column !important;
    align-items: center !important;
  }

  .error-404-section .wp-block-button {
    width: 100%;
    max-width: 300px;
  }

  .error-404-section .wp-block-button__link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .error-404-section::before,
  .error-404-section::after {
    display: none;
  }
}

@media print {
  .error-404-section {
    background: #ffffff !important;
  }

  .error-404-section::before,
  .error-404-section::after {
    display: none;
  }
}

/* Forms */

.wp-block-cwp-block-gutenberg-forms input {
  border-radius: 10px !important;
  height: 40px !important;
  border-color: #ccc !important;
  margin: 5px 0px !important ;
}

.wp-block-cwp-block-gutenberg-forms textarea {
  border-radius: 10px !important;
  border-color: #ccc !important;
  margin: 5px 0px !important ;
}

.wp-block-cwp-block-gutenberg-forms label {
  font-size: 1rem !important;
  margin-bottom: 1rem !important;
  margin: 10px 0px !important;
}

.wp-block-cwp-block-gutenberg-forms button {
  font-size: 1rem !important;
  background: #7cbc42 !important;
  color: rgb(255 255 255) !important;
  padding: 15px !important;
  border-radius: 30px;
  width: 140px;
  border: none !important;
  cursor: pointer;
}

.cwp-field-set {
  margin: 10px 0px !important;
}

.wp-block-post-featured-image {
    position: inherit;
}

/* =========================================
   LIST BLOCK STYLE VARIATIONS
   ========================================= */

/* Checkmarks – green checkmark bullets */
.wp-block-list.is-style-check {
  list-style: none;
  padding-left: 0;
}

.wp-block-list.is-style-check li {
  position: relative;
  padding-left: 1.75rem;
  margin-bottom: 0.5rem;
}

.wp-block-list.is-style-check li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--yes, #7bbf4b);
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.6;
}

/* No Bullets – plain list */
.wp-block-list.is-style-no-bullets {
  list-style: none;
  padding-left: 0;
}

.wp-block-list.is-style-no-bullets li {
  margin-bottom: 0.5rem;
}

/* Arrows – right-pointing arrow bullets */
.wp-block-list.is-style-arrow {
  list-style: none;
  padding-left: 0;
}

.wp-block-list.is-style-arrow li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.wp-block-list.is-style-arrow li::before {
  content: '→';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primaryLight, #13a5de);
  font-weight: bold;
  line-height: 1.6;
}

/* Numbered Circles – styled numbered list */
.wp-block-list.is-style-numbered-circle {
  list-style: none;
  padding-left: 0;
  counter-reset: list-counter;
}

.wp-block-list.is-style-numbered-circle li {
  position: relative;
  padding-left: 2.5rem;
  margin-bottom: 0.75rem;
  counter-increment: list-counter;
}

.wp-block-list.is-style-numbered-circle li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primaryLight, #13a5de);
  color: #ffffff;
  border-radius: 50%;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5rem;
}

/* =========================================
   CTA SECTION STYLES
   ========================================= */

.cta-section {
  position: relative;
  overflow: hidden;
}

/* Scale-up micro-interaction on CTA buttons */
.cta-section-primary-btn .wp-block-button__link,
.cta-section-secondary-btn .wp-block-button__link {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1),
              filter 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Primary button (Green) – scale-up hover */
.cta-section-primary-btn .wp-block-button__link {
  box-shadow: 0 4px 14px rgba(124, 188, 66, 0.3);
}

.cta-section-primary-btn .wp-block-button__link:hover {
  transform: scale(1.06) translateY(-2px);
  box-shadow: 0 8px 22px rgba(124, 188, 66, 0.4);
  filter: brightness(1.08);
}

.cta-section-primary-btn .wp-block-button__link:active {
  transform: scale(0.98) translateY(0);
  box-shadow: 0 3px 10px rgba(124, 188, 66, 0.25);
}

/* Primary button focus (a11y) */
.cta-section-primary-btn .wp-block-button__link:focus-visible {
  outline: 3px solid #7cbc42;
  outline-offset: 3px;
}

/* Secondary button (Blue) – scale-up hover */
.cta-section-secondary-btn .wp-block-button__link {
  box-shadow: 0 4px 14px rgba(19, 165, 222, 0.3);
}

.cta-section-secondary-btn .wp-block-button__link:hover {
  transform: scale(1.06) translateY(-2px);
  box-shadow: 0 8px 22px rgba(19, 165, 222, 0.4);
  filter: brightness(1.08);
}

.cta-section-secondary-btn .wp-block-button__link:active {
  transform: scale(0.98) translateY(0);
  box-shadow: 0 3px 10px rgba(19, 165, 222, 0.25);
}

/* Secondary button focus (a11y) */
.cta-section-secondary-btn .wp-block-button__link:focus-visible {
  outline: 3px solid #13a5de;
  outline-offset: 3px;
}

/* =========================================
   CTA SECTION - RESPONSIVE
   ========================================= */

/* Tablet */
@media (max-width: 768px) {
  .cta-section {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
    padding-left: var(--wp--preset--spacing--40) !important;
    padding-right: var(--wp--preset--spacing--40) !important;
  }

  .cta-section h2 {
    font-size: clamp(1.5rem, 5vw, 2rem) !important;
  }

  .cta-section p {
    font-size: 1rem !important;
  }

  /* Stack buttons vertically for thumb-friendly targets */
  .cta-section .wp-block-buttons {
    flex-direction: column !important;
    align-items: center !important;
  }

  .cta-section .wp-block-button {
    width: 100%;
    max-width: 360px;
  }

  .cta-section .wp-block-button__link {
    width: 100%;
    justify-content: center;
    text-align: center;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

/* Small Mobile */
@media (max-width: 480px) {
  .cta-section {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
    padding-left: var(--wp--preset--spacing--30) !important;
    padding-right: var(--wp--preset--spacing--30) !important;
  }

  .cta-section h2 {
    font-size: clamp(1.35rem, 6vw, 1.75rem) !important;
  }

  .cta-section p {
    font-size: 0.9375rem !important;
    line-height: 1.6;
  }

  .cta-section .wp-block-button__link {
    padding: 0.875rem 1.25rem !important;
    font-size: 0.9375rem !important;
  }
}

/* Accessibility – Reduced Motion */
@media (prefers-reduced-motion: reduce) {
  .cta-section-primary-btn .wp-block-button__link,
  .cta-section-secondary-btn .wp-block-button__link {
    transition: none !important;
  }

  .cta-section-primary-btn .wp-block-button__link:hover,
  .cta-section-secondary-btn .wp-block-button__link:hover {
    transform: none !important;
  }
}

/* High Contrast Mode */
@media (prefers-contrast: high) {
  .cta-section {
    border: 2px solid currentColor;
  }

  .cta-section-primary-btn .wp-block-button__link,
  .cta-section-secondary-btn .wp-block-button__link {
    border: 2px solid currentColor;
  }
}

/* Print */
@media print {
  .cta-section {
    background: white !important;
    padding: 2rem !important;
  }
}
