:root {
  --al-ink: #160b13;
  --al-ink-deep: #0c050a;
  --al-ink-soft: #25121f;
  --al-wine: #7c2742;
  --al-wine-deep: #55172f;
  --al-rose: #b64a67;
  --al-gold: #d8ad62;
  --al-gold-light: #f1d79f;
  --al-cream: #f6efe5;
  --al-paper: #fffaf4;
  --al-copy: #493842;
  --al-white: #fffdf9;
  --al-muted-light: #cfbeca;
  --al-border-dark: rgba(241, 215, 159, .18);
  --al-border-light: rgba(80, 39, 59, .15);
  --al-shadow: 0 30px 80px rgba(18, 5, 14, .22);
  --al-shell: min(1180px, calc(100% - 48px));
  --al-serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --al-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body.atrae-home {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--al-white);
  background: var(--al-ink);
  font-family: var(--al-sans);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.atrae-home *,
body.atrae-home *::before,
body.atrae-home *::after {
  box-sizing: border-box;
}

body.atrae-home::selection {
  color: var(--al-ink);
  background: var(--al-gold-light);
}

.al-page {
  width: 100%;
  overflow: clip;
  color: var(--al-white);
  background: var(--al-ink);
}

.al-page a {
  color: inherit;
}

.al-page img,
.al-page svg {
  display: block;
  max-width: 100%;
}

.al-page img {
  height: auto;
}

.al-page p,
.al-page h1,
.al-page h2,
.al-page h3,
.al-page figure,
.al-page blockquote {
  margin-top: 0;
}

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

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

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

.al-skip {
  position: fixed;
  z-index: 100000;
  top: 12px;
  left: 12px;
  padding: 10px 15px;
  color: var(--al-ink);
  border-radius: 6px;
  background: var(--al-white);
  transform: translateY(-160%);
  transition: transform .2s ease;
}

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

.al-page :focus-visible {
  outline: 3px solid var(--al-gold-light);
  outline-offset: 4px;
}

/* Header */
.al-header {
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  background: linear-gradient(180deg, rgba(12, 5, 10, .87), rgba(12, 5, 10, .25));
  backdrop-filter: blur(13px);
}

.al-header__inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.al-brand {
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 13px;
  color: var(--al-white) !important;
  text-decoration: none !important;
}

.al-brand img {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  object-fit: contain;
  filter: drop-shadow(0 5px 14px rgba(0, 0, 0, .35));
}

.al-brand > span {
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.al-brand strong {
  font-family: var(--al-serif);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .025em;
}

.al-brand small {
  margin-top: 5px;
  color: var(--al-muted-light);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.al-nav {
  display: flex;
  align-items: center;
  gap: 29px;
}

.al-nav a {
  position: relative;
  color: rgba(255, 253, 249, .75) !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  transition: color .2s ease;
}

.al-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--al-gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .25s ease;
}

.al-nav a:hover {
  color: var(--al-white) !important;
}

.al-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

/* Hero */
.al-hero {
  position: relative;
  min-height: 940px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background-color: var(--al-ink-deep);
  background-image:
    linear-gradient(90deg, rgba(10, 4, 9, .98) 0%, rgba(15, 6, 13, .91) 40%, rgba(18, 7, 15, .55) 73%, rgba(14, 5, 12, .78) 100%),
    linear-gradient(180deg, rgba(8, 3, 7, .35), rgba(16, 6, 14, .92)),
    url("hero-amarres-de-amor.webp");
  background-position: center;
  background-size: cover;
}

.al-hero::before,
.al-hero::after {
  position: absolute;
  z-index: -1;
  content: "";
  border: 1px solid rgba(216, 173, 98, .14);
  border-radius: 50%;
  pointer-events: none;
}

.al-hero::before {
  width: 520px;
  height: 520px;
  top: -300px;
  left: -270px;
}

.al-hero::after {
  width: 270px;
  height: 270px;
  bottom: 210px;
  left: -180px;
}

.al-hero__grid {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .76fr);
  align-items: center;
  gap: clamp(58px, 7vw, 108px);
  padding-top: 142px;
  padding-bottom: 178px;
}

.al-hero__copy,
.al-portrait {
  min-width: 0;
}

.al-eyebrow,
.al-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
  color: var(--al-gold-light);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.al-eyebrow > span {
  width: 7px;
  height: 7px;
  display: inline-block;
  flex: 0 0 auto;
  background: var(--al-gold);
  box-shadow: 0 0 18px rgba(216, 173, 98, .75);
  transform: rotate(45deg);
}

.al-hero h1 {
  max-width: 720px;
  margin-bottom: 25px;
  color: var(--al-white);
  font-family: var(--al-serif);
  font-size: clamp(54px, 5.1vw, 76px);
  font-weight: 500;
  letter-spacing: -.042em;
  line-height: .99;
}

.al-hero h1 em {
  color: var(--al-gold-light);
  font-style: normal;
}

.al-hero__lead {
  max-width: 650px;
  margin-bottom: 24px;
  color: rgba(255, 253, 249, .79);
  font-size: 18px;
  line-height: 1.72;
}

.al-person-chip {
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 25px;
  padding: 9px 16px 9px 9px;
  border: 1px solid var(--al-border-dark);
  border-left: 2px solid var(--al-gold);
  background: rgba(37, 18, 31, .75);
  box-shadow: 0 12px 36px rgba(0, 0, 0, .16);
  backdrop-filter: blur(10px);
}

.al-person-chip img {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  border: 2px solid rgba(241, 215, 159, .48);
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 15%;
}

.al-person-chip p {
  min-width: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
  line-height: 1.25;
}

.al-person-chip span {
  margin-bottom: 4px;
  color: rgba(255, 253, 249, .57);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.al-person-chip strong {
  overflow-wrap: anywhere;
  color: var(--al-white);
  font-family: var(--al-serif);
  font-size: 17px;
  font-weight: 600;
}

.al-portrait {
  position: relative;
  z-index: 1;
  width: min(100%, 455px);
  justify-self: end;
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(241, 215, 159, .25);
  background: rgba(255, 255, 255, .035);
  box-shadow: 0 35px 100px rgba(0, 0, 0, .4);
}

.al-portrait::before {
  position: absolute;
  z-index: 3;
  top: 27px;
  right: 27px;
  width: 58px;
  height: 58px;
  content: "";
  border: 1px solid rgba(241, 215, 159, .47);
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--al-gold) 0 2px, transparent 3px),
    repeating-conic-gradient(from 0deg, rgba(216, 173, 98, .6) 0deg 1deg, transparent 1deg 30deg);
  opacity: .82;
}

.al-portrait > img {
  width: 100%;
  aspect-ratio: 4 / 5.25;
  object-fit: cover;
  object-position: 50% 12%;
  filter: saturate(.88) contrast(1.03);
}

.al-portrait__halo {
  position: absolute;
  z-index: -1;
  width: 115%;
  aspect-ratio: 1;
  top: 3%;
  left: -8%;
  border: 1px solid rgba(216, 173, 98, .2);
  border-radius: 50%;
  box-shadow:
    0 0 0 46px rgba(216, 173, 98, .035),
    0 0 0 92px rgba(216, 173, 98, .02);
}

.al-portrait figcaption {
  position: absolute;
  z-index: 4;
  right: -18px;
  bottom: 40px;
  left: 42px;
  display: flex;
  flex-direction: column;
  padding: 18px 21px;
  border: 1px solid rgba(241, 215, 159, .25);
  border-left: 3px solid var(--al-gold);
  background: rgba(20, 8, 17, .92);
  box-shadow: 0 18px 45px rgba(0, 0, 0, .32);
  backdrop-filter: blur(12px);
}

.al-portrait figcaption span {
  margin-bottom: 3px;
  color: var(--al-gold);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.al-portrait figcaption strong {
  color: var(--al-white);
  font-family: var(--al-serif);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.15;
}

.al-portrait figcaption small {
  margin-top: 5px;
  color: var(--al-muted-light);
  font-size: 11px;
}

/* The original conversion image, URL and clickable image are intentionally untouched. */
.al-conversion {
  width: fit-content;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
}

.al-conversion .elementor-widget-container,
.al-conversion a {
  width: 265px;
  max-width: 100%;
  display: block;
  line-height: 0;
}

.al-conversion img {
  width: 265px !important;
  max-width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.al-conversion small {
  color: rgba(255, 253, 249, .61);
  font-size: 11px;
  font-weight: 600;
}

.al-trust {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 39px;
  left: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--al-border-dark);
  background: rgba(28, 12, 24, .82);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .17);
  backdrop-filter: blur(13px);
}

.al-trust > div {
  min-width: 0;
  min-height: 88px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 17px 24px;
}

.al-trust > div + div {
  border-left: 1px solid var(--al-border-dark);
}

.al-trust svg {
  width: 27px;
  height: 27px;
  flex: 0 0 auto;
  fill: var(--al-gold);
}

.al-trust p {
  min-width: 0;
  display: flex;
  flex-direction: column;
  margin: 0;
  line-height: 1.28;
}

.al-trust strong {
  margin-bottom: 4px;
  color: var(--al-white);
  font-family: var(--al-serif);
  font-size: 17px;
  font-weight: 600;
}

.al-trust span {
  color: var(--al-muted-light);
  font-size: 11px;
}

/* Shared headings */
.al-heading {
  max-width: 790px;
  margin-bottom: 56px;
}

.al-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.al-heading--center .al-kicker {
  justify-content: center;
}

.al-kicker {
  color: var(--al-wine);
}

.al-kicker::before {
  width: 24px;
  height: 1px;
  content: "";
  background: currentColor;
}

.al-section h2 {
  margin-bottom: 22px;
  color: var(--al-ink);
  font-family: var(--al-serif);
  font-size: clamp(43px, 4.6vw, 64px);
  font-weight: 500;
  letter-spacing: -.035em;
  line-height: 1.02;
}

.al-heading > p:last-child {
  max-width: 680px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  color: #79656f;
  font-size: 17px;
}

.al-lead {
  color: var(--al-copy);
  font-size: 18px;
  line-height: 1.78;
}

/* Situation cards */
.al-situations {
  color: var(--al-ink);
  background:
    radial-gradient(circle at 14% 12%, rgba(216, 173, 98, .13), transparent 29%),
    var(--al-cream);
}

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

.al-case-card {
  position: relative;
  min-width: 0;
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 34px 31px 31px;
  overflow: hidden;
  border: 1px solid var(--al-border-light);
  background: rgba(255, 250, 244, .68);
  box-shadow: 0 18px 55px rgba(47, 22, 35, .055);
}

.al-case-card::after {
  position: absolute;
  width: 155px;
  height: 155px;
  top: -94px;
  right: -80px;
  content: "";
  border: 1px solid rgba(124, 39, 66, .16);
  border-radius: 50%;
}

.al-card-number {
  margin-bottom: 29px;
  color: var(--al-wine);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
}

.al-card-symbol {
  margin-bottom: 23px;
  color: var(--al-wine);
  font-family: var(--al-serif);
  font-size: 31px;
  line-height: 1;
}

.al-case-card h3 {
  margin-bottom: 13px;
  color: var(--al-ink);
  font-family: var(--al-serif);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.08;
}

.al-case-card p {
  margin-bottom: 0;
  color: #78636d;
  font-size: 14px;
  line-height: 1.65;
}

/* Service */
.al-service {
  color: var(--al-ink);
  background: var(--al-paper);
}

.al-service__grid {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(340px, .83fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(65px, 8vw, 120px);
}

.al-service__grid > * {
  min-width: 0;
}

.al-service__visual {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  color: var(--al-white);
  background:
    radial-gradient(circle at center, rgba(182, 74, 103, .28), transparent 38%),
    linear-gradient(145deg, #2a1323, #11070e 68%);
  box-shadow: var(--al-shadow);
}

.al-service__visual::before,
.al-service__visual::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(216, 173, 98, .12);
  border-radius: 50%;
}

.al-service__visual::before {
  width: 480px;
  height: 480px;
}

.al-service__visual::after {
  width: 360px;
  height: 360px;
}

.al-sigil {
  position: relative;
  z-index: 2;
  width: 255px;
  height: 255px;
  display: grid;
  place-items: center;
}

.al-sigil span {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(216, 173, 98, .52);
  border-radius: 50%;
}

.al-sigil span:nth-child(2) {
  inset: 25px;
  border-radius: 9%;
  transform: rotate(45deg);
}

.al-sigil span:nth-child(3) {
  inset: 53px;
  border-color: rgba(216, 173, 98, .35);
}

.al-sigil b {
  color: var(--al-gold-light);
  font-family: var(--al-serif);
  font-size: 58px;
  font-weight: 400;
  text-shadow: 0 0 32px rgba(182, 74, 103, .72);
}

.al-service__visual > p {
  position: relative;
  z-index: 2;
  max-width: 330px;
  margin: 30px 25px 0;
  color: var(--al-gold-light);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
  text-align: center;
  text-transform: uppercase;
}

.al-service__copy h2 {
  max-width: 630px;
}

.al-service__copy > .al-lead {
  margin-bottom: 30px;
}

.al-benefits {
  margin: 0 0 32px;
  padding: 0;
  list-style: none;
}

.al-benefits li {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  padding: 18px 0;
  border-top: 1px solid var(--al-border-light);
}

.al-benefits li:last-child {
  border-bottom: 1px solid var(--al-border-light);
}

.al-benefits li > span {
  padding-top: 2px;
  color: var(--al-wine);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .11em;
}

.al-benefits p {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: #78636d;
  font-size: 13px;
  line-height: 1.55;
}

.al-benefits strong {
  margin-bottom: 4px;
  color: var(--al-ink);
  font-family: var(--al-serif);
  font-size: 19px;
  font-weight: 600;
}

.al-service .al-conversion small {
  color: #806a74;
}

/* Process */
.al-process {
  color: var(--al-white);
  background:
    radial-gradient(circle at 82% 15%, rgba(124, 39, 66, .27), transparent 30%),
    var(--al-ink);
}

.al-process__heading {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .55fr);
  align-items: end;
  gap: 70px;
  margin-bottom: 70px;
}

.al-process .al-kicker,
.al-profile .al-kicker,
.al-final .al-kicker {
  color: var(--al-gold);
}

.al-process h2,
.al-profile h2,
.al-final h2 {
  color: var(--al-white);
}

.al-process__heading > p {
  margin-bottom: 6px;
  color: var(--al-muted-light);
  font-size: 15px;
}

.al-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.al-steps li {
  position: relative;
  min-width: 0;
  padding: 0 27px;
}

.al-steps li:first-child {
  padding-left: 0;
}

.al-steps li:last-child {
  padding-right: 0;
}

.al-steps li + li::before {
  position: absolute;
  top: 22px;
  bottom: 0;
  left: 0;
  width: 1px;
  content: "";
  background: linear-gradient(var(--al-gold), transparent 86%);
  opacity: .35;
}

.al-steps li > span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  color: var(--al-gold-light);
  border: 1px solid rgba(216, 173, 98, .42);
  border-radius: 50%;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .08em;
}

.al-steps h3 {
  margin-bottom: 13px;
  color: var(--al-white);
  font-family: var(--al-serif);
  font-size: 25px;
  font-weight: 600;
  line-height: 1.1;
}

.al-steps p {
  margin-bottom: 0;
  color: var(--al-muted-light);
  font-size: 13px;
  line-height: 1.65;
}

/* Video call */
.al-video-call {
  overflow: hidden;
  color: var(--al-ink);
  background:
    radial-gradient(circle at 8% 18%, rgba(182, 74, 103, .12), transparent 31%),
    radial-gradient(circle at 92% 85%, rgba(216, 173, 98, .16), transparent 30%),
    var(--al-paper);
}

.al-video-call::before {
  position: absolute;
  width: 540px;
  height: 540px;
  top: -390px;
  right: -210px;
  content: "";
  border: 1px solid rgba(124, 39, 66, .12);
  border-radius: 50%;
  pointer-events: none;
}

.al-video-call__grid {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(380px, .68fr);
  align-items: center;
  gap: clamp(64px, 9vw, 130px);
}

.al-video-call__grid > * {
  min-width: 0;
}

.al-video-call__copy {
  max-width: 625px;
}

.al-video-call__copy .al-lead {
  margin-bottom: 31px;
}

.al-video-call__benefits {
  margin: 0 0 34px;
  padding: 0;
  border-top: 1px solid var(--al-border-light);
  list-style: none;
}

.al-video-call__benefits li {
  min-height: 59px;
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--al-border-light);
}

.al-video-call__benefits span {
  color: var(--al-wine);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .12em;
}

.al-video-call__benefits strong {
  color: var(--al-ink);
  font-family: var(--al-serif);
  font-size: 20px;
  font-weight: 600;
}

.al-video-call__notice {
  display: grid;
  grid-template-columns: minmax(125px, .35fr) minmax(0, 1fr);
  gap: 18px;
  margin: 0;
  padding: 18px 20px;
  color: #745d69;
  border: 1px solid rgba(85, 23, 47, .16);
  border-left: 3px solid var(--al-wine);
  background: rgba(255, 255, 255, .5);
  font-size: 12px;
  line-height: 1.6;
}

.al-video-call__notice strong {
  color: var(--al-wine-deep);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.al-video-call__poster {
  width: min(100%, 510px);
  justify-self: end;
  margin: 0;
}

.al-video-call__frame {
  position: relative;
  display: block;
  padding: 11px;
  overflow: hidden;
  border: 1px solid rgba(85, 23, 47, .22);
  background: #180a13;
  box-shadow: 0 32px 80px rgba(33, 10, 23, .2);
}

.al-video-call__frame::after {
  position: absolute;
  inset: 11px;
  content: "";
  border: 1px solid rgba(241, 215, 159, .16);
  pointer-events: none;
}

.al-video-call__frame img {
  width: 100%;
  transition: transform .45s ease, filter .45s ease;
}

.al-video-call__poster-link {
  display: block;
  padding: 17px 3px 0;
  color: var(--al-wine);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* Profile */
.al-profile {
  overflow: hidden;
  background:
    radial-gradient(circle at 91% 8%, rgba(182, 74, 103, .2), transparent 28%),
    #10070e;
}

.al-profile::before {
  position: absolute;
  width: 650px;
  height: 650px;
  top: 75px;
  left: -540px;
  content: "";
  border: 1px solid rgba(216, 173, 98, .1);
  border-radius: 50%;
}

.al-profile__grid {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(350px, .82fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(64px, 8vw, 120px);
}

.al-profile__grid > * {
  min-width: 0;
}

.al-profile__photo {
  position: relative;
  margin: 0;
  padding: 12px;
  border: 1px solid var(--al-border-dark);
  background: rgba(255, 255, 255, .025);
  box-shadow: 0 30px 85px rgba(0, 0, 0, .35);
}

.al-profile__photo img {
  width: 100%;
  max-height: 650px;
  object-fit: cover;
  object-position: 50% 15%;
  filter: saturate(.9) contrast(1.03);
}

.al-profile__photo figcaption {
  position: absolute;
  right: -20px;
  bottom: 31px;
  padding: 12px 19px;
  color: var(--al-gold-light);
  border: 1px solid var(--al-border-dark);
  background: rgba(20, 8, 17, .94);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.al-profile__role {
  margin: -9px 0 24px;
  color: var(--al-gold-light);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.al-profile .al-lead {
  margin-bottom: 27px;
  color: var(--al-muted-light);
}

.al-profile__list {
  margin: 0 0 29px;
  padding: 0;
  list-style: none;
}

.al-profile__list li {
  position: relative;
  padding: 11px 0 11px 26px;
  color: var(--al-white);
  border-top: 1px solid var(--al-border-dark);
  font-size: 14px;
}

.al-profile__list li:last-child {
  border-bottom: 1px solid var(--al-border-dark);
}

.al-profile__list li::before {
  position: absolute;
  top: 19px;
  left: 3px;
  width: 6px;
  height: 6px;
  content: "";
  background: var(--al-gold);
  transform: rotate(45deg);
}

.al-profile__copy blockquote {
  margin-bottom: 0;
  padding: 4px 0 4px 23px;
  color: rgba(255, 253, 249, .79);
  border-left: 2px solid var(--al-gold);
  font-family: var(--al-serif);
  font-size: 21px;
  font-style: italic;
  line-height: 1.45;
}

/* Visual and audio testimonials */
.al-testimony {
  color: var(--al-ink);
  background:
    linear-gradient(90deg, rgba(216, 173, 98, .07) 1px, transparent 1px),
    linear-gradient(rgba(216, 173, 98, .07) 1px, transparent 1px),
    var(--al-cream);
  background-size: 34px 34px;
}

.al-proof__header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 48px;
}

.al-proof__header .al-heading {
  margin: 0;
}

.al-proof__header .al-heading > p:last-child {
  margin-left: 0;
}

.al-proof__controls {
  display: flex;
  flex: 0 0 auto;
  gap: 9px;
  padding-bottom: 6px;
}

.al-proof__controls button {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  padding: 0;
  color: var(--al-wine);
  border: 1px solid rgba(85, 23, 47, .2);
  border-radius: 50%;
  background: rgba(255, 250, 244, .8);
  cursor: pointer;
  font-size: 20px;
  transition: color .2s ease, border-color .2s ease, background .2s ease, transform .2s ease;
}

.al-proof__controls button:hover {
  color: var(--al-white);
  border-color: var(--al-wine);
  background: var(--al-wine);
  transform: translateY(-2px);
}

.al-proof__track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: min(420px, 82vw);
  gap: 22px;
  padding: 6px 4px 26px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  scroll-snap-type: inline mandatory;
  scrollbar-color: rgba(124, 39, 66, .38) rgba(124, 39, 66, .08);
  scrollbar-width: thin;
}

.al-proof__track::-webkit-scrollbar {
  height: 7px;
}

.al-proof__track::-webkit-scrollbar-track {
  background: rgba(124, 39, 66, .08);
}

.al-proof__track::-webkit-scrollbar-thumb {
  border-radius: 99px;
  background: rgba(124, 39, 66, .38);
}

.al-proof__card {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(85, 23, 47, .15);
  background: rgba(255, 250, 244, .88);
  box-shadow: 0 20px 55px rgba(38, 14, 28, .1);
  scroll-snap-align: start;
}

.al-proof__image {
  position: relative;
  aspect-ratio: 4 / 5;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: var(--al-white) !important;
  background:
    radial-gradient(circle at 50% 10%, rgba(182, 74, 103, .2), transparent 44%),
    #10070e;
  text-decoration: none !important;
}

.al-proof__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform .35s ease, filter .35s ease;
}

.al-proof__image > span {
  position: absolute;
  right: 14px;
  bottom: 14px;
  padding: 8px 12px;
  color: var(--al-white);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 99px;
  background: rgba(13, 5, 11, .83);
  box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
}

.al-proof__image:hover img {
  filter: brightness(.95);
  transform: scale(1.015);
}

.al-proof__card figcaption {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  padding: 23px 24px 25px;
}

.al-proof__card figcaption strong {
  margin-bottom: 8px;
  color: var(--al-ink);
  font-family: var(--al-serif);
  font-size: 23px;
  font-weight: 600;
  line-height: 1.15;
}

.al-proof__card figcaption span {
  color: #78636e;
  font-size: 13px;
  line-height: 1.55;
}

.al-proof__note {
  margin: 14px 0 0;
  color: #836d77;
  font-size: 11px;
  line-height: 1.55;
}

.al-proof__audio {
  margin-top: 84px;
  padding-top: 84px;
  border-top: 1px solid rgba(85, 23, 47, .14);
}

.al-proof-modal {
  width: min(1120px, calc(100vw - 32px));
  max-width: none;
  max-height: calc(100vh - 32px);
  margin: auto;
  padding: 0;
  overflow: visible;
  color: var(--al-white);
  border: 1px solid rgba(241, 215, 159, .25);
  background: #10070e;
  box-shadow: 0 36px 110px rgba(0, 0, 0, .58);
}

.al-proof-modal::backdrop {
  background: rgba(8, 3, 7, .88);
  backdrop-filter: blur(8px);
}

.al-proof-modal__panel {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}

.al-proof-modal__media {
  width: 100%;
  max-height: calc(100vh - 115px);
  display: grid;
  place-items: center;
  overflow: auto;
}

.al-proof-modal__media img {
  width: auto;
  max-width: 100%;
  max-height: calc(100vh - 135px);
  object-fit: contain;
}

.al-proof-modal__close {
  position: absolute;
  z-index: 2;
  top: 11px;
  right: 11px;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0 0 3px;
  color: var(--al-white);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  background: rgba(12, 5, 10, .88);
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.al-proof-modal__panel > a {
  margin-top: 13px;
  color: var(--al-gold-light) !important;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.al-testimony__grid {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, .75fr) minmax(360px, .9fr);
  align-items: center;
  gap: clamp(65px, 9vw, 130px);
}

.al-testimony__grid > * {
  min-width: 0;
}

.al-testimony__grid > div > p:not(.al-kicker) {
  max-width: 490px;
  margin-bottom: 25px;
  color: #735f69;
}

.al-testimony audio {
  width: 100%;
  max-width: 480px;
  display: block;
  margin-bottom: 10px;
}

.al-testimony__grid > div > small {
  color: #89727d;
  font-size: 10px;
}

.al-testimony__grid > blockquote {
  position: relative;
  min-height: 360px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 0;
  padding: 56px;
  overflow: hidden;
  color: var(--al-white);
  background: linear-gradient(145deg, #351829, #170a14 70%);
  box-shadow: var(--al-shadow);
}

.al-testimony__grid > blockquote::after {
  position: absolute;
  width: 270px;
  height: 270px;
  right: -145px;
  bottom: -155px;
  content: "";
  border: 1px solid rgba(216, 173, 98, .22);
  border-radius: 50%;
}

.al-testimony blockquote > span {
  height: 57px;
  margin-bottom: 14px;
  color: var(--al-gold);
  font-family: var(--al-serif);
  font-size: 78px;
  line-height: 1;
}

.al-testimony blockquote p {
  margin-bottom: 27px;
  color: var(--al-white);
  font-family: var(--al-serif);
  font-size: 30px;
  line-height: 1.3;
}

.al-testimony blockquote cite {
  color: var(--al-gold-light);
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

/* FAQ */
.al-faq {
  color: var(--al-ink);
  background: var(--al-paper);
}

.al-faq__grid {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(270px, .6fr) minmax(0, 1fr);
  align-items: start;
  gap: clamp(70px, 9vw, 135px);
}

.al-faq__grid > * {
  min-width: 0;
}

.al-faq__intro {
  position: sticky;
  top: 115px;
}

.al-faq__intro > p:last-child {
  color: #765f6b;
}

.al-faq__list {
  border-top: 1px solid var(--al-border-light);
}

.al-faq details {
  border-bottom: 1px solid var(--al-border-light);
}

.al-faq summary {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 25px;
  padding: 22px 0;
  color: var(--al-ink);
  cursor: pointer;
  font-family: var(--al-serif);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.25;
  list-style: none;
}

.al-faq summary::-webkit-details-marker {
  display: none;
}

.al-faq summary span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  color: var(--al-wine);
  border: 1px solid var(--al-border-light);
  border-radius: 50%;
  font-family: var(--al-sans);
  font-size: 20px;
  font-weight: 400;
  transition: transform .25s ease;
}

.al-faq details[open] summary span {
  transform: rotate(45deg);
}

.al-faq details > p {
  margin: -4px 48px 27px 0;
  color: #725e68;
  font-size: 14px;
  line-height: 1.72;
}

/* Final CTA */
.al-final {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 120%, rgba(182, 74, 103, .28), transparent 42%),
    linear-gradient(145deg, #1f0d1a, #0d050b);
}

.al-final::before,
.al-final::after {
  position: absolute;
  content: "";
  border: 1px solid rgba(216, 173, 98, .13);
  border-radius: 50%;
}

.al-final::before {
  width: 510px;
  height: 510px;
  top: -420px;
  left: -120px;
}

.al-final::after {
  width: 430px;
  height: 430px;
  right: -280px;
  bottom: -280px;
}

.al-final__inner {
  position: relative;
  z-index: 2;
  max-width: 850px;
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.al-final .al-kicker {
  justify-content: center;
}

.al-final h2 {
  max-width: 830px;
}

.al-final__inner > p:not(.al-kicker) {
  max-width: 610px;
  margin-bottom: 30px;
  color: var(--al-muted-light);
}

.al-conversion--center {
  align-items: center;
}

/* Footer */
.al-footer {
  padding: 35px 0;
  border-top: 1px solid var(--al-border-dark);
  background: #0a0408;
}

.al-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.al-footer .al-brand img {
  width: 48px;
  height: 48px;
}

.al-footer .al-brand strong {
  font-size: 17px;
}

.al-footer .al-brand small {
  font-size: 9px;
}

.al-footer__inner > p {
  max-width: 510px;
  margin: 0;
  color: rgba(255, 253, 249, .53);
  font-size: 11px;
  text-align: right;
}

@media (max-width: 1050px) {
  .al-nav {
    gap: 19px;
  }

  .al-hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(330px, .72fr);
    gap: 50px;
  }

  .al-hero h1 {
    font-size: clamp(51px, 5.5vw, 65px);
  }

  .al-portrait figcaption {
    right: -10px;
    left: 25px;
  }

  .al-trust > div {
    padding-inline: 18px;
  }

  .al-service__grid,
  .al-profile__grid {
    gap: 62px;
  }

  .al-video-call__grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, .72fr);
    gap: 58px;
  }
}

@media (max-width: 860px) {
  :root {
    --al-shell: min(calc(100% - 40px), 720px);
  }

  .al-nav {
    display: none;
  }

  .al-hero {
    min-height: 0;
    display: block;
    background-image:
      linear-gradient(180deg, rgba(10, 4, 9, .97) 0%, rgba(15, 6, 13, .82) 53%, rgba(14, 5, 12, .96) 100%),
      url("hero-amarres-de-amor-mobile.webp");
    background-position: center top;
  }

  .al-hero__grid {
    grid-template-columns: 1fr;
    gap: 54px;
    padding-top: 135px;
    padding-bottom: 54px;
  }

  .al-hero__copy {
    max-width: 680px;
  }

  .al-hero h1 {
    max-width: 680px;
    font-size: clamp(48px, 8.2vw, 64px);
  }

  .al-portrait {
    width: min(100%, 520px);
    justify-self: center;
  }

  .al-trust {
    position: relative;
    bottom: auto;
    width: 100%;
    grid-template-columns: 1fr;
    border-right: 0;
    border-left: 0;
    background: #1a0b17;
    box-shadow: none;
    backdrop-filter: none;
  }

  .al-trust > div {
    min-height: 80px;
    padding-right: max(20px, calc((100vw - min(100vw - 40px, 720px)) / 2));
    padding-left: max(20px, calc((100vw - min(100vw - 40px, 720px)) / 2));
  }

  .al-trust > div + div {
    border-top: 1px solid var(--al-border-dark);
    border-left: 0;
  }

  .al-card-grid {
    grid-template-columns: 1fr;
  }

  .al-case-card {
    min-height: 0;
  }

  .al-service__grid,
  .al-video-call__grid,
  .al-profile__grid,
  .al-testimony__grid,
  .al-faq__grid {
    grid-template-columns: 1fr;
  }

  .al-service__visual {
    width: min(100%, 560px);
    min-height: 500px;
    margin-inline: auto;
  }

  .al-process__heading {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .al-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 0;
  }

  .al-steps li:nth-child(3) {
    padding-left: 0;
  }

  .al-steps li:nth-child(3)::before {
    display: none;
  }

  .al-video-call__grid {
    gap: 52px;
  }

  .al-video-call__copy {
    max-width: 680px;
  }

  .al-video-call__poster {
    width: min(100%, 560px);
    justify-self: center;
  }

  .al-profile__photo {
    width: min(100%, 560px);
    margin-inline: auto;
  }

  .al-profile__photo img {
    max-height: 720px;
  }

  .al-testimony__grid > blockquote {
    min-height: 320px;
  }

  .al-proof__header {
    gap: 32px;
  }

  .al-faq__intro {
    position: static;
  }
}

@media (max-width: 600px) {
  :root {
    --al-shell: calc(100% - 32px);
  }

  html {
    scroll-padding-top: 76px;
  }

  body.atrae-home {
    font-size: 16px;
  }

  .al-section {
    padding: 76px 0;
  }

  .al-header {
    background: linear-gradient(180deg, rgba(10, 4, 9, .94), rgba(10, 4, 9, .25));
    backdrop-filter: none;
  }

  .al-header__inner {
    min-height: 73px;
  }

  .al-brand {
    gap: 9px;
  }

  .al-brand img {
    width: 44px;
    height: 44px;
  }

  .al-brand strong {
    font-size: 16px;
  }

  .al-brand small {
    max-width: 225px;
    overflow: hidden;
    margin-top: 3px;
    font-size: 8px;
    letter-spacing: .1em;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .al-hero__grid {
    gap: 46px;
    padding-top: 115px;
    padding-bottom: 46px;
  }

  .al-eyebrow,
  .al-kicker {
    margin-bottom: 16px;
    font-size: 9px;
    letter-spacing: .13em;
  }

  .al-hero h1 {
    max-width: 100%;
    margin-bottom: 20px;
    font-size: clamp(39px, 11.2vw, 52px);
    letter-spacing: -.035em;
    line-height: 1;
  }

  .al-hero__lead {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.62;
  }

  .al-person-chip {
    width: 100%;
    gap: 10px;
    margin-bottom: 22px;
    padding: 8px 10px 8px 7px;
    backdrop-filter: none;
  }

  .al-person-chip img {
    width: 44px;
    height: 44px;
  }

  .al-person-chip span {
    font-size: 8px;
  }

  .al-person-chip strong {
    font-size: 15px;
  }

  .al-portrait {
    width: 100%;
    padding: 8px;
  }

  .al-portrait::before {
    top: 19px;
    right: 19px;
    width: 47px;
    height: 47px;
  }

  .al-portrait figcaption {
    right: -1px;
    bottom: 24px;
    left: 20px;
    padding: 14px 16px;
    backdrop-filter: none;
  }

  .al-portrait figcaption strong {
    font-size: clamp(19px, 6vw, 24px);
  }

  .al-portrait figcaption small {
    font-size: 9px;
  }

  .al-trust > div {
    padding-right: 16px;
    padding-left: 16px;
  }

  .al-trust strong {
    font-size: 16px;
  }

  .al-section h2 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .al-heading {
    margin-bottom: 38px;
  }

  .al-heading--center,
  .al-heading--center .al-kicker {
    justify-content: flex-start;
    text-align: left;
  }

  .al-heading > p:last-child,
  .al-lead {
    font-size: 15px;
  }

  .al-card-grid {
    gap: 13px;
  }

  .al-case-card {
    padding: 27px 24px;
  }

  .al-card-number {
    margin-bottom: 20px;
  }

  .al-card-symbol {
    margin-bottom: 17px;
  }

  .al-case-card h3 {
    font-size: 25px;
  }

  .al-service__grid,
  .al-profile__grid,
  .al-testimony__grid,
  .al-faq__grid {
    gap: 47px;
  }

  .al-service__visual {
    min-height: 390px;
  }

  .al-service__visual::before {
    width: 370px;
    height: 370px;
  }

  .al-service__visual::after {
    width: 285px;
    height: 285px;
  }

  .al-sigil {
    width: 210px;
    height: 210px;
  }

  .al-service__visual > p {
    font-size: 8px;
  }

  .al-benefits li {
    grid-template-columns: 37px 1fr;
    gap: 10px;
  }

  .al-process__heading {
    margin-bottom: 47px;
  }

  .al-steps {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .al-steps li,
  .al-steps li:first-child,
  .al-steps li:nth-child(3),
  .al-steps li:last-child {
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 18px;
    padding: 0 0 31px;
  }

  .al-steps li + li::before,
  .al-steps li:nth-child(3)::before {
    top: -23px;
    bottom: auto;
    left: 23px;
    width: 1px;
    height: 23px;
    display: block;
    background: var(--al-gold);
  }

  .al-steps li > span {
    grid-row: 1 / span 2;
    margin-bottom: 0;
  }

  .al-steps h3 {
    margin: 3px 0 8px;
    font-size: 22px;
  }

  .al-steps p {
    grid-column: 2;
  }

  .al-profile__photo {
    padding: 8px;
  }

  .al-profile__photo figcaption {
    right: -1px;
    bottom: 20px;
    font-size: 8px;
  }

  .al-profile__copy blockquote {
    font-size: 19px;
  }

  .al-video-call__grid {
    gap: 42px;
  }

  .al-video-call__copy .al-lead {
    margin-bottom: 26px;
  }

  .al-video-call__benefits {
    margin-bottom: 27px;
  }

  .al-video-call__benefits li {
    min-height: 57px;
    grid-template-columns: 33px 1fr;
    gap: 10px;
  }

  .al-video-call__benefits strong {
    font-size: 18px;
  }

  .al-video-call__notice {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 16px 17px;
  }

  .al-video-call__frame {
    padding: 8px;
  }

  .al-video-call__frame::after {
    inset: 8px;
  }

  .al-video-call__poster-link {
    padding-top: 14px;
    font-size: 9px;
    line-height: 1.55;
  }

  .al-proof__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 19px;
    margin-bottom: 31px;
  }

  .al-proof__controls {
    align-self: flex-end;
    padding-bottom: 0;
  }

  .al-proof__controls button {
    width: 44px;
    height: 44px;
  }

  .al-proof__track {
    grid-auto-columns: min(88%, 360px);
    gap: 14px;
    margin-right: -16px;
    padding: 4px 16px 21px 1px;
  }

  .al-proof__card figcaption {
    min-height: 119px;
    padding: 19px 18px 21px;
  }

  .al-proof__card figcaption strong {
    font-size: 20px;
  }

  .al-proof__card figcaption span {
    font-size: 12px;
  }

  .al-proof__image > span {
    right: 10px;
    bottom: 10px;
    padding: 7px 10px;
    font-size: 8px;
  }

  .al-proof__note {
    margin-top: 10px;
  }

  .al-proof__audio {
    margin-top: 58px;
    padding-top: 58px;
  }

  .al-proof-modal {
    width: calc(100vw - 16px);
    max-height: calc(100vh - 16px);
  }

  .al-proof-modal__panel {
    padding: 9px 9px 14px;
  }

  .al-proof-modal__media {
    max-height: calc(100vh - 92px);
  }

  .al-proof-modal__media img {
    max-height: calc(100vh - 108px);
  }

  .al-proof-modal__close {
    top: 8px;
    right: 8px;
    width: 40px;
    height: 40px;
  }

  .al-proof-modal__panel > a {
    margin-top: 10px;
    font-size: 9px;
  }

  .al-testimony__grid > blockquote {
    min-height: 290px;
    padding: 38px 28px;
  }

  .al-testimony blockquote p {
    font-size: 26px;
  }

  .al-faq summary {
    min-height: 76px;
    gap: 14px;
    padding: 19px 0;
    font-size: 19px;
  }

  .al-faq details > p {
    margin-right: 8px;
  }

  .al-final .al-kicker {
    justify-content: center;
  }

  .al-footer__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }

  .al-footer__inner > p {
    text-align: left;
  }
}

@media (max-width: 370px) {
  :root {
    --al-shell: calc(100% - 24px);
  }

  .al-brand small {
    max-width: 190px;
  }

  .al-hero h1 {
    font-size: 38px;
  }
}

@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;
  }
}

@media print {
  .al-header,
  .al-conversion,
  .al-proof__controls,
  .al-proof-modal,
  .joinchat,
  #sofia-trigger,
  #sofia-panel,
  #sofia-welcome {
    display: none !important;
  }
}
