@import url('https://fonts.googleapis.com/css2?family=Sora:wght@600;700;800&family=Inter:wght@400;500;600;700&display=swap');

/* =====================================================================
   Gadjoy — Monochrome LIGHT theme
   White background + black text. Black buttons with white text.
   Sora headings + Inter body. Loaded after the theme stylesheet.
   ===================================================================== */

:root {
  /* Theme vars (the theme reads these everywhere) → monochrome black accent */
  --primary-accent: #111111;
  --navbar-border-top: #000000;
  --button-border: #000000;
  --link-focus: #333333;
  --form-shadow: rgba(0, 0, 0, 0.18);
  --pagination-bg: #111111;
  --link-hover-bg: #111111;
  --navbar-focus: #f0f0f0;

  /* Semantic light palette */
  --bg: #ffffff;
  --bg-2: #f6f7f9;        /* alt sections / cards tint */
  --ink-band: #0f0f10;    /* black accent bands (stats / CTA / footer) */
  --fg: #1a1a1a;          /* body text */
  --fg-strong: #000000;   /* headings */
  --fg-muted: #5d6675;    /* secondary text */
  --line: #e5e8ee;
}

/* ---------- Base ---------- */
html, body { background: var(--bg); color: var(--fg); }
/* Lift the theme's small 14px base to a comfortable, consistent 16px. */
body { font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
a { color: #000; }
a:hover, a:focus { color: #555; }

/* ===================================================================
   Typography system — one consistent scale across the whole site.
   Body = Inter; headings = Sora. Sizes in rem off the 16px base.
   =================================================================== */
body,
p, li, a, span, div, input, textarea, button, select, label, blockquote, .lead,
td, th, dd, dt, figcaption {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
h1, h2, h3, h4, h5, h6,
.navbar-brand, .box-image-text h4, .panel-title, .heading h2, .num, .pnum {
  font-family: 'Sora', 'Inter', sans-serif !important;
  color: var(--fg-strong);
  letter-spacing: -0.02em;
  line-height: 1.2;
}
/* Consistent heading scale (overrides theme's px sizes everywhere) */
h1, .h1 { font-size: 2.4rem; font-weight: 800; margin: 0 0 .5em; }
h2, .h2 { font-size: 1.85rem; font-weight: 700; margin: 0 0 .55em; }
h3, .h3 { font-size: 1.45rem; font-weight: 700; margin: 1.2em 0 .5em; }
h4, .h4 { font-size: 1.2rem;  font-weight: 600; margin: 1em 0 .4em; }
h5, .h5 { font-size: 1.05rem; font-weight: 600; }
h6, .h6 { font-size: .95rem;  font-weight: 600; text-transform: uppercase; letter-spacing: .04em; }
p { margin: 0 0 1.1em; }
.lead { color: var(--fg-muted); font-weight: 400; font-size: 1.18rem; line-height: 1.6; }

/* Long-form content (blog posts, service & contact pages) — readable rhythm */
#post-content { font-size: 1.06rem; line-height: 1.8; }
#post-content p, #post-content li { font-size: 1.06rem; }
#post-content h2 { margin-top: 1.4em; }
#post-content h3, #post-content h4 { margin-top: 1.3em; }
#post-content ul, #post-content ol { margin: 0 0 1.1em 1.2em; }
#post-content li { margin-bottom: .4em; }

/* Sidebar, footer, nav, buttons — bumped off 13–14px for consistency */
.panel-body, .panel-body a, .nav-pills > li > a, .panel.sidebar-menu .panel-body { font-size: .95rem; }
.panel-title { font-size: 1.05rem; }
#footer, #footer p, #footer li, #footer a { font-size: .95rem; line-height: 1.7; }
#copyright, #copyright p, #copyright a { font-size: .9rem; }
.navbar-default .navbar-nav > li > a { font-size: 1rem; }
.btn { font-size: .98rem; }
#blog-listing-medium .post .intro, .box-image-text .intro { font-size: .98rem; line-height: 1.6; }

/* ---------- Buttons (black bg, white text / black outline) ---------- */
.btn { border-radius: 999px; font-weight: 600; letter-spacing: .01em; padding: 11px 26px;
       transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease; }
.btn-template-main,
.btn-primary {
  background: #000; border-color: #000; color: #fff; font-weight: 700;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
}
.btn-template-main:hover, .btn-template-main:focus, .btn-primary:hover {
  background: #222; border-color: #222; color: #fff;
  transform: translateY(-2px); box-shadow: 0 12px 26px rgba(0, 0, 0, .28);
}
.btn-template-transparent-primary,
.btn-outline {
  background: transparent; border: 2px solid #000; color: #000;
}
.btn-template-transparent-primary:hover { background: #000; color: #fff; }

/* ---------- Topbar (light, one line) ---------- */
#top { background: var(--bg-2); border-bottom: 1px solid var(--line); font-size: 13px; }
#top, #top p, #top a { color: var(--fg); }
#top a:hover { color: #000; }
#top .col-xs-5 { width: 75%; }   /* theme gives the text only 5/12 cols → it wraps */
#top .col-xs-7 { width: 25%; }
#top .col-xs-5 p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin: 0; }
/* Mobile: the left text column already shows phone/WhatsApp/email icons, so hide
   the right-side topbar menu to avoid duplicate Phone/Email icons. */
@media (max-width: 767px) {
  #top .col-xs-7 { display: none; }
  #top .col-xs-5 { width: 100%; }
}

/* ---------- Navbar (white) ---------- */
.navbar-default { background: #fff !important; border: none; box-shadow: 0 2px 14px rgba(0,0,0,.06); }
.navbar-default .navbar-brand { color: #000; font-weight: 800; }
/* Larger, more prominent logo (theme caps it at 42px) */
.navbar-brand { height: 110px; padding-top: 14px; padding-bottom: 14px; }
.navbar-brand img { max-height: 88px; width: auto; }
.navbar-nav > li > a { padding-top: 45px; padding-bottom: 45px; }
@media (max-width: 767px) { .navbar-brand { height: 74px; } .navbar-brand img { max-height: 56px; } }
.navbar-default .navbar-nav > li > a { color: #000; font-weight: 600; }
.navbar-default .navbar-nav > li > a:hover { background: var(--navbar-focus); color: #000; }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background: #000; color: #fff; border-top: 3px solid #000;
}

/* ---------- Section rhythm ---------- */
.bar { padding-top: 70px; padding-bottom: 70px; }
.bar.background-gray, .bar.background-pentagon { background: var(--bg-2) !important; }
.heading.text-center h2 { position: relative; display: inline-block; padding-bottom: 16px; }
.heading.text-center h2:after {
  content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%);
  width: 56px; height: 4px; border-radius: 2px; background: #000;
}
.bar .lead { font-size: 1.18rem; max-width: 720px; margin: 0 auto 8px; text-align: center; }

/* ---------- Black accent bands (stats / CTA) ---------- */
.bar.gadjoy-dark { background: var(--ink-band); }
.bar.gadjoy-dark, .bar.gadjoy-dark h1, .bar.gadjoy-dark h2, .bar.gadjoy-dark h3,
.bar.gadjoy-dark p, .bar.gadjoy-dark .lead { color: #fff; }
.gadjoy-stats { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px 0; }
.gadjoy-stats .stat { flex: 1 1 200px; text-align: center; padding: 10px 16px; }
.gadjoy-stats .num { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 2.4rem;
                     color: #fff; line-height: 1; }
.gadjoy-stats .num .suffix { color: #b9b9b9; }
.gadjoy-stats .label { margin-top: 8px; color: #c7c7c7; font-size: .95rem; letter-spacing: .02em; }

/* "Need a repair?" CTA band */
.bar.background-image-fixed-2 { background: var(--ink-band) !important; }
.bar.background-image-fixed-2 h1, .bar.background-image-fixed-2 h2, .bar.background-image-fixed-2 h3,
.bar.background-image-fixed-2 p, .bar.background-image-fixed-2 .lead { color: #fff; }
.bar.background-image-fixed-2 .icon,
.bar.background-image-fixed-2 [class*="fa-"] { color: #fff; }
.bar.background-image-fixed-2 .btn-template-main { background: #fff; border-color: #fff; color: #000; }
.bar.background-image-fixed-2 .btn-template-main:hover { background: #ddd; border-color: #ddd; color: #000; }

/* ---------- Hero ---------- */
.gadjoy-hero {
  position: relative; padding: 96px 0 88px;
  background: linear-gradient(180deg, #ffffff 0%, var(--bg-2) 100%);
  border-bottom: 1px solid var(--line);
}
.gadjoy-hero .eyebrow {
  display: inline-block; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  font-size: .78rem; color: #000; background: #fff;
  border: 1px solid var(--line); padding: 7px 14px; border-radius: 999px; margin-bottom: 22px;
}
.gadjoy-hero .eyebrow [class*="fa-"] { color: #000; }
.gadjoy-hero h1 { font-size: clamp(2.2rem, 5vw, 3.6rem); line-height: 1.05; margin: 0 0 18px; color: #000; }
.gadjoy-hero h1 .pop {
  color: #000;
  background-image: linear-gradient(#000, #000);
  background-size: 100% 5px; background-position: 0 92%; background-repeat: no-repeat;
  padding-bottom: 2px;
}
.gadjoy-hero p.sub { font-size: 1.18rem; color: var(--fg-muted); max-width: 620px; margin: 0 0 30px; }
.gadjoy-hero .cta-row .btn { margin: 6px 10px 6px 0; }
.gadjoy-hero .hero-art { border-radius: 18px; overflow: hidden; border: 1px solid var(--line);
  box-shadow: 0 30px 60px rgba(0,0,0,.18); }
.gadjoy-hero .hero-art img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gadjoy-trust { margin-top: 26px; color: var(--fg-muted); font-size: .95rem; }
.gadjoy-trust .stars { color: #000; letter-spacing: 2px; }

/* ---------- Features ---------- */
.features .feature, .box { transition: transform .2s ease, box-shadow .2s ease; }
.features .icon, .features [class*="fa-"] { color: #000; }
.features .feature:hover { transform: translateY(-4px); }

/* ---------- Testimonials / Google reviews ---------- */
.testimonials .item .testimonial {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.testimonials .item .testimonial:after { border-top-color: #fff; }
.gadjoy-google-badge {
  display: inline-flex; align-items: center; gap: 10px; margin: 4px auto 30px;
  background: #fff; border: 1px solid var(--line); border-radius: 999px; padding: 10px 22px;
  font-weight: 600; color: #000; box-shadow: 0 6px 18px rgba(0,0,0,.06);
}
.gadjoy-google-badge:hover { color: #000; box-shadow: 0 10px 24px rgba(0,0,0,.12); }
.gadjoy-google-badge .stars { color: #000; letter-spacing: 1px; }
.gadjoy-google-badge .fa-google { color: #000; }

.gadjoy-reviews { margin-top: 6px; }
.gadjoy-review {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 22px 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,.06); height: 100%; margin-bottom: 24px;
  display: flex; flex-direction: column;
}
.gadjoy-review .g-stars { color: #000; letter-spacing: 1px; margin-bottom: 10px; }
.gadjoy-review .g-text { color: var(--fg); flex: 1 1 auto; }
.gadjoy-review .g-author { display: flex; align-items: center; gap: 10px; margin-top: 14px; color: var(--fg-muted); }
.gadjoy-review .g-author img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.gadjoy-review .g-author strong { color: #000; }
.reviews-attribution { margin-top: 6px; color: var(--fg-muted); }

/* Fallback proof block */
.gadjoy-proof { margin: 10px 0 26px; }
.gadjoy-proof .proof-item { text-align: center; padding: 18px 10px; }
.gadjoy-proof .pnum { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 2.2rem; color: #000; }
.gadjoy-proof .plabel { color: var(--fg-muted); margin-top: 6px; }

/* ---------- Blog / showcase cards ---------- */
.box-image-text {
  border-radius: 16px; overflow: hidden; background: #fff;
  border: 1px solid var(--line); box-shadow: 0 8px 24px rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.box-image-text:hover { transform: translateY(-6px); box-shadow: 0 18px 40px rgba(0,0,0,.14); }
.box-image-text .content { padding: 18px 18px 22px; }
.box-image-text h4 a { color: #000; }

/* Horizontal scroller for "Real Repairs, Real Results" (latest posts) */
.gadjoy-scroller {
  display: flex; gap: 22px; overflow-x: auto; padding: 6px 4px 18px;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
  scrollbar-width: thin; scrollbar-color: #bbb transparent;
}
.gadjoy-scroller::-webkit-scrollbar { height: 8px; }
.gadjoy-scroller::-webkit-scrollbar-thumb { background: #cfcfcf; border-radius: 999px; }
.gadjoy-scroller::-webkit-scrollbar-thumb:hover { background: #000; }
.gadjoy-scroll-item { flex: 0 0 280px; scroll-snap-align: start; }
.gadjoy-scroll-item .box-image-text { height: 100%; }
.gadjoy-scroll-item .content { text-align: center; }
.gadjoy-scroll-item .content h4 { font-size: 1.05rem; min-height: 2.6em; }
.gadjoy-scroll-hint { margin-top: 16px; color: var(--fg-muted); font-size: .92rem; }
.gadjoy-scroll-hint a { font-weight: 600; }
@media (max-width: 767px) { .gadjoy-scroll-item { flex-basis: 78%; } }

/* Review cards are text-heavy → wider scroll items, equal height */
.gadjoy-scroller.gadjoy-reviews { margin-top: 18px; }
.gadjoy-scroll-item.review { flex: 0 0 340px; }
.gadjoy-scroll-item.review .gadjoy-review { height: 100%; margin-bottom: 0; }
@media (max-width: 767px) { .gadjoy-scroll-item.review { flex-basis: 84%; } }

/* Scroll-reveal (own observer in custom_headers.html; visible if JS/observer absent) */
.gj-reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
.gj-reveal.in { opacity: 1; transform: none; }
.no-js .gj-reveal, .gj-reveal.no-observer { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .gj-reveal { opacity: 1 !important; transform: none !important; transition: none; } }

/* ============ Interactive service page (We Repair) ============ */
.svc-hero { padding: 72px 0 60px; }
.svc-hero .cta-row { margin-top: 26px; }
.svc-hero .cta-row .btn { margin: 6px 10px 6px 0; }

/* Device tiles */
.svc-devices {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 22px; margin-top: 30px;
}
.svc-card {
  background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 30px 24px;
  text-align: center; box-shadow: 0 8px 24px rgba(0,0,0,.05);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.svc-card:hover { transform: translateY(-8px); border-color: #000; box-shadow: 0 20px 44px rgba(0,0,0,.14); }
.svc-card-icon {
  width: 70px; height: 70px; margin: 0 auto 18px; border-radius: 50%;
  background: var(--ink-band); color: #fff; display: flex; align-items: center;
  justify-content: center; font-size: 1.7rem; transition: transform .25s ease;
}
.svc-card:hover .svc-card-icon { transform: scale(1.1) rotate(-6deg); }
.svc-card h4 { margin: 0 0 10px; }
.svc-card p { color: var(--fg-muted); font-size: .96rem; margin: 0; }

/* Step timeline */
.svc-steps {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 22px; margin-top: 34px; position: relative;
}
.svc-step {
  background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 28px 22px 24px;
  text-align: center; position: relative; transition: transform .2s ease, box-shadow .2s ease;
}
.svc-step:hover { transform: translateY(-6px); box-shadow: 0 16px 36px rgba(0,0,0,.12); }
.svc-step-num {
  width: 54px; height: 54px; margin: 0 auto 16px; border-radius: 50%;
  background: #000; color: #fff; font-family: 'Sora', sans-serif; font-weight: 800;
  font-size: 1.4rem; display: flex; align-items: center; justify-content: center;
}
.svc-step h4 { margin: 0 0 8px; }
.svc-step p { color: var(--fg-muted); font-size: .95rem; margin: 0; }

/* Reason cards */
.svc-reasons {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px; margin-top: 30px;
}
.svc-reason {
  display: flex; gap: 16px; align-items: flex-start; background: var(--bg-2);
  border: 1px solid var(--line); border-radius: 16px; padding: 22px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.svc-reason:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(0,0,0,.1); }
.svc-reason-icon {
  flex: 0 0 auto; width: 50px; height: 50px; border-radius: 12px; background: #000; color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 1.25rem;
}
.svc-reason h4 { margin: 0 0 4px; }
.svc-reason p { color: var(--fg-muted); margin: 0; font-size: .96rem; }

/* ============ Contact page ============ */
.gj-contact { margin-top: 26px; }
.gj-contact .heading h2 { margin-top: 0; }
.gj-contact .form-group { margin-bottom: 16px; }
.gj-contact label { font-weight: 600; margin-bottom: 6px; display: inline-block; }
.gj-contact textarea.form-control { min-height: 130px; }
.gj-contact-card {
  display: flex; gap: 16px; align-items: flex-start; background: var(--bg-2);
  border: 1px solid var(--line); border-radius: 16px; padding: 20px; margin-bottom: 16px;
  transition: transform .2s ease, box-shadow .2s ease;
}
.gj-contact-card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(0,0,0,.1); }
.gj-contact-card .ic {
  flex: 0 0 auto; width: 48px; height: 48px; border-radius: 12px; background: #000; color: #fff;
  display: flex; align-items: center; justify-content: center; font-size: 1.2rem;
}
.gj-contact-card h4 { margin: 0 0 6px; }
.gj-contact-card p { margin: 0 0 6px; color: var(--fg); }
.gj-contact-card .gj-link { font-weight: 600; }
.gj-form-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 4px; }
.gj-form-actions .btn { margin: 0; }
.gj-form-note { margin-top: 12px; font-size: .9rem; }
.gj-map { line-height: 0; border-top: 1px solid var(--line); }
.gj-map iframe { display: block; filter: grayscale(1) contrast(1.05); }

/* ============ Gallery — before/after wall + lightbox ============ */
.gadjoy-gallery-intro { max-width: 760px; margin: 36px auto 6px; }
.gadjoy-gallery-intro h2 { margin-top: 0; }
.gj-wall { column-count: 4; column-gap: 12px; margin: 26px 0 8px; }
.gj-wall-item {
  display: block; width: 100%; padding: 0; border: 1px solid var(--line); background: var(--bg-2);
  border-radius: 12px; overflow: hidden; margin: 0 0 12px; cursor: zoom-in;
  break-inside: avoid; -webkit-column-break-inside: avoid;
}
.gj-wall-item img { width: 100%; height: auto; display: block; transition: transform .35s ease, opacity .2s ease; }
.gj-wall-item:hover img { transform: scale(1.05); opacity: .92; }
.gadjoy-gallery-more { margin-top: 30px; }
@media (max-width: 991px) { .gj-wall { column-count: 3; } }
@media (max-width: 767px) { .gj-wall { column-count: 2; } }
@media (max-width: 420px) { .gj-wall { column-count: 1; } }

/* Lightbox */
.gj-lightbox {
  position: fixed; inset: 0; z-index: 2000; display: none;
  align-items: center; justify-content: center; background: rgba(0,0,0,.92);
}
.gj-lightbox.open { display: flex; }
.gj-lightbox .gj-lb-img { max-width: 90vw; max-height: 86vh; border-radius: 6px; box-shadow: 0 20px 60px rgba(0,0,0,.6); }
.gj-lb-close, .gj-lb-nav {
  position: absolute; background: rgba(255,255,255,.12); color: #fff; border: none;
  cursor: pointer; border-radius: 50%; width: 50px; height: 50px; font-size: 1.8rem; line-height: 1;
  transition: background .15s ease;
}
.gj-lb-close:hover, .gj-lb-nav:hover { background: rgba(255,255,255,.28); }
.gj-lb-close { top: 20px; right: 20px; font-size: 2rem; }
.gj-lb-nav { top: 50%; transform: translateY(-50%); }
.gj-lb-prev { left: 18px; } .gj-lb-next { right: 18px; }
@media (max-width: 575px) { .gj-lb-nav { width: 42px; height: 42px; } }

/* Uniform thumbnail grid for homepage "Recent Repairs" + blog list cards */
.box-image-text.blog .top .image,
#blog-listing-medium .post .image,
#blog-listing-big .post .image { height: 210px; overflow: hidden; border-radius: 12px; }
.box-image-text.blog .top .image img,
#blog-listing-medium .post .image img,
#blog-listing-big .post .image img { width: 100%; height: 100%; object-fit: cover;
  transition: transform .4s ease; }
.box-image-text.blog:hover .top .image img { transform: scale(1.05); }

/* Plain-text card summary clamp */
.box-image-text.blog .content .intro,
#blog-listing-medium .post .intro,
#blog-listing-big .post .intro {
  display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
  color: var(--fg-muted);
}

/* ---------- Footer (black) ---------- */
#footer { background: var(--ink-band); }
#footer, #footer p, #footer a, #footer li { color: #d8d8d8; }
#footer h4 { color: #fff; }
#footer a:hover { color: #fff; }
/* Contact button was black-on-black — outline it in white so it stands out */
#footer .btn-template-main {
  background: transparent; border: 2px solid #fff; color: #fff;
}
#footer .btn-template-main:hover { background: #fff; border-color: #fff; color: #000; }
/* Bottom credit/copyright strip — lift contrast for legibility */
#copyright { background: #000; border-top: 1px solid var(--line); }
#copyright, #copyright p, #copyright a { color: #d0d0d0; }
#copyright a { text-decoration: underline; }
#copyright a:hover { color: #fff; }

/* ---------- Floating contact buttons ---------- */
.gadjoy-fab { position: fixed; right: 18px; bottom: 18px; z-index: 1050;
              display: flex; flex-direction: column; gap: 12px; }
.gadjoy-fab a { width: 54px; height: 54px; border-radius: 50%; display: flex;
  align-items: center; justify-content: center; font-size: 1.4rem;
  box-shadow: 0 10px 24px rgba(0,0,0,.22); transition: transform .15s ease; }
.gadjoy-fab a:hover { transform: scale(1.08); }
.gadjoy-fab .wa { background: #25D366; color: #fff; }            /* WhatsApp green kept for recognition */
.gadjoy-fab .call { background: #000; color: #fff; border: 2px solid #fff; }  /* white ring so it shows on dark bands/footer */

/* ---------- Motion ---------- */
[data-animate] { will-change: transform, opacity; }
@keyframes gadjoyUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
.gadjoy-hero .eyebrow,
.gadjoy-hero h1,
.gadjoy-hero .sub,
.gadjoy-hero .cta-row,
.gadjoy-hero .gadjoy-trust,
.gadjoy-hero .hero-art,
.gadjoy-stats .stat { opacity: 0; animation: gadjoyUp .7s ease forwards; }
.gadjoy-hero h1 { animation-delay: .08s; }
.gadjoy-hero .sub { animation-delay: .16s; }
.gadjoy-hero .cta-row { animation-delay: .24s; }
.gadjoy-hero .gadjoy-trust { animation-delay: .32s; }
.gadjoy-hero .hero-art { animation-delay: .2s; }
.gadjoy-stats .stat:nth-child(2) { animation-delay: .1s; }
.gadjoy-stats .stat:nth-child(3) { animation-delay: .2s; }
.gadjoy-stats .stat:nth-child(4) { animation-delay: .3s; }
@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
  .box-image-text:hover, .btn:hover { transform: none !important; }
  .gadjoy-hero .eyebrow, .gadjoy-hero h1, .gadjoy-hero .sub, .gadjoy-hero .cta-row,
  .gadjoy-hero .gadjoy-trust, .gadjoy-hero .hero-art, .gadjoy-stats .stat { opacity: 1 !important; }
}

@media (max-width: 767px) {
  .gadjoy-hero { padding: 64px 0 56px; text-align: center; }
  .gadjoy-hero .cta-row .btn { display: block; width: 100%; margin: 8px 0; }
  .gadjoy-stats .num { font-size: 2rem; }
}
