:root {
  --sam-vb-bg: #06101f;
  --sam-vb-bg-2: #0a1a30;
  --sam-vb-light: #f5f9ff;
  --sam-vb-card: rgba(12, 31, 55, .88);
  --sam-vb-text: #f7fbff;
  --sam-vb-dark-text: #10213a;
  --sam-vb-muted: #a7bad1;
  --sam-vb-muted-dark: #5c6f87;
  --sam-vb-blue: #1463d6;
  --sam-vb-cyan: #4dc5ff;
  --sam-vb-line: rgba(124, 190, 255, .18);
  --sam-vb-shadow: 0 24px 80px rgba(0, 18, 45, .18);
}

body.sam-divi-visual-page {
  overflow-x: clip;
  background: var(--sam-vb-bg);
}
body.sam-divi-visual-page #page-container,
body.sam-divi-visual-page #main-content,
body.sam-divi-visual-page article,
body.sam-divi-visual-page .entry-content {
  overflow-x: clip;
  max-width: 100%;
}
body.sam-divi-visual-page #main-content { background: var(--sam-vb-bg); }
body.sam-divi-visual-page #main-content .container { width: 100%; max-width: none; padding-top: 0; }
body.sam-divi-visual-page #main-content .container::before { display: none; }
body.sam-divi-visual-page #left-area { width: 100%; padding: 0; }
body.sam-divi-visual-page .et_pb_post { margin-bottom: 0; }
body.sam-divi-visual-page .entry-content { padding-top: 0; }
body.sam-divi-visual-page .sam-vb-section,
body.sam-divi-visual-page .sam-vb-section *,
body.sam-divi-visual-page .sam-vb-section *::before,
body.sam-divi-visual-page .sam-vb-section *::after { box-sizing: border-box; }
body.sam-divi-visual-page .sam-vb-section .et_pb_row,
body.sam-divi-visual-page .sam-vb-section .et_pb_column,
body.sam-divi-visual-page .sam-vb-section .et_pb_module { min-width: 0; max-width: 100%; }
body.sam-divi-visual-page .sam-vb-section img,
body.sam-divi-visual-page .sam-vb-section svg,
body.sam-divi-visual-page .sam-vb-section video { max-width: 100%; height: auto; }

.sam-vb-section {
  position: relative;
  overflow: hidden;
  padding: 108px 0 !important;
  background: var(--sam-vb-bg);
  color: var(--sam-vb-text);
}
.sam-vb-light-section { background: var(--sam-vb-light); color: var(--sam-vb-dark-text); }
.sam-vb-dark-section { background: linear-gradient(180deg, #071426 0%, #06101f 100%); }
.sam-vb-section > .et_pb_row { width: min(90%, 1240px) !important; max-width: 1240px !important; }
.sam-vb-section .et_pb_row { position: relative; z-index: 2; }
.sam-vb-section .et_pb_text,
.sam-vb-section .et_pb_button_module_wrapper,
.sam-vb-section .et_pb_image,
.sam-vb-section .et_pb_toggle { margin-bottom: 18px; }
.sam-vb-section h1,
.sam-vb-section h2,
.sam-vb-section h3,
.sam-vb-section p,
.sam-vb-section li,
.sam-vb-section a { overflow-wrap: anywhere; }
.sam-vb-section h1,
.sam-vb-section h2,
.sam-vb-section h3 { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }
.sam-vb-section h1 { margin: 0; color: #fff; font-size: clamp(46px, 6vw, 82px); line-height: .98; letter-spacing: -.055em; }
.sam-vb-section h2 { margin: 0 0 20px; color: inherit; font-size: clamp(34px, 4.5vw, 58px); line-height: 1.04; letter-spacing: -.045em; }
.sam-vb-section h3 { margin: 0 0 13px; color: inherit; font-size: 23px; line-height: 1.16; letter-spacing: -.025em; }
.sam-vb-section p,
.sam-vb-section li { color: var(--sam-vb-muted); font-size: 16px; line-height: 1.75; }
.sam-vb-light-section p,
.sam-vb-light-section li { color: var(--sam-vb-muted-dark); }
.sam-vb-kicker,
.sam-vb-card-label { margin: 0 0 16px !important; color: var(--sam-vb-cyan) !important; font-size: 11px !important; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.sam-vb-light-section .sam-vb-kicker,
.sam-vb-light-section .sam-vb-card-label { color: var(--sam-vb-blue) !important; }
.sam-vb-intro,
.sam-vb-hero-lead { max-width: 760px; font-size: 19px !important; line-height: 1.65 !important; }
.sam-vb-proof { margin-top: 23px !important; color: #c9d8e9 !important; font-size: 12px !important; font-weight: 750; letter-spacing: .04em; }
.sam-vb-light-section .sam-vb-proof { color: #51657e !important; }

.sam-vb-hero,
.sam-vb-inner-hero {
  padding: 130px 0 118px !important;
  background:
    radial-gradient(circle at 78% 24%, rgba(77, 197, 255, .18), transparent 28%),
    radial-gradient(circle at 20% 15%, rgba(20, 99, 214, .18), transparent 30%),
    linear-gradient(180deg, #06101f 0%, #08182b 100%);
}
.sam-vb-inner-hero { padding-top: 112px !important; }
.sam-vb-hero::before,
.sam-vb-inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .22;
  background-image: linear-gradient(rgba(124, 190, 255, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(124, 190, 255, .08) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}
.sam-vb-hero-row,
.sam-vb-split-row,
.sam-vb-contact-row,
.sam-vb-cta-row { display: flex; align-items: center; }
.sam-vb-hero-copy { max-width: 790px; }
.sam-vb-hero-image img,
.sam-vb-feature-image img { display: block; width: min(100%, 610px); margin: 0 auto; filter: drop-shadow(0 30px 70px rgba(0, 70, 150, .22)); }
.sam-vb-hero-image .et_pb_image_wrap,
.sam-vb-feature-image .et_pb_image_wrap { display: block; width: 100%; }

.sam-vb-button { display: inline-block; width: auto; margin: 8px 10px 0 0 !important; vertical-align: top; }
.sam-vb-button .et_pb_button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #4dc5ff, #1463d6) !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  white-space: normal;
  text-align: center;
  box-shadow: 0 16px 38px rgba(20, 99, 214, .24);
}
.sam-vb-button .et_pb_button:hover { transform: translateY(-2px); box-shadow: 0 20px 44px rgba(20, 99, 214, .32); }
.sam-vb-button-ghost .et_pb_button { border: 1px solid var(--sam-vb-line) !important; background: rgba(255,255,255,.025) !important; color: #e8f3ff !important; box-shadow: none; }
.sam-vb-light-section .sam-vb-button-ghost .et_pb_button { border-color: rgba(20, 99, 214, .2) !important; background: rgba(20, 99, 214, .04) !important; color: #123052 !important; }
.sam-vb-button-light .et_pb_button { background: #fff !important; color: #0a2a50 !important; box-shadow: none; }
.sam-vb-button-small .et_pb_button { min-height: 44px; padding-inline: 17px !important; font-size: 13px !important; }
.sam-vb-button-center { display: table; margin: 12px auto 0 !important; }
.sam-vb-center-row { text-align: center; }

.sam-vb-heading { max-width: 850px; margin-bottom: 32px !important; }
.sam-vb-card-row,
.sam-vb-package-row,
.sam-vb-process-row { display: flex; align-items: stretch; }
.sam-vb-card-row > .et_pb_column,
.sam-vb-package-row > .et_pb_column,
.sam-vb-process-row > .et_pb_column { display: flex; min-width: 0; flex-direction: column; }
.sam-vb-card,
.sam-vb-process-card,
.sam-vb-company-card {
  height: 100%;
  padding: 30px !important;
  border: 1px solid var(--sam-vb-line);
  border-radius: 24px;
  background: var(--sam-vb-card);
  box-shadow: 0 20px 60px rgba(0,0,0,.12);
}
.sam-vb-light-section .sam-vb-card,
.sam-vb-light-section .sam-vb-process-card,
.sam-vb-light-section .sam-vb-company-card {
  border-color: rgba(20, 99, 214, .12);
  background: #fff;
  box-shadow: var(--sam-vb-shadow);
}
.sam-vb-card-row > .et_pb_column > .sam-vb-card,
.sam-vb-package-row > .et_pb_column > .sam-vb-card { flex: 1 1 auto; }
.sam-vb-card-row > .et_pb_column > .sam-vb-button,
.sam-vb-package-row > .et_pb_column > .sam-vb-button { margin-top: auto !important; }
.sam-vb-featured-card { border-color: rgba(77, 197, 255, .65) !important; background: linear-gradient(180deg, rgba(20,99,214,.16), rgba(12,31,55,.94)) !important; transform: translateY(-10px); }
.sam-vb-light-section .sam-vb-featured-card { background: linear-gradient(180deg, #edf7ff, #fff) !important; }
.sam-vb-list { display: grid; gap: 10px; margin: 22px 0 0 !important; padding: 0 !important; list-style: none !important; }
.sam-vb-list li { position: relative; margin: 0; padding-left: 25px; }
.sam-vb-list li::before { content: ""; position: absolute; left: 0; top: .78em; width: 9px; height: 9px; border-radius: 50%; background: linear-gradient(135deg, var(--sam-vb-cyan), var(--sam-vb-blue)); transform: translateY(-50%); }
.sam-vb-process-card { min-height: 230px; }
.sam-vb-process-card h3 { color: var(--sam-vb-cyan); }
.sam-vb-company-facts { display: grid; gap: 20px; }
.sam-vb-company-facts p { margin: 0; overflow-wrap: anywhere; }
.sam-vb-company-facts strong { color: inherit; }
.sam-vb-company-facts a { color: var(--sam-vb-cyan); }
.sam-vb-light-section .sam-vb-company-facts a { color: var(--sam-vb-blue); }

.sam-vb-cta-section {
  padding: 72px 0 !important;
  background: radial-gradient(circle at 85% 35%, rgba(77,197,255,.25), transparent 30%), linear-gradient(135deg, #0d315b, #07182b);
}
.sam-vb-cta-copy h2 { font-size: clamp(32px, 4vw, 52px); }
.sam-vb-cta-copy p { max-width: 760px; }
.sam-vb-cta-row .et_pb_column:last-child { text-align: right; }

.sam-vb-toggle {
  overflow: hidden;
  margin-bottom: 12px !important;
  border: 1px solid var(--sam-vb-line) !important;
  border-radius: 17px;
  background: rgba(255,255,255,.025) !important;
}
.sam-vb-light-section .sam-vb-toggle { border-color: rgba(20,99,214,.13) !important; background: #fff !important; }
.sam-vb-toggle .et_pb_toggle_title { padding-right: 34px; color: inherit !important; font-size: 17px; font-weight: 780; }
.sam-vb-toggle .et_pb_toggle_content { color: var(--sam-vb-muted); }
.sam-vb-light-section .sam-vb-toggle .et_pb_toggle_content { color: var(--sam-vb-muted-dark); }
.sam-vb-toggle .et_pb_toggle_title::before { color: var(--sam-vb-cyan) !important; }

.sam-vb-contact-section {
  background: radial-gradient(circle at 20% 15%, rgba(77,197,255,.14), transparent 28%), #071426;
}
.sam-vb-contact-row { padding: 44px 0; }
.sam-vb-contact-copy { padding-right: 28px; }
.sam-vb-contact-details { display: grid; gap: 16px; margin-top: 28px; }
.sam-vb-contact-details p { margin: 0; overflow-wrap: anywhere; }
.sam-vb-contact-details a { color: var(--sam-vb-cyan); }
.sam-vb-form-module { width: 100%; padding: 30px !important; border: 1px solid var(--sam-vb-line); border-radius: 24px; background: rgba(5,16,31,.76); box-shadow: 0 28px 80px rgba(0,0,0,.18); }
.sam-vb-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; width: 100%; }
.sam-vb-form .sam-honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.sam-vb-form .sam-field { display: grid; min-width: 0; gap: 7px; }
.sam-vb-form .sam-field-full,
.sam-vb-form .sam-consent,
.sam-vb-form .sam-vb-submit,
.sam-vb-form .sam-form-note,
.sam-vb-form .sam-form-status { grid-column: 1 / -1; }
.sam-vb-form label { color: #d8e5f3; font-size: 12px; font-weight: 780; }
.sam-vb-form input,
.sam-vb-form select,
.sam-vb-form textarea {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid rgba(163,210,255,.17);
  border-radius: 12px;
  outline: 0;
  background: rgba(3,13,25,.78);
  color: #fff;
  font: inherit;
}
.sam-vb-form textarea { min-height: 140px; resize: vertical; }
.sam-vb-form select option { color: #071426; background: #fff; }
.sam-vb-form input:focus,
.sam-vb-form select:focus,
.sam-vb-form textarea:focus { border-color: var(--sam-vb-cyan); box-shadow: 0 0 0 3px rgba(77,197,255,.12); }
.sam-vb-form .sam-consent { display: flex; align-items: flex-start; gap: 10px; color: var(--sam-vb-muted); font-size: 11px; }
.sam-vb-form .sam-consent input { flex: 0 0 auto; width: auto; min-height: 0; margin-top: 4px; accent-color: var(--sam-vb-blue); }
.sam-vb-form .sam-consent a { color: #fff; text-decoration: underline; }
.sam-vb-form .sam-vb-submit { min-height: 50px; padding: 0 22px; border: 0; border-radius: 999px; background: linear-gradient(135deg, var(--sam-vb-cyan), var(--sam-vb-blue)); color: #fff; font-weight: 850; cursor: pointer; }
.sam-vb-form .sam-form-note,
.sam-vb-form .sam-form-status { margin: 0; color: var(--sam-vb-muted); font-size: 11px; }
.sam-vb-form .sam-form-status[data-state="success"] { color: #72dfa4; }
.sam-vb-form .sam-form-status[data-state="error"] { color: #ff8b96; }
.sam-vb-form .sam-form-status[data-state="pending"] { color: var(--sam-vb-cyan); }
.sam-vb-form button:disabled { opacity: .62; cursor: wait; }

.sam-vb-legal-hero { min-height: 430px; }
.sam-vb-legal-content { max-width: 900px; }
.sam-vb-legal-content h2 { margin-top: 0; }
.sam-vb-legal-content h3 { margin-top: 38px; }
.sam-vb-legal-content p { max-width: 850px; }

@media (max-width: 1180px) {
  .sam-vb-section { padding: 92px 0 !important; }
  .sam-vb-hero,
  .sam-vb-inner-hero { padding: 105px 0 90px !important; }
  .sam-vb-package-row { flex-wrap: wrap; }
  .sam-vb-package-row > .et_pb_column { width: 48% !important; margin-right: 4% !important; margin-bottom: 28px; }
  .sam-vb-package-row > .et_pb_column:nth-child(2n) { margin-right: 0 !important; }
  .sam-vb-featured-card { transform: none; }
}

@media (max-width: 980px) {
  .sam-vb-section > .et_pb_row { width: min(calc(100% - 40px), 900px) !important; }
  .sam-vb-hero-row,
  .sam-vb-split-row,
  .sam-vb-contact-row,
  .sam-vb-cta-row,
  .sam-vb-card-row,
  .sam-vb-process-row { display: block; }
  .sam-vb-section .et_pb_column { width: 100% !important; margin-right: 0 !important; }
  .sam-vb-hero-row .et_pb_column:first-child,
  .sam-vb-split-row .et_pb_column:first-child,
  .sam-vb-contact-row .et_pb_column:first-child { margin-bottom: 42px; }
  .sam-vb-hero-image img,
  .sam-vb-feature-image img { width: min(100%, 610px); }
  .sam-vb-card-row > .et_pb_column,
  .sam-vb-process-row > .et_pb_column { margin-bottom: 24px; }
  .sam-vb-cta-row .et_pb_column:last-child { margin-top: 22px; text-align: left; }
}

@media (max-width: 767px) {
  body.sam-divi-visual-page { overflow-x: hidden; }
  .sam-vb-section { padding: 72px 0 !important; }
  .sam-vb-section > .et_pb_row { width: calc(100% - 28px) !important; max-width: calc(100% - 28px) !important; }
  .sam-vb-hero,
  .sam-vb-inner-hero { padding: 78px 0 68px !important; }
  .sam-vb-section h1 { font-size: clamp(39px, 12vw, 56px); line-height: 1.02; }
  .sam-vb-section h2 { font-size: clamp(31px, 9vw, 43px); }
  .sam-vb-section h3 { font-size: 21px; }
  .sam-vb-intro,
  .sam-vb-hero-lead { font-size: 17px !important; }
  .sam-vb-button,
  .sam-vb-button-center { display: block; width: 100%; margin: 10px 0 0 !important; }
  .sam-vb-button .et_pb_button { width: 100%; min-width: 0; padding: 0 18px !important; }
  .sam-vb-card,
  .sam-vb-process-card,
  .sam-vb-company-card,
  .sam-vb-form-module { padding: 24px !important; border-radius: 20px; }
  .sam-vb-package-row { display: block; }
  .sam-vb-package-row > .et_pb_column { width: 100% !important; margin-right: 0 !important; }
  .sam-vb-contact-copy { padding-right: 0; }
  .sam-vb-form { grid-template-columns: 1fr; }
  .sam-vb-form .sam-field-full,
  .sam-vb-form .sam-consent,
  .sam-vb-form .sam-vb-submit,
  .sam-vb-form .sam-form-note,
  .sam-vb-form .sam-form-status { grid-column: 1; }
  .sam-vb-form input,
  .sam-vb-form select,
  .sam-vb-form textarea { font-size: 16px; }
  .sam-vb-hero-image,
  .sam-vb-feature-image { width: 100% !important; margin-left: 0 !important; transform: none !important; }
  .sam-vb-hero-image img,
  .sam-vb-feature-image img { width: 100%; max-width: 100%; margin-left: 0; transform: none; }
  .sam-vb-proof { font-size: 11px !important; }
}

@media (max-width: 430px) {
  .sam-vb-section > .et_pb_row { width: calc(100% - 22px) !important; max-width: calc(100% - 22px) !important; }
  .sam-vb-card,
  .sam-vb-process-card,
  .sam-vb-company-card,
  .sam-vb-form-module { padding: 20px !important; }
  .sam-vb-section p,
  .sam-vb-section li { font-size: 15px; }
  .sam-vb-form .sam-consent { font-size: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  .sam-vb-section *,
  .sam-vb-section *::before,
  .sam-vb-section *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Native installer safeguards */
html, body { max-width: 100%; }
body.sam-divi-native-page #page-container { overflow-x: clip; }
body.sam-divi-native-page .et_pb_section,
body.sam-divi-native-page .et_pb_row,
body.sam-divi-native-page .et_pb_column,
body.sam-divi-native-page .et_pb_module,
body.sam-divi-native-page .et_pb_module_inner,
body.sam-divi-native-page .et_pb_text_inner { min-width: 0; max-width: 100%; }
body.sam-divi-native-page .sam-vb-section .et_pb_image_wrap,
body.sam-divi-native-page .sam-vb-section .et_pb_image_wrap img { max-width: 100% !important; }
body.sam-divi-native-page .sam-vb-section a,
body.sam-divi-native-page .sam-vb-section p,
body.sam-divi-native-page .sam-vb-section li,
body.sam-divi-native-page .sam-vb-section h1,
body.sam-divi-native-page .sam-vb-section h2,
body.sam-divi-native-page .sam-vb-section h3 { word-break: normal; overflow-wrap: anywhere; }
@media (max-width: 980px) {
  body.sam-divi-native-page .sam-vb-section .et_pb_row { display: block !important; }
  body.sam-divi-native-page .sam-vb-section .et_pb_column { float: none !important; width: 100% !important; margin-right: 0 !important; }
}
@media (max-width: 767px) {
  body.sam-divi-native-page .sam-vb-section { overflow: hidden !important; }
  body.sam-divi-native-page .sam-vb-section .et_pb_button_module_wrapper,
  body.sam-divi-native-page .sam-vb-section .et_pb_button { max-width: 100% !important; }
  body.sam-divi-native-page .sam-vb-section .et_pb_button { white-space: normal !important; overflow-wrap: anywhere; }
  body.sam-divi-native-page .sam-vb-section input,
  body.sam-divi-native-page .sam-vb-section select,
  body.sam-divi-native-page .sam-vb-section textarea { max-width: 100% !important; }
}
