:root {
  --ink: #10192d;
  --muted: #667085;
  --paper: #f6f7f2;
  --white: #ffffff;
  --line: #d9ddd6;
  --blue: #1c56ff;
  --blue-dark: #1242cc;
  --navy: #111a2d;
  --lime: #dfff57;
  --radius: 22px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: 'Manrope', Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.section { padding: 120px 0; }
.metric-pixel { position: absolute; left: -9999px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 50; border-bottom: 1px solid transparent; transition: .25s ease; }
.site-header.is-scrolled { background: rgba(246,247,242,.94); border-color: var(--line); backdrop-filter: blur(16px); }
.header-inner { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.logo { display: inline-flex; align-items: center; gap: 12px; min-width: 205px; }
.logo > span:last-child { display: grid; gap: 2px; }
.logo b { font-family: 'Unbounded', sans-serif; font-size: 12px; letter-spacing: .08em; }
.logo small { font-size: 8px; font-weight: 700; letter-spacing: .24em; color: var(--muted); }
.logo-mark { position: relative; display: block; width: 38px; height: 38px; border: 1.5px solid var(--ink); border-radius: 50%; }
.logo-mark i { position: absolute; display: block; border: 1.5px solid var(--blue); border-radius: 50%; }
.logo-mark i:nth-child(1) { inset: 8px 3px; }
.logo-mark i:nth-child(2) { inset: 3px 8px; }
.logo-mark i:nth-child(3) { width: 5px; height: 5px; right: 4px; top: 6px; background: var(--blue); }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { font-size: 13px; font-weight: 700; }
.desktop-nav a:hover { color: var(--blue); }
.header-actions { display: flex; align-items: center; gap: 18px; }
.phone-link { font-size: 14px; font-weight: 700; white-space: nowrap; }
.menu-toggle, .mobile-menu { display: none; }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; border: 0; border-radius: 100px; padding: 0 26px; font-size: 13px; font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 20px; }
.button-dark { background: var(--ink); color: var(--white); }
.button-primary { background: var(--blue); color: var(--white); box-shadow: 0 10px 30px rgba(28,86,255,.2); }
.button-primary:hover { background: var(--blue-dark); }
.button-lime { background: var(--lime); color: var(--ink); }
.text-link { display: inline-flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.6); padding-bottom: 5px; color: var(--white); font-size: 13px; font-weight: 700; }
.dark-link { color: var(--ink); border-color: var(--ink); }

.hero { position: relative; overflow: hidden; padding: 142px 0 0; background: linear-gradient(150deg, #f9faf7 0%, #f0f4ff 68%, #f6f7f2 100%); }
.hero::before { content: ''; position: absolute; width: 720px; height: 720px; right: -180px; top: -240px; border-radius: 50%; background: rgba(28,86,255,.08); filter: blur(40px); }
.hero-grid { position: absolute; inset: 0; opacity: .45; background-image: linear-gradient(rgba(16,25,45,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(16,25,45,.055) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black 15%, transparent 85%); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 50px; min-height: 625px; }
.hero-copy { padding-bottom: 40px; }
.eyebrow, .section-kicker { margin: 0 0 28px; display: flex; align-items: center; gap: 10px; color: var(--blue); font-size: 11px; line-height: 1.2; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(28,86,255,.1); }
h1, h2 { margin: 0; font-family: 'Unbounded', sans-serif; letter-spacing: -.045em; }
h1 { max-width: 720px; font-size: clamp(48px, 5.25vw, 78px); line-height: 1.03; }
h1 em { position: relative; color: var(--blue); font-style: normal; white-space: nowrap; }
h1 em::after { content: ''; position: absolute; height: 8px; left: 2%; right: 1%; bottom: -10px; border: solid var(--lime); border-width: 3px 0 0; border-radius: 50%; transform: rotate(-1.5deg); }
.hero-lead { max-width: 625px; margin: 30px 0; color: #4e596d; font-size: 17px; line-height: 1.7; }
.hero-cta { display: flex; align-items: center; gap: 28px; }
.hero-cta .text-link { color: var(--ink); border-color: var(--ink); }
.hero-checks { display: flex; flex-wrap: wrap; gap: 18px 26px; margin: 30px 0 0; padding: 0; list-style: none; }
.hero-checks li { font-size: 12px; font-weight: 700; color: #42506a; }
.hero-checks span { color: var(--blue); margin-right: 6px; }

.hero-visual { position: relative; min-height: 570px; transform: rotate(1.5deg); }
.paper-shadow { position: absolute; width: 78%; height: 76%; left: 13%; top: 14%; border-radius: 8px; background: rgba(20,34,70,.13); filter: blur(28px); transform: rotate(4deg); }
.estimate-sheet { position: absolute; width: 79%; min-height: 470px; left: 12%; top: 38px; padding: 30px 30px 26px; background: #fff; border: 1px solid #cfd6e3; box-shadow: 0 24px 70px rgba(20,41,90,.14); transform: rotate(-4deg); }
.estimate-sheet::before, .estimate-sheet::after { content: ''; position: absolute; inset: 9px; border: 1px solid #dfe4ec; pointer-events: none; }
.estimate-sheet::after { inset: 13px; border-color: transparent; border-top-color: var(--blue); }
.sheet-top { display: flex; justify-content: space-between; gap: 18px; color: var(--blue); font: 700 9px 'Unbounded', sans-serif; letter-spacing: .1em; }
.sheet-code { color: var(--muted); }
.sheet-title { margin: 36px 0 24px; font-family: 'Unbounded', sans-serif; font-size: 24px; line-height: 1.25; }
.sheet-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 26px; }
.sheet-meta div { display: grid; gap: 4px; }
.sheet-meta small { color: #8a93a5; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.sheet-meta b { font-size: 10px; }
.sheet-table { border-top: 1px solid #aeb8ca; }
.sheet-row { display: grid; grid-template-columns: 30px 1fr 48px 48px; gap: 8px; align-items: center; min-height: 45px; border-bottom: 1px solid #e2e6ed; font-size: 9px; }
.sheet-row span:nth-child(n+3) { text-align: right; }
.sheet-row.active { margin-inline: -9px; padding-inline: 9px; background: #edf2ff; color: var(--blue); font-weight: 800; }
.sheet-head { min-height: 30px; color: #9099a9; font-size: 7px; text-transform: uppercase; letter-spacing: .08em; }
.sheet-total { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; font: 700 9px 'Unbounded', sans-serif; }
.sheet-total b { padding: 8px 12px; color: var(--blue); border: 2px solid var(--blue); transform: rotate(-3deg); }
.visual-note { position: absolute; z-index: 3; display: flex; gap: 11px; align-items: center; padding: 13px 16px; background: var(--ink); color: white; border-radius: 11px; box-shadow: 0 14px 30px rgba(16,25,45,.2); transform: rotate(-1.5deg); }
.visual-note b { color: var(--lime); font: 600 10px 'Unbounded', sans-serif; }
.visual-note span { font-size: 9px; font-weight: 700; line-height: 1.35; }
.note-one { left: 0; top: 155px; }
.note-two { right: 0; bottom: 86px; }
.stamp { position: absolute; left: 32px; bottom: 30px; width: 110px; height: 110px; display: grid; place-content: center; text-align: center; border: 1px dashed var(--blue); border-radius: 50%; color: var(--blue); font: 600 11px 'Unbounded', sans-serif; transform: rotate(9deg); }
.stamp span { font: 800 7px 'Manrope', sans-serif; letter-spacing: .08em; }
.audience-row { position: relative; min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 26px; border-top: 1px solid var(--line); }
.audience-row span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.audience-row b { font-size: 13px; }

.problem-section { background: var(--white); }
.split-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; margin-bottom: 70px; }
.split-heading h2, .section-head h2, .workflow-copy h2, .brief-aside h2, .faq-layout h2, .final-cta h2 { font-size: clamp(38px, 4.2vw, 61px); line-height: 1.13; }
.split-heading > div > p { max-width: 700px; margin: 30px 0 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.benefit-card { min-height: 375px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #f3f4f0; }
.benefit-card.card-blue { background: var(--blue); color: white; border-color: var(--blue); }
.benefit-card.card-lime { background: var(--lime); border-color: var(--lime); }
.card-number { font: 600 10px 'Unbounded', sans-serif; opacity: .65; }
.benefit-icon { width: 112px; height: 112px; margin: 35px auto 32px; }
.icon-target { position: relative; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; }
.icon-target::before, .icon-target::after { content: ''; position: absolute; border: 1px solid rgba(255,255,255,.7); border-radius: 50%; }
.icon-target::before { inset: 21px; }
.icon-target::after { inset: 46px; background: var(--lime); border: none; }
.icon-compare { display: flex; align-items: end; justify-content: center; gap: 8px; }
.icon-compare i { width: 18px; border-radius: 9px 9px 0 0; background: var(--blue); }
.icon-compare i:nth-child(1) { height: 42px; opacity: .35; }
.icon-compare i:nth-child(2) { height: 76px; opacity: .65; }
.icon-compare i:nth-child(3) { height: 104px; }
.icon-shield { width: 92px; height: 108px; display: grid; place-content: center; border: 2px solid var(--ink); border-radius: 44px 44px 50% 50%; font-size: 34px; }
.benefit-card h3 { margin: auto 0 11px; font-family: 'Unbounded', sans-serif; font-size: 18px; line-height: 1.35; }
.benefit-card p { margin: 0; opacity: .75; font-size: 13px; line-height: 1.6; }

.services-section { color: white; background: var(--navy); }
.section-kicker.light { color: var(--lime); }
.section-head { display: grid; grid-template-columns: 2fr 1fr; align-items: end; gap: 60px; margin-bottom: 68px; }
.section-head > p { margin: 0; color: #aab1c0; font-size: 15px; line-height: 1.7; }
.service-list { border-top: 1px solid rgba(255,255,255,.16); }
.service-item { display: grid; grid-template-columns: 55px 1.5fr 1fr 50px; gap: 30px; align-items: center; min-height: 174px; border-bottom: 1px solid rgba(255,255,255,.16); transition: background .2s, padding .2s; }
.service-item:hover { padding-inline: 18px; background: rgba(255,255,255,.035); }
.service-item > span { align-self: start; margin-top: 42px; color: var(--lime); font: 600 10px 'Unbounded', sans-serif; }
.service-item h3 { margin: 0 0 12px; font: 600 22px 'Unbounded', sans-serif; }
.service-item p { max-width: 530px; margin: 0; color: #aab1c0; font-size: 13px; line-height: 1.65; }
.service-item ul { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; }
.service-item li { padding: 7px 10px; border: 1px solid rgba(255,255,255,.17); border-radius: 100px; color: #c6cbd4; font-size: 9px; }
.service-item > a { width: 44px; height: 44px; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; font-size: 18px; transition: .2s; }
.service-item:hover > a { color: var(--ink); background: var(--lime); border-color: var(--lime); transform: rotate(45deg); }
.competence-panel { display: grid; grid-template-columns: .8fr 1.2fr; gap: 1px; margin-top: 65px; overflow: hidden; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius); background: rgba(255,255,255,.16); }
.software-card, .competence-data { background: #151f35; }
.software-card { min-height: 390px; display: flex; flex-direction: column; justify-content: space-between; padding: 36px; }
.software-mark { position: relative; width: 116px; height: 116px; display: grid; place-content: center; overflow: hidden; border: 1px solid rgba(255,255,255,.3); border-radius: 24px; color: var(--lime); background: rgba(255,255,255,.04); font: 600 28px 'Unbounded', sans-serif; }
.software-mark::before, .software-mark::after { content: ''; position: absolute; width: 130px; height: 1px; left: -8px; top: 57px; background: rgba(255,255,255,.15); transform: rotate(45deg); }
.software-mark::after { transform: rotate(-45deg); }
.software-mark span { position: relative; z-index: 1; }
.software-mark i { position: absolute; z-index: 1; width: 8px; height: 8px; right: 15px; top: 15px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 6px rgba(223,255,87,.08); }
.software-card p, .competence-data > div > p { margin: 0 0 15px; color: #8f9aaf; font-size: 9px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.software-card h3 { margin: 0 0 14px; font: 600 22px 'Unbounded', sans-serif; }
.software-card > div:last-child > span { display: block; color: #aab1c0; font-size: 12px; line-height: 1.65; }
.competence-data { display: grid; gap: 32px; padding: 36px; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; padding: 0; list-style: none; }
.tag-cloud li { min-width: 54px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; color: white; background: rgba(255,255,255,.03); font: 600 10px 'Unbounded', sans-serif; text-align: center; }
.tag-cloud li:first-child { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.tag-cloud-sections li { min-width: 47px; }
.tag-cloud-sections li:first-child { color: white; background: rgba(255,255,255,.03); border-color: rgba(255,255,255,.18); }
.scope-note { align-self: end; margin: 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #aab1c0; font-size: 12px; line-height: 1.75; }

.workflow-section { background: #f0f2ec; }
.workflow-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.workflow-copy { position: sticky; top: 130px; align-self: start; }
.workflow-copy > p:not(.section-kicker) { max-width: 500px; margin: 28px 0; color: var(--muted); line-height: 1.7; }
.steps { margin: 0; padding: 0; list-style: none; counter-reset: step; }
.steps li { display: grid; grid-template-columns: 64px 1fr; gap: 30px; min-height: 168px; padding: 35px 0; border-top: 1px solid #cbd0c8; }
.steps li:last-child { border-bottom: 1px solid #cbd0c8; }
.steps > li > span { width: 44px; height: 44px; display: grid; place-content: center; color: white; background: var(--blue); border-radius: 50%; font: 600 9px 'Unbounded', sans-serif; }
.steps h3 { margin: 4px 0 12px; font: 600 19px 'Unbounded', sans-serif; }
.steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }

.brief-section { color: white; background: var(--blue); }
.brief-shell { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.brief-aside { position: sticky; top: 130px; }
.brief-aside > p:not(.section-kicker) { max-width: 430px; margin: 25px 0; color: #d8e1ff; line-height: 1.7; }
.brief-contact { display: grid; gap: 8px; margin-top: 80px; }
.brief-contact span { margin-bottom: 4px; color: #bac9ff; font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
.brief-contact a { width: fit-content; font-size: 15px; font-weight: 700; }
.lead-form { padding: 38px; color: var(--ink); background: white; border-radius: var(--radius); box-shadow: 0 30px 80px rgba(3,25,96,.25); }
.form-progress { display: flex; justify-content: space-between; margin-bottom: 32px; padding-bottom: 20px; border-bottom: 1px solid var(--line); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.form-progress b { color: var(--blue); }
fieldset { margin: 0 0 28px; padding: 0; border: 0; }
legend { margin-bottom: 18px; font: 600 16px 'Unbounded', sans-serif; }
legend span { color: var(--blue); margin-right: 12px; font-size: 10px; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.choice-grid label { cursor: pointer; }
.choice-grid input { position: absolute; opacity: 0; pointer-events: none; }
.choice-grid label span { min-height: 48px; display: flex; align-items: center; padding: 0 15px; border: 1px solid var(--line); border-radius: 10px; color: #525e72; font-size: 12px; font-weight: 700; transition: .2s; }
.choice-grid input:checked + span { color: var(--blue); background: #edf2ff; border-color: var(--blue); box-shadow: inset 0 0 0 1px var(--blue); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: grid; gap: 8px; margin-bottom: 15px; }
.field > span { color: #687386; font-size: 10px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.field input, .field textarea { width: 100%; border: 1px solid var(--line); border-radius: 10px; background: #fafbf8; padding: 14px 15px; color: var(--ink); outline: 0; resize: vertical; transition: .2s; }
.field input { height: 50px; }
.field input:focus, .field textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(28,86,255,.09); }
.field input::placeholder, .field textarea::placeholder { color: #a0a7b2; }
.consent { display: flex; align-items: flex-start; gap: 9px; margin: 2px 0 20px; color: #737d8d; font-size: 10px; line-height: 1.45; }
.consent input { accent-color: var(--blue); margin: 2px 0 0; }
.consent button { border: 0; border-bottom: 1px solid currentColor; padding: 0; background: transparent; cursor: pointer; }
.submit-button { width: 100%; }
.form-note { margin: 12px 0 0; color: #8a93a2; font-size: 9px; line-height: 1.5; text-align: center; }

.faq-section { background: white; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 100px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { min-height: 90px; display: flex; align-items: center; justify-content: space-between; gap: 30px; cursor: pointer; list-style: none; font: 600 15px 'Unbounded', sans-serif; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { width: 34px; height: 34px; flex: 0 0 auto; display: grid; place-content: center; color: var(--blue); border: 1px solid var(--line); border-radius: 50%; font: 400 24px 'Manrope', sans-serif; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { max-width: 680px; margin: -8px 55px 30px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.final-cta { padding: 90px 0; color: white; background: var(--navy); }
.final-cta-inner { display: flex; justify-content: space-between; align-items: end; gap: 60px; }
.final-cta p { margin: 0 0 16px; color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.final-cta h2 { font-size: clamp(34px, 3.7vw, 52px); }
.final-cta .button { flex: 0 0 auto; }

.site-footer { padding: 68px 0 26px; background: #f0f2ec; }
.footer-top { display: grid; grid-template-columns: 1.7fr 1fr .8fr .8fr; gap: 55px; padding-bottom: 60px; }
.footer-top > div { display: grid; align-content: start; gap: 8px; }
.footer-top > div span { margin-bottom: 7px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-top > div a { width: fit-content; font-size: 13px; font-weight: 700; }
.footer-top > div a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; }
.footer-bottom button { border: 0; padding: 0; color: inherit; background: none; cursor: pointer; }
.mobile-cta { display: none; }

.policy-dialog { width: min(calc(100% - 32px), 650px); padding: 42px; border: 0; border-radius: 18px; color: var(--ink); box-shadow: 0 30px 100px rgba(0,0,0,.24); }
.policy-dialog::backdrop { background: rgba(10,18,35,.65); backdrop-filter: blur(4px); }
.policy-dialog h2 { margin: 0 0 25px; font-size: 27px; }
.policy-dialog p { color: var(--muted); font-size: 13px; line-height: 1.7; }
.policy-dialog a { color: var(--blue); }
.dialog-close { position: absolute; right: 18px; top: 14px; border: 0; background: transparent; font-size: 28px; cursor: pointer; }

@media (max-width: 1050px) {
  .desktop-nav, .phone-link { display: none; }
  .hero-layout { grid-template-columns: 1fr .85fr; gap: 15px; }
  .hero-visual { transform: scale(.88) rotate(1.5deg); transform-origin: center; }
  .service-item { grid-template-columns: 45px 1.4fr 1fr 45px; gap: 18px; }
  .workflow-layout, .brief-shell, .faq-layout { gap: 55px; }
}

@media (max-width: 820px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .section { padding: 84px 0; }
  .hero-layout > *, .split-heading > *, .section-head > *, .workflow-layout > *, .brief-shell > *, .faq-layout > *, .service-item > *, .final-cta-inner > *, .footer-top > * { min-width: 0; }
  .header-inner { height: 72px; }
  .header-actions { margin-left: auto; }
  .header-actions .button { display: none; }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-content: center; gap: 6px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.7); }
  .menu-toggle span { width: 18px; height: 1.5px; display: block; background: var(--ink); transition: .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { position: absolute; inset: 72px 0 auto; display: grid; padding: 12px 24px 22px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu a { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }
  .hero { padding-top: 110px; }
  .hero-layout { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { padding: 30px 0 10px; }
  .hero-visual { width: min(620px, 100%); min-height: 540px; margin: 0 auto; transform: scale(.9) rotate(1.5deg); }
  .audience-row { flex-wrap: wrap; justify-content: flex-start; padding: 28px 0; }
  .audience-row span { flex-basis: 100%; }
  .split-heading, .section-head { grid-template-columns: 1fr; gap: 20px; }
  .benefit-grid { grid-template-columns: 1fr 1fr; }
  .benefit-card:last-child { grid-column: 1 / -1; }
  .service-item { grid-template-columns: 36px 1fr 42px; padding: 30px 0; }
  .service-item > span { margin-top: 4px; }
  .service-item ul { grid-column: 2 / 4; }
  .service-item > a { grid-column: 3; grid-row: 1; }
  .competence-panel { grid-template-columns: 1fr; }
  .software-card { min-height: 300px; }
  .workflow-layout, .brief-shell, .faq-layout { grid-template-columns: 1fr; }
  .workflow-copy, .brief-aside { position: static; }
  .brief-contact { margin-top: 38px; }
  .faq-layout { gap: 45px; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; }
  .footer-top { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-logo { grid-column: 1 / -1; }
}

@media (max-width: 560px) {
  html { scroll-padding-top: 74px; }
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px)); }
  .section { padding: 70px 0; }
  .logo { min-width: 0; }
  .logo b { font-size: 10px; }
  .logo small { font-size: 7px; }
  .logo-mark { width: 34px; height: 34px; }
  .hero { padding-top: 92px; }
  .eyebrow, .section-kicker { margin-bottom: 20px; font-size: 9px; }
  h1 { max-width: 100%; font-size: clamp(36px, 11.3vw, 48px); line-height: 1.06; }
  h1 em { display: inline-block; max-width: 100%; white-space: normal; }
  h1 em::after { left: 0; right: 0; bottom: -7px; }
  .hero-lead { margin: 25px 0; font-size: 15px; }
  .hero-cta { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-cta .text-link { align-self: center; }
  .hero-checks { display: grid; gap: 9px; }
  .hero-visual { min-height: 440px; margin: -5px 0 0; transform: scale(.78) rotate(1.5deg); transform-origin: left top; width: 126%; }
  .estimate-sheet { width: 85%; left: 8%; }
  .audience-row { gap: 13px 20px; }
  .audience-row b { font-size: 11px; }
  .split-heading { margin-bottom: 42px; }
  .split-heading h2, .section-head h2, .workflow-copy h2, .brief-aside h2, .faq-layout h2 { font-size: clamp(28px, 9vw, 34px); }
  .split-heading > div > p { font-size: 15px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .benefit-card, .benefit-card:last-child { grid-column: auto; min-height: 320px; }
  .benefit-icon { width: 92px; height: 92px; margin: 26px auto 20px; }
  .icon-shield { width: 78px; height: 90px; }
  .service-item { grid-template-columns: 30px 1fr 38px; gap: 12px; }
  .service-item h3 { overflow-wrap: anywhere; font-size: clamp(16px, 4.5vw, 18px); }
  .service-item ul { gap: 5px; }
  .competence-panel { margin-top: 45px; }
  .software-card, .competence-data { padding: 25px 20px; }
  .software-card { min-height: 275px; }
  .software-mark { width: 92px; height: 92px; border-radius: 19px; font-size: 22px; }
  .software-mark::before, .software-mark::after { top: 45px; left: -18px; }
  .tag-cloud { gap: 6px; }
  .tag-cloud li { min-width: 48px; padding: 8px 9px; }
  .workflow-layout { gap: 45px; }
  .steps li { grid-template-columns: 48px 1fr; gap: 17px; min-height: 150px; }
  .brief-shell { gap: 42px; }
  .lead-form { margin-inline: -5px; padding: 25px 18px; }
  .choice-grid, .form-row { grid-template-columns: 1fr; }
  .choice-grid label span { min-height: 44px; }
  .accordion summary { min-height: 78px; font-size: 13px; line-height: 1.4; }
  .accordion details p { margin-right: 0; }
  .final-cta { padding: 70px 0; }
  .final-cta h2 { font-size: 31px; }
  .final-cta .button { width: 100%; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 38px 20px; }
  .footer-top > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-wrap: wrap; }
  .mobile-cta { position: fixed; z-index: 40; left: 12px; right: 12px; bottom: calc(10px + env(safe-area-inset-bottom, 0px)); min-height: 50px; display: grid; place-content: center; color: white; background: var(--blue); border-radius: 100px; box-shadow: 0 10px 35px rgba(28,86,255,.4); font-size: 13px; font-weight: 800; }
  .policy-dialog { padding: 34px 24px; }
}

@media (max-width: 420px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { gap: 14px; }
  .logo { gap: 9px; }
  .logo b { font-size: 9px; letter-spacing: .055em; }
  .logo small { font-size: 6.5px; letter-spacing: .18em; }
  .eyebrow, .section-kicker { letter-spacing: .12em; }
  .button { gap: 14px; padding-inline: 20px; }
  .hero-visual { width: 128%; transform: scale(.76) rotate(1.5deg); }
  .service-item { grid-template-columns: 27px minmax(0, 1fr) 36px; gap: 10px; }
  .steps li { grid-template-columns: 42px minmax(0, 1fr); gap: 14px; }
  .steps > li > span { width: 40px; height: 40px; }
  .footer-top { grid-template-columns: 1fr; gap: 30px; }
  .footer-top > div:last-child, .footer-logo { grid-column: auto; }
  .footer-bottom { gap: 14px; }
}

@media (max-width: 340px) {
  h1 { font-size: 34px; }
  .button { gap: 10px; padding-inline: 16px; font-size: 12px; }
  .lead-form { margin-inline: 0; padding-inline: 15px; }
  .policy-dialog { width: min(calc(100% - 20px), 650px); padding-inline: 18px; }
}

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