/* ==========================================================================
   ERINITE SOLUTIONS — DIGITAL MARKETING PAGE STYLESHEET
   Harmonized with Amazon, Shopify, eBay & Web Development System
   Clean Modern White Theme with Radiant Azure Ambient Highlights & 3D Tilt
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap');

/* =========================================
   GLOBAL / RESET FOR DIGITAL MARKETING PAGE
   ========================================= */

.marketing-page,
.marketing-hero,
.marketing-services-section {
    box-sizing: border-box;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #07182D;
    -webkit-font-smoothing: antialiased;
}

.marketing-page *,
.marketing-hero *,
.marketing-services-section * {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    color: #07182D;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* =========================================
   COMMON UTILITIES & BADGES
   ========================================= */

.text-blue {
    color: #0D6EFD !important;
}

.marketing-eyebrow-wrap {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

.marketing-eyebrow-text {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #0D6EFD;
}

.marketing-eyebrow-lines {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.marketing-eyebrow-line {
    display: inline-block;
    width: 20px;
    height: 3px;
    background: #0D6EFD;
    border-radius: 2px;
}

/* Primary Button */
.marketing-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #0D6EFD;
    color: #FFFFFF !important;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 30px;
    border-radius: 50px;
    box-shadow: 0 8px 22px rgba(13, 110, 253, 0.28);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    border: none;
    cursor: pointer;
}

.marketing-btn-primary:hover {
    background: #0B5ED7;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(13, 110, 253, 0.38);
    color: #FFFFFF !important;
}

.marketing-btn-arrow {
    display: inline-block;
    font-size: 16px;
    transition: transform 0.2s ease;
}

.marketing-btn-primary:hover .marketing-btn-arrow {
    transform: translateX(4px);
}


/* =========================================
   SECTION 01: HERO SECTION
   ========================================= */

.marketing-hero {
    position: relative;
    padding: 25px 40px 15px;
    background: radial-gradient(circle at 82% 38%, rgba(215, 235, 255, 0.75) 0%, rgba(245, 250, 255, 0.3) 55%, #FFFFFF 85%), #FFFFFF;
    overflow: hidden;
}

.marketing-hero-container {
    width: 100%;
    max-width: 1320px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 44% 56%;
    align-items: center;
    gap: 30px;
}

/* Left Content Column */
.marketing-hero-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 2;
    max-width: 540px;
}

.marketing-hero-title {
    font-family: "Poppins", sans-serif;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.14;
    color: #07182D;
    letter-spacing: -0.025em;
    margin: 0 0 22px 0;
}

.marketing-hero-title span {
    color: #0D6EFD;
}

.marketing-hero-desc {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.65;
    color: #475B78;
    max-width: 500px;
    margin: 0 0 34px 0;
}

.marketing-hero-cta-wrap {
    margin-bottom: 0;
}

/* 3 Bottom Hero Features */
.marketing-hero-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 48px;
    width: 100%;
    padding-top: 24px;
    border-top: 1px solid rgba(229, 237, 247, 0.6);
}

.marketing-feature-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
}

.marketing-feature-icon-box {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: #F0F6FF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0D6EFD;
    margin-bottom: 4px;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.marketing-feature-item:hover .marketing-feature-icon-box {
    transform: translateY(-2px);
    background: #E5F0FF;
}

.marketing-feature-icon-box svg {
    width: 24px;
    height: 24px;
}

.marketing-feature-title {
    font-family: "Poppins", sans-serif;
    font-size: 14.5px;
    font-weight: 700;
    color: #07182D;
    margin: 0;
    line-height: 1.25;
}

.marketing-feature-desc {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    color: #64748B;
    margin: 0;
    line-height: 1.4;
}


/* =========================================
   RIGHT VISUAL COLUMN: 3D TILT TABLET & GLOW
   ========================================= */

.marketing-hero-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 45px 10px 45px 20px;
}

.marketing-visual-stage {
    position: relative;
    width: 100%;
    max-width: 760px;
    perspective: 1200px;
    perspective-origin: 50% 50%;
}

/* Radiant Blue Glow Layers behind Dashboard */
.marketing-glow-sphere {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 640px;
    height: 500px;
    background: radial-gradient(ellipse at center, rgba(13, 110, 253, 0.45) 0%, rgba(56, 189, 248, 0.28) 45%, rgba(255, 255, 255, 0) 75%);
    filter: blur(45px);
    z-index: 0;
    pointer-events: none;
    border-radius: 50%;
}

.marketing-glow-orb-top {
    position: absolute;
    top: -18%;
    right: 8%;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(14, 165, 233, 0.38) 0%, rgba(255, 255, 255, 0) 70%);
    filter: blur(40px);
    z-index: 0;
    pointer-events: none;
}

/* Central Tablet Frame with 3D Tilt */
.marketing-tablet-wrapper {
    position: relative;
    width: 100%;
    z-index: 2;
    transform-style: preserve-3d;
}

/* Tablet Mockup with 3D Angle and Smooth Hover Alignment */
.marketing-tablet-mockup {
    background: #0B192C;
    border-radius: 26px;
    padding: 11px;
    box-shadow: 
        -16px 28px 60px rgba(7, 24, 45, 0.18),
        0 12px 35px rgba(13, 110, 253, 0.16),
        0 0 75px rgba(13, 110, 253, 0.24);
    border: 2px solid #1E2E42;
    position: relative;
    transform: rotateY(-13deg) rotateX(6deg) rotateZ(-2deg);
    transform-style: preserve-3d;
    transition: transform 0.55s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.55s ease;
    user-select: none;
    -webkit-user-select: none;
    cursor: default !important;
}

/* Make sure text cursor is disabled on dashboard and stays standard arrow cursor */
.marketing-tablet-mockup,
.marketing-tablet-mockup * {
    user-select: none !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    cursor: default !important;
}

/* Hover: Thora seedha ho jaye */
.marketing-visual-stage:hover .marketing-tablet-mockup {
    transform: rotateY(-3deg) rotateX(2deg) rotateZ(0deg) scale(1.02);
    box-shadow: 
        -10px 32px 70px rgba(7, 24, 45, 0.22),
        0 18px 50px rgba(13, 110, 253, 0.28),
        0 0 100px rgba(13, 110, 253, 0.34);
}

.marketing-tablet-screen {
    background: #FFFFFF;
    border-radius: 18px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 145px 1fr;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    min-height: 460px;
}

/* Tablet Sidebar */
.marketing-screen-sidebar {
    background: #07182D;
    color: #FFFFFF;
    padding: 20px 14px;
    display: flex;
    flex-direction: column;
}

.marketing-screen-logo {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #0D6EFD;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.marketing-screen-logo span {
    color: #FFFFFF;
    font-weight: 500;
}

.marketing-screen-nav {
    display: flex;
    flex-direction: column;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.marketing-screen-nav-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-radius: 8px;
    font-size: 11.5px;
    font-weight: 500;
    color: #94A3B8;
    text-decoration: none;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.marketing-screen-nav-item:hover:not(.active) {
    background: rgba(13, 110, 253, 0.18);
    color: #FFFFFF;
    transform: translateX(4px);
}

.marketing-screen-nav-item.active {
    background: #0D6EFD;
    color: #FFFFFF;
    font-weight: 600;
}

.marketing-screen-nav-item svg {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}

/* Tablet Main Dashboard Content */
.marketing-screen-body {
    background: #F8FAFC;
    padding: 18px 22px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    overflow: hidden;
}

/* Dashboard Header */
.marketing-dashboard-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.marketing-dashboard-title {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #07182D;
    margin: 0;
}

.marketing-dashboard-date-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 600;
    color: #475569;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: default;
}

.marketing-dashboard-date-pill:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.14);
    border-color: #B2D5FB;
    color: #0D6EFD;
}

/* Top 4 KPI Metric Cards (Smooth Pop-Up Hover) */
.marketing-kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.marketing-kpi-card {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    padding: 10px 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s ease, border-color 0.28s ease;
    cursor: default;
    z-index: 1;
    will-change: transform;
}

.marketing-kpi-card:hover {
    transform: translateY(-5px) scale(1.04);
    box-shadow: 0 12px 24px rgba(13, 110, 253, 0.16), 0 3px 8px rgba(7, 24, 45, 0.06);
    border-color: #0D6EFD;
    z-index: 6;
}

.marketing-kpi-label {
    font-size: 10.5px;
    color: #64748B;
    margin-bottom: 3px;
}

.marketing-kpi-value {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #07182D;
    margin-bottom: 2px;
    line-height: 1.2;
}

.marketing-kpi-trend {
    font-size: 10px;
    font-weight: 600;
    color: #16A34A;
    display: flex;
    align-items: center;
    gap: 2px;
}

/* Middle Charts Row: Line Chart + Donut Chart (Smooth Pop-Up Hover) */
.marketing-charts-row {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 10px;
}

.marketing-chart-card {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    padding: 12px 14px;
    display: flex;
    flex-direction: column;
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s ease, border-color 0.28s ease;
    cursor: default;
    z-index: 1;
    will-change: transform;
}

.marketing-chart-card:hover {
    transform: translateY(-5px) scale(1.025);
    box-shadow: 0 14px 28px rgba(13, 110, 253, 0.16), 0 4px 10px rgba(7, 24, 45, 0.06);
    border-color: #0D6EFD;
    z-index: 6;
}

.marketing-chart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.marketing-chart-title {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #07182D;
    margin: 0;
}

.marketing-chart-legend {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 10px;
    color: #64748B;
}

.marketing-chart-legend-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
}

.marketing-chart-legend-dot.blue { background: #0D6EFD; }
.marketing-chart-legend-dot.green { background: #10B981; }

.marketing-svg-chart {
    width: 100%;
    height: 90px;
}

/* Donut Chart Inner Layout */
.marketing-donut-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

.marketing-donut-svg {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
}

.marketing-donut-legend {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 10px;
    color: #475569;
    flex: 1;
}

.marketing-donut-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Bottom Campaigns Table (Smooth Pop-Up Hover) */
.marketing-campaigns-card {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    padding: 10px 14px;
    transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s ease, border-color 0.28s ease;
    cursor: default;
    will-change: transform;
}

.marketing-campaigns-card:hover {
    transform: translateY(-4px) scale(1.015);
    box-shadow: 0 12px 26px rgba(13, 110, 253, 0.14), 0 3px 10px rgba(7, 24, 45, 0.05);
    border-color: #B2D5FB;
    z-index: 5;
}

.marketing-campaigns-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.marketing-campaigns-header {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #07182D;
    margin: 0;
}

.marketing-campaigns-viewall {
    font-size: 11px;
    font-weight: 600;
    color: #0D6EFD;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.marketing-campaigns-viewall:hover {
    transform: translateX(3px);
}

.marketing-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 10.5px;
}

.marketing-table tbody tr {
    transition: background-color 0.2s ease;
}

.marketing-table tbody tr:hover {
    background-color: #F0F6FF;
}

.marketing-table th {
    text-align: left;
    color: #94A3B8;
    font-weight: 500;
    padding: 4px 6px;
    border-bottom: 1px solid #F1F5F9;
}

.marketing-table td {
    padding: 5px 6px;
    color: #334155;
    border-bottom: 1px solid #F8FAFC;
}

.marketing-channel-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}


/* =========================================
   4 FLOATING GLASSPHILIC STAT CARDS (WITH SOFT ANIMATION & 20% HOVER ZOOM)
   ========================================= */

@keyframes floatMotionA {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-7px); }
    100% { transform: translateY(0px); }
}

@keyframes floatMotionB {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-9px); }
    100% { transform: translateY(0px); }
}

@keyframes floatMotionC {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-6px); }
    100% { transform: translateY(0px); }
}

@keyframes floatMotionD {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0px); }
}

.marketing-floating-card {
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #E5EDF7;
    border-radius: 16px;
    padding: 12px 18px;
    box-shadow: 0 18px 40px rgba(7, 24, 45, 0.14), 0 4px 12px rgba(7, 24, 45, 0.05);
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 12px;
    user-select: none;
    -webkit-user-select: none;
    cursor: default !important;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
    will-change: transform;
}

.marketing-floating-card * {
    user-select: none !important;
    -webkit-user-select: none !important;
    cursor: default !important;
}

/* Hover: Enlarge 20% (scale 1.2) with deep elevation */
.marketing-floating-card:hover {
    animation-play-state: paused !important;
    transform: scale(1.2) translateY(-6px) !important;
    box-shadow: 0 24px 55px rgba(7, 24, 45, 0.22), 0 10px 24px rgba(13, 110, 253, 0.14) !important;
    z-index: 25 !important;
}

/* Card 1: Google Ads (Elevated above tablet sidebar) */
.card-google-ads {
    top: -55px;
    left: 65px;
    animation: floatMotionA 4s ease-in-out infinite;
}

/* Card 2: Meta Ads (Top-Right, elevated above Revenue & Traffic Sources) */
.card-meta-ads {
    top: -58px;
    right: 20px;
    animation: floatMotionB 4.5s ease-in-out infinite 0.7s;
}

/* Card 3: Total Revenue (Bottom-Left) */
.card-total-revenue {
    bottom: 30px;
    left: -32px;
    animation: floatMotionC 3.8s ease-in-out infinite 1.3s;
}

/* Card 4: Audience Growth (Bottom-Right) */
.card-audience-growth {
    bottom: -28px;
    right: -12px;
    animation: floatMotionD 4.2s ease-in-out infinite 1.9s;
}

/* Floating Card Icons */
.marketing-card-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.marketing-card-icon.google {
    background: #FFFFFF;
}

.marketing-card-icon.meta {
    background: #FFFFFF;
}

.marketing-card-img-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    display: block;
}

.marketing-card-icon.revenue {
    background: #0D6EFD;
    color: #FFFFFF;
    border-radius: 50%;
}

.marketing-card-icon.audience {
    background: #EBF5FF;
    color: #0D6EFD;
    border-radius: 50%;
}

/* Floating Card Text */
.marketing-card-info {
    display: flex;
    flex-direction: column;
}

.marketing-card-label {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #07182D;
    margin: 0;
    line-height: 1.2;
}

.marketing-card-metric {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #16A34A;
    margin: 2px 0 0 0;
    line-height: 1.2;
}

.marketing-card-metric.dark {
    color: #07182D;
}

.marketing-card-sub {
    font-family: "Inter", sans-serif;
    font-size: 11px;
    color: #64748B;
    margin: 1px 0 0 0;
}

.marketing-card-sparkline {
    width: 48px;
    height: 20px;
    margin-left: 6px;
}


/* =========================================
   SECTION 02: OUR SERVICES (6 FEATURE CARDS)
   ========================================= */

.marketing-services-section {
    position: relative;
    padding: 15px 40px 15px;
    background-color: #FFFFFF;
}

.marketing-services-container {
    max-width: 1320px;
    margin: 0 auto;
}

.marketing-section-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 30px auto;
}

.marketing-section-header h2 {
    font-family: "Poppins", sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1.2;
    color: #07182D;
    letter-spacing: -0.02em;
    margin: 0 0 12px 0;
}

.marketing-section-header h2 span {
    color: #0D6EFD;
}

.marketing-section-header p {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #475B78;
    margin: 0;
}

/* 6-Card Grid: 2 rows x 3 columns */
.marketing-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Service Card */
.marketing-service-card {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #E5EDF7;
    border-radius: 20px;
    padding: 30px 28px 26px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 4px 16px rgba(7, 24, 45, 0.03);
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.3s ease, border-color 0.3s ease;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.marketing-service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 36px rgba(13, 110, 253, 0.09);
    border-color: #BED8F9;
}

/* Circular Soft Blue Icon Box */
.marketing-card-icon-circle {
    width: 66px;
    height: 66px;
    border-radius: 50%;
    background: #EEF5FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    color: #0D6EFD;
    flex-shrink: 0;
    transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease;
}

.marketing-service-card:hover .marketing-card-icon-circle {
    transform: scale(1.08);
    background: #E2EFFF;
}

.marketing-card-icon-circle img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    display: block;
}

.marketing-card-icon-circle svg {
    width: 34px;
    height: 34px;
    color: #0D6EFD;
    display: block;
}

.marketing-service-title {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #07182D;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.marketing-service-desc {
    font-family: "Inter", sans-serif;
    font-size: 13.5px;
    line-height: 1.55;
    color: #5A6E85;
    margin: 0 0 16px 0;
    padding-right: 20px;
    flex: 1;
}

/* Diagonal Upward-Right Arrow in bottom-right corner */
.marketing-card-arrow-btn {
    position: absolute;
    right: 24px;
    bottom: 22px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0D6EFD;
    font-size: 18px;
    font-weight: 700;
    transition: transform 0.25s ease, color 0.25s ease;
}

/* =========================================
   SECTION 03: OUR APPROACH (FROM STRATEGY TO SCALABLE GROWTH)
   ========================================= */

.marketing-approach-section {
    position: relative;
    padding: 15px 40px 25px;
    background-color: #FFFFFF;
    overflow: hidden;
}

.marketing-approach-container {
    max-width: 1320px;
    margin: 0 auto;
}

/* 2-Column Main Layout */
.marketing-approach-grid {
    display: grid;
    grid-template-columns: 44% 56%;
    align-items: center;
    gap: 40px;
}

/* Left Content Column */
.marketing-approach-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 520px;
}

.marketing-approach-title {
    font-family: "Poppins", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.16;
    color: #07182D;
    letter-spacing: -0.025em;
    margin: 0 0 16px 0;
}

.marketing-approach-title span {
    color: #0D6EFD;
}

.marketing-approach-desc {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    line-height: 1.65;
    color: #475B78;
    margin: 0 0 36px 0;
}

/* 3-Step Process Timeline */
.marketing-process-timeline {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}

/* Continuous Vertical Connecting Line */
.marketing-process-timeline::before {
    content: "";
    position: absolute;
    left: 21px;
    top: 22px;
    bottom: 22px;
    width: 2px;
    background: #DCE8F8;
    z-index: 1;
}

.marketing-process-step {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    position: relative;
    padding-bottom: 30px;
    z-index: 2;
}

.marketing-process-step:last-child {
    padding-bottom: 0;
}

/* Left Step Number Pill */
.marketing-step-badge-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    z-index: 3;
}

.marketing-step-num {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1.5px solid #CDE2FD;
    color: #0D6EFD;
    font-family: "Poppins", sans-serif;
    font-size: 14.5px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 10px rgba(13, 110, 253, 0.08);
    transition: transform 0.25s ease, background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.marketing-process-step:hover .marketing-step-num {
    transform: scale(1.08);
    background: #0D6EFD;
    color: #FFFFFF;
    border-color: #0D6EFD;
    box-shadow: 0 4px 14px rgba(13, 110, 253, 0.35);
}

/* Step Icon Box (Enlarged) */
.marketing-step-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #EEF5FF;
    border: 1px solid #E1EFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0D6EFD;
    flex-shrink: 0;
    transition: transform 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}

.marketing-process-step:hover .marketing-step-icon {
    transform: scale(1.06);
    background: #E0EFFF;
    box-shadow: 0 6px 18px rgba(13, 110, 253, 0.15);
}

.marketing-step-icon svg {
    width: 30px;
    height: 30px;
}

/* Step Text */
.marketing-step-info {
    flex: 1;
    padding-top: 6px;
}

.marketing-step-title {
    font-family: "Poppins", sans-serif;
    font-size: 19px;
    font-weight: 700;
    color: #07182D;
    margin: 0 0 4px 0;
    line-height: 1.25;
}

.marketing-step-desc {
    font-family: "Inter", sans-serif;
    font-size: 13.5px;
    line-height: 1.55;
    color: #5A6E85;
    margin: 0;
}


/* Right Visual Stage */
.marketing-approach-visual {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 500px;
    padding: 50px 15px;
}

.marketing-approach-stage {
    position: relative;
    width: 100%;
    max-width: 650px;
}

/* Radiant Azure Background Clouds (Soft & Organic) */
.marketing-approach-glow-cloud {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 660px;
    height: 500px;
    background: radial-gradient(ellipse at center, rgba(13, 110, 253, 0.22) 0%, rgba(56, 189, 248, 0.14) 45%, rgba(255, 255, 255, 0) 70%);
    filter: blur(48px);
    z-index: 0;
    pointer-events: none;
    border-radius: 50%;
}

.marketing-arrow-cloud {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.marketing-arrow-cloud.cloud-1 {
    width: 340px;
    height: 340px;
    top: -35px;
    right: -25px;
    background: radial-gradient(circle, rgba(56, 189, 248, 0.28) 0%, rgba(13, 110, 253, 0.12) 50%, rgba(255, 255, 255, 0) 70%);
    filter: blur(38px);
}

.marketing-arrow-cloud.cloud-2 {
    width: 280px;
    height: 280px;
    bottom: -10px;
    left: 10px;
    background: radial-gradient(circle, rgba(13, 110, 253, 0.16) 0%, rgba(255, 255, 255, 0) 70%);
    filter: blur(32px);
}

/* Central Main Card: Revenue Growth (Larger & Subtle 3D Isometric Tilt) */
.marketing-revenue-growth-card {
    position: relative;
    background: linear-gradient(145deg, #F8FAFD 0%, #FFFFFF 50%);
    border: 1px solid #E2E8F0;
    border-radius: 22px;
    padding: 28px 34px 24px;
    box-shadow: 0 20px 48px rgba(13, 110, 253, 0.1), 0 4px 14px rgba(7, 24, 45, 0.04);
    z-index: 2; /* In Behind of floating cards */
    width: 92%;
    max-width: 600px;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(5deg) rotateY(-7deg) rotateZ(1.2deg);
    transform-origin: center center;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
    user-select: none;
    cursor: default;
}

.marketing-revenue-growth-card:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) translateY(-5px);
    box-shadow: 0 26px 58px rgba(13, 110, 253, 0.16), 0 6px 18px rgba(7, 24, 45, 0.06);
}

.marketing-growth-card-title {
    font-family: "Poppins", sans-serif;
    font-size: 17.5px;
    font-weight: 700;
    color: #07182D;
    margin: 0 0 20px 0;
}

/* Bar Chart Graphic Area */
.marketing-growth-chart-wrap {
    position: relative;
    width: 100%;
}

.marketing-growth-chart-grid {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 26px;
    margin-bottom: 10px;
}

.marketing-growth-grid-line {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.marketing-growth-y-label {
    font-family: "Inter", sans-serif;
    font-size: 10.5px;
    color: #94A3B8;
    width: 26px;
    text-align: right;
    flex-shrink: 0;
}

.marketing-growth-line {
    flex: 1;
    height: 1px;
    background: #F1F5F9;
}

/* 8 Ascending Vertical Gradient Bars (Taller & Wider) */
.marketing-growth-bars-row {
    position: absolute;
    left: 36px;
    right: 14px;
    bottom: 26px;
    height: 120px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 4px;
}

.marketing-growth-bar-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 25px;
    height: 100%;
    justify-content: flex-end;
}

.marketing-growth-bar {
    width: 100%;
    border-radius: 5px 5px 0 0;
    transition: transform 0.25s ease, filter 0.25s ease;
}

.marketing-growth-bar:hover {
    transform: scaleY(1.05);
    filter: brightness(1.1);
}

/* Bar Heights & Gradients */
.bar-1 { height: 20px; background: #CDE3FE; }
.bar-2 { height: 32px; background: #B4D6FE; }
.bar-3 { height: 48px; background: #96C4FE; }
.bar-4 { height: 64px; background: #6BAAFE; }
.bar-5 { height: 78px; background: #4090FD; }
.bar-6 { height: 92px; background: #1877FD; }
.bar-7 { height: 106px; background: #0D6EFD; }
.bar-8 { height: 120px; background: #0B5ED7; }

/* +28% Floating Callout on Bar 5 */
.marketing-growth-callout {
    position: absolute;
    bottom: 84px;
    left: 50%;
    transform: translateX(-50%);
    background: #0D6EFD;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    padding: 3px 9px;
    border-radius: 6px;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(13, 110, 253, 0.35);
    z-index: 5;
    animation: floatMotionA 3s ease-in-out infinite;
}

.marketing-growth-callout::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #0D6EFD;
}

/* X-Axis Labels */
.marketing-growth-x-labels {
    display: flex;
    justify-content: space-between;
    padding-left: 36px;
    padding-right: 14px;
    margin-top: 8px;
}

.marketing-growth-x-labels span {
    font-family: "Inter", sans-serif;
    font-size: 10.5px;
    color: #94A3B8;
    width: 25px;
    text-align: center;
}


/* 4 Floating Cards around Revenue Growth (LARGER & CORNER GAP) */
.approach-floating-card {
    position: absolute;
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 18px;
    padding: 14px 22px;
    box-shadow: 0 18px 42px rgba(7, 24, 45, 0.12), 0 4px 12px rgba(7, 24, 45, 0.04);
    z-index: 10 !important; /* In Front of middle card */
    display: flex;
    align-items: center;
    gap: 14px;
    user-select: none;
    cursor: default;
    transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.35s ease;
    will-change: transform;
}

.approach-floating-card:hover {
    animation-play-state: paused !important;
    transform: scale(1.15) translateY(-5px) !important;
    box-shadow: 0 24px 55px rgba(7, 24, 45, 0.2), 0 8px 20px rgba(13, 110, 253, 0.15) !important;
    z-index: 25 !important;
}

/* Card 1: Audience Growth (Top-Left - Clean Corner Gap) */
.card-app-audience {
    top: -42px;
    left: -34px;
    animation: floatMotionA 4.2s ease-in-out infinite;
}

/* Card 2: ROAS (Top-Right - Clean Corner Gap) */
.card-app-roas {
    top: -42px;
    right: -20px;
    animation: floatMotionB 4.6s ease-in-out infinite 0.6s;
}

/* Card 3: Cost Per Conversion (Bottom-Left - Clean Corner Gap) */
.card-app-cpc {
    bottom: -34px;
    left: -34px;
    animation: floatMotionC 4s ease-in-out infinite 1.2s;
}

/* Card 4: Total Customers (Bottom-Right - Clean Corner Gap) */
.card-app-customers {
    bottom: -34px;
    right: -20px;
    animation: floatMotionD 4.4s ease-in-out infinite 1.8s;
}

/* Floating Card Sub-elements */
.app-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.app-card-icon.blue-soft {
    background: #EEF5FF;
    color: #0D6EFD;
}

.app-card-icon.blue-solid {
    background: #0D6EFD;
    color: #FFFFFF;
}

.app-card-icon svg {
    width: 22px;
    height: 22px;
}

.app-card-info {
    display: flex;
    flex-direction: column;
}

.app-card-label {
    font-family: "Poppins", sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    color: #07182D;
    margin: 0;
    line-height: 1.2;
}

.app-card-metric {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #07182D;
    margin: 2px 0 0 0;
    line-height: 1.2;
}

.app-card-metric.green {
    color: #16A34A;
}

.app-card-sub {
    font-family: "Inter", sans-serif;
    font-size: 10.5px;
    color: #64748B;
    margin: 1px 0 0 0;
}

.app-card-trend {
    font-size: 12px;
    font-weight: 600;
    color: #16A34A;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-top: 2px;
}

/* CPC Mini Bars Graphic */
.app-card-bars {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 26px;
    margin-left: 6px;
}

.app-card-bars span {
    width: 5.5px;
    background: #10B981;
    border-radius: 2px;
}

.app-card-bars span:nth-child(1) { height: 13px; opacity: 0.6; }
.app-card-bars span:nth-child(2) { height: 19px; opacity: 0.8; }
.app-card-bars span:nth-child(3) { height: 26px; opacity: 1; }

/* ROAS Sparkline */
.app-card-sparkline {
    width: 44px;
    height: 20px;
    margin-left: 6px;
}


/* =========================================
   BOTTOM CTA BANNER (READY TO GROW YOUR BUSINESS?)
   ========================================= */

.marketing-approach-cta-banner {
    background: linear-gradient(135deg, #07182D 0%, #08203E 55%, #0B3366 100%);
    border-radius: 20px;
    padding: 26px 36px;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    box-shadow: 0 16px 40px rgba(7, 24, 45, 0.22), 0 0 45px rgba(13, 110, 253, 0.15);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.marketing-cta-left {
    display: flex;
    align-items: center;
    gap: 20px;
    z-index: 2;
}

.marketing-cta-icon-box {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #0D6EFD;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    flex-shrink: 0;
    box-shadow: 0 0 25px rgba(13, 110, 253, 0.5);
}

.marketing-cta-icon-box svg {
    width: 28px;
    height: 28px;
}

.marketing-cta-text {
    display: flex;
    flex-direction: column;
}

.marketing-cta-title {
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 4px 0;
    letter-spacing: -0.01em;
}

.marketing-cta-sub {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #94A3B8;
    margin: 0;
}

.marketing-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #0D6EFD;
    color: #FFFFFF !important;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 28px;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(13, 110, 253, 0.4);
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
    white-space: nowrap;
    z-index: 2;
    flex-shrink: 0;
}

.marketing-cta-btn:hover {
    background: #0B5ED7;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(13, 110, 253, 0.55);
    color: #FFFFFF !important;
}


/* =========================================
   RESPONSIVE DESIGN BREAKPOINTS
   ========================================= */

@media (max-width: 1200px) {
    .marketing-hero {
        padding: 50px 30px;
    }

    .marketing-hero-container {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .marketing-hero-content {
        max-width: 720px;
    }

    .marketing-hero-visual {
        padding: 40px 10px 30px;
    }

    .marketing-services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .marketing-approach-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .marketing-approach-content {
        max-width: 720px;
    }
}

@media (max-width: 768px) {
    .marketing-hero {
        padding: 40px 20px 50px;
    }

    .marketing-services-section {
        padding: 50px 20px 60px;
    }

    .marketing-hero-title {
        font-size: 34px;
        line-height: 1.18;
    }

    .marketing-hero-desc {
        font-size: 14.5px;
        margin-bottom: 26px;
    }

    /* Benefits: MUST stay in ONE row (3 columns) */
    .marketing-hero-features {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 12px;
        margin-top: 32px;
        padding-top: 20px;
    }

    .marketing-feature-item {
        gap: 4px;
    }

    .marketing-feature-icon-box {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        margin-bottom: 3px;
    }

    .marketing-feature-icon-box svg {
        width: 20px;
        height: 20px;
    }

    .marketing-feature-title {
        font-size: 13px;
    }

    .marketing-feature-desc {
        font-size: 11px;
        line-height: 1.35;
    }

    .marketing-section-header h2 {
        font-size: 28px;
    }

    /* 2 Cards per row on Tablet */
    .marketing-services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 16px;
    }

    .marketing-service-card {
        padding: 24px 20px 22px;
        border-radius: 16px;
    }

    .marketing-card-icon-circle {
        width: 56px;
        height: 56px;
        margin-bottom: 16px;
    }

    .marketing-card-icon-circle img {
        width: 32px;
        height: 32px;
    }

    .marketing-card-icon-circle svg {
        width: 28px;
        height: 28px;
    }

    .marketing-service-title {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .marketing-service-desc {
        font-size: 12.5px;
        line-height: 1.5;
        margin-bottom: 12px;
        padding-right: 12px;
    }

    .marketing-card-arrow-btn {
        right: 16px;
        bottom: 16px;
        width: 18px;
        height: 18px;
    }

    /* Tablet Mockup: Compact & Clean scaling for 768px */
    .marketing-hero-visual {
        padding: 35px 5px 25px;
        width: 100%;
        box-sizing: border-box;
    }

    .marketing-visual-stage {
        max-width: 580px;
        margin: 0 auto;
        perspective: none;
    }

    .marketing-tablet-mockup {
        transform: none !important;
        border-radius: 16px;
        padding: 8px;
        border-width: 1.5px;
        box-shadow: 
            0 12px 35px rgba(7, 24, 45, 0.12),
            0 0 50px rgba(13, 110, 253, 0.15);
    }

    .marketing-screen-sidebar {
        display: none;
    }

    .marketing-tablet-screen {
        grid-template-columns: 1fr;
        border-radius: 12px;
        min-height: auto;
    }

    .marketing-screen-body {
        padding: 14px 14px;
        gap: 10px;
    }

    .marketing-dashboard-title {
        font-size: 13px;
    }

    .marketing-dashboard-date-pill {
        font-size: 9.5px;
        padding: 2px 7px;
    }

    .marketing-kpi-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .marketing-kpi-card {
        padding: 8px 10px;
        border-radius: 8px;
    }

    .marketing-kpi-label {
        font-size: 9.5px;
    }

    .marketing-kpi-value {
        font-size: 14px;
    }

    .marketing-kpi-trend {
        font-size: 9px;
    }

    .marketing-charts-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .marketing-chart-card {
        padding: 10px 12px;
        border-radius: 8px;
    }

    .marketing-chart-header {
        margin-bottom: 6px;
    }

    .marketing-chart-title {
        font-size: 11px;
    }

    .marketing-chart-legend {
        font-size: 9px;
        gap: 6px;
    }

    .marketing-svg-chart {
        height: 65px;
    }

    .marketing-donut-wrap {
        gap: 8px;
    }

    .marketing-donut-svg {
        width: 52px;
        height: 52px;
    }

    .marketing-donut-legend {
        font-size: 9px;
        gap: 3px;
    }

    .marketing-campaigns-card {
        padding: 8px 10px;
        border-radius: 8px;
    }

    .marketing-campaigns-header-row {
        margin-bottom: 5px;
    }

    .marketing-campaigns-header {
        font-size: 11px;
    }

    .marketing-campaigns-viewall {
        font-size: 10px;
    }

    .marketing-table {
        font-size: 9px;
    }

    .marketing-table th, 
    .marketing-table td {
        padding: 4px 5px;
    }

    .marketing-channel-tag img, 
    .marketing-channel-tag svg {
        width: 10px;
        height: 10px;
    }

    /* Floating Cards: Scaled & Positioned Cleanly without covering Dashboard */
    .marketing-floating-card {
        padding: 6px 11px;
        border-radius: 12px;
        gap: 8px;
        box-shadow: 0 8px 20px rgba(7, 24, 45, 0.1);
    }

    .marketing-floating-card:hover {
        transform: scale(1.08) translateY(-3px) !important;
    }

    .card-google-ads {
        top: -24px;
        left: 12px;
    }

    .card-meta-ads {
        top: -24px;
        right: 12px;
    }

    .card-total-revenue {
        bottom: -16px;
        left: 12px;
    }

    .card-audience-growth {
        bottom: -16px;
        right: 12px;
    }

    .marketing-card-icon {
        width: 28px;
        height: 28px;
        border-radius: 8px;
    }

    .marketing-card-img-icon {
        width: 18px;
        height: 18px;
    }

    .marketing-card-label {
        font-size: 10px;
    }

    .marketing-card-metric {
        font-size: 12px;
    }

    .marketing-card-metric.dark {
        font-size: 12px;
    }

    .marketing-card-sub {
        font-size: 8.5px;
    }

    .marketing-card-sparkline {
        width: 32px;
        height: 14px;
    }

    .marketing-card-icon.revenue span {
        font-size: 13px !important;
    }

    .marketing-card-icon.audience svg {
        width: 16px;
        height: 16px;
    }

    /* Section 03 Responsive (768px) */
    .marketing-approach-section {
        padding: 50px 20px 60px;
    }

    .marketing-approach-title {
        font-size: 32px;
    }

    .marketing-process-timeline::before {
        left: 19px;
        top: 18px;
        bottom: 18px;
    }

    .marketing-step-num {
        width: 38px;
        height: 38px;
        font-size: 13px;
    }

    .marketing-step-icon {
        width: 50px;
        height: 50px;
    }

    .marketing-step-icon svg {
        width: 25px;
        height: 25px;
    }

    .marketing-revenue-growth-card {
        width: 100%;
        padding: 18px 16px 16px;
        transform: none !important;
    }

    .approach-floating-card {
        padding: 6px 10px;
        border-radius: 12px;
        gap: 8px;
    }

    .card-app-audience {
        top: -30px;
        left: 5px;
    }

    .card-app-roas {
        top: -30px;
        right: 5px;
    }

    .card-app-cpc {
        bottom: -20px;
        left: 5px;
    }

    .card-app-customers {
        bottom: -20px;
        right: 5px;
    }

    .app-card-icon {
        width: 28px;
        height: 28px;
    }

    .app-card-icon svg {
        width: 16px;
        height: 16px;
    }

    .app-card-label {
        font-size: 9.5px;
    }

    .app-card-metric {
        font-size: 13px;
    }

    .app-card-sub {
        font-size: 8px;
    }

    .marketing-approach-cta-banner {
        flex-direction: column;
        align-items: flex-start;
        padding: 22px 20px;
        gap: 18px;
        margin-top: 40px;
    }

    .marketing-cta-left {
        gap: 14px;
    }

    .marketing-cta-btn {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .marketing-hero {
        padding: 30px 15px 45px;
    }

    .marketing-hero-title {
        font-size: 27px;
        margin-bottom: 14px;
    }

    .marketing-hero-desc {
        font-size: 13.5px;
        line-height: 1.55;
        margin-bottom: 22px;
    }

    .marketing-btn-primary {
        padding: 11px 22px;
        font-size: 13.5px;
    }

    /* Benefits: Super clean compact row on narrow mobile */
    .marketing-hero-features {
        gap: 6px;
        margin-top: 24px;
        padding-top: 14px;
    }

    .marketing-feature-icon-box {
        width: 32px;
        height: 32px;
        border-radius: 8px;
    }

    .marketing-feature-icon-box svg {
        width: 16px;
        height: 16px;
    }

    .marketing-feature-title {
        font-size: 11px;
    }

    .marketing-feature-desc {
        font-size: 9.5px;
        line-height: 1.25;
    }

    .marketing-floating-card {
        padding: 5px 8px;
        border-radius: 10px;
        gap: 6px;
    }

    .card-google-ads {
        top: -18px;
        left: 2px;
    }

    .card-meta-ads {
        top: -18px;
        right: 2px;
    }

    .card-total-revenue {
        bottom: -12px;
        left: 2px;
    }

    .card-audience-growth {
        bottom: -12px;
        right: 2px;
    }

    .marketing-card-icon {
        width: 24px;
        height: 24px;
        border-radius: 6px;
    }

    .marketing-card-img-icon {
        width: 15px;
        height: 15px;
    }

    .marketing-card-label {
        font-size: 9px;
    }

    .marketing-card-metric {
        font-size: 10.5px;
    }

    .marketing-card-sub {
        font-size: 7.5px;
    }

    /* 2 Cards per row on Mobile */
    .marketing-services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
    }

    .marketing-service-card {
        padding: 16px 12px 14px;
        border-radius: 14px;
    }

    .marketing-card-icon-circle {
        width: 44px;
        height: 44px;
        margin-bottom: 10px;
    }

    .marketing-card-icon-circle img {
        width: 24px;
        height: 24px;
    }

    .marketing-card-icon-circle svg {
        width: 22px;
        height: 22px;
    }

    .marketing-service-title {
        font-size: 13px;
        line-height: 1.25;
        margin-bottom: 4px;
    }

    .marketing-service-desc {
        font-size: 10.5px;
        line-height: 1.4;
        margin-bottom: 8px;
        padding-right: 6px;
    }

    .marketing-card-arrow-btn {
        right: 10px;
        bottom: 10px;
        width: 14px;
        height: 14px;
    }

    .marketing-card-arrow-btn svg {
        width: 14px;
        height: 14px;
    }

    .marketing-screen-body {
        padding: 10px 8px;
        gap: 8px;
    }

    .marketing-kpi-grid {
        gap: 6px;
    }

    .marketing-kpi-card {
        padding: 6px 7px;
    }

    .marketing-kpi-label {
        font-size: 8.5px;
    }

    .marketing-kpi-value {
        font-size: 12px;
    }

    /* Section 03 Responsive (480px) */
    .marketing-approach-title {
        font-size: 26px;
    }

    .marketing-process-timeline::before {
        left: 16px;
        top: 16px;
        bottom: 16px;
    }

    .marketing-process-step {
        gap: 12px;
        padding-bottom: 22px;
    }

    .marketing-step-num {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }

    .marketing-step-icon {
        width: 42px;
        height: 42px;
    }

    .marketing-step-icon svg {
        width: 20px;
        height: 20px;
    }

    .marketing-step-title {
        font-size: 15px;
    }

    .marketing-step-desc {
        font-size: 12px;
    }

    .marketing-growth-bars-row {
        left: 24px;
        right: 8px;
        height: 85px;
    }

    .marketing-growth-bar-col {
        width: 16px;
    }

    .bar-1 { height: 14px; }
    .bar-2 { height: 22px; }
    .bar-3 { height: 32px; }
    .bar-4 { height: 44px; }
    .bar-5 { height: 54px; }
    .bar-6 { height: 64px; }
    .bar-7 { height: 74px; }
    .bar-8 { height: 85px; }

    .marketing-growth-callout {
        bottom: 60px;
        font-size: 9.5px;
        padding: 2px 6px;
    }

    .marketing-growth-x-labels {
        padding-left: 24px;
        padding-right: 8px;
    }

    .marketing-growth-x-labels span {
        width: 16px;
        font-size: 8.5px;
    }

    .card-app-audience {
        top: -24px;
        left: 0;
    }

    .card-app-roas {
        top: -24px;
        right: 0;
    }

    .card-app-cpc {
        bottom: -16px;
        left: 0;
    }

    .card-app-customers {
        bottom: -16px;
        right: 0;
    }

    .marketing-cta-title {
        font-size: 18px;
    }

    .marketing-cta-sub {
        font-size: 12.5px;
    }

    .marketing-cta-icon-box {
        width: 44px;
        height: 44px;
    }

    .marketing-cta-icon-box svg {
        width: 22px;
        height: 22px;
    }
}
