.ian-home-page {
    color: #334155;
    background: #f8fafc;
}

.ian-home-hero {
    box-sizing: border-box;
    width: 100%;
    padding: 58px 24px 36px;
    background: linear-gradient(180deg, #eff6fc 0%, #f8fafc 75%);
}

.ian-home-intro { max-width: 900px; margin: 0 auto; text-align: center; }
.ian-home-eyebrow { color: #0465ae; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ian-home-intro h1 { margin: 12px 0 20px; color: #172033; font-size: 42px; line-height: 1.18; font-weight: 700; }
.ian-home-intro > p { max-width: 760px; margin: 0 auto; color: #64748b; font-size: 18px; line-height: 1.65; }
.ian-home-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin: 28px 0 16px; }
.ian-home-page a.ian-home-button {
    display: inline-flex;
    box-sizing: border-box;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border: 1px solid #0465ae;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}
.ian-home-page a.ian-home-button-primary { color: #fff; background: #0465ae; box-shadow: 0 4px 12px rgba(4, 101, 174, .15); }
.ian-home-page a.ian-home-button-primary:hover { background: #034f88; }
.ian-home-page a.ian-home-button-secondary { color: #0465ae; background: #fff; border-color: #b8d0e3; }
.ian-home-page a.ian-home-button-secondary:hover { background: #eaf4fc; }
.ian-home-trial { color: #334155; font-size: 14px; font-weight: 600; }
.ian-home-intro > p.ian-home-price { margin-top: 8px; font-size: 12px; }
.ian-home-price > svg, .ian-home-price > i { margin-right: 5px; color: #0465ae; }
.ian-home-preview {
    max-width: 1120px;
    margin: 36px auto 0;
    padding: 10px;
    background: #fff;
    border: 1px solid #dbe3ec;
    border-radius: 16px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .1);
}
.ian-home-preview img { display: block; width: 100%; height: auto; border-radius: 8px; }
.ian-home-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; max-width: 1120px; margin: 28px auto 0; }
.ian-home-stats > div { padding: 14px 8px; background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; text-align: center; overflow: hidden; }
.ian-home-stats > div > div:first-child > div:first-child { color: #0465ae; }
.ian-home-stats > div > div:first-child > div:nth-child(2) { color: #172033; font-size: 24px; font-weight: 700; }
.ian-home-stats > div > div:first-child > div:last-child { color: #64748b; font-size: 13px; }
.ian-home-stats > div > div:last-child { display: none; }

.ian-home-page > .box-container-temporary {
    box-sizing: border-box;
    width: calc(100% - 48px);
    max-width: 1200px;
    margin: 14px auto;
    padding: 32px;
    background: #fff !important;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(15, 23, 42, .03);
}
.ian-home-page > .box-container-temporary_x02 { display: none; }
.ian-home-page .box-container-temporary h2 { margin: 0 0 12px; color: #172033; font-size: 28px; line-height: 1.3; font-weight: 700; }
.ian-home-page .box-container-temporary h3 { margin: 0; color: #64748b; font-size: 16px; line-height: 1.7; font-weight: 400; text-align: left !important; }
.ian-home-page .box-container-temporary img { max-width: 100%; object-fit: contain; }
.ian-home-page .box-container-temporary .menu-btn {
    min-height: 44px;
    box-sizing: border-box;
    margin-top: 12px;
    border: 1px solid #0465ae;
    border-radius: 8px;
    background: #0465ae;
    color: #fff !important;
    box-shadow: none;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}
.ian-home-page .box-container-temporary .menu-btn:hover { background: #034f88; }
.ian-home-page .ian-box-action-inner { padding-left: 0; padding-right: 0; }
.ian-home-page .ian-box-actions-left { justify-content: flex-start; }
.ian-home-page a.ian-home-help-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0465ae;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
}
.ian-home-page a.ian-home-help-link:hover { text-decoration: underline; }
.ian-home-help-link > svg, .ian-home-help-link > .fa { flex-shrink: 0; font-size: 12px; }
.ian-home-page .ui-tagcloud { border: 0; border-radius: 12px; }
.ian-home-page .ui-tagcloud a { color: #0465ae; }
.ian-home-page > .ian-home-partners { margin-bottom: 42px; text-align: center; }
.ian-home-page .ian-home-partners h2 { font-size: 24px; }
.ian-home-page a:focus-visible { outline: 2px solid #0465ae; outline-offset: 3px; }

@media (max-width: 700px) {
    .ian-home-hero { padding: 34px 16px 20px; }
    .ian-home-intro h1 { font-size: 30px; }
    .ian-home-intro > p { font-size: 16px; }
    .ian-home-preview { margin-top: 26px; padding: 6px; border-radius: 12px; }
    .ian-home-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
    .ian-home-page > .box-container-temporary { width: calc(100% - 24px); padding: 18px 10px; margin: 10px auto; }
    .ian-home-page .box-container-temporary h2 { font-size: 23px; text-align: left; }
    .ian-home-page .box-container-temporary h3 { font-size: 15px; }
    .ian-home-page .ian-home-partners h2 { text-align: center; }
}

@media (max-width: 400px) {
    .ian-home-actions { flex-direction: column; }
    .ian-home-intro h1 { font-size: 27px; }
    .ian-home-stats > div > div:first-child > div:nth-child(2) { font-size: 21px; }
}
.ian-home-audience {
    box-sizing: border-box;
    width: calc(100% - 48px);
    max-width: 1200px;
    padding: 40px;
    margin: 14px auto;
    background: transparent;
}
.ian-home-audience > h2 { margin: 0 0 16px; color: #172033; font-size: 28px; line-height: 1.3; font-weight: 700; }
.ian-home-page > .ian-home-benefit-break { background: #edf5fc !important; border-color: #d3e5f4; box-shadow: none; }
.ian-home-benefit-break > div { max-width: 960px !important; }
.ian-home-audience p { color: #64748b; font-size: 16px; line-height: 1.75; }
.ian-home-audience-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: 28px; }
.ian-home-audience-grid article { border-top: 3px solid #0465ae; padding-top: 16px; }
.ian-home-audience-grid h3 { margin: 0; color: #182338; font-size: 18px; }
.ian-home-audience-grid p { margin-bottom: 0; }
.ian-home-ksef-benefit { clear: both; padding: 24px; margin: 20px 12px; background: #edf5fc; border: 1px solid #c8e1f7; border-left: 4px solid #0465ae; border-radius: 12px; text-align: left; }
.ian-home-page .box-container-temporary .ian-home-ksef-benefit h3 { margin: 0 0 12px; color: #0465ae; font-size: 22px; line-height: 1.35; font-weight: 700; }
.ian-home-ksef-benefit p { margin: 0; color: #475569; font-size: 16px; line-height: 1.75; }
.ian-home-closing { text-align: center; }
.ian-home-closing > p { max-width: 860px; margin: 16px auto; }
@media (max-width: 1000px) {
    .ian-home-audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
    .ian-home-audience { width: calc(100% - 24px); padding: 24px 20px; }
    .ian-home-audience > h2 { font-size: 23px; }
}
@media (max-width: 600px) {
    .ian-home-audience-grid { grid-template-columns: 1fr; }
    .ian-home-ksef-benefit { margin: 12px 0; padding: 16px; }
    .ian-home-page .box-container-temporary .ian-home-ksef-benefit h3 { font-size: 20px; }
}
.ian-home-illustration { margin: 16px auto; width: 100%; max-width: 460px; color: #334155; }
.ian-home-illustration figcaption { margin-top: 24px; text-align: center; color: #64748b; font-size: 13px; line-height: 1.5; }
.ian-property-orbit { position: relative; height: 300px; background: radial-gradient(ellipse at center, #edf6fd 0%, transparent 68%); }
.ian-home-page .box-container-temporary img.ian-property-connections { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: fill; pointer-events: none; }
.ian-property-satellite { position: absolute; display: flex; flex-direction: column; align-items: center; gap: 8px; width: 96px; margin-left: -48px; font-size: 13px; }
.ian-illustration-icon { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border-radius: 16px; background: #eff6fc; color: #0465ae; font-size: 23px; }
.ian-property-satellite .ian-illustration-icon { background: #fff; border: 1px solid #dce8f2; }
.ian-property-documents { left: 20%; top: 16px; }
.ian-property-invoices { left: 80%; top: 16px; }
.ian-property-meters { left: 20%; bottom: 4px; }
.ian-property-requests { left: 80%; bottom: 4px; }
.ian-property-center { position: absolute; top: 98px; left: 50%; transform: translateX(-50%); display: flex; align-items: center; flex-direction: column; gap: 6px; width: 170px; padding: 8px 0; background: #f1f7fc; border-radius: 24px; }
.ian-property-center > svg, .ian-property-center > i { color: #0465ae; font-size: 48px; }
.ian-property-center strong { font-size: 14px; }
.ian-property-center > span { color: #64748b; font-size: 12px; }
.ian-home-workflow { padding: 24px 0; }
.ian-workflow-topic { display: flex; justify-content: center; align-items: center; gap: 10px; color: #0465ae; font-size: 14px; margin-bottom: 36px; }
.ian-workflow-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 0; margin: 0; list-style: none; }
.ian-workflow-steps li { position: relative; display: flex; align-items: center; flex-direction: column; gap: 10px; text-align: center; }
.ian-workflow-steps li + li::before { content: '\2192'; position: absolute; left: -9px; top: 14px; color: #91b5ce; font-size: 22px; }
.ian-workflow-steps strong { font-size: 13px; }
.ian-workflow-steps li > span:last-child { color: #64748b; font-size: 12px; line-height: 1.5; padding: 0 4px; }
.ian-workflow-return { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 24px 16% 0; padding-top: 18px; border-top: 1px dashed #bfd5e6; color: #0465ae; font-size: 12px; text-align: center; }
@media (max-width: 400px) {
    .ian-property-center { width: 148px; }
    .ian-property-center strong { font-size: 12px; }
    .ian-workflow-steps strong { font-size: 12px; }
    .ian-workflow-steps .ian-illustration-icon { width: 44px; height: 44px; font-size: 20px; }
}
