
html,
body,
body.page,
.site,
.site-main,
main,
.entry-content,
.wp-site-blocks {
  margin:0 !important;
  padding:0 !important;
  background:#060a12 !important;
  color:#fff !important;
}

body.agency-order-v2-active .entry-content > *,
body.agency-order-v2-active .wp-block-post-content > *,
body.agency-order-v2-active .site-main > * {
  margin-top:0 !important;
  margin-bottom:0 !important;
}

#agency-order-page,
#agency-order-page * {
  box-sizing:border-box;
}

#agency-order-page {
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  overflow:hidden;
  padding:92px 24px 70px;
  background:
    radial-gradient(circle at 8% 2%,rgba(23,92,255,.15),transparent 28%),
    radial-gradient(circle at 96% 19%,rgba(86,130,255,.10),transparent 24%),
    linear-gradient(180deg,#060a12 0%,#080d16 100%);
  color:#fff;
  font-family:Arial,Helvetica,sans-serif;
}

#agency-order-page::before {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  opacity:.32;
  background-image:
    linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:52px 52px;
  -webkit-mask-image:linear-gradient(to bottom,#000 0%,transparent 62%);
  mask-image:linear-gradient(to bottom,#000 0%,transparent 62%);
}

#agency-order-page .agency-order-wrap {
  position:relative;
  z-index:2;
  width:100%;
  max-width:1180px;
  margin:0 auto;
}

#agency-order-page .agency-order-hero {
  max-width:970px;
  margin:0 auto 58px;
  text-align:center;
}

#agency-order-page .agency-order-kicker {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:13px;
  margin-bottom:22px;
  color:#4b9dff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.18em;
  text-transform:uppercase;
}

#agency-order-page .agency-order-kicker span {
  width:34px;
  height:1px;
  background:#175cff;
  box-shadow:0 0 14px rgba(23,92,255,.75);
}

#agency-order-page .agency-order-hero h1 {
  margin:0 !important;
  color:#fff !important;
  font-size:clamp(52px,7vw,84px);
  font-weight:900;
  line-height:.96;
  letter-spacing:-.055em;
}

#agency-order-page .agency-order-hero p {
  max-width:790px;
  margin:25px auto 0 !important;
  color:#9aa7b8 !important;
  font-size:17px;
  line-height:1.75;
}

#agency-order-page .agency-order-hero-actions {
  display:flex;
  justify-content:center;
  margin-top:29px;
}

#agency-order-page .agency-order-hero-actions a,
#agency-order-page .agency-order-final-actions a {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:0 24px;
  border-radius:12px;
  font-size:14px;
  font-weight:900;
  text-decoration:none !important;
  transition:transform .25s ease,box-shadow .25s ease,background .25s ease;
}

#agency-order-page .agency-order-primary {
  min-width:255px;
  gap:18px;
  color:#fff !important;
  background:#175cff;
  border:1px solid #4a8bff;
  box-shadow:0 16px 40px rgba(23,92,255,.26);
}

#agency-order-page .agency-order-primary:hover,
#agency-order-page .agency-order-final-actions a:hover {
  transform:translateY(-3px);
}

#agency-order-page .agency-order-eyebrow {
  display:block;
  margin-bottom:14px;
  color:#4b9dff;
  font-size:10px;
  font-weight:900;
  letter-spacing:.17em;
  text-transform:uppercase;
}

#agency-order-page .agency-order-intro {
  display:grid;
  grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);
  min-height:430px;
  overflow:hidden;
  margin-bottom:22px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:26px;
  background:linear-gradient(180deg,rgba(17,25,39,.96),rgba(11,17,28,.98));
  box-shadow:0 28px 80px rgba(0,0,0,.28);
}

#agency-order-page .agency-order-intro-copy {
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:52px;
}

#agency-order-page .agency-order-intro-copy h2,
#agency-order-page .agency-order-overview-head h2,
#agency-order-page .agency-order-faq-head h2 {
  margin:0 !important;
  color:#fff !important;
  font-size:clamp(32px,4vw,50px);
  line-height:1.06;
  letter-spacing:-.045em;
}

#agency-order-page .agency-order-intro-copy > p,
#agency-order-page .agency-order-overview-head p {
  margin:22px 0 28px !important;
  color:#8f9bad !important;
  font-size:15px;
  line-height:1.75;
}

#agency-order-page .agency-order-pills {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

#agency-order-page .agency-order-pills span {
  padding:10px 13px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  color:#d8e2f0;
  font-size:12px;
  font-weight:750;
}

#agency-order-page .agency-order-visual {
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:390px;
  overflow:hidden;
  background:linear-gradient(145deg,#09132d 0%,#0e2d73 50%,#175cff 100%);
}

#agency-order-page .agency-order-visual::before {
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);
  background-size:42px 42px;
}

#agency-order-page .agency-order-orbit {
  position:absolute;
  border:1px dashed rgba(255,255,255,.20);
  border-radius:50%;
}

#agency-order-page .orbit-one {width:320px;height:320px}
#agency-order-page .orbit-two {width:460px;height:460px}

#agency-order-page .agency-order-flow {
  position:relative;
  z-index:3;
  display:flex;
  align-items:center;
  width:270px;
}

#agency-order-page .agency-order-flow-point {
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  width:64px;
  height:64px;
  border:1px solid rgba(255,255,255,.38);
  border-radius:20px;
  background:rgba(255,255,255,.13);
  color:#fff;
  font-size:20px;
  font-weight:900;
  box-shadow:0 20px 40px rgba(4,20,80,.25);
  backdrop-filter:blur(16px);
}

#agency-order-page .agency-order-flow-line {
  flex:1;
  height:2px;
  background:linear-gradient(90deg,rgba(255,255,255,.25),#fff,rgba(255,255,255,.25));
}

#agency-order-page .agency-order-tag {
  position:absolute;
  z-index:4;
  padding:10px 14px;
  border:1px solid rgba(255,255,255,.25);
  border-radius:999px;
  background:rgba(8,23,73,.32);
  color:#fff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  backdrop-filter:blur(12px);
}

#agency-order-page .tag-one{top:17%;right:11%}
#agency-order-page .tag-two{left:7%;top:31%}
#agency-order-page .tag-three{right:8%;bottom:17%}

#agency-order-page .agency-order-overview,
#agency-order-page .agency-order-faq {
  margin-bottom:22px;
  padding:38px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  background:linear-gradient(180deg,rgba(16,23,36,.96),rgba(10,16,26,.98));
  box-shadow:0 20px 58px rgba(0,0,0,.22);
}

#agency-order-page .agency-order-overview-head,
#agency-order-page .agency-order-faq-head {
  max-width:770px;
  margin-bottom:28px;
}

#agency-order-page .agency-order-overview-grid {
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}

#agency-order-page .agency-order-overview-grid article,
#agency-order-page .agency-order-step-grid article,
#agency-order-page .agency-order-files article,
#agency-order-page .agency-order-preparation article,
#agency-order-page .agency-order-validation article,
#agency-order-page .agency-order-production article,
#agency-order-page .agency-order-delivery article {
  padding:22px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:17px;
  background:rgba(255,255,255,.025);
  transition:transform .25s ease,border-color .25s ease,background .25s ease;
}

#agency-order-page .agency-order-overview-grid article:hover,
#agency-order-page .agency-order-step-grid article:hover,
#agency-order-page .agency-order-files article:hover,
#agency-order-page .agency-order-preparation article:hover,
#agency-order-page .agency-order-validation article:hover,
#agency-order-page .agency-order-production article:hover,
#agency-order-page .agency-order-delivery article:hover {
  transform:translateY(-4px);
  border-color:rgba(23,92,255,.52);
  background:rgba(23,92,255,.055);
}

#agency-order-page .agency-order-overview-grid article > span {
  display:flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  margin-bottom:25px;
  border-radius:12px;
  background:rgba(23,92,255,.16);
  color:#4b9dff;
  font-size:11px;
  font-weight:900;
}

#agency-order-page .agency-order-overview-grid h3,
#agency-order-page .agency-order-step-grid h3,
#agency-order-page .agency-order-files h3,
#agency-order-page .agency-order-preparation h3,
#agency-order-page .agency-order-production h3,
#agency-order-page .agency-order-delivery h3 {
  margin:0 0 9px !important;
  color:#fff !important;
  font-size:17px;
  letter-spacing:-.02em;
}

#agency-order-page .agency-order-overview-grid p,
#agency-order-page .agency-order-step-grid p,
#agency-order-page .agency-order-files p,
#agency-order-page .agency-order-preparation p,
#agency-order-page .agency-order-validation p,
#agency-order-page .agency-order-production p,
#agency-order-page .agency-order-delivery p {
  margin:0 !important;
  color:#8f9bad !important;
  font-size:13px;
  line-height:1.68;
}

#agency-order-page .agency-order-layout {
  display:grid;
  grid-template-columns:310px minmax(0,1fr);
  gap:22px;
  align-items:start;
}

#agency-order-page .agency-order-sidebar {
  position:sticky;
  top:24px;
  display:flex;
  flex-direction:column;
  gap:16px;
}

#agency-order-page .agency-order-sidebar-card {
  padding:30px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:22px;
  background:
    radial-gradient(circle at 100% 0%,rgba(255,255,255,.10),transparent 30%),
    linear-gradient(145deg,#09132d,#0e2d73);
  box-shadow:0 24px 65px rgba(0,0,0,.24);
}

#agency-order-page .agency-order-sidebar-card .agency-order-eyebrow {color:#a9c7ff}

#agency-order-page .agency-order-sidebar-card h2 {
  margin:0 0 22px !important;
  color:#fff !important;
  font-size:28px;
  line-height:1.12;
  letter-spacing:-.035em;
}

#agency-order-page .agency-order-sidebar-list {
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-bottom:24px;
}

#agency-order-page .agency-order-sidebar-list div {
  display:flex;
  gap:10px;
  padding:12px;
  border:1px solid rgba(255,255,255,.11);
  border-radius:12px;
  background:rgba(255,255,255,.045);
  transition:transform .2s ease,background .2s ease;
}

#agency-order-page .agency-order-sidebar-list div:hover {
  transform:translateX(4px);
  background:rgba(255,255,255,.075);
}

#agency-order-page .agency-order-sidebar-list span {
  flex:0 0 auto;
  color:#8db8ff;
  font-size:10px;
  font-weight:900;
}

#agency-order-page .agency-order-sidebar-list p {
  margin:0 !important;
  color:rgba(255,255,255,.82) !important;
  font-size:12px;
  line-height:1.5;
}

#agency-order-page .agency-order-sidebar-button {
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:54px;
  padding:0 18px;
  border-radius:12px;
  background:#fff;
  color:#175cff !important;
  font-size:14px;
  font-weight:900;
  text-decoration:none !important;
}

#agency-order-page .agency-order-sidebar-note {
  padding:22px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:18px;
  background:rgba(255,255,255,.025);
}

#agency-order-page .agency-order-sidebar-note strong {
  display:block;
  margin-bottom:10px;
  color:#4b9dff;
  font-size:11px;
  letter-spacing:.13em;
  text-transform:uppercase;
}

#agency-order-page .agency-order-sidebar-note p {
  margin:0 !important;
  color:#8f9bad !important;
  font-size:13px;
  line-height:1.7;
}

#agency-order-page .agency-order-step {
  position:relative;
  margin-bottom:20px;
  padding:32px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(16,23,36,.96),rgba(10,16,26,.98));
  box-shadow:0 18px 55px rgba(0,0,0,.20);
}

#agency-order-page .agency-order-step:not(:last-child)::after {
  content:"";
  position:absolute;
  left:54px;
  bottom:-21px;
  width:1px;
  height:21px;
  background:linear-gradient(#175cff,transparent);
}

#agency-order-page .agency-order-step-head {
  display:flex;
  align-items:center;
  gap:15px;
  margin-bottom:23px;
}

#agency-order-page .agency-order-step-head > span {
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border:1px solid rgba(23,92,255,.28);
  border-radius:14px;
  background:rgba(23,92,255,.13);
  color:#4b9dff;
  font-size:12px;
  font-weight:900;
}

#agency-order-page .agency-order-step-head small {
  display:block;
  margin-bottom:4px;
  color:#4b9dff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.17em;
  text-transform:uppercase;
}

#agency-order-page .agency-order-step-head h2 {
  margin:0 !important;
  color:#fff !important;
  font-size:25px;
  line-height:1.2;
  letter-spacing:-.03em;
}

#agency-order-page .agency-order-step-intro {
  margin:-5px 0 20px !important;
  color:#8f9bad !important;
  font-size:14px;
  line-height:1.72;
}

#agency-order-page .agency-order-step-grid,
#agency-order-page .agency-order-files,
#agency-order-page .agency-order-preparation,
#agency-order-page .agency-order-validation,
#agency-order-page .agency-order-production,
#agency-order-page .agency-order-delivery {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:13px;
}

#agency-order-page .agency-order-checks,
#agency-order-page .agency-order-control {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

#agency-order-page .agency-order-checks div,
#agency-order-page .agency-order-control div {
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:17px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:15px;
  background:rgba(255,255,255,.025);
}

#agency-order-page .agency-order-checks span,
#agency-order-page .agency-order-control span {
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  width:28px;
  height:28px;
  border-radius:9px;
  background:#175cff;
  color:#fff;
  font-size:13px;
  font-weight:900;
}

#agency-order-page .agency-order-checks p,
#agency-order-page .agency-order-control p {
  margin:3px 0 0 !important;
  color:#c3cedc !important;
  font-size:13px;
  font-weight:700;
  line-height:1.55;
}

#agency-order-page .agency-order-advice {
  margin-top:15px;
  padding:21px;
  border:1px solid rgba(23,92,255,.22);
  border-radius:16px;
  background:#0d1730;
}

#agency-order-page .agency-order-advice strong {
  display:block;
  margin-bottom:7px;
  color:#fff;
  font-size:14px;
}

#agency-order-page .agency-order-advice p {
  margin:0 !important;
  color:#9fb0c4 !important;
  font-size:13px;
  line-height:1.7;
}

#agency-order-page .agency-order-files {grid-template-columns:repeat(3,minmax(0,1fr))}
#agency-order-page .agency-order-validation {grid-template-columns:repeat(3,minmax(0,1fr))}
#agency-order-page .agency-order-production {grid-template-columns:repeat(3,minmax(0,1fr))}

#agency-order-page .agency-order-files article > span,
#agency-order-page .agency-order-validation article > span,
#agency-order-page .agency-order-delivery article > span {
  display:inline-flex;
  margin-bottom:14px;
  padding:8px 10px;
  border-radius:8px;
  background:rgba(23,92,255,.14);
  color:#4b9dff;
  font-size:9px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}

#agency-order-page .agency-order-preparation article > div {
  display:flex;
  align-items:center;
  justify-content:center;
  width:40px;
  height:40px;
  margin-bottom:18px;
  border-radius:12px;
  background:#175cff;
  color:#fff;
  font-size:13px;
  font-weight:900;
}

#agency-order-page .agency-order-quote {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

#agency-order-page .agency-order-quote div {
  display:flex;
  gap:12px;
  padding:19px;
  border:1px solid rgba(255,255,255,.08);
  border-radius:15px;
  background:rgba(255,255,255,.025);
}

#agency-order-page .agency-order-quote span {
  color:#4b9dff;
  font-size:11px;
  font-weight:900;
}

#agency-order-page .agency-order-quote p {
  margin:0 !important;
  color:#c3cedc !important;
  font-size:13px;
  font-weight:700;
  line-height:1.55;
}

#agency-order-page .agency-order-warning {
  display:flex;
  align-items:flex-start;
  gap:15px;
  margin-top:15px;
  padding:20px;
  border:1px solid rgba(23,92,255,.24);
  border-radius:16px;
  background:rgba(23,92,255,.08);
}

#agency-order-page .agency-order-warning div {
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border-radius:11px;
  background:#175cff;
  color:#fff;
  font-size:16px;
  font-weight:900;
}

#agency-order-page .agency-order-warning p {
  margin:2px 0 0 !important;
  color:#aebed0 !important;
  font-size:13px;
  line-height:1.7;
}

#agency-order-page .agency-order-faq-list {
  display:flex;
  flex-direction:column;
  gap:11px;
}

#agency-order-page .agency-order-faq details {
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px;
  background:rgba(255,255,255,.022);
}

#agency-order-page .agency-order-faq details[open] {
  border-color:rgba(23,92,255,.30);
  background:rgba(23,92,255,.045);
  box-shadow:0 14px 38px rgba(0,0,0,.18);
}

#agency-order-page .agency-order-faq summary {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  min-height:70px;
  padding:18px 20px;
  color:#fff;
  font-size:15px;
  font-weight:760;
  line-height:1.45;
  cursor:pointer;
  list-style:none;
}

#agency-order-page .agency-order-faq summary::-webkit-details-marker {display:none}

#agency-order-page .agency-order-faq summary i {
  position:relative;
  flex:0 0 auto;
  width:32px;
  height:32px;
  border-radius:10px;
  background:rgba(23,92,255,.14);
}

#agency-order-page .agency-order-faq summary i::before,
#agency-order-page .agency-order-faq summary i::after {
  content:"";
  position:absolute;
  top:50%;
  left:50%;
  width:12px;
  height:2px;
  border-radius:999px;
  background:#4b9dff;
  transform:translate(-50%,-50%);
  transition:.2s ease;
}

#agency-order-page .agency-order-faq summary i::after {
  transform:translate(-50%,-50%) rotate(90deg);
}

#agency-order-page .agency-order-faq details[open] summary i::after {
  transform:translate(-50%,-50%) rotate(0);
}

#agency-order-page .agency-order-faq details > div {
  padding:0 20px 20px;
}

#agency-order-page .agency-order-faq details p {
  margin:0 !important;
  color:#8f9bad !important;
  font-size:14px;
  line-height:1.75;
}

#agency-order-page .agency-order-final {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:40px;
  padding:46px 50px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:26px;
  background:
    radial-gradient(circle at 90% 0%,rgba(255,255,255,.12),transparent 25%),
    linear-gradient(135deg,#09132d 0%,#0e2d73 62%,#175cff 100%);
  box-shadow:0 28px 80px rgba(0,0,0,.24);
}

#agency-order-page .agency-order-final .agency-order-eyebrow {color:#a9c7ff}

#agency-order-page .agency-order-final h2 {
  margin:0 !important;
  color:#fff !important;
  font-size:clamp(30px,4vw,46px);
  line-height:1.08;
  letter-spacing:-.04em;
}

#agency-order-page .agency-order-final p {
  max-width:650px;
  margin:15px 0 0 !important;
  color:#aab8c9 !important;
  font-size:15px;
  line-height:1.7;
}

#agency-order-page .agency-order-final-primary {
  min-width:220px;
  gap:16px;
  background:#fff;
  color:#175cff !important;
  box-shadow:0 18px 45px rgba(0,0,0,.22);
}

@media(max-width:980px) {
  #agency-order-page {padding:80px 18px 58px}
  #agency-order-page .agency-order-intro {grid-template-columns:1fr}
  #agency-order-page .agency-order-intro-copy {padding:42px 30px}
  #agency-order-page .agency-order-overview-grid {grid-template-columns:1fr 1fr}
  #agency-order-page .agency-order-layout {grid-template-columns:1fr}
  #agency-order-page .agency-order-sidebar {position:static;display:grid;grid-template-columns:1fr 1fr}
  #agency-order-page .agency-order-final {align-items:flex-start;flex-direction:column;padding:40px 32px}
}

@media(max-width:650px) {
  #agency-order-page {padding:68px 14px 46px}
  #agency-order-page .agency-order-kicker {gap:8px;font-size:9px;letter-spacing:.12em}
  #agency-order-page .agency-order-kicker span {width:18px}
  #agency-order-page .agency-order-hero {margin-bottom:44px}
  #agency-order-page .agency-order-hero p {font-size:15px}
  #agency-order-page .agency-order-hero-actions a {width:100%}
  #agency-order-page .agency-order-intro {border-radius:22px}
  #agency-order-page .agency-order-intro-copy {padding:32px 22px}
  #agency-order-page .agency-order-visual {min-height:300px}
  #agency-order-page .agency-order-overview,
  #agency-order-page .agency-order-faq {padding:27px 19px;border-radius:20px}
  #agency-order-page .agency-order-overview-grid {grid-template-columns:1fr}
  #agency-order-page .agency-order-sidebar {grid-template-columns:1fr}
  #agency-order-page .agency-order-step {padding:27px 19px;border-radius:19px}
  #agency-order-page .agency-order-step-head h2 {font-size:21px}
  #agency-order-page .agency-order-step-grid,
  #agency-order-page .agency-order-files,
  #agency-order-page .agency-order-preparation,
  #agency-order-page .agency-order-validation,
  #agency-order-page .agency-order-production,
  #agency-order-page .agency-order-delivery,
  #agency-order-page .agency-order-checks,
  #agency-order-page .agency-order-control,
  #agency-order-page .agency-order-quote {grid-template-columns:1fr}
  #agency-order-page .agency-order-step:not(:last-child)::after {display:none}
  #agency-order-page .agency-order-faq summary {min-height:66px;padding:17px;font-size:14px}
  #agency-order-page .agency-order-faq details > div {padding:0 17px 18px}
  #agency-order-page .agency-order-final {padding:31px 22px;border-radius:21px}
  #agency-order-page .agency-order-final-actions {width:100%}
  #agency-order-page .agency-order-final-actions a {width:100%}
}

@media(prefers-reduced-motion:reduce) {
  #agency-order-page * {
    scroll-behavior:auto !important;
    transition:none !important;
  }
}
