/* Vedikks SEO landing pages: product-consistent, chart-first, no generic horoscope shell. */
.seo-page { background: var(--vk-bg-light); color: var(--vk-bg-deep); overflow-x: hidden; }
.seo-page .nav {
  background: rgba(28,8,52,.78);
  backdrop-filter: blur(18px) saturate(140%);
  border-bottom: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 8px 30px rgba(10,0,25,.24);
}

.seo-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(80% 55% at 72% 8%, rgba(123,44,255,.26) 0%, rgba(37,0,69,0) 55%),
    radial-gradient(70% 60% at 12% 92%, rgba(255,22,120,.14) 0%, rgba(37,0,69,0) 55%),
    linear-gradient(180deg, #1A0E3A 0%, #250045 100%);
  padding: calc(var(--nav-h) + 72px) 0 78px;
}
.seo-hero-aura {
  position: absolute;
  width: 760px;
  height: 760px;
  left: 58%;
  top: -260px;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(123,44,255,.2), rgba(37,0,69,0) 62%);
  filter: blur(18px);
  pointer-events: none;
}
.seo-stars {
  position: absolute;
  inset: 0;
  opacity: .4;
  pointer-events: none;
  background-image:
    radial-gradient(circle at 12% 22%, rgba(255,255,255,.7) 0 1px, transparent 1.5px),
    radial-gradient(circle at 35% 14%, rgba(255,255,255,.45) 0 1px, transparent 1.5px),
    radial-gradient(circle at 79% 30%, rgba(255,255,255,.6) 0 1px, transparent 1.5px),
    radial-gradient(circle at 62% 76%, rgba(255,255,255,.45) 0 1px, transparent 1.5px),
    radial-gradient(circle at 88% 70%, rgba(255,255,255,.65) 0 1px, transparent 1.5px);
}
.seo-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(320px, .72fr);
  gap: clamp(42px, 7vw, 92px);
  align-items: center;
}
.seo-hero-copy { max-width: 680px; }
.seo-hero h1 {
  color: #fff;
  font-size: clamp(42px, 5.2vw, 66px);
  line-height: 1;
  letter-spacing: -.02em;
  margin-top: 20px;
}
.seo-hero p {
  max-width: 560px;
  margin-top: 22px;
  color: rgba(255,255,255,.78);
  font-size: clamp(17px, 1.45vw, 20px);
  line-height: 1.58;
}
.seo-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.seo-oracle {
  position: relative;
  background: linear-gradient(165deg, rgba(255,255,255,.09), rgba(255,255,255,.035));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--vk-r-xl);
  padding: 28px;
  box-shadow: 0 30px 80px rgba(10,0,30,.38), inset 0 1px 0 rgba(255,255,255,.12);
  backdrop-filter: blur(10px);
}
.seo-oracle::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: radial-gradient(80% 60% at 100% 0%, rgba(255,22,120,.12), transparent 62%);
  pointer-events: none;
}
.seo-oracle-label {
  position: relative;
  margin-bottom: 16px;
  color: var(--vk-cyan);
  font: 600 12px/1 var(--vk-font-nav);
  letter-spacing: .16em;
  text-transform: uppercase;
}
.seo-oracle-card {
  position: relative;
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 5px 14px;
  padding: 15px 0;
  border-top: 1px solid rgba(255,255,255,.1);
}
.seo-oracle-card span {
  grid-row: span 2;
  color: rgba(255,255,255,.32);
  font: 800 28px/1 var(--vk-font-num);
}
.seo-oracle-card strong {
  color: #fff;
  font-family: var(--vk-font-display);
  font-size: 18px;
  line-height: 1.2;
}
.seo-oracle-card p {
  margin: 0;
  color: rgba(255,255,255,.62);
  font-size: 14px;
  line-height: 1.5;
}

.seo-intro { background: #fff; border-bottom: 1px solid rgba(37,0,69,.08); }
.seo-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(280px,420px);
  gap: clamp(28px,5vw,72px);
  align-items: start;
  padding-top: 54px;
  padding-bottom: 54px;
}
.seo-label {
  display: inline-flex;
  font: 700 12px/1 var(--vk-font-nav);
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--vk-pink);
  margin-bottom: 12px;
}
.seo-intro p { color: #32204F; font-size: clamp(18px,2vw,24px); line-height: 1.55; max-width: 760px; }
.seo-proof { list-style: none; display: grid; gap: 12px; }
.seo-proof li {
  padding: 16px 18px;
  border-left: 3px solid var(--vk-pink);
  background: #F8F1FF;
  color: #32204F;
  font-weight: 600;
  border-radius: 0 8px 8px 0;
}

.seo-content { padding-top: 46px; padding-bottom: 78px; }
.seo-section {
  max-width: 820px;
  margin: 0 auto;
  padding: 34px 0;
  border-bottom: 1px solid rgba(37,0,69,.08);
}
.seo-section h2 { font-size: clamp(25px,3vw,34px); color: var(--vk-bg-deep); letter-spacing: 0; margin-bottom: 16px; }
.seo-section p { color: #3A2A56; font-size: 18px; line-height: 1.78; }
.seo-section p + p { margin-top: 14px; }
.table-wrap { overflow-x: auto; border: 1px solid rgba(37,0,69,.12); border-radius: 8px; background: #fff; }
.table-wrap table { width: 100%; border-collapse: collapse; min-width: 640px; }
.table-wrap th, .table-wrap td { padding: 15px 18px; text-align: left; border-bottom: 1px solid rgba(37,0,69,.08); vertical-align: top; }
.table-wrap th { background: #F2E7FF; color: var(--vk-bg-deep); font-family: var(--vk-font-display); }
.related-links { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.related-links a {
  display: grid;
  gap: 8px;
  min-height: 132px;
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(37,0,69,.1);
  box-shadow: 0 12px 28px rgba(37,0,69,.06);
}
.related-links span { color: var(--vk-pink); font: 700 11px/1 var(--vk-font-nav); letter-spacing: .12em; text-transform: uppercase; }
.related-links strong { color: var(--vk-bg-deep); font-size: 18px; line-height: 1.25; }
.seo-faq details { background: #fff; border: 1px solid rgba(37,0,69,.1); border-radius: 8px; padding: 18px 20px; }
.seo-faq details + details { margin-top: 12px; }
.seo-faq summary { cursor: pointer; color: var(--vk-bg-deep); font-weight: 700; font-size: 18px; }
.seo-faq details p { margin-top: 10px; font-size: 16.5px; line-height: 1.65; }
.seo-cta {
  background: linear-gradient(160deg,#2D0857,#250045);
  color: #fff;
  text-align: center;
  padding: 76px 0;
  position: relative;
  overflow: hidden;
}
.seo-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(60% 100% at 50% 0%, rgba(255,22,120,.2), transparent 62%); }
.seo-cta .wrap { position: relative; }
.seo-cta h2 { font-size: clamp(30px,4vw,44px); letter-spacing: 0; }
.seo-cta p { max-width: 620px; margin: 18px auto 28px; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.65; }

.about-page .seo-hero h1 { max-width: 720px; }
.about-story {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, .72fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
}
.about-story-card {
  background: #fff;
  border: 1px solid rgba(37,0,69,.1);
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 18px 42px rgba(37,0,69,.07);
}
.about-story-card h2 { font-size: clamp(24px, 3vw, 32px); margin-bottom: 14px; }
.about-story-card p { color: #3A2A56; font-size: 17px; line-height: 1.72; }
.about-story-card p + p { margin-top: 14px; }
.about-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}
.about-principle {
  background: #F8F1FF;
  border-left: 3px solid var(--vk-pink);
  border-radius: 0 8px 8px 0;
  padding: 18px;
}
.about-principle strong {
  display: block;
  color: var(--vk-bg-deep);
  font-family: var(--vk-font-display);
  font-size: 18px;
  line-height: 1.25;
}
.about-principle span {
  display: block;
  margin-top: 8px;
  color: #4C3A68;
  font-size: 14.5px;
  line-height: 1.55;
}
.about-note {
  background: linear-gradient(165deg,#2D0857,#250045);
  color: #fff;
  border-radius: 8px;
  padding: 26px;
  position: sticky;
  top: calc(var(--nav-h) + 24px);
}
.about-note h2 { font-size: 25px; color: #fff; margin-bottom: 16px; }
.about-note ul { list-style: none; display: grid; gap: 14px; }
.about-note li { color: rgba(255,255,255,.72); line-height: 1.55; }
.about-note li strong { display: block; color: #fff; margin-bottom: 3px; }

@media (max-width: 920px) {
  .seo-hero { padding-top: calc(var(--nav-h) + 54px); }
  .seo-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .seo-oracle { max-width: 620px; }
  .about-story { grid-template-columns: 1fr; }
  .about-note { position: static; }
}
@media (max-width: 780px) {
  .seo-hero { padding: calc(var(--nav-h) + 38px) 0 56px; }
  .seo-page .nav .wrap { gap: 12px; }
  .seo-page .nav-logo img { height: 32px; }
  .seo-page .nav-cta .btn-sm { height: 38px; padding: 0 13px; font-size: 13.5px; }
  .seo-hero-grid, .seo-hero-copy, .seo-oracle { min-width: 0; width: 100%; }
  .seo-hero h1 { font-size: clamp(34px, 9.6vw, 46px); }
  .seo-grid { grid-template-columns: 1fr; }
  .related-links { grid-template-columns: 1fr; }
  .about-principles { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .seo-page .nav-cta { display: none; }
  .seo-hero-copy, .seo-oracle, .seo-hero p, .seo-actions { max-width: 346px; }
  .seo-hero h1 { max-width: 10ch; overflow-wrap: normal; }
  .seo-actions { flex-direction: column; align-items: stretch; }
  .seo-actions .btn { width: 100%; }
  .seo-oracle { padding: 22px; }
  .seo-oracle-card { grid-template-columns: 36px 1fr; }
  .seo-oracle-card p { overflow-wrap: anywhere; }
  .seo-section p { font-size: 16.5px; }
}
