:root {
  --bg: #090b10; --surface: #11141c; --text: #f3f4f8; --muted: #a3a8b8;
  --line: #272b37; --blue: #7892ff; --action: #3458ef;
  --display: 'Manrope', sans-serif; --body: 'Manrope', sans-serif;
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 36px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
a, button, summary { -webkit-tap-highlight-color: transparent; touch-action: manipulation; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid #a7b8ff; outline-offset: 6px; }
::selection { background: var(--action); color: white; }
.wrap { width: min(1380px, calc(100% - 112px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; left: 20px; background: var(--action); padding: 12px 20px; z-index: 100; }
.skip-link:focus { top: 16px; }
.header { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 12px; font-size: 23px; font-weight: 800; letter-spacing: -1px; white-space: nowrap; }
.brand-light { font-weight: 500; }
.brand-period { color: var(--blue); }
.brand-mark { display: flex; align-items: center; justify-content: center; position: relative; background: var(--action); border-radius: 10px; width: 40px; height: 40px; font-size: 34px; line-height: 1; padding-bottom: 7px; letter-spacing: -4px; color: white; }
.brand-mark span { font-size: 21px; align-self: flex-start; margin: 2px 3px 0 -3px; }
.desktop-nav { display: flex; gap: 34px; color: var(--muted); font-size: 14px; font-weight: 500; }
.desktop-nav a { padding-block: 12px; transition: color .2s; }
.desktop-nav a:hover { color: white; }
.header-actions { display: flex; align-items: center; gap: 28px; }
.language-switch { display: flex; align-items: center; color: #7f8698; }
.language-switch a { display: inline-flex; align-items: center; justify-content: center; padding: 10px 8px; min-height: 44px; min-width: 44px; border: 0; background: transparent; color: var(--muted); font-size: 14px; font-weight: 650; }
.language-switch a[aria-current="page"] { color: white; text-decoration: underline; text-underline-offset: 6px; text-decoration-color: var(--blue); }
.language-switch a:hover { color: white; }
.header-cta { border: 1px solid #414653; border-radius: 7px; padding: 12px 18px; display: flex; align-items: center; gap: 24px; font-size: 14px; transition: background .2s, border-color .2s; }
.header-cta:hover { background: var(--surface); border-color: #80899e; }
.header-cta>span:last-child { font-size: 22px; line-height: 1; }
.hero { position: relative; }
.hero-topline { display: flex; justify-content: space-between; padding-top: 32px; font-size: 12px; letter-spacing: .12em; font-weight: 600; color: var(--muted); }
.hero-topline span:first-child { color: #c3cdff; }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.14fr 1fr; align-items: center; min-height: 646px; }
.hero-copy { position: relative; z-index: 2; padding-block: 42px 55px; }
h1, h2, h3, p { margin: 0; }
h1 { font-size: clamp(58px, 6.35vw, 96px); line-height: 1.075; letter-spacing: -.058em; font-weight: 550; }
h1 span { color: var(--blue); }
h1 .headline-white, h2 .heading-white { color: var(--text); }
.hero-description { font-size: 17px; max-width: 450px; line-height: 1.8; color: var(--muted); margin: 30px 0; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 36px; min-height: 56px; padding: 15px 23px; border-radius: 7px; font-size: 15px; font-weight: 650; transition: background .2s, transform .2s; }
.button-primary { background: var(--action); color: white; }
.button-primary:hover { background: #4568ff; transform: translateY(-2px); }
.button>span:last-child { font-size: 22px; line-height: 1; }
.hero-visual { position: relative; min-width: 0; aspect-ratio: 1/1; align-self: center; }
.art-track { width: 112%; position: relative; margin-left: -7%; transform: translate3d(var(--art-x, 0px), var(--art-y, 0px), 0); transition: transform .6s cubic-bezier(.2,.6,.2,1); }
.hero-art { display: block; width: 100%; height: auto; mix-blend-mode: screen; mask-image: radial-gradient(ellipse, black 49%, transparent 73%); animation: art-enter 1.5s cubic-bezier(.16,1,.3,1) both; }
.art-caption { position: absolute; right: 1%; bottom: -3%; color: #9aa4be; font-size: 12px; line-height: 1.7; letter-spacing: .14em; }
.hero-copy h1 { animation: enter .85s cubic-bezier(.2,.7,.2,1) both; }
.hero-description { animation: enter .85s .12s cubic-bezier(.2,.7,.2,1) both; }
.hero-copy .button { animation: enter .85s .22s cubic-bezier(.2,.7,.2,1) both; }
.hero-bottom { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); padding: 26px 0; color: var(--muted); font-size: 14px; }
.hero-bottom a { display: flex; align-items: center; gap: 26px; }
.hero-bottom a>span:last-child { color: var(--text); font-size: 22px; transition: transform .2s; }
.hero-bottom a:hover>span:last-child { transform: translateY(4px); }
.services { padding-block: 112px 92px; }
.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 32px; align-items: start; margin-bottom: 54px; }
.eyebrow { font-size: 12px; letter-spacing: .14em; color: var(--muted); font-weight: 600; padding-top: 13px; }
h2 { font-size: clamp(34px, 4.2vw, 61px); font-weight: 500; line-height: 1.18; letter-spacing: -.055em; }
h2 span { color: var(--muted); }
.section-description { max-width: 510px; color: var(--muted); margin-top: 23px; font-size: 16px; line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; align-items: start; }
.service-card { background: linear-gradient(120deg,#131720,#101319); border: 1px solid var(--line); padding: 34px 36px 0; border-radius: 12px; transition: border-color .25s, background .25s; }
.service-card:hover { border-color: #4c5675; }
.ai-card { background: linear-gradient(120deg,#172440,#101725); border-color: #2c426a; }
.card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 36px; min-height: 40px; }
.service-icon { font-family: 'Unbounded', sans-serif; font-size: 26px; letter-spacing: -.1em; color: #a6b6ff; }
.line-icon { width: 40px; height: 40px; color: #a6b6ff; }
.service-category { font-size: 12px; color: #9ba4b9; letter-spacing: .12em; }
.service-card h3 { font-size: clamp(23px, 2.05vw, 31px); font-weight: 550; line-height: 1.3; letter-spacing: -.035em; margin-bottom: 15px; }
.service-card>p { font-size: 16px; line-height: 1.8; color: #acb2c2; min-height: 88px; max-width: 490px; }
.tags { display: flex; flex-wrap: wrap; gap: 8px; margin-block: 28px 32px; }
.tags span { border: 1px solid #333c4d; color: #c1c8d9; font-size: 12px; padding: 4px 11px; border-radius: 5px; }
details { border-top: 1px solid #30394b; }
summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 0; cursor: pointer; font-size: 14px; color: #d2d7e5; min-height: 64px; }
summary::-webkit-details-marker { display: none; }
summary:hover { color: white; }
.plus { width: 16px; height: 16px; position: relative; flex: 0 0 16px; }
.plus::before, .plus::after { content: ''; background: var(--muted); height: 1px; width: 14px; position: absolute; top: 7px; left: 1px; transition: transform .2s; }
.plus::after { transform: rotate(90deg); }
details[open] .plus::after { transform: rotate(0); }
details ul { padding-left: 18px; margin: 0 0 26px; color: #bec7db; font-size: 14px; line-height: 1.8; }
details li+li { margin-top: 8px; }
.services-note { display: grid; grid-template-columns: 1fr 2fr; gap: 32px; margin-top: 40px; padding-top: 26px; }
.note-label { font-size: 12px; letter-spacing: .12em; color: var(--blue); padding-top: 5px; }
.services-note p { font-size: 17px; color: var(--muted); max-width: 590px; }
.contact-section { background: linear-gradient(115deg,#111726,#0d111b 55%,#12192c); border-block: 1px solid var(--line); }
.contact { padding-block: 83px 89px; }
.contact h2 { margin-top: 32px; font-size: clamp(40px, 5.5vw, 80px); }
.contact h2 span { color: var(--blue); }
.contact h2 .heading-white { color: white; }
.contact-description { color: var(--muted); max-width: 440px; margin-top: 25px; line-height: 1.8; }
.contact-links { margin-top: 42px; }
.contact-email { display: inline-flex; align-items: center; gap: 44px; font-size: clamp(22px, 3.25vw, 46px); letter-spacing: -.04em; border-bottom: 1px solid #555e76; padding-bottom: 8px; transition: color .2s, border-color .2s; }
.contact-email:hover { color: #afbdff; border-color: #afbdff; }
.contact-email>span { color: var(--blue); transition: transform .2s; }
.contact-email:hover>span { transform: translate(4px,-4px); }
.email-note { display: block; font-size: 13px; color: var(--muted); margin-top: 10px; }
.phone { display: block; width: fit-content; color: #c5cada; margin-top: 25px; font-size: 18px; padding-block: 8px; }
.phone:hover { color: white; }
.footer { color: var(--muted); font-size: 12px; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding-block: 50px; }
.footer-brand { color: white; }
.legal, .footer-contacts { display: flex; flex-direction: column; gap: 7px; font-size: 14px; }
.footer-contacts a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 18px; border-top: 1px solid var(--line); }
.footer-signature { font-size: 12px; letter-spacing: .04em; color: #919aad; }
.back-top { display: flex; align-items: center; gap: 26px; color: white; min-height: 44px; }
.back-top>span:last-child { font-size: 19px; }
.reveal-ready { opacity: 0; transform: translateY(20px); transition: opacity .7s, transform .7s cubic-bezier(.2,.7,.2,1); }
.revealed { opacity: 1; transform: translateY(0); }
@keyframes enter { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes art-enter { from { opacity: 0; transform: scale(.91) rotate(-7deg); } to { opacity: 1; transform: scale(1) rotate(0); } }
@media(min-width:1700px) { .hero-layout { min-height: 745px; } }
@media(max-width:1200px) { .wrap { width: calc(100% - 64px); } .header-actions { gap: 16px; } .desktop-nav { gap: 22px; } .header-cta { gap: 16px; } .brand { font-size: 21px; } .hero-layout { min-height: 595px; } .hero-description { max-width: 410px; } .service-card { padding-inline: 28px; } .service-card>p { min-height: 115px; } .footer-signature { display: none; } }
@media(max-width:980px) { .header-cta { display: none; } .hero-layout { min-height: 595px; } h1 { font-size: clamp(50px,6.6vw,70px); } .hero-description { max-width: 350px; font-size: 16px; } .hero-visual { margin-top: -25px; } .art-caption { bottom: -8%; } .service-card { padding-inline: 24px; } .footer-main { flex-wrap: wrap; } .footer-brand { flex-basis: 100%; } }
@media(max-width:760px) {
  html { scroll-padding-top: 20px; } .wrap { width: calc(100% - 40px); } .header { min-height: 86px; gap: 8px; } .brand { font-size: 19px; gap: 9px; letter-spacing: -.8px; } .brand-mark { width: 34px; height: 34px; border-radius: 8px; font-size: 30px; } .brand-mark span { font-size: 18px; }
  .desktop-nav, .header-cta { display: none; } .header-actions { gap: 0; } .language-switch a { padding-inline: 5px; } .hero-topline { padding-top: 26px; font-size: 12px; letter-spacing: .09em; } .hero-topline span:last-child { display: none; }
  .hero-layout { grid-template-columns: 1fr; min-height: 0; } .hero-copy { padding: 37px 0 0; } h1 { font-size: clamp(43px,10.5vw,76px); letter-spacing: -.055em; line-height: 1.1; } .hero-description { max-width: 460px; font-size: 16px; margin-top: 25px; margin-bottom: 26px; }
  .hero-visual { max-width: 450px; width: 100%; margin: 0 auto; aspect-ratio: 1.2/1; } .art-track { width: 100%; margin: -2% auto 0; } .hero-art { width: 100%; } .art-caption { display: none; }
  .hero-bottom { gap: 24px; align-items: flex-start; font-size: 12px; padding: 22px 0; } .hero-bottom>span { max-width: 160px; } .hero-bottom a { max-width: 185px; gap: 12px; }
  .services { padding-block: 67px 60px; } .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 35px; } h2 { font-size: clamp(31px,7.6vw,48px); } .section-description { font-size: 16px; } .eyebrow { font-size: 12px; }
  .service-grid { grid-template-columns: 1fr; gap: 16px; } .service-card { padding: 27px 25px 0; } .service-card h3 { font-size: 27px; } .service-card>p { min-height: 0; } .card-top { margin-bottom: 25px; } .tags { margin-block: 24px 26px; } .services-note { grid-template-columns: 1fr; gap: 14px; margin-top: 28px; } .services-note p { font-size: 16px; }
  .contact { padding-block: 57px 60px; } .contact h2 { font-size: clamp(36px,8.6vw,62px); margin-top: 26px; } .contact-description { font-size: 16px; } .contact-email { gap: 13px; font-size: clamp(19px,5.45vw,36px); letter-spacing: -.045em; } .contact-links { margin-top: 33px; } .email-note { font-size: 12px; } .phone { font-size: 17px; }
  .footer-main { flex-direction: column; align-items: flex-start; gap: 28px; padding-block: 35px; } .footer-brand { flex-basis: auto; } .footer-contacts { gap: 10px; } .footer-contacts a { min-height: 44px; display: flex; align-items: center; } .footer-bottom { gap: 14px; align-items: center; } .footer-bottom>span { max-width: 235px; font-size: 12px; } .back-top { gap: 10px; white-space: nowrap; }
}
@media(max-width:360px) { .wrap { width: calc(100% - 32px); } .brand { font-size: 16px; gap: 7px; } .brand-mark { width: 30px; height: 30px; font-size: 27px; } .brand-mark span { font-size: 16px; } .language-switch a { min-width: 40px; } .service-card { padding-inline: 21px; } .contact-email { font-size: 18px; } }
@media(prefers-reduced-motion:reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none!important; transition: none!important; } .reveal-ready { opacity: 1; transform: none; } .art-track { transform: none; } }

.brand-icon { display: block; width: 40px; height: 40px; flex-shrink: 0; }
@media(max-width:760px) { .brand-icon { width: 34px; height: 34px; } }
@media(max-width:360px) { .brand-icon { width: 30px; height: 30px; } }
