:root {
  --lighter-primary-color-rgb: 178, 58, 44;
  --primary-color-rgb: 141, 28, 16;
  --darker-primary-color-rgb: 107, 18, 8;
  --primary-color: rgb(var(--primary-color-rgb));
  --lighter-primary-color: rgb(var(--lighter-primary-color-rgb));
  --darker-primary-color: rgb(var(--darker-primary-color-rgb));
}
/* ---------- Brand font (Graphik) ---------- */
  @font-face{font-family:'Graphik';src:url('/static/images/abogados-latinos/ab86f0_Graphik-Light-Trial.otf');font-weight:300;font-display:swap}
  @font-face{font-family:'Graphik';src:url('/static/images/abogados-latinos/495af1_Graphik-Regular-Trial.otf');font-weight:400;font-display:swap}
  @font-face{font-family:'Graphik';src:url('/static/images/abogados-latinos/2d1882_Graphik-Medium-Trial.otf');font-weight:500;font-display:swap}
  @font-face{font-family:'Graphik';src:url('/static/images/abogados-latinos/96ebd8_Graphik-Semibold-Trial.otf');font-weight:600;font-display:swap}
  @font-face{font-family:'Graphik';src:url('/static/images/abogados-latinos/6c47df_Graphik-Bold-Trial.otf');font-weight:700;font-display:swap}
  @font-face{font-family:'Graphik';src:url('/static/images/abogados-latinos/a1aa3c_Graphik-Black-Trial.otf');font-weight:800;font-display:swap}
  @font-face{font-family:'Graphik';src:url('/static/images/abogados-latinos/62fb5f_Graphik-Super-Trial.otf');font-weight:900;font-display:swap}

  :root{
    --gold:#a8883c;--orange:#f26b1f;--orange-dark:#d95c14;
    --red:#7c1d1d;--red-dark:#661414;--slate:#24343b;--ink:#1f2b30;
    --muted:#6b7680;--line:#e2e5e8;--light:#eceef1;
  }
  *{box-sizing:border-box;margin:0;padding:0}
  html{scroll-behavior:smooth}
  body{font-family:'Graphik','Segoe UI',Helvetica,Arial,sans-serif;color:var(--ink);line-height:1.5;background:#fff}
  img{max-width:100%;display:block}
  a{color:inherit;text-decoration:none}
  .wrap{max-width:1200px;margin:0 auto;padding:0 20px}

  /* ---------- Top bar ---------- */
  .topbar{display:grid;grid-template-columns:1.1fr 1.3fr 1fr;align-items:stretch;background:#fff;position:sticky;top:0;z-index:200;box-shadow:0 2px 10px rgba(0,0,0,.12)}
  .topbar__logo{display:flex;align-items:center;justify-content:center;padding:16px 24px}
  .topbar__logo img{height:54px;width:auto}
  .topbar__tag{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-style:italic;color:#2b2b2b}
  .topbar__tag strong{font-size:34px;font-weight:800}
  .topbar__tag span{font-size:20px}
  .topbar__call{background:var(--orange);color:#fff;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:14px}
  .topbar__call .avail{font-weight:700;font-size:19px}
  .topbar__call .num{font-size:44px;font-weight:800;letter-spacing:1px;line-height:1.1}
  .topbar__call .es{font-style:italic;font-size:18px;opacity:.95}

  /* ---------- Hero ---------- */
  .hero{position:relative;background:#26333c url('/static/images/abogados-latinos/e31384_banner__background.jpg') center/cover no-repeat;color:#fff;overflow:hidden}
  .hero::before{content:"";position:absolute;inset:0;background:linear-gradient(rgba(20,30,38,.55),rgba(20,30,38,.55)),linear-gradient(rgba(255,255,255,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.06) 1px,transparent 1px);background-size:100% 100%,16px 16px,16px 16px}
  .hero__grid{position:relative;display:grid;grid-template-columns:1.3fr .9fr;gap:40px;padding:100px 20px 120px;max-width:1200px;margin:0 auto}
  .hero__eyebrow{font-style:italic;font-weight:700;text-decoration:underline;font-size:30px;margin-bottom:16px}
  .hero h1{font-size:62px;line-height:1.02;font-weight:900;text-transform:uppercase;text-shadow:2px 3px 6px rgba(0,0,0,.5);margin-bottom:28px}
  .hero__list{list-style:none;font-size:22px;font-weight:700}
  .hero__list li{margin:12px 0;display:flex;gap:10px;align-items:center}
  .hero__list li::before{content:"✔";color:#fff}

  /* ---------- Form card ---------- */
  .form-card{background:#eef0f2;border-radius:4px;padding:30px 28px;color:var(--ink);box-shadow:0 20px 40px rgba(0,0,0,.3)}
  .form-card h2{text-align:center;font-size:30px;font-weight:800;color:#33414a;line-height:1.1;margin-bottom:14px}
  .form-card .rule{height:3px;width:100%;background:#33414a;margin:0 auto 20px}
  .form-card #nextButton{background:var(--red);color:#fff;border-color:var(--red);font-size:15px}
  .form-card #nextButton:hover{background:var(--red-dark)}
  .form-card .fieldWrapper{margin-bottom:16px;text-align:left}
  .form-card .fieldWrapper label{display:block;font-size:12px;font-weight:700;letter-spacing:.4px;color:#5a6670;margin-bottom:6px;text-transform:uppercase}
  .form-card .fieldWrapper input{width:100%;box-sizing:border-box;padding:14px;border:1px solid #cfd4d8;border-radius:4px;font-size:15px;background:#fff}
  .form-card .fieldWrapper input:focus{outline:none;border-color:#9aa2a8}
  .field{margin-bottom:16px}
  .field label{display:block;font-size:12px;font-weight:700;letter-spacing:.4px;color:#5a6670;margin-bottom:6px}
  .field input{width:100%;padding:12px;border:1px solid #cfd4d8;border-radius:3px;font-size:15px;background:#fff;font-family:inherit}
  .consent{display:flex;gap:10px;font-size:11px;color:#5a6670;line-height:1.4;margin:14px 0 18px}
  .consent-note{font-size:11px;color:#5a6670;line-height:1.4;margin:14px 0 0}
  .form-card .form-consent{margin:16px 0}
  .form-card .form-consent .form-consent-label{display:flex;gap:10px;align-items:flex-start;font-family:'Roboto',sans-serif;font-size:14px;color:#5a6670;line-height:1.4;font-weight:400;letter-spacing:normal;text-transform:none;cursor:pointer}
  .form-card .form-consent .form-consent-label input{margin-top:3px;flex:0 0 15px;width:15px;height:15px;min-width:0;padding:0;accent-color:var(--red);-webkit-appearance:auto;appearance:auto}
  .consent input{margin-top:3px}
  .btn{display:inline-block;width:100%;border:none;cursor:pointer;font-weight:800;letter-spacing:.5px;text-transform:uppercase;padding:16px;border-radius:3px;font-size:15px;font-family:inherit}
  .btn--red{background:var(--red);color:#fff}
  .btn--red:hover{background:var(--red-dark)}

  /* ---------- Badges strip ---------- */
  .badges{background:#fff;padding:44px 0}
  .badges .wrap{max-width:1520px}
  .badges .row{display:flex;flex-wrap:nowrap;gap:30px;align-items:center;justify-content:space-between;border:1px solid var(--line);padding:32px 40px;border-radius:4px}
  .badges .row img{height:auto;max-height:80px;max-width:100%;object-fit:contain;flex:1 1 0;min-width:0}

  /* ---------- Section basics ---------- */
  section.pad{padding:84px 0}
  .section-title{text-align:center;font-size:46px;font-weight:800;color:var(--ink);margin-bottom:50px}

  /* ---------- Testimonials ---------- */
  .testi{background:linear-gradient(rgba(232,237,241,.86),rgba(232,237,241,.86)),url('/static/images/abogados-latinos/0dea23_office-building.webp') center/cover no-repeat;background-attachment:scroll}
  .testi .section-title{font-size:58px}
  .videos{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;max-width:1120px;margin:0 auto}
  .video{position:relative;display:block;aspect-ratio:16/9;border-radius:4px;overflow:hidden;background:#000;box-shadow:0 8px 20px rgba(0,0,0,.15)}
  .video img{width:100%;height:100%;object-fit:cover;display:block}
  .video__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:72px;height:50px;background:rgba(0,0,0,.72);border-radius:10px;transition:background .2s}
  .video:hover .video__play{background:#c0181f}
  .video__play::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-38%,-50%);border-left:22px solid #fff;border-top:13px solid transparent;border-bottom:13px solid transparent}

  /* ---------- What we do ---------- */
  .services{background:#e9edf0;padding:130px 0}
  .services .wrap{max-width:1480px}
  .services .section-title{font-size:58px;margin-bottom:64px}
  .cards{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;max-width:1480px;margin:0 auto}
  .card{background:#fff;border:1px solid #eceff1;border-radius:6px;padding:30px 30px;text-align:center;box-shadow:0 8px 18px rgba(0,0,0,.05);display:flex;flex-direction:column;align-items:center;justify-content:center}
  .card svg{width:84px;height:84px;color:#4a555c;margin:0 auto 18px}
  .card p{font-weight:800;color:#2a343a;font-size:21px;line-height:1.35}
  .center{text-align:center;margin-top:36px}
  .btn--orange{background:var(--orange);color:#fff;width:auto;padding:22px 60px;font-size:20px}
  .btn--orange:hover{background:var(--orange-dark)}
  .btn--outline{background:transparent;color:#222;border:2px solid #222;width:auto;padding:16px 34px}
  .btn--outline:hover{background:#222;color:#fff}

  /* ---------- Call band ---------- */
  .callband{background:linear-gradient(90deg,#38a89f,#2f6fd0);color:#fff;text-align:center;padding:48px 20px;font-style:italic}
  .callband .l1{font-size:38px;font-weight:600}
  .callband .l2{font-size:50px;font-weight:800}

  /* ---------- Press ---------- */
  .press{background:#fff;text-align:center;padding:84px 0}
  .press h3{font-size:46px;font-weight:800;margin-bottom:50px}
  .press .row{display:grid;grid-template-columns:repeat(9,1fr);gap:26px;align-items:center;justify-items:center}
  .press .row img{max-height:64px;max-width:100%;width:auto;object-fit:contain}

  /* ---------- Injuries / results ---------- */
  .results{background:var(--slate);color:#fff;padding:52px 0}
  .results .wrap{max-width:1760px}
  .results h3{text-align:center;font-size:52px;font-weight:800;margin-bottom:36px}
  .injuries{display:grid;grid-template-columns:repeat(5,1fr);gap:22px;margin-bottom:26px}
  .injury{background:#fff;border-radius:4px;padding:18px 14px 14px;text-align:center}
  .injury img{width:100%;max-width:240px;height:180px;object-fit:contain;margin:0 auto 10px}
  .injury span{display:block;font-size:15px;font-weight:800;letter-spacing:.5px;color:#2a343a;border-top:2px solid #b33;padding-top:12px;margin-top:8px}
  .payouts{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
  .payout{padding:26px 14px;text-align:center;border-top:1px solid rgba(255,255,255,.12);border-right:1px solid rgba(255,255,255,.12)}
  .payout .amt{font-family:Georgia,serif;font-style:italic;font-size:54px;font-weight:700}
  .payout .lbl{font-style:italic;color:#c7d0d5;font-size:20px;margin-top:8px}

  /* ---------- About ---------- */
  .about{background:#eceef1;text-align:center}
  .about h3{color:var(--red);font-style:italic;font-size:46px;font-weight:800;margin-bottom:36px}
  .about p{max-width:960px;margin:0 auto 22px;color:#3a444b;font-size:19px;text-align:left;line-height:1.7}

  /* ---------- Footer ---------- */
  footer{background:#fff;padding:50px 0 30px;border-top:1px solid var(--line)}
  .foot-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;align-items:start}
  .foot-grid > img{height:48px;width:auto}
  .offices{display:grid;grid-template-columns:1fr 1fr;gap:24px}
  .office h4{font-size:15px;font-weight:800;color:#2a343a;margin-bottom:6px}
  .office p{font-size:13px;color:#6b7680;line-height:1.5}
  .disclaimer{max-width:1000px;margin:34px auto 0;text-align:center;font-size:12px;color:#9aa2a8;line-height:1.6}

  .totop{position:fixed;right:18px;bottom:18px;width:40px;height:40px;background:#2f6fd0;color:#fff;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 4px 10px rgba(0,0,0,.3);opacity:0;pointer-events:none;transition:.2s}
  .totop.show{opacity:1;pointer-events:auto}

  /* ---------- Responsive ---------- */
  @media(max-width:900px){
    .topbar{grid-template-columns:1fr}.topbar__tag{display:none}
    .topbar__logo{padding:12px}
    .topbar.scrolled .topbar__logo{display:none}
    .hero__grid{grid-template-columns:1fr;padding:48px 20px 60px}
    .hero h1{font-size:34px;text-align:center}
    .hero__eyebrow{font-size:24px;text-align:center}.hero__list{font-size:16px}
    .form-card{padding:26px 20px}
    .cards{grid-template-columns:repeat(2,1fr)}
    .videos{grid-template-columns:1fr}
    .badges .row{display:grid;grid-template-columns:repeat(3,1fr);gap:22px 16px;justify-items:center;align-items:center;padding:24px 18px}
    .badges .row img{max-height:56px}
    .press h3{font-size:26px}
    .press .row{grid-template-columns:repeat(3,1fr);gap:22px}
    .press .row img{max-height:52px}
    .testi .section-title{font-size:33px}
    .services .section-title{font-size:35px;margin-bottom:36px}
    .services{padding:70px 0}
    .callband .l1{font-size:26px}.callband .l2{font-size:26px}
    .btn--orange{padding:14px 30px;font-size:16px;border:1px solid #fff}
    .results h3{font-size:28px}
    .injuries{grid-template-columns:1fr}
    .injury{padding:22px 14px}
    .injury img{height:150px;max-width:220px}
    .injury span{font-size:16px}
    .payouts{grid-template-columns:1fr}
    .payout{padding:24px 10px;border-right:none}.payout .amt{font-size:40px}.payout .lbl{font-size:22px}
    .about h3{font-size:30px}
    .foot-grid{grid-template-columns:1fr}.offices{grid-template-columns:1fr}
  }
  @media(max-width:560px){
    .cards{grid-template-columns:1fr}
  }

.fieldWrapper {
  display: flex;
  flex-direction: column;
  gap: var(--field-wrapper-gap);
  align-items: start;
}

.fieldWrapper label {
  font-weight: var(--form-font-weight);
  color: var(--form-label-color);
}

.form-row {
  display: flex;
  gap: 1rem;
  width: 100%;
}

.fieldWrapper.half {
  flex: 1;
}

.form-control {
  margin-bottom: var(--form-field-margin-bot);
  padding: var(--form-field-padding);
  font-size: var(--form-radio-font-size);
  border: 1px solid var(--form-border-color);
  border-radius: var(--form-border-radius);
  background: var(--form-background);
  color: var(--form-text-color);
  width: 100%;
}

.form-textarea {
  padding: 10px;
  font-size: var(--form-radio-font-size);
  border: 1px solid var(--form-border-color);
  border-radius: var(--form-border-radius);
  background: var(--form-background);
  color: var(--form-text-color);
  resize: none;
  width: 100%;
}
multistep-component-form {
  --form-shadow: 0 1px 4px 0 rgb(39 39 42 / 8%), 0 4px 16px 0 rgb(39 39 42 / 4%);
  --form-border-radius: 16px;
  --form-border-color: #e4e4e7;
  --form-shadow-selected: var(--form-shadow);
  --form-border-color-selected: var(--primary-color);
  --form-text-color: #18181b;

  --form-background: #fff;
  --form-radio-font-size: 1rem;
  --form-radio-line-height: 1.75rem;
  --form-legend-font-size: 1.50rem;
  --form-legend-line-height: 1.75rem;
  --form-font-weight: 600;
  --form-radio-gap: 1rem;
}

.form-fieldset {
  padding-top: 1rem;
}

@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.form-step {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  text-align: center;
  animation: fadeInSlideUp 0.8s ease-out forwards;
  width: 100%;
  max-width: 600px;
  flex-grow: 1;
}

.form-legend {
  margin-bottom: .5rem;
  font-size: var(--form-legend-font-size);
  line-height: var(--form-legend-line-height);
  font-weight: var(--form-font-weight);
}

@media (min-width: 768px) {
  .form-legend {
    margin-bottom: 1rem;
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

.form-hidden-input {
  position: fixed;
  top: 1px;
  left: 1px;
  width: 1px;
  height: 0px;
  padding: 0px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0px, 0px, 0px, 0px);
  white-space: nowrap;
  border-width: 0px;
  display: none;
}

.form-radio-group {
  display: flex;
  flex-direction: column;
  gap: var(--form-radio-gap);
}

.form-radio-label {
  cursor: pointer;
  display: flex;
  width: 100%;
  align-items: center;
  padding: 10px 12px 10px 8px;
  border-radius: var(--form-border-radius);
  outline: 1px solid var(--form-border-color);
  background: var(--form-background);
  box-shadow: var(--form-shadow);
  transition: outline-color 0.2s, box-shadow 0.2s;
}

@media (min-width: 768px) {
  .form-radio-label {
    padding: 16px 24px 16px 16px;
  }
}

.form-radio-input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.form-radio-label:has(input[type="radio"]:checked) {
  box-shadow: var(--form-shadow-selected);
  outline-color: var(--form-border-color-selected);
  outline-width: 2px;
}

.form-radio-label:has(input[type="radio"]:focus-visible) {
  box-shadow: var(--form-shadow-selected);
  outline-color: var(--form-border-color-selected);
  outline-width: 2px;
}

.form-radio-icon {
  --icon-size: 48px;
  --icon-border-radius: 6px;
  --icon-background: #f4f4f5;
  --icon-color: #000;
  --icon-background-selected: #FAF5FF;
  --icon-color-selected: var(--primary-color);

  display: flex;
  width: var(--icon-size);
  height: var(--icon-size);
  padding: 8px;
  border-radius: var(--icon-border-radius);
  background: var(--icon-background);
  color: var(--icon-color);
  margin-right: 16px;
  transition: background-color 0.2s, color 0.2s;
  flex-shrink: 0;
}

.form-radio-label:has(input[type="radio"]:checked) .form-radio-icon {
  background: var(--icon-background-selected);
  color: var(--icon-color-selected);
}

.form-radio-text {
  font-weight: var(--form-font-weight);
  color: var(--form-text-color);
  margin-right: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: var(--form-radio-font-size);
  line-height: var(--form-radio-line-height);
  letter-spacing: -0.01em;
}

.form-radio-circle {
  --circle-border-color: #e4e4e7;
  --circle-background: #fff;
  --circle-border-width: 1px;
  --circle-color-selected: #fff;
  --circle-border-color-selected: var(--primary-color);
  --circle-background-selected: var(--primary-color);

  border: 1px solid var(--circle-border-color);
  color: transparent;
  border-radius: 50%;
  transition: background-color 0.2s, border-width 0.1s ease-out, color 0.2s;
  width: 24px;
  height: 24px;
  position: relative;
  margin-left: 16px;
  flex-shrink: 0;
}

.form-radio-label:has(input[type="radio"]:checked) .form-radio-circle {
  color: var(--circle-color-selected);
  border-width: var(--circle-border-width-selected);
  border-color: var(--circle-border-color-selected);
  background-color: var(--circle-background-selected);
}