html, body { margin: 0; padding: 0; }
body { background: #151b2b; font-family: Poppins, Helvetica, sans-serif; }
a { color: #0f4c46; text-decoration: none; }
a:hover { color: #0a332f; }
img { max-width: none; }

@keyframes deckInLeft { from { opacity: 0; transform: translate3d(-44px, 20px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes deckInRight { from { opacity: 0; transform: translate3d(44px, 20px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes deckInUp { from { opacity: 0; transform: translate3d(0, 44px, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes drawIn { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }

.page { width: 100%; background: #151b2b; position: relative; overflow: hidden; }

.bg-waves { position: absolute; left: 0; right: 0; top: 904px; bottom: 0; width: 100%; pointer-events: none; }

/* ---------- Hero ---------- */
.hero { position: relative; width: 100%; height: 904px; overflow: hidden; }

.nav { position: absolute; left: 0; right: 0; top: 0; z-index: 10; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: clamp(18px, 2.4vw, 30px) clamp(24px, 4vw, 64px); box-sizing: border-box; }
.nav-brand { font-size: 19px; font-weight: 700; color: #ffffff; letter-spacing: 0.01em; white-space: nowrap; }
.nav-menu { display: flex; align-items: center; gap: clamp(18px, 2.4vw, 36px); }
.nav-link { color: rgba(255,255,255,0.75); font-size: 15px; }
.nav-link:hover { color: #ffffff; }
.nav-lang { display: flex; align-items: center; gap: 7px; font-size: 14px; }
.nav-lang-sep { color: rgba(255,255,255,0.35); }
.lang-active { color: #ffffff; font-weight: 600; }
.lang-active:hover { color: #ffffff; }
.lang-inactive { color: rgba(255,255,255,0.45); font-weight: 600; }
.lang-inactive:hover { color: #ffffff; }
.nav-cta { color: #ffffff; font-size: 15px; font-weight: 600; border: 1.5px solid rgba(255,255,255,0.4); border-radius: 30px; padding: 9px 22px; }
.nav-cta:hover { background: #ffffff; color: #0f4c46; border-color: #ffffff; }

.hero-waves { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; }
.draw-1 { stroke-dasharray: 1; animation: drawIn 1400ms ease-out 200ms both; }
.draw-2 { stroke-dasharray: 1; animation: drawIn 1000ms ease-out 700ms both; }
.draw-3 { stroke-dasharray: 1; animation: drawIn 1000ms ease-out 1100ms both; }

.collage { position: absolute; left: 0; top: 48px; width: 1900px; height: 904px; zoom: 1; pointer-events: none; }
.deck { position: absolute; inset: 0; }
.deck-a { z-index: 2; animation: deckInLeft 700ms cubic-bezier(.22,.61,.36,1) 120ms both; }
.deck-b { z-index: 4; animation: deckInUp 800ms cubic-bezier(.22,.61,.36,1) 420ms both; }
.deck-c { z-index: 6; animation: deckInLeft 700ms cubic-bezier(.22,.61,.36,1) 280ms both; }
.deck-d { z-index: 7; animation: deckInRight 700ms cubic-bezier(.22,.61,.36,1) 600ms both; }
body:not(.imgs-ready) .deck { animation-play-state: paused; }
@media (prefers-reduced-motion: reduce) {
  .deck, .draw-1, .draw-2, .draw-3 { animation: none; }
}

.img-shop { position: absolute; left: 193px; top: -55px; width: 294px; z-index: 2; }
.img-app { position: absolute; left: 61px; top: 127px; width: 310px; z-index: 3; }
.img-portfolio { position: absolute; left: -115px; top: 407px; width: 271px; z-index: 3; }
.img-laptop { position: absolute; left: -206px; top: 23px; width: 1058px; }
.img-editorial { position: absolute; left: 112px; top: 279px; width: 231px; z-index: 2; }
.img-campaign { position: absolute; left: 107px; top: 412px; width: 345px; z-index: 1; }
.img-soon { position: absolute; left: 631px; top: -93px; width: 524px; z-index: 1; }
.img-brand { position: absolute; left: 948px; top: 135px; width: 278px; z-index: 2; }

.hero-copy { position: absolute; left: 0; top: 0; width: 600px; display: flex; flex-direction: column; gap: clamp(16px, 2vw, 26px); z-index: 9; align-items: flex-start; text-align: left; }
.hero-copy h1 { margin: 0; font-size: clamp(34px, 4vw, 62px); line-height: 1.05; font-weight: 700; color: #ffffff; letter-spacing: -0.01em; text-wrap: pretty; }
.hero-copy p { margin: 0; font-size: clamp(16px, 1.5vw, 21px); line-height: 1.6; color: rgba(255,255,255,0.92); max-width: 32ch; align-self: flex-start; }
.hero-cta { align-self: flex-start; background: #ffffff; color: #0f4c46; padding: clamp(14px, 1.6vw, 20px) clamp(32px, 3.4vw, 44px); border-radius: 40px; font-size: clamp(16px, 1.4vw, 18px); font-weight: 600; box-shadow: 0 20px 40px rgba(15,60,55,0.18); }
.hero-cta:hover { background: #0f4c46; color: #ffffff; }

/* ---------- Sections ---------- */
.section-what { max-width: 1160px; margin: 0 auto; padding: clamp(72px, 9vw, 130px) 24px 0; display: flex; flex-direction: column; gap: clamp(36px, 4vw, 56px); }
.section-intro { display: flex; flex-direction: column; gap: 18px; max-width: 640px; }
.eyebrow { font-size: 13px; font-weight: 600; letter-spacing: 0.16em; color: rgba(255,255,255,0.55); }
.section-h2 { margin: 0; font-size: clamp(28px, 3.2vw, 44px); line-height: 1.12; font-weight: 700; color: #ffffff; text-wrap: pretty; }
.section-p { margin: 0; font-size: 17px; line-height: 1.7; color: rgba(255,255,255,0.75); }

.card-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px, 1fr)); gap: 20px; }
.card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.07); border-radius: 18px; padding: clamp(26px, 3vw, 36px); display: flex; flex-direction: column; gap: 12px; }
.card h3 { margin: 0; font-size: 20px; font-weight: 600; color: #ffffff; }
.card p { margin: 0; font-size: 16px; line-height: 1.7; color: rgba(255,255,255,0.7); }

.section-how { max-width: 1160px; margin: 0 auto; padding: clamp(72px, 9vw, 130px) 24px 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: clamp(32px, 4vw, 64px); align-items: start; }
.section-how-head { display: flex; flex-direction: column; gap: 18px; }
.section-how-body { display: flex; flex-direction: column; gap: 20px; }
.section-how-body p { margin: 0; font-size: 17px; line-height: 1.75; color: rgba(255,255,255,0.78); }

.banner-wrap { max-width: 1160px; margin: 0 auto; padding: clamp(72px, 9vw, 130px) 24px 0; }
.banner { background: rgba(123,76,247,0.14); border: 1px solid rgba(123,76,247,0.35); border-radius: 22px; padding: clamp(32px, 4.5vw, 56px); display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.banner h2 { margin: 0; font-size: clamp(26px, 2.8vw, 38px); line-height: 1.15; font-weight: 700; color: #ffffff; text-wrap: pretty; }
.banner p { margin: 0; font-size: 17px; line-height: 1.75; color: rgba(255,255,255,0.82); max-width: 72ch; }
.banner-cta { color: #ffffff; font-size: 16px; font-weight: 600; border: 1.5px solid rgba(255,255,255,0.45); border-radius: 30px; padding: 13px 30px; margin-top: 6px; }
.banner-cta:hover { background: #ffffff; color: #0f4c46; border-color: #ffffff; }

.section-contact { max-width: 860px; margin: 0 auto; padding: clamp(72px, 9vw, 130px) 24px; display: flex; flex-direction: column; align-items: center; gap: 22px; text-align: center; }
.section-contact .section-p { max-width: 46ch; }
.contact-cta { background: #ffffff; color: #0f4c46; padding: 18px 40px; border-radius: 40px; font-size: 17px; font-weight: 600; box-shadow: 0 20px 40px rgba(0,0,0,0.25); margin-top: 8px; }
.contact-cta:hover { background: #0f4c46; color: #ffffff; }

.footer { max-width: 1160px; margin: 0 auto; padding: 28px 24px; border-top: 1px solid rgba(255,255,255,0.1); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; }
.footer span { font-size: 14px; color: rgba(255,255,255,0.55); }
.footer a { font-size: 14px; color: rgba(255,255,255,0.55); }
.footer a:hover { color: #ffffff; }

/* ---------- Mobile (< 900px) ---------- */
@media (max-width: 899.98px) {
  .nav-link { display: none; }
  .img-portfolio, .img-brand { display: none; }
  .img-soon { left: 520px; }
  .hero-copy { align-items: center; text-align: center; }
  .hero-copy p { align-self: center; }
  .hero-cta { align-self: center; }
}
