:root { --bg:#ffffff; --bg-soft:#f5f7f7; --text:#1f2933; --muted:#5d6b78; --line:#d9e1e7; --accent:#1f6d5a; --accent-dark:#185647; --dark:#162029; --white:#ffffff; --shadow:0 8px 24px rgba(16,24,40,.06); --radius:18px; --max:1180px; }
    * { box-sizing:border-box; } html { scroll-behavior:smooth; }
    body { margin:0; font-family:Inter,Arial,Helvetica,sans-serif; color:var(--text); background:var(--bg); line-height:1.55; }
    img { max-width:100%; display:block; } a { color:inherit; text-decoration:none; }
    .container { width:min(var(--max), calc(100% - 40px)); margin:0 auto; }
    .section { padding:84px 0; } .section-soft { background:var(--bg-soft); } .section-dark { background:var(--dark); color:var(--white); }
    .eyebrow { color:var(--accent); font-size:14px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; margin-bottom:12px; }
    h1,h2,h3 { margin:0 0 14px; } h1 { font-size:56px; line-height:1.05; letter-spacing:-.03em; max-width:700px; } h2 { font-size:36px; line-height:1.12; letter-spacing:-.02em; } h3 { font-size:22px; line-height:1.2; }
    p { margin:0 0 16px; color:var(--muted); font-size:17px; } .section-dark p { color:rgba(255,255,255,.78); }
    .btn-row { display:flex; gap:14px; flex-wrap:wrap; margin-top:28px; }
    .btn { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding:0 22px; border-radius:999px; font-weight:700; font-size:15px; border:1px solid transparent; transition:.2s ease; }
    .btn-primary { background:var(--accent); color:var(--white); } .btn-primary:hover { background:var(--accent-dark); }
    .btn-secondary { background:transparent; color:var(--text); border-color:var(--line); } .btn-secondary:hover { border-color:#b5c1ca; }
    .site-header { position:sticky; top:0; z-index:20; background:rgba(255,255,255,.94); backdrop-filter:blur(8px); border-bottom:1px solid rgba(217,225,231,.7); }
    .nav { min-height:76px; display:flex; align-items:center; justify-content:space-between; gap:20px; }
    .brand { font-weight:800; font-size:22px; letter-spacing:-.02em; white-space:nowrap; }
    .brand .accent { color:var(--accent); }
    .menu { display:flex; gap:26px; flex-wrap:wrap; align-items:center; justify-content:center; font-size:15px; color:#354351; }
    .hero { padding:70px 0 56px; }
    .hero-grid { display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; }
    .hero-sub { max-width:640px; font-size:20px; color:#3c4a58; }
    .support-line { margin-top:16px; font-size:15px; color:#697786; max-width:580px; }
    .hero-visual { position:relative; border-radius:28px; overflow:hidden; box-shadow:var(--shadow); min-height:500px; border:1px solid #e4ece8; background:#e8ecef; }
    .hero-visual img { width:100%; height:100%; object-fit:cover; }
    .hero-badge { position:absolute; left:24px; bottom:24px; background:rgba(255,255,255,.94); border:1px solid rgba(255,255,255,.85); backdrop-filter:blur(6px); padding:18px 20px; border-radius:18px; box-shadow:var(--shadow); }
    .hero-badge .big { font-size:30px; font-weight:800; color:var(--text); line-height:1; }
    .hero-badge .small { font-size:13px; color:#50606f; margin-top:6px; }
    .intro-copy { max-width:760px; margin-bottom:36px; }
    .grid-4,.grid-3 { display:grid; gap:24px; } .grid-4 { grid-template-columns:repeat(4,1fr); } .grid-3 { grid-template-columns:repeat(3,1fr); }
    .feature,.program-item,.step,.benefit,.info-card,.contact-card { background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:26px; box-shadow:var(--shadow); }
    .section-dark .step { background:rgba(255,255,255,.04); border-color:rgba(255,255,255,.12); box-shadow:none; }
    .program-stack { display:grid; grid-template-columns:repeat(2,1fr); gap:24px; }
    .audience-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px 28px; margin-top:20px; }
    .check { display:flex; gap:12px; align-items:flex-start; font-size:16px; color:#334150; }
    .check svg { flex-shrink:0; color:var(--accent); margin-top:2px; }
    .about-grid { display:grid; grid-template-columns:1.05fr .95fr; gap:36px; align-items:center; }
    .about-panel { background:linear-gradient(180deg,#eef4f2 0%, #e7f0ec 100%); border:1px solid #dbe7e1; border-radius:28px; padding:22px; min-height:320px; display:flex; align-items:center; justify-content:center; }
    .about-panel img { width:100%; height:100%; max-height:360px; object-fit:cover; border-radius:20px; }
    .cta-wrap { text-align:left; max-width:760px; margin:0 0 34px; }
    form { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
    .full { grid-column:1 / -1; }
    label { display:block; font-weight:600; font-size:14px; color:#334150; margin-bottom:8px; }
    input,textarea { width:100%; border:1px solid var(--line); border-radius:14px; padding:14px 16px; font:inherit; color:var(--text); background:#fff; }
    textarea { min-height:140px; resize:vertical; }
    .form-note { font-size:13px; color:#7a8793; margin-top:12px; }
    .site-footer { padding:34px 0 48px; border-top:1px solid var(--line); }
    .footer-grid { display:grid; grid-template-columns:1.2fr .8fr; gap:28px; align-items:start; }
    .footer-links { display:flex; gap:18px; flex-wrap:wrap; justify-content:flex-end; color:#42505d; font-size:15px; }
    .small { font-size:14px; color:#697786; }
    @media (max-width:1100px) {
      h1 { font-size:48px; }
      .grid-4 { grid-template-columns:repeat(2,1fr); }
      .program-stack { grid-template-columns:1fr; }
      .hero-grid,.about-grid { grid-template-columns:1fr; }
      .hero-visual { min-height:360px; }
    }
    @media (max-width:760px) {
  .container { width:min(var(--max), calc(100% - 24px)); }

  .section { padding:56px 0; }

  .site-header {
    position: sticky;
    top: 0;
  }

  .nav {
    min-height: auto;
    padding: 10px 0;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .brand {
    font-size: 20px;
  }

  .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    font-size: 14px;
    line-height: 1.2;
  }

  .nav > .btn {
    min-height: 40px;
    padding: 0 14px;
    font-size: 14px;
    align-self: flex-start;
  }

  h1 {
    font-size: 32px;
    line-height: 1.08;
    max-width: 100%;
    margin-bottom: 10px;
  }

  h2 { font-size: 28px; }
  h3 { font-size: 20px; }
  p { font-size: 16px; }

  .hero {
    padding: 28px 0 22px;
  }

  .eyebrow {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .hero-sub {
    font-size: 17px;
  }

  .support-line,
  .small {
    font-size: 14px;
  }

  .grid-4,
  .grid-3,
  .audience-list,
  form,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .btn-row {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .btn-row .btn {
    min-height: 44px;
  }

  .footer-links { justify-content: flex-start; }

  .hero-visual,
  .about-panel {
    border-radius: 22px;
  }

  .feature,
  .program-item,
  .step,
  .benefit,
  .info-card,
  .contact-card {
    padding: 22px;
  }
}
  
.contact-card {
max-width:700px;
margin-right:auto;
}

.price {
  font-size: 2rem;
  font-weight: 800;
  color: var(--accent);
  margin: 0.3rem 0 0.9rem;
  line-height: 1;
}

.feature-list {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
  color: var(--muted);
}

.feature-list li {
  margin-bottom: 0.45rem;
}

.featured-card {
  border: 2px solid var(--accent);
}

.plan-badge {
  display: inline-block;
  margin-bottom: 0.8rem;
  padding: 0.3rem 0.72rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  background: #e7f4ec;
  color: var(--accent);
}


.order-actions {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-small {
  min-height: 40px;
  padding: 0 16px;
  font-size: 14px;
}

.order-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(22,32,41,.5);
  backdrop-filter: blur(4px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 12px;
  z-index: 120;
}

.order-modal-backdrop.is-open {
  display: flex;
}

.order-modal {
  width: min(500px, 100%);
  max-height: 72vh;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 24px 70px rgba(16,24,40,.22);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.order-modal-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  padding: 18px 18px 12px;
  border-bottom: 1px solid #e7edf1;
  background: linear-gradient(180deg,#f9fbfb 0%, #f3f7f6 100%);
  flex: 0 0 auto;
}

.order-modal-body {
  padding: 18px;
  overflow-y: auto;
  flex: 1 1 auto;
}

.order-modal-close {
  border: 0;
  background: #fff;
  color: var(--text);
  width: 38px;
  height: 38px;
  border-radius: 999px;
  cursor: pointer;
  box-shadow: var(--shadow);
  font-size: 20px;
  line-height: 1;
  flex: 0 0 auto;
}

.order-modal-close:hover {
  background: #f1f5f4;
}

.package-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  padding: 7px 11px;
  border-radius: 999px;
  background: #e8f4ef;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
}

.mini-note {
  font-size: 13px;
  color: #6a7783;
  margin-top: 6px;
}

@media (max-width:760px) {
  .order-modal-backdrop {
    padding: 10px;
    align-items: flex-start;
  }

  .order-modal {
    width: 100%;
    max-height: 84vh;
    margin-top: 10px;
  }

  .order-modal-head,
  .order-modal-body {
    padding: 16px;
  }
}
.download-card { background:var(--white); border:1px solid var(--line); border-radius:var(--radius); padding:32px; box-shadow:var(--shadow); max-width:760px; }
.download-trust { margin:14px 0 0; font-size:14px; color:#6b7783; }
.pricing-lead { max-width:760px; }
.faq-list { max-width:900px; }
.faq-item + .faq-item { margin-top:28px; padding-top:28px; border-top:1px solid var(--line); }

.section-resources {
  padding-top: 32px;
  padding-bottom: 32px;
}

.resources-title {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.2;
}

.resources-intro {
  margin-bottom: 18px;
  font-size: 14px;
  color: #666;
}

.resources-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 14px;
}

.resources-grid a {
  display: block;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}

.resources-grid a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .resources-grid {
    grid-template-columns: 1fr;
  }

  .resources-title {
    font-size: 21px;
  }
}

.section-resources-v2 {
  padding-top: 52px;
  padding-bottom: 52px;
}

.resource-groups {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 28px;
}

.resource-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px 20px;
  box-shadow: var(--shadow);
}

.resource-card h3 {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.3;
  color: var(--dark);
}

.resource-links {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.resource-links a {
  display: block;
  padding: 12px 0;
  border-bottom: 1px solid #e7ecef;
  font-size: 14px;
  line-height: 1.4;
  color: var(--text);
  text-decoration: none;
}

.resource-links a:last-child {
  border-bottom: none;
}

.resource-links a:hover {
  color: var(--accent);
  text-decoration: none;
}

@media (max-width: 980px) {
  .resource-groups {
    grid-template-columns: 1fr;
  }
}

.ai-review-panel {
  margin-top: 36px;
  max-width: 900px;
  background: #ffffff;
  border: 1px solid #dfe7df;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 12px 32px rgba(16, 24, 40, 0.08);
  position: relative;
}

.ai-review-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1f6d5a 0%, #7fb29a 100%);
}

.ai-review-label {
  display: inline-block;
  margin-bottom: 14px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef6f2;
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ai-review-panel h3 {
  margin: 8px 0 14px;
  font-size: 24px;
  line-height: 1.2;
}

.ai-review-panel p {
  margin: 0 0 14px;
}

.ai-review-panel .small {
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #e7ecef;
  color: #6b7783;
  opacity: 1;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.pricing-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.pricing-card p {
  margin-bottom: 14px;
}

.pricing-card .feature-list {
  flex: 1 1 auto;
}

.rollout-card {
  position: relative;
  background: linear-gradient(180deg, #fcfffd 0%, #f4fbf8 100%);
}

.rollout-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #1f6d5a 0%, #7fb29a 100%);
}

.rollout-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.rollout-step {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
}

.rollout-cta-box {
  margin-top: 28px;
  max-width: 760px;
  background: linear-gradient(180deg, #eef6f2 0%, #e8f2ed 100%);
  border: 1px solid #d7e5de;
  border-radius: 20px;
  padding: 24px;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 28px;
}

.detail-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
}

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

.sample-card {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px;
  box-shadow: var(--shadow);
}

.sample-image-placeholder {
  min-height: 220px;
  background: #f5f7fb;
  border: 1px solid #d9e1ec;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  color: #51606d;
  margin-bottom: 18px;
}

.sample-image-placeholder strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
}

.sample-image-placeholder span {
  font-size: 14px;
  color: #6b7783;
}

@media (max-width: 1100px) {
  .pricing-grid,
  .sample-grid {
    grid-template-columns: 1fr;
  }

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

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

@media (max-width: 760px) {
  .pricing-grid,
  .detail-stack,
  .sample-grid,
  .info-grid,
  .rollout-grid {
    grid-template-columns: 1fr;
  }

  .rollout-step,
  .detail-card,
  .sample-card {
    padding: 22px;
  }

  .sample-image-placeholder {
    min-height: 180px;
    padding: 18px;
  }
}

.deck-preview-section {
  padding: 72px 20px;
  background: #f7f9fc;
}

.deck-preview-header {
  max-width: 860px;
  margin: 0 auto 32px;
  text-align: center;
}

.deck-preview-label {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #e8f1ff;
  color: #1f5fbf;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.deck-preview-header h2 {
  margin: 0 0 14px;
  font-size: 36px;
  line-height: 1.15;
  color: #163a63;
}

.deck-preview-header p {
  margin: 0 auto;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.65;
  color: #5d6b7a;
}

.deck-preview-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(220px, 1fr));
  gap: 18px;
}

.mock-slide {
  display: flex;
  flex-direction: column;
  min-height: 520px;
  padding: 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #dce6f2;
  box-shadow: 0 10px 30px rgba(17, 38, 68, 0.08);
}

.mock-slide-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}

.mock-slide-number {
  font-size: 13px;
  font-weight: 800;
  color: #1f5fbf;
  letter-spacing: 0.08em;
}

.mock-slide-type {
  font-size: 12px;
  font-weight: 700;
  color: #6f7d8c;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.mock-slide h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
  color: #163a63;
}

.mock-slide-lead {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  color: #1f5fbf;
}

.mock-slide p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.65;
  color: #536272;
}

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

.mock-slide li {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 1.55;
  color: #213547;
}

.mock-slide-note,
.mock-slide-footer {
  margin-top: auto;
  padding-top: 16px;
  font-size: 14px;
  line-height: 1.6;
  color: #5b6a79;
}

.mock-slide-note {
  border-top: 1px solid #e6edf5;
}

.mock-slide-footer {
  font-weight: 700;
  color: #1f5fbf;
}

.mock-timeline {
  display: grid;
  gap: 12px;
}

.mock-step {
  padding: 14px;
  border-radius: 16px;
  background: #f3f7fc;
  border: 1px solid #e0e8f2;
}

.mock-step strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #163a63;
}

.mock-step span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #5a6978;
}

.mock-dashboard-strip {
  margin-top: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 16px;
}

.mock-dashboard-strip span {
  padding: 7px 10px;
  border-radius: 999px;
  background: #eef5ff;
  color: #1f5fbf;
  font-size: 12px;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .deck-preview-grid {
    grid-template-columns: repeat(3, minmax(220px, 1fr));
  }
}

@media (max-width: 820px) {
  .deck-preview-grid {
    grid-template-columns: 1fr;
  }

  .deck-preview-header h2 {
    font-size: 30px;
  }
}

.sample-card-deck {
  overflow: hidden;
}

.deck-shot {
  margin-bottom: 18px;
  border: 1px solid #dbe5ec;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fbfd 0%, #eef4f8 100%);
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.65);
}

.deck-shot-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  background: #eaf2f6;
  border-bottom: 1px solid #dbe5ec;
}

.deck-shot-badge {
  font-size: 12px;
  font-weight: 800;
  color: #1f6d5a;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.deck-shot-count {
  font-size: 12px;
  font-weight: 700;
  color: #6f7c88;
}

.deck-shot-body {
  padding: 20px 18px 18px;
}

.deck-shot-kicker {
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1f6d5a;
}

.deck-shot-body h4 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.25;
  color: var(--text);
}

.deck-shot-body p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}

.deck-shot-points {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
}

.deck-shot-points li {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.5;
}

.deck-shot-footer {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 12px 14px 14px;
  border-top: 1px solid #dbe5ec;
  background: #f5f9fb;
}

.deck-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #bfd0d8;
}

.deck-dot.is-active {
  width: 22px;
  background: #1f6d5a;
}

.detail-stack {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

@media (max-width: 1280px) {
  .detail-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .detail-stack {
    grid-template-columns: 1fr;
  }
}

.sample-image {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #d9e1ec;
  border-radius: 14px;
  margin-bottom: 18px;
}

/* Hero Calculator Mobile Fix */
@media (max-width: 600px) {
  .hero-calculator .btn {
    width: 100%;
    margin-top: 8px;
  }
  .hero-calculator div[style*="flex"] {
    flex-direction: column;
  }
  .hero-calculator input {
    width: 100%;
  }
}

/* Blurred script container - ensure it's not clickable */
.script-blur-preview {
  filter: blur(4px);
  user-select: none;
  pointer-events: none;
  opacity: 0.7;
}
/* Prevent hero grid overflow */
.hero-grid > * {
  min-width: 0;
}
