.service-detail{background-color:#fff;min-height:100vh}.service-detail__mobile-nav{display:none}@media (max-width:767px){.service-detail__mobile-nav{z-index:40;background:#fff;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:12px 16px;display:flex;position:sticky;top:0}}.service-detail__mobile-nav-title{color:#202020;text-align:center;text-overflow:ellipsis;white-space:nowrap;flex:1;margin:0;font-size:17px;font-weight:600;overflow:hidden}.service-detail__mobile-nav-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:8px;display:flex}.service-detail__main{padding:48px 0 80px}@media (max-width:1200px){.service-detail__main{padding:40px 0 60px}}@media (max-width:767px){.service-detail__main{padding:16px 0 48px}}@media (max-width:480px){.service-detail__main{padding:12px 0 40px}}.service-detail__content{grid-template-columns:610px minmax(500px,848px);justify-content:center;align-items:start;gap:80px;width:100%;margin:0 auto;display:grid}@media (max-width:1800px){.service-detail__content{grid-template-columns:560px minmax(480px,800px);gap:60px}}@media (max-width:1600px){.service-detail__content{grid-template-columns:500px minmax(450px,720px);gap:50px}}@media (max-width:1429px){.service-detail__content{grid-template-columns:420px minmax(400px,640px);gap:40px}}@media (max-width:1200px){.service-detail__content{grid-template-columns:minmax(280px,1fr) minmax(360px,1.4fr);gap:32px}}@media (max-width:900px){.service-detail__content{grid-template-columns:1fr;gap:40px}}.service-detail__left{width:100%;min-width:0;max-width:610px}@media (max-width:1800px){.service-detail__left{max-width:560px}}@media (max-width:1600px){.service-detail__left{max-width:500px}}@media (max-width:1429px){.service-detail__left{max-width:420px}}@media (max-width:1200px){.service-detail__left{max-width:100%}}@media (max-width:900px){.service-detail__left{order:2;max-width:100%}}.service-detail__right{width:100%;min-width:0;max-width:848px}@media (max-width:1800px){.service-detail__right{max-width:800px}}@media (max-width:1600px){.service-detail__right{max-width:720px}}@media (max-width:1429px){.service-detail__right{max-width:640px}}@media (max-width:1200px){.service-detail__right{max-width:100%}}@media (max-width:900px){.service-detail__right{order:1;max-width:100%}}@media (max-width:767px){.service-detail__content .service-detail__right{display:none}.service-detail__content .service-detail__left{order:1}.service-detail__content--has-selection .service-detail__left{display:none}.service-detail__content--has-selection .service-detail__right{order:1;display:block}}.service-detail__panel{flex-direction:column;width:100%;max-width:848px;display:flex;position:sticky;top:100px}@media (max-width:1800px){.service-detail__panel{max-width:800px}}@media (max-width:1600px){.service-detail__panel{max-width:720px}}@media (max-width:1429px){.service-detail__panel{max-width:640px}}@media (max-width:1200px){.service-detail__panel{max-width:100%}}@media (max-width:900px){.service-detail__panel{max-width:100%;position:static}}.service-detail__title{color:#202020;margin:0 0 8px;font-size:34px;font-weight:590;line-height:41px}@media (max-width:1200px){.service-detail__title{font-size:30px;line-height:36px}}@media (max-width:768px){.service-detail__title{font-size:26px;line-height:32px}}@media (max-width:480px){.service-detail__title{font-size:22px;line-height:28px}}@media (max-width:767px){.service-detail__title{display:none}}.service-detail__title-skeleton{border-radius:8px;width:280px;height:41px;margin:0 0 8px}@media (max-width:1200px){.service-detail__title-skeleton{width:240px;height:36px}}@media (max-width:768px){.service-detail__title-skeleton{width:200px;height:32px}}@media (max-width:480px){.service-detail__title-skeleton{width:180px;height:28px}}@media (max-width:767px){.service-detail__title-skeleton{display:none}}.service-detail__count{color:#717171;margin:0;font-size:12px;font-weight:510;line-height:16px}@media (max-width:767px){.service-detail__count{display:none}}.stepper{justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding:0;display:flex;position:relative}.stepper__lines{pointer-events:none;justify-content:center;gap:32px;height:2px;display:flex;position:absolute;top:16px;left:16px;right:16px}@media (max-width:768px){.stepper__lines{gap:30px;top:15px;left:15px;right:15px}}@media (max-width:480px){.stepper__lines{gap:28px;top:14px;left:14px;right:14px}}.stepper__line{background-color:#e5e5e5;flex:1;height:2px}.stepper__line--half-active{background:linear-gradient(90deg,#009dfe 50%,#e5e5e5 50%)}.stepper__line--active{background-color:#009dfe}.stepper__step{z-index:1;flex-direction:column;width:80px;display:flex;position:relative}.stepper__step:nth-child(2){text-align:left;align-items:flex-start}.stepper__step:nth-child(3){text-align:center;align-items:center}.stepper__step:last-child{text-align:right;align-items:flex-end}@media (max-width:480px){.stepper__step{width:70px}}.stepper__number{color:#717171;z-index:2;background-color:#fff;border:2px solid #e5e5e5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:500;transition:all .2s;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.stepper__number{width:30px;height:30px;font-size:12px}}@media (max-width:480px){.stepper__number{width:28px;height:28px;font-size:11px}}.stepper__number--active{color:#009dfe;border-color:#009dfe}.stepper__number--completed{color:#0686d6;background-color:#e8f4fd;border:2px solid #e8f4fd;box-shadow:0 0 0 2px #fff}.stepper__label{color:#717171;white-space:normal;margin-top:8px;font-size:14px;font-weight:500;line-height:1.2}@media (max-width:768px){.stepper__label{margin-top:6px;font-size:13px}}@media (max-width:480px){.stepper__label{margin-top:5px;font-size:12px}}.stepper__label--active,.stepper__label--completed{color:#009dfe}.info-box{background-color:#009dfe0f;border-radius:17px;align-items:center;gap:10px;margin-bottom:32px;padding:16px 15px;display:flex}@media (max-width:768px){.info-box{border-radius:14px;gap:8px;margin-bottom:28px;padding:14px 12px}}@media (max-width:480px){.info-box{border-radius:12px;flex-wrap:wrap;margin-bottom:24px;padding:12px 10px}}.info-box__icon{color:#0686d6;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}@media (max-width:480px){.info-box__icon,.info-box__icon svg{width:20px;height:20px}}.info-box__text{color:#0686d6;margin:0;font-size:14px;font-weight:400;line-height:1.4}@media (max-width:768px){.info-box__text{font-size:13px}}@media (max-width:480px){.info-box__text{font-size:12px;line-height:1.5}}.info-box__link{color:#0686d6;cursor:pointer;font-weight:500;text-decoration:underline}.details-section{background-color:#fff;border:none;border-radius:16px;flex-direction:column;flex:1;padding:28px 24px;display:flex;box-shadow:0 0 15px #9ea4af40}@media (max-width:1200px){.details-section{padding:24px 20px}}@media (max-width:768px){.details-section{border-radius:14px;padding:20px 16px}}@media (max-width:480px){.details-section{border-radius:12px;padding:16px 14px}}.details-section--empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:320px;display:flex}@media (max-width:768px){.details-section--empty{min-height:280px}}@media (max-width:480px){.details-section--empty{min-height:240px}}.details-section__empty-icon{color:#bdbdbd;margin-bottom:16px}@media (max-width:480px){.details-section__empty-icon{margin-bottom:12px}.details-section__empty-icon svg{width:40px;height:40px}}.details-section__empty-text{color:#717171;margin:0;font-size:15px}@media (max-width:480px){.details-section__empty-text{font-size:14px}}.details-section__title{color:#202020;margin:0 0 12px;font-size:34px;font-weight:590;line-height:41px}@media (max-width:1500px){.details-section__title{font-size:28px;line-height:34px}}@media (max-width:1200px){.details-section__title{font-size:24px;line-height:30px}}@media (max-width:768px){.details-section__title{margin:0 0 10px;font-size:22px;line-height:28px}}@media (max-width:480px){.details-section__title{margin:0 0 8px;font-size:20px;line-height:26px}}.details-section__desc{color:#202020;margin:0 0 24px;font-size:16px;font-weight:400;line-height:24px}@media (max-width:1200px){.details-section__desc{margin:0 0 20px;font-size:15px;line-height:22px}}@media (max-width:768px){.details-section__desc{margin:0 0 18px;font-size:14px;line-height:20px}}@media (max-width:480px){.details-section__desc{margin:0 0 16px;font-size:13px;line-height:19px}}.details-section__options{flex-direction:column;flex:1;gap:12px;display:flex}@media (max-width:768px){.details-section__options{gap:10px}}@media (max-width:480px){.details-section__options{gap:8px}}.panel-button{margin-top:32px}@media (max-width:768px){.panel-button{margin-top:28px}}@media (max-width:480px){.panel-button{margin-top:24px}}.panel-button__btn{color:#9e9e9e;cursor:not-allowed;background-color:#e5e5e5;border:none;border-radius:14px;justify-content:center;align-items:center;width:100%;height:56px;font-size:16px;font-weight:600;transition:all .2s;display:flex}@media (max-width:768px){.panel-button__btn{border-radius:12px;height:52px;font-size:15px}}@media (max-width:480px){.panel-button__btn{border-radius:10px;height:48px;font-size:14px}}.panel-button__btn--active{color:#fff;cursor:pointer;background-color:#009dfe}.panel-button__btn--active:hover{background-color:#0088e0}.bid-option{background-color:#fff;border:1px solid #d3d3d3;border-radius:22px;flex-direction:column;gap:8px;margin-bottom:16px;padding:16px 24px;display:flex}@media (max-width:1500px){.bid-option{padding:14px 20px}}@media (max-width:1200px){.bid-option{border-radius:18px;padding:12px 16px}}@media (max-width:768px){.bid-option{border-radius:16px;margin-bottom:14px;padding:12px 14px}}@media (max-width:480px){.bid-option{border-radius:14px;gap:6px;margin-bottom:12px;padding:10px 12px}}.bid-option__header{align-items:center;gap:8px;display:flex}@media (max-width:480px){.bid-option__header{gap:6px}}.bid-option__title{color:#202020;font-size:18px;font-weight:700;line-height:1.3}@media (max-width:1200px){.bid-option__title{font-size:16px}}@media (max-width:768px){.bid-option__title{font-size:15px}}@media (max-width:480px){.bid-option__title{font-size:14px}}.bid-option__icon{object-fit:contain;width:28px;height:28px}@media (max-width:768px){.bid-option__icon{width:24px;height:24px}}@media (max-width:480px){.bid-option__icon{width:22px;height:22px}}.bid-option__desc{color:#9e9e9e;font-size:14px;font-weight:400;line-height:1.4}@media (max-width:1200px){.bid-option__desc{font-size:13px}}@media (max-width:768px){.bid-option__desc{font-size:12px}}@media (max-width:480px){.bid-option__desc{font-size:11px}}.option-item{cursor:pointer;background-color:#fff;border:1px solid #d3d3d3;border-radius:22px;align-items:center;gap:16px;min-height:116px;padding:8px 24px;transition:all .2s;display:flex}@media (max-width:1500px){.option-item{gap:14px;min-height:105px;padding:8px 20px}}@media (max-width:1200px){.option-item{border-radius:18px;gap:12px;min-height:95px;padding:8px 16px}}@media (max-width:768px){.option-item{border-radius:16px;gap:10px;min-height:90px;padding:8px 14px}}@media (max-width:480px){.option-item{border-radius:14px;gap:8px;min-height:85px;padding:8px 12px}}.option-item:hover{border-color:#bdbdbd}.option-item--selected{background-color:#fff;border-width:2px;border-color:#009dfe;padding:7px 23px}.option-item--selected .option-item__check{opacity:1;transform:scale(1)}.option-item--selected:hover{border-color:#009dfe}@media (max-width:1500px){.option-item--selected{padding:7px 19px}}@media (max-width:1200px){.option-item--selected{padding:7px 15px}}@media (max-width:768px){.option-item--selected{padding:7px 13px}}@media (max-width:480px){.option-item--selected{padding:7px 11px}}.option-item__content{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}@media (max-width:480px){.option-item__content{gap:2px}}.option-item__title{color:#202020;font-size:18px;font-weight:700;line-height:1.3}@media (max-width:1200px){.option-item__title{font-size:16px}}@media (max-width:768px){.option-item__title{font-size:15px}}@media (max-width:480px){.option-item__title{font-size:14px}}.option-item__desc{color:#9e9e9e;font-size:14px;font-weight:400;line-height:1.4}@media (max-width:1200px){.option-item__desc{font-size:13px}}@media (max-width:768px){.option-item__desc{font-size:12px}}@media (max-width:480px){.option-item__desc{font-size:11px}}.option-item__price{color:#202020;flex-shrink:0;font-size:20px;font-weight:700}@media (max-width:1200px){.option-item__price{font-size:18px}}@media (max-width:768px){.option-item__price{font-size:16px}}@media (max-width:480px){.option-item__price{font-size:15px}}.option-item__check{opacity:0;background-color:#009dfe;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;transform:scale(.8)}@media (max-width:1200px){.option-item__check{width:36px;height:36px}}@media (max-width:768px){.option-item__check{width:34px;height:34px}.option-item__check svg{width:16px;height:16px}}@media (max-width:480px){.option-item__check{width:30px;height:30px}.option-item__check svg{width:14px;height:14px}}.option-item__check svg{color:#fff}.projects-section{max-height:760px;margin-top:24px;padding-right:8px;overflow:hidden auto}.projects-section::-webkit-scrollbar{width:6px}.projects-section::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.projects-section::-webkit-scrollbar-thumb{background:#d3d3d3;border-radius:3px}.projects-section::-webkit-scrollbar-thumb:hover{background:#bdbdbd}@media (max-width:1800px){.projects-section{max-height:720px}}@media (max-width:1600px){.projects-section{max-height:680px}}@media (max-width:1429px){.projects-section{max-height:780px}}@media (max-width:1200px){.projects-section{max-height:860px}}@media (max-width:900px){.projects-section{max-height:none;padding-right:0;overflow:visible}}@media (max-width:480px){.projects-section{margin-top:20px}}.projects-section__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}@media (max-width:1429px){.projects-section__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}}@media (max-width:1200px){.projects-section__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}@media (max-width:900px){.projects-section__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}}@media (max-width:768px){.projects-section__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}}@media (max-width:600px){.projects-section__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}}@media (max-width:400px){.projects-section__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}.projects-section__empty{text-align:center;color:#717171;background-color:#fafafa;border-radius:16px;flex-direction:column;grid-column:1/-1;justify-content:center;align-items:center;padding:80px 20px;display:flex}@media (max-width:768px){.projects-section__empty{border-radius:14px;padding:60px 16px}}@media (max-width:480px){.projects-section__empty{border-radius:12px;padding:48px 12px}}.projects-section__empty svg{color:#bdbdbd;margin-bottom:16px}@media (max-width:480px){.projects-section__empty svg{width:40px;height:40px;margin-bottom:12px}}.projects-section__empty p{margin:0;font-size:15px}@media (max-width:480px){.projects-section__empty p{font-size:14px}}.projects-section__sentinel{width:100%;height:20px;margin-top:16px}.project-card{cursor:pointer;touch-action:manipulation;min-width:0;text-decoration:none;display:block}.project-card--selected .project-card__image{border:1.5px solid #009dfe}.project-card--skeleton{pointer-events:none}.project-card__image{aspect-ratio:1;box-sizing:border-box;background-color:#f5f5f5;border:1.5px solid #0000;border-radius:26px;width:100%;position:relative;overflow:hidden}@media (max-width:768px){.project-card__image{border-radius:20px}}@media (max-width:480px){.project-card__image{border-radius:16px}}.project-card__img{object-fit:cover}.project-card__placeholder{color:#bdbdbd;background-color:#f5f5f5;justify-content:center;align-items:center;width:100%;height:100%;display:flex}@media (max-width:480px){.project-card__placeholder svg{width:24px;height:24px}}.project-card__overlay{background:#2222224d;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.project-card__check{color:#fff;background-color:#009dfe;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}@media (max-width:768px){.project-card__check{width:32px;height:32px}.project-card__check svg{width:14px;height:14px}}@media (max-width:480px){.project-card__check{width:28px;height:28px}.project-card__check svg{width:12px;height:12px}}.project-card__bid{z-index:1;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:8px;left:8px}.project-card__bid img{object-fit:contain;width:36px;height:36px}@media (max-width:768px){.project-card__bid{border-radius:6px;width:28px;height:28px;top:6px;left:6px}.project-card__bid img{width:20px;height:20px}}@media (max-width:480px){.project-card__bid{border-radius:5px;width:24px;height:24px;top:4px;left:4px}.project-card__bid img{width:16px;height:16px}}.project-card__title{color:#202020;text-align:left;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:8px 0 0;font-size:13px;font-weight:500;line-height:1.3;display:-webkit-box;overflow:hidden}@media (max-width:768px){.project-card__title{margin:6px 0 0;font-size:12px}}@media (max-width:480px){.project-card__title{margin:5px 0 0;font-size:11px}}.skeleton{background:linear-gradient(90deg,#f5f5f5 25%,#ebebeb 50%,#f5f5f5 75%) 0 0/200% 100%;border-radius:8px;animation:1.5s infinite skeleton-shimmer}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
