﻿:root {
    --color1: #DE0658;
    --color2: #FF8302;
    --charcoal: #332E41;
    --dark: #0d1020;
    --white: #ffffff;
    --light-gray: #f8f8fa;
    --medium-gray: #e8e8ec;
    --text-gray: #6b6b7b;
    --muted: #6b7280;
    --stats1:#DF0957;
    --stats2:#F86218;
    --gradient: linear-gradient(135deg, #DE0658, #FF8302);
    --gradient-h: linear-gradient(90deg, #DE0658, #FF8302);
}

/* ── Global Body Text ── */
p,
.section p,
[class*="-card"] p,
[class*="-desc"],
[class*="-excerpt"],
[class*="-body"] p,
[class*="-subtitle"],
[class*="-content"] p,
[class*="-text"] p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

/* ── Global Typography ── */
h1, h2, h3, h4, h5, h6 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 800;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: #332E41;
    margin: 0;
}
h1 { font-size: 48px !important; }
h2 { font-size: 36px !important; }
h3 { font-size: 26px !important; }
h4 { font-size: 20px !important; }
h5 { font-size: 16px !important; }
h6 { font-size: 14px !important; }
@media (min-width: 641px) and (max-width: 1370px) {
    h1 { font-size: 40px !important; }
    h2 { font-size: 28px !important; }
    h3 { font-size: 20px !important; }
    h4 { font-size: 18px !important; }
    .hero-arc { width: 500px; height: 480px; top: -21px; }
    .casev3-btn { position: static; transform: none; margin-top: 28px; }
}
@media (max-width: 640px) {
    h1 { font-size: 32px !important; }
    h2 { font-size: 26px !important; }
    h3 { font-size: 20px !important; }
    h4 { font-size: 18px !important; }
    .btn-primary, .btn-secondary, .btn-outline { font-size: 12px !important; }
    .hero-buttons { flex-direction: column; align-items: stretch; }
    .hero-buttons .btn-primary,
    .hero-buttons .btn-secondary,
    .hero-buttons .btn-outline { width: 100% !important; text-align: center; justify-content: center; box-sizing: border-box; }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    font-size: 16px;
    overflow-x: clip;
}

body {
    font-size: 16px;
    overflow-x: clip;
    max-width: 100%;
}

a {
    color: #DE0658;
    text-decoration: none;
}
a:hover {
    color: #FF8302;
}

body {
    font-family: 'DM Sans', sans-serif;
    color: #332E41;
    overflow-x: clip;
    line-height: 1.7;
}

/* ======= NAVBAR ======= */
.navbar {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1000;
    background: #ffffff;
    padding: 0 48px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 1px 0 rgba(0,0,0,0.08);
    transition: box-shadow 0.3s ease, height 0.3s ease;
}
.navbar.scrolled {
    height: 62px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.10);
}
.nav-logo .logo-svg { height: 36px; width: auto; }
.nav-logo .nav-logo-img { height: 36px; width: auto; display: block; }
.footer-brand .footer-logo-svg { height: 32px; width: auto; margin-bottom: 16px; }

/* ─── Desktop nav list ─── */
.nav-links {
    display: flex; gap: 4px; align-items: center; list-style: none;
    margin: 0; padding: 0;
}
.nav-mega .nav-item { position: static; }

/* Plain nav links (no dropdown) */
.nav-link {
    display: flex; align-items: center; gap: 5px;
    text-decoration: none; color: #332E41;
    font-size: 14.5px; font-weight: 500;
    padding: 8px 14px; border-radius: 8px;
    transition: color 0.2s, background 0.2s;
}
.nav-link:hover { color: #DE0658; background: rgba(222,6,88,0.05); }

/* Nav trigger (has dropdown) */
.nav-trigger {
    background: none; border: none; cursor: pointer;
    font-family: inherit; font-size: 14.5px; font-weight: 500;
    color: #332E41;
    display: flex; align-items: center; gap: 5px;
    padding: 8px 14px; border-radius: 8px;
    text-decoration: none; position: relative;
    transition: color 0.2s, background 0.2s;
}
.nav-trigger:hover,
.nav-item.is-open > .nav-trigger {
    color: #DE0658;
    background: rgba(222,6,88,0.05);
}
.nav-chevron {
    width: 12px; height: 8px;
    transition: transform 0.25s ease;
    flex-shrink: 0; opacity: 0.55;
}
.nav-item.is-open > .nav-trigger .nav-chevron { transform: rotate(180deg); opacity: 1; }
.nav-item.is-open > .nav-trigger { color: #DE0658; }
.nav-item.is-open .nav-trigger--linked .nav-chevron { transform: rotate(180deg); opacity: 1; }

/* Label link inside trigger button */
.nav-trigger .nav-trigger-label {
    color: inherit; text-decoration: none; font-size: inherit; font-weight: inherit;
}
.nav-trigger:hover .nav-trigger-label,
.nav-item.is-open > .nav-trigger .nav-trigger-label { color: #DE0658; }

.nav-cta-btn { padding: 10px 24px !important; font-size: 13.5px !important; font-weight: 600 !important; border-radius: 8px !important; }

/* Mobile toggle — hidden on desktop */
.mobile-toggle {
    display: none; flex-direction: column; gap: 5px;
    background: none; border: none; cursor: pointer; padding: 6px; z-index: 1001;
}
.mobile-toggle-bar {
    display: block; width: 24px; height: 2.5px;
    background: #332E41; border-radius: 2px;
    transition: transform 0.32s cubic-bezier(.22,.68,0,1.2), opacity 0.2s, width 0.25s;
    transform-origin: center;
}
.mobile-toggle.is-open .mobile-toggle-bar:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.mobile-toggle.is-open .mobile-toggle-bar:nth-child(2) { opacity: 0; width: 0; }
.mobile-toggle.is-open .mobile-toggle-bar:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }
.btn-primary {
    background: linear-gradient(135deg, #DE0658, #FF8302);
    color: #ffffff !important;
    border: none;
    padding: 12px 28px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.35s cubic-bezier(0.4, 0, 0.2, 1), filter 0.35s ease;
    letter-spacing: 0.3px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    transition: left 0.5s ease;
    z-index: 2;
    pointer-events: none;
}

.btn-primary::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50px;
    background: linear-gradient(135deg, #FF8302, #DE0658);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: -1;
}

.btn-primary:hover {
    transform: none;
    box-shadow: none;
    color: #ffffff;
}

.btn-primary:hover::before {
    left: 120%;
}

.btn-primary:hover::after {
    opacity: 1;
}

.btn-primary:active {
    transform: translateY(-1px) scale(1.01);
    box-shadow: none;
}

.btn-primary i {
    transition: transform 0.3s ease;
}

.btn-primary:hover i {
    transform: translateX(3px);
}

.btn-secondary .btn-icon, .btn-outline .btn-icon { display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 16px; flex-shrink: 0; }
.btn-secondary .btn-icon svg, .btn-outline .btn-icon svg { width: 16px; height: 16px; }
.btn-secondary {
    display: inline-flex !important; align-items: center !important; gap: 8px !important;
    padding: 12px 28px !important;
    border-radius: 50px !important;
    font-size: 16px !important; font-weight: 500 !important;
    text-decoration: none !important;
    color: #DE0658 !important;
    background: transparent !important;
    border: 2px solid #DE0658 !important;
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    letter-spacing: 0.3px;
}
.btn-secondary:hover {
    color: #ffffff !important;
    background: linear-gradient(135deg, #FF8302, #DE0658) !important;
    transform: none;
    box-shadow: none;
}

.btn-outline {
    background: transparent;
    color: #332E41;
    border: 2px solid #332E41;
    padding: 11px 28px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-outline::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50px;
    background: #332E41;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

.btn-outline:hover {
    color: #ffffff;
    border-color: #332E41;
    transform: none;
    box-shadow: none;
}

.btn-outline:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}

.btn-outline:active {
    transform: translateY(0);
}

.btn-outline i {
    transition: transform 0.3s ease;
}

.btn-outline:hover i {
    transform: translateX(3px);
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    z-index: 1001;
}

.mobile-toggle-bar {
    display: block;
    width: 24px;
    height: 2px;
    background: #332E41;
    border-radius: 2px;
    transition: transform 0.35s cubic-bezier(.22,.68,0,1.2), opacity 0.2s ease, width 0.3s ease;
    transform-origin: center;
}

.mobile-toggle.is-open .mobile-toggle-bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.mobile-toggle.is-open .mobile-toggle-bar:nth-child(2) {
    opacity: 0;
    width: 0;
}
.mobile-toggle.is-open .mobile-toggle-bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ════════════════════════════════════════════════
   MEGA MENU PANELS
   ════════════════════════════════════════════════ */

/* Panel base */
.mega-panel {
    display: none;
    position: fixed;
    top: 70px; left: 0; right: 0;
    background: #ffffff;
    opacity: 0;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease;
    z-index: 998; pointer-events: none;
    border-top: 3px solid #DE0658;
    box-shadow: none;
}
.navbar.scrolled .mega-panel { top: 62px; }
.nav-item.is-open > .mega-panel {
    display: block;
    opacity: 1; transform: translateY(0);
    pointer-events: auto;
    box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}
@media screen and (max-width: 900px) {
    .mega-panel { display: none !important; }
}

/* ── Panel inner wrapper ── */
.mega-panel-inner {
    display: flex;
    max-width: 1520px;
    margin: 0 auto;
    padding: 32px 48px;
    align-items: stretch;
    gap: 40px;
}

/* ══════════════════════════════════════
   INDUSTRIES — left image card + right 2-col links
   ══════════════════════════════════════ */

/* Left image card (like screenshot 1) */
.mega-featured {
    flex: 0 0 240px;
    border-radius: 14px;
    overflow: hidden;
    display: flex; flex-direction: column;
    background: linear-gradient(175deg, #0d1020 0%, #DE0658 60%, #DE0658 100%);
    position: relative;
    align-self: stretch;
}
.mega-featured-content { display: contents; }
.mega-feat-img {
    flex: 1;
    overflow: hidden; display: block; position: relative;
    min-height: 0;
}
.mega-feat-img img {
    width: 100%; height: 100%; object-fit: cover; display: block;
}
.mega-feat-img--placeholder {
    background: linear-gradient(135deg, #0d1020 0%, #6a0030 50%, #DE0658 100%);
}
/* Icon row at bottom of image card */
.mega-feat-icon {
    display: flex; align-items: center; justify-content: center; gap: 14px;
    background: linear-gradient(90deg, #DE0658, #DE0658);
    padding: 10px 16px;
}
.mega-feat-icon i { font-size: 18px; color: rgba(255,255,255,0.85); }
.mega-feat-title { display: none; }
.mega-feat-desc  { display: none; }
.mega-feat-btn   { display: none; }

/* Right side of Industries panel */
.mega-panel-inner.has-featured > .mega-columns {
    flex: 1; display: flex; padding: 0; min-width: 0; align-items: flex-start;
}
.mega-panel-inner.has-featured > .mega-columns > .mega-col {
    flex: 1; padding: 17px 0; border: none;
}
/* Two-column link grid for Industries */
.mega-panel-inner.has-featured .mega-col-grid { display: block; }
.mega-panel-inner.has-featured .mega-col-grid > .mega-links {
    display: grid; grid-template-columns: 1fr 1fr; gap: 0 16px; margin: 0;
}

/* ══════════════════════════════════════
   SERVICES — 3 columns, colored headings, plain indented links
   ══════════════════════════════════════ */

.mega-panel-inner:not(.has-featured) > .mega-columns {
    flex: 1; display: grid;
    grid-template-columns: repeat(var(--col-count,3),1fr);
    align-items: start; gap: 0; padding: 0; min-width: 0;
}
.mega-col {
    padding: 0 32px 0 0;
    opacity: 0; transform: translateY(4px); animation: none;
}
.nav-item.is-open .mega-col { animation: mgColIn 0.22s ease forwards; }
@keyframes mgColIn { to { opacity:1; transform:translateY(0); } }
.mega-col:nth-child(1) { animation-delay: 0.03s; }
.mega-col:nth-child(2) { animation-delay: 0.07s; padding-left: 32px; border-left: 1px solid #f0ecf0; }
.mega-col:nth-child(3) { animation-delay: 0.11s; padding-left: 32px; border-left: 1px solid #f0ecf0; padding-right: 0; }

/* Category group heading */
.mega-col-heading {
    display: flex; align-items: center;
    margin-bottom: 10px; margin-top: 0; cursor: default;
}
.mega-col-heading--sub { margin-top: 24px; }
.mega-col-icon { display: none; }
.mega-col-title {
    font-size: 15px; font-weight: 700;
    color: #1a1a2e;
    text-decoration: none; line-height: 1.3;
}
a.mega-col-title:hover { color: #DE0658; text-decoration: underline; }

/* Link list — plain indented, no bullets, no boxes */
.mega-links { list-style: none; margin: 0 0 0 10px; padding: 0; display: flex; flex-direction: column; }
.mega-links li { opacity: 0; transform: translateY(2px); animation: none; }
.nav-item.is-open .mega-links li { animation: mgLinkIn 0.2s ease forwards; }
.nav-item.is-open .mega-links li:nth-child(1) { animation-delay: 0.05s; }
.nav-item.is-open .mega-links li:nth-child(2) { animation-delay: 0.08s; }
.nav-item.is-open .mega-links li:nth-child(3) { animation-delay: 0.11s; }
.nav-item.is-open .mega-links li:nth-child(4) { animation-delay: 0.14s; }
.nav-item.is-open .mega-links li:nth-child(5) { animation-delay: 0.17s; }
@keyframes mgLinkIn { to { opacity:1; transform:translateY(0); } }

.mega-link {
    display: flex; align-items: center; gap: 7px;
    padding: 5px 10px 5px 4px;
    margin: 1px 0;
    text-decoration: none;
    font-size: 13.5px; font-weight: 400;
    color: #555060;
    line-height: 1.5;
    border-radius: 6px;
    transition: color 0.15s, background 0.15s, padding-left 0.15s;
}
.mega-link::before {
    content: '•';
    font-size: 14px;
    color: var(--col-accent, #DE0658);
    flex-shrink: 0;
    line-height: 1;
}
.mega-link:hover {
    color: #DE0658;
    background: transparent;
    padding-left: 8px;
}

/* Hide icon/arrow/sub — not used in Services style */
.mega-link-icon  { display: none; }
.mega-link-text  { display: contents; }
.mega-link-name  { font-size: inherit; font-weight: inherit; color: inherit; }
.mega-link-sub   { display: none; }
.mega-link-arrow { display: none; }

/* ── Industries overrides (has-featured panel) ── */
.mega-panel-inner.has-featured .mega-col-heading {
    margin-bottom: 18px; border-bottom: none; padding-bottom: 0;
}
.mega-panel-inner.has-featured .mega-col-title {
    font-size: 18px; font-weight: 700; color: #0d1020;
    text-transform: none; letter-spacing: 0;
}
.mega-panel-inner.has-featured .mega-links { margin-left: 0; }
.mega-panel-inner.has-featured .mega-link {
    color: #555060; font-weight: 400;
}
.mega-panel-inner.has-featured .mega-link::before {
    color: #DE0658;
}
.mega-panel-inner.has-featured .mega-link:hover {
    color: #DE0658; background: transparent;
}
.mega-panel-inner.has-featured .mega-link .mega-link-name { color: inherit; font-size: inherit; font-weight: inherit; }

/* ── Responsive ── */
@media screen and (max-width: 900px) {
    .navbar { padding: 0 20px !important; }
    .navbar .nav-links { display: none !important; }
    .navbar .mobile-toggle { display: flex !important; }
}
@media screen and (min-width: 901px) {
    .navbar .nav-links { display: flex !important; }
    .navbar .mobile-toggle { display: none !important; }
    #mobileDrawer { display: none !important; }
}
   MOBILE DRAWER
========================= */

.mobile-drawer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    color: #332E41;
    z-index: 99999;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
.mobile-drawer.is-open {
    display: flex;
    flex-direction: column;
}


.mob-drawer-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    border-bottom: 1px solid #ece8ee;
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 1;
}
.mob-close {
    background: none; border: none; cursor: pointer;
    padding: 8px; border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    transition: background 0.15s;
    flex-shrink: 0;
}
.mob-close svg path { stroke: #332E41; }
.mob-close:hover { background: #f4f4f6; }

.mobile-drawer-inner {
    padding: 0 20px 60px;
    display: flex;
    flex-direction: column;
}

.mob-item {
    border-bottom: 1px solid #f0eaee;
}

.mob-trigger,
.mob-link--top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    padding: 10px 0;
    background: none;
    border: none;
    font-family: inherit;
    font-size: 15px;
    font-weight: 600;
    color: #332E41;
    cursor: pointer;
    text-decoration: none;
    text-align: left;
    transition: color 0.2s;
}
.mob-trigger:hover,
.mob-link--top:hover { color: #DE0658; }

.mob-chevron {
    font-size: 11px;
    color: #9a9aaa;
    transition: transform 0.28s cubic-bezier(.22,.68,0,1.2);
    flex-shrink: 0;
}
.mob-item.is-open .mob-chevron { transform: rotate(180deg); color: #DE0658; }

.mob-sub {
    overflow: hidden;
    height: 0;
    transition: height 0.32s cubic-bezier(.22,.68,0,1.2);
    display: flex;
    flex-direction: column;
    padding-left: 8px;
}

.mob-col-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    padding: 14px 0 6px;
    color: #000000;
}
.mob-col-title a { color: #000000; text-decoration: none; display: flex; align-items: center; gap: 8px; }
.mob-col-title i { font-size: 12px; }

.mob-sub-links { list-style: none; margin: 0; padding: 0; }

.mob-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 600;
    color: #332E41;
    text-decoration: none;
    transition: color 0.15s;
}
.mob-link--top { justify-content: space-between; }
.mob-link:hover { color: #DE0658; }

.mob-link-icon {
    width: 34px; height: 34px; flex-shrink: 0;
    background: linear-gradient(135deg, #fff0f5, #fff5f0);
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    color: #DE0658; font-size: 13px;
    border: 1px solid rgba(222,6,88,0.12);
}
.mob-link-text {
    display: flex; flex-direction: column; gap: 1px;
    font-size: 14px; font-weight: 600; color: #13102b;
}
.mob-link-sub {
    font-size: 11.5px; font-weight: 400; color: #9a9aaa;
}
.mob-sub .mob-link:hover .mob-link-icon { background: rgba(222,6,88,0.1); }
.mob-sub .mob-link:hover .mob-link-text { color: #DE0658; }

.mob-trigger-label {
    font-weight: 600; font-size: 15px; color: #13102b;
    text-decoration: none; flex: 1; text-align: left;
}

.mob-cta {
    margin-top: 24px;
    text-align: center;
    justify-content: center;
    border-radius: 50px !important;
}

.mobile-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 99998;
}

/* =========================
   HERO SECTION (COMPLETE)
========================= */

:root{
  --white:#ffffff;
  --charcoal:#1f1b2e;
  --text-gray:#5a556a;
  --color1:#DE0658;
  --color2:#FF8302;

  --gradient-h: linear-gradient(90deg, #DE0658 0%, #FF8302 100%);
}

.hero {
    min-height: unset;
    display: flex;
    align-items: center;
    position: relative;
    padding: 100px 50px 50px;
    overflow: hidden;
    background: #f8f8fa;
}

/* soft glow */
.hero::before{
  content:"";
  position:absolute;
  top:-220px;
  right:-220px;
  width:720px;
  height:720px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(221,1,92,0.05) 0%, transparent 70%);
  pointer-events:none;
}

/* layout */
.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 149px;
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

/* =========================
   LEFT CONTENT
========================= */
.hero-text h1{
  font-family: "DM Sans", sans-serif;
  font-size:47px;
  font-weight:900;
  line-height:1.15;
  color:#332E41;
  margin:0 0 22px;
}

.hero-text h1 span{
  background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
}

.hero-text p{
  color:#6b6b7b;
  max-width:560px;
  margin:0 0 14px;
}

.hero-text p:last-of-type{
  margin-bottom:28px;
}

.hero-text a{
  color: #DE0658;
  text-decoration: none;
  transition: color .25s ease;
}
.hero-text a:hover{
  color:#FF8302;
}

/* =========================
   BUTTON (same as screenshot)
========================= */
.hero-buttons{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
}

/* ── Hero Associated With ── */
.hero-assoc {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.hero-assoc__label {
    font-size: 13px;
    font-weight: 600;
    color: #6b6b7b;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}
.hero-assoc__logos {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.hero-assoc__logos img {
    height: 50px;
    width: 100px;
    object-fit: contain;
    filter: grayscale(20%);
    opacity: 0.85;
    transition: opacity 0.2s;
}
.hero-assoc__logos img:hover {
    opacity: 1;
    filter: none;
}
.hero-assoc__stats {
    display: flex;
    align-items: center;
    gap: 0;
    background: #ffffff;
    border-radius: 14px;
    padding: 14px 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
    width: fit-content;
    margin-top: 20px;
}
.hero-assoc__stat {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0 20px;
}
.hero-assoc__stat:first-child {
    padding-left: 0;
}
.hero-assoc__stat strong {
    font-size: 20px;
    font-weight: 800;
    color: #332E41;
    line-height: 1;
}
.hero-assoc__stat span {
    font-size: 12px;
    color: #6b6b7b;
    font-weight: 500;
}
.hero-assoc__stars i {
    color: #f59e0b;
    font-size: 13px;
}
.hero-assoc__divider {
    width: 1px;
    height: 36px;
    background: #e8e8ec;
    flex-shrink: 0;
}
@media (max-width: 640px) {
    .hero-assoc__logos { gap: 16px; justify-content: center; }
    .hero-assoc__stats { padding: 12px 16px; margin-top: 20px; }
    .hero-assoc__stat { padding: 0 14px; }
    .hero-assoc__stat strong { font-size: 17px; }
}

.btn-primary{
  display:inline-flex !important;
  align-items:center !important;
  gap:18px !important;
  padding:12px 28px !important;
  border-radius:999px !important;
  color:#ffffff !important;
  font-weight:500 !important;
  font-size:16px !important;
  text-decoration:none !important;
  background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%) !important;
  box-shadow:none !important;
  border:0 !important;
}

.btn-primary .btn-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:transparent;
}

.btn-primary svg{
  width:18px;
  height:18px;
  display:block;
}

/* =========================
   RIGHT IMAGE AREA
========================= */
.hero-image{
  position:relative;
}

.hero-image-wrapper{
  position:relative;
  display:flex;
  justify-content:flex-end;
  align-items:center;
}

/* Arc ring */
.hero-arc {
    position: absolute;
    width: 600px;
    height: 548px;
    border: 2px solid rgba(221, 1, 92, 0.25);
    border-radius: 50%;
    top: -20px;
    left: -122px;
    pointer-events: none;
    z-index: 0;
}

/* Dot on ring */
.hero-dot{ display: none; }

/* Image */
.hero-image-wrapper img{
  width: 100%;
  height: auto;
  max-width: 560px;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(31, 27, 46, 0.16);
  position: relative;
  z-index: 1;
  margin-left: auto;
  display: block;
  object-fit: cover;
}

/* =========================
   BADGES (exact style)
========================= */
.hero-badge{
  position:absolute;
  z-index:5;
  color:#ffffff;
  font-weight:800;
  font-size:14px;
  padding:10px 24px;
  border-radius:999px;
  white-space:nowrap;
  box-shadow:none;
}

/* Drive Growth (Orange) */
.badge-growth{
  background:#FF8302 !important;
  top:0%;
  left:0%;
}

/* triangle at top-right */
.badge-growth .badge-pointer{
  position:absolute;
  right:-16px;
  top:-8px;
  width:0;height:0;
  border-left:18px solid #FF8302;
  border-top:10px solid transparent;
  border-bottom:10px solid transparent;
  transform: rotate(76deg);
}

/* Digital Solutions (Pink) */
.badge-solutions{
  background:#DE0658 !important;
  bottom:0%;
  right:0px;
}

/* triangle at left */
.badge-solutions .badge-pointer {
    position: absolute;
    left: -25px;
    top: 17%;
    transform: translateY(-50%) rotate(32deg);
    width: 0;
    height: 0;
    border-right: 18px solid #DE0658;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

/* =========================
   TAGS (gradient border)
========================= */
.hero-tags {
    position: absolute;
    left: 46%;
    bottom: 30%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    z-index: 6;
}

.hero-tag {
    padding: 6px 21px;
    border-radius: 999px;
    background: #ffffff;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    border: 1px solid transparent;
    background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(90deg, #DE0658 0%, #FF8302 100%) border-box;
}

/* staircase offsets */
.hero-tag.tag-1 {
    margin-left: 55px;
    transform: rotate(16deg) !important;
}
.hero-tag.tag-2 {
    margin-left: 0px;
    margin-top: -8px;
    transform: rotate(4deg) !important;
   
}
.hero-tag.tag-3 {
    margin-left: 95px;
    margin-top: -3px !important;
    transform: rotate(-17deg) !important;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width:1100px){
  .hero{ padding:77px 40px 49px; }
  .hero-text h1{ font-size:44px; }
  .hero-content{ gap:40px; }
}

@media (max-width:980px){
  .hero-content{
    grid-template-columns:1fr;
    gap:40px;
  }
  .hero-image-wrapper{
    justify-content:center;
  }
  .hero-image-wrapper img{
    width:100%;
    max-width:600px;
  }
  .hero-tags{
    position:static;
    margin-top:18px;
    left:auto;
    bottom:auto;
  }
  .badge-solutions{ right:10px; }
  .hero-arc{ left:-60px; }
}

@media (max-width:640px){
  .hero{ padding:100px 18px 42px; }
  .hero-text h1{ font-size:34px; }
  .hero-tag{ font-size:16px; padding:8px 18px; }
  .btn-primary{ padding:14px 22px; }
}
@media (max-width:380px){
  .hero{ padding:90px 14px 36px; overflow:hidden; }
  .hero-text h1{ font-size:28px; line-height:1.2; }
  .hero-text p{ font-size:14px; }
  .hero-tag{ font-size:13px; padding:6px 14px; }
  .btn-primary{ font-size:14px; padding:12px 18px; }
  .hero-content{ grid-template-columns:1fr; }
}

/* Stats bar */
.stats-bar{
  background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%);
  padding: 30px 50px;
  position: relative;
  overflow: hidden;
}

.stats-bar::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,0.12) 0 2px, transparent 3px) 0 0/34px 34px,
    radial-gradient(circle at 70% 60%, rgba(255,255,255,0.10) 0 1.5px, transparent 2.5px) 0 0/26px 26px,
    linear-gradient(90deg, rgba(255,255,255,0.10), transparent 60%);
  opacity: .35;
}

.stats-inner{
  max-width: 1520px;
  margin: 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 32px;
  position: relative;
  z-index: 1;
}

.stat-item{
  text-align:center;
  color:#ffffff;
  flex:1;
  padding: 0 8px;
}

.stat-number{
  font-family: 'DM Sans', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: .2px;
}

.stat-label{
  font-size: 16px;
  font-weight: 400;
  opacity: .92;
  margin-top: 6px;
}

.stat-divider{
  width: 1px;
  height: 42px;
  background: rgba(255,255,255,0.28);
  flex: 0 0 1px;
}

/* responsive */
@media (max-width: 900px){
  .stats-inner{
    gap: 18px;
  }
  .stat-number{ font-size: 36px; }
  .stat-divider{ height: 34px; }
}

@media (max-width: 640px){
  .stats-bar{ padding: 18px 16px; }
  .stats-inner{
    flex-wrap: wrap;
    justify-content:center;
    gap: 14px 18px;
  }
  .stat-divider{ display:none; }
  .stat-item{
    flex: 0 0 calc(50% - 10px);
  }
  .stat-number{ font-size: 32px; }
  .stat-label{ font-size: 13px; }
}



/* ======= SECTIONS COMMON ======= */
.section {
    padding: 50px 50px;
}
@media (max-width: 768px) { .section { padding: 30px 15px !important; } }

.section-center {
    text-align: center;
}

.container {
    max-width: 1520px;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
}

.section-tag {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 12px;
    display: inline-block;
}

.section-title {
    font-weight: 900;
    color: #332E41;
    margin-bottom: 16px;
}
.sp-hero-title {
    color: #ffffff !important;
    margin: 0 0 20px !important;
    letter-spacing: -.02em;
}

.section-title span,
h1 span, h2 span, h3 span,
.sp-hero-title span,
.sp-why-card-title span,
.sp-svc-card-title span,
.sp-case-title span,
.sp-process-title span {
    background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    color: transparent !important;
}

.section-subtitle {
    font-size: 16px;
    color: #6b6b7b;
    max-width: 1000px;
    margin: 0 auto;
}

/* ======= ABOUT ======= */
.about-section {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.about-blob, .about-blob--1, .about-blob--2 { display: none; }

.about-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 70px;
    position: relative;
    z-index: 1;
}

/* left text */
.about-text {
    display: flex;
    flex-direction: column;
}

.about-text .section-badge {
    align-self: flex-start;
    margin-bottom: 16px;
}

.about-title {
    font-size: 44px;
    line-height: 1.15;
    margin-bottom: 20px;
    text-align: left;
}

.about-desc {
    color: #6b6b7b;
    font-size: 16px;
    line-height: 1.85;
    margin-bottom: 20px;
}
.about-desc ul, .about-text ul { padding-left: 20px !important; list-style: disc !important; }
.about-desc ul li::marker, .about-text ul li::marker { color: #DE0658 !important; }

.about-list {
    list-style: none;
    margin: 0 0 28px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.about-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #0d1020;
    font-weight: 500;
}
.about-list li svg {
    flex-shrink: 0;
}

.about-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #DE0658, #FF8302);
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    align-self: flex-start;
    transition: all 0.3s ease;
    margin-top: 24px;
}
.about-cta-btn:hover {
    transform: translateY(-2px);
    color: #ffffff;
}
.about-cta-btn svg {
    transition: transform .3s ease;
}
.about-cta-btn:hover svg {
    transform: translateX(4px);
}

/* right image */
.about-img-col {
    position: relative;
}

.about-img-wrap {
    position: relative;
    border-radius: 24px;
    overflow: visible;
}

.about-img-wrap img {
    width: 100%;
    height: 396px;
    display: block;
    object-fit: cover;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 20px 60px;
    border-radius: 24px;
}

.about-img-badge {
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: #0d1020;
    box-shadow: 0 6px 24px rgba(0,0,0,.08);
    background: #ffffff;
    border: 1px solid rgba(222,6,88,.15);
    border-radius: 50px;
    padding: 10px 20px;
    gap: 7px;
    white-space: nowrap;
}

.about-img-placeholder {
    background: #fdf2f7;
    border: 2px dashed rgba(222,6,88,.2);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 40px;
    gap: 16px;
    text-align: center;
}

.about-img-placeholder p {
    font-size: 13px;
    color: #bbb;
    margin: 0;
}


/* ======= WHAT WE DO ======= */


.whatwedo-v2{
  background:#ffffff;
  position: relative;
}

.whatwedo-v2__head{
  text-align:center;
  max-width: 680px;
  margin: 0 auto 36px;
}

.whatwedo-v2__title{
  font-family: "DM Sans", sans-serif;
  font-size: 54px;
  font-weight: 900;
  margin: 0 0 14px;
  line-height: 1.1;
  color: #2a2637;
}

.whatwedo-v2__title span{
  background: linear-gradient(90deg, #FF8302 0%, #DE0658 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip:text;
}

.whatwedo-v2__subtitle{
  font-size: 16px;
  line-height: 1.6;
  color: #1f1b2e;
  opacity: .85;
  margin: 0;
}

.whatwedo-v2__grid{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap: 28px;
}

.whatwedo-v2__item{
  flex: 1;
  text-align:center;
  padding: 0 8px;
}

.whatwedo-v2__icon{
  width: 58px;
  height: 58px;
  margin: 0 auto 18px;
  position: relative;
  display:flex;
  align-items:center;
  justify-content:center;
}

.whatwedo-v2__icon .icon-ring{
  display: none;
}

.whatwedo-v2__icon .icon-core{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #FF8302, #DE0658);
}

.whatwedo-v2__icon i{
  position: relative;
  z-index: 2;
  color:#ffffff;
  font-size: 16px;
}

/* text */
.whatwedo-v2__h3{
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 8px;
  color: #1f1b2e;
}

.whatwedo-v2__p{
  color: #1f1b2e;
  opacity: .78;
  max-width: 210px;
  margin: 0 auto;
  text-align: justify;
}

.whatwedo-v2__divider{
  width: 2px;
  height: 132px;
  margin-top: 41px;
  border-radius: 2px;
  background: linear-gradient(180deg, #FF8302, #DE0658);
  box-shadow: 0 0 10px rgba(222, 6, 88, 0.35);
  flex: 0 0 1px;
}

/* responsive */
@media (max-width: 980px){
  .whatwedo-v2__grid{
    flex-wrap: wrap;
    justify-content:center;
  }
  .whatwedo-v2__divider{
    display:none;
  }
  .whatwedo-v2__item{
    flex: 0 0 calc(50% - 14px);
    margin-bottom: 26px;
  }
}

@media (max-width: 560px){
  .whatwedo-v2{
    padding: 34px 0 56px;
  }
  .whatwedo-v2__title{
    font-size: 38px;
  }
  .whatwedo-v2__item{
    flex: 0 0 100%;
  }
}


/* ======= EXPERTISE ======= */


/* ===== Expertise Section Wrapper ===== */
.expertise-section{
  background: #f8f8fa;
}

.expertise-box{
  max-width: 1520px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  /* background: #000; */
  position: relative;
}

/* ===== Top (white area) ===== */
.expertise-top{
  /* background:#ffffff; */
  text-align:center;
  padding: 0 60px 27px;
}

.expertise-heading{
  font-family:'DM Sans', sans-serif;
  font-size: 56px;
  font-weight: 900;
  margin: 0 0 14px;
  color: #2a2637;
}

.expertise-heading span{
  background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}

.expertise-subtitle{
  font-size: 18px;
  line-height: 1.7;
  color: #1f1b2e;
  opacity: .85;
  max-width: 720px;
  margin: 0 auto;
}

/* ===== Tabs pill (floating over black box) ===== */
.expertise-tabs-wrapper{
  /* background:#ffffff; */
  padding: 0 ;
  display:flex;
  justify-content:center;
  position: relative;
  z-index: 10;
}

.expertise-tabs{
  display:flex;
  gap: 10px;
  background:#ffffff;
  padding: 8px;
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  transform: translateY(24px); /* floats into black */
}

.expertise-tab{
  border:0;
  cursor:pointer;
  border-radius:999px;
  padding: 12px 26px;
  font-size: 14px;
  font-weight: 700;
  background: transparent;
  color:#1f1b2e;
  transition: background .2s ease, color .2s ease;
}

.expertise-tab.active{
  background:#000;
  color:#ffffff;
}

.expertise-tab:hover:not(.active){
  color: #DE0658;
}

/* ===== Bottom black panel content ===== */
.expertise-bottom{
  padding: 34px 60px 0px;
  background: #000;
}

/* Show only active item (desktop) */
.expertise-item{ display:none; }
.expertise-item.active{
  display:block;
  animation: expFadeIn .45s ease forwards;
}

@keyframes expFadeIn{
  from{ opacity:0; transform: translateY(10px); }
  to{ opacity:1; transform: translateY(0); }
}

.expertise-panel{
  text-align:center;
}

.expertise-panel h3{
  font-family:'DM Sans', sans-serif;
  font-size: 44px;
  font-weight: 700;
  margin: 0 0 14px;
  color:#ffffff;
}

.expertise-panel p{
  color: rgba(255,255,255,0.72);
  max-width: 700px;
  margin: 0 auto 30px;
}

.btn-expertise{
  margin: 0 auto 44px;
}

.btn-primary{
  display:inline-flex;
  align-items:center;
  gap: 14px;
}

.btn-primary .btn-icon{
  display:inline-flex;
  width: 28px;
  height: 28px;
  align-items:center;
  justify-content:center;
}

.btn-primary .btn-icon svg{
  width: 25px;
  height: 25px;
  display:block;
}

/* ===== Mockup image ===== */
.expertise-mockup{
  max-width: 760px;
  margin: 0 auto;
  /* border-radius: 18px 18px 0 0; */
  overflow:hidden;
  box-shadow: 0 -6px 50px rgba(0,0,0,0.35);
  background:#111;
}
.expertise-mockup img{
  width:100%;
  display:block;
}

/* ===== Mobile Accordion ===== */
.exp-acc-header{ display:none; }
.exp-acc-arrow::before{
  content:"";
  width: 10px;
  height: 10px;
  border-right: 2px solid rgba(255,255,255,0.7);
  border-bottom: 2px solid rgba(255,255,255,0.7);
  transform: rotate(45deg);
  display:inline-block;
  transition: transform .25s ease;
}

.expertise-item.active .exp-acc-arrow::before{
  transform: rotate(225deg);
}

.exp-acc-left{
  display:flex;
  align-items:center;
  gap: 12px;
}

.exp-acc-icon{
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255,131,2,0.18), rgba(222,6,88,0.18));
  display:flex;
  align-items:center;
  justify-content:center;
}

.exp-acc-icon i{
  color:#ffffff;
  font-size: 15px;
}

/* mobile layout */
@media (max-width: 900px){
  .expertise-top{ padding: 60px 18px 44px; }
  .expertise-heading{ font-size: 42px; }
  .expertise-subtitle{ font-size: 16px; }
  .expertise-tabs{ flex-wrap: wrap; justify-content:center; }
  .expertise-bottom{ padding: 49px 18px 49px; }

  /* accordion on mobile */
  .expertise-item{ display:block; border-top: 1px solid rgba(255,255,255,0.08); }
  .expertise-item.active{ animation:none; }
  .exp-acc-header{
    display:flex;
    width:100%;
    align-items:center;
    justify-content:space-between;
    gap: 14px;
    background: transparent;
    border: 0;
    color:#ffffff;
    padding: 13px 0;
    cursor:pointer;
  }

  /* collapse bodies */
  .expertise-item-body{
    max-height: 0;
    overflow:hidden;
    transition: max-height .35s ease;
  }
  .expertise-item.active .expertise-item-body{
    max-height: 1200px; /* enough for content */
  }

  /* hide big h3 inside panel top spacing a bit */
  .expertise-panel h3{ font-size: 34px; }
}
@media (max-width: 380px) {
  .expertise-section { padding: 30px 0; }
  .expertise-top { padding: 40px 14px 30px; }
  .expertise-heading { font-size: 28px; }
  .expertise-tab { padding: 8px 14px; font-size: 12px; }
  .expertise-bottom { padding: 30px 14px; overflow: hidden; }
  .exp-acc-header { font-size: 13px; }
  .exp-acc-icon { width: 32px; height: 32px; }
}


/* ======= WHY CHOOSE ======= */


/* ===== Why Choose Section (white like screenshot) ===== */
.whychoose-section{
  background: #ffffff;
}

/* grid */
.whychoose-grid{
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  margin-top: 34px;
}

/* card base */
.whychoose-card{
  background:#ffffff;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 16px;
  padding: 34px 26px;
  text-align:center;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease;
  position: relative;
  overflow:hidden;
}

/* icon wrapper (top) */
.whychoose-icon{
  width: 56px;
  height: 56px;
  border-radius: 12px;
  margin: 0 auto 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: transparent;
}

/* NORMAL ICON (no outline) */
.whychoose-icon i{
  font-size: 26px;
  color: #DE0658; /* default icon color */
  transition: color .25s ease;
}

/* text */
.whychoose-card h3{
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 10px;
  color:#0f0f14;
  transition: color .25s ease;
}

.whychoose-card p{
  color:#585666;
  margin: 0;
  text-align: center;
  transition: color .25s ease, opacity .25s ease;
}
.whychoose-card ul {
  text-align: left;
  padding-left: 18px;
  margin: 0;
}
.whychoose-card ul li {
  font-size: 15px;
  color: #585666;
  line-height: 1.6;
  transition: color .25s ease;
}

/* ===== Gradient hover (only on hover, all cards) ===== */
.whychoose-card::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(135deg, #FF8302 0%, #DE0658 100%);
  opacity:0;
  transition: opacity .25s ease;
  z-index:0;
}

.whychoose-card > *{
  position: relative;
  z-index: 1;
}

/* hover states */
.whychoose-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 26px 70px rgba(0,0,0,0.18);
  border-color: transparent;
}

.whychoose-card:hover::before{
  opacity: 1;
}

/* text/icon turn white on hover */
.whychoose-card:hover h3,
.whychoose-card:hover p,
.whychoose-card:hover .whychoose-icon i{
  color:#ffffff;
}

.whychoose-card:hover p{
  opacity: .92;
}

/* Responsive */
@media (max-width: 1100px){
  .whychoose-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px){
  .whychoose-grid{ grid-template-columns: 1fr; }
  .whychoose-section { text-align: left !important; }
  .whychoose-section .section-badge { align-self: flex-start; }
}



/* ======= DEVELOPMENT PROCESS ======= */



.process-section{
  background:#ffffff;
}

.process-wrapper{
  display:grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items:center;
}

.process-image{
  position:relative;
  height: 460px;
  border-radius: 34px;
  overflow:hidden;
  box-shadow: 0 24px 60px rgba(31,27,46,0.12);
  background:#f2f2f5;
}

.process-image img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

.process-image-dot{ display: none; }

.process-tag{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 14px;
  background: linear-gradient(90deg, #FF8302 0%, #DE0658 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}

.process-title{
  font-family: "DM Sans", sans-serif;
  font-size: 54px;
  font-weight: 900;
  line-height: 1.05;
  margin: 0 0 30px;
  color:#1f1b2e;
}

.process-title span{
  background: linear-gradient(90deg, #FF8302 0%, #DE0658 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}

.process-steps{
  position:relative;
  padding-left: 44px;     
  flex-direction:column;
  gap: 36px;
}

.process-steps::before{
  content:"";
  position:absolute;
  left: 15px;
  top: 6px;
  bottom: 6px;
  width: 2px;
  background:#e6e6e6;
  border-radius: 2px;
}

.process-step{
  position:relative;
  display:flex;
  gap: 18px;
  align-items:flex-start;
  cursor:pointer; 
}

.step-dot{
  position:absolute;
  left: -35px;
  top: 5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background:#ffffff;
  border: 2px solid #d7d7d7;
  box-shadow: 0 0 0 6px rgba(0,0,0,0.03);
  transition: all .25s ease;
}

.process-step.active .step-dot{
  border: none;
  background: linear-gradient(135deg, #FF8302 0%, #DE0658 100%);
  box-shadow: 0 0 0 6px rgba(222,6,88,0.14);
}

.step-content h4{
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 6px;
  color:#1f1b2e;
}

.step-content p{
  margin: 0;
  color: rgba(31,27,46,0.78);
  max-width: 520px;
}

/* ========== RESPONSIVE ========== */

@media (max-width: 980px){
  .process-wrapper{
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .process-image{
    height: 360px;
  }
  .process-title{
    font-size: 42px;
  }
}



/* ======= CASE STUDY ======= */



.casev3{
  background:#fff8fb;
}

.casev3 .container{
  max-width: 1520px;
}

.casev3-top{
  display:grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 34px;
  align-items:start;
}

.casev3-left { display: flex; flex-direction: column; align-items: flex-start; }

.casev3-tag{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 16px;
  color:#DE0658;                   
}

.casev3-title{
  font-family: "DM Sans", sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.08;
  margin: 0 0 14px;
  color:#121021;
}

.casev3-desc {
  font-size: 15px;
  line-height: 1.75;
  color: #6b7280;
  margin: 0;
  max-width: 480px;
}

.casev3-right{
  display:flex;
  justify-content:flex-end;
}

.casev3-main{
  position:relative;
  width: 100%;
  /* max-width: 100%; */
}

.casev3-main-img{
  width: 100%;
  height: auto;
  border-radius: 16px;
  overflow:hidden;
  background: transparent;
}

.casev3-main-img img{
  width:100%;
  height:auto;
  object-fit: cover;
  object-position: center 20%;
  display:block;
}

.casev3-btn {
    position: static;
    transform: none;
    margin-top: 28px;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 14px;
    padding: 14px 28px;
    border-radius: 999px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%);
    z-index: 5;
}

.casev3-btn:hover{
  box-shadow: none;
  color: #ffffff;
}

.casev3-btn-ico{
  width: 25px;
  height: 23px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  
}

.casev3-btn-ico svg{
  width: 25px;
  height: 25px;
  display:block;
  color:#ffffff;
}

/* bottom cards row */
.casev3-bottom{
  margin-top: 68px;
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

/* card */
.casev3-card{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 18px;

  padding: 20px 20px;
  border-radius: 16px;
  background:#ffffff;
  border: 1px solid rgba(0,0,0,0.10);
  box-shadow: 0 10px 18px rgba(31,27,46,0.06);
  text-decoration:none;
  color: inherit;

  min-height: 132px;
  transition: transform .25s ease, box-shadow .25s ease;
}

.casev3-card:hover{
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(31,27,46,0.10);
}

/* top-left icon bubble */
.casev3-card-ico{
  position:absolute;
  top: 16px;
  left: 16px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display:flex;
  align-items:center;
  justify-content:center;
  background: linear-gradient(135deg, #FF8302 0%, #DE0658 100%);
  box-shadow: 0 10px 22px rgba(222,6,88,0.18);
}

.casev3-card-ico svg{
  width: 25px;
  height: 25px;
  color:#ffffff;
}

/* card text */
.casev3-card-text{
  padding-left: 10px;
}

.casev3-card-text h3{
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  color:#121021;
}

.casev3-card-img{
  width: 300px;
  height: 186px;
  border-radius: 14px;
  overflow:hidden;
  background:#eee;
  flex-shrink:0;
}

.casev3-card-img img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

/* responsive */
@media (max-width: 980px){


  .casev3-top{
    grid-template-columns: 1fr;
  }

  .casev3-right{
    justify-content:flex-start;
  }

  .casev3-main-img{
    height: 220px;
  }

  .casev3-btn{
    position: static;
    transform: none;
    margin-top: 20px;
    align-self: flex-start;
  }
  .casev3-btn:hover{
    transform: translateY(-2px);
  }
  .casev3-main{
    display: flex;
    flex-direction: column;
  }

  .casev3-bottom{
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .casev3-card-img{
    width: 100%;
  }
  .casev3-card {
    flex-direction: column;
    padding: 16px;
    align-items: flex-start;
  }
  .casev3-card-text {
    padding-left: 0;
    padding-top: 52px;
    width: 100%;
  }
  .casev3-card-text h3 { font-size: 18px; }
  .casev3-card-img { width: 100%; height: 180px; }

}




/* ======= WHY TRUST ======= */




.trustv2{
  background:#ffffff;
}

.trustv2 .container{
  max-width: 1520px;
}

.trustv2-wrap{
  position:relative;
}

.trustv2-dot, .trustv2-dot--top, .trustv2-dot--bottom { display: none; }

.trustv2-grid{
  display:grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 70px;
  align-items:center;
}

.trustv2-image{
  border-radius: 28px;
  overflow:hidden;
  height: 420px;
  box-shadow: 0 24px 60px rgba(31,27,46,0.12);
  background:#f2f2f5;
}

.trustv2-image img{
  width:100%;
  height:100%;
  object-fit: cover;
  display:block;
}

.trustv2-title{
  font-family: "DM Sans", sans-serif;
  font-size: 34px;
  font-weight: 900;
  line-height: 1.18;
  margin: 0 0 14px;
  color:#121021;
}

.trustv2-grad{
  background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}

.trustv2-text{
  font-size: 13.5px;
  line-height: 1.75;
  color: rgba(18,16,33,0.72);
  max-width: 520px;
  margin: 0 0 22px;
}

.trustv2-stats{
  display:flex;
  gap: 18px;
  margin-top: 18px;
}

.trustv2-stat{
  background:#ffffff;
  border-radius: 10px;
  padding: 16px 18px;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 10px 22px rgba(31,27,46,0.06);
  flex: 1;
  text-align:center;
}

.trustv2-stat strong{
  display:block;
  font-family: "DM Sans", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 6px;
  background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
  color: linear-gradient(90deg, #DE0658 0%, #FF8302 100%);
}

.trustv2-stat span{
  font-size: 16px;
  font-weight: 400;
  color: rgba(18,16,33,0.65);
}

/* responsive */
@media (max-width: 980px){
  .trustv2-grid{
    grid-template-columns: 1fr;
    gap: 44px;
  }
  .trustv2-image{
    height: 340px;
  }
  .trustv2-dot--top{
    left: 20px;
    top: -10px;
  }
  .trustv2-dot--bottom{
    right: 20px;
    bottom: -18px;
  }
  .trustv2-stats{
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    flex-wrap: wrap;
  }
  .trustv2-stat{
    min-width: 0 !important;
    width: 100% !important;
  }
}



/* ======= TESTIMONIALS ======= */



.testimonials-section {
    padding: 50px 50px;
    background: rgb(248, 248, 250);
}

.testimonial-slider {
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.testimonial-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-slide {
    min-width: calc(100% / 3);
    padding: 0 12px;
    box-sizing: border-box;
}

.testimonial-card {
    background: #ffffff;
    padding: 32px;
    border-radius: 16px;
    border: 1px solid #ede8f5;
    box-shadow: 0 2px 16px rgba(0,0,0,0.05);
    transition: all 0.3s;
    height: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.testimonial-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,0.10);
    border-color: #d5cce8;
}

.slider-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 36px;
}

.slider-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #e8e8ec;
    background: #ffffff;
    color: #332E41;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: all 0.3s;
}

.slider-btn:hover {
    background: linear-gradient(135deg, #DE0658, #FF8302);
    border-color: transparent;
    color: #ffffff;
}

.slider-dots {
    display: flex;
    gap: 8px;
}

.slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e8e8ec;
    cursor: pointer;
    transition: all 0.3s;
}

.slider-dot.active {
    background: linear-gradient(135deg, #DE0658, #FF8302);
    width: 28px;
    border-radius: 10px;
}

@media (max-width: 1024px) {
    .testimonial-slide { min-width: 50%; }
}

@media (max-width: 768px) {
    .testimonial-slide { min-width: 100%; padding: 0; }
}

.testimonial-stars {
    margin-bottom: 16px;
}

.testimonial-stars i {
    color: #FF8302;
    font-size: 14px;
}

.testimonial-card p {
    color: #6b6b7b;
    margin-bottom: 20px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
}

.testimonial-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, #DE0658, #FF8302);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
    overflow: hidden;
}

.testimonial-info strong {
    display: block;
    font-size: 16px;
}

.testimonial-info span {
    font-size: 16px;
    color: #6b6b7b;
}


/* ======= FAQ ======= */




.faqv2{
  background:#f9fafb;
}

.faqv2 .container{
  max-width: 1520px;
}

.faqv2-wrap{
  position:relative;
  overflow:hidden;
}

.faqv2-dot, .faqv2-dot--big, .faqv2-dot--small { display: none; }

.faqv2-grid{
  display:grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 90px;
  align-items:center;
}

.faqv2-title{
  font-family: "DM Sans", sans-serif;
  font-size: 46px;
  font-weight: 900;
  line-height: 1.08;
  margin: 0 0 18px;
  color:#121021;
}

.faqv2-grad{
  background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}

.faqv2-sub{
  margin:0;
  font-size: 14px;
  line-height: 1.8;
  color: rgba(18,16,33,0.62);
  max-width: 360px;
}
.faqv2-img-wrap { margin-top: 28px; }
.faqv2-img-wrap img { width: 100%; border-radius: 16px; display: block; object-fit: cover; }

.faqv2-right{
  display:flex;
  flex-direction:column;
}

.faqv2-item {
    border: 1px solid #ece8f0;
    border-radius: 12px;
    margin-bottom: 10px;
    padding: 0 16px;
    background: #ffffff;
}


.faqv2-q {
    width: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 10px 18px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: #121021;
    text-align: left;
}

.faqv2-ico{
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size: 12px;
  font-weight: 900;
  color:#ffffff;
  flex-shrink:0;
  background: linear-gradient(135deg, #FF8302 0%, #DE0658 100%);
  transition: transform .3s;
}
.faqv2-item.is-open .faqv2-ico { transform: rotate(45deg); }

.faqv2-a{
  height:0;
  overflow:hidden;
  transition: height .35s cubic-bezier(0.4,0,0.2,1);
}

.faqv2-a-inner {
    padding: 0 30px 14px 0;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(18, 16, 33, 0.62);
}
.faqv2-a-inner ul { list-style: disc !important; padding-left: 20px !important; margin-bottom: 10px; }
.faqv2-a-inner ul li { margin-bottom: 5px; }
.faqv2-a-inner ul li::marker { color: #DE0658 !important; }

.faqv2-item.is-open .faqv2-ico{
  background: linear-gradient(135deg, #DE0658 0%, #FF8302 100%);
}

@media (max-width: 980px){
  .faqv2-wrap{
    padding: 40px 0px 28px;
  }
  .faqv2-grid{
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .faqv2-dot--big{
    left: 18px;
    top: 18px;
  }
  .faqv2-dot--small{
    left: 120px;
    bottom: 40px;
  }
}


/* ======= CTA ======= */


/* ==========================
   CTA FULL WIDTH VERSION
========================== */

.ctav3{
  width: 100%;
  background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%);
  position: relative;
  overflow: hidden;
}

/* subtle grid overlay */
.ctav3::before{
  content:"";
  position:absolute;
  inset:0;
  opacity:0.18;
  background-image:
    linear-gradient(rgba(255,255,255,0.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.22) 1px, transparent 1px);
  background-size: 28px 28px;
}

/* inner centered content */
.ctav3-container{
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.ctav3-content{
  text-align:center;
  color:#ffffff;
}

/* heading */
.ctav3-content h2{
  font-family:"DM Sans", sans-serif;
  font-size: 38px;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 14px;
}

/* paragraph */
.ctav3-content p{
  opacity: 0.9;
  margin-bottom: 26px;
}

/* buttons */
.ctav3-actions{
  display:flex;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}

.ctav3-btn{
    padding: 12px 28px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all .25s ease;
}

.ctav3-btn--white{
  background:#ffffff;
  color:#111;
}

.ctav3-btn--white:hover{
  transform: translateY(-2px);
}

/* outline button */
.ctav3-btn--outline{
  border: 2px solid #ffffff;
  color: #ffffff;
  background: transparent;
}

.ctav3-btn--outline:hover{
  background: #ffffff;
  color: #DE0658;
  transform: translateY(-2px);
}

/* responsive */
@media(max-width:768px){
  .ctav3-content h2{
    font-size:26px;
  }
}


/* ======= FOOTER V3 ======= */

.footerv3 {
    position: relative;
    background: #000;
    color: rgba(255, 255, 255, 0.72);
    padding: 50px 50px;
    overflow: hidden;
    font-size: 16px;
}

/* soft pink glow on the right edge */
.footerv3-glow {
    position: absolute;
    right: -180px;
    bottom: -180px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(222, 6, 88, 0.45) 0%, rgba(222, 6, 88, 0) 60%);
    pointer-events: none;
    z-index: 0;
}

.footerv3-inner {
    position: relative;
    z-index: 1;
    max-width: 1520px;
    margin: 0 auto;
    padding: 0;
}

/* Grid */
.footerv3-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1.1fr 1.4fr;
    gap: 50px;
    padding-bottom: 35px;
}

/* Column basics */
.footerv3-col h4,
.footerv3-col h5 {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 22px;
    letter-spacing: 0.2px;
}

.footerv3-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footerv3-col li {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.6;
}

.footerv3-col ul li a {
    color: rgba(255, 255, 255, 0.90);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    margin: 0;
    border-radius: 6px;
    font-size: 16px;
    transition: color 0.15s, background 0.15s, padding-left 0.15s;
}
.footerv3-col ul li a:hover {
    color: #ffffff;
    padding-left: 10px;
}

.footerv3-col a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    transition: color 0.2s ease;
}
.footerv3-col a:hover {
    color: #ffffff;
}

/* About column */
.footerv3-col--about p {
    margin: 0;
    color: rgba(255, 255, 255, 0.90);
    padding-right: 10px;
}

.footerv3-logo img {
    height: 50px;
    width: auto;
    margin-bottom: 18px;
    display: block;
}

/* Contact list (icon + text) */
.footerv3-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.6;
}
.footerv3-contact li a {
    font-size: 14px;
}

.footerv3-ico {
    flex: 0 0 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF8302 0%, #DE0658 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 12px;
    margin-top: 0px;
}

.footerv3-contact a {
    color: rgba(255, 255, 255, 0.85);
}

.footerv3-contact a:hover {
    color: #ffffff;
}

/* Newsletter form */
.footerv3-form,
.footerv3-form-wrap form {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.10);
    border-radius: 999px;
    padding: 6px;
    margin-bottom: 24px;
}

.footerv3-form input,
.footerv3-form-wrap input[type="email"],
.footerv3-form-wrap input[type="text"] {
    flex: 1;
    border: 0;
    outline: 0;
    background: transparent;
    color: #ffffff;
    font-size: 15px;
    padding: 14px 22px;
    font-family: inherit;
}

.footerv3-form input::placeholder,
.footerv3-form-wrap input::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.footerv3-form button,
.footerv3-form-wrap input[type="submit"],
.footerv3-form-wrap button {
    border: 0;
    cursor: pointer;
    padding: 13px 28px;
    border-radius: 999px;
    background: #ffffff;
    color: #0d1020;
    font-size: 14px;
    font-weight: 600;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footerv3-form button:hover,
.footerv3-form-wrap input[type="submit"]:hover,
.footerv3-form-wrap button:hover {
    transform: translateY(-1px);
}
.footerv3-form-msg { font-size: 13px; margin-top: 8px; min-height: 18px; }

/* Socials */
.footerv3-socials {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.footerv3-social {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.85);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    transition: all 0.25s ease;
}

.footerv3-social:hover {
    background: linear-gradient(135deg, #FF8302 0%, #DE0658 100%);
    border-color: transparent;
    color: #ffffff;
    transform: translateY(-2px);
}

/* Divider */
.footerv3-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.10);
    margin-bottom: 22px;
}

/* Bottom bar */
.footerv3-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.55);
}

.footerv3-bottom a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    transition: color 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.footerv3-bottom a:hover {
    color: #ffffff;
}

.footerv3-bottom-right {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.footerv3-sep {
    color: rgba(255, 255, 255, 0.25);
}

/* VirtueNetz brand color highlight inside copyright */
.footerv3-bottom-left strong,
.footerv3-bottom-left .vn-brand {
    background: linear-gradient(90deg, #FF8302 0%, #DE0658 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Responsive */
@media (max-width: 1100px) {
    .footerv3-grid {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .footerv3-inner {
        padding: 0;
    }
}

@media (max-width: 640px) {
    .footerv3 {
        padding: 40px 15px;
        overflow-x: hidden;
    }
    .footerv3-inner {
        padding: 0;
        width: 100%;
    }
    .footerv3-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .footerv3-bottom {
        justify-content: flex-start;
    }
    .footerv3-form,
    .footerv3-form-wrap form {
        margin-right: 15px;
        overflow: hidden;
    }
    .footerv3-form input,
    .footerv3-form-wrap input[type="email"] {
        padding: 12px 16px;
    }
    .footerv3-form button,
    .footerv3-form-wrap button {
        padding: 11px 20px;
        flex-shrink: 0;
    }
    .footerv3-col li {
        margin-bottom: 5px;
    }
    .footerv3-contact li {
        margin-bottom: 8px;
    }
}

/* ======= FLOATING WHATSAPP BUTTON ======= */
.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    text-decoration: none;
    filter: drop-shadow(0 8px 16px rgba(37, 211, 102, 0.45));
    z-index: 9999;
    transition: transform 0.25s ease, filter 0.25s ease;
    animation: vnWaPulse 2.4s ease-in-out infinite;
    will-change: transform;
}

.whatsapp-float:hover {
    transform: scale(1.08);
    filter: drop-shadow(0 10px 22px rgba(37, 211, 102, 0.55));
    color: #ffffff;
}

@keyframes vnWaPulse {
    0%, 100% { transform: scale(1); }
    50%      { transform: scale(1.08); }
}

@media (max-width: 640px) {
    .whatsapp-float {
        right: 16px;
        bottom: 16px;
        width: 52px;
        height: 52px;
        font-size: 24px;
    }
}

/* ============================================================
   SERVICES PAGE
============================================================ */

/* ═══════════════════════════════════════════════════════
   SERVICES PAGE — Complete Redesign (White/Professional)
   ═══════════════════════════════════════════════════════ */

/* ── Hero ── */
.srv-hero {
    position: relative;
    background: #ffffff;
    padding: 140px 0 0;
}
.srv-hero-overlay { display: none; }
.srv-hero-bg-shape {
    position: absolute; top: 0; right: 0;
    width: 55%; height: 100%;
    background: linear-gradient(135deg, #fff5f8 0%, #fff0f5 100%);
    clip-path: polygon(12% 0, 100% 0, 100% 100%, 0% 100%);
    z-index: 0; overflow: hidden;
}
.srv-hero-bg-dots {
    position: absolute; inset: 0; z-index: 0; pointer-events: none;
    background-image: radial-gradient(circle, rgba(222,6,88,0.08) 1.5px, transparent 1.5px);
    background-size: 28px 28px;
    opacity: 0.6;
}
.srv-hero-inner {
    position: relative; z-index: 2;
    max-width: 1520px; margin: 0 auto; padding: 0 48px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center;
    box-sizing: border-box; width: 100%;
}
.srv-hero-text { max-width: 580px; padding-bottom: 80px; }
.srv-hero-badge {
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(222,6,88,0.08); border: 1px solid rgba(222,6,88,0.2);
    color: #DE0658; font-size: 13px; font-weight: 600;
    padding: 6px 14px; border-radius: 50px; margin-bottom: 22px;
}
.srv-hero-badge i { font-size: 12px; }
.srv-hero-title {
    font-size: 48px; font-weight: 800; line-height: 1.1; margin: 0 0 6px; color: #13102b;
    letter-spacing: -1px;
}
.srv-hero-title span {
    background: linear-gradient(90deg, #DE0658, #FF8302);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.srv-hero-accent {
    font-size: 18px; font-weight: 600; color: #5b4b8a; margin: 0 0 18px;
}
.srv-hero-desc {
    color: #6b7280; font-size: 16px; line-height: 1.75;
    max-width: 500px; margin: 0 0 34px;
}
.srv-hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.srv-hero-btn { }
.srv-hero-link {
    display: inline-flex; align-items: center; gap: 7px;
    color: #DE0658; font-size: 15px; font-weight: 600; text-decoration: none;
    transition: gap 0.2s;
}
.srv-hero-link:hover { gap: 11px; }
.srv-hero-link i { font-size: 13px; }

/* Right: pills grid */
.srv-hero-pills {
    display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding-bottom: 60px;
}
.srv-hero-pill {
    background: #ffffff;
    border: 1.5px solid #f0e8f2;
    border-radius: 16px; padding: 16px 18px;
    display: flex; align-items: center; gap: 13px;
    color: #13102b; text-decoration: none;
    box-shadow: 0 4px 16px rgba(0,0,0,0.05);
    transition: border-color 0.22s, box-shadow 0.22s, transform 0.22s;
}
.srv-hero-pill:hover {
    border-color: rgba(222,6,88,0.4);
    box-shadow: 0 8px 28px rgba(222,6,88,0.12);
    transform: translateY(-3px);
}
.srv-hero-pill-icon {
    width: 40px; height: 40px; border-radius: 10px; flex-shrink: 0;
    background: linear-gradient(135deg, var(--pill-accent,#DE0658), #FF8302);
    display: flex; align-items: center; justify-content: center;
    font-size: 17px; color: #ffffff;
    box-shadow: 0 4px 12px rgba(222,6,88,0.25);
}
.srv-hero-pill-label { font-size: 13.5px; font-weight: 600; line-height: 1.3; color: #13102b; }

/* Bottom wave divider */
.srv-hero-wave {
    display: block; width: 100%; line-height: 0; margin-top: -2px;
}
.srv-hero-wave svg { display: block; width: 100%; }

@media (max-width: 960px) {
    .srv-hero { padding: 80px 0 0; overflow: hidden; }
    .srv-hero-inner { grid-template-columns: 1fr; gap: 36px; padding: 0 20px; box-sizing: border-box; width: 100%; }
    .srv-hero-text { padding-bottom: 0; max-width: 100%; width: 100%; box-sizing: border-box; }
    .srv-hero-title { font-size: 34px; }
    .srv-hero-bg-shape { width: 100%; clip-path: none; opacity: 0.4; }
    .srv-hero-pills { padding-bottom: 40px; width: 100%; box-sizing: border-box; }
    .srv-hero-desc { max-width: 100%; }
}
@media (max-width: 560px) {
    .srv-hero-inner { padding: 0 16px; }
    .srv-hero-pills { grid-template-columns: 1fr; gap: 10px; }
    .srv-hero-pill { padding: 12px 14px; min-width: 0; }
    .srv-hero-pill-label { font-size: 13px; }
    .srv-hero-title { font-size: 26px; }
    .srv-hero-desc { max-width: 100%; font-size: 15px; }
    .srv-hero-actions { flex-direction: column; align-items: stretch; gap: 12px; }
    .srv-hero-actions .btn-primary,
    .srv-hero-actions .btn-outline { width: 100%; text-align: center; justify-content: center; box-sizing: border-box; }
}

/* ── Stats bar below hero ── */
.srv-stats-bar {
    background: #13102b;
    padding: 30px 48px;
}
.srv-stats-bar-inner {
    max-width: 1520px; margin: 0 auto;
    display: flex; align-items: center; justify-content: space-around;
    gap: 20px; flex-wrap: wrap;
}
.srv-stat-item {
    text-align: center; flex: 1; min-width: 120px;
}
.srv-stat-num {
    font-size: 36px; font-weight: 800; line-height: 1;
    background: linear-gradient(90deg, #FF8302, #DE0658);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.srv-stat-label { font-size: 16px; color: rgba(255,255,255,0.6); margin-top: 4px; font-weight: 500; }
.srv-stat-divider { width: 1px; height: 44px; background: rgba(255,255,255,0.1); flex-shrink: 0; }
@media (max-width: 700px) {
    .srv-stats-bar { padding: 22px 20px; }
    .srv-stat-divider { display: none; }
    .srv-stat-item { min-width: 90px; }
    .srv-stat-num { font-size: 24px; }
}

/* ── Intro / Section heading ── */
.srv-intro, .srv-section-heading {
    padding: 50px 50px 0px;
    background: #ffffff;
    text-align: center;
    max-width: 760px; margin: 0 auto;
}
.srv-intro .section-title, .srv-section-heading .section-title { margin-bottom: 14px; }
@media (max-width: 640px) { .srv-intro, .srv-section-heading { padding: 50px 15px 0; text-align: left; max-width: 100%; } }

/* ═══════════════════════════════════════════════════
   GROUPED LAYOUT
   ═══════════════════════════════════════════════════ */
.srv-grouped-wrap { background: #f8f9fc; }
.srv-group { padding: 50px; }
.srv-group--odd  { background: #ffffff; }
.srv-group--even { background: #f8f9fc; }

/* 2-column sticky layout */
.srv-group-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 60px;
    align-items: start;
}
.srv-group-left {
    position: sticky;
    top: 100px;
}
.srv-group-right { min-width: 0; }

.srv-group-heading {
    display: flex; align-items: center; gap: 24px;
    margin-bottom: 44px; padding-bottom: 28px;
    border-bottom: 2px solid #f0eaf5;
    position: relative;
}
.srv-group-heading::after {
    content: '';
    position: absolute; bottom: -2px; left: 0;
    width: 72px; height: 3px;
    background: linear-gradient(90deg, #DE0658, #FF8302);
    border-radius: 4px;
}
.srv-group-left .srv-group-icon { margin-bottom: 20px; }
.srv-group-left .srv-group-title { font-size: 22px; margin-bottom: 12px; }
.srv-group-left .srv-group-subtitle { font-size: 14px; color: #6b7280; line-height: 1.7; }
.srv-group-icon {
    width: 45px; height: 45px; border-radius: 16px; flex-shrink: 0;
    background: linear-gradient(135deg, var(--card-accent, #DE0658) 0%, #FF8302 100%);
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 16px 40px -8px rgba(222, 6, 88, 0.3);
}
.srv-group-icon i { font-size: 22px; color: #ffffff; }
.srv-group-icon img { width: 36px; height: 36px; object-fit: contain; filter: brightness(10); }
.srv-group-heading-text { flex: 1; }
.srv-group-title {
    color: #13102b;
    margin-bottom: 6px;
}
.srv-group-title a { color: inherit; text-decoration: none; }
.srv-group-title a:hover { color: var(--card-accent,#DE0658); }
.srv-group-subtitle { color: #6b7280; }

/* ── Cards Grid ── */
.srv-cards-section { background: #f8f9fc; padding: 50px 48px; }
.srv-cards-grid { display: grid; gap: 24px; }
.srv-cards--cols-1 { grid-template-columns: 1fr; }
.srv-cards--cols-2 { grid-template-columns: repeat(2,1fr); }
.srv-cards--cols-3 { grid-template-columns: repeat(3,1fr); }
.srv-cards--cols-4 { grid-template-columns: repeat(4,1fr); }

/* ═══════════════════════════════════════
   SERVICE CARDS
   ═══════════════════════════════════════ */
.srv-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 0;
    display: flex; flex-direction: column;
    position: relative; overflow: hidden;
    cursor: pointer; text-decoration: none; color: inherit;
    border: 1.5px solid #f0eaf5;
    box-shadow: 0 2px 16px rgba(0,0,0,0.04);
    transition: transform 0.3s cubic-bezier(.22,.68,0,1.15),
                box-shadow 0.3s ease, border-color 0.3s ease;
}
.srv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 52px rgba(0,0,0,0.1), 0 0 0 2px rgba(222,6,88,0.15);
    border-color: rgba(222,6,88,0.3);
}

/* Card cover image */
.srv-card-img-wrap {
    width: 100%; height: 180px; overflow: hidden; position: relative;
    border-radius: 20px 20px 0 0; flex-shrink: 0;
}
.srv-card-img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; }
.srv-card:hover .srv-card-img { transform: scale(1.05); }
.srv-card-img-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(10,5,30,0.35) 100%);
    pointer-events: none;
}
.srv-card-icon-wrap--over-img { border-radius: 0; }

/* Card icon area */
.srv-card-icon-wrap {
    width: 100%; padding: 20px 24px 0;
    background: transparent;
    border-bottom: none;
    display: flex; align-items: center; gap: 14px;
    transition: background 0.3s;
    border-radius: 20px 20px 0 0;
}
.srv-card:hover .srv-card-icon-wrap {
    background: linear-gradient(135deg, rgba(222,6,88,0.06) 0%, rgba(255,131,2,0.04) 100%);
}
.srv-card-icon-wrap > i, .srv-card-icon-wrap > .srv-card-icon-img { display: none; }

.srv-card-icon-bubble {
    width: 40px; height: 40px; border-radius: 14px; flex-shrink: 0;
    background: linear-gradient(135deg, var(--card-accent, #DE0658), #FF8302);
    display: flex; align-items: center; justify-content: center;
    transition: transform 0.3s, box-shadow 0.3s;
}
.srv-card:hover .srv-card-icon-bubble { transform: scale(1.1) rotate(0deg); }
.srv-card-icon-bubble i { font-size: 21px; color: #ffffff; }
.srv-card-icon-bubble img { width: 25px; height: 25px; object-fit: contain; filter: brightness(10); }

.srv-card-arrow {
    display: none;
    width: 32px; height: 32px; border-radius: 50%;
    background: #ffffff; border: 1.5px solid #f0eaf5;
    align-items: center; justify-content: center;
    font-size: 12px; color: var(--card-accent,#DE0658);
    opacity: 0; transform: scale(0.7);
    transition: opacity 0.25s, transform 0.25s, background 0.25s, color 0.25s;
    flex-shrink: 0;
}
.srv-card:hover .srv-card-arrow {
    opacity: 1; transform: scale(1);
    background: var(--card-accent,#DE0658); color: #ffffff; border-color: transparent;
}

/* Card body */
.srv-card-body {
    flex: 1; padding: 20px 24px 24px;
    display: flex; flex-direction: column; gap: 8px;
}
.srv-card-title {
    font-size: 16px; font-weight: 700; color: #13102b;
    line-height: 1.35; margin: 0; transition: color 0.2s;
}
.srv-card:hover .srv-card-title { color: var(--card-accent,#DE0658); }
.srv-card-desc { font-size: 14px; color: #6b7280; line-height: 1.65; margin: 0; flex: 1; }

.srv-card-read {
    display: inline-flex; align-items: center; gap: 5px;
    font-size: 13px; font-weight: 600; color: var(--card-accent,#DE0658);
    margin-top: 10px; opacity: 0; transform: translateY(6px);
    transition: opacity 0.25s, transform 0.25s; text-decoration: none;
}
.srv-card:hover .srv-card-read { opacity: 1; transform: translateY(0); }
.srv-card-read i { font-size: 11px; transition: transform 0.2s; }
.srv-card:hover .srv-card-read i { transform: translateX(3px); }

.srv-card--solo { flex-direction: column; max-width: 380px; }
.srv-card--lg .srv-card-icon-wrap { padding: 30px 28px 24px; }
.srv-card--lg .srv-card-icon-bubble { width: 60px; height: 60px; border-radius: 16px; }
.srv-card--lg .srv-card-icon-bubble i { font-size: 24px; }
.srv-card--lg .srv-card-body { padding: 24px 28px 28px; }
.srv-card--lg .srv-card-title { font-size: 18px; }
.srv-card--lg .srv-card-desc  { font-size: 14.5px; }

@media (max-width: 1024px) { .srv-cards--cols-4 { grid-template-columns: repeat(3,1fr); } }
@media (max-width: 900px)  { .srv-cards--cols-4, .srv-cards--cols-3 { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px)  {
    .srv-cards--cols-4, .srv-cards--cols-3, .srv-cards--cols-2 { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
    .srv-group { overflow: visible; padding: 30px 15px; }
    .srv-group .container { overflow: visible; padding: 0; }
    .srv-grouped-wrap,
    .srv-cards-section { overflow-x: clip; }
    .srv-cards-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 16px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x pan-y;
        padding-bottom: 12px;
        padding-left: 2px;
        padding-right: 16px;
        margin-left: -2px;
    }
    .srv-cards-grid::-webkit-scrollbar { height: 4px; }
    .srv-cards-grid::-webkit-scrollbar-thumb { background: rgba(222,6,88,0.3); border-radius: 4px; }
    .srv-cards-grid .srv-card {
        min-width: 78vw;
        max-width: 78vw;
        flex-shrink: 0;
        scroll-snap-align: start;
    }
}
@media (max-width: 768px)  {
    .srv-group { padding: 40px 20px; }
    .srv-group-layout { grid-template-columns: 1fr; gap: 24px; }
    .srv-group-left { position: static; }
    .srv-cards-section { padding: 40px 20px; }
    .srv-group-heading { gap: 16px; margin-bottom: 30px; }
    .srv-group-icon { width: 56px; height: 56px; }
    .srv-group-icon i { font-size: 22px; }
    .srv-group-title { font-size: 22px; }
}

/* ═══════════════════════════════════════════════════
   ALTERNATING BLOCKS
   ═══════════════════════════════════════════════════ */
.srv-list { background: #ffffff; }
.srv-row { padding: 60px 48px; position: relative; }
.srv-row--light { background: #f8f9fc; }
.srv-row--white { background: #ffffff; }
.srv-row-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 70px;
    align-items: center; max-width: 1520px; margin: 0 auto;
}
.srv-row--image-left .srv-row-text  { order: 2; }
.srv-row--image-left .srv-row-image { order: 1; }
.srv-row-title {
    font-size: 32px; font-weight: 800; line-height: 1.15;
    margin: 0 0 16px; color: #13102b; letter-spacing: -0.3px;
}
.srv-row-title a { color: inherit; text-decoration: none; -webkit-text-fill-color: currentColor; }
.srv-row-desc { color: #6b7280; margin: 0 0 24px; }
.srv-row-icons { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 22px; }
.srv-icon {
    width: 40px; height: 40px; border-radius: 9px; background: #fff5f8;
    border: 1px solid rgba(222,6,88,.12); box-shadow: 0 3px 8px rgba(0,0,0,0.04);
    display: inline-flex; align-items: center; justify-content: center;
    color: #DE0658; font-size: 17px; overflow: hidden;
}
.srv-icon img { width: 24px; height: 24px; object-fit: contain; }
.srv-row-bullets {
    list-style: none; padding: 0; margin: 0;
    display: grid; grid-template-columns: 1fr 1fr; column-gap: 24px; row-gap: 12px;
}
.srv-row-bullets li {
    position: relative; padding-left: 20px;
    color: #374151; font-size: 14.5px; font-weight: 500; line-height: 1.5;
}
.srv-row-bullets li::before {
    content: ''; position: absolute; left: 0; top: 8px;
    width: 8px; height: 8px; border-radius: 50%;
    background: linear-gradient(135deg, #FF8302, #DE0658);
}
.srv-row-bullets a { color: inherit; text-decoration: none; transition: color 0.2s; }
.srv-row-bullets a:hover { color: #DE0658; }
.srv-row-image img { width: 100%; height: auto; border-radius: 20px; display: block; box-shadow: 0 20px 56px rgba(0,0,0,0.10); }
@media (max-width: 980px) {
    .srv-row { padding: 40px 20px; }
    .srv-row-grid { grid-template-columns: 1fr; gap: 32px; }
    .srv-row--image-left .srv-row-text, .srv-row--image-left .srv-row-image { order: initial; }
    .srv-row-image { order: -1; }
    .srv-row-title { font-size: 26px; }
    .srv-row-bullets { grid-template-columns: 1fr; }
}

/* ── Why Choose Us bar ── */
.srv-why-bar {
    background: #13102b;
    padding: 50px;
}
.srv-why-bar-inner {
    max-width: 1520px; margin: 0 auto;
    display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; gap: 24px;
}
.srv-why-item {
    display: flex; flex-direction: column; align-items: flex-start; gap: 10px;
    padding: 24px; border-radius: 16px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    transition: background 0.2s;
}
.srv-why-item:hover { background: rgba(222,6,88,0.12); border-color: rgba(222,6,88,0.3); }
.srv-why-icon {
    width: 44px; height: 44px; border-radius: 11px;
    background: linear-gradient(135deg, #DE0658, #FF8302);
    display: flex; align-items: center; justify-content: center;
    font-size: 18px; color: #ffffff;
    box-shadow: 0 6px 16px rgba(222,6,88,0.3);
}
.srv-why-title { font-size: 16px; font-weight: 700; color: #ffffff; line-height: 1.3; }
.srv-why-desc  { font-size: 16px; color: rgba(255,255,255,0.55); line-height: 1.5; }
@media (max-width: 900px) {
    .srv-why-bar-inner { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
    .srv-why-bar { padding: 30px 15px; }
}
@media (max-width: 540px) {
    .srv-why-bar-inner { grid-template-columns: 1fr; }
}

/* ── Recent Work ── */
.srv-rw { background: #f8f9fc; }
.srv-rw-inner {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 60px; align-items: center;
    max-width: 1520px; margin: 0 auto; padding: 0 48px;
}
.srv-rw-text .section-title { margin-bottom: 18px; }
.srv-rw-text p { color: #6b7280; margin: 0 0 26px; }
.srv-rw-image img {
    width: 100%; height: 400px; border-radius: 20px;
    box-shadow: 0 24px 60px rgba(0,0,0,0.10); display: block; object-fit: cover;
}
@media (max-width: 980px) {
    .srv-rw-inner { grid-template-columns: 1fr; padding: 0 20px; }
}

/* ===== Testimonials Slider ===== */
.srv-testi {
    background: linear-gradient(180deg, #f4f2fa 0%, #ffffff 100%);
    padding: 31px 0 49px;
    overflow: hidden;
}
.srv-testi .container { position: relative; }
.srv-testi-head { text-align: center; margin-bottom: 36px; }

/* Swiper wrapper */
.srv-testi-swiper-wrap { position: relative; padding: 0 60px; }
.srv-testi-swiper { overflow: hidden; padding-bottom: 36px !important; }

/* Card */
.srv-testi-card {
    display: block;
    background: #ffffff;
    border: 1px solid rgba(222,6,88,0.08);
    border-radius: 20px;
    padding: 32px 28px 28px;
    text-align: left;
    box-shadow: 0 6px 28px rgba(31,27,46,0.07);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    height: 100%;
    color: inherit;
    text-decoration: none;
    cursor: default;
    position: relative;
}
.srv-testi-card--link { cursor: pointer; }
.srv-testi-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 48px rgba(222,6,88,0.13), 0 4px 16px rgba(31,27,46,0.08);
    border-color: rgba(222,6,88,0.25);
}
.swiper-slide { height: auto; }
.swiper-slide > * { height: 100%; }

/* Quote icon */
.srv-testi-quote-icon {
    color: #DE0658;
    margin-bottom: 12px;
    display: block;
    line-height: 1;
}

/* Stars */
.srv-testi-card .testimonial-stars { margin-bottom: 16px; }
.srv-testi-card .testimonial-stars i { color: #FFB800; font-size: 14px; margin-right: 2px; }

/* Quote text */
.srv-testi-text {
    font-size: 14.5px;
    line-height: 1.8;
    color: rgba(31,27,46,0.78);
    margin: 0 0 24px;
    font-style: italic;
}

/* Author row */
.srv-testi-author { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.srv-testi-avatar,
.srv-testi-avatar-img {
    width: 50px; height: 50px; border-radius: 50%;
    background: linear-gradient(135deg, #FF8302 0%, #DE0658 100%);
    color: #ffffff; display: inline-flex; align-items: center; justify-content: center;
    font-weight: 700; font-size: 16px; object-fit: cover; flex-shrink: 0;
    border: 2px solid rgba(222,6,88,0.15);
}
.srv-testi-info strong { display: block; font-size: 14px; font-weight: 700; color: #1f1b2e; }
.srv-testi-info span   { font-size: 12px; color: rgba(31,27,46,0.52); }

/* Navigation buttons */
.srv-testi-prev,
.srv-testi-next {
    position: absolute; top: 50%; transform: translateY(-calc(50% + 26px));
    z-index: 10; background: #ffffff; border: 1px solid rgba(222,6,88,0.18);
    width: 44px; height: 44px; border-radius: 50%; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    color: #DE0658; font-size: 15px;
    box-shadow: 0 4px 14px rgba(31,27,46,0.1);
    transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.srv-testi-prev { left: 0; }
.srv-testi-next { right: 0; }
.srv-testi-prev:hover,
.srv-testi-next:hover {
    background: #DE0658; color: #ffffff;
    box-shadow: 0 6px 20px rgba(222,6,88,0.35);
}

/* Pagination dots */
.srv-testi-pagination {
    position: absolute; bottom: 0; left: 0; right: 0;
    display: flex; justify-content: center; gap: 8px;
}
.srv-testi-pagination .swiper-pagination-bullet {
    width: 8px; height: 8px; background: rgba(222,6,88,0.25); border-radius: 50%; opacity: 1;
    transition: background 0.2s, transform 0.2s;
}
.srv-testi-pagination .swiper-pagination-bullet-active {
    background: #DE0658; transform: scale(1.3);
}

@media (max-width: 768px) {
    .srv-testi-swiper-wrap { padding: 0 44px; }
    .srv-testi-prev,
    .srv-testi-next { width: 36px; height: 36px; font-size: 13px; }
}



/* ======================================================
   SINGLE SERVICE PAGE
   ====================================================== */

/* ---- Hero ---- */
.ssv-hero {
    min-height: 540px;
    background: #332E41;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    padding: 80px 50px;
}
.ssv-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        color-mix(in srgb, var(--ssv-accent, #DE0658) 85%, #000) 0%,
        rgba(20,10,30,0.92) 100%
    );
}
.ssv-hero--has-bg .ssv-hero-overlay {
    background: linear-gradient(
        90deg,
        rgba(10,5,20,0.93) 50%,
        rgba(10,5,20,0.55) 100%
    );
}
.ssv-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 48px;
    align-items: center;
}
.ssv-hero-text { max-width: 640px; }

.ssv-hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--ssv-accent, #FF8302);
    margin-bottom: 16px;
}
.ssv-hero-tag a { color: inherit; text-decoration: none; }
.ssv-hero-tag a:hover { text-decoration: underline; }
.ssv-hero-tag i { font-size: 10px; }

.ssv-hero-title {
    font-size: 46px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 20px;
}
.ssv-hero-hl {
    display: block;
    background: linear-gradient(90deg, var(--ssv-accent, #DE0658), #FF8302);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ssv-hero-desc {
    font-size: 17px;
    color: rgba(255,255,255,0.82);
    line-height: 1.75;
    margin-bottom: 32px;
}
.ssv-hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}
.ssv-btn2 {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 50px;
    border: 2px solid rgba(255,255,255,0.35);
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}
.ssv-btn2:hover { border-color: #ffffff; background: rgba(255,255,255,0.1); }

/* Hero icon bubble */
.ssv-hero-icon {
    width: 140px;
    height: 140px;
    border-radius: 32px;
    background: rgba(255,255,255,0.07);
    border: 1.5px solid rgba(255,255,255,0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    backdrop-filter: blur(8px);
}
.ssv-hero-icon i {
    font-size: 60px;
    background: linear-gradient(135deg, var(--ssv-accent, #DE0658), #FF8302);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ssv-hero-icon img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    filter: brightness(10) saturate(0);
}

@media (max-width: 768px) {
    .ssv-hero { min-height: 400px; padding: 70px 20px 42px; }
    .ssv-hero-inner { grid-template-columns: 1fr; }
    .ssv-hero-icon { display: none; }
    .ssv-hero-title { font-size: 32px; }
    .ssv-hero-desc { font-size: 15px; }
}

/* ---- Breadcrumb ---- */
.ssv-breadcrumb {
    background: #f8f8fa;
    padding: 10px 0;
    border-bottom: 1px solid #e8e8ec;
    font-size: 13px;
    color: #6b6b7b;
}
.ssv-breadcrumb .container {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}
.ssv-breadcrumb a { color: #6b6b7b; text-decoration: none; }
.ssv-breadcrumb a:hover { color: #DE0658; }
.ssv-breadcrumb i { font-size: 10px; }
.ssv-breadcrumb span { color: #332E41; font-weight: 600; }

/* ---- Overview ---- */
.ssv-overview { background: #ffffff; padding: 50px; }
.ssv-overview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.ssv-overview--img-left .ssv-overview-text { order: 2; }
.ssv-overview--img-left .ssv-overview-image { order: 1; }

.ssv-overview-desc {
    font-size: 16px;
    color: #6b6b7b;
    line-height: 1.8;
    margin-bottom: 28px;
}
.ssv-overview-desc p { margin-bottom: 14px; }

/* Bullet list */
.ssv-bullet-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 24px;
}
.ssv-bullet-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14.5px;
    color: #332E41;
    font-weight: 500;
    line-height: 1.4;
}
.ssv-bullet-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--ssv-accent, #DE0658) 12%, #ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 1px;
}
.ssv-bullet-icon i {
    font-size: 11px;
    color: var(--ssv-accent, #DE0658);
}

/* Overview image */
.ssv-overview-img-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.ssv-overview-img-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, color-mix(in srgb, var(--ssv-accent, #DE0658) 20%, transparent), transparent 60%);
    z-index: 1;
    border-radius: 20px;
}
.ssv-overview-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

@media (max-width: 860px) {
    .ssv-overview-grid { grid-template-columns: 1fr; gap: 36px; }
    .ssv-overview--img-left .ssv-overview-text,
    .ssv-overview--img-left .ssv-overview-image { order: initial; }
    .ssv-bullet-list { grid-template-columns: 1fr; }
    .ssv-overview, .ssv-subs, .ssv-why, .ssv-stats { padding: 40px 15px; }
}
@media (max-width: 640px) {
    
}

/* ---- Stats bar ---- */
.ssv-stats {
    background: #332E41;
    padding: 24px 60px;
}
.ssv-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 0;
}
.ssv-stat {
    text-align: center;
    padding: 24px 20px;
    border-right: 1px solid rgba(255,255,255,0.08);
}
.ssv-stat:last-child { border-right: none; }
.ssv-stat-icon {
    font-size: 22px;
    color: var(--ssv-accent, #DE0658);
    margin-bottom: 8px;
}
.ssv-stat-number {
    font-size: 38px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 6px;
    background: linear-gradient(90deg, var(--ssv-accent, #DE0658), #FF8302);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.ssv-stat-label {
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    font-weight: 500;
    letter-spacing: 0.03em;
}

@media (max-width: 640px) {
    .ssv-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .ssv-stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); }
}

/* ---- Sub-services (child cards section) ---- */
.ssv-subs { background: #f8f8fa; padding: 50px; }
.ssv-subs-heading { margin-bottom: 40px; }

/* ---- Why choose us ---- */
.ssv-why { background: #ffffff; padding: 50px; }
.ssv-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.ssv-why-card {
    background: #f8f8fa;
    border-radius: 16px;
    padding: 32px 24px;
    position: relative;
    overflow: hidden;
    border: 1.5px solid #e8e8ec;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.ssv-why-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0,0,0,0.09);
}
.ssv-why-num {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 52px;
    font-weight: 900;
    color: #e8e8ec;
    line-height: 1;
}
.ssv-why-icon {
    width: 52px;
    height: 52px;
    border-radius: 13px;
    background: color-mix(in srgb, var(--ssv-accent, #DE0658) 12%, #ffffff);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}
.ssv-why-icon i {
    font-size: 22px;
    color: var(--ssv-accent, #DE0658);
}
.ssv-why-title {
    font-size: 17px;
    font-weight: 700;
    color: #332E41;
    margin-bottom: 8px;
}
.ssv-why-text {
    font-size: 14px;
    color: #6b6b7b;
    line-height: 1.65;
}

@media (max-width: 860px) {
    .ssv-why-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
    .ssv-why-grid { grid-template-columns: 1fr; }
}

/* ---- Service page CTA ---- */
.ssv-cta {
    background: linear-gradient(135deg, var(--ssv-accent, #DE0658) 0%, #FF8302 100%);
    padding: 39px 30px;
}
.ssv-cta-inner { max-width: 680px; margin: 0 auto; }
.ssv-cta-title {
    font-size: 36px;
    font-weight: 900;
    color: #ffffff;
    line-height: 1.25;
    margin-bottom: 12px;
}
.ssv-cta-sub {
    font-size: 16px;
    color: rgba(255,255,255,0.85);
    margin-bottom: 32px;
    line-height: 1.65;
}
.ssv-cta-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}
.ssv-cta .btn-primary {
    background: #ffffff;
    color: var(--ssv-accent, #DE0658);
}
.ssv-cta .btn-primary:hover { background: rgba(255,255,255,0.9); }
.ssv-cta-btn2 {
    display: inline-flex;
    align-items: center;
    padding: 14px 28px;
    border-radius: 50px;
    border: 2px solid rgba(255,255,255,0.5);
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}
.ssv-cta-btn2:hover { border-color: #ffffff; background: rgba(255,255,255,0.12); }

@media (max-width: 640px) {
    .ssv-cta-title { font-size: 26px; }
    .ssv-cta { padding: 42px 20px; }
}

/* ── ul/ol padding in all description/content areas ── */
.section-desc ul, .section-desc ol,
.hero-desc ul, .hero-desc ol,
.abt-hero-desc ul, .abt-hero-desc ol,
.blg-hero-desc ul, .blg-hero-desc ol,
.ct-hero__desc ul, .ct-hero__desc ol,
.car-hero-desc ul, .car-hero-desc ol,
.ind-hero-desc ul, .ind-hero-desc ol,
.faqv2-a-inner ul, .faqv2-a-inner ol,
.entry-content ul, .entry-content ol,
.sp-post-content ul, .sp-post-content ol {
    padding-left: 20px;
}

/* ======= ANIMATIONS ======= */


.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
    will-change: opacity, transform;
}

.reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

/* ======= RESPONSIVE ======= */
@media (max-width: 1024px) {
    .navbar { padding: 0 30px; }
    .section { padding: 49px 30px; }
    .hero { padding: 70px 30px 42px; }
    .hero-text h1 { font-size: 40px; }
    .hero-arc { width: 320px; height: 320px; }
    .hero-image-wrapper img { width: 92%; }
    .badge-growth { left: 10%; }
    .hero-tags { left: 38%; bottom: 5%; }
    .stats-bar { padding: 24px 30px; }
    .expertise-box { border-radius: 20px; }
    .expertise-top { padding: 35px 30px 28px; }
    .expertise-bottom { padding: 21px 30px 35px; }
    .expertise-tab { padding: 10px 20px; font-size: 13px; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .whychoose-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .navbar { padding: 0 20px; }
    .nav-links { display: none; }
    .nav-links.active {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        background: white;
        padding: 20px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        gap: 16px;
    }
    .mobile-toggle { display: flex; }
    .section { padding: 25px 15px !important; }
    .hero { padding: 70px 20px 25px; }
    .hero-content { grid-template-columns: 1fr; gap: 40px; }
    .hero-text h1 { font-size: 36px; }
    .hero-image-wrapper img { width: 100%; max-width: 100%; }
    .hero-arc { width: 280px; height: 280px; top: -20px; left: 0; }
    .badge-growth { left: 5%; top: 10%; }
    .badge-solutions { right: 0; }
    .hero-tags {
        position: static;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 0;
        margin-bottom: 20px;
        display: none;
    }
    .hero-tag:nth-child(1),
    .hero-tag:nth-child(2),
    .hero-tag:nth-child(3) { margin-left: 0; }
    .hero-tag { transform: none !important; }
    .stats-bar { flex-wrap: wrap; padding: 20px; gap: 20px; }
    .stat-item { flex: 1 1 40%; border-right: none; }
    .section-title { font-size: 32px; }
    .about-grid { grid-template-columns: 1fr; gap: 40px; }
    .about-title { font-size: 34px; text-align: left; }
    .about-text .section-badge { align-self: flex-start; }
    .about-text { align-items: flex-start; text-align: left; }
    .about-desc { text-align: left; }
    .about-cta-btn { align-self: flex-start; }
    .about-img-col { order: -1; }
    .about-section { padding: 40px 15px; }
    .services-grid { grid-template-columns: 1fr; }
    .expertise-box { border-radius: 16px; }
    .expertise-top { padding: 0px 20px 30px; }
    .expertise-title-area h2 { font-size: 36px; }
    .expertise-bottom { padding: 30px 20px 50px; }
    .expertise-panel h3 { font-size: 28px; }
    .expertise-tabs-wrapper { display: none; }
    .expertise-items .exp-acc-header {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 18px 20px;
        cursor: pointer;
        color: #ffffff;
        transition: background 0.3s;
    }
    .expertise-items .exp-acc-header:hover { background: rgba(255,255,255,0.03); }
    .expertise-items .expertise-item {
        display: block !important;
        animation: none !important;
        background: rgba(255,255,255,0.04);
        border-radius: 14px;
        margin-bottom: 12px;
        overflow: hidden;
        border: 1px solid rgba(255,255,255,0.06);
        transition: border-color 0.3s;
    }
    .expertise-items .expertise-item.active { border-color: rgba(221,1,92,0.3); }
    .expertise-items .expertise-item-body {
        overflow: hidden;
        height: 0;
        transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .expertise-panel { padding:0; }
    .expertise-panel h3 { display: none; }
    .whychoose-grid { grid-template-columns: 1fr; }
    .process-content { grid-template-columns: 1fr; }
    .casestudy-content { grid-template-columns: 1fr; }
    .trust-content { grid-template-columns: 1fr; }
    .faq-content { grid-template-columns: 1fr; }
    .footer-content { grid-template-columns: 1fr 1fr; }
    .cta-section { padding: 42px 20px; }
    .cta-section h2 { font-size: 30px; }
}

@media (max-width: 480px) {
    .hero-text h1 { font-size: 30px; }
    .stat-number { font-size: 30px; }
    .section-title { font-size: 28px; }
    .footer-content { grid-template-columns: 1fr; }
    .hero-buttons { flex-direction: column; align-items: center; }
    .hero-buttons .btn-primary, .hero-buttons .btn-outline { width: 100%; text-align: center; justify-content: center; }
    .hero-arc { display: none; }
    .hero-dot { display: none; }
    .badge-growth { top: 5%; left: 0; }
    .badge-solutions { bottom: 5%; right: 0; }
}

/* ===== Optional title / card wrapper links ===== */
.section-title a,
.whatwedo-v2__title a,
.expertise-heading a,
.process-title a,
.casev3-title a,
.trustv2-title a,
.faqv2-title a,
.ctav3-content h2 a {
    color: inherit;
    text-decoration: none;
    background-image: none;
    -webkit-background-clip: text;
    background-clip: text;
}
.whatwedo-v2__link,
.whychoose-card__link,
.testimonial-card__link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.process-step h4 a,
.faqv2-q a,
.trustv2-stat a {
    color: inherit;
    text-decoration: none;
}
/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   PAGE HERO (shared: Portfolio, Blog, About Us)
Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.page-hero {
    position: relative;
    min-height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding: 84px 24px 70px;
}
.page-hero-bg {
    position: absolute;
    inset: 0;
    background: #332E41;
    z-index: 0;
}
.page-hero-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(221,1,92,.35) 0%, rgba(255,122,0,.25) 100%);
}
.page-hero-bg::after {
    content: '';
    position: absolute;
    width: 600px; height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(221,1,92,.18) 0%, transparent 70%);
    top: -200px; left: 50%; transform: translateX(-50%);
}
.page-hero-inner { position: relative; z-index: 2; max-width: 760px; }
.page-hero-badge {
    display: inline-block;
    background: rgba(255,255,255,.12);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50px;
    padding: 6px 18px;
    font-size: 13px; font-weight: 600;
    letter-spacing: .05em; text-transform: uppercase;
    margin-bottom: 16px;
}
.page-hero-title {
    color: #ffffff;
    font-size: clamp(28px, 5vw, 52px);
    font-weight: 800; line-height: 1.15;
    margin: 0 0 16px;
}
.page-hero-desc {
    color: rgba(255,255,255,.80);
    font-size: 17px; max-width: 600px;
    margin: 0 auto; line-height: 1.7;
}
.page-hero-wave { position: absolute; bottom: 0; left: 0; right: 0; line-height: 0; z-index: 3; }
.page-hero-wave svg { width: 100%; display: block; height: 60px; }

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   PORTFOLIO Ã¢â‚¬â€ FILTER
Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.port-filter-wrap { background: #f9f6ff; padding: 32px 24px 0; }
.port-filter-inner { max-width: 1520px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 10px; }
.port-filter-btn {
    padding: 9px 22px; border-radius: 50px;
    border: 2px solid #e8e0f5;
    font-size: 13px; font-weight: 600;
    color: #332E41; text-decoration: none;
    transition: all .25s ease; background: #ffffff;
}
.port-filter-btn:hover, .port-filter-btn.is-active {
    background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%); border-color: transparent; color: #ffffff;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   PORTFOLIO Ã¢â‚¬â€ GRID
Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.port-grid-section { background: #f9f6ff; padding: 40px 24px 80px; }
.port-grid-wrap { max-width: 1520px; margin: 0 auto; }
.port-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
@media (max-width: 1024px) { .port-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .port-grid { grid-template-columns: 1fr; } }

.port-card {
    background: #ffffff; border-radius: 16px; overflow: hidden;
    box-shadow: 0 4px 20px rgba(31,27,46,.07);
    transition: transform .3s ease, box-shadow .3s ease;
}
.port-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(221,1,92,.15); }
.port-card--featured { grid-column: span 2; }
@media (max-width: 1024px) { .port-card--featured { grid-column: span 1; } }

.port-card-img { position: relative; overflow: hidden; aspect-ratio: 16/10; }
.port-card--featured .port-card-img { aspect-ratio: 16/9; }
.port-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s ease; }
.port-card:hover .port-card-img img { transform: scale(1.06); }

.port-card-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, #f0ebff, #fde8f2); display: flex; align-items: center; justify-content: center; }
.port-card-placeholder i { font-size: 48px; color: rgba(221,1,92,.25); }

.port-card-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(160deg, rgba(221,1,92,.90) 0%, rgba(31,27,46,.92) 100%);
    opacity: 0; transition: opacity .35s ease;
    display: flex; align-items: center; justify-content: center;
}
.port-card:hover .port-card-overlay { opacity: 1; }
.port-card-overlay-inner {
    padding: 28px; text-align: center; color: #ffffff;
    transform: translateY(12px); transition: transform .35s ease;
}
.port-card:hover .port-card-overlay-inner { transform: translateY(0); }
.port-cat-badge {
    display: inline-block; background: rgba(255,255,255,.2);
    border: 1px solid rgba(255,255,255,.3); border-radius: 50px;
    padding: 3px 12px; font-size: 11px; font-weight: 600;
    letter-spacing: .06em; text-transform: uppercase; margin-bottom: 10px;
}
.port-card-title { font-size: 22px; font-weight: 700; margin: 0 0 8px; color: #ffffff; }
.port-card-client { font-size: 13px; opacity: .8; margin: 0 0 10px; }
.port-card-desc { opacity: .85; margin: 0 0 20px; }
.port-card-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
.port-btn { display: inline-flex; align-items: center; gap: 7px; padding: 9px 18px; border-radius: 50px; font-size: 13px; font-weight: 600; text-decoration: none; transition: transform .2s; }
.port-btn:hover { transform: scale(1.05); }
.port-btn--view { background: #ffffff; color: #DE0658; }
.port-btn--live { background: rgba(255,255,255,.18); color: #ffffff; border: 1px solid rgba(255,255,255,.4); }

.port-card-footer { padding: 16px 20px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.port-cat-tag { font-size: 11px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: #DE0658; margin-bottom: 4px; display: block; }
.port-card-foot-title { font-size: 15px; font-weight: 700; color: #332E41; margin: 0; }
.port-arrow { width: 38px; height: 38px; border-radius: 50%; border: 2px solid #ede8f8; display: flex; align-items: center; justify-content: center; color: #332E41; text-decoration: none; transition: all .25s; flex-shrink: 0; }
.port-card:hover .port-arrow { background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%); border-color: transparent; color: #ffffff; }

.port-empty { text-align: center; padding: 56px 24px; color: #888; }
.port-empty i { font-size: 64px; color: #ddd; margin-bottom: 16px; display: block; }

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   SINGLE PORTFOLIO
Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */





/* Portfolio Single Hero */
.sp-hero { position: relative; min-height: 420px; display: flex; align-items: center; overflow: hidden; padding: 120px 0 80px; }
.sp-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; background-color: #0d1020; }
.sp-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(13,16,32,.82) 0%, rgba(13,16,32,.55) 100%); }
.sp-hero-inner { position: relative; z-index: 2; width: 100%; max-width: 1520px; margin: 0 auto; padding: 0 40px; }

.sp-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,.55); margin-bottom: 16px; flex-wrap: wrap; }
.sp-breadcrumb a { color: rgba(255,255,255,.7); text-decoration: none; }
.sp-breadcrumb a:hover { color: #ffffff; }
.sp-cat-badge { display: inline-block; background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%); color: #ffffff; border-radius: 50px; padding: 5px 16px; font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; text-decoration: none; margin-bottom: 14px; }
.sp-title { color: #ffffff; font-size: clamp(28px, 5vw, 52px); font-weight: 800; margin: 0 0 12px; }
.sp-client { color: rgba(255,255,255,.7); font-size: 15px; margin: 0 0 24px; display: flex; align-items: center; gap: 8px; }
.sp-live-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 28px; background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%); color: #ffffff; border-radius: 50px; font-weight: 700; font-size: 16px; text-decoration: none; transition: transform .25s; }
.sp-live-btn:hover { transform: translateY(-2px); }

.sp-body { background: #f9f6ff; padding: 42px 60px 56px; }
.sp-body-inner { max-width: 1520px; margin: 0 auto; display: grid; grid-template-columns: 1fr 320px; gap: 40px; align-items: start; }
@media (max-width: 1024px) { .sp-body-inner { grid-template-columns: 1fr; } }

.sp-excerpt { font-size: 18px; color: #555; line-height: 1.75; margin-bottom: 32px; border-left: 4px solid #DE0658; padding-left: 20px; }
.sp-post-content { font-size: 16px; line-height: 1.85; color: #444; }
.sp-post-content h2, .sp-post-content h3 { color: #332E41; margin-top: 36px; }

.sp-section-heading { font-size: 22px; font-weight: 700; color: #332E41; margin: 48px 0 20px; position: relative; padding-bottom: 12px; }
.sp-section-heading::after { content: ''; position: absolute; bottom: 0; left: 0; width: 40px; height: 3px; background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%); border-radius: 3px; }

.sp-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
@media (max-width: 640px) { .sp-gallery { grid-template-columns: repeat(2, 1fr); } }
.sp-gallery-item { position: relative; overflow: hidden; border-radius: 10px; aspect-ratio: 4/3; display: block; }
.sp-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.sp-gallery-item:hover img { transform: scale(1.07); }
.sp-gallery-overlay { position: absolute; inset: 0; background: rgba(221,1,92,.7); display: flex; align-items: center; justify-content: center; opacity: 0; transition: opacity .3s; color: #ffffff; font-size: 24px; }
.sp-gallery-item:hover .sp-gallery-overlay { opacity: 1; }

.sp-tech-list { display: flex; flex-wrap: wrap; gap: 10px; }
.sp-tech-tag { display: inline-flex; align-items: center; gap: 6px; padding: 7px 16px; background: #ffffff; border: 2px solid #ede8f8; border-radius: 50px; font-size: 13px; font-weight: 600; color: #332E41; transition: all .25s; }
.sp-tech-tag:hover { border-color: #DE0658; color: #DE0658; }
.sp-tech-tag i { color: #DE0658; }

.sp-meta-card, .sp-share-card { background: #ffffff; border-radius: 16px; padding: 28px; box-shadow: 0 4px 20px rgba(31,27,46,.07); margin-bottom: 24px; }
.sp-meta-heading { font-size: 16px; font-weight: 700; color: #332E41; margin: 0 0 20px; padding-bottom: 12px; border-bottom: 2px solid #f0ebff; }
.sp-meta-list { list-style: none; margin: 0 0 20px; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.sp-meta-list li { display: flex; align-items: center; gap: 12px; }
.sp-meta-icon { width: 36px; height: 36px; border-radius: 10px; background: rgba(221,1,92,.08); display: flex; align-items: center; justify-content: center; color: #DE0658; flex-shrink: 0; }
.sp-meta-list small { display: block; font-size: 11px; color: #888; font-weight: 500; text-transform: uppercase; letter-spacing: .05em; }
.sp-meta-list strong { font-size: 14px; color: #332E41; font-weight: 600; }
.sp-sidebar-btn { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px; background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%); color: #ffffff; border-radius: 12px; text-decoration: none; font-weight: 700; font-size: 16px; transition: opacity .25s; }
.sp-sidebar-btn:hover { opacity: .9; }
.sp-share-btns { display: flex; gap: 10px; }
.sp-share-btn { width: 42px; height: 42px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #ffffff; text-decoration: none; font-size: 15px; transition: transform .25s, opacity .25s; }
.sp-share-btn:hover { transform: scale(1.12); opacity: .9; }
.sp-share-btn--li { background: #0077b5; }
.sp-share-btn--tw { background: #000; }
.sp-share-btn--fb { background: #1877f2; }

.sp-related { background: #ffffff; padding: 56px 15px; }
.sp-related-inner { max-width: 1520px; margin: 0 auto; }
.sp-related-header { text-align: center; margin-bottom: 48px; }
.sp-related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 768px) { .sp-related-grid { grid-template-columns: 1fr; } }
.sp-related-card { border-radius: 16px; overflow: hidden; text-decoration: none; box-shadow: 0 4px 16px rgba(31,27,46,.07); transition: transform .3s, box-shadow .3s; display: block; }
.sp-related-card:hover { transform: translateY(-6px); box-shadow: 0 16px 40px rgba(221,1,92,.14); }
.sp-related-img { position: relative; aspect-ratio: 16/10; overflow: hidden; }
.sp-related-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.sp-related-card:hover .sp-related-img img { transform: scale(1.06); }
.sp-related-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%); opacity: 0; transition: opacity .3s; display: flex; align-items: center; justify-content: center; color: #ffffff; font-size: 24px; }
.sp-related-card:hover .sp-related-overlay { opacity: .85; }
.sp-related-info { padding: 16px 18px; background: #ffffff; }
.sp-related-info span { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: #DE0658; }
.sp-related-info h3 { font-size: 15px; font-weight: 700; color: #332E41; margin: 4px 0 0; }

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   BLOG ARCHIVE
Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
/* ════════════════════════════════════════
   BLOG — HERO
════════════════════════════════════════ */
.blg-hero {
    position: relative; min-height: 420px;
    background: #332E41; background-size: cover; background-position: center;
    display: flex; align-items: center; padding: 90px 0 50px; overflow: hidden;
}
.blg-hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(135deg, rgba(10,5,25,.88) 0%, rgba(30,10,60,.80) 60%, rgba(58,13,46,.75) 100%);
}
.blg-hero-orb {
    position: absolute; border-radius: 50%; pointer-events: none;
    filter: blur(70px);
}
.blg-hero-orb--1 { width: 500px; height: 500px; background: rgba(222,6,88,.22); top: -180px; right: -60px; }
.blg-hero-orb--2 { width: 360px; height: 360px; background: rgba(255,131,2,.18); bottom: -120px; left: -40px; }
.blg-hero-inner {
    position: relative; z-index: 2;
    display: flex; flex-direction: column; align-items: center; text-align: center; gap: 28px;
}
.blg-hero-text { max-width: 720px; }
.blg-hero-title {
    color: #ffffff; font-size: clamp(30px, 5.5vw, 58px);
    font-weight: 900; line-height: 1.12; margin: 16px 0 14px;
}
.blg-hero-title span { color: #DE0658; }
.blg-hero-desc,
.blg-hero-desc p,
.blg-hero-desc * { color: #ffffff !important; opacity: 1 !important; }
.blg-hero-desc { font-size: 17px; line-height: 1.7; max-width: 580px; margin: 0 auto; }
.blg-hero-wave { position: absolute; bottom: 0; left: 0; right: 0; line-height: 0; z-index: 3; }
@media (max-width: 640px) {
    .blg-hero { padding-top: 100px; }
    .blg-view-toggle { display: none !important; }
}
.blg-hero-wave svg { width: 100%; height: 56px; display: block; }

/* Hero search bar */
.blg-hero-search {
    display: flex; align-items: center;
    background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.22);
    border-radius: 50px; overflow: hidden; backdrop-filter: blur(10px);
    width: 100%; max-width: 480px;
}
.blg-search-input {
    flex: 1; border: none; background: transparent; padding: 14px 22px;
    color: #ffffff; font-size: 15px; outline: none;
}
.blg-search-input::placeholder { color: rgba(255,255,255,.55); }
.blg-search-btn {
    padding: 0 22px; height: 50px; background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%); border: none;
    color: #ffffff; cursor: pointer; font-size: 16px; transition: opacity .2s;
    flex-shrink: 0;
}
.blg-search-btn:hover { opacity: .88; }

/* ════════════════════════════════════════
   BLOG — FEATURED POST
════════════════════════════════════════ */
.blg-featured-wrap { background: #f9f6ff; padding: 34px 0 0; }
.blg-featured-wrap .container { max-width: 1520px; }
.blg-featured-card {
    display: grid; grid-template-columns: 1.15fr 1fr;
    border-radius: 24px; overflow: hidden; background: #ffffff;
    box-shadow: 0 8px 48px rgba(31,27,46,.10); text-decoration: none;
    transition: transform .3s, box-shadow .3s;
}
.blg-featured-card:hover { transform: translateY(-5px); box-shadow: 0 24px 64px rgba(222,6,88,.16); }
@media (max-width: 768px) { .blg-featured-card { grid-template-columns: 1fr; } }
.blg-fc-img { position: relative; overflow: hidden; min-height: 340px; }
.blg-fc-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .5s; }
.blg-featured-card:hover .blg-fc-img img { transform: scale(1.05); }
.blg-fc-badge { position: absolute; top: 16px; left: 16px; background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%); color: #ffffff; border-radius: 50px; padding: 5px 14px; font-size: 12px; font-weight: 700; display: flex; align-items: center; gap: 6px; }
.blg-fc-body { padding: 44px 40px; display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.blg-fc-cat { font-size: 12px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: #DE0658; }
.blg-fc-title { font-size: clamp(22px, 3vw, 32px); font-weight: 800; color: #332E41; line-height: 1.22; margin: 0; }
.blg-fc-excerpt { color: #666; margin: 0; }
.blg-fc-meta { display: flex; gap: 16px; flex-wrap: wrap; font-size: 13px; color: #999; }
.blg-fc-meta span { display: flex; align-items: center; gap: 5px; }
.blg-fc-btn { display: inline-flex; align-items: center; gap: 8px; padding: 13px 30px; background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%); color: #ffffff; border-radius: 50px; font-weight: 700; font-size: 16px; width: fit-content; transition: transform .25s; }
.blg-featured-card:hover .blg-fc-btn { transform: translateX(4px); }

/* ════════════════════════════════════════
   BLOG — TOOLBAR (cats + search + toggle)
════════════════════════════════════════ */
.blg-main-section { background: #f9f6ff; padding: 0 50px 80px; }
.blg-main-section .container { max-width: 1520px; }

.blg-toolbar {
    display: flex; align-items: center; gap: 16px;
    padding: 25px 0 28px; flex-wrap: wrap;
}

/* Category slider */
.blg-cat-slider-wrap {
    position: relative; flex: 1; min-width: 0;
    display: flex; align-items: center; gap: 6px;
}
.blg-cat-track {
    display: flex; gap: 8px; overflow-x: auto; scroll-behavior: smooth;
    -ms-overflow-style: none; scrollbar-width: none;
    padding: 1px 0;
}
.blg-cat-track::-webkit-scrollbar { display: none; }
.blg-cat-btn {
    flex-shrink: 0; padding: 8px 20px; border-radius: 50px;
    border: 2px solid #e8e0f5; font-size: 13px; font-weight: 600;
    color: #332E41; text-decoration: none; background: #ffffff;
    transition: all .22s; white-space: nowrap;
}
.blg-cat-btn:hover, .blg-cat-btn.is-active {
    background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%); border: none; color: #ffffff; outline: none;
}
.blg-cat-btn:focus { outline: none; }
.blg-cat-arrow {
    flex-shrink: 0; width: 32px; height: 32px; border-radius: 50%;
    border: 2px solid #e8e0f5; background: #ffffff; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; color: #332E41;
    transition: all .22s;
}
.blg-cat-arrow[hidden] { display: none !important; }
.blg-cat-arrow:hover { background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%); border-color: transparent; color: #ffffff; }

/* Right controls */
.blg-toolbar-right { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.blg-inline-search {
    display: flex; align-items: center;
    border: 2px solid #c8cde0; border-radius: 50px;
    background: #ffffff; overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.07);
    transition: border-color .25s, box-shadow .25s;
}
.blg-inline-search:focus-within {
    border-color: #DE0658;
    box-shadow: 0 0 0 4px rgba(222,6,88,.1), 0 2px 8px rgba(0,0,0,.07);
}
.blg-inline-search-input {
    border: none; background: transparent;
    padding: 9px 16px; font-size: 13px;
    color: #332E41; outline: none; width: 180px;
}
.blg-inline-search-input::placeholder { color: #8b92a9; }
.blg-inline-search-btn { padding: 0 14px; height: 40px; background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%); border: none; color: #ffffff; cursor: pointer; font-size: 13px; transition: opacity .2s; }
.blg-inline-search-btn:hover { opacity: .88; }

/* Grid/List toggle */
.blg-view-toggle { display: flex; gap: 4px; }
.blg-view-btn {
    border: 2px solid #e8e0f5;
    width: 38px; height: 38px; border-radius: 10px;
    background: #ffffff; display: flex; align-items: center; justify-content: center;
    color: #999; text-decoration: none; font-size: 14px; transition: all .22s;
}
.blg-view-btn:hover, .blg-view-btn.is-active {
    background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%); border: none; color: #ffffff;
}

/* Search results label */
.blg-search-label { font-size: 14px; color: #666; margin: 0 0 20px; display: flex; align-items: center; gap: 10px; }
.blg-search-clear { color: #DE0658; text-decoration: none; font-weight: 600; display: flex; align-items: center; gap: 4px; }

/* ════════════════════════════════════════
   BLOG — GRID VIEW
════════════════════════════════════════ */
.blg-posts-wrap.blg-view-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
@media (max-width: 1024px) { .blg-posts-wrap.blg-view-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px)  { .blg-posts-wrap.blg-view-grid { grid-template-columns: 1fr; } }

/* ════════════════════════════════════════
   BLOG — LIST VIEW
════════════════════════════════════════ */
.blg-posts-wrap.blg-view-list {
    display: flex; flex-direction: column; gap: 20px;
}
.blg-posts-wrap.blg-view-list .blg-card {
    display: grid; grid-template-columns: 280px 1fr;
    border-radius: 16px; overflow: hidden;
}
.blg-posts-wrap.blg-view-list .blg-card-img-wrap {
    aspect-ratio: unset; height: 100%; min-height: 180px;
}
@media (max-width: 640px) {
    .blg-posts-wrap.blg-view-list .blg-card { grid-template-columns: 1fr; }
    .blg-posts-wrap.blg-view-list .blg-card-img-wrap { min-height: 180px; aspect-ratio: 16/9; }
}

/* ════════════════════════════════════════
   BLOG — CARD (shared)
════════════════════════════════════════ */
.blg-card {
    background: #ffffff; border-radius: 16px; overflow: hidden;
    box-shadow: 0 4px 20px rgba(31,27,46,.06);
    transition: transform .3s, box-shadow .3s;
    border: 1px solid rgba(232,224,245,.6);
    display: flex; flex-direction: column;
}
.blg-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(222,6,88,.13); border-color: rgba(222,6,88,.15); }
.blg-card-img-wrap { display: block; position: relative; aspect-ratio: 16/10; overflow: hidden; }
.blg-card-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.blg-card:hover .blg-card-img-wrap img { transform: scale(1.06); }
.blg-card-no-img { width: 100%; height: 100%; background: linear-gradient(135deg, #f0ebff, #fde8f2); display: flex; align-items: center; justify-content: center; }
.blg-card-no-img i { font-size: 40px; color: rgba(222,6,88,.2); }
.blg-card-cat { position: absolute; bottom: 12px; left: 12px; background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%); color: #ffffff; border-radius: 50px; padding: 4px 12px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; }
.blg-card-body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; gap: 10px; }
.blg-card-meta { display: flex; gap: 14px; font-size: 12px; color: #999; }
.blg-card-meta span { display: flex; align-items: center; gap: 4px; }
.blg-card-title { font-size: 17px; font-weight: 700; line-height: 1.35; margin: 0; }
.blg-card-title a { color: #332E41; text-decoration: none; }
.blg-card-title a:hover { color: #DE0658; }
.blg-card-excerpt { color: #666; margin: 0; flex: 1; }
.blg-card-footer { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 14px; border-top: 1px solid #f0ebff; }
.blg-card-author { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #666; }
.blg-author-avatar { border-radius: 50%; width: 28px; height: 28px; object-fit: cover; }
.blg-read-more { font-size: 13px; font-weight: 600; color: #DE0658; text-decoration: none; display: flex; align-items: center; gap: 5px; transition: gap .22s; white-space: nowrap; }
.blg-read-more:hover { gap: 9px; }

/* Pagination */
.blg-pagination { display: flex; gap: 8px; justify-content: center; margin-top: 56px; flex-wrap: wrap; }
.blg-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 50%; border: none; font-size: 14px; font-weight: 600; color: #332E41; text-decoration: none; transition: all .25s; background: #ffffff; }
.blg-pagination .page-numbers:hover, .blg-pagination .page-numbers.current { background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%); border: none; color: #ffffff; }
.blg-pagination .prev.page-numbers, .blg-pagination .next.page-numbers { width: 42px; padding: 0; }

.blg-empty { text-align: center; padding: 56px 24px; color: #888; }
.blg-empty i { font-size: 64px; color: #ddd; margin-bottom: 16px; display: block; }

@media (max-width: 768px) {
    .blg-toolbar {
        flex-direction: column; align-items: stretch;
        gap: 12px; padding: 17px 0 20px;
    }
    /* Row 1: category slider full-width */
    .blg-cat-slider-wrap { width: 100%; order: 1; }
    /* Row 2: search + view toggle side by side */
    .blg-toolbar-right { order: 2; justify-content: space-between; width: 100%; }
    .blg-inline-search { flex: 1; }
    .blg-inline-search-input { width: 100%; flex: 1; }
}
@media (max-width: 480px) {
    .blg-inline-search-input { font-size: 12px; }
    .blg-cat-btn { font-size: 12px; padding: 7px 15px; }
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   SINGLE BLOG POST
Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
.sp-post-hero { position: relative; min-height: 480px; display: flex; align-items: flex-end; overflow: hidden; width: 100%; max-width: 100%; box-sizing: border-box; }
.sp-post-hero-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.sp-post-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(31,27,46,.95) 30%, rgba(31,27,46,.45) 100%); }
.sp-post-hero-gradient { position: absolute; inset: 0; background: linear-gradient(135deg, #332E41 0%, #2d1a4e 100%); }
.sp-post-hero-inner { position: relative; z-index: 2; max-width: 1520px; width: 100%; margin: 0 auto; padding: 80px 40px; box-sizing: border-box; }
@media (max-width: 640px) { .sp-post-hero-inner { padding: 40px 16px; width: 100%; } }
.sp-post-title { color: #ffffff; font-size: clamp(24px, 4.5vw, 44px); font-weight: 800; line-height: 1.2; margin: 12px 0 20px; }
.sp-post-meta { display: flex; align-items: center; gap: 12px; }
.sp-post-avatar { border-radius: 50%; width: 36px; height: 36px; object-fit: cover; }
.sp-post-author { color: #ffffff; font-weight: 600; font-size: 14px; text-decoration: none; }
.sp-post-author:hover { text-decoration: underline; }
.sp-post-meta-details { display: block; font-size: 12px; color: rgba(255,255,255,.6); margin-top: 2px; }

.sp-post-body { background: #f9f6ff; padding: 42px 24px 56px; overflow-x: hidden; width: 100%; box-sizing: border-box; }
.sp-post-body-inner { max-width: 1300px; margin: 0 auto; display: grid; grid-template-columns: 1fr 300px; gap: 48px; align-items: start; width: 100%; box-sizing: border-box; }
@media (max-width: 1024px) { .sp-post-body-inner { grid-template-columns: 1fr; } }
@media (max-width: 768px) { .sp-post-sidebar { display: none; } }
.sp-post-article { min-width: 0; overflow-x: hidden; width: 100%; box-sizing: border-box; }
.sp-post-content { overflow-x: hidden; }
.sp-post-content, .sp-post-content * { max-width: 100%; box-sizing: border-box; }
.sp-post-content p, .sp-post-content li, .sp-post-content td, .sp-post-content th { word-break: break-word; overflow-wrap: break-word; }
.sp-post-content img { max-width: 100% !important; height: auto !important; display: block; }
.sp-post-content table { width: 100%; table-layout: fixed; border-collapse: collapse; font-size: 14px; overflow-x: auto; display: block; }
.sp-post-content table td, .sp-post-content table th { padding: 8px 10px; border: 1px solid #e5e7eb; word-break: break-word; }
.sp-post-content iframe, .sp-post-content video, .sp-post-content embed { max-width: 100% !important; }
.sp-post-content pre, .sp-post-content code { max-width: 100%; overflow-x: auto; white-space: pre-wrap; word-break: break-word; box-sizing: border-box; }
.sp-post-content pre { background: #f4f4f8; padding: 16px; border-radius: 8px; font-size: 14px; }
.entry-content pre, .entry-content code { max-width: 100%; overflow-x: auto; white-space: pre-wrap; word-break: break-word; }
/* Gutenberg block overflow fixes */
.sp-post-content .wp-block-image, .sp-post-content .wp-block-table, .sp-post-content .wp-block-cover,
.sp-post-content .wp-block-group, .sp-post-content .wp-block-columns, .sp-post-content [class*="wp-block-"] { max-width: 100% !important; overflow-x: hidden; box-sizing: border-box; }
.sp-post-content .wp-block-table table { display: block; overflow-x: auto; width: 100%; }
.sp-post-content .alignwide, .sp-post-content .alignfull { max-width: 100% !important; width: 100% !important; margin-left: 0 !important; margin-right: 0 !important; }
.sp-post-content figure { max-width: 100%; margin-left: 0; margin-right: 0; }
.sp-post-content figure img { max-width: 100% !important; height: auto !important; }

.sp-post-share-bar { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 600; color: #888; flex-wrap: wrap; }
.sp-post-share-bar a { width: 36px; height: 36px; border-radius: 50%; border: 2px solid #e8e0f5; display: flex; align-items: center; justify-content: center; color: #332E41; text-decoration: none; transition: all .25s; font-size: 13px; }
.sp-post-share-bar a:hover { background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%); border-color: transparent; color: #ffffff; }

.sp-post-content { font-size: 16px; line-height: 1.85; color: #3a3550; }
.sp-post-content p { margin-bottom: 20px; }
.sp-post-content h2 { font-size: 36px; font-weight: 700; color: #332E41; margin: 40px 0 16px; }
.sp-post-content h3 { font-size: 26px; font-weight: 700; color: #332E41; margin: 32px 0 12px; }
.sp-post-content ul, .sp-post-content ol { margin: 16px 0 20px 20px; }
.sp-post-content li { margin-bottom: 8px; }
.sp-post-content blockquote { border-left: 4px solid #DE0658; background: rgba(221,1,92,.05); padding: 20px 24px; border-radius: 0 12px 12px 0; margin: 28px 0; font-size: 18px; font-style: italic; color: #555; }
.sp-post-content img { max-width: 100%; border-radius: 12px; margin: 20px 0; }
.sp-post-content a { color: #DE0658; }

.sp-post-tags { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin: 36px 0; padding-top: 24px; border-top: 1px solid #e8e0f5; color: #888; font-size: 14px; }
.sp-post-tags a { display: inline-block; padding: 5px 14px; background: #ffffff; border: 2px solid #e8e0f5; border-radius: 50px; font-size: 13px; font-weight: 600; color: #332E41; text-decoration: none; transition: all .25s; }
.sp-post-tags a:hover { border-color: #DE0658; color: #DE0658; }

.sp-author-box { display: flex; gap: 20px; align-items: flex-start; background: #ffffff; border-radius: 16px; padding: 28px; margin: 40px 0; box-shadow: 0 4px 20px rgba(31,27,46,.07); border-left: 4px solid #DE0658; }
@media (max-width: 640px) { .sp-author-box { flex-direction: column; } }
.sp-author-box-avatar { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; flex-shrink: 0; }
.sp-author-box-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: #999; display: block; margin-bottom: 4px; }
.sp-author-box-name { font-size: 18px; font-weight: 700; color: #332E41; text-decoration: none; }
.sp-author-box-name:hover { color: #DE0658; }
.sp-author-box-bio { font-size: 14px; color: #666; line-height: 1.6; margin-top: 8px; }

.sp-post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 40px 0; }
@media (max-width: 640px) { .sp-post-nav { grid-template-columns: 1fr; } }
.sp-post-nav-item { background: #ffffff; border-radius: 14px; padding: 20px; text-decoration: none; transition: transform .25s, box-shadow .25s; box-shadow: 0 4px 16px rgba(31,27,46,.06); border: 2px solid transparent; }
.sp-post-nav-item:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(221,1,92,.12); border-color: rgba(221,1,92,.2); }
.sp-post-nav-item span { font-size: 12px; font-weight: 600; color: #DE0658; display: flex; align-items: center; gap: 6px; margin-bottom: 6px; }
.sp-post-nav-item strong { font-size: 14px; color: #332E41; display: block; line-height: 1.4; }
.sp-post-nav-next { text-align: right; }
.sp-post-nav-next span { justify-content: flex-end; }

.sp-post-sidebar { position: sticky; top: 100px; }
.sp-sidebar-widget { background: #ffffff; border-radius: 16px; padding: 24px; box-shadow: 0 4px 20px rgba(31,27,46,.06); margin-bottom: 24px; }
.sp-sidebar-heading { font-size: 16px; font-weight: 700; color: #332E41; margin: 0 0 16px; padding-bottom: 12px; border-bottom: 2px solid #f0ebff; }
.sp-sidebar-widget .search-form { display: flex; gap: 8px; }
.sp-sidebar-widget .search-field { flex: 1; padding: 10px 14px; border: 2px solid #e8e0f5; border-radius: 10px; font-size: 14px; outline: none; }
.sp-sidebar-widget .search-field:focus { border-color: #DE0658; }
.sp-sidebar-widget .search-submit { padding: 10px 16px; background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%); color: #ffffff; border: none; border-radius: 10px; cursor: pointer; font-weight: 600; font-size: 13px; }
.sp-recent-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.sp-recent-item { display: flex; gap: 12px; align-items: flex-start; }
.sp-recent-thumb { width: 56px; height: 56px; border-radius: 8px; overflow: hidden; flex-shrink: 0; }
.sp-recent-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sp-recent-title { font-size: 13px; font-weight: 600; color: #332E41; text-decoration: none; line-height: 1.4; display: block; margin-bottom: 4px; }
.sp-recent-title:hover { color: #DE0658; }
.sp-recent-date { font-size: 12px; color: #999; }
.sp-cat-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
.sp-cat-list a { display: flex; align-items: center; justify-content: space-between; padding: 9px 14px; background: #f9f6ff; border-radius: 10px; font-size: 13px; font-weight: 600; color: #332E41; text-decoration: none; transition: all .25s; }
.sp-cat-list a:hover { background: rgba(221,1,92,.08); color: #DE0658; }
.sp-cat-list span { background: rgba(221,1,92,.12); color: #DE0658; border-radius: 50px; padding: 2px 8px; font-size: 12px; }

.sp-blog-related { background: #f9f6ff; }

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   ABOUT US
Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */
/* ── About Hero ── */
.abt-hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0d0820 0%, #1e0a3c 55%, #3a0d2e 100%);
    padding: 100px 50px 50px;
}
.abt-hero-bg { position: absolute; inset: 0; pointer-events: none; }
.abt-hero-orb {
    position: absolute; border-radius: 50%; filter: blur(72px);
}
.abt-hero-orb--1 { width: 560px; height: 560px; background: rgba(222,6,88,.22); top: -200px; left: -100px; }
.abt-hero-orb--2 { width: 420px; height: 420px; background: rgba(255,131,2,.18); bottom: -160px; right: -80px; }
.abt-hero-orb--3 { width: 280px; height: 280px; background: rgba(255,131,2,.13); top: 40%; left: 40%; }
.abt-hero-dots {
    position: absolute; inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.055) 1px, transparent 1px);
    background-size: 30px 30px;
}
.abt-hero-inner {
    position: relative; z-index: 2;
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 60px; align-items: center;
    max-width: 1520px;
    margin: 0 auto;
}
@media (max-width: 900px) { .abt-hero-inner { grid-template-columns: 1fr; } .abt-hero { padding-left: 30px; padding-right: 30px; } }
@media (max-width: 767px) { .abt-hero { padding: 100px 15px 40px; overflow: hidden; } }
@media (max-width: 640px) { .abt-hero { padding: 70px 15px 60px; } }
@media (max-width: 380px) {
    .abt-hero { padding: 100px 15px 40px; overflow: hidden; }
    .abt-hero-title { font-size: 28px !important; }
    .abt-hero-stats { grid-template-columns: 1fr 1fr; gap: 10px; }
    .abt-hero-stat { padding: 16px 10px; border-radius: 14px; }
    .abt-hero-stat-icon { width: 36px; height: 36px; font-size: 15px; margin-bottom: 10px; }
    .abt-hero-stat-num { font-size: 24px; }
    .abt-hero-stat-label { font-size: 11px; }
}

.abt-hero-text { display: flex; flex-direction: column; gap: 18px; }
.abt-hero-title {
    font-size: clamp(32px, 5vw, 58px);
    font-weight: 900; line-height: 1.12; color: #ffffff; margin: 0;
}
.abt-hero-title span {
    background: linear-gradient(135deg, #DE0658, #FF8302);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.abt-hero-desc { font-size: 17px; color: #ffffff !important; line-height: 1.75; margin: 0; max-width: 520px; }
.abt-hero-desc p,
.abt-hero-desc * { color: #ffffff !important; }
.abt-hero-btn { margin-top: 8px; align-self: flex-start; }

/* Right: stat cards grid */
.abt-hero-stats {
    display: grid; grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.abt-hero-stat {
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 20px; padding: 28px 22px;
    text-align: center; backdrop-filter: blur(10px);
    transition: background .3s, transform .3s;
}
.abt-hero-stat:hover { background: rgba(222,6,88,.15); transform: translateY(-4px); }
.abt-hero-stat-icon {
    width: 48px; height: 48px; border-radius: 14px;
    background: linear-gradient(135deg, #DE0658, #FF8302);
    display: flex; align-items: center; justify-content: center;
    font-size: 20px; color: #ffffff; margin: 0 auto 14px;
}
.abt-hero-stat-num {
    font-size: 36px; font-weight: 900; line-height: 1;
    background: linear-gradient(135deg, #DE0658, #FF8302);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.abt-hero-stat-label { font-size: 16px; font-weight: 600; color: rgba(255,255,255,.65); margin-top: 6px; }

.abt-hero-wave { display: none; }

.about-who { background: #f9fafb; padding: 50px; }
.about-who-inner { max-width: 1520px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
@media (max-width: 900px) { .about-who-inner { grid-template-columns: 1fr; gap: 40px; } }
.about-who-content { font-size: 16px; line-height: 1.85; color: #555; margin-top: 16px; }
.about-who-content p { margin-bottom: 14px; }
.about-who-content strong { color: #DE0658; }

.about-stats-row { display: none; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 36px; }
@media (max-width: 640px) { .about-stats-row { grid-template-columns: repeat(2, 1fr); } }
.about-stat { background: #ffffff; border-radius: 14px; padding: 20px 16px; text-align: center; box-shadow: 0 4px 16px rgba(31,27,46,.07); }
.about-stat-icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(221,1,92,.08); display: flex; align-items: center; justify-content: center; color: #DE0658; margin: 0 auto 10px; font-size: 18px; }
.about-stat-num { font-size: 28px; font-weight: 800; background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1.1; }
.about-stat-label { font-size: 12px; font-weight: 600; color: #888; margin-top: 4px; }

.about-who-img-wrap { position: relative; border-radius: 24px; overflow: visible; }
.about-who-img-wrap img { width: 100%; border-radius: 24px; display: block; box-shadow: 0 24px 64px rgba(31,27,46,.18); }
.about-who-img-badge { position: absolute; bottom: -20px; right: -20px; background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%); color: #ffffff; border-radius: 16px; padding: 16px 20px; display: flex; flex-direction: column; align-items: center; gap: 4px; box-shadow: 0 8px 24px rgba(221,1,92,.35); }
.about-who-img-badge i { font-size: 22px; }
.about-who-img-badge span { font-size: 13px; font-weight: 700; }
.about-who-orb { position: absolute; border-radius: 50%; filter: blur(60px); pointer-events: none; z-index: -1; }
.about-who-orb--1 { width: 300px; height: 300px; background: rgba(221,1,92,.15); top: -60px; left: -60px; }
.about-who-orb--2 { width: 200px; height: 200px; background: rgba(255,122,0,.12); bottom: -40px; right: -40px; }

.about-who-img-placeholder { background: linear-gradient(135deg, #0d1020, #1a0a20); border-radius: 24px; padding: 40px; }
.about-placeholder-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.about-placeholder-item { background: rgba(255,255,255,.08); border-radius: 16px; padding: 28px 16px; text-align: center; color: rgba(255,255,255,.8); }
.about-placeholder-item i { font-size: 28px; display: block; margin-bottom: 10px; color: #FF8302; }
.about-placeholder-item span { font-size: 16px; font-weight: 600; }

.about-mv { background: #ffffff; padding: 50px; position: relative; overflow: hidden; }
.about-mv-bg-dots { position: absolute; inset: 0; background-image: radial-gradient(rgba(221,1,92,.06) 1.5px, transparent 1.5px); background-size: 28px 28px; }
.about-mv-inner { max-width: 1520px; margin: 0 auto; position: relative; }
.about-mv-header { text-align: center; margin-bottom: 39px; }
.about-mv-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-bottom: 48px; }
@media (max-width: 768px) { .about-mv-cards { grid-template-columns: 1fr; } }
.about-mv-card { border-radius: 20px; padding: 40px 36px; position: relative; overflow: hidden; }
.about-mv-card--mission { background: linear-gradient(135deg, #0d1020 0%, #1a0a20 100%); }
.about-mv-card--vision  { background: linear-gradient(135deg, #DE0658 0%, #FF8302 100%); }
.about-mv-card::before { content: ''; position: absolute; width: 200px; height: 200px; border-radius: 50%; background: rgba(255,255,255,.06); top: -80px; right: -60px; }
.about-mv-card-icon { width: 60px; height: 60px; background: rgba(255,255,255,.15); border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 26px; color: #ffffff; margin-bottom: 20px; }
.about-mv-card h3 { font-size: 24px; font-weight: 700; margin: 0 0 14px; color: #ffffff; }
.about-mv-card p { opacity: .9; margin: 0; color: #ffffff; }

.about-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 900px) { .about-values-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px)  { .about-values-grid { grid-template-columns: 1fr; } }
.about-value-card { background: #f9fafb; border-radius: 16px; padding: 28px 24px; transition: transform .3s, box-shadow .3s; border: 2px solid transparent; display: flex; flex-direction: column; justify-content: center; }
.about-value-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(221,1,92,.12); border-color: rgba(221,1,92,.2); }
.about-value-icon { width: 50px; height: 50px; background: rgba(221,1,92,.08); border-radius: 14px; display: flex; align-items: center; justify-content: center; color: #DE0658; font-size: 22px; margin-bottom: 16px; }
.about-value-card h4 { font-size: 16px; font-weight: 700; color: #332E41; margin: 0 0 8px; }
.about-value-card p { color: #666; margin: 0; }

.about-why {
    background: linear-gradient(160deg, #0d1020 0%, #120820 50%, #1a0a1e 100%);
    padding: 50px 50px;
    position: relative;
    overflow: hidden;
}
.about-why::before {
    content: ''; position: absolute; inset: 0;
    background-image: radial-gradient(rgba(255,255,255,.04) 1.5px, transparent 1.5px);
    background-size: 30px 30px; pointer-events: none;
}
.about-why::after {
    content: ''; position: absolute; width: 500px; height: 500px; border-radius: 50%;
    background: radial-gradient(circle, rgba(221,1,92,.18) 0%, transparent 70%);
    top: -120px; right: -100px; pointer-events: none;
}
.about-why-inner { max-width: 1520px; margin: 0 auto; position: relative; z-index: 1; }
.about-why-header { text-align: center; margin-bottom: 39px; }
.about-why-header .section-title { color: #ffffff; }
.about-why-header .section-desc,
.about-why-header .section-desc p,
.about-why-header .section-desc * { color: #ffffff !important; }
.about-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 900px) { .about-why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px)  { .about-why-grid { grid-template-columns: 1fr; } }
.about-why-card {
    background: rgba(255,255,255,.05); border-radius: 20px; padding: 32px 28px;
    border: 1px solid rgba(255,255,255,.1);
    transition: transform .3s, box-shadow .3s, border-color .3s, background .3s;
    position: relative; overflow: hidden;
    backdrop-filter: blur(6px);
}
.about-why-card::after {
    content: ''; position: absolute; bottom: 0; left: 0; right: 0;
    height: 3px; background: linear-gradient(90deg, #DE0658, #FF8302);
    transform: scaleX(0); transform-origin: left;
    transition: transform .35s ease;
}
.about-why-card:hover::after { transform: scaleX(1); }
.about-why-card:hover {
    transform: translateY(-8px);
    background: rgba(255,255,255,.09);
    box-shadow: 0 24px 56px rgba(221,1,92,.25);
    border-color: rgba(221,1,92,.4);
}
.about-why-card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
.about-why-icon {
    width: 52px; height: 52px; border-radius: 14px;
    background: rgba(221,1,92,.18); display: flex; align-items: center;
    justify-content: center; color: #ff6fa3; font-size: 22px;
    transition: background .3s, color .3s;
}
.about-why-card:hover .about-why-icon { background: linear-gradient(135deg, #DE0658, #FF8302); color: #ffffff; }
.about-why-num {
    font-size: 38px; font-weight: 900; line-height: 1;
    background: linear-gradient(135deg, #DE0658, #FF8302);
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    font-family: 'DM Sans', sans-serif; letter-spacing: -2px;
}
.about-why-card h4 { font-size: 16px; font-weight: 700; color: #ffffff; margin: 0 0 10px; }
.about-why-card p { color: rgba(255,255,255,.6); margin: 0; }

.about-team { background: #ffffff; padding: 50px; }
.about-team-inner { max-width: 1520px; margin: 0 auto; }
.about-team-header { text-align: center; margin-bottom: 48px; }
.about-team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 900px) { .about-team-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px)  { .about-team-grid { grid-template-columns: 1fr; } }
.about-team-card { text-align: center; }
.about-team-photo-wrap { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 3/4; margin-bottom: 16px; box-shadow: 0 8px 24px rgba(31,27,46,.12); }
.about-team-photo-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s; }
.about-team-card:hover .about-team-photo-wrap img { transform: scale(1.05); }
.about-team-photo-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, #f9f0f4, #fde8f2); display: flex; align-items: center; justify-content: center; }
.about-team-photo-placeholder i { font-size: 64px; color: rgba(221,1,92,.2); }
.about-team-li { position: absolute; bottom: 12px; right: 12px; width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(90deg, #DE0658 0%, #FF8302 100%); display: flex; align-items: center; justify-content: center; color: #ffffff; font-size: 15px; text-decoration: none; opacity: 0; transform: scale(.8); transition: opacity .3s, transform .3s; }
.about-team-card:hover .about-team-li { opacity: 1; transform: scale(1); }
.about-team-info h3 { font-size: 16px; font-weight: 700; color: #332E41; margin: 0 0 4px; }
.about-team-info span { font-size: 13px; color: #DE0658; font-weight: 600; }

/* ── About CSS var overrides ── */
.abt-hero[style*="--sec-bg"]{background:var(--sec-bg) !important}
.abt-hero[style*="--sec-heading"] .abt-hero-title{color:var(--sec-heading) !important}
/* .abt-hero[style*="--sec-text"] .abt-hero-desc{color:var(--sec-text,#ffffff) !important} */
.abt-hero[style*="--sec-badge"] .section-badge{background:rgba(0,0,0,.1) !important;color:var(--sec-badge) !important;border-color:var(--sec-badge) !important}
.abt-hero[style*="--sec-link"] .abt-hero-btn{background:var(--sec-link) !important}
.abt-hero[style*="--sec-accent"] .abt-hero-title span{background:var(--sec-accent) !important;-webkit-background-clip:text;background-clip:text}
.about-who[style*="--sec-bg"]{background:var(--sec-bg) !important}
.about-who[style*="--sec-heading"] .section-title{color:var(--sec-heading) !important}
.about-who[style*="--sec-text"] .about-who-content{color:var(--sec-text) !important}
.about-who[style*="--sec-badge"] .section-badge{background:rgba(0,0,0,.08) !important;color:var(--sec-badge) !important;border-color:var(--sec-badge) !important}
.about-mv[style*="--sec-bg"]{background:var(--sec-bg) !important}
.about-mv[style*="--sec-heading"] .section-title{color:var(--sec-heading) !important}
.about-mv[style*="--sec-text"] .section-desc{color:var(--sec-text) !important}
.about-mv[style*="--sec-badge"] .section-badge{background:rgba(0,0,0,.08) !important;color:var(--sec-badge) !important;border-color:var(--sec-badge) !important}
.about-why[style*="--sec-bg"]{background:var(--sec-bg) !important}
.about-why[style*="--sec-heading"] .section-title{color:var(--sec-heading) !important}
.about-why[style*="--sec-text"] .section-desc{color:var(--sec-text) !important}
.about-team[style*="--sec-bg"]{background:var(--sec-bg) !important}
.about-team[style*="--sec-heading"] .section-title{color:var(--sec-heading) !important}
.about-team[style*="--sec-text"] .section-desc{color:var(--sec-text) !important}
.about-team[style*="--sec-badge"] .section-badge{background:rgba(0,0,0,.08) !important;color:var(--sec-badge) !important;border-color:var(--sec-badge) !important}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   ABOUT CARDS â€” whychoose-style hover
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.about-value-card { position: relative; overflow: hidden; }
.about-value-card > * { position: relative; z-index: 1; }

.about-value-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #FF8302 0%, #DE0658 100%);
    opacity: 0;
    transition: opacity .25s ease;
    z-index: 0;
}
.about-value-card:hover::before { opacity: 1; }

.about-value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 26px 70px rgba(0,0,0,.18);
    border-color: transparent;
}
.about-value-card:hover .about-value-icon {
    background: rgba(255,255,255,.2);
    color: #ffffff;
}
.about-value-card:hover .about-value-icon i { color: #ffffff; }
.about-value-card:hover h4,
.about-value-card:hover p { color: #ffffff; }

/* PAGE HERO â€” span gradient text (same as .section-title span) */
.page-hero-title span {
    background: linear-gradient(135deg, #ff9a5c, #ffcf77);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â
   PORTFOLIO V2 Ã¢â‚¬â€ Advanced Design
Ã¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢ÂÃ¢â€¢Â */

/* Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ HERO Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬Ã¢â€â‚¬ */

/* ═══════════════════════════════════════════════════════════
   PORTFOLIO PAGE  —  pf-* styles  (v2 redesign)
   ═══════════════════════════════════════════════════════════ */

/* ── Hero ── */
.pf-hero{position:relative;background:#0d0b1a;overflow:hidden;padding:140px 50px 0;min-height:580px}
.pf-hero-orb{position:absolute;border-radius:50%;filter:blur(90px);pointer-events:none;animation:pfOrb 9s ease-in-out infinite alternate}
.pf-hero-orb--1{width:520px;height:520px;background:rgba(222,6,88,.2);top:-180px;left:-100px;animation-delay:0s}
.pf-hero-orb--2{width:400px;height:400px;background:rgba(255,122,0,.14);top:0;right:-120px;animation-delay:-4s}
.pf-hero-orb--3{width:300px;height:300px;background:rgba(255,131,2,.14);bottom:80px;left:40%;animation-delay:-7s}
@keyframes pfOrb{0%{transform:translate(0,0) scale(1)}100%{transform:translate(20px,28px) scale(1.08)}}
.pf-hero-dots{position:absolute;inset:0;background-image:radial-gradient(rgba(255,255,255,.06) 1px,transparent 1px);background-size:28px 28px;pointer-events:none}
.pf-hero-inner{max-width:1520px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:48px;align-items:center;position:relative;z-index:2;padding-bottom:60px}
.pf-hero-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:100px;background:rgba(222,6,88,.15);border:1px solid rgba(222,6,88,.3);color:#ff6699;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;margin-bottom:20px}
.pf-hero-title{font-size:clamp(32px,4.5vw,58px);font-weight:900;color:#ffffff;line-height:1.1;margin:0 0 18px;letter-spacing:-.02em}
.pf-hero-title span{background:linear-gradient(110deg,#DE0658,#FF8302);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 16px rgba(222,6,88,.4))}
.pf-hero-desc{font-size:16px;color:rgba(255,255,255,.55);line-height:1.8;margin:0 0 30px;max-width:500px}
.pf-hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.pf-hero-btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:12px;font-size:16px;font-weight:700;text-decoration:none;transition:transform .2s}
.pf-hero-btn--primary{background:linear-gradient(110deg,#DE0658,#FF8302);color:#ffffff;}
.pf-hero-btn--primary:hover{transform:translateY(-2px);color:#ffffff}
.pf-hero-btn--ghost{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.8);backdrop-filter:blur(8px)}
.pf-hero-btn--ghost:hover{background:rgba(255,255,255,.1);color:#ffffff;transform:translateY(-2px)}
.pf-hero-preview{display:none}
.pf-preview-card{position:absolute;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(12px);border-radius:16px;padding:12px;overflow:hidden;box-shadow:0 16px 48px rgba(0,0,0,.3);animation:pfFloat 5s ease-in-out infinite alternate}
.pf-preview-card--1{width:200px;top:10px;left:0;animation-delay:0s}
.pf-preview-card--2{width:180px;top:80px;right:10px;animation-delay:-2s}
.pf-preview-card--3{width:160px;bottom:20px;left:80px;animation-delay:-4s}
@keyframes pfFloat{0%{transform:translateY(0)}100%{transform:translateY(-14px)}}
.pf-preview-img{height:100px;border-radius:10px;margin-bottom:8px}
.pf-preview-img--blue{background:linear-gradient(135deg,#0891b2,#DE0658)}
.pf-preview-img--pink{background:linear-gradient(135deg,#DE0658,#FF8302)}
.pf-preview-img--green{background:linear-gradient(135deg,#059669,#0891b2)}
.pf-preview-card span{font-size:11px;font-weight:600;color:rgba(255,255,255,.7)}
.pf-preview-badge{position:absolute;padding:6px 12px;border-radius:100px;font-size:11px;font-weight:700;display:flex;align-items:center;gap:6px}
.pf-preview-badge--done{background:rgba(5,150,105,.2);border:1px solid rgba(5,150,105,.35);color:#34d399;top:0;right:30px}
.pf-preview-badge--live{background:rgba(222,6,88,.15);border:1px solid rgba(222,6,88,.3);color:#ff6699;bottom:10px;right:0}
.pf-pulse{width:7px;height:7px;background:#DE0658;border-radius:50%;animation:pfPulse 1.8s infinite;display:inline-block}
@keyframes pfPulse{0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(222,6,88,.4)}50%{opacity:.5;box-shadow:0 0 0 6px rgba(222,6,88,0)}}
.pf-hero-stats{background:rgba(255,255,255,.04);border-top:1px solid rgba(255,255,255,.07);position:relative;z-index:2;margin-left:-50px;margin-right:-50px;padding-left:50px;padding-right:50px}
.pf-hero-stats-inner{max-width:1520px;margin:0 auto;display:flex;align-items:center;padding:30px 24px}
.pf-stat-item{flex:1;text-align:center;padding:0}
.pf-stat-item strong{display:block;font-size:36px;font-weight:900;background:linear-gradient(110deg,#ffffff,rgba(222,6,88,.9));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
.pf-stat-item span{font-size:16px;color:rgba(255,255,255,.45);font-weight:600}
.pf-stat-sep{width:1px;height:36px;background:rgba(255,255,255,.1);flex-shrink:0}
.pf-hero-wave{line-height:0;position:relative;z-index:2}
.pf-hero-wave svg{width:100%;height:50px;display:block}
@media(max-width:900px){.pf-hero-inner{grid-template-columns:1fr}.pf-hero-preview{display:none}}
@media(max-width:768px){.pf-hero{padding:90px 15px 0}}

/* ── Filter Bar ── */
#portfolio-grid { scroll-margin-top: 80px; }
.pf-filter-bar{
  background:#ffffff;
  border-bottom:1px solid #ecedf5;
  position:sticky;top:63px;z-index:200;
  transition:box-shadow .3s;
}
.pf-filter-bar.is-sticky{box-shadow:0 4px 28px rgba(0,0,0,.09)}
.pf-filter-bar-inner{
  max-width:1520px;margin:0 auto;
  display:flex;align-items:center;gap:16px;
  padding:15px 50px;
}
/* scrollable tabs row */
.pf-filter-tabs{
  display:flex;align-items:center;gap:8px;
  flex:1;overflow-x:auto;
  scrollbar-width:none;-ms-overflow-style:none;
  padding-bottom:2px;
}
.pf-filter-tabs::-webkit-scrollbar{display:none}
/* tab pills */
.pf-ftab{
  display:inline-flex;align-items:center;gap:7px;
  padding:9px 20px;border-radius:100px;
  border:1.5px solid #e2e5f0;
  background:#ffffff;color:#4b5068;
  font-size:13.5px;font-weight:600;
  cursor:pointer;white-space:nowrap;flex-shrink:0;
  transition:background .2s,border-color .2s,color .2s,box-shadow .2s,transform .18s;
}
.pf-ftab:hover{
  border-color:#DE0658;color:#DE0658;
  background:rgba(222,6,88,.04);
}
.pf-ftab.is-active{
  background:linear-gradient(110deg,#DE0658,#FF8302);
  border:none;
  color:#ffffff;
}
.pf-ftab-count{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:22px;height:22px;padding:0 6px;border-radius:100px;
  background:rgba(0,0,0,.08);font-size:11px;font-weight:800;
  transition:background .2s;
}
.pf-ftab.is-active .pf-ftab-count{background:rgba(255,255,255,.25);color:#ffffff}
/* parent tab wrapper */
.pf-ftab-wrap { position:relative; display:inline-flex; flex-direction:column; align-items:flex-start; }
.pf-ftab-arrow { font-size:10px; margin-left:2px; transition:transform .2s; }
.pf-ftab-wrap.is-open .pf-ftab-arrow { transform:rotate(180deg); }
/* children dropdown */
.pf-ftab-children { display:none; position:absolute; top:calc(100% + 8px); left:0; z-index:99; background:#ffffff; border:1px solid #e2e5f0; border-radius:14px; padding:6px; box-shadow:0 8px 28px rgba(0,0,0,.1); min-width:160px; flex-direction:column; gap:4px; }
.pf-ftab-wrap.is-open .pf-ftab-children { display:flex; }
.pf-ftab--child { white-space:nowrap; border-radius:10px !important; }
/* divider */
.pf-filter-divider{width:1px;height:28px;background:#e2e5f0;flex-shrink:0}
/* search */
.pf-search-wrap{position:relative;flex-shrink:0}
.pf-search-input{
  width:220px;padding:10px 44px 10px 18px;border-radius:100px;
  border:2px solid #c8cde0;background:#ffffff;
  font-size:13.5px;color:#1a1d2e;outline:none;
  box-shadow:0 2px 8px rgba(0,0,0,.07);
  transition:border-color .25s,width .3s,background .25s,box-shadow .25s;
}
.pf-search-input:focus{
  border-color:#DE0658;background:#ffffff;width:270px;
  box-shadow:0 0 0 4px rgba(222,6,88,.1),0 2px 8px rgba(0,0,0,.07);
}
.pf-search-input::placeholder{color:#8b92a9;font-size:13px}
.pf-search-btn{
  position:absolute;right:14px;top:50%;transform:translateY(-50%);
  background:none;border:none;cursor:pointer;
  color:#8b92a9;font-size:14px;padding:0;
  transition:color .2s;
}
.pf-search-btn:hover{color:#DE0658}
/* view toggle */
.pf-view-toggle{display:flex;gap:5px;flex-shrink:0}
.pf-view-btn{
  width:38px;height:38px;border-radius:10px;
  border:1.5px solid #e2e5f0;background:#ffffff;
  display:flex;align-items:center;justify-content:center;
  font-size:15px;color:#adb5c7;cursor:pointer;
  transition:border-color .2s,color .2s,background .2s,transform .15s;
}
.pf-view-btn:hover{border-color:#DE0658;color:#DE0658;transform:translateY(-1px)}
.pf-view-btn.is-active{
  background:linear-gradient(110deg,#DE0658,#FF8302);
  border-color:transparent;color:#ffffff;
  box-shadow:0 4px 14px rgba(222,6,88,.28);
}

/* ── Grid ── */
/* ═══════════════════════════════════════════
   PORTFOLIO GRID — v4 Full-Overlay Agency
═══════════════════════════════════════════ */
.pf-grid-section{
  background:#f5f6fa;
  padding:50px 50px;
}
.pf-grid-wrap{max-width:1520px;margin:0 auto}
.pf-grid{
  display:grid;
  grid-template-columns:repeat(12,1fr);
  grid-auto-rows:300px;
  gap:18px;
}
.pf-grid > .pf-card{ grid-column:span 4; }
.pf-grid > .pf-card:nth-child(4n+1){ grid-column:span 8; }
.pf-grid > .pf-card:nth-child(4n+2){ grid-column:span 4; }
.pf-grid > .pf-card:nth-child(4n+3){ grid-column:span 6; }
.pf-grid > .pf-card:nth-child(4n+4){ grid-column:span 6; }

/* ── Card — full image, info overlaid at bottom ── */
.pf-card{
  position:relative;
  border-radius:22px;
  overflow:hidden;
  display:block;
  opacity:0;
  transform:translateY(24px);
  transition:
    opacity .55s cubic-bezier(.22,1,.36,1),
    transform .55s cubic-bezier(.22,1,.36,1),
    box-shadow .35s;
  transition-delay:var(--reveal-delay,0ms);
  cursor:pointer;
  box-shadow:0 4px 24px rgba(0,0,0,.08);
}
.pf-card--visible{opacity:1;transform:translateY(0)}
.pf-card--hidden{display:none!important}
.pf-card:hover{
  box-shadow:0 20px 60px rgba(0,0,0,.18),0 4px 16px rgba(var(--pc-r,222),var(--pc-g,6),var(--pc-b,88),.15);
  transform:translateY(-5px);
}

/* ── Visual — fills entire card ── */
.pf-card-visual{
  position:absolute;inset:0;
  overflow:hidden;
}
.pf-card-img{
  width:100%;height:100%;object-fit:cover;
  display:block;
  transition:transform .75s cubic-bezier(.22,.68,0,1.1);
}
.pf-card:hover .pf-card-img{transform:scale(1.07)}

/* Placeholder */
.pf-card-img--placeholder{
  width:100%;height:100%;
  background:linear-gradient(135deg,#e8eaf5 0%,#d4d8ee 100%);
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;
}
.pf-placeholder-icon{font-size:40px;color:#b0b5d0}
.pf-placeholder-lines{display:flex;flex-direction:column;gap:7px;align-items:center}
.pf-placeholder-lines span{height:5px;background:#c8cce0;border-radius:3px}
.pf-placeholder-lines span:nth-child(1){width:70px}
.pf-placeholder-lines span:nth-child(2){width:48px}
.pf-placeholder-lines span:nth-child(3){width:32px}

/* Permanent scrim — makes footer always readable */
.pf-card-gradient{
  position:absolute;inset:0;z-index:1;
  background:linear-gradient(
    to top,
    rgba(6,5,18,.92) 0%,
    rgba(6,5,18,.55) 35%,
    rgba(6,5,18,.1)  60%,
    transparent      80%
  );
  pointer-events:none;
}

/* Category pill */
.pf-card-cat-pill{
  position:absolute;top:16px;left:16px;z-index:4;
  padding:5px 13px;border-radius:100px;
  background:rgba(var(--pc-r,222),var(--pc-g,6),var(--pc-b,88),.25);
  backdrop-filter:blur(12px);
  border:1px solid rgba(var(--pc-r,222),var(--pc-g,6),var(--pc-b,88),.45);
  font-size:10px;font-weight:800;color:#ffffff;
  letter-spacing:.08em;text-transform:uppercase;
}

/* Year badge */
.pf-card-year{
  position:absolute;top:16px;right:16px;z-index:4;
  font-size:11px;font-weight:700;
  color:rgba(255,255,255,.75);
  background:rgba(0,0,0,.4);backdrop-filter:blur(10px);
  padding:4px 11px;border-radius:20px;
  border:1px solid rgba(255,255,255,.12);
}

/* ── Always-visible footer inside the card ── */
.pf-card-info{
  position:absolute;bottom:0;left:0;right:0;z-index:3;
  display:flex;align-items:flex-end;justify-content:space-between;gap:10px;
  padding:16px 18px 18px;
  background:none;
  border-top:none;
}
.pf-card-info-text{flex:1;min-width:0}
.pf-card-name{
  font-size:15px;font-weight:800;color:#ffffff;
  margin:0 0 3px;line-height:1.3;
  white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
  text-shadow:0 1px 4px rgba(0,0,0,.4);
}
.pf-card-client{
  font-size:11.5px;color:rgba(255,255,255,.5);
  margin:0;display:flex;align-items:center;gap:5px;
}
.pf-card-link-btn{
  width:40px;height:40px;border-radius:14px;flex-shrink:0;
  background:linear-gradient(135deg,var(--pc-accent,#DE0658),#FF8302);
  display:flex;align-items:center;justify-content:center;
  color:#ffffff;font-size:15px;text-decoration:none;
  box-shadow:0 4px 18px rgba(var(--pc-r,222),var(--pc-g,6),var(--pc-b,88),.45);
  transition:transform .22s,box-shadow .22s;
}
.pf-card-link-btn:hover{
  transform:scale(1.12) translateY(-2px);
  box-shadow:0 8px 28px rgba(var(--pc-r,222),var(--pc-g,6),var(--pc-b,88),.6);
  color:#ffffff;
}

/* ── Hover overlay — slides up from bottom ── */
.pf-card-hover{
  position:absolute;inset:0;z-index:2;
  background:linear-gradient(
    to top,
    rgba(6,5,18,.97) 0%,
    rgba(6,5,18,.88) 50%,
    rgba(6,5,18,.5)  100%
  );
  display:flex;align-items:flex-end;
  opacity:0;
  transition:opacity .32s ease;
  overflow:hidden;
}
.pf-card:hover .pf-card-hover{opacity:1}
.pf-card-hover-inner{
  padding:20px 20px 80px;
  width:100%;
  display:flex;flex-direction:column;gap:10px;
  box-sizing:border-box;
}
.pf-card-hover-desc{
  font-size:13px;font-weight:500;
  color:rgba(255,255,255,.88);
  margin:0;line-height:1.65;
}

/* Tech pills */
.pf-card-techs{display:flex;flex-wrap:wrap;gap:6px;margin:0}
.pf-tech-pill{
  font-size:10.5px;font-weight:700;
  padding:4px 11px;border-radius:100px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  color:#ffffff;
}

/* Hover action buttons */
.pf-card-hover-actions{display:flex;gap:8px;flex-wrap:wrap;margin:0}
.pf-cta-btn{
  display:inline-flex;align-items:center;gap:6px;
  padding:9px 18px;border-radius:10px;
  font-size:13px;font-weight:700;text-decoration:none;
  transition:transform .2s,box-shadow .2s;
}
.pf-cta-btn--white{background:#ffffff;color:#0d0b1a;}
.pf-cta-btn--white:hover{transform:translateY(-2px);color:#0d0b1a}
.pf-cta-btn--outline{background:rgba(255,255,255,.1);border:1.5px solid rgba(255,255,255,.3);color:#ffffff}
.pf-cta-btn--outline:hover{background:rgba(255,255,255,.2);color:#ffffff;transform:translateY(-2px)}
.pf-cta-btn--brand{background:linear-gradient(110deg,#DE0658,#FF8302);color:#ffffff;}
.pf-cta-btn--brand:hover{transform:translateY(-2px);color:#ffffff}
.pf-cta-btn--outline-dark{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.15);color:rgba(255,255,255,.8)}
.pf-cta-btn--outline-dark:hover{border-color:rgba(222,6,88,.5);color:#ff6699;transform:translateY(-2px)}

/* ── List view ── */
.pf-card-list-body{display:none}
.pf-grid--list{
  grid-template-columns:1fr!important;
  grid-auto-rows:auto!important;
  gap:16px!important;
}
.pf-grid--list > .pf-card:nth-child(n){grid-column:1!important;grid-row:auto!important}

/* In list mode, card becomes a flex row — no absolute fill */
.pf-grid--list .pf-card{
  border-radius:18px;
  display:flex;
  flex-direction:row;
  min-height:160px;
  overflow:hidden;
  background:#0f0e1a;
  box-shadow:0 4px 28px rgba(0,0,0,.22);
}
/* Thumbnail column — fixed width, no absolute */
.pf-grid--list .pf-card-visual{
  position:relative;
  flex:0 0 260px;
  width:260px;
  height:auto;
  min-height:160px;
  overflow:hidden;
  border-radius:0;
}
.pf-grid--list .pf-card-visual .pf-card-img{
  width:100%;height:100%;object-fit:cover;
}
.pf-grid--list .pf-card-visual .pf-card-img--placeholder{
  width:100%;height:100%;min-height:160px;
}
/* Hide grid-only overlays in list */
.pf-grid--list .pf-card-gradient{display:none}
.pf-grid--list .pf-card-cat-pill{
  position:absolute;bottom:10px;left:10px;top:auto;z-index:4;
}
.pf-grid--list .pf-card-year{
  position:absolute;top:10px;right:10px;z-index:4;
}
.pf-grid--list .pf-card-hover{display:none}

/* Content column */
.pf-grid--list .pf-card-info{display:none}
.pf-grid--list .pf-card-list-body{
  flex:1;
  position:relative;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:10px;
  padding:24px 28px;
  background:none;
  z-index:1;
}
/* Subtle right-side accent line */
.pf-grid--list .pf-card::after{
  content:'';
  position:absolute;
  left:260px;top:20%;bottom:20%;
  width:1px;
  background:rgba(255,255,255,.08);
}
.pf-card-list-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:2px;font-size:12px;color:rgba(255,255,255,.4)}
.pf-list-cat{
  background:linear-gradient(110deg,rgba(222,6,88,.25),rgba(255,131,2,.25));
  color:#ff8888;font-weight:800;
  padding:3px 12px;border-radius:20px;font-size:10.5px;
  border:1px solid rgba(222,6,88,.3);
}
.pf-grid--list .pf-card-list-body h3{
  font-size:20px;font-weight:800;color:#ffffff;margin:0;line-height:1.3;
}
.pf-grid--list .pf-card-list-body p{
  font-size:13.5px;color:rgba(255,255,255,.55);line-height:1.6;margin:0;
}
.pf-list-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:4px}
.pf-list-divider{width:40px;height:3px;border-radius:3px;background:linear-gradient(90deg,#DE0658,#FF8302);margin:2px 0}

/* ── No results ── */
.pf-no-results{text-align:center;padding:80px 24px;color:#9ca3af}
.pf-no-results i{font-size:48px;margin-bottom:16px;display:block;opacity:.4}
.pf-no-results h3{font-size:20px;font-weight:700;color:#1a1d2e;margin:0 0 8px}
.pf-no-results p{font-size:14px;margin:0 0 16px}

/* ── Responsive ── */
@media(max-width:1100px){
  .pf-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:280px}
  .pf-grid > .pf-card:nth-child(n){grid-column:span 1 !important}
}
@media(max-width:768px){
  .pf-grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:220px;gap:14px}
  .pf-grid > .pf-card:nth-child(n){grid-column:span 1 !important}
  .pf-filter-bar-inner{flex-wrap:wrap;gap:10px;padding:12px 16px}
  .pf-filter-tabs{order:1;width:100%;overflow-x:auto}
  .pf-filter-divider{display:none}
  .pf-search-wrap{order:2;flex:1}
  .pf-search-input,.pf-search-input:focus{width:100%}
  .pf-view-toggle{order:3}
  .pf-grid--list .pf-card-visual{flex:0 0 200px;width:200px}
  .pf-grid--list .pf-card::after{left:200px}
  .pf-grid--list .pf-card-list-body{padding:20px 20px}
  .pf-stat-item{flex:0 0 calc(50% - 8px)}
  .pf-ftab{padding:7px 16px;font-size:12.5px}
}
@media(max-width:480px){
  .pf-grid{grid-template-columns:1fr;grid-auto-rows:200px}
  .pf-view-toggle{display:none}
  .pf-hero-stats-inner{flex-wrap:wrap}
  .pf-grid-section{padding:24px 16px 48px}
  .pf-grid--list .pf-card-visual{flex:0 0 130px;width:130px;min-height:140px}
  .pf-grid--list .pf-card{min-height:140px}
  .pf-grid--list .pf-card::after{left:130px}
  .pf-grid--list .pf-card-list-body{padding:16px}
  .pf-grid--list .pf-card-list-body h3{font-size:15px}
  .pf-grid--list .pf-card-list-body p{font-size:12px}
}

/* ── Portfolio CSS var overrides ── */
.pf-hero[style*="--sec-bg"]{background:var(--sec-bg) !important}
.pf-hero[style*="--sec-heading"] .pf-hero-title{color:var(--sec-heading) !important}
.pf-hero[style*="--sec-text"] .pf-hero-desc{color:var(--sec-text) !important}
.pf-hero[style*="--sec-badge"] .pf-hero-badge{background:rgba(0,0,0,.1) !important;color:var(--sec-badge) !important;border-color:var(--sec-badge) !important}
.pf-hero[style*="--sec-link"] .pf-hero-btn--primary{background:var(--sec-link) !important}
.pf-hero[style*="--sec-accent"] .pf-hero-title span{background:var(--sec-accent) !important;-webkit-background-clip:text;background-clip:text}
.pf-filter-bar[style*="--sec-bg"]{background:var(--sec-bg) !important}
.pf-filter-bar[style*="--sec-text"] .pf-ftab{color:var(--sec-text) !important}
.pf-filter-bar[style*="--sec-link"] .pf-ftab.is-active{background:var(--sec-link) !important;color:#ffffff !important;border-color:var(--sec-link) !important}
.pf-grid-section[style*="--sec-bg"]{background:var(--sec-bg) !important}
.pf-grid-section[style*="--sec-heading"] .pf-card-name{color:var(--sec-heading) !important}
.pf-grid-section[style*="--sec-text"] .pf-card-client{color:var(--sec-text) !important}


/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SECTION BADGE â€” universal label above titles
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: linear-gradient(135deg, #DE0658, #FF8302);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
    padding-left: 20px;
    margin-bottom: 0;
}
.section-badge::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #DE0658, #FF8302);
    -webkit-text-fill-color: unset;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   ABOUT WHO â€” mobile fixes
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (max-width: 900px) {
    .about-who-media { overflow: visible; }
    .about-who-img-badge {
        bottom: -12px;
        right: -8px;
        padding: 12px 14px;
    }
    .about-who-img-badge i { font-size: 16px; }
    .about-who-img-badge span { font-size: 11px; }
    .about-who-orb--1 { width: 200px; height: 200px; top: -30px; left: -30px; }
    .about-who-orb--2 { width: 140px; height: 140px; bottom: -20px; right: -20px; }
}
@media (max-width: 600px) {
    .about-who { padding: 56px 20px; }
    .about-who-img-badge { display: none; }
    .about-who-orb { display: none; }
    .about-stats-row { grid-template-columns: repeat(2,1fr); gap: 12px; }
    .about-stat { padding: 16px 12px; }
    .about-stat-num { font-size: 22px; }
    .about-stat-label { font-size: 11px; }
    .about-who-content { font-size: 15px; }
    .about-who-img-placeholder { padding: 20px 15px; }
}
@media (max-width: 380px) {
    .about-who { padding: 40px 14px; overflow: hidden; }
    .about-who-inner { gap: 24px; }
    .about-stats-row { grid-template-columns: repeat(2,1fr); gap: 8px; }
    .about-stat { padding: 12px 8px; }
    .about-stat-num { font-size: 18px; }
    .about-stat-label { font-size: 10px; }
    .about-placeholder-grid { grid-template-columns: repeat(2,1fr); }
}

/* Make casev3-tag and process-tag match section-badge dot style */
.casev3-tag,
.process-tag {
    padding-left: 20px;
    position: relative;
}
.casev3-tag::before,
.process-tag::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: linear-gradient(135deg, #DE0658, #FF8302);
}

/* section-badge on white/light bg - ensure gradient dot is visible */
.section-badge { display: block; }

/* Override the display:block added earlier â€” keep inline-flex for proper layout */
.section-badge {
    display: inline-flex !important;
}
/* Remove dot from page-hero-badge (it has its own style already) */
.page-hero-badge::before { display: none; }

/* ================================================================
   CAREERS PAGE Ã¢â‚¬â€ template-careers.php
================================================================ */

/* Ã¢â€â‚¬Ã¢â€â‚¬ Hero Ã¢â€â‚¬Ã¢â€â‚¬ */
.car-hero {
  position: relative;
  background: #0d0d0d;
  padding: 120px 50px 50px;
  overflow: hidden;
  text-align: center;
}
.car-hero__bg { position: absolute; inset: 0; pointer-events: none; }
.car-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.35;
}
.car-hero__orb--1 { width: 520px; height: 520px; background: radial-gradient(circle, #DE0658, transparent 70%); top: -120px; left: -100px; }
.car-hero__orb--2 { width: 420px; height: 420px; background: radial-gradient(circle, #FF8302, transparent 70%); bottom: -80px; right: -80px; }
.car-hero__orb--3 { width: 300px; height: 300px; background: radial-gradient(circle, #DE0658, transparent 70%); top: 40%; left: 55%; }
.car-hero__grid-lines {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 60px 60px;
}
.car-hero__inner { position: relative; z-index: 1; max-width: 780px; margin: 0 auto; }
.car-hero__title {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin: 10px 0 20px;
}
.car-hero__title span {
  background: linear-gradient(135deg, #DE0658, #FF8302);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.car-hero__desc {
  color: rgba(255,255,255,.7);
  font-size: 1.1rem;
  max-width: 620px;
  margin: 0 auto 32px;
  line-height: 1.7;
}
.car-hero__actions { margin-bottom: 48px; }
.car-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 1rem;
  padding: 14px 32px;
}
.car-hero__cta svg { width: 18px; height: 18px; }
.car-hero__stats {
  display: flex;
  justify-content: center;
  gap: 0;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  overflow: hidden;
  max-width: 680px;
  margin: 0 auto;
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,.04);
}
.car-hero__stat {
  flex: 1;
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  border-right: 1px solid rgba(255,255,255,.08);
  text-align: center;
  justify-content: center;
}
.car-hero__stat:last-child { border-right: none; }
.car-hero__stat strong {
  font-size: 36px;
  font-weight: 800;
  background: linear-gradient(135deg, #DE0658, #FF8302);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.car-hero__stat span { font-size: 16px; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .04em; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Perks Ã¢â€â‚¬Ã¢â€â‚¬ */
.car-perks { background: #fff8fb; padding: 50px; }
.car-perks__head { text-align: center; max-width: 640px; margin: 0 auto 39px; }
.car-perks__title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: #0d1020;
  margin: 12px 0 14px;
}
.car-perks__title span {
  background: linear-gradient(135deg, #DE0658, #FF8302);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.car-perks__desc { color: #555; font-size: 1rem; line-height: 1.7; }
.car-perks__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.car-perk {
  background: #ffffff;
  border: 1px solid rgba(222,6,88,.12);
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.car-perk::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #FF8302 0%, #DE0658 100%);
  opacity: 0;
  transition: opacity .25s ease;
  z-index: 0;
}
.car-perk > * { position: relative; z-index: 1; }
.car-perk:hover { transform: translateY(-6px); box-shadow: 0 26px 70px rgba(0,0,0,0.18); border-color: transparent; }
.car-perk:hover::before { opacity: 1; }
.car-perk:hover .car-perk__icon { background: rgba(255,255,255,.2); color: #ffffff; }
.car-perk:hover .car-perk__title,
.car-perk:hover .car-perk__desc { color: #ffffff; }
.car-perk:hover .car-perk__desc { opacity: .92; }
.car-perk__icon, .car-perk__title, .car-perk__desc { position: relative; z-index: 1; transition: color .3s; }
.car-perk__icon {
  width: 64px; height: 64px;
  background: rgba(222,6,88,.1);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 20px;
  font-size: 1.5rem;
  color: #DE0658;
  transition: background .3s, color .3s;
}
.car-perk:hover .car-perk__icon { background: rgba(255,255,255,.2); }
.car-perk__title { font-size: 1.05rem; font-weight: 700; color: #0d1020; margin-bottom: 10px; }
.car-perk__desc { font-size: 0.9rem; color: #666; line-height: 1.6; }

/* Ã¢â€â‚¬Ã¢â€â‚¬ Jobs Section Ã¢â€â‚¬Ã¢â€â‚¬ */
.car-jobs { background: #ffffff; padding: 50px; }
.car-jobs__head { text-align: center; max-width: 640px; margin: 0 auto 40px; }
.car-jobs__title {
  font-size: clamp(1.8rem, 3.5vw, 2.6rem);
  font-weight: 800;
  color: #0d1020;
  margin: 12px 0 14px;
}
.car-jobs__title span {
  background: linear-gradient(135deg, #DE0658, #FF8302);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.car-jobs__desc { color: #555; font-size: 1rem; line-height: 1.7; }

/* Filter */
.car-filter {
  display: flex; flex-wrap: wrap; gap: 10px;
  justify-content: center;
  margin-bottom: 40px;
}
.car-filter__btn {
  padding: 8px 20px;
  border-radius: 50px;
  border: 2px solid rgba(222,6,88,.2);
  background: transparent;
  color: #555;
  font-size: 0.88rem;
  font-weight: 600;
  cursor: pointer;
  transition: all .25s;
}
.car-filter__btn:hover,
.car-filter__btn.is-active {
  background: linear-gradient(135deg, #DE0658, #FF8302);
  border-color: transparent;
  color: #ffffff;
}

/* Job Cards */
.car-jobs__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.car-job-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 20px;
  padding: 28px 32px;
  transition: border-color .3s, box-shadow .3s, transform .3s;
  position: relative;
}
.car-job-card:hover {
  border-color: #DE0658;
  box-shadow: 0 12px 40px rgba(222,6,88,.1);
  transform: translateY(-3px);
}
.car-job-card--featured {
  border-color: rgba(222,6,88,.35);
  background: linear-gradient(135deg, #fff5f9, #fff8fb);
}
.car-job-card__featured-tag {
  position: absolute;
  top: 20px; right: 20px;
  background: linear-gradient(135deg, #DE0658, #FF8302);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.car-job-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}
.car-job-card__title {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 4px;
}
.car-job-card__title a { color: #0d1020; text-decoration: none; transition: color .2s; }
.car-job-card__title a:hover { color: #DE0658; }
.car-job-card__dept {
  font-size: 0.83rem;
  color: #DE0658;
  font-weight: 600;
}
.car-job-card__remote-badge {
  background: rgba(16,185,129,.1);
  color: #059669;
  border: 1px solid rgba(16,185,129,.25);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 50px;
  white-space: nowrap;
  flex-shrink: 0;
  position: absolute;
  top: 54px; right: 20px;
}
.car-job-card__excerpt {
  color: #555;
  font-size: 0.93rem;
  line-height: 1.6;
  margin-bottom: 16px;
}
.car-job-card__meta {
  display: flex; flex-wrap: wrap; gap: 12px 20px;
  margin-bottom: 16px;
}
.car-job-card__meta span {
  display: flex; align-items: center; gap: 6px;
  font-size: 0.83rem;
  color: #666;
}
.car-job-card__meta i { color: #DE0658; font-size: 0.8rem; }
.car-job-card__skills {
  display: flex; flex-wrap: wrap; gap: 8px;
  margin-bottom: 20px;
}
.car-skill-pill {
  background: rgba(222,6,88,.08);
  color: #DE0658;
  border: 1px solid rgba(222,6,88,.2);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 3px 12px;
  border-radius: 50px;
}
.car-skill-pill--more { background: rgba(0,0,0,.05); color: #888; border-color: rgba(0,0,0,.12); }
.car-skill-pill--lg { padding: 6px 16px; font-size: 0.85rem; }
.car-job-card__footer {
  display: flex; align-items: center; gap: 12px;
  padding-top: 18px;
  border-top: 1px solid rgba(0,0,0,.07);
}
.car-job-card__footer .car-job-card__apply-btn { padding: 14px 36px; }
.car-job-card__details-btn {
  padding: 9px 25px;
  border-radius: 50px;
  border: 2px solid rgba(222,6,88,.3);
  color: #DE0658;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .25s;
  display: inline-flex; align-items: center;
}
.car-job-card__details-btn:hover {
  background: rgba(222,6,88,.08);
  border-color: #DE0658;
}
.car-job-card__apply-btn {
  padding: 9px 24px;
  border: none;
  border-radius: 50px;
  background: linear-gradient(135deg, #DE0658, #FF8302);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex; align-items: center; gap: 8px;
  transition: opacity .25s, transform .25s;
  cursor: pointer;
  cursor: pointer;
}
.car-job-card__apply-btn:hover { opacity: .88; transform: translateY(-1px); }
.car-jobs__no-results {
  text-align: center;
  color: #555;
  padding: 40px;
  font-size: 1rem;
}
.car-jobs__no-results a { color: #DE0658; }
.car-jobs__empty { text-align: center; padding: 60px; }
.car-jobs__empty i { font-size: 3rem; color: #ddd; margin-bottom: 16px; display: block; }
.car-jobs__empty p { color: #666; margin-bottom: 24px; }

/* CTA Band */
.car-cta { background: linear-gradient(135deg, #0d1020, #1a080f); }
.car-cta__inner {
  display: flex; align-items: center; justify-content: space-between; gap: 32px;
  padding: 39px 48px;
  border-radius: 24px;
}
.car-cta__title {
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 8px;
}
.car-cta__text p { color: rgba(255,255,255,.7); font-size: 1rem; }
.car-cta__btn { white-space: nowrap; padding: 14px 32px; font-size: 1rem; display: inline-flex; align-items: center; gap: 10px; }


/* ================================================================
   JOB APPLY MODAL
================================================================ */
.car-modal-overlay {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(15,10,30,.75); backdrop-filter: blur(4px);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
}
.car-modal-overlay[hidden] { display: none !important; }
.car-modal {
  background: #ffffff; border-radius: 24px; width: 100%; max-width: 680px;
  max-height: 90vh; overflow-y: auto;
  padding: 40px 40px 36px;
  position: relative;
  box-shadow: 0 32px 80px rgba(0,0,0,.28);
  animation: carModalIn .28s ease;
}
@keyframes carModalIn {
  from { opacity: 0; transform: translateY(24px) scale(.97); }
  to   { opacity: 1; transform: translateY(0) scale(1); }
}
.car-modal__close {
  position: absolute; top: 18px; right: 18px;
  width: 36px; height: 36px; border-radius: 50%;
  background: #f5f0f3; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; color: #555; transition: background .2s, color .2s;
}
.car-modal__close:hover { background: #DE0658; color: #ffffff; }
.car-modal__head { margin-bottom: 28px; }
.car-modal__title { font-size: 1.4rem; font-weight: 800; color: #0d1020; margin: 8px 0 0; }
.car-modal__form { display: flex; flex-direction: column; gap: 16px; }
.car-modal__row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 540px) { .car-modal__row { grid-template-columns: 1fr; } }
.car-modal__field { display: flex; flex-direction: column; gap: 6px; }
.car-modal__field label { font-size: 13px; font-weight: 600; color: #444; }
.car-modal__field label span { color: #DE0658; }
.car-modal__field input,
.car-modal__field select,
.car-modal__field textarea {
  border: 1.5px solid #e2ddf0; border-radius: 10px;
  padding: 10px 14px; font-size: 14px; color: #1f1b2e;
  outline: none; transition: border-color .2s, box-shadow .2s;
  font-family: inherit; background: #fff9fb;
}
.car-modal__field select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23DE0658' stroke-width='1.8' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; cursor: pointer; }
.car-modal__field input:focus,
.car-modal__field select:focus,
.car-modal__field textarea:focus {
  border-color: #DE0658;
  box-shadow: 0 0 0 3px rgba(221,1,92,.1);
}
.car-modal__field textarea { resize: vertical; min-height: 100px; }
.car-modal__footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 4px; }
.car-modal__status { font-size: 13.5px; font-weight: 500; flex: 1; }
.car-modal__status--ok  { color: #059669; }
.car-modal__status--err { color: #dc2626; }
.car-modal__submit {
  display: inline-flex; align-items: center; gap: 10px;
  background: linear-gradient(135deg, #DE0658, #FF8302);
  color: #ffffff; border: none; border-radius: 50px;
  padding: 13px 28px; font-size: 16px; font-weight: 700;
  cursor: pointer; transition: opacity .2s, transform .2s;
  white-space: nowrap;
}
.car-modal__submit:hover:not(:disabled) { opacity: .88; transform: translateY(-2px); }
.car-modal__submit:disabled { opacity: .6; cursor: not-allowed; }
.car-file-wrap { position: relative; }
.car-file-input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; z-index: 2; }
.car-file-label {
  display: flex; align-items: center; gap: 12px;
  border: 1.5px dashed #c4b8e8; border-radius: 10px;
  padding: 12px 16px; background: #fff9fb; cursor: pointer;
  transition: border-color .2s, background .2s;
}
.car-file-wrap:hover .car-file-label { border-color: #DE0658; background: #fff5f9; }
.car-file-label i { font-size: 18px; color: #DE0658; flex-shrink: 0; }
.car-file-label-text { font-size: 14px; color: #333; font-weight: 500; flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.car-file-hint { font-size: 12px; color: #999; white-space: nowrap; }
/* ================================================================
   SINGLE JOB Ã¢â‚¬â€ single-job.php
================================================================ */

/* Hero */
.sj-hero {
  background: #0d0d0d;
  padding: 140px 50px 50px;
  position: relative;
  overflow: hidden;
}
.sj-hero__bg { position: absolute; inset: 0; pointer-events: none; }
.sj-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.3;
}
.sj-hero__orb--1 { width: 400px; height: 400px; background: radial-gradient(circle, #DE0658, transparent 70%); top: -80px; left: -60px; }
.sj-hero__orb--2 { width: 320px; height: 320px; background: radial-gradient(circle, #FF8302, transparent 70%); bottom: -60px; right: -40px; }
.sj-hero__inner { position: relative; z-index: 1; }
.sj-breadcrumb {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.83rem;
  color: rgba(255,255,255,.5);
  margin-bottom: 20px;
}
.sj-breadcrumb a { color: rgba(255,255,255,.5); text-decoration: none; transition: color .2s; }
.sj-breadcrumb a:hover { color: #FF8302; }
.sj-hero__title {
  font-size: clamp(1.8rem, 4vw, 2.9rem);
  font-weight: 800;
  color: #ffffff;
  margin: 16px 0 24px;
}
.sj-hero__meta {
  display: flex; flex-wrap: wrap; gap: 12px 24px;
  margin-bottom: 32px;
}
.sj-hero__meta span {
  display: flex; align-items: center; gap: 8px;
  color: rgba(255,255,255,.6);
  font-size: 0.9rem;
}
.sj-hero__meta i { color: #FF8302; }
.sj-hero__remote { color: #6ee7b7 !important; }
.sj-apply-btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 32px;
  font-size: 1rem;
}

/* Layout */
.sj-body { background: #fff5f8; }
.sj-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 40px;
  align-items: start;
}

/* Main */
.sj-content-block {
  background: #ffffff;
  border-radius: 20px;
  padding: 36px 40px;
  margin-bottom: 24px;
  border: 1px solid rgba(0,0,0,.07);
}
.sj-block-title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #0a0a23;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(222,6,88,.12);
}
.sj-prose { color: #444; line-height: 1.8; font-size: 0.98rem; }
.sj-prose h3 { font-size: 1.1rem; font-weight: 700; color: #0a0a23; margin: 24px 0 10px; }
.sj-prose ul { padding-left: 20px; }
.sj-prose li { margin-bottom: 8px; }
.sj-skills { display: flex; flex-wrap: wrap; gap: 10px; }
.sj-perks-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.sj-perks-list li { display: flex; align-items: center; gap: 10px; font-size: 0.93rem; color: #444; }
.sj-perks-list i { color: #DE0658; font-size: 1rem; flex-shrink: 0; }
.sj-apply-band {
  background: linear-gradient(135deg, #1f1b2e, #2a1a1f);
  border-radius: 20px;
  padding: 40px 40px;
  text-align: center;
}
.sj-apply-band h3 { font-size: 1.6rem; font-weight: 800; color: #ffffff; margin-bottom: 10px; }
.sj-apply-band p { color: rgba(255,255,255,.7); margin-bottom: 24px; }
.sj-apply-band .btn-primary { display: inline-flex; align-items: center; gap: 10px; }

/* Sidebar */
.sj-sidebar { display: flex; flex-direction: column; gap: 24px; }
.sj-sidebar__card {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px 24px;
  border: 1px solid rgba(0,0,0,.08);
}
.sj-sidebar__heading {
  font-size: 1rem;
  font-weight: 700;
  color: #0a0a23;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(222,6,88,.12);
}
.sj-overview-list { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 16px; }
.sj-overview-list li { display: flex; align-items: flex-start; gap: 14px; }
.sj-overview__icon {
  width: 36px; height: 36px; flex-shrink: 0;
  background: rgba(222,6,88,.08);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  color: #DE0658;
  font-size: 0.88rem;
}
.sj-overview-list div { display: flex; flex-direction: column; gap: 2px; }
.sj-overview-list strong { font-size: 0.78rem; text-transform: uppercase; letter-spacing: .04em; color: #888; }
.sj-overview-list span { font-size: 0.92rem; color: #333; font-weight: 600; }
.sj-sidebar__apply-btn { display: flex; justify-content: center; align-items: center; text-align: center; padding: 12px; width: 100%; }
.sj-share-links { display: flex; flex-direction: row; gap: 12px; }
.sj-share-link {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #1e1e1e;
  color: #ffffff !important;
  display: flex; align-items: center; justify-content: center;
  font-size: 1rem;
  text-decoration: none;
  transition: background .25s;
}
.sj-share-link:hover { background: linear-gradient(135deg, #DE0658, #FF8302); }
.sj-share-link--li, .sj-share-link--tw, .sj-share-link--wa { background: #1e1e1e; }
.sj-share-link i { margin: 0; }
.sj-back-btn {
  display: flex; align-items: center; gap: 8px;
  color: #DE0658;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: gap .2s;
}
.sj-back-btn:hover { gap: 12px; }

/* Related */
.sj-related { background: #ffffff; }
.sj-related__head { text-align: center; margin-bottom: 40px; }
.sj-related__title { font-size: clamp(1.5rem, 3vw, 2rem); font-weight: 800; color: #0a0a23; margin-top: 12px; }
.sj-related__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sj-related-card {
  background: #fff5f8;
  border: 1px solid rgba(222,6,88,.12);
  border-radius: 18px;
  padding: 24px 24px 20px;
  text-decoration: none;
  display: flex; flex-direction: column;
  transition: border-color .3s, box-shadow .3s, transform .3s;
  position: relative;
}
.sj-related-card:hover {
  border-color: #DE0658;
  box-shadow: 0 10px 30px rgba(222,6,88,.1);
  transform: translateY(-4px);
}
.sj-related-card__dept {
  font-size: 0.78rem;
  color: #DE0658;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 8px;
}
.sj-related-card__title {
  font-size: 1rem;
  font-weight: 700;
  color: #0a0a23;
  margin-bottom: 12px;
  flex: 1;
}
.sj-related-card__meta { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 16px; }
.sj-related-card__meta span { font-size: 0.8rem; color: #666; display: flex; align-items: center; gap: 5px; }
.sj-related-card__meta i { color: #FF8302; }
.sj-related-card__arrow {
  color: #DE0658;
  font-size: 0.9rem;
  align-self: flex-end;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ Responsive Ã¢â€â‚¬Ã¢â€â‚¬ */
@media (max-width: 1024px) {
  .sj-layout { grid-template-columns: 1fr; }
  .sj-sidebar { flex-direction: row; flex-wrap: wrap; }
  .sj-sidebar__card { flex: 1 1 280px; }
  .sj-perks-list { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
  .car-jobs, .car-perks { padding: 40px 15px; }
  .car-perks__grid { grid-template-columns: repeat(2, 1fr); }
  .sj-related__grid { grid-template-columns: repeat(2, 1fr); }
  .car-cta__inner { flex-direction: column; text-align: center; padding: 40px 28px; }
}
@media (max-width: 600px) {
  .car-hero { padding: 100px 20px 29px; }
  
  .car-hero__stats { flex-direction: column; border: none; gap: 0; }
  .car-hero__stat { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); }
  .car-hero__stat:last-child { border-bottom: none; }
  .car-perks__grid { grid-template-columns: 1fr; }
  .car-job-card { padding: 22px 18px; }
  .car-job-card__footer { flex-direction: column; align-items: stretch; }
  .car-job-card__details-btn,
  .car-job-card__apply-btn { text-align: center; justify-content: center; }
  .sj-content-block { padding: 24px 20px; }
  .sj-related__grid { grid-template-columns: 1fr; }
  .sj-sidebar { flex-direction: column; }
  .sj-hero { padding-left: 20px; padding-right: 20px; }
}




/* ── Careers CSS var overrides ── */
.car-hero[style*=”--sec-bg”]{background:var(--sec-bg) !important}
.car-hero[style*=”--sec-heading”] .car-hero__title{color:var(--sec-heading) !important}
.car-hero[style*=”--sec-text”] .car-hero__desc{color:var(--sec-text) !important}
.car-hero[style*=”--sec-badge”] .section-badge{background:rgba(0,0,0,.1) !important;color:var(--sec-badge) !important;border-color:var(--sec-badge) !important}
.car-hero[style*=”--sec-link”] .car-hero__cta{background:var(--sec-link) !important}
.car-hero[style*=”--sec-accent”] .car-hero__title span{background:var(--sec-accent) !important;-webkit-background-clip:text;background-clip:text}
.car-jobs[style*=”--sec-bg”]{background:var(--sec-bg) !important}
.car-jobs[style*=”--sec-heading”] .car-jobs__title{color:var(--sec-heading) !important}
.car-jobs[style*=”--sec-text”] .car-jobs__desc{color:var(--sec-text) !important}
.car-jobs[style*=”--sec-badge”] .section-badge{background:rgba(0,0,0,.08) !important;color:var(--sec-badge) !important;border-color:var(--sec-badge) !important}
.car-jobs[style*=”--sec-link”] .car-job-card__apply-btn{background:var(--sec-link) !important}
.car-perks[style*=”--sec-bg”]{background:var(--sec-bg) !important}
.car-perks[style*=”--sec-heading”] .car-perks__title{color:var(--sec-heading) !important}
.car-perks[style*=”--sec-text”] .car-perks__desc{color:var(--sec-text) !important}
.car-perks[style*=”--sec-badge”] .section-badge{background:rgba(0,0,0,.08) !important;color:var(--sec-badge) !important;border-color:var(--sec-badge) !important}
.car-perks[style*=”--sec-link”] .car-perk__icon{color:var(--sec-link) !important}
.car-perks[style*=”--sec-accent”] .car-perk::before{background:var(--sec-accent) !important}

/* ================================================================
   CONTACT PAGE – template-contact.php
================================================================ */

/* â”€â”€ Hero â”€â”€ */
.ct-hero {
  position: relative;
  background: #0d0d0d;
  padding: 140px 60px 0;
  overflow: hidden;
  text-align: center;
}
.ct-hero__bg { position: absolute; inset: 0; pointer-events: none; }
.ct-hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.4;
}
.ct-hero__orb--1 { width: 500px; height: 500px; background: radial-gradient(circle, #DE0658, transparent 70%); top: -120px; left: -80px; }
.ct-hero__orb--2 { width: 400px; height: 400px; background: radial-gradient(circle, #FF8302, transparent 70%); bottom: -80px; right: -60px; }
.ct-hero__grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 56px 56px;
}
.ct-hero__inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.ct-hero__title {
  font-size: clamp(2rem, 4.5vw, 3.4rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.15;
  margin: 16px 0 20px;
}
.ct-hero__title span {
  background: linear-gradient(90deg, #DE0658, #FF8302);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ct-hero__desc {
  color: #ffffff !important;
  font-size: 1.08rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.75;
}
.ct-hero__desc p,
.ct-hero__desc * { color: #ffffff !important; }

/* â”€â”€ Info Cards â”€â”€ */
.ct-info {
  background: #ffffff;
  padding: 0;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
.ct-info__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.ct-info-card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.09);
  border-radius: 20px;
  padding: 28px 22px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,.06);
  transition: transform .3s, box-shadow .3s, border-color .3s;
  position: relative;
  overflow: hidden;
}
.ct-info-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #FF8302 0%, #DE0658 100%);
  opacity: 0;
  transition: opacity .25s ease;
  z-index: 0;
}
.ct-info-card > * { position: relative; z-index: 1; }
.ct-info-card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,.12); border-color: transparent; }
.ct-info-card:hover::before { opacity: 1; }
.ct-info-card:hover .ct-info-card__icon { background: rgba(255,255,255,.2); color: #ffffff; }
.ct-info-card:hover .ct-info-card__label,
.ct-info-card:hover .ct-info-card__value,
.ct-info-card:hover a.ct-info-card__value { color: #ffffff; }
.ct-info-card__icon {
  width: 50px; height: 50px; flex-shrink: 0;
  background: rgba(222,6,88,.08);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem;
  color: #DE0658;
  transition: background .25s, color .25s;
}
.ct-info-card__body { display: flex; flex-direction: column; gap: 5px; }
.ct-info-card__label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #999;
  font-weight: 600;
  transition: color .25s;
}
.ct-info-card__value {
  font-size: 0.95rem;
  font-weight: 700;
  color: #0d1020;
  text-decoration: none;
  line-height: 1.4;
  transition: color .25s;
}
a.ct-info-card__value:hover { color: #DE0658; }

/* â”€â”€ Main: Form + Sidebar â”€â”€ */
.ct-main { background: #fff8fb; padding: 34px 60px; }
.ct-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  align-items: start;
}

/* Form Wrap */
.ct-form-wrap {
  background: #ffffff;
  border-radius: 24px;
  padding: 34px 44px;
  border: 1px solid rgba(0,0,0,.07);
  box-shadow: 0 4px 32px rgba(0,0,0,.05);
}
.ct-form-head { margin-bottom: 36px; }
.ct-form-title {
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
  color: #0d1020;
  margin: 12px 0 10px;
}
.ct-form-title span {
  background: linear-gradient(90deg, #DE0658, #FF8302);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ct-form-desc { color: #666; font-size: 0.95rem; line-height: 1.6; }

/* Form Fields */
.ct-form { display: flex; flex-direction: column; gap: 20px; }
.ct-form__row { display: grid; gap: 20px; }
.ct-form__row--2 { grid-template-columns: 1fr 1fr; }
.ct-form__group { display: flex; flex-direction: column; gap: 7px; }
.ct-form__group label {
  font-size: 0.85rem;
  font-weight: 600;
  color: #333;
}
.ct-form__group label span { color: #DE0658; }
.ct-form__group input,
.ct-form__group select,
.ct-form__group textarea {
  width: 100%;
  padding: 13px 16px;
  border: 2px solid rgba(0,0,0,.1);
  border-radius: 12px;
  font-size: 0.93rem;
  color: #222;
  background: #fafafa;
  transition: border-color .25s, box-shadow .25s, background .25s;
  outline: none;
  font-family: inherit;
}
.ct-form__group input:focus,
.ct-form__group select:focus,
.ct-form__group textarea:focus {
  border-color: #DE0658;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(222,6,88,.08);
}
.ct-form__group textarea { resize: vertical; min-height: 150px; }
.ct-form__group select { appearance: none; cursor: pointer; }
.ct-form__submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 36px;
  font-size: 1rem;
  font-weight: 700;
  border: none;
  cursor: pointer;
  align-self: flex-start;
  margin-top: 4px;
}

/* Sidebar */
.ct-sidebar { display: flex; flex-direction: column; gap: 24px; }
.ct-sidebar__card {
  background: #ffffff;
  border-radius: 20px;
  padding: 28px 26px;
  border: 1px solid rgba(0,0,0,.08);
  box-shadow: 0 2px 20px rgba(0,0,0,.04);
}
.ct-sidebar__heading {
  font-size: 1rem;
  font-weight: 700;
  color: #0d1020;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(222,6,88,.1);
}
.ct-why-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 13px; }
.ct-why-list li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 0.9rem; color: #444; line-height: 1.5;
}
.ct-why-list i { color: #22c55e; font-size: 0.95rem; flex-shrink: 0; margin-top: 2px; }

/* Social */
.ct-social-links { display: flex; flex-direction: row; flex-wrap: wrap; gap: 12px; }
.ct-social {
  display: flex; align-items: center; justify-content: center;
  width: 44px; height: 44px;
  border-radius: 50%;
  background: #1e1e1e;
  text-decoration: none;
  transition: background .2s, transform .2s;
  color: #ffffff !important;
}
.ct-social span { display: none; }
.ct-social:hover { background: linear-gradient(135deg, #DE0658, #FF8302); transform: translateY(-2px); }
.ct-social i { font-size: 1rem; color: #ffffff !important; }

/* Response badge */
.ct-response-badge {
  display: flex; align-items: center; gap: 16px;
}
.ct-response-badge > i {
  width: 50px; height: 50px; flex-shrink: 0;
  background: linear-gradient(135deg, #FF8302, #DE0658);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem;
  color: #ffffff;
}
.ct-response-badge > div { display: flex; flex-direction: column; gap: 3px; }
.ct-response-badge strong { font-size: 0.95rem; color: #0d1020; }
.ct-response-badge span { font-size: 0.82rem; color: #888; line-height: 1.4; }

/* â”€â”€ Map â”€â”€ */
.ct-map { line-height: 0; }
.ct-map__embed { width: 100%; position: relative; }
.ct-map__embed iframe { width: 100%; height: 420px; display: block; filter: grayscale(20%); }
.ct-map__address { position: absolute; bottom: 24px; left: 24px; background: #fff; border-radius: 14px; padding: 14px 18px; display: flex; align-items: flex-start; gap: 12px; box-shadow: 0 4px 24px rgba(0,0,0,.15); max-width: 320px; line-height: 1; }
.ct-map__address > i { color: #DE0658; font-size: 1.25rem; margin-top: 2px; flex-shrink: 0; }
.ct-map__address > div { display: flex; flex-direction: column; gap: 4px; }
.ct-map__address-label { font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: #DE0658; }
.ct-map__address-text { font-size: .85rem; font-weight: 500; color: #1f1b2e; line-height: 1.5; }

/* â”€â”€ Responsive â”€â”€ */
@media (max-width: 1100px) {
  .ct-info__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 960px) {
  .ct-layout { grid-template-columns: 1fr; }
  .ct-sidebar { flex-direction: row; flex-wrap: wrap; }
  .ct-main { padding: 24px 30px; }
}
@media (max-width: 640px) {
  .ct-hero { padding: 100px 15px 0; }
  .ct-main { padding: 20px 0px; }
  .ct-info__grid { grid-template-columns: 1fr; }
  .ct-form-wrap { padding: 28px 20px; }
  .ct-form__row--2 { grid-template-columns: 1fr; }
  .ct-form__submit { width: 100%; justify-content: center; }
  .ct-sidebar { flex-direction: column; }
}



/* ── CF7 inside contact page ── */
.ct-cf7-wrap .wpcf7-form { display: flex; flex-direction: column; gap: 20px; }
.ct-cf7-wrap .wpcf7-form p { margin: 0; }
.ct-cf7-wrap input[type="text"],
.ct-cf7-wrap input[type="email"],
.ct-cf7-wrap input[type="tel"],
.ct-cf7-wrap select,
.ct-cf7-wrap textarea {
  width: 100%;
  padding: 13px 16px;
  border: 2px solid rgba(0,0,0,.1);
  border-radius: 12px;
  font-size: 0.93rem;
  color: #222;
  background: #fafafa;
  transition: border-color .25s, box-shadow .25s, background .25s;
  outline: none;
  font-family: inherit;
}
.ct-cf7-wrap input:focus,
.ct-cf7-wrap select:focus,
.ct-cf7-wrap textarea:focus {
  border-color: #DE0658;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(222,6,88,.08);
}
.ct-cf7-wrap textarea { resize: vertical; min-height: 150px; }
.ct-cf7-wrap input[type="submit"],
.ct-cf7-wrap .wpcf7-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 36px;
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(90deg, #DE0658, #FF8302);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: opacity .25s, transform .25s;
  font-family: inherit;
}
.ct-cf7-wrap input[type="submit"]:hover,
.ct-cf7-wrap .wpcf7-submit:hover { opacity: .88; transform: translateY(-2px); }
.ct-cf7-wrap .wpcf7-not-valid-tip { color: #DE0658; font-size: 0.8rem; margin-top: 4px; }
.ct-cf7-wrap .wpcf7-response-output {
  border-radius: 12px;
  padding: 12px 18px;
  font-size: 0.9rem;
  margin-top: 8px;
  border: none !important;
}
.ct-cf7-wrap .wpcf7-mail-sent-ok { background: rgba(16,185,129,.1); color: #065f46; }
.ct-cf7-wrap .wpcf7-validation-errors,
.ct-cf7-wrap .wpcf7-acceptance-missing { background: rgba(222,6,88,.08); color: #9b1c1c; }

/* Strip responsive */
@media (max-width: 960px) {
  .ct-strip__grid { flex-direction: column; }
  .ct-strip-divider { width: 100%; height: 1px; margin: 0 16px; }
}
@media (max-width: 640px) {
  .ct-hero__strip { margin-top: 40px; }
  .ct-strip-item { flex: 1; display: flex; align-items: center; gap: 16px; padding: 0px 24px; transition: background .25s; }
}

/* ── Info Strip ── */
.ct-hero__strip {
  position: relative;
  z-index: 3;
  padding: 0px 0 50px;
}
.ct-strip__grid {
  display: flex;
  align-items: stretch;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 20px;
  backdrop-filter: blur(14px);
  overflow: hidden;
  margin-top: 34px;
  padding: 20px 0;
}
.ct-strip-item {
  flex: 1;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 28px 24px;
  transition: background .25s;
}
.ct-strip-item:hover { background: rgba(255,255,255,.07); }
.ct-strip-divider {
  width: 1px;
  background: rgba(255,255,255,.1);
  flex-shrink: 0;
  margin: 16px 0;
}
.ct-strip-item__icon {
  width: 48px; height: 48px; flex-shrink: 0;
  background: linear-gradient(135deg, #FF8302, #DE0658);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.25rem;
  color: #ffffff;
}
.ct-strip-item__text { display: flex; flex-direction: column; gap: 6px; min-width: 0; text-align: left; }
.ct-strip-item__label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255,255,255,.5);
  font-weight: 600;
}
.ct-strip-item__value {
  font-size: 0.93rem;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.4;
  transition: color .2s;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ct-locs-list { display: flex; flex-direction: column; gap: 6px; }
.ct-loc-row { display: flex; align-items: flex-start; gap: 8px; }
.ct-loc-row i { color: #FF8302; font-size: 0.65rem; margin-top: 4px; flex-shrink: 0; }
.ct-loc-row span { font-size: 0.88rem; font-weight: 500; color: #ffffff; line-height: 1.45; }
.ct-loc-row strong { color: rgba(255,255,255,.6); font-weight: 600; }
a.ct-strip-item__value:hover { color: #FF8302; }

/* ── Contact CSS var overrides ── */
.ct-hero[style*="--sec-bg"]{background:var(--sec-bg) !important}
.ct-hero[style*="--sec-heading"] .ct-hero__title{color:var(--sec-heading) !important}
.ct-hero[style*="--sec-text"] .ct-hero__desc{color:var(--sec-text) !important}
.ct-hero[style*="--sec-badge"] .section-badge{background:rgba(0,0,0,.1) !important;color:var(--sec-badge) !important;border-color:var(--sec-badge) !important}
.ct-hero[style*="--sec-link"] a.ct-strip-item__value{color:var(--sec-link) !important}
.ct-hero[style*="--sec-accent"] .ct-hero__title span{background:var(--sec-accent) !important;-webkit-background-clip:text;background-clip:text}
.ct-main[style*="--sec-bg"]{background:var(--sec-bg) !important}
.ct-main[style*="--sec-heading"] .ct-form-title{color:var(--sec-heading) !important}
.ct-main[style*="--sec-heading"] .ct-sidebar__heading{color:var(--sec-heading) !important}
.ct-main[style*="--sec-text"] .ct-form-desc{color:var(--sec-text) !important}
.ct-main[style*="--sec-badge"] .section-badge{background:rgba(0,0,0,.08) !important;color:var(--sec-badge) !important;border-color:var(--sec-badge) !important}
.ct-main[style*="--sec-link"] .ct-form__submit{background:var(--sec-link) !important}
.ct-main[style*="--sec-accent"] .ct-why-list i{color:var(--sec-accent) !important}
.ct-map[style*="--sec-bg"]{background:var(--sec-bg) !important}

/* ================================================================
   INDUSTRY & SOLUTIONS PAGE TEMPLATE
================================================================ */

/* â”€â”€ Shared â”€â”€ */
.ind-section-title {
  font-size: clamp(1.7rem, 3.2vw, 2.5rem);
  font-weight: 800;
  color: #0a0a23;
  margin: 10px 0 14px;
  line-height: 1.2;
}
.ind-section-title span {
  background: linear-gradient(90deg, #DE0658, #FF8302);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ind-section-desc {
  color: #555;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 680px;
  margin: 0 auto;
}


/* ── Hero ── */
.ind-hero {
  position: relative;
  background: #0d0d0d;
  padding: 38px 0 0;
  overflow: hidden;
}
.ind-hero__bg { position: absolute; inset: 0; pointer-events: none; }
.ind-hero__noise {
  position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E");
  opacity: .4; pointer-events: none;
}
.ind-hero__orb { position: absolute; border-radius: 50%; filter: blur(90px); opacity: .35; }
.ind-hero__orb--1 { width: 600px; height: 600px; background: radial-gradient(circle, #DE0658, transparent 65%); top: -180px; left: -120px; }
.ind-hero__orb--2 { width: 450px; height: 450px; background: radial-gradient(circle, #FF8302, transparent 65%); bottom: 0; right: -80px; }
.ind-hero__orb--3 { width: 300px; height: 300px; background: radial-gradient(circle, #DE0658, transparent 65%); top: 40%; left: 45%; opacity: .18; }
.ind-hero__grid {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 56px 56px;
}
.ind-hero__inner {
  position: relative; z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding-bottom: 27px;
}
.ind-hero__title {
  font-size: clamp(2.2rem, 4.8vw, 3.6rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.12;
  margin: 16px 0 20px;
  letter-spacing: -.02em;
}
.ind-hero__title span {
  background: linear-gradient(90deg, #DE0658, #FF8302);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.ind-hero__desc { color: rgba(255,255,255,.68); font-size: 1.05rem; line-height: 1.8; margin-bottom: 36px; }
.ind-hero__actions { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-bottom: 44px; }
.ind-hero__cta { padding: 14px 32px; font-size: 1rem; }
.ind-hero__btn-ghost {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 28px;
  border-radius: 50px;
  border: 2px solid rgba(255,255,255,.22);
  color: rgba(255,255,255,.85);
  font-size: .93rem; font-weight: 600;
  text-decoration: none;
  transition: border-color .25s, background .25s, color .25s;
}
.ind-hero__btn-ghost:hover { border-color: #FF8302; color: #ffffff; background: rgba(255,131,2,.08); }
/* Stats */
.ind-hero__stats {
  display: flex; gap: 0;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(10px);
}
.ind-hero__stat {
  flex: 1; padding: 18px 16px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  border-right: 1px solid rgba(255,255,255,.08);
}
.ind-hero__stat:last-child { border-right: none; }
.ind-hero__stat strong {
  font-size: 1.6rem; font-weight: 800;
  background: linear-gradient(90deg, #DE0658, #FF8302);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.ind-hero__stat span { font-size: .72rem; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .06em; }
/* Image frame */
.ind-hero__visual { position: relative; }
.ind-hero__img-frame { position: relative; border-radius: 24px; overflow: visible; }
.ind-hero__img-glow {
  position: absolute; inset: -20px;
  background: radial-gradient(ellipse at center, rgba(222,6,88,.35), transparent 70%);
  filter: blur(30px);
  z-index: 0;
}
.ind-hero__img {
  position: relative; z-index: 1;
  width: 100%; height: auto; display: block;
  border-radius: 24px;
  box-shadow: 0 32px 80px rgba(0,0,0,.5);
  border: 1px solid rgba(255,255,255,.08);
}
/* Floating badges */
.ind-hero__badge-float {
  position: absolute; z-index: 2;
  background: rgba(15,10,14,.85);
  border: 1px solid rgba(255,255,255,.12);
  backdrop-filter: blur(12px);
  border-radius: 50px;
  padding: 9px 18px;
  display: flex; align-items: center; gap: 8px;
  font-size: .82rem; font-weight: 700; color: #ffffff;
  white-space: nowrap;
  animation: indBadgeFloat 3s ease-in-out infinite;
}
.ind-hero__badge-float i { color: #FF8302; }
.ind-hero__badge-float--tl { top: -16px; left: -20px; animation-delay: 0s; }
.ind-hero__badge-float--br { bottom: -16px; right: -20px; animation-delay: 1.5s; }
@keyframes indBadgeFloat {
  0%,100% { transform: translateY(0); }
  50%      { transform: translateY(-7px); }
}
/* Decorative graphic (no image fallback) */
.ind-hero__graphic {
  width: 360px; height: 360px;
  position: relative;
  margin: 0 auto;
}
.ind-hero__graphic-ring {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.07);
  top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.ind-hero__graphic-ring--1 { width: 100%; height: 100%; animation: indRingSpin 20s linear infinite; }
.ind-hero__graphic-ring--2 { width: 72%; height: 72%; animation: indRingSpin 14s linear infinite reverse; border-style: dashed; }
.ind-hero__graphic-ring--3 { width: 44%; height: 44%; border-color: rgba(222,6,88,.2); }
@keyframes indRingSpin { to { transform: translate(-50%,-50%) rotate(360deg); } }
.ind-hero__graphic-center {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 80px; height: 80px;
  background: linear-gradient(135deg, #FF8302, #DE0658);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; color: #ffffff;
  box-shadow: 0 0 40px rgba(222,6,88,.4);
}
.ind-hero__graphic-dot {
  position: absolute;
  top: calc(50% - 180px * sin(var(--a)));
  left: calc(50% + 180px * cos(var(--a)));
  transform: translate(-50%,-50%);
  width: 48px; height: 48px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: .95rem; color: rgba(255,255,255,.7);
  backdrop-filter: blur(6px);
}
/* â”€â”€ Why Choose â”€â”€ */
.ind-wc { background: #ffffff; }
.ind-wc__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.ind-wc__list { list-style: none; padding: 0; margin: 24px auto 0; display: inline-flex; flex-direction: column; gap: 14px; text-align: left; }
.ind-wc__list li { display: flex; align-items: flex-start; gap: 10px; font-size: .95rem; color: #333; line-height: 1.6; }
.ind-wc__check { color: #f97316; font-size: 1.1rem; flex-shrink: 0; margin-top: 2px; display: inline-flex; }
.ind-wc__image img { width: 100%; border-radius: 16px; }

/* â”€â”€ Key Features â”€â”€ */
.ind-kf { background: #fff5f8; }
.ind-kf__head { text-align: center; margin-bottom: 48px; }
.ind-kf__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ind-kf__card {
  background: #ffffff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 20px;
  padding: 36px 28px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.ind-kf__card::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #FF8302 0%, #DE0658 100%);
  opacity: 0;
  transition: opacity .25s;
  z-index: 0;
}
.ind-kf__card:hover { transform: translateY(-6px); box-shadow: 0 24px 60px rgba(0,0,0,.1); border-color: transparent; }
.ind-kf__card:hover::before { opacity: 1; }
.ind-kf__card > * { position: relative; z-index: 1; }
.ind-kf__icon {
  width: 62px; height: 62px;
  background: rgba(222,6,88,.08);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; color: #DE0658;
  margin: 0 auto 18px;
  transition: background .25s, color .25s;
}
.ind-kf__card:hover .ind-kf__icon { background: rgba(255,255,255,.2); color: #ffffff; }
.ind-kf__title { font-size: 1rem; font-weight: 700; color: #0a0a23; margin-bottom: 10px; transition: color .25s; }
.ind-kf__desc  { font-size: .88rem; color: #666; line-height: 1.65; transition: color .25s; }
.ind-kf__card:hover .ind-kf__title,
.ind-kf__card:hover .ind-kf__desc { color: #ffffff; }
/* -- Features Alt -- */
.ind-fa { background: #fff5f8; }
.ind-fa__head { text-align: center; margin-bottom: 36px; }
.ind-fa__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 768px) { .ind-fa__grid { grid-template-columns: 1fr; } }
.ind-fa__card {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 20px;
  padding: 28px 24px;
  border: 1px solid rgba(0,0,0,.07);
  transition: transform .3s, box-shadow .3s;
  position: relative;
  overflow: hidden;
}
.ind-fa__card::before {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--fa-accent), var(--fa-accent)88);
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s ease;
}
.ind-fa__card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(0,0,0,.09); }
.ind-fa__card:hover::before { transform: scaleX(1); }
.ind-fa__icon-wrap { display: flex; flex-direction: column; align-items: center; gap: 6px; flex-shrink: 0; }
.ind-fa__icon {
  width: 54px; height: 54px; border-radius: 16px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; color: var(--fa-accent);
  background: color-mix(in srgb, var(--fa-accent) 10%, transparent);
  transition: background .3s, color .3s;
}
.ind-fa__card:hover .ind-fa__icon { background: var(--fa-accent); color: #ffffff; }
.ind-fa__num {
  font-size: 0.72rem; font-weight: 800; letter-spacing: .04em;
  color: color-mix(in srgb, var(--fa-accent) 45%, transparent);
}
.ind-fa__body { flex: 1; }
.ind-fa__title { font-size: 1rem; font-weight: 700; color: #332E41; margin: 0 0 8px; line-height: 1.35; }
.ind-fa__desc  { font-size: 0.9rem; color: #666; line-height: 1.7; margin: 0; }

/* -- Services Showcase -- */
.ind-ssc { background: #ffffff; }
.ind-ssc__layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start;
}
.ind-ssc__left { position: sticky; top: 100px; }
.ind-ssc__title { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; color: #332E41; margin: 14px 0 20px; line-height: 1.25; }
.ind-ssc__desc { font-size: 1rem; color: #555; line-height: 1.8; }
.ind-ssc__accent-bar { width: 56px; height: 4px; background: linear-gradient(90deg, #DE0658, #FF8302); border-radius: 99px; margin-top: 32px; }
.ind-ssc__right { display: flex; flex-direction: column; gap: 20px; }
.ind-ssc__card {
  background: #fff9fb; border: 1px solid rgba(0,0,0,.07); border-radius: 20px;
  padding: 28px 28px 24px; position: relative; overflow: hidden;
  transition: transform .3s, box-shadow .3s, border-color .3s, background .3s;
}
.ind-ssc__card::after {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 4px;
  background: linear-gradient(180deg, #DE0658, #FF8302); opacity: 0; transition: opacity .3s;
}
.ind-ssc__card:hover { transform: translateX(6px); box-shadow: 0 12px 40px rgba(222,6,88,.1); border-color: rgba(222,6,88,.15); background: #ffffff; }
.ind-ssc__card:hover::after { opacity: 1; }
.ind-ssc__card-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.ind-ssc__card-icon { width: 48px; height: 48px; background: rgba(222,6,88,.08); border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.2rem; color: #DE0658; transition: background .3s, color .3s; }
.ind-ssc__card:hover .ind-ssc__card-icon { background: linear-gradient(135deg,#DE0658,#FF8302); color: #ffffff; }
.ind-ssc__card-num { font-size: 2.4rem; font-weight: 900; line-height: 1; background: linear-gradient(135deg, rgba(222,6,88,.12), rgba(255,131,2,.08)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; letter-spacing: -2px; }
.ind-ssc__card-title { font-size: 1.05rem; font-weight: 700; color: #332E41; margin: 0 0 10px; }
.ind-ssc__card-desc  { font-size: 0.93rem; color: #666; line-height: 1.7; margin: 0; }
@media (max-width: 900px) { .ind-ssc__layout { grid-template-columns: 1fr; gap: 40px; } .ind-ssc__left { position: static; } }


/* â”€â”€ Tech Stack â”€â”€ */
.ind-ts { background: #ffffff; }
.ind-ts__head { text-align: center; margin-bottom: 40px; }
.ind-ts__grid { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; }
.ind-ts__item {
  display: flex; align-items: center; justify-content: center;
  min-width: 120px; height: 60px;
  background: #fff5f8;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 12px;
  padding: 10px 20px;
  transition: border-color .25s, transform .25s, box-shadow .25s;
}
.ind-ts__item:hover { border-color: #DE0658; transform: translateY(-3px); box-shadow: 0 8px 24px rgba(222,6,88,.1); }
.ind-ts__item img { max-height: 36px; width: auto; filter: grayscale(40%); transition: filter .25s; }
.ind-ts__item:hover img { filter: grayscale(0); }
.ind-ts__pill { font-size: .9rem; font-weight: 700; color: #333; }

/* â”€â”€ Challenges â”€â”€ */
.ind-ch { background: #fff5f8; }
.ind-ch__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.ind-ch__list { list-style: none; padding: 0; margin: 24px 0 0; display: flex; flex-direction: column; gap: 14px; }
.ind-ch__list li { display: flex; align-items: flex-start; flex-wrap: wrap; gap: 6px 8px; font-size: .92rem; line-height: 1.6; }
.ind-ch__bad { color: #DE0658; font-weight: 600; display: flex; align-items: center; gap: 6px; }
.ind-ch__bad i { font-size: .8rem; }
.ind-ch__arrow { color: #888; font-weight: 700; }
.ind-ch__good { color: #FF8302; font-weight: 600; display: flex; align-items: center; gap: 6px; }
.ind-ch__good i { font-size: .8rem; }
.ind-ch__image img { width: 100%; border-radius: 16px; }

/* â”€â”€ Business Impact â”€â”€ */
.ind-bi { background: #ffffff; }
.ind-bi__head { text-align: center; margin-bottom: 48px; }
.ind-bi__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.ind-bi__card {
  display: flex; gap: 20px; align-items: flex-start;
  background: #fff5f8;
  border: 1px solid rgba(0,0,0,.07);
  border-radius: 20px;
  padding: 32px 28px;
  transition: transform .3s, box-shadow .3s;
}
.ind-bi__card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,.08); }
.ind-bi__icon {
  width: 52px; height: 52px; flex-shrink: 0;
  background: linear-gradient(135deg, #FF8302, #DE0658);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; color: #ffffff;
}
.ind-bi__body h3 { font-size: 1rem; font-weight: 700; color: #0a0a23; margin-bottom: 8px; }
.ind-bi__body p  { font-size: .88rem; color: #555; line-height: 1.65; }

/* â”€â”€ Dev Approach â”€â”€ */
.ind-da { background: #fff5f8; }
.ind-da__head { text-align: center; margin-bottom: 39px; }
.ind-da__steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; position: relative; }
.ind-da__step {
  text-align: center;
  padding: 0 20px;
  position: relative;
}
.ind-da__step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 28px; right: -50%;
  width: 100%; height: 2px;
  background: linear-gradient(90deg, #DE0658, #FF8302);
  opacity: .3;
  z-index: 0;
}
.ind-da__step-num {
  width: 56px; height: 56px;
  background: linear-gradient(135deg, #FF8302, #DE0658);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; font-weight: 800; color: #ffffff;
  margin: 0 auto 20px;
  position: relative; z-index: 1;
  box-shadow: 0 6px 20px rgba(222,6,88,.3);
}
.ind-da__step-line { display: none; }
.ind-da__step-title { font-size: 1rem; font-weight: 700; color: #0a0a23; margin-bottom: 10px; }
.ind-da__step-desc  { font-size: .87rem; color: #555; line-height: 1.65; }

/* â”€â”€ Our Customers â”€â”€ */
.ind-oc { background: #ffffff; overflow: hidden; }
.ind-oc__head { text-align: center; margin-bottom: 40px; }
.ind-oc__track-wrap { overflow: hidden; }
.ind-oc__track {
  display: flex; align-items: center; gap: 32px;
  animation: indLogoScroll 22s linear infinite;
  width: max-content;
}
.ind-oc__track:hover { animation-play-state: paused; }
@keyframes indLogoScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
.ind-oc__logo {
  flex-shrink: 0;
  padding: 14px 28px;
  background: #fff5f8;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.07);
  display: flex; align-items: center; justify-content: center;
  transition: border-color .2s;
}
.ind-oc__logo:hover { border-color: #DE0658; }
.ind-oc__logo img { max-height: 40px; max-width: 130px; width: auto; filter: grayscale(50%); transition: filter .25s; }
.ind-oc__logo:hover img { filter: grayscale(0); }
.ind-oc__logo--text { font-weight: 700; color: #333; font-size: .95rem; min-width: 100px; text-align: center; }

/* â”€â”€ Testimonials â”€â”€ */
.ind-tm { background: #fff5f8; }
.ind-tm__head { text-align: center; margin-bottom: 48px; }
.ind-tm__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.ind-tm__card {
  background: #ffffff;
  border-radius: 20px;
  padding: 32px 28px;
  border: 1px solid rgba(0,0,0,.07);
  display: flex; flex-direction: column; gap: 14px;
  transition: transform .3s, box-shadow .3s;
}
.ind-tm__card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,.08); }
.ind-tm__stars { color: #FF8302; font-size: .95rem; display: flex; gap: 3px; }
.ind-tm__text  { font-size: .93rem; color: #444; line-height: 1.7; flex: 1; font-style: italic; }
.ind-tm__author { display: flex; align-items: center; gap: 12px; }
.ind-tm__avatar {
  width: 44px; height: 44px; flex-shrink: 0;
  background: linear-gradient(135deg, #FF8302, #DE0658);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; color: #ffffff; font-size: 1rem;
}
.ind-tm__avatar--img { object-fit: cover; background: none; }
.ind-tm__author strong { display: block; font-size: .92rem; color: #0a0a23; }
.ind-tm__author span   { font-size: .8rem; color: #888; }

/* â”€â”€ FAQ â”€â”€ */
.ind-faq { background: #ffffff; }
.ind-faq__head { text-align: center; margin-bottom: 40px; }
.ind-faq__list { max-width: 800px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.ind-faq__item {
  border: 1px solid rgba(0,0,0,.1);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color .25s;
}
.ind-faq__item.is-open { border-color: #DE0658; }
.ind-faq__q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 18px 22px;
  background: none; border: none; cursor: pointer;
  font-size: .97rem; font-weight: 600; color: #0a0a23;
  text-align: left;
  transition: color .25s;
}
.ind-faq__item.is-open .ind-faq__q { color: #DE0658; }
.ind-faq__ico {
  width: 28px; height: 28px; flex-shrink: 0;
  background: rgba(222,6,88,.08);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; color: #DE0658; font-weight: 700;
  transition: background .25s;
}
.ind-faq__item.is-open .ind-faq__ico { background: linear-gradient(135deg, #FF8302, #DE0658); color: #ffffff; }
.ind-faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.ind-faq__item.is-open .ind-faq__a { grid-template-rows: 1fr; }
.ind-faq__a-inner { overflow: hidden; padding: 0 22px; }
.ind-faq__item.is-open .ind-faq__a-inner { padding-bottom: 14px; }
.ind-faq__a-inner p { font-size: .93rem; color: #555; line-height: 1.75; margin: 0; }

/* â”€â”€ Portfolio â”€â”€ */












/* â”€â”€ Related Blogs â”€â”€ */
.ind-rb { background: #ffffff; }
.ind-rb__head { text-align: center; margin-bottom: 40px; }
.ind-rb__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 36px; }
.ind-rb__card {
  text-decoration: none;
  border-radius: 18px; overflow: hidden;
  border: 1px solid rgba(0,0,0,.08);
  background: #ffffff;
  display: flex; flex-direction: column;
  transition: transform .3s, box-shadow .3s;
}
.ind-rb__card:hover { transform: translateY(-5px); box-shadow: 0 20px 50px rgba(0,0,0,.1); }
.ind-rb__thumb { height: 180px; background-size: cover; background-position: center; position: relative; }
.ind-rb__cat {
  position: absolute; top: 12px; left: 12px;
  background: linear-gradient(90deg, #DE0658, #FF8302);
  color: #ffffff; font-size: .72rem; font-weight: 700;
  padding: 4px 10px; border-radius: 50px;
}
.ind-rb__body { padding: 20px; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.ind-rb__body h3 { font-size: .97rem; font-weight: 700; color: #0a0a23; line-height: 1.4; }
.ind-rb__body p  { font-size: .85rem; color: #666; line-height: 1.6; flex: 1; }
.ind-rb__meta    { font-size: .78rem; color: #999; display: flex; align-items: center; gap: 5px; }
.ind-rb__cta { text-align: center; }

/* â”€â”€ Related Services â”€â”€ */
.ind-rs { background: #fff5f8; }
.ind-rs__box {
  background: linear-gradient(135deg,#fff5f8,#fff9f3);
  border: 1px solid rgba(222,6,88,.15);
  border-radius: 24px;
  padding: 40px 44px;
}
.ind-rs__head { margin-bottom: 28px; }
.ind-rs__head ul { list-style: disc !important; padding-left: 20px !important; margin-bottom: 12px; }
.ind-rs__head ul li { margin-bottom: 6px; line-height: 1.7; }
.ind-rs__head ul li::marker { color: #DE0658 !important; }
.ind-rs__title { font-size: 1.4rem; font-weight: 800; color: #0a0a23; margin: 10px 0 6px; }
.ind-rs__links { display: flex; flex-wrap: wrap; gap: 12px; }
.ind-rs__link {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 22px;
  border-radius: 50px;
  border: 2px solid rgba(222,6,88,.25);
  color: #DE0658;
  font-size: .88rem; font-weight: 700;
  text-decoration: none;
  transition: all .25s;
}
.ind-rs__link:hover { background: linear-gradient(90deg, #DE0658, #FF8302); color: #ffffff; border-color: transparent; }

/* â”€â”€ CTA Band â”€â”€ */
.ind-cta { background: #0d0d0d; }
.ind-cta__inner {
  position: relative; overflow: hidden;
  display: flex; align-items: center; justify-content: space-between; gap: 40px;
  padding: 42px 56px;
  border-radius: 24px;
  background: linear-gradient(135deg,#1a0a12,#120a06);
  border: 1px solid rgba(255,255,255,.07);
}
.ind-cta__bg { position: absolute; inset: 0; pointer-events: none; }
.ind-cta__orb { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .35; }
.ind-cta__orb--1 { width: 350px; height: 350px; background: radial-gradient(circle, #DE0658, transparent 70%); top: -100px; left: -60px; }
.ind-cta__orb--2 { width: 280px; height: 280px; background: radial-gradient(circle, #FF8302, transparent 70%); bottom: -80px; right: -40px; }
.ind-cta__text, .ind-cta__actions { position: relative; z-index: 1; }
.ind-cta__title { font-size: clamp(1.5rem, 2.5vw, 2rem); font-weight: 800; color: #ffffff; margin-bottom: 10px; }
.ind-cta__title span { background: linear-gradient(90deg, #DE0658, #FF8302); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.ind-cta__text p { color: rgba(255,255,255,.65); font-size: 1rem; line-height: 1.7; }
.ind-cta__actions { display: flex; gap: 14px; flex-wrap: wrap; flex-shrink: 0; }
.ind-cta__ghost {
  padding: 12px 28px; border-radius: 50px;
  border: 2px solid rgba(255,255,255,.25);
  color: #ffffff; font-size: .92rem; font-weight: 600;
  text-decoration: none;
  transition: border-color .25s;
  white-space: nowrap;
}
.ind-cta__ghost:hover { border-color: #FF8302; }

/* â”€â”€ Responsive â”€â”€ */
@media (max-width: 1024px) {
  .ind-da__steps { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .ind-da__step::after { display: none; }
  .ind-bi__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 900px) {
  .ind-hero__inner,
  .ind-wc__grid,
  .ind-ch__grid { grid-template-columns: 1fr; gap: 36px; }
  .ind-hero__image { display: none; }
  .ind-hero__text { text-align: center; }
  .ind-hero__actions { justify-content: center; }
  .ind-hero__stats { justify-content: center; }
  .ind-hero__desc { margin-left: auto; margin-right: auto; }
  .ind-kf__grid,
  .ind-tm__grid,

  .ind-cta__inner { flex-direction: column; text-align: center; padding: 40px 28px; }
}
@media (max-width: 600px) {
  .ind-kf__grid,
  .ind-tm__grid,
  
  .ind-rs__box { padding: 28px 20px; }
}



/* ── Portfolio (improved) ── */






























@media (max-width: 700px) {   }

/* ═══════════════════════════════════════════════
   IND-CTA2  — Improved 2-col CTA + contact form
═══════════════════════════════════════════════ */

/* ── Keyframes ── */
@keyframes cta2OrbFloat {
  0%,100%{ transform: translateY(0) scale(1); }
  50%    { transform: translateY(-28px) scale(1.06); }
}
@keyframes cta2DotsMove {
  0%  { transform: translate(0, 0); }
  100%{ transform: translate(28px, 28px); }
}
@keyframes cta2PingPulse {
  0%,100%{ transform:scale(1); opacity:.7; }
  50%    { transform:scale(1.55); opacity:0; }
}
@keyframes cta2DecoFloat {
  0%,100%{ transform:translateY(0); }
  50%    { transform:translateY(-10px); }
}
@keyframes fieldSlideIn {
  from{ opacity:0; transform:translateY(18px); }
  to  { opacity:1; transform:translateY(0); }
}
@keyframes cta2SentBounce {
  0%  { transform:scale(0.5); opacity:0; }
  60% { transform:scale(1.15); }
  100%{ transform:scale(1); opacity:1; }
}

/* ── Section shell ── */
.ind-cta2 {
  position: relative;
  background: #0d0d0d;
  overflow: hidden;
  padding: 50px 50px;
}
.ind-cta2 .container { padding-left: 0; padding-right: 0; }
@media (max-width: 600px) { .ind-cta2 { padding: 30px 16px !important; } }
@media (max-width: 640px) {
    .whatwedo-v2  { padding: 50px 15px; }
    .process-section { padding: 50px 15px; }
    .casev3       { padding: 50px 15px; }
}

/* ── Background ── */
.ind-cta2__bg { position: absolute; inset: 0; pointer-events: none; }
.ind-cta2__orb {
  position: absolute; border-radius: 50%;
  filter: blur(80px); opacity: .28;
}
.ind-cta2__orb--1 {
  width: 520px; height: 520px;
  background: radial-gradient(circle, #DE0658, transparent 70%);
  top: -160px; left: -120px;
  animation: cta2OrbFloat 9s ease-in-out infinite;
}
.ind-cta2__orb--2 {
  width: 400px; height: 400px;
  background: radial-gradient(circle, #FF8302, transparent 70%);
  bottom: -140px; right: -80px;
  animation: cta2OrbFloat 11s ease-in-out infinite reverse;
}
.ind-cta2__orb--3 {
  width: 280px; height: 280px;
  background: radial-gradient(circle,#DE0658,transparent 70%);
  top: 40%; left: 50%;
  opacity: .12;
  animation: cta2OrbFloat 7s ease-in-out infinite 2s;
}
.ind-cta2__dots {
  position: absolute; inset: -28px;
  background-image: radial-gradient(rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 28px 28px;
  animation: cta2DotsMove 18s linear infinite;
  will-change: transform;
}

/* ── Grid ── */
.ind-cta2__grid {
  position: relative; z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

/* ── Left ── */
.ind-cta2__badge { margin-bottom: 18px; display: inline-block; }
.ind-cta2__title {
  font-size: clamp(1.7rem, 2.6vw, 2.5rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin-bottom: 18px;
}
.ind-cta2__title span {
  background: linear-gradient(90deg, #DE0658, #FF8302);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.ind-cta2__desc {
  font-size: .97rem;
  color: rgba(255,255,255,.72);
  line-height: 1.8;
  margin-bottom: 32px;
}
.ind-cta2__desc ul,
.ind-cta2__desc ol {
  padding-left: 20px;
  margin: 8px 0;
}
.ind-cta2__desc ul { list-style: disc; }
.ind-cta2__desc ol { list-style: decimal; }
.ind-cta2__desc li { margin-bottom: 4px; }
.ind-cta2__desc,
.ind-cta2__desc p,
.ind-cta2__desc li,
.ind-cta2__desc ul,
.ind-cta2__desc ol,
.ind-cta2__desc strong,
.ind-cta2__desc b,
.ind-cta2__desc em,
.ind-cta2__desc span,
.ind-cta2__desc a {
  color: rgba(255,255,255,.72) !important;
}

/* Trust badges */
.ind-cta2__trust {
  display: flex; flex-wrap: wrap; gap: 12px;
  margin-bottom: 32px;
}
.ind-cta2__trust-item {
  display: flex; align-items: center; gap: 7px;
  padding: 7px 14px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 50px;
  font-size: .82rem; color: rgba(255,255,255,.75);
  font-weight: 600;
  text-decoration: none;
  transition: background .2s, border-color .2s, transform .2s;
}
a.ind-cta2__trust-item:hover {
  background: rgba(255,255,255,.14);
  border-color: rgba(222,6,88,.5);
  transform: translateY(-2px);
}
.ind-cta2__trust-item i {
  background: linear-gradient(135deg,#DE0658,#FF8302);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  font-size: .9rem;
}
/* Deco card as link */
a.ind-cta2__deco-card { text-decoration: none; cursor: pointer; }
a.ind-cta2__deco-card:hover { border-color: rgba(222,6,88,.4); background: rgba(255,255,255,.1); }

/* Bottom row — deco card + whatsapp side by side */
.ind-cta2__bottom-row {
  display: flex; align-items: stretch; gap: 14px; flex-wrap: wrap;
}
.ind-cta2__bottom-row .ind-cta2__deco-card { flex: 1; min-width: 0; margin: 0; }

/* WhatsApp button */
@keyframes waPulse {
  0%,100%{ transform: scale(1); }
  50%    { transform: scale(1.04); }
}
.ind-cta2__wa-btn {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 18px;
  background: #25d166;
  border-radius: 16px;
  text-decoration: none;
  color: #ffffff;
  flex-shrink: 0;
  transition: background .2s, transform .22s;
  animation: waPulse 2.4s ease-in-out infinite;
  will-change: transform;
  position: relative;
}
.ind-cta2__wa-btn:hover {
  background: #1db954;
  transform: translateY(-3px);
  animation: none;
  box-shadow: none;
  color: #ffffff;
}
.ind-cta2__wa-icon {
  width: 40px; height: 40px; flex-shrink: 0;
  background: rgba(255,255,255,.2);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px;
}
.ind-cta2__wa-text strong { display: block; font-size: 16px; font-weight: 700; line-height: 1.3; }
.ind-cta2__wa-text span   { font-size: 14px; opacity: .8; }

@media (max-width: 600px) {
  .ind-cta2__bottom-row { flex-direction: column; }
  .ind-cta2__wa-btn { width: 100%; }
}

/* Social */
.ind-cta2__social-wrap { display: flex; align-items: center; gap: 14px; margin-bottom: 36px; }
.ind-cta2__social-label { font-size: .78rem; color: rgba(255,255,255,.4); font-weight: 600; text-transform: uppercase; letter-spacing: .08em; white-space: nowrap; }
.ind-cta2__socials { display: flex; gap: 8px; }
.ind-cta2__social-btn {
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,.7); font-size: 14px;
  text-decoration: none;
  transition: background .25s, color .25s, transform .25s, border-color .25s;
}
.ind-cta2__social-btn:hover {
  background: linear-gradient(135deg,#DE0658,#FF8302);
  color: #ffffff; border-color: transparent;
  transform: translateY(-4px) rotate(-5deg);
}

/* Floating deco card */
.ind-cta2__deco-card {
  display: inline-flex; align-items: center; gap: 12px;
  padding: 14px 18px;
  background: rgba(255,255,255,.07);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 16px;
  color: #ffffff; font-size: .88rem;
  position: relative;
  animation: cta2DecoFloat 4s ease-in-out infinite;
}
.ind-cta2__deco-card strong { display: block; font-size: 16px; }
.ind-cta2__deco-card span  { font-size: .78rem; color: rgba(255,255,255,.5); }
.ind-cta2__deco-avatar {
  width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg,#DE0658,#FF8302);
  display: flex; align-items: center; justify-content: center;
  font-size: 18px;
}
.ind-cta2__deco-ping {
  position: absolute; top: 12px; right: 14px;
  width: 10px; height: 10px; border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 0 0 rgba(34,197,94,.6);
  animation: cta2PingPulse 1.8s ease-in-out infinite;
}

/* ── Right: form card ── */
.ind-cta2__form-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 40px 36px;
  box-shadow: 0 32px 80px rgba(0,0,0,.35);
}
.ind-cta2__form-head { margin-bottom: 24px; }
.ind-cta2__form-head h3 { font-size: 1.25rem; font-weight: 800; color: #0a0a23; margin-bottom: 4px; }
.ind-cta2__form-head p  { font-size: 16px; color: #888; }

/* Floating-label fields */
.ind-cta2__form { display: flex; flex-direction: column; gap: 14px; }
.ind-cta2__row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ind-cta2__field {
  position: relative;
  margin-bottom: 0;
  opacity: 1;
}
.ind-cta2__field.field-in {
  animation: fieldSlideIn .45s ease forwards;
}
.ind-cta2__row .ind-cta2__field { margin-bottom: 0; }
.ind-cta2__field input,
.ind-cta2__field textarea {
  width: 100%;
  padding: 20px 16px 8px;
  border: 1.5px solid #e5e7eb;
  border-radius: 12px;
  font-size: .95rem;
  color: #0d1020;
  font-family: inherit;
  outline: none;
  background: #fafafa;
  transition: border-color .22s, box-shadow .22s, background .22s;
  resize: none;
}
.ind-cta2__field textarea { padding-top: 17px; min-height: 110px; }
.ind-cta2__field label {
  position: absolute;
  left: 16px; top: 14px;
  font-size: .88rem; color: #aaa;
  pointer-events: none;
  transition: top .2s, font-size .2s, color .2s;
  background: transparent;
}
.ind-cta2__field label span { color: #DE0658; }
/* Float label on focus or filled */
.ind-cta2__field input:focus ~ label,
.ind-cta2__field textarea:focus ~ label,
.ind-cta2__field input:not(:placeholder-shown) ~ label,
.ind-cta2__field textarea:not(:placeholder-shown) ~ label {
  top: 5px; font-size: .72rem; color: #DE0658;
}
.ind-cta2__field input:focus,
.ind-cta2__field textarea:focus {
  border-color: #DE0658;
  box-shadow: 0 0 0 4px rgba(222,6,88,.08);
  background: #ffffff;
}

/* Submit button */
.ind-cta2__submit {
  width: 100%;
  margin-top: 8px;
  padding: 15px 28px;
  background: linear-gradient(135deg,#DE0658,#FF8302);
  color: #ffffff;
  border: none;
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  position: relative;
  overflow: hidden;
  transition: transform .2s, box-shadow .2s;
}
.ind-cta2__submit::before {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(135deg,#FF8302,#DE0658);
  opacity: 0; transition: opacity .3s;
}
.ind-cta2__submit:hover { transform: translateY(-3px); }
.ind-cta2__submit:hover::before { opacity: 1; }
.ind-cta2__btn-text, .ind-cta2__btn-loading {
  position: relative; z-index: 1;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.ind-cta2__btn-loading { display: none; }
.ind-cta2__submit.is-loading .ind-cta2__btn-text    { display: none; }
.ind-cta2__submit.is-loading .ind-cta2__btn-loading { display: flex; }

/* Error */
.ind-cta2__error {
  padding: 11px 14px;
  background: #fff1f2; color: #9f1239;
  border-radius: 8px; font-size: .87rem;
  margin-bottom: 16px; border-left: 3px solid #DE0658;
}

/* Success state */
.ind-cta2__sent {
  text-align: center; padding: 40px 20px;
  animation: cta2SentBounce .55s ease;
}
.ind-cta2__sent-icon {
  width: 72px; height: 72px; border-radius: 50%; margin: 0 auto 20px;
  background: linear-gradient(135deg,#DE0658,#FF8302);
  display: flex; align-items: center; justify-content: center;
  font-size: 30px; color: #ffffff;
}
.ind-cta2__sent h3 { font-size: 1.3rem; font-weight: 800; color: #0a0a23; margin-bottom: 8px; }
.ind-cta2__sent p  { color: #666; font-size: .92rem; }

/* ── Responsive ── */
@media (max-width: 960px) {
  .ind-cta2__grid { grid-template-columns: 1fr; gap: 40px; }
  .ind-cta2 { padding: 29px 0; }
  .ind-cta2__title { font-size: clamp(1.5rem,4vw,2rem); }
}
@media (max-width: 768px) {
  .ind-cta2 { padding: 24px 0; }
  .ind-cta2__grid { gap: 32px; }
  .ind-cta2__form-card { padding: 32px 24px; border-radius: 20px; }
  .ind-cta2__row { grid-template-columns: 1fr; gap: 4px; }
  .ind-cta2__trust { gap: 8px; }
  .ind-cta2__trust-item { font-size: .78rem; padding: 6px 11px; }
  .ind-cta2__social-wrap { flex-wrap: wrap; gap: 10px; }
  .ind-cta2__bottom-row { flex-direction: column; }
  .ind-cta2__wa-btn { width: 100%; justify-content: center; }
}
@media (max-width: 600px) {
  .ind-cta2 { padding: 20px 0; }
  .ind-cta2__form-card { padding: 24px 18px; border-radius: 18px; }
  .ind-cta2__form-head h3 { font-size: 1.1rem; }
  .ind-cta2__trust { gap: 6px; }
  .ind-cta2__deco-card { font-size: .82rem; padding: 12px 14px; }
  .ind-cta2__deco-avatar { width: 34px; height: 34px; font-size: 16px; }
  .ind-cta2__submit { padding: 14px 20px; font-size: .95rem; }
}




/* ================================================================
   WEB DEVELOPMENT PAGE TEMPLATE
================================================================ */

/* CSS var overrides for WD sections */
[style*="--sec-bg"] 
[style*="--sec-heading"] 
[style*="--sec-text"] 
[style*="--sec-bg"] 
[style*="--sec-heading"] 
[style*="--sec-bg"] 
[style*="--sec-bg"] 
[style*="--sec-bg"] 
[style*="--sec-bg"] 
[style*="--sec-bg"] 
[style*="--sec-bg"] 
[style*="--sec-bg"] 
[style*="--sec-bg"] 
[style*="--sec-bg"] 
[style*="--sec-bg"] 
[style*="--sec-bg"] 
[style*="--sec-bg"] 

/* ── Hero ── */







@media (max-width: 900px) {   }












/* Graphic fallback */






/* Stats bar */






@media (max-width: 600px) {   }

/* ── Why Choose ── */


@media (max-width: 900px) {  }









/* Why placeholder */









/* ── Dev Process ── */



@media (max-width: 900px) {  }
@media (max-width: 520px)  {  }








/* ── Tech Stack ── */








/* ── Industries ── */



@media (max-width: 900px) {  }
@media (max-width: 480px)  {  }










/* ── Hero 2 ── */



/* Left */


@keyframes h2BadgePulse { 0%,100%{ opacity:1; transform:scale(1); } 50%{ opacity:.5; transform:scale(1.35); } }



/* Right card */












@media (max-width: 860px) {
  
  
  
}

/* ── Service Cards ── */












@media (max-width: 900px) {  }
@media (max-width: 580px)  {  }

/* ── CTA ── */







@media (max-width: 900px) {  }













@media (max-width: 480px) {  }








/* =====================================================
   SHARED UTILITIES
   ===================================================== */
.section-pad{padding:31px 0}
.bg-light{background:#f8f8fa}
.bg-dark{background:#0f0f14;color:#ffffff}
.text-center{text-align:center}
.section-header{margin-bottom:48px}
.section-header h2{font-size:clamp(24px,3vw,40px);font-weight:800;line-height:1.25;margin-bottom:12px}
.section-header p{color:#6b6b7b;line-height:1.7;max-width:700px}
.section-header.text-center p{margin-left:auto;margin-right:auto}
.bg-dark .section-header h2{color:#ffffff}
.bg-dark .section-header p{color:rgba(255,255,255,.65)}
.vn-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#DE0658;background:rgba(222,6,88,.08);padding:5px 14px;border-radius:30px;margin-bottom:14px}
.vn-eyebrow--light{background:rgba(255,255,255,.12);color:rgba(255,255,255,.75)}
.vn-section-head{margin-bottom:36px}
.vn-section-head h2{font-size:clamp(24px,3vw,40px);font-weight:800;line-height:1.25;margin-bottom:14px;color:#332E41}
.vn-section-head p{color:#6b6b7b;line-height:1.7;max-width:660px}
.vn-section-head.text-center p{margin-left:auto;margin-right:auto}

/* =====================================================
   APP DEVELOPMENT TEMPLATE — REDESIGNED
   ===================================================== */

/* ── HERO ── */
.adh{position:relative;padding:59px 0 56px;background:#ffffff;overflow:hidden}
.adh__bg-shape{position:absolute;top:-200px;right:-200px;width:700px;height:700px;border-radius:50%;background:radial-gradient(circle,rgba(222,6,88,.06) 0%,transparent 70%);pointer-events:none}
.adh__wrap{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.adh__pill{display:inline-block;background:rgba(222,6,88,.08);color:#DE0658;border:1px solid rgba(222,6,88,.2);border-radius:50px;padding:6px 18px;font-size:12px;font-weight:700;letter-spacing:.06em;margin-bottom:22px}
.adh__title{font-size:clamp(30px,4.5vw,52px);font-weight:900;line-height:1.13;color:#332E41;margin-bottom:18px}
.adh__sub{font-size:16px;color:#6b6b7b;line-height:1.8;margin-bottom:34px;max-width:480px}
.adh__actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:44px}
.adh__btn-primary{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg, #DE0658, #FF8302);color:#ffffff;padding:16px 38px;border-radius:50px;font-weight:700;font-size:16px;text-decoration:none;transition:transform .2s}
.adh__btn-primary:hover{transform:translateY(-2px)}
.adh__btn-ghost{font-size:16px;font-weight:600;color:#332E41;text-decoration:none;transition:color .2s}
.adh__btn-ghost:hover{color:#DE0658}
.adh__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding-top:28px;border-top:1px solid #ecedf0}
.adh__stat strong{display:block;font-size:22px;font-weight:900;background:linear-gradient(135deg, #DE0658, #FF8302);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}
.adh__stat span{font-size:12px;color:#6b6b7b;font-weight:500;margin-top:4px;display:block}
.adh__visual{display:flex;align-items:center;justify-content:center}
.adh__img{width:100%;max-width:500px;border-radius:24px;box-shadow:0 32px 80px rgba(0,0,0,.12)}
.adh__mockup{position:relative;height:460px;width:100%;display:flex;align-items:center;justify-content:center}
.adh__phone{position:absolute;border-radius:32px;box-shadow:0 24px 60px rgba(0,0,0,.18)}
.adh__phone--back{width:200px;height:400px;background:linear-gradient(145deg,rgba(222,6,88,.15),rgba(255,131,2,.1));border:1.5px solid rgba(222,6,88,.15);top:30px;left:30px;transform:rotate(-8deg)}
.adh__phone--front{width:200px;height:400px;background:#ffffff;border:2px solid #ecedf0;top:20px;right:20px;transform:rotate(4deg);display:flex;flex-direction:column;padding:32px 20px;gap:12px}
.adh__screen-bar{height:10px;background:linear-gradient(90deg,#DE0658,#FF8302);border-radius:6px}
.adh__screen-bar--sm{width:60%;height:8px;background:#ecedf0}
.adh__screen-chart{flex:1;background:linear-gradient(to top,rgba(222,6,88,.08),transparent);border-radius:10px;margin-top:8px}
.adh__badge-float{position:absolute;background:#ffffff;box-shadow:0 8px 24px rgba(0,0,0,.12);border-radius:30px;padding:8px 16px;font-size:12px;font-weight:700;color:#332E41;white-space:nowrap}
.adh__badge-float--1{bottom:80px;left:0;color:#DE0658}
.adh__badge-float--2{top:60px;right:0}
@media(max-width:960px){.adh__wrap{grid-template-columns:1fr}.adh__visual{display:none}.adh__stats{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.adh__stats{grid-template-columns:repeat(2,1fr)}}

/* ── SERVICES ── */
.ads{background:#ffffff}
.ads__header{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:end;margin-bottom:36px}
.ads__header-text h2{font-size:clamp(22px,3vw,38px);font-weight:800;line-height:1.2;margin-top:8px}
.ads__header-desc{color:#6b6b7b;align-self:end}
.ads__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.ads__card{border-radius:20px;padding:28px 22px;display:flex;flex-direction:column;gap:12px;background:#ffffff;border:1.5px solid #ecedf0;transition:border-color .25s,box-shadow .25s,transform .25s;position:relative;overflow:hidden}
.ads__card::before{content:'';position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(135deg, #DE0658, #FF8302);transform:scaleX(0);transform-origin:left;transition:transform .3s}
.ads__card:hover{border-color:transparent;box-shadow:0 12px 40px rgba(222,6,88,.1);transform:translateY(-4px)}
.ads__card:hover::before{transform:scaleX(1)}
.ads__card--accent{background:linear-gradient(135deg, #DE0658, #FF8302);border-color:transparent}
.ads__card--accent h3,.ads__card--accent p{color:#ffffff}
.ads__card--accent .ads__card-icon{background:rgba(255,255,255,.15)}
.ads__card--accent .ads__tags span{background:rgba(255,255,255,.18);color:#ffffff}
.ads__card--accent .ads__card-link{color:#ffffff}
.ads__card--accent::before{display:none}
.ads__card-icon{font-size:26px;width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:rgba(222,6,88,.07);border-radius:14px;flex-shrink:0}
.ads__card h3{font-size:15px;font-weight:700;color:#332E41;line-height:1.35}
.ads__card p{color:#6b6b7b;flex:1}
.ads__tags{display:flex;flex-wrap:wrap;gap:5px}
.ads__tags span{font-size:10.5px;color:#6b6b7b;background:#f4f4f7;border-radius:20px;padding:3px 10px}
.ads__card-link{font-size:12px;font-weight:700;color:#DE0658;text-decoration:none;margin-top:auto}
@media(max-width:1100px){.ads__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:700px){.ads__header{grid-template-columns:1fr}.ads__grid{grid-template-columns:1fr}}

/* ── DEV PROCESS ── */
.adp__header{text-align:center;margin-bottom:42px}
.adp__header h2{font-size:clamp(22px,3vw,38px);font-weight:800;margin:10px 0 12px;line-height:1.2}
.adp__header p{font-size:15px;max-width:600px;margin:0 auto}
.adp__timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:0}
.adp__step{position:relative;padding:36px 32px;border-right:1px solid rgba(255,255,255,.1)}
.adp__step:last-child{border-right:none}
.adp__step:nth-child(4),.adp__step:nth-child(5),.adp__step:nth-child(6){border-top:1px solid rgba(255,255,255,.1)}
.adp__step-num{font-size:56px;font-weight:900;background:linear-gradient(135deg, #DE0658, #FF8302);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:16px;opacity:.5;display:block}
.adp__step-line{width:40px;height:3px;background:linear-gradient(135deg, #DE0658, #FF8302);border-radius:3px;margin-bottom:16px}
.adp__step-body h3{font-size:16px;font-weight:700;color:#ffffff;margin-bottom:10px}
.adp__step-body p{font-size:13.5px;color:rgba(255,255,255,.55)}
@media(max-width:900px){.adp__timeline{grid-template-columns:repeat(2,1fr)}.adp__step:nth-child(3){border-right:none}.adp__step:nth-child(3),.adp__step:nth-child(4){border-top:1px solid rgba(255,255,255,.1)}.adp__step:nth-child(n+5){border-top:1px solid rgba(255,255,255,.1)}.adp__step:nth-child(even){border-right:none}}
@media(max-width:600px){.adp__timeline{grid-template-columns:1fr}.adp__step{border-right:none;border-top:1px solid rgba(255,255,255,.1)}.adp__step:first-child{border-top:none}}

/* ── INDUSTRIES ── */
.adi__grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.adi__card{background:#ffffff;border:1.5px solid #ecedf0;border-radius:18px;padding:26px 18px;text-align:center;transition:all .25s;cursor:default}
.adi__card:hover{border-color:#DE0658;box-shadow:0 8px 28px rgba(222,6,88,.1);transform:translateY(-3px)}
.adi__card-icon{font-size:32px;display:block;margin-bottom:12px;line-height:1}
.adi__card h3{font-size:14px;font-weight:700;margin-bottom:6px;color:#332E41}
.adi__card p{font-size:12px;color:#6b6b7b;line-height:1.5}
@media(max-width:1000px){.adi__grid{grid-template-columns:repeat(3,1fr) }}
@media(max-width:600px){.adi__grid{grid-template-columns:repeat(2,1fr)}}

/* ── WHY CHOOSE ── */
.adw__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.adw__card{background:#ffffff;border-radius:20px;padding:32px 28px;box-shadow:0 2px 0 #ecedf0,0 4px 20px rgba(0,0,0,.04);transition:box-shadow .25s,transform .25s;border:1.5px solid #ecedf0}
.adw__card:hover{box-shadow:0 10px 40px rgba(222,6,88,.1);transform:translateY(-3px);border-color:rgba(222,6,88,.2)}
.adw__card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:14px}
.adw__stat{font-size:42px;font-weight:900;background:linear-gradient(135deg, #DE0658, #FF8302);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1}
.adw__icon-dot{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg, #DE0658, #FF8302);margin-top:8px;flex-shrink:0}
.adw__card h3{font-size:16px;font-weight:700;margin-bottom:10px;color:#332E41}
.adw__card p{font-size:13.5px;color:#6b6b7b}
@media(max-width:900px){.adw__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:580px){.adw__grid{grid-template-columns:1fr}}

/* ── CITIES ── */
.adc__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.adc__item{display:flex;align-items:center;gap:14px;background:#ffffff;border:1.5px solid #ecedf0;border-radius:14px;padding:20px 20px;transition:border-color .2s,transform .2s}
.adc__item:hover{border-color:#DE0658;transform:translateY(-2px)}
.adc__dot{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg, #DE0658, #FF8302);flex-shrink:0}
.adc__item strong{display:block;font-size:15px;font-weight:700;color:#332E41;margin-bottom:3px}
.adc__item span{font-size:12px;color:#6b6b7b}
@media(max-width:900px){.adc__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:500px){.adc__grid{grid-template-columns:1fr}}

/* ── TECH STACK ── */
.adt__grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.adt__card{border:1px solid rgba(255,255,255,.1);border-radius:16px;padding:22px 14px;text-align:center;background:rgba(255,255,255,.04);backdrop-filter:blur(4px);transition:border-color .2s,background .2s}
.adt__card:hover{border-color:rgba(222,6,88,.5);background:rgba(222,6,88,.06)}
.adt__cat{display:block;font-size:9.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#DE0658;margin-bottom:8px;opacity:.8}
.adt__card strong{display:block;font-size:14px;font-weight:700;color:#ffffff;margin-bottom:4px}
.adt__card span{font-size:11px;color:rgba(255,255,255,.45)}
@media(max-width:1000px){.adt__grid{grid-template-columns:repeat(4,1fr)}}
@media(max-width:600px){.adt__grid{grid-template-columns:repeat(2,1fr)}}

/* ── PORTFOLIO ── */
.adpf__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.adpf__card{border-radius:18px;overflow:hidden;background:#ffffff;border:1.5px solid #ecedf0;display:flex;flex-direction:column;transition:box-shadow .25s,transform .25s}
.adpf__card:hover{box-shadow:0 14px 48px rgba(0,0,0,.1);transform:translateY(-4px)}
.adpf__card--wide{grid-column:span 2}
.adpf__img{display:block;height:220px;background-size:cover;background-position:center;background-color:#f0f0f5;position:relative;overflow:hidden;text-decoration:none}
.adpf__card--wide .adpf__img{height:280px}
.adpf__img-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.65),transparent 55%);display:flex;align-items:flex-end;padding:20px;opacity:0;transition:opacity .3s}
.adpf__img:hover .adpf__img-overlay{opacity:1}
.adpf__cta-label{color:#ffffff;font-size:13px;font-weight:700;background:#DE0658;padding:6px 16px;border-radius:20px}
.adpf__tags{position:absolute;top:14px;left:14px;display:flex;gap:6px;flex-wrap:wrap}
.adpf__tags span{font-size:10.5px;background:rgba(0,0,0,.5);backdrop-filter:blur(4px);color:#ffffff;padding:4px 10px;border-radius:20px}
.adpf__body{padding:20px 22px 24px;flex:1;display:flex;flex-direction:column;gap:8px}
.adpf__client{font-size:11.5px;color:#DE0658;font-weight:600;margin:0;text-transform:uppercase;letter-spacing:.05em}
.adpf__body h3 a{font-size:16px;font-weight:700;color:#332E41;text-decoration:none;line-height:1.35}
.adpf__body h3 a:hover{color:#DE0658}
.adpf__body p{color:#6b6b7b}
@media(max-width:900px){.adpf__grid{grid-template-columns:1fr}.adpf__card--wide{grid-column:auto}}

/* ── BULLET LIST ── */
.adbl__inner{display:grid;grid-template-columns:5fr 7fr;gap:64px;align-items:start}
.adbl__left{position:sticky;top:90px}
.adbl__left h2{font-size:clamp(22px,3vw,36px);font-weight:800;line-height:1.25;margin:10px 0 24px}
.adbl__cta{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg, #DE0658, #FF8302);color:#ffffff;padding:14px 30px;border-radius:50px;font-weight:700;font-size:16px;text-decoration:none;box-shadow:0 8px 24px rgba(222,6,88,.25);transition:transform .2s}
.adbl__cta:hover{transform:translateY(-2px)}
.adbl__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}
.adbl__list li{display:flex;align-items:center;gap:14px;padding:14px 18px;border-radius:12px;transition:background .2s}
.adbl__list li:hover{background:#ffffff}
.adbl__check{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg, #DE0658, #FF8302);color:#ffffff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}
.adbl__list li a{color:#332E41;text-decoration:none;font-size:15px;font-weight:500;transition:color .2s}
.adbl__list li a:hover{color:#DE0658}
@media(max-width:860px){.adbl__inner{grid-template-columns:1fr}.adbl__left{position:static}}

/* ── PINK CTA BAR ── */
.adpc{position:relative;background:linear-gradient(135deg, #DE0658, #FF8302);padding:34px 0;overflow:hidden}
.adpc__glow{position:absolute;border-radius:50%;pointer-events:none}
.adpc__glow--1{width:500px;height:500px;background:rgba(255,255,255,.06);top:-200px;right:-100px}
.adpc__glow--2{width:300px;height:300px;background:rgba(255,255,255,.05);bottom:-100px;left:-50px}
.adpc__inner{display:flex;align-items:center;justify-content:space-between;gap:40px;position:relative;z-index:1}
.adpc__text h2{font-size:clamp(22px,2.5vw,34px);font-weight:900;color:#ffffff;margin-bottom:12px;line-height:1.2}
.adpc__text p{font-size:15px;color:rgba(255,255,255,.75);max-width:680px}
.adpc__btn{flex-shrink:0;display:inline-flex;align-items:center;gap:8px;border:2px solid rgba(255,255,255,.5);background:rgba(255,255,255,.12);backdrop-filter:blur(6px);color:#ffffff;padding:16px 34px;border-radius:50px;font-weight:700;font-size:16px;text-decoration:none;white-space:nowrap;transition:background .25s,border-color .25s}
.adpc__btn:hover{background:#ffffff;border-color:#ffffff;color:#DE0658}
@media(max-width:768px){.adpc__inner{flex-direction:column;text-align:center}}

/* ── SPLIT CONTENT ── */
.adsc__inner{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:start}
.adsc__left h2{font-size:clamp(22px,3vw,38px);font-weight:800;line-height:1.25;margin:10px 0 18px;color:#332E41}
.adsc__left>p{font-size:15px;color:#6b6b7b;margin-bottom:22px}
.adsc__bullets{list-style:none;padding:0;margin:0 0 30px;display:flex;flex-direction:column;gap:12px}
.adsc__bullets li{display:flex;align-items:flex-start;gap:12px;font-size:14px;color:#6b6b7b;line-height:1.6}
.adsc__tick{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg, #DE0658, #FF8302);color:#ffffff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0;margin-top:2px}
.adsc__btn{display:inline-flex;align-items:center;gap:8px;background:#332E41;color:#ffffff;padding:14px 32px;border-radius:50px;font-weight:700;font-size:16px;text-decoration:none;transition:background .2s}
.adsc__btn:hover{background:#DE0658}
.adsc__right{display:flex;flex-direction:column;gap:18px}
.adsc__card{display:flex;align-items:flex-start;gap:18px;background:#ffffff;border:1.5px solid #ecedf0;border-radius:18px;padding:26px 24px;transition:border-color .2s,box-shadow .2s}
.adsc__card:hover{border-color:#DE0658;box-shadow:0 6px 20px rgba(222,6,88,.07)}
.adsc__card-icon{font-size:28px;width:54px;height:54px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(222,6,88,.08),rgba(255,131,2,.08));border-radius:14px;flex-shrink:0}
.adsc__card h3{font-size:15px;font-weight:700;margin-bottom:8px;color:#332E41}
.adsc__card p{font-size:13.5px;color:#6b6b7b}
@media(max-width:900px){.adsc__inner{grid-template-columns:1fr}}

/* ── PROCESS V2 ── */
.adp2__header{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:end;margin-bottom:36px}
.adp2__header h2{font-size:clamp(22px,3vw,38px);font-weight:800;line-height:1.25;margin:8px 0 0;color:#332E41}
.adp2__header p{font-size:15px;color:#6b6b7b;align-self:end}
.adp2__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0}
.adp2__item{padding:36px 32px;border:1px solid #ecedf0;margin:-1px 0 0 -1px;transition:background .2s}
.adp2__item:hover{background:rgba(222,6,88,.02)}
.adp2__num{font-size:38px;font-weight:900;background:linear-gradient(135deg, #DE0658, #FF8302);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:block;line-height:1;margin-bottom:14px}
.adp2__divider{width:32px;height:2px;background:linear-gradient(135deg, #DE0658, #FF8302);border-radius:2px;margin-bottom:16px}
.adp2__item h3{font-size:17px;font-weight:700;color:#332E41;margin-bottom:12px}
.adp2__item p{font-size:14px;color:#6b6b7b}
@media(max-width:768px){.adp2__header{grid-template-columns:1fr}.adp2__grid{grid-template-columns:1fr}}

/* ── GEOGRAPHIC FOCUS ── */
.adgf__inner{display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center}
.adgf__left h2{font-size:clamp(22px,3vw,38px);font-weight:800;line-height:1.25;margin:10px 0 18px;color:#332E41}
.adgf__left p{font-size:15px;color:#6b6b7b;margin-bottom:28px}
.adgf__btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg, #DE0658, #FF8302);color:#ffffff;padding:14px 32px;border-radius:50px;font-weight:700;font-size:16px;text-decoration:none;transition:transform .2s}
.adgf__btn:hover{transform:translateY(-2px)}
.adgf__right{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.adgf__market{display:flex;align-items:center;gap:14px;background:#ffffff;border:1.5px solid #ecedf0;border-radius:16px;padding:18px 20px;transition:border-color .2s,transform .2s}
.adgf__market:hover{border-color:#DE0658;transform:translateY(-2px)}
.adgf__flag{font-size:26px;flex-shrink:0;line-height:1}
.adgf__market strong{display:block;font-size:14px;font-weight:700;color:#332E41;margin-bottom:3px}
.adgf__market span{font-size:12px;color:#6b6b7b}
@media(max-width:900px){.adgf__inner{grid-template-columns:1fr}.adgf__right{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.adgf__right{grid-template-columns:repeat(2,1fr)}}

/* ── INDUSTRY EXPERTISE ── */
.adex__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.adex__card{background:#ffffff;border:1.5px solid #ecedf0;border-radius:18px;padding:32px 20px;text-align:center;transition:all .25s;display:flex;flex-direction:column;align-items:center;gap:12px}
.adex__card:hover{border-color:#DE0658;box-shadow:0 8px 28px rgba(222,6,88,.1);transform:translateY(-3px)}
.adex__icon{font-size:34px;width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(222,6,88,.09),rgba(255,131,2,.09));border-radius:50%;line-height:1}
.adex__card h3{font-size:15px;font-weight:700;color:#332E41}
.adex__count{font-size:12px;color:#DE0658;font-weight:600;background:rgba(222,6,88,.07);padding:4px 12px;border-radius:20px}
@media(max-width:900px){.adex__grid{grid-template-columns:repeat(2,1fr)}}

/* ── TESTIMONIALS ── */
.adtm__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.adtm__card{background:#ffffff;border:1.5px solid #ecedf0;border-radius:20px;padding:30px 26px;display:flex;flex-direction:column;gap:16px;transition:box-shadow .2s,transform .2s}
.adtm__card:hover{box-shadow:0 10px 36px rgba(0,0,0,.08);transform:translateY(-3px)}
.adtm__stars{color:#f59e0b;font-size:14px;letter-spacing:3px}
.adtm__quote{font-size:14px;color:#6b6b7b;line-height:1.75;flex:1;font-style:italic}
.adtm__author{display:flex;align-items:center;gap:12px;padding-top:16px;border-top:1px solid #ecedf0}
.adtm__avatar{width:44px;height:44px;border-radius:50%;overflow:hidden;flex-shrink:0}
.adtm__avatar img{width:100%;height:100%;object-fit:cover}
.adtm__avatar--ph{background:linear-gradient(135deg, #DE0658, #FF8302);display:flex;align-items:center;justify-content:center;color:#ffffff;font-weight:700;font-size:17px}
.adtm__author-info strong{display:block;font-size:14px;font-weight:700;color:#332E41}
.adtm__author-info span{font-size:12px;color:#6b6b7b}
@media(max-width:900px){.adtm__grid{grid-template-columns:1fr}}

/* ── RELATED SERVICES ── */
.adrl__head{margin-bottom:36px}
.adrl__head h2{font-size:clamp(22px,3vw,34px);font-weight:800;margin:8px 0 10px;color:#332E41}
.adrl__head p{font-size:15px;color:#6b6b7b}
.adrl__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.adrl__card{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#ffffff;border:1.5px solid #ecedf0;border-radius:14px;padding:18px 20px;text-decoration:none;transition:border-color .2s,transform .2s,box-shadow .2s}
.adrl__card:hover{border-color:#DE0658;transform:translateX(4px);box-shadow:0 4px 16px rgba(222,6,88,.08)}
.adrl__card span:first-child{font-size:14px;font-weight:600;color:#332E41;line-height:1.4}
.adrl__arrow{color:#DE0658;font-size:18px;flex-shrink:0;transition:transform .2s}
.adrl__card:hover .adrl__arrow{transform:translateX(3px)}
.adrl__viewall{display:inline-flex;align-items:center;gap:8px;border:2px solid #DE0658;color:#DE0658;padding:13px 32px;border-radius:50px;font-weight:700;font-size:16px;text-decoration:none;transition:background .2s,color .2s}
.adrl__viewall:hover{background:#DE0658;color:#ffffff}
@media(max-width:900px){.adrl__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:500px){.adrl__grid{grid-template-columns:1fr}}

/* ── BLOGS ── */
.adbg__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.adbg__card{background:#ffffff;border-radius:20px;overflow:hidden;border:1.5px solid #ecedf0;transition:box-shadow .25s,transform .25s;display:flex;flex-direction:column}
.adbg__card:hover{box-shadow:0 12px 40px rgba(0,0,0,.09);transform:translateY(-4px)}
.adbg__img{display:block;position:relative;overflow:hidden;height:200px;background:#ecedf0;text-decoration:none}
.adbg__img img{width:100%;height:100%;object-fit:cover;transition:transform .45s}
.adbg__card:hover .adbg__img img{transform:scale(1.06)}
.adbg__cat{position:absolute;top:12px;left:12px;background:linear-gradient(135deg, #DE0658, #FF8302);color:#ffffff;font-size:10.5px;font-weight:700;padding:4px 12px;border-radius:20px}
.adbg__body{padding:22px 20px 24px;display:flex;flex-direction:column;gap:10px;flex:1}
.adbg__meta{font-size:11.5px;color:#6b6b7b;margin:0}
.adbg__body h3 a{font-size:16px;font-weight:700;color:#332E41;text-decoration:none;line-height:1.4}
.adbg__body h3 a:hover{color:#DE0658}
.adbg__body p{color:#6b6b7b;flex:1}
.adbg__read-link{font-size:13px;font-weight:700;color:#DE0658;text-decoration:none;display:inline-flex;align-items:center;gap:5px}
@media(max-width:900px){.adbg__grid{grid-template-columns:1fr}}

/* ── FAQ ── */
.adfq__inner{display:grid;grid-template-columns:5fr 7fr;gap:64px;align-items:start}
.adfq__left{position:sticky;top:90px}
.adfq__left h2{font-size:clamp(22px,3vw,36px);font-weight:800;line-height:1.25;margin:10px 0 16px;color:#332E41}
.adfq__left p{font-size:15px;color:#6b6b7b}
.adfq__left p a{color:#DE0658;font-weight:600}
.adfq__right{display:flex;flex-direction:column;gap:8px}
.adfq__item{border:1.5px solid #ecedf0;border-radius:14px;overflow:hidden;background:#ffffff;transition:border-color .2s}
.adfq__item:has(.adfq__q[aria-expanded="true"]){border-color:rgba(222,6,88,.25)}
.adfq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;background:none;border:none;cursor:pointer;text-align:left;font-size:15px;font-weight:600;color:#332E41;line-height:1.4}
.adfq__q[aria-expanded="true"]{color:#DE0658}
.adfq__icon{font-size:20px;color:#DE0658;font-weight:300;flex-shrink:0;transition:transform .3s;line-height:1;width:22px;text-align:center}
.adfq__q[aria-expanded="true"] .adfq__icon{transform:rotate(45deg)}
.adfq__a{padding:0 22px 18px;font-size:14px;color:#6b6b7b;line-height:1.75}
@media(max-width:860px){.adfq__inner{grid-template-columns:1fr}.adfq__left{position:static}}



/* ═══════════════════════════════════════════════════════════════
   AI SERVICES PAGE  —  aip-* component styles  (v2 — cinematic AI)
   ═══════════════════════════════════════════════════════════════ */

/* ── Tokens ── */
:root{
  --aip-pink:#DE0658;--aip-orange:#FF8302;--aip-purple:#DE0658;
  --aip-teal:#FF8302;--aip-green:#FF8302;--aip-cyan:#FF8302;
  --aip-bg:#f4f6fb;--aip-card:#ffffff;--aip-border:#e2e6f0;
  --aip-text:#0f1117;--aip-muted:#64748b;--aip-radius:18px;
  --aip-glow:rgba(222,6,88,.35);
}

/* ── Gradient text ── */
.aip-gradient-text{
  background:linear-gradient(110deg,var(--aip-pink) 0%,var(--aip-orange) 100%);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}

/* ── Scroll-reveal ── */
.aip-reveal{opacity:0;transform:translateY(32px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}
.aip-reveal.aip-reveal--delay{transition-delay:.2s}
.aip-reveal.aip-reveal--d2{transition-delay:.35s}
.aip-reveal.aip-visible{opacity:1;transform:none}

/* ── Chip ── */
.aip-chip{
  display:inline-flex;align-items:center;gap:8px;padding:5px 14px;border-radius:100px;
  background:linear-gradient(110deg,rgba(222,6,88,.08),rgba(255,131,2,.08));
  border:1px solid rgba(222,6,88,.2);
  font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--aip-pink);
}
.aip-chip--pulse .aip-chip__dot{width:7px;height:7px;border-radius:50%;background:var(--aip-pink);animation:aipPulse 1.8s infinite;flex-shrink:0}
@keyframes aipPulse{0%,100%{opacity:1;box-shadow:0 0 0 0 rgba(222,6,88,.4)}50%{opacity:.5;box-shadow:0 0 0 6px rgba(222,6,88,0)}}

/* ── Buttons ── */
.aip-btn-primary{
  display:inline-flex;align-items:center;gap:8px;padding:13px 26px;border-radius:12px;
  background:linear-gradient(110deg,var(--aip-pink),var(--aip-orange));
  color:#ffffff;font-weight:700;font-size:16px;text-decoration:none;
  box-shadow:0 4px 20px rgba(222,6,88,.3);transition:transform .2s,box-shadow .2s;
}
.aip-btn-primary:hover{transform:translateY(-2px);color:#ffffff}
.aip-btn-outline{
  display:inline-flex;align-items:center;gap:8px;padding:12px 24px;border-radius:12px;
  border:2px solid rgba(222,6,88,.3);color:var(--aip-pink);font-weight:700;font-size:16px;
  text-decoration:none;background:rgba(255,255,255,.6);backdrop-filter:blur(6px);
  transition:border-color .2s,background .2s,transform .2s;
}
.aip-btn-outline:hover{border-color:var(--aip-pink);background:rgba(222,6,88,.06);transform:translateY(-2px);color:var(--aip-pink)}

/* ── Section head ── */
.aip-section-head{text-align:center;max-width:660px;margin:0 auto 52px}
.aip-section-head .aip-chip{margin-bottom:16px}
.aip-section-head h2{font-size:clamp(26px,3.8vw,46px);font-weight:900;line-height:1.15;color:var(--aip-text);margin:0 0 16px}
.aip-section-head p{color:var(--aip-muted);margin:0}

/* ══════════════════════════ HERO — dark cinematic ══════════════════════════ */
.aip-hero{
  position:relative;overflow:hidden;padding:77px 0 90px;
  background:#070b14;
  /* animated grid */
  background-image:
    linear-gradient(rgba(222,6,88,.07) 1px,transparent 1px),
    linear-gradient(90deg,rgba(222,6,88,.07) 1px,transparent 1px);
  background-size:40px 40px;
}
/* scanline shimmer */
.aip-hero::after{
  content:'';position:absolute;inset:0;pointer-events:none;
  background:linear-gradient(180deg,transparent 60%,rgba(7,11,20,.8) 100%);
}
.aip-hero__blob{
  position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none;
  animation:aipBlobFloat 9s ease-in-out infinite alternate;
}
.aip-hero__blob--1{width:600px;height:600px;top:-180px;left:-180px;background:radial-gradient(circle,rgba(222,6,88,.18),transparent 65%);animation-delay:0s}
.aip-hero__blob--2{width:500px;height:500px;top:20%;right:-150px;background:radial-gradient(circle,rgba(222,6,88,.12),transparent 65%);animation-delay:-4s}
.aip-hero__blob--3{width:350px;height:350px;bottom:-80px;left:40%;background:radial-gradient(circle,rgba(255,131,2,.1),transparent 65%);animation-delay:-8s}
@keyframes aipBlobFloat{0%{transform:translate(0,0) scale(1)}100%{transform:translate(24px,36px) scale(1.08)}}

.aip-hero__inner{
  display:grid;grid-template-columns:1fr 1fr;gap:72px;align-items:center;
  position:relative;z-index:2;
}
.aip-hero__left .aip-chip{
  margin-bottom:24px;
  background:rgba(222,6,88,.12);border-color:rgba(222,6,88,.3);color:#ff6699;
}
.aip-hero__title{
  font-size:clamp(34px,4.8vw,62px);font-weight:900;line-height:1.07;
  color:#ffffff;margin:0 0 22px;letter-spacing:-.02em;
}
.aip-hero__title .aip-gradient-text{
  background:linear-gradient(110deg,#ff2d7a,#FF8302,#a855f7);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
  /* glow */
  filter:drop-shadow(0 0 18px rgba(222,6,88,.45));
}
.aip-hero__desc{font-size:17px;color:rgba(255,255,255,.6);line-height:1.8;margin:0 0 34px;max-width:480px}
.aip-hero__ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:40px}
.aip-hero__proof{display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.aip-hero__proof-item{display:flex;flex-direction:column;gap:3px}
.aip-hero__proof-item strong{font-size:22px;font-weight:800;color:#ffffff}
.aip-hero__proof-item span{font-size:12px;color:rgba(255,255,255,.45)}
.aip-hero__proof-divider{width:1px;height:36px;background:rgba(255,255,255,.12)}

/* Chat card */
.aip-hero__right{position:relative}
.aip-hero__card--main{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.1);
  border-radius:22px;
  backdrop-filter:blur(16px);
  box-shadow:0 0 0 1px rgba(222,6,88,.15),0 24px 60px rgba(0,0,0,.5),inset 0 1px 0 rgba(255,255,255,.07);
  overflow:hidden;
  animation:aipCardEntrance .9s cubic-bezier(.22,1,.36,1) both;
  animation-delay:.5s;
}
@keyframes aipCardEntrance{from{opacity:0;transform:translateY(40px) scale(.96)}to{opacity:1;transform:none}}
.aip-hero__card-header{
  display:flex;align-items:center;gap:12px;padding:16px 20px;
  background:linear-gradient(110deg,rgba(222,6,88,.15),rgba(255,131,2,.08));
  border-bottom:1px solid rgba(255,255,255,.07);
}
.aip-hero__card-icon{font-size:26px;line-height:1}
.aip-hero__card-header strong{font-size:13.5px;font-weight:700;color:#ffffff;display:block}
.aip-hero__card-header span{font-size:11px;color:rgba(255,255,255,.4)}
.aip-hero__card-live{
  margin-left:auto;background:linear-gradient(110deg,#DE0658,#FF8302);
  color:#ffffff;font-size:10px;font-weight:700;padding:3px 10px;border-radius:20px;
  box-shadow:0 0 12px rgba(222,6,88,.5);
  animation:aipLivePulse 2s infinite;
}
@keyframes aipLivePulse{0%,100%{box-shadow:0 0 10px rgba(222,6,88,.5)}50%{box-shadow:0 0 20px rgba(222,6,88,.8)}}
.aip-hero__chat{padding:20px;display:flex;flex-direction:column;gap:12px}
.aip-msg{max-width:85%;padding:12px 16px;border-radius:16px;font-size:13.5px;line-height:1.65}
.aip-msg--in{
  align-self:flex-end;
  background:linear-gradient(110deg,var(--aip-pink),var(--aip-orange));
  color:#ffffff;border-bottom-right-radius:4px;
  box-shadow:0 4px 14px rgba(222,6,88,.35);
}
.aip-msg--out{
  align-self:flex-start;
  background:rgba(255,255,255,.08);color:rgba(255,255,255,.88);
  border:1px solid rgba(255,255,255,.1);border-bottom-left-radius:4px;
}
.aip-msg--out ul{margin:8px 0 0 2px;padding:0;list-style:none;display:flex;flex-direction:column;gap:4px}
.aip-msg--out ul li{font-size:12.5px;color:rgba(255,255,255,.8)}
.aip-typing{
  align-self:flex-start;display:flex;align-items:center;gap:5px;
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);
  padding:12px 18px;border-radius:16px;border-bottom-left-radius:4px;
}
.aip-typing span{
  width:7px;height:7px;background:rgba(255,255,255,.4);border-radius:50%;
  animation:aipTyping 1.4s infinite;
}
.aip-typing span:nth-child(2){animation-delay:.2s}
.aip-typing span:nth-child(3){animation-delay:.4s}
@keyframes aipTyping{0%,60%,100%{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}

/* Hero floats */
.aip-hero__float{
  position:absolute;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
  backdrop-filter:blur(12px);
  border-radius:14px;
  padding:10px 16px;display:flex;align-items:center;gap:10px;white-space:nowrap;
  animation:aipFloatBob 5s ease-in-out infinite alternate;
  box-shadow:0 8px 28px rgba(0,0,0,.3);
}
.aip-hero__float span:first-child{font-size:22px}
.aip-hero__float strong{font-size:13.5px;font-weight:700;color:#ffffff;display:block}
.aip-hero__float small{font-size:11px;color:rgba(255,255,255,.5)}
.aip-hero__float--1{bottom:-20px;left:-24px;animation-delay:0s}
.aip-hero__float--2{top:16px;right:-20px;animation-delay:-2.5s}
@keyframes aipFloatBob{0%{transform:translateY(0)}100%{transform:translateY(-12px)}}

@media(max-width:960px){.aip-hero__inner{grid-template-columns:1fr;gap:48px}.aip-hero__right{display:none}}
@media(max-width:640px){.aip-hero{padding:56px 0 60px}.aip-hero__title{font-size:36px}}

/* ══════════════════════════ LOGOS ══════════════════════════ */
.aip-logos{
  padding:15px 0;background:#0d1020;
  border-top:1px solid rgba(255,255,255,.05);
  border-bottom:1px solid rgba(255,255,255,.05);
}
.aip-logos__label{text-align:center;font-size:10.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:rgba(255,255,255,.3);margin:0 0 14px}
.aip-logos__row{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;padding:0 16px}
.aip-logos__tag{
  padding:5px 14px;border-radius:100px;
  background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);
  font-size:12px;font-weight:600;color:rgba(255,255,255,.55);
  transition:background .25s,color .25s,border-color .25s,box-shadow .25s;
}
.aip-logos__tag:hover{
  background:rgba(222,6,88,.12);border-color:rgba(222,6,88,.35);
  color:#ff6699;box-shadow:0 0 14px rgba(222,6,88,.2);
}

/* ══════════════════════════ SERVICES ══════════════════════════ */
.aip-services{padding:43px 0;background:var(--aip-bg)}
.aip-services__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.aip-svc-card{
  background:#ffffff;border-radius:var(--aip-radius);
  border:1.5px solid var(--aip-border);
  padding:28px 26px;position:relative;overflow:hidden;
  display:flex;flex-direction:column;gap:14px;
  transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s,border-color .35s;
}
.aip-svc-card::before{
  content:'';position:absolute;top:0;left:0;right:0;height:3px;
  background:var(--card-accent,var(--aip-pink));
  transform:scaleX(0);transform-origin:left;
  transition:transform .4s cubic-bezier(.22,1,.36,1);
}
.aip-svc-card::after{
  content:'';position:absolute;inset:0;border-radius:var(--aip-radius);
  background:radial-gradient(600px at var(--mx,50%) var(--my,50%),rgba(222,6,88,.04),transparent 60%);
  opacity:0;transition:opacity .3s;pointer-events:none;
}
.aip-svc-card:hover::before{transform:scaleX(1)}
.aip-svc-card:hover::after{opacity:1}
.aip-svc-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 48px rgba(0,0,0,.08),0 0 0 1px rgba(222,6,88,.1);
  border-color:rgba(222,6,88,.2);
}
.aip-svc-card__badge{
  position:absolute;top:16px;right:16px;
  background:linear-gradient(110deg,var(--aip-pink),var(--aip-orange));
  color:#ffffff;font-size:10px;font-weight:700;padding:3px 9px;border-radius:20px;letter-spacing:.04em;
}
.aip-svc-card__icon{
  width:52px;height:52px;border-radius:14px;
  display:flex;align-items:center;justify-content:center;font-size:26px;flex-shrink:0;
  transition:transform .3s;
}
.aip-svc-card:hover .aip-svc-card__icon{transform:scale(1.1) rotate(-4deg)}
.aip-svc-card h3{font-size:17px;font-weight:800;color:var(--aip-text);margin:0;line-height:1.3}
.aip-svc-card p{color:var(--aip-muted);margin:0;flex:1}
.aip-svc-card__pills{display:flex;flex-wrap:wrap;gap:6px}
.aip-svc-card__pills span{font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px;background:#f4f5f9;color:#555}
.aip-svc-card__link{font-size:13px;font-weight:700;text-decoration:none;margin-top:4px;display:inline-flex;align-items:center;gap:5px;transition:gap .2s}
.aip-svc-card__link:hover{gap:9px}
@media(max-width:1024px){.aip-services__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.aip-services__grid{grid-template-columns:1fr}}

/* ══════════════════════════ STATS — dark glow ══════════════════════════ */
.aip-stats{
  padding:0;background:#0d1020;
  position:relative;overflow:hidden;
}
.aip-stats::before{
  content:'';position:absolute;inset:0;
  background:linear-gradient(110deg,rgba(222,6,88,.08) 0%,transparent 50%,rgba(255,131,2,.05) 100%);
  pointer-events:none;
}
.aip-stats__inner{
  display:grid;grid-template-columns:repeat(4,1fr);gap:0;
  position:relative;z-index:1;
}
.aip-stats__card{
  text-align:center;padding:52px 24px;
  display:flex;flex-direction:column;gap:6px;align-items:center;
  border-right:1px solid rgba(255,255,255,.07);
  position:relative;overflow:hidden;
  transition:background .3s;
}
.aip-stats__card::before{
  content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);
  width:60%;height:1px;
  background:linear-gradient(90deg,transparent,rgba(222,6,88,.5),transparent);
  opacity:0;transition:opacity .4s;
}
.aip-stats__card:hover{background:rgba(222,6,88,.04)}
.aip-stats__card:hover::before{opacity:1}
.aip-stats__card:last-child{border-right:none}
.aip-stats__card strong{
  font-size:clamp(40px,4.5vw,58px);font-weight:900;
  background:linear-gradient(110deg,#ffffff 0%,rgba(255,100,150,.9) 100%);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
  filter:drop-shadow(0 0 12px rgba(222,6,88,.3));
}
.aip-stats__card span{font-size:15px;font-weight:700;color:rgba(255,255,255,.75)}
.aip-stats__card small{font-size:11.5px;color:rgba(255,255,255,.35)}
@media(max-width:768px){.aip-stats__inner{grid-template-columns:repeat(2,1fr)}.aip-stats__card{border-right:none;border-bottom:1px solid rgba(255,255,255,.06)}}

/* ══════════════════════════ PROCESS — glowing steps ══════════════════════════ */
.aip-process{padding:43px 0;background:#ffffff;position:relative;overflow:hidden}
.aip-process::before{
  content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);
  width:800px;height:800px;border-radius:50%;
  background:radial-gradient(circle,rgba(222,6,88,.03),transparent 65%);
  pointer-events:none;
}
.aip-process__steps{
  display:grid;grid-template-columns:repeat(4,1fr);gap:0;
  position:relative;
}
/* connector line */
.aip-process__steps::before{
  content:'';position:absolute;top:68px;left:10%;right:10%;height:1px;
  background:linear-gradient(90deg,transparent,rgba(222,6,88,.2),rgba(255,131,2,.2),transparent);
  z-index:0;
}
.aip-process__step{
  padding:28px 24px 32px;position:relative;z-index:1;
  transition:transform .35s cubic-bezier(.22,1,.36,1);
}
.aip-process__step:hover{transform:translateY(-6px)}
.aip-process__step-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}
.aip-process__num{
  font-size:48px;font-weight:900;line-height:1;
  background:linear-gradient(110deg,var(--aip-pink),var(--aip-orange));
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
  filter:drop-shadow(0 0 10px rgba(222,6,88,.25));
}
.aip-process__time{
  font-size:10.5px;font-weight:700;color:var(--aip-muted);
  background:linear-gradient(110deg,rgba(222,6,88,.06),rgba(255,131,2,.06));
  border:1px solid rgba(222,6,88,.15);
  padding:4px 10px;border-radius:20px;
}
.aip-process__icon{
  font-size:34px;margin-bottom:14px;display:block;
  transition:transform .35s;
}
.aip-process__step:hover .aip-process__icon{transform:scale(1.2) rotate(-6deg)}
.aip-process__step h3{font-size:15.5px;font-weight:800;color:var(--aip-text);margin:0 0 10px;line-height:1.35}
.aip-process__step p{font-size:13.5px;color:var(--aip-muted);line-height:1.72;margin:0}
/* node dot on connector */
.aip-process__step::before{
  content:'';position:absolute;top:62px;left:50%;transform:translateX(-50%);
  width:14px;height:14px;border-radius:50%;z-index:2;
  background:linear-gradient(110deg,var(--aip-pink),var(--aip-orange));
  box-shadow:0 0 0 4px rgba(222,6,88,.15),0 0 12px rgba(222,6,88,.4);
}
@media(max-width:900px){
  .aip-process__steps{grid-template-columns:repeat(2,1fr)}
  .aip-process__steps::before{display:none}
  .aip-process__step::before{display:none}
}
@media(max-width:560px){.aip-process__steps{grid-template-columns:1fr}}

/* ══════════════════════════ WHY ══════════════════════════ */
.aip-why{padding:43px 0;background:var(--aip-bg)}
.aip-why__inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.aip-why__left .aip-chip{margin-bottom:18px}
.aip-why__left h2{font-size:clamp(24px,3.2vw,42px);font-weight:900;line-height:1.18;color:var(--aip-text);margin:0 0 16px}
.aip-why__lead{font-size:16px;color:var(--aip-muted);line-height:1.75;margin:0 0 28px}
.aip-why__items{display:flex;flex-direction:column;gap:18px}
.aip-why__item{
  display:flex;align-items:flex-start;gap:16px;padding:16px;
  border-radius:14px;background:#ffffff;border:1.5px solid transparent;
  transition:border-color .3s,box-shadow .3s,transform .3s;
}
.aip-why__item:hover{
  border-color:rgba(222,6,88,.15);
  box-shadow:0 6px 24px rgba(0,0,0,.06);
  transform:translateX(4px);
}
.aip-why__item-icon{
  width:44px;height:44px;border-radius:12px;flex-shrink:0;
  display:flex;align-items:center;justify-content:center;font-size:20px;
  transition:transform .3s;
}
.aip-why__item:hover .aip-why__item-icon{transform:scale(1.12) rotate(-5deg)}
.aip-why__item h4{font-size:15px;font-weight:700;color:var(--aip-text);margin:0 0 5px}
.aip-why__item p{font-size:13.5px;color:var(--aip-muted);line-height:1.7;margin:0}
/* dashboard */
.aip-why__visual{position:relative;padding-top:16px}
.aip-why__dashboard{
  background:#ffffff;border-radius:22px;
  border:1.5px solid var(--aip-border);
  box-shadow:0 20px 60px rgba(0,0,0,.08);
  padding:26px;overflow:hidden;position:relative;
}
.aip-why__dashboard::after{
  content:'';position:absolute;top:-40%;right:-20%;width:300px;height:300px;border-radius:50%;
  background:radial-gradient(circle,rgba(222,6,88,.05),transparent 65%);pointer-events:none;
}
.aip-why__dash-header{
  display:flex;align-items:center;justify-content:space-between;
  font-size:14px;font-weight:700;color:var(--aip-text);
  margin-bottom:22px;padding-bottom:16px;border-bottom:1px solid var(--aip-border);
}
.aip-why__live{display:flex;align-items:center;gap:7px;font-size:12px;font-weight:600;color:var(--aip-green)}
.aip-why__live i{width:7px;height:7px;background:var(--aip-green);border-radius:50%;animation:aipPulse 1.8s infinite;font-style:normal}
.aip-why__metric{margin-bottom:18px}
.aip-why__metric:last-of-type{margin-bottom:0}
.aip-why__metric-row{display:flex;justify-content:space-between;font-size:13px;margin-bottom:8px}
.aip-why__metric-row span{color:var(--aip-muted)}
.aip-why__metric-row strong{font-weight:700;color:var(--aip-text)}
.aip-why__bar-bg{height:8px;background:#f0f1f7;border-radius:100px;overflow:hidden}
.aip-why__bar-fill{height:100%;border-radius:100px;transition:width 1.4s cubic-bezier(.4,0,.2,1);width:0%;position:relative}
.aip-why__bar-fill::after{content:'';position:absolute;top:0;right:0;bottom:0;width:30%;background:rgba(255,255,255,.3);border-radius:100px}
.aip-why__dash-footer{
  display:flex;justify-content:space-between;
  font-size:11px;color:var(--aip-muted);
  margin-top:18px;padding-top:14px;border-top:1px solid var(--aip-border);
}
.aip-why__badge{
  position:absolute;background:#ffffff;border-radius:14px;
  box-shadow:0 8px 28px rgba(0,0,0,.1);padding:10px 18px;
  display:flex;flex-direction:column;align-items:center;gap:2px;
  animation:aipFloatBob 5s ease-in-out infinite alternate;
  border:1.5px solid var(--aip-border);
}
.aip-why__badge strong{font-size:18px;font-weight:800;color:var(--aip-pink)}
.aip-why__badge span{font-size:11px;color:var(--aip-muted)}
.aip-why__badge--a{bottom:-16px;left:-20px;animation-delay:0s}
.aip-why__badge--b{top:-16px;right:-16px;animation-delay:-2.5s}
@media(max-width:960px){.aip-why__inner{grid-template-columns:1fr}.aip-why__visual{display:none}}

/* ══════════════════════════ USE CASES ══════════════════════════ */
.aip-usecases{padding:43px 0;background:#ffffff}
.aip-usecases__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.aip-uc-card{
  border-radius:var(--aip-radius);border:1.5px solid var(--aip-border);
  background:#ffffff;overflow:hidden;
  display:flex;flex-direction:column;
  transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s,border-color .35s;
  position:relative;
}
.aip-uc-card::before{
  content:'';position:absolute;inset:0;
  background:radial-gradient(300px at 50% 0%,var(--uc-glow,rgba(222,6,88,.06)),transparent 70%);
  opacity:0;transition:opacity .35s;pointer-events:none;
}
.aip-uc-card:hover::before{opacity:1}
.aip-uc-card:hover{transform:translateY(-5px);box-shadow:0 16px 44px rgba(0,0,0,.09);border-color:rgba(222,6,88,.18)}
.aip-uc-card__head{padding:20px 22px;display:flex;align-items:center;gap:14px}
.aip-uc-card__icon{
  width:46px;height:46px;border-radius:12px;
  display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0;
  transition:transform .3s;
}
.aip-uc-card:hover .aip-uc-card__icon{transform:scale(1.12) rotate(-5deg)}
.aip-uc-card__head h3{font-size:17px;font-weight:800;color:var(--aip-text);margin:0}
.aip-uc-card ul{list-style:none;margin:0;padding:4px 22px 12px;display:flex;flex-direction:column;gap:6px;flex:1}
.aip-uc-card ul li{font-size:13px;color:var(--aip-muted);padding:4px 0;border-bottom:1px solid #f0f2f7;display:flex;align-items:center;gap:8px}
.aip-uc-card ul li::before{content:'→';font-size:11px;opacity:.4;flex-shrink:0}
.aip-uc-card a{font-size:13px;font-weight:700;padding:14px 22px;display:inline-flex;align-items:center;gap:6px;text-decoration:none;transition:gap .2s}
.aip-uc-card a:hover{gap:10px}
@media(max-width:1024px){.aip-usecases__grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.aip-usecases__grid{grid-template-columns:1fr}}

@media (max-width: 768px) {
    .testimonial-card { padding: 15px; }
}

/* ══════════════════════════ TESTIMONIALS ══════════════════════════ */
.aip-testi{padding:43px 0;background:var(--aip-bg)}
.aip-testi .aip-section-head{margin-bottom:40px}
/* uses existing testimonial-slider CSS — no overrides needed */

/* ══════════════════════════ FAQ ══════════════════════════ */
.aip-faq{padding:43px 0;background:#ffffff}
.aip-faq__inner{display:grid;grid-template-columns:5fr 7fr;gap:64px;align-items:start}
.aip-faq__left{position:sticky;top:90px}
.aip-faq__left .aip-chip{margin-bottom:16px}
.aip-faq__left h2{font-size:clamp(22px,3vw,38px);font-weight:900;line-height:1.2;color:var(--aip-text);margin:0 0 16px}
.aip-faq__left p{font-size:15px;color:var(--aip-muted);margin:0}
.aip-faq__list{display:flex;flex-direction:column;gap:8px}
.aip-faq__item{
  border:1.5px solid var(--aip-border);border-radius:14px;
  overflow:hidden;background:#ffffff;
  transition:border-color .25s,box-shadow .25s;
}
.aip-faq__item:has(.aip-faq__btn[aria-expanded="true"]){
  border-color:rgba(222,6,88,.3);
  box-shadow:0 4px 20px rgba(222,6,88,.08);
}
.aip-faq__btn{
  width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:18px 22px;background:none;border:none;cursor:pointer;
  text-align:left;font-size:15px;font-weight:600;color:var(--aip-text);line-height:1.4;
  transition:color .2s;
}
.aip-faq__btn[aria-expanded="true"]{color:var(--aip-pink)}
.aip-faq__icon{
  font-size:22px;color:var(--aip-pink);font-weight:300;flex-shrink:0;
  transition:transform .3s cubic-bezier(.22,1,.36,1);line-height:1;width:22px;text-align:center;
}
.aip-faq__btn[aria-expanded="true"] .aip-faq__icon{transform:rotate(45deg)}
.aip-faq__body{padding:0 22px 18px}
.aip-faq__body p{color:var(--aip-muted);margin:0}
@media(max-width:860px){.aip-faq__inner{grid-template-columns:1fr}.aip-faq__left{position:static}}


/* ================================================================
   APP DEVELOPMENT PAGE  (apd-*)
================================================================ */

/* ── Shared utilities ── */
.apd-reveal { opacity:0; transform:translateY(32px); transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1); transition-delay:var(--delay,0ms); }
.apd-reveal--delay { transition-delay:160ms; }
.apd-visible { opacity:1; transform:none; }
.apd-chip { display:inline-flex;align-items:center;gap:7px;padding:6px 16px;border-radius:50px;background:rgba(222,6,88,.08);border:1.5px solid rgba(222,6,88,.18);font-size:12.5px;font-weight:700;color:#DE0658;letter-spacing:.04em;text-transform:uppercase;margin-bottom:14px; }
.apd-gradient-text { background:linear-gradient(90deg,#DE0658,#FF8302);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text; }
.apd-btn-primary { display:inline-flex;align-items:center;gap:9px;padding:14px 28px;border-radius:50px;background:linear-gradient(110deg,#DE0658,#FF8302);color:#ffffff;font-weight:700;font-size:16px;text-decoration:none;transition:transform .22s; }
.apd-btn-primary:hover { transform:translateY(-3px);color:#ffffff; }
.apd-btn-ghost { display:inline-flex;align-items:center;gap:8px;padding:14px 26px;border-radius:50px;border:2px solid #e2e5f0;background:#ffffff;color:#1a1d2e;font-weight:700;font-size:16px;text-decoration:none;transition:border-color .22s,color .22s,transform .22s; }
.apd-btn-ghost:hover { border-color:#DE0658;color:#DE0658;transform:translateY(-2px); }

/* Section head */
.apd-section-head { display:grid;grid-template-columns:1fr 1fr;gap:32px 48px;align-items:start;margin-bottom:52px; }
.apd-section-head--center { grid-template-columns:1fr;text-align:center;max-width:780px;margin-left:auto;margin-right:auto; }
.apd-section-head h2 { font-size:clamp(1.6rem,2.5vw,2.3rem);font-weight:900;color:#0d1020;line-height:1.2;margin:0; }
.apd-section-head__aside { font-size:.97rem;color:#64748b;line-height:1.8;margin:0;padding-top:8px; }
@media(max-width:768px){.apd-section-head{grid-template-columns:1fr;}}

/* ── HERO ── */
.apd-hero { position:relative;overflow:hidden;background:#ffffff;padding:39px 0 0; }
.apd-hero__bg { position:absolute;inset:0;pointer-events:none; }
.apd-hero__orb { position:absolute;border-radius:50%;filter:blur(80px);opacity:.18; }
.apd-hero__orb--1 { width:560px;height:560px;background:radial-gradient(circle,#DE0658,transparent 70%);top:-160px;right:-100px; }
.apd-hero__orb--2 { width:400px;height:400px;background:radial-gradient(circle,#FF8302,transparent 70%);bottom:-100px;left:-80px; }
.apd-hero__dots { position:absolute;inset:0;background-image:radial-gradient(rgba(222,6,88,.06) 1.5px,transparent 1.5px);background-size:30px 30px; }
.apd-hero__inner { display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1;padding-bottom:42px; }
.apd-badge { display:inline-flex;align-items:center;gap:8px;padding:8px 18px;border-radius:50px;background:linear-gradient(90deg,rgba(222,6,88,.07),rgba(255,131,2,.07));border:1.5px solid rgba(222,6,88,.15);font-size:12.5px;font-weight:700;color:#DE0658;margin-bottom:20px; }
.apd-hero__title { font-size:clamp(2rem,3.5vw,3rem);font-weight:900;color:#0d1020;line-height:1.2;margin:0 0 20px; }
.apd-hero__title span { background:linear-gradient(90deg,#DE0658,#FF8302);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text; }
.apd-hero__desc { font-size:1rem;color:#4b5563;line-height:1.8;margin:0 0 32px;max-width:520px; }
.apd-hero__ctas { display:flex;gap:14px;flex-wrap:wrap;margin-bottom:40px; }
.apd-hero__stats { display:flex;align-items:center;gap:0;flex-wrap:wrap;background:#fff5f8;border-radius:16px;border:1.5px solid #eaecf5;padding:16px 24px; }
.apd-hero__stat { text-align:center;padding:0 20px; }
.apd-hero__stat strong { display:block;font-size:1.5rem;font-weight:900;background:linear-gradient(90deg,#DE0658,#FF8302);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text; }
.apd-hero__stat span { font-size:11.5px;color:#9ca3af;font-weight:600; }
.apd-hero__stats-sep { width:1px;height:40px;background:#e5e7ef; }

/* Phone mockup */
.apd-hero__right { display:flex;align-items:center;justify-content:center; }
.apd-hero__phones { position:relative;width:380px;height:480px;flex-shrink:0; }
.apd-hero__phone-img { width:100%;height:100%;object-fit:contain;display:block; }
.apd-hero__phone { position:absolute;border-radius:36px;overflow:hidden;box-shadow:0 32px 80px rgba(0,0,0,.16),0 2px 0 rgba(255,255,255,.6) inset;border:8px solid #1a1d2e; }
.apd-hero__phone--back { width:200px;right:0;top:20px;background:#f8f4ff;border-color:#2d1f3d; }
.apd-hero__phone--front { width:200px;left:0;top:60px;background:#ffffff;border-color:#1a1d2e;z-index:2; }
.apd-hero__phone-screen { padding:14px;height:300px;overflow:hidden;background:#ffffff;display:flex;flex-direction:column;gap:8px; }
.apd-phone-nav { display:flex;justify-content:space-between;align-items:center;font-size:11px;font-weight:700;color:#1a1d2e;padding-bottom:6px; }
.apd-phone-banner { height:90px;border-radius:10px;background:linear-gradient(135deg,#DE0658,#a855f7);margin-bottom:4px; }
.apd-phone-cats { display:flex;gap:5px;flex-wrap:wrap; }
.apd-phone-cats span { font-size:9px;padding:3px 7px;border-radius:20px;background:#f3f4f6;color:#374151;font-weight:600; }
.apd-phone-grid { display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:4px; }
.apd-phone-product { background:#fff5f8;border-radius:8px;padding:6px; }
.apd-phone-product-img { height:40px;border-radius:6px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);margin-bottom:4px; }
.apd-phone-product-img--2 { background:linear-gradient(135deg,#fce7f3,#fbcfe8); }
.apd-phone-product small { display:block;font-size:8px;color:#6b7280; }
.apd-phone-product b { font-size:9px;color:#111; }
.apd-phone-greeting { font-size:11px;font-weight:700;color:#1a1d2e; }
.apd-phone-card--brand { background:linear-gradient(135deg,#DE0658,#FF8302);border-radius:12px;padding:10px;color:#ffffff; }
.apd-phone-card--brand small { font-size:8px;opacity:.8;display:block;margin-bottom:3px; }
.apd-phone-card--brand p { font-size:10px;font-weight:700;margin:0;line-height:1.4; }
.apd-phone-loyalty-row { display:flex;gap:5px; }
.apd-phone-loyalty { flex:1;height:50px;border-radius:8px;display:flex;align-items:flex-end;padding:5px;font-size:8px;color:#ffffff;font-weight:700; }
.apd-phone-loyalty--1 { background:linear-gradient(135deg,#64748b,#475569); }
.apd-phone-loyalty--2 { background:linear-gradient(135deg,#b45309,#92400e); }
.apd-phone-link { font-size:8px;color:#DE0658;font-weight:700; }
/* Float badges */
.apd-hero__float { position:absolute;display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:12px;background:#ffffff;box-shadow:0 8px 28px rgba(0,0,0,.1);font-size:12px;font-weight:700;color:#1a1d2e;white-space:nowrap;z-index:5; }
.apd-hero__float i { font-size:16px; }
.apd-hero__float span { color:#DE0658; }
.apd-hero__float--1 { bottom:60px;left:-20px; }
.apd-hero__float--2 { top:30px;right:-20px; }
.apd-hero__float--3 { bottom:10px;right:10px; }
@media(max-width:960px){
  .apd-hero__inner{grid-template-columns:1fr;gap:40px;padding-bottom:28px;text-align:center;}
  .apd-hero__desc,.apd-hero__ctas{margin-left:auto;margin-right:auto;}
  .apd-hero__ctas{justify-content:center;}
  .apd-hero__right{display:none;}
  .apd-hero__stats{justify-content:center;}
}

/* ── SERVICES ── */
.apd-services { padding:39px 0; background:#fff5f8; }
.apd-services__grid { display:grid;grid-template-columns:repeat(4,1fr);gap:22px; }
@media(max-width:1520px){.apd-services__grid{grid-template-columns:repeat(3,1fr);}}
@media(max-width:860px){.apd-services__grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:520px){.apd-services__grid{grid-template-columns:1fr;}}

.apd-svc-card {
  position:relative;background:#ffffff;border-radius:20px;padding:28px 24px;
  border:1.5px solid #eaecf5;display:flex;flex-direction:column;gap:12px;
  overflow:hidden;cursor:default;
  transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s,border-color .3s;
}
.apd-svc-card::before { content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--svc-accent,#DE0658);transform:scaleX(0);transform-origin:left;transition:transform .35s cubic-bezier(.22,1,.36,1);z-index:2; }
.apd-svc-card::after { content:'';position:absolute;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle at center,rgba(var(--svc-r,222),var(--svc-g,6),var(--svc-b,88),.1),transparent 70%);top:calc(var(--my,50%) - 130px);left:calc(var(--mx,50%) - 130px);pointer-events:none;opacity:0;transition:opacity .3s; }
.apd-svc-card:hover::before { transform:scaleX(1); }
.apd-svc-card:hover::after { opacity:1; }
.apd-svc-card:hover { transform:translateY(-8px);box-shadow:0 24px 64px rgba(var(--svc-r,222),var(--svc-g,6),var(--svc-b,88),.12);border-color:rgba(var(--svc-r,222),var(--svc-g,6),var(--svc-b,88),.3); }
.apd-svc-card__badge { position:absolute;top:16px;right:16px;padding:3px 10px;border-radius:20px;background:linear-gradient(90deg,#DE0658,#FF8302);color:#ffffff;font-size:10.5px;font-weight:700; }
.apd-svc-card__icon-wrap { margin-bottom:4px; }
.apd-svc-card__icon { width:52px;height:52px;border-radius:16px;background:rgba(var(--svc-r,222),var(--svc-g,6),var(--svc-b,88),.1);display:flex;align-items:center;justify-content:center; }
.apd-svc-card__icon i { font-size:22px;color:var(--svc-accent,#DE0658); }
.apd-svc-card h3 { font-size:16px;font-weight:800;color:#0d1020;margin:0;line-height:1.3; }
.apd-svc-card p { font-size:13.5px;color:#64748b;margin:0;flex:1; }
.apd-svc-card__pills { display:flex;flex-wrap:wrap;gap:6px; }
.apd-svc-card__pills span { font-size:11px;font-weight:600;padding:4px 10px;border-radius:20px;background:rgba(var(--svc-r,222),var(--svc-g,6),var(--svc-b,88),.07);color:var(--svc-accent,#DE0658); }
.apd-svc-card__link { display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:700;color:var(--svc-accent,#DE0658);text-decoration:none;margin-top:auto;transition:gap .2s; }
.apd-svc-card__link:hover { gap:10px; }

/* ── STATS ── */
.apd-stats { background:linear-gradient(135deg,#0d1020,#0d1020);padding:39px 0; }
.apd-stats__inner { display:grid;grid-template-columns:repeat(4,1fr);gap:2px;max-width:1100px;margin:0 auto; }
.apd-stats__card { text-align:center;padding:36px 24px;position:relative; }
.apd-stats__card + .apd-stats__card::before { content:'';position:absolute;left:0;top:20%;height:60%;width:1px;background:rgba(255,255,255,.1); }
.apd-stats__icon { font-size:28px;margin-bottom:12px; }
.apd-stats__card strong { display:block;font-size:2.4rem;font-weight:900;background:linear-gradient(90deg,#DE0658,#FF8302);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1; }
.apd-stats__card span { display:block;font-size:13px;color:rgba(255,255,255,.6);margin-top:8px;font-weight:600; }
@media(max-width:768px){.apd-stats__inner{grid-template-columns:repeat(2,1fr);}.apd-stats__card+.apd-stats__card::before{display:none;}}

/* ── PROCESS ── */
.apd-process { padding:39px 0;background:#ffffff; }
.apd-process__grid { display:grid;grid-template-columns:repeat(3,1fr);gap:24px; }
@media(max-width:900px){.apd-process__grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:520px){.apd-process__grid{grid-template-columns:1fr;}}
.apd-process__card {
  background:#ffffff;border-radius:20px;padding:28px 24px;
  border:1.5px solid #eaecf5;
  transition:transform .3s,box-shadow .3s,border-color .3s;
  position:relative;overflow:hidden;
}
.apd-process__card::before { content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--proc-color,#DE0658);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.22,1,.36,1); }
.apd-process__card:hover::before { transform:scaleX(1); }
.apd-process__card:hover { transform:translateY(-6px);box-shadow:0 20px 56px rgba(0,0,0,.09);border-color:rgba(222,6,88,.2); }
.apd-process__card-head { display:flex;align-items:center;justify-content:space-between;margin-bottom:16px; }
.apd-process__icon { width:52px;height:52px;border-radius:16px;background:rgba(var(--svc-r,222),var(--svc-g,6),var(--svc-b,88),.08);display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--proc-color,#DE0658) 10%,#ffffff); }
.apd-process__icon i { font-size:22px;color:var(--proc-color,#DE0658); }
.apd-process__meta { text-align:right; }
.apd-process__num { display:block;font-size:2rem;font-weight:900;color:var(--proc-color,#DE0658);opacity:.18;line-height:1; }
.apd-process__time { font-size:11px;font-weight:700;color:#9ca3af;display:flex;align-items:center;gap:4px;justify-content:flex-end; }
.apd-process__card h3 { font-size:16px;font-weight:800;color:#0d1020;margin:0 0 10px; }
.apd-process__card p { color:#64748b;margin:0; }

/* ── INDUSTRIES ── */
.apd-industries { padding:39px 0;background:#fff5f8; }
.apd-industries__grid { display:grid;grid-template-columns:repeat(5,1fr);gap:16px; }
@media(max-width:1100px){.apd-industries__grid{grid-template-columns:repeat(4,1fr);}}
@media(max-width:768px){.apd-industries__grid{grid-template-columns:repeat(3,1fr);}}
@media(max-width:480px){.apd-industries__grid{grid-template-columns:repeat(2,1fr);}}
.apd-ind-card {
  background:#ffffff;border-radius:18px;padding:22px 18px;
  border:1.5px solid #eaecf5;
  transition:transform .3s,box-shadow .3s,border-color .3s;
  position:relative;cursor:default;
}
.apd-ind-card::before { content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--ind-color,#DE0658);border-radius:18px 18px 0 0;transform:scaleX(0);transform-origin:left;transition:transform .35s cubic-bezier(.22,1,.36,1); }
.apd-ind-card:hover::before { transform:scaleX(1); }
.apd-ind-card:hover { transform:translateY(-5px);box-shadow:0 16px 48px rgba(0,0,0,.08);border-color:rgba(var(--svc-r,222),var(--svc-g,6),var(--svc-b,88),.22); }
.apd-ind-card__icon { width:44px;height:44px;border-radius:12px;background:color-mix(in srgb,var(--ind-color,#DE0658) 12%,#ffffff);display:flex;align-items:center;justify-content:center;margin-bottom:14px; }
.apd-ind-card__icon i { font-size:18px;color:var(--ind-color,#DE0658); }
.apd-ind-card h4 { font-size:14px;font-weight:800;color:#0d1020;margin:0 0 5px; }
.apd-ind-card p { font-size:12px;color:#64748b;margin:0; }
.apd-ind-card__arrow { position:absolute;bottom:16px;right:16px;width:26px;height:26px;border-radius:50%;background:rgba(var(--svc-r,222),var(--svc-g,6),var(--svc-b,88),.1);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .25s; }
.apd-ind-card__arrow i { font-size:10px;color:var(--ind-color,#DE0658); }
.apd-ind-card:hover .apd-ind-card__arrow { opacity:1; }

/* ── FAQ ── */
.apd-faq { padding:39px 0;background:#ffffff; }
.apd-faq__inner { display:grid;grid-template-columns:1fr 1.6fr;gap:60px;align-items:start; }
.apd-faq__left h2 { font-size:clamp(1.6rem,2.5vw,2.2rem);font-weight:900;color:#0d1020;margin:0 0 16px; }
.apd-faq__left p { color:#64748b;margin:0 0 24px; }
.apd-faq__trust { display:flex;flex-direction:column;gap:10px;margin-top:28px; }
.apd-faq__trust-item { display:flex;align-items:center;gap:10px;font-size:13px;font-weight:600;color:#374151; }
.apd-faq__trust-item i { color:#DE0658;width:18px;text-align:center; }
.apd-faq__item { border-bottom:1.5px solid #f0f2f8; }
.apd-faq__btn { width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 0;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;font-size:14.5px;font-weight:700;color:#0d1020;transition:color .2s; }
.apd-faq__btn:hover,.apd-faq__btn[aria-expanded="true"] { color:#DE0658; }
.apd-faq__icon { width:30px;height:30px;border-radius:50%;border:1.5px solid #eaecf5;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,border-color .2s; }
.apd-faq__btn[aria-expanded="true"] .apd-faq__icon { background:linear-gradient(90deg,#DE0658,#FF8302);border-color:transparent; }
.apd-faq__btn[aria-expanded="true"] .apd-faq__icon i { color:#ffffff; }
.apd-faq__icon i { font-size:12px;color:#64748b;transition:color .2s; }
.apd-faq__body { padding:0 0 18px; }
.apd-faq__body p { font-size:13.5px;color:#64748b;margin:0; }
@media(max-width:860px){.apd-faq__inner{grid-template-columns:1fr;gap:40px;}}


/* ── TECHNOLOGIES ── */
.apd-tech { padding:39px 0; background:#ffffff; }
.apd-tech__grid { display:grid;grid-template-columns:repeat(6,1fr);gap:16px; }
@media(max-width:1100px){.apd-tech__grid{grid-template-columns:repeat(4,1fr);}}
@media(max-width:700px){.apd-tech__grid{grid-template-columns:repeat(3,1fr);}}
@media(max-width:440px){.apd-tech__grid{grid-template-columns:repeat(2,1fr);}}
.apd-tech-card {
  background:#fff5f8;border-radius:18px;padding:22px 16px;text-align:center;
  border:1.5px solid #eaecf5;display:flex;flex-direction:column;align-items:center;gap:10px;
  transition:transform .28s,box-shadow .28s,border-color .28s,background .28s;cursor:default;
}
.apd-tech-card:hover { transform:translateY(-6px);box-shadow:0 16px 48px rgba(0,0,0,.08);border-color:rgba(var(--svc-r,222),var(--svc-g,6),var(--svc-b,88),.2);background:#ffffff; }
.apd-tech-card__icon { width:48px;height:48px;border-radius:14px;background:#ffffff;border:1.5px solid #eaecf5;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.06); }
.apd-tech-card__icon i { font-size:22px;color:var(--tech-color,#1a1d2e); }
.apd-tech-card strong { font-size:13px;font-weight:800;color:#0d1020; }
.apd-tech-card span { font-size:11.5px;color:var(--tech-color,#64748b);font-weight:600; }

/* ── WHY CHOOSE US ── */
.apd-why { padding:39px 0;background:#fff5f8; }
.apd-why__grid { display:grid;grid-template-columns:repeat(3,1fr);gap:22px; }
@media(max-width:860px){.apd-why__grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:520px){.apd-why__grid{grid-template-columns:1fr;}}
.apd-why-card {
  background:#ffffff;border-radius:20px;padding:32px 28px;
  border:1.5px solid #eaecf5;
  transition:transform .3s,box-shadow .3s,border-color .3s;
  position:relative;overflow:hidden;
}
.apd-why-card::after { content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#DE0658,#FF8302);transform:scaleX(0);transform-origin:left;transition:transform .35s cubic-bezier(.22,1,.36,1); }
.apd-why-card:hover::after { transform:scaleX(1); }
.apd-why-card:hover { transform:translateY(-6px);box-shadow:0 20px 56px rgba(0,0,0,.09);border-color:rgba(222,6,88,.18); }
.apd-why-card__stat { display:block;font-size:2.4rem;font-weight:900;line-height:1;margin-bottom:12px; }
.apd-why-card h3 { font-size:16px;font-weight:800;color:#0d1020;margin:0 0 10px; }
.apd-why-card p { font-size:13.5px;color:#64748b;margin:0; }
.apd-why-card p a { color:inherit;text-decoration:none; }

/* ── CITIES ── */
.apd-cities { padding:39px 0;background:#ffffff; }
.apd-cities__grid { display:grid;grid-template-columns:repeat(4,1fr);gap:16px; }
@media(max-width:900px){.apd-cities__grid{grid-template-columns:repeat(3,1fr);}}
@media(max-width:600px){.apd-cities__grid{grid-template-columns:repeat(2,1fr);}}
.apd-city-card {
  background:#fff5f8;border-radius:16px;padding:20px 18px;
  border:1.5px solid #eaecf5;display:flex;flex-direction:column;gap:6px;
  transition:transform .28s,box-shadow .28s,border-color .28s;position:relative;overflow:hidden;
}
.apd-city-card__pin { position:absolute;top:16px;right:16px;font-size:14px;color:#DE0658;transition:color .25s; }
.apd-city-card:hover { transform:translateY(-5px);box-shadow:0 14px 40px rgba(0,0,0,.08);border-color:rgba(222,6,88,.22);background:#ffffff; }
.apd-city-card:hover .apd-city-card__pin { color:#DE0658; }
.apd-city-card h4 { font-size:15px;font-weight:800;color:#0d1020;margin:0; }
.apd-city-card p { font-size:12.5px;color:#64748b;margin:0; }

/* ── SUB-SERVICES LIST ── */
.apd-subservices { padding:39px 0; background:#ffffff; }
.apd-subservices__head { text-align:center; margin-bottom:48px; }
.apd-subservices__head h2 { font-size:clamp(1.6rem,2.4vw,2.2rem); font-weight:900; color:#0d1020; margin:0 0 12px; }
.apd-subservices__head p { font-size:.97rem; color:#64748b; margin:0; }
.apd-ss-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:16px; }
@media(max-width:640px){ .apd-ss-grid{grid-template-columns:1fr;} }
.apd-ss-item {
  display:flex; align-items:center; gap:16px;
  padding:20px 22px; background:#fff5f8;
  border:1.5px solid #eaecf5; border-radius:16px;
  text-decoration:none; color:#1a1d2e;
  transition:transform .28s,box-shadow .28s,border-color .28s,background .28s;
  position:relative; overflow:hidden;
}
.apd-ss-item::before { content:''; position:absolute; top:0; left:0; bottom:0; width:3px; background:linear-gradient(180deg,#DE0658,#FF8302); transform:scaleY(0); transform-origin:bottom; transition:transform .3s cubic-bezier(.22,1,.36,1); }
.apd-ss-item:hover::before { transform:scaleY(1); }
.apd-ss-item:hover { transform:translateX(5px); box-shadow:0 10px 36px rgba(222,6,88,.1); border-color:rgba(222,6,88,.22); background:#ffffff; }
.apd-ss-item__num { width:36px; height:36px; border-radius:10px; background:linear-gradient(135deg,rgba(222,6,88,.1),rgba(255,131,2,.08)); display:flex; align-items:center; justify-content:center; font-size:13px; font-weight:900; color:#DE0658; flex-shrink:0; transition:background .25s,color .25s; }
.apd-ss-item:hover .apd-ss-item__num { background:linear-gradient(135deg,#DE0658,#FF8302); color:#ffffff; }
.apd-ss-item__text { flex:1; min-width:0; }
.apd-ss-item__text span { display:block; font-size:14.5px; font-weight:700; color:#0d1020; line-height:1.4; transition:color .2s; }
.apd-ss-item:hover .apd-ss-item__text span { color:#DE0658; }
.apd-ss-item__arrow { width:30px; height:30px; border-radius:50%; border:1.5px solid #eaecf5; display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:all .25s; }
.apd-ss-item__arrow i { font-size:11px; color:#9ca3af; transition:color .2s,transform .2s; }
.apd-ss-item:hover .apd-ss-item__arrow { background:linear-gradient(135deg,#DE0658,#FF8302); border-color:transparent; }
.apd-ss-item:hover .apd-ss-item__arrow i { color:#ffffff; transform:translateX(2px); }

/* ── HIRE US BANNER ── */
.apd-hire { padding:39px 0; background:linear-gradient(135deg,#fdf4f8 0%,#fff7f0 100%); position:relative; overflow:hidden; }
.apd-hire::before { content:''; position:absolute; top:-120px; right:-120px; width:480px; height:480px; border-radius:50%; background:radial-gradient(circle,rgba(222,6,88,.07) 0%,transparent 70%); pointer-events:none; }
.apd-hire__wrap { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; }
.apd-hire__left .apd-chip { margin-bottom:16px; display:inline-block; }
.apd-hire__left h2 { font-size:clamp(1.55rem,2.6vw,2.2rem); font-weight:900; color:#0d1020; margin:0 0 18px; line-height:1.3; }
.apd-hire__left h2 span { background:linear-gradient(90deg,#DE0658,#FF8302); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.apd-hire__desc { font-size:.97rem; color:#4b5563; line-height:1.85; margin:0 0 28px; }
.apd-hire__stats { display:flex; gap:28px; margin-bottom:32px; flex-wrap:wrap; }
.apd-hire__stat { display:flex; flex-direction:column; }
.apd-hire__stat strong { font-size:1.9rem; font-weight:900; background:linear-gradient(90deg,#DE0658,#FF8302); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; line-height:1; }
.apd-hire__stat span { font-size:.8rem; color:#64748b; font-weight:600; text-transform:uppercase; letter-spacing:.04em; margin-top:4px; }
.apd-hire__right { display:flex; flex-direction:column; gap:16px; }
.apd-hire__perk { display:flex; align-items:flex-start; gap:16px; background:#ffffff; border:1.5px solid #eaecf5; border-radius:16px; padding:20px 22px; transition:box-shadow .28s,border-color .28s,transform .28s; }
.apd-hire__perk:hover { transform:translateY(-3px); box-shadow:0 12px 36px rgba(222,6,88,.09); border-color:rgba(222,6,88,.22); }
.apd-hire__perk-icon { width:44px; height:44px; border-radius:12px; background:linear-gradient(135deg,#DE0658,#FF8302); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.apd-hire__perk-icon i { color:#ffffff; font-size:1rem; }
.apd-hire__perk-body { display:flex; flex-direction:column; gap:4px; }
.apd-hire__perk-body strong { font-size:.95rem; font-weight:700; color:#0d1020; }
.apd-hire__perk-body span { font-size:.84rem; color:#64748b; line-height:1.55; }
@media(max-width:900px){ .apd-hire__wrap{grid-template-columns:1fr;gap:40px;} }
@media(max-width:480px){ .apd-hire__stats{gap:18px;} .apd-hire__stat strong{font-size:1.5rem;} }

/* ── INDUSTRY-TAILORED ── */
.apd-tailored { padding:39px 0;background:#fff5f8; }
.apd-tailored__grid { display:grid;grid-template-columns:1fr 1fr;gap:24px; }
@media(max-width:700px){.apd-tailored__grid{grid-template-columns:1fr;}}
.apd-tailored-card {
  background:#ffffff;border-radius:20px;padding:32px 28px;text-align:center;
  border:1.5px solid #eaecf5;
  transition:transform .3s,box-shadow .3s,border-color .3s;position:relative;overflow:hidden;
}
.apd-tailored-card::before { content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--tl-color,#DE0658);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.22,1,.36,1); }
.apd-tailored-card:hover::before { transform:scaleX(1); }
.apd-tailored-card:hover { transform:translateY(-6px);box-shadow:0 20px 56px rgba(0,0,0,.09); }
.apd-tailored-card h3 { font-size:1.1rem;font-weight:800;color:var(--tl-color,#DE0658);margin:0 0 14px; }
.apd-tailored-card p { color:#4b5563;margin:0; }


/* ── DEV PROCESS (2-col) ── */
.apd-devprocess { padding:39px 0; background:#ffffff; }
.apd-devprocess__inner { display:grid; grid-template-columns:1fr 1.4fr; gap:60px; align-items:start; }
.apd-devprocess__left h2 { font-size:clamp(1.6rem,2.5vw,2.3rem); font-weight:900; color:#0d1020; line-height:1.25; margin:0 0 16px; }
.apd-devprocess__left h2 span { background:linear-gradient(90deg,#DE0658,#FF8302); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.apd-devprocess__lead { font-size:.97rem; color:#64748b; line-height:1.8; margin:0; }
.apd-devprocess__grid { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.apd-devprocess__card {
  background:#fff5f8; border-radius:18px; padding:24px 20px;
  border:1.5px solid #eaecf5; position:relative; overflow:hidden;
  transition:transform .3s,box-shadow .3s,border-color .3s;
}
.apd-devprocess__card::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:var(--dp-color,#DE0658); transform:scaleX(0); transform-origin:left; transition:transform .35s cubic-bezier(.22,1,.36,1); }
.apd-devprocess__card:hover::before { transform:scaleX(1); }
.apd-devprocess__card:hover { transform:translateY(-5px); box-shadow:0 16px 48px rgba(0,0,0,.08); border-color:rgba(222,6,88,.18); background:#ffffff; }
.apd-devprocess__icon { width:46px; height:46px; border-radius:14px; background:color-mix(in srgb,var(--dp-color,#DE0658) 12%,#ffffff); display:flex; align-items:center; justify-content:center; margin-bottom:14px; }
.apd-devprocess__icon i { font-size:20px; color:var(--dp-color,#DE0658); }
.apd-devprocess__card h3 { font-size:15px; font-weight:800; color:var(--dp-color,#DE0658); margin:0 0 8px; }
.apd-devprocess__card p { color:#64748b; margin:0; }
@media(max-width:900px){ .apd-devprocess__inner{grid-template-columns:1fr;gap:36px;} }
@media(max-width:520px){ .apd-devprocess__grid{grid-template-columns:1fr;} }

/* ── WHY MARKET ── */
.apd-whymarket { padding:39px 0; background:linear-gradient(135deg,#0d1020 0%,#0d1020 50%,#0d1020 100%); overflow:hidden; position:relative; }
.apd-whymarket__inner { display:grid; grid-template-columns:1fr 1fr; gap:60px; align-items:center; position:relative; z-index:1; }
.apd-whymarket__left .apd-chip { background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.12); color:rgba(255,255,255,.8); }
.apd-whymarket__left h2 { font-size:clamp(1.6rem,2.5vw,2.3rem); font-weight:900; color:#ffffff; line-height:1.25; margin:0 0 18px; }
.apd-whymarket__left h2 span { background:linear-gradient(90deg,#DE0658,#FF8302); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.apd-whymarket__left p { color:rgba(255,255,255,.65); line-height:1.85; font-size:.97rem; margin:0 0 28px; }
.apd-whymarket__points { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-bottom:8px; }
.apd-whymarket__point { display:flex; align-items:center; gap:10px; padding:10px 14px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); border-radius:12px; font-size:13px; font-weight:600; color:rgba(255,255,255,.8); }
.apd-whymarket__point i { color:#FF8302; font-size:14px; }
/* Globe visual */
.apd-whymarket__right { display:flex; align-items:center; justify-content:center; }
.apd-whymarket__visual { position:relative; width:320px; height:320px; }
.apd-wm-ring { position:absolute; border-radius:50%; border:1.5px solid rgba(255,255,255,.08); }
.apd-wm-ring--1 { inset:0; animation:wmSpin 20s linear infinite; }
.apd-wm-ring--2 { inset:30px; border-color:rgba(222,6,88,.15); animation:wmSpin 15s linear infinite reverse; }
.apd-wm-ring--3 { inset:60px; border-color:rgba(255,131,2,.12); animation:wmSpin 10s linear infinite; }
@keyframes wmSpin { from{transform:rotate(0)} to{transform:rotate(360deg)} }
.apd-wm-globe { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:80px; height:80px; border-radius:50%; background:linear-gradient(135deg,#DE0658,#FF8302); display:flex; align-items:center; justify-content:center; box-shadow:0 0 48px rgba(222,6,88,.4); }
.apd-wm-globe i { font-size:36px; color:#ffffff; }
.apd-wm-flag { position:absolute; display:flex; align-items:center; gap:6px; padding:6px 12px; background:rgba(255,255,255,.1); backdrop-filter:blur(10px); border:1px solid rgba(255,255,255,.15); border-radius:50px; font-size:12px; font-weight:700; color:#ffffff; white-space:nowrap; }
.apd-wm-flag i { color:#DE0658; font-size:12px; }
.apd-wm-flag--1 { top:20px; left:20px; }
.apd-wm-flag--2 { top:20px; right:20px; }
.apd-wm-flag--3 { bottom:20px; left:20px; }
.apd-wm-flag--4 { bottom:20px; right:20px; }
@media(max-width:860px){ .apd-whymarket__inner{grid-template-columns:1fr;} .apd-whymarket__right{display:none;} .apd-whymarket__points{grid-template-columns:1fr;} }

/* ── RECENT WORK ── */
.apd-recentwork { padding:56px 0; background:#fff5f8; }
.apd-recentwork__inner { display:grid; grid-template-columns:1fr 1.4fr; gap:56px; align-items:center; }
.apd-recentwork__left h2 { font-size:clamp(1.6rem,2.5vw,2.3rem); font-weight:900; color:#0d1020; margin:0 0 16px; }
.apd-recentwork__left p { color:#64748b; margin:0; }
.apd-rw-slider { position:relative; overflow:hidden; border-radius:20px; }
.apd-rw-track { display:flex; transition:transform .5s cubic-bezier(.22,1,.36,1); }
.apd-rw-slide { min-width:50%; padding:0 8px; box-sizing:border-box; }
@media(max-width:640px){ .apd-rw-slide{min-width:100%;} }
.apd-rw-card { border-radius:18px; overflow:hidden; aspect-ratio:4/3; background:#1a1d2e; background-size:cover; background-position:center; position:relative; display:flex; align-items:flex-end; }
.apd-rw-card__overlay { position:absolute; inset:0; background:linear-gradient(to top,rgba(10,8,24,.9) 0%,rgba(10,8,24,.2) 70%); }
.apd-rw-card__body { position:relative; z-index:1; padding:20px; width:100%; }
.apd-rw-cat { display:inline-block; padding:3px 10px; border-radius:20px; background:rgba(222,6,88,.8); color:#ffffff; font-size:10.5px; font-weight:700; margin-bottom:8px; text-transform:uppercase; letter-spacing:.04em; }
.apd-rw-card__body h3 { font-size:16px; font-weight:800; color:#ffffff; margin:0 0 6px; line-height:1.3; }
.apd-rw-tech { font-size:12px; color:rgba(255,255,255,.6); display:flex; align-items:center; gap:5px; margin-bottom:12px; }
.apd-rw-link { display:inline-flex; align-items:center; gap:6px; font-size:13px; font-weight:700; color:#ffffff; background:linear-gradient(90deg,#DE0658,#FF8302); padding:7px 14px; border-radius:50px; text-decoration:none; transition:transform .2s,box-shadow .2s; }
.apd-rw-link:hover { transform:translateY(-2px); box-shadow:none; color:#ffffff; }
.apd-rw-controls { display:flex; align-items:center; justify-content:center; gap:12px; margin-top:16px; }
.apd-rw-btn { width:38px; height:38px; border-radius:50%; border:1.5px solid #e2e5f0; background:#ffffff; cursor:pointer; display:flex; align-items:center; justify-content:center; font-size:14px; color:#64748b; transition:all .22s; }
.apd-rw-btn:hover { background:linear-gradient(90deg,#DE0658,#FF8302); border-color:transparent; color:#ffffff; }
.apd-rw-dots { display:flex; gap:6px; }
.apd-rw-dot { width:8px; height:8px; border-radius:50%; background:#e2e5f0; cursor:pointer; transition:background .25s,width .25s; }
.apd-rw-dot.is-active { background:linear-gradient(90deg,#DE0658,#FF8302); width:22px; border-radius:4px; }
.apd-rw-empty { text-align:center; padding:60px 24px; color:#9ca3af; }
@media(max-width:860px){ .apd-recentwork__inner{grid-template-columns:1fr;} }

/* ── RELATED SERVICES ── */
.apd-related { padding:29px 0; background:#ffffff; }
.apd-related__box { background:linear-gradient(135deg,rgba(222,6,88,.04),rgba(255,131,2,.04)); border:1.5px solid rgba(222,6,88,.12); border-radius:24px; padding:40px 36px; }
.apd-related__head { margin-bottom:28px; }
.apd-related__head h2 { font-size:1.4rem; font-weight:900; color:#0d1020; margin:0 0 8px; }
.apd-related__head p { font-size:.93rem; color:#64748b; margin:0; }
.apd-related__grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
@media(max-width:900px){ .apd-related__grid{grid-template-columns:repeat(2,1fr);} }
@media(max-width:520px){ .apd-related__grid{grid-template-columns:1fr;} }
.apd-related-card { display:flex; align-items:center; justify-content:space-between; gap:10px; padding:16px 18px; background:#ffffff; border:1.5px solid rgba(222,6,88,.15); border-radius:14px; text-decoration:none; color:#DE0658; font-size:14px; font-weight:700; line-height:1.4; transition:transform .25s,box-shadow .25s,background .25s,border-color .25s; }
.apd-related-card i { flex-shrink:0; font-size:12px; opacity:.6; transition:opacity .2s,transform .2s; }
.apd-related-card:hover { transform:translateY(-4px); box-shadow:0 12px 32px rgba(222,6,88,.12); background:linear-gradient(135deg,#DE0658,#FF8302); color:#ffffff; border-color:transparent; }
.apd-related-card:hover i { opacity:1; transform:translate(2px,-2px); }

/* ── CONTENT BLOCK ── */
.apd-content { padding:39px 0; background:#ffffff; }
.apd-content__inner { display:grid; grid-template-columns:1.2fr 1fr; gap:64px; align-items:center; }
.apd-content__text h2 { font-size:clamp(1.5rem,2.3vw,2rem); font-weight:900; color:#0d1020; line-height:1.3; margin:0 0 22px; }
.apd-content__text h2 span { background:linear-gradient(90deg,#DE0658,#FF8302); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.apd-content__text p { font-size:.96rem; color:#4b5563; line-height:1.85; margin:0 0 18px; }
.apd-content__text p:last-child { margin-bottom:0; }
.apd-content__visual img { width:100%; border-radius:20px; box-shadow:0 24px 64px rgba(0,0,0,.1); }
.apd-content__visual-placeholder { background:linear-gradient(135deg,#1a0d2e,#2d1f4e); border-radius:20px; aspect-ratio:4/3; display:flex; align-items:center; justify-content:center; position:relative; overflow:hidden; }
.apd-cv-code { position:relative; width:100%; height:100%; display:flex; align-items:center; justify-content:center; }
.apd-cv-tag { width:90px; height:90px; background:linear-gradient(135deg,#DE0658,#FF8302); border-radius:20px; display:flex; align-items:center; justify-content:center; font-size:32px; font-weight:900; color:#ffffff; font-family:monospace; box-shadow:0 12px 40px rgba(222,6,88,.4); }
.apd-cv-pill { position:absolute; padding:8px 16px; border-radius:10px; font-size:14px; font-weight:800; color:#ffffff; letter-spacing:.06em; box-shadow:0 8px 24px rgba(0,0,0,.2); }
.apd-cv-pill--1 { background:#3178c6; top:20%; right:10%; }
.apd-cv-pill--2 { background:#00599C; bottom:25%; left:8%; }
.apd-cv-pill--3 { background:#3572A5; top:15%; left:15%; }
.apd-cv-badge { position:absolute; bottom:15%; right:10%; padding:6px 14px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.2); border-radius:50px; font-size:11px; font-weight:700; color:#ffffff; letter-spacing:.08em; }
@media(max-width:860px){ .apd-content__inner{grid-template-columns:1fr;gap:36px;} }

/* ── BENEFITS GRID ── */
.apd-benefits { padding:39px 0; background:#fff5f8; }
.apd-benefits__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
@media(max-width:860px){ .apd-benefits__grid{grid-template-columns:repeat(2,1fr);} }
@media(max-width:520px){ .apd-benefits__grid{grid-template-columns:1fr;} }
.apd-benefit-card {
  background:#ffffff; border-radius:20px; padding:32px 24px; text-align:center;
  border:1.5px solid #eaecf5; position:relative; overflow:hidden;
  transition:transform .3s,box-shadow .3s,border-color .3s;
}
.apd-benefit-card::before { content:''; position:absolute; top:0; left:0; right:0; height:3px; background:var(--bn-color,#DE0658); transform:scaleX(0); transform-origin:left; transition:transform .4s cubic-bezier(.22,1,.36,1); }
.apd-benefit-card:hover::before { transform:scaleX(1); }
.apd-benefit-card:hover { transform:translateY(-8px); box-shadow:0 24px 64px rgba(0,0,0,.09); border-color:rgba(222,6,88,.15); }
.apd-benefit-card__icon { width:64px; height:64px; border-radius:20px; background:color-mix(in srgb,var(--bn-color,#DE0658) 10%,#ffffff); display:flex; align-items:center; justify-content:center; margin:0 auto 18px; transition:transform .3s; }
.apd-benefit-card:hover .apd-benefit-card__icon { transform:scale(1.1) rotate(-5deg); }
.apd-benefit-card__icon i { font-size:26px; color:var(--bn-color,#DE0658); }
.apd-benefit-card h3 { font-size:15px; font-weight:800; color:#0d1020; margin:0 0 10px; }
.apd-benefit-card p { color:#64748b; margin:0; }


/* ── SERVICES DETAIL (left text + right cards) ── */
.apd-svcdetail { padding:39px 0; background:#fff5f8; }
.apd-svcdetail__inner { display:grid; grid-template-columns:1fr 1.3fr; gap:60px; align-items:start; }
.apd-svcdetail__left h2 { font-size:clamp(1.6rem,2.4vw,2.2rem); font-weight:900; color:#0d1020; line-height:1.25; margin:0 0 16px; }
.apd-svcdetail__left h2 span { background:linear-gradient(90deg,#DE0658,#FF8302); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.apd-svcdetail__left p { color:#64748b; font-size:.97rem; margin:0 0 24px; }
.apd-svcdetail__points { list-style:none; padding:0; margin:0; display:flex; flex-direction:column; gap:12px; }
.apd-svcdetail__points li { display:flex; align-items:flex-start; gap:10px; font-size:14px; color:#374151; line-height:1.6; }
.apd-svcdetail__points li i { color:#DE0658; font-size:15px; flex-shrink:0; margin-top:2px; }
.apd-sd-cards { display:flex; flex-direction:column; gap:16px; max-height:520px; overflow-y:auto; padding-right:4px; scrollbar-width:thin; scrollbar-color:rgba(222,6,88,.2) transparent; }
.apd-sd-card { background:#ffffff; border-radius:18px; padding:24px 22px; border:1.5px solid #eaecf5; border-left:4px solid var(--sd-color,#DE0658); transition:transform .28s,box-shadow .28s; }
.apd-sd-card:hover { transform:translateX(4px); box-shadow:0 12px 40px rgba(0,0,0,.08); }
.apd-sd-card__icon { width:42px; height:42px; border-radius:12px; background:color-mix(in srgb,var(--sd-color,#DE0658) 10%,#ffffff); display:flex; align-items:center; justify-content:center; margin-bottom:12px; }
.apd-sd-card__icon i { font-size:18px; color:var(--sd-color,#DE0658); }
.apd-sd-card h3 { font-size:14.5px; font-weight:800; color:#0d1020; margin:0 0 8px; line-height:1.4; }
.apd-sd-card p { color:#64748b; margin:0; }
@media(max-width:900px){ .apd-svcdetail__inner{grid-template-columns:1fr;} .apd-sd-cards{max-height:none;} }

/* ── TOOLS & TECHNOLOGIES ── */
.apd-tools { padding:39px 0; background:#ffffff; }
.apd-tools__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; max-width:880px; margin:0 auto; }
@media(max-width:700px){ .apd-tools__grid{grid-template-columns:repeat(2,1fr);} }
@media(max-width:420px){ .apd-tools__grid{grid-template-columns:1fr;} }
.apd-tool-card { display:flex; flex-direction:column; align-items:center; gap:14px; padding:32px 20px; background:#fff5f8; border-radius:20px; border:1.5px solid #eaecf5; text-align:center; transition:transform .3s,box-shadow .3s,background .3s,border-color .3s; }
.apd-tool-card:hover { transform:translateY(-8px); box-shadow:0 20px 56px rgba(0,0,0,.09); background:#ffffff; border-color:rgba(var(--svc-r,222),var(--svc-g,6),var(--svc-b,88),.18); }
.apd-tool-card__ring { position:relative; width:80px; height:80px; display:flex; align-items:center; justify-content:center; }
.apd-tool-card__ring::before { content:''; position:absolute; inset:0; border-radius:50%; border:2px dashed rgba(var(--svc-r,222),var(--svc-g,6),var(--svc-b,88),.2); animation:toolSpin 12s linear infinite; }
.apd-tool-card:hover .apd-tool-card__ring::before { border-color:var(--tool-color,#DE0658); opacity:.5; }
@keyframes toolSpin { from{transform:rotate(0deg)} to{transform:rotate(360deg)} }
.apd-tool-card__icon { width:64px; height:64px; border-radius:50%; background:color-mix(in srgb,var(--tool-color,#DE0658) 10%,#ffffff); border:2px solid color-mix(in srgb,var(--tool-color,#DE0658) 20%,#ffffff); display:flex; align-items:center; justify-content:center; transition:transform .3s,box-shadow .3s; }
.apd-tool-card:hover .apd-tool-card__icon { transform:scale(1.1); box-shadow:0 8px 24px color-mix(in srgb,var(--tool-color,#DE0658) 30%,transparent); }
.apd-tool-card__icon i { font-size:26px; color:var(--tool-color,#DE0658); }
.apd-tool-card span { font-size:14px; font-weight:700; color:#0d1020; }

/* ── RELATED BLOGS ── */
.apd-blogs { padding:39px 0; background:#fff5f8; }
.apd-blogs__grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
@media(max-width:860px){ .apd-blogs__grid{grid-template-columns:repeat(2,1fr);} }
@media(max-width:540px){ .apd-blogs__grid{grid-template-columns:1fr;} }
.apd-blog-card { background:#ffffff; border-radius:20px; overflow:hidden; border:1.5px solid #eaecf5; display:flex; flex-direction:column; transition:transform .3s,box-shadow .3s,border-color .3s; }
.apd-blog-card:hover { transform:translateY(-7px); box-shadow:0 20px 56px rgba(0,0,0,.1); border-color:rgba(222,6,88,.2); }
.apd-blog-card__img { position:relative; aspect-ratio:16/9; overflow:hidden; display:block; }
.apd-blog-card__img img { width:100%; height:100%; object-fit:cover; transition:transform .5s cubic-bezier(.22,.68,0,1.2); }
.apd-blog-card:hover .apd-blog-card__img img { transform:scale(1.06); }
.apd-blog-card__no-img { background:linear-gradient(135deg,#f0f1f8,#e8eaf5); width:100%; height:100%; display:flex; align-items:center; justify-content:center; font-size:40px; color:#c5c8dc; }
.apd-blog-cat { position:absolute; top:12px; left:12px; padding:4px 12px; border-radius:20px; background:linear-gradient(90deg,#DE0658,#FF8302); color:#ffffff; font-size:10.5px; font-weight:700; text-transform:uppercase; letter-spacing:.04em; }
.apd-blog-card__body { padding:20px; flex:1; display:flex; flex-direction:column; }
.apd-blog-meta { display:flex; gap:12px; font-size:12px; color:#9ca3af; margin-bottom:10px; }
.apd-blog-meta i { color:#DE0658; }
.apd-blog-card__body h3 { font-size:15px; font-weight:800; color:#0d1020; margin:0 0 8px; line-height:1.4; flex:1; }
.apd-blog-card__body h3 a { color:inherit; text-decoration:none; }
.apd-blog-card__body h3 a:hover { color:#DE0658; }
.apd-blog-card__body p { color:#64748b; margin:0 0 16px; }
.apd-blog-card__link { display:inline-flex; align-items:center; gap:6px; font-size:13px; font-weight:700; color:#DE0658; text-decoration:none; margin-top:auto; transition:gap .2s; }
.apd-blog-card__link:hover { gap:10px; }

/* ── PORTFOLIO FULLWIDTH SLIDER ── */
.apd-portfolio { padding:42px 0 0; background:#0d1020; }
.apd-portfolio__head { margin-bottom:36px; }
.apd-portfolio__head .apd-chip { background:rgba(255,255,255,.08); border-color:rgba(255,255,255,.12); color:rgba(255,255,255,.75); }
.apd-portfolio__head h2 { font-size:clamp(1.6rem,2.5vw,2.3rem); font-weight:900; color:#ffffff; margin:0; }
.apd-portfolio__slider { position:relative; overflow:hidden; }
.apd-portfolio__track { display:flex; transition:transform .6s cubic-bezier(.22,1,.36,1); }
.apd-pf-slide { min-width:100%; position:relative; height:500px; }
@media(max-width:768px){ .apd-pf-slide{height:360px;} }
.apd-pf-slide__bg { position:absolute; inset:0; background-size:cover; background-position:center; background-color:#1a1d2e; }
.apd-pf-slide__overlay { position:absolute; inset:0; background:linear-gradient(to right, rgba(10,8,24,.96) 35%, rgba(10,8,24,.5) 65%, rgba(10,8,24,.15) 100%); }
@media(max-width:768px){ .apd-pf-slide__overlay{background:linear-gradient(to top,rgba(10,8,24,.95) 40%,rgba(10,8,24,.4) 100%);} }
.apd-pf-slide__body { position:relative; z-index:2; height:100%; display:flex; flex-direction:column; justify-content:center; gap:14px; max-width:540px; padding-top:28px; padding-bottom:28px; }
.apd-pf-cat { display:inline-block; padding:4px 14px; border-radius:20px; background:rgba(222,6,88,.85); color:#ffffff; font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.05em; width:fit-content; }
.apd-pf-slide__body h3 { font-size:clamp(1.4rem,2.5vw,2rem); font-weight:900; color:#ffffff; margin:0; line-height:1.25; }
.apd-pf-slide__body p { font-size:.95rem; color:rgba(255,255,255,.7); margin:0; }
.apd-pf-tech { display:inline-flex; align-items:center; gap:6px; font-size:12.5px; font-weight:600; color:rgba(255,255,255,.55); }
.apd-pf-btn { display:inline-flex; align-items:center; gap:8px; padding:12px 24px; border-radius:50px; background:linear-gradient(110deg,#DE0658,#FF8302); color:#ffffff; font-weight:700; font-size:16px; text-decoration:none; width:fit-content; transition:transform .22s; }
.apd-pf-btn:hover { transform:translateY(-3px); color:#ffffff; }
.apd-pf-arrow { position:absolute; top:50%; transform:translateY(-50%); width:46px; height:46px; border-radius:50%; background:rgba(255,255,255,.1); backdrop-filter:blur(8px); border:1.5px solid rgba(255,255,255,.15); color:#ffffff; font-size:16px; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:background .25s; z-index:5; }
.apd-pf-arrow:hover { background:linear-gradient(90deg,#DE0658,#FF8302); border-color:transparent; }
.apd-pf-arrow--prev { left:24px; }
.apd-pf-arrow--next { right:24px; }
.apd-pf-dots { position:absolute; bottom:20px; left:50%; transform:translateX(-50%); display:flex; gap:8px; z-index:5; }
.apd-pf-dot { width:8px; height:8px; border-radius:50%; background:rgba(255,255,255,.3); cursor:pointer; transition:background .25s,width .25s; }
.apd-pf-dot.is-active { background:#ffffff; width:24px; border-radius:4px; }

/* ════════════════════════════════════════════════════════════
   GRAPHIC DESIGN PAGE  (













/* ── HERO ── */


























@media(max-width:900px){   }

/* ── INTRO BLOCKS ── */










@media(max-width:820px){   }

/* ── SERVICES GRID ── */












/* ── TOOLS & TECHNIQUES (redesigned) ── */












@media(max-width:1024px){  }
@media(max-width:860px){   }
@media(max-width:480px){  }

/* ── PERSONALITY ── */







@media(max-width:820px){  }

/* ── WHY CHOOSE US ── */













@media(max-width:900px){  }

/* ── RELATED SERVICES ── */








@media(max-width:600px){  }

/* ── BLOGS ── */


@media(max-width:900px){  }
@media(max-width:600px){  }


















/* ── FAQ ── */















@media(max-width:860px){  }

/* ── HERO 2 ── */




/* Left */




/* Right */








/* Stats grid */




@media(max-width:960px){   }
@media(max-width:560px){   }

/* ── WHY BUSINESSES CHOOSE US ── */


@media(max-width:640px){  }







/* ── ARCHIVE PAGE ── */
.vn-archive-hero { background: linear-gradient(135deg,#0d1020 0%,#1a1040 100%); padding: 100px 0 60px; text-align: center; }
.vn-archive-title { font-size: clamp(28px,4vw,48px); font-weight: 900; color: #ffffff; margin: 0 0 12px; }
.vn-archive-title span { background: linear-gradient(90deg,#DE0658,#FF8302); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.vn-archive-desc { color: rgba(255,255,255,.7); font-size: 1rem; margin: 0; }
.vn-archive-body { padding: 60px 0 80px; background: #f9f9fb; }
.vn-posts-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
@media(max-width:900px){ .vn-posts-grid { grid-template-columns: repeat(2,1fr); } }
@media(max-width:560px){ .vn-posts-grid { grid-template-columns: 1fr; } }
.vn-post-card { background: #ffffff; border-radius: 16px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,.06); display: flex; flex-direction: column; transition: transform .25s, box-shadow .25s; }
.vn-post-card:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(0,0,0,.10); }
.vn-post-card-img { display: block; position: relative; overflow: hidden; aspect-ratio: 16/9; background: #e5e7eb; }
.vn-post-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.vn-post-card:hover .vn-post-card-img img { transform: scale(1.04); }
.vn-post-card-noimg { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: #9ca3af; font-size: 2.5rem; }
.vn-post-card-cat { position: absolute; top: 12px; left: 12px; background: linear-gradient(90deg,#DE0658,#FF8302); color: #ffffff; font-size: .72rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 4px 10px; border-radius: 50px; }
.vn-post-card-body { padding: 20px 22px 24px; display: flex; flex-direction: column; flex: 1; gap: 10px; }
.vn-post-card-meta { display: flex; gap: 14px; font-size: .8rem; color: #9ca3af; }
.vn-post-card-meta i { margin-right: 4px; }
.vn-post-card-title { font-size: 1rem; font-weight: 800; color: #0d1020; line-height: 1.45; margin: 0; }
.vn-post-card-title a { color: inherit; text-decoration: none; }
.vn-post-card-title a:hover { color: #DE0658; }
.vn-post-card-excerpt { font-size: .88rem; color: #6b7280; line-height: 1.7; margin: 0; flex: 1; }
.vn-read-more { display: inline-flex; align-items: center; gap: 6px; font-size: .85rem; font-weight: 700; color: #DE0658; text-decoration: none; margin-top: auto; transition: gap .2s; }
.vn-read-more:hover { gap: 10px; }
.vn-pagination { margin-top: 48px; display: flex; justify-content: center; }
.vn-pagination .nav-links { display: flex; gap: 8px; align-items: center; }
.vn-pagination .page-numbers { padding: 8px 14px; border-radius: 8px; background: #ffffff; color: #0d1020; font-weight: 600; text-decoration: none; border: 1px solid #e5e7eb; transition: all .2s; }
.vn-pagination .page-numbers.current, .vn-pagination .page-numbers:hover { background: linear-gradient(90deg,#DE0658,#FF8302); color: #ffffff; border-color: transparent; }
.vn-no-posts { text-align: center; color: #6b7280; font-size: 1.1rem; padding: 60px 0; }

/* ── WHY PARTNER ── */

/* ── BLOG SIDEBAR SEARCH FIX ── */
.vn-search-form { display: flex; gap: 8px; align-items: center; width: 100%; }
.vn-search-input { flex: 1 1 0; min-width: 0; padding: 10px 14px; border: 1px solid #e5e7eb; border-radius: 8px; font-size: .9rem; outline: none; box-sizing: border-box; width: 100%; }
.vn-search-input:focus { border-color: #DE0658; }
.vn-search-btn { flex-shrink: 0; padding: 10px 18px; background: linear-gradient(90deg,#DE0658,#FF8302); color: #ffffff; border: none; border-radius: 8px; font-size: .9rem; font-weight: 700; cursor: pointer; white-space: nowrap; }
.vn-search-btn:hover { opacity: .9; }
















@media(max-width:900px){     }

/* ── SERVICES INCLUDE ── */

/* ── Global section mobile padding 40px 15px ── */
@media (max-width: 768px) {
    .container { padding-left: 0; padding-right: 0; }
    .hero { padding: 100px 15px 50px !important; }
    .about-section,
    .whatwedo-v2,
    .expertise-section,
    .whychoose-section,
    .process-section,
    .casev3,
    .trustv2,
    .testimonials-section,
    .faqv2,
    .ctav3,
    .about-who,
    .about-mv,
    .about-team,
    .ssv-overview,
    .ssv-subs,
    .ssv-why,
    .srv-group,
    .srv-cards-section,
    .srv-row,
    .car-perks,
    .car-jobs { padding: 40px 15px !important; }
}


@media(max-width:640px){  }









/* ── DESIGN PROCESS ── */

/* Timeline style */


@media(max-width:640px){   }







/* Hiring style */







/* Pie visual */










/* Pie quadrant background using conic-gradient */


@media(max-width:860px){   }

/* ── ENGAGEMENT CARDS (improved) ── */















@media(max-width:1100px){  }
@media(max-width:560px){  }

/* ── FAQ (improved) ── */
























@media(max-width:860px){   }

/* ════════════════════════════════════════════════
   IT STAFF AUGMENTATION TEMPLATE
════════════════════════════════════════════════ */

/* ── Reveal animation ── */



/* ── Shared utilities ── */









/* ── HERO ── */
















@media(max-width:640px){   }

/* ── WHY TRUST ── */









@media(max-width:860px){  }

/* ── HOW IT WORKS ── */









@media(max-width:860px){  }
@media(max-width:520px){  }

/* ── WHY CHOOSE US ── */









@media(max-width:640px){  }

/* ── SERVICES ── */









@media(max-width:860px){  }
@media(max-width:520px){  }

/* ── TECHNOLOGIES ── */






@media(max-width:900px){  }
@media(max-width:520px){  }

/* ── AUGMENTATION MODEL ── */










@media(max-width:640px){  }

/* ── TAILORED SERVICES ── */














@media(max-width:860px){    }

/* ── INDUSTRY EXPERTISE ── */







@media(max-width:860px){  }
@media(max-width:520px){  }

/* ── ABOUT BLOCK ── */













@media(max-width:860px){  }
@media(max-width:480px){  }

/* ── RELATED SERVICES ── */










@media(max-width:640px){  }


/* ════════════════════════════════════════════════
   WEB DEVELOPMENT TEMPLATE
════════════════════════════════════════════════ */

/* ── Reveal ── */



/* ── Utilities ── */








/* ── HERO ── */











/* Stats bar */







@media(max-width:640px){   }

/* ── WHY CHOOSE US ── */









@media(max-width:860px){  }

/* ── SERVICES (split + scrollable) ── */

















@media(max-width:860px){     }

/* ── CONTENT BLOCKS ── */












@media(max-width:860px){   }

/* ── PROCESS ── */











@media(max-width:860px){  }
@media(max-width:520px){  }

/* ── INDUSTRY FOCUS ── */








@media(max-width:860px){  }
@media(max-width:520px){  }

/* ── INDUSTRIES WE SERVE ── */











@media(max-width:860px){  }
@media(max-width:480px){  }

/* ── RELATED SERVICES ── */










@media(max-width:640px){  }


/* ============================================================
   WD – HERO 2 (Website Health Monitor)
   ============================================================ */




/* ---- Left: content ---- */



@keyframes wd-pulse {
    0%,100% { opacity: 1; transform: scale(1); }
    50%      { opacity: .4; transform: scale(1.5); }
}






/* ---- Right: card ---- */















/* responsive */
@media (max-width: 900px) {
    
}

/* ── WD Hero2 color-picker overrides ── */
[style*="--sec-bg"]
[style*="--sec-heading"]
[style*="--sec-text"]
[style*="--sec-text"]
[style*="--sec-text"]
[style*="--sec-badge"]
[style*="--sec-badge"]
[style*="--sec-link"]
[style*="--sec-accent"]
[style*="--sec-accent"]
[style*="--sec-accent"]


/* ============================================================
   WD – TRUST BAR
   ============================================================ */





@media (max-width: 768px) {
    
    
    
}

/* ============================================================
   WD – RISK COMPARE
   ============================================================ */


















@media (max-width: 700px) {  }

/* ============================================================
   WD – WHY VIRTUENETZ
   ============================================================ */









/* right stat panel */






@media (max-width: 900px) {
    
    
}

/* ============================================================
   WD – SERVICES 2 (2-col card grid)
   ============================================================ */














@media (max-width: 900px) {  }
@media (max-width: 580px) {  }

/* wd-chip — small uppercase label used across WD sections */


/* ============================================================
   WD – HERO 3 (light bg, text left + image right)
   ============================================================ */






@media (max-width: 860px) {
    
    
}


/* ============================================================
   DM — DIGITAL MARKETING TEMPLATE
   ============================================================ */

/* ── shared utilities ── */








/* ── HERO ── */













@media (max-width: 860px) {
    
    
}

/* ── CONTENT BLOCKS ── */












@media (max-width: 860px) {
    
    
    
}

/* ── FEATURES LIST ── */







@media (max-width: 860px) {
    
    
}

/* ── 2-COL CARD GRID (shared: benefits, reasons, what_benefits) ── */









/* icon variant */


@media (max-width: 640px) {  }

/* ── RELATED ── */








@media (max-width: 900px) {  }
@media (max-width: 500px) {  }

/* ── FAQ ── */














/* ============================================================
   SECTION COLOR OVERRIDES via CSS custom properties
   Applied when vn_section_styles() outputs --sec-* vars
   ============================================================ */
[style*="--sec-bg"]      { background: var(--sec-bg) !important; }
[style*="--sec-heading"] h1,
[style*="--sec-heading"] h2,
[style*="--sec-heading"] h3,
[style*="--sec-heading"] h4 { color: var(--sec-heading) !important; }
[style*="--sec-text"]    p,
[style*="--sec-text"]    li,
[style*="--sec-text"]    span:not(
[style*="--sec-badge"]   .section-badge,
[style*="--sec-badge"]   
[style*="--sec-link"]    a,
[style*="--sec-link"]    .btn-primary,
[style*="--sec-link"]    
[style*="--sec-link"]    .srv-hero-btn,
[style*="--sec-link"]    .srv-rw-btn,
[style*="--sec-link"]    .ind-cta2__submit { background: var(--sec-link) !important; color: #ffffff !important; }
[style*="--sec-heading"] .srv-group-title,
[style*="--sec-heading"] .srv-row-title,
[style*="--sec-heading"] .srv-card-title { color: var(--sec-heading) !important; }
[style*="--sec-text"]    .srv-group-subtitle,
[style*="--sec-text"]    .srv-card-desc,
[style*="--sec-text"]    .srv-row-desc,
[style*="--sec-text"]    .ind-cta2__desc { color: var(--sec-text) !important; }





/* ── PARTNERS ── */
.sp-partners { background:var(--sec-bg,#f9f9fb); }
.sp-partners-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:24px; }
.sp-partner-card { background:#ffffff; border:1px solid #f0f0f4; border-radius:16px; padding:28px; display:flex; flex-direction:column; gap:12px; box-shadow:0 4px 20px rgba(0,0,0,.04); transition:transform .2s; }
.sp-partner-card:hover { transform:translateY(-3px); }
.sp-partner-logo { height:40px; width:auto; max-width:140px; object-fit:contain; }
.sp-partner-name { font-size:1rem; font-weight:700; color:var(--sec-heading,#0d1020); margin:0; }
.sp-partner-desc { font-size:.88rem; color:var(--sec-text,#6b7280); line-height:1.7; flex:1; }
.sp-partner-link { font-size:.85rem; font-weight:600; color:var(--sec-link,var(--color1,#DE0658)); text-decoration:none; display:inline-flex; align-items:center; gap:6px; margin-top:auto; }

/* ── FINAL THOUGHT ── */
.sp-ft { background:var(--sec-bg,#ffffff); }
.sp-ft-grid { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; padding:0; }
.sp-ft--img-left .sp-ft-grid { direction:rtl; }
.sp-ft--img-left .sp-ft-grid > * { direction:ltr; }
.sp-ft--no-img .sp-ft-grid { grid-template-columns:1fr; max-width:1000px; margin:0 auto; text-align:center; }
.sp-ft--no-img .sp-ft-btns { justify-content:center; }
.sp-ft-body { font-size:.95rem; color:var(--sec-text,#4b5563); line-height:1.9; margin:16px 0 28px; }
.sp-ft-btns { display:flex; gap:16px; flex-wrap:wrap; }
.sp-ft-image img { width:100%; border-radius:20px; box-shadow:0 20px 60px rgba(0,0,0,.1); }

/* ── WHAT WE DO ── */
.sp-whatwedo { background:var(--sec-bg,#f9f9fb); }
.sp-whatwedo-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:24px; }
.sp-wwd-item { background:#ffffff; border:1px solid #f0f0f4; border-radius:16px; padding:28px 24px; box-shadow:0 4px 20px rgba(0,0,0,.04); transition:transform .25s; }
.sp-wwd-item:hover { transform:translateY(-3px); }
.sp-wwd-icon { width:48px; height:48px; border-radius:12px; background:rgba(222,6,88,.08); display:flex; align-items:center; justify-content:center; margin-bottom:16px; font-size:1.2rem; color:var(--sec-accent,var(--color1,#DE0658)); }
.sp-wwd-icon img { width:28px; height:28px; object-fit:contain; }
.sp-wwd-title { font-size:1rem; font-weight:700; color:var(--sec-heading,#0d1020); margin:0 0 10px; }
.sp-wwd-desc { font-size:.9rem; color:var(--sec-text,#6b7280); line-height:1.7; margin:0; }

/* ── OUR CUSTOMERS ── */
.sp-customers { background:var(--sec-bg,#f8f9fc); }
.sp-customers-logos { display:grid; grid-template-columns:repeat(4,1fr); gap:20px; margin-top:48px; }
.sp-cust-logo-card { background:#ffffff; border-radius:18px; padding:28px 24px; display:flex; align-items:center; justify-content:center; min-height:100px; box-shadow:0 2px 16px rgba(0,0,0,.05); border:1px solid #eef0f5; transition:box-shadow .25s,transform .25s; }
.sp-cust-logo-card:hover { box-shadow:0 8px 32px rgba(0,0,0,.10); transform:translateY(-3px); }
.sp-cust-logo-card img { max-width:150px; max-height:56px; width:100%; object-fit:contain; filter:grayscale(100%) opacity(.6); transition:filter .3s; }
.sp-cust-logo-card:hover img { filter:grayscale(0%) opacity(1); }
.sp-cust-logo-text { font-size:1rem; font-weight:700; color:#9ca3af; letter-spacing:.04em; text-align:center; }
@media(max-width:900px){ .sp-customers-logos { grid-template-columns:repeat(3,1fr); } }
@media(max-width:600px){ .sp-customers-logos { grid-template-columns:repeat(2,1fr); } }

/* ── THE RISK ── */
.sp-risk { background:var(--sec-bg,#f9f9fb); }

/* sp-risk2 — two-column bordered cards (light bg) */
.sp-risk2 { background:#ffffff; }
.sp-risk2-head { text-align:center; margin-bottom:48px; max-width:760px; margin-left:auto; margin-right:auto; }
.sp-risk2-badge {
  display:inline-block; padding:5px 14px; border-radius:100px;
  font-size:.72rem; font-weight:700; letter-spacing:.1em; text-transform:uppercase;
  background:transparent; color:#e11d48; border:none;
  margin-bottom:16px; padding-left:0;
}
.sp-risk2-title { font-size:clamp(1.8rem,3.5vw,2.6rem); font-weight:800; color:#0d1020; margin:0 0 14px; line-height:1.2; }
.sp-risk2-title span { color:var(--color1,#DE0658); }
.sp-risk2-desc { color:#6b7280; font-size:1rem; max-width:660px; margin:0; line-height:1.65; }
.sp-risk2-cols {
  display:grid; grid-template-columns:1fr 1fr; gap:24px;
  margin-top:40px;
}
.sp-risk2-col {
  border-radius:16px; padding:32px 28px;
  border:1.5px solid #f3d0d7;
  background:#fdf5f6;
}
.sp-risk2-col--good { border-color:#fde8d0; background:#fffaf5; }
.sp-risk2-col-head {
  display:flex; align-items:center; gap:10px;
  font-size:1rem; font-weight:700;
  margin-bottom:22px; padding-bottom:14px;
  border-bottom:1px solid rgba(0,0,0,.06);
}
.sp-risk2-col--bad  .sp-risk2-col-head { color:#e11d48; }
.sp-risk2-col--good .sp-risk2-col-head { color:#f97316; }
.sp-risk2-col--bad  .sp-risk2-col-head i { font-size:1.1rem; }
.sp-risk2-col--good .sp-risk2-col-head i { font-size:1.1rem; }
.sp-risk2-list { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:12px; }
.sp-risk2-list li {
  display:flex; align-items:flex-start; gap:10px;
  color:#374151; font-size:.93rem; line-height:1.55;
}
.sp-risk2-col--bad  .sp-risk2-list li i { color:#e11d48; margin-top:3px; flex-shrink:0; }
.sp-risk2-col--good .sp-risk2-list li i { color:#f97316; margin-top:3px; flex-shrink:0; }
@media (max-width:640px) {
  .sp-risk2-cols { grid-template-columns:1fr; }
  .sp-risk2-col  { padding:24px 18px; }
}

/* ── RELATED SERVICES ── */
.sp-related { background:var(--sec-bg,#ffffff); }
.sp-related-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:20px; }
.sp-related-card { display:flex; align-items:center; gap:12px; padding:18px 20px; background:#ffffff; border:1px solid #f0f0f4; border-radius:14px; text-decoration:none; color:var(--sec-text,#374151); font-weight:500; font-size:.9rem; box-shadow:0 3px 12px rgba(0,0,0,.04); transition:transform .2s,box-shadow .2s; }
.sp-related-card:hover { transform:translateY(-3px); box-shadow:0 10px 30px rgba(0,0,0,.1); color:var(--sec-link,var(--color1,#DE0658)); }
.sp-related-img { width:48px; height:48px; border-radius:10px; object-fit:cover; flex-shrink:0; }
.sp-related-icon { width:40px; height:40px; border-radius:10px; background:rgba(222,6,88,.08); display:flex; align-items:center; justify-content:center; flex-shrink:0; color:var(--sec-accent,var(--color1,#DE0658)); }
.sp-related-arrow { margin-left:auto; font-size:.8rem; color:var(--sec-accent,var(--color1,#DE0658)); }
.sp-related-label { font-weight:700; color:#0d1020; font-size:16px; line-height:1.3; }

/* ── CASE STUDIES ── */
.sp-cases { background:var(--sec-bg,#f9f9fb); }
.sp-cases-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(300px,1fr)); gap:28px; }
.sp-case-card { background:#ffffff; border-radius:20px; overflow:hidden; box-shadow:0 4px 24px rgba(0,0,0,.07); transition:transform .25s,box-shadow .25s; }
.sp-case-card:hover { transform:translateY(-5px); box-shadow:0 16px 48px rgba(0,0,0,.12); }
.sp-case-img { height:200px; background-size:cover; background-position:center; }
.sp-case-body { padding:24px; display:flex; flex-direction:column; gap:10px; }
.sp-case-tag { font-size:.75rem; font-weight:700; text-transform:uppercase; letter-spacing:.07em; color:var(--sec-accent,var(--color1,#DE0658)); }
.sp-case-title { font-size:1.05rem; font-weight:700; color:var(--sec-heading,#0d1020); margin:0; }
.sp-case-desc { font-size:.88rem; color:var(--sec-text,#6b7280); line-height:1.7; }
.sp-case-result { font-size:.85rem; font-weight:600; color:#16a34a; display:flex; align-items:center; gap:6px; }
.sp-case-link { font-size:.85rem; font-weight:600; color:var(--sec-link,var(--color1,#DE0658)); text-decoration:none; display:inline-flex; align-items:center; gap:6px; margin-top:4px; }

/* ── TESTIMONIALS ── */
.sp-testimonials { background:var(--sec-bg,#ffffff); }
.sp-testimonials-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:24px; }
.sp-testi-card { background:#ffffff; border:1px solid #f0f0f4; border-radius:18px; padding:28px; box-shadow:0 4px 20px rgba(0,0,0,.05); display:flex; flex-direction:column; gap:14px; }
.sp-testi-stars { color:#f59e0b; font-size:.85rem; display:flex; gap:3px; }
.sp-testi-quote { font-size:.93rem; color:var(--sec-text,#374151); line-height:1.85; font-style:italic; flex:1; }
.sp-testi-author { display:flex; align-items:center; gap:12px; }
.sp-testi-avatar { width:50px; height:50px; border-radius:50%; object-fit:cover; flex-shrink:0; }
.sp-testi-name { display:block; font-size:.9rem; font-weight:700; color:var(--sec-heading,#0d1020); }
.sp-testi-role { display:block; font-size:.8rem; color:var(--sec-text,#9ca3af); }

/* ── FAQ ── */
.sp-faq { background:var(--sec-bg,#f9f9fb); }
.sp-faq-list { max-width:960px; margin:0 auto; display:flex; flex-direction:column; gap:12px; }
.sp-faq-item { background:#ffffff; border:1px solid #f0f0f4; border-radius:14px; overflow:hidden; box-shadow:0 2px 10px rgba(0,0,0,.04); }
.sp-faq-item[open] { border-color:var(--sec-accent,var(--color1,#DE0658)); }
.sp-faq-q { cursor:pointer; padding:18px 22px; font-size:.97rem; font-weight:600; color:var(--sec-heading,#0d1020); display:flex; justify-content:space-between; align-items:center; list-style:none; user-select:none; }
.sp-faq-q::-webkit-details-marker { display:none; }
.sp-faq-icon { font-size:.8rem; color:var(--sec-accent,var(--color1,#DE0658)); transition:transform .2s; flex-shrink:0; }
.sp-faq-item[open] .sp-faq-icon { transform:rotate(45deg); }
.sp-faq-a { padding:0 22px 18px; font-size:.92rem; color:var(--sec-text,#6b7280); line-height:1.8; }

/* ── CTA ── */
.sp-cta { position:relative; background:var(--sec-bg,linear-gradient(135deg,#0d1020,#1a1f40)); color:#ffffff; overflow:hidden; }
.sp-cta-bg { position:absolute; inset:0; background-size:cover; background-position:center; opacity:.18; z-index:0; }
.sp-cta-inner { position:relative; z-index:1; }
.sp-cta .sp-badge,.sp-cta .section-tag { background:rgba(255,255,255,.12); color:#ffffff; }
.sp-cta-title { font-size:clamp(1.8rem,3vw,2.8rem); font-weight:900; color:var(--sec-heading,#ffffff); margin:12px 0; line-height:1.25; }
.sp-cta-desc { font-size:1rem; color:rgba(255,255,255,.8); line-height:1.85; max-width:600px; margin:0 auto 32px; }
.sp-cta-btns { display:flex; gap:16px; flex-wrap:wrap; justify-content:center; }

/* ── Responsive ── */
@media (max-width:900px) {
  .sp-hero-inner { grid-template-columns:1fr; }
  .sp-hero-image { display:none; }
  .sp-intro-grid,.sp-ft-grid { grid-template-columns:1fr; }
  .sp-intro--img-left .sp-intro-grid,.sp-ft--img-left .sp-ft-grid { direction:ltr; }
  .sp-intro-image,.sp-ft-image { order:-1; }
  .sp-ps-head,.sp-ps-row { grid-template-columns:40px 1fr 1fr; padding:12px 16px; }
}
@media (max-width:900px) {
  .sp-hero { padding:100px 0px 50px !important; }
}
@media (max-width:600px) {
  .sp-hero { padding:100px 20px 60px; }
  .sp-body { padding-left:20px; padding-right:20px; }
  .sp-related { padding-left:20px; padding-right:20px; }
  .sp-process-steps::before { display:none; }
  .sp-ps-head,.sp-ps-row { grid-template-columns:1fr 1fr; }
  .sp-ps-num { display:none; }
}

/* ── Placeholder blocks (shown when no image uploaded) ── */
.sp-img-placeholder { background:linear-gradient(135deg,rgba(222,6,88,.06),rgba(255,131,2,.06)); border-radius:20px; aspect-ratio:4/3; display:flex; align-items:center; justify-content:center; font-size:3rem; color:rgba(222,6,88,.25); }
.sp-trust-logo-dummy { background:#f0f0f4; border-radius:8px; padding:10px 20px; font-size:.8rem; font-weight:700; color:#bbb; letter-spacing:.05em; }
.sp-partner-logo-dummy { width:56px; height:56px; border-radius:14px; background:rgba(222,6,88,.08); display:flex; align-items:center; justify-content:center; font-size:1.4rem; color:var(--color1,#DE0658); }
.sp-customer-avatar-dummy,.sp-testi-avatar-dummy { width:50px; height:50px; border-radius:50%; background:rgba(222,6,88,.08); display:flex; align-items:center; justify-content:center; font-size:1.1rem; color:var(--color1,#DE0658); flex-shrink:0; }
.sp-case-img--placeholder { background:linear-gradient(135deg,rgba(222,6,88,.07),rgba(255,131,2,.07)); display:flex; align-items:center; justify-content:center; font-size:2.5rem; color:rgba(222,6,88,.2); }

/* ================================================================
   CASE STUDIES — Dark Bento Grid (sp-rw-*)
   ================================================================ */
.sp-rw { background:#0d1020; color:#ffffff; }
.sp-rw-head { margin-bottom:56px; }
.sp-rw-head .section-badge { background:rgba(222,6,88,.15); color:var(--color1,#DE0658); }
.sp-rw-title { font-size:clamp(2rem,3.5vw,3rem); font-weight:900; color:#ffffff; line-height:1.2; margin:12px 0; }
.sp-rw-hl { background:linear-gradient(90deg,var(--color1,#DE0658),#FF8302); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.sp-rw-head .section-subtitle { color:rgba(255,255,255,.6); }

/* Bento grid — first card large, rest normal */
.sp-rw-bento { display:grid; grid-template-columns:1fr 1fr; gap:20px; }
.sp-rw-card:first-child { grid-row:span 2; }

.sp-rw-card { background:#171c34; border-radius:20px; overflow:hidden; display:flex; flex-direction:column; transition:transform .25s,box-shadow .25s; }
.sp-rw-card:hover { transform:translateY(-4px); box-shadow:0 20px 60px rgba(0,0,0,.4); }

/* Image */
.sp-rw-card-img { position:relative; overflow:hidden; flex-shrink:0; }
.sp-rw-card:first-child .sp-rw-card-img { height:340px; }
.sp-rw-card:not(:first-child) .sp-rw-card-img { height:200px; }
.sp-rw-card-img img { width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.sp-rw-card:hover .sp-rw-card-img img { transform:scale(1.05); }
.sp-rw-card-placeholder { width:100%; height:100%; background:linear-gradient(135deg,#1e2440,#2a1f3d); display:flex; align-items:center; justify-content:center; font-size:2.5rem; color:rgba(255,255,255,.15); }

/* Year badge */
.sp-rw-year { position:absolute; top:14px; right:14px; background:rgba(0,0,0,.55); backdrop-filter:blur(6px); color:#ffffff; font-size:.75rem; font-weight:700; padding:4px 12px; border-radius:50px; letter-spacing:.05em; }

/* Overlay — tags + view project */
.sp-rw-card-overlay { position:absolute; inset:0; background:linear-gradient(to top,rgba(0,0,0,.75) 0%,transparent 50%); display:flex; flex-direction:column; justify-content:flex-end; padding:18px 20px; opacity:1; transition:opacity .25s; }
.sp-rw-tags { display:flex; flex-wrap:wrap; gap:6px; margin-bottom:10px; }
.sp-rw-tag { background:rgba(255,255,255,.15); backdrop-filter:blur(4px); color:#ffffff; font-size:.72rem; font-weight:600; padding:3px 10px; border-radius:50px; }
.sp-rw-proj-link { font-size:.85rem; font-weight:600; color:#ffffff; text-decoration:none; display:inline-flex; align-items:center; gap:6px; opacity:.9; transition:gap .2s,opacity .2s; }
.sp-rw-proj-link:hover { gap:10px; opacity:1; color:#ffffff; }

/* Body */
.sp-rw-card-body { padding:20px 22px 24px; display:flex; flex-direction:column; gap:8px; flex:1; }
.sp-rw-client { font-size:.78rem; font-weight:600; color:rgba(255,255,255,.5); display:flex; align-items:center; gap:6px; }
.sp-rw-dot { font-size:.4rem; color:var(--color1,#DE0658); }
.sp-rw-card-title { font-size:1.05rem; font-weight:700; color:#ffffff; margin:0; line-height:1.35; }
.sp-rw-card-desc { font-size:.88rem; color:rgba(255,255,255,.55); line-height:1.65; margin:0; flex:1; }
.sp-rw-case-link { font-size:.85rem; font-weight:600; color:var(--color1,#DE0658); text-decoration:none; display:inline-flex; align-items:center; gap:6px; margin-top:4px; transition:gap .2s; }
.sp-rw-case-link:hover { gap:10px; color:var(--color1,#DE0658); }

/* 3 cards: first big left, two stacked right */
@media (max-width:900px) {
  .sp-rw-bento { grid-template-columns:1fr; }
  .sp-rw-card:first-child { grid-row:span 1; }
  .sp-rw-card:first-child .sp-rw-card-img,
  .sp-rw-card:not(:first-child) .sp-rw-card-img { height:220px; }
}



/* ── CASE STUDIES ── */
.sp-case { background:var(--sec-bg,#f8f9fc); }
.sp-case-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:24px; }
.sp-case-card { background:#ffffff; border-radius:20px; overflow:hidden; box-shadow:0 4px 24px rgba(0,0,0,.07); border:1px solid #eef0f5; text-decoration:none; display:flex; flex-direction:column; transition:transform .25s,box-shadow .25s; }
.sp-case-card:hover { transform:translateY(-5px); box-shadow:0 16px 48px rgba(0,0,0,.12); }
.sp-case-card--feat { grid-column:span 2; flex-direction:row !important; height:280px; }
.sp-case-thumb { position:relative; overflow:hidden; height:220px; flex-shrink:0; background:#f0f0f0; }
.sp-case-card--feat .sp-case-thumb { width:55%; height:auto; }
.sp-case-thumb img { width:100%; height:100%; object-fit:cover; transition:transform .4s; }
.sp-case-card:hover .sp-case-thumb img { transform:scale(1.05); }
.sp-case-thumb-placeholder { width:100%; height:100%; background:linear-gradient(135deg,rgba(222,6,88,.08),rgba(255,131,2,.08)); display:flex; align-items:center; justify-content:center; font-size:3rem; color:rgba(222,6,88,.2); }
.sp-case-tags { position:absolute; bottom:12px; left:12px; display:flex; flex-wrap:wrap; gap:6px; }
.sp-case-tags span { background:rgba(0,0,0,.55); backdrop-filter:blur(4px); color:#ffffff; font-size:.72rem; font-weight:600; padding:3px 10px; border-radius:50px; }
.sp-case-year { position:absolute; top:12px; right:12px; background:rgba(0,0,0,.5); color:#ffffff; font-size:.72rem; font-weight:700; padding:3px 10px; border-radius:50px; }
.sp-case-body { padding:22px 24px; display:flex; flex-direction:column; gap:8px; flex:1; }
.sp-case-client { font-size:.78rem; color:#9ca3af; font-weight:600; display:flex; align-items:center; gap:6px; }
.sp-case-title { font-size:1.05rem; font-weight:700; color:#0d1020; margin:0; line-height:1.35; }
.sp-case-desc { font-size:.88rem; color:#6b7280; line-height:1.65; margin:0; flex:1; }
.sp-case-link { font-size:.85rem; font-weight:600; color:var(--color1,#DE0658); display:inline-flex; align-items:center; gap:6px; margin-top:4px; transition:gap .2s; }
.sp-case-card:hover .sp-case-link { gap:10px; }
.sp-case-cta { text-align:center; margin-top:40px; }
@media(max-width:900px){ .sp-case-card--feat { grid-column:span 1; flex-direction:column; } .sp-case-card--feat .sp-case-thumb { width:100%; height:200px; } }
@media(max-width:600px){ .sp-case-grid { grid-template-columns:1fr; } }

/* ── CTA SECTION (ind-cta2) ── */
.ind-cta2 { position:relative; background:linear-gradient(135deg,#080c1a 0%,#0f1535 60%,#0d0a1e 100%); overflow:hidden; color:#ffffff; }
.ind-cta2__bg { position:absolute; inset:0; pointer-events:none; }
.ind-cta2__orb { position:absolute; border-radius:50%; }
.ind-cta2__orb--1 { width:500px; height:500px; background:radial-gradient(circle,rgba(222,6,88,.15),transparent 70%); top:-150px; left:-100px; }
.ind-cta2__orb--2 { width:400px; height:400px; background:radial-gradient(circle,rgba(99,102,241,.12),transparent 70%); bottom:-100px; right:-80px; }
.ind-cta2__orb--3 { width:300px; height:300px; background:radial-gradient(circle,rgba(255,131,2,.1),transparent 70%); top:50%; left:50%; transform:translate(-50%,-50%); }
.ind-cta2__dots { position:absolute; inset:0; background-image:radial-gradient(rgba(255,255,255,.04) 1px,transparent 1px); background-size:28px 28px; }
.ind-cta2__grid { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; position:relative; z-index:2; }
.ind-cta2__badge { background:rgba(222,6,88,.15); color:#ff6b9d; border:1px solid rgba(222,6,88,.3); }
.ind-cta2__title { font-size:clamp(1.8rem,3.5vw,2.8rem); font-weight:900; color:#ffffff; line-height:1.15; margin:16px 0 18px; }
.ind-cta2__title span { background:var(--gradient-h,linear-gradient(90deg,#DE0658,#FF8302)); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; }
.ind-cta2__desc { font-size:1rem; color:rgba(255,255,255,.65); line-height:1.8; margin:0 0 28px; }
.ind-cta2__trust { display:flex; flex-wrap:wrap; gap:12px; margin-bottom:28px; }
.ind-cta2__trust-item { display:flex; align-items:center; gap:8px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.1); border-radius:50px; padding:8px 16px; font-size:.82rem; color:rgba(255,255,255,.8); text-decoration:none; transition:background .2s; }
.ind-cta2__trust-item:hover { background:rgba(255,255,255,.12); }
.ind-cta2__trust-item i { color:var(--color1,#DE0658); }
.ind-cta2__bottom-row { display:flex; align-items:center; gap:16px; flex-wrap:wrap; }
.ind-cta2__deco-card { display:flex; align-items:center; gap:14px; background:rgba(255,255,255,.07); border:1px solid rgba(255,255,255,.12); border-radius:16px; padding:14px 18px; text-decoration:none; position:relative; flex:1; min-width:200px; transition:background .2s, border-color .2s; }
.ind-cta2__deco-card:hover { background:rgba(255,255,255,.12); border-color:rgba(255,255,255,.22); }
.ind-cta2__deco-avatar { width:42px; height:42px; border-radius:12px; background:rgba(222,6,88,.2); display:flex; align-items:center; justify-content:center; font-size:1.1rem; color:#ff6b9d; flex-shrink:0; }
.ind-cta2__deco-card strong { display:block; color:#ffffff !important; font-size:.9rem; font-weight:700; }
.ind-cta2__deco-card span { display:block; color:rgba(255,255,255,.55) !important; font-size:.78rem; }
.ind-cta2__wa-btn strong, .ind-cta2__wa-btn span, .ind-cta2__wa-btn * { color:#ffffff !important; }
.ind-cta2__wa-btn:hover strong, .ind-cta2__wa-btn:hover span { color:#ffffff !important; }
.ind-cta2__deco-ping { position:absolute; top:12px; right:12px; width:8px; height:8px; border-radius:50%; background:#22c55e; }
.ind-cta2__deco-ping::after { content:''; position:absolute; inset:-4px; border-radius:50%; background:rgba(34,197,94,.3); animation:ping 1.5s infinite; }
@keyframes ping { 0%,100%{transform:scale(1);opacity:.7} 50%{transform:scale(1.6);opacity:0} }
.ind-cta2__wa-btn { display:flex; align-items:center; gap:12px; background:linear-gradient(135deg,#25d366,#128c7e); border-radius:14px; padding:12px 18px; text-decoration:none; flex-shrink:0; transition:transform .2s,box-shadow .2s; }
.ind-cta2__wa-btn:hover { transform:translateY(-3px); background:#1db954; color:#ffffff !important; }
.ind-cta2__wa-btn:hover .ind-cta2__wa-text strong,
.ind-cta2__wa-btn:hover .ind-cta2__wa-text span { color:#ffffff !important; opacity:1; }
.ind-cta2__wa-icon { font-size:1.4rem; color:#ffffff; }
.ind-cta2__wa-text strong,.ind-cta2__wa-text span { display:block; color:#ffffff; }
.ind-cta2__wa-text strong { font-size:.88rem; font-weight:700; }
.ind-cta2__wa-text span { font-size:.75rem; opacity:.8; }
.ind-cta2__form-card { background:rgba(255,255,255,.05); backdrop-filter:blur(12px); border:1px solid rgba(255,255,255,.12); border-radius:24px; padding:36px; }
.ind-cta2__form-head h3 { color:#ffffff; font-size:1.4rem; font-weight:700; margin:0 0 6px; }
.ind-cta2__form-head p { color:rgba(255,255,255,.55); font-size:16px; margin:0 0 24px; }
.ind-cta2__form-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.ind-cta2__form-col { grid-column:span 2; }
.ind-cta2 input,.ind-cta2 select,.ind-cta2 textarea { width:100%; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.15); border-radius:10px; padding:12px 16px; color:#ffffff; font-size:.92rem; outline:none; transition:border-color .2s; }
.ind-cta2 input::placeholder,.ind-cta2 textarea::placeholder { color:rgba(255,255,255,.35); }
.ind-cta2 input:focus,.ind-cta2 select:focus,.ind-cta2 textarea:focus { border-color:rgba(222,6,88,.5); }
.ind-cta2 select option { background:#1a1a2e; color:#ffffff; }
.ind-cta2 textarea { resize:vertical; min-height:100px; }
.ind-cta2__submit { width:100%; margin-top:8px; padding:14px; font-size:1rem; font-weight:700; border:none; cursor:pointer; border-radius:12px; background:var(--gradient-h,linear-gradient(90deg,#DE0658,#FF8302)); color:#ffffff; transition:transform .2s; }
.ind-cta2__submit:hover { transform:translateY(-2px); }
.ind-cta2__sent { text-align:center; padding:40px 20px; }
.ind-cta2__sent-icon { width:64px; height:64px; border-radius:50%; background:rgba(34,197,94,.15); color:#22c55e; font-size:1.8rem; display:flex; align-items:center; justify-content:center; margin:0 auto 16px; }
.ind-cta2__sent h3 { color:#ffffff; font-size:1.4rem; margin:0 0 8px; }
.ind-cta2__sent p { color:rgba(255,255,255,.6); font-size:.95rem; }
.ind-cta2__error { color:#ff6b6b; font-size:.82rem; margin-top:4px; }
.ind-cta2__alert { padding:12px 16px; border-radius:10px; font-size:.9rem; margin-bottom:16px; }
.ind-cta2__alert--error { background:rgba(239,68,68,.15); border:1px solid rgba(239,68,68,.3); color:#fca5a5; }
@media(max-width:900px){ .ind-cta2__grid { grid-template-columns:1fr; } .ind-cta2__form-card { padding:24px; } }
@media(max-width:600px){ .ind-cta2__form-grid { grid-template-columns:1fr; } .ind-cta2__form-col { grid-column:span 1; } }

/* ── CTA grid children ── */
.ind-cta2__left  { min-width:0; }
.ind-cta2__left--left { text-align:left; align-items:flex-start; }
.ind-cta2__right { min-width:0; }

.sp-hero2 {
    background: #f8f9fc;
    padding: 101px 50px 80px;
    overflow: hidden;
}

.sp-industry-title {
    font-size: .95rem;
    font-weight: 700;
    color: #0d1020;
    min-height: 51px;
}

.sp-why-card-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0d1020;
    margin: 0 0 10px;
    min-height: 72px;
}

.sp-svc-card-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: #0d1020;
    margin: 0;
    min-height: 56px;
}

/* ── sp-hero2-text / sp-ft-text grid children ── */
.sp-hero2-text { min-width:0; }
.sp-ft-text    { min-width:0; }

/* ── testimonial avatar image ── */
.testimonial-avatar-img { width:50px !important; height:50px !important; border-radius:50%; object-fit:cover; flex-shrink:0; }

/* ── slider-prev / slider-next (alias of slider-btn) ── */
.slider-prev, .slider-next { width:44px; height:44px; border-radius:50%; border:2px solid var(--medium-gray,#e0e0e0); background:#ffffff; color:var(--charcoal,#1f1b2e); cursor:pointer; display:flex; align-items:center; justify-content:center; font-size:14px; transition:all .3s; }
.slider-prev:hover, .slider-next:hover { background:var(--gradient,linear-gradient(90deg,#DE0658,#FF8302)); border-color:transparent; color:#ffffff; }

/* ── ind-cta2 form floating-label fields (for svcpage CTA) ── */
.ind-cta2__row { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:16px; }
.ind-cta2__field { position:relative; margin-bottom:16px; }
.ind-cta2__row .ind-cta2__field { margin-bottom:0; }
.ind-cta2__field input,
.ind-cta2__field textarea { width:100%; padding:20px 16px 8px; border:1.5px solid rgba(255,255,255,.15); border-radius:12px; font-size:.95rem; color:#ffffff; font-family:inherit; outline:none; background:rgba(255,255,255,.07); transition:border-color .22s,background .22s; resize:none; }
.ind-cta2__field textarea { padding-top:17px; min-height:110px; }
.ind-cta2__field label { position:absolute; left:16px; top:14px; font-size:.88rem; color:rgba(255,255,255,.45); pointer-events:none; transition:top .2s,font-size .2s,color .2s; }
.ind-cta2__field label span { color:#ff6b9d; }
.ind-cta2__field input:focus ~ label,
.ind-cta2__field textarea:focus ~ label,
.ind-cta2__field input:not(:placeholder-shown) ~ label,
.ind-cta2__field textarea:not(:placeholder-shown) ~ label { top:6px; font-size:.72rem; color:rgba(255,255,255,.6); }
.ind-cta2__field input:focus,
.ind-cta2__field textarea:focus { border-color:rgba(222,6,88,.5); background:rgba(255,255,255,.1); }
.ind-cta2__field input::placeholder,
.ind-cta2__field textarea::placeholder { color:transparent; }
@keyframes fieldSlideIn { from{opacity:0;transform:translateY(12px)} to{opacity:1;transform:translateY(0)} }
@media (max-width: 768px) { .ind-cta2__row { grid-template-columns: 1fr; gap: 14px; } }

/* ================================================================
   BLOG SINGLE — RELATED POSTS GRID
   ================================================================ */
.sp-blog-related {
    background: #f9f9fb;
    padding: 70px 16px;
}
.sp-related-inner {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 24px;
}
@media (max-width: 560px) {
    .sp-blog-related { padding: 48px 16px; }
}
.sp-related-header {
    text-align: center;
    margin-bottom: 48px;
}
.blog-grid {
    display: grid;
    gap: 28px;
}
.blog-grid--related {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 28px !important;
}
@media (max-width: 768px) { .blog-grid--related { grid-template-columns: repeat(2, 1fr) !important; gap: 20px !important; } }
@media (max-width: 480px) {
    .blog-grid--related { grid-template-columns: 1fr !important; gap: 20px !important; }
    .blog-grid--related > article { margin-bottom: 20px !important; }
}

.blog-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0,0,0,.06);
    display: flex;
    flex-direction: column;
    transition: transform .25s, box-shadow .25s;
}
.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0,0,0,.10);
}
.blog-card-img-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
    background: #e5e7eb;
}
.blog-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s;
}
.blog-card:hover .blog-card-img-wrap img { transform: scale(1.04); }
.blog-card-no-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9ca3af;
    font-size: 2.5rem;
}
.blog-card-cat {
    position: absolute;
    top: 12px;
    left: 12px;
    background: linear-gradient(90deg, #DE0658, #FF8302);
    color: #ffffff;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 50px;
}
.blog-card-body {
    padding: 20px 22px 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 10px;
}
.blog-card-meta {
    display: flex;
    gap: 14px;
    font-size: .8rem;
    color: #9ca3af;
}
.blog-card-meta i { margin-right: 4px; }
.blog-card-title {
    font-size: 1rem;
    font-weight: 800;
    color: #0d1020;
    line-height: 1.45;
    margin: 0;
}
.blog-card-title a { color: inherit; text-decoration: none; }
.blog-card-title a:hover { color: #DE0658; }
.blog-card-excerpt {
    font-size: .88rem;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
    flex: 1;
}
.blog-read-more {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: .85rem;
    font-weight: 700;
    color: #DE0658;
    text-decoration: none;
    margin-top: auto;
    transition: gap .2s;
}
.blog-read-more:hover { gap: 10px; }

/* ================================================================
   BLOG SINGLE — SIDEBAR SEARCH FIX
   ================================================================ */
.sp-sidebar-widget .search-form,
.sp-sidebar-widget form {
    display: flex;
    gap: 8px;
    align-items: center;
}
.sp-sidebar-widget .search-form input[type="search"],
.sp-sidebar-widget .search-field {
    flex: 1;
    min-width: 0;
    padding: 10px 14px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: .9rem;
    outline: none;
}
.sp-sidebar-widget .search-form button,
.sp-sidebar-widget .search-submit {
    flex-shrink: 0;
    padding: 10px 18px;
    background: linear-gradient(90deg, #DE0658, #FF8302);
    color: #ffffff;
    border: none;
    border-radius: 8px;
    font-size: .9rem;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

/* Mobile: left align all headings and center-aligned content */
@media (max-width: 768px) {
    h1, h2, h3, h4, h5, h6 { text-align: left !important; }
    .text-center, [style*="text-align: center"], [style*="text-align:center"] { text-align: left !important; }
    .btn-primary, .btn-outline, .btn-outline-light, .btn-secondary { display: inline-flex; }
    /* Unwrap centered button containers */
    .wp-block-buttons, .has-text-align-center { justify-content: flex-start !important; text-align: left !important; }
}

/* Service page bullet dots — force small size */
.post-type-service ul li::before,
.page-template-template-svcpage ul li::before {
    width: 8px !important;
    height: 8px !important;
    min-width: 8px !important;
    min-height: 8px !important;
}
@media (max-width: 960px) {
    .sp-sslider-layout {
        grid-template-columns: 1fr;
        gap: 0;
    }
}
