/*
Theme Name: Shopify Sertechs
Theme URI: https://shopify.sertechs.com
Author: Sertechs
Author URI: https://sertechs.com
Description: Blank starter theme for shopify.sertechs.com. Build your site here.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: shopify-sertechs
*/

/* ===== Validare landing styles (imported from static site) ===== */
*, *::before, *::after {
  box-sizing: border-box;
}

:root {
  --bg: #f7f6f2;
  --paper: #fbfaf7;
  --ink: #111214;
  --muted: #6e6e6e;
  --dark: #0b0c0d;
  --navy: #07111b;
  --navy-2: #0b1825;
  --orange: #ff9037;
  --orange-2: #ff6f1f;
  --line: rgba(17, 18, 20, 0.1);
  --white-line: rgba(255, 255, 255, 0.12);
  --radius: 18px;
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.18);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--ink);
  overflow-x: hidden;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

.container {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  padding: 22px 0;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 19.52px;
  font-weight: 800;
  letter-spacing: -0.64px;
}
.brand img{
  width: 100%;
  max-width: 225px;
}

.brand-mark {
  display: grid;
  grid-template-columns: repeat(3, 8px);
  gap: 2px;
  width: 28px;
}

.desktop-nav {
  display: flex;
  gap: 34px;
  font-size: 14.08px;
  font-weight: 600;
}

.desktop-nav a, .footer-nav a {
  position: relative;
}

.desktop-nav a::after, .footer-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -6px;
  height: 1px;
  background: currentColor;
  transition: right .25s ease;
}

.desktop-nav a:hover::after, .footer-nav a:hover::after {
  right: 0;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-orange {
  background: linear-gradient(180deg, #ffa052, var(--orange));
  color: #17110c;
  box-shadow: 0 14px 30px rgba(255, 144, 55, .22);
}

.btn-orange:hover {
  background: linear-gradient(180deg, #ffad69, #ff812b);
  box-shadow: 0 18px 36px rgba(255, 144, 55, .3);
}

.btn-small {
  min-height: 40px;
  padding-inline: 20px;
  font-size: 13.12px;
}

.menu-btn {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(17, 18, 20, .15);
  border-radius: 50%;
  display: none;
  place-items: center;
  gap: 4px;
  background: rgba(255, 255, 255, .55);
  cursor: pointer;
}

.menu-btn span {
  width: 16px;
  height: 1px;
  background: var(--ink);
  transition: transform .25s ease, opacity .25s ease;
}

.mobile-menu {
  display: none;
}

.hero {
  min-height: 760px;
  padding: 150px 0 95px;
  background: radial-gradient(circle at 74% 18%, rgba(255, 144, 55, .08), transparent 24%), linear-gradient(180deg, #faf9f6 0%, #f4f1eb 100%);
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 54px;
  align-items: center;
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.hero-copy h1 {
  margin: 0;
  max-width: 640px;
  font-size: 52px;
  line-height: .98;
  letter-spacing: -0.992px;
}

.hero-copy h1 span {
  color: var(--orange-2);
}

.hero-copy p {
  max-width: 600px;
  margin: 26px 0 30px;
  color: #4e4e4e;
  font-size: 16.48px;
  line-height: 1.7;
}

.hero-copy small {
  display: block;
  margin-top: 18px;
  color: #666;
}

.hero-visual {
  min-height: 520px;
  position: relative;
  perspective: 1200px;
}

.hero-backdrop {
  position: absolute;
  border-radius: 3px;
  box-shadow: var(--shadow);
}

.hero-backdrop-one {
  width: 58%;
  height: 70%;
  left: 10%;
  top: 17%;
  transform: rotate(-8deg);
  background: linear-gradient(135deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, 0)), url("https://images.unsplash.com/photo-1518005020951-eccb494ad742?auto=format&fit=crop&w=1000&q=75") center/cover;
  filter: saturate(.5) brightness(.55);
}

.hero-backdrop-two {
  width: 55%;
  height: 74%;
  right: 1%;
  top: 18%;
  transform: rotate(7deg);
  background: linear-gradient(rgba(255, 144, 55, .18), rgba(255, 144, 55, .06)), url("https://images.unsplash.com/photo-1494438639946-1ebd1d20bf85?auto=format&fit=crop&w=1000&q=75") center/cover;
  filter: saturate(.65) brightness(.75);
}

.dashboard-card {
  position: absolute;
  color: #fff;
  background: linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px), linear-gradient(145deg, #0b0d10, #111317);
  background-size: 36px 36px, 36px 36px, auto;
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .34);
}

.dashboard-main {
  width: 74%;
  right: 4%;
  top: 2%;
  z-index: 4;
  transform: rotate(7deg);
  padding: 24px 24px 12px;
}

.dashboard-small {
  width: 58%;
  left: 3%;
  bottom: 5%;
  z-index: 5;
  transform: rotate(-4deg);
  padding: 18px 18px 8px;
}

.dash-top {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.dash-top span {
  font-size: 11.52px;
  color: #aeb4bb;
}

.dash-top strong {
  font-size: 22.4px;
}

.growth-chart, .mini-chart {
  width: 100%;
  height: auto;
  margin-top: 18px;
  overflow: visible;
}

.grid-lines line {
  stroke: rgba(255, 255, 255, .08);
  stroke-width: 1;
}

.growth-chart .area {
  fill: url(#areaGradient);
}

.growth-chart .line, .mini-chart path {
  fill: none;
  stroke: var(--orange);
  stroke-width: 4;
  stroke-linecap: round;
}

.logo-strip {
  background: #0d0e0f;
  color: #b7b8b8;
  border-top: 1px solid rgba(255, 255, 255, .05);
  border-bottom: 1px solid rgba(255, 255, 255, .05);
  overflow: hidden;
}

.logo-track {
  min-height: 84px;
  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  font-weight: 700;
  opacity: .8;
}


.logo-strip {
    position: relative;
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    background: #0b0d0e;
    padding: 22px 0;
}

.logo-track {
    display: flex;
    width: max-content;
    animation: logoLoop 30s linear infinite;
    will-change: transform;
}

.logo-group {
    display: flex;
    align-items: center;
    justify-content: space-around;

    width: max-content;
    min-width: 100vw;
    flex-shrink: 0;

    box-sizing: border-box;
    padding: 0 25px;
}

.logo-group span {
    width: 150px;
    height: 55px;
    flex: 0 0 150px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-group img {
    display: block;
    width: auto;
    height: auto;
    max-width: 145px;
    max-height: 48px;
    object-fit: contain;
    opacity: 0.65;
    filter: grayscale(1) brightness(2);
}

.logo-text {
    color: rgba(255, 255, 255, 0.65);
    font-size: 17px;
    font-weight: 700;
    white-space: nowrap;
}

@keyframes logoLoop {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-50%, 0, 0);
    }
}

@media (max-width: 767px) {
    .logo-group {
        min-width: 1000px;
        justify-content: space-around;
        padding: 0 15px;
    }

    .logo-group span {
        width: 120px;
        flex-basis: 120px;
    }

    .logo-group img {
        max-width: 115px;
        max-height: 40px;
    }
}

.logo-track span {
  white-space: nowrap;
  text-align: center;
}

.section {
  padding: 96px 0;
}

.section-dark {
  background: #F9F2E9;
  color:#111214;
}

.section-navy {
  background: radial-gradient(circle at 20% 15%, rgba(16, 50, 79, .45), transparent 35%), linear-gradient(180deg, #08121d, #07101a);
  color: #fff;
}

.section-heading {
  margin-bottom: 52px;
}

.section-heading.centered {
  text-align: center;
}

.section-heading h2, .faq-side h2 {
  margin: 0;
  font-size: 44px;
  line-height: 1.06;
  letter-spacing: -0.8px;
}

.section-heading h2 span, .faq-side h2 span, .cta-side h2 span {
  color: var(--orange);
}

.section-heading p {
  margin: 14px 0 0;
  color: #b8b8b8;
  font-size: 16px;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.case-card {
  overflow: hidden;
  border: 1px solid rgba(255, 144, 55, .82);
  border-radius: 10px;
  background: #121212;
  box-shadow: 0 16px 35px rgba(0, 0, 0, .18);
}

.case-card img {
  aspect-ratio: 1.28 / 1;
}
/* Case study image zoom */
#results .case-card img {
    cursor: zoom-in;
}

/* Full-screen overlay */
.case-image-lightbox {
    position: fixed;
    inset: 0;
    z-index: 999999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 40px;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(6px);
}

.case-image-lightbox.is-open {
    display: flex;
}

.case-image-lightbox img {
    display: block;
    width: auto;
    height: auto;
    max-width: 92vw;
    max-height: 88vh;
    object-fit: contain;
    border-radius: 12px;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.55);
    cursor: zoom-out;
    transform: scale(0.85);
    opacity: 0;
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

.case-image-lightbox.is-visible img {
    transform: scale(1);
    opacity: 1;
}

.case-lightbox-close {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.case-lightbox-close:hover {
    background: #ff9138;
    transform: rotate(90deg);
}

body.case-lightbox-active {
    overflow: hidden;
}

@media (max-width: 767px) {
    .case-image-lightbox {
        padding: 20px;
    }

    .case-image-lightbox img {
        max-width: 95vw;
        max-height: 82vh;
    }

    .case-lightbox-close {
        top: 12px;
        right: 12px;
        width: 42px;
        height: 42px;
    }
}

.case-card-body {
  padding: 14px;
}

.case-brand {
  margin-bottom: 14px;
  font-size: 13.44px;
  color: #d6d6d6;
}

.case-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.case-stats div + div {
  border-left: 1px solid rgba(255, 255, 255, .13);
  padding-left: 12px;
}

.case-stats strong {
  display: block;
  color: var(--orange);
  font-size: 21.6px;
}

.case-stats span {
  display: block;
  margin-top: 5px;
  color: #aaa;
  font-size: 10.88px;
  line-height: 1.35;
}

.fine-print {
  margin: 24px 0 0;
  color: #858585;
  text-align: center;
  font-size: 11.52px;
}

.testimonial-grid {
  display: grid;
  display: grid;
  grid-template-columns: 1fr 2.4fr 0fr;
  gap: 35px;
}

.testimonial {
  text-align: center;
}

.testimonial.featured {
  transform: translateY(-12px);
}

.video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, .15);
  background: #0d1115;
}

.video-frame img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  filter: saturate(.75) contrast(1.05) brightness(.82);
}

.featured .video-frame img {
  aspect-ratio: 4 / 5;
}

.play-btn {
  position: absolute;
  left: 14px;
  bottom: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: var(--orange);
  cursor: pointer;
}

.testimonial blockquote {
  margin: 20px auto 12px;
  max-width: 320px;
  font-size: 16px;
  line-height: 1.5;
}

.testimonial>span {
  display: inline-block;
  padding: 8px 12px;
  border: 1px solid rgba(255, 144, 55, .45);
  border-radius: 999px;
  color: #b7b7b7;
  font-size: 11.2px;
}

.process-section {
  padding-bottom: 74px;
}

.process-flow {
  display: grid;
  gap: 38px;
}

.process-step {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 40px;
  align-items: center;
}

.process-step.reverse {
  grid-template-columns: 1.2fr .8fr;
}

.process-step.reverse .step-copy {
  order: 2;
}

.process-step.reverse .process-art {
  order: 1;
}

.step-copy {
  padding: 38px 10px;
}

.step-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--orange);
  color: #1b130d;
  font-weight: 800;
  font-size: 11.52px;
}

.step-copy h3 {
  margin: 16px 0 12px;
  font-size: 32px;
  letter-spacing: -0.56px;
}

.step-copy p {
  margin: 0;
  color: #b8b8b8;
  line-height: 1.7;
}

.process-art {
  min-height: 350px;
  border: 1px solid rgba(255, 144, 55, .45);
  border-radius: var(--radius);
  background: linear-gradient(rgba(255, 255, 255, .02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .02) 1px, transparent 1px), linear-gradient(145deg, #111213, #0b0c0d);
  background-size: 32px 32px, 32px 32px, auto;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .02), 0 24px 60px rgba(0, 0, 0, .22);
}

.heatmap-art {
  display: grid;
  place-items: center;
}

.heat-card {
  width: 70%;
  height: 78%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, .08);
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, #101216, #17140f);
}

.heat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 68%, rgba(255, 255, 255, .05) 69%, transparent 70%), linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 100% 100%, 100% 36px;
}

.heat-label {
  position: absolute;
  top: 14px;
  left: 14px;
  z-index: 4;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 999px;
  color: #bbb;
  font-size: 11.2px;
}

.heat-spot {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
  mix-blend-mode: screen;
}

.heat-one {
  width: 175px;
  height: 175px;
  left: 35%;
  top: 26%;
  background: radial-gradient(circle, #ff1010 0 14%, #ff8100 30%, #f5e500 48%, #25e33e 64%, transparent 75%);
}

.heat-two {
  width: 120px;
  height: 120px;
  left: 22%;
  bottom: 4%;
  background: radial-gradient(circle, #ff4016, #ffb000 38%, transparent 72%);
  opacity: .75;
}

.ab-art {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}

.ab-column {
  position: relative;
  width: 31%;
  height: 76%;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 9px;
  padding: 54px 16px 16px;
  background: #121315;
}

.ab-column>span {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  color: #111;
  font-weight: 800;
}

.ab-column.active>span {
  background: var(--orange);
}

.ab-column i {
  display: block;
  height: 19%;
  margin-bottom: 12px;
  border-radius: 4px;
  background: #292b2e;
}

.ab-column i:nth-of-type(2) {
  height: 32%;
}

.ab-column.active i:nth-of-type(2) {
  background: linear-gradient(180deg, rgba(255, 144, 55, .3), rgba(255, 144, 55, .04));
  border: 1px solid rgba(255, 144, 55, .35);
}

.growth-art {
  padding: 40px 28px 10px;
}

.revenue-pill {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 144, 55, .12);
  border: 1px solid rgba(255, 144, 55, .24);
  color: #c7c7c7;
  font-size: 11.52px;
}

.growth-art svg {
  width: 100%;
  height: 280px;
  margin-top: 14px;
}

.step-area {
  fill: url(#stepArea);
}

.step-line {
  fill: none;
  stroke: var(--orange);
  stroke-width: 5;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.chart-dots circle {
  fill: #ffc086;
  stroke: var(--orange);
  stroke-width: 4;
}

.process-cta {
  margin-top: 36px;
  text-align: center;
}

.process-cta p {
  color: #bdbdbd;
  font-size: 13.44px;
}

.process-cta strong {
  color: var(--orange);
}

.status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 6px;
  border-radius: 50%;
  background: #2fd870;
  box-shadow: 0 0 0 4px rgba(47, 216, 112, .08);
}

.faq-cta {
  background: radial-gradient(circle at 78% 55%, rgba(255, 144, 55, .06), transparent 26%), #f7f5f1;
}

.faq-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.faq-side h2 {
  margin-bottom: 28px;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-question {
  width: 100%;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 0;
  border: 0;
  background: none;
  text-align: left;
  font-weight: 700;
  cursor: pointer;
}

.faq-question span {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--orange);
  transition: transform .25s ease;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .28s ease;
}

.faq-answer>p {
  overflow: hidden;
  margin: 0;
  color: #656565;
  line-height: 1.7;
}

.faq-item.active .faq-answer {
  grid-template-rows: 1fr;
}

.faq-item.active .faq-answer>p {
  padding-bottom: 20px;
}

.cta-side {
  max-width: 520px;
  justify-self: center;
}

.avatar-row {
  display: flex;
  margin-bottom: 10px;
}

.avatar-row img, .avatar-row span {
  width: 43px;
  height: 43px;
  margin-right: -10px;
  border: 3px solid #f7f5f1;
  border-radius: 50%;
}

.avatar-row span {
  display: grid;
  place-items: center;
  background: #fff;
  font-weight: 800;
}

.cta-side>small {
  color: #777;
}

.cta-side h2 {
  margin: 18px 0 28px;
  font-size: 44.8px;
  line-height: 1.04;
  letter-spacing: -0.88px;
}

.rating {
  margin-top: 18px;
  color: var(--orange);
  letter-spacing: 2px;
}

.rating small {
  margin-left: 8px;
  color: #666;
  letter-spacing: 0;
}

.site-footer {
  padding: 34px 0;
  background: #f7f5f1;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  gap: 34px;
  align-items: center;
}

.footer-nav {
  justify-self: center;
  display: flex;
  gap: 28px;
  font-size: 13.12px;
  font-weight: 600;
  display: none;
}

.socials {
  display: flex;
  gap: 8px;
}

.socials a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(17, 18, 20, .14);
  border-radius: 50%;
  font-size: 12.48px;
  font-weight: 800;
}

.site-footer p {
  margin: 0;
  color: #747474;
  font-size: 11.84px;
  white-space: nowrap;
}

@media (min-width: 1025px) {
  .container {
    width: min(1320px, calc(100% - 80px));
  }

  .hero {
    min-height: 820px;
  }

  .hero-grid {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .hero-visual {
    min-height: 580px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

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

  .process-step, .process-step.reverse {
    grid-template-columns: .9fr 1.1fr;
  }

  .footer-grid {
    grid-template-columns: auto auto 1fr;
  }

  .footer-grid>p {
    grid-column: 1 / -1;
    text-align: center;
  }

  .desktop-nav, .nav-actions .btn-small {
    display: none;
  }

  .menu-btn {
/*    display: grid;*/
    display: none;
  }

  .menu-btn.active span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }

  .menu-btn.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-btn.active span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }

  .mobile-menu {
    display: flex;
    position: fixed;
    inset: 74px 20px auto;
    flex-direction: column;
    gap: 0;
    padding: 18px;
    border-radius: 18px;
    background: rgba(250, 249, 246, .98);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: .25s ease;
  }

  .mobile-menu.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu a {
    padding: 15px 12px;
    border-bottom: 1px solid var(--line);
    font-weight: 700;
  }

  .mobile-menu a:last-child {
    border-bottom: 0;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-copy h1 {
    max-width: 760px;
  }

  .hero-visual {
    min-height: 500px;
    margin-top: 10px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1.12fr 1fr;
    max-width: 620px;
    margin: 0 auto;
  }

  .testimonial.featured {
    transform: none;
  }

  .featured .video-frame img {
    aspect-ratio: 16 / 10;
  }

  .process-step, .process-step.reverse {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .process-step.reverse .step-copy, .process-step.reverse .process-art {
    order: initial;
  }

  .step-copy {
    padding-bottom: 16px;
  }

  .faq-cta-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .cta-side {
    max-width: none;
    justify-self: stretch;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .footer-nav {
    justify-self: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .container {
    width: min(1080px, calc(100% - 40px));
  }

  .desktop-nav {
    gap: 24px;
  }

  .hero {
    min-height: auto;
    padding-top: 135px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 30px;
  }

  .hero-visual {
    min-height: 480px;
  }

  .case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-step, .process-step.reverse {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  }

  .faq-cta-grid {
    gap: 48px;
  }

  .footer-grid {
    grid-template-columns: auto 1fr auto;
  }

  .footer-grid>p {
    grid-column: 1 / -1;
    text-align: center;
  }

  .container {
    width: min(100% - 32px, 920px);
  }

  .desktop-nav, .nav-actions .btn-small {
    display: none;
  }

  .menu-btn {
/*    display: grid;*/
  }

  .menu-btn.active span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }

  .menu-btn.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-btn.active span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }

  .mobile-menu {
    display: flex;
    position: fixed;
    top: 76px;
    left: 16px;
    right: 16px;
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    flex-direction: column;
    padding: 14px;
    border-radius: 16px;
    background: rgba(250, 249, 246, .98);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  }

  .mobile-menu.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu a {
    padding: 15px 12px;
    border-bottom: 1px solid var(--line);
    font-weight: 700;
  }

  .mobile-menu a:last-child {
    border-bottom: 0;
  }

  .hero {
    padding: 120px 0 70px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-copy h1 {
    max-width: 760px;
    font-size: 44px;
  }

  .hero-copy p {
    max-width: 650px;
  }

  .hero-visual {
    min-height: 500px;
    width: min(100%, 760px);
    margin: 0 auto;
  }

  .logo-track {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0 18px;
    scrollbar-width: none;
  }

  .logo-track::-webkit-scrollbar {
    display: none;
  }

  .logo-track span {
    flex: 0 0 auto;
  }

  .testimonial-grid {
   grid-template-columns: 1fr 1.12fr 1fr;
    max-width: 660px;
    margin: 0 auto;
  }

  .testimonial.featured {
    transform: none;
  }

  .featured .video-frame img {
    aspect-ratio: 16 / 10;
  }

  .process-step, .process-step.reverse {
    grid-template-columns: .8fr 1.2fr;
    gap: 16px;
  }

  .process-step.reverse .step-copy, .process-step.reverse .process-art {
    order: initial;
  }

  .step-copy {
    padding: 10px 0 8px;
  }

  .process-art {
    min-height: 340px;
  }

  .faq-cta-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .cta-side {
    max-width: 100%;
    justify-self: stretch;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-nav {
    justify-self: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-grid>p {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

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

  .process-step, .process-step.reverse {
    grid-template-columns: .9fr 1.1fr;
  }

  .footer-grid {
    grid-template-columns: auto auto 1fr;
  }

  .footer-grid>p {
    grid-column: 1 / -1;
    text-align: center;
  }

  .desktop-nav, .nav-actions .btn-small {
    display: none;
  }

  .menu-btn {
/*    display: grid;*/
  }

  .menu-btn.active span:nth-child(1) {
    transform: translateY(5px) rotate(45deg) !important;
  }

  .menu-btn.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-btn.active span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg) !important;
  }

  .mobile-menu {
    display: flex;
    position: fixed;
    inset: 74px 20px auto;
    flex-direction: column;
    gap: 0;
    padding: 18px;
    border-radius: 18px;
    background: rgba(250, 249, 246, .98);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: .25s ease;
  }

  .mobile-menu.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu a {
    padding: 15px 12px;
    border-bottom: 1px solid var(--line);
    font-weight: 700;
  }

  .mobile-menu a:last-child {
    border-bottom: 0;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-copy h1 {
    max-width: 760px;
  }

  .hero-visual {
    min-height: 500px;
    margin-top: 10px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    margin: 0 auto;
  }

  .testimonial.featured {
    transform: none;
  }

  .featured .video-frame img {
    aspect-ratio: 16 / 10;
  }

  .process-step, .process-step.reverse {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .process-step.reverse .step-copy, .process-step.reverse .process-art {
    order: initial;
  }

  .step-copy {
    padding-bottom: 16px;
  }

  .faq-cta-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .cta-side {
    max-width: none;
    justify-self: stretch;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }

  .footer-nav {
    justify-self: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .container {
    width: min(100% - 30px, 1180px);
  }

  .site-header {
    padding-top: 16px;
  }

  .hero {
    padding-top: 112px;
    padding-bottom: 58px;
  }

  .hero-copy h1 {
    font-size: 41.25px;
  }

  .hero-copy p {
    font-size: 15.36px;
  }

  .hero-visual {
    min-height: 380px;
  }

  .dashboard-main {
    width: 84%;
    right: -2%;
  }

  .dashboard-small {
    width: 68%;
    left: 0;
  }

  .logo-track {
    width: max-content;
    min-height: 72px;
    justify-content: flex-start;
    padding-inline: 15px;
    animation: marquee 22s linear infinite;
  }

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

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

  .section {
    padding: 70px 0;
  }

  .case-grid {
    grid-template-columns: 1fr;
  }

  .process-art {
    min-height: 290px;
  }

  .heat-card {
    width: 82%;
  }

  .ab-column {
    width: 36%;
  }

  .growth-art svg {
    height: 220px;
  }

  .faq-question {
    min-height: 64px;
  }

  .cta-side h2 {
    font-size: 28px;
  }

  .footer-nav {
    gap: 18px;
  }

  .site-footer p {
    white-space: normal;
  }

  .hero-copy h1 {
    font-size: 20px;
    line-height: 24px;
  }

  .btn {
    width: 100%;
  }

  .hero-visual {
    min-height: 330px;
  }

  .dashboard-main {
    padding: 16px 16px 8px;
  }

  .dashboard-small {
    padding: 14px 14px 6px;
  }

  .dash-top strong {
    font-size: 16.8px;
  }

  .case-stats strong {
    font-size: 18.88px;
  }

  .process-art {
    min-height: 255px;
  }

  .ab-art {
    gap: 18px;
  }

  .ab-column {
    width: 40%;
  }

  .rating small {
    display: block;
    margin: 8px 0 0;
  }

  .container {
    width: min(1080px, calc(100% - 40px));
  }

  .desktop-nav {
    gap: 24px;
  }

  .hero {
    min-height: auto;
    padding-top: 135px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 30px;
  }

  .hero-visual {
    min-height: 480px;
  }

  .case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-step, .process-step.reverse {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  }

  .faq-cta-grid {
    gap: 48px;
  }

  .footer-grid {
    grid-template-columns: auto 1fr auto;
  }

  .footer-grid>p {
    grid-column: 1 / -1;
    text-align: center;
  }

  .container {
    width: min(100% - 32px, 920px);
  }

  .desktop-nav, .nav-actions .btn-small {
    display: none;
  }

  .menu-btn {
    display: grid;
  }

  .menu-btn.active span:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
  }

  .menu-btn.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-btn.active span:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
  }

  .mobile-menu {
    display: flex;
    position: fixed;
    top: 76px;
    left: 16px;
    right: 16px;
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    flex-direction: column;
    padding: 14px;
    border-radius: 16px;
    background: rgba(250, 249, 246, .98);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .18);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  }

  .mobile-menu.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu a {
    padding: 15px 12px;
    border-bottom: 1px solid var(--line);
    font-weight: 700;
  }

  .mobile-menu a:last-child {
    border-bottom: 0;
  }

  .hero {
    padding: 120px 0 70px;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-copy {
    max-width: 760px;
  }

  .hero-copy h1 {
    max-width: 760px;
    font-size: 44.8px;
  }

  .hero-copy p {
    max-width: 650px;
  }

  .hero-visual {
    min-height: 500px;
    width: min(100%, 760px);
    margin: 0 auto;
  }

  .logo-track {
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0 18px;
    scrollbar-width: none;
  }

  .logo-track::-webkit-scrollbar {
    display: none;
  }

  .logo-track span {
    flex: 0 0 auto;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
    max-width: 660px;
    margin: 0 auto;
  }

  .testimonial.featured {
    transform: none;
  }

  .featured .video-frame img {
    aspect-ratio: 16 / 10;
  }

  .process-step, .process-step.reverse {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .process-step.reverse .step-copy, .process-step.reverse .process-art {
    order: initial;
  }

  .step-copy {
    padding: 10px 0 8px;
  }

  .process-art {
    min-height: 340px;
  }

  .faq-cta-grid {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .cta-side {
    max-width: 100%;
    justify-self: stretch;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-nav {
    justify-self: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-grid>p {
    grid-column: auto;
  }

  .container {
    width: min(100% - 28px, 720px);
  }

  .site-header {
    padding: 14px 0;
  }

  .brand {
    font-size: 17.28px;
  }

  .brand-mark {
    grid-template-columns: repeat(3, 7px);
    width: 25px;
  }

  .brand-mark i {
    height: 12px;
  }

  .hero {
    padding: 104px 0 54px;
  }

  .hero-grid {
    gap: 28px;
  }

  .hero-copy h1 {
    font-size: 44.25px;
    line-height: 1.01;
    letter-spacing: -0.832px;
  }

  .hero-copy p {
    margin: 20px 0 24px;
    font-size: 15.36px;
    line-height: 1.65;
  }

  .hero-copy small {
    font-size: 12.48px;
    line-height: 1.5;
  }

  .hero-visual {
    min-height: 400px;
  }

  .hero-backdrop-one {
    width: 64%;
    height: 64%;
    left: 6%;
    top: 18%;
  }

  .hero-backdrop-two {
    width: 58%;
    height: 67%;
    right: 0;
    top: 18%;
  }

  .dashboard-main {
    width: 82%;
    right: 0;
    top: 2%;
    padding: 18px 18px 8px;
  }

  .dashboard-small {
    width: 67%;
    left: 0;
    bottom: 7%;
    padding: 15px 15px 7px;
  }

  .dash-top strong {
    font-size: 18.4px;
  }

  .logo-track {
    width: max-content;
    min-height: 72px;
    gap: 28px;
  }

  .section {
    padding: 68px 0;
  }

  .section-heading {
    margin-bottom: 36px;
  }

  .section-heading h2, .faq-side h2 {
    font-size: 30px;
  }

  .section-heading p {
    font-size: 15.04px;
    line-height: 1.6;
  }

  .case-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .case-card img {
    aspect-ratio: 16 / 10;
  }

  .case-stats strong {
    font-size: 19.52px;
  }

  .testimonial-grid {
    gap: 42px;
  }

  .testimonial blockquote {
    font-size: 15.36px;
  }

  .process-flow {
    gap: 48px;
  }

  .process-art {
    min-height: 300px;
  }

  .heat-card {
    width: 84%;
    height: 78%;
  }

  .ab-art {
    gap: 20px;
  }

  .ab-column {
    width: 38%;
  }

  .growth-art {
    padding: 28px 18px 8px;
  }

  .growth-art svg {
    height: 220px;
  }

  .process-cta .btn {
    width: min(100%, 280px);
  }
.video-frame video{
  max-height: 280px;
}
  .faq-question {
    min-height: 64px;
    font-size: 15.04px;
  }

  .cta-side h2 {
    font-size: 28px;
  }

  .avatar-row {
    flex-wrap: wrap;
  }

  .footer-nav {
    gap: 16px 20px;
  }

  .site-footer {
    padding: 28px 0;
  }

  .container {
    width: calc(100% - 24px);
  }

  .menu-btn {
    width: 40px;
    height: 40px;
    padding: 10px;
    
  }

  .hero-copy h1 {
    font-size: 45px;
  }

  .hero-copy .btn, .cta-side .btn {
    width: 100%;
  }

  .hero-visual {
    min-height: 335px;
  }

  .hero-backdrop-one {
    width: 68%;
    height: 58%;
    top: 21%;
  }

  .hero-backdrop-two {
    width: 61%;
    height: 61%;
    top: 20%;
  }

  .dashboard-main {
    width: 86%;
    right: -3%;
    padding: 14px 14px 7px;
  }

  .dashboard-small {
    width: 72%;
    left: -1%;
    bottom: 7%;
    padding: 12px 12px 6px;
  }

  .growth-chart, .mini-chart {
    margin-top: 10px;
  }

  .dash-top span {
    font-size: 9.92px;
  }

  .dash-top strong {
    font-size: 15.68px;
  }

  .section {
    padding: 58px 0;
  }

  .case-card-body {
    padding: 12px;
  }

  .case-stats {
    gap: 8px;
  }

  .case-stats div + div {
    padding-left: 8px;
  }

  .case-stats span {
    font-size: 10.24px;
  }

  .process-art {
    min-height: 255px;
  }

  .heat-card {
    width: 88%;
  }

  .heat-one {
    width: 135px;
    height: 135px;
  }

  .heat-two {
    width: 90px;
    height: 90px;
  }

  .ab-column {
    width: 41%;
    padding: 46px 10px 10px;
  }

  .ab-column>span {
    width: 34px;
    height: 34px;
  }

  .revenue-pill {
    font-size: 9.92px;
    line-height: 1.35;
  }

  .growth-art svg {
    height: 185px;
  }

  .faq-question {
    gap: 12px;
    font-size: 14.4px;
  }

  .faq-question span {
    width: 26px;
    height: 26px;
  }

  .avatar-row img, .avatar-row span {
    width: 38px;
    height: 38px;
  }

  .rating small {
    display: block;
    margin: 8px 0 0;
  }

  .footer-nav {
    font-size: 12.48px;
  }

  .site-footer p {
    white-space: normal;
  }

  .hero-copy h1 {
    font-size: 32.8px;
  }

  .hero-visual {
    min-height: 300px;
  }

  .dashboard-main {
    width: 90%;
  }

  .dashboard-small {
    width: 76%;
  }

  .case-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .case-stats div + div {
    border-left: 0;
    border-left: 1px solid rgba(255, 255, 255, .13);
    padding: 0px 0 0px 12px;
  }

  .ab-art {
    gap: 12px;
  }

  .ab-column {
    width: 43%;
  }
}
/* ===== Inline video-frame styles (were in index.html <style>) ===== */
.video-frame video {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 230px;
  object-fit: cover;
  border-radius: inherit;
  background: #02070c;
}
@media (max-width: 767px) {
  .video-frame video { min-height: 210px; }
}
