:root {
  --blue: #2776e9;
  --blue-dark: #145ac3;
  --ink: #121722;
  --slate: #434b59;
  --muted: #687182;
  --line: #dfe4ec;
  --soft: #f4f7fb;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
section { scroll-margin-top: 84px; }

.skip-link { background: var(--ink); color: #fff; left: 12px; padding: 10px 14px; position: fixed; top: -80px; z-index: 100; }
.skip-link:focus { top: 12px; }

.site-header { align-items: center; backdrop-filter: blur(18px); background: rgba(255,255,255,.88); border-bottom: 1px solid rgba(223,228,236,.8); display: grid; grid-template-columns: 1fr auto 1fr; height: 86px; left: 0; padding: 0 clamp(24px,5vw,80px); position: fixed; right: 0; top: 0; z-index: 20; }
.brand { display: inline-flex; width: 158px; }
.brand img { display: block; height: auto; width: 100%; }
.desktop-nav { display: flex; gap: 34px; }
.desktop-nav a { color: var(--slate); font-size: 14px; font-weight: 650; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--blue); }
.header-actions { align-items: center; display: flex; gap: 24px; justify-content: flex-end; }
.language-switch { align-items: center; color: #b2b9c5; display: flex; font-size: 12px; font-weight: 750; gap: 5px; letter-spacing: .08em; }
.language-switch button { background: none; border: 0; color: #a0a8b5; cursor: pointer; padding: 8px 2px; }
.language-switch button.active { color: var(--ink); }

.button { align-items: center; background: var(--blue); border: 1px solid var(--blue); color: #fff; display: inline-flex; font-size: 14px; font-weight: 700; gap: 28px; justify-content: center; min-height: 54px; padding: 0 24px; transition: background .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover, .button:focus-visible { background: var(--blue-dark); border-color: var(--blue-dark); transform: translateY(-2px); }
.button-small { min-height: 42px; padding: 0 20px; }
.button svg, .text-link svg, .service-top svg, .contact-details svg { fill: none; height: 20px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; width: 20px; }
.eyebrow { align-items: center; color: var(--blue); display: flex; font-size: 12px; font-weight: 800; gap: 12px; letter-spacing: .12em; margin: 0 0 24px; text-transform: uppercase; }
.eyebrow > span:first-child { background: var(--blue); display: inline-block; flex: 0 0 28px; height: 2px; width: 28px; }

.hero { display: grid; grid-template-columns: minmax(0,1.02fr) minmax(420px,.98fr); min-height: 760px; padding: 86px 0 0 clamp(24px,6.5vw,110px); }
.hero-copy { align-self: center; max-width: 700px; padding: 84px clamp(36px,5vw,92px) 70px 0; }
.hero h1 { font-size: clamp(58px,6.3vw,96px); font-weight: 650; letter-spacing: -.055em; line-height: .98; margin: 0; max-width: 700px; }
.hero-lead { color: var(--muted); font-size: clamp(17px,1.5vw,20px); line-height: 1.7; margin: 34px 0 0; max-width: 630px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 30px; margin-top: 42px; }
.text-link { align-items: center; display: inline-flex; font-size: 14px; font-weight: 700; gap: 12px; }
.text-link:hover, .text-link:focus-visible { color: var(--blue); }
.trust-line { border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 650; letter-spacing: .035em; margin: 66px 0 0; padding-top: 22px; text-transform: uppercase; }
.hero-visual { background: #141a25; min-height: 674px; overflow: hidden; position: relative; }
.visual-grid { background-image: linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px); background-size: 72px 72px; inset: 0; position: absolute; }
.hero-visual::before { background: radial-gradient(circle,rgba(39,118,233,.45) 0,rgba(39,118,233,.12) 38%,transparent 68%); content: ""; height: 660px; left: 15%; position: absolute; top: 2%; width: 660px; }
.x-mark { height: 360px; left: 50%; position: absolute; top: 47%; transform: translate(-50%,-50%); width: 360px; }
.x-mark span { background: var(--blue); height: 115%; left: 47%; position: absolute; top: -8%; transform: rotate(34deg); width: 72px; }
.x-mark span:last-child { background: rgba(255,255,255,.93); transform: rotate(-34deg); }
.delivery-card { backdrop-filter: blur(10px); background: rgba(18,23,34,.75); border: 1px solid rgba(255,255,255,.2); color: #fff; display: grid; gap: 10px 16px; grid-template-columns: auto 1fr; padding: 18px; position: absolute; width: 190px; }
.delivery-card span { color: #8ca0bf; font-size: 10px; font-weight: 700; }
.delivery-card strong { font-size: 11px; letter-spacing: .13em; text-align: right; }
.delivery-card i { background: rgba(255,255,255,.16); grid-column: 1/-1; height: 3px; position: relative; }
.delivery-card i::after { background: var(--blue); content: ""; height: 100%; left: 0; position: absolute; width: 72%; }
.card-one { left: 8%; top: 17%; }
.card-two { bottom: 16%; right: 8%; }
.card-two i::after { width: 100%; }
.deadline-label { bottom: 32px; color: rgba(255,255,255,.58); font-size: 10px; font-weight: 800; left: 36px; letter-spacing: .34em; position: absolute; }
.deadline-label span { color: var(--blue); }

.services { background: var(--soft); padding: 120px clamp(24px,6.5vw,110px); }
.section-heading { align-items: end; display: grid; gap: 80px; grid-template-columns: minmax(0,1fr) minmax(280px,440px); margin: 0 auto 64px; max-width: 1400px; }
.section-heading h2, .approach h2, .about h2, .founder h2, .contact-section h2 { font-size: clamp(38px,4.2vw,62px); font-weight: 620; letter-spacing: -.045em; line-height: 1.08; margin: 0; }
.section-heading > p { color: var(--muted); font-size: 16px; line-height: 1.75; margin: 0 0 4px; }
.services-grid { display: grid; grid-template-columns: repeat(4,1fr); margin: 0 auto; max-width: 1400px; }
.service-card { background: #fff; border-right: 1px solid var(--line); min-height: 350px; padding: 32px; transition: background .2s ease, transform .2s ease; }
.service-card:first-child { border-left: 1px solid var(--line); }
.service-card:hover { background: var(--blue); color: #fff; transform: translateY(-8px); }
.service-top { align-items: center; color: var(--blue); display: flex; justify-content: space-between; }
.service-card:hover .service-top { color: #fff; }
.service-top > span { font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.service-card h3 { font-size: 22px; font-weight: 650; letter-spacing: -.02em; margin: 94px 0 20px; }
.service-card p { color: var(--muted); font-size: 14px; line-height: 1.75; margin: 0; }
.service-card:hover p { color: rgba(255,255,255,.82); }

.approach { display: grid; gap: clamp(60px,9vw,150px); grid-template-columns: minmax(320px,.8fr) minmax(420px,1.2fr); margin: 0 auto; max-width: 1620px; padding: 130px clamp(24px,6.5vw,110px); }
.approach-intro > p:last-child { color: var(--muted); font-size: 16px; line-height: 1.8; margin: 32px 0 0; max-width: 600px; }
.steps { border-top: 1px solid var(--line); }
.step { border-bottom: 1px solid var(--line); display: grid; gap: 32px; grid-template-columns: 42px 1fr; padding: 34px 0; }
.step > span { color: var(--blue); font-size: 12px; font-weight: 800; padding-top: 5px; }
.step h3 { font-size: 22px; margin: 0 0 12px; }
.step p { color: var(--muted); font-size: 14px; line-height: 1.7; margin: 0; max-width: 560px; }

.about { background: #141a25; color: #fff; display: grid; grid-template-columns: minmax(340px,.8fr) minmax(500px,1.2fr); min-height: 760px; overflow: hidden; }
.about-mark { align-items: center; background: var(--blue); display: flex; font-size: clamp(170px,24vw,420px); font-weight: 700; justify-content: center; letter-spacing: -.13em; line-height: 1; min-height: 650px; overflow: hidden; padding-right: .12em; }
.about-mark i { font-style: normal; font-weight: 650; transform: skew(-14deg); }
.about-copy { align-self: center; padding: 110px clamp(28px,7vw,120px); }
.about-copy .eyebrow { color: #77aef8; }
.about-copy .eyebrow > span:first-child { background: #77aef8; }
.about-lead { color: #aeb8c8; font-size: 17px; line-height: 1.8; margin: 34px 0 0; max-width: 720px; }
.values { display: grid; gap: 26px; grid-template-columns: repeat(3,1fr); margin-top: 68px; }
.values > div { border-top: 1px solid rgba(255,255,255,.19); padding-top: 22px; }
.values > div > span { background: var(--blue); display: block; height: 4px; margin-top: -24px; width: 34px; }
.values h3 { font-size: 14px; line-height: 1.4; margin: 22px 0 9px; }
.values p { color: #8f9bad; font-size: 12px; line-height: 1.65; margin: 0; }

.founder { align-items: center; display: grid; gap: clamp(70px,10vw,160px); grid-template-columns: minmax(280px,.72fr) minmax(500px,1.28fr); margin: 0 auto; max-width: 1460px; padding: 130px clamp(24px,6.5vw,110px); }
.founder-image { max-width: 340px; position: relative; width: 100%; }
.founder-image::before { background: var(--blue); content: ""; inset: 24px -24px -24px 24px; position: absolute; }
.founder-image img { display: block; height: auto; position: relative; width: 100%; z-index: 1; }
.founder-role { color: var(--blue); font-size: 13px; font-weight: 750; letter-spacing: .08em; margin: 18px 0 0; text-transform: uppercase; }
.founder-text { color: var(--muted); font-size: 17px; line-height: 1.85; margin: 32px 0 0; max-width: 760px; }
.founder-highlights { border-top: 1px solid var(--line); display: grid; gap: 26px; grid-template-columns: repeat(3,1fr); margin-top: 52px; padding-top: 28px; }
.founder-highlights div { display: flex; flex-direction: column; gap: 7px; }
.founder-highlights strong { font-size: 18px; font-weight: 750; }
.founder-highlights span { color: var(--muted); font-size: 11px; line-height: 1.5; text-transform: uppercase; }

.contact-section { background: var(--blue); color: #fff; display: grid; gap: 80px; grid-template-columns: minmax(0,1fr) minmax(380px,.8fr); padding: 120px clamp(24px,6.5vw,110px); }
.contact-section .eyebrow { color: #fff; }
.contact-section .eyebrow > span:first-child { background: #fff; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.78); font-size: 17px; line-height: 1.75; margin: 28px 0 38px; max-width: 630px; }
.button-light { background: #fff; border-color: #fff; color: var(--blue); }
.button-light:hover, .button-light:focus-visible { background: #141a25; border-color: #141a25; color: #fff; }
.contact-details { align-self: center; border-top: 1px solid rgba(255,255,255,.35); }
.contact-details a { align-items: center; border-bottom: 1px solid rgba(255,255,255,.35); display: grid; gap: 14px; grid-template-columns: 90px 1fr auto; min-height: 92px; transition: padding .2s ease; }
.contact-details a:hover, .contact-details a:focus-visible { padding-left: 10px; }
.contact-details span { color: rgba(255,255,255,.68); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-details strong { font-size: 15px; font-weight: 600; }

footer { align-items: center; background: #fff; color: var(--muted); display: grid; font-size: 11px; gap: 24px; grid-template-columns: 1fr auto 1fr; padding: 38px clamp(24px,5vw,80px); }
footer img { height: auto; width: 132px; }
footer p { margin: 0; }
footer p:last-child { text-align: right; }

:focus-visible { outline: 3px solid #f4aa00; outline-offset: 3px; }

@media (max-width: 1040px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-left: clamp(24px,7vw,72px); }
  .hero-copy { max-width: 780px; }
  .hero-visual { min-height: 560px; }
  .section-heading { align-items: start; gap: 30px; grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .service-card:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .service-card:nth-child(4) { border-top: 1px solid var(--line); }
  .approach { gap: 60px; grid-template-columns: 1fr; }
  .about { grid-template-columns: 1fr; }
  .about-mark { font-size: 320px; min-height: 480px; }
  .founder { gap: 80px; grid-template-columns: minmax(250px,.7fr) minmax(400px,1.3fr); }
  .contact-section { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .site-header { height: 74px; padding: 0 20px; }
  .brand { width: 126px; }
  .header-actions { gap: 14px; }
  .button-small { display: none; }
  .hero { min-height: auto; padding: 74px 0 0; }
  .hero-copy { padding: 74px 22px 58px; }
  .hero h1 { font-size: clamp(51px,15vw,70px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 24px; }
  .trust-line { line-height: 1.7; margin-top: 48px; }
  .hero-visual { min-height: 430px; }
  .x-mark { height: 270px; width: 270px; }
  .x-mark span { width: 54px; }
  .delivery-card { padding: 14px; width: 158px; }
  .card-one { left: 18px; top: 32px; }
  .card-two { bottom: 38px; right: 18px; }
  .services { padding: 82px 20px; }
  .section-heading { margin-bottom: 42px; }
  .section-heading h2, .approach h2, .about h2, .founder h2, .contact-section h2 { font-size: 40px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:first-child, .service-card:nth-child(3) { border: 1px solid var(--line); border-bottom: 0; min-height: 300px; }
  .service-card:last-child { border-bottom: 1px solid var(--line); }
  .service-card h3 { margin-top: 70px; }
  .approach { padding: 82px 20px; }
  .about-mark { font-size: 210px; min-height: 340px; }
  .about-copy { padding: 82px 22px; }
  .values { grid-template-columns: 1fr; }
  .founder { gap: 72px; grid-template-columns: 1fr; padding: 82px 20px; }
  .founder-image { max-width: 280px; }
  .founder-highlights { grid-template-columns: 1fr; }
  .contact-section { gap: 55px; padding: 82px 20px; }
  .contact-details a { gap: 8px; grid-template-columns: 1fr auto; padding: 18px 0; }
  .contact-details span { grid-column: 1/-1; }
  .contact-details strong { font-size: 14px; overflow-wrap: anywhere; }
  footer { grid-template-columns: 1fr; text-align: left; }
  footer p:last-child { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
