:root {
  --bg: #020819;
  --panel: rgba(5, 21, 55, .72);
  --panel-strong: rgba(7, 25, 62, .9);
  --line: rgba(46, 151, 255, .58);
  --line-soft: rgba(135, 167, 255, .22);
  --cyan: #05c9ff;
  --blue: #0a86ff;
  --violet: #9b25ff;
  --text: #ffffff;
  --muted: #b8c8e8;
  --soft: #7f92bd;
  --shot: url("asset/cloudtech-hero-blue.png");
  --hero-img: url("asset/cloudtech-hero-blue.png");
  --container-max: 1160px;
  --container-padding: 24px;
}

/* Resale certificate page */
.resale-page-shell {
  background:
    radial-gradient(circle at 72% 11%, rgba(0, 150, 255, .24), transparent 24rem),
    radial-gradient(circle at 7% 48%, rgba(0, 195, 255, .11), transparent 21rem),
    linear-gradient(180deg, rgba(1, 7, 22, .35), rgba(1, 7, 22, .84));
}

.resale-main {
}

.resale-hero {
  position: relative;
  min-height: 430px;
  padding: 38px 0 26px;
  display: grid;
  grid-template-columns: minmax(330px, 405px) minmax(360px, 1fr) 180px;
  gap: 22px;
  align-items: center;
}

.resale-copy h1 {
  margin: 10px 0 16px;
  font-size: clamp(43px, 5vw, 64px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: 0;
}

.resale-copy h1 span,
.resale-overview h2 span,
.resale-section h2 span,
.resale-cta h2 span {
  color: var(--cyan);
}

.resale-copy .hero-subtitle {
  max-width: 382px;
  margin-bottom: 24px;
  color: #eef6ff;
  font-size: 15px;
  line-height: 1.75;
}

.resale-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px 21px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
}

.resale-proof-grid span,
.resale-check-grid li {
  position: relative;
  padding-left: 23px;
}

.resale-proof-grid span::before,
.resale-check-grid li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #00d8ff, #0a74ff);
  box-shadow: 0 0 14px rgba(0, 203, 255, .35);
  font-size: 10px;
  font-weight: 900;
}

.resale-hero-art {
  position: relative;
  min-height: 390px;
}

.resale-hero-art::before {
  content: "";
  position: absolute;
  left: 2%;
  right: 2%;
  bottom: 10px;
  height: 95px;
  border-radius: 50%;
  background:
    radial-gradient(ellipse, rgba(0, 199, 255, .23), transparent 67%),
    repeating-radial-gradient(ellipse, rgba(0, 180, 255, .32) 0 1px, transparent 1px 20px);
  filter: drop-shadow(0 0 24px rgba(0, 169, 255, .26));
  transform: perspective(320px) rotateX(64deg);
}

.resale-side-benefits article,
.resale-faq,
.resale-cta {
  border: 1px solid rgba(34, 148, 255, .5);
  background:
    linear-gradient(145deg, rgba(4, 31, 76, .84), rgba(3, 10, 32, .88)),
    rgba(6, 19, 50, .78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 19px 45px rgba(0, 0, 0, .25), 0 0 38px rgba(0, 132, 255, .12);
}

.resale-side-benefits {
  display: grid;
  gap: 10px;
  align-self: center;
}

.resale-side-benefits article {
  min-height: 72px;
  padding: 13px 12px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
}

.resale-side-benefits span,
.resale-audience-grid span,
.resale-why-grid span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  border: 1px solid rgba(0, 203, 255, .65);
  border-radius: 9px;
  background: rgba(0, 169, 255, .08);
}

.resale-side-benefits b,
.resale-side-benefits small {
  display: block;
}

.resale-side-benefits b {
  font-size: 12px;
}

.resale-side-benefits small {
  margin-top: 4px;
  color: #d1def7;
  font-size: 9px;
  line-height: 1.35;
}

.resale-overview {
  min-height: 260px;
  padding: 30px 44px;
  display: grid;
  grid-template-columns: 410px 1fr;
  gap: 54px;
  align-items: center;
}

.resale-overview-visual {
  position: relative;
  min-height: 205px;
}

.resale-overview h2,
.resale-section h2,
.resale-process-card h2,
.resale-info-card h2,
.resale-compliance-card h2,
.resale-testimonials h2,
.resale-faq h2 {
  margin: 0;
  font-size: 27px;
  line-height: 1.15;
  font-weight: 900;
}

.resale-overview p {
  margin: 22px 0 20px;
  color: #e4eeff;
  font-size: 13px;
  line-height: 1.75;
}

.resale-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px 48px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 13px;
}

.resale-section {
  margin-top: 22px;
}

.resale-section > h2,
.resale-testimonials > h2 {
  margin-bottom: 18px;
  text-align: center;
}

.resale-audience-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.resale-audience-grid article {
  min-height: 186px;
  padding: 16px 16px 18px;
  text-align: center;
}

.resale-audience-grid span,
.shopify-mark {
  margin: 0 auto 13px;
  width: 50px;
  height: 50px;
  font-size: 40px;
}

.shopify-mark {
  display: grid;
  place-items: center;
  color: #fff;
  font-family: Georgia, serif;
  line-height: 1;
}

.shopify-mark {
  border-radius: 12px 12px 16px 16px;
  background: linear-gradient(145deg, #9be45d, #41a344);
  font-family: Inter, sans-serif;
  font-size: 28px;
}

.resale-audience-grid h3 {
  margin: 0 0 7px;
  font-size: 14px;
  line-height: 1.15;
}

.resale-audience-grid p {
  margin: 0;
  color: #d7e5ff;
  font-size: 11px;
  line-height: 1.45;
}

.resale-two-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 14px;
}

.resale-info-card,
.resale-process-card {
  min-height: 292px;
  padding: 28px 32px;
  overflow: hidden;
}

.resale-info-card .ra-check-list {
  margin-top: 24px;
  font-size: 13px;
  line-height: 2.05;
}

.folder-visual {
  position: absolute;
  right: 32px;
  bottom: 36px;
  width: 128px;
  height: 120px;
}

.folder-visual i {
  position: absolute;
  left: 33px;
  top: -25px;
  width: 76px;
  height: 100px;
  border-radius: 8px;
  background: linear-gradient(145deg, #eaf4ff, #b6cff7);
  transform: rotate(-8deg);
}

.folder-visual span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 118px;
  height: 91px;
  border-radius: 9px 9px 18px 18px;
  background: linear-gradient(145deg, #0c8cff, #032f86);
  box-shadow: 0 16px 40px rgba(0, 132, 255, .32);
}

.folder-visual b {
  position: absolute;
  right: 0;
  bottom: -4px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 4px solid rgba(255,255,255,.3);
  background: linear-gradient(145deg, #0b1834, #16294b);
}

.folder-visual b::after {
  content: "";
  position: absolute;
  left: 17px;
  top: 18px;
  width: 18px;
  height: 15px;
  border: 2px solid #b7dcff;
  border-radius: 3px;
  box-shadow: 0 -9px 0 -4px #b7dcff;
}

.resale-process-grid {
  position: relative;
  margin-top: 26px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.resale-process-grid::before {
  content: "";
  position: absolute;
  left: 17%;
  right: 17%;
  top: 22px;
  border-top: 1px dashed rgba(255,255,255,.62);
}

.resale-process-grid article {
  position: relative;
  z-index: 1;
  text-align: center;
}

.resale-process-grid b {
  width: 44px;
  height: 44px;
  margin: 0 auto 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #0ac9ff, #135bff);
  font-size: 18px;
}

.resale-process-grid svg {
  width: 36px;
  height: 36px;
  color: var(--cyan);
}

.resale-process-grid h3 {
  margin: 12px 0 7px;
  font-size: 13px;
  line-height: 1.12;
}

.resale-process-grid p {
  margin: 0;
  color: #d6e3fb;
  font-size: 10px;
  line-height: 1.45;
}

.resale-why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.resale-why-grid article {
  min-height: 107px;
  padding: 21px 18px;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 15px;
  align-items: center;
}

.resale-why-grid span {
  width: 46px;
  height: 46px;
  border: 0;
  font-size: 38px;
  background: transparent;
}

.resale-why-grid h3 {
  margin: 0 0 5px;
  font-size: 14px;
}

.resale-why-grid p {
  margin: 0;
  color: #d5e2fb;
  font-size: 10px;
  line-height: 1.45;
}

.resale-price-compare {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 14px;
}

.resale-price-card,
.resale-compliance-card {
  min-height: 320px;
  padding: 23px 31px;
}

.resale-price-card {
  overflow: hidden;
}

.resale-price-card h2 {
  margin: 0 0 16px;
  font-size: 20px;
}

.resale-price-card p,
.resale-price-card span {
  display: block;
  margin: 0;
  color: #d6e3fb;
  font-size: 14px;
  text-align: center;
}

.resale-price-card div {
  margin: 2px 0;
  text-align: center;
  font-size: 52px;
  line-height: .98;
  font-weight: 800;
}

.resale-price-card .ra-check-list {
  margin: 18px 0 16px;
  font-size: 12px;
  line-height: 1.75;
}

.resale-price-card em {
  position: absolute;
  right: 22px;
  top: 37px;
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: radial-gradient(circle, #127bff 0 47%, #064aa7 48% 100%);
  box-shadow: 0 0 0 6px rgba(0, 145, 255, .18), 0 0 28px rgba(0, 145, 255, .36);
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  text-align: center;
}

.resale-price-card em small {
  display: block;
  font-size: 7px;
  line-height: 1.05;
  text-transform: uppercase;
}

.resale-compliance-card h2 {
  margin-bottom: 22px;
  text-align: center;
}

.resale-vs-grid {
  display: grid;
  grid-template-columns: 1fr 64px 1fr;
  gap: 14px;
  align-items: center;
}

.resale-vs-grid > div {
  min-height: 224px;
  padding: 21px 28px;
  border-radius: 8px;
  border: 1px solid rgba(38, 191, 141, .5);
  background: linear-gradient(145deg, rgba(0, 123, 83, .14), rgba(5, 18, 43, .82));
}

.resale-vs-grid .risk {
  border-color: rgba(255, 76, 76, .5);
  background: linear-gradient(145deg, rgba(160, 37, 51, .18), rgba(5, 18, 43, .82));
}

.resale-vs-grid h3 {
  margin: 0 0 22px;
  color: #00ffc6;
  text-align: center;
  font-size: 17px;
}

.resale-vs-grid .risk h3 {
  color: #ff554c;
}

.resale-vs-grid ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 12px;
  line-height: 2.05;
}

.resale-vs-grid li {
  position: relative;
  padding-left: 25px;
}

.resale-vs-grid li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #16d97e;
  font-size: 9px;
  font-weight: 900;
}

.resale-vs-grid .risk li::before {
  content: "\00d7";
  background: #ff4f4a;
}

.resale-vs-grid > b {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.72);
  background: #0b1935;
  font-size: 25px;
}

.resale-testimonials {
  margin-top: 19px;
}

.resale-final-grid {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 14px;
  margin-top: 18px;
}

.resale-faq {
  padding: 24px 25px;
  border-radius: 8px;
}

.resale-faq h2 {
  margin-bottom: 16px;
  font-size: 20px;
}

.resale-faq details {
  border-top: 1px solid rgba(111, 151, 212, .22);
}

.resale-faq details:last-child {
  border-bottom: 1px solid rgba(111, 151, 212, .22);
}

.resale-faq summary {
  position: relative;
  min-height: 33px;
  display: flex;
  align-items: center;
  padding-right: 28px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  list-style: none;
}

.resale-faq summary::-webkit-details-marker {
  display: none;
}

.resale-faq summary::after {
  content: "+";
  position: absolute;
  right: 7px;
  color: #fff;
  font-size: 18px;
}

.resale-faq details[open] summary::after {
  content: "-";
}

.resale-faq p {
  margin: 0 0 12px;
  color: #cfdcf5;
  font-size: 11px;
  line-height: 1.55;
}

.resale-cta {
  width: auto;
  min-height: 210px;
  margin: 0;
  padding: 45px 285px 34px 31px;
  border-radius: 8px;
  display: block;
  overflow: hidden;
}

.resale-cta::before,
.resale-cta::after {
  display: none;
}

.resale-cta h2 {
  max-width: 430px;
  font-size: 31px;
  line-height: 1.12;
}

.resale-cta p {
  max-width: 410px;
  margin: 16px 0 23px;
  color: #e8f2ff;
}

.resale-cta .cta-actions {
  justify-content: flex-start;
}

.resale-cta-visual {
  position: absolute;
  right: 22px;
  bottom: 10px;
  width: 262px;
  height: 200px;
}

@media (max-width: 980px) {
  .resale-hero {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .resale-copy .hero-subtitle {
    max-width: 650px;
  }

  .resale-hero-art {
    min-height: 365px;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
  }

  .resale-side-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .resale-overview,
  .resale-two-grid,
  .resale-price-compare,
  .resale-final-grid {
    grid-template-columns: 1fr;
  }

  .resale-overview {
    gap: 20px;
  }

  .resale-audience-grid,
  .resale-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .resale-price-card {
    min-height: auto;
  }

  .resale-cta {
    min-height: 250px;
  }
}

@media (max-width: 620px) {
  .resale-copy h1 {
    font-size: 42px;
  }

  .resale-proof-grid,
  .resale-side-benefits,
  .resale-check-grid,
  .resale-audience-grid,
  .resale-why-grid,
  .resale-process-grid,
  .resale-vs-grid {
    grid-template-columns: 1fr;
  }

  .resale-hero-art {
    min-height: 0;
  }

  .resale-overview,
  .resale-info-card,
  .resale-process-card,
  .resale-price-card,
  .resale-compliance-card {
    padding: 23px 20px;
  }

  .resale-overview-visual {
    min-height: 0;
  }

  .folder-visual {
    position: relative;
    right: auto;
    bottom: auto;
    margin: 22px auto 0;
  }

  .resale-process-grid::before {
    display: none;
  }

  .resale-vs-grid > b {
    margin: 0 auto;
  }

  .resale-price-card em {
    width: 68px;
    height: 68px;
    right: 16px;
    top: 42px;
    font-size: 17px;
  }

  .resale-cta {
    min-height: 420px;
    padding: 28px 20px 215px;
    text-align: center;
  }

  .resale-cta h2,
  .resale-cta p {
    max-width: none;
  }

  .resale-cta .cta-actions {
    justify-content: center;
  }

  .resale-cta-visual {
    left: 50%;
    right: auto;
    bottom: 7px;
    transform: translateX(-50%);
  }
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% 35%, rgba(0, 128, 255, .32), transparent 22rem),
    radial-gradient(circle at 100% 77%, rgba(129, 0, 255, .5), transparent 21rem),
    linear-gradient(180deg, #010719 0%, #030a21 58%, #020815 100%);
}

a { color: inherit; text-decoration: none; }
svg { width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

* {
  box-sizing: border-box;
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

.container,
.site-header,
.site-footer {
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
}

.container > * {
  width: 100%;
  max-width: 100%;
}

.page-shell {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.page-shell::before {
  inset: 0;
  background:
    radial-gradient(ellipse at 70% 7%, rgba(17, 97, 255, .28), transparent 27rem),
    linear-gradient(105deg, rgba(0, 12, 38, .2), rgba(0, 0, 0, 0) 45%);
}

.page-shell::after {
  right: -12rem;
  bottom: 7rem;
  width: 40rem;
  height: 40rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 199, 255, .1);
  box-shadow: 0 0 0 5rem rgba(15, 87, 255, .07), 0 0 0 9rem rgba(145, 0, 255, .08);
}

main,
.site-footer {
  position: relative;
  z-index: 1;
}

.site-header {
  position: relative;
  z-index: 100;
  width: min(100% - 96px, 1080px);
  margin: 0 auto;
  height: 70px;
  display: flex;
  align-items: center;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: baseline;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  white-space: nowrap;
}

.brand span {
  color: var(--cyan);
  font-weight: 800;
}

.brand-logo {
  align-items: center;
}

.brand-logo img {
  display: block;
  width: clamp(155px, 27vw, 215px);
  height: clamp(52px, 8.4vw, 64px);
  object-fit: cover;
  object-position: left center;
}

.main-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 23px;
  font-size: 12px;
  font-weight: 600;
}

.nav-item {
  position: relative;
}

.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: rgba(255, 255, 255, .92);
  transition: color .22s ease, text-shadow .22s ease, transform .22s ease;
}

.nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -13px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--cyan), transparent);
  box-shadow: 0 0 10px rgba(5, 201, 255, .65);
  transform: scaleX(0);
  transform-origin: left;
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease;
}

button.nav-link {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.nav-link:hover,
.has-dropdown:focus-within > .nav-link,
.has-dropdown:hover > .nav-link {
  color: var(--cyan);
  text-shadow: 0 0 12px rgba(0, 203, 255, .32);
  transform: translateY(-1px);
}

.nav-link:hover::after,
.has-dropdown:hover > .nav-link::after,
.has-dropdown:focus-within > .nav-link::after {
  opacity: 1;
  transform: scaleX(1);
}

.nav-link.active::after {
  background: var(--cyan);
  box-shadow: 0 0 10px rgba(5, 201, 255, .65);
  opacity: 1;
  transform: scaleX(1);
}

.chev {
  color: #d8e4ff;
  font-size: 10px;
  line-height: 1;
  transform: rotate(0deg);
  transition: transform .2s ease, color .2s ease;
}
.chev-1 {
  margin-left: 50px;
  color: #d8e4ff;
  font-size: 10px;
  line-height: 1;
  transform: rotate(0deg);
  transition: transform 3s ease, color .2s ease;
}

.has-dropdown:hover > .nav-link .chev,
.has-dropdown:focus-within > .nav-link .chev,
.has-dropdown.open > .nav-link .chev {
  color: var(--cyan);
  transform: rotate(180deg);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: 50%;
  width: 236px;
  padding: 9px;
  border: 1px solid rgba(68, 178, 255, .42);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(4, 21, 55, .98), rgba(5, 9, 31, .94)),
    rgba(4, 13, 35, .96);
  box-shadow: 0 22px 55px rgba(0, 0, 0, .42), 0 0 26px rgba(0, 180, 255, .14), inset 0 1px 0 rgba(255, 255, 255, .08);
  backdrop-filter: blur(16px);
  transform: translate(-50%, 12px) scale(.95);
  transform-origin: top center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s cubic-bezier(0.16, 1, 0.3, 1), transform .25s cubic-bezier(0.16, 1, 0.3, 1), visibility .25s;
  z-index: 100;
}

.dropdown-menu::after {
  content: "";
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
  height: 24px;
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-left: 1px solid rgba(68, 178, 255, .42);
  border-top: 1px solid rgba(68, 178, 255, .42);
  background: rgba(4, 21, 55, .98);
  transform: translateX(-50%) rotate(45deg);
}

.has-dropdown:hover > .dropdown-menu,
.has-dropdown:focus-within > .dropdown-menu,
.has-dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0) scale(1);
}

.dropdown-menu a,
.dropdown-menu .dropdown-trigger {
  display: block;
  width: 100%;
  padding: 11px 12px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, color .2s ease;
}

.dropdown-menu a:hover,
.dropdown-menu .has-dropdown:hover > .dropdown-trigger,
.dropdown-menu .has-dropdown:focus-within > .dropdown-trigger,
.dropdown-menu .has-dropdown.open > .dropdown-trigger {
  background: linear-gradient(90deg, rgba(0, 199, 255, .14), rgba(130, 43, 255, .08));
  color: var(--cyan);
  transform: translateX(2px);
}

.dropdown-menu a.current {
  background: linear-gradient(90deg, rgba(0, 199, 255, .18), rgba(87, 69, 255, .1));
  color: var(--cyan);
}

.dropdown-menu strong {
  display: block;
  font-size: 12px;
  line-height: 1.15;
}

.dropdown-menu small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.25;
}

.dropdown-menu .has-dropdown {
  position: relative;
}

.dropdown-menu .has-dropdown > .dropdown-menu {
  top: 0;
  left: calc(100% + 12px);
  transform: translate(12px, 0) scale(.95);
  transform-origin: top left;
}

.dropdown-menu .has-dropdown > .dropdown-menu::after {
  top: 0;
  left: -14px;
  width: 14px;
  height: 100%;
}

.dropdown-menu .has-dropdown:hover > .dropdown-menu,
.dropdown-menu .has-dropdown:focus-within > .dropdown-menu,
.dropdown-menu .has-dropdown.open > .dropdown-menu {
  transform: translate(0, 0) scale(1);
}

.header-actions {
  display: flex;
  gap: 16px;
  align-items: center;
}

.btn {
  --shine-opacity: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 7px;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease, filter .25s ease;
  cursor: pointer;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.24) 44%, transparent 68%);
  opacity: 0;
  transform: translateX(-120%);
  transition: transform .55s ease, opacity .24s ease;
}

.btn:hover {
  transform: translateY(-2px) scale(1.03);
}

.btn:hover::before {
  opacity: 1;
  transform: translateX(120%);
}

.btn:active {
  transform: translateY(0) scale(.985);
}
.btn svg { font-size: 19px; }

.btn-primary {
  color: white;
  background: linear-gradient(180deg, #13c7ff 0%, #0576ff 100%);
  box-shadow: 0 12px 28px rgba(0, 128, 255, .28), inset 0 1px 0 rgba(255,255,255,.38);
}

.btn-primary:hover {
  filter: saturate(1.08);
  box-shadow: 0 16px 36px rgba(0, 157, 255, .42), 0 0 22px rgba(0, 202, 255, .18), inset 0 1px 0 rgba(255,255,255,.45);
}

.btn-ghost,
.btn-outline {
  color: #fff;
  background: rgba(2, 10, 30, .38);
  border-color: rgba(164, 190, 255, .45);
}

.btn-ghost:hover,
.btn-outline:hover {
  border-color: rgba(0, 211, 255, .85);
  box-shadow: 0 0 24px rgba(0, 194, 255, .2), inset 0 1px 0 rgba(255,255,255,.08);
}

.btn-login { min-height: 38px; padding: 0 17px; font-weight: 500; }
.btn-large { min-height: 48px; padding-inline: 24px; font-size: 14px; }

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 42px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.25);
  border-radius: 7px;
  background: rgba(8, 20, 50, .65);
}
.nav-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: white;
}

.hero {
  width: min(100% - 96px, 1080px);
  min-height: 374px;
  margin: 2px auto 0;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: start;
  position: relative;
  isolation: isolate;
  animation: heroSettle .75s ease both;
}

.hero::before {
  content: "";
  position: absolute;
  inset: -2px -52px 0 -52px;
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(1, 7, 22, .98) 0%, rgba(1, 8, 25, .92) 30%, rgba(1, 7, 22, .62) 46%, rgba(1, 7, 22, .08) 63%, rgba(1, 7, 22, 0) 76%),
    linear-gradient(180deg, rgba(1, 7, 22, .08) 0%, rgba(1, 7, 22, 0) 63%, rgba(1, 7, 22, .88) 100%),
    var(--hero-img);
  background-repeat: no-repeat;
  background-size: auto 130%;
  background-position: right top;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -52px 0 -52px;
  height: 92px;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(2, 8, 25, .96));
}

.hero-copy {
  padding-top: 50px;
  position: relative;
  z-index: 3;
  animation: riseFade .7s ease .08s both;
}

.eyebrow,
.section-kicker {
  margin: 0 0 10px;
  color: var(--cyan);
  font-size: 20px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font-size: clamp(40px, 4.45vw, 50px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
}

.hero h1 span {
  color: var(--cyan);
  text-shadow: 0 0 24px rgba(0, 179, 255, .16);
}

.hero-subtitle {
  width: min(100%, 470px);
  margin: 13px 0 20px;
  color: #f1f6ff;
  font-size: 16px;
  line-height: 1.75;
}

.hero-buttons {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

.trust-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.trust-item {
  display: grid;
  grid-template-columns: 30px max-content;
  column-gap: 7px;
  align-items: center;
  min-width: 66px;
}

.trust-item strong {
  font-size: 12px;
  line-height: 1.1;
}
.trust-item small {
  grid-column: 2;
  color: #d2dbf4;
  font-size: 9px;
  line-height: 1.1;
}

.trust-icon {
  grid-row: 1 / span 2;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.44);
  color: white;
  font-size: 11px;
  font-weight: 800;
}

.trust-icon img {
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}

.qb .trust-icon {
  background: #2dbd35;
  border-color: rgba(255,255,255,.35);
  box-shadow: 0 0 12px rgba(55, 224, 67, .35);
}

.seal-mark {
  position: relative;
}
.seal-mark::before { content: "IRS"; font-size: 8px; letter-spacing: 0; }

.hero-visual {
  position: relative;
  min-height: 430px;
  overflow: visible;
  z-index: 2;
  animation: heroFloat 7s ease-in-out infinite;
}

.photo-crop {
  background-image: var(--shot);
  background-repeat: no-repeat;
  background-size: 948px 1659px;
}

.wave {
  position: absolute;
  right: -90px;
  bottom: 20px;
  width: 630px;
  height: 130px;
  border-radius: 50%;
  transform: rotate(-8deg);
  border-top: 3px solid rgba(10, 196, 255, .8);
  box-shadow: inset 0 12px 18px rgba(3, 148, 255, .28), 0 -4px 28px rgba(0, 154, 255, .55);
  display: none;
}
.wave-one { border-top-color: #08bfff; }
.wave-two {
  bottom: -1px;
  right: -111px;
  border-top-color: #8633ff;
  box-shadow: inset 0 12px 18px rgba(112, 22, 255, .28), 0 -4px 24px rgba(150, 39, 255, .6);
}
.wave-three {
  bottom: 46px;
  right: -155px;
  opacity: .45;
  border-top-color: #1488ff;
}

.section-pad {
  width: min(100% - 108px, 1040px);
  margin: 28px auto 0;
  padding-top: 4px;
}

.section-kicker {
  text-align: center;
  margin-bottom: 5px;
  font-size: 20px;
}

.services h2 {
  margin: 0 0 15px;
  text-align: center;
  font-size: 29px;
  line-height: 1.15;
  font-weight: 800;
}
.services h2 span { color: var(--cyan); }

.service-grid,
.pricing-grid,
.testimonial-grid,
.video-grid,
.feature-strip {
  display: grid;
  gap: 15px;
}

.service-grid { grid-template-columns: repeat(3, 1fr); }

.glass-card {
  position: relative;
  background:
    linear-gradient(135deg, rgba(5, 31, 78, .82), rgba(5, 13, 42, .72)),
    rgba(4, 17, 49, .7);
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 18px 55px rgba(0, 0, 0, .22);
}

.service-card {
  min-height: 196px;
  padding: 28px 26px 18px;
  overflow: hidden;
  transition: transform .28s cubic-bezier(.2,.8,.2,1), border-color .28s ease, box-shadow .28s ease, background .28s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 5% 0%, rgba(0, 198, 255, .24), transparent 40%);
  pointer-events: none;
  opacity: .9;
  transition: opacity .28s ease, transform .28s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.09), transparent 34%, rgba(0, 204, 255, .1));
  transition: opacity .28s ease;
}

.service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(0, 210, 255, .88);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 22px 62px rgba(0, 0, 0, .32), 0 0 34px rgba(0, 190, 255, .18);
}

.service-card:hover::before {
  opacity: 1;
  transform: scale(1.08);
}

.service-card:hover::after {
  opacity: 1;
}

.violet-card {
}
.violet-card::before {  }

.card-heading {
  display: flex;
  gap: 18px;
  align-items: center;
  margin-bottom: 20px;
}

.card-heading h3,
.price-card h3,
.feature-card h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
}

.round-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  font-size: 26px;
  transition: transform .28s cubic-bezier(.2,.8,.2,1), filter .28s ease, box-shadow .28s ease;
}
.round-icon.cyan {
  background: radial-gradient(circle at 35% 30%, #4decff, #0075ff 72%);
  box-shadow: 0 0 28px rgba(0, 194, 255, .55);
}
.round-icon.violet {
  background: radial-gradient(circle at 35% 30%, #cc7bff, #7025ff 72%);
  box-shadow: 0 0 28px rgba(141, 58, 255, .6);
}
.round-icon.deep-blue {
  background: radial-gradient(circle at 35% 30%, #1679ff, #082eaf 74%);
  box-shadow: 0 0 28px rgba(0, 113, 255, .42);
}
.round-icon.teal {
  background: radial-gradient(circle at 35% 30%, #39e8ff, #0584ba 74%);
  box-shadow: 0 0 28px rgba(0, 213, 255, .42);
}

.round-icon img {
  width: 64%;
  height: 64%;
  object-fit: contain;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #d8e4ff;
  font-size: 16px;
  line-height: 1.95;
}

.check-list li {
  position: relative;
  padding-left: 23px;
}
.check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  color: var(--cyan);
  font-weight: 900;
}

.learn-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 700;
  transition: color .22s ease, text-shadow .22s ease;
}

.learn-link span {
  display: inline-block;
  transition: transform .22s ease;
}

.learn-link:hover {
  text-shadow: 0 0 16px rgba(0, 201, 255, .38);
}

.service-card:hover .round-icon {
  transform: translateY(-3px) rotate(-4deg) scale(1.07);
  filter: saturate(1.18);
}

.service-card:hover .learn-link span {
  transform: translateX(4px);
}

.process {
  position: relative;
  width: min(100% - 108px, 980px);
  margin: 21px auto 17px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 54px;
  position: relative;
  z-index: 2;
}

.process-line {
  position: absolute;
  left: 122px;
  right: 122px;
  top: 52px;
  border-top: 2px dotted rgba(0, 206, 255, .62);
  z-index: 1;
}

.process-step {
  display: grid;
  justify-items: center;
  text-align: center;
  position: relative;
}

.process-icon {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  font-size: 31px;
  background: rgba(14, 21, 62, .92);
  border: 1px solid rgba(147, 116, 255, .75);
  box-shadow: 0 0 26px rgba(83, 49, 255, .28);
  transition: transform .28s cubic-bezier(.2,.8,.2,1), filter .28s ease, border-color .28s ease;
}

.process-step:hover .process-icon {
  transform: translateY(-4px) scale(1.04);
  border-color: rgba(0, 211, 255, .72);
  filter: drop-shadow(0 0 16px rgba(116, 91, 255, .5));
}

.step-number {
  width: 18px;
  height: 18px;
  margin-top: -7px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #11c9ff, #0872ff);
  font-size: 15px;
  font-weight: 800;
}

.process-step h3 {
  margin: 8px 0 4px;
  font-size: 17px;
  font-weight: 800;
}
.process-step p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.35;
}

.stats-band {
  width: min(100% - 96px, 1080px);
  min-height: 66px;
  margin: 0 auto 22px;
  padding: 12px 31px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid rgba(54, 213, 255, .8);
  border-radius: 8px;
  background:radial-gradient(circle at 15% 50%, rgba(74, 215, 255, .6), transparent 8rem),
    linear-gradient(100deg, #0acaff 0%, #054bed 52%, #18037a 100%);
  box-shadow: 0 0 32px rgba(25, 121, 255, .3), inset 0 1px 0 rgba(255,255,255,.32);
}

.stat {
  display: flex;
  align-items: center;
  gap: 23px;
  min-width: 0;
}
.stat:not(:last-child) { border-right: 1px solid rgba(255,255,255,.45); }
.stat svg {
  font-size: 43px;
  flex: 0 0 auto;
  transition: transform .25s ease, filter .25s ease;
}
.stat:hover svg {
  transform: translateY(-2px) scale(1.05);
  filter: drop-shadow(0 0 12px rgba(255,255,255,.32));
}
.stat strong { display: block; font-size: 27px; line-height: 1; }
.stat span { display: block; margin-top: 4px; font-size: 11px; color: #e8f2ff; }

.pricing,
.testimonials,
.videos {
  width: min(100% - 96px, 1080px);
  margin: 0 auto;
}

.pricing-grid {
  grid-template-columns: repeat(3, 1fr);
}

.price-card {
  padding: 21px 28px 17px;
  min-height: 188px;
  transition: transform .28s cubic-bezier(.2,.8,.2,1), border-color .28s ease, box-shadow .28s ease;
}
.price-card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 205, 255, .78);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 18px 48px rgba(0, 0, 0, .3), 0 0 28px rgba(0, 183, 255, .14);
}
.price-card p {
  margin: 3px 0 16px;
  color: var(--muted);
  font-size: 13px;
}
.price {
  min-width: 122px;
  margin: 1px 0 15px;
  display: grid;
  grid-template-columns: auto auto;
  align-items: start;
  justify-content: start;
  column-gap: 2px;
  font-size: 31px;
  font-weight: 900;
  line-height: .92;
  color: #fff;
  letter-spacing: 0;
  text-shadow: 0 0 18px rgba(0, 190, 255, .14);
}
.price .currency {
  margin-top: 2px;
  font-size: .63em;
  font-weight: 900;
  line-height: 1;
  color: #f9fcff;
}
.price .amount {
  font-size: 1em;
  line-height: .92;
}
.price small {
  grid-column: 1 / -1;
  display: block;
  margin-top: 10px;
  padding-left: 2px;
  font-size: 11px;
  color: #e6efff;
  font-weight: 600;
  letter-spacing: .01em;
}
.compact {
  font-size: 14px;
  line-height: 1.78;
  min-height: 78px;
  clear: both;
}
.price-card .compact li {
  padding-left: 0;
}
.price-card .compact li::before {
  display: none;
}
.full {
  width: 100%;
  min-height: 38px;
  margin-top: 7px;
}
.popular {
  border-color: var(--cyan);
  box-shadow: 0 0 23px rgba(0, 192, 255, .45), inset 0 1px 0 rgba(255,255,255,.1);
}
.popular-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  min-width: 125px;
  padding: 8px 16px;
  border-radius: 6px;
  text-align: center;
  background: linear-gradient(180deg, #11c8ff, #0679fb);
  box-shadow: 0 8px 18px rgba(0, 142, 255, .35);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.feature-strip {
  width: min(100% - 96px, 1080px);
  margin: 15px auto 15px;
  grid-template-columns: repeat(4, 1fr);
}

.feature-card {
  min-height: 86px;
  padding: 17px 16px;
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 13px;
  align-items: center;
  transition: transform .24s cubic-bezier(.2,.8,.2,1), border-color .24s ease, box-shadow .24s ease;
}
.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 205, 255, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 16px 38px rgba(0,0,0,.24), 0 0 22px rgba(0, 174, 255, .13);
}
.feature-card h3 { font-size: 14px; }
.feature-card p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.line-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  transition: transform .24s ease, filter .24s ease;
}
.line-icon img {
  width: 46px;
  height: 46px;
  display: block;
  border-radius: 50%;
  object-fit: cover;
}
.feature-card:hover .line-icon {
  transform: translateY(-2px) scale(1.06);
  filter: drop-shadow(0 0 12px rgba(0, 201, 255, .22));
}
.testimonial-grid {
  grid-template-columns: repeat(3, 1fr);
}
.quote-card {
  padding: 14px 17px;
  min-height: 118px;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}
.quote-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 198, 255, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 16px 36px rgba(0,0,0,.25), 0 0 22px rgba(0, 160, 255, .12);
}
.stars {
  color: #ffc928;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1;
}
.stars.small { font-size: 13px; margin-top: 3px; }
.quote-card p {
  margin: 6px 0 11px;
  color: #e6efff;
  font-size: 12px;
  line-height: 1.42;
}
.person {
  display: flex;
  align-items: center;
  gap: 10px;
}
.person strong,
.video-card strong {
  display: block;
  font-size: 12px;
}
.person small {
  display: block;
  color: var(--muted);
  font-size: 10px;
}
.avatar {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: block;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.65);
  overflow: hidden;
  background: rgba(255,255,255,.08);
  box-shadow: 0 0 12px rgba(0, 173, 255, .18);
}
.avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: inherit;
  transform: scale(1.05);
}

.videos { margin-top: 5px; }
.video-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
.video-card p {
  margin: 8px 8px 0;
  color: #e8f0ff;
  font-size: 12px;
  line-height: 1.33;
}
.video-card .stars,
.video-card strong { margin-left: 8px; }
.video-thumb {
  position: relative;
  width: 100%;
  height: 105px;
  display: block;
  border-radius: 9px;
  border: 1px solid rgba(255,255,255,.55);
  overflow: hidden;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-shadow: 0 12px 24px rgba(0,0,0,.27);
  transition: transform .32s cubic-bezier(.2,.8,.2,1), filter .32s ease, box-shadow .32s ease;
}
.video-thumb:hover {
  transform: translateY(-3px) scale(1.015);
  filter: brightness(1.08) saturate(1.05);
  box-shadow: 0 16px 32px rgba(0,0,0,.32), 0 0 22px rgba(0, 183, 255, .16);
}
.thumb-one { background-image: url("asset/homepage-video-ahmed.png"); }
.thumb-two { background-image: url("asset/homepage-video-sarah.png"); }
.thumb-three { background-image: url("asset/homepage-video-daniel.png"); }
.video-thumb span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,.95);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(2px);
  transition: transform .28s ease, box-shadow .28s ease, background .28s ease;
}
.video-thumb:hover span {
  transform: translate(-50%, -50%) scale(1.08);
  box-shadow: 0 0 20px rgba(255,255,255,.24);
}
.video-thumb span::before {
  content: "";
  position: absolute;
  left: 19px;
  top: 14px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
}

.video-thumb.played span {
  background: rgba(4, 184, 255, .32);
  box-shadow: 0 0 22px rgba(0, 204, 255, .7);
}

.reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .55s ease, transform .55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes riseFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroSettle {
  from {
    opacity: .94;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroFloat {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, -6px, 0);
  }
}

@keyframes ukHeroFade {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .uk-hero h1,
  .uk-hero .hero-subtitle,
  .uk-hero .hero-buttons {
    animation: ukHeroFade .55s ease both;
  }

  .uk-hero .hero-subtitle {
    animation-delay: 150ms;
  }

  .uk-hero .hero-buttons {
    animation-delay: 300ms;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero,
  .hero-copy,
  .hero-visual,
  .uk-hero h1,
  .uk-hero .hero-subtitle,
  .uk-hero .hero-buttons,
  .uk-process-grid article,
  .reveal,
  .btn,
  .glass-card,
  .service-card,
  .price-card,
  .feature-card,
  .quote-card,
  .video-thumb,
  .process-icon,
  .round-icon,
  .line-icon,
  .cta-band,
  .cta-icon,
  .nav-link,
  .nav-link::after,
  .dropdown-menu {
    animation: none !important;
    transition-duration: .01ms !important;
  }
}

.cta-band {
  width: min(100% - 112px, 1050px);
  margin: 12px auto 0;
  min-height: 75px;
  padding: 13px 27px 13px 196px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 26px;
  position: relative;
  border-radius: 12px;
  border: 1px solid rgba(54, 202, 255, .65);
  background:
    radial-gradient(circle at 15% 50%, rgba(74, 215, 255, .6), transparent 8rem),
    linear-gradient(100deg, #0acaff 0%, #054bed 52%, #18037a 100%);
  box-shadow: 0 0 35px rgba(19, 123, 255, .32);
  overflow: hidden;
  transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}
.cta-band:hover {
  transform: translateY(-3px);
  border-color: rgba(99, 224, 255, .9);
  box-shadow: 0 18px 46px rgba(19, 123, 255, .36), 0 0 30px rgba(132, 54, 255, .18);
}
.cta-band::before,
.cta-band::after {
  content: "";
  position: absolute;
  left: -18px;
  top: 4px;
  width: 180px;
  height: 80px;
  border-top: 1px solid rgba(255,255,255,.35);
  border-radius: 50%;
  transform: rotate(-13deg);
}
.cta-band::after { top: 20px; left: -36px; opacity: .6; }
.cta-icon {
  position: absolute;
  left: 132px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-size: 31px;
  background: radial-gradient(circle at 35% 25%, #9ff4ff, #0e8cff);
  box-shadow: 0 0 25px rgba(255,255,255,.3);
  transition: transform .28s ease, box-shadow .28s ease;
}
.cta-band:hover .cta-icon {
  transform: translate(-50%, -50%) rotate(-4deg) scale(1.05);
}
.cta-icon svg {
  transform: rotate(-12deg);
  transform-origin: 50% 50%;
}
.cta-band h2 {
  margin: 0;
  font-size: 29px;
  line-height: 1;
}
.cta-band p {
  margin: 7px 0 0;
  color: #eaf5ff;
  font-size: 13px;
}
.cta-actions {
  display: flex;
  gap: 14px;
}

/* Accounting & Bookkeeping service page */
.service-page-shell::before {
  background:
    radial-gradient(ellipse at 78% 9%, rgba(15, 93, 255, .33), transparent 28rem),
    radial-gradient(circle at 6% 54%, rgba(0, 156, 255, .14), transparent 24rem),
    linear-gradient(105deg, rgba(0, 12, 38, .18), rgba(0, 0, 0, 0) 45%);
}

.service-main {
}

.accounting-hero {
  min-height: 430px;
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  position: relative;
  isolation: isolate;
}

.accounting-hero::before {
  content: "";
  position: absolute;
  inset: -22px -40px -28px;
  z-index: -2;
  background:
    radial-gradient(circle at 78% 35%, rgba(0, 106, 255, .26), transparent 18rem),
    linear-gradient(90deg, rgba(1, 7, 22, .9), rgba(1, 7, 22, .4) 52%, rgba(1, 7, 22, .2));
}

.accounting-hero-copy {
  padding-top: 8px;
  position: relative;
  z-index: 3;
}

.accounting-hero h1 {
  margin: 0;
  max-width: 540px;
  font-size: clamp(42px, 4.3vw, 58px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.accounting-hero h1 span {
  color: var(--cyan);
}

.mini-proof {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 27px 0 29px;
  color: #f6fbff;
  font-size: 12px;
  font-weight: 600;
}

.mini-proof span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.mini-proof i {
  width: 13px;
  height: 13px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--cyan);
  border-radius: 50%;
  font-style: normal;
}

.mini-proof i::before {
  content: "";
  width: 5px;
  height: 5px;
  border-right: 1px solid var(--cyan);
  border-bottom: 1px solid var(--cyan);
  transform: rotate(45deg) translate(-1px, -1px);
}

.accounting-visual {
  position: relative;
  min-height: 402px;
  overflow: hidden;
  border-radius: 0 0 14px 14px;
}

.accounting-visual img {
  position: absolute;
  right: -8px;
  top: 20px;
  width: min(100%, 560px);
  height: 362px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.04);
  mask-image: linear-gradient(90deg, transparent 0%, black 17%, black 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 17%, black 100%);
}

.accounting-wave {
  position: absolute;
  right: -120px;
  bottom: 14px;
  width: 610px;
  height: 136px;
  border-radius: 50%;
  border-top: 2px solid rgba(0, 143, 255, .8);
  transform: rotate(-11deg);
  box-shadow: inset 0 12px 22px rgba(5, 120, 255, .25), 0 -4px 28px rgba(0, 113, 255, .4);
}

.accounting-wave.wave-two {
  right: -90px;
  bottom: -20px;
  border-top-color: rgba(101, 64, 255, .66);
  opacity: .8;
}

.service-intro {
  min-height: 86px;
  margin: -6px 0 28px;
  padding: 19px 30px;
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 18px;
}

.service-intro p {
  margin: 0;
  max-width: 780px;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 800;
  color: #f4f9ff;
}

.accounting-section {
  margin: 0 0 25px;
}

.accounting-section h2,
.accounting-process h2 {
  margin: 0 0 18px;
  text-align: center;
  font-size: 25px;
  line-height: 1.15;
  font-weight: 800;
}

.accounting-card-grid .service-card {
  min-height: 178px;
  padding-top: 19px;
}

.accounting-card-grid .card-heading {
  margin-bottom: 20px;
}

.included-panel {
  min-height: 148px;
  padding: 25px 48px;
  display: grid;
  grid-template-columns: 1fr 1fr 230px;
  align-items: center;
  gap: 36px;
}

.included-panel > ul:first-child {
  border-right: 1px solid rgba(143, 172, 255, .26);
  padding-right: 26px;
}

.software-logos {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.software-logos::before {
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  border: 1px dashed rgba(0, 216, 255, .62);
  border-radius: 50%;
  right: 53px;
}

.qb-logo,
.xero-logo {
  position: relative;
  z-index: 1;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: white;
  font-weight: 800;
  box-shadow: 0 0 20px rgba(0, 206, 255, .22);
}

.qb-logo {
  background: #24b73c;
  font-size: 23px;
}

.xero-logo {
  margin-left: -5px;
  background: #20c7e6;
  font-size: 19px;
}

.logo-name {
  position: relative;
  z-index: 2;
  margin: 0 3px 0 -3px;
  color: white;
  font-size: 13px;
  line-height: .9;
  font-weight: 700;
  text-align: center;
}

.choose-panel {
  min-height: 174px;
  padding: 25px 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.choose-panel article {
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 0 25px;
}

.choose-panel article:not(:last-child) {
  border-right: 1px solid rgba(143, 172, 255, .28);
}

.choose-panel h3 {
  margin: 13px 0 7px;
  font-size: 14px;
  font-weight: 800;
}

.choose-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.45;
}

.accounting-process {
  width: 100%;
  margin: 0 0 27px;
}

.accounting-process .process-line {
  top: 72px;
  left: 118px;
  right: 118px;
}

.accounting-stats {
  width: 100%;
  margin-bottom: 28px;
  background: linear-gradient(100deg, #0759d8, #1025a8 48%, #2c176f 100%);
}

.acct-testimonials {
  margin-bottom: 22px;
}

.tall-quote {
  min-height: 170px;
  padding: 20px 31px;
}

.tall-quote p {
  min-height: 75px;
  font-size: 13px;
  line-height: 1.6;
}

.acct-avatar {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
}

.acct-cta {
  min-height: 105px;
  margin-bottom: 21px;
  padding: 22px 34px;
  display: grid;
  grid-template-columns: 64px 1fr auto;
  align-items: center;
  gap: 22px;
}

.acct-cta h2 {
  margin: 0;
  font-size: 25px;
  line-height: 1.1;
}

.acct-cta p {
  margin: 6px 0 0;
  color: #f0f6ff;
  font-size: 14px;
}

/* Business Formation service page */
.formation-page-shell::before {
  background:
    radial-gradient(ellipse at 75% 8%, rgba(8, 102, 255, .32), transparent 30rem),
    radial-gradient(circle at 4% 40%, rgba(0, 156, 255, .12), transparent 24rem),
    linear-gradient(105deg, rgba(0, 12, 38, .18), rgba(0, 0, 0, 0) 45%);
}

.formation-hero {
  min-height: 385px;
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: center;
  position: relative;
  isolation: isolate;
}

.formation-hero::before {
  content: "";
  position: absolute;
  inset: -18px -40px -14px;
  z-index: -2;
  background:
    radial-gradient(circle at 74% 38%, rgba(0, 116, 255, .22), transparent 18rem),
    linear-gradient(90deg, rgba(1, 7, 22, .9), rgba(1, 7, 22, .34) 55%, rgba(1, 7, 22, .08));
}

.formation-hero h1 {
  margin: 0;
  max-width: 530px;
  font-size: clamp(42px, 4.15vw, 56px);
  line-height: 1.08;
  font-weight: 900;
}

.formation-hero .hero-subtitle {
  max-width: 520px;
  margin-bottom: 18px;
}

.formation-visual {
  position: relative;
  min-height: 330px;
  overflow: hidden;
}

.formation-visual img {
  position: absolute;
  right: -8px;
  top: 30px;
  width: min(100%, 560px);
  height: 290px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.06) contrast(1.04);
  mask-image: linear-gradient(90deg, transparent 0%, black 12%, black 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 12%, black 100%);
}

.formation-visual .accounting-wave {
  bottom: 4px;
  opacity: .75;
}

.formation-intro {
  min-height: 104px;
  margin: 0 0 17px;
  padding: 22px 30px;
  display: grid;
  grid-template-columns: 70px 1fr 300px;
  gap: 18px;
  align-items: center;
}

.formation-intro h2 {
  margin: 0 0 8px;
  font-size: 20px;
  font-weight: 800;
}

.formation-intro p {
  margin: 0;
  color: #f2f7ff;
  font-size: 14px;
  line-height: 1.45;
}

.formation-intro .check-list {
  font-size: 13px;
  line-height: 1.85;
}

.formation-services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}

.formation-card {
  min-height: 310px;
  padding: 23px 31px 18px;
  overflow: hidden;
}

.formation-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 0% 0%, rgba(0, 160, 255, .2), transparent 42%);
  pointer-events: none;
}

.formation-card-head {
  min-height: 90px;
  display: grid;
  grid-template-columns: 62px 1fr 88px;
  gap: 16px;
  align-items: start;
  position: relative;
  z-index: 1;
}

.formation-card-head h2 {
  margin: 7px 0 8px;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 900;
}

.formation-card-head p,
.formation-card-copy {
  margin: 0;
  color: #f2f7ff;
  font-size: 13px;
  line-height: 1.55;
}

.formation-card-copy {
  max-width: 315px;
  margin: -6px 0 22px 78px;
  color: #dce8ff;
}

.flag-circle {
  width: 62px;
  height: 62px;
  display: block;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.18);
  box-shadow: 0 0 22px rgba(0, 139, 255, .2);
}

.us-flag {
  background:
    radial-gradient(circle at 30% 34%, #214b9c 0 23%, transparent 24%),
    repeating-linear-gradient(180deg, #d92734 0 7px, #fff 7px 14px);
}

.uk-flag {
  background:
    linear-gradient(33deg, transparent 44%, #fff 45% 54%, transparent 55%),
    linear-gradient(-33deg, transparent 44%, #fff 45% 54%, transparent 55%),
    linear-gradient(33deg, transparent 47%, #d91f37 48% 52%, transparent 53%),
    linear-gradient(-33deg, transparent 47%, #d91f37 48% 52%, transparent 53%),
    linear-gradient(90deg, transparent 38%, #fff 39% 61%, transparent 62%),
    linear-gradient(180deg, transparent 38%, #fff 39% 61%, transparent 62%),
    linear-gradient(90deg, transparent 43%, #d91f37 44% 56%, transparent 57%),
    linear-gradient(180deg, transparent 43%, #d91f37 44% 56%, transparent 57%),
    #15479a;
}

.formation-line-art {
  align-self: end;
  justify-self: end;
  width: 96px;
  height: 112px;
  display: grid;
  place-items: end center;
  color: rgba(37, 141, 255, .75);
  font-size: 28px;
  font-weight: 900;
  letter-spacing: .04em;
  border-bottom: 1px solid rgba(0, 152, 255, .22);
  opacity: .8;
}

.included-title {
  margin: 0 0 10px;
  color: var(--cyan);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.formation-list-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 17px;
}

.formation-list-grid .check-list {
  font-size: 12px;
  line-height: 1.85;
}

.formation-list-grid .check-list li::before,
.formation-intro .check-list li::before {
  width: 13px;
  height: 13px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #13c7ff, #0576ff);
  color: white;
  font-size: 8px;
  line-height: 1;
}

.formation-choose {
  grid-template-columns: repeat(5, 1fr);
  min-height: 138px;
  padding: 24px 20px;
}

.formation-choose article {
  padding: 0 18px;
}

.formation-choose h3 {
  font-size: 13px;
}

.formation-process {
  margin-bottom: 17px;
}

.formation-process .process-line {
  top: 68px;
}

.top-number {
  position: absolute;
  top: 10px;
  left: calc(50% - 47px);
  margin: 0;
  z-index: 3;
}

.formation-process .process-icon {
  margin-top: 14px;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 7px;
  margin-top: 13px;
}

.slider-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(85, 122, 184, .68);
}

.slider-dots .active {
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(0, 203, 255, .6);
}

.formation-cta {
  width: 100%;
  margin-top: 9px;
  margin-bottom: 0;
}

/* UK LTD Company service page */
.uk-page-shell::before {
  background:
    radial-gradient(ellipse at 80% 12%, rgba(134, 40, 255, .32), transparent 30rem),
    radial-gradient(circle at 8% 45%, rgba(0, 156, 255, .15), transparent 25rem),
    linear-gradient(105deg, rgba(0, 12, 38, .18), rgba(0, 0, 0, 0) 45%);
}

.purple-btn {
  background: linear-gradient(135deg, #0bb9ff 0%, #8c29ff 100%);
  box-shadow: 0 12px 28px rgba(109, 36, 255, .3), inset 0 1px 0 rgba(255,255,255,.35);
}

.uk-hero {
  min-height: 475px;
  display: grid;
  grid-template-columns: 47% 53%;
  align-items: center;
  position: relative;
  isolation: isolate;
}

.uk-hero::before {
  content: "";
  position: absolute;
  inset: -18px -38px -20px;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(1, 7, 22, .94), rgba(1, 7, 22, .55) 44%, rgba(1, 7, 22, .05) 68%),
    radial-gradient(circle at 83% 48%, rgba(142, 45, 255, .18), transparent 18rem);
}

.uk-hero h1 {
  margin: 0;
  max-width: 560px;
  font-size: clamp(43px, 4.7vw, 62px);
  line-height: 1.08;
  font-weight: 900;
}

.uk-hero h1 span {
  background: linear-gradient(90deg, #4aa0ff, #a84dff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.uk-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 21px;
  margin: 28px 0 32px;
  align-items: center;
}

.uk-proof-grid span {
  display: grid;
  grid-template-columns: 42px auto;
  align-items: center;
  column-gap: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.uk-proof-grid small {
  grid-column: 2;
  color: #eef5ff;
  font-size: 12px;
  font-weight: 600;
}

.uk-proof-grid b {
  grid-row: 1 / span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(134, 76, 255, .75);
  background: rgba(48, 25, 116, .55);
  color: #8b54ff;
  font-size: 20px;
  box-shadow: 0 0 20px rgba(111, 40, 255, .25);
}

.uk-visual {
  position: relative;
  min-height: 450px;
  overflow: hidden;
}

.uk-visual img {
  position: absolute;
  right: -14px;
  top: 18px;
  width: min(100%, 590px);
  height: 415px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.06) contrast(1.04);
  mask-image: linear-gradient(90deg, transparent 0%, black 17%, black 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 17%, black 100%);
}

.uk-section-heading {
  margin: 26px 0 26px;
  text-align: center;
}

.uk-section-heading h2 {
  position: relative;
  display: inline-block;
  margin: 0 0 10px;
  font-size: 29px;
  line-height: 1.15;
  font-weight: 900;
}

.uk-section-heading h2::before,
.uk-section-heading h2::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 36px;
  height: 2px;
  background: linear-gradient(90deg, var(--cyan), var(--violet));
}

.uk-section-heading h2::before { right: calc(100% + 22px); }
.uk-section-heading h2::after { left: calc(100% + 22px); }

.uk-section-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
}

.uk-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin-bottom: 23px;
}

.uk-service-card {
  min-height: 262px;
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: opacity .55s ease, transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.uk-service-card:hover {
  transform: translateY(-6px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 24px 58px rgba(0, 0, 0, .34), 0 0 30px rgba(0, 190, 255, .16);
}

.uk-service-card h3 {
  margin: 17px 0 10px;
  font-size: 20px;
  line-height: 1.23;
  font-weight: 900;
}

.uk-service-card p {
  margin: 0 0 18px;
  color: #dce8ff;
  font-size: 13px;
  line-height: 1.6;
}

.uk-service-card a {
  margin-top: auto;
  display: inline-flex;
  gap: 9px;
  color: var(--cyan);
  font-size: 14px;
  font-weight: 800;
}

.uk-service-card:hover .round-icon,
.uk-why article:hover .round-icon {
  transform: scale(1.1);
}

.uk-why {
  min-height: 137px;
  margin-bottom: 24px;
  padding: 27px 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.uk-why article {
  display: grid;
  grid-template-columns: 58px 1fr;
  align-items: center;
  gap: 15px;
  padding: 0 18px;
}

.uk-why article:not(:last-child) {
  border-right: 1px solid rgba(143, 172, 255, .28);
}

.uk-why h3 {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 900;
}

.uk-why p {
  margin: 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.uk-process {
  margin-bottom: 28px;
}

.uk-process h2 {
  margin: 0 0 18px;
  text-align: center;
  font-size: 26px;
  font-weight: 900;
}

.uk-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}

.uk-process-grid::before {
  content: "";
  position: absolute;
  left: 110px;
  right: 110px;
  top: 29px;
  border-top: 2px solid rgba(0, 190, 255, .55);
  box-shadow: 0 0 16px rgba(126, 42, 255, .35);
}

.uk-process-grid article {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.uk-process-grid article.reveal {
  transform: translateY(20px);
  transition-delay: 0ms;
}

.uk-process-grid article.reveal.is-visible {
  transform: translateY(0);
}

.uk-process-grid article:nth-child(2).reveal { transition-delay: 100ms; }
.uk-process-grid article:nth-child(3).reveal { transition-delay: 200ms; }
.uk-process-grid article:nth-child(4).reveal { transition-delay: 300ms; }

.uk-process-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -30px;
  top: 67px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #36bfff;
}

.uk-process-grid span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 3px solid #8a36ff;
  background: rgba(9, 17, 50, .98);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  box-shadow: 0 0 22px rgba(132, 52, 255, .28);
}

.uk-process-grid article:nth-child(even) span {
  border-color: var(--cyan);
}

.uk-process-grid h3 {
  margin: 16px 0 8px;
  font-size: 14px;
  font-weight: 900;
}

.uk-process-grid p {
  margin: 0;
  max-width: 170px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.55;
}

.uk-cta {
  width: 100%;
  margin-top: 0;
  margin-bottom: 18px;
  background:
    radial-gradient(circle at 13% 50%, rgba(99, 143, 255, .68), transparent 8rem),
    linear-gradient(100deg, #0d8fff 0%, #3b47fa 48%, #c230a7 100%);
}

/* US LLC Formation service page */
.us-page-shell::before {
  background:
    radial-gradient(ellipse at 78% 8%, rgba(59, 102, 255, .3), transparent 31rem),
    radial-gradient(circle at 9% 42%, rgba(0, 156, 255, .13), transparent 25rem),
    linear-gradient(105deg, rgba(0, 12, 38, .18), rgba(0, 0, 0, 0) 45%);
}

.us-hero {
  width: min(100% - 96px, 1080px);
  min-height: 420px;
  margin: 2px auto 0;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: start;
  position: relative;
  isolation: isolate;
}

.us-hero::before {
  content: "";
  position: absolute;
  inset: -2px -52px 0 -52px;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(1, 7, 22, .98) 0%, rgba(1, 8, 25, .92) 30%, rgba(1, 7, 22, .62) 46%, rgba(1, 7, 22, .08) 63%, rgba(1, 7, 22, 0) 76%),
    linear-gradient(180deg, rgba(1, 7, 22, .08) 0%, rgba(1, 7, 22, 0) 63%, rgba(1, 7, 22, .88) 100%);
}

.us-hero::after {
  content: "";
  position: absolute;
  inset: auto -52px 0 -52px;
  height: 92px;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(2, 8, 25, .96));
}

.accounting-hero-copy {
  padding-top: 50px;
  position: relative;
  z-index: 3;
}

.us-hero h1 {
  margin: 0;
  max-width: 570px;
  font-size: clamp(42px, 4.35vw, 58px);
  line-height: 1.08;
  font-weight: 900;
}

.us-hero h1 span {
  color: #4b6cff;
}

.us-proof-row {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 0;
  margin: 24px 0 27px;
}

.us-proof-row span {
  display: grid;
  grid-template-columns: 30px auto;
  align-items: center;
  column-gap: 10px;
  padding: 0 18px;
  border-right: 1px solid rgba(143, 172, 255, .3);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.us-proof-row span:first-child {
  padding-left: 0;
}

.us-proof-row span:last-child {
  border-right: 0;
}

.us-proof-row svg {
  grid-row: 1 / span 2;
  width: 28px;
  height: 28px;
  color: var(--cyan);
}

.us-proof-row small {
  grid-column: 2;
  color: #eef5ff;
  font-size: 11px;
  font-weight: 600;
}

.us-visual {
  position: relative;
  min-height: 365px;
  overflow: hidden;
}

.us-visual img {
  position: absolute;
  right: -15px;
  top: 30px;
  width: min(100%, 560px);
  height: 335px;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.05) contrast(1.04);
  mask-image: linear-gradient(90deg, transparent 0%, black 14%, black 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, black 14%, black 100%);
}

.us-service-section {
  margin-bottom: 15px;
}

.us-service-section h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin: 0 0 12px;
  color: #f8fbff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.us-service-section h2::before,
.us-service-section h2::after {
  content: "";
  width: 72px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.6));
}

.us-service-section h2::after {
  background: linear-gradient(90deg, rgba(255,255,255,.6), transparent);
}

.us-service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.us-service-card {
  min-height: 196px;
  padding: 28px 26px 18px;
  overflow: hidden;
}

.us-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 40% 0%, rgba(68, 102, 255, .16), transparent 42%);
  pointer-events: none;
}

.svc-number {
  position: absolute;
  right: 22px;
  top: 18px;
  min-width: 32px;
  padding: 5px 8px;
  border-radius: 6px;
  background: rgba(63, 54, 169, .72);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.svc-ico {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(154, 126, 255, .98), rgba(32, 74, 210, .9));
  color: #eef7ff;
  box-shadow: 0 0 20px rgba(92, 77, 255, .35);
  font-size: 11px;
  font-weight: 900;
}

.us-service-card h3 {
  margin: 18px 0 12px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}

.us-service-card .check-list {
  min-height: 68px;
  font-size: 13px;
  line-height: 1.85;
}

.us-service-card .full {
  min-height: 40px;
  margin-top: 12px;
  font-size: 14px;
}

.clickable-card {
  cursor: pointer;
}

.clickable-card:focus-visible {
  outline: 2px solid var(--cyan);
  outline-offset: 3px;
}

.us-bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1.07fr;
  gap: 17px;
  margin: 18px 0 9px;
}

.us-why-compact {
  min-height: 150px;
  margin: 0;
  padding: 21px 18px;
  grid-template-columns: repeat(3, 1fr);
}

.us-why-compact article {
  grid-template-columns: 44px 1fr;
  gap: 10px;
  padding: 0 12px;
}

.us-process-compact {
  min-height: 150px;
  padding: 15px 18px 20px;
}

.us-process-compact h2 {
  margin: 0 0 17px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
}

.us-process-compact div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  position: relative;
}

.us-process-compact div::before {
  content: "";
  position: absolute;
  left: 45px;
  right: 45px;
  top: 16px;
  border-top: 1px dotted rgba(121, 83, 255, .8);
}

.us-process-compact span {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 8px;
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  text-shadow: 0 0 12px rgba(0, 190, 255, .24);
}

.us-process-compact b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid #8a36ff;
  background: rgba(8, 16, 50, .98);
  box-shadow: 0 0 16px rgba(121, 67, 255, .35);
}

.us-process-compact span small {
  display: block;
  max-width: 96px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.3;
  font-weight: 600;
  text-align: center;
}

.us-cta {
  width: 100%;
  margin-bottom: 13px;
}

/* BOI Filing service page */
.boi-page-shell::before {
  background:
    radial-gradient(ellipse at 72% 9%, rgba(10, 103, 255, .34), transparent 30rem),
    radial-gradient(circle at 8% 31%, rgba(0, 156, 255, .16), transparent 23rem),
    linear-gradient(105deg, rgba(0, 12, 38, .18), rgba(0, 0, 0, 0) 45%);
}

.boi-main {
}

.boi-hero {
  min-height: 430px;
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: center;
  position: relative;
  isolation: isolate;
}

.boi-hero::before {
  content: "";
  position: absolute;
  inset: -18px -40px -16px;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(1, 7, 22, .96), rgba(1, 7, 22, .56) 43%, rgba(1, 7, 22, .1) 74%),
    radial-gradient(circle at 64% 45%, rgba(0, 109, 255, .24), transparent 22rem);
}

.boi-hero-copy {
  position: relative;
  z-index: 5;
}

.boi-hero h1 {
  margin: 0;
  max-width: 520px;
  font-size: clamp(42px, 4.4vw, 59px);
  line-height: 1.04;
  font-weight: 900;
  letter-spacing: 0;
}

.boi-hero h1 span {
  display: block;
  color: #0b73ff;
  text-shadow: 0 0 24px rgba(0, 123, 255, .22);
}

.flag-mark {
  width: 18px;
  height: 12px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 1px;
  vertical-align: -1px;
  background:
    linear-gradient(90deg, #2f5fff 0 42%, transparent 42%),
    repeating-linear-gradient(180deg, #ff5d68 0 2px, #fff 2px 4px);
  box-shadow: 0 0 10px rgba(255,255,255,.18);
}

.boi-proof-row {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 22px;
  margin: 24px 0 28px;
}

.boi-proof-row span {
  display: grid;
  grid-template-columns: 28px auto;
  column-gap: 8px;
  align-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
}

.boi-proof-row svg {
  grid-row: 1 / span 2;
  width: 25px;
  height: 25px;
  color: var(--blue);
  filter: drop-shadow(0 0 10px rgba(0, 125, 255, .46));
}

.boi-proof-row small {
  grid-column: 2;
  color: #e4edff;
  font-size: 9px;
  line-height: 1.2;
}

.boi-hero-visual {
  position: relative;
  min-height: 395px;
}

.boi-hero-visual::before {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: 10px;
  height: 96px;
  border-radius: 50%;
  border-top: 1px solid rgba(19, 117, 255, .75);
  box-shadow: inset 0 10px 18px rgba(0, 94, 255, .22), 0 -2px 24px rgba(0, 93, 255, .28);
  transform: perspective(420px) rotateX(66deg);
}

.boi-hero-visual img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: min(100%, 610px);
  height: auto;
  filter: saturate(1.06) contrast(1.04);
}

.boi-status {
  position: absolute;
  right: 10px;
  width: 185px;
  min-height: 74px;
  padding: 13px 14px;
  display: grid;
  grid-template-columns: 34px 1fr 18px;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(107, 169, 255, .38);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(8, 25, 62, .96), rgba(4, 13, 36, .94));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 12px 24px rgba(0, 0, 0, .22);
  backdrop-filter: blur(6px);
}

.boi-status svg {
  width: 30px;
  height: 30px;
  color: #78b8ff;
}

.boi-status b {
  display: block;
  font-size: 11px;
  line-height: 1.2;
}

.boi-status small {
  display: block;
  margin-top: 5px;
  color: #d5e2ff;
  font-size: 9px;
  line-height: 1.3;
}

.boi-status i {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #20dc6f;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.28);
}

.boi-status i::before {
  content: "";
  display: block;
  width: 8px;
  height: 5px;
  margin: 5px auto;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.status-one { top: 78px; }
.status-two { top: 174px; right: -2px; grid-template-columns: 34px 1fr; }
.status-three { top: 270px; right: 8px; }

.boi-overview,
.boi-documents {
  min-height: 286px;
  display: grid;
  grid-template-columns: 46% 54%;
  align-items: center;
  padding: 25px 46px;
  overflow: hidden;
}

.boi-overview h2,
.boi-documents h2,
.boi-section h2,
.boi-process h2,
.boi-benefits h2,
.boi-package h2,
.boi-why h2,
.boi-faq h2,
.boi-testimonials h2 {
  margin: 0 0 13px;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
}

.boi-overview p,
.boi-documents p,
.boi-mini-card p,
.boi-process p,
.boi-benefits p,
.boi-why p,
.boi-faq p,
.boi-testimonials p {
  color: #dfeaff;
  font-size: 12px;
  line-height: 1.65;
}

.boi-image-panel img,
.boi-documents img {
  display: block;
  width: min(100%, 420px);
  margin: 0 auto;
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, .24));
}

.boi-section {
  margin: 18px auto 10px;
}

.boi-section > h2,
.boi-process > h2,
.boi-benefits > h2,
.boi-package > h2,
.boi-why > h2 {
  text-align: center;
}

.boi-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  width: min(100% - 130px, 960px);
  margin: 0 auto;
}

.boi-mini-card {
  min-height: 165px;
  padding: 22px 22px 18px;
  text-align: center;
}

.boi-mini-card .round-icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 16px;
}

.boi-mini-card h3 {
  margin: 0 0 7px;
  font-size: 14px;
  font-weight: 900;
}

.boi-mini-card p {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
}

.boi-documents {
  grid-template-columns: 48% 52%;
  min-height: 254px;
  width: min(100% - 98px, 980px);
  margin: 10px auto 12px;
  padding: 24px 45px;
}

.boi-process {
  width: min(100% - 84px, 1010px);
  margin: 0 auto 12px;
  padding: 15px 40px 23px;
}

.boi-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
  position: relative;
}

.boi-process-grid::before {
  content: "";
  position: absolute;
  left: 122px;
  right: 122px;
  top: 48px;
  border-top: 2px dotted rgba(255,255,255,.58);
}

.boi-process-grid article {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.boi-process-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -39px;
  top: 43px;
  width: 32px;
  height: 10px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.8));
  clip-path: polygon(0 45%, 78% 45%, 78% 15%, 100% 50%, 78% 85%, 78% 55%, 0 55%);
}

.boi-process-grid b {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(180deg, #14c8ff, #066bff);
  box-shadow: 0 0 20px rgba(0, 122, 255, .42);
  font-size: 13px;
  font-weight: 900;
}

.boi-process-grid svg {
  width: 42px;
  height: 42px;
  margin: 12px 0 7px;
  color: #fff;
}

.boi-process-grid h3 {
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: 900;
}

.boi-process-grid p {
  max-width: 150px;
  margin: 0;
  font-size: 10px;
  line-height: 1.4;
}

.boi-benefits,
.boi-why {
  width: min(100% - 84px, 1010px);
  margin: 0 auto 14px;
  padding: 14px 26px 17px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.boi-benefits h2,
.boi-why h2 {
  grid-column: 1 / -1;
  margin-bottom: 14px;
}

.boi-benefits article,
.boi-why article {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 13px;
  align-items: center;
  padding: 0 18px;
}

.boi-benefits article:not(:last-child),
.boi-why article:not(:last-child) {
  border-right: 1px solid rgba(143, 172, 255, .25);
}

.boi-benefits .round-icon,
.boi-why .round-icon {
  width: 46px;
  height: 46px;
  font-size: 23px;
}

.boi-benefits h3,
.boi-why h3 {
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: 900;
}

.boi-benefits p,
.boi-why p {
  margin: 0;
  font-size: 10px;
  line-height: 1.45;
}

.boi-package {
  width: min(100% - 84px, 1010px);
  margin: 0 auto 14px;
  padding: 18px 32px 23px;
  text-align: center;
  overflow: hidden;
  border-color: rgba(0, 121, 255, .9);
  background:
    radial-gradient(circle at 85% 46%, rgba(14, 84, 255, .2), transparent 15rem),
    linear-gradient(135deg, rgba(4, 34, 98, .86), rgba(4, 13, 42, .78));
}

.boi-package::after {
  content: "";
  position: absolute;
  right: 64px;
  top: 26px;
  width: 122px;
  height: 140px;
  opacity: .08;
  background: currentColor;
  color: #fff;
  clip-path: polygon(50% 0, 90% 16%, 88% 58%, 50% 100%, 12% 58%, 10% 16%);
}

.boi-price {
  margin: 4px 0 18px;
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
}

.boi-price span {
  font-size: 13px;
  font-weight: 800;
}

.boi-package-list {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  justify-content: center;
  gap: 58px;
  margin-bottom: 19px;
  color: #e8f2ff;
  font-size: 11px;
}

.boi-package-list span::before {
  content: "\2713";
  display: inline-grid;
  place-items: center;
  width: 13px;
  height: 13px;
  margin-right: 8px;
  border-radius: 50%;
  background: #096cff;
  color: #fff;
  font-size: 9px;
  font-weight: 900;
}

.boi-package .btn {
  min-width: 250px;
}

.boi-lower-grid {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 12px;
  margin: 0 0 18px;
}

.boi-faq,
.boi-testimonials {
  padding: 22px 21px;
}

.boi-faq h2,
.boi-testimonials h2 {
  font-size: 20px;
}

.boi-faq details {
  border: 1px solid rgba(96, 137, 207, .32);
  border-radius: 6px;
  background: rgba(5, 16, 45, .6);
  overflow: hidden;
}

.boi-faq details + details {
  margin-top: 8px;
}

.boi-faq summary {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  color: #f4f8ff;
  font-size: 12px;
  cursor: pointer;
  list-style: none;
}

.boi-faq summary::-webkit-details-marker {
  display: none;
}

.boi-faq summary::after {
  content: "\203A";
  transform: rotate(90deg);
  color: #c9d8ff;
  transition: transform .2s ease;
}

.boi-faq details[open] summary::after {
  transform: rotate(-90deg);
}

.boi-faq p {
  margin: 0;
  padding: 0 14px 12px;
  color: var(--muted);
  font-size: 11px;
}

.boi-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.boi-testimonial-grid article {
  position: relative;
  min-height: 160px;
  padding: 18px 15px;
  border: 1px solid rgba(96, 137, 207, .32);
  border-radius: 8px;
  background: rgba(5, 16, 45, .6);
}

.boi-testimonial-grid .stars {
  margin: 8px 0 9px;
  font-size: 13px;
}

.boi-testimonial-grid p {
  margin: 0;
  font-size: 10px;
  line-height: 1.55;
}

.boi-testimonial-grid em {
  position: absolute;
  right: 14px;
  bottom: 7px;
  color: #0b78ff;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.slider-dots span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(149, 170, 220, .5);
}

.slider-dots .active {
  background: var(--blue);
  box-shadow: 0 0 10px rgba(0, 118, 255, .7);
}

.boi-cta {
  width: 100%;
  min-height: 92px;
  margin-bottom: 5px;
  padding-left: 195px;
}

.boi-cta img {
  position: absolute;
  left: 58px;
  top: 50%;
  width: 112px;
  transform: translateY(-50%);
  filter: drop-shadow(0 18px 24px rgba(0, 75, 255, .28));
}

/* ITIN Application service page */
.itin-page-shell::before {
  background:
    radial-gradient(ellipse at 78% 7%, rgba(41, 95, 255, .28), transparent 31rem),
    radial-gradient(circle at 8% 39%, rgba(0, 148, 255, .15), transparent 24rem),
    linear-gradient(105deg, rgba(0, 12, 38, .18), rgba(0, 0, 0, 0) 45%);
}

.itin-main {
}

.itin-hero {
  min-height: 430px;
  display: grid;
  grid-template-columns: 44% 56%;
  align-items: center;
  position: relative;
  isolation: isolate;
}

.itin-hero::before {
  content: "";
  position: absolute;
  inset: -18px -40px -16px;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(1, 7, 22, .96), rgba(1, 7, 22, .62) 42%, rgba(1, 7, 22, .18) 71%),
    linear-gradient(180deg, rgba(1, 7, 22, .04), rgba(1, 7, 22, .82)),
    url("asset/us-llc-hero-visual.png");
  background-size: cover;
  background-position: center 44%;
}

.itin-hero-copy {
  position: relative;
  z-index: 4;
}

.itin-hero h1 {
  margin: 0;
  max-width: 520px;
  font-size: clamp(43px, 4.55vw, 60px);
  line-height: 1.13;
  font-weight: 900;
}

.itin-hero h1 span {
  color: #1578ff;
}

.itin-proof-row {
  display: grid;
  grid-template-columns: repeat(4, max-content);
  gap: 25px;
  margin: 27px 0 30px;
}

.itin-proof-row span {
  display: grid;
  grid-template-columns: 30px auto;
  column-gap: 10px;
  align-items: center;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.itin-proof-row svg {
  grid-row: 1 / span 2;
  width: 27px;
  height: 27px;
  color: #4c70ff;
  filter: drop-shadow(0 0 10px rgba(75, 92, 255, .48));
}

.itin-proof-row small {
  grid-column: 2;
  color: #eef5ff;
  font-size: 9px;
  line-height: 1.2;
}

.itin-hero-visual {
  min-height: 365px;
  position: relative;
}

.itin-hero-visual::before {
  content: "";
  position: absolute;
  right: 38px;
  top: 64px;
  width: 350px;
  height: 230px;
  border-radius: 50%;
  border: 1px solid rgba(0, 128, 255, .42);
  box-shadow: 0 0 0 38px rgba(10, 98, 255, .08), 0 0 58px rgba(0, 112, 255, .3);
}

.itin-card-visual {
  position: absolute;
  right: 50px;
  top: 88px;
  width: 370px;
  min-height: 190px;
  padding: 29px 32px 24px 142px;
  border: 1px solid rgba(214, 232, 255, .7);
  border-radius: 16px;
  color: #10203e;
  background:
    radial-gradient(circle at 15% 24%, rgba(255,255,255,.95), transparent 8rem),
    repeating-linear-gradient(135deg, rgba(38, 83, 149, .08) 0 2px, transparent 2px 8px),
    linear-gradient(135deg, #dcecff, #f7fbff 46%, #adc8ef);
  box-shadow: 0 22px 55px rgba(0, 62, 190, .34), 0 0 32px rgba(33, 127, 255, .3);
  transform: perspective(900px) rotateY(-18deg) rotateZ(-8deg);
}

.itin-card-visual::before {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 28px;
  width: 86px;
  height: 112px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 27%, #53647f 0 22px, transparent 23px),
    linear-gradient(#6e7e9a 0 0) center bottom / 70px 58px no-repeat,
    #c6d5eb;
}

.itin-card-visual .irs-mark {
  position: absolute;
  left: 28px;
  top: 27px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: .02em;
}

.itin-card-visual strong {
  display: block;
  font-size: 15px;
  line-height: 1.15;
}

.itin-card-visual em {
  display: block;
  margin-top: 18px;
  font-style: normal;
  font-size: 16px;
  font-weight: 900;
}

.itin-card-visual b {
  display: block;
  margin-top: 3px;
  font-size: 24px;
  letter-spacing: .08em;
}

.itin-card-visual i {
  position: absolute;
  right: 24px;
  top: 22px;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(36, 59, 98, .55);
  border-left-color: transparent;
  border-radius: 50%;
}

.itin-card-visual small {
  display: block;
  margin-top: 22px;
  color: rgba(16, 32, 62, .52);
  font-size: 19px;
  font-weight: 900;
  letter-spacing: .15em;
}

.itin-section {
  margin: 10px 0 32px;
}

.itin-section > h2,
.itin-packages > h2 {
  position: relative;
  margin: 0 0 31px;
  text-align: center;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
}

.itin-section > h2::after,
.itin-packages > h2::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  width: 52px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
  transform: translateX(-50%);
  box-shadow: 0 0 14px rgba(0, 120, 255, .56);
}

.itin-need-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 17px;
}

.itin-mini-card {
  min-height: 222px;
  padding: 28px 20px 22px;
  text-align: center;
}

.itin-mini-card span,
.itin-doc-grid span,
.package-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin: 0 auto 19px;
  border-radius: 10px;
  color: #5c66ff;
  font-size: 30px;
  background: radial-gradient(circle at 35% 28%, rgba(67, 123, 255, .32), rgba(44, 26, 124, .38));
  box-shadow: 0 0 24px rgba(76, 77, 255, .28);
}

.itin-mini-card h3,
.itin-doc-grid h3 {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 900;
}

.itin-mini-card p,
.itin-doc-grid p,
.itin-process p,
.itin-question-card p {
  margin: 0;
  color: #dce8ff;
  font-size: 11px;
  line-height: 1.55;
}

.itin-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 74px;
  width: min(100% - 140px, 880px);
  margin: 0 auto;
  position: relative;
}

.itin-process-grid::before {
  content: "";
  position: absolute;
  left: 72px;
  right: 72px;
  top: 23px;
  border-top: 2px dotted rgba(95, 170, 255, .65);
}

.itin-process-grid article {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.itin-process-grid b {
  position: relative;
  z-index: 1;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #27c6ff, #2241ff);
  box-shadow: 0 0 22px rgba(29, 94, 255, .45);
  font-size: 14px;
  font-weight: 900;
}

.itin-process-grid svg {
  width: 48px;
  height: 48px;
  margin: 20px 0 13px;
  color: #6b68ff;
  filter: drop-shadow(0 0 14px rgba(90, 75, 255, .36));
}

.itin-process-grid h3 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 900;
}

.itin-packages {
  width: min(100%, 1075px);
  margin: 0 auto 32px;
  padding: 24px 50px 28px;
  border-color: rgba(65, 125, 255, .55);
  background:
    radial-gradient(circle at 50% 0, rgba(50, 78, 255, .13), transparent 20rem),
    linear-gradient(135deg, rgba(7, 26, 64, .82), rgba(5, 13, 42, .76));
}

.itin-price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 31px;
  margin-bottom: 36px;
}

.itin-price-card {
  min-height: 318px;
  padding: 28px 28px 23px;
  border-color: rgba(93, 136, 235, .4);
}

.itin-price-card h3 {
  display: inline-block;
  margin: 0 0 16px 10px;
  font-size: 16px;
  font-weight: 900;
}

.itin-price-card .package-icon {
  display: inline-grid;
  margin: 0;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  font-size: 0;
  vertical-align: middle;
}

.itin-price-card .package-icon::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid currentColor;
  transform: rotate(45deg);
}

.itin-price-card .check-list {
  min-height: 112px;
}

.popular-itin {
  border-color: #176cff;
  box-shadow: 0 0 30px rgba(21, 105, 255, .32), inset 0 1px 0 rgba(255,255,255,.08);
}

.itin-doc-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

.itin-doc-grid article {
  min-height: 142px;
  padding: 22px 18px 18px;
  text-align: center;
  border: 1px solid rgba(93, 136, 235, .3);
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(8, 28, 69, .82), rgba(7, 16, 48, .72));
}

.itin-doc-grid span {
  margin-bottom: 14px;
}

.itin-faq-grid {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 22px;
}

.itin-question-card {
  min-height: 238px;
  padding: 28px 43px;
  display: grid;
  grid-template-columns: 190px 1fr;
  gap: 28px;
  align-items: center;
}

.question-visual {
  width: 160px;
  height: 160px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #7a58ff;
  font-size: 96px;
  font-weight: 900;
  background:
    radial-gradient(circle at 50% 38%, #e9f5ff 0 38%, #68a8ff 39% 64%, transparent 65%),
    radial-gradient(circle at 78% 34%, #fff 0 12%, transparent 13%),
    radial-gradient(circle at 23% 82%, #51bf7d 0 11%, transparent 12%);
  filter: drop-shadow(0 18px 28px rgba(40, 76, 255, .28));
}

.itin-question-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 900;
}

.itin-question-card p {
  margin-bottom: 20px;
  font-size: 14px;
}

.itin-cta {
  width: 100%;
  min-height: 126px;
  margin: 0 auto 18px;
  padding-left: 160px;
  background:
    radial-gradient(circle at 11% 50%, rgba(72, 163, 255, .45), transparent 7rem),
    linear-gradient(100deg, #1734e7 0%, #3334cb 35%, #0456be 100%);
}

.rocket-cta {
  position: absolute;
  left: 54px;
  top: 50%;
  width: 86px;
  height: 86px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-size: 46px;
  background: radial-gradient(circle at 35% 28%, #42d0ff, #2441e9 70%);
  box-shadow: 0 0 32px rgba(33, 116, 255, .42);
  transform: translateY(-50%);
}

/* EIN Application service page */
.ein-page-shell::before {
  background:
    radial-gradient(ellipse at 74% 7%, rgba(0, 137, 255, .26), transparent 31rem),
    radial-gradient(circle at 8% 36%, rgba(0, 212, 255, .12), transparent 24rem),
    linear-gradient(105deg, rgba(0, 12, 38, .18), rgba(0, 0, 0, 0) 45%);
}

.ein-main {
}

.ein-hero {
  min-height: 430px;
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  position: relative;
  isolation: isolate;
}

.ein-hero::before {
  content: "";
  position: absolute;
  inset: -18px -40px -18px;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(1, 7, 22, .96), rgba(1, 7, 22, .56) 45%, rgba(1, 7, 22, .08) 76%),
    linear-gradient(180deg, rgba(1, 7, 22, .04), rgba(1, 7, 22, .85)),
    url("asset/cloudtech-hero-blue.png");
  background-size: cover;
  background-position: center top;
}

.ein-hero h1 {
  margin: 0;
  max-width: 550px;
  font-size: clamp(43px, 4.45vw, 58px);
  line-height: 1.08;
  font-weight: 900;
}

.ein-hero h1 span,
.ein-overview h2 span,
.ein-process h2 span {
  color: var(--cyan);
}

.ein-check-grid {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 14px 38px;
  margin: 25px 0 28px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.ein-check-grid span {
  position: relative;
  padding-left: 24px;
}

.ein-check-grid span::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid var(--cyan);
  color: var(--cyan);
  font-size: 9px;
  transform: translateY(-50%);
}

.ein-hero-visual {
  position: relative;
  min-height: 385px;
}

.ein-person {
  position: absolute;
  left: 62px;
  bottom: 30px;
  width: 178px;
  height: 250px;
  border-radius: 86px 86px 18px 18px;
  background:
    radial-gradient(circle at 50% 22%, #ffd2b2 0 35px, transparent 36px),
    linear-gradient(90deg, transparent 0 43%, #10224a 44% 56%, transparent 57%),
    linear-gradient(135deg, #122b63, #050d24 72%);
  box-shadow: 0 18px 40px rgba(0,0,0,.26);
}

.ein-person::before {
  content: "";
  position: absolute;
  left: 54px;
  top: 28px;
  width: 68px;
  height: 32px;
  border-radius: 40px 40px 10px 10px;
  background: #432916;
}

.ein-person::after {
  content: "";
  position: absolute;
  left: 70px;
  top: 76px;
  width: 38px;
  height: 12px;
  border-radius: 12px;
  border: 2px solid rgba(4, 18, 50, .85);
  box-shadow: 0 0 0 2px rgba(255,255,255,.16);
}

.ein-laptop {
  position: absolute;
  left: 5px;
  bottom: 23px;
  width: 245px;
  height: 118px;
  border-radius: 12px 12px 4px 4px;
  background: linear-gradient(145deg, #4d5260, #171a25);
  box-shadow: 0 24px 44px rgba(0,0,0,.36);
  transform: perspective(500px) rotateX(3deg);
}

.ein-laptop::after {
  content: "";
  position: absolute;
  left: -14px;
  right: -14px;
  bottom: -15px;
  height: 16px;
  border-radius: 0 0 14px 14px;
  background: linear-gradient(180deg, #6c7280, #2e3340);
}

.ein-cert,
.ein-ready-visual {
  position: absolute;
  right: 110px;
  top: 55px;
  width: 220px;
  height: 276px;
  padding: 58px 25px 22px;
  border: 4px solid rgba(72, 140, 255, .72);
  border-radius: 18px;
  color: #143577;
  text-align: center;
  background:
    repeating-linear-gradient(0deg, transparent 0 26px, rgba(34, 84, 155, .15) 27px 31px),
    linear-gradient(145deg, #ecf5ff, #bfd8ff);
  box-shadow: 0 20px 50px rgba(0, 89, 255, .3), 0 0 34px rgba(0, 179, 255, .22);
}

.ein-cert::before,
.ein-ready-visual::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -30px;
  width: 72px;
  height: 42px;
  border-radius: 14px 14px 6px 6px;
  background: linear-gradient(180deg, #5b9bff, #1e49c9);
  transform: translateX(-50%);
}

.ein-cert::after,
.ein-ready-visual::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: 40px;
  width: 72px;
  height: 84px;
  background: linear-gradient(180deg, #0bd7ff, #0657d6);
  clip-path: polygon(50% 0, 91% 18%, 84% 66%, 50% 100%, 16% 66%, 9% 18%);
  box-shadow: 0 12px 24px rgba(0, 109, 255, .34);
}

.ein-cert strong {
  display: block;
  font-size: 20px;
  line-height: 1.08;
  color: #143577;
}

.ein-cert span {
  display: block;
  margin: 10px 0 18px;
  color: #4867a2;
  font-size: 10px;
  font-weight: 800;
}

.ein-cert b {
  display: block;
  color: #0e2d6a;
  font-size: 25px;
  letter-spacing: .03em;
}

.ein-cert small {
  position: absolute;
  left: 24px;
  bottom: 20px;
  color: #1750b4;
  font-size: 18px;
  font-weight: 900;
}

.ein-status {
  position: absolute;
  right: 0;
  width: 175px;
  min-height: 72px;
  padding: 13px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(80, 151, 255, .36);
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(7, 23, 58, .94), rgba(4, 13, 38, .92));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 12px 25px rgba(0,0,0,.24);
}

.ein-status svg {
  width: 30px;
  height: 30px;
  color: var(--cyan);
}

.ein-status b {
  display: block;
  font-size: 11px;
}

.ein-status small {
  display: block;
  margin-top: 5px;
  color: #d8e5ff;
  font-size: 9px;
  line-height: 1.3;
}

.ein-status-one { top: 94px; }
.ein-status-two { top: 188px; right: 15px; }
.ein-status-three { top: 282px; }

.ein-overview,
.ein-docs {
  min-height: 220px;
  margin-bottom: 16px;
  padding: 27px 38px;
  display: grid;
  grid-template-columns: 34% 66%;
  align-items: center;
  overflow: hidden;
}

.ein-overview h2,
.ein-docs h2,
.ein-process h2,
.ein-why h2,
.ein-price h2,
.ein-for h2,
.ein-testimonials h2,
.ein-ready h2 {
  margin: 0 0 14px;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
}

.ein-overview p,
.ein-docs p,
.ein-process p,
.ein-why p,
.ein-ready p {
  color: #dfeaff;
  font-size: 12px;
  line-height: 1.6;
}

.ein-tablet {
  position: relative;
  width: 230px;
  height: 150px;
  margin: 0 auto;
  padding: 38px 28px;
  border: 2px solid rgba(81, 136, 255, .7);
  border-radius: 18px;
  background: linear-gradient(145deg, #eaf4ff, #9ec0ff);
  color: #123575;
  box-shadow: 0 20px 40px rgba(0, 79, 255, .22);
}

.ein-tablet strong,
.ein-tablet b {
  display: block;
  font-size: 22px;
  font-weight: 900;
}

.ein-tablet i {
  position: absolute;
  right: -42px;
  bottom: -8px;
  width: 86px;
  height: 98px;
  background: linear-gradient(180deg, #0cceff, #064fd5);
  clip-path: polygon(50% 0, 91% 18%, 84% 66%, 50% 100%, 16% 66%, 9% 18%);
}

.ein-need-icons {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin-top: 20px;
}

.ein-need-icons article {
  display: grid;
  justify-items: center;
  gap: 10px;
  text-align: center;
  color: #eef5ff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.35;
}

.ein-need-icons svg,
.ein-why span,
.ein-for svg {
  width: 44px;
  height: 44px;
  color: var(--cyan);
  padding: 9px;
  border-radius: 50%;
  background: rgba(0, 141, 255, .1);
  box-shadow: 0 0 22px rgba(0, 198, 255, .14);
}

.ein-docs {
  grid-template-columns: 42% 58%;
}

.ein-doc-visual {
  min-height: 190px;
  position: relative;
}

.ein-doc-visual i {
  position: absolute;
  left: 86px;
  bottom: 18px;
  width: 260px;
  height: 125px;
  border-radius: 12px 12px 6px 6px;
  background:
    linear-gradient(90deg, transparent 0 20%, #0b2d70 21% 100%),
    linear-gradient(180deg, #e8f3ff 0 40%, #d4e5ff 41% 100%);
  box-shadow: 0 22px 40px rgba(0,0,0,.2);
}

.ein-doc-visual article {
  position: absolute;
  right: 38px;
  top: 8px;
  width: 210px;
  padding: 25px 24px;
  border: 1px solid rgba(110, 166, 255, .55);
  border-radius: 12px;
  background: rgba(5, 18, 50, .92);
}

.ein-doc-visual h3 {
  margin: 0 0 16px;
  font-size: 14px;
  text-transform: uppercase;
}

.ein-doc-visual span {
  display: block;
  margin-top: 11px;
  color: #e6efff;
  font-size: 12px;
}

.ein-doc-visual span::before {
  content: "\2713";
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 4px;
  background: rgba(0, 214, 166, .8);
}

.ein-process {
  margin-bottom: 16px;
  padding: 18px 38px 24px;
}

.ein-process h2,
.ein-why h2,
.ein-testimonials h2 {
  text-align: center;
}

.ein-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 62px;
  position: relative;
}

.ein-process-grid::before {
  content: "";
  position: absolute;
  left: 110px;
  right: 110px;
  top: 33px;
  border-top: 2px dotted rgba(141, 190, 255, .58);
}

.ein-process-grid article {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.ein-process-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -36px;
  top: 28px;
  width: 27px;
  height: 9px;
  background: #fff;
  clip-path: polygon(0 42%, 76% 42%, 76% 8%, 100% 50%, 76% 92%, 76% 58%, 0 58%);
}

.ein-process-grid b {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #16caff, #0a6cff);
  box-shadow: 0 0 20px rgba(0, 122, 255, .38);
}

.ein-process-grid svg {
  width: 42px;
  height: 42px;
  margin: 14px 0 10px;
  color: #77a8ff;
}

.ein-process-grid h3 {
  margin: 0 0 6px;
  font-size: 12px;
  font-weight: 900;
}

.ein-process-grid p {
  margin: 0;
  font-size: 10px;
}

.ein-why {
  margin-bottom: 18px;
  padding: 18px 25px 22px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.ein-why h2 {
  grid-column: 1 / -1;
}

.ein-why article {
  padding: 0 14px;
  text-align: center;
}

.ein-why article:not(:last-child) {
  border-right: 1px solid rgba(143, 172, 255, .22);
}

.ein-why span {
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
}

.ein-why h3 {
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 900;
}

.ein-why p {
  margin: 0;
  font-size: 10px;
}

.ein-split,
.ein-bottom-grid {
  display: grid;
  grid-template-columns: .74fr 1.16fr;
  gap: 17px;
  margin-bottom: 18px;
}

.ein-price,
.ein-for,
.ein-ready {
  padding: 24px 30px;
}

.ein-price-value {
  margin: 2px 0 14px;
  font-size: 45px;
  line-height: 1;
  font-weight: 900;
}

.ein-price-value span {
  margin-left: 14px;
  font-size: 13px;
  font-weight: 800;
}

.ein-price .check-list {
  margin-bottom: 15px;
}

.ein-for div {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 22px;
}

.ein-for span {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
  color: #f2f7ff;
  font-size: 12px;
  font-weight: 800;
}

.ein-testimonials {
  margin-bottom: 18px;
}

.ein-bottom-grid {
  grid-template-columns: .86fr 1.14fr;
}

.ein-ready {
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 20px;
  align-items: center;
}

.ein-ready-visual {
  position: relative;
  right: auto;
  top: auto;
  width: 190px;
  height: 150px;
  justify-self: center;
  padding: 36px 20px;
  transform: rotate(7deg);
}

.ein-ready-visual strong,
.ein-ready-visual span {
  display: block;
  color: #143577;
  font-weight: 900;
}

/* UK Registered Office and Company Dissolution service pages */
.uk-close-page-shell::before,
.uk-address-page-shell::before {
  background:
    radial-gradient(ellipse at 76% 8%, rgba(0, 140, 255, .3), transparent 32rem),
    radial-gradient(circle at 8% 34%, rgba(0, 208, 255, .13), transparent 25rem),
    linear-gradient(105deg, rgba(0, 12, 38, .18), rgba(0, 0, 0, 0) 45%);
}

.uk-service-main {
}

.uk-service-hero {
  min-height: 430px;
  display: grid;
  grid-template-columns: 42% 58%;
  align-items: center;
  position: relative;
  isolation: isolate;
}

.uk-service-hero::before {
  content: "";
  position: absolute;
  inset: -18px -40px -18px;
  z-index: -2;
 
  background-size: cover;
  background-position: center top;
}

.uk-service-copy {
  position: relative;
  z-index: 4;
}

.uk-service-copy h1 {
  margin: 0;
  max-width: 560px;
  font-size: clamp(43px, 4.4vw, 58px);
  line-height: 1.08;
  font-weight: 900;
}

.uk-service-copy h1 span,
.uk-info-panel h2 span,
.uk-section-title span,
.address-included h2 span,
.address-steps h2 span {
  color: var(--cyan);
}

.uk-flag-mark {
  width: 20px;
  height: 14px;
  display: inline-block;
  margin-right: 8px;
  border-radius: 2px;
  vertical-align: -2px;
  background:
    linear-gradient(35deg, transparent 42%, #fff 43% 48%, #f23a5b 49% 54%, #fff 55% 60%, transparent 61%),
    linear-gradient(-35deg, transparent 42%, #fff 43% 48%, #f23a5b 49% 54%, #fff 55% 60%, transparent 61%),
    linear-gradient(90deg, transparent 43%, #fff 44% 56%, transparent 57%),
    linear-gradient(0deg, transparent 38%, #fff 39% 61%, transparent 62%),
    #143d8f;
}

.uk-check-grid {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 14px 54px;
  margin: 25px 0 28px;
  font-size: 12px;
  font-weight: 800;
}

.uk-check-grid span {
  position: relative;
  padding-left: 24px;
}

.uk-check-grid span::before,
.uk-risk-card span::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid var(--cyan);
  color: var(--cyan);
  font-size: 9px;
  transform: translateY(-50%);
}

.uk-address-visual {
  position: relative;
  min-height: 390px;
}

.uk-hero-image {
  min-height: 390px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
}

.uk-hero-image img {
  width: 106%;
  max-width: none;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 45px rgba(0, 0, 0, .22));
}

.uk-info-panel,
.address-included,
.address-steps {
  min-height: 245px;
  margin-bottom: 18px;
  padding: 30px 38px;
  display: grid;
  grid-template-columns: 36% 64%;
  align-items: center;
  gap: 30px;
  overflow: hidden;
}

.uk-info-panel h2,
.address-included h2,
.address-steps h2,
.uk-section-title h2,
.uk-list-card h2,
.uk-process-card h2,
.uk-why-small h2,
.uk-price-card h2,
.uk-risk-card h2,
.uk-testimonial-section h2,
.uk-final-cta h2,
.address-client-list h2 {
  margin: 0 0 15px;
  font-size: 25px;
  line-height: 1.15;
  font-weight: 900;
}

.uk-info-panel p,
.uk-compact-grid p,
.uk-list-card p,
.uk-process-card p,
.uk-why-small p,
.uk-final-cta p,
.address-client-list p {
  color: #dce8ff;
  font-size: 12px;
  line-height: 1.6;
}

.uk-info-image {
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uk-info-image img {
  width: 320px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 32px rgba(0, 89, 255, .16));
}

.uk-reason-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 34px;
  margin-top: 22px;
}

.uk-reason-grid article {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
}

.mini-line-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--cyan);
  background: rgba(0, 147, 255, .12);
  box-shadow: 0 0 18px rgba(0, 181, 255, .14);
}

.uk-reason-grid h3,
.uk-why-small h3 {
  margin: 0 0 4px;
  font-size: 13px;
}

.uk-reason-grid p,
.uk-why-small p {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
}

.uk-section-title h2,
.uk-testimonial-section h2 {
  text-align: center;
}

.uk-compact-grid {
  display: grid;
  gap: 14px;
  margin-bottom: 20px;
}

.uk-compact-grid.six {
  grid-template-columns: repeat(6, 1fr);
}

.uk-compact-grid article {
  min-height: 202px;
  padding: 24px 16px;
  text-align: center;
}

.uk-compact-grid .round-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 18px;
}

.uk-compact-grid h3 {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.25;
}

.uk-compact-grid p {
  margin: 0;
  font-size: 10px;
}

.uk-two-col,
.uk-three-col,
.uk-bottom-grid {
  display: grid;
  gap: 16px;
  margin-bottom: 18px;
}

.uk-two-col {
  grid-template-columns: 1fr 1.05fr;
}

.uk-list-card,
.uk-process-card,
.uk-why-small,
.uk-price-card,
.uk-risk-card,
.uk-final-cta,
.address-client-list {
  padding: 24px 26px;
  overflow: hidden;
}

.uk-list-card {
  min-height: 248px;
}

.uk-list-card .check-list {
  max-width: 350px;
}

.requirements-visual {
  position: absolute;
  right: 18px;
  bottom: 12px;
  width: 150px;
  height: 130px;
  border-radius: 12px;
  background:
    linear-gradient(90deg, transparent 0 34%, #0c2f75 35%),
    repeating-linear-gradient(0deg, #e8f3ff 0 16px, #b7d2ff 17px 20px);
  box-shadow: 0 18px 34px rgba(0,0,0,.22);
}

.requirements-visual::after {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -8px;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 2px solid rgba(72, 154, 255, .7);
  background: radial-gradient(circle, #071b42 0 40%, #103f9c 41% 100%);
}

.uk-process-mini,
.address-step-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
  position: relative;
}

.address-step-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 88px;
}

.uk-process-mini::before,
.address-step-grid::before {
  content: "";
  position: absolute;
  left: 58px;
  right: 58px;
  top: 20px;
  border-top: 2px dotted rgba(149, 194, 255, .6);
}

.uk-process-mini article,
.address-step-grid article {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.uk-process-mini b,
.address-step-grid b {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #25c9ff, #0b6bff);
  box-shadow: 0 0 18px rgba(0, 128, 255, .4);
}

.uk-process-mini svg,
.address-step-grid svg {
  width: 38px;
  height: 38px;
  margin: 14px 0 8px;
  color: #62a7ff;
}

.uk-process-mini h3,
.address-step-grid h3 {
  margin: 0 0 6px;
  font-size: 12px;
}

.uk-process-mini p,
.address-step-grid p {
  margin: 0;
  font-size: 10px;
  line-height: 1.45;
}

.uk-three-col {
  grid-template-columns: 1fr .7fr .9fr;
}

.address-three-col {
  grid-template-columns: .85fr .65fr .85fr;
}

.uk-why-small {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.uk-why-small h2 {
  grid-column: 1 / -1;
}

.uk-why-small > div {
  padding: 15px;
  border: 1px solid rgba(96, 137, 207, .26);
  border-radius: 9px;
  background: rgba(5, 17, 45, .42);
}

.uk-price-card .uk-price {
  margin: 4px 0 2px;
  font-size: 48px;
  line-height: 1;
  font-weight: 900;
}

.uk-price-card p,
.uk-price-card small {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
}

.uk-price-card .check-list {
  margin: 18px 0 14px;
  font-size: 11px;
}

.uk-price-card .uk-price span {
  font-size: 16px;
  font-weight: 700;
}

.risk-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.risk-columns > div {
  padding: 18px;
  border: 1px solid rgba(51, 205, 158, .35);
  border-radius: 8px;
  background: rgba(4, 27, 44, .46);
}

.risk-columns .danger {
  border-color: rgba(255, 76, 92, .34);
  background: rgba(42, 9, 28, .35);
}

.uk-risk-card h3 {
  margin: 0 0 15px;
  color: #23e39b;
  font-size: 13px;
  text-align: center;
}

.uk-risk-card .danger h3 {
  color: #ff6776;
}

.uk-risk-card span {
  position: relative;
  display: block;
  margin: 13px 0;
  padding-left: 24px;
  color: #dce8ff;
  font-size: 11px;
}

.uk-risk-card .danger span::before {
  content: "\00d7";
  border-color: #ff4f63;
  color: #ff4f63;
}

.uk-bottom-grid {
  grid-template-columns: .84fr 1.36fr;
}

.uk-final-cta {
  min-height: 225px;
  display: grid;
  grid-template-columns: 1fr 260px;
  align-items: center;
  gap: 24px;
  background:
    radial-gradient(circle at 80% 50%, rgba(0, 154, 255, .22), transparent 15rem),
    linear-gradient(135deg, rgba(7, 26, 64, .84), rgba(5, 13, 42, .76));
}

.uk-cta-image {
  width: 260px;
  max-width: 100%;
  height: auto;
  justify-self: center;
  align-self: end;
  object-fit: contain;
  filter: drop-shadow(0 17px 30px rgba(0, 76, 255, .18));
}

.address-benefit-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin-top: 22px;
}

.address-benefit-row article {
  display: grid;
  justify-items: center;
  text-align: center;
}

.address-benefit-row h3 {
  margin: 10px 0 6px;
  font-size: 12px;
}

.address-benefit-row p {
  margin: 0;
  color: var(--muted);
  font-size: 9px;
}

.address-included {
  grid-template-columns: 42% 58%;
}

.address-included .check-list {
  columns: 1;
}

.address-steps {
  grid-template-columns: 1fr;
  text-align: center;
}

.address-client-list > article {
  margin-top: 12px;
  padding: 15px;
  border: 1px solid rgba(96, 137, 207, .28);
  border-radius: 10px;
  background: rgba(5, 17, 45, .5);
}

.address-client-list .stars {
  margin: 8px 0;
  font-size: 13px;
}

.address-client-list p {
  margin: 0;
  font-size: 10px;
}

.address-final-cta {
  grid-template-columns: 1fr 220px;
}

.site-footer {
  width: min(100% - 96px, 1080px);
  margin: 0 auto;
  padding: 19px 0 8px;
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr 1fr 1.75fr;
  gap: 30px;
  border-top: 1px solid rgba(76, 164, 255, .3);
}
.footer-brand .brand { font-size: 17px; }
.footer-brand p {
  width: 210px;
  margin: 8px 0 13px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.45;
}
.socials { display: flex; gap: 10px; }
.socials a {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.35);
  color: white;
  font-size: 13px;
  font-weight: 700;
}
.footer-col h3 {
  margin: 0 0 8px;
  font-size: 11px;
}
.footer-col a,
.footer-col span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 10px;
}
.footer-col a:hover { color: var(--cyan); }
.copyright {
  grid-column: 1 / -1;
  margin: -4px 0 0;
  color: #8fa2c8;
  text-align: center;
  font-size: 10px;
}

@media (max-width: 980px) {
  .site-header,
  .hero,
  .service-main,
  .section-pad,
  .process,
  .stats-band,
  .pricing,
  .feature-strip,
  .testimonials,
  .videos,
  .cta-band,
  .site-footer {
    width: min(100% - 36px, 720px);
  }

  .site-header { height: auto; padding: 18px 0; flex-wrap: wrap; }
  .nav-toggle { display: block; }
  .main-nav,
  .header-actions {
    display: none;
    width: 100%;
  }
  .site-header.open .main-nav,
  .site-header.open .header-actions,
  .site-header.nav-open .main-nav,
  .site-header.nav-open .header-actions {
    display: flex;
  }
  .main-nav {
    order: 3;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 10px;
    background: rgba(4, 13, 35, .94);
  }
  .nav-item { width: 100%; }
  .nav-link {
    width: 100%;
    justify-content: space-between;
    padding: 12px 6px;
  }
  .nav-link.active::after { bottom: 4px; width: 30px; right: auto; }
  .dropdown-menu {
    position: static;
    width: 100%;
    margin: 2px 0 8px;
    padding: 6px;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    display: none;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
  }
  .dropdown-menu::before { display: none; }
  .has-dropdown.open > .dropdown-menu { display: block; transform: none; }
  .header-actions { order: 4; justify-content: stretch; }
  .header-actions .btn { flex: 1; }

  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .hero::before {
    inset: -6px -28px -8px -28px;
    background-size: auto 58%;
    background-position: center bottom;
  }
  .hero-copy { padding-top: 25px; }
  .hero-visual {
    min-height: 320px;
    margin-top: -20px;
  }
  .section-pad {
    margin-top: 34px;
  }
  .service-grid,
  .pricing-grid,
  .testimonial-grid,
  .video-grid {
    grid-template-columns: 1fr;
  }
  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 36px;
  }
  .process-line { display: none; }
  .stats-band {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .stat:not(:last-child) { border-right: 0; }
  .feature-strip {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta-band {
    grid-template-columns: 1fr;
    padding-left: 96px;
  }
  .cta-icon { left: 49px; }
  .site-footer {
    grid-template-columns: repeat(2, 1fr);
  }

  .accounting-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 24px;
  }
  .accounting-hero::before {
    inset: -8px -28px -12px;
    background:
      linear-gradient(180deg, rgba(1, 7, 22, .38), rgba(1, 7, 22, .88)),
      radial-gradient(circle at 70% 38%, rgba(0, 106, 255, .28), transparent 18rem);
  }
  .accounting-hero h1 {
    max-width: 680px;
  }
  .accounting-visual {
    min-height: 345px;
    margin-top: -5px;
  }
  .accounting-visual img {
    right: 0;
    width: 100%;
    height: 330px;
    object-position: center;
    mask-image: linear-gradient(180deg, black 0%, black 72%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, black 0%, black 72%, transparent 100%);
  }
  .service-intro,
  .included-panel,
  .acct-cta {
    grid-template-columns: 1fr;
  }
  .service-intro {
    margin-top: 0;
  }
  .included-panel {
    padding: 24px;
    gap: 18px;
  }
  .included-panel > ul:first-child {
    border-right: 0;
    border-bottom: 1px solid rgba(143, 172, 255, .26);
    padding: 0 0 16px;
  }
  .choose-panel {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
  }
  .choose-panel article:nth-child(2) {
    border-right: 0;
  }
  .accounting-process .process-line {
    display: none;
  }
  .acct-cta {
    justify-items: start;
  }
  .formation-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 24px;
  }
  .formation-hero::before {
    inset: -8px -28px -12px;
  }
  .formation-visual {
    min-height: 310px;
    margin-top: -4px;
  }
  .formation-visual img {
    right: 0;
    width: 100%;
    height: 292px;
    mask-image: linear-gradient(180deg, black 0%, black 74%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, black 0%, black 74%, transparent 100%);
  }
  .formation-intro {
    grid-template-columns: 70px 1fr;
  }
  .formation-intro .check-list {
    grid-column: 2;
  }
  .formation-services {
    grid-template-columns: 1fr;
  }
  .formation-choose {
    grid-template-columns: repeat(2, 1fr);
  }
  .formation-choose article:nth-child(2),
  .formation-choose article:nth-child(4) {
    border-right: 0;
  }
  .formation-choose article:last-child {
    grid-column: 1 / -1;
  }
  .uk-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 24px;
  }
  .uk-visual {
    min-height: 365px;
  }
  .uk-visual img {
    right: 0;
    width: 100%;
    height: 350px;
    mask-image: linear-gradient(180deg, black 0%, black 76%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, black 0%, black 76%, transparent 100%);
  }
  .uk-proof-grid {
    grid-template-columns: repeat(2, max-content);
  }
  .uk-services-grid,
  .uk-why {
    grid-template-columns: repeat(2, 1fr);
  }
  .uk-why article:nth-child(2) {
    border-right: 0;
  }
  .uk-process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
  }
  .uk-process-grid::before,
  .uk-process-grid article::after {
    display: none;
  }
  .us-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 24px;
  }
  .us-visual {
    min-height: 325px;
  }
  .us-visual img {
    right: 0;
    width: 100%;
    height: 310px;
    mask-image: linear-gradient(180deg, black 0%, black 76%, transparent 100%);
    -webkit-mask-image: linear-gradient(180deg, black 0%, black 76%, transparent 100%);
  }
  .us-proof-row {
    grid-template-columns: repeat(2, max-content);
    gap: 14px 0;
  }
  .us-service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .us-bottom-grid {
    grid-template-columns: 1fr;
  }
  .boi-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 24px;
  }
  .boi-hero::before {
    inset: -8px -28px -12px;
    background:
      linear-gradient(180deg, rgba(1, 7, 22, .42), rgba(1, 7, 22, .9)),
      radial-gradient(circle at 65% 38%, rgba(0, 106, 255, .3), transparent 18rem);
  }
  .boi-hero-visual {
    min-height: 355px;
    margin-top: 10px;
  }
  .boi-hero-visual img {
    left: 50%;
    width: min(100%, 540px);
    transform: translateX(-50%);
  }
  .boi-status {
    right: 0;
  }
  .status-two {
    right: 12px;
  }
  .boi-proof-row {
    grid-template-columns: repeat(2, max-content);
    gap: 16px 28px;
  }
  .boi-overview,
  .boi-documents {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px;
  }
  .boi-documents img {
    order: -1;
  }
  .boi-feature-grid,
  .boi-process,
  .boi-benefits,
  .boi-package,
  .boi-why {
    width: 100%;
  }
  .boi-feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .boi-process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 54px;
  }
  .boi-process-grid::before,
  .boi-process-grid article::after {
    display: none;
  }
  .boi-benefits,
  .boi-why {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px 0;
  }
  .boi-benefits article:nth-of-type(2),
  .boi-why article:nth-of-type(2) {
    border-right: 0;
  }
  .boi-package-list {
    grid-template-columns: repeat(2, max-content);
    gap: 16px 38px;
  }
  .boi-lower-grid,
  .boi-testimonial-grid {
    grid-template-columns: 1fr;
  }
  .boi-cta {
    padding-left: 122px;
  }
  .boi-cta img {
    left: 28px;
    width: 82px;
  }
  .itin-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 24px;
  }
  .itin-hero::before {
    inset: -8px -28px -12px;
    background:
      radial-gradient(circle at 80% 45%, rgba(26, 92, 255, .24), transparent 18rem),
      linear-gradient(180deg, rgba(1, 7, 22, .98), rgba(1, 7, 22, .9));
  }
  .itin-proof-row {
    grid-template-columns: repeat(2, max-content);
    gap: 16px 28px;
  }
  .itin-hero-visual {
    min-height: 330px;
  }
  .itin-hero-visual::before {
    right: 12%;
    top: 55px;
    width: 300px;
    height: 205px;
  }
  .itin-card-visual {
    right: 50%;
    top: 78px;
    width: 340px;
    transform: translateX(50%) perspective(900px) rotateY(-13deg) rotateZ(-6deg);
  }
  .itin-need-grid,
  .itin-doc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .itin-need-grid article:last-child,
  .itin-doc-grid article:last-child {
    grid-column: 1 / -1;
  }
  .itin-process-grid,
  .itin-price-grid,
  .itin-faq-grid {
    grid-template-columns: 1fr;
  }
  .itin-process-grid {
    width: 100%;
    gap: 28px;
  }
  .itin-process-grid::before {
    display: none;
  }
  .itin-packages {
    padding: 24px;
  }
  .itin-price-card {
    min-height: 0;
  }
  .itin-question-card {
    grid-template-columns: 160px 1fr;
    padding: 26px;
  }
  .itin-cta {
    padding-left: 122px;
  }
  .rocket-cta {
    left: 28px;
    width: 76px;
    height: 76px;
  }
  .ein-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    padding-top: 24px;
  }
  .ein-hero::before {
    inset: -8px -28px -12px;
    background:
      linear-gradient(180deg, rgba(1, 7, 22, .82), rgba(1, 7, 22, .96)),
      url("asset/cloudtech-hero-blue.png");
    background-size: cover;
    background-position: 62% top;
  }
  .ein-hero-visual {
    min-height: 430px;
  }
  .ein-person {
    left: 22%;
  }
  .ein-laptop {
    left: 8%;
  }
  .ein-cert {
    right: 16%;
  }
  .ein-status {
    right: 0;
  }
  .ein-status-two {
    right: 12px;
  }
  .ein-check-grid {
    grid-template-columns: repeat(2, max-content);
  }
  .ein-overview,
  .ein-docs {
    grid-template-columns: 1fr;
    gap: 22px;
  }
  .ein-need-icons,
  .ein-process-grid,
  .ein-why,
  .ein-for div {
    grid-template-columns: repeat(2, 1fr);
  }
  .ein-process-grid {
    gap: 30px;
  }
  .ein-process-grid::before,
  .ein-process-grid article::after {
    display: none;
  }
  .ein-why article:nth-of-type(2),
  .ein-why article:nth-of-type(4) {
    border-right: 0;
  }
  .ein-split,
  .ein-bottom-grid,
  .ein-ready {
    grid-template-columns: 1fr;
  }
  .ein-ready-visual {
    width: 180px;
  }
  .uk-service-hero,
  .uk-info-panel,
  .address-included,
  .uk-two-col,
  .uk-three-col,
  .uk-bottom-grid,
  .uk-final-cta {
    grid-template-columns: 1fr;
  }
  .uk-service-hero {
    min-height: 0;
    padding-top: 24px;
  }
  .uk-service-hero::before {
    inset: -8px -28px -12px;
   
    background-size: cover;
    background-position: center top;
  }
  .uk-address-visual {
    min-height: 430px;
  }
  .uk-hero-image {
    min-height: 430px;
    justify-content: center;
  }
  .uk-hero-image img {
    width: 100%;
  }
  .uk-compact-grid.six,
  .address-benefit-row,
  .address-step-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .uk-compact-grid.six article:last-child,
  .address-benefit-row article:last-child {
    grid-column: 1 / -1;
  }
  .uk-process-mini,
  .address-step-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .uk-process-mini::before,
  .address-step-grid::before {
    display: none;
  }
  .uk-three-col,
  .address-three-col {
    grid-template-columns: 1fr;
  }
  .address-final-cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  body { background-color: #020819; }
  .brand { font-size: 20px; }
  .hero h1 { font-size: 42px; }
  .hero-buttons,
  .header-actions,
  .cta-actions {
    flex-direction: column;
  }
  .btn { width: 100%; }
  .trust-row { gap: 14px; }
  .hero-visual { min-height: 240px; }
  .section-pad {
    margin-top: 30px;
  }
  .hero::before {
    background-size: auto 44%;
    background-position: center bottom;
  }
  .wave { width: 430px; right: -170px; }
  .services h2,
  .cta-band h2 { font-size: 24px; }
  .service-card,
  .price-card { padding-inline: 20px; }
  .process-grid,
  .stats-band,
  .feature-strip,
  .site-footer {
    grid-template-columns: 1fr;
  }
  .stats-band { padding: 18px 22px; }
  .stat { border-right: 0; }
  .price {
    margin-bottom: 12px;
  }
  .cta-band {
    padding: 86px 20px 20px;
    text-align: center;
  }
  .cta-icon {
    top: 38px;
    left: 50%;
  }
  .footer-brand p { width: auto; }

  .service-main {
  }
  .accounting-hero {
    padding-top: 18px;
  }
  .accounting-hero h1 {
    font-size: 40px;
  }
  .mini-proof {
    gap: 13px;
  }
  .accounting-visual {
    min-height: 238px;
  }
  .accounting-visual img {
    height: 235px;
    right: -25px;
  }
  .accounting-wave {
    right: -165px;
    bottom: 0;
  }
  .service-intro {
    padding: 20px;
    text-align: center;
    justify-items: center;
  }
  .service-intro p {
    font-size: 14px;
  }
  .accounting-section h2,
  .accounting-process h2,
  .acct-cta h2 {
    font-size: 23px;
  }
  .choose-panel {
    grid-template-columns: 1fr;
    padding: 24px 20px;
  }
  .choose-panel article {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(143, 172, 255, .22);
    padding: 0 0 20px;
  }
  .choose-panel article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .software-logos {
    justify-content: center;
  }
  .tall-quote {
    padding: 18px 20px;
  }
  .tall-quote p {
    min-height: 0;
  }
  .acct-cta {
    padding: 22px 20px;
    text-align: center;
    justify-items: center;
  }
  .formation-hero h1 {
    font-size: 39px;
  }
  .formation-visual {
    min-height: 230px;
  }
  .formation-visual img {
    height: 220px;
    right: -32px;
  }
  .formation-intro {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
    padding: 22px 20px;
  }
  .formation-intro .check-list {
    grid-column: auto;
    text-align: left;
  }
  .formation-card {
    padding: 22px 20px 18px;
  }
  .formation-card-head {
    grid-template-columns: 56px 1fr;
    gap: 13px;
  }
  .formation-card-head h2 {
    font-size: 22px;
  }
  .formation-line-art {
    display: none;
  }
  .formation-card-copy {
  }
  .formation-list-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .formation-choose {
    grid-template-columns: 1fr;
  }
  .formation-choose article {
    grid-column: auto !important;
    border-right: 0 !important;
  }
  .top-number {
    top: -2px;
    left: calc(50% - 41px);
  }
  .formation-cta {
    padding-top: 86px;
  }
  .uk-hero h1 {
    font-size: 39px;
  }
  .uk-proof-grid {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .uk-visual {
    min-height: 260px;
  }
  .uk-visual img {
    right: -42px;
    height: 250px;
  }
  .uk-section-heading h2 {
    font-size: 23px;
  }
  .uk-section-heading h2::before,
  .uk-section-heading h2::after {
    display: none;
  }
  .uk-services-grid,
  .uk-why,
  .uk-process-grid {
    grid-template-columns: 1fr;
  }
  .uk-service-card {
    min-height: 0;
  }
  .uk-why article {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(143, 172, 255, .22);
    padding: 0 0 18px;
  }
  .uk-why article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .uk-process-grid p {
  }
  .uk-cta {
    padding-top: 86px;
  }
  .us-hero h1 {
    font-size: 39px;
  }
  .us-proof-row {
    grid-template-columns: 1fr;
  }
  .us-proof-row span {
    border-right: 0;
    padding: 0;
  }
  .us-visual {
    min-height: 240px;
  }
  .us-visual img {
    right: -42px;
    height: 230px;
  }
  .us-service-section h2 {
    gap: 12px;
    font-size: 15px;
  }
  .us-service-section h2::before,
  .us-service-section h2::after {
  }
  .us-service-grid,
  .us-why-compact,
  .us-process-compact div {
    grid-template-columns: 1fr;
  }
  .us-why-compact article {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(143, 172, 255, .22);
    padding: 0 0 16px;
  }
  .us-why-compact article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .us-process-compact div::before {
    display: none;
  }
  .us-cta {
    padding-top: 86px;
  }
  .boi-hero h1 {
    font-size: 39px;
  }
  .boi-proof-row {
    grid-template-columns: 1fr;
  }
  .boi-hero-visual {
    min-height: 610px;
  }
  .boi-hero-visual img {
    top: 0;
    bottom: auto;
  }
  .boi-status {
    position: absolute;
    right: 0;
    min-height: 62px;
  }
  .status-one {
    top: 300px;
  }
  .status-two {
    top: 374px;
    right: 0;
  }
  .status-three {
    top: 448px;
    right: 0;
  }
  .boi-overview,
  .boi-documents,
  .boi-process,
  .boi-benefits,
  .boi-package,
  .boi-why,
  .boi-faq,
  .boi-testimonials {
    padding: 20px;
  }
  .boi-overview h2,
  .boi-documents h2,
  .boi-section h2,
  .boi-process h2,
  .boi-benefits h2,
  .boi-package h2,
  .boi-why h2,
  .boi-faq h2,
  .boi-testimonials h2 {
    font-size: 22px;
  }
  .boi-feature-grid,
  .boi-process-grid,
  .boi-benefits,
  .boi-why,
  .boi-package-list {
    grid-template-columns: 1fr;
  }
  .boi-mini-card {
    min-height: 0;
  }
  .boi-benefits article,
  .boi-why article {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(143, 172, 255, .22);
    padding: 0 0 16px;
  }
  .boi-benefits article:last-child,
  .boi-why article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .boi-price {
    font-size: 40px;
  }
  .boi-package .btn {
    min-width: 0;
  }
  .boi-cta {
    padding: 104px 20px 20px;
  }
  .boi-cta img {
    left: 50%;
    top: 16px;
    transform: translateX(-50%);
  }
  .itin-hero h1 {
    font-size: 39px;
  }
  .itin-proof-row,
  .itin-need-grid,
  .itin-doc-grid {
    grid-template-columns: 1fr;
  }
  .itin-need-grid article:last-child,
  .itin-doc-grid article:last-child {
    grid-column: auto;
  }
  .itin-hero-visual {
    min-height: 270px;
  }
  .itin-hero-visual::before {
    left: 50%;
    right: auto;
    top: 38px;
    height: 176px;
    transform: translateX(-50%);
  }
  .itin-card-visual {
    top: 58px;
    min-height: 164px;
    padding: 24px 22px 18px 118px;
  }
  .itin-card-visual::before {
    left: 22px;
    height: 94px;
  }
  .itin-card-visual .irs-mark {
    left: 22px;
    font-size: 17px;
  }
  .itin-card-visual b {
    font-size: 18px;
  }
  .itin-card-visual small {
    font-size: 14px;
  }
  .itin-section > h2,
  .itin-packages > h2 {
    font-size: 22px;
  }
  .itin-mini-card,
  .itin-doc-grid article,
  .itin-packages,
  .itin-price-card,
  .itin-question-card {
    padding: 20px;
  }
  .itin-question-card {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }
  .question-visual {
    height: 132px;
    font-size: 76px;
  }
  .itin-cta {
    padding: 106px 20px 20px;
  }
  .rocket-cta {
    left: 50%;
    top: 18px;
    height: 72px;
    transform: translateX(-50%);
  }
  .ein-hero h1 {
    font-size: 39px;
  }
  .ein-check-grid {
    grid-template-columns: 1fr;
  }
  .ein-hero-visual {
    min-height: 765px;
  }
  .ein-person {
    left: 50%;
    top: 18px;
    bottom: auto;
    height: 190px;
    transform: translateX(-50%);
  }
  .ein-laptop {
    left: 50%;
    top: 150px;
    bottom: auto;
    transform: translateX(-50%);
  }
  .ein-cert {
    top: 258px;
    right: 50%;
    height: 245px;
    transform: translateX(50%);
  }
  .ein-status {
    right: 0;
  }
  .ein-status-one {
    top: 515px;
  }
  .ein-status-two {
    top: 596px;
    right: 0;
  }
  .ein-status-three {
    top: 677px;
  }
  .ein-overview,
  .ein-docs,
  .ein-process,
  .ein-why,
  .ein-price,
  .ein-for,
  .ein-ready {
    padding: 20px;
  }
  .ein-overview h2,
  .ein-docs h2,
  .ein-process h2,
  .ein-why h2,
  .ein-price h2,
  .ein-for h2,
  .ein-testimonials h2,
  .ein-ready h2 {
    font-size: 22px;
  }
  .ein-tablet {
  }
  .ein-need-icons,
  .ein-process-grid,
  .ein-why,
  .ein-for div {
    grid-template-columns: 1fr;
  }
  .ein-why article {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(143, 172, 255, .22);
    padding: 0 0 16px;
  }
  .ein-why article:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .ein-doc-visual {
    min-height: 320px;
  }
  .ein-doc-visual i {
    left: 50%;
    transform: translateX(-50%);
  }
  .ein-doc-visual article {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .ein-price-value {
    font-size: 40px;
  }
  .ein-ready-visual {
    height: 138px;
  }
  .uk-service-copy h1 {
    font-size: 39px;
  }
  .uk-check-grid,
  .uk-reason-grid,
  .uk-compact-grid.six,
  .uk-process-mini,
  .address-benefit-row,
  .address-step-grid,
  .uk-why-small,
  .risk-columns {
    grid-template-columns: 1fr;
  }
  .uk-compact-grid.six article:last-child,
  .address-benefit-row article:last-child {
    grid-column: auto;
  }
  .uk-address-visual {
    min-height: 710px;
  }
  .uk-hero-image {
    min-height: 290px;
  }
  .uk-info-panel,
  .address-included,
  .address-steps,
  .uk-list-card,
  .uk-process-card,
  .uk-why-small,
  .uk-price-card,
  .uk-risk-card,
  .uk-final-cta,
  .address-client-list {
    padding: 20px;
  }
  .requirements-visual {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .uk-final-cta {
    text-align: center;
  }
}

/* Registered Agent service page */
.ra-page-shell::before {
  background:
    radial-gradient(ellipse at 76% 7%, rgba(8, 92, 255, .34), transparent 30rem),
    radial-gradient(circle at 8% 30%, rgba(0, 135, 255, .13), transparent 25rem),
    linear-gradient(105deg, rgba(0, 12, 38, .2), rgba(0, 0, 0, 0) 45%);
}

.ra-main {
}

.ra-hero {
  min-height: 440px;
  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  position: relative;
  isolation: isolate;
}

.ra-hero::before,
.ra-need::before {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.ra-hero::before {
  inset: -18px -44px -16px;
  background:
    linear-gradient(90deg, rgba(1, 7, 22, .96), rgba(1, 7, 22, .58) 42%, rgba(1, 7, 22, .1) 75%),
    radial-gradient(circle at 68% 42%, rgba(0, 106, 255, .25), transparent 22rem);
}

.ra-hero-copy {
  position: relative;
  z-index: 5;
}

.ra-hero h1 {
  max-width: 510px;
  margin: 0;
  font-size: clamp(42px, 4.45vw, 58px);
  line-height: 1.04;
  font-weight: 900;
}

.ra-hero h1 span {
  display: block;
  color: #076eff;
  text-shadow: 0 0 24px rgba(0, 119, 255, .24);
}

.ra-proof-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 31px;
}

.ra-proof-row span {
  display: grid;
  grid-template-columns: 28px 1fr;
  column-gap: 8px;
  align-items: start;
}

.ra-proof-row svg {
  grid-row: 1 / span 2;
  width: 25px;
  height: 25px;
  color: #0478ff;
  filter: drop-shadow(0 0 10px rgba(0, 128, 255, .48));
}

.ra-proof-row b {
  font-size: 10px;
  line-height: 1.2;
}

.ra-proof-row small {
  color: #d8e5ff;
  font-size: 8px;
  line-height: 1.35;
}

.ra-hero-visual {
  position: relative;
  min-height: 395px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ra-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.ra-need-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.ra-need {
  min-height: 252px;
  margin: 0 -31px 0;
  padding: 18px 31px;
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  position: relative;
  border-top: 1px solid rgba(90, 151, 230, .22);
  border-bottom: 1px solid rgba(90, 151, 230, .22);
}

.ra-need::before {
  inset: 0;
  background:
    radial-gradient(circle at 16% 55%, rgba(0, 109, 255, .18), transparent 16rem),
    linear-gradient(90deg, rgba(3, 16, 45, .34), transparent 45%);
}

.ra-need-visual {
  position: relative;
  height: 236px;
}

.ra-need-copy h2,
.ra-included h2,
.ra-process h2,
.ra-price-card h2,
.ra-faq h2,
.ra-testimonials h2 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 900;
}

.ra-need-copy p {
  max-width: 560px;
  margin: 0 0 13px;
  color: #dce8ff;
  font-size: 12px;
  line-height: 1.65;
}

.ra-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #f4f8ff;
  font-size: 11px;
  line-height: 2.12;
}

.ra-check-list li::before {
  content: "\2713";
  display: inline-grid;
  place-items: center;
  width: 16px;
  height: 16px;
  margin-right: 12px;
  border-radius: 50%;
  background: #0877ff;
  color: white;
  font-size: 10px;
  font-weight: 900;
}

.ra-included {
  margin-top: 12px;
}

.ra-included h2,
.ra-process h2,
.ra-price-card h2 {
  text-align: center;
}

.ra-card-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.ra-mini-card {
  min-height: 142px;
  padding: 14px 13px 12px;
  text-align: center;
  border-color: rgba(79, 134, 214, .42);
}

.ra-mini-card span {
  width: 48px;
  height: 48px;
  margin: 0 auto 10px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #0d87ff;
  background: rgba(3, 76, 190, .45);
  box-shadow: 0 0 22px rgba(0, 111, 255, .32);
}

.ra-mini-card svg {
  width: 31px;
  height: 31px;
}

.ra-mini-card img {
  width: 31px;
  height: 31px;
  object-fit: contain;
}

.ra-mini-card h3 {
  margin: 0 0 8px;
  font-size: 12px;
  line-height: 1.22;
  font-weight: 900;
}

.ra-mini-card p {
  margin: 0;
  color: #dce8ff;
  font-size: 9px;
  line-height: 1.52;
}

.ra-process {
  margin-top: 13px;
}

.ra-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 58px;
  position: relative;
  padding: 0 102px;
}

.ra-process-grid::before {
  content: "";
  position: absolute;
  left: 190px;
  right: 190px;
  top: 17px;
  border-top: 1px dotted rgba(80, 161, 255, .9);
}

.ra-process-grid article {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.ra-process-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -39px;
  top: 13px;
  width: 32px;
  height: 8px;
  background: linear-gradient(90deg, transparent, #0788ff);
  clip-path: polygon(0 44%, 78% 44%, 78% 14%, 100% 50%, 78% 86%, 78% 56%, 0 56%);
}

.ra-process-grid b {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #14c8ff, #075fff);
  box-shadow: 0 0 18px rgba(0, 121, 255, .42);
  font-size: 12px;
  font-weight: 900;
  z-index: 1;
}

.ra-process-grid svg {
  width: 38px;
  height: 38px;
  margin: 11px 0 6px;
}

.ra-process-grid h3 {
  margin: 0 0 4px;
  font-size: 11px;
  font-weight: 900;
}

.ra-process-grid p {
  max-width: 145px;
  margin: 0;
  color: #dbe7ff;
  font-size: 9px;
  line-height: 1.35;
}

.ra-price-card {
  width: min(100% - 190px, 820px);
  margin: 10px auto 18px;
  padding: 0 30px 18px;
  border-color: rgba(0, 125, 255, .95);
  background:
    radial-gradient(circle at 12% 52%, rgba(0, 111, 255, .18), transparent 12rem),
    linear-gradient(135deg, rgba(4, 32, 91, .86), rgba(4, 12, 38, .82));
}

.ra-price-inner {
  display: grid;
  grid-template-columns: 76px 210px 1fr 190px;
  gap: 18px;
  align-items: center;
}

.ra-package-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 127, 255, .72);
  color: #057bff;
  font-size: 31px;
  background: rgba(4, 25, 66, .82);
}

.ra-price-inner h3 {
  margin: 0 0 13px;
  font-size: 12px;
  font-weight: 900;
}

.ra-price {
  font-size: 31px;
  line-height: 1;
  font-weight: 900;
}

.ra-price span {
  font-size: 11px;
  font-weight: 800;
}

.ra-price-card .ra-check-list {
  font-size: 9px;
  line-height: 1.8;
}

.ra-price-card .ra-check-list li::before {
  width: 11px;
  height: 11px;
  margin-right: 7px;
  font-size: 7px;
}

.ra-price-action {
  display: grid;
  justify-items: center;
  gap: 9px;
}

.ra-price-action .btn {
  width: 162px;
  min-height: 41px;
}

.ra-price-action small {
  color: #b9c8e5;
  font-size: 9px;
}

.ra-lower-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: 18px;
  margin-bottom: 20px;
}

.ra-faq details {
  border: 1px solid rgba(96, 137, 207, .36);
  background: rgba(5, 16, 45, .6);
}

.ra-faq summary {
  min-height: 35px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  cursor: pointer;
  color: #f5f9ff;
  font-size: 11px;
}

.ra-faq summary::-webkit-details-marker {
  display: none;
}

.ra-faq summary::after {
  content: "\203A";
  transform: rotate(90deg);
  transition: transform .2s ease;
}

.ra-faq details[open] summary::after {
  transform: rotate(-90deg);
}

.ra-faq p {
  margin: 0;
  padding: 0 14px 12px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.ra-testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.ra-testimonial-grid article {
  position: relative;
  min-height: 153px;
  padding: 18px 15px;
  border: 1px solid rgba(96, 137, 207, .32);
  border-radius: 8px;
  background: rgba(5, 16, 45, .6);
}

.ra-testimonial-grid .stars {
  margin: 8px 0 9px;
  font-size: 13px;
}

.ra-testimonial-grid p {
  margin: 0;
  color: #e4edff;
  font-size: 10px;
  line-height: 1.55;
}

.ra-testimonial-grid em {
  position: absolute;
  right: 14px;
  bottom: 4px;
  color: #0b78ff;
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
}

.ra-cta {
  width: 100%;
  min-height: 93px;
  margin-bottom: 0;
  padding-left: 204px;
  background:
    radial-gradient(circle at 15% 50%, rgba(74, 215, 255, .42), transparent 8rem),
    linear-gradient(100deg, #063690 0%, #064ce3 52%, #091a5b 100%);
}

.ra-mail-cta {
  position: absolute;
  left: 57px;
  top: 50%;
  width: 112px;
  height: 72px;
  transform: translateY(-50%);
}

.ra-mail-cta::before {
  content: "";
  position: absolute;
  inset: 16px 0 0;
  border-radius: 5px;
  background:
    linear-gradient(145deg, transparent 49%, rgba(255,255,255,.28) 50% 52%, transparent 53%),
    linear-gradient(215deg, transparent 49%, rgba(255,255,255,.28) 50% 52%, transparent 53%),
    linear-gradient(180deg, #24a5ff, #065fff);
  box-shadow: 0 12px 24px rgba(0, 63, 255, .34);
}

.ra-mail-cta::after {
  content: "";
  position: absolute;
  right: -13px;
  bottom: 0;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #0b74ff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.32);
}

@media (max-width: 980px) {
  .ra-hero,
  .ra-need {
    grid-template-columns: 1fr;
  }

  .ra-hero {
    min-height: 0;
    padding-top: 24px;
  }

  .ra-hero::before {
    inset: -8px -28px -12px;
    background:
      linear-gradient(180deg, rgba(1, 7, 22, .82), rgba(1, 7, 22, .96)),
      radial-gradient(circle at 64% 48%, rgba(0, 106, 255, .3), transparent 19rem);
  }

  .ra-hero-visual {
    min-height: 415px;
  }

  .ra-proof-row,
  .ra-card-grid,
  .ra-process-grid,
  .ra-price-inner,
  .ra-lower-grid,
  .ra-testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ra-card-grid {
    gap: 14px;
  }

  .ra-process-grid {
    gap: 28px 48px;
    padding: 0 40px;
  }

  .ra-process-grid::before,
  .ra-process-grid article::after {
    display: none;
  }

  .ra-price-card {
    width: 100%;
    padding: 16px 24px 22px;
  }

  .ra-price-inner {
    align-items: start;
  }

  .ra-price-action {
    justify-items: start;
  }

  .ra-cta {
    padding-left: 126px;
  }

  .ra-mail-cta {
    left: 28px;
    width: 82px;
  }
}

@media (max-width: 620px) {
  .ra-hero h1 {
    font-size: 39px;
  }

  .ra-proof-row,
  .ra-card-grid,
  .ra-process-grid,
  .ra-price-inner,
  .ra-lower-grid,
  .ra-testimonial-grid {
    grid-template-columns: 1fr;
  }

  .ra-need {
    margin: 0 -18px;
    padding: 20px 18px;
  }

  .ra-need-visual {
    height: 220px;
  }

  .ra-need-copy h2,
  .ra-included h2,
  .ra-process h2,
  .ra-price-card h2,
  .ra-faq h2,
  .ra-testimonials h2 {
    font-size: 22px;
  }

  .ra-process-grid {
    padding: 0;
  }

  .ra-price-inner {
    justify-items: center;
    text-align: center;
  }

  .ra-price-action {
    justify-items: center;
  }

  .ra-price-action .btn {
    width: 100%;
  }

  .ra-cta {
    padding: 106px 20px 20px;
    text-align: center;
  }

  .ra-mail-cta {
    left: 50%;
    top: 18px;
    width: 92px;
    transform: translateX(-50%);
  }
}

/* Business Bank Account service page */
.bank-page-shell::before {
  background:
    radial-gradient(ellipse at 75% 6%, rgba(0, 95, 255, .34), transparent 32rem),
    radial-gradient(circle at 7% 45%, rgba(0, 143, 255, .13), transparent 25rem),
    linear-gradient(105deg, rgba(0, 12, 38, .2), transparent 45%);
}

.bank-main {
}

.bank-hero {
  min-height: 518px;
  display: grid;
  grid-template-columns: 38% 62%;
  align-items: center;
  position: relative;
  isolation: isolate;
}

.bank-hero::before {
  content: "";
  position: absolute;
  inset: -18px -45px 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(1, 7, 22, .97), rgba(1, 7, 22, .6) 41%, rgba(1, 7, 22, .12) 72%),
    radial-gradient(circle at 68% 48%, rgba(0, 109, 255, .25), transparent 24rem);
}

.bank-copy {
  position: relative;
  z-index: 6;
}

.bank-copy .eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #e8f5ff;
  font-size: 11px;
  letter-spacing: 0;
}

.bank-copy .eyebrow svg {
  width: 15px;
  height: 15px;
  color: #03b7ff;
}

.bank-copy h1 {
  margin: 0;
  font-size: clamp(43px, 4.5vw, 55px);
  line-height: 1.05;
  font-weight: 900;
}

.bank-copy h1 span,
.bank-matters h2 span,
.bank-improves h2 {
  color: #02bfff;
}

.bank-hero-list {
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
  color: #e4efff;
  font-size: 12px;
  line-height: 2;
}

.bank-hero-list li::before {
  content: "\2713";
  display: inline-grid;
  place-items: center;
  width: 14px;
  height: 14px;
  margin-right: 9px;
  border: 1px solid #04bfff;
  border-radius: 50%;
  color: #04bfff;
  font-size: 8px;
  font-weight: 900;
}

.bank-hero-art {
  position: relative;
  min-height: 492px;
}

.bank-city {
  position: absolute;
  inset: 77px 0 78px 42px;
  opacity: .22;
  background:
    linear-gradient(90deg, transparent 0 8%, rgba(0, 120, 255, .18) 8% 9%, transparent 9% 16%) 0 100% / 70px 90% repeat-x,
    radial-gradient(circle, rgba(0, 125, 255, .78) 1px, transparent 1.6px) 0 0 / 12px 12px;
  mask-image: linear-gradient(90deg, transparent, #000 15%, #000 78%, transparent);
}

.bank-dashboard {
  position: absolute;
  left: 32px;
  top: 55px;
  width: 225px;
  display: grid;
  gap: 10px;
  z-index: 4;
}

.bank-dashboard article {
  min-height: 84px;
  padding: 14px 15px;
  border: 1px solid rgba(0, 132, 255, .62);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(6, 25, 62, .86), rgba(4, 15, 42, .92));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 14px 30px rgba(0,0,0,.2);
}

.bank-dashboard small,
.bank-dashboard em {
  display: block;
  color: #cfe0ff;
  font-size: 8px;
  font-style: normal;
}

.bank-dashboard b {
  display: block;
  margin: 8px 0 10px;
  font-size: 18px;
}

.bank-dashboard b span {
  font-size: 9px;
  font-weight: 800;
}

.bank-dashboard i {
  display: block;
  height: 25px;
  background:
    linear-gradient(135deg, transparent 7%, #029bff 8% 12%, transparent 13% 24%, #029bff 25% 30%, transparent 31% 42%, #029bff 43% 48%, transparent 49% 60%, #029bff 61% 66%, transparent 67%);
}

.bank-dashboard p {
  display: grid;
  grid-template-columns: 22px 1fr auto;
  gap: 8px;
  align-items: center;
  margin: 8px 0 0;
  color: #dbe7ff;
  font-size: 8px;
}

.bank-dashboard p span {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f4fbff;
  color: #061a44;
  font-weight: 900;
}

.bank-dashboard p b,
.bank-dashboard p strong {
  margin: 0;
  color: #00f0a7;
  font-size: 8px;
}

.bank-dashboard p strong {
  color: #ff584e;
}

.bank-person {
  position: absolute;
  left: 297px;
  top: 25px;
  width: 208px;
  height: 348px;
  border-radius: 104px 104px 18px 18px;
  background:
    radial-gradient(circle at 50% 22%, #ffd5b8 0 38px, transparent 39px),
    radial-gradient(ellipse at 50% 13%, #1a130f 0 48px, transparent 49px),
    linear-gradient(130deg, transparent 0 31%, #0f2b5f 32% 100%);
  filter: drop-shadow(0 20px 30px rgba(0,0,0,.32));
  z-index: 5;
}

.bank-person::before {
  content: "";
  position: absolute;
  left: 55px;
  top: 118px;
  width: 103px;
  height: 185px;
  border-radius: 24px 24px 8px 8px;
  background: linear-gradient(180deg, #eff8ff 0 24%, #12366f 25% 100%);
  clip-path: polygon(20% 0, 80% 0, 100% 100%, 0 100%);
}

.bank-person::after {
  content: "";
  position: absolute;
  left: 75px;
  top: 88px;
  width: 58px;
  height: 12px;
  border-top: 3px solid #0d121d;
  border-bottom: 3px solid #0d121d;
  border-radius: 15px;
}

.bank-laptop {
  position: absolute;
  left: 170px;
  bottom: 52px;
  width: 255px;
  height: 126px;
  border-radius: 6px 6px 10px 10px;
  background: linear-gradient(145deg, #4f607c, #172746 70%);
  transform: perspective(720px) rotateX(8deg) rotateY(10deg);
  box-shadow: 0 24px 34px rgba(0,0,0,.42);
  z-index: 8;
}

.bank-card {
  position: absolute;
  right: 192px;
  bottom: 60px;
  width: 210px;
  height: 142px;
  padding: 20px 18px;
  border: 1px solid rgba(102, 173, 255, .54);
  border-radius: 9px;
  background:
    radial-gradient(circle at 90% 8%, rgba(0, 165, 255, .42), transparent 4rem),
    linear-gradient(145deg, #0f376d, #071836 72%);
  box-shadow: 0 17px 35px rgba(0,0,0,.38), 0 0 30px rgba(0, 126, 255, .44);
  z-index: 11;
}

.bank-card small {
  display: block;
  font-size: 12px;
  font-weight: 800;
}

.bank-card i {
  display: block;
  width: 29px;
  height: 23px;
  margin: 20px 0 14px;
  border-radius: 4px;
  background: linear-gradient(90deg, #c9d6e5, #839dbf);
}

.bank-card b {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
}

.bank-card em {
  position: absolute;
  left: 18px;
  bottom: 15px;
  color: #cbd9ef;
  font-size: 9px;
  font-style: normal;
}

.bank-card strong {
  position: absolute;
  right: 16px;
  bottom: 14px;
  font-size: 24px;
  font-weight: 900;
}

.bank-phone {
  position: absolute;
  right: 30px;
  top: 64px;
  width: 152px;
  height: 308px;
  padding: 36px 15px 16px;
  border: 3px solid rgba(255,255,255,.38);
  border-radius: 24px;
  background: linear-gradient(180deg, #06132e, #08245a);
  box-shadow: 0 22px 38px rgba(0,0,0,.4), 0 0 22px rgba(0, 115, 255, .34);
  z-index: 8;
}

.bank-phone small,
.bank-phone p {
  color: #f4f8ff;
  font-size: 8px;
  font-weight: 800;
}

.bank-phone b {
  display: block;
  margin: 12px 0;
  padding: 14px 11px;
  border-radius: 5px;
  background: rgba(7, 60, 132, .78);
  font-size: 13px;
}

.bank-phone span {
  display: block;
  margin-top: 8px;
  padding: 7px 7px 7px 26px;
  border-radius: 4px;
  background: rgba(10, 57, 123, .78);
  color: #dce9ff;
  font-size: 7px;
}

.bank-phone span::before {
  content: "";
  position: absolute;
}

.bank-phone em {
  float: right;
  color: #fff;
  font-style: normal;
}

.bank-phone button {
  width: 100%;
  min-height: 28px;
  margin-top: 14px;
  border: 0;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(180deg, #14c8ff, #076bff);
  font-size: 8px;
  font-weight: 800;
}

.bank-matters,
.bank-partners,
.bank-requirements,
.bank-process,
.bank-choose,
.bank-price,
.bank-clients {
  border-color: rgba(44, 118, 203, .48);
  background:
    radial-gradient(circle at 50% 0, rgba(0, 104, 255, .14), transparent 18rem),
    linear-gradient(135deg, rgba(4, 24, 64, .8), rgba(4, 12, 37, .78));
}

.bank-matters {
  padding: 18px 22px 17px;
}

.bank-matters h2,
.bank-partners h2,
.bank-process h2,
.bank-choose h2,
.bank-clients h2,
.bank-faq h2 {
  margin: 0 0 15px;
  text-align: center;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 900;
}

.bank-six-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.bank-six-grid article {
  min-height: 170px;
  padding: 19px 15px 15px;
  text-align: center;
  border: 1px solid rgba(35, 129, 226, .48);
  border-radius: 8px;
  background: rgba(4, 20, 57, .7);
}

.bank-six-grid span,
.bank-four-grid span {
  width: 55px;
  height: 55px;
  margin: 0 auto 13px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #00c6ff;
  background: rgba(0, 94, 218, .3);
  box-shadow: 0 0 22px rgba(0, 136, 255, .28);
}

.bank-six-grid svg {
  width: 38px;
  height: 38px;
}

.bank-six-grid h3,
.bank-four-grid h3,
.bank-requirements h2,
.bank-requirements h3 {
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
}

.bank-six-grid p,
.bank-four-grid p {
  margin: 0;
  color: #d8e6ff;
  font-size: 9px;
  line-height: 1.45;
}

.bank-partners {
  margin-top: 15px;
  padding: 17px 20px 15px;
  text-align: center;
}

.bank-partners h2 {
  margin-bottom: 18px;
}

.bank-partners div {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
  align-items: center;
}

.bank-partners span {
  color: #eef7ff;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -.03em;
}

.bank-partners span:first-child,
.bank-partners span:last-child {
  color: #00bcff;
  font-weight: 700;
}

.bank-partners p {
  margin: 13px 0 0;
  color: #96a9cc;
  font-size: 9px;
}

.bank-requirements {
  min-height: 284px;
  margin-top: 15px;
  padding: 13px 30px 17px 0;
  display: grid;
  grid-template-columns: 42% 35% 23%;
  gap: 22px;
  overflow: hidden;
}

.bank-world-visual {
  position: relative;
  min-height: 250px;
}

.bank-world-map {
  position: absolute;
  inset: 8px 6px 34px 12px;
  opacity: .72;
  background-image: radial-gradient(circle, rgba(0, 116, 255, .74) 1px, transparent 1.7px);
  background-size: 8px 8px;
  clip-path: polygon(3% 28%, 18% 16%, 30% 23%, 47% 12%, 63% 23%, 79% 18%, 96% 34%, 82% 51%, 68% 45%, 52% 58%, 35% 49%, 19% 66%, 5% 56%);
}

.bank-mini-person {
  position: absolute;
  left: 178px;
  top: 14px;
  width: 86px;
  height: 160px;
  border-radius: 48px 48px 12px 12px;
  background:
    radial-gradient(circle at 50% 22%, #f5c6aa 0 22px, transparent 23px),
    radial-gradient(ellipse at 48% 13%, #14100f 0 29px, transparent 30px),
    linear-gradient(135deg, transparent 0 34%, #12376f 35% 100%);
  z-index: 2;
}

.bank-mini-laptop {
  position: absolute;
  left: 42px;
  bottom: 10px;
  width: 252px;
  height: 118px;
  border-radius: 8px;
  background: linear-gradient(145deg, #51647e, #112441);
  box-shadow: 0 18px 28px rgba(0,0,0,.32);
}

.bank-requirements .btn {
  min-width: 205px;
  min-height: 35px;
  margin-top: 8px;
  font-size: 11px;
}

.bank-requirements aside {
  min-height: 224px;
  padding: 21px 18px;
  border: 1px solid rgba(35, 129, 226, .48);
  border-radius: 8px;
  background: rgba(4, 20, 57, .55);
}

.bank-requirements aside p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  color: #dbe8ff;
  font-size: 9px;
}

.bank-requirements aside svg {
  width: 16px;
  height: 16px;
  color: #00bfff;
}

.bank-process {
  margin-top: 14px;
  padding: 13px 36px 18px;
}

.bank-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 63px;
  position: relative;
}

.bank-process-grid::before {
  content: "";
  position: absolute;
  left: 95px;
  right: 95px;
  top: 18px;
  border-top: 1px dotted rgba(99, 157, 226, .8);
}

.bank-process-grid article {
  position: relative;
  display: grid;
  grid-template-columns: 52px 1fr;
  align-items: start;
  gap: 9px;
}

.bank-process-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -38px;
  top: 13px;
  width: 26px;
  height: 8px;
  background: linear-gradient(90deg, transparent, #a9cdff);
  clip-path: polygon(0 45%, 82% 45%, 82% 15%, 100% 50%, 82% 85%, 82% 55%, 0 55%);
}

.bank-process-grid b {
  grid-column: 1 / -1;
  width: 34px;
  height: 34px;
  margin: 0 auto 13px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #17caff, #0768ff);
  font-size: 12px;
  font-weight: 900;
  z-index: 1;
}

.bank-process-grid svg {
  width: 35px;
  height: 35px;
  color: #00bfff;
}

.bank-process-grid h3 {
  margin: 0 0 6px;
  font-size: 10px;
  font-weight: 900;
}

.bank-process-grid p {
  margin: 0;
  color: #d8e5ff;
  font-size: 8px;
  line-height: 1.35;
}

.bank-vs {
  margin-top: 13px;
  display: grid;
  grid-template-columns: 1fr 38px 1fr;
  gap: 13px;
  align-items: center;
}

.bank-vs > b {
  width: 50px;
  height: 50px;
  margin-left: -6px;
  display: grid;
  place-items: center;
  border: 1px solid #008dff;
  border-radius: 50%;
  color: #fff;
  background: #052356;
  font-size: 17px;
}

.bank-rejected,
.bank-improves {
  min-height: 164px;
  padding: 17px 30px;
}

.bank-rejected {
  border-color: rgba(215, 40, 82, .42);
  background: radial-gradient(circle at 30% 30%, rgba(78, 21, 66, .4), transparent 18rem), rgba(8, 15, 43, .82);
}

.bank-rejected h2,
.bank-improves h2 {
  margin: 0 0 13px;
  font-size: 18px;
  font-weight: 800;
}

.bank-rejected ul,
.bank-improves ul,
.bank-price ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #e5eeff;
  font-size: 11px;
  line-height: 1.8;
}

.bank-rejected li::before,
.bank-improves li::before,
.bank-price li::before {
  content: "\2715";
  display: inline-grid;
  place-items: center;
  width: 14px;
  height: 14px;
  margin-right: 9px;
  border-radius: 50%;
  color: #fff;
  background: #ff4f56;
  font-size: 8px;
  font-weight: 900;
}

.bank-improves li::before,
.bank-price li::before {
  content: "\2713";
  background: #07a8ff;
}

.bank-choose {
  margin-top: 15px;
  padding: 13px 30px 20px;
}

.bank-four-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.bank-four-grid article {
  min-height: 105px;
  padding: 15px 16px;
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 13px;
  border: 1px solid rgba(35, 129, 226, .4);
  border-radius: 8px;
  background: rgba(4, 20, 57, .55);
}

.bank-four-grid span {
  width: 52px;
  height: 52px;
  margin: 0;
}

.bank-four-grid h3 {
  font-size: 11px;
}

.bank-bottom-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: .78fr 1.45fr;
  gap: 13px;
}

.bank-price {
  min-height: 250px;
  padding: 20px 31px;
  overflow: hidden;
}

.bank-price h2 {
  margin: 0 0 13px;
  font-size: 16px;
}

.bank-price p,
.bank-price span {
  margin: 0 0 5px;
  color: #e0ebff;
  font-size: 12px;
}

.bank-price-value {
  margin: 7px 0 4px;
  font-size: 43px;
  line-height: 1;
  font-weight: 900;
}

.bank-stamp {
  position: absolute;
  right: 34px;
  top: 71px;
  width: 83px;
  height: 83px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #e8f5ff;
  background: #075dce;
  box-shadow: 0 0 0 5px rgba(0, 130, 255, .22), inset 0 0 0 1px rgba(255,255,255,.35);
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.bank-stamp small {
  display: block;
  color: #dceaff;
  font-size: 7px;
  line-height: 1.1;
  text-transform: uppercase;
}

.bank-price ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 12px;
  margin: 16px 0 13px;
  font-size: 9px;
}

.bank-clients {
  padding: 13px 16px 12px;
}

.bank-clients h2 {
  text-align: left;
  font-size: 24px;
}

.bank-final-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: .85fr 1.36fr;
  gap: 13px;
}

.bank-faq {
  padding: 16px 21px;
  border: 1px solid rgba(44, 118, 203, .48);
  border-radius: 8px;
  background: rgba(5, 16, 45, .65);
}

.bank-faq h2 {
  text-align: left;
  font-size: 18px;
}

.bank-faq details {
  border: 1px solid rgba(96, 137, 207, .36);
  background: rgba(5, 16, 45, .6);
}

.bank-faq summary {
  min-height: 25px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  cursor: pointer;
  color: #f5f9ff;
  font-size: 9px;
}

.bank-faq summary::-webkit-details-marker {
  display: none;
}

.bank-faq summary::after {
  content: "+";
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.bank-faq details[open] summary::after {
  content: "-";
}

.bank-faq p {
  margin: 0;
  padding: 0 11px 9px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.4;
}

.bank-cta {
  width: 100%;
  min-height: 214px;
  margin: 0;
  padding: 39px 310px 30px 35px;
  align-items: start;
  overflow: hidden;
  background:
    radial-gradient(circle at 78% 45%, rgba(0, 184, 255, .42), transparent 9rem),
    linear-gradient(100deg, rgba(4, 27, 80, .98), rgba(4, 12, 39, .98));
}

.bank-cta h2 {
  max-width: 360px;
  font-size: 28px;
  line-height: 1.08;
}

.bank-cta p {
  max-width: 390px;
  font-size: 12px;
  line-height: 1.6;
}

.bank-globe {
  position: absolute;
  right: 0;
  bottom: -90px;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  border: 1px solid rgba(55, 192, 255, .55);
  background:
    radial-gradient(circle at 35% 35%, rgba(28, 170, 255, .8), transparent 5px),
    radial-gradient(circle at 63% 32%, rgba(28, 170, 255, .8), transparent 4px),
    radial-gradient(circle at 52% 55%, rgba(28, 170, 255, .8), transparent 4px),
    linear-gradient(90deg, transparent 49%, rgba(60, 180, 255, .22) 50%, transparent 51%),
    linear-gradient(0deg, transparent 49%, rgba(60, 180, 255, .22) 50%, transparent 51%),
    radial-gradient(circle, rgba(6, 112, 226, .42), rgba(4, 20, 56, .1) 68%);
  box-shadow: 0 0 42px rgba(0, 136, 255, .34);
}

@media (max-width: 980px) {
  .bank-hero,
  .bank-requirements,
  .bank-vs,
  .bank-bottom-grid,
  .bank-final-grid {
    grid-template-columns: 1fr;
  }

  .bank-hero {
    padding-top: 24px;
  }

  .bank-hero-art {
    min-height: 500px;
  }

  .bank-six-grid,
  .bank-partners div {
    grid-template-columns: repeat(3, 1fr);
  }

  .bank-requirements {
    padding: 20px;
  }

  .bank-process-grid,
  .bank-four-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .bank-process-grid::before,
  .bank-process-grid article::after {
    display: none;
  }

  .bank-vs > b {
    margin: 0 auto;
  }

  .bank-cta {
    padding-right: 220px;
  }
}

@media (max-width: 620px) {
  .bank-copy h1 {
    font-size: 39px;
  }

  .bank-hero-art {
    min-height: 780px;
  }

  .bank-dashboard {
    left: 0;
    top: 20px;
    width: 100%;
  }

  .bank-person {
    left: 50%;
    top: 210px;
    width: 160px;
    height: 260px;
    transform: translateX(-50%);
  }

  .bank-laptop {
    left: 50%;
    top: 400px;
    bottom: auto;
    width: 230px;
    transform: translateX(-50%) perspective(720px) rotateX(8deg);
  }

  .bank-card {
    left: 50%;
    right: auto;
    top: 520px;
    bottom: auto;
    transform: translateX(-50%);
  }

  .bank-phone {
    left: 50%;
    right: auto;
    top: 210px;
    transform: translateX(-50%);
    opacity: .25;
  }

  .bank-six-grid,
  .bank-partners div,
  .bank-process-grid,
  .bank-four-grid,
  .bank-price ul {
    grid-template-columns: 1fr;
  }

  .bank-requirements aside {
    padding: 18px;
  }

  .bank-process {
    padding: 18px 20px;
  }

  .bank-process-grid article {
    grid-template-columns: 42px 1fr;
  }

  .bank-price,
  .bank-clients,
  .bank-rejected,
  .bank-improves,
  .bank-choose,
  .bank-faq {
    padding: 20px;
  }

  .bank-stamp {
    position: relative;
    right: auto;
    top: auto;
    margin: 12px 0;
  }

  .bank-cta {
    min-height: 360px;
    padding: 24px 20px 190px;
    text-align: center;
    justify-items: center;
  }

  .bank-cta h2,
  .bank-cta p {
    max-width: none;
  }

  .bank-globe {
    right: 50%;
    bottom: -145px;
    width: 285px;
    height: 285px;
    transform: translateX(50%);
  }
}

/* US Tax Filing service page */
.payment-page-shell {
  --pay-blue: #1977ff;
  --pay-violet: #6d65ff;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 9% 13%, rgba(30, 92, 255, .24), transparent 20rem),
    radial-gradient(circle at 78% 12%, rgba(0, 153, 255, .16), transparent 22rem),
    linear-gradient(180deg, #020717 0%, #020b1e 53%, #020717 100%);
}

.payment-page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.017) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(90deg, rgba(255,255,255,.013) 1px, transparent 1px) 0 0 / 48px 48px;
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 86%, transparent);
}

.payment-main {
  position: relative;
  z-index: 1;
}

.pay-primary,
.pay-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 800;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.pay-primary:hover,
.pay-secondary:hover {
  transform: translateY(-2px);
}

.payment-main {
  padding-bottom: 18px;
}

.payment-hero {
  min-height: 505px;
  padding-top: 34px;
  display: grid;
  grid-template-columns: 48% 52%;
  gap: 18px;
  align-items: start;
  border-bottom: 1px solid rgba(78, 99, 181, .24);
}

.payment-copy {
  padding-top: 4px;
}

.payment-pill {
  width: max-content;
  min-height: 36px;
  margin: 0 0 25px;
  padding: 0 17px 0 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, rgba(70, 64, 188, .78), rgba(58, 36, 129, .78));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.payment-pill svg {
  width: 15px;
  height: 15px;
  color: #74a2ff;
}

.payment-copy h1 {
  max-width: 590px;
  margin: 0;
  font-size: clamp(46px, 4.45vw, 56px);
  line-height: 1.03;
  font-weight: 900;
  letter-spacing: -1px;
}

.payment-copy h1 span,
.payment-perfect h2,
.payment-process h2 {
  display: block;
  color: #6770ff;
}

.payment-subtitle {
  max-width: 428px;
  margin: 24px 0 23px;
  color: #d9e2f7;
  font-size: 17px;
  line-height: 1.72;
}

.payment-check-row {
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 34px;
  color: #e8efff;
  font-size: 13px;
}

.payment-check-row span {
  position: relative;
  padding-left: 24px;
}

.payment-check-row span::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  color: #43d5ff;
  background: rgba(5, 106, 255, .28);
  font-size: 11px;
  font-weight: 900;
}

.payment-actions {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.pay-primary {
  min-width: 250px;
  padding: 0 29px;
  color: #fff;
  background: linear-gradient(135deg, #08adff, #1d5cff);
  box-shadow: 0 17px 32px rgba(0, 108, 255, .36), inset 0 1px 0 rgba(255,255,255,.28);
}

.pay-secondary {
  min-width: 262px;
  padding: 0 24px;
  border: 1px solid rgba(175, 193, 255, .44);
  color: #fff;
  background: rgba(7, 15, 39, .36);
}

.pay-secondary:hover {
  border-color: rgba(92, 128, 255, .86);
  box-shadow: 0 0 28px rgba(66, 92, 255, .18);
}

.payment-rating {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 33px;
  color: #fff;
  font-size: 13px;
}

.pay-avatars {
  display: flex;
  width: 85px;
}

.pay-avatars span {
  width: 34px;
  height: 34px;
  margin-right: -10px;
  border: 2px solid rgba(255,255,255,.75);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 35%, #ffd0b0 0 8px, transparent 9px),
    linear-gradient(180deg, #3c516f 0 46%, #c28059 47% 100%);
}

.pay-avatars span:nth-child(2) { background: radial-gradient(circle at 50% 35%, #ffd7ba 0 8px, transparent 9px), linear-gradient(180deg, #242b4a 0 46%, #4075b7 47% 100%); }
.pay-avatars span:nth-child(3) { background: radial-gradient(circle at 50% 35%, #f5c09d 0 8px, transparent 9px), linear-gradient(180deg, #51304a 0 46%, #d47f65 47% 100%); }

.payment-rating em {
  color: #ffb318;
  font-style: normal;
  letter-spacing: 2px;
}

.payment-rating i {
  width: 1px;
  height: 26px;
  background: rgba(106, 132, 222, .42);
}

.payment-rating > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #d9e2f7;
}

.payment-rating svg {
  width: 18px;
  height: 18px;
  color: #4a77ff;
}

.payment-dashboard {
  position: relative;
  min-height: 442px;
  margin-top: -4px;
  padding: 24px 39px 24px 25px;
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 26px;
  border: 1px solid rgba(62, 90, 225, .62);
  border-radius: 12px;
  background:
    radial-gradient(circle at 25% 18%, rgba(20, 94, 255, .18), transparent 17rem),
    linear-gradient(145deg, rgba(8, 27, 69, .68), rgba(4, 12, 38, .86));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 28px 58px rgba(0,0,0,.22);
}

.gateway-stack {
  display: grid;
  gap: 16px;
  align-content: start;
}

.gateway-stack article,
.ghost-gateway,
.gateway-card-grid article,
.payment-process,
.payment-ready {
  border: 1px solid rgba(48, 88, 190, .46);
  background:
    radial-gradient(circle at 35% 0, rgba(76, 102, 255, .16), transparent 8rem),
    linear-gradient(145deg, rgba(8, 27, 70, .78), rgba(5, 15, 43, .86));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 18px 44px rgba(0,0,0,.18);
}

.gateway-stack article {
  min-height: 84px;
  padding: 19px 17px 14px;
  border-radius: 9px;
}

.gateway-stack article span {
  position: relative;
  display: block;
  margin-top: 13px;
  padding-left: 21px;
  color: #fff;
  font-size: 12px;
}

.gateway-stack article span::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: -1px;
  width: 14px;
  height: 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #33c86f;
  font-size: 9px;
}

.stripe-logo,
.paypal-logo,
.wise-logo,
.more-logo {
  display: block;
  font-weight: 900;
  line-height: 1;
}

.stripe-logo {
  color: #7169ff;
  font-size: 34px;
  letter-spacing: -2px;
}

.paypal-logo {
  color: #3ebfff;
  font-size: 24px;
  font-style: italic;
}

.paypal-logo::first-letter {
  color: #4fd0ff;
  font-size: 32px;
}

.wise-logo {
  color: #86e72e;
  font-size: 28px;
  font-style: italic;
}

.more-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 17px;
}

.more-logo i {
  width: 28px;
  height: 28px;
  display: inline-block;
  background:
    radial-gradient(circle at 25% 25%, #6d6fff 0 5px, transparent 6px),
    radial-gradient(circle at 75% 25%, #6d6fff 0 5px, transparent 6px),
    radial-gradient(circle at 25% 75%, #436eff 0 5px, transparent 6px),
    radial-gradient(circle at 75% 75%, #436eff 0 5px, transparent 6px);
}

.ghost-gateway {
  min-height: 50px;
  border-radius: 9px;
  opacity: .45;
}

.payment-report {
  position: relative;
  min-height: 386px;
  padding: 18px 28px 27px;
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(6, 23, 60, .45), rgba(5, 15, 43, .68));
  overflow: visible;
}

.pay-report-head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}

.pay-report-head small {
  color: #fff;
  font-size: 13px;
}

.pay-report-head strong {
  grid-column: 1;
  margin-top: 6px;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
}

.pay-report-head strong span {
  color: #9ba8c8;
  font-weight: 500;
}

.pay-report-head em {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  padding: 7px 11px;
  border-radius: 999px;
  color: #4cfe82;
  background: rgba(13, 146, 75, .22);
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}

.pay-report-head p {
  grid-column: 1;
  margin: 18px 0 0;
  color: #dce5fa;
  font-size: 13px;
}

.pay-chart {
  position: relative;
  height: 126px;
  margin: 5px 0 26px;
  background:
    linear-gradient(rgba(80, 106, 173, .14) 1px, transparent 1px) 0 0 / 48px 32px,
    linear-gradient(90deg, rgba(80, 106, 173, .14) 1px, transparent 1px) 0 0 / 48px 32px;
}

.pay-chart::before {
  content: "";
  position: absolute;
  left: 0;
  right: 20px;
  top: 22px;
  bottom: 10px;
  background: linear-gradient(180deg, rgba(99, 101, 255, .45), rgba(99, 101, 255, .02));
  clip-path: polygon(0 84%, 16% 72%, 32% 54%, 48% 66%, 64% 48%, 80% 36%, 100% 15%, 100% 100%, 0 100%);
}

.pay-chart::after {
  content: "";
  position: absolute;
  left: 0;
  right: 20px;
  top: 22px;
  bottom: 10px;
  background: linear-gradient(135deg, transparent 0 13%, #5778ff 13.2% 14.3%, transparent 14.5% 28.5%, #5778ff 28.8% 29.7%, transparent 30% 44%, #5778ff 44.3% 45.2%, transparent 45.5% 60.5%, #5778ff 60.8% 61.7%, transparent 62% 77%, #5778ff 77.3% 78.2%, transparent 78.5%);
}

.pay-chart span {
  position: absolute;
  z-index: 2;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #5b76ff;
  box-shadow: 0 0 16px rgba(102, 115, 255, .75);
}

.pay-chart span:nth-child(1) { left: 0; top: 111px; }
.pay-chart span:nth-child(2) { left: 16%; top: 92px; }
.pay-chart span:nth-child(3) { left: 32%; top: 61px; }
.pay-chart span:nth-child(4) { left: 48%; top: 81px; }
.pay-chart span:nth-child(5) { left: 64%; top: 52px; }
.pay-chart span:nth-child(6) { left: 80%; top: 34px; }
.pay-chart span:nth-child(7) { right: 18px; top: 10px; }

.secure-card {
  position: absolute;
  right: -80px;
  top: 225px;
  width: 158px;
  min-height: 73px;
  padding: 15px 13px 13px 48px;
  border: 1px solid rgba(70, 103, 220, .6);
  border-radius: 9px;
  background: linear-gradient(145deg, rgba(13, 34, 82, .96), rgba(8, 20, 55, .96));
}

.secure-card svg {
  position: absolute;
  left: 16px;
  top: 18px;
  width: 25px;
  height: 25px;
  color: #526eff;
}

.secure-card b,
.secure-card small {
  display: block;
  font-size: 12px;
}

.secure-card small {
  margin-top: 3px;
  color: #ccd8f3;
  font-size: 9px;
}

.transaction-list {
  padding: 4px 13px 0;
}

.transaction-list p {
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 13px 0;
  color: #fff;
  font-size: 13px;
}

.transaction-list span {
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  color: transparent;
  background: linear-gradient(135deg, #bdf652, #0dc76a);
}

.transaction-list p:nth-child(2) span { background: linear-gradient(135deg, #298fff, #5aa9ff); }
.transaction-list p:nth-child(3) span { background: linear-gradient(135deg, #20b6ff, #1170ff); }

.transaction-list b {
  text-align: right;
  font-size: 13px;
}

.transaction-list small {
  display: block;
  margin-top: 3px;
  color: #42f46e;
  font-size: 10px;
}

.gateway-section {
  padding: 24px 12px 0;
}

.gateway-section h2,
.payment-perfect h2,
.payment-process h2 {
  margin: 0 0 22px;
  text-align: center;
  color: #f8fbff;
  font-size: 21px;
  font-weight: 900;
}

.gateway-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 34px;
}

.gateway-card-grid article {
  min-height: 236px;
  padding: 31px 30px 25px;
  border-radius: 11px;
}

.gateway-card-grid p {
  max-width: 178px;
  margin: 24px 0 26px;
  color: #e0e8f9;
  font-size: 14px;
  line-height: 1.55;
}

.gateway-card-grid a {
  color: #6b75ff;
  font-size: 14px;
  font-weight: 700;
}

.payment-perfect {
  padding-top: 31px;
}

.payment-perfect > div {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}

.payment-perfect article {
  text-align: center;
}

.payment-perfect span,
.payment-process-grid span,
.ready-stat svg {
  width: 58px;
  height: 58px;
  margin: 0 auto 20px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(55, 87, 214, .45);
  border-radius: 9px;
  color: #635eff;
  background: linear-gradient(145deg, rgba(34, 46, 134, .8), rgba(8, 31, 82, .72));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 14px 28px rgba(0,0,0,.18);
}

.payment-perfect svg,
.payment-process-grid svg {
  width: 33px;
  height: 33px;
  stroke-width: 2.2;
}

.payment-perfect h3 {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 900;
}

.payment-perfect p {
  max-width: 190px;
  margin: 0 auto;
  color: #d5e0f4;
  font-size: 12px;
  line-height: 1.45;
}

.payment-process {
  margin-top: 39px;
  padding: 19px 53px 25px;
  border-radius: 12px;
}

.payment-process h2 {
  margin-bottom: 13px;
}

.payment-process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 47px;
}

.payment-process-grid::before {
  content: "";
  position: absolute;
  left: 68px;
  right: 68px;
  top: 22px;
  border-top: 1px dashed rgba(113, 132, 205, .7);
}

.payment-process-grid article {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.payment-process-grid b {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #6a5dff, #0c61ff);
  box-shadow: 0 0 20px rgba(82, 100, 255, .42);
  font-size: 15px;
}

.payment-process-grid span {
  width: 64px;
  height: 64px;
  margin: 10px auto 14px;
}

.payment-process-grid h3 {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 900;
}

.payment-process-grid p {
  margin: 0;
  max-width: 132px;
  color: #d8e2f6;
  font-size: 11px;
  line-height: 1.45;
}

.payment-ready {
  min-height: 159px;
  margin-top: 30px;
  padding: 25px 36px;
  display: grid;
  grid-template-columns: 1.28fr repeat(3, .44fr);
  gap: 0;
  align-items: center;
  border-color: rgba(55, 98, 236, .78);
  border-radius: 14px;
  background:
    radial-gradient(circle at 8% 5%, rgba(80, 96, 255, .38), transparent 13rem),
    linear-gradient(100deg, rgba(20, 51, 124, .92), rgba(4, 13, 38, .96));
}

.ready-copy h2 {
  margin: 0 0 13px;
  font-size: 27px;
  line-height: 1.1;
}

.ready-copy p {
  margin: 0 0 22px;
  color: #e1e9fb;
  font-size: 14px;
}

.payment-ready .pay-primary,
.payment-ready .pay-secondary {
  min-width: 0;
  min-height: 44px;
  padding-inline: 25px;
  font-size: 13px;
}

.ready-stat {
  min-height: 118px;
  display: grid;
  align-content: center;
  justify-items: center;
  border-left: 1px solid rgba(84, 111, 206, .22);
  text-align: center;
}

.ready-stat svg {
  width: 32px;
  height: 32px;
  margin-bottom: 9px;
  border: 0;
  background: transparent;
  box-shadow: none;
  color: #5265ff;
}

.ready-stat b {
  display: block;
  color: #8c78ff;
  font-size: 34px;
  line-height: .98;
  font-weight: 900;
}

.ready-stat span {
  margin-top: 7px;
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
}

@media (max-width: 980px) {
  .payment-main {
  }
  .payment-hero,
  .payment-dashboard,
  .payment-ready {
    grid-template-columns: 1fr;
  }
  .payment-dashboard {
    min-height: 0;
    padding: 22px;
  }
  .gateway-stack {
    grid-template-columns: repeat(2, 1fr);
  }
  .secure-card {
    right: 18px;
  }
  .gateway-card-grid,
  .payment-perfect > div {
    grid-template-columns: repeat(2, 1fr);
  }
  .payment-process-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .payment-process-grid::before {
    display: none;
  }
  .ready-stat {
    border-left: 0;
    border-top: 1px solid rgba(84, 111, 206, .22);
  }

}

@media (max-width: 620px) {
  .payment-copy h1 {
    font-size: 42px;
  }

  .payment-subtitle {
    font-size: 15px;
  }

  .payment-check-row,
  .payment-rating {
    align-items: flex-start;
    flex-direction: column;
  }

  .payment-rating i {
    display: none;
  }

  .pay-primary,
  .pay-secondary,
  .payment-ready .pay-primary,
  .payment-ready .pay-secondary {
    width: 100%;
  }

  .gateway-stack,
  .gateway-card-grid,
  .payment-perfect > div,
  .payment-process-grid {
    grid-template-columns: 1fr;
  }

  .payment-report {
    padding: 18px 16px 20px;
  }

  .pay-report-head {
    grid-template-columns: 1fr;
  }

  .pay-report-head em {
    grid-column: 1;
    grid-row: auto;
    width: max-content;
    margin-top: 10px;
  }

  .secure-card {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin: 8px 0 10px;
  }

  .transaction-list {
    padding: 0;
  }

  .transaction-list p {
    grid-template-columns: 22px 1fr;
  }

  .transaction-list b {
    grid-column: 2;
    text-align: left;
  }

  .gateway-section {
    padding-inline: 0;
  }

  .payment-process {
    padding: 20px;
  }

  .payment-ready {
    padding: 22px 20px;
  }

  .ready-copy h2 {
    font-size: 24px;
  }
}

.tax-page-shell::before {
  background:
    radial-gradient(ellipse at 70% 6%, rgba(0, 94, 255, .35), transparent 32rem),
    radial-gradient(circle at 7% 44%, rgba(0, 190, 255, .12), transparent 24rem),
    linear-gradient(105deg, rgba(0, 12, 38, .22), transparent 45%);
}

/* Business Address Setup page */
.addr-page-shell {
  --addr-blue: #0b78ff;
  --addr-cyan: #0ac8ff;
  --addr-violet: #7455ff;
  min-height: 100vh;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 8% 14%, rgba(52, 92, 255, .27), transparent 21rem),
    radial-gradient(circle at 78% 12%, rgba(1, 121, 255, .2), transparent 24rem),
    radial-gradient(circle at 50% 87%, rgba(31, 69, 185, .18), transparent 31rem),
    linear-gradient(180deg, #020716 0%, #031025 51%, #020716 100%);
}

.addr-page-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px) 0 0 / 50px 50px,
    linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px) 0 0 / 50px 50px;
  mask-image: linear-gradient(180deg, transparent 0%, #000 12%, #000 86%, transparent 100%);
}

.addr-page-shell a {
  color: inherit;
}

.addr-page-shell svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.addr-main {
  position: relative;
  z-index: 1;
}

.addr-main {
  padding-bottom: 28px;
}

.addr-hero {
  min-height: 596px;
  padding: 28px 0 5px;
  display: grid;
  grid-template-columns: minmax(430px, 1fr) 535px;
  gap: 28px;
  align-items: start;
  border-bottom: 1px solid rgba(52, 85, 166, .18);
}

.addr-copy {
  padding: 22px 0 0 40px;
}

.addr-kicker {
  display: flex;
  align-items: center;
  gap: 13px;
  margin: 0 0 29px;
}

.addr-kicker span {
  min-width: 46px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: linear-gradient(135deg, rgba(134, 97, 255, .95), rgba(33, 36, 143, .96));
  box-shadow: 0 12px 22px rgba(0,0,0,.24), 0 0 24px rgba(91, 76, 255, .25);
  font-size: 17px;
  font-weight: 900;
}

.addr-kicker em {
  padding: 6px 11px;
  border-radius: 999px;
  color: #aab7ec;
  background: rgba(95, 86, 172, .2);
  font-size: 12px;
  letter-spacing: .09em;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
}

.addr-copy h1 {
  max-width: 500px;
  margin: 0 0 20px;
  font-size: clamp(44px, 4.5vw, 54px);
  line-height: 1.11;
  letter-spacing: 0;
  font-weight: 900;
}

.addr-subtitle {
  max-width: 420px;
  margin: 0 0 25px;
  color: #dce8ff;
  font-size: 16px;
  line-height: 1.58;
}

.addr-checks {
  display: grid;
  gap: 18px;
  margin: 0 0 39px;
  padding: 0;
  list-style: none;
  color: #f4f8ff;
  font-size: 15px;
}

.addr-checks li {
  position: relative;
  padding-left: 38px;
}

.addr-checks li::before {
  content: "\2713";
  position: absolute;
  left: 5px;
  top: -1px;
  color: #05caff;
  font-size: 20px;
  font-weight: 900;
}

.addr-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.addr-primary {
  min-width: 218px;
  min-height: 56px;
  background: linear-gradient(135deg, #09c4ff 0%, #145cff 100%);
  box-shadow: 0 17px 34px rgba(0, 119, 255, .35), 0 0 35px rgba(0, 185, 255, .16);
}

.addr-secondary {
  min-width: 255px;
  min-height: 56px;
  border: 1px solid rgba(79, 123, 219, .7);
  color: #fff;
  background: rgba(3, 14, 40, .48);
}

.addr-secondary svg {
  width: 20px;
  height: 20px;
  color: #3d8aff;
}

.addr-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 39px;
  color: #fff;
  font-size: 13px;
}

.addr-avatar-stack {
  display: flex;
  width: 86px;
}

.addr-avatar-stack i {
  width: 31px;
  height: 31px;
  margin-right: -7px;
  border: 2px solid #152e60;
  border-radius: 50%;
  background:
    radial-gradient(circle at 48% 32%, #ffe1cf 0 28%, transparent 29%),
    linear-gradient(180deg, #473021 0 41%, #f1b48d 42% 67%, #0c1d3d 68% 100%);
}

.addr-avatar-stack i:nth-child(2) {
  background:
    radial-gradient(circle at 48% 32%, #ffd2bc 0 28%, transparent 29%),
    linear-gradient(180deg, #15243f 0 38%, #d9a27c 39% 67%, #0b376c 68% 100%);
}

.addr-avatar-stack i:nth-child(3) {
  background:
    radial-gradient(circle at 48% 32%, #f5d4bd 0 28%, transparent 29%),
    linear-gradient(180deg, #2b211e 0 42%, #ddb08b 43% 67%, #28486d 68% 100%);
}

.addr-rating strong {
  font-weight: 700;
}

.addr-rating em {
  color: #ffd624;
  letter-spacing: 1px;
  font-style: normal;
}

.addr-rating b {
  width: 1px;
  height: 24px;
  margin: 0 14px;
  background: rgba(90, 112, 183, .28);
}

.addr-rating small {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #d9e6ff;
  font-size: 13px;
}

.addr-rating svg {
  width: 23px;
  height: 23px;
  color: #5579ff;
}

.addr-panel {
  width: 535px;
  min-height: 571px;
  padding: 0;
  border: 0;
  border-radius: 12px;
  background: transparent;
  box-shadow: 0 22px 55px rgba(0,0,0,.2);
}

.addr-panel-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: contain;
  image-rendering: auto;
}

.addr-card-grid span {
  width: 55px;
  height: 55px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(144, 116, 255, .98), rgba(21, 60, 215, .96));
  box-shadow: 0 0 24px rgba(96, 76, 255, .38);
}

.addr-card-grid svg {
  width: 31px;
  height: 31px;
  color: #fff;
}

.addr-included {
  padding: 21px 0 0;
}

.addr-included h2,
.addr-perfect h2 {
  margin: 0 0 19px;
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.addr-card-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.addr-card-grid article {
  min-height: 245px;
  padding: 18px 14px;
  border: 1px solid rgba(37, 102, 231, .5);
  border-radius: 8px;
  background:
    radial-gradient(circle at 52% 7%, rgba(69, 84, 255, .17), transparent 8rem),
    linear-gradient(180deg, rgba(7, 30, 75, .68), rgba(3, 13, 40, .88));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 18px 35px rgba(0,0,0,.13);
  text-align: center;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.addr-card-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(49, 151, 255, .78);
  box-shadow: 0 20px 42px rgba(0, 94, 255, .18);
}

.addr-card-grid span {
  margin: 0 auto 18px;
}

.addr-card-grid h3 {
  min-height: 42px;
  margin: 0 0 17px;
  font-size: 14px;
  line-height: 1.22;
  font-weight: 900;
}

.addr-card-grid p {
  margin: 0;
  color: #d3def5;
  font-size: 12px;
  line-height: 1.65;
}

.addr-perfect {
  padding-top: 31px;
}

.addr-perfect h2 {
  margin-bottom: 21px;
}

.addr-perfect > div {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.addr-perfect article {
  min-height: 124px;
  padding: 0 19px;
  border-right: 1px solid rgba(79, 106, 188, .27);
  text-align: center;
}

.addr-perfect article:last-child {
  border-right: 0;
}

.addr-perfect svg {
  width: 44px;
  height: 44px;
  margin-bottom: 13px;
  color: #755fff;
  filter: drop-shadow(0 0 12px rgba(98, 91, 255, .72));
  stroke-width: 1.7;
}

.addr-perfect h3 {
  margin: 0 0 11px;
  font-size: 13px;
  line-height: 1.26;
  font-weight: 900;
}

.addr-perfect p {
  margin: 0;
  color: #d4def3;
  font-size: 12px;
  line-height: 1.55;
}

.addr-ready {
  min-height: 190px;
  margin: 31px 0 0;
  padding: 28px 35px;
  display: grid;
  grid-template-columns: 78px minmax(355px, 1fr) repeat(3, 156px);
  gap: 23px;
  align-items: center;
  border: 1px solid rgba(37, 102, 231, .58);
  border-radius: 11px;
  background:
    radial-gradient(circle at 13% 45%, rgba(92, 82, 255, .32), transparent 14rem),
    radial-gradient(circle at 83% 38%, rgba(0, 119, 255, .16), transparent 17rem),
    linear-gradient(180deg, rgba(7, 30, 76, .7), rgba(3, 13, 40, .88));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 18px 40px rgba(0,0,0,.18);
}

.addr-ready-icon {
  width: 78px;
  height: 78px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(142, 111, 255, .97), rgba(29, 61, 212, .97));
  box-shadow: 0 0 34px rgba(92, 76, 255, .45);
}

.addr-ready-icon svg {
  width: 42px;
  height: 42px;
}

.addr-ready-copy h2 {
  margin: 0 0 9px;
  font-size: 24px;
  line-height: 1.2;
}

.addr-ready-copy p {
  max-width: 475px;
  margin: 0 0 15px;
  color: #e5edff;
  font-size: 15px;
  line-height: 1.45;
}

.addr-ready .addr-primary,
.addr-ready .addr-secondary {
  min-height: 42px;
  min-width: 198px;
  font-size: 13px;
}

.addr-ready .addr-secondary {
  min-width: 188px;
}

.addr-ready-stat {
  min-height: 128px;
  display: grid;
  align-content: center;
  justify-items: center;
  border-left: 1px solid rgba(80, 105, 187, .34);
  text-align: center;
}

.addr-ready-stat svg {
  width: 36px;
  height: 36px;
  margin-bottom: 9px;
  color: #8068ff;
  filter: drop-shadow(0 0 13px rgba(127, 95, 255, .64));
}

.addr-ready-stat b {
  color: #8d72ff;
  font-size: 31px;
  line-height: 1;
  text-shadow: 0 0 15px rgba(127, 95, 255, .58);
}

.addr-ready-stat span {
  margin-top: 7px;
  color: #e4eaff;
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 980px) {
  .addr-main {
  }
  .addr-hero,
  .addr-card-grid,
  .addr-perfect > div,
  .addr-ready {
    grid-template-columns: 1fr;
  }
  .addr-copy {
    padding-left: 0;
  }
  .addr-panel {
    min-height: 0;
  }
  .addr-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .addr-perfect > div {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 0;
  }
  .addr-perfect article:nth-child(even) {
    border-right: 0;
  }
  .addr-ready {
    grid-template-columns: 78px 1fr;
  }
  .addr-ready-stat {
    border-left: 0;
    border-top: 1px solid rgba(80, 105, 187, .34);
    min-height: 100px;
  }
}

@media (max-width: 620px) {
  .addr-copy h1 {
    font-size: 40px;
  }

  .addr-actions,
  .addr-rating {
    align-items: stretch;
    flex-direction: column;
  }

  .addr-primary,
  .addr-secondary {
    width: 100%;
    min-width: 0;
  }

  .addr-rating b {
    display: none;
  }

  .addr-ready {
    padding: 20px;
  }

  .addr-card-grid,
  .addr-perfect > div,
  .addr-ready {
    grid-template-columns: 1fr;
  }

  .addr-perfect article {
    border-right: 0;
    border-bottom: 1px solid rgba(79, 106, 188, .27);
    padding-bottom: 22px;
  }

  .addr-perfect article:last-child {
    border-bottom: 0;
  }

  .addr-ready {
    justify-items: center;
    text-align: center;
  }
}

.tax-main {
}

.tax-hero {
  min-height: 438px;
  display: grid;
  grid-template-columns: 43% 57%;
  align-items: center;
  position: relative;
  isolation: isolate;
}

.tax-hero::before {
  content: "";
  position: absolute;
  inset: -18px -44px -4px;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(1, 7, 22, .97), rgba(1, 7, 22, .54) 43%, rgba(1, 7, 22, .12) 76%),
    radial-gradient(circle at 69% 42%, rgba(0, 111, 255, .28), transparent 23rem);
}

.tax-copy {
  position: relative;
  z-index: 6;
}

.tax-copy h1 {
  max-width: 520px;
  margin: 0;
  font-size: clamp(42px, 4.35vw, 58px);
  line-height: 1.06;
  font-weight: 900;
}

.tax-copy h1 span,
.tax-cta h2 span {
  color: #02d6ff;
}

.tax-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 14px 38px;
  margin: 23px 0 28px;
  color: #f3f8ff;
  font-size: 11px;
  font-weight: 700;
}

.tax-proof-grid span::before {
  content: "\2713";
  display: inline-grid;
  place-items: center;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  border: 1px solid #06dfff;
  border-radius: 50%;
  color: #06dfff;
  font-size: 9px;
  font-weight: 900;
}

.tax-hero-art {
  position: relative;
  min-height: 400px;
}

.tax-skyline {
  position: absolute;
  left: 10px;
  right: 55px;
  bottom: 54px;
  height: 220px;
  opacity: .8;
  background:
    linear-gradient(180deg, transparent 0 45%, rgba(0, 151, 255, .25) 46% 100%),
    repeating-linear-gradient(90deg, transparent 0 30px, rgba(11, 130, 255, .7) 30px 56px, transparent 56px 78px);
  clip-path: polygon(0 100%,0 68%,5% 68%,5% 52%,10% 52%,10% 40%,15% 40%,15% 65%,21% 65%,21% 26%,26% 26%,26% 100%,31% 100%,31% 54%,37% 54%,37% 16%,43% 16%,43% 100%,48% 100%,48% 35%,53% 35%,53% 20%,58% 20%,58% 100%,63% 100%,63% 47%,68% 47%,68% 10%,73% 10%,73% 100%,78% 100%,78% 38%,84% 38%,84% 24%,90% 24%,90% 100%,100% 100%);
  filter: drop-shadow(0 0 18px rgba(0, 159, 255, .5));
}

.tax-person {
  position: absolute;
  left: 238px;
  top: 7px;
  width: 185px;
  height: 335px;
  z-index: 5;
  border-radius: 95px 95px 14px 14px;
  background:
    radial-gradient(circle at 50% 21%, #f1c5a9 0 42px, transparent 43px),
    radial-gradient(ellipse at 48% 10%, #2b1d17 0 47px, transparent 48px),
    linear-gradient(135deg, transparent 0 32%, #113466 33% 100%);
  filter: drop-shadow(0 22px 28px rgba(0,0,0,.34));
}

.tax-person::before {
  content: "";
  position: absolute;
  left: 51px;
  top: 115px;
  width: 86px;
  height: 175px;
  background: linear-gradient(180deg, #eef7ff 0 24%, #183a70 25% 100%);
  clip-path: polygon(16% 0, 84% 0, 100% 100%, 0 100%);
}

.tax-person::after {
  content: "";
  position: absolute;
  left: 62px;
  top: 75px;
  width: 62px;
  height: 12px;
  border-top: 3px solid #0b1220;
  border-bottom: 3px solid #0b1220;
  border-radius: 14px;
}

.tax-document {
  position: absolute;
  left: 290px;
  top: 205px;
  width: 126px;
  height: 146px;
  padding: 12px;
  z-index: 8;
  color: #0e2858;
  background: linear-gradient(160deg, #f8fbff, #a9c5ec);
  border-radius: 3px;
  transform: rotate(-3deg);
  box-shadow: 0 15px 25px rgba(0,0,0,.28);
}

.tax-document b {
  display: block;
  font-size: 13px;
}

.tax-document i {
  display: block;
  height: 3px;
  margin-top: 12px;
  background: rgba(21, 67, 132, .36);
}

.tax-document i:nth-of-type(2) { width: 82%; }
.tax-document i:nth-of-type(3) { width: 72%; }
.tax-document i:nth-of-type(4) { width: 88%; }

.tax-plant {
  position: absolute;
  left: 210px;
  bottom: 56px;
  width: 43px;
  height: 73px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(180deg, transparent 0 49%, #35536f 50%);
  z-index: 6;
}

.tax-plant::before {
  content: "";
  position: absolute;
  left: -17px;
  top: 0;
  width: 77px;
  height: 58px;
  background:
    radial-gradient(ellipse at 18% 75%, #1d8d47 0 15px, transparent 16px),
    radial-gradient(ellipse at 50% 47%, #2ec76a 0 22px, transparent 23px),
    radial-gradient(ellipse at 77% 72%, #239752 0 17px, transparent 18px);
}

.tax-calculator {
  position: absolute;
  left: 435px;
  bottom: 58px;
  width: 74px;
  height: 42px;
  border-radius: 5px;
  background: linear-gradient(180deg, #3d546e, #16253b);
  z-index: 9;
}

.tax-laptop {
  position: absolute;
  right: 55px;
  bottom: 56px;
  width: 190px;
  height: 92px;
  border-radius: 6px;
  background: linear-gradient(145deg, #445775, #14243f);
  transform: perspective(700px) rotateX(9deg) rotateY(-10deg);
  box-shadow: 0 20px 30px rgba(0,0,0,.34);
  z-index: 4;
}

.tax-status {
  position: absolute;
  right: 8px;
  width: 222px;
  min-height: 72px;
  padding: 13px 14px;
  display: grid;
  grid-template-columns: 36px 1fr 18px;
  gap: 11px;
  align-items: center;
  border: 1px solid rgba(85, 144, 221, .43);
  border-radius: 8px;
  background: linear-gradient(145deg, rgba(7, 25, 62, .9), rgba(4, 13, 36, .9));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 13px 25px rgba(0,0,0,.24);
  backdrop-filter: blur(8px);
  z-index: 11;
}

.tax-status svg {
  width: 32px;
  height: 32px;
  color: #0fd7ff;
}

.tax-status b {
  display: block;
  font-size: 11px;
  line-height: 1.25;
}

.tax-status small {
  display: block;
  margin-top: 5px;
  color: #d5e3ff;
  font-size: 9px;
  line-height: 1.35;
}

.tax-status em {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 50%;
  background: #06dfff;
}

.tax-status em::before {
  content: "";
  display: block;
  width: 8px;
  height: 5px;
  margin: 5px auto;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.tax-status.status-one { top: 60px; }
.tax-status.status-two { top: 163px; }
.tax-status.status-three { top: 266px; }

.tax-feature-strip {
  min-height: 116px;
  padding: 27px 34px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border-color: rgba(33, 135, 227, .62);
}

.tax-feature-strip article {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 15px;
  align-items: center;
  padding: 0 22px;
}

.tax-feature-strip article:not(:last-child) {
  border-right: 1px solid rgba(112, 151, 212, .25);
}

.tax-feature-strip span,
.tax-service-grid article > span,
.tax-why span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #05d8ff;
  background: rgba(0, 105, 220, .28);
  box-shadow: 0 0 22px rgba(0, 171, 255, .25);
  font-size: 22px;
}

.tax-feature-strip h3,
.tax-service-grid h3,
.tax-why b {
  margin: 0 0 7px;
  font-size: 12px;
  font-weight: 900;
}

.tax-feature-strip p,
.tax-service-grid p,
.tax-why p,
.tax-deadlines td,
.tax-process p {
  margin: 0;
  color: #dce8ff;
  font-size: 9px;
  line-height: 1.45;
}

.tax-services,
.tax-testimonials {
  margin-top: 15px;
}

.tax-services h2,
.tax-process h2,
.tax-testimonials h2 {
  margin: 0 0 13px;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
}

.tax-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 18px;
}

.tax-service-grid article {
  min-height: 134px;
  padding: 24px 28px;
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 18px;
  align-items: center;
  border-color: rgba(33, 135, 227, .45);
}

.tax-service-grid .text-icon {
  font-size: 20px;
  font-weight: 900;
}

.tax-service-grid a {
  display: inline-flex;
  gap: 8px;
  margin-top: 13px;
  color: #04ddff;
  font-size: 10px;
  font-weight: 800;
}

.tax-help-deadlines {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 16px;
  border-bottom: 1px solid rgba(93, 144, 216, .22);
}

.tax-help {
  min-height: 260px;
  display: grid;
  grid-template-columns: 62% 38%;
  align-items: center;
  border-right: 1px solid rgba(93, 144, 216, .22);
}

.tax-help h2,
.tax-deadlines h2,
.tax-mid-grid h2,
.tax-faq h2 {
  margin: 0 0 13px;
  font-size: 20px;
  font-weight: 900;
}

.tax-help-visual {
  position: relative;
  min-height: 245px;
}

.tax-map {
  position: absolute;
  inset: 20px 10px 80px 0;
  background-image: radial-gradient(circle, rgba(0, 149, 255, .75) 1px, transparent 1.7px);
  background-size: 8px 8px;
  clip-path: polygon(2% 35%, 18% 20%, 36% 28%, 52% 16%, 72% 26%, 95% 38%, 78% 55%, 60% 48%, 45% 64%, 25% 56%, 8% 68%);
}

.tax-small-person {
  position: absolute;
  right: 36px;
  top: 15px;
  width: 112px;
  height: 180px;
  border-radius: 58px 58px 12px 12px;
  background:
    radial-gradient(circle at 50% 22%, #f1c5a9 0 28px, transparent 29px),
    radial-gradient(ellipse at 48% 11%, #2b1d17 0 34px, transparent 35px),
    linear-gradient(135deg, transparent 0 33%, #16558b 34% 100%);
  z-index: 2;
}

.tax-savings {
  position: absolute;
  left: 7px;
  bottom: 18px;
  width: 128px;
  min-height: 83px;
  padding: 12px 13px;
  border: 1px solid rgba(0, 200, 255, .54);
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(7, 25, 62, .9), rgba(5, 15, 39, .92));
  z-index: 3;
}

.tax-savings small,
.tax-savings i {
  display: block;
  color: #cad7ef;
  font-size: 8px;
  font-style: normal;
}

.tax-savings b {
  display: block;
  margin: 4px 0;
  font-size: 24px;
}

.tax-savings::after {
  content: "";
  display: block;
  height: 24px;
  margin-top: 4px;
  background: linear-gradient(135deg, transparent 0 20%, #1ee873 21% 25%, transparent 26% 42%, #1ee873 43% 48%, transparent 49% 65%, #1ee873 66% 71%, transparent 72%);
}

.tax-deadlines table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border: 1px solid rgba(91, 139, 208, .42);
  border-radius: 8px;
  background: rgba(5, 16, 45, .62);
}

.tax-deadlines th,
.tax-deadlines td {
  padding: 13px 16px;
  border-bottom: 1px solid rgba(91, 139, 208, .25);
  text-align: left;
}

.tax-deadlines th {
  color: #94c5ff;
  font-size: 8px;
}

.tax-deadlines td:first-child {
  color: #fff;
  font-weight: 800;
}

.tax-warning {
  margin: 8px 0 0;
  padding: 11px 18px;
  border: 1px solid rgba(91, 139, 208, .42);
  border-radius: 8px;
  color: #fff;
  background: rgba(5, 16, 45, .7);
  font-size: 10px;
  font-weight: 800;
}

.tax-warning::before {
  content: "\26A0";
  margin-right: 10px;
  color: #ffd028;
}

.tax-process {
  margin-top: 17px;
}

.tax-process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 66px;
  position: relative;
}

.tax-process-grid::before {
  content: "";
  position: absolute;
  left: 146px;
  right: 146px;
  top: 18px;
  border-top: 1px dotted rgba(94, 163, 242, .9);
}

.tax-process-grid article {
  display: grid;
  justify-items: center;
  text-align: center;
  position: relative;
}

.tax-process-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -41px;
  top: 14px;
  width: 27px;
  height: 8px;
  background: linear-gradient(90deg, transparent, #96c7ff);
  clip-path: polygon(0 45%, 82% 45%, 82% 15%, 100% 50%, 82% 85%, 82% 55%, 0 55%);
}

.tax-process-grid b {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, #1bcaff, #075fff);
  box-shadow: 0 0 18px rgba(0, 130, 255, .42);
  font-size: 12px;
  z-index: 1;
}

.tax-process-grid svg {
  width: 38px;
  height: 38px;
  margin: 12px 0 8px;
  color: #d8ecff;
}

.tax-process-grid h3 {
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 900;
}

.tax-process-grid p {
  max-width: 140px;
}

.tax-mid-grid {
  margin-top: 17px;
  display: grid;
  grid-template-columns: .9fr .88fr 1.2fr;
  gap: 20px;
}

.tax-why,
.tax-price,
.tax-compare,
.tax-faq {
  padding: 25px 29px;
  border-color: rgba(33, 135, 227, .45);
}

.tax-why div {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
}

.tax-why span {
  width: 40px;
  height: 40px;
}

.tax-why b {
  display: block;
}

.tax-price {
  text-align: center;
  border-color: rgba(0, 204, 255, .95);
  box-shadow: 0 0 28px rgba(0, 167, 255, .22), inset 0 1px 0 rgba(255,255,255,.08);
}

.tax-price em {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 15px;
  border-radius: 0 8px 0 8px;
  background: linear-gradient(180deg, #19c8ff, #076dff);
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  text-transform: uppercase;
}

.tax-price h2 {
  margin-top: 10px;
  font-size: 25px;
}

.tax-price p,
.tax-price span {
  margin: 0;
  color: #e2edff;
  font-size: 13px;
}

.tax-price div {
  margin: 10px 0 2px;
  font-size: 46px;
  line-height: 1;
  font-weight: 900;
}

.tax-price .ra-check-list {
  width: max-content;
  margin: 22px auto 20px;
  text-align: left;
  font-size: 11px;
  line-height: 2;
}

.tax-compare div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid rgba(82, 125, 191, .32);
  border-radius: 8px;
  overflow: hidden;
}

.tax-compare b,
.tax-compare span {
  padding: 13px 16px;
  border-bottom: 1px solid rgba(82, 125, 191, .2);
  font-size: 10px;
}

.tax-compare b {
  color: #02d6ff;
  text-align: center;
}

.tax-compare span {
  color: #e1ebff;
}

.tax-compare span::before {
  content: "\2713";
  display: inline-grid;
  place-items: center;
  width: 15px;
  height: 15px;
  margin-right: 9px;
  border-radius: 50%;
  background: #09c5e9;
  color: #fff;
  font-size: 8px;
}

.tax-compare span:nth-child(even)::before {
  content: "\2715";
  background: #6e7899;
}

.tax-testimonials .ra-testimonial-grid article {
  min-height: 150px;
}

.tax-final-grid {
  margin-top: 16px;
  display: grid;
  grid-template-columns: .8fr 1.15fr;
  gap: 28px;
}

.tax-faq {
  border-radius: 8px;
  background: rgba(5, 16, 45, .65);
}

.tax-faq details {
  border: 1px solid rgba(96, 137, 207, .36);
  background: rgba(5, 16, 45, .6);
}

.tax-faq summary {
  min-height: 38px;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  cursor: pointer;
  color: #f5f9ff;
  font-size: 11px;
}

.tax-faq summary::-webkit-details-marker {
  display: none;
}

.tax-faq summary::after {
  content: "+";
  font-size: 18px;
  font-weight: 800;
}

.tax-faq details[open] summary::after {
  content: "-";
}

.tax-faq p {
  margin: 0;
  padding: 0 15px 12px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.5;
}

.tax-cta {
  width: 100%;
  min-height: 244px;
  margin: 0;
  padding: 42px 310px 34px 42px;
  align-items: start;
  overflow: hidden;
  background:
    radial-gradient(circle at 80% 48%, rgba(0, 200, 255, .34), transparent 9rem),
    linear-gradient(100deg, rgba(4, 26, 78, .98), rgba(4, 12, 39, .98));
}

.tax-cta h2 {
  max-width: 330px;
  font-size: 32px;
  line-height: 1.05;
}

.tax-cta p {
  max-width: 330px;
  font-size: 12px;
  line-height: 1.55;
}

.tax-cta-visual {
  position: absolute;
  right: 44px;
  top: 32px;
  width: 250px;
  height: 185px;
}

.tax-cta-visual::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 116px;
  height: 140px;
  background: linear-gradient(180deg, #5bb4ff, #073fc2);
  clip-path: polygon(50% 0, 90% 16%, 84% 66%, 50% 100%, 16% 66%, 10% 16%);
  filter: drop-shadow(0 0 24px rgba(0, 130, 255, .55));
}

.tax-cta-visual::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 18px;
  width: 110px;
  height: 146px;
  border-radius: 5px;
  background: linear-gradient(160deg, #f4f8ff, #9ab6df);
  box-shadow: 0 15px 25px rgba(0,0,0,.26);
  transform: rotate(8deg);
}

@media (max-width: 980px) {
  .tax-hero,
  .tax-help-deadlines,
  .tax-help,
  .tax-mid-grid,
  .tax-final-grid {
    grid-template-columns: 1fr;
  }

  .tax-hero {
    padding-top: 24px;
  }

  .tax-hero::before {
    inset: -8px -28px -12px;
    background:
      linear-gradient(180deg, rgba(1, 7, 22, .82), rgba(1, 7, 22, .96)),
      radial-gradient(circle at 62% 45%, rgba(0, 126, 255, .28), transparent 19rem);
  }

  .tax-hero-art {
    min-height: 430px;
  }

  .tax-feature-strip,
  .tax-service-grid,
  .tax-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .tax-feature-strip article:nth-child(2) {
    border-right: 0;
  }

  .tax-feature-strip article {
    padding: 14px;
  }

  .tax-help {
    border-right: 0;
  }

  .tax-process-grid {
    gap: 30px;
  }

  .tax-process-grid::before,
  .tax-process-grid article::after {
    display: none;
  }

  .tax-cta {
    padding-right: 230px;
  }

  .tax-cta-visual {
    right: 18px;
    width: 210px;
  }
}

@media (max-width: 620px) {
  .tax-copy h1 {
    font-size: 39px;
  }

  .tax-proof-grid,
  .tax-feature-strip,
  .tax-service-grid,
  .tax-process-grid {
    grid-template-columns: 1fr;
  }

  .tax-hero-art {
    min-height: 720px;
  }

  .tax-person {
    left: 50%;
    top: 25px;
    width: 150px;
    height: 260px;
    transform: translateX(-50%);
  }

  .tax-document {
    left: 50%;
    top: 182px;
    transform: translateX(-18%) rotate(-3deg);
  }

  .tax-status {
    right: 0;
    width: 100%;
  }

  .tax-status.status-one { top: 372px; }
  .tax-status.status-two { top: 468px; }
  .tax-status.status-three { top: 564px; }

  .tax-laptop,
  .tax-calculator,
  .tax-plant {
    display: none;
  }

  .tax-feature-strip article {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(112, 151, 212, .25);
  }

  .tax-feature-strip article:last-child {
    border-bottom: 0;
  }

  .tax-service-grid article {
    grid-template-columns: 56px 1fr;
    padding: 20px;
  }

  .tax-help-visual {
    min-height: 220px;
  }

  .tax-deadlines {
    overflow-x: auto;
  }

  .tax-deadlines table {
    min-width: 520px;
  }

  .tax-why,
  .tax-price,
  .tax-compare,
  .tax-faq {
    padding: 20px;
  }

  .tax-cta {
    min-height: 398px;
    padding: 26px 20px 210px;
    text-align: center;
    justify-items: center;
  }

  .tax-cta h2,
  .tax-cta p {
    max-width: none;
  }

  .tax-cta-visual {
    left: 50%;
    right: auto;
    top: auto;
    bottom: 16px;
    width: 220px;
    transform: translateX(-50%);
  }
}

/* UK Tax Filing service page */
.uk-tax-page-shell::before {
  background:
    radial-gradient(ellipse at 72% 6%, rgba(0, 130, 255, .36), transparent 31rem),
    radial-gradient(circle at 8% 44%, rgba(0, 190, 255, .14), transparent 24rem),
    linear-gradient(105deg, rgba(0, 12, 38, .25), transparent 45%);
}

.uk-tax-hero {
  min-height: 455px;
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  position: relative;
  isolation: isolate;
}

.uk-tax-hero::before {
  content: "";
  position: absolute;
  inset: -18px -42px -8px;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(1, 7, 22, .98), rgba(1, 7, 22, .55) 43%, rgba(1, 7, 22, .05) 78%),
    radial-gradient(circle at 70% 42%, rgba(0, 127, 255, .28), transparent 22rem);
}

.uk-tax-copy h1 {
  max-width: 440px;
  font-size: clamp(39px, 4.1vw, 54px);
  line-height: 1.05;
}

.uk-tax-copy .hero-subtitle {
  max-width: 430px;
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.75;
}

.uk-flag {
  display: inline-grid;
  width: 22px;
  height: 14px;
  margin-right: 7px;
  vertical-align: -2px;
  overflow: hidden;
  color: transparent;
  border-radius: 1px;
  background:
    linear-gradient(32deg, transparent 0 42%, #fff 43% 49%, #f1263a 50% 56%, #fff 57% 63%, transparent 64%),
    linear-gradient(148deg, transparent 0 42%, #fff 43% 49%, #f1263a 50% 56%, #fff 57% 63%, transparent 64%),
    linear-gradient(90deg, transparent 0 39%, #fff 40% 45%, #f1263a 46% 54%, #fff 55% 60%, transparent 61%),
    linear-gradient(0deg, transparent 0 33%, #fff 34% 41%, #f1263a 42% 58%, #fff 59% 66%, transparent 67%),
    #193d8f;
}

.uk-tax-proof-grid {
  gap: 14px 34px;
  margin: 21px 0 29px;
}

.uk-tax-hero-art {
  min-height: 405px;
  position: relative;
}

.uk-tax-hero-art::before {
  content: "";
  position: absolute;
  left: 30px;
  right: 26px;
  bottom: 37px;
  height: 190px;
  opacity: .48;
  background:
    radial-gradient(circle at 35% 50%, transparent 0 54px, rgba(0, 180, 255, .95) 55px 56px, transparent 57px),
    radial-gradient(circle at 35% 50%, transparent 0 90px, rgba(0, 117, 255, .6) 91px 92px, transparent 93px),
    linear-gradient(180deg, transparent 0 45%, rgba(0, 151, 255, .18) 46% 100%),
    repeating-linear-gradient(90deg, transparent 0 27px, rgba(10, 128, 255, .65) 27px 49px, transparent 49px 72px);
  clip-path: polygon(0 100%,0 70%,5% 70%,5% 53%,10% 53%,10% 100%,14% 100%,14% 62%,20% 62%,20% 18%,25% 18%,25% 100%,32% 100%,32% 47%,38% 47%,38% 100%,45% 100%,45% 33%,52% 33%,52% 100%,58% 100%,58% 17%,64% 17%,64% 100%,72% 100%,72% 41%,78% 41%,78% 23%,84% 23%,84% 100%,92% 100%,92% 58%,100% 58%,100% 100%);
  filter: drop-shadow(0 0 16px rgba(0, 159, 255, .52));
}

.uk-tax-hero-art img {
  position: absolute;
  inset: 0 -10px auto auto;
  width: min(100%, 635px);
  height: 405px;
  object-fit: contain;
  object-position: center right;
  filter: drop-shadow(0 24px 25px rgba(0, 0, 0, .4));
}

.uk-tax-matters,
.uk-tax-services,
.uk-tax-split,
.uk-tax-choice,
.uk-tax-pricing-risk,
.uk-tax-testimonials,
.uk-tax-final-grid {
  margin-top: 16px;
}

.uk-tax-matters {
  padding: 17px 20px 23px;
  border-color: rgba(33, 135, 227, .56);
}

.uk-tax-matters h2,
.uk-tax-services h2,
.uk-tax-choice h2,
.uk-tax-risk h2,
.uk-tax-testimonials h2 {
  margin: 0 0 14px;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
}

.uk-tax-matters h2 span,
.uk-tax-services h2 span {
  color: #02d6ff;
}

.uk-tax-matters > div {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}

.uk-tax-matters article {
  min-height: 140px;
  padding: 0 18px;
  display: grid;
  justify-items: center;
  align-content: center;
  text-align: center;
}

.uk-tax-matters article:not(:last-child) {
  border-right: 1px solid rgba(112, 151, 212, .22);
}

.uk-tax-matters article > span,
.uk-tax-service-grid article > span,
.uk-tax-choice span {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border: 2px solid #05d8ff;
  border-radius: 50%;
  color: #05d8ff;
  background: rgba(0, 105, 220, .14);
  box-shadow: 0 0 24px rgba(0, 171, 255, .2);
  font-size: 26px;
  font-weight: 700;
}

.uk-tax-matters h3,
.uk-tax-service-grid h3,
.uk-tax-choice h3,
.uk-tax-process h3 {
  margin: 0 0 9px;
  font-size: 12px;
  font-weight: 900;
}

.uk-tax-matters p,
.uk-tax-service-grid p,
.uk-tax-choice p,
.uk-tax-process p {
  margin: 0;
  color: #dce8ff;
  font-size: 10px;
  line-height: 1.55;
}

.uk-tax-service-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 13px;
}

.uk-tax-service-grid article {
  min-height: 170px;
  padding: 18px 15px;
  display: grid;
  justify-items: center;
  align-content: start;
  text-align: center;
  border-color: rgba(33, 135, 227, .48);
}

.uk-tax-service-grid article > span {
  width: 58px;
  height: 58px;
  margin-bottom: 13px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  font-size: 38px;
}

.uk-tax-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.uk-tax-needed,
.uk-tax-process,
.uk-tax-choice,
.uk-tax-risk {
  padding: 22px 26px;
  border-color: rgba(33, 135, 227, .48);
}

.uk-tax-needed {
  display: grid;
  grid-template-columns: 58% 42%;
  align-items: center;
  min-height: 260px;
  overflow: hidden;
}

.uk-tax-needed h2,
.uk-tax-process h2 {
  margin: 0 0 16px;
  font-size: 22px;
  font-weight: 900;
}

.uk-tax-needed .ra-check-list {
  font-size: 11px;
  line-height: 2.05;
}

.uk-tax-needed img {
  width: 100%;
  max-width: 225px;
  justify-self: center;
  filter: drop-shadow(0 22px 26px rgba(0, 0, 0, .38));
}

.uk-tax-process > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  position: relative;
}

.uk-tax-process > div::before {
  content: "";
  position: absolute;
  left: 46px;
  right: 46px;
  top: 17px;
  border-top: 1px dotted rgba(167, 207, 255, .9);
}

.uk-tax-process article {
  display: grid;
  justify-items: center;
  text-align: center;
  position: relative;
}

.uk-tax-process article:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -23px;
  top: 13px;
  width: 21px;
  height: 8px;
  background: linear-gradient(90deg, transparent, #a6d2ff);
  clip-path: polygon(0 45%, 82% 45%, 82% 15%, 100% 50%, 82% 85%, 82% 55%, 0 55%);
}

.uk-tax-process b {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: linear-gradient(180deg, #1bcaff, #075fff);
  box-shadow: 0 0 18px rgba(0, 130, 255, .42);
  font-size: 16px;
  z-index: 1;
}

.uk-tax-process svg {
  width: 36px;
  height: 36px;
  margin-top: 14px;
  color: #05d8ff;
}

.uk-tax-choice {
  padding: 9px 20px 17px;
}

.uk-tax-choice > div {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.uk-tax-choice article {
  min-height: 158px;
  padding: 35px 12px 12px;
  display: grid;
  justify-items: center;
  align-content: end;
  text-align: center;
  border: 1px solid rgba(33, 135, 227, .4);
  border-radius: 8px;
  background: rgba(3, 15, 43, .44);
}

.uk-tax-choice span {
  width: 76px;
  height: 76px;
  margin: -18px 0 15px;
  border-color: rgba(33, 135, 227, .55);
  background: radial-gradient(circle, rgba(0, 199, 255, .28), rgba(0, 105, 220, .12));
  font-size: 35px;
}

.uk-tax-pricing-risk {
  display: grid;
  grid-template-columns: .52fr 1fr;
  gap: 12px;
}

.uk-tax-price {
  min-height: 314px;
  padding: 25px 29px;
  text-align: left;
  border-color: rgba(33, 135, 227, .45);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.uk-tax-price::after {
  content: "100% HMRC COMPLIANT";
  position: absolute;
  right: 22px;
  top: 52px;
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  padding: 12px;
  border-radius: 50%;
  color: #e8f7ff;
  text-align: center;
  font-size: 13px;
  line-height: 1.05;
  font-weight: 900;
  background: radial-gradient(circle, rgba(11, 44, 107, .96), rgba(0, 116, 255, .9));
  box-shadow: 0 0 0 8px rgba(20, 108, 229, .32), 0 0 28px rgba(0, 144, 255, .45);
}

.uk-tax-price h2 {
  max-width: 190px;
  margin: 0 0 18px;
  font-size: 17px;
}

.uk-tax-price p,
.uk-tax-price span {
  color: #03d7ff;
}

.uk-tax-price div {
  margin: 5px 0;
  color: #10cfff;
  font-size: 58px;
}

.uk-tax-price .ra-check-list {
  width: auto;
  margin: 20px 0 18px;
  font-size: 11px;
}

.uk-tax-risk {
  min-height: 314px;
}

.uk-risk-grid {
  min-height: 215px;
  display: grid;
  grid-template-columns: 1fr 54px 1fr;
  gap: 18px;
  align-items: center;
}

.uk-risk-grid > div {
  min-height: 188px;
  padding: 23px 30px;
  border: 1px solid rgba(0, 214, 255, .35);
  border-radius: 8px;
}

.uk-risk-grid > div:last-child {
  border-color: rgba(255, 55, 66, .4);
}

.uk-risk-grid h3 {
  margin: 0 0 20px;
  color: #10ffae;
  text-align: center;
  font-size: 15px;
}

.uk-risk-grid > div:last-child h3 {
  color: #ff363e;
}

.uk-risk-grid p {
  margin: 13px 0;
  color: #f1f6ff;
  font-size: 12px;
}

.uk-risk-grid p::before {
  content: "\2713";
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 50%;
  background: #1fc779;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
}

.uk-risk-grid > div:last-child p::before {
  content: "\2715";
  background: #ff3939;
}

.uk-risk-grid > b {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  justify-self: center;
  border: 1px solid #05d8ff;
  border-radius: 50%;
  background: rgba(7, 18, 51, .96);
  box-shadow: 0 0 24px rgba(0, 171, 255, .24);
  font-size: 24px;
}

.uk-tax-testimonials .ra-testimonial-grid article {
  min-height: 150px;
}

.uk-tax-final-grid {
  grid-template-columns: .54fr 1fr;
  gap: 12px;
}

.uk-tax-cta {
  min-height: 226px;
  padding: 38px 310px 32px 42px;
}

.uk-tax-cta h2 {
  max-width: 390px;
  font-size: 30px;
}

.uk-tax-cta > img {
  position: absolute;
  right: 27px;
  bottom: 10px;
  width: 310px;
  max-width: 45%;
  filter: drop-shadow(0 22px 24px rgba(0, 0, 0, .35));
}

.uk-tax-cta .tax-cta-visual {
  display: none;
}

@media (max-width: 980px) {
  .uk-tax-hero,
  .uk-tax-split,
  .uk-tax-pricing-risk,
  .uk-tax-final-grid {
    grid-template-columns: 1fr;
  }
  .uk-tax-hero {
    padding-top: 24px;
  }
  .uk-tax-hero::before {
    inset: -8px -28px -12px;
    background:
      linear-gradient(180deg, rgba(1, 7, 22, .78), rgba(1, 7, 22, .96)),
      radial-gradient(circle at 62% 45%, rgba(0, 126, 255, .28), transparent 19rem);
  }
  .uk-tax-hero-art {
    min-height: 380px;
  }
  .uk-tax-hero-art img {
    height: 380px;
  }
  .uk-tax-matters > div,
  .uk-tax-service-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .uk-tax-matters article:nth-child(3) {
    border-right: 0;
  }
  .uk-tax-matters article:nth-child(n+4) {
    border-top: 1px solid rgba(112, 151, 212, .22);
  }
  .uk-tax-choice > div,
  .uk-tax-process > div {
    grid-template-columns: repeat(2, 1fr);
  }
  .uk-tax-process > div::before,
  .uk-tax-process article::after {
    display: none;
  }
  .uk-tax-cta {
    padding-right: 230px;
  }
}

@media (max-width: 620px) {
  .uk-tax-copy h1 {
    font-size: 39px;
  }
  .uk-tax-proof-grid,
  .uk-tax-matters > div,
  .uk-tax-service-grid,
  .uk-tax-needed,
  .uk-tax-choice > div,
  .uk-tax-process > div,
  .uk-risk-grid {
    grid-template-columns: 1fr;
  }
  .uk-tax-hero-art {
    min-height: 330px;
  }
  .uk-tax-hero-art::before {
    left: -10px;
    right: -10px;
    bottom: 12px;
  }
  .uk-tax-hero-art img {
    right: -24px;
    height: 330px;
  }
  .uk-tax-matters article {
    border-right: 0 !important;
    border-top: 1px solid rgba(112, 151, 212, .22);
  }
  .uk-tax-matters article:first-child {
    border-top: 0;
  }
  .uk-tax-needed img {
    margin-top: 18px;
  }
  .uk-tax-price::after {
    right: 18px;
    top: 70px;
    height: 74px;
    font-size: 10px;
  }
  .uk-risk-grid > b {
    height: 54px;
  }
  .uk-tax-cta {
    min-height: 390px;
    padding: 27px 20px 205px;
    text-align: center;
    justify-items: center;
  }
  .uk-tax-cta > img {
    left: 50%;
    right: auto;
    bottom: 12px;
    transform: translateX(-50%);
  }
}

body .resale-cta {
  width: auto;
  min-height: 210px;
  margin: 0;
  padding: 45px 285px 34px 31px;
  border: 1px solid rgba(34, 148, 255, .5);
  border-radius: 8px;
  display: block;
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 42%, rgba(0, 141, 255, .3), transparent 15rem),
    linear-gradient(145deg, rgba(4, 31, 76, .84), rgba(3, 10, 32, .88)),
    rgba(6, 19, 50, .78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 19px 45px rgba(0, 0, 0, .25), 0 0 38px rgba(0, 132, 255, .12);
}

body .resale-cta::before,
body .resale-cta::after {
  display: none;
}

body .resale-cta h2 {
  max-width: 430px;
  font-size: 31px;
  line-height: 1.12;
}

body .resale-cta p {
  max-width: 410px;
  margin: 16px 0 23px;
  color: #e8f2ff;
}

body .resale-cta .cta-actions {
  justify-content: flex-start;
}

/* Screenshot-accurate resale artwork overrides */
.resale-main {
}

.resale-hero {
  min-height: 404px;
  padding: 32px 0 17px;
  grid-template-columns: minmax(320px, 380px) minmax(390px, 1fr) 178px;
  gap: 13px;
}

.resale-copy h1 {
  margin: 9px 0 12px;
  max-width: 360px;
  font-size: clamp(42px, 4.2vw, 53px);
}

.resale-copy .hero-subtitle {
  max-width: 345px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.62;
}

.resale-proof-grid {
  max-width: 340px;
  gap: 10px 19px;
  margin-bottom: 22px;
  font-size: 11px;
}

.resale-hero .btn-large {
  min-height: 43px;
  min-width: 154px;
  font-size: 12px;
}

.resale-hero-art {
  min-height: 352px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.resale-hero-art::before {
  display: none;
}

.resale-scene-img {
  width: 106%;
  max-width: none;
  height: auto;
  margin-left: -8px;
  object-fit: contain;
  filter: drop-shadow(0 22px 45px rgba(0, 0, 0, .22));
}

.resale-side-benefits {
  gap: 9px;
}

.resale-side-benefits article {
  min-height: 70px;
  padding: 12px 11px;
  grid-template-columns: 34px 1fr;
}

.resale-overview {
  min-height: 248px;
  padding: 24px 47px;
  grid-template-columns: 405px 1fr;
  gap: 60px;
}

.resale-overview-visual {
  min-height: 194px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resale-overview-visual img {
  width: 374px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 32px rgba(0, 89, 255, .16));
}

.resale-overview h2,
.resale-section h2,
.resale-process-card h2,
.resale-info-card h2,
.resale-compliance-card h2,
.resale-testimonials h2 {
  font-size: 24px;
}

.resale-overview p {
  margin: 18px 0 18px;
  max-width: 505px;
  font-size: 12px;
  line-height: 1.65;
}

.resale-check-grid {
  gap: 11px 46px;
  font-size: 11px;
}

.resale-section {
  margin-top: 17px;
}

.resale-section > h2,
.resale-testimonials > h2 {
  margin-bottom: 14px;
}

.resale-audience-grid {
  gap: 11px;
}

.resale-audience-grid article {
  min-height: 175px;
  padding: 15px 13px 16px;
}

.resale-audience-grid span,
.shopify-mark {
  margin-bottom: 11px;
}

.resale-two-grid {
  margin-top: 12px;
  gap: 12px;
}

.resale-info-card,
.resale-process-card {
  min-height: 276px;
  padding: 24px 29px;
}

.resale-info-card .ra-check-list {
  margin-top: 20px;
  font-size: 11px;
  line-height: 2.08;
}

.folder-visual {
  right: 38px;
  bottom: 27px;
  width: 152px;
  height: 178px;
}

.folder-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 18px 35px rgba(0, 86, 255, .28));
}

.folder-visual i,
.folder-visual span,
.folder-visual b {
  display: none;
}

.resale-process-grid {
  margin-top: 22px;
}

.resale-process-grid b {
  width: 40px;
  height: 40px;
  margin-bottom: 22px;
  font-size: 16px;
}

.resale-process-grid svg {
  width: 34px;
  height: 34px;
}

.resale-process-grid h3 {
  font-size: 12px;
}

.resale-process-grid p {
  font-size: 9px;
}

.resale-why-grid {
  gap: 12px;
}

.resale-why-grid article {
  min-height: 99px;
  padding: 18px 18px;
}

.resale-price-compare {
  gap: 12px;
  grid-template-columns: 370px 1fr;
}

.resale-price-card,
.resale-compliance-card {
  min-height: 306px;
}

.resale-testimonials {
  margin-top: 15px;
}

.resale-final-grid {
  margin-top: 15px;
  grid-template-columns: 380px 1fr;
  gap: 12px;
}

.resale-cta-visual {
  right: 14px;
  bottom: 8px;
  width: 270px;
  height: 190px;
}

.resale-cta-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 17px 30px rgba(0, 76, 255, .18));
}

@media (max-width: 620px) {
  body .resale-cta {
    min-height: 420px;
    padding: 28px 20px 215px;
    text-align: center;
  }

  body .resale-cta h2,
  body .resale-cta p {
    max-width: none;
  }

body .resale-cta .cta-actions {
  justify-content: center;
  }
}

/* U.S. company dissolution page */
.dissolution-page-shell {
  background:
    radial-gradient(circle at 73% 9%, rgba(0, 151, 255, .22), transparent 25rem),
    radial-gradient(circle at 7% 51%, rgba(0, 170, 255, .12), transparent 22rem),
    linear-gradient(180deg, rgba(1, 7, 22, .4), rgba(1, 7, 22, .88));
}

.dissolution-hero {
  position: relative;
  min-height: 404px;
  padding: 32px 0 17px;
  display: grid;
  grid-template-columns: minmax(320px, 380px) minmax(390px, 1fr) 184px;
  gap: 13px;
  align-items: center;
}

.dissolution-copy h1 {
  margin: 9px 0 12px;
  max-width: 390px;
  font-size: clamp(42px, 4.2vw, 53px);
  line-height: .98;
  font-weight: 900;
}

.dissolution-copy h1 span {
  color: var(--cyan);
}

.dissolution-copy .hero-subtitle {
  max-width: 360px;
  margin-bottom: 20px;
  color: #eef6ff;
  font-size: 13px;
  line-height: 1.62;
}

.dissolution-proof-grid,
.dissolution-check-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 19px;
  margin: 0 0 22px;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}

.dissolution-proof-grid span,
.dissolution-check-grid li {
  position: relative;
  padding-left: 23px;
}

.dissolution-proof-grid span::before,
.dissolution-check-grid li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #00d8ff, #0a74ff);
  box-shadow: 0 0 14px rgba(0, 203, 255, .35);
  font-size: 10px;
  font-weight: 900;
}

.dissolution-hero .btn-large {
  min-height: 43px;
  min-width: 154px;
  font-size: 12px;
}

.dissolution-hero-art {
  min-height: 352px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}

.dissolution-hero-art img {
  width: 106%;
  max-width: none;
  height: auto;
  margin-left: -8px;
  object-fit: contain;
  filter: drop-shadow(0 22px 45px rgba(0, 0, 0, .22));
}

.dissolution-side-benefits {
  display: grid;
  gap: 9px;
}

.dissolution-side-benefits article,
.dissolution-faq,
.dissolution-cta {
  border: 1px solid rgba(34, 148, 255, .5);
  background:
    linear-gradient(145deg, rgba(4, 31, 76, .84), rgba(3, 10, 32, .88)),
    rgba(6, 19, 50, .78);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 19px 45px rgba(0, 0, 0, .25), 0 0 38px rgba(0, 132, 255, .12);
}

.dissolution-side-benefits article {
  min-height: 70px;
  padding: 12px 11px;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: center;
}

.dissolution-side-benefits span,
.dissolution-included-grid span,
.dissolution-why span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  border: 1px solid rgba(0, 203, 255, .65);
  border-radius: 9px;
  background: rgba(0, 169, 255, .08);
}

.dissolution-side-benefits b,
.dissolution-side-benefits small {
  display: block;
}

.dissolution-side-benefits b {
  font-size: 11px;
}

.dissolution-side-benefits small {
  margin-top: 4px;
  color: #d1def7;
  font-size: 8.5px;
  line-height: 1.35;
}

.dissolution-overview {
  min-height: 234px;
  padding: 24px 47px;
  display: grid;
  grid-template-columns: 405px 1fr;
  gap: 60px;
  align-items: center;
}

.dissolution-overview-visual {
  min-height: 178px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dissolution-overview-visual img {
  width: 374px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 32px rgba(0, 89, 255, .16));
}

.dissolution-overview h2,
.dissolution-section h2,
.dissolution-process h2,
.dissolution-before h2,
.dissolution-bottom-grid h2,
.dissolution-testimonials h2,
.dissolution-faq h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
}

.dissolution-overview p {
  margin: 18px 0 18px;
  max-width: 505px;
  color: #e4eeff;
  font-size: 12px;
  line-height: 1.65;
}

.dissolution-section {
  margin-top: 17px;
}

.dissolution-section > h2,
.dissolution-testimonials > h2 {
  margin-bottom: 14px;
  text-align: center;
}

.dissolution-included-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.dissolution-included-grid article {
  min-height: 100px;
  padding: 18px 22px;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 16px;
  align-items: center;
}

.dissolution-included-grid span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 132, 255, .12);
  font-size: 26px;
}

.dissolution-included-grid .text-icon {
  font-size: 16px;
  font-weight: 900;
}

.dissolution-included-grid h3 {
  margin: 0 0 6px;
  font-size: 14px;
}

.dissolution-included-grid p {
  margin: 0;
  color: #d8e6ff;
  font-size: 10.5px;
  line-height: 1.45;
}

.dissolution-process {
  margin-top: 14px;
  min-height: 188px;
  padding: 24px 42px;
}

.dissolution-process h2 {
  text-align: center;
  margin-bottom: 22px;
}

.dissolution-process > div {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.dissolution-process > div::before {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  top: 19px;
  border-top: 1px dashed rgba(0, 214, 255, .62);
}

.dissolution-process article {
  position: relative;
  z-index: 1;
  text-align: center;
}

.dissolution-process b {
  width: 40px;
  height: 40px;
  margin: 0 auto 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(145deg, #0ac9ff, #135bff);
  font-size: 16px;
}

.dissolution-process svg {
  width: 34px;
  height: 34px;
  color: var(--cyan);
}

.dissolution-process h3 {
  margin: 10px 0 7px;
  font-size: 12px;
  line-height: 1.15;
}

.dissolution-process p {
  margin: 0;
  color: #d6e3fb;
  font-size: 9px;
  line-height: 1.45;
}

.dissolution-before {
  margin-top: 12px;
  min-height: 238px;
  padding: 26px 30px;
  display: grid;
  grid-template-columns: 1fr 430px;
  align-items: center;
  overflow: hidden;
}

.dissolution-before .ra-check-list {
  margin-top: 18px;
  font-size: 12px;
  line-height: 2.05;
}

.dissolution-before img {
  width: 430px;
  max-width: 100%;
  filter: drop-shadow(0 18px 35px rgba(0, 86, 255, .2));
}

.dissolution-bottom-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 270px 1fr;
  gap: 12px;
}

.dissolution-bottom-grid > article {
  min-height: 306px;
  padding: 23px 26px;
}

.dissolution-why {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  text-align: center;
}

.dissolution-why h2 {
  grid-column: 1 / -1;
  text-align: left;
}

.dissolution-why span {
  width: 50px;
  height: 50px;
  margin: 10px auto 11px;
  border: 0;
  border-radius: 50%;
  font-size: 32px;
  background: rgba(0, 132, 255, .14);
}

.dissolution-why b {
  display: block;
  min-height: 34px;
  font-size: 12px;
}

.dissolution-why p {
  margin: 8px 0 0;
  color: #d5e2fb;
  font-size: 8px;
  line-height: 1.45;
}

.dissolution-price {
  text-align: center;
}

.dissolution-price h2 {
  font-size: 19px;
}

.dissolution-price p,
.dissolution-price span {
  display: block;
  margin: 11px 0 0;
  color: #d6e3fb;
  font-size: 13px;
}

.dissolution-price p {
  color: #00ffc6;
  font-weight: 800;
}

.dissolution-price div {
  margin: 2px 0;
  font-size: 50px;
  line-height: .98;
  font-weight: 800;
}

.dissolution-price .ra-check-list {
  margin: 18px auto 16px;
  width: max-content;
  max-width: 100%;
  text-align: left;
  font-size: 11px;
  line-height: 1.8;
}

.dissolution-risk > div {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.dissolution-risk section {
  min-height: 190px;
  padding: 17px 18px;
  border-radius: 8px;
  border: 1px solid rgba(38, 191, 141, .5);
  background: linear-gradient(145deg, rgba(0, 123, 83, .14), rgba(5, 18, 43, .82));
}

.dissolution-risk section.bad {
  border-color: rgba(255, 76, 76, .5);
  background: linear-gradient(145deg, rgba(160, 37, 51, .18), rgba(5, 18, 43, .82));
}

.dissolution-risk h3 {
  margin: 0 0 17px;
  color: #00ffc6;
  text-align: center;
  font-size: 13px;
}

.dissolution-risk .bad h3 {
  color: #ff736b;
}

.dissolution-risk ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 10px;
  line-height: 2.1;
}

.dissolution-risk li {
  position: relative;
  padding-left: 23px;
}

.dissolution-risk li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 5px;
  width: 14px;
  height: 14px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #16d97e;
  font-size: 8px;
  font-weight: 900;
}

.dissolution-risk .bad li::before {
  content: "\00d7";
  background: #ff4f4a;
}

.dissolution-testimonials {
  margin-top: 15px;
}

.dissolution-final-grid {
  display: grid;
  grid-template-columns: 390px 1fr;
  gap: 14px;
  margin-top: 17px;
}

.dissolution-faq {
  padding: 24px 25px;
  border-radius: 8px;
}

.dissolution-faq h2 {
  margin-bottom: 16px;
  font-size: 20px;
}

.dissolution-faq details {
  border-top: 1px solid rgba(111, 151, 212, .22);
}

.dissolution-faq details:last-child {
  border-bottom: 1px solid rgba(111, 151, 212, .22);
}

.dissolution-faq summary {
  position: relative;
  min-height: 33px;
  display: flex;
  align-items: center;
  padding-right: 28px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  list-style: none;
}

.dissolution-faq summary::-webkit-details-marker {
  display: none;
}

.dissolution-faq summary::after {
  content: "+";
  position: absolute;
  right: 7px;
  color: #fff;
  font-size: 18px;
}

.dissolution-faq details[open] summary::after {
  content: "-";
}

.dissolution-faq p {
  margin: 0 0 12px;
  color: #cfdcf5;
  font-size: 11px;
  line-height: 1.55;
}

body .dissolution-cta {
  width: auto;
  min-height: 210px;
  margin: 0;
  padding: 38px 260px 30px 31px;
  border-radius: 8px;
  display: block;
  position: relative;
  overflow: hidden;
}

body .dissolution-cta::before,
body .dissolution-cta::after {
  display: none;
}

body .dissolution-cta h2 {
  max-width: 430px;
  font-size: 28px;
  line-height: 1.12;
}

body .dissolution-cta p {
  max-width: 380px;
  margin: 15px 0 22px;
  color: #e8f2ff;
  font-size: 13px;
}

body .dissolution-cta .cta-actions {
  justify-content: flex-start;
}

.dissolution-cta > img {
  position: absolute;
  right: 25px;
  bottom: 11px;
  width: 230px;
  height: auto;
  filter: drop-shadow(0 17px 30px rgba(0, 76, 255, .18));
}

@media (max-width: 980px) {
  .dissolution-hero,
  .dissolution-overview,
  .dissolution-before,
  .dissolution-final-grid {
    grid-template-columns: 1fr;
  }
  .dissolution-side-benefits,
  .dissolution-included-grid,
  .dissolution-bottom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dissolution-price {
    grid-column: 1 / -1;
  }
  .dissolution-process > div {
    grid-template-columns: repeat(2, 1fr);
  }
  .dissolution-process > div::before {
    display: none;
  }
}

@media (max-width: 620px) {
  .dissolution-copy h1 {
    font-size: 39px;
  }
  .dissolution-proof-grid,
  .dissolution-check-grid,
  .dissolution-side-benefits,
  .dissolution-included-grid,
  .dissolution-process > div,
  .dissolution-bottom-grid,
  .dissolution-risk > div {
    grid-template-columns: 1fr;
  }
  .dissolution-overview,
  .dissolution-process,
  .dissolution-before,
  .dissolution-bottom-grid > article {
    padding: 22px 18px;
  }
  .dissolution-why {
    grid-template-columns: repeat(2, 1fr);
  }
  body .dissolution-cta {
    min-height: 420px;
    padding: 28px 20px 205px;
    text-align: center;
  }
  body .dissolution-cta .cta-actions {
    justify-content: center;
  }
  .dissolution-cta > img {
    left: 50%;
    right: auto;
    bottom: 12px;
    transform: translateX(-50%);
  }
}

@media (max-width: 980px) {
  .resale-main {
  }
  .resale-hero {
    grid-template-columns: 1fr;
  }
  .resale-scene-img {
  }
}

@media (max-width: 620px) {
  .resale-main {
  }
  .resale-hero {
    padding-top: 18px;
  }
  .resale-copy h1 {
    font-size: 39px;
  }
  .resale-hero-art {
    min-height: 288px;
    transform: none;
    margin-bottom: 0;
  }
  .resale-scene-img {
  }
  .resale-overview,
  .resale-info-card,
  .resale-process-card,
  .resale-price-card,
  .resale-compliance-card {
    padding: 22px 18px;
  }
  .resale-overview-visual {
    min-height: 164px;
    transform: none;
  }
  .folder-visual {
    height: 160px;
  }
}

/* Business Bank Account final visual corrections */
.bank-page-shell {
  background:
    radial-gradient(circle at 72% 7%, rgba(0, 104, 255, .24), transparent 24rem),
    radial-gradient(circle at 7% 43%, rgba(0, 151, 255, .12), transparent 21rem),
    linear-gradient(180deg, #010719 0%, #020919 58%, #020817 100%);
}

.bank-main {
}

.bank-hero {
  min-height: 430px;
  grid-template-columns: 38% 62%;
}

.bank-hero::before {
  inset: -10px -28px 0;
  background:
    linear-gradient(90deg, rgba(1, 7, 22, .98), rgba(1, 7, 22, .62) 40%, rgba(1, 7, 22, .08) 78%),
    radial-gradient(circle at 73% 48%, rgba(0, 109, 255, .24), transparent 23rem);
}

.bank-copy {
  align-self: center;
}

.bank-copy .hero-subtitle {
  width: min(100%, 382px);
}

.bank-hero .hero-buttons {
  gap: 14px;
  flex-wrap: wrap;
}

.bank-hero .btn {
  white-space: nowrap;
}

.bank-hero-art {
  min-height: 410px;
}

.bank-hero-scene {
  position: absolute;
  inset: 8px 0 auto 10px;
  width: calc(100% - 10px);
  height: 385px;
  object-fit: contain;
  object-position: center top;
  filter: drop-shadow(0 22px 42px rgba(0,0,0,.28));
  z-index: 20;
}

.bank-hero-art > :not(.bank-hero-scene) {
  display: none;
}

.bank-matters,
.bank-partners,
.bank-requirements,
.bank-process,
.bank-choose,
.bank-price,
.bank-clients {
  border-radius: 8px;
}

.bank-matters {
  margin-top: 0;
  padding: 18px 22px 17px;
}

.bank-six-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.bank-six-grid article {
  min-height: 170px;
  padding: 19px 15px 15px;
}

.bank-partners {
  margin-top: 15px;
  padding: 17px 20px 15px;
}

.bank-partners div {
  grid-template-columns: repeat(6, 1fr);
}

.bank-requirements {
  min-height: 284px;
  margin-top: 15px;
  padding: 13px 30px 17px 0;
  grid-template-columns: 42% 35% 23%;
  gap: 22px;
}

.bank-world-visual {
  min-height: 250px;
}

.bank-world-visual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px 0 0 7px;
  z-index: 3;
}

.bank-world-visual img ~ * {
  display: none;
}

.bank-process {
  margin-top: 14px;
  min-height: 172px;
  padding: 13px 36px 18px;
  overflow: visible;
}

.bank-process h2 {
  margin-bottom: 15px;
}

.bank-process-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 63px;
  transform: none;
  width: auto;
}

.bank-process-grid::before {
  left: 95px;
  right: 95px;
  top: 18px;
}

.bank-process-grid article {
  grid-template-columns: 52px 1fr;
}

.bank-process-grid b {
  width: 34px;
  height: 34px;
  margin-bottom: 13px;
}

.bank-process-grid svg {
  width: 35px;
  height: 35px;
}

.bank-process-grid h3 {
  font-size: 10px;
}

.bank-process-grid p {
  font-size: 8px;
  line-height: 1.35;
}

.bank-vs {
  margin-top: 13px;
  grid-template-columns: 1fr 44px 1.17fr;
  gap: 15px;
  overflow: visible;
}

.bank-vs > b {
  width: 50px;
  height: 50px;
  margin-left: -3px;
  font-size: 17px;
}

.bank-rejected,
.bank-improves {
  min-height: 164px;
  padding: 17px 30px;
}

.bank-rejected h2,
.bank-improves h2 {
  margin-bottom: 13px;
  font-size: 18px;
}

.bank-rejected ul,
.bank-improves ul,
.bank-price ul {
  font-size: 11px;
  line-height: 1.8;
}

.bank-choose {
  margin-top: 15px;
  min-height: 132px;
  padding: 13px 30px 20px;
  overflow: visible;
}

.bank-four-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  transform: none;
  width: auto;
}

.bank-four-grid article {
  min-height: 105px;
  grid-template-columns: 60px 1fr;
  gap: 13px;
  padding: 15px 16px;
}

.bank-four-grid span {
  width: 52px;
  height: 52px;
}

.bank-four-grid h3 {
  font-size: 11px;
}

.bank-four-grid p {
  font-size: 9px;
  line-height: 1.45;
}

.bank-bottom-grid {
  margin-top: 14px;
  grid-template-columns: .78fr 1.45fr;
  gap: 13px;
}

.bank-price {
  min-height: 228px;
  padding: 19px 31px 18px;
}

.bank-clients {
  min-height: 228px;
  padding: 13px 16px 12px;
}

.bank-clients h2 {
  margin-bottom: 12px;
}

.bank-clients .ra-testimonial-grid {
  gap: 12px;
}

.bank-clients .ra-testimonial-grid article {
  min-height: 136px;
  padding: 16px 15px;
}

.bank-final-grid {
  margin-top: 14px;
  grid-template-columns: .85fr 1.36fr;
  gap: 13px;
}

.bank-faq {
  min-height: 188px;
  padding: 16px 21px;
}

.bank-cta {
  min-height: 188px;
  padding: 31px 268px 24px 35px;
  display: block;
  position: relative;
}

.bank-cta::before,
.bank-cta::after {
  display: none;
}

.bank-cta h2 {
  max-width: 410px;
  font-size: 24px;
  line-height: 1.12;
}

.bank-cta p {
  max-width: 390px;
  font-size: 12px;
  line-height: 1.6;
}

.bank-cta .cta-actions {
  margin-top: 16px;
}

.bank-cta .btn {
  min-width: 150px;
  white-space: nowrap;
}

.bank-globe {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 286px;
  height: 178px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.bank-globe img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  display: block;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 24%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 24%, #000 100%);
}

@media (max-width: 980px) {
  .bank-hero,
  .bank-requirements,
  .bank-vs,
  .bank-bottom-grid,
  .bank-final-grid {
    grid-template-columns: 1fr;
  }

  .bank-hero {
    padding-top: 24px;
  }

  .bank-hero-art {
    min-height: 420px;
  }

  .bank-hero-scene {
    left: 50%;
    width: min(100%, 620px);
    transform: translateX(-50%);
  }

  .bank-six-grid,
  .bank-partners div {
    grid-template-columns: repeat(3, 1fr);
  }

  .bank-requirements {
    padding: 20px;
  }

  .bank-process-grid,
  .bank-four-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }

  .bank-process-grid::before,
  .bank-process-grid article::after {
    display: none;
  }

  .bank-vs > b {
    margin: 0 auto;
  }

  .bank-cta {
    padding-right: 220px;
  }
}

@media (max-width: 620px) {
  .bank-copy h1 {
    font-size: 39px;
  }

  .bank-copy .hero-subtitle {
    width: min(100%, 360px);
  }

  .bank-hero .hero-buttons {
    flex-wrap: wrap;
  }

  .bank-hero-art {
    min-height: 330px;
  }

  .bank-hero-scene {
    top: 8px;
    width: 118%;
    height: 310px;
  }

  .bank-six-grid,
  .bank-partners div,
  .bank-process-grid,
  .bank-four-grid,
  .bank-price ul {
    grid-template-columns: 1fr;
  }

  .bank-matters,
  .bank-partners,
  .bank-process,
  .bank-price,
  .bank-clients,
  .bank-rejected,
  .bank-improves,
  .bank-choose,
  .bank-faq {
    padding: 20px;
  }

  .bank-process-grid article {
    grid-template-columns: 42px 1fr;
  }

  .bank-stamp {
    position: relative;
    right: auto;
    top: auto;
    margin: 12px 0;
  }

  .bank-cta {
    min-height: 360px;
    padding: 24px 20px 190px;
    text-align: center;
    justify-items: center;
  }

  .bank-cta h2,
  .bank-cta p {
    max-width: none;
  }

  .bank-globe {
    right: 50%;
    bottom: 0;
    width: 285px;
    height: 170px;
    transform: translateX(50%);
  }
}

/* Global layout width system */
main {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container,
.site-header,
.site-footer {
  width: 100% !important;
  max-width: var(--container-max) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: var(--container-padding) !important;
  padding-right: var(--container-padding) !important;
}

.container > * {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media (max-width: 980px) {
  :root {
    --container-padding: 18px;
  }
}

@media (max-width: 620px) {
  :root {
    --container-padding: 14px;
  }
}

/* Homepage responsive rhythm */
.home-page {
  --home-section-gap: clamp(30px, 7vw, 50px);
  --home-card-gap: clamp(18px, 2vw, 24px);
}

.home-page main {
  padding-bottom: clamp(56px, 7vw, 88px);
}

.home-page .hero {
  margin-top: clamp(8px, 2.4vw, 24px) !important;
  overflow: hidden;
}

.home-page .hero::before {
  inset: -2px 0 0;
}

.home-page .hero::after {
  inset: auto 0 0;
}

.home-page .container > section + section {
  margin-top: var(--home-section-gap) !important;
}

.home-page .section-kicker {
  margin-bottom: 10px;
}

.home-page .services h2 {
  margin-bottom: clamp(24px, 3vw, 34px);
}

.home-page .service-grid,
.home-page .pricing-grid,
.home-page .testimonial-grid,
.home-page .video-grid,
.home-page .feature-strip {
  gap: var(--home-card-gap);
}

.home-page .process {
  padding-top: 2px;
}

.home-page .stats-band {
  padding-block: clamp(16px, 2vw, 22px);
}

.home-page .pricing,
.home-page .testimonials,
.home-page .videos {
  padding-top: 2px;
}

.home-page .videos .section-kicker,
.home-page .testimonials .section-kicker {
  margin-bottom: clamp(18px, 2.4vw, 26px);
}

.home-page .cta-band {
  margin-bottom: 0 !important;
}

/* Homepage premium section segmentation */
.home-page {
  --home-section-gap: clamp(46px, 7vw, 82px);
  --home-section-pad-y: clamp(38px, 5vw, 62px);
  --home-section-pad-x: clamp(20px, 3.2vw, 38px);
  --home-section-radius: 20px;
  --home-cyan-glow: rgba(5, 201, 255, .2);
  --home-violet-glow: rgba(155, 37, 255, .16);
  --home-blue-glow: rgba(10, 134, 255, .18);
}

.home-page main {
  position: relative;
  overflow: hidden;
}

.home-page main::before {
  content: "";
  position: absolute;
  inset: 430px max(-8vw, -90px) 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 13% 18%, rgba(5, 201, 255, .1), transparent 18rem),
    radial-gradient(circle at 86% 54%, rgba(155, 37, 255, .09), transparent 21rem),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, .24) 10%, transparent 24%, rgba(0, 0, 0, .18) 45%, transparent 62%, rgba(0, 0, 0, .24) 84%, transparent),
    repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 1px, transparent 1px 28px);
  opacity: .56;
  mask-image: linear-gradient(180deg, transparent, #000 9%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 9%, #000 92%, transparent);
}

.home-page .container > section {
  position: relative;
  isolation: isolate;
}

.home-page .container > section:not(.hero, .stats-band, .cta-band) {
  padding: var(--home-section-pad-y) var(--home-section-pad-x);
  border-radius: var(--home-section-radius);
}

.home-page .container > section:not(.hero, .stats-band, .cta-band)::before,
.home-page .container > section:not(.hero, .stats-band, .cta-band)::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
}

.home-page .container > section:not(.hero, .stats-band, .cta-band)::before {
  inset: 0;
  z-index: -2;
  border: 1px solid rgba(255,255,255,.075);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.065),
    inset 0 -1px 0 rgba(0, 201, 255, .035),
    0 28px 78px rgba(0, 0, 0, .28);
}

.home-page .container > section:not(.hero, .stats-band, .cta-band)::after {
  inset: 1px;
  z-index: -1;
  opacity: .95;
}

.home-page .container > section:not(.hero)::before {
  content: "";
}

.home-page .container > section:not(.hero) {
  box-shadow: 0 -22px 48px rgba(0, 0, 0, .16);
}

.home-page .container > section:not(.hero, .cta-band)::before {
  background-blend-mode: screen, normal, normal;
}

.home-page .services {
  overflow: hidden;
}

.home-page .services::before {
  background:
    linear-gradient(145deg, rgba(4, 28, 74, .86), rgba(2, 10, 32, .7) 58%, rgba(1, 7, 22, .82)),
    rgba(1, 7, 22, .44);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.08),
    inset 0 0 0 1px rgba(5, 201, 255, .035),
    0 30px 82px rgba(0, 0, 0, .32),
    0 -18px 42px rgba(5, 201, 255, .045);
}

.home-page .services::after {
  background:
    radial-gradient(circle at 8% 10%, rgba(5, 201, 255, .24), transparent 17rem),
    radial-gradient(circle at 90% 86%, rgba(155, 37, 255, .16), transparent 20rem),
    linear-gradient(180deg, rgba(255,255,255,.04), transparent 43%),
    repeating-linear-gradient(120deg, rgba(255,255,255,.03) 0 1px, transparent 1px 26px);
}

.home-page .process {
  overflow: hidden;
}

.home-page .process::before {
  background:
    linear-gradient(180deg, rgba(4, 8, 18, .94), rgba(12, 16, 27, .86)),
    linear-gradient(90deg, rgba(1, 7, 22, .2), rgba(5, 201, 255, .035), rgba(1, 7, 22, .2));
  border-color: rgba(255,255,255,.06);
}

.home-page .process::after {
  background:
    radial-gradient(ellipse at 50% 13%, rgba(0, 204, 255, .2), transparent 17rem),
    linear-gradient(90deg, transparent 0 9%, rgba(255,255,255,.048) 9% 9.16%, transparent 9.16% 18%),
    linear-gradient(180deg, rgba(255,255,255,.026), transparent 62%);
  background-size: auto, 148px 100%, auto;
}

.home-page .process-grid {
  padding-top: 6px;
}

.home-page .process-line {
  top: calc(var(--home-section-pad-y) + 50px);
}

.home-page .stats-band {
  margin-inline: auto !important;
  padding: clamp(18px, 2.6vw, 25px) clamp(22px, 3vw, 34px);
  overflow: hidden;
  outline: 1px solid rgba(255,255,255,.1);
  outline-offset: 10px;
  background:
 radial-gradient(circle at 15% 50%, rgba(74, 215, 255, .6), transparent 8rem),
    linear-gradient(100deg, #0acaff 0%, #054bed 52%, #18037a 100%),
  box-shadow:
    0 24px 65px rgba(0, 0, 0, .34),
    0 0 44px rgba(25, 121, 255, .24),
    inset 0 1px 0 rgba(255,255,255,.18);
}

.home-page .stats-band::before {
  content: "";
  position: absolute;
  inset: -35% -10%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 22% 50%, rgba(255,255,255,.24), transparent 16rem),
    radial-gradient(ellipse at 82% 44%, rgba(5, 201, 255, .16), transparent 12rem),
    repeating-linear-gradient(115deg, rgba(255,255,255,.14) 0 1px, transparent 1px 28px);
  opacity: .25;
}

.home-page .pricing {
  overflow: visible;
}

.home-page .pricing::before {
  background:
    linear-gradient(150deg, rgba(2, 7, 21, .92), rgba(4, 21, 58, .76) 48%, rgba(4, 6, 22, .9)),
    rgba(1, 7, 22, .46);
  border-color: rgba(5, 201, 255, .1);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    inset 0 0 38px rgba(5, 201, 255, .035),
    0 34px 88px rgba(0, 0, 0, .34);
}

.home-page .pricing::after {
  background:
    radial-gradient(circle at 50% -5%, rgba(5, 201, 255, .2), transparent 18rem),
    radial-gradient(circle at 8% 78%, rgba(155, 37, 255, .12), transparent 15rem),
    linear-gradient(90deg, rgba(0, 0, 0, .26), transparent 22%, transparent 78%, rgba(0, 0, 0, .2)),
    linear-gradient(180deg, rgba(255,255,255,.026), transparent),
    repeating-linear-gradient(90deg, rgba(255,255,255,.024) 0 1px, transparent 1px 68px);
}

.home-page .feature-strip {
  overflow: hidden;
}

.home-page .feature-strip::before {
  background:
    linear-gradient(90deg, rgba(3, 17, 46, .56), rgba(2, 8, 25, .82)),
    linear-gradient(180deg, rgba(255,255,255,.035), rgba(255,255,255,0)),
    rgba(0, 0, 0, .2);
  backdrop-filter: blur(18px);
}

.home-page .feature-strip::after {
  background:
    linear-gradient(135deg, rgba(255,255,255,.06), transparent 29%),
    radial-gradient(circle at 8% 50%, rgba(5, 201, 255, .18), transparent 15rem),
    radial-gradient(circle at 95% 18%, rgba(155, 37, 255, .14), transparent 14rem),
    linear-gradient(180deg, rgba(255,255,255,.02), transparent 75%);
}

.home-page .testimonials {
  overflow: hidden;
}

.home-page .testimonials::before {
  background:
    linear-gradient(180deg, rgba(3, 14, 39, .94), rgba(4, 9, 28, .78)),
    radial-gradient(circle at 50% 110%, rgba(5, 201, 255, .08), transparent 20rem),
    rgba(1, 7, 22, .44);
}

.home-page .testimonials::after {
  background:
    radial-gradient(ellipse at 50% 110%, rgba(5, 201, 255, .2), transparent 19rem),
    radial-gradient(ellipse at 14% 12%, rgba(155, 37, 255, .1), transparent 15rem),
    repeating-linear-gradient(0deg, rgba(255,255,255,.034) 0 1px, transparent 1px 42px);
}

.home-page .videos {
  overflow: hidden;
}

.home-page .videos::before {
  background:
    linear-gradient(145deg, rgba(0, 0, 0, .42), rgba(5, 25, 63, .7) 54%, rgba(1, 7, 22, .82)),
    rgba(2, 8, 25, .58);
  border-color: rgba(155, 37, 255, .11);
}

.home-page .videos::after {
  background:
    radial-gradient(circle at 78% 16%, rgba(5, 201, 255, .18), transparent 15rem),
    radial-gradient(circle at 18% 84%, rgba(155, 37, 255, .16), transparent 18rem),
    radial-gradient(circle at 50% 50%, rgba(10, 134, 255, .08), transparent 22rem),
    linear-gradient(120deg, transparent 0 49%, rgba(255,255,255,.046) 49% 49.25%, transparent 49.25%);
}

.home-page .cta-band {
  margin-top: var(--home-section-gap) !important;
  outline: 1px solid rgba(255,255,255,.1);
  outline-offset: 10px;
  border-color: rgba(54, 202, 255, .5);
  background:
    radial-gradient(circle at 15% 50%, rgba(74, 215, 255, .6), transparent 8rem),
    linear-gradient(100deg, #0acaff 0%, #054bed 52%, #18037a 100%)
  box-shadow:
    0 30px 80px rgba(0, 0, 0, .36),
    0 0 44px rgba(5, 201, 255, .16),
    inset 0 1px 0 rgba(255,255,255,.13),
    inset 0 0 46px rgba(5, 201, 255, .05);
}

.home-page .cta-band::before {
  border-color: rgba(255,255,255,.26);
  box-shadow: 0 -18px 36px rgba(5, 201, 255, .1);
}

.home-page .cta-band::after {
  border-color: rgba(5, 201, 255, .24);
}

.home-page .hero::after {
  box-shadow: 0 28px 52px rgba(0, 0, 0, .38);
}

.home-page .hero + .services {
  margin-top: clamp(30px, 4.4vw, 48px) !important;
}

.home-page .services::before,
.home-page .pricing::before,
.home-page .testimonials::before {
  backdrop-filter: blur(14px);
}

.home-page .service-card,
.home-page .price-card,
.home-page .quote-card,
.home-page .feature-card,
.home-page .video-card {
  border-color: rgba(255,255,255,.09);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.075),
    0 18px 45px rgba(0, 0, 0, .3),
    0 0 26px rgba(0, 151, 255, .08);
}

.home-page .video-card {
  padding: 14px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  background:
    linear-gradient(145deg, rgba(5, 31, 78, .6), rgba(5, 13, 42, .7)),
    rgba(4, 17, 49, .52);
}

.home-page .services::before,
.home-page .process::before,
.home-page .pricing::before,
.home-page .feature-strip::before,
.home-page .testimonials::before,
.home-page .videos::before {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 58px) 100%, 0 100%);
}

.home-page .services,
.home-page .pricing,
.home-page .testimonials,
.home-page .videos {
  width: min(100% - 96px, 1080px);
}

.home-page .process,
.home-page .feature-strip {
  width: min(100% - 108px, 1040px);
}

@media (max-width: 980px) {
  .home-page {
    --home-section-gap: clamp(54px, 8vw, 74px);
    --home-card-gap: 18px;
  }

  .home-page .hero {
    min-height: clamp(480px, 70vw, 590px);
    padding: 42px 0 54px;
    align-items: start;
    overflow: hidden;
    border-radius: 0 0 18px 18px;
    background:
      radial-gradient(circle at 88% 78%, rgba(5, 201, 255, .22), transparent 14rem),
      radial-gradient(circle at 76% 34%, rgba(155, 37, 255, .12), transparent 16rem);
  }

  .home-page .hero::before {
    inset: -18px 0 -24px;
    background-image: var(--hero-img);
    background-size: auto 104%;
    background-position: right -12px bottom;
    opacity: .58;
    filter: saturate(1.1) contrast(1.04);
    mask-image: radial-gradient(ellipse at 82% 70%, #000 0%, #000 46%, rgba(0, 0, 0, .72) 62%, transparent 88%);
    -webkit-mask-image: radial-gradient(ellipse at 82% 70%, #000 0%, #000 46%, rgba(0, 0, 0, .72) 62%, transparent 88%);
  }

  .home-page .hero::after {
    inset: -18px 0 -1px;
    height: auto;
    background:
      linear-gradient(90deg, rgba(1, 7, 22, .98) 0%, rgba(1, 7, 22, .94) 42%, rgba(1, 7, 22, .54) 68%, rgba(1, 7, 22, .1) 100%),
      linear-gradient(180deg, rgba(1, 7, 22, .98) 0%, rgba(1, 7, 22, .86) 46%, rgba(1, 7, 22, .5) 70%, rgba(2, 8, 25, .98) 100%),
      radial-gradient(circle at 92% 78%, rgba(0, 199, 255, .2), transparent 16rem);
  }

  .home-page .hero-copy {
    max-width: 650px;
    padding-top: 0;
  }

  .home-page .hero-visual {
    position: absolute;
    inset: auto 0 0 auto;
    width: min(48vw, 320px);
    min-height: 0;
    height: 45%;
    margin-top: 0;
    pointer-events: none;
    opacity: .24;
    filter: blur(1px);
    animation: none;
  }

  .home-page .hero-buttons {
    gap: 14px;
  }

  .home-page .trust-row {
    max-width: 620px;
    margin-top: 30px;
  }

  .home-page .service-card,
  .home-page .price-card,
  .home-page .quote-card {
    padding: 24px;
  }

  .home-page .feature-card {
    min-height: 104px;
  }

  .home-page .video-thumb {
    height: clamp(150px, 34vw, 220px);
  }
}

@media (max-width: 620px) {
  .home-page {
    --home-section-gap: 58px;
    --home-card-gap: 16px;
  }

  .home-page main {
    padding-bottom: 60px;
  }

  .home-page .hero {
    min-height: 590px;
    padding: 34px 0 48px;
    background:
      radial-gradient(circle at 91% 73%, rgba(5, 201, 255, .28), transparent 11.5rem),
      radial-gradient(circle at 76% 35%, rgba(155, 37, 255, .18), transparent 12rem),
      linear-gradient(180deg, rgba(2, 8, 25, .2), rgba(2, 8, 25, 0));
  }

  .home-page .hero::before {
    inset: -14px 0 -18px;
    background-image: var(--hero-img);
    background-size: auto 90%;
    background-position: 68% bottom;
    opacity: .86;
    filter: saturate(1.18) contrast(1.08) brightness(1.18) drop-shadow(0 26px 42px rgba(0, 0, 0, .34));
    transform: translate3d(0, 0, 0);
    mask-image:
      linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .82) 30%, #000 58%, rgba(0, 0, 0, .82) 83%, transparent 100%),
      radial-gradient(ellipse at 86% 69%, #000 0%, #000 48%, rgba(0, 0, 0, .78) 65%, transparent 92%);
    -webkit-mask-image:
      linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .82) 30%, #000 58%, rgba(0, 0, 0, .82) 83%, transparent 100%),
      radial-gradient(ellipse at 86% 69%, #000 0%, #000 48%, rgba(0, 0, 0, .78) 65%, transparent 92%);
    mask-composite: intersect;
    -webkit-mask-composite: source-in;
  }

  .home-page .hero::after {
    inset: -14px 0 -1px;
    height: auto;
    background:
      linear-gradient(90deg, rgba(1, 7, 22, .99) 0%, rgba(1, 7, 22, .93) 44%, rgba(1, 7, 22, .24) 72%, rgba(1, 7, 22, 0) 100%),
      linear-gradient(180deg, rgba(1, 7, 22, .99) 0%, rgba(1, 7, 22, .82) 42%, rgba(1, 7, 22, .12) 69%, #020819 100%),
      radial-gradient(circle at 93% 74%, rgba(5, 201, 255, .3), transparent 12rem);
  }

  .home-page .eyebrow {
    margin-bottom: 12px;
    font-size: 11px;
  }

  .home-page .hero h1 {
    max-width: 11ch;
    font-size: clamp(36px, 11.4vw, 43px);
    line-height: 1.03;
  }

  .home-page .hero-subtitle {
    width: min(100%, 318px);
    margin: 16px 0 22px;
    font-size: 15px;
    line-height: 1.65;
  }

  .home-page .hero-buttons {
    width: min(100%, 340px);
    gap: 12px;
  }

  .home-page .hero-buttons .btn {
    min-height: 50px;
  }

  .home-page .trust-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(100%, 340px);
    gap: 14px 12px;
    margin-top: 34px;
  }

  .home-page .trust-item {
    min-width: 0;
  }

  .home-page .section-kicker {
    margin-bottom: 12px;
  }

  .home-page .services h2 {
    margin-bottom: 24px;
    font-size: clamp(26px, 7.6vw, 31px);
  }

  .home-page .service-card,
  .home-page .price-card,
  .home-page .quote-card,
  .home-page .feature-card {
    padding: 22px 20px;
  }

  .home-page .process-grid {
    gap: 20px;
  }

  .home-page .process-step {
    padding: 18px 16px;
    border: 1px solid rgba(135, 167, 255, .18);
    border-radius: 10px;
    background: rgba(4, 17, 49, .44);
  }

  .home-page .stats-band {
    gap: 18px;
    padding: 22px;
  }

  .home-page .stat {
    gap: 16px;
  }

  .home-page .feature-card {
    grid-template-columns: 44px 1fr;
  }

  .home-page .video-thumb {
    height: clamp(168px, 52vw, 230px);
  }

  .home-page .cta-band {
    padding: 112px 22px 28px;
  }

  .home-page .cta-band h2,
  .home-page .cta-band p {
    max-width: 320px;
    margin-inline: auto;
  }
}

/* Homepage full-width section environments */
.home-page {
  --home-env-bleed-x: calc(50% - 50vw);
}

.home-page .section-heading {
  position: relative;
  z-index: 1;
  max-width: 760px;
  margin: 0 auto clamp(22px, 3vw, 34px);
  text-align: center;
}

.home-page .section-heading h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.16;
  font-weight: 800;
  letter-spacing: 0;
}

.home-page .feature-strip .section-heading {
  grid-column: 1 / -1;
}

.home-page .services h2,
.home-page .process .section-kicker,
.home-page .testimonials .section-kicker,
.home-page .videos .section-kicker,
.home-page .service-grid,
.home-page .process-grid,
.home-page .pricing-grid,
.home-page .testimonial-grid,
.home-page .video-grid,
.home-page .feature-card {
  position: relative;
  z-index: 1;
}

.home-page .container > section:not(.hero, .stats-band, .cta-band) {
  background:
    linear-gradient(145deg, rgba(3, 13, 36, .58), rgba(1, 7, 22, .54)),
    rgba(2, 8, 25, .3);
  border: 1px solid rgba(255,255,255,.07);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    inset 0 -1px 0 rgba(0, 201, 255, .035),
    0 28px 78px rgba(0, 0, 0, .28);
}

.home-page .container > section:not(.hero, .stats-band, .cta-band)::before {
  inset: clamp(-26px, -2.4vw, -16px) var(--home-env-bleed-x);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  clip-path: none;
  opacity: 1;
}

.home-page .container > section:not(.hero, .stats-band, .cta-band)::after {
  inset: clamp(-26px, -2.4vw, -16px) var(--home-env-bleed-x);
  border-radius: 0;
  clip-path: none;
  opacity: .9;
  mix-blend-mode: screen;
  mask-image: linear-gradient(180deg, transparent, #000 9%, #000 91%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 9%, #000 91%, transparent);
}

.home-page .services::before {
  background:
    radial-gradient(ellipse at 12% 18%, rgba(0, 204, 255, .18), transparent 24rem),
    radial-gradient(ellipse at 82% 52%, rgba(19, 83, 192, .18), transparent 30rem),
    linear-gradient(115deg, rgba(2, 22, 58, .76), rgba(1, 7, 22, .92) 58%, rgba(2, 8, 25, .86));
}

.home-page .services::after {
  background:
    radial-gradient(circle at 20% 24%, rgba(5, 201, 255, .3), transparent 12rem),
    radial-gradient(circle at 91% 82%, rgba(155, 37, 255, .16), transparent 18rem),
    linear-gradient(120deg, transparent 0 42%, rgba(255,255,255,.04) 42% 42.18%, transparent 42.18%),
    repeating-linear-gradient(120deg, rgba(255,255,255,.025) 0 1px, transparent 1px 32px);
}

.home-page .process::before {
  background:
    radial-gradient(ellipse at 50% 8%, rgba(0, 153, 255, .16), transparent 24rem),
    linear-gradient(180deg, rgba(7, 10, 20, .98), rgba(13, 18, 31, .9) 52%, rgba(2, 8, 25, .94));
}

.home-page .process::after {
  background:
    linear-gradient(90deg, transparent 0 10%, rgba(255,255,255,.05) 10% 10.12%, transparent 10.12% 20%),
    linear-gradient(145deg, rgba(255,255,255,.035), transparent 36%),
    radial-gradient(circle at 80% 76%, rgba(0, 201, 255, .13), transparent 18rem);
  background-size: 156px 100%, auto, auto;
}

.home-page .pricing {
  background:
    linear-gradient(145deg, rgba(3, 14, 39, .72), rgba(5, 11, 32, .68)),
    rgba(1, 7, 22, .42);
  border-color: rgba(5, 201, 255, .11);
}

.home-page .pricing::before {
  background:
    radial-gradient(ellipse at 50% -5%, rgba(0, 207, 255, .26), transparent 26rem),
    radial-gradient(ellipse at 12% 78%, rgba(119, 58, 255, .2), transparent 23rem),
    radial-gradient(ellipse at 88% 66%, rgba(12, 91, 255, .16), transparent 24rem),
    linear-gradient(135deg, rgba(1, 7, 22, .96), rgba(3, 21, 58, .9) 44%, rgba(2, 6, 20, .98));
}

.home-page .pricing::after {
  background:
    radial-gradient(circle at 49% 26%, rgba(5, 201, 255, .24), transparent 12rem),
    radial-gradient(circle at 73% 82%, rgba(155, 37, 255, .14), transparent 17rem),
    linear-gradient(90deg, rgba(255,255,255,.03) 0 1px, transparent 1px 88px),
    linear-gradient(0deg, rgba(255,255,255,.025) 0 1px, transparent 1px 76px);
}

.home-page .feature-strip {
  background:
    linear-gradient(120deg, rgba(4, 22, 58, .62), rgba(2, 8, 25, .68)),
    rgba(1, 7, 22, .34);
}

.home-page .feature-strip::before {
  background:
    radial-gradient(ellipse at 15% 50%, rgba(5, 201, 255, .2), transparent 22rem),
    radial-gradient(ellipse at 90% 18%, rgba(26, 83, 206, .18), transparent 24rem),
    linear-gradient(100deg, rgba(3, 24, 65, .82), rgba(1, 7, 22, .95) 68%);
}

.home-page .feature-strip::after {
  background:
    radial-gradient(circle at 10% 46%, rgba(5, 201, 255, .22), transparent 10rem),
    radial-gradient(circle at 92% 30%, rgba(155, 37, 255, .13), transparent 15rem),
    repeating-linear-gradient(135deg, rgba(255,255,255,.032) 0 1px, transparent 1px 30px);
}

.home-page .testimonials::before {
  background:
    radial-gradient(ellipse at 18% 16%, rgba(97, 49, 255, .17), transparent 23rem),
    radial-gradient(ellipse at 70% 100%, rgba(0, 204, 255, .2), transparent 28rem),
    linear-gradient(180deg, rgba(4, 13, 38, .96), rgba(2, 7, 22, .9) 58%, rgba(5, 14, 35, .96));
}

.home-page .testimonials::after {
  background:
    radial-gradient(circle at 52% 110%, rgba(5, 201, 255, .27), transparent 17rem),
    radial-gradient(circle at 15% 14%, rgba(155, 37, 255, .16), transparent 14rem),
    repeating-linear-gradient(0deg, rgba(255,255,255,.028) 0 1px, transparent 1px 40px);
}

.home-page .videos::before {
  background:
    radial-gradient(ellipse at 82% 18%, rgba(0, 174, 255, .17), transparent 23rem),
    radial-gradient(ellipse at 18% 84%, rgba(122, 58, 255, .15), transparent 23rem),
    linear-gradient(145deg, rgba(6, 9, 18, .96), rgba(5, 25, 63, .86) 52%, rgba(1, 7, 22, .96));
}

.home-page .videos::after {
  background:
    linear-gradient(120deg, transparent 0 49%, rgba(255,255,255,.05) 49% 49.18%, transparent 49.18%),
    radial-gradient(circle at 78% 16%, rgba(5, 201, 255, .18), transparent 15rem),
    radial-gradient(circle at 18% 84%, rgba(155, 37, 255, .16), transparent 18rem);
}

.home-page .stats-band {
  box-shadow:
    0 0 0 100vmax rgba(2, 10, 28, .36),
    0 24px 65px rgba(0, 0, 0, .34),
    0 0 44px rgba(25, 121, 255, .24),
    inset 0 1px 0 rgba(255,255,255,.18);
  clip-path: inset(-26px -100vmax);
}

.home-page .cta-band {
  box-shadow:
    0 0 0 100vmax rgba(2, 8, 25, .56),
    0 30px 80px rgba(0, 0, 0, .36),
    0 0 54px rgba(5, 201, 255, .24),
    0 0 120px rgba(155, 37, 255, .12),
    inset 0 1px 0 rgba(255,255,255,.13),
    inset 0 0 46px rgba(5, 201, 255, .05);
  clip-path: inset(-42px -100vmax);
}

@media (max-width: 620px) {
  .home-page .section-heading {
    margin-bottom: 22px;
  }

  .home-page .section-heading h2 {
    font-size: clamp(22px, 6.8vw, 28px);
  }
}

/* US LLC homepage-aligned layout */
.us-llc-page {
  --us-section-gap: clamp(46px, 7vw, 82px);
  --us-section-pad-y: clamp(38px, 5vw, 62px);
  --us-section-pad-x: clamp(20px, 3.2vw, 38px);
  --us-section-radius: 20px;
}

.us-llc-page main {
  position: relative;
  overflow: hidden;
  padding-bottom: clamp(56px, 7vw, 88px);
}

.us-llc-page .container {
  position: relative;
  z-index: 1;
}

.us-llc-page .container > section {
  position: relative;
  isolation: isolate;
  margin-bottom: 0 !important;
}

.us-llc-page .container > section + section {
  margin-top: var(--us-section-gap) !important;
}

.us-llc-page .us-hero {
  width: min(100%, 1080px) !important;
  min-height: 374px;
  margin: clamp(8px, 2.4vw, 24px) auto 0 !important;
  overflow: hidden;
  animation: heroSettle .75s ease both;
}

.us-llc-page .us-hero::before {
  inset: -2px 0 0;
  background-image:
    linear-gradient(90deg, rgba(1, 7, 22, .98) 0%, rgba(1, 8, 25, .92) 30%, rgba(1, 7, 22, .62) 46%, rgba(1, 7, 22, .08) 63%, rgba(1, 7, 22, 0) 76%),
    linear-gradient(180deg, rgba(1, 7, 22, .08) 0%, rgba(1, 7, 22, 0) 63%, rgba(1, 7, 22, .88) 100%),
    url("asset/us-llc-formation-hero.png");
  background-repeat: no-repeat;
  background-size: auto 130%;
  background-position: right top;
}

.us-llc-page .us-hero::after {
  inset: auto 0 0;
  height: 92px;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(2, 8, 25, .96));
  box-shadow: 0 28px 52px rgba(0, 0, 0, .38);
}

.us-llc-page .accounting-hero-copy {
  animation: riseFade .7s ease .08s both;
}

.us-llc-page .us-visual {
  min-height: 430px;
  overflow: visible;
  z-index: 2;
  animation: heroFloat 7s ease-in-out infinite;
}

.us-llc-page .us-visual img {
  display: none;
}

.us-llc-page .us-service-section,
.us-llc-page .us-bottom-grid {
  width: min(100%, 1080px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: var(--us-section-pad-y) var(--us-section-pad-x);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--us-section-radius);
  background:
    linear-gradient(145deg, rgba(3, 13, 36, .58), rgba(1, 7, 22, .54)),
    rgba(2, 8, 25, .3);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    inset 0 -1px 0 rgba(0, 201, 255, .035),
    0 28px 78px rgba(0, 0, 0, .28);
}

.us-llc-page .us-service-section::before,
.us-llc-page .us-service-section::after,
.us-llc-page .us-bottom-grid::before,
.us-llc-page .us-bottom-grid::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
}

.us-llc-page .us-service-section::before,
.us-llc-page .us-bottom-grid::before {
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(ellipse at 12% 18%, rgba(0, 204, 255, .18), transparent 24rem),
    radial-gradient(ellipse at 82% 52%, rgba(19, 83, 192, .18), transparent 30rem),
    linear-gradient(115deg, rgba(2, 22, 58, .76), rgba(1, 7, 22, .92) 58%, rgba(2, 8, 25, .86));
}

.us-llc-page .us-service-section::after,
.us-llc-page .us-bottom-grid::after {
  inset: 1px;
  z-index: -1;
  opacity: .9;
  mix-blend-mode: screen;
  background:
    radial-gradient(circle at 20% 24%, rgba(5, 201, 255, .3), transparent 12rem),
    radial-gradient(circle at 91% 82%, rgba(155, 37, 255, .16), transparent 18rem),
    linear-gradient(120deg, transparent 0 42%, rgba(255,255,255,.04) 42% 42.18%, transparent 42.18%),
    repeating-linear-gradient(120deg, rgba(255,255,255,.025) 0 1px, transparent 1px 32px);
}

.us-llc-page .us-service-section h2,
.us-llc-page .us-bottom-grid h2 {
  margin-bottom: clamp(22px, 3vw, 34px);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.16;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
}

.us-llc-page .us-service-grid {
  gap: clamp(18px, 2vw, 24px);
}

.us-llc-page .us-service-section h2,
.us-llc-page .us-service-grid,
.us-llc-page .us-bottom-grid > *,
.us-llc-page .us-process-compact .process-grid,
.us-llc-page .us-process-compact .process-line {
  position: relative;
  z-index: 1;
}

.us-llc-page .us-bottom-grid {
  grid-template-columns: 1fr;
  gap: var(--us-section-gap);
}

.us-llc-page .us-why-compact {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.us-llc-page .us-why-compact h2 {
  grid-column: 1 / -1;
  text-align: center;
}

.us-llc-page .us-process-compact.process {
  width: 100%;
  margin: 0;
  padding: var(--us-section-pad-y) var(--us-section-pad-x);
}

.us-llc-page .us-process-compact h2 {
  text-transform: none;
}

.us-llc-page .us-process-compact div::before {
  display: none;
}

.us-llc-page .us-process-compact .process-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 54px;
  padding-top: 6px;
  z-index: 2;
}

.us-llc-page .us-process-compact .process-line {
  position: absolute;
  left: 122px;
  right: 122px;
  top: calc(var(--us-section-pad-y) + 50px);
  z-index: 1;
  border-top: 2px dotted rgba(0, 206, 255, .62);
}

.us-llc-page .us-process-compact .process-icon {
  font-size: 24px;
  font-weight: 900;
}

.us-llc-page .us-process-compact .step-number {
  font-size: 0;
}

.us-llc-page .us-process-compact .process-step h3 {
  margin: 8px 0 0;
}

.us-llc-page .us-cta {
  width: min(100%, 1080px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0 !important;
}

/* CTA button alignment - push to bottom of each card */
.us-llc-page .us-service-card {
  display: flex;
  flex-direction: column;
  transition: transform .28s cubic-bezier(.2,.8,.2,1), border-color .28s ease, box-shadow .28s ease;
}

.us-llc-page .us-service-card .full {
  margin-top: auto;
  padding-top: 12px;
}

.us-llc-page .us-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(99, 143, 255, .72);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 22px 62px rgba(0, 0, 0, .32), 0 0 28px rgba(75, 108, 255, .2);
}

.us-llc-page .us-service-card:hover .svc-ico {
  box-shadow: 0 0 28px rgba(92, 77, 255, .55);
  transition: box-shadow .28s ease;
}

@media (max-width: 980px) {
  .us-llc-page {
    --us-section-gap: clamp(54px, 8vw, 74px);
  }

  .us-llc-page .us-hero,
  .us-llc-page .us-service-section,
  .us-llc-page .us-bottom-grid,
  .us-llc-page .us-cta {
    width: min(100% - 36px, 720px) !important;
  }

  .us-llc-page .us-service-grid,
  .us-llc-page .us-process-compact .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .us-llc-page .us-process-compact .process-line {
    display: none;
  }

  .us-llc-page .us-hero {
    grid-template-columns: 1fr;
    min-height: clamp(480px, 70vw, 590px);
    padding: 42px 0 54px;
    align-items: start;
    border-radius: 0 0 18px 18px;
    background:
      radial-gradient(circle at 88% 78%, rgba(59, 102, 255, .22), transparent 14rem),
      radial-gradient(circle at 76% 34%, rgba(0, 136, 255, .12), transparent 16rem);
  }

  .us-llc-page .us-hero::before {
    inset: -18px 0 -24px;
    background-image: url("asset/us-llc-formation-hero.png");
    background-size: auto 104%;
    background-position: right -12px bottom;
    opacity: .58;
    filter: saturate(1.1) contrast(1.04);
    mask-image: radial-gradient(ellipse at 82% 70%, #000 0%, #000 46%, rgba(0, 0, 0, .72) 62%, transparent 88%);
    -webkit-mask-image: radial-gradient(ellipse at 82% 70%, #000 0%, #000 46%, rgba(0, 0, 0, .72) 62%, transparent 88%);
  }

  .us-llc-page .us-hero::after {
    inset: -18px 0 -1px;
    height: auto;
    background:
      linear-gradient(90deg, rgba(1, 7, 22, .98) 0%, rgba(1, 7, 22, .94) 42%, rgba(1, 7, 22, .54) 68%, rgba(1, 7, 22, .1) 100%),
      linear-gradient(180deg, rgba(1, 7, 22, .98) 0%, rgba(1, 7, 22, .86) 46%, rgba(1, 7, 22, .5) 70%, rgba(2, 8, 25, .98) 100%),
      radial-gradient(circle at 92% 78%, rgba(59, 102, 255, .2), transparent 16rem);
  }

  .us-llc-page .accounting-hero-copy {
    max-width: 650px;
    padding-top: 0;
  }

  .us-llc-page .us-visual {
    position: absolute;
    inset: auto 0 0 auto;
    width: min(48vw, 320px);
    min-height: 0;
    height: 45%;
    margin-top: 0;
    pointer-events: none;
    opacity: 0;
    animation: none;
  }
}

@media (max-width: 620px) {
  .us-llc-page {
    --us-section-gap: 58px;
  }

  .us-llc-page main {
    padding-bottom: 60px;
  }

  .us-llc-page .us-hero,
  .us-llc-page .us-service-section,
  .us-llc-page .us-bottom-grid,
  .us-llc-page .us-cta {
    width: 100% !important;
  }

  .us-llc-page .us-service-section h2,
  .us-llc-page .us-bottom-grid h2 {
    font-size: clamp(22px, 6.8vw, 28px);
    max-width: 100%;
    overflow-wrap: break-word;
    text-wrap: balance;
  }

  .us-llc-page .us-service-grid,
  .us-llc-page .us-why-compact,
  .us-llc-page .us-process-compact .process-grid {
    grid-template-columns: 1fr;
  }

  .us-llc-page .us-hero {
    min-height: 590px;
    padding: 34px 0 48px;
    background:
      radial-gradient(circle at 91% 73%, rgba(59, 102, 255, .28), transparent 11.5rem),
      radial-gradient(circle at 76% 35%, rgba(0, 136, 255, .18), transparent 12rem),
      linear-gradient(180deg, rgba(2, 8, 25, .2), rgba(2, 8, 25, 0));
  }

  .us-llc-page .us-hero::before {
    inset: -14px 0 -18px;
    background-image: url("asset/us-llc-formation-hero.png");
    background-size: auto 90%;
    background-position: 68% bottom;
    opacity: .86;
    filter: saturate(1.18) contrast(1.08) brightness(1.18) drop-shadow(0 26px 42px rgba(0, 0, 0, .34));
    transform: translate3d(0, 0, 0);
    mask-image:
      linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .82) 30%, #000 58%, rgba(0, 0, 0, .82) 83%, transparent 100%),
      radial-gradient(ellipse at 86% 69%, #000 0%, #000 48%, rgba(0, 0, 0, .78) 65%, transparent 92%);
    -webkit-mask-image:
      linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .82) 30%, #000 58%, rgba(0, 0, 0, .82) 83%, transparent 100%),
      radial-gradient(ellipse at 86% 69%, #000 0%, #000 48%, rgba(0, 0, 0, .78) 65%, transparent 92%);
    mask-composite: intersect;
    -webkit-mask-composite: source-in;
  }

  .us-llc-page .us-hero::after {
    inset: -14px 0 -1px;
    height: auto;
    background:
      linear-gradient(90deg, rgba(1, 7, 22, .99) 0%, rgba(1, 7, 22, .93) 44%, rgba(1, 7, 22, .24) 72%, rgba(1, 7, 22, 0) 100%),
      linear-gradient(180deg, rgba(1, 7, 22, .99) 0%, rgba(1, 7, 22, .82) 42%, rgba(1, 7, 22, .12) 69%, #020819 100%),
      radial-gradient(circle at 93% 74%, rgba(59, 102, 255, .3), transparent 12rem);
  }

  .us-llc-page .hero-subtitle {
    width: min(100%, 318px);
    margin: 16px 0 22px;
    font-size: 15px;
    line-height: 1.65;
  }

  .us-llc-page .hero-buttons {
    width: min(100%, 340px);
    gap: 12px;
  }

  .us-llc-page .hero-buttons .btn {
    min-height: 50px;
  }
}

/* Accounting page homepage-aligned layout */
.accounting-page {
  --accounting-section-gap: clamp(46px, 7vw, 82px);
  --accounting-section-pad-y: clamp(38px, 5vw, 62px);
  --accounting-section-pad-x: clamp(20px, 3.2vw, 38px);
  --accounting-section-radius: 20px;
  --accounting-env-bleed-x: calc(50% - 50vw);
}

.accounting-page main {
  position: relative;
  overflow: hidden;
  padding-bottom: clamp(56px, 7vw, 88px);
}

.accounting-page main::before {
  content: "";
  position: absolute;
  inset: 430px max(-8vw, -90px) 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 13% 18%, rgba(5, 201, 255, .1), transparent 18rem),
    radial-gradient(circle at 86% 54%, rgba(155, 37, 255, .09), transparent 21rem),
    linear-gradient(180deg, transparent, rgba(0, 0, 0, .24) 10%, transparent 24%, rgba(0, 0, 0, .18) 45%, transparent 62%, rgba(0, 0, 0, .24) 84%, transparent),
    repeating-linear-gradient(135deg, rgba(255,255,255,.025) 0 1px, transparent 1px 28px);
  opacity: .56;
  mask-image: linear-gradient(180deg, transparent, #000 9%, #000 92%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 9%, #000 92%, transparent);
}

.accounting-page .container {
  position: relative;
  z-index: 1;
}

.accounting-page .container > section {
  position: relative;
  isolation: isolate;
  margin-bottom: 0 !important;
}

.accounting-page .container > section + section {
  margin-top: var(--accounting-section-gap) !important;
}

.accounting-page .accounting-hero {
  width: min(100%, 1080px) !important;
  min-height: 374px;
  margin: clamp(8px, 2.4vw, 24px) auto 0 !important;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: start;
  overflow: hidden;
  animation: heroSettle .75s ease both;
}

.accounting-page .accounting-hero::before {
  content: "";
  position: absolute;
  inset: -2px 0 0;
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(1, 7, 22, .98) 0%, rgba(1, 8, 25, .92) 30%, rgba(1, 7, 22, .62) 46%, rgba(1, 7, 22, .08) 63%, rgba(1, 7, 22, 0) 76%),
    linear-gradient(180deg, rgba(1, 7, 22, .08) 0%, rgba(1, 7, 22, 0) 63%, rgba(1, 7, 22, .88) 100%),
    url("asset/accounting-bookkeeping-hero.png");
  background-repeat: no-repeat;
  background-size: auto 130%;
  background-position: right top;
}

.accounting-page .accounting-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 92px;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(2, 8, 25, .96));
  box-shadow: 0 28px 52px rgba(0, 0, 0, .38);
}

.accounting-page .accounting-hero-copy {
  padding-top: 50px;
  position: relative;
  z-index: 3;
  animation: riseFade .7s ease .08s both;
}

.accounting-page .accounting-hero h1 {
  max-width: 540px;
  font-size: clamp(40px, 4.45vw, 50px);
  line-height: 1.04;
}

.accounting-page .accounting-visual {
  position: relative;
  min-height: 430px;
  overflow: visible;
  border-radius: 0;
  z-index: 2;
  animation: heroFloat 7s ease-in-out infinite;
}

.accounting-page .accounting-visual img,
.accounting-page .accounting-wave {
  display: none;
}

.accounting-page .service-intro,
.accounting-page .accounting-section,
.accounting-page .accounting-process,
.accounting-page .accounting-stats,
.accounting-page .acct-cta.cta-band {
  margin-left: auto !important;
  margin-right: auto !important;
}

.accounting-page .service-intro,
.accounting-page .accounting-section,
.accounting-page .accounting-stats,
.accounting-page .acct-cta.cta-band {
  width: min(100%, 1080px) !important;
}

.accounting-page .accounting-process {
  width: min(100%, 1080px) !important;
}

.accounting-page .service-intro,
.accounting-page .accounting-section,
.accounting-page .accounting-process {
  padding: var(--accounting-section-pad-y) var(--accounting-section-pad-x);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: var(--accounting-section-radius);
  background:
    linear-gradient(145deg, rgba(3, 13, 36, .58), rgba(1, 7, 22, .54)),
    rgba(2, 8, 25, .3);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    inset 0 -1px 0 rgba(0, 201, 255, .035),
    0 28px 78px rgba(0, 0, 0, .28);
}

.accounting-page .service-intro {
  grid-template-columns: 58px 1fr;
}

.accounting-page .service-intro p,
.accounting-page .service-intro .round-icon {
  position: relative;
  z-index: 1;
}

.accounting-page .service-intro::before,
.accounting-page .service-intro::after,
.accounting-page .accounting-section::before,
.accounting-page .accounting-section::after,
.accounting-page .accounting-process::before,
.accounting-page .accounting-process::after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
}

.accounting-page .service-intro::before,
.accounting-page .accounting-section::before,
.accounting-page .accounting-process::before {
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(ellipse at 12% 18%, rgba(0, 204, 255, .18), transparent 24rem),
    radial-gradient(ellipse at 82% 52%, rgba(19, 83, 192, .18), transparent 30rem),
    linear-gradient(115deg, rgba(2, 22, 58, .76), rgba(1, 7, 22, .92) 58%, rgba(2, 8, 25, .86));
}

.accounting-page .service-intro::after,
.accounting-page .accounting-section::after,
.accounting-page .accounting-process::after {
  inset: 1px;
  z-index: -1;
  opacity: .9;
  mix-blend-mode: screen;
  background:
    radial-gradient(circle at 20% 24%, rgba(5, 201, 255, .3), transparent 12rem),
    radial-gradient(circle at 91% 82%, rgba(155, 37, 255, .16), transparent 18rem),
    linear-gradient(120deg, transparent 0 42%, rgba(255,255,255,.04) 42% 42.18%, transparent 42.18%),
    repeating-linear-gradient(120deg, rgba(255,255,255,.025) 0 1px, transparent 1px 32px);
  mask-image: linear-gradient(180deg, transparent, #000 9%, #000 91%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 9%, #000 91%, transparent);
}

.accounting-page .accounting-section h2,
.accounting-page .accounting-process h2,
.accounting-page .acct-cta h2 {
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.16;
  letter-spacing: 0;
}

.accounting-page .accounting-section h2,
.accounting-page .accounting-process h2 {
  margin-bottom: clamp(22px, 3vw, 34px);
}

.accounting-page .service-grid,
.accounting-page .testimonial-grid {
  gap: clamp(18px, 2vw, 24px);
}

.accounting-page .accounting-process .process-grid {
  padding-top: 6px;
  z-index: 2;
}

.accounting-page .accounting-process .process-line {
  top: calc(var(--accounting-section-pad-y) + 104px);
}

.accounting-page .service-card,
.accounting-page .quote-card {
  border-color: rgba(255,255,255,.09);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.075),
    0 18px 45px rgba(0, 0, 0, .3),
    0 0 26px rgba(0, 151, 255, .08);
}

.accounting-page .accounting-card-grid .service-card {
  min-height: 196px;
  padding: 28px 26px 18px;
}

.accounting-page .included-panel,
.accounting-page .choose-panel,
.accounting-page .accounting-section h2,
.accounting-page .accounting-process h2,
.accounting-page .service-grid,
.accounting-page .testimonial-grid,
.accounting-page .process-grid {
  position: relative;
  z-index: 1;
}

.accounting-page .accounting-process .process-line {
  position: absolute;
  z-index: 1;
}

.accounting-page .choose-panel .round-icon img {
  width: 1em;
  height: 1em;
  display: block;
  object-fit: contain;
}

.accounting-page .accounting-stats {
  margin-bottom: 0;
  padding: clamp(18px, 2.6vw, 25px) clamp(22px, 3vw, 34px);
  outline: 1px solid rgba(255,255,255,.1);
  outline-offset: 10px;

  box-shadow:
    0 24px 65px rgba(0, 0, 0, .34),
    0 0 44px rgba(25, 121, 255, .24),
    inset 0 1px 0 rgba(255,255,255,.18);
}

.accounting-page .acct-cta.cta-band {
  margin-bottom: 0;
  outline: 1px solid rgba(255,255,255,.1);
  outline-offset: 10px;
  border-color: rgba(54, 202, 255, .5);
 
  box-shadow:
    0 30px 80px rgba(0, 0, 0, .36),
    0 0 54px rgba(5, 201, 255, .24),
    0 0 120px rgba(155, 37, 255, .12),
    inset 0 1px 0 rgba(255,255,255,.13),
    inset 0 0 46px rgba(5, 201, 255, .05);
}

@media (max-width: 980px) {
  .accounting-page {
    --accounting-section-gap: clamp(54px, 8vw, 74px);
  }

  .accounting-page .accounting-hero,
  .accounting-page .service-intro,
  .accounting-page .accounting-section,
  .accounting-page .accounting-process,
  .accounting-page .accounting-stats,
  .accounting-page .acct-cta.cta-band {
    width: min(100% - 36px, 720px) !important;
  }

  .accounting-page .accounting-hero {
    grid-template-columns: 1fr;
    min-height: clamp(480px, 70vw, 590px);
    padding: 42px 0 54px;
    align-items: start;
    border-radius: 0 0 18px 18px;
    background:
      radial-gradient(circle at 88% 78%, rgba(5, 201, 255, .22), transparent 14rem),
      radial-gradient(circle at 76% 34%, rgba(155, 37, 255, .12), transparent 16rem);
  }

  .accounting-page .accounting-hero::before {
    inset: -18px 0 -24px;
    background-image: url("asset/accounting-bookkeeping-hero.png");
    background-size: auto 104%;
    background-position: right -12px bottom;
    opacity: .58;
    filter: saturate(1.1) contrast(1.04);
    mask-image: radial-gradient(ellipse at 82% 70%, #000 0%, #000 46%, rgba(0, 0, 0, .72) 62%, transparent 88%);
    -webkit-mask-image: radial-gradient(ellipse at 82% 70%, #000 0%, #000 46%, rgba(0, 0, 0, .72) 62%, transparent 88%);
  }

  .accounting-page .accounting-hero::after {
    inset: -18px 0 -1px;
    height: auto;
    background:
      linear-gradient(90deg, rgba(1, 7, 22, .98) 0%, rgba(1, 7, 22, .94) 42%, rgba(1, 7, 22, .54) 68%, rgba(1, 7, 22, .1) 100%),
      linear-gradient(180deg, rgba(1, 7, 22, .98) 0%, rgba(1, 7, 22, .86) 46%, rgba(1, 7, 22, .5) 70%, rgba(2, 8, 25, .98) 100%),
      radial-gradient(circle at 92% 78%, rgba(0, 199, 255, .2), transparent 16rem);
  }

  .accounting-page .accounting-hero-copy {
    max-width: 650px;
    padding-top: 0;
  }

  .accounting-page .accounting-visual {
    position: absolute;
    inset: auto 0 0 auto;
    width: min(48vw, 320px);
    min-height: 0;
    height: 45%;
    margin-top: 0;
    pointer-events: none;
    opacity: .24;
    filter: blur(1px);
    animation: none;
  }

  .accounting-page .service-card,
  .accounting-page .quote-card {
    padding: 24px;
  }
}

@media (max-width: 620px) {
  .accounting-page {
    --accounting-section-gap: 58px;
  }

  .accounting-page main {
    padding-bottom: 60px;
  }

  .accounting-page .accounting-hero {
    min-height: 590px;
    padding: 34px 0 48px;
    background:
      radial-gradient(circle at 91% 73%, rgba(5, 201, 255, .28), transparent 11.5rem),
      radial-gradient(circle at 76% 35%, rgba(155, 37, 255, .18), transparent 12rem),
      linear-gradient(180deg, rgba(2, 8, 25, .2), rgba(2, 8, 25, 0));
  }

  .accounting-page .accounting-hero,
  .accounting-page .service-intro,
  .accounting-page .accounting-section,
  .accounting-page .accounting-process,
  .accounting-page .accounting-stats,
  .accounting-page .acct-cta.cta-band {
    width: 100% !important;
  }

  .accounting-page .accounting-hero::before {
    inset: -14px 0 -18px;
    background-image: url("asset/accounting-bookkeeping-hero.png");
    background-size: auto 90%;
    background-position: 68% bottom;
    opacity: .86;
    filter: saturate(1.18) contrast(1.08) brightness(1.18) drop-shadow(0 26px 42px rgba(0, 0, 0, .34));
    transform: translate3d(0, 0, 0);
    mask-image:
      linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .82) 30%, #000 58%, rgba(0, 0, 0, .82) 83%, transparent 100%),
      radial-gradient(ellipse at 86% 69%, #000 0%, #000 48%, rgba(0, 0, 0, .78) 65%, transparent 92%);
    -webkit-mask-image:
      linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .82) 30%, #000 58%, rgba(0, 0, 0, .82) 83%, transparent 100%),
      radial-gradient(ellipse at 86% 69%, #000 0%, #000 48%, rgba(0, 0, 0, .78) 65%, transparent 92%);
    mask-composite: intersect;
    -webkit-mask-composite: source-in;
  }

  .accounting-page .accounting-hero::after {
    inset: -14px 0 -1px;
    height: auto;
    background:
      linear-gradient(90deg, rgba(1, 7, 22, .99) 0%, rgba(1, 7, 22, .93) 44%, rgba(1, 7, 22, .24) 72%, rgba(1, 7, 22, 0) 100%),
      linear-gradient(180deg, rgba(1, 7, 22, .99) 0%, rgba(1, 7, 22, .82) 42%, rgba(1, 7, 22, .12) 69%, #020819 100%),
      radial-gradient(circle at 93% 74%, rgba(5, 201, 255, .3), transparent 12rem);
  }

  .accounting-page .accounting-hero h1 {
    font-size: clamp(36px, 11.4vw, 43px);
    line-height: 1.03;
  }

  .accounting-page .mini-proof {
    width: min(100%, 340px);
    gap: 10px 12px;
    font-size: 10px;
  }

  .accounting-page .hero-subtitle {
    width: min(100%, 318px);
    margin: 16px 0 22px;
    font-size: 15px;
    line-height: 1.65;
  }

  .accounting-page .hero-buttons {
    width: min(100%, 340px);
    gap: 12px;
  }

  .accounting-page .hero-buttons .btn {
    min-height: 50px;
  }

  .accounting-page .accounting-section h2,
  .accounting-page .accounting-process h2,
  .accounting-page .acct-cta h2 {
    font-size: clamp(22px, 6.8vw, 28px);
    max-width: 100%;
    overflow-wrap: break-word;
    text-wrap: balance;
  }

  .accounting-page .service-card,
  .accounting-page .quote-card {
    padding: 22px 20px;
  }

  .accounting-page .acct-cta {
    padding: 28px 22px;
  }
}

/* RA page - homepage-aligned layout */
.ra-page {
  --ra-section-gap: clamp(46px, 7vw, 82px);
}

/* Hero copy vertical alignment */
.ra-page .ra-hero-copy {
  padding-top: 50px;
}

/* H1 accent span - match homepage cyan system */
.ra-page .ra-hero h1 span {
  color: var(--cyan);
  text-shadow: 0 0 24px rgba(0, 179, 255, .16);
}

/* Section spacing - match homepage vertical rhythm */
.ra-page .ra-need {
  margin-top: 24px;
}
.ra-page .ra-included {
  margin-top: var(--ra-section-gap);
}
.ra-page .ra-process {
  margin-top: var(--ra-section-gap);
}
.ra-page .ra-price-card {
  margin-top: var(--ra-section-gap);
}
.ra-page .ra-lower-grid {
  margin-top: var(--ra-section-gap);
}
.ra-page .cta-band.ra-cta {
  margin-top: var(--ra-section-gap);
}

/* Section headings - match homepage typographic scale */
.ra-page .ra-need-copy h2,
.ra-page .ra-included h2,
.ra-page .ra-process h2,
.ra-page .ra-price-card h2,
.ra-page .ra-faq h2,
.ra-page .ra-testimonials h2 {
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.1;
  margin-bottom: clamp(16px, 2vw, 22px);
}

/* Body copy - match homepage readability standards */
.ra-page .ra-need-copy p {
  font-size: 15px;
  line-height: 1.75;
}

.ra-page .ra-check-list {
  font-size: 13px;
  line-height: 1.95;
}

.ra-page .ra-mini-card h3 {
  font-size: 13px;
}

.ra-page .ra-mini-card p {
  font-size: 11px;
  line-height: 1.6;
}

.ra-page .ra-process-grid h3 {
  font-size: 13px;
}

.ra-page .ra-process-grid p {
  font-size: 11px;
  line-height: 1.5;
}

.ra-page .ra-faq summary {
  font-size: 13px;
  min-height: 44px;
}

.ra-page .ra-faq p {
  font-size: 12px;
  line-height: 1.7;
}

.ra-page .ra-testimonial-grid p {
  font-size: 12px;
  line-height: 1.6;
}

@media (max-width: 980px) {
  .ra-page {
    --ra-section-gap: clamp(54px, 8vw, 74px);
  }

  .ra-page .ra-hero-copy {
    padding-top: 0;
  }
}

@media (max-width: 620px) {
  .ra-page {
    --ra-section-gap: 58px;
  }

  .ra-page main {
    padding-bottom: 60px;
  }

  .ra-page .ra-need {
    margin-top: 16px;
  }
}

/* BOI page - homepage-aligned layout */
.boi-page {
  --boi-section-gap: clamp(46px, 7vw, 82px);
}

.boi-page main {
  position: relative;
  overflow: hidden;
  padding-bottom: clamp(56px, 7vw, 88px);
}

.boi-page .container {
  position: relative;
  z-index: 1;
}

.boi-page .container > section {
  position: relative;
  isolation: isolate;
  margin-bottom: 0 !important;
}

.boi-page .container > section + section {
  margin-top: var(--boi-section-gap) !important;
}

/* Hero - boi-filing-hero.png via background-image, same as accounting/US LLC approach */
.boi-page .boi-hero {
  width: min(100%, 1080px) !important;
  min-height: 374px;
  margin: clamp(8px, 2.4vw, 24px) auto 0 !important;
  overflow: hidden;
  animation: heroSettle .75s ease both;
}

.boi-page .boi-hero::before {
  inset: -2px 0 0;
  background-image:
    linear-gradient(90deg, rgba(1, 7, 22, .98) 0%, rgba(1, 8, 25, .92) 30%, rgba(1, 7, 22, .62) 46%, rgba(1, 7, 22, .08) 63%, rgba(1, 7, 22, 0) 76%),
    linear-gradient(180deg, rgba(1, 7, 22, .08) 0%, rgba(1, 7, 22, 0) 63%, rgba(1, 7, 22, .88) 100%),
    url("asset/boi-filing-hero.png");
  background-repeat: no-repeat;
  background-size: auto 130%;
  background-position: right top;
}

.boi-page .boi-hero::after {
  inset: auto 0 0;
  height: 92px;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(2, 8, 25, .96));
  box-shadow: 0 28px 52px rgba(0, 0, 0, .38);
}

.boi-page .boi-hero-copy {
  padding-top: 50px;
  animation: riseFade .7s ease .08s both;
}

.boi-page .boi-hero-visual {
  min-height: 430px;
  overflow: visible;
  z-index: 2;
  animation: heroFloat 7s ease-in-out infinite;
}

.boi-page .boi-hero-visual img {
  display: none;
}

/* All sections - uniform 1080px width matching header */
.boi-page .boi-overview,
.boi-page .boi-section,
.boi-page .boi-documents,
.boi-page .boi-process,
.boi-page .boi-benefits,
.boi-page .boi-package,
.boi-page .boi-why,
.boi-page .boi-lower-grid,
.boi-page .cta-band.boi-cta {
  width: min(100%, 1080px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Section headings - match homepage typographic scale */
.boi-page .boi-overview h2,
.boi-page .boi-documents h2,
.boi-page .boi-section h2,
.boi-page .boi-process h2,
.boi-page .boi-benefits h2,
.boi-page .boi-package h2,
.boi-page .boi-why h2,
.boi-page .boi-faq h2,
.boi-page .boi-testimonials h2 {
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.1;
  margin-bottom: clamp(16px, 2vw, 22px);
}

/* Body copy - match homepage readability */
.boi-page .boi-overview p,
.boi-page .boi-documents p {
  font-size: 15px;
  line-height: 1.75;
  color: #e8f2ff;
}

@media (max-width: 980px) {
  .boi-page {
    --boi-section-gap: clamp(54px, 8vw, 74px);
  }

  .boi-page .boi-hero {
    grid-template-columns: 1fr;
    min-height: clamp(480px, 70vw, 590px);
    padding: 42px 0 54px;
    align-items: start;
    border-radius: 0 0 18px 18px;
    background:
      radial-gradient(circle at 88% 78%, rgba(10, 103, 255, .22), transparent 14rem),
      radial-gradient(circle at 76% 34%, rgba(0, 136, 255, .12), transparent 16rem);
  }

  .boi-page .boi-hero::before {
    inset: -18px 0 -24px;
    background-image: url("asset/boi-filing-hero.png");
    background-size: auto 104%;
    background-position: right -12px bottom;
    opacity: .58;
    filter: saturate(1.1) contrast(1.04);
    mask-image: radial-gradient(ellipse at 82% 70%, #000 0%, #000 46%, rgba(0, 0, 0, .72) 62%, transparent 88%);
    -webkit-mask-image: radial-gradient(ellipse at 82% 70%, #000 0%, #000 46%, rgba(0, 0, 0, .72) 62%, transparent 88%);
  }

  .boi-page .boi-hero::after {
    inset: -18px 0 -1px;
    height: auto;
    background:
      linear-gradient(90deg, rgba(1, 7, 22, .98) 0%, rgba(1, 7, 22, .94) 42%, rgba(1, 7, 22, .54) 68%, rgba(1, 7, 22, .1) 100%),
      linear-gradient(180deg, rgba(1, 7, 22, .98) 0%, rgba(1, 7, 22, .86) 46%, rgba(1, 7, 22, .5) 70%, rgba(2, 8, 25, .98) 100%),
      radial-gradient(circle at 92% 78%, rgba(10, 103, 255, .2), transparent 16rem);
  }

  .boi-page .boi-hero-copy {
    max-width: 650px;
    padding-top: 0;
  }

  .boi-page .boi-hero-visual {
    position: absolute;
    inset: auto 0 0 auto;
    width: min(48vw, 320px);
    min-height: 0;
    height: 45%;
    pointer-events: none;
    opacity: 0;
    animation: none;
  }

  .boi-page .boi-hero,
  .boi-page .boi-overview,
  .boi-page .boi-section,
  .boi-page .boi-documents,
  .boi-page .boi-process,
  .boi-page .boi-benefits,
  .boi-page .boi-package,
  .boi-page .boi-why,
  .boi-page .boi-lower-grid,
  .boi-page .cta-band.boi-cta {
    width: min(100% - 36px, 720px) !important;
  }
}

@media (max-width: 620px) {
  .boi-page {
    --boi-section-gap: 58px;
  }

  .boi-page main {
    padding-bottom: 60px;
  }

  .boi-page .boi-hero {
    min-height: 590px;
    padding: 34px 0 48px;
    background:
      radial-gradient(circle at 91% 73%, rgba(10, 103, 255, .28), transparent 11.5rem),
      radial-gradient(circle at 76% 35%, rgba(0, 136, 255, .18), transparent 12rem),
      linear-gradient(180deg, rgba(2, 8, 25, .2), rgba(2, 8, 25, 0));
  }

  .boi-page .boi-hero::before {
    inset: -14px 0 -18px;
    background-image: url("asset/boi-filing-hero.png");
    background-size: auto 90%;
    background-position: 68% bottom;
    opacity: .86;
    filter: saturate(1.18) contrast(1.08) brightness(1.18) drop-shadow(0 26px 42px rgba(0, 0, 0, .34));
    transform: translate3d(0, 0, 0);
    mask-image:
      linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .82) 30%, #000 58%, rgba(0, 0, 0, .82) 83%, transparent 100%),
      radial-gradient(ellipse at 86% 69%, #000 0%, #000 48%, rgba(0, 0, 0, .78) 65%, transparent 92%);
    -webkit-mask-image:
      linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, .82) 30%, #000 58%, rgba(0, 0, 0, .82) 83%, transparent 100%),
      radial-gradient(ellipse at 86% 69%, #000 0%, #000 48%, rgba(0, 0, 0, .78) 65%, transparent 92%);
    mask-composite: intersect;
    -webkit-mask-composite: source-in;
  }

  .boi-page .boi-hero::after {
    inset: -14px 0 -1px;
    height: auto;
    background:
      linear-gradient(90deg, rgba(1, 7, 22, .99) 0%, rgba(1, 7, 22, .93) 44%, rgba(1, 7, 22, .24) 72%, rgba(1, 7, 22, 0) 100%),
      linear-gradient(180deg, rgba(1, 7, 22, .99) 0%, rgba(1, 7, 22, .82) 42%, rgba(1, 7, 22, .12) 69%, #020819 100%),
      radial-gradient(circle at 93% 74%, rgba(10, 103, 255, .3), transparent 12rem);
  }

  .boi-page .boi-hero,
  .boi-page .boi-overview,
  .boi-page .boi-section,
  .boi-page .boi-documents,
  .boi-page .boi-process,
  .boi-page .boi-benefits,
  .boi-page .boi-package,
  .boi-page .boi-why,
  .boi-page .boi-lower-grid,
  .boi-page .cta-band.boi-cta {
    width: 100% !important;
  }

  .boi-page .hero-subtitle {
    width: min(100%, 318px);
    margin: 16px 0 22px;
    font-size: 15px;
    line-height: 1.65;
  }

  .boi-page .hero-buttons {
    width: min(100%, 340px);
    gap: 12px;
  }

  .boi-page .hero-buttons .btn {
    min-height: 50px;
  }
}

/* ================================================================
   ADDR PAGE: Homepage-style section layout, rhythm & hero mobile
   ================================================================ */

.addr-page-shell {
  --addr-section-gap: clamp(48px, 7vw, 72px);
  --addr-section-pad-y: clamp(36px, 5vw, 56px);
  --addr-section-pad-x: clamp(22px, 3.2vw, 38px);
  --addr-section-radius: 20px;
}

.addr-main {
  padding-bottom: clamp(56px, 7vw, 88px);
}

.addr-main .container > section {
  position: relative;
  isolation: isolate;
  margin-bottom: 0 !important;
}

.addr-main .container > section + section {
  margin-top: var(--addr-section-gap) !important;
}

.addr-page-shell .addr-hero {
  margin-top: clamp(8px, 2.4vw, 24px) !important;
  overflow: hidden;
}

/* BOX sections: addr-included, addr-perfect - width-constrained card */
.addr-page-shell .addr-included,
.addr-page-shell .addr-perfect {
  width: min(100% - 96px, 1080px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: var(--addr-section-pad-y) var(--addr-section-pad-x) !important;
  border-radius: var(--addr-section-radius) !important;
  border: 1px solid rgba(58, 110, 230, .22) !important;
  background:
    radial-gradient(ellipse at 14% 16%, rgba(68, 102, 255, .17), transparent 20rem),
    radial-gradient(ellipse at 86% 78%, rgba(10, 140, 255, .13), transparent 18rem),
    linear-gradient(145deg, rgba(4, 18, 52, .78), rgba(2, 10, 30, .74)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    inset 0 -1px 0 rgba(79, 166, 255, .035),
    0 28px 78px rgba(0, 0, 0, .28) !important;
}

.addr-page-shell .addr-included::before,
.addr-page-shell .addr-perfect::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  opacity: .9;
  mix-blend-mode: screen;
  background:
    radial-gradient(circle at 10% 12%, rgba(5, 198, 255, .28), transparent 14rem),
    radial-gradient(circle at 88% 82%, rgba(110, 64, 255, .15), transparent 18rem),
    repeating-linear-gradient(118deg, rgba(255,255,255,.022) 0 1px, transparent 1px 30px);
  mask-image: linear-gradient(180deg, transparent, #000 9%, #000 91%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 9%, #000 91%, transparent);
}

/* FULL-WIDTH CTA: addr-ready - vivid accent like homepage cta-band */
.addr-page-shell .addr-ready {
  border-radius: var(--addr-section-radius) !important;
  outline: 1px solid rgba(255,255,255,.12);
  outline-offset: 10px;
  border-color: rgba(54, 190, 255, .55) !important;
  background:
    radial-gradient(circle at 14% 50%, rgba(74, 218, 255, .66), transparent 9rem),
    linear-gradient(100deg, #09caff 0%, #054bed 50%, #18037a 100%) !important;
  box-shadow:
    0 24px 66px rgba(0, 0, 0, .36),
    0 0 44px rgba(5, 192, 255, .22),
    inset 0 1px 0 rgba(255,255,255,.18) !important;
}

.addr-page-shell .addr-ready::before {
  content: "";
  position: absolute;
  inset: -32% -8%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 22% 52%, rgba(255,255,255,.22), transparent 16rem),
    radial-gradient(ellipse at 84% 44%, rgba(5, 201, 255, .14), transparent 12rem),
    repeating-linear-gradient(114deg, rgba(255,255,255,.12) 0 1px, transparent 1px 26px);
  opacity: .3;
  border-radius: inherit;
}

.addr-page-shell .addr-ready > * {
  position: relative;
  z-index: 1;
}

/* Mobile hero: image goes behind text */
@media (max-width: 980px) {

  .addr-page-shell .addr-hero {
    position: relative;
    grid-template-columns: 1fr !important;
    min-height: clamp(530px, 78vw, 640px);
    padding: 42px 0 48px;
    align-items: start;
    overflow: hidden;
    border-bottom: none !important;
  }

  .addr-page-shell .addr-panel {
    position: absolute !important;
    top: 0 !important;
    right: -6% !important;
    bottom: 0 !important;
    left: 34% !important;
    width: auto !important;
    min-height: 0 !important;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    opacity: .42;
    filter: saturate(1.12) contrast(1.04);
    mask-image:
      radial-gradient(ellipse at 80% 50%, #000 0%, rgba(0,0,0,.78) 36%, rgba(0,0,0,.44) 56%, transparent 86%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.8) 16%, #000 46%, rgba(0,0,0,.8) 82%, transparent 100%);
    -webkit-mask-image:
      radial-gradient(ellipse at 80% 50%, #000 0%, rgba(0,0,0,.78) 36%, rgba(0,0,0,.44) 56%, transparent 86%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.8) 16%, #000 46%, rgba(0,0,0,.8) 82%, transparent 100%);
    mask-composite: intersect;
    -webkit-mask-composite: source-in;
  }

  .addr-page-shell .addr-panel-image {
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain;
    object-position: right center;
  }

  .addr-page-shell .addr-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(3,8,22,.97) 0%, rgba(3,8,22,.92) 42%, rgba(3,8,22,.58) 68%, rgba(3,8,22,.1) 100%),
      linear-gradient(180deg, rgba(3,8,22,.88) 0%, rgba(3,8,22,.52) 42%, rgba(3,8,22,.14) 68%, rgba(3,8,22,.88) 100%);
  }

  .addr-page-shell .addr-copy {
    position: relative;
    z-index: 2;
    padding-left: 0;
  }

  .addr-page-shell .addr-included,
  .addr-page-shell .addr-perfect {
    width: min(100% - 36px, 720px) !important;
  }

  .addr-page-shell .addr-ready {
    grid-template-columns: 78px 1fr !important;
    padding: 26px var(--addr-section-pad-x) !important;
  }
}

@media (max-width: 620px) {
  .addr-page-shell .addr-hero {
    min-height: 570px;
    padding: 32px 0 44px;
  }

  .addr-page-shell .addr-hero::after {
    background:
      linear-gradient(90deg, rgba(3,8,22,.99) 0%, rgba(3,8,22,.94) 44%, rgba(3,8,22,.28) 70%, transparent 100%),
      linear-gradient(180deg, rgba(3,8,22,.99) 0%, rgba(3,8,22,.82) 40%, rgba(3,8,22,.14) 68%, #020b1e 100%);
  }

  .addr-page-shell .addr-included,
  .addr-page-shell .addr-perfect {
    width: 100% !important;
    border-radius: 14px !important;
  }

  .addr-page-shell .addr-ready {
    grid-template-columns: 1fr !important;
    border-radius: 14px !important;
    padding: 24px 20px !important;
    text-align: center;
    justify-items: center;
  }
}


/* ================================================================
   BANK PAGE: Homepage-style section layout, rhythm & hero mobile
   ================================================================ */

.bank-page-shell {
  --bank-section-gap: clamp(48px, 7vw, 72px);
  --bank-section-pad-y: clamp(36px, 5vw, 56px);
  --bank-section-pad-x: clamp(22px, 3.2vw, 38px);
  --bank-section-radius: 20px;
}

.bank-main {
  padding-bottom: clamp(56px, 7vw, 88px);
}

.bank-main .container > section {
  position: relative;
  isolation: isolate;
  margin-bottom: 0 !important;
}

.bank-main .container > section + section {
  margin-top: var(--bank-section-gap) !important;
}

.bank-page-shell .bank-hero {
  margin-top: clamp(8px, 2.4vw, 24px) !important;
  overflow: visible;
}

/* BOX sections: width-constrained, centered, rounded */
.bank-page-shell .bank-matters,
.bank-page-shell .bank-partners,
.bank-page-shell .bank-process,
.bank-page-shell .bank-vs,
.bank-page-shell .bank-choose,
.bank-page-shell .bank-bottom-grid {
  width: min(100% - 96px, 1080px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: var(--bank-section-radius) !important;
}

.bank-page-shell .bank-matters,
.bank-page-shell .bank-partners,
.bank-page-shell .bank-process,
.bank-page-shell .bank-choose {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.07),
    inset 0 -1px 0 rgba(0, 190, 255, .03),
    0 28px 78px rgba(0, 0, 0, .30) !important;
}

/* FULL-WIDTH accent: bank-requirements - vivid mid-page standout */
.bank-page-shell .bank-requirements {
  border-radius: var(--bank-section-radius) !important;
  outline: 1px solid rgba(255,255,255,.1);
  outline-offset: 10px;
  border-color: rgba(54, 190, 255, .55) !important;
  background:
    radial-gradient(circle at 14% 50%, rgba(74, 218, 255, .55), transparent 9rem),
    radial-gradient(circle at 82% 30%, rgba(5, 148, 255, .28), transparent 18rem),
    linear-gradient(110deg, #083ea8 0%, #041e66 50%, #0d0346 100%) !important;
  box-shadow:
    0 24px 66px rgba(0, 0, 0, .38),
    0 0 44px rgba(5, 150, 255, .24),
    inset 0 1px 0 rgba(255,255,255,.16) !important;
}

.bank-page-shell .bank-requirements::before {
  content: "";
  position: absolute;
  inset: -30% -8%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 20% 52%, rgba(255,255,255,.18), transparent 15rem),
    repeating-linear-gradient(114deg, rgba(255,255,255,.1) 0 1px, transparent 1px 24px);
  opacity: .32;
  border-radius: inherit;
}

.bank-page-shell .bank-requirements > * {
  position: relative;
  z-index: 1;
}

/* FULL-WIDTH CTA at end: bank-final-grid */
.bank-page-shell .bank-final-grid {
  border-radius: var(--bank-section-radius) !important;
  outline: 1px solid rgba(255,255,255,.1);
  outline-offset: 10px;
  border: 1px solid rgba(44, 120, 210, .38) !important;
  background:
    radial-gradient(circle at 10% 50%, rgba(5, 201, 255, .16), transparent 18rem),
    radial-gradient(circle at 88% 28%, rgba(0, 134, 255, .12), transparent 22rem),
    linear-gradient(145deg, rgba(4, 18, 52, .96), rgba(2, 8, 30, .98)) !important;
  box-shadow:
    0 28px 78px rgba(0, 0, 0, .34),
    0 0 44px rgba(5, 150, 255, .18),
    inset 0 1px 0 rgba(255,255,255,.08) !important;
  padding: clamp(26px, 3.6vw, 40px) clamp(18px, 2.6vw, 30px) !important;
}

.bank-page-shell .bank-final-grid::before {
  content: "";
  position: absolute;
  inset: -28% -8%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 22% 50%, rgba(5, 201, 255, .14), transparent 16rem),
    repeating-linear-gradient(112deg, rgba(255,255,255,.08) 0 1px, transparent 1px 24px);
  opacity: .35;
  border-radius: inherit;
}

.bank-page-shell .bank-final-grid > * {
  position: relative;
  z-index: 1;
}

/* Mobile hero: art goes behind text */
@media (max-width: 980px) {

  .bank-page-shell .bank-hero {
    position: relative;
    display: grid !important;
    grid-template-columns: 1fr !important;
    min-height: clamp(540px, 78vw, 660px) !important;
    padding-top: 42px !important;
    align-items: start;
    overflow: hidden !important;
  }

  .bank-page-shell .bank-hero-art {
    position: absolute !important;
    top: 0 !important;
    right: -6% !important;
    bottom: 0 !important;
    left: 0 !important;
    min-height: 0 !important;
    z-index: 0;
    opacity: .42;
    filter: saturate(1.1);
    mask-image:
      radial-gradient(ellipse at 78% 50%, #000 0%, rgba(0,0,0,.7) 38%, rgba(0,0,0,.36) 58%, transparent 86%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.74) 14%, #000 44%, rgba(0,0,0,.74) 82%, transparent 100%);
    -webkit-mask-image:
      radial-gradient(ellipse at 78% 50%, #000 0%, rgba(0,0,0,.7) 38%, rgba(0,0,0,.36) 58%, transparent 86%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.74) 14%, #000 44%, rgba(0,0,0,.74) 82%, transparent 100%);
    mask-composite: intersect;
    -webkit-mask-composite: source-in;
  }

  .bank-page-shell .bank-hero-scene {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: right center !important;
  }

  .bank-page-shell .bank-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(1,7,22,.97) 0%, rgba(1,7,22,.92) 42%, rgba(1,7,22,.56) 68%, rgba(1,7,22,.1) 100%),
      linear-gradient(180deg, rgba(1,7,22,.88) 0%, rgba(1,7,22,.5) 42%, rgba(1,7,22,.14) 68%, rgba(1,7,22,.88) 100%);
  }

  .bank-page-shell .bank-copy {
    position: relative;
    z-index: 2;
  }

  .bank-page-shell .bank-matters,
  .bank-page-shell .bank-partners,
  .bank-page-shell .bank-process,
  .bank-page-shell .bank-vs,
  .bank-page-shell .bank-choose,
  .bank-page-shell .bank-bottom-grid {
    width: min(100% - 36px, 720px) !important;
  }

  .bank-page-shell .bank-cta {
    padding-right: clamp(180px, 22vw, 220px) !important;
  }
}

@media (max-width: 620px) {
  .bank-page-shell .bank-hero {
    min-height: 560px;
    padding-top: 30px !important;
  }

  .bank-page-shell .bank-hero::after {
    background:
      linear-gradient(90deg, rgba(1,7,22,.99) 0%, rgba(1,7,22,.93) 44%, rgba(1,7,22,.24) 70%, transparent 100%),
      linear-gradient(180deg, rgba(1,7,22,.99) 0%, rgba(1,7,22,.82) 40%, rgba(1,7,22,.14) 68%, #020819 100%);
  }

  .bank-page-shell .bank-matters,
  .bank-page-shell .bank-partners,
  .bank-page-shell .bank-process,
  .bank-page-shell .bank-vs,
  .bank-page-shell .bank-choose,
  .bank-page-shell .bank-bottom-grid {
    width: 100% !important;
    border-radius: 14px !important;
  }

  .bank-page-shell .bank-requirements,
  .bank-page-shell .bank-final-grid {
    border-radius: 14px !important;
  }

  .bank-page-shell .bank-final-grid {
    padding: 20px !important;
  }
}

/* ================================================================
   BANK VS: Give it a visible box background so it's a proper section
   ================================================================ */

.bank-page-shell .bank-vs {
  background:
    radial-gradient(circle at 50% 0, rgba(0, 104, 255, .13), transparent 18rem),
    linear-gradient(135deg, rgba(4, 24, 64, .82), rgba(4, 12, 37, .78)) !important;
  border: 1px solid rgba(44, 118, 203, .46) !important;
  padding: 22px 24px 24px !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 22px 58px rgba(0, 0, 0, .28) !important;
}

/* bank-bottom-grid: wrap with same card background */
.bank-page-shell .bank-bottom-grid {
  background:
    radial-gradient(circle at 50% 0, rgba(0, 104, 255, .11), transparent 18rem),
    linear-gradient(135deg, rgba(4, 22, 60, .78), rgba(4, 12, 35, .74)) !important;
  border: 1px solid rgba(44, 118, 203, .42) !important;
  padding: 18px !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.05),
    0 22px 58px rgba(0, 0, 0, .26) !important;
}

/* ================================================================
   WIDTH CONSISTENCY: all box sections same max-width 1080px
   ================================================================ */

/* Unify all box sections to the same visual width */
.bank-page-shell .bank-matters,
.bank-page-shell .bank-partners,
.bank-page-shell .bank-process,
.bank-page-shell .bank-vs,
.bank-page-shell .bank-choose,
.bank-page-shell .bank-bottom-grid {
  width: min(100% - 96px, 1080px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Full-width sections stay at 100% of container */
.bank-page-shell .bank-requirements,
.bank-page-shell .bank-final-grid {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Addr page: same consistency */
.addr-page-shell .addr-included,
.addr-page-shell .addr-perfect {
  width: min(100% - 96px, 1080px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.addr-page-shell .addr-ready {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ================================================================
   TEXT SIZE IMPROVEMENTS — bank page inner content
   ================================================================ */

.bank-page-shell .bank-matters h2,
.bank-page-shell .bank-partners h2,
.bank-page-shell .bank-process h2,
.bank-page-shell .bank-choose h2,
.bank-page-shell .bank-clients h2,
.bank-page-shell .bank-faq h2 {
  font-size: clamp(18px, 2.2vw, 24px) !important;
  letter-spacing: 0;
}

.bank-page-shell .bank-rejected h2,
.bank-page-shell .bank-improves h2 {
  font-size: clamp(17px, 2vw, 21px) !important;
}

.bank-page-shell .bank-six-grid h3,
.bank-page-shell .bank-requirements h3 {
  font-size: 14px !important;
  line-height: 1.3;
}

.bank-page-shell .bank-six-grid p,
.bank-page-shell .bank-four-grid p {
  font-size: 12px !important;
  line-height: 1.55;
}

.bank-page-shell .bank-four-grid h3 {
  font-size: 13px !important;
}

.bank-page-shell .bank-process-grid h3 {
  font-size: 13px !important;
}

.bank-page-shell .bank-process-grid p {
  font-size: 11px !important;
  line-height: 1.5;
}

.bank-page-shell .bank-rejected ul,
.bank-page-shell .bank-improves ul,
.bank-page-shell .bank-price ul {
  font-size: 13px !important;
  line-height: 1.9;
}

.bank-page-shell .bank-faq summary {
  font-size: 12px !important;
  min-height: 32px;
}

.bank-page-shell .bank-faq p {
  font-size: 11px !important;
  line-height: 1.55;
}

.bank-page-shell .bank-partners span {
  font-size: 16px !important;
}

.bank-page-shell .bank-requirements h2 {
  font-size: clamp(17px, 2vw, 20px) !important;
}

.bank-page-shell .bank-cta h2 {
  font-size: clamp(22px, 2.6vw, 28px) !important;
}

.bank-page-shell .bank-cta p {
  font-size: 13px !important;
}

/* ================================================================
   TEXT SIZE IMPROVEMENTS — addr page inner content
   ================================================================ */

.addr-page-shell .addr-included h2,
.addr-page-shell .addr-perfect h2 {
  font-size: clamp(22px, 2.8vw, 28px) !important;
}

.addr-page-shell .addr-card-grid h3 {
  font-size: 15px !important;
  line-height: 1.28;
}

.addr-page-shell .addr-card-grid p {
  font-size: 13px !important;
  line-height: 1.65;
}

.addr-page-shell .addr-perfect h3 {
  font-size: 15px !important;
}

.addr-page-shell .addr-perfect p {
  font-size: 13px !important;
  line-height: 1.6;
}

.addr-page-shell .addr-ready-copy h2 {
  font-size: clamp(22px, 2.8vw, 30px) !important;
}

.addr-page-shell .addr-ready-copy p {
  font-size: 15px !important;
  line-height: 1.65;
}

.addr-page-shell .addr-ready-stat b {
  font-size: clamp(22px, 2.8vw, 30px) !important;
}

.addr-page-shell .addr-ready-stat span {
  font-size: 12px !important;
}

/* ================================================================
   SCROLL REVEAL ANIMATION STATES
   ================================================================ */

/* Section-level entrance: 3D perspective slide */
.ct-reveal-section {
  opacity: 0;
  transform: perspective(900px) translateY(48px) rotateX(4deg);
  transition:
    opacity 0.72s cubic-bezier(.22,.61,.36,1),
    transform 0.72s cubic-bezier(.22,.61,.36,1);
  will-change: opacity, transform;
}

.ct-reveal-section.ct-in {
  opacity: 1;
  transform: perspective(900px) translateY(0) rotateX(0);
}

/* Card-level entrance: clean slide + subtle scale */
.ct-reveal-card {
  opacity: 0;
  transform: translateY(32px) scale(0.97);
  transition:
    opacity 0.6s cubic-bezier(.22,.61,.36,1),
    transform 0.6s cubic-bezier(.22,.61,.36,1);
  will-change: opacity, transform;
}

.ct-reveal-card.ct-in {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Hero copy entrance */
.ct-reveal-hero {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.7s cubic-bezier(.22,.61,.36,1),
    transform 0.7s cubic-bezier(.22,.61,.36,1);
}

.ct-reveal-hero.ct-in {
  opacity: 1;
  transform: translateY(0);
}

/* Stagger helpers (applied via JS) */
.ct-delay-1 { transition-delay: 0.08s !important; }
.ct-delay-2 { transition-delay: 0.16s !important; }
.ct-delay-3 { transition-delay: 0.24s !important; }
.ct-delay-4 { transition-delay: 0.32s !important; }
.ct-delay-5 { transition-delay: 0.40s !important; }
.ct-delay-6 { transition-delay: 0.48s !important; }

/* ================================================================
   3D HOVER EFFECTS — cards
   ================================================================ */

.addr-card-grid article,
.addr-perfect article,
.bank-six-grid article,
.bank-four-grid article {
  transition: transform 0.28s cubic-bezier(.2,.8,.2,1), box-shadow 0.28s ease !important;
}

/* Ripple glow on card hover */
.addr-card-grid article:hover,
.bank-six-grid article:hover,
.bank-four-grid article:hover {
  box-shadow:
    0 24px 54px rgba(0, 0, 0, .34),
    0 0 28px rgba(5, 195, 255, .2),
    inset 0 1px 0 rgba(255,255,255,.1) !important;
}

/* Full-width section subtle hover glow pulse */
.bank-page-shell .bank-requirements,
.bank-page-shell .bank-final-grid,
.addr-page-shell .addr-ready {
  transition: box-shadow 0.4s ease;
}

/* ================================================================
   MOBILE TEXT SIZE TWEAKS
   ================================================================ */

@media (max-width: 980px) {
  .bank-page-shell .bank-vs,
  .bank-page-shell .bank-bottom-grid {
    width: min(100% - 36px, 720px) !important;
  }

  .addr-page-shell .addr-included,
  .addr-page-shell .addr-perfect {
    width: min(100% - 36px, 720px) !important;
  }
}

@media (max-width: 620px) {
  .bank-page-shell .bank-vs,
  .bank-page-shell .bank-bottom-grid {
    width: 100% !important;
    border-radius: 14px !important;
  }

  .bank-page-shell .bank-six-grid h3 { font-size: 13px !important; }
  .bank-page-shell .bank-six-grid p  { font-size: 12px !important; }
  .bank-page-shell .bank-process-grid p { font-size: 11px !important; }

  .addr-page-shell .addr-included h2,
  .addr-page-shell .addr-perfect h2 {
    font-size: 22px !important;
  }
}

/* ================================================================
   REGISTERED AGENT PAGE: section layout, rhythm & hero mobile
   ================================================================ */

.ra-page-shell {
  --ra-section-gap: clamp(48px, 7vw, 72px);
  --ra-section-pad-y: clamp(36px, 5vw, 56px);
  --ra-section-pad-x: clamp(22px, 3.2vw, 38px);
  --ra-section-radius: 20px;
}

.ra-main {
  padding-bottom: clamp(56px, 7vw, 88px);
}

.ra-main .container > section {
  position: relative;
  isolation: isolate;
  margin-bottom: 0 !important;
}

.ra-main .container > section + section {
  margin-top: var(--ra-section-gap) !important;
}

.ra-page-shell .ra-hero {
  margin-top: clamp(8px, 2.4vw, 24px) !important;
  overflow: hidden;
}

/* BOX sections: ra-need, ra-included, ra-process, ra-lower-grid */
.ra-page-shell .ra-need,
.ra-page-shell .ra-included,
.ra-page-shell .ra-process,
.ra-page-shell .ra-lower-grid {
  width: min(100% - 96px, 1080px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: var(--ra-section-pad-y) var(--ra-section-pad-x) !important;
  border-radius: var(--ra-section-radius) !important;
  border: 1px solid rgba(58, 110, 230, .22) !important;
  background:
    radial-gradient(ellipse at 14% 16%, rgba(0, 106, 255, .16), transparent 20rem),
    radial-gradient(ellipse at 88% 78%, rgba(10, 140, 255, .1), transparent 18rem),
    linear-gradient(145deg, rgba(4, 18, 52, .78), rgba(2, 10, 30, .74)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    inset 0 -1px 0 rgba(79, 166, 255, .03),
    0 28px 78px rgba(0, 0, 0, .28) !important;
}

/* Ambient glow overlay for box sections */
.ra-page-shell .ra-need::before,
.ra-page-shell .ra-included::before,
.ra-page-shell .ra-process::before,
.ra-page-shell .ra-lower-grid::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  opacity: .88;
  mix-blend-mode: screen;
  background:
    radial-gradient(circle at 10% 12%, rgba(5, 198, 255, .24), transparent 14rem),
    radial-gradient(circle at 88% 82%, rgba(60, 100, 255, .12), transparent 18rem),
    repeating-linear-gradient(118deg, rgba(255,255,255,.018) 0 1px, transparent 1px 30px);
  mask-image: linear-gradient(180deg, transparent, #000 9%, #000 91%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 9%, #000 91%, transparent);
}

/* ra-need: remove old negative margin bleed and border-top/bottom */
.ra-page-shell .ra-need {
  border-top: none !important;
  border-bottom: none !important;
}

/* FULL-WIDTH: ra-price-card - vivid pricing standout */
.ra-page-shell .ra-price-card {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: var(--ra-section-pad-y) var(--ra-section-pad-x) !important;
  border-radius: var(--ra-section-radius) !important;
  outline: 1px solid rgba(255,255,255,.12);
  outline-offset: 10px;
  border-color: rgba(54, 190, 255, .55) !important;
  background:
    radial-gradient(circle at 14% 50%, rgba(74, 218, 255, .66), transparent 9rem),
    linear-gradient(100deg, #09caff 0%, #054bed 50%, #18037a 100%) !important;
  box-shadow:
    0 24px 66px rgba(0, 0, 0, .36),
    0 0 44px rgba(5, 192, 255, .22),
    inset 0 1px 0 rgba(255,255,255,.18) !important;
}

.ra-page-shell .ra-price-card::before {
  content: "";
  position: absolute;
  inset: -32% -8%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 22% 52%, rgba(255,255,255,.22), transparent 16rem),
    repeating-linear-gradient(114deg, rgba(255,255,255,.12) 0 1px, transparent 1px 26px);
  opacity: .3;
  border-radius: inherit;
}

.ra-page-shell .ra-price-card > * {
  position: relative;
  z-index: 1;
}

/* CTA band: full width, keep existing vivid bg, just fix radius */
.ra-page-shell .ra-cta {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: var(--ra-section-radius) !important;
}

/* TEXT SIZE IMPROVEMENTS — ra page */
.ra-page-shell .ra-need-copy h2,
.ra-page-shell .ra-included h2,
.ra-page-shell .ra-process h2,
.ra-page-shell .ra-price-card h2,
.ra-page-shell .ra-faq h2,
.ra-page-shell .ra-testimonials h2 {
  font-size: clamp(20px, 2.4vw, 26px) !important;
}

.ra-page-shell .ra-need-copy p {
  font-size: 14px !important;
  line-height: 1.7;
}

.ra-page-shell .ra-check-list {
  font-size: 13px !important;
  line-height: 2;
}

.ra-page-shell .ra-mini-card h3 {
  font-size: 13px !important;
}

.ra-page-shell .ra-mini-card p {
  font-size: 11px !important;
  line-height: 1.58;
}

.ra-page-shell .ra-process-grid h3 {
  font-size: 13px !important;
}

.ra-page-shell .ra-process-grid p {
  font-size: 11px !important;
  line-height: 1.5;
}

.ra-page-shell .ra-faq summary {
  font-size: 13px !important;
  min-height: 36px;
}

.ra-page-shell .ra-faq p {
  font-size: 11px !important;
  line-height: 1.55;
}

.ra-page-shell .ra-testimonial-grid p {
  font-size: 12px !important;
  line-height: 1.6;
}

.ra-page-shell .ra-proof-row b {
  font-size: 12px !important;
}

.ra-page-shell .ra-proof-row small {
  font-size: 10px !important;
}

/* Mobile hero: image behind text */
@media (max-width: 980px) {
  .ra-page-shell .ra-hero {
    position: relative;
    grid-template-columns: 1fr !important;
    min-height: clamp(530px, 78vw, 640px);
    padding: 42px 0 48px;
    align-items: start;
    overflow: hidden;
  }

  .ra-page-shell .ra-hero-visual {
    position: absolute !important;
    top: 0 !important;
    right: -6% !important;
    bottom: 0 !important;
    left: 35% !important;
    min-height: 0 !important;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    opacity: .40;
    filter: saturate(1.12) contrast(1.04);
    mask-image:
      radial-gradient(ellipse at 80% 50%, #000 0%, rgba(0,0,0,.78) 36%, rgba(0,0,0,.44) 56%, transparent 86%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.8) 16%, #000 46%, rgba(0,0,0,.8) 82%, transparent 100%);
    -webkit-mask-image:
      radial-gradient(ellipse at 80% 50%, #000 0%, rgba(0,0,0,.78) 36%, rgba(0,0,0,.44) 56%, transparent 86%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.8) 16%, #000 46%, rgba(0,0,0,.8) 82%, transparent 100%);
    mask-composite: intersect;
    -webkit-mask-composite: source-in;
  }

  .ra-page-shell .ra-hero-visual img {
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain;
    object-position: right center;
  }

  .ra-page-shell .ra-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(1,7,22,.97) 0%, rgba(1,7,22,.92) 42%, rgba(1,7,22,.58) 68%, rgba(1,7,22,.1) 100%),
      linear-gradient(180deg, rgba(1,7,22,.88) 0%, rgba(1,7,22,.52) 42%, rgba(1,7,22,.14) 68%, rgba(1,7,22,.88) 100%);
  }

  .ra-page-shell .ra-hero-copy {
    position: relative;
    z-index: 2;
  }

  .ra-page-shell .ra-need,
  .ra-page-shell .ra-included,
  .ra-page-shell .ra-process,
  .ra-page-shell .ra-lower-grid {
    width: min(100% - 36px, 720px) !important;
  }

  .ra-page-shell .ra-price-card {
    padding: 28px var(--ra-section-pad-x) !important;
  }
}

@media (max-width: 620px) {
  .ra-page-shell .ra-hero {
    min-height: 570px;
    padding: 32px 0 44px;
  }

  .ra-page-shell .ra-hero::after {
    background:
      linear-gradient(90deg, rgba(1,7,22,.99) 0%, rgba(1,7,22,.94) 44%, rgba(1,7,22,.28) 70%, transparent 100%),
      linear-gradient(180deg, rgba(1,7,22,.99) 0%, rgba(1,7,22,.82) 40%, rgba(1,7,22,.14) 68%, #020819 100%);
  }

  .ra-page-shell .ra-need,
  .ra-page-shell .ra-included,
  .ra-page-shell .ra-process,
  .ra-page-shell .ra-lower-grid {
    width: 100% !important;
    border-radius: 14px !important;
  }

  .ra-page-shell .ra-price-card,
  .ra-page-shell .ra-cta {
    border-radius: 14px !important;
  }
}


/* ================================================================
   PAYMENT GATEWAY PAGE: section layout, rhythm & hero mobile
   ================================================================ */

.payment-page-shell {
  --payment-section-gap: clamp(48px, 7vw, 72px);
  --payment-section-pad-y: clamp(36px, 5vw, 56px);
  --payment-section-pad-x: clamp(22px, 3.2vw, 38px);
  --payment-section-radius: 20px;
}

.payment-main {
  padding-bottom: clamp(56px, 7vw, 88px);
}

.payment-main .container > section {
  position: relative;
  isolation: isolate;
  margin-bottom: 0 !important;
}

.payment-main .container > section + section {
  margin-top: var(--payment-section-gap) !important;
}

.payment-page-shell .payment-hero {
  margin-top: clamp(8px, 2.4vw, 24px) !important;
  overflow: hidden;
  border-bottom: none !important;
}

/* BOX sections: gateway-section, payment-process */
.payment-page-shell .gateway-section,
.payment-page-shell .payment-process {
  width: min(100% - 96px, 1080px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: var(--payment-section-pad-y) var(--payment-section-pad-x) !important;
  border-radius: var(--payment-section-radius) !important;
  border: 1px solid rgba(80, 90, 230, .24) !important;
  background:
    radial-gradient(ellipse at 14% 16%, rgba(30, 92, 255, .17), transparent 20rem),
    radial-gradient(ellipse at 88% 78%, rgba(109, 101, 255, .13), transparent 18rem),
    linear-gradient(145deg, rgba(4, 18, 52, .78), rgba(2, 10, 30, .74)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    inset 0 -1px 0 rgba(100, 120, 255, .03),
    0 28px 78px rgba(0, 0, 0, .28) !important;
}

.payment-page-shell .gateway-section::before,
.payment-page-shell .payment-process::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  opacity: .88;
  mix-blend-mode: screen;
  background:
    radial-gradient(circle at 10% 12%, rgba(80, 100, 255, .28), transparent 14rem),
    radial-gradient(circle at 88% 82%, rgba(110, 64, 255, .15), transparent 18rem),
    repeating-linear-gradient(118deg, rgba(255,255,255,.02) 0 1px, transparent 1px 30px);
  mask-image: linear-gradient(180deg, transparent, #000 9%, #000 91%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 9%, #000 91%, transparent);
}

/* FULL-WIDTH: payment-perfect - vivid mid-page accent */
.payment-page-shell .payment-perfect {
  padding: var(--payment-section-pad-y) var(--payment-section-pad-x) !important;
  border-radius: var(--payment-section-radius) !important;
  outline: 1px solid rgba(255,255,255,.1);
  outline-offset: 10px;
  border: 1px solid rgba(100, 110, 255, .5) !important;
  background:
    radial-gradient(circle at 14% 50%, rgba(100, 115, 255, .55), transparent 9rem),
    radial-gradient(circle at 82% 30%, rgba(85, 68, 255, .28), transparent 18rem),
    linear-gradient(110deg, #1a10a8 0%, #0a0966 50%, #0d0346 100%) !important;
  box-shadow:
    0 24px 66px rgba(0, 0, 0, .38),
    0 0 44px rgba(80, 100, 255, .24),
    inset 0 1px 0 rgba(255,255,255,.16) !important;
}

.payment-page-shell .payment-perfect::before {
  content: "";
  position: absolute;
  inset: -30% -8%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 20% 52%, rgba(255,255,255,.18), transparent 15rem),
    repeating-linear-gradient(114deg, rgba(255,255,255,.1) 0 1px, transparent 1px 24px);
  opacity: .32;
  border-radius: inherit;
}

.payment-page-shell .payment-perfect > * {
  position: relative;
  z-index: 1;
}

/* FULL-WIDTH CTA: payment-ready */
.payment-page-shell .payment-ready {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: var(--payment-section-pad-y) var(--payment-section-pad-x) !important;
  border-radius: var(--payment-section-radius) !important;
  outline: 1px solid rgba(255,255,255,.12);
  outline-offset: 10px;
  border-color: rgba(80, 100, 255, .55) !important;
  background:
    radial-gradient(circle at 14% 50%, rgba(100, 115, 255, .6), transparent 9rem),
    linear-gradient(100deg, #1815ff 0%, #0a2aed 50%, #18037a 100%) !important;
  box-shadow:
    0 24px 66px rgba(0, 0, 0, .36),
    0 0 44px rgba(80, 100, 255, .22),
    inset 0 1px 0 rgba(255,255,255,.18) !important;
}

.payment-page-shell .payment-ready::before {
  content: "";
  position: absolute;
  inset: -32% -8%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 22% 52%, rgba(255,255,255,.22), transparent 16rem),
    repeating-linear-gradient(114deg, rgba(255,255,255,.12) 0 1px, transparent 1px 26px);
  opacity: .3;
  border-radius: inherit;
}

.payment-page-shell .payment-ready > * {
  position: relative;
  z-index: 1;
}

/* TEXT SIZE IMPROVEMENTS — payment page */
.payment-page-shell .gateway-section h2,
.payment-page-shell .payment-perfect h2,
.payment-page-shell .payment-process h2 {
  font-size: clamp(20px, 2.4vw, 26px) !important;
}

.payment-page-shell .gateway-card-grid p {
  font-size: 14px !important;
  line-height: 1.6;
}

.payment-page-shell .gateway-card-grid a {
  font-size: 14px !important;
}

.payment-page-shell .payment-perfect h3 {
  font-size: 14px !important;
}

.payment-page-shell .payment-perfect p {
  font-size: 13px !important;
  line-height: 1.55;
}

.payment-page-shell .payment-process-grid h3 {
  font-size: 14px !important;
}

.payment-page-shell .payment-process-grid p {
  font-size: 12px !important;
  line-height: 1.52;
}

.payment-page-shell .ready-copy h2 {
  font-size: clamp(24px, 3vw, 32px) !important;
}

.payment-page-shell .ready-copy p {
  font-size: 15px !important;
}

.payment-page-shell .ready-stat b {
  font-size: clamp(28px, 3.2vw, 36px) !important;
}

/* Mobile hero: dashboard goes behind copy */
@media (max-width: 980px) {
  .payment-page-shell .payment-hero {
    position: relative;
    grid-template-columns: 1fr !important;
    min-height: clamp(540px, 78vw, 660px);
    padding-top: 42px;
    align-items: start;
    overflow: hidden;
  }

  .payment-page-shell .payment-dashboard {
    position: absolute !important;
    top: 0 !important;
    right: -6% !important;
    bottom: 0 !important;
    left: 28% !important;
    min-height: 0 !important;
    z-index: 0;
    overflow: hidden;
    opacity: .36;
    filter: saturate(1.1);
    mask-image:
      radial-gradient(ellipse at 78% 50%, #000 0%, rgba(0,0,0,.7) 38%, rgba(0,0,0,.36) 58%, transparent 86%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.74) 14%, #000 44%, rgba(0,0,0,.74) 82%, transparent 100%);
    -webkit-mask-image:
      radial-gradient(ellipse at 78% 50%, #000 0%, rgba(0,0,0,.7) 38%, rgba(0,0,0,.36) 58%, transparent 86%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.74) 14%, #000 44%, rgba(0,0,0,.74) 82%, transparent 100%);
    mask-composite: intersect;
    -webkit-mask-composite: source-in;
  }

  .payment-page-shell .payment-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(2,7,22,.97) 0%, rgba(2,7,22,.92) 42%, rgba(2,7,22,.58) 68%, rgba(2,7,22,.1) 100%),
      linear-gradient(180deg, rgba(2,7,22,.88) 0%, rgba(2,7,22,.52) 42%, rgba(2,7,22,.14) 68%, rgba(2,7,22,.88) 100%);
  }

  .payment-page-shell .payment-copy {
    position: relative;
    z-index: 2;
  }

  .payment-page-shell .gateway-section,
  .payment-page-shell .payment-process {
    width: min(100% - 36px, 720px) !important;
  }
}

@media (max-width: 620px) {
  .payment-page-shell .payment-hero {
    min-height: 570px;
    padding-top: 32px;
  }

  .payment-page-shell .payment-hero::after {
    background:
      linear-gradient(90deg, rgba(2,7,22,.99) 0%, rgba(2,7,22,.94) 44%, rgba(2,7,22,.28) 70%, transparent 100%),
      linear-gradient(180deg, rgba(2,7,22,.99) 0%, rgba(2,7,22,.82) 40%, rgba(2,7,22,.14) 68%, #020b1e 100%);
  }

  .payment-page-shell .gateway-section,
  .payment-page-shell .payment-process {
    width: 100% !important;
    border-radius: 14px !important;
  }

  .payment-page-shell .payment-perfect,
  .payment-page-shell .payment-ready {
    border-radius: 14px !important;
    padding: 24px 20px !important;
  }
}

/* ================================================================
   ITIN PAGE: Full layout system — section rhythm, box/full-width,
   hero image, question card image, text sizes, animations
   ================================================================ */

/* ── Custom properties ─────────────────────────────────────────── */
.itin-page-shell {
  --itin-section-gap: clamp(48px, 7vw, 72px);
  --itin-section-pad-y: clamp(36px, 5vw, 56px);
  --itin-section-pad-x: clamp(24px, 3.4vw, 42px);
  --itin-section-radius: 20px;
}

.itin-main {
  padding-bottom: clamp(56px, 7vw, 88px);
}

/* ── Section gap system ────────────────────────────────────────── */
.itin-main .container > section {
  position: relative;
  isolation: isolate;
  margin-bottom: 0 !important;
}

.itin-main .container > section + section {
  margin-top: var(--itin-section-gap) !important;
}

/* ── Hero: update background to use itin-application-hero.png ──── */
.itin-page-shell .itin-hero {
  margin-top: clamp(8px, 2.4vw, 24px) !important;
  overflow: visible;
}

.itin-page-shell .itin-hero::before {
  background:
    linear-gradient(90deg, rgba(1, 7, 22, .97) 0%, rgba(1, 7, 22, .68) 42%, rgba(1, 7, 22, .16) 72%),
    linear-gradient(180deg, rgba(1, 7, 22, .06), rgba(1, 7, 22, .84)),
    url("asset/itin-application-hero.png") center 44% / cover no-repeat;
}

/* ITIN card float animation */
@keyframes itinFloat {
  0%, 100% { transform: perspective(900px) rotateY(-18deg) rotateZ(-8deg) translateY(0px); }
  50%       { transform: perspective(900px) rotateY(-18deg) rotateZ(-8deg) translateY(-16px); }
}

@keyframes itinGlow {
  0%, 100% { box-shadow: 0 0 0 38px rgba(10, 98, 255, .08), 0 0 58px rgba(0, 112, 255, .30); }
  50%       { box-shadow: 0 0 0 52px rgba(10, 98, 255, .05), 0 0 80px rgba(0, 112, 255, .44); }
}

.itin-page-shell .itin-card-visual {
  animation: itinFloat 5.2s ease-in-out infinite;
}

.itin-page-shell .itin-hero-visual::before {
  animation: itinGlow 4s ease-in-out infinite;
}

/* ── BOX sections: all .itin-section elements ──────────────────── */
.itin-page-shell .itin-section {
  width: min(100% - 96px, 1080px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: var(--itin-section-pad-y) var(--itin-section-pad-x) !important;
  border-radius: var(--itin-section-radius) !important;
  border: 1px solid rgba(60, 85, 230, .22) !important;
  background:
    radial-gradient(ellipse at 14% 16%, rgba(41, 80, 255, .16), transparent 20rem),
    radial-gradient(ellipse at 88% 78%, rgba(20, 80, 255, .12), transparent 18rem),
    linear-gradient(145deg, rgba(4, 15, 50, .82), rgba(2, 8, 32, .78)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    inset 0 -1px 0 rgba(79, 120, 255, .03),
    0 28px 78px rgba(0, 0, 0, .28) !important;
}

/* Inner ambient glow for box sections */
.itin-page-shell .itin-section::before {
  content: "" !important;
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  opacity: .88;
  mix-blend-mode: screen;
  background:
    radial-gradient(circle at 10% 12%, rgba(80, 100, 255, .28), transparent 14rem),
    radial-gradient(circle at 88% 82%, rgba(40, 60, 255, .14), transparent 18rem),
    repeating-linear-gradient(118deg, rgba(255,255,255,.02) 0 1px, transparent 1px 30px);
  mask-image: linear-gradient(180deg, transparent, #000 9%, #000 91%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 9%, #000 91%, transparent);
}

/* ── FULL-WIDTH: itin-packages (pricing + docs standout) ──────── */
.itin-page-shell .itin-packages {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: var(--itin-section-radius) !important;
  border-color: rgba(65, 130, 255, .52) !important;
  outline: 1px solid rgba(255,255,255,.1);
  outline-offset: 10px;
  box-shadow:
    0 28px 78px rgba(0, 0, 0, .34),
    0 0 44px rgba(41, 90, 255, .2),
    inset 0 1px 0 rgba(255,255,255,.09) !important;
  padding: var(--itin-section-pad-y) var(--itin-section-pad-x) !important;
}

.itin-page-shell .itin-packages::before {
  content: "";
  position: absolute;
  inset: -28% -8%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 20% 52%, rgba(41, 90, 255, .14), transparent 16rem),
    repeating-linear-gradient(112deg, rgba(255,255,255,.06) 0 1px, transparent 1px 24px);
  opacity: .38;
  border-radius: inherit;
}

.itin-page-shell .itin-packages > * {
  position: relative;
  z-index: 1;
}

/* ── FULL-WIDTH CTA ────────────────────────────────────────────── */
.itin-page-shell .itin-cta {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: var(--itin-section-radius) !important;
  outline: 1px solid rgba(255,255,255,.1);
  outline-offset: 10px;
}

/* ── Question card image ───────────────────────────────────────── */
.itin-page-shell .question-visual {
  background:
    url("asset/itin-question-img.png") center / contain no-repeat,
    radial-gradient(circle at 50% 38%, #e9f5ff 0 38%, #68a8ff 39% 64%, transparent 65%),
    radial-gradient(circle at 78% 34%, #fff 0 12%, transparent 13%),
    radial-gradient(circle at 23% 82%, #51bf7d 0 11%, transparent 12%);
  color: transparent;
}

/* ── TEXT SIZE IMPROVEMENTS ────────────────────────────────────── */

/* Section headings */
.itin-page-shell .itin-section > h2,
.itin-page-shell .itin-packages > h2 {
  font-size: clamp(22px, 2.8vw, 30px) !important;
  margin-bottom: 38px !important;
}

/* Why / mini cards */
.itin-page-shell .itin-mini-card h3,
.itin-page-shell .itin-doc-grid h3 {
  font-size: 15px !important;
}

.itin-page-shell .itin-mini-card p,
.itin-page-shell .itin-doc-grid p {
  font-size: 13px !important;
  line-height: 1.6;
}

/* Process */
.itin-page-shell .itin-process-grid h3 {
  font-size: 14px !important;
}

.itin-page-shell .itin-process-grid p,
.itin-page-shell .itin-process p {
  font-size: 12px !important;
  line-height: 1.55;
}

/* Proof row badges */
.itin-page-shell .itin-proof-row span {
  font-size: 13px !important;
}

.itin-page-shell .itin-proof-row small {
  font-size: 11px !important;
}

/* FAQ */
.itin-page-shell .boi-faq summary {
  font-size: 13px !important;
}

.itin-page-shell .boi-faq p {
  font-size: 12px !important;
  line-height: 1.55;
}

/* Question card */
.itin-page-shell .itin-question-card h3 {
  font-size: 22px !important;
}

.itin-page-shell .itin-question-card p {
  font-size: 15px !important;
}

/* Price card */
.itin-page-shell .itin-price-card h3 {
  font-size: 18px !important;
}

/* ── Hover glow on mini cards ──────────────────────────────────── */
.itin-page-shell .itin-mini-card {
  transition: transform 0.28s cubic-bezier(.2,.8,.2,1), box-shadow 0.28s ease !important;
}

.itin-page-shell .itin-mini-card:hover {
  box-shadow:
    0 22px 54px rgba(0, 0, 0, .34),
    0 0 28px rgba(80, 100, 255, .22),
    inset 0 1px 0 rgba(255,255,255,.1) !important;
}

/* ── Mobile hero: ITIN card goes behind copy (≤ 980px) ─────────── */
@media (max-width: 980px) {
  .itin-page-shell .itin-hero {
    position: relative;
    grid-template-columns: 1fr !important;
    min-height: clamp(540px, 78vw, 660px);
    padding-top: 42px !important;
    align-items: start;
    overflow: hidden !important;
  }

  .itin-page-shell .itin-hero-visual {
    position: absolute !important;
    top: 0 !important;
    right: -8% !important;
    bottom: 0 !important;
    left: 20% !important;
    min-height: 0 !important;
    z-index: 0;
    opacity: .40;
    filter: saturate(1.1);
    mask-image:
      radial-gradient(ellipse at 75% 50%, #000 0%, rgba(0,0,0,.72) 38%, rgba(0,0,0,.38) 60%, transparent 88%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.78) 14%, #000 44%, rgba(0,0,0,.78) 82%, transparent 100%);
    -webkit-mask-image:
      radial-gradient(ellipse at 75% 50%, #000 0%, rgba(0,0,0,.72) 38%, rgba(0,0,0,.38) 60%, transparent 88%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.78) 14%, #000 44%, rgba(0,0,0,.78) 82%, transparent 100%);
    mask-composite: intersect;
    -webkit-mask-composite: source-in;
  }

  /* Position the 3D card within the faded art area */
  .itin-page-shell .itin-card-visual {
    right: auto !important;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) perspective(900px) rotateY(-10deg) rotateZ(-5deg) !important;
    animation: none !important;
  }

  /* Kill the glow ring on mobile (it breaks out of container) */
  .itin-page-shell .itin-hero-visual::before {
    display: none !important;
  }

  /* Dark gradient overlay so copy stays readable */
  .itin-page-shell .itin-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(1,7,22,.97) 0%, rgba(1,7,22,.92) 42%, rgba(1,7,22,.58) 68%, rgba(1,7,22,.1) 100%),
      linear-gradient(180deg, rgba(1,7,22,.88) 0%, rgba(1,7,22,.52) 42%, rgba(1,7,22,.14) 68%, rgba(1,7,22,.88) 100%);
  }

  .itin-page-shell .itin-hero-copy {
    position: relative;
    z-index: 2;
  }

  /* Box sections: narrower on tablet */
  .itin-page-shell .itin-section {
    width: min(100% - 36px, 720px) !important;
  }

  /* Update hero background for mobile */
  .itin-page-shell .itin-hero::before {
    inset: -8px -28px -12px;
    background:
      radial-gradient(circle at 78% 40%, rgba(41, 90, 255, .22), transparent 18rem),
      linear-gradient(180deg, rgba(1,7,22,.92), rgba(1,7,22,.98)),
      url("asset/itin-application-hero.png") center top / cover no-repeat;
  }
}

@media (max-width: 620px) {
  .itin-page-shell .itin-hero {
    min-height: 570px;
    padding-top: 32px !important;
  }

  .itin-page-shell .itin-hero::after {
    background:
      linear-gradient(90deg, rgba(1,7,22,.99) 0%, rgba(1,7,22,.94) 44%, rgba(1,7,22,.28) 70%, transparent 100%),
      linear-gradient(180deg, rgba(1,7,22,.99) 0%, rgba(1,7,22,.82) 40%, rgba(1,7,22,.14) 68%, #020819 100%);
  }

  .itin-page-shell .itin-section {
    width: 100% !important;
    border-radius: 14px !important;
  }

  .itin-page-shell .itin-packages,
  .itin-page-shell .itin-cta {
    border-radius: 14px !important;
  }

  .itin-page-shell .itin-question-card {
    grid-template-columns: 1fr !important;
    justify-items: center;
    text-align: center;
    padding: 24px 20px !important;
  }

  .itin-page-shell .itin-packages {
    padding: 24px 18px !important;
  }
}

/* ================================================================
   FIX: ITIN question card image — use ::after overlay so
   itin-question-img.png is always clearly visible
   ================================================================ */

.itin-page-shell .question-visual {
  position: relative;
  overflow: hidden;
}

/* Image overlays on top of the CSS-gradient sphere */
.itin-page-shell .question-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: url("asset/itin-question-img.png") center / cover no-repeat;
  z-index: 2;
}

/* Keep the "?" invisible — the image handles the visual */
.itin-page-shell .question-visual {
  color: transparent;
  font-size: 0;
}


/* ================================================================
   EIN APPLICATION PAGE: section layout, rhythm, images, animations
   ================================================================ */

.ein-page-shell {
  --ein-section-gap: clamp(48px, 7vw, 72px);
  --ein-section-pad-y: clamp(36px, 5vw, 56px);
  --ein-section-pad-x: clamp(24px, 3.4vw, 42px);
  --ein-section-radius: 20px;
}

.ein-main {
  padding-bottom: clamp(56px, 7vw, 88px);
}

/* ── Section gap system ────────────────────────────────────────── */
.ein-main .container > section {
  position: relative;
  isolation: isolate;
  margin-bottom: 0 !important;
}

.ein-main .container > section + section {
  margin-top: var(--ein-section-gap) !important;
}

/* ── Hero: use ein-application-hero.png, show person image clearly */
.ein-page-shell .ein-hero {
  margin-top: clamp(8px, 2.4vw, 24px) !important;
  overflow: hidden;
}

.ein-page-shell .ein-hero::before {
  background:
    linear-gradient(90deg, rgba(1,7,22,.98) 0%, rgba(1,7,22,.82) 35%, rgba(1,7,22,.28) 62%, rgba(1,7,22,.04) 82%),
    linear-gradient(180deg, rgba(1,7,22,.06), rgba(1,7,22,.78)),
    url("asset/ein-application-hero.png") right center / cover no-repeat;
}

/* Hide CSS-drawn person & laptop — real photo takes their place */
.ein-page-shell .ein-person,
.ein-page-shell .ein-laptop {
  display: none;
}

/* Reposition cert card to the visible area of the photo */
.ein-page-shell .ein-cert {
  right: 60px;
  top: 44px;
}

/* Reposition status badges */
.ein-page-shell .ein-status-one  { right: 12px; top: 80px; }
.ein-page-shell .ein-status-two  { right: 22px; top: 178px; }
.ein-page-shell .ein-status-three{ right: 12px; top: 276px; }

/* ── BOX sections ─────────────────────────────────────────────── */
.ein-page-shell .ein-overview,
.ein-page-shell .ein-docs,
.ein-page-shell .ein-why,
.ein-page-shell .ein-split,
.ein-page-shell .ein-testimonials {
  width: min(100% - 96px, 1080px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: var(--ein-section-radius) !important;
  border: 1px solid rgba(55, 100, 230, .22) !important;
  background:
    radial-gradient(ellipse at 14% 16%, rgba(0, 137, 255, .16), transparent 20rem),
    radial-gradient(ellipse at 88% 78%, rgba(0, 180, 255, .1), transparent 18rem),
    linear-gradient(145deg, rgba(4, 15, 50, .82), rgba(2, 8, 32, .78)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    inset 0 -1px 0 rgba(0, 190, 255, .03),
    0 28px 78px rgba(0, 0, 0, .28) !important;
  padding: var(--ein-section-pad-y) var(--ein-section-pad-x) !important;
  margin-bottom: 0 !important;
  overflow: hidden;
}

/* Inner glow layer for box sections */
.ein-page-shell .ein-overview::before,
.ein-page-shell .ein-docs::before,
.ein-page-shell .ein-why::before,
.ein-page-shell .ein-split::before,
.ein-page-shell .ein-testimonials::before {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
  opacity: .88;
  mix-blend-mode: screen;
  background:
    radial-gradient(circle at 10% 12%, rgba(0, 190, 255, .24), transparent 14rem),
    radial-gradient(circle at 88% 82%, rgba(0, 137, 255, .14), transparent 18rem),
    repeating-linear-gradient(118deg, rgba(255,255,255,.02) 0 1px, transparent 1px 30px);
  mask-image: linear-gradient(180deg, transparent, #000 9%, #000 91%, transparent);
  -webkit-mask-image: linear-gradient(180deg, transparent, #000 9%, #000 91%, transparent);
}

/* ein-overview / ein-docs keep their own grid columns */
.ein-page-shell .ein-overview {
  grid-template-columns: 38% 62%;
}

.ein-page-shell .ein-docs {
  grid-template-columns: 42% 58%;
}

/* ── FULL-WIDTH: ein-process (vivid mid-page accent) ──────────── */
.ein-page-shell .ein-process {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: var(--ein-section-radius) !important;
  outline: 1px solid rgba(255,255,255,.1);
  outline-offset: 10px;
  border: 1px solid rgba(0, 185, 255, .48) !important;
  background:
    radial-gradient(circle at 14% 50%, rgba(0, 200, 255, .55), transparent 9rem),
    radial-gradient(circle at 82% 30%, rgba(0, 140, 255, .28), transparent 18rem),
    linear-gradient(110deg, #04286e 0%, #031858 50%, #020d38 100%) !important;
  box-shadow:
    0 24px 66px rgba(0, 0, 0, .38),
    0 0 44px rgba(0, 160, 255, .24),
    inset 0 1px 0 rgba(255,255,255,.16) !important;
  padding: var(--ein-section-pad-y) var(--ein-section-pad-x) !important;
  margin-bottom: 0 !important;
}

.ein-page-shell .ein-process::before {
  content: "";
  position: absolute;
  inset: -30% -8%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 20% 52%, rgba(255,255,255,.18), transparent 15rem),
    repeating-linear-gradient(114deg, rgba(255,255,255,.1) 0 1px, transparent 1px 24px);
  opacity: .32;
  border-radius: inherit;
}

.ein-page-shell .ein-process > * {
  position: relative;
  z-index: 1;
}

/* ── FULL-WIDTH: ein-bottom-grid (CTA at end) ─────────────────── */
.ein-page-shell .ein-bottom-grid {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: var(--ein-section-radius) !important;
  outline: 1px solid rgba(255,255,255,.1);
  outline-offset: 10px;
  border: 1px solid rgba(0, 150, 255, .38) !important;
  background:
    radial-gradient(circle at 10% 50%, rgba(0, 190, 255, .16), transparent 18rem),
    radial-gradient(circle at 88% 28%, rgba(0, 140, 255, .12), transparent 22rem),
    linear-gradient(145deg, rgba(4, 18, 52, .96), rgba(2, 8, 30, .98)) !important;
  box-shadow:
    0 28px 78px rgba(0, 0, 0, .34),
    0 0 44px rgba(0, 160, 255, .18),
    inset 0 1px 0 rgba(255,255,255,.08) !important;
  margin-bottom: 0 !important;
}

.ein-page-shell .ein-bottom-grid::before {
  content: "";
  position: absolute;
  inset: -28% -8%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 22% 50%, rgba(0, 200, 255, .12), transparent 16rem),
    repeating-linear-gradient(112deg, rgba(255,255,255,.06) 0 1px, transparent 1px 24px);
  opacity: .38;
  border-radius: inherit;
}

.ein-page-shell .ein-bottom-grid > * {
  position: relative;
  z-index: 1;
}

/* ── IMAGE: ein-tablet — show ein-table.png clearly ──────────── */
.ein-page-shell .ein-tablet {
  width: 100%;
  max-width: 300px;
  height: 210px;
  padding: 0 !important;
  background: url("asset/ein-table.png") center / contain no-repeat !important;
  border: none !important;
  box-shadow: none !important;
  color: transparent;
}

.ein-page-shell .ein-tablet strong,
.ein-page-shell .ein-tablet b {
  display: none;
}

.ein-page-shell .ein-tablet i {
  display: none;
}

/* ── IMAGE: ein-doc-visual — show ein-docs.png clearly ────────── */
.ein-page-shell .ein-doc-visual {
  position: relative;
  min-height: 230px;
  background: url("asset/ein-docs.png") center left / contain no-repeat;
}

/* Hide the CSS-drawn document elements (image replaces them) */
.ein-page-shell .ein-doc-visual > i {
  display: none;
}

/* Keep the checklist card floating over the image */
.ein-page-shell .ein-doc-visual article {
  position: absolute;
  right: 18px;
  top: 8px;
  z-index: 2;
}

/* ── TEXT SIZE IMPROVEMENTS ────────────────────────────────────── */

.ein-page-shell .ein-overview h2,
.ein-page-shell .ein-docs h2,
.ein-page-shell .ein-process h2,
.ein-page-shell .ein-why h2,
.ein-page-shell .ein-price h2,
.ein-page-shell .ein-for h2,
.ein-page-shell .ein-testimonials h2,
.ein-page-shell .ein-ready h2 {
  font-size: clamp(20px, 2.6vw, 28px) !important;
}

.ein-page-shell .ein-overview p,
.ein-page-shell .ein-docs p,
.ein-page-shell .ein-process p,
.ein-page-shell .ein-why p,
.ein-page-shell .ein-ready p {
  font-size: 14px !important;
  line-height: 1.65;
}

.ein-page-shell .ein-need-icons article {
  font-size: 13px !important;
}

.ein-page-shell .ein-why article h3 {
  font-size: 14px !important;
}

.ein-page-shell .ein-process-grid h3 {
  font-size: 14px !important;
}

.ein-page-shell .ein-check-grid {
  font-size: 13px !important;
}

.ein-page-shell .boi-faq summary {
  font-size: 13px !important;
}

.ein-page-shell .boi-faq p {
  font-size: 12px !important;
  line-height: 1.55;
}

/* ── Hover effects on cards ────────────────────────────────────── */
.ein-page-shell .ein-process-grid article,
.ein-page-shell .ein-need-icons article {
  transition: transform 0.28s cubic-bezier(.2,.8,.2,1) !important;
}

/* ── Mobile hero: photo goes behind copy (≤ 980px) ─────────────── */
@media (max-width: 980px) {
  .ein-page-shell .ein-hero {
    position: relative;
    grid-template-columns: 1fr !important;
    min-height: clamp(540px, 78vw, 660px);
    padding-top: 42px !important;
    align-items: start;
    overflow: hidden;
  }

  /* Hero visual goes behind copy */
  .ein-page-shell .ein-hero-visual {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    min-height: 0 !important;
    z-index: 0;
    opacity: 0;  /* background image handles this via ::before */
  }

  /* Overlay gradient ensures text readability */
  .ein-page-shell .ein-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(1,7,22,.97) 0%, rgba(1,7,22,.92) 42%, rgba(1,7,22,.52) 68%, rgba(1,7,22,.08) 100%),
      linear-gradient(180deg, rgba(1,7,22,.88) 0%, rgba(1,7,22,.48) 42%, rgba(1,7,22,.12) 68%, rgba(1,7,22,.88) 100%);
  }

  .ein-page-shell .ein-hero::before {
    inset: -8px -28px 0;
    opacity: .72;
    background:
      linear-gradient(90deg, rgba(1,7,22,.98) 0%, rgba(1,7,22,.84) 38%, rgba(1,7,22,.32) 64%, rgba(1,7,22,.06) 84%),
      url("asset/ein-application-hero.png") right center / cover no-repeat;
  }

  .ein-page-shell .ein-hero-copy {
    position: relative;
    z-index: 2;
  }

  /* Box sections narrower on tablet */
  .ein-page-shell .ein-overview,
  .ein-page-shell .ein-docs,
  .ein-page-shell .ein-why,
  .ein-page-shell .ein-split,
  .ein-page-shell .ein-testimonials {
    width: min(100% - 36px, 720px) !important;
  }
}

@media (max-width: 620px) {
  .ein-page-shell .ein-hero {
    min-height: 570px;
    padding-top: 30px !important;
  }

  .ein-page-shell .ein-overview,
  .ein-page-shell .ein-docs,
  .ein-page-shell .ein-why,
  .ein-page-shell .ein-split,
  .ein-page-shell .ein-testimonials {
    width: 100% !important;
    border-radius: 14px !important;
  }

  .ein-page-shell .ein-process,
  .ein-page-shell .ein-bottom-grid {
    border-radius: 14px !important;
  }

  .ein-page-shell .ein-tablet {
    max-width: 220px;
    height: 160px;
    margin: 0 auto;
  }

  .ein-page-shell .ein-doc-visual {
    background-position: left top;
    min-height: 180px;
  }
}

/* ================================================================
   EIN FIX PATCH — hero desktop image, doc visual, ready visual
   ================================================================ */

/* ── HERO DESKTOP: image shown inside .ein-hero-visual (right side) */

/* Step 1: ::before becomes pure gradient only — no image */
.ein-page-shell .ein-hero::before {
  background:
    linear-gradient(90deg,
      rgba(1,7,22,.99) 0%,
      rgba(1,7,22,.96) 32%,
      rgba(1,7,22,.6)  54%,
      rgba(1,7,22,.18) 72%,
      transparent      86%),
    linear-gradient(180deg, rgba(1,7,22,.08), rgba(1,7,22,.72));
}

/* Step 2: the actual photo goes into .ein-hero-visual itself */
.ein-page-shell .ein-hero-visual {
  background: url("asset/ein-application-hero.png") right center / cover no-repeat;
  min-height: 430px;
}

/* Step 3: soft left-edge fade on the visual so it blends into the dark left area */
.ein-page-shell .ein-hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg,
      rgba(1,7,22,.88) 0%,
      rgba(1,7,22,.42) 20%,
      transparent      46%);
}

/* Step 4: cert + status badges sit above the fade */
.ein-page-shell .ein-cert {
  z-index: 3;
  right: 48px;
  top: 40px;
}

.ein-page-shell .ein-status {
  z-index: 3;
}

/* CSS-drawn person and laptop stay hidden (photo replaces them) */
.ein-page-shell .ein-person,
.ein-page-shell .ein-laptop {
  display: none !important;
}

/* ── ein-doc-visual: hide all CSS elements, show ein-docs.png ───── */

/* Hide the CSS-drawn document shape and the checklist article */
.ein-page-shell .ein-doc-visual > i,
.ein-page-shell .ein-doc-visual article {
  display: none !important;
}

/* Show the actual image clearly */
.ein-page-shell .ein-doc-visual {
  min-height: 240px;
  background: url("asset/ein-docs.png") center / contain no-repeat !important;
}

/* ── ein-ready-visual: hide all CSS elements, show ein-docs.png ─── */

/* Hide the text content inside ready-visual */
.ein-page-shell .ein-ready-visual strong,
.ein-page-shell .ein-ready-visual span,
.ein-page-shell .ein-ready-visual i {
  display: none !important;
}

/* Hide the CSS-drawn clipboard clip and shield decorations */
.ein-page-shell .ein-ready-visual::before,
.ein-page-shell .ein-ready-visual::after {
  display: none !important;
  content: none !important;
}

/* Reposition and show the image filling the right portion of the CTA card */
.ein-page-shell .ein-ready {
  overflow: hidden;
  position: relative;
}

.ein-page-shell .ein-ready-visual {
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  left: auto !important;
  width: 46% !important;
  height: 100% !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background:
    url("asset/ein-docs.png") center / contain no-repeat,
    linear-gradient(135deg, rgba(4, 20, 60, .82), rgba(2, 10, 38, .78)) !important;
}

/* Ensure the left text+buttons stay above the image overlay */
.ein-page-shell .ein-ready > div:first-child {
  position: relative;
  z-index: 2;
}

/* ── Mobile: hero visual goes behind text via ::before image ──────── */
/* (mobile was already OK — only override the ::before image path
   and hide hero-visual since the photo is handled by ::before) */
@media (max-width: 979px) {
  /* Restore image in ::before for mobile view */
  .ein-page-shell .ein-hero::before {
    background:
      linear-gradient(90deg, rgba(1,7,22,.98) 0%, rgba(1,7,22,.84) 38%, rgba(1,7,22,.32) 64%, rgba(1,7,22,.06) 86%),
      url("asset/ein-application-hero.png") right center / cover no-repeat;
    opacity: .78;
  }

  /* Hide the visual on mobile — ::before handles the image */
  .ein-page-shell .ein-hero-visual {
    background: none !important;
    opacity: 0 !important;
    pointer-events: none;
  }

  /* ein-ready-visual on mobile: stack below text */
  .ein-page-shell .ein-ready-visual {
    position: relative !important;
    right: auto !important;
    top: auto !important;
    bottom: auto !important;
    width: 100% !important;
    height: 200px !important;
    margin-top: 18px;
  }
}

/* ================================================================
   EIN FINAL AUTHORITATIVE RULES — overrides all previous patches
   All decorative HTML elements have been removed; this CSS is the
   single source of truth for EIN-specific layout and images.
   ================================================================ */

/* ── 1. HERO: image on right column, no overlays ─────────────── */

/* ::before is a pure text-area gradient — no image, no layers */
.ein-page-shell .ein-hero::before {
  background:
    linear-gradient(90deg,
      rgba(1,7,22,1)   0%,
      rgba(1,7,22,.96) 28%,
      rgba(1,7,22,.62) 50%,
      rgba(1,7,22,.18) 68%,
      transparent      82%) !important;
}

/* Hero visual: the actual hero photo fills the right column */
.ein-page-shell .ein-hero-visual {
  position: relative;
  min-height: 430px;
  background: url("asset/ein-application-hero.png") right center / cover no-repeat !important;
  opacity: 1 !important;
}

/* Remove the left-fade overlay — no elements overlap the image */
.ein-page-shell .ein-hero-visual::before {
  display: none !important;
  content: none !important;
}

/* Dead rules — cert and status no longer exist in HTML */
.ein-page-shell .ein-cert,
.ein-page-shell .ein-status,
.ein-page-shell .ein-status-one,
.ein-page-shell .ein-status-two,
.ein-page-shell .ein-status-three,
.ein-page-shell .ein-person,
.ein-page-shell .ein-laptop {
  display: none !important;
}

/* ── 2. EIN-DOCS SECTION: real <img> displayed directly ─────── */

/* Clear all old background-image and decorative CSS on the wrapper */
.ein-page-shell .ein-doc-visual {
  position: relative;
  min-height: 0;
  padding: 24px 16px !important;
  background: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* The real <img> tag */
.ein-page-shell .ein-doc-visual img {
  display: block;
  width: 100%;
  max-width: 360px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 36px rgba(0, 80, 255, .22));
  border-radius: 8px;
}

/* ── 3. BOTTOM-GRID READY SECTION: real <img> displayed ─────── */

/* Reset the ein-ready grid to accommodate a natural-flow image */
.ein-page-shell .ein-ready {
  display: grid !important;
  grid-template-columns: 1fr 220px !important;
  gap: 28px !important;
  align-items: center !important;
  overflow: visible !important;
  position: relative !important;
}

/* Reset ALL absolute positioning set by earlier patches */
.ein-page-shell .ein-ready-visual {
  position: relative !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: none !important;
  transform: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

/* Pseudo-elements from original CSS — ensure fully gone */
.ein-page-shell .ein-ready-visual::before,
.ein-page-shell .ein-ready-visual::after {
  display: none !important;
  content: none !important;
}

/* Hide dead text nodes (belt-and-suspenders, already removed from HTML) */
.ein-page-shell .ein-ready-visual strong,
.ein-page-shell .ein-ready-visual span,
.ein-page-shell .ein-ready-visual i {
  display: none !important;
}

/* The real <img> tag */
.ein-page-shell .ein-ready-visual img {
  display: block;
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(0, 80, 255, .28));
  border-radius: 6px;
}

/* ── 4. "WHO IS THIS FOR?" — 2-row layout, larger icons ─────── */

/* 3 columns × 2 rows instead of 6 × 1 */
.ein-page-shell .ein-for div {
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 18px !important;
  margin-top: 20px;
}

/* Each item: card-like treatment, vertically stacked icon + label */
.ein-page-shell .ein-for span {
  display: grid !important;
  justify-items: center;
  gap: 14px !important;
  padding: 20px 14px 18px;
  border: 1px solid rgba(0, 160, 255, .16);
  border-radius: 12px;
  background: rgba(0, 90, 255, .06);
  font-size: 13px !important;
  font-weight: 800;
  color: #f2f7ff;
  text-align: center;
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.ein-page-shell .ein-for span:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 200, 255, .34);
}

/* Larger icon container */
.ein-page-shell .ein-for svg {
  width: 56px !important;
  height: 56px !important;
  padding: 13px !important;
  border-radius: 50% !important;
  color: var(--cyan) !important;
  background: rgba(0, 141, 255, .14) !important;
  box-shadow: 0 0 22px rgba(0, 198, 255, .18) !important;
}

/* ── 5. RESPONSIVE ───────────────────────────────────────────── */

@media (max-width: 980px) {
  /* Hero: visual becomes faded background behind copy (mobile) */
  .ein-page-shell .ein-hero-visual {
    position: absolute !important;
    inset: 0 !important;
    min-height: 0 !important;
    background: url("asset/ein-application-hero.png") right center / cover no-repeat !important;
    opacity: .32 !important;
    mask-image:
      radial-gradient(ellipse at 78% 50%, #000 0%, rgba(0,0,0,.68) 42%, transparent 82%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 14%, #000 46%, rgba(0,0,0,.72) 84%, transparent 100%);
    -webkit-mask-image:
      radial-gradient(ellipse at 78% 50%, #000 0%, rgba(0,0,0,.68) 42%, transparent 82%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 14%, #000 46%, rgba(0,0,0,.72) 84%, transparent 100%);
    mask-composite: intersect;
    -webkit-mask-composite: source-in;
  }

  .ein-page-shell .ein-ready {
    grid-template-columns: 1fr !important;
  }

  .ein-page-shell .ein-ready-visual {
    max-height: 160px;
  }

  .ein-page-shell .ein-ready-visual img {
    max-width: 160px;
  }

  .ein-page-shell .ein-doc-visual img {
    max-width: 280px;
  }
}

@media (max-width: 620px) {
  .ein-page-shell .ein-for div {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
  }

  .ein-page-shell .ein-for svg {
    width: 48px !important;
    height: 48px !important;
  }

  .ein-page-shell .ein-doc-visual img {
    max-width: 240px;
  }
}

/* ================================================================
   EIN HERO IMAGE — definitive fix
   Real <img> tag, full image visible, nothing clipping or covering it
   ================================================================ */

/* Hero: gradient covers left text area, right column free for image */
.ein-page-shell .ein-hero {
  align-items: center;
  overflow: hidden;
}

/* Remove background-image — the <img> tag handles display now */
.ein-page-shell .ein-hero-visual {
  background: none !important;
  min-height: 0 !important;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
  /* Remove the fade overlay that was hiding the image */
}

/* Kill the left-fade ::before overlay — nothing is in front of the image */
.ein-page-shell .ein-hero-visual::before {
  display: none !important;
  content: none !important;
}

/* The image itself — full width of the column, natural height, zero cropping */
.ein-page-shell .ein-hero-img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center top;
  filter: drop-shadow(0 24px 48px rgba(0, 40, 120, .28));
}

/* ::before is a left-to-right gradient that darkens the copy area */
.ein-page-shell .ein-hero::before {
  background:
    linear-gradient(90deg,
      rgba(1,7,22,1)    0%,
      rgba(1,7,22,.98)  24%,
      rgba(1,7,22,.72)  44%,
      rgba(1,7,22,.22)  62%,
      transparent       76%) !important;
  z-index: -2;
}

/* ── Mobile (≤ 980px): image goes behind copy ──────────────── */
@media (max-width: 980px) {
  .ein-page-shell .ein-hero {
    position: relative;
    grid-template-columns: 1fr !important;
    min-height: clamp(540px, 78vw, 660px);
    align-items: start;
    overflow: hidden;
    padding-top: 42px !important;
  }

  .ein-page-shell .ein-hero-visual {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    opacity: .38;
    mask-image:
      radial-gradient(ellipse at 76% 50%, #000 0%, rgba(0,0,0,.72) 40%, transparent 80%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.75) 15%, #000 46%, rgba(0,0,0,.75) 84%, transparent 100%);
    -webkit-mask-image:
      radial-gradient(ellipse at 76% 50%, #000 0%, rgba(0,0,0,.72) 40%, transparent 80%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.75) 15%, #000 46%, rgba(0,0,0,.75) 84%, transparent 100%);
    mask-composite: intersect;
    -webkit-mask-composite: source-in;
  }

  .ein-page-shell .ein-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right top;
    filter: none;
  }

  /* gradient overlay keeps copy readable */
  .ein-page-shell .ein-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(1,7,22,.97) 0%, rgba(1,7,22,.9) 42%, rgba(1,7,22,.5) 68%, rgba(1,7,22,.08) 100%),
      linear-gradient(180deg, rgba(1,7,22,.86) 0%, rgba(1,7,22,.44) 44%, rgba(1,7,22,.1) 70%, rgba(1,7,22,.86) 100%);
  }

  .ein-page-shell .ein-hero-copy {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 620px) {
  .ein-page-shell .ein-hero {
    min-height: 570px;
    padding-top: 32px !important;
  }
}

/* ================================================================
   EIN — overview & docs mobile responsiveness
   Matches the card/icon treatment used throughout other service pages
   ================================================================ */

/* ── SHARED: section padding on mobile ──────────────────────────── */
@media (max-width: 980px) {

  /* ── OVERVIEW (Why You Need an EIN) ─────────────────────────── */
  .ein-page-shell .ein-overview {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    padding: 32px 26px !important;
    align-items: start !important;
    overflow: visible !important;
  }

  /* Flip render order so text + icons appear above the image */
  .ein-page-shell .ein-tablet {
    order: 2;
    max-width: 260px !important;
    height: 172px !important;
    margin: 0 auto !important;
  }

  .ein-page-shell .ein-overview > div:last-child {
    order: 1;
  }

  /* Need-icons: 3-col wrap on tablet — 5 items = 2 clean rows (3+2) */
  .ein-page-shell .ein-need-icons {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 14px !important;
    margin-top: 18px !important;
  }

  /* Card-like treatment to match other service pages */
  .ein-page-shell .ein-need-icons article {
    padding: 18px 12px 14px;
    border: 1px solid rgba(0, 170, 255, .2);
    border-radius: 10px;
    background: rgba(0, 90, 255, .07);
    gap: 12px !important;
    transition: transform 0.22s ease, border-color 0.22s ease;
  }

  .ein-page-shell .ein-need-icons article:hover {
    transform: translateY(-3px);
    border-color: rgba(0, 200, 255, .36);
  }

  /* Larger icon to match other pages */
  .ein-page-shell .ein-need-icons svg {
    width: 50px !important;
    height: 50px !important;
    padding: 11px !important;
  }

  .ein-page-shell .ein-need-icons span {
    font-size: 12px;
    line-height: 1.4;
  }

  /* ── DOCS (What You Need) ────────────────────────────────────── */
  .ein-page-shell .ein-docs {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    padding: 32px 26px !important;
    align-items: start !important;
    overflow: visible !important;
  }

  /* Text is first child in HTML → renders above image — correct */
  .ein-page-shell .ein-doc-visual {
    padding: 8px 0 0 !important;
  }

  .ein-page-shell .ein-doc-visual img {
    max-width: 300px !important;
    margin: 0 auto;
    display: block;
  }
}

/* ── Small mobile (≤ 620px) ─────────────────────────────────────── */
@media (max-width: 620px) {

  /* OVERVIEW */
  .ein-page-shell .ein-overview {
    padding: 22px 18px !important;
    gap: 22px !important;
  }

  .ein-page-shell .ein-tablet {
    max-width: 220px !important;
    height: 148px !important;
  }

  /* Need-icons: 2-col on small mobile */
  .ein-page-shell .ein-need-icons {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  /* 5th item (odd one out) spans both columns, centered */
  .ein-page-shell .ein-need-icons article:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    max-width: 200px;
    margin: 0 auto;
    width: 100%;
  }

  .ein-page-shell .ein-need-icons article {
    padding: 14px 10px 12px;
  }

  .ein-page-shell .ein-need-icons svg {
    width: 44px !important;
    height: 44px !important;
    padding: 10px !important;
  }

  /* DOCS */
  .ein-page-shell .ein-docs {
    padding: 22px 18px !important;
    gap: 20px !important;
  }

  .ein-page-shell .ein-doc-visual img {
    max-width: 250px !important;
  }

  /* Overview heading and body text */
  .ein-page-shell .ein-overview h2,
  .ein-page-shell .ein-docs h2 {
    font-size: 22px !important;
  }

  .ein-page-shell .ein-overview p,
  .ein-page-shell .ein-docs p {
    font-size: 13px !important;
  }
}

/* ================================================================
   RESALE CERTIFICATE PAGE — section layout + modern animations
   ================================================================ */

/* ── Custom properties & section gap system ──────────────────── */
.resale-page-shell {
  --resale-section-gap: clamp(48px, 7vw, 72px);
  --resale-section-pad-y: clamp(34px, 5vw, 54px);
  --resale-section-pad-x: clamp(22px, 3.2vw, 38px);
  --resale-section-radius: 20px;
}

.resale-main {
  padding-bottom: clamp(56px, 7vw, 88px);
}

.resale-main .container > section {
  position: relative;
  isolation: isolate;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.resale-main .container > section + section {
  margin-top: var(--resale-section-gap) !important;
}

/* Hero: top margin */
.resale-page-shell .resale-hero {
  margin-top: clamp(8px, 2.4vw, 24px) !important;
}

/* ── BOX sections: overview, section (x2), two-grid, testimonials */
.resale-page-shell .resale-overview,
.resale-page-shell .resale-section,
.resale-page-shell .resale-two-grid,
.resale-page-shell .resale-testimonials {
  width: min(100% - 96px, 1080px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: var(--resale-section-radius) !important;
}

/* resale-overview & resale-section get enhanced dark-card background */
.resale-page-shell .resale-section {
  padding: var(--resale-section-pad-y) var(--resale-section-pad-x);
  border: 1px solid rgba(0, 160, 255, .18);
  background:
    radial-gradient(ellipse at 12% 18%, rgba(0, 155, 255, .14), transparent 20rem),
    radial-gradient(ellipse at 86% 80%, rgba(0, 100, 255, .1), transparent 18rem),
    linear-gradient(145deg, rgba(3, 15, 46, .82), rgba(2, 8, 28, .78));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 26px 72px rgba(0, 0, 0, .26);
}

/* two-grid wrapper: subtle container background */
.resale-page-shell .resale-two-grid {
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  gap: 18px;
}

/* testimonials */
.resale-page-shell .resale-testimonials {
  padding: var(--resale-section-pad-y) var(--resale-section-pad-x);
  border: 1px solid rgba(0, 160, 255, .18);
  background:
    radial-gradient(ellipse at 50% 100%, rgba(0, 120, 255, .1), transparent 20rem),
    linear-gradient(145deg, rgba(3, 15, 46, .82), rgba(2, 8, 28, .78));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 26px 72px rgba(0, 0, 0, .26);
}

/* ── FULL-WIDTH: price-compare & final-grid ──────────────────── */
.resale-page-shell .resale-price-compare {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: var(--resale-section-radius) !important;
  outline: 1px solid rgba(255,255,255,.08);
  outline-offset: 10px;
}

.resale-page-shell .resale-final-grid {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: var(--resale-section-radius) !important;
  outline: 1px solid rgba(255,255,255,.08);
  outline-offset: 10px;
}

/* ── KEYFRAMES ───────────────────────────────────────────────── */

@keyframes resaleHeroRise {
  from { opacity: 0; transform: translateY(22px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes resaleFloat {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  33%       { transform: translateY(-10px) rotate(0.4deg); }
  66%       { transform: translateY(-5px) rotate(-0.3deg); }
}

@keyframes resaleSideSlide {
  from { opacity: 0; transform: translateX(28px); }
  to   { opacity: 1; transform: translateX(0); }
}

@keyframes resalePulseGlow {
  0%, 100% { box-shadow: 0 0 0 6px rgba(0,145,255,.18), 0 0 28px rgba(0,145,255,.36); }
  50%       { box-shadow: 0 0 0 10px rgba(0,145,255,.1), 0 0 44px rgba(0,145,255,.52); }
}

@keyframes resaleGradientShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes resaleFaqSlide {
  from { opacity: 0; transform: translateY(-8px); }
  to   { opacity: 1; transform: translateY(0); }
}

@keyframes resaleSpinSlow {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

/* ── HERO SECTION ENTRANCE ───────────────────────────────────── */

.resale-page-shell .resale-copy {
  animation: resaleHeroRise 0.72s cubic-bezier(.22,.61,.36,1) both;
}

.resale-page-shell .resale-copy .eyebrow      { animation-delay: 0.04s; }
.resale-page-shell .resale-copy h1            { animation-delay: 0.1s; }
.resale-page-shell .resale-copy .hero-subtitle{ animation-delay: 0.18s; }
.resale-page-shell .resale-copy .resale-proof-grid { animation-delay: 0.26s; }
.resale-page-shell .resale-copy .hero-buttons { animation-delay: 0.34s; }

/* Hero art: gentle float loop */
.resale-page-shell .resale-hero-art {
  animation: resaleHeroRise 0.8s cubic-bezier(.22,.61,.36,1) 0.18s both;
}

.resale-page-shell .resale-scene-img {
  display: block;
  width: 100%;
  height: auto;
  animation: resaleFloat 6s ease-in-out infinite 1s;
  filter: drop-shadow(0 22px 44px rgba(0, 80, 220, .28));
  will-change: transform;
}

/* Side benefits: staggered slide from right */
.resale-page-shell .resale-side-benefits article {
  animation: resaleSideSlide 0.6s cubic-bezier(.22,.61,.36,1) both;
  opacity: 0;
}

.resale-page-shell .resale-side-benefits article:nth-child(1) { animation-delay: 0.36s; }
.resale-page-shell .resale-side-benefits article:nth-child(2) { animation-delay: 0.48s; }
.resale-page-shell .resale-side-benefits article:nth-child(3) { animation-delay: 0.60s; }
.resale-page-shell .resale-side-benefits article:nth-child(4) { animation-delay: 0.72s; }

/* Guarantee badge: pulse glow */
.resale-page-shell .resale-price-card em {
  animation: resalePulseGlow 3.2s ease-in-out infinite;
}

/* ── FAQ: smooth open animation ──────────────────────────────── */
.resale-page-shell .resale-faq details[open] p {
  animation: resaleFaqSlide 0.28s cubic-bezier(.22,.61,.36,1) both;
}

.resale-page-shell .resale-faq summary {
  transition: color 0.2s ease;
}

.resale-page-shell .resale-faq details[open] summary {
  color: var(--cyan);
}

/* ── HOVER EFFECTS ───────────────────────────────────────────── */

/* Audience cards: transition for JS 3D tilt */
.resale-page-shell .resale-audience-grid article {
  transition: transform 0.28s cubic-bezier(.2,.8,.2,1), box-shadow 0.28s ease;
  cursor: default;
}

.resale-page-shell .resale-audience-grid article:hover {
  box-shadow:
    0 22px 54px rgba(0, 0, 0, .34),
    0 0 26px rgba(0, 180, 255, .2),
    inset 0 1px 0 rgba(255,255,255,.1);
}

/* Why-grid cards: lift + border glow */
.resale-page-shell .resale-why-grid article {
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
}

.resale-page-shell .resale-why-grid article:hover {
  transform: translateY(-5px);
  box-shadow:
    0 20px 48px rgba(0, 0, 0, .3),
    0 0 24px rgba(0, 180, 255, .18);
  border-color: rgba(0, 200, 255, .36);
}

/* Why-grid icon: glow on hover */
.resale-page-shell .resale-why-grid article:hover .resale-why-grid span svg,
.resale-page-shell .resale-why-grid article:hover span svg {
  filter: drop-shadow(0 0 10px rgba(0, 200, 255, .6));
  transition: filter 0.26s ease;
}

/* Info & process cards: lift */
.resale-page-shell .resale-info-card,
.resale-page-shell .resale-process-card {
  transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.resale-page-shell .resale-info-card:hover,
.resale-page-shell .resale-process-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 52px rgba(0, 0, 0, .32), 0 0 26px rgba(0, 160, 255, .15);
}

/* Price card CTA button: shimmer on hover */
.resale-page-shell .resale-price-card .btn-primary {
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.resale-page-shell .resale-price-card .btn-primary:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 14px 32px rgba(0, 100, 255, .36), 0 0 22px rgba(0, 200, 255, .2);
}

/* VS grid compliance/risk panels: subtle lift */
.resale-page-shell .resale-vs-grid > div {
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.resale-page-shell .resale-vs-grid > div:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(0, 0, 0, .28);
}

/* Proof grid spans: subtle color shift on hover */
.resale-page-shell .resale-proof-grid span {
  transition: color 0.2s ease;
  cursor: default;
}

.resale-page-shell .resale-proof-grid span:hover {
  color: var(--cyan);
}

/* Testimonial articles: lift */
.resale-page-shell .ra-testimonial-grid article {
  transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.resale-page-shell .ra-testimonial-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .3), 0 0 22px rgba(0, 160, 255, .14);
}

/* ── OVERVIEW IMAGE: ensure it shows cleanly ─────────────────── */
.resale-page-shell .resale-overview-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 32px rgba(0, 80, 200, .24));
  transition: transform 0.4s ease;
}

.resale-page-shell .resale-overview-visual:hover img {
  transform: scale(1.03);
}

/* ── CTA VISUAL IMAGE ────────────────────────────────────────── */
.resale-page-shell .resale-cta-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 28px rgba(0, 80, 200, .22));
}

/* ── FOLDER VISUAL IMAGE ──────────────────────────────────────── */
.resale-page-shell .folder-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 80, 200, .2));
}

/* ── PROCESS STEPS: staggered appearance in scroll reveal ──────── */
.resale-page-shell .resale-process-grid article {
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.resale-page-shell .resale-process-grid article:hover {
  transform: translateY(-4px);
}

/* ── MOBILE: width adjustments for box sections ────────────────── */
@media (max-width: 980px) {
  .resale-page-shell .resale-overview,
  .resale-page-shell .resale-section,
  .resale-page-shell .resale-two-grid,
  .resale-page-shell .resale-testimonials {
    width: min(100% - 36px, 720px) !important;
  }
}

@media (max-width: 620px) {
  .resale-page-shell .resale-overview,
  .resale-page-shell .resale-section,
  .resale-page-shell .resale-two-grid,
  .resale-page-shell .resale-testimonials {
    width: 100% !important;
    border-radius: 14px !important;
  }

  .resale-page-shell .resale-price-compare,
  .resale-page-shell .resale-final-grid {
    border-radius: 14px !important;
  }

  /* Kill float on mobile — reduces motion */
  .resale-page-shell .resale-scene-img {
    animation: none;
  }
}

/* ================================================================
   RESALE — backgrounds for price-compare & final-grid + full mobile fix
   ================================================================ */

/* ── 1. PRICE-COMPARE: vivid deep-blue accent background ────────── */
.resale-page-shell .resale-price-compare {
  padding: var(--resale-section-pad-y) var(--resale-section-pad-x) !important;
  border: 1px solid rgba(0, 185, 255, .44) !important;
  background:
    radial-gradient(circle at 14% 50%, rgba(0, 200, 255, .52), transparent 9rem),
    radial-gradient(circle at 84% 28%, rgba(0, 140, 255, .26), transparent 18rem),
    linear-gradient(110deg, #04236a 0%, #030e3e 52%, #020826 100%) !important;
  box-shadow:
    0 24px 66px rgba(0, 0, 0, .38),
    0 0 44px rgba(0, 160, 255, .22),
    inset 0 1px 0 rgba(255,255,255,.14) !important;
}

/* Sheen overlay */
.resale-page-shell .resale-price-compare::before {
  content: "";
  position: absolute;
  inset: -28% -8%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 20% 52%, rgba(255,255,255,.14), transparent 15rem),
    repeating-linear-gradient(114deg, rgba(255,255,255,.08) 0 1px, transparent 1px 24px);
  opacity: .36;
  border-radius: inherit;
}

.resale-page-shell .resale-price-compare > * {
  position: relative;
  z-index: 1;
}

/* ── 2. FINAL-GRID: dark card accent for FAQ + CTA ──────────────── */
.resale-page-shell .resale-final-grid {
  padding: var(--resale-section-pad-y) var(--resale-section-pad-x) !important;
  border: 1px solid rgba(0, 150, 255, .34) !important;
  background:
    radial-gradient(circle at 10% 50%, rgba(0, 190, 255, .15), transparent 18rem),
    radial-gradient(circle at 88% 28%, rgba(0, 140, 255, .1), transparent 22rem),
    linear-gradient(145deg, rgba(4, 18, 52, .97), rgba(2, 8, 28, .99)) !important;
  box-shadow:
    0 28px 78px rgba(0, 0, 0, .34),
    0 0 44px rgba(0, 160, 255, .16),
    inset 0 1px 0 rgba(255,255,255,.07) !important;
}

.resale-page-shell .resale-final-grid::before {
  content: "";
  position: absolute;
  inset: -26% -8%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 22% 50%, rgba(0, 190, 255, .1), transparent 15rem),
    repeating-linear-gradient(112deg, rgba(255,255,255,.06) 0 1px, transparent 1px 24px);
  opacity: .38;
  border-radius: inherit;
}

.resale-page-shell .resale-final-grid > * {
  position: relative;
  z-index: 1;
}

/* ── 3. OVERVIEW BOX: explicit background so it's distinct ──────── */
.resale-page-shell .resale-overview {
  padding: var(--resale-section-pad-y) var(--resale-section-pad-x) !important;
  border: 1px solid rgba(0, 150, 255, .22) !important;
  background:
    radial-gradient(ellipse at 12% 20%, rgba(0, 155, 255, .14), transparent 20rem),
    linear-gradient(145deg, rgba(3, 15, 46, .84), rgba(2, 8, 28, .8)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 24px 68px rgba(0, 0, 0, .24) !important;
}


/* ================================================================
   MOBILE — comprehensive responsive fix
   ================================================================ */

/* ── Tablet (≤ 980px) ─────────────────────────────────────────── */
@media (max-width: 980px) {

  /* Hero: single column, comfortable padding */
  .resale-page-shell .resale-hero {
    padding: 32px 0 24px;
    gap: 24px;
    align-items: start;
  }

  /* Side-benefits: 2 columns on tablet */
  .resale-page-shell .resale-side-benefits {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
  }

  /* Box sections: narrower */
  .resale-page-shell .resale-overview,
  .resale-page-shell .resale-section,
  .resale-page-shell .resale-two-grid,
  .resale-page-shell .resale-testimonials {
    width: min(100% - 36px, 720px) !important;
  }

  /* Full-width sections: proper padding on tablet */
  .resale-page-shell .resale-price-compare,
  .resale-page-shell .resale-final-grid {
    padding: 28px 24px !important;
  }

  /* Overview: stack image above text */
  .resale-page-shell .resale-overview {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    padding: 28px 22px !important;
  }

  /* Audience and why grids: 2 columns */
  .resale-page-shell .resale-audience-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 12px !important;
  }

  .resale-page-shell .resale-why-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  /* Two-grid and price-compare: single column */
  .resale-page-shell .resale-two-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .resale-page-shell .resale-price-compare {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  /* Final grid: single column */
  .resale-page-shell .resale-final-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  /* CTA section: fix padding on tablet */
  .resale-page-shell .resale-cta {
    min-height: 0;
    padding: 32px 230px 28px 28px !important;
  }

  .resale-page-shell .resale-cta h2 {
    font-size: 24px !important;
  }

  /* Testimonial grid on tablet: 2 col or 1 col */
  .resale-page-shell .ra-testimonial-grid {
    grid-template-columns: 1fr !important;
    gap: 14px;
  }

  /* Section internal padding adjustments */
  .resale-page-shell .resale-section {
    padding: 28px 22px !important;
  }

  .resale-page-shell .resale-testimonials {
    padding: 28px 22px !important;
  }
}

/* ── Mobile (≤ 620px) ─────────────────────────────────────────── */
@media (max-width: 620px) {

  /* Hero copy */
  .resale-page-shell .resale-copy {
    padding: 0 4px;
  }

  .resale-page-shell .resale-copy h1 {
    font-size: clamp(36px, 10vw, 44px) !important;
    line-height: 1.06;
  }

  .resale-page-shell .resale-copy .hero-subtitle {
    font-size: 14px !important;
    line-height: 1.65;
    max-width: 100%;
  }

  /* Proof grid: 1 col on small mobile */
  .resale-page-shell .resale-proof-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  /* Hero art: disable float animation, scale down */
  .resale-page-shell .resale-scene-img {
    animation: none;
  }

  .resale-page-shell .resale-hero-art {
    max-width: 100%;
    transform: none !important;
    margin-bottom: 0 !important;
  }

  /* Side-benefits: single column */
  .resale-page-shell .resale-side-benefits {
    grid-template-columns: 1fr !important;
    max-width: 100%;
  }

  .resale-page-shell .resale-side-benefits article {
    /* Kill entrance animation on mobile — reduce motion */
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }

  /* Box sections: full width, smaller radius */
  .resale-page-shell .resale-overview,
  .resale-page-shell .resale-section,
  .resale-page-shell .resale-two-grid,
  .resale-page-shell .resale-testimonials {
    width: 100% !important;
    border-radius: 14px !important;
  }

  .resale-page-shell .resale-price-compare,
  .resale-page-shell .resale-final-grid {
    border-radius: 14px !important;
    padding: 22px 18px !important;
  }

  /* Overview: compact padding */
  .resale-page-shell .resale-overview {
    padding: 22px 18px !important;
  }

  /* Audience grid: 2-col on small mobile */
  .resale-page-shell .resale-audience-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  /* Audience cards: compact on mobile */
  .resale-page-shell .resale-audience-grid article {
    min-height: 150px !important;
    padding: 14px 10px 12px !important;
  }

  /* Why grid: 1 col */
  .resale-page-shell .resale-why-grid {
    grid-template-columns: 1fr !important;
  }

  /* Why-grid articles: horizontal layout on mobile */
  .resale-page-shell .resale-why-grid article {
    grid-template-columns: 46px 1fr;
    gap: 12px;
    align-items: center;
    min-height: 0;
    padding: 16px;
  }

  .resale-page-shell .resale-why-grid h3 {
    margin-bottom: 3px !important;
    font-size: 13px !important;
  }

  .resale-page-shell .resale-why-grid p {
    font-size: 11px !important;
    line-height: 1.45;
  }

  /* Info and process cards: compact */
  .resale-page-shell .resale-info-card,
  .resale-page-shell .resale-process-card {
    padding: 22px 18px !important;
    min-height: 0 !important;
  }

  /* Process grid: vertical on mobile */
  .resale-page-shell .resale-process-grid {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  /* VS grid: single column */
  .resale-page-shell .resale-vs-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .resale-page-shell .resale-vs-grid > b {
    margin: 0 auto;
  }

  /* Price compare: compact */
  .resale-page-shell .resale-price-card,
  .resale-page-shell .resale-compliance-card {
    padding: 20px 18px !important;
    min-height: 0 !important;
  }

  /* CTA: major layout fix on mobile */
  .resale-page-shell .resale-cta {
    padding: 28px 20px 200px !important;
    min-height: 340px;
  }

  .resale-page-shell .resale-cta h2 {
    font-size: 22px !important;
    max-width: 100% !important;
  }

  .resale-page-shell .resale-cta p {
    max-width: 100% !important;
    font-size: 13px !important;
  }

  /* CTA visual image: bottom-centered on mobile */
  .resale-page-shell .resale-cta-visual {
    right: 50%;
    bottom: 12px;
    width: 220px;
    height: 170px;
    transform: translateX(50%);
  }

  /* FAQ: comfortable text */
  .resale-page-shell .resale-faq {
    padding: 20px 16px !important;
  }

  .resale-page-shell .resale-faq summary {
    font-size: 13px !important;
    padding-right: 24px;
    min-height: 38px;
  }

  .resale-page-shell .resale-faq p {
    font-size: 12px !important;
    line-height: 1.55;
  }

  /* Testimonials: compact */
  .resale-page-shell .resale-testimonials {
    padding: 22px 18px !important;
  }

  /* Section heading sizes on mobile */
  .resale-page-shell .resale-overview h2,
  .resale-page-shell .resale-section > h2,
  .resale-page-shell .resale-process-card h2,
  .resale-page-shell .resale-info-card h2,
  .resale-page-shell .resale-faq h2 {
    font-size: 22px !important;
    line-height: 1.2;
  }

  .resale-page-shell .resale-section {
    padding: 22px 18px !important;
  }

  .resale-page-shell .resale-testimonials > h2,
  .resale-page-shell .resale-compliance-card h2 {
    font-size: 20px !important;
  }
}

/* ================================================================
   RESALE — final hero + overview mobile polish (homepage-style)
   ================================================================ */

/* Hero scene image: always contained, never cropped/scaled oddly */
.resale-page-shell .resale-scene-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

/* Overview image: contained, centered */
.resale-page-shell .resale-overview-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 420px;
  margin: 0 auto;
  object-fit: contain;
}

@media (max-width: 980px) {
  /* Hero: homepage-style — scene image goes BEHIND, copy comes forward */
  .resale-page-shell .resale-hero {
    position: relative;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    min-height: clamp(520px, 88vw, 640px);
    padding: 36px 0 28px !important;
    align-items: start !important;
    overflow: hidden;
  }

  /* Scene image: absolute behind everything, faded + masked */
  .resale-page-shell .resale-hero-art {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    transform: none !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    pointer-events: none;
    opacity: .4;
    mask-image:
      radial-gradient(ellipse at 78% 48%, #000 0%, rgba(0,0,0,.7) 42%, rgba(0,0,0,.34) 60%, transparent 86%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 14%, #000 44%, rgba(0,0,0,.72) 84%, transparent 100%);
    -webkit-mask-image:
      radial-gradient(ellipse at 78% 48%, #000 0%, rgba(0,0,0,.7) 42%, rgba(0,0,0,.34) 60%, transparent 86%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 14%, #000 44%, rgba(0,0,0,.72) 84%, transparent 100%);
    mask-composite: intersect;
    -webkit-mask-composite: source-in;
  }

  /* Hide the decorative floor glow behind the text */
  .resale-page-shell .resale-hero-art::before {
    display: none !important;
  }

  .resale-page-shell .resale-scene-img {
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain;
    object-position: right center;
    animation: none !important;
    filter: none !important;
  }

  /* Dark gradient overlay so copy stays readable over the image */
  .resale-page-shell .resale-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(1,7,22,.96) 0%, rgba(1,7,22,.9) 40%, rgba(1,7,22,.5) 66%, rgba(1,7,22,.08) 100%),
      linear-gradient(180deg, rgba(1,7,22,.84) 0%, rgba(1,7,22,.42) 44%, rgba(1,7,22,.12) 70%, rgba(1,7,22,.84) 100%);
  }

  /* Copy and benefit cards come forward */
  .resale-page-shell .resale-copy,
  .resale-page-shell .resale-side-benefits {
    position: relative;
    z-index: 2;
  }

  /* Overview: heading/text first, image below — reads like homepage */
  .resale-page-shell .resale-overview {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    align-items: start !important;
  }

  .resale-page-shell .resale-overview-visual {
    order: 2;
    min-height: 0 !important;
    transform: none !important;
  }

  .resale-page-shell .resale-overview > div:not(.resale-overview-visual) {
    order: 1;
  }
}

@media (max-width: 620px) {
  .resale-page-shell .resale-hero {
    min-height: 600px;
    padding: 28px 0 22px !important;
    gap: 20px !important;
  }

  /* Stronger overlay on phone for text contrast */
  .resale-page-shell .resale-hero::after {
    background:
      linear-gradient(90deg, rgba(1,7,22,.98) 0%, rgba(1,7,22,.93) 44%, rgba(1,7,22,.52) 72%, rgba(1,7,22,.1) 100%),
      linear-gradient(180deg, rgba(1,7,22,.9) 0%, rgba(1,7,22,.4) 46%, rgba(1,7,22,.12) 70%, #020716 100%);
  }

  /* Overview check-list: single column so items don't squash */
  .resale-page-shell .resale-check-grid {
    grid-template-columns: 1fr !important;
    gap: 11px !important;
  }

  .resale-page-shell .resale-overview-visual img {
    max-width: 300px;
  }

  .resale-page-shell .resale-overview p {
    font-size: 13px !important;
    line-height: 1.7;
  }
}

/* ================================================================
   US COMPANY DISSOLUTION — homepage-style section layout,
   hero-behind-text mobile, hover/scroll animations, responsive
   ================================================================ */

.dissolution-page-shell {
  --dis-section-gap: clamp(48px, 7vw, 72px);
  --dis-section-pad-y: clamp(34px, 5vw, 54px);
  --dis-section-pad-x: clamp(22px, 3.2vw, 38px);
  --dis-section-radius: 20px;
}

.dissolution-main {
  padding-bottom: clamp(56px, 7vw, 88px);
}

/* Section gap rhythm */
.dissolution-main .container > section {
  position: relative;
  isolation: isolate;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.dissolution-main .container > section + section {
  margin-top: var(--dis-section-gap) !important;
}

.dissolution-page-shell .dissolution-hero {
  margin-top: clamp(8px, 2.4vw, 24px) !important;
}

/* ── BOX sections: width-constrained, centered ────────────────── */
.dissolution-page-shell .dissolution-overview,
.dissolution-page-shell .dissolution-section,
.dissolution-page-shell .dissolution-before,
.dissolution-page-shell .dissolution-bottom-grid,
.dissolution-page-shell .dissolution-testimonials {
  width: min(100% - 96px, 1080px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: var(--dis-section-radius) !important;
}

/* Bare sections get an explicit dark panel so they read as distinct */
.dissolution-page-shell .dissolution-section,
.dissolution-page-shell .dissolution-testimonials,
.dissolution-page-shell .dissolution-bottom-grid {
  padding: var(--dis-section-pad-y) var(--dis-section-pad-x) !important;
  border: 1px solid rgba(0, 160, 255, .18);
  background:
    radial-gradient(ellipse at 12% 18%, rgba(0, 155, 255, .13), transparent 20rem),
    radial-gradient(ellipse at 86% 80%, rgba(0, 100, 255, .1), transparent 18rem),
    linear-gradient(145deg, rgba(3, 15, 46, .82), rgba(2, 8, 28, .78));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 26px 72px rgba(0, 0, 0, .26);
}

/* Glass-card box sections: constrain + radius + padding */
.dissolution-page-shell .dissolution-overview,
.dissolution-page-shell .dissolution-before {
  padding: var(--dis-section-pad-y) var(--dis-section-pad-x) !important;
}

/* ── FULL-WIDTH: process (vivid mid-page accent) ──────────────── */
.dissolution-page-shell .dissolution-process {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: var(--dis-section-radius) !important;
  outline: 1px solid rgba(255,255,255,.1);
  outline-offset: 10px;
  border: 1px solid rgba(0, 185, 255, .46) !important;
  background:
    radial-gradient(circle at 14% 50%, rgba(0, 200, 255, .5), transparent 9rem),
    radial-gradient(circle at 82% 30%, rgba(0, 140, 255, .26), transparent 18rem),
    linear-gradient(110deg, #04246a 0%, #03103f 52%, #020a2e 100%) !important;
  box-shadow:
    0 24px 66px rgba(0, 0, 0, .38),
    0 0 44px rgba(0, 160, 255, .22),
    inset 0 1px 0 rgba(255,255,255,.14) !important;
  padding: var(--dis-section-pad-y) var(--dis-section-pad-x) !important;
}

.dissolution-page-shell .dissolution-process::before {
  content: "";
  position: absolute;
  inset: -28% -8%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 20% 52%, rgba(255,255,255,.16), transparent 15rem),
    repeating-linear-gradient(114deg, rgba(255,255,255,.08) 0 1px, transparent 1px 24px);
  opacity: .34;
  border-radius: inherit;
}

.dissolution-page-shell .dissolution-process > * {
  position: relative;
  z-index: 1;
}

/* ── FULL-WIDTH: final grid (FAQ + CTA) dark accent ───────────── */
.dissolution-page-shell .dissolution-final-grid {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: var(--dis-section-radius) !important;
  outline: 1px solid rgba(255,255,255,.08);
  outline-offset: 10px;
  border: 1px solid rgba(0, 150, 255, .32) !important;
  background:
    radial-gradient(circle at 10% 50%, rgba(0, 190, 255, .14), transparent 18rem),
    radial-gradient(circle at 88% 28%, rgba(0, 140, 255, .1), transparent 22rem),
    linear-gradient(145deg, rgba(4, 18, 52, .96), rgba(2, 8, 28, .98)) !important;
  box-shadow:
    0 28px 78px rgba(0, 0, 0, .34),
    0 0 44px rgba(0, 160, 255, .15),
    inset 0 1px 0 rgba(255,255,255,.07) !important;
  padding: var(--dis-section-pad-y) var(--dis-section-pad-x) !important;
}

.dissolution-page-shell .dissolution-final-grid::before {
  content: "";
  position: absolute;
  inset: -26% -8%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 22% 50%, rgba(0, 190, 255, .1), transparent 15rem),
    repeating-linear-gradient(112deg, rgba(255,255,255,.06) 0 1px, transparent 1px 24px);
  opacity: .38;
  border-radius: inherit;
}

.dissolution-page-shell .dissolution-final-grid > * {
  position: relative;
  z-index: 1;
}

/* ── TEXT SIZE polish ─────────────────────────────────────────── */
.dissolution-page-shell .dissolution-overview h2,
.dissolution-page-shell .dissolution-section > h2,
.dissolution-page-shell .dissolution-process h2,
.dissolution-page-shell .dissolution-before h2,
.dissolution-page-shell .dissolution-testimonials > h2 {
  font-size: clamp(20px, 2.6vw, 28px) !important;
}

.dissolution-page-shell .dissolution-overview p {
  font-size: 14px !important;
  line-height: 1.7;
}

.dissolution-page-shell .dissolution-check-grid,
.dissolution-page-shell .dissolution-before .ra-check-list {
  font-size: 13px !important;
}

.dissolution-page-shell .dissolution-included-grid h3 {
  font-size: 14px !important;
}

.dissolution-page-shell .dissolution-included-grid p {
  font-size: 12px !important;
  line-height: 1.55;
}

.dissolution-page-shell .dissolution-side-benefits b {
  font-size: 12px !important;
}

.dissolution-page-shell .dissolution-side-benefits small {
  font-size: 10px !important;
}

.dissolution-page-shell .dissolution-faq summary {
  font-size: 13px !important;
}

.dissolution-page-shell .dissolution-faq p {
  font-size: 12px !important;
}

/* ── HOVER EFFECTS ────────────────────────────────────────────── */
.dissolution-page-shell .dissolution-included-grid article,
.dissolution-page-shell .dissolution-process article {
  transition: transform 0.28s cubic-bezier(.2,.8,.2,1), box-shadow 0.28s ease;
}

.dissolution-page-shell .dissolution-included-grid article:hover {
  box-shadow:
    0 22px 54px rgba(0, 0, 0, .34),
    0 0 26px rgba(0, 180, 255, .2),
    inset 0 1px 0 rgba(255,255,255,.1);
}

.dissolution-page-shell .ra-testimonial-grid article {
  transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.dissolution-page-shell .ra-testimonial-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .3), 0 0 22px rgba(0, 160, 255, .14);
}

.dissolution-page-shell .dissolution-faq summary {
  transition: color 0.2s ease;
}

.dissolution-page-shell .dissolution-faq details[open] summary {
  color: var(--cyan);
}

.dissolution-page-shell .dissolution-overview-visual img {
  transition: transform 0.4s ease;
}

.dissolution-page-shell .dissolution-overview:hover .dissolution-overview-visual img {
  transform: scale(1.03);
}

/* ── HERO: mobile = image behind text (homepage pattern) ──────── */
@media (max-width: 980px) {
  .dissolution-page-shell .dissolution-hero {
    position: relative;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    min-height: clamp(520px, 88vw, 640px);
    padding: 36px 0 28px !important;
    align-items: start !important;
    overflow: hidden;
  }

  /* Scene image: absolute behind everything, faded + masked */
  .dissolution-page-shell .dissolution-hero-art {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    min-height: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    pointer-events: none;
    opacity: .4;
    mask-image:
      radial-gradient(ellipse at 78% 48%, #000 0%, rgba(0,0,0,.7) 42%, rgba(0,0,0,.34) 60%, transparent 86%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 14%, #000 44%, rgba(0,0,0,.72) 84%, transparent 100%);
    -webkit-mask-image:
      radial-gradient(ellipse at 78% 48%, #000 0%, rgba(0,0,0,.7) 42%, rgba(0,0,0,.34) 60%, transparent 86%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 14%, #000 44%, rgba(0,0,0,.72) 84%, transparent 100%);
    mask-composite: intersect;
    -webkit-mask-composite: source-in;
  }

  .dissolution-page-shell .dissolution-hero-art img {
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    object-fit: contain;
    object-position: right center;
    filter: none !important;
  }

  /* Dark overlay for copy legibility */
  .dissolution-page-shell .dissolution-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(1,7,22,.96) 0%, rgba(1,7,22,.9) 40%, rgba(1,7,22,.5) 66%, rgba(1,7,22,.08) 100%),
      linear-gradient(180deg, rgba(1,7,22,.84) 0%, rgba(1,7,22,.42) 44%, rgba(1,7,22,.12) 70%, rgba(1,7,22,.84) 100%);
  }

  /* Copy and benefit cards come forward */
  .dissolution-page-shell .dissolution-copy,
  .dissolution-page-shell .dissolution-side-benefits {
    position: relative;
    z-index: 2;
  }

  /* Box sections: narrower on tablet */
  .dissolution-page-shell .dissolution-overview,
  .dissolution-page-shell .dissolution-section,
  .dissolution-page-shell .dissolution-before,
  .dissolution-page-shell .dissolution-bottom-grid,
  .dissolution-page-shell .dissolution-testimonials {
    width: min(100% - 36px, 720px) !important;
  }

  /* Overview: text first, image below */
  .dissolution-page-shell .dissolution-overview {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    align-items: start !important;
  }

  .dissolution-page-shell .dissolution-overview-visual {
    order: 2;
    min-height: 0 !important;
  }

  .dissolution-page-shell .dissolution-overview > div:not(.dissolution-overview-visual) {
    order: 1;
  }

  /* Bottom grid: single column stack */
  .dissolution-page-shell .dissolution-bottom-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  /* Final grid: single column */
  .dissolution-page-shell .dissolution-final-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  /* CTA padding fix on tablet */
  .dissolution-page-shell .dissolution-cta {
    padding: 32px 230px 28px 28px !important;
  }
}

@media (max-width: 620px) {
  .dissolution-page-shell .dissolution-hero {
    min-height: 600px;
    padding: 28px 0 22px !important;
  }

  .dissolution-page-shell .dissolution-hero::after {
    background:
      linear-gradient(90deg, rgba(1,7,22,.98) 0%, rgba(1,7,22,.93) 44%, rgba(1,7,22,.52) 72%, rgba(1,7,22,.1) 100%),
      linear-gradient(180deg, rgba(1,7,22,.9) 0%, rgba(1,7,22,.4) 46%, rgba(1,7,22,.12) 70%, #020716 100%);
  }

  .dissolution-page-shell .dissolution-overview,
  .dissolution-page-shell .dissolution-section,
  .dissolution-page-shell .dissolution-before,
  .dissolution-page-shell .dissolution-bottom-grid,
  .dissolution-page-shell .dissolution-testimonials {
    width: 100% !important;
    border-radius: 14px !important;
  }

  .dissolution-page-shell .dissolution-process,
  .dissolution-page-shell .dissolution-final-grid {
    border-radius: 14px !important;
  }

  .dissolution-page-shell .dissolution-check-grid {
    grid-template-columns: 1fr !important;
  }

  .dissolution-page-shell .dissolution-overview-visual img {
    max-width: 300px;
  }
}

/* Dissolution — phone CTA override (beats !important tablet rule) */
@media (max-width: 620px) {
  .dissolution-page-shell .dissolution-cta {
    min-height: 360px;
    padding: 28px 20px 200px !important;
    text-align: center;
  }
}

/* ================================================================
   UK TAX FILING — homepage-style section layout, hero-behind-text
   mobile, hover/scroll animations, responsive  (scoped to page)
   ================================================================ */

.uk-tax-page-shell {
  --ukt-gap: clamp(48px, 7vw, 72px);
  --ukt-pad-y: clamp(34px, 5vw, 54px);
  --ukt-pad-x: clamp(22px, 3.2vw, 38px);
  --ukt-radius: 20px;
}

.uk-tax-main {
  padding-bottom: clamp(56px, 7vw, 88px);
}

/* Section gap rhythm */
.uk-tax-main .container > section {
  position: relative;
  isolation: isolate;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.uk-tax-main .container > section + section {
  margin-top: var(--ukt-gap) !important;
}

.uk-tax-page-shell .uk-tax-hero {
  margin-top: clamp(8px, 2.4vw, 24px) !important;
}

/* ── BOX sections: width-constrained, centered ────────────────── */
.uk-tax-page-shell .uk-tax-matters,
.uk-tax-page-shell .uk-tax-services,
.uk-tax-page-shell .uk-tax-split,
.uk-tax-page-shell .uk-tax-pricing-risk,
.uk-tax-page-shell .uk-tax-testimonials {
  width: min(100% - 96px, 1080px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: var(--ukt-radius) !important;
}

/* Bare grid sections get an explicit dark panel */
.uk-tax-page-shell .uk-tax-services,
.uk-tax-page-shell .uk-tax-testimonials {
  padding: var(--ukt-pad-y) var(--ukt-pad-x) !important;
  border: 1px solid rgba(0, 160, 255, .18);
  background:
    radial-gradient(ellipse at 12% 18%, rgba(0, 155, 255, .13), transparent 20rem),
    radial-gradient(ellipse at 86% 80%, rgba(0, 100, 255, .1), transparent 18rem),
    linear-gradient(145deg, rgba(3, 15, 46, .82), rgba(2, 8, 28, .78));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 26px 72px rgba(0, 0, 0, .26);
}

/* matters glass-card box: constrain + padding */
.uk-tax-page-shell .uk-tax-matters {
  padding: var(--ukt-pad-y) var(--ukt-pad-x) !important;
}

/* ── FULL-WIDTH: choice (vivid mid-page accent) ───────────────── */
.uk-tax-page-shell .uk-tax-choice {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: var(--ukt-radius) !important;
  outline: 1px solid rgba(255,255,255,.1);
  outline-offset: 10px;
  border: 1px solid rgba(0, 185, 255, .46) !important;
  background:
    radial-gradient(circle at 14% 50%, rgba(0, 200, 255, .5), transparent 9rem),
    radial-gradient(circle at 82% 30%, rgba(0, 140, 255, .26), transparent 18rem),
    linear-gradient(110deg, #04246a 0%, #03103f 52%, #020a2e 100%) !important;
  box-shadow:
    0 24px 66px rgba(0, 0, 0, .38),
    0 0 44px rgba(0, 160, 255, .22),
    inset 0 1px 0 rgba(255,255,255,.14) !important;
  padding: var(--ukt-pad-y) var(--ukt-pad-x) !important;
}

.uk-tax-page-shell .uk-tax-choice::after {
  content: "";
  position: absolute;
  inset: -28% -8%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 20% 52%, rgba(255,255,255,.16), transparent 15rem),
    repeating-linear-gradient(114deg, rgba(255,255,255,.08) 0 1px, transparent 1px 24px);
  opacity: .34;
  border-radius: inherit;
  z-index: -1;
}

.uk-tax-page-shell .uk-tax-choice > * {
  position: relative;
  z-index: 1;
}

/* ── FULL-WIDTH: final grid (FAQ + CTA) dark accent ───────────── */
.uk-tax-page-shell .uk-tax-final-grid {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: var(--ukt-radius) !important;
  outline: 1px solid rgba(255,255,255,.08);
  outline-offset: 10px;
  border: 1px solid rgba(0, 150, 255, .32) !important;
  background:
    radial-gradient(circle at 10% 50%, rgba(0, 190, 255, .14), transparent 18rem),
    radial-gradient(circle at 88% 28%, rgba(0, 140, 255, .1), transparent 22rem),
    linear-gradient(145deg, rgba(4, 18, 52, .96), rgba(2, 8, 28, .98)) !important;
  box-shadow:
    0 28px 78px rgba(0, 0, 0, .34),
    0 0 44px rgba(0, 160, 255, .15),
    inset 0 1px 0 rgba(255,255,255,.07) !important;
  padding: var(--ukt-pad-y) var(--ukt-pad-x) !important;
}

.uk-tax-page-shell .uk-tax-final-grid::after {
  content: "";
  position: absolute;
  inset: -26% -8%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 22% 50%, rgba(0, 190, 255, .1), transparent 15rem),
    repeating-linear-gradient(112deg, rgba(255,255,255,.06) 0 1px, transparent 1px 24px);
  opacity: .38;
  border-radius: inherit;
  z-index: -1;
}

.uk-tax-page-shell .uk-tax-final-grid > * {
  position: relative;
  z-index: 1;
}

/* ── TEXT SIZE polish ─────────────────────────────────────────── */
.uk-tax-page-shell .uk-tax-matters h2,
.uk-tax-page-shell .uk-tax-services h2,
.uk-tax-page-shell .uk-tax-choice h2,
.uk-tax-page-shell .uk-tax-risk h2,
.uk-tax-page-shell .uk-tax-testimonials h2,
.uk-tax-page-shell .uk-tax-needed h2,
.uk-tax-page-shell .uk-tax-process h2 {
  font-size: clamp(20px, 2.6vw, 27px) !important;
}

.uk-tax-page-shell .uk-tax-matters h3,
.uk-tax-page-shell .uk-tax-service-grid h3,
.uk-tax-page-shell .uk-tax-choice h3,
.uk-tax-page-shell .uk-tax-process h3 {
  font-size: 14px !important;
}

.uk-tax-page-shell .uk-tax-matters p,
.uk-tax-page-shell .uk-tax-service-grid p,
.uk-tax-page-shell .uk-tax-choice p,
.uk-tax-page-shell .uk-tax-process p {
  font-size: 12px !important;
  line-height: 1.55;
}

.uk-tax-page-shell .uk-tax-needed .ra-check-list {
  font-size: 13px !important;
}

.uk-tax-page-shell .tax-faq summary {
  font-size: 13px !important;
}

.uk-tax-page-shell .tax-faq p {
  font-size: 12px !important;
}

/* ── HOVER EFFECTS ────────────────────────────────────────────── */
.uk-tax-page-shell .uk-tax-service-grid article,
.uk-tax-page-shell .uk-tax-choice article,
.uk-tax-page-shell .uk-tax-matters article {
  transition: transform 0.28s cubic-bezier(.2,.8,.2,1), box-shadow 0.28s ease;
}

.uk-tax-page-shell .uk-tax-service-grid article:hover {
  transform: translateY(-5px);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, .34),
    0 0 26px rgba(0, 180, 255, .2),
    inset 0 1px 0 rgba(255,255,255,.1);
}

.uk-tax-page-shell .ra-testimonial-grid article {
  transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.uk-tax-page-shell .ra-testimonial-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .3), 0 0 22px rgba(0, 160, 255, .14);
}

.uk-tax-page-shell .tax-faq summary {
  transition: color 0.2s ease;
}

.uk-tax-page-shell .tax-faq details[open] summary {
  color: var(--cyan);
}

.uk-tax-page-shell .uk-tax-needed img {
  transition: transform 0.4s ease;
}

.uk-tax-page-shell .uk-tax-needed:hover img {
  transform: scale(1.03);
}

/* ── HERO: mobile = image behind text (homepage pattern) ──────── */
@media (max-width: 980px) {
  .uk-tax-page-shell .uk-tax-hero {
    position: relative;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    min-height: clamp(520px, 88vw, 640px);
    padding: 36px 0 28px !important;
    align-items: start !important;
    overflow: hidden;
  }

  /* Hero art: absolute behind everything, faded + masked */
  .uk-tax-page-shell .uk-tax-hero-art {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    min-height: 0 !important;
    pointer-events: none;
    opacity: .4;
    mask-image:
      radial-gradient(ellipse at 78% 48%, #000 0%, rgba(0,0,0,.7) 42%, rgba(0,0,0,.34) 60%, transparent 86%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 14%, #000 44%, rgba(0,0,0,.72) 84%, transparent 100%);
    -webkit-mask-image:
      radial-gradient(ellipse at 78% 48%, #000 0%, rgba(0,0,0,.7) 42%, rgba(0,0,0,.34) 60%, transparent 86%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 14%, #000 44%, rgba(0,0,0,.72) 84%, transparent 100%);
    mask-composite: intersect;
    -webkit-mask-composite: source-in;
  }

  /* Hide the decorative bar-chart glyph behind text */
  .uk-tax-page-shell .uk-tax-hero-art::before {
    display: none !important;
  }

  .uk-tax-page-shell .uk-tax-hero-art img {
    position: absolute !important;
    inset: 0 0 0 auto !important;
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain;
    object-position: right center;
    filter: none !important;
  }

  /* Dark overlay for copy legibility */
  .uk-tax-page-shell .uk-tax-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(1,7,22,.96) 0%, rgba(1,7,22,.9) 40%, rgba(1,7,22,.5) 66%, rgba(1,7,22,.08) 100%),
      linear-gradient(180deg, rgba(1,7,22,.84) 0%, rgba(1,7,22,.42) 44%, rgba(1,7,22,.12) 70%, rgba(1,7,22,.84) 100%);
  }

  .uk-tax-page-shell .uk-tax-copy {
    position: relative;
    z-index: 2;
  }

  /* Box sections: narrower on tablet */
  .uk-tax-page-shell .uk-tax-matters,
  .uk-tax-page-shell .uk-tax-services,
  .uk-tax-page-shell .uk-tax-split,
  .uk-tax-page-shell .uk-tax-pricing-risk,
  .uk-tax-page-shell .uk-tax-testimonials {
    width: min(100% - 36px, 720px) !important;
  }

  /* Split & pricing-risk single column */
  .uk-tax-page-shell .uk-tax-split,
  .uk-tax-page-shell .uk-tax-pricing-risk {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  /* Final grid single column */
  .uk-tax-page-shell .uk-tax-final-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  /* Needed card: text first, image below */
  .uk-tax-page-shell .uk-tax-needed {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 18px;
  }

  .uk-tax-page-shell .uk-tax-needed img {
    max-width: 360px;
    margin: 0 auto;
  }
}

@media (max-width: 620px) {
  .uk-tax-page-shell .uk-tax-hero {
    min-height: 600px;
    padding: 28px 0 22px !important;
  }

  .uk-tax-page-shell .uk-tax-hero::after {
    background:
      linear-gradient(90deg, rgba(1,7,22,.98) 0%, rgba(1,7,22,.93) 44%, rgba(1,7,22,.52) 72%, rgba(1,7,22,.1) 100%),
      linear-gradient(180deg, rgba(1,7,22,.9) 0%, rgba(1,7,22,.4) 46%, rgba(1,7,22,.12) 70%, #020716 100%);
  }

  .uk-tax-page-shell .uk-tax-matters,
  .uk-tax-page-shell .uk-tax-services,
  .uk-tax-page-shell .uk-tax-split,
  .uk-tax-page-shell .uk-tax-pricing-risk,
  .uk-tax-page-shell .uk-tax-testimonials {
    width: 100% !important;
    border-radius: 14px !important;
  }

  .uk-tax-page-shell .uk-tax-choice,
  .uk-tax-page-shell .uk-tax-final-grid {
    border-radius: 14px !important;
  }
}

/* ================================================================
   UK COMPANY DISSOLUTION — homepage-style section layout,
   hero-behind-text mobile, hover/scroll animations, responsive.
   Scoped to .uk-close-page-shell (shared classes w/ UK address page)
   ================================================================ */

.uk-close-page-shell {
  --ukc-gap: clamp(48px, 7vw, 72px);
  --ukc-pad-y: clamp(34px, 5vw, 54px);
  --ukc-pad-x: clamp(22px, 3.2vw, 38px);
  --ukc-radius: 20px;
}

.uk-close-page-shell .uk-service-main {
  padding-bottom: clamp(56px, 7vw, 88px);
}

/* Section gap rhythm */
.uk-close-page-shell .uk-service-main .container > section {
  position: relative;
  isolation: isolate;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.uk-close-page-shell .uk-service-main .container > section + section {
  margin-top: var(--ukc-gap) !important;
}

/* Keep the "What's Included" title attached to its grid */
.uk-close-page-shell .uk-section-title + .uk-compact-grid {
  margin-top: clamp(18px, 2.4vw, 26px) !important;
}

.uk-close-page-shell .uk-service-hero {
  margin-top: clamp(8px, 2.4vw, 24px) !important;
}

/* ── BOX sections (constrained, centered) ─────────────────────── */
.uk-close-page-shell .uk-info-panel,
.uk-close-page-shell .uk-two-col,
.uk-close-page-shell .uk-three-col,
.uk-close-page-shell .uk-testimonial-section {
  width: min(100% - 96px, 1080px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: var(--ukc-radius) !important;
}

/* Bare testimonial section gets a dark panel */
.uk-close-page-shell .uk-testimonial-section {
  padding: var(--ukc-pad-y) var(--ukc-pad-x) !important;
  border: 1px solid rgba(0, 160, 255, .18);
  background:
    radial-gradient(ellipse at 50% 100%, rgba(0, 120, 255, .1), transparent 20rem),
    linear-gradient(145deg, rgba(3, 15, 46, .82), rgba(2, 8, 28, .78));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 26px 72px rgba(0, 0, 0, .26);
}

/* info-panel glass box: padding refresh */
.uk-close-page-shell .uk-info-panel {
  padding: var(--ukc-pad-y) var(--ukc-pad-x) !important;
}

/* two-col / three-col stay transparent grids, just constrained */
.uk-close-page-shell .uk-two-col,
.uk-close-page-shell .uk-three-col {
  background: none;
  border: none;
  box-shadow: none;
}

/* ── FULL-WIDTH VIVID: "What's Included" feature band ─────────── */
.uk-close-page-shell .uk-compact-grid.six {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: var(--ukc-radius) !important;
  outline: 1px solid rgba(255,255,255,.1);
  outline-offset: 10px;
  border: 1px solid rgba(0, 185, 255, .46) !important;
  background:
    radial-gradient(circle at 14% 50%, rgba(0, 200, 255, .5), transparent 9rem),
    radial-gradient(circle at 82% 30%, rgba(0, 140, 255, .26), transparent 18rem),
    linear-gradient(110deg, #04246a 0%, #03103f 52%, #020a2e 100%) !important;
  box-shadow:
    0 24px 66px rgba(0, 0, 0, .38),
    0 0 44px rgba(0, 160, 255, .22),
    inset 0 1px 0 rgba(255,255,255,.14) !important;
  padding: var(--ukc-pad-y) var(--ukc-pad-x) !important;
  grid-template-columns: repeat(6, 1fr) !important;
}

.uk-close-page-shell .uk-compact-grid.six::after {
  content: "";
  position: absolute;
  inset: -28% -8%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 20% 52%, rgba(255,255,255,.14), transparent 15rem),
    repeating-linear-gradient(114deg, rgba(255,255,255,.07) 0 1px, transparent 1px 24px);
  opacity: .32;
  border-radius: inherit;
  z-index: -1;
}

.uk-close-page-shell .uk-compact-grid.six > article {
  position: relative;
  z-index: 1;
}

/* ── FULL-WIDTH DARK: bottom grid (FAQ + CTA) ─────────────────── */
.uk-close-page-shell .uk-bottom-grid {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: var(--ukc-radius) !important;
  outline: 1px solid rgba(255,255,255,.08);
  outline-offset: 10px;
  border: 1px solid rgba(0, 150, 255, .32) !important;
  background:
    radial-gradient(circle at 10% 50%, rgba(0, 190, 255, .14), transparent 18rem),
    radial-gradient(circle at 88% 28%, rgba(0, 140, 255, .1), transparent 22rem),
    linear-gradient(145deg, rgba(4, 18, 52, .96), rgba(2, 8, 28, .98)) !important;
  box-shadow:
    0 28px 78px rgba(0, 0, 0, .34),
    0 0 44px rgba(0, 160, 255, .15),
    inset 0 1px 0 rgba(255,255,255,.07) !important;
  padding: var(--ukc-pad-y) var(--ukc-pad-x) !important;
}

.uk-close-page-shell .uk-bottom-grid::after {
  content: "";
  position: absolute;
  inset: -26% -8%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 22% 50%, rgba(0, 190, 255, .1), transparent 15rem),
    repeating-linear-gradient(112deg, rgba(255,255,255,.06) 0 1px, transparent 1px 24px);
  opacity: .38;
  border-radius: inherit;
  z-index: -1;
}

.uk-close-page-shell .uk-bottom-grid > * {
  position: relative;
  z-index: 1;
}

/* ── TEXT SIZE polish ─────────────────────────────────────────── */
.uk-close-page-shell .uk-info-panel h2,
.uk-close-page-shell .uk-section-title h2,
.uk-close-page-shell .uk-list-card h2,
.uk-close-page-shell .uk-process-card h2,
.uk-close-page-shell .uk-why-small h2,
.uk-close-page-shell .uk-risk-card h2,
.uk-close-page-shell .uk-testimonial-section h2 {
  font-size: clamp(20px, 2.6vw, 27px) !important;
}

.uk-close-page-shell .uk-compact-grid p,
.uk-close-page-shell .uk-why-small p,
.uk-close-page-shell .uk-reason-grid p,
.uk-close-page-shell .uk-process-mini p {
  font-size: 12px !important;
  line-height: 1.55;
}

.uk-close-page-shell .uk-compact-grid h3 {
  font-size: 15px !important;
}

.uk-close-page-shell .boi-faq summary {
  font-size: 13px !important;
}

.uk-close-page-shell .boi-faq p {
  font-size: 12px !important;
}

/* ── HOVER EFFECTS ────────────────────────────────────────────── */
.uk-close-page-shell .uk-compact-grid article,
.uk-close-page-shell .uk-reason-grid article {
  transition: transform 0.28s cubic-bezier(.2,.8,.2,1), box-shadow 0.28s ease;
}

.uk-close-page-shell .uk-compact-grid article:hover {
  transform: translateY(-5px);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, .34),
    0 0 26px rgba(0, 200, 255, .24),
    inset 0 1px 0 rgba(255,255,255,.1);
}

.uk-close-page-shell .quote-card {
  transition: transform 0.26s ease, box-shadow 0.26s ease;
}

.uk-close-page-shell .quote-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, .3), 0 0 22px rgba(0, 160, 255, .14);
}

.uk-close-page-shell .boi-faq summary {
  transition: color 0.2s ease;
}

.uk-close-page-shell .boi-faq details[open] summary {
  color: var(--cyan);
}

.uk-close-page-shell .uk-info-image img {
  transition: transform 0.4s ease;
}

.uk-close-page-shell .uk-info-panel:hover .uk-info-image img {
  transform: scale(1.03);
}

/* ── HERO: mobile = image behind text (homepage pattern) ──────── */
@media (max-width: 980px) {
  .uk-close-page-shell .uk-service-hero {
    position: relative;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    min-height: clamp(520px, 88vw, 640px);
    padding: 36px 0 28px !important;
    align-items: start !important;
    overflow: hidden;
  }

  .uk-close-page-shell .uk-hero-image {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    min-height: 0 !important;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    pointer-events: none;
    opacity: .4;
    mask-image:
      radial-gradient(ellipse at 78% 48%, #000 0%, rgba(0,0,0,.7) 42%, rgba(0,0,0,.34) 60%, transparent 86%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 14%, #000 44%, rgba(0,0,0,.72) 84%, transparent 100%);
    -webkit-mask-image:
      radial-gradient(ellipse at 78% 48%, #000 0%, rgba(0,0,0,.7) 42%, rgba(0,0,0,.34) 60%, transparent 86%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 14%, #000 44%, rgba(0,0,0,.72) 84%, transparent 100%);
    mask-composite: intersect;
    -webkit-mask-composite: source-in;
  }

  .uk-close-page-shell .uk-hero-image img {
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain;
    object-position: right center;
    filter: none !important;
  }

  /* Dark overlay for copy legibility */
  .uk-close-page-shell .uk-service-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(1,7,22,.96) 0%, rgba(1,7,22,.9) 40%, rgba(1,7,22,.5) 66%, rgba(1,7,22,.08) 100%),
      linear-gradient(180deg, rgba(1,7,22,.84) 0%, rgba(1,7,22,.42) 44%, rgba(1,7,22,.12) 70%, rgba(1,7,22,.84) 100%);
  }

  .uk-close-page-shell .uk-service-copy {
    position: relative;
    z-index: 2;
  }

  /* Box sections narrower on tablet */
  .uk-close-page-shell .uk-info-panel,
  .uk-close-page-shell .uk-two-col,
  .uk-close-page-shell .uk-three-col,
  .uk-close-page-shell .uk-testimonial-section {
    width: min(100% - 36px, 720px) !important;
  }

  /* Stacks */
  .uk-close-page-shell .uk-two-col,
  .uk-close-page-shell .uk-three-col,
  .uk-close-page-shell .uk-bottom-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  /* Feature band: 3 columns on tablet */
  .uk-close-page-shell .uk-compact-grid.six {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  /* info-panel: image above, text below */
  .uk-close-page-shell .uk-info-panel {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .uk-close-page-shell .uk-info-image {
    order: 2;
  }

  .uk-close-page-shell .uk-info-panel > div:not(.uk-info-image) {
    order: 1;
  }
}

@media (max-width: 620px) {
  .uk-close-page-shell .uk-service-hero {
    min-height: 600px;
    padding: 28px 0 22px !important;
  }

  .uk-close-page-shell .uk-service-hero::after {
    background:
      linear-gradient(90deg, rgba(1,7,22,.98) 0%, rgba(1,7,22,.93) 44%, rgba(1,7,22,.52) 72%, rgba(1,7,22,.1) 100%),
      linear-gradient(180deg, rgba(1,7,22,.9) 0%, rgba(1,7,22,.4) 46%, rgba(1,7,22,.12) 70%, #020716 100%);
  }

  .uk-close-page-shell .uk-info-panel,
  .uk-close-page-shell .uk-two-col,
  .uk-close-page-shell .uk-three-col,
  .uk-close-page-shell .uk-testimonial-section {
    width: 100% !important;
    border-radius: 14px !important;
  }

  .uk-close-page-shell .uk-compact-grid.six,
  .uk-close-page-shell .uk-bottom-grid {
    border-radius: 14px !important;
  }

  /* Feature band: 2 columns on phone */
  .uk-close-page-shell .uk-compact-grid.six {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .uk-close-page-shell .uk-compact-grid article {
    min-height: 0 !important;
    padding: 18px 12px !important;
  }
}

/* ================================================================
   UK REGISTERED OFFICE ADDRESS — real images, homepage-style
   section layout, hero-behind-text mobile, animations.
   Scoped to .uk-address-page-shell (shared classes w/ UK pages)
   ================================================================ */

.uk-address-page-shell {
  --uka-gap: clamp(48px, 7vw, 72px);
  --uka-pad-y: clamp(34px, 5vw, 54px);
  --uka-pad-x: clamp(22px, 3.2vw, 38px);
  --uka-radius: 20px;
}

.uk-address-page-shell .uk-service-main {
  padding-bottom: clamp(56px, 7vw, 88px);
}

/* Section gap rhythm */
.uk-address-page-shell .uk-service-main .container > section {
  position: relative;
  isolation: isolate;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.uk-address-page-shell .uk-service-main .container > section + section {
  margin-top: var(--uka-gap) !important;
}

.uk-address-page-shell .uk-section-title + .uk-compact-grid {
  margin-top: clamp(18px, 2.4vw, 26px) !important;
}

.uk-address-page-shell .uk-service-hero {
  margin-top: clamp(8px, 2.4vw, 24px) !important;
}

/* ── REAL IMAGES — display cleanly ────────────────────────────── */
.uk-address-page-shell .uk-address-visual {
  position: relative;
  min-height: 405px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.uk-address-page-shell .uk-address-visual img {
  display: block;
  width: 106%;
  max-width: none;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 46px rgba(0, 0, 0, .34));
}

.uk-address-page-shell .uk-info-image {
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uk-address-page-shell .uk-info-image img {
  width: 100%;
  max-width: 360px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 34px rgba(0, 89, 255, .22));
  transition: transform 0.4s ease;
}

.uk-address-page-shell .address-included-visual,
.uk-address-page-shell .address-cta-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.uk-address-page-shell .address-included-visual img {
  display: block;
  width: 100%;
  max-width: 440px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 36px rgba(0, 90, 200, .26));
}

.uk-address-page-shell .address-cta-visual img {
  display: block;
  width: 100%;
  max-width: 230px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 30px rgba(0, 90, 200, .3));
}

/* ── BOX sections (constrained, centered) ─────────────────────── */
.uk-address-page-shell .uk-info-panel,
.uk-address-page-shell .address-included,
.uk-address-page-shell .address-steps,
.uk-address-page-shell .uk-three-col {
  width: min(100% - 96px, 1080px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: var(--uka-radius) !important;
}

.uk-address-page-shell .uk-info-panel,
.uk-address-page-shell .address-included,
.uk-address-page-shell .address-steps {
  padding: var(--uka-pad-y) var(--uka-pad-x) !important;
}

/* three-col stays a transparent grid of glass cards */
.uk-address-page-shell .uk-three-col {
  background: none;
  border: none;
  box-shadow: none;
}

/* ── FULL-WIDTH VIVID: "Why You Need" feature band ────────────── */
.uk-address-page-shell .uk-compact-grid.six {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: var(--uka-radius) !important;
  outline: 1px solid rgba(255,255,255,.1);
  outline-offset: 10px;
  border: 1px solid rgba(0, 185, 255, .46) !important;
  background:
    radial-gradient(circle at 14% 50%, rgba(0, 200, 255, .5), transparent 9rem),
    radial-gradient(circle at 82% 30%, rgba(0, 140, 255, .26), transparent 18rem),
    linear-gradient(110deg, #04246a 0%, #03103f 52%, #020a2e 100%) !important;
  box-shadow:
    0 24px 66px rgba(0, 0, 0, .38),
    0 0 44px rgba(0, 160, 255, .22),
    inset 0 1px 0 rgba(255,255,255,.14) !important;
  padding: var(--uka-pad-y) var(--uka-pad-x) !important;
  grid-template-columns: repeat(6, 1fr) !important;
}

.uk-address-page-shell .uk-compact-grid.six::after {
  content: "";
  position: absolute;
  inset: -28% -8%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 20% 52%, rgba(255,255,255,.14), transparent 15rem),
    repeating-linear-gradient(114deg, rgba(255,255,255,.07) 0 1px, transparent 1px 24px);
  opacity: .32;
  border-radius: inherit;
  z-index: -1;
}

.uk-address-page-shell .uk-compact-grid.six > article {
  position: relative;
  z-index: 1;
}

/* ── FULL-WIDTH DARK: bottom grid (FAQ + CTA) ─────────────────── */
.uk-address-page-shell .uk-bottom-grid {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: var(--uka-radius) !important;
  outline: 1px solid rgba(255,255,255,.08);
  outline-offset: 10px;
  border: 1px solid rgba(0, 150, 255, .32) !important;
  background:
    radial-gradient(circle at 10% 50%, rgba(0, 190, 255, .14), transparent 18rem),
    radial-gradient(circle at 88% 28%, rgba(0, 140, 255, .1), transparent 22rem),
    linear-gradient(145deg, rgba(4, 18, 52, .96), rgba(2, 8, 28, .98)) !important;
  box-shadow:
    0 28px 78px rgba(0, 0, 0, .34),
    0 0 44px rgba(0, 160, 255, .15),
    inset 0 1px 0 rgba(255,255,255,.07) !important;
  padding: var(--uka-pad-y) var(--uka-pad-x) !important;
}

.uk-address-page-shell .uk-bottom-grid::after {
  content: "";
  position: absolute;
  inset: -26% -8%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 22% 50%, rgba(0, 190, 255, .1), transparent 15rem),
    repeating-linear-gradient(112deg, rgba(255,255,255,.06) 0 1px, transparent 1px 24px);
  opacity: .38;
  border-radius: inherit;
  z-index: -1;
}

.uk-address-page-shell .uk-bottom-grid > * {
  position: relative;
  z-index: 1;
}

/* ── TEXT SIZE polish ─────────────────────────────────────────── */
.uk-address-page-shell .uk-info-panel h2,
.uk-address-page-shell .uk-section-title h2,
.uk-address-page-shell .address-included h2,
.uk-address-page-shell .address-steps h2,
.uk-address-page-shell .uk-why-small h2,
.uk-address-page-shell .uk-price-card h2,
.uk-address-page-shell .address-client-list h2 {
  font-size: clamp(20px, 2.6vw, 27px) !important;
}

.uk-address-page-shell .uk-compact-grid p,
.uk-address-page-shell .uk-why-small p,
.uk-address-page-shell .address-benefit-row p {
  font-size: 12px !important;
  line-height: 1.55;
}

.uk-address-page-shell .uk-compact-grid h3 {
  font-size: 15px !important;
}

.uk-address-page-shell .boi-faq summary {
  font-size: 13px !important;
}

.uk-address-page-shell .boi-faq p {
  font-size: 12px !important;
}

/* ── HOVER EFFECTS ────────────────────────────────────────────── */
.uk-address-page-shell .uk-compact-grid article,
.uk-address-page-shell .address-benefit-row article {
  transition: transform 0.28s cubic-bezier(.2,.8,.2,1), box-shadow 0.28s ease;
}

.uk-address-page-shell .uk-compact-grid article:hover {
  transform: translateY(-5px);
  box-shadow:
    0 22px 54px rgba(0, 0, 0, .34),
    0 0 26px rgba(0, 200, 255, .24),
    inset 0 1px 0 rgba(255,255,255,.1);
}

.uk-address-page-shell .uk-info-panel:hover .uk-info-image img {
  transform: scale(1.03);
}

.uk-address-page-shell .boi-faq summary {
  transition: color 0.2s ease;
}

.uk-address-page-shell .boi-faq details[open] summary {
  color: var(--cyan);
}

/* ── HERO: mobile = image behind text (homepage pattern) ──────── */
@media (max-width: 980px) {
  .uk-address-page-shell .uk-service-hero {
    position: relative;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    min-height: clamp(520px, 88vw, 640px);
    padding: 36px 0 28px !important;
    align-items: start !important;
    overflow: hidden;
  }

  .uk-address-page-shell .uk-address-visual {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    min-height: 0 !important;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    pointer-events: none;
    opacity: .4;
    mask-image:
      radial-gradient(ellipse at 78% 48%, #000 0%, rgba(0,0,0,.7) 42%, rgba(0,0,0,.34) 60%, transparent 86%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 14%, #000 44%, rgba(0,0,0,.72) 84%, transparent 100%);
    -webkit-mask-image:
      radial-gradient(ellipse at 78% 48%, #000 0%, rgba(0,0,0,.7) 42%, rgba(0,0,0,.34) 60%, transparent 86%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 14%, #000 44%, rgba(0,0,0,.72) 84%, transparent 100%);
    mask-composite: intersect;
    -webkit-mask-composite: source-in;
  }

  .uk-address-page-shell .uk-address-visual img {
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: contain;
    object-position: right center;
    filter: none !important;
  }

  .uk-address-page-shell .uk-service-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(1,7,22,.96) 0%, rgba(1,7,22,.9) 40%, rgba(1,7,22,.5) 66%, rgba(1,7,22,.08) 100%),
      linear-gradient(180deg, rgba(1,7,22,.84) 0%, rgba(1,7,22,.42) 44%, rgba(1,7,22,.12) 70%, rgba(1,7,22,.84) 100%);
  }

  .uk-address-page-shell .uk-service-copy {
    position: relative;
    z-index: 2;
  }

  /* Box sections narrower on tablet */
  .uk-address-page-shell .uk-info-panel,
  .uk-address-page-shell .address-included,
  .uk-address-page-shell .address-steps,
  .uk-address-page-shell .uk-three-col {
    width: min(100% - 36px, 720px) !important;
  }

  /* Stacks */
  .uk-address-page-shell .uk-three-col,
  .uk-address-page-shell .uk-bottom-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  /* Feature band: 3 columns on tablet */
  .uk-address-page-shell .uk-compact-grid.six {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  /* info-panel: image above text */
  .uk-address-page-shell .uk-info-panel {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .uk-address-page-shell .uk-info-image {
    order: 2;
  }

  .uk-address-page-shell .uk-info-panel > div:not(.uk-info-image) {
    order: 1;
  }

  /* included: text above image */
  .uk-address-page-shell .address-included {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .uk-address-page-shell .address-included-visual img {
    max-width: 380px;
    margin: 0 auto;
  }

  /* final-cta: stack image below */
  .uk-address-page-shell .address-final-cta {
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .uk-address-page-shell .address-cta-visual img {
    max-width: 200px;
    margin: 0 auto;
  }
}

@media (max-width: 620px) {
  .uk-address-page-shell .uk-service-hero {
    min-height: 600px;
    padding: 28px 0 22px !important;
  }

  /* override leftover tall mockup height */
  .uk-address-page-shell .uk-address-visual {
    min-height: 0 !important;
  }

  .uk-address-page-shell .uk-service-hero::after {
    background:
      linear-gradient(90deg, rgba(1,7,22,.98) 0%, rgba(1,7,22,.93) 44%, rgba(1,7,22,.52) 72%, rgba(1,7,22,.1) 100%),
      linear-gradient(180deg, rgba(1,7,22,.9) 0%, rgba(1,7,22,.4) 46%, rgba(1,7,22,.12) 70%, #020716 100%);
  }

  .uk-address-page-shell .uk-info-panel,
  .uk-address-page-shell .address-included,
  .uk-address-page-shell .address-steps,
  .uk-address-page-shell .uk-three-col {
    width: 100% !important;
    border-radius: 14px !important;
  }

  .uk-address-page-shell .uk-compact-grid.six,
  .uk-address-page-shell .uk-bottom-grid {
    border-radius: 14px !important;
  }

  /* Feature band: 2 columns on phone */
  .uk-address-page-shell .uk-compact-grid.six {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .uk-address-page-shell .uk-compact-grid article {
    min-height: 0 !important;
    padding: 18px 12px !important;
  }
}

/* ================================================================
   UK LTD COMPANY — homepage-style section layout, hero-behind-text
   mobile, hover/scroll animations, responsive (scoped .uk-page-shell)
   ================================================================ */

.uk-page-shell {
  --ukl-gap: clamp(48px, 7vw, 72px);
  --ukl-pad-y: clamp(34px, 5vw, 54px);
  --ukl-pad-x: clamp(22px, 3.2vw, 38px);
  --ukl-radius: 20px;
}

.uk-page-shell main {
  padding-bottom: clamp(56px, 7vw, 88px);
}

/* Section gap rhythm */
.uk-page-shell .container > section {
  position: relative;
  isolation: isolate;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.uk-page-shell .container > section + section {
  margin-top: var(--ukl-gap) !important;
}

/* Heading + grid live in one box; spacing handled by heading margin-bottom */
.uk-page-shell .uk-section-heading + .uk-services-grid {
  margin-top: 0 !important;
}

.uk-page-shell .uk-hero {
  margin-top: clamp(8px, 2.4vw, 24px) !important;
}

/* ── BOX: services grid (subtle dark panel, 3×3) ──────────────── */
.uk-page-shell .uk-services-grid {
  width: min(100% - 96px, 1080px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: var(--ukl-pad-y) var(--ukl-pad-x) !important;
  border-radius: var(--ukl-radius) !important;
  border: 1px solid rgba(90, 90, 230, .2);
  background:
    radial-gradient(ellipse at 12% 16%, rgba(70, 90, 255, .14), transparent 20rem),
    radial-gradient(ellipse at 88% 82%, rgba(120, 60, 255, .12), transparent 18rem),
    linear-gradient(145deg, rgba(8, 12, 46, .82), rgba(4, 6, 28, .78));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 26px 72px rgba(0, 0, 0, .26);
}

/* ── BOX: why (glass card, constrained) ───────────────────────── */
.uk-page-shell .uk-why {
  width: min(100% - 96px, 1080px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: var(--ukl-radius) !important;
  padding: var(--ukl-pad-y) var(--ukl-pad-x) !important;
}

/* ── FULL-WIDTH VIVID: process (blue→violet accent) ───────────── */
.uk-page-shell .uk-process {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: var(--ukl-radius) !important;
  outline: 1px solid rgba(255,255,255,.1);
  outline-offset: 10px;
  border: 1px solid rgba(120, 90, 255, .5) !important;
  background:
    radial-gradient(circle at 14% 50%, rgba(110, 110, 255, .5), transparent 9rem),
    radial-gradient(circle at 82% 30%, rgba(150, 70, 255, .26), transparent 18rem),
    linear-gradient(110deg, #1a1a78 0%, #10103f 52%, #1a0838 100%) !important;
  box-shadow:
    0 24px 66px rgba(0, 0, 0, .38),
    0 0 44px rgba(120, 90, 255, .22),
    inset 0 1px 0 rgba(255,255,255,.14) !important;
  padding: var(--ukl-pad-y) var(--ukl-pad-x) !important;
}

.uk-page-shell .uk-process::after {
  content: "";
  position: absolute;
  inset: -28% -8%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 20% 52%, rgba(255,255,255,.14), transparent 15rem),
    repeating-linear-gradient(114deg, rgba(255,255,255,.07) 0 1px, transparent 1px 24px);
  opacity: .32;
  border-radius: inherit;
  z-index: -1;
}

.uk-page-shell .uk-process > * {
  position: relative;
  z-index: 1;
}

/* ── FULL-WIDTH: CTA (existing gradient, just radius/outline) ──── */
.uk-page-shell .uk-cta {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: var(--ukl-radius) !important;
  outline: 1px solid rgba(255,255,255,.1);
  outline-offset: 10px;
}

/* ── TEXT SIZE polish ─────────────────────────────────────────── */
.uk-page-shell .uk-section-heading h2,
.uk-page-shell .uk-process h2 {
  font-size: clamp(20px, 2.8vw, 29px) !important;
}

.uk-page-shell .uk-service-card p,
.uk-page-shell .uk-why p,
.uk-page-shell .uk-process-grid p {
  font-size: 12px !important;
  line-height: 1.55;
}

/* ── HOVER EFFECTS ────────────────────────────────────────────── */
.uk-page-shell .uk-why article {
  transition: transform 0.26s ease;
}

.uk-page-shell .uk-process-grid article {
  transition: transform 0.24s ease;
}

.uk-page-shell .uk-process-grid article:hover {
  transform: translateY(-4px);
}

/* ── HERO: mobile = image behind text (homepage pattern) ──────── */
@media (max-width: 980px) {
  .uk-page-shell .uk-hero {
    position: relative;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    min-height: clamp(520px, 88vw, 640px);
    padding: 36px 0 28px !important;
    align-items: start !important;
    overflow: hidden;
  }

  .uk-page-shell .uk-visual {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    min-height: 0 !important;
    overflow: hidden;
    pointer-events: none;
    opacity: .4;
    mask-image:
      radial-gradient(ellipse at 78% 48%, #000 0%, rgba(0,0,0,.7) 42%, rgba(0,0,0,.34) 60%, transparent 86%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 14%, #000 44%, rgba(0,0,0,.72) 84%, transparent 100%);
    -webkit-mask-image:
      radial-gradient(ellipse at 78% 48%, #000 0%, rgba(0,0,0,.7) 42%, rgba(0,0,0,.34) 60%, transparent 86%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 14%, #000 44%, rgba(0,0,0,.72) 84%, transparent 100%);
    mask-composite: intersect;
    -webkit-mask-composite: source-in;
  }

  .uk-page-shell .uk-visual img {
    position: absolute !important;
    inset: 0 0 0 auto !important;
    width: auto !important;
    height: 100% !important;
    object-fit: cover;
    object-position: right center;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    filter: none !important;
  }

  .uk-page-shell .uk-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(1,7,22,.96) 0%, rgba(1,7,22,.9) 40%, rgba(1,7,22,.5) 66%, rgba(1,7,22,.08) 100%),
      linear-gradient(180deg, rgba(1,7,22,.84) 0%, rgba(1,7,22,.42) 44%, rgba(1,7,22,.12) 70%, rgba(1,7,22,.84) 100%);
  }

  .uk-page-shell .accounting-hero-copy {
    position: relative;
    z-index: 2;
  }

  /* Box sections narrower on tablet */
  .uk-page-shell .uk-services-grid,
  .uk-page-shell .uk-why {
    width: min(100% - 36px, 720px) !important;
  }

  /* Services grid: 2 columns on tablet */
  .uk-page-shell .uk-services-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 620px) {
  .uk-page-shell .uk-hero {
    min-height: 600px;
    padding: 28px 0 22px !important;
  }

  .uk-page-shell .uk-visual {
    min-height: 0 !important;
  }

  .uk-page-shell .uk-hero::after {
    background:
      linear-gradient(90deg, rgba(1,7,22,.98) 0%, rgba(1,7,22,.93) 44%, rgba(1,7,22,.52) 72%, rgba(1,7,22,.1) 100%),
      linear-gradient(180deg, rgba(1,7,22,.9) 0%, rgba(1,7,22,.4) 46%, rgba(1,7,22,.12) 70%, #020716 100%);
  }

  .uk-page-shell .uk-services-grid,
  .uk-page-shell .uk-why {
    width: 100% !important;
    border-radius: 14px !important;
  }

  .uk-page-shell .uk-services-grid {
    grid-template-columns: 1fr !important;
  }

  .uk-page-shell .uk-process,
  .uk-page-shell .uk-cta {
    border-radius: 14px !important;
  }
}

/* ================================================================
   UK LTD — hero image icon, merged services section, uniform hover
   ================================================================ */

/* Hero "Expert Support" — real image icon inside the proof badge */
.uk-page-shell .proof-icon-img {
  overflow: hidden;
  padding: 0;
}

.uk-page-shell .proof-icon-img img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  border-radius: 6px;
}

/* ── Services heading + grid are ONE section (single box) ─────── */
.uk-page-shell .uk-services-section {
  position: relative;
  isolation: isolate;
  width: min(100% - 96px, 1080px) !important;
  margin: 0 auto !important;
  padding: var(--ukl-pad-y) var(--ukl-pad-x) !important;
  border-radius: var(--ukl-radius);
  border: 1px solid rgba(90, 90, 230, .2);
  background:
    radial-gradient(ellipse at 12% 14%, rgba(70, 90, 255, .14), transparent 20rem),
    radial-gradient(ellipse at 88% 84%, rgba(120, 60, 255, .12), transparent 18rem),
    linear-gradient(145deg, rgba(8, 12, 46, .82), rgba(4, 6, 28, .78));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 26px 72px rgba(0, 0, 0, .26);
}

/* Heading sits at the top of the box */
.uk-page-shell .uk-services-section .uk-section-heading {
  margin: 0 0 clamp(18px, 2.4vw, 28px) !important;
}

/* Inner grid: transparent, 3 columns (the box is the section) */
.uk-page-shell .uk-services-grid {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  outline: none !important;
  grid-template-columns: repeat(3, 1fr) !important;
}

/* ── Uniform hover on ALL 9 service cards (clean lift + glow) ─── */
.uk-page-shell .uk-service-card {
  cursor: default;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease, opacity .55s ease !important;
}

.uk-page-shell .uk-service-card.clickable-card {
  cursor: pointer;
}

.uk-page-shell .uk-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 190, 255, .5) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.1),
    0 24px 58px rgba(0, 0, 0, .34),
    0 0 30px rgba(0, 190, 255, .18) !important;
}

.uk-page-shell .uk-service-card:hover .round-icon {
  transform: scale(1.1);
}

/* ── Responsive: section width + grid columns ─────────────────── */
@media (max-width: 980px) {
  .uk-page-shell .uk-services-section {
    width: min(100% - 36px, 720px) !important;
  }
  .uk-page-shell .uk-services-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 620px) {
  .uk-page-shell .uk-services-section {
    width: 100% !important;
    border-radius: 14px !important;
  }
  .uk-page-shell .uk-services-grid {
    grid-template-columns: 1fr !important;
  }
}

/* UK TAX FILING — give the pricing/risk section a box panel background */
.uk-tax-page-shell .uk-tax-pricing-risk {
  padding: var(--ukt-pad-y) var(--ukt-pad-x) !important;
  border: 1px solid rgba(0, 160, 255, .18);
  background:
    radial-gradient(ellipse at 12% 18%, rgba(0, 155, 255, .13), transparent 20rem),
    radial-gradient(ellipse at 86% 80%, rgba(0, 100, 255, .1), transparent 18rem),
    linear-gradient(145deg, rgba(3, 15, 46, .82), rgba(2, 8, 28, .78));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 26px 72px rgba(0, 0, 0, .26);
}

/* ================================================================
   BOI FILING — increase small inner-content text for readability
   ================================================================ */
.boi-page .boi-mini-card h3 { font-size: 15px !important; }
.boi-page .boi-mini-card p  { font-size: 13px !important; line-height: 1.6; }

.boi-page .boi-process-grid h3 { font-size: 14px !important; }
.boi-page .boi-process-grid p  { font-size: 12px !important; line-height: 1.5; }

.boi-page .boi-benefits h3,
.boi-page .boi-why h3 { font-size: 14px !important; }

.boi-page .boi-benefits p,
.boi-page .boi-why p { font-size: 12px !important; line-height: 1.55; }

.boi-page .boi-package-list { font-size: 13px !important; }

.boi-page .boi-faq summary { font-size: 13px !important; }
.boi-page .boi-faq p { font-size: 12px !important; line-height: 1.6; }

.boi-page .boi-testimonial-grid p { font-size: 12px !important; line-height: 1.6; }

.boi-page .boi-overview .check-list,
.boi-page .boi-documents .check-list { font-size: 14px !important; line-height: 1.95; }

/* ================================================================
   US LLC — service card SVG icons (replace text badges)
   ================================================================ */
.us-llc-page .svc-ico {
  width: 56px;
  height: 56px;
  padding: 0;
  background: rgba(74, 158, 255, .1);
  border: 1px solid rgba(74, 158, 255, .32);
  box-shadow: 0 0 20px rgba(74, 158, 255, .18);
}

.us-llc-page .svc-ico img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
}

.us-llc-page .us-service-card:hover .svc-ico {
  border-color: rgba(74, 158, 255, .6);
  box-shadow: 0 0 26px rgba(74, 158, 255, .4);
}

/* ================================================================
   HERO FIXES — US LLC, BOI, Registered Agent
   Show the full designed hero image without awkward cropping/zoom
   ================================================================ */

/* US LLC + BOI: the 130% background zoom cropped the image top/bottom.
   Use full-height auto width so the whole composition is visible. */
.us-llc-page .us-hero::before {
  background-size: auto 102% !important;
  background-position: right center !important;
}

.boi-page .boi-hero::before {
  background-size: auto 102% !important;
  background-position: right center !important;
}

/* Registered Agent: make the hero image fill its column prominently */
.ra-page-shell .ra-hero-visual {
  min-height: 360px;
  justify-content: flex-end;
}

.ra-page-shell .ra-hero-visual img {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 40px rgba(0, 0, 0, .3));
}

/* ================================================================
   BOI HERO — clean real image (desktop right, mobile behind text)
   Replaces the cropped background-image approach
   ================================================================ */

/* Desktop: gradient-only ::before, real image shown on the right */
.boi-page .boi-hero::before {
  background:
    linear-gradient(90deg, rgba(1,7,22,.96), rgba(1,7,22,.56) 43%, rgba(1,7,22,.1) 74%),
    radial-gradient(circle at 66% 46%, rgba(0,109,255,.22), transparent 22rem) !important;
}

.boi-page .boi-hero::after {
  display: none !important;
}

.boi-page .boi-hero-visual {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  min-height: 400px !important;
  animation: none !important;
  position: relative;
  overflow: visible;
}

.boi-page .boi-hero-visual img {
  display: block !important;
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 44px rgba(0,0,0,.34));
}

/* Mobile: image behind the text (homepage pattern) */
@media (max-width: 980px) {
  .boi-page .boi-hero {
    position: relative;
    grid-template-columns: 1fr !important;
    min-height: clamp(520px, 88vw, 640px) !important;
    padding: 36px 0 28px !important;
    align-items: start !important;
    overflow: hidden;
    border-radius: 0 !important;
    background: none !important;
  }

  .boi-page .boi-hero::before {
    display: none !important;
  }

  .boi-page .boi-hero-visual {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    min-height: 0 !important;
    opacity: .4;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    pointer-events: none;
    mask-image:
      radial-gradient(ellipse at 78% 48%, #000 0%, rgba(0,0,0,.7) 42%, rgba(0,0,0,.34) 60%, transparent 86%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 14%, #000 44%, rgba(0,0,0,.72) 84%, transparent 100%);
    -webkit-mask-image:
      radial-gradient(ellipse at 78% 48%, #000 0%, rgba(0,0,0,.7) 42%, rgba(0,0,0,.34) 60%, transparent 86%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 14%, #000 44%, rgba(0,0,0,.72) 84%, transparent 100%);
    mask-composite: intersect;
    -webkit-mask-composite: source-in;
  }

  .boi-page .boi-hero-visual img {
    width: auto !important;
    height: 100% !important;
    object-position: right center;
    filter: none !important;
  }

  .boi-page .boi-hero::after {
    content: "" !important;
    display: block !important;
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    height: auto;
    box-shadow: none;
    background:
      linear-gradient(90deg, rgba(1,7,22,.96) 0%, rgba(1,7,22,.9) 40%, rgba(1,7,22,.5) 66%, rgba(1,7,22,.08) 100%),
      linear-gradient(180deg, rgba(1,7,22,.84) 0%, rgba(1,7,22,.42) 44%, rgba(1,7,22,.12) 70%, rgba(1,7,22,.84) 100%) !important;
  }

  .boi-page .boi-hero-copy {
    position: relative;
    z-index: 2;
    padding-top: 0 !important;
  }
}

/* ================================================================
   BOOK A MEETING PAGE — matches the dark glass project design
   ================================================================ */

.book-page-shell {
  --book-gap: clamp(48px, 7vw, 72px);
  --book-pad-y: clamp(34px, 5vw, 54px);
  --book-pad-x: clamp(22px, 3.2vw, 40px);
  --book-radius: 20px;
}

.book-main {
  padding-bottom: clamp(56px, 7vw, 88px);
}

.book-main .container > section {
  position: relative;
  isolation: isolate;
}

.book-main .container > section + section {
  margin-top: var(--book-gap);
}

/* ── HERO ─────────────────────────────────────────────────────── */
.book-hero {
  margin-top: clamp(8px, 2.4vw, 24px);
  min-height: 430px;
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 36px;
  align-items: center;
}

.book-hero::before {
  content: "";
  position: absolute;
  inset: -20px -40px 0;
  z-index: -2;
  pointer-events: none;
  background:
    radial-gradient(circle at 78% 40%, rgba(0, 140, 255, .22), transparent 22rem),
    radial-gradient(circle at 12% 80%, rgba(155, 37, 255, .12), transparent 20rem);
}

.book-hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.book-hero .eyebrow svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--cyan);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.book-hero h1 {
  margin: 14px 0 16px;
  max-width: 560px;
  font-size: clamp(40px, 4.4vw, 56px);
  line-height: 1.05;
  font-weight: 900;
}

.book-hero h1 span {
  color: var(--cyan);
}

.book-hero .hero-subtitle {
  max-width: 500px;
  margin-bottom: 26px;
  color: #dce8ff;
  font-size: 16px;
  line-height: 1.7;
}

.book-trust-row {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 12px 26px;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  color: #eef5ff;
  font-size: 13px;
  font-weight: 600;
}

.book-trust-row li {
  position: relative;
  padding-left: 26px;
}

.book-trust-row li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #00d8ff, #0a74ff);
  box-shadow: 0 0 14px rgba(0, 203, 255, .35);
  font-size: 10px;
  font-weight: 900;
}

/* Hero meeting card */
.book-hero-art {
  display: flex;
  justify-content: flex-end;
}

.book-meet-card {
  width: 100%;
  max-width: 380px;
  padding: 24px 24px 20px;
  border: 1px solid rgba(54, 190, 255, .4);
  border-radius: 16px;
  background:
    radial-gradient(circle at 80% 0, rgba(0, 130, 255, .18), transparent 14rem),
    linear-gradient(150deg, rgba(6, 26, 66, .92), rgba(4, 12, 38, .94));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 24px 60px rgba(0, 0, 0, .4), 0 0 40px rgba(0, 130, 255, .14);
  animation: bookFloat 6s ease-in-out infinite;
}

@keyframes bookFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.book-meet-card header {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 13px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(120, 165, 255, .2);
}

.book-meet-ico {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #fff;
  background: linear-gradient(135deg, #0bb9ff, #1d5cff);
  box-shadow: 0 0 22px rgba(0, 145, 255, .4);
}

.book-meet-ico svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linejoin: round;
}

.book-meet-card header strong {
  display: block;
  font-size: 16px;
  font-weight: 800;
}

.book-meet-card header small {
  display: block;
  margin-top: 3px;
  color: #aac2ec;
  font-size: 11px;
}

.book-meet-card ul {
  margin: 16px 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 13px;
}

.book-meet-card ul li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 11px;
  align-items: center;
  color: #e6eeff;
  font-size: 13px;
  font-weight: 500;
}

.book-meet-card ul svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: var(--cyan);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.book-meet-people {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 12px;
  align-items: center;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(120, 165, 255, .2);
}

.book-avatars {
  grid-row: 1 / 3;
  display: flex;
}

.book-avatars i {
  width: 30px;
  height: 30px;
  margin-right: -8px;
  border: 2px solid #0a1836;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 34%, #ffe0cd 0 28%, transparent 29%),
    linear-gradient(180deg, #2a3c5e 0 44%, #d49a72 45% 100%);
}

.book-avatars i:nth-child(2) { background: radial-gradient(circle at 50% 34%, #ffd5bd 0 28%, transparent 29%), linear-gradient(180deg, #1d2c4d 0 44%, #4178b8 45% 100%); }
.book-avatars i:nth-child(3) { background: radial-gradient(circle at 50% 34%, #f3d0b6 0 28%, transparent 29%), linear-gradient(180deg, #4a2f47 0 44%, #d88066 45% 100%); }

.book-meet-people b {
  font-size: 13px;
  font-weight: 800;
}

.book-meet-people small {
  color: #aac2ec;
  font-size: 11px;
}

/* ── WHAT TO EXPECT ───────────────────────────────────────────── */
.book-expect {
  text-align: center;
}

.book-expect .section-kicker {
  margin-bottom: 8px;
}

.book-expect h2 {
  margin: 0 0 clamp(22px, 3vw, 34px);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.16;
  font-weight: 800;
}

.book-expect-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(16px, 2vw, 22px);
}

.book-expect-card {
  position: relative;
  padding: 28px 22px 24px;
  text-align: center;
  border-color: rgba(255,255,255,.09);
  transition: transform 0.28s cubic-bezier(.2,.8,.2,1), box-shadow 0.28s ease, border-color 0.28s ease;
}

.book-expect-card:hover {
  transform: translateY(-6px);
  border-color: rgba(0, 200, 255, .4);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 24px 56px rgba(0, 0, 0, .34), 0 0 28px rgba(0, 180, 255, .18);
}

.book-expect-card .round-icon {
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
}

.book-expect-card .book-step {
  position: absolute;
  right: 16px;
  top: 14px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(0, 200, 255, .4);
  background: rgba(0, 120, 255, .14);
  color: var(--cyan);
  font-size: 11px;
  font-weight: 900;
}

.book-expect-card h3 {
  margin: 0 0 9px;
  font-size: 16px;
  font-weight: 800;
}

.book-expect-card p {
  margin: 0;
  color: #d3def5;
  font-size: 13px;
  line-height: 1.6;
}

/* ── SCHEDULE / CALENDLY ──────────────────────────────────────── */
.book-schedule {
  width: min(100%, 1000px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: var(--book-pad-y) var(--book-pad-x) !important;
  border-radius: var(--book-radius) !important;
  text-align: center;
  border: 1px solid rgba(0, 160, 255, .26);
  background:
    radial-gradient(ellipse at 12% 16%, rgba(0, 150, 255, .14), transparent 22rem),
    linear-gradient(145deg, rgba(4, 18, 52, .82), rgba(2, 8, 28, .8));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 28px 78px rgba(0, 0, 0, .3);
}

.book-schedule .section-kicker {
  margin-bottom: 8px;
}

.book-schedule h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
}

.book-schedule-sub {
  max-width: 560px;
  margin: 0 auto 24px;
  color: #cfdcf5;
  font-size: 15px;
  line-height: 1.65;
}

.book-widget-frame {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .34);
}

.book-page-shell .calendly-inline-widget {
  min-width: 320px;
  height: 700px;
}

/* ── RESPONSIVE ───────────────────────────────────────────────── */
@media (max-width: 980px) {
  .book-hero {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 28px;
    padding-top: 8px;
  }

  .book-hero-art {
    justify-content: center;
  }

  .book-meet-card {
    max-width: 420px;
    animation: none;
  }

  .book-expect-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .book-trust-row {
    grid-template-columns: 1fr;
    gap: 11px;
  }

  .book-expect-grid {
    grid-template-columns: 1fr;
  }

  .book-schedule {
    padding: 24px 16px !important;
  }

  .book-page-shell .calendly-inline-widget {
    height: 940px;
  }
}

/* ================================================================
   US TAX FILING — real images (hero, we-help, CTA)
   Scoped to .tax-page-shell:not(.uk-tax-page-shell) = US tax page
   ================================================================ */

/* Desktop: hero image on the right */
.tax-page-shell:not(.uk-tax-page-shell) .tax-hero-art {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: visible;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-hero-art img {
  display: block;
  width: 100%;
  max-width: 640px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 22px 46px rgba(0,0,0,.36));
}

/* We Help visual image */
.tax-page-shell:not(.uk-tax-page-shell) .tax-help-visual {
  min-height: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-help-visual img {
  display: block;
  width: 100%;
  max-width: 470px;
  height: auto;
  object-fit: contain;
  border-radius: 14px;
  filter: drop-shadow(0 18px 38px rgba(0,0,0,.32));
}

/* CTA visual image (hide the CSS-drawn shield/document) */
.tax-page-shell:not(.uk-tax-page-shell) .tax-cta-visual {
  width: 250px;
  height: auto;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-cta-visual::before,
.tax-page-shell:not(.uk-tax-page-shell) .tax-cta-visual::after {
  display: none !important;
  content: none !important;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-cta-visual img {
  display: block;
  width: 100%;
  max-width: 250px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 16px 32px rgba(0,90,210,.34));
}

/* ── Mobile: hero image goes behind the text ──────────────────── */
@media (max-width: 980px) {
  .tax-page-shell:not(.uk-tax-page-shell) .tax-hero {
    position: relative;
    grid-template-columns: 1fr !important;
    min-height: clamp(520px, 88vw, 640px) !important;
    padding: 36px 0 28px !important;
    align-items: start !important;
    overflow: hidden;
  }

  .tax-page-shell:not(.uk-tax-page-shell) .tax-hero::before {
    display: none !important;
  }

  .tax-page-shell:not(.uk-tax-page-shell) .tax-hero-art {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    min-height: 0 !important;
    opacity: .4;
    justify-content: flex-end;
    align-items: center;
    overflow: hidden;
    pointer-events: none;
    mask-image:
      radial-gradient(ellipse at 78% 48%, #000 0%, rgba(0,0,0,.7) 42%, rgba(0,0,0,.34) 60%, transparent 86%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 14%, #000 44%, rgba(0,0,0,.72) 84%, transparent 100%);
    -webkit-mask-image:
      radial-gradient(ellipse at 78% 48%, #000 0%, rgba(0,0,0,.7) 42%, rgba(0,0,0,.34) 60%, transparent 86%),
      linear-gradient(180deg, transparent 0%, rgba(0,0,0,.72) 14%, #000 44%, rgba(0,0,0,.72) 84%, transparent 100%);
    mask-composite: intersect;
    -webkit-mask-composite: source-in;
  }

  .tax-page-shell:not(.uk-tax-page-shell) .tax-hero-art img {
    width: auto !important;
    height: 100% !important;
    max-width: none !important;
    object-position: right center;
    filter: none !important;
  }

  .tax-page-shell:not(.uk-tax-page-shell) .tax-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(1,7,22,.96) 0%, rgba(1,7,22,.9) 40%, rgba(1,7,22,.5) 66%, rgba(1,7,22,.08) 100%),
      linear-gradient(180deg, rgba(1,7,22,.84) 0%, rgba(1,7,22,.42) 44%, rgba(1,7,22,.12) 70%, rgba(1,7,22,.84) 100%);
  }

  .tax-page-shell:not(.uk-tax-page-shell) .tax-copy {
    position: relative;
    z-index: 2;
  }

  .tax-page-shell:not(.uk-tax-page-shell) .tax-help-visual img {
    max-width: 380px;
    margin: 0 auto;
  }
}

@media (max-width: 620px) {
  .tax-page-shell:not(.uk-tax-page-shell) .tax-hero-art {
    min-height: 0 !important;
  }

  .tax-page-shell:not(.uk-tax-page-shell) .tax-cta-visual {
    left: 50%;
    right: auto;
    bottom: 16px;
    width: 200px;
    transform: translateX(-50%);
  }
}

/* ================================================================
   US TAX FILING — homepage-style distinct section backgrounds
   Scoped to .tax-page-shell:not(.uk-tax-page-shell)
   ================================================================ */

.tax-page-shell:not(.uk-tax-page-shell) {
  --txs-gap: clamp(48px, 7vw, 72px);
  --txs-pad-y: clamp(34px, 5vw, 54px);
  --txs-pad-x: clamp(22px, 3.2vw, 38px);
  --txs-radius: 20px;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-main {
  padding-bottom: clamp(56px, 7vw, 88px);
}

/* Section gap rhythm */
.tax-page-shell:not(.uk-tax-page-shell) .tax-main .container > section {
  position: relative;
  isolation: isolate;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-main .container > section + section {
  margin-top: var(--txs-gap) !important;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-hero {
  margin-top: clamp(8px, 2.4vw, 24px) !important;
}

/* ── BOX sections (constrained, centered) ─────────────────────── */
.tax-page-shell:not(.uk-tax-page-shell) .tax-feature-strip,
.tax-page-shell:not(.uk-tax-page-shell) .tax-services,
.tax-page-shell:not(.uk-tax-page-shell) .tax-help-deadlines,
.tax-page-shell:not(.uk-tax-page-shell) .tax-mid-grid,
.tax-page-shell:not(.uk-tax-page-shell) .tax-testimonials {
  width: min(100% - 96px, 1080px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-radius: var(--txs-radius) !important;
}

/* Bare grid sections get an explicit dark panel */
.tax-page-shell:not(.uk-tax-page-shell) .tax-services,
.tax-page-shell:not(.uk-tax-page-shell) .tax-help-deadlines,
.tax-page-shell:not(.uk-tax-page-shell) .tax-testimonials {
  padding: var(--txs-pad-y) var(--txs-pad-x) !important;
  border: 1px solid rgba(0, 160, 255, .18) !important;
  border-bottom: 1px solid rgba(0, 160, 255, .18) !important;
  background:
    radial-gradient(ellipse at 12% 18%, rgba(0, 155, 255, .13), transparent 20rem),
    radial-gradient(ellipse at 86% 80%, rgba(0, 100, 255, .1), transparent 18rem),
    linear-gradient(145deg, rgba(3, 15, 46, .82), rgba(2, 8, 28, .78)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 26px 72px rgba(0, 0, 0, .26) !important;
}

/* feature-strip is glass-card already: just refresh padding */
.tax-page-shell:not(.uk-tax-page-shell) .tax-feature-strip {
  padding: clamp(22px, 3vw, 30px) var(--txs-pad-x) !important;
}

/* mid-grid: transparent so its 3 cards read as distinct */
.tax-page-shell:not(.uk-tax-page-shell) .tax-mid-grid {
  background: none;
  border: none;
  box-shadow: none;
}

/* ── FULL-WIDTH VIVID: 4-step process ─────────────────────────── */
.tax-page-shell:not(.uk-tax-page-shell) .tax-process {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: var(--txs-radius) !important;
  outline: 1px solid rgba(255,255,255,.1);
  outline-offset: 10px;
  border: 1px solid rgba(0, 185, 255, .46) !important;
  background:
    radial-gradient(circle at 14% 50%, rgba(0, 200, 255, .5), transparent 9rem),
    radial-gradient(circle at 82% 30%, rgba(0, 140, 255, .26), transparent 18rem),
    linear-gradient(110deg, #04246a 0%, #03103f 52%, #020a2e 100%) !important;
  box-shadow:
    0 24px 66px rgba(0, 0, 0, .38),
    0 0 44px rgba(0, 160, 255, .22),
    inset 0 1px 0 rgba(255,255,255,.14) !important;
  padding: var(--txs-pad-y) var(--txs-pad-x) !important;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-process::after {
  content: "";
  position: absolute;
  inset: -28% -8%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 20% 52%, rgba(255,255,255,.16), transparent 15rem),
    repeating-linear-gradient(114deg, rgba(255,255,255,.07) 0 1px, transparent 1px 24px);
  opacity: .32;
  border-radius: inherit;
  z-index: -1;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-process > * {
  position: relative;
  z-index: 1;
}

/* ── FULL-WIDTH DARK: final grid (FAQ + CTA) ──────────────────── */
.tax-page-shell:not(.uk-tax-page-shell) .tax-final-grid {
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  border-radius: var(--txs-radius) !important;
  outline: 1px solid rgba(255,255,255,.08);
  outline-offset: 10px;
  border: 1px solid rgba(0, 150, 255, .32) !important;
  background:
    radial-gradient(circle at 10% 50%, rgba(0, 190, 255, .14), transparent 18rem),
    radial-gradient(circle at 88% 28%, rgba(0, 140, 255, .1), transparent 22rem),
    linear-gradient(145deg, rgba(4, 18, 52, .96), rgba(2, 8, 28, .98)) !important;
  box-shadow:
    0 28px 78px rgba(0, 0, 0, .34),
    0 0 44px rgba(0, 160, 255, .15),
    inset 0 1px 0 rgba(255,255,255,.07) !important;
  padding: var(--txs-pad-y) var(--txs-pad-x) !important;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-final-grid::after {
  content: "";
  position: absolute;
  inset: -26% -8%;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 22% 50%, rgba(0, 190, 255, .1), transparent 15rem),
    repeating-linear-gradient(112deg, rgba(255,255,255,.06) 0 1px, transparent 1px 24px);
  opacity: .38;
  border-radius: inherit;
  z-index: -1;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-final-grid > * {
  position: relative;
  z-index: 1;
}

/* ── Section headings — consistent scale ──────────────────────── */
.tax-page-shell:not(.uk-tax-page-shell) .tax-services h2,
.tax-page-shell:not(.uk-tax-page-shell) .tax-process h2,
.tax-page-shell:not(.uk-tax-page-shell) .tax-testimonials h2,
.tax-page-shell:not(.uk-tax-page-shell) .tax-help h2,
.tax-page-shell:not(.uk-tax-page-shell) .tax-deadlines h2,
.tax-page-shell:not(.uk-tax-page-shell) .tax-mid-grid h2,
.tax-page-shell:not(.uk-tax-page-shell) .tax-faq h2 {
  font-size: clamp(20px, 2.6vw, 27px) !important;
}

/* ── Responsive widths ────────────────────────────────────────── */
@media (max-width: 980px) {
  .tax-page-shell:not(.uk-tax-page-shell) .tax-feature-strip,
  .tax-page-shell:not(.uk-tax-page-shell) .tax-services,
  .tax-page-shell:not(.uk-tax-page-shell) .tax-help-deadlines,
  .tax-page-shell:not(.uk-tax-page-shell) .tax-mid-grid,
  .tax-page-shell:not(.uk-tax-page-shell) .tax-testimonials {
    width: min(100% - 36px, 720px) !important;
  }
}

@media (max-width: 620px) {
  .tax-page-shell:not(.uk-tax-page-shell) .tax-feature-strip,
  .tax-page-shell:not(.uk-tax-page-shell) .tax-services,
  .tax-page-shell:not(.uk-tax-page-shell) .tax-help-deadlines,
  .tax-page-shell:not(.uk-tax-page-shell) .tax-mid-grid,
  .tax-page-shell:not(.uk-tax-page-shell) .tax-testimonials {
    width: 100% !important;
    border-radius: 14px !important;
  }

  .tax-page-shell:not(.uk-tax-page-shell) .tax-process,
  .tax-page-shell:not(.uk-tax-page-shell) .tax-final-grid {
    border-radius: 14px !important;
  }
}

/* ================================================================
   US TAX FILING — tax-mid-grid box panel + larger inner text
   ================================================================ */

/* Give the Why/Pricing/Compare section a distinct box panel */
.tax-page-shell:not(.uk-tax-page-shell) .tax-mid-grid {
  padding: var(--txs-pad-y) var(--txs-pad-x) !important;
  border: 1px solid rgba(0, 160, 255, .18) !important;
  background:
    radial-gradient(ellipse at 12% 18%, rgba(0, 155, 255, .13), transparent 20rem),
    radial-gradient(ellipse at 86% 80%, rgba(0, 100, 255, .1), transparent 18rem),
    linear-gradient(145deg, rgba(3, 15, 46, .82), rgba(2, 8, 28, .78)) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 26px 72px rgba(0, 0, 0, .26) !important;
}

/* ── Larger inner text — Why / Pricing / Compare ──────────────── */
.tax-page-shell:not(.uk-tax-page-shell) .tax-why b,
.tax-page-shell:not(.uk-tax-page-shell) .tax-price p,
.tax-page-shell:not(.uk-tax-page-shell) .tax-price span {
  font-size: 14px !important;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-why p {
  font-size: 13px !important;
  line-height: 1.6;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-price .ra-check-list {
  font-size: 13px !important;
  line-height: 1.95;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-compare b {
  font-size: 13px !important;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-compare span {
  font-size: 12px !important;
}

/* ── Larger inner text — rest of the page ─────────────────────── */
.tax-page-shell:not(.uk-tax-page-shell) .tax-feature-strip h3 {
  font-size: 15px !important;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-feature-strip p {
  font-size: 12px !important;
  line-height: 1.55;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-service-grid h3 {
  font-size: 16px !important;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-service-grid p {
  font-size: 12px !important;
  line-height: 1.55;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-service-grid a {
  font-size: 12px !important;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-help .ra-check-list {
  font-size: 14px !important;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-deadlines th,
.tax-page-shell:not(.uk-tax-page-shell) .tax-deadlines td {
  font-size: 12px !important;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-process-grid h3 {
  font-size: 14px !important;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-process-grid p {
  font-size: 12px !important;
  line-height: 1.5;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-faq summary {
  font-size: 13px !important;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-faq p {
  font-size: 12px !important;
  line-height: 1.6;
}

.tax-page-shell:not(.uk-tax-page-shell) .tax-testimonials p {
  font-size: 12px !important;
  line-height: 1.6;
}

/* Footer logo (image) */
.footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 6px;
}
.footer-logo img {
  display: block;
  width: auto;
  height: 50px;
  max-width: 210px;
  object-fit: contain;
  object-position: left center;
}
