:root {
  --blue-950: #031329;
  --blue-900: #05244a;
  --blue-700: #0066b3;
  --green-600: #35c928;
  --green-700: #168b32;
  --gold: #f5b72e;
  --text: #ffffff;
  --muted: rgba(255,255,255,.78);
  --line: rgba(255,255,255,.16);
  --glass: rgba(8, 31, 58, .70);
  --radius-xl: 32px;
  --shadow: 0 28px 90px rgba(0, 0, 0, .42);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: radial-gradient(circle at 18% 12%, rgba(66, 255, 73, .20), transparent 28%), radial-gradient(circle at 84% 36%, rgba(0, 122, 255, .35), transparent 32%), #010916;
}
a { color: inherit; text-decoration: none; }
.page-shell {
  width: 100%;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}
.card {
  position: relative;
  overflow: hidden;
  width: min(100%, 1080px);
  min-height: min(100vh, 1360px);
  padding: clamp(24px, 4vw, 56px);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(2, 14, 34, .98), rgba(3, 27, 55, .94) 45%, rgba(2, 68, 42, .93)),
    radial-gradient(circle at left bottom, rgba(67, 255, 0, .26), transparent 32%);
  box-shadow: var(--shadow);
  isolation: isolate;
}
.card::before,
.card::after {
  content: "";
  position: absolute;
  inset: auto -18% 9% -18%;
  height: 300px;
  border: 7px solid rgba(0, 117, 255, .85);
  border-top: none;
  border-radius: 50%;
  transform: rotate(-6deg);
  filter: drop-shadow(0 0 16px rgba(0, 145, 255, .65));
  z-index: -1;
}
.card::after {
  inset: auto -12% 20% -16%;
  border-color: rgba(91, 255, 32, .74);
  transform: rotate(8deg);
}
.glow {
  position: absolute;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  filter: blur(70px);
  opacity: .45;
  z-index: -1;
}
.glow-green { background: #26ff58; left: -90px; bottom: 160px; }
.glow-blue { background: #008cff; right: -80px; top: 160px; }
.leaf {
  position: absolute;
  width: 170px;
  height: 90px;
  background: linear-gradient(135deg, #1c8f31, #88ff3f);
  border-radius: 100% 0 100% 0;
  opacity: .72;
  filter: blur(.2px) drop-shadow(0 12px 28px rgba(25, 255, 56, .25));
  z-index: -1;
}
.leaf::after {
  content: "";
  position: absolute;
  left: 14%;
  top: 50%;
  width: 74%;
  height: 2px;
  background: rgba(255,255,255,.65);
  transform: rotate(-16deg);
}
.leaf-one { top: -18px; left: -34px; transform: rotate(-24deg); }
.leaf-two { right: -32px; bottom: 24px; transform: rotate(160deg); }
.hero {
  display: grid;
  grid-template-columns: .92fr 1.35fr;
  gap: clamp(24px, 4vw, 48px);
  align-items: center;
}
.profile-block {
  display: grid;
  gap: 14px;
  justify-items: center;
  text-align: center;
}
.profile-ring {
  width: clamp(156px, 22vw, 240px);
  aspect-ratio: 1;
  padding: 6px;
  border-radius: 999px;
  background: conic-gradient(from 180deg, var(--green-600), #22e5ff, var(--blue-700), var(--green-600));
  box-shadow: 0 0 28px rgba(28, 219, 94, .55);
}
.profile-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: inherit;
  border: 5px solid rgba(255,255,255,.92);
  background: #fff;
}
.profile-copy strong {
  display: block;
  font-size: clamp(30px, 4.6vw, 54px);
  line-height: .95;
  letter-spacing: .03em;
  text-shadow: 0 4px 0 rgba(0,0,0,.28);
}
.profile-copy span {
  display: block;
  margin-top: 4px;
  font-size: clamp(22px, 3vw, 38px);
  font-family: "Segoe Script", "Brush Script MT", cursive;
  color: #64ff37;
  text-shadow: 0 0 10px rgba(100,255,55,.3);
}
.profile-copy small {
  display: block;
  max-width: 300px;
  margin: 8px auto 0;
  color: var(--muted);
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.45;
}
.brand-block {
  display: grid;
  grid-template-columns: .96fr 1.08fr;
  align-items: center;
  gap: 22px;
}
.fabris-logo {
  width: 100%;
  max-width: 370px;
  justify-self: center;
  filter: drop-shadow(0 14px 24px rgba(0,0,0,.42));
}
.eko-card {
  padding: clamp(18px, 3vw, 30px);
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 24px;
  background: rgba(4, 17, 35, .54);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), 0 18px 50px rgba(0,0,0,.3);
}
.eko-card span {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: rgba(255,255,255,.86);
  font-size: clamp(13px, 1.6vw, 18px);
  text-align: center;
}
.eko-logo {
  display: block;
  width: 100%;
  mix-blend-mode: screen;
  border-radius: 18px;
}
.headline {
  width: min(720px, 100%);
  margin: clamp(24px, 4vw, 44px) 0 22px auto;
  font-size: clamp(22px, 3.2vw, 36px);
  line-height: 1.35;
  color: rgba(255,255,255,.95);
}
.headline p { margin: 0; }
.headline strong:nth-child(1) { color: #64ff37; }
.headline strong:nth-child(2) { color: var(--gold); }
.headline strong:nth-child(3) { color: #00b7ff; }
.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  width: min(560px, 100%);
  margin: 0 0 28px auto;
}
.trust-row div {
  display: grid;
  gap: 6px;
  justify-items: center;
  padding: 12px;
  border-right: 1px solid rgba(255,255,255,.23);
  color: rgba(255,255,255,.9);
  text-align: center;
}
.trust-row div:last-child { border-right: 0; }
.mini-icon { color: #59f234; font-size: 30px; line-height: 1; }
.links {
  display: grid;
  gap: 14px;
  width: min(900px, 100%);
  margin: 0 auto;
}
.link-button {
  position: relative;
  display: grid;
  grid-template-columns: 96px 1fr 48px;
  align-items: center;
  min-height: 104px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 22px;
  background: rgba(6, 36, 75, .78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 12px 24px rgba(0,0,0,.18);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.link-button:hover,
.link-button:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,.44);
  box-shadow: 0 20px 42px rgba(0,0,0,.28);
  outline: none;
}
.link-button.whatsapp { background: linear-gradient(90deg, #08b723, #00c34a); }
.link-button.instagram { background: linear-gradient(90deg, #ff9d16, #e6258e 52%, #6b27e8); }
.link-button.email { background: linear-gradient(90deg, #006bd6, #075baa); }
.link-button.catalog { background: rgba(4, 28, 62, .84); }
.icon-circle {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  justify-self: center;
  border-radius: 999px;
  background: rgba(255,255,255,.95);
  color: var(--blue-700);
  box-shadow: 0 12px 22px rgba(0,0,0,.22);
  font-size: 42px;
  font-weight: 900;
}
.icon-circle svg { width: 42px; height: 42px; fill: currentColor; }
.instagram-icon { color: #e6258e; font-size: 54px; line-height: 1; }
.link-button span:nth-child(2) { display: grid; gap: 4px; }
.link-button strong {
  font-size: clamp(19px, 3vw, 32px);
  text-transform: uppercase;
  letter-spacing: .035em;
}
.link-button small {
  font-size: clamp(14px, 1.8vw, 20px);
  color: rgba(255,255,255,.84);
}
.link-button b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #087638;
  font-size: 44px;
  line-height: .5;
}
.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 24px auto 0;
  width: min(900px, 100%);
  border: 1px solid rgba(255,255,255,.20);
  border-radius: 22px;
  background: rgba(3, 26, 50, .72);
  overflow: hidden;
}
.benefits article {
  min-height: 118px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 8px;
  padding: 16px 12px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.18);
}
.benefits article:last-child { border-right: 0; }
.benefits span { color: var(--gold); font-size: 34px; line-height: 1; }
.benefits strong { font-size: clamp(13px, 1.7vw, 17px); line-height: 1.22; }
.footer {
  text-align: center;
  margin-top: 28px;
  color: rgba(255,255,255,.76);
}
.footer p {
  margin: 0 0 12px;
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: clamp(32px, 5vw, 56px);
  color: #fff;
}
.footer p strong { color: #64ff37; }
.footer small { font-size: 14px; }
@media (max-width: 860px) {
  .page-shell { padding: 0; align-items: stretch; }
  .card { width: 100%; min-height: 100vh; border-radius: 0; padding: 28px 18px; }
  .hero { grid-template-columns: 1fr; }
  .brand-block { grid-template-columns: 1fr; }
  .fabris-logo { max-width: 260px; order: 2; }
  .eko-card { order: 1; max-width: 390px; justify-self: center; }
  .headline, .trust-row { margin-left: auto; margin-right: auto; text-align: center; }
  .link-button { grid-template-columns: 78px 1fr 36px; min-height: 90px; border-radius: 18px; }
  .icon-circle { width: 56px; height: 56px; font-size: 34px; }
  .icon-circle svg { width: 34px; height: 34px; }
  .link-button b { width: 34px; height: 34px; font-size: 36px; }
  .benefits { grid-template-columns: repeat(2, 1fr); }
  .benefits article:nth-child(2) { border-right: 0; }
  .benefits article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
}
@media (max-width: 460px) {
  .card { padding: 22px 14px; }
  .profile-ring { width: 156px; }
  .trust-row { gap: 0; }
  .trust-row div { padding: 8px 4px; }
  .link-button { grid-template-columns: 66px 1fr 30px; min-height: 82px; }
  .link-button strong { font-size: 17px; }
  .link-button small { font-size: 13px; }
  .icon-circle { width: 48px; height: 48px; }
  .icon-circle svg { width: 30px; height: 30px; }
  .link-button b { width: 28px; height: 28px; font-size: 31px; }
  .benefits { grid-template-columns: 1fr; }
  .benefits article { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .benefits article:last-child { border-bottom: 0; }
}
.link-button.catalogo {
    background:
        linear-gradient(
            135deg,
            #0b5fa8 0%,
            #0f82c9 45%,
            #18a99a 100%
        );

    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.22);

    box-shadow:
        0 12px 28px rgba(8, 92, 160, 0.28),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.link-button.catalogo:hover {
    transform: translateY(-3px);

    box-shadow:
        0 18px 38px rgba(8, 92, 160, 0.36),
        inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.link-button.catalogo strong,
.link-button.catalogo small {
    color: #ffffff;
}

.link-button.catalogo small {
    opacity: 0.92;
}

.catalogo-icon {
    background: #ffffff;
    color: #0b71bd;
}

.catalogo-icon svg {
    width: 28px;
    height: 28px;
    fill: currentColor;
}

.link-button.catalogo b {
    color: #087a4f;
}
