/* Foto Carsi weekly blog schedule and image-free editorial design - v136 */
.weekly-blog-schedule {
    margin: 16px 0 14px;
    padding: 18px;
    border: 1px solid #cfe0f7;
    border-radius: 16px;
    background: rgba(255, 255, 255, .78);
}
.weekly-schedule-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 14px;
}
.weekly-schedule-head span {
    display: block;
    margin-bottom: 3px;
    color: #0874bf;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.weekly-schedule-head h3 {
    margin: 0;
    color: #101828;
    font-size: 18px;
    line-height: 1.3;
}
.weekly-schedule-head p {
    margin: 0;
    color: #475467;
    font-size: 13px;
    font-weight: 700;
}
.weekly-schedule-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
    gap: 10px;
}
.weekly-schedule-item {
    display: grid;
    grid-template-columns: 12px minmax(0, 1fr);
    gap: 10px;
    min-width: 0;
    padding: 13px;
    border: 1px solid #dbe5f1;
    border-radius: 12px;
    background: #fff;
}
.schedule-dot {
    width: 10px;
    height: 10px;
    margin-top: 4px;
    border-radius: 50%;
    background: #98a2b3;
    box-shadow: 0 0 0 4px #f2f4f7;
}
.weekly-schedule-item b,
.weekly-schedule-item time,
.weekly-schedule-item em {
    display: block;
}
.weekly-schedule-item b {
    color: #1d2939;
    font-size: 14px;
}
.weekly-schedule-item time {
    margin-top: 2px;
    color: #667085;
    font-size: 12px;
    font-weight: 650;
}
.weekly-schedule-item em {
    grid-column: 2;
    color: #667085;
    font-size: 11px;
    font-style: normal;
    font-weight: 750;
}
.weekly-schedule-item.is-completed {
    border-color: #b7ebca;
    background: #f3fcf6;
}
.weekly-schedule-item.is-completed .schedule-dot {
    background: #12a150;
    box-shadow: 0 0 0 4px #dff7e7;
}
.weekly-schedule-item.is-completed em { color: #087a3d; }
.weekly-schedule-item.is-due {
    border-color: #f7d18a;
    background: #fffaf0;
}
.weekly-schedule-item.is-due .schedule-dot {
    background: #e99a12;
    box-shadow: 0 0 0 4px #fff0ce;
}
.weekly-schedule-item.is-due em { color: #a15c00; }

/* Public blog: image-free editorial cards */
.blog-page {
    background: #f4f7fb;
}
.blog-page .section-title {
    margin-bottom: 24px;
}
.blog-list-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.blog-card.blog-text-card {
    position: relative;
    min-height: 310px;
    overflow: hidden;
    border: 1px solid #d8e4f2;
    border-radius: 18px;
    background: linear-gradient(145deg, #fff 0%, #f7fbff 100%);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .055);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.blog-card.blog-text-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, #075bbd, #00a9c8);
}
.blog-card.blog-text-card::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -90px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(0, 169, 200, .12), rgba(0, 169, 200, 0) 68%);
    pointer-events: none;
}
.blog-card.blog-text-card:hover {
    transform: translateY(-4px);
    border-color: #b8d3f2;
    box-shadow: 0 20px 42px rgba(15, 23, 42, .1);
}
.blog-card-copy {
    position: relative;
    z-index: 1;
    min-height: 310px;
    display: flex;
    flex-direction: column;
    padding: 26px !important;
    color: inherit;
}
.blog-card-copy:hover { color: inherit; }
.blog-card-kicker {
    display: inline-flex !important;
    align-self: flex-start;
    margin: 0 0 12px !important;
    padding: 6px 9px;
    border-radius: 999px;
    background: #eaf4ff;
    color: #075bbd !important;
    font-size: 10px !important;
    line-height: 1 !important;
    font-weight: 850 !important;
    letter-spacing: .055em;
    text-transform: uppercase;
}
.blog-card-copy time {
    color: #667085;
    font-size: 12px;
    font-weight: 700;
}
.blog-card-copy h2 {
    margin: 14px 0 12px;
    color: #101828;
    font-size: clamp(20px, 2vw, 25px);
    line-height: 1.25;
    font-weight: 850;
    letter-spacing: -.02em;
}
.blog-card-copy p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 20px !important;
    color: #475467;
    font-size: 14px;
    line-height: 1.65;
    font-weight: 500;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.blog-card-copy > strong {
    margin-top: auto;
    color: #075bbd;
    font-size: 13px;
    font-weight: 820;
}
.blog-card-copy > strong span {
    display: inline !important;
    margin: 0 0 0 4px !important;
    color: inherit !important;
    font-size: 16px !important;
}
.blog-card.blog-text-card.is-featured {
    grid-column: span 2;
    background: linear-gradient(135deg, #073d83, #006db8);
}
.blog-card.is-featured::before { background: linear-gradient(90deg, #45d4e9, #fff); }
.blog-card.is-featured::after { background: radial-gradient(circle, rgba(99, 224, 242, .25), rgba(0, 169, 200, 0) 68%); }
.blog-card.is-featured .blog-card-kicker { background: rgba(255,255,255,.14); color: #c7f6ff !important; }
.blog-card.is-featured time { color: #c9def5; }
.blog-card.is-featured h2 { color: #fff; font-size: clamp(25px, 3vw, 34px); max-width: 800px; }
.blog-card.is-featured p { color: #dcecff; max-width: 820px; }
.blog-card.is-featured .blog-card-copy > strong { color: #fff; }
.home-blog-grid .blog-card.blog-text-card,
.home-blog-grid .blog-card-copy {
    min-height: 285px;
}
.home-blog-grid .blog-card-copy {
    padding: 22px !important;
}
.home-blog-grid .blog-card-copy h2 {
    font-size: 20px;
}
.home-blog-grid .blog-card-copy p {
    -webkit-line-clamp: 2;
}

/* Public blog detail: typography replaces the hero image */
.blog-detail-page {
    background: #f4f7fb;
}
.blog-detail {
    max-width: 980px;
    padding: 0 0 38px;
    overflow: hidden;
    border: 1px solid #d8e4f2;
    border-radius: 20px;
    box-shadow: 0 18px 44px rgba(15, 23, 42, .07);
}
.blog-detail > .breadcrumb {
    margin: 22px 30px 0;
}
.blog-title-hero {
    position: relative;
    overflow: hidden;
    margin: 18px 30px 30px;
    padding: clamp(28px, 5vw, 52px);
    border-radius: 18px;
    background: linear-gradient(135deg, #073d83, #0072bd);
    color: #fff;
}
.blog-title-hero::after {
    content: "";
    position: absolute;
    right: -80px;
    bottom: -130px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(87, 224, 241, .32), rgba(87, 224, 241, 0) 68%);
}
.blog-title-hero > * { position: relative; z-index: 1; }
.blog-title-hero > span {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 6px 10px;
    border: 1px solid rgba(255,255,255,.24);
    border-radius: 999px;
    background: rgba(255,255,255,.1);
    color: #c9f6ff;
    font-size: 11px;
    font-weight: 850;
    letter-spacing: .06em;
    text-transform: uppercase;
}
.blog-detail .blog-title-hero h1 {
    max-width: 860px;
    margin: 0 0 16px;
    color: #fff;
    font-size: clamp(31px, 5vw, 48px);
    line-height: 1.12;
    font-weight: 880;
    letter-spacing: -.03em;
}
.blog-title-hero p {
    max-width: 800px;
    margin: 0 0 20px;
    color: #deedff;
    font-size: 16px;
    line-height: 1.65;
}
.blog-title-hero .blog-meta {
    margin: 0;
    color: #c6dcef;
    font-size: 12px;
}
.blog-detail .blog-content {
    padding: 0 clamp(26px, 6vw, 72px);
    color: #344054;
    font-size: 17px;
    line-height: 1.82;
}
.blog-content h2 {
    margin: 34px 0 13px;
    color: #101828;
    font-size: 25px;
    line-height: 1.3;
    letter-spacing: -.015em;
}
.blog-content h3 {
    margin: 26px 0 10px;
    color: #1d2939;
    font-size: 20px;
}
.blog-content ul,
.blog-content ol {
    margin: 0 0 22px;
    padding-left: 24px;
}
.blog-content li { margin: 7px 0; }

@media (max-width: 780px) {
    .weekly-schedule-head { align-items: flex-start; flex-direction: column; }
    .blog-list-grid { grid-template-columns: 1fr; }
    .blog-card.blog-text-card.is-featured { grid-column: auto; }
    .blog-card.blog-text-card,
    .blog-card-copy { min-height: 280px; }
    .blog-card-copy { padding: 22px !important; }
    .blog-detail { border-radius: 15px; }
    .blog-detail > .breadcrumb { margin: 17px 18px 0; }
    .blog-title-hero { margin: 14px 18px 24px; padding: 25px 21px; border-radius: 14px; }
    .blog-detail .blog-title-hero h1 { font-size: 30px; }
    .blog-title-hero p { font-size: 14px; }
    .blog-detail .blog-content { padding: 0 21px; font-size: 16px; }
    .blog-content h2 { font-size: 22px; }
}
