.elementor-58561 .elementor-element.elementor-element-8bfef77 > .elementor-container{max-width:1400px;}/* Start custom CSS for html, class: .elementor-element-add05e8 */:root {
  --ink: #0E1420;
  --ink-2: #121A28;
  --bone: #F7F4ED;
  --white: #FFFFFF;
  --signal: #FF5B3D;
  --beacon: #B9FF66;
  --text: #1A2230;
  --muted: #6A7382;
  --border: #E8E3DA;
  --shadow: 0 18px 40px rgba(14, 20, 32, 0.08);
  --radius: 20px;
  --container: 1280px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

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

.container {
  width: min(var(--container), calc(100% - 48px));
  margin: 0 auto;
}

/* HEADER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(14, 20, 32, 0.06);
}

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

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.logo-mark {
  color: var(--signal);
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.04em;
}

.logo-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.logo-name {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 0.95;
  color: var(--ink);
}

.logo-tagline {
  font-size: 0.66rem;
  letter-spacing: 0.18em;
  color: #7B8392;
  font-weight: 600;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.main-nav a {
  font-size: 0.95rem;
  color: var(--ink);
  font-weight: 500;
}

.main-nav a:hover {
  color: var(--signal);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 14px;
  font-weight: 600;
  transition: 0.25s ease;
  border: 1px solid transparent;
}

.btn-primary {
  background: var(--signal);
  color: var(--white);
  box-shadow: 0 12px 24px rgba(255, 91, 61, 0.22);
}

.btn-primary:hover {
  transform: translateY(-1px);
  background: #f05031;
}

.btn-secondary {
  border: 1px solid #BCC4CF;
  color: var(--ink);
  background: var(--white);
}

.btn-secondary:hover {
  border-color: var(--ink);
}

/* HERO */
.hero {
  padding: 56px 0 44px;
  background:
    radial-gradient(circle at 72% 22%, rgba(185, 255, 102, 0.08), transparent 18%),
    radial-gradient(circle at 82% 80%, rgba(255, 91, 61, 0.06), transparent 18%),
    linear-gradient(to bottom, #ffffff 0%, #fffdfa 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 56px;
  align-items: center;
}

.eyebrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--signal);
  margin: 0 0 20px;
}

.hero h1 {
  margin: 0 0 24px;
  font-size: clamp(2.7rem, 5vw, 5rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
  color: var(--ink);
}

.dot {
  color: var(--signal);
}

.hero-text {
  max-width: 560px;
  font-size: 1.08rem;
  color: var(--muted);
  margin: 0 0 32px;
}

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

.hero-visual {
  position: relative;
  min-height: 560px;
}

.screen-card {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 90px;
  display: grid;
  grid-template-columns: 86px 1fr;
  background: var(--white);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 1px solid rgba(14, 20, 32, 0.06);
}

.screen-sidebar {
  background: linear-gradient(180deg, #07101D 0%, #0E1420 100%);
  min-height: 100%;
}

.screen-main {
  padding: 32px;
  background: var(--white);
}

.screen-main h3 {
  margin: 0 0 22px;
  font-size: 1.35rem;
  color: var(--ink);
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 22px;
}

.stat-box {
  background: #FBFBFC;
  border: 1px solid #EDE8DF;
  border-radius: 14px;
  padding: 14px;
}

.stat-box span {
  display: block;
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 6px;
}

.stat-box strong {
  display: block;
  font-size: 1.35rem;
  color: var(--ink);
  margin-bottom: 4px;
}

.stat-box small {
  color: #63B44F;
  font-weight: 700;
}

.chart-box {
  height: 180px;
  border-radius: 18px;
  background: linear-gradient(to bottom, #fbfbfc, #ffffff);
  border: 1px solid #EDE8DF;
  position: relative;
  overflow: hidden;
}

.chart-line {
  position: absolute;
  left: 8%;
  right: 8%;
  bottom: 36%;
  height: 3px;
  background: transparent;
  border-radius: 999px;
}

.chart-line::before {
  content: "";
  position: absolute;
  inset: 0;
  height: 120px;
  border-bottom: 4px solid var(--signal);
  border-radius: 50% 20% 40% 10%;
  transform: translateY(-28px);
}

.code-card {
  position: absolute;
  bottom: 36px;
  left: 86px;
  background: linear-gradient(135deg, #09111E 0%, #0E1420 100%);
  color: #d6deea;
  border-radius: 18px;
  padding: 20px 22px;
  box-shadow: var(--shadow);
  max-width: 330px;
}

.code-card code {
  display: block;
  font-family: monospace;
  font-size: 0.92rem;
  line-height: 1.6;
  white-space: pre-line;
}

.mobile-card {
  position: absolute;
  right: 0;
  top: 130px;
  width: 180px;
  background: var(--white);
  border: 4px solid var(--ink);
  border-radius: 36px;
  padding: 14px 12px 18px;
  box-shadow: var(--shadow);
}

.mobile-notch {
  width: 72px;
  height: 18px;
  border-radius: 99px;
  background: var(--ink);
  margin: 0 auto 18px;
}

.mobile-screen h4 {
  margin: 0 0 16px;
  color: var(--ink);
}

.mobile-screen ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-screen li {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 10px 0;
  border-bottom: 1px solid #ECE7DE;
  font-size: 0.95rem;
  color: var(--ink);
}

.mobile-screen li span {
  color: var(--muted);
  font-size: 0.85rem;
}

.hero-dot {
  position: absolute;
  border-radius: 50%;
}

.hero-dot-orange {
  width: 12px;
  height: 12px;
  background: var(--signal);
  left: -10px;
  top: 250px;
}

.hero-dot-green {
  width: 44px;
  height: 10px;
  right: 165px;
  bottom: 12px;
  border-radius: 999px;
  background:
    radial-gradient(circle, var(--beacon) 45%, transparent 46%) 0 0 / 25% 100% repeat-x;
}

/* FEATURES BAR */
.features-bar {
  padding: 0 0 32px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
}

.feature-item {
  padding: 24px 28px;
  border-right: 1px solid var(--border);
}

.feature-item:last-child {
  border-right: 0;
}

.feature-item h4 {
  margin: 0 0 6px;
  font-size: 1rem;
  color: var(--ink);
}

.feature-item p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

/* GENERIC SECTIONS */
.section {
  padding: 34px 0 48px;
}

.section-label {
  margin: 0 0 22px;
  color: var(--signal);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.section-label-light {
  color: var(--signal);
}

/* CARDS */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.expertise-card {
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 28px;
  background: var(--white);
  transition: 0.25s ease;
  min-height: 270px;
}

.expertise-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow);
}

.expertise-card h3 {
  margin: 22px 0 12px;
  font-size: 1.65rem;
  line-height: 1.1;
  color: var(--ink);
}

.expertise-card p {
  margin: 0 0 28px;
  color: var(--muted);
}

.expertise-card a {
  font-size: 1.5rem;
  color: var(--ink);
}

.icon-placeholder {
  width: 56px;
  height: 56px;
  border: 2px solid var(--ink);
  border-radius: 8px;
  position: relative;
}

.icon-placeholder::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: var(--signal);
  border-radius: 50%;
  right: -8px;
  bottom: -8px;
}

.icon-code::before,
.icon-mobile::before,
.icon-interactive::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 2px solid var(--ink);
  border-radius: 4px;
}

.icon-interactive::after {
  background: var(--beacon);
}

/* METHOD */
.method-section {
  background:
    radial-gradient(circle at 20% 20%, rgba(76, 99, 255, 0.12), transparent 22%),
    linear-gradient(135deg, #08111D 0%, #0E1420 55%, #07101D 100%);
  color: var(--white);
  border-radius: 22px;
  margin-top: 8px;
}

.method-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.6fr;
  gap: 40px;
  align-items: start;
}

.method-intro h2 {
  margin: 0 0 20px;
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.method-intro p {
  color: rgba(255, 255, 255, 0.72);
  max-width: 320px;
}

.method-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  position: relative;
  padding-top: 10px;
}

.method-steps::before {
  content: "";
  position: absolute;
  top: 28px;
  left: 30px;
  right: 30px;
  height: 2px;
  background: linear-gradient(90deg, var(--signal), var(--beacon), var(--signal), var(--beacon));
  z-index: 0;
  opacity: 0.7;
}

.step {
  position: relative;
  z-index: 1;
}

.step-number {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ink);
  border: 2px solid var(--signal);
  color: var(--signal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-bottom: 22px;
}

.step h3 {
  margin: 0 0 10px;
  font-size: 1.6rem;
  color: var(--white);
}

.step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

/* CASE STUDY */
.case-study {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--white);
}

.case-visual {
  position: relative;
  min-height: 470px;
  background: linear-gradient(180deg, #F8F9FB 0%, #FFFFFF 100%);
  padding: 44px;
}

.case-screen {
  width: 100%;
  height: 310px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F3F4F7 100%);
  border-radius: 16px;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 2;
}

.case-phone {
  position: absolute;
  right: 56px;
  top: 92px;
  width: 130px;
  height: 260px;
  background: var(--white);
  border: 4px solid var(--ink);
  border-radius: 28px;
  box-shadow: var(--shadow);
  z-index: 3;
}

.case-green-block {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 180px;
  height: 110px;
  background: var(--beacon);
  z-index: 1;
}

.case-content {
  padding: 54px 46px;
}

.case-kicker {
  margin: 0 0 14px;
  color: #5C9F36;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.82rem;
}

.case-content h2 {
  margin: 0 0 18px;
  color: var(--ink);
  font-size: clamp(2rem, 3vw, 3.3rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.case-content > p {
  color: var(--muted);
  margin: 0 0 26px;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.benefits-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  color: var(--text);
}

.benefits-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #63B44F;
  font-weight: 700;
}

.text-link {
  color: var(--ink);
  font-weight: 600;
}

/* INSIGHTS */
.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.insight-card {
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--white);
  overflow: hidden;
  min-height: 100%;
}

.insight-thumb {
  height: 180px;
  position: relative;
}

.thumb-radar {
  background:
    radial-gradient(circle at center, transparent 0 24px, rgba(255,255,255,0.08) 24px 25px, transparent 25px 50px, rgba(255,255,255,0.08) 50px 51px, transparent 51px 76px, rgba(255,255,255,0.08) 76px 77px, transparent 77px),
    linear-gradient(135deg, #07101D 0%, #0E1420 100%);
}

.thumb-radar::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: var(--signal);
  border-radius: 50%;
  left: 40px;
  top: 76px;
}

.thumb-logo,
.thumb-shape {
  background: #FAF8F4;
}

.thumb-logo::after,
.thumb-shape::after {
  content: "<>";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-size: 4rem;
  font-weight: 800;
  color: var(--ink);
}

.thumb-shape::after {
  content: "[ ]";
  color: var(--ink);
}

.thumb-shape::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: var(--beacon);
  border-radius: 50%;
  right: 48px;
  top: 80px;
  z-index: 2;
}

.insight-content {
  padding: 26px;
}

.insight-tag {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--signal);
}

.insight-tag-green {
  color: #63B44F;
}

.insight-content h3 {
  margin: 0 0 14px;
  font-size: 1.5rem;
  line-height: 1.15;
  color: var(--ink);
}

.insight-content p {
  margin: 0 0 18px;
  color: var(--muted);
}

.insight-content a {
  font-weight: 600;
}

/* CTA */
.final-cta {
  padding: 12px 0 34px;
}

.final-cta-inner {
  border-radius: 20px;
  background:
    radial-gradient(circle at 85% 50%, rgba(76, 99, 255, 0.16), transparent 18%),
    linear-gradient(135deg, #07101D 0%, #0E1420 100%);
  color: var(--white);
  padding: 34px 38px;
  display: grid;
  grid-template-columns: 1fr auto 180px;
  gap: 24px;
  align-items: center;
}

.final-cta-text h2 {
  margin: 0 0 8px;
  font-size: clamp(2rem, 3vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.final-cta-text p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
}

.cta-radar {
  position: relative;
  width: 150px;
  height: 150px;
  justify-self: end;
}

.cta-radar span {
  position: absolute;
  border: 1px solid rgba(255,255,255,0.24);
  border-radius: 50%;
  inset: 0;
}

.cta-radar span:nth-child(2) {
  inset: 18px;
}

.cta-radar span:nth-child(3) {
  inset: 36px;
}

.cta-radar .center-dot {
  width: 14px;
  height: 14px;
  background: var(--signal);
  border: 0;
  inset: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cta-radar .green-dot {
  width: 12px;
  height: 12px;
  background: var(--beacon);
  border: 0;
  inset: auto;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
}

/* FOOTER */
.site-footer {
  padding: 20px 0 48px;
  background: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.footer-brand p,
.footer-col p,
.footer-col a {
  font-size: 0.95rem;
  color: var(--muted);
  margin: 0 0 10px;
}

.footer-col {
  display: flex;
  flex-direction: column;
}

.footer-col h4 {
  margin: 0 0 16px;
  color: var(--ink);
  font-size: 1rem;
}

/* RESPONSIVE */
@media (max-width: 1200px) {
  .main-nav {
    display: none;
  }

  .hero-grid,
  .method-grid,
  .case-study,
  .final-cta-inner,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .cards-grid,
  .insights-grid,
  .features-grid,
  .method-steps {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-visual {
    min-height: 520px;
  }

  .final-cta-inner {
    text-align: left;
  }

  .cta-radar {
    justify-self: start;
  }
}

@media (max-width: 768px) {
  .container {
    width: min(var(--container), calc(100% - 32px));
  }

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

  .btn {
    width: 100%;
  }

  .hero {
    padding-top: 28px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-visual {
    min-height: 440px;
  }

  .screen-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    grid-template-columns: 64px 1fr;
  }

  .mobile-card {
    width: 140px;
    top: 110px;
  }

  .code-card {
    left: 30px;
    right: 30px;
    max-width: none;
    bottom: 10px;
  }

  .cards-grid,
  .insights-grid,
  .features-grid,
  .method-steps {
    grid-template-columns: 1fr;
  }

  .feature-item {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .feature-item:last-child {
    border-bottom: 0;
  }

  .case-content,
  .case-visual {
    padding: 28px;
  }

  .final-cta-inner {
    padding: 28px 24px;
  }

  .logo-name {
    font-size: 1.85rem;
  }
}/* End custom CSS */