﻿.site-header-smt {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: transparent;
  border-bottom: 1px solid transparent;
  font-family: "Segoe UI", Tahoma, sans-serif;
  isolation: isolate;
  overflow: hidden;
  transform: translateY(0);
  transition:
    transform 0.35s ease,
    background-color 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease,
    backdrop-filter 0.35s ease;
}

.site-header-smt::before {
  content: "";
  position: absolute;
  inset: -1px 0 0 0;
  background: linear-gradient(90deg, #ff7a00 0%, #ff3b1f 100%);
  opacity: 0;
  transition: opacity 0.45s ease;
  z-index: 0;
  pointer-events: none;
}

.site-header-smt__main {
  max-width: 1480px;
  margin: 0 auto;
  padding: 16px 24px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}

.site-header-smt__nav--left .site-header-smt__menu {
  justify-content: flex-start;
}

.site-header-smt__nav--right .site-header-smt__menu {
  justify-content: flex-end;
}

.site-header-smt__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: clamp(16px, 2.2vw, 42px);
  align-items: center;
  flex-wrap: wrap;
}

.site-header-smt__menu a {
  color: #f5f5f5;
  text-decoration: none;
  font-size: clamp(12px, 0.95vw, 14px);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.site-header-smt__brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.site-header-smt__logo {
  display: block;
  width: clamp(170px, 16vw, 240px);
  height: auto;
}

.site-header-smt__logo--black {
  display: none;
}

.site-header-smt__logo--color {
  display: none;
}

.site-header-smt__burger,
.site-header-smt__mobile-panel {
  display: none;
}

.site-header-smt__mobile-panel[hidden] {
  display: none !important;
}

.site-header-smt.is-hidden {
  transform: translateY(-110%);
}

.site-header-smt.is-solid {
  background: rgba(247, 245, 242, 0.96);
  border-bottom-color: #d8d2cb;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(8px);
}

.site-header-smt.is-transparent {
  background: transparent;
  border-bottom-color: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.site-header-smt.is-top-transition {
  transition:
    transform 0.35s ease,
    background-color 0.45s ease,
    border-color 0.45s ease,
    box-shadow 0.45s ease,
    backdrop-filter 0.45s ease;
}

.site-header-smt.is-solid .site-header-smt__menu a {
  color: #1f1d1a;
}

.site-header-smt.is-solid .site-header-smt__logo--white {
  display: none;
}

.site-header-smt.is-solid .site-header-smt__logo--black {
  display: block;
}

.site-header-smt:hover::before {
  opacity: 1;
}

.site-header-smt:hover {
  border-bottom-color: transparent !important;
  background: transparent;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
  backdrop-filter: none;
}

.site-header-smt:hover .site-header-smt__menu a {
  color: #ffffff;
}

.site-header-smt:hover .site-header-smt__logo--white,
.site-header-smt:hover .site-header-smt__logo--black {
  display: none;
}

.site-header-smt:hover .site-header-smt__logo--color {
  display: block;
}

@media (max-width: 1024px) {
  .site-header-smt__main {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 10px;
  }

  .site-header-smt__brand {
    order: 1;
  }

  .site-header-smt__nav--left {
    order: 2;
  }

  .site-header-smt__nav--right {
    order: 3;
  }

  .site-header-smt__menu {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 18px;
  }
}

@media (max-width: 640px) {
  .site-header-smt__main {
    padding: 12px 14px;
  }

  .site-header-smt__logo {
    width: clamp(140px, 48vw, 190px);
  }

  .site-header-smt__menu a {
    font-size: 11px;
  }
}

/* Hero block below header (no JS dependency). */
.elementor-element-7e9a35d {
  position: relative;
  z-index: 0;
  min-height: 100svh;
  background: #0f0f0f;
}

.elementor-element-b6d7f27 .elementor-main-swiper {
  position: relative;
  overflow: hidden;
  height: 100svh;
}

.elementor-element-b6d7f27 .swiper-wrapper.elementor-slides {
  position: relative;
  min-height: 100svh;
  height: 100svh;
}

.elementor-element-7e9a35d .elementor-container,
.elementor-element-7e9a35d .elementor-column,
.elementor-element-7e9a35d .elementor-widget-wrap,
.elementor-element-7e9a35d .elementor-element-b6d7f27,
.elementor-element-7e9a35d .elementor-widget-container,
.elementor-element-7e9a35d .elementor-swiper,
.elementor-element-7e9a35d .elementor-main-swiper {
  height: 100%;
}

.elementor-element-b6d7f27 .swiper-slide {
  position: absolute;
  inset: 0;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  animation: goodlyyHeroFade 15s infinite;
  animation-fill-mode: both;
}

.elementor-element-b6d7f27 .swiper-slide:nth-child(2) {
  animation-delay: 5s;
}

.elementor-element-b6d7f27 .swiper-slide:nth-child(3) {
  animation-delay: 10s;
}

.elementor-element-b6d7f27 .swiper-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.elementor-element-b6d7f27 .elementor-repeater-item-175e624 .swiper-slide-bg {
  background-image: url("../img/sunset_city.jpg");
}

.elementor-element-b6d7f27 .elementor-repeater-item-f8becc3 .swiper-slide-bg {
  background-image: url("../img/suit.jpg");
}

.elementor-element-b6d7f27 .elementor-repeater-item-third .swiper-slide-bg {
  background-image: url("../img/night_city.jpg");
}

.elementor-element-b6d7f27 .elementor-background-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.18);
}

.elementor-element-b6d7f27 .swiper-slide-inner {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 34px 24px;
  z-index: 1;
  color: #e8e1d8;
}

.elementor-element-b6d7f27 .elementor-slide-heading {
  font-size: clamp(34px, 3.8vw, 62px);
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 14px;
}

.elementor-element-b6d7f27 .elementor-slide-description {
  font-size: clamp(18px, 1.5vw, 28px);
  line-height: 1.35;
  margin: 0 0 20px;
}

.elementor-element-b6d7f27 .elementor-slide-button {
  border: 1px solid #ffffff;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.25);
  color: #ffffff;
  padding: 10px 28px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.elementor-element-b6d7f27 .elementor-slide-button:hover {
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
}

.elementor-element-b6d7f27 .elementor-swiper-button,
.elementor-element-b6d7f27 .swiper-pagination {
  display: none;
}

@keyframes goodlyyHeroFade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  8% {
    opacity: 1;
    visibility: visible;
  }
  42% {
    opacity: 1;
    visibility: visible;
  }
  50% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

/* Video block replacement for the "Crafting, Boosting & Scaling Digital Brands" section. */
.goodlyy-video-hero-section {
  position: relative;
  min-height: 78svh;
  width: 100%;
  overflow: hidden;
}

.goodlyy-video-hero__media,
.goodlyy-video-hero__overlay,
.goodlyy-video-hero__content {
  position: absolute;
  inset: 0;
}

.goodlyy-video-hero__video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.goodlyy-video-hero__overlay {
  background: rgba(0, 0, 0, 0.16);
  z-index: 1;
}

.goodlyy-video-hero__content {
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px;
}

.goodlyy-video-hero__title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 5vw, 72px);
  line-height: 1.1;
  font-weight: 700;
  text-shadow: 0 8px 26px rgba(0, 0, 0, 0.35);
  transform: translateZ(0);
  transition: filter 0.75s ease, opacity 0.75s ease, transform 0.75s ease;
}

.goodlyy-video-hero-section.is-text-defocused .goodlyy-video-hero__title {
  filter: blur(9px);
  opacity: 0.68;
  transform: scale(1.03);
}

.goodlyy-video-hero-section.is-text-focused .goodlyy-video-hero__title {
  filter: blur(0);
  opacity: 1;
  transform: scale(1);
}

@media (max-width: 1024px) {
  .goodlyy-video-hero-section {
    min-height: 68svh;
  }
}

@media (max-width: 640px) {
  .goodlyy-video-hero-section {
    min-height: 58svh;
  }

  .goodlyy-video-hero__title {
    font-size: clamp(24px, 8vw, 40px);
  }
}

/* Consulting contact section */
.goodlyy-contact-section {
  min-height: 100svh;
  padding: clamp(36px, 6vw, 74px) 0;
  background: #0f0f0f;
  display: flex;
  align-items: center;
  margin: -1px 0 0;
}

.goodlyy-contact-card {
  width: 100%;
  max-width: none;
  margin: 0;
  background: transparent;
  color: #e8e1d8;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.goodlyy-contact-section .elementor-container {
  max-width: 1220px;
  width: 100%;
  padding-inline: clamp(30px, 4.8vw, 56px);
}

.goodlyy-contact-card__head {
  margin-bottom: clamp(28px, 5vw, 46px);
  text-align: center;
}

.goodlyy-contact-card__title {
  margin: 0;
  color: #f2ece3;
  font-size: clamp(42px, 4.4vw, 72px);
  line-height: 1.04;
  font-weight: 400;
}

.goodlyy-contact-card__title.is-scroll-bounce {
  animation: goodlyyContactFloat 0.95s ease-in-out 2;
}

@keyframes goodlyyContactFloat {
  0% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-4px);
  }
  50% {
    transform: translateY(2px);
  }
  75% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(0);
  }
}

.goodlyy-contact-card__subtitle {
  display: none;
}

.goodlyy-contact-form {
  display: grid;
  gap: 18px;
  max-width: none;
}

.goodlyy-contact-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(36px, 4vw, 56px);
}

.goodlyy-contact-col {
  display: grid;
  gap: 26px;
}

.goodlyy-field {
  display: grid;
  gap: 10px;
}

.goodlyy-field span {
  color: #e8e1d8;
  font-size: clamp(18px, 1.05vw, 24px);
  text-transform: none;
  letter-spacing: 0;
  font-weight: 350;
}

.goodlyy-field input,
.goodlyy-field select,
.goodlyy-field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #6a6259;
  background: transparent;
  color: #e8e1d8;
  border-radius: 0;
  padding: 0 0 9px;
  font-size: clamp(20px, 1.22vw, 26px);
  line-height: 1.3;
  outline: none;
  box-shadow: none !important;
  text-shadow: none;
  transition: border-color 0.25s ease;
}

.goodlyy-field input:focus,
.goodlyy-field select:focus,
.goodlyy-field textarea:focus {
  border-bottom-color: #f2ece3;
  outline: none;
  box-shadow: none !important;
}

.goodlyy-field input::placeholder,
.goodlyy-field textarea::placeholder {
  color: #9f978d;
}

.goodlyy-field textarea {
  min-height: 110px;
  resize: vertical;
  border-bottom: 1px solid #6a6259;
}

.goodlyy-field select option {
  background: #181715;
  color: #e8e1d8;
}

.goodlyy-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 0;
  -webkit-tap-highlight-color: transparent;
}

.goodlyy-field select:focus,
.goodlyy-field select:active,
.goodlyy-field select:focus-visible {
  box-shadow: none !important;
  outline: none !important;
  border-bottom-color: #8b8174;
}

#consulting-topic:focus,
#consulting-topic:active,
#consulting-topic:focus-visible {
  outline: 1px solid transparent !important;
  box-shadow: none !important;
  border: 0 !important;
  border-bottom: 1px solid #8b8174 !important;
}

.goodlyy-field.is-hidden {
  display: none;
}

.goodlyy-form-note {
  margin: 2px 0 0;
  color: #bfb7ad;
  font-size: clamp(13px, 0.86vw, 16px);
  max-width: 64ch;
}

.goodlyy-form-error {
  margin: 0;
  color: #ffb39a;
  min-height: 1.2em;
  font-size: 14px;
}

.goodlyy-contact-submit {
  justify-self: center;
  border: 0;
  border-radius: 999px;
  padding: 12px 32px;
  font-size: clamp(20px, 1.12vw, 30px);
  font-weight: 400;
  color: #111;
  background: #e9e9e9;
  cursor: pointer;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.goodlyy-contact-submit:hover {
  transform: translateY(-1px);
  background: #fff;
  color: #111 !important;
}

.goodlyy-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #cfc6bb;
  font-size: 15px;
  line-height: 1.45;
  margin-top: 2px;
}

.goodlyy-consent input[type="checkbox"] {
  margin-top: 3px;
  width: 16px;
  height: 16px;
  accent-color: #e8e1d8;
}

.goodlyy-contact-section,
.goodlyy-contact-section * {
  font-family: "Segoe UI", Tahoma, sans-serif;
}

#consulting-other-wrap {
  width: 100%;
  margin-top: 4px;
}

.goodlyy-contact-section + #site-footer {
  margin-top: 0 !important;
  border-top: 0 !important;
}

#site-footer {
  margin-top: 0 !important;
}

@media (max-width: 1024px) {
  .goodlyy-contact-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 800px) {
  .goodlyy-contact-section {
    min-height: auto;
    padding-block: 42px;
  }

  .goodlyy-field span {
    font-size: clamp(18px, 6vw, 25px);
  }

  .goodlyy-field input,
  .goodlyy-field select,
  .goodlyy-field textarea {
    font-size: 18px;
  }

  .goodlyy-contact-submit {
    font-size: 24px;
  }
}



/* Consulting tiles section (Siematic-style inspired 2x2 layout) */
.goodlyy-consulting-tiles {
  background: #ffffff;
}

.goodlyy-consulting-tiles__surface {
  background-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}

.goodlyy-consulting-tiles__container {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.goodlyy-consulting-tiles__pad {
  color: #000000;
  padding: clamp(8px, 1vw, 18px);
}

.goodlyy-consulting-tiles__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 32px);
}

.goodlyy-consulting-tile {
  position: relative;
  width: 100%;
  max-width: none;
  aspect-ratio: 4 / 3;
  min-height: clamp(300px, 33vw, 660px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.2vw, 22px);
  padding: clamp(20px, 2.6vw, 34px);
  color: #f7f4ef;
  text-decoration: none;
  overflow: hidden;
  isolation: isolate;
  background-size: cover;
  background-position: center;
}

.goodlyy-consulting-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.14);
  z-index: -1;
  transition: none;
}

.goodlyy-consulting-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  opacity: 0;
  z-index: -1;
  transition: none;
}

.goodlyy-consulting-tile:hover::before {
  background: rgba(0, 0, 0, 0.16);
}

.goodlyy-consulting-tile:hover::after {
  opacity: 0;
}

.goodlyy-consulting-tile__title {
  display: block;
  font-family: "Didot", "Bodoni MT", "Times New Roman", serif;
  font-size: clamp(30px, 2.8vw, 42px);
  line-height: 1.12;
  font-weight: 500;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  max-width: 15ch;
  text-shadow: none;
  text-align: center;
  color: #f7f4ef;
  transition: none;
}

.goodlyy-consulting-tile:hover .goodlyy-consulting-tile__title,
.goodlyy-consulting-tile:focus-visible .goodlyy-consulting-tile__title {
  color: #f7f4ef;
  text-shadow: none;
  filter: none;
  opacity: 1;
}

.goodlyy-consulting-tile:hover,
.goodlyy-consulting-tile:focus-visible {
  color: #f7f4ef;
}

.goodlyy-consulting-tile__cta {
  position: static;
  background: rgba(255, 255, 255, 0.95);
  color: #111;
  border-radius: 999px;
  padding: 9px 20px;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
  white-space: nowrap;
}

.goodlyy-consulting-tile--marketing {
  background-image: url("../img/marketing.jpg");
}

.goodlyy-consulting-tile--management {
  background-image: url("../img/manager.jpg");
}

.goodlyy-consulting-tile--project {
  background-image: url("../img/project.jpg");
}

.goodlyy-consulting-tile--about {
  background-image: url("../img/bikes.jpg");
  background-position: center;
}

@media (max-width: 900px) {
  .goodlyy-consulting-tiles__pad {
    padding-inline: 12px;
  }

  .goodlyy-consulting-tiles__grid {
    grid-template-columns: 1fr;
  }

  .goodlyy-consulting-tile {
    min-height: 0;
    aspect-ratio: 4 / 3;
    justify-content: flex-start;
    align-items: flex-end;
    gap: 10px;
  }
}

@media (max-width: 640px) {
  .goodlyy-consulting-tiles__pad {
    padding-inline: 8px;
  }
}

/* Intro statement after hero: spacing and typography only */
.elementor-element-88d094e {
  padding: clamp(30px, 3.2vw, 44px) 0 clamp(24px, 2.8vw, 34px);
  background: #eceaeb;
}

.elementor-element-88d094e .elementor-container {
  max-width: 1260px;
  padding-inline: clamp(26px, 4.2vw, 54px);
}

.elementor-element-88d094e .elementor-widget-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.4vw, 18px);
}

.elementor-element-88d094e .elementor-heading-title {
  margin: 0 auto;
  width: min(100%, 1180px);
  max-width: none;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(34px, 3vw, 50px);
  font-weight: 700;
  letter-spacing: 0.004em;
  line-height: 1.14;
  text-wrap: balance;
  color: #111;
  text-align: center;
}

.goodlyy-intro-subtitle {
  margin: 0 auto;
  width: min(100%, 1180px);
  max-width: none;
  font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(15px, 1.08vw, 26px);
  line-height: 1.48;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #2b2b2b;
  text-align: center;
  text-wrap: pretty;
}

@media (max-width: 900px) {
  .elementor-element-88d094e .elementor-heading-title {
    width: 100%;
    font-size: clamp(30px, 7.4vw, 40px);
    line-height: 1.18;
  }

  .goodlyy-intro-subtitle {
    width: 100%;
    font-size: clamp(16px, 3.6vw, 19px);
    line-height: 1.46;
  }
}



/* About CTA between video block and footer */
.goodlyy-about-cta {
  margin: 0;
  padding: clamp(56px, 7vw, 108px) clamp(16px, 2.2vw, 30px);
  background: linear-gradient(135deg, #f5efe6 0%, #ece3d8 100%);
  color: #181613;
}

.goodlyy-about-cta__inner {
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}

.goodlyy-about-cta__eyebrow {
  margin: 0 0 12px;
  font-size: clamp(12px, 0.85vw, 14px);
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #6b5f4f;
}

.goodlyy-about-cta__title {
  margin: 0 auto;
  max-width: 26ch;
  font-family: "Didot", "Bodoni MT", "Times New Roman", serif;
  font-size: clamp(34px, 3.4vw, 64px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.goodlyy-about-cta__text {
  margin: clamp(16px, 2vw, 24px) auto 0;
  max-width: 72ch;
  font-size: clamp(16px, 1.15vw, 21px);
  line-height: 1.6;
  color: #3a342d;
}

.goodlyy-about-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  border-radius: 999px;
  border: 1px solid #181613;
  text-decoration: none;
  color: #181613;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.goodlyy-about-cta__actions {
  margin-top: clamp(24px, 3.2vw, 38px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.6vw, 20px);
  flex-wrap: wrap;
}

.goodlyy-about-cta__button--dark {
  background: #181613;
  color: #f5efe6;
  border-color: #181613;
}

.goodlyy-about-cta__button--dark:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}

.goodlyy-about-cta__button:hover {
  background: #181613;
  color: #f5efe6;
  transform: translateY(-1px);
}

@media (max-width: 900px) {
  .goodlyy-about-cta {
    padding-block: clamp(44px, 9vw, 72px);
  }

  .goodlyy-about-cta__title {
    max-width: 18ch;
  }
}

/* Inner service pages */
.goodlyy-service-main {
  min-height: 100svh;
  background: linear-gradient(180deg, #121212 0%, #171717 44%, #1d1d1d 100%);
  color: #ece6dd;
  padding-top: clamp(96px, 10vw, 132px);
}

.goodlyy-service-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(26px, 3.4vw, 44px) 0 clamp(56px, 7vw, 100px);
}

.goodlyy-service-hero {
  width: 100%;
  min-height: clamp(260px, 40vw, 520px);
  margin: 0 0 clamp(22px, 3vw, 34px);
  border-radius: 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.goodlyy-service-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.16) 100%);
}

.goodlyy-service-hero--marketing {
  background-image: url("../img/marketing.jpg");
}

.goodlyy-service-hero--management {
  background-image: url("../img/manager.jpg");
}

.goodlyy-service-hero--project {
  background-image: url("../img/project.jpg");
}

.goodlyy-service-hero--about {
  background-image: url("../img/bikes.jpg");
}

.goodlyy-service-kicker {
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: clamp(12px, 0.8vw, 14px);
  color: #b9aa96;
  font-weight: 600;
}

.goodlyy-service-title {
  margin: 0;
  font-family: "Didot", "Bodoni MT", "Times New Roman", serif;
  font-size: clamp(36px, 4.2vw, 72px);
  line-height: 1.06;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #f4efe8;
  max-width: 18ch;
}

.goodlyy-service-title--marker {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.goodlyy-service-title--marker::after {
  content: "";
  position: absolute;
  left: -0.08em;
  right: -0.08em;
  top: -2px;
  height: calc(100% + 4px);
  border-radius: 0.14em;
  background: rgba(245, 154, 43, 0.78);
  transform-origin: left center;
  transform: scaleX(0);
  opacity: 0;
  z-index: -1;
}

body.goodlyy-page--about .goodlyy-service-title--marker::after {
  animation: goodlyyTitleMarker 0.9s cubic-bezier(0.22, 0.8, 0.26, 1) 0.2s forwards;
}

@keyframes goodlyyTitleMarker {
  0% {
    transform: scaleX(0.04);
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  72% {
    transform: scaleX(1.06);
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    opacity: 1;
  }
}

.goodlyy-service-body {
  margin-top: clamp(24px, 3vw, 36px);
  display: grid;
  gap: 18px;
  max-width: 86ch;
}

.goodlyy-service-body p {
  margin: 0;
  font-size: clamp(18px, 1.22vw, 22px);
  line-height: 1.7;
  color: #d9d0c4;
}

.goodlyy-service-cta {
  margin-top: clamp(30px, 3.8vw, 48px);
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.goodlyy-service-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid #e9e1d7;
  color: #e9e1d7;
  transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.goodlyy-service-cta a:hover {
  background: #e9e1d7;
  color: #141414;
  transform: translateY(-1px);
}

.goodlyy-service-cta a.goodlyy-service-cta__primary {
  background: #e9e1d7;
  color: #141414;
  border-color: #e9e1d7;
}

.goodlyy-service-cta a.goodlyy-service-cta__primary:hover {
  background: #ffffff;
  border-color: #ffffff;
}

/* Page-specific look for secondary service pages */
.goodlyy-page--marketing .goodlyy-service-main {
  background: linear-gradient(180deg, #0e1823 0%, #142131 44%, #1a2a3f 100%);
}

.goodlyy-page--management .goodlyy-service-main {
  background: linear-gradient(180deg, #131811 0%, #1a2117 44%, #212a1f 100%);
}

.goodlyy-page--project .goodlyy-service-main {
  background: linear-gradient(180deg, #181519 0%, #201c24 44%, #28232d 100%);
}

.goodlyy-page--about .goodlyy-service-main {
  background: linear-gradient(180deg, #201814 0%, #2b201b 44%, #352822 100%);
}

.goodlyy-page--marketing .goodlyy-service-hero::before {
  background: linear-gradient(180deg, rgba(8, 22, 41, 0.08) 0%, rgba(8, 22, 41, 0.16) 100%);
}

.goodlyy-page--management .goodlyy-service-hero::before {
  background: linear-gradient(180deg, rgba(16, 28, 15, 0.08) 0%, rgba(16, 28, 15, 0.16) 100%);
}

.goodlyy-page--project .goodlyy-service-hero::before {
  background: linear-gradient(180deg, rgba(23, 18, 30, 0.08) 0%, rgba(23, 18, 30, 0.16) 100%);
}

.goodlyy-page--about .goodlyy-service-hero::before {
  background: linear-gradient(180deg, rgba(36, 22, 16, 0.08) 0%, rgba(36, 22, 16, 0.16) 100%);
}

.goodlyy-page--marketing .goodlyy-service-kicker {
  color: #9fc4e2;
}

.goodlyy-page--management .goodlyy-service-kicker {
  color: #acc7a0;
}

.goodlyy-page--project .goodlyy-service-kicker {
  color: #c0afd2;
}

.goodlyy-page--about .goodlyy-service-kicker {
  color: #d8b79e;
}

.goodlyy-page--marketing .goodlyy-service-title {
  color: #eef5fc;
}

.goodlyy-page--management .goodlyy-service-title {
  color: #eef7ea;
}

.goodlyy-page--project .goodlyy-service-title {
  color: #f3eefb;
}

.goodlyy-page--about .goodlyy-service-title {
  color: #f9eee4;
}

.goodlyy-page--marketing .goodlyy-service-cta a.goodlyy-service-cta__primary {
  background: #d8e9f7;
  border-color: #d8e9f7;
  color: #10253a;
}

.goodlyy-page--management .goodlyy-service-cta a.goodlyy-service-cta__primary {
  background: #dcebd3;
  border-color: #dcebd3;
  color: #1b2c17;
}

.goodlyy-page--project .goodlyy-service-cta a.goodlyy-service-cta__primary {
  background: #e4dcf3;
  border-color: #e4dcf3;
  color: #2a1d3a;
}

.goodlyy-page--about .goodlyy-service-cta a.goodlyy-service-cta__primary {
  background: #f1dfd2;
  border-color: #f1dfd2;
  color: #3a2418;
}

@media (max-width: 760px) {
  .goodlyy-service-shell {
    width: min(1180px, calc(100% - 30px));
  }

  .goodlyy-service-hero {
    min-height: clamp(220px, 58vw, 340px);
    margin-bottom: 20px;
  }

  .goodlyy-service-body p {
    font-size: clamp(16px, 4.6vw, 19px);
    line-height: 1.62;
  }
}

