:root {
  --og-black: #000;
  --og-ink: #fff;
  --og-muted: #9a9a9a;
  --og-line: #202020;
  --og-orange: #ff8a00;
  --og-panel: #070707;
  --container: min(1170px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
  background: var(--og-black);
  color: var(--og-ink);
  line-height: 1.6;
  overflow-x: hidden;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button, input, textarea { font: inherit; }
.container { width: var(--container); margin: 0 auto; }
.main-slider h1,
h2,
.project-item strong,
.app-card h3,
.process-grid h3,
.testimonial-grid h3,
.modal-body h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
}

.cursor-dot {
  position: fixed;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 50%;
  pointer-events: none;
  left: -40px;
  top: -40px;
  z-index: 200;
  transform: translate(-50%, -50%);
  transition: width .2s ease, height .2s ease;
}

.main-header {
  position: fixed;
  inset: 0 0 auto;
  height: 88px;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,.1);
  background: rgba(0,0,0,.78);
  backdrop-filter: blur(18px);
}
.nav-shell {
  height: 88px;
  display: grid;
  grid-template-columns: 180px 1fr 170px;
  gap: 24px;
  align-items: center;
}
.brand img {
  width: 154px;
  height: 46px;
  object-fit: cover;
  object-position: center;
  filter: grayscale(1) brightness(2.2);
}
.nav-menu {
  display: flex;
  justify-content: center;
  gap: 34px;
}
.nav-menu a {
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 700;
  transition: color .25s ease;
}
.nav-menu a:hover { color: var(--og-orange); }
.header-action,
.ogency-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 0;
  border: 0;
  background: var(--og-orange);
  color: #000;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .04em;
  text-transform: uppercase;
  cursor: pointer;
}
.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,.16);
  background: transparent;
  color: #fff;
  padding: 0;
}
.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}

.main-slider {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #000;
  padding-top: 88px;
}
.slider-track,
.slider-bg,
.slider-overlay {
  position: absolute;
  inset: 0;
}
.slider-bg {
  opacity: 0;
  background-position: center;
  background-size: cover;
  filter: grayscale(.25) contrast(1.04) brightness(.86);
  transform: scale(1.06);
  transition: opacity 1.2s ease;
  animation: heroDrift 18s ease-in-out infinite alternate;
}
.slider-bg.active { opacity: 1; }
.slider-overlay {
  background:
    radial-gradient(circle at 52% 45%, rgba(255,138,0,.12), transparent 18%),
    linear-gradient(90deg, rgba(0,0,0,.58), rgba(0,0,0,.24), rgba(0,0,0,.62)),
    linear-gradient(0deg, rgba(0,0,0,.82) 0%, transparent 46%, rgba(0,0,0,.52) 100%);
}
.slider-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 24px;
}
.slider-dots span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--og-orange);
}
.main-slider h1 {
  max-width: 980px;
  margin: 0 auto;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3.28rem, 7.36vw, 7.59rem);
  line-height: .94;
  letter-spacing: -.035em;
  font-weight: 700;
  text-transform: uppercase;
  animation: heroTitleIn 1.6s cubic-bezier(.16,1,.3,1) both .32s;
  will-change: opacity, transform, clip-path;
  text-shadow: 0 18px 52px rgba(0,0,0,.32);
}
.hero-brand-mark {
  width: clamp(300px, 42vw, 610px);
  max-width: 92%;
  display: block;
  margin: 0 auto 25px;
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(0 22px 48px rgba(0,0,0,.42));
  animation: heroLogoIn 1.15s cubic-bezier(.16,1,.3,1) both .08s;
}
.hero-brand-mark img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.hero-video {
  display: inline-grid;
  place-items: center;
  width: clamp(92px, 10vw, 152px);
  height: .72em;
  margin: 0 .12em;
  border-radius: 999px;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
}
.hero-video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1) brightness(.86);
}
.hero-video span {
	position: absolute;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: var(--og-orange);
	color: #000;
	font-size: 10px;
	letter-spacing: 0;
}
.hero-video span::before {
	content: "\2198";
	width: 0;
	height: 0;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 11px solid #000;
	transform: translateX(2px);
}
.hero-arrow {
	display: inline-grid;
	place-items: center;
  width: 58px;
  height: 58px;
  margin-top: 28px;
  border-radius: 50%;
  background: var(--og-orange);
  color: #000;
  font-size: 24px;
  vertical-align: middle;
	letter-spacing: 0;
  box-shadow: 0 14px 32px rgba(255,138,0,.2);
  transition: transform .25s ease, box-shadow .25s ease;
}
.hero-arrow:hover,
.hero-arrow:focus-visible { transform: translateY(3px); box-shadow: 0 9px 22px rgba(255,138,0,.3); }
.hero-arrow::before {
	content: "↘";
}

.sliding-text {
  overflow: hidden;
  border-block: 1px solid var(--og-line);
  background: #050505;
}
.sliding-track {
  display: flex;
  width: max-content;
  gap: 42px;
  padding: 17px 0;
  animation: marquee 24s linear infinite;
}
.sliding-track span {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.section { padding: 112px 0; }
.two-col-head {
  display: grid;
  grid-template-columns: 1fr .78fr;
  gap: 52px;
  align-items: end;
  margin-bottom: 48px;
}
.center-head {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 48px;
}
.section-kicker {
  margin: 0 0 16px;
  color: var(--og-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.section-kicker::before {
  content: "**";
  margin-right: 10px;
}
h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(2.2rem, 4.4vw, 4.6rem);
  line-height: .98;
  letter-spacing: -.03em;
  font-weight: 700;
}
.section-copy {
  margin: 0;
  color: var(--og-muted);
  font-size: 15px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--og-line);
  border: 1px solid var(--og-line);
}
.service-card {
  min-height: 330px;
  padding: 30px 24px;
  background: var(--og-panel);
  display: flex;
  flex-direction: column;
  transition: background .28s ease, transform .28s ease;
}
.service-card:hover {
  background: #111;
  transform: translateY(-8px);
}
.service-card span {
  color: var(--og-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}
.service-card h3 {
  margin: auto 0 18px;
  font-size: 26px;
  line-height: 1;
  letter-spacing: -.04em;
}
.service-card p {
  margin: 0 0 24px;
  color: var(--og-muted);
  font-size: 13px;
}
.service-card a {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #fff;
  color: #000;
  font-size: 24px;
  transition: background .25s ease;
}
.service-card:hover a { background: var(--og-orange); }

.project-three { padding-top: 96px; }
.project-three,
.apps-portfolio,
#web-demos,
#como-probar-apps,
#sobre-webcriolla,
#proceso,
#contacto { scroll-margin-top: 104px; }
.project-three .center-head { max-width: 980px; }
.portfolio-choice {
  width: min(660px, 100%);
  margin: 34px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.choice-button {
  position: relative;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 320px;
  min-width: 0;
  gap: 16px;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 75px;
  background: linear-gradient(145deg, #151515, #070707);
  text-align: center;
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.choice-button::after {
  content: "";
  position: absolute;
  inset: auto -28px -42px auto;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: color-mix(in srgb, var(--choice-accent) 22%, transparent);
  filter: blur(4px);
}
.choice-button:hover,
.choice-button:focus-visible {
  transform: translateY(-4px);
  border-color: var(--choice-accent);
  background: linear-gradient(145deg, #1b1b1b, #0b0b0b);
  box-shadow: 0 16px 34px rgba(0,0,0,.3);
}
.choice-web { --choice-accent: var(--og-orange); margin-right: 20px; }
.choice-app { --choice-accent: #4fb9ff; }
.choice-button > span:last-child { position: relative; z-index: 1; height: 100%; display: flex; align-items: center; justify-content: center; }
.choice-button strong { color: #fff; font-size: 16px; font-weight: 900; }
.choice-button small { color: var(--og-muted); font-size: 12px; }
.choice-icon {
  position: relative;
  z-index: 1;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--choice-accent);
  color: #000;
}
.web-icon::before {
  content: "";
  width: 28px;
  height: 20px;
  border: 2px solid currentColor;
  border-radius: 2px;
}
.web-icon::after {
  content: "";
  position: absolute;
  left: 13px;
  top: 21px;
  width: 28px;
  border-top: 2px solid currentColor;
}
.app-icon::before {
  content: "";
  width: 18px;
  height: 30px;
  border: 2px solid currentColor;
  border-radius: 5px;
}
.app-icon::after {
  content: "";
  position: absolute;
  bottom: 15px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: currentColor;
}
.project-showcase {
  width: var(--container);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--og-line);
  border: 1px solid var(--og-line);
}
.project-item {
  position: relative;
  min-width: 0;
  background: var(--og-panel);
}
.project-item button {
  width: 100%;
  min-height: 390px;
  padding: 0 0 22px;
  display: grid;
  grid-template-rows: 220px auto auto;
  gap: 12px;
  align-items: flex-start;
  background: transparent;
  border: 0;
  color: #fff;
  text-align: left;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.project-item button::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: #000;
  font-size: 26px;
  line-height: 1;
  transition: background .25s ease, transform .25s ease;
}
.project-item button:hover::after {
  background: var(--og-orange);
  transform: rotate(90deg);
}
.project-item strong {
  max-width: calc(100% - 44px);
  margin: 5px 22px 0;
  font-size: clamp(1.95rem, 2.7vw, 3.35rem);
  line-height: .94;
  letter-spacing: -.035em;
  font-weight: 700;
  transition: color .25s ease, transform .25s ease;
}
.project-item em {
  margin: 0 22px;
  color: var(--og-muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.project-item img {
  width: 100%;
  height: 220px;
  margin: 0;
  padding: 0;
  object-fit: contain;
  background: #111;
  border: 1px solid rgba(255,255,255,.08);
  filter: grayscale(.2) brightness(1.08);
  opacity: .86;
  transform: translateY(0);
  transition: opacity .28s ease, transform .28s ease, filter .28s ease, border-color .28s ease;
}
.project-item button:hover strong {
  color: var(--og-orange);
  transform: translateY(-4px);
}
.project-item button:hover img {
  opacity: 1;
  transform: translateY(-4px);
  filter: grayscale(0) brightness(1.12);
  border-color: rgba(255,138,0,.45);
}
.show-more-projects {
  display: none;
  margin: 28px auto 0;
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,.16);
  background: var(--og-orange);
  color: #000;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}

.apps-portfolio {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 18%, rgba(79,185,255,.1), transparent 25%),
    radial-gradient(circle at 88% 72%, rgba(255,138,0,.08), transparent 28%),
    #070707;
  border-top: 1px solid var(--og-line);
}
.apps-portfolio::before {
  content: "APP";
  position: absolute;
  top: 24px;
  right: -18px;
  color: rgba(255,255,255,.025);
  font-size: clamp(8rem, 22vw, 20rem);
  font-weight: 900;
  line-height: 1;
  pointer-events: none;
}
.apps-heading {
  position: relative;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 52px;
  align-items: end;
  margin-bottom: 46px;
}
.apps-heading > p {
  margin: 0;
  color: #b5b5b5;
  font-size: 15px;
}
.app-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.app-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #0b0b0b;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 28px 70px rgba(0,0,0,.3);
  transition: transform .32s cubic-bezier(.16,1,.3,1), border-color .32s ease;
}
.app-card:hover {
  transform: translateY(-8px);
  border-color: color-mix(in srgb, var(--app-accent) 62%, transparent);
}
.app-card figure {
  position: relative;
  aspect-ratio: 4 / 3;
  margin: 0;
  overflow: hidden;
  background: #111;
}
.app-card figure::after {
  content: "";
  position: absolute;
  inset: 0;
  border-bottom: 3px solid var(--app-accent);
  pointer-events: none;
}
.app-card figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.16,1,.3,1);
}
.app-card:hover figure img { transform: scale(1.025); }
.app-card-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 26px;
}
.app-type {
  color: var(--app-accent);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.app-card h3 {
  margin: 16px 0 8px;
  color: #fff;
  font-size: clamp(2rem, 3vw, 3.1rem);
  line-height: .95;
  letter-spacing: -.04em;
}
.app-card p {
  margin: 0 0 26px;
  color: var(--og-muted);
  font-size: 14px;
}
.try-app-button {
  width: min(220px, 100%);
  min-height: 52px;
  margin: auto auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 22px;
  border: 1px solid color-mix(in srgb, var(--app-accent) 72%, #fff 8%);
  border-radius: 999px;
  background: linear-gradient(145deg, #181818, #080808);
  color: #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,.26), inset 0 1px rgba(255,255,255,.06);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  transition: color .22s ease, background .22s ease, box-shadow .22s ease, transform .22s ease;
}
.try-app-button:hover,
.try-app-button:focus-visible {
  background: var(--app-accent);
  color: #070707;
  box-shadow: 0 16px 34px color-mix(in srgb, var(--app-accent) 25%, transparent);
  transform: translateY(-3px);
}
.try-app-button:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
.try-app-button span { font-size: 18px; line-height: 1; }
.app-guide-wrap { position: relative; margin-top: 28px; }
.app-test-guide {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(12,12,12,.88);
}
.app-test-guide summary {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 24px;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}
.app-test-guide summary::-webkit-details-marker { display: none; }
.app-test-guide summary > span {
  position: relative;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 50%;
  background: var(--og-orange);
}
.app-test-guide summary > span::before,
.app-test-guide summary > span::after {
  content: "";
  position: absolute;
  inset: 16px 9px auto;
  border-top: 2px solid #000;
  transition: transform .25s ease;
}
.app-test-guide summary > span::after { transform: rotate(90deg); }
.app-test-guide[open] summary > span::after { transform: rotate(0); }
.app-guide-content {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 26px;
  align-items: start;
  padding: 6px 24px 28px;
  border-top: 1px solid var(--og-line);
}
.app-guide-content p { margin: 20px 0 0; color: #c3c3c3; font-size: 14px; }
.app-guide-content ol { margin: 20px 0 0; padding-left: 20px; color: var(--og-muted); font-size: 13px; }
.app-guide-content li + li { margin-top: 7px; }
.app-access-button { margin-top: 20px; white-space: nowrap; }

.about-webcriolla {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-columns: minmax(320px,.84fr) minmax(0,1.16fr);
  align-items: center;
  gap: clamp(38px,5vw,76px);
  margin-top: clamp(58px,7vw,96px);
  padding: clamp(36px,5vw,72px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 30px;
  background:
    radial-gradient(circle at 15% 50%,rgba(55,191,255,.18),transparent 34%),
    radial-gradient(circle at 92% 10%,rgba(255,138,0,.15),transparent 28%),
    linear-gradient(135deg,#101010 0%,#080808 52%,#121212 100%);
  box-shadow: 0 38px 110px rgba(0,0,0,.4);
}
.about-webcriolla::before {
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:linear-gradient(115deg,transparent 15%,rgba(255,255,255,.045) 45%,transparent 70%);
}
.about-webcriolla::after {
  content:"LAS FLORES · BUENOS AIRES";
  position:absolute;
  right:28px;
  bottom:18px;
  color:rgba(255,255,255,.13);
  font-size:10px;
  font-weight:800;
  letter-spacing:.22em;
}
.about-brand {
  position:relative;
  min-width:0;
  min-height:390px;
  display:grid;
  place-items:center;
}
.about-brand::before,
.about-brand::after {
  content:"";
  position:absolute;
  border-radius:50%;
  border:1px solid rgba(95,208,255,.25);
}
.about-brand::before { width:330px; height:330px; }
.about-brand::after { width:245px; height:245px; border-color:rgba(255,138,0,.25); }
.about-brand img {
  position:absolute;
  top:50%;
  left:50%;
  z-index:2;
  transform:translate(-50%,-50%);
  width:min(494px,42vw);
  max-width:none;
  height:auto;
  aspect-ratio:3/2;
  object-fit:cover;
  filter:drop-shadow(0 26px 55px rgba(0,0,0,.5));
}
.about-orbit {
  position:absolute;
  width:14px;
  height:14px;
  z-index:3;
  border-radius:50%;
  background:var(--og-orange);
  box-shadow:0 0 0 8px rgba(255,138,0,.12),0 0 34px rgba(255,138,0,.55);
  transform:translate(148px,-66px);
}
.about-copy { position:relative; z-index:2; min-width:0; }
.about-copy .section-kicker { margin-bottom:14px; color:#65d9ff; }
.about-copy h2 {
  margin:0 0 28px;
  font-size:clamp(2.8rem,4.5vw,5.2rem);
  line-height:.92;
  letter-spacing:-.06em;
}
.about-copy h2 span { color:var(--og-orange); }
.about-copy > p:not(.section-kicker) {
  max-width:720px;
  margin:0;
  color:#c7c7c7;
  font-size:clamp(.98rem,1.15vw,1.08rem);
  line-height:1.75;
}
.about-copy > p:not(.section-kicker) + p { margin-top:18px; color:#a9a9a9; }

body.demo-entry-open { overflow: hidden; }
.demo-entry-modal {
  position: fixed;
  inset: 0;
  z-index: 380;
  box-sizing: border-box;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}
.demo-entry-modal.is-open { display: flex; }
.demo-entry-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(0,0,0,.82);
  backdrop-filter: blur(12px);
}
.demo-entry-card {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: min(620px, 96vw);
  padding: clamp(30px, 6vw, 58px);
  border: 1px solid rgba(255,255,255,.16);
  background: radial-gradient(circle at 95% 5%, rgba(246,124,42,.2), transparent 35%), #090909;
  box-shadow: 0 35px 120px rgba(0,0,0,.65);
}
.demo-entry-card h2 {
  margin: 12px 0 18px;
  color: #fff;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: .95;
  letter-spacing: -.055em;
}
.demo-entry-card > p:not(.section-kicker) {
  margin: 0;
  color: #c4c4c4;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.6;
}
.demo-entry-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #050505;
  background: var(--og-orange);
  font-size: 27px;
  cursor: pointer;
}
.demo-entry-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 30px;
}
.demo-entry-actions .ogency-btn { width: auto; min-width: 170px; }
.demo-entry-cancel {
  min-height: 50px;
  padding: 0 22px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  color: #fff;
  background: transparent;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
}
.demo-entry-cancel:hover,
.demo-entry-cancel:focus-visible { border-color: #fff; background: rgba(255,255,255,.08); }
.demo-entry-close:focus-visible,
.demo-entry-cancel:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }

@media (max-width: 560px) {
  .demo-entry-modal { padding: 14px; }
  .demo-entry-card { padding: 42px 24px 26px; }
  .demo-entry-actions { flex-direction: column-reverse; }
  .demo-entry-actions .ogency-btn,
  .demo-entry-cancel { width: 100%; }
}

.process-three { background: #050505; }
.process-three .two-col-head { grid-template-columns: 1fr; }
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--og-line);
  border: 1px solid var(--og-line);
}
.process-grid article,
.testimonial-grid article {
  background: #0a0a0a;
  padding: 34px;
}
.process-icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255,138,0,.38);
  border-radius: 16px;
  color: var(--og-orange);
  background: rgba(255,138,0,.08);
}
.process-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.process-grid h3,
.testimonial-grid h3 {
  margin: 24px 0 12px;
  font-size: 30px;
  letter-spacing: -.04em;
}
.process-grid p,
.testimonial-grid p {
  margin: 0;
  color: var(--og-muted);
}
.testimonial-three {
  padding: 100px 0;
}
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--og-line);
  border: 1px solid var(--og-line);
}
.testimonial-grid article { min-height: 250px; }

.cta-two {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background: #111;
}
.cta-bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.42)),
    url("../../images/bg-slider2.webp") center/cover;
  filter: grayscale(1) brightness(.62);
}
.cta-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  gap: 30px;
  align-items: center;
}
.cta-copy { max-width: 620px; color: rgba(255,255,255,.72); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 14px; padding: 24px; background: rgba(5,5,5,.88); border: 1px solid rgba(255,255,255,.16); backdrop-filter: blur(12px); }
.contact-form label { align-self: end; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.contact-form input:not([type="hidden"]), .contact-form select, .contact-form textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #333; background: #101010; color: #fff; }
.contact-form textarea, .contact-form .ogency-btn, .contact-form label[for="contact-message"] { grid-column: 1 / -1; }
.contact-form .form-honey { position: absolute; left: -9999px; }
.contact-form .ogency-btn { width: 100%; cursor: pointer; }

.main-footer {
  padding: 54px 0 32px;
  background: #050505;
}
.footer-brand-only {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
}
.footer-brand-only img {
  width: min(300px, 72vw);
  height: 92px;
  object-fit: contain;
}
.footer-privacy { color: var(--og-muted); font-size: 12px; }
.footer-privacy:hover { color: #fff; }
.footer-top,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer-top {
  padding-bottom: 42px;
  border-bottom: 1px solid var(--og-line);
}
.footer-top img {
  width: 160px;
  height: 50px;
  object-fit: contain;
  filter: grayscale(1) brightness(2.2);
}
.footer-social {
  display: flex;
  gap: 10px;
}
.footer-social a {
  display: grid;
  place-items: center;
  min-width: 70px;
  height: 42px;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding: 0 14px;
}
.footer-bottom {
  padding-top: 28px;
  color: var(--og-muted);
}
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #fff; }

.portfolio-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 22px;
}
.portfolio-modal.is-open { display: flex; }
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.78);
  backdrop-filter: blur(14px);
}
.modal-card {
  position: relative;
  z-index: 1;
  width: min(1060px, 96vw);
  max-height: 88svh;
  display: grid;
  grid-template-columns: 48% 1fr;
  overflow: hidden;
  background: #090909;
  border: 1px solid var(--og-line);
  box-shadow: 0 35px 120px rgba(0,0,0,.55);
}
.modal-card figure {
  margin: 0;
  min-height: 0;
  height: 100%;
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
  padding: 0;
  background: #111;
  overflow: hidden;
}
.modal-card figure img {
  width: 100%;
  height: 100%;
  max-height: none;
  padding: 0;
  object-fit: cover;
  background: #111;
  border: 1px solid rgba(255,255,255,.08);
}
.modal-body {
  padding: clamp(28px, 4vw, 58px);
  overflow: auto;
}
.modal-body h3 {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: .92;
  letter-spacing: -.06em;
}
.modal-body p {
  margin: 0 0 24px;
  color: var(--og-muted);
}
.modal-body .ogency-btn {
  display: flex;
  width: 90%;
  margin-inline: auto;
}
.modal-close,
.modal-nav {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
.modal-close {
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  background: var(--og-orange);
  color: #000;
  font-size: 28px;
}
.modal-nav {
  top: 50%;
  width: 46px;
  height: 46px;
  background: #fff;
  color: #000;
  font-size: 34px;
  transform: translateY(-50%);
}
.modal-prev { left: 12px; }
.modal-next { right: 12px; }

body.quote-open { overflow: hidden; }
.quote-modal {
  position: fixed;
  inset: 0;
  z-index: 340;
  display: grid;
  justify-items: end;
  visibility: hidden;
  pointer-events: none;
}
.quote-modal.is-open {
  visibility: visible;
  pointer-events: auto;
}
.quote-backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  border: 0;
  background: rgba(0,0,0,.72);
  opacity: 0;
  cursor: default;
  transition: opacity .45s ease;
}
.quote-panel {
  position: relative;
  z-index: 1;
  width: min(520px, 94vw);
  height: 100%;
  overflow-y: auto;
  padding: clamp(38px, 6vw, 76px) clamp(24px, 5vw, 56px);
  background: #090909;
  border-left: 1px solid var(--og-line);
  box-shadow: -30px 0 90px rgba(0,0,0,.5);
  opacity: 0;
  transform: translateX(72px);
  transition: opacity .45s ease, transform .55s cubic-bezier(.16,1,.3,1);
}
.quote-modal.is-open .quote-backdrop { opacity: 1; }
.quote-modal.is-open .quote-panel { opacity: 1; transform: translateX(0); }
.quote-panel h2 {
  margin: 12px 0 16px;
  font-size: clamp(2.5rem, 6vw, 4.8rem);
  line-height: .9;
  letter-spacing: -.055em;
}
.quote-panel > p:not(.section-kicker) { margin: 0 0 30px; color: var(--og-muted); font-size: 1.05rem; }
.quote-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: var(--og-orange);
  color: #000;
  font-size: 28px;
  cursor: pointer;
}
.quote-form { display: grid; gap: 10px; }
.quote-form label { margin-top: 8px; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quote-form input:not([type="hidden"]),
.quote-form select,
.quote-form textarea { width: 100%; min-height: 52px; padding: 13px 15px; border: 1px solid #333; background: #111; color: #fff; font: inherit; }
.quote-form textarea { resize: vertical; }
.quote-form .ogency-btn { width: 100%; margin-top: 10px; cursor: pointer; }
.quote-form .form-honey { position: absolute; left: -9999px; }
.whatsapp-cta {
  min-height: 72px;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
  margin: -8px 0 22px;
  padding: 12px 15px;
  border: 1px solid rgba(37,211,102,.45);
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, rgba(37,211,102,.2), rgba(18,140,126,.12));
  transition: transform .25s ease, border-color .25s ease, background .25s ease;
}
.whatsapp-cta:hover { color:#fff; border-color:#25d366; background:linear-gradient(135deg,rgba(37,211,102,.3),rgba(18,140,126,.2)); transform:translateY(-2px); }
.whatsapp-cta svg { width:38px; height:38px; fill:none; stroke:#25d366; stroke-width:1.65; stroke-linecap:round; stroke-linejoin:round; }
.whatsapp-cta span { display:flex; flex-direction:column; gap:2px; }
.whatsapp-cta small { color:var(--og-muted); }

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroDrift {
  from { transform: scale(1.04) translateY(-1.2%); }
  to { transform: scale(1.1) translateY(1.2%); }
}
@keyframes heroTitleIn {
  from {
    opacity: 0;
    transform: translateX(72px);
    clip-path: inset(0 0 0 100%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
  }
}
@keyframes heroLogoIn {
  from { opacity: 0; transform: translateY(-18px) scale(.97); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes marquee {
  to { transform: translateX(-50%); }
}
@keyframes projectReveal {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
  .nav-shell {
    grid-template-columns: 1fr auto;
  }
  .nav-toggle { display: block; justify-self: end; }
  .header-action { display: none; }
  .nav-menu {
    position: fixed;
    inset: 88px 0 auto;
    display: grid;
    gap: 0;
    padding: 18px 20px;
    background: #050505;
    border-bottom: 1px solid var(--og-line);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform .28s ease, opacity .28s ease;
  }
  .nav-menu.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .nav-menu a {
    padding: 16px 0;
    border-bottom: 1px solid var(--og-line);
  }
  .main-slider h1 {
    font-size: clamp(2.65rem, 11.9vw, 5.8rem);
  }
  .two-col-head,
  .cta-grid,
  .testimonial-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }
  .project-showcase {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .apps-heading { grid-template-columns: 1fr; gap: 18px; }
  .app-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .app-card:last-child { grid-column: 1 / -1; width: calc(50% - 9px); justify-self: center; }
  .app-guide-content { grid-template-columns: 1fr; gap: 4px; }
  .app-access-button { justify-self: start; }
  .project-item button {
    min-height: 330px;
  }
  .project-item img {
    width: 100%;
    height: auto;
  }
  .project-item button::after {
    width: 50px;
    height: 50px;
    font-size: 26px;
  }
}

@media (max-width: 640px) {
  :root { --container: min(100% - 34px, 1170px); }
  .main-header,
  .nav-shell { height: 74px; }
  .brand img { width: 128px; height: 40px; }
  .nav-menu { inset: 74px 0 auto; }
  .main-slider {
    min-height: 92svh;
    padding-top: 74px;
  }
  .main-slider h1 {
    text-align: center;
    font-size: clamp(2.3rem, 10.8vw, 3.5rem);
    line-height: .96;
    max-width: 100%;
  }
  .slider-content { text-align: center; }
  .slider-dots { justify-content: center; margin-bottom: 16px; }
  .hero-brand-mark { width: min(88vw, 430px); margin-bottom: 25px; border-radius: 14px; }
  .hero-video {
    width: 74px;
    height: .64em;
  }
  .hero-video span { display: none; }
  .hero-arrow {
    width: 50px;
    height: 50px;
    margin-top: 22px;
    font-size: 21px;
  }
  .section { padding: 76px 0; }
  h2 { font-size: clamp(2.1rem, 10.2vw, 3.4rem); }
  .project-showcase {
    grid-template-columns: 1fr;
  }
  .portfolio-choice { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .choice-button { min-height: 72px; gap: 9px; padding: 9px 10px; border-radius: 75px; }
  .choice-icon { flex-basis: 44px; width: 44px; height: 44px; }
  .choice-button strong { font-size: 13px; }
  .choice-button small { font-size: 10px; line-height: 1.25; }
  .project-item:nth-child(n+5) {
    display: none;
  }
  .project-showcase.show-all .project-item {
    display: block;
    animation: projectReveal .38s cubic-bezier(.16,1,.3,1) both;
  }
  .show-more-projects {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .project-item button {
    min-height: 310px;
    padding: 20px;
  }
  .project-item strong {
    font-size: clamp(1.4rem, 7.6vw, 2.45rem);
  }
  .project-item em {
    display: block;
    margin-top: 8px;
    font-size: 11px;
  }
  .project-item img {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .apps-portfolio::before { display: none; }
  .app-grid { grid-template-columns: 1fr; }
  .app-card:last-child { grid-column: auto; width: 100%; }
  .app-card-body { padding: 22px; }
  .app-test-guide summary { padding: 0 18px; }
  .app-guide-content { padding: 4px 18px 24px; }
  .app-access-button { width: 100%; }
  .modal-card {
    grid-template-columns: 1fr;
    max-height: 92svh;
  }
  .modal-card figure {
    height: auto;
    min-height: 0;
    max-height: none;
    aspect-ratio: 4 / 3;
    padding: 0;
  }
  .modal-nav {
    display: grid;
    top: 130px;
    width: 42px;
    height: 42px;
  }
  .quote-panel { width: 100%; padding-top: 78px; }
  .footer-top,
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}
