.services-hero-section{position:relative;width:100%;padding-top:130px;padding-bottom:85px;background-color:var(--bg-main);overflow:visible;transition:background-color .3s var(--ease-smooth)}.services-hero-grid{display:grid;grid-template-columns:1.15fr 1fr;gap:28px;align-items:stretch}.services-hero-content{background-color:#f8fafc;border:1px solid var(--border-color);border-radius:32px;padding:clamp(34px,4vw,48px);display:flex;flex-direction:column;justify-content:space-between;text-align:left;box-shadow:0 4px 24px rgba(0,0,0,.02);transition:background-color .3s ease,border-color .3s ease;height:100%}[data-theme=dark] .services-hero-content{background-color:#141720;border-color:rgba(255,255,255,.08);box-shadow:0 10px 35px rgba(0,0,0,.5)}.services-hero-badge{display:inline-flex;align-items:center;gap:8px;font-family:var(--font-heading);font-size:.94rem;font-weight:700;letter-spacing:.01em;color:var(--text-main)}[data-theme=dark] .services-hero-badge{color:#fff}.services-hero-badge::after,.services-hero-badge::before{content:'★';color:var(--brand-primary);font-size:.88rem;line-height:1;display:inline-block}.services-hero-badge-line{display:none}.services-hero-title{font-family:var(--font-heading);font-size:clamp(34px, 4.2vw, 52px)!important;font-weight:800!important;line-height:1.18!important;letter-spacing:-.02em!important;color:var(--text-main);margin-top:0!important;margin-bottom:16px;text-wrap:balance}.services-hero-lead{font-size:.96rem;line-height:1.62;color:var(--text-sub);max-width:100%;margin-bottom:24px}.services-hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:28px}.services-hero-actions .btn.btn-capsule,.services-hero-actions .services-btn-primary{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;padding:6px 6px 6px 22px!important;min-height:48px!important;border-radius:var(--r-pill)!important;font-family:var(--font-btn)!important;font-weight:700!important;font-size:.92rem!important;line-height:1.2!important;cursor:pointer!important;text-align:center!important;white-space:nowrap!important;text-decoration:none!important;isolation:isolate!important;overflow:hidden!important;background-color:var(--brand-primary)!important;color:#fff!important;border:1.5px solid var(--brand-primary)!important;box-shadow:0 8px 24px rgba(198,2,2,.35)!important;transition:all .35s cubic-bezier(.4, 0, .2, 1)!important;box-sizing:border-box!important}.services-hero-actions .btn.btn-capsule>*,.services-hero-actions .services-btn-primary>*{position:relative!important;z-index:2!important}.services-hero-actions .btn.btn-capsule::before,.services-hero-actions .services-btn-primary::before{content:''!important;position:absolute!important;inset:0!important;background:#09090b!important;border-radius:inherit!important;transform:scaleX(0)!important;transform-origin:right!important;transition:transform .4s cubic-bezier(.4, 0, .2, 1)!important;z-index:1!important;pointer-events:none!important}.services-hero-actions .btn.btn-capsule:hover::before,.services-hero-actions .services-btn-primary:hover::before{transform:scaleX(1)!important;transform-origin:left!important}.services-hero-actions .btn.btn-capsule:hover,.services-hero-actions .services-btn-primary:hover{color:#fff!important;border-color:#fff!important;box-shadow:0 12px 30px rgba(0,0,0,.4),0 0 15px rgba(255,255,255,.15)!important;transform:translateY(-2px)!important}.services-hero-actions .btn.btn-capsule .btn-capsule-icon,.services-hero-actions .services-btn-primary .btn-capsule-icon{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;aspect-ratio:1/1!important;border-radius:50%!important;background-color:#fff!important;color:var(--brand-primary)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;transition:transform .35s ease,background-color .35s ease,color .35s ease,box-shadow .35s ease!important}.services-hero-actions .btn.btn-capsule .btn-capsule-icon svg,.services-hero-actions .services-btn-primary .btn-capsule-icon svg{stroke:var(--brand-primary)!important;color:var(--brand-primary)!important;transition:transform .35s ease!important}.services-hero-actions .btn.btn-capsule:hover .btn-capsule-icon,.services-hero-actions .services-btn-primary:hover .btn-capsule-icon{background-color:#fff!important;color:var(--brand-primary)!important;transform:scale(1.08)!important;box-shadow:0 4px 12px rgba(0,0,0,.25)!important}.services-hero-actions .btn.btn-capsule:hover .btn-capsule-icon svg,.services-hero-actions .services-btn-primary:hover .btn-capsule-icon svg{transform:translateX(3px)!important}.services-btn-outline,.services-hero-actions .btn-whatsapp{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 28px!important;border-radius:var(--r-pill)!important;border:1.5px solid var(--whatsapp-green)!important;background:rgba(37,211,102,.08)!important;color:#0e833f!important;font-family:var(--font-btn);font-size:.92rem;font-weight:700;text-decoration:none;cursor:pointer;transition:all .35s cubic-bezier(.4, 0, .2, 1);box-shadow:0 4px 14px rgba(37,211,102,.12);overflow:hidden;isolation:isolate;min-height:48px!important;box-sizing:border-box}.services-btn-outline::before,.services-hero-actions .btn-whatsapp::before{content:'';position:absolute;inset:0;background:var(--whatsapp-green);border-radius:inherit;transform:scaleX(0);transform-origin:right;transition:transform .35s cubic-bezier(.4, 0, .2, 1);z-index:-1}.services-btn-outline:hover,.services-hero-actions .btn-whatsapp:hover{color:#fff!important;transform:translateY(-2px);box-shadow:0 8px 24px rgba(37,211,102,.35)}.services-btn-outline:hover::before,.services-hero-actions .btn-whatsapp:hover::before{transform:scaleX(1);transform-origin:left}.services-btn-outline .wa-icon-svg,.services-hero-actions .btn-whatsapp .wa-icon-svg{fill:currentColor;transition:transform .25s ease}.services-hero-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding-top:18px;border-top:1px solid var(--border-color);width:100%}.sh-feat-item{display:flex;align-items:center;gap:12px;min-width:0}.sh-feat-icon{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sh-icon-red{background:rgba(198,2,2,.12);color:var(--brand-primary)}.sh-icon-shield{background:rgba(198,2,2,.12);color:var(--brand-primary)}.sh-feat-text{display:flex;flex-direction:column;min-width:0}.sh-feat-title{font-family:var(--font-heading);font-size:.88rem;font-weight:700;color:var(--text-main);line-height:1.2;white-space:nowrap}.sh-feat-sub{font-size:.72rem;color:var(--text-sub);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.services-hero-visual-stack{position:relative;width:100%;height:100%;display:flex;flex-direction:column}.services-hero-main-frame{position:relative;width:100%;height:100%;flex:1;min-height:420px;border-radius:32px;overflow:hidden;border:1px solid var(--border-color);box-shadow:0 8px 30px rgba(0,0,0,.04);background-color:var(--bg-card)}[data-theme=dark] .services-hero-main-frame{border-color:rgba(255,255,255,.08);box-shadow:0 10px 35px rgba(0,0,0,.5)}.services-hero-main-frame img{width:100%;height:100%;object-fit:cover;object-position:center 12%;display:block;transition:transform .5s ease}.services-hero-main-frame:hover img{transform:scale(1.03)}.services-float-badge{position:absolute;display:flex;align-items:center;gap:14px;padding:14px 22px;border-radius:24px;background:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 16px 40px rgba(0,0,0,.12);z-index:10;transition:transform .3s cubic-bezier(.4, 0, .2, 1),box-shadow .3s ease}[data-theme=dark] .services-float-badge{background:rgba(18,22,32,.94);border-color:rgba(255,255,255,.12);box-shadow:0 16px 40px rgba(0,0,0,.5)}.services-float-top{top:-18px;right:-24px}.services-float-bottom{bottom:-18px;left:-24px}.services-float-icon-box{width:42px;height:42px;border-radius:12px;background:var(--brand-primary-tint);color:var(--brand-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.services-float-icon-box-gold{width:42px;height:42px;border-radius:12px;background:rgba(245,158,11,.14);color:#f59e0b;display:flex;align-items:center;justify-content:center;flex-shrink:0}.services-float-text-wrap{display:flex;flex-direction:column;gap:3px}.services-float-title{display:block;font-family:var(--font-heading);font-size:.92rem;font-weight:700;color:var(--text-main);line-height:1.2}.services-float-sub{display:block;font-size:.76rem;color:var(--text-sub);line-height:1.2}@media (max-width:1024px){.services-hero-grid{grid-template-columns:1fr;gap:40px}}@media (max-width:768px){.services-hero-section{padding-top:104px!important;padding-bottom:40px!important}.services-hero-title{font-size:40px!important}.services-hero-highlights{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:22px!important;width:100%!important}.services-float-badge{padding:10px 14px!important;border-radius:16px!important;max-width:calc(100% - 24px)!important;box-sizing:border-box!important}.services-float-dark-badge,.services-float-top{display:none!important}.services-float-bottom,.services-float-light-badge{left:12px!important;bottom:12px!important;right:auto!important;top:auto!important}}@media (max-width:480px){.services-hero-title{font-size:40px!important}.services-hero-actions{flex-direction:column;width:100%;gap:12px}.services-btn-outline,.services-btn-primary{width:100%;min-height:48px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:10px 24px}}#services .section-lead,.services-hirara-section .section-lead{margin-bottom:0}.services-hirara-wrap{display:flex;flex-direction:column;gap:24px;margin-top:24px}.services-row-top{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.services-row-bottom{display:flex;justify-content:center;gap:24px}.services-row-bottom .service-hirara-card{flex:0 0 calc((100% - 3 * 24px)/ 4);max-width:calc((100% - 3 * 24px)/ 4)}.service-hirara-card{position:relative;height:380px;border-radius:0 22px 22px 22px;overflow:visible;background:0 0;filter:drop-shadow(0 12px 24px rgba(0, 0, 0, .12));transition:filter .4s ease;cursor:pointer;text-decoration:none;display:block}.service-hirara-card:hover{filter:drop-shadow(0 20px 36px rgba(0, 0, 0, .22))}.service-hirara-image-wrap{position:absolute;inset:0;width:100%;height:100%;overflow:hidden;border-radius:0 22px 22px 22px;clip-path:polygon(62px 0,55px 1.5px,48px 6px,42px 12px,12px 42px,6px 48px,1.5px 55px,0 62px,0 100%,100% 100%,100% 0);background:0 0;border:none}.service-hirara-image-wrap::after{content:'';position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.95) 0,rgba(0,0,0,.82) 20%,rgba(0,0,0,.5) 38%,rgba(0,0,0,.1) 55%,transparent 70%);pointer-events:none;z-index:1}.service-hirara-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .6s cubic-bezier(.4, 0, .2, 1)}.service-hirara-card:hover .service-hirara-img{transform:scale(1.06)}.service-notch-accent{position:absolute;top:0;left:0;width:64px;height:64px;z-index:5;pointer-events:none;color:var(--brand-primary);opacity:1;visibility:visible;transform:scale(1);transform-origin:top left;transition:transform .35s cubic-bezier(.34, 1.3, .64, 1),opacity .28s ease}.service-notch-svg{width:100%;height:100%;display:block}.service-hirara-card:hover .service-notch-accent{transform:scale(1.05)}.service-glass-info{position:absolute;bottom:12px;left:12px;right:12px;background:rgba(26,29,36,.88);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1.5px solid rgba(255,255,255,.22);border-radius:18px;padding:14px 18px;box-shadow:0 12px 32px rgba(0,0,0,.35);z-index:4;transition:all .35s cubic-bezier(.4, 0, .2, 1);display:flex;flex-direction:column}.service-hirara-card:hover .service-glass-info{border-color:rgba(255,255,255,.38);box-shadow:0 16px 40px rgba(0,0,0,.45)}.service-glass-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.service-glass-title{font-family:var(--font-heading);font-size:19px;font-weight:600;color:#fff;line-height:1.25;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:none}.service-glass-arrow-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;min-width:36px;border-radius:50%;background:var(--brand-primary);color:#fff;border:none;box-shadow:0 4px 14px rgba(198,2,2,.45);transition:all .3s ease;flex-shrink:0}.service-glass-arrow-btn svg{stroke:#FFFFFF;transition:transform .3s ease}.service-hirara-card:hover .service-glass-arrow-btn{transform:scale(1.08);box-shadow:0 6px 18px rgba(198,2,2,.65)}.service-hirara-card:hover .service-glass-arrow-btn svg{transform:translate(1px,-1px)}.service-glass-details{max-height:none;opacity:1;overflow:visible;margin-top:8px;display:block}.service-glass-desc{font-size:14px!important;line-height:1.45;color:#cbd5e1!important;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-shadow:none}.services-trust-pill-wrap{display:flex;justify-content:center;width:100%;margin-top:40px}.services-trust-pill-bar{display:inline-flex;align-items:center;justify-content:space-between;gap:24px;background:0 0;border:1px solid rgba(0,0,0,.12);border-radius:var(--r-pill);padding:10px 20px;box-sizing:border-box}[data-theme=dark] .services-trust-pill-bar{border-color:rgba(255,255,255,.14)}.services-avatar-group{display:flex;align-items:center;gap:12px}.avatar-stack-dots{display:flex;align-items:center}.avatar-mini-img{width:32px;height:32px;border-radius:50%;object-fit:cover;border:2px solid #fff;margin-left:-8px;display:block}.avatar-mini-img:first-child{margin-left:0}.avatar-mini-dot{width:32px;height:32px;border-radius:50%;border:2px solid #fff;margin-left:-8px;display:inline-flex;align-items:center;justify-content:center;font-size:.88rem;font-weight:800;background:#22c55e;color:#fff;line-height:0;text-align:center;position:relative}.avatar-mini-dot.avatar-plus{background:#22c55e!important;color:#fff!important;border:2px solid #fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;overflow:visible!important;position:relative!important;line-height:1!important}.avatar-mini-dot.avatar-plus::before{display:none!important}.avatar-mini-dot.avatar-plus svg{display:block;stroke:#FFFFFF!important}[data-theme=dark] .avatar-mini-dot{border-color:#12151e}.services-avatar-text{font-size:.86rem;font-weight:600;color:var(--text-main);line-height:1.25;letter-spacing:-.01em}.services-pill-list{display:flex;align-items:center;gap:8px}.services-pill-badge{display:inline-flex;align-items:center;gap:8px;background:#fff;border-radius:var(--r-pill);padding:8px 16px;font-size:.82rem;font-weight:600;color:#0f172a;box-shadow:0 1px 4px rgba(0,0,0,.04);border:1px solid rgba(0,0,0,.05);white-space:nowrap}[data-theme=dark] .services-pill-badge{background:#181c26;color:#f1f5f9;border-color:rgba(255,255,255,.08)}.services-pill-badge svg{color:#22c55e}@media (max-width:1199px){.services-row-top{grid-template-columns:repeat(2,1fr)}.services-row-bottom{display:grid;grid-template-columns:repeat(2,1fr)}.services-row-bottom .service-hirara-card{flex:unset;max-width:unset}.services-row-bottom .service-hirara-card:last-child{grid-column:span 2;max-width:480px;margin:0 auto;width:100%}}@media (max-width:768px){.how-it-works-section,.section,.services-hirara-section,.services-list-section,.services-overview-section{padding-top:40px!important;padding-bottom:40px!important}.services-row-bottom,.services-row-top{grid-template-columns:1fr}.services-row-bottom .service-hirara-card{flex:unset;max-width:unset}.services-row-bottom .service-hirara-card:last-child{grid-column:span 1;max-width:unset}.services-trust-pill-wrap{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:0 4px!important}.services-trust-pill-bar{width:100%!important;max-width:100%!important;box-sizing:border-box!important;flex-direction:column!important;align-items:center!important;border-radius:20px!important;padding:16px 12px!important;gap:14px!important}.services-avatar-group{width:100%!important;justify-content:center!important;flex-wrap:nowrap!important;gap:10px!important;text-align:left!important}.avatar-mini-dot,.avatar-mini-img{width:28px!important;height:28px!important;min-width:28px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.avatar-stack-dots .avatar-mini-img:nth-of-type(4){display:none!important}.avatar-mini-dot.avatar-plus{background:#22c55e!important;color:#fff!important;border:2px solid #fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.avatar-mini-dot.avatar-plus svg{width:12px!important;height:12px!important;stroke:#FFFFFF!important}.services-avatar-text{text-align:left!important;font-size:.86rem!important;font-weight:700!important;white-space:nowrap!important;line-height:1.2!important}.services-pill-list{display:flex!important;flex-direction:column!important;align-items:center!important;width:100%!important;gap:10px!important}.services-pill-badge{white-space:nowrap!important;width:fit-content!important;min-width:240px!important;max-width:100%!important;justify-content:center!important;gap:10px!important;padding:10px 22px!important;border-radius:var(--r-pill)!important;font-size:.88rem!important;font-weight:600!important;box-sizing:border-box!important;margin:0 auto!important}.services-pill-list .services-pill-badge:last-child{display:none!important}.faq-main-heading{font-size:32px!important;line-height:1.25!important}}.steps-flow-wrapper{position:relative;margin-top:48px}.steps-flow-line-track{position:absolute;top:76px;left:12%;right:12%;height:3px;z-index:1;pointer-events:none;overflow:hidden}.steps-flow-moving-dots{width:100%;height:100%;background-image:repeating-linear-gradient(to right,var(--brand-primary) 0,var(--brand-primary) 10px,transparent 10px,transparent 22px);background-size:44px 3px;animation:moveFlowDottedLine 1.2s linear infinite}@keyframes moveFlowDottedLine{0%{background-position:0 0}100%{background-position:44px 0}}.steps-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative;z-index:2}.step-process-card{position:relative;background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:26px;padding:34px 22px 30px;display:flex;flex-direction:column;align-items:center;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.03);transition:all .35s cubic-bezier(.4, 0, .2, 1);overflow:visible}.step-process-card:hover{transform:translateY(-6px);border-color:rgba(198,2,2,.35);box-shadow:0 16px 36px rgba(198,2,2,.1),0 4px 12px rgba(0,0,0,.04)}.step-icon-outer-box{position:relative;width:82px;height:82px;border-radius:24px;border:1.5px solid rgba(198,2,2,.25);background-color:var(--bg-alt);display:flex;align-items:center;justify-content:center;margin-bottom:24px;transition:all .35s cubic-bezier(.4, 0, .2, 1)}.step-icon-outer-box::before{content:'';position:absolute;inset:-5px;border-radius:28px;border:1.5px solid rgba(198,2,2,.18);pointer-events:none;transition:all .35s ease}.step-icon-dashed::before{border:1.5px dashed rgba(198,2,2,.35)}.step-icon-inner{color:var(--brand-primary);display:flex;align-items:center;justify-content:center;transition:all .35s ease}.step-process-card:hover .step-icon-outer-box{background-color:var(--brand-primary);border-color:var(--brand-primary);transform:scale(1.05);box-shadow:0 8px 24px rgba(198,2,2,.35)}.step-process-card:hover .step-icon-outer-box::before{border-color:var(--brand-primary);transform:scale(1.06)}.step-process-card:hover .step-icon-inner{color:#fff;transform:scale(1.1)}.step-num-badge{position:absolute;top:-8px;right:-8px;width:26px;height:26px;border-radius:50%;background-color:var(--brand-primary);color:#fff;font-family:var(--font-heading);font-size:.74rem;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(198,2,2,.4);border:2px solid var(--bg-card);z-index:3;transition:all .3s ease}.step-process-card:hover .step-num-badge{background-color:#09090b;transform:scale(1.1)}.step-card-title{font-family:var(--font-heading);font-size:1.12rem;font-weight:700;color:var(--text-main);margin:0 0 10px 0;line-height:1.3}.step-card-desc{font-size:.88rem;line-height:1.58;color:var(--text-sub);margin:0}[data-theme=dark] .step-process-card{background-color:#141720;border-color:rgba(255,255,255,.08)}[data-theme=dark] .step-process-card:hover{border-color:var(--brand-primary);box-shadow:0 16px 36px rgba(0,0,0,.5),0 0 20px rgba(198,2,2,.2)}[data-theme=dark] .step-icon-outer-box{background-color:#1e222d;border-color:rgba(198,2,2,.3)}[data-theme=dark] .step-num-badge{border-color:#141720}@media (max-width:991px){.steps-cards-grid{grid-template-columns:repeat(2,1fr);gap:20px}.steps-flow-line-track{display:none}}@media (max-width:640px){.steps-cards-grid{grid-template-columns:1fr;gap:16px}.step-process-card{padding:26px 20px}.step-process-card .step-icon-outer-box{background-color:var(--brand-primary)!important;border-color:var(--brand-primary)!important;box-shadow:0 8px 24px rgba(198,2,2,.35)!important}.step-process-card .step-icon-outer-box::before{border:1.5px solid var(--brand-primary)!important}.step-process-card .step-icon-inner{color:#fff!important}.step-process-card .step-num-badge{background-color:#09090b!important;color:#fff!important;border-color:#fff!important}.services-hero-actions{display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:12px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.services-hero-actions .btn,.services-hero-actions .btn-whatsapp,.services-hero-actions .services-btn-primary,.services-hero-actions a{width:100%!important;min-width:100%!important;max-width:100%!important;box-sizing:border-box!important;display:flex!important;height:50px!important;min-height:50px!important}.services-hero-actions .services-btn-primary{justify-content:space-between!important;padding:6px 6px 6px 22px!important}.services-hero-actions .btn-whatsapp{justify-content:center!important;padding:12px 20px!important}}.problems-list-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:36px}.problem-card-item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--r-md);padding:16px 18px;display:flex;align-items:center;gap:14px;transition:var(--transition-default);box-shadow:0 4px 14px rgba(0,0,0,.02)}.problem-card-item:hover{transform:translateY(-3px);border-color:rgba(198,2,2,.32);box-shadow:0 10px 24px rgba(198,2,2,.08)}.problem-icon-circle{width:40px;height:40px;border-radius:10px;background:var(--brand-primary-tint);color:var(--brand-primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.problem-icon-circle svg{width:20px;height:20px;stroke:currentColor}.problem-text{font-size:.88rem;font-weight:600;color:var(--text-main);line-height:1.4}[data-theme=dark] .problem-card-item{background:#141720;border-color:rgba(255,255,255,.08)}[data-theme=dark] .problem-card-item:hover{border-color:rgba(198,2,2,.4)}