/* Página inicial — identidade tecnológica da MS Criativo */
.home-page {
    --home-bg: #050908;
    --home-bg-soft: #091411;
    --home-surface: rgba(255, 255, 255, 0.055);
    --home-surface-strong: rgba(10, 29, 24, 0.94);
    --home-border: rgba(255, 255, 255, 0.14);
    --home-turquoise: #00bfa5;
    --home-turquoise-light: #45dec9;
    --home-lime: #d9ef27;
    --home-magenta: #ed269f;
    --home-purple: #7042a1;
    --home-purple-light: #a678d6;
    --home-gold: var(--home-lime);
    --home-text: #f7fffd;
    --home-muted: #c2d1cd;
    --home-shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
    overflow-x: hidden;
    background: var(--home-bg);
    color: var(--home-text);
}

.home-page main {
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 36%, rgba(0, 191, 165, 0.09), transparent 32%),
        var(--home-bg);
}

.home-page .header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(3, 9, 8, 0.88);
    box-shadow: none;
    backdrop-filter: blur(18px);
}

.home-page .header.scrolled {
    background: rgba(3, 9, 8, 0.97);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.24);
}

.home-page .nav a {
    color: var(--home-text);
}

.home-page .nav a:hover,
.home-page .nav a.active {
    color: var(--home-gold);
}

.home-page .nav a::after {
    background: var(--home-gold);
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.home-page .home-brand {
    position: relative;
    width: 210px;
    height: 70px;
    flex: 0 0 210px;
    margin-left: 0;
}

.home-brand__picture {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
}

.home-brand__picture img {
    display: block;
    width: 210px;
    height: 70px;
    object-fit: contain;
}

.home-page .auth-status {
    border-color: transparent;
    background: transparent;
    color: var(--home-text);
}

.home-page .auth-status__login {
    color: var(--home-gold);
}

.home-page .auth-status__logout {
    background: transparent;
}

.home-page .hamburger-inner,
.home-page .hamburger-inner::before,
.home-page .hamburger-inner::after {
    background: var(--home-text);
}

.home-hero {
    position: relative;
    min-height: calc(100vh - 90px);
    padding: clamp(100px, 11vw, 150px) 0 clamp(90px, 10vw, 140px);
    isolation: isolate;
    background:
        radial-gradient(circle at 17% 24%, rgba(0, 191, 165, 0.16), transparent 34%),
        radial-gradient(circle at 72% 14%, rgba(237, 38, 159, 0.06), transparent 24%),
        linear-gradient(145deg, #050908 0%, #081410 58%, #050a08 100%);
}

.home-grid-pattern {
    position: absolute;
    inset: 0;
    z-index: -3;
    opacity: 0.18;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
    background-size: 58px 58px;
    mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.home-hero__glow {
    position: absolute;
    z-index: -2;
    width: 440px;
    height: 440px;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
}

.home-hero__glow--one {
    top: 6%;
    right: 9%;
    background: rgba(140, 63, 225, 0.2);
}

.home-hero__glow--two {
    bottom: -18%;
    left: -8%;
    background: rgba(241, 204, 57, 0.08);
}

.home-hero__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(440px, 0.97fr);
    align-items: center;
    gap: clamp(48px, 7vw, 100px);
}

.home-hero__content {
    max-width: 690px;
}

.home-eyebrow,
.home-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--home-gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.home-eyebrow {
    padding: 9px 14px;
    border: 1px solid rgba(241, 204, 57, 0.22);
    border-radius: 999px;
    background: rgba(241, 204, 57, 0.07);
}

.home-hero h1 {
    max-width: 690px;
    margin: 24px 0;
    color: var(--home-text);
    font-size: clamp(42px, 5.1vw, 72px);
    line-height: 1.06;
    letter-spacing: -0.048em;
}

.home-hero h1 span {
    background: linear-gradient(105deg, var(--home-gold), #fff0a2 48%, var(--home-purple-light));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-hero__lead {
    max-width: 660px;
    color: var(--home-muted);
    font-size: clamp(17px, 1.45vw, 20px);
    line-height: 1.75;
}

.home-hero__actions,
.home-cta__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.home-button {
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 22px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-weight: 700;
    text-align: center;
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.home-button--primary {
    background: linear-gradient(135deg, #6d24b8, #9d4edd);
    color: #fff;
    box-shadow: 0 14px 34px rgba(90, 24, 154, 0.34);
}

.home-button--primary:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(140, 63, 225, 0.4);
}

.home-button--secondary {
    border-color: var(--home-border);
    background: rgba(255, 255, 255, 0.045);
    color: var(--home-text);
}

.home-button--secondary:hover {
    border-color: rgba(241, 204, 57, 0.38);
    color: var(--home-gold);
    transform: translateY(-3px);
}

.home-button:focus-visible,
.home-service-card > a:focus-visible {
    border-radius: 8px;
    outline: 3px solid rgba(241, 204, 57, 0.72);
    outline-offset: 4px;
}

.home-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 30px;
}

.home-benefits li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #d9d4e2;
    font-size: 14px;
}

.home-benefits i {
    color: var(--home-gold);
}

.home-proof {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 24px;
    color: #8f879c;
    font-size: 13px;
}

.home-proof span {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #59d49a;
    box-shadow: 0 0 0 5px rgba(89, 212, 154, 0.1);
}

.home-tech-stage {
    position: relative;
    width: min(100%, 580px);
    aspect-ratio: 1;
    margin-inline: auto;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 36px;
    background:
        radial-gradient(circle at center, rgba(140, 63, 225, 0.18), transparent 47%),
        rgba(255, 255, 255, 0.025);
    box-shadow: inset 0 0 70px rgba(140, 63, 225, 0.08), var(--home-shadow);
    transform: perspective(1100px) rotateY(var(--stage-rotate-y, -3deg)) rotateX(var(--stage-rotate-x, 2deg));
    transition: transform 0.35s ease;
}

.home-tech-stage::before {
    content: "";
    position: absolute;
    inset: 18px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 28px;
}

.home-tech-stage__orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px dashed rgba(183, 122, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.home-tech-stage__orbit--outer {
    width: 72%;
    height: 72%;
    animation: home-spin 34s linear infinite;
}

.home-tech-stage__orbit--inner {
    width: 45%;
    height: 45%;
    border-color: rgba(241, 204, 57, 0.22);
    animation: home-spin-reverse 24s linear infinite;
}

.home-tech-stage__line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(183, 122, 255, 0.35), transparent);
    transform-origin: center;
}

.home-tech-stage__line--one {
    transform: translate(-50%, -50%) rotate(38deg);
}

.home-tech-stage__line--two {
    transform: translate(-50%, -50%) rotate(-42deg);
}

.home-tech-core,
.home-tech-card {
    position: absolute;
    z-index: 2;
    border: 1px solid var(--home-border);
    background: rgba(18, 11, 32, 0.82);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(14px);
}

.home-tech-core {
    top: 50%;
    left: 50%;
    width: 164px;
    height: 164px;
    display: grid;
    place-items: center;
    align-content: center;
    border-radius: 34px;
    transform: translate(-50%, -50%);
}

.home-tech-core::after {
    content: "";
    position: absolute;
    inset: -9px;
    z-index: -1;
    border: 1px solid rgba(241, 204, 57, 0.18);
    border-radius: 40px;
}

.home-tech-core__icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin-bottom: 12px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--home-purple), #6121a3);
    color: #fff;
    font-size: 24px;
    box-shadow: 0 12px 26px rgba(140, 63, 225, 0.3);
}

.home-tech-core span,
.home-tech-card span {
    color: var(--home-gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.home-tech-core strong {
    margin-top: 3px;
    color: var(--home-text);
    font-size: 17px;
}

.home-tech-card {
    width: 178px;
    padding: 16px;
    border-radius: 18px;
    animation: home-float 7s ease-in-out infinite;
}

.home-tech-card i {
    float: left;
    margin: 6px 12px 12px 0;
    color: var(--home-purple-light);
    font-size: 20px;
}

.home-tech-card strong {
    display: block;
    margin-top: 4px;
    color: var(--home-text);
    font-size: 13px;
}

.home-tech-card--site {
    top: 9%;
    left: 6%;
}

.home-tech-card--automation {
    top: 15%;
    right: 3%;
    animation-delay: -1.8s;
}

.home-tech-card--growth {
    right: 7%;
    bottom: 9%;
    animation-delay: -3.4s;
}

.home-tech-card--content {
    bottom: 13%;
    left: 2%;
    animation-delay: -5.1s;
}

.home-positioning,
.home-services,
.home-challenges,
.home-ai,
.home-development,
.home-automation,
.home-marketing,
.home-showcase,
.home-differentials,
.home-process,
.home-cta {
    position: relative;
    padding: clamp(86px, 10vw, 140px) 0;
}

.home-positioning {
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    background: #0e0918;
}

.home-positioning__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(50px, 8vw, 120px);
    align-items: start;
}

.home-section-heading {
    max-width: 720px;
}

.home-section-heading--center {
    margin-inline: auto;
    text-align: center;
}

.home-section-heading h2,
.home-ai h2,
.home-cta h2 {
    margin: 15px 0 0;
    color: var(--home-text);
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.home-section-heading p {
    max-width: 680px;
    margin: 20px auto 0;
    color: var(--home-muted);
    font-size: 17px;
}

.home-positioning__copy {
    padding-top: 20px;
    border-top: 1px solid rgba(241, 204, 57, 0.24);
}

.home-positioning__copy p {
    color: var(--home-muted);
    font-size: 18px;
    line-height: 1.8;
}

.home-positioning__copy p + p {
    margin-top: 18px;
}

.home-capabilities {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 76px;
    padding: 20px 26px;
    border: 1px solid var(--home-border);
    border-radius: 16px;
    background: var(--home-surface);
    color: #d7d0e1;
    font-size: 13px;
    font-weight: 600;
}

.home-capabilities i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--home-gold);
}

.home-services {
    background:
        radial-gradient(circle at 50% 0, rgba(140, 63, 225, 0.12), transparent 34%),
        var(--home-bg);
}

.home-services__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 64px;
}

.home-service-card {
    position: relative;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    overflow: hidden;
    border: 1px solid var(--home-border);
    border-radius: 22px;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.025));
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.home-service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 18%;
    width: 64%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(241, 204, 57, 0.72), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.home-service-card:hover {
    border-color: rgba(183, 122, 255, 0.34);
    transform: translateY(-7px);
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.28);
}

.home-service-card:hover::before {
    opacity: 1;
}

.home-service-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.home-service-card__icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(183, 122, 255, 0.22);
    border-radius: 15px;
    background: rgba(140, 63, 225, 0.12);
    color: var(--home-purple-light);
    font-size: 21px;
}

.home-service-card__index {
    color: rgba(255, 255, 255, 0.16);
    font-size: 24px;
    font-weight: 700;
}

.home-service-card__category,
.home-solution-panel__label {
    color: var(--home-gold);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.home-service-card h3 {
    margin: 9px 0 13px;
    color: var(--home-text);
    font-size: 23px;
}

.home-service-card p {
    color: var(--home-muted);
    line-height: 1.7;
}

.home-service-card > strong {
    display: block;
    margin-top: 20px;
    color: #e8e2ef;
    font-size: 13px;
    line-height: 1.55;
}

.home-service-card > a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 28px;
    color: var(--home-gold);
    font-size: 14px;
    font-weight: 700;
}

.home-service-card > a:hover i {
    transform: translateX(4px);
}

.home-service-card > a i {
    transition: transform 0.2s ease;
}

.home-challenges {
    border-top: 1px solid rgba(69, 222, 201, 0.08);
    border-bottom: 1px solid rgba(69, 222, 201, 0.08);
    background:
        radial-gradient(circle at 8% 22%, rgba(0, 191, 165, 0.11), transparent 30%),
        radial-gradient(circle at 92% 78%, rgba(112, 66, 161, 0.12), transparent 28%),
        #07100e;
    color: var(--home-text);
}

.home-challenges .home-kicker {
    color: var(--home-lime);
}

.home-challenges .home-section-heading h2 {
    color: #fff;
}

.home-challenges .home-section-heading p {
    margin-left: 0;
    color: var(--home-muted);
}

.home-challenges .home-section-heading,
.home-challenges .home-challenges__list {
    color: var(--home-text);
}

.home-challenges__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
    gap: 28px;
    margin-top: 58px;
}

.home-challenges__list,
.home-solution-panel {
    padding: clamp(30px, 4vw, 48px);
    border-radius: 24px;
}

.home-challenges__list {
    border: 1px solid rgba(69, 222, 201, 0.16);
    background: rgba(255, 255, 255, 0.045);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.18);
}

.home-challenges__list h3,
.home-solution-panel h3 {
    color: #fff;
    font-size: clamp(23px, 2.4vw, 32px);
    line-height: 1.3;
}

.home-challenges__list ul {
    display: grid;
    gap: 18px;
    margin-top: 30px;
}

.home-challenges__list li {
    display: flex;
    gap: 12px;
    color: #d1dfdb;
    line-height: 1.55;
}

.home-challenges__list i {
    margin-top: 5px;
    color: var(--home-magenta);
}

.home-solution-panel {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 95% 8%, rgba(217, 239, 39, 0.14), transparent 28%),
        linear-gradient(140deg, #0c211c, #050c0a);
    color: #fff;
    box-shadow: var(--home-shadow);
}

.home-solution-panel h3 {
    max-width: 600px;
    margin: 14px 0 16px;
    color: #fff;
}

.home-solution-panel > p {
    max-width: 620px;
    color: #d1dfdb;
    line-height: 1.7;
}

.home-solution-panel__steps {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 34px;
}

.home-solution-panel__steps span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px;
    border: 1px solid rgba(69, 222, 201, 0.2);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.045);
    color: #f1f8f6;
    font-size: 13px;
}

.home-solution-panel__steps i {
    color: var(--home-lime);
}

.home-ai {
    background:
        radial-gradient(circle at 17% 50%, rgba(140, 63, 225, 0.16), transparent 30%),
        #0d0816;
}

.home-ai__layout {
    display: grid;
    grid-template-columns: minmax(380px, 0.88fr) minmax(0, 1.12fr);
    align-items: center;
    gap: clamp(60px, 9vw, 130px);
}

.home-ai__visual {
    position: relative;
    width: min(100%, 470px);
    aspect-ratio: 1;
    margin-inline: auto;
}

.home-ai__halo {
    position: absolute;
    inset: 12%;
    border: 1px solid rgba(183, 122, 255, 0.28);
    border-radius: 50%;
    box-shadow: inset 0 0 70px rgba(140, 63, 225, 0.13), 0 0 80px rgba(140, 63, 225, 0.1);
    animation: home-pulse 5s ease-in-out infinite;
}

.home-ai__halo::before,
.home-ai__halo::after {
    content: "";
    position: absolute;
    border: 1px dashed rgba(241, 204, 57, 0.19);
    border-radius: 50%;
}

.home-ai__halo::before {
    inset: -12%;
}

.home-ai__halo::after {
    inset: 18%;
}

.home-ai__center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 128px;
    display: grid;
    place-items: center;
    align-content: center;
    gap: 5px;
    border: 1px solid rgba(241, 204, 57, 0.3);
    border-radius: 32px;
    background: linear-gradient(145deg, rgba(140, 63, 225, 0.38), rgba(24, 13, 39, 0.94));
    color: #fff;
    transform: translate(-50%, -50%) rotate(45deg);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.home-ai__center i,
.home-ai__center span {
    transform: rotate(-45deg);
}

.home-ai__center i {
    color: var(--home-gold);
    font-size: 28px;
}

.home-ai__center span {
    font-weight: 700;
}

.home-ai__node {
    position: absolute;
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border: 1px solid var(--home-border);
    border-radius: 16px;
    background: var(--home-surface-strong);
    color: var(--home-purple-light);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.home-ai__node--one { top: 5%; left: 44%; }
.home-ai__node--two { top: 43%; right: 0; }
.home-ai__node--three { bottom: 3%; left: 42%; }
.home-ai__node--four { top: 42%; left: 0; }

.home-ai__content > p {
    margin-top: 24px;
    color: var(--home-muted);
    font-size: 17px;
    line-height: 1.8;
}

.home-ai__applications {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
    margin-top: 30px;
}

.home-ai__applications li {
    display: flex;
    gap: 10px;
    padding: 13px 14px;
    border: 1px solid var(--home-border);
    border-radius: 11px;
    background: var(--home-surface);
    color: #ded7e6;
    font-size: 13px;
}

.home-ai__applications i,
.home-ai__note i {
    color: var(--home-gold);
}

.home-ai__note {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 22px;
    color: #958c9f;
    font-size: 13px;
}

.home-differentials {
    background: #110a1d;
}

.home-differentials__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 58px;
}

.home-differential {
    padding: 28px;
    border-top: 1px solid rgba(241, 204, 57, 0.4);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.045), transparent);
}

.home-differential > span {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    border-radius: 13px;
    background: rgba(140, 63, 225, 0.14);
    color: var(--home-purple-light);
}

.home-differential h3 {
    color: var(--home-text);
    font-size: 20px;
}

.home-differential p {
    margin-top: 12px;
    color: var(--home-muted);
    font-size: 14px;
    line-height: 1.7;
}

.home-process {
    background: var(--home-bg);
}

.home-process__timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
    margin-top: 66px;
}

.home-process__timeline::before {
    content: "";
    position: absolute;
    top: 26px;
    right: 8%;
    left: 8%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(183, 122, 255, 0.52), transparent);
}

.home-process__step {
    position: relative;
    z-index: 1;
}

.home-process__step > span {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(183, 122, 255, 0.36);
    border-radius: 50%;
    background: #110a1d;
    color: var(--home-gold);
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 0 0 8px var(--home-bg);
}

.home-process__step div {
    margin-top: 28px;
}

.home-process__step h3 {
    color: var(--home-text);
    font-size: 18px;
}

.home-process__step p {
    margin-top: 9px;
    color: var(--home-muted);
    font-size: 14px;
    line-height: 1.6;
}

.home-cta {
    padding-top: 30px;
    background: var(--home-bg);
}

.home-cta__panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 60px;
    padding: clamp(42px, 6vw, 76px);
    overflow: hidden;
    border: 1px solid rgba(241, 204, 57, 0.22);
    border-radius: 30px;
    background:
        linear-gradient(120deg, rgba(140, 63, 225, 0.18), transparent 45%),
        #151021;
    box-shadow: var(--home-shadow);
}

.home-cta__glow {
    position: absolute;
    top: -160px;
    right: -90px;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(140, 63, 225, 0.22);
    filter: blur(70px);
    pointer-events: none;
}

.home-cta h2 {
    max-width: 780px;
    font-size: clamp(30px, 3.6vw, 48px);
}

.home-cta p {
    max-width: 700px;
    margin-top: 18px;
    color: var(--home-muted);
    font-size: 16px;
    line-height: 1.7;
}

.home-cta__actions {
    position: relative;
    z-index: 1;
    min-width: 270px;
    flex-direction: column;
    margin-top: 0;
}

.home-page .home-footer {
    position: relative;
    overflow: hidden;
    padding: clamp(70px, 8vw, 108px) 0 0;
    border-top: 1px solid rgba(69, 222, 201, 0.18);
    background:
        radial-gradient(circle at 8% 18%, rgba(0, 191, 165, 0.1), transparent 28%),
        radial-gradient(circle at 92% 20%, rgba(237, 38, 159, 0.055), transparent 22%),
        linear-gradient(145deg, #030807, #07110e 56%, #030807);
    color: var(--home-text);
}

.home-footer__accent {
    position: absolute;
    top: 0;
    left: 50%;
    width: min(1180px, calc(100% - 32px));
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, var(--home-turquoise), var(--home-lime), transparent);
    opacity: 0.72;
}

.home-footer__container {
    position: relative;
    z-index: 1;
}

.home-footer__grid {
    display: grid;
    grid-template-columns: minmax(280px, 1.45fr) minmax(140px, 0.65fr) minmax(190px, 0.9fr) minmax(230px, 1fr);
    gap: clamp(32px, 4vw, 66px);
    align-items: start;
}

.home-footer__brand {
    max-width: 390px;
}

.home-footer__logo {
    position: relative;
    display: block;
    width: min(100%, 265px);
    aspect-ratio: 1.644 / 1;
    overflow: hidden;
    border-radius: 8px;
}

.home-footer__logo > span:first-child {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.home-footer__logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.home-footer__brand p {
    max-width: 380px;
    margin-top: 25px;
    color: #c2d1cd;
    font-size: 15px;
    line-height: 1.75;
}

.home-footer__column h2 {
    position: relative;
    margin: 12px 0 26px;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 0.02em;
}

.home-footer__column h2::after {
    content: "";
    display: block;
    width: 36px;
    height: 2px;
    margin-top: 11px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--home-turquoise), var(--home-lime));
}

.home-footer__column ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-footer__column li,
.home-footer__column a,
.home-footer__contact p {
    color: #bdcdc9;
    font-size: 14px;
    line-height: 1.55;
}

.home-ai-apps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 62px;
}

.home-ai-app {
    min-height: 220px;
    padding: 26px;
    border: 1px solid rgba(69, 222, 201, 0.14);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.045);
    transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.home-ai-app:hover {
    border-color: rgba(69, 222, 201, 0.34);
    background: rgba(255, 255, 255, 0.065);
    transform: translateY(-4px);
}

.home-ai-app > i {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 13px;
    background: rgba(0, 191, 165, 0.12);
    color: var(--home-turquoise-light);
    font-size: 20px;
}

.home-ai-app h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 19px;
}

.home-ai-app p {
    color: var(--home-muted);
    font-size: 14px;
    line-height: 1.65;
}

.home-development {
    background:
        radial-gradient(circle at 92% 18%, rgba(217, 239, 39, 0.075), transparent 26%),
        #07100e;
}

.home-development__layout,
.home-marketing__layout {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
    gap: clamp(48px, 8vw, 110px);
    align-items: center;
}

.home-development__content h2,
.home-marketing__content h2 {
    margin: 15px 0 20px;
    color: #fff;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.15;
    letter-spacing: -0.035em;
}

.home-development__content > p,
.home-marketing__content > p {
    color: var(--home-muted);
    font-size: 17px;
    line-height: 1.75;
}

.home-feature-list {
    display: grid;
    gap: 13px;
    margin-top: 27px;
}

.home-feature-list li {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    color: #dce8e5;
    line-height: 1.55;
}

.home-feature-list i {
    margin-top: 4px;
    color: var(--home-lime);
}

.home-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.home-product-demo {
    position: relative;
    min-height: 520px;
    border: 1px solid rgba(69, 222, 201, 0.18);
    border-radius: 28px;
    background:
        linear-gradient(rgba(69, 222, 201, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(69, 222, 201, 0.035) 1px, transparent 1px),
        radial-gradient(circle at 70% 34%, rgba(0, 191, 165, 0.13), transparent 35%),
        #081310;
    background-size: 32px 32px, 32px 32px, auto, auto;
    box-shadow: var(--home-shadow);
}

.home-product-demo__browser {
    position: absolute;
    top: 65px;
    right: 42px;
    left: 42px;
    overflow: hidden;
    height: 350px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 18px;
    background: #0d1d19;
    box-shadow: 0 26px 55px rgba(0, 0, 0, 0.32);
}

.home-product-demo__bar {
    display: flex;
    height: 42px;
    gap: 7px;
    align-items: center;
    padding: 0 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    background: #10241f;
}

.home-product-demo__bar span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--home-magenta);
}

.home-product-demo__bar span:nth-child(2) { background: var(--home-lime); }
.home-product-demo__bar span:nth-child(3) { background: var(--home-turquoise); }

.home-product-demo__bar i {
    width: 44%;
    height: 9px;
    margin-left: 14px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.08);
}

.home-product-demo__screen {
    display: grid;
    height: calc(100% - 42px);
    grid-template-columns: 84px 1fr;
}

.home-product-demo__screen aside {
    display: grid;
    align-content: start;
    gap: 17px;
    padding: 22px 16px;
    border-right: 1px solid rgba(255, 255, 255, 0.07);
}

.home-product-demo__screen aside b {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    background: var(--home-turquoise);
}

.home-product-demo__screen aside span {
    width: 50px;
    height: 7px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.12);
}

.home-product-demo__dashboard {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding: 24px;
}

.home-product-demo__metric {
    border: 1px solid rgba(69, 222, 201, 0.12);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.045);
}

.home-product-demo__chart {
    display: flex;
    min-height: 160px;
    grid-column: 1 / -1;
    gap: 12px;
    align-items: flex-end;
    padding: 22px;
    border: 1px solid rgba(69, 222, 201, 0.12);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.035);
}

.home-product-demo__chart i {
    flex: 1;
    height: 35%;
    border-radius: 6px 6px 2px 2px;
    background: linear-gradient(var(--home-turquoise-light), var(--home-turquoise));
}

.home-product-demo__chart i:nth-child(2) { height: 62%; }
.home-product-demo__chart i:nth-child(3) { height: 48%; }
.home-product-demo__chart i:nth-child(4) { height: 82%; background: linear-gradient(var(--home-lime), #8fa313); }
.home-product-demo__chart i:nth-child(5) { height: 70%; }

.home-product-demo__phone {
    position: absolute;
    right: 22px;
    bottom: 25px;
    width: 116px;
    height: 215px;
    padding: 25px 12px 12px;
    border: 3px solid #263b35;
    border-radius: 25px;
    background: #07100e;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.42);
}

.home-product-demo__phone::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 50%;
    width: 32px;
    height: 5px;
    border-radius: 99px;
    background: #263b35;
    transform: translateX(-50%);
}

.home-product-demo__phone div {
    height: 65px;
    margin-bottom: 13px;
    border-radius: 10px;
    background: linear-gradient(140deg, rgba(0, 191, 165, 0.7), rgba(112, 66, 161, 0.55));
}

.home-product-demo__phone span {
    display: block;
    width: 100%;
    height: 7px;
    margin-bottom: 9px;
    border-radius: 99px;
    background: rgba(255, 255, 255, 0.13);
}

.home-product-demo__phone button {
    width: 100%;
    height: 26px;
    margin-top: 15px;
    border: 0;
    border-radius: 8px;
    background: var(--home-lime);
}

.home-product-demo__badge {
    position: absolute;
    bottom: 28px;
    left: 25px;
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 10px 14px;
    border: 1px solid rgba(217, 239, 39, 0.25);
    border-radius: 999px;
    background: rgba(7, 16, 14, 0.92);
    color: var(--home-lime);
    font-size: 12px;
    font-weight: 700;
}

.home-automation {
    background:
        radial-gradient(circle at 10% 25%, rgba(237, 38, 159, 0.05), transparent 25%),
        #050908;
}

.home-automation__flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-top: 62px;
}

.home-automation__flow::before {
    content: "";
    position: absolute;
    top: 60px;
    right: 11%;
    left: 11%;
    height: 1px;
    background: linear-gradient(90deg, var(--home-turquoise), var(--home-lime));
    opacity: 0.38;
}

.home-automation__step {
    position: relative;
    z-index: 1;
    min-height: 260px;
    padding: 25px;
    border: 1px solid var(--home-border);
    border-radius: 20px;
    background: #0b1714;
}

.home-automation__step > span {
    position: absolute;
    top: 18px;
    right: 19px;
    color: rgba(255, 255, 255, 0.25);
    font-size: 12px;
    font-weight: 700;
}

.home-automation__step > i {
    display: inline-flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px;
    border: 1px solid rgba(69, 222, 201, 0.2);
    border-radius: 15px;
    background: #0e2420;
    color: var(--home-turquoise-light);
    font-size: 22px;
}

.home-automation__step h3 {
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
}

.home-automation__step p {
    color: var(--home-muted);
    font-size: 14px;
    line-height: 1.65;
}

.home-automation__benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 28px;
}

.home-automation__benefits span {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    padding: 10px 14px;
    border: 1px solid rgba(217, 239, 39, 0.16);
    border-radius: 999px;
    color: #dce8e5;
    font-size: 13px;
}

.home-automation__benefits i { color: var(--home-lime); }

.home-marketing {
    background:
        radial-gradient(circle at 80% 50%, rgba(0, 191, 165, 0.1), transparent 28%),
        #07100e;
}

.home-marketing__content .home-button {
    margin-top: 30px;
}

.home-marketing__ecosystem {
    position: relative;
    display: grid;
    min-height: 520px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-content: center;
    padding: 42px;
    border: 1px solid rgba(69, 222, 201, 0.17);
    border-radius: 28px;
    background:
        linear-gradient(rgba(69, 222, 201, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(69, 222, 201, 0.035) 1px, transparent 1px),
        rgba(5, 14, 12, 0.86);
    background-size: 30px 30px;
}

.home-marketing__ecosystem::before,
.home-marketing__ecosystem::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgba(69, 222, 201, 0.12);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.home-marketing__ecosystem::before { width: 260px; height: 260px; }
.home-marketing__ecosystem::after { width: 390px; height: 390px; }

.home-marketing__core {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: flex;
    width: 145px;
    height: 145px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(217, 239, 39, 0.28);
    border-radius: 50%;
    background: #0d201b;
    box-shadow: 0 0 55px rgba(0, 191, 165, 0.16);
    transform: translate(-50%, -50%);
}

.home-marketing__core i {
    margin-bottom: 7px;
    color: var(--home-lime);
    font-size: 25px;
}

.home-marketing__core strong { color: #fff; }
.home-marketing__core span { color: var(--home-muted); font-size: 11px; }

.home-marketing__ecosystem article {
    position: relative;
    z-index: 3;
    display: flex;
    min-height: 108px;
    gap: 14px;
    align-items: center;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 16px;
    background: rgba(11, 29, 24, 0.92);
}

.home-marketing__ecosystem article:nth-of-type(2),
.home-marketing__ecosystem article:nth-of-type(4) {
    transform: translateY(110px);
}

.home-marketing__ecosystem article > i {
    color: var(--home-turquoise-light);
    font-size: 21px;
}

.home-marketing__ecosystem h3 {
    color: #fff;
    font-size: 16px;
}

.home-marketing__ecosystem p {
    color: var(--home-muted);
    font-size: 12px;
}

.home-showcase {
    background: #050908;
}

.home-showcase__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    margin-top: 56px;
}

.home-showcase-card {
    overflow: hidden;
    padding: 16px 16px 28px;
    border: 1px solid var(--home-border);
    border-radius: 22px;
    background: var(--home-surface);
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.home-showcase-card:hover {
    border-color: rgba(69, 222, 201, 0.34);
    transform: translateY(-5px);
}

.home-showcase-card__mock {
    position: relative;
    overflow: hidden;
    height: 225px;
    margin-bottom: 25px;
    border-radius: 15px;
    background:
        radial-gradient(circle at 25% 22%, rgba(0, 191, 165, 0.24), transparent 36%),
        #0c1b17;
}

.home-showcase-card__mock--site > div {
    display: flex;
    height: 34px;
    gap: 6px;
    align-items: center;
    padding: 0 12px;
    background: #112620;
}

.home-showcase-card__mock--site > div span {
    width: 7px; height: 7px; border-radius: 50%; background: var(--home-magenta);
}

.home-showcase-card__mock--site > section {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 12px;
    padding: 22px;
}

.home-showcase-card__mock--site i {
    display: block;
    height: 60px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
}

.home-showcase-card__mock--site i:first-child { grid-row: span 2; height: 132px; background: linear-gradient(145deg, rgba(0, 191, 165, 0.5), rgba(112, 66, 161, 0.34)); }

.home-showcase-card__mock--catalog {
    display: grid;
    grid-template-columns: 62px 1fr;
}

.home-showcase-card__mock--catalog aside { background: rgba(255, 255, 255, 0.055); }
.home-showcase-card__mock--catalog section { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; padding: 18px; }
.home-showcase-card__mock--catalog i { border-radius: 9px; background: linear-gradient(145deg, rgba(217, 239, 39, 0.2), rgba(0, 191, 165, 0.17)); }

.home-showcase-card__mock--system nav { position: absolute; top: 0; right: 0; left: 0; height: 38px; background: #112620; }
.home-showcase-card__mock--system section { display: grid; height: 100%; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 57px 20px 20px; }
.home-showcase-card__mock--system i { border-radius: 9px; background: rgba(255, 255, 255, 0.08); }
.home-showcase-card__mock--system div { grid-column: 1 / -1; border-radius: 9px; background: linear-gradient(90deg, rgba(0, 191, 165, 0.13), rgba(217, 239, 39, 0.16)); }

.home-showcase-card__category {
    color: var(--home-turquoise-light);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.home-showcase-card h3 {
    margin: 12px 0;
    color: #fff;
    font-size: 23px;
}

.home-showcase-card > p {
    color: var(--home-muted);
    font-size: 14px;
    line-height: 1.7;
}

.home-showcase-card ul {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 20px;
}

.home-showcase-card li {
    padding: 6px 9px;
    border: 1px solid rgba(69, 222, 201, 0.15);
    border-radius: 999px;
    color: #cfe0db;
    font-size: 11px;
}

.home-showcase-card > strong {
    display: block;
    margin-top: 22px;
    color: var(--home-lime);
    font-size: 12px;
}

.home-footer__column ul a {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    transition: color 0.2s ease, transform 0.2s ease;
}

@media (pointer: coarse) {
    .home-footer__column ul a {
        min-height: 44px;
    }

    .home-button:active,
    .home-service-card:active,
    .home-ai-app:active,
    .home-showcase-card:active {
        transform: scale(0.985);
    }
}

.home-footer__column ul a:hover {
    color: var(--home-turquoise-light);
    transform: translateX(3px);
}

.home-footer__solutions li {
    position: relative;
    padding-left: 14px;
}

.home-footer__solutions li::before {
    content: "";
    position: absolute;
    top: 0.68em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--home-turquoise);
}

.home-footer__services-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 22px;
    color: var(--home-lime) !important;
    font-weight: 600;
}

.home-footer__services-link i {
    font-size: 11px;
    transition: transform 0.2s ease;
}

.home-footer__services-link:hover i {
    transform: translateX(3px);
}

.home-footer__contact address {
    display: grid;
    gap: 14px;
    font-style: normal;
}

.home-footer__contact address a,
.home-footer__contact address p {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 9px;
    align-items: center;
    margin: 0;
    overflow-wrap: anywhere;
}

.home-footer__contact address i {
    color: var(--home-turquoise-light);
    text-align: center;
}

.home-footer__contact address a:hover {
    color: #fff;
}

.home-footer__social {
    display: flex;
    gap: 12px;
    margin-top: 25px;
}

.home-footer__social a {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(69, 222, 201, 0.24);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.045);
    color: #fff;
    font-size: 18px;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.home-footer__social a:hover {
    border-color: rgba(217, 239, 39, 0.52);
    background: rgba(217, 239, 39, 0.1);
    color: var(--home-lime);
    transform: translateY(-2px);
}

.home-footer__column a:focus-visible,
.home-footer__logo:focus-visible,
.home-footer__social a:focus-visible {
    outline: 3px solid var(--home-lime);
    outline-offset: 4px;
    border-radius: 5px;
}

.home-footer__bottom {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    margin-top: clamp(52px, 7vw, 82px);
    padding: 24px 88px max(92px, calc(env(safe-area-inset-bottom) + 76px)) 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #99aaa6;
    font-size: 13px;
}

.home-footer__bottom p {
    margin: 0;
}

.home-footer__bottom strong {
    color: #dce8e5;
}

.home-motion-ready .home-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.75s ease, transform 0.75s ease;
}

.home-motion-ready .home-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes home-spin {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes home-spin-reverse {
    to { transform: translate(-50%, -50%) rotate(-360deg); }
}

@keyframes home-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

@keyframes home-pulse {
    0%, 100% { transform: scale(1); opacity: 0.72; }
    50% { transform: scale(1.035); opacity: 1; }
}

@media (max-width: 1180px) {
    .home-hero__layout {
        grid-template-columns: minmax(0, 1fr) minmax(380px, 0.8fr);
        gap: 42px;
    }

    .home-tech-card {
        width: 158px;
    }

    .home-services__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-differentials__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-showcase__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-showcase-card:last-child {
        grid-column: 1 / -1;
    }

    .home-cta__panel {
        grid-template-columns: 1fr;
    }

    .home-cta__actions {
        min-width: 0;
        flex-direction: row;
    }

    .home-footer__grid {
        grid-template-columns: minmax(280px, 1.35fr) repeat(2, minmax(180px, 0.8fr));
    }

    .home-footer__contact {
        grid-column: 2 / 4;
    }
}

@media (max-width: 992px) {
    .home-page .nav-list {
        background: #07110e;
    }

    .home-page .home-brand {
        width: 180px;
        height: 60px;
        flex-basis: 180px;
    }

    .home-brand__picture img {
        width: 180px;
        height: 60px;
    }

    .home-hero {
        min-height: auto;
    }

    .home-hero__layout,
    .home-positioning__layout,
    .home-ai__layout,
    .home-development__layout,
    .home-marketing__layout {
        grid-template-columns: 1fr;
    }

    .home-hero__content {
        max-width: 760px;
    }

    .home-tech-stage {
        width: min(100%, 560px);
    }

    .home-positioning__copy {
        max-width: 760px;
    }

    .home-capabilities {
        flex-wrap: wrap;
        justify-content: center;
    }

    .home-challenges__layout {
        grid-template-columns: 1fr;
    }

    .home-ai__visual {
        width: min(100%, 420px);
    }

    .home-ai-apps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-product-demo,
    .home-marketing__ecosystem {
        width: min(100%, 680px);
        margin-inline: auto;
    }

    .home-automation__flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .home-automation__flow::before {
        display: none;
    }

    .home-process__timeline {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .home-process__timeline::before {
        top: 0;
        bottom: 0;
        left: 26px;
        width: 1px;
        height: auto;
        background: linear-gradient(transparent, rgba(183, 122, 255, 0.52), transparent);
    }

    .home-process__step {
        display: grid;
        grid-template-columns: 54px 1fr;
        gap: 24px;
        padding-bottom: 34px;
    }

    .home-process__step div {
        margin-top: 4px;
    }

    .home-footer__grid {
        grid-template-columns: minmax(250px, 1.2fr) repeat(2, minmax(150px, 0.8fr));
    }
}

@media (max-width: 768px) {
    .home-page .home-brand {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        border-radius: 50%;
    }

    .home-brand__picture img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
    }

    .home-hero {
        padding-top: 88px;
    }

    .home-hero h1 {
        font-size: clamp(38px, 11vw, 54px);
    }

    .home-tech-stage {
        width: min(100%, 470px);
    }

    .home-services__grid,
    .home-differentials__grid,
    .home-ai-apps,
    .home-automation__flow,
    .home-showcase__grid {
        grid-template-columns: 1fr;
    }

    .home-showcase-card:last-child {
        grid-column: auto;
    }

    .home-service-card {
        min-height: 0;
    }

    .home-solution-panel__steps,
    .home-ai__applications {
        grid-template-columns: 1fr;
    }

    .home-cta__actions {
        flex-direction: column;
    }

    .home-cta__actions .home-button {
        width: 100%;
    }

    .home-inline-actions {
        flex-direction: column;
    }

    .home-inline-actions .home-button {
        width: 100%;
    }

    .home-marketing__ecosystem {
        min-height: 570px;
        grid-template-columns: 1fr;
        align-content: space-between;
        padding: 28px;
    }

    .home-marketing__ecosystem::after {
        width: 300px;
        height: 300px;
    }

    .home-marketing__ecosystem article {
        min-height: 76px;
    }

    .home-marketing__ecosystem article:nth-of-type(2),
    .home-marketing__ecosystem article:nth-of-type(4) {
        transform: none;
    }

    .home-marketing__ecosystem article:nth-of-type(2),
    .home-marketing__ecosystem article:nth-of-type(3) {
        margin-bottom: 150px;
    }

    .home-footer__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 42px 34px;
    }

    .home-footer__brand {
        grid-column: 1 / -1;
    }

    .home-footer__contact {
        grid-column: auto;
    }

    .home-footer__bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }
}

@media (max-width: 560px) {
    .home-page .auth-status {
        right: 62px;
        padding: 0;
        font-size: 12px;
    }

    .home-hero {
        padding: 70px 0 84px;
    }

    .home-positioning,
    .home-services,
    .home-ai,
    .home-development,
    .home-automation,
    .home-marketing,
    .home-showcase,
    .home-differentials,
    .home-process,
    .home-cta {
        padding-block: 70px;
    }

    .home-eyebrow {
        align-items: flex-start;
        border-radius: 14px;
        font-size: 10px;
        line-height: 1.5;
    }

    .home-hero__lead {
        font-size: 16px;
        line-height: 1.65;
    }

    .home-hero__actions {
        flex-direction: column;
    }

    .home-button {
        width: 100%;
    }

    .home-benefits {
        display: grid;
    }

    .home-tech-stage {
        width: 100%;
        min-height: 390px;
        aspect-ratio: auto;
        border-radius: 24px;
        transform: none;
    }

    .home-tech-core {
        width: 132px;
        height: 132px;
        border-radius: 28px;
    }

    .home-tech-card {
        width: 138px;
        padding: 11px;
    }

    .home-tech-card i {
        margin-right: 8px;
        font-size: 16px;
    }

    .home-tech-card strong {
        font-size: 11px;
    }

    .home-tech-card--site { top: 5%; left: 3%; }
    .home-tech-card--automation { top: 8%; right: 2%; }
    .home-tech-card--growth { right: 3%; bottom: 5%; }
    .home-tech-card--content { bottom: 7%; left: 2%; }

    .home-capabilities {
        align-items: flex-start;
        flex-direction: column;
        margin-top: 44px;
    }

    .home-capabilities i {
        display: none;
    }

    .home-services__grid {
        margin-top: 42px;
    }

    .home-service-card,
    .home-challenges__list,
    .home-solution-panel {
        padding: 24px;
    }

    .home-section-heading {
        margin-bottom: 34px;
    }

    .home-section-heading h2,
    .home-development__content h2,
    .home-marketing__content h2,
    .home-ai h2,
    .home-cta h2 {
        font-size: clamp(29px, 9vw, 39px);
    }

    .home-ai-app,
    .home-automation__step,
    .home-showcase-card {
        min-height: 0;
    }

    .home-product-demo {
        min-height: 410px;
        border-radius: 22px;
    }

    .home-product-demo__browser {
        top: 38px;
        right: 18px;
        left: 18px;
        height: 285px;
    }

    .home-product-demo__screen {
        grid-template-columns: 58px 1fr;
    }

    .home-product-demo__screen aside {
        padding-inline: 10px;
    }

    .home-product-demo__screen aside span {
        width: 36px;
    }

    .home-product-demo__dashboard {
        gap: 9px;
        padding: 13px;
    }

    .home-product-demo__chart {
        min-height: 130px;
        gap: 7px;
        padding: 14px;
    }

    .home-product-demo__phone {
        right: 12px;
        bottom: 14px;
        width: 88px;
        height: 170px;
    }

    .home-product-demo__badge {
        bottom: 18px;
        left: 14px;
    }

    .home-automation__benefits {
        justify-content: flex-start;
    }

    .home-marketing__ecosystem {
        min-height: 600px;
        padding: 20px;
    }

    .home-marketing__core {
        width: 124px;
        height: 124px;
    }

    .home-marketing__ecosystem article:nth-of-type(2),
    .home-marketing__ecosystem article:nth-of-type(3) {
        margin-bottom: 130px;
    }

    .home-showcase-card__mock {
        height: 205px;
    }

    .home-ai__visual {
        width: 310px;
        max-width: 100%;
    }

    .home-ai__node {
        width: 46px;
        height: 46px;
    }

    .home-cta__panel {
        padding: 34px 22px;
        border-radius: 22px;
    }

    .home-page .home-footer {
        padding-top: 64px;
    }

    .home-footer__grid {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .home-footer__brand,
    .home-footer__contact {
        grid-column: auto;
    }

    .home-footer__logo {
        width: min(100%, 238px);
    }

    .home-footer__column h2 {
        margin-top: 0;
        margin-bottom: 21px;
    }

    .home-footer__social a {
        width: 46px;
        height: 46px;
    }

    .home-footer__bottom {
        margin-top: 50px;
        padding-bottom: 30px;
    }

    .home-footer__bottom {
        padding-right: 72px;
    }
}

@media (max-width: 360px) {
    .home-page .auth-status {
        display: flex;
    }

    .home-tech-card {
        width: 124px;
    }

    .home-tech-core {
        width: 116px;
        height: 116px;
    }

    .home-tech-core strong {
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .home-page *,
    .home-page *::before,
    .home-page *::after {
        scroll-behavior: auto;
        animation-duration: 0.01ms;
        animation-iteration-count: 1;
        transition-duration: 0.01ms;
    }

    .home-motion-ready .home-reveal {
        opacity: 1;
        transform: none;
    }

    .home-tech-stage {
        transform: none;
    }
}
