:root {
  --bg: #070914;
  --bg2: #0c1020;
  --card: #11172b;
  --line: #252d49;
  --text: #f7f9ff;
  --muted: #a9b2c8;
  --cyan: #67e8f9;
  --blue: #60a5fa;
  --violet: #8b5cf6;
  --pink: #ec4899;
  --green: #5ee293;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Manrope, Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 6%, #2449a733, transparent 27%),
    radial-gradient(circle at 92% 15%, #ec489922, transparent 25%), var(--bg);
  overflow-x: hidden;
}
a {
  color: inherit;
}
section {
  scroll-margin-top: 100px;
}
.header {
  height: 94px;
  position: sticky;
  top: 0;
  z-index: 40;
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #070914dd;
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.logo {
  text-decoration: none;
  font-size: 24px;
  font-weight: 800;
}
.logo span {
  color: var(--cyan);
}
nav {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 26px;
}
nav a {
  height: 58px;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 600;
}
.order {
  padding: 0 25px;
  border-radius: 16px;
  color: #071018;
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--violet));
  font-weight: 800;
}
.menu {
  display: none;
}
.hero {
  min-height: calc(100vh - 94px);
  width: min(1220px, 92%);
  margin: auto;
  padding: 80px 0;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items: center;
}
.badge {
  width: max-content;
  padding: 10px 15px;
  border: 1px solid #67e8f944;
  border-radius: 99px;
  background: #67e8f911;
  color: #c6fbff;
  font-size: 13px;
}
.badge span {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 14px var(--green);
}
.hero h1 {
  font-family: "Space Grotesk";
  font-size: clamp(50px, 6.5vw, 86px);
  line-height: 1.02;
  letter-spacing: -4px;
  margin: 22px 0;
}
.hero h1 em {
  font-style: normal;
  color: transparent;
  background: linear-gradient(
    90deg,
    var(--cyan),
    var(--blue),
    var(--violet),
    var(--pink)
  );
  -webkit-background-clip: text;
}
.hero p {
  max-width: 680px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin: 32px 0;
}
.btn {
  min-height: 54px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  text-decoration: none;
  font-weight: 800;
}
.primary {
  color: #071018;
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--violet));
}
.secondary {
  border: 1px solid var(--line);
  background: #ffffff09;
}
.mini-stats {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.mini-stats div {
  padding: 14px 17px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #0f1427;
}
.mini-stats b {
  display: block;
}
.mini-stats span {
  font-size: 11px;
  color: var(--muted);
}
.hero-scene {
  min-height: 560px;
  position: relative;
  display: grid;
  place-items: center;
}
.laptop {
  width: min(100%, 560px);
  padding: 9px;
  border-radius: 27px;
  background: linear-gradient(145deg, #ffffff22, #ffffff06);
  box-shadow: 0 45px 130px #0008;
  animation: float 5s ease-in-out infinite;
}
.bar {
  height: 44px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 18px 18px 0 0;
  background: #12182c;
}
.bar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff6584;
}
.bar i:nth-child(2) {
  background: #ffd65c;
}
.bar i:nth-child(3) {
  background: #5ee293;
}
.bar span {
  margin: auto;
  color: #69728b;
  font-size: 10px;
}
.screen {
  height: 390px;
  padding: 40px;
  border-radius: 0 0 18px 18px;
  background: linear-gradient(145deg, #111a35, #1c1038);
}
.screen-badge {
  width: 30%;
  height: 12px;
  border-radius: 8px;
  background: #ffffff22;
}
.screen-title {
  width: 82%;
  height: 76px;
  margin-top: 46px;
  border-radius: 15px;
  background: linear-gradient(90deg, #fff, #9bc6ff, #f0abfc);
}
.screen-text {
  width: 62%;
  height: 12px;
  margin: 18px 0;
  border-radius: 8px;
  background: #ffffff22;
}
.screen-buttons {
  display: flex;
  gap: 10px;
}
.screen-buttons b {
  width: 120px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--cyan), var(--violet));
}
.screen-buttons b:last-child {
  background: #ffffff12;
  border: 1px solid #ffffff22;
}
.screen-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 52px;
}
.screen-grid div {
  height: 92px;
  border-radius: 15px;
  background: #ffffff12;
}
.phone {
  width: 118px;
  height: 228px;
  position: absolute;
  left: 15px;
  bottom: 20px;
  padding: 10px;
  border-radius: 25px;
  background: #080b14;
  border: 1px solid #ffffff22;
  transform: rotate(-7deg);
  box-shadow: 0 25px 60px #0007;
}
.notch {
  width: 45px;
  height: 9px;
  margin: 0 auto 12px;
  border-radius: 10px;
  background: #242a3a;
}
.phone-line {
  height: 16px;
  margin-bottom: 10px;
  border-radius: 6px;
  background: linear-gradient(90deg, var(--cyan), var(--violet));
}
.phone-line.short {
  width: 65%;
}
.phone-card {
  height: 56px;
  margin-top: 10px;
  border-radius: 12px;
  background: #ffffff13;
}
.float-card {
  position: absolute;
  padding: 14px 17px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #0f1427dd;
  backdrop-filter: blur(15px);
  box-shadow: 0 20px 50px #0005;
}
.float-card strong {
  display: block;
}
.float-card small {
  color: var(--muted);
}
.fc1 {
  top: 70px;
  left: -8px;
}
.fc2 {
  right: -10px;
  bottom: 80px;
}
.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(5px);
  opacity: 0.35;
  z-index: -1;
}
.g1 {
  width: 270px;
  height: 270px;
  top: 40px;
  right: 0;
  background: linear-gradient(135deg, var(--blue), var(--violet));
}
.g2 {
  width: 190px;
  height: 190px;
  left: 20px;
  bottom: 45px;
  background: linear-gradient(135deg, var(--cyan), var(--pink));
}
@keyframes float {
  50% {
    transform: translateY(-13px);
  }
}
.metrics {
  width: min(1220px, 92%);
  margin: auto;
  padding: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #0f1427aa;
}
.metric {
  text-align: center;
}
.metric b {
  display: block;
  font-size: 32px;
  color: var(--cyan);
}
.metric span {
  font-size: 13px;
  color: var(--muted);
}
.section {
  width: min(1220px, 92%);
  margin: auto;
  padding: 110px 0;
}
.head {
  max-width: 780px;
  margin: 0 auto 52px;
  text-align: center;
}
.head small,
.contact-copy small {
  color: var(--cyan);
  letter-spacing: 3px;
  font-weight: 800;
}
.head h2,
.contact-copy h2 {
  font-family: "Space Grotesk";
  font-size: clamp(36px, 5vw, 58px);
  letter-spacing: -2px;
  margin: 14px 0;
}
.head p,
.contact-copy p {
  color: var(--muted);
  line-height: 1.75;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.service {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 23px;
  background: #11172bbb;
  transition: 0.35s;
}
.service:hover {
  transform: translateY(-9px);
  border-color: #67e8f955;
  box-shadow: 0 30px 75px #0004;
}
.icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(145deg, #67e8f926, #8b5cf62b);
}
.service h3 {
  font-size: 22px;
  margin: 22px 0 10px;
}
.service p,
.service li {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.service ul {
  padding-left: 18px;
}
.service > b {
  color: var(--cyan);
}
.portfolio {
  width: 100%;
  padding-left: max(4%, calc((100% - 1220px) / 2));
  padding-right: max(4%, calc((100% - 1220px) / 2));
  background: #080b17bb;
}
.projects {
  display: grid;
  gap: 32px;
}
.project {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #0e1325;
}
.project.reverse {
  grid-template-columns: 0.8fr 1.2fr;
}
.project.reverse .project-visual {
  order: 2;
}
.project-visual {
  min-height: 500px;
  padding: 32px;
  display: grid;
  place-items: center;
}
.carwash {
  background:
    radial-gradient(circle at 75% 25%, #00d9ff55, transparent 28%),
    linear-gradient(135deg, #07182c, #06111d);
}
.build {
  background: linear-gradient(135deg, #4a4e50, #121719);
}
.beauty {
  background: linear-gradient(135deg, #f8e7e1, #cba4aa);
}
.creative {
  background: linear-gradient(135deg, #ff5f2d, #ffbd2e 60%, #f43f75);
}
.browser-demo {
  width: 94%;
  overflow: hidden;
  border-radius: 19px;
  box-shadow: 0 30px 90px #0007;
}
.demo-bar {
  height: 34px;
  background: #20263a;
}
.demo-body {
  height: 340px;
  padding: 42px;
  background: linear-gradient(145deg, #06111d, #0c2843);
}
.demo-body.dark {
  background: linear-gradient(145deg, #1e2426, #0e1112);
}
.demo-body.beauty-body {
  color: #432f34;
  background: linear-gradient(145deg, #f9eee9, #d5b4b6);
}
.demo-body.creative-body {
  color: #171117;
  background: linear-gradient(145deg, #ff672f, #ffbd2f);
}
.demo-body h3 {
  max-width: 430px;
  font-size: 40px;
  line-height: 1.05;
  margin: 60px 0 8px;
}
.demo-body p {
  opacity: 0.75;
}
.demo-body button {
  margin-top: 24px;
  padding: 12px 16px;
  border: 0;
  border-radius: 10px;
  background: var(--cyan);
  font-weight: 800;
}
.project-info {
  padding: 46px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project-top {
  display: flex;
  justify-content: space-between;
}
.project-top span {
  color: var(--cyan);
  font-size: 11px;
  letter-spacing: 2px;
}
.project-top b {
  font-size: 34px;
  color: #ffffff22;
}
.project-info h3 {
  font-size: 36px;
  margin: 12px 0;
}
.project-info p {
  color: var(--muted);
  line-height: 1.75;
}
.tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 22px 0 28px;
}
.tags i {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: 99px;
  font-style: normal;
  font-size: 10px;
}
.project-info > a {
  font-weight: 800;
  text-decoration: none;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.step {
  padding: 26px;
  border-top: 1px solid var(--line);
}
.step b {
  font-size: 38px;
  color: #67e8f966;
}
.step p {
  color: var(--muted);
  font-size: 14px;
}
.review-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  align-items: stretch;
}
.review,
.price {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #11172bbb;
}
.rating {
  position: relative;
  width: max-content;
  font-size: 20px;
}
.rating:before {
  content: "★★★★★";
  color: #3b4053;
}
.rating:after {
  content: "★★★★★";
  position: absolute;
  inset: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffd458;
}
.rating.full:after {
  width: 100%;
}
.rating.half:after {
  width: 90%;
}
.review > p {
  min-height: 100px;
  color: #d8dcea;
  line-height: 1.75;
}
.review footer {
  display: flex;
  align-items: center;
  gap: 12px;
}
.review footer span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--pink));
  font-weight: 800;
}
.review footer div {
  display: flex;
  flex-direction: column;
}
.review footer small {
  color: var(--muted);
}
.prices {
  width: 100%;
  padding-left: max(4%, calc((100% - 1220px) / 2));
  padding-right: max(4%, calc((100% - 1220px) / 2));
  background: #080b17bb;
}
.price {
  position: relative;
  cursor: pointer;
  transition: 0.35s;
  overflow: hidden;
}
.price:hover {
  transform: translateY(-9px);
  border-color: #67e8f955;
  box-shadow: 0 28px 70px #0006;
}
.price.selected {
  border-color: var(--cyan);
  box-shadow:
    0 0 0 2px #67e8f922,
    0 28px 70px #0007;
}
.price.popular {
  transform: scale(1.035);
  border-color: #67e8f966;
}
.price em {
  position: absolute;
  top: 16px;
  right: 18px;
  padding: 6px 8px;
  border-radius: 7px;
  background: var(--cyan);
  color: #071018;
  font-style: normal;
  font-size: 9px;
  font-weight: 800;
}
.price > small {
  color: var(--cyan);
  letter-spacing: 2px;
}
.price h3 {
  font-size: 30px;
}
.price p,
.price li {
  color: var(--muted);
}
.price ul {
  list-style: none;
  padding: 0;
}
.price li {
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
}
.price li:before {
  content: "✓";
  color: var(--green);
  margin-right: 8px;
}
.price a {
  display: block;
  padding: 13px;
  border-radius: 11px;
  background: #ffffff0f;
  text-align: center;
  text-decoration: none;
  font-weight: 800;
}
.price.popular a {
  background: linear-gradient(90deg, var(--cyan), var(--violet));
  color: #071018;
}
.price.premium {
  border-color: #f7c95c88;
  background: linear-gradient(155deg, #1d1826e8, #11172bbb);
}
.price.premium:before {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  right: -50px;
  top: -55px;
  border-radius: 50%;
  background: #f7c95c33;
  filter: blur(6px);
}
.price.premium > small {
  color: #ffd76a;
}
.price.premium em {
  background: linear-gradient(90deg, #ffe394, #dca52f);
  color: #271900;
}
.price.premium a {
  background: linear-gradient(90deg, #ffe394, #dca52f);
  color: #271900;
}
.selected-package input {
  border-color: #67e8f966 !important;
  background: #101b2ddd !important;
  font-weight: 800;
}
.contact {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 60px;
  padding: 56px;
  border: 1px solid var(--line);
  border-radius: 30px;
  background: linear-gradient(145deg, #121934e0, #0f0d20d1);
}
.points {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
.form {
  display: grid;
  gap: 14px;
}
.form label {
  display: grid;
  gap: 8px;
  font-size: 11px;
  color: #d7dceb;
}
.row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.form input,
.form select,
.form textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #040711b8;
  color: white;
  font: inherit;
}
.form button {
  padding: 15px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(90deg, var(--cyan), var(--blue), var(--violet));
  font-weight: 900;
  color: #071018;
}
.form button:disabled {
  opacity: 0.6;
}
#status {
  text-align: center;
  min-height: 18px;
  font-size: 12px;
}
.footer {
  width: min(1220px, 92%);
  margin: auto;
  padding: 42px 0;
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 40px;
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.footer-links {
  display: flex;
  gap: 18px;
}
.footer-links a {
  text-decoration: none;
}
.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: 0.75s;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 1180px) {
  .price-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1050px) {
  .hero {
    grid-template-columns: 1fr;
  }
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .project,
  .project.reverse {
    grid-template-columns: 1fr;
  }
  .project.reverse .project-visual {
    order: 0;
  }
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .review-grid,
  .price-grid {
    grid-template-columns: 1fr;
  }
  .price.popular {
    transform: none;
  }
  .contact {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 760px) {
  .header {
    height: 78px;
  }
  .menu {
    display: block;
  }
  .header nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    right: 0;
    height: auto;
    padding: 20px;
    background: #090d19;
    flex-direction: column;
  }
  .header nav.open {
    display: flex;
  }
  .header nav a {
    height: 48px;
  }
  .order {
    width: 100%;
    justify-content: center;
  }
  .hero {
    padding: 55px 0;
  }
  .hero h1 {
    letter-spacing: -2.5px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .btn {
    width: 100%;
  }
  .hero-scene {
    min-height: 390px;
  }
  .screen {
    height: 285px;
    padding: 27px;
  }
  .phone,
  .float-card {
    display: none;
  }
  .metrics {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }
  .project-visual {
    min-height: 360px;
    padding: 18px;
  }
  .demo-body {
    height: 280px;
    padding: 26px;
  }
  .demo-body h3 {
    font-size: 31px;
    margin-top: 45px;
  }
  .project-info {
    padding: 28px;
  }
  .row {
    grid-template-columns: 1fr;
  }
  .contact {
    padding: 28px 20px;
  }
  .footer {
    grid-template-columns: 1fr;
  }
  .footer-links {
    flex-wrap: wrap;
  }
}
.brand-logo {
  display: flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
}
.brand-logo img {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  object-fit: cover;
}
.brand-logo span {
  color: #fff;
}
.shop-visual {
  background: linear-gradient(135deg, #e9e7df, #beb9ad);
}
.shop-mini {
  width: 90%;
  padding: 24px;
  border-radius: 20px;
  background: #faf9f5;
  box-shadow: 0 30px 80px #0005;
}
.shop-mini > div {
  height: 34px;
  border-radius: 8px;
  background: #191919;
  margin-bottom: 18px;
}
.shop-mini section {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.shop-mini b {
  height: 120px;
  border-radius: 14px;
  background: linear-gradient(145deg, #ddd8cb, #aaa69d);
}

/* Detailed cooperation section */
.cooperation {
  position: relative;
}
.cooperation:before {
  content: "";
  position: absolute;
  inset: 80px -8% auto;
  height: 420px;
  background: radial-gradient(circle at 50% 20%, #2563eb22, transparent 62%);
  pointer-events: none;
  z-index: -1;
}
.cooperation-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  position: relative;
}
.cooperation-step {
  position: relative;
  min-height: 310px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: linear-gradient(150deg, #121a31dd, #0c1020dd);
  overflow: hidden;
  transition:
    transform 0.35s,
    border-color 0.35s,
    box-shadow 0.35s;
}
.cooperation-step:after {
  content: "";
  position: absolute;
  width: 100px;
  height: 100px;
  right: -45px;
  bottom: -50px;
  border-radius: 50%;
  background: #67e8f90d;
  transition: 0.35s;
}
.cooperation-step:hover {
  transform: translateY(-8px);
  border-color: #67e8f966;
  box-shadow: 0 28px 70px #0006;
}
.cooperation-step:hover:after {
  transform: scale(1.8);
  background: #67e8f916;
}
.step-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}
.step-top b {
  font-family: "Space Grotesk";
  font-size: 28px;
  color: #ffffff24;
}
.step-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: linear-gradient(145deg, #67e8f926, #8b5cf635);
  color: var(--cyan);
  font-size: 21px;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px #ffffff0d;
}
.cooperation-step h3 {
  font-size: 22px;
  margin: 0 0 12px;
}
.cooperation-step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.cooperation-step > small {
  display: block;
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
  color: #dce8f5;
  font-size: 11px;
  font-weight: 700;
}
.final-step {
  border-color: #67e8f955;
  background: linear-gradient(145deg, #10243add, #111429dd);
}
.safe-work {
  margin-top: 26px;
  padding: 38px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 44px;
  align-items: center;
  border: 1px solid #67e8f944;
  border-radius: 28px;
  background:
    radial-gradient(circle at 10% 10%, #67e8f91d, transparent 42%),
    linear-gradient(145deg, #10182ddd, #0b1020ee);
  box-shadow: 0 28px 80px #0004;
}
.safe-badge {
  display: inline-flex;
  padding: 7px 10px;
  border: 1px solid #67e8f955;
  border-radius: 99px;
  background: #67e8f90d;
  color: var(--cyan);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.7px;
}
.safe-copy h3 {
  max-width: 650px;
  font-size: clamp(27px, 3vw, 39px);
  line-height: 1.12;
  margin: 18px 0 14px;
}
.safe-copy p {
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
}
.safe-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.safe-points span {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #ffffff08;
  color: #e7ebf5;
  font-size: 12px;
  line-height: 1.4;
}
.safe-points span::first-letter {
  color: var(--green);
}
.consultation-cta {
  margin-top: 26px;
  padding: 34px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  border: 1px solid var(--line);
  border-radius: 25px;
  background: linear-gradient(110deg, #11182ddd, #19112cdd);
}
.consultation-cta > div {
  max-width: 760px;
}
.consultation-cta small {
  color: var(--cyan);
  letter-spacing: 2px;
  font-weight: 800;
}
.consultation-cta h3 {
  font-size: 28px;
  margin: 10px 0 8px;
}
.consultation-cta p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.consultation-cta .btn {
  flex: none;
  white-space: nowrap;
}
@media (max-width: 1050px) {
  .cooperation-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .safe-work {
    grid-template-columns: 1fr;
  }
  .consultation-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 760px) {
  .cooperation-grid {
    grid-template-columns: 1fr;
  }
  .cooperation-step {
    min-height: auto;
  }
  .safe-work {
    padding: 27px 20px;
  }
  .safe-points {
    grid-template-columns: 1fr;
  }
  .consultation-cta {
    padding: 28px 20px;
  }
  .consultation-cta .btn {
    width: 100%;
  }
}

/* Interactive price calculator */
.services-cta {
  margin: 28px auto 0;
  max-width: 1220px;
  padding: 18px 22px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff08;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.services-cta span {
  color: var(--muted);
}
.services-cta a {
  font-weight: 800;
  text-decoration: none;
  color: var(--cyan);
}
.site-type-picker {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  margin: 0 0 22px;
}
.site-type {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 15px 10px;
  background: #ffffff08;
  color: var(--text);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
  transition: 0.25s;
}
.site-type span {
  display: block;
  font-size: 22px;
  margin-bottom: 7px;
}
.site-type:hover,
.site-type.active {
  transform: translateY(-3px);
  border-color: #67e8f977;
  background: #67e8f912;
  box-shadow: 0 14px 35px #0004;
}
.site-type.active {
  color: var(--cyan);
}
.price button.choose-package {
  width: 100%;
  border: 0;
  padding: 13px;
  border-radius: 11px;
  background: #ffffff0f;
  color: var(--text);
  font: inherit;
  text-align: center;
  font-weight: 800;
  cursor: pointer;
}
.price.popular button.choose-package {
  background: linear-gradient(90deg, var(--cyan), var(--violet));
  color: #071018;
}
.price.premium button.choose-package {
  background: linear-gradient(90deg, #ffe394, #dca52f);
  color: #271900;
}
.package-price {
  transition:
    opacity 0.18s,
    transform 0.18s;
}
.calculator-result {
  margin-top: 24px;
  padding: 30px;
  border: 1px solid #67e8f955;
  border-radius: 24px;
  background:
    radial-gradient(circle at 88% 10%, #7c3aed22, transparent 28%),
    linear-gradient(145deg, #10182ddd, #0b1020ee);
  box-shadow: 0 30px 80px #0006;
}
.result-main small,
.result-meta small {
  color: var(--cyan);
  letter-spacing: 1.8px;
  font-size: 10px;
  font-weight: 850;
}
.result-main h3 {
  font-size: clamp(27px, 4vw, 46px);
  margin: 8px 0 10px;
}
.result-main p {
  color: var(--muted);
  max-width: 780px;
}
.result-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 24px 0;
}
.result-meta > div {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff08;
}
.result-meta strong {
  display: block;
  font-size: clamp(23px, 3vw, 34px);
  margin-top: 8px;
}
.result-meta > div:first-child strong {
  color: var(--cyan);
}
.result-includes {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.result-includes span {
  padding: 8px 11px;
  border-radius: 999px;
  background: #ffffff0d;
  color: #dbe7ff;
  font-size: 13px;
}
.calculator-note {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
  margin: 18px 0;
}
.calculator-order {
  display: inline-flex;
}
.form input[readonly] {
  cursor: default;
  color: #e8f3ff;
  background: #101b2ddd;
}
@media (max-width: 850px) {
  .site-type-picker {
    grid-template-columns: repeat(2, 1fr);
  }
  .site-type:last-child {
    grid-column: 1/-1;
  }
  .result-meta {
    grid-template-columns: 1fr;
  }
  .services-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 520px) {
  .site-type-picker {
    grid-template-columns: 1fr 1fr;
  }
  .calculator-result {
    padding: 22px 17px;
  }
  .result-includes {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .services-cta {
    padding: 16px;
  }
}

/* Final mobile reliability pass */
.menu {
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #ffffff0b;
  color: var(--text);
  font-size: 23px;
  line-height: 1;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
button,
a,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
.form input,
.form select,
.form textarea {
  min-height: 48px;
  font-size: 16px;
}
.form textarea {
  min-height: 132px;
  resize: vertical;
}
.choose-package,
.site-type,
.form button {
  touch-action: manipulation;
}
.result-main h3 {
  overflow-wrap: anywhere;
}
.price h3,
.result-meta strong {
  overflow-wrap: anywhere;
}

@media (max-width: 760px) {
  .menu {
    display: flex;
  }
  .header {
    padding: 0 4%;
  }
  .header nav {
    max-height: calc(100vh - 78px);
    overflow-y: auto;
    border-bottom: 1px solid var(--line);
    box-shadow: 0 24px 60px #0009;
  }
  .section {
    width: min(100% - 28px, 1220px);
    padding: 78px 0;
  }
  .prices,
  .portfolio {
    padding-left: 14px;
    padding-right: 14px;
  }
  .hero {
    width: calc(100% - 28px);
    padding: 44px 0 64px;
    gap: 28px;
  }
  .hero h1 {
    font-size: clamp(42px, 13vw, 62px);
    line-height: 1.04;
    letter-spacing: -2px;
  }
  .hero p {
    font-size: 16px;
    line-height: 1.65;
  }
  .hero-scene {
    min-height: 330px;
  }
  .screen {
    height: 245px;
    padding: 22px;
  }
  .screen-title {
    height: 58px;
    margin-top: 34px;
  }
  .screen-grid {
    margin-top: 34px;
    gap: 8px;
  }
  .screen-grid div {
    height: 65px;
  }
  .metrics {
    width: calc(100% - 28px);
    padding: 18px 12px;
    gap: 10px;
  }
  .metric b {
    font-size: 25px;
  }
  .head {
    margin-bottom: 34px;
  }
  .head h2,
  .contact-copy h2 {
    font-size: clamp(32px, 10vw, 45px);
    letter-spacing: -1.4px;
  }
  .service,
  .review,
  .price {
    padding: 23px 20px;
  }
  .project {
    border-radius: 22px;
  }
  .project-visual {
    min-height: 315px;
  }
  .project-info h3 {
    font-size: 31px;
  }
  .cooperation-step {
    padding: 23px 20px;
  }
  .calculator-result {
    border-radius: 20px;
  }
  .calculator-order {
    width: 100%;
  }
  .contact {
    width: calc(100% - 28px);
    padding: 26px 18px;
    border-radius: 24px;
    gap: 34px;
  }
  .form button {
    min-height: 52px;
    font-size: 16px;
  }
  .footer {
    width: calc(100% - 28px);
    gap: 25px;
  }
}

@media (max-width: 430px) {
  .brand-logo span {
    font-size: 20px;
  }
  .brand-logo img {
    width: 42px;
    height: 42px;
    min-width: 42px;
  }
  .site-type-picker {
    grid-template-columns: 1fr;
  }
  .site-type:last-child {
    grid-column: auto;
  }
  .site-type {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 13px 15px;
    text-align: left;
  }
  .site-type span {
    display: inline-block;
    margin: 0;
    font-size: 20px;
  }
  .result-includes {
    grid-template-columns: 1fr;
  }
  .mini-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }
  .mini-stats div:last-child {
    grid-column: 1/-1;
  }
  .shop-mini {
    width: 100%;
    padding: 16px;
  }
  .shop-mini b {
    height: 94px;
  }
  .demo-body {
    padding: 21px;
  }
  .demo-body h3 {
    font-size: 27px;
    margin-top: 38px;
  }
  .project-info {
    padding: 24px 20px;
  }
  .calculator-result {
    padding: 21px 16px;
  }
  .result-meta > div {
    padding: 17px;
  }
  .safe-work {
    padding: 24px 17px;
  }
  .consultation-cta {
    padding: 24px 17px;
  }
}

@media (max-width: 360px) {
  .hero h1 {
    font-size: 39px;
  }
  .metrics {
    grid-template-columns: 1fr 1fr;
  }
  .metric b {
    font-size: 23px;
  }
  .metric span {
    font-size: 11px;
  }
  .price em {
    position: static;
    display: inline-block;
    margin-bottom: 12px;
  }
  .footer-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}
.hosting-note {
  max-width: 900px;
  margin: 38px auto 0;
  padding: 24px;

  display: flex;
  align-items: flex-start;
  gap: 16px;

  border: 1px solid rgba(103, 232, 249, 0.22);
  border-radius: 18px;

  background: rgba(103, 232, 249, 0.06);
}

.hosting-note-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 12px;
  background: rgba(103, 232, 249, 0.14);
  color: #67e8f9;

  font-size: 20px;
  font-weight: 800;
}

.hosting-note h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.hosting-note p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

@media (max-width: 600px) {
  .hosting-note {
    flex-direction: column;
  }
}
