.websiteHero{padding:60px 20px;background:#fff}@media(min-width:768px){.websiteHero{padding:100px 20px}}.websiteHeroInner{max-width:1200px;margin:0 auto;text-align:center}.websiteHeroDescription{font-size:1rem;color:#666;line-height:1.8;max-width:700px;margin:0 auto 40px}@media(min-width:768px){.websiteHeroDescription{font-size:1.1rem}}.browserFrame{background:#fff;border-radius:10px;box-shadow:0 8px 40px rgba(0,0,0,.1);overflow:hidden;max-width:900px;margin:0 auto;border:1px solid #e0e0e0}.browserBar{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#f5f5f5;border-bottom:1px solid #e0e0e0}@media(min-width:768px){.browserBar{padding:12px 20px}}.browserDot{width:10px;height:10px;border-radius:50%;display:inline-block}@media(min-width:768px){.browserDot{width:12px;height:12px}}.browserDot:first-child{background:#ff5f56}.browserDot:nth-child(2){background:#ffbd2e}.browserDot:nth-child(3){background:#27c93f}.browserUrl{flex:1 1;background:#fff;border-radius:4px;padding:4px 12px;font-size:.7rem;color:#666;margin-left:8px;border:1px solid #e0e0e0}@media(min-width:768px){.browserUrl{font-size:.8rem;padding:6px 14px}}.browserContent img{width:100%;height:auto;display:block;aspect-ratio:1/1.5;object-fit:cover;object-position:top}.websiteGallery{padding:60px 20px;background:#f0f2f8}@media(min-width:768px){.websiteGallery{padding:100px 20px}}.galleryGrid{display:grid;grid-template-columns:1fr;grid-gap:20px;gap:20px;max-width:1200px;margin:0 auto}@media(min-width:768px){.galleryGrid{grid-template-columns:repeat(2,1fr);gap:30px}}@media(min-width:1024px){.galleryGrid{grid-template-columns:repeat(3,1fr)}}.galleryItem{border-radius:10px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.galleryItem:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.galleryBrowserBar{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#f5f5f5;border-bottom:1px solid #e8e8e8}.galleryBrowserDot{width:8px;height:8px;border-radius:50%;display:inline-block}.galleryBrowserDot:first-child{background:#ff5f56}.galleryBrowserDot:nth-child(2){background:#ffbd2e}.galleryBrowserDot:nth-child(3){background:#27c93f}.galleryImage img{width:100%;height:auto;display:block;aspect-ratio:1/1;object-fit:cover;object-position:top}.galleryCaption{padding:16px;background:#fff}@media(min-width:768px){.galleryCaption{padding:20px}}.galleryCaption .galleryCaptionHeader{display:flex;align-items:center;gap:10px;margin-bottom:8px}.galleryCaption .galleryCaptionIcon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f0f2f8;border-radius:8px;font-size:1.3rem;flex-shrink:0}.galleryCaption h3{font-size:1.15rem;font-weight:600;color:#333}@media(min-width:768px){.galleryCaption h3{font-size:1.6rem}}.galleryCaption p{font-size:.95rem;color:#666;line-height:1.6}@media(min-width:768px){.galleryCaption p{font-size:1.2rem}}.websiteAppEdit{padding:60px 20px;background:#1f2f54}@media(min-width:768px){.websiteAppEdit{padding:100px 20px}}.appEditInner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:40px}@media(min-width:1024px){.appEditInner{flex-direction:row;gap:60px}}.appEditContent{flex:1 1;color:#fff}@media(min-width:1024px){.appEditContent{max-width:50%}}.appEditLabel{display:inline-block;background:hsla(0,0%,100%,.15);font-size:.8rem;font-weight:600;padding:5px 14px;border-radius:20px;letter-spacing:.05em}.appEditLabel,.appEditTitle{color:#fff;margin-bottom:10px}.appEditTitle{font-size:1.6rem;font-weight:700;line-height:1.4}@media(min-width:768px){.appEditTitle{font-size:2rem}}.appEditDescription{font-size:1rem;color:hsla(0,0%,100%,.8);line-height:1.8;margin-bottom:20px}@media(min-width:768px){.appEditDescription{font-size:1.1rem}}.appEditSteps{list-style:none;padding:0;margin:0;counter-reset:step}.appEditSteps li{position:relative;padding-left:36px;margin-bottom:14px;font-size:1rem;color:hsla(0,0%,100%,.9);line-height:1.6;counter-increment:step}@media(min-width:768px){.appEditSteps li{font-size:1.05rem}}.appEditSteps li:before{content:counter(step);position:absolute;left:0;top:0;width:26px;height:26px;background:hsla(0,0%,100%,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;color:#fff}.appEditImages{display:flex;gap:20px;justify-content:center;flex-shrink:0}@media(min-width:1024px){.appEditImages{max-width:45%}}.phoneFrameLight{position:relative;background:#f0f0f0;border-radius:28px;padding:8px;box-shadow:0 12px 40px rgba(0,0,0,.3);max-width:180px;width:100%}@media(min-width:768px){.phoneFrameLight{max-width:220px;border-radius:32px;padding:10px}}.phoneFrameLight:before{content:"";position:absolute;top:8px;left:50%;transform:translateX(-50%);width:60px;height:6px;background:#ccc;border-radius:3px;z-index:2}@media(min-width:768px){.phoneFrameLight:before{width:70px;top:10px}}.phoneFrameLight img{width:100%;height:auto;display:block;border-radius:20px}@media(min-width:768px){.phoneFrameLight img{border-radius:22px}}@media(max-width:640px){.appEditImages{gap:12px}.phoneFrameLight{max-width:140px;border-radius:22px;padding:6px}.phoneFrameLight:before{width:45px;height:5px;top:6px}.phoneFrameLight img{border-radius:16px}}