.service-card{background:hsla(0,0%,100%,.03);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;position:relative;cursor:pointer;transition:transform .1s cubic-bezier(.23,1,.32,1);overflow:hidden;transform-style:preserve-3d;height:100%;box-shadow:0 8px 32px rgba(0,0,0,.3),inset 0 1px 0 hsla(0,0%,100%,.2),inset 0 -1px 0 hsla(0,0%,100%,.05)}.service-card:before{right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4) 30%,rgba(255,255,255,.6) 50%,rgba(255,255,255,.4) 70%,transparent)}.service-card:after,.service-card:before{content:"";position:absolute;top:0;left:0}.service-card:after{width:1px;height:100%;background:linear-gradient(180deg,rgba(255,255,255,.3),transparent 50%,rgba(255,255,255,.1))}.service-card__link{text-decoration:none;padding:24px 24px 0}.service-card__content{z-index:2;height:100%;display:flex;flex-direction:column}.service-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.service-card__title{font-size:22px;font-weight:600;color:var(--white);transition:color .3s ease;flex:1 1}.service-card__btns{display:flex;gap:12px;padding:0 24px 24px}.service-card__toggle{display:flex;gap:4px;padding:4px;background:hsla(0,0%,100%,.03);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:8px;border:1px solid var(--border-subtle);flex-shrink:0}.service-card__toggle .toggle-btn{display:flex;align-items:center;justify-content:center;width:32px;height:100%;padding:0;background:rgba(0,0,0,0);border:none;border-radius:6px;color:var(--nav-text);cursor:pointer;transition:all .3s ease}.service-card__toggle .toggle-btn:hover{color:var(--white);background:hsla(0,0%,100%,.05)}.service-card__toggle .toggle-btn.active{background:rgba(55,93,251,.15);color:var(--accent);box-shadow:0 2px 8px var(--shadow-ghost)}.service-card__subtitle{font-size:13px;color:var(--nav-text);margin-bottom:16px;font-weight:500}.service-card__pricing{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--border-subtle)}.service-card__price{display:flex;gap:8px;flex-wrap:wrap}.service-card__price .price-old{font-size:14px;font-weight:500;color:var(--nav-text);text-decoration:line-through;opacity:.6}.service-card__price .price-amount{font-size:22px;font-weight:700;color:var(--accent);letter-spacing:-.01em}.service-card__description{font-size:14px;color:var(--nav-text);line-height:1.6;margin-bottom:20px}.service-card__timeline{font-size:13px;color:var(--nav-text);font-weight:500;margin-top:8px}.service-card__features{list-style:none;margin-bottom:24px;flex-grow:1}.service-card__features li{font-size:14px;color:var(--nav-text);margin-bottom:10px;padding-left:20px;position:relative;line-height:1.4}.service-card__features li:before{content:"✓";position:absolute;left:0;color:var(--accent);font-weight:700}.service-card__btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:14px 24px;background:rgba(55,93,251,.1);border:1px solid rgba(55,93,251,.3);border-radius:12px;color:var(--accent);font-size:15px;font-weight:600;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer}.service-card__btn:hover{background:var(--accent);color:var(--white);border-color:var(--accentHover);transform:translateY(-2px)}@media(max-width:1024px){.service-card__link{padding:28px 24px}}@media(max-width:768px){.service-card__title{font-size:20px}.service-card__toggle .toggle-btn svg{width:14px;height:14px}.service-card__price .price-old{font-size:16px}.service-card__price .price-amount{font-size:24px}}@media(max-width:480px){.service-card__link{text-decoration:none;padding:24px 20px}.service-card__header{flex-direction:column;align-items:flex-start}.service-card__title{font-size:22px}}.services-list{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;width:100%}.services-list__rows--4{grid-template-columns:repeat(4,1fr)}.services-list__rows--3{grid-template-columns:repeat(3,1fr)}.services-list__rows--2{grid-template-columns:repeat(2,1fr)}.services-list__rows--1{grid-template-columns:1fr}@media(max-width:1024px){.services-list{grid-template-columns:repeat(2,1fr);gap:20px}.services-list__rows--1{grid-template-columns:1fr}}@media(max-width:768px){.services-list{grid-template-columns:1fr;gap:24px}}