.asp-portfolio {
  --asp-ink: #07111f;
  --asp-ink-2: #0b1627;
  --asp-paper: #ffffff;
  --asp-cream: #f8f4ed;
  --asp-soft: #f4f6f8;
  --asp-line: rgba(15, 23, 42, .10);
  --asp-muted: #5e6877;
  --asp-dark-muted: rgba(255, 255, 255, .72);
  --asp-gold: var(--asp-accent, #e3a72f);
  --asp-gold-2: #f5bf42;
  --asp-radius: 18px;
  --asp-radius-lg: 28px;
  --asp-shadow: 0 18px 55px rgba(8, 17, 31, .10);
  --asp-shadow-soft: 0 14px 38px rgba(8, 17, 31, .075);
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow-x: hidden;
  color: var(--asp-ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.asp-portfolio,
.asp-portfolio * {
  box-sizing: border-box;
}

.asp-sp-stage {
  background: linear-gradient(180deg, #081321 0, #081321 20%, #ffffff 20.1%, #ffffff 100%);
}

.asp-portfolio a {
  color: inherit;
}

.asp-portfolio h1,
.asp-portfolio h2,
.asp-portfolio h3,
.asp-portfolio p {
  margin-top: 0;
}

.asp-sp-hero {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 10% 8%, rgba(47, 79, 126, .36), transparent 34%),
    radial-gradient(circle at 78% 34%, rgba(227, 167, 47, .13), transparent 30%),
    linear-gradient(135deg, #07111f 0%, #0a1728 52%, #09111e 100%);
}

.asp-sp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .42;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .028) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, .18), #000 40%, rgba(0, 0, 0, .22));
  pointer-events: none;
}

.asp-sp-orbit {
  position: absolute;
  right: -140px;
  bottom: -310px;
  width: 760px;
  height: 760px;
  border-radius: 50%;
  border: 2px solid rgba(227, 167, 47, .42);
  transform: rotate(-22deg);
  pointer-events: none;
}

.asp-sp-orbit::before,
.asp-sp-orbit::after {
  content: "";
  position: absolute;
  inset: 34px;
  border-radius: 50%;
  border: 1px solid rgba(227, 167, 47, .20);
}

.asp-sp-orbit::after {
  inset: 72px;
  border-top-color: rgba(255, 207, 91, .75);
  filter: drop-shadow(0 0 14px rgba(227, 167, 47, .8));
}

.asp-sp-nav,
.asp-sp-hero-grid,
.asp-sp-main,
.asp-sp-footer-grid,
.asp-sp-copyright {
  width: min(calc(100% - clamp(28px, 8vw, 120px)), var(--asp-max-width));
  margin-left: auto;
  margin-right: auto;
}

.asp-sp-nav {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 26px 0 18px;
}

.asp-sp-brand {
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  text-decoration: none !important;
  letter-spacing: -.03em;
}

.asp-sp-brand span {
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.asp-sp-brand small {
  color: rgba(255, 255, 255, .78);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.asp-sp-nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.4vw, 42px);
  font-size: 13px;
  font-weight: 900;
}

.asp-sp-nav-links a {
  color: rgba(255, 255, 255, .9) !important;
  text-decoration: none !important;
}

.asp-sp-nav-links a:hover {
  color: #fff !important;
}

.asp-sp-nav-links .asp-sp-nav-cta {
  min-height: 36px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--asp-gold-2), var(--asp-gold));
  color: #101827 !important;
  box-shadow: 0 10px 26px rgba(227, 167, 47, .28);
}

.asp-sp-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(420px, 1.04fr);
  align-items: center;
  gap: clamp(36px, 6vw, 84px);
  padding: clamp(42px, 8vw, 96px) 0 clamp(44px, 7vw, 84px);
}

.asp-sp-kicker {
  color: var(--asp-gold);
  font-size: 11px;
  line-height: 1.1;
  font-weight: 1000;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.asp-sp-hero h1 {
  max-width: 650px;
  color: #fff;
  font-size: clamp(42px, 5.4vw, 72px);
  line-height: .98;
  letter-spacing: -.06em;
  margin-bottom: 24px;
}

.asp-sp-hero-copy-block > p:not(.asp-sp-kicker) {
  max-width: 555px;
  color: var(--asp-dark-muted);
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 1.68;
  margin-bottom: 0;
}

.asp-sp-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.asp-sp-btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 28px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 950;
  line-height: 1;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.asp-sp-btn:hover,
.asp-sp-btn:focus {
  transform: translateY(-1px);
}

.asp-sp-btn-primary {
  color: #101827 !important;
  background: linear-gradient(135deg, var(--asp-gold-2), var(--asp-gold));
  box-shadow: 0 16px 32px rgba(227, 167, 47, .26);
}

.asp-sp-btn-outline {
  color: #fff !important;
  background: rgba(255, 255, 255, .035);
  border-color: rgba(255, 255, 255, .26);
}

.asp-sp-btn-outline:hover,
.asp-sp-btn-outline:focus {
  background: rgba(255, 255, 255, .08);
}

.asp-sp-hero-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.asp-sp-focus-card {
  min-height: 178px;
  padding: 28px 26px 24px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: linear-gradient(145deg, rgba(255, 255, 255, .095), rgba(255, 255, 255, .035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .10), 0 20px 42px rgba(0, 0, 0, .18);
  backdrop-filter: blur(14px);
}

.asp-sp-focus-card h3 {
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -.02em;
  margin: 18px 0 8px;
}

.asp-sp-focus-card p {
  color: rgba(255, 255, 255, .70);
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 0;
}

.asp-sp-icon {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: var(--asp-gold);
  border: 1px solid rgba(227, 167, 47, .45);
  background: rgba(227, 167, 47, .09);
}

.asp-sp-icon svg,
.asp-sp-approach-item svg,
.asp-sp-contact-list svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.asp-sp-main {
  position: relative;
  z-index: 3;
  background: #fff;
  padding: clamp(28px, 5vw, 54px) 0 0;
}

.asp-sp-section {
  padding: clamp(30px, 4.4vw, 60px) 0;
}

.asp-sp-section-head {
  max-width: 860px;
  margin: 0 auto clamp(28px, 3.6vw, 44px);
  text-align: center;
}

.asp-sp-section-head h2,
.asp-sp-cta-band h2,
.asp-sp-footer-copy h2 {
  color: var(--asp-ink);
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1.12;
  letter-spacing: -.045em;
  margin-bottom: 0;
}

.asp-sp-card-grid {
  display: grid;
  gap: 18px;
}

.asp-sp-grid-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.asp-sp-mini-card {
  min-height: 178px;
  padding: 28px 18px 22px;
  text-align: center;
  border: 1px solid var(--asp-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--asp-shadow-soft);
}

.asp-sp-icon-light {
  border-color: rgba(227, 167, 47, .25);
  background: transparent;
  margin-bottom: 18px;
}

.asp-sp-mini-card h3 {
  color: var(--asp-ink);
  font-size: 15px;
  line-height: 1.18;
  letter-spacing: -.02em;
  margin: 0 0 12px;
}

.asp-sp-mini-card p {
  color: var(--asp-muted);
  font-size: 12px;
  line-height: 1.55;
  margin-bottom: 0;
}

.asp-sp-service-grid .asp-sp-mini-card {
  box-shadow: none;
}

.asp-sp-proof {
  padding: 8px 0 clamp(30px, 4.4vw, 58px);
  text-align: center;
}

.asp-sp-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.asp-sp-proof-card {
  min-height: 126px;
  display: flex;
  align-items: center;
  gap: 22px;
  text-align: left;
  padding: 22px 26px;
  border: 1px solid var(--asp-line);
  border-radius: 12px;
  background: linear-gradient(135deg, #fff, #fffaf4);
  box-shadow: var(--asp-shadow-soft);
}

.asp-sp-proof-card .asp-sp-icon {
  flex: 0 0 auto;
  margin: 0;
}

.asp-sp-proof-card h3 {
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: -.02em;
  margin: 0 0 8px;
}

.asp-sp-proof-card p {
  color: var(--asp-muted);
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

.asp-sp-project-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
}

.asp-sp-project-card {
  overflow: hidden;
  border: 1px solid var(--asp-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--asp-shadow-soft);
}

.asp-sp-project-thumb {
  position: relative;
  height: 118px;
  overflow: hidden;
  background: #0b1627;
}

.asp-sp-project-thumb::before {
  content: "";
  position: absolute;
  inset: 15px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, .13);
  background: rgba(255, 255, 255, .06);
}

.asp-sp-project-thumb span {
  position: absolute;
  left: 28px;
  right: 28px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
}

.asp-sp-project-thumb span:nth-child(1) { top: 32px; width: 44%; }
.asp-sp-project-thumb span:nth-child(2) { top: 52px; width: 70%; }
.asp-sp-project-thumb span:nth-child(3) { top: 72px; width: 58%; background: var(--asp-gold); }

.asp-thumb-warm {
  background: linear-gradient(135deg, #322018, #d9b28f);
}

.asp-thumb-navy {
  background: linear-gradient(135deg, #07111f, #12304f);
}

.asp-thumb-light {
  background: linear-gradient(135deg, #eef4f8, #ffffff);
}

.asp-thumb-light::before,
.asp-thumb-cream::before {
  border-color: rgba(15, 23, 42, .13);
  background: rgba(15, 23, 42, .035);
}

.asp-thumb-light span,
.asp-thumb-cream span {
  background: rgba(15, 23, 42, .18);
}

.asp-thumb-cream {
  background: linear-gradient(135deg, #f2ebe2, #ffffff);
}

.asp-sp-project-card h3 {
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: -.02em;
  margin: 17px 16px 8px;
}

.asp-sp-project-card p {
  color: var(--asp-muted);
  font-size: 12px;
  line-height: 1.5;
  margin: 0 16px 18px;
}

.asp-sp-centered-link {
  margin: 26px 0 0;
  text-align: center;
}

.asp-sp-centered-link a {
  color: var(--asp-ink) !important;
  font-size: 13px;
  font-weight: 950;
  text-decoration: none !important;
  border-bottom: 1px solid currentColor;
}

.asp-sp-approach {
  padding-top: 18px;
}

.asp-sp-approach-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid var(--asp-line);
  border-bottom: 1px solid var(--asp-line);
}

.asp-sp-approach-item {
  min-height: 150px;
  text-align: center;
  padding: 26px 16px;
  border-right: 1px solid var(--asp-line);
}

.asp-sp-approach-item:last-child {
  border-right: 0;
}

.asp-sp-approach-item div {
  color: var(--asp-ink);
  margin-bottom: 12px;
}

.asp-sp-approach-item h3 {
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: -.02em;
  margin: 0 0 8px;
}

.asp-sp-approach-item p {
  color: var(--asp-muted);
  font-size: 12px;
  line-height: 1.45;
  margin: 0;
}

.asp-sp-workflow-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 34px;
}

.asp-sp-step {
  position: relative;
  min-height: 158px;
  padding: 24px 18px 20px;
  text-align: center;
  border: 1px solid var(--asp-line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(8, 17, 31, .045);
}

.asp-sp-step:not(:last-child)::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: -24px;
  transform: translateY(-50%);
  color: rgba(227, 167, 47, .55);
  font-weight: 900;
}

.asp-sp-step span {
  width: 24px;
  height: 24px;
  margin: -10px auto 13px;
  display: grid;
  place-items: center;
  color: #101827;
  border-radius: 50%;
  background: var(--asp-gold);
  font-size: 12px;
  font-weight: 950;
}

.asp-sp-step h3 {
  font-size: 13px;
  line-height: 1.25;
  letter-spacing: -.02em;
  margin: 0 0 10px;
}

.asp-sp-step p {
  color: var(--asp-muted);
  font-size: 12px;
  line-height: 1.45;
  margin: 0;
}

.asp-sp-cta-band {
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 28px 36px;
  margin: 12px 0 0;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #081321, #121d2d);
  box-shadow: 0 22px 52px rgba(8, 17, 31, .20);
}

.asp-sp-cta-band::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -190px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  border: 1px solid rgba(227, 167, 47, .35);
}

.asp-sp-cta-band > * {
  position: relative;
  z-index: 1;
}

.asp-sp-cta-icon {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(227, 167, 47, .45);
  border-radius: 50%;
  color: var(--asp-gold);
  background: rgba(227, 167, 47, .09);
}

.asp-sp-cta-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.asp-sp-cta-band h2 {
  color: #fff;
  font-size: clamp(22px, 2.1vw, 32px);
  margin-bottom: 6px;
}

.asp-sp-cta-band p {
  color: rgba(255, 255, 255, .78);
  margin: 0;
}

.asp-sp-footer {
  margin-top: 0;
  padding: clamp(34px, 5vw, 60px) 0 22px;
  color: #fff;
  background:
    radial-gradient(circle at 6% 20%, rgba(47, 79, 126, .25), transparent 34%),
    linear-gradient(135deg, #07111f 0%, #0a1728 62%, #09111e 100%);
}

.asp-sp-footer-grid {
  display: grid;
  grid-template-columns: minmax(300px, .85fr) minmax(420px, 1.15fr);
  gap: clamp(32px, 7vw, 110px);
  align-items: start;
}

.asp-sp-footer-copy h2 {
  max-width: 520px;
  color: #fff;
  font-size: clamp(28px, 3.4vw, 44px);
  margin-bottom: 18px;
}

.asp-sp-footer-copy > p:not(.asp-sp-kicker) {
  max-width: 430px;
  color: rgba(255, 255, 255, .72);
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 24px;
}

.asp-sp-contact-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  margin-top: 26px;
}

.asp-sp-contact-list a,
.asp-sp-contact-list span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, .82) !important;
  font-size: 14px;
  text-decoration: none !important;
}

.asp-sp-contact-list svg {
  width: 20px;
  height: 20px;
  color: var(--asp-gold);
}

.asp-sp-socials {
  display: flex;
  gap: 12px;
  margin-top: 26px;
}

.asp-sp-socials a,
.asp-sp-socials span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #fff !important;
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%;
  background: rgba(255, 255, 255, .04);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}



.asp-sp-socials a svg,
.asp-sp-socials span svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.asp-sp-socials a span,
.asp-sp-socials span span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}


.asp-sp-contact-extra {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 560px;
  margin-top: 22px;
}

.asp-sp-contact-extra-item {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 12px 7px 7px;
  color: rgba(255, 255, 255, .88) !important;
  text-decoration: none !important;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.asp-sp-contact-extra-item:hover,
.asp-sp-contact-extra-item:focus {
  border-color: rgba(227, 167, 47, .48);
  background: rgba(227, 167, 47, .08);
  transform: translateY(-1px);
}

.asp-sp-contact-extra-icon {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: grid;
  place-items: center;
  color: var(--asp-gold);
  border: 1px solid rgba(227, 167, 47, .34);
  border-radius: 50%;
  background: rgba(227, 167, 47, .08);
}

.asp-sp-contact-extra-icon svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.asp-sp-contact-extra-text {
  min-width: 0;
  display: block;
}

.asp-sp-contact-extra-text strong {
  display: block;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.asp-sp-contact-extra-text small {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Contact extra links are intentionally compact. They should behave like social/action chips,
   not large cards, so the inquiry form remains the primary conversion element. */
.asp-section-contact .asp-sp-contact-extra,
.asp-section-type-lead_capture .asp-sp-contact-extra {
  margin-top: 20px;
}

.asp-sp-lead-form {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .09), rgba(255, 255, 255, .045));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 18px 52px rgba(0, 0, 0, .18);
}

.asp-sp-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.asp-sp-lead-form label {
  display: block;
  margin-bottom: 14px;
}

.asp-sp-lead-form label span {
  display: block;
  color: rgba(255, 255, 255, .78);
  font-size: 0;
}

.asp-sp-lead-form input,
.asp-sp-lead-form textarea {
  width: 100%;
  display: block;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 7px;
  background: rgba(255, 255, 255, .07);
  color: #fff;
  padding: 14px 16px;
  font: inherit;
  font-size: 14px;
  line-height: 1.35;
  outline: none;
}

.asp-sp-lead-form input::placeholder,
.asp-sp-lead-form textarea::placeholder {
  color: rgba(255, 255, 255, .48);
}


.asp-sp-lead-form input:focus,
.asp-sp-lead-form textarea:focus {
  border-color: rgba(227, 167, 47, .65);
  box-shadow: 0 0 0 3px rgba(227, 167, 47, .13);
}


.asp-sp-lead-form .asp-sp-consent {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, .72);
  font-size: 12px;
  margin: 2px 0 16px;
}

.asp-sp-consent input {
  width: auto;
  padding: 0;
  margin: 0;
  accent-color: var(--asp-gold);
}

.asp-sp-consent span {
  display: inline !important;
  font-size: 12px !important;
}

.asp-sp-lead-form .asp-sp-btn {
  min-height: 48px;
  padding-left: 28px;
  padding-right: 28px;
}

.asp-hp {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


.asp-sp-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-top: 38px;
  color: rgba(255, 255, 255, .62);
  font-size: 12px;
}

.asp-sp-copyright span:last-child {
  color: var(--asp-gold);
}

.asp-status-message {
  width: min(calc(100% - clamp(28px, 8vw, 120px)), var(--asp-max-width));
  margin: 18px auto 0;
  padding: 14px 18px;
  border-radius: 12px;
  color: #065f46;
  background: #dcfce7;
  border: 1px solid rgba(22, 101, 52, .16);
  font-weight: 850;
  text-align: center;
}


@media (max-width: 1180px) {
  .asp-sp-grid-6,
  .asp-sp-approach-grid,
  .asp-sp-workflow-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .asp-sp-project-grid,
  .asp-sp-proof-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .asp-sp-step:not(:last-child)::after {
    display: none;
  }

  .asp-sp-approach-item:nth-child(3n) {
    border-right: 0;
  }
}

@media (max-width: 980px) {
  .asp-sp-nav {
    align-items: flex-start;
  }

  .asp-sp-nav-links {
    flex-wrap: wrap;
    gap: 12px 18px;
  }

  .asp-sp-hero-grid,
  .asp-sp-footer-grid,
  .asp-sp-cta-band {
    grid-template-columns: 1fr;
  }

  .asp-sp-hero-cards {
    max-width: 720px;
  }

  .asp-sp-cta-band {
    text-align: center;
    justify-items: center;
  }
}

@media (max-width: 720px) {
  .asp-sp-nav {
    flex-direction: column;
  }

  .asp-sp-nav-links {
    width: 100%;
    justify-content: flex-start;
  }

  .asp-sp-nav-links a:not(.asp-sp-nav-cta) {
    display: none;
  }

  .asp-sp-hero-cards,
  .asp-sp-grid-6,
  .asp-sp-proof-grid,
  .asp-sp-project-grid,
  .asp-sp-approach-grid,
  .asp-sp-workflow-grid,
  .asp-sp-form-row {
    grid-template-columns: 1fr;
  }

  .asp-sp-approach-grid {
    border: 0;
    gap: 12px;
  }

  .asp-sp-approach-item {
    border: 1px solid var(--asp-line) !important;
    border-radius: 12px;
  }

  .asp-sp-actions,
  .asp-sp-contact-list,
  .asp-sp-copyright {
    align-items: stretch;
    flex-direction: column;
  }

  .asp-sp-contact-extra {
    align-items: stretch;
    flex-direction: column;
  }

  .asp-sp-contact-extra-item {
    width: 100%;
  }

  .asp-sp-btn {
    width: 100%;
  }

  .asp-sp-footer-grid {
    gap: 26px;
  }
}

/* ============================================================
 * ASP Flexible Layout Builder additions
 * ============================================================ */
.asp-sp-ui .asp-sp-grid-1 { grid-template-columns: minmax(0, 1fr); }
.asp-sp-ui .asp-sp-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.asp-sp-ui .asp-sp-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.asp-sp-ui .asp-sp-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.asp-sp-ui .asp-sp-grid-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.asp-sp-ui .asp-sp-grid-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }

.asp-builder-section a.asp-sp-mini-card,
.asp-builder-section a.asp-sp-project-card {
  color: inherit !important;
  text-decoration: none !important;
}

.asp-sp-section-body-copy {
  max-width: 720px;
  margin: 14px auto 0;
  color: var(--asp-muted);
  font-size: 15px;
  line-height: 1.7;
}

.asp-section-align-left .asp-sp-section-head,
.asp-section-align-left .asp-sp-section-body-copy {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.asp-section-spacing-compact { padding-top: 20px; padding-bottom: 28px; }
.asp-section-spacing-spacious { padding-top: clamp(46px, 6vw, 84px); padding-bottom: clamp(46px, 6vw, 84px); }

.asp-section-title-compact .asp-sp-section-head h2 { font-size: clamp(22px, 2.4vw, 32px); }
.asp-section-title-large .asp-sp-section-head h2 { font-size: clamp(32px, 3.6vw, 50px); }
.asp-section-title-xlarge .asp-sp-section-head h2 { font-size: clamp(38px, 4.4vw, 64px); }

.asp-section-body-compact .asp-sp-section-body-copy { font-size: 13px; line-height: 1.55; }
.asp-section-body-readable .asp-sp-section-body-copy { font-size: 16px; line-height: 1.75; }
.asp-section-body-large .asp-sp-section-body-copy { font-size: 18px; line-height: 1.75; }

.asp-section-style-soft:not(.asp-sp-proof):not(.asp-sp-cta-band) {
  background: linear-gradient(180deg, #ffffff, #fbf7ef);
  border-radius: var(--asp-radius-lg);
  padding-left: clamp(18px, 3vw, 34px);
  padding-right: clamp(18px, 3vw, 34px);
}

.asp-section-style-outline:not(.asp-sp-proof):not(.asp-sp-cta-band) {
  border-top: 1px solid var(--asp-line);
  border-bottom: 1px solid var(--asp-line);
}

.asp-section-style-accent:not(.asp-sp-cta-band) .asp-sp-kicker,
.asp-section-style-accent:not(.asp-sp-cta-band) .asp-sp-icon-light {
  color: var(--asp-gold);
}

.asp-section-style-dark:not(.asp-sp-hero):not(.asp-sp-footer),
.asp-section-style-glass:not(.asp-sp-hero):not(.asp-sp-footer) {
  padding: clamp(30px, 4vw, 56px);
  border-radius: var(--asp-radius-lg);
  background: linear-gradient(135deg, #07111f, #111f33);
  color: #fff;
  box-shadow: 0 22px 58px rgba(8, 17, 31, .18);
}

.asp-section-style-dark:not(.asp-sp-hero):not(.asp-sp-footer) .asp-sp-section-head h2,
.asp-section-style-dark:not(.asp-sp-hero):not(.asp-sp-footer) h3,
.asp-section-style-dark:not(.asp-sp-hero):not(.asp-sp-footer) p,
.asp-section-style-glass:not(.asp-sp-hero):not(.asp-sp-footer) .asp-sp-section-head h2,
.asp-section-style-glass:not(.asp-sp-hero):not(.asp-sp-footer) h3,
.asp-section-style-glass:not(.asp-sp-hero):not(.asp-sp-footer) p {
  color: #fff;
}

.asp-section-card-style-soft .asp-sp-mini-card,
.asp-section-card-style-soft .asp-sp-project-card,
.asp-section-card-style-soft .asp-sp-step {
  background: linear-gradient(135deg, #fff, #fffaf4);
}

.asp-section-card-style-outline .asp-sp-mini-card,
.asp-section-card-style-outline .asp-sp-project-card,
.asp-section-card-style-outline .asp-sp-step {
  box-shadow: none;
  border-color: rgba(15, 23, 42, .16);
}

.asp-section-card-style-accent .asp-sp-mini-card,
.asp-section-card-style-accent .asp-sp-project-card,
.asp-section-card-style-accent .asp-sp-step {
  border-color: rgba(227, 167, 47, .34);
  box-shadow: 0 18px 40px rgba(227, 167, 47, .10);
}

.asp-section-card-style-dark .asp-sp-mini-card,
.asp-section-card-style-dark .asp-sp-project-card,
.asp-section-card-style-dark .asp-sp-step {
  background: #0b1627;
  border-color: rgba(255, 255, 255, .10);
  color: #fff;
}

.asp-section-card-style-dark .asp-sp-mini-card h3,
.asp-section-card-style-dark .asp-sp-project-card h3,
.asp-section-card-style-dark .asp-sp-step h3,
.asp-section-card-style-dark .asp-sp-mini-card p,
.asp-section-card-style-dark .asp-sp-project-card p,
.asp-section-card-style-dark .asp-sp-step p {
  color: #fff;
}

.asp-sp-text-panel {
  max-width: 920px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--asp-line);
  border-radius: var(--asp-radius-lg);
  background: #fff;
  box-shadow: var(--asp-shadow-soft);
}

.asp-sp-text-list {
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.asp-sp-text-list li {
  padding: 16px 0;
  border-top: 1px solid var(--asp-line);
}

.asp-sp-text-list li strong,
.asp-sp-text-list li span {
  display: block;
}

.asp-sp-text-list li span {
  margin-top: 5px;
  color: var(--asp-muted);
  line-height: 1.65;
}

.asp-button-pill .asp-sp-btn,
.asp-button-pill .asp-sp-nav-cta { border-radius: 999px; }
.asp-button-soft .asp-sp-btn-primary { background: #fff6df; color: #111827 !important; box-shadow: none; }
.asp-button-outline .asp-sp-btn-primary { background: transparent; color: var(--asp-gold) !important; border-color: var(--asp-gold); box-shadow: none; }
.asp-button-dark .asp-sp-btn-primary { background: #07111f; color: #fff !important; box-shadow: 0 14px 34px rgba(7, 17, 31, .24); }

.asp-hero-size-compact .asp-sp-hero h1 { font-size: clamp(34px, 4.4vw, 58px); }
.asp-hero-size-default .asp-sp-hero h1 { font-size: clamp(38px, 4.8vw, 64px); }
.asp-hero-size-large .asp-sp-hero h1 { font-size: clamp(42px, 5.4vw, 72px); }
.asp-hero-size-statement .asp-sp-hero h1 { font-size: clamp(48px, 6.3vw, 86px); }

.asp-spacing-compact .asp-sp-section { padding-top: clamp(22px, 3vw, 40px); padding-bottom: clamp(22px, 3vw, 40px); }
.asp-spacing-spacious .asp-sp-section { padding-top: clamp(46px, 6vw, 82px); padding-bottom: clamp(46px, 6vw, 82px); }

.asp-bg-clean_white .asp-sp-stage { background: linear-gradient(180deg, #081321 0, #081321 20%, #ffffff 20.1%, #ffffff 100%); }
.asp-bg-soft_gray .asp-sp-main { background: #f8fafc; }
.asp-bg-warm_gradient .asp-sp-main { background: linear-gradient(180deg, #fff 0%, #fff 62%, #fffaf4 100%); }
.asp-bg-premium_dark .asp-sp-main { background: #07111f; color: #fff; }
.asp-bg-premium_dark .asp-sp-section-head h2,
.asp-bg-premium_dark .asp-sp-mini-card h3,
.asp-bg-premium_dark .asp-sp-project-card h3,
.asp-bg-premium_dark .asp-sp-step h3 { color: #fff; }
.asp-bg-premium_dark .asp-sp-mini-card,
.asp-bg-premium_dark .asp-sp-project-card,
.asp-bg-premium_dark .asp-sp-step,
.asp-bg-premium_dark .asp-sp-proof-card { background: #101827; border-color: rgba(255,255,255,.10); }

.asp-section-width-focused { max-width: 960px; margin-left: auto; margin-right: auto; }
.asp-section-width-full { width: 100%; }

@media (max-width: 1180px) {
  .asp-sp-ui .asp-sp-grid-5,
  .asp-sp-ui .asp-sp-grid-6,
  .asp-sp-ui .asp-sp-grid-4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  .asp-sp-ui .asp-sp-grid-2,
  .asp-sp-ui .asp-sp-grid-3,
  .asp-sp-ui .asp-sp-grid-4,
  .asp-sp-ui .asp-sp-grid-5,
  .asp-sp-ui .asp-sp-grid-6 { grid-template-columns: 1fr; }
}

/* ============================================================
 * v2.0.6 Contact / Resume Request Layout Patch
 * ============================================================ */
html,
body {
  overflow-x: hidden;
}

.asp-portfolio {
  overflow-x: clip;
}

.asp-sp-footer.asp-section-type-lead_capture,
.asp-sp-footer.asp-section-contact {
  padding-top: clamp(46px, 5vw, 72px);
  padding-bottom: 26px;
  overflow: hidden;
}

.asp-sp-footer.asp-section-spacing-spacious {
  padding-top: clamp(48px, 5.2vw, 76px);
  padding-bottom: clamp(34px, 4vw, 52px);
}

.asp-sp-footer-grid {
  grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.asp-sp-footer-copy {
  max-width: 470px;
}

.asp-sp-footer-copy h2 {
  max-width: 490px;
  font-size: clamp(32px, 3.35vw, 46px);
  line-height: 1.08;
  margin-bottom: 18px;
}

.asp-sp-footer-copy > p:not(.asp-sp-kicker) {
  max-width: 440px;
  margin-bottom: 22px;
}

.asp-sp-lead-form {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  padding: clamp(28px, 3vw, 38px);
  border-radius: 14px;
}

.asp-sp-lead-form label {
  margin-bottom: 14px;
}

.asp-sp-lead-form input,
.asp-sp-lead-form textarea,
.asp-sp-lead-form select {
  width: 100%;
  display: block;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 8px;
  background: rgba(255, 255, 255, .075);
  color: #fff;
  padding: 14px 16px;
  font: inherit;
  font-size: 14px;
  line-height: 1.35;
  outline: none;
}

.asp-sp-lead-form select {
  min-height: 50px;
  color: rgba(255, 255, 255, .72);
}

.asp-sp-lead-form select option {
  color: #07111f;
  background: #fff;
}

.asp-sp-lead-form input:focus,
.asp-sp-lead-form textarea:focus,
.asp-sp-lead-form select:focus {
  border-color: rgba(227, 167, 47, .65);
  box-shadow: 0 0 0 3px rgba(227, 167, 47, .13);
}

.asp-sp-lead-form textarea {
  min-height: 112px;
  resize: vertical;
}

.asp-sp-lead-form .asp-sp-consent {
  align-items: flex-start;
  margin: 2px 0 16px;
}

.asp-sp-lead-form .asp-sp-btn {
  width: fit-content;
  min-width: 176px;
}

@media (max-width: 980px) {
  .asp-sp-footer-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .asp-sp-footer-copy,
  .asp-sp-lead-form {
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 720px) {
  .asp-sp-footer-copy h2 {
    font-size: 34px;
  }

  .asp-sp-lead-form {
    padding: 24px 20px;
  }

  .asp-sp-lead-form .asp-sp-btn {
    width: 100%;
  }
}


/* ============================================================
 * v2.0.7 Contact Form Compact Layout Fix
 * Fixes large top blank area, broken name/email stacking, and
 * full-width consent checkbox caused by broad input styles.
 * ============================================================ */
.asp-sp-footer.asp-section-type-lead_capture,
.asp-sp-footer.asp-section-contact {
  overflow-x: hidden !important;
}

.asp-sp-footer.asp-section-type-lead_capture .asp-sp-footer-grid,
.asp-sp-footer.asp-section-contact .asp-sp-footer-grid {
  align-items: center !important;
}

.asp-sp-footer.asp-section-type-lead_capture .asp-sp-lead-form,
.asp-sp-footer.asp-section-contact .asp-sp-lead-form {
  width: 100% !important;
  max-width: 620px !important;
  min-height: 0 !important;
  height: auto !important;
  margin: 0 0 0 auto !important;
  padding: 32px 34px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: stretch !important;
  gap: 14px !important;
}

.asp-sp-footer.asp-section-type-lead_capture .asp-sp-lead-form > input[type="hidden"],
.asp-sp-footer.asp-section-contact .asp-sp-lead-form > input[type="hidden"],
.asp-sp-footer.asp-section-type-lead_capture .asp-sp-lead-form > .asp-hp,
.asp-sp-footer.asp-section-contact .asp-sp-lead-form > .asp-hp {
  display: none !important;
  visibility: hidden !important;
  position: absolute !important;
  left: -99999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.asp-sp-footer.asp-section-type-lead_capture .asp-sp-request-type,
.asp-sp-footer.asp-section-contact .asp-sp-request-type,
.asp-sp-footer.asp-section-type-lead_capture .asp-sp-form-row,
.asp-sp-footer.asp-section-contact .asp-sp-form-row,
.asp-sp-footer.asp-section-type-lead_capture .asp-sp-lead-form > label,
.asp-sp-footer.asp-section-contact .asp-sp-lead-form > label {
  width: 100% !important;
  margin: 0 !important;
}

.asp-sp-footer.asp-section-type-lead_capture .asp-sp-form-row,
.asp-sp-footer.asp-section-contact .asp-sp-form-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
}

.asp-sp-footer.asp-section-type-lead_capture .asp-sp-form-row label,
.asp-sp-footer.asp-section-contact .asp-sp-form-row label {
  margin: 0 !important;
  min-width: 0 !important;
}

.asp-sp-footer.asp-section-type-lead_capture .asp-sp-lead-form input:not([type="hidden"]):not([type="checkbox"]),
.asp-sp-footer.asp-section-contact .asp-sp-lead-form input:not([type="hidden"]):not([type="checkbox"]),
.asp-sp-footer.asp-section-type-lead_capture .asp-sp-lead-form select,
.asp-sp-footer.asp-section-contact .asp-sp-lead-form select,
.asp-sp-footer.asp-section-type-lead_capture .asp-sp-lead-form textarea,
.asp-sp-footer.asp-section-contact .asp-sp-lead-form textarea {
  width: 100% !important;
  min-height: 52px !important;
  display: block !important;
  box-sizing: border-box !important;
}

.asp-sp-footer.asp-section-type-lead_capture .asp-sp-lead-form textarea,
.asp-sp-footer.asp-section-contact .asp-sp-lead-form textarea {
  min-height: 108px !important;
}

.asp-sp-footer.asp-section-type-lead_capture .asp-sp-consent,
.asp-sp-footer.asp-section-contact .asp-sp-consent {
  width: 100% !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  margin: 0 0 2px !important;
}

.asp-sp-footer.asp-section-type-lead_capture .asp-sp-consent input[type="checkbox"],
.asp-sp-footer.asp-section-contact .asp-sp-consent input[type="checkbox"] {
  width: 16px !important;
  min-width: 16px !important;
  max-width: 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
  flex: 0 0 16px !important;
  display: inline-block !important;
  padding: 0 !important;
  margin: 2px 0 0 !important;
  border-radius: 3px !important;
  box-shadow: none !important;
}

.asp-sp-footer.asp-section-type-lead_capture .asp-sp-consent span,
.asp-sp-footer.asp-section-contact .asp-sp-consent span {
  width: auto !important;
  min-width: 0 !important;
  display: inline-block !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.asp-sp-footer.asp-section-type-lead_capture .asp-sp-lead-form .asp-sp-btn,
.asp-sp-footer.asp-section-contact .asp-sp-lead-form .asp-sp-btn {
  align-self: flex-start !important;
  width: auto !important;
  min-width: 176px !important;
  margin-top: 4px !important;
}

.asp-screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 980px) {
  .asp-sp-footer.asp-section-type-lead_capture .asp-sp-lead-form,
  .asp-sp-footer.asp-section-contact .asp-sp-lead-form {
    max-width: 100% !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 720px) {
  .asp-sp-footer.asp-section-type-lead_capture .asp-sp-lead-form,
  .asp-sp-footer.asp-section-contact .asp-sp-lead-form {
    padding: 24px 20px !important;
  }

  .asp-sp-footer.asp-section-type-lead_capture .asp-sp-form-row,
  .asp-sp-footer.asp-section-contact .asp-sp-form-row {
    grid-template-columns: 1fr !important;
  }

  .asp-sp-footer.asp-section-type-lead_capture .asp-sp-lead-form .asp-sp-btn,
  .asp-sp-footer.asp-section-contact .asp-sp-lead-form .asp-sp-btn {
    width: 100% !important;
  }
}
