/* =========================================================
   INSURANCECOVERAGE.NET — ABOUT US
   ========================================================= */

.ic-about-page{
    --ic-navy:#0f172a;
    --ic-blue:#1d4ed8;
    --ic-text:#334155;
    --ic-muted:#64748b;
    --ic-border:#e2e8f0;
    --ic-light:#f8fafc;

    width:min(1120px,calc(100% - 48px));
    max-width:1120px;
    margin:0 auto;
    padding:48px 0 70px;
    color:var(--ic-text);
    font-size:17px;
    line-height:1.75;
}

.ic-about-page *{
    box-sizing:border-box;
}

.ic-about-page h2,
.ic-about-page h3{
    color:var(--ic-navy);
    line-height:1.25;
}

.ic-about-page h2{
    margin:0 0 14px;
    font-size:clamp(28px,4vw,38px);
    font-weight:800;
    letter-spacing:-.02em;
}

.ic-about-page h3{
    margin:0 0 9px;
    font-size:20px;
    font-weight:800;
}

.ic-about-page p{
    margin:0 0 16px;
}


/* =========================================================
   ABOUT US — FULL SCREEN HERO
   ========================================================= */

.ic-about-main{
    width:100% !important;
    max-width:none !important;
    margin:0 !important;
    padding:0 !important;
    overflow:visible !important;
}

.ic-about-template-hero{
    position:relative !important;
    left:50% !important;
    width:100vw !important;
    max-width:100vw !important;
    min-height:calc(100vh - 82px) !important;
    min-height:calc(100svh - 82px) !important;
    margin:0 0 0 -50vw !important;
    padding:0 !important;
    overflow:hidden !important;
    background:#fff;
}

.ic-about-template-hero .wp-block-cover__image-background{
    position:absolute !important;
    inset:0 !important;
    display:block !important;
    width:100% !important;
    max-width:none !important;
    height:100% !important;
    margin:0 !important;
    padding:0 !important;
    object-fit:cover !important;
    object-position:center center !important;
    opacity:1 !important;
    filter:none !important;
}

.ic-about-template-hero .wp-block-cover__background{
    display:none !important;
    opacity:0 !important;
    background:none !important;
}

/* Remove every dark overlay from the hero */
.ic-about-template-hero::before,
.ic-about-template-hero::after{
    content:none !important;
    display:none !important;
    background:none !important;
    opacity:0 !important;
}

.ic-about-template-hero .wp-block-cover__inner-container{
    position:relative !important;
    z-index:2 !important;
    width:100% !important;
    max-width:none !important;
    height:100% !important;
    margin:0 !important;
    padding:0 !important;
}

.ic-about-template-hero-inner{
    display:flex !important;
    flex-direction:column;
    justify-content:center;
    align-items:flex-start;
    width:min(1180px,calc(100% - 48px)) !important;
    max-width:1180px !important;
    min-height:calc(100vh - 82px) !important;
    min-height:calc(100svh - 82px) !important;
    margin:0 auto !important;
    padding:60px 0 !important;
}

.ic-about-template-kicker{
    margin:0 0 14px !important;
    color:#ffffff !important;
    font-size:13px !important;
    line-height:1 !important;
    font-weight:800 !important;
    letter-spacing:.12em !important;
    text-transform:uppercase;
    text-shadow:0 1px 6px rgba(0,0,0,.65);
}

.ic-about-template-title{
    width:auto !important;
    max-width:750px !important;
    margin:0 0 22px !important;
    padding:0 !important;
    color:#ffffff !important;
    font-size:clamp(58px,7vw,94px) !important;
    line-height:.98 !important;
    font-weight:800 !important;
    letter-spacing:-.045em !important;
    text-shadow:0 2px 10px rgba(0,0,0,.55);
}

.ic-about-template-title a{
    color:#ffffff !important;
    text-decoration:none !important;
}

.ic-about-template-lead{
    max-width:650px !important;
    margin:0 !important;
    color:#ffffff !important;
    font-size:clamp(20px,2vw,25px) !important;
    line-height:1.55 !important;
    font-weight:550 !important;
    text-shadow:0 2px 10px rgba(0,0,0,.65);
}


/* =========================================================
   SECTION STRUCTURE
   ========================================================= */

.ic-section{
    margin:54px 0;
}

.ic-section-heading{
    max-width:850px;
    margin:0 0 26px;
}

.ic-section-heading > p:last-child{
    margin-bottom:0;
}

.ic-eyebrow{
    display:inline-block;
    margin:0 0 10px;
    color:#2563eb;
    font-size:12px;
    line-height:1;
    font-weight:800;
    letter-spacing:.09em;
    text-transform:uppercase;
}

.ic-eyebrow-light{
    color:#bfdbfe;
}


/* =========================================================
   AUTHOR CARD
   ========================================================= */

.ic-author-card{
    width:100%;
    margin:0 0 34px;
    padding:17px 20px;
    border:1px solid #e5eaf1;
    border-radius:16px;
    background:linear-gradient(180deg,#fbfdff 0%,#f7fafc 100%);
    box-shadow:0 8px 24px rgba(15,23,42,.05);
    color:#334155;
    font-size:13px;
    line-height:1.55;
}

.ic-author-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:20px;
}

.ic-author-main{
    display:flex;
    align-items:center;
    gap:12px;
    min-width:0;
}

.ic-author-icon{
    display:flex;
    flex:0 0 42px;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    border-radius:50%;
    background:linear-gradient(135deg,#13213f,#263a68);
    color:#ffffff;
    box-shadow:0 6px 16px rgba(19,33,63,.17);
}

.ic-author-meta{
    min-width:0;
}

.ic-author-byline{
    display:flex;
    flex-wrap:wrap;
    align-items:baseline;
    gap:6px;
    color:#334155;
}

.ic-author-byline strong{
    color:#0f172a;
    font-size:15px;
}

.ic-author-byline a{
    color:#0f172a;
    text-decoration:none;
}

.ic-author-byline a:hover{
    text-decoration:underline;
}

.ic-author-role{
    color:#64748b;
}

.ic-author-meta p{
    margin:2px 0 0;
    color:#64748b;
    font-size:12px;
}

.ic-author-dates{
    flex:0 0 auto;
    text-align:right;
}

.ic-author-dates p{
    margin:0 0 3px;
    color:#64748b;
    font-size:12px;
}

.ic-author-dates strong{
    color:#334155;
}

.ic-author-details{
    margin-top:10px;
}

.ic-author-details summary{
    display:inline-flex;
    align-items:center;
    cursor:pointer;
    color:#0f766e;
    font-weight:750;
    list-style:none;
}

.ic-author-details summary::-webkit-details-marker{
    display:none;
}

.ic-author-details summary::after{
    content:"▾";
    margin-left:7px;
    transition:transform .2s ease;
}

.ic-author-details[open] summary::after{
    transform:rotate(180deg);
}

.ic-author-bio{
    margin-top:12px;
    padding-top:12px;
    border-top:1px solid #e5eaf1;
}

.ic-author-bio p{
    margin:0 0 10px;
    font-size:13px;
}

.ic-author-tags{
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    margin-bottom:10px;
}

.ic-author-tags span{
    padding:4px 9px;
    border:1px solid #dbeafe;
    border-radius:999px;
    background:#eff6ff;
    color:#1e4c82;
    font-size:11px;
    font-weight:700;
}

.ic-author-note{
    color:#64748b !important;
    font-size:12px !important;
}


/* =========================================================
   INTRO CARD
   ========================================================= */

.ic-intro-card{
    position:relative;
    margin:0 0 52px;
    padding:34px 38px;
    overflow:hidden;
    border:1px solid #dbe5f0;
    border-radius:22px;
    background:linear-gradient(135deg,#f8fbff 0%,#f1f7ff 100%);
    box-shadow:0 12px 34px rgba(15,23,42,.055);
}

.ic-intro-card::after{
    content:"";
    position:absolute;
    top:-110px;
    right:-85px;
    width:220px;
    height:220px;
    border-radius:50%;
    background:rgba(37,99,235,.055);
}

.ic-intro-card > *{
    position:relative;
    z-index:1;
}

.ic-intro-lead{
    color:#1e293b;
    font-size:21px;
    line-height:1.65;
}

.ic-intro-card p:last-child{
    margin-bottom:0;
}


/* =========================================================
   CARDS
   ========================================================= */

.ic-card-grid{
    display:grid;
    gap:18px;
}

.ic-card-grid-3{
    grid-template-columns:repeat(3,minmax(0,1fr));
}

.ic-card-grid-4{
    grid-template-columns:repeat(4,minmax(0,1fr));
}

.ic-info-card{
    position:relative;
    padding:24px 22px 22px;
    overflow:hidden;
    border:1px solid var(--ic-border);
    border-radius:18px;
    background:#ffffff;
    box-shadow:0 8px 24px rgba(15,23,42,.045);
}

.ic-info-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
}

.ic-info-card p{
    margin:0;
    font-size:15px;
    line-height:1.65;
}

.ic-card-number{
    display:flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    margin-bottom:16px;
    border-radius:10px;
    font-size:12px;
    font-weight:850;
}

.ic-card-blue{
    border-color:#dbeafe;
    background:#f8fbff;
}

.ic-card-blue::before{
    background:#3b82f6;
}

.ic-card-blue .ic-card-number{
    background:#dbeafe;
    color:#1d4ed8;
}

.ic-card-green{
    border-color:#d1fae5;
    background:#f7fdf9;
}

.ic-card-green::before{
    background:#22c55e;
}

.ic-card-green .ic-card-number{
    background:#dcfce7;
    color:#15803d;
}

.ic-card-purple{
    border-color:#ede9fe;
    background:#fbf9ff;
}

.ic-card-purple::before{
    background:#8b5cf6;
}

.ic-card-purple .ic-card-number{
    background:#ede9fe;
    color:#7c3aed;
}

.ic-card-orange{
    border-color:#ffedd5;
    background:#fffaf5;
}

.ic-card-orange::before{
    background:#f97316;
}

.ic-card-orange .ic-card-number{
    background:#ffedd5;
    color:#c2410c;
}


/* =========================================================
   IMPORTANT CARD
   ========================================================= */

.ic-important-card{
    display:grid;
    grid-template-columns:auto 1fr;
    gap:20px;
    padding:30px 32px;
    border:1px solid #bfdbfe;
    border-radius:20px;
    background:#eff6ff;
}

.ic-important-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:48px;
    height:48px;
    border-radius:14px;
    background:#1d4ed8;
    color:#ffffff;
    font-size:22px;
    font-weight:900;
    box-shadow:0 8px 20px rgba(29,78,216,.18);
}

.ic-important-card h2{
    font-size:28px;
}

.ic-important-card p:last-child{
    margin-bottom:0;
}


/* =========================================================
   REFERENCES INLINE
   ========================================================= */

.ic-inline-ref{
    margin-left:2px;
    color:#1d4ed8;
    font-size:.76em;
    font-weight:800;
    text-decoration:none;
    vertical-align:super;
}

.ic-inline-ref:hover{
    text-decoration:underline;
}


/* =========================================================
   TABLE
   ========================================================= */

.ic-table-wrap{
    width:100%;
    overflow-x:auto;
    border:1px solid var(--ic-border);
    border-radius:18px;
    background:#ffffff;
    box-shadow:0 8px 25px rgba(15,23,42,.04);
}

.ic-table{
    width:100%;
    min-width:760px;
    margin:0;
    border-collapse:collapse;
}

.ic-table th,
.ic-table td{
    padding:17px 19px;
    border-bottom:1px solid #e8edf3;
    text-align:left;
    vertical-align:top;
}

.ic-table th{
    background:#0f172a;
    color:#ffffff;
    font-size:13px;
    letter-spacing:.04em;
    text-transform:uppercase;
}

.ic-table td{
    font-size:15px;
    line-height:1.6;
}

.ic-table td:first-child{
    width:22%;
    color:#0f172a;
}

.ic-table tr:last-child td{
    border-bottom:0;
}

.ic-table tbody tr:nth-child(even){
    background:#f8fafc;
}

.ic-table tbody tr:hover{
    background:#f1f5f9;
}


/* =========================================================
   EDITORIAL PROCESS
   ========================================================= */

.ic-process-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}

.ic-process-card{
    display:flex;
    gap:17px;
    padding:22px;
    border:1px solid var(--ic-border);
    border-radius:17px;
    background:#ffffff;
    box-shadow:0 7px 20px rgba(15,23,42,.035);
}

.ic-process-step{
    display:flex;
    flex:0 0 38px;
    align-items:center;
    justify-content:center;
    width:38px;
    height:38px;
    border-radius:11px;
    background:#eff6ff;
    color:#1d4ed8;
    font-size:13px;
    font-weight:850;
}

.ic-process-card h3{
    margin:2px 0 7px;
}

.ic-process-card p{
    margin:0;
    font-size:15px;
    line-height:1.65;
}


/* =========================================================
   CHECKLIST
   ========================================================= */

.ic-checklist-card{
    display:grid;
    grid-template-columns:.85fr 1.15fr;
    gap:34px;
    padding:32px;
    border:1px solid var(--ic-border);
    border-radius:22px;
    background:#f8fafc;
}

.ic-checklist-copy h2{
    font-size:30px;
}

.ic-check-list{
    display:grid;
    gap:10px;
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
}

.ic-check-list li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin:0 !important;
    padding:13px 15px;
    border:1px solid #e2e8f0;
    border-radius:13px;
    background:#ffffff;
}

.ic-check-list .ic-check{
    display:flex;
    flex:0 0 24px;
    align-items:center;
    justify-content:center;
    width:24px;
    height:24px;
    border-radius:50%;
    background:#dcfce7;
    color:#15803d;
    font-size:13px;
    font-weight:900;
}

.ic-check-list div{
    display:flex;
    flex-direction:column;
    gap:2px;
}

.ic-check-list strong{
    color:#0f172a;
    font-size:15px;
}

.ic-check-list div span{
    color:#64748b;
    font-size:14px;
    line-height:1.5;
}


/* =========================================================
   DISCLOSURE
   ========================================================= */

.ic-disclosure-card{
    padding:30px 34px;
    border:1px solid #fed7aa;
    border-left:5px solid #f59e0b;
    border-radius:18px;
    background:#fffaf2;
}

.ic-disclosure-label{
    display:inline-block;
    margin-bottom:12px;
    padding:5px 10px;
    border-radius:999px;
    background:#ffedd5;
    color:#9a3412;
    font-size:11px;
    font-weight:800;
    letter-spacing:.06em;
    text-transform:uppercase;
}

.ic-disclosure-card h2{
    font-size:29px;
}

.ic-disclosure-card p:last-child{
    margin-bottom:0;
}


/* =========================================================
   GOAL CARD
   ========================================================= */

.ic-goal-card{
    position:relative;
    padding:38px 40px;
    overflow:hidden;
    border-radius:22px;
    background:linear-gradient(135deg,#13213f 0%,#0f1b36 100%);
    color:#dbe6ff;
    box-shadow:0 14px 34px rgba(15,23,42,.15);
}

.ic-goal-card::after{
    content:"";
    position:absolute;
    top:-115px;
    right:-80px;
    width:260px;
    height:260px;
    border-radius:50%;
    background:rgba(255,255,255,.04);
}

.ic-goal-card > *{
    position:relative;
    z-index:1;
}

.ic-goal-card h2{
    color:#ffffff !important;
    font-size:32px;
}

.ic-goal-card p{
    max-width:900px;
    margin-bottom:0;
    color:#dbe6ff !important;
}


/* =========================================================
   REFERENCES
   ========================================================= */

.ic-references{
    margin:56px 0 16px;
    padding-top:34px;
    border-top:1px solid var(--ic-border);
}

.ic-references h2{
    font-size:29px;
}

.ic-references ol{
    margin:20px 0 0;
    padding-left:24px;
}

.ic-references li{
    margin:0 0 15px;
    padding-left:7px;
    color:#475569;
    font-size:14px;
    line-height:1.7;
}

.ic-references li strong{
    color:#1e293b;
}

.ic-ref-return{
    display:inline-block;
    margin-left:5px;
    color:#2563eb;
    font-weight:850;
    text-decoration:none;
}


/* =========================================================
   TABLET
   ========================================================= */

@media(max-width:1000px){

    .ic-card-grid-4{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .ic-card-grid-3{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .ic-checklist-card{
        grid-template-columns:1fr;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width:700px){

    .ic-about-template-hero{
        min-height:calc(100svh - 70px) !important;
    }

    .ic-about-template-hero .wp-block-cover__image-background{
        object-position:66% center !important;
        opacity:1 !important;
        filter:none !important;
    }

    .ic-about-template-hero::before,
    .ic-about-template-hero::after{
        content:none !important;
        display:none !important;
        background:none !important;
        opacity:0 !important;
    }

    .ic-about-template-hero-inner{
        justify-content:flex-end;
        width:calc(100% - 32px) !important;
        min-height:calc(100svh - 70px) !important;
        padding:40px 0 !important;
    }

    .ic-about-template-kicker{
        font-size:11px !important;
    }

    .ic-about-template-title{
        margin-bottom:17px !important;
        font-size:48px !important;
    }

    .ic-about-template-lead{
        font-size:18px !important;
        line-height:1.5 !important;
    }

    .ic-about-page{
        width:calc(100% - 32px);
        padding:32px 0 52px;
        font-size:16px;
    }

    .ic-about-page h2{
        font-size:28px;
    }

    .ic-author-top{
        flex-direction:column;
        gap:11px;
    }

    .ic-author-dates{
        text-align:left;
    }

    .ic-author-main{
        align-items:flex-start;
    }

    .ic-author-role{
        display:block;
        width:100%;
    }

    .ic-intro-card{
        padding:25px 21px;
        border-radius:18px;
    }

    .ic-intro-lead{
        font-size:18px;
    }

    .ic-card-grid-3,
    .ic-card-grid-4,
    .ic-process-grid{
        grid-template-columns:1fr;
    }

    .ic-info-card{
        padding:21px 19px;
    }

    .ic-important-card{
        grid-template-columns:1fr;
        padding:24px 21px;
    }

    .ic-important-icon{
        width:42px;
        height:42px;
    }

    .ic-checklist-card{
        gap:22px;
        padding:23px 18px;
    }

    .ic-disclosure-card{
        padding:24px 20px;
    }

    .ic-goal-card{
        padding:29px 22px;
    }

    .ic-goal-card h2,
    .ic-important-card h2,
    .ic-checklist-copy h2,
    .ic-disclosure-card h2{
        font-size:27px;
    }

    .ic-table th,
    .ic-table td{
        padding:14px 15px;
    }

    .ic-references{
        margin-top:44px;
    }
}