:root {
  --bg: #080a0f;
  --bg-soft: #11151f;
  --panel: #151925;
  --gold: #d8ad55;
  --gold-soft: #f2d892;
  --text: #f8f3e8;
  --muted: #b9ad9a;
  --line: rgba(216, 173, 85, 0.25);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top right, rgba(216, 173, 85, 0.16), transparent 32rem),
    linear-gradient(135deg, #050608 0%, var(--bg) 48%, #12151d 100%);
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  line-height: 1.6;
}

.splash-screen {
  align-items: center;
  animation: hideSplash 2s ease forwards;
  background:
    radial-gradient(circle, rgba(216, 173, 85, 0.14), transparent 34rem),
    #050608;
  display: flex;
  inset: 0;
  justify-content: center;
  pointer-events: none;
  position: fixed;
  z-index: 9999;
}

.splash-screen img {
  animation: revealLogo 2s ease forwards;
  filter: drop-shadow(0 22px 34px rgba(216, 173, 85, 0.26));
  width: min(420px, 78vw);
}

@keyframes hideSplash {
  0%,
  78% {
    opacity: 1;
    visibility: visible;
  }

  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes revealLogo {
  0% {
    opacity: 0;
    transform: scale(0.86);
  }

  24%,
  78% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.04);
  }
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 10, 15, 0.84);
  backdrop-filter: blur(18px);
}

.navbar {
  align-items: center;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 1rem 1.25rem;
}

.brand img {
  filter: contrast(1.12) brightness(1.08) saturate(1.08) drop-shadow(0 8px 14px rgba(216, 173, 85, 0.18));
  height: 64px;
  object-fit: contain;
  transform: scale(1.38);
  transform-origin: left center;
  width: 150px;
}

.nav-links {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 600;
}

.menu-toggle,
.menu-overlay {
  display: none;
}

.menu-toggle {
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 12px;
  cursor: pointer;
  padding: 0.55rem 0.6rem;
}

.menu-toggle span {
  background: var(--gold-soft);
  border-radius: 999px;
  display: block;
  height: 2px;
  width: 20px;
}

.menu-toggle span + span {
  margin-top: 4px;
}

.nav-links a,
.nav-cta {
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.nav-links a:hover {
  color: var(--gold-soft);
}

.nav-actions {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.instagram-link {
  align-items: center;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 8%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  color: var(--white);
  display: inline-flex;
  height: 52px;
  justify-content: center;
  transition: filter 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  width: 52px;
}

.instagram-link:hover {
  border-color: rgba(255, 255, 255, 0.5);
  filter: saturate(1.15) brightness(1.08);
  transform: translateY(-2px);
}

.instagram-link svg {
  fill: currentColor;
  height: 27px;
  width: 27px;
}

.nav-cta {
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--gold-soft);
  font-weight: 700;
  padding: 0.75rem 1rem;
}

.nav-cta:hover {
  background: rgba(216, 173, 85, 0.12);
  border-color: var(--gold);
}

.hero {
  display: grid;
  gap: 3rem;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  margin: 0 auto;
  max-width: 1180px;
  min-height: calc(100vh - 97px);
  padding: 0.2rem 1.25rem 5rem;
  place-items: center;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 680px;
}

.eyebrow {
  border-left: 2px solid var(--gold);
  color: var(--gold-soft);
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.45;
  margin-bottom: 1.1rem;
  padding-left: 0.75rem;
  text-transform: uppercase;
  text-wrap: balance;
}

h1,
h2,
h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  line-height: 1;
}

h1 {
  font-size: clamp(2.35rem, 5.25vw, 4.65rem);
  letter-spacing: -0.05em;
  line-height: 1.05;
  margin-bottom: 1.25rem;
}

.hero-title {
  display: block;
}

.hero-title-line {
  display: block;
  text-wrap: balance;
}

h2 {
  font-size: clamp(2.3rem, 5vw, 4.2rem);
  letter-spacing: -0.035em;
  margin-top: 0;
}

h3 {
  font-size: 1.8rem;
  margin-bottom: 0.7rem;
}

.hero-text {
  color: var(--muted);
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.68;
  max-width: 36rem;
  text-wrap: pretty;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 50px;
  padding: 0 1.35rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: linear-gradient(135deg, var(--gold), var(--gold-soft));
  box-shadow: 0 12px 32px rgba(216, 173, 85, 0.26);
  color: #161006;
}

.button.secondary {
  border: 1px solid var(--line);
  color: var(--text);
}

.button.secondary:hover {
  background: rgba(255, 255, 255, 0.06);
}

.hero-card {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: center;
  max-width: 460px;
  overflow: visible;
  padding: 0;
  position: relative;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
  width: 100%;
}

.hero-card:hover {
  border-color: transparent;
  box-shadow: none;
  transform: translateY(-8px);
}

.hero-card::before {
  background: linear-gradient(135deg, transparent, rgba(216, 173, 85, 0.26), transparent);
  border-radius: inherit;
  content: "";
  inset: 1px;
  opacity: 0.45;
  pointer-events: none;
  position: absolute;
}

.hero-card::before {
  display: none;
}

.hero-card::after,
.practice-card::after,
.feature-list div::after {
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  content: "";
  height: 160%;
  left: -90%;
  pointer-events: none;
  position: absolute;
  top: -30%;
  transform: rotate(18deg);
  transition: left 0.55s ease;
  width: 55%;
}

.hero-card:hover::after,
.practice-card:hover::after,
.feature-list div:hover::after {
  left: 125%;
}

.hero-card img {
  border-radius: 34px;
  filter: drop-shadow(0 18px 24px rgba(0, 0, 0, 0.4));
  height: auto;
  object-fit: contain;
  position: relative;
  width: 100%;
}

.section {
  margin: 0 auto;
  max-width: 1180px;
  padding: 5.5rem 1.25rem;
}

main > section {
  position: relative;
}

main > section + section::before {
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(216, 173, 85, 0.35) 18%,
    rgba(216, 173, 85, 0.62) 50%,
    rgba(216, 173, 85, 0.35) 82%,
    transparent 100%
  );
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  max-width: 900px;
  position: absolute;
  top: -4px;
  transform: translateX(-50%);
  width: calc(100% - 2.5rem);
}

.about,
.features {
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 36px;
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 2rem;
  padding: 4rem;
}

.about p:not(.eyebrow),
.feature-content p,
.practice-card p,
.contact-box p {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.68;
  max-width: 38rem;
  text-wrap: pretty;
}

.about > div {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.about > div .eyebrow + h2 {
  margin-top: 0.15rem;
}

.about > p {
  align-self: start;
  margin: 0;
}

.section-heading {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 2.5rem;
  max-width: 760px;
}

.section-heading .eyebrow + h2 {
  margin-top: 0.15rem;
}

.cards-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}

.practice-card {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  min-height: 280px;
  overflow: hidden;
  padding: 1.6rem;
  position: relative;
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
}

.practice-card:hover {
  background: rgba(216, 173, 85, 0.08);
  border-color: rgba(242, 216, 146, 0.5);
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.26);
  transform: translateY(-8px);
}

.practice-card span {
  color: var(--gold-soft);
  display: block;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.features {
  grid-template-columns: 0.95fr 1.05fr;
}

.feature-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.feature-content .eyebrow + h2 {
  margin-top: 0.15rem;
}

.feature-content p {
  margin-top: 1.15rem;
}

.feature-list {
  display: grid;
  gap: 1rem;
}

.feature-list div {
  background: rgba(8, 10, 15, 0.58);
  border: 1px solid var(--line);
  border-radius: 22px;
  overflow: hidden;
  padding: 1.25rem;
  position: relative;
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.feature-list div:hover {
  background: rgba(216, 173, 85, 0.08);
  border-color: rgba(242, 216, 146, 0.5);
  transform: translateX(8px);
}

.feature-list strong,
.feature-list span {
  display: block;
}

.feature-list strong {
  color: var(--gold-soft);
  font-size: 1.05rem;
  margin-bottom: 0.35rem;
}

.feature-list span {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.62;
  text-wrap: pretty;
}

.contact {
  margin: 0 auto;
  max-width: 1180px;
  padding: 4rem 1.25rem 6rem;
}

.contact-box {
  background:
    linear-gradient(135deg, rgba(216, 173, 85, 0.18), rgba(255, 255, 255, 0.04)),
    var(--bg-soft);
  border: 1px solid var(--line);
  border-radius: 36px;
  box-shadow: var(--shadow);
  padding: 4rem;
}

.contact-box p:not(.eyebrow) {
  margin-top: 1rem;
  max-width: 38rem;
}

.contact-box .eyebrow + h2 {
  margin-top: 0.15rem;
}

.footer {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 1.5rem 1.25rem 2rem;
}

.footer img {
  height: 52px;
  object-fit: contain;
  width: 130px;
}

.whatsapp-float {
  align-items: center;
  background: #25d366;
  border: 2px solid #ffffff;
  border-radius: 999px;
  bottom: 1.25rem;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.35);
  color: #ffffff;
  display: inline-flex;
  height: 58px;
  justify-content: center;
  position: fixed;
  right: 1.25rem;
  transition: transform 0.2s ease, filter 0.2s ease;
  width: 58px;
  z-index: 40;
}

.whatsapp-float:hover {
  filter: brightness(1.06);
  transform: translateY(-3px);
}

.whatsapp-float svg {
  fill: currentColor;
  height: 30px;
  width: 30px;
}

@media (max-width: 920px) {
  .menu-toggle {
    display: inline-block;
  }

  .nav-links {
    background: rgba(8, 10, 15, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.4);
    display: none;
    flex-direction: column;
    gap: 0.85rem;
    padding: 1rem;
    position: absolute;
    right: 1.25rem;
    top: calc(100% + 0.5rem);
    z-index: 30;
  }

  .nav-links.open {
    display: flex;
  }

  .menu-overlay {
    background: rgba(3, 4, 7, 0.45);
    display: none;
    inset: 0;
    position: fixed;
    z-index: 20;
  }

  .menu-overlay.open {
    display: block;
  }

  .navbar {
    position: relative;
  }

  .hero,
  .about,
  .features {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 1.25rem;
  }

  .about,
  .features,
  .contact-box {
    padding: 2rem;
  }

  .cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .navbar {
    gap: 1rem;
  }

  .brand img {
    height: 52px;
    width: 120px;
  }

  .nav-cta {
    font-size: 0.85rem;
    padding: 0.65rem 0.85rem;
  }

  .instagram-link {
    height: 46px;
    width: 46px;
  }

  .hero {
    min-height: auto;
    padding: 1.5rem 1rem 4rem;
  }

  .hero-card {
    border-radius: 28px;
  }

  .section,
  .contact {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cards-grid {
    grid-template-columns: 1fr;
  }

  .practice-card {
    min-height: auto;
  }

  .footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .whatsapp-float {
    bottom: 1rem;
    height: 54px;
    right: 1rem;
    width: 54px;
  }
}
