/* ============================================================
   GOOGLE ADS — page styles
   ============================================================ */


/* ── Shared wide wrapper (matches soc-growth inner) ── */
.ga-wide {
  width: 1372px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
}

/* ── Shared heading helpers ── */
.ga-h2 { margin: 0; font-weight: 400; line-height: 1.05; }
.ga-h2-mont {
  font-family: var(--font-mont);
  font-size: var(--fs-h2-mont);
  font-weight: 400;
  letter-spacing: -0.07em;
  color: #ffffff;
}
.ga-h2-dutch {
  font-family: var(--font-dutch);
  font-size: var(--fs-h2-dutch);
  font-style: italic;
  font-weight: 400;
  letter-spacing: var(--ls-default);
  color: #ffffff;
}
.ga-h2--dark .ga-h2-mont,
.ga-h2--dark .ga-h2-dutch { color: #111111; }

/* ── Section head ── */
.ga-section__head {
  text-align: center;
  margin-bottom: 64px;
}
.ga-section__sub {
  font-family: var(--font-mont);
  font-size: var(--fs-p);
  font-weight: var(--fw-regular);
  color: rgba(255,255,255,0.35);
  line-height: var(--lh-p);
  letter-spacing: var(--ls-default);
  max-width: 520px;
  margin: 18px auto 0;
}
.ga-section__sub--dark { color: rgba(0,0,0,0.45); }
.ga-section__head--light .ga-h2-mont,
.ga-section__head--light .ga-h2-dutch { color: #111111; }


/* ============================================================
   HERO
   ============================================================ */

.ga-hero {
  background: #fafafa url('/images/heroRnd5.png') center center / cover no-repeat;
  background-image: image-set(
    url('/images/heroRnd5.webp') type('image/webp'),
    url('/images/heroRnd5.png') type('image/png')
  );
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 900px;
}

.ga-hero .site-header { position: relative; }

/* Nav — same as cijene */
.ga-hero .nav__link,
.ga-hero .nav__brand { color: #111111; }
.ga-hero .nav__link::after { background: #111111; }
.ga-hero .nav__cta { background: #d9ceea; color: #111111; }
.ga-hero .dropdown-icon { filter: brightness(0); }

.ga-hero__inner {
  padding-top: 150px;
}

.ga-hero__grid {
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 80px;
  align-items: center;
}

/* Copy */
.ga-hero__eyebrow {
  font-family: var(--font-mont);
  font-size: 11px;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.35);
  margin-bottom: 24px;
  display: block;
}

.ga-hero__h1 {
  margin: 0 0 32px;
  line-height: 1.02;
}

.ga-h1-line { display: block; line-height: 64px; }

.ga-h1-mont {
  font-family: var(--font-mont);
  font-size: var(--fs-h1-mont);
  font-weight: var(--fw-regular);
  letter-spacing: var(--ls-default);
  color: #111111;
  display: inline;
}

.ga-h1-dutch {
  font-family: var(--font-dutch);
  font-size: var(--fs-h1-dutch);
  font-style: italic;
  font-weight: 400;
  letter-spacing: var(--ls-default);
  color: #111111;
  display: inline;
}

.ga-hero__sub {
  font-family: var(--font-mont);
  font-size: var(--fs-p);
  font-weight: var(--fw-regular);
  color: #111111;
  line-height: var(--lh-p);
  letter-spacing: var(--ls-default);
  max-width: 500px;
  margin: 0 0 44px;
}

.ga-hero__buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Buttons */
.ga-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mont);
  font-size: var(--fs-nav);
  font-weight: var(--fw-medium);
  letter-spacing: var(--ls-default);
  padding: 13px 24px;
  border-radius: 6px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.2;
}

.ga-btn--dark {
  background: #111111;
  color: #ffffff;
}

.ga-btn--dark .btn-track { position: relative; display: block; height: 1.2em; overflow: hidden; }
.ga-btn--dark .btn-track__inner { display: block; transition: transform 0.4s cubic-bezier(0.7,0,0.2,1); }
.ga-btn--dark .btn-track__inner > span { display: block; height: 1.2em; line-height: 1.2; }
.ga-btn--dark:hover .btn-track__inner { transform: translateY(-1.2em); }

.ga-btn--ghost {
  background: transparent;
  color: rgba(0,0,0,0.5);
  padding: 13px 4px;
}
.ga-btn--ghost:hover { color: #111111; }

/* SERP widget */
.ga-serp {
  background: #ffffff;
  border-radius: 16px;
  padding: 22px 22px 18px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 24px 80px -20px rgba(0,0,0,0.14), 0 2px 8px rgba(0,0,0,0.04);
}

.ga-serp__bar {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 16px;
}

.ga-serp__logo {
  font-family: 'Arial', sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #4285f4;
  flex-shrink: 0;
}

.ga-serp__search {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  background: #f1f3f4;
  border-radius: 999px;
  font-family: 'Arial', sans-serif;
  font-size: 13px;
  color: #202124;
}

.ga-serp__result {
  padding: 12px 14px;
  border-radius: 10px;
  margin-bottom: 8px;
}

.ga-serp__result--ad {
  background: linear-gradient(135deg, #f5f3ff 0%, #ede8f8 100%);
  border: 1px solid #d9ceea;
}

.ga-serp__ad-badge {
  display: inline-block;
  background: #111111;
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  font-size: 10px;
  font-weight: 700;
  padding: 1px 5px;
  border-radius: 3px;
  margin-right: 6px;
}

.ga-serp__result-url {
  font-family: 'Arial', sans-serif;
  font-size: 11px;
  color: #5f6368;
  margin-bottom: 4px;
}

.ga-serp__result-title {
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #111111;
  line-height: 1.3;
  margin-bottom: 4px;
}

.ga-serp__result-title--org {
  color: #1a0dab;
  font-weight: 400;
}

.ga-serp__result-desc {
  font-family: 'Arial', sans-serif;
  font-size: 12.5px;
  color: #4d5156;
  line-height: 1.4;
}

.ga-serp__result-price {
  font-family: 'Arial', sans-serif;
  font-size: 12.5px;
  font-weight: 600;
  color: #111111;
  margin-top: 6px;
}

.ga-serp__cta-note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mont);
  font-size: 11px;
  font-weight: var(--fw-medium);
  color: rgba(0,0,0,0.35);
  letter-spacing: 0.02em;
  padding-top: 14px;
  border-top: 1px solid #eeeeee;
  margin-top: 6px;
}

.ga-serp__cta-note svg { flex-shrink: 0; color: #2bbf6a; }


/* ============================================================
   SECTION 2 — Tri trenutka
   ============================================================ */

.section-ga-moments {
  background: #f5f5f5;
  padding: 100px 0 110px;
}

.ga-moments__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.ga-moment {
  background: #ffffff;
  padding: 40px 32px 48px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  border-radius: 12px;
}

.ga-moment__num {
  font-family: var(--font-mont);
  font-size: 11px;
  font-weight: var(--fw-medium);
  letter-spacing: 0.08em;
  color: rgba(0,0,0,0.25);
}

.ga-moment__tag {
  display: inline-block;
  font-family: var(--font-mont);
  font-size: 11px;
  font-weight: var(--fw-medium);
  letter-spacing: 0.04em;
  color: #111111;
  background: transparent;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 999px;
  padding: 4px 12px;
  width: fit-content;
  margin-bottom: 20px;
}

.ga-moment__title {
  font-family: var(--font-mont);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #111111;
  line-height: 1.2;
  margin: 0;
}

.ga-moment__desc {
  font-family: var(--font-mont);
  font-size: 13px;
  font-weight: var(--fw-regular);
  color: rgba(0,0,0,0.45);
  line-height: 1.7;
  letter-spacing: var(--ls-default);
  margin: 16px 0 0;
}


/* ============================================================
   SECTION 3 — Pet kampanja
   ============================================================ */

.section-ga-campaigns {
  background: #ffffff;
  padding: 100px 0 110px;
}

.ga-campaigns__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: rgba(0,0,0,0.07);
  border: 1px solid rgba(0,0,0,0.07);
  border-radius: 12px;
  overflow: hidden;
}

.ga-camp {
  background: #ffffff;
  padding: 32px 26px 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.ga-camp__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.ga-camp__num {
  font-family: var(--font-mont);
  font-size: 11px;
  font-weight: var(--fw-medium);
  letter-spacing: 0.06em;
  color: rgba(0,0,0,0.3);
}

.ga-camp__badge {
  display: inline-block;
  font-family: var(--font-mont);
  font-size: 10px;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #111111;
  background: #f0eee9;
  border-radius: 999px;
  padding: 3px 9px;
}

.ga-camp__badge--alt {
  background: #dff5e8;
  color: #1a7a42;
}

.ga-camp__title {
  font-family: var(--font-mont);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #111111;
  line-height: 1.2;
  margin: 0;
}

.ga-camp__desc {
  font-family: var(--font-mont);
  font-size: 12.5px;
  font-weight: var(--fw-regular);
  color: rgba(0,0,0,0.45);
  line-height: 1.65;
  letter-spacing: var(--ls-default);
  margin: 0;
  flex: 1;
}

.ga-camp__tags {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: auto;
}

.ga-camp__tag {
  font-family: var(--font-mont);
  font-size: 11px;
  font-weight: var(--fw-medium);
  letter-spacing: var(--ls-default);
  color: rgba(0,0,0,0.35);
}


/* ============================================================
   SECTION 4 — Proces
   ============================================================ */

.section-ga-process {
  background: #f5f5f5;
  padding: 100px 0 110px;
}

.ga-process__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.ga-proc {
  background: #ffffff;
  padding: 36px 28px 44px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 12px;
}

.ga-proc__num {
  width: 36px;
  height: 36px;
  background: rgba(0,0,0,0.06);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mont);
  font-size: 13px;
  font-weight: var(--fw-medium);
  color: #111111;
  flex-shrink: 0;
}

.ga-proc__title {
  font-family: var(--font-mont);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #111111;
  line-height: 1.2;
  margin: 0;
}

.ga-proc__desc {
  font-family: var(--font-mont);
  font-size: 13px;
  font-weight: var(--fw-regular);
  color: rgba(0,0,0,0.45);
  line-height: 1.7;
  letter-spacing: var(--ls-default);
  margin: 0;
}


/* ============================================================
   SECTION 5 — Pricing
   ============================================================ */

.section-ga-pricing {
  background: #ffffff;
  padding: 100px 0 110px;
}

.ga-pricing__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 56px;
}

.ga-pricing__head {
  text-align: center;
  max-width: 620px;
}

.ga-pricing__eyebrow {
  font-family: var(--font-mont);
  font-size: 11px;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.35);
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.ga-pricing__eyebrow::before {
  content: '';
  width: 28px;
  height: 1px;
  background: currentColor;
  flex-shrink: 0;
}

.ga-pricing__heading {
  margin: 0 0 24px;
  line-height: 1.05;
  white-space: nowrap;
}

.ga-pricing__heading .ga-h2-mont,
.ga-pricing__heading .ga-h2-dutch { color: #111111; }

.ga-pricing__desc {
  font-family: var(--font-mont);
  font-size: 15px;
  font-weight: var(--fw-regular);
  color: rgba(0,0,0,0.45);
  line-height: 1.7;
  letter-spacing: var(--ls-default);
  margin: 0;
}

.ga-pricing__cards {
  display: flex;
  flex-direction: row;
  gap: 14px;
  width: 100%;
}

.ga-pricing__card {
  border-radius: 14px;
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ga-pricing__card--free {
  background: #f5f5f5;
}

.ga-pricing__card--paid {
  background: #111111;
}

.ga-pricing__card-label {
  font-family: var(--font-mont);
  font-size: 11px;
  font-weight: var(--fw-semibold);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(0,0,0,0.35);
}

.ga-pricing__card--paid .ga-pricing__card-label { color: rgba(255,255,255,0.3); }

.ga-pricing__card-value {
  font-family: var(--font-mont);
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #111111;
  line-height: 1.1;
}

.ga-pricing__card-value em {
  font-family: var(--font-dutch);
  font-style: italic;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: var(--ls-default);
}

.ga-pricing__card--paid .ga-pricing__card-value { color: #ffffff; }

.ga-pricing__card-desc {
  font-family: var(--font-mont);
  font-size: 13px;
  font-weight: var(--fw-regular);
  color: rgba(0,0,0,0.45);
  line-height: 1.65;
  letter-spacing: var(--ls-default);
  margin: 4px 0 8px;
}

.ga-pricing__card--paid .ga-pricing__card-desc { color: rgba(255,255,255,0.4); }

.ga-pricing__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-mont);
  font-size: var(--fs-nav);
  font-weight: var(--fw-medium);
  letter-spacing: var(--ls-default);
  padding: 12px 24px;
  border-radius: 6px;
  background: #111111;
  color: #ffffff;
  text-decoration: none;
  overflow: hidden;
  width: fit-content;
}

.ga-pricing__cta .btn-track { position: relative; display: block; height: 1.2em; overflow: hidden; }
.ga-pricing__cta .btn-track__inner { display: block; transition: transform 0.4s cubic-bezier(0.7,0,0.2,1); }
.ga-pricing__cta .btn-track__inner > span { display: block; height: 1.2em; line-height: 1.2; }
.ga-pricing__cta:hover .btn-track__inner { transform: translateY(-1.2em); }

.ga-pricing__cta--outline {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255,255,255,0.2);
}

.ga-pricing__cta--outline:hover { border-color: rgba(255,255,255,0.5); }


/* ============================================================
   SCROLL ANIMATIONS
   ============================================================ */

.section-ga-moments.will-animate .ga-section__head,
.section-ga-moments.will-animate .ga-moment,
.section-ga-campaigns.will-animate .ga-section__head,
.section-ga-campaigns.will-animate .ga-camp,
.section-ga-process.will-animate .ga-section__head,
.section-ga-process.will-animate .ga-proc,
.section-ga-pricing.will-animate .ga-pricing__inner {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 1.1s ease-out, transform 1.1s ease-out;
}

.section-ga-moments.anim-visible .ga-section__head,
.section-ga-campaigns.anim-visible .ga-section__head,
.section-ga-process.anim-visible .ga-section__head,
.section-ga-pricing.anim-visible .ga-pricing__inner { opacity: 1; transform: translateY(0); }

.section-ga-moments.anim-visible .ga-moment:nth-child(1) { opacity: 1; transform: translateY(0); transition-delay: 0.04s; }
.section-ga-moments.anim-visible .ga-moment:nth-child(2) { opacity: 1; transform: translateY(0); transition-delay: 0.09s; }
.section-ga-moments.anim-visible .ga-moment:nth-child(3) { opacity: 1; transform: translateY(0); transition-delay: 0.14s; }

.section-ga-campaigns.anim-visible .ga-camp:nth-child(1) { opacity: 1; transform: translateY(0); transition-delay: 0.04s; }
.section-ga-campaigns.anim-visible .ga-camp:nth-child(2) { opacity: 1; transform: translateY(0); transition-delay: 0.08s; }
.section-ga-campaigns.anim-visible .ga-camp:nth-child(3) { opacity: 1; transform: translateY(0); transition-delay: 0.12s; }
.section-ga-campaigns.anim-visible .ga-camp:nth-child(4) { opacity: 1; transform: translateY(0); transition-delay: 0.16s; }
.section-ga-campaigns.anim-visible .ga-camp:nth-child(5) { opacity: 1; transform: translateY(0); transition-delay: 0.20s; }

.section-ga-process.anim-visible .ga-proc:nth-child(1) { opacity: 1; transform: translateY(0); transition-delay: 0.04s; }
.section-ga-process.anim-visible .ga-proc:nth-child(2) { opacity: 1; transform: translateY(0); transition-delay: 0.09s; }
.section-ga-process.anim-visible .ga-proc:nth-child(3) { opacity: 1; transform: translateY(0); transition-delay: 0.14s; }
.section-ga-process.anim-visible .ga-proc:nth-child(4) { opacity: 1; transform: translateY(0); transition-delay: 0.19s; }
