:root {
  --bg-deep: #081017;
  --bg-mid: #0e1d27;
  --bg-bright: #153546;
  --accent: #1dc39a;
  --accent-2: #f2c46d;
  --accent-3: #9aefda;
  --text: #0f1720;
  --text-light: #f3f7fa;
  --muted: #596877;
  --surface: #ffffff;
  --surface-alt: #eef4f7;
  --surface-muted: #e6edf2;
  --card-border: #dbe5ec;
  --shadow: 0 28px 64px rgba(8, 18, 25, 0.18);
  --shadow-soft: 0 16px 38px rgba(8, 18, 25, 0.12);
  --radius-xl: 28px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --radius-pill: 999px;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(29, 195, 154, 0.035), transparent 24%),
    linear-gradient(180deg, #f4f8fa 0%, var(--surface-alt) 42%, #edf3f6 100%);
  line-height: 1.6;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Space Grotesk", "Manrope", sans-serif;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

p {
  margin: 0;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

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

a:focus-visible,
button:focus-visible {
  outline: 2px solid var(--accent-2);
  outline-offset: 3px;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 12px;
  padding: 10px 16px;
  background: var(--surface);
  border-radius: 999px;
  box-shadow: var(--shadow-soft);
  color: var(--text);
  z-index: 999;
}

.skip-link:focus {
  left: 12px;
}

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

.header {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 10;
  padding: 20px 0;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 16px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(18, 30, 40, 0.92), rgba(8, 18, 25, 0.88));
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
  box-shadow:
    0 20px 44px rgba(0, 0, 0, 0.24),
    0 0 0 1px rgba(255, 255, 255, 0.03),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  color: var(--accent-3);
  box-shadow: none;
}

.logo-mark {
  width: 64px;
  height: 64px;
  display: block;
  flex: 0 0 auto;
}

.logo-mark img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 18px;
  box-shadow:
    0 18px 34px rgba(6, 15, 22, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.logo-text,
.logo-copy {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.nav-pill {
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #e7f2ef;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
  font-size: 14px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.nav-pill:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.14);
}

.nav-pill.active {
  background: linear-gradient(135deg, var(--accent), var(--accent-3));
  color: #031914;
  border-color: transparent;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12),
    0 14px 34px rgba(29, 195, 154, 0.34),
    0 0 30px rgba(29, 195, 154, 0.18);
}

.hero {
  position: relative;
  padding: 140px 0 164px;
  color: var(--text-light);
  background:
    radial-gradient(circle at 9% 12%, rgba(29, 195, 154, 0.22), transparent 38%),
    radial-gradient(circle at 88% 12%, rgba(242, 196, 109, 0.14), transparent 34%),
    linear-gradient(130deg, var(--bg-deep), var(--bg-bright));
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(120deg, rgba(255, 255, 255, 0.045) 0%, rgba(255, 255, 255, 0) 58%),
    radial-gradient(rgba(255, 255, 255, 0.065) 1px, transparent 0);
  background-size: 100% 100%, 22px 22px;
  opacity: 0.3;
  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 0%, rgba(10, 17, 23, 0.5), transparent 55%),
    linear-gradient(180deg, rgba(8, 17, 23, 0.02), rgba(8, 17, 23, 0.16));
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-align: center;
}

.hero-kicker,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(243, 247, 250, 0.86);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-logo {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: var(--accent-2);
  box-shadow:
    inset 0 0 28px rgba(242, 196, 109, 0.22),
    0 18px 32px rgba(0, 0, 0, 0.18);
}

.hero h1 {
  font-size: clamp(36px, 4.5vw, 62px);
  max-width: 900px;
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

.hero h1 span {
  color: var(--accent-2);
}

.hero p {
  max-width: 720px;
  font-size: 17px;
  line-height: 1.75;
  color: rgba(243, 247, 250, 0.84);
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
}

.hero-badge {
  padding: 10px 14px;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(243, 247, 250, 0.88);
  font-size: 14px;
}

.btn {
  padding: 14px 26px;
  border-radius: 18px;
  font-weight: 700;
  font-size: 15px;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, #efbb57, #ffd892);
  color: #241604;
  box-shadow:
    0 18px 34px rgba(242, 196, 109, 0.3),
    0 0 28px rgba(242, 196, 109, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.btn-secondary {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.07));
  color: var(--text-light);
  border-color: rgba(255, 255, 255, 0.18);
  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.wave {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  color: var(--surface-alt);
}

.section {
  padding: 92px 0;
}

.section.alt {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.54), rgba(228, 235, 240, 0.68));
}

.section-tight {
  padding-top: 48px;
}

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

.section-kicker {
  margin-bottom: 16px;
  background: rgba(24, 177, 140, 0.08);
  border-color: rgba(24, 177, 140, 0.14);
  color: var(--accent);
}

.section-title {
  text-align: center;
  margin: 0 0 18px;
  font-size: clamp(28px, 3vw, 40px);
}

.section-subtitle {
  text-align: center;
  margin: 0 auto;
  color: var(--muted);
  max-width: 760px;
  line-height: 1.75;
}

.text-left {
  text-align: left;
}

.section-subtitle.text-left {
  margin-left: 0;
  max-width: none;
}

.trust-strip {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.trust-item {
  padding: 22px 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow-soft);
}

.trust-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.trust-item span {
  color: var(--muted);
  font-size: 14px;
}

.grid {
  display: grid;
  gap: 24px;
}

.grid-3 {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.grid-4 {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.card {
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  border-radius: var(--radius-xl);
  padding: 28px;
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 250px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 64px rgba(8, 18, 25, 0.16);
  border-color: rgba(24, 177, 140, 0.16);
}

.card-icon {
  width: 54px;
  height: 54px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(24, 177, 140, 0.14), rgba(241, 181, 74, 0.14));
  color: var(--accent);
}

.card h3 {
  font-size: 20px;
}

.card p,
.card li {
  color: var(--muted);
}

.card ul {
  margin: 0;
  padding-left: 18px;
}

.card .card-link {
  margin-top: auto;
  font-size: 14px;
  color: var(--accent);
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 28px;
  align-items: stretch;
}

.panel {
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow);
}

.panel-dark {
  background:
    radial-gradient(circle at top right, rgba(242, 196, 109, 0.12), transparent 36%),
    radial-gradient(circle at left center, rgba(29, 195, 154, 0.08), transparent 32%),
    linear-gradient(145deg, var(--bg-mid), var(--bg-deep));
  color: var(--text-light);
  border-color: rgba(255, 255, 255, 0.08);
}

.panel-dark p,
.panel-dark li {
  color: rgba(243, 247, 250, 0.8);
}

.check-list,
.stack-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li,
.stack-list li {
  position: relative;
  padding-left: 28px;
  margin-top: 14px;
}

.check-list li::before,
.stack-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
}

.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 22px;
}

.mini-card {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.mini-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text-light);
}

.mini-card span {
  color: rgba(243, 247, 250, 0.78);
  font-size: 14px;
}

.mini-card.light {
  background: #f7fafc;
  border: 1px solid #e3ebf1;
}

.mini-card.light strong {
  color: var(--text);
}

.mini-card.light span {
  color: var(--muted);
}

.step-card {
  min-height: 200px;
}

.step-number {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(24, 177, 140, 0.12);
  color: var(--accent);
  font-weight: 800;
}

.portfolio-intro {
  margin-bottom: 28px;
}

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.portfolio-card {
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow);
}

.portfolio-media {
  background: linear-gradient(180deg, #edf2f6, #dfe7ee);
}

.portfolio-media img {
  display: block;
  width: 100%;
  height: auto;
}

.portfolio-copy {
  display: grid;
  gap: 8px;
  padding: 20px 22px 24px;
}

.portfolio-copy strong {
  font-size: 18px;
}

.portfolio-copy span {
  color: var(--muted);
  line-height: 1.7;
}

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

.faq-item {
  padding: 26px 28px;
  border-radius: 22px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow-soft);
}

.faq-item h3 {
  margin-bottom: 10px;
  font-size: 19px;
}

.faq-item p {
  color: var(--muted);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumbs a {
  color: var(--accent);
  font-weight: 700;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 28px;
  align-items: start;
}

.article-main,
.article-aside {
  display: grid;
  gap: 24px;
}

.article-block {
  padding: 34px;
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow);
}

.article-block h2 {
  font-size: clamp(24px, 2.4vw, 34px);
  margin-bottom: 16px;
}

.article-block h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.article-prose p + p,
.article-prose ul + p,
.article-prose p + ul {
  margin-top: 16px;
}

.article-prose p,
.article-prose li {
  color: var(--muted);
  line-height: 1.8;
}

.article-prose ul {
  margin: 0;
  padding-left: 20px;
}

.article-note {
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(24, 177, 140, 0.08), rgba(241, 181, 74, 0.08));
  border: 1px solid rgba(24, 177, 140, 0.14);
}

.article-note strong {
  display: block;
  margin-bottom: 8px;
}

.aside-card {
  padding: 26px;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow-soft);
}

.aside-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
}

.aside-card p,
.aside-card li {
  color: var(--muted);
}

.aside-card ul {
  margin: 0;
  padding-left: 18px;
}

.related-links {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.related-links a {
  display: block;
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--surface-alt);
  border: 1px solid #dde6ec;
  color: var(--text);
  font-weight: 700;
}

.related-links a:hover {
  border-color: rgba(24, 177, 140, 0.35);
}

.contact-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.city-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.city-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(132, 176, 214, 0.65);
  color: var(--text);
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(13, 22, 32, 0.05);
}

.contact-card {
  text-align: center;
  min-height: 220px;
}

.contact-card strong {
  display: block;
  font-size: 18px;
}

.cta-panel {
  padding: 36px;
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(29, 195, 154, 0.16), transparent 34%),
    radial-gradient(circle at bottom left, rgba(242, 196, 109, 0.16), transparent 28%),
    linear-gradient(135deg, #ffffff, #f7fafc);
  border: 1px solid var(--card-border);
  box-shadow: var(--shadow);
  text-align: center;
}

.cta-panel p {
  max-width: 660px;
  margin: 14px auto 0;
  color: var(--muted);
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.footer {
  padding: 40px 0 60px;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
  border-top: 1px solid #d8e1e8;
  background: linear-gradient(180deg, rgba(15, 23, 32, 0.04), transparent);
}

.fade-up {
  opacity: 0;
  transform: translateY(12px);
  animation: fadeUp 0.8s ease forwards;
}

.fade-up.delay-1 {
  animation-delay: 0.1s;
}

.fade-up.delay-2 {
  animation-delay: 0.2s;
}

.fade-up.delay-3 {
  animation-delay: 0.3s;
}

.fade-up.delay-4 {
  animation-delay: 0.4s;
}

.stagger > * {
  opacity: 0;
  transform: translateY(16px);
  animation: fadeUp 0.7s ease forwards;
}

.stagger > *:nth-child(1) {
  animation-delay: 0.1s;
}

.stagger > *:nth-child(2) {
  animation-delay: 0.2s;
}

.stagger > *:nth-child(3) {
  animation-delay: 0.3s;
}

.stagger > *:nth-child(4) {
  animation-delay: 0.4s;
}

.stagger > *:nth-child(5) {
  animation-delay: 0.5s;
}

.stagger > *:nth-child(6) {
  animation-delay: 0.6s;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 960px) {
  .header {
    position: static;
    background: var(--bg-deep);
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    padding-top: 82px;
  }

  .trust-grid,
  .split,
  .mini-grid,
  .article-layout,
  .portfolio-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .logo-mark {
    width: 56px;
    height: 56px;
  }

  .hero-actions,
  .cta-actions {
    flex-direction: column;
    width: 100%;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }

  .nav {
    padding: 12px;
  }

  .section,
  .section-tight {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .panel,
  .cta-panel,
  .card,
  .faq-item {
    padding: 24px;
  }
}
