:root{--kh-color-background: #f7f2eb;--kh-color-background-light: #fffdfb;--kh-color-surface: #ffffff;--kh-color-surface-warm: #f1e8df;--kh-color-text: #342622;--kh-color-text-soft: #6f625d;--kh-color-text-light: #fffaf5;--kh-color-accent: #b9313a;--kh-color-accent-dark: #92242c;--kh-color-accent-soft: #f4dfe0;--kh-color-dark: #312421;--kh-color-border: rgba(52, 38, 34, .12);--kh-font-heading: inherit;--kh-font-body: inherit;--kh-space-xs: 8px;--kh-space-sm: 12px;--kh-space-md: 18px;--kh-space-lg: 28px;--kh-space-xl: 44px;--kh-space-2xl: 72px;--kh-space-3xl: 104px;--kh-radius-small: 12px;--kh-radius-medium: 18px;--kh-radius-large: 26px;--kh-radius-pill: 999px;--kh-shadow-small: 0 8px 24px rgba(52, 38, 34, .06);--kh-shadow-medium: 0 14px 38px rgba(52, 38, 34, .1);--kh-shadow-large: 0 24px 60px rgba(52, 38, 34, .14);--kh-transition-fast: .16s ease;--kh-transition-normal: .22s ease;--kh-page-width: 1280px}.kh-section{position:relative;padding:clamp(56px,7vw,96px) 0}.kh-section--small{padding:clamp(40px,5vw,68px) 0}.kh-section--warm{background:var(--kh-color-background)}.kh-section--light{background:var(--kh-color-background-light)}.kh-section--dark{background:var(--kh-color-dark);color:var(--kh-color-text-light)}.kh-container{width:min(calc(100% - 40px),var(--kh-page-width));margin-right:auto;margin-left:auto}.kh-eyebrow{margin:0 0 10px;color:var(--kh-color-accent);font-size:12px;font-weight:700;line-height:1.4;letter-spacing:.17em;text-transform:uppercase}.kh-heading{margin:0;color:var(--kh-color-text);font-family:var(--kh-font-heading);font-size:clamp(32px,5vw,58px);font-weight:700;line-height:1.06;letter-spacing:-.035em}.kh-heading--center,.kh-text--center{text-align:center}.kh-heading--light{color:var(--kh-color-text-light)}.kh-intro{max-width:700px;margin:18px 0 0;color:var(--kh-color-text-soft);font-size:clamp(16px,2vw,18px);line-height:1.7}.kh-intro--center{margin-right:auto;margin-left:auto;text-align:center}.kh-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:10px;padding:13px 22px;border:1px solid transparent;border-radius:var(--kh-radius-pill);background:var(--kh-color-accent);color:#fff;font-size:15px;font-weight:700;line-height:1.2;text-align:center;text-decoration:none;cursor:pointer;transition:transform var(--kh-transition-fast),background var(--kh-transition-fast),border-color var(--kh-transition-fast),box-shadow var(--kh-transition-fast)}.kh-button:hover{transform:translateY(-2px);background:var(--kh-color-accent-dark);color:#fff;box-shadow:var(--kh-shadow-small)}.kh-button--secondary{border-color:var(--kh-color-border);background:transparent;color:var(--kh-color-text)}.kh-button--secondary:hover{border-color:var(--kh-color-accent);background:var(--kh-color-background-light);color:var(--kh-color-accent)}.kh-button--light{background:#fff;color:var(--kh-color-dark)}.kh-button--light:hover{background:var(--kh-color-accent-soft);color:var(--kh-color-dark)}.kh-button--full{width:100%}.kh-card{overflow:hidden;border:1px solid var(--kh-color-border);border-radius:var(--kh-radius-large);background:var(--kh-color-surface);box-shadow:var(--kh-shadow-small);transition:transform var(--kh-transition-normal),box-shadow var(--kh-transition-normal),border-color var(--kh-transition-normal)}.kh-card:hover{transform:translateY(-5px);border-color:#b9313a47;box-shadow:var(--kh-shadow-medium)}.kh-card__content{padding:clamp(22px,3vw,32px)}.kh-card__title{margin:0;color:var(--kh-color-text);font-size:22px;line-height:1.25}.kh-card__text{margin:10px 0 0;color:var(--kh-color-text-soft);font-size:15px;line-height:1.65}.kh-card__link{display:inline-flex;align-items:center;gap:8px;margin-top:18px;color:var(--kh-color-accent);font-weight:700;text-decoration:none}.kh-card__link span{transition:transform var(--kh-transition-fast)}.kh-card__link:hover span{transform:translate(4px)}.kh-grid{display:grid;gap:20px}.kh-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.kh-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.kh-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.kh-icon{display:grid;width:54px;height:54px;place-items:center;border-radius:17px;background:var(--kh-color-accent-soft);color:var(--kh-color-accent)}.kh-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.kh-badge{display:inline-flex;align-items:center;min-height:28px;padding:5px 11px;border-radius:var(--kh-radius-pill);background:var(--kh-color-accent-soft);color:var(--kh-color-accent-dark);font-size:12px;font-weight:700}.kh-badge--dark{background:#ffffff1f;color:var(--kh-color-text-light)}.kh-trust{display:flex;flex-wrap:wrap;justify-content:center;gap:14px 30px;color:var(--kh-color-text-soft);font-size:14px;font-weight:600}.kh-trust__item{display:inline-flex;align-items:center;gap:8px}.kh-trust__check{color:var(--kh-color-accent);font-weight:800}.kh-cta{display:flex;align-items:center;justify-content:space-between;gap:34px;padding:clamp(30px,5vw,58px);border-radius:var(--kh-radius-large);background:radial-gradient(circle at top right,rgba(185,49,58,.22),transparent 46%),var(--kh-color-dark);color:var(--kh-color-text-light)}.kh-cta__content{max-width:760px}.kh-cta__title{margin:0;color:inherit;font-size:clamp(28px,4vw,46px);line-height:1.08;letter-spacing:-.025em}.kh-cta__text{margin:14px 0 0;color:#fffaf5c2;font-size:16px;line-height:1.65}.kh-field{display:flex;flex-direction:column;gap:8px}.kh-field label{color:var(--kh-color-text);font-size:14px;font-weight:700}.kh-field input,.kh-field select,.kh-field textarea{width:100%;min-height:50px;padding:13px 15px;border:1px solid var(--kh-color-border);border-radius:var(--kh-radius-medium);background:var(--kh-color-surface);color:var(--kh-color-text);font:inherit;transition:border-color var(--kh-transition-fast),box-shadow var(--kh-transition-fast)}.kh-field textarea{min-height:130px;resize:vertical}.kh-field input:focus,.kh-field select:focus,.kh-field textarea:focus{border-color:var(--kh-color-accent);outline:none;box-shadow:0 0 0 3px #b9313a1a}.kh-button:focus-visible,.kh-card:focus-visible,.kh-card__link:focus-visible{outline:3px solid rgba(185,49,58,.35);outline-offset:4px}@media screen and (max-width:989px){.kh-grid--3,.kh-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.kh-cta{align-items:flex-start;flex-direction:column}}@media screen and (max-width:749px){.kh-container{width:min(calc(100% - 28px),var(--kh-page-width))}.kh-section{padding:50px 0}.kh-grid--2,.kh-grid--3,.kh-grid--4{grid-template-columns:1fr}.kh-card{border-radius:21px}.kh-cta{padding:28px 22px;border-radius:22px}.kh-cta .kh-button{width:100%}.kh-trust{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){.kh-button,.kh-card,.kh-card__link span{transition:none}.kh-button:hover,.kh-card:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/kreativhaus-design-system.css.map */
