/* Dreamview Apps — /make landing (from Gemini article2) */
/* Loaded by template — do not paste into Joomla article */

@media (max-width: 768px) {  
.nav-inner { flex-wrap: wrap !important; }  
.nav-links { flex-wrap: wrap !important; }  
.nav-cta { flex-wrap: wrap !important; }  
.pain-item { flex-wrap: wrap !important; }  
.problem-badge { flex-wrap: wrap !important; }  
.workflow-trigger { flex-wrap: wrap !important; }  
.automation-feature-row { flex-wrap: wrap !important; }  
.testimonial-stars { flex-wrap: wrap !important; }  
.testimonial-author { flex-wrap: wrap !important; }  
.reassurance-item { flex-wrap: wrap !important; }  
.footer-links { flex-wrap: wrap !important; }
}

/* ===== OVERFLOW PREVENTION ===== */
.make-landing { scroll-behavior: smooth; min-width: 0; max-width: 100%; }
.make-landing > section,
.make-landing #hero,
.make-landing #problem,
.make-landing #solution,
.make-landing #automation-advantage,
.make-landing #stats,
.make-landing #gallery,
.make-landing #objections,
.make-landing #cta-section {
overflow-x: clip;
}

/* ===== GSAP FALLBACK ===== */
.gsap-animate { opacity: 1; transform: none; }

/* ===== CSS CUSTOM PROPERTIES ===== */
:root {  
--primary: #6366f1; /* Tech Indigo */
--primary-dark: #4f46e5;  
--secondary: #3a3c3d;  
--accent: #ec4899; /* n8n/Make vibe accent */
--accent-light: #e0e7ff;  
--dark: #0f172a;  
--dark-2: #1e293b;  
--dark-3: #334155;  
--light: #f8fafc;  
--light-2: #f1f5f9;  
--text-dark: #0f172a;  
--text-mid: #475569;  
--text-light: #f8fafc;  
--white: #ffffff;  
--font-main: 'Rubik', Arial, sans-serif;  
--radius-sm: 8px;  
--radius-md: 14px;  
--radius-lg: 20px;  
--radius-xl: 28px;  
--shadow-warm: 0 4px 24px rgba(99,102,241,0.25);  
--shadow-card: 0 2px 20px rgba(15,23,42,0.06);  
--shadow-strong: 0 8px 40px rgba(15,23,42,0.12);
}

/* ===== RESET & BASE ===== */
.make-landing *, .make-landing *::before, .make-landing *::after { box-sizing: border-box; }
.make-landing img { max-width: 100%; }
.make-landing a { text-decoration: none; color: inherit; }
.make-landing ul { list-style: none; margin: 0; padding: 0; }

body.page-make {
font-family: var(--font-main);
background-color: var(--light);
color: var(--text-dark);
line-height: 1.7;
font-size: 1rem;
overflow-x: hidden;
max-width: 100%;
}
html:has(body.page-make) {
overflow-x: hidden;
max-width: 100%;
}

/* ===== ACCENT TOP LINE ===== */
body.page-make::before {  
content: '';  
display: block;  
height: 4px;  
background: linear-gradient(90deg, var(--primary), var(--accent));  
position: fixed;  
top: 0;  
left: 0;  
right: 0;  
z-index: 1000;
}

/* ===== TYPOGRAPHY ===== */
.make-landing h1, .make-landing h2, .make-landing h3, .make-landing h4, .make-landing h5 {  
font-family: var(--font-main);  
line-height: 1.2;  
font-weight: 800;  
letter-spacing: -0.01em;
}

/* ===== FOCUS ===== */
:focus-visible {  
outline: 2px solid var(--primary);  
outline-offset: 2px;
}

/* ===== CONTAINER ===== */
.make-landing .container {  
width: 100%;  
max-width: 1180px;  
margin-inline: auto;  
padding-inline: clamp(20px, 4vw, 60px);
}

/* ===== BUTTONS ===== */
.btn-primary {  
display: inline-flex;  
align-items: center;  
justify-content: center;  
gap: 10px;  
background: var(--primary);  
color: var(--white);  
font-family: var(--font-main);  
font-size: 1.05rem;  
font-weight: 700;  
padding: 16px 36px;  
border-radius: 50px;  
border: none;  
cursor: pointer;  
transition: background 0.22s ease, transform 0.18s ease, box-shadow 0.22s ease;  
box-shadow: var(--shadow-warm);  
will-change: transform;  
white-space: nowrap;
text-align: center;
}
.btn-primary:hover {  
background: var(--primary-dark);  
transform: scale(1.04) translateY(-2px);  
box-shadow: 0 8px 32px rgba(99,102,241,0.4);
}
.btn-primary svg { flex-shrink: 0; }

.btn-secondary {  
display: inline-flex;  
align-items: center;  
gap: 8px;  
background: transparent;  
color: var(--primary);  
font-family: var(--font-main);  
font-size: 1rem;  
font-weight: 600;  
padding: 14px 28px;  
border-radius: 50px;  
border: 2px solid var(--primary);  
cursor: pointer;  
transition: background 0.2s, color 0.2s, transform 0.18s;
}
.btn-secondary:hover {  
background: var(--primary);  
color: var(--white);  
transform: translateY(-2px);
}

/* ===== SECTION LABEL ===== */
.section-label {  
display: inline-block;  
font-family: var(--font-main);  
font-size: 0.78rem;  
font-weight: 700;  
letter-spacing: 0.08em;  
text-transform: uppercase;  
color: var(--primary);  
background: var(--accent-light);  
border: 1px solid rgba(99,102,241,0.25);  
padding: 5px 14px;  
border-radius: 50px;  
margin-block-end: 18px;
}

/* ===== NAVBAR ===== */
#navbar {  
position: fixed;  
top: 4px;  
left: 0;  
right: 0;  
z-index: 900;  
background: rgba(15,23,42,0.0);  
transition: background 0.3s ease, box-shadow 0.3s ease;  
padding-block: 16px;
overflow: visible;
}
#navbar.nav-open {
background: rgba(15,23,42,0.97);
}
#navbar.scrolled {  
background: rgba(15,23,42,0.97);  
backdrop-filter: blur(10px);
box-shadow: 0 2px 20px rgba(0,0,0,0.25);
}
.nav-inner {  
display: flex;  
align-items: center;  
justify-content: space-between;  
gap: 24px;
}
.nav-logo {  
display: flex;  
align-items: center;  
flex-shrink: 0;
font-size: 1.5rem;
font-weight: 900;
color: var(--white);
gap: 8px;
}
.nav-logo svg { color: var(--primary); }
.nav-logo img {
height: 42px;
width: auto;
max-width: min(220px, 40vw);
object-fit: contain;
}
.nav-links {  
display: flex;  
align-items: center;  
gap: 28px;
}
.nav-links a {  
font-size: 0.92rem;  
font-weight: 500;  
color: var(--text-light);  
transition: color 0.2s;
}
.nav-links a:hover { color: var(--primary); }
.nav-cta {  
display: flex;  
align-items: center;  
gap: 16px;
}
.hamburger {  
display: none;  
background: none;  
border: none;  
cursor: pointer;  
padding: 8px;  
color: var(--white);
position: relative;
z-index: 3;
pointer-events: auto;
-webkit-tap-highlight-color: transparent;
}
.mobile-menu {  
display: none;  
position: absolute;  
top: 100%;  
left: 0;  
right: 0;  
background: var(--dark);  
padding: 20px 24px 28px;  
border-top: 1px solid rgba(255,255,255,0.08);  
flex-direction: column;  
gap: 16px;
z-index: 901;
box-shadow: 0 12px 32px rgba(0,0,0,0.35);
}
.mobile-menu.open,
#navbar.nav-open .mobile-menu { display: flex; }
.mobile-menu a {  
font-size: 1rem;  
font-weight: 500;  
color: var(--text-light);  
padding-block: 8px;  
border-bottom: 1px solid rgba(255,255,255,0.06);  
transition: color 0.2s;
}
.mobile-menu a:hover { color: var(--primary); }

/* ===== HERO ===== */
#hero {  
position: relative;  
min-height: 100vh;  
background: var(--dark);  
display: flex;  
align-items: center;  
overflow: hidden;
}
.hero-bg-image {  
position: absolute;  
inset: 0;  
background-image: url('https://images.unsplash.com/photo-1555066931-4365d14bab8c?q=80&w=2070&auto=format&fit=crop');  
background-size: cover;  
background-position: center;  
opacity: 0.15;  
z-index: 0;
}
.hero-overlay {  
position: absolute;  
inset: 0;  
background: linear-gradient(135deg, rgba(15,23,42,0.95) 40%, rgba(99,102,241,0.2) 100%);  
z-index: 1;
}
.hero-content {  
position: relative;  
z-index: 2;  
width: 100%;  
padding-block: clamp(120px, 16vh, 180px) clamp(80px, 10vh, 120px);  
text-align: center;
}
.hero-headline {  
font-size: clamp(2.4rem, 6vw, 5rem);  
font-weight: 900;  
color: var(--white);  
line-height: 1.15;  
margin-block-end: 24px;  
max-width: 950px;  
margin-inline: auto;
}
.hero-headline .highlight {  
background: linear-gradient(90deg, var(--primary), var(--accent));  
-webkit-background-clip: text;  
-webkit-text-fill-color: transparent;  
background-clip: text;
}
.hero-sub {  
font-size: clamp(1rem, 2.2vw, 1.3rem);  
font-weight: 400;  
color: rgba(248,250,252,0.85);  
max-width: 700px;  
margin-inline: auto;  
margin-block-end: 40px;  
line-height: 1.75;
}
.hero-cta-group {  
display: flex;  
justify-content: center;  
gap: 16px;  
flex-wrap: wrap;  
margin-block-end: 56px;
}
.hero-trust {  
display: flex;  
justify-content: center;  
align-items: center;  
gap: 36px;  
flex-wrap: wrap;
}
.hero-trust-item {  
display: flex;  
flex-direction: column;  
align-items: center;  
gap: 4px;
}
.hero-trust-num {  
font-size: clamp(1.6rem, 3vw, 2.4rem);  
font-weight: 900;  
color: var(--primary);  
line-height: 1;
}
.hero-trust-label {  
font-size: 0.8rem;  
font-weight: 500;  
color: rgba(248,250,252,0.65);  
text-align: center;
}
.hero-trust-divider {  
width: 1px;  
height: 48px;  
background: rgba(255,255,255,0.12);
}

/* ===== PROBLEM SECTION ===== */
#problem {  
background: var(--light);  
padding-block: clamp(70px, 10vw, 120px);
}
.problem-grid {  
display: grid;  
grid-template-columns: 1fr 1fr;  
gap: 48px;  
align-items: center;
}
.problem-text .section-label { margin-block-end: 18px; }
.problem-text h2 {  
font-size: clamp(1.9rem, 3.5vw, 3rem);  
font-weight: 900;  
color: var(--text-dark);  
margin-block-end: 20px;  
line-height: 1.2;
}
.problem-text p {  
font-size: 1.05rem;  
color: var(--text-mid);  
margin-block-end: 28px;  
line-height: 1.8;
}
.problem-pains {  
display: flex;  
flex-direction: column;  
gap: 14px;
}
.pain-item {  
display: flex;  
align-items: flex-start;  
gap: 12px;  
background: var(--light-2);  
border-radius: var(--radius-md);  
padding: 14px 18px;  
border-inline-start: 3px solid var(--primary);
}
.pain-icon {  
flex-shrink: 0;  
width: 36px;  
height: 36px;  
background: rgba(99,102,241,0.12);  
border-radius: 8px;  
display: flex;  
align-items: center;  
justify-content: center;
}
.pain-item-text strong {  
display: block;  
font-size: 0.95rem;  
font-weight: 700;  
color: var(--text-dark);  
margin-block-end: 3px;
}
.pain-item-text span {  
font-size: 0.88rem;  
color: var(--text-mid);
}
.problem-visual {  
position: relative;
}
.problem-img-wrap {  
border-radius: var(--radius-lg);  
overflow: hidden;  
aspect-ratio: 1104/823;  
box-shadow: var(--shadow-strong);
position: relative;
background: var(--dark-2);
}
.problem-img-wrap img {  
width: 100%;  
height: 100%;  
min-height: 100%;
object-fit: cover;  
object-position: center;  
display: block;
aspect-ratio: unset !important;
position: absolute;
inset: 0;
}
.problem-badge {  
position: absolute;  
bottom: -20px;  
inset-inline-start: -20px;  
background: var(--dark);  
color: var(--white);  
border-radius: var(--radius-md);  
padding: 16px 20px;  
box-shadow: var(--shadow-strong);  
display: flex;  
align-items: center;  
gap: 12px;  
min-width: 220px;
}
.problem-badge-icon {  
width: 40px;  
height: 40px;  
background: rgba(99,102,241,0.15);  
border-radius: 8px;  
display: flex;  
align-items: center;  
justify-content: center;  
flex-shrink: 0;
}
.problem-badge-text strong {  
display: block;  
font-size: 0.95rem;  
font-weight: 700;  
color: var(--white);
}
.problem-badge-text span {  
font-size: 0.78rem;  
color: rgba(248,250,252,0.6);
}

/* ===== SOLUTION SECTION ===== */
#solution {  
background: var(--dark);  
padding-block: clamp(80px, 11vw, 130px);  
position: relative;  
overflow: hidden;
}
.solution-bg-pattern {  
position: absolute;  
inset: 0;  
background-image: radial-gradient(circle, rgba(99,102,241,0.06) 1px, transparent 1px);  
background-size: 32px 32px;  
z-index: 0;
}
.solution-inner {  
position: relative;  
z-index: 1;
}
.solution-header {  
text-align: center;  
margin-block-end: 64px;
}
.solution-header h2 {  
font-size: clamp(2rem, 4vw, 3.4rem);  
font-weight: 900;  
color: var(--white);  
line-height: 1.18;  
margin-block-end: 18px;
}
.solution-header h2 .highlight {  
background: linear-gradient(90deg, var(--primary), var(--accent));  
-webkit-background-clip: text;  
-webkit-text-fill-color: transparent;  
background-clip: text;
}
.solution-header p {  
font-size: 1.08rem;  
color: rgba(248,250,252,0.72);  
max-width: 650px;  
margin-inline: auto;  
line-height: 1.8;
}

/* Flow Diagram */
.flow-diagram {  
background: rgba(255,255,255,0.02);  
border: 1px solid rgba(255,255,255,0.05);  
border-radius: var(--radius-xl);  
padding: clamp(28px, 4vw, 48px);  
margin-block-end: 60px;
box-shadow: inset 0 0 40px rgba(0,0,0,0.2);
}
.flow-diagram-title {  
font-size: 0.82rem;  
font-weight: 700;  
letter-spacing: 0.08em;  
text-transform: uppercase;  
color: var(--primary);  
text-align: center;  
margin-block-end: 36px;
}
.flow-nodes {  
display: flex;  
align-items: center;  
justify-content: center;  
gap: 0;  
flex-wrap: wrap;  
row-gap: 20px;
}
.flow-node {  
display: flex;  
flex-direction: column;  
align-items: center;  
gap: 10px;  
flex: 1;  
min-width: 120px;  
max-width: 160px;
}
.flow-node-icon {  
width: 64px;  
height: 64px;  
border-radius: 16px;  
display: flex;  
align-items: center;  
justify-content: center;  
flex-shrink: 0;
}
.flow-node-icon.indigo { background: rgba(99,102,241,0.15); border: 1px solid rgba(99,102,241,0.4); }
.flow-node-icon.pink { background: rgba(236,72,153,0.15); border: 1px solid rgba(236,72,153,0.4); }
.flow-node-icon.green { background: rgba(16,185,129,0.15); border: 1px solid rgba(16,185,129,0.4); }
.flow-node-icon.orange { background: rgba(249,115,22,0.15); border: 1px solid rgba(249,115,22,0.4); }

.flow-node-label {  
font-size: 0.85rem;  
font-weight: 600;  
color: rgba(248,250,252,0.85);  
text-align: center;  
line-height: 1.4;
}
.flow-arrow {  
display: flex;  
align-items: center;  
padding-inline: 6px;  
flex-shrink: 0;  
color: var(--primary);  
opacity: 0.7;
}

/* Workflow Cards */
.workflow-grid {  
display: grid;  
grid-template-columns: repeat(3, 1fr);  
gap: 20px;
}
.workflow-card {  
background: rgba(255,255,255,0.03);  
border: 1px solid rgba(255,255,255,0.06);  
border-radius: var(--radius-lg);  
padding: 28px 24px;  
transition: border-color 0.25s, background 0.25s, transform 0.2s;  
will-change: transform;
}
.workflow-card:hover {  
border-color: rgba(99,102,241,0.4);  
background: rgba(99,102,241,0.08);  
transform: translateY(-3px);
}
.workflow-trigger {  
font-size: 0.72rem;  
font-weight: 700;  
letter-spacing: 0.06em;  
text-transform: uppercase;  
color: var(--primary);  
margin-block-end: 10px;  
display: flex;  
align-items: center;  
gap: 6px;
}
.workflow-trigger::before {  
content: '';  
display: inline-block;  
width: 6px;  
height: 6px;  
border-radius: 50%;  
background: var(--primary);  
animation: pulse-dot 2s infinite;
}
@keyframes pulse-dot {  
0%, 100% { opacity: 1; transform: scale(1); }  
50% { opacity: 0.5; transform: scale(0.7); }
}
.workflow-card h3 {  
font-size: 1.05rem;  
font-weight: 700;  
color: var(--white);  
margin-block-end: 10px;  
line-height: 1.35;
}
.workflow-card p {  
font-size: 0.87rem;  
color: rgba(248,250,252,0.6);  
line-height: 1.65;
}
.workflow-systems {  
display: flex;  
gap: 6px;  
margin-block-start: 14px;  
flex-wrap: wrap;
}
.sys-badge {  
font-size: 0.72rem;  
font-weight: 600;  
padding: 3px 10px;  
border-radius: 50px;  
background: rgba(255,255,255,0.07);  
color: rgba(248,250,252,0.7);  
border: 1px solid rgba(255,255,255,0.1);
}

/* ===== AUTOMATION ADVANTAGE SECTION ===== */
#automation-advantage {  
background: var(--light);  
padding-block: clamp(80px, 11vw, 130px);  
overflow: hidden;
}
.automation-grid {  
display: grid;  
grid-template-columns: 1fr 1fr;  
gap: 60px;  
align-items: center;
}
.automation-text .section-label { margin-block-end: 18px; }
.automation-text h2 {  
font-size: clamp(1.9rem, 3.2vw, 2.9rem);  
font-weight: 900;  
color: var(--text-dark);  
line-height: 1.2;  
margin-block-end: 20px;
}
.automation-text h2 .highlight-text {  
color: var(--primary);
}
.automation-text p {  
font-size: 1.02rem;  
color: var(--text-mid);  
line-height: 1.8;  
margin-block-end: 28px;
}
.automation-features {  
display: flex;  
flex-direction: column;  
gap: 16px;
}
.automation-feature-row {  
display: flex;  
align-items: flex-start;  
gap: 14px;
}
.automation-feature-icon {  
width: 42px;  
height: 42px;  
border-radius: 10px;  
background: rgba(99,102,241,0.1);  
border: 1px solid rgba(99,102,241,0.2);  
display: flex;  
align-items: center;  
justify-content: center;  
flex-shrink: 0;
}
.automation-feature-row strong {  
display: block;  
font-size: 0.95rem;  
font-weight: 700;  
color: var(--text-dark);  
margin-block-end: 3px;
}
.automation-feature-row span {  
font-size: 0.87rem;  
color: var(--text-mid);
}
.automation-visual {  
position: relative;
}
.automation-img-wrap {  
border-radius: var(--radius-lg);  
overflow: hidden;  
aspect-ratio: 1184/864;  
box-shadow: var(--shadow-strong);
position: relative;
background: var(--dark-2);
}
.automation-img-wrap img {  
width: 100%;  
height: 100%;  
min-height: 100%;
object-fit: cover;  
object-position: center;  
display: block;
aspect-ratio: unset !important;
position: absolute;
inset: 0;
}
.automation-floating-card {  
position: absolute;  
top: -24px;  
inset-inline-end: -24px;  
background: var(--white);  
border-radius: var(--radius-md);  
padding: 16px 20px;  
box-shadow: var(--shadow-strong);  
min-width: 200px;  
border-inline-start: 3px solid var(--primary);
}
.automation-floating-card .label {  
font-size: 0.72rem;  
font-weight: 700;  
color: var(--primary);  
letter-spacing: 0.05em;  
text-transform: uppercase;  
margin-block-end: 6px;
}
.automation-floating-card .value {  
font-size: 1.7rem;  
font-weight: 900;  
color: var(--text-dark);  
line-height: 1;
}
.automation-floating-card .desc {  
font-size: 0.78rem;  
color: var(--text-mid);  
margin-block-start: 4px;
}

/* ===== STATS SECTION ===== */
#stats {  
background: var(--primary);  
padding-block: clamp(60px, 8vw, 90px);  
position: relative;  
overflow: hidden;
}
#stats::before {  
content: '';  
position: absolute;  
inset: 0;  
background-image: radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);  
background-size: 28px 28px;
}
.stats-inner {  
position: relative;  
z-index: 1;
}
.stats-header {  
text-align: center;  
margin-block-end: 48px;
}
.stats-header h2 {  
font-size: clamp(1.7rem, 3vw, 2.5rem);  
font-weight: 900;  
color: var(--white);  
line-height: 1.2;
}
.stats-header p {  
font-size: 1rem;  
color: rgba(255,255,255,0.9);  
margin-block-start: 10px;
}
.stats-row {  
display: flex;  
justify-content: center;  
gap: clamp(36px, 6vw, 80px);  
flex-wrap: wrap;  
margin-block-end: 48px;
}
.stat {  
display: flex;  
flex-direction: column;  
align-items: center;  
text-align: center;
}
.stat-number {  
display: block;  
font-size: clamp(2.8rem, 5vw, 4.2rem);  
font-weight: 900;  
color: var(--white);  
line-height: 1;
}
.stat-label {  
display: block;  
font-size: 0.9rem;  
font-weight: 500;  
color: rgba(255,255,255,0.9);  
margin-block-start: 10px;  
max-width: 140px;  
text-align: center;  
line-height: 1.4;
}
.stats-testimonials {  
display: grid;  
grid-template-columns: repeat(3, 1fr);  
gap: 20px;
}
.testimonial-card {  
background: rgba(255,255,255,0.12);  
border: 1px solid rgba(255,255,255,0.2);  
border-radius: var(--radius-lg);  
padding: 24px 22px;  
transition: background 0.2s, transform 0.2s;
}
.testimonial-card:hover {  
background: rgba(255,255,255,0.18);  
transform: translateY(-3px);
}
.testimonial-stars {  
display: flex;  
gap: 3px;  
margin-block-end: 14px;
}
.testimonial-stars svg { color: var(--white); }
.testimonial-quote {  
font-size: 0.93rem;  
font-weight: 400;  
color: rgba(255,255,255,0.95);  
line-height: 1.7;  
margin-block-end: 18px;
}
.testimonial-author {  
display: flex;  
align-items: center;  
gap: 12px;
}
.testimonial-author img {  
width: 44px;  
height: 44px;  
border-radius: 50%;  
object-fit: cover;  
border: 2px solid rgba(255,255,255,0.4);  
flex-shrink: 0;
}
.testimonial-author-info strong {  
display: block;  
font-size: 0.88rem;  
font-weight: 700;  
color: var(--white);
}
.testimonial-author-info span {  
font-size: 0.78rem;  
color: rgba(255,255,255,0.75);
}

/* ===== GALLERY SECTION ===== */
#gallery {  
background: var(--light-2);  
padding-block: clamp(70px, 9vw, 110px);
}
.gallery-header {  
text-align: center;  
margin-block-end: 48px;
}
.gallery-header h2 {  
font-size: clamp(1.8rem, 3.2vw, 2.8rem);  
font-weight: 900;  
color: var(--text-dark);  
margin-block-end: 12px;
}
.gallery-header p {  
font-size: 1rem;  
color: var(--text-mid);  
max-width: 520px;  
margin-inline: auto;
}
.gallery-grid {  
display: grid;  
grid-template-columns: 1fr 1fr 1fr;  
grid-template-rows: auto auto;  
gap: 16px;
}
.gallery-item {  
border-radius: var(--radius-md);  
overflow: hidden;  
box-shadow: var(--shadow-card);  
transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.gallery-item:hover {  
transform: translateY(-4px) scale(1.01);  
box-shadow: var(--shadow-strong);
}
.gallery-item img {  
width: 100%;  
height: 100%;
object-fit: cover;  
object-position: center;  
display: block;
}
.gallery-item-1 { grid-column: 1 / 2; aspect-ratio: 4/3; }
.gallery-item-2 { grid-column: 2 / 3; aspect-ratio: 4/3; }
.gallery-item-3 { grid-column: 3 / 4; aspect-ratio: 4/3; }
.gallery-item-4 { grid-column: 1 / 2; aspect-ratio: 16/9; }
.gallery-item-5 { grid-column: 2 / 4; aspect-ratio: 16/9; }

/* ===== OBJECTIONS ===== */
#objections {  
background: var(--dark);  
padding-block: clamp(80px, 11vw, 130px);
}
.objections-header {  
text-align: center;  
margin-block-end: 56px;
}
.objections-header h2 {  
font-size: clamp(1.8rem, 3.2vw, 2.8rem);  
font-weight: 900;  
color: var(--white);  
line-height: 1.2;
}
.objections-header p {  
font-size: 1rem;  
color: rgba(248,250,252,0.65);  
margin-block-start: 12px;  
max-width: 500px;  
margin-inline: auto;
}
.objections-list {  
display: flex;  
flex-direction: column;  
gap: 0;  
max-width: 780px;  
margin-inline: auto;
}
.objection-item {  
border-bottom: 1px solid rgba(255,255,255,0.08);  
overflow: hidden;
}
.objection-item:first-child { border-top: 1px solid rgba(255,255,255,0.08); }
.objection-question {  
display: flex;  
align-items: flex-start;  
justify-content: space-between;  
gap: 16px;  
padding: 22px 0;  
cursor: pointer;  
background: none;  
border: none;  
width: 100%;  
text-align: start;  
font-family: var(--font-main);
flex-wrap: nowrap;
}
.objection-q-text {  
font-size: 1rem;  
font-weight: 700;  
color: var(--white);  
line-height: 1.4;
flex: 1 1 auto;
min-width: 0;
}
.objection-toggle {  
width: 32px;  
height: 32px;  
margin-block-start: 2px;
border-radius: 50%;  
background: rgba(99,102,241,0.15);  
border: 1px solid rgba(99,102,241,0.3);  
display: flex;  
align-items: center;  
justify-content: center;  
flex-shrink: 0;  
transition: background 0.2s, transform 0.3s;  
color: var(--primary);
}
.objection-item.open .objection-toggle {  
background: var(--primary);  
color: var(--white);  
transform: rotate(45deg);
}
.objection-answer {  
max-height: 0;  
overflow: hidden;  
transition: max-height 0.4s ease, padding 0.3s ease;
}
.objection-answer-inner {  
padding-block-end: 20px;  
padding-inline-end: 48px;
}
.objection-answer-inner p {  
font-size: 0.95rem;  
color: rgba(248,250,252,0.72);  
line-height: 1.75;
}
.objection-item.open .objection-answer {  
max-height: 300px;
}

/* ===== CTA SECTION ===== */
#cta-section {  
background: var(--light);  
padding-block: clamp(80px, 11vw, 130px);  
position: relative;  
overflow: hidden;
}
.cta-bg-shape {  
position: absolute;  
top: -100px;  
inset-inline-end: -150px;  
width: 500px;  
height: 500px;  
border-radius: 50%;  
background: radial-gradient(circle, rgba(99,102,241,0.08) 0%, transparent 70%);  
z-index: 0;  
pointer-events: none;
}
.cta-inner {  
position: relative;  
z-index: 1;  
display: grid;  
grid-template-columns: 1fr 1fr;  
gap: 60px;  
align-items: center;
}
.cta-text .section-label { margin-block-end: 18px; }
.cta-text h2 {  
font-size: clamp(1.9rem, 3.2vw, 3rem);  
font-weight: 900;  
color: var(--text-dark);  
line-height: 1.18;  
margin-block-end: 18px;
}
.cta-text h2 .highlight-text { color: var(--primary); }
.cta-text p {  
font-size: 1rem;  
color: var(--text-mid);  
line-height: 1.8;  
margin-block-end: 30px;
}
.cta-reassurance {  
display: flex;  
flex-direction: column;  
gap: 10px;  
margin-block-start: 20px;
}
.reassurance-item {  
display: flex;  
align-items: center;  
gap: 10px;  
font-size: 0.9rem;  
color: var(--text-mid);
}
.reassurance-item svg { color: var(--primary); flex-shrink: 0; }

/* Contact Form */
.cta-form-wrap {  
background: var(--white);  
border-radius: var(--radius-xl);  
padding: clamp(28px, 4vw, 44px);  
box-shadow: var(--shadow-strong);  
border: 1px solid rgba(99,102,241,0.12);
}
.form-title {  
font-size: 1.3rem;  
font-weight: 800;  
color: var(--text-dark);  
margin-block-end: 6px;
}
.form-subtitle {  
font-size: 0.88rem;  
color: var(--text-mid);  
margin-block-end: 26px;
}
.contact-form {  
display: flex;  
flex-direction: column;  
gap: 14px;
}
.form-field {  
display: flex;  
flex-direction: column;  
gap: 6px;
}
.form-field label {  
font-size: 0.85rem;  
font-weight: 600;  
color: var(--text-dark);
}
.form-field input,
.form-field select,
.form-field textarea {  
font-family: var(--font-main);  
font-size: 0.95rem;  
color: var(--text-dark);  
background: var(--light);  
border: 1.5px solid rgba(58,60,61,0.15);  
border-radius: var(--radius-sm);  
padding: 13px 16px;  
outline: none;  
transition: border-color 0.2s, box-shadow 0.2s;  
width: 100%;
text-align: start;
}
.form-field input[type="tel"],
.form-field input[name="jform[phone]"],
.form-field input[name="phone"],
.form-field #jform_phone,
.form-field #phone {
direction: ltr;
text-align: right;
}
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {  
border-color: var(--primary);  
box-shadow: 0 0 0 3px rgba(99,102,241,0.1);
}
.form-field textarea { resize: vertical; min-height: 90px; }
.make-captcha,
.captcha-reg {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 78px;
}
.make-captcha .g-recaptcha,
.captcha-reg .g-recaptcha {
  display: inline-block;
  direction: rtl;
}
.form-submit {  
margin-block-start: 6px;
}
.form-submit .btn-primary {  
width: 100%;  
justify-content: center;  
font-size: 1.05rem;  
padding: 16px 24px;
}
.form-privacy {  
font-size: 0.78rem;  
color: var(--text-mid);  
text-align: center;  
margin-block-start: 10px;
}
.thank-you {  
text-align: center;  
padding: 20px;  
font-size: 1rem;  
font-weight: 600;  
color: #16a34a;  
background: #f0fdf4;  
border-radius: var(--radius-md);  
border: 1px solid #bbf7d0;
}

/* ===== FOOTER ===== */
#site-footer {  
background: var(--dark);  
padding-block: 40px 28px;  
border-top: 1px solid rgba(255,255,255,0.06);
}
.footer-inner {  
display: flex;  
align-items: center;  
justify-content: space-between;  
gap: 24px;  
flex-wrap: wrap;
}
.footer-logo {  
display: flex;  
align-items: center;
gap: 8px;
font-size: 1.2rem;
font-weight: 800;
color: var(--white);
opacity: 0.85;
}
.footer-logo svg { color: var(--primary); }
.footer-copy {  
font-size: 0.83rem;  
color: rgba(248,250,252,0.45);  
text-align: center;
}
.footer-links {  
display: flex;  
gap: 20px;
}
.footer-links a {  
font-size: 0.83rem;  
color: rgba(248,250,252,0.5);  
transition: color 0.2s;
}
.footer-links a:hover { color: var(--primary); }

/* ===== MOBILE STICKY CTA ===== */
.mobile-sticky-cta {  
display: none;  
position: fixed;  
bottom: 0;  
left: 0;  
right: 0;  
z-index: 800;  
background: var(--dark);  
padding: 12px 20px 16px;  
box-shadow: 0 -4px 20px rgba(0,0,0,0.25);  
opacity: 0;  
pointer-events: none;  
transform: translateY(100%);  
transition: opacity 0.3s ease, transform 0.3s ease;
}
.mobile-sticky-cta.sticky-cta-visible {  
opacity: 1;  
pointer-events: auto;  
transform: translateY(0);
}
.mobile-sticky-cta .btn-primary {  
width: 100%;  
justify-content: center;  
min-height: 52px;  
font-size: 1rem;
}



/* Hide site chrome on /make */
body.page-make .header,
body.page-make footer.footer-section,
body.page-make .footer-section,
body.page-make .footer,
body.page-make .mobile-menu-overlay,
body.page-make #back-top,
body.page-make .pager,
body.page-make ul.pager,
body.page-make .pagenavigation,
body.page-make .pagenav,
body.page-make .item-page nav[aria-label],
body.page-make #chat-container,
body.page-make .com-content-article > .page-header,
body.page-make .article-image-header-wrap {
display: none !important;
}
body.page-make .site-grid,
body.page-make .grid-child,
body.page-make .container-component,
body.page-make .com-content-article,
body.page-make .item-page {
max-width: none !important;
width: 100% !important;
padding: 0 !important;
margin: 0 !important;
}
body.page-make .com-content-article .article-info,
body.page-make .com-content-article .icons {
display: none !important;
}

/* Desktop nav (≥992) */
@media (min-width: 992px) {
  body.page-make #navbar .nav-links {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  body.page-make #navbar .hamburger {
    display: none !important;
  }
  body.page-make #navbar .mobile-menu {
    display: none !important;
  }
}

/* Tablet / phone (<992): hamburger only */
@media (max-width: 991px) {
  body.page-make #navbar {
    padding-block: 10px;
    background: rgba(15,23,42,0.92);
  }
  body.page-make #navbar .nav-inner { gap: 12px; }
  body.page-make #navbar .nav-logo img {
    height: 32px;
    max-width: 150px;
  }
  body.page-make #navbar .nav-links { display: none !important; }
  body.page-make #navbar .nav-cta .btn-primary { display: none !important; }
  body.page-make #navbar .hamburger {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    color: #fff;
    pointer-events: auto !important;
  }
  body.page-make #navbar .mobile-menu.open,
  body.page-make #navbar.nav-open .mobile-menu {
    display: flex !important;
  }
}



/* Phone + tablet: stack like mobile */
@media (max-width: 991px) {
  body.page-make { font-size: 16px; }
  body.page-make .make-landing .container {
    padding-inline: 16px;
    max-width: 100%;
  }
  body.page-make .make-landing .problem-grid,
  body.page-make .make-landing .automation-grid,
  body.page-make .make-landing .cta-inner,
  body.page-make .make-landing .workflow-grid,
  body.page-make .make-landing .stats-testimonials,
  body.page-make .make-landing .gallery-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }
  body.page-make .make-landing .gallery-item-1,
  body.page-make .make-landing .gallery-item-2,
  body.page-make .make-landing .gallery-item-3,
  body.page-make .make-landing .gallery-item-4,
  body.page-make .make-landing .gallery-item-5 {
    grid-column: 1 / -1 !important;
  }
  body.page-make .make-landing .flow-nodes {
    flex-direction: column !important;
    align-items: center !important;
    gap: 8px !important;
  }
  body.page-make .make-landing .flow-arrow { display: none !important; }
  body.page-make .make-landing .flow-node {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100%;
  }
  body.page-make .make-landing .hero-headline,
  body.page-make .make-landing h1 {
    font-size: clamp(1.75rem, 7vw, 2.35rem) !important;
    line-height: 1.25 !important;
  }
  body.page-make .make-landing h2 {
    font-size: clamp(1.45rem, 5.5vw, 1.9rem) !important;
    line-height: 1.3 !important;
  }
  body.page-make .make-landing .hero-sub,
  body.page-make .make-landing .problem-text p,
  body.page-make .make-landing .solution-header p,
  body.page-make .make-landing .automation-text p,
  body.page-make .make-landing .workflow-card p,
  body.page-make .make-landing .cta-text p,
  body.page-make .make-landing .objection-answer-inner p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
  }
  body.page-make .make-landing .objection-q-text { font-size: 1.05rem !important; }
  body.page-make .make-landing .hero-trust-num,
  body.page-make .make-landing .stat-number { font-size: 1.6rem !important; }
  body.page-make .make-landing .hero-trust-label,
  body.page-make .make-landing .stat-label { font-size: 0.85rem !important; max-width: none !important; }

  body.page-make .make-landing #hero {
    min-height: 100vh !important;
    min-height: 100dvh !important;
    align-items: stretch !important;
    flex-direction: column !important;
  }
  body.page-make .make-landing .hero-content {
    min-height: 100vh !important;
    min-height: 100dvh !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    padding-block: 96px 48px !important;
    box-sizing: border-box;
  }
  body.page-make .make-landing .hero-trust {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    justify-items: center !important;
    gap: 20px 12px !important;
    width: 100%;
    max-width: 360px;
    margin-inline: auto;
  }
  body.page-make .make-landing .hero-trust-divider { display: none !important; }
  body.page-make .make-landing .hero-trust-item:last-child { grid-column: 1 / -1; }
  body.page-make .make-landing .stats-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    justify-items: center !important;
    gap: 28px 16px !important;
  }
  body.page-make .make-landing .objection-question {
    flex-wrap: nowrap !important;
    align-items: flex-start !important;
  }
  body.page-make .make-landing .objection-q-text {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
  body.page-make .make-landing .btn-primary {
    font-size: 1rem !important;
    padding: 14px 22px !important;
    justify-content: center !important;
  }
  body.page-make .make-landing .hero-cta-group .btn-primary {
    width: 100%;
    max-width: 320px;
  }
  body.page-make .make-landing .mobile-sticky-cta {
    display: block !important;
    padding-bottom: max(16px, env(safe-area-inset-bottom));
  }
  body.page-make .make-landing .automation-floating-card {
    position: relative !important;
    inset: auto !important;
    margin-top: 16px;
  }
  body.page-make .make-landing #problem,
  body.page-make .make-landing #solution,
  body.page-make .make-landing #automation-advantage,
  body.page-make .make-landing #stats,
  body.page-make .make-landing #gallery,
  body.page-make .make-landing #objections,
  body.page-make .make-landing #cta-section {
    padding-block: 48px !important;
  }
}

@media (max-width: 768px) {
  #hero {
    flex-direction: column;
    min-height: 100vh;
    min-height: 100dvh;
    padding-block: 0;
    align-items: stretch;
  }
  .hero-content {
    min-height: 100vh;
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: 96px 48px;
    box-sizing: border-box;
  }
  .hero-trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 16px 12px;
    max-width: 360px;
    margin-inline: auto;
  }
  .hero-trust-divider { display: none; }
  .hero-trust-item:last-child { grid-column: 1 / -1; }
  .problem-grid,
  .automation-grid,
  .workflow-grid,
  .stats-testimonials,
  .cta-inner,
  .gallery-grid { grid-template-columns: 1fr; }
  .stats-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    gap: 28px 16px;
  }
  .flow-arrow { display: none; }
  .flow-nodes { flex-direction: column; align-items: center; }
  .mobile-sticky-cta { display: block; }
  .footer-inner { flex-direction: column; align-items: center; text-align: center; }
}

@media (max-width: 480px) {
  .hero-cta-group { flex-direction: column; align-items: center; width: 100%; }
  .hero-cta-group .btn-primary { width: 100%; max-width: 320px; }
}

