/* OAS Pages front */
.oas-home-page,
.oas-privacy-page,
.oas-uspesni-page,
.oas-blog-page,
.oas-single-post {
  --oas-accent: #e98400;
  --oas-accent-hover: #dc7700;
  --oas-dark: #161922;
  --oas-text: #444;
  --oas-font-body: "Lora", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --oas-font-heading: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: var(--oas-text);
  font-family: var(--oas-font-body);
  line-height: 1.6;
}

.oas-home-page h1,
.oas-home-page h2,
.oas-home-page h3,
.oas-home-page h4,
.oas-privacy-page h1,
.oas-privacy-page h2,
.oas-privacy-page h3,
.oas-uspesni-page h1,
.oas-uspesni-page h2,
.oas-uspesni-page h3,
.oas-blog-page h1,
.oas-blog-page h2,
.oas-blog-page h3,
.oas-single-post h1,
.oas-single-post h2,
.oas-single-post h3 {
  font-family: var(--oas-font-heading);
}

/* Full-bleed pages — no theme main padding when plugin templates own layout */
body.page-template-oas-home-php .oas-theme-main,
body.page-template-oas-privacy-php .oas-theme-main,
body.page-template-oas-uspesni-php .oas-theme-main,
body.oas-blog-active .oas-theme-main {
  padding: 0;
}

/* Legacy BeTheme leftovers (safe if theme already switched) */
body.page-template-oas-home-php #Subheader,
body.page-template-oas-privacy-php #Subheader,
body.page-template-oas-uspesni-php #Subheader,
body.oas-blog-active #Subheader,
body.page-template-oas-home-php #Content,
body.page-template-oas-uspesni-php #Content,
body.oas-blog-active .widget-area {
  display: none !important;
}

.oas-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.oas-section {
  padding: 56px 0;
}

/* Soft separators between major home sections */
.oas-home-page > section + section {
  position: relative;
  box-shadow:
    inset 0 1px 0 rgba(233, 132, 0, 0.22),
    0 -10px 22px -14px rgba(0, 0, 0, 0.28);
}
.oas-home-page > section + section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(120px, 28%);
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(233, 132, 0, 0.55), transparent);
  pointer-events: none;
  z-index: 1;
}
.oas-home-page > .oas-hero + section::before,
.oas-home-page > .oas-mid + section::before,
.oas-home-page > .oas-cta + section::before {
  opacity: 0.65;
}

.oas-section__title {
  margin: 0 0 18px;
  font-size: 32px;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1.25;
  text-align: center;
}

.oas-section__title--sm {
  font-size: 26px;
  margin-top: 36px;
}

.oas-section__subtitle {
  text-align: center;
  font-size: 18px;
  color: #666;
  margin: 0 0 24px;
}

.oas-prose p {
  margin: 0 0 14px;
  font-size: 16px;
}

.oas-btn {
  display: inline-block;
  background: var(--oas-accent);
  color: #fff !important;
  text-decoration: none !important;
  padding: 12px 22px;
  font-family: var(--oas-font-heading);
  font-weight: 700;
  border-radius: 2px;
}

.oas-btn:hover {
  background: var(--oas-accent-hover);
}

.oas-btn--ghost {
  background: transparent;
  color: var(--oas-accent) !important;
  border: 2px solid var(--oas-accent);
}

/* Hero */
.oas-hero {
  position: relative;
  min-height: min(88vh, 720px);
  overflow: hidden;
  background: #222;
}

.oas-hero__slide {
  display: none;
  position: relative;
  min-height: min(88vh, 720px);
  background-size: cover;
  background-position: center;
  align-items: center;
  justify-content: center;
  padding: 56px 0 72px;
  box-sizing: border-box;
}

.oas-hero__slide.is-active {
  display: flex;
}

.oas-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.42) 0%, rgba(255, 200, 120, 0.12) 45%, rgba(0, 0, 0, 0.25) 100%);
}

.oas-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 48px 20px 160px;
  box-sizing: border-box;
}

.oas-hero__title {
  margin: 0 0 14px;
  font-size: clamp(40px, 7.2vw, 64px);
  font-weight: 900;
  line-height: 1.1;
  color: #1a1a1a !important;
  text-shadow: 0 1px 12px rgba(255, 255, 255, 0.35);
}

.oas-hero__rule {
  width: 72px;
  height: 2px;
  margin: 0 auto 20px;
  background: rgba(255, 255, 255, 0.95);
}

.oas-hero__subtitle {
  margin: 0 auto;
  max-width: 40em;
  font-size: clamp(16px, 2.1vw, 19px);
  color: #1a1a1a;
  font-weight: 500;
  line-height: 1.55;
  text-shadow: 0 1px 10px rgba(255, 255, 255, 0.4);
}

.oas-hero__cta {
  position: absolute;
  left: 50%;
  bottom: 48px;
  z-index: 4;
  display: inline-flex;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: transparent;
  color: #fff !important;
  text-decoration: none !important;
  font-family: var(--oas-font-heading);
  font-weight: 800;
  font-size: clamp(18px, 2.4vw, 24px);
  border-radius: 2px;
  box-shadow: none;
  transform: translateX(-50%);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.oas-hero__cta:hover {
  background: transparent;
  color: #fff !important;
  opacity: 0.92;
  transform: translateX(-50%) translateY(-2px);
}
.oas-hero__cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  flex-shrink: 0;
  background: var(--oas-accent);
  color: #fff;
}
.oas-hero__cta-icon svg {
  display: block;
  width: 28px;
  height: 28px;
}
.oas-hero__cta-text {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 22px;
  line-height: 56px;
  background: rgba(20, 16, 10, 0.55);
}
.oas-hero__cta-label {
  color: #fff;
  font-weight: 600;
  background: transparent;
  text-shadow: none;
}
.oas-hero__cta-num {
  color: var(--oas-accent);
  font-weight: 900;
  letter-spacing: 0.02em;
  background: transparent;
  text-shadow: none;
}

.oas-hero__flourishes {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

.oas-hero__tagline {
  position: absolute;
  left: clamp(24px, 5vw, 72px);
  bottom: 120px;
  width: min(300px, 28vw);
  color: #e98400;
  transform: rotate(-12deg);
  transform-origin: left bottom;
}
.oas-hero__tagline-text {
  display: block;
  font-family: var(--oas-font-heading);
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.15;
  white-space: nowrap;
  color: #e98400;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}
.oas-hero__tagline-curve {
  display: block;
  width: 100%;
  height: 36px;
  margin-top: 2px;
  overflow: visible;
}

.oas-hero__badge {
  position: absolute;
  right: clamp(20px, 4vw, 56px);
  bottom: 110px;
  width: clamp(118px, 12vw, 148px);
  height: clamp(118px, 12vw, 148px);
  color: #e98400;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.45));
}
.oas-hero__badge-svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.oas-hero__dots {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
  z-index: 2;
}

.oas-hero__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
}

.oas-hero__dot.is-active {
  background: var(--oas-accent);
}

/* Intro / company — dark road BG */
.oas-intro {
  position: relative;
  background: #0d1116 center top / cover no-repeat;
  color: #fff;
  padding: 72px 0 88px;
  overflow: hidden;
}
.oas-intro__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 10, 14, 0.55) 0%, rgba(8, 10, 14, 0.72) 100%);
  pointer-events: none;
}
.oas-intro__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 980px;
}
.oas-intro__title {
  margin: 0 0 12px;
  font-size: clamp(26px, 4.2vw, 36px);
  font-weight: 900;
  color: #fff !important;
  line-height: 1.25;
}
.oas-intro__subtitle {
  margin: 0 0 10px;
  font-size: clamp(17px, 2.4vw, 22px);
  font-weight: 700;
  color: #fff !important;
}
.oas-intro__kicker {
  margin: 0 0 18px;
  font-size: clamp(15px, 2vw, 18px);
  font-weight: 700;
  color: #fff !important;
  text-align: center;
}
.oas-intro__prose {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.65;
}
.oas-intro__prose p {
  margin: 0 0 12px;
  color: inherit;
}
.oas-intro__why {
  display: grid;
  grid-template-columns: minmax(180px, 0.9fr) 1.4fr;
  gap: 28px 40px;
  align-items: start;
  text-align: left;
  max-width: 900px;
  margin: 0 auto;
}
.oas-intro__why-title {
  margin: 0;
  font-size: clamp(24px, 3.5vw, 32px);
  font-weight: 900;
  color: var(--oas-accent) !important;
  line-height: 1.2;
}
.oas-why-list {
  list-style: disc;
  margin: 0;
  padding-left: 1.15em;
  color: #fff;
}
.oas-why-list li {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.92);
}
.oas-why-list strong {
  color: #fff;
  font-weight: 800;
}

/* Highlights */
.oas-highlights {
  background: #2a2d36 center / cover no-repeat;
  padding: 48px 0;
  color: #fff;
}

.oas-services {
  background-color: #fff;
  background-repeat: repeat-x;
  background-position: center top;
}

.oas-steps {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center top;
}

.oas-highlights__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  text-align: center;
}

.oas-highlight__icon {
  margin: 0 auto 12px;
  display: block;
}

.oas-highlight__title {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #fff !important;
}

.oas-mid {
  background: #0a0a0a;
  color: #fff;
  padding: 40px 0;
}
.oas-mid__text {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.65;
  color: #fff !important;
}

/* Services */
.oas-services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.oas-service {
  text-align: center;
  padding: 12px;
}

.oas-service__icon {
  margin: 0 auto 14px;
  display: block;
  max-width: 90px;
  height: auto;
}

.oas-service__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  color: #1a1a1a !important;
}

.oas-service__text {
  margin: 0;
  font-size: 14px;
  color: #555;
}

/* Steps */
.oas-steps__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 18px;
  max-width: 820px;
  margin-inline: auto;
}

.oas-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: #f7f7f7;
  padding: 18px 20px;
  border-left: 4px solid var(--oas-accent);
}

.oas-step__num {
  flex: 0 0 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--oas-accent);
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.oas-step__title {
  margin: 0 0 4px;
  font-size: 17px;
  font-weight: 800;
  color: #1a1a1a !important;
}

.oas-step p {
  margin: 0;
  font-size: 14px;
}

/* CTA */
.oas-cta {
  background:
    linear-gradient(105deg, rgba(10, 10, 12, 0.94) 0%, rgba(28, 30, 38, 0.9) 50%, rgba(12, 12, 14, 0.94) 100%),
    linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 50%, #121212 100%);
  color: #fff;
  padding: 48px 0;
  border-top: 1px solid rgba(233, 132, 0, 0.28);
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.2);
}

.oas-cta__row {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
  align-items: center;
}

.oas-cta__title {
  margin: 0 0 12px;
  font-family: var(--oas-font-heading);
  font-size: 36px;
  font-weight: 900;
  color: #fff !important;
}

.oas-cta__phone {
  font-family: var(--oas-font-heading);
  font-size: 40px;
  font-weight: 900;
  color: var(--oas-accent) !important;
  text-decoration: none !important;
}

.oas-cta__media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}

/* Gallery — editorial photo grid (not a stuck album) */
.oas-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(14px, 2vw, 24px);
}

.oas-gallery__item {
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 4 / 3;
  background: #1c1c1c;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.oas-gallery__trigger {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
  overflow: hidden;
}
.oas-gallery__trigger::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0.38) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.oas-gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.oas-gallery__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.2);
}
.oas-gallery__item:hover img,
.oas-gallery__trigger:focus-visible img {
  transform: scale(1.06);
}
.oas-gallery__item:hover .oas-gallery__trigger::after,
.oas-gallery__trigger:focus-visible::after {
  opacity: 1;
}

.oas-gallery__trigger:focus-visible {
  outline: 2px solid var(--oas-accent);
  outline-offset: 3px;
}

.oas-gallery__more {
  margin: 32px 0 0;
  text-align: center;
}
.oas-gallery__more a {
  display: inline-block;
  font-family: var(--oas-font-heading);
  font-size: 17px;
  font-weight: 700;
  color: var(--oas-accent) !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.oas-gallery__more a:hover {
  color: var(--oas-accent-hover) !important;
}

/* Uspešni otkupi page */
.oas-uspesni {
  padding: 56px 20px 80px;
  background: linear-gradient(180deg, #f3f4f6 0%, #ffffff 28%);
}
.oas-uspesni__title {
  margin: 0 0 18px;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 900;
  color: #1a1a1a;
  text-align: center;
  line-height: 1.2;
}
.oas-uspesni__intro {
  max-width: 720px;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 17px;
  color: #444;
}
.oas-uspesni__intro p {
  margin: 0 0 12px;
}
.oas-uspesni__grid {
  margin-top: 8px;
  gap: clamp(16px, 2.4vw, 28px);
}
.oas-uspesni__cta {
  margin: 44px 0 0;
  text-align: center;
  font-size: 17px;
  color: #333;
}
.oas-uspesni__cta a {
  color: var(--oas-accent) !important;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.oas-uspesni__cta a:hover {
  text-decoration: underline;
}

/* Lightbox */
.oas-lightbox {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(8, 8, 10, 0.88);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.oas-lightbox.is-open {
  opacity: 1;
  visibility: visible;
}
.oas-lightbox__figure {
  margin: 0;
  max-width: min(1100px, 92vw);
  max-height: 86vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.oas-lightbox__img {
  display: block;
  max-width: 100%;
  max-height: 78vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 2px;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}
.oas-lightbox__caption {
  margin: 0;
  color: #f2f2f2;
  font-size: 14px;
  text-align: center;
  max-width: 40em;
}
.oas-lightbox__btn {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 2px;
  background: rgba(233, 132, 0, 0.92);
  color: #fff;
  cursor: pointer;
  transition: background 0.15s ease, transform 0.15s ease;
}
.oas-lightbox__btn:hover,
.oas-lightbox__btn:focus-visible {
  background: #d07500;
  outline: none;
}
.oas-lightbox__close {
  top: 16px;
  right: 16px;
  font-size: 28px;
  line-height: 1;
}
.oas-lightbox__prev,
.oas-lightbox__next {
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  line-height: 1;
}
.oas-lightbox__prev { left: 12px; }
.oas-lightbox__next { right: 12px; }
.oas-lightbox__prev:hover,
.oas-lightbox__next:hover {
  transform: translateY(-50%) scale(1.05);
}
body.oas-lightbox-open {
  overflow: hidden;
}
@media (max-width: 640px) {
  .oas-lightbox {
    padding: 12px;
  }
  .oas-lightbox__prev { left: 4px; }
  .oas-lightbox__next { right: 4px; }
  .oas-lightbox__btn {
    width: 40px;
    height: 40px;
  }
}

/* Blog cards */
.oas-blog-teaser__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.oas-blog-card a {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}

.oas-blog-card__img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  border-radius: 4px;
  margin-bottom: 10px;
}

.oas-blog-card__date {
  display: block;
  font-size: 12px;
  color: #888;
  margin-bottom: 6px;
}

.oas-blog-card__title {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  color: #1a1a1a !important;
  line-height: 1.3;
}

.oas-blog-card a:hover .oas-blog-card__title {
  color: var(--oas-accent) !important;
}

.oas-blog-card__excerpt {
  margin: 0;
  font-size: 14px;
  color: #555;
}

.oas-blog-teaser__more {
  text-align: center;
  margin-top: 28px;
}

.oas-blog-page {
  padding: 48px 0 64px;
}

.oas-blog-page__head {
  margin-bottom: 28px;
}

.oas-pagination {
  margin-top: 32px;
  text-align: center;
}

.oas-single {
  padding: 48px 0 64px;
  max-width: 820px;
}

.oas-single__head time {
  color: #888;
  font-size: 13px;
}

.oas-single__title {
  margin: 8px 0 20px;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.2;
  color: #1a1a1a !important;
}

.oas-single__thumb {
  margin-bottom: 24px;
}

.oas-single__thumb img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.oas-single__back {
  margin-top: 32px;
}

.oas-privacy {
  padding: 48px 0 64px;
  max-width: 820px;
}

.oas-privacy__title {
  margin: 0 0 24px;
  font-size: 34px;
  font-weight: 900;
}

@media (max-width: 991px) {
  .oas-highlights__grid,
  .oas-services__grid,
  .oas-blog-teaser__grid {
    grid-template-columns: 1fr 1fr;
  }
  .oas-gallery__grid {
    grid-template-columns: 1fr 1fr;
  }
  .oas-cta__row {
    grid-template-columns: 1fr;
  }
  .oas-cta__phone {
    font-size: 28px;
  }
  .oas-hero,
  .oas-hero__slide {
    min-height: min(78vh, 560px);
  }
  .oas-hero__inner {
    padding: 40px 16px 110px;
  }
  .oas-intro {
    padding: 48px 0 56px;
  }
  .oas-intro__why {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: left;
  }
  .oas-intro__why-title {
    text-align: left;
  }
}

@media (max-width: 640px) {
  .oas-highlights__grid,
  .oas-services__grid,
  .oas-blog-teaser__grid,
  .oas-gallery__grid {
    grid-template-columns: 1fr;
  }
  .oas-hero,
  .oas-hero__slide {
    min-height: auto;
  }
  .oas-hero__slide {
    padding: 20px 12px 24px;
  }
  .oas-hero__slide.is-active {
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
  }
  .oas-hero__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    padding: 16px 4px 8px;
  }
  .oas-hero__title {
    font-size: clamp(28px, 8.5vw, 38px);
  }
  .oas-hero__subtitle {
    font-size: 14px;
    margin: 0 0 18px;
  }
  .oas-hero__flourishes {
    position: static;
    inset: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 12px;
    margin: 0 0 16px;
    padding: 0;
  }
  .oas-hero__tagline {
    position: static;
    left: auto;
    bottom: auto;
    width: auto;
    max-width: calc(100% - 92px);
    transform: rotate(-7deg);
    transform-origin: left center;
  }
  .oas-hero__tagline-text {
    font-size: 15px;
    white-space: nowrap;
  }
  .oas-hero__tagline-curve {
    height: 18px;
    max-width: 150px;
  }
  .oas-hero__badge {
    position: static;
    right: auto;
    bottom: auto;
    width: 78px;
    height: 78px;
    flex-shrink: 0;
    margin: 0;
    transform: none;
  }
  .oas-hero__cta {
    position: static;
    left: auto;
    bottom: auto;
    z-index: 1;
    transform: none;
    align-self: center;
    margin: 0 auto;
    font-size: 15px;
    max-width: 100%;
  }
  .oas-hero__cta:hover {
    transform: translateY(-2px);
  }
  .oas-hero__cta-text {
    padding: 0 14px;
    line-height: 46px;
    flex-wrap: nowrap;
    gap: 6px;
  }
  .oas-hero__cta-icon {
    width: 46px;
  }
  .oas-intro__title {
    font-size: 24px;
  }
  .oas-intro__prose {
    margin-bottom: 28px;
    font-size: 14px;
    text-align: left;
  }
}

@media (max-width: 640px) {
  .oas-section {
    padding: 40px 0;
  }
  .oas-section__title {
    font-size: 24px;
  }
  .oas-highlights__grid,
  .oas-services__grid,
  .oas-blog-teaser__grid,
  .oas-gallery__grid {
    grid-template-columns: 1fr;
  }
}
