:root {
  --accent: #2563EB;
  --accent-dark: #1D4ED8;
  --navy: #0C1A27;
  --text: #111111;
  --muted: #6B7280;
  --light: #F9F8F6;
  --border: #E8E5E0;
  --head: 'Syne', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: 'Inter', sans-serif; color: var(--text); -webkit-font-smoothing: antialiased; }
a { text-decoration: none; color: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* PAGE WRAPPER */
.page { background: #EEECEA; padding: 0 16px; }

/* ══ NAV ══ */
nav {
  background: #fff;
  padding: 0 clamp(24px, 4vw, 56px);
  position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid var(--border);
}
.nav-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; height: 96px; gap: 40px; }
.nav-logo { flex-shrink: 0; display: flex; align-items: center; }
.nav-logo img { height: 84px; width: auto; object-fit: contain; display: block; }
.nav-links { display: flex; gap: 28px; flex: 1; justify-content: center; }
.nav-links a { font-size: 13.5px; font-weight: 500; color: var(--muted); transition: color .2s; }
.nav-links a:hover { color: var(--text); }
.nav-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.nav-btn-ghost { font-size: 13.5px; font-weight: 500; color: var(--muted); padding: 8px 16px; border-radius: 8px; transition: color .2s; }
.nav-btn-ghost:hover { color: var(--text); }
.nav-btn { background: #25D366; color: #fff; font-size: 13px; font-weight: 600; padding: 9px 20px; border-radius: 9px; display: flex; align-items: center; gap: 7px; transition: background .2s, transform .2s; }
.nav-btn:hover { background: #1DAA57; transform: translateY(-1px); }

/* ══ HERO ══ */
.hero-wrap { padding: 16px 0 0; }
.hero {
  border-radius: 20px; overflow: hidden; position: relative;
  height: clamp(560px, 80vh, 760px);
  background: #0a1520;
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { object-position: center 40%; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(8,18,28,.88) 0%, rgba(8,18,28,.72) 55%, rgba(8,18,28,.35) 100%);
}
.hero-content { position: relative; z-index: 1; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(32px,5vw,64px); }
.hero-tag { font-size: 12px; font-weight: 500; color: rgba(255,255,255,.5); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; }
.hero-tag::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); display: block; }
.hero-h1 { font-family: var(--head); font-weight: 800; font-size: clamp(32px, 5.5vw, 68px); line-height: 1.05; color: #fff; letter-spacing: -.03em; max-width: 600px; margin-bottom: 32px; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
.hero-bottom { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; }
.hero-cta-row { display: flex; align-items: center; gap: 12px; }
.hero-btn { background: #25D366; color: #fff; font-size: 14px; font-weight: 600; padding: 13px 26px; border-radius: 10px; display: flex; align-items: center; gap: 8px; transition: background .2s; }
.hero-btn:hover { background: #1DAA57; }
.hero-btn-ghost { color: rgba(255,255,255,.7); font-size: 14px; font-weight: 500; padding: 13px 20px; border-radius: 10px; border: 1px solid rgba(255,255,255,.15); transition: border-color .2s; }
.hero-btn-ghost:hover { border-color: rgba(255,255,255,.4); color: #fff; }
.hero-thumb { position: absolute; top: 32px; right: 32px; width: 200px; border-radius: 14px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,.35); }
.hero-thumb img { height: 130px; }
.hero-thumb-cap { background: rgba(10,20,32,.85); backdrop-filter: blur(8px); padding: 10px 14px; font-size: 11px; color: rgba(255,255,255,.7); font-weight: 500; letter-spacing: .02em; }
.hero-stats { display: flex; gap: 40px; }
.hero-stat-val { font-family: var(--head); font-weight: 800; font-size: clamp(22px,3vw,34px); color: #fff; line-height: 1; }
.hero-stat-val sub { font-size: .55em; font-weight: 600; color: var(--accent); vertical-align: baseline; margin-left: 2px; }
.hero-stat-label { font-size: 11px; color: rgba(255,255,255,.4); margin-top: 4px; letter-spacing: .03em; }

/* ══ CONTENT SECTIONS ══ */
.sections { background: #fff; border-radius: 20px; margin-top: 12px; overflow: hidden; }
.sec { padding: clamp(56px,7vw,96px) clamp(24px,5vw,72px); }
.sec-inner { max-width: 1200px; margin: 0 auto; }
.sec-divider { border: none; border-top: 1px solid var(--border); margin: 0 clamp(24px,5vw,72px); }

/* ── TRUST ── */
.trust-header { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; margin-bottom: 48px; }
.trust-logo-link { display: block; border-radius: 16px; overflow: hidden; transition: opacity .2s, transform .2s; }
.trust-logo-link:hover { opacity: .88; transform: scale(1.02); }
.trust-logo { width: 100%; height: auto; object-fit: contain; display: block; border-radius: 16px; }
.trust-text { display: flex; flex-direction: column; justify-content: center; gap: 20px; }
.trust-h2 { font-family: var(--head); font-weight: 800; font-size: clamp(26px, 3.5vw, 40px); letter-spacing: -.03em; line-height: 1.15; }
.trust-h2 em { font-style: normal; color: var(--accent); }
.trust-body { color: var(--muted); font-size: 15px; line-height: 1.7; padding-top: 6px; }
.trust-chips { display: flex; gap: 10px; flex-wrap: wrap; }
.chip { display: flex; align-items: center; gap: 8px; padding: 10px 18px; border-radius: 100px; border: 1.5px solid var(--border); font-size: 13px; font-weight: 500; color: var(--text); transition: border-color .2s, background .2s; cursor: default; }
.chip:hover { border-color: var(--accent); background: rgba(37,99,235,.05); }
.chip-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--accent); flex-shrink: 0; }

/* ── SERVICES ── */
.services-head { text-align: center; margin-bottom: 56px; }
.services-head h2 { font-family: var(--head); font-weight: 800; font-size: clamp(26px,3.5vw,44px); letter-spacing: -.03em; line-height: 1.15; }
.services-head h2 em { font-style: normal; color: var(--muted); font-weight: 700; }
.services-head h2 span { color: var(--text); }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border: 1px solid var(--border); border-radius: 16px; overflow: hidden; }
.svc-item { padding: 32px 28px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); transition: background .2s; cursor: default; }
.svc-item:hover { background: #FAFAF8; }
.svc-item:nth-child(3n) { border-right: none; }
.svc-item:nth-child(n+4) { border-bottom: none; }
.svc-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--accent); margin-bottom: 18px; }
.svc-title { font-family: var(--head); font-weight: 700; font-size: 16px; margin-bottom: 8px; letter-spacing: -.01em; }
.svc-desc { color: var(--muted); font-size: 13.5px; line-height: 1.65; }

/* ── FEATURE SPLIT ── */
.feature-split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.feature-split.reverse { direction: rtl; }
.feature-split.reverse > * { direction: ltr; }
.feat-tag { font-size: 12px; font-weight: 600; color: var(--accent); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; }
.feat-h2 { font-family: var(--head); font-weight: 800; font-size: clamp(24px,3vw,38px); letter-spacing: -.03em; line-height: 1.15; margin-bottom: 20px; }
.feat-h2 em { font-style: normal; color: var(--accent); }
.feat-body { color: var(--muted); font-size: 15px; line-height: 1.7; margin-bottom: 28px; }
.feat-btn { display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: #fff; font-size: 14px; font-weight: 600; padding: 13px 24px; border-radius: 10px; transition: background .2s, transform .2s; margin-bottom: 40px; }
.feat-btn:hover { background: #1DAA57; transform: translateY(-1px); }
.feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--border); }
.feat-grid-item { padding: 20px 0 20px 0; border-bottom: 1px solid var(--border); padding-right: 20px; }
.feat-grid-item:nth-child(odd) { border-right: 1px solid var(--border); padding-right: 20px; }
.feat-grid-item:nth-child(even) { padding-left: 20px; }
.feat-grid-item:last-child, .feat-grid-item:nth-last-child(2):nth-child(odd) { border-bottom: none; }
.feat-grid-label { font-size: 11px; color: var(--muted); letter-spacing: .04em; text-transform: uppercase; margin-bottom: 4px; }
.feat-grid-title { font-family: var(--head); font-weight: 700; font-size: 14px; }
.feat-photo { border-radius: 16px; overflow: hidden; }
.feat-photo-tall { height: clamp(380px, 48vw, 540px); }
.feat-photo-sq { height: clamp(340px, 44vw, 480px); }

/* ── TESTIMONIALS ── */
.testi-head { text-align: center; margin-bottom: 56px; }
.testi-head h2 { font-family: var(--head); font-weight: 800; font-size: clamp(24px, 3.5vw, 44px); letter-spacing: -.03em; line-height: 1.15; }
.testi-head h2 em { font-style: normal; color: var(--accent); }
.testi-split { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: stretch; }
.testi-card { background: var(--light); border-radius: 16px; padding: 36px; display: flex; flex-direction: column; border: 1px solid var(--border); }
.testi-stars { color: var(--accent); font-size: 16px; letter-spacing: 3px; margin-bottom: 20px; }
.testi-quote { font-size: 16px; line-height: 1.75; color: var(--text); flex: 1; margin-bottom: 28px; }
.testi-quote::before { content: '\201E'; font-size: 40px; font-family: var(--head); color: var(--accent); opacity: .4; line-height: 0; vertical-align: -.3em; margin-right: 4px; }
.testi-author { font-weight: 600; font-size: 14px; }
.testi-loc { font-size: 12.5px; color: var(--muted); margin-top: 2px; }
.testi-cta { margin-top: 24px; display: inline-flex; align-items: center; gap: 8px; background: #25D366; color: #fff; font-size: 14px; font-weight: 600; padding: 12px 22px; border-radius: 9px; transition: background .2s; }
.testi-cta:hover { background: #1DAA57; }
.testi-photo { border-radius: 16px; overflow: hidden; min-height: 360px; }

/* ══ UNIFIED FOOTER / CONTACT ══ */
footer { background: var(--navy); border-radius: 20px; margin: 12px 0 0; padding: clamp(56px,7vw,96px) clamp(24px,5vw,72px) 32px; position: relative; overflow: hidden; }
.foot-glow { position: absolute; top: -30%; left: 30%; width: 60vw; height: 60vw; border-radius: 50%; background: radial-gradient(circle, rgba(37,99,235,.15), transparent 60%); pointer-events: none; }
.foot-inner { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }

/* Main 3-col row: logo | cta | contact */
.foot-main { display: grid; grid-template-columns: 200px 1fr auto; gap: 56px; align-items: start; padding-bottom: 48px; }
.foot-logo-link { display: block; border-radius: 14px; overflow: hidden; transition: opacity .2s, transform .2s; }
.foot-logo-link:hover { opacity: .88; transform: scale(1.02); }
.foot-logo-img { width: 100%; height: auto; display: block; border-radius: 14px; }
.foot-h2 { font-family: var(--head); font-weight: 800; font-size: clamp(24px,3.5vw,44px); color: #fff; letter-spacing: -.03em; line-height: 1.1; margin-bottom: 12px; }
.foot-h2 em { font-style: normal; color: var(--accent); }
.foot-sub { color: rgba(255,255,255,.45); font-size: 15px; line-height: 1.65; margin-bottom: 28px; }
.foot-btns { display: flex; gap: 12px; flex-wrap: wrap; }
.foot-contact { color: rgba(255,255,255,.4); font-size: 14px; line-height: 1.8; min-width: 220px; }
.foot-contact strong { color: rgba(255,255,255,.8); font-weight: 600; font-family: var(--head); font-size: 15px; display: block; margin-bottom: 14px; }

/* Buttons (shared with old cta) */
.cta-wa { background: #25D366; color: #fff; font-size: 14px; font-weight: 600; padding: 14px 28px; border-radius: 10px; display: flex; align-items: center; gap: 9px; transition: opacity .2s, transform .2s; }
.cta-wa:hover { opacity: .9; transform: translateY(-1px); }
.cta-em { background: var(--accent); color: #fff; font-size: 14px; font-weight: 600; padding: 14px 28px; border-radius: 10px; display: flex; align-items: center; gap: 9px; transition: background .2s, transform .2s; }
.cta-em:hover { background: var(--accent-dark); transform: translateY(-1px); }
.cta-contact-item { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.cta-contact-item a { color: rgba(255,255,255,.65); transition: color .2s; }
.cta-contact-item a:hover { color: #fff; }

/* Bottom bar */
.foot-bar { border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.foot-brand { display: flex; align-items: center; gap: 12px; }
.footer-logo { font-family: var(--head); font-weight: 800; font-size: 18px; color: #fff; letter-spacing: -.5px; }
.footer-logo span { color: var(--accent); }
.footer-copy { font-size: 12px; color: rgba(255,255,255,.25); }
.foot-bar-right { display: flex; align-items: center; gap: 20px; }
.foot-cr { font-size: 11.5px; color: rgba(255,255,255,.2); }
.foot-impr { font-size: 11.5px; color: rgba(255,255,255,.3); transition: color .2s; }
.foot-impr:hover { color: rgba(255,255,255,.7); }

/* FLOATING WA */
#float { position: fixed; bottom: 24px; right: 24px; z-index: 200; }
.float-btn { width: 52px; height: 52px; background: #25D366; border-radius: 14px; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 24px rgba(37,211,102,.35); transition: transform .2s; }
.float-btn:hover { transform: scale(1.06); }
.float-menu { position: absolute; bottom: 62px; right: 0; background: #fff; border-radius: 14px; box-shadow: 0 12px 40px rgba(0,0,0,.14); padding: 10px; width: 196px; display: none; flex-direction: column; gap: 6px; }
.float-menu.open { display: flex; }
.float-menu-link { display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 9px; font-size: 13.5px; font-weight: 600; color: #fff; transition: opacity .2s; }
.float-menu-link.wa { background: #25D366; }
.float-menu-link.em { background: var(--accent); }
.float-menu-link:hover { opacity: .88; }

/* ANIMATIONS */
.fade { opacity: 0; transform: translateY(24px); transition: opacity .65s cubic-bezier(.22,1,.36,1), transform .65s cubic-bezier(.22,1,.36,1); animation: fadeShow 0s 1.2s forwards; }
.fade.in { opacity: 1; transform: none; animation: none; }
@keyframes fadeShow { to { opacity: 1; transform: none; } }

/* ── GALLERY ── */
#gallery { background: #0C1A27; color: #fff; }
#gallery h2 { color: #fff; }
.section-sub { color: rgba(255,255,255,.5); }
.section-tag { color: var(--accent); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 12px; }
.gal-head { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 32px; margin-bottom: 48px; }
.gal-head h2 { font-family: var(--head); font-weight: 800; font-size: clamp(28px,4vw,48px); letter-spacing: -.03em; line-height: 1.15; max-width: 600px; }
.gal-head h2 em { font-style: normal; color: var(--accent); }
.gal-count { font-size: 13px; color: rgba(255,255,255,.45); font-weight: 500; padding: 8px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 100px; white-space: nowrap; }
.gal-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 8px; grid-auto-flow: dense; }
.gal-cell { border-radius: 14px; overflow: hidden; position: relative; cursor: pointer; background: #1a2b38; }
.gal-cell img { transition: transform .6s cubic-bezier(.22,1,.36,1); }
.gal-cell:hover img { transform: scale(1.06); }
.gal-cell::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,.55), transparent 50%); opacity: 0; transition: opacity .3s; pointer-events: none; }
.gal-cell:hover::after { opacity: 1; }
.gal-cap { position: absolute; bottom: 14px; left: 16px; right: 16px; color: #fff; font-size: 12px; font-weight: 500; letter-spacing: .03em; opacity: 0; transform: translateY(6px); transition: opacity .3s, transform .3s; z-index: 1; }
.gal-cell:hover .gal-cap { opacity: 1; transform: translateY(0); }
.gal-cell.tall { grid-row: span 2; }
.gal-cell.wide { grid-column: span 2; }
.gal-cta-row { margin-top: 40px; display: flex; justify-content: center; }
.gal-cta { display: inline-flex; align-items: center; gap: 9px; padding: 13px 26px; background: #25D366; color: #fff; font-size: 14px; font-weight: 600; border-radius: 10px; transition: background .2s, transform .2s; }
.gal-cta:hover { background: #1DAA57; transform: translateY(-1px); }

/* Lightbox */
#lightbox { position: fixed; inset: 0; background: rgba(8,14,22,.94); backdrop-filter: blur(8px); z-index: 9000; display: none; align-items: center; justify-content: center; padding: 40px; cursor: zoom-out; }
#lightbox.open { display: flex; }
.lb-img { max-width: 92vw; max-height: 88vh; border-radius: 12px; box-shadow: 0 24px 80px rgba(0,0,0,.5); object-fit: contain; }
.lb-close { position: absolute; top: 24px; right: 24px; width: 44px; height: 44px; border-radius: 50%; background: rgba(255,255,255,.08); border: none; color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; }
.lb-close:hover { background: rgba(255,255,255,.18); }
.lb-nav { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; background: rgba(255,255,255,.08); border: none; color: #fff; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: background .2s; font-size: 20px; }
.lb-nav:hover { background: rgba(255,255,255,.18); }
.lb-nav.prev { left: 24px; }
.lb-nav.next { right: 24px; }
.lb-counter { position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.5); font-size: 13px; letter-spacing: .04em; }

/* ── HAMBURGER + MOBILE NAV ── */
.nav-hamburger { display: none; flex-direction: column; justify-content: center; gap: 5px; background: none; border: none; cursor: pointer; padding: 8px; margin-left: 8px; flex-shrink: 0; }
.nav-hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: transform .3s, opacity .3s; }
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-mobile { display: none; background: #fff; border-top: 1px solid var(--border); padding: 8px clamp(20px,4vw,56px) 20px; }
.nav-mobile.open { display: flex; flex-direction: column; }
.nav-mobile-item { display: block; padding: 14px 0; font-size: 15px; font-weight: 500; color: var(--text); border-bottom: 1px solid var(--border); transition: color .2s; }
.nav-mobile-item:hover { color: var(--accent); }
.nav-mobile-wa { margin-top: 16px; background: #25D366; color: #fff; padding: 14px 20px; border-radius: 10px; text-align: center; font-weight: 600; font-size: 14px; display: flex; align-items: center; justify-content: center; gap: 8px; transition: background .2s; }
.nav-mobile-wa:hover { background: #1DAA57; }

/* RESPONSIVE */
@media (max-width: 900px) {
  body { overflow-x: hidden; }
  .nav-links { display: none; }
  .nav-btn-ghost { display: none; }
  .nav-hamburger { display: flex; }
  .nav-inner { height: 72px; }
  .nav-logo img { height: 60px; }
  .trust-header { grid-template-columns: 1fr; gap: 20px; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .svc-item:nth-child(3n) { border-right: 1px solid var(--border); }
  .svc-item:nth-child(2n) { border-right: none; }
  .svc-item:nth-child(n+5) { border-bottom: none; }
  .svc-item:nth-child(4) { border-bottom: 1px solid var(--border); }
  .svc-item:nth-child(5) { border-bottom: 1px solid var(--border); }
  .feature-split, .feature-split.reverse { grid-template-columns: 1fr; direction: ltr; gap: 32px; }
  .feat-photo-tall, .feat-photo-sq { height: 280px; }
  .testi-split { grid-template-columns: 1fr; }
  .testi-photo { min-height: 260px; }
  .foot-main { grid-template-columns: 1fr; gap: 32px; }
  .foot-logo-link { width: 160px; }
  .foot-bar { flex-direction: column; align-items: flex-start; gap: 10px; }
  .hero-stats { gap: 24px; }
  .hero-thumb { display: none; }
  .hero-bottom { flex-direction: column; align-items: flex-start; gap: 20px; }
  .gal-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 160px; gap: 6px; }
  .gal-cell.wide { grid-column: span 2; }
  .gal-head { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .page { padding: 0 10px; }
  .nav-btn { font-size: 12px; padding: 8px 14px; }
  .svc-grid { grid-template-columns: 1fr; }
  .svc-item { border-right: none !important; }
  .svc-item:nth-child(n) { border-bottom: 1px solid var(--border); }
  .svc-item:last-child { border-bottom: none; }
  .feat-grid { grid-template-columns: 1fr; }
  .feat-grid-item { border-right: none !important; padding-left: 0 !important; padding-right: 0 !important; }
  .foot-btns { flex-direction: column; }
  .foot-btns a { justify-content: center; }
  .hero-cta-row { flex-direction: column; align-items: flex-start; }
  .gal-grid { grid-template-columns: repeat(2,1fr); grid-auto-rows: 130px; }
  .gal-cell.tall { grid-row: span 2; }
  .lb-nav { width: 40px; height: 40px; }
  .lb-nav.prev { left: 12px; }
  .lb-nav.next { right: 12px; }
  .foot-brand { flex-direction: column; align-items: flex-start; gap: 4px; }
  .foot-bar-right { flex-direction: column; align-items: flex-start; gap: 8px; }
}
@media (max-width: 420px) {
  .nav-logo img { height: 48px; }
  .nav-inner { height: 64px; }
  .hero { height: clamp(480px, 80vh, 620px); }
  .hero-stats { flex-direction: column; gap: 16px; }
  .gal-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 110px; }
  .testi-card { padding: 24px 20px; }
  #lightbox { padding: 20px 12px; }
}
