.zoroya-scope {
      --ink:#1b1b1b;
      --muted:#6f6257;
      --paper:#fff9ef;
      --paper-2:#fff3db;
      --line:#f3c982;
      --orange:#ff8a00;
      --orange-2:#f36b18;
      --gold:#f2c14e;
      --red:#d93a2f;
      --black:#1e1e1e;
      --white:#fff;
      --radius:22px;
      --shadow:0 20px 60px rgba(92,58,12,.13);
}
.zoroya-scope .hero { width: 100%; }
.zoroya-scope .decor-paw, .zoroya-scope .decor-line { mix-blend-mode: multiply; }
.zoroya-scope .proof-strip .num { font-size: clamp(2.3rem, 4vw, 3.7rem); }
@media (max-width: 768px) {
.zoroya-scope .hero { width: 100%; }
}
.zoroya-scope * { box-sizing:border-box; }
.zoroya-scope { scroll-behavior:smooth; }
.zoroya-scope {
      margin:0;
      color:var(--ink);
      background:var(--paper);
      font-family:"Zen Kaku Gothic New", system-ui, sans-serif;
      line-height:1.8;
      overflow-x:hidden;
    }
.zoroya-scope::before {
      content:"";
      position:fixed;
      inset:0;
      pointer-events:none;
      background:
        radial-gradient(circle at 8% 16%, rgba(255,138,0,.09), transparent 24%),
        radial-gradient(circle at 88% 22%, rgba(242,193,78,.17), transparent 26%),
        url("assets/images/texture-paper.png");
      opacity:.55;
      z-index:-2;
    }
.zoroya-scope a { color:inherit; text-decoration:none; }
.zoroya-scope img { max-width:100%; display:block; }
.zoroya-scope h1, .zoroya-scope h2, .zoroya-scope h3, .zoroya-scope .lead, .zoroya-scope .btn, .zoroya-scope summary { word-break:auto-phrase; text-wrap:balance; }
.zoroya-scope .skip-link {position:absolute;left:-9999px;top:0;background:var(--orange);color:var(--ink);padding:10px 16px;z-index:999;}
.zoroya-scope .skip-link:focus {left:8px;top:8px;}
.zoroya-scope a:focus-visible, .zoroya-scope button:focus-visible, .zoroya-scope summary:focus-visible, .zoroya-scope [tabindex]:focus-visible {outline:3px solid var(--orange);outline-offset:3px;border-radius:8px;}
.zoroya-scope .site-header {
      position:sticky;
      top:0;
      z-index:50;
      background:rgba(255,249,239,.9);
      backdrop-filter:blur(18px);
      border-bottom:1px solid rgba(242,193,78,.42);
    }
.zoroya-scope .header-inner {
      max-width:1320px;
      margin:0 auto;
      min-height:82px;
      padding:12px 28px;
      display:flex;
      align-items:center;
      gap:28px;
    }
.zoroya-scope .brand {
      display:flex;
      align-items:center;
      gap:10px;
      min-width:250px;
      font-family:"Zen Maru Gothic", sans-serif;
      font-weight:900;
      line-height:1.15;
    }
.zoroya-scope .brand img { width:52px; height:52px; object-fit:contain; }
.zoroya-scope .brand small { display:block; font-size:12px; color:var(--orange-2); font-family:"Space Grotesk", sans-serif; }
.zoroya-scope .nav {
      flex:1;
      display:flex;
      justify-content:center;
      gap:24px;
      font-weight:700;
      font-size:14px;
      white-space:nowrap;
    }
.zoroya-scope .btn {
      display:inline-flex;
      align-items:center;
      justify-content:center;
      gap:10px;
      min-height:48px;
      padding:14px 22px;
      border-radius:999px;
      border:1px solid rgba(156,86,0,.25);
      background:linear-gradient(135deg,var(--orange),#ffc400);
      color:#19130b;
      font-weight:900;
      box-shadow:0 10px 22px rgba(255,138,0,.24);
      white-space:nowrap;
    }
.zoroya-scope .btn .bubble {
      width:32px;
      height:32px;
      display:grid;
      place-items:center;
      border-radius:50%;
      background:#fff;
      color:#28b446;
      font-size:12px;
      font-family:"Space Grotesk", sans-serif;
    }
.zoroya-scope .btn-secondary { background:#fff; box-shadow:none; border-color:var(--line); }
.zoroya-scope .section { position:relative; padding:96px 28px; }
.zoroya-scope .section-inner { max-width:1180px; margin:0 auto; position:relative; z-index:1; }
.zoroya-scope .eyebrow {
      display:inline-flex;
      align-items:center;
      gap:8px;
      color:#9a6400;
      font-family:"Space Grotesk", sans-serif;
      font-weight:700;
      font-size:13px;
      letter-spacing:0;
    }
.zoroya-scope .eyebrow::before { content:""; width:16px; height:16px; background:url("assets/images/decor-paw.png") center/contain no-repeat; }
.zoroya-scope .section-title {
      font-family:"Zen Maru Gothic", sans-serif;
      font-size:clamp(30px,4.2vw,48px);
      line-height:1.25;
      margin:10px 0 16px;
      letter-spacing:0;
    }
.zoroya-scope .lead { font-size:18px; color:var(--muted); max-width:760px; }
.zoroya-scope .hero {
      position:relative;
      width:100%;
      min-height:760px;
      overflow:hidden;
      background:
        linear-gradient(90deg, rgba(255,249,239,.98) 0 45%, rgba(255,249,239,.76) 56%, rgba(255,249,239,.2)),
        url("assets/images/fv.jpg") right center/auto 100% no-repeat;
    }
.zoroya-scope .hero::after {
      content:"";
      position:absolute;
      inset:auto -8% -10% -8%;
      height:180px;
      background:linear-gradient(90deg,#ffd163,#ff9b12);
      border-radius:50% 50% 0 0 / 55% 55% 0 0;
      z-index:0;
      opacity:.9;
    }
.zoroya-scope .hero-inner {
      position:relative;
      z-index:1;
      max-width:1360px;
      margin:0 auto;
      padding:92px 28px 190px;
      display:grid;
      grid-template-columns:minmax(0, .95fr) minmax(420px, 1.05fr);
      align-items:center;
      gap:32px;
    }
.zoroya-scope .hero-copy { max-width:680px; }
.zoroya-scope .hero h1 {
      font-family:"Zen Maru Gothic", sans-serif;
      font-size:clamp(44px,5.6vw,76px);
      line-height:1.25;
      margin:0;
      letter-spacing:0;
    }
.zoroya-scope .hero .accent { color:#f25c13; position:relative; }
.zoroya-scope .hero-text { margin:28px 0; font-size:19px; font-weight:700; color:#30251d; }
.zoroya-scope .hero-actions { display:flex; align-items:center; gap:16px; flex-wrap:wrap; }
.zoroya-scope .hero-note { font-size:13px; color:var(--muted); margin-top:16px; }
.zoroya-scope .hero-visual-card {
      align-self:end;
      justify-self:end;
      width:min(360px,100%);
      margin-top:360px;
      background:rgba(255,255,255,.84);
      border:1px solid rgba(242,193,78,.55);
      border-radius:24px;
      padding:18px;
      box-shadow:var(--shadow);
    }
.zoroya-scope .count-grid {
      max-width:1180px;
      margin:-92px auto 0;
      position:relative;
      z-index:4;
      padding:0 28px;
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
    }
.zoroya-scope .count-card {
      background:#fff;
      border:1px solid rgba(242,193,78,.72);
      border-radius:22px;
      min-height:164px;
      padding:22px 18px;
      display:grid;
      align-content:center;
      text-align:center;
      box-shadow:0 16px 36px rgba(116,70,0,.09);
    }
.zoroya-scope .count-card b { font-family:"Space Grotesk", sans-serif; font-size:clamp(34px,4vw,52px); line-height:1; color:var(--orange-2); }
.zoroya-scope .count-card span { display:block; font-weight:900; }
.zoroya-scope .count-card small { color:var(--muted); font-size:13px; }
.zoroya-scope .intro {
      background:#fff7e8;
    }
.zoroya-scope .intro-grid {
      display:grid;
      grid-template-columns:.9fr 1.1fr;
      gap:54px;
      align-items:center;
    }
.zoroya-scope .speech-stack { display:grid; gap:14px; }
.zoroya-scope .speech {
      background:#fff;
      border:1px solid var(--line);
      border-radius:18px;
      padding:18px 20px;
      font-weight:700;
      box-shadow:0 8px 24px rgba(120,72,0,.06);
    }
.zoroya-scope .service-grid {
      display:grid;
      grid-template-columns:repeat(6,1fr);
      gap:14px;
      margin-top:36px;
    }
.zoroya-scope .service-card {
      background:#fff;
      border:1px solid var(--line);
      border-radius:18px;
      overflow:hidden;
      min-height:250px;
      box-shadow:0 10px 30px rgba(82,50,0,.06);
    }
.zoroya-scope .service-card img { aspect-ratio:1/1; width:100%; object-fit:cover; }
.zoroya-scope .service-card h3 { margin:14px 14px 6px; font-size:18px; line-height:1.35; font-family:"Zen Maru Gothic"; }
.zoroya-scope .service-card p { margin:0 14px 16px; font-size:13px; color:var(--muted); line-height:1.65; }
.zoroya-scope .reasons {
      background:#fff;
    }
.zoroya-scope .reason-board {
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:20px;
      margin-top:36px;
    }
.zoroya-scope .reason {
      position:relative;
      min-height:250px;
      border:1px solid var(--line);
      border-radius:26px;
      padding:32px;
      background:linear-gradient(135deg,#fff,#fff5de);
      overflow:hidden;
    }
.zoroya-scope .reason:nth-child(1) { transform:rotate(-1deg); }
.zoroya-scope .reason:nth-child(2) { transform:translateY(18px) rotate(1deg); }
.zoroya-scope .reason:nth-child(3) { transform:translateY(-8px) rotate(.6deg); }
.zoroya-scope .reason:nth-child(4) { transform:rotate(-.6deg); }
.zoroya-scope .reason-no {
      font-family:"Space Grotesk";
      font-weight:700;
      color:#fff;
      background:var(--orange);
      width:46px;
      height:46px;
      border-radius:50%;
      display:grid;
      place-items:center;
      margin-bottom:16px;
    }
.zoroya-scope .reason h3 { font-family:"Zen Maru Gothic"; font-size:25px; line-height:1.35; margin:0 0 10px; }
.zoroya-scope .reason p { color:var(--muted); margin:0; }
.zoroya-scope .reason img {
      position:absolute;
      right:18px;
      bottom:10px;
      width:150px;
      opacity:.9;
      mix-blend-mode:multiply;
    }
.zoroya-scope .results {
      background:linear-gradient(rgba(255,249,239,.92),rgba(255,249,239,.92)),url("assets/images/section-bg-results.jpg") center/cover;
    }
.zoroya-scope .results-layout {
      display:grid;
      grid-template-columns:1.2fr .8fr;
      gap:28px;
      margin-top:38px;
      align-items:stretch;
    }
.zoroya-scope .result-list {
      display:grid;
      grid-template-columns:repeat(5,1fr);
      gap:12px;
    }
.zoroya-scope .metric {
      background:#fff;
      border:1px solid var(--line);
      border-radius:18px;
      padding:18px 10px;
      text-align:center;
    }
.zoroya-scope .metric b { display:block; font-family:"Space Grotesk"; color:var(--orange-2); font-size:32px; line-height:1.1; }
.zoroya-scope .metric span { display:block; font-weight:900; font-size:13px; }
.zoroya-scope .voice-card {
      background:#fff;
      border:1px solid var(--line);
      border-radius:28px;
      padding:24px;
      display:grid;
      grid-template-columns:92px 1fr;
      gap:18px;
      box-shadow:var(--shadow);
    }
.zoroya-scope .voice-card img { width:92px; height:92px; border-radius:50%; object-fit:cover; }
.zoroya-scope .price {
      background:#fff;
    }
.zoroya-scope .price-grid {
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
      margin-top:36px;
    }
.zoroya-scope .plan {
      background:#fffaf0;
      border:1px solid var(--line);
      border-radius:24px;
      padding:24px;
      position:relative;
    }
.zoroya-scope .plan.is-featured {
      border:3px solid var(--orange);
      background:#fff;
      transform:translateY(-12px);
      box-shadow:0 22px 44px rgba(255,138,0,.18);
    }
.zoroya-scope .plan-label {
      position:absolute;
      top:-16px;
      left:50%;
      transform:translateX(-50%);
      background:var(--orange);
      color:#fff;
      font-weight:900;
      font-size:13px;
      padding:4px 14px;
      border-radius:999px;
    }
.zoroya-scope .plan h3 { font-family:"Zen Maru Gothic"; font-size:24px; margin:10px 0; }
.zoroya-scope .plan .amount { font-family:"Space Grotesk"; font-size:42px; font-weight:700; color:var(--orange-2); line-height:1; }
.zoroya-scope .plan ul { padding-left:1.2em; color:var(--muted); }
.zoroya-scope .process {
      background:linear-gradient(rgba(255,249,239,.96),rgba(255,249,239,.96)),url("assets/images/section-bg-flow.jpg") center/cover;
    }
.zoroya-scope .process-track {
      display:grid;
      grid-template-columns:repeat(5,1fr);
      gap:16px;
      margin-top:36px;
    }
.zoroya-scope .step {
      background:#fff;
      border:1px solid var(--line);
      border-radius:20px;
      padding:18px;
      min-height:260px;
    }
.zoroya-scope .step img { border-radius:14px; aspect-ratio:1/1; object-fit:cover; margin-bottom:12px; }
.zoroya-scope .step b { color:var(--orange); font-family:"Space Grotesk"; }
.zoroya-scope .faq-blog {
      background:#fff;
    }
.zoroya-scope .faq-layout {
      display:grid;
      grid-template-columns:.75fr 1.25fr;
      gap:36px;
      align-items:start;
    }
.zoroya-scope .faq-cat {
      position:sticky;
      top:110px;
      background:#fff7e8;
      border:1px solid var(--line);
      border-radius:28px;
      padding:28px;
    }
.zoroya-scope .faq-cat img { max-width:260px; margin:0 auto; }
.zoroya-scope details {
      background:#fff;
      border-bottom:1px solid var(--line);
      padding:20px 0;
    }
.zoroya-scope summary {
      cursor:pointer;
      list-style:none;
      font-weight:900;
      font-size:18px;
      display:flex;
      justify-content:space-between;
      gap:18px;
    }
.zoroya-scope summary::-webkit-details-marker { display:none; }
.zoroya-scope summary::after { content:"+"; color:var(--orange); font-size:26px; line-height:1; }
.zoroya-scope details[open] summary::after { content:"-"; }
.zoroya-scope details p { color:var(--muted); margin:12px 0 0; }
.zoroya-scope .blog-grid {
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:20px;
      margin-top:36px;
    }
.zoroya-scope .post-card {
      background:#fff;
      border:1px solid var(--line);
      border-radius:22px;
      overflow:hidden;
    }
.zoroya-scope .post-card img { aspect-ratio:16/10; object-fit:cover; width:100%; }
.zoroya-scope .post-card div { padding:18px; }
.zoroya-scope .post-card h3 { font-family:"Zen Maru Gothic"; line-height:1.45; margin:0 0 10px; }
.zoroya-scope .about {
      background:var(--paper);
    }
.zoroya-scope .about-grid {
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:40px;
      align-items:center;
    }
.zoroya-scope .about-card {
      background:#fff;
      border:1px solid var(--line);
      border-radius:28px;
      padding:28px;
      box-shadow:var(--shadow);
    }
.zoroya-scope .about-facts {
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      margin-top:22px;
    }
.zoroya-scope .about-facts div {
      border:1px solid var(--line);
      border-radius:18px;
      padding:16px;
      text-align:center;
      font-weight:900;
    }
.zoroya-scope .final-cta {
      padding:76px 28px;
      background:linear-gradient(135deg,#ffb51f,#ff8a00);
      color:#1b1307;
    }
.zoroya-scope .cta-panel {
      max-width:1180px;
      margin:0 auto;
      display:grid;
      grid-template-columns:260px 1fr;
      gap:34px;
      align-items:center;
    }
.zoroya-scope .cta-panel img { width:240px; }
.zoroya-scope .cta-panel h2 { font-family:"Zen Maru Gothic"; font-size:clamp(34px,5vw,58px); line-height:1.25; margin:0 0 16px; }
.zoroya-scope .trust-row {
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:12px;
      margin-top:22px;
    }
.zoroya-scope .trust-row div {
      background:rgba(255,255,255,.75);
      border-radius:999px;
      padding:10px 16px;
      font-weight:900;
      text-align:center;
    }
.zoroya-scope .site-footer {
      background:#fff7e8;
      padding:58px 28px 0;
      border-top:1px solid var(--line);
    }
.zoroya-scope .footer-grid {
      max-width:1180px;
      margin:0 auto;
      display:grid;
      grid-template-columns:1.2fr repeat(3,1fr) 1.1fr;
      gap:28px;
    }
.zoroya-scope .footer-col h3 { font-family:"Zen Maru Gothic"; margin:0 0 10px; }
.zoroya-scope .footer-col a { display:block; color:var(--muted); margin:6px 0; font-size:14px; }
.zoroya-scope .footer-bottom {
      margin-top:38px;
      background:var(--orange);
      color:#fff;
      padding:18px 28px;
      text-align:center;
      font-size:13px;
    }
.zoroya-scope .deco {
      position:absolute;
      pointer-events:none;
      opacity:.16;
      z-index:0;
      mix-blend-mode:multiply;
    }
.zoroya-scope .deco.paw-a { width:220px; right:4%; top:30px; }
.zoroya-scope .deco.line-a { width:360px; left:-80px; bottom:30px; }
@media (max-width:1080px) {
.zoroya-scope .nav { display:none; }
.zoroya-scope .header-inner { justify-content:space-between; }
.zoroya-scope .hero-inner { grid-template-columns:1fr; padding-bottom:150px; }
.zoroya-scope .hero { background:linear-gradient(rgba(255,249,239,.88),rgba(255,249,239,.92)),url("assets/images/fv.jpg") center bottom/cover no-repeat; }
.zoroya-scope .hero-visual-card { display:none; }
.zoroya-scope .service-grid { grid-template-columns:repeat(3,1fr); }
.zoroya-scope .count-grid, .zoroya-scope .price-grid, .zoroya-scope .process-track { grid-template-columns:repeat(2,1fr); }
.zoroya-scope .results-layout, .zoroya-scope .faq-layout, .zoroya-scope .about-grid, .zoroya-scope .intro-grid, .zoroya-scope .cta-panel { grid-template-columns:1fr; }
.zoroya-scope .result-list { grid-template-columns:repeat(3,1fr); }
.zoroya-scope .footer-grid { grid-template-columns:1fr 1fr; }
}
@media (max-width:768px) {
.zoroya-scope .section { padding:68px 20px; }
.zoroya-scope .header-inner { padding:10px 18px; min-height:70px; }
.zoroya-scope .brand { min-width:auto; font-size:14px; }
.zoroya-scope .brand img { width:42px; height:42px; }
.zoroya-scope .header-inner > .btn { display:none; }
.zoroya-scope .hero { min-height:auto; }
.zoroya-scope .hero-inner { padding:64px 20px 130px; }
.zoroya-scope .hero h1 { font-size:38px; }
.zoroya-scope .hero-text { font-size:16px; }
.zoroya-scope .hero-actions .btn { width:100%; }
.zoroya-scope .count-grid { grid-template-columns:1fr 1fr; gap:12px; padding:0 20px; }
.zoroya-scope .count-card { min-height:130px; padding:16px 10px; }
.zoroya-scope .service-grid, .zoroya-scope .reason-board, .zoroya-scope .result-list, .zoroya-scope .price-grid, .zoroya-scope .process-track, .zoroya-scope .blog-grid, .zoroya-scope .about-facts, .zoroya-scope .trust-row, .zoroya-scope .footer-grid { grid-template-columns:1fr; }
.zoroya-scope .reason, .zoroya-scope .reason:nth-child(n), .zoroya-scope .plan.is-featured { transform:none; }
.zoroya-scope .voice-card { grid-template-columns:1fr; }
.zoroya-scope .faq-cat { position:static; }
}
@media (hover:none) {
.zoroya-scope .btn, .zoroya-scope .nav a, .zoroya-scope summary { min-height:44px; }
}
@media (prefers-reduced-motion:reduce) {
.zoroya-scope * {animation-duration:.01ms!important;scroll-behavior:auto!important;}
}
.zoroya-scope picture { display:block; }
.zoroya-scope .brand picture {
  width:52px;
  height:52px;
  flex:0 0 52px;
  display:grid;
  place-items:center;
}
.zoroya-scope .brand picture img { width:52px; height:52px; object-fit:contain; }
.zoroya-scope .hero-lead {
  margin:28px 0;
  max-width:660px;
  font-size:19px;
  font-weight:700;
  color:#30251d;
}
.zoroya-scope .hero-visual {
  position:relative;
  align-self:center;
  justify-self:end;
  width:min(620px,100%);
}
.zoroya-scope .hero-visual picture, .zoroya-scope .hero-main-img {
  width:100%;
  border-radius:28px;
  object-fit:cover;
  box-shadow:0 24px 70px rgba(80,48,0,.18);
}
.zoroya-scope .idea-card, .zoroya-scope .system-card {
  position:absolute;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(242,193,78,.72);
  border-radius:18px;
  padding:12px 16px;
  font-family:"Zen Maru Gothic", sans-serif;
  font-weight:900;
  box-shadow:0 14px 34px rgba(89,54,0,.14);
}
.zoroya-scope .idea-card { left:-16px; top:24px; color:var(--orange-2); transform:rotate(-3deg); }
.zoroya-scope .system-card { right:-14px; bottom:34px; text-align:center; }
.zoroya-scope .proof-strip {
  max-width:1180px;
  margin:-92px auto 0;
  position:relative;
  z-index:4;
  padding:0 28px;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.zoroya-scope .proof-card {
  background:#fff;
  border:1px solid rgba(242,193,78,.72);
  border-radius:22px;
  min-height:164px;
  padding:22px 18px;
  display:grid;
  align-content:center;
  text-align:center;
  box-shadow:0 16px 36px rgba(116,70,0,.09);
}
.zoroya-scope .proof-card .num {
  font-family:"Space Grotesk", sans-serif;
  font-size:clamp(40px,5vw,72px);
  font-weight:700;
  line-height:1;
  color:var(--orange-2);
}
.zoroya-scope .proof-card small { color:var(--orange-2); font-weight:900; line-height:1; }
.zoroya-scope .proof-card p { margin:8px 0 0; font-size:13px; font-weight:900; color:var(--muted); }
.zoroya-scope .two-col {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:54px;
  align-items:center;
}
.zoroya-scope .lead-box {
  background:#fff;
  border:1px solid var(--line);
  border-radius:28px;
  padding:30px;
  box-shadow:0 12px 34px rgba(120,72,0,.07);
}
.zoroya-scope .reason-list {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:36px;
}
.zoroya-scope .reason-item {
  background:#fffaf0;
  border:1px solid var(--line);
  border-radius:24px;
  padding:26px;
  display:grid;
  grid-template-columns:72px 1fr;
  gap:18px;
  align-items:start;
  min-height:210px;
}
.zoroya-scope .reason-item picture, .zoroya-scope .reason-item img { width:72px; height:72px; object-fit:contain; mix-blend-mode:multiply; }
.zoroya-scope .reason-item h3 { margin:0 0 8px; font-family:"Zen Maru Gothic", sans-serif; font-size:22px; }
.zoroya-scope .reason-item p { margin:0; color:var(--muted); }
.zoroya-scope .case-grid, .zoroya-scope .voice-grid, .zoroya-scope .post-grid {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:20px;
  margin-top:36px;
}
.zoroya-scope .case-card {
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 12px 34px rgba(120,72,0,.07);
}
.zoroya-scope .case-card img { width:100%; aspect-ratio:16/10; object-fit:cover; }
.zoroya-scope .case-card .case-label, .zoroya-scope .case-card h3, .zoroya-scope .case-card h2, .zoroya-scope .case-card p { margin-left:20px; margin-right:20px; }
.zoroya-scope .case-label { color:var(--orange-2); font-weight:900; font-size:13px; margin-top:18px; }
.zoroya-scope .case-card h3, .zoroya-scope .case-card h2 { font-family:"Zen Maru Gothic", sans-serif; line-height:1.4; }
.zoroya-scope .case-card p:last-child { margin-bottom:22px; color:var(--muted); }
.zoroya-scope .voice-grid .voice-card { display:grid; grid-template-columns:84px 1fr; align-items:center; }
.zoroya-scope .price-card {
  background:#fffaf0;
  border:1px solid var(--line);
  border-radius:24px;
  padding:26px;
  box-shadow:0 10px 30px rgba(82,50,0,.06);
}
.zoroya-scope .price-card.feature {
  border:3px solid var(--orange);
  background:#fff;
  transform:translateY(-12px);
  box-shadow:0 22px 44px rgba(255,138,0,.18);
}
.zoroya-scope .price-card h3 { margin:0 0 8px; font-family:"Zen Maru Gothic", sans-serif; font-size:24px; }
.zoroya-scope .price-card .price {
  margin:0 0 14px;
  padding:0;
  background:transparent;
  font-family:"Space Grotesk", sans-serif;
  font-size:32px;
  font-weight:700;
  color:var(--orange-2);
}
.zoroya-scope .note { margin-top:18px; color:var(--muted); }
.zoroya-scope .process-list {
  list-style:none;
  padding:0;
  margin:36px 0 0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.zoroya-scope .process-list li {
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  padding:18px;
  min-height:280px;
  box-shadow:0 10px 30px rgba(82,50,0,.06);
}
.zoroya-scope .process-list img { border-radius:14px; aspect-ratio:1/1; object-fit:cover; margin-bottom:12px; }
.zoroya-scope .process-list span { color:var(--orange); font-family:"Space Grotesk", sans-serif; font-weight:700; }
.zoroya-scope .process-list h3 { margin:4px 0 8px; font-family:"Zen Maru Gothic", sans-serif; }
.zoroya-scope .faq-list {
  max-width:880px;
  margin:32px auto 0;
  background:#fff;
  border:1px solid var(--line);
  border-radius:26px;
  padding:0 26px;
  box-shadow:0 12px 34px rgba(120,72,0,.07);
}
.zoroya-scope .post-card {
  display:block;
  box-shadow:0 10px 30px rgba(82,50,0,.06);
}
.zoroya-scope .post-card span {
  display:inline-block;
  margin:16px 18px 0;
  color:var(--orange-2);
  font-size:13px;
  font-weight:900;
}
.zoroya-scope .post-card h3, .zoroya-scope .post-card h2 {
  margin:8px 18px 20px;
  font-family:"Zen Maru Gothic", sans-serif;
  line-height:1.45;
  font-size:20px;
}
.zoroya-scope .profile-img, .zoroya-scope .profile-img img {
  width:100%;
  border-radius:28px;
  object-fit:cover;
  box-shadow:var(--shadow);
}
.zoroya-scope .footer-inner {
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.15fr .75fr 1.1fr;
  gap:28px;
  align-items:start;
}
.zoroya-scope .footer-nav a { display:block; margin:7px 0; color:var(--muted); }
.zoroya-scope .footer-info p, .zoroya-scope .footer-inner p { margin:0 0 8px; color:var(--muted); }
@media (max-width:1080px) {
.zoroya-scope .hero-visual { display:none; }
.zoroya-scope .two-col, .zoroya-scope .footer-inner { grid-template-columns:1fr; }
.zoroya-scope .proof-strip, .zoroya-scope .reason-list, .zoroya-scope .case-grid, .zoroya-scope .voice-grid, .zoroya-scope .post-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
.zoroya-scope .process-list { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:768px) {
.zoroya-scope .brand picture, .zoroya-scope .brand picture img { width:42px; height:42px; }
.zoroya-scope .hero-lead { font-size:16px; }
.zoroya-scope .proof-strip { grid-template-columns:1fr 1fr; gap:12px; padding:0 20px; }
.zoroya-scope .reason-list, .zoroya-scope .case-grid, .zoroya-scope .voice-grid, .zoroya-scope .post-grid, .zoroya-scope .process-list { grid-template-columns:1fr; }
.zoroya-scope .reason-item { grid-template-columns:1fr; }
.zoroya-scope .price-card.feature { transform:none; }
}
.zoroya-scope .site-header {
  box-shadow:0 8px 24px rgba(79,45,0,.05);
}
.zoroya-scope .header-inner {
  max-width:1280px;
  min-height:78px;
}
.zoroya-scope .brand {
  min-width:300px;
  line-height:1.25;
}
.zoroya-scope .nav {
  justify-content:center;
}
.zoroya-scope .header-cta {
  white-space:nowrap;
}
.zoroya-scope .hero {
  min-height:0;
  padding-bottom:68px;
  background:
    linear-gradient(115deg, rgba(255,249,239,.98) 0 44%, rgba(255,249,239,.86) 58%, rgba(255,245,218,.62)),
    radial-gradient(circle at 82% 18%, rgba(242,193,78,.22), transparent 28%),
    #fff9ef;
}
.zoroya-scope .hero::after {
  height:118px;
  bottom:-62px;
  opacity:.75;
}
.zoroya-scope .hero-inner {
  max-width:1280px;
  padding:74px 32px 58px;
  grid-template-columns:minmax(440px,1.02fr) minmax(420px,.98fr);
  gap:44px;
}
.zoroya-scope .hero-copy {
  max-width:720px;
}
.zoroya-scope .hero h1 {
  font-size:clamp(40px,4vw,58px);
  line-height:1.22;
  letter-spacing:0;
}
.zoroya-scope .hero h1 span {
  white-space:nowrap;
}
.zoroya-scope .hero-lead {
  max-width:650px;
  font-size:18px;
  line-height:1.9;
  margin:24px 0 26px;
}
.zoroya-scope .hero-visual {
  width:min(560px,100%);
}
.zoroya-scope .hero-visual picture {
  background:#fff;
  border:1px solid rgba(242,193,78,.62);
  border-radius:28px;
  padding:10px;
}
.zoroya-scope .hero-main-img {
  aspect-ratio:4/3;
  object-fit:contain;
  background:#fff;
  border-radius:22px;
  box-shadow:none;
}
.zoroya-scope .idea-card {
  left:-10px;
  top:18px;
}
.zoroya-scope .system-card {
  right:-8px;
  bottom:24px;
}
.zoroya-scope .proof-strip {
  margin:0 auto;
  transform:translateY(18px);
}
.zoroya-scope .proof-card {
  min-height:126px;
  padding:18px 14px;
  border-radius:18px;
}
.zoroya-scope .proof-card .num {
  font-size:clamp(34px,3.2vw,52px) !important;
}
.zoroya-scope .proof-card p {
  font-size:13px;
}
.zoroya-scope .section {
  padding:88px 28px;
}
.zoroya-scope .section-head {
  max-width:900px;
  margin:0 auto 32px;
  text-align:center;
}
.zoroya-scope .section-head .eyebrow {
  justify-content:center;
}
.zoroya-scope .section-title {
  font-size:clamp(28px,2.8vw,42px);
  line-height:1.35;
}
.zoroya-scope .intro .section-title, .zoroya-scope .about-preview .section-title {
  font-size:clamp(28px,2.6vw,40px);
}
.zoroya-scope .eyebrow {
  margin-bottom:10px;
  font-size:13px;
}
.zoroya-scope .service-grid {
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.zoroya-scope .service-card {
  border-radius:22px;
}
.zoroya-scope .service-card img {
  aspect-ratio:16/10;
}
.zoroya-scope .service-card h3 {
  font-size:21px;
}
.zoroya-scope .service-card p {
  font-size:15px;
}
.zoroya-scope .reason-list {
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.zoroya-scope .price-grid {
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.zoroya-scope .post-grid {
  grid-template-columns:repeat(3,minmax(0,1fr));
}
.zoroya-scope .final-cta .cta-panel {
  background:rgba(255,255,255,.28);
  border:1px solid rgba(255,255,255,.42);
  border-radius:30px;
  padding:34px;
}
@media (max-width:1180px) {
.zoroya-scope .header-inner {
    gap:18px;
  }
.zoroya-scope .brand {
    min-width:260px;
  }
.zoroya-scope .hero-inner {
    grid-template-columns:1fr;
    padding-top:58px;
  }
.zoroya-scope .hero-copy {
    max-width:860px;
  }
.zoroya-scope .hero-visual {
    display:block;
    justify-self:center;
    width:min(620px,100%);
  }
.zoroya-scope .proof-strip {
    grid-template-columns:repeat(2,minmax(0,1fr));
    max-width:760px;
  }
}
@media (max-width:900px) {
.zoroya-scope .nav {
    display:none;
  }
.zoroya-scope .brand {
    min-width:auto;
  }
.zoroya-scope .hero h1 {
    font-size:clamp(34px,8vw,46px);
  }
.zoroya-scope .hero-visual {
    display:none;
  }
.zoroya-scope .service-grid, .zoroya-scope .reason-list, .zoroya-scope .case-grid, .zoroya-scope .voice-grid, .zoroya-scope .price-grid, .zoroya-scope .post-grid, .zoroya-scope .process-list {
    grid-template-columns:1fr;
  }
.zoroya-scope .section-head {
    text-align:left;
  }
.zoroya-scope .section-head .eyebrow {
    justify-content:flex-start;
  }
}
@media (max-width:640px) {
.zoroya-scope .hero {
    padding-bottom:46px;
  }
.zoroya-scope .hero-inner {
    padding:46px 20px 32px;
  }
.zoroya-scope .proof-strip {
    grid-template-columns:1fr;
    transform:none;
  }
.zoroya-scope .section {
    padding:64px 20px;
  }
}
.zoroya-scope .eyebrow {
  display:inline-flex !important;
  align-items:center !important;
  gap:7px !important;
  margin:0 0 12px !important;
  color:#9a6400 !important;
  font-family:"Space Grotesk", "Zen Kaku Gothic New", sans-serif !important;
  font-size:15px !important;
  line-height:1 !important;
  font-weight:700 !important;
  letter-spacing:0 !important;
}
.zoroya-scope .eyebrow::before {
  width:16px !important;
  height:16px !important;
  flex:0 0 16px !important;
}
.zoroya-scope .hero {
  min-height:720px !important;
  padding:0 0 52px !important;
  background:
    linear-gradient(90deg, rgba(255,249,239,.99) 0%, rgba(255,249,239,.96) 34%, rgba(255,249,239,.66) 52%, rgba(255,249,239,.1) 72%),
    url("assets/images/fv.jpg") right center / auto 100% no-repeat,
    #fff9ef !important;
}
.zoroya-scope .hero::after {
  height:92px !important;
  bottom:-54px !important;
  opacity:.72 !important;
}
.zoroya-scope .hero-inner {
  display:block !important;
  max-width:1280px !important;
  padding:112px 32px 74px !important;
}
.zoroya-scope .hero-copy {
  width:min(640px,52vw) !important;
  max-width:640px !important;
}
.zoroya-scope .hero h1 {
  font-size:clamp(38px,3.65vw,58px) !important;
  line-height:1.24 !important;
  margin:0 !important;
  letter-spacing:0 !important;
}
.zoroya-scope .hero-lead {
  max-width:600px !important;
  margin:24px 0 26px !important;
  font-size:17px !important;
  line-height:1.9 !important;
}
.zoroya-scope .hero-visual, .zoroya-scope .idea-card, .zoroya-scope .system-card {
  display:none !important;
}
.zoroya-scope .proof-strip {
  max-width:1120px !important;
  margin:-20px auto 0 !important;
  transform:none !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
}
.zoroya-scope .proof-card {
  min-height:118px !important;
  padding:16px 12px !important;
}
.zoroya-scope .proof-card .num {
  font-size:clamp(30px,3vw,46px) !important;
}
.zoroya-scope .proof-card p {
  font-size:12px !important;
}
.zoroya-scope .section-head {
  max-width:860px !important;
  margin:0 auto 30px !important;
  text-align:center !important;
}
.zoroya-scope .section-head .eyebrow {
  justify-content:center !important;
}
.zoroya-scope .section-title {
  font-size:clamp(26px,2.45vw,38px) !important;
  line-height:1.36 !important;
  margin:8px 0 14px !important;
}
.zoroya-scope .intro .section-title, .zoroya-scope .about-preview .section-title {
  font-size:clamp(26px,2.35vw,36px) !important;
}
@media (max-width:1180px) {
.zoroya-scope .hero {
    min-height:auto !important;
    background:
      linear-gradient(rgba(255,249,239,.9),rgba(255,249,239,.94)),
      url("assets/images/fv.jpg") center bottom / cover no-repeat,
      #fff9ef !important;
  }
.zoroya-scope .hero-inner {
    padding:72px 28px 60px !important;
  }
.zoroya-scope .hero-copy {
    width:min(760px,100%) !important;
    max-width:760px !important;
  }
.zoroya-scope .proof-strip {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    max-width:760px !important;
  }
}
@media (max-width:768px) {
.zoroya-scope .hero-inner {
    padding:52px 20px 42px !important;
  }
.zoroya-scope .hero h1 {
    font-size:clamp(32px,9vw,42px) !important;
  }
.zoroya-scope .hero-lead {
    font-size:16px !important;
  }
.zoroya-scope .proof-strip {
    grid-template-columns:1fr !important;
    margin:0 20px !important;
  }
.zoroya-scope .section-head, .zoroya-scope .section-head .eyebrow {
    text-align:left !important;
    justify-content:flex-start !important;
  }
}

/* WordPress block wrappers: keep the original zoroya layout geometry. */
.zoroya-scope .wp-block-group {
  margin-block-start: 0;
  margin-block-end: 0;
}
.zoroya-scope .wp-block-group__inner-container {
  display: contents;
}
.zoroya-scope .final-cta.wp-block-group,
.zoroya-scope .section.wp-block-group {
  max-width: none;
}
.zoroya-scope .cta-panel.wp-block-group {
  width: min(1180px, calc(100% - 56px));
}
@media (max-width: 768px) {
  .zoroya-scope .cta-panel.wp-block-group {
    width: min(100% - 40px, 1180px);
  }
}
