:root {
  --bg: #eff4fb;
  --surface: #ffffff;
  --ink: #14233a;
  --muted: #526786;
  --line: #d6e1ef;
  --accent: #f2b31a;
  --primary: #1d4f91;
}

* { box-sizing: border-box; }

body.theme-modern13 {
  margin: 0;
  font-family: 'Manrope', sans-serif;
  color: var(--ink);
  background: radial-gradient(circle at 4% 10%, #dbeafe 0%, transparent 30%), radial-gradient(circle at 88% 0%, #dcfce7 0%, transparent 28%), var(--bg);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 12px 18px;
  background: rgba(255, 255, 255, 0.93);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand img {
  width: 70px;
  height: 70px;
  border-radius: 10px;
}

.eyebrow {
  margin: 0;
  font-size: 0.74rem;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #5f7ca5;
}

.brand h1 {
  margin: 0;
  font-size: 1rem;
}

.nav-toggle {
  display: none;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.nav-links a {
  text-decoration: none;
  color: var(--ink);
  padding: 8px 12px;
  border-radius: 999px;
  font-weight: 700;
}

.nav-links a:hover { background: #e8f1ff; }

main {
  max-width: 1320px;
  margin: 12px auto 0;
  padding: 0 24px 22px;
  display: grid;
  gap: 12px;
}

.hero-story {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  gap: 36px;
  min-height: auto;
  padding: 30px 44px;
  border: 1px solid #c8d9ef;
  border-radius: 22px;
  overflow: hidden;
  background: linear-gradient(120deg, #f8fbff 0%, #f0f7ff 100%);
}

.hero-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 12px;
}

.hero-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 16px;
  padding-left: 32px;
  border-left: 1px solid #d6e3f3;
}

.lead-badge {
  margin: 0;
  display: inline-flex;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid #bad2f2;
  background: #ecf5ff;
  color: #1d4f91;
  font-weight: 800;
}

.hero-copy h2 {
  margin: 0;
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.12;
}

.hero-aside p {
  margin: 0;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn {
  text-decoration: none;
  border-radius: 999px;
  padding: 11px 16px;
  font-weight: 800;
}

.btn.primary {
  background: linear-gradient(90deg, #ffd36b 0%, var(--accent) 100%);
  color: #4b3000;
}

.btn.ghost {
  background: #f2f7ff;
  border: 1px solid #c8d9ef;
  color: #1f3f71;
}

.hero-experience {
  margin: 4px auto 0;
  max-width: 52ch;
  padding: 12px 18px;
  border-top: 3px solid var(--accent);
  background: #f2f7ff;
  border-radius: 0 0 10px 10px;
  color: #1f3f71;
  font-size: 0.98rem;
}

.hero-experience strong {
  color: #14365f;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-portrait {
  position: relative;
  margin: 0;
  width: 100%;
  height: 100%;
}

.hero-portrait__caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 28px 22px 18px;
  color: #fff;
  background: linear-gradient(180deg, rgba(10, 22, 40, 0) 0%, rgba(10, 22, 40, 0.82) 100%);
}

.hero-portrait__role {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.hero-portrait__name {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.3rem;
  line-height: 1.1;
}

.story-layout,
.method-section,
.social-proof,
.objections,
.site-footer {
  border: 1px solid var(--line);
  background: var(--surface);
  border-radius: 18px;
}

.story-layout {
  display: grid;
  grid-template-columns: 1fr;
}

.story-rail {
  padding: 26px 20px;
  border-right: 1px solid var(--line);
  background: #f6faff;
}

.story-rail h3 { margin: 0 0 8px; font-size: 1.7rem; }
.story-rail p { margin: 0; color: var(--muted); }

.story-content {
  padding: 20px;
  display: grid;
  gap: 12px;
}

.story-card {
  border: 1px solid #dce7f7;
  border-radius: 14px;
  padding: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

.story-card h4 { margin: 0 0 8px; }
.story-card p { margin: 0; color: var(--muted); }

.story-intro {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
  padding: 30px 30px 28px;
}

.story-quote {
  position: relative;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
  padding: 30px 26px 26px;
  border-radius: 16px;
  background: linear-gradient(135deg, #0f2a4a 0%, #1d4f91 100%);
  color: #fff;
  overflow: hidden;
}

.story-quote::before {
  content: "\201C";
  position: absolute;
  top: -18px;
  left: 14px;
  font-family: 'Libre Baskerville', serif;
  font-size: 6rem;
  line-height: 1;
  color: var(--accent);
  opacity: 0.55;
}

.story-quote__text {
  position: relative;
  margin: 0;
  font-family: 'Libre Baskerville', serif;
  font-size: 1.18rem;
  line-height: 1.5;
  font-style: italic;
}

.story-quote__sign {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.story-quote__name {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.15rem;
  color: var(--accent);
}

.story-quote__role {
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: #cdddf2;
}

@media (max-width: 860px) {
  .story-intro {
    grid-template-columns: 1fr;
  }
}

.story-intro__badge {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #bad2f2;
  background: #ecf5ff;
  color: #1d4f91;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.story-intro__title {
  margin: 0 0 16px;
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.15;
  color: var(--ink);
}

.story-intro p {
  margin: 0 0 14px;
  max-width: 70ch;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #3a4f6b;
}

.story-intro p:last-child { margin-bottom: 0; }

.story-intro strong { color: var(--ink); }

.story-intro__heart {
  margin-top: 20px !important;
  padding: 18px 22px;
  border-left: 4px solid var(--accent);
  border-radius: 0 12px 12px 0;
  background: linear-gradient(120deg, #fff8ea 0%, #f3f8ff 100%);
  color: #29405f !important;
  font-size: 1.08rem !important;
}

.story-ai {
  order: -1;
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
  padding: 24px;
  background: linear-gradient(135deg, #0f2a4a 0%, #1d4f91 100%);
  border-color: #0f2a4a;
}

.story-ai__media {
  position: relative;
  margin: 0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(8, 22, 43, 0.45);
}

.story-ai__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 440px;
  object-fit: cover;
}

.story-ai__credit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 24px 18px 14px;
  color: #fff;
  background: linear-gradient(180deg, rgba(10, 22, 40, 0) 0%, rgba(10, 22, 40, 0.82) 100%);
}

.story-ai__role {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
}

.story-ai__name {
  font-family: 'Libre Baskerville', serif;
  font-size: 1.2rem;
  line-height: 1.1;
}

.story-ai__badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(242, 179, 26, 0.18);
  color: var(--accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.story-ai__copy h4 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 1.35rem;
}

.story-ai__copy p {
  margin: 0 0 12px;
  color: #d7e3f5;
}

.story-ai__copy p:last-child { margin-bottom: 0; }

@media (max-width: 760px) {
  .story-ai {
    grid-template-columns: 1fr;
  }
}

.video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 10px;
}

.video-container iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.method-section,
.social-proof,
.objections,
.site-footer {
  padding: 24px;
}

.method-section h3,
.social-proof h3,
.objections h3,
.site-footer h3 { margin: 0 0 14px; font-size: 1.8rem; }

.method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.method-step {
  border: 1px solid #dce7f7;
  border-radius: 14px;
  padding: 16px;
  background: #f9fbff;
}

.method-step span {
  font-size: 0.8rem;
  font-weight: 900;
  color: #406ca7;
}

.method-step h4 { margin: 8px 0; }
.method-step p { margin: 0; color: var(--muted); }

.proof-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.testimonial {
  border: 1px solid #dce7f7;
  border-radius: 14px;
  padding: 14px;
  background: #f9fbff;
  min-height: 320px;
}

.testimonial p { color: var(--muted); }
.testimonial h4 { margin-bottom: 0; }

.objection-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.objection-list article {
  border: 1px solid #dce7f7;
  border-radius: 14px;
  padding: 14px;
  background: #f8fbff;
}

.objection-list h4 { margin: 0 0 6px; }
.objection-list p { margin: 0; color: var(--muted); }

.site-footer {
  text-align: center;
}

.site-footer p { color: var(--muted); margin-top: 0; }

.contact-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
}

.contact-links a {
  text-decoration: none;
  padding: 10px 14px;
  border: 1px solid #d2e2f6;
  border-radius: 999px;
  color: #1d4f91;
  font-weight: 700;
  background: #f2f8ff;
}

@media (max-width: 980px) {
  .nav-toggle { display: inline-flex; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; width: 100%; }
  .site-header { flex-wrap: wrap; }

  .hero-story,
  .story-layout,
  .method-grid,
  .proof-grid,
  .objection-list {
    grid-template-columns: 1fr;
  }

  .hero-story { min-height: auto; padding: 32px 24px; }
  .hero-aside { padding-left: 0; border-left: 0; }
  .hero-copy { padding: 28px 18px; }
  .story-rail { border-right: 0; border-bottom: 1px solid var(--line); }
}
