/* INSPiER CRM — guide, notices and home notice section */
.content-page {
    min-height: 100vh;
    background: #f6f8fc;
}

.content-page .site-header,
.content-page .site-header.scrolled {
    height: 70px;
    color: var(--ink);
    background: rgba(255, 255, 255, .94);
    border-bottom-color: rgba(19, 32, 60, .08);
    box-shadow: 0 8px 28px rgba(8, 22, 52, .06);
    backdrop-filter: blur(18px);
}

.content-page .brand-word > span { color: var(--blue); }
.content-page .brand-word small { color: var(--muted); border-color: var(--line); }
.content-page .main-nav a,
.content-page .main-nav button { color: var(--ink-soft); }
.content-page .main-nav a:hover,
.content-page .main-nav a.active,
.content-page .main-nav button:hover { color: var(--ink); }
.content-page .header-login { color: var(--ink-soft); }
.content-page .header-cta { color: #fff; background: var(--navy-900); border-color: var(--navy-900); }

.content-main { padding-top: 70px; }

.content-hero {
    position: relative;
    overflow: hidden;
    padding: 108px 0 88px;
    color: #fff;
    background:
        radial-gradient(circle at 84% 10%, rgba(67, 212, 180, .17), transparent 28%),
        radial-gradient(circle at 12% 95%, rgba(65, 111, 255, .27), transparent 34%),
        var(--navy-900);
}

.content-hero::before,
.content-hero::after {
    position: absolute;
    content: "";
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
}

.content-hero::before { top: -270px; right: -140px; width: 610px; height: 610px; }
.content-hero::after { right: 190px; bottom: -260px; width: 430px; height: 430px; }

.content-hero-inner { position: relative; z-index: 1; max-width: 850px; }
.content-hero .eyebrow { margin-bottom: 22px; color: #8ca6ff; }
.content-hero h1 {
    margin-bottom: 24px;
    letter-spacing: -.06em;
    font-size: clamp(48px, 6.1vw, 78px);
    font-weight: 780;
    line-height: 1.08;
}

.content-hero h1 em { color: var(--mint); }
.content-hero-lead { max-width: 670px; margin: 0; color: rgba(235, 240, 255, .72); font-size: 19px; line-height: 1.85; }
.content-hero-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 34px; }
.content-hero-meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 13px;
    color: rgba(255,255,255,.82);
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    font-size: 12px;
    font-weight: 700;
}
.content-hero-meta span::before { width: 6px; height: 6px; content: ""; background: var(--mint); border-radius: 50%; }
.content-edit-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    color: #fff;
    background: rgba(255,255,255,.12);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
}
.content-edit-link svg { width: 15px; height: 15px; }

.content-section { padding: 96px 0; }
.content-section.white { background: #fff; }
.content-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.content-section-head > div { max-width: 720px; }
.content-section-head .eyebrow { margin-bottom: 14px; }
.content-section-head h2 { margin-bottom: 12px; letter-spacing: -.045em; font-size: clamp(32px, 4vw, 48px); line-height: 1.18; }
.content-section-head p:last-child { margin: 0; color: var(--ink-soft); font-size: 17px; }

.guide-quick-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: -44px; position: relative; z-index: 2; }
.guide-quick-card {
    display: flex;
    align-items: center;
    gap: 18px;
    min-height: 120px;
    padding: 24px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow-sm);
}
.guide-quick-icon {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    color: var(--blue);
    background: var(--surface-blue);
    border-radius: 14px;
}
.guide-quick-icon.mint { color: #15977d; background: var(--mint-soft); }
.guide-quick-icon.orange { color: #d96d39; background: var(--orange-soft); }
.guide-quick-icon svg { width: 23px; height: 23px; }
.guide-quick-card strong { display: block; margin-bottom: 3px; font-size: 16px; }
.guide-quick-card small { color: var(--muted); font-size: 12px; }

.requirements-card {
    display: grid;
    grid-template-columns: 1.05fr 1.95fr;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: #fff;
    box-shadow: var(--shadow-sm);
}
.requirements-intro { padding: 42px; color: #fff; background: var(--navy-900); }
.requirements-intro span { display: inline-flex; padding: 6px 10px; color: var(--mint); background: rgba(67,212,180,.1); border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.requirements-intro h3 { margin: 19px 0 13px; font-size: 29px; line-height: 1.3; }
.requirements-intro p { margin: 0; color: rgba(235,240,255,.6); font-size: 14px; }
.requirements-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; padding: 22px 34px; }
.requirement-item { display: flex; gap: 15px; padding: 22px 12px; border-bottom: 1px solid var(--line); }
.requirement-item:nth-last-child(-n+2) { border-bottom: 0; }
.requirement-item i { display: grid; place-items: center; flex: 0 0 auto; width: 34px; height: 34px; color: var(--blue); background: var(--surface-blue); border-radius: 10px; font-style: normal; font-size: 12px; font-weight: 800; }
.requirement-item strong { display: block; margin-bottom: 3px; font-size: 14px; }
.requirement-item p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.65; }

.guide-steps { position: relative; display: grid; gap: 18px; }
.guide-steps::before { position: absolute; top: 54px; bottom: 54px; left: 38px; width: 2px; content: ""; background: linear-gradient(var(--blue), var(--mint)); }
.guide-step {
    position: relative;
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
    padding: 28px 30px 28px 0;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    box-shadow: 0 8px 25px rgba(20,36,76,.045);
}
.guide-step-num { position: relative; z-index: 1; display: grid; place-items: center; width: 46px; height: 46px; margin: auto; color: #fff; background: var(--blue); border: 7px solid #fff; border-radius: 50%; box-sizing: content-box; font-size: 12px; font-weight: 800; }
.guide-step:nth-child(even) .guide-step-num { color: var(--navy-900); background: var(--mint); }
.guide-step-copy small { color: var(--blue); letter-spacing: .1em; font-size: 9px; font-weight: 800; }
.guide-step-copy h3 { margin: 5px 0 6px; font-size: 21px; }
.guide-step-copy p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.guide-step-note { min-width: 180px; padding: 13px 16px; color: var(--ink-soft); background: var(--surface-soft); border-radius: 12px; font-size: 12px; text-align: center; }

.guide-callout { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 34px 38px; color: #fff; background: linear-gradient(120deg, var(--navy-900), #152b65); border-radius: 24px; }
.guide-callout h3 { margin: 0 0 7px; font-size: 22px; }
.guide-callout p { margin: 0; color: rgba(235,240,255,.62); font-size: 13px; }
.guide-callout .button { flex: 0 0 auto; }

.help-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.help-card { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.help-card b { display: inline-flex; margin-bottom: 17px; padding: 5px 9px; color: var(--blue); background: var(--surface-blue); border-radius: 7px; font-size: 10px; }
.help-card h3 { margin-bottom: 8px; font-size: 17px; }
.help-card p { margin: 0; color: var(--ink-soft); font-size: 13px; }

/* Notices page */
.notice-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.notice-toolbar p { margin: 0; color: var(--ink-soft); font-size: 14px; }
.notice-count { padding: 7px 12px; color: var(--blue); background: var(--surface-blue); border-radius: 999px; font-size: 11px; font-weight: 800; }
.notice-list { display: grid; gap: 14px; }
.notice-card { overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 20px; transition: border-color .2s ease, box-shadow .2s ease; }
.notice-card:target { border-color: rgba(65,111,255,.45); box-shadow: 0 16px 44px rgba(65,111,255,.12); }
.notice-card summary { display: grid; grid-template-columns: 76px minmax(0,1fr) 110px 26px; align-items: center; gap: 20px; padding: 26px 28px; cursor: pointer; list-style: none; }
.notice-card summary::-webkit-details-marker { display: none; }
.notice-badge { justify-self: start; padding: 6px 10px; color: var(--ink-soft); background: var(--surface-soft); border-radius: 8px; font-size: 10px; font-weight: 800; }
.notice-badge.important { color: #2455e8; background: var(--surface-blue); }
.notice-title { font-size: 16px; font-weight: 750; }
.notice-card time { color: var(--muted); font-size: 12px; text-align: right; }
.notice-chevron { width: 22px; height: 22px; color: var(--muted); transition: transform .2s ease; }
.notice-card[open] .notice-chevron { transform: rotate(180deg); }
.notice-body { padding: 0 140px 30px 124px; color: var(--ink-soft); font-size: 14px; line-height: 1.85; }
.notice-body p:last-child { margin-bottom: 0; }
.notice-body ul { display: grid; gap: 8px; margin: 16px 0; }
.notice-body li { position: relative; padding-left: 17px; }
.notice-body li::before { position: absolute; top: .72em; left: 0; width: 6px; height: 6px; content: ""; background: var(--mint); border-radius: 50%; }
.notice-contact { margin-top: 30px; padding: 24px; color: var(--ink-soft); background: var(--surface-blue); border-radius: 16px; font-size: 13px; }
.notice-contact a { color: var(--blue); font-weight: 750; }

/* Home notices */
.home-notice-section { padding: 84px 0; background: #fff; }
.home-notice-layout { display: grid; grid-template-columns: 330px minmax(0, 1fr); gap: 66px; align-items: start; }
.home-notice-heading .eyebrow { margin-bottom: 13px; }
.home-notice-heading h2 { margin-bottom: 14px; letter-spacing: -.05em; font-size: clamp(34px, 4vw, 47px); line-height: 1.2; }
.home-notice-heading > p:last-of-type { color: var(--ink-soft); font-size: 14px; }
.home-notice-more { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; color: var(--blue); font-size: 13px; font-weight: 750; }
.home-notice-more svg { width: 17px; height: 17px; transition: transform .2s ease; }
.home-notice-more:hover svg { transform: translateX(4px); }
.home-notice-list { border-top: 2px solid var(--ink); }
.home-notice-item { display: grid; grid-template-columns: 74px minmax(0,1fr) 100px 20px; align-items: center; gap: 17px; min-height: 78px; padding: 0 8px; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.home-notice-item:hover { background: var(--surface-soft); }
.home-notice-item b { justify-self: start; padding: 5px 8px; color: var(--ink-soft); background: var(--surface-soft); border-radius: 7px; font-size: 9px; }
.home-notice-item b.important { color: #2455e8; background: var(--surface-blue); }
.home-notice-item strong { overflow: hidden; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; }
.home-notice-item time { color: var(--muted); font-size: 11px; text-align: right; }
.home-notice-item svg { width: 17px; height: 17px; color: var(--muted); transition: transform .2s ease; }
.home-notice-item:hover svg { color: var(--blue); transform: translateX(3px); }

.content-page .site-footer { margin-top: 0; }

@media (max-width: 960px) {
    .content-page .main-nav { color: var(--ink); }
    .content-page .menu-button { color: var(--ink); }
    .guide-quick-grid { grid-template-columns: 1fr; }
    .requirements-card { grid-template-columns: 1fr; }
    .guide-step { grid-template-columns: 76px minmax(0,1fr); }
    .guide-step-note { grid-column: 2; justify-self: start; }
    .home-notice-layout { grid-template-columns: 1fr; gap: 30px; }
    .home-notice-heading { display: grid; grid-template-columns: minmax(0,1fr) auto; column-gap: 20px; }
    .home-notice-heading .eyebrow { grid-column: 1 / -1; }
    .home-notice-heading > p:last-of-type { grid-column: 1; }
    .home-notice-more { grid-column: 2; grid-row: 2 / 4; align-self: center; }
}

@media (max-width: 680px) {
    .content-hero { padding: 78px 0 68px; }
    .content-hero h1 { font-size: 43px; }
    .content-hero-lead { font-size: 16px; }
    .content-section { padding: 72px 0; }
    .content-section-head { display: block; }
    .guide-quick-grid { margin-top: -28px; }
    .guide-quick-card { min-height: 100px; padding: 20px; }
    .requirements-intro { padding: 30px 26px; }
    .requirements-list { grid-template-columns: 1fr; padding: 10px 22px; }
    .requirement-item:nth-last-child(2) { border-bottom: 1px solid var(--line); }
    .guide-steps::before { left: 29px; }
    .guide-step { grid-template-columns: 58px minmax(0,1fr); gap: 14px; padding: 22px 18px 22px 0; }
    .guide-step-num { width: 36px; height: 36px; border-width: 5px; }
    .guide-step-note { grid-column: 2; min-width: 0; text-align: left; }
    .guide-callout { display: block; padding: 28px; }
    .guide-callout .button { margin-top: 20px; }
    .help-grid { grid-template-columns: 1fr; }
    .notice-card summary { grid-template-columns: 64px minmax(0,1fr) 22px; gap: 12px; padding: 22px 18px; }
    .notice-card time { grid-column: 2; grid-row: 2; text-align: left; }
    .notice-chevron { grid-column: 3; grid-row: 1 / 3; }
    .notice-body { padding: 0 20px 24px; }
    .home-notice-section { padding: 68px 0; }
    .home-notice-heading { display: block; }
    .home-notice-item { grid-template-columns: 62px minmax(0,1fr) 18px; min-height: 76px; gap: 10px; padding-inline: 3px; }
    .home-notice-item time { grid-column: 2; grid-row: 2; text-align: left; }
    .home-notice-item svg { grid-column: 3; grid-row: 1 / 3; }
}

@media (prefers-reduced-motion: reduce) {
    .notice-card,
    .notice-chevron,
    .home-notice-item,
    .home-notice-item svg { transition: none; }
}
