:root {
  --ink: #071c29;
  --ink-soft: #0f3142;
  --blue: #2382c0;
  --cobalt: #195ed8;
  --sky: #dceff8;
  --coral: #ff613c;
  --coral-dark: #dd3f20;
  --sun: #f5d83d;
  --cream: #f7f3e9;
  --paper: #fffdf8;
  --white: #ffffff;
  --muted: #5e6d74;
  --line: rgba(7, 28, 41, 0.14);
  --light-line: rgba(255, 255, 255, 0.16);
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
  --shadow-sm: 0 14px 40px rgba(7, 28, 41, 0.1);
  --shadow-lg: 0 34px 90px rgba(4, 21, 32, 0.2);
  --radius-sm: 14px;
  --radius-md: 24px;
  --radius-lg: 38px;
  --shell: min(1240px, calc(100% - 48px));
  --header-height: 84px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.dialog-open {
  overflow: hidden;
}

img,
svg,
video,
iframe {
  display: block;
  max-width: 100%;
}

img {
  object-fit: cover;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
}

button,
select {
  cursor: pointer;
}

button {
  border: 0;
}

h1,
h2,
h3,
p,
ul,
ol,
blockquote {
  margin-top: 0;
}

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

p {
  text-wrap: pretty;
}

::selection {
  color: var(--white);
  background: var(--coral);
}

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

.skip-link:focus {
  transform: none;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 112px 0;
}

.section--tight {
  padding: 80px 0;
}

.section--cream {
  background: var(--cream);
}

.section--dark {
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.section--blue {
  color: var(--white);
  background: var(--cobalt);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: var(--cobalt);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.3;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 24px;
  height: 2px;
  background: currentColor;
  content: "";
}

.eyebrow--light {
  color: var(--sun);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 56px;
}

.section-heading--center {
  margin-inline: auto;
  text-align: center;
}

.section-heading--center .eyebrow {
  justify-content: center;
}

.section-heading h2,
.display-title {
  margin-bottom: 20px;
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5vw, 4.9rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 0.98;
}

.section-heading h2 em,
.display-title em {
  color: var(--coral);
  font-weight: 400;
}

.section-heading p {
  max-width: 680px;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.section--dark .section-heading p,
.section--blue .section-heading p {
  color: rgba(255, 255, 255, 0.7);
}

.btn {
  --btn-bg: var(--ink);
  --btn-color: var(--white);
  --btn-edge: #031019;
  position: relative;
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 22px;
  color: var(--btn-color);
  background: var(--btn-bg);
  border: 1px solid transparent;
  border-radius: 14px;
  box-shadow: 0 6px 0 var(--btn-edge), 0 16px 30px rgba(7, 28, 41, 0.16);
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn::after {
  position: absolute;
  inset: 2px 8px auto;
  height: 40%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), transparent);
  border-radius: 10px;
  content: "";
  pointer-events: none;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 0 var(--btn-edge), 0 20px 36px rgba(7, 28, 41, 0.2);
}

.btn:active {
  transform: translateY(4px);
  box-shadow: 0 2px 0 var(--btn-edge), 0 8px 16px rgba(7, 28, 41, 0.14);
}

.btn:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--sun);
  outline-offset: 3px;
}

.btn svg,
.text-link svg,
.header-phone svg,
.footer-contact svg,
.footer-note svg,
.landing-call svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.btn--coral {
  --btn-bg: var(--coral);
  --btn-edge: var(--coral-dark);
}

.btn--sun {
  --btn-bg: var(--sun);
  --btn-color: var(--ink);
  --btn-edge: #c3a91c;
}

.btn--blue {
  --btn-bg: var(--cobalt);
  --btn-edge: #0d3ca0;
}

.btn--ink {
  --btn-bg: var(--ink);
  --btn-edge: #020d13;
}

.btn--outline {
  --btn-bg: transparent;
  --btn-color: var(--ink);
  --btn-edge: rgba(7, 28, 41, 0.22);
  border-color: rgba(7, 28, 41, 0.3);
  box-shadow: 0 5px 0 rgba(7, 28, 41, 0.18);
}

.btn--outline-light {
  --btn-bg: rgba(255, 255, 255, 0.04);
  --btn-color: var(--white);
  --btn-edge: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.28);
}

.btn--wide {
  width: 100%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-weight: 700;
}

.text-link:hover svg {
  transform: translateX(4px);
}

.text-link svg {
  transition: transform 180ms ease;
}

.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: var(--header-height);
  color: var(--white);
  background: var(--ink);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: box-shadow 220ms ease, background 220ms ease;
}

.site-header.is-scrolled {
  background: rgba(7, 28, 41, 0.96);
  box-shadow: 0 16px 38px rgba(2, 15, 23, 0.2);
  backdrop-filter: blur(16px);
}

.header-shell {
  display: flex;
  width: var(--shell);
  height: 100%;
  align-items: center;
  gap: 28px;
  margin-inline: auto;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
}

.brand img {
  width: 108px;
  height: 58px;
  object-fit: contain;
  border-radius: 14px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-left: auto;
}

.desktop-nav a {
  position: relative;
  padding: 10px 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.86rem;
  font-weight: 600;
  white-space: nowrap;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  background: var(--sun);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"] {
  color: var(--white);
}

.desktop-nav a:hover::after,
.desktop-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-phone {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 600;
  white-space: nowrap;
}

.header-phone svg {
  width: 16px;
  height: 16px;
}

.btn--nav {
  --btn-bg: var(--sun);
  --btn-color: var(--ink);
  --btn-edge: #bca316;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 12px;
  font-size: 0.84rem;
  box-shadow: 0 4px 0 var(--btn-edge);
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
}

.menu-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
  border-radius: 4px;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  z-index: 999;
  top: var(--header-height);
  right: 0;
  bottom: 0;
  left: 0;
  overflow-y: auto;
  padding: 28px 24px 110px;
  color: var(--white);
  background: var(--ink);
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu nav {
  display: grid;
  margin-bottom: 32px;
}

.mobile-menu nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 2px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  font-family: var(--serif);
  font-size: 1.7rem;
  line-height: 1.1;
}

.mobile-menu nav a[aria-current="page"] {
  color: var(--sun);
}

.mobile-menu > p {
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.85rem;
}

.home-hero {
  position: relative;
  min-height: calc(100svh - var(--header-height));
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 18%, rgba(35, 130, 192, 0.24), transparent 34%),
    radial-gradient(circle at 12% 88%, rgba(255, 97, 60, 0.14), transparent 30%),
    var(--ink);
}

.home-hero::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.55), transparent 90%);
}

.home-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  width: var(--shell);
  min-height: calc(100svh - var(--header-height));
  grid-template-columns: minmax(0, 0.9fr) minmax(480px, 1.1fr);
  align-items: center;
  gap: 54px;
  margin-inline: auto;
  padding: 64px 0 84px;
}

.hero-copy h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-family: var(--serif);
  font-size: clamp(4rem, 7vw, 7rem);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.84;
}

.hero-copy h1 em {
  display: block;
  color: var(--sun);
  font-weight: 400;
  transform: translateX(0.2em);
}

.hero-copy > p {
  max-width: 630px;
  margin-bottom: 32px;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 36px;
}

.hero-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.83rem;
  font-weight: 600;
}

.hero-trust span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.hero-trust i {
  width: 7px;
  height: 7px;
  background: var(--sun);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(245, 216, 61, 0.12);
}

.hero-visual {
  position: relative;
  min-height: 630px;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.hero-visual__frame {
  position: absolute;
  inset: 16px 36px 50px 80px;
  overflow: hidden;
  background: #d7c8ac;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 48% 48% 28px 28px;
  box-shadow: var(--shadow-lg);
  transform: rotateY(-7deg) rotateX(2deg) translateZ(20px);
  transform-style: preserve-3d;
}

.hero-visual__frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.25), transparent 35%, rgba(7,28,41,.22));
  content: "";
}

.hero-visual__frame img {
  width: 100%;
  height: 100%;
}

.hero-orbit {
  position: absolute;
  inset: 70px 10px 92px 46px;
  border: 1px solid rgba(245, 216, 61, 0.45);
  border-radius: 50%;
  transform: rotate(-18deg) translateZ(70px);
  animation: orbit-breathe 5s ease-in-out infinite;
}

.hero-orbit::before,
.hero-orbit::after {
  position: absolute;
  width: 16px;
  height: 16px;
  background: var(--sun);
  border-radius: 50%;
  box-shadow: 0 0 0 9px rgba(245,216,61,.14);
  content: "";
}

.hero-orbit::before {
  top: 14%;
  right: 7%;
}

.hero-orbit::after {
  bottom: 11%;
  left: 10%;
}

.float-card {
  position: absolute;
  z-index: 4;
  width: 220px;
  padding: 20px;
  background: rgba(255, 253, 248, 0.94);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 22px;
  box-shadow: 0 26px 70px rgba(0,0,0,.24);
  color: var(--ink);
  backdrop-filter: blur(14px);
  transform-style: preserve-3d;
}

.float-card small {
  display: block;
  margin-bottom: 4px;
  color: var(--coral);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.float-card strong {
  display: block;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.05;
}

.float-card--one {
  top: 76px;
  right: -4px;
  transform: rotate(4deg) translateZ(110px);
  animation: card-float 4.4s ease-in-out infinite;
}

.float-card--two {
  bottom: 70px;
  left: 0;
  transform: rotate(-3deg) translateZ(100px);
  animation: card-float 5.1s ease-in-out .8s infinite;
}

.hero-mini-image {
  position: absolute;
  z-index: 3;
  right: 8px;
  bottom: 18px;
  width: 170px;
  height: 170px;
  overflow: hidden;
  border: 10px solid var(--ink);
  border-radius: 50%;
  box-shadow: 0 22px 50px rgba(0,0,0,.26);
  transform: translateZ(85px);
}

.hero-mini-image img {
  width: 100%;
  height: 100%;
}

@keyframes orbit-breathe {
  0%, 100% { transform: rotate(-18deg) translateZ(70px) scale(1); }
  50% { transform: rotate(-14deg) translateZ(80px) scale(1.025); }
}

@keyframes card-float {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

.proof-strip {
  color: var(--ink);
  background: var(--sun);
  border-block: 1px solid rgba(7,28,41,.2);
  overflow: hidden;
}

.proof-strip__track {
  display: flex;
  width: max-content;
  gap: 34px;
  padding: 17px 0;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  animation: marquee 22s linear infinite;
}

.proof-strip__track span {
  display: inline-flex;
  align-items: center;
  gap: 34px;
}

.proof-strip__track span::after {
  color: var(--coral);
  content: "✦";
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.intro-statement {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr);
  align-items: end;
  gap: 72px;
}

.intro-statement h2 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-size: clamp(3rem, 6.4vw, 6.4rem);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .94;
}

.intro-statement h2 em {
  color: var(--cobalt);
  font-weight: 400;
}

.intro-statement__side {
  padding-left: 28px;
  border-left: 1px solid var(--line);
}

.intro-statement__side p {
  color: var(--muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.service-card {
  position: relative;
  min-height: 590px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  perspective: 900px;
  transition: transform 260ms ease, box-shadow 260ms ease;
  transform-style: preserve-3d;
}

.service-card:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-8px);
}

.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: transform 650ms cubic-bezier(.2,.7,.2,1);
}

.service-card:hover img {
  transform: scale(1.06);
}

.service-card::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4,21,32,.96) 4%, rgba(4,21,32,.54) 48%, transparent 74%);
  content: "";
}

.service-card__number {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--ink);
  background: var(--sun);
  border-radius: 50%;
  font-family: var(--serif);
}

.service-card__copy {
  position: absolute;
  z-index: 2;
  right: 28px;
  bottom: 30px;
  left: 28px;
}

.service-card__copy small {
  color: var(--sun);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.service-card__copy h3 {
  margin: 8px 0 10px;
  font-family: var(--serif);
  font-size: 2.15rem;
  font-weight: 400;
  line-height: 1;
}

.service-card__copy p {
  margin-bottom: 20px;
  color: rgba(255,255,255,.7);
  font-size: .93rem;
}

.service-card__copy strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .86rem;
}

.editorial-split,
.image-copy-split {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: clamp(48px, 8vw, 110px);
}

.editorial-split--reverse .editorial-media,
.image-copy-split--reverse .image-panel {
  order: 2;
}

.editorial-media,
.image-panel {
  position: relative;
  min-height: 650px;
}

.editorial-media__main,
.image-panel__main {
  position: absolute;
  inset: 0 54px 54px 0;
  overflow: hidden;
  border-radius: 34px 34px 150px 34px;
  box-shadow: var(--shadow-lg);
}

.editorial-media__main img,
.image-panel__main img {
  width: 100%;
  height: 100%;
}

.editorial-media__small,
.image-panel__small {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 44%;
  height: 38%;
  overflow: hidden;
  border: 10px solid var(--paper);
  border-radius: 28px;
  box-shadow: var(--shadow-sm);
}

.section--cream .editorial-media__small,
.section--cream .image-panel__small {
  border-color: var(--cream);
}

.editorial-media__small img,
.image-panel__small img {
  width: 100%;
  height: 100%;
}

.media-label {
  position: absolute;
  z-index: 3;
  top: 34px;
  right: 14px;
  max-width: 190px;
  padding: 16px 18px;
  color: var(--ink);
  background: var(--sun);
  border-radius: 18px;
  box-shadow: var(--shadow-sm);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
  transform: rotate(4deg);
}

.editorial-copy h2,
.image-copy h2 {
  margin-bottom: 22px;
  font-family: var(--serif);
  font-size: clamp(2.8rem, 5vw, 5.2rem);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: .96;
}

.editorial-copy > p,
.image-copy > p {
  color: var(--muted);
  font-size: 1.05rem;
}

.number-list,
.plain-list,
.check-list {
  padding: 0;
  list-style: none;
}

.number-list {
  margin: 34px 0;
}

.number-list li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.number-list li span:first-child {
  color: var(--coral);
  font-family: var(--serif);
  font-size: 1.1rem;
}

.number-list strong {
  display: block;
  margin-bottom: 2px;
}

.number-list small {
  color: var(--muted);
  font-size: .88rem;
}

.failure-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 28px;
  overflow: hidden;
}

.failure-card {
  min-height: 330px;
  padding: 32px 26px;
  background: var(--ink);
}

.failure-card span {
  color: var(--sun);
  font-family: var(--serif);
  font-size: 1.1rem;
}

.failure-card h3 {
  margin: 54px 0 14px;
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.05;
}

.failure-card p {
  margin: 0;
  color: rgba(255,255,255,.65);
  font-size: .91rem;
}

.factor-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  perspective: 1200px;
}

.factor-card {
  position: relative;
  min-height: 300px;
  padding: 26px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 12px 32px rgba(7,28,41,.06);
  transform-style: preserve-3d;
}

.factor-card::after {
  position: absolute;
  right: -50px;
  bottom: -55px;
  width: 140px;
  height: 140px;
  background: var(--sky);
  border-radius: 50%;
  content: "";
  opacity: .7;
}

.factor-card > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 38px;
  color: var(--white);
  background: var(--cobalt);
  border-radius: 50%;
  font-family: var(--serif);
}

.factor-card:nth-child(3n+2) > span {
  color: var(--ink);
  background: var(--sun);
}

.factor-card:nth-child(3n) > span {
  background: var(--coral);
}

.factor-card h3 {
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.05;
}

.factor-card p,
.factor-card small {
  position: relative;
  z-index: 1;
  color: var(--muted);
  font-size: .88rem;
  line-height: 1.55;
}

.factor-card small {
  display: block;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.method-layout {
  display: grid;
  grid-template-columns: minmax(300px, .7fr) minmax(0, 1.3fr);
  gap: 90px;
}

.method-intro {
  align-self: start;
  position: sticky;
  top: 120px;
}

.method-intro h2 {
  margin-bottom: 20px;
  font-family: var(--serif);
  font-size: clamp(3.4rem, 6vw, 6.2rem);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .84;
}

.method-intro h2 em {
  color: var(--sun);
  font-weight: 400;
}

.method-intro p {
  color: rgba(255,255,255,.66);
}

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

.method-step {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 30px;
  padding: 42px 0;
  border-bottom: 1px solid var(--light-line);
}

.method-step > span {
  color: var(--sun);
  font-family: var(--serif);
  font-size: 1.3rem;
}

.method-step h3 {
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 400;
}

.method-step p {
  max-width: 580px;
  margin: 0;
  color: rgba(255,255,255,.65);
}

.plate-visual {
  position: relative;
  display: grid;
  width: min(520px, 100%);
  aspect-ratio: 1;
  place-items: center;
  margin-inline: auto;
  background: var(--white);
  border: 22px solid var(--cream);
  border-radius: 50%;
  box-shadow: var(--shadow-lg);
  transform: rotate(-4deg);
}

.plate-visual__disc {
  position: absolute;
  inset: 7%;
  overflow: hidden;
  background: conic-gradient(var(--blue) 0 25%, var(--sun) 25% 75%, var(--coral) 75% 100%);
  border-radius: 50%;
}

.plate-visual__center {
  position: relative;
  z-index: 2;
  display: grid;
  width: 120px;
  height: 120px;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  border: 12px solid var(--white);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 1.05rem;
  text-align: center;
}

.plate-label {
  position: absolute;
  z-index: 3;
  max-width: 190px;
  padding: 13px 16px;
  background: rgba(255,255,255,.94);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  font-size: .76rem;
  font-weight: 800;
}

.plate-label::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  background: var(--coral);
  border-radius: 50%;
  content: "";
}

.plate-label--one { top: 8%; right: -10%; }
.plate-label--two { right: -14%; bottom: 14%; }
.plate-label--three { bottom: 4%; left: -10%; }

.video-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 18px;
}

.video-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink-soft);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
}

.video-card:nth-child(n+2) {
  min-height: 390px;
  margin-top: 40px;
}

.video-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: transform 500ms ease;
}

a.video-card:hover img {
  transform: scale(1.05);
}

.video-card__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(4,21,32,.95), rgba(4,21,32,.05) 76%);
}

.play-button {
  position: absolute;
  z-index: 2;
  top: 24px;
  right: 24px;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  color: var(--ink);
  background: var(--sun);
  border-radius: 50%;
  box-shadow: 0 8px 0 #baa115;
}

.play-button svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
  stroke: currentColor;
}

.video-card__copy {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 24px;
  left: 24px;
}

.video-card__copy small {
  color: var(--sun);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.video-card__copy h3 {
  margin: 7px 0;
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.05;
}

.video-card__copy p {
  margin: 0;
  color: rgba(255,255,255,.65);
  font-size: .84rem;
}

.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 20px;
  perspective: 1200px;
}

.plan-card {
  position: relative;
  display: flex;
  min-height: 620px;
  flex-direction: column;
  padding: 32px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow-sm);
  transform-style: preserve-3d;
}

.plan-card--popular {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
  box-shadow: 0 34px 80px rgba(7,28,41,.24);
  transform: translateY(-18px);
}

.plan-card--popular::before {
  position: absolute;
  top: -70px;
  right: -60px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(35,130,192,.45), transparent 70%);
  content: "";
}

.plan-badge {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 24px;
  padding: 8px 12px;
  color: var(--ink);
  background: var(--sky);
  border-radius: 999px;
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.plan-card--popular .plan-badge {
  background: var(--sun);
}

.plan-card__top h3 {
  margin-bottom: 4px;
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 400;
}

.plan-card__top p {
  color: var(--muted);
  font-size: .9rem;
}

.plan-card--popular .plan-card__top p,
.plan-card--popular .check-list {
  color: rgba(255,255,255,.67);
}

.plan-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 6px;
  margin: 26px 0 30px;
}

.plan-price strong {
  font-family: var(--serif);
  font-size: 4.2rem;
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .9;
}

.plan-card--popular .plan-price strong {
  color: var(--sun);
}

.plan-price > span:not(.plan-original) {
  color: var(--muted);
  font-size: .8rem;
  font-weight: 700;
}

.plan-card--popular .plan-price > span:not(.plan-original) {
  color: rgba(255,255,255,.6);
}

.plan-original {
  width: 100%;
  color: var(--muted);
  font-size: .86rem;
  text-decoration: line-through;
}

.plan-price small {
  width: 100%;
  margin-top: 8px;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.plan-card--popular .plan-price small {
  color: rgba(255,255,255,.55);
}

.check-list {
  display: grid;
  gap: 13px;
  margin: 0 0 32px;
  color: var(--muted);
  font-size: .88rem;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.check-list svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--cobalt);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.plan-card--popular .check-list svg {
  stroke: var(--sun);
}

.plan-card .btn {
  margin-top: auto;
}

.popular-ribbon {
  position: absolute;
  top: 29px;
  right: -42px;
  width: 160px;
  padding: 8px;
  color: var(--ink);
  background: var(--coral);
  font-size: .66rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(38deg);
}

.plan-grid--compact .plan-card {
  min-height: 420px;
}

.plan-grid--compact .plan-card--popular {
  transform: translateY(-10px);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.trust-card {
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
}

.trust-card span {
  display: block;
  margin-bottom: 36px;
  color: var(--coral);
  font-family: var(--serif);
  font-size: 2rem;
}

.trust-card h3 {
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 400;
}

.trust-card p {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, .65fr) minmax(0, 1.35fr);
  gap: 80px;
}

.faq-intro {
  align-self: start;
  position: sticky;
  top: 120px;
}

.faq-intro h2 {
  font-family: var(--serif);
  font-size: clamp(3rem, 5vw, 4.7rem);
  font-weight: 400;
  line-height: .95;
}

.faq-intro p {
  color: var(--muted);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item:first-child {
  border-top: 1px solid var(--line);
}

.faq-item > button {
  display: flex;
  width: 100%;
  min-height: 88px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 0;
  background: transparent;
  font-family: var(--serif);
  font-size: 1.45rem;
  text-align: left;
}

.faq-item > button i {
  position: relative;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.faq-item > button i::before,
.faq-item > button i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background: var(--ink);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform 180ms ease;
}

.faq-item > button i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item > button[aria-expanded="true"] i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.faq-answer {
  padding: 0 60px 24px 0;
}

.faq-answer p {
  max-width: 720px;
  color: var(--muted);
}

.page-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.page-hero::before {
  position: absolute;
  width: 560px;
  height: 560px;
  top: -260px;
  right: -140px;
  background: radial-gradient(circle, rgba(35,130,192,.4), transparent 68%);
  content: "";
}

.page-hero__grid {
  position: relative;
  display: grid;
  min-height: 640px;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  align-items: center;
  gap: 64px;
  padding: 70px 0 86px;
}

.page-hero__copy h1 {
  margin-bottom: 24px;
  font-family: var(--serif);
  font-size: clamp(3.7rem, 7vw, 7.1rem);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .86;
}

.page-hero__copy h1 em {
  color: var(--sun);
  font-weight: 400;
}

.page-hero__copy > p {
  max-width: 650px;
  color: rgba(255,255,255,.7);
  font-size: 1.08rem;
}

.page-hero__media {
  position: relative;
  min-height: 510px;
  perspective: 1100px;
}

.page-hero__image {
  position: absolute;
  inset: 0 36px 30px 40px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 40px 40px 160px 40px;
  box-shadow: var(--shadow-lg);
  transform: rotateY(-5deg) rotateX(2deg);
}

.page-hero__image img {
  width: 100%;
  height: 100%;
}

.page-hero__badge {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  max-width: 240px;
  padding: 20px;
  color: var(--ink);
  background: var(--sun);
  border-radius: 20px;
  box-shadow: 0 20px 46px rgba(0,0,0,.24);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.3;
  transform: rotate(3deg) translateZ(70px);
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 24px;
  overflow: hidden;
}

.metric {
  padding: 30px;
  background: var(--white);
}

.metric strong {
  display: block;
  margin-bottom: 4px;
  color: var(--cobalt);
  font-family: var(--serif);
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
}

.metric span {
  color: var(--muted);
  font-size: .82rem;
  font-weight: 700;
}

.content-grid-2,
.content-grid-3,
.content-grid-4 {
  display: grid;
  gap: 18px;
}

.content-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.content-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.content-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.content-card {
  position: relative;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 24px;
}

.content-card--dark {
  color: var(--white);
  background: var(--ink-soft);
  border-color: rgba(255,255,255,.12);
}

.content-card > span {
  display: block;
  margin-bottom: 34px;
  color: var(--coral);
  font-family: var(--serif);
  font-size: 1.4rem;
}

.content-card h3 {
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.05;
}

.content-card p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

.content-card--dark p {
  color: rgba(255,255,255,.65);
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.timeline::before {
  position: absolute;
  top: 29px;
  right: 10%;
  left: 10%;
  height: 1px;
  background: var(--line);
  content: "";
}

.timeline-step {
  position: relative;
  z-index: 1;
}

.timeline-step > span {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  margin-bottom: 26px;
  color: var(--white);
  background: var(--cobalt);
  border: 8px solid var(--paper);
  border-radius: 50%;
  font-family: var(--serif);
}

.section--cream .timeline-step > span {
  border-color: var(--cream);
}

.timeline-step h3 {
  font-family: var(--serif);
  font-size: 1.5rem;
  font-weight: 400;
}

.timeline-step p {
  color: var(--muted);
  font-size: .88rem;
}

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

.source-card {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 26px;
  padding: 26px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 20px;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.source-card:hover {
  box-shadow: var(--shadow-sm);
  transform: translateY(-3px);
}

.source-card small {
  color: var(--cobalt);
  font-size: .67rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.source-card h3 {
  margin: 6px 0 8px;
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
}

.source-card p {
  margin: 0;
  color: var(--muted);
  font-size: .84rem;
}

.source-card > span {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  border-radius: 50%;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1.3fr);
  gap: 68px;
  align-items: start;
}

.contact-panel {
  position: sticky;
  top: 120px;
  padding: 36px;
  color: var(--white);
  background: var(--ink);
  border-radius: 30px;
  box-shadow: var(--shadow-lg);
}

.contact-panel h2 {
  font-family: var(--serif);
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1;
}

.contact-panel > p {
  color: rgba(255,255,255,.65);
}

.contact-methods {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}

.contact-methods a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 15px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  font-weight: 700;
}

.lead-card {
  padding: 42px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow-sm);
}

.lead-card h2 {
  margin-bottom: 8px;
  font-family: var(--serif);
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1;
}

.lead-card > p {
  color: var(--muted);
}

.lead-form {
  display: grid;
  gap: 18px;
}

.field-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.field {
  display: grid;
  gap: 7px;
  color: var(--ink);
  font-size: .78rem;
  font-weight: 700;
}

.field span small {
  color: var(--muted);
  font-weight: 500;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(7,28,41,.18);
  border-radius: 13px;
  background: var(--paper);
  outline: 0;
  font-size: .94rem;
  font-weight: 500;
  transition: border 180ms ease, box-shadow 180ms ease;
}

.field input,
.field select {
  height: 52px;
  padding: 0 14px;
}

.field textarea {
  min-height: 96px;
  padding: 13px 14px;
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--cobalt);
  box-shadow: 0 0 0 4px rgba(25,94,216,.1);
}

.field.has-error input,
.field.has-error select,
.field.has-error textarea {
  border-color: var(--coral);
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--muted);
  font-size: .73rem;
  font-weight: 500;
  line-height: 1.5;
}

.consent input {
  width: 17px;
  height: 17px;
  margin-top: 2px;
  accent-color: var(--cobalt);
}

.form-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
}

.form-status,
.form-note {
  margin: 0;
  font-size: .75rem;
}

.form-status {
  min-height: 1.2em;
  color: var(--coral-dark);
  font-weight: 700;
}

.form-status.is-success {
  color: #10744b;
}

.form-note {
  color: var(--muted);
  text-align: center;
}

.lead-dialog {
  width: min(1040px, calc(100% - 32px));
  max-height: calc(100svh - 32px);
  margin: auto;
  padding: 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-radius: 30px;
  box-shadow: var(--shadow-lg);
}

.lead-dialog::backdrop {
  background: rgba(3, 17, 26, .78);
  backdrop-filter: blur(7px);
}

.dialog-shell {
  position: relative;
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  overflow: hidden;
  background: var(--white);
  border-radius: 30px;
}

.dialog-intro {
  padding: 46px 38px;
  color: var(--white);
  background:
    radial-gradient(circle at 15% 80%, rgba(255,97,60,.28), transparent 38%),
    var(--ink);
}

.dialog-intro h2 {
  font-family: var(--serif);
  font-size: 3rem;
  font-weight: 400;
  line-height: .95;
}

.dialog-intro > p {
  color: rgba(255,255,255,.66);
}

.dialog-points {
  display: grid;
  gap: 12px;
  margin-top: 36px;
  font-size: .82rem;
  font-weight: 700;
}

.dialog-points span {
  display: flex;
  gap: 8px;
}

.dialog-points svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: var(--sun);
  stroke-width: 2;
}

.dialog-form {
  max-height: calc(100svh - 32px);
  overflow-y: auto;
  padding: 46px 42px;
}

.dialog-close {
  position: absolute;
  z-index: 4;
  top: 14px;
  right: 14px;
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--ink);
  background: var(--cream);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 1.5rem;
}

.site-footer {
  color: rgba(255,255,255,.68);
  background: #04141e;
}

.footer-cta {
  display: flex;
  width: var(--shell);
  align-items: flex-end;
  justify-content: space-between;
  gap: 50px;
  margin-inline: auto;
  padding: 86px 0;
  color: var(--white);
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.footer-cta h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  font-weight: 400;
  letter-spacing: -.04em;
  line-height: .95;
}

.footer-cta h2 em {
  color: var(--sun);
  font-weight: 400;
}

.footer-main {
  display: grid;
  width: var(--shell);
  grid-template-columns: 1.4fr .75fr .75fr 1fr;
  gap: 54px;
  margin-inline: auto;
  padding: 68px 0;
}

.brand--footer img {
  width: 120px;
  height: 66px;
}

.footer-brand > p {
  max-width: 390px;
  margin: 22px 0;
  font-size: .9rem;
}

.footer-contact {
  display: grid;
  gap: 9px;
}

.footer-contact a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--white);
  font-size: .83rem;
  font-weight: 700;
}

.footer-contact svg {
  width: 17px;
  height: 17px;
  color: var(--sun);
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 10px;
}

.footer-links h3,
.footer-note > span {
  margin-bottom: 12px;
  color: var(--white);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.footer-links a {
  font-size: .84rem;
}

.footer-links a:hover {
  color: var(--sun);
}

.footer-note {
  padding-left: 26px;
  border-left: 1px solid rgba(255,255,255,.15);
}

.footer-note blockquote {
  margin-bottom: 22px;
  color: var(--white);
  font-family: var(--serif);
  font-size: 1.55rem;
  line-height: 1.18;
}

.footer-note a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--sun);
  font-size: .82rem;
  font-weight: 700;
}

.footer-bottom {
  display: flex;
  width: var(--shell);
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-inline: auto;
  padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.12);
  font-size: .72rem;
}

.footer-bottom p {
  margin: 0;
}

.site-footer--landing .footer-main {
  grid-template-columns: 1.2fr .8fr;
}

.whatsapp-float {
  position: fixed;
  z-index: 800;
  right: 22px;
  bottom: 22px;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 10px;
  padding: 10px 17px;
  color: var(--white);
  background: #113e34;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  box-shadow: 0 18px 46px rgba(4,25,20,.28);
  font-size: .82rem;
}

.whatsapp-float span {
  width: 12px;
  height: 12px;
  background: #29d790;
  border-radius: 50%;
  box-shadow: 0 0 0 6px rgba(41,215,144,.13);
}

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

.notice-box {
  padding: 24px 26px;
  background: var(--sky);
  border: 1px solid rgba(35,130,192,.2);
  border-radius: 20px;
}

.notice-box strong {
  display: block;
  margin-bottom: 5px;
}

.notice-box p {
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
}

.photo-ribbon {
  display: grid;
  grid-template-columns: 1.3fr .7fr 1fr;
  gap: 12px;
  height: 420px;
}

.photo-ribbon > div {
  overflow: hidden;
  border-radius: 24px;
}

.photo-ribbon img {
  width: 100%;
  height: 100%;
}

.photo-ribbon > div:nth-child(2) {
  margin-top: 40px;
  margin-bottom: -40px;
}

.benefit-stack {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
}

.benefit-row {
  display: grid;
  grid-template-columns: 80px .7fr 1.3fr;
  align-items: center;
  gap: 24px;
  padding: 28px;
  background: var(--white);
}

.benefit-row > span {
  color: var(--coral);
  font-family: var(--serif);
  font-size: 1.35rem;
}

.benefit-row h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 1.7rem;
  font-weight: 400;
}

.benefit-row p {
  margin: 0;
  color: var(--muted);
  font-size: .9rem;
}

.comparison-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 24px;
}

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

.comparison-row > div {
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
}

.comparison-row > div + div {
  border-left: 1px solid var(--line);
}

.comparison-row:last-child > div {
  border-bottom: 0;
}

.comparison-row--head {
  color: var(--white);
  background: var(--ink);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.comparison-row:not(.comparison-row--head) > div:first-child {
  font-weight: 700;
}

.comparison-row:not(.comparison-row--head) > div:nth-child(2) {
  color: var(--coral-dark);
  background: #fff5f1;
}

.comparison-row:not(.comparison-row--head) > div:nth-child(3) {
  color: #126d51;
  background: #f2fbf7;
}

.conversion-band {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--cobalt);
}

.conversion-band::before,
.conversion-band::after {
  position: absolute;
  width: 340px;
  height: 340px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 50%;
  content: "";
}

.conversion-band::before { top: -190px; left: -100px; }
.conversion-band::after { right: -100px; bottom: -220px; }

.conversion-band__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 44px;
  padding: 76px 0;
}

.conversion-band h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.7rem, 5vw, 5rem);
  font-weight: 400;
  line-height: .94;
}

.conversion-band p {
  max-width: 650px;
  margin: 16px 0 0;
  color: rgba(255,255,255,.72);
}

.safety-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.safety-card {
  padding: 28px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 22px;
}

.safety-card h3 {
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 400;
}

.safety-card p {
  margin: 0;
  color: rgba(255,255,255,.65);
  font-size: .88rem;
}

.landing-call {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-left: auto;
  color: var(--white);
  font-size: .86rem;
  font-weight: 700;
}

.landing-hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 70% 20%, rgba(35,130,192,.35), transparent 32%),
    var(--ink);
}

.landing-hero__grid {
  display: grid;
  min-height: 720px;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .85fr);
  align-items: center;
  gap: 58px;
  padding: 60px 0 74px;
}

.landing-hero h1 {
  margin-bottom: 24px;
  font-family: var(--serif);
  font-size: clamp(4rem, 7vw, 7.2rem);
  font-weight: 400;
  letter-spacing: -.05em;
  line-height: .86;
}

.landing-hero h1 em {
  display: block;
  color: var(--sun);
  font-weight: 400;
}

.landing-hero__copy > p {
  max-width: 660px;
  color: rgba(255,255,255,.72);
  font-size: 1.08rem;
}

.landing-price-points {
  display: flex;
  gap: 26px;
  margin: 34px 0;
}

.landing-price-points > div {
  padding-right: 26px;
  border-right: 1px solid rgba(255,255,255,.16);
}

.landing-price-points > div:last-child {
  border-right: 0;
}

.landing-price-points strong {
  display: block;
  font-family: var(--serif);
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1;
}

.landing-price-points small {
  color: rgba(255,255,255,.52);
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.landing-form-card {
  position: relative;
  z-index: 2;
  padding: 34px;
  color: var(--ink);
  background: var(--white);
  border-radius: 30px;
  box-shadow: 0 36px 90px rgba(0,0,0,.3);
  transform: rotate(1deg);
}

.landing-form-card h2 {
  margin-bottom: 5px;
  font-family: var(--serif);
  font-size: 2.3rem;
  font-weight: 400;
  line-height: 1;
}

.landing-form-card > p {
  color: var(--muted);
  font-size: .86rem;
}

.ad-proof-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.ad-proof-grid > div {
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.ad-proof-grid strong {
  display: block;
  margin-bottom: 4px;
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 400;
}

.ad-proof-grid span {
  color: var(--muted);
  font-size: .76rem;
}

.thank-you {
  display: grid;
  min-height: calc(100svh - var(--header-height));
  place-items: center;
  padding: 80px 24px;
  color: var(--white);
  background: var(--ink);
}

.thank-you__card {
  width: min(720px, 100%);
  padding: 56px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 34px;
  text-align: center;
}

.thank-you__icon {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  margin: 0 auto 28px;
  color: var(--ink);
  background: var(--sun);
  border-radius: 50%;
  font-size: 2rem;
}

.thank-you h1 {
  margin-bottom: 15px;
  font-family: var(--serif);
  font-size: clamp(3rem, 7vw, 5.5rem);
  font-weight: 400;
  line-height: .9;
}

.thank-you p {
  color: rgba(255,255,255,.65);
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 650ms ease, transform 650ms cubic-bezier(.2,.7,.2,1);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-tilt] {
  will-change: transform;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

@media (max-width: 1180px) {
  :root { --shell: min(100% - 40px, 1100px); }
  .desktop-nav, .header-phone { display: none; }
  .header-actions { margin-left: auto; }
  .menu-toggle { display: block; }
  .home-hero__grid { grid-template-columns: .9fr 1.1fr; gap: 24px; }
  .hero-visual { min-height: 560px; }
  .hero-visual__frame { inset: 20px 34px 46px 56px; }
  .float-card { width: 190px; }
  .service-card { min-height: 540px; }
  .failure-grid, .factor-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-main { grid-template-columns: 1.3fr .7fr .7fr; }
  .footer-note { grid-column: 1 / -1; padding: 30px 0 0; border-top: 1px solid rgba(255,255,255,.15); border-left: 0; }
}

@media (max-width: 900px) {
  :root { --header-height: 76px; }
  .section { padding: 88px 0; }
  .section--tight { padding: 64px 0; }
  .header-actions .btn { display: none; }
  .home-hero__grid,
  .page-hero__grid,
  .landing-hero__grid,
  .editorial-split,
  .image-copy-split,
  .intro-statement,
  .method-layout,
  .faq-layout,
  .contact-layout {
    grid-template-columns: 1fr;
  }
  .home-hero__grid { padding-top: 58px; }
  .hero-copy h1 { font-size: clamp(4rem, 13vw, 7rem); }
  .hero-copy h1 em { transform: none; }
  .hero-visual { min-height: 600px; }
  .intro-statement { gap: 34px; }
  .intro-statement__side { max-width: 620px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 620px; }
  .editorial-split--reverse .editorial-media,
  .image-copy-split--reverse .image-panel { order: 0; }
  .editorial-media,
  .image-panel { min-height: 580px; }
  .method-layout { gap: 54px; }
  .method-intro,
  .faq-intro,
  .contact-panel { position: static; }
  .video-grid { grid-template-columns: 1fr 1fr; }
  .video-card:first-child { grid-column: 1 / -1; }
  .video-card:nth-child(n+2) { margin-top: 0; }
  .plan-grid { grid-template-columns: 1fr; max-width: 650px; margin-inline: auto; }
  .plan-card--popular { transform: none; }
  .trust-grid, .content-grid-4 { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .page-hero__grid { padding-top: 58px; }
  .page-hero__media { min-height: 560px; }
  .timeline { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .timeline::before { display: none; }
  .contact-layout { gap: 30px; }
  .footer-cta { align-items: flex-start; flex-direction: column; }
  .footer-main { grid-template-columns: 1.2fr .8fr .8fr; }
  .site-footer--landing .footer-main { grid-template-columns: 1fr; }
  .ad-proof-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 680px) {
  :root {
    --shell: calc(100% - 32px);
    --radius-lg: 28px;
  }
  body { font-size: 15px; }
  .section { padding: 72px 0; }
  .section-heading { margin-bottom: 36px; }
  .section-heading h2, .display-title { font-size: clamp(2.7rem, 13vw, 4rem); }
  .brand img { width: 96px; height: 52px; }
  .header-shell { gap: 14px; }
  .home-hero__grid { min-height: auto; padding: 52px 0 62px; }
  .hero-copy h1 { font-size: clamp(3.7rem, 17vw, 5.2rem); line-height: .87; }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-trust { display: grid; }
  .hero-visual { min-height: 500px; margin-top: 20px; }
  .hero-visual__frame { inset: 10px 18px 52px; border-radius: 44% 44% 24px 24px; transform: none; }
  .hero-orbit { inset: 58px 2px 86px; }
  .float-card { width: 170px; padding: 15px; }
  .float-card strong { font-size: 1.2rem; }
  .float-card--one { top: 42px; right: 0; }
  .float-card--two { bottom: 36px; left: 0; }
  .hero-mini-image { right: 4px; bottom: 16px; width: 124px; height: 124px; border-width: 7px; }
  .proof-strip__track { padding: 13px 0; }
  .intro-statement h2 { font-size: clamp(3rem, 14vw, 4.7rem); }
  .intro-statement__side { padding-left: 18px; }
  .service-card { min-height: 520px; }
  .service-card__copy { right: 22px; bottom: 24px; left: 22px; }
  .editorial-media, .image-panel { min-height: 480px; }
  .editorial-media__main, .image-panel__main { inset: 0 24px 45px 0; border-radius: 26px 26px 100px 26px; }
  .editorial-media__small, .image-panel__small { width: 47%; height: 34%; border-width: 7px; border-radius: 20px; }
  .media-label { top: 16px; right: 0; max-width: 160px; padding: 12px; }
  .editorial-copy h2, .image-copy h2 { font-size: clamp(2.8rem, 13vw, 4rem); }
  .failure-grid,
  .factor-grid,
  .trust-grid,
  .content-grid-2,
  .content-grid-3,
  .content-grid-4,
  .source-grid,
  .safety-grid,
  .metric-row,
  .timeline,
  .video-grid,
  .ad-proof-grid {
    grid-template-columns: 1fr;
  }
  .failure-card { min-height: auto; }
  .failure-card h3 { margin-top: 34px; }
  .factor-card { min-height: auto; }
  .method-step { grid-template-columns: 46px 1fr; gap: 12px; padding: 30px 0; }
  .method-step h3 { font-size: 1.8rem; }
  .plate-visual { border-width: 14px; }
  .plate-visual__center { width: 92px; height: 92px; border-width: 8px; font-size: .86rem; }
  .plate-label { max-width: 150px; padding: 10px 12px; font-size: .66rem; }
  .plate-label--one { top: 2%; right: -2%; }
  .plate-label--two { right: -3%; bottom: 8%; }
  .plate-label--three { left: -2%; bottom: 0; }
  .video-card, .video-card:nth-child(n+2) { min-height: 380px; grid-column: auto; }
  .plan-card { min-height: auto; padding: 26px 22px; }
  .plan-price strong { font-size: 3.5rem; }
  .faq-item > button { min-height: 76px; font-size: 1.25rem; }
  .page-hero__grid { min-height: auto; padding: 50px 0 68px; gap: 36px; }
  .page-hero__copy h1 { font-size: clamp(3.5rem, 16vw, 5.3rem); }
  .page-hero__media { min-height: 440px; }
  .page-hero__image { inset: 0 14px 28px 0; border-radius: 28px 28px 100px 28px; transform: none; }
  .page-hero__badge { max-width: 200px; padding: 15px; font-size: .72rem; }
  .benefit-row { grid-template-columns: 44px 1fr; gap: 14px; }
  .benefit-row p { grid-column: 2; }
  .comparison-table { overflow-x: auto; }
  .comparison-row { min-width: 650px; }
  .photo-ribbon { grid-template-columns: 1fr 1fr; height: 440px; }
  .photo-ribbon > div:first-child { grid-column: 1 / -1; }
  .photo-ribbon > div:nth-child(2) { margin: 0; }
  .field-row { grid-template-columns: 1fr; }
  .lead-card { padding: 28px 20px; }
  .dialog-shell { grid-template-columns: 1fr; }
  .dialog-intro { display: none; }
  .dialog-form { padding: 50px 20px 26px; }
  .footer-cta { padding: 64px 0; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 38px 24px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-note { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .whatsapp-float { right: 16px; bottom: 74px; min-height: 46px; }
  .mobile-action-bar { position: fixed; z-index: 790; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: .7fr 1.3fr; gap: 8px; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); background: rgba(255,253,248,.96); border-top: 1px solid var(--line); backdrop-filter: blur(12px); }
  .mobile-action-bar a, .mobile-action-bar button { display: grid; min-height: 46px; place-items: center; border-radius: 12px; font-size: .82rem; font-weight: 800; }
  .mobile-action-bar a { background: var(--cream); border: 1px solid var(--line); }
  .mobile-action-bar button { color: var(--white); background: var(--coral); }
  .site-footer { padding-bottom: 70px; }
  .landing-hero__grid { min-height: auto; padding: 48px 0 70px; }
  .landing-hero h1 { font-size: clamp(3.7rem, 16vw, 5.2rem); }
  .landing-price-points { gap: 14px; }
  .landing-price-points > div { padding-right: 14px; }
  .landing-price-points strong { font-size: 1.8rem; }
  .landing-form-card { padding: 26px 20px; transform: none; }
  .conversion-band__grid { grid-template-columns: 1fr; }
  .thank-you__card { padding: 42px 22px; }
}

@media (max-width: 420px) {
  :root { --shell: calc(100% - 24px); }
  .menu-toggle { width: 44px; height: 44px; }
  .hero-visual { min-height: 450px; }
  .float-card { width: 150px; }
  .float-card strong { font-size: 1.05rem; }
  .hero-mini-image { width: 108px; height: 108px; }
  .service-card { min-height: 480px; }
  .editorial-media, .image-panel { min-height: 420px; }
  .plate-label { max-width: 132px; }
  .page-hero__media { min-height: 390px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-brand, .footer-note { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  [data-tilt] { transform: none !important; }
}
