/* =====================================================================
   STRATIFY · Kontakt
   Editorial conversion page · refined motion · sales-strong story
   Inherits design tokens from css/webdesign.css
   ===================================================================== */

/* ==================================================================
   PAGE SHELL
   ================================================================== */
.kt {
    position: relative;
    overflow: hidden;
    background: var(--wd-bg);
    color: var(--wd-text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
.kt-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 32px;
    position: relative;
}

/* Reveal shared */
.kt-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 1s var(--wd-ease-out),
        transform 1s var(--wd-ease-out);
}
.kt-reveal.in { opacity: 1; transform: translateY(0); }
.kt-reveal-d-1 { transition-delay: 0.08s; }
.kt-reveal-d-2 { transition-delay: 0.16s; }
.kt-reveal-d-3 { transition-delay: 0.24s; }

/* ==================================================================
   HERO
   ================================================================== */
.kt-hero {
    position: relative;
    padding: 170px 0 90px;
    background: linear-gradient(180deg, #FAFAFA 0%, #FFFFFF 100%);
    overflow: hidden;
    isolation: isolate;
}
.kt-hero-mesh {
    position: absolute; inset: -10% -10% 0 -10%;
    z-index: 0;
    pointer-events: none;
    background:
        radial-gradient(38% 32% at 18% 22%, rgba(124,58,237,0.20), transparent 60%),
        radial-gradient(35% 35% at 82% 20%, rgba(16,185,129,0.18), transparent 60%),
        radial-gradient(45% 40% at 70% 85%, rgba(6,182,212,0.15), transparent 60%),
        radial-gradient(36% 32% at 12% 88%, rgba(236,72,153,0.14), transparent 60%);
    filter: blur(60px) saturate(125%);
    opacity: 0.95;
    animation: kt-mesh-drift 28s ease-in-out infinite;
}
@keyframes kt-mesh-drift {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33%      { transform: translate(2%, -1.5%) scale(1.04); }
    66%      { transform: translate(-2%, 1.5%) scale(0.98); }
}
.kt-hero-grid {
    position: absolute; inset: 0;
    z-index: 0;
    background-image:
        linear-gradient(rgba(10,10,15,0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(10,10,15,0.04) 1px, transparent 1px);
    background-size: 80px 80px;
    mask-image: radial-gradient(ellipse 75% 65% at 50% 40%, #000 30%, transparent 85%);
    -webkit-mask-image: radial-gradient(ellipse 75% 65% at 50% 40%, #000 30%, transparent 85%);
    pointer-events: none;
}
.kt-hero-inner {
    position: relative; z-index: 2;
    text-align: center;
    max-width: 920px;
    margin: 0 auto;
}
.kt-hero h1 {
    font-family: var(--font-heading);
    font-size: clamp(2.6rem, 7.2vw, 5.6rem);
    font-weight: 700;
    line-height: 1.0;
    letter-spacing: -0.04em;
    margin: 24px 0 24px;
    color: var(--wd-ink);
}
.kt-hero h1 .kt-line {
    display: block;
    overflow: hidden;
    padding-bottom: 0.14em;
    margin-bottom: -0.08em;
}
.kt-hero h1 .kt-line > span {
    display: inline-block;
    transform: translateY(110%);
    animation: kt-line-in 1.2s var(--wd-ease-out) forwards;
}
.kt-hero h1 .kt-line:nth-child(1) > span { animation-delay: 0.20s; }
.kt-hero h1 .kt-line:nth-child(2) > span { animation-delay: 0.32s; }
@keyframes kt-line-in {
    to { transform: translateY(0); }
}
.kt-hero h1 .kt-grad {
    background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 40%, #EC4899 70%, #06B6D4 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: kt-grad-shift 8s ease-in-out infinite;
}
@keyframes kt-grad-shift {
    0%, 100% { background-position: 0% 50%; }
    50%      { background-position: 100% 50%; }
}
.kt-hero-sub {
    font-size: clamp(1.06rem, 1.45vw, 1.28rem);
    line-height: 1.55;
    color: var(--wd-muted);
    max-width: 620px;
    margin: 0 auto 40px;
    letter-spacing: -0.005em;
    opacity: 0;
    animation: kt-fade-up 0.9s var(--wd-ease-out) 0.85s forwards;
}
@keyframes kt-fade-up {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}
.kt-hero-actions {
    display: flex; flex-wrap: wrap; justify-content: center;
    gap: 12px;
    margin-bottom: 56px;
    opacity: 0;
    animation: kt-fade-up 0.9s var(--wd-ease-out) 1s forwards;
}
.kt-hero-promise {
    display: inline-flex; align-items: center; gap: 18px;
    padding: 12px 22px;
    border-radius: 999px;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(20px) saturate(180%);
    border: 1px solid rgba(10,10,15,0.08);
    font-size: 0.86rem; font-weight: 500;
    color: var(--wd-text);
    box-shadow: 0 1px 0 rgba(255,255,255,0.6) inset, 0 6px 20px rgba(10,10,15,0.04);
    opacity: 0;
    animation: kt-fade-up 0.9s var(--wd-ease-out) 1.15s forwards;
}
.kt-hero-promise-item {
    display: inline-flex; align-items: center; gap: 6px;
    color: var(--wd-text);
}
.kt-hero-promise-item svg { color: #10B981; }
.kt-hero-promise-sep {
    width: 1px; height: 14px;
    background: rgba(10,10,15,0.15);
}

/* ==================================================================
   SECTION BASE
   ================================================================== */
.kt-section { padding: 110px 0; position: relative; }
.kt-section-alt { background: linear-gradient(180deg, #FFFFFF, #FAFAFA); border-top: 1px solid var(--wd-line); border-bottom: 1px solid var(--wd-line); }
.kt-section-head { text-align: center; max-width: 720px; margin: 0 auto 64px; }
.kt-eyebrow {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 999px;
    background: var(--wd-bg);
    border: 1px solid var(--wd-line);
    font-size: 0.72rem; font-weight: 600;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--wd-muted);
    margin-bottom: 20px;
}
.kt-section-head h2 {
    font-family: var(--font-heading);
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.035em;
    margin: 0 0 16px;
    color: var(--wd-ink);
}
.kt-section-head h2 .kt-grad-inline {
    background: var(--wd-grad-primary);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}
.kt-section-head p {
    font-size: 1.06rem;
    line-height: 1.55;
    color: var(--wd-muted);
    max-width: 580px;
    margin: 0 auto;
}

/* ==================================================================
   FORM SECTION  ·  2-col: form left, sidebar right
   ================================================================== */
.kt-form-section { padding: 100px 0 40px; }
.kt-form-grid {
    display: grid;
    grid-template-columns: 1.35fr 1fr;
    gap: 40px;
    align-items: start;
}

.kt-form-wrap {
    position: relative;
    background: #FFFFFF;
    border: 1px solid var(--wd-line);
    border-radius: 26px;
    padding: 48px 44px;
    box-shadow:
        0 1px 0 rgba(255,255,255,0.8) inset,
        0 40px 80px -30px rgba(10,10,15,0.08);
}
.kt-form-wrap::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(124,58,237,0.35), rgba(6,182,212,0.30) 50%, rgba(124,58,237,0.0) 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor; mask-composite: exclude;
    pointer-events: none;
    opacity: 0.6;
}
.kt-form-head {
    margin-bottom: 32px;
}
.kt-form-head-eyebrow {
    font-size: 0.74rem; font-weight: 600;
    letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--wd-muted);
    margin-bottom: 10px;
}
.kt-form-head h3 {
    font-family: var(--font-heading);
    font-size: 1.55rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--wd-ink);
    margin: 0 0 8px;
}
.kt-form-head p {
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--wd-muted);
    margin: 0;
}

.kt-form {
    display: flex; flex-direction: column;
    gap: 18px;
}
.kt-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.kt-field { position: relative; }
.kt-label {
    display: block;
    font-size: 0.78rem; font-weight: 600;
    letter-spacing: 0.04em;
    color: var(--wd-text);
    margin-bottom: 6px;
}
.kt-label .kt-opt {
    color: var(--wd-muted);
    font-weight: 400;
    margin-left: 4px;
}
.kt-input,
.kt-select,
.kt-textarea {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    background: #FAFAFA;
    border: 1px solid var(--wd-line);
    border-radius: 12px;
    font-family: var(--font-body);
    font-size: 0.96rem;
    color: var(--wd-ink);
    letter-spacing: -0.005em;
    transition:
        border-color 0.3s ease,
        background-color 0.3s ease,
        box-shadow 0.3s ease;
    -webkit-appearance: none; appearance: none;
}
.kt-textarea {
    height: auto;
    min-height: 140px;
    padding: 14px 16px;
    line-height: 1.55;
    resize: vertical;
}
.kt-select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 42px;
}
.kt-input::placeholder,
.kt-textarea::placeholder { color: #A1A1AA; }
.kt-input:focus,
.kt-select:focus,
.kt-textarea:focus {
    outline: none;
    background: #FFFFFF;
    border-color: rgba(124,58,237,0.6);
    box-shadow:
        0 0 0 4px rgba(124,58,237,0.10),
        0 1px 0 rgba(255,255,255,0.8) inset;
}

.kt-budget {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}
.kt-budget-chip {
    display: flex; align-items: center; justify-content: center;
    height: 44px;
    padding: 0 10px;
    border-radius: 10px;
    background: #FAFAFA;
    border: 1px solid var(--wd-line);
    font-size: 0.86rem;
    font-weight: 500;
    color: var(--wd-text);
    cursor: pointer;
    transition: all 0.25s var(--wd-ease-out);
    user-select: none;
}
.kt-budget-chip input { position: absolute; opacity: 0; pointer-events: none; }
.kt-budget-chip:hover {
    border-color: rgba(10,10,15,0.22);
    transform: translateY(-1px);
}
.kt-budget-chip.is-active,
.kt-budget-chip:has(input:checked) {
    background: var(--wd-ink);
    color: #fff;
    border-color: var(--wd-ink);
    box-shadow: 0 6px 16px -8px rgba(10,10,15,0.4);
}

.kt-consent {
    display: flex; align-items: flex-start; gap: 12px;
    font-size: 0.86rem;
    line-height: 1.5;
    color: var(--wd-muted);
    margin-top: 4px;
}
.kt-consent input {
    margin: 3px 0 0;
    width: 18px; height: 18px;
    accent-color: #7C3AED;
    flex-shrink: 0;
}
.kt-consent a { color: var(--wd-ink); text-decoration: underline; text-underline-offset: 3px; }

.kt-submit {
    margin-top: 14px;
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    height: 56px;
    padding: 0 32px;
    border: none;
    border-radius: 14px;
    background: var(--wd-ink);
    color: #fff;
    font-family: var(--font-body);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.005em;
    cursor: pointer;
    transition:
        transform 0.4s var(--wd-ease-out),
        box-shadow 0.4s var(--wd-ease-out),
        background 0.3s ease;
    box-shadow:
        0 1px 0 rgba(255,255,255,0.15) inset,
        0 0 0 1px rgba(0,0,0,0.6),
        0 12px 28px -10px rgba(10,10,15,0.4);
    position: relative;
    overflow: hidden;
}
.kt-submit::after {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.18) 50%, transparent 70%);
    transform: translateX(-100%);
    transition: transform 0.7s var(--wd-ease-out);
}
.kt-submit:hover {
    transform: translateY(-2px);
    box-shadow:
        0 1px 0 rgba(255,255,255,0.15) inset,
        0 0 0 1px rgba(0,0,0,0.7),
        0 20px 38px -14px rgba(10,10,15,0.5);
}
.kt-submit:hover::after { transform: translateX(100%); }
.kt-submit:disabled { opacity: 0.8; cursor: progress; }
.kt-submit svg { transition: transform 0.3s var(--wd-ease-out); }
.kt-submit:hover svg { transform: translateX(3px); }
.kt-submit.spin svg { animation: kt-spin 1s linear infinite; }
@keyframes kt-spin {
    from { transform: rotate(0); }
    to   { transform: rotate(360deg); }
}

/* ----- Sidebar (right column) ----- */
.kt-side {
    display: flex; flex-direction: column;
    gap: 16px;
}
.kt-side-card {
    background: #FFFFFF;
    border: 1px solid var(--wd-line);
    border-radius: 22px;
    padding: 28px 28px;
    transition: transform 0.5s var(--wd-ease-out), box-shadow 0.5s var(--wd-ease-out);
}
.kt-side-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 50px -22px rgba(10,10,15,0.10);
}
.kt-side-card.dark {
    background: var(--wd-ink);
    color: #fff;
    border-color: var(--wd-ink);
    background-image:
        radial-gradient(60% 50% at 20% 0%, rgba(124,58,237,0.30), transparent 60%),
        radial-gradient(50% 60% at 100% 100%, rgba(6,182,212,0.22), transparent 60%);
}
.kt-side-card h4 {
    font-family: var(--font-heading);
    font-size: 1.02rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    margin: 0 0 4px;
    color: var(--wd-ink);
}
.kt-side-card.dark h4 { color: #fff; }
.kt-side-card-desc {
    font-size: 0.88rem;
    color: var(--wd-muted);
    line-height: 1.5;
    margin: 0 0 18px;
}
.kt-side-card.dark .kt-side-card-desc { color: rgba(255,255,255,0.7); }

.kt-side-row {
    display: flex; align-items: center; gap: 12px;
    padding: 10px 0;
    border-top: 1px solid var(--wd-line);
}
.kt-side-card.dark .kt-side-row { border-top-color: rgba(255,255,255,0.08); }
.kt-side-row:first-of-type { border-top: none; padding-top: 0; }
.kt-side-row-icon {
    width: 36px; height: 36px;
    flex-shrink: 0;
    border-radius: 10px;
    display: grid; place-items: center;
    background: #F4F4F5;
    color: var(--wd-ink);
}
.kt-side-card.dark .kt-side-row-icon { background: rgba(255,255,255,0.08); color: #fff; }
.kt-side-row-body { display: flex; flex-direction: column; min-width: 0; }
.kt-side-row-label {
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--wd-muted);
    font-weight: 600;
}
.kt-side-card.dark .kt-side-row-label { color: rgba(255,255,255,0.55); }
.kt-side-row-value,
.kt-side-row-value a {
    font-size: 0.96rem;
    font-weight: 500;
    color: var(--wd-ink);
    text-decoration: none;
    letter-spacing: -0.005em;
}
.kt-side-card.dark .kt-side-row-value,
.kt-side-card.dark .kt-side-row-value a { color: #fff; }
.kt-side-row-value a:hover { color: #7C3AED; }
.kt-side-card.dark .kt-side-row-value a:hover { color: #A78BFA; }

.kt-availability {
    margin-top: 18px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(16,185,129,0.10);
    border: 1px solid rgba(16,185,129,0.22);
    display: flex; align-items: center; gap: 10px;
    font-size: 0.86rem;
    color: #047857;
    font-weight: 500;
}
.kt-availability .kt-pulse {
    width: 8px; height: 8px; border-radius: 50%;
    background: #10B981;
    box-shadow: 0 0 0 0 rgba(16,185,129,0.6);
    animation: kt-pulse 2s ease-out infinite;
    flex-shrink: 0;
}
@keyframes kt-pulse {
    0%   { box-shadow: 0 0 0 0 rgba(16,185,129,0.5); }
    70%  { box-shadow: 0 0 0 10px rgba(16,185,129,0); }
    100% { box-shadow: 0 0 0 0 rgba(16,185,129,0); }
}

/* ==================================================================
   PROCESS  ·  4 steps timeline
   ================================================================== */
.kt-process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    position: relative;
}
.kt-process::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 12%;
    right: 12%;
    height: 1px;
    background: linear-gradient(90deg,
        transparent,
        rgba(10,10,15,0.18) 12%,
        rgba(10,10,15,0.18) 88%,
        transparent);
    z-index: 0;
}
.kt-process-step {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 0 8px;
}
.kt-process-num {
    width: 60px; height: 60px;
    margin: 0 auto 22px;
    display: grid; place-items: center;
    border-radius: 18px;
    background: #FFFFFF;
    border: 1px solid var(--wd-line);
    box-shadow:
        0 1px 0 rgba(255,255,255,0.8) inset,
        0 14px 28px -14px rgba(10,10,15,0.10);
    font-family: var(--font-heading);
    font-size: 1.12rem;
    font-weight: 700;
    color: var(--wd-ink);
    letter-spacing: -0.01em;
    position: relative;
}
.kt-process-step.is-active .kt-process-num {
    background: var(--wd-ink);
    color: #fff;
    border-color: var(--wd-ink);
    box-shadow:
        0 0 0 6px rgba(124,58,237,0.10),
        0 14px 28px -14px rgba(124,58,237,0.4);
}
.kt-process-step h3 {
    font-family: var(--font-heading);
    font-size: 1.06rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: var(--wd-ink);
    margin: 0 0 8px;
}
.kt-process-step p {
    font-size: 0.92rem;
    line-height: 1.5;
    color: var(--wd-muted);
    margin: 0;
}
.kt-process-time {
    display: inline-block;
    margin-top: 12px;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(16,185,129,0.10);
    color: #047857;
    font-size: 0.74rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

/* ==================================================================
   CHANNELS  ·  3 quick-contact cards
   ================================================================== */
.kt-channels {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.kt-channel {
    position: relative;
    padding: 30px 28px 26px;
    border-radius: 22px;
    background: #FFFFFF;
    border: 1px solid var(--wd-line);
    text-decoration: none;
    color: inherit;
    display: flex; flex-direction: column;
    transition: transform 0.5s var(--wd-ease-out), box-shadow 0.5s var(--wd-ease-out), border-color 0.4s ease;
    overflow: hidden;
}
.kt-channel::after {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: var(--kt-grad, var(--wd-grad-primary));
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s var(--wd-ease-out);
}
.kt-channel:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 60px -25px rgba(10,10,15,0.15);
    border-color: transparent;
}
.kt-channel:hover::after { opacity: 1; }
.kt-channel-icon {
    width: 52px; height: 52px;
    border-radius: 16px;
    display: grid; place-items: center;
    color: #fff;
    margin-bottom: 22px;
    background: var(--kt-grad, var(--wd-grad-primary));
    box-shadow: 0 12px 24px -10px rgba(10,10,15,0.18);
}
.kt-channel-phone   { --kt-grad: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%); }
.kt-channel-whatsapp { --kt-grad: linear-gradient(135deg, #10B981 0%, #059669 100%); }
.kt-channel-email   { --kt-grad: linear-gradient(135deg, #06B6D4 0%, #0891B2 100%); }
.kt-channel h3 {
    font-family: var(--font-heading);
    font-size: 1.18rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    margin: 0 0 6px;
    color: var(--wd-ink);
}
.kt-channel p {
    font-size: 0.92rem;
    line-height: 1.5;
    color: var(--wd-muted);
    margin: 0 0 22px;
    flex: 1;
}
.kt-channel-value {
    font-family: var(--font-heading);
    font-size: 1.04rem;
    font-weight: 600;
    color: var(--wd-ink);
    letter-spacing: -0.01em;
    margin-bottom: 14px;
}
.kt-channel-cta {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--wd-ink);
    letter-spacing: -0.005em;
}
.kt-channel-cta svg { transition: transform 0.3s var(--wd-ease-out); }
.kt-channel:hover .kt-channel-cta svg { transform: translateX(4px); }

/* ==================================================================
   STORY  ·  "Was wir glauben"
   ================================================================== */
.kt-story-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    border: 1px solid var(--wd-line);
    border-radius: 24px;
    overflow: hidden;
    background: #FFFFFF;
}
.kt-story-cell {
    padding: 40px 32px;
    border-right: 1px solid var(--wd-line);
    position: relative;
}
.kt-story-cell:last-child { border-right: none; }
.kt-story-icon {
    width: 44px; height: 44px;
    border-radius: 12px;
    display: grid; place-items: center;
    margin-bottom: 22px;
    color: #fff;
}
.kt-story-icon.g1 { background: linear-gradient(135deg, #4F46E5 0%, #7C3AED 100%); }
.kt-story-icon.g2 { background: linear-gradient(135deg, #06B6D4 0%, #10B981 100%); }
.kt-story-icon.g3 { background: linear-gradient(135deg, #F59E0B 0%, #EC4899 100%); }
.kt-story-cell h3 {
    font-family: var(--font-heading);
    font-size: 1.12rem;
    font-weight: 700;
    letter-spacing: -0.015em;
    color: var(--wd-ink);
    margin: 0 0 10px;
}
.kt-story-cell p {
    font-size: 0.94rem;
    line-height: 1.55;
    color: var(--wd-muted);
    margin: 0;
}

/* ==================================================================
   TESTIMONIAL STRIP
   ================================================================== */
.kt-testimonial {
    max-width: 880px;
    margin: 0 auto;
    text-align: center;
    padding: 8px 0;
}
.kt-testimonial-stars {
    display: inline-flex; gap: 4px;
    color: #F59E0B;
    margin-bottom: 28px;
}
.kt-testimonial-quote {
    font-family: var(--font-heading);
    font-size: clamp(1.4rem, 2.6vw, 2rem);
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -0.02em;
    color: var(--wd-ink);
    margin: 0 0 28px;
}
.kt-testimonial-author {
    display: inline-flex; align-items: center; gap: 12px;
}
.kt-testimonial-avatar {
    width: 44px; height: 44px;
    border-radius: 50%;
    display: grid; place-items: center;
    background: var(--wd-grad-primary);
    color: #fff;
    font-weight: 700;
    font-size: 0.92rem;
}
.kt-testimonial-meta {
    text-align: left;
    line-height: 1.3;
}
.kt-testimonial-meta strong { display: block; color: var(--wd-ink); font-weight: 600; font-size: 0.95rem; }
.kt-testimonial-meta span { color: var(--wd-muted); font-size: 0.82rem; }

/* ==================================================================
   FAQ
   ================================================================== */
.kt-faq { max-width: 820px; margin: 0 auto; }
.kt-faq-item {
    border-bottom: 1px solid var(--wd-line);
}
.kt-faq-item:first-child { border-top: 1px solid var(--wd-line); }
.kt-faq-q {
    width: 100%;
    background: transparent;
    border: none;
    text-align: left;
    padding: 24px 0;
    display: flex; align-items: center; justify-content: space-between; gap: 16px;
    font-family: var(--font-body);
    font-size: 1.04rem;
    font-weight: 600;
    color: var(--wd-ink);
    letter-spacing: -0.01em;
    cursor: pointer;
}
.kt-faq-q-icon {
    width: 28px; height: 28px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--wd-bg);
    border: 1px solid var(--wd-line);
    display: grid; place-items: center;
    color: var(--wd-ink);
    transition: transform 0.4s var(--wd-ease-out), background 0.3s ease;
}
.kt-faq-item.open .kt-faq-q-icon {
    background: var(--wd-ink);
    color: #fff;
    transform: rotate(45deg);
}
.kt-faq-a {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.5s var(--wd-ease-out);
}
.kt-faq-item.open .kt-faq-a { grid-template-rows: 1fr; }
.kt-faq-a-inner {
    overflow: hidden;
    color: var(--wd-muted);
    font-size: 0.96rem;
    line-height: 1.65;
}
.kt-faq-item.open .kt-faq-a-inner {
    padding-bottom: 24px;
}

/* ==================================================================
   LOCATION  ·  Map + address
   ================================================================== */
.kt-location-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 24px;
    align-items: stretch;
}
.kt-location-card {
    background: var(--wd-ink);
    color: #fff;
    border-radius: 24px;
    padding: 42px 38px;
    position: relative;
    overflow: hidden;
    background-image:
        radial-gradient(60% 50% at 0% 0%, rgba(124,58,237,0.30), transparent 60%),
        radial-gradient(70% 60% at 100% 100%, rgba(6,182,212,0.22), transparent 60%);
    display: flex; flex-direction: column; justify-content: space-between;
}
.kt-location-card h3 {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin: 0 0 8px;
    color: #fff;
}
.kt-location-card p {
    font-size: 0.96rem;
    line-height: 1.55;
    color: rgba(255,255,255,0.7);
    margin: 0 0 28px;
    max-width: 360px;
}
.kt-location-address {
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: -0.01em;
    color: #fff;
    margin-bottom: 22px;
}
.kt-location-actions {
    display: flex; flex-wrap: wrap; gap: 10px;
}
.kt-location-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 12px 20px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.3s ease;
}
.kt-location-btn:hover {
    background: #fff;
    color: var(--wd-ink);
}
.kt-location-btn.primary {
    background: #fff;
    color: var(--wd-ink);
}
.kt-location-btn.primary:hover {
    background: rgba(255,255,255,0.92);
    transform: translateY(-2px);
}
.kt-location-map {
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid var(--wd-line);
    min-height: 380px;
    position: relative;
}
.kt-location-map iframe {
    width: 100%; height: 100%;
    display: block;
    border: 0;
    filter: grayscale(60%) contrast(0.95);
    transition: filter 0.5s ease;
}
.kt-location-map:hover iframe {
    filter: grayscale(0%) contrast(1);
}

/* ==================================================================
   FINAL CTA
   ================================================================== */
.kt-final {
    position: relative;
    padding: 130px 0 110px;
    background: var(--wd-ink);
    color: #fff;
    overflow: hidden;
}
.kt-final-mesh {
    position: absolute; inset: -10%;
    background:
        radial-gradient(40% 35% at 25% 25%, rgba(124,58,237,0.55), transparent 60%),
        radial-gradient(35% 35% at 75% 30%, rgba(6,182,212,0.40), transparent 60%),
        radial-gradient(45% 35% at 60% 80%, rgba(236,72,153,0.35), transparent 60%);
    filter: blur(60px);
    z-index: 0;
    animation: kt-mesh-drift 28s ease-in-out infinite;
}
.kt-final-inner {
    position: relative; z-index: 1;
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}
.kt-final h2 {
    font-family: var(--font-heading);
    font-size: clamp(2.2rem, 5vw, 3.6rem);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -0.035em;
    margin: 0 0 20px;
    color: #fff;
}
.kt-final h2 .kt-grad-light {
    background: linear-gradient(135deg, #FFFFFF 0%, #A78BFA 50%, #67E8F9 100%);
    -webkit-background-clip: text; background-clip: text;
    -webkit-text-fill-color: transparent;
}
.kt-final p {
    font-size: 1.1rem;
    line-height: 1.55;
    color: rgba(255,255,255,0.72);
    max-width: 540px;
    margin: 0 auto 40px;
}
.kt-final-actions {
    display: flex; flex-wrap: wrap; gap: 12px; justify-content: center;
    margin-bottom: 36px;
}
.kt-btn {
    display: inline-flex; align-items: center; gap: 8px;
    height: 56px; padding: 0 28px;
    border-radius: 14px;
    font-family: var(--font-body);
    font-size: 1rem; font-weight: 600;
    letter-spacing: -0.005em;
    text-decoration: none;
    transition: transform 0.4s var(--wd-ease-out), box-shadow 0.4s var(--wd-ease-out), background 0.3s ease;
    cursor: pointer;
    border: none;
}
.kt-btn-light {
    background: #fff;
    color: var(--wd-ink) !important;
    box-shadow: 0 14px 32px -12px rgba(0,0,0,0.5);
}
.kt-btn-light:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px -14px rgba(0,0,0,0.55);
}
.kt-btn-light svg { transition: transform 0.3s var(--wd-ease-out); }
.kt-btn-light:hover svg { transform: translateX(3px); }
.kt-btn-outline {
    background: transparent;
    color: #fff !important;
    border: 1px solid rgba(255,255,255,0.2);
}
.kt-btn-outline:hover {
    background: rgba(255,255,255,0.06);
    border-color: rgba(255,255,255,0.35);
}

/* ==================================================================
   STICKY CTA (mobile)
   ================================================================== */
.kt-sticky-cta {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(140%);
    display: flex; align-items: center; gap: 14px;
    padding: 8px 8px 8px 18px;
    background: var(--wd-ink);
    color: #fff;
    border-radius: 999px;
    box-shadow: 0 24px 60px -10px rgba(10,10,15,0.5);
    z-index: 99;
    transition: transform 0.6s var(--wd-ease-out);
    max-width: calc(100vw - 32px);
}
.kt-sticky-cta.show {
    transform: translateX(-50%) translateY(0);
}
.kt-sticky-cta-text {
    font-size: 0.86rem;
    color: rgba(255,255,255,0.85);
    font-weight: 500;
}
.kt-sticky-cta-btn {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #fff;
    color: var(--wd-ink);
    font-weight: 600;
    font-size: 0.84rem;
    text-decoration: none;
}

/* ==================================================================
   FORM SUCCESS STATE
   ================================================================== */
.kt-form.is-success .kt-form-fields { display: none; }
.kt-form-success {
    display: none;
    text-align: center;
    padding: 30px 10px 6px;
}
.kt-form.is-success .kt-form-success { display: block; }
.kt-form-success-icon {
    width: 70px; height: 70px;
    margin: 0 auto 22px;
    border-radius: 50%;
    background: linear-gradient(135deg, #10B981, #059669);
    display: grid; place-items: center;
    color: #fff;
    box-shadow: 0 14px 32px -12px rgba(16,185,129,0.5);
    animation: kt-pop 0.6s var(--wd-spring);
}
@keyframes kt-pop {
    0%   { transform: scale(0.4); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}
.kt-form-success h4 {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--wd-ink);
    margin: 0 0 8px;
    letter-spacing: -0.02em;
}
.kt-form-success p {
    color: var(--wd-muted);
    line-height: 1.55;
    margin: 0 auto 24px;
    max-width: 360px;
}
.kt-form-success-meta {
    display: inline-flex; gap: 18px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(16,185,129,0.10);
    color: #047857;
    font-size: 0.82rem;
    font-weight: 600;
}

/* ==================================================================
   RESPONSIVE
   ================================================================== */
@media (max-width: 1024px) {
    .kt-form-grid { grid-template-columns: 1fr; }
    .kt-process { grid-template-columns: repeat(2, 1fr); gap: 28px 18px; }
    .kt-process::before { display: none; }
    .kt-channels { grid-template-columns: 1fr; }
    .kt-story-grid { grid-template-columns: 1fr; }
    .kt-story-cell { border-right: none; border-bottom: 1px solid var(--wd-line); }
    .kt-story-cell:last-child { border-bottom: none; }
    .kt-location-grid { grid-template-columns: 1fr; }
    .kt-location-map { min-height: 320px; }
    .kt-section { padding: 88px 0; }
}

@media (max-width: 768px) {
    .kt-container { padding: 0 20px; }
    .kt-hero { padding: 130px 0 70px; }
    .kt-hero-actions { flex-direction: column; align-items: stretch; max-width: 360px; margin: 0 auto 40px; }
    .kt-hero-promise { flex-direction: column; gap: 8px; padding: 14px 20px; border-radius: 22px; }
    .kt-hero-promise-sep { display: none; }
    .kt-form-wrap { padding: 32px 24px; }
    .kt-form-row { grid-template-columns: 1fr; gap: 14px; }
    .kt-budget { grid-template-columns: repeat(2, 1fr); }
    .kt-process { grid-template-columns: 1fr; }
    .kt-section { padding: 72px 0; }
    .kt-section-head { margin-bottom: 44px; }
    .kt-final { padding: 90px 0; }
    .kt-final-actions { flex-direction: column; align-items: stretch; max-width: 320px; margin: 0 auto 32px; }
    .kt-btn { width: 100%; justify-content: center; }
    .kt-location-card { padding: 32px 26px; }
    .kt-sticky-cta-text { display: none; }
    .kt-testimonial-quote { font-size: 1.3rem; }
}

@media (max-width: 480px) {
    .kt-section { padding: 56px 0; }
    .kt-section-head { margin-bottom: 36px; }
    .kt-form-wrap { padding: 28px 20px; border-radius: 20px; }
    .kt-form-head h3 { font-size: 1.32rem; }
    .kt-budget { grid-template-columns: 1fr 1fr; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
    .kt-hero-mesh, .kt-final-mesh,
    .kt-hero h1 .kt-line > span,
    .kt-hero-sub, .kt-hero-actions, .kt-hero-promise,
    .kt-reveal {
        animation: none !important;
        transition: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}
