.wm-page { background: #03102b; color: #f4f8ff; }
.wm-main { overflow: hidden; }
.wm-hero { position: relative; min-height: 790px; padding: 8rem 0 5rem; background: radial-gradient(circle at 77% 24%, rgba(0,217,163,.16), transparent 32%), linear-gradient(180deg, #071b43, #03102b); background-size: 125% 125%; animation: ambient-drift 14s ease-in-out infinite; }
.wm-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(64,230,255,.5), transparent); }
.wm-hero__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.wm-kicker { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1.2rem; color: #40e6ff; font: 700 .72rem/1.2 "JetBrains Mono", monospace; letter-spacing: .13em; text-transform: uppercase; }
.wm-kicker::before { content: ""; width: 24px; height: 1px; background: currentColor; }
.wm-hero__copy { animation: hero-enter .8s cubic-bezier(.2,.7,.2,1) both; }
.wm-hero h1 { max-width: 760px; margin: 0; font-size: clamp(2.75rem, 5.8vw, 5.6rem); line-height: .96; letter-spacing: -.065em; }
.wm-hero h1 span { display: block; color: #40e6ff; }
.wm-hero__lead { max-width: 650px; margin: 1.5rem 0 2rem; color: #c1d2e9; font-size: clamp(1.04rem, 2vw, 1.24rem); line-height: 1.65; }
.wm-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.wm-points { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 2rem; }
.wm-points span { padding: .55rem .75rem; border: 1px solid rgba(64,230,255,.2); border-radius: 999px; color: #b9cbe2; background: rgba(7,31,70,.65); font-size: .78rem; }
.wm-composition { position: relative; min-height: 590px; animation: hero-enter .9s .12s cubic-bezier(.2,.7,.2,1) both, soft-float 7s 1.05s ease-in-out infinite; }
.wm-composition::before { content: ""; position: absolute; inset: 18% 13%; border-radius: 50%; background: rgba(0,217,163,.14); filter: blur(60px); }
.wm-desktop { position: absolute; z-index: 2; top: 70px; left: 0; width: 88%; overflow: hidden; border: 1px solid rgba(99,186,255,.28); border-radius: 18px; background: #f6f8fb; box-shadow: 0 35px 80px rgba(0,0,0,.48); transform: rotate(-2deg); }
.wm-desktop::before { content: "●  ●  ●"; display: block; height: 32px; padding: 7px 13px; color: #8198b7; background: #e7eef6; box-sizing: border-box; font-size: 9px; letter-spacing: 4px; }
.wm-desktop img { display: block; width: 100%; aspect-ratio: 1.85; object-fit: cover; object-position: top; }
.wm-phone { position: absolute; z-index: 3; right: 0; bottom: 5px; width: 210px; padding: 9px; border: 1px solid #395477; border-radius: 30px; background: #07101f; box-shadow: 0 30px 65px rgba(0,0,0,.5); transform: rotate(4deg); }
.wm-phone__screen { min-height: 365px; padding: 3.2rem .8rem 1rem; border-radius: 22px; background: linear-gradient(180deg, #075e54 0 14%, #e8e1d8 14%); }
.wm-phone__screen::before { content: "WhatsApp"; position: absolute; top: 31px; left: 24px; color: #fff; font-size: .78rem; font-weight: 700; }
.wm-bubble { margin: 0 0 .7rem auto; padding: .65rem .7rem; border-radius: 10px 3px 10px 10px; color: #25332e; background: #d9fdd3; box-shadow: 0 2px 5px rgba(0,0,0,.12); font-size: .68rem; line-height: 1.45; }
.wm-bubble small { display: block; margin-top: .3rem; color: #718078; text-align: right; }
.wm-status { position: absolute; z-index: 4; right: 105px; top: 28px; padding: .8rem .95rem; border: 1px solid rgba(0,217,163,.48); border-radius: 12px; background: rgba(4,20,49,.95); box-shadow: 0 15px 34px rgba(0,0,0,.36); }
.wm-status strong { display: flex; gap: .5rem; align-items: center; color: #40e6ff; font: 700 .67rem/1 "JetBrains Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.wm-status strong::before { content: ""; width: 7px; aspect-ratio: 1; border-radius: 50%; background: #00d9a3; box-shadow: 0 0 12px #00d9a3; }
.wm-section { padding: clamp(4rem, 8vw, 7rem) 0; }
.wm-section--soft { background: #071838; }
.wm-heading { max-width: 870px; margin-bottom: 2.6rem; }
.wm-heading h2 { margin: .6rem 0 1rem; font-size: clamp(2.1rem, 4.5vw, 4rem); line-height: 1.03; letter-spacing: -.05em; }
.wm-heading p { margin: 0; color: #afc1db; font-size: 1.06rem; line-height: 1.7; }
.wm-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.wm-feature { padding: clamp(1.5rem, 3vw, 2.1rem); border: 1px solid rgba(107,178,255,.18); border-radius: 18px; background: linear-gradient(145deg, rgba(15,49,99,.82), rgba(5,24,57,.94)); transition: opacity .7s ease, transform .7s ease, border-color .25s ease, box-shadow .25s ease; }
.wm-feature:hover { transform: translateY(-6px); border-color: rgba(64,230,255,.42); box-shadow: 0 22px 48px rgba(0,0,0,.22); }
.wm-feature small { color: #40e6ff; font: 700 .68rem/1 "JetBrains Mono", monospace; letter-spacing: .1em; }
.wm-feature h3 { margin: 1rem 0 .65rem; font-size: 1.27rem; }
.wm-feature p { margin: 0; color: #b8c8df; line-height: 1.65; }
.wm-workspace { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; }
.wm-workspace__image { overflow: hidden; border: 1px solid rgba(99,186,255,.25); border-radius: 20px; background: #fff; box-shadow: 0 28px 65px rgba(0,0,0,.32); }
.wm-workspace__image img { display: block; width: 100%; }
.wm-workspace h2 { margin: .5rem 0 1rem; font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.04; letter-spacing: -.05em; }
.wm-workspace p { color: #afc1db; font-size: 1.05rem; line-height: 1.7; }
.wm-vars { display: flex; flex-wrap: wrap; gap: .55rem; margin-top: 1.3rem; }
.wm-vars span { padding: .5rem .65rem; border: 1px solid rgba(64,230,255,.22); border-radius: 8px; color: #40e6ff; background: #061532; font: 600 .69rem/1 "JetBrains Mono", monospace; }
.wm-uses { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.wm-use { padding: 1.6rem; border: 1px solid rgba(112,174,255,.18); border-radius: 16px; background: #061532; }
.wm-use strong { display: block; color: #40e6ff; font-size: 1.1rem; }
.wm-use p { margin: .7rem 0 0; color: #afc0da; line-height: 1.6; }
.wm-note { max-width: 850px; margin: 1.5rem auto 0; color: #8fa5c4; font-size: .83rem; line-height: 1.6; text-align: center; }
.wm-cta { padding: clamp(5rem, 9vw, 8rem) 0; text-align: center; background: radial-gradient(circle at 50% 100%, rgba(0,217,163,.16), transparent 55%), #071b43; }
.wm-cta .wm-kicker { justify-content: center; }
.wm-cta h2 { max-width: 840px; margin: 0 auto 1rem; font-size: clamp(2.2rem, 5vw, 4.5rem); line-height: 1; letter-spacing: -.05em; }
.wm-cta p { max-width: 720px; margin: 0 auto 2rem; color: #b7c7df; font-size: 1.1rem; line-height: 1.7; }
.wm-actions--center { justify-content: center; }
.wm-page .footer { background: #020916; }
@media (max-width: 900px) { .wm-hero__grid, .wm-workspace { grid-template-columns: 1fr; } .wm-hero { min-height: auto; } .wm-uses { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .wm-hero { padding-top: 6.5rem; } .wm-composition { min-height: 460px; } .wm-desktop { width: 96%; top: 42px; } .wm-phone { width: 160px; } .wm-phone__screen { min-height: 275px; padding-top: 2.4rem; } .wm-phone__screen::before { top: 27px; } .wm-status { right: 62px; top: 6px; } .wm-features { grid-template-columns: 1fr; } .wm-actions .btn { width: 100%; justify-content: center; } }
