/* ============================================================
   DEFAULT PAGE TEMPLATE — banner + .default-css content area
   ============================================================ */
.default-main {
  background: #fff;
  color: #1a2240;
  overflow-x: clip;
}

/* --- Short top banner --- */
.default-banner {
  position: relative;
  padding: 40px 0;
  background: #7ACC0D;
  color: #09102e;
  overflow: hidden;
  isolation: isolate;
}

.default-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(9, 16, 46, 0.08) 1px, transparent 1.4px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse at center, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 20%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}

.default-banner>.container {
  position: relative;
  z-index: 2;
}

.default-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 130px;
}

.default-banner-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.default-banner-crumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(9, 16, 46, 0.75);
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}

.default-banner-crumb a {
  color: rgba(9, 16, 46, 0.85);
  text-decoration: none;
}

.default-banner-crumb a:hover {
  color: #09102e;
}

.default-banner-crumb .sep {
  color: rgba(9, 16, 46, 0.4);
}

.default-banner h1 {
  font-family: 'Fraunces', 'Inter', serif;
  font-weight: 800;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #09102e;
  margin: 0;
  max-width: 640px;
}

/* Big standing rocket on the right — vertical, proud */
.default-banner-rocket {
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 130px;
  animation: drbHover 3.4s ease-in-out infinite;
}

.default-banner-rocket i {
  font-size: 118px;
  line-height: 1;
  color: #09102e;
  filter:
    drop-shadow(-5px 6px 0 rgba(9, 16, 46, 0.22)) drop-shadow(0 18px 28px rgba(9, 16, 46, 0.38));
  position: relative;
  z-index: 2;
}

.default-banner-rocket .drb-flame {
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 46px;
  background:
    radial-gradient(ellipse at 50% 20%, #fff 0%, #fff 18%, #ffeaa7 40%, #ff7a00 75%, rgba(255, 122, 0, 0) 100%);
  border-radius: 50% 50% 40% 40% / 35% 35% 65% 65%;
  filter: blur(0.5px);
  opacity: 0.9;
  z-index: 1;
  animation: drbFlame 0.5s ease-in-out infinite alternate;
  transform-origin: 50% 0%;
}

@keyframes drbHover {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@keyframes drbFlame {
  from {
    transform: translateX(-50%) scaleY(0.9) scaleX(0.95);
    opacity: 0.85;
  }

  to {
    transform: translateX(-50%) scaleY(1.15) scaleX(1.05);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {

  .default-banner-rocket,
  .default-banner-rocket .drb-flame {
    animation: none;
  }
}

@media (max-width: 767px) {
  .default-banner {
    padding: 32px 0;
  }

  .default-banner-inner {
    gap: 20px;
    min-height: 100px;
  }

  .default-banner-rocket {
    width: 90px;
    height: 90px;
  }

  .default-banner-rocket i {
    font-size: 80px;
  }

  .default-banner-rocket .drb-flame {
    width: 22px;
    height: 32px;
  }
}

@media (max-width: 479px) {
  .default-banner-rocket {
    width: 72px;
    height: 72px;
  }

  .default-banner-rocket i {
    font-size: 64px;
  }
}

.default-banner p {
  display: none;
  margin: 0;
}

/* --- Main content section --- */
.default-section {
  padding: 80px 0 90px;
  background: #fff;
}

.default-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 60px;
  /* default align-items: stretch — sidebar column matches left content height
     so the sticky inner has room to move */
}

.default-css {
  max-width: 100%;
  margin: 0;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #2a3353;
  align-self: start;
}

/* --- Sticky sidebar (desktop/laptop only; disabled on mobile below) --- */
.default-sidebar {
  position: relative;
}

.default-sidebar-inner {
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Shared sidebar block styles — DARK premium theme */
.sb-block {
  position: relative;
  background:
    radial-gradient(420px 260px at 100% 0%, rgba(122, 204, 13, 0.14), transparent 65%),
    linear-gradient(165deg, #0b1436 0%, #09102e 60%, #070d27 100%);
  border: 1px solid rgba(122, 204, 13, 0.22);
  border-radius: 16px;
  padding: 26px 24px;
  color: #e6ecf7;
  box-shadow: 0 22px 44px rgba(9, 16, 46, 0.22);
  overflow: hidden;
}

.sb-title {
  font-family: 'Fraunces', 'Inter', serif;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin: 0 0 6px;
  letter-spacing: -0.01em;
}

.sb-sub {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.55;
  margin: 0 0 16px;
}

/* CTA block — keep the dark base but add stronger gold/green accent */
.sb-cta {
  position: relative;
  padding: 28px 26px 26px;
  background:
    radial-gradient(420px 260px at 100% 0%, rgba(197, 240, 122, 0.32), transparent 62%),
    linear-gradient(160deg, #09102e 0%, #0a143a 60%, #09102e 100%);
  color: #fff;
  border: 1px solid rgba(122, 204, 13, 0.5);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 26px 50px rgba(9, 16, 46, 0.3);
}

.sb-cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px;
  background: rgba(122, 204, 13, 0.16);
  border: 1px solid rgba(122, 204, 13, 0.45);
  color: #c5f07a;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-radius: 999px;
  margin-bottom: 14px;
}

.sb-cta-eyebrow::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #7ACC0D;
  border-radius: 50%;
  box-shadow: 0 0 8px #7ACC0D;
}

.sb-cta h3 {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: #fff;
  margin: 0 0 10px;
}

.sb-cta p {
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 18px;
}

.sb-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7ACC0D 0%, #68b10a 100%);
  color: #09102e !important;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  box-shadow: 0 10px 22px rgba(122, 204, 13, 0.35);
}

.sb-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(122, 204, 13, 0.5);
}

.sb-cta-btn i {
  font-size: 15px;
  transition: transform 0.22s ease;
}

.sb-cta-btn:hover i {
  transform: translateX(3px);
}

/* Contact form block (dark) */
.sb-form .gform_fields {
  list-style: none;
  padding: 0;
  margin: 0 0 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sb-form .gform_footer {
  margin-top: 4px;
}

.sb-field {
  display: flex;
  flex-direction: column;
}

.sb-field .ginput_container {
  display: block;
}

.sb-field label {
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c5f07a;
  margin-bottom: 6px;
}

.sb-field input,
.sb-field select,
.sb-field textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.09);
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #fff;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  outline: none;
}

.sb-field input::placeholder,
.sb-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.sb-field textarea {
  display: block;
  resize: vertical;
  min-height: 90px;
  line-height: 1.55;
}

.sb-field input:focus,
.sb-field select:focus,
.sb-field textarea:focus {
  border-color: #7ACC0D;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 0 3px rgba(122, 204, 13, 0.25);
}

.sb-submit {
  display: inline-flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 13px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7ACC0D 0%, #68b10a 100%);
  color: #09102e !important;
  font-weight: 800;
  font-size: 13.5px;
  border: none;
  cursor: pointer;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
  margin-top: 6px;
  box-shadow: 0 10px 22px rgba(122, 204, 13, 0.35);
}

.sb-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(122, 204, 13, 0.5);
}

/* Services list (dark) */
.sb-svc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sb-svc-list li {
  margin: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sb-svc-list li:last-child {
  border-bottom: 0;
}

.sb-svc-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 6px;
  color: #e6ecf7 !important;
  text-decoration: none !important;
  font-weight: 600;
  font-size: 14px;
  transition: padding-left 0.22s ease, color 0.22s ease;
}

.sb-svc-ic {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 8px;
  background: rgba(122, 204, 13, 0.16);
  color: #c5f07a;
  font-size: 14px;
  flex-shrink: 0;
  transition: background 0.22s ease, color 0.22s ease;
}

.sb-svc-arrow {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.4);
  font-size: 13px;
  transition: color 0.22s ease, transform 0.22s ease;
}

.sb-svc-list a:hover {
  color: #c5f07a !important;
  padding-left: 10px;
}

.sb-svc-list a:hover .sb-svc-ic {
  background: #7ACC0D;
  color: #09102e;
}

.sb-svc-list a:hover .sb-svc-arrow {
  color: #7ACC0D;
  transform: translate(2px, -2px);
}

/* Responsive — stack sidebar below on tablet/mobile */
@media (max-width: 991px) {
  .default-content-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .default-sidebar-inner {
    position: static;
  }
}

/* Headings H1–H6 */
.default-css h1,
.default-css h2,
.default-css h3,
.default-css h4,
.default-css h5,
.default-css h6 {
  font-family: 'Fraunces', 'Inter', serif;
  color: #09102e;
  letter-spacing: -0.32px;
  line-height: 1.2;
  font-weight: 700;
}

.default-css> :first-child {
  margin-top: 0;
}

.default-css h1 {
  margin: 0 0 14px;
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 800;
}

.default-css h2 {
  margin: 32px 0 12px;
  font-size: clamp(26px, 2.8vw, 34px);
}

.default-css h3 {
  margin: 26px 0 10px;
  font-size: clamp(22px, 2.3vw, 28px);
}

.default-css h4 {
  margin: 22px 0 10px;
  font-size: 20px;
}

.default-css h5 {
  margin: 18px 0 8px;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1.36px;
  font-weight: 700;
  color: #3d4a82;
  font-family: 'Inter', sans-serif;
}

.default-css h6 {
  margin: 16px 0 8px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.96px;
  font-weight: 700;
  color: #568f00;
  font-family: 'Inter', sans-serif;
}

/* Paragraph */
.default-css p {
  margin: 0 0 1.2em;
  color: #4a5175;
}

/* Anchors */
.default-css a {
  color: #568f00;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  transition: color 0.2s ease, text-decoration-thickness 0.2s ease;
}

.default-css a:hover {
  color: #09102e;
  text-decoration-thickness: 2.5px;
}

/* Strong */
.default-css strong {
  font-weight: 700;
  color: #09102e;
}

/* Horizontal rule */
.default-css hr {
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(9, 16, 46, 0.18), transparent);
  margin: 2.4em 0;
}

/* Lists (ul + ol) */
.default-css ul,
.default-css ol {
  margin: 0 0 1.4em;
  padding-left: 1.5em;
}

.default-css ul li,
.default-css ol li {
  margin-bottom: 0.55em;
  line-height: 1.65;
  color: #3a4263;
}

.default-css ul li::marker {
  color: #7ACC0D;
  font-size: 1.1em;
}

.default-css ol li::marker {
  color: #568f00;
  font-weight: 700;
}

/* Nested lists */
.default-css ul ul,
.default-css ol ol,
.default-css ul ol,
.default-css ol ul {
  margin: 0.45em 0 0.55em;
}

/* Multi-column list variants */
.default-css ul.two-col,
.default-css ol.two-col {
  columns: 2;
  column-gap: 44px;
  padding-left: 1.5em;
}

.default-css ul.three-col,
.default-css ol.three-col {
  columns: 3;
  column-gap: 32px;
  padding-left: 1.5em;
}

.default-css ul.two-col li,
.default-css ol.two-col li,
.default-css ul.three-col li,
.default-css ol.three-col li {
  break-inside: avoid;
  page-break-inside: avoid;
}

@media (max-width: 767px) {

  .default-css ul.two-col,
  .default-css ol.two-col,
  .default-css ul.three-col,
  .default-css ol.three-col {
    columns: 1;
  }
}

/* Blockquote */
.default-css blockquote {
  margin: 1.6em 0;
  padding: 18px 24px;
  background: #fbfff2;
  border-left: 4px solid #7ACC0D;
  border-radius: 0 10px 10px 0;
  font-family: 'Fraunces', serif;
  font-style: italic;
  color: #3a4263;
  font-size: 17px;
}

/* Inline / block code */
.default-css code {
  font-family: ui-monospace, 'SF Mono', Menlo, monospace;
  font-size: 0.9em;
  padding: 2px 7px;
  background: #f3f6ec;
  border-radius: 6px;
  color: #568f00;
}

/* Images — WordPress-style alignment classes */
.default-css img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  display: block;
  padding: 8px;
  background: #ffffff;
  border: 2px solid #7ACC0D;
  box-sizing: border-box;
}

.default-css .aligncenter,
.default-css img.aligncenter {
  display: block;
  margin: 1.6em auto;
  clear: both;
}

.default-css .alignleft,
.default-css img.alignleft {
  float: left;
  max-width: 45%;
  margin: 0.35em 1.8em 1em 0;
}

.default-css .alignright,
.default-css img.alignright {
  float: right;
  max-width: 45%;
  margin: 0.35em 0 1em 1.8em;
}

.default-css .alignnone,
.default-css img.alignnone {
  display: block;
  margin: 1.2em 0;
}

/* Auto-clear floats before new block-level sections so layout stays clean */
.default-css h1,
.default-css h2,
.default-css h3,
.default-css h4,
.default-css h5,
.default-css h6,
.default-css hr,
.default-css blockquote,
.default-css .dc-embed,
.default-css table {
  clear: both;
}

/* Manual clearfix helper (optional wrapper around image + text) */
.default-css .dc-clear::after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 575px) {

  .default-css .alignleft,
  .default-css .alignright,
  .default-css img.alignleft,
  .default-css img.alignright {
    float: none;
    max-width: 100%;
    margin: 1.2em 0;
  }
}

/* Gallery showcase grid */
.default-css .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 1.8em 0;
  clear: both;
}

.default-css .gallery-grid a,
.default-css .gallery-grid .gallery-item {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  border-radius: 14px;
  overflow: hidden;
  background: #09102e;
  text-decoration: none !important;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s ease;
}

.default-css .gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  transition: transform 0.5s ease, filter 0.4s ease;
}

.default-css .gallery-grid a:hover,
.default-css .gallery-grid .gallery-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(9, 16, 46, 0.22);
}

.default-css .gallery-grid a:hover img,
.default-css .gallery-grid .gallery-item:hover img {
  transform: scale(1.08);
  filter: saturate(1.1);
}

.default-css .gallery-grid .gallery-item-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(9, 16, 46, 0.78) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: flex-end;
  padding: 16px 18px;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.005em;
  pointer-events: none;
}

.default-css .gallery-grid a:hover .gallery-item-overlay,
.default-css .gallery-grid .gallery-item:hover .gallery-item-overlay {
  opacity: 1;
}

/* Gallery variants: bento layout */
.default-css .gallery-grid.gallery-bento {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 150px;
}

.default-css .gallery-grid.gallery-bento> :nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: auto;
}

.default-css .gallery-grid.gallery-bento> :nth-child(6) {
  grid-column: span 2;
  aspect-ratio: auto;
}

.default-css .gallery-grid.gallery-bento>* {
  aspect-ratio: auto;
}

@media (max-width: 767px) {
  .default-css .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .default-css .gallery-grid.gallery-bento {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 120px;
  }

  .default-css .gallery-grid.gallery-bento> :nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
  }

  .default-css .gallery-grid.gallery-bento> :nth-child(6) {
    grid-column: span 2;
  }
}

/* Image caption */
.default-css figure {
  margin: 1.6em 0;
}

.default-css figcaption {
  font-size: 13.5px;
  color: #6b7290;
  text-align: center;
  margin-top: 10px;
  font-style: italic;
}

/* Responsive YouTube / video embed */
.default-css .dc-embed {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 14px;
  overflow: hidden;
  margin: 1.8em 0;
  box-shadow: 0 22px 44px rgba(9, 16, 46, 0.12);
}

.default-css .dc-embed iframe,
.default-css .dc-embed video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Tables */
.default-css table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1.8em 0;
  font-size: 15px;
  background: #ffffff;
  border: 1px solid rgba(9, 16, 46, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(9, 16, 46, 0.06);
}

.default-css table th,
.default-css table td {
  padding: 16px 20px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid rgba(9, 16, 46, 0.06);
}

.default-css table tbody tr:last-child td {
  border-bottom: 0;
}

.default-css table th {
  background: linear-gradient(180deg, #09102e 0%, #0d1640 100%);
  color: #ffffff;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
}

.default-css table th:first-child {
  border-top-left-radius: 16px;
}

.default-css table th:last-child {
  border-top-right-radius: 16px;
}

.default-css table th+th {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.08);
}

.default-css table tbody tr {
  transition: background 0.2s ease;
}

.default-css table tbody tr:nth-child(even) td {
  background: #fbfaf5;
}

.default-css table tbody tr:hover td {
  background: rgba(122, 204, 13, 0.08);
}

.default-css table tbody td {
  color: #2a3353;
  font-weight: 500;
}

.default-css table tbody td:first-child {
  font-weight: 700;
  color: #09102e;
  font-family: 'Fraunces', serif;
  font-size: 16px;
}

.default-css table tbody td:last-child {
  font-weight: 700;
  color: #568f00;
  font-family: 'Fraunces', serif;
  font-size: 16px;
}

@media (max-width: 575px) {
  .default-css table {
    font-size: 13.5px;
  }

  .default-css table th,
  .default-css table td {
    padding: 12px 14px;
  }

  .default-css table th {
    font-size: 11px;
    letter-spacing: 0.12em;
  }

  .default-css table tbody td:first-child,
  .default-css table tbody td:last-child {
    font-size: 14.5px;
  }
}

/* --- FAQ section (dark premium theme) --- */
.default-faq {
  position: relative;
  padding: 90px 0 110px;
  background:
    radial-gradient(700px 460px at 15% 20%, rgba(122, 204, 13, 0.12), transparent 60%),
    radial-gradient(600px 420px at 90% 85%, rgba(80, 120, 255, 0.12), transparent 60%),
    linear-gradient(160deg, #09102e 0%, #0a143a 60%, #09102e 100%);
  color: #e6ecf7;
  overflow: hidden;
  isolation: isolate;
}

.default-faq::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1.4px);
  background-size: 28px 28px;
  mask-image: radial-gradient(ellipse at center, #000 15%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 15%, transparent 75%);
  pointer-events: none;
  z-index: 0;
}

.default-faq>.container {
  position: relative;
  z-index: 2;
}

.default-faq-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 48px;
}

.default-faq-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(122, 204, 13, 0.18);
  border: 1px solid rgba(122, 204, 13, 0.45);
  color: #c5f07a;
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.default-faq-head h2 {
  font-family: 'Fraunces', 'Inter', serif;
  font-weight: 800;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 12px;
}

.default-faq-head p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 15.5px;
  line-height: 1.65;
  margin: 0;
}

.default-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 860px;
  margin: 0 auto;
}

.default-faq-item {
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.02) 100%);
  border: 1px solid rgba(122, 204, 13, 0.2);
  border-radius: 14px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.default-faq-item:hover {
  border-color: rgba(122, 204, 13, 0.35);
  background: linear-gradient(165deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.03) 100%);
}

.default-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

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

.default-faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(122, 204, 13, 0.18);
  color: #c5f07a;
  font-size: 12px;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
  flex-shrink: 0;
}

.default-faq-item[open] {
  border-color: rgba(122, 204, 13, 0.55);
  background: linear-gradient(165deg, rgba(122, 204, 13, 0.08) 0%, rgba(122, 204, 13, 0.03) 100%);
  box-shadow: 0 16px 32px rgba(122, 204, 13, 0.15), 0 0 0 1px rgba(122, 204, 13, 0.25) inset;
}

.default-faq-item[open] .default-faq-icon {
  background: #7ACC0D;
  color: #09102e;
  transform: rotate(45deg);
}

.default-faq-item>div {
  padding: 0 22px 20px;
  font-size: 14.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
}

/* ============================================================
   DEVELOPMENT — scoped under .wd-* prefix
   ============================================================ */
.wd-main {
  background: #fff;
  color: #09102e;
  overflow-x: clip;
}

/* HERO */
.wd-hero {
  position: relative;
  padding: 44px 0 0;
  background-color: #fdfaf2;
  overflow: hidden;
  isolation: isolate;
}

.wd-hero-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  z-index: 0;
  pointer-events: none;
}

/* Cream wash overlay on top of bg image */
.wd-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(253, 250, 242, 0.94) 0%, rgba(247, 243, 228, 0.88) 100%);
  z-index: 1;
  pointer-events: none;
}

.wd-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(900px 600px at 50% 90%, rgba(122, 204, 13, 0.10), transparent 65%);
  z-index: 2;
  pointer-events: none;
}

/* Centered inner content */
.wd-hero-inner {
  position: relative;
  z-index: 4;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

/* Eyebrow — brand green pulse-dot pill */
.wd-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(122, 204, 13, 0.14);
  border: 1px solid rgba(122, 204, 13, 0.45);
  color: #3d7c00;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  margin-bottom: 24px;
  backdrop-filter: blur(6px);
}

.wd-hero-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7ACC0D;
  box-shadow: 0 0 0 4px rgba(122, 204, 13, 0.25);
  animation: wdPulse 1.8s ease-in-out infinite;
}

@keyframes wdPulse {

  0%,
  100% {
    box-shadow: 0 0 0 4px rgba(122, 204, 13, 0.25);
  }

  50% {
    box-shadow: 0 0 0 8px rgba(122, 204, 13, 0.10);
  }
}

/* Headline — Fraunces serif, big, 3-line layout */
.wd-hero-title {
  font-family: 'Fraunces', 'Inter', serif;
  font-weight: 700;
  font-size: clamp(30px, 5.5vw, 76px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #09102e;
  margin: 0 0 22px;
  text-shadow: 0 6px 30px rgba(255, 255, 255, 0.55);
}

/* Inline thumbnail image inside heading */
.wd-hero-thumb {
  display: inline-block;
  vertical-align: middle;
  width: clamp(70px, 7vw, 110px);
  height: clamp(40px, 4vw, 60px);
  object-fit: cover;
  border-radius: 999px;
  margin: 0 6px;
  border: 3px solid #ffffff;
  box-shadow: 0 8px 22px rgba(255, 100, 140, 0.25);
}

/* Highlighted phrase + hand-drawn underline */
.wd-hero-highlight {
  position: relative;
  display: inline-block;
  background: linear-gradient(90deg, #7ACC0D 0%, #3d7c00 50%, #09102e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  padding-right: 0.06em;
  padding-bottom: 8px;
}

.wd-hero-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 14px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 14' preserveAspectRatio='none'%3E%3Cpath d='M2 8 C 40 2, 80 13, 120 6 S 180 11, 198 5' stroke='%237ACC0D' stroke-width='3' stroke-linecap='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/* Sub paragraph */
.wd-hero-sub {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #4a5170;
  max-width: 580px;
  margin: 0 auto 32px;
}

.wd-hero-sub strong {
  color: #09102e;
  font-weight: 600;
}

/* CTA row — text-only with underline accent (matches screenshot) */
.wd-hero-ctas {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
}

.wd-hero-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 4px 14px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.22s ease, gap 0.22s ease;
}

.wd-hero-cta:hover {
  gap: 12px;
}

/* Primary — solid green button */
.wd-hero-cta-primary {
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7ACC0D 0%, #5fa908 100%);
  color: #06091c !important;
  box-shadow: 0 14px 28px rgba(122, 204, 13, 0.32);
  transition: transform 0.22s ease, gap 0.22s ease, box-shadow 0.22s ease;
}

.wd-hero-cta-primary::after {
  display: none;
}

.wd-hero-cta-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px rgba(122, 204, 13, 0.45);
  color: #06091c !important;
}

/* Ghost — text-underline */
.wd-hero-cta-ghost {
  padding: 8px 4px 14px;
  color: #09102e;
}

.wd-hero-cta-ghost::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 2px;
  background: currentColor;
  border-radius: 2px;
  transition: width 0.25s ease;
}

.wd-hero-cta-ghost:hover {
  color: #3d7c00;
}

/* Big main hero image at bottom-center */
.wd-hero-img-wrap {
  position: relative;
  z-index: 2;
  margin: 32px auto 0;
  max-width: 460px;
  min-height: 320px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
}

.wd-hero-img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  filter: drop-shadow(0 24px 40px rgba(255, 120, 150, 0.22));
  animation:
    wdHeroImgIn 1.1s cubic-bezier(0.2, 0.8, 0.2, 1) both,
    wdHeroImgFloat 6s ease-in-out 1.1s infinite;
  transform-origin: 50% 100%;
}

/* Subtle pulsing glow ring under the image */
.wd-hero-img-wrap::before {
  animation: wdHeroGlow 4s ease-in-out infinite;
}

@keyframes wdHeroImgIn {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.94);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes wdHeroImgFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes wdHeroGlow {

  0%,
  100% {
    opacity: 0.55;
    transform: translateX(-50%) scale(1);
  }

  50% {
    opacity: 0.85;
    transform: translateX(-50%) scale(1.06);
  }
}

@media (prefers-reduced-motion: reduce) {

  .wd-hero-img,
  .wd-hero-img-wrap::before {
    animation: none;
  }
}

.wd-hero-rocket {
  position: relative;
  z-index: 1;
  width: clamp(240px, 28vw, 360px);
  height: auto;
  filter: drop-shadow(0 30px 50px rgba(122, 204, 13, 0.32));
  animation: wdRocketFly 5s ease-in-out infinite;
  transform-origin: 50% 70%;
}

.wd-rocket-flames {
  transform-origin: 120px 280px;
  animation: wdRocketFlame 0.18s ease-in-out infinite alternate;
}

@keyframes wdRocketFly {

  0%,
  100% {
    transform: translateY(0) rotate(-1deg);
  }

  50% {
    transform: translateY(-14px) rotate(1deg);
  }
}

@keyframes wdRocketFlame {
  0% {
    transform: scaleY(1) scaleX(1);
    opacity: 0.95;
  }

  100% {
    transform: scaleY(1.15) scaleX(0.92);
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {

  .wd-hero-rocket,
  .wd-rocket-flames {
    animation: none;
  }
}

.wd-hero-img-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 88%;
  height: 88%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 192, 213, 0.40) 0%, rgba(255, 192, 213, 0) 70%);
  transform: translateX(-50%);
  z-index: -1;
}

.wd-hero-img-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 110%;
  padding-bottom: 110%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  transform: translateX(-50%);
  z-index: -2;
}

.wd-hero-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
}

/* ===== Floating decorative elements ===== */
.wd-hero-deco {
  position: absolute;
  pointer-events: none;
  z-index: 3;
}

.wd-deco-plus {
  top: 6%;
  right: 4%;
  width: 64px;
  animation: wdFloatA 6s ease-in-out infinite;
}

.wd-deco-elements9 {
  top: 36%;
  left: 6%;
  width: 110px;
  animation: wdFloatB 7s ease-in-out infinite;
  opacity: 0.85;
}

.wd-deco-elements10 {
  bottom: 36%;
  left: 22%;
  width: 100px;
  animation: wdFloatA 8s ease-in-out infinite reverse;
  opacity: 0.85;
}

.wd-deco-sound {
  top: 38%;
  right: 5%;
  width: 90px;
  animation: wdFloatB 5s ease-in-out infinite;
}

@keyframes wdFloatA {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }

  50% {
    transform: translate(8px, -10px) rotate(-4deg);
  }
}

@keyframes wdFloatB {

  0%,
  100% {
    transform: translate(0, 0) rotate(0deg);
  }

  50% {
    transform: translate(-8px, -8px) rotate(4deg);
  }
}

/* ===== Floating side cards ===== */
/* Left organic blob with team illustration */
.wd-hero-blob {
  position: absolute;
  z-index: 2;
  top: 38%;
  left: 5%;
  width: clamp(150px, 14vw, 200px);
  height: auto;
  animation: wdFloatA 9s ease-in-out infinite;
  filter: drop-shadow(0 18px 30px rgba(9, 16, 46, 0.12));
}

.wd-hero-blob-google {
  background: transparent;
  filter: none;
}

/* Right country label */
.wd-hero-country {
  position: absolute;
  z-index: 4;
  top: 30%;
  right: 7%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 10px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 16px 30px rgba(9, 16, 46, 0.10);
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #09102e;
}

.wd-hero-country img {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  object-fit: cover;
}

.wd-hero-country-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(122, 204, 13, 0.20), rgba(122, 204, 13, 0.06));
  border: 1px solid rgba(122, 204, 13, 0.40);
  color: #3d7c00;
  font-size: 17px;
}

.wd-hero-country strong {
  display: block;
  font-size: 11px;
  color: #5b637a;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Bottom-left stats card */
.wd-hero-stats {
  position: absolute;
  z-index: 4;
  bottom: 18%;
  left: 18%;
  padding: 14px 18px;
  border-radius: 14px;
  background: #ffffff;
  box-shadow: 0 18px 36px rgba(9, 16, 46, 0.10);
  font-family: 'Inter', sans-serif;
  min-width: 200px;
}

.wd-hero-stats-label {
  display: block;
  font-size: 11px;
  color: #8a93ae;
  margin-bottom: 4px;
  letter-spacing: 0.02em;
}

.wd-hero-stats-num {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-family: 'Fraunces', serif;
  font-weight: 800;
  font-size: 22px;
  color: #09102e;
  letter-spacing: -0.02em;
}

.wd-hero-stats-num small {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 700;
  color: #3d7c00;
  background: rgba(122, 204, 13, 0.14);
  padding: 2px 6px;
  border-radius: 999px;
}

.wd-hero-stats-bars {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 10px;
}

.wd-hero-stats-bars span {
  display: block;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(90deg, #7ACC0D, transparent);
}

.wd-hero-stats-bars span:nth-child(1) {
  width: 86%;
}

.wd-hero-stats-bars span:nth-child(2) {
  width: 64%;
  background: linear-gradient(90deg, #5b6dff, transparent);
}

.wd-hero-stats-bars span:nth-child(3) {
  width: 48%;
  background: linear-gradient(90deg, #ff7a18, transparent);
}

.wd-hero-stats-bars span:nth-child(4) {
  width: 34%;
  background: linear-gradient(90deg, #b22234, transparent);
}

/* Right testimonial card */
.wd-hero-testi {
  position: absolute;
  z-index: 4;
  bottom: 14%;
  right: 4%;
  max-width: 230px;
  padding: 16px 4px;
  font-family: 'Inter', sans-serif;
}

.wd-hero-testi-stars {
  color: #ff5470;
  font-size: 14px;
  letter-spacing: 3px;
  margin-bottom: 10px;
}

.wd-hero-testi-quote {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.45;
  color: #09102e;
  margin: 0 0 10px;
}

.wd-hero-testi-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #5b637a;
  font-size: 12.5px;
}

.wd-hero-testi-meta::before {
  content: "*";
  color: #ff5470;
  font-size: 18px;
  line-height: 1;
}

/* ===== Responsive ===== */
/* iPad + mobile (<= 1199px) — show only headline / sub / buttons */
@media (max-width: 1199px) {
  .wd-hero {
    padding: 50px 0 60px;
  }

  .wd-hero-blob,
  .wd-hero-blob-google,
  .wd-hero-country,
  .wd-hero-stats,
  .wd-hero-testi,
  .wd-hero-img-wrap,
  .wd-hero-deco,
  .wd-deco-plus,
  .wd-deco-elements9,
  .wd-deco-elements10,
  .wd-deco-sound {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .wd-hero {
    padding: 40px 0 60px;
  }

  .wd-hero-thumb {
    width: 60px;
    height: 36px;
  }

  .wd-hero-ctas {
    gap: 22px;
  }

  .wd-hero-cta {
    font-size: 12px;
  }
}

/* ============ TRUST LOGOS — dark band ============ */
.wd-logos-dark {
  position: relative;
  padding: 56px 0 60px;
  background:
    radial-gradient(800px 400px at 50% 50%, rgba(122, 204, 13, 0.10), transparent 65%),
    linear-gradient(180deg, #06091c 0%, #0a143a 60%, #06091c 100%);
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.wd-logos-label {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  margin: 0 0 32px;
}

.wd-logos-label i {
  color: #c5f07a;
  margin-right: 4px;
}

.wd-logos-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 28px 40px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.wd-logo {
  display: inline-flex;
  align-items: center;
  height: 48px;
  flex-shrink: 0;
  opacity: 0.82;
  transition: opacity 0.25s ease, transform 0.25s ease;
  filter: brightness(0) invert(1);
}

.wd-logo img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}

.wd-logo:hover {
  opacity: 1;
  transform: translateY(-2px);
}

@media (max-width: 1399px) {

  body section.wd-logos-dark .wd-logos-row {
    gap: 20px 15px !important;
  }

  .wd-logo img {
    max-width: 130px;
    max-height: 40px;
  }



}

@media (max-width: 1199px) {
  body .wd-logos-row {
    gap: 20px 15px !important;
  }






}

@media (max-width: 991px) {
  .wd-logos-dark {
    padding: 40px 0 44px;
  }

  .wd-logo {
    height: 38px;
  }
}

@media (max-width: 575px) {
  .wd-logos-dark {
    padding: 32px 0 36px;
  }

  .wd-logos-label {
    font-size: 12px;
    margin-bottom: 22px;
  }

  .wd-logos-row {
    gap: 20px 28px;
  }

  .wd-logo {
    height: 28px;
  }
}

/* ============ SHARED SECTION ATOMS ============ */
.wd-sec-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 56px;
}

.wd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(122, 204, 13, 0.12);
  border: 1px solid rgba(122, 204, 13, 0.32);
  color: #3d7c00;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.wd-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7ACC0D;
  box-shadow: 0 0 0 3px rgba(122, 204, 13, 0.25);
}

.wd-eyebrow-light {
  background: rgba(122, 204, 13, 0.14);
  border-color: rgba(122, 204, 13, 0.45);
  color: #c5f07a;
}

.wd-sec-title {
  font-family: 'Fraunces', 'Inter', serif;
  font-weight: 700;
  font-size: clamp(30px, 4.2vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #09102e;
  margin: 0 0 16px;
}

.wd-sec-title-light {
  color: #ffffff;
}

.wd-sec-title em {
  font-style: italic;
  background: linear-gradient(90deg, #7ACC0D 0%, #3d7c00 50%, #09102e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  padding-right: 0.08em;
}

.wd-sec-title-light em {
  background: linear-gradient(90deg, #7ACC0D 0%, #c5f07a 50%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.wd-sec-sub {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: #4a5170;
  max-width: 680px;
  margin: 0 auto;
}

.wd-sec-sub-light {
  color: rgba(255, 255, 255, 0.72);
}

/* ============ B. WHAT WE BUILD — white BG · 6 service tiles ============ */
.wd-services {
  position: relative;
  padding: 110px 0 120px;
  background: #ffffff;
  color: #09102e;
  overflow: hidden;
}

.wd-services::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(700px 480px at 92% 5%, rgba(122, 204, 13, 0.08), transparent 60%),
    radial-gradient(600px 420px at 6% 95%, rgba(91, 109, 255, 0.05), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.wd-services>.container {
  position: relative;
  z-index: 1;
}

.wd-svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  max-width: 1240px;
  margin: 0 auto;
}

.wd-svc-card {
  position: relative;
  padding: 32px 28px 28px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(9, 16, 46, 0.08);
  box-shadow: 0 6px 18px rgba(6, 9, 28, 0.05);
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s ease, border-color 0.35s ease;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  display: block;
}

.wd-svc-card::before {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(122, 204, 13, 0.12) 0%, transparent 65%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.wd-svc-card:hover {
  transform: translateY(-6px);
  border-color: rgba(122, 204, 13, 0.45);
  box-shadow: 0 26px 50px rgba(6, 9, 28, 0.08), 0 0 0 1px rgba(122, 204, 13, 0.10) inset;
  color: inherit;
}

.wd-svc-card:hover::before {
  opacity: 1;
}

.wd-svc-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(122, 204, 13, 0.18) 0%, rgba(122, 204, 13, 0.06) 100%);
  border: 1px solid rgba(122, 204, 13, 0.30);
  color: #3d7c00;
  font-size: 24px;
  margin-bottom: 20px;
  transition: transform 0.35s ease;
}

.wd-svc-card:hover .wd-svc-icon {
  transform: rotate(-6deg) scale(1.06);
}

.wd-svc-title {
  position: relative;
  z-index: 1;
  font-family: 'Fraunces', 'Inter', serif;
  font-weight: 700;
  font-size: 22px;
  color: #09102e;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}

.wd-svc-desc {
  position: relative;
  z-index: 1;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  line-height: 1.65;
  color: #4a5170;
  margin: 0 0 18px;
}

.wd-svc-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 18px;
}

.wd-svc-tags span {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(9, 16, 46, 0.04);
  border: 1px solid rgba(9, 16, 46, 0.08);
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  color: #5b637a;
  letter-spacing: 0.01em;
}

.wd-svc-link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 13.5px;
  letter-spacing: 0.04em;
  color: #3d7c00;
  text-decoration: none;
  transition: gap 0.22s ease, color 0.22s ease;
}

.wd-svc-link i {
  font-size: 14px;
  transition: transform 0.22s ease;
}

.wd-svc-card:hover .wd-svc-link {
  gap: 10px;
  color: #7ACC0D;
}

.wd-svc-card:hover .wd-svc-link i {
  transform: translateX(3px);
}

/* ============ C. PROCESS — dark navy BG · 5 numbered steps ============ */
.wd-process {
  position: relative;
  padding: 110px 0 120px;
  background:
    radial-gradient(900px 600px at 90% 10%, rgba(122, 204, 13, 0.14), transparent 60%),
    radial-gradient(700px 480px at 6% 90%, rgba(91, 109, 255, 0.08), transparent 60%),
    linear-gradient(165deg, #06091c 0%, #0a143a 60%, #06091c 100%);
  color: #fff;
  overflow: hidden;
}

.wd-process::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 40%, transparent 90%);
  -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 40%, transparent 90%);
  pointer-events: none;
  z-index: 0;
}

.wd-process>.container {
  position: relative;
  z-index: 1;
}

.wd-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

/* Connecting dashed line between steps */
.wd-steps::before {
  content: "";
  position: absolute;
  top: 38px;
  left: 8%;
  right: 8%;
  height: 2px;
  background-image: linear-gradient(90deg, rgba(122, 204, 13, 0.40) 50%, transparent 50%);
  background-size: 14px 2px;
  background-repeat: repeat-x;
  z-index: 0;
}

/* Layouts with 6+ steps drop to 3-per-row so the last item doesn't sit alone.
   The dashed connector line is hidden because it doesn't span multiple rows. */
.wd-steps:has(> .wd-step:nth-child(6)) {
  grid-template-columns: repeat(3, 1fr);
}

.wd-steps:has(> .wd-step:nth-child(6))::before {
  display: none;
}

.wd-step {
  position: relative;
  z-index: 1;
  padding: 30px 24px 28px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.30);
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.35s ease, background 0.35s ease;
}

.wd-step:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(122, 204, 13, 0.45);
}

.wd-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, #7ACC0D 0%, #5fa908 100%);
  color: #06091c;
  font-family: 'Fraunces', serif;
  font-weight: 800;
  font-style: italic;
  font-size: 22px;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
  box-shadow: 0 6px 16px rgba(122, 204, 13, 0.30);
}

.wd-step-h4 {
  font-family: 'Fraunces', 'Inter', serif;
  font-weight: 700;
  font-size: 19px;
  color: #ffffff;
  margin: 0 0 10px;
  letter-spacing: -0.005em;
}

.wd-step-p {
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

@media (max-width: 1199px) {
  .wd-svc-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .wd-steps::before {
    display: none;
  }
}

@media (max-width: 991px) {

  .wd-services,
  .wd-process {
    padding: 80px 0 90px;
  }

  .wd-sec-head {
    margin-bottom: 44px;
  }
}

@media (max-width: 575px) {

  .wd-services,
  .wd-process {
    padding: 60px 0 70px;
  }

  .wd-svc-grid {
    grid-template-columns: 1fr;
  }

  .wd-steps {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   TABLE OF CONTENTS — full-width, big numbered list with sub-items
   ============================================================ */
html {
  scroll-behavior: smooth;
}

.gw-toc {
  position: relative;
  background: #ffffff;
  padding: 80px 0 90px;
  overflow: hidden;
}

.gw-toc::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 520px at 90% 8%, rgba(122, 204, 13, 0.07), transparent 60%),
    radial-gradient(700px 460px at 8% 92%, rgba(91, 109, 255, 0.05), transparent 60%);
  pointer-events: none;
  z-index: 0;
}

.gw-toc>.container {
  position: relative;
  z-index: 1;
}

.gw-toc .container {
  max-width: none;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.gw-toc-head {
  max-width: 820px;
  margin: 0 0 44px;
}

.gw-toc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px;
  background: rgba(122, 204, 13, 0.12);
  border: 1px solid rgba(122, 204, 13, 0.35);
  color: #568f00;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-radius: 999px;
  margin-bottom: 16px;
}

.gw-toc-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7ACC0D;
  box-shadow: 0 0 8px #7ACC0D;
}

.gw-toc-head h2 {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #09102e;
  margin: 0 0 12px;
}

.gw-toc-head h2 em {
  font-style: italic;
  font-weight: 600;
}

.gw-toc-head p {
  font-size: 16px;
  line-height: 1.6;
  color: #5b6b75;
  margin: 0;
  max-width: 640px;
}

.gw-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(9, 16, 46, 0.1);
}

.gw-toc-item {
  border-bottom: 1px solid rgba(9, 16, 46, 0.1);
}

.gw-toc-link {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding: 26px 8px;
  text-decoration: none;
  color: #09102e;
  position: relative;
  transition: padding 0.3s ease;
}

.gw-toc-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgba(122, 204, 13, 0.10) 0%, rgba(122, 204, 13, 0) 80%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.gw-toc-link:hover::before {
  opacity: 1;
}

.gw-toc-link>* {
  position: relative;
  z-index: 1;
}

.gw-toc-num {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: clamp(30px, 4.4vw, 64px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: #cdd6e0;
  transition: color 0.3s ease;
}

.gw-toc-link:hover .gw-toc-num {
  color: #7ACC0D;
}

.gw-toc-title {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: clamp(18px, 1.9vw, 28px);
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #09102e;
  margin: 0;
  transition: transform 0.3s ease;
}

.gw-toc-link:hover .gw-toc-title {
  transform: translateX(8px);
}

.gw-toc-arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ffffff;
  border: 1.5px solid rgba(9, 16, 46, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #09102e;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  flex-shrink: 0;
}

.gw-toc-link:hover .gw-toc-arrow {
  background: #7ACC0D;
  border-color: #7ACC0D;
  color: #09102e;
  transform: rotate(-45deg) scale(1.05);
}

/* Sub-items (nested under parent) */
.gw-toc-sub {
  list-style: none;
  padding: 0 0 22px 138px;
  margin: -8px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 28px;
}

.gw-toc-sub li {
  margin: 0;
}

.gw-toc-sub a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 4px;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  color: #4a5568;
  text-decoration: none;
  transition: color 0.22s ease, gap 0.22s ease;
}

.gw-toc-sub a::before {
  content: "";
  width: 18px;
  height: 1.5px;
  background: #c5d0db;
  flex-shrink: 0;
  transition: background 0.22s ease, width 0.22s ease;
}

.gw-toc-sub a:hover {
  color: #568f00;
  gap: 14px;
}

.gw-toc-sub a:hover::before {
  background: #7ACC0D;
  width: 24px;
}

@media (max-width: 768px) {
  .gw-toc {
    padding: 60px 0 70px;
  }

  .gw-toc-head {
    margin-bottom: 32px;
  }

  .gw-toc-link {
    grid-template-columns: 64px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 20px 2px;
  }

  .gw-toc-arrow {
    width: 42px;
    height: 42px;
    font-size: 16px;
  }

  .gw-toc-sub {
    grid-template-columns: 1fr;
    padding: 0 0 18px 82px;
  }
}

/* ============================================================
   ARTICLE SECTIONS — TOC-linked content (web-development)
   ============================================================ */
.gw-article {
  scroll-margin-top: 100px;
  padding: 90px 0 100px;
  position: relative;
}

.gw-article .container {
  max-width: 1320px;
}

.gw-article-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Fraunces', serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-bottom: 14px;
}

.gw-article-eyebrow .num {
  font-size: 18px;
  font-weight: 800;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.gw-article h2 {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: clamp(30px, 3.4vw, 44px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}

.gw-article h2 em {
  font-style: italic;
  font-weight: 600;
}

.gw-article .lede {
  font-size: 17px;
  line-height: 1.65;
  margin: 0 0 20px;
}

.gw-article p {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 16px;
}

.gw-article--light {
  background: #ffffff;
  color: #2a3353;
}

.gw-article--light .gw-article-eyebrow {
  color: #568f00;
}

.gw-article--light .gw-article-eyebrow .num {
  background: rgba(122, 204, 13, 0.16);
  color: #568f00;
}

.gw-article--light h2 {
  color: #09102e;
}

.gw-article--light .lede {
  color: #4a5568;
}

.gw-article--cream {
  background: #f5f7f2;
  color: #2a3353;
}

.gw-article--cream .gw-article-eyebrow {
  color: #568f00;
}

.gw-article--cream .gw-article-eyebrow .num {
  background: rgba(122, 204, 13, 0.16);
  color: #568f00;
}

.gw-article--cream h2 {
  color: #09102e;
}

.gw-article--cream .lede {
  color: #4a5568;
}

.gw-article--dark {
  background:
    radial-gradient(720px 420px at 85% 0%, rgba(122, 204, 13, 0.16), transparent 60%),
    linear-gradient(165deg, #0b1436 0%, #09102e 60%, #050a1f 100%);
  color: #e6ecf7;
}

.gw-article--dark .gw-article-eyebrow {
  color: #c5f07a;
}

.gw-article--dark .gw-article-eyebrow .num {
  background: rgba(122, 204, 13, 0.18);
  color: #c5f07a;
}

.gw-article--dark h2 {
  color: #ffffff;
}

.gw-article--dark .lede {
  color: rgba(255, 255, 255, 0.78);
}

.gw-article--dark p {
  color: rgba(255, 255, 255, 0.78);
}

/* Split */
.gw-split {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

.gw-split--reverse {
  grid-template-columns: 1fr 1.1fr;
}

.gw-split-img {
  position: relative;
  aspect-ratio: 4/3;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(9, 16, 46, 0.18);
}

.gw-split-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gw-split-checks {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}

.gw-split-checks li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  line-height: 1.55;
}

.gw-split-checks li i {
  color: #7ACC0D;
  font-size: 18px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Comparison table for #3 */
.gw-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 32px;
}

.gw-compare-card {
  border-radius: 18px;
  padding: 28px 28px 26px;
  border: 1px solid rgba(9, 16, 46, 0.08);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(9, 16, 46, 0.06);
}

.gw-compare-card.is-design {
  border-top: 4px solid #7ACC0D;
}

.gw-compare-card.is-dev {
  border-top: 4px solid #09102e;
}

.gw-compare-card h3 {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 22px;
  color: #09102e;
  margin: 0 0 14px;
}

.gw-compare-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gw-compare-card li {
  padding: 9px 0;
  border-bottom: 1px dashed rgba(9, 16, 46, 0.08);
  font-size: 14.5px;
  line-height: 1.55;
  color: #4a5568;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.gw-compare-card li:last-child {
  border-bottom: 0;
}

.gw-compare-card li i {
  color: #7ACC0D;
  flex-shrink: 0;
  margin-top: 3px;
}

/* "Why choose" 6-up grid */
.gw-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 36px;
}

.gw-why-card {
  background: #f5f7f2;
  border: 1px solid rgba(9, 16, 46, 0.06);
  border-radius: 18px;
  padding: 28px 26px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gw-why-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(9, 16, 46, 0.10);
}

.gw-why-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: rgba(122, 204, 13, 0.16);
  color: #568f00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 14px;
}

.gw-why-card h3 {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 19px;
  color: #09102e;
  margin: 0 0 8px;
}

.gw-why-card p {
  font-size: 14.5px;
  line-height: 1.6;
  color: #4a5568;
  margin: 0;
}

/* Process steps (#6) */
.gw-process-list {
  display: grid;
  gap: 22px;
  margin-top: 36px;
  counter-reset: gwp;
}

.gw-process-step {
  scroll-margin-top: 110px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(122, 204, 13, 0.22);
  border-radius: 20px;
  padding: 30px 32px;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.gw-process-step .gwp-num {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 56px;
  line-height: 1;
  color: #c5f07a;
  letter-spacing: -0.02em;
}

.gw-process-step h3 {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  margin: 0 0 8px;
}

.gw-process-step p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

/* Testimonials grid (#7) */
.gw-tests-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 36px;
}

.gw-test-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px 26px 24px;
  box-shadow: 0 14px 30px rgba(9, 16, 46, 0.08);
  display: flex;
  flex-direction: column;
}

.gw-test-card .stars {
  color: #ffc83d;
  letter-spacing: 3px;
  font-size: 14px;
  margin-bottom: 12px;
}

.gw-test-card blockquote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.55;
  color: #09102e;
  margin: 0 0 18px;
  flex: 1;
}

.gw-test-card .person {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(9, 16, 46, 0.08);
  padding-top: 14px;
}

.gw-test-card .avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ddd center/cover no-repeat;
  flex-shrink: 0;
}

.gw-test-card .name {
  font-weight: 700;
  color: #09102e;
  font-size: 14.5px;
}

.gw-test-card .role {
  font-size: 12.5px;
  color: #5b6b75;
}

/* Need-it checklist (#8) */
.gw-need-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 28px;
  margin-top: 24px;
}

.gw-need-grid li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15.5px;
  line-height: 1.55;
  color: #2a3353;
}

.gw-need-grid li i {
  color: #7ACC0D;
  font-size: 22px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* Final CTA section (#9) */
.gw-bring-cta {
  margin-top: 32px;
  background:
    radial-gradient(640px 380px at 80% 30%, rgba(122, 204, 13, 0.18), transparent 60%),
    linear-gradient(135deg, #1a2050 0%, #141a45 50%, #0d1238 100%);
  border: 1px solid rgba(122, 204, 13, 0.25);
  border-radius: 24px;
  padding: 44px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.gw-bring-cta h3 {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: clamp(22px, 2.2vw, 30px);
  color: #ffffff;
  margin: 0;
  max-width: 600px;
  line-height: 1.2;
}

.gw-bring-cta a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  background: #7ACC0D;
  color: #09102e !important;
  font-weight: 800;
  font-size: 14.5px;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(122, 204, 13, 0.35);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.gw-bring-cta a:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(122, 204, 13, 0.5);
}

@media (max-width: 991px) {

  .gw-split,
  .gw-split--reverse {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .gw-compare {
    grid-template-columns: 1fr;
  }

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

  .gw-tests-grid {
    grid-template-columns: 1fr;
  }

  .gw-need-grid {
    grid-template-columns: 1fr;
  }

  .gw-process-step {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 24px 22px;
  }

  .gw-process-step .gwp-num {
    font-size: 42px;
  }

  .gw-bring-cta {
    padding: 32px 28px;
  }
}

@media (max-width: 575px) {
  .gw-article {
    padding: 60px 0 70px;
  }

  .gw-why-grid {
    grid-template-columns: 1fr;
  }
}

/* ============ TESTIMONIAL + CONTACT — full-bleed image + form panel ============ */
.gw-tc {
  background:
    radial-gradient(720px 420px at 5% 0%, rgba(122, 204, 13, 0.10), transparent 60%),
    linear-gradient(165deg, #0b1436 0%, #09102e 60%, #050a1f 100%);
  padding: 0;
  color: #e6ecf7;
  overflow: hidden;
}

.gw-tc .container {
  max-width: 100%;
  padding: 0;
}

.gw-tc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  width: 100%;
  min-height: 640px;
}

/* shared eyebrow / heading */
.gw-tc-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px;
  background: rgba(122, 204, 13, 0.16);
  border: 1px solid rgba(122, 204, 13, 0.45);
  color: #c5f07a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-radius: 999px;
  margin-bottom: 14px;
  width: max-content;
}

.gw-tc-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7ACC0D;
  box-shadow: 0 0 8px #7ACC0D;
}

.gw-tc h2 {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: clamp(28px, 3.0vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin: 0 0 22px;
}

.gw-tc h2 em {
  font-style: italic;
  font-weight: 600;
}

/* ---------- TESTIMONIAL SLIDER (left) ---------- */
.gw-test {
  background:
    radial-gradient(420px 260px at 0% 0%, rgba(122, 204, 13, 0.18), transparent 60%),
    linear-gradient(160deg, #14205a 0%, #0d1645 50%, #0a1130 100%);
  border: 1px solid rgba(122, 204, 13, 0.22);
  border-radius: 24px;
  padding: 38px 38px 30px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.gw-test-marker {
  font-family: 'Fraunces', serif;
  font-size: 80px;
  line-height: 0.6;
  color: rgba(122, 204, 13, 0.25);
  margin-bottom: 6px;
  user-select: none;
}

.gw-test-track {
  position: relative;
  flex: 1 0 auto;
  min-height: 230px;
}

.gw-test-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.gw-test-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.gw-test-quote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.5;
  color: #ffffff;
  margin: 0 0 22px;
}

.gw-test-stars {
  color: #ffc83d;
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 14px;
}

.gw-test-person {
  display: flex;
  align-items: center;
  gap: 14px;
}

.gw-test-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #1a2050 center/cover no-repeat;
  border: 2px solid rgba(122, 204, 13, 0.5);
  flex-shrink: 0;
}

.gw-test-name {
  font-weight: 700;
  color: #ffffff;
  font-size: 15px;
  margin: 0 0 2px;
}

.gw-test-role {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
}

.gw-test-controls {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  position: relative;
  z-index: 2;
}

.gw-test-dots {
  display: flex;
  gap: 8px;
}

.gw-test-dot {
  width: 28px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.22s ease, width 0.22s ease;
}

.gw-test-dot.is-active {
  background: #7ACC0D;
  width: 40px;
}

.gw-test-arrows {
  display: flex;
  gap: 10px;
}

.gw-test-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1.5px solid rgba(122, 204, 13, 0.5);
  color: #c5f07a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.gw-test-arrow:hover {
  background: #7ACC0D;
  color: #09102e;
  transform: translateY(-2px);
}

/* ---------- CONTACT FORM (right) — flush panel, no card ---------- */
.gw-contact {
  background: #ffffff;
  border-radius: 0;
  padding: clamp(48px, 6vw, 80px) clamp(28px, 5vw, 64px);
  color: #2a3353;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gw-contact .gw-tc-eyebrow {
  background: rgba(122, 204, 13, 0.12);
  border-color: rgba(122, 204, 13, 0.35);
  color: #568f00;
}

.gw-contact h2 {
  color: #09102e;
}

.gw-contact-sub {
  color: #5b6b75;
  font-size: 14.5px;
  margin: -10px 0 22px;
}

/* Gravity Forms-styled fields */
.gw-contact .gform_wrapper {
  margin: 0;
}

.gw-contact .gform_fields {
  list-style: none;
  padding: 0;
  margin: 0 0 12px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.gw-contact .gfield {
  display: flex;
  flex-direction: column;
}

.gw-contact .gfield--full {
  grid-column: 1 / -1;
}

/* Field + button styling now lives in forms-bridge.css so all sub-page
   form classes (gw / lh / wd / ls / aic) render uniformly. Removing the
   legacy block here was causing the chevron to jump on hover because
   two competing transition rules animated against each other. */
.gw-contact-trust {
  font-size: 12.5px;
  color: #5b6b75;
}

.gw-contact-trust i {
  color: #7ACC0D;
}

@media (max-width: 991px) {
  .gw-tc-grid {
    grid-template-columns: 1fr;
    gap: 0;
    min-height: 0;
  }
}

@media (max-width: 575px) {
  .gw-contact {
    padding: 40px 24px;
  }

  .gw-contact .gform_fields {
    grid-template-columns: 1fr;
  }
}

/* ============ (legacy wd-contact wrapper kept hidden) ============ */
.wd-contact-grid-old {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 60px;
  align-items: stretch;
  max-width: 1280px;
  margin: 0 auto;
}

/* LEFT — testimonial */
.wd-testi {
  position: relative;
  padding: 44px 40px 40px;
  border-radius: 24px;
  background:
    radial-gradient(600px 400px at 15% 10%, rgba(122, 204, 13, 0.16), transparent 60%),
    linear-gradient(165deg, #06091c 0%, #0a143a 60%, #06091c 100%);
  color: #fff;
  box-shadow: 0 30px 60px rgba(9, 16, 46, 0.18);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.wd-testi-quote-mark {
  position: absolute;
  top: 22px;
  right: 30px;
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 800;
  font-size: 140px;
  line-height: 1;
  color: rgba(122, 204, 13, 0.18);
  pointer-events: none;
}

.wd-testi-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(122, 204, 13, 0.14);
  border: 1px solid rgba(122, 204, 13, 0.45);
  color: #c5f07a;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  align-self: flex-start;
  margin-bottom: 24px;
}

.wd-testi-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7ACC0D;
  box-shadow: 0 0 0 3px rgba(122, 204, 13, 0.25);
}

.wd-testi-stars {
  color: #ffd24a;
  font-size: 18px;
  letter-spacing: 4px;
  margin-bottom: 18px;
  text-shadow: 0 0 16px rgba(255, 210, 74, 0.40);
}

.wd-testi-quote {
  font-family: 'Fraunces', serif;
  font-style: italic;
  font-weight: 500;
  font-size: clamp(20px, 1.8vw, 26px);
  line-height: 1.5;
  color: #ffffff;
  margin: 0 0 24px;
}

.wd-testi-quote em {
  font-style: italic;
  background: linear-gradient(90deg, #7ACC0D 0%, #c5f07a 50%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  padding-right: 0.06em;
}

.wd-testi-metric {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(122, 204, 13, 0.16) 0%, rgba(122, 204, 13, 0.04) 100%);
  border: 1px solid rgba(122, 204, 13, 0.32);
  margin-bottom: 28px;
  align-self: flex-start;
}

.wd-testi-metric-num {
  font-family: 'Fraunces', serif;
  font-weight: 800;
  font-size: 26px;
  color: #c5f07a;
  letter-spacing: -0.02em;
  line-height: 1;
}

.wd-testi-metric-num sup {
  font-size: 14px;
  font-weight: 600;
  margin-left: 2px;
}

.wd-testi-metric-label {
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.wd-testi-author {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.wd-testi-avatar {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #7ACC0D 0%, #5fa908 100%);
  color: #06091c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Fraunces', serif;
  font-weight: 800;
  font-size: 20px;
  letter-spacing: 0.02em;
  box-shadow: 0 6px 16px rgba(122, 204, 13, 0.30);
}

.wd-testi-name {
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 15px;
  color: #ffffff;
  line-height: 1.25;
}

.wd-testi-role {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 2px;
}

/* RIGHT — contact form (Gravity Forms classes) */
.wd-form-card {
  padding: 48px 44px 40px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(9, 16, 46, 0.08);
  box-shadow: 0 30px 60px rgba(9, 16, 46, 0.10);
}

.wd-form-head {
  margin-bottom: 28px;
}

.wd-form-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(122, 204, 13, 0.12);
  border: 1px solid rgba(122, 204, 13, 0.32);
  color: #3d7c00;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 11.5px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.wd-form-eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7ACC0D;
  box-shadow: 0 0 0 3px rgba(122, 204, 13, 0.25);
}

.wd-form-title {
  font-family: 'Fraunces', 'Inter', serif;
  font-weight: 700;
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1.18;
  letter-spacing: -0.015em;
  color: #09102e;
  margin: 0 0 8px;
}

.wd-form-title em {
  font-style: italic;
  background: linear-gradient(90deg, #7ACC0D 0%, #3d7c00 50%, #09102e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  padding-right: 0.08em;
}

.wd-form-sub {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  color: #5b637a;
  margin: 0;
}

/* Gravity-Forms-flavoured fields, scoped to .wd-form-card */
.wd-form-card .gform_fields {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.wd-form-card .gfield {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.wd-form-card .gfield--width-full,
.wd-form-card .gf_full_width,
.wd-form-card .gfield-full {
  grid-column: 1 / -1;
}

.wd-form-card .gfield_label,
.wd-form-card .gform-field-label {
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #09102e;
  margin-bottom: 6px;
  letter-spacing: 0.01em;
}

.wd-form-card .gfield_required,
.wd-form-card .gfield_required_asterisk {
  color: #d11a2a;
  margin-left: 2px;
}

.wd-form-card .ginput_container input,
.wd-form-card .ginput_container select,
.wd-form-card .ginput_container textarea {
  width: 100%;
  padding: 13px 16px;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  color: #09102e;
  background: #fafaf5;
  border: 1.5px solid rgba(9, 16, 46, 0.10);
  border-radius: 12px;
  transition: border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
  outline: none;
}

.wd-form-card .ginput_container input::placeholder,
.wd-form-card .ginput_container textarea::placeholder {
  color: #8a93ae;
}

.wd-form-card .ginput_container input:focus,
.wd-form-card .ginput_container select:focus,
.wd-form-card .ginput_container textarea:focus {
  border-color: rgba(122, 204, 13, 0.55);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(122, 204, 13, 0.14);
}

.wd-form-card .ginput_container textarea {
  min-height: 110px;
  resize: vertical;
  line-height: 1.55;
}

.wd-form-card .ginput_container select {
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'><path d='M1 1.5L6 6.5L11 1.5' stroke='%237ACC0D' stroke-width='2' stroke-linecap='round'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.wd-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid rgba(9, 16, 46, 0.06);
}

.wd-form-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7ACC0D 0%, #5fa908 100%);
  color: #06091c !important;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  border: 0;
  cursor: pointer;
  box-shadow: 0 14px 28px rgba(122, 204, 13, 0.32);
  transition: transform 0.22s ease, gap 0.22s ease, box-shadow 0.22s ease;
  text-decoration: none;
}

.wd-form-submit:hover {
  transform: translateY(-2px);
  gap: 14px;
  box-shadow: 0 20px 40px rgba(122, 204, 13, 0.45);
  color: #06091c !important;
}

.wd-form-reassure {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #5b637a;
}

.wd-form-reassure i {
  color: #5fa908;
  font-size: 14px;
}

@media (max-width: 1024px) {
  .wd-contact {
    padding: 80px 0 90px;
  }

  .wd-contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  body section.wd-logos-dark .wd-logos-row {
    justify-content: center;padding: 0;
  }

  section.gw-tc {
    padding: 0;
  }

  section.gw-tc .gw-tc-grid {
    gap: 0 !important;
  }

}

@media (max-width: 991px) {
  .wd-contact {
    padding: 80px 0 90px;
  }

  .wd-contact-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  body section.wd-logos-dark .wd-logos-row {
    justify-content: center;
  }


}

@media (max-width: 575px) {
  .wd-contact {
    padding: 60px 0 70px;
  }

  .wd-testi {
    padding: 32px 24px;
  }

  .wd-form-card {
    padding: 32px 24px;
  }

  .wd-form-card .gform_fields {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .wd-testi-quote-mark {
    font-size: 100px;
    right: 16px;
  }
}

/* Testimonial carousel — controls */
.wd-testi-slider {
  position: relative;
  height: 100%;
}

.wd-testi-slider .carousel-inner,
.wd-testi-slider .carousel-item {
  height: 100%;
}

.wd-testi-slider .wd-testi {
  height: 100%;
}

.wd-testi-slider .carousel-item.active,
.wd-testi-slider .carousel-item-next,
.wd-testi-slider .carousel-item-prev {
  display: flex;
}

/* Dots */
.wd-testi-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 5;
}

.wd-testi-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.30);
  padding: 0;
  text-indent: -9999px;
  transition: width 0.25s ease, background 0.25s ease;
  opacity: 1;
}

.wd-testi-dots button:hover {
  background: rgba(255, 255, 255, 0.55);
}

.wd-testi-dots button.active {
  width: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, #c5f07a 0%, #7ACC0D 100%);
  box-shadow: 0 0 12px rgba(122, 204, 13, 0.45);
}

/* Arrows */
.wd-testi-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
  z-index: 4;
  opacity: 0.85;
}

.wd-testi-arrow:hover {
  background: rgba(122, 204, 13, 0.22);
  border-color: rgba(122, 204, 13, 0.55);
  color: #c5f07a;
  opacity: 1;
}

.wd-testi-prev {
  left: 12px;
}

.wd-testi-next {
  right: 12px;
}

/* Bottom inner padding so dots don't overlap content */
.wd-testi-slider .wd-testi {
  padding-bottom: 56px;
}

/* ============================================================
   OUR WORK — dual marquee rows (left + right)
   ============================================================ */
.gw-work {
  background: #f5f7f2;
  padding: 90px 0 100px;
  overflow: hidden;
}

.gw-work-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
  padding: 0 20px;
}

.gw-work-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 14px;
  background: rgba(122, 204, 13, 0.12);
  border: 1px solid rgba(122, 204, 13, 0.35);
  color: #568f00;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  border-radius: 999px;
  margin-bottom: 16px;
}

.gw-work-eyebrow::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #7ACC0D;
  box-shadow: 0 0 8px #7ACC0D;
}

.gw-work-head h2 {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #09102e;
  margin: 0 0 12px;
}

.gw-work-head h2 em {
  font-style: italic;
  font-weight: 600;
}

.gw-work-head p {
  font-size: 16px;
  line-height: 1.6;
  color: #5b6b75;
  margin: 0;
}

.gw-work-row {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
}

.gw-work-row:last-child {
  margin-bottom: 0;
}

.gw-work-track {
  display: flex;
  gap: 24px;
  width: max-content;
  will-change: transform;
}

.gw-work-row--left .gw-work-track {
  animation: gwWorkLeft 44s linear infinite;
}

.gw-work-row--right .gw-work-track {
  animation: gwWorkRight 44s linear infinite;
}

.gw-work-row:hover .gw-work-track {
  animation-play-state: paused;
}

@keyframes gwWorkLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes gwWorkRight {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .gw-work-track {
    animation: none !important;
  }
}

.gw-work-card {
  flex: 0 0 auto;
  width: 240px;
  aspect-ratio: 3 / 4;
  border-radius: 18px;
  overflow: hidden;
  background: #0b1436;
  display: block;
  position: relative;
  transition: transform 0.4s ease;
}

.gw-work-card:hover {
  transform: translateY(-6px);
}

.gw-work-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
  transition: transform 0.6s cubic-bezier(.22, .9, .28, 1);
  transform-origin: top center;
}

.gw-work-card:hover img {
  transform: scale(1.06);
}

.gw-work-card--lime {
  border: 3px solid #7ACC0D;
  box-shadow: 0 12px 26px rgba(122, 204, 13, 0.18);
}

.gw-work-card--dark {
  border: 3px solid #09102e;
  box-shadow: 0 12px 26px rgba(9, 16, 46, 0.18);
}

.gw-work-card--dashed {
  border: 3px dashed #7ACC0D;
  box-shadow: 0 12px 26px rgba(9, 16, 46, 0.10);
}

.gw-work-card--soft {
  border: 3px solid #c5f07a;
  box-shadow: 0 12px 26px rgba(9, 16, 46, 0.10);
}

@media (max-width: 768px) {
  .gw-work-card {
    width: 180px;
  }

  .wd-sec-sub {
    font-size: 16px;
  }

  .wd-hero-sub {
    margin: 0 auto 20px;
  }
.wd-steps:has(> .wd-step:nth-child(6)) {
    grid-template-columns: repeat(2, 1fr);
}

}

@media (max-width: 480px) {
  .gw-work-card {
    width: 150px;
  }
  .wd-steps:has(> .wd-step:nth-child(6)) {
    grid-template-columns: repeat(1, 1fr);
}
}

/* LEFT — full-bleed image, edge-to-edge */
.gw-tc-image {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  background: #0a1130;
}

.gw-tc-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 991px) {
  .gw-tc-image {
    min-height: 320px;
  }
}