/* Extracted from style.css — page-specific rules for owp, oww, owb */



/* Section heading (homepage style) */
.owp-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}


.owp-eyebrow { display: inline-block; margin-bottom: 10px; color: var(--btn); }


.owp-title {
  font-family: "Publico Banner", "Fraunces", Georgia, serif;
  font-weight: 700;
  font-size: clamp(30px, 4.5vw, 56px);
  line-height: 1.2;
  letter-spacing: -0.32px;
  color: var(--navy);
  margin: 0 0 14px;
}


.owp-sub {
  color: #64748b;
  font-size: 17px;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 560px;
}



.owp-layout {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
  align-items: start;
}



/* ---- Sticky sidebar (stays DARK navy for premium contrast on white bg) ---- */
.owp-sidebar {
  position: sticky;
  top: 160px;
  align-self: start;
}


.owp-sidebar-inner {
  background:
    radial-gradient(at 100% 0%, rgba(122, 204, 13, 0.12), transparent 60%),
    linear-gradient(180deg, #141c42 0%, #0b1235 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px;
  padding: 24px 20px;
  box-shadow: 0 20px 50px rgba(9, 16, 46, 0.18);
}



.owp-filter-group { border-bottom: 1px solid rgba(255, 255, 255, 0.08); }


.owp-filter-group:last-of-type { border-bottom: 0; }



.owp-filter-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 6px;
  background: transparent;
  border: 0;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.88px;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s;
}


.owp-filter-head:hover { color: var(--btn); }


.owp-chevron {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  transition: transform 0.3s ease, background 0.2s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}



.owp-filter-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
}


.owp-filter-group.owp-filter-open .owp-filter-list {
  max-height: 600px;
  padding: 0 0 14px;
}



.owp-filter-item {
  display: block;
  width: 100%;
  padding: 8px 14px;
  margin-bottom: 2px;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  text-align: left;
  border-left: 3px solid transparent;
  border-radius: 0 8px 8px 0;
  cursor: pointer;
  transition: all 0.2s ease;
}


.owp-filter-item:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}


.owp-filter-item.active {
  color: var(--btn);
  border-left-color: var(--btn);
  background: rgba(122, 204, 13, 0.08);
  font-weight: 700;
}



/* Sidebar CTA */
.owp-sidebar-cta {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px 14px 20px;
  background: linear-gradient(135deg, var(--btn) 0%, #68b10a 100%);
  color: var(--navy);
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(122, 204, 13, 0.35);
  transition: all 0.25s ease;justify-content: center;
}


.owp-sidebar-cta:hover {
  color: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(122, 204, 13, 0.5);
}


.owp-cta-icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}



/* ---- Main portfolio area ---- */
.owp-main { min-width: 0; }



.owp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px 32px;       /* larger gap for premium showcase feel */
  margin-bottom: 60px;
  padding-top: 15px;    /* room for the first row's folder tabs */
}



/* Match "OUR BEST WORKS" style — flat deep navy + folder-tab extension */
.owp-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 26px;
  background:
    radial-gradient(at 100% 0%, rgba(122, 204, 13, 0.18), transparent 55%),
    radial-gradient(at 0% 100%, rgba(47, 126, 245, 0.08), transparent 50%),
    linear-gradient(180deg, #141c42 0%, #0a1030 100%);
  text-decoration: none;
  color: #ffffff;
  border: 1px solid rgba(122, 204, 13, 0.15);
  box-shadow:
    0 30px 60px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.03) inset;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease, border-color 0.4s ease;
}


.owp-card:hover {
  transform: translateY(-8px);
  border-color: rgba(122, 204, 13, 0.5);
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.55),
    0 0 50px rgba(122, 204, 13, 0.18),
    0 0 0 1px rgba(122, 204, 13, 0.25) inset;
  color: #ffffff;
}


/* Folder tab — extends upward from top edge, matches card style */
.owp-card::before {
  content: '';
  position: absolute;
  top: -36px;
  width: 48%;
  height: 80px;
  background: #0b1436;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
  z-index: 0;
  pointer-events: none;
  transition: border-color 0.35s ease;
}


/* Odd cards (left column) → tab at top-right */
.owp-card:nth-child(odd)::before { right: 0; }


/* Even cards (right column) → tab at top-left */
.owp-card:nth-child(even)::before { left: 0; }



/* Card children sit above the tab */
.owp-card > * { position: relative; z-index: 1; }


/* Image corners need their own radius (card no longer has overflow:hidden) */
.owp-card .owp-card-img {
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
  overflow: hidden;
}



.owp-card:hover {
  transform: translateY(-6px);
  border-color: rgba(122, 204, 13, 0.4);
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.55), 0 0 0 1px rgba(122, 204, 13, 0.25);
  color: #ffffff;
}


.owp-card:hover::before {
  border-color: rgba(122, 204, 13, 0.4);
}



.owp-card-img {
  position: relative;
  aspect-ratio: 5 / 4;        /* more square — matches reference showcase cards */
  overflow: hidden;
}


.owp-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  object-position: center top !important;
  display: block;
  /* Snappy reset back to top when hover ends */
  transition: object-position 0.6s ease-out;
}


/* On hover: slowly pan image from top to bottom, revealing the full webpage */
.owp-card:hover .owp-card-img img {
  object-position: center bottom !important;
  transition: object-position 4s linear;
}


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

  .owp-card-img img,
  .owp-card:hover .owp-card-img img { transition: none; }
}



.owp-card-body { padding: 22px 24px 26px; }



.owp-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}


.owp-card-tag {
  color: var(--btn);
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2.56px;
  text-transform: uppercase;
}


.owp-card-flag { font-size: 16px; line-height: 1; }



.owp-card-title {
  font-family: "Publico Banner", "Fraunces", Georgia, serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.25;
  letter-spacing: -0.16px;
  color: #ffffff;
  margin: 0;
  transition: color 0.25s ease;
}


.owp-card:hover .owp-card-title { color: var(--btn); }



/* ---- Pagination — big round circles on white bg ---- */
.owp-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  padding: 20px 0 0;
}


.owp-page {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1.5px solid rgba(9, 16, 46, 0.18);
  background: transparent;
  color: var(--navy);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}


.owp-page:hover:not(.active):not(:disabled) {
  border-color: var(--navy);
  color: var(--navy);
  background: rgba(9, 16, 46, 0.04);
  transform: translateY(-2px);
}


.owp-page.active {
  background: var(--navy);
  border-color: var(--navy);
  color: #ffffff;
  box-shadow: 0 10px 22px rgba(9, 16, 46, 0.25);
}


.owp-page:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}


.owp-page-nav { font-size: 18px; }


.owp-page-ellipsis {
  color: rgba(9, 16, 46, 0.4);
  font-size: 18px;
  letter-spacing: 2px;
  padding: 0 6px;
  user-select: none;
}


/* Tablet & below: collapse sidebar + main into a stacked layout */

@media (max-width: 1199px) {
    section.ourwork-portfolio .owp-grid {
        gap: 50px 32px !important;
        padding-top: 20px;
    }
.owp-card-title {
    font-size: 20px;    font-weight: 600;
}
.owp-card::before {
    top: -16px;
    height: 50px;
}
.owp-page {
    width: 50px;
    height: 50px;
}
.owp-pagination {
    gap: 10px;
}
.owp-grid {
    margin-bottom: 40px;
}

}

@media (max-width: 991px) {
  .owp-layout {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .owp-sidebar {
    position: static;
    top: auto;
    align-self: stretch;
  }
  .owp-sidebar-inner {
    padding: 18px 16px;
    border-radius: 18px;
  }
  /* Open all filter groups on mobile so the user sees their options */
  .owp-filter-list { max-height: none; padding: 0 0 10px; }
  .owp-filter-group .owp-chevron { display: none; }
  .owp-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 18px;
    padding-top: 24px;
  }
  .owp-card::before { height: 60px; top: -24px; }
}

@media (max-width: 640px) {

  .owp-grid { grid-template-columns: 1fr; gap: 36px; margin-bottom: 10px; padding-top: 28px; }

  .owp-card-title { font-size: 18px; }

  .owp-card-body { padding: 16px 18px 20px; }

  .owp-card::before { height: 50px; top: -20px; }

  .owp-sidebar-cta { font-size: 12px; padding: 12px 14px 12px 16px; letter-spacing: 1.4px; }

  .owp-page { width: 42px; height: 42px; font-size: 13px; }

  .owp-pagination { gap: 6px; }
}


.oww-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(9, 16, 46, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(9, 16, 46, 0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, #000 40%, transparent 90%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 40%, transparent 90%);
  pointer-events: none;
}


.oww-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  pointer-events: none;
}


.oww-glow-a {
  width: 460px; height: 460px;
  top: -160px; left: -120px;
  background: radial-gradient(circle, rgba(122, 204, 13, 0.14), transparent 65%);
}


.oww-glow-b {
  width: 380px; height: 380px;
  bottom: -120px; right: -100px;
  background: radial-gradient(circle, rgba(9, 16, 46, 0.06), transparent 65%);
}



.oww-split {
  display: grid;
  grid-template-columns: minmax(0, 440px) 1fr;
  gap: 70px;
  align-items: start;
}



/* ---- LEFT: Why choose us ---- */
.oww-left { padding-top: 10px; }


.oww-eyebrow { display: inline-block; margin-bottom: 14px; color: var(--btn); }


.oww-title {
  font-family: "Publico Banner", "Fraunces", Georgia, serif;
  font-weight: 700;
  font-size: clamp(30px, 3.8vw, 50px);
  line-height: 1.2;
  letter-spacing: -0.32px;
  color: var(--navy);
  margin: 0 0 20px;
}


.oww-sub {
  color: #64748b;
  font-size: 16.5px;
  line-height: 1.6;
  margin: 0 0 34px;
  max-width: 480px;
}



.oww-perks {
  margin: 0 0 32px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}


.oww-perk {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  background:
    radial-gradient(at 100% 0%, rgba(122, 204, 13, 0.12), transparent 60%),
    linear-gradient(180deg, #141c42 0%, #0b1235 100%);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  box-shadow: 0 12px 28px rgba(9, 16, 46, 0.18);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}


.oww-perk:hover {
  transform: translateX(4px);
  border-color: rgba(122, 204, 13, 0.45);
  box-shadow: 0 16px 34px rgba(9, 16, 46, 0.28), 0 0 0 1px rgba(122, 204, 13, 0.2);
}


.oww-perk-icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(122, 204, 13, 0.14);
  color: var(--btn);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 1px solid rgba(122, 204, 13, 0.3);
}


.oww-perk > div { display: flex; flex-direction: column; gap: 3px; }


.oww-perk strong {
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 700;
}


.oww-perk span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 13.5px;
  line-height: 1.5;
}



/* Floating quote chip — dark navy too */
.oww-quote {
  position: relative;
  padding: 24px 26px;
  background:
    radial-gradient(at 100% 0%, rgba(122, 204, 13, 0.15), transparent 60%),
    linear-gradient(180deg, #141c42 0%, #0b1235 100%);
  border: 1px solid rgba(122, 204, 13, 0.35);
  border-radius: 18px;
  max-width: 460px;
  box-shadow: 0 20px 40px rgba(9, 16, 46, 0.2);
}


.oww-quote-stars {
  color: var(--btn);
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 8px;
  text-shadow: 0 0 12px rgba(122, 204, 13, 0.4);
}


.oww-quote p {
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.55;
  font-style: italic;
  margin: 0 0 14px;
}


.oww-quote-author {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
}


.oww-quote-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--btn);
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  border: 1.5px solid rgba(122, 204, 13, 0.5);
}



/* ---- RIGHT: BIG form card ---- */
.oww-right { position: relative; }


.oww-form-card {
  position: relative;
  padding: 60px 60px 52px;
  background: #ffffff;
  border-radius: 32px;
  border: 1px solid rgba(9, 16, 46, 0.08);
  box-shadow:
    0 50px 90px -20px rgba(9, 16, 46, 0.45),   /* primary dark navy drop */
    0 30px 60px -15px rgba(9, 16, 46, 0.3),    /* secondary navy softening */
    0 0 0 1px rgba(9, 16, 46, 0.08),           /* crisp outline */
    inset 0 0 0 1px rgba(255, 255, 255, 0.6);  /* inner highlight */
}


.oww-form-ribbon {
  position: absolute;
  top: -22px;
  right: 40px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: linear-gradient(135deg, var(--btn) 0%, #68b10a 100%);
  color: var(--navy);
  font-family: 'Inter', sans-serif;
  font-size: 12.5px;
  font-weight: 800;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  border-radius: 999px;
  box-shadow: 0 12px 26px rgba(122, 204, 13, 0.45);
}


.oww-form-ribbon i { font-size: 15px; }



.oww-form-head { margin-bottom: 34px; }


.oww-form-title {
  font-family: "Publico Banner", "Fraunces", Georgia, serif;
  font-weight: 700;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.15;
  color: var(--navy);
  letter-spacing: -0.32px;
  margin: 0 0 10px;
}


.oww-form-sub {
  color: #64748b;
  font-size: 16px;
  line-height: 1.55;
  margin: 0;
}



.oww-fields {
  list-style: none;
  margin: 0 0 26px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}


.oww-fields .gfield--width-half  { grid-column: span 1; }


.oww-fields .gfield--width-full  { grid-column: 1 / -1; }


.oww-fields .gfield--width-half:has(+ .gfield--width-full) { grid-column: 1 / -1; }


.oww-fields .gfield--width-half:last-child,`r`n.gf_left_half:last-child,`r`n.gf_right_half:last-child { grid-column: 1 / -1; }



.oww-fields .gfield { display: flex; flex-direction: column; gap: 9px; }


.oww-fields .gfield_label, .oww-fields .gform-field-label {
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.32px;
  margin: 0;
}


.oww-fields .gfield_required, .oww-fields .gfield_required_asterisk {
  color: var(--btn);
  font-weight: 700;
}



.oww-fields .ginput_container input,
.oww-fields .ginput_container select,
.oww-fields .ginput_container textarea {
  width: 100%;
  padding: 16px 18px;
  font-family: 'Inter', sans-serif;
  font-size: 15.5px;
  color: var(--navy);
  background: #f6f9fc;
  border: 1.5px solid rgba(9, 16, 46, 0.08);
  border-radius: 14px;
  outline: none;
  transition: all 0.2s ease;
}


.oww-fields select { appearance: none; -webkit-appearance: none; cursor: pointer; }


.oww-fields input::placeholder,
.oww-fields textarea::placeholder { color: #a2aabc; }


.oww-fields input:focus,
.oww-fields select:focus,
.oww-fields textarea:focus {
  background: #fff;
  border-color: var(--btn);
  box-shadow: 0 0 0 4px rgba(122, 204, 13, 0.12);
}


.oww-fields textarea { resize: vertical; min-height: 130px; padding-top: 16px; }



.oww-submit {
  width: 100%;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px 32px;
  background: linear-gradient(135deg, var(--btn) 0%, #68b10a 100%);
  color: var(--navy);
  border: 0;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.32px;
  cursor: pointer;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 18px 40px rgba(122, 204, 13, 0.45);
}


.oww-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(122, 204, 13, 0.6);
}


.oww-submit-arrow {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--navy);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: transform 0.25s ease;
}


.oww-submit:hover .oww-submit-arrow { transform: translateX(4px); }



.oww-reassure {
  font-size: 13px;
  color: #64748b;
  text-align: center;
  margin: 18px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}


.oww-reassure i { color: var(--btn); }



/* Stack the form below the perks at every viewport where the burger
   menu is active (≤1254px). Below 1255px there isn't room for the
   2-column desktop layout without the form bleeding off the side. */
@media (max-width: 1254px) {

  .oww-split { grid-template-columns: 1fr !important; gap: 48px; }

  .oww-left,
  .oww-right { max-width: 100% !important; width: 100% !important; }

  .oww-right { position: static !important; }

  .oww-form-card {
    padding: 44px 36px 38px;
    max-width: 680px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
  }

  .oww-form-title { font-size: 30px; }

  /* Form-ribbon ("FREE QUOTE IN 24 HRS") — keep it on top of the card */
  .oww-form-ribbon { top: -16px !important; }

  /* Two-up Email/Phone, Project/Budget collapse on narrow tablet too */
  .oww-fields { grid-template-columns: repeat(2, 1fr); gap: 18px 14px; }
}

@media (max-width: 767px) {
  .oww-form-card { padding: 36px 24px 28px; max-width: 100%; }
  .oww-fields { grid-template-columns: 1fr !important; gap: 16px !important; }
  .oww-fields .gfield--width-half,
  .oww-fields .gf_left_half,
  .oww-fields .gf_right_half { grid-column: 1 / -1 !important; }
}


@media (max-width: 575px) {

  .oww-form-card { padding: 36px 24px 28px; border-radius: 22px; }

  .oww-fields { grid-template-columns: 1fr; gap: 16px; }

  .oww-fields .gfield--width-half,
.oww-fields .gf_left_half,
.oww-fields .gf_right_half { grid-column: 1 / -1; }

  .oww-fields .ginput_container input,
  .oww-fields .ginput_container select,
  .oww-fields .ginput_container textarea { padding: 14px 16px; font-size: 14.5px; }

  .oww-submit { padding: 16px 24px; font-size: 15px; }

  .oww-form-ribbon { top: -18px; right: 20px; font-size: 11px; padding: 8px 15px; }
}


.owb-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
}



/* Shared card shell — with "folder tab" notch at top */
.owb-card {
  position: relative;
  border-radius: 28px;
  overflow: visible;
  min-height: 480px;
  display: flex;
  flex-direction: column;
}


.owb-card-inner {
  position: relative;
  z-index: 1;
  padding: 48px 48px 40px;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  height: 100%;
}



/* Folder-tab shape — a small rounded extension above the card */
.owb-tab {
  position: absolute;
  top: -36px;
  height: 80px;
  width: 48%;
  z-index: 0;
}


.owb-tab::before {
  content: '';
  position: absolute;
  inset: 0;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}


.owb-tab-l { left: 0; }


.owb-tab-l::before {
  background: inherit;
}


.owb-tab-r { right: 0; }


.owb-tab-r::before {
  background: inherit;
}



/* Dark card (left) */
.owb-card-dark {
  background: #0b1436;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}


.owb-card-dark .owb-tab {
  background: #0b1436;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 0;
  border-radius: 28px 28px 0 0;
}


.owb-card-dark .owb-card-inner { background: #0b1436; }



/* Light cream card (right) */
.owb-card-light {
  background: #efe9dc;
  color: var(--navy);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}


.owb-card-light .owb-tab {
  background: #efe9dc;
  border-radius: 28px 28px 0 0;
  left: auto;
  right: 0;
}


.owb-card-light .owb-card-inner { background: #efe9dc; }



/* ---- Dark card content ---- */
.owb-title {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: clamp(48px, 6vw, 98px);
  line-height:1.2;
  letter-spacing: -0.48px;
  color: #fff;
  margin: 0;
  text-transform: uppercase;
}


.owb-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: auto 0 26px;
}


.owb-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}


.owb-stat { display: flex; align-items: flex-start; gap: 14px; }


.owb-stat-num {
  font-family: 'Inter', sans-serif;
  font-weight: 900;
  font-size: 52px;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.32px;
}


.owb-stat-num span { color: var(--btn); margin-left: 2px; }


.owb-stat-label {
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.4;
  align-self: center;
}



.owb-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 6px 28px 6px 6px;
  background: var(--btn);
  color: var(--navy);
  text-decoration: none;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.32px;
  text-transform: uppercase;
  transition: all 0.25s ease;
  box-shadow: 0 10px 22px rgba(122, 204, 13, 0.35);
}


.owb-cta:hover {
  background: #68b10a;
  color: var(--navy);
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(122, 204, 13, 0.45);
}


.owb-cta-arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ffffff;
  color: var(--navy);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}



/* ---- Light card content (video) ---- */
.owb-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 22px;
  box-shadow: 0 14px 30px rgba(9, 16, 46, 0.15);
  background: #000;
}


.owb-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}



.owb-meta-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 2.56px;
  text-transform: uppercase;
  margin-bottom: 12px;
  opacity: 0.65;
}


.owb-flag { font-size: 16px; opacity: 1; }


.owb-meta-title {
  font-family: "Publico Banner", "Fraunces", Georgia, serif;
  font-weight: 700;
  font-size: clamp(22px, 2.4vw, 32px);
  line-height: 1.2;
  color: var(--navy);
  margin: 0 0 20px;
  letter-spacing: -0.32px;
}


.owb-meta-bar {
  display: flex;
  gap: 6px;
}


.owb-bar {
  flex: 1;
  height: 4px;
  border-radius: 4px;
  background: rgba(9, 16, 46, 0.12);
}


.owb-bar-active {
  background: linear-gradient(90deg, var(--navy) 0%, #2a3566 100%);
}



@media (max-width: 991px) {

  .owb-grid { grid-template-columns: 1fr; gap: 50px !important; }

  .owb-card { min-height: 0; }

  .owb-card-inner { padding: 36px 32px 32px; }

  .owb-title { font-size: clamp(30px, 6vw, 72px);}

  .owb-stat-num { font-size: 42px; }

.owb-divider {
    margin: 15px 0 26px;
}

}


@media (max-width: 575px) {

  .owb-card-inner { padding: 28px 24px; }

  .owb-cta { padding: 5px 20px 5px 5px; font-size: 13px; gap: 10px; }

  .owb-cta-arrow { width: 36px; height: 36px; font-size: 15px; }

  .owb-stat-num { font-size: 20px; }

.owb-stat-label {
    font-size: 8px;
}



}
/* ==========================================================
   FALLBACK — scope all .oww-fields rules under the guaranteed
   .oww-form-card wrapper so the Gravity Forms output styles
   correctly even if the .oww-fields class injection (PHP
   gform_get_form_filter or JS) doesn't run.
   ========================================================== */
/* !important needed to beat Gravity Forms 2.7+ framework theme rule
   `.gform_wrapper.gform-theme--framework .gform_fields { display: flex; flex-direction: column }`
   which has higher specificity than .oww-form-card. */
.oww-form-card .gform_fields {
  list-style: none !important;
  margin: 0 0 26px !important;
  padding: 0 !important;
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
  flex-direction: unset !important;
}
.oww-form-card .gfield--width-half,
.oww-form-card .gf_left_half,
.oww-form-card .gf_right_half { grid-column: span 1 !important; }
.oww-form-card .gfield--width-full,
.oww-form-card .gf_full_width { grid-column: 1 / -1 !important; }
.oww-form-card .gfield { display: flex; flex-direction: column; gap: 9px; min-width: 0; }
.oww-form-card .gfield_label,
.oww-form-card .gform-field-label {
  font-family: 'Inter', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0.32px;
  margin: 0;
}
.oww-form-card .gfield_required,
.oww-form-card .gfield_required_asterisk {
  color: var(--btn);
  font-weight: 700;
}
.oww-form-card .ginput_container { width: 100% !important; }
/* Match input/textarea/select to a single visual style — same padding (esp.
   left), bg, border, radius. !important needed to beat GF's framework theme
   `.gform-theme--framework input/textarea` rules with higher specificity. */
.oww-form-card .ginput_container input,
.oww-form-card .ginput_container select,
.oww-form-card .ginput_container textarea,
.oww-form-card input[type="text"],
.oww-form-card input[type="email"],
.oww-form-card input[type="tel"],
.oww-form-card input[type="url"],
.oww-form-card input[type="number"],
.oww-form-card textarea,
.oww-form-card select {
  width: 100% !important;
  padding: 16px 18px !important;
  font-family: 'Inter', sans-serif !important;
  font-size: 15.5px !important;
  color: var(--navy) !important;
  background: #f6f9fc !important;
  border: 1.5px solid rgba(9, 16, 46, 0.08) !important;
  border-radius: 14px !important;
  outline: none !important;
  transition: all 0.2s ease !important;
  line-height: 1.4 !important;
  box-sizing: border-box !important;
  height: auto !important;
  min-height: 0 !important;
}
.oww-form-card select,
.oww-form-card .ginput_container select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  cursor: pointer !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='none' stroke='%23091030' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1 1.5l5 5 5-5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 18px center !important;
  background-size: 12px 8px !important;
  padding-right: 44px !important;
}
.oww-form-card input::placeholder,
.oww-form-card textarea::placeholder { color: #a2aabc; }
.oww-form-card input:focus,
.oww-form-card select:focus,
.oww-form-card textarea:focus {
  background: #fff;
  border-color: var(--btn);
  box-shadow: 0 0 0 4px rgba(122, 204, 13, 0.12);
}
.oww-form-card textarea { resize: vertical; min-height: 130px; padding-top: 16px; }

/* Submit button — styles the standard <input type="submit"> if JS hasn't
   converted it to a <button> with the arrow span yet. */
.oww-form-card .gform_footer { padding: 0; margin: 0; }
.oww-form-card .gform_button {
  width: 100%;
  margin-top: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 20px 32px;
  background: linear-gradient(135deg, var(--btn) 0%, #68b10a 100%);
  color: var(--navy);
  border: 0;
  border-radius: 999px;
  font-family: 'Inter', sans-serif;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.32px;
  cursor: pointer;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 18px 40px rgba(122, 204, 13, 0.45);
}
.oww-form-card .gform_button:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 48px rgba(122, 204, 13, 0.6);
}

@media (max-width: 575px) {
  .oww-form-card .gform_fields { grid-template-columns: 1fr; gap: 16px; }
  .oww-form-card .gfield--width-half,
  .oww-form-card .gf_left_half,
  .oww-form-card .gf_right_half { grid-column: 1 / -1; }
  .oww-form-card .ginput_container input,
  .oww-form-card .ginput_container select,
  .oww-form-card .ginput_container textarea { padding: 14px 16px; font-size: 14.5px; }
  .oww-form-card .gform_button { padding: 10px 24px; font-size: 15px; }
    .oww-form-card .gform_fields {
    grid-template-columns: 1fr !important;    gap: 10px !important;
}




}
