:root {
    --ymcp-bg: #050914;
    --ymcp-bg-soft: #081120;
    --ymcp-panel: rgba(13, 24, 43, 0.76);
    --ymcp-panel-solid: #0c1729;
    --ymcp-line: rgba(158, 185, 225, 0.16);
    --ymcp-line-strong: rgba(158, 185, 225, 0.28);
    --ymcp-text: #f6f8ff;
    --ymcp-muted: #a7b4c9;
    --ymcp-cyan: #58e4ff;
    --ymcp-blue: #5999ff;
    --ymcp-violet: #9e6bff;
    --ymcp-green: #52e8a6;
    --ymcp-danger: #ff8b9e;
    --ymcp-shadow: 0 28px 90px rgba(0, 0, 0, 0.35);
    --ymcp-radius-xl: 34px;
    --ymcp-radius-lg: 24px;
    --ymcp-radius-md: 16px;
    --ymcp-container: 1200px;
}

html {
    scroll-behavior: smooth;
    background: var(--ymcp-bg);
}

body.yasnamcp-landing-page {
    margin: 0 !important;
    min-width: 320px;
    overflow-x: hidden;
    background: var(--ymcp-bg) !important;
    color: var(--ymcp-text);
    font-family: IRANSansWeb, IRANSans, "Segoe UI", Tahoma, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.75;
}

body.yasnamcp-landing-page.admin-bar .ymcp-header {
    top: 32px;
}

.ymcp-site,
.ymcp-site *,
.ymcp-site *::before,
.ymcp-site *::after {
    box-sizing: border-box;
}

.ymcp-site {
    position: relative;
    min-height: 100vh;
    isolation: isolate;
    color: var(--ymcp-text);
    background:
        radial-gradient(circle at 15% 5%, rgba(89, 153, 255, 0.11), transparent 27%),
        radial-gradient(circle at 85% 18%, rgba(158, 107, 255, 0.12), transparent 32%),
        linear-gradient(180deg, #050914 0%, #07101d 48%, #050914 100%);
}

.ymcp-site a {
    color: inherit;
    text-decoration: none;
}

.ymcp-site button,
.ymcp-site input,
.ymcp-site textarea,
.ymcp-site select {
    font: inherit;
}

.ymcp-site h1,
.ymcp-site h2,
.ymcp-site h3,
.ymcp-site p,
.ymcp-site ul {
    padding: 0;
}

.ymcp-site svg {
    width: 1.25em;
    height: 1.25em;
    flex: 0 0 auto;
}

.ymcp-site :focus-visible {
    outline: 2px solid var(--ymcp-cyan);
    outline-offset: 4px;
}

.ymcp-site .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.ymcp-ambient {
    position: fixed;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.ymcp-orb {
    position: absolute;
    width: 460px;
    height: 460px;
    border-radius: 50%;
    filter: blur(110px);
    opacity: 0.12;
}

.ymcp-orb-one {
    top: 6%;
    left: -220px;
    background: var(--ymcp-blue);
}

.ymcp-orb-two {
    top: 35%;
    right: -250px;
    background: var(--ymcp-violet);
}

.ymcp-grid {
    position: absolute;
    inset: 0;
    opacity: 0.13;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 64px 64px;
    -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 82%);
    mask-image: linear-gradient(to bottom, black 0%, transparent 82%);
}

.ymcp-noise {
    position: absolute;
    inset: 0;
    opacity: 0.025;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E");
}

.ymcp-container {
    width: min(calc(100% - 40px), var(--ymcp-container));
    margin-inline: auto;
}

.ymcp-section {
    position: relative;
    padding: 118px 0;
}

.ymcp-header {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(158, 185, 225, 0.11);
    background: rgba(5, 9, 20, 0.72);
    -webkit-backdrop-filter: blur(20px) saturate(140%);
    backdrop-filter: blur(20px) saturate(140%);
}

.ymcp-nav-wrap {
    min-height: 82px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 30px;
}

.ymcp-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.ymcp-brand-mark {
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--ymcp-cyan);
    background: linear-gradient(145deg, rgba(88, 228, 255, 0.17), rgba(158, 107, 255, 0.16));
    border: 1px solid rgba(88, 228, 255, 0.24);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 12px 30px rgba(31, 126, 255, 0.15);
}

.ymcp-brand-mark svg {
    width: 31px;
    height: 31px;
}

.ymcp-brand-copy {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.ymcp-brand-copy strong {
    color: #fff;
    font-size: 18px;
    font-weight: 850;
    letter-spacing: 0.2px;
}

.ymcp-brand-copy small {
    margin-top: 3px;
    color: var(--ymcp-muted);
    font-size: 10px;
}

.ymcp-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.ymcp-nav > a {
    position: relative;
    color: #bdc8da;
    font-size: 13px;
    font-weight: 600;
    transition: color 0.2s ease;
}

.ymcp-nav > a::after {
    content: "";
    position: absolute;
    inset-inline: 50%;
    bottom: -9px;
    height: 2px;
    background: linear-gradient(90deg, var(--ymcp-cyan), var(--ymcp-violet));
    transition: inset-inline 0.2s ease;
}

.ymcp-nav > a:hover {
    color: #fff;
}

.ymcp-nav > a:hover::after {
    inset-inline: 0;
}

.ymcp-nav-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ymcp-language-switcher {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 4px;
    border: 1px solid var(--ymcp-line);
    background: rgba(255, 255, 255, 0.035);
    border-radius: 999px;
}

.ymcp-language-switcher a {
    min-width: 38px;
    padding: 5px 8px;
    border-radius: 999px;
    text-align: center;
    color: var(--ymcp-muted);
    font-size: 10px;
    line-height: 1.4;
    transition: color 0.2s ease, background 0.2s ease;
}

.ymcp-language-switcher a:hover {
    color: #fff;
}

.ymcp-language-switcher a.is-active {
    color: #06101d;
    background: var(--ymcp-cyan);
    font-weight: 800;
}

.ymcp-lang-short {
    display: none;
}

.ymcp-button {
    min-height: 48px;
    padding: 0 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px solid transparent;
    border-radius: 14px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.4;
    cursor: pointer;
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.ymcp-button:hover {
    transform: translateY(-2px);
}

.ymcp-button-primary {
    color: #04111b !important;
    background: linear-gradient(120deg, var(--ymcp-cyan), #8af3d0);
    box-shadow: 0 16px 42px rgba(88, 228, 255, 0.18);
}

.ymcp-button-primary:hover {
    box-shadow: 0 20px 50px rgba(88, 228, 255, 0.26);
}

.ymcp-button-ghost {
    min-height: 42px;
    padding: 0 16px;
    border-color: var(--ymcp-line);
    background: rgba(255, 255, 255, 0.035);
}

.ymcp-button-ghost:hover {
    border-color: rgba(88, 228, 255, 0.42);
    background: rgba(88, 228, 255, 0.08);
}

.ymcp-button-text {
    padding-inline: 6px;
    color: #cdd7e7;
}

.ymcp-button-light {
    color: #07101f !important;
    background: #fff;
    box-shadow: 0 16px 38px rgba(4, 10, 25, 0.22);
}

.ymcp-button-block {
    width: 100%;
}

[dir="rtl"] .ymcp-button-primary > svg:last-child,
[dir="rtl"] .ymcp-button-light > svg:last-child,
[dir="rtl"] .ymcp-transform-arrow svg {
    transform: rotate(180deg);
}

.ymcp-menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid var(--ymcp-line);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    color: #fff;
}

.ymcp-menu-toggle > span:not(.screen-reader-text) {
    display: block;
    height: 2px;
    margin: 4px 0;
    border-radius: 2px;
    background: currentColor;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.ymcp-menu-open .ymcp-menu-toggle > span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
}

.ymcp-menu-open .ymcp-menu-toggle > span:nth-child(2) {
    opacity: 0;
}

.ymcp-menu-open .ymcp-menu-toggle > span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
}

.ymcp-hero {
    min-height: 100vh;
    padding-top: 170px;
    padding-bottom: 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ymcp-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(470px, 0.98fr);
    align-items: center;
    gap: 72px;
}

.ymcp-eyebrow,
.ymcp-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--ymcp-cyan);
    font-size: 11px;
    font-weight: 850;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.ymcp-eyebrow > span {
    width: 26px;
    height: 1px;
    background: currentColor;
    box-shadow: 0 0 12px currentColor;
}

.ymcp-hero h1,
.ymcp-split-heading h2,
.ymcp-centered-heading h2,
.ymcp-form-intro h2,
.ymcp-final-cta h2 {
    margin: 24px 0;
    color: var(--ymcp-text);
    font-family: inherit;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: -1.8px;
}

.ymcp-hero h1 {
    max-width: 760px;
    font-size: clamp(44px, 5.8vw, 76px);
}

.ymcp-hero h1 em,
.ymcp-split-heading h2 em,
.ymcp-centered-heading h2 em,
.ymcp-form-intro h2 em,
.ymcp-final-cta h2 em {
    font-style: normal;
    color: transparent;
    background: linear-gradient(100deg, var(--ymcp-cyan), #90c7ff 48%, #bf9aff 96%);
    -webkit-background-clip: text;
    background-clip: text;
}

.ymcp-hero-lead {
    max-width: 700px;
    margin: 0;
    color: var(--ymcp-muted);
    font-size: 18px;
    line-height: 1.95;
}

.ymcp-hero-actions {
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 14px;
}

.ymcp-compatible {
    margin-top: 42px;
    display: flex;
    align-items: center;
    gap: 18px;
    color: #7f8da5;
    font-size: 11px;
}

.ymcp-compatible > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ymcp-compatible b {
    padding: 6px 10px;
    border: 1px solid var(--ymcp-line);
    border-radius: 999px;
    color: #c9d3e4;
    font-size: 10px;
    font-weight: 750;
    background: rgba(255, 255, 255, 0.025);
}

.ymcp-hero-visual {
    position: relative;
    min-height: 570px;
    display: grid;
    place-items: center;
}

.ymcp-visual-glow {
    position: absolute;
    width: 78%;
    height: 78%;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(88, 228, 255, 0.19), rgba(89, 153, 255, 0.08) 45%, transparent 70%);
    filter: blur(12px);
}

.ymcp-network-card {
    position: relative;
    z-index: 2;
    width: min(100%, 535px);
    min-height: 480px;
    overflow: hidden;
    border: 1px solid var(--ymcp-line-strong);
    border-radius: 28px;
    background: linear-gradient(150deg, rgba(15, 30, 53, 0.94), rgba(7, 15, 29, 0.95));
    box-shadow: var(--ymcp-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.ymcp-network-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.08) 1px, transparent 0);
    background-size: 22px 22px;
    -webkit-mask-image: linear-gradient(to bottom, black, transparent 75%);
    mask-image: linear-gradient(to bottom, black, transparent 75%);
    opacity: 0.45;
    pointer-events: none;
}

.ymcp-network-topbar {
    position: relative;
    z-index: 2;
    height: 48px;
    padding: 0 16px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid var(--ymcp-line);
    background: rgba(5, 10, 20, 0.5);
}

.ymcp-network-topbar > span {
    display: flex;
    gap: 5px;
}

.ymcp-network-topbar i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #47566e;
}

.ymcp-network-topbar i:nth-child(1) { background: #ff7790; }
.ymcp-network-topbar i:nth-child(2) { background: #f4c95d; }
.ymcp-network-topbar i:nth-child(3) { background: #55dda1; }

.ymcp-network-topbar small {
    overflow: hidden;
    color: #718199;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 9px;
    text-overflow: ellipsis;
    white-space: nowrap;
    direction: ltr;
    text-align: left;
}

.ymcp-network-topbar b {
    padding: 3px 7px;
    border: 1px solid rgba(82, 232, 166, 0.26);
    border-radius: 6px;
    color: var(--ymcp-green);
    background: rgba(82, 232, 166, 0.07);
    font-size: 8px;
    letter-spacing: 1px;
}

.ymcp-network-stage {
    position: relative;
    height: 305px;
}

.ymcp-node {
    position: absolute;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ymcp-line-strong);
    border-radius: 16px;
    background: rgba(12, 25, 45, 0.9);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.ymcp-node > span,
.ymcp-node > strong {
    color: #f7fbff;
    font-size: 15px;
    font-weight: 850;
}

.ymcp-node > small {
    margin-top: 3px;
    color: #7d8da6;
    font-size: 8px;
}

.ymcp-node-core {
    top: 104px;
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border-color: rgba(88, 228, 255, 0.36);
    background: radial-gradient(circle at 35% 25%, rgba(88, 228, 255, 0.27), rgba(10, 22, 40, 0.96) 55%);
    box-shadow: 0 0 0 9px rgba(88, 228, 255, 0.035), 0 0 60px rgba(88, 228, 255, 0.18);
}

.ymcp-node-core strong {
    color: var(--ymcp-cyan);
    font-size: 34px;
    line-height: 1;
}

.ymcp-node-core small {
    color: #dce9f8;
    font-size: 9px;
    letter-spacing: 2px;
}

.ymcp-core-ring {
    position: absolute;
    inset: -15px;
    border: 1px dashed rgba(88, 228, 255, 0.22);
    border-radius: 50%;
    animation: ymcp-rotate 16s linear infinite;
}

.ymcp-node-ai {
    top: 26px;
    left: calc(50% - 78px);
    width: 156px;
    height: 58px;
}

.ymcp-node-erp {
    top: 118px;
    left: 24px;
    width: 118px;
    height: 62px;
}

.ymcp-node-finance {
    top: 118px;
    right: 24px;
    width: 118px;
    height: 62px;
}

.ymcp-node-bi {
    bottom: 17px;
    left: calc(50% - 65px);
    width: 130px;
    height: 58px;
}

.ymcp-connection {
    position: absolute;
    z-index: 1;
    height: 1px;
    overflow: hidden;
    background: linear-gradient(90deg, transparent, rgba(88, 228, 255, 0.5), transparent);
    transform-origin: left center;
}

.ymcp-connection::after {
    content: "";
    position: absolute;
    top: -1px;
    width: 22px;
    height: 3px;
    border-radius: 10px;
    background: var(--ymcp-cyan);
    box-shadow: 0 0 12px var(--ymcp-cyan);
    animation: ymcp-data 2.7s linear infinite;
}

.ymcp-line-one { width: 92px; top: 100px; left: 50%; transform: rotate(90deg); }
.ymcp-line-two { width: 130px; top: 152px; left: calc(50% - 104px); transform: rotate(180deg); }
.ymcp-line-three { width: 130px; top: 152px; left: calc(50% + 3px); }
.ymcp-line-four { width: 92px; top: 201px; left: 50%; transform: rotate(90deg); }

.ymcp-terminal {
    position: relative;
    z-index: 2;
    min-height: 127px;
    padding: 15px 18px;
    border-top: 1px solid var(--ymcp-line);
    color: #93a3ba;
    background: rgba(3, 8, 17, 0.76);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 10px;
    line-height: 2;
    direction: ltr;
    text-align: left;
}

.ymcp-terminal-prompt { color: var(--ymcp-cyan); }
.ymcp-terminal-label { display: inline-block; min-width: 82px; color: #b99cff; }
.ymcp-terminal-success { color: var(--ymcp-green); }

.ymcp-floating-card {
    position: absolute;
    z-index: 4;
    min-height: 46px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    gap: 9px;
    border: 1px solid var(--ymcp-line-strong);
    border-radius: 13px;
    color: #e7f1ff;
    background: rgba(10, 21, 38, 0.88);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    font-size: 10px;
    font-weight: 750;
}

.ymcp-floating-card svg { color: var(--ymcp-cyan); }
.ymcp-floating-card-one { top: 45px; inset-inline-start: -28px; }
.ymcp-floating-card-two { bottom: 38px; inset-inline-end: -18px; }

.ymcp-pulse {
    position: absolute;
    z-index: 0;
    border: 1px solid rgba(88, 228, 255, 0.12);
    border-radius: 50%;
    animation: ymcp-pulse 3.5s ease-out infinite;
}

.ymcp-pulse-one { width: 180px; height: 180px; top: 64px; left: calc(50% - 90px); }
.ymcp-pulse-two { width: 250px; height: 250px; top: 30px; left: calc(50% - 125px); animation-delay: 1.2s; }

.ymcp-proof-strip {
    margin-top: 86px;
    padding: 28px 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid var(--ymcp-line);
    border-bottom: 1px solid var(--ymcp-line);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.015), transparent);
}

.ymcp-proof-strip > div {
    min-height: 54px;
    padding: 0 26px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-inline-end: 1px solid var(--ymcp-line);
}

.ymcp-proof-strip > div:last-child {
    border-inline-end: 0;
}

.ymcp-proof-strip strong {
    color: #fff;
    font-size: 22px;
    font-weight: 850;
}

.ymcp-proof-strip span {
    margin-top: 2px;
    color: #7e8da4;
    font-size: 10px;
}

.ymcp-problem-section {
    background: linear-gradient(180deg, transparent, rgba(10, 20, 38, 0.72), transparent);
}

.ymcp-split-heading {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    align-items: end;
    gap: 80px;
}

.ymcp-split-heading h2,
.ymcp-centered-heading h2,
.ymcp-form-intro h2,
.ymcp-final-cta h2 {
    margin: 18px 0 0;
    font-size: clamp(36px, 4.4vw, 58px);
}

.ymcp-split-heading > p,
.ymcp-centered-heading > p,
.ymcp-form-intro > p {
    margin: 0;
    color: var(--ymcp-muted);
    font-size: 16px;
    line-height: 2;
}

.ymcp-before-after {
    margin-top: 58px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 22px;
}

.ymcp-comparison-card {
    min-height: 370px;
    padding: 38px;
    border: 1px solid var(--ymcp-line);
    border-radius: var(--ymcp-radius-lg);
    background: rgba(12, 24, 43, 0.58);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.ymcp-before-card {
    background: linear-gradient(145deg, rgba(255, 139, 158, 0.06), rgba(12, 24, 43, 0.6));
}

.ymcp-after-card {
    border-color: rgba(82, 232, 166, 0.23);
    background: linear-gradient(145deg, rgba(82, 232, 166, 0.08), rgba(12, 24, 43, 0.74));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 22px 60px rgba(4, 13, 28, 0.28);
}

.ymcp-card-label {
    display: inline-flex;
    padding: 6px 10px;
    border: 1px solid var(--ymcp-line);
    border-radius: 999px;
    color: #8d9bb0;
    font-size: 10px;
    font-weight: 750;
}

.ymcp-after-card .ymcp-card-label {
    color: var(--ymcp-green);
    border-color: rgba(82, 232, 166, 0.22);
    background: rgba(82, 232, 166, 0.06);
}

.ymcp-comparison-card h3 {
    margin: 22px 0 24px;
    color: #fff;
    font-size: 25px;
    font-weight: 850;
}

.ymcp-comparison-card ul,
.ymcp-architecture-copy ul,
.ymcp-pricing-copy ul {
    margin: 0;
    list-style: none;
}

.ymcp-comparison-card li,
.ymcp-architecture-copy li,
.ymcp-pricing-copy li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 0;
    color: #aab7ca;
    font-size: 13px;
    border-bottom: 1px solid rgba(158, 185, 225, 0.08);
}

.ymcp-comparison-card li:last-child,
.ymcp-architecture-copy li:last-child,
.ymcp-pricing-copy li:last-child {
    border-bottom: 0;
}

.ymcp-comparison-card li svg,
.ymcp-architecture-copy li svg,
.ymcp-pricing-copy li svg {
    width: 18px;
    height: 18px;
    margin-top: 3px;
}

.ymcp-before-card li svg { color: var(--ymcp-danger); }
.ymcp-after-card li svg,
.ymcp-architecture-copy li svg,
.ymcp-pricing-copy li svg { color: var(--ymcp-green); }

.ymcp-transform-arrow {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(88, 228, 255, 0.25);
    border-radius: 50%;
    color: var(--ymcp-cyan);
    background: rgba(88, 228, 255, 0.08);
}

.ymcp-centered-heading {
    max-width: 860px;
    margin-inline: auto;
    text-align: center;
}

.ymcp-centered-heading > p {
    max-width: 760px;
    margin: 22px auto 0;
}

.ymcp-feature-grid {
    margin-top: 62px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.ymcp-feature-card {
    position: relative;
    min-height: 305px;
    padding: 30px;
    overflow: hidden;
    border: 1px solid var(--ymcp-line);
    border-radius: var(--ymcp-radius-lg);
    background: linear-gradient(145deg, rgba(14, 27, 48, 0.78), rgba(8, 17, 31, 0.8));
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.ymcp-feature-card::before {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    top: -90px;
    inset-inline-end: -80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(88, 228, 255, 0.13), transparent 68%);
    pointer-events: none;
}

.ymcp-feature-card:hover {
    transform: translateY(-5px);
    border-color: rgba(88, 228, 255, 0.27);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.ymcp-feature-wide {
    grid-column: span 2;
    min-height: 330px;
    padding-inline-end: 38%;
    background:
        radial-gradient(circle at 82% 50%, rgba(88, 228, 255, 0.13), transparent 30%),
        linear-gradient(145deg, rgba(14, 31, 54, 0.86), rgba(8, 17, 31, 0.82));
}

[dir="rtl"] .ymcp-feature-wide {
    background:
        radial-gradient(circle at 18% 50%, rgba(88, 228, 255, 0.13), transparent 30%),
        linear-gradient(145deg, rgba(14, 31, 54, 0.86), rgba(8, 17, 31, 0.82));
}

.ymcp-feature-wide::after {
    content: "MCP";
    position: absolute;
    inset-inline-end: 9%;
    top: 50%;
    transform: translateY(-50%);
    width: 165px;
    height: 165px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(88, 228, 255, 0.25);
    border-radius: 50%;
    color: rgba(88, 228, 255, 0.85);
    background: radial-gradient(circle, rgba(88, 228, 255, 0.14), rgba(8, 18, 33, 0.75) 64%);
    box-shadow: 0 0 0 15px rgba(88, 228, 255, 0.025), 0 0 70px rgba(88, 228, 255, 0.1);
    font-size: 23px;
    font-weight: 900;
    letter-spacing: 3px;
}

.ymcp-feature-icon,
.ymcp-step-icon {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(88, 228, 255, 0.19);
    border-radius: 15px;
    color: var(--ymcp-cyan);
    background: linear-gradient(145deg, rgba(88, 228, 255, 0.12), rgba(158, 107, 255, 0.07));
}

.ymcp-feature-icon svg,
.ymcp-step-icon svg {
    width: 25px;
    height: 25px;
}

.ymcp-feature-card h3 {
    margin: 22px 0 12px;
    color: #fff;
    font-size: 21px;
    font-weight: 850;
}

.ymcp-feature-card p {
    margin: 0;
    color: #93a2b8;
    font-size: 13px;
    line-height: 1.9;
}

.ymcp-tags {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ymcp-tags span {
    padding: 6px 9px;
    border: 1px solid var(--ymcp-line);
    border-radius: 8px;
    color: #9ba9bd;
    background: rgba(255, 255, 255, 0.025);
    font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
    font-size: 8px;
}

.ymcp-how-section {
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 0%, rgba(89, 153, 255, 0.09), transparent 34%),
        linear-gradient(180deg, rgba(10, 20, 38, 0.65), transparent);
}

.ymcp-steps {
    position: relative;
    margin-top: 68px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ymcp-steps::before {
    content: "";
    position: absolute;
    top: 26px;
    left: 16%;
    right: 16%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(88, 228, 255, 0.4), rgba(158, 107, 255, 0.4), transparent);
}

.ymcp-step {
    position: relative;
    z-index: 1;
    min-height: 280px;
    padding: 30px;
    border: 1px solid var(--ymcp-line);
    border-radius: var(--ymcp-radius-lg);
    background: rgba(8, 17, 31, 0.88);
}

.ymcp-step-number {
    position: absolute;
    top: 21px;
    inset-inline-end: 25px;
    color: rgba(255, 255, 255, 0.11);
    font-size: 34px;
    font-weight: 900;
}

.ymcp-step h3 {
    margin: 23px 0 12px;
    color: #fff;
    font-size: 20px;
    font-weight: 850;
}

.ymcp-step p {
    margin: 0;
    color: #91a0b6;
    font-size: 13px;
    line-height: 1.95;
}

.ymcp-architecture {
    margin-top: 78px;
    padding: 48px;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
    gap: 70px;
    border: 1px solid var(--ymcp-line);
    border-radius: var(--ymcp-radius-xl);
    background: linear-gradient(145deg, rgba(13, 27, 48, 0.8), rgba(7, 15, 28, 0.9));
    box-shadow: var(--ymcp-shadow);
}

.ymcp-architecture-copy h3 {
    margin: 18px 0 15px;
    color: #fff;
    font-size: 33px;
    font-weight: 850;
    line-height: 1.35;
}

.ymcp-architecture-copy > p {
    margin: 0 0 20px;
    color: var(--ymcp-muted);
    font-size: 14px;
}

.ymcp-architecture-diagram {
    position: relative;
    min-height: 410px;
    padding: 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(158, 185, 225, 0.12);
    border-radius: 24px;
    background:
        linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px),
        rgba(4, 10, 20, 0.55);
    background-size: 28px 28px;
}

.ymcp-arch-layer {
    width: 82%;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid var(--ymcp-line);
    border-radius: 15px;
    background: rgba(12, 25, 44, 0.92);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.ymcp-arch-layer > span,
.ymcp-arch-layer > strong {
    color: #e7eef9;
    font-size: 12px;
    font-weight: 800;
}

.ymcp-arch-layer > div {
    display: flex;
    gap: 6px;
}

.ymcp-arch-layer b {
    padding: 5px 8px;
    border-radius: 7px;
    color: #91a2b9;
    background: rgba(255, 255, 255, 0.045);
    font-size: 8px;
}

.ymcp-arch-core {
    width: 66%;
    padding: 20px;
    flex-direction: column;
    gap: 3px;
    border-color: rgba(88, 228, 255, 0.36);
    background: linear-gradient(130deg, rgba(88, 228, 255, 0.15), rgba(158, 107, 255, 0.12));
}

.ymcp-arch-core strong {
    color: var(--ymcp-cyan);
    font-size: 18px;
}

.ymcp-arch-core small {
    color: #a7b5c9;
    font-size: 9px;
}

.ymcp-arch-arrow {
    height: 58px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--ymcp-cyan);
}

.ymcp-arch-arrow span {
    width: 1px;
    height: 14px;
    background: linear-gradient(var(--ymcp-cyan), transparent);
}

.ymcp-arch-arrow span:last-child {
    background: linear-gradient(transparent, var(--ymcp-cyan));
}

.ymcp-arch-arrow small {
    padding: 3px 8px;
    border: 1px solid rgba(88, 228, 255, 0.2);
    border-radius: 999px;
    background: rgba(88, 228, 255, 0.07);
    font-family: ui-monospace, monospace;
    font-size: 8px;
}

.ymcp-usecases-section {
    background: linear-gradient(180deg, transparent, rgba(10, 20, 38, 0.55), transparent);
}

.ymcp-usecases-grid {
    margin-top: 58px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.ymcp-usecases-grid article {
    min-height: 245px;
    padding: 27px;
    border: 1px solid var(--ymcp-line);
    border-radius: 20px;
    background: rgba(10, 20, 36, 0.72);
    transition: transform 0.22s ease, border-color 0.22s ease;
}

.ymcp-usecases-grid article:hover {
    transform: translateY(-4px);
    border-color: rgba(88, 228, 255, 0.25);
}

.ymcp-usecases-grid article > div {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: var(--ymcp-cyan);
    background: rgba(88, 228, 255, 0.08);
}

.ymcp-usecases-grid article h3 {
    margin: 20px 0 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 850;
}

.ymcp-usecases-grid article p {
    margin: 0;
    color: #8f9eb5;
    font-size: 12px;
    line-height: 1.9;
}

.ymcp-note {
    margin-top: 24px;
    padding: 18px 22px;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border: 1px solid rgba(88, 228, 255, 0.18);
    border-radius: 16px;
    color: #9eacc1;
    background: rgba(88, 228, 255, 0.045);
}

.ymcp-note svg {
    margin-top: 4px;
    color: var(--ymcp-cyan);
}

.ymcp-note p {
    margin: 0;
    font-size: 12px;
}

.ymcp-pricing-card {
    position: relative;
    padding: 58px;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    align-items: center;
    gap: 74px;
    overflow: hidden;
    border: 1px solid rgba(158, 107, 255, 0.28);
    border-radius: var(--ymcp-radius-xl);
    background:
        radial-gradient(circle at 90% 10%, rgba(158, 107, 255, 0.2), transparent 30%),
        radial-gradient(circle at 10% 90%, rgba(88, 228, 255, 0.1), transparent 32%),
        linear-gradient(145deg, #101d35, #091323 72%);
    box-shadow: var(--ymcp-shadow);
}

.ymcp-pricing-card::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    top: -250px;
    left: 30%;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    box-shadow: 0 0 0 50px rgba(255,255,255,0.018), 0 0 0 100px rgba(255,255,255,0.012);
}

.ymcp-pricing-copy,
.ymcp-price-box {
    position: relative;
    z-index: 1;
}

.ymcp-pricing-copy h2 {
    margin: 18px 0 16px;
    max-width: 670px;
    color: #fff;
    font-size: clamp(34px, 4vw, 52px);
    font-weight: 900;
    line-height: 1.3;
}

.ymcp-pricing-copy > p {
    max-width: 650px;
    margin: 0 0 24px;
    color: var(--ymcp-muted);
}

.ymcp-price-box {
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 24px;
    background: rgba(5, 12, 23, 0.68);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07), 0 20px 45px rgba(0, 0, 0, 0.25);
}

.ymcp-price-box > span {
    color: #93a2b8;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ymcp-price {
    margin-top: 10px;
    display: flex;
    align-items: baseline;
    gap: 10px;
    direction: ltr;
    justify-content: flex-start;
}

[dir="rtl"] .ymcp-price {
    justify-content: flex-end;
}

.ymcp-price strong {
    color: #fff;
    font-size: clamp(38px, 5vw, 60px);
    font-weight: 900;
    letter-spacing: -2px;
}

.ymcp-price small {
    color: var(--ymcp-cyan);
    font-size: 13px;
    font-weight: 800;
}

.ymcp-price-box > p {
    margin: -4px 0 22px;
    color: #7f8da2;
    font-size: 11px;
}

.ymcp-ai-cost-note {
    margin-bottom: 20px;
    padding: 13px;
    display: flex;
    gap: 10px;
    border: 1px solid rgba(244, 201, 93, 0.17);
    border-radius: 12px;
    color: #b9ad83;
    background: rgba(244, 201, 93, 0.045);
    font-size: 10px;
    line-height: 1.7;
}

.ymcp-ai-cost-note svg {
    margin-top: 2px;
    color: #f4c95d;
}

.ymcp-form-section {
    background:
        radial-gradient(circle at 5% 50%, rgba(88, 228, 255, 0.08), transparent 28%),
        linear-gradient(180deg, rgba(9, 18, 33, 0.7), rgba(5, 9, 20, 0.2));
}

.ymcp-form-layout {
    display: grid;
    grid-template-columns: 0.82fr 1.18fr;
    align-items: start;
    gap: 70px;
}

.ymcp-form-intro {
    position: sticky;
    top: 122px;
}

.ymcp-contact-list {
    margin-top: 38px;
    display: grid;
    gap: 14px;
}

.ymcp-contact-list > a,
.ymcp-contact-list > div {
    padding: 14px 0;
    display: flex;
    align-items: flex-start;
    gap: 14px;
    border-bottom: 1px solid var(--ymcp-line);
}

.ymcp-contact-list svg {
    width: 21px;
    height: 21px;
    margin-top: 4px;
    color: var(--ymcp-cyan);
}

.ymcp-contact-list span {
    display: flex;
    flex-direction: column;
}

.ymcp-contact-list small {
    color: #7f8da3;
    font-size: 10px;
}

.ymcp-contact-list b {
    margin-top: 3px;
    color: #dce5f3;
    font-size: 12px;
    font-weight: 650;
}

.ymcp-license-form {
    position: relative;
    padding: 36px;
    border: 1px solid var(--ymcp-line);
    border-radius: 28px;
    background: rgba(10, 21, 38, 0.82);
    box-shadow: var(--ymcp-shadow), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.ymcp-form-status {
    display: none;
    margin-bottom: 20px;
    padding: 14px 16px;
    border-radius: 12px;
    font-size: 12px;
}

.ymcp-form-status.is-success,
.ymcp-form-status.is-error {
    display: block;
}

.ymcp-form-status.is-success {
    border: 1px solid rgba(82, 232, 166, 0.24);
    color: #8cf0bd;
    background: rgba(82, 232, 166, 0.07);
}

.ymcp-form-status.is-error {
    border: 1px solid rgba(255, 139, 158, 0.24);
    color: #ffacba;
    background: rgba(255, 139, 158, 0.07);
}

.ymcp-form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 17px;
}

.ymcp-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ymcp-field > span {
    color: #b5c0d2;
    font-size: 11px;
    font-weight: 650;
}

.ymcp-field-full {
    grid-column: 1 / -1;
}

.ymcp-field input,
.ymcp-field textarea,
.ymcp-field select {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    outline: 0;
    border: 1px solid rgba(158, 185, 225, 0.16);
    border-radius: 12px;
    color: #eef4ff;
    background: rgba(4, 11, 22, 0.72);
    font-size: 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.ymcp-field textarea {
    min-height: 122px;
    resize: vertical;
}

.ymcp-field select {
    cursor: pointer;
}

.ymcp-field select option {
    color: #111827;
    background: #fff;
}

.ymcp-field input::placeholder,
.ymcp-field textarea::placeholder {
    color: #526079;
    opacity: 1;
}

.ymcp-field input:focus,
.ymcp-field textarea:focus,
.ymcp-field select:focus {
    border-color: rgba(88, 228, 255, 0.52);
    background: rgba(7, 16, 30, 0.9);
    box-shadow: 0 0 0 4px rgba(88, 228, 255, 0.07);
}

.ymcp-consent {
    margin: 19px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #91a0b6;
    font-size: 11px;
    cursor: pointer;
}

.ymcp-consent input {
    width: 17px;
    height: 17px;
    margin-top: 4px;
    accent-color: var(--ymcp-cyan);
}

.ymcp-submit {
    width: 100%;
    border: 0;
}

.ymcp-submit:disabled {
    opacity: 0.65;
    cursor: wait;
    transform: none;
}

.ymcp-form-footnote {
    margin: 13px 0 0;
    color: #64728a;
    font-size: 9px;
    text-align: center;
}

.ymcp-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
}

.ymcp-faq-section {
    background: linear-gradient(180deg, transparent, rgba(9, 18, 32, 0.6));
}

.ymcp-faq-list {
    max-width: 900px;
    margin-top: 50px;
}

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

.ymcp-faq-list summary {
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    color: #e5ebf5;
    font-size: 15px;
    font-weight: 750;
    cursor: pointer;
    list-style: none;
}

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

.ymcp-faq-list summary b {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border: 1px solid var(--ymcp-line);
    border-radius: 50%;
    color: var(--ymcp-cyan);
    font-size: 19px;
    font-weight: 400;
    transition: transform 0.2s ease;
}

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

.ymcp-faq-list details > p {
    max-width: 800px;
    margin: -4px 0 25px;
    color: #8f9eb4;
    font-size: 13px;
    line-height: 2;
}

.ymcp-cta-section {
    padding: 0 0 100px;
}

.ymcp-final-cta {
    position: relative;
    padding: 54px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    overflow: hidden;
    border-radius: var(--ymcp-radius-xl);
    color: #fff;
    background:
        radial-gradient(circle at 15% 120%, rgba(88, 228, 255, 0.4), transparent 35%),
        radial-gradient(circle at 95% 0%, rgba(201, 172, 255, 0.35), transparent 35%),
        linear-gradient(115deg, #5364f5, #7e51d7 57%, #a35ec9);
    box-shadow: 0 30px 80px rgba(77, 69, 196, 0.28);
}

.ymcp-final-cta::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    inset-inline-end: -120px;
    bottom: -160px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    box-shadow: 0 0 0 40px rgba(255,255,255,0.05), 0 0 0 80px rgba(255,255,255,0.03);
}

.ymcp-final-cta > * {
    position: relative;
    z-index: 1;
}

.ymcp-final-cta .ymcp-section-kicker {
    color: rgba(255, 255, 255, 0.72);
}

.ymcp-final-cta h2 {
    margin-top: 12px;
    font-size: clamp(32px, 4vw, 50px);
}

.ymcp-final-cta h2 em {
    color: #fff;
    -webkit-text-fill-color: initial;
    background: none;
}

.ymcp-footer {
    border-top: 1px solid var(--ymcp-line);
    background: #040812;
}

.ymcp-footer-main {
    padding: 66px 0 48px;
    display: grid;
    grid-template-columns: 1.15fr 1.85fr;
    gap: 90px;
}

.ymcp-footer-brand > p {
    max-width: 390px;
    margin: 22px 0 0;
    color: #7e8da3;
    font-size: 12px;
}

.ymcp-footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.ymcp-footer-links > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.ymcp-footer-links strong {
    margin-bottom: 4px;
    color: #dce5f2;
    font-size: 12px;
}

.ymcp-footer-links a {
    color: #7f8da3;
    font-size: 11px;
    transition: color 0.2s ease;
}

.ymcp-footer-links a:hover {
    color: var(--ymcp-cyan);
}

.ymcp-footer-bottom {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid var(--ymcp-line);
    color: #647187;
    font-size: 10px;
}

.ymcp-footer-bottom a {
    color: #8f9eb4;
}

.ymcp-footer-bottom strong {
    color: var(--ymcp-cyan);
}

.ymcp-js [data-reveal] {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.ymcp-js [data-reveal].is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes ymcp-rotate {
    to { transform: rotate(360deg); }
}

@keyframes ymcp-pulse {
    0% { transform: scale(0.72); opacity: 0.55; }
    75%, 100% { transform: scale(1.15); opacity: 0; }
}

@keyframes ymcp-data {
    from { left: -25px; }
    to { left: calc(100% + 25px); }
}

@media (max-width: 1100px) {
    .ymcp-nav-wrap {
        gap: 18px;
    }

    .ymcp-nav {
        gap: 18px;
    }

    .ymcp-language-switcher a:not(.is-active) .ymcp-lang-full {
        display: none;
    }

    .ymcp-hero-grid {
        grid-template-columns: 1fr 0.9fr;
        gap: 36px;
    }

    .ymcp-hero-visual {
        min-height: 520px;
    }

    .ymcp-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ymcp-usecases-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .ymcp-pricing-card {
        gap: 45px;
        padding: 45px;
    }
}

@media (max-width: 900px) {
    body.yasnamcp-landing-page.admin-bar .ymcp-header {
        top: 46px;
    }

    .ymcp-section {
        padding: 88px 0;
    }

    .ymcp-nav-wrap {
        grid-template-columns: auto 1fr auto;
    }

    .ymcp-menu-toggle {
        display: block;
        justify-self: end;
    }

    .ymcp-nav-actions {
        justify-self: end;
    }

    .ymcp-dashboard-button span {
        display: none;
    }

    .ymcp-dashboard-button {
        width: 42px;
        padding: 0;
    }

    .ymcp-nav {
        position: absolute;
        top: calc(100% + 1px);
        left: 20px;
        right: 20px;
        padding: 16px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        border: 1px solid var(--ymcp-line);
        border-radius: 18px;
        background: rgba(7, 15, 29, 0.97);
        box-shadow: var(--ymcp-shadow);
    }

    .ymcp-menu-open .ymcp-nav {
        display: flex;
    }

    .ymcp-nav > a {
        padding: 11px 10px;
        border-bottom: 1px solid rgba(158, 185, 225, 0.08);
    }

    .ymcp-nav > a:last-child {
        border-bottom: 0;
    }

    .ymcp-nav > a::after {
        display: none;
    }

    .ymcp-hero {
        padding-top: 150px;
    }

    .ymcp-hero-grid,
    .ymcp-split-heading,
    .ymcp-architecture,
    .ymcp-pricing-card,
    .ymcp-form-layout,
    .ymcp-footer-main {
        grid-template-columns: 1fr;
    }

    .ymcp-hero-grid {
        gap: 60px;
    }

    .ymcp-hero-copy {
        text-align: center;
    }

    .ymcp-eyebrow,
    .ymcp-hero-actions,
    .ymcp-compatible {
        justify-content: center;
    }

    .ymcp-hero-lead {
        margin-inline: auto;
    }

    .ymcp-hero-visual {
        width: min(100%, 610px);
        margin-inline: auto;
    }

    .ymcp-proof-strip {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
    }

    .ymcp-proof-strip > div:nth-child(2) {
        border-inline-end: 0;
    }

    .ymcp-split-heading {
        gap: 26px;
    }

    .ymcp-before-after {
        grid-template-columns: 1fr;
    }

    .ymcp-transform-arrow {
        margin-inline: auto;
        transform: rotate(90deg);
    }

    [dir="rtl"] .ymcp-transform-arrow svg {
        transform: none;
    }

    .ymcp-steps {
        grid-template-columns: 1fr;
    }

    .ymcp-steps::before {
        display: none;
    }

    .ymcp-architecture {
        gap: 48px;
    }

    .ymcp-pricing-card,
    .ymcp-architecture {
        padding: 40px;
    }

    .ymcp-form-intro {
        position: static;
    }

    .ymcp-footer-main {
        gap: 48px;
    }
}

@media (max-width: 640px) {
    .ymcp-container {
        width: min(calc(100% - 28px), var(--ymcp-container));
    }

    .ymcp-section {
        padding: 72px 0;
    }

    .ymcp-nav-wrap {
        min-height: 72px;
        gap: 8px;
    }

    .ymcp-brand-copy small {
        display: none;
    }

    .ymcp-brand-mark {
        width: 40px;
        height: 40px;
    }

    .ymcp-brand-copy strong {
        font-size: 15px;
    }

    .ymcp-nav-actions {
        gap: 6px;
    }

    .ymcp-language-switcher {
        padding: 3px;
    }

    .ymcp-language-switcher a {
        min-width: 29px;
        padding: 5px 6px;
        font-size: 9px;
    }

    .ymcp-lang-full {
        display: none !important;
    }

    .ymcp-lang-short {
        display: inline;
    }

    .ymcp-menu-toggle,
    .ymcp-dashboard-button {
        width: 39px;
        height: 39px;
        min-height: 39px;
    }

    .ymcp-hero {
        min-height: auto;
        padding-top: 130px;
    }

    .ymcp-hero h1 {
        font-size: clamp(38px, 12vw, 54px);
        letter-spacing: -1px;
    }

    .ymcp-hero-lead {
        font-size: 15px;
    }

    .ymcp-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .ymcp-button {
        width: 100%;
    }

    .ymcp-compatible {
        flex-direction: column;
        gap: 10px;
    }

    .ymcp-hero-visual {
        min-height: 465px;
    }

    .ymcp-network-card {
        min-height: 420px;
    }

    .ymcp-network-stage {
        height: 260px;
        transform: scale(0.88);
        transform-origin: center top;
    }

    .ymcp-terminal {
        min-height: 112px;
        margin-top: -22px;
        font-size: 8px;
    }

    .ymcp-floating-card-one {
        top: 20px;
        inset-inline-start: -6px;
    }

    .ymcp-floating-card-two {
        bottom: 18px;
        inset-inline-end: -4px;
    }

    .ymcp-proof-strip {
        margin-top: 48px;
        padding: 22px 10px;
    }

    .ymcp-proof-strip > div {
        padding: 0 14px;
    }

    .ymcp-proof-strip strong {
        font-size: 17px;
    }

    .ymcp-split-heading h2,
    .ymcp-centered-heading h2,
    .ymcp-form-intro h2,
    .ymcp-final-cta h2 {
        font-size: clamp(31px, 9vw, 43px);
        letter-spacing: -0.8px;
    }

    .ymcp-comparison-card {
        min-height: auto;
        padding: 27px;
    }

    .ymcp-feature-grid,
    .ymcp-usecases-grid,
    .ymcp-form-grid,
    .ymcp-footer-links {
        grid-template-columns: 1fr;
    }

    .ymcp-feature-wide {
        grid-column: auto;
        padding-inline-end: 30px;
        padding-bottom: 210px;
    }

    .ymcp-feature-wide::after {
        width: 130px;
        height: 130px;
        top: auto;
        bottom: 38px;
        inset-inline-end: calc(50% - 65px);
        transform: none;
    }

    .ymcp-architecture,
    .ymcp-pricing-card,
    .ymcp-license-form {
        padding: 26px;
        border-radius: 22px;
    }

    .ymcp-architecture-diagram {
        min-height: 340px;
        padding: 14px 8px;
    }

    .ymcp-arch-layer {
        width: 94%;
        padding: 13px;
        gap: 10px;
    }

    .ymcp-arch-layer > div {
        flex-wrap: wrap;
        justify-content: flex-end;
    }

    .ymcp-arch-core {
        width: 78%;
    }

    [dir="rtl"] .ymcp-price {
        justify-content: flex-start;
    }

    .ymcp-price strong {
        font-size: 42px;
    }

    .ymcp-final-cta {
        padding: 38px 28px;
        flex-direction: column;
        align-items: stretch;
        text-align: center;
    }

    .ymcp-footer-main {
        padding-top: 50px;
    }

    .ymcp-footer-links {
        gap: 28px;
    }

    .ymcp-footer-bottom {
        padding: 20px 0;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .ymcp-site *,
    .ymcp-site *::before,
    .ymcp-site *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
