@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap");

:root {
  --bg: #eef3f1;
  --paper: #ffffff;
  --ink: #17212b;
  --muted: #5d6a74;
  --line: rgba(23, 33, 43, 0.1);
  --brand: #0d5c63;
  --brand-2: #124f7b;
  --gold: #b88a3b;
  --moss: #5f7b57;
  --whatsapp: #1fa463;
  --shadow: 0 18px 45px rgba(15, 34, 48, 0.1);
  --radius: 24px;
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(184, 138, 59, 0.1), transparent 28%),
    radial-gradient(circle at top right, rgba(13, 92, 99, 0.12), transparent 30%),
    linear-gradient(180deg, #edf3f6 0%, #eef3f1 38%, #f7f4ed 100%);
  line-height: 1.65;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: var(--brand-2);
}

a:hover {
  opacity: 0.88;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.topbar-inner {
  max-width: var(--max);
  margin: 0 auto;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.crest {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  box-shadow: 0 8px 18px rgba(15, 34, 48, 0.08);
  flex: 0 0 auto;
  overflow: hidden;
}

.crest img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 18px;
}

.brand-text strong {
  display: block;
  font-size: 0.95rem;
  line-height: 1.1;
}

.brand-text span {
  display: block;
  color: var(--muted);
  font-size: 0.82rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.top-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
}

.mini-btn {
  text-decoration: none;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  min-height: 72px;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}

.mini-btn.whatsapp {
  background: linear-gradient(135deg, #2bcf78, var(--whatsapp));
  color: #fff;
  border: none;
}

.hero-wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 26px 18px 8px;
}

.hero {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  min-height: 600px;
  box-shadow: 0 26px 60px rgba(12, 25, 37, 0.18);
  isolation: isolate;
}

.hero::before {
  content: "";
  position: absolute;
  inset: auto -8% -18% -8%;
  height: 46%;
  background:
    radial-gradient(circle at 22% 22%, rgba(255, 255, 255, 0.28), transparent 13%),
    radial-gradient(circle at 76% 18%, rgba(255, 255, 255, 0.18), transparent 12%),
    linear-gradient(180deg, rgba(9, 27, 18, 0.08), rgba(9, 27, 18, 0.46)),
    linear-gradient(120deg, #385846 0 26%, #4f6a55 26% 46%, #2f4d59 46% 70%, #20313d 70% 100%);
  clip-path: polygon(0 55%, 12% 48%, 22% 54%, 34% 44%, 46% 55%, 58% 47%, 69% 58%, 80% 45%, 90% 53%, 100% 43%, 100% 100%, 0 100%);
  opacity: 0.78;
  z-index: -1;
}

.hero::after {
  content: "";
  position: absolute;
  right: -90px;
  top: -50px;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.18), transparent 68%);
  filter: blur(8px);
  z-index: -1;
}

.hero-inner {
  padding: 40px 34px 30px;
  min-height: 540px;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  max-width: 100%;
  margin-bottom: 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 0.88rem;
  letter-spacing: 0.02em;
  font-weight: 700;
  opacity: 0.92;
}

h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1.02;
  max-width: 10ch;
  letter-spacing: -0.02em;
}

.hero-sub {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.02rem;
  max-width: 46ch;
  margin: 18px 0 20px;
}

.hero-pills {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 6px 0 16px;
}

.hero-pill {
  padding: 9px 13px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-weight: 700;
  font-size: 0.9rem;
}

.cta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  padding: 14px 18px;
  border-radius: 16px;
  font-weight: 800;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.14);
}

.btn-primary {
  background: #fff;
  color: #163140;
}

.btn-outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.quick-start-card {
  max-width: 460px;
  padding: 1.4rem 1.45rem;
  border-radius: 22px;
  backdrop-filter: blur(14px);
  background: rgba(35, 43, 53, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #fff;
  justify-self: end;
}

.quick-start-card h2 {
  font-size: 1.05rem;
  line-height: 1.25;
  margin: 0 0 0.65rem;
  font-weight: 700;
}

.quick-intro {
  line-height: 1.5;
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 26ch;
  font-size: 0.93rem;
}

.quick-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 0.45rem 0;
}

.quick-item strong {
  display: block;
  margin-bottom: 3px;
  font-size: 1rem;
}

.quick-item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.95rem;
}

.quick-icon {
  font-size: 1.2rem;
  margin-top: 2px;
  width: 22px;
  flex: 0 0 22px;
}

.quick-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
  margin: 0.85rem 0;
}

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding: 18px 18px 52px;
}

.anchor-nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  margin: 18px 0 22px;
}

.anchor-nav a {
  text-decoration: none;
  color: var(--ink);
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  font-weight: 700;
  font-size: 0.92rem;
  box-shadow: 0 6px 18px rgba(15, 34, 48, 0.04);
  flex: 0 0 auto;
}

.section {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: var(--shadow);
  border-radius: 30px;
  padding: 28px;
  margin: 16px 0;
  backdrop-filter: blur(10px);
}

.section-header {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-bottom: 14px;
}

.section-icon {
  color: var(--brand-2);
  font-size: 1.15rem;
  line-height: 1;
  flex: 0 0 auto;
  padding-top: 6px;
}

.section h2 {
  margin: 0;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.lede {
  color: var(--muted);
  margin-top: 8px;
  max-width: 72ch;
}

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

.extra-grid {
  margin-top: 18px;
}

.tile {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 10px 24px rgba(15, 34, 48, 0.04);
}

.tile h3 {
  margin: 0 0 10px;
  font-size: 1.06rem;
}

.tile p:last-child,
.section p:last-child {
  margin-bottom: 0;
}

ul.clean {
  margin: 0;
  padding-left: 18px;
}

ul.clean li {
  margin: 8px 0;
}

.coach-list {
  margin-top: 16px;
}

.tip {
  margin-top: 14px;
  padding: 15px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(95, 123, 87, 0.1), rgba(95, 123, 87, 0.05));
  border: 1px solid rgba(95, 123, 87, 0.18);
}

.note {
  margin-top: 14px;
  padding: 15px 16px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(18, 79, 123, 0.08), rgba(18, 79, 123, 0.04));
  border: 1px solid rgba(18, 79, 123, 0.14);
}

.steps {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 12px;
}

.steps li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 14px 16px;
}

.step-no {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  flex: 0 0 auto;
  box-shadow: 0 8px 18px rgba(18, 79, 123, 0.2);
}

.table-wrap {
  overflow: auto;
  border-radius: 22px;
  border: 1px solid var(--line);
  background: #fff;
  margin-top: 16px;
}

table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
}

th,
td {
  padding: 15px 16px;
  text-align: left;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

th {
  background: linear-gradient(180deg, rgba(18, 79, 123, 0.08), rgba(18, 79, 123, 0.04));
  font-size: 0.92rem;
  color: var(--brand-2);
}

tr:last-child td {
  border-bottom: none;
}

.contact-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1.05fr 0.95fr;
  margin-top: 18px;
}

.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  padding: 22px;
}

.contact-row {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.contact-row:first-child {
  border-top: none;
  padding-top: 0;
}

.contact-row span:first-child {
  width: 32px;
  text-align: center;
  flex: 0 0 auto;
}

.footer {
  text-align: center;
  color: var(--muted);
  padding: 22px 16px 52px;
  font-size: 0.94rem;
}

.tiny {
  font-size: 0.86rem;
  color: var(--muted);
}

@media (max-width: 920px) {
  .hero-inner {
    grid-template-columns: 1fr;
    align-items: end;
  }

  .quick-start-card {
    justify-self: start;
    width: min(100%, 520px);
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .topbar-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .top-actions {
    justify-content: stretch;
  }

  .top-actions a {
    flex: 1 1 0;
    text-align: center;
    align-self: stretch;
  }

  .hero {
    min-height: auto;
    border-radius: 26px;
  }

  .hero-inner {
    min-height: auto;
    padding: 28px 20px 22px;
  }

  .wrap {
    padding: 12px 14px 44px;
  }

  .section {
    padding: 22px;
  }

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

  .anchor-nav {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
  }

  .anchor-nav a {
    white-space: nowrap;
  }

  .section-icon {
    padding-top: 2px;
  }

  h1 {
    max-width: 11ch;
  }

  .quick-start-card {
    padding: 1.5rem;
  }
}
