@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");

:root {
  --bg: #0f111a;
  --bg-2: #151826;
  --panel: #202437;
  --panel-2: #262b41;
  --text: #f4f7ff;
  --soft: #b5bdd8;
  --muted: #828ba8;
  --line: rgba(255, 255, 255, 0.09);
  --cyan: #4ccfff;
  --blue: #5b7cff;
  --teal: #48dfd1;
  --red: #ff5e73;
  --shadow: 0 18px 55px rgba(0, 0, 0, 0.34);
  --max: 1300px;
  --content: 1300px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.65;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 2%, rgba(76, 207, 255, 0.17), transparent 34%),
    radial-gradient(circle at 82% 8%, rgba(91, 124, 255, 0.14), transparent 26%),
    linear-gradient(180deg, #0f111a 0%, #141725 46%, #0f111a 100%);
}

.is-pjax-loading {
  cursor: progress;
}

::view-transition-old(root),
::view-transition-new(root) {
  animation-duration: 0.22s;
  animation-timing-function: ease;
}

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

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

h1,
h2,
h3,
h4 {
  line-height: 1.08;
  letter-spacing: 0;
}

p,
li {
  color: var(--soft);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  z-index: 100;
  padding: 0.8rem 1rem;
  background: var(--cyan);
  color: #06101a;
  font-weight: 800;
}

.skip-link:focus {
  left: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(12, 14, 23, 0.86);
  backdrop-filter: blur(18px);
}

.header-inner,
.section,
.footer-inner,
.footer-bottom {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

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

.logo {
  display: inline-flex;
  align-items: center;
  width: 148px;
}

.logo img {
  display: block;
  width: 148px;
  height: auto;
  aspect-ratio: 2373 / 1040;
}

.nav {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.nav-toggle span,
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  border-radius: 2px;
  background: currentColor;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 0.8rem;
  border-radius: 8px;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 700;
  white-space: nowrap;
}

.nav-links a:hover,
.nav-links a:focus-visible,
.nav-links a[aria-current="page"] {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.language-switch {
  display: inline-flex;
  gap: 0.25rem;
  padding: 0.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
}

.language-switch a {
  min-width: 38px;
  padding: 0.35rem 0.5rem;
  border-radius: 6px;
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  text-align: center;
}

.language-switch a[aria-current="true"] {
  color: #06101a;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.85rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

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

.btn-primary {
  color: #07121d;
  background: linear-gradient(135deg, #12e7ff 0%, #4f8dff 100%);
  box-shadow: 0 12px 30px rgba(56, 188, 255, 0.28);
}

.btn-secondary {
  color: var(--cyan);
  border-color: rgba(76, 207, 255, 0.72);
  background: rgba(255, 255, 255, 0.02);
}

@media (min-width: 981px) {
  .nav-links li:nth-child(1) a {
    width: 76px;
  }

  .nav-links li:nth-child(2) a {
    width: 82px;
  }

  .nav-links li:nth-child(3) a {
    width: 170px;
  }

  .nav-links li:nth-child(4) a {
    width: 124px;
  }

  .nav-cta {
    width: 178px;
    padding-inline: 0.85rem;
  }
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  place-items: center;
  padding: 5.6rem 1rem 4.6rem;
  text-align: center;
  background:
    radial-gradient(circle at 50% 12%, rgba(55, 169, 255, 0.32), transparent 24rem),
    radial-gradient(circle at 50% 48%, rgba(76, 207, 255, 0.13), transparent 28rem),
    linear-gradient(90deg, rgba(12, 22, 38, 0.94), rgba(22, 42, 68, 0.66), rgba(13, 16, 31, 0.94)),
    linear-gradient(180deg, #101522 0%, #172032 100%);
  background-size: cover;
  background-position: center;
}

.hero .section {
  max-width: 850px;
}

.eyebrow {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0 0.95rem;
  margin-bottom: 1.1rem;
  border: 1px solid rgba(76, 207, 255, 0.25);
  border-radius: 8px;
  background: rgba(76, 207, 255, 0.08);
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 800;
}

.hero h1,
.page-hero h1 {
  font-size: clamp(2.45rem, 4.1vw, 4.15rem);
  font-weight: 800;
}

.hero h1 {
  max-width: 820px;
  margin-inline: auto;
}

.hero h1 .highlight {
  display: block;
}

.highlight {
  color: var(--cyan);
}

.hero-copy,
.page-copy {
  max-width: 620px;
  margin: 1.2rem auto 0;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
}

.pricing-note {
  display: inline-block;
  max-width: 720px;
  margin: 1.3rem auto 0;
  padding: 0.75rem 1rem;
  border: 1px solid rgba(76, 207, 255, 0.22);
  border-radius: 8px;
  background: rgba(76, 207, 255, 0.08);
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  max-width: 640px;
  margin: 3rem auto 0;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.stat-number {
  color: var(--cyan);
  font-size: 1.8rem;
  font-weight: 800;
}

.stat-label {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.band {
  padding: 4.5rem 0;
  background: #0f0f14;
}

.band-alt {
  padding: 4.5rem 0;
  background: #1a1d2b;
}

.section-heading {
  max-width: 720px;
  margin: 0 auto 3rem;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(2rem, 3.5vw, 3rem);
}

.section-heading p {
  margin-top: 1rem;
  font-size: 1.05rem;
}

.grid {
  display: grid;
  gap: 1.25rem;
}

.content-width {
  width: min(100%, var(--content));
  margin-inline: auto;
}

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

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

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

.services-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.75rem;
}

.card,
.plan-card,
.contact-panel,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow);
}

.card {
  padding: 1.65rem;
}

.card h3 {
  margin-bottom: 0.75rem;
  font-size: 1.28rem;
}

.service-card {
  position: relative;
  min-height: 310px;
  padding: 2.55rem;
  overflow: hidden;
  background: #242536;
  border: 0;
  transition: transform 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 5px;
  border-radius: 0;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  pointer-events: none;
  transition: width 0.34s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.34s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  background: #292a3e;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.36);
}

.service-card:hover::before {
  width: 100%;
  box-shadow: 0 0 20px rgba(71, 199, 255, 0.25);
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 1.25rem;
  border-radius: 8px;
  color: #07121d;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(56, 188, 255, 0.22);
}

.icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.service-card h3 {
  margin-bottom: 1rem;
  font-size: 1.78rem;
  overflow-wrap: normal;
  word-break: normal;
}

.nowrap {
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
  hyphens: manual;
}

.service-card p {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.9;
}

.contact-detail .icon img {
  width: 24px;
  height: 24px;
}

.feature {
  display: flex;
  align-items: flex-start;
  gap: 0.95rem;
}

.check {
  display: grid;
  place-items: center;
  flex: 0 0 22px;
  width: 22px;
  height: 22px;
  margin-top: 0.08rem;
  border-radius: 50%;
  color: var(--teal);
  background: rgba(72, 223, 209, 0.12);
}

.check svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

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

.portfolio-item {
  display: block;
  position: relative;
  min-height: 210px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  color: inherit;
  text-decoration: none;
}

.portfolio-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.portfolio-item:hover img {
  transform: scale(1.04);
}

.portfolio-overlay {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  max-width: calc(100% - 2rem);
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(12, 14, 22, 0.78);
  backdrop-filter: blur(10px);
}

.portfolio-overlay p {
  font-size: 0.82rem;
}

.plan-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}

.plan-card.featured {
  border-color: rgba(76, 207, 255, 0.38);
  box-shadow: 0 0 0 1px rgba(79, 141, 255, 0.15), var(--shadow);
}

.badge {
  position: absolute;
  top: -14px;
  left: 1.25rem;
  padding: 0.35rem 0.65rem;
  border-radius: 8px;
  color: #07121d;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  font-size: 0.72rem;
  font-weight: 900;
}

.price {
  margin: 1rem 0 0.4rem;
  color: var(--text);
  font-size: 2rem;
  font-weight: 800;
}

.price span {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 600;
}

.feature-list {
  display: grid;
  gap: 0.55rem;
  margin: 1.4rem 0 1.7rem;
  padding: 0;
  list-style: none;
}

.feature-list li {
  position: relative;
  padding-left: 1rem;
}

.feature-list li::before {
  content: "";
  position: absolute;
  top: 0.78em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
}

.plugin-card {
  display: flex;
  flex-direction: column;
}

.approved-tag {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0.25rem 0 1rem;
  padding: 0.4rem 0.65rem;
  border: 1px solid rgba(76, 207, 255, 0.36);
  border-radius: 8px;
  color: var(--cyan);
  background: rgba(76, 207, 255, 0.09);
  font-size: 0.74rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}

.approved-tag::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: 0 0 14px rgba(72, 223, 209, 0.8);
}

.approved-tag:hover,
.text-link:hover {
  color: var(--text);
}

.text-link {
  margin-top: auto;
  color: var(--cyan);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
}

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

.page-hero {
  padding: 5rem 0 4rem;
  background: linear-gradient(180deg, rgba(76, 207, 255, 0.08), rgba(76, 207, 255, 0));
  text-align: center;
}

.content-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: start;
}

.contact-panel,
.contact-form {
  padding: 2rem;
}

.contact-details {
  display: grid;
  gap: 1rem;
  margin-top: 1.4rem;
}

.contact-detail {
  display: flex;
  gap: 0.9rem;
  align-items: center;
}

.contact-detail a,
.footer-contact-list a {
  color: inherit;
}

.contact-detail .icon {
  margin: 0;
}

.contact-detail .icon {
  flex: 0 0 50px;
  color: var(--cyan);
  background: linear-gradient(180deg, rgba(77, 215, 255, 0.14), rgba(77, 121, 255, 0.08));
  box-shadow: none;
}

.contact-detail .icon svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.contact-detail .icon svg.is-filled {
  stroke: none;
  fill: currentColor;
}

.contact-detail:nth-child(1) .icon {
  color: var(--red);
}

.contact-detail:nth-child(2) .icon {
  color: var(--cyan);
}

.contact-detail:nth-child(3) .icon {
  color: #6d7cff;
}

.contact-form {
  display: grid;
  gap: 0.85rem;
}

.form-status {
  display: none;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  font-weight: 700;
}

.form-status.is-success,
.form-status.is-error {
  display: block;
}

.form-status.is-success {
  color: #d9fff5;
  border: 1px solid rgba(45, 212, 191, 0.28);
  background: rgba(45, 212, 191, 0.14);
}

.form-status.is-error {
  color: #ffe1e5;
  border: 1px solid rgba(255, 94, 115, 0.28);
  background: rgba(255, 94, 115, 0.14);
}

.field {
  display: grid;
  gap: 0.35rem;
}

.field label {
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 700;
}

.field input,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  padding: 0.85rem 0.95rem;
  font: inherit;
}

.field input:focus,
.field textarea:focus {
  outline: none;
  border-color: rgba(76, 207, 255, 0.45);
  box-shadow: 0 0 0 4px rgba(76, 207, 255, 0.08);
}

.field textarea {
  min-height: 140px;
  resize: vertical;
}

.honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.site-footer {
  padding: 3.4rem 0 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: #0f0f14;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.45fr 1fr 1fr 1.15fr;
  gap: 3rem;
}

.footer-brand p {
  max-width: 420px;
  margin-top: 1rem;
  color: #ffffff;
  font-size: 0.88rem;
  line-height: 2;
}

.footer-social {
  display: flex;
  gap: 1rem;
  margin-top: 1.25rem;
}

.footer-social a {
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  transition: transform 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  transform: translateY(-2px);
  color: var(--cyan);
  border-color: rgba(76, 207, 255, 0.26);
  background: rgba(76, 207, 255, 0.08);
}

.footer-social svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.footer-column h4 {
  margin-bottom: 1rem;
  color: #ffffff;
  font-size: 1rem;
}

.footer-column ul {
  display: grid;
  gap: 0.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-column a:hover,
.footer-column a:focus-visible {
  color: var(--cyan);
}

.footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-contact-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  color: var(--cyan);
}

.footer-contact-icon svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.footer-contact-icon svg.is-filled {
  stroke: none;
  fill: currentColor;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-bottom p {
  color: var(--muted);
  font-size: 0.82rem;
}

.legal-page {
  padding: 4rem 0;
  background: #0f0f14;
}

.hosting-section {
  position: relative;
  padding: 3.25rem 0;
  background: #0f0f14;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.hosting-section + .band-alt {
  padding-top: 4.8rem;
}

.hosting-strip {
  display: grid;
  grid-template-columns: 1.1fr auto 1.15fr auto;
  gap: 2rem;
  align-items: center;
  width: min(100%, var(--content));
  margin: 0 auto;
  padding: 1.75rem;
  border: 1px solid rgba(76, 207, 255, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(76, 207, 255, 0.1), rgba(91, 124, 255, 0.05)),
    #171c2b;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.3);
}

.hosting-strip .eyebrow {
  margin-bottom: 0.8rem;
}

.hosting-strip h2 {
  margin-bottom: 0.55rem;
  font-size: clamp(1.55rem, 2vw, 2rem);
}

.hosting-strip p {
  max-width: 560px;
}

.hosting-price {
  min-width: 150px;
  padding: 1.1rem 1.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.hosting-price .price {
  margin: 0;
}

.hosting-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem 1.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hosting-points li {
  position: relative;
  padding-left: 1rem;
  font-size: 0.92rem;
}

.hosting-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.73em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--cyan);
}

.hosting-strip .btn {
  white-space: nowrap;
}

.legal-card {
  width: min(100% - 2rem, 920px);
  margin: 0 auto;
  padding: 2.4rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.025));
  box-shadow: var(--shadow);
}

.legal-card h1 {
  margin-bottom: 0.6rem;
  font-size: clamp(2.1rem, 4vw, 3.1rem);
}

.legal-card h2 {
  margin-top: 2rem;
  margin-bottom: 0.7rem;
  font-size: 1.32rem;
}

.legal-card ul {
  padding-left: 1.2rem;
}

.legal-card a {
  color: var(--cyan);
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 80;
  display: none;
  width: min(420px, calc(100vw - 2rem));
  padding: 1rem;
  border: 1px solid rgba(76, 207, 255, 0.18);
  border-radius: 8px;
  background: rgba(20, 23, 36, 0.96);
  box-shadow: var(--shadow);
}

.cookie-banner.is-visible {
  display: grid;
  gap: 0.75rem;
}

.cookie-banner p {
  font-size: 0.86rem;
  line-height: 1.6;
}

.cookie-banner .btn {
  min-height: 36px;
  padding: 0.72rem 1rem;
}

.cookie-actions {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.back-to-top {
  position: fixed;
  right: 1.35rem;
  bottom: 1.35rem;
  z-index: 75;
  display: inline-grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 50%;
  background: linear-gradient(135deg, var(--cyan), var(--blue));
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(35, 167, 255, 0.32);
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.back-to-top svg {
  width: 22px;
  height: 22px;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

@media (max-width: 980px) {
  .grid-3,
  .grid-4,
  .services-grid,
  .portfolio-grid,
  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .content-layout,
  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hosting-strip {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .hosting-price {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    text-align: left;
  }
}

@media (max-width: 760px) {
  .nav-toggle {
    display: block;
  }

  .nav {
    position: relative;
  }

  .nav-links {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    width: min(280px, calc(100vw - 2rem));
    padding: 0.75rem;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: rgba(12, 14, 23, 0.98);
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: grid;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: calc(100vh - 68px);
  }

  .hero-actions,
  .footer-bottom {
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .grid-2,
  .grid-3,
  .grid-4,
  .services-grid,
  .portfolio-grid,
  .footer-inner,
  .content-layout,
  .stats {
    grid-template-columns: 1fr;
  }

  .header-inner {
    min-height: 68px;
  }

  .logo img {
    width: 120px;
  }

  .language-switch {
    display: none;
  }

  .btn {
    width: 100%;
  }

  .hosting-points {
    grid-template-columns: 1fr;
  }
}
