:root {
  --ink: #262e3c;
  --ink-deep: #151b26;
  --slate: #5a6472;
  --mist: #d9dde3;
  --white: #ffffff;
  --line: rgba(38, 46, 60, 0.13);
  --radius: 20px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ink); font-family: 'Inter', system-ui, sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
img { max-width: 100%; display: block; }
[v-cloak] { display: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.section-shell { padding-left: clamp(1.25rem, 5vw, 5.5rem); padding-right: clamp(1.25rem, 5vw, 5.5rem); }
.site-header { position: fixed; z-index: 20; inset: 0 0 auto; height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 clamp(1.25rem, 5vw, 5.5rem); color: var(--white); background: transparent; transition: background .25s ease, box-shadow .25s ease; }
.site-header--scrolled { background: rgba(21, 27, 38, .92); box-shadow: 0 10px 35px rgba(0, 0, 0, .15); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; gap: .6rem; letter-spacing: .2em; font-size: .8rem; font-weight: 700; }
.brand__mark { width: 28px; height: 28px; object-fit: contain; filter: brightness(0) invert(1); }
.brand__name { white-space: nowrap; }
.main-nav { display: flex; align-items: center; gap: clamp(1.25rem, 3vw, 2.7rem); font-size: .88rem; color: rgba(255, 255, 255, .74); }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--white); }
.nav-cta { padding: .55rem 1rem; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; color: var(--white) !important; }
.language-switch { display: inline-flex; align-items: center; gap: .35rem; color: var(--white) !important; font-size: .72rem; font-weight: 700; letter-spacing: .12em; }
.language-switch span:last-child { font-size: .9rem; font-weight: 400; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--white); padding: .5rem; }
.menu-toggle span:not(.sr-only) { width: 23px; height: 2px; display: block; margin: 4px 0; background: currentColor; }

.hero { min-height: 760px; position: relative; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); align-items: center; gap: clamp(2rem, 5vw, 7rem); overflow: hidden; padding-top: 8rem; padding-bottom: 6rem; color: var(--white); background: radial-gradient(circle at 75% 30%, rgba(90, 100, 114, .35), transparent 33%), linear-gradient(130deg, var(--ink-deep), var(--ink) 62%, #313b4b); }
.hero::before { content: ''; position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.16) 1px, transparent 1px); background-size: 68px 68px; mask-image: linear-gradient(90deg, #000, transparent 88%); pointer-events: none; }
.hero__copy, .hero__visual { position: relative; z-index: 1; }
.hero__copy { max-width: 670px; }
.eyebrow { display: flex; align-items: center; gap: .75rem; margin: 0 0 1.4rem; color: rgba(255,255,255,.66); font-size: .72rem; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow__line { width: 34px; height: 1px; display: inline-block; background: currentColor; opacity: .7; }
.eyebrow--dark { color: var(--slate); }
h1, h2, h3 { font-family: 'Manrope', system-ui, sans-serif; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 740px; margin: 0; font-size: clamp(3.3rem, 7vw, 6.8rem); font-weight: 700; }
.hero__intro { max-width: 570px; margin: 2rem 0 0; color: rgba(255,255,255,.73); font-size: clamp(1.04rem, 1.4vw, 1.2rem); }
.hero__actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; margin-top: 2.35rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .7rem; min-height: 50px; padding: .75rem 1.25rem; border: 1px solid transparent; border-radius: 999px; font-size: .88rem; font-weight: 600; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--white); color: var(--ink); }
.button--primary:hover { background: var(--mist); }
.button--dark { background: var(--ink); color: var(--white); }
.button--dark:hover { background: var(--ink-deep); }
.text-link { display: inline-flex; gap: .65rem; align-items: center; color: var(--white); font-size: .88rem; font-weight: 600; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, -3px); }
.hero__proof { display: flex; align-items: center; gap: .6rem; margin-top: 4.3rem; color: rgba(255,255,255,.54); font-size: .8rem; }
.proof-dot { width: 7px; height: 7px; border-radius: 50%; background: #dce2e9; box-shadow: 0 0 0 5px rgba(220,226,233,.1); }
.hero__visual { min-height: 430px; }
.hero__glow { position: absolute; width: 360px; height: 360px; right: 4%; top: 14%; border-radius: 50%; background: rgba(217,221,227,.13); filter: blur(10px); }
.hero__grid { position: absolute; inset: 2rem 0 0 1rem; opacity: .24; background: linear-gradient(135deg, transparent 48%, rgba(255,255,255,.24) 49%, transparent 50%); background-size: 52px 52px; transform: rotate(-12deg); }
.hero__card { position: absolute; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.22); background: rgba(255,255,255,.08); box-shadow: 0 22px 70px rgba(0,0,0,.2); backdrop-filter: blur(14px); }
.hero__card--main { width: min(72vw, 340px); height: min(72vw, 340px); top: 5%; left: 9%; flex-direction: column; gap: 1.2rem; border-radius: 30px; transform: rotate(7deg); }
.hero__card--main img { width: 45%; filter: brightness(0) invert(1); opacity: .9; }
.hero__card--main span { color: rgba(255,255,255,.76); font-size: .72rem; letter-spacing: .22em; text-transform: uppercase; }
.hero__card--small { width: 132px; height: 74px; right: 0; top: 17%; border-radius: 15px; justify-content: space-around; color: rgba(255,255,255,.68); font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; transform: rotate(-8deg); }
.hero__card--small strong { color: var(--white); font-size: 1.4rem; font-weight: 400; }
.hero__card--small-two { top: auto; bottom: 10%; right: 11%; transform: rotate(5deg); }

.section-shell--light { background: var(--white); }
.services { padding-top: 8rem; padding-bottom: 8.5rem; }
.section-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 4rem; align-items: end; }
h2 { margin: 0; font-size: clamp(2.5rem, 5vw, 4.8rem); font-weight: 700; }
h2 em { color: var(--slate); font-style: normal; }
.section-heading__text { max-width: 430px; margin: 0 0 .2rem auto; color: var(--slate); font-size: 1rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 5rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card { position: relative; min-height: 280px; padding: 1.65rem 1.35rem 1.8rem; border-right: 1px solid var(--line); transition: background .25s ease, transform .25s ease; }
.service-card:last-child { border-right: 0; }
.service-card:hover { background: #f6f7f9; transform: translateY(-4px); }
.service-card--featured { background: var(--ink); color: var(--white); }
.service-card--featured:hover { background: var(--ink-deep); }
.service-card__number { color: var(--slate); font-size: .72rem; letter-spacing: .14em; }
.service-card--featured .service-card__number { color: rgba(255,255,255,.45); }
.service-card__icon { margin-top: 3.1rem; color: var(--slate); font-size: 2rem; font-weight: 300; }
.service-card--featured .service-card__icon { color: var(--mist); }
.service-card h3 { max-width: 210px; margin: 1rem 0 .75rem; font-size: 1.2rem; letter-spacing: -.02em; }
.service-card p { margin: 0; color: var(--slate); font-size: .9rem; line-height: 1.6; }
.service-card--featured p { color: rgba(255,255,255,.68); }

.about { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2.5rem, 8vw, 10rem); align-items: center; padding-top: 8.5rem; padding-bottom: 9rem; color: var(--white); background: linear-gradient(150deg, #202835, var(--ink)); }
.about__mark { display: grid; place-items: center; min-height: 370px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; background: linear-gradient(150deg, rgba(255,255,255,.06), rgba(255,255,255,.015)); }
.about__mark img { width: 48%; opacity: .95; filter: brightness(0) invert(1); }
.about__copy { max-width: 650px; }
.about__copy h2 { max-width: 650px; }
.about__copy > p:not(.eyebrow) { max-width: 590px; color: rgba(255,255,255,.7); }
.about__reach { display: grid; grid-template-columns: minmax(120px, .45fr) 1fr; gap: 1.25rem; max-width: 590px; margin-top: 2rem; padding: 1.1rem 0; border-top: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); color: rgba(255,255,255,.82); font-size: .92rem; }
.about__reach-label { color: rgba(255,255,255,.48); font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.text-link--light { margin-top: 1.2rem; }

.contact { padding-top: 7.5rem; padding-bottom: 4.5rem; }
.contact__panel { display: flex; align-items: end; justify-content: space-between; gap: 2rem; padding-bottom: 5rem; border-bottom: 1px solid var(--line); }
.contact h2 { max-width: 600px; }
.contact__intro { max-width: 480px; margin-bottom: 0; color: var(--slate); }
.contact__details { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.25rem; color: var(--slate); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.contact__details a { color: var(--ink); font-weight: 600; }
.site-footer { display: flex; justify-content: space-between; gap: 1rem; padding-top: 1.25rem; padding-bottom: 1.25rem; color: rgba(255,255,255,.55); background: var(--ink); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 9rem; }
  .hero__visual { min-height: 340px; max-width: 520px; width: 100%; margin: 0 auto; }
  .section-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .section-heading__text { margin-left: 0; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(2) { border-right: 0; }
  .service-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .about { grid-template-columns: 1fr; }
  .about__mark { min-height: 250px; max-width: 480px; }
  .about__reach { grid-template-columns: 1fr; gap: .35rem; }
  .contact__panel { align-items: start; flex-direction: column; }
}

@media (max-width: 620px) {
  .site-header { height: 68px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 1rem; right: 1rem; top: 62px; display: none; flex-direction: column; align-items: stretch; gap: .25rem; padding: .75rem; border: 1px solid rgba(255,255,255,.14); border-radius: 16px; background: rgba(21,27,38,.97); box-shadow: 0 18px 45px rgba(0,0,0,.25); }
  .main-nav--open { display: flex; }
  .main-nav a { padding: .7rem .75rem; }
  .nav-cta { text-align: center; }
  .hero { padding-top: 8rem; padding-bottom: 4.5rem; }
  h1 { font-size: clamp(2.8rem, 15vw, 4.2rem); }
  .hero__visual { min-height: 290px; }
  .hero__card--main { width: 250px; height: 250px; left: 4%; }
  .hero__card--small { width: 110px; height: 62px; }
  .services, .about { padding-top: 5.5rem; padding-bottom: 5.5rem; }
  .service-grid { grid-template-columns: 1fr; margin-top: 3rem; }
  .service-card { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .service-card:nth-child(2) { border-bottom: 1px solid var(--line); }
  .service-card__icon { margin-top: 2rem; }
  .contact { padding-top: 5.5rem; }
  .contact__panel { padding-bottom: 3.5rem; }
  .contact__details, .site-footer { align-items: flex-start; flex-direction: column; gap: .6rem; }
}
