:root {
  --bg: #e9f0ff;
  --bg-soft: #f5f8ff;
  --surface: rgba(255, 255, 255, 0.74);
  --surface-strong: #ffffff;
  --text: #10213f;
  --text-soft: #5b6b8f;
  --headline: #09162e;
  --line: rgba(27, 54, 125, 0.12);
  --primary: #2155ff;
  --primary-dark: #193fd6;
  --primary-soft: #8f7cff;
  --secondary: #162f6d;
  --secondary-soft: rgba(70, 115, 255, 0.12);
  --shadow: 0 26px 70px rgba(18, 35, 92, 0.14);
  --glow: 0 0 0 1px rgba(122, 151, 255, 0.18), 0 24px 60px rgba(47, 77, 182, 0.14);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --radius-sm: 12px;
  --container: 1180px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(33, 85, 255, 0.24), transparent 24%),
    radial-gradient(circle at 84% 10%, rgba(143, 124, 255, 0.22), transparent 22%),
    radial-gradient(circle at 50% 48%, rgba(79, 152, 255, 0.12), transparent 32%),
    linear-gradient(180deg, #f7faff 0%, #edf3ff 34%, #eef2ff 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: -1;
  filter: blur(90px);
  opacity: 0.55;
}

body::before {
  top: 120px;
  left: -40px;
  width: 260px;
  height: 260px;
  background: rgba(54, 105, 255, 0.28);
}

body::after {
  right: -20px;
  bottom: 120px;
  width: 240px;
  height: 240px;
  background: rgba(129, 111, 255, 0.24);
}

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

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

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

.page-shell {
  min-height: 100vh;
  overflow-x: clip;
}

main {
  position: relative;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(246, 249, 255, 0.72);
  border-bottom: 1px solid rgba(27, 54, 125, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.brand-logo {
  width: 60px;
  height: 60px;
  object-fit: contain;
  border-radius: 18px;
  box-shadow:
    0 16px 34px rgba(48, 76, 191, 0.22),
    0 0 0 1px rgba(96, 129, 255, 0.16);
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brand-text strong {
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  color: var(--headline);
}

.brand-text small {
  color: var(--text-soft);
  font-size: 0.82rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.site-nav a {
  color: var(--text-soft);
  font-weight: 700;
  transition: color 180ms ease, transform 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--primary-dark);
  transform: translateY(-1px);
}

.nav-cta {
  padding: 0.95rem 1.2rem;
  border-radius: 999px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--secondary), var(--primary));
  box-shadow: 0 16px 34px rgba(33, 85, 255, 0.22);
  position: relative;
  overflow: hidden;
}

.nav-cta::after {
  content: "";
  position: absolute;
  inset: -120% auto -120% -30%;
  width: 38%;
  transform: rotate(20deg);
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.4), transparent);
  animation: sheen 5.5s linear infinite;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 0;
  border-radius: 16px;
  background: rgba(33, 85, 255, 0.08);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--headline);
  transition: transform 180ms ease, opacity 180ms ease;
}

.hero {
  position: relative;
  isolation: isolate;
  padding: 6rem 0 4rem;
  background:
    linear-gradient(135deg, rgba(7, 18, 52, 0.48), rgba(18, 47, 109, 0.4)),
    linear-gradient(180deg, rgba(25, 52, 128, 0.04), rgba(12, 31, 92, 0.1)),
    url("fundo-cidade-Resende.png") center 20%/cover no-repeat;
  border-bottom-left-radius: 42px;
  border-bottom-right-radius: 42px;
  overflow: hidden;
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: -1;
}

.hero::before {
  top: 30px;
  right: 6%;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, rgba(108, 143, 255, 0.36), transparent 62%);
  filter: blur(10px);
}

.hero::after {
  bottom: 10px;
  left: 0;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(142, 122, 255, 0.24), transparent 68%);
}

.hero-grid {
  position: relative;
}

.hero-grid::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 38%;
  width: 140px;
  height: 140px;
  border-radius: 28px;
  border: 1px solid rgba(140, 162, 255, 0.24);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.26), rgba(164, 184, 255, 0.04));
  transform: rotate(18deg);
  backdrop-filter: blur(8px);
  box-shadow: var(--glow);
  opacity: 0.75;
  animation: float-orb 9s ease-in-out infinite;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: 2rem;
  align-items: stretch;
}

.hero-copy,
.hero-panel {
  position: relative;
}

.hero-copy::before,
.hero-panel::before {
  content: "";
  position: absolute;
  inset: auto auto 0 0;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(33, 85, 255, 0.12), transparent 68%);
  pointer-events: none;
  filter: blur(10px);
}

.hero-copy,
.hero-panel,
.hero h1,
.hero .hero-text,
.hero .hero-highlights,
.hero .eyebrow {
  z-index: 1;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 1rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(35, 92, 255, 0.1);
  color: var(--primary-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero .eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #f6f9ff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 12px 30px rgba(8, 18, 52, 0.18);
}

.hero h1,
.section-heading h2,
.method-grid h2,
.details-accent h2,
.faq-copy h2,
.contact-copy h2 {
  margin: 0;
  font-family: "Sora", sans-serif;
  color: var(--headline);
  letter-spacing: -0.03em;
}

.hero h1 {
  max-width: 12ch;
  font-size: clamp(2.9rem, 7vw, 5.2rem);
  line-height: 0.96;
  background: linear-gradient(135deg, #ffffff 0%, #c9d8ff 42%, #9bb7ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 18px 40px rgba(8, 16, 44, 0.2);
}

.hero-text,
.section-heading p,
.method-copy,
.faq-copy p,
.contact-copy p,
.details-accent p,
.panel-intro p,
.stat-card span,
.feature-card p,
.course-card p,
.benefit-card p,
.details-card p,
.faq-list p,
.method-steps p {
  color: var(--text-soft);
  line-height: 1.7;
}

.hero-text {
  max-width: 60ch;
  margin: 1.35rem 0 0;
  font-size: 1.08rem;
  color: rgba(234, 241, 255, 0.92);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 2rem 0 1.8rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0.95rem 1.35rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 800;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-3px) scale(1.01);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--secondary), var(--primary), var(--primary-soft));
  box-shadow: 0 20px 38px rgba(33, 85, 255, 0.28);
}

.button-secondary {
  color: var(--headline);
  border-color: rgba(33, 85, 255, 0.16);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.button-ghost {
  color: var(--secondary);
  border-color: rgba(33, 85, 255, 0.14);
  background: rgba(232, 239, 255, 0.72);
}

.hero-highlights {
  display: grid;
  gap: 0.8rem;
  padding: 0;
  margin: 0;
  list-style: none;
  max-width: 48rem;
}

.hero-highlights li {
  position: relative;
  padding: 0.95rem 1rem 0.95rem 2.6rem;
  border: 1px solid rgba(173, 192, 255, 0.18);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(216, 228, 255, 0.08));
  box-shadow: 0 18px 34px rgba(8, 18, 52, 0.18);
  font-weight: 700;
  backdrop-filter: blur(10px);
  color: #f5f8ff;
}

.hero-highlights li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-soft));
  transform: translateY(-50%);
  box-shadow: 0 0 0 5px rgba(33, 85, 255, 0.12);
}

.hero-panel {
  display: grid;
  gap: 1rem;
  position: relative;
}

.hero-panel::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: 26px;
  width: 120px;
  height: 120px;
  border-radius: 32px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(122, 149, 255, 0.16));
  border: 1px solid rgba(132, 157, 255, 0.24);
  transform: rotate(-14deg);
  backdrop-filter: blur(10px);
  box-shadow: var(--glow);
  pointer-events: none;
  animation: float-orb-reverse 8s ease-in-out infinite;
}

.panel-card,
.stat-card,
.feature-card,
.course-card,
.benefit-card,
.details-card,
.contact-card,
.faq-list details,
.method-steps article {
  border: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(246, 249, 255, 0.68));
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  position: relative;
  overflow: hidden;
}

.panel-card::before,
.stat-card::after,
.feature-card::before,
.course-card::before,
.benefit-card::before,
.details-card::before,
.faq-list details::before,
.method-steps article::before,
.contact-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.34) 18%, transparent 36%);
  transform: translateX(-135%);
  pointer-events: none;
}

.panel-intro {
  padding: 1.7rem;
  border-radius: var(--radius-xl);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(218, 228, 255, 0.12)),
    linear-gradient(135deg, rgba(33, 85, 255, 0.22), rgba(143, 124, 255, 0.18));
  box-shadow:
    0 28px 60px rgba(8, 19, 56, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.hero .panel-card,
.hero .stat-card {
  border-color: rgba(196, 212, 255, 0.16);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(223, 233, 255, 0.08));
  box-shadow:
    0 24px 54px rgba(6, 14, 40, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(9px);
}

.hero .stat-card {
  border-color: rgba(223, 233, 255, 0.26);
  background:
    linear-gradient(180deg, rgba(248, 251, 255, 0.82), rgba(225, 235, 255, 0.68));
  box-shadow:
    0 24px 54px rgba(6, 14, 40, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
  backdrop-filter: blur(11px);
}

.hero .stat-card strong {
  color: #17306f;
  text-shadow: none;
}

.hero .stat-card span {
  color: rgba(21, 38, 84, 0.88);
  font-weight: 700;
}

.panel-label {
  margin: 0 0 0.8rem;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.panel-intro h2 {
  margin: 0 0 0.75rem;
  font-family: "Sora", sans-serif;
  font-size: clamp(1.65rem, 4vw, 2.2rem);
  line-height: 1.08;
  color: #ffffff;
}

.panel-intro p {
  color: rgba(230, 239, 255, 0.88);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.stat-card {
  padding: 1.35rem;
  border-radius: var(--radius-lg);
  position: relative;
  overflow: hidden;
}

.stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(69, 112, 255, 0.12), transparent 60%);
  opacity: 0.9;
}

.stat-card strong,
.stat-card span {
  position: relative;
  z-index: 1;
}

.stat-card strong {
  display: block;
  margin-bottom: 0.4rem;
  font-family: "Sora", sans-serif;
  font-size: 1.3rem;
  color: #ffffff;
}

.stat-card span {
  color: rgba(230, 239, 255, 0.86);
}

.section {
  position: relative;
  padding: 2.6rem 0 5rem;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 50%;
  width: min(92vw, 1180px);
  height: 100%;
  transform: translateX(-50%);
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.04));
  opacity: 0.45;
  pointer-events: none;
}

.section > .container {
  position: relative;
  z-index: 1;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.section-heading h2,
.method-grid h2,
.details-accent h2,
.faq-copy h2,
.contact-copy h2 {
  font-size: clamp(2rem, 5vw, 3.1rem);
  line-height: 1.03;
}

.section-heading p,
.method-copy,
.faq-copy p,
.contact-copy p,
.details-accent p {
  margin-top: 1rem;
  font-size: 1rem;
}

.feature-grid,
.benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.feature-card,
.benefit-card {
  padding: 1.45rem;
  border-radius: var(--radius-lg);
}

.feature-card,
.course-card,
.benefit-card,
.details-card,
.faq-list details,
.method-steps article,
.stat-card {
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.feature-card:hover,
.course-card:hover,
.benefit-card:hover,
.details-card:hover,
.faq-list details:hover,
.method-steps article:hover,
.stat-card:hover {
  transform: translateY(-6px);
  border-color: rgba(59, 104, 255, 0.18);
  box-shadow: 0 28px 60px rgba(18, 35, 92, 0.18);
}

.feature-card:hover::before,
.course-card:hover::before,
.benefit-card:hover::before,
.details-card:hover::before,
.faq-list details:hover::before,
.method-steps article:hover::before,
.contact-card:hover::before,
.panel-card:hover::before,
.stat-card:hover::after {
  animation: sweep 900ms ease forwards;
}

.feature-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 32px;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(33, 85, 255, 0.16), rgba(143, 124, 255, 0.2));
  color: var(--primary-dark);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.feature-card h3,
.course-card h3,
.benefit-card h3,
.details-card h3,
.method-steps h3 {
  margin: 1rem 0 0.7rem;
  font-family: "Sora", sans-serif;
  font-size: 1.08rem;
  color: var(--headline);
}

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

.course-card {
  position: relative;
  padding: 1.55rem;
  min-height: 320px;
  border-radius: 24px;
  overflow: hidden;
}

.course-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 110px;
  height: 110px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(33, 85, 255, 0.18), rgba(143, 124, 255, 0.1));
  transform: rotate(14deg);
}

.course-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  margin-bottom: 1rem;
  padding: 0.75rem;
  border-radius: 22px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(231, 238, 255, 0.7));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 16px 32px rgba(39, 67, 154, 0.1);
}

.course-icon {
  width: 74px;
  height: 74px;
  object-fit: contain;
  filter: drop-shadow(0 14px 20px rgba(34, 60, 145, 0.16));
}

.course-card:nth-child(5)::after {
  background: linear-gradient(135deg, rgba(33, 85, 255, 0.22), rgba(92, 198, 255, 0.12));
}

.course-card:nth-child(6)::after,
.course-card:nth-child(7)::after {
  background: linear-gradient(135deg, rgba(92, 118, 255, 0.2), rgba(137, 162, 255, 0.12));
}

.course-tag {
  display: inline-flex;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(30, 88, 255, 0.12), rgba(143, 124, 255, 0.14));
  color: var(--secondary);
  font-size: 0.8rem;
  font-weight: 800;
}

.course-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.2rem;
  min-height: 46px;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  background: linear-gradient(135deg, var(--secondary), var(--primary));
  box-shadow: 0 18px 34px rgba(33, 85, 255, 0.22);
  position: relative;
  z-index: 1;
}

.course-link:hover,
.course-link:focus-visible {
  transform: translateY(-2px);
}

.section-method {
  padding-top: 1rem;
}

.method-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.4rem;
  align-items: start;
}

.method-steps {
  display: grid;
  gap: 1rem;
}

.method-steps article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem 1rem;
  padding: 1.35rem;
  border-radius: var(--radius-lg);
  align-items: start;
}

.method-steps span {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--secondary), var(--primary-soft));
  color: #fff;
  font-family: "Sora", sans-serif;
  font-weight: 800;
  box-shadow: 0 16px 28px rgba(33, 85, 255, 0.22);
}

.method-steps h3,
.method-steps p {
  grid-column: 2;
}

.method-steps h3 {
  margin-top: 0;
}

.details-grid {
  display: grid;
  grid-template-columns: 1.15fr repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.details-card {
  padding: 1.5rem;
  border-radius: 24px;
}

.details-accent {
  background:
    linear-gradient(180deg, rgba(17, 37, 92, 0.96), rgba(25, 55, 145, 0.96)),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(143, 124, 255, 0.14));
  color: #fff;
}

.details-accent .eyebrow {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.details-accent h2,
.details-accent p {
  color: #fff;
}

.faq-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 1.2rem;
}

.faq-list {
  display: grid;
  gap: 0.9rem;
}

.faq-list details {
  padding: 1.25rem 1.35rem;
  border-radius: 20px;
}

.faq-list summary {
  cursor: pointer;
  list-style: none;
  font-family: "Sora", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--headline);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.faq-list summary::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(33, 85, 255, 0.12), rgba(143, 124, 255, 0.18));
  color: var(--primary-dark);
  font-size: 1.2rem;
  line-height: 1;
  flex-shrink: 0;
  transition: transform 180ms ease, background 180ms ease;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
  background: linear-gradient(135deg, rgba(33, 85, 255, 0.18), rgba(143, 124, 255, 0.24));
}

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

.faq-list p {
  margin: 0.9rem 0 0;
}

.contact-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: center;
  padding: 2rem;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.88), rgba(244, 247, 255, 0.8)),
    linear-gradient(135deg, rgba(33, 85, 255, 0.14), rgba(143, 124, 255, 0.1));
  position: relative;
  overflow: hidden;
}

.contact-card::after {
  content: "";
  position: absolute;
  top: -80px;
  right: -40px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(120, 149, 255, 0.26), transparent 64%);
  pointer-events: none;
}

.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  min-width: min(100%, 340px);
}

.contact-meta {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  color: var(--text-soft);
}

.contact-meta p {
  margin: 0;
}

.site-footer {
  padding: 0 0 2rem;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(20, 32, 51, 0.08);
  color: var(--text-soft);
  font-size: 0.92rem;
}

.footer-social {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.footer-social-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 44px;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(33, 85, 255, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: var(--secondary);
  font-weight: 700;
  box-shadow: 0 14px 30px rgba(18, 35, 92, 0.08);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(33, 85, 255, 0.2);
  box-shadow: 0 18px 36px rgba(18, 35, 92, 0.12);
}

.footer-social-link svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.hero-copy {
  animation: rise-in 700ms ease both;
}

.hero-panel {
  animation: rise-in 820ms ease both;
}

.feature-card,
.course-card,
.benefit-card,
.details-card,
.faq-copy,
.faq-list details,
.contact-card,
.method-steps article {
  animation: rise-in 700ms ease both;
}

.feature-card:nth-child(2),
.course-card:nth-child(2),
.benefit-card:nth-child(2),
.details-card:nth-child(2),
.faq-list details:nth-child(2),
.method-steps article:nth-child(2) {
  animation-delay: 80ms;
}

.feature-card:nth-child(3),
.course-card:nth-child(3),
.benefit-card:nth-child(3),
.details-card:nth-child(3),
.faq-list details:nth-child(3),
.method-steps article:nth-child(3) {
  animation-delay: 140ms;
}

.feature-card:nth-child(4),
.course-card:nth-child(4),
.benefit-card:nth-child(4),
.details-card:nth-child(4),
.faq-list details:nth-child(4) {
  animation-delay: 200ms;
}

.course-card:nth-child(5) {
  animation-delay: 260ms;
}

@keyframes sweep {
  from {
    transform: translateX(-135%);
  }

  to {
    transform: translateX(135%);
  }
}

@keyframes sheen {
  0% {
    transform: translateX(-140%) rotate(20deg);
  }

  100% {
    transform: translateX(320%) rotate(20deg);
  }
}

@keyframes float-orb {
  0%,
  100% {
    transform: translateY(0) rotate(18deg);
  }

  50% {
    transform: translateY(-12px) rotate(24deg);
  }
}

@keyframes float-orb-reverse {
  0%,
  100% {
    transform: translateY(0) rotate(-14deg);
  }

  50% {
    transform: translateY(-12px) rotate(-8deg);
  }
}

@keyframes rise-in {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1080px) {
  .feature-grid,
  .benefit-grid,
  .details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .method-grid,
  .faq-grid,
  .contact-card,
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .contact-actions {
    min-width: 0;
  }
}

@media (max-width: 820px) {
  .site-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 1rem;
    left: 1rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .menu-toggle {
    display: inline-block;
  }

  .hero {
    padding-top: 4rem;
  }

  .hero h1 {
    max-width: 14ch;
  }

  .hero-stats,
  .feature-grid,
  .benefit-grid,
  .course-grid,
  .details-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    flex-direction: column;
  }

  .footer-social {
    width: 100%;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(calc(100% - 1.2rem), var(--container));
  }

  .header-inner {
    min-height: 74px;
  }

  .hero {
    padding: 3.4rem 0 2rem;
  }

  .section {
    padding: 1.8rem 0 3.4rem;
  }

  .hero-actions,
  .contact-actions {
    width: 100%;
  }

  .button {
    width: 100%;
  }

  .contact-card,
  .panel-intro,
  .feature-card,
  .course-card,
  .benefit-card,
  .details-card,
  .faq-list details,
  .method-steps article {
    border-radius: 20px;
  }

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