@charset "UTF-8";
/* =========================================================
   Legacy compatibility rules retained from the retired TechXen theme.
   These are only the shared behaviors still relied on by current markup.
   ========================================================= */

@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

:root {
  --ztc-text-text-1: #0D0E10;
  --ztc-text-text-2: #fff;
  --ztc-text-pera-text-2: #D2D1D5;
  --ztc-bg-main-bg-4: #c3272f;
  --ztc-bg-color-w: #fff;
  --f-fw-regular: 400;
  --f-fw-semibold: 600;
  --f-fw-blod: 700;
  --f-fs-font-fs16: 16px;
  --f-fs-font-fs18: 18px;
  --f-fs-font-fs24: 24px;
  --f-fs-font-fs28: 28px;
  --f-fs-font-fs32: 32px;
  --f-fs-font-fs40: 40px;
  --f-fs-font-fs44: 44px;
  --f-fs-font-fs48: 48px;
  --f-fs-font-fs52: 52px;
  --f-fs-font-fs64: 64px;
  --f-fs-font-fs74: 74px;
  --krs-red: #c3272f;
  --krs-red-hover: #d3313a;
  --krs-red-rgb: 195, 39, 47;
}

html { overflow-x: hidden; }
body { font-family: "Figtree", sans-serif; font-size: var(--f-fs-font-fs16); }
* { margin: 0; padding: 0; box-sizing: border-box; }
input, textarea, select, option { max-width: 100%; }
h1, h2, h3, h4, h5, h6, ul, p { padding: 0; margin: 0; }
ul { list-style: none; }
img { max-width: 100%; max-height: 100%; }
a, a:hover, a:focus { outline: none; text-decoration: none; }

body.body {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  overflow-x: hidden;
  z-index: -33;
  position: relative;
}

.sp { padding: 100px 0; }
.space16 { height: 16px; }
.space20 { height: 20px; }
.space50 { height: 50px; }
.space70 { height: 70px; }
._relative { position: relative; }

@media (max-width: 768px) { .sp { padding: 50px 0; } }
@media (max-width: 767px) {
  .space20 { height: 10px; }
  .space50 { height: 25px; }
  .space70 { height: 35px !important; }
}

.theme-btn2 {
  display: inline-block;
  color: var(--ztc-text-text-1);
  font-size: var(--f-fs-font-fs18);
  line-height: var(--f-fs-font-fs18);
  font-weight: var(--f-fw-blod);
  padding: 16px 20px;
  border-radius: 7px;
  background-color: var(--ztc-bg-color-w);
  transition: all 0.4s;
  border: none;
  position: relative;
  z-index: 2;
}

.theme-btn2::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--krs-red);
  border-radius: 7px;
  z-index: -1;
  transform: rotateY(90deg);
  transition: all 0.4s;
  animation-timing-function: linear;
}

.theme-btn2:hover { color: var(--ztc-text-text-2); transition: all 0.4s; transform: translateY(-5px); }
.theme-btn2:hover::after { transform: rotateY(0deg); transition: all 0.4s; animation-timing-function: linear; }

.header-area { padding: 12px 0; position: absolute; background: transparent; width: 100%; z-index: 99; }
.site-logo { height: auto; display: flex; align-items: center; }
.site-logo a { display: inline-block; position: relative; z-index: 9; }
.header-area .header-elements { display: flex; align-items: center; justify-content: space-between; }
.main-menu-ex li { display: inline-block; position: relative; z-index: 9; }
.main-menu-ex li li { display: block; }
.main-menu-ex li > ul { opacity: 0; visibility: hidden; top: 60px; right: 0; transition: all 0.3s; transform: translateY(20px) rotateX(45deg); }
.main-menu-ex li:hover > ul { visibility: visible; opacity: 1; top: 50px; transition: all 0.3s; z-index: 99; transform: translateY(0); }
.header-area.header-area2 { background-color: transparent; border-bottom: 1px solid #2F3036; }
.header-area.header-area2 .header-elements .main-menu-ex { padding: 2px 24px; position: relative; }
.header-area.header-area2 .header-elements .main-menu-ex ul li a { color: var(--ztc-text-pera-text-2); font-size: 18px; display: block; font-weight: 400; padding: 8px 15px; transition: all 0.3s; }
.header-area.header-area2 .header-elements .main-menu-ex ul li a:hover { color: var(--ztc-bg-color-w); }
.header-area.header-area2 .header2-buttons { display: flex; align-items: center; }

@keyframes fade-in-down {
  0% { transform: translate3d(0, -50px, 0); }
  100% { opacity: 1; transform: none; }
}

.header-area.header-area2.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transform: translate3d(0, 0, 0);
  animation-name: fade-in-down;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  background-color: #020001;
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  box-shadow: rgba(0, 0, 0, 0.068) 0 20px 30px;
  transition: all 0.3s ease-in-out;
  z-index: 999;
  border-bottom: none;
}

@media (min-width: 992px) { .home-page .home-hero h1 { max-width: 600px !important; } }

.common-hero { min-height: 400px; display: flex; padding-top: 90px; align-items: center; position: relative; z-index: -2; overflow: hidden; }
.common-hero .main-heading h1 { font-size: var(--f-fs-font-fs64); line-height: var(--f-fs-font-fs74); font-weight: var(--f-fw-blod); color: var(--ztc-text-text-2); }
.heading1 h2 { font-size: var(--f-fs-font-fs44); line-height: var(--f-fs-font-fs52); font-weight: var(--f-fw-semibold); color: var(--ztc-text-text-2); }
.heading1 p, .heading2 p { font-size: var(--f-fs-font-fs16); line-height: var(--f-fs-font-fs28); font-weight: var(--f-fw-regular); color: var(--ztc-text-pera-text-2); transition: all 0.4s; }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .common-hero .main-heading h1 { font-size: var(--f-fs-font-fs40); line-height: var(--f-fs-font-fs48); }
}
@media (max-width: 767px) {
  .common-hero .main-heading h1 { font-size: var(--f-fs-font-fs40); line-height: var(--f-fs-font-fs48); }
  .heading1 h2 { font-size: var(--f-fs-font-fs32); line-height: var(--f-fs-font-fs40); }
}

.footer-logo-area { padding-right: 70px; }
.footer2 { padding-top: 100px; }
.footer2 .single-footer-items h3 { color: var(--ztc-text-text-2); line-height: var(--f-fs-font-fs24); font-size: var(--f-fs-font-fs24); font-weight: var(--f-fw-blod); margin-bottom: 30px; }
.footer2 .single-footer-items .social-icon { padding-top: 24px; }
.footer2 .single-footer-items .social-icon li { display: inline-block; }
.footer2 .single-footer-items .social-icon li a { display: inline-block; color: var(--ztc-text-pera-text-2); font-size: var(--f-fs-font-fs16); background-color: rgba(255,255,255,.1450980392); height: 32px; width: 32px; text-align: center; line-height: 32px; border-radius: 50%; margin: 0 2px; transition: all 0.4s; }
.footer2 .single-footer-items .social-icon li a:hover { color: var(--ztc-text-text-2); background-color: var(--ztc-bg-main-bg-4); transition: all 0.4s; }
.footer2 .single-footer-items .menu-list li a { display: inline-block; color: var(--ztc-text-pera-text-2); font-size: var(--f-fs-font-fs16); line-height: var(--f-fs-font-fs16); font-weight: var(--f-fw-regular); padding: 11px 0; transition: all 0.4s; }
.footer2 .single-footer-items .menu-list li a:hover { color: var(--ztc-text-text-2); transform: translateX(5px); transition: all 0.4s; }
.footer2 .single-footer-items .contact-box, .mobile-sidebar .single-footer-items .contact-box { display: flex; align-items: center; padding: 10px 0; }
.footer2 .single-footer-items .contact-box .icon, .mobile-sidebar .single-footer-items .contact-box .icon { margin-right: 16px; }
.footer2 .single-footer-items .contact-box .icon img, .mobile-sidebar .single-footer-items .contact-box .icon img { filter: brightness(40); }
.footer2 .single-footer-items .contact-box .pera a, .mobile-sidebar .single-footer-items .contact-box .pera a { display: inline-block; color: var(--ztc-text-pera-text-2); font-size: var(--f-fs-font-fs16); line-height: var(--f-fs-font-fs16); font-weight: var(--f-fw-regular); transition: all 0.4s; }
.footer2 .single-footer-items .contact-box .pera a:hover, .mobile-sidebar .single-footer-items .contact-box .pera a:hover { color: var(--ztc-text-text-2); }
.mobile-sidebar .single-footer-items h3 { color: #fff; font-size: 24px; line-height: 24px; font-weight: 700; margin-top: 30px; margin-bottom: 16px; }
.footer2 .copyright-area { background: #090909; border-top: 1px solid rgba(255,255,255,.05); }
.footer2 .copyright-area .coppyright p, .footer2 .copyright-area .coppyright a { font-size: var(--f-fs-font-fs16); line-height: var(--f-fs-font-fs28); font-weight: var(--f-fw-regular); color: var(--ztc-text-pera-text-2); }
.footer2 .copyright-area .coppyright a { display: inline-block; }
.footer2 .copyright-area .coppyright a:hover { color: var(--ztc-text-text-2); }
.footer2 .copyright-area .coppyright.right-area { text-align: end; }
.footer2 .copyright-area .coppyright.right-area a { padding: 20px; }
.footer2 .copyright-area .arrow-up { display: inline-block; height: 55px; width: 55px; border-radius: 50%; background-color: var(--ztc-bg-main-bg-4); color: var(--ztc-text-text-1); position: absolute; left: 50%; margin-left: -26px; top: -26px; text-align: center; line-height: 55px; }

@media (max-width: 991px) { .footer2 .single-footer-items h3 { margin-bottom: 16px; margin-top: 30px; } }
@media (max-width: 767px) {
  .footer2 .copyright-area .coppyright p { padding-top: 16px; color: var(--ztc-text-pera-text-2); }
  .footer2 .copyright-area .coppyright.right-area { text-align: start; }
  .footer2 .copyright-area .coppyright.right-area a:nth-child(1) { padding: 20px 20px 20px 0; }
  .footer2 .copyright-area .arrow-up { top: -55px; }
}

.progress-wrap { position: fixed; right: 30px; bottom: 30px; height: 56px; width: 56px; cursor: pointer; display: block; border-radius: 50px; box-shadow: inset 0 0 0 2px rgba(0,0,0,.1); z-index: 1; opacity: 0; visibility: hidden; transform: translateY(15px); transition: all 200ms linear; }
.progress-wrap.active-progress { opacity: 1; visibility: visible; transform: translateY(0); z-index: 99; }
.progress-wrap.progress-wrap2 { box-shadow: inset 0 0 0 2px rgba(255,255,255,.267); }
.progress-wrap.progress-wrap2.active-progress { color: #fff; }
.progress-wrap::after, .progress-wrap::before { position: absolute; font-family: "FontAwesome"; content: "\f062"; text-align: center; line-height: 56px; font-size: 18px; left: 0; top: 0; height: 56px; width: 56px; cursor: pointer; display: block; transition: all 200ms linear; }
.progress-wrap::after { color: #03256c; z-index: 1; }
.progress-wrap::before { opacity: 0; z-index: 2; }
.progress-wrap.progress-wrap2::after { color: #f7f7f7; }
.progress-wrap:hover::after { opacity: 0; }
.progress-wrap:hover::before { opacity: 1; }
.progress-wrap svg path { fill: none; }
.progress-wrap svg.progress-circle path { stroke: #03256c; stroke-width: 4; box-sizing: border-box; transition: all 200ms linear; }
.progress-wrap.progress-wrap2 svg.progress-circle path { stroke: #fff; }

/* =========================================================
   KobReySec Site Styles
   Custom styles for the current KobReySec website.
   Vendor styles remain separate and unmodified.
   ========================================================= */

#testing-beyond-checkbox { scroll-margin-top: 100px; }

/* =========================================================
   Shared desktop navigation
   ========================================================= */
.header-area.header-area2 .main-menu-ex > ul > li.krs-resource-menu { position: relative; }
.header-area.header-area2 .main-menu-ex > ul > li.krs-resource-menu > a { display: inline-flex; align-items: center; gap: 7px; }
.header-area.header-area2 .main-menu-ex > ul > li.krs-resource-menu > a i { font-size: 10px; transition: transform .2s ease; }
.header-area.header-area2 .main-menu-ex > ul > li.krs-resource-menu:hover > a i,
.header-area.header-area2 .main-menu-ex > ul > li.krs-resource-menu:focus-within > a i { transform: rotate(180deg); }
.header-area.header-area2 .main-menu-ex > ul > li.krs-resource-menu > ul.krs-resource-dropdown { position: absolute !important; top: 100% !important; left: 50% !important; right: auto !important; z-index: 1000 !important; display: block !important; width: 320px !important; min-width: 320px !important; margin: 0 !important; padding: 9px !important; opacity: 0; visibility: hidden; transform: translate(-50%, 6px) !important; transition: opacity .16s ease, transform .16s ease, visibility .16s ease !important; border: 1px solid rgba(255,255,255,.10) !important; border-radius: 10px !important; background: #111 !important; background-image: none !important; box-shadow: 0 20px 45px rgba(0,0,0,.45) !important; }
.header-area.header-area2 .main-menu-ex > ul > li.krs-resource-menu > ul.krs-resource-dropdown::before { content: ""; position: absolute; left: 0; right: 0; top: -10px; height: 10px; }
.header-area.header-area2 .main-menu-ex > ul > li.krs-resource-menu:hover > ul.krs-resource-dropdown,
.header-area.header-area2 .main-menu-ex > ul > li.krs-resource-menu:focus-within > ul.krs-resource-dropdown { opacity: 1; visibility: visible; transform: translate(-50%, 0) !important; }
.header-area.header-area2 .main-menu-ex > ul > li.krs-resource-menu > ul.krs-resource-dropdown > li { display: block !important; width: 100% !important; margin: 0 !important; padding: 0 !important; background: transparent !important; }
.header-area.header-area2 .main-menu-ex > ul > li.krs-resource-menu > ul.krs-resource-dropdown > li > a { display: block !important; width: 100% !important; padding: 12px 14px !important; border-radius: 7px !important; color: #d7d7d7 !important; background: transparent !important; font-size: 14px !important; line-height: 1.35 !important; white-space: normal !important; }
.header-area.header-area2 .main-menu-ex > ul > li.krs-resource-menu > ul.krs-resource-dropdown > li > a:hover,
.header-area.header-area2 .main-menu-ex > ul > li.krs-resource-menu > ul.krs-resource-dropdown > li > a:focus { color: #fff !important; background: rgba(var(--krs-red-rgb), .11) !important; }

/* =========================================================
   Mobile navigation
   ========================================================= */
@media screen and (max-width: 991px) {
  .mobile-header { position: fixed; top: 0; left: 0; width: 100%; padding: 17px 0; z-index: 999; background: #020001; }
  .mobile-header-elements { display: flex; align-items: center; justify-content: space-between; }
  .mobile-nav-icon { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid; border-radius: 4px; color: #fff; font-size: 23px; cursor: pointer; }
  .mobile-sidebar { position: fixed; top: 0; left: -100%; z-index: 9999; width: 100%; height: 100%; padding: 40px 30px; visibility: hidden; opacity: 0; background: #181818; transition: all .3s; }
  .mobile-sidebar.mobile-menu-active { left: 0; visibility: visible; opacity: 1; padding-top: 55px; max-height: 100%; overflow-y: auto; }
  .menu-close { position: absolute; right: 20px; top: 20px; color: #fff; font-size: 25px; cursor: pointer; }
  .mobile-nav ul, .mobile-nav li { margin: 0; padding: 0; list-style: none; }
  .mobile-nav li { position: relative; z-index: 2; }
  .mobile-nav li a { display: block; padding: 10px 0; color: #fff; font-size: 18px; line-height: 24px; text-decoration: none; }
  .mobile-nav .sub-menu { display: none; padding-left: 15px; }
  .mobile-nav .sub-menu.open-sub { display: block; }
  .mobile-nav span.submenu-button { position: absolute; top: 0; left: 0; z-index: 3; width: 100%; height: 44px; transition: all .3s; cursor: pointer; }
  .mobile-nav span.submenu-button::after, .mobile-nav span.submenu-button::before { content: ""; position: absolute; top: 12px; right: 9px; width: 2px; height: 20px; background: #fff; transition: all .3s; }
  .mobile-nav span.submenu-button::before { top: 22px; right: 0; width: 20px; height: 2px; }
  .mobile-nav span.submenu-button.submenu-opened::after { visibility: hidden; opacity: 0; }
  .mobile-nav .krs-mobile-resource-menu > a { padding-right: 38px; }
  .mobile-nav .krs-mobile-resource-menu .sub-menu { padding: 0 0 4px 14px; }
  .mobile-nav .krs-mobile-resource-menu .sub-menu li a { padding: 8px 0; color: #bdbdbd; font-size: 15px; line-height: 1.4; }
}

/* =========================================================
   Shared modern-page primitives
   ========================================================= */
.home-page,
.security-assessments-page,
.about-page,
.vendor-guide-page,
.scoping-page,
.start-page { background: #050505; color: #d7d7d7; }

.home-page h1, .home-page h2, .home-page h3, .home-page h4,
.security-assessments-page h1, .security-assessments-page h2, .security-assessments-page h3, .security-assessments-page h4,
.about-page h1, .about-page h2, .about-page h3, .about-page h4,
.vendor-guide-page h1, .vendor-guide-page h2, .vendor-guide-page h3, .vendor-guide-page h4,
.scoping-page h1, .scoping-page h2, .scoping-page h3, .scoping-page h4,
.start-page h1, .start-page h2, .start-page h3, .start-page h4 { color: #fff; }

.home-page p,
.security-assessments-page p,
.about-page p,
.vendor-guide-page p,
.scoping-page p,
.start-page p { color: #b9b9b9; line-height: 1.8; }

.home-page .home-section,
.security-assessments-page .sa-section,
.about-page .about-section,
.vendor-guide-page .vg-section,
.scoping-page .scope-section,
.start-page .start-section { position: relative; padding: 92px 0; background-image: none !important; }

.home-page .home-section + .home-section,
.security-assessments-page .sa-section + .sa-section,
.about-page .about-section + .about-section,
.vendor-guide-page .vg-section + .vg-section,
.scoping-page .scope-section + .scope-section,
.start-page .start-section + .start-section { border-top: 1px solid rgba(255,255,255,.06); }

.home-page .home-eyebrow,
.security-assessments-page .sa-eyebrow,
.about-page .about-eyebrow,
.vendor-guide-page .vg-eyebrow,
.scoping-page .scope-eyebrow,
.start-page .start-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px; color: var(--krs-red); font-size: 13px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.home-page .home-eyebrow::before,
.security-assessments-page .sa-eyebrow::before,
.about-page .about-eyebrow::before,
.vendor-guide-page .vg-eyebrow::before,
.scoping-page .scope-eyebrow::before,
.start-page .start-eyebrow::before { content: ""; width: 30px; height: 2px; background: var(--krs-red); }
.home-page .home-eyebrow::before { flex: 0 0 30px; }

.home-page .home-section-title h2,
.security-assessments-page .sa-section-title h2,
.about-page .about-section-title h2,
.vendor-guide-page .vg-section-title h2,
.scoping-page .scope-section-title h2,
.start-page .start-section-title h2 { font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -.025em; }

.home-page .home-section-title h2,
.security-assessments-page .sa-section-title h2,
.vendor-guide-page .vg-section-title h2,
.scoping-page .scope-section-title h2,
.start-page .start-section-title h2 { margin-bottom: 18px; }
.about-page .about-section-title h2 { margin-bottom: 20px; }

.security-assessments-page .sa-hero h1,
.about-page .about-hero h1,
.vendor-guide-page .vg-hero h1,
.scoping-page .scope-hero h1,
.start-page .start-hero h1 { margin-bottom: 24px; font-size: clamp(48px, 5vw, 74px); line-height: 1.02; letter-spacing: -.035em; }

.security-assessments-page .sa-hero-copy,
.about-page .about-hero-copy,
.vendor-guide-page .vg-hero-copy,
.scoping-page .scope-hero-copy,
.start-page .start-hero-copy { font-size: 19px; }

.home-page .home-btn-primary, .home-page .home-btn-secondary,
.vendor-guide-page .vg-primary-btn, .vendor-guide-page .vg-secondary-btn,
.scoping-page .scope-btn-primary, .scoping-page .scope-btn-secondary,
.start-page .start-btn-primary, .start-page .start-btn-secondary { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 20px; border-radius: 8px; font-weight: 700; transition: .2s ease; }

.scoping-page .scope-btn-primary, .scoping-page .scope-btn-secondary,
.start-page .start-btn-primary, .start-page .start-btn-secondary { width: fit-content; }
.scoping-page .scope-btn-primary, .scoping-page .scope-btn-secondary { position: relative; z-index: 2; }

.home-page .home-btn-primary,
.vendor-guide-page .vg-primary-btn,
.scoping-page .scope-btn-primary,
.start-page .start-btn-primary { color: #fff; border: 1px solid var(--krs-red); background: var(--krs-red); }
.home-page .home-btn-primary:hover,
.vendor-guide-page .vg-primary-btn:hover,
.scoping-page .scope-btn-primary:hover,
.start-page .start-btn-primary:hover { color: #fff; border-color: var(--krs-red-hover); background: var(--krs-red-hover); }

.home-page .home-btn-secondary,
.vendor-guide-page .vg-secondary-btn,
.scoping-page .scope-btn-secondary,
.start-page .start-btn-secondary { color: #fff; background: rgba(255,255,255,.035); }
.home-page .home-btn-secondary, .scoping-page .scope-btn-secondary { border: 1px solid rgba(255,255,255,.14); }
.vendor-guide-page .vg-secondary-btn, .start-page .start-btn-secondary { border: 1px solid rgba(255,255,255,.13); }
.home-page .home-btn-secondary:hover, .scoping-page .scope-btn-secondary:hover, .start-page .start-btn-secondary:hover { color: #fff; border-color: rgba(var(--krs-red-rgb), .42); background: rgba(var(--krs-red-rgb), .055); }
.vendor-guide-page .vg-secondary-btn:hover { color: #fff; border-color: rgba(var(--krs-red-rgb), .45); background: rgba(var(--krs-red-rgb), .06); }

.home-page .home-cta,
.security-assessments-page .sa-cta,
.about-page .about-cta,
.vendor-guide-page .vg-cta,
.scoping-page .scope-cta,
.start-page .start-cta { background: linear-gradient(rgba(90,0,6,.18), rgba(90,0,6,.18)), url('../img/kobreysec-cta-background.png') center center / cover no-repeat !important; }
.home-page .home-cta { padding: 72px 0; }
.security-assessments-page .sa-cta,
.about-page .about-cta,
.vendor-guide-page .vg-cta,
.scoping-page .scope-cta,
.start-page .start-cta { padding: 70px 0; }

.home-page .home-cta h2,
.security-assessments-page .sa-cta h2,
.about-page .about-cta h2,
.vendor-guide-page .vg-cta h2,
.scoping-page .scope-cta h2,
.start-page .start-cta h2 { margin-bottom: 10px; font-size: clamp(34px, 3.6vw, 48px); }
.home-page .home-cta p,
.security-assessments-page .sa-cta p,
.about-page .about-cta p,
.vendor-guide-page .vg-cta p,
.scoping-page .scope-cta p,
.start-page .start-cta p { margin-bottom: 0; font-size: 18px; }

.security-assessments-page .sa-cta .theme-btn2,
.about-page .about-cta .theme-btn2,
.vendor-guide-page .vg-cta .theme-btn2,
.scoping-page .scope-cta .theme-btn2,
.start-page .start-cta .theme-btn2 { color: #fff !important; border-color: var(--krs-red) !important; background: var(--krs-red) !important; }
.security-assessments-page .sa-cta .theme-btn2:hover,
.about-page .about-cta .theme-btn2:hover,
.vendor-guide-page .vg-cta .theme-btn2:hover,
.scoping-page .scope-cta .theme-btn2:hover,
.start-page .start-cta .theme-btn2:hover { color: #fff !important; border-color: var(--krs-red-hover) !important; background: var(--krs-red-hover) !important; }

.security-assessments-page .sa-proof strong,
.about-page .about-proof strong,
.start-page .start-proof strong { display: block; margin-bottom: 5px; color: #fff; font-size: 15px; }
.security-assessments-page .sa-proof span,
.about-page .about-proof span,
.start-page .start-proof span { color: #9f9f9f; font-size: 13px; line-height: 1.5; }

@media (max-width: 991px) {
  .home-page .home-section,
  .security-assessments-page .sa-section,
  .about-page .about-section,
  .vendor-guide-page .vg-section,
  .scoping-page .scope-section,
  .start-page .start-section { padding: 74px 0; }
}

@media (max-width: 767px) {
  .home-page .home-section,
  .security-assessments-page .sa-section,
  .about-page .about-section,
  .vendor-guide-page .vg-section,
  .scoping-page .scope-section,
  .start-page .start-section { padding: 58px 0; }

  .home-page .home-cta,
  .security-assessments-page .sa-cta,
  .about-page .about-cta,
  .vendor-guide-page .vg-cta,
  .scoping-page .scope-cta,
  .start-page .start-cta { background-position: 62% center !important; }
}

/* =========================================================
   Homepage
   ========================================================= */
.home-page .home-section-title { max-width: 880px; margin-bottom: 34px; }
.home-page .home-hero { padding: 132px 0 84px; overflow: hidden; background: radial-gradient(circle at 76% 42%, rgba(var(--krs-red-rgb), .12), transparent 32%), linear-gradient(180deg, #050505 0%, #090909 100%); }
.home-page .home-hero h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(50px, 5.4vw, 78px); line-height: 1.01; letter-spacing: -.04em; }
.home-page .home-hero-copy { max-width: 690px; margin-bottom: 16px; font-size: 19px; }
.home-page .home-hero-copy strong, .home-page .home-beyond-copy p strong, .home-page .home-results-copy p strong { color: #fff; }
.home-page .home-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.home-page .home-hero-art { position: relative; display: flex; align-items: center; justify-content: center; min-height: 500px; overflow: hidden; }
.home-page .home-hero-art img { display: block; width: 100%; max-width: 100%; height: auto; transform: scale(1.05) translateX(2%); transform-origin: center right; -webkit-mask-image: radial-gradient(ellipse at center, #000 50%, rgba(0,0,0,.9) 62%, rgba(0,0,0,.62) 75%, rgba(0,0,0,.28) 88%, transparent 100%); mask-image: radial-gradient(ellipse at center, #000 50%, rgba(0,0,0,.9) 62%, rgba(0,0,0,.62) 75%, rgba(0,0,0,.28) 88%, transparent 100%); }
.home-page .home-proof-strip { border-top: 1px solid rgba(255,255,255,.07); border-bottom: 1px solid rgba(255,255,255,.07); background: #0a0a0a; }
.home-page .home-proof-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.home-page .home-proof { display: grid; grid-template-columns: auto 1fr; gap: 16px; align-items: center; min-height: 122px; padding: 27px 26px; border-right: 1px solid rgba(255,255,255,.07); }
.home-page .home-proof:last-child { border-right: 0; }
.home-page .home-proof-icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid rgba(var(--krs-red-rgb), .32); border-radius: 9px; color: var(--krs-red); background: rgba(var(--krs-red-rgb), .055); }
.home-page .home-proof strong { display: block; margin-bottom: 5px; color: #fff; font-size: 15px; }
.home-page .home-proof span { color: #a0a0a0; font-size: 13.5px; line-height: 1.58; }
.home-page .home-beyond-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 62px; align-items: center; }
.home-page .home-people-image { position: relative; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: #111; }
.home-page .home-people-image::after { content: ""; position: absolute; inset: auto 0 0; height: 30%; background: linear-gradient(transparent, rgba(5,5,5,.9)); pointer-events: none; }
.home-page .home-people-image img { display: block; width: 100%; min-height: 470px; object-fit: cover; filter: saturate(.84) contrast(1.04); }
.home-page .home-experience-badge { position: absolute; left: 24px; bottom: 24px; z-index: 2; padding: 15px 18px; border: 1px solid rgba(var(--krs-red-rgb), .3); border-radius: 10px; background: rgba(8,8,8,.88); backdrop-filter: blur(8px); }
.home-page .home-experience-badge strong { display: block; color: #fff; font-size: 27px; line-height: 1; }
.home-page .home-experience-badge span { color: #a7a7a7; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.home-page .home-beyond-copy h2, .home-page .home-results-copy h2 { margin-bottom: 18px; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -.025em; }
.home-page .home-beyond-copy h4, .home-page .home-results-copy h4 { margin-bottom: 18px; font-size: 20px; line-height: 1.55; }
.home-page .home-service-section { background: radial-gradient(circle at 12% 40%, rgba(125,0,8,.09), transparent 30%), #080808; }
.home-page .home-service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.home-page .home-service-card { min-height: 305px; padding: 30px; border: 1px solid rgba(255,255,255,.08); border-top: 2px solid rgba(var(--krs-red-rgb), .45); border-radius: 11px; background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015)); }
.home-page .home-service-icon { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 20px; border: 1px solid rgba(var(--krs-red-rgb), .32); border-radius: 9px; color: var(--krs-red); background: rgba(var(--krs-red-rgb), .055); font-size: 18px; }
.home-page .home-service-card h3 { margin-bottom: 14px; font-size: 21px; }
.home-page .home-service-card p { margin-bottom: 0; font-size: 14px; line-height: 1.75; }
.home-page .home-assessment-bridge { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; margin-top: 28px; padding: 30px 32px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(255,255,255,.018); }
.home-page .home-assessment-bridge h3 { margin-bottom: 7px; font-size: 23px; }
.home-page .home-assessment-bridge p { margin: 0; max-width: 850px; font-size: 14px; }
.home-page .home-results-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 54px; align-items: center; }
.home-page .home-results-image { overflow: hidden; min-height: 500px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: linear-gradient(90deg, rgba(5,5,5,.04), rgba(5,5,5,.18)), url('../img/cyber-attack.jpg') center center / cover no-repeat; box-shadow: inset 0 0 90px rgba(0,0,0,.25); }
.home-page .home-expect-section { background: #080808; }
.home-page .home-expect-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.home-page .home-expect-card { min-height: 225px; padding: 26px; border: 1px solid rgba(255,255,255,.08); border-radius: 11px; background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015)); }
.home-page .home-expect-card i { margin-bottom: 18px; color: var(--krs-red); font-size: 20px; }
.home-page .home-expect-card h3 { margin-bottom: 9px; font-size: 18px; }
.home-page .home-expect-card p { margin-bottom: 0; font-size: 13px; line-height: 1.65; }
.home-page .home-cta p { max-width: 820px; }

@media (max-width: 1399px) { .home-page .home-expect-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 1199px) { .home-page .home-service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 991px) {
  .home-page .home-hero { padding: 104px 0 74px; }
  .home-page .home-hero-art { min-height: auto; margin-top: 40px; }
  .home-page .home-hero-art img { transform: none; }
  .home-page .home-proof-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-page .home-proof { min-height: 112px; padding: 24px; }
  .home-page .home-proof:nth-child(2) { border-right: 0; }
  .home-page .home-proof:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.07); }
  .home-page .home-beyond-grid, .home-page .home-results-grid { grid-template-columns: 1fr; }
  .home-page .home-people-image { max-width: 720px; }
  .home-page .home-results-image { min-height: 420px; }
  .home-page .home-service-card { min-height: auto; }
}
@media (max-width: 767px) {
  .home-page .home-hero { padding: 92px 0 62px; }
  .home-page .home-hero-art { display: none; }
  .home-page .home-proof-grid, .home-page .home-service-grid, .home-page .home-expect-grid { grid-template-columns: 1fr; }
  .home-page .home-proof { min-height: auto; padding: 22px 20px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.07); }
  .home-page .home-proof:last-child { border-bottom: 0; }
  .home-page .home-assessment-bridge { grid-template-columns: 1fr; }
  .home-page .home-people-image img { min-height: 380px; }
  .home-page .home-results-image { min-height: 330px; }
}

/* =========================================================
   Penetration Testing
   ========================================================= */
body.penetration-testing-page { background: #070707 !important; color: #f5f5f5; }
.penetration-testing-page .pt-page { background: #070707; }
.penetration-testing-page .pt-hero-section, .penetration-testing-page .pt-attack-section, .penetration-testing-page .pt-services-section, .penetration-testing-page .pt-details-section, .penetration-testing-page .pt-cta-section { position: relative; background-image: none !important; }
.penetration-testing-page .pt-hero-section { padding: 118px 0 44px !important; background: radial-gradient(circle at 78% 30%, rgba(var(--krs-red-rgb), .12), transparent 30%), #070707; }
.penetration-testing-page .pt-eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--krs-red); font-size: 14px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.penetration-testing-page .pt-eyebrow::before { content: ""; width: 30px; height: 2px; flex: 0 0 30px; background: var(--krs-red); }
.penetration-testing-page .pt-hero-section h1, .penetration-testing-page .pt-details-column h2, .penetration-testing-page .pt-cta-section h2 { color: #fff; font-weight: 700; }
.penetration-testing-page .pt-hero-section h1 { max-width: 680px; margin: 18px 0 22px; font-size: 56px; line-height: 1.04; }
.penetration-testing-page .pt-hero-section p, .penetration-testing-page .pt-details-section p, .penetration-testing-page .pt-service-card p, .penetration-testing-page .pt-cta-section p { color: #c7c7c7; }
.penetration-testing-page .pt-hero-section p { max-width: 720px; margin-bottom: 14px; font-size: 16px; line-height: 1.72; }
.penetration-testing-page .pt-hero-section .pt-lead { color: #e6e6e6; font-size: 19px; line-height: 1.6; }
.penetration-testing-page .pt-hero-artwork-wrap { position: relative; display: flex; align-items: center; justify-content: center; min-height: 470px; margin: 0; overflow: hidden; }
.penetration-testing-page .pt-hero-artwork { display: block; width: 100%; max-width: 100%; height: auto; margin: 0; object-fit: contain; transform: scale(1.06) translateX(2%); transform-origin: center right; -webkit-mask-image: radial-gradient(ellipse at center, #000 48%, rgba(0,0,0,.90) 60%, rgba(0,0,0,.66) 72%, rgba(0,0,0,.30) 86%, transparent 100%); mask-image: radial-gradient(ellipse at center, #000 48%, rgba(0,0,0,.90) 60%, rgba(0,0,0,.66) 72%, rgba(0,0,0,.30) 86%, transparent 100%); }
.penetration-testing-page .pt-attack-section { padding: 20px 0 28px; background: #070707; }
.penetration-testing-page .pt-attack-artwork-wrap { position: relative; overflow: hidden; background: #070707; }
.penetration-testing-page .pt-attack-artwork { display: block; width: 100%; max-width: 100%; height: auto; margin: 0; -webkit-mask-image: radial-gradient(ellipse at center, #000 62%, rgba(0,0,0,.88) 72%, rgba(0,0,0,.60) 82%, rgba(0,0,0,.28) 92%, transparent 100%); mask-image: radial-gradient(ellipse at center, #000 62%, rgba(0,0,0,.88) 72%, rgba(0,0,0,.60) 82%, rgba(0,0,0,.28) 92%, transparent 100%); }
.penetration-testing-page .pt-services-section { padding: 0 0 54px; background: #070707; }
.penetration-testing-page .pt-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.penetration-testing-page .pt-service-card { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 24px; border: 1px solid rgba(var(--krs-red-rgb), .32); border-radius: 8px; background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.015)); }
.penetration-testing-page .pt-service-icon { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; border: 2px solid rgba(var(--krs-red-rgb), .35); border-radius: 50%; color: var(--krs-red); background: rgba(var(--krs-red-rgb), .07); font-size: 22px; }
.penetration-testing-page .pt-service-card h2 { margin-bottom: 8px; color: #fff; font-size: 21px; line-height: 1.25; }
.penetration-testing-page .pt-service-card p { margin: 0; font-size: 14px; line-height: 1.6; }
.penetration-testing-page .pt-details-section { padding: 44px 0 58px; background: linear-gradient(180deg, #0a0a0a, #0b0b0b); border-top: 1px solid rgba(255,255,255,.08); }
.penetration-testing-page .pt-details-column h2 { margin: 10px 0 16px; font-size: 38px; line-height: 1.08; }
.penetration-testing-page .pt-details-intro { max-width: 620px; margin-bottom: 14px; font-size: 15px; line-height: 1.65; }
.penetration-testing-page .pt-how-column { padding-right: 28px; }
.penetration-testing-page .pt-expect-column { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.1); }
.penetration-testing-page .pt-method-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 18px; margin-top: 26px; }
.penetration-testing-page .pt-method-card, .penetration-testing-page .pt-expect-card { display: grid; grid-template-columns: 48px 1fr; gap: 14px; }
.penetration-testing-page .pt-mini-icon { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid rgba(var(--krs-red-rgb), .35); border-radius: 6px; color: var(--krs-red); background: rgba(var(--krs-red-rgb), .07); font-size: 18px; }
.penetration-testing-page .pt-method-card h3, .penetration-testing-page .pt-expect-card h3 { margin: 0 0 5px; color: #fff; font-size: 17px; }
.penetration-testing-page .pt-method-card p, .penetration-testing-page .pt-expect-card p { margin: 0; color: #bfbfbf; font-size: 13px; line-height: 1.55; }
.penetration-testing-page .pt-expect-stack { display: grid; gap: 12px; margin-top: 26px; }
.penetration-testing-page .pt-expect-card { padding: 16px; border: 1px solid rgba(var(--krs-red-rgb), .32); border-radius: 6px; background: rgba(255,255,255,.025); }
.penetration-testing-page .pt-cta-section { overflow: hidden; padding: 44px 0; background: linear-gradient(rgba(90,0,6,.18), rgba(90,0,6,.18)), url('../img/kobreysec-cta-background.png') center center / cover no-repeat !important; border-top: 1px solid rgba(var(--krs-red-rgb), .55); }
.penetration-testing-page .pt-cta-section .container { position: relative; z-index: 1; }
.penetration-testing-page .pt-cta-section h2 { margin-bottom: 8px; font-size: 36px; }
.penetration-testing-page .pt-cta-section p { margin: 0; font-size: 16px; }

@media (max-width: 1199px) {
  .penetration-testing-page .pt-hero-section { padding-top: 104px !important; }
  .penetration-testing-page .pt-hero-artwork { transform: scale(1.03); transform-origin: center; }
}
@media (max-width: 991px) {
  .penetration-testing-page .pt-hero-section { padding-top: 92px !important; }
  .penetration-testing-page .pt-hero-section h1 { font-size: 46px; }
  .penetration-testing-page .pt-hero-artwork-wrap { min-height: auto; margin: 24px 0 0; justify-content: center; overflow: hidden; }
  .penetration-testing-page .pt-hero-artwork { width: 100%; max-width: 100%; margin: 0; transform: none; -webkit-mask-image: radial-gradient(ellipse at center, #000 58%, rgba(0,0,0,.86) 70%, rgba(0,0,0,.52) 84%, rgba(0,0,0,.22) 94%, transparent 100%); mask-image: radial-gradient(ellipse at center, #000 58%, rgba(0,0,0,.86) 70%, rgba(0,0,0,.52) 84%, rgba(0,0,0,.22) 94%, transparent 100%); }
  .penetration-testing-page .pt-service-grid, .penetration-testing-page .pt-method-grid { grid-template-columns: 1fr; }
  .penetration-testing-page .pt-how-column, .penetration-testing-page .pt-expect-column { padding: 0; }
  .penetration-testing-page .pt-expect-column { margin-top: 18px; border-left: 0; }
  .penetration-testing-page .pt-cta-section { background-position: 58% center !important; }
}
@media (max-width: 767px) {
  .penetration-testing-page .pt-hero-section h1 { font-size: 38px; }
  .penetration-testing-page .pt-hero-section p, .penetration-testing-page .pt-hero-section .pt-lead { font-size: 15px; }
  .penetration-testing-page .pt-hero-artwork-wrap { display: none; }
  .penetration-testing-page .pt-attack-artwork-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .penetration-testing-page .pt-attack-artwork { width: 980px; max-width: none; -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.35) 2%, #000 7%, #000 93%, rgba(0,0,0,.35) 98%, transparent 100%); mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.35) 2%, #000 7%, #000 93%, rgba(0,0,0,.35) 98%, transparent 100%); }
  .penetration-testing-page .pt-service-card { grid-template-columns: 52px 1fr; padding: 20px; }
  .penetration-testing-page .pt-service-icon { width: 50px; height: 50px; }
  .penetration-testing-page .pt-details-column h2, .penetration-testing-page .pt-cta-section h2 { font-size: 30px; }
  .penetration-testing-page .pt-cta-section { background-position: 62% center !important; }
}

/* =========================================================
   Security Assessments
   ========================================================= */
.security-assessments-page .sa-hero { padding: 132px 0 96px; overflow: hidden; background: radial-gradient(circle at 74% 45%, rgba(166,0,10,.18), transparent 32%), linear-gradient(180deg, #050505 0%, #090909 100%); }
.security-assessments-page .sa-hero h1 { max-width: 760px; }
.security-assessments-page .sa-hero h1 span, .security-assessments-page .sa-edge-subtitle, .security-assessments-page .sa-compare-kicker, .security-assessments-page .sa-service-icon, .security-assessments-page .sa-service-card h4, .security-assessments-page .sa-text-link, .security-assessments-page .sa-node i, .security-assessments-page .sa-compare-plus { color: var(--krs-red); }
.security-assessments-page .sa-hero-copy { max-width: 690px; }
.security-assessments-page .sa-proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 34px; }
.security-assessments-page .sa-proof { padding: 18px; border: 1px solid rgba(var(--krs-red-rgb), .3); border-radius: 10px; background: rgba(255,255,255,.025); }
.security-assessments-page .sa-hero-visual { position: relative; min-height: 470px; margin-left: 15px; }
.security-assessments-page .sa-radar { position: absolute; width: 360px; height: 360px; right: 10px; top: 50%; transform: translateY(-50%); border: 1px solid rgba(var(--krs-red-rgb), .3); border-radius: 50%; background: radial-gradient(circle, rgba(var(--krs-red-rgb), .12) 0 2px, transparent 3px), radial-gradient(circle, transparent 0 23%, rgba(255,255,255,.05) 23.4% 23.8%, transparent 24.2% 48%, rgba(255,255,255,.05) 48.4% 48.8%, transparent 49.2% 73%, rgba(255,255,255,.05) 73.4% 73.8%, transparent 74.2%), linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px), radial-gradient(circle at 50% 50%, rgba(118,0,8,.2), rgba(8,8,8,.96) 67%); background-size: auto, auto, 90px 90px, 90px 90px, auto; box-shadow: 0 0 80px rgba(134,0,9,.16); }
.security-assessments-page .sa-radar::before, .security-assessments-page .sa-radar::after { content: ""; position: absolute; left: 50%; top: 50%; background: rgba(var(--krs-red-rgb), .14); transform: translate(-50%, -50%); }
.security-assessments-page .sa-radar::before { width: 1px; height: 100%; }
.security-assessments-page .sa-radar::after { width: 100%; height: 1px; }
.security-assessments-page .sa-radar-sweep { position: absolute; inset: 4px; border-radius: 50%; background: conic-gradient(from 225deg, transparent 0 78%, rgba(var(--krs-red-rgb), .16) 92%, rgba(var(--krs-red-rgb), .34) 100%); mask: radial-gradient(circle, #000 0 78%, transparent 79%); -webkit-mask: radial-gradient(circle, #000 0 78%, transparent 79%); }
.security-assessments-page .sa-node { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; min-width: 178px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 9px; background: rgba(12,12,12,.9); box-shadow: 0 14px 35px rgba(0,0,0,.34); }
.security-assessments-page .sa-node i { display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border: 1px solid rgba(var(--krs-red-rgb), .3); border-radius: 8px; background: rgba(var(--krs-red-rgb), .06); }
.security-assessments-page .sa-node strong { color: #fff; font-size: 13px; }
.security-assessments-page .sa-node small { display: block; margin-top: 2px; color: #868686; font-size: 11px; }
.security-assessments-page .sa-node-1 { top: 35px; left: 5px; }
.security-assessments-page .sa-node-2 { top: 110px; right: -40px; }
.security-assessments-page .sa-node-3 { bottom: 68px; left: 12px; }
.security-assessments-page .sa-node-4 { bottom: 10px; right: 8px; }
.security-assessments-page .sa-section-title { max-width: 850px; margin-bottom: 32px; }
.security-assessments-page .sa-intro-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.security-assessments-page .sa-question-box { padding: 32px; border-left: 3px solid var(--krs-red); background: linear-gradient(90deg, rgba(var(--krs-red-rgb), .08), rgba(var(--krs-red-rgb), .015)); }
.security-assessments-page .sa-question-box p { margin-bottom: 14px; color: #e2e2e2; font-size: 18px; }
.security-assessments-page .sa-question-box p:last-child { margin-bottom: 0; }
.security-assessments-page .sa-featured { border-top: 1px solid rgba(255,255,255,.06); background: radial-gradient(circle at 12% 42%, rgba(147,0,8,.12), transparent 30%), #080808; }
.security-assessments-page .sa-edge-card { display: grid; grid-template-columns: 1.03fr .97fr; gap: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: linear-gradient(180deg, #111 0%, #0b0b0b 100%); }
.security-assessments-page .sa-edge-copy { padding: 46px; }
.security-assessments-page .sa-edge-copy h2 { margin-bottom: 14px; font-size: clamp(34px, 3.6vw, 48px); }
.security-assessments-page .sa-edge-subtitle { margin-bottom: 20px; font-size: 17px; font-weight: 700; }
.security-assessments-page .sa-edge-image { min-height: 470px; background: linear-gradient(90deg, #0d0d0d 0%, rgba(13,13,13,.18) 24%, rgba(0,0,0,.18) 100%), url('../img/edge-assessment.jpg') center center / cover no-repeat; }
.security-assessments-page .sa-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.security-assessments-page .sa-tags span { padding: 7px 11px; border: 1px solid rgba(var(--krs-red-rgb), .3); border-radius: 999px; color: #d8d8d8; background: rgba(var(--krs-red-rgb), .06); font-size: 12px; font-weight: 700; }
.security-assessments-page .sa-compare { margin-top: 34px; padding: 34px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(255,255,255,.018); }
.security-assessments-page .sa-compare-grid { display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: stretch; margin-top: 24px; }
.security-assessments-page .sa-compare-panel { padding: 26px; border: 1px solid rgba(255,255,255,.08); border-radius: 11px; background: rgba(0,0,0,.24); }
.security-assessments-page .sa-compare-panel h3 { margin-bottom: 6px; font-size: 24px; }
.security-assessments-page .sa-compare-kicker { font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.security-assessments-page .sa-compare-panel ul { margin: 18px 0 0; padding: 0; list-style: none; }
.security-assessments-page .sa-compare-panel li { position: relative; margin-bottom: 10px; padding-left: 21px; color: #bcbcbc; }
.security-assessments-page .sa-compare-panel li::before { content: ""; position: absolute; left: 0; top: .68em; width: 7px; height: 7px; border-radius: 50%; background: var(--krs-red); }
.security-assessments-page .sa-compare-plus { align-self: center; font-size: 34px; font-weight: 800; }
.security-assessments-page .sa-compare-summary { margin: 28px 0 0; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.07); color: #fff; font-size: 19px; text-align: center; }
.security-assessments-page .sa-service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.security-assessments-page .sa-service-card { padding: 32px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015)); }
.security-assessments-page .sa-service-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 20px; border: 1px solid rgba(var(--krs-red-rgb), .3); border-radius: 10px; background: rgba(var(--krs-red-rgb), .06); font-size: 18px; }
.security-assessments-page .sa-service-card h3 { margin-bottom: 9px; font-size: 26px; }
.security-assessments-page .sa-service-card h4 { margin-bottom: 17px; font-size: 15px; font-weight: 700; }
.security-assessments-page .sa-service-card p:last-child { margin-bottom: 0; }
.security-assessments-page .sa-cyber-card { grid-column: 1 / -1; display: grid; grid-template-columns: 1.05fr .95fr; overflow: hidden; padding: 0; }
.security-assessments-page .sa-cyber-copy { padding: 36px; }
.security-assessments-page .sa-cyber-image { min-height: 330px; background: linear-gradient(90deg, #0d0d0d 0%, rgba(13,13,13,.18) 26%, rgba(0,0,0,.14) 100%), url('../img/infrastructure.jpg') center center / cover no-repeat; }
.security-assessments-page .sa-guide-section { background: #080808; }
.security-assessments-page .sa-guide-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.security-assessments-page .sa-guide-item { padding: 24px; border: 1px solid rgba(255,255,255,.08); border-radius: 10px; background: rgba(255,255,255,.02); }
.security-assessments-page .sa-guide-item span { display: block; margin-bottom: 10px; color: #969696; font-size: 13px; line-height: 1.5; }
.security-assessments-page .sa-guide-item strong { color: #fff; font-size: 17px; }
.security-assessments-page .sa-bridge { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.security-assessments-page .sa-bridge-card { padding: 34px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.012)); }
.security-assessments-page .sa-bridge-card h2 { margin-bottom: 16px; font-size: 34px; }
.security-assessments-page .sa-text-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 8px; font-weight: 700; }

@media (max-width: 1199px) {
  .security-assessments-page .sa-node-2 { right: 0; }
  .security-assessments-page .sa-radar { width: 320px; height: 320px; }
}
@media (max-width: 991px) {
  .security-assessments-page .sa-hero { padding: 104px 0 74px; }
  .security-assessments-page .sa-hero-visual { margin: 30px 0 0; min-height: 430px; }
  .security-assessments-page .sa-intro-grid, .security-assessments-page .sa-edge-card, .security-assessments-page .sa-cyber-card, .security-assessments-page .sa-bridge { grid-template-columns: 1fr; }
  .security-assessments-page .sa-edge-image { min-height: 360px; }
  .security-assessments-page .sa-cyber-image { min-height: 300px; }
  .security-assessments-page .sa-guide-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .security-assessments-page .sa-hero { padding: 92px 0 62px; }
  .security-assessments-page .sa-proof-grid, .security-assessments-page .sa-service-grid, .security-assessments-page .sa-guide-grid { grid-template-columns: 1fr; }
  .security-assessments-page .sa-hero-visual { display: none; }
  .security-assessments-page .sa-edge-copy, .security-assessments-page .sa-cyber-copy { padding: 28px; }
  .security-assessments-page .sa-edge-image { min-height: 270px; }
  .security-assessments-page .sa-compare-grid { grid-template-columns: 1fr; }
  .security-assessments-page .sa-compare-plus { justify-self: center; transform: rotate(90deg); }
}

/* =========================================================
   About
   ========================================================= */
.about-page .about-hero { padding: 132px 0 92px; overflow: hidden; background: radial-gradient(circle at 72% 46%, rgba(166,0,10,.18), transparent 30%), linear-gradient(180deg, #050505 0%, #090909 100%); }
.about-page .about-hero h1 span, .about-page .about-founder-role, .about-page .about-credential small, .about-page .about-principle-icon { color: var(--krs-red); }
.about-page .about-hero-copy { max-width: 650px; }
.about-page .about-proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 36px; }
.about-page .about-proof { padding: 18px 18px 17px; border: 1px solid rgba(var(--krs-red-rgb), .3); border-radius: 10px; background: rgba(255,255,255,.025); }
.about-page .about-hero-photo-wrap { position: relative; max-width: 690px; margin-left: auto; margin-right: -45px; }
.about-page .about-hero-photo-wrap::before { content: ""; position: absolute; inset: 20px -20px -20px 20px; border: 1px solid rgba(var(--krs-red-rgb), .3); border-radius: 14px; z-index: 0; }
.about-page .about-hero-photo { position: relative; z-index: 1; display: block; width: 100%; border-radius: 14px; filter: saturate(.86) contrast(1.04); }
.about-page .about-section-title { max-width: 820px; margin-bottom: 28px; }
.about-page .about-why-section { padding: 74px 0; }
.about-page .about-why-grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr); gap: 64px; align-items: center; }
.about-page .about-why-grid p:last-child { margin-bottom: 0; }
.about-page .about-why-callout { margin: 24px 0; padding: 28px 30px; border-left: 3px solid var(--krs-red); background: linear-gradient(90deg, rgba(var(--krs-red-rgb), .08), rgba(var(--krs-red-rgb), .015)); color: #fff; font-size: 20px; font-weight: 700; line-height: 1.6; }
.about-page .about-founders-header { margin-bottom: 34px; }
.about-page .about-founder-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.about-page .about-founder-card { overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: linear-gradient(180deg, #111 0%, #0b0b0b 100%); }
.about-page .about-founder-image { position: relative; height: 460px; overflow: hidden; background: #111; }
.about-page .about-founder-image::after { content: ""; position: absolute; inset: auto 0 0; height: 18%; background: linear-gradient(transparent, #101010); }
.about-page .about-founder-image img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.about-page .about-founder-body { padding: 30px; }
.about-page .about-founder-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; margin-bottom: 18px; }
.about-page .about-founder-heading h3 { margin: 0 0 6px; font-size: 28px; }
.about-page .about-founder-role { font-size: 13px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.about-page .about-founder-link { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; flex: 0 0 42px; border: 1px solid rgba(var(--krs-red-rgb), .3); border-radius: 50%; color: #fff; transition: .2s ease; }
.about-page .about-founder-link:hover { color: #fff; background: var(--krs-red); border-color: var(--krs-red); }
.about-page .about-specialties { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0; }
.about-page .about-specialties span { padding: 7px 11px; border: 1px solid rgba(var(--krs-red-rgb), .3); border-radius: 999px; color: #d8d8d8; background: rgba(var(--krs-red-rgb), .06); font-size: 12px; font-weight: 700; }
.about-page .about-personal { margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.08); color: #9f9f9f; font-style: italic; }
.about-page .about-small-section { background: radial-gradient(circle at 12% 50%, rgba(147,0,8,.13), transparent 32%), #080808; }
.about-page .about-small-intro { max-width: 760px; margin-bottom: 34px; }
.about-page .about-principles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.about-page .about-principle { padding: 28px; border: 1px solid rgba(255,255,255,.08); border-radius: 12px; background: rgba(255,255,255,.02); }
.about-page .about-principle-icon { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 18px; border: 1px solid rgba(var(--krs-red-rgb), .3); border-radius: 10px; background: rgba(var(--krs-red-rgb), .06); font-size: 18px; }
.about-page .about-principle h3 { margin-bottom: 10px; font-size: 21px; }
.about-page .about-principle p { margin-bottom: 0; }
.about-page .about-credentials-section { text-align: center; }
.about-page .about-credentials-section .about-section-title { max-width: 1080px; margin-left: auto; margin-right: auto; }
.about-page .about-credentials-section .about-section-title h2 { font-size: clamp(36px, 3.2vw, 50px); }
.about-page .about-credentials-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 36px; text-align: left; }
.about-page .about-credential { min-height: 145px; padding: 22px; border: 1px solid rgba(255,255,255,.08); border-top: 2px solid rgba(var(--krs-red-rgb), .55); border-radius: 11px; background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)); }
.about-page .about-credential small { display: block; margin-bottom: 10px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.about-page .about-credential strong { display: block; margin-bottom: 9px; color: #fff; font-size: 24px; letter-spacing: -.02em; }
.about-page .about-credential span { color: #a7a7a7; font-size: 13px; line-height: 1.5; }

@media (max-width: 1199px) {
  .about-page .about-hero { padding-top: 116px; }
  .about-page .about-hero-photo-wrap { max-width: 650px; margin-right: 0; }
  .about-page .about-credentials-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
  .about-page .about-hero { padding-top: 104px; }
  .about-page .about-hero-photo-wrap { margin: 52px auto 0; }
  .about-page .about-why-grid { grid-template-columns: 1fr; gap: 30px; }
  .about-page .about-founder-grid, .about-page .about-principles { grid-template-columns: 1fr; }
  .about-page .about-founder-image { height: 500px; }
  .about-page .about-credentials-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .about-page .about-hero { padding: 92px 0 62px; }
  .about-page .about-proof-grid { grid-template-columns: 1fr; }
  .about-page .about-hero-photo-wrap::before { display: none; }
  .about-page .about-founder-image { height: 400px; }
  .about-page .about-founder-body { padding: 24px; }
  .about-page .about-credentials-grid { grid-template-columns: 1fr; }
}

/* =========================================================
   Vendor Guide
   ========================================================= */
.vendor-guide-page .vg-hero { padding: 132px 0 96px; overflow: hidden; background: radial-gradient(circle at 76% 42%, rgba(166,0,10,.18), transparent 32%), linear-gradient(180deg, #050505 0%, #090909 100%); }
.vendor-guide-page .vg-hero h1 { max-width: 780px; }
.vendor-guide-page .vg-hero h1 span, .vendor-guide-page .vg-scorecard-title small, .vendor-guide-page .vg-eval-card i, .vendor-guide-page .vg-redflag-icon, .vendor-guide-page .vg-score, .vendor-guide-page .vg-download-action i { color: var(--krs-red); }
.vendor-guide-page .vg-hero-copy { max-width: 690px; }
.vendor-guide-page .vg-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.vendor-guide-page .vg-scorecard-preview { position: relative; max-width: 510px; margin-left: auto; padding: 28px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: linear-gradient(180deg, #111 0%, #0b0b0b 100%); box-shadow: 0 24px 70px rgba(0,0,0,.35); }
.vendor-guide-page .vg-scorecard-preview::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; z-index: -1; border: 1px solid rgba(var(--krs-red-rgb), .3); border-radius: 14px; }
.vendor-guide-page .vg-scorecard-title { margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,.08); }
.vendor-guide-page .vg-scorecard-title small { display: block; margin-bottom: 7px; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.vendor-guide-page .vg-scorecard-title strong { display: block; color: #fff; font-size: 26px; line-height: 1.25; }
.vendor-guide-page .vg-score-row { display: grid; grid-template-columns: 1fr auto; gap: 16px; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.06); color: #c5c5c5; font-size: 14px; }
.vendor-guide-page .vg-score-row:last-child { border-bottom: 0; }
.vendor-guide-page .vg-score { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; border: 1px solid rgba(var(--krs-red-rgb), .3); border-radius: 7px; background: rgba(var(--krs-red-rgb), .05); font-weight: 800; }
.vendor-guide-page .vg-section-title { max-width: 860px; margin-bottom: 34px; }
.vendor-guide-page .vg-eval-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.vendor-guide-page .vg-eval-card { min-height: 210px; padding: 24px; border: 1px solid rgba(var(--krs-red-rgb), .3); border-top: 2px solid rgba(var(--krs-red-rgb), .48); border-radius: 11px; background: linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,.015)); }
.vendor-guide-page .vg-eval-card i { margin-bottom: 18px; font-size: 20px; }
.vendor-guide-page .vg-eval-card h3 { margin-bottom: 10px; font-size: 19px; line-height: 1.3; }
.vendor-guide-page .vg-eval-card p { margin-bottom: 0; font-size: 14px; line-height: 1.65; }
.vendor-guide-page .vg-redflags-section { background: radial-gradient(circle at 15% 40%, rgba(147,0,8,.12), transparent 32%), #080808; }
.vendor-guide-page .vg-redflag-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.vendor-guide-page .vg-redflag { display: grid; grid-template-columns: auto 1fr; gap: 16px; padding: 25px; border: 1px solid rgba(255,255,255,.08); border-radius: 11px; background: rgba(255,255,255,.018); }
.vendor-guide-page .vg-redflag-icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border: 1px solid rgba(var(--krs-red-rgb), .3); border-radius: 9px; background: rgba(var(--krs-red-rgb), .055); }
.vendor-guide-page .vg-redflag h3 { margin-bottom: 7px; font-size: 18px; }
.vendor-guide-page .vg-redflag p { margin-bottom: 0; font-size: 14px; line-height: 1.65; }
.vendor-guide-page .vg-questions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.vendor-guide-page .vg-question { padding: 25px 28px; border-left: 3px solid var(--krs-red); background: linear-gradient(90deg, rgba(var(--krs-red-rgb), .07), rgba(var(--krs-red-rgb), .012)); color: #fff; font-size: 18px; line-height: 1.55; }
.vendor-guide-page .vg-download-panel { display: grid; grid-template-columns: 1.15fr .85fr; gap: 42px; align-items: center; padding: 42px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: linear-gradient(180deg, #111 0%, #0b0b0b 100%); }
.vendor-guide-page .vg-download-panel h2 { margin-bottom: 14px; font-size: clamp(34px, 3.6vw, 48px); }
.vendor-guide-page .vg-download-list { margin: 0; padding: 0; list-style: none; }
.vendor-guide-page .vg-download-list li { position: relative; margin-bottom: 12px; padding-left: 22px; color: #c6c6c6; }
.vendor-guide-page .vg-download-list li::before { content: ""; position: absolute; left: 0; top: .7em; width: 7px; height: 7px; border-radius: 50%; background: var(--krs-red); }
.vendor-guide-page .vg-download-action { padding: 30px; border: 1px solid rgba(var(--krs-red-rgb), .3); border-radius: 12px; text-align: center; background: rgba(var(--krs-red-rgb), .055); }
.vendor-guide-page .vg-download-action i { display: block; margin-bottom: 16px; font-size: 38px; }
.vendor-guide-page .vg-download-action strong { display: block; margin-bottom: 18px; color: #fff; font-size: 20px; }

@media (max-width: 1199px) { .vendor-guide-page .vg-eval-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 991px) {
  .vendor-guide-page .vg-hero { padding: 104px 0 74px; }
  .vendor-guide-page .vg-scorecard-preview { margin: 48px auto 0; }
  .vendor-guide-page .vg-eval-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .vendor-guide-page .vg-download-panel { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .vendor-guide-page .vg-hero { padding: 92px 0 62px; }
  .vendor-guide-page .vg-eval-grid, .vendor-guide-page .vg-redflag-grid, .vendor-guide-page .vg-questions { grid-template-columns: 1fr; }
  .vendor-guide-page .vg-scorecard-preview::before { display: none; }
  .vendor-guide-page .vg-download-panel { padding: 28px; }
}

/* =========================================================
   Scoping
   ========================================================= */
.scoping-page .scope-hero { padding: 132px 0 96px; overflow: hidden; background: radial-gradient(circle at 76% 42%, rgba(var(--krs-red-rgb), .14), transparent 32%), linear-gradient(180deg, #050505 0%, #090909 100%); }
.scoping-page .scope-hero h1 { max-width: 820px; }
.scoping-page .scope-hero h1 span { color: var(--krs-red); }
.scoping-page .scope-hero-copy { max-width: 720px; }
.scoping-page .scope-hero-note { display: flex; align-items: flex-start; gap: 12px; max-width: 700px; margin-top: 26px; padding: 16px 18px; border: 1px solid rgba(var(--krs-red-rgb), .24); border-radius: 10px; background: rgba(var(--krs-red-rgb), .04); }
.scoping-page .scope-hero-note i { margin-top: 4px; color: var(--krs-red); }
.scoping-page .scope-hero-note p { margin: 0; font-size: 14px; line-height: 1.65; }
.scoping-page .scope-flow { position: relative; max-width: 500px; min-height: 420px; margin-left: auto; }
.scoping-page .scope-flow-line { position: absolute; left: 52px; top: 40px; bottom: 40px; width: 1px; background: linear-gradient(var(--krs-red), rgba(var(--krs-red-rgb), .08)); }
.scoping-page .scope-flow-step { position: relative; display: grid; grid-template-columns: 70px 1fr; gap: 18px; align-items: center; margin-bottom: 18px; padding: 18px 20px 18px 10px; border: 1px solid rgba(255,255,255,.08); border-radius: 11px; background: rgba(12,12,12,.92); box-shadow: 0 16px 35px rgba(0,0,0,.25); }
.scoping-page .scope-flow-step:last-child { margin-bottom: 0; }
.scoping-page .scope-flow-number { position: relative; z-index: 2; display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin: 0 auto; border: 1px solid rgba(var(--krs-red-rgb), .34); border-radius: 50%; color: var(--krs-red); background: #0b0b0b; font-weight: 800; }
.scoping-page .scope-flow-step strong { display: block; margin-bottom: 4px; color: #fff; font-size: 16px; }
.scoping-page .scope-flow-step span { color: #949494; font-size: 13px; line-height: 1.55; }
.scoping-page .scope-section-title { max-width: 850px; margin-bottom: 34px; }
.scoping-page .scope-option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.scoping-page .scope-option { position: relative; display: flex; flex-direction: column; min-height: 330px; padding: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: linear-gradient(180deg, #111 0%, #0b0b0b 100%); }
.scoping-page .scope-option::after { content: ""; position: absolute; width: 180px; height: 180px; right: -80px; bottom: -80px; border: 1px solid rgba(var(--krs-red-rgb), .18); border-radius: 50%; box-shadow: 0 0 0 30px rgba(var(--krs-red-rgb), .02), 0 0 0 65px rgba(var(--krs-red-rgb), .015); }
.scoping-page .scope-option-icon { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 24px; border: 1px solid rgba(var(--krs-red-rgb), .34); border-radius: 10px; color: var(--krs-red); background: rgba(var(--krs-red-rgb), .055); font-size: 20px; }
.scoping-page .scope-option h3 { margin-bottom: 12px; font-size: 28px; }
.scoping-page .scope-option p { max-width: 540px; margin-bottom: 18px; }
.scoping-page .scope-option .scope-best-for { margin-top: auto; margin-bottom: 22px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.07); color: #929292; font-size: 13px; line-height: 1.6; }
.scoping-page .scope-option .scope-best-for strong { color: #d8d8d8; }
.scoping-page .scope-covers-section { background: radial-gradient(circle at 12% 40%, rgba(125,0,8,.10), transparent 30%), #080808; }
.scoping-page .scope-covers-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.scoping-page .scope-cover-card { min-height: 190px; padding: 24px; border: 1px solid rgba(255,255,255,.08); border-top: 2px solid rgba(var(--krs-red-rgb), .45); border-radius: 11px; background: rgba(255,255,255,.018); }
.scoping-page .scope-cover-card i { margin-bottom: 16px; color: var(--krs-red); font-size: 19px; }
.scoping-page .scope-cover-card h3 { margin-bottom: 8px; font-size: 18px; line-height: 1.3; }
.scoping-page .scope-cover-card p { margin-bottom: 0; font-size: 13px; line-height: 1.65; }
.scoping-page .scope-expect-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: start; }
.scoping-page .scope-checklist { margin: 0; padding: 0; list-style: none; }
.scoping-page .scope-checklist li { position: relative; margin-bottom: 15px; padding-left: 28px; color: #c4c4c4; line-height: 1.65; }
.scoping-page .scope-checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--krs-red); font-weight: 800; }
.scoping-page .scope-info-panel { padding: 30px; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; background: linear-gradient(180deg, #111, #0b0b0b); }
.scoping-page .scope-info-panel h3 { margin-bottom: 14px; font-size: 24px; }
.scoping-page .scope-info-panel p:last-child { margin-bottom: 0; }
.scoping-page .scope-safety-note { margin-top: 22px; padding: 18px 20px; border-left: 3px solid var(--krs-red); background: linear-gradient(90deg, rgba(var(--krs-red-rgb), .075), rgba(var(--krs-red-rgb), .01)); }
.scoping-page .scope-safety-note strong { display: block; margin-bottom: 5px; color: #fff; }
.scoping-page .scope-safety-note p { margin: 0; font-size: 14px; }

@media (max-width: 1199px) { .scoping-page .scope-covers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 991px) {
  .scoping-page .scope-hero { padding: 104px 0 74px; }
  .scoping-page .scope-flow { margin: 48px auto 0; }
  .scoping-page .scope-expect-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .scoping-page .scope-hero { padding: 92px 0 62px; }
  .scoping-page .scope-option-grid, .scoping-page .scope-covers-grid { grid-template-columns: 1fr; }
  .scoping-page .scope-option { min-height: auto; padding: 28px; }
  .scoping-page .scope-flow { min-height: auto; }
  .scoping-page .scope-flow-line { display: none; }
}

/* =========================================================
   Start a Conversation
   ========================================================= */
.start-page .start-hero { padding: 132px 0 96px; overflow: hidden; background: radial-gradient(circle at 74% 42%, rgba(var(--krs-red-rgb), .14), transparent 32%), linear-gradient(180deg, #050505 0%, #090909 100%); }
.start-page .start-hero h1 { max-width: 820px; }
.start-page .start-hero h1 span { color: var(--krs-red); }
.start-page .start-hero-copy { max-width: 720px; }
.start-page .start-proof-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 34px; }
.start-page .start-proof { padding: 18px; border: 1px solid rgba(var(--krs-red-rgb), .24); border-radius: 10px; background: rgba(255,255,255,.025); }
.start-page .start-contact-card { position: relative; max-width: 500px; margin-left: auto; padding: 30px; border: 1px solid rgba(255,255,255,.09); border-radius: 14px; background: linear-gradient(180deg, #111 0%, #0b0b0b 100%); box-shadow: 0 22px 60px rgba(0,0,0,.32); }
.start-page .start-contact-card::before { content: ""; position: absolute; inset: 18px -18px -18px 18px; z-index: -1; border: 1px solid rgba(var(--krs-red-rgb), .24); border-radius: 14px; }
.start-page .start-contact-card h3 { margin-bottom: 8px; font-size: 27px; }
.start-page .start-contact-card > p { margin-bottom: 24px; font-size: 14px; }
.start-page .start-contact-option { display: grid; grid-template-columns: auto 1fr auto; gap: 14px; align-items: center; margin-bottom: 12px; padding: 16px; border: 1px solid rgba(255,255,255,.07); border-radius: 10px; background: rgba(255,255,255,.018); }
.start-page .start-contact-option:last-child { margin-bottom: 0; }
.start-page .start-contact-option i:first-child { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 1px solid rgba(var(--krs-red-rgb), .3); border-radius: 8px; color: var(--krs-red); background: rgba(var(--krs-red-rgb), .055); }
.start-page .start-contact-option strong { display: block; margin-bottom: 3px; color: #fff; font-size: 14px; }
.start-page .start-contact-option span { color: #8e8e8e; font-size: 12px; }
.start-page .start-contact-option > i:last-child { color: #777; font-size: 12px; }
.start-page .start-contact-option:hover { border-color: rgba(var(--krs-red-rgb), .28); background: rgba(var(--krs-red-rgb), .035); }
.start-page .start-section-title { max-width: 850px; margin-bottom: 34px; }
.start-page .start-choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.start-page .start-choice { display: flex; flex-direction: column; min-height: 300px; padding: 28px; border: 1px solid rgba(255,255,255,.08); border-top: 2px solid rgba(var(--krs-red-rgb), .45); border-radius: 12px; background: linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,.015)); }
.start-page .start-choice-icon { display: inline-flex; align-items: center; justify-content: center; width: 46px; height: 46px; margin-bottom: 22px; border: 1px solid rgba(var(--krs-red-rgb), .32); border-radius: 9px; color: var(--krs-red); background: rgba(var(--krs-red-rgb), .055); font-size: 19px; }
.start-page .start-choice h3 { margin-bottom: 11px; font-size: 24px; }
.start-page .start-choice p { margin-bottom: 24px; font-size: 14px; }
.start-page .start-choice a { margin-top: auto; }
.start-page .start-what-to-bring { background: radial-gradient(circle at 12% 40%, rgba(125,0,8,.09), transparent 30%), #080808; }
.start-page .start-bring-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 54px; align-items: start; }
.start-page .start-bring-list { margin: 0; padding: 0; list-style: none; }
.start-page .start-bring-list li { position: relative; margin-bottom: 16px; padding-left: 28px; color: #c5c5c5; line-height: 1.65; }
.start-page .start-bring-list li::before { content: "✓"; position: absolute; left: 0; color: var(--krs-red); font-weight: 800; }
.start-page .start-expect-panel { padding: 30px; border: 1px solid rgba(255,255,255,.09); border-radius: 12px; background: linear-gradient(180deg, #111 0%, #0b0b0b 100%); }
.start-page .start-expect-panel h3 { margin-bottom: 14px; font-size: 25px; }
.start-page .start-expect-panel p:last-child { margin-bottom: 0; }
.start-page .start-callout { margin-top: 22px; padding: 18px 20px; border-left: 3px solid var(--krs-red); background: linear-gradient(90deg, rgba(var(--krs-red-rgb), .075), rgba(var(--krs-red-rgb), .01)); }
.start-page .start-callout strong { display: block; margin-bottom: 5px; color: #fff; }
.start-page .start-callout p { margin: 0; font-size: 14px; }

@media (max-width: 991px) {
  .start-page .start-hero { padding: 104px 0 74px; }
  .start-page .start-contact-card { margin: 48px auto 0; }
  .start-page .start-choice-grid, .start-page .start-bring-grid { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .start-page .start-hero { padding: 92px 0 62px; }
  .start-page .start-proof-grid { grid-template-columns: 1fr; }
  .start-page .start-contact-card::before { display: none; }
}

/* =========================================================
   Privacy Policy
   ========================================================= */
body.privacy-policy-page { background: #111 !important; }
.privacy-policy-page .common-hero { background: #111 !important; background-image: none !important; padding: 90px 0 50px; }
.privacy-policy-page .common-hero::before,
.privacy-policy-page .common-hero::after { content: none !important; display: none !important; background-image: none !important; }
.privacy-policy-page .service-details-area-all { background: #111 !important; background-image: none !important; padding-top: 50px; }

/* =========================================================
   Footer
   ========================================================= */
.footer2 { background-color: #151515; background-image: none; border-top: 1px solid rgba(255,255,255,.06); }
.footer2 .copyright-area .coppyright .footer-credit,
.footer2 .copyright-area .coppyright .footer-credit a { font-size: 13px; line-height: 1.6; color: #9a9a9a; }
.footer2 .copyright-area .coppyright .footer-credit a:hover { color: #d2d1d5; }
