:root {
    --primary-red: #c6002b;
    --primary-black: #000000;
    --primary-light: #fafafa;
    --hairline: #E6E6EA;
    --surface-2: #F7F7F8;
    --ink-soft: #3F3F46;
}

section.hero {
    padding: 4.5rem 0 4rem;
    background: linear-gradient(135deg, var(--primary-black) 0%, #1a1a1a 100%);
    background-image: url("https://cdn.iheartmedia.com/img/hero-bg5.gif");
    color: white;
    background-size: cover;
    background-repeat: no-repeat;

    h1 {
        font-size: 3rem;
        font-weight: 600;
        margin-bottom: 1.5rem;
        line-height: 1em;
    }

    p {
        font-size: 1.25rem;
        font-weight: 300;
        margin-bottom: 2rem;
        opacity: 0.9;
    }

    small {
        /* font-size: 1.4rem;
        font-weight: 300;
        margin-bottom: 12rem;
        font-weight: 600; */
    }

    .eyebrow {
    font-weight: 600;
    font-size: .8125rem;

    /* 13px */
    letter-spacing: .12em;
    text-transform: uppercase;
    margin: 0 0 .85rem;
    color: rgba(255,255,255,.82);
}

    

    .personality {
        img {
            border-radius: 0.5rem !important;
            max-width: 100%;
            height: auto;
            margin-bottom: 1rem;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.313);
        }
        
    }

    .title {
    font-weight: 700;
    font-size: 1rem;
    color: #ffffff;
    margin: .1rem 0 .15rem;
    letter-spacing: -.01em;
}   
    .role {
        font-size: .78rem;
        line-height: 1.45;
        color: rgba(255,255,255,.82);
        margin: 0;
    }
    
}


   /* section h1.large-title {
        font-size: 2.5rem;
        font-weight: 700;
    } */

     section h1.large-title {
        /* font-size: 2.5rem;
        font-weight: 700; */
        font-weight: 800;
        font-size: clamp(2.25rem, 1.4rem + 3.4vw, 3.5rem);
        line-height: 1.06;
        letter-spacing: -.025em;
        margin: 0;
    }


/* Shared */
.section-title {
    padding: 4.5rem;
    text-align: center;
}

/* Section Headers */
.webinars-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--dark-text);
  margin-bottom: 1.5rem;
  border-bottom: 4px solid var(--primary-red);
  display: inline-block;
  padding-bottom: 0.5rem;
}
@media (max-width: 991.98px) {
  .webinars-title {
    font-size: 2rem;
  }
}


/* Video*/
section#showcase {
    .section-title {
    }

    .h-section {
    font-weight: 700;
    font-size: clamp(1.6rem, 1.1rem + 1.8vw, 2.25rem);
    line-height: 1.15;
    letter-spacing: -.02em;
    margin: 0;
}

    section.video-placeholder {
        background-color: #808080;
        background-image: url('https://cdn.iheartmedia.com/img/video-poster.jpg');
        aspect-ratio: 16/9;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        background-size: cover;
        border-radius: 1rem;

        .section-title {
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 3rem;
            text-align: center;
        }
    }

    .video-cover {
        background-color: #808080;
        aspect-ratio: 16/9;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        background-size: cover;
        border-radius: 1rem;
    }

    .video-showcase {
        padding: 3rem 0;
    }

    .play-button {
        width: 80px;
        height: 80px;
        /* background-color: var(--primary-light); */
        background-color: #1e1e1e99;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 32px;
        cursor: pointer;
        transition: all 0.3s ease;
        border: none;
    }

        .play-button:hover {
            transform: scale(1.1);
            background: var(--primary-red);
            background-color: #48484899;
        }

}



/* Takeaways */
section#features {
    .feature-card {
        /* padding: 2rem;
        background: white;
        border-radius: 12px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
        height: 100%;
        transition: transform 0.3s, box-shadow 0.3s; */

        background: var(--surface);
        border: 1px solid var(--hairline);
        border-radius: 14px;
        padding: 1.75rem 1.5rem;
        height: 100%;
        box-shadow: 0 1px 2px rgba(24,24,27,.04), 0 10px 24px rgba(24,24,27,.04);
        transition: transform .18s ease, box-shadow .18s ease;

        &:hover {
            transform: translateY(-5px);
            box-shadow: 0 1px 2px rgba(24,24,27,.04), 0 10px 24px rgba(24,24,27,.04);
        }
    }

    .feature-card h4 {
        font-weight: 600;
        font-size: 1.0625rem;
        line-height: 1.4;
        color: var(--ink);
        margin: 0;
        text-align: left;
    }

    .btn-primary {
        background-color: var(--primary-light);
        border-color: var(--primary-red);
        transition: all 0.3s;
        color: #000000;
    }

        .btn-primary:hover {
            background-color: #ffffff00;
            border-color: #ffffff;
        }

    .h-section {
    font-weight: 700;
    font-size: clamp(1.6rem, 1.1rem + 1.8vw, 2.25rem);
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #000;
    margin: 0;
}
}

/* Download */
section#download {
    background-color: var(--primary-red);
}

/* Dialog */
dialog.contact-dialog {
    position: fixed;
    top: 50%;
    left: 50%;
    border: none;
    padding: 0;
    width: min(94vw, 1100px);
    max-width: 1100px;
    max-height: 90vh;
    background: transparent;
    margin: 0;
    transform: translate(-50%, -50%);

    &::backdrop {
        background: rgba(4, 8, 20, 0.5);
        backdrop-filter: blur(8px);
    }

    .contact-dialog-panel {
        position: relative;
        padding: 1.5rem 1.5rem 0;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 32px 90px rgba(0, 0, 0, 0.55);
        border-radius: 0.5rem;
    }

    .contact-dialog-close {
        position: absolute;
        top: 0.85rem;
        right: 0.85rem;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 2.75rem;
        height: 2.75rem;
        border: none;
        border-radius: 999px;
        background: rgba(10, 14, 26, 0.7);
        color: white;
        cursor: pointer;
        transition: transform 0.2s ease, background 0.2s ease, opacity 0.2s ease;
    }

        .contact-dialog-close:hover,
        .contact-dialog-close:focus-visible {
            background: rgba(10, 14, 26, 0.88);
            transform: scale(1.05);
            outline: none;
        }

        .contact-dialog-close svg {
            width: 1.15rem;
            height: 1.15rem;
            stroke: currentColor;
            stroke-width: 2;
            fill: none;
            stroke-linecap: round;
        }
}

/* Contact Form */
form.awu {
    padding-bottom: 2rem;

    .form-group {
        padding-bottom: 1rem;

        label {
          /*   padding-bottom: 0.5rem; */
            /* font-weight: bold; */
            font-weight: 600;
            font-size: .8125rem;
            letter-spacing: .06em;
            text-transform: uppercase;
            color: var(--ink-soft);
            margin-bottom: .4rem;
        }
    }
}

.h-section {
    font-weight: 700;
    font-size: clamp(1.6rem, 1.1rem + 1.8vw, 2.25rem);
    line-height: 1.15;
    letter-spacing: -.02em;
    color: #000;
    margin: 0;
}

.validation-summary-errors {
    color: #c6002b;
}

.field-validation-error {
    color: #c6002b;
    background-color: #fff;
    text-indent: 0.5rem;
}

    .field-validation-error:before {
        content: "* ";
    }

.captcha {
    text-align: center;
    margin: 1rem auto;
    height: 75px;
}

.g-recaptcha {
    display: inline-block;
}

.eyebrow {
    font-weight: 600;
    font-size: .8125rem;

    /* 13px */
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #6B6B72;
    margin: 0 0 .85rem;

}

.form-section {
    background: var(--surface-2);
    padding: 4.5rem 0 5rem;
}

/*iframe */
#videoiframe {
    border: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}