/* roboto-condensed-100 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 100;
  src: url('../fonts/roboto-condensed-v31-latin-100.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-condensed-v31-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-condensed-v31-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/roboto-condensed-v31-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lora-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lora-v37-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lora-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lora-v37-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lora-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lora';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/lora-v37-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lora-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lora';
  font-style: italic;
  font-weight: 500;
  src: url('../fonts/lora-v37-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ==========================================
   CONTAINER 1: HERO HEADLINES + ATTORNEY
   ========================================== */

.hero-container-1 {
    display: flex;
    gap: 40px;
    
    align-items: start;
    margin: 36px 0px 0px 0px;
}

.hero-left {
    flex: 1;
}

h1, h2, h3, strong, button {
    font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
}

.hero-left h1 {
    font-weight: 900;
    font-size: 6.25em;
    line-height: 0.75;
    margin: 8px 0px 12px 0px;
    color: var(--primary-red);
}

.hero-left h2 {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 2.5em;
    margin: 6px 0px 0px 0px;
    line-height: 1.0;
    font-weight: 500;
    color: var(--dark-gray);
}

.hero-right {
    flex: 0 0 350px;
    background: var(--light-gray);
    padding: 12px;
    border-radius: 12px;
    text-align: center;
}

.attorney-photo-hero {
    
    width: 100%;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
    margin-bottom: 0px;
}

.attorney-name {
    font-weight: 500;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 1.25em;
    padding: 0px;
    height: 18px;
    line-height:24px;
    margin:0px 0px 18px 0px; 
}

.attorney-logo {
    max-width: 200px;
    height: auto;
    margin-bottom: 16px;
}

.attorney-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 16px 0;
}

.attorney-badges img {
    height: 32px;
    width: auto;
}

.attorney-credentials {
    list-style: none;
    padding: 0;
    margin: 16px 0 0;
    /* text-align: left; */
    margin: 8px 0px 8px 0px;
}

.attorney-credentials li {
    /* padding-left: 24px; */
    font-weight: 400;
    margin-bottom: 0px;
    position: relative;
    color: var(--dark-gray);
    font-size: 1.0em;
    line-height: 24px;
    font-size: 1.0em;
    line-height: 1.75em;
}

.attorney-credentials li::before {
    content: "✓";
    margin: 0px 4px 0px 0px;
    /* 
    position: absolute; 
    left: 4px;
    */
    color: var(--success-green);
    color: var(--primary-red);
    font-weight: 700;
}

/* ==========================================
   CONTAINER 2: URGENCY LINE
   ========================================== */

.hero-container-2 {
    margin: 24px 0;
}

.urgency-line {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 16px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    color: #856404;
    font-size: 1.1rem;
}

.urgency-line svg {
    flex-shrink: 0;
}

.subHOne {
        /* text-transform: uppercase; */
        font-size: 5.25vw;
        color: black;
        font-weight: 300;
        letter-spacing: -4px;
    }



/* ==========================================
   MOBILE RESPONSIVE
   ========================================== */

@media (max-width: 900px) {
    .hero-container-1 {
        flex-direction: column;
        gap: 24px;
        margin: 0px 0px 0px 0px;
        align-items: start;
    }

    .hero-left {
        flex: 1;
        width: 100%;
        margin: auto;
    }
    
    .hero-right {
        position:relative;
        flex: 1;
        max-width: 100%;
        padding: 0px 24px 24px 24px;
        background: #ffffff;
    }
    
    .hero-left h1 {
        text-align: center;
        font-size: 14vw;
        margin: 36px 0px 8px 0px;
        line-height: 6vw;
    }
    .subHOne {
        /* text-transform: uppercase; */
        font-size: 6.75vw;
        color: black;
        font-weight: 400;
        letter-spacing: -1px;
    }
    
    .hero-left h2 {
        text-transform: uppercase;
        margin: 18px 0px 0px 0px;
        font-weight: 400;
        font-size: 5vw;
        text-align: center;
    }

    .attorney-photo-hero {
        width: calc(100% - 24px);
    }

    .attorney-name {
        position: absolute;
        font-weight: 500;
        font-size: 5.0vw;
        bottom: 4px;
        text-align: center;
        margin: auto;
        /* width: calc(100% - 24px); */
        width: 100%;
        margin: 0px 0px 0px 0px;
    }
    .attorney-name-mobile {
        background: white;
        padding: 0px 12px;
        border-radius: 5px;
        opacity: 1.0;
    }
    .attorney-credentials li {
        font-size: 3.750vw;
        line-height: 22px;
    }

    .hero-container-2 {
        margin: 16px 0;
    }
    
    .urgency-line {
        font-size: 1rem;
        padding: 14px 16px;
    }


}