@media(max-width:768px) {
.zoroya-scope .pg-faq__item summary {padding:24px 16px;}
}
.zoroya-scope {
  --c-bg:#FFFFFF;
  --c-bg-soft:#F4F7FB;
  --c-bg-tint:#EAF2FD;
  --c-ink:#101828;
  --c-body:#3D4456;
  --c-muted:#68708A;
  --c-line:#E1E6F0;
  --c-line-strong:#C9D2E3;
  --c-accent:#2454D6;
  --c-accent-deep:#173E9E;
  --c-accent-soft:#5C86F0;
  --c-dark:#0E1B33;
  --c-dark-soft:#16274A;
  --c-dark-line:#28375C;
  --c-dark-ink:#EAF1FF;
  --c-dark-muted:#93A2C4;
  --radius-s:8px;
  --radius-m:14px;
  --radius-l:26px;
}
.zoroya-scope * {box-sizing:border-box;}
.zoroya-scope {scroll-behavior:smooth;}
.zoroya-scope {
  margin:0;background:var(--c-bg);color:var(--c-body);
  font-family:'Zen Kaku Gothic',sans-serif;line-height:1.85;
  -webkit-font-smoothing:antialiased;overflow-x:hidden;
}
.zoroya-scope img {max-width:100%;display:block;}
.zoroya-scope a {color:inherit;}
.zoroya-scope h1, .zoroya-scope h2, .zoroya-scope h3, .zoroya-scope h4 {color:var(--c-ink);margin:0;font-weight:700;}
.zoroya-scope h1, .zoroya-scope h2, .zoroya-scope h3, .zoroya-scope summary, .zoroya-scope .lead, .zoroya-scope .btn {word-break:auto-phrase;text-wrap:balance;}
.zoroya-scope .mono {font-family:'Space Grotesk',monospace;letter-spacing:.04em;}
.zoroya-scope .wrap {width:min(1180px,calc(100% - 48px));margin:0 auto;}
.zoroya-scope .wrap--narrow {width:min(920px,calc(100% - 48px));margin:0 auto;}
.zoroya-scope .wrap--wide {width:min(1320px,calc(100% - 48px));margin:0 auto;}
.zoroya-scope .eyebrow {
  font-family:'Space Grotesk',monospace;font-size:12px;letter-spacing:.28em;
  text-transform:uppercase;color:var(--c-accent);display:inline-flex;gap:12px;align-items:center;
}
.zoroya-scope .eyebrow::before {content:"";width:26px;height:2px;background:var(--c-accent);}
.zoroya-scope .eyebrow--dark {color:#8FB3FF;}
.zoroya-scope .eyebrow--dark::before {background:#8FB3FF;}
.zoroya-scope .section-pad {padding:104px 0;}
@media(max-width:860px) {
.zoroya-scope .section-pad {padding:72px 0;}
}
@media(max-width:600px) {
.zoroya-scope .section-pad {padding:56px 0;}
}
.zoroya-scope .btn {
  display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:15.5px;
  padding:16px 30px;border-radius:999px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease;
  border:1.5px solid transparent;line-height:1.4;
}
.zoroya-scope .btn--primary {background:var(--c-accent);color:#fff;box-shadow:0 16px 30px -16px rgba(36,84,214,.55);}
.zoroya-scope .btn--primary:hover {background:var(--c-accent-deep);transform:translateY(-2px);}
.zoroya-scope .btn--ghost {border-color:var(--c-line-strong);color:var(--c-ink);background:#fff;}
.zoroya-scope .btn--ghost:hover {border-color:var(--c-accent);color:var(--c-accent);}
.zoroya-scope .btn--on-dark {border-color:rgba(255,255,255,.5);color:#fff;}
.zoroya-scope .btn--on-dark:hover {background:rgba(255,255,255,.12);}
@media(hover:none) {
.zoroya-scope .btn, .zoroya-scope .c-header__nav a, .zoroya-scope .c-menu-toggle {min-height:44px;}
}
.zoroya-scope .skip-link {position:absolute;left:-9999px;top:0;background:var(--c-accent);color:#fff;padding:10px 16px;z-index:999;border-radius:0 0 8px 0;text-decoration:none;font-weight:700;}
.zoroya-scope .skip-link:focus {left:0;top:0;}
.zoroya-scope a:focus-visible, .zoroya-scope button:focus-visible, .zoroya-scope summary:focus-visible, .zoroya-scope [tabindex]:focus-visible {
  outline:3px solid var(--c-accent);outline-offset:2px;border-radius:3px;
}
@media(prefers-reduced-motion:reduce) {
.zoroya-scope * {animation-duration:.01ms !important;animation-iteration-count:1 !important;}
.zoroya-scope {scroll-behavior:auto;}
}
.zoroya-scope .motif-grid {
  background-image:linear-gradient(var(--c-line) 1px,transparent 1px),linear-gradient(90deg,var(--c-line) 1px,transparent 1px);
  background-size:42px 42px;
}
.zoroya-scope .c-header {position:fixed;top:16px;left:0;right:0;z-index:70;display:flex;justify-content:center;padding:0 16px;transition:top .3s ease;}
.zoroya-scope .c-header.is-shrink {top:8px;}
.zoroya-scope .c-header__pill {
  display:flex;align-items:center;gap:26px;padding:8px 10px 8px 20px;border-radius:999px;
  background:rgba(255,255,255,.86);backdrop-filter:blur(16px) saturate(160%);-webkit-backdrop-filter:blur(16px) saturate(160%);
  border:1px solid rgba(16,24,40,.08);box-shadow:0 18px 40px -22px rgba(16,24,40,.4);
  max-width:1180px;width:100%;
}
.zoroya-scope .c-header__logo {display:flex;align-items:center;gap:9px;text-decoration:none;flex:none;}
.zoroya-scope .c-header__logo img {height:26px;width:auto;}
.zoroya-scope .c-header__logo span {font-family:'Space Grotesk',monospace;font-weight:700;font-size:13px;letter-spacing:.02em;color:var(--c-ink);white-space:nowrap;}
.zoroya-scope .c-header__nav {display:flex;gap:22px;margin:0 auto 0 6px;}
.zoroya-scope .c-header__nav a {color:var(--c-ink);text-decoration:none;font-size:14px;font-weight:700;position:relative;padding:6px 0;white-space:nowrap;}
.zoroya-scope .c-header__nav a::after {content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:var(--c-accent);transition:width .25s;}
.zoroya-scope .c-header__nav a:hover::after {width:100%;}
.zoroya-scope .c-header__nav a:hover {color:var(--c-accent);}
.zoroya-scope .c-header__cta {background:var(--c-accent);color:#fff;font-weight:700;font-size:13.5px;padding:12px 22px;border-radius:999px;text-decoration:none;white-space:nowrap;transition:background .2s;flex:none;}
.zoroya-scope .c-header__cta:hover {background:var(--c-accent-deep);}
.zoroya-scope .c-menu-toggle {display:none;width:42px;height:42px;border:none;background:var(--c-bg-soft);border-radius:50%;position:relative;flex:none;cursor:pointer;}
.zoroya-scope .c-menu-toggle i {position:absolute;left:50%;top:50%;width:16px;height:2px;background:var(--c-ink);transform:translate(-50%,-50%);transition:transform .3s,opacity .2s;}
.zoroya-scope .c-menu-toggle i:nth-child(1) {transform:translate(-50%,calc(-50% - 5px));}
.zoroya-scope .c-menu-toggle i:nth-child(3) {transform:translate(-50%,calc(-50% + 5px));}
.zoroya-scope .is-menu-open .c-menu-toggle i:nth-child(1) {transform:translate(-50%,-50%) rotate(45deg);}
.zoroya-scope .is-menu-open .c-menu-toggle i:nth-child(2) {opacity:0;}
.zoroya-scope .is-menu-open .c-menu-toggle i:nth-child(3) {transform:translate(-50%,-50%) rotate(-45deg);}
@media(max-width:920px) {
.zoroya-scope .c-header__nav {display:none;}
.zoroya-scope .c-header__cta {display:none;}
.zoroya-scope .c-menu-toggle {display:block;}
.zoroya-scope .c-header__pill {padding:8px 10px 8px 18px;gap:14px;}
}
.zoroya-scope .c-drawer-shade {position:fixed;inset:0;z-index:80;background:rgba(14,20,28,.5);opacity:0;visibility:hidden;transition:opacity .35s;}
.zoroya-scope .is-menu-open .c-drawer-shade {opacity:1;visibility:visible;}
.zoroya-scope .c-drawer {position:fixed;top:0;right:0;bottom:0;width:min(340px,84%);z-index:90;background:#fff;display:flex;flex-direction:column;
  transform:translateX(104%);transition:transform .5s cubic-bezier(.22,1,.36,1);box-shadow:-22px 0 44px -22px rgba(14,20,28,.5);}
.zoroya-scope .is-menu-open .c-drawer {transform:translateX(0);}
.zoroya-scope .c-drawer__head {padding:30px 24px 16px;border-bottom:1px solid var(--c-line);}
.zoroya-scope .c-drawer__head span {font-family:'Space Grotesk',monospace;font-size:10px;letter-spacing:.28em;color:var(--c-accent);}
.zoroya-scope .c-drawer__head b {display:block;font-size:17px;margin-top:4px;color:var(--c-ink);}
.zoroya-scope .c-drawer__body {flex:1;overflow-y:auto;padding:6px 0;}
.zoroya-scope .c-drawer__body a {display:block;padding:16px 24px;color:var(--c-ink);text-decoration:none;font-weight:700;font-size:15px;border-bottom:1px solid var(--c-line);}
.zoroya-scope .c-drawer__body a:hover {color:var(--c-accent);}
.zoroya-scope .c-drawer__foot {padding:18px 24px 28px;border-top:1px solid var(--c-line);display:grid;grid-template-columns:1fr 1fr;gap:10px;}
.zoroya-scope .c-drawer__foot a {display:flex;flex-direction:column;align-items:center;text-decoration:none;border-radius:12px;padding:12px 6px;line-height:1.3;}
.zoroya-scope .c-drawer__foot .tel {border:1.5px solid var(--c-accent);color:var(--c-accent);}
.zoroya-scope .c-drawer__foot .tel b {font-family:'Space Grotesk',monospace;font-size:12.5px;white-space:nowrap;}
.zoroya-scope .c-drawer__foot .cta {background:var(--c-accent);color:#fff;}
.zoroya-scope .c-drawer__foot small {font-size:9.5px;opacity:.85;}
.zoroya-scope .c-hero {position:relative;width:100%;min-height:760px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--c-dark);color:#fff;text-align:center;}
.zoroya-scope .c-hero__bg {position:absolute;inset:0;}
.zoroya-scope .c-hero__bg img {width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.9);}
.zoroya-scope .c-hero__overlay {position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,15,28,.72),rgba(9,15,28,.6) 45%,rgba(9,15,28,.88));}
.zoroya-scope .c-hero-inner {position:relative;z-index:2;width:min(880px,calc(100% - 48px));padding:150px 0 96px;}
.zoroya-scope .c-hero__eyebrow {font-family:'Space Grotesk',monospace;font-size:12.5px;letter-spacing:.24em;color:#9CC0FF;margin:0 0 22px;}
.zoroya-scope .c-hero__title {font-weight:900;font-size:clamp(30px,5.4vw,58px);line-height:1.4;color:#fff;}
.zoroya-scope .c-hero__lead {font-size:clamp(15px,1.8vw,18px);color:rgba(255,255,255,.86);margin:22px auto 0;max-width:30em;}
.zoroya-scope .c-hero__search {margin:38px auto 0;max-width:640px;background:#fff;border-radius:999px;display:flex;align-items:center;gap:12px;padding:16px 24px;box-shadow:0 30px 60px -28px rgba(0,0,0,.55);}
.zoroya-scope .c-hero__search svg {flex:none;}
.zoroya-scope .c-hero__search-q {color:#1B2233;font-size:clamp(14px,1.9vw,18px);font-weight:500;text-align:left;flex:1;white-space:nowrap;overflow:hidden;text-overflow:clip;}
.zoroya-scope .c-hero__cursor {display:none;width:2px;height:1.1em;background:var(--c-accent);margin-left:2px;vertical-align:-2px;}
.zoroya-scope .j .c-hero__cursor {display:inline-block;animation:c-hero-blink 1s steps(1) infinite;}
@keyframes c-hero-blink {50%{opacity:0;}}
.zoroya-scope .c-hero__cta {margin-top:38px;}
.zoroya-scope .c-hero__note {margin-top:20px;font-family:'Space Grotesk',monospace;font-size:12px;letter-spacing:.08em;color:rgba(255,255,255,.65);}
@media(max-width:640px) {
.zoroya-scope .c-hero {min-height:640px;}
.zoroya-scope .c-hero-inner {padding:132px 0 72px;}
.zoroya-scope .c-hero__search {padding:14px 18px;}
}
.zoroya-scope .mk {color:var(--c-accent);}
.zoroya-scope .sr-only {position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
.zoroya-scope .c-intro {background:var(--c-bg-soft);position:relative;overflow:hidden;}
.zoroya-scope .c-intro__head {text-align:center;max-width:640px;margin:0 auto 44px;}
.zoroya-scope .c-intro__head h2 {font-size:clamp(26px,4vw,42px);line-height:1.45;margin-top:14px;}
.zoroya-scope .c-intro__head p {color:var(--c-muted);font-size:15px;margin-top:14px;}
.zoroya-scope .c-intro__sheet {max-width:760px;margin:0 auto;background:#fff;border:1px solid var(--c-line);border-radius:var(--radius-l);box-shadow:0 30px 60px -34px rgba(16,24,40,.18);padding:clamp(24px,4vw,48px);position:relative;}
.zoroya-scope .c-intro__sheet::before {content:"";position:absolute;left:0;top:0;width:100%;height:6px;background:var(--c-accent);border-radius:var(--radius-l) var(--radius-l) 0 0;}
.zoroya-scope .c-intro__st {display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--c-line);padding-bottom:14px;margin-bottom:6px;flex-wrap:wrap;gap:8px;}
.zoroya-scope .c-intro__st .t {font-weight:700;font-size:clamp(15px,2vw,18px);}
.zoroya-scope .c-intro__st .no {font-size:10px;letter-spacing:.2em;color:var(--c-muted);}
.zoroya-scope .c-intro__item {display:flex;align-items:flex-start;gap:16px;padding:18px 4px;border-bottom:1px dashed var(--c-line);}
.zoroya-scope .c-intro__item:last-of-type {border-bottom:none;}
.zoroya-scope .c-intro__cb {position:relative;width:26px;height:26px;border:2px solid var(--c-ink);border-radius:7px;flex:none;margin-top:3px;background:#fff;}
.zoroya-scope .c-intro__cb svg {position:absolute;left:-4px;top:-9px;width:34px;height:34px;overflow:visible;}
.zoroya-scope .c-intro__cb svg path {fill:none;stroke:var(--c-accent);stroke-width:5;stroke-linecap:round;stroke-linejoin:round;}
.zoroya-scope .c-intro__tx {font-size:clamp(14.5px,1.9vw,16.5px);font-weight:500;}
.zoroya-scope .c-intro__tx small {display:block;font-size:12.5px;color:var(--c-muted);font-weight:400;margin-top:4px;}
.zoroya-scope .c-intro__tally {margin-top:22px;background:var(--c-bg-tint);border:1px solid var(--c-line);border-radius:var(--radius-m);padding:20px 24px;display:flex;align-items:center;gap:18px;flex-wrap:wrap;}
.zoroya-scope .c-intro__tally .score {font-weight:700;font-size:clamp(26px,3.6vw,36px);color:var(--c-accent);white-space:nowrap;}
.zoroya-scope .c-intro__tally .score small {font-size:.5em;color:var(--c-muted);font-weight:500;}
.zoroya-scope .c-intro__tally p {margin:0;font-size:14px;flex:1;min-width:16em;}
.zoroya-scope .c-intro__tally p b {font-weight:700;background:linear-gradient(transparent 62%,rgba(36,84,214,.18) 62%);}
.zoroya-scope .c-intro__solution {max-width:760px;margin:22px auto 0;font-size:13.5px;color:var(--c-muted);text-align:center;line-height:1.9;}
.zoroya-scope .c-reasons {background:var(--c-bg);}
.zoroya-scope .c-reasons__grid {display:grid;grid-template-columns:.82fr 1.18fr;gap:64px;align-items:start;}
.zoroya-scope .c-reasons__side {position:sticky;top:110px;}
.zoroya-scope .c-reasons__side h2 {font-size:clamp(28px,3.8vw,44px);line-height:1.4;margin:16px 0 18px;}
.zoroya-scope .c-reasons__side p {color:var(--c-muted);font-size:15px;max-width:22em;}
.zoroya-scope .c-reasons__mark {margin-top:26px;width:60px;height:4px;background:var(--c-accent);border-radius:4px;}
.zoroya-scope .c-reasons__list {display:grid;gap:0;border-top:1px solid var(--c-ink);}
.zoroya-scope .c-reasons__item {display:grid;grid-template-columns:auto 1fr;gap:28px;align-items:start;padding:34px 4px;border-bottom:1px solid var(--c-line);}
.zoroya-scope .c-reasons__n {font-weight:900;font-size:clamp(44px,5.6vw,78px);line-height:.85;color:transparent;-webkit-text-stroke:1.4px var(--c-accent);font-family:'Space Grotesk',monospace;}
.zoroya-scope .c-reasons__item:hover .c-reasons__n {color:rgba(36,84,214,.08);}
.zoroya-scope .c-reasons__thumb {width:92px;height:70px;border-radius:10px;overflow:hidden;float:right;margin:0 0 10px 18px;}
.zoroya-scope .c-reasons__thumb img {width:100%;height:100%;object-fit:cover;}
.zoroya-scope .c-reasons__item h3 {font-size:clamp(19px,2.2vw,24px);font-weight:700;margin:0 0 10px;}
.zoroya-scope .c-reasons__item p {color:var(--c-muted);font-size:15px;margin:0;}
@media(max-width:860px) {
.zoroya-scope .c-reasons__grid {grid-template-columns:1fr;gap:32px;}
.zoroya-scope .c-reasons__side {position:static;}
.zoroya-scope .c-reasons__item {grid-template-columns:1fr;gap:8px;}
}
.zoroya-scope .c-services {background:var(--c-bg-soft);}
.zoroya-scope .c-services__head {display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:40px;flex-wrap:wrap;}
.zoroya-scope .c-services__head h2 {font-size:clamp(26px,4vw,42px);margin-top:14px;}
.zoroya-scope .c-services__head .n {font-size:11px;letter-spacing:.2em;color:var(--c-muted);white-space:nowrap;}
.zoroya-scope .c-bento {display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:190px;gap:14px;}
.zoroya-scope .c-bento__tile {position:relative;overflow:hidden;background:#fff;border:1px solid var(--c-line);border-radius:var(--radius-m);text-decoration:none;display:block;}
.zoroya-scope .c-bento__tile.big {grid-column:span 2;grid-row:span 2;}
.zoroya-scope .c-bento__tile.wide {grid-column:span 2;}
.zoroya-scope .c-bento__bg {position:absolute;inset:0;background-size:cover;background-position:center;transition:transform 1s cubic-bezier(.22,1,.36,1);}
.zoroya-scope .c-bento__tile:hover .c-bento__bg {transform:scale(1.06);}
.zoroya-scope .c-bento__shade {position:absolute;inset:0;background:linear-gradient(180deg,rgba(14,24,50,0) 40%,rgba(9,16,33,.78) 100%);}
.zoroya-scope .c-bento__lab {position:absolute;left:20px;bottom:18px;right:20px;color:#fff;z-index:2;}
.zoroya-scope .c-bento__lab .no {font-size:10px;letter-spacing:.22em;color:#BFD4FF;display:block;margin-bottom:6px;}
.zoroya-scope .c-bento__lab h3 {color:#fff;font-size:clamp(17px,1.8vw,22px);margin:0;line-height:1.5;}
.zoroya-scope .c-bento__lab p {font-size:11.5px;margin:8px 0 0;color:rgba(255,255,255,.85);display:none;max-width:26em;}
.zoroya-scope .c-bento__tile.big .c-bento__lab p {display:block;}
.zoroya-scope .c-bento__arrow {position:absolute;right:14px;top:14px;z-index:2;width:34px;height:34px;border:1px solid rgba(255,255,255,.6);border-radius:50%;
  display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;transition:background .3s,transform .3s;}
.zoroya-scope .c-bento__tile:hover .c-bento__arrow {background:var(--c-accent);border-color:var(--c-accent);transform:rotate(45deg);}
.zoroya-scope .c-bento__tile.text {background:var(--c-dark);display:flex;align-items:center;justify-content:center;padding:22px;}
.zoroya-scope .c-bento__tile.text p {color:#EAF1FF;font-size:clamp(14px,1.5vw,18px);line-height:2;margin:0;}
.zoroya-scope .c-bento__tile.text p b {color:#8FB3FF;font-weight:700;}
@media(max-width:680px) {
.zoroya-scope .c-services__head {flex-direction:column;align-items:flex-start;}
.zoroya-scope .c-bento {grid-template-columns:1fr 1fr;grid-auto-rows:160px;}
.zoroya-scope .c-bento__tile.big {grid-column:span 2;}
}
.zoroya-scope .c-numbers {background:var(--c-bg);overflow:hidden;}
.zoroya-scope .c-numbers__head h2 {font-size:clamp(26px,3.4vw,40px);line-height:1.35;margin-top:14px;}
.zoroya-scope .c-numbers__field {position:relative;margin-top:40px;min-height:560px;}
.zoroya-scope .c-numbers__stat {position:absolute;}
.zoroya-scope .c-numbers__stat .v {font-weight:900;line-height:.82;letter-spacing:-.01em;display:flex;align-items:flex-start;font-family:'Space Grotesk',monospace;}
.zoroya-scope .c-numbers__stat .v .u {font-size:.26em;color:var(--c-accent);font-weight:700;margin-top:.5em;margin-left:.12em;font-family:'Zen Kaku Gothic',sans-serif;}
.zoroya-scope .c-numbers__stat .l {font-size:12.5px;color:var(--c-muted);letter-spacing:.02em;margin-top:10px;max-width:18em;display:flex;align-items:center;gap:8px;}
.zoroya-scope .c-numbers__stat .l::before {content:"—";color:var(--c-accent);}
.zoroya-scope .c-numbers__stat .l img {width:26px;height:26px;flex:none;}
.zoroya-scope .s1 {left:-1%;top:0;}
.zoroya-scope .s1 .v {font-size:clamp(96px,18vw,240px);color:var(--c-ink);}
.zoroya-scope .s2 {right:2%;top:100px;text-align:right;}
.zoroya-scope .s2 .v {font-size:clamp(64px,11vw,132px);justify-content:flex-end;color:var(--c-accent);}
.zoroya-scope .s2 .l {justify-content:flex-end;}
.zoroya-scope .s2 .l::before {content:"";}
.zoroya-scope .s3 {left:20%;top:300px;}
.zoroya-scope .s3 .v {font-size:clamp(70px,12vw,150px);color:var(--c-ink);}
.zoroya-scope .s4 {right:6%;top:380px;}
.zoroya-scope .s4 .v {font-size:clamp(48px,7vw,92px);color:transparent;-webkit-text-stroke:1.5px var(--c-ink);}
.zoroya-scope .c-numbers__rule {position:absolute;left:0;right:0;top:270px;height:1px;background:var(--c-line);}
.zoroya-scope .c-numbers__tag {position:absolute;right:0;top:-10px;writing-mode:vertical-rl;font-size:11px;letter-spacing:.3em;color:var(--c-muted);text-transform:uppercase;}
@media(max-width:820px) {
.zoroya-scope .c-numbers__field {min-height:0;display:grid;gap:36px;}
.zoroya-scope .c-numbers__stat {position:static !important;text-align:left !important;}
.zoroya-scope .s2 .v {justify-content:flex-start;}
.zoroya-scope .s2 .l {justify-content:flex-start;}
.zoroya-scope .c-numbers__rule, .zoroya-scope .c-numbers__tag {display:none;}
.zoroya-scope .s1 .v {font-size:88px;}
.zoroya-scope .s2 .v {font-size:64px;}
.zoroya-scope .s3 .v {font-size:72px;}
.zoroya-scope .s4 .v {font-size:56px;}
}
.zoroya-scope .c-cases {background:var(--c-bg-soft);}
.zoroya-scope .c-cases__top {display:grid;grid-template-columns:0.82fr 1.18fr;gap:50px;align-items:stretch;}
.zoroya-scope .c-cases__hero {position:relative;background:#dfe6f2;border-radius:var(--radius-m);overflow:hidden;min-height:420px;}
.zoroya-scope .c-cases__hero img {width:100%;height:100%;object-fit:cover;}
.zoroya-scope .c-cases__hero .frame {position:absolute;left:-1px;top:-1px;width:88px;height:88px;border-left:3px solid var(--c-accent);border-top:3px solid var(--c-accent);}
.zoroya-scope .c-cases__hero .credit {position:absolute;left:16px;bottom:14px;color:#fff;font-size:11px;letter-spacing:.06em;text-shadow:0 1px 6px rgba(0,0,0,.5);}
.zoroya-scope .c-cases__text {display:flex;flex-direction:column;justify-content:center;}
.zoroya-scope .c-cases__text h2 {font-size:clamp(24px,3vw,38px);line-height:1.4;margin:12px 0 18px;}
.zoroya-scope .c-cases__meta {font-size:12px;color:var(--c-muted);letter-spacing:.02em;border-top:1px solid var(--c-line);padding-top:16px;margin-bottom:22px;}
.zoroya-scope .c-cases__meta b {color:var(--c-accent);font-size:15px;}
.zoroya-scope .c-cases__pull {font-weight:700;font-size:clamp(19px,2.2vw,27px);line-height:1.6;margin:0;max-width:22em;color:var(--c-ink);}
.zoroya-scope .c-cases__pull .qm {color:var(--c-accent);}
.zoroya-scope .c-cases__cap {font-size:12px;color:var(--c-muted);margin-top:14px;letter-spacing:.02em;}
.zoroya-scope .c-cases__detail {font-size:13.5px;color:var(--c-muted);margin-top:14px;line-height:1.9;}
.zoroya-scope .c-cases__index {list-style:none;margin:56px 0 0;padding:0;border-top:1px solid var(--c-ink);}
.zoroya-scope .c-cases__row {display:grid;grid-template-columns:52px 1fr 130px 30px;gap:18px;align-items:center;padding:20px 8px;border-bottom:1px solid var(--c-line);position:relative;transition:background .25s,padding .25s;}
.zoroya-scope .c-cases__row:hover {background:rgba(36,84,214,.06);padding-left:14px;}
.zoroya-scope .c-cases__row .no {font-size:13px;color:var(--c-accent);}
.zoroya-scope .c-cases__row .thumb {width:52px;height:52px;border-radius:8px;overflow:hidden;}
.zoroya-scope .c-cases__row .thumb img {width:100%;height:100%;object-fit:cover;}
.zoroya-scope .c-cases__row .q {font-size:clamp(14.5px,1.7vw,17px);font-weight:500;margin:0;color:var(--c-ink);}
.zoroya-scope .c-cases__row .ind {font-size:11px;color:var(--c-muted);letter-spacing:.04em;text-transform:uppercase;text-align:right;}
.zoroya-scope .c-cases__row .arr {opacity:0;transition:.25s;color:var(--c-accent);}
.zoroya-scope .c-cases__row:hover .arr {opacity:1;}
@media(max-width:880px) {
.zoroya-scope .c-cases__top {grid-template-columns:1fr;gap:28px;}
.zoroya-scope .c-cases__hero {min-height:280px;}
.zoroya-scope .c-cases__row {grid-template-columns:40px 1fr;gap:8px 14px;}
.zoroya-scope .c-cases__row .ind, .zoroya-scope .c-cases__row .arr {display:none;}
}
.zoroya-scope .c-message {background:var(--c-bg);}
.zoroya-scope .c-message__spread {display:grid;grid-template-columns:280px 1fr;gap:0 60px;align-items:start;}
.zoroya-scope .c-message__left {position:relative;}
.zoroya-scope .c-message__vlabel {position:absolute;left:-14px;top:0;writing-mode:vertical-rl;font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:var(--c-accent);}
.zoroya-scope .c-message__portrait {margin-left:32px;aspect-ratio:4/5;overflow:hidden;border-radius:var(--radius-m);clip-path:inset(0 0 100% 0);background:var(--c-bg-soft);}
.zoroya-scope .c-message__portrait img {width:100%;height:100%;object-fit:cover;object-position:center top;display:block;}
.zoroya-scope .c-message__meta {margin:20px 0 0 32px;}
.zoroya-scope .c-message__meta .role {font-size:11px;letter-spacing:.1em;color:var(--c-muted);text-transform:uppercase;}
.zoroya-scope .c-message__meta .nm {font-size:22px;font-weight:700;margin-top:4px;}
.zoroya-scope .c-message__right {padding-top:4px;}
.zoroya-scope .c-message__kicker {font-size:11px;letter-spacing:.28em;color:var(--c-accent);text-transform:uppercase;border-bottom:1px solid var(--c-ink);padding-bottom:14px;display:block;}
.zoroya-scope .c-message__body {font-weight:500;font-size:clamp(16px,1.5vw,18px);line-height:2.05;margin-top:28px;max-width:32em;}
.zoroya-scope .c-message__body p {margin:0 0 1.3em;}
.zoroya-scope .c-message__body .intro-line {font-weight:700;font-size:1.15em;color:var(--c-ink);}
.zoroya-scope .c-message__body .drop {float:left;font-weight:900;font-size:clamp(72px,9vw,120px);line-height:.72;margin:6px 14px -4px 0;color:var(--c-accent);font-family:'Space Grotesk',monospace;}
.zoroya-scope .c-message__sign {margin-top:40px;display:flex;align-items:center;gap:22px;}
.zoroya-scope .c-message__sign svg {width:180px;height:56px;overflow:visible;}
.zoroya-scope .c-message__sign path {fill:none;stroke:var(--c-ink);stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round;}
.zoroya-scope .c-message__sign .stamp {font-size:10px;letter-spacing:.16em;color:var(--c-muted);text-transform:uppercase;}
@media(max-width:860px) {
.zoroya-scope .c-message__spread {grid-template-columns:1fr;gap:30px;}
.zoroya-scope .c-message__vlabel {position:static;writing-mode:horizontal-tb;margin-bottom:10px;}
.zoroya-scope .c-message__portrait {margin-left:0;max-width:240px;}
.zoroya-scope .c-message__meta {margin-left:0;}
}
@media(prefers-reduced-motion:reduce) {
.zoroya-scope .c-message__portrait {clip-path:inset(0);}
}
.zoroya-scope .c-scope {background:var(--c-bg-soft);position:relative;}
.zoroya-scope .c-scope__head {max-width:760px;margin-bottom:20px;}
.zoroya-scope .c-scope__head h2 {font-size:clamp(26px,4vw,42px);margin-top:14px;}
.zoroya-scope .c-scope__lead {max-width:760px;font-size:15.5px;color:var(--c-body);line-height:2;margin-bottom:44px;}
.zoroya-scope .c-scope__tbl {border-top:2px solid var(--c-ink);max-width:860px;background:#fff;border-radius:var(--radius-m) var(--radius-m) 0 0;overflow:hidden;}
.zoroya-scope .c-scope__row {display:grid;grid-template-columns:56px 1fr 150px;align-items:center;border-bottom:1px solid var(--c-line);transition:background .25s;}
.zoroya-scope .c-scope__row:hover {background:rgba(36,84,214,.05);}
.zoroya-scope .c-scope__row.h {border-bottom:1px solid var(--c-ink);}
.zoroya-scope .c-scope__cell {padding:18px 16px;font-size:14.5px;}
.zoroya-scope .c-scope__row.h .c-scope__cell {font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--c-muted);}
.zoroya-scope .c-scope__no {font-size:12px;color:var(--c-accent);}
.zoroya-scope .c-scope__item {font-weight:700;display:flex;align-items:center;gap:10px;}
.zoroya-scope .c-scope__item img {width:20px;height:20px;flex:none;}
.zoroya-scope .c-scope__status {font-weight:700;}
.zoroya-scope .c-scope__status.yes {color:#1f7a55;}
.zoroya-scope .c-scope__status.yes::before {content:"○";margin-right:8px;}
.zoroya-scope .c-scope__status.no {color:var(--c-muted);}
.zoroya-scope .c-scope__status.no::before {content:"×";margin-right:8px;color:#B23A3A;}
@media(max-width:680px) {
.zoroya-scope .c-scope__row {grid-template-columns:40px 1fr 90px;}
.zoroya-scope .c-scope__cell {padding:14px 8px;font-size:13.5px;}
}
.zoroya-scope .c-process {background:var(--c-dark);color:var(--c-dark-ink);}
.zoroya-scope .c-process__layout {display:grid;grid-template-columns:.9fr 1.1fr;gap:50px;align-items:start;}
.zoroya-scope .c-process__side {position:sticky;top:120px;}
.zoroya-scope .c-process__side h2 {color:#fff;font-size:clamp(22px,2.6vw,30px);margin:14px 0 24px;}
.zoroya-scope .c-process__bignum {font-weight:900;font-size:clamp(110px,15vw,190px);line-height:.8;color:#6FA0FF;position:relative;font-family:'Space Grotesk',monospace;}
.zoroya-scope .c-process__bignum .of {font-size:.22em;color:var(--c-dark-muted);font-family:'Zen Kaku Gothic',sans-serif;}
.zoroya-scope .c-process__steps {display:flex;flex-direction:column;gap:16px;}
.zoroya-scope .c-process__step {border:1px solid var(--c-dark-line);border-radius:16px;padding:28px 28px;transition:.4s;}
.zoroya-scope .c-process__step.active {background:var(--c-dark-soft);border-color:#6FA0FF;}
.zoroya-scope .c-process__step .ph {font-size:11px;letter-spacing:.14em;color:#8FB3FF;}
.zoroya-scope .c-process__step h3 {color:#fff;font-size:20px;font-weight:700;margin:6px 0 8px;}
.zoroya-scope .c-process__step p {color:var(--c-dark-muted);font-size:14px;margin:0;}
@media(max-width:780px) {
.zoroya-scope .c-process__layout {grid-template-columns:1fr;gap:24px;}
.zoroya-scope .c-process__side {position:static;}
.zoroya-scope .c-process__bignum {font-size:84px;}
}
.zoroya-scope .c-pricing {position:relative;overflow:hidden;background:var(--c-dark);color:var(--c-dark-ink);}
.zoroya-scope .c-pricing::before {content:"";position:absolute;inset:0;background-image:url('assets/images/section-bg-2.jpg');background-size:cover;background-position:center;opacity:.28;}
.zoroya-scope .c-pricing::after {content:"";position:absolute;inset:0;background:linear-gradient(160deg,rgba(14,27,51,.94),rgba(14,27,51,.8) 55%,rgba(14,27,51,.96));}
.zoroya-scope .c-pricing__in {position:relative;z-index:1;}
.zoroya-scope .c-pricing__head {display:grid;grid-template-columns:.9fr 1fr;gap:50px;align-items:end;margin-bottom:40px;}
.zoroya-scope .c-pricing__head h2 {color:#fff;font-size:clamp(28px,4vw,46px);line-height:1.35;margin-top:14px;}
.zoroya-scope .c-pricing__head p {margin:0;color:var(--c-dark-muted);font-size:14.5px;max-width:32em;}
.zoroya-scope .c-pricing__card {border:1px solid var(--c-dark-line);background:rgba(255,255,255,.06);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:var(--radius-l);padding:clamp(28px,4vw,48px);box-shadow:0 30px 70px -46px rgba(0,0,0,.85);}
.zoroya-scope .c-pricing__axis {height:8px;border-radius:8px;background:linear-gradient(90deg,#28406E,#6FA0FF);margin-bottom:34px;transform-origin:left;}
.zoroya-scope .c-pricing__row {display:flex;align-items:baseline;gap:18px;flex-wrap:wrap;}
.zoroya-scope .c-pricing__price {font-weight:900;font-size:clamp(38px,6vw,64px);color:#fff;font-family:'Space Grotesk',monospace;}
.zoroya-scope .c-pricing__price small {font-size:.32em;color:var(--c-dark-muted);font-weight:500;margin-left:8px;font-family:'Zen Kaku Gothic',sans-serif;}
.zoroya-scope .c-pricing__note {color:var(--c-dark-muted);font-size:14px;margin-top:16px;max-width:34em;}
.zoroya-scope .c-pricing__factors {display:flex;gap:12px;flex-wrap:wrap;margin-top:24px;}
.zoroya-scope .c-pricing__factors span {border:1px solid var(--c-dark-line);border-radius:999px;padding:8px 18px;font-size:12.5px;color:var(--c-dark-ink);}
.zoroya-scope .c-pricing__promise {margin-top:26px;padding-top:22px;border-top:1px solid var(--c-dark-line);font-weight:700;color:#fff;font-size:15px;}
@media(max-width:860px) {
.zoroya-scope .c-pricing__head {grid-template-columns:1fr;}
}
.zoroya-scope .c-faq {background:var(--c-bg);}
.zoroya-scope .c-faq__layout {display:grid;grid-template-columns:.8fr 1.2fr;gap:50px;align-items:start;}
.zoroya-scope .c-faq__side {position:sticky;top:110px;}
.zoroya-scope .c-faq__side h2 {font-size:clamp(28px,3.6vw,44px);margin:14px 0 14px;}
.zoroya-scope .c-faq__side p {color:var(--c-muted);font-size:14px;}
.zoroya-scope .c-faq__list {border-top:1px solid var(--c-line);}
.zoroya-scope .c-faq__item {border-bottom:1px solid var(--c-line);}
.zoroya-scope .c-faq__item summary {display:grid;grid-template-columns:40px 1fr 28px;align-items:center;gap:14px;padding:22px 4px;cursor:pointer;list-style:none;}
.zoroya-scope .c-faq__item summary::-webkit-details-marker {display:none;}
.zoroya-scope .c-faq__item summary .no {font-size:13px;color:var(--c-accent);}
.zoroya-scope .c-faq__item summary .tx {font-weight:700;font-size:15.5px;color:var(--c-ink);}
.zoroya-scope .c-faq__item summary .ic {position:relative;width:18px;height:18px;justify-self:end;}
.zoroya-scope .c-faq__item summary .ic::before, .zoroya-scope .c-faq__item summary .ic::after {content:"";position:absolute;background:var(--c-accent);transition:.3s;}
.zoroya-scope .c-faq__item summary .ic::before {top:8px;left:0;width:18px;height:2px;}
.zoroya-scope .c-faq__item summary .ic::after {top:0;left:8px;width:2px;height:18px;}
.zoroya-scope .c-faq__item[open] summary .ic::after {transform:rotate(90deg);opacity:0;}
.zoroya-scope .c-faq__a {padding:0 4px 26px 54px;color:var(--c-muted);font-size:14.5px;animation:c-faq-fade .25s ease;}
@keyframes c-faq-fade {from{opacity:0;transform:translateY(-4px);}to{opacity:1;transform:translateY(0);}}
@media(max-width:760px) {
.zoroya-scope .c-faq__layout {grid-template-columns:1fr;gap:28px;}
.zoroya-scope .c-faq__side {position:static;}
}
.zoroya-scope .c-about {background:var(--c-bg-soft);}
.zoroya-scope .c-about__inner {display:grid;grid-template-columns:300px 1fr;gap:64px;}
.zoroya-scope .c-about__left {position:sticky;top:110px;align-self:start;}
.zoroya-scope .c-about__left h2 {font-size:clamp(26px,4vw,42px);margin:14px 0 0;}
.zoroya-scope .c-about__photo {margin-top:32px;border-radius:var(--radius-m);overflow:hidden;}
.zoroya-scope .c-about__photo img {display:block;width:100%;aspect-ratio:4/3;object-fit:cover;}
.zoroya-scope .c-about__photo-cap {font-size:10px;letter-spacing:.2em;color:var(--c-muted);margin-top:10px;}
.zoroya-scope .c-about__spec {margin:0;border-top:1px solid var(--c-ink);}
.zoroya-scope .c-about__row {display:grid;grid-template-columns:150px 1fr;gap:18px;padding:20px 4px;border-bottom:1px solid var(--c-line);}
.zoroya-scope .c-about__row dt {font-size:11px;letter-spacing:.18em;color:var(--c-muted);padding-top:4px;}
.zoroya-scope .c-about__row dd {margin:0;font-size:14.5px;color:var(--c-ink);}
.zoroya-scope .c-about__row dd small {display:block;color:var(--c-muted);font-size:12px;margin-top:2px;}
.zoroya-scope .c-about__nums {display:flex;gap:0;margin-top:48px;border-top:1px solid var(--c-ink);}
.zoroya-scope .c-about__n {flex:1;padding:22px 18px 0;border-right:1px solid var(--c-line);}
.zoroya-scope .c-about__n:last-child {border-right:none;}
.zoroya-scope .c-about__n b {display:block;font-size:clamp(28px,4vw,46px);font-weight:700;line-height:1.1;font-family:'Space Grotesk',monospace;}
.zoroya-scope .c-about__n b i {font-style:normal;font-size:.5em;color:var(--c-accent);}
.zoroya-scope .c-about__n span {font-size:11px;letter-spacing:.14em;color:var(--c-muted);}
.zoroya-scope .c-about__map {margin-top:48px;}
.zoroya-scope .c-about__map iframe {width:100%;height:320px;border:1px solid var(--c-line);border-radius:var(--radius-m);}
@media(max-width:680px) {
.zoroya-scope .c-about__inner {grid-template-columns:1fr;gap:36px;}
.zoroya-scope .c-about__left {position:static;}
.zoroya-scope .c-about__row {grid-template-columns:110px 1fr;}
.zoroya-scope .c-about__nums {flex-wrap:wrap;}
.zoroya-scope .c-about__n {flex:1 1 50%;border-right:none;border-bottom:1px solid var(--c-line);padding-bottom:14px;}
}
.zoroya-scope .c-news {background:var(--c-bg);}
.zoroya-scope .c-news__wrap {display:grid;grid-template-columns:280px 1fr;gap:56px;align-items:start;}
.zoroya-scope .c-news__side {position:sticky;top:110px;}
.zoroya-scope .c-news__side .en {font-weight:700;font-size:clamp(40px,5.6vw,66px);color:var(--c-accent);line-height:1;font-family:'Space Grotesk',monospace;}
.zoroya-scope .c-news__side .bar {width:60px;height:3px;background:var(--c-accent);margin:14px 0 14px;}
.zoroya-scope .c-news__side .ja {color:var(--c-ink);font-size:14px;font-weight:700;}
.zoroya-scope .c-news__side .all {display:inline-flex;align-items:center;gap:12px;margin-top:36px;font-size:13px;font-weight:700;color:var(--c-accent);text-decoration:none;}
.zoroya-scope .c-news__side .all .ln {width:36px;height:1px;background:var(--c-accent);position:relative;}
.zoroya-scope .c-news__side .all .ln::after {content:"";position:absolute;right:0;top:-3px;width:6px;height:6px;border-top:1px solid var(--c-accent);border-right:1px solid var(--c-accent);transform:rotate(45deg);}
.zoroya-scope .c-news__list {border-top:1px solid var(--c-line);}
.zoroya-scope .c-news__item {display:grid;grid-template-columns:170px 1fr auto;gap:26px;align-items:center;padding:24px 6px;border-bottom:1px solid var(--c-line);text-decoration:none;color:inherit;transition:.25s;}
.zoroya-scope .c-news__item:hover {background:var(--c-bg-soft);padding-left:14px;}
.zoroya-scope .c-news__item .thumb {width:170px;aspect-ratio:16/10;border-radius:8px;overflow:hidden;background:var(--c-bg-soft);}
.zoroya-scope .c-news__item .thumb img {width:100%;height:100%;object-fit:cover;transition:transform .4s;}
.zoroya-scope .c-news__item:hover .thumb img {transform:scale(1.06);}
.zoroya-scope .c-news__item .cat {font-size:12px;color:var(--c-accent);letter-spacing:.04em;display:block;margin-bottom:8px;}
.zoroya-scope .c-news__item h3 {font-size:16px;font-weight:700;margin:0;line-height:1.6;}
.zoroya-scope .c-news__item .arr {width:40px;height:40px;border-radius:50%;border:1px solid var(--c-line);display:flex;align-items:center;justify-content:center;color:var(--c-accent);transition:.25s;flex:0 0 auto;}
.zoroya-scope .c-news__item:hover .arr {background:var(--c-accent);color:#fff;border-color:var(--c-accent);}
@media(max-width:860px) {
.zoroya-scope .c-news__wrap {grid-template-columns:1fr;gap:30px;}
.zoroya-scope .c-news__side {position:static;}
.zoroya-scope .c-news__item {grid-template-columns:110px 1fr;gap:16px;}
.zoroya-scope .c-news__item .arr {display:none;}
}
.zoroya-scope .c-cta {position:relative;min-height:74vh;display:flex;align-items:center;justify-content:center;overflow:hidden;text-align:center;background:var(--c-dark);color:#fff;}
.zoroya-scope .c-cta__bg {position:absolute;inset:0;}
.zoroya-scope .c-cta__bg img {width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.85);}
.zoroya-scope .c-cta__overlay {position:absolute;inset:0;background:linear-gradient(180deg,rgba(14,27,51,.82),rgba(14,27,51,.66) 50%,rgba(14,27,51,.92));}
.zoroya-scope .c-cta__glow {position:absolute;width:56vw;height:56vw;border-radius:50%;filter:blur(90px);mix-blend-mode:screen;opacity:.45;background:radial-gradient(circle,#3E6EFF,transparent 65%);left:6%;top:6%;}
.zoroya-scope .c-cta__glow2 {background:radial-gradient(circle,#6FA0FF,transparent 65%);right:4%;bottom:2%;left:auto;top:auto;}
.zoroya-scope .c-cta__inner {position:relative;z-index:3;width:min(800px,calc(100% - 48px));padding:110px 0;}
.zoroya-scope .c-cta__inner h2 {color:#fff;font-weight:900;font-size:clamp(30px,5.6vw,60px);line-height:1.42;margin:22px 0 0;text-shadow:0 4px 40px rgba(0,0,0,.4);}
.zoroya-scope .c-cta__inner h2 .mk {color:#8FB3FF;}
.zoroya-scope .c-cta__lead {color:rgba(234,241,255,.86);font-size:16.5px;margin:22px auto 0;max-width:32em;}
.zoroya-scope .c-cta__btns {display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:38px;}
.zoroya-scope .c-cta__sub {margin-top:24px;font-size:12px;letter-spacing:.06em;color:rgba(234,241,255,.6);}
@media(prefers-reduced-motion:reduce) {
.zoroya-scope .c-cta__glow, .zoroya-scope .c-cta__glow2 {animation:none !important;}
}
.zoroya-scope .c-footer {background:var(--c-dark);color:var(--c-dark-ink);}
.zoroya-scope .c-footer__in {max-width:1240px;margin:0 auto;padding:0 28px;}
.zoroya-scope .c-footer__bar {display:flex;align-items:center;justify-content:space-between;gap:26px;padding:36px 0;border-bottom:1px solid var(--c-dark-line);flex-wrap:wrap;}
.zoroya-scope .c-footer__bar .lb {font-size:10px;letter-spacing:.28em;color:#8FB3FF;}
.zoroya-scope .c-footer__bar h2 {color:#fff;font-size:22px;letter-spacing:.02em;margin:8px 0 4px;}
.zoroya-scope .c-footer__bar p {margin:0;font-size:12.5px;color:var(--c-dark-muted);}
.zoroya-scope .c-footer__cols {display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:44px;padding:46px 0 50px;}
.zoroya-scope .c-footer__brand .lg {display:flex;align-items:center;gap:11px;margin-bottom:16px;}
.zoroya-scope .c-footer__brand .lg img {height:30px;width:auto;filter:brightness(0) invert(1);}
.zoroya-scope .c-footer__brand .nm {font-weight:700;font-size:16px;letter-spacing:.02em;color:#fff;}
.zoroya-scope .c-footer__nap {font-size:12.5px;line-height:2.1;color:var(--c-dark-muted);margin:0 0 18px;}
.zoroya-scope .c-footer__col h3 {font-size:10px;letter-spacing:.24em;color:#8FB3FF;margin:6px 0 16px;font-weight:700;}
.zoroya-scope .c-footer__col a {display:block;color:var(--c-dark-ink);text-decoration:none;font-size:13px;padding:6.5px 0;opacity:.88;}
.zoroya-scope .c-footer__col a:hover {opacity:1;color:#8FB3FF;}
.zoroya-scope .c-footer__legal {display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 0 26px;border-top:1px solid var(--c-dark-line);flex-wrap:wrap;}
.zoroya-scope .c-footer__legal .links {display:flex;gap:20px;flex-wrap:wrap;}
.zoroya-scope .c-footer__legal a {color:var(--c-dark-muted);text-decoration:none;font-size:11.5px;}
.zoroya-scope .c-footer__legal a:hover {color:#fff;}
.zoroya-scope .c-footer__legal .cp {font-size:10px;letter-spacing:.1em;color:var(--c-dark-muted);}
@media(max-width:1000px) {
.zoroya-scope .c-footer__cols {grid-template-columns:1fr 1fr;}
}
@media(max-width:600px) {
.zoroya-scope .c-footer__cols {grid-template-columns:1fr;}
.zoroya-scope .c-footer__bar {padding:30px 0;}
}
.zoroya-scope.is-menu-open {overflow:hidden;}
.zoroya-scope .page-hero {position:relative;background:var(--c-dark);color:#fff;overflow:hidden;padding:172px 0 76px;}
.zoroya-scope .page-hero__bg {position:absolute;inset:0;background-size:cover;background-position:center;opacity:.3;filter:saturate(.9);}
.zoroya-scope .page-hero__overlay {position:absolute;inset:0;background:linear-gradient(180deg,rgba(9,15,28,.86),rgba(9,15,28,.74) 55%,rgba(9,15,28,.94));}
.zoroya-scope .page-hero__in {position:relative;z-index:1;}
.zoroya-scope .page-hero__crumb {margin:0 0 20px;font-family:'Space Grotesk',monospace;font-size:11.5px;letter-spacing:.06em;color:rgba(255,255,255,.62);}
.zoroya-scope .page-hero__crumb ol {list-style:none;display:flex;flex-wrap:wrap;gap:0;margin:0;padding:0;}
.zoroya-scope .page-hero__crumb li {display:flex;align-items:center;}
.zoroya-scope .page-hero__crumb li:not(:last-child)::after {content:"/";color:rgba(255,255,255,.38);margin:0 8px;}
.zoroya-scope .page-hero__crumb a {color:rgba(255,255,255,.82);text-decoration:none;}
.zoroya-scope .page-hero__crumb a:hover {color:#fff;text-decoration:underline;}
.zoroya-scope .page-hero__crumb li[aria-current="page"] {color:rgba(255,255,255,.9);}
.zoroya-scope .page-hero__eyebrow {font-family:'Space Grotesk',monospace;font-size:12px;letter-spacing:.24em;color:#9CC0FF;margin:0 0 14px;text-transform:uppercase;}
.zoroya-scope .page-hero h1 {color:#fff;font-weight:900;font-size:clamp(30px,4.6vw,48px);line-height:1.45;margin:0;max-width:20em;}
.zoroya-scope .page-hero__lead {margin:18px 0 0;font-size:15.5px;line-height:1.9;color:rgba(255,255,255,.82);max-width:34em;}
@media(max-width:640px) {
.zoroya-scope .page-hero {padding:140px 0 56px;}
}
.zoroya-scope .pg-svc {background:var(--c-bg-soft);}
.zoroya-scope .pg-svc__head {display:grid;grid-template-columns:.95fr 1fr;gap:48px;align-items:end;margin-bottom:44px;}
.zoroya-scope .pg-svc__head h2 {font-size:clamp(26px,4vw,40px);line-height:1.45;margin:14px 0 0;}
.zoroya-scope .pg-svc__head p {margin:0;color:var(--c-muted);font-size:14.5px;max-width:32em;}
.zoroya-scope .pg-svc__board {position:relative;border:1px solid var(--c-line);background:#fff;box-shadow:0 30px 70px -52px rgba(16,24,40,.28);border-radius:var(--radius-m);overflow:hidden;}
.zoroya-scope .pg-svc__tbl {border-bottom:1px solid var(--c-ink);}
.zoroya-scope .pg-svc__row {display:grid;grid-template-columns:56px 1fr;align-items:center;border-top:1px solid var(--c-line);}
.zoroya-scope .pg-svc__row.h {border-top:0;border-bottom:1px solid var(--c-ink);}
.zoroya-scope .pg-svc__cell {padding:18px 16px;font-size:14.5px;}
.zoroya-scope .pg-svc__row.h .pg-svc__cell {font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--c-muted);}
.zoroya-scope .pg-svc__no {font-size:12px;color:var(--c-accent);}
.zoroya-scope .pg-svc__item {font-weight:700;}
.zoroya-scope .pg-svc__item-text {display:flex;flex-direction:column;gap:5px;}
.zoroya-scope .pg-svc__item-title {font-size:14.5px;}
.zoroya-scope .pg-svc__item-desc {font-weight:400;color:var(--c-muted);font-size:12.5px;line-height:1.75;}
.zoroya-scope .pg-svc__flow {padding:36px 30px;background:var(--c-bg-tint);}
.zoroya-scope .pg-svc__flow h3 {font-size:18px;font-weight:700;margin:0 0 20px;}
.zoroya-scope .pg-svc__flow ul {list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(5,1fr);gap:14px;}
.zoroya-scope .pg-svc__flow li {border:1px solid var(--c-line);background:#fff;border-radius:var(--radius-s);padding:18px 16px;}
.zoroya-scope .pg-svc__flow li span {display:block;font-family:'Space Grotesk',monospace;font-size:11px;color:var(--c-accent);letter-spacing:.1em;margin-bottom:10px;}
.zoroya-scope .pg-svc__flow li b {display:block;font-size:15px;margin-bottom:6px;}
.zoroya-scope .pg-svc__flow li p {margin:0;color:var(--c-muted);font-size:12.5px;line-height:1.7;}
@media(min-width:768px) {
.zoroya-scope .pg-svc__cell {padding:22px 18px;}
.zoroya-scope .pg-svc__row .pg-svc__cell:first-child {padding-left:12px;padding-right:8px;}
.zoroya-scope .pg-svc__item-title {font-size:16px;}
.zoroya-scope .pg-svc__item-desc {font-size:14px;}
.zoroya-scope .pg-svc__item-text {gap:7px;}
}
@media(max-width:860px) {
.zoroya-scope .pg-svc__head {grid-template-columns:1fr;gap:20px;}
.zoroya-scope .pg-svc__flow ul {grid-template-columns:repeat(2,1fr);}
}
@media(max-width:680px) {
.zoroya-scope .pg-svc__row {grid-template-columns:42px 1fr;}
.zoroya-scope .pg-svc__cell {padding:14px 8px;font-size:13.5px;}
.zoroya-scope .pg-svc__row .pg-svc__cell:first-child {padding-left:6px;padding-right:4px;}
.zoroya-scope .pg-svc__flow {padding:28px 20px;}
}
@media(max-width:520px) {
.zoroya-scope .pg-svc__flow ul {grid-template-columns:1fr;}
}
.zoroya-scope .pg-cta {background:var(--c-bg);}
.zoroya-scope .pg-cta__band {position:relative;border-radius:var(--radius-l);overflow:hidden;min-height:300px;display:flex;align-items:center;}
.zoroya-scope .pg-cta__bg {position:absolute;inset:0;background-size:cover;background-position:center;}
.zoroya-scope .pg-cta__overlay {position:absolute;inset:0;background:linear-gradient(100deg,rgba(14,27,51,.92) 32%,rgba(14,27,51,.62) 70%,rgba(36,84,214,.5));}
.zoroya-scope .pg-cta__in {position:relative;z-index:1;padding:clamp(36px,5vw,56px) clamp(28px,5vw,56px);display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px;width:100%;}
.zoroya-scope .pg-cta__k {font-size:11px;letter-spacing:.24em;text-transform:uppercase;color:#9CC0FF;}
.zoroya-scope .pg-cta__txt h2 {color:#fff;font-weight:900;font-size:clamp(22px,3vw,32px);line-height:1.5;margin:10px 0 8px;}
.zoroya-scope .pg-cta__txt p {margin:0;color:rgba(255,255,255,.84);font-size:14.5px;max-width:28em;}
.zoroya-scope .pg-cta__act {display:flex;flex-direction:column;gap:14px;align-items:flex-start;}
.zoroya-scope .pg-cta__tel {display:block;font-weight:700;font-size:17px;color:#fff;text-decoration:none;}
.zoroya-scope .pg-cta__tel small {display:block;font-family:'Zen Kaku Gothic',sans-serif;font-weight:400;font-size:11.5px;color:rgba(255,255,255,.72);letter-spacing:0;margin-top:2px;}
@media(max-width:780px) {
.zoroya-scope .pg-cta__in {grid-template-columns:1fr;}
}
.zoroya-scope .pg-about {background:var(--c-bg);position:relative;overflow:hidden;}
.zoroya-scope .pg-about__spread {display:grid;grid-template-columns:1fr 1.2fr;gap:56px;margin-bottom:56px;}
.zoroya-scope .pg-about__portrait {position:relative;overflow:hidden;border-radius:var(--radius-m);height:520px;background:var(--c-bg-soft);}
.zoroya-scope .pg-about__portrait img {width:100%;height:100%;object-fit:cover;object-position:70% 15%;display:block;}
.zoroya-scope .pg-about__pname {position:absolute;right:16px;top:16px;writing-mode:vertical-rl;font-family:'Space Grotesk',monospace;font-size:13px;letter-spacing:.36em;color:#fff;text-shadow:0 2px 14px rgba(0,0,0,.5);}
.zoroya-scope .pg-about__prole {position:absolute;left:16px;bottom:14px;font-family:'Space Grotesk',monospace;font-size:10px;letter-spacing:.2em;color:#fff;text-shadow:0 1px 8px rgba(0,0,0,.5);}
.zoroya-scope .pg-about__quote {font-weight:500;font-size:clamp(16.5px,1.8vw,19px);line-height:2.05;margin:0 0 32px;color:var(--c-ink);}
.zoroya-scope .pg-about__bio {border-top:1px solid var(--c-ink);margin:0;}
.zoroya-scope .pg-about__bio .b {display:grid;grid-template-columns:120px 1fr;gap:18px;padding:18px 4px;border-bottom:1px solid var(--c-line);}
.zoroya-scope .pg-about__bio .b dt {font-family:'Space Grotesk',monospace;font-size:11.5px;letter-spacing:.14em;color:var(--c-accent);padding-top:2px;}
.zoroya-scope .pg-about__bio .b dd {margin:0;font-size:14.5px;color:var(--c-ink);}
.zoroya-scope .pg-about__nap {border-top:2px solid var(--c-ink);margin:0;}
.zoroya-scope .pg-about__nap .r {display:grid;grid-template-columns:150px 1fr;gap:18px;padding:18px 4px;border-bottom:1px solid var(--c-line);}
.zoroya-scope .pg-about__nap .r dt {font-family:'Space Grotesk',monospace;font-size:11px;letter-spacing:.16em;color:var(--c-muted);padding-top:2px;}
.zoroya-scope .pg-about__nap .r dd {margin:0;font-size:14.5px;color:var(--c-ink);}
.zoroya-scope .pg-about__napwrap {display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:stretch;}
.zoroya-scope .pg-about__map {border:1px solid var(--c-line);border-radius:var(--radius-m);overflow:hidden;min-height:280px;}
.zoroya-scope .pg-about__map iframe {width:100%;height:100%;border:0;display:block;}
@media(max-width:820px) {
.zoroya-scope .pg-about__spread {grid-template-columns:1fr;gap:30px;}
.zoroya-scope .pg-about__portrait {height:360px;}
.zoroya-scope .pg-about__bio .b, .zoroya-scope .pg-about__nap .r {grid-template-columns:104px 1fr;}
}
@media(max-width:768px) {
.zoroya-scope .pg-about__napwrap {grid-template-columns:1fr;gap:24px;}
.zoroya-scope .pg-about__map {min-height:260px;}
}
.zoroya-scope .pg-faq {background:var(--c-bg-soft);}
.zoroya-scope .pg-faq__head {max-width:640px;margin:0 auto 44px;text-align:center;}
.zoroya-scope .pg-faq__head h2 {font-size:clamp(28px,4.2vw,44px);margin:14px 0 0;}
.zoroya-scope .pg-faq__head p {color:var(--c-muted);font-size:14.5px;margin:14px 0 0;}
.zoroya-scope .pg-faq__list {border-top:1px solid var(--c-line);background:#fff;border-radius:var(--radius-m);overflow:hidden;box-shadow:0 24px 54px -40px rgba(16,24,40,.22);}
.zoroya-scope .pg-faq__item {border-bottom:1px solid var(--c-line);}
.zoroya-scope .pg-faq__item:last-child {border-bottom:0;}
.zoroya-scope .pg-faq__item summary {display:grid;grid-template-columns:40px 1fr 28px;align-items:center;gap:14px;padding:24px 22px;cursor:pointer;list-style:none;}
.zoroya-scope .pg-faq__item summary::-webkit-details-marker {display:none;}
.zoroya-scope .pg-faq__item summary .no {font-size:13px;color:var(--c-accent);}
.zoroya-scope .pg-faq__item summary .tx {font-weight:700;font-size:16px;color:var(--c-ink);}
.zoroya-scope .pg-faq__item summary .ic {position:relative;width:18px;height:18px;justify-self:end;}
.zoroya-scope .pg-faq__item summary .ic::before, .zoroya-scope .pg-faq__item summary .ic::after {content:"";position:absolute;background:var(--c-accent);transition:.3s;}
.zoroya-scope .pg-faq__item summary .ic::before {top:8px;left:0;width:18px;height:2px;}
.zoroya-scope .pg-faq__item summary .ic::after {top:0;left:8px;width:2px;height:18px;}
.zoroya-scope .pg-faq__item[open] summary .ic::after {transform:rotate(90deg);opacity:0;}
.zoroya-scope .pg-faq__a {padding:0 22px 26px 76px;color:var(--c-muted);font-size:14.5px;animation:pg-faq-fade .25s ease;}
@keyframes pg-faq-fade {from{opacity:0;transform:translateY(-4px);}to{opacity:1;transform:translateY(0);}}
@media(max-width:640px) {
.zoroya-scope .pg-faq__item summary {padding:20px 16px;}
.zoroya-scope .pg-faq__a {padding:0 16px 22px 54px;}
}
.zoroya-scope .pg-contact {background:var(--c-bg);}
.zoroya-scope .pg-contact__head {max-width:640px;margin-bottom:40px;}
.zoroya-scope .pg-contact__head h2 {font-size:clamp(26px,4vw,40px);margin:14px 0 0;}
.zoroya-scope .pg-contact__head p {margin:14px 0 0;color:var(--c-muted);font-size:15px;}
.zoroya-scope .pg-contact__grid {display:flex;flex-direction:column;gap:40px;max-width:720px;width:100%;margin:0 auto;}
.zoroya-scope .pg-contact__form {width:100%;}
.zoroya-scope .pg-contact__card {width:100%;border:1px solid var(--c-line);background:var(--c-bg-soft);border-radius:var(--radius-l);padding:clamp(28px,4vw,44px);}
.zoroya-scope .pg-contact__card h3 {font-size:19px;font-weight:700;margin:0 0 14px;}
.zoroya-scope .pg-contact__note {margin:18px 0 0 !important;font-size:12.5px !important;}
.zoroya-scope .pg-contact__note a {color:var(--c-accent);text-decoration:underline;}
.zoroya-scope .pg-privacy {background:var(--c-bg);}
.zoroya-scope .pg-privacy__body {max-width:760px;}
.zoroya-scope .pg-privacy__body p {color:var(--c-body);font-size:15px;line-height:2;margin:0 0 20px;}
.zoroya-scope .pg-privacy__body h3 {font-size:18px;font-weight:700;color:var(--c-ink);margin:44px 0 14px;padding-top:20px;border-top:1px solid var(--c-line);}
.zoroya-scope .pg-privacy__body h3:first-of-type {margin-top:8px;padding-top:0;border-top:0;}
.zoroya-scope .pg-privacy__body ul {margin:0 0 20px;padding-left:1.4em;color:var(--c-body);font-size:15px;line-height:2;}
.zoroya-scope .pg-privacy__body a {color:var(--c-accent);text-decoration:underline;}
.zoroya-scope .pg-privacy__date {margin-top:40px;color:var(--c-muted);font-size:12.5px;}
.zoroya-scope .pg-motif-layer {position:absolute;inset:0;opacity:.5;pointer-events:none;z-index:0;}
