.service-card{isolation:isolate;min-height:100%;transform-style:preserve-3d;flex-direction:column;gap:16px;padding:clamp(20px,3vw,32px);transition:transform .32s,box-shadow .32s,border-color .32s;display:flex;position:relative;overflow:hidden}.service-card:before{content:"";z-index:0;background:linear-gradient(150deg,#ffffffe0,#ecfdf594),repeating-linear-gradient(90deg,#065f460e 0 1px,#0000 1px 32px);position:absolute;inset:0}.service-card:after{content:"";aspect-ratio:1;filter:saturate(1.12);opacity:.75;z-index:0;background:radial-gradient(circle at 38% 38%,#ffffffe6,#0000 30%),conic-gradient(from 35deg,#065f463d,#14b8a614,#f59e0b2e,#065f463d);border:1px solid #10b98133;border-radius:50%;width:164px;position:absolute;top:-76px;right:-64px}.service-card:hover{border-color:#10b98157;transform:perspective(1200px)rotateX(2deg)rotateY(-3deg)translateY(-8px);box-shadow:0 30px 78px #064e3b29}.service-card>:not(.service-card__shine){z-index:1;position:relative}.service-card__shine{z-index:2;pointer-events:none;border-radius:inherit;background:linear-gradient(112deg,#0000 0%,#ffffffb8 42%,#0000 62%);animation:7.5s ease-in-out infinite service-card-sheen;position:absolute;inset:1px;transform:translate(-78%)}.service-card .card-top{justify-content:space-between;align-items:center;gap:14px;display:flex}.service-card .price-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--emerald-600);background:#10b9811f;border:1px solid #10b98133;border-radius:99px;padding:4px 12px;font-size:.75rem;font-weight:800}.service-card .icon-wrap{width:44px;height:44px;color:var(--emerald-800);background:linear-gradient(#ffffffdb, #ecfdf5b8) padding-box, conic-gradient(from 30deg, var(--emerald-700), var(--teal-400), #f59e0b, var(--emerald-700)) border-box;border:1px solid #10b98133;border-radius:16px;place-items:center;display:grid;box-shadow:inset 0 1px #fffc,0 12px 24px #05966926}.service-card .icon-wrap span{font-family:var(--font-heading);font-size:.94rem;font-weight:900}.service-card .program-depth{background:#ffffff8f;border:1px solid #10b98124;border-radius:18px;justify-content:space-between;gap:12px;padding:12px 14px;display:flex}.service-card .program-depth span,.service-card .program-depth strong{font-size:.76rem;line-height:1.35}.service-card .program-depth span{color:var(--ink-500);font-weight:800}.service-card .program-depth strong{color:var(--emerald-700);text-align:right}.service-card h3{color:var(--ink-900);letter-spacing:0;font-size:1.32rem;line-height:1.2}.service-card .summary{color:var(--ink-500);font-size:.93rem;line-height:1.65}.service-card .feature-meter{background:#065f4617;border:1px solid #10b98121;border-radius:999px;height:9px;overflow:hidden}.service-card .feature-meter span{border-radius:inherit;background:linear-gradient(90deg, var(--emerald-700), var(--teal-400));height:100%;display:block;box-shadow:0 0 18px #14b8a659}.service-card .features{flex:1;gap:8px;padding:0;list-style:none;display:grid}.service-card .features li{color:var(--ink-600);border-bottom:1px solid #10b9811a;align-items:flex-start;gap:10px;padding:8px 0;font-size:.9rem;line-height:1.5;display:flex}.service-card .features li:last-child{border-bottom:0}.service-card .check{aspect-ratio:1;background:linear-gradient(135deg, var(--emerald-700), var(--teal-400));border-radius:50%;flex-shrink:0;place-items:center;width:18px;margin-top:2px;display:grid;box-shadow:0 8px 16px #0596692e}.service-card .check:before{content:"";border-bottom:2px solid #fff;border-left:2px solid #fff;width:7px;height:4px;transform:rotate(-45deg)translate(1px,-1px)}.service-card .cta{margin-top:auto}@keyframes service-card-sheen{0%,42%{transform:translate(-78%)}70%,to{transform:translate(78%)}}@media (prefers-reduced-motion:reduce){.service-card,.service-card:hover{transform:none}.service-card__shine{animation:none}}
