.home-page {
    --home-accent: #5b28c9;
    --home-dark: #21084f;
    --home-ink: #201827;
    --home-muted: #675e6d;
    --home-line: #e7e0eb;
    background: #fff;
    color: var(--home-ink);
    font-family: Montserrat, Arial, sans-serif;
}
.home-page .container {
    width: min(1240px, calc(100% - 36px));
    margin-inline: auto;
}
.home-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--home-accent);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}
.home-kicker--light {
    color: #cbb9ff;
}
.home-page h1,
.home-page h2 {
    letter-spacing: -0.055em;
}
.home-page h2 {
    font-size: clamp(38px, 4.4vw, 56px);
}
.home-hero {
    position: relative;
    overflow: hidden;
    padding: 76px 0 92px;
    background: radial-gradient(circle at 8% 8%, #eee7ff, transparent 32%), linear-gradient(135deg, #fff 0%, #faf7ff 62%, #f2ebff 100%);
}
.home-hero:after {
    position: absolute;
    right: -190px;
    top: -210px;
    width: 560px;
    height: 560px;
    border: 1px solid rgba(91, 40, 201, 0.1);
    border-radius: 50%;
    box-shadow:
        0 0 0 70px rgba(91, 40, 201, 0.025),
        0 0 0 140px rgba(91, 40, 201, 0.018);
    content: '';
}
.home-hero__grid {
    position: relative;
    z-index: 1;
    display: grid;
    align-items: center;
    gap: 54px;
    grid-template-columns: 0.82fr 1.18fr;
}
.home-hero h1 {
    max-width: 660px;
    margin-bottom: 24px;
    font-size: clamp(50px, 5.4vw, 76px);
    line-height: 0.99;
}
.home-hero h1 em {
    color: var(--home-accent);
    font-style: normal;
}
.home-hero__copy > p {
    max-width: 650px;
    color: #5d5563;
    font-size: 18px;
    line-height: 1.72;
}
.home-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 22px;
    margin: 30px 0;
}
.home-actions > a:last-child {
    color: #5427b8;
    font-size: 14px;
    font-weight: 800;
    text-underline-offset: 5px;
}
.home-services,
.home-about,
.home-promises {
    padding: 82px 0;
}
.home-heading {
    max-width: 780px;
    margin: 0 auto 44px;
    text-align: center;
}
.home-heading h2 {
    margin-bottom: 14px;
}
.home-heading p {
    color: var(--home-muted);
    line-height: 1.7;
}
.home-service-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
}
.home-service-grid article {
    display: flex;
    min-height: 480px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(43, 24, 62, 0.07);
}
.home-card-visual {
    position: relative;
    display: grid;
    min-height: 170px;
    place-items: center;
    background: #f5f1ff;
}
.home-card-visual > span {
    position: absolute;
    left: 18px;
    top: 15px;
    color: #765b9d;
    font-size: 11px;
    font-weight: 900;
}
.home-card-visual svg {
    position: relative;
    z-index: 2;
    width: 60px;
    height: 60px;
    padding: 14px;
    border-radius: 17px;
    background: #fff;
    color: var(--home-accent);
    filter: drop-shadow(0 10px 16px rgba(56, 29, 87, 0.14));
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}
.home-card-visual i {
    position: absolute;
    width: 54px;
    height: 70px;
    border: 1px solid #d9cdec;
    border-radius: 7px;
    background: #fff;
    transform: translate(-58px, 18px) rotate(-8deg);
}
.home-card-visual i:nth-of-type(2) {
    transform: translate(58px, 15px) rotate(8deg);
}
.home-card-visual i:nth-of-type(3) {
    width: 120px;
    height: 8px;
    border: 0;
    border-radius: 8px;
    background: #d8cced;
    transform: translateY(62px);
}
.is-care .home-card-visual i:nth-of-type(1),
.is-care .home-card-visual i:nth-of-type(2) {
    width: 44px;
    height: 54px;
    border-color: #b9dfbe;
    background: linear-gradient(#fff 0 28%, #dff3df 28% 34%, #fff 34% 52%, #dff3df 52% 58%, #fff 58%);
}
.is-care .home-card-visual i:nth-of-type(1) {
    transform: translate(-58px, 18px) rotate(-8deg);
}
.is-care .home-card-visual i:nth-of-type(2) {
    transform: translate(58px, 15px) rotate(8deg);
}
.is-fix .home-card-visual i:nth-of-type(1),
.is-fix .home-card-visual i:nth-of-type(2) {
    width: 42px;
    height: 42px;
    border-color: #f0c47a;
    border-radius: 50%;
    background: radial-gradient(circle at center, #fff 0 27%, transparent 29%), #fff7e9;
}
.is-build .home-card-visual i:nth-of-type(1),
.is-build .home-card-visual i:nth-of-type(2) {
    width: 48px;
    height: 48px;
    border-color: #b9c7f1;
    background: linear-gradient(90deg, transparent 46%, #b9c7f1 47% 53%, transparent 54%), linear-gradient(transparent 46%, #b9c7f1 47% 53%, transparent 54%), #fff;
}
.is-fix .home-card-visual {
    background: #fff7e9;
}
.is-fix .home-card-visual svg {
    color: #b97619;
}
.is-build .home-card-visual {
    background: #eef2ff;
}
.is-build .home-card-visual svg {
    color: #5269ba;
}
.home-service-grid article > small,
.home-service-grid article > h3,
.home-service-grid article > p,
.home-service-grid article > a {
    margin-inline: 25px;
}
.home-service-grid article > small {
    margin-top: 25px;
    color: #806f88;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
}
.home-service-grid h3 {
    margin-top: 8px;
    font-size: 22px;
}
.home-service-grid p {
    color: var(--home-muted);
    font-size: 14px;
    line-height: 1.65;
}
.home-service-grid article > a {
    margin-top: auto;
    margin-bottom: 25px;
    padding: 13px 15px;
    border: 1px solid #ded4e9;
    border-radius: 7px;
    color: var(--home-accent);
    font-size: 13px;
    font-weight: 850;
    text-align: center;
    text-decoration: none;
}
.home-domain-note {
    display: grid;
    align-items: center;
    gap: 18px;
    margin-top: 22px;
    padding: 20px 24px;
    border-radius: 11px;
    background: #eee8ff;
    grid-template-columns: auto 1fr auto;
}
.home-domain-note > span {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: var(--home-accent);
}
.home-domain-note svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}
.home-domain-note p {
    margin: 2px 0 0;
    color: #675c70;
    font-size: 13px;
}
.home-domain-note > a {
    color: var(--home-accent);
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}
.home-process {
    position: relative;
    overflow: hidden;
    padding: 86px 0;
    background: linear-gradient(120deg, #180440, #321078);
    color: #fff;
}
.home-process:after {
    position: absolute;
    right: -130px;
    bottom: -210px;
    width: 470px;
    height: 470px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.02);
    content: '';
}
.home-process__grid {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 85px;
    grid-template-columns: 0.75fr 1.25fr;
}
.home-process h2 {
    font-size: clamp(40px, 4.5vw, 58px);
}
.home-process h2 em {
    color: #c8b5ff;
    font-style: normal;
}
.home-process p {
    color: #d3c8e7;
    line-height: 1.75;
}
.home-process ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.home-process li {
    display: grid;
    align-items: center;
    gap: 18px;
    padding: 19px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    grid-template-columns: 58px 1fr;
}
.home-process li > b {
    display: grid;
    width: 48px;
    height: 48px;
    place-items: center;
    border: 2px solid #835cda;
    border-radius: 50%;
    background: #28105f;
    color: #d9cdff;
    font-size: 11px;
}
.home-process li strong,
.home-process li span {
    display: block;
}
.home-process li strong {
    font-size: 17px;
}
.home-process li span {
    color: #cfc5e2;
    font-size: 13px;
}
.home-about {
    background: #fff;
}
.home-about__grid {
    display: grid;
    align-items: center;
    gap: 75px;
    grid-template-columns: 0.82fr 1.18fr;
}
.home-about figure {
    position: relative;
    margin: 0;
}
.home-about figure img {
    width: 100%;
    height: 560px;
    border-radius: 15px;
    object-fit: cover;
    object-position: center 24%;
    box-shadow: 0 22px 55px rgba(42, 25, 55, 0.17);
}
.home-about figcaption {
    position: absolute;
    left: 24px;
    right: -30px;
    bottom: -24px;
    padding: 17px 20px;
    border-radius: 10px;
    background: #25105b;
    color: #fff;
    box-shadow: 0 14px 34px rgba(35, 14, 77, 0.27);
}
.home-about figcaption b,
.home-about figcaption span {
    display: block;
}
.home-about figcaption span {
    color: #cec4e2;
    font-size: 11px;
}
.home-about__grid > div > p {
    color: var(--home-muted);
    line-height: 1.75;
}
.home-about-points {
    display: grid;
    gap: 10px;
    margin-top: 26px;
}
.home-about-points > span {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 14px;
    border: 1px solid var(--home-line);
    border-radius: 9px;
}
.home-about-points svg {
    width: 24px;
    height: 24px;
    color: var(--home-accent);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}
.home-audit {
    padding: 86px 0;
    background: #f6f1ff;
}
.home-audit__grid {
    display: grid;
    align-items: center;
    gap: 72px;
    grid-template-columns: 0.72fr 1.28fr;
}
.home-audit__grid > div > p {
    color: var(--home-muted);
    line-height: 1.75;
}
.home-audit ul {
    display: grid;
    gap: 10px;
    margin: 25px 0;
    padding: 0;
    list-style: none;
}
.home-audit li:before {
    display: inline-grid;
    width: 22px;
    height: 22px;
    margin-right: 9px;
    place-items: center;
    border-radius: 50%;
    background: #e6f3e4;
    color: #3f8447;
    content: '✓';
    font-size: 11px;
    font-weight: 900;
}
.home-audit figure {
    position: relative;
    margin: 0;
}
.home-audit figure img {
    width: 100%;
    border: 1px solid #ddd2e7;
    border-radius: 16px;
    box-shadow: 0 24px 60px rgba(48, 25, 70, 0.18);
    transform: rotate(1deg);
}
.home-audit figcaption {
    position: absolute;
    right: -18px;
    bottom: 24px;
    padding: 13px 17px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(43, 24, 62, 0.16);
}
.home-audit figcaption b,
.home-audit figcaption span {
    display: block;
}
.home-audit figcaption span {
    color: #756b7b;
    font-size: 10px;
}
.home-promises {
    background: #fff;
}
.home-promise-grid {
    display: grid;
    overflow: hidden;
    border: 1px solid var(--home-line);
    border-radius: 14px;
    box-shadow: 0 14px 38px rgba(42, 24, 61, 0.07);
    grid-template-columns: repeat(4, 1fr);
}
.home-promise-grid article {
    position: relative;
    min-height: 210px;
    padding: 27px;
}
.home-promise-grid article:not(:last-child) {
    border-right: 1px solid var(--home-line);
}
.home-promise-grid article > span {
    color: #998ba1;
    font-size: 10px;
    font-weight: 900;
}
.home-promise-grid svg {
    display: block;
    width: 50px;
    height: 50px;
    margin: 25px 0 20px;
    padding: 12px;
    border-radius: 14px;
    background: #eee8ff;
    color: var(--home-accent);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
}
.home-promise-grid h3 {
    font-size: 17px;
    line-height: 1.4;
}
.home-faq {
    padding: 64px 0;
    background: #faf8fd;
}
.home-faq .accordion {
    max-width: 920px;
    margin: auto;
}
.home-faq .accordion details {
    background: #fff;
}
.home-contact {
    position: relative;
    overflow: hidden;
    padding: 76px 0;
    background: linear-gradient(120deg, #190542, #35107b);
    color: #fff;
}
.home-contact__grid {
    display: grid;
    gap: 70px;
    grid-template-columns: 0.8fr 1.2fr;
}
.home-contact h2 {
    font-size: clamp(38px, 4.5vw, 56px);
}
.home-contact__grid > div > p {
    color: #d7cde8;
    line-height: 1.75;
}
.home-contact__grid > div > a {
    color: #f3d05a;
    font-weight: 800;
}
.home-page .site-footer {
    background: #10072a;
}
@media (max-width: 950px) {
    .home-hero__grid,
    .home-about__grid,
    .home-audit__grid,
    .home-contact__grid {
        grid-template-columns: 1fr;
    }
    .home-service-grid {
        grid-template-columns: 1fr;
    }
    .home-service-grid article {
        min-height: 0;
    }
    .home-process__grid {
        gap: 48px;
        grid-template-columns: 1fr;
    }
    .home-about figure {
        max-width: 560px;
    }
    .home-promise-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .home-promise-grid article:nth-child(2) {
        border-right: 0;
    }
    .home-promise-grid article:nth-child(-n + 2) {
        border-bottom: 1px solid var(--home-line);
    }
}
@media (max-width: 600px) {
    .home-page .container {
        width: calc(100% - 30px);
    }
    .home-hero {
        padding: 52px 0 62px;
    }
    .home-hero h1 {
        font-size: 43px;
    }
    .home-hero__copy > p {
        font-size: 16px;
    }
    .home-actions {
        align-items: stretch;
        flex-direction: column;
        gap: 12px;
    }
    .home-actions .button {
        width: 100%;
    }
    .home-services,
    .home-about,
    .home-promises,
    .home-audit,
    .home-process {
        padding: 58px 0;
    }
    .home-heading {
        text-align: left;
    }
    .home-domain-note {
        align-items: start;
        grid-template-columns: auto 1fr;
    }
    .home-domain-note > a {
        grid-column: 2;
    }
    .home-about figure img {
        height: 430px;
    }
    .home-about figcaption {
        left: 14px;
        right: -5px;
    }
    .home-audit figure img {
        transform: none;
    }
    .home-audit figcaption {
        right: 8px;
        bottom: 8px;
    }
    .home-promise-grid {
        grid-template-columns: 1fr;
    }
    .home-promise-grid article,
    .home-promise-grid article:nth-child(2) {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--home-line);
    }
    .home-promise-grid article:last-child {
        border-bottom: 0;
    }
    .home-contact {
        padding: 58px 0;
    }
    .home-contact__grid {
        gap: 38px;
    }
    .field-row {
        grid-template-columns: 1fr;
    }
}

/* CSS-ből felépített,
térhatású vizuális jelenetek. */
.home-control-scene {
    position: relative;
    min-height: 500px;
    perspective: 1200px;
}
.home-control-scene:before {
    position: absolute;
    inset: 9% 4% 4%;
    border-radius: 50%;
    background: rgba(91, 40, 201, 0.13);
    content: '';
    filter: blur(40px);
}
.home-control-window {
    position: absolute;
    left: 5%;
    top: 58px;
    width: 91%;
    overflow: hidden;
    border: 1px solid #d8d0e0;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 35px 75px rgba(47, 23, 76, 0.24);
    transform: rotateY(-5deg) rotateZ(1.5deg);
}
.home-control-window > header {
    display: flex;
    height: 39px;
    align-items: center;
    gap: 7px;
    padding: 0 14px;
    background: #eeebf1;
}
.home-control-window > header i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #c9c1ce;
}
.home-control-window > header i:first-child {
    background: #dc8585;
}
.home-control-window > header span {
    margin-left: 8px;
    color: #8c8391;
    font-size: 8px;
}
.home-control-window > header b {
    margin-left: auto;
    padding: 5px 8px;
    border-radius: 12px;
    background: #daf0d7;
    color: #397b42;
    font-size: 7px;
}
.home-control-body nav {
    display: flex;
    height: 54px;
    align-items: center;
    gap: 10px;
    padding: 0 20px;
    border-bottom: 1px solid #eee9f1;
}
.home-control-body nav strong {
    color: var(--home-accent);
    font-size: 10px;
}
.home-control-body nav span {
    width: 42px;
    height: 5px;
    border-radius: 5px;
    background: #e5dfe8;
}
.home-control-body nav span:first-of-type {
    margin-left: auto;
}
.home-control-body nav button {
    width: 58px;
    height: 21px;
    border: 0;
    border-radius: 4px;
    background: var(--home-accent);
}
.home-control-dashboard {
    display: grid;
    min-height: 260px;
    align-items: center;
    gap: 24px;
    padding: 35px;
    background: linear-gradient(135deg, #fff, #f2edfb);
    grid-template-columns: 1.1fr 0.9fr;
}
.home-control-copy small {
    color: var(--home-accent);
    font-size: 8px;
    font-weight: 900;
}
.home-control-copy b {
    display: block;
    margin: 9px 0 16px;
    font-size: 22px;
    line-height: 1.2;
}
.home-control-copy p {
    width: 90%;
    height: 6px;
    margin: 8px 0;
    border-radius: 4px;
    background: #ddd7e2;
}
.home-control-copy p:nth-of-type(2) {
    width: 68%;
}
.home-control-copy button {
    width: 88px;
    height: 25px;
    margin-top: 15px;
    border: 0;
    border-radius: 4px;
    background: var(--home-accent);
}
.home-control-chart {
    position: relative;
    display: grid;
    width: 165px;
    height: 165px;
    margin: auto;
    place-items: center;
    border: 18px solid #dcd0f5;
    border-top-color: #6732ce;
    border-right-color: #6732ce;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 15px 32px rgba(54, 28, 85, 0.12);
    transform: rotate(8deg);
}
.home-control-chart > span {
    font-size: 38px;
    font-weight: 900;
    transform: rotate(-8deg);
}
.home-control-chart > small {
    margin-top: -48px;
    color: #756b7b;
    font-size: 8px;
    transform: rotate(-8deg);
}
.home-control-chart i {
    position: absolute;
    bottom: -34px;
    width: 13px;
    border-radius: 4px 4px 0 0;
    background: #7950d2;
}
.home-control-chart i:nth-of-type(1) {
    left: 28px;
    height: 24px;
}
.home-control-chart i:nth-of-type(2) {
    left: 49px;
    height: 40px;
}
.home-control-chart i:nth-of-type(3) {
    left: 70px;
    height: 31px;
}
.home-control-chart i:nth-of-type(4) {
    left: 91px;
    height: 53px;
    background: #f0c94f;
}
.home-control-body footer {
    display: grid;
    padding: 15px 20px;
    background: #241057;
    color: #fff;
    grid-template-columns: repeat(3, 1fr);
}
.home-control-body footer span {
    font-size: 8px;
    font-weight: 700;
}
.home-control-body footer i {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 5px;
    border-radius: 50%;
    background: #6fc076;
}
.home-float-card {
    position: absolute;
    z-index: 3;
    padding: 14px 17px;
    box-shadow: 0 14px 29px rgba(42, 23, 62, 0.2);
}
.home-float-card:before {
    position: absolute;
    right: 14px;
    top: 14px;
    display: grid;
    width: 18px;
    height: 18px;
    place-items: center;
    border: 1px solid currentColor;
    border-radius: 50%;
    content: '•';
    font-size: 13px;
    font-weight: 900;
}
.home-float-card span,
.home-float-card b,
.home-float-card small {
    display: block;
}
.home-float-card span {
    font-size: 8px;
    font-weight: 900;
}
.home-float-card b {
    font-size: 13px;
}
.home-float-card small {
    font-size: 8px;
}
.home-float-card--care {
    left: -1%;
    top: 3px;
    background: #ffe794;
    transform: rotate(-6deg);
}
.home-float-card--care:before {
    color: #4c9b59;
    content: '✓';
}
.home-float-card--fix:before {
    color: #b97619;
    content: '!';
}
.home-float-card--grow:before {
    color: #5269ba;
    content: '↗';
}
.home-float-card--fix {
    right: -1%;
    top: 126px;
    background: #dac9ff;
    transform: rotate(5deg);
}
.home-float-card--grow {
    right: 10%;
    bottom: 0;
    background: #ccebc9;
    transform: rotate(-3deg);
}
.home-control-scene > svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #6c35d2;
    stroke-dasharray: 5 7;
    stroke-width: 2;
}
.home-audit-scene {
    position: relative;
    min-height: 520px;
    perspective: 1200px;
}
.home-audit-sheet,
.home-audit-report {
    position: absolute;
    border: 1px solid #ddd4e5;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 22px 50px rgba(47, 25, 70, 0.15);
}
.home-audit-sheet {
    width: 68%;
    height: 320px;
    padding: 25px;
}
.home-audit-sheet > span {
    color: #7659ad;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 0.12em;
}
.home-audit-sheet > i {
    display: block;
    width: 72%;
    height: 7px;
    margin-top: 19px;
    border-radius: 4px;
    background: #d9d0e4;
}
.home-audit-sheet--back {
    left: 3%;
    top: 42px;
    background: #eee8fa;
    transform: rotate(-8deg);
}
.home-audit-sheet--middle {
    right: 2%;
    top: 38px;
    transform: rotate(8deg);
}
.home-audit-sheet--middle > div {
    display: flex;
    align-items: end;
    gap: 9px;
    height: 160px;
    padding: 22px;
    border-bottom: 1px solid #eee;
}
.home-audit-sheet--middle i {
    width: 15%;
    border-radius: 5px 5px 0 0;
    background: #c8b7eb;
}
.home-audit-sheet--middle i:nth-child(1) {
    height: 35%;
}
.home-audit-sheet--middle i:nth-child(2) {
    height: 66%;
}
.home-audit-sheet--middle i:nth-child(3) {
    height: 48%;
}
.home-audit-sheet--middle i:nth-child(4) {
    height: 82%;
    background: #6d3bd1;
}
.home-audit-report {
    left: 13%;
    right: 9%;
    top: 90px;
    z-index: 2;
    overflow: hidden;
    transform: rotateY(-3deg) rotateZ(-1deg);
}
.home-audit-report header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 25px;
    background: #24105a;
    color: #fff;
}
.home-audit-report header small,
.home-audit-report header b {
    display: block;
}
.home-audit-report header > div small {
    color: #c9b9eb;
    font-size: 8px;
}
.home-audit-report header b {
    font-size: 15px;
}
.home-audit-report header > span {
    font-size: 30px;
    font-weight: 900;
}
.home-audit-report header > span small {
    display: inline;
    font-size: 10px;
}
.home-audit-bars {
    padding: 19px 25px;
}
.home-audit-bars p {
    display: grid;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 13px 0;
    border-bottom: 1px solid #eee8f1;
    grid-template-columns: 100px 1fr 60px;
}
.home-audit-bars b {
    font-size: 10px;
}
.home-audit-bars p > i {
    height: 7px;
    overflow: hidden;
    border-radius: 7px;
    background: #ece7ef;
}
.home-audit-bars em {
    display: block;
    width: var(--score);
    height: 100%;
    border-radius: inherit;
    background: #6c39cf;
}
.home-audit-bars p:nth-child(2) em {
    background: #e2ac3d;
}
.home-audit-bars span {
    color: #756b7b;
    font-size: 8px;
}
.home-audit-report footer {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 17px 25px;
    background: #f5f1fa;
}
.home-audit-report footer span {
    display: grid;
    width: 30px;
    height: 30px;
    place-items: center;
    border-radius: 50%;
    background: #e4f3e1;
    color: #3f8247;
    font-size: 9px;
    font-weight: 900;
}
.home-audit-report footer b {
    font-size: 10px;
}
.home-audit-tag {
    position: absolute;
    z-index: 4;
    padding: 13px 16px;
    box-shadow: 0 13px 27px rgba(45, 25, 63, 0.18);
}
.home-audit-tag small,
.home-audit-tag b {
    display: block;
}
.home-audit-tag small {
    font-size: 7px;
    font-weight: 900;
}
.home-audit-tag b {
    font-size: 11px;
}
.home-audit-tag--now {
    left: 1%;
    bottom: 50px;
    background: #ffe493;
    transform: rotate(-6deg);
}
.home-audit-tag--later {
    right: 0;
    bottom: 18px;
    background: #cdebc9;
    transform: rotate(5deg);
}
@media (max-width: 950px) {
    .home-control-scene {
        width: min(700px, 100%);
    }
    .home-audit-scene {
        width: min(720px, 100%);
    }
}
@media (max-width: 600px) {
    .home-control-scene {
        min-height: 385px;
    }
    .home-control-window {
        left: 0;
        top: 48px;
        width: 100%;
        transform: rotate(1deg);
    }
    .home-control-dashboard {
        min-height: 210px;
        padding: 22px 18px;
        grid-template-columns: 1.1fr 0.9fr;
    }
    .home-control-copy b {
        font-size: 15px;
    }
    .home-control-chart {
        width: 105px;
        height: 105px;
        border-width: 12px;
    }
    .home-control-chart > span {
        font-size: 25px;
    }
    .home-control-chart > small {
        margin-top: -32px;
    }
    .home-control-chart i {
        display: none;
    }
    .home-float-card {
        padding: 10px 11px;
    }
    .home-float-card--care {
        left: 0;
    }
    .home-float-card--fix {
        right: 0;
    }
    .home-float-card--grow {
        right: 3%;
    }
    .home-audit-scene {
        min-height: 430px;
    }
    .home-audit-sheet {
        height: 270px;
    }
    .home-audit-report {
        left: 3%;
        right: 3%;
        top: 78px;
    }
    .home-audit-report header {
        padding: 17px 15px;
    }
    .home-audit-report header b {
        font-size: 12px;
    }
    .home-audit-bars {
        padding: 12px 15px;
    }
    .home-audit-bars p {
        gap: 7px;
        grid-template-columns: 72px 1fr 47px;
    }
    .home-audit-report footer {
        padding: 13px 15px;
    }
    .home-audit-tag--now {
        left: 0;
        bottom: 22px;
    }
    .home-audit-tag--later {
        right: 0;
        bottom: -8px;
    }
}

/* Főoldali bizalmi lista és kiemelt karbantartás. */
.home-hero-trust {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 24px;
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}
.home-hero-trust li {
    position: relative;
    padding-left: 32px;
    color: #514a5b;
    font-size: 16px;
    line-height: 1.45;
}
.home-hero-trust li:before {
    position: absolute;
    left: 0;
    top: 50%;
    display: grid;
    width: 22px;
    height: 22px;
    place-items: center;
    border: 1.5px solid var(--home-accent);
    border-radius: 50%;
    color: var(--home-accent);
    content: '✓';
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    transform: translateY(-50%);
}
.home-service-grid .is-featured {
    border: 2px solid rgba(91, 40, 201, 0.68);
    box-shadow: 0 18px 42px rgba(91, 40, 201, 0.13);
}

/* A főoldal fényképszerű Nóri-kompozíciója és könnyed ikonlistája. */
.home-about-brand {
    position: relative;
    min-height: 540px;
    overflow: visible;
}
.home-about-brand:before,
.home-about-brand:after {
    position: absolute;
    z-index: 2;
    width: 108px;
    height: 28px;
    box-shadow: 0 3px 7px rgba(44, 25, 62, 0.08);
    content: '';
    clip-path: polygon(3% 8%, 97% 0, 100% 88%, 1% 100%);
    transform: rotate(-42deg);
}
.home-about-brand:before {
    left: -24px;
    top: 31px;
    background: rgba(224, 210, 255, 0.82);
}
.home-about-brand:after {
    right: -25px;
    bottom: 42px;
    background: rgba(255, 231, 150, 0.86);
}
.home-about-brand img {
    display: block;
    width: 100%;
    height: 540px;
    border: 8px solid #fff;
    border-radius: 10px;
    object-fit: cover;
    object-position: center 24%;
    box-shadow: 0 22px 50px rgba(42, 25, 55, 0.17);
    transform: rotate(-1deg);
}
.home-about-points {
    display: grid;
    gap: 18px;
    margin-top: 28px;
    grid-template-columns: repeat(3, 1fr);
}
.home-about-points > span {
    position: relative;
    display: grid;
    min-height: 88px;
    align-content: center;
    gap: 0 12px;
    padding: 8px 10px;
    grid-template-columns: 54px minmax(0, 1fr);
}
.home-about-points > span:not(:last-child):after {
    position: absolute;
    right: -9px;
    top: 20%;
    bottom: 20%;
    width: 1px;
    background: #e6dfec;
    content: '';
}
.home-about-points svg {
    width: 42px;
    height: 42px;
    color: var(--home-accent);
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    grid-row: 1/3;
}
.home-about-points strong,
.home-about-points small {
    display: block;
    font-size: 16px;
    line-height: 1.25;
    text-align: left;
}
.home-about-points strong {
    align-self: end;
}
.home-about-points small {
    align-self: start;
    margin-top: 1px;
    color: #625a69;
}

/* Erősebb vizuális ritmus az ígéreteknél. */
.home-promises {
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, #fff 0%, #f8f4ff 100%);
}
.home-promises:before {
    position: absolute;
    left: -130px;
    top: 60px;
    width: 330px;
    height: 330px;
    border: 1px solid #e0d5f5;
    border-radius: 50%;
    box-shadow:
        0 0 0 55px rgba(91, 40, 201, 0.025),
        0 0 0 110px rgba(91, 40, 201, 0.018);
    content: '';
}
.home-promise-grid {
    position: relative;
    overflow: visible;
    gap: 18px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.home-promise-grid article {
    overflow: hidden;
    min-height: 285px;
    padding: 30px 25px;
    border: 1px solid #dfd5eb !important;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(48, 25, 69, 0.1);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}
.home-promise-grid article:nth-child(even) {
    transform: translateY(24px);
}
.home-promise-grid article:before {
    position: absolute;
    right: -38px;
    top: -42px;
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background: #eee7ff;
    content: '';
}
.home-promise-grid article:nth-child(2):before {
    background: #fff0c8;
}
.home-promise-grid article:nth-child(3):before {
    background: #e3f1df;
}
.home-promise-grid article:nth-child(4):before {
    background: #e5e9ff;
}
.home-promise-grid article > span {
    position: relative;
    z-index: 1;
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 50%;
    background: #25105b;
    color: #fff;
}
.home-promise-grid svg {
    width: 58px;
    height: 58px;
    margin: 34px 0 21px;
    padding: 13px;
    border-radius: 16px;
    background: #eee8ff;
    box-shadow: 0 10px 25px rgba(74, 37, 139, 0.13);
}
.home-promise-grid h3 {
    margin-bottom: 11px;
    font-size: 19px;
}
.home-promise-grid p {
    margin: 0;
    color: var(--home-muted);
    font-size: 13px;
    line-height: 1.65;
}

/* A főoldali kapcsolati blokk és űrlap. */
.home-contact__grid {
    gap: 55px;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}
.home-contact .contact-assurances {
    display: grid;
    gap: 12px;
    margin: 26px 0;
    padding: 0;
    list-style: none;
}
.home-contact .contact-assurances li {
    position: relative;
    padding-left: 29px;
    color: #e0d7ed;
    font-size: 16px;
}
.home-contact .contact-assurances li:before {
    position: absolute;
    left: 0;
    top: 1px;
    display: grid;
    width: 20px;
    height: 20px;
    place-items: center;
    border-radius: 50%;
    background: #7040d4;
    content: '✓';
    font-size: 11px;
}
.home-contact .contact-direct {
    display: grid;
    gap: 12px;
    margin-top: 28px;
}
.home-contact .contact-direct a {
    color: #f3d05a;
    font-size: 16px;
    font-weight: 800;
}
.home-contact .trust-note {
    color: #d7cde8;
    font-size: 16px;
    line-height: 1.6;
}
@media (max-width: 950px) {
    .home-about-brand {
        width: min(100%, 440px);
        min-height: 520px;
    }
    .home-about-brand img {
        height: 520px;
    }
    .home-about-points {
        grid-template-columns: 1fr;
    }
    .home-about-points > span:after {
        display: none;
    }
    .home-contact__grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 600px) {
    .home-hero-trust {
        align-items: flex-start;
        flex-direction: column;
    }
    .home-about-brand {
        min-height: 430px;
    }
    .home-about-brand img {
        height: 430px;
        transform: none;
    }
    .home-about-brand:before,
    .home-about-brand:after {
        width: 88px;
        height: 23px;
    }
    .home-about-brand:before {
        left: -14px;
        top: 27px;
    }
    .home-about-brand:after {
        right: -14px;
        bottom: 36px;
    }
    .home-promise-grid {
        grid-template-columns: 1fr;
    }
    .home-promise-grid article,
    .home-promise-grid article:nth-child(even) {
        min-height: 0;
        transform: none;
    }
    .home-contact .field-row {
        grid-template-columns: 1fr;
    }
}

.home-about__grid {
    align-items: stretch;
    gap: 58px;
    grid-template-columns: minmax(300px, 36fr) 64fr;
}
.home-about-points > span {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
@media (max-width: 950px) {
    .home-about__grid {
        grid-template-columns: 1fr;
    }
}

/* Üzleti,
dokumentumszerű együttműködési keretrendszer. */
.home-promises {
    background: #f7f5f9;
}
.home-promises:before {
    display: none;
}
.home-promises .home-heading {
    max-width: 850px;
}
.home-promise-board {
    position: relative;
    overflow: hidden;
    border: 1px solid #dcd5e4;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 22px 55px rgba(37, 20, 55, 0.1);
}
.home-promise-board__head {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    background: #261052;
    color: #fff;
}
.home-promise-board__head > span {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.home-promise-board__head > div {
    color: #d7cce9;
    font-size: 11px;
}
.home-promise-board__head i {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 7px;
    border-radius: 50%;
    background: #70b975;
    box-shadow: 0 0 0 4px rgba(112, 185, 117, 0.14);
}
.home-promise-board .home-promise-grid {
    display: grid;
    gap: 0;
    border: 0;
    background: #fff;
    grid-template-columns: repeat(2, 1fr);
}
.home-promise-board .home-promise-grid article,
.home-promise-board .home-promise-grid article:nth-child(even) {
    display: grid;
    min-height: 210px;
    align-content: center;
    padding: 29px 32px 29px 108px;
    border: 0 !important;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
    transform: none;
    grid-template-columns: 1fr;
}
.home-promise-board .home-promise-grid article:nth-child(odd) {
    border-right: 1px solid #e6e0e9 !important;
}
.home-promise-board .home-promise-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid #e6e0e9 !important;
}
.home-promise-board .home-promise-grid article:before {
    left: 32px;
    right: auto;
    top: 50%;
    width: 52px;
    height: 52px;
    border: 1px solid #ddd3eb;
    border-radius: 10px;
    background: #f4f0fa !important;
    content: '';
    transform: translateY(-50%);
}
.home-promise-board .home-promise-grid article > span {
    position: absolute;
    left: 32px;
    top: 25px;
    z-index: 2;
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #76658b;
    font-size: 9px;
    letter-spacing: 0.1em;
}
.home-promise-board .home-promise-grid svg {
    position: absolute;
    left: 45px;
    top: 50%;
    z-index: 2;
    width: 26px;
    height: 26px;
    margin: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #5b28c9;
    transform: translateY(-50%);
}
.home-promise-board .home-promise-grid h3 {
    margin: 0 0 8px;
    font-size: 18px;
}
.home-promise-board .home-promise-grid p {
    max-width: 390px;
    color: #675f6d;
    font-size: 14px;
    line-height: 1.65;
}
.home-promise-board > footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 18px 24px;
    border-top: 1px solid #e4dee8;
    background: #f5f2f7;
}
.home-promise-board > footer span {
    position: relative;
    padding: 0 25px;
    color: #554b5e;
    font-size: 11px;
    font-weight: 750;
}
.home-promise-board > footer span:before {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 8px;
    border-radius: 50%;
    background: #5b28c9;
    content: '';
}
.home-promise-board > footer span:not(:last-child) {
    border-right: 1px solid #d7d0dc;
}
@media (max-width: 700px) {
    .home-promise-board .home-promise-grid {
        grid-template-columns: 1fr;
    }
    .home-promise-board .home-promise-grid article,
    .home-promise-board .home-promise-grid article:nth-child(odd),
    .home-promise-board .home-promise-grid article:nth-child(-n + 2) {
        min-height: 0;
        padding: 25px 20px 25px 88px;
        border-right: 0 !important;
        border-bottom: 1px solid #e6e0e9 !important;
    }
    .home-promise-board .home-promise-grid article:last-child {
        border-bottom: 0 !important;
    }
    .home-promise-board .home-promise-grid article:before {
        left: 20px;
        width: 48px;
        height: 48px;
    }
    .home-promise-board .home-promise-grid article > span {
        left: 20px;
        top: 17px;
    }
    .home-promise-board .home-promise-grid svg {
        left: 31px;
    }
    .home-promise-board__head {
        padding: 0 18px;
    }
    .home-promise-board__head > div {
        display: none;
    }
    .home-promise-board > footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }
    .home-promise-board > footer span {
        padding: 0;
        border: 0 !important;
    }
}

/* Egyetlen,
kompakt szolgáltatási útvonal a véletlenszerű szolgáltatáslista helyett. */
.home-service-path {
    padding: 68px 0;
    background: #fcfbff;
    border-top: 1px solid #eee8f8;
    border-bottom: 1px solid #eee8f8;
}
.home-service-path .home-heading {
    max-width: 850px;
    margin-bottom: 30px;
}
.home-service-path ol {
    display: grid;
    margin: 0;
    padding: 0;
    border: 1px solid #e1d9e8;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(44, 27, 58, 0.07);
    list-style: none;
    grid-template-columns: repeat(5, 1fr);
}
.home-service-path li {
    position: relative;
    min-width: 0;
}
.home-service-path li:not(:last-child):after {
    position: absolute;
    right: -8px;
    top: 50%;
    z-index: 2;
    display: grid;
    width: 16px;
    height: 16px;
    place-items: center;
    border-radius: 50%;
    background: #fff;
    color: #6a3bc6;
    content: '→';
    font-size: 11px;
    transform: translateY(-50%);
}
.home-service-path a {
    display: flex;
    min-height: 150px;
    flex-direction: column;
    padding: 24px 20px;
    color: #251d2c;
    text-decoration: none;
}
.home-service-path li:not(:last-child) a {
    border-right: 1px solid #ebe5ef;
}
.home-service-path a:hover {
    background: #faf7fe;
}
.home-service-path span {
    color: #6a3bc6;
    font-size: 10px;
    font-weight: 850;
}
.home-service-path b {
    margin: 20px 0 7px;
    font-size: 16px;
}
.home-service-path small {
    color: #716877;
    font-size: 11px;
    line-height: 1.5;
}
@media (max-width: 850px) {
    .home-service-path ol {
        grid-template-columns: 1fr;
    }
    .home-service-path a {
        min-height: 0;
        padding: 20px;
    }
    .home-service-path li:not(:last-child) a {
        border-right: 0;
        border-bottom: 1px solid #ebe5ef;
    }
    .home-service-path li:not(:last-child):after {
        display: none;
    }
    .home-service-path b {
        margin: 8px 0 4px;
    }
}
