/*
Theme Name: Page Builder Framework Child
Theme URI: https://wp-pagebuilderframework.com
Template: page-builder-framework
Author: David Vongries
Author URI: https://mapsteps.com
Description: Page Builder Framework is a super fast, lightweight (less than 50kb on the frontend) and highly customizible WordPress theme made to work with all page builders such as Elementor, Beaver Builder, Visual Composer, SiteOrigin, Divi, Thrive Architect, Brizy and more. It can be daunting to look for the perfect theme to pair with the page builder you love. Page Builder Framework is the only theme that has been specifically created for Page Builders. It has been written from ground up with SEO in mind, is 100% Gutenberg compatible and follows the latest web standards (HTML5 and schema.org markup). With its minimalistic approach and lots of customization options in the WordPress customizer, it enables you to build almost any type of website such as a Blog, Portfolio website, Agency website or WooCommerce storefront. Agency owners and Developers love Page Builder Framework for its flexibility and extendability when it comes to building outstanding client websites. If you’re not a coder, don’t worry! With endless options in the WordPress customizer it’s the perfect fit for users at any skill level. Are you using a Page Builder and still looking for the perfect theme? Look no further.
Tags: one-column,two-columns,left-sidebar,right-sidebar,custom-colors,custom-menu,featured-images,full-width-template,custom-logo,custom-background,threaded-comments,translation-ready,blog,news,e-commerce,theme-options,block-styles,wide-blocks
Version: 2.11.9.1775681565
Updated: 2026-04-08 20:52:45

*/

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --red: #e8192c;
  --red-d: #b5101f;
  --red-glow: rgba(232, 25, 44, 0.12);
  --black: #0f0f0f;
  --off: #101010;
  --bg: #0f0f0f;
  --char: #161616;
  --card: #1a1a1a;
  --panel: #1c1c1c;
  --border: rgba(255, 255, 255, 0.08);
  --mid: #b5b5b5;
  --light: #cccccc;
  --white: #f4f4f4;
  --fd: "Bebas Neue", sans-serif;
  --fu: "Syne", sans-serif;
  --fb: "Open Sans", sans-serif;
  --sec-padding: 16px;
  --page-width: 1820px;
  --page-semi-width: 1600px;
  --page-narrow-width: 1280px;
  --nav-height: 75px;
  --sec-y: 60px
}
@media screen and (min-width: 900px) {
  :root {
    --sec-padding: 32px;
    --sec-y: 80px
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--white);
  font-family: var(--fb);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.y__hidden {
  overflow: hidden;
}
main {
  margin-top: 96px;
}
.form-content {
    max-width: 550px;
    margin: 0 auto;
    padding: clamp(24px, 30px, 40px);
    border-radius: clamp(24px, 30px, 40px);
}
.form-content h3 {
    max-width: 400px;
}
.liquid-bg {
    background: linear-gradient(180deg, rgba(232, 25, 44, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255,255,255,0.1);
    padding: 28px;
}
form.frm-fluent-form .ff-btn-submit {
    width: 100%;
    text-align: center;
    font-family: var(--fu);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: var(--red) !important;
    color: #fff !important;
    border: none;
    padding: 16px 42px;
    cursor: pointer;
    transition: background 0.2s, transform 0.15s;
}
form.frm-fluent-form .ff-btn-submit:hover {
    background: var(--red-d);
    transform: translateY(-2px);
    color: white;
}
form.frm-fluent-form input:focus {
    border-color: var(--red) !important;
}
.form-content .ff-default .ff-el-form-control{
    background: transparent !important;
    border-color: #ffffff78 ;
}
/* ─── SCROLLBAR ─── */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
}
::-webkit-scrollbar-thumb {
  background: var(--red);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--red-d);
}
.page-narrow-width {
  max-width: var(--page-narrow-width);
  margin: 0 auto;
  padding-left: var(--sec-padding);
  padding-right: var(--sec-padding);
}

.page-width {
  max-width: var(--page-width);
  margin: 0 auto;
  padding-left: var(--sec-padding);
  padding-right: var(--sec-padding);
}
.page-semi-width {
  max-width: var(--page-semi-width);
  margin: 0 auto;
  padding-left: var(--sec-padding);
  padding-right: var(--sec-padding);
}
.rd-row {
  display: flex;
  gap: 3rem;
}
.rd-al-start {
  align-items: start;
}
.rd-al-center {
  align-items: center;
}
.rd-js-between {
  justify-content: space-between;
}
.col-50 {
  width: 50%;
}
.frm-fluent-form label::after {
    display: none;
}
.header-align__left * {
    text-align: left;
}
.header-align__center * {
    text-align: center;
}
.header-align__right * {
    text-align: right;
}
.header-align__center .eyebrow {
    justify-content: center;

}
.header-align__right .eyebrow {
    justify-content: right;
}
/* ─── UTILS ─── */
button {
  line-height: 1.6;
}
.tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--fu);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 20px;
}

.tag::before {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: var(--red);
}

.tag.c {
  justify-content: center;
}

.tag.c::before {
  display: none;
}
a {
  color: #ffffff;
}
a:hover {
  color: var(--red);
}
a:hover b {
  color: #fff;
}
h1 {
  margin: 0px;
}
h1 {
  font-family: var(--fd);
  font-size: clamp(44px, 5vw, 74px);
  line-height: clamp(44px, 5vw, 74px);
  letter-spacing: 1px;
  color: var(--white);
  margin-bottom: 20px;
}
h2 {
  font-family: var(--fd);
  font-size: clamp(38px, 5vw, 65px);
  line-height: clamp(44px, 5vw, 74px);
  letter-spacing: 1px;
  color: var(--white);
  margin-bottom: 20px;
}
h3 {
  font-family: var(--fu);
  font-size: clamp(24px, 3vw, 40px);
  line-height: clamp(24px, 3vw, 40px);
  letter-spacing: 1px;
  color: var(--white);
  margin-bottom: 20px;
  font-weight: 600;
}
.red-sec-y {
    padding-top: var(--sec-y);
    padding-bottom: var(--sec-y);
}
h2 em {
  color: var(--red);
  font-style: normal;
}
b {
    color: var(--red);
}
.lead {
  font-size: 18px;
  color: var(--mid);
  line-height: 1.85;
  max-width: 600px;
}

.lead.c {
  margin: 0 auto;
  text-align: center;
}
.text-white {
 color: white;   
}
.btn-r {
  font-family: var(--fu);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: var(--red);
  color: #fff;
  border: none;
  padding: 20px 44px;
  cursor: pointer;
  clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
  transition:
    background 0.2s,
    transform 0.15s;
  white-space: nowrap;
}

.btn-r:hover {
  background: var(--red-d);
  transform: translateY(-2px);
  color: #fff;
}

.btn-o {
  font-family: var(--fu);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: transparent;
  color: var(--light);
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  padding: 20px 40px;
  cursor: pointer;
  transition:
    border-color 0.2s,
    color 0.2s;
  white-space: nowrap;
}

.btn-o:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--white);
}

.sec {
  padding: 100px 0;
}

.sec.alt {
  background: var(--off);
}

.sec.panel {
  background: var(--char);
}
/* ─── BUTTONS ─── */
.btn-red {
  display: flex;
  max-width: max-content;
  align-items: center;
  font-family: var(--fu);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: var(--red);
  color: #fff;
  border: none;
  padding: 18px 42px;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.15s;
  clip-path: polygon(10px 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
  
}
.btn-red.non-clip {
    clip-path: unset
}
.btn-red:hover {
  background: var(--red-d);
  transform: translateY(-2px);
  color: white;
}

.btn-wht {
  font-family: var(--fu);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: transparent;
  color: var(--light);
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  padding: 18px 36px;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-wht:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: var(--white);
}

.btn-wht-solid {
  font-family: var(--fu);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: #fff;
  color: var(--red);
  border: none;
  padding: 16px 36px;
  cursor: pointer;
  transition: opacity 0.2s;
}

.btn-wht-solid:hover {
  opacity: 0.9;
}

.btn-transparent {
  font-family: var(--fu);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.4);
  padding: 16px 36px;
  cursor: pointer;
  transition: border-color 0.2s;
}

.btn-transparent:hover {
  border-color: #fff;
}

/* ─── EYEBROW ─── */
.eyebrow {
  font-family: var(--fu);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--red);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.eyebrow::before {
  content: "";
  display: block;
  width: 24px;
  height: 1.5px;
  background: var(--red);
}

/* ─── SECTION HEADING ─── */
h2.sh {
  font-family: var(--fd);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.93;
  letter-spacing: 1px;
  color: var(--white);
}

h2.sh em {
  color: var(--red);
  font-style: normal;
}

/* ─── RESPONSIVE UTILITIES ─── */
.show-mobile,
.show-tablet {
  display: none;
}

/* ─── FLEX / GRID HELPERS ─── */
.flex-col-mobile {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1025px) {
  .flex-col-mobile {
    flex-direction: row;
  }
}

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

/* ═════════════════════════════════════════════════════════════════ */
/* HEADER                                                            */
/* ═════════════════════════════════════════════════════════════════ */
.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: rgba(6, 6, 6, 0.82);
  border-bottom: 1px solid var(--border);
  -webkit-backdrop-filter: saturate(140%) blur(16px);
  backdrop-filter: saturate(140%) blur(16px);
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.site-navigation {
  background: transparent;
  position: relative;
  padding: 24px 0 !important;
}

body.admin-bar .site-header {
  top: 32px;
}

.site-header.scrolled,
.site-header:has(.site-navigation.scrolled) {
  background: rgba(6, 6, 6, 0.68);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.22);
}

.nav-i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  gap: 24px;
}

.logo {
  font-family: var(--fd);
  font-size: 28px;
  letter-spacing: 5px;
  color: var(--white);
  display: flex;
  align-items: center;
  gap: 2px;
  flex-shrink: 0;
}

.logo a {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.logo .custom-logo-link,
.logo .custom-logo {
  max-height: 48px;
  width: auto;
}

.logo-dot {
  color: var(--red);
  font-size: 32px;
  line-height: 0;
  position: relative;
  top: 2px;
}

.nav-menu {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}

.nav-menu li {
  list-style: none;
}

.nav-menu .sub-menu > li {
  position: relative;
}

.nav-menu > li {
  position: relative;
}

.nav-menu a {
  font-family: var(--fu);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--light);
  padding: 8px 14px;
  display: block;
  transition: color 0.2s;
  position: relative;
}

.nav-menu .menu-item-has-children > a {
  padding-right: 28px;
}

.nav-menu .menu-item-has-children > a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.2s ease;
}

.nav-menu a:hover,
.nav-phone:hover {
  color: var(--white);
}

.nav-menu a::after,
.nav-phone::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1.5px;
  background: var(--red);
  transform: scaleX(0);
  transition: transform 0.3s;
}

.nav-menu .sub-menu {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  z-index: 20;
  min-width: 320px;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  background: rgba(15, 15, 15, 0.98);
  border: 1px solid var(--border);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.nav-menu > li > .sub-menu::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 21px;
}

.nav-menu > li:nth-last-child(-n + 2) > .sub-menu {
  right: 0;
  left: auto;
}

.nav-menu .sub-menu .sub-menu {
  top: 0;
  left: 100%;
}

.nav-menu li:hover > .sub-menu,
.nav-menu li:focus-within > .sub-menu,
.nav-menu li.submenu-open > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-menu .sub-menu a {
  padding: 11px 18px;
  padding-right: 24px;
  white-space: nowrap;
}

.nav-menu .sub-menu a::after {
  right: 18px;
  left: 18px;
}
.nav-phone::after {
  left: 0;
  right: 0;
  bottom: -8px;
}

.nav-menu a:hover::after,
.nav-phone:hover::after {
  transform: scaleX(1);
}

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

.nav-phone {
  position: relative;
  font-family: var(--fu);
  font-size: 13px;
  font-weight: 600;
  color: var(--light);
  letter-spacing: 0.5px;
  text-decoration: none;
  white-space: nowrap;
}

.nav-phone--icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  color: var(--light);
  transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.nav-phone--icon::after {
  display: none;
}

.nav-phone--icon svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.nav-phone--icon:hover,
.nav-phone--icon:focus-visible {
  color: var(--red);
  border-color: var(--red);
  background: rgba(232, 25, 44, 0.1);
}

.nav-phone-mobile {
  font-family: var(--fu);
  font-size: 14px;
  font-weight: 600;
  color: var(--light);
  letter-spacing: 0.5px;
  text-decoration: none;
  display: block;
  margin-bottom: 12px;
}

.nav-cta {
  font-family: var(--fu);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background: var(--red);
  color: #fff;
  border: none;
  padding: 13px 30px;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.15s;
}
.nav-cta:hover {
  color: #fff;
  background: var(--red-d);
  transform: translateY(-1px);
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 42px;
  height: 42px;
  padding: 0;
  appearance: none;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.mobile-menu-toggle span {
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: all 0.3s;
}

.submenu-toggle {
  display: none;
}

.mobile-cta-wrapper {
  display: none;
}

/* ─── HERO ─── */
.hero {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 140px 48px 80px;
  position: relative;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 70% 55% at 50% 40%,
    rgba(232, 25, 44, 0.08),
    transparent 65%
  );
  pointer-events: none;
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 70% at 50% 40%, black, transparent);
  pointer-events: none;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--red-glow);
  border: 1px solid rgba(232, 25, 44, 0.3);
  padding: 9px 20px;
  margin-bottom: 32px;
  font-family: var(--fu);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  animation: up 0.6s ease both;
}

.pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--red);
  animation: blink 2s infinite;
}

@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.2;
  }
}

.hero h1 {
  font-family: var(--fd);
  font-size: clamp(56px, 8vw, 108px);
  line-height: 0.9;
  letter-spacing: 2px;
  color: var(--white);
  max-width: 900px;
  animation: up 0.7s 0.1s ease both;
}

.hero h1 em {
  color: var(--red);
  font-style: normal;
}

.hero .sub {
  font-size: 19px;
  font-weight: 300;
  color: var(--mid);
  max-width: 560px;
  margin: 26px auto 0;
  line-height: 1.8;
  animation: up 0.7s 0.2s ease both;
}

.hero .sub strong {
  color: var(--light);
  font-weight: 500;
}

.hero-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 42px;
  flex-wrap: wrap;
  animation: up 0.7s 0.3s ease both;
}

/* Trust logos */
.trust {
  margin-top: 64px;
  animation: up 0.7s 0.45s ease both;
}

.trust-label {
  font-family: var(--fu);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 22px;
}

.trust-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 44px;
  flex-wrap: wrap;
}

.trust-logo {
  font-family: var(--fu);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
  transition: color 0.3s;
  cursor: default;
}

.trust-logo:hover {
  color: rgba(255, 255, 255, 0.5);
}

/* ─── PAIN POINTS ─── */
.pain-section {
  padding: 0;
  background: var(--off);
}

.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}

.pain-card {
  background: var(--off);
  padding: 56px 44px;
  position: relative;
  overflow: hidden;
  transition: background 0.3s;
  border-right: 1px solid var(--char);
}
.pain-card:last-child {
  border: none;
}
.pain-card:hover {
  background: var(--char);
}

.pain-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s;
}

.pain-card:hover::before {
  transform: scaleX(1);
}

.pain-num {
  font-family: var(--fd);
  font-size: 80px;
  letter-spacing: 2px;
  color: rgba(232, 25, 44, 0.05);
  position: absolute;
  top: 10px;
  right: 20px;
  line-height: 1;
}

.pain-icon {
  font-size: 34px;
  margin-bottom: 18px;
}

.pain-q {
  font-family: var(--fu);
  font-size: 21px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 12px;
  line-height: 1.3;
}

.pain-p {
  font-size: 15px;
  color: var(--mid);
  line-height: 1.75;
  margin-bottom: 26px;
}

.pain-link {
  font-family: var(--fu);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--red);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: gap 0.2s;
}

.pain-link:hover {
  gap: 12px;
}

/* ─── WHAT YOU GET ─── */
.get-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: stretch;
  margin-top: 60px;
}

.get-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.get-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 24px 0;
  border-bottom: 1px solid var(--border);
}

.get-item:first-child {
  border-top: 1px solid var(--border);
}

.get-check {
  width: 38px;
  height: 38px;
  min-width: 38px;
  background: var(--red-glow);
  border: 1px solid rgba(232, 25, 44, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  font-size: 17px;
  flex-shrink: 0;
  margin-top: 1px;
}

.get-title {
  font-family: var(--fu);
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
}

.get-desc {
  font-size: 15px;
  color: var(--mid);
  line-height: 1.7;
}

.get-visual {
  background: var(--char);
  border: 1px solid var(--border);
  padding: 44px 40px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.get-visual::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(to right, var(--red), var(--red-d));
}

.gv-top {
  margin-bottom: auto;
}

.gv-label {
  font-family: var(--fu);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mid);
  margin-bottom: 12px;
}

.gv-num {
  font-family: var(--fd);
  font-size: 64px;
  letter-spacing: 2px;
  color: var(--white);
  line-height: 1;
}

.gv-sub {
  font-size: 15px;
  color: var(--mid);
  margin-top: 10px;
  line-height: 1.55;
}

.gv-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(0, 200, 100, 0.1);
  border: 1px solid rgba(0, 200, 100, 0.2);
  padding: 6px 16px;
  font-family: var(--fu);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #00c864;
  margin-top: 16px;
}

.gv-divider {
  height: 1px;
  background: var(--border);
  margin: 30px 0;
}

.gv-prog {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.gp-top {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: var(--mid);
  margin-bottom: 8px;
}

.gp-top span:last-child {
  color: var(--white);
  font-weight: 600;
}

.gp-bar {
  height: 6px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  overflow: hidden;
}

.gp-fill {
  height: 100%;
  background: linear-gradient(to right, var(--red), var(--red-d));
  border-radius: 3px;
}

/* ─── PROCESS ─── */
.process-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  margin-top: 64px;
  position: relative;
}

.process-steps::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(232, 25, 44, 0.3),
    transparent
  );
}

.ps {
  padding: 0 16px;
  text-align: center;
}

.ps-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--off);
  border: 1.5px solid rgba(232, 25, 44, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-family: var(--fd);
  font-size: 22px;
  line-height: 1;
  color: var(--red);
  position: relative;
  z-index: 1;
  transition:
    background 0.3s,
    border-color 0.3s;
}

.ps:hover .ps-circle {
  background: rgba(232, 25, 44, 0.1);
  border-color: rgba(232, 25, 44, 0.7);
}

.ps-t {
  font-family: var(--fu);
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}

.ps-d {
  font-size: 13px;
  color: var(--mid);
  line-height: 1.65;
}

/* ─── WHO WE HELP ─── */
.who-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 60px;
}

.who-card {
  background: var(--char);
  border: 1px solid var(--border);
  padding: 36px 30px;
  display: flex;
  align-items: center;
  gap: 18px;
  transition:
    border-color 0.3s,
    transform 0.3s;
  cursor: default;
}

.who-card:hover {
  border-color: rgba(232, 25, 44, 0.35);
  transform: translateY(-3px);
}

.who-icon {
  font-size: 32px;
  flex-shrink: 0;
}

.who-name {
  font-family: var(--fu);
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 5px;
}

.who-desc {
  font-size: 14px;
  color: var(--mid);
}

/* ─── CASE STUDY SLIDER ─── */
.slider-wrap {
  position: relative;
  margin-top: 60px;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--char);
  border: 1px solid var(--border);
  overflow: hidden;
  position: relative;
}

.slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
  background: var(--red);
}

.case-left {
  padding: 52px 48px;
  border-right: 1px solid var(--border);
}

.case-label {
  font-family: var(--fu);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 8px;
}

.case-title {
  font-family: var(--fd);
  font-size: 42px;
  letter-spacing: 1px;
  color: var(--white);
  margin-bottom: 24px;
  line-height: 1.05;
}

.case-row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 32px;
}

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

.cr-l {
  font-family: var(--fu);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--mid);
  min-width: 90px;
  padding-top: 2px;
  flex-shrink: 0;
}

.cr-v {
  font-size: 15px;
  color: var(--light);
  line-height: 1.65;
}

.case-right {
  padding: 52px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #1a0205, #161616);
}

.case-stat-n {
  font-family: var(--fd);
  font-size: 88px;
  letter-spacing: 2px;
  color: var(--white);
  line-height: 1;
}

.case-stat-n span {
  color: var(--red);
}

.case-stat-l {
  font-family: var(--fu);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mid);
  margin-top: 10px;
}

.case-stat-sub {
  font-size: 15px;
  color: var(--mid);
  margin-top: 8px;
  max-width: 200px;
  line-height: 1.5;
}

.case-mini-stats {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.cms {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  background: rgba(0, 0, 0, 0.25);
}

.cms-l {
  font-family: var(--fu);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.cms-v {
  font-family: var(--fd);
  font-size: 26px;
  color: #fff;
}

/* Slider controls */
.slider-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
.slider-counter-arrows {
  display: flex;
  align-items: center;
  gap: 20px;
}
.slider-dots {
  display: flex;
  gap: 10px;
  align-items: center;
}

.dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.2s;
}

.dot.active {
  background: var(--red);
  transform: scale(1.3);
}

.slider-arrows {
  display: flex;
  gap: 12px;
}

.arr {
  width: 52px;
  height: 52px;
  background: var(--char);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background 0.2s,
    border-color 0.2s;
  font-size: 20px;
  color: var(--light);
}

.arr:hover {
  background: var(--red);
  border-color: var(--red);
  color: #fff;
}

.slide-counter {
  font-family: var(--fu);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--mid);
}

/* ─── VIDEO ─── */
.section-video {
  svg {
    width: clamp(44px, 5vw, 64px);
    height: auto;
    margin-bottom: -5px;
  }
}
.video-wrap {
  margin-top: 56px;
  position: relative;
  background: var(--char);
  border: 1px solid var(--border);
  overflow: hidden;
}

.video-thumb {
  width: 100%;
  aspect-ratio: 16/9;
  background: linear-gradient(135deg, #1a0205, #0d0d0d);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
  cursor: pointer;
  position: relative;
}

.video-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 60% 50% at 50% 50%,
    rgba(232, 25, 44, 0.08),
    transparent
  );
}

.play-btn {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.video-thumb:hover .play-btn {
  transform: scale(1.1);
  box-shadow: 0 0 40px rgba(232, 25, 44, 0.4);
}

.play-btn svg {
  margin-left: 4px;
}

.video-label {
  font-family: var(--fu);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mid);
}

/* Real YouTube embed */
.yt-embed {
  width: 100%;
  aspect-ratio: 16/9;
  border: none;
}

/* ─── CORE SERVICES ─── */
.core-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 60px;
}

.core-card {
  background: var(--char);
  border: 1px solid var(--border);
  padding: 44px 36px;
  position: relative;
  overflow: hidden;
  cursor: default;
  transition:
    border-color 0.35s,
    transform 0.3s,
    background 0.3s;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.core-card:hover {
  border-color: rgba(232, 25, 44, 0.4);
  transform: translateY(-5px);
  background: var(--panel);
}

.core-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right, var(--red), var(--red-d));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.core-card:hover::after {
  transform: scaleX(1);
}

.core-card-num {
  font-family: var(--fd);
  font-size: 72px;
  letter-spacing: 2px;
  color: rgba(232, 25, 44, 0.06);
  position: absolute;
  top: 10px;
  right: 18px;
  line-height: 1;
  transition: color 0.3s;
}
.core-card-counter {
  margin-top: 16px;
  display: flex;
  gap: 16px;
}
.core-card:hover .core-card-num {
  color: rgba(232, 25, 44, 0.13);
}

.core-icon-wrap {
  width: 56px;
  height: 56px;
  background: var(--red-glow);
  border: 1px solid rgba(232, 25, 44, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 24px;
  flex-shrink: 0;
}

.core-name {
  font-family: var(--fu);
  font-size: 19px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 12px;
  letter-spacing: 0.3px;
}

.core-desc {
  font-size: 15px;
  color: var(--mid);
  line-height: 1.78;
  flex: 1;
}

.core-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 22px;
}

.core-tag {
  font-family: var(--fu);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--mid);
  transition:
    border-color 0.2s,
    color 0.2s;
}

.core-card:hover .core-tag {
  border-color: rgba(232, 25, 44, 0.2);
  color: var(--light);
}

.core-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 22px;
  font-family: var(--fu);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: var(--red);
  text-decoration: none;
  transition: gap 0.2s;
}

.core-link:hover {
  gap: 12px;
}

/* ─── SERVICES GRID ─── */
.srv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 60px;
}

.srv-card {
  background: var(--char);
  border: 1px solid var(--border);
  padding: 34px 30px;
  display: flex;
  align-items: center;
  gap: 20px;
  transition:
    border-color 0.3s,
    background 0.3s;
  cursor: default;
}

.srv-card:hover {
  border-color: rgba(232, 25, 44, 0.3);
  background: var(--panel);
}

.srv-ico {
  width: 50px;
  height: 50px;
  background: var(--red-glow);
  border: 1px solid rgba(232, 25, 44, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.srv-name {
  font-family: var(--fu);
  font-size: 15px;
  font-weight: 700;
  color: var(--white);
}

.srv-desc {
  font-size: 13px;
  color: var(--mid);
  margin-top: 4px;
  line-height: 1.55;
}

/* ─── WHY CHOOSE US ─── */
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  margin-top: 60px;
}

.why-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.wi {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.wi-check {
  width: 40px;
  height: 40px;
  min-width: 40px;
  background: var(--red-glow);
  border: 1px solid rgba(232, 25, 44, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--red);
  font-size: 18px;
  flex-shrink: 0;
}

.wi-t {
  font-family: var(--fu);
  font-size: 16px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 6px;
}

.wi-d {
  font-size: 15px;
  color: var(--mid);
  line-height: 1.65;
}

.why-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.wstat {
  background: var(--char);
  border: 1px solid var(--border);
  padding: 32px 26px;
}

.wstat.big {
  grid-column: 1/-1;
  background: var(--red);
  border: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 36px;
}

.wstat-n {
  font-family: var(--fd);
  font-size: 52px;
  letter-spacing: 1px;
  color: var(--white);
  line-height: 1;
}

.wstat-l {
  font-family: var(--fu);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--mid);
  margin-top: 6px;
}

.wstat.big .wstat-l {
  color: rgba(255, 255, 255, 0.65);
}

.wstat-desc {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  max-width: 180px;
  line-height: 1.55;
}

/* ─── TESTIMONIALS ─── */
.testi-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
}

.tc {
  background: var(--char);
  border: 1px solid var(--border);
  padding: 36px 32px;
  transition:
    border-color 0.3s,
    transform 0.3s;
}

.tc:hover {
  border-color: rgba(232, 25, 44, 0.3);
  transform: translateY(-4px);
}

.stars {
  color: var(--red);
  font-size: 16px;
  letter-spacing: 3px;
  margin-bottom: 16px;
}

.tq {
  font-size: 15px;
  color: var(--light);
  line-height: 1.85;
  margin-bottom: 24px;
  font-style: italic;
}

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

.av {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--red), var(--red-d));
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--fd);
  font-size: 16px;
  color: #fff;
  flex-shrink: 0;
}

.an {
  font-family: var(--fu);
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
}

.ar {
  font-size: 13px;
  color: var(--mid);
  margin-top: 3px;
}

/* ─── FINAL CTA ─── */
.final-cta {
  padding: 110px 48px;
  background: var(--off);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 65% 55% at 50% 100%,
    rgba(232, 25, 44, 0.1),
    transparent
  );
}

.final-cta h2 {
  font-size: clamp(42px, 6vw, 80px);
  line-height: clamp(42px, 6vw, 80px);
  position: relative;
  z-index: 1;
}

.final-cta .lead {
  position: relative;
  z-index: 1;
  margin: 16px auto 40px;
}

.final-cta .btn-r {
  font-size: 13px;
  padding: 20px 48px;
  position: relative;
  z-index: 1;
}

/* ─── FINAL CTA ─── */
.final-cta {
  padding: 120px 56px;
  background: var(--off);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 65% 55% at 50% 100%,
    rgba(232, 25, 44, 0.1),
    transparent
  );
}

.final-cta h2 {
  font-size: clamp(46px, 7vw, 88px);
  position: relative;
  z-index: 1;
}

.final-cta .lead {
  position: relative;
  z-index: 1;
  margin: 18px auto 44px;
}

.final-cta .btn-r {
  font-size: 15px;
  padding: 22px 52px;
  position: relative;
  z-index: 1;
}

/* ─── FOOTER ─── */
footer {
  border-top: 1px solid var(--border);
  background: rgba(6, 6, 6, 0.8);
}
.footer-top {
  border-top: 1px solid var(--border);
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 60px;
  padding-top: 72px;
  padding-bottom: 60px;
}
.footer-top .logo {
  font-size: 40px;
}
.footer-brand .logo b {
  color: var(--red);
}
.footer-brand .logo a:hover b {
  color: var(--white);
}
.footer-contact__box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.footer-contact__audit {
  padding: 20px;
  background: var(--red);
}
.footer-contact__audit .title {
  font-size: 22px;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 14px;
}
/* ─── BRAND ─── */
.footer-brand .flogo {
  font-family: var(--fd);
  font-size: 26px;
  letter-spacing: 5px;
  color: var(--white);
  margin-bottom: 18px;
  display: block;
}

.footer-brand .flogo b {
  color: var(--red);
}

.footer-brand p {
  font-size: 15px;
  color: var(--mid);
  line-height: 1.8;
  max-width: 260px;
}

/* ─── SOCIAL ─── */
.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}

.fsoc {
  width: 40px;
  height: 40px;
  background: var(--card);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  transition:
    background 0.2s,
    border-color 0.2s;
  cursor: pointer;
}

.fsoc:hover {
  background: var(--red);
  border-color: var(--red);
}
.fsoc a {
  color: var(--light) !important;
}
/* ─── COLUMN ─── */
.fc-title {
  font-family: var(--fu);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--light);
  margin-bottom: 24px;
}

.flinks {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.flinks a {
  font-size: 15px;
  color: var(--mid);
  transition: color 0.2s;
  display: flex;
  align-items: center;
  gap: 6px;
}

.flinks a:hover {
  color: var(--white);
}
.flinks a:hover::before {
  content: "›";
  color: var(--red);
}

/* ─── AUDIT BOX ─── */
.footer-brand [style*="margin-top: 28px"],
.footer-brand > div[style*="background: var(--red)"] {
  margin-top: 28px;
  padding: 20px;
  background: var(--red) !important;
}

/* ─── BOTTOM BAR ─── */
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 64px;
  border-top: 1px solid var(--border);
  font-size: 14px;
  color: var(--mid);
}

.footer-bottom b {
  color: var(--red);
}

/* ─── TICKER ─── */
.ticker {
  background: var(--red);
  padding: 13px 0;
  overflow: hidden;
}

.t-track {
  display: flex;
  animation: scroll 26s linear infinite;
  white-space: nowrap;
}

.t-item {
  font-family: var(--fd);
  font-size: 16px;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding: 0 36px;
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.t-item::after {
  content: "◆";
  color: rgba(255, 255, 255, 0.3);
  font-size: 8px;
}

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

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

@keyframes up {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ─── MOBILE RESPONSIVE ─── */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  .sec {
    padding: 50px 0;
  }
  /* Hero */
  .hero {
    min-height: auto;
    padding: 100px 18px 60px;
    text-align: center;
  }

  .hero h1 {
    font-size: clamp(32px, 7vw, 56px);
  }

  .hero .sub {
    font-size: 16px;
  }

  .hero-btns {
    flex-direction: column;
    gap: 12px;
  }

  .hero-btns button {
    width: 100%;
  }

  .btn-r,
  .btn-o {
    padding: 16px 24px;
    font-size: 12px;
  }

  .ps:last-child {
    grid-column: span 2;
  }
  .trust-logos {
    gap: 20px;
    font-size: 12px;
  }

  /* Pain grid */
  .pain-grid {
    grid-template-columns: 1fr;
    gap: 0;
    background: transparent;
  }

  .pain-card {
    border-right: 0;
    border-bottom: 1px solid var(--border);
    margin-bottom: 12px;
    padding: 36px 24px;
  }
  .pain-card:last-child {
    border: 0;
  }
  .pain-num {
    font-size: 48px;
    right: 12px;
  }

  /* What you get */
  .get-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .get-visual {
    padding: 28px 24px;
  }

  .gv-num {
    font-size: 42px;
  }

  /* Process */
  .process-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .process-steps::before {
    display: none;
  }

  .ps {
    padding: 0;
  }

  .ps-circle {
    width: 48px;
    height: 48px;
    font-size: 16px;
  }

  .ps-t {
    font-size: 12px;
  }

  .ps-d {
    font-size: 12px;
  }

  /* Who we help */
  .who-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .who-card {
    gap: 12px;
  }

  /* Slider */
  .slide {
    grid-template-columns: 1fr;
  }

  .case-left {
    border-right: none;
    border-bottom: 1px solid var(--border);
    padding: 32px 24px;
  }

  .case-right {
    padding: 32px 24px;
  }

  .case-title {
    font-size: 28px;
  }

  .case-stat-n {
    font-size: 52px;
  }

  .slider-controls {
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 20px;
  }

  .slider-dots,
  .slider-arrows {
    justify-content: center;
  }

  /* Video */
  .video-wrap {
    margin-top: 32px;
  }

  .play-btn {
    width: 60px;
    height: 60px;
    font-size: 24px;
  }

  /* Core services */
  .core-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* Services grid */
  .srv-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .srv-card {
    flex-direction: column;
    padding: 24px;
  }
  .srv-card * {
    text-align: center;
  }
  /* Why choose */
  .why-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .why-stats {
    grid-template-columns: 1fr;
  }

  .wstat.big {
    grid-column: 1;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
  }

  /* Testimonials */
  .testi-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* Final CTA */
  .final-cta {
    padding: 60px 24px;
  }

  .final-cta h2 {
    font-size: clamp(28px, 5vw, 44px);
  }

  .final-cta .lead {
    font-size: 16px;
    margin: 12px auto 24px;
  }

  /* Footer */

  /* Ticker */
  .t-item {
    font-size: 12px;
    padding: 0 18px;
    gap: 8px;
  }
  .slider-wrap {
    margin-top: 40px;
  }
}

@media (max-width: 480px) {

  .tag {
    font-size: 11px;
    letter-spacing: 1.5px;
    margin-bottom: 16px;
  }

  .lead {
    font-size: 14px;
    margin: 0;
  }

  .lead.c {
    font-size: 14px;
  }

  .hero {
    padding: 80px 14px 40px;
  }

  .hero h1 {
    font-size: clamp(24px, 5vw, 40px);
    letter-spacing: 0;
  }

  .hero .sub {
    font-size: 14px;
    margin: 16px auto 0;
  }

  .hero-pill {
    font-size: 10px;
    padding: 6px 14px;
    margin-bottom: 20px;
  }

  .hero-btns {
    gap: 8px;
    margin-top: 28px;
  }

  .pain-grid {
    gap: 0;
  }

  .pain-card {
    margin-bottom: 8px;
    padding: 24px 18px;
  }

  .pain-icon {
    font-size: 28px;
  }

  .pain-q {
    font-size: 16px;
  }

  .pain-p {
    font-size: 13px;
  }

  .get-grid {
    gap: 20px;
  }

  .get-check {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .get-title {
    font-size: 14px;
  }

  .get-desc {
    font-size: 13px;
  }

  .get-visual {
    padding: 20px 18px;
  }

  .gv-num {
    font-size: 36px;
  }

  .gv-label {
    font-size: 9px;
  }

  .process-steps {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .ps-circle {
    width: 40px;
    height: 40px;
    font-size: 14px;
  }

  .ps-t {
    font-size: 11px;
  }

  .ps-d {
    font-size: 11px;
  }

  .who-card {
    flex-direction: column;
    text-align: center;
    padding: 24px 18px;
    gap: 12px;
  }

  .who-icon {
    font-size: 26px;
  }

  .case-left {
    padding: 24px 18px;
  }

  .case-title {
    font-size: 22px;
  }

  .case-right {
    padding: 24px 18px;
  }

  .case-stat-n {
    font-size: 40px;
  }

  .case-row {
    gap: 12px;
    margin-bottom: 20px;
  }

  .cr-l {
    font-size: 9px;
    min-width: 70px;
  }

  .cr-v {
    font-size: 13px;
  }

  .core-grid {
    gap: 12px;
  }

  .core-name {
    font-size: 16px;
  }

  .core-desc {
    font-size: 13px;
  }

  .srv-grid {
    gap: 12px;
  }

  .srv-name {
    font-size: 13px;
  }

  .srv-desc {
    font-size: 12px;
  }

  .why-list {
    gap: 16px;
  }

  .wi {
    gap: 12px;
  }

  .wi-check {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .wi-t {
    font-size: 14px;
  }

  .wi-d {
    font-size: 13px;
  }

  .wstat-n {
    font-size: 36px;
  }

  .wstat-l {
    font-size: 9px;
  }

  .av {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }

  .an {
    font-size: 12px;
  }

  .ar {
    font-size: 11px;
  }

  .tq {
    font-size: 13px;
  }

  .final-cta h2 {
    font-size: clamp(24px, 5vw, 36px);
  }

  .final-cta .btn-r {
    padding: 16px 28px;
    font-size: 11px;
  }

  .t-item {
    padding: 0 12px;
    font-size: 11px;
  }
}

@media screen and (min-width: 767px) {
  .core-card-no-row .core-card-num {
    position: static;
    font-size: 48px;
    color: rgba(232, 25, 44, 0.06);
    line-height: 1;
    margin-bottom: 8px;
  }
  .core-card-no-row {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
  .cta-with-counter {
    flex-shrink: 0;
    text-align: right;
  }
  .core-card-counter {
    justify-content: flex-end;
  }
}

/* ═══════════════════════════════════════
   MOBILE  ≤ 768px
═══════════════════════════════════════ */
@media (max-width: 768px) {
  .W {
    padding: 0 20px;
    max-width: 100%;
  }
  /* section { padding: 60px 0; } */

  .btn-red {
    padding: 14px 28px;
    font-size: 12px;
  }
  .btn-wht {
    padding: 14px 24px;
    font-size: 12px;
  }
  .btn-wht-solid {
    padding: 12px 24px;
    font-size: 11px;
  }
  .btn-transparent {
    padding: 12px 24px;
    font-size: 11px;
  }

  .eyebrow {
    font-size: 10px;
    letter-spacing: 2px;
  }
  h2.sh {
    font-size: 32px;
  }

  .show-mobile {
    display: block;
  }
  .show-desktop {
    display: none;
  }
}

/* ═══════════════════════════════════════
   TABLET  769px – 1024px
═══════════════════════════════════════ */
@media (min-width: 769px) and (max-width: 1024px) {
  .W {
    padding: 0 40px;
  }
  /* section { padding: 80px 0; } */
  h2.sh {
    font-size: 48px;
  }

  .show-tablet {
    display: block;
  }
  .show-desktop {
    display: none;
  }

  .grid-responsive {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  main {
    margin-top: 88px;
  }
  .footer-contact__box {
    grid-column: span 3;
    grid-template-columns: 1fr 1fr;
  }
}

/* ═══════════════════════════════════════
   DESKTOP  1025px+
═══════════════════════════════════════ */
@media screen and (min-width: 1025px) {
  .grid-responsive {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
  }
}

/* ═══════════════════════════════════════
   iPad  ≤ 1024px
═══════════════════════════════════════ */
@media screen and (max-width: 1280px) {
  body.menu-open {
    overflow: hidden;
  }

  .nav-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--char);
    backdrop-filter: blur(16px);
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    flex-direction: column;
    max-height: calc(100vh - 89px);
    padding: 12px 0 20px;
    overflow-x: hidden;
    overflow-y: auto;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 998;
  }

  .nav-menu.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }

  .nav-menu li {
    position: relative;
    width: 100%;
    text-align: left;
  }

  .nav-menu a {
    padding: 14px 24px;
    font-size: 14px;
  }

  .nav-menu .menu-item-has-children > a {
    padding-right: 64px;
  }

  .nav-menu .menu-item-has-children > a::before {
    display: none;
  }

  .nav-menu a::after {
    display: none;
  }

  .nav-menu .sub-menu,
  .nav-menu .sub-menu .sub-menu {
    position: static;
    min-width: 0;
    max-height: 0;
    padding: 0;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.025);
    border: 0;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    transition: max-height 0.3s ease;
  }

  .nav-menu li.submenu-open > .sub-menu {
    max-height: 1200px;
  }

  .nav-menu .sub-menu a {
    padding: 11px 24px 11px 42px;
    font-size: 13px;
    white-space: normal;
  }

  .nav-menu .sub-menu .menu-item-has-children > a {
    padding-right: 64px;
  }

  .submenu-toggle {
    position: absolute;
    top: 7px;
    right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0;
    color: var(--light);
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .submenu-toggle::before {
    content: "";
    width: 8px;
    height: 8px;
    border-right: 1.5px solid currentColor;
    border-bottom: 1.5px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 0.2s ease;
  }

  .submenu-toggle[aria-expanded="true"]::before {
    transform: translateY(2px) rotate(225deg);
  }

  .nav-phone {
    display: none;
  }

  .mobile-cta-wrapper {
    display: block;
    padding: 16px 24px 4px;
    margin-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }

  .mobile-cta-wrapper .nav-cta {
    display: none;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  /* Hamburger Animation */
  .mobile-menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}
/* ═══════════════════════════════════════
   MOBILE  ≤ 768px
═══════════════════════════════════════ */
@media screen and (max-width: 768px) {
  body.admin-bar .site-header {
    top: 46px;
  }

  .rd-row {
    flex-direction: column;
    gap: 2.4rem;
  }
  .form-content {
    padding: 0;
  }
  .liquid-bg {
      padding: 20px;
  }
  .col-50 {
    width: 100%;
  }
  /* HEADER */
  .site-navigation {
    padding: 14px 0 !important;
  }
  .logo {
    font-size: 20px;
    letter-spacing: 3px;
  }
  .nav-cta.desktop-cta {
    display: none;
  }
  .mobile-cta-wrapper {
    display: block;
    padding: 16px 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 10px;
  }
  .mobile-cta-wrapper .nav-cta {
    display: block;
    width: 100%;
    padding: 14px 20px;
    font-size: 13px;
    letter-spacing: 1px;
  }
  /* footer */
  .footer-top {
    grid-template-columns: 1fr 1fr;
    row-gap: 40px;
    column-gap: 20px;
    padding: 50px 20px 40px;
  }
  .footer-brand,
  .footer-contact__box {
    grid-column: span 2;
  }
  .footer-brand .flogo {
    font-size: 20px;
    letter-spacing: 3px;
  }
  .footer-brand p {
    font-size: 13px;
    max-width: 100%;
  }
  .fsoc {
    width: 36px;
    height: 36px;
    font-size: 14px;
  }
  .fc-title {
    font-size: 15px;
    letter-spacing: 1.5px;
  }
  .flinks {
    gap: 10px;
  }
  .flinks a {
    font-size: 14px;
  }
  .footer-brand > div[style*="background: var(--red)"] {
    margin-top: 20px;
    padding: 16px;
  }
  .footer-brand > div[style*="background: var(--red)"] button {
    font-size: 12px;
    padding: 10px 20px;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 12px;
    padding: 24px 20px;
    text-align: center;
  }
  footer span {
    display: block;
  }
  main {
    margin-top: 66px;
  }
}

/* ═══════════════════════════════════════
   TABLET  769px – 1024px
═══════════════════════════════════════ */
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .nav-i {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer-top {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px;
    padding: 60px 40px 50px;
  }
  .footer-bottom {
    padding: 20px 40px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .core-card {
    position: sticky;
    top: var(--nav-height);
  }
}
