/* =========================================================
   OneClickPackaging – custom homepage styles
   Loaded ONLY on the front page. Everything is scoped to .ocp-home
   ========================================================= */

.ocp-home {
	--ocp-teal: #00a79d;          /* brand teal (logo / top bar) */
	--ocp-teal-ink: #007a73;      /* teal dark enough for text & buttons */
	--ocp-teal-deep: #045a55;
	--ocp-navy: #113852;          /* brand heading navy */
	--ocp-night: #0b2a3d;
	--ocp-ink: #1d2b33;
	--ocp-muted: #53646e;
	--ocp-line: #dfe7e8;
	--ocp-tint: #eef7f6;
	--ocp-kraft: #c8a27a;
	--ocp-kraft-bg: #f6efe6;
	--ocp-white: #ffffff;
	--ocp-radius: 14px;
	--ocp-shadow: 0 1px 2px rgba(17, 56, 82, .06), 0 8px 24px rgba(17, 56, 82, .08);
	--ocp-gutter: clamp(20px, 5vw, 72px);   /* left/right page padding */
	--ocp-space: clamp(64px, 8vw, 112px);   /* vertical section spacing */
	--ocp-gap: clamp(16px, 2vw, 28px);      /* gap between cards */
	--ocp-font: "Poppins", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;

	font-family: var(--ocp-font);
	color: var(--ocp-ink);
	background: var(--ocp-white);
	font-size: 16px;
	line-height: 1.65;
	padding: 0 !important;
	overflow-x: clip;
}

/* ---------- local reset (theme styles bleed otherwise) ---------- */
.ocp-home *, .ocp-home *::before, .ocp-home *::after { box-sizing: border-box; }
.ocp-home h1, .ocp-home h2, .ocp-home h3, .ocp-home p, .ocp-home ul, .ocp-home ol, .ocp-home figure { margin: 0; padding: 0; }
.ocp-home ul, .ocp-home ol { list-style: none; }
.ocp-home h1, .ocp-home h2, .ocp-home h3 { font-family: var(--ocp-font); color: var(--ocp-navy); letter-spacing: -.01em; text-wrap: balance; }
.ocp-home img { max-width: 100%; height: auto; display: block; }
.ocp-home a { color: var(--ocp-teal-ink); text-decoration: none; }
.ocp-home a:hover { color: var(--ocp-teal-deep); }
.ocp-home a:focus-visible, .ocp-home button:focus-visible, .ocp-home summary:focus-visible { outline: 3px solid var(--ocp-teal); outline-offset: 3px; border-radius: 6px; }
.ocp-ico { width: 1.15em; height: 1.15em; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.ocp-home .ocp-wrap { width: 100%; max-width: calc(1180px + (var(--ocp-gutter) * 2)); margin-inline: auto !important; padding-inline: var(--ocp-gutter) !important; }
.ocp-center { text-align: center; margin-top: clamp(32px, 4vw, 48px) !important; }

/* ---------- type ---------- */
.ocp-eyebrow { font-size: 13px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ocp-teal-ink); margin-bottom: 10px !important; }
.ocp-eyebrow--light { color: #7fe0d8; }
.ocp-h2 { font-size: clamp(26px, 3.2vw, 38px); line-height: 1.2; font-weight: 700; }
.ocp-head { max-width: 680px; margin: 0 auto clamp(36px, 4.5vw, 56px); text-align: center; }
.ocp-head__lead { margin-top: 14px !important; color: var(--ocp-muted); font-size: 17px; }
.ocp-head--row { max-width: none; text-align: left; display: flex; align-items: end; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.ocp-link { display: inline-flex; align-items: center; gap: 6px; font-weight: 600; }

/* ---------- buttons ---------- */
.ocp-btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 52px; padding: 12px 24px; border-radius: 999px; font-weight: 600; font-size: 16px; line-height: 1.2; border: 2px solid transparent; transition: background .2s, color .2s, border-color .2s, transform .2s; cursor: pointer; }
.ocp-btn:hover { transform: translateY(-1px); }
.ocp-home .ocp-btn--primary { background: var(--ocp-teal-ink); color: #fff; box-shadow: 0 6px 18px rgba(0, 122, 115, .28); }
.ocp-home .ocp-btn--primary:hover { background: var(--ocp-teal-deep); color: #fff; }
.ocp-home .ocp-btn--ghost { background: #fff; color: var(--ocp-navy); border-color: var(--ocp-line); }
.ocp-home .ocp-btn--ghost:hover { border-color: var(--ocp-teal); color: var(--ocp-navy); }
.ocp-home .ocp-btn--outline { background: transparent; color: var(--ocp-teal-ink); border-color: var(--ocp-teal-ink); }
.ocp-home .ocp-btn--outline:hover { background: var(--ocp-teal-ink); color: #fff; }
.ocp-home .ocp-btn--light { background: #fff; color: var(--ocp-navy); }
.ocp-home .ocp-btn--light:hover { background: var(--ocp-kraft-bg); color: var(--ocp-navy); }
.ocp-home .ocp-btn--line { background: transparent; color: #fff; border-color: rgba(255,255,255,.5); }
.ocp-home .ocp-btn--line:hover { border-color: #fff; color: #fff; }

/* =========================================================
   HERO SLIDER (original banner design)
   ========================================================= */
.ocp-hero { position: relative; background: #eef1ef; overflow: hidden; isolation: isolate; }
.ocp-slides { display: grid; }
.ocp-slide { grid-area: 1 / 1; position: relative; min-height: clamp(460px, 44vw, 640px); display: flex; align-items: flex-end; visibility: hidden; opacity: 0; transition: opacity .6s ease, visibility .6s; }
.ocp-slide.is-active { visibility: visible; opacity: 1; z-index: 1; }
.ocp-slide__media { position: absolute; inset: 0; overflow: hidden; }
.ocp-home .ocp-slide__img { width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; will-change: transform; }
.ocp-slide__inner { position: relative; display: flex; justify-content: center; padding-block: 48px 100px; }   /* bottom padding = dashes (76px) + ~24px gap */
.ocp-slide__card {
	width: min(100%, 432px);            /* 20% smaller than before */
	text-align: center;
	padding: clamp(22px, 2.6vw, 34px);
	border-radius: 20px;
	background: rgba(255, 255, 255, .58);
	-webkit-backdrop-filter: blur(16px) saturate(1.2);
	backdrop-filter: blur(16px) saturate(1.2);
	border: 1px solid rgba(255, 255, 255, .7);
	box-shadow: 0 20px 60px rgba(17, 56, 82, .16);
}
.ocp-slide__kicker { font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ocp-teal-ink); }
.ocp-home .ocp-slide__title { margin-top: 8px !important; font-size: clamp(32px, 3.5vw, 46px); line-height: 1.05; font-weight: 700; color: #044444; letter-spacing: -.02em; }
.ocp-slide__title span { display: inline-block; }
.ocp-slide__title span + span { color: var(--ocp-teal-ink); }
.ocp-slide__text { margin: 12px auto 0 !important; max-width: 330px; font-size: 15px; line-height: 1.6; color: #2b3a42; }
.ocp-slide__ctas { margin-top: 20px; display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; }
.ocp-slide__ctas .ocp-btn { padding-inline: 14px; min-height: 44px; font-size: 14px; gap: 6px; white-space: nowrap; }
.ocp-slide__ctas .ocp-btn .ocp-ico { width: 16px; height: 16px; }
.ocp-home .ocp-btn--glass { background: rgba(255,255,255,.7); color: var(--ocp-navy); border-color: rgba(17,56,82,.12); }
.ocp-home .ocp-btn--glass:hover { background: #fff; color: var(--ocp-navy); }
.ocp-slide__chips { margin-top: 16px !important; display: flex; justify-content: center; flex-wrap: wrap; gap: 6px 12px; font-size: 12px; font-weight: 500; color: #2b3a42; }
.ocp-slide__chips li { display: inline-flex; align-items: center; gap: 6px; }
.ocp-slide__chips .ocp-ico { width: 16px; height: 16px; padding: 2px; border-radius: 50%; background: var(--ocp-teal-ink); color: #fff; stroke-width: 3.2; }

.ocp-hero__controls { position: absolute; left: 0; right: 0; bottom: 28px; z-index: 3; display: flex; align-items: center; justify-content: center; gap: 14px; pointer-events: none; }
.ocp-hero__controls > * { pointer-events: auto; }
.ocp-hero__dots { display: flex; align-items: center; gap: 10px; padding: 14px 18px; border-radius: 999px; background: rgba(255,255,255,.72); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); border: 1px solid rgba(255,255,255,.8); box-shadow: 0 6px 20px rgba(17,56,82,.12); }
.ocp-dot { position: relative; width: 44px; height: 6px; padding: 0; border: 0; border-radius: 99px; background: rgba(17,56,82,.18); cursor: pointer; overflow: hidden; }
.ocp-dot::before { content: ""; position: absolute; inset: -10px 0; }            /* bigger tap area */
.ocp-dot__fill { position: absolute; inset: 0; background: var(--ocp-teal-ink); transform: scaleX(0); transform-origin: left; border-radius: inherit; }
.ocp-dot.is-active .ocp-dot__fill { transform: scaleX(1); }
.ocp-hero__arrows { display: contents; }
.ocp-arrow[data-prev] { order: -1; }
.ocp-arrow { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,.8); background: rgba(255,255,255,.72); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); color: var(--ocp-navy); cursor: pointer; transition: background .2s, box-shadow .2s; }
.ocp-arrow:hover { background: #fff; box-shadow: 0 6px 18px rgba(17,56,82,.18); }
.ocp-arrow .ocp-ico { width: 20px; height: 20px; }

/* =========================================================
   TRUST STRIP + MARQUEE
   ========================================================= */
.ocp-trust { background: #fff; border-bottom: 1px solid var(--ocp-line); }
.ocp-trust__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px 48px; padding-block: 28px; flex-wrap: wrap; }
.ocp-home .ocp-trust__title { font-size: clamp(20px, 2.2vw, 28px); font-weight: 600; color: var(--ocp-navy); letter-spacing: -.01em; }
.ocp-trust__title strong { color: var(--ocp-teal-ink); font-weight: 700; }
.ocp-trust__widget { flex: 1 1 320px; max-width: 520px; min-height: 52px; }
.ocp-marquee { overflow: hidden; background: var(--ocp-navy); color: #dbe7ee; padding-block: 16px; }
.ocp-marquee__track { display: flex; align-items: center; gap: 28px; width: max-content; white-space: nowrap; font-size: 15px; font-weight: 600; letter-spacing: .02em; }
.ocp-marquee__track i { width: 8px; height: 8px; border-radius: 2px; background: var(--ocp-teal); transform: rotate(45deg); flex: none; }
html:not(.ocp-motion) .ocp-marquee__track { animation: ocp-mq 40s linear infinite; }
@keyframes ocp-mq { to { transform: translateX(-50%); } }

/* =========================================================
   PARTNER + FEATURES
   ========================================================= */
.ocp-home .ocp-h1 { font-size: clamp(30px, 4vw, 48px); line-height: 1.12; font-weight: 700; color: var(--ocp-navy); }
.ocp-h1 .ocp-hl { color: var(--ocp-teal-ink); }
.ocp-features { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--ocp-gap); }
.ocp-feature { position: relative; text-align: center; background: #fff; border: 1px solid var(--ocp-line); border-radius: 20px; padding: 36px 24px 30px; transition: box-shadow .3s, border-color .3s; transform-style: preserve-3d; }
.ocp-feature:hover { box-shadow: var(--ocp-shadow); border-color: transparent; }
.ocp-feature__icon { display: grid; place-items: center; width: 88px; height: 88px; margin: 0 auto 18px; border-radius: 26px; background: var(--ocp-tint); }
.ocp-feature__icon img { width: 52px; height: 52px; object-fit: contain; }
.ocp-feature h3 { font-size: 18px; font-weight: 700; margin-bottom: 6px !important; }
.ocp-feature p { font-size: 15px; color: var(--ocp-muted); line-height: 1.55; }

/* =========================================================
   QUOTE SECTION
   ========================================================= */
.ocp-quote-sec { background: linear-gradient(180deg, #fff 0%, var(--ocp-tint) 100%); scroll-margin-top: 90px; }
.ocp-quote-sec__grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: clamp(40px, 6vw, 88px); align-items: center; }
.ocp-quote-sec__copy .ocp-head__lead { max-width: 480px; }
.ocp-quote-sec .ocp-checks { margin-top: 28px !important; display: grid; gap: 14px; }
.ocp-checks li { display: flex; gap: 12px; align-items: flex-start; font-size: 16px; line-height: 1.45; }
.ocp-checks .ocp-ico { width: 24px; height: 24px; padding: 4px; border-radius: 50%; background: var(--ocp-teal-ink); color: #fff; stroke-width: 3; }
.ocp-checks strong { color: var(--ocp-navy); }
.ocp-quote-sec__contact { margin-top: 32px; display: flex; flex-wrap: wrap; gap: 12px 28px; }
.ocp-quote-sec__contact a { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--ocp-navy); }
.ocp-quote-sec__contact .ocp-ico { color: var(--ocp-teal-ink); width: 20px; height: 20px; }
.ocp-quote { position: relative; background: #fff; border-radius: 22px; box-shadow: 0 2px 4px rgba(17,56,82,.05), 0 24px 60px rgba(17,56,82,.14); padding: clamp(24px, 3vw, 40px); }

/* Fluent Forms inside the card */
.ocp-quote .fluentform .ff-el-group { margin-bottom: 14px; }
.ocp-quote .fluentform .ff-el-input--label label { font-size: 14px; font-weight: 600; color: var(--ocp-navy); }
.ocp-quote .fluentform .ff-el-form-control { width: 100%; max-width: 100%; border: 1.5px solid var(--ocp-line); border-radius: 10px; min-height: 48px; padding: 10px 14px; font-size: 15px; font-family: var(--ocp-font); color: var(--ocp-ink); background-color: #fbfdfd; transition: border-color .2s, box-shadow .2s; }
.ocp-quote .fluentform textarea.ff-el-form-control { min-height: 100px; }
.ocp-quote .fluentform .ff-el-form-control:focus { border-color: var(--ocp-teal); box-shadow: 0 0 0 3px rgba(0,167,157,.18); outline: none; background-color: #fff; }
.ocp-quote .fluentform .ff-el-form-check label { font-size: 14px; }
.ocp-quote .fluentform .ff-btn-submit,
.ocp-quote .fluentform button[type="submit"] { width: 100%; min-height: 56px; border-radius: 999px !important; background: var(--ocp-teal-ink) !important; border: 0 !important; color: #fff !important; font-weight: 600; font-size: 17px; font-family: var(--ocp-font); box-shadow: 0 6px 18px rgba(0,122,115,.28); transition: background .2s, transform .2s; }
.ocp-quote .fluentform .ff-btn-submit:hover { background: var(--ocp-teal-deep) !important; transform: translateY(-1px); }

/* word-mask reveal for split headings */
.ocp-w { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .08em; margin-bottom: -.08em; }
.ocp-wi { display: inline-block; will-change: transform; }
.ocp-gsap .ocp-slide { transition: none; }
.ocp-cta { background-size: 200% 200% !important; background-image: linear-gradient(120deg, #007a73, #045a55 45%, #0b6f86 70%, #007a73) !important; }

/* =========================================================
   MOTION STATES (only when JS + motion allowed; failsafe reveals after 3s)
   ========================================================= */
html.ocp-motion:not(.ocp-motion-done) .ocp-slide.is-active [data-anim],
html.ocp-motion:not(.ocp-motion-done) [data-reveal],
html.ocp-motion:not(.ocp-motion-done) .ocp-home [data-stagger] > * { opacity: 0; }
.ocp-cursor-glow { position: absolute; width: 420px; height: 420px; border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(0,167,157,.14), rgba(0,167,157,0) 65%); transform: translate(-50%, -50%); z-index: 0; opacity: 0; transition: opacity .4s; }
.ocp-section:hover > .ocp-cursor-glow { opacity: 1; }
.ocp-section { position: relative; }
.ocp-section > .ocp-wrap { position: relative; z-index: 1; }

/* =========================================================
   SECTIONS
   ========================================================= */
.ocp-section { padding-block: var(--ocp-space); }
.ocp-section--tint { background: var(--ocp-tint); }
.ocp-section--kraft { background: var(--ocp-kraft-bg); }
.ocp-section--dark { background: var(--ocp-night); color: #c9d8e1; }
.ocp-section--dark .ocp-h2, .ocp-section--dark h3 { color: #fff; }

/* industry cards */
.ocp-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--ocp-gap); }
.ocp-card__link { display: flex; flex-direction: column; height: 100%; background: #fff; border: 1px solid var(--ocp-line); border-radius: var(--ocp-radius); overflow: hidden; color: var(--ocp-ink); transition: box-shadow .25s, transform .25s, border-color .25s; }
.ocp-card__link:hover { box-shadow: var(--ocp-shadow); transform: translateY(-3px); border-color: transparent; color: var(--ocp-ink); }
.ocp-card__media { aspect-ratio: 4 / 3; background: var(--ocp-tint); overflow: hidden; }
.ocp-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.ocp-card__link:hover .ocp-card__media img { transform: scale(1.05); }
.ocp-card__ph { display: grid; place-items: center; width: 100%; height: 100%; color: var(--ocp-teal); }
.ocp-card__ph .ocp-ico { width: 48px; height: 48px; stroke-width: 1.2; }
.ocp-card__body { display: flex; flex-direction: column; gap: 6px; padding: 16px 18px 18px; flex: 1; }
.ocp-card__title { font-size: 17px; font-weight: 700; line-height: 1.3; }
.ocp-card__text { font-size: 14px; color: var(--ocp-muted); line-height: 1.55; flex: 1; }
.ocp-card__more { display: inline-flex; align-items: center; gap: 6px; margin-top: 6px; font-size: 14px; font-weight: 600; color: var(--ocp-teal-ink); }
.ocp-card__link:hover .ocp-card__more .ocp-ico { transform: translateX(3px); }
.ocp-card__more .ocp-ico { transition: transform .2s; }

/* steps (real sequence → numbered) */
.ocp-steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--ocp-gap); position: relative; }
.ocp-step { position: relative; background: #fff; border-radius: var(--ocp-radius); padding: 28px 24px; box-shadow: 0 1px 2px rgba(17,56,82,.05); }
.ocp-step:not(:last-child)::after { content: ""; position: absolute; top: 50px; right: calc(var(--ocp-gap) * -1); width: var(--ocp-gap); border-top: 2px dashed var(--ocp-teal); opacity: .5; }
.ocp-step__n { display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--ocp-teal-ink); color: #fff; font-weight: 700; font-size: 18px; margin-bottom: 14px; }
.ocp-step__title { font-size: 18px; font-weight: 700; margin-bottom: 6px !important; }
.ocp-step p { font-size: 15px; color: var(--ocp-muted); }

/* style tiles + pills */
.ocp-tiles { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: clamp(16px, 2.4vw, 32px); }
.ocp-tile { display: block; text-align: center; color: var(--ocp-navy); font-weight: 600; font-size: 15px; }
.ocp-tile img, .ocp-tile .ocp-card__ph { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 50%; border: 4px solid #fff; box-shadow: 0 0 0 1px var(--ocp-line); margin-bottom: 12px; background: var(--ocp-tint); transition: box-shadow .25s, transform .25s; }
.ocp-tile:hover img { box-shadow: 0 0 0 2px var(--ocp-teal); transform: translateY(-3px); }
.ocp-tile:hover { color: var(--ocp-teal-ink); }
.ocp-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 40px !important; }
.ocp-pills a { display: inline-block; padding: 9px 16px; border: 1px solid var(--ocp-line); border-radius: 999px; font-size: 14px; font-weight: 500; color: var(--ocp-navy); background: #fff; transition: border-color .2s, color .2s; }
.ocp-pills a:hover { border-color: var(--ocp-teal); color: var(--ocp-teal-ink); }

/* build your box */
.ocp-build { display: grid; grid-template-columns: 1.15fr 1fr 1fr 1fr; gap: var(--ocp-gap); }
.ocp-build__col { background: #fff; border-radius: var(--ocp-radius); padding: 28px 24px; border: 1px solid #eadfce; }
.ocp-build__col--size { background: #fffaf3; }
.ocp-build__title { display: flex; align-items: center; gap: 8px; font-size: 18px; font-weight: 700; margin-bottom: 10px !important; }
.ocp-build__title .ocp-ico { color: #9a6d3c; width: 22px; height: 22px; }
.ocp-build__col p { font-size: 15px; color: var(--ocp-muted); }
.ocp-list li { position: relative; padding-left: 20px; font-size: 15px; color: var(--ocp-ink); line-height: 1.5; margin-bottom: 8px; }
.ocp-list li::before { content: ""; position: absolute; left: 0; top: .6em; width: 8px; height: 8px; border-radius: 2px; background: var(--ocp-kraft); }
.ocp-dieline { width: 100%; max-width: 240px; height: auto; margin: 0 auto 10px; display: block; }
.ocp-dieline__face { fill: #e9d3b6; stroke: #9a6d3c; stroke-width: 1.4; }
.ocp-dieline__side { fill: #d7b58d; stroke: #9a6d3c; stroke-width: 1.4; }
.ocp-dieline__front { fill: #cfa678; stroke: #9a6d3c; stroke-width: 1.4; }
.ocp-dieline__lid { fill: #f1e2cd; stroke: #9a6d3c; stroke-width: 1.4; stroke-dasharray: 4 3; }
.ocp-dieline__dim path { stroke: var(--ocp-teal-ink); stroke-width: 1.4; fill: none; stroke-dasharray: 3 3; }
.ocp-dieline__dim text { fill: var(--ocp-teal-ink); font: 700 14px var(--ocp-font); }

/* products */
.ocp-products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: var(--ocp-gap); }
.ocp-product a { display: flex; flex-direction: column; gap: 8px; color: var(--ocp-navy); }
.ocp-product__media { display: block; border-radius: var(--ocp-radius); overflow: hidden; background: #f4f6f7; aspect-ratio: 1; }
.ocp-product__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.ocp-product a:hover img { transform: scale(1.05); }
.ocp-product__name { font-weight: 600; font-size: 16px; line-height: 1.35; }
.ocp-product__cta { display: inline-flex; gap: 6px; align-items: center; font-size: 14px; font-weight: 600; color: var(--ocp-teal-ink); }

/* why */
.ocp-why { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.4fr); gap: clamp(40px, 5vw, 72px); align-items: center; }
.ocp-why__intro p { margin: 16px 0 28px !important; font-size: 17px; }
.ocp-why__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.ocp-why__grid li { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--ocp-radius); padding: 24px 22px; }
.ocp-why__grid .ocp-ico { width: 38px; height: 38px; padding: 8px; border-radius: 10px; background: rgba(0,167,157,.2); color: #6fe3da; margin-bottom: 12px; }
.ocp-why__grid h3 { font-size: 16px; font-weight: 600; margin-bottom: 4px !important; }
.ocp-why__grid p { font-size: 14px; line-height: 1.55; color: #b5c7d2; }

/* prose / SEO text */
.ocp-home .ocp-prose-wrap { max-width: calc(780px + (var(--ocp-gutter) * 2)); }
.ocp-prose-wrap .ocp-h2 { text-align: center; margin-bottom: 28px !important; }
.ocp-prose { position: relative; color: var(--ocp-ink); font-size: 16px; }
.ocp-prose p { margin-bottom: 16px !important; max-width: 72ch; }
.ocp-prose h3 { font-size: 20px; font-weight: 700; margin: 26px 0 8px !important; }
.ocp-prose a { text-decoration: underline; text-underline-offset: 3px; }
.ocp-prose.is-collapsed { max-height: 220px; overflow: hidden; }
.ocp-prose.is-collapsed::after { content: ""; position: absolute; inset: auto 0 0 0; height: 110px; background: linear-gradient(rgba(255,255,255,0), #fff); }
.ocp-more { display: block; margin: 18px auto 0; background: none; border: 0; font: 600 15px var(--ocp-font); color: var(--ocp-teal-ink); cursor: pointer; padding: 8px 14px; }
.ocp-more:hover { text-decoration: underline; }

/* FAQ */
.ocp-faq { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(40px, 6vw, 88px); align-items: start; }
.ocp-faq__head { text-align: left; margin: 0; position: sticky; top: 120px; }
.ocp-faq__list { display: grid; gap: 12px; }
.ocp-faq__item { background: #fff; border-radius: 12px; border: 1px solid var(--ocp-line); transition: border-color .2s, box-shadow .2s; }
.ocp-faq__item[open] { border-color: var(--ocp-teal); box-shadow: var(--ocp-shadow); }
.ocp-faq__item summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 18px 20px; cursor: pointer; }
.ocp-faq__item summary::-webkit-details-marker { display: none; }
.ocp-faq__item summary h3 { font-size: 16px; font-weight: 600; line-height: 1.4; }
.ocp-faq__icon { position: relative; flex: none; width: 28px; height: 28px; border-radius: 50%; background: var(--ocp-tint); }
.ocp-faq__icon::before, .ocp-faq__icon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; background: var(--ocp-teal-ink); transform: translate(-50%, -50%); transition: transform .2s; }
.ocp-faq__icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.ocp-faq__item[open] .ocp-faq__icon::after { transform: translate(-50%, -50%) rotate(0deg); }
.ocp-faq__a { padding: 0 20px 20px; color: var(--ocp-muted); font-size: 15px; }

/* blog */
.ocp-posts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(20px, 2.6vw, 36px); }
.ocp-post a { display: flex; flex-direction: column; gap: 8px; color: var(--ocp-ink); }
.ocp-post__media { display: block; aspect-ratio: 16 / 9; border-radius: var(--ocp-radius); overflow: hidden; background: var(--ocp-tint); margin-bottom: 6px; }
.ocp-post__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.ocp-post a:hover img { transform: scale(1.04); }
.ocp-post time { font-size: 13px; color: var(--ocp-muted); font-weight: 500; }
.ocp-post__title { font-size: 18px; font-weight: 700; line-height: 1.35; }
.ocp-post a:hover .ocp-post__title { color: var(--ocp-teal-ink); }
.ocp-post p { font-size: 15px; color: var(--ocp-muted); }

/* final CTA */
.ocp-cta { background: linear-gradient(120deg, var(--ocp-teal-ink), var(--ocp-teal-deep)); color: #e3f6f4; padding-block: clamp(56px, 7vw, 88px); }
.ocp-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; flex-wrap: wrap; }
.ocp-cta .ocp-h2 { color: #fff; }
.ocp-cta p { margin-top: 8px !important; font-size: 17px; }
.ocp-cta__actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* mobile quick bar */
.ocp-mbar { display: none; }

/* =========================================================
   RESPONSIVE
   Desktop ≥1100 · Laptop/tablet 768–1099 · Phone <768 · Small phone <420
   ========================================================= */
@media (max-width: 1099px) {
	.ocp-build { grid-template-columns: 1fr 1fr; }
	.ocp-why { grid-template-columns: 1fr; }
	.ocp-why__intro { max-width: 640px; }
	.ocp-tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 640px; margin-inline: auto; }
	.ocp-cards { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.ocp-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ocp-step::after { display: none; }
}
@media (max-width: 991px) {
	.ocp-slide__card { width: min(100%, 440px); }
	.ocp-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.ocp-quote-sec__grid { grid-template-columns: 1fr; }
	.ocp-quote-sec__copy { max-width: 640px; }
	.ocp-faq { grid-template-columns: 1fr; }
	.ocp-faq__head { position: static; text-align: center; margin-inline: auto; max-width: 640px; }
	.ocp-posts { grid-template-columns: 1fr 1fr; }
	.ocp-products { grid-template-columns: 1fr 1fr; }
	.ocp-cta__inner { flex-direction: column; align-items: flex-start; }
}
@media (max-width: 767px) {
	.ocp-home { font-size: 15.5px; }
	/* hero: image on top, glass card below (overlapping) */
	.ocp-slide { display: block; min-height: 0; }
	.ocp-slide__media { position: relative; inset: auto; aspect-ratio: 4 / 3; }
	.ocp-home .ocp-slide__img { object-position: 28% center; }
	.ocp-slide__inner { display: block; padding-block: 0 28px; margin-top: -56px; }
	.ocp-slide__card { width: 100%; padding: 28px 22px 24px; background: rgba(255,255,255,.9); border-radius: 20px; }
	.ocp-home .ocp-slide__title { font-size: clamp(32px, 9vw, 40px); }
	.ocp-slide__text { font-size: 16px; }
	.ocp-slide__ctas .ocp-btn { flex: 1 1 100%; }
	.ocp-slide__chips { font-size: 12.5px; gap: 6px 12px; }
	.ocp-hero__controls { top: calc(75vw - 104px); bottom: auto; justify-content: center; }
	.ocp-hero__dots { padding: 10px 14px; }
	.ocp-dot { width: 34px; }
	.ocp-hero__arrows { display: none; }

	.ocp-trust__inner { flex-direction: column; text-align: center; gap: 16px; padding-block: 28px 24px; }
	.ocp-trust__widget { width: 100%; flex: none; }
	.ocp-marquee { padding-block: 13px; }
	.ocp-marquee__track { font-size: 14px; gap: 22px; }

	.ocp-features { gap: 12px; }
	.ocp-feature { padding: 24px 14px 20px; border-radius: 16px; }
	.ocp-feature__icon { width: 64px; height: 64px; border-radius: 18px; margin-bottom: 12px; }
	.ocp-feature__icon img { width: 38px; height: 38px; }
	.ocp-feature h3 { font-size: 15px; }
	.ocp-feature p { font-size: 13px; }

	.ocp-checks li { font-size: 15px; }
	.ocp-quote { padding: 24px 20px; border-radius: 18px; }
	.ocp-quote-sec__contact { flex-direction: column; }

	.ocp-head { text-align: left; margin-inline: 0; }
	.ocp-head__lead { font-size: 16px; }

	/* industry cards: one clean row per industry (image left, text right) */
	.ocp-cards { grid-template-columns: 1fr; gap: 14px; }
	.ocp-card__link { flex-direction: row; align-items: stretch; }
	.ocp-card__media { flex: 0 0 112px; aspect-ratio: auto; min-height: 112px; }
	.ocp-card__body { padding: 16px 18px; gap: 4px; justify-content: center; }
	.ocp-card__title { font-size: 16px; }
	.ocp-card__text { font-size: 13.5px; flex: none; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
	.ocp-card__more { margin-top: 4px; }

	/* steps: number left, text right */
	.ocp-steps { grid-template-columns: 1fr; gap: 14px; }
	.ocp-step { display: grid; grid-template-columns: 44px 1fr; column-gap: 16px; padding: 22px 20px; }
	.ocp-step__n { grid-row: span 2; margin: 0; }
	.ocp-step__title { font-size: 17px; margin: 8px 0 4px !important; }

	.ocp-tiles { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px 16px; }
	.ocp-tile { font-size: 14px; }
	.ocp-pills { justify-content: flex-start; gap: 8px; margin-top: 32px !important; }
	.ocp-pills a { padding: 8px 14px; font-size: 13.5px; }

	.ocp-build { grid-template-columns: 1fr; gap: 14px; }
	.ocp-build__col { padding: 24px 20px; }

	.ocp-products { grid-template-columns: 1fr 1fr; gap: 24px 16px; }
	.ocp-product__name { font-size: 14.5px; }

	/* why: icon left, text right */
	.ocp-why__grid { grid-template-columns: 1fr; gap: 12px; }
	.ocp-why__grid li { display: grid; grid-template-columns: 40px 1fr; column-gap: 16px; padding: 20px; }
	.ocp-why__grid .ocp-ico { grid-row: span 2; margin: 0; }

	.ocp-prose-wrap .ocp-h2 { text-align: left; }
	.ocp-faq__head { text-align: left; margin-inline: 0; }
	.ocp-faq__item summary { padding: 16px 18px; }
	.ocp-faq__item summary h3 { font-size: 15.5px; }
	.ocp-faq__a { padding: 0 18px 18px; }

	.ocp-posts { grid-template-columns: 1fr; gap: 32px; }
	.ocp-cta__actions { width: 100%; }
	.ocp-cta__actions .ocp-btn { flex: 1 1 100%; }

	/* sticky quote / call bar; right side left free for the chat bubble */
	.ocp-mbar { display: flex; gap: 8px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 998; padding: 10px 88px calc(10px + env(safe-area-inset-bottom, 0px)) 16px; background: rgba(255,255,255,.97); box-shadow: 0 -4px 18px rgba(17,56,82,.12); transform: translateY(110%); transition: transform .25s; }
	.ocp-mbar.is-visible { transform: none; }
	.ocp-mbar a { display: flex; align-items: center; justify-content: center; min-height: 48px; border-radius: 999px; font-family: "Poppins", system-ui, sans-serif; font-weight: 600; font-size: 15px; text-decoration: none; }
	.ocp-mbar__quote { flex: 1; background: #007a73; color: #fff !important; }
	.ocp-mbar__call { width: 48px; flex: none; border: 2px solid #007a73; color: #007a73 !important; }
	.ocp-mbar .ocp-ico { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
	body.ocp-home-page { padding-bottom: 70px; }
}
@media (max-width: 419px) {
	.ocp-card__media { flex-basis: 96px; min-height: 104px; }
	.ocp-tiles { gap: 16px 12px; }
	.ocp-tile { font-size: 13px; }
	.ocp-products { grid-template-columns: 1fr 1fr; gap: 20px 14px; }
}

@media (prefers-reduced-motion: reduce) {
	.ocp-home *, .ocp-mbar { transition: none !important; }
	html:has(.ocp-home) { scroll-behavior: auto; }
}
