/**
 * KORE1 Site Styles
 * All page component styles (hero, sections, cards, footer, etc.)
 * Moved from WP Customizer to theme CSS for reliability.
 */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;
  500;
  600;
  700;
  800&display=swap');
  body {
  font-family:'Plus Jakarta Sans',system-ui,-apple-system,sans-serif;
  margin:0;
  background:#ffffff;
  color:#4b5563
}
* {
  box-sizing:border-box
}
img {
  max-width:100%;
  height:auto
}
a {
  text-decoration:none
}
body.page-id-6 .site-footer,body.page-id-6 .site-info {
  display:none!important
}
body.page-id-6 .site-content,body.page-id-6 .content-area,body.page-id-6 .inside-article,body.page-id-6 .entry-content,body.page-id-6 article,body.page-id-6 .grid-container,body.page-id-6 #content {
  max-width:100%!important;
  padding:0!important;
  margin:0!important;
  width:100%!important
}
body.page-id-6 .site-content .content-area {
  float:none!important
}
.site-header {
  display:none!important
}
.k-grid-pattern {
  background-image:linear-gradient(to right,rgba(26,26,46,.035) 1px,transparent 1px),linear-gradient(to bottom,rgba(26,26,46,.035) 1px,transparent 1px);
  background-size:48px 48px
}
.k-grid-pattern-dark {
  background-image:linear-gradient(to right,rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.04) 1px,transparent 1px);
  background-size:48px 48px
}
.k-badge {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 20px;
  font-size:11px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#fff;
  background:#1a1a2e;
  border-radius:50px;
  margin-bottom:28px;
  line-height:1.2
}
.k-badge-icon {
  font-size:10px;
  opacity:.7
}
.k-badge--light {
  color:#F48830;
  background:rgba(244,136,48,.08);
  border:1px solid rgba(244,136,48,.15)
}
.k-badge--white {
  color:rgba(255,255,255,.9);
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.2)
}
.k-hero {
  position:relative;
  padding:180px 32px 120px;
  background:linear-gradient(rgba(26,26,46,.6),rgba(26,26,46,.55)),url('/wp-content/uploads/2026/02/kore1_hero.webp') center/cover no-repeat;
  overflow:hidden
}
.k-hero-inner {
  max-width:800px;
  margin:0 auto;
  text-align:center;
  position:relative;
  z-index:1
}
.k-hero h1 {
  font-size:54px;
  font-weight:800;
  line-height:1.12;
  color:#fff;
  margin:0 0 24px;
  letter-spacing:-1.5px;
  text-shadow:0 2px 12px rgba(0,0,0,.18)
}
.k-highlight {
  color:#F48830
}
.k-hero-sub {
  font-size:18px;
  line-height:1.8;
  color:rgba(255,255,255,.85);
  max-width:580px;
  margin:0 auto 40px
}
.k-btn-row {
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  justify-content:center
}
.k-btn-primary,.entry-content a.k-btn-primary {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:15px 34px;
  font-size:15px;
  font-weight:700;
  color:#fff!important;
  background:#F48830;
  border-radius:50px;
  transition:all .3s ease;
  border:none;
  text-decoration:none!important
}
.k-btn-primary:hover {
  background:#e07520;
  transform:translateY(-2px);
  box-shadow:0 10px 28px rgba(244,136,48,.25)
}
.k-btn-outline,.entry-content a.k-btn-outline {
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:15px 34px;
  font-size:15px;
  font-weight:700;
  color:#1a1a2e!important;
  background:transparent;
  border:2px solid rgba(26,26,46,.15);
  border-radius:50px;
  transition:all .3s ease;
  text-decoration:none!important
}
.k-btn-outline:hover {
  border-color:#F48830;
  color:#F48830!important;
  transform:translateY(-2px)
}
.k-btn-outline--white,.entry-content a.k-btn-outline--white {
  color:#fff!important;
  border-color:rgba(255,255,255,.25)
}
.k-btn-outline--white:hover {
  border-color:#F48830;
  color:#F48830!important
}
.k-hero .k-btn-outline,.k-hero .entry-content a.k-btn-outline {
  color:#fff!important;
  border-color:rgba(255,255,255,.3)
}
.k-hero .k-btn-outline:hover {
  border-color:#F48830;
  color:#F48830!important
}
.k-trust {
  background:#F48830;
  padding:0 32px
}
.k-trust-inner {
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  text-align:center
}
.k-trust-item {
  padding:30px 16px;
  border-right:1px solid rgba(255,255,255,.25)
}
.k-trust-item:last-child {
  border-right:none
}
.k-stat-num {
  font-size:36px;
  font-weight:800;
  color:#fff;
  line-height:1.1
}
.k-stat-label {
  font-size:11px;
  font-weight:700;
  letter-spacing:1.5px;
  text-transform:uppercase;
  color:rgba(255,255,255,.88);
  margin-top:5px
}
.k-section {
  padding:100px 32px;
  position:relative
}
.k-section--white {
  background:#ffffff
}
.k-section--light {
  background:#f8f9fb
}
.k-section--warm {
  background:#fef8f3
}
.k-section--dark {
  background:#1a1a2e
}
.k-inner {
  max-width:1200px;
  margin:0 auto
}
.k-inner-narrow {
  max-width:800px;
  margin:0 auto
}
.k-section-header {
  text-align:center;
  margin-bottom:56px
}
.k-section-title {
  font-size:38px;
  font-weight:800;
  color:#1a1a2e;
  margin:0 0 16px;
  line-height:1.2;
  letter-spacing:-.5px
}
.k-section-title--white {
  color:#fff
}
.k-section-title--center {
  text-align:center
}
.k-section-desc {
  font-size:17px;
  line-height:1.85;
  color:#6b7280;
  margin:0 0 20px;
  max-width:600px
}
.k-section-desc--center {
  text-align:center;
  margin-left:auto;
  margin-right:auto
}
.k-section-desc--white {
  color:rgba(255,255,255,.7)
}
.k-orange-bar {
  width:48px;
  height:3px;
  background:#F48830;
  border-radius:2px;
  margin:16px 0 32px
}
.k-orange-bar--center {
  margin:16px auto 32px
}
.k-services-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
  margin-top:8px
}
.k-service-card {
  background:#ffffff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:16px;
  padding:36px 28px;
  transition:all .3s ease;
  box-shadow:0 1px 3px rgba(0,0,0,.04)
}
.k-service-card:hover {
  border-color:rgba(244,136,48,.2);
  transform:translateY(-4px);
  box-shadow:0 16px 40px rgba(0,0,0,.08)
}
.k-service-icon {
  width:56px;
  height:56px;
  background:rgba(244,136,48,.08);
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:26px;
  margin-bottom:22px
}
.k-service-card h3 {
  font-size:19px;
  font-weight:800;
  color:#1a1a2e;
  margin:0 0 12px
}
.k-service-card p {
  font-size:15px;
  line-height:1.7;
  color:#6b7280;
  margin:0 0 22px
}
a.k-card-link,.k-card-link,.entry-content a.k-card-link {
  font-size:14px;
  font-weight:700;
  color:#F48830!important;
  display:inline-flex;
  align-items:center;
  gap:6px;
  transition:all .2s ease;
  text-decoration:none!important
}
a.k-card-link:hover,.k-card-link:hover {
  gap:10px;
  color:#e07520!important
}
.k-process-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
  margin-top:8px
}
.k-step {
  text-align:center;
  position:relative
}
.k-step-num {
  width:56px;
  height:56px;
  border-radius:50%;
  background:#F48830;
  color:#fff;
  font-size:22px;
  font-weight:800;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 24px;
  box-shadow:0 8px 24px rgba(244,136,48,.2)
}
.k-step-line {
  position:absolute;
  top:28px;
  left:calc(50% + 40px);
  right:calc(-50% + 40px);
  height:2px;
  background:rgba(244,136,48,.15)
}
.k-step:last-child .k-step-line {
  display:none
}
.k-step h3 {
  font-size:19px;
  font-weight:800;
  color:#1a1a2e;
  margin:0 0 12px
}
.k-step p {
  font-size:15px;
  line-height:1.7;
  color:#6b7280;
  margin:0;
  max-width:320px;
  margin-left:auto;
  margin-right:auto
}
.k-spec-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px
}
.k-spec-card {
  background:#ffffff;
  border:1px solid rgba(0,0,0,.06);
  border-radius:16px;
  padding:30px 24px;
  transition:all .3s ease;
  box-shadow:0 1px 3px rgba(0,0,0,.04)
}
.k-spec-card:hover {
  border-color:rgba(244,136,48,.15);
  transform:translateY(-3px);
  box-shadow:0 12px 32px rgba(0,0,0,.07)
}
.k-spec-icon {
  font-size:28px;
  margin-bottom:16px;
  display:block
}
.k-spec-card h3 {
  font-size:17px;
  font-weight:700;
  color:#1a1a2e;
  margin:0 0 10px
}
.k-spec-card p {
  font-size:14px;
  line-height:1.65;
  color:#6b7280;
  margin:0 0 16px
}
.k-tags {
  display:flex;
  flex-wrap:wrap;
  gap:6px
}
.k-tag {
  padding:4px 12px;
  font-size:11px;
  font-weight:600;
  color:#F48830;
  background:rgba(244,136,48,.06);
  border:1px solid rgba(244,136,48,.12);
  border-radius:50px
}
.k-two-col {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  align-items:center
}
.k-quote-block {
  background:#f8f9fb;
  border:1px solid rgba(0,0,0,.06);
  border-radius:16px;
  padding:36px;
  margin-bottom:28px;
  position:relative;
  overflow:hidden
}
.k-quote-block::before {
  content:'\201C';
  position:absolute;
  top:8px;
  left:20px;
  font-size:64px;
  color:#F48830;
  opacity:.2;
  font-family:Georgia,serif;
  line-height:1
}
.k-quote-text {
  font-size:16px;
  line-height:1.75;
  color:#4b5563;
  margin:0 0 20px;
  font-style:italic;
  padding-left:8px
}
.k-quote-author {
  display:flex;
  align-items:center;
  gap:12px
}
.k-avatar-dot {
  width:38px;
  height:38px;
  background:#F48830;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  font-weight:800;
  color:#fff
}
.k-author-name {
  font-size:14px;
  font-weight:700;
  color:#1a1a2e
}
.k-author-role {
  font-size:13px;
  color:#6b7280
}
.k-stats-row {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px
}
.k-stat-box {
  text-align:center;
  padding:22px;
  background:#f8f9fb;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.06)
}
.k-stat-box-num {
  font-size:30px;
  font-weight:800;
  color:#F48830;
  line-height:1
}
.k-stat-box-label {
  font-size:11px;
  font-weight:600;
  letter-spacing:1px;
  text-transform:uppercase;
  color:#6b7280;
  margin-top:6px
}
.k-cta-section {
  padding:80px 32px;
  background:#1a1a2e;
  position:relative;
  overflow:hidden
}
.k-cta-inner {
  max-width:700px;
  margin:0 auto;
  text-align:center;
  position:relative;
  z-index:1
}
.k-cta-section h2 {
  font-size:34px;
  font-weight:800;
  color:#fff;
  margin:0 0 16px;
  line-height:1.2
}
.k-cta-section p {
  font-size:17px;
  color:rgba(255,255,255,.6);
  margin:0 0 36px;
  line-height:1.7
}
.k-cta-section .k-btn-row {
  justify-content:center
}
.k-footer {
  padding:72px 32px 0;
  background:#1a1a2e;
  border-top:none
}
.k-footer-inner {
  max-width:1200px;
  margin:0 auto
}
.k-footer-grid {
  display:grid;
  grid-template-columns:1.6fr 1fr 1fr 1fr;
  gap:48px;
  padding-bottom:48px
}
.k-footer h4 {
  font-size:11px;
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase;
  color:rgba(255,255,255,.4);
  margin:0 0 18px
}
.k-footer-links {
  display:flex;
  flex-direction:column;
  gap:10px
}
.k-footer-links a,.entry-content .k-footer-links a {
  font-size:14px;
  color:rgba(255,255,255,.5)!important;
  transition:all .2s ease;
  text-decoration:none!important
}
.k-footer-links a:hover,.entry-content .k-footer-links a:hover {
  color:#F48830!important
}
.k-footer-bottom {
  border-top:1px solid rgba(255,255,255,.08);
  padding:24px 0;
  text-align:center
}
.k-footer-bottom p {
  font-size:13px;
  color:rgba(255,255,255,.25);
  margin:0
}
.k-footer-bottom a,.entry-content .k-footer-bottom a {
  color:rgba(255,255,255,.35)!important;
  text-decoration:none!important;
  transition:all .2s ease
}
.k-footer-bottom a:hover {
  color:#F48830!important
}
.k-footer-brand {
  font-size:22px;
  font-weight:800;
  color:#fff;
  margin-bottom:12px
}
.k-footer-brand .k-logo-1 {
  color:#F48830
}
.k-footer-desc {
  font-size:14px;
  line-height:1.7;
  color:rgba(255,255,255,.45);
  margin:0 0 16px
}
.k-footer-address {
  font-size:13px;
  color:rgba(255,255,255,.4);
  margin:0;
  line-height:1.6
}
@media(max-width:1024px) {
  .k-hero {
  padding:140px 24px 90px
}
.k-process-grid {
  gap:24px
}
.k-step-line {
  display:none
}

}
@media(max-width:768px) {
  .k-hero {
  padding:130px 20px 70px
}
.k-hero h1 {
  font-size:34px;
  letter-spacing:-1px
}
.k-hero-sub {
  font-size:16px
}
.k-section {
  padding:70px 20px
}
.k-section-title {
  font-size:28px
}
.k-section-header {
  margin-bottom:36px
}
.k-services-grid {
  grid-template-columns:1fr
}
.k-process-grid {
  grid-template-columns:1fr;
  gap:40px
}
.k-spec-grid {
  grid-template-columns:1fr
}
.k-two-col {
  grid-template-columns:1fr;
  gap:40px
}
.k-footer-grid {
  grid-template-columns:1fr 1fr;
  gap:32px
}
.k-cta-inner {
  text-align:center
}
.k-stats-row {
  grid-template-columns:repeat(3,1fr);
  gap:12px
}
.k-btn-row {
  justify-content:center
}

}
@media(max-width:640px) {
  .k-trust-inner {
  grid-template-columns:repeat(2,1fr)
}
.k-trust-item:nth-child(2) {
  border-right:none
}

}
@media(max-width:480px) {
  .k-footer-grid {
  grid-template-columns:1fr
}
.k-hero h1 {
  font-size:30px
}

}
