:root {
  --ink: #142044;
  --muted: #667098;
  --blue: #2348f5;
  --violet: #7246f5;
  --pale: #f3f6ff;
  --line: rgba(36, 64, 142, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: #fbfcff;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.concept-bar {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 6px 20px;
  color: #fff;
  background: linear-gradient(90deg, #2348f5, #6847ef);
  font-size: 11px;
  letter-spacing: .02em;
}
.concept-bar span { padding: 3px 8px; background: rgba(255,255,255,.18); border-radius: 999px; font-weight: 750; text-transform: uppercase; letter-spacing: .1em; }
.concept-bar p { margin: 0; opacity: .85; }
.concept-bar a { padding-bottom: 1px; border-bottom: 1px solid rgba(255,255,255,.45); font-weight: 750; }
.site-header { height: 96px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brand-mark { width: 43px; height: 43px; border-radius: 15px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, #2552fa, #7950ef); box-shadow: 0 10px 24px rgba(48, 73, 227, .24); }
.brand-drop { width: 23px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.brand-type { display: grid; line-height: 1; }
.brand-type strong { font-size: 22px; letter-spacing: -.04em; }
.brand-type small { margin-top: 5px; color: #6c7597; font-size: 8px; font-weight: 800; letter-spacing: .22em; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { color: #4e587d; font-size: 13px; font-weight: 650; transition: color .2s; }
.desktop-nav a:hover { color: var(--blue); }
.header-call { display: flex; align-items: center; gap: 10px; padding: 7px 13px 7px 7px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 8px 30px rgba(37, 59, 131, .06); }
.round-icon { width: 38px; height: 38px; display: grid; place-items: center; color: var(--blue); border-radius: 12px; background: #edf2ff; }
.header-call > span:last-child { display: grid; gap: 2px; }
.header-call small { color: #7a82a0; font-size: 9px; }
.header-call strong { font-size: 12px; }
.icon { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon-arrow { width: 17px; }

.hero { min-height: 680px; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 48px; padding-block: 54px 95px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: #615bd6; font-size: 12px; font-weight: 750; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 2px; border-radius: 99px; background: linear-gradient(90deg, var(--blue), var(--violet)); }
.hero h1 { max-width: 610px; margin: 24px 0 24px; font-size: clamp(52px, 5.25vw, 76px); line-height: .99; letter-spacing: -.065em; }
.hero h1 em { display: inline-block; color: transparent; background: linear-gradient(115deg, #1f49f5, #7f46ee); background-clip: text; -webkit-background-clip: text; font-family: Georgia, serif; font-weight: 500; }
.hero-lead { max-width: 540px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 21px; border-radius: 17px; font-size: 13px; font-weight: 750; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(120deg, #214cf6, #6945ed); box-shadow: 0 15px 35px rgba(52, 69, 223, .24); }
.button-ghost { color: #38436b; background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 25px rgba(45, 60, 122, .06); }
.trust-row { display: flex; gap: 23px; margin-top: 42px; padding-top: 25px; border-top: 1px solid var(--line); }
.trust-row > div { display: flex; align-items: center; gap: 9px; }
.trust-row p { display: grid; gap: 2px; margin: 0; }
.trust-row strong { font-size: 11px; }
.trust-row small { color: #8189a8; font-size: 9px; }
.check { width: 26px; height: 26px; display: grid; place-items: center; flex: 0 0 auto; color: var(--blue); border-radius: 9px; background: #edf2ff; font-size: 12px; font-weight: 900; }

.hero-visual { position: relative; min-height: 520px; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before { content: ""; position: absolute; inset: 25px 0 10px 25px; z-index: -3; border-radius: 46% 54% 54% 46% / 42% 43% 57% 58%; background: linear-gradient(145deg, #e6edff 0%, #f4efff 68%, #eafaff 100%); transform: rotate(-4deg); }
.orb { position: absolute; z-index: -2; border-radius: 50%; filter: blur(2px); }
.orb-one { width: 175px; height: 175px; top: 10px; right: 22px; background: linear-gradient(145deg, rgba(73, 104, 255, .36), rgba(143, 79, 240, .08)); }
.orb-two { width: 115px; height: 115px; bottom: 22px; left: 23px; background: linear-gradient(145deg, rgba(85, 221, 242, .45), rgba(55, 106, 245, .08)); }
.visual-card { border: 1px solid rgba(255,255,255,.78); background: rgba(255,255,255,.78); backdrop-filter: blur(18px); box-shadow: 0 35px 80px rgba(65, 66, 160, .16); }
.main-card { width: min(410px, calc(100% - 80px)); padding: 36px; border-radius: 32px; transform: rotate(-1.5deg); }
.card-kicker { margin: 0; color: #5f5ad1; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.main-card h2 { max-width: 270px; margin: 13px 0 27px; font-size: 30px; line-height: 1.12; letter-spacing: -.04em; }
.choice-list { display: grid; gap: 8px; }
.choice-list a { min-height: 58px; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 10px; padding: 7px 13px; border: 1px solid rgba(60, 81, 161, .09); border-radius: 16px; background: rgba(250,251,255,.9); transition: transform .2s, border-color .2s; }
.choice-list a:hover { transform: translateX(3px); border-color: rgba(42, 75, 241, .25); }
.choice-list strong { font-size: 12px; }
.choice-number { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 10px; color: #5a5fc9; background: #edf0ff; font-size: 9px; font-weight: 800; }
.choice-list .icon { color: var(--blue); }
.floating-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 15px; border: 1px solid rgba(255,255,255,.8); border-radius: 17px; background: rgba(255,255,255,.86); box-shadow: 0 18px 45px rgba(50, 58, 140, .13); backdrop-filter: blur(12px); }
.floating-card p { display: grid; gap: 3px; margin: 0; }
.floating-card small { color: #8389a5; font-size: 9px; }
.floating-card strong { font-size: 11px; }
.float-top { top: 66px; left: 16px; }
.float-bottom { right: 2px; bottom: 63px; }
.pulse { width: 11px; height: 11px; border: 3px solid #dfe5ff; border-radius: 50%; background: #405cf4; box-shadow: 0 0 0 5px #eff2ff; }
.mini-drop { width: 29px; height: 29px; display: grid; place-items: center; color: #fff; border-radius: 10px; background: linear-gradient(145deg, #2f5af6, #6a4aee); }
.mini-drop .brand-drop { width: 15px; }
.flow-line { position: absolute; z-index: -1; inset: 0; width: 100%; height: 100%; overflow: visible; }
.flow-line path { fill: none; stroke: rgba(255,255,255,.75); stroke-width: 2; stroke-linecap: round; }

.services { padding-block: 100px 120px; }
.section-heading { display: grid; grid-template-columns: 1fr 440px; align-items: end; gap: 40px; margin-bottom: 38px; }
.section-label { margin: 0 0 12px; color: #5f5ad1; font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.section-heading h2 { margin: 0; font-size: clamp(35px, 4vw, 52px); line-height: 1.05; letter-spacing: -.055em; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: 1.25fr .875fr .875fr; gap: 16px; }
.service-card { position: relative; min-height: 390px; display: flex; flex-direction: column; justify-content: flex-end; overflow: hidden; padding: 28px; border: 1px solid var(--line); border-radius: 30px; background: #fff; box-shadow: 0 20px 60px rgba(44, 61, 128, .055); }
.service-featured { color: #fff; border: 0; background: linear-gradient(145deg, #173fe4, #7650ea); box-shadow: 0 25px 65px rgba(52, 70, 214, .22); }
.service-index { position: absolute; top: 24px; left: 26px; color: #8a93b4; font-size: 10px; font-weight: 800; letter-spacing: .15em; }
.service-featured .service-index { color: rgba(255,255,255,.6); }
.service-card > div:last-of-type { position: relative; z-index: 2; }
.service-overline { margin: 0 0 8px; color: #6561d0; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.service-featured .service-overline { color: #d6d9ff; }
.service-card h3 { margin: 0 0 10px; font-size: 22px; letter-spacing: -.035em; }
.service-card div > p:last-child { margin: 0; color: #747c9c; font-size: 12px; line-height: 1.65; }
.service-featured div > p:last-child { max-width: 310px; color: rgba(255,255,255,.75); }
.service-card > a { position: absolute; right: 24px; top: 21px; width: 37px; height: 37px; display: grid; place-items: center; border-radius: 12px; color: var(--blue); background: #eef2ff; transition: transform .2s; }
.service-card > a:hover { transform: rotate(-8deg); }
.service-featured > a { color: #fff; background: rgba(255,255,255,.16); }
.service-art { position: absolute; inset: 40px 30px auto auto; width: 210px; height: 210px; border-radius: 50%; background: radial-gradient(circle at 38% 35%, rgba(255,255,255,.32), rgba(255,255,255,.04) 58%, transparent 60%); }
.heat-art i { position: absolute; width: 82px; height: 140px; border: 1.5px solid rgba(255,255,255,.5); border-radius: 50%; transform: rotate(31deg); }
.heat-art i:nth-child(1) { left: 54px; top: 20px; }
.heat-art i:nth-child(2) { left: 83px; top: 32px; transform: rotate(31deg) scale(.72); }
.heat-art i:nth-child(3) { left: 29px; top: 28px; transform: rotate(31deg) scale(.5); }
.service-symbol { position: absolute; top: 69px; left: 50%; width: 102px; height: 102px; display: grid; place-items: center; transform: translateX(-50%); color: var(--blue); border-radius: 35px; background: linear-gradient(145deg, #edf2ff, #faf8ff); box-shadow: inset 0 0 0 1px rgba(55, 79, 176, .06); }
.service-symbol .brand-drop { width: 42px; }
.service-symbol-ring { color: #6057d6; border-radius: 50%; font-family: Georgia, serif; font-size: 28px; }

.direct-section { position: relative; overflow: hidden; padding-block: 115px; background: #f2f5ff; }
.direct-section::before { content: ""; position: absolute; width: 430px; height: 430px; top: -245px; left: 23%; border-radius: 50%; background: radial-gradient(circle, rgba(92, 77, 239, .14), transparent 69%); }
.direct-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.direct-copy h2 { max-width: 520px; margin: 0 0 23px; font-size: clamp(40px, 4.5vw, 61px); line-height: 1.02; letter-spacing: -.058em; }
.direct-lead { max-width: 510px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 28px; color: var(--blue); font-size: 13px; font-weight: 800; }
.text-link .icon { transition: transform .2s; }
.text-link:hover .icon { transform: translateX(4px); }
.process-list { display: grid; gap: 11px; }
.process-list article { min-height: 106px; display: grid; grid-template-columns: 57px 1fr; align-items: center; gap: 18px; padding: 20px 25px; border: 1px solid rgba(48, 70, 151, .09); border-radius: 25px; background: rgba(255,255,255,.77); box-shadow: 0 14px 42px rgba(43, 62, 128, .045); }
.process-list article:nth-child(2) { margin-left: 34px; }
.process-list article > span { width: 54px; height: 54px; display: grid; place-items: center; color: #5d58d5; border-radius: 19px; background: linear-gradient(145deg, #e9efff, #f3ecff); font-family: Georgia, serif; font-size: 17px; }
.process-list h3 { margin: 0 0 6px; font-size: 17px; letter-spacing: -.025em; }
.process-list p { margin: 0; color: #78809e; font-size: 12px; line-height: 1.55; }

.reference-teaser { padding-block: 110px; }
.reference-panel { position: relative; min-height: 500px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 45px; overflow: hidden; padding: 70px 75px; color: #fff; border-radius: 42px; background: linear-gradient(130deg, #163ddc 0%, #3d50ed 43%, #7850ed 100%); box-shadow: 0 35px 80px rgba(52, 69, 203, .23); }
.reference-panel > * { min-width: 0; }
.reference-copy { position: relative; z-index: 3; }
.light-label { color: #d9dcff; }
.reference-copy h2 { max-width: 480px; margin: 0 0 18px; font-size: clamp(42px, 5vw, 62px); line-height: 1; letter-spacing: -.06em; }
.reference-copy > p:last-of-type { max-width: 500px; margin: 0; color: rgba(255,255,255,.74); font-size: 15px; line-height: 1.75; }
.button-white { margin-top: 30px; color: #2c43b9; background: #fff; box-shadow: 0 18px 40px rgba(25, 34, 130, .2); }
.reference-orbit { position: absolute; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.orbit-a { width: 570px; height: 570px; top: -295px; right: -70px; }
.orbit-b { width: 410px; height: 410px; right: -2px; bottom: -225px; }
.project-stack { position: relative; height: 330px; }
.project-card { position: absolute; width: 205px; height: 260px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border: 1px solid rgba(255,255,255,.3); border-radius: 30px; background: rgba(255,255,255,.14); box-shadow: 0 25px 50px rgba(27, 37, 137, .18); backdrop-filter: blur(14px); }
.project-card span { font-size: 10px; font-weight: 800; letter-spacing: .14em; }
.project-card p { margin: 0; font-family: Georgia, serif; font-size: 28px; }
.project-one { top: 21px; left: 0; transform: rotate(-9deg); background: linear-gradient(165deg, rgba(131, 239, 247, .38), rgba(255,255,255,.08)); }
.project-two { top: -10px; left: 160px; z-index: 2; transform: rotate(3deg); background: linear-gradient(165deg, rgba(255,255,255,.33), rgba(149, 115, 247, .2)); }
.project-three { top: 41px; left: 315px; transform: rotate(12deg); background: linear-gradient(165deg, rgba(202, 177, 255, .4), rgba(255,255,255,.08)); }

.contact-section { padding-block: 110px 125px; background: linear-gradient(180deg, #fbfcff 0%, #f3f6ff 100%); }
.contact-grid { display: grid; grid-template-columns: .83fr 1.17fr; align-items: center; gap: 86px; }
.contact-copy h2 { max-width: 520px; margin: 0 0 21px; font-size: clamp(42px, 4.7vw, 64px); line-height: 1; letter-spacing: -.061em; }
.contact-copy > p:not(.section-label) { max-width: 480px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.contact-options { display: grid; gap: 9px; margin-top: 33px; }
.contact-options > a { min-height: 69px; display: grid; grid-template-columns: 43px 1fr auto; align-items: center; gap: 13px; padding: 8px 15px 8px 9px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.8); transition: border-color .2s, transform .2s; }
.contact-options > a:hover { transform: translateX(3px); border-color: rgba(35,72,245,.25); }
.contact-icon { width: 43px; height: 43px; display: grid; place-items: center; color: var(--blue); border-radius: 14px; background: #edf2ff; }
.mail-icon { color: #6d4ce8; background: #f2edff; font-size: 16px; font-weight: 850; }
.contact-options a > span:nth-child(2) { display: grid; gap: 3px; }
.contact-options small { color: #858ca8; font-size: 9px; }
.contact-options strong { overflow-wrap: anywhere; font-size: 12px; }
.contact-options > a > .icon { color: #7f87a7; }
.contact-copy address { display: grid; gap: 7px; margin-top: 29px; padding-left: 3px; font-style: normal; }
.contact-copy address small { color: #7d84a1; font-size: 10px; }
.contact-copy address strong { font-size: 13px; line-height: 1.55; }
.contact-form { display: grid; gap: 18px; padding: 38px; border: 1px solid rgba(255,255,255,.92); border-radius: 35px; background: rgba(255,255,255,.86); box-shadow: 0 30px 80px rgba(44, 60, 134, .12); backdrop-filter: blur(15px); }
.form-topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 4px; }
.form-topline > div { display: flex; align-items: center; gap: 12px; }
.form-topline strong { font-size: 13px; }
.demo-badge { padding: 6px 10px; color: #6856cf; border-radius: 999px; background: #f0edff; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }
.contact-form label:not(.privacy-check) { display: grid; gap: 8px; }
.contact-form label > span:first-child { color: #4c567b; font-size: 10px; font-weight: 700; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea { width: 100%; min-height: 50px; padding: 13px 15px; color: var(--ink); outline: none; border: 1px solid rgba(45, 66, 145, .12); border-radius: 14px; background: #f8f9fe; font: inherit; font-size: 12px; transition: border-color .2s, box-shadow .2s, background .2s; }
.contact-form textarea { min-height: 105px; resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: rgba(35,72,245,.38); background: #fff; box-shadow: 0 0 0 4px rgba(35,72,245,.07); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #a1a7bb; }
.privacy-check { display: grid; grid-template-columns: 18px 1fr; align-items: start; gap: 9px; }
.privacy-check input { width: 16px; height: 16px; margin: 1px 0 0; accent-color: var(--blue); }
.privacy-check span { color: #7b829d; font-size: 9px; line-height: 1.5; }
.form-button { width: 100%; border: 0; cursor: pointer; font-family: inherit; }
.form-demo-note { margin: -6px 0 0; color: #949aaf; text-align: center; font-size: 9px; line-height: 1.5; }

footer { padding: 70px 0 25px; color: #fff; background: #111a3b; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 35px; padding-bottom: 47px; }
.footer-brand .brand-mark { background: linear-gradient(145deg, #375bff, #8554f2); }
.footer-brand .brand-type small { color: #99a5cf; }
.footer-grid > p { margin: 0; color: #9ba5cb; text-align: center; font-size: 11px; line-height: 1.75; }
.footer-contact { display: flex; justify-content: flex-end; gap: 20px; font-size: 11px; font-weight: 750; }
.footer-contact a:last-child { color: #a9b9ff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; padding-top: 22px; color: #7782a9; border-top: 1px solid rgba(255,255,255,.08); font-size: 9px; }
.footer-bottom a { color: #a9b9ff; font-weight: 750; }

.placeholder-page { min-height: 100vh; overflow: hidden; background: linear-gradient(155deg, #fbfcff, #eff3ff); }
.placeholder-header { height: 105px; display: flex; align-items: center; justify-content: space-between; }
.placeholder-drop { font-size: 16px; }
.back-link { display: inline-flex; align-items: center; gap: 8px; padding: 12px 16px; color: #4f587b; border: 1px solid var(--line); border-radius: 14px; background: rgba(255,255,255,.7); font-size: 11px; font-weight: 750; }
.placeholder-content { min-height: calc(100vh - 105px); display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; padding-block: 55px 105px; }
.placeholder-visual { position: relative; min-height: 510px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 43px; color: #fff; border-radius: 48% 52% 45% 55% / 45% 43% 57% 55%; background: linear-gradient(145deg, #2149ef, #7650ed); box-shadow: 0 35px 90px rgba(60, 72, 211, .25); }
.placeholder-number { font-size: 11px; font-weight: 800; letter-spacing: .15em; }
.placeholder-visual > p { position: relative; z-index: 2; margin: 0; font-family: Georgia, serif; font-size: clamp(45px, 6vw, 75px); }
.placeholder-rings { position: absolute; inset: 0; display: grid; place-items: center; }
.placeholder-rings i { position: absolute; width: 330px; height: 330px; border: 1px solid rgba(255,255,255,.26); border-radius: 50%; }
.placeholder-rings i:nth-child(2) { width: 230px; height: 230px; }
.placeholder-rings i:nth-child(3) { width: 125px; height: 125px; background: rgba(255,255,255,.09); }
.placeholder-copy h1 { max-width: 520px; margin: 0 0 24px; font-size: clamp(52px, 6vw, 78px); line-height: .98; letter-spacing: -.065em; }
.placeholder-copy > p:not(.section-label) { max-width: 510px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.8; }
.placeholder-copy .button { margin-top: 32px; }

@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; gap: 18px; }
  .hero-copy { padding-top: 28px; }
  .hero h1 { max-width: 720px; }
  .hero-visual { width: min(630px, 100%); margin-inline: auto; }
  .section-heading { grid-template-columns: 1fr; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-featured { grid-column: 1 / -1; }
  .direct-grid, .contact-grid { grid-template-columns: 1fr; gap: 55px; }
  .reference-panel { grid-template-columns: 1fr; padding-bottom: 45px; }
  .project-stack { margin-inline: auto; width: min(520px, 100%); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > p { display: none; }
  .placeholder-content { grid-template-columns: .9fr 1.1fr; gap: 45px; }
}

@media (max-width: 650px) {
  .shell { width: min(100% - 28px, 1180px); }
  .concept-bar { min-height: 48px; flex-wrap: wrap; row-gap: 4px; text-align: center; }
  .concept-bar p { display: none; }
  .site-header { height: 82px; }
  .header-call { padding: 7px; }
  .header-call > span:last-child { display: none; }
  .hero { padding-block: 42px 72px; }
  .hero h1 { margin-top: 19px; font-size: clamp(46px, 14vw, 64px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
  .trust-row > div:last-child { grid-column: 1 / -1; }
  .hero-visual { min-height: 470px; }
  .hero-visual::before { inset: 34px 0 22px; }
  .main-card { width: calc(100% - 38px); padding: 28px 20px; }
  .main-card h2 { font-size: 26px; }
  .float-top { top: 22px; left: 3px; }
  .float-bottom { right: 0; bottom: 28px; }
  .section-heading { margin-bottom: 27px; }
  .services { padding-block: 72px 85px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-featured { grid-column: auto; }
  .service-card { min-height: 350px; border-radius: 26px; }
  .direct-section { padding-block: 80px; }
  .direct-grid { gap: 42px; }
  .process-list article { padding-inline: 17px; border-radius: 21px; }
  .process-list article:nth-child(2) { margin-left: 0; }
  .reference-teaser { padding-block: 75px; }
  .reference-panel { min-height: 640px; gap: 34px; padding: 52px 24px 30px; border-radius: 30px; }
  .reference-copy, .reference-copy h2, .reference-copy > p:last-of-type { width: 100%; max-width: 100%; }
  .reference-copy h2 { font-size: clamp(38px, 11.5vw, 46px); line-height: 1.03; overflow-wrap: break-word; }
  .reference-copy > p:last-of-type { font-size: 14px; overflow-wrap: break-word; }
  .reference-copy .button-white { max-width: 100%; padding-inline: 14px; font-size: 12px; }
  .project-stack { width: 100%; max-width: 360px; height: 280px; margin-inline: auto; transform: none; }
  .project-card { width: min(46vw, 170px); height: 225px; padding: 18px; border-radius: 24px; }
  .project-card p { font-size: 23px; }
  .project-one { top: 44px; left: -3%; transform: rotate(-8deg); }
  .project-two { top: 12px; left: 50%; transform: translateX(-50%) rotate(3deg); }
  .project-three { top: 47px; right: -3%; left: auto; transform: rotate(9deg); }
  .contact-section { padding-block: 78px 90px; }
  .contact-grid { gap: 44px; }
  .contact-form { padding: 25px 18px; border-radius: 26px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-contact { justify-content: flex-start; flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; gap: 9px; }
  .placeholder-header { height: 90px; }
  .back-link { padding: 11px; }
  .back-link span + * { display: none; }
  .placeholder-content { grid-template-columns: 1fr; gap: 45px; padding-top: 22px; }
  .placeholder-visual { min-height: 390px; order: 2; border-radius: 37px; }
  .placeholder-copy h1 { font-size: clamp(48px, 14vw, 66px); }
}

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