/* ============================================================
   Sebastian Preda — Mini-site
   Direcție: cinematic premium · galben-auriu DVAG · foto reală
   Ref: mihaidobrie.de · #FEC53E / negru / alb · serif + Inter
   ============================================================ */

:root {
  --gold:      #FBBF1C;   /* accent brand DVAG */
  --gold-d:    #E6A800;
  --gold-soft: #FDF3D7;

  --ink:       #181410;   /* aproape negru, cald */
  --black:     #0B0908;
  --text:      #221E1A;
  --muted:     #6E665E;
  --faint:     #9A938A;

  --bg:        #FFFFFF;
  --bg-alt:    #F6F4F0;   /* gri cald deschis */
  --bg-dark:   #14110E;
  --line:      #E7E2DA;
  --line-d:    rgba(255,255,255,.14);

  --serif: "Source Serif 4", Georgia, "Times New Roman", serif;
  --sans:  "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  --r:    8px;
  --r-lg: 14px;
  --shadow:    0 1px 2px rgba(20,16,12,.05), 0 10px 30px rgba(20,16,12,.07);
  --shadow-lg: 0 4px 10px rgba(20,16,12,.06), 0 30px 60px rgba(20,16,12,.13);
  --maxw: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans); color: var(--text); background: var(--bg);
  line-height: 1.6; font-size: 17px; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.1; letter-spacing: -0.015em; color: var(--ink); text-wrap: balance; }
h1 { font-size: clamp(2.3rem, 5.4vw, 4rem); }
h2 { font-size: clamp(1.9rem, 4vw, 2.85rem); }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); }
p { color: var(--muted); text-wrap: pretty; }

.wrap { width: 100%; max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.section { padding: clamp(60px, 9vw, 120px) 0; }
.center { text-align: center; }

/* Eyebrow */
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  font-family: var(--sans); font-size: .78rem; font-weight: 700;
  letter-spacing: .16em; text-transform: uppercase; color: var(--gold-d);
}
.eyebrow::before { content:""; width: 26px; height: 2px; background: var(--gold); }
.eyebrow.cc { justify-content: center; }
.on-dark .eyebrow { color: var(--gold); }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--sans); font-weight: 600; font-size: .98rem;
  padding: 15px 28px; border-radius: var(--r); border: 1.5px solid transparent;
  cursor: pointer; transition: transform .12s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn svg { width: 18px; height: 18px; }
.btn-gold { background: linear-gradient(180deg, #FDCB3A, var(--gold)); color: var(--ink); box-shadow: inset 0 1px 0 rgba(255,255,255,.45), 0 8px 24px rgba(251,191,28,.34); }
.btn-gold:hover { background: linear-gradient(180deg, var(--gold), var(--gold-d)); box-shadow: inset 0 1px 0 rgba(255,255,255,.45), 0 14px 34px rgba(251,191,28,.46); transform: translateY(-1px); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; }
.btn-light { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-light:hover { border-color: var(--ink); }
.btn-outline-w { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.btn-outline-w:hover { border-color: #fff; background: rgba(255,255,255,.08); }
.btn-wa { background: #25D366; color: #fff; }
.btn-wa:hover { background: #1eb858; }
.btn-lg { padding: 17px 34px; font-size: 1.04rem; }

/* ============ HEADER ============ */
.site-header {
  position: absolute; top: 0; left: 0; right: 0; z-index: 60;
  transition: background .3s ease, box-shadow .3s ease, border-color .3s;
  border-bottom: 1px solid transparent;
}
.site-header.solid {
  position: fixed; background: rgba(255,255,255,.92); backdrop-filter: saturate(140%) blur(12px);
  border-color: var(--line); box-shadow: 0 4px 24px rgba(20,16,12,.06);
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 78px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--serif); font-size: 1.3rem; font-weight: 600; color: #fff; }
.solid .brand { color: var(--ink); }
.brand .mark {
  width: 42px; height: 42px; border-radius: 9px; background: var(--gold); color: var(--ink);
  display: grid; place-items: center; font-family: var(--sans); font-weight: 700; font-size: 1.05rem; letter-spacing: -.03em;
}
.brand .logo-mark { height: 40px; width: auto; display: block; }
.brand small { display: block; font-family: var(--sans); font-size: .66rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; opacity: .7; margin-top: 1px; }
.nav-links { display: flex; align-items: center; gap: 32px; }
.nav-links a { font-size: .94rem; font-weight: 500; color: rgba(255,255,255,.85); transition: color .15s; white-space: nowrap; }
.solid .nav-links a { color: var(--muted); }
.nav-links a:hover, .nav-links a.active { color: #fff; }
.solid .nav-links a:hover, .solid .nav-links a.active { color: var(--ink); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: #fff; margin: 5px 0; border-radius: 2px; transition: .25s; }
.solid .nav-toggle span { background: var(--ink); }

/* ============ HERO (cinematic) ============ */
.hero {
  position: relative; min-height: 94vh; display: flex; flex-direction: column;
  background: var(--bg-dark); overflow: hidden; padding-top: 110px;
}
.hero > .wrap { flex: 1; display: flex; align-items: center; width: 100%; padding-top: 30px; padding-bottom: 50px; }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; object-position: 68% 22%; }
.hero-bg::after {
  content:""; position: absolute; inset: 0;
  background:
    linear-gradient(95deg, rgba(11,9,8,.96) 0%, rgba(11,9,8,.82) 38%, rgba(11,9,8,.35) 65%, rgba(11,9,8,.15) 100%),
    linear-gradient(0deg, rgba(11,9,8,.7) 0%, transparent 40%);
}
.hero-inner { position: relative; z-index: 2; max-width: 640px; }
.hero .rating { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 22px; }
.hero .rating .stars { color: var(--gold); letter-spacing: 2px; font-size: 1rem; }
.hero .rating span { color: rgba(255,255,255,.8); font-size: .88rem; }
.hero h1 { color: #fff; margin-bottom: 20px; hyphens: manual; text-wrap: balance; }
.hero h1 em { font-style: italic; color: var(--gold); }
.hero-sub { color: rgba(255,255,255,.82); font-size: 1.2rem; max-width: 46ch; margin-bottom: 30px; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 13px; }
.hero-pills { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 28px; }
.hero-pills span { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.85); font-size: .92rem; }
.hero-pills svg { width: 17px; height: 17px; color: var(--gold); }

/* Trust strip (dark, sub hero) */
.trust-strip { position: relative; z-index: 2; background: rgba(0,0,0,.4); border-top: 1px solid var(--line-d); }
.trust-strip .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 14px 30px; padding: 20px 24px; }
.trust-strip .ti { display: inline-flex; align-items: baseline; gap: 8px; color: rgba(255,255,255,.78); font-size: .9rem; }
.trust-strip .ti b { font-family: var(--serif); color: #fff; font-size: 1.05rem; font-weight: 600; }
.trust-strip .sep { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); opacity: .8; }

/* ============ HEAD BLOCK ============ */
.head-block { max-width: 660px; margin-bottom: 50px; }
.head-block.center { margin-left: auto; margin-right: auto; }
.head-block h2 { margin: 16px 0 14px; }
.head-block p { font-size: 1.1rem; }

/* ============ GRID & CARDS ============ */
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; }
.card { background: linear-gradient(180deg, #fff, #fdfcf9); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 32px 30px; box-shadow: 0 1px 2px rgba(20,16,12,.04); transition: transform .4s cubic-bezier(.16,1,.3,1), box-shadow .4s cubic-bezier(.16,1,.3,1), border-color .3s; }
.card:hover { box-shadow: 0 2px 4px rgba(20,16,12,.05), 0 26px 52px -14px rgba(20,16,12,.20); transform: translateY(-5px); border-color: #e4dccb; }
.card .ic { width: 48px; height: 48px; border-radius: 10px; background: linear-gradient(155deg, var(--gold-soft), #fff); color: var(--gold-d); box-shadow: inset 0 0 0 1px rgba(230,168,0,.20); display: grid; place-items: center; margin-bottom: 20px; transition: transform .4s cubic-bezier(.16,1,.3,1); }
.card:hover .ic { transform: scale(1.06) rotate(-2deg); }
.card .ic svg { width: 24px; height: 24px; }
.card h3 { margin-bottom: 9px; }
.card p { font-size: .99rem; }
.card.pain { border-left: 3px solid var(--gold); }
.tag-list { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 16px; }
.tag-list span { font-size: .8rem; background: var(--bg-alt); color: var(--muted); padding: 5px 12px; border-radius: 999px; }
.tag-list .tag-more { background: var(--gold-soft); color: var(--gold-d); font-weight: 600; }

.alt { background: var(--bg-alt); }
.on-dark { background: radial-gradient(115% 75% at 88% -5%, rgba(251,191,28,.11), transparent 55%), var(--bg-dark); color: rgba(255,255,255,.82); position: relative; }
.on-dark > .wrap { position: relative; z-index: 2; }
.on-dark h2, .on-dark h3 { color: #fff; }
.on-dark p { color: rgba(255,255,255,.74); }

/* ============ OBIECȚII ============ */
.obj-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; max-width: 880px; margin: 0 auto; }
.obj { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); padding: 22px 24px; display: flex; gap: 15px; align-items: flex-start; }
.obj .q { font-family: var(--serif); font-size: 2rem; color: var(--gold); line-height: .8; flex: none; }
.obj p { color: var(--ink); font-weight: 500; font-size: 1rem; }

/* ============ SPLIT / PROCES ============ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px,5vw,70px); align-items: start; }
.list { list-style: none; display: grid; gap: 15px; }
.list li { display: flex; gap: 13px; align-items: flex-start; font-size: 1.02rem; color: var(--text); }
.mk { width: 24px; height: 24px; border-radius: 6px; display: grid; place-items: center; flex: none; }
.mk svg { width: 14px; height: 14px; }
.mk.yes { background: var(--gold-soft); color: var(--gold-d); }
.mk.no { background: #FBE7E2; color: #C0492F; }
.on-dark .mk.yes { background: rgba(251,191,28,.18); color: var(--gold); }
.on-dark .list li { color: rgba(255,255,255,.82); }

.steps { display: grid; gap: 22px; counter-reset: s; }
.step { display: flex; gap: 20px; align-items: flex-start; }
.step .n { counter-increment: s; flex: none; width: 46px; height: 46px; border-radius: 10px; background: var(--ink); color: var(--gold); display: grid; place-items: center; font-family: var(--serif); font-size: 1.25rem; font-weight: 600; }
.step .n::before { content: counter(s); }
.on-dark .step .n { background: rgba(255,255,255,.08); }
.step h3 { margin-bottom: 4px; }
.step p { font-size: .98rem; }

.panel { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px; box-shadow: var(--shadow); }
.panel h3 { margin-bottom: 20px; }
.panel .list li { font-size: 1rem; }

/* ============ SERVICII / foto split ============ */
.media-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px,5vw,68px); align-items: center; }
.media-split .ph { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-lg); aspect-ratio: 4/5; }
.media-split .ph img { width: 100%; height: 100%; object-fit: cover; }
.media-split.rev .txt { order: 2; }

/* ============ TESTIMONIALE ============ */
.testi-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.testi { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 30px; display: flex; flex-direction: column; gap: 16px; box-shadow: var(--shadow); }
.testi .stars { color: var(--gold); letter-spacing: 1px; }
.testi p { color: var(--ink); font-size: 1.04rem; line-height: 1.55; flex: 1; }
.testi .who { display: flex; align-items: center; gap: 12px; }
.testi .av { width: 44px; height: 44px; border-radius: 50%; background: var(--ink); color: var(--gold); display: grid; place-items: center; font-weight: 700; font-family: var(--serif); }
.testi .who b { font-size: .95rem; color: var(--ink); }
.testi .who small { color: var(--muted); display: block; font-size: .82rem; }

/* ============ FIT (cui i se potrivește) ============ */
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 940px; margin: 0 auto; }
.fit { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 32px; }
.fit.no { background: var(--bg-alt); }
.fit h3 { margin-bottom: 20px; display: flex; align-items: center; gap: 11px; }
.fit .list li { font-size: .99rem; }

/* ============ ABOUT ============ */
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(34px,5vw,64px); align-items: center; }
.about-photo { border-radius: var(--r-lg); overflow: hidden; aspect-ratio: 4/5; box-shadow: var(--shadow-lg); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; }
.about h2 { margin: 16px 0 18px; }
.about p { font-size: 1.07rem; margin-bottom: 16px; color: var(--text); }
.creds { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.cred { border: 1px solid var(--line); border-radius: var(--r); padding: 14px 18px; }
.cred b { font-family: var(--serif); color: var(--ink); font-size: 1.3rem; display: block; }
.cred small { font-size: .8rem; color: var(--muted); }

/* ============ CTA BAND ============ */
.cta-band { position: relative; overflow: hidden; border-radius: var(--r-lg); background: var(--bg-dark); color: #fff; padding: clamp(44px,6vw,80px); text-align: center; }
.cta-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 30%; opacity: .22; }
.cta-band .inner { position: relative; z-index: 2; }
.cta-band h2 { color: #fff; max-width: 20ch; margin: 14px auto 16px; }
.cta-band p { color: rgba(255,255,255,.82); max-width: 50ch; margin: 0 auto 30px; }
.cta-band .hero-cta { justify-content: center; }
.cta-band .hero-pills { justify-content: center; }

/* ============ FAQ ============ */
.faq { max-width: 780px; margin: 0 auto; }
.faq details { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); margin-bottom: 12px; }
.faq summary { list-style: none; cursor: pointer; padding: 21px 24px; font-weight: 600; font-size: 1.05rem; color: var(--ink); display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .chev { flex: none; width: 26px; height: 26px; display: grid; place-items: center; color: var(--gold-d); transition: transform .25s; }
.faq details[open] summary .chev { transform: rotate(180deg); }
.faq details p { padding: 0 24px 22px; font-size: 1rem; }

/* ============ CONTACT ============ */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 34px; }
.contact-card h3 { margin-bottom: 22px; }
.crow { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 18px; }
.crow .i { width: 42px; height: 42px; border-radius: 9px; background: var(--gold-soft); color: var(--gold-d); display: grid; place-items: center; flex: none; }
.crow .i svg { width: 20px; height: 20px; }
.crow b { display: block; font-size: .98rem; color: var(--ink); }
.crow span { color: var(--muted); font-size: .9rem; }

/* ============ FOOTER ============ */
.site-footer { background: var(--black); color: rgba(255,255,255,.62); padding: 64px 0 28px; }
.site-footer .cols { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 44px; margin-bottom: 40px; }
.site-footer .brand { color: #fff; margin-bottom: 16px; }
.site-footer h4 { color: #fff; font-family: var(--sans); font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 16px; }
.site-footer a { display: block; color: rgba(255,255,255,.6); font-size: .93rem; margin-bottom: 10px; }
.site-footer a:hover { color: #fff; }
.site-footer .legal { border-top: 1px solid rgba(255,255,255,.12); padding-top: 24px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: .82rem; color: rgba(255,255,255,.45); }

/* ============ MOBILE ============ */
.mobile-menu { display: none; }
.mobile-cta { display: none; }

/* ============ REVEAL ============ */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.in { opacity: 1; transform: none; }
.grid-3 .reveal:nth-child(2), .testi-grid .reveal:nth-child(2) { transition-delay: .07s; }
.grid-3 .reveal:nth-child(3), .testi-grid .reveal:nth-child(3) { transition-delay: .14s; }
.grid-3 .reveal:nth-child(4) { transition-delay: .05s; }
.grid-3 .reveal:nth-child(5) { transition-delay: .12s; }
.grid-3 .reveal:nth-child(6) { transition-delay: .19s; }

/* placeholder pill */
.ph-note { font-size: .7rem; color: var(--gold-d); background: var(--gold-soft); padding: 3px 9px; border-radius: 5px; font-weight: 700; }

/* ============ RESPONSIVE ============ */
@media (max-width: 980px) {
  .about-grid, .split, .media-split, .media-split.rev .txt, .contact-grid { grid-template-columns: 1fr; }
  .media-split.rev .txt { order: 0; }
  .grid-3, .testi-grid { grid-template-columns: 1fr 1fr; }
  .nav-links, .nav-cta .btn { display: none; }
  .nav-toggle { display: block; }
  .nav { height: 66px; }
  .mobile-menu.open { top: 66px; }
  .mobile-menu { display: none; }
  .mobile-menu.open {
    display: flex; flex-direction: column; position: absolute; top: 78px; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line); padding: 14px 24px 22px; box-shadow: var(--shadow-lg);
  }
  .mobile-menu a { padding: 13px 4px; color: var(--ink); font-weight: 500; border-bottom: 1px solid var(--line); }
  .mobile-menu .btn { margin-top: 14px; }
  .media-split .ph { max-width: 460px; margin: 0 auto; }
}
@media (max-width: 640px) {
  body { font-size: 16px; padding-bottom: 74px; }
  .grid-3, .grid-2, .testi-grid, .obj-grid, .fit-grid { grid-template-columns: 1fr; }

  .hero { min-height: 92vh; padding-top: 88px; }
  .hero > .wrap { padding-top: 14px; padding-bottom: 36px; }
  .hero-bg img { object-position: 50% 12%; }
  .page-consult .hero-bg img { object-position: 52% 10% !important; }
  .page-cariera .hero-bg img { object-position: 38% 14% !important; }
  .hero-bg::after {
    background: linear-gradient(180deg,
      rgba(11,9,8,.58) 0%, rgba(11,9,8,.22) 18%, rgba(11,9,8,.34) 36%,
      rgba(11,9,8,.74) 64%, rgba(11,9,8,.96) 100%);
  }

  .hero h1 { font-size: 2rem; line-height: 1.12; margin-bottom: 15px; }
  .hero-sub { font-size: 1.04rem; line-height: 1.5; margin-bottom: 24px; }
  .hero .rating { margin-bottom: 16px; }

  .btn { font-weight: 600; letter-spacing: .005em; }
  .btn-lg { padding: 13px 22px; font-size: .94rem; }
  .hero-cta { flex-direction: column; align-items: stretch; gap: 9px; }
  .hero-cta .btn-gold { width: 100%; box-shadow: 0 2px 10px rgba(251,191,28,.16); }
  .hero-cta .btn-outline-w { width: auto; align-self: center; padding: 10px 18px; font-size: .88rem; border-color: rgba(255,255,255,.26); }
  .hero-pills { gap: 10px 20px; margin-top: 18px; }

  .btn-wa { background: transparent; color: #1a9d4c; border-color: rgba(37,211,102,.55); box-shadow: none; }
  .btn-wa:hover { background: rgba(37,211,102,.08); }
  .cta-band .btn-wa, .on-dark .btn-wa { color: #4ade80; border-color: rgba(74,222,128,.5); }

  .section { padding: 56px 0; }
  .cta-band .hero-cta .btn-gold, .cta-band .hero-cta .btn-wa { width: 100%; }
  .contact-card { padding: 26px 22px; }
  .panel { padding: 26px 22px; }
  .site-footer .cols { grid-template-columns: 1fr; gap: 32px; }

  .mobile-cta {
    display: flex; gap: 9px; position: fixed; bottom: 0; left: 0; right: 0; z-index: 70;
    background: rgba(255,255,255,.95); backdrop-filter: blur(10px); border-top: 1px solid var(--line);
    padding: 9px 13px calc(9px + env(safe-area-inset-bottom));
  }
  .mobile-cta .btn { flex: 1; padding: 11px; font-size: .92rem; }
  .mobile-cta .btn-gold { box-shadow: 0 1px 6px rgba(251,191,28,.14); }
}

/* ============ POLISH ============ */
::selection { background: var(--gold); color: var(--ink); }
:focus-visible { outline: 2px solid var(--gold-d); outline-offset: 3px; border-radius: 5px; }
html { scrollbar-color: #cfc7ba transparent; }
::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-thumb { background: #d4ccbf; border: 3px solid var(--bg); border-radius: 99px; }
::-webkit-scrollbar-thumb:hover { background: var(--gold-d); }

.hero::after, .on-dark::before, .cta-band::before, .site-footer::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; opacity: .055;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
.site-footer { position: relative; }
.site-footer .wrap { position: relative; z-index: 2; }

@keyframes heroUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: none; } }
.hero-inner > * { animation: heroUp .9s cubic-bezier(.16,1,.3,1) both; }
.hero-inner > :nth-child(1) { animation-delay: .05s; }
.hero-inner > :nth-child(2) { animation-delay: .14s; }
.hero-inner > :nth-child(3) { animation-delay: .23s; }
.hero-inner > :nth-child(4) { animation-delay: .32s; }
.hero-inner > :nth-child(5) { animation-delay: .41s; }

.faq summary:hover { color: var(--gold-d); }
.faq details { transition: border-color .25s, box-shadow .25s; }
.faq details[open] { border-color: rgba(230,168,0,.42); box-shadow: var(--shadow); }

@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; animation-delay: 0s !important; transition-duration: .001ms !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
}
