:root {
  --kc-accent: #ff6b3d;
  --kc-ink: #eaf0ff;
  --kc-bg-deep: #0d1730;
  --kc-bg-mid: #132247;
  --kc-title: #19233c;
  --kc-text: #2f3b4e;
}

/* Material Icons baseline per Google guidance */
.material-icons {
  font-family: 'Material Icons' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: 'liga';
}

.kc-page { background: transparent; }

.kc-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(155deg, var(--kc-bg-deep) 0%, #111f3f 52%, var(--kc-bg-mid) 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.kc-hero:before,
.kc-hero:after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.kc-hero:before {
  width: 320px;
  height: 320px;
  right: -120px;
  top: -120px;
  background: radial-gradient(circle, rgba(255, 107, 61, 0.35) 0%, rgba(255, 107, 61, 0) 70%);
}

.kc-hero:after {
  width: 260px;
  height: 260px;
  left: -90px;
  bottom: -120px;
  background: radial-gradient(circle, rgba(84, 131, 255, 0.3) 0%, rgba(84, 131, 255, 0) 72%);
}

.kc-eyebrow {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.2rem 0.55rem;
  border: 1px solid rgba(255, 107, 61, 0.58);
  background: rgba(255, 107, 61, 0.15);
  color: #ffd8c6;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.kc-hero-title {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1.08;
  font-weight: 900;
  font-size: 3rem;
  margin-bottom: 1rem;
}

.kc-hero .lead {
  color: var(--kc-ink);
  max-width: 620px;
  font-size: 1rem;
}

.kc-hero .badge-light {
  background: rgba(255, 255, 255, 0.12);
  color: #e9f0ff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-weight: 500;
  padding: 0.42rem 0.62rem;
  margin: 0.15rem 0.2rem;
}

.kc-hero-media {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0.6rem;
}

.kc-hero-media img {
  display: block;
  width: 100%;
  max-height: 280px;
  object-fit: cover;
}

#breadcrumbs .breadcrumb { margin-bottom: 0.6rem; }

.kc-main-shell { background: #eef2f7; }

.kc-article-panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.kc-article {
  max-width: 100%;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--kc-text);
}

.kc-article > h1:first-child { display: none; }

.kc-band {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 2.2rem 0;
}

.kc-band-inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 1.2rem;
}

.kc-band:after {
  content: "";
  display: block;
  clear: both;
}

.kc-band h2,
.kc-band h3,
.kc-band h4 {
  letter-spacing: -0.01em;
  margin-top: 0;
  margin-bottom: 0.8rem;
}

.kc-band h2 {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.2;
}

.kc-band h3 {
  filter: brightness(0.8);
}

.kc-section-subheader {
  margin: 0 0 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.kc-subheader-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
}

.kc-subheader-icon {
  font-size: 0.95rem;
  line-height: 1;
}

.kc-heading-with-icon {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
}

.kc-header-icon {
  font-size: 2rem !important;
  line-height: 1;
}

.kc-band p,
.kc-band table,
.kc-band blockquote {
  margin-bottom: 0.95rem;
}

.kc-band blockquote {
  border-left: 4px solid var(--kc-accent);
  padding: 0.9rem 1rem;
  border-radius: 12px;
}

.kc-band .alert.alert-primary.kc-tip-box {
  border-radius: 12px;
  border: 1px solid rgba(24, 44, 90, 0.16);
  background: #f5f7fb;
  color: #2f3b4e;
  padding: 1.2rem 1.25rem 1.05rem;
}

.kc-tip-layout {
  margin: 0;
}

.kc-tip-icon-col {
  padding-top: 0.1rem;
}

.kc-tip-content {
  min-width: 0;
}

.kc-band .alert.alert-primary.kc-tip-box a {
  color: #1d5cd8;
}

.kc-tip-head {
  display: block;
  margin-bottom: 0.2rem;
}

.kc-tip-icon {
  font-size: 1.2rem;
  line-height: 1;
  color: #1d5cd8;
  filter: brightness(0.8);
}

.kc-tip-title {
  font-size: 1.4rem;
  line-height: 1.05;
  font-weight: 700;
  color: #1f2a44;
  letter-spacing: -0.01em;
  filter: brightness(0.8);
}

.kc-tip-copy {
  margin: 0.05rem 0 0;
  font-size: 0.96rem;
  line-height: 1.55;
}

.kc-tip-copy + .kc-tip-copy {
  margin-top: 0.35rem;
}

.kc-band-dark .alert.alert-primary.kc-tip-box {
  background: rgba(5, 11, 22, 0.78);
  border-color: rgba(255, 255, 255, 0.16);
  color: #c4cde3;
}

.kc-band-dark .alert.alert-primary.kc-tip-box a {
  color: #9cc0ff;
}

.kc-band-dark .kc-tip-title {
  color: #eef3ff;
}

.kc-band-dark .kc-tip-icon {
  color: #2a86ff;
}

.kc-band blockquote > :first-child { margin-top: 0; }
.kc-band blockquote > :last-child { margin-bottom: 0; }

.kc-band img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 520px;
  object-fit: cover;
  float: none;
  margin: 0.65rem 0 1rem;
  border: 1px solid rgba(16, 30, 58, 0.12);
  border-radius: 10px;
  background: #e9edf4;
}

.kc-section-image {
  margin: 0.55rem 0 1.05rem;
}

.kc-image-divider {
  margin-top: 0.75rem;
  margin-bottom: 1.15rem;
}

.kc-image-divider img {
  width: 100%;
  max-width: 100%;
  max-height: 250px;
}

.kc-image-wrap {
  margin-top: 0.2rem;
}

.kc-image-wrap img {
  width: 66.6667%;
  max-width: 66.6667%;
  max-height: 420px;
}

.kc-image-wrap-right img {
  float: right;
  margin: 0.3rem 0 0.9rem 1.15rem;
}

.kc-image-wrap-left img {
  float: left;
  margin: 0.3rem 1.15rem 0.9rem 0;
}

.kc-image-feature {
  margin: 0.4rem 0 1rem;
}

.kc-image-feature img {
  width: 100%;
  max-width: 100%;
  max-height: 300px;
}

.kc-feature-row {
  margin-top: 0.55rem;
}

.kc-band hr {
  border: 0;
  border-top: 1px solid rgba(22, 38, 74, 0.18);
  margin: 1.35rem 0;
}

.kc-band table { width: 100%; }

.kc-band table th,
.kc-band table td {
  padding: 0.55rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  vertical-align: top;
}

.kc-band table thead th { border-bottom: 2px solid rgba(0, 0, 0, 0.14); }
.kc-band table tbody tr:nth-child(odd) { background: rgba(0, 0, 0, 0.02); }

.kc-band-white { background: #ffffff; color: #2f3b4e; }
.kc-band-white h2, .kc-band-white h3, .kc-band-white h4 { color: #19233c; }
.kc-band-white blockquote { background: #fdf7f4; border: 1px solid rgba(255, 107, 61, 0.25); }
.kc-band-white blockquote.kc-summary-inline,
.kc-band-white .kc-summary-card blockquote {
  background: transparent;
  border: 0;
}

.kc-band-gray { background: #eef2f7; color: #344159; }
.kc-band-gray h2, .kc-band-gray h3, .kc-band-gray h4 { color: #1f2a44; }
.kc-band-gray blockquote { background: #f7f9fd; border: 1px solid rgba(26, 44, 90, 0.18); }

.kc-band-dark { background: linear-gradient(150deg, #0d1730 0%, #132246 100%); color: #dbe5ff; }
.kc-band-dark h2, .kc-band-dark h3, .kc-band-dark h4 { color: #ffffff; }
.kc-band-dark a { color: #9cc0ff; }
.kc-band-dark .kc-section-subheader { color: #ff9878; }
.kc-band-dark blockquote { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.18); }
.kc-band-dark table th, .kc-band-dark table td { border-color: rgba(255, 255, 255, 0.2); }
.kc-band-dark table thead th { border-bottom-color: rgba(255, 255, 255, 0.34); }
.kc-band-dark table tbody tr:nth-child(odd) { background: rgba(255, 255, 255, 0.04); }

.kc-first-band-layout {
  margin-top: 0.25rem;
}

.kc-summary-card,
.kc-summary-inline {
  border: 1px solid rgba(24, 44, 90, 0.16);
  border-radius: 12px;
  background: #f5f7fb;
  padding: 1.25rem 1.25rem 1rem;
  margin-bottom: 1rem;
}

.kc-band-white .kc-summary-inline {
  background: #f5f7fb;
  border: 1px solid rgba(24, 44, 90, 0.16);
}

.kc-summary-card blockquote,
.kc-summary-inline blockquote {
  margin: 0;
  border: 0;
  padding: 0;
  background: transparent;
}

.kc-summary-card h2,
.kc-summary-card h3,
.kc-summary-card h4,
.kc-summary-inline h2,
.kc-summary-inline h3,
.kc-summary-inline h4 {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 1.25rem;
  text-transform: none;
  color: #135dc9;
  letter-spacing: 0.01em;
  margin: 0 0 0.9rem;
}

.kc-summary-card h2 .material-icons,
.kc-summary-card h3 .material-icons,
.kc-summary-card h4 .material-icons,
.kc-summary-inline h2 .material-icons,
.kc-summary-inline h3 .material-icons,
.kc-summary-inline h4 .material-icons {
  font-size: 1.05rem;
}

.kc-summary-card p,
.kc-summary-inline p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  white-space: normal;
}

.kc-summary-card .kc-summary-label,
.kc-summary-inline .kc-summary-label {
  display: block;
  margin-top: 0.85rem;
  margin-bottom: 0.25rem;
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(25, 35, 60, 0.65);
}

.kc-summary-card .kc-summary-label:not(:first-of-type),
.kc-summary-inline .kc-summary-label:not(:first-of-type) {
  border-top: 1px solid rgba(24, 44, 90, 0.1);
  padding-top: 0.8rem;
}

.kc-summary-card p br,
.kc-summary-inline p br {
  display: block;
  content: "";
  margin-bottom: 0.3rem;
}

.kc-list-cards,
.kc-list-steps {
  margin: 0.95rem 0 1.15rem;
  padding: 0;
}

.kc-list-cards { list-style: none; }
.kc-list-cards > li { list-style: none; padding: 0; }

.kc-card-item {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  align-items: center;
  text-align: center;
  padding: 1.05rem 1rem;
  font-size: 0.96rem;
  line-height: 1.55;
  border-radius: 12px;
  min-height: 100%;
}

.kc-card-icon {
  font-size: 1rem;
  line-height: 1;
  padding: 0.62rem;
  border-radius: 50%;
  flex: 0 0 auto;
}

.kc-band-white .kc-card-icon,
.kc-band-gray .kc-card-icon {
  color: #1d5cd8;
  background: rgba(29, 92, 216, 0.1);
}

.kc-band-dark .kc-card-icon {
  color: #ffd5c7;
  background: rgba(255, 107, 61, 0.2);
}

.kc-card-content {
  display: block;
  flex: 1 1 auto;
  width: 100%;
}

.kc-card-content strong {
  display: block;
  font-size: 1.02rem;
  margin-bottom: 0.22rem;
}

.kc-card-content em {
  display: block;
  font-size: 0.86rem;
  color: #1d5cd8;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 0.18rem;
}

.kc-band-dark .kc-card-content em {
  color: #8ec0ff;
}

.kc-band-white .kc-card-item,
.kc-band-gray .kc-card-item {
  background: #f8fafd;
  border: 1px solid rgba(22, 38, 74, 0.16);
}

.kc-band-dark .kc-card-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #e5edff;
}

.kc-list-steps {
  list-style: none;
  display: grid;
  gap: 0;
  margin-top: 0.2rem;
}

.kc-band p + ul.kc-list-steps,
.kc-band p + ol.kc-list-steps {
  margin-top: -0.25rem;
}

.kc-list-steps > li {
  position: relative;
  list-style: none;
  padding: 0.2rem 0.1rem 0.22rem 2.35rem;
  min-height: 0;
}

ol.kc-list-steps > li {
  padding-left: 2.7rem;
}

.kc-list-steps > li:before {
  content: "";
  position: absolute;
  left: 0.88rem;
  top: 0.55rem;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 50%;
  background: var(--kc-accent);
}

.kc-list-steps > li:after {
  content: "";
  position: absolute;
  left: 1.52rem;
  top: 1.95rem;
  bottom: -0.9rem;
  width: 1px;
  background: rgba(255, 107, 61, 0.48);
}

.kc-list-steps > li:last-child:after { display: none; }

ul.kc-list-steps > li:before {
  display: none;
}

ul.kc-list-steps > li:after {
  display: none;
}

.kc-step-list-icon {
  position: absolute;
  left: 0.45rem;
  top: 0.28rem;
  color: var(--kc-accent);
  font-size: 16px;
  line-height: 1;
}

ol.kc-list-steps { counter-reset: kc-step; }
ol.kc-list-steps > li:before {
  counter-increment: kc-step;
  content: counter(kc-step);
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.35rem;
  text-align: center;
  font-weight: 700;
}

.kc-band-final {
  background: #eef2f7;
}

.kc-band-final .kc-band-inner {
  max-width: 1140px;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}

.kc-band-final blockquote {
  background: #f3f5f8;
  border: 2px solid rgba(35, 98, 210, 0.55);
  border-radius: 12px;
  padding: 2.35rem 2.2rem 2.2rem;
  margin: 2.4rem 1.5rem 1.5rem;
  text-align: center;
  position: relative;
  box-shadow: 0 0.35rem 1rem rgba(16, 30, 58, 0.12);
}

.kc-final-card:after {
  content: "mail_outline";
  font-family: 'Material Icons';
  position: absolute;
  right: 1.4rem;
  top: 1.2rem;
  font-size: 3.4rem;
  color: rgba(24, 44, 90, 0.08);
}

.kc-band-final h2,
.kc-band-final h3,
.kc-band-final h4 { color: #14284e; }

.kc-band-final h2 {
  font-size: 1.5rem;
}

.kc-final-title {
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.05rem;
  font-weight: 800;
  line-height: 1.12;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.kc-final-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.78rem;
  line-height: 1;
  margin: 0 0 1.15rem;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  background: #0f61c9;
  color: #fff;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.01em;
}

.kc-final-badge-icon {
  font-size: 0.92rem;
  color: #fff;
  margin-bottom: 0.1rem;
}

.kc-final-steps {
  list-style: none;
  padding: 1.5rem 0;
  margin: 1.5rem auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  max-width: 980px;
}

.kc-final-step {
  list-style: none;
  background: #e9edf3;
  border: 1px solid rgba(24, 44, 90, 0.04);
  border-radius: 8px;
  padding: 0.82rem 0.86rem;
  text-align: left;
}

.kc-final-step-label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(20, 40, 78, 0.56);
  font-weight: 700;
}

.kc-final-cta {
  display: inline-block;
  margin: 0.35rem 0 1.05rem;
  padding: 1.15rem 2.9rem;
  background: #135dc9;
  color: #ffffff !important;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  min-width: 430px;
  box-shadow: 0 0.35rem 0.9rem rgba(19, 93, 201, 0.26);
}

.kc-final-intro {
  display: none;
}

.kc-final-copy {
  margin-top: 0.3rem;
  margin-bottom: 0;
  color: rgba(20, 40, 78, 0.62);
  font-size: 0.9rem;
}

.kc-hl {
  font-weight: 700;
  padding: 0 0.04em;
}

.kc-hl-orange { color: #ea5b2f; }
.kc-hl-blue { color: #1f63dc; }
.kc-hl-green { color: #198754; }
.kc-hl-red { color: #c0392b; }

.kc-related-card {
  border: 1px solid rgba(16, 30, 58, 0.12);
  box-shadow: 0 0.5rem 1.2rem rgba(15, 23, 42, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.kc-related-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 0.8rem 1.45rem rgba(15, 23, 42, 0.14);
}

.kc-related-thumb {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 135px;
  object-fit: cover;
  float: none !important;
  margin: 0 !important;
}

@media (max-width: 991px) {
  .kc-hero-title { font-size: 2.35rem; }
}

@media (max-width: 767px) {
  .kc-band { padding: 1.4rem 0; }
  .kc-band h2 { font-size: 1.55rem; }
  .kc-band-inner { padding: 0 0.9rem; }
  .kc-band img { margin: 0.6rem 0; }
  .kc-image-wrap img,
  .kc-image-wrap-right img,
  .kc-image-wrap-left img {
    width: 100%;
    max-width: 100%;
    float: none;
    margin: 0.45rem 0 0.85rem;
  }
  .kc-image-feature img,
  .kc-image-divider img {
    max-height: 260px;
  }
  .kc-final-steps { grid-template-columns: 1fr; }
  .kc-final-title {
    font-size: 2.15rem;
    max-width: 100%;
  }
  .kc-final-card:after {
    font-size: 2.5rem;
    right: 0.8rem;
    top: 0.6rem;
  }
  .kc-summary-card {
    margin-bottom: 1.25rem;
  }
}

@media (max-width: 576px) {
  .kc-article { font-size: 1rem; line-height: 1.68; }
  .kc-hero { display: none; }
  .kc-final-cta { min-width: auto; width: 100%; }
  .kc-band-final blockquote {
    padding: 1.2rem 1rem;
    margin: 0.75rem;
  }
}
