/* ============================================================
   GET-A-WEBSITE — Google Ads landing page (.gw-* scoped)
   ============================================================ */

/* ===== HERO ===== */
.gw-hero {
  position: relative;
  padding: 70px 0 90px;
  background:
    radial-gradient(900px 600px at 90% 10%, rgba(122, 204, 13, 0.18), transparent 60%),
    radial-gradient(800px 520px at 8% 95%, rgba(91, 109, 255, 0.14), transparent 60%),
    linear-gradient(165deg, #06091c 0%, #0a143a 60%, #06091c 100%);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.gw-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(800px 600px at 50% 40%, #000 30%, transparent 90%);
  pointer-events: none;
  z-index: 0;
}
.gw-hero > .container { position: relative; z-index: 1; }
.gw-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 60px;
  align-items: center;
}
.gw-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.4);
  color: #c5f07a;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.gw-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7ACC0D;
  box-shadow: 0 0 12px #7ACC0D;
}
.gw-title {
  font-family: 'Fraunces', 'Inter', serif;
  font-weight: 800;
  font-size: clamp(40px, 5vw, 72px);
  line-height: 1.04;
  letter-spacing: -0.02em;
  color: #fff;
  margin: 0 0 22px;
}
.gw-sub {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
  margin: 0 0 26px;
  max-width: 580px;
}
.gw-quick {
  list-style: none;
  padding: 0;
  margin: 0 0 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
}
.gw-quick li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.gw-quick i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(122, 204, 13, 0.2);
  color: #c5f07a;
  font-size: 13px;
}
.gw-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.gw-trust-label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}
.gw-trust-row {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.gw-trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
.gw-trust-item .gw-stars {
  color: #ffbe2e;
  font-size: 11px;
  letter-spacing: 1px;
  margin-left: 4px;
}

/* Hero form card */
.gw-form-card {
  background: #fff;
  color: #0a0a0f;
  border-radius: 20px;
  padding: 32px 30px 28px;
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.45),
    0 0 0 1px rgba(122, 204, 13, 0.18);
  position: relative;
}
.gw-form-card::before {
  content: "FREE QUOTE";
  position: absolute;
  top: -14px;
  right: 22px;
  background: linear-gradient(135deg, #7ACC0D 0%, #5fa908 100%);
  color: #06091c;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.18em;
  padding: 6px 12px;
  border-radius: 999px;
  box-shadow: 0 6px 14px rgba(122, 204, 13, 0.4);
}
.gw-form-title {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #06091c;
  margin: 0 0 6px;
}
.gw-form-sub {
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  color: #5a5a65;
  margin: 0 0 22px;
}
.gw-form .gform_fields {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
/* Higher-specificity wrapper to beat Gravity Forms' framework "orbital" theme
   CSS, which gets loaded after our stylesheet on form 246. Every input
   property below also takes !important so per-field-type GF rules don't
   leak through. */
.gw-form-card .gform_fields,
.gw-form-card .gw-form .gform_fields { gap: 14px !important; }

.gw-form-card .gfield_label {
  font-family: 'Inter', sans-serif !important;
  font-size: 11.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  color: #2a2a35 !important;
  margin-bottom: 6px !important;
  display: block !important;
  line-height: 1.4 !important;
}
.gw-form-card .gfield_required { color: #e25b4b !important; margin-left: 3px; }

.gw-form-card .ginput_container { position: relative !important; }
.gw-form-card .ginput_container > i.bi {
  position: absolute !important;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #8b8b95;
  font-size: 16px;
  pointer-events: none;
  z-index: 2;
}
.gw-form-card .ginput_container_textarea > i.bi {
  top: 16px;
  transform: none;
}

.gw-form-card input[type="text"],
.gw-form-card input[type="email"],
.gw-form-card input[type="tel"],
.gw-form-card input[type="url"],
.gw-form-card input[type="number"],
.gw-form-card select,
.gw-form-card textarea {
  width: 100% !important;
  padding: 13px 14px 13px 42px !important;
  border: 1.5px solid #e3e1d8 !important;
  border-radius: 10px !important;
  background: #fafaf6 !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 14.5px !important;
  color: #06091c !important;
  line-height: 1.5 !important;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  outline: none !important;
  box-shadow: none !important;
  height: auto !important;
  min-height: 0 !important;
}
.gw-form-card select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  cursor: pointer;
  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 1L6 6L11 1' stroke='%235a5a65' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 16px center !important;
  background-color: #fafaf6 !important;
  padding-right: 40px !important;
}
.gw-form-card textarea {
  resize: vertical !important;
  min-height: 88px !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

/* "Tell us a bit more" textarea — locked to 90px on desktop, shorter on mobile. */
.gw-form-card #input_246_4 {
  height: 90px !important;
  min-height: 90px !important;
}
@media (max-width: 575px) {
  .gw-form-card #input_246_4 {
    height: 72px !important;
    min-height: 72px !important;
  }
}
.gw-form-card input:focus,
.gw-form-card select:focus,
.gw-form-card textarea:focus {
  border-color: #7ACC0D !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(122, 204, 13, 0.18) !important;
}

/* Submit button — full-width green pill */
.gw-form-card .gform_footer,
.gw-form-card .gform-footer { padding: 0 !important; margin: 18px 0 0 !important; display: block !important; }
.gw-form-card .gform_button,
.gw-form-card .gform-button,
.gw-form-card .gform_footer button[type="submit"] {
  display: inline-flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  padding: 15px 22px !important;
  border: none !important;
  border-radius: 999px !important;
  background: linear-gradient(135deg, #7ACC0D 0%, #5fa908 100%) !important;
  color: #06091c !important;
  font-family: 'Inter', sans-serif !important;
  font-weight: 800 !important;
  font-size: 15px !important;
  letter-spacing: 0.04em !important;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(122, 204, 13, 0.35) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, gap 0.25s ease;
  text-transform: none !important;
  line-height: 1.2 !important;
}
.gw-form-card .gform_button:hover { transform: translateY(-2px); box-shadow: 0 18px 38px rgba(122, 204, 13, 0.45) !important; gap: 14px !important; }
.gw-form-reassure {
  margin-top: 14px;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  color: #5a5a65;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.gw-form-reassure i { color: #5fa908; }

/* ===== GREEN LOGO STRIP ===== */
.gw-logos-green {
  background: linear-gradient(135deg, #7ACC0D 0%, #5fa908 100%);
  padding: 38px 0;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.20);
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: center;
  min-height: 110px;
}
.gw-logos-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  gap: 30px 40px;
}
.gw-logo {
  display: inline-flex;
  align-items: center;
  height: 36px;
  flex-shrink: 0;
  opacity: 0.95;
  transition: opacity 0.25s ease, transform 0.25s ease;
  filter: brightness(0) invert(1);
}
.gw-logo img { height: 100%; width: auto; display: block; }
.gw-logo:hover { opacity: 1; transform: translateY(-2px); }
@media (max-width: 575px) {
  .gw-logos-green { padding: 22px 0; }
  .gw-logos-row { gap: 20px 24px; }
  .gw-logo { height: 26px; }
}

/* Contact strip variant — replaces the logo row when mode = contact.
   4 cells: icon + label + value. Banner already shows trust logos so
   we use this strip to give the same green band actual utility. */
.gw-logos-green--contact { padding: 32px 0; }
.gw-contact-strip {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  align-items: center;
}
.gw-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #09102e;
}
.gw-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(9, 16, 46, 0.92);
  color: #c5f07a;
  font-size: 18px;
  flex-shrink: 0;
  box-shadow: 0 6px 14px -8px rgba(9, 16, 46, 0.5);
}
.gw-contact-text {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.gw-contact-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(9, 16, 46, 0.7);
  line-height: 1.2;
}
.gw-contact-value,
a.gw-contact-value {
  font-size: 15px;
  font-weight: 700;
  color: #09102e;
  line-height: 1.3;
  text-decoration: none;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
}
a.gw-contact-value { transition: color 0.2s ease; }
a.gw-contact-value:hover { color: #ffffff; }
@media (max-width: 991px) {
  .gw-contact-strip { grid-template-columns: repeat(2, 1fr); gap: 22px 28px; }
}
@media (max-width: 575px) {
  .gw-contact-strip { grid-template-columns: 1fr; gap: 18px; }
  .gw-logos-green--contact { padding: 24px 0; }
}

/* ===== INCLUDED FEATURES ===== */
.gw-includes {
  position: relative;
  padding: 110px 0;
  background:
    linear-gradient(165deg, rgba(6, 9, 28, 0.92) 0%, rgba(10, 20, 58, 0.86) 60%, rgba(6, 9, 28, 0.94) 100%),
    url('../images/banners/D2.jpg') center/cover no-repeat;
  color: #fff;
}
.gw-includes::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(800px 500px at 90% 10%, rgba(122, 204, 13, 0.18), transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.gw-includes > .container { position: relative; z-index: 1; }
.gw-includes .gw-section-eyebrow {
  background: rgba(122, 204, 13, 0.18);
  border-color: rgba(122, 204, 13, 0.50);
  color: #aedb55;
}
.gw-includes .gw-section-title { color: #ffffff; }
.gw-includes .gw-section-sub { color: rgba(255, 255, 255, 0.72); }
.gw-section-head { text-align: center; max-width: 760px; margin: 0 auto 60px; }
.gw-section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(122, 204, 13, 0.16);
  border: 1px solid rgba(122, 204, 13, 0.42);
  color: #2d4d05;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 11.5px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.gw-section-title {
  font-family: 'Fraunces', serif;
  font-weight: 800;
  font-size: clamp(30px, 3.8vw, 50px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #06091c;
  margin: 0 0 14px;
}
.gw-section-sub {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #2a3353;
  margin: 0;
}
.gw-includes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.gw-inc-card {
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid rgba(255, 255, 255, 0.10);
  border-radius: 18px;
  padding: 28px 26px 26px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}
.gw-inc-card:hover {
  transform: translateY(-6px);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 30px 56px rgba(0, 0, 0, 0.45);
  border-color: rgba(122, 204, 13, 0.55);
}
.gw-inc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: rgba(122, 204, 13, 0.22);
  border: 1px solid rgba(122, 204, 13, 0.40);
  color: #aedb55;
  font-size: 23px;
  margin-bottom: 16px;
  box-shadow: 0 0 24px rgba(122, 204, 13, 0.18);
}
.gw-inc-title {
  font-family: 'Fraunces', serif;
  font-weight: 800;
  font-size: 20px;
  color: #ffffff;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
}
.gw-inc-desc {
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

/* ===== WHY + SERVICES SPLIT ===== */
.gw-split {
  padding: 110px 0;
  background:
    radial-gradient(700px 460px at 100% 0%, rgba(122, 204, 13, 0.14), transparent 60%),
    linear-gradient(180deg, #fff 0%, #f3eee0 100%);
  position: relative;
}
.gw-split-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.gw-split-col .gw-section-eyebrow { margin-bottom: 16px; }
.gw-split-col .gw-section-title { text-align: left; font-size: clamp(28px, 3.4vw, 44px); margin-bottom: 12px; }
.gw-split-col .gw-section-sub { text-align: left; max-width: 520px; margin: 0 0 30px; }

.gw-why-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 18px; }
.gw-why-list li {
  display: flex;
  gap: 16px;
  padding: 20px 22px;
  background: #fff;
  border: 1.5px solid #d8d3c0;
  border-left: 4px solid #7ACC0D;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(6, 9, 28, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.gw-why-list li:hover { transform: translateX(6px); box-shadow: 0 22px 42px rgba(6, 9, 28, 0.14); border-color: #7ACC0D; }
.gw-why-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(122, 204, 13, 0.14);
  color: #5a8d05;
  font-size: 18px;
}
.gw-why-list li > div { display: flex; flex-direction: column; gap: 3px; }
.gw-why-list li strong { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 15.5px; color: #06091c; line-height: 1.3; }
.gw-why-list li span { font-family: 'Inter', sans-serif; font-size: 13.5px; color: #5a5a65; line-height: 1.55; }

.gw-svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.gw-svc-card {
  position: relative;
  display: block;
  padding: 24px 22px;
  background: #fff;
  border: 1.5px solid #d8d3c0;
  border-radius: 14px;
  box-shadow: 0 2px 6px rgba(6, 9, 28, 0.05);
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.gw-svc-card:hover { transform: translateY(-6px); box-shadow: 0 22px 42px rgba(6, 9, 28, 0.16); border-color: #7ACC0D; color: inherit; }
.gw-svc-card-wide { grid-column: 1 / -1; }
.gw-svc-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  font-size: 19px;
  margin-bottom: 14px;
  transition: transform 0.3s ease;
}
.gw-svc-ic-ai     { background: rgba(122, 204, 13, 0.14); color: #5a8d05; }
.gw-svc-ic-design { background: rgba(245, 158, 11, 0.14); color: #b45309; }
.gw-svc-ic-dev    { background: rgba(54, 105, 255, 0.14); color: #3669ff; }
.gw-svc-ic-brand  { background: rgba(168, 85, 247, 0.14); color: #7e22ce; }
.gw-svc-ic-seo    { background: rgba(236, 72, 153, 0.14); color: #be185d; }
.gw-svc-card:hover .gw-svc-icon { transform: scale(1.08); }
.gw-svc-name { font-family: 'Fraunces', serif; font-weight: 700; font-size: 18px; color: #06091c; margin: 0 0 6px; letter-spacing: -0.01em; }
.gw-svc-desc { font-family: 'Inter', sans-serif; font-size: 13.5px; color: #5a5a65; margin: 0 0 8px; line-height: 1.5; }
.gw-svc-arrow { position: absolute; top: 22px; right: 22px; font-size: 15px; color: #c7c5b9; transition: color 0.3s ease, transform 0.3s ease; }
.gw-svc-card:hover .gw-svc-arrow { color: #5a8d05; transform: translate(2px, -2px); }

/* ===== PROCESS ===== */
.gw-process {
  padding: 110px 0;
  background:
    radial-gradient(800px 500px at 90% 10%, rgba(122, 204, 13, 0.14), transparent 60%),
    linear-gradient(165deg, #06091c 0%, #0a143a 60%, #06091c 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.gw-process .gw-section-title { color: #fff; }
.gw-process .gw-section-sub { color: rgba(255,255,255,0.7); }
.gw-process .gw-section-eyebrow {
  background: rgba(122, 204, 13, 0.16);
  border-color: rgba(122, 204, 13, 0.4);
  color: #c5f07a;
}
.gw-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; position: relative; z-index: 1; }
.gw-step {
  position: relative;
  padding: 30px 26px 26px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}
.gw-step:hover { transform: translateY(-4px); border-color: rgba(122, 204, 13, 0.35); background: rgba(122, 204, 13, 0.05); }
.gw-step-day { font-family: 'Fraunces', serif; font-weight: 700; font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: #c5f07a; margin-bottom: 10px; }
.gw-step-num { font-family: 'Fraunces', serif; font-weight: 700; font-size: 56px; line-height: 1; background: linear-gradient(135deg, #b9f05a 0%, #7ACC0D 100%); -webkit-background-clip: text; background-clip: text; color: transparent; margin-bottom: 14px; }
.gw-step-title { font-family: 'Fraunces', serif; font-weight: 700; font-size: 20px; color: #fff; margin: 0 0 8px; letter-spacing: -0.01em; }
.gw-step-desc { font-family: 'Inter', sans-serif; font-size: 14px; line-height: 1.6; color: rgba(255, 255, 255, 0.72); margin: 0; }

/* ===== PRICING ===== */
.gw-pricing {
  position: relative;
  padding: 110px 0;
  background:
    linear-gradient(165deg, rgba(6, 9, 28, 0.92) 0%, rgba(10, 20, 58, 0.86) 60%, rgba(6, 9, 28, 0.94) 100%),
    url('../images/banners/D1.jpg') center/cover no-repeat;
  color: #fff;
}
.gw-pricing::before { content: ""; position: absolute; inset: 0; background: radial-gradient(800px 500px at 90% 10%, rgba(122, 204, 13, 0.18), transparent 60%); pointer-events: none; z-index: 0; }
.gw-pricing > .container { position: relative; z-index: 1; }
.gw-pricing .gw-section-eyebrow { background: rgba(122, 204, 13, 0.18); border-color: rgba(122, 204, 13, 0.50); color: #aedb55; }
.gw-pricing .gw-section-title { color: #ffffff; }
.gw-pricing .gw-section-sub { color: rgba(255, 255, 255, 0.72); }
.gw-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.gw-price-card {
  position: relative;
  background: rgba(255, 255, 255, 0.04);
  border: 1.5px solid rgba(255, 255, 255, 0.10);
  border-radius: 22px;
  padding: 36px 30px 32px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fff;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}
.gw-price-card:hover { transform: translateY(-6px); background: rgba(255, 255, 255, 0.07); box-shadow: 0 32px 64px rgba(0, 0, 0, 0.45); border-color: rgba(122, 204, 13, 0.55); }
.gw-price-card-popular {
  background: linear-gradient(180deg, rgba(122, 204, 13, 0.16) 0%, rgba(122, 204, 13, 0.05) 100%);
  color: #fff;
  border-color: rgba(122, 204, 13, 0.55);
  box-shadow: 0 14px 32px rgba(122, 204, 13, 0.22), 0 0 0 1px rgba(122, 204, 13, 0.10) inset;
  transform: translateY(-12px);
}
.gw-price-card-popular:hover { transform: translateY(-16px); background: linear-gradient(180deg, rgba(122, 204, 13, 0.22) 0%, rgba(122, 204, 13, 0.08) 100%); }
.gw-price-ribbon {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #7ACC0D 0%, #5fa908 100%);
  color: #06091c;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(122, 204, 13, 0.4);
}
.gw-price-tier { font-family: 'Inter', sans-serif; font-weight: 800; font-size: 13px; letter-spacing: 0.18em; text-transform: uppercase; color: #aedb55; margin-bottom: 14px; }
.gw-price-card-popular .gw-price-tier { color: #c5f07a; }
.gw-price-amount { display: flex; align-items: baseline; gap: 6px; margin-bottom: 8px; }
.gw-price-amount-num { font-family: 'Fraunces', serif; font-weight: 800; font-size: 56px; line-height: 1; color: #ffffff; letter-spacing: -0.02em; }
.gw-price-amount-currency { font-family: 'Fraunces', serif; font-weight: 600; font-size: 22px; color: rgba(255, 255, 255, 0.55); }
.gw-price-amount-period { font-family: 'Inter', sans-serif; font-size: 13px; color: rgba(255, 255, 255, 0.55); margin-left: 4px; }
.gw-price-tag { font-family: 'Inter', sans-serif; font-size: 14px; color: rgba(255, 255, 255, 0.65); margin: 0 0 24px; }
.gw-price-card-popular .gw-price-tag { color: rgba(255,255,255,0.75); }
.gw-price-list { list-style: none; padding: 0; margin: 0 0 28px; display: flex; flex-direction: column; gap: 10px; }
.gw-price-list li { display: flex; gap: 10px; align-items: flex-start; font-family: 'Inter', sans-serif; font-size: 14.5px; color: rgba(255, 255, 255, 0.82); line-height: 1.5; }
.gw-price-card-popular .gw-price-list li { color: rgba(255,255,255,0.92); }
.gw-price-list li i { color: #aedb55; font-size: 16px; flex-shrink: 0; margin-top: 3px; }
.gw-price-card-popular .gw-price-list li i { color: #c5f07a; }
.gw-price-cta {
  display: inline-flex;
  width: 100%;
  max-width: 320px;
  height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 22px;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: transform 0.2s ease, gap 0.25s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}
.gw-price-cta-light { background: rgba(255, 255, 255, 0.10); border: 1px solid rgba(255, 255, 255, 0.25); color: #fff; }
.gw-price-cta-light:hover { transform: translateY(-2px); gap: 14px; color: #fff; background: rgba(255, 255, 255, 0.16); border-color: rgba(122, 204, 13, 0.55); }
.gw-price-cta-popular { background: linear-gradient(135deg, #7ACC0D 0%, #5fa908 100%); color: #06091c; box-shadow: 0 14px 28px rgba(122, 204, 13, 0.35); }
.gw-price-cta-popular:hover { transform: translateY(-2px); gap: 14px; box-shadow: 0 18px 36px rgba(122, 204, 13, 0.5); color: #06091c; }

@media (max-width: 767px) {
  .gw-price-cta { height: 46px; font-size: 13px; padding: 0 18px; max-width: 100%; }
}

/* ===== TESTIMONIALS ===== */
.gw-testi {
  padding: 110px 0;
  background:
    radial-gradient(800px 500px at 90% 10%, rgba(122, 204, 13, 0.14), transparent 60%),
    linear-gradient(165deg, #06091c 0%, #0a143a 60%, #06091c 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.gw-testi .gw-section-title { color: #fff; }
.gw-testi .gw-section-sub { color: rgba(255, 255, 255, 0.72); }
.gw-testi .gw-section-eyebrow { background: rgba(122, 204, 13, 0.16); border-color: rgba(122, 204, 13, 0.42); color: #c5f07a; }
.gw-testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; position: relative; z-index: 1; }
.gw-testi-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 18px;
  padding: 32px 28px 28px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  position: relative;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}
.gw-testi-card:hover { transform: translateY(-4px); background: rgba(122, 204, 13, 0.06); box-shadow: 0 26px 52px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(122, 204, 13, 0.35); border-color: rgba(122, 204, 13, 0.5); }
.gw-testi-card::before { content: "\201C"; position: absolute; top: 8px; right: 22px; font-family: 'Fraunces', serif; font-size: 100px; line-height: 1; color: rgba(122, 204, 13, 0.28); pointer-events: none; }
.gw-testi-stars { color: #ffbe2e; font-size: 14px; letter-spacing: 2px; margin-bottom: 14px; }
.gw-testi-quote { font-family: 'Inter', sans-serif; font-size: 15.5px; line-height: 1.65; color: rgba(255, 255, 255, 0.88); margin: 0 0 22px; font-weight: 500; }
.gw-testi-author { display: flex; align-items: center; gap: 14px; }
.gw-testi-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, #7ACC0D 0%, #3669ff 100%); display: inline-flex; align-items: center; justify-content: center; font-family: 'Fraunces', serif; font-weight: 700; font-size: 17px; color: #fff; }
.gw-testi-name { font-family: 'Inter', sans-serif; font-weight: 700; font-size: 14px; color: #fff; margin: 0; line-height: 1.2; }
.gw-testi-role { font-family: 'Inter', sans-serif; font-size: 12.5px; color: rgba(255, 255, 255, 0.65); }

/* ===== FAQ ===== */
.gw-faq {
  padding: 110px 0 120px;
  background:
    linear-gradient(rgba(6, 9, 28, 0.045) 1px, transparent 1px) 0 0 / 40px 40px,
    linear-gradient(90deg, rgba(6, 9, 28, 0.045) 1px, transparent 1px) 0 0 / 40px 40px,
    linear-gradient(rgba(6, 9, 28, 0.07) 1px, transparent 1px) 0 0 / 200px 200px,
    linear-gradient(90deg, rgba(6, 9, 28, 0.07) 1px, transparent 1px) 0 0 / 200px 200px,
    #ffffff;
  position: relative;
  overflow: hidden;
}
.gw-faq > .container { position: relative; z-index: 1; }
.gw-faq-list { max-width: 860px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.gw-faq-item {
  background: #fff;
  border: 1.5px solid #d8d3c0;
  border-radius: 14px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 12px rgba(6, 9, 28, 0.06);
}
.gw-faq-item:hover { transform: translateY(-2px); box-shadow: 0 18px 36px rgba(6, 9, 28, 0.14); border-color: #7ACC0D; }
.gw-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 18px 22px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 15.5px;
  color: #06091c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.gw-faq-item summary::-webkit-details-marker { display: none; }
.gw-faq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(122, 204, 13, 0.16);
  color: #5a8d05;
  font-size: 12px;
  transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease;
  flex-shrink: 0;
}
.gw-faq-item[open] { border-color: #06091c; box-shadow: 0 22px 44px rgba(6, 9, 28, 0.14); }
.gw-faq-item[open] .gw-faq-icon { background: #06091c; color: #c5f07a; transform: rotate(45deg); }
.gw-faq-item > div { padding: 0 22px 22px; font-family: 'Inter', sans-serif; font-size: 14.5px; line-height: 1.65; color: #2a3353; }

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .gw-hero { padding: 50px 0 70px; }
  .gw-hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .gw-includes, .gw-process, .gw-pricing, .gw-testi, .gw-faq, .gw-split { padding: 70px 0 80px; }
  .gw-includes-grid, .gw-testi-grid { grid-template-columns: repeat(2, 1fr); }
  .gw-steps { grid-template-columns: repeat(2, 1fr); }
  .gw-price-grid { grid-template-columns: 1fr; gap: 18px; }
  .gw-price-card-popular { transform: translateY(0); }
  .gw-price-card-popular:hover { transform: translateY(-4px); }
  .gw-split-grid { grid-template-columns: 1fr; gap: 50px; }
}
@media (max-width: 575px) {
  .gw-includes-grid, .gw-testi-grid { grid-template-columns: 1fr; }
  .gw-steps { grid-template-columns: 1fr; }
  .gw-svc-grid { grid-template-columns: 1fr; }
  .gw-svc-card-wide { grid-column: auto; }
}

/* ============================================================
   THEME SHOWCASE (gaw-themes) — 3-up theme preview boxes 768×590
   Pills row → eyebrow/heading/sub → 3-column grid → caption row
   ============================================================ */
.gaw-themes {
  padding: 90px 0 70px;
  background: linear-gradient(180deg, #ffffff 0%, #f7f9f3 100%);
  position: relative;
  overflow: hidden;
}
.gaw-themes-pills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 26px;
}
.gaw-themes-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #1d2745;
  text-transform: capitalize;
}
.gaw-themes-pill i {
  color: #7ACC0D;
  font-size: 8px;
  line-height: 1;
}
.gaw-themes-eyebrow {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7ACC0D;
  margin-bottom: 14px;
}
.gaw-themes-heading {
  font-family: 'Fraunces', serif;
  font-size: clamp(32px, 3.6vw, 50px);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #09102e;
  margin: 0 auto 14px;
  max-width: 900px;
  letter-spacing: -0.01em;
}
.gaw-themes-sub {
  text-align: center;
  color: #5b637a;
  font-size: 16px;
  line-height: 1.65;
  max-width: 700px;
  margin: 0 auto 50px;
}
.gaw-themes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.gaw-theme-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.gaw-theme-card-frame {
  position: relative;
  aspect-ratio: 768 / 590;
  border-radius: 18px;
  overflow: hidden;
  background: #0b1436;
  box-shadow: 0 30px 60px -25px rgba(9, 16, 46, 0.35);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.gaw-theme-card:hover .gaw-theme-card-frame {
  transform: translateY(-6px);
  box-shadow: 0 36px 70px -22px rgba(9, 16, 46, 0.45);
}
.gaw-theme-card-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.gaw-theme-card-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 16px;
  padding: 0 4px;
}
.gaw-theme-card-text { flex: 1 1 auto; }
.gaw-theme-card-title {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 19px;
  color: #09102e;
  margin: 0 0 4px;
  letter-spacing: -0.01em;
}
.gaw-theme-card-cat {
  display: block;
  font-size: 13px;
  color: #5b637a;
  letter-spacing: 0.01em;
}
.gaw-theme-card-mode {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  padding: 6px 12px;
  border-radius: 999px;
  text-transform: uppercase;
  background: #09102e;
  color: #ffffff;
  flex-shrink: 0;
}
.gaw-theme-card-mode.gaw-mode-light {
  background: #ffffff;
  color: #09102e;
  border: 1px solid rgba(9, 16, 46, 0.15);
}
@media (max-width: 991px) {
  .gaw-themes-grid { grid-template-columns: repeat(2, 1fr); }
  .gaw-themes { padding: 70px 0 60px; }
}
@media (max-width: 600px) {
  .gaw-themes-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   PORTFOLIO MARQUEE (gaw-marquee) — 2 rows, 480×288, opposite dirs
   ============================================================ */
.gaw-marquee {
  padding: 80px 0;
  background: #09102e;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.gaw-marquee .container { margin-bottom: 50px; }
.gaw-marquee-eyebrow {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #c5f07a;
  margin-bottom: 14px;
}
.gaw-marquee-heading {
  font-family: 'Fraunces', serif;
  font-size: clamp(30px, 3.4vw, 46px);
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  color: #ffffff;
  margin: 0 auto 14px;
  max-width: 900px;
  letter-spacing: -0.01em;
}
.gaw-marquee-sub {
  text-align: center;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.65;
  max-width: 680px;
  margin: 0 auto;
}
.gaw-marquee-stage {
  display: flex;
  flex-direction: column;
  gap: 22px;
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.gaw-marquee-row {
  display: flex;
  overflow: hidden;
}
.gaw-marquee-track {
  display: flex;
  gap: 22px;
  flex-shrink: 0;
  /* Track width = 2x children since we duplicate. The animation translates
     exactly half so the loop is seamless. */
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  will-change: transform;
}
.gaw-marquee-row--left .gaw-marquee-track {
  animation-name: gaw-marquee-left;
}
.gaw-marquee-row--right .gaw-marquee-track {
  animation-name: gaw-marquee-right;
}
.gaw-marquee-row:hover .gaw-marquee-track { animation-play-state: paused; }
.gaw-marquee-item {
  width: 480px;
  height: 340px;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  background: #0b1436;
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.gaw-marquee-item img {
  width: 100%;
  height: 100%;
  /* `object-position: top` anchors the crop to the top of the screenshot
     so the website's header/hero is always visible (not centered out).
     Image quality keeps full pixel detail — no blur. */
  object-fit: cover;
  object-position: top center;
  display: block;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
@keyframes gaw-marquee-left {
  from { transform: translateX(0); }
  to   { transform: translateX(calc(-50% - 11px)); } /* 11px = half of 22px gap */
}
@keyframes gaw-marquee-right {
  from { transform: translateX(calc(-50% - 11px)); }
  to   { transform: translateX(0); }
}
@media (max-width: 768px) {
  .gaw-marquee-item { width: 320px; height: 192px; }
  .gaw-marquee-track { animation-duration: 45s; }
}

/* ============================================================
   SELECTED WORK (gaw-works) — dark headline panel + 795×728 cards
   ============================================================ */
.gaw-works {
  padding: 90px 0;
  background: #ffffff;
}
.gaw-works-headline {
  background: #09102e;
  border-radius: 22px;
  padding: 70px 60px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.gaw-works-headline::before {
  content: "";
  position: absolute;
  inset: -40% -10% auto auto;
  width: 60%;
  height: 200%;
  background: radial-gradient(ellipse at center, rgba(122, 204, 13, 0.10) 0%, transparent 60%);
  z-index: 0;
}
.gaw-works-headline-text {
  position: relative;
  z-index: 1;
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: clamp(38px, 7vw, 96px);
  line-height: 0.95;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
.gaw-works-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}
.gaw-work-card {
  background: #09102e;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.gaw-work-card-frame {
  aspect-ratio: 795 / 728;
  overflow: hidden;
}
.gaw-work-card-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s ease;
}
.gaw-work-card:hover .gaw-work-card-frame img { transform: scale(1.03); }
.gaw-work-card-meta {
  padding: 20px 26px 22px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: #ffffff;
}
.gaw-work-card-title {
  font-family: 'Fraunces', serif;
  font-weight: 700;
  font-size: 19px;
  margin: 0;
  letter-spacing: -0.01em;
  /* Override the global `h3 { color: var(--navy) }` from style.css — work
     cards sit on a navy background so the title needs to be white. */
  color: #ffffff;
}
.gaw-work-card-year {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  margin-left: 2px;
}
.gaw-work-card-tag {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.gaw-work-card-dot {
  width: 18px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 768px) {
  .gaw-works { padding: 70px 0; }
  .gaw-works-headline { padding: 50px 30px; border-radius: 16px; }
  .gaw-works-grid { grid-template-columns: 1fr; }
  .gaw-work-card-meta { padding: 16px 20px 18px; flex-wrap: wrap; }
}
