.sicv-home {
    --home-navy: #071a3d;
    --home-blue: #0a2758;
    --home-gold: #f5b62e;
    --home-orange: #ed7a16;
    --home-ink: #10233f;
    --home-muted: #52647a;
    --home-canvas: #f4f6f9;
    overflow: hidden;
    color: var(--home-ink);
    background: #fff;
    font-family: inherit;
    width: 100%;
    max-width: 100%;
}

.sicv-home *, .sicv-home *::before, .sicv-home *::after { box-sizing: border-box; }
.sicv-home a { text-decoration: none; }
.sicv-home a:focus-visible, .sicv-home button:focus-visible, .sicv-home textarea:focus-visible { outline: 3px solid var(--home-gold); outline-offset: 3px; }
.sicv-home__container { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }
.sicv-home__eyebrow { display: flex; align-items: center; gap: 8px; margin: 0 0 10px; color: #ad4800; font-size: 12px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.sicv-home__section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 30px; }
.sicv-home__section-heading h2, .sicv-home-how h2, .sicv-home-seo h2 { margin: 0; color: var(--home-navy); font-size: clamp(30px, 4vw, 48px); line-height: 1.08; letter-spacing: -.035em; }
.sicv-home__section-heading p:not(.sicv-home__eyebrow) { max-width: 690px; margin: 12px 0 0; color: var(--home-muted); font-size: 16px; line-height: 1.65; }
.sicv-home__section-heading > a { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; color: var(--home-blue); font-weight: 800; white-space: nowrap; }
.sicv-home__section-heading > a:hover { color: #a84400; }
.sicv-home__center { display: flex; justify-content: center; margin-top: 30px; }

.sicv-home-hero { position: relative; padding: clamp(54px, 7vw, 96px) 0 76px; background: var(--home-navy); }
.sicv-home-hero::before, .sicv-home-hero::after { position: absolute; content: ""; pointer-events: none; }
.sicv-home-hero::before { top: 0; right: 5%; width: 210px; height: 18px; background: var(--home-orange); }
.sicv-home-hero::after { right: -70px; bottom: 28px; width: 180px; height: 180px; border: 30px solid rgba(245,182,46,.16); border-radius: 50%; }
.sicv-home-hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .9fr) minmax(480px, 1.1fr); align-items: center; gap: clamp(38px, 6vw, 78px); }
.sicv-home-hero__grid > *, .sicv-home-how__grid > *, .sicv-home__section-heading > * { min-width: 0; }
.sicv-home-hero .sicv-home__eyebrow { color: #ffd46f; }
.sicv-home-hero h1 { max-width: 670px; margin: 0; color: #fff; font-size: clamp(42px, 5.6vw, 76px); line-height: .99; letter-spacing: -.055em; }
.sicv-home-hero h1, .sicv-home__section-heading h2, .sicv-home-how h2, .sicv-home-seo h2 { overflow-wrap: anywhere; }
.sicv-home-hero__lead { max-width: 650px; margin: 24px 0 0; color: #dbe6f5; font-size: clamp(17px, 1.8vw, 20px); line-height: 1.65; }
.sicv-home-hero__proof { display: flex; flex-wrap: wrap; gap: 10px 20px; margin: 28px 0 0; padding: 0; color: #fff; font-size: 13px; list-style: none; }
.sicv-home-hero__proof li { display: flex; align-items: center; gap: 8px; }
.sicv-home-hero__proof i { color: var(--home-gold); }

.sicv-ai-search { width: 100%; max-width: 100%; min-width: 0; border: 1px solid rgba(255,255,255,.22); border-radius: 22px; padding: clamp(22px, 3vw, 34px); background: #fff; box-shadow: 0 28px 70px rgba(0,0,0,.24); }
.sicv-ai-search__badge { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 17px; border-radius: 999px; padding: 7px 12px; background: #fff0df; color: #9a3e00; font-size: 12px; font-weight: 900; }
.sicv-ai-search label { display: block; color: var(--home-navy); font-size: clamp(22px, 2.4vw, 31px); font-weight: 900; line-height: 1.2; letter-spacing: -.025em; }
.sicv-ai-search form > p { margin: 9px 0 17px; color: var(--home-muted); font-size: 14px; line-height: 1.55; }
.sicv-ai-search__field { position: relative; }
.sicv-ai-search textarea { display: block; width: 100%; min-height: 150px; resize: vertical; border: 2px solid #bac6d4; border-radius: 15px; padding: 17px 18px 66px; background: #fff; color: var(--home-ink); font: inherit; font-size: 16px; line-height: 1.5; }
.sicv-ai-search textarea::placeholder { color: #6b7788; opacity: 1; }
.sicv-ai-search textarea:focus { border-color: var(--home-orange); box-shadow: 0 0 0 4px rgba(237,122,22,.13); }
.sicv-ai-search__field > button { position: absolute; right: 10px; bottom: 10px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 46px; border: 0; border-radius: 10px; padding: 11px 17px; background: var(--home-gold); color: var(--home-navy); font: inherit; font-weight: 900; cursor: pointer; transition: background-color .2s ease, box-shadow .2s ease; }
.sicv-ai-search__field > button:hover { background: #ffc642; box-shadow: 0 8px 18px rgba(245,182,46,.32); }
.sicv-ai-search__field > button:disabled { cursor: wait; opacity: .65; }
.sicv-ai-search__examples { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.sicv-ai-search__examples button { min-height: 38px; border: 1px solid #d6dde6; border-radius: 999px; padding: 8px 11px; background: #f7f8fa; color: #233955; font: inherit; font-size: 12px; font-weight: 700; text-align: left; cursor: pointer; transition: border-color .2s ease, background-color .2s ease; }
.sicv-ai-search__examples button:hover { border-color: var(--home-orange); background: #fff4e8; color: #843500; }
.sicv-ai-search__status { min-height: 24px; margin-top: 12px; color: var(--home-muted); font-size: 13px; line-height: 1.45; }
.sicv-ai-search__status.is-loading { color: var(--home-blue); }
.sicv-ai-search__status.is-error { color: #a32116; font-weight: 700; }
.sicv-ai-search__status.is-success { color: #146c4c; font-weight: 700; }

.sicv-home-operations, .sicv-home-promoted, .sicv-home-categories, .sicv-home-how, .sicv-home-seo { padding: clamp(64px, 8vw, 100px) 0; }
.sicv-home-operations { background: #fff; }
.sicv-operation-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.sicv-operation-card { display: grid; grid-template-columns: 56px minmax(0, 1fr) auto; align-items: center; gap: 17px; min-height: 116px; border: 1px solid #d9e0e8; border-radius: 16px; padding: 22px; background: #fff; color: var(--home-navy); box-shadow: 0 8px 24px rgba(7,26,61,.06); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.sicv-operation-card:hover { border-color: var(--home-orange); box-shadow: 0 14px 32px rgba(7,26,61,.13); transform: translateY(-2px); }
.sicv-operation-card__icon { display: grid; width: 56px; height: 56px; place-items: center; border-radius: 14px; background: #fff0df; color: #b94d00; font-size: 22px; }
.sicv-operation-card strong, .sicv-operation-card small { display: block; }
.sicv-operation-card strong { font-size: 21px; }
.sicv-operation-card small { margin-top: 4px; color: var(--home-muted); font-size: 13px; }
.sicv-operation-card em { border-radius: 999px; padding: 6px 10px; background: #eef3f8; color: var(--home-blue); font-size: 12px; font-style: normal; font-weight: 800; white-space: nowrap; }

.sicv-home-promoted { background: var(--home-canvas); }
.sicv-home__count { flex: 0 0 auto; border-left: 4px solid var(--home-orange); padding: 8px 0 8px 15px; color: var(--home-muted); font-size: 13px; }
.sicv-home__count strong { display: block; color: var(--home-navy); font-size: 25px; line-height: 1; }
.sicv-home-promoted__grid { grid-auto-rows: 1fr; }
.sicv-home-promoted .sicv-card { background: #fff; }
.sicv-home__empty { border: 1px dashed #aeb9c6; border-radius: 16px; padding: 30px; text-align: center; }

.sicv-home-banner { padding: clamp(34px, 5vw, 60px) 0; background: #fff; }
.sicv-home-banner a { display: block; overflow: hidden; border-radius: 20px; background: var(--home-blue); box-shadow: 0 18px 42px rgba(7,26,61,.16); }
.sicv-home-banner picture, .sicv-home-banner img { display: block; width: 100%; }
.sicv-home-banner img { height: auto; object-fit: contain; transition: opacity .2s ease; }
.sicv-home-banner a:hover img { opacity: .94; }

.sicv-home-categories { background: #fff; }
.sicv-category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); grid-auto-rows: 250px; gap: 16px; }
.sicv-category-card { position: relative; display: flex; overflow: hidden; align-items: end; min-height: 250px; border-radius: 18px; background-color: var(--home-blue); background-image: var(--sicv-category-image); background-position: center; background-size: cover; color: #fff; isolation: isolate; box-shadow: 0 10px 28px rgba(7,26,61,.12); }
.sicv-category-card--wide { grid-column: span 2; }
.sicv-category-card__scrim { position: absolute; z-index: -1; inset: 0; background: rgba(4,20,50,.66); transition: background-color .2s ease; }
.sicv-category-card:hover .sicv-category-card__scrim { background: rgba(4,20,50,.78); }
.sicv-category-card__content { display: block; width: 100%; padding: 24px; }
.sicv-category-card small, .sicv-category-card strong, .sicv-category-card em { display: block; }
.sicv-category-card small { margin-bottom: 5px; color: #ffd66e; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.sicv-category-card strong { color: #fff; font-size: clamp(24px, 3vw, 37px); line-height: 1.05; }
.sicv-category-card em { display: flex; align-items: center; gap: 8px; margin-top: 17px; color: #fff; font-size: 13px; font-style: normal; font-weight: 800; }

.sicv-home-how { background: var(--home-navy); color: #fff; }
.sicv-home-how__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(42px, 8vw, 100px); }
.sicv-home-how .sicv-home__eyebrow { color: #ffd46f; }
.sicv-home-how h2 { color: #fff; }
.sicv-home-how__grid > div > p:last-child { color: #cbd8e9; font-size: 17px; line-height: 1.7; }
.sicv-home-how ol { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.sicv-home-how li { display: grid; grid-template-columns: 52px 1fr; gap: 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 15px; padding: 19px; background: #0d2c60; }
.sicv-home-how li > span { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 13px; background: var(--home-gold); color: var(--home-navy); font-size: 20px; font-weight: 900; }
.sicv-home-how li strong { color: #fff; font-size: 17px; }
.sicv-home-how li p { margin: 5px 0 0; color: #d6e1ef; font-size: 14px; line-height: 1.55; }

.sicv-home-seo { background: #fff; }
.sicv-home-seo__card { display: flex; align-items: center; justify-content: space-between; gap: 44px; border: 1px solid #d8e0e9; border-left: 8px solid var(--home-orange); border-radius: 20px; padding: clamp(28px, 5vw, 52px); background: #fff9ef; }
.sicv-home-seo__card > div { max-width: 780px; }
.sicv-home-seo__card p:not(.sicv-home__eyebrow) { margin: 17px 0 0; color: #44576d; line-height: 1.75; }
.sicv-home-seo__card > a { flex: 0 0 auto; }

.sicv-ai-result { display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: center; gap: 14px; margin: 0 0 24px; border: 1px solid #efb353; border-left: 5px solid var(--sicv-orange-500); border-radius: 12px; padding: 16px; background: #fff9ec; color: var(--sicv-text); }
.sicv-ai-result__icon { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 12px; background: var(--sicv-orange-500); color: #fff; }
.sicv-ai-result p { margin: 0 0 3px; color: #853600; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.sicv-ai-result strong, .sicv-ai-result small { display: block; }
.sicv-ai-result strong { color: var(--sicv-navy-950); }
.sicv-ai-result small { margin-top: 5px; color: #53647a; }
.sicv-ai-result > a { color: var(--sicv-navy-900); font-size: 13px; font-weight: 800; }
.sicv-ai-result > a:hover { color: #9b3e00; }

@media (max-width: 980px) {
    .sicv-home-hero__grid, .sicv-home-how__grid { grid-template-columns: 1fr; }
    .sicv-home-hero__grid { gap: 40px; }
    .sicv-home-hero__copy { text-align: center; }
    .sicv-home-hero h1, .sicv-home-hero__lead { margin-inline: auto; }
    .sicv-home-hero__proof { justify-content: center; }
    .sicv-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .sicv-home-seo__card { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 720px) {
    .sicv-home__container { width: calc(100% - 28px); max-width: 1220px; }
    .sicv-home-hero { padding-top: 52px; }
    .sicv-home-hero h1 { font-size: clamp(39px, 12vw, 56px); }
    .sicv-home-hero__proof { align-items: flex-start; flex-direction: column; }
    .sicv-ai-search { border-radius: 17px; padding: 20px; }
    .sicv-ai-search__field > button { position: static; width: 100%; margin-top: 10px; }
    .sicv-ai-search textarea { min-height: 130px; padding-bottom: 17px; }
    .sicv-home__section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 23px; }
    .sicv-operation-grid, .sicv-category-grid { grid-template-columns: 1fr; }
    .sicv-operation-card { grid-template-columns: 52px minmax(0, 1fr); }
    .sicv-operation-card em { grid-column: 2; justify-self: start; }
    .sicv-category-card--wide { grid-column: auto; }
    .sicv-home-banner img { height: auto; object-fit: contain; }
    .sicv-ai-result { grid-template-columns: 44px 1fr; }
    .sicv-ai-result > a { grid-column: 2; justify-self: start; }
}

@media (max-width: 420px) {
    .sicv-home__container { width: calc(100% - 22px); max-width: 1220px; }
    .sicv-ai-search__examples button { width: 100%; }
    .sicv-home-seo__card .sicv-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .sicv-home *, .sicv-home *::before, .sicv-home *::after { scroll-behavior: auto !important; transition: none !important; }
}
