:root{
  --ink:#111827;
  --muted:#5b6675;
  --paper:#f5f7fb;
  --panel:#ffffff;
  --line:#d8e0ea;
  --deep:#111d31;
  --a:#00d1b2;
  --b:#ff7a3d;
  --c:#4d7cff;
  --d:#ffd43b;
  --soft:#e9fbf6;
  --warm:#fff0e5;
  --shadow:0 20px 52px rgba(17,24,39,.13);
}
.frame{--a:#00c2a8;--b:#ff8b2c;--c:#3f6df6;--d:#ffe066;--paper:#f3f8f7;--deep:#10251f}
.notch{--a:#00d4ff;--b:#ff5c7a;--c:#7657ff;--d:#c7f23d;--paper:#f5f8ff;--deep:#121c32}
.prism{--a:#b36bff;--b:#00c7a5;--c:#ff8a3d;--d:#ffe066;--paper:#f8f5ff;--deep:#1a1730}
.vory{--a:#4dd8ff;--b:#ff6f61;--c:#64f0c8;--d:#9ea7ff;--paper:#0c1f2e;--panel:#17324a;--ink:#f8fbff;--muted:#c8d9e6;--line:#2a5069;--deep:#0c1f2e}
*{box-sizing:border-box}
body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);line-height:1.58}
a{color:inherit;text-decoration:none}
img{display:block;width:100%;height:100%;object-fit:cover}
.site-header{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:16px clamp(18px,5vw,70px);background:var(--panel);border-bottom:5px solid var(--a);position:sticky;top:0;z-index:10}
.vory .site-header{background:var(--a);color:#081120;border-bottom:0}
.brand{display:flex;align-items:center;gap:11px;font-size:23px;font-weight:900;color:inherit}
.brand span{display:grid;place-items:center;width:40px;height:40px;border-radius:14px;background:var(--deep);color:#fff;box-shadow:6px 6px 0 var(--a)}
.vory .brand span{background:#081120;box-shadow:6px 6px 0 #fff}
.main-nav{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.main-nav a{font-weight:900;padding:9px 13px;border-radius:999px;background:rgba(255,255,255,.68);border:1px solid var(--line)}
.vory .main-nav a{background:#fff;color:#081120;border:0}
main{overflow:hidden}
.kicker{display:inline-block;font-size:13px;letter-spacing:.14em;text-transform:uppercase;font-weight:900;color:var(--b);margin:0 0 16px}
h1,h2,h3{margin:0;line-height:1.08;letter-spacing:0}
h1{font-size:clamp(38px,5.8vw,76px)}
h2{font-size:clamp(24px,3vw,38px)}
h3{font-size:20px}
p{margin:0 0 14px;color:var(--muted);font-size:17px}
.seo-summary{font-size:clamp(18px,1.8vw,22px);font-weight:800;color:inherit;max-width:880px}
.copy-panel,.text-panel,.address-box,.signal-contact,.hero-copy,.vory-service-intro,.vory-contact-info,.simple-page section{
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:26px;
  padding:clamp(24px,4vw,44px);
  box-shadow:var(--shadow);
}
.frame-top,.profile-frame,.service-frame,.reach-frame,.prism-intro,.profile-prism,.service-prism,.reach-prism,.notch-start,.profile-notch,.service-notch,.reach-notch{
  display:grid;
  gap:22px;
  padding:clamp(38px,7vw,86px) clamp(18px,5vw,70px) 34px;
  align-items:stretch;
}
.frame-top{grid-template-columns:.82fr .9fr 1fr;background:#e8fff8}
.profile-frame{grid-template-columns:1fr .82fr;background:#fff3e8}
.service-frame{grid-template-columns:.88fr 1.12fr;background:#eef3ff}
.reach-frame{grid-template-columns:.82fr 1.18fr;background:#e8fff8}
.notch-start{grid-template-columns:.92fr 1.08fr;background:#ecf3ff}
.profile-notch{grid-template-columns:.88fr 1fr .82fr;background:#f5efff}
.service-notch{grid-template-columns:.88fr 1.12fr;background:#fff0e8}
.reach-notch{grid-template-columns:.78fr 1.22fr;background:#ecf8ff}
.prism-intro{grid-template-columns:.88fr 1fr .88fr;background:#f0e8ff}
.profile-prism{grid-template-columns:.9fr 1.1fr;background:#e9fff8}
.service-prism{grid-template-columns:.82fr 1.18fr;background:#fff3e8}
.reach-prism{grid-template-columns:.82fr 1.18fr;background:#f0e8ff}
.frame-top figure,.profile-frame figure,.service-frame figure,.reach-frame figure,.prism-intro figure,.profile-prism figure,.service-prism figure,.reach-prism figure,.notch-start figure,.profile-notch figure,.service-notch figure,.reach-notch figure,.solo-image figure,.image-line figure,.under-grid figure,.frame-note figure,.profile-row figure,.vory-photo-grid figure,.vory-contact figure{
  margin:0;
  min-height:330px;
  border-radius:28px;
  overflow:hidden;
  box-shadow:var(--shadow);
  border:8px solid rgba(255,255,255,.66);
}
.step-list{display:grid;gap:16px;align-content:start}
.step-list article,.meter-row div,.refresh-trail div,.vory-panels article,.vory-service-list article{
  background:var(--panel);
  border:1px solid var(--line);
  border-left:7px solid var(--a);
  border-radius:22px;
  padding:22px;
  box-shadow:var(--shadow);
}
.step-list article{display:grid;grid-template-columns:54px minmax(0,1fr);grid-template-areas:"num title" "num copy";column-gap:16px;row-gap:8px}
.step-list span,.meter-row span,.refresh-trail span{grid-area:num;display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--a);color:#081120;font-weight:900;margin-bottom:12px}
.step-list h2{grid-area:title;font-size:clamp(22px,2.2vw,30px)}
.step-list p{grid-area:copy;margin:0}
.frame-note,.image-line,.under-grid,.profile-row{
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:22px;
  padding:34px clamp(18px,5vw,70px);
  align-items:stretch;
}
.image-line,.profile-row{background:rgba(255,255,255,.5)}
.under-grid{background:#fff3e8}
.solo-image{padding:0 clamp(18px,5vw,70px) 34px}
.solo-image figure{min-height:330px}
.meter-row,.refresh-trail{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:34px clamp(18px,5vw,70px) 76px}
.meter-row div:nth-child(2),.refresh-trail div:nth-child(2){border-left-color:var(--b)}
.meter-row div:nth-child(3),.refresh-trail div:nth-child(3){border-left-color:var(--c)}
.simple-page{padding:clamp(44px,8vw,96px) clamp(18px,5vw,70px);min-height:58vh}
.simple-page section{max-width:900px}
form{display:grid;gap:12px;background:var(--panel);border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow)}
label{display:grid;gap:6px;font-weight:900;color:var(--ink)}
input,textarea{width:100%;border:1px solid var(--line);border-radius:12px;padding:13px 14px;font:inherit;background:#fff}
textarea{min-height:130px;resize:vertical}
button{border:0;border-radius:999px;padding:14px 20px;background:var(--a);color:#081120;font-weight:900;justify-self:start;cursor:pointer}
.vory-hero{padding:28px clamp(18px,4vw,46px) 0;background:#081120}
.vory-stage{min-height:500px;display:grid;grid-template-columns:1.14fr .86fr;align-items:stretch;overflow:hidden;border-radius:26px;background:#12213a}
.vory-stage-copy{padding:clamp(34px,5vw,62px);display:flex;flex-direction:column;justify-content:center;gap:18px}
.vory-stage-copy h1{color:#fff}
.vory-stage-copy p{color:#dce7f5}
.vory-cut{background:var(--a);clip-path:polygon(27% 0,100% 0,100% 100%,0 100%);display:grid;place-items:center;padding:40px}
.action-pill{background:#fff;color:#081120;border-radius:999px;padding:18px 52px;font-weight:900;box-shadow:0 18px 34px rgba(0,0,0,.18)}
.vory-panels{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:34px clamp(18px,4vw,46px) 70px;background:#081120}
.vory-panels h2,.vory-panels h3{color:#fff}
.vory-panels p{color:#c7d3e2}
.vory-photo-grid,.vory-service,.vory-contact{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px;padding:34px clamp(18px,4vw,46px);background:#081120}
.vory-photo-grid .text-block{background:#fff;color:#101722;border-radius:22px;padding:34px}
.vory-photo-grid .text-block p{color:#56616f}
.vory-service-intro,.vory-contact-info{background:var(--a);color:#081120}
.vory-service-intro p,.vory-contact-info p{color:#283142}
.vory-service-list{display:grid;gap:14px}
.vory-service-list article{display:grid;grid-template-columns:62px 1fr;gap:16px;color:#fff}
.vory-service-list span{font-weight:900;color:var(--a)}
.vory-contact-main{display:grid;gap:18px}
.site-footer{display:flex;justify-content:space-between;gap:20px;padding:30px clamp(18px,5vw,70px);background:var(--deep);color:#fff}
.site-footer p,.site-footer a{color:rgba(255,255,255,.8)}
.footer-links{display:flex;gap:14px;flex-wrap:wrap}
@media(max-width:960px){
  .frame-top,.profile-frame,.service-frame,.reach-frame,.prism-intro,.profile-prism,.service-prism,.reach-prism,.notch-start,.profile-notch,.service-notch,.reach-notch,.frame-note,.image-line,.under-grid,.profile-row,.vory-stage,.vory-photo-grid,.vory-service,.vory-contact{grid-template-columns:1fr}
  .meter-row,.refresh-trail,.vory-panels{grid-template-columns:1fr}
  .vory-cut{clip-path:none}
}
@media(max-width:620px){
  .site-header{align-items:flex-start;flex-direction:column}
  .main-nav{justify-content:flex-start}
  h1{font-size:38px}
  .step-list article{grid-template-columns:1fr;grid-template-areas:"num" "title" "copy"}
}

/* Voryqanelix recolor */
.vory .site-header{
  background:#4dd8ff;
  color:#0c1f2e;
}
.vory .brand span{
  background:#0c1f2e;
  box-shadow:6px 6px 0 #ff6f61;
}
.vory .main-nav a{
  background:#eaffff;
  color:#0c1f2e;
}
.vory-hero,
.vory-panels,
.vory-photo-grid,
.vory-service,
.vory-contact{
  background:#0c1f2e;
}
.vory-stage,
.vory-panels article,
.vory-service-list article{
  background:#17324a;
}
.vory-cut,
.vory-service-intro,
.vory-contact-info,
button{
  background:#4dd8ff;
  color:#0c1f2e;
}
.vory-panels article,
.vory-service-list article{
  border-left-color:#ff6f61;
}
.vory-service-list span,
.vory .kicker{
  color:#64f0c8;
}
.action-pill{
  background:#fff;
  color:#0c1f2e;
}
.vory-photo-grid .text-block{
  border-top:6px solid #ff6f61;
}
.vory .site-footer{
  background:#071620;
}

/* Voryqanelix block update */
.vory-index-strip{
  grid-template-columns:1fr .72fr 1fr;
  align-items:stretch;
}
.vory-index-strip figure{
  min-height:280px;
}
.mini-board{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:280px;
}
.mini-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}
.mini-tags span{
  border-radius:999px;
  padding:9px 13px;
  background:#0c1f2e;
  color:#f8fbff;
  font-weight:900;
  font-size:14px;
}
.vory-panels-stagger article:nth-child(2),
.vory-panels-stagger article:nth-child(4){
  transform:translateY(22px);
}
.vory-panels-stagger article:nth-child(2){
  border-left-color:#4dd8ff;
}
.vory-panels-stagger article:nth-child(3){
  border-left-color:#64f0c8;
}
.about-steps{
  grid-template-columns:1.1fr .9fr .9fr 1.1fr;
  padding-bottom:42px;
}
.about-steps article{
  min-height:170px;
}
.about-steps article:nth-child(1),
.about-steps article:nth-child(4){
  background:#10283d;
}
.vory-check-row{
  grid-template-columns:1.05fr .95fr;
  padding-top:0;
}
.check-list{
  display:grid;
  gap:10px;
  margin:18px 0 0;
  padding:0;
  list-style:none;
}
.check-list li{
  border-left:5px solid #ff6f61;
  background:#eefcff;
  color:#0c1f2e;
  border-radius:12px;
  padding:10px 12px;
  font-weight:800;
}
.service-mosaic{
  grid-template-columns:1.08fr .92fr;
  align-items:start;
}
.service-mosaic figure{
  min-height:410px;
  border-radius:44px 12px 44px 12px;
}
.module-board{
  grid-template-columns:1.18fr .82fr;
  align-items:start;
}
.module-board .vory-service-list{
  grid-template-columns:repeat(2,minmax(0,1fr));
  display:grid;
}
.module-board .vory-service-list article{
  grid-template-columns:1fr;
  min-height:220px;
}
.module-board .vory-service-list span{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:50%;
  background:#4dd8ff;
  color:#0c1f2e;
}
.module-board figure{
  min-height:472px;
}
.contact-ribbon{
  grid-template-columns:.96fr 1.04fr;
  align-items:start;
  gap:22px;
}
.contact-ribbon .vory-contact-info{
  position:relative;
  overflow:hidden;
  height:100%;
  display:flex;
  flex-direction:column;
}
.contact-ribbon .vory-contact-info:after{
  content:"";
  position:absolute;
  right:0;
  bottom:0;
  width:42%;
  height:12px;
  background:#ff6f61;
}
.contact-lines{
  display:grid;
  gap:10px;
  margin-top:22px;
}
.contact-lines p{
  margin:0;
  padding:12px 14px;
  border-radius:14px;
  background:#eaffff;
  color:#0c1f2e;
  font-weight:800;
}
.contact-notes{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-top:22px;
}
.contact-notes article{
  border-radius:16px;
  padding:16px;
  background:#0c1f2e;
  color:#f8fbff;
}
.contact-notes strong,
.contact-notes span{
  display:block;
}
.contact-notes span{
  color:#c8d9e6;
  margin-top:6px;
}
.contact-ribbon .vory-contact-main{
  grid-template-columns:.78fr 1.22fr;
  align-items:stretch;
}
.contact-ribbon .vory-contact-main figure{
  min-height:0;
  height:auto;
}
.contact-ribbon form{
  min-height:0;
}
.contact-follow{
  grid-template-columns:.8fr 1.2fr;
  padding-top:0;
  align-items:start;
}
.contact-follow .text-block{
  min-height:0;
}
.contact-follow figure{
  min-height:300px;
  height:300px;
}
.follow-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin-top:20px;
}
.follow-steps article{
  border-radius:16px;
  padding:16px;
  background:#eefcff;
  border:1px solid #b9eef7;
}
.follow-steps strong{
  display:block;
  color:#0c1f2e;
  margin-bottom:8px;
}
.follow-steps p{
  color:#304558;
  font-size:15px;
  margin:0;
}
@media(max-width:960px){
  .vory-index-strip,
  .about-steps,
  .vory-check-row,
  .service-mosaic,
  .module-board,
  .contact-ribbon,
  .contact-follow,
  .module-board .vory-service-list{
    grid-template-columns:1fr;
  }
  .vory-panels-stagger article:nth-child(2),
  .vory-panels-stagger article:nth-child(4){
    transform:none;
  }
  .follow-steps{
    grid-template-columns:1fr;
  }
  .contact-ribbon .vory-contact-main,
  .contact-notes{
    grid-template-columns:1fr;
  }
  .contact-follow figure{
    height:auto;
  }
}
