: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; }
}


/* SAM Multilingual Divi v2 */
body.sam-ml-page { overflow-x: hidden; }
body.sam-ml-page #page-container,
body.sam-ml-page #et-main-area,
body.sam-ml-page .et_pb_section,
body.sam-ml-page .et_pb_row,
body.sam-ml-page .et_pb_column,
body.sam-ml-page .et_pb_module,
body.sam-ml-page .et_pb_module_inner,
body.sam-ml-page .et_pb_text_inner { min-width:0; max-width:100%; box-sizing:border-box; }
.sam-vb-tight-section { padding-top:0 !important; }
.sam-vb-heading-center { max-width:850px; margin-inline:auto; text-align:center; }
.sam-vb-icon-card {
  height:100%; padding:30px !important; border:1px solid rgba(96,165,250,.18);
  border-radius:24px; background:linear-gradient(145deg,rgba(13,29,50,.96),rgba(8,22,40,.9));
  box-shadow:0 18px 50px rgba(3,12,28,.18); transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.sam-vb-light-section .sam-vb-icon-card {
  background:linear-gradient(145deg,#fff,#f5f9ff); border-color:rgba(37,99,235,.14);
  box-shadow:0 18px 45px rgba(20,64,130,.09);
}
.sam-vb-icon-card:hover { transform:translateY(-6px); border-color:rgba(56,189,248,.52); box-shadow:0 26px 65px rgba(3,17,43,.24); }
.sam-vb-icon-card .et_pb_main_blurb_image { margin-bottom:20px; }
.sam-vb-icon-card .et_pb_image_wrap {
  width:58px; height:58px; padding:13px; border-radius:18px;
  background:linear-gradient(145deg,rgba(37,99,235,.19),rgba(56,189,248,.08));
  display:flex;align-items:center;justify-content:center;
}
.sam-vb-icon-card .et_pb_image_wrap img { width:32px !important; height:32px !important; object-fit:contain; }
.sam-vb-icon-card .et_pb_module_header { color:#f5f9ff !important; font-size:21px !important; line-height:1.25 !important; margin-bottom:10px; }
.sam-vb-light-section .sam-vb-icon-card .et_pb_module_header { color:#0b1f3a !important; }
.sam-vb-icon-card .et_pb_blurb_description,
.sam-vb-icon-card .et_pb_blurb_description p { color:#a9b8cc !important; line-height:1.7; }
.sam-vb-light-section .sam-vb-icon-card .et_pb_blurb_description,
.sam-vb-light-section .sam-vb-icon-card .et_pb_blurb_description p { color:#52647d !important; }
.sam-vb-service-card + .et_pb_button_module_wrapper { margin-top:18px; }
.sam-vb-highlight-card { border-color:rgba(56,189,248,.45); background:linear-gradient(145deg,rgba(15,43,78,.98),rgba(8,27,53,.96)); }
.sam-vb-process-card .et_pb_module_header { font-size:18px !important; }
.sam-vb-package-card { position:relative; overflow:hidden; }
.sam-vb-package-card:before { content:""; position:absolute; inset:0 auto auto 0; width:100%; height:3px; background:linear-gradient(90deg,#2563eb,#38bdf8); opacity:.7; }
.sam-vb-featured-card:after { content:"★"; position:absolute; top:17px; right:20px; color:#38bdf8; font-size:18px; }
.sam-language-switcher { display:inline-flex; align-items:center; gap:4px; padding:4px; border:1px solid rgba(120,170,230,.22); border-radius:999px; background:rgba(6,19,37,.75); }
.sam-language-switcher a { display:flex;align-items:center;justify-content:center;min-width:34px;height:32px;padding:0 9px;border-radius:999px;color:#a9b8cc!important;font-size:12px;font-weight:800;letter-spacing:.06em;text-decoration:none!important;transition:.2s ease; }
.sam-language-switcher a:hover,.sam-language-switcher a[aria-current="true"] { color:#fff!important;background:linear-gradient(135deg,#2563eb,#1594d6);box-shadow:0 6px 18px rgba(37,99,235,.28); }
.sam-language-switcher .sam-lang-name { display:none; }
.sam-vb-form .sam-form-grid { display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px; }
.sam-vb-form .sam-form-full { grid-column:1/-1; }
.sam-vb-form input,.sam-vb-form select,.sam-vb-form textarea { width:100%;max-width:100%;font-size:16px; }
.sam-vb-form [data-state="success"] { color:#7ee2b8; }
.sam-vb-form [data-state="error"] { color:#ff9b9b; }
body.sam-ml-page .sam-vb-section img { max-width:100%!important;height:auto; }
body.sam-ml-page .sam-vb-section a,
body.sam-ml-page .sam-vb-section p,
body.sam-ml-page .sam-vb-section h1,
body.sam-ml-page .sam-vb-section h2,
body.sam-ml-page .sam-vb-section h3,
body.sam-ml-page .sam-vb-section li { overflow-wrap:anywhere; }
@media(max-width:980px){
 body.sam-ml-page .sam-vb-section .et_pb_row { display:block!important; }
 body.sam-ml-page .sam-vb-section .et_pb_column { float:none!important;width:100%!important;margin-right:0!important;margin-bottom:24px; }
 .sam-vb-card-row .et_pb_column:last-child,.sam-vb-split-row .et_pb_column:last-child { margin-bottom:0; }
 .sam-language-switcher { margin:12px 0; }
}
@media(max-width:767px){
 .sam-vb-section { overflow:hidden; }
 .sam-vb-icon-card { padding:24px!important;border-radius:20px; }
 .sam-vb-form .sam-form-grid { grid-template-columns:1fr; }
 .sam-vb-form .sam-form-full { grid-column:auto; }
 body.sam-ml-page .sam-vb-button,
 body.sam-ml-page .sam-vb-section .et_pb_button { width:100%;max-width:100%;text-align:center;white-space:normal!important; }
 body.sam-ml-page .sam-vb-section { padding-left:0!important;padding-right:0!important; }
 body.sam-ml-page .sam-vb-section .et_pb_row { width:90%!important;max-width:90%!important; }
}

.sam-form-hp{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important;}

/* SAM Multilingual Divi v3 — contact page and form refinement */
.sam-contact-hero { padding-top: 104px !important; padding-bottom: 88px !important; }
.sam-contact-hero .sam-vb-hero-lead { max-width: 720px; }
.sam-contact-hero-image img { max-width: 430px !important; margin-inline: auto; }
.sam-contact-main { padding-top: 92px !important; padding-bottom: 92px !important; }
.sam-contact-main .sam-vb-contact-row { align-items: flex-start; padding: 0; }
.sam-contact-main .sam-vb-contact-copy h2 { color: #10213a; font-size: clamp(34px,4vw,52px); }
.sam-contact-main .sam-vb-contact-copy > p { color: #5c6f87; }
.sam-contact-info-card {
  margin: 14px 0 0 !important; padding: 20px !important; border: 1px solid rgba(37,99,235,.13);
  border-radius: 18px; background: #fff; box-shadow: 0 14px 34px rgba(20,64,130,.07);
}
.sam-contact-info-card .et_pb_main_blurb_image { width: 46px; margin: 0 14px 0 0; vertical-align: top; }
.sam-contact-info-card .et_pb_blurb_container { padding-left: 0; }
.sam-contact-info-card .et_pb_module_header { padding-bottom: 5px; color: #10213a !important; font-size: 15px !important; }
.sam-contact-info-card .et_pb_blurb_description,
.sam-contact-info-card .et_pb_blurb_description p { margin: 0; color: #61738b !important; font-size: 13px; line-height: 1.55; }
.sam-contact-info-card a { color: #1463d6 !important; font-weight: 750; }
.sam-contact-form-card {
  padding: 42px !important; border: 1px solid rgba(37,99,235,.16) !important; border-radius: 28px !important;
  background: #fff !important; box-shadow: 0 28px 80px rgba(20,64,130,.12) !important;
}
.sam-contact-form-heading { margin-bottom: 26px; }
.sam-contact-form-heading h3 { margin-bottom: 8px; color: #10213a !important; font-size: 30px; }
.sam-contact-form-heading p { margin: 0; color: #667991 !important; font-size: 14px; }
.sam-vb-form--simple { display: block; }
.sam-vb-form--simple .sam-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.sam-vb-form--simple .sam-form-field { display: flex; min-width: 0; flex-direction: column; gap: 8px; }
.sam-vb-form--simple .sam-form-full { grid-column: 1 / -1; }
.sam-vb-form--simple label { display: block; margin: 0; color: #243852; font-size: 12px; font-weight: 800; line-height: 1.35; }
.sam-vb-form--simple label > span,
.sam-vb-form--simple .sam-form-field label span { color: #1463d6; }
.sam-vb-form--simple input,
.sam-vb-form--simple select,
.sam-vb-form--simple textarea {
  display: block; width: 100%; min-width: 0; margin: 0; border: 1px solid #d6e1ee; border-radius: 13px;
  background: #f7faff; color: #10213a; font: inherit; font-size: 16px; outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.sam-vb-form--simple input,
.sam-vb-form--simple select { min-height: 52px; padding: 0 15px; }
.sam-vb-form--simple textarea { min-height: 138px; padding: 14px 15px; resize: vertical; }
.sam-vb-form--simple input:focus,
.sam-vb-form--simple select:focus,
.sam-vb-form--simple textarea:focus { border-color: #38aef5; background: #fff; box-shadow: 0 0 0 4px rgba(56,174,245,.12); }
.sam-vb-form--simple .sam-form-consent { display: grid; grid-template-columns: 20px minmax(0,1fr); align-items: start; gap: 10px; color: #62748b; font-size: 11px; font-weight: 600; }
.sam-vb-form--simple .sam-form-consent input { width: 18px; min-height: 18px; height: 18px; margin: 1px 0 0; padding: 0; accent-color: #1463d6; }
.sam-vb-form--simple .sam-form-consent span { color: #62748b; }
.sam-vb-form--simple .sam-form-consent a { color: #1463d6 !important; text-decoration: underline; }
.sam-vb-form--simple .sam-vb-submit {
  width: 100%; min-height: 54px; margin-top: 20px; padding: 0 22px; border: 0; border-radius: 999px;
  background: linear-gradient(135deg,#38bdf8,#1463d6); color: #fff; font-size: 14px; font-weight: 850;
  box-shadow: 0 16px 34px rgba(20,99,214,.22); cursor: pointer;
}
.sam-vb-form--simple .sam-vb-submit:hover { transform: translateY(-1px); box-shadow: 0 20px 40px rgba(20,99,214,.28); }
.sam-vb-form--simple .sam-form-status { min-height: 20px; margin: 13px 0 0; color: #667991; font-size: 12px; }
.sam-vb-form--simple .sam-form-status[data-state="success"] { color: #15805f; }
.sam-vb-form--simple .sam-form-status[data-state="error"] { color: #ba3945; }
.sam-contact-steps { padding-top: 86px !important; }

@media (max-width: 980px) {
  .sam-contact-hero { padding-top: 82px !important; }
  .sam-contact-hero-image img { max-width: 390px !important; }
  .sam-contact-form-card { padding: 34px !important; }
}
@media (max-width: 767px) {
  .sam-contact-hero { padding-top: 68px !important; padding-bottom: 62px !important; }
  .sam-contact-main { padding-top: 66px !important; padding-bottom: 66px !important; }
  .sam-contact-main .sam-vb-contact-row .et_pb_column:first-child { margin-bottom: 34px !important; }
  .sam-contact-form-card { padding: 24px !important; border-radius: 21px !important; }
  .sam-contact-form-heading h3 { font-size: 25px; }
  .sam-vb-form--simple .sam-form-grid { grid-template-columns: 1fr; gap: 15px; }
  .sam-vb-form--simple .sam-form-full { grid-column: 1; }
  .sam-contact-info-card { padding: 17px !important; }
}

/* SAM Multilingual Divi v4 — Divi 5 icon-card compatibility */
.sam-vb-d5-icon-card .sam-vb-native-icon {
  width: 58px;
  height: 58px;
  margin: 0 0 20px;
  padding: 13px;
  border-radius: 18px;
  background: linear-gradient(145deg,rgba(37,99,235,.19),rgba(56,189,248,.08));
  display: flex;
  align-items: center;
  justify-content: center;
}
.sam-vb-d5-icon-card .sam-vb-native-icon img {
  display: block;
  width: 32px !important;
  height: 32px !important;
  max-width: 32px !important;
  object-fit: contain;
}
.sam-vb-d5-icon-card h3 {
  color: #f5f9ff !important;
  font-size: 21px !important;
  line-height: 1.25 !important;
  margin-bottom: 10px !important;
}
.sam-vb-light-section .sam-vb-d5-icon-card h3 { color: #0b1f3a !important; }
.sam-vb-d5-icon-card p { color: #a9b8cc !important; line-height: 1.7 !important; }
.sam-vb-light-section .sam-vb-d5-icon-card p { color: #52647d !important; }
.sam-vb-process-card.sam-vb-d5-icon-card h3 { font-size: 18px !important; color: var(--sam-vb-cyan) !important; }
.sam-contact-info-card.sam-vb-d5-icon-card {
  display: block;
  min-height: 0;
}
.sam-contact-info-card.sam-vb-d5-icon-card .sam-vb-native-icon {
  float: left;
  width: 46px;
  height: 46px;
  margin: 0 14px 6px 0;
  padding: 10px;
  border-radius: 14px;
}
.sam-contact-info-card.sam-vb-d5-icon-card .sam-vb-native-icon img {
  width: 26px !important;
  height: 26px !important;
  max-width: 26px !important;
}
.sam-contact-info-card.sam-vb-d5-icon-card h3 {
  padding-top: 2px;
  padding-bottom: 4px;
  margin-bottom: 0 !important;
  color: #10213a !important;
  font-size: 15px !important;
}
.sam-contact-info-card.sam-vb-d5-icon-card p { margin-bottom: 0 !important; color: #5c6f87 !important; }
.sam-contact-info-card.sam-vb-d5-icon-card::after { content: ""; display: block; clear: both; }
body.sam-ml-page .sam-vb-d5-icon-card img { visibility: visible !important; opacity: 1 !important; }
