/* ============================================
   Monarch Firearms Solutions
   Contact Page Styles
   ============================================ */

/* --- Hero Section --- */

.page-id-272 #main-content .et_pb_section:first-child {
    padding-top: 80px;
    padding-bottom: 50px;
}

.page-id-272 #main-content .et_pb_section:first-child h1 {
    font-size: clamp(2rem, 4.5vw, 2.75rem) !important;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.page-id-272 #main-content .et_pb_section:first-child .et_pb_text_inner p {
    margin-bottom: 0;
}

/* --- Content Section: Tighten up to hero --- */

.page-id-272 #main-content .et_pb_section_1 {
    padding-top: 0 !important;
}

/* --- Left Column: Info Blurbs --- */

.page-id-272 #main-content .et_pb_blurb {
    background: none;
    border-radius: 0;
    padding: 0;
    margin-bottom: 2rem !important;
    box-shadow: none;
}

/* Icon styling */
.page-id-272 #main-content .et_pb_blurb .et_pb_main_blurb_image {
    margin-bottom: 0.75rem;
}

.page-id-272 #main-content .et_pb_blurb .et-pb-icon {
    font-size: 28px !important;
    color: #2c3e50 !important;
}

/* Card title */
.page-id-272 #main-content .et_pb_blurb h3,
.page-id-272 #main-content .et_pb_blurb .et_pb_module_header {
    font-size: 1.1rem !important;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    padding-bottom: 0;
}

/* Card body text */
.page-id-272 #main-content .et_pb_blurb_description p {
    font-size: 0.92rem;
    line-height: 1.65;
    color: #555;
    margin: 0;
    padding: 0;
}

/* Bullet list in "What We'll Cover" */
.page-id-272 #main-content .et_pb_blurb_description ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.page-id-272 #main-content .et_pb_blurb_description ul li {
    font-size: 0.92rem;
    line-height: 1.65;
    color: #555;
    padding-left: 1.25rem;
    position: relative;
    margin-bottom: 0.35rem;
}

.page-id-272 #main-content .et_pb_blurb_description ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4a6274;
}

.page-id-272 #main-content .et_pb_blurb_description ul li:last-child {
    margin-bottom: 0;
}

/* --- Right Column: Calendly Embed --- */

.page-id-272 #main-content .et_pb_code_inner {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.page-id-272 #main-content .calendly-inline-widget {
    border-radius: 10px;
}

/* --- Responsive --- */

@media (max-width: 767px) {
    .page-id-272 #main-content .et_pb_section:first-child {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}
