﻿/* WasteMaid 15-day free trial landing page */
:root{
    --wm-ink:#101a33;
    --wm-text:#334155;
    --wm-muted:#64748b;
    --wm-line:#dbe6f1;
    --wm-surface:#ffffff;
    --wm-soft:#f6f9fd;
    --wm-primary:#0866f2;
    --wm-primary-dark:#003ea9;
    --wm-navy:#041634;
    --wm-red:#d8334f;
    --wm-teal:#07949a;
    --wm-green:#168447;
    --wm-shadow:0 18px 48px rgba(17, 35, 70, .10);
    --wm-radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
.wm-page{overflow:hidden;background:#fff;color:var(--wm-text);font-family:inherit;letter-spacing:-.035em}
.wm-container{width:min(1180px, calc(100% - 40px));margin:0 auto}
.wm-mo-br{display:none}

/* Header */
.wm-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88);backdrop-filter:blur(16px);border-bottom:1px solid rgba(219,230,241,.75)}
.wm-header__inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.wm-logo{display:inline-flex;align-items:center;gap:10px;color:var(--wm-ink);font-weight:900}
.wm-logo__mark{width:36px;height:36px;border-radius:13px;background:linear-gradient(135deg,#0b7cff,#004ac2);color:#fff;display:grid;place-items:center;box-shadow:0 10px 22px rgba(8,102,242,.25)}
.wm-logo__text{font-size:20px}
.wm-topnav{display:flex;align-items:center;gap:26px;color:#475569;font-size:15px;font-weight:800}
.wm-topnav a:hover{color:var(--wm-primary)}
.wm-header-cta{display:inline-flex;align-items:center;justify-content:center;height:42px;padding:0 18px;border-radius:999px;background:var(--wm-ink);color:#fff;font-weight:900;font-size:14px;box-shadow:0 10px 24px rgba(16,26,51,.18)}

/* Common */
.wm-section{padding:94px 0}
.wm-section--soft{background:linear-gradient(180deg,#f8fbff 0%,#eef5fb 100%)}
.wm-section-head{max-width:840px;margin:0 auto 42px;text-align:center}
.wm-kicker{display:inline-block;margin-bottom:12px;color:var(--wm-primary);font-size:13px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.wm-kicker--light{color:#9cc2ff}
.wm-section-head h2{margin:0;color:var(--wm-ink);font-size:clamp(30px,4vw,50px);line-height:1.18;font-weight:900;letter-spacing:-.065em}
.wm-section-head p{margin:14px auto 0;color:var(--wm-muted);font-size:18px;line-height:1.7;font-weight:600;max-width:780px}
.wm-btn{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 26px;border-radius:18px;font-size:17px;font-weight:900;transition:transform .22s ease, box-shadow .22s ease, background .22s ease;border:1px solid transparent;text-align:center}
.wm-btn--primary{background:linear-gradient(135deg,var(--wm-primary),var(--wm-primary-dark));color:#fff!important;box-shadow:0 16px 32px rgba(8,102,242,.28)}
.wm-btn--primary:hover{transform:translateY(-2px);box-shadow:0 20px 40px rgba(8,102,242,.34)}
.wm-btn--ghost{background:rgba(255,255,255,.14);border-color:rgba(255,255,255,.32);color:#fff!important}
.wm-btn--ghost:hover{background:rgba(255,255,255,.2)}
.wm-btn--full{width:100%}

/* Hero */
.wm-hero{position:relative;overflow:hidden;padding:78px 0 86px;background:linear-gradient(135deg,#061837 0%,#092b66 48%,#031127 100%);color:#fff}
.wm-hero:before{content:"";position:absolute;inset:-120px auto auto -150px;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(56,139,255,.34),transparent 68%);filter:blur(3px)}
.wm-hero:after{content:"";position:absolute;right:-120px;bottom:-180px;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle,rgba(53,255,208,.16),transparent 66%)}
.wm-hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,520px);gap:46px;align-items:center}
.wm-pill{display:inline-flex;align-items:center;padding:10px 16px;border-radius:999px;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);color:#fff36a;font-size:18px;font-weight:900}
.wm-hero__copy h1{margin:20px 0 22px;font-size:clamp(40px,5vw,62px);line-height:1.12;font-weight:900;letter-spacing:-.075em}
.wm-hero__copy h1 strong{color:#fff;font-weight:900}
.wm-hero__copy p{margin:0 0 30px;max-width:660px;color:rgba(255,255,255,.86);font-size:19px;line-height:1.72;font-weight:600}
.wm-hero__actions{display:flex;flex-wrap:wrap;gap:12px}
.wm-hero__points{display:flex;flex-wrap:wrap;gap:12px;margin:26px 0 0;padding:0;list-style:none}
.wm-hero__points li{display:inline-flex;align-items:center;gap:8px;padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.12);font-weight:800;color:rgba(255,255,255,.9)}
.wm-hero__points li span{width:9px;height:9px;border-radius:50%;background:#55f0c4;box-shadow:0 0 0 5px rgba(85,240,196,.12)}
.wm-hero__visual{position:relative}
.wm-hero__photo{overflow:hidden;border-radius:34px;box-shadow:0 28px 80px rgba(0,0,0,.32);border:1px solid rgba(255,255,255,.18);background:#fff}
.wm-hero__photo img{width:100%;height:560px;object-fit:cover}
.wm-product-card{position:absolute;left:-22px;top:26px;display:grid;grid-template-columns:92px 1fr;gap:14px;align-items:center;width:min(330px,78%);padding:14px 16px;border-radius:24px;background:rgba(255,255,255,.94);box-shadow:0 18px 44px rgba(3,17,39,.22);color:var(--wm-ink)}
.wm-product-card img{width:92px;height:92px;object-fit:contain}
.wm-product-card strong{display:block;font-size:23px;font-weight:900;color:#084fbf}
.wm-product-card span{display:block;margin-top:4px;color:var(--wm-muted);font-weight:800}

/* Live */
.wm-live{position:relative;z-index:5;margin-top:-34px}
.wm-live__wrap{display:grid;grid-template-columns:.62fr 170px 2.35fr;gap:20px;align-items:center;padding:24px;border-radius:28px;background:rgba(255,255,255,.95);box-shadow:0 18px 48px rgba(17,35,70,.12);border:1px solid rgba(219,230,241,.82)}
.wm-live__title span{display:inline-block;margin-bottom:6px;color:var(--wm-primary);font-size:12px;font-weight:900;letter-spacing:.16em}
.wm-live__title h2{margin:0;color:var(--wm-ink);font-size:20px;line-height:1.25;font-weight:900}
.wm-live__count{min-width:160px;text-align:center;padding:17px 20px;border-radius:22px;background:#f0f7ff;border:1px solid #d8e9ff}
.wm-live__count strong{display:block;color:#0059d9;font-size:25px;font-weight:900}
.wm-live__count span{display:block;margin-top:4px;color:#52708e;font-size:13px;font-weight:800}
.wm-live__list{position:relative;overflow:hidden;height:154px}
.wm-live__ticker{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;animation:wmLiveScroll 24s linear infinite}.wm-live__list:hover .wm-live__ticker{animation-play-state:paused}.wm-live__list p{margin:0;padding:12px 14px 12px 54px;border-radius:14px;background:#f8fbff;color:#526174;font-size:14px;font-weight:700;min-height:68px}
.wm-live__list b{display:inline-block;margin-right:6px;color:var(--wm-primary);font-weight:900;white-space:nowrap}.wm-live__list span{display:inline;word-break:keep-all}@keyframes wmLiveScroll{0%{transform:translateY(0)}100%{transform:translateY(calc(-50% - 5px))}}

/* Cards */
.wm-card-grid{display:grid;gap:22px}
.wm-card-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}
.wm-card-grid--6{grid-template-columns:repeat(3,minmax(0,1fr))}
.wm-card{background:#fff;border:1px solid var(--wm-line);border-radius:var(--wm-radius);padding:30px 26px;box-shadow:var(--wm-shadow)}
.wm-feature-card{min-height:100%;padding:22px 22px 28px;text-align:center;background:linear-gradient(180deg,#fff,#f9fbff)}
.wm-feature-thumb{margin:0 0 22px;overflow:hidden;border-radius:26px;aspect-ratio:4/3;background:#edf4fb;box-shadow:inset 0 0 0 1px rgba(216,233,255,.88)}
.wm-feature-thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
.wm-icon-circle{width:74px;height:74px;border-radius:50%;display:grid;place-items:center;margin:0 auto;background:#eef6ff;border:1px solid #d8e9ff;color:var(--wm-primary)}
.wm-icon-circle svg{width:32px;height:32px;stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.wm-icon-circle--small{width:62px;height:62px}
.wm-card h3{margin:18px 0 10px;color:var(--wm-ink);font-size:25px;line-height:1.25;font-weight:900;letter-spacing:-.055em}
.wm-card p{margin:0;color:var(--wm-muted);font-size:16px;line-height:1.65;font-weight:600}
.wm-feature-card h3{margin:0 0 10px;font-size:23px;line-height:1.28}
.wm-feature-card p{max-width:92%;margin:0 auto}

/* Before After */
.wm-ba-section{position:relative;overflow:hidden;padding:92px 0 96px;background:radial-gradient(circle at 22% 45%,rgba(255,91,116,.10),transparent 34%),radial-gradient(circle at 78% 45%,rgba(23,132,255,.12),transparent 36%),linear-gradient(180deg,#fff 0%,#f8fbff 100%)}
.wm-ba-head{text-align:center;margin-bottom:46px}
.wm-ba-eyebrow{display:inline-flex;align-items:center;gap:10px;margin:0 0 14px;color:#7b8ba0;font-size:13px;font-weight:900;letter-spacing:.32em}
.wm-ba-eyebrow:before,.wm-ba-eyebrow:after{content:"";display:block;width:48px;height:1px;background:#d9e2ee}
.wm-ba-eyebrow span:first-child{color:#e44d65}.wm-ba-eyebrow span:last-child{color:#1d72d8}.wm-ba-eyebrow em{font-style:normal;color:#314057}
.wm-ba-head h2{margin:0;color:var(--wm-ink);font-size:clamp(30px,4.2vw,54px);line-height:1.18;font-weight:900;letter-spacing:-.07em}
.wm-ba-head p{margin:18px auto 0;max-width:720px;color:#5f6b7c;font-size:18px;line-height:1.65;font-weight:700}
.wm-ba-layout{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 320px minmax(0,1fr);align-items:center;gap:26px}
.wm-ba-card{position:relative;min-height:430px;padding:34px 34px;border-radius:34px;background:rgba(255,255,255,.9);box-shadow:0 22px 56px rgba(31,45,78,.10);backdrop-filter:blur(12px)}
.wm-ba-card.before{border:1px solid rgba(238,91,112,.24);background:linear-gradient(180deg,rgba(255,248,250,.96),rgba(255,255,255,.92))}
.wm-ba-card.after{border:1px solid rgba(43,160,206,.24);background:linear-gradient(180deg,rgba(244,252,255,.96),rgba(255,255,255,.92))}
.wm-ba-label{display:table;margin:0 auto 15px;padding:8px 22px;border-radius:999px;color:#fff;font-size:18px;font-weight:900;line-height:1}
.wm-ba-card.before .wm-ba-label{background:linear-gradient(135deg,#ff758b,#dc344f);box-shadow:0 10px 22px rgba(226,61,83,.22)}
.wm-ba-card.after .wm-ba-label{background:linear-gradient(135deg,#20c5b4,#087d9a);box-shadow:0 10px 22px rgba(13,146,160,.22)}
.wm-ba-card h3{margin:0 0 30px;text-align:center;font-size:33px;line-height:1.18;font-weight:900;letter-spacing:-.065em}.wm-ba-card.before h3{color:var(--wm-red)}.wm-ba-card.after h3{color:#057c9b}
.wm-ba-list{margin:0;padding:0;list-style:none}.wm-ba-list li{display:grid;grid-template-columns:70px minmax(0,1fr);align-items:center;gap:16px;min-height:92px;padding:10px 0;border-top:1px solid rgba(31,45,78,.08)}.wm-ba-list li:first-child{border-top:0}
.wm-ba-list .ico{position:relative;display:flex;width:66px;height:66px;align-items:center;justify-content:center;border-radius:50%;font-size:14px;font-weight:900;letter-spacing:-.05em}.wm-ba-list .ico i{position:absolute;right:-5px;top:-5px;display:flex;width:27px;height:27px;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-style:normal;font-size:17px}.wm-ba-list .ico b{font-weight:900}
.wm-ba-card.before .ico{color:var(--wm-red);background:#fff6f8;border:1px solid rgba(216,51,79,.22);box-shadow:0 12px 24px rgba(216,51,79,.10)}.wm-ba-card.before .ico i{background:#e54860}
.wm-ba-card.after .ico{color:#057c9b;background:#f2fdff;border:1px solid rgba(5,124,155,.22);box-shadow:0 12px 24px rgba(5,124,155,.10)}.wm-ba-card.after .ico i{background:#12a99f}
.wm-ba-list p{margin:0;color:#1d2636;font-size:18px;line-height:1.55;font-weight:900;letter-spacing:-.055em}
.wm-ba-center{position:relative;z-index:2;display:flex;min-height:430px;align-items:center;justify-content:center}.wm-ba-arrow{position:absolute;left:50%;top:50%;width:430px;height:180px;transform:translate(-50%,-50%);background:linear-gradient(90deg,rgba(255,116,137,.18),rgba(59,145,255,.23));clip-path:polygon(0 32%,72% 32%,72% 8%,100% 50%,72% 92%,72% 68%,0 68%);opacity:.9}
.wm-ba-person{position:relative;z-index:2;width:270px;height:270px;padding:12px;border-radius:50%;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(135deg,rgba(255,116,137,.5),rgba(59,145,255,.55)) border-box;border:8px solid transparent;box-shadow:0 28px 60px rgba(35,73,130,.18),inset 0 0 0 1px rgba(255,255,255,.9)}.wm-ba-person img{width:100%;height:100%;border-radius:50%;object-fit:cover;background:#f4f8ff}
.wm-ba-ribbon{position:absolute;z-index:3;left:50%;bottom:68px;transform:translateX(-50%);min-width:286px;padding:16px 24px;border-radius:16px;background:linear-gradient(135deg,#075ee8,#003baf);color:#fff;text-align:center;font-size:27px;line-height:1;font-weight:900;letter-spacing:-.055em;box-shadow:0 18px 30px rgba(0,73,196,.28)}.wm-ba-ribbon strong{color:#fff36a}
.wm-ba-badges{display:flex;justify-content:center;flex-wrap:wrap;gap:16px;margin:34px 0 0}
.wm-ba-badges span{display:inline-flex;min-width:210px;height:58px;align-items:center;justify-content:center;padding:0 24px;border-radius:999px;font-size:17px;font-weight:900;box-shadow:0 14px 34px rgba(31,45,78,.10)}
.wm-ba-badges span:before{display:inline-flex;width:0px;height:0px;margin-right:10px;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.9)}
.wm-ba-badges .stress{color:#bd3146;background:#fff1f3;border:1px solid rgba(216,51,79,.13)}
.wm-ba-badges .stress:before{content:""}
.wm-ba-badges .clean{color:#168447;background:#f0fbf3;border:1px solid rgba(22,132,71,.13)}
.wm-ba-badges .clean:before{content:""}
.wm-ba-badges .easy{color:#1768c6;background:#f0f7ff;border:1px solid rgba(23,104,198,.13)}
.wm-ba-badges .easy:before{content:""}
.wm-ba-cta{margin-top:32px;text-align:center}.wm-ba-btn{display:inline-flex;width:100%;height:100px;align-items:center;justify-content:center;gap:14px;border-radius:18px;background:linear-gradient(135deg,#0866f2,#003ea9);color:#fff!important;font-size:36px;font-weight:900;letter-spacing:-.055em;box-shadow:0 18px 34px rgba(0,76,196,.30)}.wm-ba-btn span{display:inline-flex;width:44px;height:44px;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,255,255,.16);font-size:21px}.wm-ba-btn i{font-style:normal;font-size:40px;line-height:1}.wm-ba-cta p{margin:14px 0 0;color:#6a7584;font-size:15px;font-weight:700}

/* Image benefits */
.wm-image-benefits{padding:86px 0;background:#fff}.wm-image-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.wm-image-grid article{overflow:hidden;border-radius:30px;background:#fff;box-shadow:var(--wm-shadow);border:1px solid var(--wm-line)}.wm-image-grid img{width:100%;height:260px;object-fit:cover}.wm-image-grid div{padding:24px}.wm-image-grid span{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:50%;background:#eef6ff;color:var(--wm-primary);font-weight:900}.wm-image-grid h3{margin:16px 0 8px;color:var(--wm-ink);font-size:24px;font-weight:900}.wm-image-grid p{margin:0;color:var(--wm-muted);font-size:16px;line-height:1.6;font-weight:600}

/* Reviews */
.wm-review-wrap{position:relative;padding:0 32px;overflow:hidden}
.wm-review-track{display:flex;gap:22px;overflow:visible;scrollbar-width:none;padding:4px 2px 24px;cursor:grab;touch-action:pan-y;will-change:transform;transform:translate3d(0,0,0)}
.wm-review-track:active{cursor:grabbing}
.wm-review-track::-webkit-scrollbar{display:none}
.wm-review-card{flex:0 0 calc((100% - 44px)/3);overflow:hidden;border-radius:30px;background:#fff;border:1px solid var(--wm-line);box-shadow:var(--wm-shadow)}
.wm-review-card img{width:100%;height:250px;object-fit:cover}
.wm-review-card__body{padding:24px}
.wm-review-card__top{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px}
.wm-review-card__top strong{color:var(--wm-ink);font-weight:900}
.wm-review-card__top span{color:var(--wm-muted);font-size:13px;font-weight:700;text-align:right}
.wm-review-card h3{margin:0;color:var(--wm-ink);font-size:22px;line-height:1.42;font-weight:900}
.wm-review-card p{margin:12px 0 0;color:var(--wm-muted);font-size:15px;line-height:1.65;font-weight:600}
.wm-review-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
.wm-review-tags span{padding:7px 10px;border-radius:999px;background:#ecf6f2;color:#16866f;font-size:12px;font-weight:900}
.wm-review-nav{position:absolute;top:50%;z-index:4;width:52px;height:52px;border:0;border-radius:50%;background:#fff;color:var(--wm-primary);font-size:38px;line-height:1;display:grid;place-items:center;box-shadow:0 14px 34px rgba(17,35,70,.18);cursor:pointer;transition:box-shadow .18s ease,background .18s ease;transform:translateY(-50%)}
.wm-review-nav:hover{background:#f8fbff;box-shadow:0 18px 40px rgba(17,35,70,.22)}
.wm-review-nav.prev{left:0}
.wm-review-nav.next{right:0}

/* Process */
.wm-process-visual{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);align-items:center;gap:32px;margin-bottom:28px;padding:24px;border-radius:32px;background:#fff;border:1px solid var(--wm-line);box-shadow:var(--wm-shadow)}.wm-process-visual img{width:100%;height:330px;object-fit:cover;border-radius:24px}.wm-process-visual h2{margin:0;color:var(--wm-ink);font-size:42px;line-height:1.18;font-weight:900;letter-spacing:-.065em}.wm-process-visual p{margin:14px 0 0;color:var(--wm-muted);font-size:17px;line-height:1.7;font-weight:600}.wm-step-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.wm-step-card{position:relative;padding:28px 20px;border-radius:26px;background:#fff;border:1px solid var(--wm-line);box-shadow:var(--wm-shadow);text-align:center}.wm-step-card>span{display:inline-block;margin-bottom:16px;color:var(--wm-primary);font-size:12px;font-weight:900;letter-spacing:.12em}.wm-step-card h3{margin:16px 0 8px;color:var(--wm-ink);font-size:21px;font-weight:900}.wm-step-card p{margin:0;color:var(--wm-muted);font-size:14px;line-height:1.6;font-weight:600}

/* Special */
.wm-benefit-card{transition:transform .2s ease,box-shadow .2s ease;text-align:center}.wm-benefit-card:hover{transform:translateY(-4px);box-shadow:0 22px 44px rgba(17,35,70,.13)}.wm-benefit-card--1{background:linear-gradient(180deg,#fff6f8,#fffafb);border-color:#ffd7df}.wm-benefit-card--2{background:linear-gradient(180deg,#f5f8ff,#fbfcff);border-color:#d9e7ff}.wm-benefit-card--3{background:linear-gradient(180deg,#f0fbf3,#fbfffd);border-color:#d4eadf}.wm-benefit-card--4{background:linear-gradient(180deg,#fff8f2,#fffdf9);border-color:#f6dfc7}.wm-benefit-card--5{background:linear-gradient(180deg,#f6fbff,#fbfeff);border-color:#d5ebf5}.wm-benefit-card--6{background:linear-gradient(180deg,#faf7ff,#fdfcff);border-color:#e1d8f6}.wm-footnote{text-align:center;margin:20px 0 0;color:var(--wm-muted);font-size:14px;font-weight:600}

/* Membership */
.wm-membership-section{padding:82px 0;background:#fff}.wm-membership{display:grid;grid-template-columns:110px 1fr;gap:24px;padding:38px;border-radius:34px;background:linear-gradient(135deg,#041634 0%,#082153 100%);color:#fff;box-shadow:0 22px 56px rgba(3,17,39,.24)}.wm-membership__badge{width:96px;height:96px;border-radius:28px;display:grid;place-items:center;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12)}.wm-membership__badge svg{width:48px;height:48px;stroke:#9cc2ff;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.wm-membership h2{margin:0 0 12px;font-size:42px;line-height:1.15;font-weight:900;letter-spacing:-.065em}.wm-membership p{margin:0 0 18px;color:rgba(255,255,255,.82);font-size:17px;line-height:1.7}.wm-mini-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.wm-mini-point{display:flex;gap:12px;padding-top:14px;border-top:1px solid rgba(255,255,255,.13);font-size:15px;line-height:1.55;font-weight:700}.wm-check{position:relative;width:22px;height:22px;flex:0 0 22px;margin-top:2px;border-radius:50%;background:linear-gradient(180deg,#2c82ff,#1457dc)}.wm-check:before{content:"";position:absolute;left:6px;top:6px;width:9px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}

/* FAQ / Form */
.wm-faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.wm-faq{overflow:hidden;border-radius:22px;background:#fff;border:1px solid var(--wm-line);box-shadow:var(--wm-shadow)}.wm-faq__button{width:100%;border:0;background:none;cursor:pointer;padding:22px;display:grid;grid-template-columns:42px 1fr 24px;gap:14px;align-items:center;text-align:left}.wm-faq__q{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#edf3ff;color:var(--wm-primary);font-weight:900}.wm-faq__title{color:var(--wm-ink);font-size:20px;line-height:1.35;font-weight:900}.wm-faq__toggle{color:var(--wm-primary);font-size:28px;line-height:1}.wm-faq__answer{max-height:0;overflow:hidden;transition:max-height .24s ease;padding:0 22px}.wm-faq__answer p{margin:0 0 22px;color:var(--wm-muted);font-size:16px;line-height:1.7;font-weight:600}.wm-faq.is-open .wm-faq__answer{max-height:220px}.wm-faq.is-open .wm-faq__toggle{transform:rotate(45deg)}
.wm-apply{padding:34px 0 112px;background:#fff}.wm-apply__wrap{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,500px);gap:30px;align-items:start;padding:38px;border-radius:34px;background:linear-gradient(135deg,#041634 0%,#0a2358 100%);color:#fff;box-shadow:0 22px 56px rgba(3,17,39,.24)}.wm-apply__copy h2{margin:0 0 14px;font-size:42px;line-height:1.18;font-weight:900;letter-spacing:-.065em}.wm-apply__copy p{margin:0;color:rgba(255,255,255,.82);font-size:17px;line-height:1.7}.wm-form{padding:24px;border-radius:26px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13)}.wm-form__row{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px}.wm-form__full{grid-column:1/-1}.wm-form label{display:block;font-size:14px;font-weight:800}.wm-form input,.wm-form textarea{width:100%;margin-top:8px;border-radius:14px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.1);min-height:52px;padding:0 14px;color:#fff}.wm-form textarea{padding:14px;min-height:118px;resize:vertical}.wm-form input::placeholder,.wm-form textarea::placeholder{color:rgba(255,255,255,.48)}.wm-checkline{display:flex!important;align-items:center;gap:10px;font-weight:600!important;margin-bottom:16px;line-height:1.4}.wm-checkline input{width:18px!important;min-height:18px!important;margin:0!important;flex:0 0 18px}
.wm-floating-cta{display:none;position:fixed;left:12px;right:12px;bottom:12px;z-index:60}.wm-floating-cta a{display:flex;align-items:center;justify-content:center;height:58px;border-radius:18px;background:linear-gradient(135deg,#0866f2,#003ea9);color:#fff;font-size:18px;font-weight:900;box-shadow:0 14px 34px rgba(8,102,242,.35)}

@media (max-width: 1080px){
    .wm-hero__grid,.wm-apply__wrap,.wm-membership,.wm-process-visual{grid-template-columns:1fr}
    .wm-hero__photo img{height:440px}.wm-live__wrap{grid-template-columns:1fr}.wm-live__count{text-align:left}.wm-ba-layout{grid-template-columns:1fr;max-width:720px;margin:0 auto}.wm-ba-center{order:-1;min-height:270px;padding-bottom:28px}.wm-ba-arrow{width:360px;height:136px;transform:translate(-50%,-50%) rotate(90deg);opacity:.55}.wm-ba-person{width:230px;height:230px}.wm-ba-ribbon{bottom:18px;min-width:250px;font-size:24px}.wm-ba-card{min-height:auto}.wm-review-wrap{padding:0 28px}.wm-review-card{flex-basis:calc((100% - 22px)/2)}.wm-step-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wm-mini-points{grid-template-columns:1fr}.wm-image-grid{grid-template-columns:1fr}.wm-image-grid img{height:320px}.wm-card-grid--3{grid-template-columns:1fr}.wm-feature-card{padding:20px 20px 24px}.wm-feature-thumb{margin-bottom:18px;border-radius:22px}.wm-card-grid--6{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 760px){
    .wm-container{width:min(100% - 28px,1180px)}.wm-header__inner{min-height:62px}.wm-topnav,.wm-header-cta{display:none}.wm-logo__text{font-size:18px}.wm-logo__mark{width:34px;height:34px}.wm-section{padding:66px 0}.wm-section-head{margin-bottom:28px}.wm-section-head h2{font-size:31px;line-height:1.25}.wm-section-head p{font-size:15px;line-height:1.65}.wm-hero{padding:54px 0 64px}.wm-hero__grid{gap:30px}.wm-pill{font-size:14px}.wm-hero__copy h1{font-size:37px;line-height:1.18;margin:16px 0}.wm-hero__copy p{font-size:16px;line-height:1.65}.wm-hero__actions{display:grid;grid-template-columns:1fr}.wm-btn{width:100%;min-height:56px;font-size:16px}.wm-hero__points{gap:8px}.wm-hero__points li{font-size:13px;padding:8px 10px}.wm-hero__photo{border-radius:26px}.wm-hero__photo img{height:330px}.wm-product-card{position:relative;left:auto;bottom:auto;margin:-48px auto 0;width:calc(100% - 28px);grid-template-columns:76px 1fr;border-radius:20px}.wm-product-card img{width:76px;height:76px}.wm-product-card strong{font-size:20px}.wm-live{margin-top:-24px}.wm-live__wrap{padding:18px;border-radius:22px}.wm-live__title h2{font-size:21px}.wm-live__count{padding:15px}.wm-live__list{grid-template-columns:1fr}.wm-card-grid--6{grid-template-columns:1fr}.wm-card{padding:24px 20px;border-radius:22px}.wm-card h3{font-size:22px}.wm-ba-section{padding:60px 0 68px}.wm-ba-head{margin-bottom:28px}.wm-ba-eyebrow{font-size:11px;letter-spacing:.22em}.wm-ba-eyebrow:before,.wm-ba-eyebrow:after{width:30px}.wm-ba-head h2{font-size:31px;line-height:1.25}.wm-ba-head p{font-size:15px;line-height:1.62}.wm-mo-br{display:block}.wm-ba-center{min-height:230px;padding:0 0 20px}.wm-ba-arrow{display:none}.wm-ba-person{width:180px;height:180px;border-width:6px;padding:8px}.wm-ba-ribbon{bottom:2px;min-width:210px;padding:13px 18px;border-radius:14px;font-size:21px}.wm-ba-card{padding:26px 19px;border-radius:26px}.wm-ba-label{font-size:15px;margin-bottom:12px}.wm-ba-card h3{font-size:27px;margin-bottom:20px}.wm-ba-list li{grid-template-columns:56px 1fr;gap:12px;min-height:76px;padding:12px 0}.wm-ba-list .ico{width:52px;height:52px;font-size:12px}.wm-ba-list .ico i{width:22px;height:22px;font-size:14px}.wm-ba-list p{font-size:16px;line-height:1.52}.wm-ba-badges{display:grid;grid-template-columns:1fr;gap:10px;margin-top:22px}.wm-ba-badges span{width:100%;min-width:0;height:52px;font-size:16px}.wm-ba-cta{margin-top:24px}.wm-ba-btn{width:100%;min-width:0;height:64px;border-radius:16px;font-size:21px}.wm-ba-btn span{width:38px;height:38px}.wm-ba-btn i{font-size:34px}.wm-image-benefits{padding:62px 0}.wm-image-grid img{height:250px}.wm-review-wrap{padding:0 6px}.wm-review-track{gap:14px;padding-bottom:18px;cursor:grab}.wm-review-card{flex-basis:86%;border-radius:24px}.wm-review-card img{height:220px}.wm-review-card__top{display:block}.wm-review-card__top span{display:block;margin-top:4px;text-align:left}.wm-review-nav{display:none}.wm-process-visual{padding:16px;border-radius:24px}.wm-process-visual img{height:220px;border-radius:18px}.wm-process-visual h2{font-size:30px}.wm-step-grid{grid-template-columns:1fr}.wm-membership-section{padding:64px 0}.wm-membership{padding:28px 22px;border-radius:26px}.wm-membership__badge{width:78px;height:78px;border-radius:22px}.wm-membership h2,.wm-apply__copy h2{font-size:30px}.wm-faq-grid{grid-template-columns:1fr}.wm-faq__button{padding:18px;grid-template-columns:36px 1fr 22px}.wm-faq__q{width:36px;height:36px}.wm-faq__title{font-size:17px}.wm-apply{padding:24px 0 94px}.wm-apply__wrap{padding:26px 18px;border-radius:26px}.wm-form{padding:18px}.wm-form__row{grid-template-columns:1fr}.wm-form input,.wm-form textarea{min-height:50px}.wm-floating-cta{display:block}
}
@media (max-width: 380px){
    .wm-hero__copy h1{font-size:32px}.wm-ba-head h2{font-size:28px}.wm-ba-list p{font-size:15px}.wm-ba-btn{font-size:19px}.wm-section-head h2{font-size:28px}
}

/* =========================================================
   2026-05-14 Hero / Real-time Premium Responsive Refinement
   - 기존 기능/폼 로직은 건드리지 않고 상단 퍼블리싱만 개선
========================================================= */
.wm-header{background:rgba(255,255,255,.96);box-shadow:0 8px 26px rgba(15,23,42,.05)}
.wm-header__inner{min-height:78px}
.wm-logo__mark{width:42px;height:42px;border-radius:15px;background:linear-gradient(145deg,#1378ff,#0044c0);font-size:18px;font-weight:900}
.wm-logo__text{font-size:24px;letter-spacing:-.065em}
.wm-topnav{position:absolute;left:50%;transform:translateX(-50%);gap:52px;color:#1b2940;font-size:17px;font-weight:900;white-space:nowrap}
.wm-header-cta{height:54px;padding:0 28px;border-radius:18px;background:linear-gradient(135deg,#126cff,#003daf);font-size:16px;box-shadow:0 14px 30px rgba(8,76,196,.22)}

.wm-hero{padding:86px 0 122px;background:radial-gradient(circle at 6% 18%,rgba(18,108,255,.26),transparent 26%),radial-gradient(circle at 74% 72%,rgba(44,229,213,.11),transparent 32%),linear-gradient(135deg,#061833 0%,#06235a 50%,#04142d 100%)}
.wm-hero:before{inset:auto auto -260px -120px;width:680px;height:680px;background:radial-gradient(circle,rgba(54,132,255,.19),transparent 67%)}
.wm-hero:after{right:30%;bottom:-220px;width:760px;height:760px;background:repeating-radial-gradient(circle,rgba(255,255,255,.06) 0 1px,transparent 1px 22px);opacity:.34}
.wm-hero__grid{grid-template-columns:minmax(480px,1fr) minmax(430px,540px);gap:58px;align-items:center}
.wm-pill{height:46px;padding:0 22px;border-radius:999px;background:rgba(18,108,255,.16);border-color:rgba(118,170,255,.28);color:#eef6ff;font-size:17px;box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.wm-pill:before{content:"";width:20px;height:20px;margin-right:9px;border-radius:7px;background:#bcd7ff;clip-path:polygon(50% 0,90% 18%,86% 70%,50% 100%,14% 70%,10% 18%)}
.wm-hero__copy h1{margin:30px 0 28px;max-width:760px;font-size:clamp(46px,4.6vw,60px);line-height:1.08;letter-spacing:-.082em;text-wrap:balance;text-shadow:0 4px 18px rgba(0,0,0,.18)}
.wm-hero__copy h1 strong{color:#6baaff;background:linear-gradient(180deg,#88beff 0%,#3d8dff 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:none}
.wm-hero__copy p{max-width:700px;margin-bottom:34px;color:rgba(255,255,255,.84);font-size:20px;line-height:1.78;letter-spacing:-.04em}
.wm-hero__actions{gap:16px}.wm-btn{min-height:66px;padding:0 34px;border-radius:18px;font-size:18px}.wm-btn:after{content:"›";margin-left:14px;font-size:28px;line-height:0}.wm-btn--ghost{background:rgba(6,24,51,.22);border-color:rgba(255,255,255,.62);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.wm-hero__points{gap:0;margin-top:34px;padding:0;border-radius:22px;background:rgba(255,255,255,.045);border:1px solid rgba(255,255,255,.08);width:max-content;max-width:100%}
.wm-hero__points li{gap:10px;padding:14px 22px;border:0;border-radius:0;background:transparent;color:rgba(255,255,255,.88);font-size:16px;position:relative}
.wm-hero__points li+li:before{content:"";position:absolute;left:0;top:50%;width:1px;height:28px;transform:translateY(-50%);background:rgba(255,255,255,.16)}
.wm-hero__points li span{width:22px;height:22px;background:rgba(255,255,255,.08);box-shadow:none;position:relative}.wm-hero__points li span:after{content:"";position:absolute;left:6px;top:5px;width:9px;height:6px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg)}

.wm-hero__visual{isolation:isolate}.wm-hero__photo{border-radius:34px;box-shadow:0 30px 84px rgba(0,0,0,.28);border:10px solid rgba(255,255,255,.94);background:#fff;overflow:hidden}.wm-hero__photo:after{content:"";position:absolute;inset:0;border-radius:34px;pointer-events:none}.wm-hero__photo img{height:520px;object-position:center center;transform:scale(1.01)}
.wm-product-card{left:28px;right:auto;top:28px;width:min(336px,70%);grid-template-columns:96px 1fr;padding:16px 18px;border-radius:22px;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);box-shadow:0 22px 56px rgba(5,22,55,.20)}
.wm-product-card img{width:96px;height:82px;border-radius:14px;background:#f7fbff}.wm-product-card strong{font-size:26px;color:#0055ce}.wm-product-card span{font-size:15px;color:#304158}

.wm-feature-card{padding:22px 22px 28px;border-radius:30px;background:linear-gradient(180deg,#fff,#f8fbff)}
.wm-feature-thumb{margin:0 0 20px;border-radius:24px;aspect-ratio:4/3;overflow:hidden;background:#edf4fb;box-shadow:inset 0 0 0 1px rgba(216,233,255,.88)}
.wm-feature-thumb img{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}
.wm-feature-card h3{margin:0 0 12px;font-size:clamp(24px,2vw,29px);line-height:1.22;letter-spacing:-.06em}
.wm-feature-card p{max-width:92%;font-size:17px;line-height:1.6}

.wm-live{z-index:8;margin-top:-66px;margin-bottom:18px}.wm-live__wrap{grid-template-columns:.58fr 170px 2.65fr;gap:26px;padding:36px 38px;border-radius:30px;background:rgba(255,255,255,.98);box-shadow:0 22px 60px rgba(17,35,70,.14);border:1px solid rgba(218,229,242,.95)}
.wm-live__title{padding-right:18px;border-right:1px solid #dbe6f1}.wm-live__title span{margin-bottom:14px;color:#0563df;font-size:13px;letter-spacing:.18em}.wm-live__title h2{font-size:23px;line-height:1.34;letter-spacing:-.065em}
.wm-live__count{min-width:0;height:142px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:18px 10px;border-radius:22px;background:linear-gradient(180deg,#f8fbff,#eff7ff);border-color:#cfe2fb;box-shadow:inset 0 1px 0 #fff}.wm-live__count strong{font-size:26px;letter-spacing:-.05em}.wm-live__count span{margin-top:10px;font-size:13px;color:#3d5878;text-align:center;word-break:keep-all}
.wm-live__list{height:154px;grid-template-columns:none;gap:0;mask-image:linear-gradient(to bottom,transparent 0,#000 18px,#000 calc(100% - 18px),transparent 100%)}.wm-live__ticker{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px}.wm-live__list p{position:relative;display:block;min-height:68px;margin:0;padding:13px 18px 13px 62px;border-radius:16px;background:linear-gradient(180deg,#fbfdff,#f6f9fd);border:1px solid rgba(222,232,243,.7);color:#1d2c43;font-size:15px;font-weight:800;line-height:1.42;white-space:normal;word-break:keep-all}.wm-live__list p:before{content:"";position:absolute;left:18px;top:50%;width:28px;height:28px;transform:translateY(-50%);border:2px solid #0d4fba;border-radius:9px;opacity:.9}.wm-live__list p:nth-child(1):before{border-radius:50%;background:linear-gradient(#fff,#f3f8ff)}.wm-live__list p:nth-child(2):before{border-radius:50%;clip-path:none}.wm-live__list p:nth-child(3):before{border-radius:7px}.wm-live__list p:nth-child(4):before{border-radius:50%;clip-path:polygon(50% 2%,62% 36%,98% 36%,69% 57%,80% 92%,50% 71%,20% 92%,31% 57%,2% 36%,38% 36%);background:#fff;border-color:#0d4fba}.wm-live__list p:after{content:"";position:absolute;left:28px;top:50%;width:8px;height:5px;border-left:2px solid #0d4fba;border-bottom:2px solid #0d4fba;transform:translateY(-60%) rotate(-45deg)}.wm-live__list p:nth-child(4):after{display:none}.wm-live__list b{display:inline-block;margin-right:7px;color:#005fdc;font-weight:900;white-space:nowrap}

@media (max-width: 1180px){
    .wm-topnav{gap:32px}.wm-hero__grid{grid-template-columns:minmax(0,1fr) minmax(400px,470px);gap:38px}.wm-hero__copy h1{font-size:58px}.wm-live__wrap{grid-template-columns:.62fr 160px 2.25fr;gap:18px}.wm-live__title h2{font-size:22px}.wm-live__list p{font-size:14px;padding-left:56px}
}
@media (max-width: 1080px){
    .wm-topnav{position:static;transform:none;gap:22px}.wm-header__inner{gap:22px}.wm-hero{padding:72px 0 96px}.wm-hero__grid{grid-template-columns:1fr;gap:44px}.wm-hero__copy{max-width:760px}.wm-hero__photo img{height:520px}.wm-product-card{left:26px;bottom:26px}.wm-live{margin-top:-46px}.wm-live__wrap{grid-template-columns:1fr;gap:18px}.wm-live__title{padding-right:0;padding-bottom:18px;border-right:0;border-bottom:1px solid #dbe6f1}.wm-live__count{height:auto;align-items:flex-start;text-align:left}.wm-live__list{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width: 760px){
    .wm-header{position:sticky}.wm-header__inner{min-height:62px}.wm-logo__mark{width:34px;height:34px;border-radius:12px;font-size:15px}.wm-logo__text{font-size:19px}.wm-topnav,.wm-header-cta{display:none}
    .wm-hero{padding:46px 0 70px;background:linear-gradient(155deg,#061837 0%,#08285f 62%,#04142d 100%)}.wm-hero__grid{gap:28px}.wm-pill{height:auto;min-height:38px;padding:8px 14px;font-size:14px}.wm-pill:before{width:16px;height:16px;margin-right:7px;border-radius:5px}.wm-hero__copy h1{margin:18px 0 16px;font-size:clamp(34px,10.6vw,44px);line-height:1.16;letter-spacing:-.078em}.wm-hero__copy p{margin-bottom:24px;font-size:15.5px;line-height:1.72}.wm-hero__actions{display:grid;grid-template-columns:1fr;gap:10px}.wm-btn{width:100%;min-height:56px;font-size:16px;border-radius:16px}.wm-btn:after{font-size:24px;margin-left:10px}.wm-hero__points{display:grid;grid-template-columns:1fr;gap:0;width:100%;margin-top:16px;border-radius:18px}.wm-hero__points li{justify-content:flex-start;padding:12px 16px;font-size:14px}.wm-hero__points li+li:before{left:16px;right:16px;top:0;width:auto;height:1px;transform:none;background:rgba(255,255,255,.12)}.wm-hero__photo{border-width:6px;border-radius:28px}.wm-hero__photo img{height:330px;object-position:center}.wm-product-card{position:relative;left:auto;bottom:auto;margin:-44px auto 0;width:calc(100% - 24px);grid-template-columns:72px 1fr;padding:13px 14px;border-radius:18px}.wm-product-card img{width:72px;height:66px}.wm-product-card strong{font-size:20px}.wm-product-card span{font-size:13px}
    .wm-live{margin-top:-36px}.wm-live__wrap{padding:20px;border-radius:24px;gap:15px}.wm-live__title{padding-bottom:14px}.wm-live__title span{font-size:11px;margin-bottom:8px}.wm-live__title h2{font-size:23px;line-height:1.32}.wm-live__count{padding:17px 18px;border-radius:18px}.wm-live__count strong{font-size:28px}.wm-live__count span{font-size:13.5px}.wm-feature-card{padding:18px 18px 22px;border-radius:24px}.wm-feature-thumb{margin-bottom:16px;border-radius:18px}.wm-feature-card h3{font-size:24px}.wm-feature-card p{max-width:100%;font-size:15.5px;line-height:1.62}.wm-live__list{height:206px;grid-template-columns:none;gap:0}.wm-live__ticker{grid-template-columns:1fr;gap:8px;animation-duration:28s}.wm-live__list p{min-height:62px;padding:10px 12px 10px 50px;font-size:13.5px;border-radius:14px}.wm-live__list p:before{left:14px;width:24px;height:24px}.wm-live__list p:after{left:23px}.wm-live__list b{display:inline-block;margin-right:6px}
}
@media (max-width: 380px){
    .wm-hero__copy h1{font-size:31px}.wm-live__title h2{font-size:21px}.wm-live__list p{font-size:13px}.wm-product-card strong{font-size:18px}
}





.wm-video-section {
    padding: 90px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
}

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

.wm-video-card {
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
    border: 1px solid #dbe6f1;
    box-shadow: 0 18px 48px rgba(17, 35, 70, .10);
}

.wm-video-thumb {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: #000;
    cursor: pointer;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.wm-video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.wm-video-card:hover .wm-video-thumb img {
    transform: scale(1.04);
}

.wm-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 66px;
    height: 66px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(8, 102, 242, .92);
    box-shadow: 0 14px 34px rgba(8, 102, 242, .35);
}

.wm-video-play:before {
    content: "";
    position: absolute;
    left: 27px;
    top: 21px;
    border-left: 18px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.wm-video-body {
    padding: 24px;
}

.wm-video-body span {
    display: inline-block;
    margin-bottom: 10px;
    color: #0866f2;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .14em;
}

.wm-video-body h3 {
    margin: 0;
    color: #101a33;
    font-size: 23px;
    line-height: 1.3;
    font-weight: 900;
    letter-spacing: -0.055em;
}

.wm-video-body p {
    margin: 10px 0 0;
    color: #64748b;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 600;
}

@media (max-width: 1080px) {
    .wm-video-grid {
        grid-template-columns: 1fr;
        max-width: 720px;
        margin: 0 auto;
    }
}

@media (max-width: 760px) {
    .wm-video-section {
        padding: 64px 0;
    }

    .wm-video-card {
        border-radius: 22px;
    }

    .wm-video-body {
        padding: 20px;
    }

    .wm-video-body h3 {
        font-size: 20px;
    }

    .wm-video-play {
        width: 56px;
        height: 56px;
    }

    .wm-video-play:before {
        left: 23px;
        top: 18px;
        border-left-width: 16px;
        border-top-width: 10px;
        border-bottom-width: 10px;
    }
}