/* Product introduction */
.hero  {
    background: linear-gradient(180deg, #f5f5f7 0%, #f8f9fc 72%, #fff 100%);
    padding-top: 70px;
    overflow: hidden;
}

.hero-copy  {
    text-align: center;
    position: relative;
    z-index: 2;
}

.hero-copy > .eyebrow  {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    color: #5c626d;
    font-weight: 500;
    margin-bottom: 22px;
    font-size: 0.6875rem;
}

[dir="rtl"] .hero-copy > .eyebrow  {
    font-size: 0.8125rem;
}

.hero h1  {
    font-size: clamp(3.5625rem, 6.5vw, 5.75rem);
    line-height: 1.08;
    letter-spacing: -.06em;
}

.hero h1 > span  {
    background: linear-gradient(110deg, #0067cc, #3094e7 70%, #49a4de);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-description  {
    color: #66666e;
    font-size: 1.25rem;
    line-height: 1.65;
    margin-top: 25px;
}

.hero-actions  {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 29px;
}

.hero-note  {
    font-size: 0.6875rem;
    color: #6b6b75;
    margin-top: 17px;
}

.hero-stage  {
    position: relative;
    max-width: 1180px;
    height: 510px;
    margin: 28px auto 0;
    isolation: isolate;
}

.stage-glow  {
    position: absolute;
    width: 100%;
    height: 120%;
    top: -10%;
    z-index: -1;
    background: radial-gradient(ellipse at 50% 68%, #c1d9f257 0, #d5e6f02b 40%, transparent 70%);
}

.display-device  {
    background: linear-gradient(145deg, #56575c, #101113 10%, #18191b 85%, #727579);
    border-radius: 16px;
    padding: 10px 10px 0;
    box-shadow: 0 35px 70px -28px #283d535c, 0 0 0 1px #0004;
}

.main-display  {
    width: 760px;
    height: 428px;
    position: absolute;
    top: 20px;
    left: calc(50% - 425px);
    z-index: 2;
    transform: perspective(1400px) rotateY(-5deg) rotateX(2deg);
}

.display-content  {
    position: relative;
    height: 395px;
    border-radius: 7px 7px 1px 1px;
    overflow: hidden;
    color: #f4f0d5;
    background: #244538;
    transition: background .6s, color .6s;
}

.display-topline  {
    position: absolute;
    top: 27px;
    left: 32px;
    right: 32px;
    display: flex;
    justify-content: space-between;
    direction: ltr;
    align-items: center;
    z-index: 2;
}

.sample-brand  {
    font-size: 1.625rem;
    letter-spacing: -2px;
    font-weight: 650;
    line-height: 1;
}

.sample-brand > span  {
    font-size: 0.625rem;
    vertical-align: super;
    letter-spacing: 0;
    margin-left: 2px;
}

.display-time  {
    font-size: 0.875rem;
    letter-spacing: .01em;
}

.display-time > span  {
    font-size: 0.6875rem;
    margin-left: 20px;
    opacity: .75;
}

.display-copy  {
    position: absolute;
    top: 112px;
    inset-inline-start: 40px;
    width: 48%;
    z-index: 3;
}

.display-eyebrow  {
    font-size: 0.5625rem;
    letter-spacing: .08em;
    opacity: .72;
}

.display-heading  {
    font-size: 3.5625rem;
    font-weight: 650;
    letter-spacing: -.045em;
    line-height: 1.04;
    margin-top: 10px;
}

.display-description  {
    font-size: 0.625rem;
    max-width: 225px;
    line-height: 1.7;
    margin-top: 17px;
    opacity: .8;
}

.display-bottom  {
    position: absolute;
    bottom: 0;
    inset-inline: 0;
    height: 37px;
    background: #112e2680;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-inline: 28px;
    font-size: 0.5rem;
    border-top: 1px solid #ffffff18;
    z-index: 4;
    letter-spacing: .02em;
}

.display-bottom > span:last-child  {
    font-size: 0.4375rem;
    letter-spacing: .13em;
}

.device-chin  {
    height: 23px;
    color: #9b9b9e;
    font-size: 0.375rem;
    letter-spacing: .02em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.device-chin i  {
    position: absolute;
    right: 10px;
    background: #72b29d;
    width: 3px;
    height: 3px;
    border-radius: 50%;
}

.display-stand  {
    position: absolute;
    top: 442px;
    left: calc(50% - 185px);
    width: 260px;
    height: 48px;
    background: linear-gradient(90deg, #979da4, #e2e5e9 28%, #c9cdd3 70%, #9ba1a9);
    clip-path: polygon(30% 0, 70% 0, 78% 87%, 100% 95%, 100% 100%, 0 100%, 0 95%, 22% 87%);
    z-index: 1;
}

.screen-art  {
    position: absolute;
    width: 48%;
    height: 100%;
    inset-inline-end: 0;
    top: 0;
    overflow: hidden;
}

.art-orbit  {
    position: absolute;
    width: 370px;
    height: 370px;
    border: 1px solid #b8c9a122;
    border-radius: 50%;
    left: 8px;
    top: 25px;
}

.orbit-two  {
    width: 300px;
    height: 300px;
    top: 60px;
    left: 43px;
}

.orbit-three  {
    width: 440px;
    height: 440px;
    top: -10px;
    left: -27px;
}

.coffee-cup  {
    position: absolute;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fffae8, #cfc8af);
    box-shadow: 12px 25px 35px #071b2566, inset 0 0 0 10px #ece7d5, inset 0 0 0 12px #ada385, 0 0 0 10px #e7e3d233, 0 0 0 37px #cfc4a814;
    top: 103px;
    left: 95px;
    transform: rotate(-22deg);
}

.coffee-cup::before  {
    content: "";
    position: absolute;
    width: 57px;
    height: 42px;
    border: 12px solid #dad7c8;
    left: -38px;
    top: 65px;
    border-radius: 15px 0 0 15px;
    z-index: -1;
    box-shadow: 0 8px 10px #0002;
}

.coffee-surface  {
    position: absolute;
    inset: 16px;
    border: 4px solid #ac713e;
    border-radius: 50%;
    background: radial-gradient(ellipse at 35% 30%, #d3a164, #b27843 52%, #864923 90%);
    box-shadow: inset 2px 4px 10px #54321899;
}

.coffee-surface span  {
    position: absolute;
    width: 75px;
    height: 93px;
    top: 27px;
    left: 38px;
    background: repeating-radial-gradient(ellipse at 50% 4%, #e4b782 0 5px, #fbefd3 6px 12px, #d5a064 13px 15px);
    border-radius: 60% 60% 45% 45%;
    transform: rotate(8deg);
    clip-path: polygon(50% 100%, 15% 70%, 0 30%, 10% 10%, 25% 0, 50% 18%, 75% 0, 90% 10%, 100% 30%, 85% 70%);
}

.art-leaf  {
    position: absolute;
    width: 115px;
    height: 40px;
    border-radius: 100% 0 100% 0;
    background: linear-gradient(15deg, #537355, #829369 48%, #547149 50%, #a0a879);
    box-shadow: 4px 6px 9px #0a1c1540;
    bottom: 55px;
    left: 18px;
    transform: rotate(-30deg);
}

.leaf-two  {
    width: 88px;
    height: 31px;
    bottom: 51px;
    left: 91px;
    transform: rotate(52deg);
}

.portrait-display  {
    position: absolute;
    width: 208px;
    height: 340px;
    top: 107px;
    right: 32px;
    z-index: 4;
    border: 7px solid #202227;
    border-radius: 13px;
    background: #222;
    transform: perspective(900px) rotateY(-12deg) rotateZ(2deg);
    box-shadow: 12px 23px 40px #1b334a29;
}

.portrait-content  {
    height: 100%;
    position: relative;
    overflow: hidden;
    padding: 25px 15px;
    background: #d5e7ee;
    color: #204654;
    text-align: center;
}

.portrait-content > span  {
    font-size: 0.4375rem;
    letter-spacing: .05em;
}

.portrait-content > strong  {
    display: block;
    font-size: 1.75rem;
    line-height: 1.04;
    letter-spacing: -.05em;
    margin-top: 12px;
}

.portrait-content > small  {
    position: absolute;
    bottom: 38px;
    left: 0;
    right: 0;
    font-size: 0.5rem;
}

.portrait-content > b  {
    position: absolute;
    bottom: 18px;
    left: 0;
    right: 0;
    font-size: 0.375rem;
    letter-spacing: .2em;
    font-weight: 400;
}

.sculpture  {
    position: absolute;
    width: 150px;
    height: 130px;
    bottom: 63px;
    left: 16px;
    transform: rotate(-15deg);
}

.sculpture i  {
    position: absolute;
    width: 95px;
    height: 73px;
    border-radius: 50%;
    transform: rotate(-24deg);
    box-shadow: inset -12px -14px 16px #24495d55, inset 8px 10px 14px #ffffffc0, 5px 12px 9px #1a3f4529;
    background: linear-gradient(145deg, #cfdee0, #6898ad);
    bottom: 5px;
    left: 34px;
}

.sculpture i:nth-child(2)  {
    width: 72px;
    height: 61px;
    bottom: 45px;
    left: 22px;
    background: #7292a6;
}

.sculpture i:nth-child(3)  {
    width: 59px;
    height: 45px;
    bottom: 85px;
    left: 36px;
    background: #b0c8d0;
}

.floating-card  {
    position: absolute;
    background: #ffffffee;
    border: 1px solid #ffffffb3;
    box-shadow: 0 12px 35px #18354a14, 0 1px 4px #18354a06;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 13px;
    z-index: 5;
}

.floating-card strong  {
    display: block;
    font-size: 0.75rem;
    line-height: 1.5;
}

.floating-card div > span  {
    display: block;
    font-size: 0.5625rem;
    color: var(--muted);
    margin-top: 2px;
}

.connection-card  {
    padding: 15px 18px;
    left: 21px;
    top: 78px;
    transform: rotate(-4deg);
}

.connection-card > .status-dot  {
    margin-inline-start: 10px;
    width: 5px;
    height: 5px;
}

.connection-icon  {
    background: #e9f6ed;
    border-radius: 50%;
    display: grid;
    place-items: center;
    width: 35px;
    height: 35px;
    color: #259f62;
}

.connection-icon .icon  {
    width: 19px;
    height: 19px;
}

.sync-card  {
    padding: 16px 21px;
    bottom: 12px;
    left: 48px;
    transform: rotate(2deg);
}

.sync-card > .icon  {
    color: var(--blue);
    width: 28px;
    height: 28px;
}

.sync-wave  {
    display: flex;
    gap: 3px;
    height: 24px;
    align-items: center;
    margin-inline-start: 15px;
}

.sync-wave i  {
    display: block;
    width: 3px;
    height: 12px;
    background: #80b8ed;
    border-radius: 5px;
}

.sync-wave i:nth-child(2)  {
    height: 23px;
}

.sync-wave i:nth-child(3)  {
    height: 17px;
}

.sync-wave i:nth-child(4)  {
    height: 8px;
}

[data-scene="retail"] .display-content  {
    background: #293f5d;
    color: #e6effa;
}

[data-scene="retail"] .coffee-cup  {
    background: linear-gradient(120deg, #e1eafa, #7596b8 50%, #1b3856);
    box-shadow: inset 8px 8px 22px #ffffffe6, 15px 25px 45px #0004;
    border-radius: 48% 52% 40% 60%;
    transform: rotate(35deg);
}

[data-scene="retail"] .coffee-cup::before, [data-scene="retail"] .coffee-surface  {
    display: none;
}

[data-scene="retail"] .art-leaf  {
    background: linear-gradient(145deg, #fff, #6989ab);
    border-radius: 50%;
    width: 110px;
    height: 75px;
}

[data-scene="hotel"] .display-content  {
    background: #665c4b;
    color: #fff2d9;
}

[data-scene="hotel"] .coffee-cup  {
    width: 180px;
    height: 240px;
    top: 87px;
    background: linear-gradient(90deg, #a7977a, #dec9a2 50%, #7f715d);
    border-radius: 100px 100px 0 0;
    transform: none;
    box-shadow: inset 0 0 0 13px #a09278, inset 0 0 0 16px #d6c5a6, inset 0 0 40px 30px #514c47, 15px 15px 25px #0003;
}

[data-scene="hotel"] .coffee-cup::before, [data-scene="hotel"] .coffee-surface  {
    display: none;
}

[data-scene="hotel"] .art-leaf  {
    background: linear-gradient(15deg, #595d42, #b4b797);
}

.preview-controls  {
    text-align: center;
    padding-top: 18px;
}

.preview-controls:not(.is-interactive) > p, .preview-controls:not(.is-interactive) .segmented-control  {
    display: none;
}

.preview-controls > p  {
    font-size: 0.75rem;
    color: var(--muted);
    margin-bottom: 14px;
}

.preview-caption  {
    display: block;
    font-size: 0.5625rem;
    color: #6b6b75;
    margin-top: 13px;
}

.benefits-strip  {
    margin-top: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-block: 28px;
    border-top: 1px solid #e3e5e9;
}

.benefits-strip > span  {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 0.75rem;
    color: #62666e;
    white-space: nowrap;
}

.benefits-strip .icon  {
    width: 17px;
    height: 17px;
    color: #798592;
}

.benefits-strip > span:first-child  {
    color: var(--ink);
    font-weight: 600;
}

/* Feature cards */
.highlights  {
    background: var(--canvas);
}

.highlight-grid  {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.highlight-card  {
    border-radius: var(--radius);
    background: #fff;
    position: relative;
    min-height: 515px;
    overflow: hidden;
    transition: transform .45s var(--ease);
}

.highlight-card:hover  {
    transform: translateY(-5px);
}

.card-copy  {
    padding: 32px 30px 0;
}

.card-label  {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #62626b;
    font-size: 0.625rem;
    font-weight: 500;
    letter-spacing: .02em;
}

.card-label .icon  {
    width: 19px;
    height: 19px;
    color: #4e667f;
}

.highlight-card h3  {
    font-size: 2.0625rem;
    margin-top: 24px;
}

.highlight-card p  {
    color: var(--muted);
    font-size: 0.875rem;
    line-height: 1.75;
    margin-top: 17px;
}

.card-visual  {
    height: 240px;
    margin-top: 20px;
    position: relative;
}

.card-more  {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #ececef;
    display: grid;
    place-items: center;
    position: absolute;
    bottom: 22px;
    inset-inline-end: 22px;
    z-index: 3;
}

.card-more:hover  {
    background: #dceaf8;
}

.card-more .icon  {
    width: 17px;
    height: 17px;
}

.mini-canvas  {
    position: absolute;
    width: 230px;
    height: 165px;
    background: #e2ebe5;
    transform: rotate(-8deg);
    top: 25px;
    inset-inline-start: 20px;
    box-shadow: 0 10px 25px #00000008;
    overflow: hidden;
}

.mini-flora  {
    position: absolute;
    top: 12px;
    left: 13px;
    color: #3f6352;
    font-size: 0.8125rem;
    font-weight: 700;
    letter-spacing: -1px;
}

.selection-box  {
    position: absolute;
    top: 54px;
    left: 17px;
    padding: 7px 10px;
    font-size: 2rem;
    line-height: .95;
    font-weight: 650;
    color: #2c5743;
    letter-spacing: -2px;
    border: 1px solid #418eec;
    direction: ltr;
    z-index: 2;
}

.mini-cup  {
    width: 95px;
    height: 95px;
    position: absolute;
    right: 5px;
    top: 40px;
    border-radius: 50%;
    border: 10px solid #f8f2e4;
    background: radial-gradient(ellipse, #f7ebd7 0 8%, #ba8b54 10% 20%, #eccea4 22% 26%, #a17247 28% 45%, #ba8951 60%);
    box-shadow: 5px 12px 15px #32423330;
}

.mini-cursor  {
    color: #338bec;
    position: absolute;
    top: 120px;
    left: 116px;
    z-index: 3;
}

.layers-panel  {
    position: absolute;
    width: 130px;
    top: 63px;
    inset-inline-end: 12px;
    background: #fffffff2;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 13px;
    box-shadow: 0 10px 25px #26304212;
    transform: rotate(3deg);
}

.layers-panel b  {
    font-size: 0.625rem;
    display: block;
    margin-bottom: 12px;
}

.layers-panel span  {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 9px;
    font-size: 0.5625rem;
    color: #666;
}

.layers-panel .icon  {
    width: 13px;
    height: 13px;
}

.highlight-schedule  {
    background: #e9eef5;
}

.highlight-network  {
    background: #e8efe9;
}

.schedule-preview  {
    margin: 24px 25px 0;
    background: #ffffffd9;
    padding: 18px 17px;
    border-radius: 15px;
    box-shadow: 0 10px 25px #6278940b;
    transform: rotate(-3deg);
    position: relative;
}

.schedule-caption  {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.625rem;
    margin-bottom: 17px;
}

.schedule-caption .icon  {
    width: 14px;
    height: 14px;
    color: var(--blue);
}

.schedule-slot  {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 7px;
    padding: 9px 11px;
    font-size: 0.625rem;
    border-radius: 6px;
    background: #ecf0e8;
    color: #5a7150;
}

.schedule-slot time  {
    font-size: 0.5625rem;
    opacity: .7;
}

.slot-1  {
    background: #e7effa;
    color: #3e618a;
}

.slot-2  {
    background: #f4ece4;
    color: #795f48;
}

.schedule-slot i  {
    width: 4px;
    height: 4px;
    background: currentColor;
    border-radius: 50%;
    margin-inline-start: auto;
}

.timeline-pointer  {
    position: absolute;
    top: 75px;
    bottom: 18px;
    width: 1px;
    background: #698eb755;
    inset-inline-start: 35%;
}

.network-mini  {
    margin: 23px 25px 0;
}

.network-source  {
    width: 144px;
    background: #fff;
    padding: 14px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 9px;
    margin-inline: auto;
    box-shadow: 0 8px 18px #3b604008;
}

.network-source .icon  {
    color: #4e7960;
    width: 20px;
    height: 20px;
}

.network-source b  {
    font-size: 0.625rem;
}

.network-lines  {
    width: 72%;
    height: 41px;
    margin-inline: auto;
    border: 1px solid #8fb299;
    border-bottom: 0;
    border-radius: 12px 12px 0 0;
    margin-top: 19px;
    position: relative;
}

.network-lines::before  {
    content: "";
    width: 1px;
    height: 60px;
    background: #8fb299;
    position: absolute;
    left: 50%;
    top: -20px;
}

.network-branches  {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.network-branches > div  {
    background: #ffffffe6;
    border-radius: 11px;
    width: 80px;
    padding: 14px 4px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 7px;
    position: relative;
}

.network-branches .icon  {
    color: #688471;
    width: 23px;
    height: 23px;
}

.network-branches span  {
    font-size: 0.5625rem;
}

.network-branches .status-dot  {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 4px;
    height: 4px;
}

/* Studio */
.studio-section  {
    background: #141416;
    color: #f5f5f7;
    overflow: hidden;
}

.studio-grid  {
    display: grid;
    grid-template-columns: .9fr 1.35fr;
    gap: 80px;
    align-items: center;
}

.studio-copy .eyebrow  {
    color: #8cb8f1;
    font-size: 0.6875rem;
    letter-spacing: .1em;
}

.studio-copy h2  {
    font-size: clamp(2.8125rem, 4.8vw, 4.25rem);
}

.studio-copy .section-description  {
    color: #a2a2ab;
    font-size: 1.0625rem;
}

.studio-copy .text-link  {
    color: #8cb8f1;
    font-size: 0.875rem;
}

.editor-figure  {
    margin-inline-end: -70px;
    min-width: 0;
}

.editor-shell  {
    background: #2a2a2f;
    border: 1px solid #46464f;
    border-radius: 14px;
    box-shadow: 0 40px 80px #0005;
    transform: perspective(1300px) rotateY(6deg) rotateX(2deg);
    overflow: hidden;
}

[dir="rtl"] .editor-shell  {
    transform: perspective(1300px) rotateY(-6deg) rotateX(2deg);
}

.editor-toolbar  {
    height: 50px;
    padding-inline: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-bottom: 1px solid #ffffff0d;
    font-size: 0.625rem;
    background: #252528;
}

.editor-dots  {
    display: flex;
    gap: 5px;
    direction: ltr;
}

.editor-dots i  {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #66666e;
}

.editor-dots i:first-child  {
    background: #db756b;
}

.editor-dots i:nth-child(2)  {
    background: #cfb35f;
}

.editor-dots i:nth-child(3)  {
    background: #76a46a;
}

.editor-save  {
    display: flex;
    align-items: center;
    gap: 4px;
    background: #414145;
    padding: 5px 9px;
    border-radius: 5px;
    font-size: 0.5625rem;
}

.editor-save .icon  {
    width: 11px;
    height: 11px;
}

.editor-body  {
    display: flex;
    min-height: 350px;
}

.editor-palette  {
    width: 74px;
    padding: 18px 8px;
    background: #242427;
    border-inline-end: 1px solid #ffffff08;
    flex-shrink: 0;
    text-align: center;
}

.editor-palette > span  {
    font-size: 0.5rem;
    color: #a2a2ac;
    display: block;
    margin-bottom: 15px;
}

.editor-palette > div  {
    margin-block: 10px;
    padding: 8px 2px;
    border-radius: 7px;
    background: #323237;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

.editor-palette .icon  {
    width: 17px;
    height: 17px;
    color: #b2b2bb;
}

.editor-palette small  {
    font-size: 0.5rem;
    color: #9f9fa9;
}

.editor-workarea  {
    flex: 1;
    min-width: 0;
    padding: 10px 24px 15px;
    background-image: radial-gradient(#ffffff0d .8px, transparent .8px);
    background-size: 10px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.editor-ruler  {
    display: flex;
    justify-content: space-between;
    font-size: 0.4375rem;
    color: #888891;
    margin-bottom: 9px;
}

.editor-canvas  {
    aspect-ratio: 16 / 10;
    background: #dce9e1;
    position: relative;
    overflow: hidden;
    color: #244c3b;
}

.editor-canvas-brand  {
    position: absolute;
    top: 18px;
    left: 22px;
    font-size: 1.25rem;
    font-weight: 650;
    letter-spacing: -1.5px;
}

.editor-selection  {
    position: absolute;
    z-index: 3;
    inset-inline-start: 20px;
    top: 83px;
    width: 49%;
    border: 1px solid #3b89f5;
    padding: 8px;
    font-size: 2.0625rem;
    line-height: 1.07;
    font-weight: 650;
    letter-spacing: -.04em;
}

.editor-selection i  {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #fff;
    border: 1px solid #3b89f5;
}

.editor-selection i:nth-child(1)  {
    top: -3px;
    left: -3px;
}

.editor-selection i:nth-child(2)  {
    top: -3px;
    right: -3px;
}

.editor-selection i:nth-child(3)  {
    bottom: -3px;
    left: -3px;
}

.editor-selection i:nth-child(4)  {
    bottom: -3px;
    right: -3px;
}

.editor-canvas .screen-art  {
    width: 48%;
    overflow: visible;
}

.editor-canvas .coffee-cup  {
    transform: scale(.6) rotate(-22deg);
    transform-origin: 0 0;
    left: 34px;
    top: 63px;
}

.editor-canvas .art-orbit  {
    display: none;
}

.editor-canvas .art-leaf  {
    transform: scale(.6) rotate(-30deg);
    left: -10px;
    bottom: 30px;
}

.editor-canvas .leaf-two  {
    left: 40px;
    bottom: 20px;
    transform: scale(.6) rotate(50deg);
}

.editor-canvas-footer  {
    position: absolute;
    bottom: 0;
    inset-inline: 0;
    padding: 9px 20px;
    font-size: 0.4375rem;
    background: #315a47;
    color: #e5efdc;
}

.editor-bottom  {
    display: flex;
    justify-content: space-between;
    font-size: 0.5rem;
    color: #a4a4b0;
    margin-top: 13px;
    direction: ltr;
}

.editor-layerbar  {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.5625rem;
    padding: 12px 18px;
    background: #242427;
    color: #a3a3ae;
}

.editor-layerbar .icon  {
    width: 14px;
    height: 14px;
}

.editor-layerbar b  {
    background: #354966;
    color: #b9d3f7;
    padding: 5px 15px;
    font-weight: 400;
}

.editor-layerbar > span:last-child  {
    margin-inline-start: auto;
}

.editor-figure figcaption  {
    text-align: center;
    color: #96969e;
    font-size: 0.625rem;
    margin-top: 22px;
}

/* Content and integrations */
.content-grid  {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    column-gap: 75px;
    row-gap: 55px;
    margin-top: 75px;
}

.feature-symbol  {
    width: 47px;
    height: 47px;
    border-radius: 14px;
    background: #eef4fa;
    color: #367dbb;
    display: grid;
    place-items: center;
    margin-bottom: 21px;
}

.feature-symbol .icon  {
    width: 24px;
    height: 24px;
}

.content-feature h3  {
    font-size: 1.3125rem;
    line-height: 1.3;
    letter-spacing: -.025em;
}

.content-feature p  {
    font-size: 0.9375rem;
    color: var(--muted);
    margin-top: 13px;
    line-height: 1.8;
}

.integrations  {
    border-top: 1px solid var(--line);
    margin-top: 70px;
    padding-top: 40px;
    text-align: center;
}

.integrations > p  {
    font-size: 0.8125rem;
    color: var(--muted);
}

.integrations ul  {
    margin-block: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 13px;
    justify-content: center;
}

.integrations li  {
    font-size: 0.75rem;
    font-weight: 550;
    padding: 10px 18px;
    background: var(--canvas);
    border: 1px solid #e9e9ed;
    border-radius: 8px;
    color: #51515b;
}

.integrations > small  {
    font-size: 0.625rem;
    color: #6b6b75;
}

/* Network */
.network-section  {
    background: #f3f5f8;
}

.network-grid  {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 65px 100px;
    align-items: center;
}

.network-copy .eyebrow  {
    color: #547085;
}

.network-features  {
    margin-top: 32px;
    display: grid;
    gap: 25px;
}

.network-features > div  {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.network-features > div > .icon  {
    width: 22px;
    height: 22px;
    color: #5d7b94;
    margin-top: 3px;
}

.network-features h3  {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: -.01em;
}

.network-features p  {
    font-size: 0.8125rem;
    color: var(--muted);
    margin-top: 5px;
    line-height: 1.7;
}

.network-dashboard  {
    background: #fff;
    padding: 25px;
    border-radius: 20px;
    border: 1px solid #e4e7ed;
    box-shadow: 0 18px 40px #3445630a;
    transform: perspective(1400px) rotateY(-4deg);
}

.dashboard-top  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.dashboard-logo  {
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: -.7px;
}

.dashboard-logo span  {
    color: var(--blue);
}

.avatar  {
    background: #e9ecf5;
    color: #73819c;
    font-size: 0.625rem;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: grid;
    place-items: center;
}

.dashboard-heading  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
}

.dashboard-heading small  {
    font-size: 0.625rem;
    color: #6b6b75;
}

.dashboard-heading h3  {
    font-size: 1.5625rem;
    margin-top: 8px;
}

.status-badge  {
    font-size: 0.5625rem;
    border: 1px solid #daeee1;
    padding: 5px 8px;
    border-radius: 5px;
    color: #488163;
    display: flex;
    align-items: center;
    gap: 4px;
}

.status-badge .icon  {
    width: 12px;
    height: 12px;
}

.dashboard-map  {
    height: 190px;
    position: relative;
    overflow: hidden;
    background: radial-gradient(ellipse, #ebf1f89c, transparent 70%);
}

.map-orbit  {
    width: 145px;
    height: 85px;
    border: 1px solid #dae6f3;
    border-radius: 50%;
    position: absolute;
    left: calc(50% - 72px);
    top: 52px;
    transform: rotate(-20deg);
}

.map-orbit-two  {
    width: 285px;
    height: 148px;
    left: calc(50% - 142px);
    top: 20px;
    transform: rotate(20deg);
    border-style: dashed;
}

.map-center  {
    position: absolute;
    top: 67px;
    left: calc(50% - 26px);
    width: 52px;
    height: 52px;
    border-radius: 15px;
    background: linear-gradient(145deg, #5a9cdf, #2471bf);
    display: grid;
    place-items: center;
    color: #fff;
    box-shadow: 0 8px 20px #4588c544;
}

.map-node  {
    position: absolute;
    width: 14px;
    height: 14px;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #8ba8c3;
    box-shadow: 0 2px 7px #6883a02b;
}

.node-one  {
    top: 45px;
    left: 25%;
}

.node-two  {
    top: 111px;
    left: 18%;
}

.node-three  {
    top: 53px;
    right: 20%;
}

.node-four  {
    top: 139px;
    right: 30%;
}

.dashboard-list  {
    display: grid;
    gap: 8px;
}

.dashboard-location  {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 12px 10px;
    border: 1px solid #ededef;
    border-radius: 9px;
}

.location-thumbnail  {
    width: 39px;
    height: 31px;
    display: grid;
    place-items: center;
    background: #e0eade;
    border-radius: 5px;
    color: #65816e;
}

.location-thumbnail .icon  {
    width: 19px;
    height: 19px;
}

.thumbnail-1  {
    background: #e3eaf4;
    color: #768da5;
}

.thumbnail-2  {
    background: #f1e9df;
    color: #a5917b;
}

.dashboard-location b  {
    display: block;
    font-size: 0.6875rem;
    font-weight: 550;
}

.dashboard-location small  {
    display: block;
    font-size: 0.5625rem;
    color: #6b6b75;
    margin-top: 2px;
}

.location-status  {
    margin-inline-start: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 0.5625rem;
    color: #486e52;
}

.location-status .status-dot  {
    width: 4px;
    height: 4px;
}

.dashboard-caption  {
    text-align: center;
    font-size: 0.5625rem;
    color: #6b6b75;
    margin-top: 15px;
}

.operator-note  {
    grid-column: 1 / -1;
    display: flex;
    gap: 16px;
    align-items: center;
    border-top: 1px solid #dce1e8;
    padding-top: 25px;
}

.operator-note > .icon  {
    color: #718298;
    width: 28px;
    height: 28px;
}

.operator-note strong  {
    font-size: 0.6875rem;
    letter-spacing: .03em;
}

.operator-note p  {
    font-size: 0.8125rem;
    color: var(--muted);
    margin-top: 3px;
}

/* Industry selector */
.solutions-tabs  {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.solutions-tabs a  {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #e2e2e8;
    border-radius: 99px;
    padding: 11px 19px;
    font-size: 0.8125rem;
    color: #6e6e78;
    transition: background .2s, color .2s;
}

.solutions-tabs .icon  {
    width: 17px;
    height: 17px;
}

.solutions-tabs a[aria-selected="true"]  {
    background: #1d1d1f;
    color: #fff;
    border-color: #1d1d1f;
}

.solutions-tabs a:hover  {
    border-color: #999;
}

.solution-panel  {
    border-radius: var(--radius);
    background: #f1f3f6;
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 405px;
    overflow: hidden;
    margin-top: 20px;
}

.solution-art  {
    background: #dce5ed;
    display: grid;
    place-items: center;
    padding: 38px;
    min-width: 0;
}

.solution-poster  {
    position: relative;
    width: 280px;
    height: 326px;
    background: #e7eff3;
    color: #233a49;
    padding: 20px;
    box-shadow: 15px 25px 25px #20405b24;
    transform: rotate(-6deg);
    overflow: hidden;
}

.poster-meta  {
    position: relative;
    z-index: 3;
    font-size: 0.4375rem;
    letter-spacing: .12em;
    display: block;
}

.solution-poster > strong  {
    font-size: 3.9375rem;
    position: absolute;
    top: 65px;
    left: 15px;
    right: 15px;
    text-align: center;
    font-weight: 650;
    letter-spacing: -.07em;
    line-height: .9;
    z-index: 2;
}

.poster-line  {
    position: absolute;
    bottom: 19px;
    inset-inline: 15px;
    text-align: center;
    font-size: 0.5625rem;
    z-index: 3;
}

.poster-sculpture  {
    position: absolute;
    inset: 0;
}

.poster-sculpture i  {
    position: absolute;
    width: 110px;
    height: 90px;
    border-radius: 50%;
    bottom: 50px;
    left: 90px;
    background: linear-gradient(135deg, #f2fafc, #92b1c7 50%, #4d7994);
    box-shadow: 4px 14px 14px #33435633;
    transform: rotate(-15deg);
}

.poster-sculpture i:nth-child(2)  {
    bottom: 111px;
    width: 95px;
    height: 75px;
    left: 65px;
}

.poster-sculpture i:nth-child(3)  {
    bottom: 164px;
    width: 80px;
    height: 60px;
    left: 90px;
}

.solution-copy  {
    padding: 50px;
    align-self: center;
}

.solution-copy .eyebrow  {
    color: #536475;
    font-size: 0.6875rem;
    margin-bottom: 20px;
}

.solution-copy h3  {
    font-size: 2.1875rem;
    max-width: 340px;
    line-height: 1.15;
}

.solution-copy > p  {
    font-size: 1rem;
    color: var(--muted);
    margin-top: 22px;
    line-height: 1.8;
}

.solution-copy ul  {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 25px;
    font-size: 0.75rem;
    color: #5e6873;
}

.solution-copy li  {
    display: flex;
    align-items: center;
    gap: 8px;
}

.solution-copy .icon  {
    width: 14px;
    height: 14px;
}

.solution-food .solution-art  {
    background: #dce8df;
}

.solution-food .solution-poster  {
    background: #244b37;
    color: #edf1d4;
}

.solution-food .solution-poster > strong  {
    font-size: 2.75rem;
    top: 54px;
}

.solution-food .poster-sculpture i  {
    background: radial-gradient(ellipse, #e6cda6 0 8%, #c09463 12% 35%, #eee3ce 38% 48%, #f1e6d2 50% 64%, #b7b9a2 68%);
    width: 124px;
    height: 124px;
    left: 80px;
    bottom: 35px;
    border-radius: 50%;
}

.solution-food .poster-sculpture i:nth-child(n+2)  {
    display: none;
}

.solution-hotel .solution-art  {
    background: #e8e1d7;
}

.solution-hotel .solution-poster  {
    background: #6e6b59;
    color: #f0e7cf;
}

.solution-hotel .solution-poster > strong  {
    font-size: 3rem;
    top: 55px;
}

.solution-hotel .poster-sculpture i  {
    width: 130px;
    height: 220px;
    bottom: -30px;
    left: 73px;
    border-radius: 90px 90px 0 0;
    transform: none;
    background: linear-gradient(90deg, #ada287, #e0d5b5 50%, #8e866e);
    box-shadow: inset 0 0 0 15px #a19678, inset 0 0 0 17px #d2c8a7;
}

.solution-hotel .poster-sculpture i:nth-child(n+2)  {
    display: none;
}

.solution-health .solution-art  {
    background: #dce9e9;
}

.solution-health .solution-poster  {
    background: #b8d7d3;
    color: #295955;
}

.solution-health .solution-poster > strong  {
    font-size: 3.3125rem;
    top: 57px;
}

.solution-health .poster-sculpture i  {
    background: linear-gradient(135deg, #f3ffff, #8fbfb1 65%, #498b7d);
}

.solution-work .solution-art  {
    background: #e4e1ed;
}

.solution-work .solution-poster  {
    background: #d3cfe0;
    color: #464355;
}

.solution-work .solution-poster > strong  {
    font-size: 2.8125rem;
    top: 60px;
}

.solution-work .poster-sculpture i  {
    background: linear-gradient(135deg, #fdfaff, #a299b9 70%, #6c5d8b);
}

.solutions-more  {
    text-align: center;
    color: var(--muted);
    font-size: 0.8125rem;
    margin-top: 25px;
}

/* Closing sections */
.workflow-section  {
    background: var(--canvas);
}

.workflow-grid  {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 75px;
}

.workflow-grid article  {
    border-top: 1px solid #d9dbe2;
    padding-top: 26px;
}

.step-number  {
    font-size: 0.75rem;
    font-weight: 500;
    color: #005dbb;
    letter-spacing: .05em;
}

.workflow-grid h3  {
    font-size: 1.75rem;
    margin-top: 22px;
}

.workflow-grid p  {
    font-size: 0.9375rem;
    color: var(--muted);
    line-height: 1.8;
    margin-top: 16px;
    max-width: 325px;
}

.faq-grid  {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 90px;
}

.faq-section h2  {
    font-size: 2.5rem;
}

.faq-list  {
    border-top: 1px solid var(--line);
}

.faq-list details  {
    border-bottom: 1px solid var(--line);
}

.faq-list summary  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    cursor: pointer;
    padding: 23px 0;
    list-style: none;
    font-size: 1rem;
    font-weight: 550;
}

.faq-list summary::-webkit-details-marker  {
    display: none;
}

.faq-list summary > span  {
    display: grid;
    place-items: center;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    background: #f3f3f5;
    flex-shrink: 0;
}

.faq-list summary .icon  {
    width: 15px;
    height: 15px;
    transition: transform .25s;
}

.faq-list details[open] summary .icon  {
    transform: rotate(45deg);
}

.faq-list details > p  {
    color: var(--muted);
    font-size: 0.875rem;
    line-height: 1.85;
    padding: 0 0 25px;
    padding-inline-end: 36px;
}

.closing-section  {
    text-align: center;
    padding-block: 80px 110px;
    background: radial-gradient(ellipse at 50% 100%, #e2edfc, #f5f8fd 50%, #fff 80%);
}

.closing-icon  {
    display: grid;
    place-items: center;
    width: 57px;
    height: 57px;
    border-radius: 17px;
    background: linear-gradient(140deg, #258fed, #005bbb);
    color: #fff;
    margin: 0 auto 25px;
    box-shadow: 0 8px 15px #0071e31a, inset 0 1px 1px #fff5;
}

.closing-icon .icon  {
    width: 30px;
    height: 30px;
}

.closing-section .eyebrow  {
    font-size: 0.625rem;
    letter-spacing: .16em;
    color: #6c7d90;
}

.closing-section h2  {
    font-size: clamp(2.5rem, 4.5vw, 4rem);
}

.closing-section .container > p:not(.eyebrow)  {
    color: var(--muted);
    font-size: 1.0625rem;
    margin-top: 23px;
}

.closing-section .button  {
    margin-top: 30px;
}
