:root {
  --ink: #07080a;
  --ink2: #0d0f12;
  --paper: #f3f4f2;
  --paper2: #e7e9e5;
  --white: #fff;
  --muted: #8d9298;
  --line: rgba(255, 255, 255, 0.14);
  --orange: #f36b16;
  --orange2: #ff8b42;
  --max: 1440px;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--ink);
}
body {
  margin: 0;
  background: var(--ink);
  color: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-size: 16px;
  overflow-x: hidden;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 999;
  pointer-events: none;
  opacity: 0.022;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
img {
  display: block;
  max-width: 100%;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--orange);
  outline-offset: 4px;
}
.brand {
  display: inline-flex;
  width: 138px;
  height: 42px;
  padding: 9px 11px;
  border-radius: 11px;
  background: #fff;
  align-items: center;
  justify-content: center;
}
.brand img {
  width: 100%;
  height: auto;
}
.premium-nav {
  position: fixed;
  z-index: 100;
  top: 14px;
  left: 50%;
  display: grid;
  grid-template-columns: 175px 1fr auto;
  align-items: center;
  width: min(var(--max), calc(100% - 32px));
  height: 70px;
  padding: 0 12px 0 16px;
  border: 1px solid transparent;
  transform: translateX(-50%);
  transition: 0.3s;
}
.premium-nav.scrolled {
  top: 8px;
  border-color: var(--line);
  border-radius: 18px;
  background: rgba(8, 9, 11, 0.84);
  box-shadow: 0 16px 60px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(20px);
}
.premium-nav > nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.45vw, 26px);
  font-size: 12px;
  font-weight: 600;
}
.premium-nav > nav > a,
.premium-nav summary {
  color: rgba(255, 255, 255, 0.68);
  transition: 0.2s;
}
.premium-nav > nav > a:hover,
.premium-nav summary:hover {
  color: #fff;
}
.premium-nav details {
  position: relative;
  min-height: 54px;
  display: flex;
  align-items: center;
}
.premium-nav summary {
  display: flex;
  align-items: center;
  min-height: 54px;
  cursor: pointer;
  list-style: none;
}
.premium-nav summary::-webkit-details-marker {
  display: none;
}
.premium-nav summary:after {
  content: "+";
  color: var(--orange);
  margin-left: 7px;
}
.premium-nav details[open] summary:after {
  content: "−";
}
.nav-panel {
  position: absolute;
  top: 54px;
  left: 50%;
  display: grid;
  gap: 14px;
  min-width: 320px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: rgba(11, 13, 15, 0.96);
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.55);
  transform: translateX(-50%);
  backdrop-filter: blur(22px);
}
.nav-panel a {
  padding: 13px 14px;
  border-radius: 9px;
  color: #b8bdc2;
}
.nav-panel.mega-services {
  left: -150px;
  grid-template-columns: 1fr 1fr 0.92fr;
  width: min(780px, calc(100vw - 40px));
  transform: none;
}
.nav-panel.mega-products {
  left: 50%;
  grid-template-columns: 1fr 1fr;
  width: min(560px, calc(100vw - 40px));
}
.nav-panel.mega-ai {
  left: 50%;
  grid-template-columns: 1.05fr 1fr;
  width: min(620px, calc(100vw - 40px));
}
@media (hover:hover) and (pointer:fine) and (min-width:1121px) {
  .premium-nav details.nav-mega:not([open]):hover > .nav-panel {
    display: grid;
  }
}
.mega-column,
.mega-project {
  display: flex;
  min-width: 0;
  padding: 21px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 14px;
  flex-direction: column;
  align-items: stretch;
  background: rgba(255,255,255,.018);
}
.mega-column small,
.mega-project small {
  margin-bottom: 13px;
  color: var(--orange);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .15em;
}
.mega-column h3,
.mega-project h3 {
  margin: 0 0 17px;
  color: #fff;
  font-family: Manrope, Arial, sans-serif;
  font-size: clamp(18px, 1.6vw, 24px);
  line-height: 1.12;
  letter-spacing: -.045em;
}
.mega-column p,
.mega-project p {
  margin: -5px 0 14px;
  color: #8f959b;
  font-size: 11px;
  line-height: 1.65;
}
.mega-column a {
  display: flex;
  justify-content: space-between;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  border-radius: 0;
}
.mega-column a span,
.mega-project span { color: var(--orange); }
.mega-project {
  justify-content: flex-start;
  background: linear-gradient(145deg, rgba(243,107,22,.22), rgba(243,107,22,.07));
}
.mega-project b {
  margin-top: auto;
  color: #fff;
  font-size: 11px;
}
.mega-project:hover { border-color: rgba(243,107,22,.5); }
.nav-panel a:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}
.nav-end {
  display: flex;
  align-items: center;
  gap: 15px;
}
.language {
  display: flex;
  gap: 6px;
  color: #656a70;
  font-size: 11px;
}
.language a.active {
  color: #fff;
}
.nav-button {
  display: flex;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 11px;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.06);
  font-size: 11px;
  font-weight: 700;
}
.nav-button span {
  color: var(--orange);
}
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}
.menu-toggle i {
  display: block;
  width: 20px;
  height: 1px;
  margin: 6px auto;
  background: #fff;
  transition: 0.25s;
}
.premium-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 0.83fr);
  align-items: center;
  gap: clamp(45px, 5vw, 90px);
  min-height: 100svh;
  padding: 145px max(24px, calc((100vw - var(--max)) / 2)) 92px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(
      circle at 78% 36%,
      rgba(243, 107, 22, 0.11),
      transparent 28%
    ),
    #07080a;
}
.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.17;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
.hero-aura {
  position: absolute;
  top: 10%;
  right: -14%;
  width: 70vw;
  height: 70vw;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(243, 107, 22, 0.15),
    rgba(243, 107, 22, 0.025) 35%,
    transparent 69%
  );
}
.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 810px;
}
.kicker,
.section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  color: #959ba1;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.kicker i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 18px var(--orange);
}
.premium-hero h1 {
  max-width: 920px;
  margin: 0;
  font-size: clamp(52px, 5.6vw, 92px);
  font-weight: 750;
  line-height: 0.98;
  letter-spacing: -0.062em;
  text-wrap: balance;
}
.hero-lead {
  max-width: 680px;
  margin: 30px 0 0;
  color: #9ca1a6;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 1.75;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  margin-top: 36px;
}
.primary-button,
.ghost-button {
  display: inline-flex;
  min-height: 54px;
  padding: 0 21px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 11px;
  font-weight: 800;
}
.primary-button {
  background: #fff;
  color: #090a0c;
}
.primary-button span {
  display: grid;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  place-items: center;
  background: var(--orange);
  color: #fff;
}
.ghost-button {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.045);
  color: #d5d8db;
}
.ghost-button span {
  color: var(--orange);
}
.device-stage {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 530px;
  perspective: 1200px;
}
.browser-shell {
  position: absolute;
  top: 64px;
  right: 0;
  width: 96%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 18px;
  background: #111419;
  box-shadow: 0 45px 120px rgba(0, 0, 0, 0.58);
  overflow: hidden;
  transform: rotateY(-7deg) rotateX(2deg);
}
.browser-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  height: 42px;
  padding: 0 15px;
  border-bottom: 1px solid var(--line);
  background: #0d0f12;
}
.browser-bar > i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #34383d;
}
.browser-bar > i:first-child {
  background: var(--orange);
}
.browser-bar span {
  margin: auto;
  color: #5d636a;
  font-size: 8px;
  letter-spacing: 0.08em;
}
.browser-body {
  display: grid;
  grid-template-columns: 56px 1fr;
  min-height: 350px;
}
.browser-body aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  padding: 18px 0;
  border-right: 1px solid var(--line);
  background: #0b0d10;
}
.browser-body aside b {
  display: grid;
  width: 29px;
  height: 29px;
  border-radius: 8px;
  place-items: center;
  background: var(--orange);
  font-size: 12px;
}
.browser-body aside i {
  width: 16px;
  height: 3px;
  border-radius: 2px;
  background: #33383e;
}
.browser-body aside span {
  width: 24px;
  height: 24px;
  margin-top: auto;
  margin-bottom: 4px;
  border: 1px solid #34383e;
  border-radius: 50%;
}
.dash {
  padding: 28px;
  background:
    radial-gradient(
      circle at 70% 20%,
      rgba(243, 107, 22, 0.08),
      transparent 35%
    ),
    #101318;
}
.dash-head {
  display: flex;
  justify-content: space-between;
}
.dash-head small,
.metric-row small,
.chart-card small {
  display: block;
  margin-bottom: 6px;
  color: #686f76;
  font-size: 7px;
  letter-spacing: 0.16em;
}
.dash-head b {
  font-size: 19px;
}
.dash-head button {
  height: 24px;
  padding: 0 10px;
  border: 1px solid rgba(243, 107, 22, 0.42);
  border-radius: 8px;
  background: rgba(243, 107, 22, 0.1);
  color: var(--orange2);
  font-size: 7px;
}
.metric-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 24px;
}
.metric-row article,
.chart-card {
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.025);
}
.metric-row b {
  display: block;
  font-size: 18px;
}
.metric-row span {
  color: #7bdbaf;
  font-size: 7px;
}
.chart-card {
  height: 145px;
  margin-top: 10px;
}
.chart-card b {
  font-size: 11px;
}
.chart-lines {
  position: relative;
  height: 75px;
  margin-top: 12px;
  border-bottom: 1px solid #272b30;
  background: linear-gradient(180deg, rgba(243, 107, 22, 0.16), transparent);
  clip-path: polygon(
    0 74%,
    14% 58%,
    28% 68%,
    41% 35%,
    56% 48%,
    70% 20%,
    84% 32%,
    100% 0,
    100% 100%,
    0 100%
  );
}
.chart-lines:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    125deg,
    transparent 39%,
    var(--orange) 40% 41%,
    transparent 42%
  );
}
.mini-phone {
  position: absolute;
  right: -10px;
  bottom: 3px;
  width: 150px;
  height: 276px;
  padding: 32px 15px 15px;
  border: 5px solid #1b1e23;
  border-radius: 30px;
  background: #0f1216;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.55);
  transform: rotate(4deg);
}
.mini-phone > span {
  position: absolute;
  top: 8px;
  left: 50%;
  width: 47px;
  height: 12px;
  border-radius: 10px;
  background: #050607;
  transform: translateX(-50%);
}
.mini-phone b {
  display: block;
  margin-top: 25px;
  font-size: 28px;
}
.mini-phone small {
  color: #737a82;
  font-size: 8px;
}
.mini-phone div {
  display: flex;
  align-items: flex-end;
  gap: 7px;
  height: 90px;
  margin-top: 25px;
}
.mini-phone i {
  flex: 1;
  height: 30%;
  border-radius: 4px 4px 0 0;
  background: #30363d;
}
.mini-phone i:nth-child(2) {
  height: 52%;
}
.mini-phone i:nth-child(3) {
  height: 78%;
  background: var(--orange);
}
.mini-phone i:nth-child(4) {
  height: 64%;
}
.floating-chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 11px;
  background: rgba(17, 20, 24, 0.84);
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(12px);
  font-size: 11px;
  font-weight: 800;
}
.floating-chip span {
  color: #71777e;
  font-size: 7px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.web-stage .chip-one {
  top: 26px;
  right: 22px;
}
.web-stage .chip-two {
  bottom: 35px;
  left: -12px;
}
.capability-rail {
  position: absolute;
  z-index: 3;
  bottom: 22px;
  left: 50%;
  display: flex;
  width: min(var(--max), calc(100% - 48px));
  justify-content: space-between;
  transform: translateX(-50%);
  color: #696f75;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.capability-rail span:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-right: 10px;
  border-radius: 50%;
  background: var(--orange);
}
.mobile-stage {
  height: 590px;
}
.phone {
  position: absolute;
  width: 248px;
  height: 500px;
  padding: 8px;
  border: 1px solid #383d43;
  border-radius: 46px;
  background: #0a0b0d;
  box-shadow: 0 45px 110px rgba(0, 0, 0, 0.58);
}
.phone-screen {
  position: relative;
  height: 100%;
  padding: 46px 22px 22px;
  border-radius: 38px;
  overflow: hidden;
}
.phone-pill {
  position: absolute;
  top: 14px;
  left: 50%;
  width: 75px;
  height: 21px;
  border-radius: 20px;
  background: #07080a;
  transform: translateX(-50%);
}
.phone-back {
  top: 48px;
  left: 2%;
  transform: rotate(-10deg) scale(0.88);
  opacity: 0.72;
}
.phone-front {
  top: 12px;
  right: 8%;
  transform: rotate(5deg);
}
.wellness-screen {
  background: linear-gradient(160deg, #e5e0d7, #bfc8bb);
  color: #172018;
}
.wellness-screen small {
  font-size: 7px;
  letter-spacing: 0.15em;
}
.wellness-screen b {
  display: block;
  margin-top: 9px;
  font-size: 20px;
}
.orb {
  width: 140px;
  height: 140px;
  margin: 50px auto 40px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #fff, #8ea789 54%, #4e5e4b);
  box-shadow: 0 25px 60px rgba(44, 67, 44, 0.28);
}
.mini-stats {
  display: flex;
  gap: 8px;
}
.mini-stats i {
  flex: 1;
  height: 55px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.42);
}
.finance-screen {
  background:
    radial-gradient(circle at 80% 8%, rgba(243, 107, 22, 0.2), transparent 25%),
    #101319;
}
.mobile-top {
  display: flex;
  justify-content: space-between;
}
.mobile-top small {
  color: #727980;
  font-size: 7px;
  letter-spacing: 0.15em;
}
.mobile-top i {
  color: #787e85;
  font-style: normal;
}
.finance-screen strong {
  display: block;
  margin-top: 55px;
  font-size: 32px;
  letter-spacing: -0.05em;
}
.finance-screen strong span {
  color: #777f87;
}
.gain {
  color: #62dca1;
  font-size: 8px;
}
.mobile-chart {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 140px;
  margin-top: 26px;
}
.mobile-chart i {
  flex: 1;
  height: 32%;
  border-radius: 5px 5px 0 0;
  background: #272d33;
}
.mobile-chart i:nth-child(2) {
  height: 46%;
}
.mobile-chart i:nth-child(3) {
  height: 65%;
}
.mobile-chart i:nth-child(4) {
  height: 53%;
}
.mobile-chart i:nth-child(5) {
  height: 83%;
  background: var(--orange);
}
.mobile-chart i:nth-child(6) {
  height: 74%;
}
.mobile-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}
.mobile-action b {
  font-size: 10px;
}
.mobile-action span {
  color: var(--orange2);
  font-size: 7px;
}
.finance-screen .phone-dock {
  position: absolute;
  right: 20px;
  bottom: 16px;
  left: 20px;
  display: flex;
  justify-content: space-around;
  padding: 13px;
  border-radius: 15px;
  background: #191d22;
}
.finance-screen .phone-dock i {
  width: 12px;
  height: 3px;
  border-radius: 3px;
  background: #565d64;
}
.finance-screen .phone-dock i:first-child {
  background: var(--orange);
}
.mobile-stage .chip-one {
  top: 15px;
  left: -8px;
}
.mobile-stage .chip-two {
  right: -4px;
  bottom: 45px;
}
.light-section,
.dark-section {
  padding: 125px max(24px, calc((100vw - var(--max)) / 2));
}
.light-section {
  background: var(--paper);
  color: #0b0d10;
}
.dark-section {
  background: #0a0c0f;
  color: #fff;
}
.section-intro {
  max-width: 880px;
  margin-bottom: 72px;
}
.section-intro.split {
  display: grid;
  grid-template-columns: 1.15fr 0.65fr;
  max-width: none;
  align-items: end;
  gap: 90px;
}
.section-intro h2 {
  margin: 0;
  font-size: clamp(44px, 5.4vw, 78px);
  font-weight: 750;
  line-height: 1.02;
  letter-spacing: -0.055em;
  text-wrap: balance;
}
.section-intro > p:last-child,
.section-intro.split > p {
  max-width: 640px;
  margin: 24px 0 0;
  color: #686e73;
  line-height: 1.75;
}
.dark-section .section-intro > p:last-child,
.dark-section .section-intro.split > p {
  color: #83898f;
}
.section-label {
  color: #7e8489;
}
.section-label:before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--orange);
}
.build-grid,
.type-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.build-card,
.type-grid article {
  min-width: 0;
  border: 1px solid #d4d7d2;
  border-radius: 16px;
  background: #eceeea;
  padding: 22px;
  overflow: hidden;
}
.card-top {
  display: flex;
  justify-content: space-between;
  color: #747b80;
  font-size: 9px;
  letter-spacing: 0.1em;
}
.card-demo {
  position: relative;
  height: 280px;
  margin: 22px 0 30px;
  border-radius: 12px;
  background: #111419;
  overflow: hidden;
}
.demo-window {
  position: absolute;
  inset: 22px 20px 0;
  border-radius: 10px 10px 0 0;
  background: #f6f7f5;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.25);
}
.demo-window > i {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 12px 0 0 5px;
  border-radius: 50%;
  background: #c8cbc7;
}
.demo-window > i:first-child {
  margin-left: 12px;
  background: var(--orange);
}
.demo-window > div {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr;
  gap: 9px;
  padding: 18px;
}
.demo-window b {
  display: block;
  height: 82px;
  border-radius: 7px;
  background: #dfe2de;
}
.demo-window b:first-child {
  grid-row: span 2;
  height: 173px;
  background: linear-gradient(145deg, #1a1e22, #313840);
}
.demo-1 .demo-window b:first-child {
  background: linear-gradient(145deg, #e9d2c1, #b85d2a);
}
.demo-2 .demo-window {
  right: 90px;
}
.demo-phone {
  position: absolute;
  right: 14px;
  bottom: -20px;
  width: 92px;
  height: 205px;
  padding: 9px;
  border: 4px solid #262a2e;
  border-radius: 23px;
  background: #f1f2ef;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
}
.demo-phone span {
  display: block;
  width: 30px;
  height: 7px;
  margin: 0 auto 25px;
  border-radius: 5px;
  background: #202327;
}
.demo-phone i {
  display: block;
  height: 28px;
  margin: 7px 0;
  border-radius: 6px;
  background: #d9ddd8;
}
.demo-phone i:nth-child(2) {
  height: 62px;
  background: var(--orange);
}
.build-card h3,
.type-grid h3 {
  margin: 0;
  font-size: 25px;
  font-weight: 750;
  letter-spacing: -0.035em;
}
.build-card > p,
.type-grid article > p {
  min-height: 94px;
  color: #676d72;
  font-size: 13px;
  line-height: 1.7;
}
.build-card > a {
  display: flex;
  justify-content: space-between;
  padding-top: 18px;
  border-top: 1px solid #d3d6d1;
  font-size: 11px;
  font-weight: 800;
}
.build-card > a span {
  color: var(--orange);
}
.build-card,
.proof-card,
.standard-list article,
.type-grid article,
.quality-grid article,
.process-track article {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.7s,
    transform 0.7s;
}
.visible {
  opacity: 1 !important;
  transform: none !important;
}
.proof-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.proof-card {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  min-height: 420px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #111419;
  overflow: hidden;
}
.proof-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  background: #15191e;
}
.proof-image.light {
  background: #dadcd8;
}
.proof-image img {
  max-height: 330px;
  object-fit: contain;
  filter: saturate(0.86);
}
.proof-card > div:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
}
.proof-card span {
  color: var(--orange2);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.14em;
}
.proof-card h3 {
  margin: 13px 0;
  font-size: 38px;
  letter-spacing: -0.04em;
}
.proof-card p {
  color: #878d92;
  font-size: 12px;
  line-height: 1.65;
}
.proof-card b {
  margin-top: 30px;
  font-size: 10px;
}
.standard-list {
  border-top: 1px solid #cdd0cb;
}
.standard-list article {
  display: grid;
  grid-template-columns: 90px 0.75fr 1fr;
  align-items: center;
  gap: 30px;
  min-height: 150px;
  border-bottom: 1px solid #cdd0cb;
}
.standard-list span {
  color: var(--orange);
  font-size: 10px;
}
.standard-list h3 {
  font-size: 27px;
  letter-spacing: -0.03em;
}
.standard-list p {
  max-width: 580px;
  color: #696f73;
  line-height: 1.65;
}
.type-grid article > span {
  color: var(--orange);
  font-size: 9px;
}
.type-grid article > small {
  display: block;
  margin: 6px 0 18px;
  color: #777e83;
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.type-visual {
  position: relative;
  height: 220px;
  margin: 0 -4px 26px;
  border-radius: 11px;
  background: #111419;
  overflow: hidden;
}
.type-visual i {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 7px;
  background: #22272d;
}
.type-visual i:nth-child(1) {
  inset: 24px 22px 56px;
}
.type-visual i:nth-child(2) {
  left: 38px;
  bottom: 24px;
  width: 29%;
  height: 22px;
  background: var(--orange);
  border: 0;
}
.type-visual i:nth-child(3) {
  right: 32px;
  bottom: 24px;
  width: 26%;
  height: 42px;
}
.type-visual i:nth-child(4) {
  top: 45px;
  left: 48px;
  width: 50%;
  height: 8px;
  background: #424950;
}
.type-mobile-0 i:nth-child(1),
.type-mobile-1 i:nth-child(1),
.type-mobile-2 i:nth-child(1) {
  inset: 15px auto -18px 50%;
  width: 105px;
  border: 5px solid #292e34;
  border-radius: 24px;
  background: linear-gradient(155deg, #20252a, #0d0f12);
  transform: translateX(-50%);
}
.type-mobile-0 i:nth-child(2),
.type-mobile-1 i:nth-child(2),
.type-mobile-2 i:nth-child(2) {
  left: 50%;
  bottom: 28px;
  width: 72px;
  height: 55px;
  transform: translateX(-50%);
  background: var(--orange);
}
.type-grid article > p {
  min-height: 70px;
}
.quality-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}
.quality-grid article {
  min-height: 255px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.quality-grid span {
  color: var(--orange2);
  font-size: 9px;
}
.quality-grid h3 {
  margin: 85px 0 12px;
  font-size: 23px;
  letter-spacing: -0.03em;
}
.quality-grid p {
  margin: 0;
  color: #858b90;
  font-size: 12px;
  line-height: 1.7;
}
.process-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
}
.process-section .section-intro {
  position: sticky;
  top: 120px;
  height: fit-content;
}
.process-track {
  border-top: 1px solid #cdd0cb;
}
.process-track article {
  display: grid;
  grid-template-columns: 60px 1fr;
  align-items: center;
  gap: 20px;
  min-height: 150px;
  border-bottom: 1px solid #cdd0cb;
}
.process-track article > span {
  color: var(--orange);
  font-size: 9px;
}
.process-track h3 {
  margin: 0 0 9px;
  font-size: 26px;
  letter-spacing: -0.035em;
}
.process-track p {
  margin: 0;
  color: #6e7478;
  font-size: 12px;
  line-height: 1.6;
}
.project-cta {
  position: relative;
  display: flex;
  min-height: 700px;
  padding: 130px 24px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid var(--line);
  background: #07080a;
}
.cta-aura {
  position: absolute;
  width: 780px;
  height: 780px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(243, 107, 22, 0.23),
    rgba(243, 107, 22, 0.03) 42%,
    transparent 70%
  );
}
.project-cta > *:not(.cta-aura) {
  position: relative;
  z-index: 2;
}
.project-cta h2 {
  max-width: 1050px;
  margin: 0;
  font-size: clamp(48px, 6.8vw, 96px);
  font-weight: 750;
  line-height: 1;
  letter-spacing: -0.06em;
  text-wrap: balance;
}
.project-cta > p:not(.section-label) {
  max-width: 650px;
  margin: 28px 0;
  color: #9aa0a5;
  line-height: 1.7;
}
.project-cta .primary-button {
  margin-top: 18px;
}
.premium-footer {
  padding: 75px max(24px, calc((100vw - var(--max)) / 2)) 26px;
  background: #f3f4f2;
  color: #0a0c0e;
}
.footer-lead {
  display: grid;
  grid-template-columns: 190px 1fr auto;
  align-items: center;
  gap: 50px;
  padding-bottom: 55px;
  border-bottom: 1px solid #ccd0ca;
}
.footer-lead p {
  max-width: 620px;
  color: #666d71;
  line-height: 1.65;
}
.footer-lead > a:last-child {
  padding-bottom: 7px;
  border-bottom: 1px solid #8d9290;
  font-size: 12px;
  font-weight: 700;
}
.footer-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px;
  padding: 50px 0;
}
.footer-columns div {
  display: grid;
  align-content: start;
  gap: 11px;
}
.footer-columns b {
  margin-bottom: 8px;
  color: var(--orange);
  font-size: 9px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.footer-columns a {
  color: #666d71;
  font-size: 12px;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 23px;
  border-top: 1px solid #ccd0ca;
  color: #858b8e;
  font-size: 8px;
  letter-spacing: 0.13em;
}
.seo-depth {
  border-top: 1px solid #d9dcd7;
}
.seo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: clamp(50px, 7vw, 100px);
  overflow: hidden;
  border: 1px solid #d5d8d3;
  border-radius: 20px;
  background: #d5d8d3;
}
.seo-grid article {
  min-width: 0;
  padding: clamp(28px, 3.2vw, 50px);
  background: #f7f8f5;
}
.seo-card-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(42px, 5vw, 76px);
  color: #8c9290;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.seo-card-head small { color: var(--orange); }
.seo-grid h3 {
  margin: 0 0 18px;
  color: #101214;
  font-size: clamp(23px, 2.2vw, 35px);
  line-height: 1.08;
  letter-spacing: -.05em;
}
.seo-grid p {
  margin: 0 0 28px;
  color: #596064;
  font-size: 14px;
  line-height: 1.85;
}
.seo-grid ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}
.seo-grid li {
  padding: 11px 0;
  border-top: 1px solid #dfe2dd;
  color: #25292b;
  font-size: 12px;
  font-weight: 650;
}
.seo-grid li:before {
  content: "↗";
  margin-right: 10px;
  color: var(--orange);
}
.faq-section { border-top: 1px solid rgba(255,255,255,.08); }
.faq-list {
  width: min(980px, 100%);
  margin: clamp(50px, 7vw, 90px) auto 0;
  border-top: 1px solid rgba(255,255,255,.14);
}
.faq-list details { border-bottom: 1px solid rgba(255,255,255,.14); }
.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 25px 4px;
  color: #f5f6f3;
  cursor: pointer;
  list-style: none;
  font-size: clamp(15px, 1.55vw, 21px);
  font-weight: 650;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--orange); transition: .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p {
  max-width: 800px;
  margin: -4px 0 0;
  padding: 0 4px 26px;
  color: #9ca2a6;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 1120px) {
  .premium-nav > nav,
  .nav-button {
    display: none;
  }
  .premium-nav {
    grid-template-columns: 1fr auto;
  }
  .menu-toggle {
    display: block;
  }
  .menu-open .premium-nav > nav {
    position: fixed;
    top: 82px;
    right: 8px;
    left: 8px;
    display: grid;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(8, 10, 12, 0.98);
    box-shadow: 0 30px 80px #000;
  }
  .menu-open .premium-nav > nav details {
    display: block;
    min-height: auto;
  }
  .menu-open .premium-nav > nav summary,
  .menu-open .premium-nav > nav > a {
    display: flex;
    align-items: center;
    min-height: 48px;
    border-bottom: 1px solid var(--line);
    font-size: 16px;
  }
  .menu-open .nav-panel {
    position: static;
    width: 100%;
    grid-template-columns: 1fr;
    transform: none;
    box-shadow: none;
  }
  .menu-open .mega-column,
  .menu-open .mega-project { padding: 16px; }
  .menu-open .menu-toggle i:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }
  .menu-open .menu-toggle i:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }
  .premium-hero {
    grid-template-columns: 1fr;
    padding-top: 150px;
  }
  .hero-copy {
    max-width: 900px;
  }
  .device-stage {
    width: min(700px, 100%);
    margin: 0 auto;
  }
  .capability-rail {
    display: none;
  }
  .section-intro.split {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .proof-card {
    grid-template-columns: 1fr;
  }
  .proof-image {
    min-height: 300px;
  }
  .process-section {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .process-section .section-intro {
    position: static;
  }
  .footer-lead {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
@media (max-width: 900px) {
  .seo-grid { grid-template-columns: 1fr; }
}
@media (max-width: 760px) {
  .premium-nav {
    top: 8px;
    width: calc(100% - 16px);
    height: 60px;
    padding: 0 8px 0 10px;
  }
  .brand {
    width: 112px;
    height: 36px;
    padding: 7px 9px;
  }
  .nav-end {
    gap: 8px;
  }
  .menu-toggle {
    width: 44px;
    height: 44px;
  }
  .premium-hero {
    display: block;
    min-height: auto;
    padding: 118px 20px 70px;
  }
  .premium-hero h1 {
    font-size: clamp(47px, 13vw, 65px);
    line-height: 0.98;
  }
  .hero-lead {
    font-size: 14px;
  }
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .primary-button,
  .ghost-button {
    width: 100%;
    justify-content: space-between;
  }
  .device-stage {
    height: 410px;
    margin-top: 42px;
  }
  .browser-shell {
    top: 35px;
    width: 105%;
    right: -11%;
  }
  .browser-body {
    grid-template-columns: 38px 1fr;
    min-height: 270px;
  }
  .browser-body aside {
    gap: 18px;
  }
  .browser-body aside b {
    width: 23px;
    height: 23px;
  }
  .dash {
    padding: 17px;
  }
  .metric-row article {
    padding: 10px;
  }
  .metric-row b {
    font-size: 13px;
  }
  .chart-card {
    height: 105px;
  }
  .chart-lines {
    height: 43px;
  }
  .mini-phone {
    width: 105px;
    height: 195px;
    right: -4px;
    border-width: 4px;
    border-radius: 22px;
    padding: 23px 11px 10px;
  }
  .mini-phone b {
    font-size: 18px;
  }
  .floating-chip {
    padding: 8px 10px;
  }
  .web-stage .chip-one {
    top: 0;
    right: 0;
  }
  .web-stage .chip-two {
    bottom: 16px;
    left: 0;
  }
  .mobile-stage {
    height: 505px;
  }
  .phone {
    width: 202px;
    height: 410px;
    border-radius: 38px;
  }
  .phone-screen {
    padding: 39px 17px 17px;
    border-radius: 30px;
  }
  .phone-front {
    right: 0;
  }
  .phone-back {
    left: -16%;
  }
  .finance-screen strong {
    font-size: 27px;
    margin-top: 40px;
  }
  .mobile-chart {
    height: 105px;
  }
  .light-section,
  .dark-section {
    padding: 84px 20px;
  }
  .section-intro {
    margin-bottom: 48px;
  }
  .section-intro h2 {
    font-size: 43px;
  }
  .build-grid,
  .type-grid,
  .proof-grid,
  .quality-grid {
    grid-template-columns: 1fr;
  }
  .build-card > p,
  .type-grid article > p {
    min-height: 0;
  }
  .proof-card {
    min-height: 0;
  }
  .proof-card > div:last-child {
    padding: 27px;
  }
  .quality-grid {
    border-top: 1px solid var(--line);
  }
  .quality-grid article {
    min-height: 210px;
  }
  .quality-grid h3 {
    margin-top: 65px;
  }
  .standard-list article {
    grid-template-columns: 42px 1fr;
    padding: 25px 0;
  }
  .standard-list p {
    grid-column: 2;
  }
  .process-track article {
    min-height: 135px;
  }
  .project-cta {
    min-height: 640px;
    padding: 100px 20px;
  }
  .project-cta h2 {
    font-size: 49px;
  }
  .premium-footer {
    padding: 64px 20px 24px;
  }
  .footer-columns {
    grid-template-columns: 1fr 1fr;
    gap: 45px 30px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 9px;
  }
  .site-chat {
    right: 12px !important;
    bottom: 12px !important;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
