* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #111116; background: #f8f8fc; font-family: var(--font-sans); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }

.site-header { background: #f8f8fc; }
.header-inner { width: min(1500px, calc(100% - 64px)); height: 120px; margin: 0 auto; display: grid; grid-template-columns: 250px 1fr 250px; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 9px; width: fit-content; }
.brand img { display: block; width: 190px; height: auto; }
.brand-name { color: #536bb8; font-size: 31px; font-weight: 800; letter-spacing: -1.8px; }
.brand-symbol { position: relative; width: 45px; height: 40px; display: block; }
.brand-symbol i { position: absolute; width: 17px; height: 17px; border-radius: 50%; background: #536bb8; }
.brand-symbol i::after { content: ''; position: absolute; top: 6px; left: 11px; width: 23px; height: 6px; border-radius: 5px; background: inherit; transform-origin: left center; }
.brand-symbol i:nth-child(1) { left: 0; top: 2px; }
.brand-symbol i:nth-child(2) { left: 0; bottom: 2px; }
.brand-symbol i:nth-child(3) { right: 0; top: 2px; background: #5bc6d6; }
.brand-symbol i:nth-child(4) { right: 0; bottom: 2px; background: #5bc6d6; }
.brand-symbol i:nth-child(1)::after { transform: rotate(28deg); }
.brand-symbol i:nth-child(2)::after { transform: rotate(-28deg); }
.brand-symbol i:nth-child(3)::after, .brand-symbol i:nth-child(4)::after { display: none; }

.main-nav { display: flex; justify-content: center; align-items: center; gap: clamp(35px, 3.1vw, 62px); }
.main-nav a { font-size: 19px; font-weight: 600; letter-spacing: -.5px; white-space: nowrap; transition: color .2s; }
.main-nav a:hover { color: #4264bc; }
.header-actions { display: flex; justify-content: flex-end; gap: 6px; }
.action { min-width: 113px; padding: 10px 18px 11px; border-radius: 999px; color: #fff; text-align: center; font-size: 16px; font-weight: 700; }
.action-primary { background: #4265bf; }
.action-dark { background: #050508; }
.menu-toggle { display: none; border: 0; background: none; padding: 5px; }

main { padding: 0; background: linear-gradient(180deg,#f8f8fc 0%,#eef9fb 22%,#f4effd 43%,#eef8fb 62%,#fceff2 80%,#f0f5fc 100%); }
.hero { width: min(1500px, calc(100% - 64px)); min-height: 448px; margin: 0 auto; border-radius: 27px; display: flex; align-items: center; overflow: hidden; background: linear-gradient(110deg, #e8e6fb 0%, #e2eafa 52%, #d5f0fe 100%); }
.hero-copy { width: 100%; padding: 58px 10.8%; }
.hero h1 { margin: 0; line-height: 1.27; letter-spacing: -2.5px; }
.hero h1 span, .hero h1 strong { display: block; }
.hero h1 span { font-size: clamp(34px, 2.35vw, 46px); font-weight: 400; }
.hero h1 span b { font-weight: 800; }
.hero h1 strong { font-size: clamp(36px, 2.55vw, 50px); font-weight: 800; }
.hero h1 em { color: #3153aa; font-style: normal; }
.hero p { margin: 13px 0 24px; font-size: 18px; font-weight: 500; letter-spacing: -.65px; }
.hero-cta { display: inline-flex; min-width: 142px; height: 47px; padding: 0 25px; border-radius: 999px; align-items: center; justify-content: center; background: #050508; color: #fff; font-size: 16px; font-weight: 700; transition: transform .2s, background .2s; }
.hero-cta:hover { transform: translateY(-2px); background: #3153aa; }
.mobile-break { display: none; }
.anchor-sections { position: absolute; width: 1px; height: 1px; overflow: hidden; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

.category-section { position: relative; z-index: 0; width: min(1500px, calc(100% - 64px)); margin: 0 auto; padding: 82px 20px 80px; }
.category-section::before { content: ''; position: absolute; z-index: -1; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%); background: linear-gradient(to bottom, rgba(248,248,252,0) 52%, rgba(236,248,250,.48) 82%, #eaf7f9 100%); pointer-events: none; }
.section-heading { text-align: center; }
.section-heading p { margin: 0 0 8px; font-size: 20px; font-weight: 400; letter-spacing: -.7px; }
.section-heading p b { font-weight: 800; }
.section-heading h2 { margin: 0; font-size: clamp(28px, 2vw, 38px); font-weight: 300; letter-spacing: -1.5px; }
.section-heading h2 strong { font-weight: 800; }
.category-search { position: relative; width: min(615px, 100%); margin: 38px auto 45px; }
.category-search input { width: 100%; height: 56px; padding: 0 64px 0 26px; border: 2px solid #3557ba; border-radius: 999px; outline: 0; background: transparent; color: #222; font: 500 16px var(--font-sans); }
.category-search input:focus { box-shadow: 0 0 0 4px rgba(53,87,186,.10); }
.category-search button { position: absolute; right: 11px; top: 50%; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; transform: translateY(-50%); cursor: pointer; }
.category-search button span { position: absolute; left: 10px; top: 8px; width: 18px; height: 18px; border: 2px solid #222; border-radius: 50%; }
.category-search button span::after { content: ''; position: absolute; width: 9px; height: 2px; right: -7px; bottom: -4px; background: #222; transform: rotate(48deg); }
.category-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px clamp(35px, 4.2vw, 72px); }
.category-item { display: flex; align-items: center; gap: 13px; min-width: 195px; transition: transform .2s; }
.category-item:hover { transform: translateY(-4px); }
.category-icon { position: relative; flex: 0 0 70px; width: 70px; height: 70px; border-radius: 50%; display: grid; place-items: center; overflow: hidden; }
.category-icon img { position: absolute; left: 50%; top: 50%; width: 42px; height: 42px; object-fit: contain; z-index: 2; transform: translate(-50%,-50%); }
.category-icon i { color: rgba(40,68,160,.62); font-style: normal; font-size: 21px; font-weight: 800; }
.category-icon.mint { background: #e1f6f2; }.category-icon.pink { background: #fbeaf4; }.category-icon.purple { background: #eee6ff; }
.category-icon.yellow { background: #f8f0d9; }.category-icon.gray { background: #eeeeef; }.category-icon.orange { background: #ffebdf; }.category-icon.blue { background: #def4fa; }
.category-item b, .category-item small { display: block; }
.category-item b { margin-bottom: 6px; font-size: 18px; font-weight: 700; }
.category-item small { color: #96969c; font-size: 15px; font-weight: 500; white-space: nowrap; }
.search-empty { display: none; margin: 35px 0 0; color: #777; text-align: center; }

.service-section { position: relative; z-index: 0; width: min(1500px, calc(100% - 64px)); margin: 0 auto; padding: 35px 20px 90px; text-align: center; }
.service-section::before { content: ''; position: absolute; z-index: -1; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%); background: linear-gradient(to bottom, #eaf7f9 0%, rgba(232,247,249,.78) 35%, rgba(248,248,252,0) 82%); pointer-events: none; }
.service-question { width: 200px; height: 200px; margin: 0 auto 6px; }
.service-question img { display: block; width: 100%; height: 100%; object-fit: contain; }
.service-section > h2 { margin: 20px 0 50px; font-size: clamp(27px, 2vw, 36px); font-weight: 300; letter-spacing: -1.4px; }
.service-section > h2 strong { font-weight: 800; }
.service-cards { width: min(850px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; text-align: left; }
.service-card { position: relative; min-height: 300px; padding: 42px 38px; border-radius: 20px; overflow: visible; transition: transform .25s, box-shadow .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 20px 40px rgba(62,77,120,.13); }
.service-card.skin { background: #f2eefd; }
.service-card.posting { background: #fdfaef; }
.service-kicker { color: #7d8490; font-size: 14px; font-weight: 700; }
.service-card h3 { margin: 12px 0 13px; font-size: 25px; letter-spacing: -1px; }
.service-card p { margin: 0; font-size: 16px; line-height: 1.75; letter-spacing: -.5px; }
.service-symbol { position: absolute; right: 32px; bottom: 25px; width: 84px; height: 84px; display: grid; place-items: center; }
.service-symbol img { display: block; width: 100%; height: 100%; object-fit: contain; }
.service-arrow { position: absolute; left: 38px; bottom: -20px; width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: #7160c8; color: #fff; font-size: 36px; line-height: 1; box-shadow: 0 8px 16px rgba(80,68,152,.18); }
.service-arrow img { display: block; width: 30px; height: 30px; object-fit: contain; }
.posting .service-arrow { background: #efbd32; box-shadow: 0 8px 16px rgba(188,139,23,.18); }

.content-heading { text-align: center; }
.content-heading > img { width: 108px; height: 108px; object-fit: contain; }
.content-heading > span { display: block; margin: 8px 0 6px; color: #5872c5; font-size: 13px; font-weight: 800; letter-spacing: 1.5px; }
.content-heading h2 { margin: 0; font-size: clamp(29px,2.2vw,40px); font-weight: 400; letter-spacing: -1.6px; }
.content-heading h2 strong { font-weight: 800; }
.content-heading p { margin: 10px 0 0; color: #74747c; font-size: 16px; }
.content-heading.compact > img { width: 96px; height: 96px; }

.portfolio-section { position: relative; z-index: 0; padding: 80px 0 100px; overflow: hidden; }
.portfolio-section .content-heading > img { width: 193px; height: 200px; }
.portfolio-section::before { content: ''; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 50% 35%,rgba(244,231,252,.78),rgba(231,249,251,.55) 46%,rgba(248,248,252,0) 82%); }
.portfolio-slider-wrap { position: relative; margin-top: 58px; }
.portfolio-slider { display: flex; align-items: center; gap: 28px; padding: 32px calc(50vw - 220px) 48px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.portfolio-slider::-webkit-scrollbar { display: none; }
.portfolio-card { --card-scale: .88; --card-opacity: .58; position: relative; flex: 0 0 390px; scroll-snap-align: center; padding: 14px 14px 20px; border: 2px solid transparent; border-radius: 20px; background: rgba(255,255,255,.96); opacity: var(--card-opacity); transform: scale(var(--card-scale)); transition: border-color .32s ease, box-shadow .32s ease; box-shadow: 0 14px 32px rgba(122,145,190,.08); will-change: transform, opacity; }
.portfolio-card.active { border-color: #6288e4; box-shadow: 0 18px 42px rgba(145,180,235,.22); }
.portfolio-category { position: absolute; z-index: 2; right: 24px; top: 25px; padding: 6px 14px; border-radius: 999px; background: #111; color: #fff; font-size: 12px; font-weight: 700; }
.portfolio-card h3 { margin: 16px 4px 2px; font-size: 18px; letter-spacing: -.7px; }
.blog-mockup { position: relative; height: 245px; overflow: hidden; border-radius: 12px; background: linear-gradient(145deg,#cfe8fa,#f3dff6); }
.blog-mockup::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 38px; background: rgba(255,255,255,.9); }
.blog-mockup i { position: absolute; left: 24px; top: 13px; width: 68px; height: 11px; border-radius: 8px; background: #596fbe; }
.blog-mockup b { position: absolute; left: 0; right: 0; top: 38px; height: 108px; background: linear-gradient(120deg,rgba(62,93,181,.75),rgba(122,203,213,.55)); }
.blog-mockup em { position: absolute; left: 24px; top: 74px; width: 160px; height: 14px; border-radius: 8px; background: #fff; box-shadow: 0 24px 0 rgba(255,255,255,.68); }
.blog-mockup small { position: absolute; left: 24px; right: 24px; bottom: 20px; height: 68px; border-radius: 10px; background: #fff; box-shadow: 120px 0 0 -15px rgba(255,255,255,.72); }
.blog-mockup.beauty { background: linear-gradient(145deg,#f7dbea,#e9ddf6); }.blog-mockup.beauty b { background: linear-gradient(120deg,#db7dac,#8b6fbe); }
.blog-mockup.company { background: linear-gradient(145deg,#dce8f6,#edf2fa); }.blog-mockup.company b { background: linear-gradient(120deg,#31568d,#6c9ed2); }
.blog-mockup.academy { background: linear-gradient(145deg,#eee0ff,#dfe3ff); }.blog-mockup.academy b { background: linear-gradient(120deg,#7949c4,#b164d7); }
.blog-mockup.food { background: linear-gradient(145deg,#faeadc,#f6d9c5); }.blog-mockup.food b { background: linear-gradient(120deg,#a9653c,#dda56a); }
.blog-mockup.stay { background: linear-gradient(145deg,#d8eef0,#e6f0df); }.blog-mockup.stay b { background: linear-gradient(120deg,#377d86,#7eab8d); }
.blog-mockup.interior { background: linear-gradient(145deg,#eee9df,#ddd8cc); }.blog-mockup.interior b { background: linear-gradient(120deg,#675f53,#a4947d); }
.blog-mockup.law { background: linear-gradient(145deg,#e2e8f2,#d9e0eb); }.blog-mockup.law b { background: linear-gradient(120deg,#243a60,#657a9d); }
.blog-mockup.estate { background: linear-gradient(145deg,#e4f1ed,#d9ebe5); }.blog-mockup.estate b { background: linear-gradient(120deg,#3d806f,#74ae9c); }
.blog-mockup.shop { background: linear-gradient(145deg,#fde5ef,#f9dce8); }.blog-mockup.shop b { background: linear-gradient(120deg,#d95d94,#ee9ebf); }
.blog-mockup.car { background: linear-gradient(145deg,#e3e7ec,#cfd6df); }.blog-mockup.car b { background: linear-gradient(120deg,#2e3744,#75808f); }
.blog-mockup.pet { background: linear-gradient(145deg,#fff0dc,#f7e1ca); }.blog-mockup.pet b { background: linear-gradient(120deg,#d78555,#efb27d); }
.slider-control { position: absolute; z-index: 5; top: 50%; width: 48px; height: 48px; border: 0; border-radius: 50%; background: #fff; color: #4663b5; font-size: 34px; box-shadow: 0 10px 25px rgba(45,59,110,.16); cursor: pointer; }
.slider-control.prev { left: 4%; }.slider-control.next { right: 4%; }

.price-section { position: relative; z-index: 0; padding: 70px 32px 100px; }
.price-section .content-heading > img { width: 193px; height: 200px; }
.price-section::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(to bottom,rgba(248,248,252,0),rgba(226,247,250,.72) 32%,rgba(248,248,252,0)); }
.price-grid { width: min(1160px,100%); margin: 105px auto 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 110px 32px; }
.price-card { position: relative; min-height: 400px; padding: 48px 42px 75px; border: 2px solid rgba(255,255,255,.96); border-radius: 17px; background: rgba(255,255,255,.7); transition: .25s; }
.price-card:hover,.price-card.auto-active { transform: translateY(-7px); border-color: #47bbc5; box-shadow: 0 20px 40px rgba(63,88,132,.12); }
.price-card.best { transform: translateY(-7px); border-color: #47bbc5; box-shadow: 0 20px 40px rgba(63,88,132,.12); }
.price-card.best:hover,.price-card.best.auto-active { transform: translateY(-11px); }
.best-character { position: absolute; z-index: 3; right: 14px; top: -88px; width: 116px; height: 116px; display: block; pointer-events: none; }
.best-character img { display: block; width: 100%; height: 100%; object-fit: contain; }
.best-character b { position: absolute; left: 50%; bottom: -11px; min-width: 104px; padding: 7px 10px; border-radius: 999px; background: #47bbc5; color: #fff; font-size: 11px; font-weight: 800; text-align: center; white-space: nowrap; transform: translateX(-50%); box-shadow: 0 7px 15px rgba(47,146,154,.2); }
.price-card > span { color: #7b7f85; font-size: 12px; font-weight: 800; }.price-card h3 { margin: 12px 0 18px; font-size: 24px; letter-spacing: -.8px; }.price-card > strong { color: #2d9aa6; font-size: 47px; line-height: 1.1; }
.price-card > strong small { margin-left: 5px; font-size: 19px; font-weight: 700; }
.price-card ul { margin: 28px 0 0; padding: 0; list-style: none; }.price-card li { margin: 15px 0; font-size: 16px; line-height: 1.5; letter-spacing: -.35px; }.price-card li::before { content: '✓'; margin-right: 9px; color: #2bb3c0; font-weight: 800; }
.price-card a { position: absolute; left: 23px; bottom: -18px; height: 39px; padding: 0 15px; display: inline-flex; align-items: center; gap: 9px; border-radius: 999px; background: #47bbc5; color: #fff; font-size: 13px; font-weight: 700; }.price-card a b { font-size: 18px; }
.price-note { width: min(1120px,100%); margin: 42px auto 0; padding: 18px 22px; border-radius: 12px; background: rgba(255,255,255,.58); color: #5e626b; font-size: 15px; line-height: 1.6; text-align: center; }
.price-note strong { color: #e54848; font-weight: 700; }

.review-section { position: relative; z-index: 0; padding: 75px 32px 105px; }
.review-section .content-heading > img { width: 193px; height: 200px; }
.review-section::before { content: ''; position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 65% 48%,rgba(251,221,211,.72),rgba(246,229,250,.57) 42%,rgba(248,248,252,0) 78%); }
.review-grid { width: min(1060px,100%); margin: 52px auto 0; display: grid; grid-template-columns: repeat(6,1fr); gap: 18px; }
.review-grid article { grid-column: span 2; }
.review-grid article:nth-child(4) { grid-column: 2 / span 2; }
.review-grid article:nth-child(5) { grid-column: 4 / span 2; }
.review-grid article { min-height: 175px; padding: 25px; border: 1px solid rgba(255,255,255,.88); border-radius: 15px; background: rgba(255,255,255,.55); transition: background .25s, box-shadow .25s; animation: reviewFloat 4.4s ease-in-out infinite; will-change: transform; }.review-grid article:nth-child(2n) { animation-duration: 5.2s; animation-delay: -.9s; }.review-grid article:nth-child(3n) { animation-duration: 5.8s; animation-delay: -1.8s; }.review-grid article:nth-child(4n) { animation-duration: 4.8s; animation-delay: -2.5s; }.review-grid article:hover { background: rgba(255,255,255,.82); box-shadow: 0 14px 28px rgba(78,95,130,.09); }
@keyframes reviewFloat { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.review-grid span { color: #f4ae2e; letter-spacing: 2px; }.review-grid h3 { margin: 11px 0 9px; font-size: 17px; }.review-grid p { margin: 0; color: #55565d; font-size: 14px; line-height: 1.65; }.review-grid small { display: block; margin-top: 13px; color: #929298; }

.contact-section { position: relative; z-index: 0; padding: 80px 32px 54px; }
.contact-section .content-heading > img { width: 193px; height: 200px; }
.contact-section::before { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(to bottom,rgba(248,248,252,0),rgba(236,243,252,.82) 38%,rgba(248,248,252,.5)); }
.contact-layout { width: min(1220px,100%); margin: 60px auto 0; display: grid; grid-template-columns: .9fr 1.25fr; gap: 65px; align-items: stretch; }
.process-list { padding-right: 16px; counter-reset: process-step; }
.process-list article { position: relative; min-height: 112px; margin-bottom: 14px; padding: 23px 24px 22px 82px; border: 1px solid rgba(255,255,255,.92); border-radius: 17px; background: rgba(255,255,255,.5); box-shadow: 0 10px 26px rgba(82,99,132,.06); counter-increment: process-step; transition: transform .25s ease, border-color .25s ease, background .25s ease, box-shadow .25s ease; }
.process-list article::before { content: counter(process-step, decimal-leading-zero); position: absolute; left: 22px; top: 24px; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg,#4d73d0,#47bbc5); color: #fff; font-size: 14px; font-weight: 800; box-shadow: 0 8px 18px rgba(71,187,197,.24); }
.process-list article:hover { transform: translateX(5px); border-color: rgba(71,187,197,.55); background: rgba(255,255,255,.76); box-shadow: 0 14px 30px rgba(82,99,132,.1); }
.process-list article:last-child { margin-bottom: 0; }
.process-list span { color: #3eabc0; font-size: 12px; font-weight: 800; letter-spacing: .5px; }
.process-list h3 { margin: 5px 0 7px; font-size: 20px; }
.process-list p { margin: 0; color: #686b75; font-size: 16px; line-height: 1.65; }
.contact-form { padding: 42px; border-radius: 20px; background: rgba(255,255,255,.72); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }.contact-form > h3 { margin: 0 0 27px; text-align: center; font-size: 27px; }
.contact-form fieldset { margin: 0 0 22px; padding: 0; border: 0; }.contact-form legend { margin-bottom: 12px; font-size: 15px; font-weight: 700; }.contact-form fieldset label { display: inline-block; margin: 0 7px 7px 0; }.contact-form fieldset input { position: absolute; opacity: 0; }.contact-form fieldset span { display: block; padding: 10px 15px; border: 1px solid #d5dce7; border-radius: 8px; background: #fff; font-size: 14px; cursor: pointer; }.contact-form fieldset input:checked + span { border-color: #4c76d1; background: #4c76d1; color: #fff; }
.form-field { display: grid; grid-template-columns: 95px 1fr; align-items: center; margin-bottom: 13px; }.form-field > span { font-size: 15px; font-weight: 600; }.form-field b { color: #ef5b5b; }.form-field input,.form-field select,.form-field textarea { width: 100%; border: 1px solid #e0e3e9; border-radius: 7px; background: #fff; color: #333741; font: 15px var(--font-sans); outline: 0; }.form-field input,.form-field select { height: 47px; padding: 0 15px; }.form-field select { cursor: pointer; }.form-field textarea { min-height: 110px; padding: 14px 15px; resize: vertical; }.form-field.textarea { align-items: start; }.form-field.textarea > span { padding-top: 13px; }.form-field input:focus,.form-field select:focus,.form-field textarea:focus { border-color: #5478cd; box-shadow: 0 0 0 3px rgba(84,120,205,.1); }
.contact-form > button { display: block; min-width: 160px; height: 49px; margin: 25px auto 0; border: 0; border-radius: 999px; background: #111; color: #fff; font-size: 15px; font-weight: 700; cursor: pointer; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.contact-form > button:hover { transform: translateY(-3px); background: #47bbc5; box-shadow: 0 12px 24px rgba(71,187,197,.28); }
.site-footer { position: relative; padding: 84px 32px 24px; border-top: 0; background: linear-gradient(to bottom,#f0f5fc 0%,#eef5fb 46%,#edf7f8 100%); overflow: hidden; }
.site-footer::before { display: none; }
.footer-inner { position: relative; width: min(1200px,100%); margin: 0 auto; display: flex; align-items: flex-start; justify-content: space-between; gap: 70px; }
.footer-brand a { display: inline-block; color: #1d2550; }
.footer-brand img { display: block; width: 180px; height: auto; }
.footer-brand strong { font-size: 30px; font-weight: 900; letter-spacing: -1.5px; }
.footer-brand p { margin: 16px 0 0; color: #666b78; font-size: 15px; line-height: 1.75; }
.footer-info { display: flex; align-items: flex-start; gap: 48px; }
.footer-info > div { min-width: 125px; display: flex; flex-direction: column; gap: 10px; }
.footer-info strong { margin-bottom: 4px; color: #20232b; font-size: 15px; }
.footer-info a { color: #747985; font-size: 14px; transition: color .2s, transform .2s; }
.footer-info a:hover { color: #309ba5; transform: translateX(3px); }
.footer-contact { min-width: 268px !important; margin-top: -10px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.9); border-radius: 15px; background: rgba(255,255,255,.58); box-shadow: 0 10px 25px rgba(76,95,129,.07); }
.footer-contact > strong { margin-bottom: 5px; color: #2c8993; font-size: 16px; }
.footer-contact p { margin: 0; display: grid; grid-template-columns: 64px 1fr; gap: 16px; color: #5f6470; font-size: 14px; line-height: 1.45; }
.footer-contact p span { color: #8f949f; font-size: 12px; font-weight: 700; }
.footer-contact p a { font-size: 14px; font-weight: 600; word-break: break-all; }
.footer-bottom { position: relative; width: min(1200px,100%); margin: 28px auto 0; padding-top: 17px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(100,113,145,.14); }
.footer-bottom p { margin: 0; color: #8a8e98; font-size: 12px; }
.quick-consult { position: fixed; z-index: 30; right: 18px; top: 50%; width: 194px; padding: 23px 18px 19px; border: 1px solid rgba(255,255,255,.92); border-radius: 18px; background: rgba(255,255,255,.82); box-shadow: 0 16px 38px rgba(47,66,105,.16); backdrop-filter: blur(13px); -webkit-backdrop-filter: blur(13px); transform: translateY(-50%); }
.quick-consult-character { display: block; width: 124px; height: 110px; margin: -92px auto 0; object-fit: cover; object-position: center top; }
.quick-consult > strong { position: relative; z-index: 2; display: table; min-width: 136px; margin: -2px auto 11px; padding: 9px 15px; border-radius: 999px; background: #47bbc5; color: #fff; font-size: 15px; font-weight: 800; text-align: center; letter-spacing: -.2px; box-shadow: 0 7px 15px rgba(47,146,154,.2); }
.quick-consult > p { margin: 0 0 15px; color: #858892; font-size: 12px; text-align: center; }
.quick-consult-form label { display: block; margin-bottom: 9px; }
.quick-consult-form label span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.quick-consult-form input { width: 100%; height: 42px; padding: 0 12px; border: 1px solid #dfe3eb; border-radius: 9px; background: rgba(255,255,255,.94); font: 13px var(--font-sans); outline: 0; }
.quick-consult-form input:focus { border-color: #47bbc5; box-shadow: 0 0 0 3px rgba(71,187,197,.11); }
.quick-consult-form button { width: 100%; height: 43px; margin-top: 2px; border: 0; border-radius: 9px; background: linear-gradient(135deg,#4d73d0,#47bbc5); color: #fff; font: 700 14px var(--font-sans); cursor: pointer; transition: transform .2s, box-shadow .2s; }
.quick-consult-form button:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(71,187,197,.24); }
.top-button { position: fixed; z-index: 31; right: 24px; bottom: 24px; width: 58px; height: 58px; padding: 8px 0 6px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; border: 1px solid rgba(71,187,197,.42); border-radius: 50%; background: rgba(255,255,255,.86); color: #2c8993; box-shadow: 0 10px 24px rgba(42,93,104,.13); backdrop-filter: blur(9px); -webkit-backdrop-filter: blur(9px); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(12px); transition: opacity .25s, visibility .25s, transform .25s, background .25s; }
.top-button.show { opacity: 1; visibility: visible; transform: translateY(0); }
.top-button:hover { background: #47bbc5; color: #fff; }
.top-button i { width: 9px; height: 9px; border-top: 2px solid currentColor; border-left: 2px solid currentColor; transform: rotate(45deg); }
.top-button span { font-size: 10px; font-weight: 800; letter-spacing: .4px; }
.category-section::before,.service-section::before,.portfolio-section::before,.price-section::before,.review-section::before,.contact-section::before { background: transparent; }

@media (max-width: 1100px) {
  .header-inner { grid-template-columns: 220px 1fr; }
  .main-nav { display: none; position: absolute; z-index: 20; top: 95px; left: 24px; right: 24px; padding: 25px; border-radius: 18px; background: rgba(255,255,255,.96); box-shadow: 0 15px 35px rgba(41,49,88,.13); flex-direction: column; gap: 20px; }
  .main-nav.open { display: flex; }
  .menu-toggle { display: flex; position: absolute; right: 32px; flex-direction: column; gap: 5px; }
  .menu-toggle span { width: 25px; height: 2px; background: #111; transition: .2s; }
  .header-actions { margin-right: 58px; }
  .category-list { gap: 24px; }
  .category-item { min-width: 230px; }
  .price-grid { grid-template-columns: repeat(2,1fr); gap: 110px 24px; }
  .review-grid { grid-template-columns: repeat(2,1fr); }
  .review-grid article,.review-grid article:nth-child(4),.review-grid article:nth-child(5) { grid-column: auto; }
  .quick-consult { right: 12px; width: 178px; }
}

@media (max-width: 700px) {
  .header-inner { width: calc(100% - 36px); height: 84px; grid-template-columns: 1fr; }
  .brand-name { font-size: 25px; }
  .brand img { width: 164px; }
  .brand-symbol { transform: scale(.86); transform-origin: left center; margin-right: -4px; }
  .header-actions { display: none; }
  .menu-toggle { right: 20px; }
  .main-nav { top: 74px; left: 18px; right: 18px; }
  main { padding-bottom: 0; }
  .hero { width: calc(100% - 36px); min-height: 480px; border-radius: 22px; align-items: flex-start; }
  .hero-copy { padding: 72px 27px; }
  .hero h1 { letter-spacing: -1.9px; line-height: 1.32; }
  .hero h1 span { font-size: 30px; }
  .hero h1 strong { margin-top: 2px; font-size: 32px; }
  .hero p { margin-top: 17px; font-size: 15px; line-height: 1.75; }
  .mobile-break { display: block; }
  .category-section { width: calc(100% - 36px); padding: 70px 0 80px; }
  .section-heading p { font-size: 17px; }
  .section-heading h2 { font-size: 29px; line-height: 1.38; }
  .category-search { margin: 28px auto 34px; }
  .category-search input { font-size: 14px; padding-left: 20px; }
  .category-list { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px 12px; }
  .category-item { min-width: 0; gap: 10px; align-items: flex-start; }
  .category-icon { flex-basis: 54px; width: 54px; height: 54px; }
  .category-icon img { width: 42px; height: 42px; }
  .category-icon i { font-size: 17px; }
  .category-item b { font-size: 16px; }
  .category-item small { white-space: normal; font-size: 13px; line-height: 1.45; }
  .service-section { width: calc(100% - 36px); padding: 25px 0 80px; }
  .service-question { width: 160px; height: 160px; margin-bottom: 0; }
  .service-section > h2 { margin: 12px 0 34px; }
  .service-cards { grid-template-columns: 1fr; gap: 22px; }
  .service-card { min-height: 270px; padding: 34px 28px; }
  .service-card h3 { font-size: 23px; }
  .service-card p { font-size: 14px; }
  .content-heading { padding: 0 22px; }.content-heading > img,.content-heading.compact > img { width: 86px; height: 86px; }.content-heading p { font-size: 14px; line-height: 1.6; }
  .portfolio-section { padding: 80px 0 95px; }.portfolio-slider { gap: 18px; padding: 25px calc(50vw - 155px) 42px; }.portfolio-card { flex-basis: 290px; }.portfolio-card.active { transform: scale(1.03); }.blog-mockup { height: 190px; }.slider-control { display: none; }
  .price-section,.review-section,.contact-section { padding-left: 18px; padding-right: 18px; }.price-grid { grid-template-columns: 1fr; max-width: 440px; gap: 110px; }.price-card { min-height: 320px; padding: 32px 24px 65px; }
  .review-grid { grid-template-columns: 1fr; max-width: 540px; }.review-grid article { min-height: auto; }
  .contact-layout { grid-template-columns: 1fr; gap: 38px; }.process-list { padding-right: 0; border-right: 0; }.contact-form { padding: 30px 20px; }.form-field { grid-template-columns: 1fr; gap: 8px; }.form-field.textarea > span { padding-top: 0; }
  .site-footer { padding: 66px 20px 22px; }.footer-inner { flex-direction: column; gap: 30px; }.footer-info { width: 100%; gap: 28px 42px; flex-wrap: wrap; }.footer-info > div { min-width: 0; flex: 1; }.footer-info .footer-contact { width: 100%; margin-top: 0; flex-basis: 100%; }.footer-brand strong { font-size: 27px; }.footer-bottom { margin-top: 24px; flex-direction: column; gap: 8px; }
  .quick-consult { display: none; }
  .top-button { right: 16px; bottom: 16px; width: 52px; height: 52px; }
}
