:root {
  --wwsm-ink: #071B34;
  --wwsm-ink-soft: #102B52;
  --wwsm-blue: #2563FF;
  --wwsm-blue-2: #5A8BFF;
  --wwsm-green: #13bf6d;
  --wwsm-line: #DDE8FA;
  --wwsm-muted: #5D6B84;
  --wwsm-soft: #F5F8FF;
  --wwsm-white: #fff;
  --wwsm-gradient: linear-gradient(135deg, #2563FF 0%, #42A5FF 100%);
  --wwsm-dark-gradient: radial-gradient(circle at 75% 25%, rgba(37, 99, 255, .45), transparent 34%), linear-gradient(135deg, #071B34 0%, #041124 100%);
  --wwsm-shadow: 0 24px 70px rgba(7, 27, 52, .10);
  --wwsm-shadow-lg: 0 36px 100px rgba(7, 27, 52, .16);
  --wwsm-radius: 24px;
  --wwsm-container: 1380px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--wwsm-ink);
  font-family: "Inter", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 15% 9%, rgba(37, 99, 255, .08), transparent 28%),
    radial-gradient(circle at 88% 42%, rgba(37, 99, 255, .06), transparent 28%),
    linear-gradient(180deg, #F8FBFF 0%, #fff 26%, #F8FBFF 100%),
    var(--wwsm-white);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6, .site-branding, .price {
  font-family: "Sora", "Inter", ui-sans-serif, system-ui, sans-serif;
  letter-spacing: -.02em;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }

.site-shell { overflow: hidden; }
.container { width: min(100% - 72px, var(--wwsm-container)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: auto; }
.skip-link:focus { left: 16px; top: 16px; z-index: 1000; background: #fff; padding: 10px 14px; border-radius: 6px; }

.topbar {
  color: #fff;
  background: #041124;
  font-size: 13px;
}
.topbar__inner, .site-header__inner, .site-nav, .topbar__list, .social-list {
  display: flex;
  align-items: center;
}
.topbar__inner { min-height: 40px; justify-content: space-between; gap: 24px; }
.topbar__list, .social-list { list-style: none; padding: 0; margin: 0; gap: 26px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .86);
  border-bottom: 1px solid rgba(221, 232, 250, .9);
  box-shadow: 0 14px 40px rgba(7, 27, 52, .06);
  backdrop-filter: blur(18px);
}
.site-header__inner { min-height: 86px; justify-content: space-between; gap: 28px; }
.site-branding { flex: 0 0 auto; font-size: 32px; line-height: 1; font-weight: 800; letter-spacing: -.04em; }
.site-branding span { color: var(--wwsm-blue); }
.site-branding img { max-height: 54px; width: auto; }
.site-nav { flex: 1; justify-content: flex-end; gap: 18px; font-weight: 800; font-size: 14px; min-width: 0; }
.site-nav ul { display: flex; align-items: center; justify-content: flex-end; gap: 20px; padding: 0; margin: 0; list-style: none; min-width: 0; }
.site-nav a { white-space: nowrap; padding: 31px 0 28px; border-bottom: 3px solid transparent; }
.site-nav .current-menu-item > a, .site-nav .current-menu-ancestor > a, .site-nav a:hover { color: var(--wwsm-blue); border-color: var(--wwsm-blue); }
.site-nav > .btn {
  flex: 0 0 auto;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 14px;
  font-size: 14px;
  line-height: 1;
  border-bottom: 0;
  box-shadow: 0 16px 34px rgba(37, 99, 255, .18);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 800;
  line-height: 1;
  box-shadow: 0 14px 34px rgba(37, 99, 255, .16);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.btn--primary { color: #fff; background: var(--wwsm-gradient); }
.btn--primary:hover { background: linear-gradient(135deg, #174DEA 0%, #2563FF 100%); transform: translateY(-2px); box-shadow: 0 20px 42px rgba(37, 99, 255, .24); }
.btn--ghost { color: var(--wwsm-ink); background: #fff; border-color: var(--wwsm-line); box-shadow: 0 14px 30px rgba(7, 27, 52, .06); }
.btn--outline { color: #fff; border-color: rgba(255,255,255,.55); }
.btn--success { color: #fff; background: var(--wwsm-green); }

.page-hero {
  margin: 28px auto 56px;
  color: #fff;
  background: var(--wwsm-dark-gradient);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--wwsm-shadow-lg);
}
.page-hero__grid {
  min-height: 430px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(300px, .85fr);
  gap: 44px;
  align-items: center;
  padding: 54px 64px;
  position: relative;
}
.page-hero__grid::before,
.page-hero__grid::after {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  background-image: radial-gradient(rgba(7, 92, 255, .8) 1px, transparent 1px);
  background-size: 12px 12px;
  opacity: .35;
}
.page-hero__grid::before { left: 52%; top: 54px; }
.page-hero__grid::after { right: 44px; bottom: 48px; }
.page-hero__content { max-width: 650px; position: relative; z-index: 2; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--wwsm-blue);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wwsm-gradient);
  box-shadow: 0 0 0 6px rgba(37, 99, 255, .10);
}
.page-hero .eyebrow { color: #AFC7FF; }
.page-hero h1, .entry-title {
  margin: 16px 0 18px;
  font-size: clamp(38px, 4.35vw, 64px);
  line-height: 1.08;
  letter-spacing: -.045em;
}
.page-hero h1 span, .accent {
  color: transparent;
  background: linear-gradient(135deg, #72A0FF, #2563FF 48%, #B8D2FF);
  -webkit-background-clip: text;
  background-clip: text;
}
.page-hero p { max-width: 590px; margin: 0 0 28px; font-size: 17px; line-height: 1.75; color: rgba(255,255,255,.82); }
.hero-actions, .chip-row, .filter-row, .meta-row, .metric-row, .feature-list, .check-list { display: flex; flex-wrap: wrap; gap: 12px; }
.page-hero__visual { position: relative; z-index: 1; }
.hero-image {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 28px 65px rgba(0, 0, 0, .28);
}
.hero-device {
  position: relative;
  width: min(100%, 470px);
  min-height: 292px;
  margin-left: auto;
  border: 1px solid rgba(255,255,255,.64);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(237,244,255,.92));
  box-shadow: 0 34px 80px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255,255,255,.9);
  overflow: visible;
}
.hero-device::before {
  content: "";
  position: absolute;
  left: 48px;
  right: 48px;
  bottom: -18px;
  height: 16px;
  border-radius: 0 0 26px 26px;
  background: linear-gradient(90deg, #c8d7f5, #fff, #c8d7f5);
}
.hero-device__bar {
  display: block;
  height: 38px;
  border-radius: 24px 24px 0 0;
  background: linear-gradient(90deg, #102B52, #2563FF);
}
.hero-device__bar::before {
  content: "";
  display: block;
  width: 42px;
  height: 10px;
  margin: 16px 0 0 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, #ff5f57 0 9px, #ffbd2e 9px 20px, #28c840 20px 31px);
}
.hero-device__line {
  display: block;
  width: 70%;
  height: 13px;
  margin: 24px auto 0;
  border-radius: 999px;
  background: #dfe9fb;
}
.hero-device__line--wide { width: 82%; height: 18px; }
.hero-device__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 28px 40px 0;
}
.hero-device__cards::before,
.hero-device__cards::after,
.hero-device__cards {
  min-height: 78px;
}
.hero-device__cards::before,
.hero-device__cards::after {
  content: "";
  border-radius: 10px;
  background: linear-gradient(180deg, #f8fbff, #e8f0ff);
  border: 1px solid #dce7fb;
}
.hero-device__cards {
  border-radius: 10px;
  background: linear-gradient(180deg, #f8fbff, #e8f0ff);
  border: 1px solid #dce7fb;
}
.hero-orbit {
  position: absolute;
  display: grid;
  place-items: center;
  width: 70px;
  height: 70px;
  border-radius: 18px;
  color: var(--wwsm-blue);
  background: #fff;
  box-shadow: 0 18px 36px rgba(5, 16, 48, .18);
  font-size: 14px;
  font-weight: 900;
}
.hero-orbit--one { left: -30px; top: 54px; }
.hero-orbit--two { right: -28px; bottom: 58px; }
.hero-orbit--three { left: 44%; bottom: -32px; }
.hero-visual {
  min-height: 220px;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(255,255,255,.96), rgba(232,240,255,.88));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.45);
}

.breadcrumb { margin: 0 0 18px; font-size: 14px; color: inherit; opacity: .78; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; margin: 0; list-style: none; }
.breadcrumb li:not(:last-child)::after { content: ">"; margin-left: 8px; opacity: .6; }

.section { padding: 48px 0; }
.section__header {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 22px;
}
.section h2 { margin: 7px 0 0; font-size: clamp(34px, 3.4vw, 54px); line-height: 1.08; }
.section p { color: var(--wwsm-muted); }

.grid { display: grid; gap: 30px; }
.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)); }
.grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.content-sidebar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 42px;
  align-items: start;
}

.card, .sidebar-card, .contact-panel, .band, .tabs-panel, .pricing-card {
  background: rgba(255, 255, 255, .92);
  border: 1px solid rgba(221, 232, 250, .95);
  border-radius: var(--wwsm-radius);
  box-shadow: var(--wwsm-shadow);
  backdrop-filter: blur(14px);
}
.band {
  padding: 42px;
  background: var(--wwsm-dark-gradient);
  color: #fff;
}
.filter-search { margin-left: auto; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.card {
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.card:hover {
  transform: translateY(-6px);
  border-color: rgba(7, 92, 255, .34);
  box-shadow: 0 32px 80px rgba(7, 27, 52, .16);
}
.card__body { padding: 28px; }
.card__media {
  display: block;
  aspect-ratio: 16 / 9;
  background: var(--wwsm-soft);
  overflow: hidden;
}
.card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  text-transform: uppercase;
  background:
    radial-gradient(circle at 78% 24%, rgba(10, 124, 255, .55), transparent 28%),
    linear-gradient(135deg, #07112f, #075cff);
}
.card h2, .card h3 { margin: 0 0 10px; font-size: 22px; line-height: 1.22; }
.card p { margin: 0 0 16px; }
.card__link { color: var(--wwsm-blue); font-weight: 900; }
.badge, .chip {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  color: var(--wwsm-blue);
  background: rgba(37, 99, 255, .10);
}
.chip { min-height: 48px; padding: 11px 24px; color: var(--wwsm-ink); border: 1px solid var(--wwsm-line); background: #fff; box-shadow: 0 12px 28px rgba(7, 27, 52, .05); }
.chip.is-active { color: #fff; background: var(--wwsm-gradient); border-color: transparent; }

.metric { min-width: 120px; }
.metric strong { display: block; color: var(--wwsm-green); font-size: 26px; line-height: 1.1; }
.metric span { color: inherit; font-weight: 800; font-size: 13px; }
.icon-card { padding: 34px 28px; text-align: center; }
.icon-card__icon, .icon-token {
  width: 64px;
  height: 64px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: var(--wwsm-blue);
  background: rgba(37, 99, 255, .10);
  margin-bottom: 14px;
}

.pricing-card { padding: 38px; position: relative; }
.pricing-card.is-featured { border-color: rgba(37, 99, 255, .55); box-shadow: 0 30px 90px rgba(37, 99, 255, .18); }
.price { display: block; margin: 12px 0 20px; font-size: 42px; line-height: 1; font-weight: 800; }
.check-list { flex-direction: column; padding: 0; margin: 18px 0; list-style: none; }
.check-list li::before { content: "\2713"; color: var(--wwsm-green); font-weight: 900; margin-right: 9px; }

.tabs-panel { padding: 10px; display: flex; gap: 8px; margin-bottom: 28px; }
.tabs-panel a { flex: 1; text-align: center; padding: 15px; border-radius: 14px; font-weight: 800; }
.tabs-panel a.is-active { color: var(--wwsm-blue); background: #edf4ff; }

.sidebar-card { padding: 34px; margin-bottom: 28px; }
.sticky { position: sticky; top: 24px; }
.faq-list details { border-bottom: 1px solid var(--wwsm-line); padding: 16px 0; }
.faq-list summary { cursor: pointer; font-weight: 900; }
.faq-list summary::marker { color: var(--wwsm-blue); }

.article-layout .entry-title { color: var(--wwsm-ink); }
.article-content { font-size: 18px; }
.article-content h2 { margin-top: 34px; font-size: 28px; }
.article-content h3 { margin-top: 24px; font-size: 22px; }
.author-box { display: flex; gap: 20px; padding: 24px; margin-top: 34px; }
.post-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 28px; }

.contact-panel {
  margin: 72px auto;
  padding: 52px;
  display: grid;
  grid-template-columns: .9fr .75fr 1.35fr;
  gap: 34px;
  align-items: start;
  background:
    radial-gradient(circle at 12% 15%, rgba(37, 99, 255, .08), transparent 26%),
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,255,.96));
}
.contact-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.contact-form textarea, .contact-form .full { grid-column: 1 / -1; }
.input, .contact-form input, .contact-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 16px;
  border: 1px solid var(--wwsm-line);
  border-radius: 14px;
  background: #fff;
}

.site-footer { color: #fff; background: #041124; text-align: center; padding: 34px 0; }
.whatsapp-float {
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 60;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  color: #fff;
  background: #13bf6d;
  border-radius: 50%;
  box-shadow: 0 12px 28px rgba(19, 191, 109, .35);
}

@media (max-width: 980px) {
  .topbar__inner, .site-header__inner, .site-nav, .site-nav ul { flex-wrap: wrap; }
  .page-hero__grid, .content-sidebar, .contact-panel { grid-template-columns: 1fr; }
  .grid--4, .grid--5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sticky { position: static; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--wwsm-container)); }
  .topbar__inner { align-items: flex-start; }
  .topbar__list { flex-direction: column; }
  .topbar__list, .site-nav ul { gap: 12px; }
  .site-header__inner { align-items: flex-start; }
  .site-nav { justify-content: flex-start; }
  .site-nav a { padding: 10px 0; }
  .page-hero__grid { padding: 28px; min-height: auto; }
  .grid--2, .grid--3, .grid--4, .grid--5, .post-nav, .contact-form { grid-template-columns: 1fr; }
  .contact-form textarea, .contact-form .full { grid-column: auto; }
}
