:root {
  --navy: #071426;
  --navy-soft: #0d203a;
  --blue: #315ff4;
  --blue-dark: #244bd1;
  --cyan: #55c7ed;
  --ink: #0a1528;
  --text: #1b2940;
  --muted: #68758a;
  --line: #e3e8ef;
  --surface: #f5f7fb;
  --white: #ffffff;
  --shadow: 0 30px 80px rgba(14, 31, 56, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--text);
  font-family: "Inter", system-ui, sans-serif;
  line-height: 1.65;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1180px !important;
  margin-inline: auto !important;
  padding-inline: 24px !important;
}

.container > .row {
  margin-inline: -12px !important;
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 9999;
  padding: 10px 16px;
  color: #fff;
  background: var(--ink);
  border-radius: 10px;
}

.skip-link:focus {
  top: 16px;
}

/* Navigation */
.ra-navbar {
  min-height: 82px;
  padding-block: 8px;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(10, 21, 40, 0.06);
  backdrop-filter: blur(20px);
  transition:
    min-height 0.25s ease,
    box-shadow 0.25s ease;
}

.ra-navbar.is-scrolled {
  min-height: 74px;
  box-shadow: 0 10px 35px rgba(10, 21, 40, 0.07);
}

.ra-brand {
  display: flex;
  align-items: center;
  color: var(--ink) !important;
}

.brand-logo {
  display: block;
  width: 176px;
  height: 56px;
  object-fit: contain;
}

.brand-symbol,
.brand-name {
  display: none;
}

.navbar-nav .nav-link {
  position: relative;
  margin-inline: 7px;
  padding: 12px 2px !important;
  color: #526078;
  font-size: 0.8rem;
  font-weight: 600;
}

.navbar-nav .nav-link::after {
  position: absolute;
  right: 50%;
  bottom: 5px;
  left: 50%;
  height: 2px;
  content: "";
  background: var(--blue);
  transition:
    left 0.2s ease,
    right 0.2s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: var(--ink);
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  right: 0;
  left: 0;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 11px 16px;
  color: #fff;
  background: var(--ink);
  border-radius: 100px;
  font-size: 0.76rem;
  font-weight: 700;
  transition: 0.2s ease;
}

.nav-cta:hover {
  color: #fff;
  background: var(--blue);
  transform: translateY(-1px);
}

/* Shared */
.section-space {
  padding-block: 120px;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section-label::before {
  width: 20px;
  height: 1px;
  content: "";
  background: currentColor;
}

.section-label.light {
  color: #86a7ff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 100px;
  font-size: 0.79rem;
  font-weight: 750;
  transition: 0.2s ease;
}

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

.button-primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 14px 30px rgba(49, 95, 244, 0.23);
}

.button-primary:hover {
  color: #fff;
  background: var(--blue-dark);
}

.button-secondary {
  color: var(--ink);
  background: #fff;
  border-color: var(--line);
}

.button-secondary:hover {
  color: var(--blue);
  border-color: #c5d1f8;
}

.button-white {
  color: var(--ink);
  background: #fff;
}

.button-white:hover {
  color: var(--blue);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}

.reveal-delay {
  transition-delay: 0.12s;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

/* Hero */
.hero {
  position: relative;
  min-height: calc(100vh - 82px);
  overflow: hidden;
  background: linear-gradient(180deg, #fbfdff 0%, #f3f6fb 100%);
}

.hero-mesh {
  position: absolute;
  top: -220px;
  right: -180px;
  width: 720px;
  height: 720px;
  background:
    radial-gradient(
      circle at 45% 45%,
      rgba(76, 128, 255, 0.18),
      transparent 35%
    ),
    radial-gradient(
      circle at 65% 60%,
      rgba(83, 201, 238, 0.16),
      transparent 43%
    );
  border-radius: 50%;
  filter: blur(10px);
}

.hero-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 80px;
  align-items: center;
  min-height: calc(100vh - 82px);
  padding-block: 80px;
}

.hero-copy h1 {
  margin: 22px 0 24px;
  color: var(--ink);
  font-size: clamp(3.2rem, 5.4vw, 5.4rem);
  font-weight: 780;
  line-height: 0.98;
  letter-spacing: -0.065em;
}

.hero-copy h1 span {
  color: var(--blue);
}

.hero-copy > p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.hero-note {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 28px;
  color: #7d899a;
  font-size: 0.66rem;
  font-weight: 650;
}

.availability-dot {
  width: 7px;
  height: 7px;
  background: #35bd7e;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(53, 189, 126, 0.11);
}

.hero-product {
  position: relative;
  min-width: 0;
}

.product-window {
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(28, 54, 88, 0.11);
  border-radius: 22px;
  box-shadow: 0 40px 90px rgba(23, 48, 84, 0.17);
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}

.product-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 62px;
  padding-inline: 21px;
  border-bottom: 1px solid #e9edf3;
}

.toolbar-brand,
.toolbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.toolbar-brand > span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #fff;
  background: var(--blue);
  border-radius: 8px;
  font-size: 0.65rem;
  font-weight: 800;
}

.toolbar-brand strong {
  color: var(--ink);
  font-size: 0.7rem;
}

.toolbar-actions {
  color: #93a0b2;
}

.toolbar-actions b {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  background: #172946;
  border-radius: 50%;
  font-size: 0.55rem;
}

.product-body {
  display: grid;
  grid-template-columns: 55px 1fr;
  min-height: 470px;
}

.product-sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
  padding-top: 30px;
  color: #acb6c4;
  background: #fbfcfe;
  border-right: 1px solid #e9edf3;
}

.product-sidebar i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 8px;
}

.product-sidebar i.active {
  color: var(--blue);
  background: #ebf0ff;
}

.product-content {
  min-width: 0;
  padding: 30px;
  background: #f8fafd;
}

.product-welcome {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.product-welcome small,
.product-welcome strong {
  display: block;
}

.product-welcome small {
  color: #9aa7b9;
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.product-welcome strong {
  margin-top: 4px;
  color: var(--ink);
  font-size: 1rem;
}

.product-welcome > span {
  padding: 7px 10px;
  color: #6f7d91;
  background: #fff;
  border: 1px solid #e4e9f0;
  border-radius: 7px;
  font-size: 0.5rem;
}

.product-metrics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 25px;
}

.product-metrics article {
  position: relative;
  padding: 18px;
  background: #fff;
  border: 1px solid #e7ebf1;
  border-radius: 12px;
}

.product-metrics small,
.product-metrics strong {
  display: block;
}

.product-metrics small {
  color: #8e9bad;
  font-size: 0.55rem;
}

.product-metrics strong {
  margin-top: 7px;
  color: var(--ink);
  font-size: 1.15rem;
}

.product-metrics span {
  position: absolute;
  right: 15px;
  bottom: 18px;
  color: #2ca970;
  font-size: 0.48rem;
  font-weight: 700;
}

.product-chart {
  margin-top: 12px;
  padding: 18px;
  background: #fff;
  border: 1px solid #e7ebf1;
  border-radius: 12px;
}

.chart-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chart-heading strong {
  color: var(--ink);
  font-size: 0.68rem;
}

.chart-heading span {
  color: #8794a7;
  font-size: 0.48rem;
}

.chart-heading span i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 4px;
  background: var(--blue);
  border-radius: 50%;
}

.chart-area {
  height: 160px;
  margin-top: 15px;
  background: repeating-linear-gradient(
    to bottom,
    #eef1f5 0,
    #eef1f5 1px,
    transparent 1px,
    transparent 40px
  );
}

.chart-area svg {
  width: 100%;
  height: 100%;
}

.chart-fill {
  fill: url(#chartFill);
}

.chart-line {
  fill: none;
  stroke: var(--blue);
  stroke-width: 3;
  stroke-linecap: round;
}

.product-float {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid #e2e8f0;
  border-radius: 13px;
  box-shadow: 0 20px 45px rgba(20, 42, 72, 0.17);
  backdrop-filter: blur(12px);
}

.product-float > i {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #278f64;
  background: #e8f8f1;
  border-radius: 9px;
}

.product-float small,
.product-float strong {
  display: block;
}

.product-float small {
  color: #97a3b3;
  font-size: 0.46rem;
}

.product-float strong {
  color: var(--ink);
  font-size: 0.58rem;
}

.float-security {
  right: -35px;
  bottom: 80px;
}

.float-performance {
  top: 90px;
  left: -30px;
}

.performance-ring {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--blue);
  border: 3px solid #d9e2ff;
  border-top-color: var(--blue);
  border-radius: 50%;
  font-size: 0.52rem;
  font-weight: 800;
}

/* Trust bar */
.trust-bar {
  padding-block: 28px;
  background: #fff;
  border-block: 1px solid var(--line);
}

.trust-bar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.trust-bar p {
  margin: 0;
  color: #98a2b1;
  font-size: 0.64rem;
}

.trust-bar .container > div {
  display: flex;
  align-items: center;
  gap: 36px;
}

.trust-bar span {
  color: #48566c;
  font-size: 0.7rem;
  font-weight: 700;
}

/* Projects */
.section-header {
  display: grid;
  grid-template-columns: 1fr 0.75fr;
  gap: 70px;
  align-items: end;
  margin-bottom: 60px;
}

.section-header h2 {
  margin: 14px 0 0;
  color: var(--ink);
  font-size: clamp(2.6rem, 4.4vw, 4.2rem);
  font-weight: 760;
  line-height: 1.04;
  letter-spacing: -0.055em;
}

.section-header > p {
  max-width: 420px;
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 0.86rem;
}

.projects-list {
  display: grid;
  gap: 26px;
}

.project {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  min-height: 610px;
  overflow: hidden;
  background: #f5f7fb;
  border: 1px solid #e4e9f0;
  border-radius: 28px;
}

.project-jobs {
  grid-template-columns: 1.24fr 0.76fr;
}

.project-jobs .project-copy {
  grid-column: 2;
  grid-row: 1;
}

.project-jobs .project-preview {
  grid-column: 1;
  grid-row: 1;
}

.project-copy {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 55px;
  background: #fff;
}

.project-index {
  margin-bottom: 42px;
  color: #a8b1bf;
  font-size: 0.66rem;
  font-weight: 700;
}

.project-category {
  color: var(--blue);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.project-copy h3 {
  margin: 11px 0 15px;
  color: var(--ink);
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 760;
  letter-spacing: -0.045em;
}

.project-copy > p {
  max-width: 380px;
  margin: 0;
  color: var(--muted);
  font-size: 0.82rem;
}

.project-copy ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 25px 0 32px;
  list-style: none;
}

.project-copy li {
  color: #4e5c71;
  font-size: 0.7rem;
}

.project-copy li::before {
  margin-right: 8px;
  color: #32ad76;
  content: "✓";
}

.project-copy a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 750;
}

.project-copy a:hover {
  color: var(--blue);
}

.project-preview {
  position: relative;
  min-width: 0;
  overflow: hidden;
}

.beauty-preview {
  background: radial-gradient(
    circle at 50% 45%,
    #f4dcea 0,
    #eee6f3 42%,
    #e7e5f1 100%
  );
}

.mobile-app {
  position: absolute;
  top: 68px;
  left: 50%;
  width: 275px;
  min-height: 530px;
  padding: 14px 17px 10px;
  color: #342537;
  background: #fff;
  border: 7px solid #281c2d;
  border-radius: 37px;
  box-shadow: 0 35px 65px rgba(67, 39, 71, 0.24);
  transform: translateX(-50%) rotate(2deg);
}

.mobile-status {
  display: flex;
  justify-content: space-between;
  padding: 2px 4px 15px;
  font-size: 0.48rem;
  font-weight: 700;
}

.mobile-greeting {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobile-greeting small,
.mobile-greeting strong {
  display: block;
}

.mobile-greeting small {
  color: #a590a3;
  font-size: 0.48rem;
}

.mobile-greeting strong {
  font-size: 0.9rem;
}

.mobile-greeting > span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  background: #b7539d;
  border-radius: 50%;
  font-size: 0.48rem;
}

.mobile-summary {
  position: relative;
  margin-top: 25px;
  padding: 18px;
  color: #fff;
  background: linear-gradient(135deg, #9d3f89, #d06cb4);
  border-radius: 16px;
}

.mobile-summary small,
.mobile-summary strong {
  display: block;
}

.mobile-summary small {
  color: #f2dcea;
  font-size: 0.46rem;
}

.mobile-summary strong {
  margin-top: 6px;
  font-size: 1.05rem;
}

.mobile-summary span {
  position: absolute;
  right: 15px;
  bottom: 20px;
  font-size: 0.48rem;
}

.mobile-agenda {
  margin-top: 25px;
}

.mobile-agenda > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.mobile-agenda > div strong {
  font-size: 0.6rem;
}

.mobile-agenda > div small {
  color: #b7539d;
  font-size: 0.45rem;
}

.mobile-agenda article {
  display: grid;
  grid-template-columns: 38px 1fr 8px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid #eee8ee;
}

.mobile-agenda time {
  font-size: 0.52rem;
  font-weight: 800;
}

.mobile-agenda b,
.mobile-agenda small {
  display: block;
  font-size: 0.5rem;
}

.mobile-agenda small {
  color: #9e8d9d;
}

.mobile-agenda article > i {
  width: 6px;
  height: 6px;
  background: #38bd83;
  border-radius: 50%;
}

.mobile-app nav {
  position: absolute;
  right: 15px;
  bottom: 12px;
  left: 15px;
  display: flex;
  justify-content: space-around;
  padding-top: 12px;
  color: #a496a4;
  border-top: 1px solid #eee8ee;
}

.mobile-app nav i:first-child {
  color: #b7539d;
}

.preview-card {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 13px;
  box-shadow: 0 20px 45px rgba(40, 28, 45, 0.17);
  backdrop-filter: blur(10px);
}

.preview-card > span {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: #fff;
  background: #b7539d;
  border-radius: 9px;
}

.preview-card small,
.preview-card strong {
  display: block;
}

.preview-card small {
  color: #9a8a9a;
  font-size: 0.45rem;
}

.preview-card strong {
  color: #352539;
  font-size: 0.58rem;
}

.beauty-stat {
  right: 35px;
  bottom: 85px;
}

.jobs-preview {
  background: linear-gradient(145deg, #e7efff, #f0f5ff);
}

.jobs-browser {
  position: absolute;
  top: 74px;
  right: 45px;
  left: 45px;
  overflow: hidden;
  color: #12243e;
  background: #fff;
  border: 1px solid #ccd8e9;
  border-radius: 16px;
  box-shadow: 0 35px 70px rgba(32, 67, 116, 0.2);
  transform: rotate(-1deg);
}

.jobs-browser-bar {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px 12px;
  background: #eef2f7;
}

.jobs-browser-bar i {
  width: 6px;
  height: 6px;
  background: #b4becb;
  border-radius: 50%;
}

.jobs-browser-bar span {
  margin-left: 15px;
  color: #8d99aa;
  font-size: 0.43rem;
}

.jobs-browser nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  border-bottom: 1px solid #edf0f4;
}

.jobs-browser nav strong {
  color: var(--blue);
  font-size: 0.65rem;
}

.jobs-browser nav span {
  color: #77859a;
  font-size: 0.44rem;
}

.jobs-search {
  padding: 35px 35px 27px;
  background: linear-gradient(135deg, #edf3ff, #fafcff);
}

.jobs-search > small {
  color: var(--blue);
  font-size: 0.43rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.jobs-search > strong {
  display: block;
  margin: 9px 0 20px;
  font-size: 1.35rem;
  line-height: 1.1;
}

.jobs-search > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 6px 6px 12px;
  background: #fff;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
}

.jobs-search > div span {
  color: #8b98aa;
  font-size: 0.46rem;
}

.jobs-search button {
  padding: 8px 12px;
  color: #fff;
  background: var(--blue);
  border: 0;
  border-radius: 6px;
  font-size: 0.46rem;
}

.jobs-results {
  display: grid;
  gap: 8px;
  padding: 20px 35px 26px;
}

.jobs-results article {
  display: grid;
  grid-template-columns: 30px 1fr 15px;
  gap: 9px;
  align-items: center;
  padding: 10px;
  border: 1px solid #e8edf3;
  border-radius: 8px;
}

.company-avatar {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  color: #fff;
  border-radius: 8px;
  font-size: 0.52rem;
  font-weight: 800;
}

.company-avatar.blue {
  background: #4a75e9;
}

.company-avatar.green {
  background: #2aaf7c;
}

.jobs-results b,
.jobs-results small {
  display: block;
  font-size: 0.49rem;
}

.jobs-results small {
  color: #8794a6;
}

.jobs-results article > i {
  color: #9ba7b7;
}

.jobs-stat {
  bottom: 75px;
  left: 25px;
}

.jobs-stat > span {
  background: var(--blue);
}

/* Capabilities */
.capabilities-section {
  color: #fff;
  background: var(--navy);
}

.capabilities-heading {
  margin-bottom: 60px;
}

.capabilities-heading h2 {
  margin: 14px 0 0;
  font-size: clamp(2.7rem, 5vw, 4.7rem);
  font-weight: 720;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.capabilities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.capabilities-grid article {
  position: relative;
  min-height: 300px;
  padding: 30px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.capabilities-grid article:last-child {
  border-right: 0;
}

.capabilities-grid article > span {
  color: #52647c;
  font-size: 0.6rem;
}

.capabilities-grid article > i {
  display: block;
  margin-top: 65px;
  color: #7899f8;
  font-size: 1.35rem;
}

.capabilities-grid h3 {
  margin: 18px 0 9px;
  font-size: 1rem;
  font-weight: 700;
}

.capabilities-grid p {
  margin: 0;
  color: #8496ad;
  font-size: 0.72rem;
}

/* Method */
.method-section {
  background: #fff;
}

.method-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
}

.method-copy h2 {
  margin: 14px 0 22px;
  color: var(--ink);
  font-size: clamp(2.5rem, 4vw, 3.8rem);
  font-weight: 750;
  line-height: 1.07;
  letter-spacing: -0.05em;
}

.method-copy p {
  max-width: 470px;
  color: var(--muted);
  font-size: 0.84rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: var(--blue);
  font-size: 0.72rem;
  font-weight: 750;
}

.method-steps {
  border-top: 1px solid var(--line);
}

.method-steps article {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 20px;
  padding: 27px 0;
  border-bottom: 1px solid var(--line);
}

.method-steps article > span {
  color: #a2adbb;
  font-size: 0.62rem;
}

.method-steps h3 {
  margin: 0 0 4px;
  color: var(--ink);
  font-size: 0.95rem;
}

.method-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.73rem;
}

/* CTA */
.contact-cta {
  padding-bottom: 100px;
}

.contact-cta-panel {
  position: relative;
  overflow: hidden;
  padding: 75px;
  color: #fff;
  background: linear-gradient(125deg, #2e5df0, #183fbd);
  border-radius: 28px;
  box-shadow: 0 30px 70px rgba(37, 80, 211, 0.2);
}

.contact-cta-panel::after {
  position: absolute;
  top: -240px;
  right: -150px;
  width: 520px;
  height: 520px;
  content: "";
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  box-shadow:
    0 0 0 70px rgba(255, 255, 255, 0.035),
    0 0 0 140px rgba(255, 255, 255, 0.02);
}

.contact-cta-panel > * {
  position: relative;
  z-index: 1;
}

.contact-cta-panel h2 {
  max-width: 700px;
  margin: 15px 0;
  font-size: clamp(2.7rem, 5vw, 4.7rem);
  font-weight: 730;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.contact-cta-panel p {
  max-width: 590px;
  margin-bottom: 28px;
  color: #d8e1ff;
  font-size: 0.84rem;
}

/* Contact page */
.contact-hero {
  padding: 100px 0;
  color: #fff;
  background: var(--navy);
}

.eyebrow {
  color: #83a3ff;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-hero h1 {
  max-width: 760px;
  margin: 15px 0 20px;
  font-size: clamp(2.8rem, 5vw, 4.7rem);
  font-weight: 740;
  line-height: 1.03;
  letter-spacing: -0.055em;
}

.contact-hero p {
  max-width: 700px;
  color: #99abc1;
}

.contact-hero-card {
  display: grid;
  gap: 10px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
}

.contact-hero-card span {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 2px 10px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 12px;
}

.contact-hero-card i {
  grid-row: span 2;
  color: #82a1ff;
}

.contact-hero-card b,
.contact-hero-card small {
  font-size: 0.7rem;
}

.contact-hero-card small {
  color: #8fa1b8;
}

.contact-section {
  padding: 100px 0;
}

.contact-title {
  margin: 13px 0;
  color: var(--ink);
  font-size: 2.5rem;
  font-weight: 750;
  letter-spacing: -0.04em;
}

.section-copy {
  color: var(--muted);
  font-size: 0.83rem;
}

.direct-contact {
  display: grid;
  gap: 10px;
  margin-top: 25px;
}

.direct-contact a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 700;
}

.direct-contact i {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--blue);
  background: #edf1ff;
  border-radius: 10px;
}

.direct-contact small {
  display: block;
  color: #8e99aa;
  font-weight: 500;
}

.contact-form-card {
  padding: 35px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.form-label {
  color: #344159;
  font-size: 0.72rem;
  font-weight: 700;
}

.form-control,
.form-select {
  min-height: 52px;
  padding: 0.8rem 0.9rem;
  border-color: #dce3ec;
  border-radius: 10px;
  font-size: 0.84rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 0.2rem rgba(49, 95, 244, 0.1);
}

textarea.form-control {
  min-height: 140px;
}

.privacy-note {
  color: #7d899a;
}

.ra-btn {
  display: inline-flex;
  align-items: center;
  padding: 0.85rem 1.2rem;
  border: 0;
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 750;
}

.btn-primary.ra-btn {
  background: var(--blue);
}

.hp-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Footer */
.site-footer {
  color: #9bacbf;
  background: #050d18;
}

.footer-brand .brand-logo {
  width: 190px;
  height: 62px;
  padding: 5px 8px;
  background: #fff;
  border-radius: 10px;
}

.footer-copy {
  max-width: 350px;
  color: #788ba2;
  font-size: 0.76rem;
}

.footer-title {
  margin-bottom: 16px;
  color: #fff;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-links li {
  margin: 8px 0;
}

.footer-links a,
.footer-links span {
  color: #8294aa;
  font-size: 0.71rem;
}

.footer-links a:hover {
  color: #fff;
}

.contact-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contact-list i {
  color: #7899f8;
}

.social-link {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #93a4b9;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}

.social-link:hover {
  color: #fff;
  background: var(--blue);
}

.security-badges {
  display: flex;
  gap: 7px;
}

.security-badges span {
  padding: 4px 7px;
  font-size: 0.57rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
}

.footer-bottom {
  padding: 14px 0;
  color: #61748b;
  font-size: 0.61rem;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 50;
  width: 40px;
  height: 40px;
  color: #fff;
  background: var(--blue);
  border: 0;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: 0.2s ease;
}

.back-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.mobile-contact-bar {
  display: none;
}

/* Tablet */
@media (max-width: 991.98px) {
  .ra-navbar .navbar-collapse {
    margin-top: 10px;
    padding: 18px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 16px;
    box-shadow: var(--shadow);
  }

  .navbar-nav .nav-link {
    min-height: 44px;
    margin: 0;
    padding-inline: 10px !important;
  }

  .navbar-nav .nav-link::after {
    display: none;
  }

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

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 55px;
    min-height: auto;
    padding-block: 90px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-product {
    max-width: 760px;
    margin-inline: auto;
  }

  .trust-bar .container,
  .trust-bar .container > div {
    flex-wrap: wrap;
  }

  .section-header {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .project,
  .project-jobs {
    grid-template-columns: 1fr;
  }

  .project-copy,
  .project-jobs .project-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .project-preview,
  .project-jobs .project-preview {
    grid-column: 1;
    grid-row: 2;
    min-height: 580px;
  }

  .capabilities-grid {
    grid-template-columns: 1fr 1fr;
  }

  .capabilities-grid article:nth-child(2) {
    border-right: 0;
  }

  .capabilities-grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .method-layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}

/* Phones: Android and iOS */
@media (max-width: 767.98px) {
  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom));
  }

  .container {
    padding-inline: 18px !important;
  }

  .ra-navbar {
    min-height: 72px;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
  }

  .ra-navbar.is-scrolled {
    min-height: 68px;
  }

  .brand-logo {
    width: 148px;
    height: 48px;
  }

  .navbar-toggler {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    background: #f1f4f8;
    border-radius: 50% !important;
  }

  .section-space {
    padding-block: 82px;
  }

  .hero-layout {
    gap: 45px;
    padding-block: 65px 80px;
  }

  .hero-copy h1 {
    margin-top: 17px;
    font-size: clamp(2.75rem, 13vw, 4rem);
    line-height: 1;
  }

  .hero-copy > p {
    font-size: 0.88rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-actions .button {
    width: 100%;
  }

  .product-window {
    border-radius: 16px;
    transform: none;
  }

  .product-body {
    grid-template-columns: 38px 1fr;
    min-height: 360px;
  }

  .product-toolbar {
    height: 52px;
    padding-inline: 13px;
  }

  .toolbar-actions i {
    display: none;
  }

  .product-sidebar {
    gap: 18px;
    padding-top: 20px;
  }

  .product-sidebar i {
    width: 26px;
    height: 26px;
    font-size: 0.7rem;
  }

  .product-content {
    padding: 18px 13px;
  }

  .product-welcome > span {
    display: none;
  }

  .product-metrics {
    gap: 7px;
    margin-top: 18px;
  }

  .product-metrics article {
    padding: 12px;
  }

  .product-metrics strong {
    font-size: 0.78rem;
  }

  .product-metrics span {
    display: none;
  }

  .product-chart {
    padding: 12px;
  }

  .chart-area {
    height: 100px;
  }

  .product-float {
    display: none;
  }

  .trust-bar {
    padding-block: 23px;
  }

  .trust-bar .container {
    display: block;
  }

  .trust-bar p {
    margin-bottom: 14px;
  }

  .trust-bar .container > div {
    gap: 10px 18px;
  }

  .trust-bar span {
    font-size: 0.61rem;
  }

  .section-header {
    margin-bottom: 38px;
  }

  .section-header h2,
  .capabilities-heading h2,
  .method-copy h2,
  .contact-cta-panel h2 {
    font-size: 2.5rem;
  }

  .project {
    min-height: 0;
    border-radius: 20px;
  }

  .project-copy {
    padding: 32px 25px 38px;
  }

  .project-index {
    margin-bottom: 28px;
  }

  .project-copy h3 {
    font-size: 2rem;
  }

  .project-preview,
  .project-jobs .project-preview {
    min-height: 460px;
  }

  .mobile-app {
    top: 40px;
    width: 250px;
    min-height: 490px;
    transform: translateX(-50%);
  }

  .beauty-stat {
    right: 10px;
    bottom: 32px;
  }

  .jobs-browser {
    top: 45px;
    right: -85px;
    left: 20px;
  }

  .jobs-stat {
    bottom: 30px;
    left: 10px;
  }

  .capabilities-grid {
    grid-template-columns: 1fr;
  }

  .capabilities-grid article {
    min-height: auto;
    padding: 27px 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .capabilities-grid article > i {
    margin-top: 35px;
  }

  .contact-cta {
    padding-bottom: 70px;
  }

  .contact-cta-panel {
    padding: 45px 26px;
    border-radius: 20px;
  }

  .contact-form-card {
    padding: 22px;
  }

  .mobile-contact-bar {
    position: fixed;
    right: 12px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    left: 12px;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 56px;
    padding: 9px 10px 9px 17px;
    color: #fff;
    background: rgba(7, 20, 38, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(7, 20, 38, 0.3);
    backdrop-filter: blur(18px);
  }

  .mobile-contact-bar:hover {
    color: #fff;
  }

  .mobile-contact-bar span {
    font-size: 0.7rem;
    font-weight: 750;
    line-height: 1.2;
  }

  .mobile-contact-bar small {
    display: block;
    color: #91a4bb;
    font-size: 0.48rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .mobile-contact-bar > i {
    display: grid;
    width: 37px;
    height: 37px;
    place-items: center;
    color: #fff;
    background: var(--blue);
    border-radius: 50%;
  }

  .back-to-top {
    display: none;
  }
}

/* Final mobile polish: project showcases and capabilities */
@media (max-width: 767.98px) {
  .projects-list {
    gap: 18px;
  }

  .project,
  .project-jobs {
    display: flex;
    flex-direction: column;
    border-radius: 22px;
    box-shadow: 0 16px 45px rgba(22, 42, 72, 0.08);
  }

  .project-copy,
  .project-jobs .project-copy {
    order: 1;
    padding: 30px 24px 34px;
  }

  .project-index {
    margin-bottom: 22px;
  }

  .project-copy h3 {
    margin: 10px 0 13px;
    font-size: 1.85rem;
    line-height: 1.05;
  }

  .project-copy > p {
    font-size: 0.78rem;
    line-height: 1.7;
  }

  .project-copy ul {
    gap: 7px;
    margin: 21px 0 27px;
  }

  .project-copy li {
    font-size: 0.67rem;
  }

  .project-copy a {
    min-height: 42px;
    font-size: 0.7rem;
  }

  .project-preview,
  .project-jobs .project-preview {
    position: relative;
    order: 2;
    min-height: 0;
    padding: 22px 16px 62px;
  }

  .canil-preview {
    background:
      radial-gradient(
        circle at 12% 15%,
        rgba(255, 177, 94, 0.3),
        transparent 35%
      ),
      #fff6e9;
  }

  .jobs-preview {
    background: linear-gradient(150deg, #edf3ff, #e2ebfc);
  }

  .real-project-frame,
  .canil-frame {
    position: relative;
    inset: auto;
    width: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 13px;
    box-shadow: 0 18px 45px rgba(29, 55, 92, 0.16);
    transform: none;
  }

  .real-project-toolbar {
    height: 34px;
  }

  .real-project-toolbar span {
    max-width: 210px;
    overflow: hidden;
    font-size: 0.42rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .real-project-frame img,
  .canil-frame img {
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: top center;
  }

  .preview-card,
  .canil-stat,
  .jobs-stat {
    right: 9px;
    bottom: 17px;
    left: auto;
    max-width: calc(100% - 34px);
    padding: 9px 11px;
    border-radius: 11px;
    box-shadow: 0 12px 30px rgba(24, 42, 69, 0.15);
    animation: mobile-float 4s ease-in-out infinite;
  }

  .preview-card > span {
    width: 29px;
    height: 29px;
    flex: none;
  }

  .preview-card small {
    font-size: 0.38rem;
  }

  .preview-card strong {
    overflow: hidden;
    font-size: 0.52rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .capabilities-section {
    padding-block: 76px;
  }

  .capabilities-heading {
    margin-bottom: 34px;
  }

  .capabilities-heading h2 {
    max-width: 340px;
    margin-top: 12px;
    font-size: 2.35rem;
    line-height: 1.02;
  }

  .capabilities-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    border-top: 0;
  }

  .capabilities-grid article,
  .capabilities-grid article:nth-child(-n + 2) {
    position: relative;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 4px 14px;
    min-height: 0;
    padding: 18px;
    background: rgba(255, 255, 255, 0.045);
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 15px;
  }

  .capabilities-grid article > span {
    position: absolute;
    top: 13px;
    right: 15px;
    font-size: 0.5rem;
  }

  .capabilities-grid article > i {
    grid-row: 1 / span 2;
    display: grid;
    width: 42px;
    height: 42px;
    margin: 0;
    place-items: center;
    color: #88a4ff;
    background: rgba(87, 123, 239, 0.12);
    border-radius: 11px;
    font-size: 1rem;
  }

  .capabilities-grid h3 {
    align-self: end;
    margin: 0;
    padding-right: 25px;
    font-size: 0.84rem;
  }

  .capabilities-grid p {
    margin: 2px 0 0;
    font-size: 0.64rem;
    line-height: 1.55;
  }
}

@keyframes mobile-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@media (max-width: 374.98px) {
  .project-copy {
    padding-inline: 21px;
  }

  .project-copy h3 {
    font-size: 1.7rem;
  }

  .project-preview,
  .project-jobs .project-preview {
    padding-inline: 12px;
  }

  .capabilities-heading h2 {
    font-size: 2.1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .preview-card {
    animation: none;
  }
}

/* Refined institutional footer */
.site-footer {
  position: relative;
  overflow: hidden;
  color: #9aabc0;
  background:
    radial-gradient(circle at 8% 5%, rgba(49, 95, 244, 0.14), transparent 28%),
    #050d18;
}

.site-footer::before {
  position: absolute;
  top: 0;
  right: 8%;
  left: 8%;
  height: 1px;
  content: "";
  background: linear-gradient(
    90deg,
    transparent,
    rgba(111, 145, 238, 0.55),
    transparent
  );
}

.footer-main {
  padding: 70px 0 58px;
}

.footer-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-branding {
  display: flex;
  align-items: center;
  gap: 22px;
}

.footer-brand .brand-logo {
  width: 190px;
  height: 64px;
  padding: 4px 8px;
  background: #fff;
  border-radius: 10px;
}

.footer-branding > p {
  max-width: 280px;
  margin: 0;
  color: #8b9cb1;
  font-size: 0.72rem;
  line-height: 1.6;
}

.footer-conversation {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-conversation > span {
  color: #8192a8;
  font-size: 0.66rem;
}

.footer-conversation > a {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 48px;
  padding: 0 8px 0 19px;
  color: #fff;
  background: var(--blue);
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 750;
  transition: 0.2s ease;
}

.footer-conversation > a:hover {
  color: #fff;
  background: #4772f5;
  transform: translateY(-2px);
}

.footer-conversation > a i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--ink);
  background: #fff;
  border-radius: 50%;
}

.footer-content {
  display: grid;
  grid-template-columns: 1.35fr 0.7fr 1fr 1.1fr;
  gap: 55px;
  padding-top: 45px;
}

.footer-about > p {
  max-width: 300px;
  margin: 0;
  color: #75879d;
  font-size: 0.72rem;
}

.footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 25px;
}

.footer-socials > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  color: #9badc1;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 100px;
  font-size: 0.61rem;
  transition: 0.2s ease;
}

.footer-socials > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.15);
}

.footer-column {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
}

.footer-column h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.footer-column > a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #7f91a8;
  font-size: 0.68rem;
  transition: 0.2s ease;
}

.footer-column > a:hover {
  color: #fff;
  transform: translateX(3px);
}

.footer-column > a > i {
  font-size: 0.55rem;
}

.footer-contact {
  gap: 12px;
}

.footer-contact > a {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
}

.footer-contact > a > i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #82a0f8;
  background: rgba(76, 112, 219, 0.1);
  border-radius: 9px;
  font-size: 0.82rem;
}

.footer-contact small {
  display: block;
  color: #61758e;
  font-size: 0.48rem;
}

.footer-contact span {
  color: #a1b1c4;
  font-size: 0.66rem;
}

.site-footer .footer-bottom {
  padding: 16px 0;
  color: #5f7188;
  background: rgba(0, 0, 0, 0.16);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 0.57rem;
}

.site-footer .footer-bottom .container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
}

.footer-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.footer-status i {
  width: 6px;
  height: 6px;
  background: #37bf7e;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(55, 191, 126, 0.1);
}

.site-footer .footer-bottom .container > div {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
}

.site-footer .footer-bottom a {
  color: #65788f;
}

.site-footer .footer-bottom a:hover {
  color: #fff;
}

@media (max-width: 991.98px) {
  .footer-intro {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-content {
    grid-template-columns: 1.3fr 0.7fr 1fr;
  }

  .footer-contact {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto 1fr 1fr;
    align-items: center;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 767.98px) {
  .footer-main {
    padding: 55px 0 38px;
  }

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

  .footer-brand .brand-logo {
    width: 175px;
    height: 59px;
  }

  .footer-conversation {
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .footer-conversation > a {
    width: 100%;
    justify-content: space-between;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 38px 25px;
  }

  .footer-about {
    grid-column: 1 / -1;
  }

  .footer-contact {
    grid-template-columns: 1fr;
  }

  .footer-contact h2 {
    margin-bottom: 2px;
  }

  .site-footer .footer-bottom {
    padding: 20px 0 calc(20px + env(safe-area-inset-bottom));
  }

  .site-footer .footer-bottom .container {
    grid-template-columns: 1fr;
    gap: 10px;
    text-align: center;
  }

  .footer-status {
    justify-content: center;
  }

  .site-footer .footer-bottom .container > div {
    justify-content: center;
  }
}

@media (max-width: 374.98px) {
  .container {
    padding-inline: 15px !important;
  }

  .brand-logo {
    width: 132px;
    height: 44px;
  }

  .hero-copy h1 {
    font-size: 2.5rem;
  }

  .section-header h2,
  .capabilities-heading h2,
  .method-copy h2,
  .contact-cta-panel h2 {
    font-size: 2.2rem;
  }

  .mobile-app {
    transform: translateX(-50%) scale(0.9);
    transform-origin: top center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Development studio hero */
.code-studio {
  overflow: hidden;
  color: #c3d0e3;
  background: #0a1527;
  border: 1px solid #223654;
  border-radius: 20px;
  box-shadow: 0 40px 90px rgba(12, 31, 59, 0.25);
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}

.studio-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 48px;
  padding-inline: 15px;
  color: #71839e;
  background: #0d1b30;
  border-bottom: 1px solid #1c2d46;
  font:
    500 0.54rem ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
}

.studio-toolbar > div {
  display: flex;
  gap: 5px;
}

.studio-toolbar > div i {
  width: 7px;
  height: 7px;
  background: #fa6b69;
  border-radius: 50%;
}

.studio-toolbar > div i:nth-child(2) {
  background: #f4c55a;
}

.studio-toolbar > div i:nth-child(3) {
  background: #52cf8b;
}

.studio-toolbar b {
  color: #79a0d0;
  font-weight: 500;
}

.studio-body {
  display: grid;
  grid-template-columns: 45px 125px 1fr;
  min-height: 510px;
}

.studio-sidebar {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 23px;
  padding-top: 20px;
  color: #536681;
  background: #081221;
  border-right: 1px solid #192a42;
}

.studio-sidebar i.active {
  color: #e2eaf5;
}

.studio-explorer {
  display: flex;
  flex-direction: column;
  padding: 16px 8px;
  color: #7d90aa;
  background: #0b1728;
  border-right: 1px solid #192a42;
  font:
    500 0.5rem ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
}

.studio-explorer strong {
  margin-bottom: 16px;
  padding-inline: 5px;
  color: #a6b5c9;
  font-size: 0.48rem;
}

.studio-explorer span,
.studio-explorer small {
  padding: 5px;
}

.studio-explorer small {
  padding-left: 15px;
}

.studio-explorer .selected {
  color: #d5deeb;
  background: #172841;
  border-radius: 4px;
}

.studio-explorer i {
  margin-right: 4px;
  color: #5c83bd;
}

.studio-editor {
  position: relative;
  min-width: 0;
  padding-bottom: 118px;
  background: #0b1729;
}

.editor-tab {
  width: 130px;
  padding: 10px 12px;
  color: #b7c6d9;
  background: #0b1729;
  border-right: 1px solid #1b2c44;
  border-bottom: 1px solid #3669e8;
  font:
    500 0.53rem ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
}

.editor-tab i {
  margin-right: 5px;
  color: #8b7ad3;
}

.editor-tab span {
  float: right;
}

.editor-code {
  display: grid;
  gap: 5px;
  padding: 22px 18px;
}

.editor-code > div {
  display: grid;
  grid-template-columns: 24px 1fr;
}

.editor-code i {
  color: #3d506b;
  font:
    normal 0.57rem ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
}

.editor-code code {
  color: #a8b8cc;
  font-size: 0.64rem;
}

.editor-code code b {
  color: #d38df1;
}

.editor-code code strong {
  color: #61bff3;
}

.editor-code code mark {
  padding: 0;
  color: #e8cc77;
  background: none;
}

.editor-code code u {
  color: #8bd49c;
  text-decoration: none;
}

.editor-code code em {
  color: #8397b3;
  font-style: normal;
}

.studio-terminal {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 118px;
  padding: 0 16px 12px;
  color: #8fa2ba;
  background: #07111f;
  border-top: 1px solid #1a2b43;
  font:
    500 0.52rem ui-monospace,
    SFMono-Regular,
    Consolas,
    monospace;
}

.studio-terminal header {
  display: flex;
  gap: 18px;
  padding: 9px 0;
  color: #596d88;
  font-size: 0.46rem;
}

.studio-terminal header strong {
  color: #aebed2;
  border-bottom: 1px solid #5d86ed;
}

.studio-terminal p {
  margin: 5px 0;
}

.studio-terminal p b {
  color: #60d397;
}

.studio-terminal small {
  color: #5fca92;
}

.studio-status {
  position: absolute;
  right: -25px;
  bottom: 55px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 15px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #e1e7ef;
  border-radius: 13px;
  box-shadow: 0 18px 45px rgba(15, 36, 67, 0.18);
}

.studio-status > i {
  color: #31b579;
  font-size: 1.2rem;
}

.studio-status small,
.studio-status strong {
  display: block;
}

.studio-status small {
  color: #38a975;
  font-size: 0.42rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.studio-status strong {
  color: var(--ink);
  font-size: 0.57rem;
}

/* Real project screenshot */
.real-project-frame {
  position: absolute;
  top: 62px;
  right: 34px;
  left: 34px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #cad7e9;
  border-radius: 16px;
  box-shadow: 0 35px 75px rgba(28, 62, 111, 0.22);
  transform: rotate(-1deg);
}

.real-project-toolbar {
  display: flex;
  align-items: center;
  height: 38px;
  padding-inline: 12px;
  background: #eef2f7;
}

.real-project-toolbar > div {
  display: flex;
  gap: 5px;
}

.real-project-toolbar > div i {
  width: 6px;
  height: 6px;
  background: #aeb9c8;
  border-radius: 50%;
}

.real-project-toolbar span {
  margin: auto;
  color: #718097;
  font-size: 0.48rem;
}

.real-project-toolbar a {
  color: #60718a;
  font-size: 0.7rem;
}

.real-project-frame img {
  display: block;
  width: 100%;
  height: 440px;
  object-fit: cover;
  object-position: top left;
}

.canil-preview {
  background:
    radial-gradient(
      circle at 15% 20%,
      rgba(255, 180, 102, 0.28),
      transparent 34%
    ),
    radial-gradient(
      circle at 88% 75%,
      rgba(147, 194, 176, 0.25),
      transparent 32%
    ),
    #fff5e8;
}

.canil-frame {
  top: 58px;
  right: 32px;
  left: 32px;
  border-color: #ead8c5;
  box-shadow: 0 35px 75px rgba(119, 76, 40, 0.19);
  transform: rotate(1deg);
}

.canil-frame img {
  height: 445px;
  object-position: top center;
}

.canil-stat {
  right: 24px;
  bottom: 55px;
}

.canil-stat > span {
  background: #ef8e43;
}

/* Strong contact area */
.contact-cta-panel {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 65px;
  align-items: center;
}

.contact-channels {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 10px;
}

.contact-channels > a {
  display: grid;
  grid-template-columns: 44px 1fr 20px;
  gap: 13px;
  align-items: center;
  padding: 15px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  backdrop-filter: blur(10px);
  transition: 0.2s ease;
}

.contact-channels > a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  transform: translateX(3px);
}

.channel-icon {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: #fff;
  border-radius: 12px;
}

.channel-icon.whatsapp {
  background: #21b873;
}

.channel-icon.email {
  background: #6d8df5;
}

.contact-channels small,
.contact-channels strong,
.contact-channels em {
  display: block;
}

.contact-channels small {
  color: #b9c9ff;
  font-size: 0.44rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.contact-channels strong {
  margin-block: 2px;
  font-size: 0.72rem;
}

.contact-channels em {
  color: #c7d4fb;
  font-size: 0.52rem;
  font-style: normal;
}

@media (max-width: 991.98px) {
  .contact-cta-panel {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 767.98px) {
  .code-studio {
    transform: none;
  }

  .studio-body {
    grid-template-columns: 36px 1fr;
    min-height: 390px;
  }

  .studio-explorer {
    display: none;
  }

  .editor-code {
    padding: 17px 11px;
  }

  .editor-code code {
    font-size: 0.52rem;
  }

  .studio-status {
    right: 8px;
    bottom: 18px;
    transform: scale(0.9);
    transform-origin: right bottom;
  }

  .real-project-frame {
    top: 38px;
    right: -130px;
    left: 15px;
  }

  .real-project-frame img {
    height: 390px;
  }

  .canil-frame {
    top: 38px;
    right: -125px;
    left: 15px;
  }

  .canil-stat {
    right: 8px;
    bottom: 25px;
  }

  .contact-channels > a {
    grid-template-columns: 40px 1fr 16px;
    padding: 12px;
  }

  .channel-icon {
    width: 40px;
    height: 40px;
  }
}

/* Must remain last: mobile screenshot containment */
@media (max-width: 767.98px) {
  .project-preview .real-project-frame,
  .project-preview .canil-frame {
    position: relative;
    inset: auto;
    width: 100%;
    margin: 0;
    transform: none;
  }

  .project-preview .real-project-frame img,
  .project-preview .canil-frame img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .project-preview .canil-stat,
  .project-preview .jobs-stat {
    right: 9px;
    bottom: 17px;
    left: auto;
  }
}
