:root {
  --sam5-bg: #06101f;
  --sam5-bg-2: #09182c;
  --sam5-card: #0d213b;
  --sam5-card-2: #0a1b31;
  --sam5-line: rgba(151, 205, 255, .17);
  --sam5-text: #f7faff;
  --sam5-muted: #afc0d4;
  --sam5-blue: #1463d6;
  --sam5-cyan: #54c7ff;
  --sam5-radius: 24px;
}

html, body { overflow-x: clip; }
.et-db #et-boc .et-l .et_pb_section,
.et-db #et-boc .et-l .et_pb_row,
.et-db #et-boc .et-l .et_pb_column,
.et-db #et-boc .et-l .et_pb_module { min-width: 0; }

.sam5-hero-copy,
.sam5-heading,
.sam5-card,
.sam5-contact-copy,
.sam5-cta,
.sam5-faqs,
.sam5-legal { font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif; }

.sam5-hero-copy h1,
.sam5-heading h2,
.sam5-card h3,
.sam5-contact-copy h2,
.sam5-cta h2,
.sam5-legal h2,
.sam5-legal h3 {
  color: var(--sam5-text);
  letter-spacing: -.045em;
  line-height: 1.07;
}
.sam5-hero-copy h1 { margin: 0 0 24px; font-size: clamp(45px, 5.7vw, 82px); font-weight: 780; }
.sam5-heading h2,
.sam5-contact-copy h2,
.sam5-cta h2 { margin: 0 0 18px; font-size: clamp(34px, 4.2vw, 58px); font-weight: 760; }
.sam5-card h3 { margin: 0 0 12px; font-size: clamp(22px, 2vw, 28px); font-weight: 750; }
.sam5-hero-copy p,
.sam5-heading p,
.sam5-card p,
.sam5-contact-copy p,
.sam5-cta p,
.sam5-faqs p { color: var(--sam5-muted); }
.sam5-hero-lead,
.sam5-lead { max-width: 760px; margin: 0; color: #bdcade !important; font-size: clamp(18px, 2vw, 22px); line-height: 1.65; }
.sam5-kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 17px; color: var(--sam5-cyan) !important; font-size: 12px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.sam5-kicker::before { content: ""; width: 28px; height: 1px; background: linear-gradient(90deg, var(--sam5-cyan), transparent); }
.sam5-heading { max-width: 850px; margin-bottom: 32px; }

.sam5-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.sam5-button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; max-width: 100%; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; background: linear-gradient(135deg, var(--sam5-cyan), var(--sam5-blue)); color: #041222 !important; font-size: 14px; font-weight: 850; text-decoration: none !important; box-shadow: 0 18px 44px rgba(20, 99, 214, .26); transition: transform .22s ease, box-shadow .22s ease; }
.sam5-button:hover { transform: translateY(-2px); box-shadow: 0 24px 58px rgba(20, 99, 214, .34); }
.sam5-button-ghost { border-color: var(--sam5-line); background: rgba(255,255,255,.035); color: var(--sam5-text) !important; box-shadow: none; }
.sam5-proof { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.sam5-proof span { max-width: 100%; padding: 8px 12px; border: 1px solid var(--sam5-line); border-radius: 999px; color: #d9e5f4; font-size: 12px; font-weight: 720; overflow-wrap: anywhere; }

.sam5-card { height: 100%; min-width: 0; padding: 28px; border: 1px solid var(--sam5-line); border-radius: var(--sam5-radius); background: linear-gradient(145deg, rgba(16,43,75,.9), rgba(7,21,40,.94)); box-shadow: 0 24px 65px rgba(0,0,0,.18); overflow: hidden; }
.sam5-card-label { display: inline-block; margin-bottom: 16px; color: var(--sam5-cyan); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.sam5-card p { margin: 0 0 18px; line-height: 1.7; }
.sam5-list { display: grid; gap: 10px; margin: 18px 0 22px; padding: 0; list-style: none; }
.sam5-list li { position: relative; padding-left: 19px; color: #d3dfed; font-size: 14px; overflow-wrap: anywhere; }
.sam5-list li::before { content: ""; position: absolute; left: 0; top: .72em; width: 7px; height: 7px; border-radius: 50%; background: var(--sam5-cyan); box-shadow: 0 0 16px rgba(84,199,255,.55); }
.sam5-text-link { display: inline-flex; margin-top: 6px; color: var(--sam5-cyan) !important; font-weight: 800; text-decoration: none !important; }

.sam5-cta { max-width: 860px; margin: 0 auto; text-align: center; }
.sam5-cta .sam5-kicker { color: #dff5ff !important; }
.sam5-cta h2, .sam5-cta p { color: #fff; }
.sam5-cta .sam5-actions { justify-content: center; }
.sam5-cta .sam5-button { background: #fff; color: #082046 !important; }

.sam5-contact-copy { max-width: 520px; }
.sam5-contact-details { display: grid; gap: 10px; margin-top: 30px; }
.sam5-contact-details p { margin: 0; overflow-wrap: anywhere; }
.sam5-contact-details strong { color: #fff; }
.sam5-contact-details a { color: var(--sam5-cyan) !important; overflow-wrap: anywhere; }

.sam5-faqs { display: grid; gap: 12px; }
.sam5-faqs details { min-width: 0; padding: 20px 22px; border: 1px solid var(--sam5-line); border-radius: 18px; background: rgba(12,32,57,.72); }
.sam5-faqs summary { color: #fff; font-weight: 780; cursor: pointer; list-style-position: inside; overflow-wrap: anywhere; }
.sam5-faqs p { margin: 14px 0 0; }

.sam5-legal { color: #344860; }
.sam5-legal h2, .sam5-legal h3 { color: #07182f; }
.sam5-legal p { color: #53677e; }

/* AJAX contact form embedded in the native Divi 5 Code module. */
.sam-vb-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; width: 100%; min-width: 0; padding: 30px; border: 1px solid var(--sam5-line); border-radius: 24px; background: rgba(5,16,31,.76); box-shadow: 0 28px 80px rgba(0,0,0,.18); }
.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%; max-width: 100%; min-width: 0; min-height: 49px; padding: 12px 14px; border: 1px solid rgba(151,205,255,.18); border-radius: 12px; outline: 0; background: rgba(255,255,255,.04); color: #fff; }
.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(--sam5-cyan); box-shadow: 0 0 0 3px rgba(84,199,255,.12); }
.sam-vb-form .sam-consent { display: flex; align-items: flex-start; gap: 10px; color: var(--sam5-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(--sam5-blue); }
.sam-vb-form .sam-consent a { color: #fff; text-decoration: underline; }
.sam-vb-form .sam-vb-submit { min-height: 52px; padding: 0 22px; border: 0; border-radius: 999px; background: linear-gradient(135deg, var(--sam5-cyan), var(--sam5-blue)); color: #041222; font-weight: 850; cursor: pointer; }
.sam-vb-form .sam-form-note,
.sam-vb-form .sam-form-status { margin: 0; color: var(--sam5-muted); font-size: 11px; overflow-wrap: anywhere; }
.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(--sam5-cyan); }

@media (max-width: 980px) {
  .sam5-hero-copy h1 { font-size: clamp(42px, 8.4vw, 67px); }
  .sam5-card { padding: 24px; }
  .sam5-heading { margin-bottom: 24px; }
}

@media (max-width: 767px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  .et-db #et-boc .et-l .et_pb_row { width: calc(100% - 28px) !important; max-width: calc(100% - 28px) !important; }
  .sam5-hero-copy,
  .sam5-heading,
  .sam5-card,
  .sam5-contact-copy,
  .sam5-cta,
  .sam5-faqs,
  .sam5-legal { min-width: 0; max-width: 100%; }
  .sam5-hero-copy h1 { font-size: clamp(38px, 12vw, 55px); overflow-wrap: anywhere; }
  .sam5-heading h2,
  .sam5-contact-copy h2,
  .sam5-cta h2 { font-size: clamp(31px, 10vw, 44px); overflow-wrap: anywhere; }
  .sam5-actions { display: grid; grid-template-columns: 1fr; }
  .sam5-button { width: 100%; white-space: normal; text-align: center; }
  .sam5-proof { display: grid; grid-template-columns: 1fr; }
  .sam5-proof span { width: 100%; text-align: center; }
  .sam5-card { padding: 21px; border-radius: 19px; }
  .sam-vb-form { grid-template-columns: 1fr; padding: 20px; border-radius: 19px; }
  .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; }
  .sam5-faqs details { padding: 18px; }
}
