/* ============================================================
   KRAXELBANDE – Kontakt Page Styles
   ============================================================ */

/* ---- Hero ---- */
.kontakt-hero {
    position: relative;
    background: linear-gradient(135deg, #0d2744 0%, #133863 50%, #1a4a7a 100%);
    padding: 160px 0 100px;
    overflow: hidden;
}

.kontakt-hero-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.khero-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    animation: heroFloat 6s ease-in-out infinite;
}

.khero-orb--1 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(164, 189, 30, 0.2) 0%, transparent 70%);
    top: -100px;
    right: -100px;
    animation-delay: 0s;
}

.khero-orb--2 {
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(89, 136, 185, 0.25) 0%, transparent 70%);
    bottom: -80px;
    left: 10%;
    animation-delay: 2s;
}

.khero-orb--3 {
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(164, 189, 30, 0.15) 0%, transparent 70%);
    top: 30%;
    left: 40%;
    animation-delay: 4s;
}

.kontakt-hero-inner {
    position: relative;
    z-index: 2;
    text-align: center;
}

.kontakt-eyebrow {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #a4bd1e;
    margin-bottom: 20px;
    animation: heroContentUp 0.7s ease-out 0.2s both;
}

.kontakt-title {
    font-size: clamp(3rem, 6vw, 5.5rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.05;
    margin-bottom: 20px;
    animation: heroContentUp 0.7s ease-out 0.35s both;
}

.ktext-accent {
    color: #a4bd1e;
}

.kontakt-subtitle {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: rgba(255, 255, 255, 0.7);
    max-width: 500px;
    margin: 0 auto;
    line-height: 1.6;
    animation: heroContentUp 0.7s ease-out 0.5s both;
}

.kontakt-hero-wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    line-height: 0;
    z-index: 3;
}

.kontakt-hero-wave svg {
    width: 100%;
    display: block;
}

/* ---- Main Grid ---- */
.kontakt-main {
    background: var(--color-bg);
    padding: 80px 0 100px;
}

.kontakt-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 48px;
    align-items: start;
}

/* ============================================================
   FORM CARD
   ============================================================ */
.kontakt-form-card {
    background: #fff;
    border-radius: var(--radius-xl, 24px);
    padding: 48px;
    box-shadow: 0 8px 40px rgba(19, 56, 99, 0.1);
    border: 1px solid rgba(19, 56, 99, 0.06);
    animation: heroContentUp 0.7s ease-out 0.2s both;
}

.kform-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 36px;
}

.kform-step {
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: #a4bd1e;
    background: rgba(164, 189, 30, 0.1);
    padding: 6px 12px;
    border-radius: 100px;
}

.kform-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--color-text, #1a1a2e);
}

.kform-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.kform-group {
    margin-bottom: 20px;
}

.kform-group--full {
    grid-column: 1 / -1;
}

.kform-label {
    display: block;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--color-text, #1a1a2e);
    margin-bottom: 8px;
    letter-spacing: 0.02em;
}

.kform-input-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.kform-icon {
    position: absolute;
    left: 14px;
    color: #a4bd1e;
    pointer-events: none;
    flex-shrink: 0;
}

.kform-icon--top {
    top: 14px;
    align-self: flex-start;
}

.kform-input {
    width: 100%;
    padding: 12px 16px 12px 44px;
    border: 2px solid #e8ecf0;
    border-radius: 12px;
    font-size: 0.95rem;
    font-family: inherit;
    color: var(--color-text, #1a1a2e);
    background: #fafbfc;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    outline: none;
}

.kform-input:focus {
    border-color: #133863;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(19, 56, 99, 0.08);
}

.kform-select {
    appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23a4bd1e' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 40px;
}

.kform-textarea {
    padding-top: 14px;
    padding-bottom: 14px;
    resize: vertical;
    min-height: 110px;
    align-self: stretch;
}

.kform-input-wrap--textarea {
    align-items: flex-start;
}

/* Privacy Checkbox */
.kform-privacy {
    margin-bottom: 24px;
}

.kform-check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 0.88rem;
    color: var(--color-text-muted, #6b7280);
    line-height: 1.5;
}

.kform-check input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.kform-check-box {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e8ecf0;
    border-radius: 6px;
    margin-top: 1px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kform-check input:checked~.kform-check-box {
    background: #133863;
    border-color: #133863;
}

.kform-check input:checked~.kform-check-box::after {
    content: '';
    width: 10px;
    height: 6px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg) translate(1px, -1px);
    display: block;
}

.kform-check a {
    color: #133863;
    text-decoration: underline;
}

/* Submit Button */
.kform-submit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #133863, #1e4e8a);
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    padding: 16px 36px;
    border-radius: 14px;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-shadow: 0 6px 24px rgba(19, 56, 99, 0.3);
    font-family: inherit;
}

.kform-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(19, 56, 99, 0.4);
    background: linear-gradient(135deg, #0d2744, #133863);
}

.kform-submit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    width: 36px;
    height: 36px;
    transition: transform 0.2s ease;
}

.kform-submit:hover .kform-submit-icon {
    transform: translateX(4px);
}

.kform-note {
    margin-top: 14px;
    font-size: 0.8rem;
    color: var(--color-text-muted, #6b7280);
    text-align: center;
}

/* ============================================================
   INFO CARDS (right column)
   ============================================================ */
.kinfo-card,
.kfaq-card {
    background: #fff;
    border-radius: var(--radius-xl, 24px);
    padding: 36px;
    box-shadow: 0 8px 40px rgba(19, 56, 99, 0.08);
    border: 1px solid rgba(19, 56, 99, 0.06);
    margin-bottom: 24px;
    animation: heroContentUp 0.7s ease-out 0.35s both;
}

.kinfo-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--color-text, #1a1a2e);
    margin-bottom: 28px;
    padding-bottom: 16px;
    border-bottom: 2px solid rgba(164, 189, 30, 0.2);
}

.kinfo-list {
    list-style: none;
}

.kinfo-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #f0f4f8;
}

.kinfo-item:last-child {
    border-bottom: none;
}

.kinfo-icon-wrap {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kinfo-icon--green {
    background: rgba(164, 189, 30, 0.12);
    color: #a4bd1e;
}

.kinfo-icon--blue {
    background: rgba(19, 56, 99, 0.08);
    color: #133863;
}

.kinfo-item>div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.kinfo-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-text-muted, #6b7280);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.kinfo-item strong {
    font-size: 0.95rem;
    color: var(--color-text, #1a1a2e);
}

.kinfo-item span {
    font-size: 0.85rem;
    color: var(--color-text-muted, #6b7280);
}

.kinfo-item a {
    color: var(--color-text, #1a1a2e);
    text-decoration: none;
}

.kinfo-item a:hover {
    color: #133863;
}

/* FAQ Accordion */
.kfaq-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.kfaq-item {
    border: 1.5px solid #e8ecf0;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.2s ease;
}

.kfaq-item[open] {
    border-color: #a4bd1e;
}

.kfaq-item summary {
    padding: 14px 18px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-text, #1a1a2e);
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    user-select: none;
    transition: color 0.2s ease;
}

.kfaq-item summary::-webkit-details-marker {
    display: none;
}

.kfaq-item summary::after {
    content: '+';
    font-size: 1.2rem;
    font-weight: 400;
    color: #a4bd1e;
    transition: transform 0.3s ease;
}

.kfaq-item[open] summary::after {
    content: '−';
}

.kfaq-item[open] summary {
    color: #133863;
}

.kfaq-item p {
    padding: 0 18px 16px;
    font-size: 0.88rem;
    color: var(--color-text-muted, #6b7280);
    line-height: 1.6;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .kontakt-grid {
        grid-template-columns: 1fr;
    }

    .kform-row {
        grid-template-columns: 1fr 1fr;
    }

    .kontakt-form-card {
        padding: 36px;
    }
}

@media (max-width: 640px) {
    .kontakt-hero {
        padding: 130px 0 80px;
    }

    .kontakt-main {
        padding: 50px 0 70px;
    }

    .kform-row {
        grid-template-columns: 1fr;
    }

    .kontakt-form-card {
        padding: 24px;
    }

    .kinfo-card,
    .kfaq-card {
        padding: 24px;
    }
}