/* ==========================================================
   Nexweb Studio — Static UI (matches uploaded mockup)
   Dark navy + cyan→magenta gradient theme
   ========================================================== */

:root {
  --bg: #06121f;
  --bg-2: #0a1a2c;
  --surface: rgba(255, 255, 255, 0.04);
  --surface-2: rgba(255, 255, 255, 0.06);
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.16);
  --text: #e8f1ff;
  --muted: #8aa0bd;
  --cyan: #4cd6ff;
  --magenta: #c266ff;
  --pink: #ff5cb1;
  --grad: linear-gradient(135deg, #4cd6ff 0%, #8a7bff 50%, #ff5cb1 100%);
  --grad-soft: linear-gradient(135deg, rgba(76,214,255,.18), rgba(255,92,177,.18));
  --shadow-glow: 0 0 60px rgba(138,123,255,.25);
  --radius: 18px;
  --container: 1240px;
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background:
    radial-gradient(1200px 600px at 80% -10%, rgba(194,102,255,.18), transparent 60%),
    radial-gradient(900px 500px at -10% 10%, rgba(76,214,255,.15), transparent 60%),
    var(--bg);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  line-height: 1.55;
  min-height: 100vh;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: "Space Grotesk", "Inter", sans-serif; letter-spacing: -0.02em; margin: 0; }

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

/* ---- HEADER ---- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(6,18,31,0.65);
  border-bottom: 1px solid var(--border);
}
.header-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 14px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 700; font-size: 20px; }
.brand-logo {
  display: grid; place-items: center;
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--grad);
  color: #06121f; font-weight: 800;
  box-shadow: 0 8px 24px rgba(138,123,255,.4);
}
.brand-name { font-family: "Space Grotesk", sans-serif; }
.brand-sub { color: var(--muted); font-weight: 500; }

.primary-nav { display: flex; gap: 36px; }
.primary-nav a { color: var(--text); font-weight: 500; opacity: .85; transition: opacity .2s; }
.primary-nav a:hover { opacity: 1; }

.header-right { display: flex; align-items: center; gap: 14px; }
.lang-switch {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 14px; border: 1px solid var(--border); border-radius: 999px;
  background: var(--surface);
  color: var(--muted);
}
.lang-switch select {
  background: transparent; border: 0; color: var(--text); font: inherit; outline: none; cursor: pointer;
}
.lang-switch select option { color: #000; }

.cta-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 11px 22px; border-radius: 999px;
  font-weight: 600; font-size: 14.5px;
  border: 1px solid transparent;
  transition: transform .2s, box-shadow .2s, background .2s;
  cursor: pointer;
}
.cta-grad {
  background: var(--grad); color: #06121f;
  box-shadow: 0 10px 30px rgba(138,123,255,.35);
}
.cta-grad:hover { transform: translateY(-1px); box-shadow: 0 14px 38px rgba(138,123,255,.5); }
.cta-ghost {
  background: var(--surface); border-color: var(--border-strong); color: var(--text);
}
.cta-ghost:hover { background: var(--surface-2); }
.cta-btn.block { width: 100%; }

/* ---- HERO ---- */
.hero { position: relative; padding: 60px 0 0; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(600px 400px at 75% 35%, rgba(255,92,177,.18), transparent 60%),
    radial-gradient(500px 350px at 15% 25%, rgba(76,214,255,.18), transparent 60%);
}
.hero-inner {
  position: relative;
  max-width: var(--container); margin: 0 auto; padding: 0 24px;
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: center;
  min-height: 560px;
}
.chip {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 8px 16px; border-radius: 999px;
  border: 1px solid var(--border-strong);
  background: var(--surface);
  font-size: 12.5px; color: var(--muted);
  letter-spacing: 0.02em;
}
.chip svg { color: var(--cyan); }
.hero-title {
  font-size: clamp(40px, 6.5vw, 80px);
  line-height: 1.02; font-weight: 700;
  margin: 22px 0 24px;
}
.grad-text {
  background: var(--grad);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.hero-sub { color: var(--muted); font-size: 17px; max-width: 520px; margin: 0 0 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats {
  display: flex; gap: 56px; margin-top: 50px;
}
.hero-stats > div { display: flex; flex-direction: column; }
.hero-stats strong { font-family: "Space Grotesk", sans-serif; font-size: 32px; font-weight: 700; }
.hero-stats span { color: var(--muted); font-size: 13.5px; }

.hero-visual { position: relative; }
.hero-visual img {
  width: 100%; aspect-ratio: 4/3; object-fit: cover;
  border-radius: 22px;
  border: 1px solid var(--border-strong);
  box-shadow: var(--shadow-glow);
}
.globe-glow {
  position: absolute; inset: -30px;
  background: radial-gradient(circle at 50% 50%, rgba(138,123,255,.35), transparent 65%);
  filter: blur(40px); pointer-events: none;
}

/* Marquee */
.marquee-wrap {
  position: relative; margin-top: 70px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  overflow: hidden;
  background: rgba(255,255,255,0.02);
}
.marquee {
  display: flex; gap: 56px; padding: 18px 0;
  white-space: nowrap; width: max-content;
  animation: marquee 38s linear infinite;
  font-family: "Space Grotesk", sans-serif; font-size: 22px; color: rgba(232,241,255,.85);
}
.marquee span { display: inline-flex; align-items: center; gap: 18px; }
.marquee i { color: var(--cyan); font-style: normal; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ---- SECTIONS ---- */
.section { padding: 110px 0; position: relative; }
.section-alt {
  background: linear-gradient(180deg, rgba(255,255,255,0.02), transparent);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.section-head { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.section-head h2 { font-size: clamp(32px, 4.4vw, 56px); margin: 18px 0 14px; line-height: 1.05; }
.section-head p { color: var(--muted); font-size: 17px; }

/* Bento services */
.bento {
  display: grid; gap: 18px;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 200px;
}
.bento-card {
  position: relative; padding: 26px;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  transition: transform .25s, border-color .25s, background .25s;
  overflow: hidden;
}
.bento-card::before {
  content: ""; position: absolute; inset: 0;
  background: var(--grad-soft); opacity: 0; transition: opacity .25s;
  pointer-events: none;
}
.bento-card:hover { transform: translateY(-4px); border-color: var(--border-strong); }
.bento-card:hover::before { opacity: 1; }
.bento-card.big { grid-column: span 2; grid-row: span 2; }
.bento-icon {
  width: 48px; height: 48px; border-radius: 14px;
  background: var(--grad); color: #06121f;
  display: grid; place-items: center; font-size: 24px; margin-bottom: 18px;
}
.bento-card h3 { font-size: 22px; margin-bottom: 8px; }
.bento-card.big h3 { font-size: 30px; }
.bento-card p { color: var(--muted); margin: 0; }

/* Pricing */
.pricing-grid { display: grid; gap: 24px; grid-template-columns: repeat(3, 1fr); }
.price-card {
  position: relative; padding: 36px;
  border-radius: 22px;
  background: var(--surface);
  border: 1px solid var(--border);
  display: flex; flex-direction: column; gap: 18px;
}
.price-card.featured {
  background: linear-gradient(180deg, rgba(76,214,255,.06), rgba(255,92,177,.06));
  border-color: rgba(138,123,255,.35);
  box-shadow: var(--shadow-glow);
  transform: translateY(-8px);
}
.featured-tag {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--grad); color: #06121f; font-weight: 600;
  padding: 6px 16px; border-radius: 999px; font-size: 12.5px;
}
.price-head { display: flex; justify-content: space-between; align-items: baseline; }
.tier { font-family: "Space Grotesk", sans-serif; font-size: 22px; font-weight: 600; }
.price { font-family: "Space Grotesk", sans-serif; font-size: 32px; font-weight: 700; }
.price-desc { color: var(--muted); margin: 0; }
.price-card ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.price-card li {
  padding-left: 22px; position: relative; color: var(--text); font-size: 15px;
}
.price-card li::before {
  content: "✓"; position: absolute; left: 0; top: 0;
  color: var(--cyan); font-weight: 700;
}

/* Logo grid */
.logo-grid { display: grid; gap: 20px; grid-template-columns: repeat(3, 1fr); max-width: 960px; margin: 0 auto; }
.logo-card {
  padding: 30px; border-radius: var(--radius);
  background: var(--surface); border: 1px solid var(--border);
  text-align: center;
}
.logo-card.featured { border-color: rgba(138,123,255,.4); background: var(--grad-soft); }
.logo-card h3 { font-size: 20px; margin-bottom: 10px; }
.logo-card .price { font-size: 28px; margin: 6px 0 12px; }
.logo-card p:last-child { color: var(--muted); margin: 0; }

/* Regions */
.regions-wrap { display: grid; gap: 18px; grid-template-columns: 280px 1fr; }
.regions-tabs { display: flex; flex-direction: column; gap: 8px; }
.region-tab {
  text-align: left; padding: 16px 18px; border-radius: 14px;
  background: var(--surface); border: 1px solid var(--border);
  color: var(--text); cursor: pointer; font: inherit;
  display: flex; align-items: center; gap: 12px;
  transition: background .2s, border-color .2s;
}
.region-tab:hover { background: var(--surface-2); }
.region-tab.active {
  background: var(--grad); color: #06121f; border-color: transparent;
  font-weight: 600;
}
.region-tab .num { font-family: "JetBrains Mono", monospace; font-size: 11px; opacity: .7; }
.region-panel {
  padding: 36px; border-radius: 22px;
  background: var(--surface); border: 1px solid var(--border-strong);
  position: relative; overflow: hidden;
  min-height: 320px;
}
.region-panel::before {
  content: ""; position: absolute; inset: 0;
  background: var(--grad-soft); opacity: .35; pointer-events: none;
}
.region-panel-inner { position: relative; }
.region-panel h3 { font-size: 32px; display: inline-flex; align-items: center; gap: 14px; margin-bottom: 16px; }
.region-panel .quote { font-style: italic; color: var(--muted); font-size: 17px; margin-bottom: 22px; max-width: 620px; }
.lang-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.lang-tag {
  padding: 8px 14px; border-radius: 999px;
  background: rgba(255,255,255,.05); border: 1px solid var(--border);
  font-size: 13.5px;
}

/* Contact */
.contact-grid { display: grid; gap: 50px; grid-template-columns: 1fr 1.1fr; align-items: center; }
.contact-grid h2 { font-size: clamp(32px, 4vw, 50px); line-height: 1.05; margin: 18px 0 14px; }
.contact-sub { color: var(--muted); font-size: 17px; max-width: 440px; }
.contact-form {
  display: grid; gap: 16px;
  padding: 36px; border-radius: 22px;
  background: var(--surface); border: 1px solid var(--border-strong);
}
.contact-form label { display: grid; gap: 8px; font-size: 13px; color: var(--muted); }
.contact-form input,
.contact-form textarea {
  background: rgba(0,0,0,.25); border: 1px solid var(--border);
  border-radius: 12px; padding: 14px 16px;
  color: var(--text); font: inherit; outline: none;
  transition: border-color .2s;
}
.contact-form input:focus,
.contact-form textarea:focus { border-color: var(--cyan); }
.form-status { font-size: 14px; color: var(--cyan); min-height: 20px; }

/* Footer */
.site-footer { border-top: 1px solid var(--border); padding: 50px 0 24px; margin-top: 40px; }
.footer-inner { display: flex; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.muted { color: var(--muted); }
.socials { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.socials a { color: var(--muted); font-size: 14px; transition: color .2s; }
.socials a:hover { color: var(--text); }
.footer-bottom {
  margin-top: 30px; padding-top: 20px;
  border-top: 1px solid var(--border);
  text-align: center; color: var(--muted); font-size: 13px;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; gap: 40px; padding-top: 30px; }
  .hero-stats { gap: 30px; margin-top: 30px; }
  .primary-nav { display: none; }
  .bento { grid-template-columns: 1fr 1fr; grid-auto-rows: auto; }
  .bento-card.big { grid-column: span 2; grid-row: auto; }
  .pricing-grid, .logo-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .regions-wrap { grid-template-columns: 1fr; }
  .regions-tabs { flex-direction: row; overflow-x: auto; }
  .region-tab { white-space: nowrap; }
  .contact-grid { grid-template-columns: 1fr; gap: 30px; }
  .section { padding: 70px 0; }
}
@media (max-width: 560px) {
  .bento { grid-template-columns: 1fr; }
  .bento-card.big { grid-column: auto; }
  .header-right .cta-btn { display: none; }
  .lang-switch { padding: 6px 10px; }
}
