:root {
  --kbt-primary: #d8b16a;
  --kbt-primary-dark: #b8893d;
  --kbt-neon: #9b5cff;
  --kbt-text: #fff8ee;
  --kbt-muted: #d5ccb7;
  --kbt-border: rgba(255,255,255,.16);
  --kbt-bg: #0a0807;
  --kbt-bg-soft: #120e0b;
  --kbt-card: #17120f;
  --kbt-shadow: 0 24px 80px rgba(0,0,0,.58);
  --kbt-radius: 0;
  --kbt-container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; color: var(--kbt-text); background: linear-gradient(180deg, #0a0807, #120d09 46%, #0b0908); line-height: 1.55; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--kbt-primary); }
img { max-width: 100%; height: auto; display: block; }
.kbt-container { width: min(var(--kbt-container), calc(100% - 32px)); margin: 0 auto; }
.kbt-section { padding: 74px 0; }
.kbt-page-main { min-height: 60vh; }
.kbt-eyebrow { display: inline-flex; color: var(--kbt-primary); font-size: 12px; font-weight: 900; letter-spacing: .28em; text-transform: uppercase; margin-bottom: 18px; }
.kbt-section-head { max-width: 820px; margin: 0 0 34px; }
.kbt-section-head h2, .kbt-page-hero h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(34px, 4.2vw, 56px); line-height: 1.02; letter-spacing: -.045em; }
.kbt-section-head p, .kbt-page-hero p { color: var(--kbt-muted); font-size: 17px; margin: 12px 0 0; }
.kbt-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 13px 24px; border-radius: 3px; font-weight: 900; text-transform: uppercase; letter-spacing: .055em; font-size: 13px; border: 1px solid transparent; transition: .2s ease; cursor: pointer; }
.kbt-btn-primary { background: linear-gradient(135deg, var(--kbt-primary), #b48d45); color: #080808; border-color: rgba(201,168,106,.6); box-shadow: 0 10px 28px rgba(201,168,106,.20); }
.kbt-btn-primary:hover { background: linear-gradient(135deg, #e8cf8a, var(--kbt-primary-dark)); color: #080808; transform: translateY(-1px); }
.kbt-btn-outline { background: rgba(0,0,0,.2); border-color: rgba(201,168,106,.55); color: var(--kbt-text); }
.kbt-btn-outline:hover { color: var(--kbt-primary); background: rgba(201,168,106,.08); }
.kbt-full { width: 100%; }
.kbt-link { color: var(--kbt-text); font-weight: 900; }
.kbt-link-green { color: var(--kbt-primary); }

.kbt-header { position: sticky; top: 0; z-index: 60; background: rgba(14,11,9,.84); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08); }
.kbt-header-inner { width: min(var(--kbt-container), calc(100% - 32px)); margin: 0 auto; height: 76px; display: grid; grid-template-columns: 260px 1fr 120px; align-items: center; gap: 22px; }
.kbt-logo { display: inline-flex; flex-direction: column; gap: 2px; justify-self: start; line-height: 1; }
.kbt-logo img { max-height: 54px; width: auto; max-width: 230px; object-fit: contain; }
.kbt-logo-word { color: var(--kbt-primary); font-size: 25px; font-weight: 800; letter-spacing: .20em; }
.kbt-logo-tagline { color: var(--kbt-primary); font-size: 9px; font-weight: 900; letter-spacing: .31em; opacity: .92; padding-left: 2px; }
.kbt-nav { justify-self: center; }
.kbt-menu { display: flex; align-items: center; gap: 44px; list-style: none; margin: 0; padding: 0; }
.kbt-menu a { color: #fff; font-size: 15px; font-weight: 800; }
.kbt-menu a:hover { color: var(--kbt-primary); }
.kbt-menu .current-menu-item > a,
.kbt-menu .current_page_item > a,
.kbt-menu .current-menu-ancestor > a,
.kbt-menu .current_page_ancestor > a,
.kbt-menu .is-active > a { color: var(--kbt-primary); }
.kbt-header-tools { justify-self: end; display: flex; align-items: center; color: #fff; line-height: 1; opacity: .92; }
.kbt-header-search { width: 42px; height: 42px; display: grid; place-items: center; color: #fff; }
.kbt-header-search svg { width: 24px; height: 24px; }
.kbt-menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--kbt-border); background: rgba(255,255,255,.04); border-radius: 4px; padding: 9px; }
.kbt-menu-toggle span { display: block; height: 2px; background: var(--kbt-text); margin: 5px 0; }

.kbt-page-hero { padding: 94px 0; background: radial-gradient(circle at 82% 8%, rgba(216,177,106,.24), transparent 34%), linear-gradient(135deg, #120e0c, #1a1512 62%, #2d2117); border-bottom: 1px solid var(--kbt-border); background-size: cover; background-position: center; }
.kbt-about-hero, .kbt-contact-hero { background-position: center right; }
.kbt-page-hero h1 { max-width: 900px; }
.kbt-page-hero p { max-width: 720px; }
.kbt-page-hero .kbt-btn { margin-top: 24px; }
.kbt-content { max-width: 860px; padding: 60px 0; }
.kbt-page-main { background: linear-gradient(180deg, rgba(18,14,11,.74), rgba(11,9,8,.96)); }
.kbt-post-list { display: grid; gap: 18px; padding: 50px 0; }
.kbt-post-card, .kbt-feature-card, .kbt-info-box, .kbt-contact-card { border: 1px solid var(--kbt-border); padding: 24px; background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035)); box-shadow: 0 18px 48px rgba(0,0,0,.22); }
.kbt-feature-card h3, .kbt-trust-card strong { display: block; margin: 0 0 8px; font-size: 18px; }
.kbt-feature-card p, .kbt-info-box, .kbt-post-meta { color: var(--kbt-muted); }
.kbt-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.kbt-two-column { display: grid; grid-template-columns: 1.1fr .9fr; gap: 34px; align-items: start; }
.kbt-info-box ul { margin: 0; padding-left: 18px; }

.kbt-contact-cta { position: relative; isolation: isolate; overflow: hidden; min-height: 320px; display: flex; align-items: center; padding: 58px 0; background: #050506; border-top: 1px solid rgba(216,177,106,.20); border-bottom: 1px solid rgba(216,177,106,.20); }
.kbt-contact-cta::before { content: ""; position: absolute; z-index: -1; top: 0; right: 0; bottom: 0; width: min(56%, 860px); background: var(--kbt-contact-cta-image) center right / cover no-repeat; -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.12) 8%, rgba(0,0,0,.55) 20%, #000 38%); mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.12) 8%, rgba(0,0,0,.55) 20%, #000 38%); }
.kbt-contact-cta h2 { max-width: 780px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px, 4vw, 54px); line-height: 1.08; letter-spacing: -.035em; }
.kbt-contact-cta p { color: var(--kbt-muted); margin: 14px 0 0; max-width: 680px; }
.kbt-contact-cta-inner { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; }
.kbt-cta-actions { display: flex; gap: 12px; flex-wrap: nowrap; }
.kbt-cta-actions .kbt-btn { white-space: nowrap; }
.kbt-cta-actions .kbt-btn { gap: 10px; }
.kbt-cta-icon { width: 18px; height: 18px; flex: 0 0 auto; color: var(--kbt-primary); }
.kbt-cta-icon-email, .kbt-cta-icon-whatsapp { background-color: currentColor; -webkit-mask: var(--kbt-cta-icon) center / contain no-repeat; mask: var(--kbt-cta-icon) center / contain no-repeat; }
.kbt-cta-icon-email { --kbt-cta-icon: url('../icons/fontawesome/envelope.svg'); }
.kbt-cta-icon-whatsapp { --kbt-cta-icon: url('../icons/fontawesome/whatsapp.svg'); color: #25d366; }

.kbt-footer { background: linear-gradient(180deg, #0d0a08, #070606); border-top: 1px solid rgba(255,255,255,.09); padding: 44px 0 18px; }
.kbt-footer-showcase { display: grid; grid-template-columns: 1.1fr .8fr 1.1fr; align-items: center; gap: 42px; }
.kbt-footer-newsletter strong, .kbt-footer-social strong { display:block; font-size: 16px; margin-bottom: 6px; }
.kbt-footer-newsletter p, .kbt-footer-social p, .kbt-footer-brand p { color: var(--kbt-muted); margin: 0 0 14px; font-size: 13px; }
.kbt-footer-newsletter form { display: grid; grid-template-columns: 1fr 54px; max-width: 360px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.03); }
.kbt-footer-newsletter input { border: 0; background: transparent; color: var(--kbt-text); padding: 14px; font: inherit; }
.kbt-footer-newsletter button { border: 0; background: linear-gradient(135deg, var(--kbt-primary), #b48d45); color: #080808; font-weight: 900; font-size: 22px; cursor: pointer; }
.kbt-footer-brand { text-align: center; }
.kbt-footer-logo-mark { margin: 0 auto 12px; width: 66px; height: 66px; display: grid; place-items: center; overflow: hidden; }
.kbt-footer-logo-mark img { width: 66px; height: 66px; object-fit: contain; }
.kbt-footer-brand h3 { margin: 0; color: var(--kbt-primary); font-size: 25px; letter-spacing: .22em; }
.kbt-footer-brand p { color: var(--kbt-primary); font-size: 9px; letter-spacing: .30em; }
.kbt-footer-social { justify-self: end; }
.kbt-social-icons { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; margin: 12px 0 14px; }
.kbt-social-icons a { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.15); border-radius: 50%; display: grid; place-items: center; color: #fff; transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease; }
.kbt-social-icon { width: 18px; height: 18px; background-color: currentColor; -webkit-mask: var(--kbt-social-icon) center / contain no-repeat; mask: var(--kbt-social-icon) center / contain no-repeat; }
.kbt-social-icons a:hover { color: var(--kbt-primary); border-color: rgba(201,168,106,.62); background: rgba(201,168,106,.08); transform: translateY(-2px); }
.kbt-footer-bottom { border-top: 1px solid var(--kbt-border); margin-top: 34px; padding-top: 16px; color: var(--kbt-muted); font-size: 13px; text-align: center; }

.kbt-form-wrap { border: 1px solid var(--kbt-border); padding: 26px; background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035)); box-shadow: var(--kbt-shadow); }
.kbt-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.kbt-inquiry-form label { display: grid; gap: 7px; font-size: 14px; font-weight: 800; margin-bottom: 14px; }
.kbt-inquiry-form input, .kbt-inquiry-form textarea { width: 100%; border: 1px solid var(--kbt-border); border-radius: 0; padding: 12px 13px; font: inherit; color: var(--kbt-text); background: rgba(255,255,255,.04); }
.kbt-inquiry-form input:focus, .kbt-inquiry-form textarea:focus { outline: 2px solid rgba(201,168,106,.2); border-color: var(--kbt-primary); }
.kbt-form-notice { padding: 12px 14px; margin-bottom: 16px; font-weight: 800; }
.kbt-form-success { background: rgba(34,197,94,.12); color: #86efac; }
.kbt-form-error { background: rgba(239,68,68,.12); color: #fca5a5; }
.kbt-contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 32px; align-items: start; }
.kbt-contact-cards { display: grid; gap: 14px; }
.kbt-contact-card strong { display: block; font-size: 18px; margin-bottom: 4px; }
.kbt-contact-card span { color: var(--kbt-muted); }

.kbt-product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.kbt-product-card { border: 1px solid var(--kbt-border); background: linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.028)); overflow: hidden; transition: .2s ease; box-shadow: 0 18px 48px rgba(0,0,0,.22); }
.kbt-product-card:hover { transform: translateY(-2px); border-color: rgba(201,168,106,.45); box-shadow: 0 24px 58px rgba(0,0,0,.38); }
.kbt-product-card[hidden] { display: none; }
.kbt-product-image { display: block; position: relative; background: radial-gradient(circle at 70% 20%, rgba(201,168,106,.20), transparent 34%), #111317; border-bottom: 1px solid var(--kbt-border); }
.kbt-product-image img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; object-position: center; background: #050505; }
.kbt-product-badge { position: absolute; left: 12px; top: 12px; background: linear-gradient(135deg, var(--kbt-primary), #b48d45); color: #09090b; border-radius: 999px; padding: 5px 10px; font-size: 12px; font-weight: 900; }
.kbt-product-card-body { padding: 17px; }
.kbt-product-card h3 { margin: 0 0 12px; font-size: 18px; line-height: 1.25; }
.kbt-product-meta-line { color: var(--kbt-muted); font-size: 14px; margin: 5px 0; }
.kbt-product-meta-line span { color: var(--kbt-text); font-weight: 900; }
.kbt-product-card-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 15px; padding-top: 14px; border-top: 1px solid var(--kbt-border); }

.kbt-whatsapp-floating { position: fixed; right: 24px; bottom: 24px; z-index: 60; background: #25d366; color: #fff; font-weight: 400; border-radius: 999px; padding: 12px 20px; box-shadow: var(--kbt-shadow); transition: transform .2s ease, box-shadow .2s ease; }
.kbt-whatsapp-floating:hover { color: #fff; transform: translateY(-3px); box-shadow: 0 28px 86px rgba(0,0,0,.68); }
.kbt-whatsapp-floating:active { transform: translateY(-1px); }
.kbt-mobile-sticky-cta { display: none; }
.kbt-inquiry-full-link { display: inline-flex; margin: 2px 0 4px; font-size: 14px; font-weight: 900; }
.kbt-quick-inquiry-modal { position: fixed; inset: 0; z-index: 100; display: none; align-items: center; justify-content: center; padding: 24px; }
.kbt-quick-inquiry-modal.is-open { display: flex; }
.kbt-quick-inquiry-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.72); }
.kbt-quick-inquiry-panel { position: relative; z-index: 1; width: min(760px, 100%); max-height: calc(100vh - 48px); overflow: auto; background: #111317; border: 1px solid var(--kbt-border); padding: 30px; box-shadow: 0 24px 90px rgba(0,0,0,.65); }
.kbt-quick-inquiry-panel h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(26px, 4vw, 36px); line-height: 1.15; letter-spacing: -.03em; }
.kbt-quick-inquiry-intro { margin: 10px 0 20px; color: var(--kbt-muted); }
.kbt-quick-inquiry-close { position: absolute; top: 16px; right: 16px; width: 38px; height: 38px; border: 1px solid var(--kbt-border); border-radius: 50%; background: rgba(255,255,255,.04); color: var(--kbt-text); font-size: 24px; line-height: 1; cursor: pointer; }
.kbt-form-compact { padding: 0; border: 0; box-shadow: none; border-radius: 0; background: transparent; }
.kbt-form-compact .kbt-form-grid { grid-template-columns: repeat(2, 1fr); }
body.kbt-modal-open { overflow: hidden; }

.kbt-hp-field{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important;opacity:0!important;}
