:root {
  --navy: #07111f;
  --navy-2: #0b1728;
  --blue: #246bfd;
  --blue-light: #5f93ff;
  --orange: #ff7547;
  --ink: #101727;
  --muted: #647084;
  --light: #f4f7fb;
  --line: #dfe5ed;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 22px 65px rgba(19, 34, 58, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
::selection { color: var(--white); background: var(--blue); }

.container { width: min(1160px, calc(100% - 44px)); margin-inline: auto; }
.section { padding: 116px 0; }
.skip-link { position: fixed; z-index: 9999; left: 14px; top: -80px; padding: 10px 16px; color: #fff; background: var(--blue); border-radius: 8px; transition: top .2s; }
.skip-link:focus { top: 14px; }

.site-header { position: fixed; z-index: 1000; top: 0; left: 0; width: 100%; color: #fff; transition: background .3s, box-shadow .3s, padding .3s; }
.site-header.scrolled { background: rgba(7, 17, 31, .92); box-shadow: 0 12px 35px rgba(0,0,0,.18); backdrop-filter: blur(16px); }
.nav-wrap { display: flex; align-items: center; justify-content: space-between; min-height: 84px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "Manrope", sans-serif; font-weight: 800; }
.brand-mark { display: grid; grid-template-columns: auto auto; align-items: baseline; width: 42px; height: 42px; padding: 7px 6px; overflow: hidden; color: #fff; background: var(--blue); border-radius: 11px; transform: rotate(-3deg); }
.brand-mark span:first-child { font-size: 20px; line-height: 1; }
.brand-mark span:last-child { margin-left: -2px; color: #9cbcff; font-size: 17px; line-height: 1; transform: translateY(5px); }
.brand-name { font-size: 21px; letter-spacing: -.7px; }
.brand-name > span { color: #78a0ff; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; color: rgba(255,255,255,.76); transition: color .2s; }
.main-nav > a:not(.nav-cta)::after { position: absolute; bottom: -7px; left: 0; width: 0; height: 2px; content: ""; background: var(--blue-light); transition: width .25s; }
.main-nav > a:hover, .main-nav > a.active { color: #fff; }
.main-nav > a:hover::after, .main-nav > a.active::after { width: 100%; }
.nav-cta { padding: 11px 17px; background: var(--blue); border: 1px solid var(--blue); border-radius: 10px; box-shadow: 0 8px 24px rgba(36,107,253,.28); transition: transform .2s, background .2s; }
.nav-cta:hover { background: #195ae0; transform: translateY(-2px); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px auto; background: #fff; border-radius: 4px; transition: transform .25s, opacity .2s; }

.hero { position: relative; min-height: 820px; padding: 160px 0 0; overflow: hidden; color: #fff; background: var(--navy); }
.hero::before { position: absolute; inset: 0; pointer-events: none; content: ""; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 78%); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); pointer-events: none; }
.hero-glow-one { top: -260px; right: -160px; width: 700px; height: 700px; background: radial-gradient(circle, rgba(36,107,253,.3), transparent 66%); }
.hero-glow-two { bottom: -280px; left: -300px; width: 680px; height: 680px; background: radial-gradient(circle, rgba(255,117,71,.13), transparent 66%); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 58px; min-height: 570px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; color: #99b6fc; font-size: 12px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; }
.eyebrow span { width: 27px; height: 2px; background: currentColor; }
.eyebrow.dark { color: var(--blue); }
h1, h2, h3 { margin-top: 0; font-family: "Manrope", sans-serif; line-height: 1.1; letter-spacing: -2.2px; }
h1 { max-width: 680px; margin-bottom: 25px; font-size: clamp(54px, 5.5vw, 80px); }
h1 em, h2 em { color: var(--orange); font-family: Georgia, serif; font-weight: 400; letter-spacing: -3px; }
.hero-lead { max-width: 580px; margin: 0 0 33px; color: #aeb9c9; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 27px; }
.btn { display: inline-flex; align-items: center; gap: 18px; min-height: 54px; font-size: 14px; font-weight: 700; border-radius: 11px; transition: transform .2s, background .2s; }
.btn-primary { padding: 0 23px; color: #fff; background: var(--blue); box-shadow: 0 14px 35px rgba(36,107,253,.28); }
.btn-primary span { font-size: 20px; }
.btn-primary:hover { background: #195ae0; transform: translateY(-3px); }
.btn-link { color: #d4dbea; }
.btn-link span { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; transition: transform .2s; }
.btn-link:hover span { transform: translateY(3px); }
.hero-stats { display: flex; gap: 36px; margin-top: 56px; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.1); }
.hero-stats div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 10px; }
.hero-stats strong { color: #fff; font-family: "Manrope", sans-serif; font-size: 24px; }
.hero-stats span { max-width: 75px; color: #8290a4; font-size: 11px; line-height: 1.35; }
.hero-visual { position: relative; min-height: 490px; }
.orbit { position: absolute; border: 1px solid rgba(83,132,252,.2); border-radius: 50%; }
.orbit-one { inset: 6% 0 0 3%; }
.orbit-two { inset: 16% 10% 11% 13%; }
.visual-card { position: absolute; z-index: 2; top: 50%; left: 50%; width: 385px; padding: 10px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 20px; box-shadow: 0 36px 80px rgba(0,0,0,.35); transform: translate(-50%,-50%) rotate(3deg); backdrop-filter: blur(8px); }
.mock-browser { overflow: hidden; background: #fff; border-radius: 13px; }
.browser-bar { display: flex; align-items: center; gap: 5px; height: 28px; padding: 0 11px; background: #e9edf3; }
.browser-bar i { width: 6px; height: 6px; background: #b6bfcb; border-radius: 50%; }
.browser-content { position: relative; height: 340px; padding: 55px 35px; overflow: hidden; color: #fff; background: linear-gradient(145deg, #1d63f0, #143ba8); }
.browser-content .mini-label { position: relative; z-index: 2; font-size: 7px; font-weight: 700; letter-spacing: 1.2px; }
.browser-content strong { position: relative; z-index: 2; display: block; margin-top: 15px; font-family: "Manrope", sans-serif; font-size: 29px; line-height: 1.12; letter-spacing: -1.4px; }
.mini-button { position: relative; z-index: 2; width: 74px; height: 20px; margin-top: 23px; background: var(--orange); border-radius: 4px; }
.shape { position: absolute; border-radius: 50%; }
.shape-one { right: -75px; bottom: -52px; width: 250px; height: 250px; background: #ff7547; }
.shape-two { right: 70px; bottom: 18px; width: 95px; height: 95px; border: 24px solid rgba(255,255,255,.22); }
.floating-tag { position: absolute; z-index: 4; display: flex; align-items: center; gap: 9px; padding: 11px 15px; color: #dce5f5; background: rgba(13,31,54,.84); border: 1px solid rgba(255,255,255,.14); border-radius: 11px; box-shadow: 0 18px 36px rgba(0,0,0,.25); font-size: 11px; font-weight: 600; backdrop-filter: blur(12px); animation: float 5s ease-in-out infinite; }
.floating-tag span { color: #7da4ff; font-size: 17px; }
.tag-web { top: 13%; right: -5%; }
.tag-brand { bottom: 18%; left: -7%; animation-delay: -2s; }
.tag-print { right: -4%; bottom: 8%; animation-delay: -3.5s; }
.spark { position: absolute; z-index: 3; color: var(--orange); }
.spark-one { top: 11%; left: 15%; font-size: 22px; }
.spark-two { right: 12%; bottom: 29%; color: #477df7; font-size: 14px; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
.service-ticker { position: relative; z-index: 2; width: 105%; margin: 63px 0 0 -2%; padding: 17px 0; overflow: hidden; color: #fff; background: var(--blue); transform: rotate(-1.3deg); }
.ticker-track { display: flex; align-items: center; width: max-content; animation: ticker 35s linear infinite; }
.ticker-track span { padding: 0 28px; font-family: "Manrope", sans-serif; font-size: 13px; font-weight: 700; text-transform: uppercase; white-space: nowrap; }
.ticker-track b { color: #a8c1ff; font-size: 10px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 56px; }
.section-heading h2, .about h2, .process h2, .contact h2 { margin-bottom: 0; font-size: clamp(40px, 4vw, 56px); }
.section-heading > p { max-width: 410px; margin: 0 0 5px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 385px; padding: 37px 34px; overflow: hidden; background: #fff; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .3s, box-shadow .3s, background .3s; }
.service-card:hover { z-index: 2; background: #fbfcff; box-shadow: var(--shadow); transform: translateY(-7px); }
.service-icon { display: grid; place-items: center; width: 52px; height: 52px; margin-bottom: 45px; border-radius: 14px; }
.service-icon svg { width: 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.icon-blue { color: #2a69e8; background: #e9f0ff; }.icon-orange { color: #ee7148; background: #fff0e9; }.icon-purple { color: #8157df; background: #f0ebff; }.icon-green { color: #14956f; background: #e4f8f1; }.icon-pink { color: #d84f83; background: #ffebf2; }.icon-yellow { color: #d49816; background: #fff5d7; }
.service-number { position: absolute; top: 42px; right: 33px; color: #b7c0cd; font-size: 11px; font-weight: 700; }
.service-card h3 { margin-bottom: 15px; font-size: 23px; letter-spacing: -.8px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-card ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 25px 0 0; padding: 0; list-style: none; }
.service-card li { padding: 5px 9px; color: #536075; background: var(--light); border-radius: 5px; font-size: 10px; font-weight: 600; }

.work { color: #fff; background: var(--navy); }
.section-heading.light > p { color: #97a4b6; }
.work-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }
.project { overflow: hidden; background: #101d30; border: 1px solid rgba(255,255,255,.09); border-radius: var(--radius); }
.project-wide { grid-column: 1 / -1; }
.project-art { position: relative; min-height: 370px; overflow: hidden; transition: transform .5s; }
.project:hover .project-art { transform: scale(1.015); }
.project-wide .project-art { min-height: 430px; }
.project-meta { display: flex; align-items: center; justify-content: space-between; padding: 24px 27px; border-top: 1px solid rgba(255,255,255,.08); }
.project-meta span { color: #75849b; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .8px; }
.project-meta h3 { margin: 5px 0 0; font-size: 22px; letter-spacing: -.6px; }
.project-meta .project-arrow { display: grid; place-items: center; width: 42px; height: 42px; color: #fff; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; font-size: 18px; transition: background .2s, transform .2s; }
.project:hover .project-arrow { background: var(--blue); transform: rotate(9deg); }
.brand-project { background: linear-gradient(135deg, #f8e9d7, #edc89f); }
.brand-poster { position: absolute; top: 48px; left: 20%; width: 250px; height: 335px; padding: 32px; color: #eee5cc; background: #1f513d; box-shadow: 0 25px 50px rgba(74,43,20,.28); transform: rotate(-5deg); }
.brand-poster small { font-size: 7px; letter-spacing: 1px; }
.brand-poster strong { display: block; margin-top: 60px; font-family: "Manrope", sans-serif; font-size: 39px; line-height: .95; letter-spacing: -2px; }
.brand-poster i { position: absolute; right: 25px; bottom: 25px; width: 55px; height: 55px; border: 9px solid #e98656; border-radius: 50%; }
.brand-card { position: absolute; right: 17%; bottom: 63px; display: flex; justify-content: space-between; width: 280px; height: 160px; padding: 25px; color: #1f513d; background: #f6f0dc; box-shadow: 0 20px 45px rgba(74,43,20,.22); transform: rotate(7deg); font-family: "Manrope", sans-serif; font-size: 29px; font-weight: 800; }
.brand-card span { align-self: flex-end; font-size: 8px; letter-spacing: 1px; }
.brand-circle { position: absolute; top: 55px; right: 18%; display: grid; place-items: center; width: 100px; height: 100px; color: #1f513d; background: #e98656; border-radius: 50%; box-shadow: 0 15px 30px rgba(74,43,20,.2); font-family: "Manrope", sans-serif; font-size: 21px; font-weight: 800; }
.web-project { background: linear-gradient(145deg, #dce9f5, #9cc7ec); }
.device { position: absolute; overflow: hidden; background: #202b38; box-shadow: 0 23px 45px rgba(16,43,66,.32); }
.laptop { top: 66px; left: 8%; width: 75%; height: 235px; padding: 9px; border-radius: 11px; transform: rotate(-4deg); }
.laptop::after { position: absolute; right: -27px; bottom: -8px; left: -27px; height: 10px; content: ""; background: #53616f; border-radius: 2px 2px 10px 10px; }
.device .screen { height: 100%; padding: 35px 28px; overflow: hidden; color: #fff; background: #174a6d; }
.device .screen b { font-family: "Manrope", sans-serif; font-size: 26px; line-height: 1.05; }
.device .screen > span { position: absolute; right: -32px; bottom: -60px; width: 180px; height: 180px; background: #f8cf5a; border-radius: 50%; }
.phone { z-index: 2; right: 10%; bottom: 30px; width: 115px; height: 230px; padding: 7px; border-radius: 18px; transform: rotate(8deg); }
.phone .screen { padding: 35px 12px; background: #f8cf5a; }
.phone .screen small { display: block; margin-bottom: 12px; color: #174a6d; font-size: 7px; }
.phone .screen b { color: #174a6d; font-size: 18px; }
.campaign-project { display: flex; align-items: center; justify-content: center; gap: 13px; padding: 20px; background: linear-gradient(135deg, #332058, #7447b5); }
.social-card { display: flex; flex-direction: column; justify-content: center; width: 29%; height: 245px; padding: 21px; box-shadow: 0 20px 35px rgba(30,10,61,.3); font-family: "Manrope", sans-serif; font-size: 24px; font-weight: 800; line-height: .92; }
.social-one { color: #27153e; background: #ff7c57; transform: rotate(-6deg); }
.social-two { color: #fff; background: #2a1850; transform: translateY(-25px); }
.social-two i { margin-bottom: 13px; color: #be9aff; font-size: 43px; font-style: normal; }
.social-two span { font-size: 12px; line-height: 1.1; }
.social-three { color: #2a1850; background: #d5c0f7; transform: rotate(6deg); }

.about { background: #fff; }
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.about-visual { padding: 28px; background: #eaf0f7; border-radius: 24px; }
.about-board { position: relative; min-height: 525px; overflow: hidden; background: #0e3566; border-radius: 15px; }
.grid-lines { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 44px 44px; }
.word { position: absolute; left: 10%; font-family: "Manrope", sans-serif; font-size: clamp(44px, 5vw, 67px); font-weight: 800; letter-spacing: -4px; line-height: 1; }
.word-one { top: 17%; color: #fff; }.word-two { top: 38%; color: #ff7547; }.word-three { top: 59%; color: #7da8ff; }
.about-sticker { position: absolute; right: 7%; bottom: 6%; display: grid; place-items: center; width: 115px; height: 115px; color: #0e3566; background: #f6cf5b; border-radius: 50%; text-align: center; font-size: 10px; font-weight: 700; line-height: 1.2; transform: rotate(8deg); }
.about-sticker strong { font-size: 24px; }
.about-copy > p:not(.eyebrow) { color: var(--muted); }
.about-copy h2 { margin-bottom: 30px; }
.values { display: grid; gap: 0; margin-top: 35px; border-top: 1px solid var(--line); }
.values div { display: grid; grid-template-columns: 35px 160px 1fr; align-items: center; gap: 12px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.values span { color: var(--blue); font-size: 10px; font-weight: 700; }
.values strong { font-family: "Manrope", sans-serif; font-size: 14px; }
.values small { color: #7c8797; }

.process { background: var(--light); }
.process-heading { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 55px; }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid #d7dee8; list-style: none; }
.process-list li { position: relative; min-height: 310px; padding: 33px 28px 20px 0; border-right: 1px solid #d7dee8; }
.process-list li:not(:first-child) { padding-left: 28px; }
.process-list li:last-child { border-right: 0; }
.process-list li > span { color: #9ca7b7; font-size: 10px; font-weight: 700; }
.process-icon { display: grid; place-items: center; width: 46px; height: 46px; margin: 37px 0 26px; color: var(--blue); background: #e6edff; border-radius: 50%; font-size: 20px; }
.process-list h3 { margin-bottom: 12px; font-size: 21px; letter-spacing: -.7px; }
.process-list p { margin: 0; color: var(--muted); font-size: 13px; }

.contact { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.contact::before { position: absolute; inset: 0; content: ""; opacity: .12; background-image: radial-gradient(rgba(255,255,255,.25) 1px, transparent 1px); background-size: 22px 22px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.contact-glow { position: absolute; right: -300px; bottom: -300px; width: 800px; height: 800px; background: radial-gradient(circle, rgba(36,107,253,.24), transparent 65%); }
.contact-grid { position: relative; display: grid; grid-template-columns: .88fr 1.12fr; align-items: start; gap: 85px; }
.contact-copy { padding-top: 38px; }
.contact-copy h2 { margin-bottom: 28px; }
.contact-copy > p:not(.eyebrow) { max-width: 460px; color: #9ca9ba; font-size: 17px; }
.contact-direct { margin-top: 50px; }
.contact-direct small { display: block; margin-bottom: 8px; color: #748298; font-size: 11px; text-transform: uppercase; letter-spacing: 1px; }
.contact-direct a { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.25); font-family: "Manrope", sans-serif; font-size: 17px; font-weight: 700; }
.response-note { display: flex; align-items: center; gap: 8px; margin-top: 50px; color: #8795a8; font-size: 12px; }
.response-note span { color: #32cc8a; font-size: 9px; }
.form-card { padding: 40px; color: var(--ink); background: #fff; border-radius: var(--radius); box-shadow: 0 25px 65px rgba(0,0,0,.24); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.field { position: relative; margin-bottom: 19px; }
.field label, .captcha-wrap label { display: block; margin-bottom: 7px; color: #3d4758; font-size: 11px; font-weight: 700; }
.field label span, .captcha-wrap label span, .consent b { color: #e65743; }
.field input, .field select, .field textarea, .captcha-wrap input { width: 100%; color: var(--ink); background: #f7f9fc; border: 1px solid #dce3ec; border-radius: 8px; outline: none; transition: border .2s, box-shadow .2s, background .2s; }
.field input, .field select { height: 49px; padding: 0 14px; }
.field select { appearance: none; padding-right: 38px; background-image: linear-gradient(45deg, transparent 50%, #728096 50%), linear-gradient(135deg, #728096 50%, transparent 50%); background-position: calc(100% - 18px) 21px, calc(100% - 13px) 21px; background-size: 5px 5px; background-repeat: no-repeat; }
.field textarea { min-height: 120px; padding: 13px 14px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus, .captcha-wrap input:focus { background: #fff; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(36,107,253,.1); }
.field input::placeholder, .field textarea::placeholder { color: #aab2bf; }
.error { display: none; margin-top: 5px; color: #c83e33; font-size: 10px; line-height: 1.3; }
.field.invalid input, .field.invalid select, .field.invalid textarea, .captcha-wrap.invalid input { border-color: #dd5549; }
.field.invalid .error, .captcha-wrap.invalid .error, .consent-invalid + .consent-error { display: block; }
.captcha-wrap { position: relative; display: grid; grid-template-columns: 1fr 92px 42px; align-items: center; gap: 10px; margin: 0 0 18px; padding: 12px 14px; background: #f2f6fb; border: 1px solid #dce3ec; border-radius: 9px; }
.captcha-wrap label { margin: 0; }
.captcha-wrap p { margin: 2px 0 0; color: #6f7b8d; font-size: 12px; }
.captcha-wrap input { height: 42px; padding: 0 10px; background: #fff; }
.captcha-wrap button { width: 42px; height: 42px; color: var(--blue); background: #e4ebfc; border: 0; border-radius: 7px; font-size: 20px; transition: transform .2s; }
.captcha-wrap button:hover { transform: rotate(45deg); }
.captcha-wrap .error { position: absolute; bottom: -16px; right: 54px; }
.consent { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 9px; margin: 12px 0 21px; color: #6f7a8c; font-size: 10px; line-height: 1.5; cursor: pointer; }
.consent input { position: absolute; opacity: 0; }
.checkmark { position: relative; display: block; width: 18px; height: 18px; border: 1px solid #c8d1df; border-radius: 4px; }
.consent input:checked + .checkmark { background: var(--blue); border-color: var(--blue); }
.consent input:checked + .checkmark::after { position: absolute; top: 2px; left: 5px; width: 5px; height: 9px; content: ""; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.consent-error { margin: -16px 0 15px; }
.submit-btn { position: relative; display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 54px; padding: 0 20px; color: #fff; background: var(--blue); border: 0; border-radius: 9px; box-shadow: 0 10px 25px rgba(36,107,253,.23); font-size: 13px; font-weight: 700; transition: background .2s, transform .2s; }
.submit-btn:hover { background: #195ae0; transform: translateY(-2px); }
.submit-btn:disabled { cursor: wait; opacity: .72; transform: none; }
.button-arrow { font-size: 19px; }
.spinner { position: absolute; top: 17px; right: 20px; display: none; width: 20px; height: 20px; border: 2px solid rgba(255,255,255,.35); border-top-color: #fff; border-radius: 50%; animation: spin .7s linear infinite; }
.submit-btn.loading .button-arrow { display: none; }
.submit-btn.loading .spinner { display: block; }
@keyframes spin { to { transform: rotate(360deg); } }
.form-status { display: none; margin-top: 15px; padding: 12px 14px; border-radius: 8px; font-size: 12px; line-height: 1.45; }
.form-status.success { display: block; color: #176541; background: #e5f8ef; border: 1px solid #bcead4; }
.form-status.failure { display: block; color: #9c332c; background: #fff0ee; border: 1px solid #f0c8c4; }
.honey { position: absolute !important; left: -9999px !important; opacity: 0 !important; }

footer { color: #8795a8; background: #050c16; }
.footer-main { display: flex; align-items: center; justify-content: space-between; padding-top: 42px; padding-bottom: 35px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-brand { color: #fff; }
.footer-main p { margin: 0; font-size: 12px; }
.footer-links { display: flex; gap: 25px; font-size: 12px; }
.footer-links a:hover, .footer-bottom a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; padding-bottom: 22px; font-size: 10px; }
.back-to-top { position: fixed; z-index: 50; right: 22px; bottom: 22px; display: grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--blue); border: 0; border-radius: 50%; box-shadow: 0 10px 25px rgba(36,107,253,.3); opacity: 0; pointer-events: none; transform: translateY(10px); transition: opacity .2s, transform .2s; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1020px) {
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .hero-stats { gap: 20px; }
  .visual-card { width: 330px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .contact-grid { gap: 50px; }
  .about-grid { grid-template-columns: .85fr 1.15fr; }
  .about-visual { padding: 18px; }
  .values div { grid-template-columns: 30px 130px 1fr; }
}

@media (max-width: 800px) {
  .section { padding: 86px 0; }
  .site-header { background: rgba(7,17,31,.95); }
  .nav-wrap { min-height: 70px; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; z-index: 999; top: 70px; right: 0; bottom: 0; width: min(360px, 88vw); padding: 38px 28px; flex-direction: column; align-items: stretch; gap: 0; background: #0a1627; border-top: 1px solid rgba(255,255,255,.08); box-shadow: -20px 30px 50px rgba(0,0,0,.3); transform: translateX(105%); transition: transform .3s; }
  .main-nav.open { transform: none; }
  .main-nav > a:not(.nav-cta) { padding: 15px 4px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 17px; }
  .nav-cta { margin-top: 24px; text-align: center; }
  .hero { padding-top: 125px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 470px; }
  .service-ticker { margin-top: 35px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 22px; }
  .work-grid { grid-template-columns: 1fr; }
  .project-wide { grid-column: auto; }
  .project-wide .project-art, .project-art { min-height: 370px; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-visual { max-width: 560px; }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .process-list li:nth-child(2) { border-right: 0; }
  .process-list li:nth-child(3), .process-list li:nth-child(4) { border-top: 1px solid #d7dee8; }
  .contact-copy { padding-top: 0; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 30px, 1160px); }
  .section { padding: 72px 0; }
  .brand-mark { width: 38px; height: 38px; }
  .brand-name { font-size: 19px; }
  .hero { padding-top: 116px; }
  h1 { font-size: clamp(47px, 14vw, 62px); letter-spacing: -3px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .hero-stats { justify-content: space-between; gap: 10px; }
  .hero-stats div { display: block; }
  .hero-stats span { display: block; margin-top: 3px; }
  .hero-visual { min-height: 400px; }
  .visual-card { width: min(290px, 82vw); }
  .browser-content { height: 290px; padding: 45px 27px; }
  .tag-web { right: -1%; }.tag-brand { left: 0; }.tag-print { right: 0; }
  .floating-tag { padding: 9px 11px; font-size: 9px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .section-heading h2, .about h2, .process h2, .contact h2 { font-size: 39px; letter-spacing: -2px; }
  .project-wide .project-art, .project-art { min-height: 310px; }
  .brand-poster { top: 38px; left: 10%; width: 170px; height: 235px; padding: 22px; }
  .brand-poster strong { margin-top: 45px; font-size: 26px; }
  .brand-card { right: 8%; bottom: 35px; width: 190px; height: 105px; padding: 16px; font-size: 18px; }
  .brand-circle { top: 31px; right: 7%; width: 70px; height: 70px; font-size: 14px; }
  .laptop { left: 5%; width: 82%; }
  .phone { right: 6%; }
  .campaign-project { gap: 7px; padding: 12px; }
  .social-card { width: 31%; height: 190px; padding: 12px; font-size: 17px; }
  .social-two i { font-size: 29px; }
  .about-grid { gap: 50px; }
  .about-board { min-height: 405px; }
  .word { font-size: 47px; }
  .values div { grid-template-columns: 28px 1fr; }
  .values small { grid-column: 2; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li, .process-list li:not(:first-child) { min-height: auto; padding: 27px 0; border-right: 0; border-bottom: 1px solid #d7dee8; }
  .process-list li:nth-child(3), .process-list li:nth-child(4) { border-top: 0; }
  .process-icon { margin: 18px 0; }
  .form-card { padding: 27px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .captcha-wrap { grid-template-columns: 1fr 77px 40px; padding: 11px; }
  .captcha-wrap .error { position: static; grid-column: 1 / -1; }
  .contact-direct a { font-size: 14px; }
  .footer-main, .footer-bottom { align-items: flex-start; flex-direction: column; gap: 19px; }
  .footer-main p { display: none; }
  .footer-links { flex-wrap: wrap; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
