
* { box-sizing: border-box; }
html:focus-within { scroll-behavior: smooth; }
body { margin: 0; font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, 'Apple Color Emoji','Segoe UI Emoji','Noto Color Emoji', sans-serif; line-height: 1.6; background:#070f19; color:#eef6ff; }
h1, h2, h3 { font-family: 'Bebas Neue', Montserrat, system-ui, sans-serif; letter-spacing: .6px; }
img { max-width: 100%; display: block; }
a { color: #2ecc71; }
a:hover { text-decoration: underline; }
.wrap { max-width: 1160px; margin-inline: auto; padding: 0 20px; }
.section { padding: 70px 0; }
.section.alt { background: rgba(11,26,40,.65); backdrop-filter: blur(2px); }
.section-title { font-size: clamp(2rem, 1.5rem + 2vw, 2.8rem); margin: 0 0 16px; text-transform: uppercase; letter-spacing: .8px; font-weight: 900; color: #e74c3c; }
.muted { color: #a6bdd6; }
.center { text-align: center; }
.bullets { padding-left: 18px; }
.bullets li { margin: 6px 0; }

body::before {
  content: ""; position: fixed; inset: 0;
  background-image: url('assets/img/job-03.jpeg');
  background-size: cover; background-position: center;
  opacity: .14; filter: blur(2px) saturate(1.05);
  z-index: -2;
}
body::after {
  content: ""; position: fixed; inset: 0; pointer-events: none;
  background-image:
    radial-gradient(8px 8px at 10% 20%, rgba(231,76,60,.15) 40%, transparent 42%),
    radial-gradient(10px 10px at 30% 70%, rgba(46,204,113,.15) 40%, transparent 42%),
    radial-gradient(7px 7px at 70% 30%, rgba(255,215,0,.12) 40%, transparent 42%);
  background-size: 600px 600px; animation: bokehFloat 32s linear infinite;
  z-index: -1;
}
@keyframes bokehFloat { 0%{ background-position: 0 0; } 100%{ background-position: 0 600px; } }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(8,20,32,.8); backdrop-filter: blur(10px); border-bottom: 2px solid #164266; box-shadow: 0 10px 30px rgba(0,0,0,.25); }
.site-header .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 20px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; color: #eef6ff; }
.site-nav { display: flex; align-items: center; gap: 18px; }
.site-nav a { color: #eef6ff; font-weight: 800; text-transform: uppercase; }
.nav-toggle { display: none; border: 2px solid #2ecc71; background: #0e2238; color: #eef6ff; padding: 8px 10px; border-radius: 8px; }

.hero { position: relative; padding: 110px 0; overflow: hidden; background: linear-gradient(180deg, rgba(0,0,0,.25), rgba(0,0,0,.55)); }
.hero::before { content: ''; position: absolute; inset: 0; background-image: var(--hero); background-size: cover; background-position: center; filter: brightness(.42) contrast(1.06); }
.hero .hero-inner { position: relative; }
.hero-copy h1 { font-size: clamp(2.6rem, 1.8rem + 3.4vw, 4.2rem); margin: 0 0 12px; color: #e74c3c; font-weight: 900; text-shadow: 0 4px 30px rgba(0,0,0,.45); }
.hero-copy .lead { color: #eef6ff; font-size: 1.2rem; }

.badges { display: flex; flex-wrap: wrap; gap: 10px; padding-left: 18px; }
.badges li { list-style: '✓ '; }
.light-string { position: absolute; left: 0; right: 0; top: 0; height: 140px; pointer-events: none; }
.light-string .bulbs circle { fill: #2ecc71; animation: twinkle 2s infinite alternate; }
.light-string .bulbs circle:nth-child(odd) { fill: #e74c3c; animation-delay: .5s; }
@keyframes twinkle { from { opacity: .4; } to { opacity: 1; } }

.snow { position: absolute; left: 0; right: 0; top: 0; bottom: 0; pointer-events: none; background-image:
  radial-gradient(2px 2px at 10% 20%, rgba(255,255,255,.65) 50%, transparent 51%),
  radial-gradient(3px 3px at 30% 40%, rgba(255,255,255,.55) 50%, transparent 51%),
  radial-gradient(2px 2px at 70% 80%, rgba(255,255,255,.65) 50%, transparent 51%),
  radial-gradient(3px 3px at 90% 10%, rgba(255,255,255,.55) 50%, transparent 51%);
  background-size: 600px 600px; animation: snowfall 14s linear infinite;
}
.snow-back { opacity: .2; animation-duration: 20s; }
@keyframes snowfall { 0%{ background-position: 0 -600px; } 100%{ background-position: 0 600px; } }

.btn { display: inline-flex; align-items: center; justify-content: center; padding: 14px 20px; border-radius: 12px; font-weight: 900; border:2px solid transparent; cursor: pointer; }
.btn-primary { background: linear-gradient(135deg,#2ecc71,#27ae60); color: #0a1a27; border: 2px solid #27ae60; box-shadow: 0 12px 28px rgba(39,174,96,.35); }
.btn-primary:hover { transform: translateY(-1px); box-shadow: 0 18px 36px rgba(39,174,96,.45); }
.btn-ghost { background: transparent; color: #2ecc71; border-image: repeating-linear-gradient(135deg,#e74c3c 0 8px, #fff 8px 16px) 1; border-width:2px; }
.btn-ghost:hover { background: rgba(46,204,113,.12); }

.cards.two { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.cards.three { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.cards.four { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.card { position: relative; background: rgba(13,28,44,.9); border: 2px solid #1f4a6e; border-radius: 14px; padding: 20px; box-shadow: 0 16px 40px rgba(0,0,0,.35); }
.card.gift::before { content: "🎁"; position: absolute; right: 12px; top: 12px; font-size: 18px; opacity: .85; }
.card h3 { margin-top: 4px; font-weight: 900; color: #2ecc71; text-transform: uppercase; letter-spacing: .5px; }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.gallery-grid figure { margin: 0; background: rgba(13,28,44,.9); border: 2px solid #1f4a6e; border-radius: 14px; overflow: hidden; box-shadow: 0 14px 36px rgba(0,0,0,.35); }

.testimonials blockquote { background: rgba(18,38,60,.95); border-left: 4px solid #2ecc71; margin: 12px 0; padding: 12px 16px; border-radius: 10px; box-shadow: 0 14px 36px rgba(0,0,0,.35); }
.testimonials cite { display: block; margin-top: 4px; color: #a6bdd6; font-style: normal; }

.iframe-card { background: rgba(13,28,44,.9); border: 2px solid #1f4a6e; border-radius: 14px; box-shadow: 0 16px 40px rgba(0,0,0,.35); overflow: hidden; }
.gform { width: 100%; height: 1200px; border: 0; display:block; }

.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 16px; }
.foot-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; color: #eef6ff; }
.site-footer { border-top: 2px solid #164266; padding: 28px 0; background: rgba(9,22,34,.98); }
.footer-nav a { color: #eef6ff; }

@media (max-width: 980px) {
  .site-nav { display: none; position: absolute; top: 100%; right: 0; left: 0; background: rgba(13,28,44,.98); border-top: 2px solid #164266; box-shadow: 0 20px 40px rgba(0,0,0,.35); padding: 10px 16px; flex-direction: column; }
  .site-nav a { display: block; padding: 12px 6px; border-bottom: 1px solid rgba(255,255,255,.06); }
  .site-nav a:last-child { border-bottom: 0; }
  .nav-toggle { display: inline-flex; }
  .nav-open #site-nav { display: flex !important; }
}
.garland { --green:#2ecc71; --red:#e74c3c; --gold:#ffd700; height: 14px; margin: 32px 0; position: relative;
  background: repeating-linear-gradient(135deg, var(--green) 0 16px, var(--red) 16px 32px);
  border-radius: 8px; box-shadow: 0 6px 18px rgba(0,0,0,.25) inset; }
.garland::after { content:""; position:absolute; left:0; right:0; top:-8px; height:8px;
  background: linear-gradient(to bottom, rgba(255,255,255,.2), transparent);
  border-top-left-radius:8px; border-top-right-radius:8px; }
