html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  background: #ffffff;
}

body {
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

.kps-home-page {
  width: 100%;
  max-width: 100%;
  position: relative;
  left: auto;
  transform: none;
  overflow-x: hidden;

  --khp-color-primary: #1A1A1A;
  --khp-color-secondary: #2C3539;
  --khp-color-accent: #C5A059;
  --khp-color-accent-hover: #A38449;
  --khp-color-heading-light: #9a9b96;
  --khp-color-text-body: #333333;
  --khp-color-bg-light: #F9F8F6;
  --khp-color-bg-white: #FFFFFF;
  --khp-color-border: #E5E5E5;
  --khp-header-blue: #8E99AA;

  --khp-font-main: 'Montserrat', Helvetica, Arial, sans-serif;
  --khp-spacing-section: 120px;
  --khp-container-width: 1200px;
  --khp-radius: 8px;

  font-family: var(--khp-font-main);
  color: var(--khp-color-text-body);
  line-height: 1.7;
  background-color: var(--khp-color-bg-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.kps-home-page * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.kps-home-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.kps-home-page main a,
.kps-home-page .khp-hero a,
.kps-home-page section a {
  text-decoration: none;
  color: inherit;
}

.kps-home-page .khp-hero h1,
.kps-home-page .khp-hero h2,
.kps-home-page .khp-hero h3,
.kps-home-page .khp-hero h4,
.kps-home-page section h1,
.kps-home-page section h2,
.kps-home-page section h3,
.kps-home-page section h4 {
  font-family: var(--khp-font-main);
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.kps-home-page h2 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  line-height: 1.15;
}

.kps-home-page h3 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.kps-home-page p {
  margin-bottom: 1.5rem;
  font-weight: 400;
  font-size: 1.05rem;
}

.kps-home-page strong {
  font-weight: 600;
  color: var(--khp-color-primary);
}

.kps-home-page em {
  font-style: italic;
}

.khp-eyebrow {
  display: block;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--khp-color-accent);
  font-weight: 600;
  margin-bottom: 15px;
}

.khp-eyebrow-light {
  color: var(--khp-color-bg-white);
  opacity: 0.9;
}

.khp-eyebrow-light-accent {
  color: var(--khp-color-accent);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.khp-container {
  width: 90%;
  max-width: var(--khp-container-width);
  margin: 0 auto;
}

.khp-section-header {
  margin-bottom: 60px;
  text-align: center;
}

.khp-section-header p {
  max-width: 750px;
  margin: 0 auto;
  color: var(--khp-color-text-body);
  font-size: 1.15rem;
}

.khp-split-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.khp-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.khp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 36px;
  font-family: var(--khp-font-main);
  font-size: 0.9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 40px;
}

.khp-btn-primary {
  background-color: var(--khp-color-secondary) !important;
  color: #FFFFFF !important;
}

.khp-btn-primary:hover {
  background-color: var(--khp-color-primary) !important;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  color: #FFFFFF !important;
}

.khp-btn-outline {
  background-color: transparent;
  color: var(--khp-color-bg-white) !important;
  border-color: var(--khp-color-bg-white);
}

.khp-btn-outline:hover {
  background-color: var(--khp-color-bg-white);
  color: var(--khp-color-secondary) !important;
}

.khp-btn-outline-dark {
  background-color: transparent;
  color: var(--khp-color-secondary) !important;
  border-color: var(--khp-color-secondary);
}

.khp-btn-outline-dark:hover {
  background-color: var(--khp-color-secondary);
  color: var(--khp-color-bg-white) !important;
}

.khp-light-heading {
  color: var(--khp-color-bg-white) !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.khp-light-paragraph {
  color: #FFFFFF !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.khp-left-align {
  text-align: left;
  justify-content: flex-start;
}

.khp-center-block {
  text-align: center;
  margin-top: 50px;
}

.khp-center-block-lg {
  text-align: center;
  margin-top: 60px;
}

.khp-top-gap-sm {
  margin-top: 15px;
}

.khp-disclaimer {
  font-size: 12px;
  color: #888;
  margin-top: 15px;
}

.khp-inline-link {
  color: var(--khp-color-accent);
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.khp-inline-link:hover {
  opacity: 0.8;
}

/* HERO */
.khp-hero {
  position: relative;
  color: var(--khp-color-bg-white);
  padding: 220px 0 160px;
  min-height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: #111111;
}

.khp-hero-video,
.khp-hero-overlay {
  position: absolute;
  inset: 0;
}

.khp-hero-video {
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 1;
  background: #111111;
}

.khp-hero-video-el {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.khp-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(to right, rgba(26, 26, 26, 0.65) 0%, rgba(26, 26, 26, 0.2) 100%);
}

.khp-hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
}

.khp-hero h1.seo-h1 {
  color: var(--khp-color-accent);
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
  font-weight: 600;
}

.khp-hero h2.khp-visual-h1 {
  color: var(--khp-color-bg-white);
  font-size: 4.2rem;
  margin-bottom: 20px;
  letter-spacing: -1px;
  font-weight: 500;
  line-height: 1.1;
}

.khp-hero p.khp-lead {
  font-size: 1.35rem;
  color: #FFFFFF;
  margin-bottom: 45px;
  font-weight: 400;
  line-height: 1.6;
}

.khp-hero-actions {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.khp-trust-signals {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #FFFFFF;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  font-weight: 500;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 30px;
}

/* PHILOSOPHY */
.khp-philosophy {
  padding: 100px 0;
  background: linear-gradient(rgba(26, 26, 26, 0.45), rgba(26, 26, 26, 0.6)), url('/assets/images/textures/shutterstock-433037449.jpg') center/cover fixed;
  color: var(--khp-color-bg-white);
  text-align: center;
}

.khp-philosophy p {
  font-size: 1.6rem;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6;
  font-weight: 300;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.khp-philosophy em {
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 400;
}

/* SELECTOR */
.khp-selector {
  padding: var(--khp-spacing-section) 0;
  background-color: var(--khp-color-bg-white);
}

.khp-selector-wrapper {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

.khp-selector-wrapper::before {
  content: '';
  position: absolute;
  top: 15%;
  bottom: -30px;
  left: -40px;
  right: -40px;
  background: url('/assets/images/textures/shutterstock-2479012867.jpg') center/cover;
  border-radius: var(--khp-radius);
  z-index: 0;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.khp-selector-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  position: relative;
  z-index: 1;
}

.khp-cat-card {
  position: relative;
  aspect-ratio: 4 / 7;
  overflow: hidden;
  border-radius: var(--khp-radius);
  display: block;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}

.khp-cat-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.8s ease;
}

.khp-cat-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  transition: background 0.4s ease;
  display: block;
  padding: 30px;
  text-align: center;
}

.khp-cat-card:hover .khp-cat-bg,
.khp-cat-card:focus-within .khp-cat-bg {
  transform: scale(1.08);
}

.khp-cat-card:hover .khp-cat-overlay,
.khp-cat-card:focus-within .khp-cat-overlay {
  background: rgba(0, 0, 0, 0.75);
}

.khp-cat-title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: 0;
  color: #FFFFFF !important;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.4s ease;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  line-height: 1.05;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  width: 100%;
  padding: 0 12px;
  word-wrap: break-word;
}

.khp-cat-list {
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  list-style: none;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.4s ease;
}

.khp-cat-card:hover .khp-cat-title,
.khp-cat-card:focus-within .khp-cat-title {
  top: 22%;
  transform: translateY(-50%);
}

.khp-cat-card:hover .khp-cat-list,
.khp-cat-card:focus-within .khp-cat-list {
  opacity: 1;
  transform: translateY(0);
}

.khp-cat-list li a {
  color: #E0E0E0;
  font-size: 0.95rem;
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
  transition: color 0.3s;
}

.khp-cat-list li a:hover {
  color: var(--khp-color-accent);
  text-decoration: underline;
}

/* DIFFERENCE */
.khp-difference {
  padding: var(--khp-spacing-section) 0;
  background: linear-gradient(rgba(26, 26, 26, 0.45), rgba(26, 26, 26, 0.6)), url('/assets/images/textures/shutterstock-433037449.jpg') center/cover fixed;
  color: var(--khp-color-bg-white);
}

.khp-diff-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 50px 40px;
  border-radius: var(--khp-radius);
  backdrop-filter: blur(15px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.khp-diff-card h4 {
  color: var(--khp-color-bg-white);
  font-weight: 500;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.khp-diff-card p {
  color: #F5F5F5;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}

.khp-diff-icon {
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--khp-color-accent);
}

.khp-diff-icon::after {
  content: '';
  width: 14px;
  height: 14px;
  background: var(--khp-color-accent);
  border-radius: 2px;
  transform: rotate(45deg);
}

.khp-accreditations {
  margin-top: 60px;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 35px;
}

.khp-logo-img {
  max-height: 55px;
  max-width: 110px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease, opacity 0.3s ease;
  filter: grayscale(1) invert(1) brightness(2);
  mix-blend-mode: screen;
  opacity: 0.8;
}

.khp-logo-img:hover {
  transform: scale(1.05);
  opacity: 1;
}

/* GALLERY */
.khp-gallery {
  padding: var(--khp-spacing-section) 0;
  background-color: var(--khp-color-bg-white);
}

.khp-masonry {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}

.khp-masonry-img {
  width: 100%;
  aspect-ratio: 3 / 4;
  background-color: #f0f0f0;
  border-radius: var(--khp-radius);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  color: #888;
  font-size: 0.9rem;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  transition: all 0.4s ease;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

.khp-masonry-img:focus-visible {
  outline: 2px solid var(--khp-color-accent);
  outline-offset: 4px;
}

.khp-masonry-img:nth-child(odd):focus-visible {
  transform: scale(1.03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.khp-masonry-img:nth-child(even):focus-visible {
  transform: translateY(30px) scale(1.03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.khp-masonry-img:nth-child(odd):hover {
  transform: scale(1.03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.khp-masonry-img:nth-child(even) {
  transform: translateY(30px);
}

.khp-masonry-img:nth-child(even):hover {
  transform: translateY(30px) scale(1.03);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.khp-lightbox {
  display: none;
  position: fixed;
  z-index: 100000;
  inset: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.khp-lightbox-img {
  max-width: 90vw;
  max-height: 85vh;
  border-radius: var(--khp-radius);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  object-fit: contain;
  transform: scale(0.95);
  transition: transform 0.3s ease;
}

.khp-lightbox-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 50px;
  font-weight: 300;
  cursor: pointer;
  transition: color 0.3s;
  z-index: 100001;
  line-height: 1;
}

.khp-lightbox-close:hover {
  color: var(--khp-color-accent);
}

/* STORIES */
.khp-stories {
  padding: 120px 0;
  background: linear-gradient(rgba(18, 18, 18, 0.4), rgba(18, 18, 18, 0.55)), url('/assets/images/textures/shutterstock-2479012867.jpg') center/cover fixed;
  color: var(--khp-color-bg-white);
}

.khp-story-card {
  background: rgba(26, 26, 26, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px;
  border-radius: var(--khp-radius);
  backdrop-filter: blur(10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

.khp-story-quote {
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.8;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.khp-story-author {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--khp-color-accent);
  font-weight: 600;
}

.khp-trust-badges {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 60px;
  color: #FFFFFF;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

/* FEATURED */
.khp-featured {
  padding: 120px 0;
  background: linear-gradient(rgba(18, 18, 18, 0.45), rgba(18, 18, 18, 0.6)), url('/assets/images/textures/bg-black-masthead.jpg') center/cover;
  color: var(--khp-color-bg-white);
}

.khp-featured-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  margin-bottom: 80px;
}

.khp-featured-item:last-child {
  margin-bottom: 0;
}

.khp-featured-img {
  width: 100%;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  border-radius: var(--khp-radius);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

.khp-featured-text h3 {
  color: var(--khp-color-bg-white);
  font-size: 2.2rem;
  font-weight: 400;
}

.khp-featured-text p {
  color: #E0E0E0;
}

.khp-featured-text ul {
  list-style: none;
  margin-bottom: 30px;
}

.khp-featured-text li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  color: #D0D0D0;
  font-weight: 300;
}

.khp-featured-text li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--khp-color-accent);
  font-size: 1.5rem;
  line-height: 1;
}

.khp-featured-item.reverse .khp-featured-img-wrap {
  order: 2;
}

.khp-featured-item.reverse .khp-featured-text {
  order: 1;
}

/* SURGEON */
.khp-surgeon {
  padding: var(--khp-spacing-section) 0;
  background-color: var(--khp-color-bg-white);
}

.khp-surgeon .khp-split-layout {
  grid-template-columns: 6fr 5fr;
  gap: 100px;
}

.khp-surgeon-img {
  position: relative;
  padding-left: 20px;
  padding-bottom: 20px;
}

.khp-surgeon-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 90%;
  background: url('/assets/images/textures/shutterstock-2479012867.jpg') center/cover;
  border-radius: var(--khp-radius);
  z-index: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.khp-surgeon-img .khp-image-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: var(--khp-radius);
  background-image: url('/assets/images/doctors/dr-sameer-kapadia-double-board-certified-plastic-surgeon.png');
  background-size: cover;
  background-position: top center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.khp-credentials-bar {
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--khp-color-secondary);
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
}

/* BLOG */
.khp-blog {
  padding: var(--khp-spacing-section) 0;
  background-color: var(--khp-color-bg-light);
}

.khp-blog-card {
  background: var(--khp-color-bg-white);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(229, 229, 229, 0.9);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.khp-blog-card:hover,
.khp-blog-card:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.06);
}

.khp-blog-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.khp-blog-img-wrap {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: #f0f0f0;
}

.khp-blog-img-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.khp-blog-content {
  padding: 30px;
}

.khp-blog-category {
  display: block;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--khp-color-accent);
  font-weight: 700;
  margin-bottom: 10px;
}

.khp-blog-content h4 {
  font-size: 1.18rem;
  line-height: 1.25;
  margin-bottom: 10px;
  color: var(--khp-color-secondary);
}

.khp-blog-date {
  margin-bottom: 12px;
  font-size: 0.82rem !important;
  font-style: italic;
  color: #7a746b;
}

.khp-blog-excerpt {
  margin-bottom: 18px;
  font-size: 0.96rem !important;
  line-height: 1.65;
  color: #565149;
}

.khp-home-blog-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: #6d675e;
}

/* FAQ */
.khp-faq {
  padding: var(--khp-spacing-section) 0;
  background-color: var(--khp-color-bg-white);
}

.khp-faq-container {
  max-width: 850px;
  margin: 0 auto;
}

.khp-faq-item {
  border-bottom: 1px solid var(--khp-color-border);
}

.khp-faq-item:first-child {
  border-top: 1px solid var(--khp-color-border);
}

.khp-faq-item summary {
  padding: 30px 0;
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--khp-color-secondary);
  cursor: pointer;
  list-style: none;
  position: relative;
  padding-right: 50px;
}

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

.khp-faq-item summary::after {
  content: '+';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.8rem;
  color: var(--khp-color-accent);
  font-weight: 400;
}

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

.khp-faq-content {
  padding: 0 0 30px 0;
  font-weight: 400;
  font-size: 1.05rem;
  color: var(--khp-color-text-body);
}

/* PATH */
.khp-path {
  padding: var(--khp-spacing-section) 0;
  background-color: var(--khp-color-bg-light);
}

.khp-step-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  position: relative;
}

.khp-step-wrapper::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 100px;
  right: 100px;
  height: 1px;
  background: var(--khp-color-border);
  z-index: 1;
}

.khp-step {
  position: relative;
  z-index: 2;
  text-align: center;
}

.khp-step-num {
  width: 50px;
  height: 50px;
  background: var(--khp-color-bg-white);
  border: 1px solid var(--khp-color-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  color: var(--khp-color-accent);
  font-family: var(--khp-font-main);
  font-weight: 600;
  font-size: 1.1rem;
}

/* FINANCING */
.khp-financing {
  padding: 100px 0;
  background: linear-gradient(rgba(18, 18, 18, 0.4), rgba(18, 18, 18, 0.55)), url('/assets/images/textures/shutterstock-2479012867.jpg') center/cover fixed;
  text-align: center;
  color: var(--khp-color-bg-white);
}

.khp-financing-copy {
  max-width: 700px;
  margin: 0 auto 30px !important;
}

.khp-financing-link {
  color: var(--khp-color-bg-white);
  font-weight: 600;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid white;
  padding-bottom: 2px;
}

.khp-financing-link:hover {
  opacity: 0.85;
}

.khp-finance-logos {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 30px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

/* LOCATIONS */
.khp-locations {
  padding: var(--khp-spacing-section) 0;
  background-color: var(--khp-color-bg-white);
}

.khp-map-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-top: 60px;
}

.khp-map-card {
  padding: 40px;
  border: 1px solid var(--khp-color-border);
  border-radius: var(--khp-radius);
  background: var(--khp-color-bg-light);
}

.khp-map-wrapper {
  width: 100%;
  height: 250px;
  background-color: #E0E0E0;
  border-radius: var(--khp-radius);
  overflow: hidden;
  margin-top: 25px;
}

.khp-map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* MOBILE STICKY */
.khp-mobile-sticky-cta {
  display: none;
}

/* TABLET */
@media (max-width: 992px) {
  .kps-home-page {
    --khp-spacing-section: 90px;
  }

  .kps-home-page h2 {
    font-size: 2.35rem;
  }

  .khp-split-layout,
  .khp-grid-3,
  .khp-map-grid,
  .khp-step-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .khp-featured-item {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .khp-featured-item.reverse .khp-featured-img-wrap {
    order: 1;
  }

  .khp-featured-item.reverse .khp-featured-text {
    order: 2;
  }

  .khp-surgeon .khp-split-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .khp-surgeon-text {
    order: 2;
  }

  .khp-surgeon-img {
    order: 1;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .khp-step-wrapper::before {
    display: none;
  }

  .khp-selector-wrapper::before {
    left: -15px;
    right: -15px;
    top: 8%;
    bottom: -15px;
  }

  .khp-selector-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .khp-masonry {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .khp-masonry-img:nth-child(even) {
    transform: none;
  }

  .khp-masonry-img:nth-child(even):hover {
    transform: scale(1.03);
  }

  .khp-trust-badges {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .khp-diff-card,
  .khp-story-card,
  .khp-map-card {
    padding: 32px 26px;
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .kps-home-page {
    --khp-spacing-section: 80px;
  }

  .khp-blog-content {
    padding: 24px 18px;
  }

  .khp-blog-content h4 {
    font-size: 1.08rem;
  }

  .kps-home-page h2 {
    font-size: 2rem;
    line-height: 1.1;
  }

  .kps-home-page p {
    font-size: 1rem;
  }

  .khp-section-header {
    margin-bottom: 40px;
  }

  .khp-section-header p {
    font-size: 1rem;
  }

  .khp-hero {
    padding: 140px 0 90px;
    min-height: auto;
  }

  .khp-hero h1.seo-h1 {
    font-size: 0.85rem;
    letter-spacing: 2px;
  }

  .khp-hero h2.khp-visual-h1 {
    font-size: 2.4rem;
    line-height: 1.08;
  }

  .khp-hero p.khp-lead {
    font-size: 1.05rem;
    margin-bottom: 30px;
  }

  .khp-hero-actions {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 28px;
  }

  .khp-hero-actions .khp-btn {
    width: 100%;
  }

  .khp-trust-signals {
    gap: 12px;
    font-size: 0.72rem;
    letter-spacing: 1px;
    padding-top: 18px;
  }

  .khp-philosophy,
  .khp-difference,
  .khp-stories,
  .khp-financing {
    background-attachment: scroll;
  }

  .khp-philosophy p {
    font-size: 1.25rem;
  }

  .khp-diff-card,
  .khp-story-card,
  .khp-map-card,
  .khp-blog-content {
    padding: 26px 20px;
  }

  .khp-story-quote {
    font-size: 1rem;
    line-height: 1.65;
  }

  .khp-accreditations {
    gap: 20px;
    padding: 10px 0;
  }

  .khp-logo-img {
    max-height: 40px;
    max-width: 82px;
  }

  .khp-masonry {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }

  .khp-masonry-img {
    padding: 0;
  }

  .khp-selector-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .khp-cat-card {
    aspect-ratio: 4 / 7;
    min-height: 0;
  }

  .khp-cat-overlay {
    padding: 30px 24px;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
  }

  .khp-cat-title {
    top: 24%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    font-size: 1.95rem;
    letter-spacing: 1.1px;
    line-height: 1.05;
    padding: 0 16px;
    text-align: center;
  }

  .khp-cat-list {
    display: block;
    opacity: 1;
    transform: none;
    top: 39%;
    left: 0;
    right: 0;
    padding: 0 20px;
  }

  .khp-cat-list li a {
    margin-bottom: 12px;
    font-size: 1rem;
    line-height: 1.35;
    color: #E8E8E8;
  }

  .khp-cat-list li:last-child a {
    margin-bottom: 0;
  }

  .khp-cat-card:hover .khp-cat-title {
    top: 24%;
    transform: translateY(-50%);
  }

  .khp-cat-card:hover .khp-cat-list {
    opacity: 1;
    transform: none;
  }

  .khp-cat-card:hover .khp-cat-overlay {
    background: rgba(0, 0, 0, 0.38);
  }

  .khp-cat-card:hover .khp-cat-bg {
    transform: none;
  }
}

@media (max-width: 560px) {
  .kps-home-page h2 {
    font-size: 1.7rem;
  }

  .khp-hero h2.khp-visual-h1 {
    font-size: 2rem;
  }

  .khp-btn {
    padding: 14px 24px;
    font-size: 0.82rem;
  }

  .khp-cat-card {
    aspect-ratio: 4 / 7.2;
  }

  .khp-cat-title {
    font-size: 1.7rem;
    top: 23%;
  }

  .khp-cat-list {
    top: 37%;
    padding: 0 18px;
  }

  .khp-cat-list li a {
    font-size: 0.94rem;
    margin-bottom: 11px;
  }
}