:root {
  --background: #0b0f12;
  --background-deep: #07090b;
  --surface: #151a1f;
  --surface-light: #1d242b;
  --surface-glass: rgba(25, 31, 37, 0.72);
  --text: #ffffff;
  --muted: #aeb7c2;
  --muted-strong: #d7dde4;
  --green: #22c55e;
  --green-dark: #16a34a;
  --green-soft: rgba(34, 197, 94, 0.16);
  --border: rgba(255, 255, 255, 0.12);
  --border-strong: rgba(255, 255, 255, 0.18);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.42);
  --shadow-soft: 0 18px 52px rgba(0, 0, 0, 0.28);
  --radius: 22px;
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 15% 8%, rgba(255, 255, 255, 0.08), transparent 26rem),
    radial-gradient(circle at 72% 6%, rgba(34, 197, 94, 0.22), transparent 32rem),
    radial-gradient(circle at 88% 44%, rgba(255, 255, 255, 0.055), transparent 24rem),
    linear-gradient(180deg, #0d1115 0%, var(--background) 42%, #090c0f 100%);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.82), transparent 72%);
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 8% 54%, rgba(34, 197, 94, 0.09), transparent 22rem),
    radial-gradient(circle at 72% 82%, rgba(255, 255, 255, 0.045), transparent 24rem);
  opacity: 0.95;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

img {
  max-width: 100%;
}

:focus-visible {
  outline: 3px solid rgba(34, 197, 94, 0.72);
  outline-offset: 4px;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal[data-delay="100"] {
  transition-delay: 0.1s;
}

.reveal[data-delay="200"] {
  transition-delay: 0.2s;
}

.reveal[data-delay="300"] {
  transition-delay: 0.3s;
}

.reveal[data-delay="400"] {
  transition-delay: 0.4s;
}

.container {
  width: min(100% - 40px, var(--container));
  margin: 0 auto;
}

.section {
  position: relative;
  padding: 94px 0;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.035), transparent 34rem);
}

.section-muted {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.02)),
    rgba(20, 25, 30, 0.42);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(11, 15, 18, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  backdrop-filter: blur(22px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  letter-spacing: 0;
  white-space: nowrap;
}

.logo-img-wrap {
  position: relative;
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  overflow: hidden;
  padding: 0;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(34, 197, 94, 0.08)),
    #050708;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 14px 34px rgba(0, 0, 0, 0.26);
}

.logo-mark-fallback {
  position: absolute;
  inset: 0;
  display: inline-grid;
  place-items: center;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.logo-mark-fallback::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(34, 197, 94, 0.82);
}

.logo-mark-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.18);
  filter:
    contrast(1.04)
    drop-shadow(0 12px 24px rgba(0, 0, 0, 0.24));
}

.logo-mark-img:not([src]),
.logo-mark-img[src=""] {
  display: none;
}

.logo-mark-text {
  position: relative;
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: -0.04em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 12px 30px rgba(0, 0, 0, 0.24);
}

.logo-mark-text::after {
  content: "";
  position: absolute;
  right: 7px;
  bottom: 7px;
  width: 7px;
  height: 7px;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(34, 197, 94, 0.82);
}

.logo-text {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  color: var(--text);
  font-size: 16px;
  line-height: 1;
}

.logo-web {
  color: #eef3f7;
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.logo-kate {
  color: var(--text);
  font-weight: 520;
  letter-spacing: 0.012em;
}

.logo-dot {
  color: var(--green);
  text-shadow: 0 0 18px rgba(34, 197, 94, 0.58);
}

.nav,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 15px;
}

.nav a,
.site-footer nav a,
.contact-links a,
.work-actions a {
  transition: color 0.22s ease, background 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.nav a:hover,
.site-footer nav a:hover,
.contact-links a:hover,
.work-actions a:hover {
  color: var(--green);
}

.header-cta {
  padding: 11px 18px;
  border: 1px solid rgba(34, 197, 94, 0.48);
  border-radius: 999px;
  color: var(--green);
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: background 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease;
}

.header-cta:hover {
  background: var(--green);
  border-color: var(--green);
  color: #041107;
  transform: translateY(-1px);
}

.burger {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  gap: 5px;
  padding: 10px;
  background: var(--surface-light);
  border: 1px solid var(--border);
  border-radius: 14px;
}

.burger span {
  width: 20px;
  height: 2px;
  display: block;
  background: var(--text);
  border-radius: 999px;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.burger.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.burger.is-active span:nth-child(2) {
  opacity: 0;
}

.burger.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero {
  min-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 86px;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -18% -12% -12% -8%;
  background:
    radial-gradient(circle at 78% 18%, rgba(34, 197, 94, 0.34), transparent 31rem),
    radial-gradient(circle at 18% 42%, rgba(34, 197, 94, 0.12), transparent 24rem),
    radial-gradient(circle at 62% 54%, rgba(255, 255, 255, 0.1), transparent 24rem);
  filter: blur(8px);
  opacity: 0.96;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(108deg, transparent 8%, rgba(34, 197, 94, 0.13) 45%, transparent 53%),
    linear-gradient(138deg, transparent 18%, rgba(255, 255, 255, 0.06) 47%, transparent 56%),
    linear-gradient(90deg, transparent 7%, rgba(255, 255, 255, 0.24) 50%, transparent 93%);
  background-size: 100% 100%, 100% 100%, min(980px, 88vw) 1px;
  background-position: center, center, center 102px;
  background-repeat: no-repeat;
  opacity: 0.48;
  mix-blend-mode: screen;
  pointer-events: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  width: min(100%, 1080px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.82fr);
  align-items: center;
  gap: 54px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--green);
  font-size: 14px;
  font-weight: 850;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(34, 197, 94, 0.88);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 850px;
  margin-bottom: 24px;
  font-size: clamp(36px, 6vw, 68px);
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  letter-spacing: 0;
  text-wrap: balance;
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.2;
}

.hero-text,
.section-head p,
.card p,
.cta-box p,
.site-footer p,
.site-footer small {
  color: var(--muted);
}

.hero-text {
  max-width: 640px;
  margin-bottom: 34px;
  color: var(--muted-strong);
  font-size: 20px;
}

.hero-brand-img {
  width: min(520px, 100%);
  height: auto;
  display: block;
  object-fit: contain;
  margin: 0 0 22px;
  opacity: 0.92;
  filter:
    drop-shadow(0 18px 42px rgba(0, 0, 0, 0.3))
    drop-shadow(0 0 24px rgba(34, 197, 94, 0.1));
}

.hero-note {
  max-width: 560px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.hero-actions,
.work-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 850;
  transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease, box-shadow 0.22s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--green), #74f0a0);
  color: #031006;
  box-shadow: 0 14px 38px rgba(34, 197, 94, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.btn-primary:hover {
  background: linear-gradient(135deg, var(--green-dark), var(--green));
  box-shadow: 0 18px 46px rgba(34, 197, 94, 0.34);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--border-strong);
  color: var(--text);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(34, 197, 94, 0.58);
  color: var(--green);
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.hero-benefits li {
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: #dfe5eb;
  font-size: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.hero-benefits li::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 8px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(34, 197, 94, 0.9);
}

.hero-visual {
  position: relative;
  perspective: 1100px;
}

.hero-visual::before,
.hero-visual::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.hero-visual::before {
  inset: 3% -4% 4%;
  background:
    radial-gradient(circle at 62% 34%, rgba(34, 197, 94, 0.34), transparent 56%),
    radial-gradient(circle at 22% 72%, rgba(255, 255, 255, 0.12), transparent 48%);
  filter: blur(82px);
  opacity: 0.95;
}

.hero-visual::after {
  right: -26px;
  top: 10%;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 34px;
  transform: rotate(14deg);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent);
}

.project-panel {
  position: relative;
  overflow: hidden;
  padding: 18px 18px 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 32%),
    linear-gradient(180deg, rgba(34, 197, 94, 0.08), transparent 52%),
    rgba(21, 26, 31, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  box-shadow:
    0 30px 82px rgba(0, 0, 0, 0.42),
    0 0 62px rgba(34, 197, 94, 0.12),
    0 0 0 1px rgba(34, 197, 94, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(16px);
  transform: rotateY(-7deg) rotateX(3deg);
}

.project-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), transparent 72%);
  pointer-events: none;
}

.project-panel::after {
  content: "";
  position: absolute;
  inset: auto 14% 0;
  height: 4px;
  background: linear-gradient(90deg, transparent, var(--green), #f5fff8, var(--green), transparent);
  filter: blur(0.3px);
}

.browser-bar,
.preview-browser-top {
  display: flex;
  gap: 7px;
}

.browser-bar {
  position: relative;
  margin-bottom: 18px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
}

.browser-bar span,
.preview-browser-top span {
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.24);
  border-radius: 50%;
}

.browser-bar span:first-child,
.preview-browser-top span:first-child {
  background: var(--green);
}

.panel-top,
.panel-footer {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.panel-label,
.work-type {
  margin: 0 0 5px;
  color: var(--green);
  font-size: 13px;
  font-weight: 850;
}

.status-dot {
  width: 15px;
  height: 15px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(34, 197, 94, 0.95);
}

.mockup-screen {
  position: relative;
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 14px;
  min-height: 206px;
  margin: 22px 0 18px;
  padding: 16px;
  background:
    radial-gradient(circle at 18% 12%, rgba(34, 197, 94, 0.28), transparent 12rem),
    rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
}

.mockup-hero,
.mockup-sidebar,
.mockup-cards {
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
}

.mockup-hero {
  display: grid;
  align-content: end;
  gap: 10px;
  min-height: 174px;
  padding: 16px;
  background:
    linear-gradient(145deg, rgba(34, 197, 94, 0.24), transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
}

.mockup-hero span,
.mockup-sidebar span,
.mockup-cards span,
.preview-copy span,
.preview-price span {
  display: block;
  height: 9px;
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
}

.mockup-hero span:first-child {
  width: 72%;
  height: 16px;
  background: rgba(255, 255, 255, 0.82);
}

.mockup-hero span:nth-child(2) {
  width: 54%;
}

.mockup-hero i,
.preview-copy b,
.preview-booking {
  width: 86px;
  height: 30px;
  display: block;
  background: var(--green);
  border-radius: 999px;
  box-shadow: 0 0 22px rgba(34, 197, 94, 0.36);
}

.mockup-sidebar {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.045);
}

.mockup-sidebar span:first-child {
  width: 78%;
  height: 46px;
  background: rgba(34, 197, 94, 0.18);
  border: 1px solid rgba(34, 197, 94, 0.22);
  border-radius: 14px;
}

.mockup-sidebar span:nth-child(2) {
  width: 92%;
}

.mockup-sidebar span:nth-child(3) {
  width: 64%;
}

.mockup-cards {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.035);
}

.mockup-cards span {
  height: 42px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 13px;
}

.panel-lines {
  position: relative;
  display: grid;
  gap: 12px;
  margin: 0 0 20px;
}

.panel-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  color: #edf2f5;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.panel-row span {
  width: 34px;
  height: 8px;
  background: linear-gradient(90deg, var(--green), rgba(255, 255, 255, 0.28));
  border-radius: 999px;
}

.badge,
.popular {
  display: inline-flex;
  align-items: center;
  padding: 7px 11px;
  background: rgba(34, 197, 94, 0.14);
  border: 1px solid rgba(34, 197, 94, 0.34);
  border-radius: 999px;
  color: #8df3b1;
  font-size: 13px;
  font-weight: 850;
}

.progress {
  width: 92px;
  height: 9px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 999px;
}

.progress i {
  display: block;
  width: 72%;
  height: 100%;
  background: linear-gradient(90deg, var(--green), #b5ffd0);
  border-radius: inherit;
}

.section-head {
  max-width: 760px;
  margin: 0 auto 50px;
  text-align: center;
}

#works .container {
  position: relative;
}

#works {
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 8%, rgba(34, 197, 94, 0.16), transparent 28rem),
    radial-gradient(circle at 88% 62%, rgba(34, 197, 94, 0.09), transparent 24rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.048), rgba(255, 255, 255, 0.02)),
    rgba(20, 25, 30, 0.42);
}

#works::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 120px;
  z-index: 0;
  width: min(980px, calc(100vw - 32px));
  height: 360px;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at center, rgba(34, 197, 94, 0.16), transparent 68%),
    linear-gradient(115deg, transparent 15%, rgba(34, 197, 94, 0.09) 48%, transparent 56%);
  filter: blur(18px);
  opacity: 0.8;
  pointer-events: none;
}

#works::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  width: min(1060px, calc(100vw - 40px));
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.42), rgba(255, 255, 255, 0.16), transparent);
  pointer-events: none;
}

#works .section-head,
#works .works-grid {
  position: relative;
  z-index: 1;
}

.section-head.align-left {
  margin-left: 0;
  text-align: left;
}

.cards-grid,
.works-grid,
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.works-grid,
.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.032)),
    var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease, background 0.24s ease;
}

.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 0%, rgba(255, 255, 255, 0.075), transparent 15rem);
  opacity: 0.8;
  pointer-events: none;
}

.card:hover {
  transform: translateY(-6px);
  border-color: rgba(34, 197, 94, 0.48);
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.38), 0 0 0 1px rgba(34, 197, 94, 0.08);
}

.service-card,
.step-card,
.price-card,
.work-body,
.contact-form {
  position: relative;
}

.service-card,
.step-card,
.price-card {
  padding: 26px;
}

.card-mark {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-bottom: 26px;
  background:
    linear-gradient(var(--green), var(--green)) center / 16px 2px no-repeat,
    linear-gradient(var(--green), var(--green)) center / 2px 16px no-repeat,
    linear-gradient(145deg, rgba(34, 197, 94, 0.22), rgba(255, 255, 255, 0.07));
  border: 1px solid rgba(34, 197, 94, 0.34);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(34, 197, 94, 0.12);
}

.work-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 0%, rgba(255, 255, 255, 0.085), transparent 15rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.026)),
    var(--surface);
}

.work-preview {
  min-height: 218px;
  padding: 22px;
  background:
    radial-gradient(circle at 15% 10%, rgba(255, 255, 255, 0.12), transparent 13rem),
    radial-gradient(circle at 85% 85%, rgba(34, 197, 94, 0.22), transparent 15rem),
    var(--surface-light);
  border-bottom: 1px solid var(--border);
}

.preview-estate {
  background:
    radial-gradient(circle at 20% 18%, rgba(34, 197, 94, 0.26), transparent 13rem),
    linear-gradient(135deg, #24302d, var(--surface-light));
}

.preview-static {
  background:
    radial-gradient(circle at 78% 14%, rgba(255, 255, 255, 0.15), transparent 12rem),
    linear-gradient(135deg, #1d2a2d, #172027);
}

.preview-beauty {
  background:
    radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.18), transparent 11rem),
    radial-gradient(circle at 84% 80%, rgba(34, 197, 94, 0.18), transparent 13rem),
    linear-gradient(135deg, #2a252a, #17201d);
}

.preview-browser {
  height: 174px;
  padding: 11px;
  background: rgba(8, 10, 12, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.preview-browser-top {
  align-items: center;
  height: 18px;
  margin-bottom: 10px;
}

.preview-layout {
  height: calc(100% - 28px);
  border-radius: 13px;
}

.preview-image-frame {
  height: calc(100% - 28px);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(34, 197, 94, 0.12), transparent),
    rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.preview-image-frame img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.estate-layout {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: 10px;
}

.preview-hero-card,
.preview-side-list,
.preview-copy,
.preview-price {
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
}

.preview-hero-card {
  display: grid;
  align-content: end;
  gap: 9px;
  padding: 12px;
  background:
    linear-gradient(145deg, rgba(34, 197, 94, 0.22), transparent),
    rgba(255, 255, 255, 0.075);
}

.preview-hero-card i {
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 14px;
}

.preview-hero-card b,
.preview-hero-card em {
  display: block;
  height: 10px;
  background: rgba(255, 255, 255, 0.78);
  border-radius: 999px;
}

.preview-hero-card b {
  width: 78%;
}

.preview-hero-card em {
  width: 52%;
  background: rgba(34, 197, 94, 0.82);
}

.preview-side-list {
  display: grid;
  gap: 9px;
  padding: 10px;
}

.preview-side-list span {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 10px;
}

.static-layout {
  display: grid;
  grid-template-columns: 0.82fr 1fr;
  grid-template-rows: 1fr 40px;
  gap: 10px;
}

.preview-map {
  grid-row: 1 / -1;
  background:
    linear-gradient(90deg, transparent 48%, rgba(34, 197, 94, 0.62) 49% 51%, transparent 52%),
    linear-gradient(0deg, transparent 45%, rgba(255, 255, 255, 0.18) 46% 48%, transparent 49%),
    rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 13px;
}

.preview-copy {
  display: grid;
  align-content: center;
  gap: 9px;
  padding: 12px;
}

.preview-copy span:first-child {
  width: 86%;
  height: 14px;
  background: rgba(255, 255, 255, 0.78);
}

.preview-copy span:nth-child(2) {
  width: 62%;
}

.preview-copy b {
  width: 76px;
  height: 25px;
}

.preview-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.preview-stats i {
  background: rgba(34, 197, 94, 0.18);
  border: 1px solid rgba(34, 197, 94, 0.18);
  border-radius: 12px;
}

.beauty-layout {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  grid-template-rows: 1fr 36px;
  gap: 10px;
}

.preview-photo {
  grid-row: 1 / -1;
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.72) 0 20px, transparent 21px),
    linear-gradient(160deg, rgba(34, 197, 94, 0.2), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 13px;
}

.preview-price {
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 12px;
}

.preview-price span:first-child {
  width: 80%;
  height: 13px;
  background: rgba(255, 255, 255, 0.76);
}

.preview-price span:nth-child(2) {
  width: 64%;
}

.preview-price span:nth-child(3) {
  width: 48%;
  background: rgba(34, 197, 94, 0.74);
}

.preview-booking {
  width: 100%;
  height: auto;
}

.work-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  gap: 0;
  padding: 28px;
}

.work-body h3 {
  min-height: 54px;
  margin-bottom: 14px;
}

.work-body > p:not(.work-type) {
  color: #b8c0ca;
}

.case-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 16%, rgba(34, 197, 94, 0.16), transparent 24rem),
    radial-gradient(circle at 88% 28%, rgba(255, 255, 255, 0.075), transparent 22rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.028), rgba(255, 255, 255, 0.012));
  border-bottom: 1px solid var(--border);
}

.case-section-alt {
  background:
    radial-gradient(circle at 82% 12%, rgba(34, 197, 94, 0.14), transparent 24rem),
    radial-gradient(circle at 12% 42%, rgba(255, 255, 255, 0.07), transparent 22rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.014));
}

.case-beauty-section {
  background:
    radial-gradient(circle at 18% 16%, rgba(201, 143, 122, 0.18), transparent 24rem),
    radial-gradient(circle at 82% 28%, rgba(34, 197, 94, 0.1), transparent 22rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.015));
}

.case-section::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(1060px, 90vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.44), rgba(255, 255, 255, 0.24), transparent);
}

.case-showcase {
  position: relative;
  max-width: 1020px;
  margin: 0 auto 42px;
  padding: 22px 118px 54px 0;
}

.mockup-window {
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    var(--surface);
  border: 1px solid var(--border-strong);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.mockup-window-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  padding: 0 14px;
  background: rgba(255, 255, 255, 0.065);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mockup-window-bar span {
  width: 9px;
  height: 9px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}

.mockup-window-bar span:first-child {
  background: var(--green);
  box-shadow: 0 0 16px rgba(34, 197, 94, 0.65);
}

.case-desktop {
  border-radius: 28px;
}

.case-desktop img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.4s ease;
}

.case-mobile {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(245px, 30vw);
  max-width: 220px;
  border-radius: 26px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.48), 0 0 0 1px rgba(34, 197, 94, 0.12);
}

.case-mobile .mockup-window-bar {
  height: 28px;
}

.case-mobile img {
  width: 100%;
  aspect-ratio: 9 / 16;
  display: block;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.4s ease;
}

.mockup-window:hover img {
  transform: scale(1.02);
}

.case-details {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 24px;
}

.case-detail-card {
  display: flex;
  flex-direction: column;
}

.case-detail-card h3 {
  margin-top: 0;
}

.case-image {
  overflow: hidden;
  margin: 0 0 22px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
}

.case-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  object-position: top center;
  border-radius: 18px;
  transition: transform 0.4s ease;
}

.case-detail-card {
  padding: 20px;
}

.case-detail-card:hover .case-image img {
  transform: scale(1.035);
}

.case-done {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: 28px;
  align-items: center;
  margin-top: 22px;
  padding: 30px;
  background:
    radial-gradient(circle at 0% 0%, rgba(34, 197, 94, 0.15), transparent 18rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.035)),
    var(--surface);
}

.case-done h3 {
  margin-bottom: 0;
}

.case-done-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.case-done-list span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid var(--border);
  border-radius: 999px;
  color: #e7edf2;
  font-size: 14px;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.case-done-list span::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(34, 197, 94, 0.75);
}

.case-done-list span:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.085);
  border-color: rgba(34, 197, 94, 0.38);
}

.beauty-case-showcase {
  max-width: 980px;
  margin: 0 auto 42px;
}

.beauty-case-browser {
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 0%, rgba(201, 143, 122, 0.18), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    var(--surface);
  border: 1px solid var(--border-strong);
  border-radius: 30px;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.beauty-case-screen {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
  min-height: 380px;
  padding: 24px;
  background:
    radial-gradient(circle at 26% 22%, rgba(255, 246, 239, 0.26), transparent 14rem),
    linear-gradient(135deg, #f4ded5, #fff8f1 48%, #d4aa98);
}

.beauty-case-hero,
.beauty-case-side {
  border: 1px solid rgba(45, 41, 39, 0.1);
  border-radius: 24px;
  box-shadow: 0 20px 52px rgba(78, 49, 39, 0.13);
}

.beauty-case-hero {
  display: grid;
  align-content: end;
  gap: 14px;
  padding: 28px;
  background:
    radial-gradient(circle at 74% 18%, rgba(255, 255, 255, 0.78), transparent 5rem),
    rgba(255, 255, 255, 0.5);
}

.beauty-case-hero p {
  margin: 0;
  color: #a96f5d;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.beauty-case-hero strong {
  max-width: 420px;
  color: #2d2927;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1;
}

.beauty-case-hero span {
  width: 140px;
  height: 42px;
  display: block;
  background: #2d2927;
  border-radius: 999px;
}

.beauty-case-side {
  display: grid;
  gap: 14px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.38);
}

.beauty-case-side i {
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.7), transparent 3rem),
    rgba(255, 255, 255, 0.48);
  border-radius: 18px;
}

.beauty-detail-preview {
  min-height: 210px;
  margin-bottom: 22px;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 18%, rgba(255, 255, 255, 0.75), transparent 5rem),
    linear-gradient(145deg, #f1d8ce, #fff8f1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  transition: transform 0.4s ease;
}

.case-detail-card:hover .beauty-detail-preview {
  transform: scale(1.02);
}

.services-preview {
  background:
    linear-gradient(90deg, rgba(45, 41, 39, 0.14) 0 1px, transparent 1px 100%) 0 0 / 34% 100%,
    linear-gradient(145deg, #efd6ca, #fff7f0);
}

.form-preview {
  background:
    linear-gradient(#ffffffb0 0 0) 22px 28px / calc(100% - 44px) 34px no-repeat,
    linear-gradient(#ffffff90 0 0) 22px 78px / calc(100% - 44px) 34px no-repeat,
    linear-gradient(#2d2927 0 0) 22px 132px / 118px 36px no-repeat,
    linear-gradient(145deg, #f0d6cc, #fff7f0);
  border-radius: 18px;
}

.trust-preview {
  background:
    radial-gradient(circle at 26% 34%, rgba(45, 41, 39, 0.12), transparent 3rem),
    radial-gradient(circle at 70% 36%, rgba(45, 41, 39, 0.1), transparent 3rem),
    linear-gradient(145deg, #ead1c5, #fff8f2);
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  margin-bottom: 22px;
  padding-top: 24px;
}

.tags span,
.included-grid div {
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid var(--border);
}

.tags span {
  padding: 7px 10px;
  border-radius: 999px;
  color: #e4eaf0;
  font-size: 13px;
  line-height: 1;
}

.work-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 9px 13px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 850;
}

.work-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 0;
  padding-top: 0;
}

.work-actions a:hover {
  background: rgba(34, 197, 94, 0.12);
  border-color: rgba(34, 197, 94, 0.42);
  transform: translateY(-1px);
}

.work-actions a::after {
  content: "→";
  margin-left: 7px;
  color: var(--green);
  transition: transform 0.22s ease;
}

.work-actions a:hover::after {
  transform: translateX(2px);
}

.included-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.included-grid div {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px;
  border-radius: 18px;
  color: #e7edf2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.included-grid div:hover {
  transform: translateY(-3px);
  border-color: rgba(34, 197, 94, 0.42);
  background: rgba(255, 255, 255, 0.085);
}

.included-grid span {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 14px rgba(34, 197, 94, 0.82);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.step-card span {
  display: block;
  margin-bottom: 34px;
  color: var(--green);
  font-size: 34px;
  font-weight: 900;
  line-height: 1;
  text-shadow: 0 0 28px rgba(34, 197, 94, 0.28);
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
}

.price-card.featured {
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 197, 94, 0.22), transparent 16rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035)),
    var(--surface-light);
  border-color: rgba(34, 197, 94, 0.76);
  box-shadow: 0 30px 90px rgba(34, 197, 94, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  transform: translateY(-10px);
}

.price-card.featured:hover {
  transform: translateY(-16px);
}

.popular {
  position: absolute;
  top: 20px;
  right: 20px;
}

.price {
  margin-bottom: 16px;
  color: var(--text);
  font-size: 34px;
  font-weight: 900;
  line-height: 1.1;
}

.price-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 28px;
  padding: 0;
  color: var(--muted);
  list-style: none;
}

.price-card li {
  display: flex;
  gap: 10px;
}

.price-card li::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  margin-top: 8px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(34, 197, 94, 0.58);
}

.price-card .btn {
  margin-top: auto;
}

.faq-container {
  max-width: 860px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
  background: rgba(25, 31, 37, 0.72);
  border: 1px solid var(--border);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 0.22s ease, background 0.22s ease;
}

.faq-item:hover,
.faq-item.is-open {
  background: rgba(29, 36, 43, 0.9);
  border-color: rgba(34, 197, 94, 0.34);
}

.faq-item button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  background: transparent;
  border: 0;
  color: var(--text);
  font-weight: 850;
  text-align: left;
}

.faq-item button span {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  position: relative;
  border: 1px solid rgba(34, 197, 94, 0.5);
  border-radius: 50%;
}

.faq-item button span::before,
.faq-item button span::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  width: 10px;
  height: 2px;
  background: var(--green);
  transform: translate(-50%, -50%);
}

.faq-item button span::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.22s ease;
}

.faq-item.is-open button span::after {
  transform: translate(-50%, -50%) rotate(0);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-answer p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
}

.cta-section {
  padding-top: 78px;
}

.cta-section .container {
  max-width: 1180px;
}

.cta-box {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 36px;
  margin: 0 auto;
  padding: 42px 48px;
  background:
    radial-gradient(circle at 86% 32%, rgba(34, 197, 94, 0.3), transparent 18rem),
    radial-gradient(circle at 72% 52%, rgba(34, 197, 94, 0.12), transparent 13rem),
    radial-gradient(circle at 8% 90%, rgba(255, 255, 255, 0.055), transparent 15rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(34, 197, 94, 0.07)),
    var(--surface);
  border: 1px solid rgba(34, 197, 94, 0.24);
  border-radius: 30px;
  box-shadow:
    0 28px 88px rgba(34, 197, 94, 0.1),
    var(--shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.cta-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(118deg, transparent 0%, rgba(34, 197, 94, 0.16) 48%, transparent 56%),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 100% 100%, 44px 44px, 44px 44px;
  opacity: 0.36;
  pointer-events: none;
}

.cta-box::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(34, 197, 94, 0.18);
  border-radius: 44px;
  transform: rotate(18deg);
  box-shadow:
    0 0 72px rgba(34, 197, 94, 0.2),
    inset 0 0 44px rgba(34, 197, 94, 0.08);
}

.cta-box > * {
  position: relative;
}

.cta-box > div {
  max-width: 720px;
}

.cta-box h2 {
  margin-bottom: 12px;
  font-size: clamp(32px, 4vw, 54px);
  line-height: 1.08;
}

.cta-box .btn {
  position: relative;
  z-index: 1;
  min-width: 220px;
  min-height: 68px;
  padding: 20px 32px;
  color: #041107;
  font-size: 19px;
  font-weight: 850;
  letter-spacing: 0;
  text-align: center;
  box-shadow:
    0 18px 54px rgba(34, 197, 94, 0.34),
    0 0 34px rgba(34, 197, 94, 0.16),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.cta-box .btn:hover {
  transform: translateY(-3px);
  box-shadow:
    0 22px 58px rgba(34, 197, 94, 0.38),
    0 0 36px rgba(34, 197, 94, 0.22),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset,
    inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.contacts-grid {
  display: grid;
  grid-template-columns: 0.88fr 1fr;
  gap: 48px;
  align-items: start;
}

.contact-links {
  display: grid;
  gap: 12px;
}

.contact-links a {
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 16px;
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--border);
  border-radius: 16px;
}

.contact-links a:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(34, 197, 94, 0.36);
}

.contact-form {
  display: grid;
  gap: 18px;
  padding: 30px;
  background:
    radial-gradient(circle at 80% 0%, rgba(34, 197, 94, 0.14), transparent 14rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035)),
    var(--surface-light);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: #e6ecf1;
  font-weight: 750;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border);
  border-radius: 16px;
  color: var(--text);
  padding: 14px 16px;
  outline: none;
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(34, 197, 94, 0.74);
  background: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.08);
}

.contact-form .field-error {
  border-color: rgba(255, 90, 90, 0.8);
}

.form-message {
  min-height: 24px;
  margin: 0;
  color: var(--muted);
}

.form-message.success {
  color: var(--green);
}

.form-message.error {
  color: #ff9a9a;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding: 52px 0 24px;
  border-top: 1px solid var(--border);
  background:
    radial-gradient(circle at 16% 0%, rgba(34, 197, 94, 0.18), transparent 19rem),
    radial-gradient(circle at 78% 34%, rgba(34, 197, 94, 0.08), transparent 18rem),
    radial-gradient(circle at 88% 100%, rgba(255, 255, 255, 0.045), transparent 16rem),
    #070a0c;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(116deg, transparent 18%, rgba(34, 197, 94, 0.08) 48%, transparent 58%),
    linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.28), transparent);
  background-size: 100% 100%, min(980px, 88vw) 1px;
  background-position: center, center top;
  background-repeat: no-repeat;
  opacity: 0.5;
  pointer-events: none;
}

.footer-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  justify-content: space-between;
  gap: 32px;
  max-width: 1120px;
}

.site-footer p {
  max-width: 520px;
  margin: 12px 0 8px;
}

.footer-tagline {
  margin-top: 10px;
  color: #dfe5eb;
  font-size: 15px;
}

.footer-contacts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px 0 10px;
}

.footer-contacts a {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--border);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  transition: color 0.22s ease, border-color 0.22s ease, background 0.22s ease, transform 0.22s ease;
}

.footer-contacts a:hover {
  color: var(--green);
  background: rgba(34, 197, 94, 0.1);
  border-color: rgba(34, 197, 94, 0.38);
  transform: translateY(-1px);
}

.site-footer nav {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer-signature {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: min(1120px, calc(100% - 48px));
  margin: 28px auto 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.16);
  font-size: clamp(38px, 7.2vw, 96px);
  line-height: 0.84;
  letter-spacing: -0.04em;
  text-align: center;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  text-shadow:
    0 0 30px rgba(34, 197, 94, 0.1),
    0 16px 54px rgba(0, 0, 0, 0.42);
}

.footer-signature-kate {
  font-weight: 300;
}

.footer-signature-web {
  font-weight: 950;
  letter-spacing: 0.02em;
}

.footer-signature-web span {
  color: rgba(34, 197, 94, 0.68);
}

@media (max-width: 1040px) {
  .header-cta {
    display: none;
  }

  .hero-grid,
  .contacts-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .project-panel {
    max-width: 660px;
    transform: none;
  }

  .cards-grid,
  .included-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .works-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .case-showcase {
    padding-right: 88px;
  }

  .case-details,
  .case-done {
    grid-template-columns: 1fr;
  }

  .price-card.featured,
  .price-card.featured:hover {
    transform: none;
  }
}

@media (max-width: 780px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .section {
    padding: 68px 0;
  }

  .hero::before {
    inset: -10% -18% -8% -18%;
    opacity: 0.72;
  }

  .hero::after,
  .site-footer::before {
    opacity: 0.28;
  }

  #works::before {
    width: calc(100vw - 28px);
    height: 280px;
    opacity: 0.56;
  }

  .burger {
    display: grid;
  }

  .nav {
    position: fixed;
    top: 76px;
    left: 14px;
    right: 14px;
    display: grid;
    gap: 0;
    padding: 12px;
    background: rgba(21, 26, 31, 0.98);
    border: 1px solid var(--border);
    border-radius: 22px;
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  .nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .nav a {
    padding: 14px 12px;
    border-radius: 12px;
  }

  .nav a:hover {
    background: rgba(34, 197, 94, 0.1);
  }

  .hero {
    padding-top: 56px;
  }

  .hero-grid {
    gap: 44px;
  }

  .hero-text {
    font-size: 18px;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .project-panel,
  .cta-box {
    border-radius: 24px;
  }

  .mockup-screen {
    grid-template-columns: 1fr;
  }

  .mockup-cards {
    grid-column: auto;
  }

  .case-showcase {
    display: grid;
    gap: 18px;
    padding: 0;
  }

  .case-mobile {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(280px, 76vw);
    justify-self: end;
    margin-top: -52px;
  }

  .beauty-case-screen {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .beauty-case-side {
    min-height: 220px;
  }

  .cards-grid,
  .included-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .section-head {
    margin-bottom: 34px;
    text-align: left;
  }

  .cta-box,
  .footer-inner {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .cta-box {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 28px;
  }

  .cta-box .btn {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    padding: 16px 24px;
    font-size: 17px;
  }

  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  body::before {
    background-size: 44px 44px;
  }

  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 34px;
  }

  .logo {
    gap: 8px;
  }

  .logo-img-wrap,
  .logo-mark-img,
  .logo-mark-text {
    width: 34px;
    height: 34px;
    border-radius: 10px;
  }

  .logo-img-wrap {
    padding: 0;
  }

  .logo-mark-text {
    font-size: 12px;
  }

  .logo-text {
    font-size: 14px;
  }

  .logo-web {
    font-size: 13px;
  }

  .hero-brand-img {
    width: 100%;
    max-width: 360px;
    margin-bottom: 22px;
  }

  .footer-signature {
    width: 100%;
    max-width: calc(100vw - 24px);
    margin-top: 24px;
    font-size: clamp(32px, 13vw, 64px);
    opacity: 0.9;
  }

  .hero-benefits {
    display: grid;
  }

  .service-card,
  .step-card,
  .price-card,
  .work-body,
  .contact-form {
    padding: 22px;
  }

  .work-body h3 {
    min-height: 0;
  }

  .project-panel {
    padding: 14px 14px 20px;
  }

  .work-preview {
    min-height: 184px;
    padding: 16px;
  }

  .preview-browser {
    height: 152px;
  }

  .case-desktop,
  .case-mobile {
    border-radius: 20px;
  }

  .case-mobile {
    width: min(220px, 72vw);
    margin-top: -34px;
  }

  .case-detail-card,
  .case-done {
    padding: 20px;
  }

  .beauty-case-screen {
    padding: 16px;
  }

  .beauty-case-hero {
    min-height: 260px;
    padding: 22px;
  }

  .beauty-case-hero strong {
    font-size: 36px;
  }

  .panel-top,
  .panel-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .price {
    font-size: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
