/* ==========================================================================
   Plant Nursery Shopify — OneOnic  |  v3.0.0
   Prefix: opn-  |  No osr-btn, no osr-pt-100, no osr-pb-100
   ========================================================================== */

/* -- Base ------------------------------------------------------------------ */
.opn-main {
  overflow-x: hidden;
  margin-top: 80px;
  -webkit-font-smoothing: antialiased;
  color: #111827;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.opn-main *,
.opn-main *::before,
.opn-main *::after {
  box-sizing: border-box;
}

/* -- Typography ------------------------------------------------------------ */
.opn-h1 {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.04;
  letter-spacing: -0.04em;
  color: #0a0a0a;
  margin: 0 0 24px;
}

.opn-h2 {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.035em;
  color: #0a0a0a;
  margin: 0 0 24px;
}

.opn-body {
  font-size: 17px;
  line-height: 1.75;
  color: #4b5563;
  margin: 0 0 28px;
}

.opn-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1a5c40;
  margin: 0 0 18px;
}

.opn-lead {
  font-size: 19px;
  color: #6b7280;
  line-height: 1.65;
  margin: 0 0 64px;
  max-width: 580px;
}

/* -- Pill label ------------------------------------------------------------ */
.opn-pill {
  display: inline-block;
  padding: 5px 14px;
  border: 1.5px solid #1a5c40;
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  color: #1a5c40;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 28px;
}

/* -- Buttons --------------------------------------------------------------- */
.opn-btn {
  display: inline-block;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none !important;
  transition: background 0.18s ease, transform 0.18s ease;
  border: none !important;
  box-shadow: none !important;
  outline: none;
  cursor: pointer;
  line-height: 1;
}

.opn-btn-green {
  background: #1a5c40;
  color: #fff !important;
}

.opn-btn-green:hover {
  background: #154d35;
  transform: translateY(-1px);
  color: #fff !important;
}

.opn-btn-white {
  background: #fff;
  color: #0a0a0a !important;
}

.opn-btn-white:hover {
  background: #f3f4f6;
  transform: translateY(-1px);
  color: #0a0a0a !important;
}

.opn-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #374151;
  text-decoration: none;
  transition: color 0.15s;
}

.opn-link-arrow:hover { color: #1a5c40; }

/* -- Hero ------------------------------------------------------------------ */
.opn-hero {
  padding: 108px 0 96px;
  background: #fff;
}

.opn-hero-inner {
  display: grid;
  grid-template-columns: 52% 1fr;
  align-items: center;
  gap: 72px;
}

.opn-hero-sub {
  font-size: 19px;
  line-height: 1.65;
  color: #4b5563;
  margin: 0 0 40px;
}

.opn-hero-actions {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 48px;
  flex-wrap: wrap;
}

.opn-trust {
  display: flex;
  align-items: center;
  gap: 10px;
}

.opn-stars {
  color: #f59e0b;
  font-size: 14px;
  letter-spacing: 3px;
}

.opn-trust-copy {
  font-size: 13px;
  color: #9ca3af;
}

/* Hero visual wrapper — gives room for floating cards */
.opn-hero-visual {
  position: relative;
  padding: 20px 20px 48px 20px;
}

/* Browser mockup */
.opn-browser {
  border-radius: 12px;
  box-shadow: 0 28px 72px rgba(0,0,0,0.13), 0 4px 16px rgba(0,0,0,0.06);
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #fff;
  position: relative;
  z-index: 1;
}

.opn-browser-chrome {
  background: #f3f4f6;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid #e5e7eb;
}

.opn-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  flex-shrink: 0;
}

.opn-dot--r { background: #f87171; }
.opn-dot--y { background: #fbbf24; }
.opn-dot--g { background: #34d399; }

.opn-browser-addr {
  flex: 1;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 4px 12px;
  font-size: 11px;
  color: #9ca3af;
  margin-left: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.opn-browser-shot {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top;
}

/* -- Logo strip ------------------------------------------------------------ */
.opn-logos {
  border-top: 1px solid #f3f4f6;
  border-bottom: 1px solid #f3f4f6;
  padding: 44px 0;
  background: #fff;
}

.opn-logos-label {
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #d1d5db;
  margin: 0 0 28px;
}

.opn-logos-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  flex-wrap: wrap;
}

.opn-logos-row img {
  height: 26px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.35;
  transition: opacity 0.2s;
  display: block;
}

.opn-logos-row img:hover { opacity: 0.65; }

/* -- Results --------------------------------------------------------------- */
.opn-results {
  background: #0a0a0a;
  padding: 108px 0;
}

.opn-results-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 88px;
  align-items: center;
}

.opn-results-h2 {
  font-size: 44px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.03em;
  color: #fff;
  margin: 0 0 20px;
}

.opn-results-sub {
  font-size: 17px;
  color: #6b7280;
  line-height: 1.7;
  margin: 0;
}

/* Stats */
.opn-stats {
  display: flex;
  flex-direction: column;
}

.opn-stat {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 32px 0 32px 28px;
  border-left: 2px solid #f97316;
  border-bottom: 1px solid rgba(255,255,255,0.07);
}

.opn-stat:last-child { border-bottom: none; }

.opn-stat-n {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  color: #f97316;
  letter-spacing: -0.04em;
}

.opn-stat-n em {
  font-style: normal;
  font-size: 38px;
  letter-spacing: -0.02em;
}

.opn-stat-l {
  font-size: 13px;
  color: #6b7280;
  font-weight: 500;
}

/* -- Work ------------------------------------------------------------------ */
.opn-work {
  padding: 108px 0;
  background: #fff;
}

/* Featured card */
.opn-work-feat {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
  background: #0a0a0a;
  cursor: default;
}

.opn-work-feat-img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  opacity: 0.72;
  transition: opacity 0.35s ease, transform 0.45s ease;
}

.opn-work-feat:hover .opn-work-feat-img {
  opacity: 0.82;
  transform: scale(1.015);
}

.opn-work-feat-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 56px 56px 48px;
  background: linear-gradient(to top, rgba(0,0,0,0.92) 0%, rgba(0,0,0,0.5) 55%, transparent 100%);
}

.opn-work-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #f97316;
  margin-bottom: 12px;
}

.opn-work-tag--green { color: #1a5c40; }

.opn-work-feat-title {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

.opn-work-feat-desc {
  font-size: 15px;
  color: rgba(255,255,255,0.68);
  margin: 0;
  max-width: 540px;
  line-height: 1.65;
}

/* Work grid */
.opn-work-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.opn-work-card {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #f9fafb;
  border: 1px solid #f3f4f6;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.opn-work-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.09);
}

.opn-work-card-img {
  width: 100%;
  height: 228px;
  object-fit: cover;
  display: block;
}

.opn-work-card-cap {
  padding: 24px 28px 28px;
}

.opn-work-card-cap .opn-work-tag { margin-bottom: 8px; }

.opn-work-card-title {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  line-height: 1.55;
  margin: 0;
}

/* -- Feature rows ---------------------------------------------------------- */
.opn-feat {
  padding: 108px 0;
}

.opn-feat--a { background: #fff; }
.opn-feat--b { background: #f8f9fa; }

.opn-feat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 88px;
  align-items: center;
}

/* Checklist */
.opn-checks {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.opn-checks li {
  font-size: 15px;
  color: #374151;
  padding-left: 26px;
  position: relative;
  line-height: 1.55;
}

.opn-checks li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 13px;
  height: 8px;
  border-left: 2px solid #1a5c40;
  border-bottom: 2px solid #1a5c40;
  transform: rotate(-45deg);
}

.opn-feat-img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.1), 0 4px 16px rgba(0,0,0,0.05);
  display: block;
  object-fit: cover;
}

/* -- Process --------------------------------------------------------------- */
.opn-process {
  padding: 108px 0;
  background: #fff;
}

.opn-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  margin-top: 64px;
}

.opn-step {
  position: relative;
}

.opn-step-n {
  display: block;
  font-size: 80px;
  font-weight: 900;
  line-height: 0.9;
  color: #f3f4f6;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
  -webkit-user-select: none;
  user-select: none;
}

.opn-step-title {
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 10px;
  letter-spacing: -0.01em;
}

.opn-step-body {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.75;
  margin: 0;
}

/* Connector dots between steps */
.opn-steps {
  position: relative;
}

.opn-steps::before {
  content: '';
  position: absolute;
  top: 40px;
  left: calc(25% - 16px);
  right: calc(25% - 16px);
  height: 1px;
  background: repeating-linear-gradient(
    90deg,
    #e5e7eb 0,
    #e5e7eb 8px,
    transparent 8px,
    transparent 16px
  );
  pointer-events: none;
}

/* -- FAQ ------------------------------------------------------------------- */
.opn-faq {
  padding: 108px 0;
  background: #f8f9fa;
}

.opn-faq-layout {
  display: grid;
  grid-template-columns: 288px 1fr;
  gap: 88px;
  align-items: start;
}

.opn-faq-h2 {
  font-size: 36px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.025em;
  color: #0a0a0a;
  margin: 0;
}

.opn-faq-item {
  border-bottom: 1px solid #e5e7eb;
}

.opn-faq-item:first-child { border-top: 1px solid #e5e7eb; }

.opn-faq-q {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 22px 0;
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  cursor: pointer;
  list-style: none;
  gap: 20px;
  line-height: 1.5;
}

.opn-faq-q::-webkit-details-marker { display: none; }

.opn-faq-q::after {
  content: '+';
  font-size: 22px;
  font-weight: 300;
  color: #9ca3af;
  flex-shrink: 0;
  line-height: 1.2;
  transition: transform 0.2s ease, color 0.15s;
}

.opn-faq-item[open] .opn-faq-q::after {
  transform: rotate(45deg);
  color: #1a5c40;
}

.opn-faq-a {
  padding: 0 36px 22px 0;
}

.opn-faq-a p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.8;
  margin: 0;
}

/* -- CTA ------------------------------------------------------------------- */
.opn-cta {
  background: #0a3d2e;
  padding: 108px 0;
  text-align: center;
}

.opn-cta-inner {
  max-width: 560px;
  margin: 0 auto;
}

.opn-cta-h2 {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 20px;
}

.opn-cta-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.68);
  line-height: 1.65;
  margin: 0 0 40px;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

/* 1100px — tablet landscape */
@media (max-width: 1100px) {
  .opn-h1           { font-size: 54px; }
  .opn-h2           { font-size: 44px; }
  .opn-results-h2   { font-size: 38px; }
  .opn-cta-h2       { font-size: 40px; }

  .opn-hero-inner   { gap: 48px; }
  .opn-feat-row     { gap: 56px; }
  .opn-results-inner{ gap: 56px; }
  .opn-faq-layout   { gap: 56px; }
}

/* 991px — tablet nav height changes */
@media (max-width: 991px) {
  .opn-main { margin-top: 63px; }
}

/* 768px — tablet portrait */
@media (max-width: 768px) {
  .opn-h1           { font-size: 40px; }
  .opn-h2           { font-size: 34px; }
  .opn-results-h2   { font-size: 30px; }
  .opn-cta-h2       { font-size: 32px; }
  .opn-faq-h2       { font-size: 28px; }

  /* Hero */
  .opn-hero         { padding: 72px 0 56px; }
  .opn-hero-inner   { grid-template-columns: 1fr; gap: 40px; }

  /* Results */
  .opn-results      { padding: 72px 0; }
  .opn-results-inner{ grid-template-columns: 1fr; gap: 48px; }
  .opn-stats        { flex-direction: row; flex-wrap: wrap; }
  .opn-stat         { flex: 1 1 calc(50% - 16px); padding: 24px 0 24px 20px; }
  .opn-stat-n       { font-size: 44px; }
  .opn-stat-n em    { font-size: 28px; }

  /* Work */
  .opn-work         { padding: 72px 0; }
  .opn-work-feat-img{ height: 320px; }
  .opn-work-feat-meta{ padding: 32px; }
  .opn-work-grid    { grid-template-columns: 1fr; }

  /* Features */
  .opn-feat         { padding: 72px 0; }
  .opn-feat-row     { grid-template-columns: 1fr; gap: 40px; }

  /* Process */
  .opn-process      { padding: 72px 0; }
  .opn-steps        { grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 48px; }
  .opn-steps::before{ display: none; }
  .opn-step-n       { font-size: 56px; }

  /* FAQ */
  .opn-faq          { padding: 72px 0; }
  .opn-faq-layout   { grid-template-columns: 1fr; gap: 40px; }

  /* CTA */
  .opn-cta          { padding: 72px 0; }
}

/* 480px — mobile */
@media (max-width: 480px) {
  .opn-main         { margin-top: 60px; }
  .opn-h1           { font-size: 32px; letter-spacing: -0.03em; }
  .opn-h2           { font-size: 28px; }
  .opn-lead         { font-size: 16px; margin-bottom: 40px; }

  .opn-hero         { padding: 48px 0 40px; }
  .opn-hero-sub     { font-size: 16px; }
  .opn-hero-actions { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 32px; }

  .opn-logos        { padding: 32px 0; }
  .opn-logos-row    { gap: 28px; }
  .opn-logos-row img{ height: 20px; }

  .opn-results      { padding: 56px 0; }
  .opn-stats        { flex-direction: column; }
  .opn-stat         { flex: none; }
  .opn-stat-n       { font-size: 40px; }

  .opn-work         { padding: 56px 0; }
  .opn-work-feat-img{ height: 220px; }
  .opn-work-feat-meta{ padding: 24px; }
  .opn-work-feat-title{ font-size: 22px; }
  .opn-work-feat-desc{ font-size: 14px; }

  .opn-feat         { padding: 56px 0; }

  .opn-process      { padding: 56px 0; }
  .opn-steps        { grid-template-columns: 1fr; gap: 24px; }
  .opn-step-n       { font-size: 48px; margin-bottom: 12px; }

  .opn-faq          { padding: 56px 0; }
  .opn-faq-q        { font-size: 14px; padding: 18px 0; }

  .opn-cta          { padding: 56px 0; }
  .opn-cta-h2       { font-size: 26px; }
  .opn-cta-sub      { font-size: 15px; }
}

/* ==========================================================================
   THEME CONFLICT FIX — loads last (priority 999) to beat adjacent-section rule
   Theme: section + section { padding-top: 0 }  (no !important, loses to ours)
   ========================================================================== */

/* Desktop */
.opn-main section.opn-hero    { padding-top: 108px !important; padding-bottom: 96px !important; }
.opn-main section.opn-results { padding-top: 108px !important; padding-bottom: 108px !important; }
.opn-main section.opn-work    { padding-top: 108px !important; padding-bottom: 108px !important; }
.opn-main section.opn-feat    { padding-top: 108px !important; padding-bottom: 108px !important; }
.opn-main section.opn-process { padding-top: 108px !important; padding-bottom: 108px !important; }
.opn-main section.opn-faq     { padding-top: 108px !important; padding-bottom: 108px !important; }
.opn-main section.opn-cta     { padding-top: 108px !important; padding-bottom: 108px !important; }

/* Tablet */
@media (max-width: 768px) {
  .opn-main section.opn-hero    { padding-top: 72px !important; padding-bottom: 56px !important; }
  .opn-main section.opn-results { padding-top: 72px !important; padding-bottom: 72px !important; }
  .opn-main section.opn-work    { padding-top: 72px !important; padding-bottom: 72px !important; }
  .opn-main section.opn-feat    { padding-top: 72px !important; padding-bottom: 72px !important; }
  .opn-main section.opn-process { padding-top: 72px !important; padding-bottom: 72px !important; }
  .opn-main section.opn-faq     { padding-top: 72px !important; padding-bottom: 72px !important; }
  .opn-main section.opn-cta     { padding-top: 72px !important; padding-bottom: 72px !important; }
}

/* Mobile */
@media (max-width: 480px) {
  .opn-main section.opn-hero    { padding-top: 48px !important; padding-bottom: 40px !important; }
  .opn-main section.opn-results { padding-top: 56px !important; padding-bottom: 56px !important; }
  .opn-main section.opn-work    { padding-top: 56px !important; padding-bottom: 56px !important; }
  .opn-main section.opn-feat    { padding-top: 56px !important; padding-bottom: 56px !important; }
  .opn-main section.opn-process { padding-top: 56px !important; padding-bottom: 56px !important; }
  .opn-main section.opn-faq     { padding-top: 56px !important; padding-bottom: 56px !important; }
  .opn-main section.opn-cta     { padding-top: 56px !important; padding-bottom: 56px !important; }
}

/* ==========================================================================
   v4 ADDITIONS — partner badges, 3-col work grid, outline btn, brand section
   ========================================================================== */

/* Partner badge strip */
.opn-badges {
  border-top: 1px solid #f3f4f6;
  border-bottom: 1px solid #f3f4f6;
  padding: 32px 0;
  background: #fff;
}

/* Override child-theme osr-logo-wrapper-main-section so it doesn't re-add section padding */
section.opn-brand-section {
  padding: 0 !important;
  background: #fff;
}

/* 3-column work grid (equal width, real portfolio shots) */
.opn-work-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

.opn-work-grid-3 .opn-work-card-img {
  height: 260px;
  object-fit: cover;
  width: 100%;
  display: block;
}

.opn-work-cta {
  text-align: center;
}

/* Outline button */
.opn-btn-outline {
  background: transparent;
  color: #1a5c40 !important;
  border: 2px solid #1a5c40 !important;
  box-shadow: none !important;
}

.opn-btn-outline:hover {
  background: #1a5c40;
  color: #fff !important;
  transform: translateY(-1px);
}

/* Responsive — 3-col work grid */
@media (max-width: 768px) {
  .opn-work-grid-3 { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 480px) {
  .opn-work-grid-3 { grid-template-columns: 1fr; }
  .opn-work-grid-3 .opn-work-card-img { height: 220px; }
}

/* ── Partner trust badges: keep logos small & sharp ─────────────────── */
.opn-badges .osr-logo-block img.osr-logo {
  max-height: 40px !important;
  width: auto !important;
  max-width: 140px !important;
  padding: 0 16px !important;
  object-fit: contain !important;
}

/* ── Brands grid: 2×6 layout with full border box per logo ───────────── */
section.opn-brand-section,
.osr-logo-new-section.opn-brand-section {
  padding-top: 48px !important;
  padding-bottom: 80px !important;
  margin-bottom: 0 !important;
}
.opn-brand-section .osr-new-logo-grid {
  gap: 12px !important;
  flex-wrap: wrap !important;
}
.opn-brand-section .osr-new-logo-grid-inner {
  width: calc((100% - 60px) / 6) !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  padding: 28px 20px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
}
.opn-brand-section .osr-new-logo-grid-inner:hover {
  border-color: #d1d5db !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
}
.opn-brand-section .osr-new-logo-grid-image {
  max-height: 40px !important;
  width: auto !important;
  max-width: 120px !important;
  object-fit: contain !important;
  filter: grayscale(100%);
  opacity: 0.65;
  transition: filter 0.2s, opacity 0.2s;
}
.opn-brand-section .osr-new-logo-grid-inner:hover .osr-new-logo-grid-image {
  filter: grayscale(0%);
  opacity: 1;
}

@media (max-width: 768px) {
  .opn-brand-section .osr-new-logo-grid-inner {
    width: calc((100% - 24px) / 3) !important;
  }
}
@media (max-width: 480px) {
  .opn-brand-section .osr-new-logo-grid-inner {
    width: calc((100% - 12px) / 2) !important;
  }
}

/* ── Floating stat cards on hero ─────────────────────────────────────── */
.opn-float-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10), 0 2px 8px rgba(0,0,0,0.06);
  border: 1px solid #f3f4f6;
  z-index: 10;
  white-space: nowrap;
  animation: opn-floatin 0.6s ease both;
}

.opn-float-card--bl {
  bottom: 16px;
  left: -16px;
  animation-delay: 0.2s;
}

.opn-float-card--tr {
  top: 0;
  right: -16px;
  animation-delay: 0.4s;
}

@keyframes opn-floatin {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.opn-float-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #f0fdf4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.opn-float-icon--amber {
  background: #fffbeb;
}

.opn-float-n {
  font-size: 18px;
  font-weight: 800;
  color: #0a0a0a;
  line-height: 1;
}

.opn-float-l {
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
  font-weight: 500;
}

/* Shopify certified pill */
.opn-float-badge {
  position: absolute;
  bottom: 40px;
  right: -12px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  border: 1.5px solid #1a5c40;
  border-radius: 100px;
  padding: 6px 14px 6px 10px;
  font-size: 11px;
  font-weight: 700;
  color: #1a5c40;
  letter-spacing: 0.06em;
  box-shadow: 0 4px 12px rgba(26,92,64,0.12);
  z-index: 10;
}

/* Hero media responsive */
@media (max-width: 1024px) {
  .opn-float-card--bl { left: 0; }
  .opn-float-card--tr { right: 0; }
  .opn-float-badge { right: 0; }
}

@media (max-width: 768px) {
  .opn-hero-visual { padding: 12px 12px 36px 12px; }
  .opn-float-card { display: none; }
  .opn-float-badge { display: none; }
}

/* ── Services section ────────────────────────────────────────────────── */
.opn-services {
  padding: 96px 0;
  background: #fafaf9;
}

.opn-svc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}

.opn-svc-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 32px 28px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.opn-svc-card:hover {
  border-color: #1a5c40;
  box-shadow: 0 8px 32px rgba(26,92,64,0.08);
}

.opn-svc-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f0fdf4;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.opn-svc-title {
  font-size: 18px;
  font-weight: 700;
  color: #0a0a0a;
  margin: 0 0 10px;
  line-height: 1.3;
}

.opn-svc-body {
  font-size: 15px;
  line-height: 1.7;
  color: #4b5563;
  margin: 0;
}

.opn-svc-cta {
  text-align: center;
  margin-top: 48px;
}

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

/* ── Delivery zone SVG illustration ─────────────────────────────────── */
.opn-dzone {
  border-radius: 16px;
  overflow: hidden;
  background: #f0fdf4;
  box-shadow: 0 20px 60px rgba(0,0,0,0.10);
}

.opn-dzone-svg {
  width: 100%;
  display: block;
}

.opn-dzone-legend {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  padding: 16px 20px;
  background: #fff;
  border-top: 1px solid #e5e7eb;
}

.opn-dzone-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 10px;
  border-radius: 100px;
  white-space: nowrap;
}

.opn-dzone-chip::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.opn-dzone-chip--a { background: #f0fdf4; color: #1a5c40; }
.opn-dzone-chip--a::before { background: #1a5c40; }
.opn-dzone-chip--b { background: #f0fdf4; color: #2d7a57; }
.opn-dzone-chip--b::before { background: #2d7a57; opacity: 0.5; }
.opn-dzone-chip--c { background: #f9fafb; color: #374151; }
.opn-dzone-chip--c::before { background: #9ca3af; }

/* ==========================================================================
   v5 — Full Qrolic-style redesign additions
   ========================================================================== */

/* Update header comment */

/* ── Floating stat cards on hero ─────────────────────────────────────── */
.opn-hero-visual {
  position: relative;
  padding: 20px 20px 48px 20px;
}

.opn-browser { position: relative; z-index: 1; }

.opn-float-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.10), 0 2px 8px rgba(0,0,0,0.06);
  border: 1px solid #f3f4f6;
  z-index: 10;
  white-space: nowrap;
  animation: opn-floatin 0.6s ease both;
}
.opn-float-card--bl { bottom: 16px; left: -16px; animation-delay: 0.2s; }
.opn-float-card--tr { top: 0; right: -16px; animation-delay: 0.4s; }

@keyframes opn-floatin {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.opn-float-icon {
  width: 36px; height: 36px; border-radius: 8px;
  background: #f0fdf4;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.opn-float-icon--amber { background: #fffbeb; }
.opn-float-n { font-size: 18px; font-weight: 800; color: #0a0a0a; line-height: 1; }
.opn-float-l { font-size: 11px; color: #6b7280; margin-top: 2px; font-weight: 500; }

.opn-float-badge {
  position: absolute; bottom: 40px; right: -12px;
  display: inline-flex; align-items: center; gap: 6px;
  background: #fff; border: 1.5px solid #1a5c40; border-radius: 100px;
  padding: 6px 14px 6px 10px;
  font-size: 11px; font-weight: 700; color: #1a5c40; letter-spacing: 0.06em;
  box-shadow: 0 4px 12px rgba(26,92,64,0.12); z-index: 10;
}

@media (max-width: 1024px) {
  .opn-float-card--bl { left: 0; }
  .opn-float-card--tr { right: 0; }
  .opn-float-badge    { right: 0; }
}
@media (max-width: 768px) {
  .opn-hero-visual { padding: 12px 12px 36px 12px; }
  .opn-float-card  { display: none; }
  .opn-float-badge { display: none; }
}

/* ── Brands grid ─────────────────────────────────────────────────────── */
section.opn-brand-section,
.osr-logo-new-section.opn-brand-section {
  padding-top: 48px !important;
  padding-bottom: 80px !important;
  margin-bottom: 0 !important;
  background: #fff;
}

.opn-brand-section .osr-new-logo-grid { gap: 12px !important; flex-wrap: wrap !important; }
.opn-brand-section .osr-new-logo-grid-inner {
  width: calc((100% - 60px) / 6) !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 8px !important;
  padding: 28px 20px !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #fff !important;
  transition: border-color 0.2s, box-shadow 0.2s !important;
}
.opn-brand-section .osr-new-logo-grid-inner:hover {
  border-color: #d1d5db !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
}
.opn-brand-section .osr-new-logo-grid-image {
  max-height: 40px !important; width: auto !important; max-width: 120px !important;
  object-fit: contain !important;
  filter: grayscale(100%); opacity: 0.65;
  transition: filter 0.2s, opacity 0.2s;
}
.opn-brand-section .osr-new-logo-grid-inner:hover .osr-new-logo-grid-image {
  filter: grayscale(0%); opacity: 1;
}
@media (max-width: 768px) {
  .opn-brand-section .osr-new-logo-grid-inner { width: calc((100% - 24px) / 3) !important; }
}
@media (max-width: 480px) {
  .opn-brand-section .osr-new-logo-grid-inner { width: calc((100% - 12px) / 2) !important; }
}

/* ── Value proposition section ───────────────────────────────────────── */
.opn-value {
  padding: 96px 0;
  background: #fafaf9;
}
.opn-value-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  margin-top: 16px;
}
.opn-value-img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.10);
  display: block;
  object-fit: cover;
  aspect-ratio: 4/3;
}
@media (max-width: 768px) {
  .opn-value { padding: 64px 0; }
  .opn-value-inner { grid-template-columns: 1fr; gap: 40px; }
}

/* ── Primary services (3 large cards) ───────────────────────────────── */
.opn-primary-svc {
  padding: 96px 0;
  background: #fff;
}
.opn-psvc-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 56px;
}
.opn-psvc-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 36px 32px 40px;
  position: relative;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}
.opn-psvc-card:hover {
  border-color: #1a5c40;
  box-shadow: 0 12px 40px rgba(26,92,64,0.09);
  transform: translateY(-3px);
}
.opn-psvc-card--featured {
  background: #fff;
  border-color: #1a5c40;
  box-shadow: 0 8px 32px rgba(26,92,64,0.10);
}
.opn-psvc-badge {
  display: inline-block;
  background: #1a5c40;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.opn-psvc-icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: #f0fdf4;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
}
.opn-psvc-title {
  font-size: 20px; font-weight: 700; color: #0a0a0a;
  margin: 0 0 14px; line-height: 1.3;
}
.opn-psvc-body {
  font-size: 15px; color: #4b5563; line-height: 1.7;
  margin: 0 0 24px;
}
.opn-checks--sm li { font-size: 14px; }

@media (max-width: 1024px) {
  .opn-psvc-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .opn-psvc-grid { grid-template-columns: 1fr; }
  .opn-primary-svc { padding: 64px 0; }
}

/* ── Mid-CTA banner ──────────────────────────────────────────────────── */
.opn-midcta {
  background: #1a5c40 !important;
  padding: 72px 0 !important;
}
.opn-midcta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}
.opn-midcta-headline {
  font-size: 32px; font-weight: 800; color: #fff;
  margin: 0 0 8px; letter-spacing: -0.025em; line-height: 1.2;
}
.opn-midcta-sub {
  font-size: 16px; color: rgba(255,255,255,0.72); margin: 0; line-height: 1.6;
}
@media (max-width: 768px) {
  .opn-midcta { padding: 56px 0 !important; }
  .opn-midcta-inner { flex-direction: column; align-items: flex-start; gap: 28px; }
  .opn-midcta-headline { font-size: 26px; }
}

/* ── Why OneOnic stats ───────────────────────────────────────────────── */
.opn-why {
  padding: 96px 0;
  background: #f9fafb;
}
.opn-why-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  margin-top: 48px;
}
.opn-why-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2px;
  background: #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
}
.opn-why-stat {
  background: #fff;
  padding: 36px 28px;
  display: flex; flex-direction: column; gap: 8px;
}
.opn-why-n {
  font-size: 52px; font-weight: 900;
  color: #1a5c40; line-height: 1;
  letter-spacing: -0.04em;
}
.opn-why-n em { font-style: normal; font-size: 32px; }
.opn-why-l { font-size: 13px; color: #6b7280; font-weight: 500; }

.opn-why-points { display: flex; flex-direction: column; gap: 24px; padding-top: 8px; }
.opn-why-point {
  display: flex; gap: 14px; align-items: flex-start;
}
.opn-why-point svg { flex-shrink: 0; margin-top: 2px; }
.opn-why-point p { font-size: 15px; color: #374151; line-height: 1.7; margin: 0; }

@media (max-width: 768px) {
  .opn-why { padding: 64px 0; }
  .opn-why-inner { grid-template-columns: 1fr; gap: 48px; }
  .opn-why-n { font-size: 40px; }
}

/* ── All services grid ───────────────────────────────────────────────── */
.opn-services {
  padding: 96px 0;
  background: #fff;
}
.opn-svc-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 56px;
}
.opn-svc-card {
  background: #fff; border: 1px solid #e5e7eb; border-radius: 16px;
  padding: 32px 28px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.opn-svc-card:hover {
  border-color: #1a5c40;
  box-shadow: 0 8px 32px rgba(26,92,64,0.08);
}
.opn-svc-icon {
  width: 48px; height: 48px; border-radius: 12px; background: #f0fdf4;
  display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.opn-svc-title { font-size: 18px; font-weight: 700; color: #0a0a0a; margin: 0 0 10px; line-height: 1.3; }
.opn-svc-body  { font-size: 15px; line-height: 1.7; color: #4b5563; margin: 0; }

@media (max-width: 1024px) { .opn-svc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px)  { .opn-svc-grid { grid-template-columns: 1fr; } .opn-services { padding: 64px 0; } }

/* ── Work grid (3-col) ───────────────────────────────────────────────── */
.opn-work-grid-3 {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-bottom: 40px;
}
.opn-work-grid-3 .opn-work-card-img { height: 240px; object-fit: cover; width: 100%; display: block; }
.opn-work-card-desc {
  font-size: 13px; color: #6b7280; line-height: 1.6; margin: 6px 0 12px;
}
.opn-work-card-link {
  font-size: 13px; font-weight: 600; color: #1a5c40; text-decoration: none;
}
.opn-work-card-link:hover { text-decoration: underline; }
.opn-work-cta { text-align: center; margin-top: 8px; }
@media (max-width: 768px) { .opn-work-grid-3 { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .opn-work-grid-3 { grid-template-columns: 1fr; } }

/* ── Outline button ──────────────────────────────────────────────────── */
.opn-btn-outline {
  background: transparent; color: #1a5c40 !important;
  border: 2px solid #1a5c40 !important; box-shadow: none !important;
}
.opn-btn-outline:hover { background: #1a5c40; color: #fff !important; transform: translateY(-1px); }

/* ── Contact form section ────────────────────────────────────────────── */
.opn-contact {
  padding: 96px 0;
  background: #f9fafb;
}
.opn-contact-inner {
  display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start;
}
.opn-contact-h2 {
  font-size: 40px; font-weight: 800; letter-spacing: -0.03em;
  color: #0a0a0a; margin: 0 0 16px; line-height: 1.15;
}
.opn-contact-sub {
  font-size: 16px; color: #4b5563; line-height: 1.75; margin: 0 0 32px;
}
.opn-contact-trust { display: flex; flex-direction: column; gap: 12px; }
.opn-contact-trust-item {
  display: flex; align-items: center; gap: 10px;
  font-size: 14px; color: #374151; font-weight: 500;
}

/* Form */
.opn-contact-form-wrap {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 28px 24px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.06);
}
.opn-form { display: flex; flex-direction: column; gap: 20px; }
.opn-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.opn-form-group { display: flex; flex-direction: column; gap: 6px; }
.opn-form-label { font-size: 13px; font-weight: 600; color: #374151; }
.opn-form-input {
  width: 100%;
  padding: 11px 14px;
  border: 1.5px solid #e5e7eb;
  border-radius: 8px;
  font-size: 14px; color: #111827;
  background: #fff;
  transition: border-color 0.15s, box-shadow 0.15s;
  font-family: inherit;
  outline: none;
  -webkit-appearance: none;
}
.opn-form-input:focus {
  border-color: #1a5c40;
  box-shadow: 0 0 0 3px rgba(26,92,64,0.09);
}
.opn-form-textarea { resize: vertical; min-height: 100px; }
.opn-form-select { cursor: pointer; 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 d='M1 1l5 5 5-5' stroke='%239ca3af' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }
.opn-form-submit {
  width: 100%; padding: 15px 24px; font-size: 15px;
  justify-content: center; cursor: pointer;
}
.opn-form-note { font-size: 12px; color: #9ca3af; margin: 0; text-align: center; }
.opn-crisp-link { color: #1a5c40; font-weight: 600; text-decoration: none; }
.opn-crisp-link:hover { text-decoration: underline; }

@media (max-width: 900px) {
  .opn-contact { padding: 64px 0; }
  .opn-contact-inner { grid-template-columns: 1fr; gap: 48px; }
  .opn-contact-h2 { font-size: 32px; }
}
@media (max-width: 480px) {
  .opn-contact-form-wrap { padding: 28px 20px; }
  .opn-form-row { grid-template-columns: 1fr; }
}

/* ── FAQ (v5 — full width, no side sticky) ───────────────────────────── */
.opn-faq { padding: 96px 0; background: #fff; }
.opn-faq-intro {
  font-size: 17px; color: #6b7280; line-height: 1.75;
  max-width: 720px; margin: 0 0 48px;
}
.opn-faq-h2 {
  font-size: 44px; font-weight: 800; letter-spacing: -0.03em;
  color: #0a0a0a; margin: 0 0 20px; line-height: 1.15;
}
.opn-faq-list { max-width: 800px; }
.opn-faq-item { border-bottom: 1px solid #e5e7eb; }
.opn-faq-item:first-child { border-top: 1px solid #e5e7eb; }
.opn-faq-q {
  display: flex; align-items: flex-start; justify-content: space-between;
  padding: 22px 0; font-size: 16px; font-weight: 600; color: #111827;
  cursor: pointer; list-style: none; gap: 20px; line-height: 1.5;
}
.opn-faq-q::-webkit-details-marker { display: none; }
.opn-faq-q::after { content: '+'; font-size: 22px; font-weight: 300; color: #9ca3af; flex-shrink: 0; line-height: 1.2; transition: transform 0.2s ease, color 0.15s; }
.opn-faq-item[open] .opn-faq-q::after { transform: rotate(45deg); color: #1a5c40; }
.opn-faq-a { padding: 0 36px 22px 0; }
.opn-faq-a p { font-size: 15px; color: #6b7280; line-height: 1.8; margin: 0; }

@media (max-width: 768px) {
  .opn-faq { padding: 64px 0; }
  .opn-faq-h2 { font-size: 32px; }
}

/* ── Process ─────────────────────────────────────────────────────────── */
.opn-process { padding: 96px 0; background: #fafaf9; }
.opn-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 48px; margin-top: 64px; position: relative; }
.opn-step-n { display: block; font-size: 72px; font-weight: 900; line-height: 0.9; color: #f97316; letter-spacing: -0.05em; margin-bottom: 20px; }
.opn-step-title { font-size: 18px; font-weight: 700; color: #111827; margin: 0 0 10px; }
.opn-step-body { font-size: 14px; color: #6b7280; line-height: 1.75; margin: 0; }

@media (max-width: 768px) {
  .opn-process { padding: 64px 0; }
  .opn-steps { grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 40px; }
}
@media (max-width: 480px) {
  .opn-steps { grid-template-columns: 1fr; gap: 24px; }
}

/* ── CTA ─────────────────────────────────────────────────────────────── */
.opn-cta { background: #0a3d2e; padding: 96px 0; text-align: center; }
.opn-cta-inner { max-width: 600px; margin: 0 auto; }
.opn-cta-h2 { font-size: 44px; font-weight: 800; letter-spacing: -0.03em; line-height: 1.1; color: #fff; margin: 0 0 20px; }
.opn-cta-sub { font-size: 17px; color: rgba(255,255,255,0.68); line-height: 1.65; margin: 0 0 40px; }

@media (max-width: 768px) { .opn-cta { padding: 72px 0; } .opn-cta-h2 { font-size: 34px; } }
@media (max-width: 480px) { .opn-cta { padding: 56px 0; } .opn-cta-h2 { font-size: 28px; } }

/* ── Section padding overrides (bg--opn exempts from theme adjacent rule) */
.opn-main section.opn-value        { padding-top: 96px !important; padding-bottom: 96px !important; }
.opn-main section.opn-primary-svc  { padding-top: 96px !important; padding-bottom: 96px !important; }
.opn-main section.opn-midcta       { padding-top: 72px !important; padding-bottom: 72px !important; }
.opn-main section.opn-work         { padding-top: 96px !important; padding-bottom: 96px !important; }
.opn-main section.opn-why          { padding-top: 96px !important; padding-bottom: 96px !important; }
.opn-main section.opn-services     { padding-top: 96px !important; padding-bottom: 96px !important; }
.opn-main section.opn-process      { padding-top: 96px !important; padding-bottom: 96px !important; }
.opn-main section.opn-contact      { padding-top: 96px !important; padding-bottom: 96px !important; }
.opn-main section.opn-faq          { padding-top: 96px !important; padding-bottom: 96px !important; }
.opn-main section.opn-cta          { padding-top: 96px !important; padding-bottom: 96px !important; }

/* ── FAQ centered header (Qrolic-style) ──────────────────────────────── */
.opn-faq-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 56px;
}
.opn-faq-header .opn-eyebrow { text-align: center; }
.opn-faq-h2 {
  font-size: 48px;
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: #0a0a0a;
  margin: 0 0 20px;
}
.opn-faq-h2 em {
  font-style: italic;
  color: #1a5c40;
}
.opn-faq-intro {
  font-size: 17px;
  color: #6b7280;
  line-height: 1.75;
  margin: 0;
  text-align: center;
}
.opn-faq-list {
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .opn-faq-h2 { font-size: 34px; }
  .opn-faq-header { margin-bottom: 40px; }
}
@media (max-width: 480px) {
  .opn-faq-h2 { font-size: 28px; }
}

/* ── WPForms embed — compact + polished ──────────────────────────────── */
.opn-contact-form-wrap .wpforms-container { margin: 0 !important; }

/* Field spacing */
.opn-contact-form-wrap .wpforms-form .wpforms-field-container { padding-bottom: 0 !important; }
.opn-contact-form-wrap .wpforms-form .wpforms-field {
  margin-bottom: 12px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.opn-contact-form-wrap .wpforms-form .wpforms-field-row { gap: 12px !important; }

/* Labels */
.opn-contact-form-wrap .wpforms-form label.wpforms-field-label,
.opn-contact-form-wrap .wpforms-form label.wpforms-field-sublabel {
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #374151 !important;
  margin-bottom: 4px !important;
  margin-top: 0 !important;
  letter-spacing: 0.02em !important;
  font-family: inherit !important;
}

/* Text / email / url / number inputs — NOT tel (ITI handles that) */
.opn-contact-form-wrap .wpforms-form input[type="text"],
.opn-contact-form-wrap .wpforms-form input[type="email"],
.opn-contact-form-wrap .wpforms-form input[type="url"],
.opn-contact-form-wrap .wpforms-form input[type="number"],
.opn-contact-form-wrap .wpforms-form textarea {
  width: 100% !important;
  padding: 9px 12px !important;
  border: 1.5px solid #e5e7eb !important;
  border-radius: 7px !important;
  font-size: 13.5px !important;
  color: #111827 !important;
  background: #fafafa !important;
  font-family: inherit !important;
  box-shadow: none !important;
  min-height: unset !important;
  height: auto !important;
  transition: border-color 0.15s, box-shadow 0.15s, background 0.15s !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
.opn-contact-form-wrap .wpforms-form input[type="text"]:focus,
.opn-contact-form-wrap .wpforms-form input[type="email"]:focus,
.opn-contact-form-wrap .wpforms-form input[type="url"]:focus,
.opn-contact-form-wrap .wpforms-form input[type="number"]:focus,
.opn-contact-form-wrap .wpforms-form textarea:focus {
  border-color: #1a5c40 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(26,92,64,0.09) !important;
  outline: none !important;
}

/* Textarea */
.opn-contact-form-wrap .wpforms-form textarea {
  min-height: 90px !important;
  height: 90px !important;
  resize: vertical !important;
}

/* reCAPTCHA v3 invisible container — kill its layout space */
.opn-contact-form-wrap .wpforms-recaptcha-container {
  display: none !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Submit — no gap above */
.opn-contact-form-wrap .wpforms-form .wpforms-submit-container {
  margin-top: 6px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.opn-contact-form-wrap .wpforms-form .wpforms-submit,
.opn-contact-form-wrap .wpforms-form button[type="submit"] {
  background: #1a5c40 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 7px !important;
  padding: 12px 24px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  font-family: inherit !important;
  width: 100% !important;
  letter-spacing: 0.01em !important;
  transition: background 0.18s, transform 0.18s !important;
  box-shadow: none !important;
  height: auto !important;
  min-height: unset !important;
  border-radius: 7px !important;
}
.opn-contact-form-wrap .wpforms-form .wpforms-submit:hover,
.opn-contact-form-wrap .wpforms-form button[type="submit"]:hover {
  background: #154d35 !important;
  transform: translateY(-1px) !important;
}

/* ── ITI phone field v21 ─────────────────────────────────────────────── */
.opn-contact-form-wrap .iti {
  width: 100% !important;
  display: block !important;
}
/* Phone input — left-pad for flag button width */
.opn-contact-form-wrap .wpforms-form input[type="tel"] {
  padding: 9px 12px 9px 80px !important;
  border: 1.5px solid #e5e7eb !important;
  border-radius: 7px !important;
  font-size: 13.5px !important;
  background: #fafafa !important;
  width: 100% !important;
  font-family: inherit !important;
  box-shadow: none !important;
  min-height: unset !important;
  height: auto !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}
.opn-contact-form-wrap .wpforms-form input[type="tel"]:focus {
  border-color: #1a5c40 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(26,92,64,0.09) !important;
  outline: none !important;
}
/* Flag button */
.opn-contact-form-wrap .iti__selected-country {
  padding: 0 8px !important;
  background: #f3f4f6 !important;
  border-right: 1px solid #e5e7eb !important;
  border-radius: 7px 0 0 7px !important;
  gap: 4px !important;
}
.opn-contact-form-wrap .iti__selected-country:hover { background: #e9ecef !important; }
/* Flag sprite — don't override background-image (let WPForms' own CSS provide it) */
.opn-contact-form-wrap .iti__flag { border-radius: 2px !important; box-shadow: 0 0 0 1px rgba(0,0,0,0.08) !important; }
.opn-contact-form-wrap .iti__selected-dial-code { font-size: 12px !important; color: #374151 !important; font-weight: 500 !important; }
.opn-contact-form-wrap .iti__arrow { margin-left: 4px !important; }

/* Country dropdown — v21 wraps list in .iti__dropdown-content */
.opn-contact-form-wrap .iti__dropdown-content {
  border: 1.5px solid #e5e7eb !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
  overflow: hidden !important;
  z-index: 9999 !important;
}
.opn-contact-form-wrap .iti__search-input {
  padding: 8px 12px !important;
  font-size: 13px !important;
  border-bottom: 1px solid #f3f4f6 !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
/* Country list must scroll — both v21 (.iti__dropdown-content child) and older versions */
.opn-contact-form-wrap .iti__country-list {
  max-height: 200px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  margin: 0 !important;
  padding: 4px 0 !important;
  /* For older ITI without dropdown-content wrapper */
  border: 1.5px solid #e5e7eb !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.12) !important;
  z-index: 9999 !important;
}
.opn-contact-form-wrap .iti__country { padding: 6px 12px !important; }
.opn-contact-form-wrap .iti__country-name { font-size: 13px !important; }
.opn-contact-form-wrap .iti__dial-code { font-size: 12px !important; color: #9ca3af !important; }
.opn-contact-form-wrap .iti__country:hover,
.opn-contact-form-wrap .iti__country.iti__highlight { background: #f0fdf6 !important; }

/* ── Choices.js v10 (Select Service field) ───────────────────────────── */
/* wpforms-field-select-style-modern wraps the choices widget */
#wpforms-8853-field_7-container .choices,
.opn-contact-form-wrap .wpforms-field-select-style-modern .choices {
  width: 100% !important;
  margin-bottom: 0 !important;
  position: relative !important;
}
#wpforms-8853-field_7-container .choices__inner,
.opn-contact-form-wrap .wpforms-field-select-style-modern .choices__inner {
  padding: 9px 12px !important;
  border: 1.5px solid #e5e7eb !important;
  border-radius: 7px !important;
  font-size: 13.5px !important;
  color: #111827 !important;
  background: #fafafa !important;
  min-height: unset !important;
  height: auto !important;
  line-height: 1.5 !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}
.opn-contact-form-wrap .wpforms-field-select-style-modern .choices.is-focused .choices__inner,
.opn-contact-form-wrap .wpforms-field-select-style-modern .choices.is-open .choices__inner {
  border-color: #1a5c40 !important;
  background: #fff !important;
  box-shadow: 0 0 0 3px rgba(26,92,64,0.09) !important;
}
.opn-contact-form-wrap .wpforms-field-select-style-modern .choices__list--single { padding: 0 !important; margin: 0 !important; }
.opn-contact-form-wrap .wpforms-field-select-style-modern .choices__list--single .choices__item { font-size: 13.5px !important; color: #111827 !important; padding: 0 !important; }
.opn-contact-form-wrap .wpforms-field-select-style-modern .choices__list--single .choices__placeholder { color: #9ca3af !important; }
.opn-contact-form-wrap .wpforms-field-select-style-modern .choices[data-type*=select-one]::after {
  border-color: #9ca3af transparent transparent transparent !important;
  right: 12px !important;
  top: 50% !important;
}
.opn-contact-form-wrap .wpforms-field-select-style-modern .choices__list--dropdown,
.opn-contact-form-wrap .wpforms-field-select-style-modern .choices__list[aria-expanded] {
  border: 1.5px solid #e5e7eb !important;
  border-radius: 7px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1) !important;
  z-index: 9999 !important;
  overflow: hidden !important;
}
.opn-contact-form-wrap .wpforms-field-select-style-modern .choices__item--choice {
  padding: 8px 12px !important;
  font-size: 13.5px !important;
}
.opn-contact-form-wrap .wpforms-field-select-style-modern .choices__item--selectable.is-highlighted {
  background: #f0fdf6 !important;
  color: #111827 !important;
}
