:root {
  --blue: #0756f4;
  --blue-dark: #0645c4;
  --navy: #071b4b;
  --ink: #101828;
  --muted: #526075;
  --line: #dce3ee;
  --soft: #f4f7fc;
  --pink: #e81596;
  --orange: #ff8a24;
  --white: #fff;
  --shadow: 0 22px 60px rgba(17, 38, 78, .12);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font: 1rem/1.65 "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
h1, h2, h3 {
  margin-top: 0;
  font-family: "Manrope", system-ui, sans-serif;
  line-height: 1.08;
  letter-spacing: -.045em;
}
h1 { margin-bottom: 28px; font-size: clamp(3rem, 6.5vw, 6.2rem); }
h2 { margin-bottom: 26px; font-size: clamp(2.35rem, 4.3vw, 4.1rem); }
h3 { font-size: 1.45rem; }
p { margin-top: 0; }
em { color: var(--blue); font-style: normal; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 12px 16px;
  color: var(--white);
  background: var(--navy);
  border-radius: 8px;
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: 88px;
  background: rgba(255, 255, 255, .92);
  border-bottom: 1px solid rgba(220, 227, 238, .85);
  backdrop-filter: blur(18px);
}
.nav { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; min-width: 190px; }
.brand img { width: 218px; height: auto; }
.nav nav { display: flex; align-items: center; gap: 32px; font-weight: 600; font-size: .95rem; }
.nav nav > a:not(.nav-cta) { position: relative; }
.nav nav > a:not(.nav-cta)::after {
  content: "";
  position: absolute;
  right: 100%;
  bottom: -7px;
  left: 0;
  height: 2px;
  background: var(--blue);
  transition: right .2s ease;
}
.nav nav > a:not(.nav-cta):hover::after,
.nav nav > a:not(.nav-cta):focus-visible::after { right: 0; }
.nav-cta, .button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 999px;
  font-weight: 700;
}
.nav-cta { min-height: 44px; padding: 10px 19px; color: var(--white); background: var(--ink); }
.menu-button {
  display: none;
  width: 48px;
  height: 48px;
  padding: 12px;
  border: 0;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
}
.menu-button span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
  transition: transform .2s ease, opacity .2s ease;
}
.menu-button[aria-expanded="true"] span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] span:last-child { transform: translateY(-7px) rotate(-45deg); }

.hero { padding-top: 140px; overflow: hidden; background: linear-gradient(180deg, #fff, #f7f9ff); }
.hero-grid {
  display: grid;
  min-height: 690px;
  grid-template-columns: 1.08fr .92fr;
  align-items: center;
  gap: 48px;
  padding: 50px 0 70px;
}
.eyebrow {
  margin-bottom: 24px;
  color: var(--blue);
  font-weight: 800;
  font-size: .78rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 2px;
  margin-right: 10px;
  vertical-align: middle;
  background: currentColor;
}
.lead { max-width: 650px; color: var(--muted); font-size: 1.18rem; }
.actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.button {
  padding: 0 25px;
  border: 0;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.primary { color: var(--white); background: var(--blue); box-shadow: 0 14px 30px rgba(7, 86, 244, .25); }
.primary:hover { background: var(--blue-dark); box-shadow: 0 16px 34px rgba(7, 86, 244, .32); }
.secondary { margin-top: 20px; color: var(--navy); background: var(--white); }
.text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; font-weight: 700; }
.text-link span { color: var(--blue); }
.proof { display: flex; gap: 30px; margin-top: 56px; padding-top: 25px; border-top: 1px solid var(--line); }
.proof div { display: flex; flex-direction: column; }
.proof span { color: var(--muted); font-size: .82rem; }

.hero-visual { position: relative; display: grid; min-width: 0; height: 560px; place-items: center; }
.hero-project-backdrop {
  position: absolute;
  inset: 34px 0 34px 42px;
  border-radius: 38px;
  background: linear-gradient(145deg, var(--blue), #6b38d5 58%, var(--pink));
  transform: rotate(3deg);
  opacity: .14;
}
.hero-project-card {
  position: relative;
  z-index: 2;
  width: min(525px, calc(100% - 24px));
  overflow: hidden;
  border: 1px solid rgba(15, 30, 60, .09);
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 28px 70px rgba(20, 43, 88, .2);
  transform: rotate(-1.2deg);
  transition: transform .25s ease, box-shadow .25s ease;
}
.hero-project-card:hover { transform: rotate(0) translateY(-5px); box-shadow: 0 34px 78px rgba(20, 43, 88, .25); }
.hero-project-meta { display: flex; min-height: 48px; align-items: center; justify-content: space-between; padding: 0 20px; color: #657187; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-project-card > img { display: block; width: calc(100% - 20px); height: auto; margin: 0 10px; border: 1px solid var(--line); }
.hero-project-caption { display: flex; min-height: 82px; align-items: center; justify-content: space-between; gap: 18px; padding: 15px 20px 17px; }
.hero-project-caption div { min-width: 0; }
.hero-project-caption small, .hero-project-caption strong { display: block; }
.hero-project-caption small { overflow: hidden; color: var(--muted); font-size: .7rem; letter-spacing: .04em; text-overflow: ellipsis; white-space: nowrap; }
.hero-project-caption strong { margin-top: 4px; font-family: "Manrope", system-ui, sans-serif; font-size: 1.08rem; }
.hero-project-caption > span { display: grid; width: 38px; height: 38px; flex: 0 0 auto; place-items: center; color: var(--white); background: var(--blue); border-radius: 50%; }
.platforms {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  color: #5f6c80;
}
.platforms span { font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.platforms b { color: #344054; }
.platforms i { width: 4px; height: 4px; border-radius: 50%; background: var(--blue); }

.section { padding: 115px 0; }
.heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 70px; margin-bottom: 58px; }
.heading h2 { margin-bottom: 0; }
.heading > p { margin-bottom: 8px; color: var(--muted); }
.service-primary {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 70px;
  padding: 52px;
  color: var(--white);
  background: var(--blue);
  border-radius: 30px;
  box-shadow: 0 24px 60px rgba(7, 86, 244, .2);
}
.service-label { margin: 0 0 18px; font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.service-primary .service-label { color: #c9d9ff; }
.service-primary h3 { margin: 0 0 18px; font-family: "Manrope", system-ui, sans-serif; font-size: clamp(2rem, 4vw, 3.15rem); line-height: 1; }
.service-primary-copy .service-description { max-width: 610px; margin-bottom: 0; color: #e7eeff; font-size: 1.05rem; }
.service-primary-copy .service-price { display: flex; align-items: flex-start; flex-direction: column; margin: 34px 0 0; color: var(--white); }
.service-price span { color: #c9d9ff; font-size: .75rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.service-price strong { margin: 2px 0 4px; font: 800 clamp(2rem, 4vw, 3rem)/1 "Manrope", system-ui, sans-serif; letter-spacing: -.04em; }
.service-price small { max-width: 390px; color: #dce7ff; font-size: .78rem; }
.service-primary-details { display: flex; align-items: flex-start; flex-direction: column; justify-content: space-between; }
.service-primary-details ul { width: 100%; margin: 0 0 30px; padding: 0; border-top: 1px solid rgba(255, 255, 255, .25); list-style: none; }
.service-primary-details li { padding: 13px 0; color: #edf2ff; border-bottom: 1px solid rgba(255, 255, 255, .18); }
.service-primary-details li::before { content: "✓"; margin-right: 9px; font-weight: 800; }
.service-button { color: var(--blue); background: var(--white); }
.service-button:hover { box-shadow: 0 14px 30px rgba(0, 0, 0, .15); }
.service-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 22px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-item { position: relative; min-height: 280px; padding: 36px 76px 36px 36px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-item > span { position: absolute; top: 37px; right: 34px; color: #8290a5; font: 700 .78rem "Manrope", system-ui, sans-serif; }
.service-item .service-label { color: var(--blue); }
.service-item h3 { margin: 45px 0 14px; font-family: "Manrope", system-ui, sans-serif; font-size: clamp(1.45rem, 3vw, 2rem); }
.service-item > p:last-child { margin: 0; color: var(--muted); }

.projects { padding-top: 96px; background: #f8faff; }
.projects-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 50px;
}
.projects-heading h2 { max-width: 800px; }
.projects-heading-side > p { margin: 0 0 24px; color: var(--muted); font-size: 1.05rem; }
.project-controls { display: flex; gap: 10px; }
.project-controls button { display: grid; width: 48px; height: 48px; padding: 0; place-items: center; color: var(--ink); background: var(--white); border: 1px solid #cdd7e7; border-radius: 50%; cursor: pointer; font-size: 1.2rem; transition: color .2s ease, background .2s ease, border-color .2s ease, transform .2s ease; }
.project-controls button:hover:not(:disabled) { color: var(--white); background: var(--blue); border-color: var(--blue); transform: translateY(-2px); }
.project-controls button:disabled { cursor: not-allowed; opacity: .38; }
.project-list {
  position: relative;
  isolation: isolate;
  width: min(610px, calc(100% - 24px));
  margin: -12px 0 -8px;
  padding: 12px 0 34px;
}
.project-list::before,
.project-list::after {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 20px;
  left: 20px;
  width: min(520px, calc(100% - 48px));
  pointer-events: none;
  border-radius: 24px;
}
.project-list::before {
  z-index: 0;
  background: linear-gradient(145deg, var(--blue), #7838d8 58%, var(--pink));
  opacity: .13;
  transform: translate(28px, 15px) rotate(2.8deg);
}
.project-list::after {
  z-index: 1;
  background: rgba(255, 255, 255, .92);
  border: 1px solid var(--line);
  box-shadow: 0 18px 44px rgba(20, 43, 88, .1);
  transform: translate(14px, 7px) rotate(1.25deg);
}
.project-case {
  position: absolute;
  top: 12px;
  left: 0;
  display: flex;
  width: min(520px, calc(100% - 48px));
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 24px 58px rgba(20, 43, 88, .15);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(58px, 30px) scale(.94) rotate(2.4deg);
  transform-origin: center bottom;
  transition: transform .5s cubic-bezier(.2, .75, .2, 1), opacity .35s ease, box-shadow .3s ease, visibility .35s ease;
}
.project-case.is-active {
  position: relative;
  top: 0;
  z-index: 3;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(0, 0) scale(1) rotate(-.65deg);
}
.project-case.is-next {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transform: translate(28px, 18px) scale(.96) rotate(1.6deg);
}
.project-case.is-far {
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transform: translate(58px, 30px) scale(.94) rotate(2.4deg);
}
.project-case.is-active:hover { box-shadow: 0 30px 66px rgba(20, 43, 88, .2); transform: translate(0, -4px) scale(1) rotate(-.2deg); }
.project-visual {
  display: grid;
  height: 280px;
  flex: 0 0 280px;
  min-width: 0;
  overflow: hidden;
  place-items: center;
  background: #eef3fb;
  border-bottom: 1px solid var(--line);
}
.project-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform .35s ease;
}
.project-visual:hover img { transform: scale(1.018); }
.project-content {
  display: grid;
  min-height: 195px;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "type link"
    "title title"
    "description description"
    "scope scope";
  align-content: start;
  column-gap: 24px;
  padding: 21px 24px 23px;
}
.project-type {
  grid-area: type;
  margin: 0;
  color: var(--blue);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.project-content h3 { grid-area: title; margin: 11px 0 8px; font-family: "Manrope", sans-serif; font-size: clamp(1.55rem, 2.6vw, 1.9rem); line-height: 1.08; }
.project-content > p:not(.project-type) { grid-area: description; margin: 0; color: var(--muted); font-size: .96rem; }
.project-scope { display: flex; grid-area: scope; flex-wrap: wrap; gap: 0; margin: 15px 0 0; padding: 13px 0 0; border-top: 1px solid var(--line); list-style: none; }
.project-scope li { display: inline-flex; align-items: center; color: #66738a; font-size: .75rem; font-weight: 700; letter-spacing: .035em; text-transform: uppercase; }
.project-scope li:not(:last-child)::after { content: "·"; margin: 0 8px; color: #aab4c4; }
.project-link { display: inline-flex; grid-area: link; width: fit-content; min-height: 30px; align-items: flex-start; gap: 7px; color: var(--ink); border-bottom: 1px solid var(--ink); font-size: .88rem; font-weight: 800; }
.project-link:hover { color: var(--blue); border-color: var(--blue); }
.method { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.method::after {
  content: "";
  position: absolute;
  bottom: -280px;
  left: -220px;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(7, 86, 244, .5), transparent 68%);
}
.method-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; }
.light { color: #adc4fa; }
.method p { color: #c5d0e5; }
.method-intro .method-timing { display: flex; align-items: flex-start; flex-direction: column; margin: 30px 0 8px; padding: 18px 20px; color: var(--white); background: rgba(255, 255, 255, .07); border: 1px solid rgba(255, 255, 255, .14); border-radius: 16px; }
.method-timing strong { font-family: "Manrope", system-ui, sans-serif; font-size: 1.05rem; }
.method-timing span { margin-top: 3px; color: #aebddd; font-size: .86rem; }
.method h2 em, .contact h2 em {
  background: linear-gradient(100deg, #6a9dff, var(--pink), var(--orange));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 26px 0; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.steps > li > span, .steps small { color: #91adE8; font-size: .78rem; letter-spacing: .13em; text-transform: uppercase; }
.steps h3 { margin: 5px 0; }
.steps p { margin: 0; font-size: .94rem; }

.why-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.founder-panel {
  position: relative;
  margin: 0;
  height: 590px;
  overflow: hidden;
  background: #ece8e7;
  border-radius: 36px;
  box-shadow: var(--shadow);
}
.founder-panel::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(7, 17, 39, .72)); pointer-events: none; }
.founder-panel img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.founder-panel figcaption { position: absolute; right: 28px; bottom: 26px; left: 28px; z-index: 1; color: var(--white); }
.founder-panel figcaption strong, .founder-panel figcaption span { display: block; }
.founder-panel figcaption strong { font-family: "Manrope", sans-serif; font-size: 1.25rem; }
.founder-panel figcaption span { margin-top: 3px; color: rgba(255, 255, 255, .78); font-size: .88rem; }
.why-copy > p { color: var(--muted); font-size: 1.08rem; }
.why-copy .founder-location { margin-top: 20px; color: var(--ink); font-weight: 700; }
.benefits { margin-top: 35px; }
.benefits > div { display: grid; grid-template-columns: 45px 1fr; padding: 20px 0; border-top: 1px solid var(--line); }
.benefits b { color: var(--blue); }
.benefits p { margin: 0; }
.benefits strong, .benefits span { display: block; }
.benefits span { color: var(--muted); font-size: .92rem; }

.faq { padding-top: 40px; background: var(--soft); }
.faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.faq-list { border-top: 1px solid #cfd8e6; }
.faq details { border-bottom: 1px solid #cfd8e6; }
.faq summary {
  position: relative;
  padding: 24px 48px 24px 0;
  cursor: pointer;
  font: 700 1.05rem "Manrope", system-ui, sans-serif;
  list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; top: 20px; right: 8px; color: var(--blue); font-size: 1.6rem; font-weight: 400; }
.faq details[open] summary::after { content: "−"; }
.faq details p { padding-right: 44px; color: var(--muted); }

.contact { padding: 95px 0; background: var(--soft); }
.contact-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 75px;
  padding: 68px;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
  border-radius: 36px;
}
.contact-card::before {
  content: "";
  position: absolute;
  top: -270px;
  right: -150px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(7, 86, 244, .75), rgba(232, 21, 150, .4));
  filter: blur(15px);
}
.contact-copy, .contact form { position: relative; z-index: 1; }
.contact-copy > p { color: #c5d0e5; }
.contact-copy .contact-response { display: inline-flex; min-height: 38px; align-items: center; gap: 9px; margin: 12px 0 28px; padding: 7px 13px; color: #eaf0ff; background: rgba(255, 255, 255, .09); border: 1px solid rgba(255, 255, 255, .15); border-radius: 999px; font-size: .88rem; font-weight: 700; }
.contact-response span { width: 8px; height: 8px; flex: 0 0 auto; background: #66e39a; border-radius: 50%; box-shadow: 0 0 0 4px rgba(102, 227, 154, .12); }
.contact address { display: flex; flex-direction: column; gap: 8px; font-style: normal; }
.contact address a { width: fit-content; min-height: 36px; }
.contact form { padding: 28px; color: var(--ink); background: var(--white); border-radius: 23px; }
.contact label { display: block; margin-top: 15px; font-weight: 700; font-size: .9rem; }
.contact label:first-child { margin-top: 0; }
.contact input, .contact select {
  width: 100%;
  height: 50px;
  margin-top: 6px;
  padding: 0 13px;
  color: var(--ink);
  background: #f8faff;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.contact input:focus, .contact select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(7, 86, 244, .12); outline: 0; }
.gradient-button { width: 100%; margin-top: 24px; color: var(--white); background: linear-gradient(100deg, var(--blue), #8f32d6, var(--pink)); }
.form-note { margin: 10px 0 0; color: #69778d; font-size: .78rem; text-align: center; }

.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 40;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  color: var(--white);
  background: #22c55e;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 7px 20px rgba(0, 0, 0, .2);
  transition: transform .2s ease, box-shadow .2s ease;
}
.whatsapp-float:hover { transform: translateY(-2px) scale(1.035); box-shadow: 0 10px 26px rgba(0, 0, 0, .26); }
.whatsapp-float .whatsapp-mark { width: 36px; height: 36px; display: block; fill: currentColor; }
.cookie-pending .whatsapp-float { bottom: 150px; }

footer { padding: 35px 0 22px; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: 220px 1fr auto; align-items: center; gap: 34px; }
.footer-brand img { width: 205px; }
.footer-main p { margin: 0; color: var(--muted); text-align: center; }
.footer-main > a:last-child { min-height: 44px; display: inline-flex; align-items: center; font-weight: 700; }
.footer-legal {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 20px;
  color: #6d7b91;
  border-top: 1px solid var(--line);
  font-size: .82rem;
}
.footer-legal a { text-decoration: underline; text-underline-offset: 3px; }

.cookie-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  left: 20px;
  z-index: 80;
  display: flex;
  width: min(760px, calc(100% - 40px));
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-inline: auto;
  padding: 20px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(16, 24, 40, .22);
}
.cookie-banner[hidden] { display: none; }
.cookie-banner p { margin: 4px 0 0; color: var(--muted); font-size: .9rem; }
.cookie-banner p a { color: var(--blue); text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-actions button { min-height: 44px; padding: 0 17px; border-radius: 999px; cursor: pointer; font-weight: 700; }
.cookie-decline { color: var(--ink); background: var(--white); border: 1px solid var(--line); }
.cookie-accept { color: var(--white); background: var(--blue); border: 1px solid var(--blue); }
.noscript { padding: 14px; color: var(--white); background: var(--navy); text-align: center; }
.noscript a { text-decoration: underline; }

.legal-header { border-bottom: 1px solid var(--line); }
.legal-header .container { display: flex; min-height: 88px; align-items: center; justify-content: space-between; }
.legal-content { max-width: 820px; padding-top: 90px; padding-bottom: 110px; }
.legal-content h1 { font-size: clamp(2.7rem, 7vw, 4.8rem); }
.legal-content h2 { margin-top: 52px; font-size: clamp(1.6rem, 4vw, 2.2rem); }
.legal-content p, .legal-content li { color: var(--muted); }
.legal-content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.legal-updated { font-size: .9rem; }

@media (max-width: 950px) {
  .menu-button { display: block; }
  .nav nav {
    position: fixed;
    inset: 88px 0 auto;
    display: none;
    max-height: calc(100vh - 88px);
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 22px 24px 30px;
    background: var(--white);
    border-bottom: 1px solid var(--line);
    box-shadow: 0 20px 35px rgba(15, 30, 60, .1);
  }
  .nav nav.open { display: flex; }
  .nav nav a { min-height: 48px; display: flex; align-items: center; padding-inline: 12px; }
  .nav-cta { justify-content: center; margin-top: 8px; }
  .hero-grid, .method-grid, .why-grid, .contact-card, .faq-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 20px; }
  .hero-copy { padding-top: 50px; }
  .hero-visual { height: 510px; }
  .heading, .projects-heading { grid-template-columns: 1fr; gap: 18px; }
  .projects-heading-side { display: flex; align-items: flex-end; justify-content: space-between; gap: 28px; }
  .projects-heading-side > p { max-width: 620px; margin-bottom: 0; }
  .project-content { padding: 24px 26px 26px; }
  .service-primary { grid-template-columns: 1fr; gap: 38px; }
  .method-grid, .why-grid, .faq-grid { gap: 58px; }
  .contact-card { gap: 42px; }
  .founder-panel { width: min(560px, 100%); height: 520px; }
  .footer-main { grid-template-columns: 205px 1fr; }
  .footer-main > a:last-child { grid-column: 2; justify-self: end; }
}

@media (max-width: 760px) {
  .project-list { width: min(610px, calc(100% - 10px)); }
  .project-case { width: min(520px, calc(100% - 42px)); }
  .project-case.is-next { transform: translate(24px, 16px) scale(.96) rotate(1.35deg); }
  .project-content { min-height: 0; }
}

@media (max-width: 620px) {
  html { scroll-padding-top: 90px; }
  .container { width: min(100% - 28px, 1180px); }
  .site-header { height: 78px; }
  .brand img { width: 178px; }
  .nav nav { inset: 78px 0 auto; max-height: calc(100vh - 78px); }
  .hero { padding-top: 96px; }
  .hero-grid { min-height: auto; padding-bottom: 40px; }
  .hero-copy { padding-top: 34px; }
  h1 { font-size: clamp(2.65rem, 13vw, 3.25rem); }
  h2 { font-size: clamp(2.15rem, 10vw, 2.8rem); }
  .lead { font-size: 1.05rem; }
  .actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .actions .button, .actions .text-link { width: 100%; justify-content: center; }
  .proof { justify-content: space-between; gap: 12px; margin-top: 42px; }
  .proof div:nth-child(2) { display: none; }
  .hero-visual { height: 420px; }
  .hero-project-backdrop { inset: 28px 8px 28px 26px; border-radius: 28px; }
  .hero-project-card { width: calc(100% - 12px); border-radius: 22px; transform: rotate(-.7deg); }
  .hero-project-meta { min-height: 42px; padding-inline: 15px; }
  .hero-project-caption { min-height: 74px; padding: 13px 15px 15px; }
  .hero-project-caption small { font-size: .65rem; }
  .platforms { justify-content: flex-start; gap: 22px; overflow-x: auto; white-space: nowrap; scrollbar-width: none; }
  .platforms::-webkit-scrollbar { display: none; }
  .section { padding: 80px 0; }
  .service-primary { padding: 34px 26px; border-radius: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-item { min-height: 240px; padding: 30px 62px 30px 26px; }
  .service-item > span { top: 31px; right: 26px; }
  .service-item h3 { margin-top: 38px; }
  .projects { padding-top: 28px; }
  .projects-heading { margin-bottom: 42px; }
  .projects-heading-side { align-items: flex-start; flex-direction: column; }
  .project-list { width: 100%; margin-inline: 0; padding-bottom: 32px; }
  .project-list::before,
  .project-list::after { top: 25px; bottom: 17px; left: 12px; width: min(460px, calc(100% - 42px)); border-radius: 21px; }
  .project-list::before { transform: translate(19px, 12px) rotate(2.3deg); }
  .project-list::after { transform: translate(10px, 6px) rotate(1.1deg); }
  .project-case { width: min(460px, calc(100% - 42px)); border-radius: 21px; }
  .project-case.is-next { transform: translate(17px, 14px) scale(.965) rotate(1.15deg); }
  .project-visual { height: clamp(190px, 53vw, 280px); flex-basis: clamp(190px, 53vw, 280px); }
  .project-content { min-height: 0; padding: 19px 19px 21px; }
  .project-content h3 { font-size: 1.5rem; }
  .project-content > p:not(.project-type) { font-size: .92rem; }
  .project-scope { margin-top: 16px; padding-top: 13px; }
  .method-grid, .why-grid, .faq-grid { gap: 45px; }
  .founder-panel { height: 430px; }
  .faq { padding-top: 70px; }
  .contact { padding: 70px 0; }
  .contact-card { width: calc(100% - 18px); padding: 42px 21px; border-radius: 28px; }
  .contact form { padding: 22px; }
  .footer-main { display: flex; align-items: flex-start; flex-direction: column; gap: 18px; }
  .footer-main p { text-align: left; }
  .footer-main > a:last-child { align-self: flex-start; }
  .footer-legal { flex-direction: column; gap: 8px; }
  .whatsapp-float { right: 14px; bottom: 14px; }
  .cookie-banner { align-items: stretch; flex-direction: column; }
  .cookie-actions { width: 100%; }
  .cookie-actions button { flex: 1; }
  .cookie-pending .whatsapp-float { bottom: 250px; }
}

@media (max-width: 480px) {
  .projects-heading { margin-bottom: 32px; }
  .projects-heading-side { gap: 20px; }
  .project-list { padding-bottom: 28px; }
  .project-list::before,
  .project-list::after { top: 21px; bottom: 13px; left: 4px; width: calc(100% - 28px); border-radius: 19px; }
  .project-list::before { transform: translate(14px, 9px) rotate(1.8deg); }
  .project-list::after { transform: translate(7px, 4px) rotate(.8deg); }
  .project-case { width: calc(100% - 28px); border-radius: 19px; }
  .project-case.is-active { transform: translate(0, 0) scale(1) rotate(-.35deg); }
  .project-case.is-active:hover { transform: translate(0, -2px) scale(1) rotate(-.1deg); }
  .project-visual { height: clamp(170px, 54vw, 220px); flex-basis: clamp(170px, 54vw, 220px); }
  .project-content {
    grid-template-columns: 1fr;
    grid-template-areas:
      "type"
      "title"
      "description"
      "scope"
      "link";
    padding: 18px;
  }
  .project-type { font-size: .72rem; line-height: 1.45; }
  .project-content h3 { margin-top: 9px; font-size: 1.45rem; }
  .project-scope { row-gap: 4px; margin-top: 14px; padding-top: 12px; }
  .project-scope li:not(:last-child)::after { margin-inline: 6px; }
  .project-link { min-height: 44px; align-items: center; margin-top: 12px; }
}

@media (max-width: 360px) {
  .project-content { padding: 16px; }
  .project-content h3 { font-size: 1.35rem; }
  .project-content > p:not(.project-type) { font-size: .9rem; }
  .project-scope li { font-size: .7rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
