@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600&family=DM+Sans:wght@300;400;500;600&display=swap");

/* ============================================
   K.B. COMPANY WEBSITE — ZENTRALE STYLES v1.1
   Alle Styles an EINEM Ort!
   ============================================ */

/* ============================================
   VARIABLEN
   ============================================ */
:root {
    --kb-primary: #C9A571;
    --kb-primary-dark: #B8935A;
    --kb-primary-light: #E8D5B0;
    --kb-secondary: #8B935A;
    --kb-copper: #A0673A;
    --kb-text: #472804;
    --kb-text-light: #8B7355;
    --kb-text-muted: #6B5B4F;
    --kb-background: #FDFBF7;
    --kb-border: #E8E4DE;
    --kb-white: #FFFFFF;
    --kb-gold-gradient: linear-gradient(135deg, #E8D5B0, #C9A571, #F5E6C8, #C9A571, #B8956A);
    --kb-shadow-lg: 0 10px 40px rgba(71, 40, 4, 0.1);
    --kb-radius-xl: 20px;
}

/* ============================================
   GENERATEPRESS THEME FIXES — Homepage
   ============================================ */

/* Entry-Title und Header ausblenden */
body.kbc-fullpage h1.entry-title,
body.kbc-fullpage .entry-header,
body.kbc-fullpage header.entry-header { display: none !important; }

/* Sidebar weg */
body.kbc-fullpage .widget-area,
body.kbc-fullpage #secondary,
body.kbc-fullpage aside {
    display: none !important;
    width: 0 !important;
}

/* Site-Content: volle Breite */
body.kbc-fullpage .site-content {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Content-Area: volle Breite */
body.kbc-fullpage .content-area,
body.kbc-fullpage #primary {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
    padding: 0 !important;
}

/* Entry-Content: kein Container, kein Schatten, kein Padding */
body.kbc-fullpage .entry-content,
body.kbc-fullpage article .entry-content,
body.kbc-fullpage .inside-article {
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
}

/* ============================================
   BASIS
   ============================================ */
.kbc-wrap *, .kbc-wrap *::before, .kbc-wrap *::after {
    margin: 0; padding: 0; box-sizing: border-box;
}

.kbc-wrap {
    font-family: 'DM Sans', sans-serif;
    color: var(--kb-text);
    background: var(--kb-background);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* ============================================
   NAVIGATION
   ============================================ */
.kbc-nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
    padding: 0 40px; height: 72px;
    display: flex; align-items: center; justify-content: space-between;
    background: rgba(255,255,255,0.85);
    backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(232,228,222,0.5);
    transition: all 0.3s ease;
}
.kbc-nav.scrolled { box-shadow: 0 2px 20px rgba(71,40,4,0.06); }

.kbc-nav-logo {
    display: flex; align-items: center; gap: 12px;
    text-decoration: none; color: var(--kb-text);
}
.kbc-nav-logo img { height: 40px; width: auto; }
.kbc-nav-logo-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 20px; font-weight: 500; letter-spacing: 2px;
}

.kbc-nav-center {
    display: flex; align-items: center; gap: 36px; list-style: none;
    position: absolute; left: 50%; transform: translateX(-50%);
}
.kbc-nav-right {
    display: flex; align-items: center; gap: 28px; list-style: none;
}
.kbc-nav-center a, .kbc-nav-right a {
    text-decoration: none; font-size: 14px; font-weight: 400;
    letter-spacing: 0.5px; transition: color 0.3s ease; position: relative;
}
.kbc-nav-center a { color: var(--kb-text-light); }
.kbc-nav-right a {
    color: var(--kb-secondary); font-weight: 500;
    letter-spacing: 1px; text-transform: uppercase; font-size: 12px;
}
.kbc-nav-center a::after, .kbc-nav-right a::after {
    content: ''; position: absolute; bottom: -4px; left: 0;
    width: 0; height: 1.5px; transition: width 0.3s ease;
}
.kbc-nav-center a::after { background: var(--kb-primary); }
.kbc-nav-right a::after  { background: var(--kb-secondary); }
.kbc-nav-center a:hover { color: var(--kb-text); }
.kbc-nav-center a:hover::after { width: 100%; }
.kbc-nav-right a:hover { color: var(--kb-primary-dark); }
.kbc-nav-right a:hover::after { width: 100%; }

.kbc-nav-toggle {
    display: none; background: none; border: none; cursor: pointer; padding: 8px;
}
.kbc-nav-toggle span {
    display: block; width: 24px; height: 2px; background: var(--kb-text);
    margin: 5px 0; transition: all 0.3s ease; border-radius: 2px;
}

/* ============================================
   HERO
   ============================================ */
.kbc-hero {
    min-height: 100vh;
    display: flex; flex-direction: column;
    align-items: center; justify-content: center;
    padding: 100px 20px 60px;
    position: relative; overflow: hidden;
}
.kbc-hero-bg {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%;
    overflow: hidden; z-index: 0;
}
.kbc-blob {
    position: absolute; border-radius: 50%;
    filter: blur(100px); opacity: 0.18;
}
.kbc-blob-1 {
    width: 500px; height: 500px; background: #C9A571;
    top: 5%; left: 5%; animation: kbcBlobFloat 10s ease-in-out infinite;
}
.kbc-blob-2 {
    width: 400px; height: 400px; background: #A0673A;
    top: 30%; right: 10%; animation: kbcBlobFloat 10s ease-in-out infinite -3s;
}
.kbc-blob-3 {
    width: 300px; height: 300px; background: #D4956A;
    bottom: 10%; left: 25%; animation: kbcBlobFloat 10s ease-in-out infinite -6s;
}

/* ============================================
   HAUS
   ============================================ */
.kbc-house {
    position: relative; z-index: 1; width: 100%; max-width: 880px;
}
.kbc-house-container {
    position: relative; width: 100%; aspect-ratio: 880 / 600;
}

/* ============================================
   MOTTO
   ============================================ */
.kbc-motto-area {
    position: absolute; top: 60%; left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; z-index: 1; width: 55%;
}
.kbc-motto-label {
    font-size: 13px; font-weight: 500; letter-spacing: 3px;
    text-transform: uppercase; color: var(--kb-primary); margin-bottom: 14px;
    opacity: 0; animation: kbcFadeUp 0.8s ease forwards 1.6s;
}
.kbc-motto {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2.2rem, 5vw, 4rem);
    font-weight: 400; line-height: 1.25; color: var(--kb-text);
    opacity: 0; animation: kbcFadeUp 0.8s ease forwards 1.8s;
}
.kbc-motto em { font-style: italic; color: var(--kb-primary-dark); }
.kbc-motto-sub {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.4rem, 2.8vw, 2.2rem);
    font-weight: 300; color: var(--kb-text-muted); margin-top: 4px;
    opacity: 0; animation: kbcFadeUp 0.8s ease forwards 2.0s;
}

/* ============================================
   KREISE
   ============================================ */
.kbc-circle {
    position: absolute; z-index: 2;
    display: flex; align-items: center; justify-content: center;
    text-align: center; border-radius: 50%;
    background: rgba(255,255,255,0.92);
    border: 1.5px solid var(--kb-border);
    box-shadow: 0 4px 20px rgba(71,40,4,0.08);
    cursor: pointer; transition: all 0.4s ease;
    text-decoration: none;
    opacity: 0; transform: scale(0);
    animation: kbcCirclePopIn 0.6s cubic-bezier(0.34,1.56,0.64,1) forwards;
}
.kbc-circle::before {
    content: ''; position: absolute; inset: -7px; border-radius: 50%;
    border: 1px solid rgba(201,165,113,0.2);
    animation: kbcCirclePulse 3s ease-in-out infinite;
}
.kbc-circle::after {
    content: ''; position: absolute; inset: -16px; border-radius: 50%;
    border: 1px solid rgba(201,165,113,0.08);
    animation: kbcCirclePulse 3s ease-in-out infinite 0.6s;
}
.kbc-circle:hover {
    transform: scale(1.08) !important;
    box-shadow: 0 8px 30px rgba(201,165,113,0.2);
    border-color: var(--kb-primary);
    background: rgba(255,255,255,1);
}

.kbc-circle-inner { padding: 10px; }
.kbc-circle-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500; color: var(--kb-text);
    line-height: 1.2; margin-bottom: 3px;
}
.kbc-circle-desc { font-size: 10px; color: var(--kb-text-light); line-height: 1.3; }

/* Positionen */
.kbc-c1 { width:145px; height:145px; top:1%; left:50%; margin-left:-72px; animation-delay:0.8s; }
.kbc-c1 .kbc-circle-title { font-size:17px; }
.kbc-c1 .kbc-circle-desc  { font-size:11px; }
.kbc-c1::before { animation-delay:0s; }
.kbc-c1::after  { animation-delay:0.6s; }

.kbc-c2 { width:130px; height:130px; top:14%; left:18%; animation-delay:1.0s; }
.kbc-c2 .kbc-circle-title { font-size:13px; }
.kbc-c2::before { animation-delay:0.4s; }
.kbc-c2::after  { animation-delay:1.0s; }

.kbc-c3 { width:125px; height:125px; top:14%; right:18%; animation-delay:1.2s; }
.kbc-c3 .kbc-circle-title { font-size:15px; }
.kbc-c3::before { animation-delay:0.8s; }
.kbc-c3::after  { animation-delay:1.4s; }

.kbc-c4 { width:118px; height:118px; top:43%; left:9%; animation-delay:1.4s; }
.kbc-c4 .kbc-circle-title { font-size:14px; }
.kbc-c4::before { animation-delay:1.2s; }
.kbc-c4::after  { animation-delay:1.8s; }

.kbc-c5 { width:118px; height:118px; top:43%; right:9%; animation-delay:1.6s; }
.kbc-c5 .kbc-circle-title { font-size:15px; }
.kbc-c5::before { animation-delay:1.6s; }
.kbc-c5::after  { animation-delay:2.2s; }

.kbc-c6 { width:122px; height:122px; bottom:6%; left:21%; animation-delay:1.8s; }
.kbc-c6 .kbc-circle-title { font-size:12px; }
.kbc-c6::before { animation-delay:2.0s; }
.kbc-c6::after  { animation-delay:2.6s; }

.kbc-c7 { width:122px; height:122px; bottom:6%; right:21%; animation-delay:2.0s; }
.kbc-c7 .kbc-circle-title { font-size:15px; }
.kbc-c7::before { animation-delay:2.4s; }
.kbc-c7::after  { animation-delay:3.0s; }

/* ============================================
   SCROLL HINT
   ============================================ */
.kbc-scroll-hint {
    position: absolute; bottom: 24px; left: 50%;
    transform: translateX(-50%);
    display: flex; flex-direction: column; align-items: center; gap: 8px;
    opacity: 0; animation: kbcFadeIn 1s ease forwards 3s;
    z-index: 2; cursor: pointer;
}
.kbc-scroll-hint span {
    font-size: 11px; letter-spacing: 2px;
    text-transform: uppercase; color: var(--kb-text-light);
}
.kbc-scroll-arrow {
    width: 18px; height: 18px;
    border-right: 1.5px solid var(--kb-primary);
    border-bottom: 1.5px solid var(--kb-primary);
    transform: rotate(45deg);
    animation: kbcScrollBounce 2s ease-in-out infinite;
}

/* ============================================
   FOOTER
   ============================================ */
.kbc-footer {
    padding: 28px 40px;
    border-top: 1px solid var(--kb-border);
    background: #FFFFFF;
}
.kbc-footer-bottom {
    display: flex; justify-content: center; align-items: center;
}
.kbc-footer-legal {
    display: flex; align-items: center; gap: 14px;
    flex-wrap: wrap; justify-content: center;
}
.kbc-footer-legal a {
    text-decoration: none; color: var(--kb-text-light);
    font-size: 13px; transition: color 0.3s ease;
}
.kbc-footer-legal a:hover { color: var(--kb-primary-dark); }
.kbc-sep { color: var(--kb-border); font-size: 13px; }

/* ============================================
   MODAL
   ============================================ */
.kbc-modal-overlay {
    position: fixed; inset: 0; z-index: 2000;
    background: rgba(71,40,4,0.35);
    backdrop-filter: blur(6px);
    display: flex; align-items: center; justify-content: center; padding: 20px;
}
.kbc-modal {
    background: #FFFFFF; border-radius: var(--kb-radius-xl);
    padding: 48px 44px; max-width: 620px; width: 100%;
    max-height: 90vh; overflow-y: auto; position: relative;
    box-shadow: 0 20px 60px rgba(71,40,4,0.18);
    animation: kbcModalIn 0.3s cubic-bezier(0.34,1.2,0.64,1) forwards;
}
@keyframes kbcModalIn {
    from { opacity:0; transform:translateY(20px) scale(0.97); }
    to   { opacity:1; transform:translateY(0) scale(1); }
}
.kbc-modal-close {
    position: absolute; top: 16px; right: 20px;
    background: none; border: none; cursor: pointer;
    font-size: 24px; color: var(--kb-text-light); line-height: 1;
    transition: color 0.2s ease;
}
.kbc-modal-close:hover { color: var(--kb-text); }
.kbc-modal-label {
    font-size: 12px; font-weight: 500; letter-spacing: 3px;
    text-transform: uppercase; color: var(--kb-primary); margin-bottom: 10px;
}
.kbc-modal-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.6rem,3vw,2.2rem); font-weight: 400;
    color: var(--kb-text); margin-bottom: 8px;
}
.kbc-modal-sub {
    font-size: 14px; color: var(--kb-text-muted); margin-bottom: 32px;
}

/* ============================================
   KONTAKTFORMULAR
   ============================================ */
.kbc-form { display: flex; flex-direction: column; gap: 18px; }
.kbc-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.kbc-form-group { display: flex; flex-direction: column; gap: 6px; }
.kbc-form-group label {
    font-size: 12px; font-weight: 500; color: var(--kb-text); letter-spacing: 0.3px;
}
.kbc-form-group input, .kbc-form-group textarea {
    padding: 12px 15px; border: 1.5px solid var(--kb-border);
    border-radius: 10px; background: var(--kb-background);
    font-family: 'DM Sans', sans-serif; font-size: 14px; color: var(--kb-text);
    outline: none; transition: border-color 0.3s ease, box-shadow 0.3s ease;
    resize: vertical;
}
.kbc-form-group input:focus, .kbc-form-group textarea:focus {
    border-color: var(--kb-primary);
    box-shadow: 0 0 0 3px rgba(201,165,113,0.12);
}
.kbc-form-group input::placeholder,
.kbc-form-group textarea::placeholder { color: #C4B9AE; }
.kbc-form-consent {
    display: flex; align-items: flex-start; gap: 10px;
    font-size: 12px; color: var(--kb-text-muted); line-height: 1.5;
}
.kbc-form-consent input[type="checkbox"] {
    margin-top: 2px; accent-color: var(--kb-primary); flex-shrink: 0;
}
.kbc-form-consent a { color: var(--kb-primary); text-decoration: none; }
.kbc-form-btn {
    align-self: flex-start; padding: 13px 32px;
    background: linear-gradient(135deg, #C9A571, #8B935A);
    color: #FFFFFF; border: none; border-radius: 50px;
    font-family: 'DM Sans', sans-serif; font-size: 14px; font-weight: 500;
    cursor: pointer; transition: all 0.3s ease;
}
.kbc-form-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(139,147,90,0.3); }
.kbc-form-btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none; }
.kbc-form-success {
    padding: 14px 20px; background: #E8F5E9; color: #2E7D32;
    border-radius: 10px; font-size: 14px;
}
.kbc-form-error {
    padding: 14px 20px; background: #FEF2F2; color: #DC2626;
    border-radius: 10px; font-size: 14px;
}

/* ============================================
   ANIMATIONEN
   ============================================ */
@keyframes kbcCirclePulse {
    0%,100% { transform:scale(1); opacity:1; }
    50%      { transform:scale(1.15); opacity:0.3; }
}
@keyframes kbcCirclePopIn {
    from { opacity:0; transform:scale(0); }
    to   { opacity:1; transform:scale(1); }
}
@keyframes kbcBlobFloat {
    0%,100% { transform:translate(0,0); }
    33%     { transform:translate(20px,-20px); }
    66%     { transform:translate(-10px,15px); }
}
@keyframes kbcFadeUp {
    from { opacity:0; transform:translateY(20px); }
    to   { opacity:1; transform:translateY(0); }
}
@keyframes kbcFadeIn {
    from { opacity:0; }
    to   { opacity:0.6; }
}
@keyframes kbcScrollBounce {
    0%,100% { transform:rotate(45deg) translateY(0); }
    50%     { transform:rotate(45deg) translateY(6px); }
}

/* ============================================
   UNTERSEITEN — BACK LINK
   ============================================ */
.kbc-back {
    position: fixed; top: 28px; left: 36px; z-index: 10;
    text-decoration: none; color: var(--kb-text-light);
    font-size: 13px; letter-spacing: 0.5px;
    display: flex; align-items: center; gap: 8px;
    transition: color 0.3s ease;
}
.kbc-back:hover { color: var(--kb-text); }
.kbc-back-arrow {
    width: 18px; height: 18px;
    border-left: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: rotate(45deg);
}

/* ============================================
   UNTERSEITEN — CONTENT
   ============================================ */
.kbc-subpage {
    height: 100vh; overflow: hidden;
    display: flex; align-items: center; justify-content: center;
    -webkit-font-smoothing: antialiased;
}
.kbc-subpage-content {
    position: relative; z-index: 2; text-align: center;
    max-width: 600px; padding: 40px 24px;
    animation: kbcFadeUp 1s ease forwards;
}
.kbc-subpage-label {
    font-size: 12px; font-weight: 500; letter-spacing: 3px;
    text-transform: uppercase; color: var(--kb-primary); margin-bottom: 20px;
}
.kbc-subpage-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 500;
    color: var(--kb-text); line-height: 1.2; margin-bottom: 28px;
}
.kbc-subpage-subtitle {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(1.1rem, 2.5vw, 1.6rem); font-weight: 300;
    color: var(--kb-text-muted); line-height: 1.7; margin-bottom: 44px;
}
.kbc-subpage-subtitle em { font-style: italic; color: var(--kb-text); }

/* Pulsierende Punkte */
.kbc-dots { display: flex; gap: 10px; justify-content: center; }
.kbc-dot {
    width: 8px; height: 8px; border-radius: 50%;
    background: var(--kb-primary); opacity: 0.4;
    animation: kbcDotPulse 1.4s ease-in-out infinite;
}
.kbc-dot:nth-child(2) { animation-delay: 0.2s; }
.kbc-dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes kbcDotPulse {
    0%,100% { transform:scale(1); opacity:0.4; }
    50%     { transform:scale(1.4); opacity:1; }
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 900px) {
    .kbc-nav { padding: 0 24px; }
    .kbc-nav-center {
        display: none; position: fixed; top: 72px; left: 0; right: 0;
        background: rgba(255,255,255,0.98); backdrop-filter: blur(20px);
        flex-direction: column; padding: 24px 30px 16px; gap: 20px;
        border-bottom: 1px solid var(--kb-border); z-index: 999;
    }
    .kbc-nav-right {
        display: none; position: fixed; top: 72px; left: 0; right: 0;
        background: rgba(255,255,255,0.98);
        flex-direction: column; padding: 0 30px 24px; gap: 20px;
        border-bottom: 1px solid var(--kb-border); z-index: 999;
    }
    .kbc-nav-center.open { display: flex; }
    .kbc-nav-right.open  { display: flex; top: calc(72px + 130px); padding-top: 0; border-top: 1px solid var(--kb-border); }
    .kbc-nav-toggle { display: block; }
    .kbc-hero { padding: 90px 12px 50px; }
    .kbc-c1 { width:105px; height:105px; margin-left:-52px; }
    .kbc-c2 { width:95px;  height:95px; }
    .kbc-c3 { width:92px;  height:92px; }
    .kbc-c4 { width:88px;  height:88px; }
    .kbc-c5 { width:88px;  height:88px; }
    .kbc-c6 { width:92px;  height:92px; }
    .kbc-c7 { width:92px;  height:92px; }
    .kbc-circle-title { font-size: 11px !important; }
    .kbc-circle-desc  { font-size: 8px; }
    .kbc-form-row { grid-template-columns: 1fr; }
    .kbc-modal { padding: 36px 24px; }
}

@media (max-width: 500px) {
    .kbc-c1 { width:88px; height:88px; margin-left:-44px; top:0%; }
    .kbc-c2 { width:78px; height:78px; left:4%;  top:12%; }
    .kbc-c3 { width:76px; height:76px; right:4%; top:12%; }
    .kbc-c4 { width:74px; height:74px; left:-2%; }
    .kbc-c5 { width:74px; height:74px; right:-2%; }
    .kbc-c6 { width:78px; height:78px; left:6%;  bottom:4%; }
    .kbc-c7 { width:78px; height:78px; right:6%; bottom:4%; }
    .kbc-circle-desc  { display: none; }
    .kbc-circle-inner { padding: 6px; }
    .kbc-motto-area   { width: 65%; }
    .kbc-footer-legal { gap: 10px; }
}

/* ============================================
   KATI UNTERSEITE — Shimmer + CTA
   ============================================ */
.kbc-kati-shimmer {
    background: linear-gradient(90deg, #B8935A 0%, #E8D5B0 30%, #C9A571 50%, #F5E6C8 70%, #B8935A 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: kbcShimmer 3s linear infinite;
}
@keyframes kbcShimmer {
    0%   { background-position: 0% center; }
    100% { background-position: 200% center; }
}

.kbc-cta-wrap {
    position: relative;
    display: inline-flex; align-items: center; justify-content: center;
}
.kbc-cta-ring {
    position: absolute; border-radius: 50%;
    animation: kbcCirclePulse 3s ease-in-out infinite;
}
.kbc-cta-ring-1 { width:148px; height:148px; border: 1px solid rgba(201,165,113,0.25); }
.kbc-cta-ring-2 { width:174px; height:174px; border: 1px solid rgba(201,165,113,0.1); animation-delay: 0.6s; }

.kbc-cta-btn {
    position: relative; z-index: 2;
    display: inline-flex; align-items: center; justify-content: center;
    width: 120px; height: 120px; border-radius: 50%;
    background: linear-gradient(135deg, #C9A571 0%, #8B935A 100%);
    color: #FFFFFF; text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px; font-weight: 500; line-height: 1.4;
    text-align: center; padding: 16px;
    box-shadow: 0 6px 24px rgba(139,147,90,0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.kbc-cta-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 12px 36px rgba(139,147,90,0.45);
}

/* ============================================
   LEGAL PAGES
   ============================================ */
.kbc-legal-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 0;
}
.kbc-legal-header {
    text-align: center;
    margin-bottom: 50px;
}
.kbc-legal-icon {
    width: 70px; height: 70px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, rgba(201,165,113,0.15) 0%, rgba(139,147,90,0.15) 100%);
    border-radius: 20px;
    display: flex; align-items: center; justify-content: center;
}
.kbc-legal-icon svg {
    width: 35px; height: 35px;
    stroke: var(--kb-primary);
}
.kbc-legal-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 2.5rem; font-weight: 500;
    color: var(--kb-text); margin: 0 0 15px 0;
}
.kbc-legal-subtitle {
    font-size: 1.1rem; color: var(--kb-text-light); margin: 0;
}
.kbc-legal-content {
    display: flex; flex-direction: column; gap: 40px;
}
.kbc-legal-section {
    display: flex; flex-direction: column; gap: 20px;
}
.kbc-legal-section-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.4rem; font-weight: 500; color: var(--kb-text);
    margin: 0 0 10px 0; padding-bottom: 10px;
    border-bottom: 2px solid var(--kb-border);
}
.kbc-legal-card {
    display: flex; gap: 20px; align-items: flex-start;
    padding: 25px; background: var(--kb-white);
    border-radius: 15px; border: 1px solid var(--kb-border);
}
.kbc-legal-card-icon {
    width: 50px; height: 50px; min-width: 50px;
    background: var(--kb-background); border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 2px 10px rgba(71,40,4,0.06);
}
.kbc-legal-card-icon svg { width: 24px; height: 24px; stroke: var(--kb-primary); }
.kbc-legal-card-content h3 {
    font-family: 'DM Sans', sans-serif; font-size: 1rem; font-weight: 600;
    color: var(--kb-text); margin: 0 0 8px 0;
}
.kbc-legal-card-content p {
    font-size: 0.95rem; color: var(--kb-text-light); line-height: 1.7; margin: 0;
}
.kbc-legal-card-content a { color: var(--kb-primary); text-decoration: none; }
.kbc-legal-card-content a:hover { color: var(--kb-primary-dark); text-decoration: underline; }

.kbc-legal-info-box {
    padding: 25px 30px; background: var(--kb-background);
    border-radius: 15px; border-left: 4px solid var(--kb-primary);
}
.kbc-legal-info-box p {
    font-size: 0.95rem; color: var(--kb-text-light); line-height: 1.8; margin: 0 0 15px 0;
}
.kbc-legal-info-box p:last-child { margin-bottom: 0; }
.kbc-legal-info-box a { color: var(--kb-primary); text-decoration: none; font-weight: 500; }
.kbc-legal-info-box a:hover { text-decoration: underline; }

.kbc-legal-center-box {
    text-align: center; padding: 40px 30px; border-left: none;
    background: linear-gradient(135deg, rgba(201,165,113,0.08) 0%, rgba(139,147,90,0.08) 100%);
}
.kbc-legal-center-box p { margin-bottom: 20px; }

.kbc-legal-cta-link {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 14px 28px;
    background: linear-gradient(135deg, #C9A571 0%, #8B935A 100%);
    color: white !important; text-decoration: none !important;
    font-weight: 600; font-size: 1rem; border-radius: 30px;
    transition: all 0.3s ease;
}
.kbc-legal-cta-link:hover { transform: translateY(-2px); box-shadow: 0 4px 15px rgba(201,165,113,0.4); }
.kbc-legal-cta-link svg { width: 18px; height: 18px; stroke: white; }

.kbc-legal-footer {
    margin-top: 50px; padding-top: 30px;
    border-top: 1px solid var(--kb-border); text-align: center;
}
.kbc-legal-back-link {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 12px 25px; color: var(--kb-text-light);
    text-decoration: none; font-size: 0.95rem; font-weight: 500;
    border-radius: 30px; transition: all 0.3s ease;
}
.kbc-legal-back-link:hover { color: var(--kb-primary); background: var(--kb-background); }
.kbc-legal-back-link svg { width: 18px; height: 18px; }

@media (max-width: 600px) {
    .kbc-legal-container { padding: 10px 0; }
    .kbc-legal-title { font-size: 2rem; }
    .kbc-legal-card { flex-direction: column; align-items: center; text-align: center; padding: 20px; }
    .kbc-legal-info-box { padding: 20px; }
}