/*
  TodAps Launch Page design system
  Type: 72 / 48 / 32 / 22 / 17 / 14
  Surfaces: white + #eef9fd
  Accent: #0099d5, supported by deep blue #006f9f
  Rhythm: 8 / 24 / 48 / 96
  Section pattern: small uppercase kicker, concise heading, editorial content
*/

:root {
  color-scheme: light;
  --blue: #0099d5;
  --blue-deep: #006f9f;
  --blue-dark: #07384e;
  --blue-soft: #eef9fd;
  --blue-pale: #f7fcfe;
  --ink: #0b1620;
  --muted: #536570;
  --white: #ffffff;
  --shadow: 0 28px 80px rgba(2, 94, 132, 0.14);
  --wrap: 1180px;
  --radius-large: 32px;
  --radius-medium: 20px;
  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  font-family: "Avenir Next", Avenir, "Helvetica Neue", "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #74d6f7;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 10px;
  background: var(--ink);
  color: var(--white);
  font-weight: 800;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: block;
}

.wordmark {
  font-size: 23px;
  font-weight: 800;
  letter-spacing: -0.045em;
}

.wordmark span,
.site-footer strong span {
  color: var(--blue);
}

.header-actions,
.button-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border-radius: 999px;
  background: var(--blue-soft);
}

.language-option {
  min-width: 40px;
  min-height: 40px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
  transition: background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.language-option:hover {
  color: var(--blue-deep);
}

.language-option.is-active {
  background: var(--ink);
  color: var(--white);
  box-shadow: 0 6px 18px rgba(11, 22, 32, 0.16);
}

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding-inline: 12px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.text-link:hover {
  color: var(--blue-deep);
}

.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -0.015em;
  text-decoration: none;
  transition: transform 180ms var(--ease), background-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

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

.button--compact {
  min-height: 46px;
  padding-inline: 19px;
  background: var(--ink);
  color: var(--white);
}

.button--compact:hover,
.button--primary:hover {
  background: var(--blue-deep);
  box-shadow: 0 12px 30px rgba(0, 111, 159, 0.2);
}

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

.button--quiet {
  background: var(--blue-soft);
  color: var(--blue-deep);
}

.button--quiet:hover {
  background: #dff4fb;
}

.hero {
  overflow: hidden;
  padding: 64px 0 104px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.9fr);
  align-items: center;
  gap: clamp(48px, 7vw, 92px);
}

.eyebrow,
.kicker {
  margin: 0 0 18px;
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.kicker--light {
  color: #9ce6ff;
}

h1,
h2,
h3,
p {
  text-wrap: pretty;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

h1 {
  margin: 0;
  font-size: clamp(4rem, 7.3vw, 6.4rem);
  line-height: 0.9;
  letter-spacing: -0.072em;
}

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

.hero-intro {
  max-width: 650px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.55;
}

.price-lockup {
  display: flex;
  align-items: center;
  gap: 26px;
  margin-top: 34px;
}

.price {
  color: var(--ink);
  font-size: clamp(4rem, 7vw, 5.5rem);
  font-weight: 850;
  line-height: 0.92;
  letter-spacing: -0.07em;
}

.price sup {
  position: relative;
  top: -0.62em;
  margin-right: 5px;
  color: var(--blue-deep);
  font-size: 0.25em;
  letter-spacing: 0;
}

.deposit {
  display: grid;
  gap: 2px;
}

.deposit strong {
  font-size: 18px;
}

.deposit span {
  color: var(--muted);
  font-size: 14px;
}

.hero-facts {
  max-width: 650px;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
  color: #30414b;
  font-size: 15px;
  list-style: none;
}

.hero-facts li {
  position: relative;
  padding-left: 20px;
}

.hero-facts li::before {
  content: "";
  position: absolute;
  top: 0.68em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
}

.button-row {
  flex-wrap: wrap;
  margin-top: 34px;
}

.fine-note {
  margin: 15px 0 0;
  color: #6a7880;
  font-size: 12px;
}

.hero-visual {
  margin: 0;
}

.hero-visual img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-large);
  background: var(--blue-pale);
  box-shadow: var(--shadow);
}

.hero-visual figcaption {
  margin-top: 14px;
  color: #718089;
  font-size: 12px;
  text-align: center;
}

.section {
  padding: 104px 0;
}

.section--soft {
  background: var(--blue-soft);
}

.section-heading {
  max-width: 790px;
  margin-bottom: 64px;
}

.section-heading--compact {
  margin-bottom: 48px;
}

.section-heading h2,
.process-heading h2,
.scope-guard-copy h2,
.final-cta h2 {
  margin: 0;
  font-size: clamp(2.7rem, 5vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.06em;
}

.section-heading > p:last-child,
.scope-guard-copy > p:last-child,
.final-cta p {
  max-width: 680px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.included-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, 0.72fr);
  align-items: start;
  gap: clamp(48px, 8vw, 104px);
}

.deliverables {
  margin: 0;
  padding: 0;
  display: grid;
  gap: 30px;
  list-style: none;
}

.deliverables li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 22px;
}

.deliverables li > span {
  padding-top: 3px;
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.deliverables strong,
.process-steps strong {
  font-size: 19px;
  letter-spacing: -0.02em;
}

.deliverables p,
.process-steps p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 15px;
}

.year-one {
  padding: 42px;
  border-radius: var(--radius-large);
  background: var(--blue-dark);
  color: var(--white);
  box-shadow: 0 28px 70px rgba(4, 55, 77, 0.18);
}

.year-one h3 {
  margin: 0;
  font-size: 31px;
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.year-one ul {
  margin: 30px 0 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
  color: #e8f8fe;
  font-size: 15px;
}

.year-one > p:last-child {
  margin: 28px 0 0;
  color: #afcfdb;
  font-size: 13px;
}

.live-work {
  padding: 72px 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(0, 153, 213, 0.1), transparent 30%),
    var(--white);
}

.live-work-inner {
  display: grid;
  grid-template-columns: minmax(280px, 0.76fr) minmax(0, 1.24fr);
  align-items: center;
  gap: clamp(42px, 7vw, 92px);
}

.live-work .section-heading {
  margin-bottom: 0;
}

.live-work .section-heading h2 {
  font-size: clamp(2.35rem, 4vw, 3.4rem);
}

.live-work .section-heading > p:last-child {
  margin-top: 18px;
  font-size: 15px;
}

.work-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.work-link {
  min-height: 205px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 30px;
  background: var(--blue-soft);
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 20px 50px rgba(4, 55, 77, 0.08);
  transition: transform 220ms var(--ease), box-shadow 220ms var(--ease), background-color 220ms var(--ease);
}

.work-link:hover,
.work-link:focus-visible {
  transform: translateY(-4px);
  background: #e7f7fc;
  box-shadow: 0 26px 60px rgba(4, 55, 77, 0.13);
}

.work-type {
  color: var(--blue-deep);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.work-link strong {
  margin-top: 22px;
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.work-visit {
  margin-top: auto;
  padding-top: 34px;
  color: var(--blue-deep);
  font-size: 14px;
  font-weight: 800;
}

.process {
  background: #082f42;
  color: var(--white);
}

.process-heading {
  max-width: 700px;
}

.process-steps {
  margin: 64px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(24px, 4vw, 54px);
  list-style: none;
}

.process-steps li > span {
  display: block;
  margin-bottom: 24px;
  color: #77d9f9;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.process-steps strong {
  display: block;
  color: var(--white);
}

.process-steps p {
  color: #b3d0db;
}

.process-note {
  margin: 48px 0 0;
  color: #98b8c4;
  font-size: 13px;
}

.scope-guard-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(440px, 1fr);
  align-items: start;
  gap: clamp(48px, 9vw, 120px);
}

.not-included {
  padding: 38px 42px;
  border-radius: var(--radius-large);
  background: var(--blue-soft);
}

.not-included h3 {
  margin: 0 0 22px;
  font-size: 24px;
  letter-spacing: -0.035em;
}

.not-included ul {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 13px;
  color: #3e515c;
  font-size: 15px;
}

.terms {
  padding-top: 24px;
}

.terms-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px 72px;
}

.terms-grid h3 {
  margin: 0 0 8px;
  font-size: 18px;
  letter-spacing: -0.02em;
}

.terms-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.currency-note {
  margin: 48px 0 0;
  padding: 18px 22px;
  border-radius: var(--radius-medium);
  background: var(--blue-pale);
  color: #46616f;
  font-size: 13px;
}

.final-cta {
  padding: 88px 0;
  background: var(--blue-deep);
  color: var(--white);
}

.final-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 64px;
}

.final-cta p {
  color: #c9ecf8;
}

.final-actions {
  min-width: 270px;
  display: grid;
  gap: 14px;
  justify-items: stretch;
}

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

.button--light:hover {
  background: #e8f8fe;
}

.final-whatsapp {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #d6f2fb;
  font-size: 13px;
  font-weight: 750;
  text-underline-offset: 4px;
}

.site-footer {
  padding: 34px 0;
  background: #f8fbfc;
}

.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  color: #667780;
  font-size: 13px;
}

.footer-inner p {
  margin: 0;
}

.footer-inner strong {
  color: var(--ink);
  font-size: 17px;
}

.footer-inner a {
  text-underline-offset: 4px;
}

.mobile-bar {
  display: none;
}

.contact-float {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 70;
  min-height: 48px;
  padding: 0 17px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 15px;
  background: rgba(11, 22, 32, .95);
  color: var(--white);
  box-shadow: 0 15px 38px rgba(11, 22, 32, .2);
  backdrop-filter: blur(14px);
  font-size: 13px;
  font-weight: 780;
  text-decoration: none;
}

.contact-float:hover { background: var(--blue-deep); }
.contact-float svg,
.mobile-contact svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }

.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 620ms var(--ease), transform 620ms var(--ease);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 940px) {
  .hero-grid,
  .included-layout,
  .live-work-inner,
  .scope-guard-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 40px;
  }

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

  .hero-visual {
    width: min(620px, 100%);
    margin-inline: auto;
  }

  .included-layout,
  .scope-guard-grid {
    gap: 56px;
  }

  .process-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 46px 56px;
  }

  .work-links {
    gap: 16px;
  }

  .final-cta-inner {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .final-actions {
    width: min(360px, 100%);
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 88px;
    font-size: 16px;
  }

  .wrap {
    width: min(calc(100% - 32px), var(--wrap));
  }

  .site-header {
    position: relative;
  }

  .header-inner {
    min-height: 70px;
    gap: 14px;
  }

  .header-actions {
    margin-left: auto;
  }

  .header-actions .text-link,
  .header-actions .button {
    display: none;
  }

  .hero {
    padding: 34px 0 72px;
  }

  .hero-grid {
    gap: 46px;
  }

  .eyebrow {
    margin-bottom: 14px;
    font-size: 11px;
  }

  h1 {
    font-size: clamp(3.45rem, 17vw, 4.7rem);
  }

  .hero-intro {
    margin-top: 22px;
    font-size: 17px;
  }

  .price-lockup {
    align-items: flex-end;
    gap: 18px;
    margin-top: 28px;
  }

  .price {
    font-size: 4.15rem;
  }

  .deposit strong {
    font-size: 16px;
  }

  .button-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button-row .button {
    width: 100%;
  }

  .hero-visual img {
    border-radius: 24px;
  }

  .section {
    padding: 74px 0;
  }

  .section-heading {
    margin-bottom: 46px;
  }

  .section-heading h2,
  .process-heading h2,
  .scope-guard-copy h2,
  .final-cta h2 {
    font-size: clamp(2.45rem, 12vw, 3.35rem);
  }

  .section-heading > p:last-child,
  .scope-guard-copy > p:last-child,
  .final-cta p {
    font-size: 16px;
  }

  .deliverables {
    gap: 27px;
  }

  .deliverables li {
    grid-template-columns: 36px 1fr;
    gap: 14px;
  }

  .year-one,
  .not-included {
    padding: 30px 26px;
    border-radius: 24px;
  }

  .work-link {
    min-height: 168px;
    padding: 24px;
    border-radius: 24px;
  }

  .work-links {
    grid-template-columns: 1fr;
  }

  .live-work {
    padding: 58px 0 64px;
  }

  .live-work-inner {
    gap: 32px;
  }

  .live-work .section-heading h2 {
    font-size: clamp(2.25rem, 10.5vw, 2.9rem);
  }

  .process-steps,
  .terms-grid {
    grid-template-columns: 1fr;
  }

  .process-steps {
    gap: 38px;
    margin-top: 48px;
  }

  .terms {
    padding-top: 8px;
  }

  .terms-grid {
    gap: 30px;
  }

  .final-cta {
    padding: 72px 0;
  }

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

  .mobile-bar {
    position: fixed;
    right: 10px;
    bottom: 10px;
    left: 10px;
    z-index: 80;
    min-height: 62px;
    display: grid;
    grid-template-columns: minmax(88px, 0.66fr) minmax(0, 1.55fr);
    align-items: center;
    gap: 8px;
    padding: 9px;
    border-radius: 18px;
    background: rgba(11, 22, 32, 0.96);
    color: var(--white);
    box-shadow: 0 18px 50px rgba(11, 22, 32, 0.28);
    backdrop-filter: blur(16px);
    transition: opacity 180ms ease, transform 220ms var(--ease);
  }

  html.mobile-bar-managed .mobile-bar {
    opacity: 0;
    pointer-events: none;
    transform: translateY(calc(100% + 24px));
  }

  html.mobile-bar-managed.mobile-bar-active .mobile-bar {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .mobile-bar a {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 12px;
    border-radius: 13px;
    background: var(--blue);
    color: var(--white);
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
  }

  .mobile-bar .mobile-contact { background: rgba(255, 255, 255, .1); }
  .mobile-bar .mobile-contact:hover { background: rgba(255, 255, 255, .16); }
  .mobile-bar .mobile-reserve {
    padding-inline: 9px;
    background: var(--blue);
    font-size: 11.5px;
    line-height: 1.15;
    text-align: center;
  }
  .contact-float { display: none; }
}

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

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .js [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
