/* ============================================================
   Prefixx Modern — 2026 Refresh
   Override layer on top of existing main.css + Bootstrap 4
   ============================================================ */

:root {
    --pfx-navy: #0a1628;
    --pfx-navy-mid: #121e33;
    --pfx-navy-light: #1a2940;
    --pfx-blue: #2b7de9;
    --pfx-blue-bright: #4a9eff;
    --pfx-blue-glow: rgba(43, 125, 233, 0.15);
    --pfx-green: #34d399;
    --pfx-green-muted: #22c55e;
    --pfx-slate: #94a3b8;
    --pfx-slate-light: #cbd5e1;
    --pfx-off-white: #f8fafc;
    --pfx-white: #ffffff;
    --pfx-border: rgba(148, 163, 184, 0.12);
    --pfx-card-bg: #ffffff;
    --pfx-section-alt: #f1f5f9;
    --pfx-radius: 16px;
    --pfx-radius-sm: 10px;
    --pfx-shadow: 0 1px 3px rgba(10, 22, 40, 0.06), 0 8px 32px rgba(10, 22, 40, 0.04);
    --pfx-shadow-hover: 0 4px 12px rgba(10, 22, 40, 0.08), 0 16px 48px rgba(10, 22, 40, 0.06);
    --pfx-transition: cubic-bezier(0.22, 1, 0.36, 1);
}

/* Google Fonts override for modern typography */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=JetBrains+Mono:wght@400;500&display=swap');


/* ── Global Overrides ───────────────────────────────────── */

body, .top-block {
    font-family: 'DM Sans', 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    scroll-padding-top: 100px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'DM Sans', 'sofia_prolight', sans-serif;
    letter-spacing: -0.02em;
}

.top-block p {
    font-family: 'DM Sans', 'Open Sans', sans-serif;
    line-height: 1.7;
}


/* ── Navbar ────────────────────────────────────────────── */

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(10, 22, 40, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(148, 163, 184, 0.08);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    padding: 0;
}

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

.header .logo img {
    height: 32px;
    width: auto;
}

.header .menu-list > li > a {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: var(--pfx-slate-light) !important;
    letter-spacing: 0;
    transition: color 0.2s ease;
    padding: 8px 14px;
    text-transform: none;
}

.header .menu-list > li > a:hover,
.header .menu-list > li:hover > a {
    color: var(--pfx-white) !important;
}

/* Dropdown menus */
.header .menu-list > li > ul {
    background: rgba(10, 22, 40, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(148, 163, 184, 0.12);
    border-radius: var(--pfx-radius-sm);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    padding: 8px 0;
    min-width: 200px;
    margin-top: 8px;
}

.header .menu-list > li > ul::before {
    display: none;
}

.header .menu-list > li > ul li a {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: var(--pfx-slate) !important;
    padding: 10px 20px;
    transition: all 0.2s ease;
    border-radius: 0;
}

.header .menu-list > li > ul li a:hover {
    color: var(--pfx-white) !important;
    background: rgba(43, 125, 233, 0.1);
    padding-left: 24px;
}

/* Mobile toggle */
.header .menu-toggle .line {
    background: var(--pfx-slate-light);
}

/* Mobile menu */
.mobile-menu {
    background: rgba(10, 22, 40, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.mobile-menu a {
    color: var(--pfx-slate-light) !important;
    font-family: 'DM Sans', sans-serif;
}

.mobile-menu a:hover {
    color: var(--pfx-white) !important;
}


/* ── Footer ────────────────────────────────────────────── */

.footer-block {
    background: var(--pfx-navy);
    padding-top: 80px;
    border-top: 1px solid rgba(148, 163, 184, 0.08);
}

.footer-block .footer-about p {
    color: var(--pfx-slate);
    font-size: 14px;
    line-height: 1.8;
    font-family: 'DM Sans', sans-serif;
}

.footer-block .footer-logo img {
    height: 30px;
    width: auto;
    margin-bottom: 20px;
}

.footer-block .footer-social li a {
    color: var(--pfx-slate);
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(148, 163, 184, 0.08);
}

.footer-block .footer-social li a:hover {
    color: var(--pfx-white);
    background: rgba(43, 125, 233, 0.2);
}

.footer-block h4 {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--pfx-white);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 24px;
}

.footer-block .footer-about-link ul li a,
.footer-block .footer-news-link ul li a {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: var(--pfx-slate) !important;
    transition: color 0.2s ease, padding-left 0.2s ease;
    line-height: 2.2;
}

.footer-block .footer-about-link ul li a:hover,
.footer-block .footer-news-link ul li a:hover {
    color: var(--pfx-white) !important;
    padding-left: 4px;
}

.footer-block .news-box {
    border-top: 1px solid rgba(148, 163, 184, 0.08);
}

.footer-block .news-box p {
    color: var(--pfx-slate) !important;
    font-size: 13px;
    font-family: 'DM Sans', sans-serif;
    line-height: 1.5;
}

.footer-block .footer-bottom {
    border-top: 1px solid rgba(148, 163, 184, 0.08);
    margin-top: 48px;
    padding: 24px 0;
}

.footer-block .footer-bottom p {
    color: var(--pfx-slate);
    font-size: 13px;
    font-family: 'DM Sans', sans-serif;
}

.footer-block .footer-bottom a {
    color: var(--pfx-slate) !important;
    transition: color 0.2s ease;
}

.footer-block .footer-bottom a:hover {
    color: var(--pfx-white) !important;
}


/* ── Sub-Page Banners ──────────────────────────────────── */

.sub-banner-wrapper {
    position: relative;
    background-color: var(--pfx-navy) !important;
    padding: 140px 0 70px !important;
    overflow: hidden;
    min-height: auto !important;
    height: auto !important;
}

/* Let JS-applied background-image come through, just ensure it covers properly */
.sub-banner-wrapper.set-as-bg {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
}

.sub-banner-wrapper .sub-banner-content {
    display: block !important;
    height: auto !important;
    width: 100%;
}

.sub-banner-wrapper .sub-banner-text {
    display: block !important;
    vertical-align: unset !important;
    text-align: left !important;
}

.inner-banner .sub-banner-content {
    height: auto !important;
    padding-top: 0 !important;
}

/* Dark overlay so text remains readable over the background image */
.sub-banner-wrapper::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(165deg, rgba(10, 22, 40, 0.82) 0%, rgba(15, 36, 68, 0.75) 50%, rgba(19, 45, 82, 0.7) 100%);
    z-index: 1;
}

/* Subtle grid texture on top of the overlay */
.sub-banner-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(43, 125, 233, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(43, 125, 233, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 2;
    opacity: 0.5;
    pointer-events: none;
}

.sub-banner-wrapper .container {
    position: relative;
    z-index: 3;
}

.sub-banner-wrapper .make-bg {
    display: none !important;
}

/* Override contact page banner variant */
.sub-banner-wrapper.contact-banner-block {
    height: auto !important;
}

.sub-banner-wrapper.contact-banner-block .sub-banner-content {
    height: auto !important;
}

.sub-banner-wrapper h1 {
    font-size: clamp(36px, 4.5vw, 56px);
    font-weight: 700;
    color: var(--pfx-white);
    line-height: 1.1;
    letter-spacing: -0.03em;
    margin-bottom: 12px;
}

.sub-banner-wrapper p {
    font-size: 18px;
    color: var(--pfx-slate);
    line-height: 1.6;
    max-width: 500px;
}

.sub-banner-wrapper .commen-btn.sub-banner-how-work {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: var(--pfx-blue);
    color: var(--pfx-white) !important;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none !important;
    transition: all 0.3s var(--pfx-transition);
    box-shadow: 0 4px 16px rgba(43, 125, 233, 0.3);
    border: none;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.4;
    width: auto;
    height: auto;
}

.sub-banner-wrapper .commen-btn.sub-banner-how-work:hover {
    background: var(--pfx-blue-bright);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(43, 125, 233, 0.4);
}

.sub-banner-wrapper .commen-btn.sub-banner-how-work img {
    filter: brightness(0) invert(1);
    width: 16px;
    height: auto;
}


/* ── Inner Page Content Sections ──────────────────────── */

.buy-top-block,
.arin-page-block {
    padding: 50px 0;
    background: var(--pfx-white);
}

.buy-top-block h3,
.arin-page-block h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--pfx-navy);
    margin-bottom: 20px;
    letter-spacing: -0.025em;
}

.buy-top-block p,
.arin-page-block p {
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
}

.buy-top-block a:not(.commen-btn),
.arin-page-block a:not(.commen-btn) {
    color: var(--pfx-blue);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

.buy-top-block a:not(.commen-btn):hover,
.arin-page-block a:not(.commen-btn):hover {
    color: var(--pfx-blue-bright);
}

/* Benefit boxes — modern card design */
.buy-top-left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
}

.buy-top-left-box {
    background: var(--pfx-card-bg);
    border: 1px solid var(--pfx-border);
    border-radius: var(--pfx-radius);
    padding: 28px !important;
    padding-left: 28px !important;
    transition: all 0.4s var(--pfx-transition);
    display: grid !important;
    grid-template-columns: 52px 1fr;
    gap: 20px;
    align-items: start;
    position: relative;
    overflow: hidden;
    box-shadow: none;
}

.buy-top-left-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--pfx-blue), var(--pfx-green));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.buy-top-left-box:hover {
    border-color: rgba(43, 125, 233, 0.2);
    box-shadow: var(--pfx-shadow-hover);
    transform: translateY(-3px);
}

.buy-top-left-box:hover::before {
    opacity: 1;
}

.buy-top-left-box-head {
    padding: 0 !important;
}

.buy-top-left-box h4 {
    font-size: 17px;
    font-weight: 700;
    color: var(--pfx-navy);
    letter-spacing: -0.01em;
    margin-bottom: 0;
    line-height: 1.3;
}

.buy-top-left-box h4 br {
    display: none;
}

.buy-top-left-box-cont {
    padding: 0 !important;
}

.buy-top-left-box .buy-top-left-box-cont p {
    font-size: 14px;
    line-height: 1.65;
    margin-bottom: 0;
    color: #475569;
}

/* Icon — compact rounded square, sits left of content */
.buy-top-left-icon {
    position: static !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    min-width: 52px;
    height: 52px;
    background: var(--pfx-blue-glow);
    border-radius: 14px;
    margin-bottom: 0;
    left: auto !important;
    top: auto !important;
    flex-shrink: 0;
}

.buy-top-left-icon img {
    position: static !important;
    width: 26px;
    height: 26px;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    margin: 0;
    filter: brightness(0) saturate(100%) invert(39%) sepia(82%) saturate(1400%) hue-rotate(201deg) brightness(98%) contrast(91%);
}

/* Stack inner columns vertically — make title + description flow naturally */
.buy-top-left-box > .row {
    flex: 1;
    min-width: 0;
    margin: 0;
}

.buy-top-left-box > .row > [class*="col-"] {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0;
}

/* Remove the arrow dividers from main.css */
.buy-top-left-box > div > div:before {
    display: none !important;
}

.buy-top-left-box > div > div {
    border-left: none !important;
}

/* Right side text block alignment */
.buy-top-right {
    padding-left: 20px;
}

.buy-top-right h3,
.buy-top-right h4 {
    font-size: 22px;
    font-weight: 700;
    color: var(--pfx-navy);
    letter-spacing: -0.02em;
    margin-bottom: 12px;
}

.buy-top-right p {
    margin-bottom: 16px;
}

.buy-top-right .commen-btn {
    margin-top: 8px;
}


/* ── Step/Process Blocks (RIR pages) ──────────────────── */

.arin__steps--block {
    padding: 60px 0 80px;
    background: var(--pfx-section-alt);
}

.arin__steps--box {
    padding: 48px 0;
    border-bottom: 1px solid var(--pfx-border);
}

.arin__steps--box:last-child {
    border-bottom: none;
}

.arin__steps--cont h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--pfx-navy);
    margin-bottom: 20px;
    letter-spacing: -0.025em;
}

.arin__steps--cont p {
    font-size: 16px;
    line-height: 1.75;
    color: #475569;
}

.arin__steps--cont a {
    color: var(--pfx-blue);
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.arin__steps--cont a:hover {
    color: var(--pfx-blue-bright);
}

.step__circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    background: var(--pfx-blue);
    color: var(--pfx-white);
    border-radius: 100px;
    font-family: 'JetBrains Mono', monospace;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.04em;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.typical__timeline {
    display: block;
    margin-top: 20px;
    padding: 14px 20px;
    background: rgba(43, 125, 233, 0.06);
    border-left: 3px solid var(--pfx-blue);
    border-radius: 0 var(--pfx-radius-sm) var(--pfx-radius-sm) 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--pfx-navy);
    font-family: 'DM Sans', sans-serif;
    line-height: 1.6;
}

.commne__ul li,
.commne__ul2 li {
    font-size: 15px;
    line-height: 1.7;
    color: #475569;
    margin-bottom: 12px;
    font-family: 'DM Sans', sans-serif;
}

.commne__ul li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: var(--pfx-blue);
    color: var(--pfx-white);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    margin-right: 10px;
    font-family: 'JetBrains Mono', monospace;
    flex-shrink: 0;
}

.arin-page-ul li h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--pfx-blue);
    letter-spacing: -0.01em;
}

.arin-page-ul li {
    color: var(--pfx-slate);
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
}

.arin__bottom--logo {
    text-align: center;
    padding: 40px 0 0;
}


/* ── About Prefixx Partial (legacy) ───────────────────── */

.why-use-block {
    padding: 80px 0;
    background: var(--pfx-white);
}

.why-use-block h3 {
    font-size: 14px;
    font-weight: 600;
    color: var(--pfx-blue);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 12px;
}

.why-use-block h5 {
    font-size: 28px;
    font-weight: 700;
    color: var(--pfx-navy);
    letter-spacing: -0.025em;
    margin-bottom: 20px;
    line-height: 1.3;
}

.why-use-block p {
    font-size: 16px;
    line-height: 1.75;
    color: #475569;
}


/* ── Why Prefixx Block (redesigned) ──────────────────── */

.why-prefixx-block {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
}

.why-prefixx-block__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #f0f7ff 0%, #e8f1fc 30%, #f8fafc 100%);
    z-index: 0;
}

.why-prefixx-block__bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(43, 125, 233, 0.2) 20%, rgba(43, 125, 233, 0.35) 50%, rgba(43, 125, 233, 0.2) 80%, transparent 100%);
}

.why-prefixx-block__bg::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(43, 125, 233, 0.2) 20%, rgba(43, 125, 233, 0.35) 50%, rgba(43, 125, 233, 0.2) 80%, transparent 100%);
}

.why-prefixx-block .container {
    position: relative;
    z-index: 1;
}

.why-prefixx-block__inner {
    position: relative;
}

.why-prefixx-block__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: var(--pfx-blue);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
    padding: 6px 14px;
    background: rgba(43, 125, 233, 0.08);
    border-radius: 100px;
}

.why-prefixx-block__heading h3 {
    font-size: 36px;
    font-weight: 800;
    color: var(--pfx-navy);
    letter-spacing: -0.03em;
    line-height: 1.2;
    margin-bottom: 0;
}

.why-prefixx-block__lead {
    font-size: 16px;
    line-height: 1.75;
    color: #475569;
    margin-bottom: 28px;
}

.why-prefixx-block__stats {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
}

.why-prefixx-block__stat {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    background: var(--pfx-white);
    border: 1px solid rgba(43, 125, 233, 0.1);
    border-radius: 12px;
    transition: all 0.3s var(--pfx-transition);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.why-prefixx-block__stat:hover {
    border-color: rgba(43, 125, 233, 0.2);
    box-shadow: 0 4px 16px rgba(43, 125, 233, 0.08);
    transform: translateX(4px);
}

.why-prefixx-block__stat svg {
    width: 36px;
    min-width: 36px;
    height: 36px;
    padding: 7px;
    color: var(--pfx-blue);
    background: var(--pfx-blue-glow);
    border-radius: 10px;
    flex-shrink: 0;
}

.why-prefixx-block__stat strong {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: var(--pfx-navy);
    margin-bottom: 1px;
}

.why-prefixx-block__stat span {
    font-size: 13px;
    color: #64748b;
    line-height: 1.4;
}

.why-prefixx-block__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 28px;
    background: var(--pfx-blue);
    color: var(--pfx-white) !important;
    border-radius: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none !important;
    transition: all 0.3s var(--pfx-transition);
    box-shadow: 0 4px 16px rgba(43, 125, 233, 0.25);
}

.why-prefixx-block__cta:hover {
    background: var(--pfx-blue-bright);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(43, 125, 233, 0.35);
}


/* ── Brief Sections (Standard of Excellence, White-Glove) ── */

.brief-section {
    padding: 80px 0;
}

.brief-section.gray--bg {
    background: var(--pfx-section-alt);
}

.brief-section .left--contant h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--pfx-navy);
    letter-spacing: -0.025em;
    margin-bottom: 18px;
    line-height: 1.3;
}

.brief-section .left--contant p {
    font-size: 16px;
    line-height: 1.75;
    color: #475569;
    margin-bottom: 16px;
}

.brief-section .brief-img img {
    border-radius: var(--pfx-radius);
}


/* ── Features Block (White-Glove Service page) ────────── */

.features-block,
.white-glove-services {
    padding: 80px 0;
    background: var(--pfx-white);
}

.features-block:nth-child(even),
.white-glove-services:nth-child(even) {
    background: var(--pfx-section-alt);
}

.features-block h3,
.white-glove-services h3,
.content-feature-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--pfx-navy);
    letter-spacing: -0.025em;
    margin-bottom: 18px;
    line-height: 1.3;
}

.features-block p,
.white-glove-services p,
.content-feature-box p {
    font-size: 16px;
    line-height: 1.75;
    color: #475569;
}

.content-feature-box ul li {
    font-size: 15px;
    color: #475569;
    line-height: 1.8;
    font-family: 'DM Sans', sans-serif;
}


/* ── FAQ Accordion ─────────────────────────────────────── */

.faq-block {
    padding: 80px 0;
    background: var(--pfx-section-alt);
}

.faq-block .commen__head h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--pfx-navy);
    letter-spacing: -0.025em;
    margin-bottom: 40px;
    text-align: center;
}

.faq-block .accordion-item {
    background: var(--pfx-card-bg);
    border: 1px solid var(--pfx-border);
    border-radius: var(--pfx-radius-sm);
    padding: 18px 24px 18px 56px;
    margin-bottom: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--pfx-navy);
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    box-shadow: none;
}

/* Fix ? icon positioning */
.faq__main .accordion-item::before {
    left: 20px !important;
    top: 18px !important;
}

.faq__main .accordion-item::after {
    right: 20px !important;
    top: 18px !important;
}

.faq-block .accordion-item:hover {
    border-color: rgba(43, 125, 233, 0.2);
}

/* When open: flatten bottom corners so it flows into .data */
.faq-block .accordion-item.open {
    border-color: rgba(43, 125, 233, 0.3);
    background: var(--pfx-white);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.faq-block .data {
    padding: 0 24px 16px 56px;
    background: var(--pfx-white);
    border: 1px solid rgba(43, 125, 233, 0.3);
    border-top: none;
    border-radius: 0 0 var(--pfx-radius-sm) var(--pfx-radius-sm);
    margin-bottom: 10px;
}

.faq-block .faq__cont p {
    font-size: 15px;
    line-height: 1.75;
    color: #475569;
    font-family: 'DM Sans', sans-serif;
}


/* ── Latest Articles Block (shared partial) ───────────── */

.latest__article--block {
    padding: 80px 0;
    background: var(--pfx-white);
}

.latest__article--block .commen__head h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--pfx-navy);
    letter-spacing: -0.025em;
    margin-bottom: 40px;
    text-align: center;
}

.latest__article--box {
    background: var(--pfx-card-bg);
    border: 1px solid var(--pfx-border);
    border-radius: var(--pfx-radius);
    overflow: hidden;
    margin: 0 8px;
    transition: all 0.3s var(--pfx-transition);
}

.latest__article--box:hover {
    box-shadow: var(--pfx-shadow-hover);
    transform: translateY(-3px);
}

.latest__article--box .article__header img {
    border-radius: var(--pfx-radius) var(--pfx-radius) 0 0;
}

.latest__article--box .article__body {
    padding: 20px;
}

.latest__article--box .article__body h6 {
    font-size: 12px;
    color: var(--pfx-slate);
    font-family: 'JetBrains Mono', monospace;
    margin-bottom: 8px;
}

.latest__article--box .article__body h5 {
    font-size: 16px;
    font-weight: 700;
    color: var(--pfx-navy);
    letter-spacing: -0.01em;
    line-height: 1.4;
    margin-bottom: 10px;
}

.latest__article--box .article__body p {
    font-size: 14px;
    color: #475569;
    line-height: 1.65;
}


/* ── Contact Form ──────────────────────────────────────── */

.form-block {
    padding: 80px 0;
    background: linear-gradient(165deg, var(--pfx-navy) 0%, #0f2444 50%, #132d52 100%);
    position: relative;
    overflow: hidden;
}

.form-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(43, 125, 233, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(43, 125, 233, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

.form-block::after {
    content: '';
    position: absolute;
    top: -40%;
    left: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(43, 125, 233, 0.08) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.form-block .form-main {
    position: relative;
    z-index: 2;
}

.form-main-div {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(148, 163, 184, 0.1);
    border-radius: 20px;
    padding: 48px 40px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

/* Override the offset — center the form since bg is now dark gradient */
.form-block .col-lg-8.offset-lg-4 {
    margin-left: auto;
    margin-right: auto;
    float: none;
    max-width: 920px;
    flex: 0 0 100%;
}

.form-main-icon {
    display: none;
}

.form-main-div-top h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--pfx-white);
    letter-spacing: -0.025em;
    margin-bottom: 8px;
}

.form-main-div-top h3 span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--pfx-blue-bright);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 8px;
}

.form-main-div-top p {
    color: var(--pfx-slate) !important;
    font-size: 15px;
    margin-bottom: 32px;
}

.form-main-div-bottom label,
.form-main-div-box > p {
    font-family: 'DM Sans', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: rgba(226, 232, 240, 0.85);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 6px;
}

.form-main-input,
.form-block input[type="text"],
.form-block input[type="email"],
.form-block textarea,
.form-block select {
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(148, 163, 184, 0.15) !important;
    border-radius: var(--pfx-radius-sm) !important;
    color: var(--pfx-white) !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    padding: 14px 18px;
    transition: border-color 0.2s ease, background 0.2s ease;
    width: 100%;
    height: auto;
}

.form-main-input:focus,
.form-block input:focus,
.form-block textarea:focus,
.form-block select:focus {
    border-color: var(--pfx-blue) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(43, 125, 233, 0.15);
}

.form-block select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2394a3b8' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
}

.form-block select option {
    background: var(--pfx-navy);
    color: var(--pfx-white);
}

.select--footer_form::after {
    display: none;
}

/* Hide Nice Select in footer form, show native select */
.select--footer_form .nice-select {
    display: none !important;
}

.select--footer_form select {
    display: block !important;
    width: 100%;
    height: 48px;
    padding: 10px 40px 10px 14px;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 1px solid rgba(148, 163, 184, 0.15) !important;
    border-radius: var(--pfx-radius-sm) !important;
    color: var(--pfx-white) !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2394a3b8' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease;
}

.select--footer_form select:focus {
    border-color: var(--pfx-blue) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(43, 125, 233, 0.15);
}

.select--footer_form select option {
    background: var(--pfx-navy);
    color: var(--pfx-white);
}

.form-block .form-main-btn,
.form-block .commen-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    background: var(--pfx-blue) !important;
    color: var(--pfx-white) !important;
    border-radius: 12px !important;
    font-size: 15px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none !important;
    transition: all 0.3s var(--pfx-transition);
    box-shadow: 0 4px 16px rgba(43, 125, 233, 0.3);
    border: none !important;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.4;
    width: auto;
    height: auto;
    cursor: pointer;
}

.form-block .form-main-btn:hover,
.form-block .commen-btn:hover {
    background: var(--pfx-blue-bright) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(43, 125, 233, 0.4);
}


/* ── Buttons Global (.commen-btn) ──────────────────────── */

.commen-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 28px;
    background: var(--pfx-blue);
    color: var(--pfx-white) !important;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none !important;
    transition: all 0.3s var(--pfx-transition);
    box-shadow: 0 4px 16px rgba(43, 125, 233, 0.25);
    border: none;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.4;
    width: auto;
    height: auto;
}

.commen-btn:hover {
    background: var(--pfx-blue-bright);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(43, 125, 233, 0.35);
    color: var(--pfx-white) !important;
}

.commen-btn img {
    filter: brightness(0) invert(1);
    width: 14px;
    height: auto;
}


/* ── Hosting Plans Cards ──────────────────────────────── */

.price-card-border {
    background: var(--pfx-card-bg);
    border: 1px solid var(--pfx-border);
    border-radius: var(--pfx-radius);
    padding: 28px 24px;
    transition: all 0.3s var(--pfx-transition);
}

.price-card-border:hover {
    border-color: rgba(43, 125, 233, 0.2);
    box-shadow: var(--pfx-shadow);
}


/* ── Our Process Page ──────────────────────────────────── */

.how-work-top-block {
    padding: 80px 0;
    background: var(--pfx-white);
}

.how-work-top-head {
    margin-bottom: 56px;
}

.how-work-top-head h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--pfx-navy);
    letter-spacing: -0.025em;
    margin-bottom: 20px;
}

.how-work-top-head p {
    font-size: 16px;
    color: #475569;
    line-height: 1.75;
    max-width: 700px;
    margin: 0 auto;
}

/* Fix "Get in touch" button to not be full-width */
.how-work-top-main .how-get-btn {
    width: auto !important;
    max-width: none;
    display: inline-flex !important;
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    height: auto !important;
    padding: 14px 32px !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    line-height: 1.4 !important;
    margin: 0 auto 16px !important;
}

.how-work-top-box {
    background: var(--pfx-card-bg);
    border: 1px solid var(--pfx-border);
    border-radius: var(--pfx-radius);
    padding: 36px 24px 32px;
    height: 100%;
    transition: all 0.3s var(--pfx-transition);
}

.how-work-top-box:hover {
    box-shadow: var(--pfx-shadow-hover);
    transform: translateY(-3px);
    border-color: rgba(43, 125, 233, 0.15);
}

.box-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--pfx-blue);
    color: var(--pfx-white);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    font-family: 'JetBrains Mono', monospace;
    margin-bottom: 18px;
}

.how-work-top-box h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--pfx-navy);
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.how-work-top-box p {
    font-size: 15px;
    line-height: 1.65;
    color: #64748b;
}

.contact-dotts {
    display: none;
}

.process-moreinfo {
    background: linear-gradient(135deg, var(--pfx-navy) 0%, #132d52 100%);
    border-radius: var(--pfx-radius);
    padding: 40px;
}

.process-moreinfo h6 {
    font-size: 20px;
    font-weight: 700;
    color: var(--pfx-white);
    margin-bottom: 12px;
}

.process-moreinfo p {
    font-size: 16px;
    color: var(--pfx-slate);
    line-height: 1.75;
    margin-bottom: 20px;
}

.process-moreinfo .commen-btn {
    box-shadow: 0 4px 16px rgba(43, 125, 233, 0.4);
}

/* Transactions block */
.prifixx-transactions-block {
    padding: 80px 0;
    background: var(--pfx-section-alt);
}

.prifixx-transactions-block h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--pfx-navy);
    letter-spacing: -0.025em;
    margin-bottom: 20px;
}

.prifixx-transactions-block p {
    font-size: 16px;
    line-height: 1.75;
    color: #475569;
}

.prifixx-transact-box {
    padding: 20px 0;
    border-bottom: 1px solid var(--pfx-border);
}

.prifixx-transact-box p span {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: var(--pfx-navy);
    margin-bottom: 4px;
}

/* Ecosystem */
.our-strength {
    padding: 80px 0;
    background: var(--pfx-white);
}

.our-ecosystem h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--pfx-navy);
    letter-spacing: -0.025em;
    margin-bottom: 12px;
    text-align: center;
}

.ecosys-intro {
    text-align: center;
    font-size: 16px;
    color: #64748b;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.our-ecosystem .ecosys-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 60px;
    justify-content: flex-start;
}

.our-ecosystem .ecosys-card--horizontal {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    width: 100%;
    background: var(--pfx-card-bg);
    border: 1px solid var(--pfx-border);
    border-radius: var(--pfx-radius);
    padding: 36px 32px;
    transition: all 0.3s var(--pfx-transition);
}

.our-ecosystem .ecosys-card--horizontal:hover {
    box-shadow: var(--pfx-shadow-hover);
    transform: translateY(-2px);
}

.ecosys-card__logo {
    flex-shrink: 0;
    width: 180px;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 0;
    padding: 24px;
}

.ecosys-card__logo .card-logo {
    max-height: 60px;
    max-width: 150px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.ecosys-card__content {
    flex: 1;
}

.ecosys-card__content h6 {
    font-size: 20px;
    font-weight: 700;
    color: var(--pfx-navy);
    margin-bottom: 10px;
}

.our-ecosystem p {
    max-width: none;
}

.ecosys-card__content p {
    font-size: 15px;
    line-height: 1.75;
    color: #475569;
    margin-bottom: 12px;
    max-width: none;
}

.ecosys-link {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: var(--pfx-blue);
    text-decoration: none;
    transition: color 0.2s ease;
}

.ecosys-link:hover {
    color: var(--pfx-navy);
}

@media (max-width: 767px) {
    .our-ecosystem .ecosys-card--horizontal {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
        padding: 28px 24px;
    }

    .ecosys-card__logo {
        width: 120px;
        min-height: 60px;
    }
}

.our-facilitators {
    text-align: center;
}

.our-facilitators h4 {
    font-size: 14px;
    font-weight: 600;
    color: var(--pfx-slate);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 28px;
}

.our-facilitators ul {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.our-facilitators ul li {
    list-style: none;
}

.our-facilitators ul li img {
    height: 50px;
    opacity: 0.6;
    filter: grayscale(0.5);
    transition: all 0.3s ease;
}

.our-facilitators ul li img:hover {
    opacity: 1;
    filter: grayscale(0);
}


/* ── Hosting & Connectivity Page ──────────────────────── */

/* Cloud ambitions section — modern split */
.hosting-connectivity {
    padding: 80px 0 60px;
}

.hosting-connectivity .left--contant p {
    font-size: 15px;
    line-height: 1.75;
}

.hosting-connectivity .brief-img img {
    border-radius: var(--pfx-radius);
    box-shadow: var(--pfx-shadow);
}

/* Feature highlights section — dark hero strip */
.highlated-featues {
    position: relative;
    background: linear-gradient(165deg, var(--pfx-navy) 0%, #0f2444 100%) !important;
    padding: 80px 0;
    overflow: hidden;
}

.highlated-featues .make-bg {
    display: none !important;
}

.highlated-featues::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(43, 125, 233, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(43, 125, 233, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 0;
}

.highlated-featues .container {
    position: relative;
    z-index: 1;
}

.highlated-featues .icon-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 100%;
}

.highlated-featues .icon-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(148, 163, 184, 0.1);
    border-radius: var(--pfx-radius);
    padding: 36px 30px;
    transition: all 0.4s var(--pfx-transition);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}

.highlated-featues .icon-card:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(43, 125, 233, 0.25);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3);
}

.highlated-featues .blue-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    background: rgba(43, 125, 233, 0.15);
    border-radius: 14px;
    margin-bottom: 20px;
    margin-right: 0;
    line-height: normal;
}

.highlated-featues .blue-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.highlated-featues .icon-card .text {
    width: 100%;
}

.highlated-featues h5 {
    font-size: 20px;
    font-weight: 700;
    color: var(--pfx-white);
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.highlated-featues p {
    font-size: 14px;
    line-height: 1.7;
    color: var(--pfx-slate);
}

/* Hosting plan cards — clean grid */
.plans-listing {
    padding: 80px 0;
    background: var(--pfx-white);
}

.plans-listing.select-gray {
    background: var(--pfx-section-alt);
}

.plans-listing h3 {
    text-align: center;
    margin-bottom: 48px;
}

/* Force proper 3-column grid at desktop */
.plans-listing .row.no-gutters {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.plans-listing .row.no-gutters > [class*="col-"] {
    max-width: 100% !important;
    flex: none !important;
    padding: 0 !important;
}

.plan-card {
    background: var(--pfx-card-bg);
    border: 1px solid var(--pfx-border);
    border-radius: var(--pfx-radius);
    padding: 32px 28px;
    height: 100%;
    transition: all 0.3s var(--pfx-transition);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.plan-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--pfx-blue), var(--pfx-green));
    opacity: 0;
    transition: opacity 0.3s ease;
}

.plan-card:hover {
    box-shadow: var(--pfx-shadow-hover);
    transform: translateY(-4px);
    border-color: rgba(43, 125, 233, 0.2);
}

.plan-card:hover::before {
    opacity: 1;
}

.plan-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--pfx-navy);
    margin-bottom: 8px;
}

.plan-card h4 span {
    display: inline;
    font-size: inherit;
    color: var(--pfx-blue);
    font-weight: 700;
    text-transform: none;
    letter-spacing: inherit;
}

.plan-card > p {
    font-size: 14px;
    line-height: 1.6;
    color: #475569;
    min-height: 44px;
}

.plan-figure {
    display: block;
    margin: 16px 0 10px;
}

.plan-figure label {
    display: block;
    font-size: 11px;
    color: var(--pfx-slate);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 2px;
}

.plan-figure > span {
    font-size: 42px;
    font-weight: 700;
    color: var(--pfx-navy);
    font-family: 'JetBrains Mono', monospace;
    letter-spacing: -0.03em;
    line-height: 1;
}

.plan-figure > span sup {
    font-size: 20px;
    font-weight: 500;
    color: var(--pfx-slate);
    vertical-align: super;
}

.plan-card .commen-btn.sub-banner-how-work {
    width: auto !important;
    max-width: none !important;
    line-height: 1.4 !important;
    height: auto !important;
    margin: 14px 0 !important;
    font-size: 13px;
    padding: 10px 22px;
}

.bluetick-list {
    list-style: none;
    padding: 0;
    margin-top: 14px;
}

.bluetick-list li {
    font-size: 13px;
    color: #475569;
    font-family: 'DM Sans', sans-serif;
    line-height: 1.5;
    padding: 5px 0 5px 22px;
    position: relative;
}

.bluetick-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--pfx-blue);
    font-weight: 700;
    font-size: 13px;
}

.bluetick-list li b {
    color: var(--pfx-navy);
}

/* Plan cards text alignment */
.plans-listing .plan-card {
    text-align: left !important;
}

/* Key features section — Tixx-style feature boxes */
.key-features {
    padding: 80px 0;
    background: var(--pfx-white);
}

.key-features.select-gray_dark {
    background: var(--pfx-section-alt);
}

.key-features h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--pfx-navy);
    letter-spacing: -0.025em;
    margin-bottom: 40px;
    text-align: center;
}

.key-features .row.no-gutters,
.key-features .row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.key-features .row.no-gutters > [class*="col-"],
.key-features .row > [class*="col-"] {
    max-width: 100% !important;
    flex: none !important;
    padding: 0 !important;
}

.key-features .white-box,
.key-features .kf-box {
    background: var(--pfx-card-bg);
    border: 1px solid var(--pfx-border);
    border-radius: var(--pfx-radius);
    padding: 32px 28px;
    height: 100%;
}

/* Tixx-style feature boxes inside key-features */
.key-features .kf-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    background: var(--pfx-card-bg);
    border: 1px solid var(--pfx-border);
    border-radius: 12px;
    transition: all 0.3s var(--pfx-transition);
}

.key-features .kf-item:hover {
    border-color: rgba(43, 125, 233, 0.15);
    box-shadow: var(--pfx-shadow);
    transform: translateY(-2px);
}

.key-features .kf-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    background: var(--pfx-blue-glow);
    border-radius: 10px;
    flex-shrink: 0;
}

.key-features .kf-item__icon svg {
    width: 22px;
    height: 22px;
    color: var(--pfx-blue);
}

.key-features .kf-item h5 {
    font-size: 16px;
    font-weight: 700;
    color: var(--pfx-navy);
    margin-bottom: 4px;
    letter-spacing: -0.01em;
}

.key-features .kf-item p {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}

.key-features .bluetick-list li {
    padding: 10px 0 10px 28px;
    font-size: 14px;
    line-height: 1.65;
    border-bottom: 1px solid var(--pfx-border);
}

.key-features .bluetick-list li:last-child {
    border-bottom: none;
}

.key-features .bluetick-list li b {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: var(--pfx-navy);
    margin-bottom: 2px;
}


/* ── FAQ Page Styles ──────────────────────────────────── */

.faq-page-block {
    padding: 80px 0;
    background: var(--pfx-white);
}

.faq-page-left {
    position: sticky;
    top: 100px;
    padding: 0 !important;
    padding-right: 24px !important;
}

.faq-page-left h3 {
    font-size: 14px;
    font-weight: 600;
    color: var(--pfx-blue);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
}

.faq-nav-label {
    display: block;
    font-family: 'DM Sans', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: var(--pfx-navy);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 16px;
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid var(--pfx-border);
}

.faq-page-left ul {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
}

.faq-page-left ul li {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.faq-page-left ul li a {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    color: var(--pfx-slate) !important;
    line-height: 2.2;
    padding-left: 0 !important;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.faq-page-left ul li a::before {
    display: none !important;
}

.faq-page-left ul li a:hover,
.faq-page-left ul li a.active {
    color: var(--pfx-blue) !important;
    padding-left: 6px !important;
}

.faq-page-left ul li a.active {
    font-weight: 600;
}

.faq-page-right h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--pfx-blue);
    letter-spacing: -0.015em;
    margin-bottom: 8px;
    margin-top: 48px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--pfx-blue);
}

.faq-page-right h3:first-child {
    margin-top: 0;
}

.faq-page-right-box {
    padding: 24px 0;
    border-bottom: 1px solid var(--pfx-border);
}

.faq-page-right-box:last-child {
    border-bottom: none;
}

.faq-page-right-box h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--pfx-navy);
    margin-bottom: 10px;
}

.faq-page-right-box p {
    font-size: 15px;
    line-height: 1.75;
    color: #475569;
    margin-bottom: 0;
}

.faq-page-right-box a {
    color: var(--pfx-blue);
    font-weight: 500;
}

.faq-page-right {
    background: none !important;
    filter: none !important;
    padding: 0 !important;
    margin-left: 0 !important;
    padding-left: 40px !important;
    border-left: 1px solid var(--pfx-border);
    padding-bottom: 50vh !important;
}

@media (max-width: 991px) {
    .faq-page-left {
        position: relative !important;
        top: auto !important;
        margin-bottom: 40px;
        padding-right: 0 !important;
    }
    .faq-page-right {
        padding-left: 0 !important;
        border-left: none;
    }
}


/* ── Tixx by Prefixx Page ────────────────────────────── */

.our-commitement {
    padding: 60px 0;
    background: var(--pfx-white);
}

.our-commitement h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--pfx-navy);
    letter-spacing: -0.025em;
    margin-bottom: 20px;
}

.our-commitement p {
    font-size: 15px;
    color: #475569;
    margin-bottom: 16px;
}

.our-commitement ul {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
}

.our-commitement ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    font-size: 15px;
    color: var(--pfx-navy);
    border-bottom: 1px solid var(--pfx-border);
}

.our-commitement ul li:last-child {
    border-bottom: none;
}

.our-commitement ul li span {
    flex-shrink: 0;
}

.our-commitement ul li img {
    width: 24px;
    height: 24px;
}

.our-commitement img.img-fluid {
    border-radius: var(--pfx-radius);
}

.our-guarantee {
    padding: 60px 0;
    background: var(--pfx-section-alt);
}

.our-guarantee h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--pfx-navy);
    letter-spacing: -0.025em;
    margin-bottom: 16px;
}

.our-guarantee p {
    font-size: 15px;
    color: #475569;
    line-height: 1.75;
    margin-bottom: 24px;
}

.our-guarantee .primary__btn1 {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    padding: 14px 32px !important;
    background: var(--pfx-blue) !important;
    border-radius: 12px !important;
    font-size: 15px;
    font-weight: 600;
    color: var(--pfx-white) !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    height: auto !important;
    width: auto !important;
    line-height: 1.4 !important;
    transition: all 0.3s var(--pfx-transition);
    box-shadow: 0 4px 16px rgba(43, 125, 233, 0.3);
}

.our-guarantee .primary__btn1:hover {
    background: var(--pfx-blue-bright) !important;
    transform: translateY(-2px);
}

.our-guarantee .primary__btn1 img {
    filter: brightness(0) invert(1);
    width: 16px;
}

.we-begin-journey {
    padding: 60px 0;
    background: var(--pfx-white);
}

.we-begin-journey h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--pfx-navy);
    letter-spacing: -0.025em;
    margin-bottom: 32px;
    text-align: center;
}

.begin-journery-box {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    background: var(--pfx-card-bg);
    border: 1px solid var(--pfx-border);
    border-radius: 12px;
    margin-bottom: 16px;
    transition: all 0.3s var(--pfx-transition);
}

.begin-journery-box:hover {
    border-color: rgba(43, 125, 233, 0.15);
    box-shadow: var(--pfx-shadow);
}

.begin-journery-box > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    background: var(--pfx-blue-glow);
    border-radius: 10px;
    flex-shrink: 0;
}

.begin-journery-box > span img {
    width: 24px;
    height: 24px;
}

.begin-journey-inner h5 {
    font-size: 16px;
    font-weight: 700;
    color: var(--pfx-navy);
    margin-bottom: 4px;
}

.begin-journey-inner p {
    font-size: 14px;
    color: #475569;
    line-height: 1.6;
    margin-bottom: 0;
}


/* ── Blog / News Styles ──────────────────────────────── */

.blog-page-block,
.blog-content-block {
    padding: 80px 0;
    background: var(--pfx-white);
}

/* News index page */
.news-page {
    padding: 60px 0 80px;
    background: var(--pfx-white);
}

.news-page .news-top-box {
    background: var(--pfx-card-bg);
    border-radius: var(--pfx-radius);
    border: 1px solid var(--pfx-border);
    overflow: hidden;
    margin-bottom: 32px;
    box-shadow: var(--pfx-shadow);
    transition: box-shadow 0.3s var(--pfx-transition);
}

.news-page .news-top-box:hover {
    box-shadow: var(--pfx-shadow-hover);
}

.news-page .news-top-box-img img {
    border-radius: var(--pfx-radius-sm);
    object-fit: cover;
}

.news-page .news-top-box-cont h4 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.news-page .news-top-box-cont h4 a {
    color: var(--pfx-navy);
    text-decoration: none;
    transition: color 0.2s ease;
}

.news-page .news-top-box-cont h4 a:hover {
    color: var(--pfx-blue);
}

.news-page .news-top-box-cont h4 span {
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: var(--pfx-slate);
    margin-bottom: 6px;
}

.news-page .news-more {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: var(--pfx-blue);
    text-decoration: none;
}

.news-page .news-more:hover {
    color: var(--pfx-blue-bright);
}

/* Article cards on news index */
.news-page-box {
    background: var(--pfx-card-bg);
    border: 1px solid var(--pfx-border);
    border-radius: var(--pfx-radius);
    padding: 20px;
    margin-bottom: 24px;
    box-shadow: var(--pfx-shadow);
    transition: box-shadow 0.3s var(--pfx-transition), transform 0.3s var(--pfx-transition);
}

.news-page-box:hover {
    box-shadow: var(--pfx-shadow-hover);
    transform: translateY(-2px);
}

.news-page-box .btn-primary {
    margin-top: 12px;
    font-size: 13px;
    padding: 4px 16px;
    border-radius: 6px;
}

/* Sidebar */
.news-right-block {
    background: var(--pfx-section-alt);
    border-radius: var(--pfx-radius);
    padding: 28px 24px;
    border: 1px solid var(--pfx-border);
}

.news-right-block h4 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: var(--pfx-navy);
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--pfx-border);
}

.news-right-block .tags-block,
.news-right-block .news-categary-block,
.news-right-block .recent-article-block,
.news-right-block .search__box {
    margin-bottom: 24px;
}

.news-right-block .search__box .form-control {
    border-radius: 8px;
    border: 1px solid rgba(148, 163, 184, 0.2);
    font-size: 14px;
}

.news-right-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-right-block ul li a {
    color: var(--pfx-navy);
    font-size: 14px;
    padding: 6px 0;
    display: flex;
    text-decoration: none;
    transition: color 0.2s ease;
}

.news-right-block ul li a:hover {
    color: var(--pfx-blue);
}

/* Single article page */
.news-detail-cont-box {
    background: var(--pfx-white);
}

.news-detail-cont-box h3 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: var(--pfx-navy);
    margin-bottom: 12px;
    line-height: 1.3;
}

.news-detail-cont-box .post-head li {
    font-size: 14px;
    color: var(--pfx-slate);
}

.news-detail-cont-box p {
    font-size: 16px;
    line-height: 1.8;
    color: #334155;
}

.news-detail-cont-box img.img-fluid {
    border-radius: var(--pfx-radius-sm);
    margin-bottom: 24px;
}

/* Share section */
.share__section {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid var(--pfx-border);
    display: flex;
    align-items: center;
    gap: 12px;
}

.share__text {
    font-weight: 600;
    font-size: 14px;
    color: var(--pfx-navy);
}

.share__items {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 8px;
}

.share__items li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: var(--pfx-section-alt);
    color: var(--pfx-slate);
    text-decoration: none;
    transition: all 0.2s ease;
    font-size: 14px;
}

.share__items li a:hover {
    background: var(--pfx-blue);
    color: var(--pfx-white);
}

/* Breadcrumbs */
.news-page .breadcrumb {
    background: transparent;
    padding: 0;
    margin-bottom: 24px;
    font-size: 14px;
}

.news-page .breadcrumb li a {
    color: var(--pfx-blue);
    text-decoration: none;
}

.news-page .breadcrumb li i {
    margin: 0 8px;
    color: var(--pfx-slate);
    font-size: 12px;
}

/* Empty state */
.news-empty-state {
    text-align: center;
    padding: 80px 20px;
}

.news-empty-state__icon {
    margin-bottom: 24px;
    color: var(--pfx-slate);
    opacity: 0.5;
}

.news-empty-state h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--pfx-navy);
    margin-bottom: 12px;
}

.news-empty-state p {
    font-size: 16px;
    color: var(--pfx-slate);
    max-width: 480px;
    margin: 0 auto 24px;
}

/* Admin edit form styles */
.news-page .form-group label {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: var(--pfx-navy);
    margin-bottom: 6px;
}

.news-page .form-control {
    border-radius: 8px;
    border: 1px solid rgba(148, 163, 184, 0.25);
    font-size: 14px;
    padding: 10px 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.news-page .form-control:focus {
    border-color: var(--pfx-blue);
    box-shadow: 0 0 0 3px rgba(43, 125, 233, 0.1);
}

.news-page .input-group-text {
    background: var(--pfx-section-alt);
    border: 1px solid rgba(148, 163, 184, 0.25);
    border-radius: 8px 0 0 8px;
    font-size: 14px;
    color: var(--pfx-slate);
}

.news-page hr {
    border-color: var(--pfx-border);
    margin: 28px 0 20px;
}

.news-page .badge-success {
    background: var(--pfx-green);
}

.news-page .badge-warning {
    background: #f59e0b;
    color: var(--pfx-white);
}


/* ── Cookie Consent Banner ────────────────────────────── */

.js-cookie-consent {
    background: rgba(10, 22, 40, 0.95) !important;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(148, 163, 184, 0.1);
    padding: 16px 24px;
}

.js-cookie-consent .cookie-consent__message {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    color: var(--pfx-slate-light);
}

.js-cookie-consent .js-cookie-consent-agree {
    background: var(--pfx-blue);
    color: var(--pfx-white);
    border: none;
    border-radius: 8px;
    padding: 8px 20px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.js-cookie-consent .js-cookie-consent-agree:hover {
    background: var(--pfx-blue-bright);
}


/* ── Fade-in animation ──────────────────────────────────── */

@keyframes pfxFadeUp {
    from { opacity: 0; transform: translateY(28px); }
    to   { opacity: 1; transform: translateY(0); }
}

@keyframes pfxFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes pfxGridPulse {
    0%, 100% { opacity: 0.03; }
    50%      { opacity: 0.06; }
}

@keyframes pfxFloat {
    0%, 100% { transform: translateY(0); }
    50%      { transform: translateY(-10px); }
}

@keyframes pfxAurora1 {
    0%   { transform: translate(0%, 0%) rotate(0deg) scale(1); }
    25%  { transform: translate(15%, -20%) rotate(45deg) scale(1.1); }
    50%  { transform: translate(-10%, 10%) rotate(90deg) scale(0.95); }
    75%  { transform: translate(20%, -5%) rotate(135deg) scale(1.05); }
    100% { transform: translate(0%, 0%) rotate(180deg) scale(1); }
}

@keyframes pfxAurora2 {
    0%   { transform: translate(0%, 0%) rotate(0deg) scale(1); }
    25%  { transform: translate(-20%, 15%) rotate(-60deg) scale(1.15); }
    50%  { transform: translate(15%, -10%) rotate(-120deg) scale(0.9); }
    75%  { transform: translate(-5%, 20%) rotate(-180deg) scale(1.1); }
    100% { transform: translate(0%, 0%) rotate(-240deg) scale(1); }
}

@keyframes pfxAurora3 {
    0%   { transform: translate(0%, 0%) scale(1); }
    33%  { transform: translate(10%, -15%) scale(1.2); }
    66%  { transform: translate(-15%, 10%) scale(0.85); }
    100% { transform: translate(0%, 0%) scale(1); }
}

@keyframes pfxShimmer {
    0%   { opacity: 0; }
    50%  { opacity: 1; }
    100% { opacity: 0; }
}

.pfx-animate {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s var(--pfx-transition), transform 0.7s var(--pfx-transition);
}
.pfx-animate.is-visible {
    opacity: 1;
    transform: translateY(0);
}


/* ── Hero Section ───────────────────────────────────────── */

.mod-hero {
    position: relative;
    background: var(--pfx-navy);
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 140px 0 100px;
    overflow: hidden;
}

/* Aurora mesh layer */
.mod-hero__aurora {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.mod-hero__aurora-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    will-change: transform;
}

.mod-hero__aurora-orb--1 {
    width: 600px;
    height: 600px;
    top: -20%;
    left: -10%;
    background: radial-gradient(circle, rgba(43, 125, 233, 0.3) 0%, rgba(43, 125, 233, 0) 70%);
    animation: pfxAurora1 20s ease-in-out infinite;
}

.mod-hero__aurora-orb--2 {
    width: 500px;
    height: 500px;
    top: 10%;
    right: -5%;
    background: radial-gradient(circle, rgba(52, 211, 153, 0.15) 0%, rgba(52, 211, 153, 0) 70%);
    animation: pfxAurora2 25s ease-in-out infinite;
}

.mod-hero__aurora-orb--3 {
    width: 450px;
    height: 450px;
    bottom: -15%;
    left: 30%;
    background: radial-gradient(circle, rgba(74, 158, 255, 0.2) 0%, rgba(74, 158, 255, 0) 70%);
    animation: pfxAurora3 18s ease-in-out infinite;
}

.mod-hero__aurora-orb--4 {
    width: 350px;
    height: 350px;
    top: 40%;
    right: 25%;
    background: radial-gradient(circle, rgba(139, 92, 246, 0.1) 0%, rgba(139, 92, 246, 0) 70%);
    animation: pfxAurora1 22s ease-in-out infinite reverse;
}

/* Subtle grid overlay on top of aurora */
.mod-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(43, 125, 233, 0.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(43, 125, 233, 0.04) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: 1;
    animation: pfxGridPulse 8s ease-in-out infinite;
}

/* Noise texture for depth */
.mod-hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background: 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='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.03'/%3E%3C/svg%3E");
    background-size: 200px 200px;
    z-index: 1;
    pointer-events: none;
    opacity: 0.5;
}

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

.mod-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(43, 125, 233, 0.12);
    border: 1px solid rgba(43, 125, 233, 0.25);
    border-radius: 100px;
    padding: 6px 18px 6px 10px;
    margin-bottom: 28px;
    animation: pfxFadeUp 0.6s var(--pfx-transition) 0.1s both;
}

.mod-hero__badge-dot {
    width: 8px;
    height: 8px;
    background: var(--pfx-green);
    border-radius: 50%;
    box-shadow: 0 0 8px var(--pfx-green);
    animation: pfxGridPulse 2s ease-in-out infinite;
}

.mod-hero__badge span {
    font-size: 13px;
    font-weight: 500;
    color: var(--pfx-blue-bright);
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-family: 'DM Sans', sans-serif;
}

.mod-hero h1 {
    font-size: clamp(42px, 5.5vw, 72px);
    font-weight: 700;
    color: var(--pfx-white);
    line-height: 1.08;
    margin-bottom: 8px;
    letter-spacing: -0.03em;
    animation: pfxFadeUp 0.6s var(--pfx-transition) 0.2s both;
}

.mod-hero h1 .mod-hero__accent {
    display: inline-block;
    background: linear-gradient(135deg, var(--pfx-blue-bright) 0%, var(--pfx-green) 50%, var(--pfx-blue-bright) 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: pfxShimmer 6s ease-in-out infinite;
}

@keyframes pfxGradientShift {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.mod-hero h1 .mod-hero__accent {
    animation: pfxGradientShift 6s ease-in-out infinite;
}

.mod-hero__sub {
    font-size: 18px;
    line-height: 1.7;
    color: var(--pfx-slate);
    max-width: 520px;
    margin-bottom: 40px;
    animation: pfxFadeUp 0.6s var(--pfx-transition) 0.35s both;
}

.mod-hero__actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    animation: pfxFadeUp 0.6s var(--pfx-transition) 0.45s both;
}

.mod-hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: var(--pfx-blue);
    color: var(--pfx-white) !important;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none !important;
    transition: all 0.3s var(--pfx-transition);
    box-shadow: 0 4px 16px rgba(43, 125, 233, 0.3);
    border: none;
    width: auto;
    height: auto;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.4;
}
.mod-hero__cta:hover {
    background: var(--pfx-blue-bright);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(43, 125, 233, 0.4);
    color: var(--pfx-white) !important;
}
.mod-hero__cta svg {
    transition: transform 0.3s var(--pfx-transition);
}
.mod-hero__cta:hover svg {
    transform: translateX(3px);
}

.mod-hero__cta--outline {
    background: transparent;
    border: 1px solid rgba(148, 163, 184, 0.3);
    color: var(--pfx-slate-light) !important;
    box-shadow: none;
}
.mod-hero__cta--outline:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(148, 163, 184, 0.5);
    box-shadow: none;
    color: var(--pfx-white) !important;
}

.mod-hero__visual {
    position: relative;
    animation: pfxFadeUp 0.8s var(--pfx-transition) 0.5s both;
}

.mod-hero__visual img {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    display: block;
    filter: drop-shadow(0 20px 60px rgba(43, 125, 233, 0.15));
    animation: pfxFloat 6s ease-in-out infinite;
}

.mod-hero__stat-strip {
    display: flex;
    gap: 40px;
    margin-top: 56px;
    padding-top: 32px;
    border-top: 1px solid rgba(148, 163, 184, 0.12);
    animation: pfxFadeUp 0.6s var(--pfx-transition) 0.6s both;
}

.mod-hero__stat h4 {
    font-size: 28px;
    font-weight: 700;
    color: var(--pfx-white);
    margin-bottom: 4px;
    font-family: 'JetBrains Mono', monospace;
    letter-spacing: -0.02em;
}

.mod-hero__stat p {
    font-size: 13px;
    color: var(--pfx-slate);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 500;
    margin: 0;
}


/* ── Section Utility ────────────────────────────────────── */

.mod-section {
    padding: 100px 0;
}

.mod-section--alt {
    background: var(--pfx-section-alt);
}

.mod-section--dark {
    background: var(--pfx-navy);
}

.mod-section__header {
    margin-bottom: 56px;
}

.mod-section__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    font-weight: 600;
    color: var(--pfx-blue);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    font-family: 'DM Sans', sans-serif;
}

.mod-section__label::before {
    content: '';
    width: 20px;
    height: 2px;
    background: var(--pfx-blue);
    border-radius: 1px;
}

.mod-section__title {
    font-size: clamp(30px, 3.5vw, 44px);
    font-weight: 700;
    color: var(--pfx-navy);
    line-height: 1.15;
    letter-spacing: -0.025em;
    max-width: 600px;
}

.mod-section--dark .mod-section__title {
    color: var(--pfx-white);
}

.mod-section__desc {
    font-size: 17px;
    color: var(--pfx-slate);
    max-width: 600px;
    line-height: 1.7;
}


/* ── About Section ──────────────────────────────────────── */

.mod-about__content h3 {
    font-size: clamp(30px, 3.5vw, 44px);
    font-weight: 700;
    color: var(--pfx-navy);
    line-height: 1.15;
    letter-spacing: -0.025em;
    margin-bottom: 24px;
}

.mod-about__content p {
    font-size: 16px;
    line-height: 1.75;
    color: #475569;
    margin-bottom: 18px;
}

.mod-about__cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 28px;
    background: var(--pfx-blue);
    color: var(--pfx-white) !important;
    border-radius: 12px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    text-decoration: none !important;
    transition: all 0.3s var(--pfx-transition);
    box-shadow: 0 4px 16px rgba(43, 125, 233, 0.25);
    border: none;
    width: auto;
    height: auto;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.4;
    margin-top: 12px;
}
.mod-about__cta:hover {
    background: var(--pfx-blue-bright);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(43, 125, 233, 0.35);
}

.mod-about__image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mod-about__image img {
    width: 100%;
    max-width: 420px;
}


/* ── Service Cards ──────────────────────────────────────── */

.mod-services {
    padding: 100px 0;
    background: var(--pfx-section-alt);
}

.mod-service-card {
    background: var(--pfx-card-bg);
    border: 1px solid var(--pfx-border);
    border-radius: var(--pfx-radius);
    padding: 36px 30px 32px;
    height: 100%;
    transition: all 0.4s var(--pfx-transition);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.mod-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--pfx-blue), var(--pfx-green));
    opacity: 0;
    transition: opacity 0.4s var(--pfx-transition);
}

.mod-service-card:hover {
    border-color: rgba(43, 125, 233, 0.2);
    box-shadow: var(--pfx-shadow-hover);
    transform: translateY(-4px);
}

.mod-service-card:hover::before {
    opacity: 1;
}

.mod-service-card__icon {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--pfx-blue-glow);
    border-radius: var(--pfx-radius-sm);
    margin-bottom: 22px;
}
.mod-service-card__icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.mod-service-card h4 {
    font-size: 20px;
    font-weight: 700;
    color: var(--pfx-navy);
    margin-bottom: 6px;
    line-height: 1.3;
    letter-spacing: -0.01em;
}

.mod-service-card h4 span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: var(--pfx-blue);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 4px;
}

.mod-service-card p {
    font-size: 15px;
    line-height: 1.65;
    color: #64748b;
    flex: 1;
}

.mod-service-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: var(--pfx-blue) !important;
    text-decoration: none !important;
    margin-top: 8px;
    transition: gap 0.3s var(--pfx-transition);
    width: auto;
    height: auto;
    background: transparent;
    border: none;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.4;
    padding: 0;
    border-radius: 0;
}
.mod-service-card__link:hover {
    gap: 10px;
    color: var(--pfx-blue-bright) !important;
    background: transparent;
}
.mod-service-card__link svg {
    flex-shrink: 0;
}


/* ── White-Glove Section ────────────────────────────────── */

.mod-whiteglove {
    padding: 100px 0;
    background: var(--pfx-white);
    position: relative;
    overflow: hidden;
}

.mod-whiteglove__card {
    background: linear-gradient(135deg, var(--pfx-navy) 0%, #132d52 100%);
    border-radius: 24px;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.mod-whiteglove__card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(43, 125, 233, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.mod-whiteglove__card h3 {
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 700;
    color: var(--pfx-white);
    margin-bottom: 18px;
    letter-spacing: -0.025em;
    line-height: 1.2;
}

.mod-whiteglove__card p {
    font-size: 17px;
    line-height: 1.75;
    color: var(--pfx-slate);
    margin-bottom: 28px;
    max-width: 480px;
}

.mod-whiteglove__image img {
    width: 100%;
    max-width: 380px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


/* ── Benefits Section ───────────────────────────────────── */

.mod-benefits {
    padding: 100px 0;
    background: var(--pfx-section-alt);
}

.mod-benefit-card {
    background: var(--pfx-card-bg);
    border: 1px solid var(--pfx-border);
    border-radius: var(--pfx-radius);
    padding: 32px 28px;
    height: 100%;
    transition: all 0.4s var(--pfx-transition);
}

.mod-benefit-card:hover {
    box-shadow: var(--pfx-shadow-hover);
    transform: translateY(-3px);
    border-color: rgba(43, 125, 233, 0.15);
}

.mod-benefit-card__icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--pfx-blue-glow);
    border-radius: var(--pfx-radius-sm);
    margin-bottom: 20px;
}
.mod-benefit-card__icon img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.mod-benefit-card h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--pfx-navy);
    margin-bottom: 10px;
    letter-spacing: -0.01em;
}

.mod-benefit-card p {
    font-size: 15px;
    line-height: 1.65;
    color: #64748b;
    margin-bottom: 0;
}


/* ── Featured Articles ──────────────────────────────────── */

.mod-articles {
    padding: 100px 0;
    background: var(--pfx-white);
}

.mod-article-card {
    background: var(--pfx-card-bg);
    border: 1px solid var(--pfx-border);
    border-radius: var(--pfx-radius);
    overflow: hidden;
    height: 100%;
    transition: all 0.4s var(--pfx-transition);
}
.mod-article-card:hover {
    box-shadow: var(--pfx-shadow-hover);
    transform: translateY(-4px);
}

.mod-article-card__img {
    position: relative;
    height: 200px;
    overflow: hidden;
    background: var(--pfx-section-alt);
}
.mod-article-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s var(--pfx-transition);
}
.mod-article-card:hover .mod-article-card__img img {
    transform: scale(1.05);
}

.mod-article-card__body {
    padding: 24px 24px 28px;
}

.mod-article-card__date {
    font-size: 13px;
    font-weight: 500;
    color: var(--pfx-slate);
    margin-bottom: 10px;
    font-family: 'JetBrains Mono', monospace;
    letter-spacing: 0.02em;
}

.mod-article-card__body h5 {
    font-size: 17px;
    font-weight: 700;
    color: var(--pfx-navy);
    margin-bottom: 16px;
    line-height: 1.4;
    letter-spacing: -0.01em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mod-article-card__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: var(--pfx-blue) !important;
    text-decoration: none !important;
    transition: gap 0.3s var(--pfx-transition);
}
.mod-article-card__link:hover {
    gap: 10px;
}

.mod-articles__more {
    text-align: center;
    margin-top: 48px;
}


/* ── Trusted By / Client Logos ──────────────────────────── */

.mod-trust-strip {
    padding: 60px 0;
    background: var(--pfx-white);
    border-bottom: 1px solid var(--pfx-border);
}

.mod-trust-strip__label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--pfx-slate);
    text-align: center;
    margin-bottom: 32px;
}

/* Marquee container — masks the overflow and adds edge fade */
.mod-trust-strip__marquee {
    overflow: hidden;
    position: relative;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
}

/* The sliding track: holds 2× logo sets side-by-side */
.mod-trust-strip__track {
    display: flex;
    align-items: center;
    gap: 60px;
    width: max-content;
    animation: marquee-scroll 30s linear infinite;
}
.mod-trust-strip__track:hover {
    animation-play-state: paused;
}

@keyframes marquee-scroll {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.mod-trust-strip__track img {
    height: 30px;
    max-width: 160px;
    flex-shrink: 0;
    opacity: 0.4;
    filter: grayscale(1);
    transition: opacity 0.3s var(--pfx-transition), filter 0.3s var(--pfx-transition);
    object-fit: contain;
}
.mod-trust-strip__track img:hover {
    opacity: 0.8;
    filter: grayscale(0);
}

/* Per-logo size tuning for visual balance */
.mod-trust-strip__track img[alt="Teleperformance"] {
    height: 28px;
    max-width: 150px;
}
.mod-trust-strip__track img[alt="M247"] {
    height: 26px;
    max-width: 140px;
}
.mod-trust-strip__track img[alt="ExpressVPN"] {
    height: 28px;
    max-width: 140px;
}

/* Invert white-on-transparent logos so they show dark on the white trust strip */
.mod-trust-strip__track img[alt="UltaHost"],
.mod-trust-strip__track img[alt="Stem Connect"] {
    filter: grayscale(1) invert(1);
}
.mod-trust-strip__track img[alt="UltaHost"]:hover,
.mod-trust-strip__track img[alt="Stem Connect"]:hover {
    filter: grayscale(0) invert(1);
}


/* ── Inter-RIR Transfer Page ──────────────────────────── */

.inter-RIR-block {
    padding: 80px 0;
    background: var(--pfx-white) !important;
}

.inter-RIR-block h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--pfx-navy);
    letter-spacing: -0.025em;
    margin-bottom: 18px;
}

.inter-RIR-block p {
    font-size: 15px !important;
    line-height: 1.75 !important;
    color: #475569 !important;
}

.inter-RIR-block h6 {
    font-size: 14px !important;
    color: var(--pfx-navy) !important;
    font-weight: 600;
    margin-top: 20px;
}

.inter-RIR-block ul {
    margin-top: 16px !important;
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.inter-RIR-block li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px !important;
    font-weight: 600;
    color: var(--pfx-navy) !important;
    margin: 0 !important;
}

.inter-RIR-block li img {
    width: 20px !important;
    margin-right: 0 !important;
}

.inter-RIR-block li a {
    color: var(--pfx-blue);
    font-weight: 600;
    text-decoration: none;
}

.inter-RIR-block li a:hover {
    color: var(--pfx-blue-bright);
}

.inter-RIR-block img.img-fluid {
    border-radius: var(--pfx-radius);
}

/* Inter-RIR service sections */
.inter-RIR-services {
    padding: 60px 0 !important;
    background: var(--pfx-white) !important;
    border-bottom: 1px solid var(--pfx-border) !important;
}

.inter-RIR-services:nth-child(even) {
    background: var(--pfx-section-alt) !important;
}

.inter-RIR-services h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--pfx-navy);
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}

.inter-RIR-services h3 span {
    display: block;
    font-size: 13px !important;
    font-weight: 600;
    color: var(--pfx-blue) !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
}

.inter-RIR-services p {
    font-size: 15px !important;
    line-height: 1.75 !important;
    color: #475569 !important;
}

.inter-RIR-services img.img-fluid {
    border-radius: var(--pfx-radius);
}

.img-right {
    display: block;
    text-align: right;
}

/* Logo list block — RIR transfer pairs */
.logo-list-block {
    background: linear-gradient(165deg, var(--pfx-navy) 0%, #0f2444 100%) !important;
    padding: 80px 0 40px !important;
    position: relative;
    overflow: hidden;
}

.logo-list-block::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(43, 125, 233, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(43, 125, 233, 0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}

.img-flex-box {
    display: flex !important;
    margin-bottom: 48px !important;
    position: relative;
    justify-content: center;
    align-items: center;
}

.img-logo {
    width: 130px !important;
    height: 130px !important;
    background-color: var(--pfx-white) !important;
    border-radius: 50% !important;
    display: flex !important;
    border: 8px solid var(--pfx-navy) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s var(--pfx-transition);
}

.img-logo:hover {
    transform: scale(1.05);
}

.img-logo:last-child {
    margin-left: -30px !important;
}

.img-logo a {
    margin: auto !important;
    display: block !important;
}

.img-logo a img {
    max-width: 70px;
    height: auto;
}

.arrow-top,
.arrow-bottom {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    text-align: center !important;
    z-index: 1;
}

.arrow-top {
    top: -12px !important;
}

.arrow-bottom {
    bottom: -12px !important;
}

.arrow-top img,
.arrow-bottom img {
    max-width: 24px;
    opacity: 0.5;
    filter: brightness(1.5);
}


/* ── White-Glove Service Detail Page ─────────────────── */

.features-block img.img-fluid {
    border-radius: var(--pfx-radius);
}

.white-glove-services .commen-btn {
    background-color: var(--pfx-blue) !important;
    margin-top: 20px;
}

.white-glove-services .commen-btn:hover {
    background-color: var(--pfx-blue-bright) !important;
}

.white-glove-services img.img-fluid {
    border-radius: var(--pfx-radius);
}

/* Content feature box list items */
.content-feature-box ul {
    list-style: none;
    padding: 0;
    margin: 16px 0;
}

.content-feature-box ul li {
    font-size: 15px;
    color: #475569;
    line-height: 1.8;
    padding: 3px 0 3px 24px;
    position: relative;
    font-family: 'DM Sans', sans-serif;
}

.content-feature-box ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--pfx-blue);
    font-weight: 700;
}

/* Remove the dash prefix from the original markup */
.content-feature-box ul li {
    list-style: none;
}


/* ── Terms / Privacy Policy Pages ─────────────────────── */

.terms-service-block {
    padding: 80px 0;
    background: var(--pfx-white);
}

.terms-service-main h3 {
    font-size: 22px;
    font-weight: 700;
    color: var(--pfx-navy);
    margin-bottom: 18px;
    letter-spacing: -0.02em;
}

.terms-service-main p,
.terms-service-main li {
    font-size: 15px;
    line-height: 1.8;
    color: #475569;
    font-family: 'DM Sans', sans-serif;
}

.terms-service-main a {
    color: var(--pfx-blue);
    font-weight: 500;
}


/* ── Contact Page ─────────────────────────────────────── */

.contact-page-block {
    padding: 80px 0;
    background: var(--pfx-white);
}

.contact-page-left .contact-form-head h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--pfx-navy);
    margin-bottom: 10px;
}

.contact-page-left .contact-form-head p {
    font-size: 15px;
    color: #475569;
    line-height: 1.7;
}

.contact-page-left label,
.contact-page-left .contact-form-box > p {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: var(--pfx-navy);
}

.contact-page-left input,
.contact-page-left textarea,
.contact-page-left select {
    border-radius: var(--pfx-radius-sm) !important;
    border: 1px solid rgba(148, 163, 184, 0.25) !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    padding: 12px 16px;
    transition: border-color 0.2s ease;
    width: 100%;
}

/* Make the inquiry type dropdown match the height of other fields */
.contact-page-left .select--contact_form {
    display: block;
    width: 100%;
}

.contact-page-left .select--contact_form select {
    height: 52px;
    padding: 12px 40px 12px 16px;
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2394a3b8' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    cursor: pointer;
}

/* Hide Nice Select if it renders on the contact page */
.contact-page-left .select--contact_form .nice-select {
    display: none !important;
}

.contact-page-left .select--contact_form select {
    display: block !important;
}

.contact-page-left input:focus,
.contact-page-left textarea:focus,
.contact-page-left select:focus {
    border-color: var(--pfx-blue) !important;
    box-shadow: 0 0 0 3px rgba(43, 125, 233, 0.1);
    outline: none;
}

.contact-page-right {
    max-width: 100%;
}

.contact-page-right h5,
.contact-page-right h4 {
    font-size: 16px;
    font-weight: 700;
    color: var(--pfx-navy);
}

.contact-page-right p,
.contact-page-right a {
    font-size: 14px;
    color: #475569;
    font-family: 'DM Sans', sans-serif;
}

.contact-page-right a {
    color: var(--pfx-blue);
    text-decoration: none;
}

.contact-page-right a:hover {
    color: var(--pfx-blue-bright);
}

/* Contact form submit button */
.contact-page-left .contact-form-submit {
    background: var(--pfx-blue) !important;
    border-radius: 12px !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 14px 36px;
    height: auto;
    width: auto;
    text-transform: none;
    letter-spacing: 0;
    transition: all 0.3s var(--pfx-transition);
    box-shadow: 0 4px 16px rgba(43, 125, 233, 0.25);
}

.contact-page-left .contact-form-submit:hover {
    background: var(--pfx-blue-bright) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(43, 125, 233, 0.35);
}


/* ── Get Started RIR Logos (buy/sell pages) ───────────── */

.procurment_process.brief-section .get-started {
    margin: 24px 0 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.procurment_process.brief-section .get-started .blue-txt {
    font-weight: 700;
    color: var(--pfx-blue) !important;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-family: 'DM Sans', sans-serif;
}

.procurment_process.brief-section ul {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.procurment_process.brief-section ul li a {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--pfx-section-alt);
    border: 1px solid var(--pfx-border);
    transition: all 0.3s var(--pfx-transition);
    position: relative;
}

.procurment_process.brief-section ul li a::after {
    display: none;
}

.procurment_process.brief-section ul li a:hover {
    border-color: rgba(43, 125, 233, 0.3);
    box-shadow: 0 4px 12px rgba(43, 125, 233, 0.1);
    transform: translateY(-2px);
}

.procurment_process.brief-section ul li a img {
    width: 40px;
    height: auto;
    position: static;
    transform: none;
}

/* Contact us / Get started green button override */
.get-started-btn {
    background: var(--pfx-blue) !important;
    width: auto !important;
    height: auto !important;
    line-height: 1.4 !important;
}


/* ── Lease Benefits Partial ────────────────────────────── */

.leasebenefits,
.lease-benefits-section {
    padding: 60px 0;
}


/* ── Responsive ─────────────────────────────────────────── */

@media (max-width: 991px) {
    .mod-hero {
        min-height: auto;
        padding: 120px 0 60px;
    }
    .mod-hero__visual {
        margin-top: 48px;
    }
    .mod-hero__stat-strip {
        gap: 24px;
    }
    .mod-hero__stat h4 {
        font-size: 22px;
    }
    .mod-section {
        padding: 70px 0;
    }
    .mod-whiteglove__card {
        padding: 40px 30px;
    }
    .mod-whiteglove__image {
        margin-top: 40px;
    }
    .mod-services, .mod-benefits, .mod-articles {
        padding: 70px 0;
    }
    .sub-banner-wrapper {
        padding: 120px 0 60px !important;
    }
    .buy-top-block, .arin-page-block, .why-use-block, .why-prefixx-block,
    .brief-section, .features-block, .white-glove-services,
    .faq-block, .latest__article--block, .form-block {
        padding: 60px 0;
    }
    .form-main-div {
        padding: 36px 28px;
    }
    /* Hosting grid — 2 columns on tablet */
    .plans-listing .row.no-gutters {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    .highlated-featues .icon-cards {
        grid-template-columns: repeat(2, 1fr);
    }
    /* Key features — stack on tablet */
    .key-features .row.no-gutters,
    .key-features .row {
        grid-template-columns: 1fr !important;
    }
    /* Benefit boxes right text */
    .buy-top-right {
        padding-left: 0;
        margin-top: 24px;
    }
}

@media (max-width: 767px) {
    .mod-hero {
        padding: 100px 0 50px;
    }
    .mod-hero h1 {
        font-size: 36px;
    }
    .mod-hero__stat-strip {
        flex-wrap: wrap;
        gap: 20px 32px;
    }
    .mod-trust-strip__track {
        gap: 40px;
        animation-duration: 20s;
    }
    .mod-trust-strip__track img {
        height: 22px;
    }
    .mod-service-card, .mod-benefit-card {
        margin-bottom: 20px;
    }
    .mod-whiteglove__card {
        padding: 32px 24px;
        border-radius: 16px;
    }
    .sub-banner-wrapper {
        padding: 100px 0 50px !important;
    }
    .sub-banner-wrapper h1 {
        font-size: 32px !important;
    }
    .arin__steps--cont h3 {
        font-size: 24px;
    }
    .form-main-div {
        padding: 28px 20px;
    }
    .form-main-div-top h3 {
        font-size: 24px;
    }
    .footer-block {
        padding-top: 60px;
    }
    /* Why Prefixx — mobile */
    .why-prefixx-block__heading {
        margin-bottom: 32px;
    }
    .why-prefixx-block__heading h3 {
        font-size: 28px;
    }
    /* Hosting grid — single column on mobile */
    .plans-listing .row.no-gutters {
        grid-template-columns: 1fr !important;
    }
    .highlated-featues .icon-cards {
        grid-template-columns: 1fr;
    }
    /* Logo block — mobile */
    .img-logo {
        width: 100px !important;
        height: 100px !important;
    }
    .img-logo a img {
        max-width: 50px;
    }
}


/* ── Override specificity resets ─────────────────────────── */

.mod-home .banner-wrapper {
    display: none !important;
}

.mod-home .home-about-block,
.mod-home .brief-whiteglove,
.mod-home .home-features-block,
.mod-home .latest__article--block {
    display: none !important;
}
