/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,:host {
    --font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --spacing:.25rem;
    --default-font-family:var(--font-sans);
    --default-mono-font-family:var(--font-mono)
  }
}
@layer base {
  *,:after,:before,::backdrop {
    box-sizing:border-box;
    border:0 solid;
    margin:0;
    padding:0
  }
  ::file-selector-button {
    box-sizing:border-box;
    border:0 solid;
    margin:0;
    padding:0
  }
  html,:host {
    -webkit-text-size-adjust:100%;
    tab-size:4;
    line-height:1.5;
    font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings:var(--default-font-feature-settings,normal);
    font-variation-settings:var(--default-font-variation-settings,normal);
    -webkit-tap-highlight-color:transparent
  }
  hr {
    height:0;
    color:inherit;
    border-top-width:1px
  }
  abbr:where([title]) {
    -webkit-text-decoration:underline dotted;
    text-decoration:underline dotted
  }
  h1,h2,h3,h4,h5,h6 {
    font-size:inherit;
    font-weight:inherit
  }
  a {
    color:inherit;
    -webkit-text-decoration:inherit;
    -webkit-text-decoration:inherit;
    -webkit-text-decoration:inherit;
    -webkit-text-decoration:inherit;
    text-decoration:inherit
  }
  b,strong {
    font-weight:bolder
  }
  code,kbd,samp,pre {
    font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings:var(--default-mono-font-feature-settings,normal);
    font-variation-settings:var(--default-mono-font-variation-settings,normal);
    font-size:1em
  }
  small {
    font-size:80%
  }
  sub,sup {
    vertical-align:baseline;
    font-size:75%;
    line-height:0;
    position:relative
  }
  sub {
    bottom:-.25em
  }
  sup {
    top:-.5em
  }
  table {
    text-indent:0;
    border-color:inherit;
    border-collapse:collapse
  }
  :-moz-focusring {
    outline:auto
  }
  progress {
    vertical-align:baseline
  }
  summary {
    display:list-item
  }
  ol,ul,menu {
    list-style:none
  }
  img,svg,video,canvas,audio,iframe,embed,object {
    vertical-align:middle;
    display:block
  }
  img,video {
    max-width:100%;
    height:auto
  }
  button,input,select,optgroup,textarea {
    font:inherit;
    font-feature-settings:inherit;
    font-variation-settings:inherit;
    letter-spacing:inherit;
    color:inherit;
    opacity:1;
    background-color:#0000;
    border-radius:0
  }
  ::file-selector-button {
    font:inherit;
    font-feature-settings:inherit;
    font-variation-settings:inherit;
    letter-spacing:inherit;
    color:inherit;
    opacity:1;
    background-color:#0000;
    border-radius:0
  }
  :where(select:is([multiple],[size])) optgroup {
    font-weight:bolder
  }
  :where(select:is([multiple],[size])) optgroup option {
    padding-inline-start:20px
  }
  ::file-selector-button {
    margin-inline-end:4px
  }
  ::placeholder {
    opacity:1
  }
  @supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px) {
    ::placeholder {
      color:currentColor
    }
    @supports (color:color-mix(in lab, red, red)) {
      ::placeholder {
        color:color-mix(in oklab, currentcolor 50%, transparent)
      }
    }
  }
  textarea {
    resize:vertical
  }
  ::-webkit-search-decoration {
    -webkit-appearance:none
  }
  ::-webkit-date-and-time-value {
    min-height:1lh;
    text-align:inherit
  }
  ::-webkit-datetime-edit {
    display:inline-flex
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding:0
  }
  ::-webkit-datetime-edit {
    padding-block:0
  }
  ::-webkit-datetime-edit-year-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-month-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-day-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-second-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block:0
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block:0
  }
  ::-webkit-calendar-picker-indicator {
    line-height:1
  }
  :-moz-ui-invalid {
    box-shadow:none
  }
  button,input:where([type=button],[type=reset],[type=submit]) {
    appearance:button
  }
  ::file-selector-button {
    appearance:button
  }
  ::-webkit-inner-spin-button {
    height:auto
  }
  ::-webkit-outer-spin-button {
    height:auto
  }
  [hidden]:where(:not([hidden=until-found])) {
    display:none!important
  }
}
@layer components;
@layer utilities {
  .start {
    inset-inline-start:var(--spacing)
  }
  .container {
    width:100%
  }
  @media (width>=40rem) {
    .container {
      max-width:40rem
    }
  }
  @media (width>=48rem) {
    .container {
      max-width:48rem
    }
  }
  @media (width>=64rem) {
    .container {
      max-width:64rem
    }
  }
  @media (width>=80rem) {
    .container {
      max-width:80rem
    }
  }
  @media (width>=96rem) {
    .container {
      max-width:96rem
    }
  }
  .hidden {
    display:none
  }
  .table {
    display:table
  }
}
:root {
  --navy:#0b1526;
  --navy-2:#14243d;
  --black:#090b0f;
  --graphite:#20242c;
  --white:#fff;
  --cream:#f7f6f2;
  --soft:#efeee9;
  --line:#e3e1dc;
  --accent:#b8ad9c;
  --blue:#5b6472;
  --muted:#686d76;
  --font-sans:var(--font-manrope), sans-serif;
  --font-display:var(--font-sora), sans-serif
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:84px
}
body {
  background:var(--cream);
  color:var(--black);
  font-family:var(--font-manrope), sans-serif;
  margin:0;
  font-size:16px;
  line-height:1.68;
  overflow-x:hidden
}
body,button,input,textarea {
  -webkit-font-smoothing:antialiased
}
a {
  color:inherit;
  text-decoration:none
}
button,input,textarea {
  font:inherit
}
button,a {
  -webkit-tap-highlight-color:transparent
}
img {
  max-width:100%
}
h1,h2,h3,p {
  margin-top:0
}
h1,h2,h3 {
  font-family:var(--font-sora), sans-serif;
  letter-spacing:-.04em;
  line-height:1.08
}
h2 {
  font-size:clamp(2.55rem,4.5vw,3.75rem);
  font-weight:600
}
h3 {
  font-size:1.32rem;
  font-weight:600
}
p {
  color:var(--muted)
}
:focus-visible {
  outline-offset:4px;
  outline:3px solid #b8ad9c9e
}
.container {
  width:min(1220px,100% - 40px);
  margin:0 auto
}
.section {
  padding:100px 0
}
.skip-link {
  z-index:200;
  background:var(--white);
  border:1px solid var(--black);
  padding:12px 18px;
  transition:top .2s;
  position:fixed;
  top:-80px;
  left:16px
}
.skip-link:focus {
  top:12px
}
.eyebrow {
  color:#59606b;
  letter-spacing:.18em;
  text-transform:uppercase;
  align-items:center;
  gap:9px;
  margin-bottom:20px;
  font-size:.68rem;
  font-weight:700;
  line-height:1.2;
  display:inline-flex
}
.eyebrow:before {
  content:"";
  background:currentColor;
  width:22px;
  height:1px
}
.eyebrow-light {
  color:#c5c9d0
}
.section-intro {
  grid-template-columns:.42fr 1.18fr .8fr;
  align-items:start;
  gap:42px;
  margin-bottom:58px;
  display:grid
}
.section-intro h2 {
  margin:0
}
.section-lead {
  max-width:42ch;
  font-size:1.08rem;
  line-height:1.75
}
.button {
  min-height:52px;
  font-family:var(--font-manrope), sans-serif;
  letter-spacing:-.01em;
  cursor:pointer;
  border:1px solid #0000;
  border-radius:12px;
  justify-content:center;
  align-items:center;
  gap:16px;
  padding:0 25px;
  font-size:.88rem;
  font-weight:700;
  transition:background .22s,color .22s,border-color .22s,transform .22s,box-shadow .22s;
  display:inline-flex
}
.button:hover {
  transform:translateY(-2px)
}
.button:active {
  transform:scale(.98)
}
.button-primary {
  background:var(--navy);
  color:var(--white)
}
.button-primary:hover {
  background:var(--graphite);
  box-shadow:0 10px 25px #090b0f24
}
.button-secondary {
  color:var(--white);
  background:#ffffff0a;
  border-color:#ffffff57
}
.button-secondary:hover {
  background:#ffffff1a;
  border-color:#ffffffb3
}
.button-dark {
  background:var(--navy);
  color:var(--white)
}
.button-dark:hover {
  background:var(--graphite);
  box-shadow:0 10px 25px #090b0f24
}
.button-light {
  background:var(--cream);
  color:var(--navy);
  border-color:var(--cream)
}
.button-light:hover {
  background:var(--white);
  color:var(--black);
  box-shadow:0 12px 30px #0000002e
}
.button-small {
  border-radius:10px;
  min-height:44px;
  padding:0 19px
}
.text-link {
  border:1px solid var(--line);
  min-height:48px;
  color:var(--black);
  border-radius:11px;
  align-items:center;
  gap:12px;
  padding:0 20px;
  font-size:.88rem;
  font-weight:700;
  display:inline-flex
}
.text-link:hover {
  color:var(--blue)
}
.site-header {
  z-index:100;
  height:78px;
  color:var(--white);
  background:0 0;
  border-bottom:1px solid #0000;
  transition:height .25s,border-color .25s,background .25s,color .25s,-webkit-backdrop-filter .25s,backdrop-filter .25s;
  position:fixed;
  inset:0 0 auto
}
.site-header.is-scrolled {
  height:68px;
  color:var(--black);
  -webkit-backdrop-filter:blur(18px);
  backdrop-filter:blur(18px);
  background:#f7f6f2e6;
  border-color:#090b0f14
}
.header-inner {
  justify-content:space-between;
  align-items:center;
  height:100%;
  display:flex
}
.brand {
  align-items:center;
  width:190px;
  height:48px;
  display:flex;
  position:relative;
  overflow:hidden
}
.brand-image {
  position:absolute;
  inset:0
}
.brand-image img {
  object-fit:cover;
  object-position:50% 50%;
  width:100%;
  height:100%
}
.brand-image-black {
  opacity:0;
  transition:opacity .25s
}
.brand-image-white {
  opacity:1;
  transition:opacity .25s
}
.site-header.is-scrolled .brand-image-black {
  opacity:1
}
.site-header.is-scrolled .brand-image-white {
  opacity:0
}
.brand-fallback {
  opacity:0;
  letter-spacing:.06em;
  font-weight:780
}
.brand-fallback small {
  letter-spacing:.24em;
  font-size:.5rem;
  display:block
}
.desktop-nav {
  align-items:center;
  gap:25px;
  display:flex
}
.desktop-nav>a:not(.button) {
  color:#ffffffb8;
  font-size:.8rem;
  transition:color .2s
}
.desktop-nav>a:not(.button):hover {
  color:var(--white)
}
.site-header:not(.is-scrolled) .button-dark {
  background:var(--white);
  color:var(--navy);
  border-color:#ffffff29
}
.site-header.is-scrolled .desktop-nav>a:not(.button) {
  color:#40454d
}
.site-header.is-scrolled .desktop-nav>a:not(.button):hover {
  color:var(--black)
}
.menu-toggle,.mobile-menu {
  display:none
}
.hero {
  min-height:780px;
  color:var(--white);
  background:radial-gradient(circle at 77% 38%,#5c6f8e33,#0000 34%),linear-gradient(135deg,#0b1526 0%,#090b0f 100%);
  padding:145px 0 85px;
  position:relative;
  overflow:hidden
}
.hero:before {
  content:"";
  filter:blur(2px);
  background:#ffffff06;
  border-radius:50%;
  width:520px;
  height:520px;
  position:absolute;
  inset:auto auto -180px -120px
}
.hero-grid {
  grid-template-columns:1.12fr .88fr;
  align-items:center;
  gap:40px;
  display:grid
}
.hero .eyebrow {
  color:#c5cad2
}
.status-dot {
  background:#d2c6b4;
  border-radius:50%;
  width:6px;
  height:6px;
  margin-right:7px;
  display:inline-block;
  box-shadow:0 0 0 5px #d2c6b41a
}
.hero h1 {
  max-width:720px;
  color:var(--cream);
  margin-bottom:26px;
  font-size:clamp(3.4rem,5vw,4.6rem);
  font-weight:600
}
.hero h1 em {
  color:#f7f6f2b8;
  font-style:normal;
  position:relative
}
.hero h1 em:after {
  content:"";
  background:#c4b9a96b;
  border-radius:4px;
  height:5px;
  position:absolute;
  bottom:2px;
  left:2px;
  right:8px;
  transform:rotate(-1deg)
}
.problem-section h2 em {
  color:#d0d4da;
  font-style:normal
}
.hero-lead {
  color:#c8cdd5;
  max-width:620px;
  margin-bottom:12px;
  font-size:1.12rem
}
.hero-support {
  color:#959da9;
  max-width:560px;
  font-size:.96rem
}
.hero-actions {
  align-items:center;
  gap:12px;
  margin-top:32px;
  display:flex
}
.service-area {
  color:#9ba3ae;
  align-items:center;
  gap:10px;
  margin:34px 0 0;
  font-size:.8rem;
  font-weight:600;
  display:flex
}
.service-area span {
  color:#d1c5b5
}
.hero-visual {
  min-height:550px;
  position:relative
}
.visual-grid {
  opacity:.8;
  filter:blur(16px);
  background:radial-gradient(circle,#ffffff1c,#0000 64%);
  border-radius:50%;
  position:absolute;
  inset:7% 2% 9% 9%
}
.laptop {
  background:#1d2025;
  border:1px solid #ffffff2e;
  border-radius:16px 16px 6px 6px;
  width:92%;
  padding:8px;
  animation:7s ease-in-out infinite mockup-float;
  position:absolute;
  top:60px;
  right:0;
  transform:perspective(1000px)rotateY(-5deg)rotateX(2deg);
  box-shadow:0 38px 90px #00000061
}
.laptop:after {
  content:"";
  background:linear-gradient(#dfe2e6,#9fa5ad);
  border-radius:2px 2px 12px 12px;
  height:17px;
  position:absolute;
  bottom:-16px;
  left:0;
  right:0
}
.laptop-topbar {
  color:#858a92;
  align-items:center;
  gap:5px;
  height:24px;
  padding:0 7px;
  font-size:7px;
  display:flex
}
.laptop-topbar i {
  background:#666b73;
  border-radius:50%;
  width:5px;
  height:5px
}
.laptop-topbar span {
  margin-left:auto;
  margin-right:auto
}
.laptop-screen {
  background:#f3f1ed;
  height:350px;
  overflow:hidden
}
.mock-nav {
  color:#6b6b66;
  justify-content:space-between;
  align-items:center;
  height:52px;
  padding:0 28px;
  font-size:8px;
  display:flex
}
.mock-nav b {
  color:var(--navy);
  letter-spacing:.14em;
  font-size:13px
}
.mock-hero {
  background:linear-gradient(110deg,#eeeae3 62%,#d2d5d2 62%);
  flex-direction:column;
  align-items:flex-start;
  min-height:220px;
  padding:38px 34px;
  display:flex
}
.mock-hero small {
  letter-spacing:.2em;
  color:#627182;
  margin-bottom:16px;
  font-size:7px
}
.mock-hero strong {
  color:var(--navy);
  font-size:27px;
  font-weight:540;
  line-height:1.08
}
.mock-button {
  background:var(--navy);
  color:#fff;
  margin-top:24px;
  padding:7px 12px;
  font-size:7px
}
.mock-stats {
  color:#767a80;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  padding:18px 24px;
  font-size:7px;
  display:grid
}
.mock-stats b {
  color:var(--navy);
  margin-bottom:4px;
  font-size:9px;
  display:block
}
.phone {
  background:#111318;
  border:1px solid #ffffff26;
  border-radius:27px;
  width:165px;
  height:340px;
  padding:8px;
  animation:6.5s ease-in-out .6s infinite phone-float;
  position:absolute;
  bottom:4px;
  right:10px;
  transform:rotate(2deg);
  box-shadow:0 30px 65px #00000061
}
.phone-speaker {
  z-index:2;
  background:#111318;
  border-radius:10px;
  width:44px;
  height:8px;
  position:absolute;
  top:12px;
  left:50%;
  transform:translate(-50%)
}
.phone-screen {
  background:#f5f6f8;
  border-radius:18px;
  height:100%;
  padding:34px 13px 16px
}
.phone-screen>small {
  letter-spacing:.16em;
  color:var(--blue);
  font-size:7px;
  font-weight:800
}
.phone-screen>strong {
  color:var(--navy);
  margin:14px 0 20px;
  font-size:15px;
  line-height:1.18;
  display:block
}
.search-bar {
  color:#777;
  background:#fff;
  border:1px solid #dfe2e6;
  justify-content:space-between;
  padding:10px;
  font-size:7px;
  display:flex
}
.search-bar span {
  color:var(--blue)
}
.phone-card {
  background:#fff;
  border:1px solid #e4e6e9;
  align-items:center;
  gap:8px;
  margin-top:10px;
  padding:9px;
  display:flex
}
.phone-card i {
  background:#ddd8cf;
  width:28px;
  height:28px
}
.phone-card b,.phone-card small {
  color:var(--navy);
  font-size:7px;
  display:block
}
.phone-card small {
  color:#848891;
  margin-top:2px
}
.visual-note {
  z-index:3;
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  color:#aeb5c0;
  background:#14243dc2;
  border:1px solid #ffffff29;
  border-radius:10px;
  padding:12px 15px;
  font-size:.68rem;
  line-height:1.5;
  position:absolute;
  box-shadow:0 16px 35px #00000038
}
.visual-note b {
  color:var(--navy)
}
.hero .visual-note b {
  color:var(--white)
}
.note-top {
  top:24px;
  right:18px
}
.note-bottom {
  bottom:56px;
  left:0
}
@keyframes mockup-float {
  0%,to {
    transform:perspective(1000px)rotateY(-5deg)rotateX(2deg)translateY(0)
  }
  50% {
    transform:perspective(1000px)rotateY(-4deg)rotateX(2deg)translateY(-8px)
  }
}
@keyframes phone-float {
  0%,to {
    transform:rotate(2deg)translateY(0)
  }
  50% {
    transform:rotate(1deg)translateY(-7px)
  }
}
.hero-visual {
  min-height:0;
  isolation:isolate;
  align-self:center
}
.hero-visual>:not(.hero-image-frame) {
  display:none
}
.hero-image-frame {
  background:linear-gradient(135deg,#ffffff85,#ffffff12 48%,#0b142275);
  border:1px solid #ffffff42;
  border-radius:24px;
  padding:1px;
  position:relative;
  overflow:hidden;
  transform:perspective(1200px)rotateY(-3deg)rotateX(1deg);
  box-shadow:0 34px 80px #00000069
}
.hero-image-frame:before {
  content:"";
  z-index:1;
  pointer-events:none;
  background:linear-gradient(90deg,#07111f73 0%,#07111f00 31%,#07111f00 68%,#07111f52 100%),linear-gradient(0deg,#07111f6b 0%,#07111f00 24%);
  position:absolute;
  inset:0
}
.hero-image-frame:after {
  content:"";
  z-index:-1;
  opacity:.72;
  filter:blur(30px);
  background:radial-gradient(circle at 68% 46%,#ef9a7d8c 0%,#d7c8b06b 26%,#0000 68%);
  position:absolute;
  inset:-12%
}
.hero-image {
  aspect-ratio:4/3;
  width:100%;
  height:auto;
  object-fit:cover;
  display:block
}
.site-header:not(.is-scrolled) {
  color:var(--navy);
  -webkit-backdrop-filter:blur(16px);
  backdrop-filter:blur(16px);
  background:#f8f5f0e8;
  border-color:#0b1f3a12
}
.site-header:not(.is-scrolled) .brand-image-black {
  opacity:1
}
.site-header:not(.is-scrolled) .brand-image-white {
  opacity:0
}
.site-header:not(.is-scrolled) .desktop-nav>a:not(.button) {
  color:#4e5560
}
.site-header:not(.is-scrolled) .desktop-nav>a:not(.button):hover {
  color:var(--navy)
}
.site-header:not(.is-scrolled) .button-dark {
  color:var(--white);
  background:var(--navy);
  border-color:var(--navy)
}
.hero {
  color:var(--navy);
  background:radial-gradient(circle at 78% 47%,#edb99666 0%,#edb99600 31%),linear-gradient(105deg,#f8f5f0 0%,#f8f5f0 46%,#ebe1d8 100%)
}
.hero:before {
  opacity:.5;
  filter:blur(12px);
  background:#d8bba244;
  width:580px;
  height:580px;
  inset:auto auto -260px -170px
}
.hero-grid {
  grid-template-columns:1fr 1fr;
  gap:0
}
.hero-grid>div:first-child {
  z-index:2;
  padding-right:24px;
  position:relative
}
.hero .eyebrow,.hero-lead,.hero-support,.service-area {
  color:#58616e
}
.hero h1 {
  max-width:650px;
  color:var(--navy);
  font-size:clamp(3.1rem,4.15vw,4.1rem);
  line-height:1.08
}
.hero h1 em {
  color:var(--navy)
}
.hero h1 em:after {
  background:#e39a82b8;
  height:4px
}
.hero .button-light {
  color:var(--white);
  background:var(--navy);
  border-color:var(--navy)
}
.hero .button-secondary {
  color:var(--navy);
  border-color:#0b1f3a48
}
.hero-visual {
  z-index:1;
  min-height:590px;
  margin-right:-110px;
  position:relative;
  overflow:hidden
}
.hero-image-frame {
  background:0 0;
  border:0;
  border-radius:0;
  width:100%;
  height:100%;
  padding:0;
  position:absolute;
  inset:0;
  overflow:hidden;
  transform:none;
  box-shadow:none
}
.hero-image-frame:before {
  z-index:1;
  background:linear-gradient(90deg,#f8f5f0 0%,#f8f5f0e8 15%,#f8f5f000 43%),linear-gradient(0deg,#f8f5f0cc 0%,#f8f5f000 27%);
  inset:0
}
.hero-image-frame:after {
  display:none
}
.hero-image {
  width:100%;
  height:100%;
  object-position:55% center
}
.problem-section {
  background:var(--navy);
  color:#fff;
  padding:112px 0
}
.problem-grid {
  grid-template-columns:1.05fr .95fr;
  gap:110px;
  display:grid
}
.problem-section h2 {
  max-width:700px;
  margin-bottom:0;
  font-size:clamp(2.3rem,4vw,3.4rem)
}
.problem-copy p {
  color:#b8c2cf;
  font-size:1.05rem
}
.inline-list {
  border-top:1px solid #ffffff2e;
  flex-wrap:wrap;
  gap:9px 24px;
  padding:22px 0 0;
  list-style:none;
  display:flex
}
.inline-list li {
  color:#fff;
  padding-left:14px;
  font-size:.82rem;
  position:relative
}
.inline-list li:before {
  content:"";
  background:#c2b6a4;
  width:4px;
  height:4px;
  position:absolute;
  top:.7em;
  left:0
}
.services-section {
  background:var(--cream)
}
.services-list {
  grid-auto-columns:clamp(680px,72vw,860px);
  grid-auto-flow:column;
  gap:24px;
  width:100vw;
  margin-left:calc(50% - 50vw);
  padding:0 max(20px,calc((100vw - 1220px)/2));
  scroll-behavior:smooth;
  scroll-snap-type:x mandatory;
  scroll-padding-inline:max(20px,calc((100vw - 1220px)/2));
  overscroll-behavior-x:contain;
  overflow-x:auto;
  display:grid;
  scrollbar-color:#8d939b #0000;
  scrollbar-width:thin
}
.services-list::-webkit-scrollbar {
  height:10px
}
.services-list::-webkit-scrollbar-thumb {
  background:#a5a39e;
  border:3px solid var(--cream);
  border-radius:20px
}
.service-card {
  background:var(--white);
  border-radius:14px;
  flex-direction:column;
  min-width:0;
  min-height:710px;
  padding:28px;
  scroll-snap-align:start;
  scroll-snap-stop:always;
  transition:transform .25s,box-shadow .25s;
  display:flex;
  overflow:hidden;
  box-shadow:0 16px 45px #1418200f
}
.service-card:hover {
  transform:translateY(-7px);
  box-shadow:0 24px 60px #1418201f
}
.service-card-2 {
  background:var(--graphite);
  color:var(--white)
}
.service-card-3 {
  background:var(--navy-2);
  color:var(--white)
}
.service-card-top {
  justify-content:space-between;
  align-items:center;
  margin-bottom:18px;
  display:flex
}
.service-number {
  font-family:var(--font-sora), sans-serif;
  color:#737a84;
  font-size:1.55rem;
  font-weight:600
}
.service-type {
  color:#737881;
  letter-spacing:.13em;
  text-transform:uppercase;
  border:1px solid #686d7640;
  border-radius:20px;
  padding:6px 9px;
  font-size:.56rem
}
.service-card-2 .service-type,.service-card-3 .service-type {
  color:#b3b8c0;
  border-color:#ffffff2b
}
.service-preview {
  background:#e5e2da;
  border-radius:10px;
  height:clamp(320px,31vw,400px);
  margin-bottom:28px;
  position:relative;
  overflow:hidden
}
.service-screenshot {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  transition:transform .3s;
  display:block
}
.service-card:hover .service-screenshot {
  transform:scale(1.03)
}
.service-main h3 {
  margin-bottom:10px;
  font-size:1.65rem
}
.service-main p {
  margin-bottom:0;
  font-size:.86rem
}
.service-main .service-claim {
  color:var(--black);
  margin-bottom:9px;
  font-weight:700
}
.service-card-2 .service-main .service-claim,.service-card-3 .service-main .service-claim {
  color:var(--white)
}
.service-card-2 .service-main p,.service-card-3 .service-main p {
  color:#abb1ba
}
.service-card ul {
  border-top:1px solid #686d762b;
  border-bottom:1px solid #686d762b;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:6px 10px;
  margin:20px 0 24px;
  padding:15px 0;
  list-style:none;
  display:grid
}
.service-card li {
  color:#6f747d;
  padding-left:11px;
  font-size:.68rem;
  position:relative
}
.service-card li:before {
  content:"";
  background:#9d9486;
  border-radius:50%;
  width:4px;
  height:4px;
  position:absolute;
  top:.7em;
  left:0
}
.service-card-2 li,.service-card-3 li {
  color:#b5bac2
}
.service-cta {
  border-color:var(--navy);
  background:var(--navy);
  width:100%;
  color:var(--white);
  margin-top:auto
}
.service-card-2 .service-cta,.service-card-3 .service-cta {
  border-color:var(--cream);
  background:var(--cream);
  color:var(--navy)
}
.service-cta:hover {
  background:var(--black);
  color:var(--white)
}
.service-strip {
  background:var(--black);
  color:var(--white);
  border-radius:12px;
  grid-template-columns:1.4fr repeat(4,1fr);
  margin-top:22px;
  display:grid;
  overflow:hidden
}
.service-strip-intro {
  background:var(--navy-2);
  padding:25px
}
.service-strip-intro span,.service-strip article span {
  color:#8f97a3;
  letter-spacing:.14em;
  text-transform:uppercase;
  margin-bottom:8px;
  font-size:.58rem;
  display:block
}
.service-strip-intro strong {
  font-family:var(--font-sora), sans-serif;
  font-size:.95rem;
  line-height:1.35
}
.service-strip article {
  border-left:1px solid #ffffff1a;
  padding:24px 18px
}
.service-strip article b,.service-strip article small {
  display:block
}
.service-strip article b {
  font-size:.78rem
}
.service-strip article small {
  color:#898f98;
  margin-top:5px;
  font-size:.62rem
}
.audience-section {
  background:var(--white)
}
.audience-grid {
  grid-template-columns:.85fr 1.15fr;
  gap:100px;
  display:grid
}
.audience-sticky {
  align-self:start;
  position:sticky;
  top:110px
}
.audience-sticky h2 {
  max-width:620px
}
.audience-sticky>p:last-child {
  max-width:530px;
  font-size:1.05rem
}
.audience-list {
  gap:10px;
  display:grid
}
.audience-list article {
  background:var(--soft);
  border-radius:10px;
  grid-template-columns:42px .9fr 1fr;
  gap:18px;
  padding:24px;
  transition:background .22s,transform .22s;
  display:grid
}
.audience-list article:hover {
  background:#e8e6df;
  transform:translate(5px)
}
.audience-list article>span {
  color:var(--blue);
  font-size:.72rem;
  font-weight:750
}
.audience-list h3 {
  margin:0
}
.audience-list p {
  margin:0;
  font-size:.92rem
}
.online-note {
  background:var(--navy);
  border:0;
  border-radius:10px;
  margin:12px 0 0;
  padding:22px;
  font-weight:600;
  color:#d4d7dd!important
}
.differentials-section {
  background:var(--cream);
  padding-bottom:0
}
.differentials-layout {
  grid-template-columns:.82fr 1.18fr;
  gap:90px;
  display:grid
}
.differentials-heading {
  align-self:start;
  position:static
}
.differentials-heading h2 {
  max-width:590px
}
.differentials-heading>p:last-child {
  max-width:500px
}
.differentials-grid {
  gap:8px;
  display:grid
}
.differentials-grid article {
  background:0 0;
  border-radius:10px;
  grid-template-columns:48px 1fr;
  gap:22px;
  padding:24px;
  transition:background .22s,transform .22s;
  display:grid
}
.differentials-grid article:hover {
  background:var(--white);
  transform:translate(5px);
  box-shadow:0 12px 35px #1418200d
}
.differentials-grid article:nth-child(odd) {
  border-right:0
}
.differentials-grid article:nth-child(2n) {
  padding-left:24px
}
.differentials-grid article>span {
  color:var(--blue);
  font-size:.72rem;
  font-weight:750
}
.differentials-grid h3 {
  margin-bottom:8px
}
.differentials-grid p {
  margin-bottom:0;
  font-size:.92rem
}
.materials-block {
  isolation:isolate;
  background:var(--graphite);
  color:#fff;
  border-radius:14px;
  grid-column:1/-1;
  grid-template-columns:1.15fr .75fr .55fr;
  gap:60px;
  margin-top:20px;
  padding:58px;
  display:grid;
  position:relative;
  overflow:hidden;
  box-shadow:0 25px 60px #090b0f24
}
.materials-block:before,.final-cta:before,.site-footer:before {
  content:"";
  pointer-events:none;
  opacity:.24;
  background-image:linear-gradient(#ffffff2b 1px,#0000 1px),linear-gradient(90deg,#ffffff2b 1px,#0000 1px);
  background-size:26px 26px;
  position:absolute;
  inset:0
}
.materials-block:before {
  z-index:-1;
  opacity:.2;
  -webkit-mask-image:linear-gradient(120deg,#0000 0%,#000 30% 76%,#0000 100%);
  mask-image:linear-gradient(120deg,#0000 0%,#000 30% 76%,#0000 100%)
}
.materials-block>* {
  z-index:1;
  position:relative
}
.materials-block h3 {
  margin-bottom:20px;
  font-size:2rem
}
.materials-block p {
  color:#bfc4cb
}
.materials-block ul {
  border-top:1px solid #fff3;
  margin:0;
  padding:0;
  list-style:none
}
.materials-block li {
  border-bottom:1px solid #ffffff21;
  padding:8px 0;
  font-size:.83rem
}
.materials-note {
  border-left:2px solid #c2b6a4;
  align-self:end;
  padding:18px;
  font-size:.78rem
}
.process-section {
  background:var(--white)
}
.timeline {
  border-left:2px solid #d7d3ca;
  gap:8px;
  max-width:900px;
  margin-left:auto;
  padding-left:28px;
  display:grid;
  position:relative
}
.timeline:before {
  content:"";
  background:var(--navy);
  width:2px;
  height:46%;
  position:absolute;
  top:0;
  left:-2px
}
.timeline article {
  background:var(--cream);
  border:0;
  border-radius:10px;
  grid-template-columns:82px .8fr 1.1fr;
  align-items:start;
  min-height:0;
  padding:25px 28px;
  transition:transform .22s,background .22s;
  display:grid;
  position:relative
}
.timeline article:hover {
  background:var(--soft);
  transform:translate(5px)
}
.timeline article:after {
  content:"";
  border:3px solid var(--white);
  background:var(--navy);
  border-radius:50%;
  width:12px;
  height:12px;
  position:absolute;
  top:31px;
  left:-35px;
  box-shadow:0 0 0 1px #c8c4ba
}
.timeline article>span {
  font-family:var(--font-sora), sans-serif;
  color:#9a9286;
  margin:0;
  font-size:1.4rem;
  font-weight:600;
  display:block
}
.timeline h3 {
  margin:3px 0 0;
  font-size:1.12rem
}
.timeline p {
  margin:0;
  font-size:.84rem
}
.deadline {
  background:var(--navy);
  color:#fff;
  border-radius:12px;
  grid-template-columns:1fr 1fr;
  gap:55px;
  max-width:900px;
  margin:26px 0 0 auto;
  padding:30px;
  display:grid
}
.deadline strong {
  font-size:1.2rem
}
.deadline p {
  color:#b7c1ce;
  margin:0;
  font-size:.85rem
}
.investment-section {
  background:var(--soft);
  padding:88px 0
}
.investment-grid {
  grid-template-columns:1fr .8fr;
  gap:120px;
  display:grid
}
.investment-grid h2 {
  margin-bottom:0
}
.payment-highlight {
  border:0;
  border-left:3px solid var(--navy);
  color:var(--navy);
  background:#ffffff8c;
  border-radius:0 8px 8px 0;
  padding:18px 20px
}
.products-section {
  background:var(--navy);
  color:#fff;
  padding:92px 0
}
.products-section .section-intro {
  border-color:#fff3;
  margin-bottom:44px
}
.products-section .section-intro h2 {
  color:#fff;
  font-size:clamp(2.35rem,3.4vw,2.9rem)
}
.products-section .section-lead {
  color:#aebac8
}
.products-list {
  grid-template-columns:1fr;
  gap:28px;
  display:grid
}
.product-block {
  background:#14243d;
  border:1px solid #ffffff21;
  border-radius:10px;
  grid-template-columns:.78fr 1.22fr;
  min-height:520px;
  transition:transform .24s,border-color .24s,box-shadow .24s;
  display:grid;
  overflow:hidden
}
.product-block:hover {
  border-color:#ffffff45;
  transform:translateY(-5px);
  box-shadow:0 24px 60px #0003
}
.product-card-agenda {
  background:#20242c
}
.product-copy {
  flex-direction:column;
  align-items:flex-start;
  min-width:0;
  padding:32px 30px;
  display:flex
}
.product-index {
  color:#aeb9cc;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:12px;
  font-size:.64rem;
  font-weight:720
}
.product-copy h3 {
  color:#fff;
  margin-bottom:12px;
  font-size:2.2rem
}
.product-eyebrow {
  margin-bottom:10px;
  font-size:.98rem;
  font-weight:650;
  line-height:1.4;
  color:#fff!important
}
.product-copy>p:not(.product-index):not(.product-eyebrow) {
  color:#aebac8;
  margin-bottom:14px;
  font-size:.82rem;
  line-height:1.55
}
.product-copy ul {
  border-top:1px solid #ffffff21;
  border-bottom:1px solid #ffffff21;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:5px 12px;
  width:100%;
  margin:0 0 22px;
  padding:15px 0;
  list-style:none;
  display:grid
}
.product-copy li {
  color:#c4cdd8;
  padding-left:11px;
  font-size:.67rem;
  line-height:1.45;
  position:relative
}
.product-copy li:before {
  content:"";
  background:#c2b6a4;
  width:4px;
  height:4px;
  position:absolute;
  top:.75em;
  left:0
}
.product-copy .button {
  min-height:44px;
  margin-top:auto;
  padding:0 18px;
  font-size:.78rem
}
.product-visual {
  background:#e6e8eb;
  min-height:520px;
  isolation:isolate;
  position:relative;
  overflow:hidden
}
.product-mapilin {
  background:radial-gradient(circle at 88% 14%,#ffad68 0,transparent 30%),linear-gradient(145deg,#b43b0b,#f76522 68%,#f99755)
}
.product-agenda {
  background:radial-gradient(circle at 18% 80%,#ffb18366 0,transparent 31%),linear-gradient(145deg,#eee2d8,#fff9f4 64%,#f5dfd0)
}
.product-showcase {
  position:absolute;
  inset:0;
  overflow:hidden
}
.product-showcase:before {
  content:"";
  opacity:.5;
  background:linear-gradient(120deg,#fff0 25%,#fff4 50%,#fff0 75%);
  width:70%;
  height:100%;
  position:absolute;
  top:0;
  left:-30%;
  transform:skewX(-16deg)
}
.product-desktop-shot {
  z-index:1;
  background:#fff;
  border:4px solid #fff;
  border-radius:13px;
  width:90%;
  aspect-ratio:16/9;
  position:absolute;
  top:58px;
  left:5%;
  overflow:hidden;
  box-shadow:0 20px 40px #0b172735
}
.product-desktop-shot img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  display:block
}
.product-mobile-shot {
  z-index:2;
  background:#fff;
  border:4px solid #fff;
  border-radius:18px;
  width:30%;
  min-width:150px;
  max-width:220px;
  aspect-ratio:842/1867;
  transition:transform .3s;
  position:absolute;
  right:8%;
  bottom:22px;
  overflow:hidden;
  transform:rotate(3deg);
  box-shadow:0 22px 36px #0b17274d
}
.product-mobile-shot img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block
}
.product-block:hover .product-desktop-shot {
  transform:translateY(-4px)
}
.product-block:hover .product-mobile-shot {
  transform:rotate(1deg)translateY(-6px)
}
.support-section {
  background:linear-gradient(140deg, var(--graphite), #15181e);
  color:#fff;
  padding-bottom:70px
}
.support-grid {
  grid-template-columns:.8fr 1.2fr;
  gap:120px;
  display:grid
}
.support-grid h2 {
  color:#fff
}
.support-grid>div:first-child>p:last-child {
  color:#b8bec7
}
.support-list {
  border-top:1px solid #ffffff59
}
.support-list article {
  border-bottom:1px solid #ffffff29;
  grid-template-columns:42px 1fr;
  gap:20px;
  padding:24px 0;
  display:grid
}
.support-list span {
  color:#c2b6a4;
  font-size:.72rem
}
.support-list h3 {
  color:#fff;
  margin-bottom:5px;
  font-size:1.1rem
}
.support-list p {
  color:#aeb4bd;
  margin:0;
  font-size:.86rem
}
.support-note {
  color:#9da5af;
  border-top:1px solid #ffffff29;
  margin:55px 0 0;
  padding-top:26px;
  font-size:.78rem
}
.about-section {
  background:var(--cream)
}
.about-grid {
  grid-template-columns:1fr .8fr;
  gap:120px;
  display:grid
}
.about-lead {
  color:var(--navy);
  font-size:1.22rem;
  font-weight:550
}
.principles {
  gap:10px;
  display:grid
}
.principles article {
  background:var(--white);
  border:0;
  border-radius:10px;
  grid-template-columns:40px 110px 1fr;
  gap:18px;
  padding:24px;
  display:grid;
  box-shadow:0 12px 32px #1418200a
}
.principles span {
  color:var(--blue);
  font-size:.72rem
}
.principles h3 {
  margin:0;
  font-size:1.1rem
}
.principles p {
  margin:0;
  font-size:.88rem
}
.faq-section {
  background:var(--soft)
}
.faq-grid {
  grid-template-columns:.65fr 1.35fr;
  gap:110px;
  display:grid
}
.faq-grid>div:first-child {
  align-self:start;
  position:sticky;
  top:110px
}
.faq-grid>div:first-child>p:not(.eyebrow) {
  max-width:340px
}
.faq-list {
  gap:8px;
  display:grid
}
.faq-list article {
  background:var(--white);
  border:1px solid #0000;
  border-radius:10px;
  transition:border-color .2s,background .2s;
  overflow:hidden
}
.faq-list article.is-open {
  background:var(--cream);
  border-color:#d3cfc6
}
.faq-list h3 {
  margin:0
}
.faq-list button {
  width:100%;
  color:var(--black);
  text-align:left;
  cursor:pointer;
  background:0 0;
  border:0;
  justify-content:space-between;
  align-items:center;
  padding:23px 24px;
  display:flex
}
.faq-list button span {
  padding-right:24px;
  font-weight:610
}
.faq-list button i {
  background:var(--soft);
  width:30px;
  height:30px;
  color:var(--navy);
  border-radius:50%;
  place-items:center;
  font-size:1.15rem;
  font-style:normal;
  font-weight:400;
  display:grid
}
.faq-answer p {
  max-width:720px;
  padding:0 55px 24px 24px;
  font-size:.92rem
}
.final-cta {
  isolation:isolate;
  background:radial-gradient(circle at 50% 0, #ffffff17, transparent 38%), linear-gradient(135deg, var(--navy-2), var(--black));
  color:#fff;
  text-align:center;
  padding:104px 0;
  position:relative;
  overflow:hidden
}
.final-cta:before {
  z-index:-1;
  opacity:.26;
  background-size:30px 30px;
  -webkit-mask-image:linear-gradient(120deg,#0000 0%,#000 20% 88%,#0000 100%);
  mask-image:linear-gradient(120deg,#0000 0%,#000 20% 88%,#0000 100%)
}
.final-cta-inner {
  z-index:1;
  max-width:880px;
  position:relative
}
.final-cta h2 {
  color:#fff;
  margin-bottom:20px;
  font-size:clamp(2.5rem,5vw,4rem)
}
.final-cta p:not(.eyebrow) {
  color:#bcc6d3;
  max-width:650px;
  margin:0 auto 34px;
  font-size:1.08rem
}
.contact-section {
  background:var(--navy);
  color:var(--white)
}
.contact-grid {
  grid-template-columns:.72fr 1.28fr;
  gap:100px;
  display:grid
}
.contact-copy {
  align-self:start;
  position:sticky;
  top:110px
}
.contact-copy h2 {
  color:var(--white)
}
.contact-copy .eyebrow {
  color:#bfc5ce
}
.contact-copy>p:not(.eyebrow) {
  color:#aab1bc;
  max-width:420px;
  font-size:1.05rem
}
.direct-contact {
  border-top:1px solid #ffffff24;
  gap:8px;
  margin-top:42px;
  padding-top:24px;
  display:grid
}
.direct-contact span {
  color:#8e96a2;
  text-transform:uppercase;
  letter-spacing:.12em;
  margin-bottom:6px;
  font-size:.72rem
}
.direct-contact a {
  color:#e5e2dc;
  width:fit-content;
  font-size:.9rem;
  font-weight:650
}
.direct-contact .button-whatsapp {
  color:#fff;
  background:#247a4d;
  border:1px solid #247a4d;
  border-radius:10px;
  align-items:center;
  gap:10px;
  width:fit-content;
  padding:12px 16px;
  font-size:.84rem;
  font-weight:750;
  display:inline-flex
}
.direct-contact .button-whatsapp:hover {
  color:#fff;
  background:#2f9660;
  border-color:#2f9660
}
.button-whatsapp img,.footer-whatsapp img {
  filter:brightness(0)invert();
  width:18px;
  height:18px;
  display:block
}
.footer-whatsapp {
  align-items:center;
  gap:8px;
  display:inline-flex
}
.footer-whatsapp img {
  width:16px;
  height:16px
}
.contact-form {
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  background:#ffffff0f;
  border:1px solid #ffffff1f;
  border-radius:14px;
  padding:42px;
  box-shadow:0 25px 70px #0003
}
.form-grid {
  grid-template-columns:repeat(2,1fr);
  gap:24px;
  display:grid
}
.field {
  margin-bottom:24px
}
.field label {
  color:#d7dbe1;
  margin-bottom:8px;
  font-size:.76rem;
  font-weight:650;
  display:block
}
.field label span {
  color:#90959d;
  font-weight:450
}
.field input,.field textarea {
  width:100%;
  color:var(--white);
  background:#090b0f52;
  border:1px solid #ffffff2b;
  border-radius:10px;
  padding:14px 15px;
  transition:border-color .2s,box-shadow .2s,background .2s
}
.field textarea {
  resize:vertical;
  min-height:150px
}
.field input::placeholder,.field textarea::placeholder {
  color:#7f8793
}
.field input:focus,.field textarea:focus {
  background:#090b0f80;
  border-color:#bdb4a6;
  outline:0;
  box-shadow:0 0 0 3px #bdb4a61f
}
.field [aria-invalid=true] {
  border-color:#b63d48
}
.field-error {
  color:#a52f3b;
  margin-top:5px;
  font-size:.76rem;
  display:block
}
.honeypot {
  display:none
}
.selected-interest {
  color:#d8d0c3;
  margin-top:-8px;
  font-size:.8rem
}
.form-alert {
  color:#8d2832;
  background:#fff2f3;
  border-left:3px solid #b63d48;
  padding:12px;
  font-size:.82rem
}
.submit-button {
  width:100%
}
.submit-button:disabled {
  opacity:.7;
  cursor:wait
}
.form-status {
  margin:15px 0 0;
  color:#b8d7c6;
  font-size:.82rem
}
.form-status.is-error {
  color:#f0a9ae
}
.contact-form .button-primary {
  background:var(--cream);
  color:var(--navy)
}
.contact-form .button-primary:hover {
  background:var(--white)
}
.privacy-note {
  color:#8e96a1;
  text-align:center;
  margin:15px 0 0;
  font-size:.72rem
}
.privacy-note a {
  text-decoration:underline
}
.form-success {
  border:1px solid var(--line);
  background:#fff;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  min-height:540px;
  padding:55px;
  display:flex
}
.success-mark {
  background:var(--navy);
  color:#fff;
  place-items:center;
  width:48px;
  height:48px;
  margin-bottom:30px;
  font-size:1.4rem;
  display:grid
}
.form-success h3 {
  font-size:2rem
}
.form-success p:not(.eyebrow) {
  max-width:560px
}
.site-footer {
  isolation:isolate;
  color:#fff;
  background:#090b0e;
  padding:80px 0 24px;
  position:relative;
  overflow:hidden
}
.site-footer:before {
  z-index:-1;
  opacity:.14;
  background-size:24px 24px;
  -webkit-mask-image:linear-gradient(#0000 0%,#000 32% 100%);
  mask-image:linear-gradient(#0000 0%,#000 32% 100%)
}
.site-footer>* {
  z-index:1;
  position:relative
}
.footer-grid {
  grid-template-columns:1.6fr .7fr 1fr .8fr;
  gap:70px;
  display:grid
}
.footer-logo {
  width:220px;
  height:60px;
  margin-bottom:24px;
  display:block;
  position:relative;
  overflow:hidden
}
.footer-logo img {
  object-fit:cover;
  object-position:50% 50%;
  width:100%;
  height:100%
}
.footer-grid>div:first-child p {
  color:#9097a1;
  max-width:360px;
  font-size:.84rem
}
.footer-grid h2 {
  color:#7f8791;
  letter-spacing:.15em;
  text-transform:uppercase;
  margin-bottom:18px;
  font-size:.68rem
}
.footer-grid a,.footer-grid span {
  color:#c5c9cf;
  margin-bottom:9px;
  font-size:.8rem;
  display:block
}
.footer-grid a:hover {
  color:#fff
}
.footer-bottom {
  color:#727983;
  border-top:1px solid #272a2f;
  justify-content:space-between;
  margin-top:60px;
  padding-top:22px;
  font-size:.72rem;
  display:flex
}
.floating-whatsapp {
  right:max(20px, env(safe-area-inset-right));
  bottom:max(20px, env(safe-area-inset-bottom));
  z-index:80;
  color:#175b38;
  opacity:0;
  pointer-events:none;
  background:#eff8f2;
  border:1px solid #b8d7c6;
  border-radius:12px;
  align-items:center;
  gap:10px;
  min-height:48px;
  padding:0 18px;
  transition:opacity .25s,transform .25s;
  display:flex;
  position:fixed;
  transform:translateY(15px);
  box-shadow:0 10px 28px #0f362224
}
.floating-whatsapp.is-visible {
  opacity:1;
  pointer-events:auto;
  transform:none
}
.floating-whatsapp span {
  color:#fff;
  background:#247a4d;
  border-radius:50%;
  place-items:center;
  width:24px;
  height:24px;
  font-size:.72rem;
  display:grid
}
.floating-whatsapp span img {
  filter:brightness(0)invert();
  width:16px;
  height:16px;
  display:block
}
.floating-whatsapp b {
  font-size:.78rem
}
.reveal-pending {
  opacity:0;
  transition:opacity .55s ease var(--reveal-delay,0s), transform .55s ease var(--reveal-delay,0s);
  transform:translateY(18px)
}
.reveal-pending.is-revealed {
  opacity:1;
  transform:none
}
.legal-header {
  background:var(--navy);
  color:#fff;
  padding:110px 0 70px
}
.legal-header h1 {
  max-width:850px;
  margin-bottom:20px;
  font-size:clamp(2.6rem,5vw,4.3rem)
}
.legal-header p {
  color:#b9c4d1
}
.legal-page {
  padding:90px 0
}
.legal-layout {
  grid-template-columns:.35fr .65fr;
  gap:100px;
  display:grid
}
.legal-aside {
  align-self:start;
  position:sticky;
  top:110px
}
.legal-aside a {
  border-bottom:1px solid var(--black);
  font-size:.86rem;
  font-weight:650;
  display:inline-flex
}
.legal-content {
  max-width:760px
}
.legal-content section {
  margin-bottom:48px
}
.legal-content h2 {
  margin-bottom:15px;
  font-size:1.65rem
}
.legal-content p,.legal-content li {
  color:#5e6570;
  font-size:.95rem
}
@media (width<=1050px) {
  .desktop-nav {
    gap:16px
  }
  .desktop-nav>a:not(.button) {
    display:none
  }
  .hero-grid {
    grid-template-columns:1.08fr .92fr;
    gap:30px
  }
  .hero h1 {
    font-size:clamp(3rem,5vw,3.65rem)
  }
  .phone {
    right:8px
  }
  .services-list {
    grid-auto-columns:min(82vw,760px)
  }
  .service-card-3 {
    grid-column:auto;
    display:flex
  }
  .service-strip {
    grid-template-columns:repeat(4,1fr)
  }
  .service-strip-intro {
    grid-column:1/-1
  }
  .section-intro {
    grid-template-columns:.5fr 1.5fr
  }
  .section-intro .section-lead {
    grid-column:2
  }
  .audience-grid,.support-grid,.about-grid,.contact-grid {
    gap:65px
  }
  .differentials-layout {
    gap:55px
  }
  .materials-block {
    gap:40px;
    padding:50px
  }
  .products-list {
    grid-template-columns:1fr
  }
  .product-block {
    grid-template-columns:.86fr 1.14fr;
    min-height:500px
  }
}
@media (width<=800px) {
  html {
    scroll-padding-top:70px
  }
  .container {
    width:min(100% - 32px,680px)
  }
  .section {
    padding:78px 0
  }
  .site-header,.site-header.is-scrolled {
    height:66px
  }
  .brand {
    width:152px;
    height:42px
  }
  .desktop-nav {
    display:none
  }
  .menu-toggle {
    background:0 0;
    border:0;
    flex-direction:column;
    justify-content:center;
    gap:7px;
    width:46px;
    height:46px;
    padding:12px 8px;
    display:flex
  }
  .menu-toggle span {
    background:var(--white);
    width:28px;
    height:1.5px;
    transition:transform .25s,background .25s;
    display:block
  }
  .site-header.is-scrolled .menu-toggle span {
    background:var(--black)
  }
  .mobile-menu {
    background:linear-gradient(150deg, var(--navy), var(--black));
    color:var(--white);
    opacity:0;
    pointer-events:none;
    transition:opacity .2s,transform .2s;
    display:block;
    position:fixed;
    inset:66px 0 0;
    overflow:auto;
    transform:translateY(-10px)
  }
  .mobile-menu.is-open {
    opacity:1;
    pointer-events:auto;
    transform:none
  }
  .mobile-menu nav {
    flex-direction:column;
    width:min(100% - 32px,680px);
    margin:0 auto;
    padding:35px 0 60px;
    display:flex
  }
  .mobile-menu nav>a:not(.button) {
    color:var(--white);
    font-family:var(--font-sora), sans-serif;
    border-bottom:1px solid #ffffff21;
    align-items:baseline;
    gap:25px;
    padding:17px 0;
    font-size:1.6rem;
    font-weight:600;
    display:flex
  }
  .mobile-menu nav>a span {
    color:#9da5b1;
    font-size:.65rem
  }
  .mobile-menu .button {
    margin-top:28px
  }
  .hero {
    min-height:0;
    padding:120px 0 80px
  }
  .hero-grid {
    grid-template-columns:1fr;
    gap:60px
  }
  .hero h1 {
    max-width:650px;
    font-size:clamp(2.7rem,9vw,4rem)
  }
  .hero-visual {
    min-height:500px
  }
  .laptop {
    width:90%;
    left:0;
    right:auto
  }
  .phone {
    right:0
  }
  .problem-grid,.audience-grid,.support-grid,.about-grid,.faq-grid,.contact-grid,.investment-grid {
    grid-template-columns:1fr;
    gap:52px
  }
  .section-intro {
    grid-template-columns:1fr;
    gap:16px;
    margin-bottom:48px
  }
  .section-intro .section-lead {
    grid-column:auto
  }
  .audience-sticky,.faq-grid>div:first-child,.contact-copy {
    position:static
  }
  .audience-list article {
    grid-template-columns:40px 1fr
  }
  .audience-list article p {
    grid-column:2
  }
  .services-list {
    grid-auto-columns:calc(100vw - 48px);
    gap:18px;
    padding-inline:16px;
    scroll-padding-inline:16px
  }
  .service-card {
    min-height:0;
    padding:22px
  }
  .service-preview {
    height:clamp(230px,67vw,320px);
    margin-bottom:22px
  }
  .service-strip {
    grid-template-columns:repeat(2,1fr)
  }
  .service-strip-intro {
    grid-column:1/-1
  }
  .differentials-layout {
    grid-template-columns:1fr;
    gap:44px
  }
  .differentials-heading {
    position:static
  }
  .differentials-grid {
    grid-template-columns:1fr
  }
  .differentials-grid article,.differentials-grid article:nth-child(2n),.differentials-grid article:nth-child(odd) {
    border-right:0;
    padding:22px
  }
  .materials-block {
    grid-template-columns:1fr;
    gap:35px;
    margin-left:-16px;
    margin-right:-16px;
    padding:42px 30px
  }
  .timeline {
    grid-template-columns:1fr
  }
  .timeline article {
    grid-template-columns:70px .8fr 1.1fr
  }
  .deadline {
    grid-template-columns:1fr;
    gap:18px
  }
  .product-block {
    grid-template-columns:1fr 1fr
  }
  .product-visual {
    min-height:460px
  }
  .product-desktop-shot {
    top:40px
  }
  .principles article {
    grid-template-columns:40px 95px 1fr
  }
  .footer-grid {
    grid-template-columns:repeat(2,1fr)
  }
  .legal-layout {
    grid-template-columns:1fr;
    gap:45px
  }
  .legal-aside {
    position:static
  }
}
@media (width<=520px) {
  .container {
    width:calc(100% - 32px)
  }
  h2 {
    font-size:clamp(2rem,9vw,2.55rem)
  }
  .eyebrow {
    margin-bottom:14px
  }
  .hero {
    padding-top:108px
  }
  .hero h1 {
    margin-bottom:22px;
    font-size:clamp(2.375rem,10vw,2.625rem)
  }
  .hero-lead {
    font-size:1rem
  }
  .hero-actions {
    flex-direction:column;
    align-items:stretch;
    gap:18px
  }
  .hero-actions .text-link {
    align-self:flex-start
  }
  .hero-visual {
    min-height:385px;
    margin-top:0
  }
  .laptop {
    width:94%;
    top:28px
  }
  .laptop-screen {
    height:250px
  }
  .mock-hero {
    min-height:160px;
    padding:24px 20px
  }
  .mock-hero strong {
    font-size:20px
  }
  .mock-stats {
    display:none
  }
  .phone {
    border-radius:20px;
    width:117px;
    height:244px;
    bottom:0;
    right:-6px
  }
  .phone-screen {
    padding:28px 9px 10px
  }
  .phone-screen>strong {
    font-size:11px
  }
  .phone-card {
    padding:6px
  }
  .phone-card i {
    width:20px;
    height:20px
  }
  .note-top {
    top:0;
    right:4px
  }
  .note-bottom {
    display:none
  }
  .problem-section {
    padding:78px 0
  }
  .problem-grid {
    gap:36px
  }
  .service-main h3 {
    font-size:1.45rem
  }
  .service-strip {
    grid-template-columns:1fr
  }
  .service-strip-intro,.service-strip article {
    grid-column:auto
  }
  .service-strip article {
    border-top:1px solid #ffffff1a;
    border-left:0
  }
  .audience-list article {
    grid-template-columns:32px 1fr
  }
  .materials-block {
    margin-top:65px
  }
  .timeline {
    border-left:2px solid #d7d3ca;
    padding-left:20px
  }
  .timeline article {
    grid-template-columns:54px 1fr;
    min-height:0;
    padding:22px 18px
  }
  .timeline article>span {
    margin:0
  }
  .timeline article p {
    grid-column:2;
    margin-top:8px
  }
  .timeline article:after {
    left:-27px
  }
  .deadline {
    padding:26px
  }
  .investment-section {
    padding:70px 0
  }
  .product-block {
    grid-template-columns:1fr
  }
  .product-copy {
    padding:28px 24px
  }
  .product-copy h3 {
    font-size:2rem
  }
  .product-copy ul {
    grid-template-columns:1fr
  }
  .product-visual {
    min-height:460px
  }
  .product-desktop-shot {
    width:88%;
    top:28px;
    left:6%
  }
  .product-mobile-shot {
    width:50%;
    min-width:0;
    max-width:190px;
    right:9%;
    bottom:18px
  }
  .principles article {
    grid-template-columns:30px 1fr
  }
  .principles article p {
    grid-column:2
  }
  .form-grid {
    grid-template-columns:1fr;
    gap:0
  }
  .contact-form,.form-success {
    padding:28px 20px
  }
  .footer-grid {
    grid-template-columns:1fr;
    gap:38px
  }
  .footer-bottom {
    flex-direction:column;
    align-items:flex-start;
    gap:12px
  }
  .floating-whatsapp {
    justify-content:center;
    width:48px;
    height:48px;
    padding:0
  }
  .floating-whatsapp b {
    display:none
  }
  .floating-whatsapp span {
    width:28px;
    height:28px
  }
}
@media (width<=800px) {
  .hero-visual {
    min-height:clamp(300px,75vw,490px);
    margin-right:-16px;
    margin-left:-16px
  }
  .hero-grid>div:first-child {
    padding-right:0
  }
  .site-header:not(.is-scrolled) .menu-toggle span {
    background:var(--navy)
  }
}
@media (width<=520px) {
  .hero-visual {
    min-height:320px
  }
}
@media (prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,:before,:after {
    scroll-behavior:auto!important;
    transition-duration:.01ms!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important
  }
  .button:hover {
    transform:none
  }
  .reveal-pending {
    opacity:1!important;
    transform:none!important
  }
}
@font-face {
  font-family:Sora;
  font-style:normal;
  font-weight:500 700;
  font-display:swap;
  src:url('/assets/fonts/sora-latin.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}
@font-face {
  font-family:Sora;
  font-style:normal;
  font-weight:500 700;
  font-display:swap;
  src:url('/assets/fonts/sora-latin-ext.woff2') format('woff2');
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}
@font-face {
  font-family:Manrope;
  font-style:normal;
  font-weight:400 700;
  font-display:swap;
  src:url('/assets/fonts/manrope-latin.woff2') format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}
@font-face {
  font-family:Manrope;
  font-style:normal;
  font-weight:400 700;
  font-display:swap;
  src:url('/assets/fonts/manrope-latin-ext.woff2') format('woff2');
  unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF
}
:root {
  --font-sora:"Sora";
  --font-manrope:"Manrope"
}
