/* ═══════════════════════════════════════════
   PROF BUT — style.css
   profbut.com.ua | 075 175 50 50
═══════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Manrope:wght@300;400;500;600;700&family=Cormorant+Garamond:ital,wght@0,600;0,700;1,600;1,700&display=swap');

/* ─── RESET & VARIABLES ─────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; -webkit-font-smoothing: antialiased; }
body { font-family: 'Manrope', system-ui, sans-serif; background: #f5f2ea; color: #1a1a10; overflow-x: hidden; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }

:root {
  --g:    #3d5020;
  --g2:   #56701e;
  --g3:   #7a9a30;
  --gl:   #aec460;
  --c:    #ede0bb;
  --c2:   #d6c48a;
  --c3:   #b8a060;
  --cream:#f5f2ea;
  --ink:  #1a1a10;
  --ink6: rgba(26,26,16,.6);
  --ink3: rgba(26,26,16,.3);
  --ink1: rgba(26,26,16,.08);
  --white:#ffffff;
}

/* ─── TYPOGRAPHY ────────────────────────── */
.tag {
  font-size: .7rem; font-weight: 600; letter-spacing: .22em;
  text-transform: uppercase; color: var(--g3);
  display: flex; align-items: center; gap: 10px; margin-bottom: 16px;
}
.tag::before { content: ''; width: 28px; height: 2px; background: var(--g3); flex-shrink: 0; }
.tag.light { color: var(--gl); }
.tag.light::before { background: var(--gl); }

h2.title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 700; line-height: 1.1;
  letter-spacing: -.02em; color: var(--ink);
}
h2.title em { font-style: italic; color: var(--g2); }
h2.title.light { color: var(--white); }
h2.title.light em { color: var(--gl); }

.lead { font-size: .95rem; font-weight: 300; color: var(--ink6); line-height: 1.85; }

/* ─── BUTTONS ───────────────────────────── */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 15px 30px; border-radius: 3px;
  font-family: 'Manrope', sans-serif; font-size: .8rem;
  font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  transition: all .22s; cursor: pointer; border: none; white-space: nowrap;
}
.btn-olive  { background: var(--g); color: #fff; }
.btn-olive:hover  { background: var(--g2); transform: translateY(-2px); box-shadow: 0 12px 36px rgba(61,80,32,.4); }
.btn-outline { background: transparent; color: rgba(255,255,255,.8); border: 1.5px solid rgba(255,255,255,.28); }
.btn-outline:hover { border-color: rgba(255,255,255,.7); color: #fff; }
.btn-champ  { background: var(--c); color: var(--g); }
.btn-champ:hover  { background: #fff; transform: translateY(-2px); }

/* ─── NAV ───────────────────────────────── */
#nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  padding: 22px 5%; display: flex; align-items: center;
  justify-content: space-between; gap: 20px; transition: all .35s;
}
#nav.s {
  background: rgba(26,26,16,.92); backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px); padding: 14px 5%;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nav-logo { font-family: 'Bebas Neue', sans-serif; font-size: 1.9rem; letter-spacing: .1em; color: #fff; line-height: 1; }
.nav-logo span { color: var(--gl); }
.nav-links { display: flex; gap: 26px; }
.nav-links a { font-size: .74rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.5); transition: color .2s; }
.nav-links a:hover { color: var(--gl); }
.nav-cta { font-size: .8rem; font-weight: 600; color: #fff; background: var(--g); padding: 11px 22px; border-radius: 3px; letter-spacing: .06em; transition: all .2s; }
.nav-cta:hover { background: var(--g2); }

/* ─── HERO ──────────────────────────────── */
.hero { position: relative; min-height: 100vh; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0;
  background: url('../images/hero-bg.jpg') center 40% / cover no-repeat;
}
.hero-bg::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(160deg,
    rgba(10,12,6,.35) 0%,
    rgba(10,12,6,.65) 40%,
    rgba(10,12,6,.96) 100%
  );
}

.hero-bottom {
  position: relative; z-index: 2;
  padding: 0 5% 72px;
  display: grid; grid-template-columns: 1fr 360px;
  align-items: flex-end; gap: 48px;
  max-width: 1380px; margin: 0 auto; width: 100%;
}

/* ── FIX: Hero kicker — читабельний ────── */
.hero-kicker {
  font-size: .72rem; font-weight: 700; letter-spacing: .22em;
  text-transform: uppercase;
  /* Яскравий колір + текстова тінь для читабельності */
  color: #d4e890;
  text-shadow: 0 1px 12px rgba(0,0,0,.8);
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 22px;
  opacity: 0; animation: up .7s .15s ease forwards;
}
.hero-kicker::before { content: ''; width: 36px; height: 1.5px; background: #d4e890; }

/* ── FIX: Hero H1 — великий + читабельний */
.hero-h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(4.5rem, 10vw, 10rem);
  line-height: .92; color: #fff; letter-spacing: .02em;
  /* Посилена тінь для читабельності на фото */
  text-shadow: 0 2px 24px rgba(0,0,0,.7), 0 4px 64px rgba(0,0,0,.5);
  margin-bottom: 28px;
  opacity: 0; animation: up .9s .3s ease forwards;
}
.hero-h1 .ac { display: block; color: #c8e060; text-shadow: 0 2px 24px rgba(0,0,0,.6); }

/* ── FIX: Hero desc — читабельний ───────── */
.hero-desc {
  font-size: 1.05rem; font-weight: 400;
  /* Білий з посиленою тінню */
  color: rgba(255,255,255,.92);
  text-shadow: 0 1px 16px rgba(0,0,0,.9);
  line-height: 1.85; max-width: 540px; margin-bottom: 40px;
  opacity: 0; animation: up .8s .45s ease forwards;
}

.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; opacity: 0; animation: up .8s .6s ease forwards; }

/* Side float card */
.hero-card {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  backdrop-filter: blur(22px); -webkit-backdrop-filter: blur(22px);
  border-radius: 14px; padding: 30px 28px;
  opacity: 0; animation: up .9s .75s ease forwards;
}
.hero-card-item { text-align: center; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.09); }
.hero-card-item:last-child { border-bottom: none; padding-bottom: 0; }
.hero-card-item:first-child { padding-top: 0; }
.hero-card-num { font-family: 'Bebas Neue', sans-serif; font-size: 3.2rem; line-height: 1; color: var(--c); letter-spacing: .02em; }
.hero-card-label { font-size: .66rem; color: rgba(255,255,255,.38); letter-spacing: .14em; text-transform: uppercase; margin-top: 4px; }

/* Scroll cue */
.scroll-cue {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  z-index: 3; display: flex; flex-direction: column; align-items: center;
  gap: 7px; color: rgba(255,255,255,.28); font-size: .6rem; letter-spacing: .18em;
  text-transform: uppercase; opacity: 0; animation: fadeIn 1s 1.4s ease forwards;
}
.scroll-line { width: 1px; height: 46px; background: rgba(255,255,255,.15); overflow: hidden; position: relative; }
.scroll-line i { position: absolute; top: -100%; left: 0; width: 100%; height: 100%; background: var(--gl); animation: scrollDown 1.8s 1.8s ease-in-out infinite; }

/* ─── MARQUEE ───────────────────────────── */
.marquee { background: var(--g); padding: 13px 0; overflow: hidden; }
.mtrack { display: flex; width: max-content; animation: marq 28s linear infinite; }
.mitem { font-family: 'Bebas Neue', sans-serif; font-size: 1rem; letter-spacing: .16em; color: rgba(255,255,255,.45); padding: 0 28px; white-space: nowrap; display: flex; align-items: center; gap: 28px; }
.mitem strong { color: var(--gl); }
.msep { width: 5px; height: 5px; border-radius: 50%; background: var(--g2); display: inline-block; }

/* ─── USP TRIGGERS ──────────────────────── */
.usp { background: var(--ink); padding: 80px 5%; }
.usp-inner { max-width: 1280px; margin: 0 auto; }
.usp-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; border: 1px solid rgba(255,255,255,.06); border-radius: 10px; overflow: hidden; margin-top: 44px; background: rgba(255,255,255,.05); }
.usp-item { background: var(--ink); padding: 36px 28px; border-right: 1px solid rgba(255,255,255,.06); transition: background .28s; }
.usp-item:last-child { border-right: none; }
.usp-item:hover { background: rgba(255,255,255,.03); }
.usp-bar { width: 36px; height: 2px; background: var(--g2); margin-bottom: 20px; transition: width .28s, background .28s; }
.usp-item:hover .usp-bar { width: 52px; background: var(--gl); }
.usp-item h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.15rem; font-weight: 700; color: #fff; margin-bottom: 10px; line-height: 1.3; }
.usp-item p { font-size: .8rem; color: rgba(255,255,255,.38); line-height: 1.75; font-weight: 300; }

/* ─── ABOUT ─────────────────────────────── */
.about { display: grid; grid-template-columns: 1fr 1fr; min-height: 640px; }
.about-img { position: relative; overflow: hidden; background: var(--g); }
.about-img img { width: 100%; height: 100%; object-fit: cover; opacity: .72; filter: saturate(.8); transition: transform 1.2s ease, opacity .4s; }
.about-img:hover img { transform: scale(1.04); opacity: .82; }
.about-img-badge { position: absolute; top: 36px; right: 36px; background: var(--c); border-radius: 10px; padding: 22px 26px; text-align: center; }
.about-img-badge .n { font-family: 'Bebas Neue', sans-serif; font-size: 3.2rem; color: var(--g); line-height: 1; display: block; }
.about-img-badge .l { font-size: .62rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--g2); margin-top: 4px; display: block; }
.about-text { background: var(--cream); padding: 72px 7%; display: flex; flex-direction: column; justify-content: center; }
.about-text h2.title { margin-bottom: 20px; }
.about-text .lead { margin-bottom: 28px; }
.tech-callout { background: var(--g); border-radius: 8px; padding: 18px 22px; display: flex; gap: 14px; align-items: flex-start; margin-bottom: 36px; }
.tech-callout-line { width: 3px; border-radius: 2px; background: var(--gl); flex-shrink: 0; align-self: stretch; }
.tech-callout p { font-size: .84rem; color: rgba(255,255,255,.75); line-height: 1.65; }
.tech-callout strong { color: var(--gl); }
.about-nums { display: flex; gap: 0; }
.anum { flex: 1; padding-right: 24px; border-right: 1px solid var(--ink1); margin-right: 24px; }
.anum:last-child { border-right: none; margin-right: 0; padding-right: 0; }
.anum .n { font-family: 'Bebas Neue', sans-serif; font-size: 2.8rem; color: var(--g); line-height: 1; display: block; }
.anum .l { font-size: .7rem; color: var(--ink6); letter-spacing: .06em; margin-top: 3px; }

/* ─── SERVICES ──────────────────────────── */
.srv { background: #fff; padding: 90px 5%; }
.srv-inner { max-width: 1280px; margin: 0 auto; }
.srv-top { display: grid; grid-template-columns: 1fr 1fr; align-items: flex-end; gap: 40px; margin-bottom: 56px; }
.srv-top-right { display: flex; flex-direction: column; align-items: flex-end; gap: 16px; }
.srv-top-right p { font-size: .84rem; color: var(--ink6); line-height: 1.75; text-align: right; max-width: 300px; }
.srv-hero { position: relative; border-radius: 14px; overflow: hidden; height: 440px; margin-bottom: 20px; }
.srv-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.85); transition: transform 1s ease, filter .5s; }
.srv-hero:hover img { transform: scale(1.05); filter: saturate(1.05); }
.srv-hero-fade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(26,26,16,.88) 0%, rgba(26,26,16,.1) 55%, transparent 100%); }
.srv-hero-body { position: relative; z-index: 2; padding: 40px; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; }
.srv-hero-tag { font-size: .64rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--gl); margin-bottom: 10px; display: block; }
.srv-hero-body h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 2rem; font-weight: 700; color: #fff; margin-bottom: 8px; line-height: 1.15; max-width: 500px; }
.srv-hero-body p { font-size: .86rem; color: rgba(255,255,255,.55); max-width: 400px; line-height: 1.7; }
.srv-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.srv-card { border-radius: 12px; overflow: hidden; background: var(--cream); transition: transform .3s, box-shadow .3s; }
.srv-card:hover { transform: translateY(-5px); box-shadow: 0 20px 56px rgba(26,26,16,.12); }
.srv-card-img { height: 200px; overflow: hidden; }
.srv-card-img img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); transition: transform .6s ease, filter .4s; }
.srv-card:hover .srv-card-img img { transform: scale(1.07); filter: saturate(1); }
.srv-card-body { padding: 22px 24px 28px; }
.srv-card-num { font-family: 'Bebas Neue', sans-serif; font-size: .88rem; letter-spacing: .16em; color: var(--g3); margin-bottom: 6px; display: block; }
.srv-card-body h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.2rem; font-weight: 700; color: var(--ink); margin-bottom: 7px; line-height: 1.25; }
.srv-card-body p { font-size: .79rem; color: var(--ink6); line-height: 1.72; }

/* ─── TECH ──────────────────────────────── */
.tech { background: var(--ink); padding: 100px 5%; }
.tech-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.tech-media { position: relative; }
.tech-media img { width: 100%; border-radius: 14px; filter: saturate(.65); transition: filter .5s; }
.tech-media:hover img { filter: saturate(.9); }
.tech-media-caption { position: absolute; bottom: 0; left: 0; right: 0; border-radius: 0 0 14px 14px; background: linear-gradient(to top, rgba(26,26,16,.7) 0%, transparent 100%); padding: 28px 22px 18px; }
.tech-media-caption span { font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.35); }
.tech-list { display: flex; flex-direction: column; gap: 0; margin-top: 32px; }
.tech-row { display: flex; align-items: center; gap: 18px; padding: 18px 0; border-bottom: 1px solid rgba(255,255,255,.05); transition: padding-left .25s; }
.tech-row:hover { padding-left: 6px; }
.tech-row:last-child { border-bottom: none; }
.tech-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--g2); flex-shrink: 0; transition: background .2s; }
.tech-row:hover .tech-dot { background: var(--gl); }
.tech-row strong { display: block; font-size: .9rem; color: rgba(255,255,255,.82); font-weight: 500; margin-bottom: 2px; }
.tech-row span { font-size: .76rem; color: rgba(255,255,255,.3); }

/* ─── NUMBERS ───────────────────────────── */
.nums { background: var(--c); padding: 70px 5%; }
.nums-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.num-card { background: #fff; border-radius: 12px; padding: 36px 24px; text-align: center; transition: transform .28s, box-shadow .28s; }
.num-card:hover { transform: translateY(-4px); box-shadow: 0 18px 48px rgba(26,26,16,.1); }
.num-card .n { font-family: 'Bebas Neue', sans-serif; font-size: 4rem; color: var(--g); line-height: 1; display: block; letter-spacing: -.01em; }
.num-divider { width: 28px; height: 2px; background: var(--gl); margin: 10px auto; }
.num-card .l { font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink6); line-height: 1.55; }

/* ─── GALLERY ───────────────────────────── */
.gallery { display: grid; grid-template-columns: 5fr 3fr 4fr; grid-template-rows: 340px 340px; gap: 6px; }
.gal { overflow: hidden; position: relative; }
.gal img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.75); transition: transform .7s ease, filter .4s; }
.gal:hover img { transform: scale(1.07); filter: saturate(1); }
.gal-big { grid-row: 1/3; }
.gal-cap { position: absolute; bottom: 0; left: 0; right: 0; padding: 18px 20px; background: linear-gradient(to top, rgba(26,26,16,.65), transparent); font-size: .64rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.45); transform: translateY(5px); opacity: 0; transition: all .3s; }
.gal:hover .gal-cap { opacity: 1; transform: translateY(0); }

/* ─── REVIEWS ───────────────────────────── */
.reviews { background: var(--ink); padding: 100px 5%; }
.reviews-inner { max-width: 1280px; margin: 0 auto; }
.reviews-top { display: grid; grid-template-columns: 1fr 1fr; align-items: flex-end; gap: 40px; margin-bottom: 52px; }
.reviews-sublead { font-size: .86rem; color: rgba(255,255,255,.3); line-height: 1.8; font-weight: 300; max-width: 300px; }
.rv-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.rv { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.07); border-radius: 12px; padding: 30px; transition: background .25s, border-color .25s; }
.rv:hover { background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.14); }
.rv-stars { display: flex; gap: 3px; margin-bottom: 16px; }
.rv-star { width: 13px; height: 13px; background: var(--c3); clip-path: polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%); }
.rv-text { font-size: .87rem; font-weight: 300; color: rgba(255,255,255,.5); line-height: 1.85; margin-bottom: 22px; font-style: italic; }
.rv-author { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.06); }
.rv-av { width: 36px; height: 36px; border-radius: 50%; background: var(--g); display: flex; align-items: center; justify-content: center; font-family: 'Bebas Neue', sans-serif; font-size: 1rem; color: var(--c); flex-shrink: 0; }
.rv-name strong { display: block; font-size: .84rem; color: rgba(255,255,255,.7); font-weight: 500; }
.rv-name span { font-size: .7rem; color: rgba(255,255,255,.28); }

/* ─── CTA BAND ──────────────────────────── */
.cta-band { position: relative; overflow: hidden; min-height: 480px; display: flex; align-items: center; }
.cta-band-bg { position: absolute; inset: 0; }
.cta-band-bg img { width: 100%; height: 100%; object-fit: cover; filter: brightness(.28) saturate(.6); }
.cta-band-inner { position: relative; z-index: 2; padding: 80px 5%; max-width: 760px; }
.cta-band h2 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(2.2rem,5vw,4rem); font-weight: 700; color: #fff; line-height: 1.12; letter-spacing: -.02em; margin-bottom: 16px; }
.cta-band h2 em { font-style: italic; color: var(--gl); }
.cta-band p { font-size: .94rem; color: rgba(255,255,255,.5); margin-bottom: 36px; line-height: 1.8; font-weight: 300; }
.cta-band-btns { display: flex; gap: 12px; flex-wrap: wrap; }

/* ─── CONTACT ───────────────────────────── */
.contact { background: var(--cream); padding: 100px 5%; }
.contact-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.contact-side .tag { margin-bottom: 14px; }
.contact-side h2.title { margin-bottom: 18px; }
.contact-side .lead { margin-bottom: 40px; max-width: 340px; }
.c-links { display: flex; flex-direction: column; gap: 0; }
.c-link { display: flex; align-items: center; gap: 16px; padding: 18px 0; border-bottom: 1px solid var(--ink1); transition: gap .2s; }
.c-link:hover { gap: 20px; }
.c-link:last-child { border-bottom: none; }
.c-ico { width: 44px; height: 44px; border-radius: 8px; background: var(--g); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.c-ico svg { width: 20px; height: 20px; stroke: #fff; fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.c-label { font-size: .67rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink3); margin-bottom: 2px; }
.c-val { font-size: .94rem; font-weight: 600; color: var(--ink); }
.form-box { background: #fff; border-radius: 16px; padding: 44px; box-shadow: 0 16px 64px rgba(26,26,16,.09); }
.form-box h3 { font-family: 'Cormorant Garamond', Georgia, serif; font-size: 1.6rem; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.form-sub { font-size: .78rem; color: var(--ink6); margin-bottom: 28px; }
.fg { margin-bottom: 16px; }
.fg label { display: block; font-size: .67rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink3); margin-bottom: 7px; }
.fg input, .fg select, .fg textarea { width: 100%; padding: 13px 15px; border: 1.5px solid rgba(26,26,16,.1); border-radius: 5px; font-family: 'Manrope', sans-serif; font-size: .9rem; color: var(--ink); background: var(--cream); outline: none; transition: border-color .2s, background .2s; -webkit-appearance: none; appearance: none; }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--g); background: #fff; }
.fg textarea { resize: vertical; min-height: 88px; }
.fg-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-btn { width: 100%; padding: 16px; background: var(--g); color: #fff; border: none; border-radius: 5px; font-family: 'Manrope', sans-serif; font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; transition: all .22s; margin-top: 4px; }
.form-btn:hover { background: var(--g2); transform: translateY(-1px); box-shadow: 0 10px 30px rgba(61,80,32,.3); }
.form-note { font-size: .67rem; color: var(--ink3); text-align: center; margin-top: 10px; }

/* ─── FOOTER ────────────────────────────── */
footer { background: var(--ink); padding: 64px 5% 28px; }
.foot-inner { max-width: 1280px; margin: 0 auto; }
.foot-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.06); }
.foot-logo { font-family: 'Bebas Neue', sans-serif; font-size: 1.8rem; letter-spacing: .1em; color: #fff; display: block; margin-bottom: 12px; }
.foot-logo span { color: var(--gl); }
.foot-desc { font-size: .78rem; color: rgba(255,255,255,.28); line-height: 1.8; max-width: 260px; margin-bottom: 22px; }
.foot-socials { display: flex; gap: 9px; }
.fsoc { width: 34px; height: 34px; border-radius: 6px; border: 1px solid rgba(255,255,255,.1); display: flex; align-items: center; justify-content: center; transition: all .2s; }
.fsoc:hover { background: var(--g); border-color: var(--g); }
.fsoc svg { width: 15px; height: 15px; fill: none; stroke: rgba(255,255,255,.4); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: stroke .2s; }
.fsoc:hover svg { stroke: #fff; }
.foot-col h4 { font-size: .65rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,255,255,.25); margin-bottom: 16px; }
.foot-col a { display: block; font-size: .8rem; color: rgba(255,255,255,.42); margin-bottom: 9px; transition: color .2s; }
.foot-col a:hover { color: var(--c); }
.foot-col p { font-size: .76rem; color: rgba(255,255,255,.22); line-height: 1.7; }
.foot-bottom { padding-top: 22px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.foot-copy { font-size: .7rem; color: rgba(255,255,255,.2); }

/* ─── MOBILE STICKY ─────────────────────── */
.mob-sticky { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 800; background: var(--ink); border-top: 1px solid rgba(255,255,255,.07); padding: 10px 14px; gap: 10px; }
.mob-sticky a { flex: 1; text-align: center; padding: 13px 8px; border-radius: 5px; font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.ms-call { background: var(--g); color: #fff; }
.ms-tg { background: rgba(255,255,255,.06); color: rgba(255,255,255,.7); border: 1px solid rgba(255,255,255,.1); }

/* ─── REVEAL ANIMATION ──────────────────── */
.r { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.r.on { opacity: 1; transform: none; }

/* ─── KEYFRAMES ─────────────────────────── */
@keyframes up       { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:none; } }
@keyframes fadeIn   { from { opacity:0; } to { opacity:1; } }
@keyframes marq     { from { transform:translateX(0); } to { transform:translateX(-50%); } }
@keyframes scrollDown { 0% { top:-100%; } 100% { top:100%; } }

/* ─── RESPONSIVE ────────────────────────── */
@media (max-width: 1080px) {
  .hero-bottom     { grid-template-columns: 1fr; }
  .hero-card       { display: none; }
  .about           { grid-template-columns: 1fr; }
  .about-img       { height: 380px; }
  .tech-inner      { grid-template-columns: 1fr; }
  .contact-inner   { grid-template-columns: 1fr; }
  .usp-grid        { grid-template-columns: 1fr 1fr; }
  .nums-inner      { grid-template-columns: 1fr 1fr; }
  .rv-grid         { grid-template-columns: 1fr 1fr; }
  .srv-grid        { grid-template-columns: 1fr 1fr; }
  .foot-top        { grid-template-columns: 1fr 1fr; }
  .gallery         { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gal-big         { grid-row: auto; }
  .gal             { height: 260px; }
  .srv-top         { grid-template-columns: 1fr; }
  .reviews-top     { grid-template-columns: 1fr; }
  .nav-links       { display: none; }
}
@media (max-width: 640px) {
  .hero-h1         { font-size: 3.8rem; }
  .usp-grid        { grid-template-columns: 1fr; }
  .nums-inner      { grid-template-columns: 1fr 1fr; }
  .rv-grid         { grid-template-columns: 1fr; }
  .srv-grid        { grid-template-columns: 1fr; }
  .gallery         { grid-template-columns: 1fr; }
  .foot-top        { grid-template-columns: 1fr; }
  .fg-2            { grid-template-columns: 1fr; }
  .hero-actions    { flex-direction: column; align-items: flex-start; }
  .mob-sticky      { display: flex; }
  body             { padding-bottom: 58px; }
}
