.home-page { background: #fff; }
.home-page h1, .home-page h2, .home-page h3 { text-transform: none; }
.home-page em { color: var(--copper); font-style: normal; }
.home-container { width: min(calc(100% - 80px), 1200px); margin-inline: auto; }
.home-page section[id] { scroll-margin-top: 100px; }
.home-section { padding-block: 80px; }
.home-kicker { display: flex; align-items: center; gap: 10px; color: var(--copper); font-size: .69rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.home-kicker > span { width: 7px; height: 7px; flex: 0 0 7px; background: var(--copper); }
.home-page h2 { color: var(--teal); font-size: clamp(2rem, 3.2vw, 2.85rem); line-height: 1.13; font-weight: 600; letter-spacing: -.045em; }
.home-page .home-kicker + h2 { margin-top: 19px; }
.home-hero { overflow: hidden; background: #f5f9fa; }
.home-hero-grid { display: grid; grid-template-columns: 1.25fr 1fr; min-height: 560px; align-items: center; gap: 30px; }
.home-hero-copy { position: relative; z-index: 1; padding-block: 54px; }
.home-hero h1 { max-width: 720px; margin-top: 26px; color: var(--teal); font-size: clamp(2.9rem, 4.85vw, 4.4rem); line-height: 1.055; font-weight: 650; letter-spacing: -.06em; }
.home-lead { max-width: 520px; margin-top: 27px; color: #415763; font-size: 1.06rem; line-height: 1.75; }
.home-contact-actions { display: flex; gap: 12px; margin-top: 30px; }
.home-button { display: inline-flex; min-height: 52px; padding: 14px 20px; gap: 10px; align-items: center; justify-content: center; border: 1px solid var(--teal); border-radius: 2px; background: var(--teal); color: #fff; font: 600 .85rem/1.3 "Inter", sans-serif; text-align: center; text-decoration: none; cursor: pointer; transition: background .15s, border-color .15s; }
.home-button:hover { border-color: var(--copper); background: var(--copper); }
.home-button svg { flex: 0 0 20px; }
.home-contact-actions .home-button { flex: 1; max-width: 235px; }
.home-contact-note { margin-top: 13px; color: var(--grey); font-size: .7rem; }
.home-hero-visual { position: relative; align-self: stretch; display: flex; align-items: center; justify-content: center; margin: 0; min-width: 0; }
.home-hero-visual::before { position: absolute; width: 450px; height: 450px; border: 1px solid #d7e4e9; border-radius: 50%; content: ""; }
.home-visual-word { position: absolute; top: 45px; right: 0; color: #e0eaf0; font: 700 clamp(9rem, 15vw, 14rem)/1 "Space Grotesk", sans-serif; letter-spacing: -.09em; }
.home-hero-visual img { position: relative; width: 290px; height: 500px; margin: 15px 0 34px; object-fit: contain; }
.home-hero-visual figcaption { position: absolute; inset: auto 0 22px; display: flex; justify-content: space-between; gap: 10px; color: var(--grey); font-size: .65rem; }
.home-hero-visual figcaption span:first-child { color: var(--teal); font-weight: 700; letter-spacing: .08em; }
.home-hero-foot { display: flex; min-height: 65px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #d4e0e5; color: var(--teal); font-size: .75rem; }
.home-hero-foot p span { margin-inline: 12px; color: #a5b9c2; }
.home-hero-foot a { display: flex; align-items: center; gap: 25px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.home-hero-foot a span { color: var(--copper); font-size: 1.25rem; }
.home-section-heading { display: grid; grid-template-columns: 1.3fr 1fr; align-items: end; gap: 70px; margin-bottom: 36px; }
.home-section-heading > p, .home-section-heading > div > p:not(.home-kicker) { max-width: 430px; color: var(--grey); font-size: .95rem; line-height: 1.75; }
.home-offer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.home-offer { display: flex; flex-direction: column; padding: 29px 26px 25px; border: 1px solid #cfdce2; background: #fff; }
.home-offer-label { color: var(--copper); font-size: .67rem; font-weight: 650; }
.home-offer h3 { margin-top: 14px; color: var(--teal); font-size: clamp(1.25rem, 1.8vw, 1.55rem); line-height: 1.15; font-weight: 650; letter-spacing: -.035em; }
.home-offer > p:not(.home-offer-label) { margin-top: 18px; color: var(--grey); font-size: .85rem; line-height: 1.75; }
.home-offer ul { display: grid; gap: 11px; padding: 0; margin: 25px 0 29px; list-style: none; }
.home-offer li { position: relative; padding-left: 19px; font-size: .76rem; line-height: 1.6; }
.home-offer li::before { position: absolute; left: 0; color: var(--copper); content: "↗"; }
.home-offer-bottom { margin-top: auto; padding-top: 20px; border-top: 1px solid #dce5e9; }
.home-offer-bottom p { font-size: .78rem; }
.home-offer-bottom strong { font-size: 1.05rem; font-weight: 650; }
.home-offer-bottom small { display: block; margin-top: 2px; color: var(--grey); font-size: .65rem; }
.home-offer-bottom a { display: flex; margin-top: 22px; justify-content: space-between; align-items: center; color: var(--teal); font-size: .78rem; font-weight: 650; text-decoration: none; }
.home-offer-bottom a span { font-size: 1.2rem; }
.home-offer-bottom a:hover { text-decoration: underline; text-underline-offset: 4px; }
.home-offer-featured { background: var(--teal); border-color: var(--teal); color: #fff; }
.home-offer-featured h3, .home-offer-featured a { color: #fff; }
.home-offer-featured .home-offer-label, .home-offer-featured li::before { color: #f4b398; }
.home-offer-featured > p:not(.home-offer-label), .home-offer-featured small { color: #d0e0e7; }
.home-offer-featured .home-offer-bottom { border-color: #3e6c80; }
.home-offer-note { margin-top: 25px; color: var(--grey); font-size: .76rem; }
.home-offer-note a { display: inline-block; margin-left: 7px; color: var(--teal); font-weight: 650; text-underline-offset: 4px; }
.home-robots { background: #f3f7f9; }
.home-inline-link { display: inline-flex; align-items: center; gap: 16px; margin-top: 18px; color: var(--teal); font-size: .8rem; font-weight: 650; text-underline-offset: 5px; text-decoration-color: #9db5c0; }
.home-inline-link:hover { color: var(--copper); }
.home-robot-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.home-robot-image { position: relative; display: flex; height: 290px; align-items: center; justify-content: center; border-bottom: 1px solid #c5d6df; background: #e7eff3; }
.home-robot-image img { height: 250px; width: 85%; object-fit: contain; }
.home-robot:first-child .home-robot-image { background: #dceaf0; }
.home-robot-tag { position: absolute; z-index: 1; top: 13px; left: 13px; padding: 5px 9px; background: #fff; color: var(--teal); font-size: .61rem; font-weight: 650; }
.home-robot-placeholder { color: var(--teal); font: 600 2.5rem "Space Grotesk", sans-serif; }
.home-robot-title { display: flex; align-items: center; justify-content: space-between; margin-top: 23px; }
.home-robot-title p { color: var(--grey); font-size: .65rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.home-robot-title h3 { margin-top: 5px; color: var(--teal); font-size: 1.65rem; font-weight: 600; letter-spacing: -.04em; }
.home-robot-title a { display: grid; width: 40px; height: 40px; place-items: center; border: 1px solid #a8bfc9; border-radius: 50%; color: var(--teal); font-size: 1.25rem; text-decoration: none; }
.home-robot-title a:hover { background: var(--teal); color: #fff; }
.home-robot-description { max-width: 330px; margin-top: 15px; color: var(--grey); font-size: .83rem; line-height: 1.75; }
.home-integration { color: #fff; background: var(--teal); }
.home-integration-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 100px; }
.home-integration .home-kicker { color: #f4b398; }
.home-integration h2 { color: #fff; }
.home-integration-grid > div > p:not(.home-kicker) { max-width: 450px; margin-top: 24px; color: #cbdce4; font-size: .9rem; line-height: 1.8; }
.home-integration .home-inline-link { color: #fff; }
.home-task-list > div { display: flex; align-items: start; padding-block: 23px; gap: 25px; border-bottom: 1px solid #3a697e; }
.home-task-list > div:first-child { padding-top: 0; }
.home-task-list > div > span { padding-top: 3px; color: #f4b398; font-size: .72rem; }
.home-task-list h3 { font-size: 1.1rem; line-height: 1.3; font-weight: 550; }
.home-task-list p { max-width: 395px; margin-top: 9px; color: #cbdce4; font-size: .8rem; line-height: 1.7; }
.home-contact { background: #f5f9fa; }
.home-contact-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 60px; margin-bottom: 40px; }
.home-contact-heading h2 { font-size: clamp(2rem, 3vw, 2.65rem); }
.home-founder { display: grid; grid-template-columns: 126px 1fr; gap: 24px; align-items: center; }
.home-founder img { width: 126px; height: 158px; object-fit: cover; object-position: 50% 28%; border-radius: 2px; }
.home-founder-label { color: var(--copper); font-size: .65rem; font-weight: 650; }
.home-founder h3 { margin-top: 10px; color: var(--teal); font-size: 1.2rem; font-weight: 650; }
.home-founder h3 + p { margin-top: 5px; color: var(--grey); font-size: .7rem; }
.home-founder-note { max-width: 290px; margin-top: 15px; color: var(--grey); font-size: .79rem; line-height: 1.7; }
.home-contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; align-items: start; }
.home-contact-panel { min-width: 0; padding: 28px; border: 1px solid #cbd9e0; border-top: 3px solid var(--copper); background: #fff; }
.home-panel-heading { display: flex; min-height: 66px; gap: 14px; align-items: start; }
.home-contact-icon { display: grid; flex: 0 0 40px; width: 40px; height: 40px; place-items: center; background: #eaf2f6; color: var(--teal); }
.home-panel-heading h3 { margin-top: 1px; color: var(--teal); font-size: 1.2rem; line-height: 1.25; font-weight: 600; letter-spacing: -.02em; }
.home-panel-heading p { margin-top: 7px; color: var(--grey); font-size: .75rem; }
.home-calendar { margin: 16px -20px 0; }
.home-calendar .calendly-inline-widget { min-height: 630px; }
.home-calendar iframe { display: block; min-height: 630px; }
.home-calendar-fallback { margin-top: 12px; font-size: .74rem; }
.home-calendar-fallback a { color: var(--teal); font-weight: 600; text-underline-offset: 3px; }
.home-panel-fineprint { margin-top: 14px; color: var(--grey); font-size: .65rem; line-height: 1.7; }
.home-inquiry-form .field-grid { gap: 17px; margin-top: 22px; }
.home-inquiry-form .field { min-width: 0; gap: 6px; }
.home-inquiry-form .field label { color: var(--teal); font-family: "Inter", sans-serif; font-size: .72rem; font-weight: 600; letter-spacing: 0; text-transform: none; }
.home-inquiry-form .field label span { color: var(--grey); font-weight: 400; }
.home-inquiry-form .field input, .home-inquiry-form .field select, .home-inquiry-form .field textarea { min-width: 0; min-height: 45px; padding: 11px 12px; border-color: #c2d1d9; border-radius: 2px; background: #fbfcfd; font-size: .8rem; }
.home-inquiry-form .field textarea { min-height: 100px; }
.home-inquiry-form .field input::placeholder, .home-inquiry-form .field textarea::placeholder { color: #6b7b85; opacity: 1; }
.home-inquiry-form .field-help { font-size: .65rem; }
.home-inquiry-form .checkbox { margin-top: 18px; font-size: .68rem; line-height: 1.7; }
.home-inquiry-form .checkbox a { color: var(--teal); text-underline-offset: 2px; }
.home-form-submit { width: 100%; justify-content: space-between; margin-top: 24px; }
.home-form-errors { margin-block: 20px; padding: 14px; border-left: 3px solid var(--copper); color: var(--copper); background: #fff3ed; font-size: .8rem; }
.home-form-errors .errorlist { padding: 8px 0 0; margin: 0; border: 0; background: none; }
.home-inquiry-success { padding-block: 55px 90px; }
.home-inquiry-success > span { display: grid; width: 48px; height: 48px; margin-bottom: 24px; place-items: center; color: var(--teal); background: #e6f1ed; font-size: 1.5rem; }
.home-inquiry-success h4 { color: var(--teal); font-size: 1.7rem; line-height: 1.2; }
.home-inquiry-success p { margin-top: 20px; color: var(--grey); font-size: .92rem; }
.home-faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; }
.home-questions { border-top: 1px solid #cedce3; }
.home-questions details { border-bottom: 1px solid #cedce3; }
.home-questions summary { position: relative; padding: 21px 30px 21px 0; color: var(--teal); font-size: .85rem; font-weight: 600; line-height: 1.6; list-style: none; cursor: pointer; }
.home-questions summary::-webkit-details-marker { display: none; }
.home-questions summary::after { position: absolute; right: 3px; top: 19px; color: var(--copper); font-size: 1.2rem; font-weight: 400; content: "+"; }
.home-questions details[open] summary::after { content: "−"; }
.home-questions p { padding: 0 20px 24px 0; color: var(--grey); font-size: .83rem; line-height: 1.8; }
.home-page .site-footer .container-wide { width: min(calc(100% - 80px), 1200px); }
.home-page .footer-top { padding-block: 55px; gap: 35px; }
.home-page .footer-brand { text-transform: none; }
.home-page .footer-positioning p { font-size: .82rem; }
.home-page .footer-positioning span { margin-top: 23px; }
.home-page .footer-column a { font-size: .74rem; }
@media (min-width: 1500px) {
    .home-hero-grid { min-height: 610px; }
    .home-hero-visual img { height: 550px; width: 310px; }
}
@media (max-width: 1100px) {
    .home-container, .home-page .site-footer .container-wide { width: calc(100% - 56px); }
    .home-hero-grid { grid-template-columns: 1.35fr 1fr; gap: 20px; }
    .home-hero-visual::before { width: 350px; height: 350px; }
    .home-hero-visual img { width: 250px; height: 455px; }
    .home-hero-visual figcaption { flex-direction: column; gap: 0; text-align: right; }
    .home-contact-actions { gap: 8px; }
    .home-contact-actions .home-button { padding-inline: 13px; font-size: .78rem; }
    .home-offer-grid { gap: 13px; }
    .home-offer { padding: 25px 20px; }
    .home-section-heading { gap: 40px; }
    .home-integration-grid { gap: 60px; }
    .home-contact-heading { gap: 35px; }
    .home-founder { grid-template-columns: 100px 1fr; gap: 18px; }
    .home-founder img { width: 100px; height: 138px; }
    .home-contact-panel { padding: 22px; }
    .home-calendar { margin-inline: -15px; }
    .home-contact-grid { gap: 18px; }
}
@media (max-width: 800px) {
    .home-section { padding-block: 60px; }
    .home-hero-grid { min-height: 0; grid-template-columns: 1.3fr .75fr; gap: 0; }
    .home-hero-copy { padding-block: 45px; }
    .home-hero h1 { font-size: clamp(2.65rem, 6vw, 3.4rem); }
    .home-hero .home-kicker { font-size: .6rem; letter-spacing: .08em; }
    .home-lead { max-width: 420px; font-size: .92rem; }
    .home-hero-visual img { width: 200px; height: 370px; margin-top: 10px; }
    .home-hero-visual::before { width: 270px; height: 270px; }
    .home-visual-word { top: 75px; font-size: 9rem; }
    .home-contact-actions { flex-wrap: wrap; }
    .home-contact-actions .home-button { flex: 1 1 170px; max-width: none; }
    .home-hero-foot p { font-size: .65rem; }
    .home-hero-foot p span { margin-inline: 6px; }
    .home-hero-foot a { gap: 10px; font-size: .65rem; }
    .home-section-heading { grid-template-columns: 1fr; gap: 20px; }
    .home-section-heading > p, .home-section-heading > div > p:not(.home-kicker) { max-width: 580px; }
    .home-offer-grid { grid-template-columns: 1fr; gap: 18px; }
    .home-offer { display: grid; grid-template-columns: 1.1fr 1fr; column-gap: 30px; padding: 27px; }
    .home-offer-label, .home-offer h3, .home-offer > p { grid-column: 1; }
    .home-offer h3 { font-size: 1.45rem; }
    .home-offer ul { grid-column: 2; grid-row: 1 / 4; align-content: center; margin: 0; }
    .home-offer-bottom { display: flex; grid-column: 1 / -1; justify-content: space-between; align-items: center; gap: 20px; margin-top: 25px; }
    .home-offer-bottom a { margin-top: 0; gap: 18px; }
    .home-robot-grid { gap: 20px; }
    .home-robot-image { height: 240px; }
    .home-robot-image img { height: 200px; }
    .home-robot-title h3 { font-size: 1.4rem; }
    .home-robot-title a { width: 33px; height: 33px; }
    .home-robot-description { font-size: .76rem; }
    .home-integration-grid, .home-contact-heading, .home-faq-grid { grid-template-columns: 1fr; gap: 32px; }
    .home-contact-heading { margin-bottom: 32px; }
    .home-contact-heading h2 br:nth-of-type(1) { display: none; }
    .home-founder { grid-template-columns: 85px 1fr; }
    .home-founder img { width: 85px; height: 105px; }
    .home-founder-note { max-width: 500px; margin-top: 8px; }
    .home-contact-grid { grid-template-columns: 1fr; gap: 24px; }
    .home-contact-panel { padding: 27px; }
    .home-calendar { margin-inline: -10px; }
    .home-faq-grid { gap: 28px; }
}
@media (max-width: 560px) {
    .home-container, .home-page .site-footer .container-wide { width: calc(100% - 40px); }
    .home-section { padding-block: 48px; }
    .home-hero-grid { grid-template-columns: 1fr; }
    .home-hero-copy { padding: 34px 0 0; }
    .home-hero h1 { margin-top: 21px; font-size: clamp(2.35rem, 9.5vw, 3.2rem); }
    .home-lead { max-width: 400px; margin-top: 20px; font-size: .95rem; }
    .home-contact-actions { margin-top: 24px; flex-wrap: nowrap; }
    .home-contact-actions .home-button { flex: 1 1 0; min-height: 52px; padding: 12px 9px; gap: 7px; font-size: .71rem; }
    .home-contact-actions svg { width: 17px; height: 17px; flex-basis: 17px; }
    .home-contact-note { max-width: 350px; font-size: .65rem; }
    .home-hero-visual { height: 290px; margin-top: 16px; }
    .home-hero-visual img { width: 150px; height: 265px; margin: 0 0 15px; }
    .home-hero-visual::before { width: 240px; height: 240px; }
    .home-visual-word { top: 17px; right: 10px; font-size: 10rem; }
    .home-hero-visual figcaption { inset: auto 0 14px; flex-direction: row; text-align: left; font-size: .59rem; }
    .home-hero-foot { min-height: 53px; gap: 12px; }
    .home-hero-foot p { max-width: 240px; font-size: .59rem; line-height: 1.7; }
    .home-hero-foot p span { margin-inline: 3px; }
    .home-hero-foot a { font-size: .6rem; gap: 8px; }
    .home-page h2 { font-size: 2rem; }
    .home-kicker { font-size: .63rem; }
    .home-section-heading { margin-bottom: 27px; }
    .home-section-heading > p, .home-section-heading > div > p:not(.home-kicker) { font-size: .87rem; }
    .home-offer { display: flex; padding: 26px 23px; }
    .home-offer ul { margin-block: 22px; gap: 9px; }
    .home-offer-bottom { display: block; margin-top: 0; }
    .home-offer-bottom a { margin-top: 18px; }
    .home-offer-note { font-size: .72rem; line-height: 1.8; }
    .home-offer-note a { margin-left: 0; }
    .home-robot-grid { grid-template-columns: 1fr; gap: 32px; }
    .home-robot-image { height: 270px; }
    .home-robot-image img { height: 240px; }
    .home-robot-title { margin-top: 17px; }
    .home-robot-description { max-width: 100%; margin-top: 10px; font-size: .85rem; }
    .home-task-list > div { gap: 17px; }
    .home-task-list h3 { font-size: 1rem; }
    .home-founder { grid-template-columns: 74px 1fr; gap: 15px; }
    .home-founder img { width: 74px; height: 100px; }
    .home-founder h3 { margin-top: 5px; font-size: 1.05rem; }
    .home-founder-note { font-size: .73rem; }
    .home-contact-panel { padding: 22px 18px; }
    .home-panel-heading { gap: 11px; }
    .home-panel-heading h3 { font-size: 1.1rem; }
    .home-panel-heading p { font-size: .7rem; }
    .home-contact-icon { width: 34px; height: 34px; flex-basis: 34px; }
    .home-calendar { margin-inline: -18px; }
    .home-inquiry-form .field-grid { grid-template-columns: 1fr; gap: 16px; }
    .home-inquiry-form .field input, .home-inquiry-form .field select, .home-inquiry-form .field textarea { font-size: 16px; }
    .home-contact-heading h2 { font-size: 1.9rem; }
    .home-questions summary { font-size: .81rem; }
}
@media (max-width: 360px) {
    #termin.home-contact-panel { margin-inline: -20px; padding-inline: 20px; border-inline: 0; }
    #termin .home-calendar { margin-inline: -20px; }
}
@media (prefers-reduced-motion: reduce) {
    .home-page { scroll-behavior: auto; }
    html:has(.home-page) { scroll-behavior: auto; }
    .home-button { transition: none; }
}
