/*
Theme Name: AirJoy Air Conditioning
Theme URI: https://airjoy.com
Author: AirJoy
Description: Professional AC & HVAC services theme for AirJoy Air Conditioning
Version: 3.7.0
License: GNU General Public License v2 or later
Text Domain: airjoy
*/

:root {
  --blue:       #3AABDE;
  --blue-dark:  #1e8cbf;
  --blue-light: #e8f6fd;
  --blue-mid:   #d0edf8;
  --navy:       #0d1b2a;
  --navy2:      #1a2e42;
  --charcoal:   #1A1A1A;
  --grey:       #6b7280;
  --grey-light: #f3f4f6;
  --white:      #ffffff;
  --radius:     8px;
  --radius-lg:  14px;
  --shadow:     0 4px 24px rgba(0,0,0,.10);
  --shadow-lg:  0 8px 40px rgba(0,0,0,.16);
  --t:          .22s ease;
  --font-d:     'Barlow', sans-serif;
  --font-b:     'Inter', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-b); font-size: 16px; line-height: 1.6; color: var(--charcoal); background: var(--white); }
img  { max-width: 100%; height: auto; display: block; }
a    { color: inherit; text-decoration: none; }
ul   { list-style: none; }

.container   { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section-pad { padding: 90px 0; }

/* ── TYPOGRAPHY ─────────────────────────────────────── */
h1,h2,h3,h4,h5,h6 { font-family: var(--font-d); font-weight: 900; line-height: 1.1; color: var(--navy); letter-spacing: -.5px; }
.eyebrow { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; }
.section-title { font-size: clamp(28px, 4vw, 40px); margin-bottom: 14px; }
.section-title span { color: var(--blue); }
.section-sub { font-size: 16px; color: var(--grey); max-width: 540px; line-height: 1.7; }
.text-center { text-align: center; }
.text-center .section-sub { margin: 0 auto; }

/* ── PREMIUM BUTTONS ────────────────────────────────── */
.btn-split {
  display: inline-flex; align-items: stretch;
  border-radius: var(--radius-lg); overflow: hidden;
  font-family: var(--font-d); cursor: pointer;
  transition: var(--t); border: none;
}
.btn-split-body { padding: 14px 22px; display: flex; flex-direction: column; gap: 2px; }
.btn-split-eye  { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; opacity: .7; }
.btn-split-lbl  { font-size: 16px; font-weight: 800; }
.btn-split-end  { width: 50px; display: flex; align-items: center; justify-content: center; font-size: 22px; background: rgba(0,0,0,.18); transition: var(--t); }

.btn-primary-split { background: var(--blue); color: var(--white); }
.btn-primary-split:hover { background: var(--blue-dark); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(58,171,222,.4); }
.btn-primary-split:hover .btn-split-end { background: rgba(0,0,0,.28); }

.btn-ghost-split { background: rgba(255,255,255,.1); color: var(--white); border: 1.5px solid rgba(255,255,255,.5); }
.btn-ghost-split:hover { border-color: var(--white); background: rgba(255,255,255,.18); transform: translateY(-2px); }
.btn-ghost-split .btn-split-end { background: rgba(255,255,255,.12); font-size: 20px; }

.btn-outline-split { background: transparent; color: var(--navy); border: 1.5px solid #d1d5db; }
.btn-outline-split:hover { border-color: var(--blue); color: var(--blue); transform: translateY(-2px); }
.btn-outline-split .btn-split-end { background: var(--grey-light); }

/* ── TOPBAR ─────────────────────────────────────────── */
.topbar { background: var(--navy); color: rgba(255,255,255,.6); font-size: 12px; padding: 9px 0; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.topbar a { color: var(--blue); transition: var(--t); }
.topbar a:hover { color: var(--white); }
.topbar-right { display: flex; gap: 20px; }

/* ── HEADER ─────────────────────────────────────────── */
.site-header { background: var(--white); box-shadow: 0 1px 0 #e5e7eb; position: sticky; top: 0; z-index: 999; transition: box-shadow var(--t); overflow: hidden; }
.site-header.scrolled { box-shadow: 0 4px 24px rgba(0,0,0,.12); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 14px 0; gap: 20px; }
.site-logo img, .site-logo picture { display: block; }
.site-logo img { height: 52px; width: auto; }

.site-nav { display: flex; align-items: center; gap: 2px; }
.site-nav a { font-family: var(--font-d); font-size: 14px; font-weight: 700; color: var(--navy); padding: 8px 13px; border-radius: var(--radius); transition: var(--t); }
.site-nav a:first-child { color: var(--blue); background: var(--blue-light); }
.site-nav a:hover { color: var(--blue); background: var(--blue-light); }

.header-cta { display: flex; align-items: center; gap: 14px; }
.header-phone { font-family: var(--font-d); font-weight: 800; font-size: 17px; color: var(--navy); display: flex; align-items: center; gap: 7px; }
.header-phone .ph-icon { color: var(--blue); }

.hamburger { display: none; background: none; border: none; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 24px; height: 2px; background: var(--navy); margin: 5px 0; transition: var(--t); }

.mobile-nav { display: none; position: fixed; inset: 0; background: var(--navy); z-index: 9999; flex-direction: column; padding: 28px 24px; gap: 4px; }
.mobile-nav.open { display: flex; }
.mobile-nav-close { align-self: flex-end; background: none; border: none; color: white; font-size: 26px; cursor: pointer; margin-bottom: 12px; }
.mobile-nav a { font-family: var(--font-d); font-size: 20px; font-weight: 700; color: rgba(255,255,255,.8); padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.07); transition: var(--t); }
.mobile-nav a:first-of-type { color: var(--blue); }
.mobile-nav a:hover { color: var(--blue); }

.mobile-phone { display: none; }

/* ── HERO ───────────────────────────────────────────── */
.hero { background: var(--navy); position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; right: 0; top: 0; width: 50%; height: 100%; background: radial-gradient(ellipse 80% 80% at 80% 50%, rgba(58,171,222,.09) 0%, transparent 70%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1fr 340px; gap: 60px; align-items: end; padding: 72px 0 0; position: relative; z-index: 1; }

.hero-tag { display: inline-flex; align-items: center; gap: 8px; background: rgba(58,171,222,.12); border: 1px solid rgba(58,171,222,.3); color: var(--blue); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 13px; border-radius: 100px; margin-bottom: 22px; }
.hero h1 { font-size: clamp(38px, 5.5vw, 62px); color: var(--white); margin-bottom: 18px; }
.hero h1 span { color: var(--blue); }
.hero-sub { font-size: 17px; color: rgba(255,255,255,.6); line-height: 1.7; margin-bottom: 36px; max-width: 440px; }
.hero-cta-pair { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }

.hero-stats { display: flex; gap: 0; margin-top: 48px; border-top: 1px solid rgba(255,255,255,.08); }
.hstat { padding: 22px 36px 22px 0; }
.hstat-n { font-family: var(--font-d); font-size: 30px; font-weight: 900; color: var(--white); line-height: 1; }
.hstat-n span { color: var(--blue); }
.hstat-l { font-size: 10px; color: rgba(255,255,255,.4); margin-top: 3px; text-transform: uppercase; letter-spacing: .08em; }

/* AC unit visual */
.hero-visual { display: flex; align-items: flex-end; justify-content: center; }
.ac-mockup { width: 100%; background: rgba(255,255,255,.04); border: 1px solid rgba(58,171,222,.2); border-radius: 16px 16px 0 0; padding: 22px; display: flex; flex-direction: column; gap: 12px; }
.ac-screen { background: rgba(58,171,222,.08); border: 1px solid rgba(58,171,222,.18); border-radius: 10px; padding: 18px; text-align: center; }
.ac-temp { font-family: var(--font-d); font-size: 60px; font-weight: 900; color: var(--white); line-height: 1; }
.ac-model { font-size: 11px; color: rgba(255,255,255,.35); margin-top: 6px; letter-spacing: .1em; text-transform: uppercase; }
.ac-modes { display: flex; gap: 8px; }
.ac-mode { flex: 1; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); border-radius: 8px; padding: 9px 4px; text-align: center; font-size: 11px; color: rgba(255,255,255,.4); font-family: var(--font-d); font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.ac-mode.on { background: rgba(58,171,222,.15); border-color: rgba(58,171,222,.4); color: var(--blue); }
.ac-price-tag { background: var(--blue); border-radius: 8px; padding: 10px 16px; display: flex; justify-content: space-between; align-items: center; font-family: var(--font-d); font-weight: 800; font-size: 14px; color: var(--white); }

/* ── SERVICES STRIP ─────────────────────────────────── */
.services-strip { background: var(--white); border-bottom: 1px solid #e5e7eb; }
.strip-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; }
.strip-item { display: flex; align-items: center; gap: 14px; padding: 24px 20px; border-right: 1px solid #e5e7eb; cursor: pointer; transition: var(--t); }
.strip-item:last-child { border-right: none; }
.strip-item.primary { background: #f0f9ff; border-bottom: 3px solid var(--blue); }
.strip-item:not(.primary):hover { background: var(--grey-light); }
.strip-icon { width: 46px; height: 46px; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.strip-icon.big { background: var(--blue-light); font-size: 24px; }
.strip-icon.sm  { background: var(--grey-light); font-size: 18px; }
.strip-title { font-family: var(--font-d); font-weight: 700; font-size: 14px; color: var(--navy); }
.strip-sub { font-size: 11px; color: var(--grey); margin-top: 2px; }

/* ── ABOUT ──────────────────────────────────────────── */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.about-img-wrap { position: relative; }
.about-img-placeholder { background: linear-gradient(135deg, var(--blue-light), var(--blue-mid)); height: 460px; border-radius: var(--radius-lg); display: flex; align-items: center; justify-content: center; font-size: 90px; }
.about-badge { position: absolute; bottom: 28px; right: -20px; background: var(--blue); color: var(--white); padding: 18px 22px; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); text-align: center; }
.about-badge-n { font-family: var(--font-d); font-size: 36px; font-weight: 900; line-height: 1; }
.about-badge-t { font-size: 11px; opacity: .85; margin-top: 4px; }
.about-checks { margin: 26px 0; display: flex; flex-direction: column; gap: 11px; }
.about-check { display: flex; align-items: center; gap: 11px; font-size: 15px; }
.check-dot { width: 22px; height: 22px; background: var(--blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 11px; flex-shrink: 0; }

/* ── SERVICES GRID ──────────────────────────────────── */
.services-bg { background: var(--grey-light); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.service-card { background: var(--white); border-radius: var(--radius-lg); padding: 34px 26px; box-shadow: var(--shadow); transition: var(--t); position: relative; overflow: hidden; border: 2px solid transparent; }
.service-card.ac-card { border-color: var(--blue); }
.service-card:hover { border-color: var(--blue); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.service-card.ac-card::before { content: 'Our Core Service'; position: absolute; top: 14px; right: 14px; background: var(--blue); color: white; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; padding: 3px 10px; border-radius: 100px; font-family: var(--font-d); }
.svc-icon { width: 60px; height: 60px; background: var(--blue-light); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 18px; transition: var(--t); }
.service-card:hover .svc-icon { background: var(--blue); }
.service-card h3 { font-size: 19px; margin-bottom: 9px; }
.service-card p  { font-size: 14px; color: var(--grey); line-height: 1.65; }
.svc-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-weight: 700; font-size: 13px; color: var(--blue); transition: var(--t); font-family: var(--font-d); }
.svc-link:hover { gap: 10px; }

/* ── WHY CHOOSE US ──────────────────────────────────── */
.why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.why-list { display: flex; flex-direction: column; gap: 24px; margin-top: 36px; }
.why-item { display: flex; gap: 18px; align-items: flex-start; }
.why-num { font-family: var(--font-d); font-size: 12px; font-weight: 900; color: var(--blue); background: var(--blue-light); width: 38px; height: 38px; border-radius: var(--radius); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.why-item h4 { font-size: 16px; margin-bottom: 5px; }
.why-item p  { font-size: 14px; color: var(--grey); line-height: 1.6; }
.stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.stat-box { background: var(--navy); border-radius: var(--radius-lg); padding: 30px 22px; text-align: center; transition: var(--t); }
.stat-box:hover, .stat-box.accent { background: var(--blue); }
.stat-n { font-family: var(--font-d); font-size: 40px; font-weight: 900; color: var(--white); line-height: 1; }
.stat-l { font-size: 12px; color: rgba(255,255,255,.65); margin-top: 6px; }

/* ── AC PRODUCTS ────────────────────────────────────── */
.products-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 28px; flex-wrap: wrap; gap: 20px; }
.brand-filter { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 36px; }
.brand-pill { padding: 7px 18px; border-radius: 100px; font-size: 12px; font-weight: 700; cursor: pointer; border: 1.5px solid #e5e7eb; color: var(--grey); font-family: var(--font-d); transition: var(--t); background: var(--white); }
.brand-pill:hover { border-color: var(--blue); color: var(--blue); }
.brand-pill.active { background: var(--navy); border-color: var(--navy); color: var(--white); }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }

.product-card { border: 1px solid #e5e7eb; border-radius: var(--radius-lg); overflow: hidden; transition: var(--t); background: var(--white); }
.product-card:hover { border-color: var(--blue); box-shadow: var(--shadow-lg); transform: translateY(-3px); }
.product-card.featured { border: 2px solid var(--blue); }
.product-img { height: 190px; background: linear-gradient(135deg, var(--blue-light), var(--blue-mid)); display: flex; align-items: center; justify-content: center; font-size: 62px; position: relative; overflow: hidden; }
.product-img img { width: 100%; height: 100%; object-fit: cover; }
.prod-badge { position: absolute; top: 10px; left: 10px; font-size: 10px; font-weight: 800; padding: 4px 11px; border-radius: 100px; letter-spacing: .06em; text-transform: uppercase; font-family: var(--font-d); }
.prod-badge.hot { background: var(--blue); color: white; }
.prod-badge.std { background: var(--navy); color: white; }
.product-body { padding: 20px; }
.prod-brand { font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--blue); margin-bottom: 4px; }
.prod-name { font-family: var(--font-d); font-size: 18px; font-weight: 900; color: var(--navy); margin-bottom: 12px; }
.prod-specs { display: flex; flex-wrap: wrap; gap: 5px; margin-bottom: 16px; }
.spec-tag { background: var(--grey-light); color: #374151; font-size: 11px; font-weight: 600; padding: 3px 9px; border-radius: 100px; }
.prod-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; border-top: 1px solid #f3f4f6; }
.prod-price { font-family: var(--font-d); font-size: 22px; font-weight: 900; color: var(--navy); }
.prod-price small { font-size: 12px; font-weight: 400; color: var(--grey); margin-left: 3px; }
.btn-enquire { background: var(--blue); color: white; font-size: 12px; font-weight: 700; padding: 9px 15px; border-radius: 7px; font-family: var(--font-d); border: none; cursor: pointer; transition: var(--t); }
.btn-enquire:hover { background: var(--blue-dark); }

/* ── TESTIMONIALS ───────────────────────────────────── */
.testimonials-bg { background: var(--navy); }
.testimonials-bg .section-title { color: var(--white); }
.testimonials-bg .section-sub   { color: rgba(255,255,255,.55); }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 52px; }
.t-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09); border-radius: var(--radius-lg); padding: 28px; transition: var(--t); }
.t-card:hover { background: rgba(58,171,222,.1); border-color: rgba(58,171,222,.25); }
.stars { color: #fbbf24; font-size: 15px; margin-bottom: 14px; letter-spacing: 2px; }
.t-text { font-size: 14px; color: rgba(255,255,255,.75); line-height: 1.7; font-style: italic; margin-bottom: 22px; }
.t-author { display: flex; align-items: center; gap: 12px; }
.t-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--blue); display: flex; align-items: center; justify-content: center; color: white; font-weight: 700; font-size: 15px; flex-shrink: 0; }
.t-name { font-weight: 700; color: var(--white); font-size: 14px; }
.t-loc  { font-size: 11px; color: rgba(255,255,255,.4); margin-top: 1px; }

/* ── PREMIUM CTA BANNER ─────────────────────────────── */
.cta-banner { background: var(--navy); padding: 80px 0; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 60px; flex-wrap: wrap; }
.cta-banner h2 { font-size: clamp(26px, 3vw, 40px); color: var(--white); margin-bottom: 10px; }
.cta-banner p  { font-size: 15px; color: rgba(255,255,255,.55); max-width: 500px; line-height: 1.65; }
.trust-dots { display: flex; gap: 20px; margin-top: 20px; flex-wrap: wrap; }
.trust-dot-item { display: flex; align-items: center; gap: 7px; font-size: 12px; color: rgba(255,255,255,.4); }
.trust-dot-item::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); flex-shrink: 0; }
.cta-buttons { display: flex; flex-direction: column; gap: 12px; min-width: 240px; }

/* ── CONTACT ────────────────────────────────────────── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 72px; align-items: start; }
.contact-info { display: flex; flex-direction: column; gap: 24px; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; }
.contact-icon { width: 46px; height: 46px; background: var(--blue-light); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.contact-item h4 { font-size: 15px; margin-bottom: 3px; }
.contact-item p  { font-size: 14px; color: var(--grey); }
.contact-form { background: var(--white); border: 1px solid #e5e7eb; border-radius: var(--radius-lg); padding: 38px; box-shadow: var(--shadow); }
.contact-form h3 { font-size: 22px; margin-bottom: 22px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 12px; font-weight: 600; color: var(--navy); margin-bottom: 6px; letter-spacing: .02em; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 11px 14px; border: 1.5px solid #e5e7eb; border-radius: var(--radius); font-family: var(--font-b); font-size: 14px; color: var(--charcoal); transition: var(--t); background: #fafafa; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--blue); background: var(--white); box-shadow: 0 0 0 3px rgba(58,171,222,.12); }
.form-group textarea { resize: vertical; min-height: 100px; }
.btn-submit { width: 100%; display: flex; justify-content: center; }

/* ── FOOTER ─────────────────────────────────────────── */
.site-footer { background: var(--navy); color: rgba(255,255,255,.55); padding: 72px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,.07); }
.footer-brand p { font-size: 14px; line-height: 1.7; margin: 14px 0 18px; max-width: 280px; }
.footer-socials { display: flex; gap: 8px; }
.social-btn { width: 36px; height: 36px; background: rgba(255,255,255,.07); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.5); font-size: 15px; transition: var(--t); }
.social-btn:hover { background: var(--blue); color: white; }
.footer-col h4 { font-size: 12px; font-weight: 800; color: var(--white); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 16px; }
.footer-col ul { display: flex; flex-direction: column; gap: 9px; }
.footer-col ul li a { font-size: 14px; color: rgba(255,255,255,.45); transition: var(--t); }
.footer-col ul li a:hover { color: var(--blue); padding-left: 3px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding: 18px 0; font-size: 12px; flex-wrap: wrap; gap: 10px; }
.footer-bottom a { color: var(--blue); }

/* ── FORM RESPONSE ──────────────────────────────────── */
#formMessage { display:none; padding:11px 14px; border-radius:var(--radius); margin-bottom:14px; font-weight:600; font-size:13px; }

/* ── RESPONSIVE ─────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
  .about-grid, .why-grid, .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .strip-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid, .products-grid, .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .section-pad { padding: 60px 0; }

  /* ── MOBILE HEADER: csak logo + hamburger ── */
  .site-nav             { display: none; }
  .header-cta           { display: none; }
  .hamburger            { display: block; }
  .header-inner         { padding: 8px 0; }
  .site-logo img        { height: 30px; width: auto; max-width: 140px; }
  .mobile-phone {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: var(--font-d);
    font-weight: 800;
    font-size: 12px;
    color: var(--navy);
    background: var(--blue-light);
    border: 1.5px solid rgba(58,171,222,.3);
    border-radius: 100px;
    padding: 6px 11px;
    white-space: nowrap;
    text-decoration: none;
    margin-left: auto;
    margin-right: 8px;
    flex-shrink: 0;
  }

  .strip-grid         { grid-template-columns: 1fr !important; }
  .strip-item         { border-right: none !important; border-bottom: 1px solid #e5e7eb; }
  .strip-item:last-child { border-bottom: none; }
  .services-grid, .products-grid, .testimonials-grid { grid-template-columns: 1fr; }
  .footer-grid   { grid-template-columns: 1fr; gap: 28px; }
  .form-row      { grid-template-columns: 1fr; }
  .cta-inner     { flex-direction: column; }
  .cta-buttons   { width: 100%; }
  .hero-stats    { flex-wrap: wrap; gap: 0; }
  .hstat         { padding: 18px 24px 18px 0; }
  .about-badge   { right: 0; }
}

/* ── COMPARE BUTTON ON CARD ─────────────────────────── */
.btn-add-compare {
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--grey-light); border: 1.5px solid #e5e7eb;
  color: var(--grey); font-size: 18px; line-height: 1;
  cursor: pointer; transition: var(--t); display: flex;
  align-items: center; justify-content: center; flex-shrink: 0;
}
.btn-add-compare:hover { background: var(--blue-light); border-color: var(--blue); color: var(--blue); }
.btn-add-compare.added { background: var(--blue); border-color: var(--blue); color: white; }
.product-card.in-compare { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(58,171,222,.2); }

/* ── COMPARE BAR ────────────────────────────────────── */
.compare-bar {
  background: var(--navy); border-radius: var(--radius-lg);
  padding: 16px 24px; margin-bottom: 32px;
}
.compare-bar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.compare-slots { display: flex; gap: 10px; flex-wrap: wrap; }
.compare-slot {
  display: flex; align-items: center; gap: 8px;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius); padding: 7px 12px;
  font-size: 13px; font-weight: 700; color: white; font-family: var(--font-d);
}
.compare-slot-remove { background: none; border: none; color: rgba(255,255,255,.5); cursor: pointer; font-size: 16px; line-height: 1; padding: 0 0 0 4px; }
.compare-slot-remove:hover { color: white; }
.compare-bar-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.compare-hint { font-size: 13px; color: rgba(255,255,255,.5); font-family: var(--font-d); }
.compare-hint strong { color: var(--blue); }
.btn-compare {
  background: var(--blue); color: white; border: none; border-radius: var(--radius);
  padding: 10px 20px; font-family: var(--font-d); font-weight: 700; font-size: 14px;
  cursor: pointer; transition: var(--t);
}
.btn-compare:disabled { opacity: .4; cursor: not-allowed; }
.btn-compare:not(:disabled):hover { background: var(--blue-dark); }
.btn-compare-clear {
  background: transparent; color: rgba(255,255,255,.4); border: 1px solid rgba(255,255,255,.15);
  border-radius: var(--radius); padding: 10px 16px; font-family: var(--font-d);
  font-weight: 600; font-size: 13px; cursor: pointer; transition: var(--t);
}
.btn-compare-clear:hover { color: white; border-color: rgba(255,255,255,.4); }

/* ── COMPARE MODAL ──────────────────────────────────── */
.compare-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(13,27,42,.85); z-index: 10000;
  align-items: center; justify-content: center; padding: 20px;
}
.compare-overlay.open { display: flex; }
.compare-modal {
  background: white; border-radius: var(--radius-lg);
  width: 100%; max-width: 960px; max-height: 88vh;
  display: flex; flex-direction: column; overflow: hidden;
  box-shadow: var(--shadow-lg);
}
.compare-modal-head {
  display: flex; justify-content: space-between; align-items: center;
  padding: 20px 28px; border-bottom: 1px solid #e5e7eb; flex-shrink: 0;
}
.compare-modal-head h3 { font-size: 20px; color: var(--navy); }
.compare-close {
  background: var(--grey-light); border: none; width: 34px; height: 34px;
  border-radius: 50%; font-size: 18px; cursor: pointer; transition: var(--t);
}
.compare-close:hover { background: #e5e7eb; }
.compare-table-wrap { overflow: auto; flex: 1; padding: 0 28px 20px; }
.compare-table { width: 100%; border-collapse: collapse; margin-top: 20px; }
.compare-table th {
  background: var(--navy); color: white; padding: 14px 18px;
  font-family: var(--font-d); font-size: 15px; text-align: left;
  position: sticky; top: 0;
}
.compare-table th:first-child { background: var(--grey-light); color: var(--grey); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; width: 140px; }
.compare-table td { padding: 13px 18px; border-bottom: 1px solid #f3f4f6; font-size: 14px; vertical-align: top; }
.compare-table tr:last-child td { border-bottom: none; }
.compare-table td:first-child { font-weight: 700; color: var(--grey); font-size: 12px; text-transform: uppercase; letter-spacing: .05em; background: #fafafa; }
.compare-table .price-row td:not(:first-child) { font-family: var(--font-d); font-size: 22px; font-weight: 900; color: var(--navy); }
.compare-check { color: var(--blue); font-weight: 700; }
.compare-cross { color: #d1d5db; }

/* ── HERO PRODUCT SLIDER ────────────────────────────── */
.hero-product-slider {
  position: relative;
  width: 100%;
}
.hero-product-card {
  display: none;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(58,171,222,.25);
  border-radius: 16px;
  overflow: hidden;
  animation: heroProdFadeIn .5s ease;
}
.hero-product-card.active { display: block; }

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

.hero-prod-img {
  width: 100%; height: 200px;
  overflow: hidden; position: relative;
  background: linear-gradient(135deg, rgba(58,171,222,.15), rgba(58,171,222,.05));
}
.hero-prod-img img { width:100%; height:100%; object-fit:cover; }
.hero-prod-img-placeholder {
  display: flex; align-items: center; justify-content: center;
  font-size: 72px; height: 200px;
  background: linear-gradient(135deg, rgba(58,171,222,.12), rgba(58,171,222,.04));
}

.hero-prod-body { padding: 20px; }
.hero-prod-brand {
  font-size: 10px; font-weight: 800; letter-spacing: .12em;
  text-transform: uppercase; color: var(--blue); margin-bottom: 4px;
}
.hero-prod-name {
  font-family: var(--font-d); font-size: 20px; font-weight: 900;
  color: var(--white); margin-bottom: 12px; line-height: 1.2;
}
.hero-prod-specs {
  display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 16px;
}
.hero-prod-specs span {
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.8); font-size: 11px; font-weight: 600;
  padding: 3px 10px; border-radius: 100px;
}
.hero-prod-footer {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 14px; border-top: 1px solid rgba(255,255,255,.1);
}
.hero-prod-price {
  font-family: var(--font-d); font-size: 20px; font-weight: 900; color: var(--white);
}
.hero-prod-price small {
  font-size: 11px; font-weight: 400; color: rgba(255,255,255,.5); margin-left: 4px;
}
.hero-prod-btn {
  background: var(--blue); color: white; font-size: 12px; font-weight: 700;
  padding: 9px 16px; border-radius: 8px; font-family: var(--font-d);
  transition: var(--t); white-space: nowrap;
}
.hero-prod-btn:hover { background: var(--blue-dark); }

/* Dots */
.hero-slider-dots {
  display: flex; justify-content: center; gap: 8px; padding: 14px 0 4px;
}
.hero-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgba(255,255,255,.25); border: none; cursor: pointer;
  transition: var(--t); padding: 0;
}
.hero-dot.active { background: var(--blue); width: 22px; border-radius: 100px; }

/* ── ALOLDALAK ──────────────────────────────────────── */
.page-hero-inner { max-width: 680px; }
.about-img-placeholder-inner { display:flex; flex-direction:column; align-items:center; justify-content:center; height:100%; }
.strip-arrow { color: var(--blue); font-size: 14px; margin-left: 4px; transition: var(--t); }
.strip-item:hover .strip-arrow { margin-left: 8px; }

/* Nagyon kis képernyőn (360px alatt) csak ikon */
@media (max-width: 360px) {
  .mobile-phone-num { display: none; }
  .mobile-phone { border-radius: 50%; width: 36px; height: 36px; padding: 0; justify-content: center; }
}
