:root{--ink:#172026;--muted:#64717a;--line:#dde5e8;--paper:#f7f9f8;--white:#ffffff;--teal:#0b7a75;--teal-dark:#075f5b;--amber:#f2a33a;--rose:#c94f5d;--shadow:0 24px 70px rgba(23,32,38,0.13)}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:var(--paper);font-family:Tahoma,Arial,sans-serif;line-height:1.8}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-shell{min-height:100vh}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:20;justify-content:space-between;gap:24px;padding:14px clamp(18px,5vw,72px);background:rgba(255,255,255,.88);border-bottom:1px solid rgba(221,229,232,.8);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.brand,.nav{display:flex;align-items:center}.brand{gap:10px;font-weight:800}.brand-mark{display:grid;place-items:center;width:40px;height:40px;color:var(--white);background:var(--teal);border-radius:8px}.nav-links{display:flex;align-items:center;gap:18px;color:var(--muted);font-size:.95rem}.nav-action,.primary-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border:0;border-radius:8px;cursor:pointer;font-weight:800}.nav-action,.primary-button{color:var(--white);background:var(--teal);box-shadow:0 12px 28px rgba(11,122,117,.22)}.nav-action:hover,.primary-button:hover{background:var(--teal-dark)}.secondary-button{color:var(--teal-dark);background:var(--white);border:1px solid var(--line)}.hero{position:relative;min-height:min(720px,calc(100vh - 72px));display:grid;align-items:center;overflow:hidden;background-image:linear-gradient(90deg,rgba(247,249,248,.1),rgba(247,249,248,.78) 44%,rgba(247,249,248,.96) 72%),url(/images/web-design-studio-hero.png);background-size:cover;background-position:50%}.hero-inner{width:min(1160px,calc(100% - 36px));margin:0 auto;padding:70px 0 104px}.hero-copy{max-width:620px}.eyebrow{display:inline-flex;margin:0 0 16px;color:var(--teal-dark);font-weight:800}h1,h2,h3,p{margin-top:0}h1{margin-bottom:22px;font-size:clamp(2.2rem,6vw,4.8rem);line-height:1.18;letter-spacing:0}.hero-copy p{max-width:560px;margin-bottom:30px;color:#38464d;font-size:1.12rem}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.section{padding:76px clamp(18px,5vw,72px)}.section-inner{width:min(1160px,100%);margin:0 auto}.section-title{max-width:720px;margin-bottom:34px}.section-title h2{margin-bottom:10px;font-size:clamp(1.8rem,3vw,2.55rem);line-height:1.35}.section-title p{color:var(--muted)}.services-grid,.steps-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.order-panel,.result-panel,.service-card,.step-card{background:var(--white);border:1px solid var(--line);border-radius:8px;box-shadow:0 14px 40px rgba(23,32,38,.06)}.service-card,.step-card{padding:24px}.service-card h3,.step-card h3{margin-bottom:8px;font-size:1.18rem}.service-card p,.step-card p{margin-bottom:0;color:var(--muted)}.service-tag{display:inline-grid;place-items:center;width:44px;height:44px;margin-bottom:18px;color:var(--white);background:var(--rose);border-radius:8px;font-weight:900}.service-card:nth-child(2) .service-tag{background:var(--teal)}.service-card:nth-child(3) .service-tag{background:var(--amber)}.order-band{background:#eef4f2}.order-layout{display:grid;grid-template-columns:.95fr 1.35fr;grid-gap:34px;gap:34px;align-items:start}.order-aside{position:-webkit-sticky;position:sticky;top:92px}.order-aside ul{padding:0 20px 0 0;margin:20px 0 0;color:var(--muted)}.order-panel{padding:clamp(22px,4vw,34px)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.field{display:grid;grid-gap:7px;gap:7px}.field.full{grid-column:1/-1}.field label{font-weight:800}.field input,.field select,.field textarea{width:100%;min-height:48px;padding:10px 12px;color:var(--ink);background:#fbfcfc;border:1px solid #cfdadd;border-radius:8px;outline:none}.field textarea{min-height:126px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(11,122,117,.13)}.form-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:22px}.form-message,.price-note{color:var(--muted);font-size:.94rem}.form-message.error{color:#a13d48}.footer{padding:34px clamp(18px,5vw,72px);color:var(--muted);background:var(--ink)}.footer-inner{width:min(1160px,100%);margin:0 auto}.result-page{display:grid;place-items:center;min-height:100vh;padding:24px}.result-panel{width:min(680px,100%);padding:clamp(24px,5vw,42px)}.status-badge{display:inline-flex;margin-bottom:18px;padding:4px 12px;color:var(--white);background:var(--teal);border-radius:999px;font-weight:800}.status-badge.failed{background:var(--rose)}.result-list{display:grid;grid-gap:8px;gap:8px;margin:24px 0;color:var(--muted)}@media (max-width:860px){.nav{align-items:flex-start}.nav-links{display:none}.hero{min-height:680px;background-image:linear-gradient(0deg,rgba(247,249,248,.98),rgba(247,249,248,.9) 44%,rgba(247,249,248,.35)),url(/images/web-design-studio-hero.png);background-position:top}.hero-inner{align-self:end;padding-bottom:70px}.form-grid,.order-layout,.services-grid,.steps-grid{grid-template-columns:1fr}.order-aside{position:static}.form-footer{align-items:stretch;flex-direction:column}}