@font-face {
  font-family: 'Open Sans';
  src: url('/assets/open-sans-latin.woff2') format('woff2');
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
}
/* Shared typography, container, spacing, links and buttons follow the user's
   local Accelari source, verified in the companion accelari-design-demo. */
:root {
  --blue: #0078d4;
  --link: #0067b8;
  --ink: #000;
  --body: #2f2f2f;
  --line: #d4e0e9;
  --soft: #f2f7fa;
  font-family: 'Open Sans', 'Montserrat', 'Segoe UI', SegoeUI, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: #fff;
  font-synthesis: none;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; font-size: 15px; line-height: 20px; }
a { color: inherit; }
img { max-width: 100%; display: block; }
button { font: inherit; }
h1, h2, h3, p, dl, dd { margin: 0; }
h1, h2, h3 { font-weight: 600; letter-spacing: normal; }
h2 { font-size: 37px; line-height: 1.2; }
h3 { font-size: 20px; line-height: 24px; }
a, button, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--link); outline-offset: 6px; }
.container { width: 90%; max-width: 1600px; margin-inline: auto; }
.skip-link { position: absolute; left: 16px; top: -100px; background: #fff; padding: 12px; z-index: 10; }
.skip-link:focus { top: 12px; }
.header { background: #fff; position: relative; z-index: 5; margin-bottom: 2px; }
.header-inner { height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.personal-brand { display: inline-flex; align-items: center; flex-shrink: 0; height: 100%; padding: 6px 6px 6px 10px; margin-top: 1px; text-decoration: none; }
/* Match the Accelari emblem height and inset; allow the longer IP wordmark its own width. */
.personal-logo { width: auto; height: 36.9px; max-width: none; }
.nav { display: flex; align-items: center; gap: 20px; font-size: 13px; line-height: 20px; }
.nav > a { padding: 10px 8px; }
.nav > a, .languages a, .footer-links a { text-decoration: none; }
.nav > a:hover, .footer-links a:hover { color: var(--link); text-decoration: underline; text-underline-offset: 4px; }
.languages { display: flex; align-items: center; gap: 4px; margin-left: 20px; }
.languages [aria-current=page] { color: var(--link); font-weight: 700; }
.languages span { color: #616161; }
.menu-toggle { display: none; }
.hero { position: relative; isolation: isolate; overflow: hidden; background: #f5f8fa; width: 90%; max-width: 1600px; margin-inline: auto; border-radius: 5px; }
/* The original Accelari banner has an 88% inner container: 6% inset on each
   side. The workplace image was composed from the user's reference photos. */
.hero-inner { position: relative; width: 88%; max-width: none; min-height: min(33.75vw,600px); display: flex; align-items: center; padding-block: 42px; }
.hero-copy { width: 62%; max-width: 850px; }
.eyebrow { font-size: 13px; line-height: 20px; color: var(--link); font-weight: 600; }
.hero h1 { font-size: 46px; line-height: 56px; letter-spacing: -.01em; margin-top: 16px; }
.hero h1 > span { display: block; }
.hero h1 .word-group { white-space: nowrap; }
.hero-name { margin-top: 24px; font-weight: 600; font-size: 20px; line-height: 24px; }
.qualification { margin-top: 8px; color: var(--body); }
.hero-description { margin-top: 24px; color: var(--body); max-width: 600px; text-wrap: pretty; }
.hero-actions { display: flex; align-items: center; column-gap: 45px; row-gap: 15px; margin-top: 24px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 12px; min-width: 230px; max-width: min(100%,374px); border-radius: 5px; text-decoration: none; font-weight: 600; font-size: 15px; border: 2px solid transparent; transition: background .2s,box-shadow .2s; line-height: 1; text-align: center; }
.button-primary { background: var(--blue); color: #fff; }
.button-primary:hover { background: #005a9f; border-color: #ebebeb; box-shadow: 0 4px 8px #0003; }
.text-link { display: inline-flex; align-items: center; gap: 5px; font-size: 15px; line-height: 1.3; letter-spacing: 0; color: var(--link); font-weight: 600; text-decoration: none; padding: 10px 21px 7px 0; border: 2px solid transparent; }
.text-link:hover span:first-child { text-decoration: underline; text-underline-offset: 4px; }
.chevron { display: inline-block; font-size: 22px; line-height: .8; transition: transform .4s; }
.text-link:hover .chevron { transform: translateX(4px); }
.portrait-wrap { position: absolute; inset: 0; width: 100%; z-index: -1; overflow: hidden; }
.portrait-wrap:after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg,rgba(245,248,250,.98) 0%,rgba(245,248,250,.95) 34%,rgba(245,248,250,.85) 48%,rgba(245,248,250,.4) 57%,transparent 67%); }
.portrait { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.facts { margin-top: 32px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.facts-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); padding-block: 24px; gap: 24px; }
.facts-grid > div + div { border-left: 1px solid var(--line); padding-left: 24px; }
.facts dt { font-weight: 600; color: var(--link); }
.facts dd { margin-top: 8px; color: var(--body); }
.section { padding-block: 60px; }
.section-heading { margin-bottom: 48px; }
.section-heading > p { color: var(--body); margin-top: 8px; }
.three-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.four-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; }
.service-column { min-width: 0; }
.service-column + .service-column { border-left: 1px solid var(--line); padding-left: 24px; }
.service-symbol { display: block; width: 40px; height: 40px; background: var(--blue); margin-bottom: 20px; mask: var(--service-icon) center / contain no-repeat; }
.service-symbol-0 { --service-icon: url('/assets/service-patents.png'); }
.service-symbol-1 { --service-icon: url('/assets/service-trademarks.png'); }
.service-symbol-2 { --service-icon: url('/assets/service-deadlines.png'); }
.service-subtitle { color: var(--link); font-weight: 600; margin-top: 8px; }
.service-column ul { margin: 24px 0 0; padding: 0 0 0 18px; color: var(--body); }
.service-column li { padding-left: 4px; }
.service-column li + li { margin-top: 16px; }
.service-column li::marker { color: var(--blue); }
.service-note { margin-top: 32px; font-size: 13px; line-height: 20px; color: #616161; }
.soft-band { background: var(--soft); }
.scenarios-grid { margin-top: 48px; }
.scenarios-grid p { margin-top: 24px; color: var(--body); max-width: 350px; }
.background-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; margin-top: 48px; }
.timeline { margin: 0; padding: 0; list-style: none; }
.timeline li { position: relative; border-left: 1px solid #c5dbe9; padding: 0 0 24px 28px; margin-left: 5px; }
.timeline li:last-child { padding-bottom: 0; border-left-color: transparent; }
.timeline li:before { content: ''; position: absolute; width: 9px; height: 9px; left: -5px; top: 5px; background: var(--blue); border-radius: 50%; }
.timeline-date { color: var(--link); font-weight: 600; }
.timeline li > p + p { margin-top: 8px; color: var(--body); }
.systems { border-left: 1px solid var(--line); padding-left: 48px; }
.systems-intro { margin-top: 24px; color: var(--body); max-width: 510px; }
.system-list { list-style: none; margin: 24px 0 0; padding: 0; color: var(--link); font-weight: 600; }
.system-list li + li { margin-top: 16px; }
.evidence { margin-top: 24px; max-width: 480px; color: #616161; }
.steps { list-style: none; padding: 0; margin: 48px 0 0; }
.steps li { display: flex; align-items: flex-start; gap: 20px; }
.step-number { flex: 0 0 34px; color: var(--link); font-weight: 600; font-size: 24px; line-height: 28px; }
.steps p { margin-top: 24px; color: var(--body); }
.principles { margin-top: 32px; color: #616161; font-size: 13px; line-height: 20px; }
.faq-list { margin-top: 48px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0; font-weight: 600; }
.faq summary::-webkit-details-marker { display: none; }
.faq-indicator { width: 16px; height: 16px; position: relative; flex: 0 0 16px; margin-inline: 8px; }
.faq-indicator:before, .faq-indicator:after { content: ''; position: absolute; background: var(--link); left: 0; top: 7px; width: 16px; height: 2px; }
.faq-indicator:after { transform: rotate(90deg); }
.faq details[open] .faq-indicator:after { display: none; }
.faq-answer { padding: 0 44px 24px 0; color: var(--body); max-width: 920px; }
.contact { background: linear-gradient(105deg,#006dc1,#0079d2); position: relative; isolation: isolate; overflow: hidden; color: #fff; padding-block: 48px; }
.contact p { margin-top: 10px; }
.contact-actions { margin-top: 24px; display: flex; flex-wrap: wrap; align-items: center; gap: 24px 32px; }
.button-white { background: #fff; color: var(--link); }
.button-white:hover { background: #edf6ff; }
.contact-whatsapp { font-weight: 600; text-decoration: none; padding-block: 10px; }
.contact-whatsapp:hover { text-decoration: underline; text-underline-offset: 4px; }
.phone { display: inline-block; margin-top: 16px; text-decoration: none; }
.phone:hover { text-decoration: underline; text-underline-offset: 4px; }
.contact a:focus-visible { outline-color: #fff; }
.contact-lines { position: absolute; z-index: -1; right: 1%; top: 15%; width: 290px; height: 410px; border: 1px solid #ffffff45; transform: skewX(-42deg); }
.contact-lines:after { content: ''; position: absolute; inset: 55px 50px -60px -50px; border: 1px solid #ffffff45; }
.contact-inner { position: relative; }
.footer { padding: 30px 0 20px; }
.footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; }
.footer-personal { display: inline-block; text-decoration: none; }
.footer-name { margin-top: 8px; font-size: 13px; line-height: 20px; color: #616161; }
.company-brand { display: block; width: 121px; margin-top: 24px; }
.company-brand img { width: 100%; height: auto; }
.company-note { font-size: 13px; line-height: 20px; color: #616161; margin-top: 8px; }
.footer-links { display: flex; gap: 25px; font-size: 13px; line-height: 20px; padding-top: 5px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; margin-top: 30px; font-size: 11px; line-height: 16px; color: #616161; }
@media (min-width:1400px) and (max-width:1699px) {
  html[lang=de] .hero-copy { width: 76%; max-width: 850px; }
  html[lang=de] .portrait { transform: translateX(clamp(0px,calc(510px - 30vw),90px)); }
  html[lang=de] .portrait-wrap:after { background: linear-gradient(90deg,#f5f8fa 0%,rgba(245,248,250,.95) 45%,rgba(245,248,250,.85) 58%,rgba(245,248,250,.5) 65%,transparent 73%); }
}
@media (max-width:1399px) {
  .hero h1 { font-size: 24px; line-height: 28px; }
  h2 { font-size: 29px; }
  .hero-copy { max-width: 520px; }
  .nav { gap: 10px; }
  .languages { margin-left: 10px; }
}
@media (max-width:1083px) {
  .container { width: calc(100% - 24px); }
  .header-inner { width: calc(100% - 48px); }
  h2 { font-size: 24px; }
  .hero { width: 100%; border-radius: 0; }
  .hero-inner { width: 88%; min-height: 56.25vw; }
  .portrait { object-position: 75% center; }
  .portrait-wrap:after { background: linear-gradient(90deg,#f5f8fa 0%,rgba(245,248,250,.97) 34%,rgba(245,248,250,.82) 48%,rgba(245,248,250,.25) 62%,transparent 73%); }
  .hero-actions { column-gap: 20px; }
  .four-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px 24px; }
  .background-grid { gap: 24px; }
  .systems { padding-left: 24px; }
  .steps li { gap: 12px; }
}
@media (max-width:859px) {
  .header-inner { gap: 16px; }
  .personal-brand .personal-logo { height: 30.5px; }
  .menu-toggle { display: inline-flex; align-items: center; gap: 9px; padding: 8px 0 8px 8px; background: none; border: 0; cursor: pointer; font-size: 13px; color: var(--ink); min-height: 44px; }
  .menu-icon, .menu-icon:before, .menu-icon:after { width: 18px; height: 1.5px; background: currentColor; display: block; position: relative; }
  .menu-icon:before, .menu-icon:after { content: ''; position: absolute; left: 0; }
  .menu-icon:before { top: -6px; }
  .menu-icon:after { top: 6px; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 54px; background: #fff; border-bottom: 1px solid var(--line); padding: 16px 24px 22px; box-shadow: 0 12px 16px #0914270a; }
  .nav.is-open { display: flex; align-items: stretch; flex-direction: column; gap: 0; }
  .nav > a { padding: 12px 0; font-size: 15px; }
  .languages { padding-top: 14px; margin: 0; gap: 10px; font-size: 13px; }
}
@media (max-width:900px) {
  .hero { display: flex; flex-direction: column; }
  .hero-inner { min-height: 0; padding-block: 32px; order: 1; }
  .hero-copy { width: 100%; max-width: none; }
  .portrait-wrap { position: relative; inset: auto; width: 100%; height: clamp(300px,50vw,450px); z-index: 0; order: 2; mask-image: linear-gradient(180deg,transparent,#000 24px); }
  .portrait-wrap:after { display: none; }
  .portrait { object-position: 85% center; }
}
@media (max-width:767px) {
  .hero-inner { width: 100%; padding-inline: 12px; }
  .hero h1 { font-size: 20px; line-height: 24px; margin-top: 12px; }
  .hero-name { margin-top: 24px; }
  .hero-description { margin-top: 24px; }
  .hero-actions { gap: 10px 20px; margin-top: 24px; }
  .portrait-wrap { height: clamp(300px,78vw,420px); }
  .button { min-width: 0; width: 100%; }
  .facts-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px 16px; }
  .facts-grid > div + div { padding-left: 16px; }
  .facts-grid > div:nth-child(odd) { border-left: 0; padding-left: 0; }
  .three-grid { grid-template-columns: 1fr; gap: 48px; }
  .service-column + .service-column { border-left: 0; padding-left: 0; }
  .service-column ul { max-width: 540px; }
  .four-grid { grid-template-columns: 1fr; gap: 32px; }
  .scenarios-grid p { max-width: 540px; margin-top: 16px; }
  .background-grid { grid-template-columns: 1fr; gap: 32px; }
  .systems { padding: 32px 0 0; border-left: 0; border-top: 1px solid var(--line); }
  .steps li { gap: 20px; }
  .steps p { margin-top: 16px; }
  .contact-actions { gap: 12px 24px; }
  .contact-lines { right: -165px; opacity: .65; }
  .footer-top { flex-direction: column; gap: 24px; }
  .footer-links { gap: 25px; flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; gap: 12px; margin-top: 25px; max-width: 400px; }
}
@media (prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none!important; }
}
