
/* =========================================================
   STARTSEITE – POLISHED GET STARTED BLOCK   ========================================================= */

.fix246-start-polished-ticks {
    list-style: none;
	  color: #6b7280;
	  font-size: 1rem;
    margin: 0;
    padding: 0;
}

.fix246-start-polished-ticks li {
    position: relative;
    padding: 0 0 0 1rem;
}

.fix246-start-polished-ticks li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--fix246-blue);
    font-weight: 700;
}

.fix246-start-polished-ticks-so {
    list-style: none;
	  color: #6b7280;
	  font-size: 1rem;
    margin: 0;
    padding: 0;
}

.fix246-start-polished-ticks-so li {
    position: relative;
    padding: 0 0 0 1rem;
}

.fix246-start-polished-ticks-so li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--fix246-green);
    font-weight: 700;
}

.fix246-start-polished {
    max-width: 1088px;
    margin: 2.5rem auto 2.5rem;
    padding: 1.5rem;
		padding-bottom: 1rem;
    background: #ffffff;
    border: 1px solid var(--fix246-border);
    box-sizing: border-box;
}

.fix246-start-polished__header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1.5rem;
    margin-bottom: 1.35rem;
}

.fix246-start-polished__footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: 0.8rem;
}

.fix246-start-polished__eyebrow {
    margin: 0 0 0.25rem;
    color: var(--fix246-yellow) !important;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.fix246-start-polished__title {
    color: var(--fix246-dark);
	    margin: 0 0 0.35rem;
    font-size: 1.18rem;
    line-height: 1.25;
}

.fix246-start-polished__read-more {
    color: var(--fix246-dark) !important;
    font-size: 0.95rem;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none !important;
    border-bottom: 2px solid var(--fix246-yellow);
    padding-bottom: 0.15rem;
    white-space: nowrap;
}

.fix246-start-polished__read-more:hover {
    color: var(--fix246-yellow) !important;
    text-decoration: none !important;
}

/* Flow */

.fix246-start-polished__flow {
    display: grid;
    grid-template-columns: 0.9fr 1.25fr 1.25fr;
    gap: 1rem;
    align-items: stretch;
}

.fix246-start-polished__card {
    position: relative;
    min-height: 185px;
    padding: 1.25rem 1.25rem 1.2rem;
    background: var(--fix246-light);
    border: 1px solid var(--fix246-border);
    box-sizing: border-box;
    display: flex;
}

.fix246-start-polished__card-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.fix246-start-polished__label {
    margin-bottom: 0.35rem;
    color: var(--fix246-muted);
    font-size: 1rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.fix246-start-polished__card-title {
    color: var(--fix246-dark);
    font-size: 1.15rem;
    line-height: 1.25;
    font-weight: 900;
}

.fix246-start-polished__card--help .fix246-start-polished__card-title {
    color: var(--fix246-blue);
}

.fix246-start-polished__card--service .fix246-start-polished__card-title {
    color: var(--fix246-green);
}

.fix246-start-polished__card-text {
    margin-top: 0.45rem;
    color: var(--fix246-text);
    font-size: 1rem;
    line-height: 1.45;
}

.fix246-start-polished__special {
    margin-top: auto;
    padding-top: 0.85rem;
    color: var(--fix246-text);
    font-size: 1rem;
    line-height: 1.35;
}

.fix246-start-polished__special strong {
    color: var(--fix246-dark);
    font-weight: 900;
}

.fix246-start-polished__register-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    width: 100%;
    padding: 0.85rem 1rem;
    background: var(--fix246-yellow);
    color: #ffffff !important;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none !important;
    box-sizing: border-box;
}

.fix246-start-polished__register-button:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    filter: brightness(1.04);
}

/* Mobile */

@media (max-width: 850px) {
    .fix246-start-polished {
        margin-top: 2rem;
        padding: 1.15rem;
    }

    .fix246-start-polished__header {
        display: block;
        margin-bottom: 1.1rem;
    }

    .fix246-start-polished__read-more {
        display: inline-block;
        margin-top: 0.75rem;
    }

    .fix246-start-polished__flow {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .fix246-start-polished__card {
        min-height: 0;
        padding: 1rem;
    }

    .fix246-start-polished__card-title {
        font-size: 1.08rem;
    }

    .fix246-start-polished__register-button {
        margin-top: 1rem;
    }
}
