/*
Theme Name: iXSystems
Theme URI: https://ixsystems.in
Author: iXSystems.in
Author URI: https://ixsystems.in
Description: Custom WordPress theme for iXSystems.in — IT Support & Sales for Mumbai Businesses
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ixsystems
Tags: business, one-page, responsive, custom-colors
*/

/* ── CSS VARIABLES ── */
:root {
  --bg: #f5f3ef;
  --bg2: #ede9e2;
  --ink: #181410;
  --ink2: #2d2820;
  --orange: #e8500a;
  --orange2: #ff6b2b;
  --warm: #c8400a;
  --muted: #7a6f65;
  --light: #faf8f5;
  --card: #ffffff;
  --border: #ddd8d0;
  --dark: #1a1510;
  --dark2: #241f18;
}

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Epilogue', sans-serif; background: var(--bg); color: var(--ink); overflow-x: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
ul { list-style: none; }

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4 { font-family: 'Clash Display', sans-serif; }

/* ── NAV ── */
#site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 5%; height: 68px;
  background: rgba(245,243,239,0.94); backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}
.site-logo { font-family: 'Clash Display', sans-serif; font-weight: 700; font-size: 1.35rem; color: var(--ink); letter-spacing: -0.03em; }
.site-logo span { color: var(--orange); }
.nav-links { display: flex; align-items: center; gap: 2rem; }
.nav-links a { font-size: 0.85rem; font-weight: 500; color: var(--muted); transition: color 0.2s; }
.nav-links a:hover { color: var(--ink); }
.nav-cta { background: var(--orange) !important; color: #fff !important; padding: 9px 22px; border-radius: 6px; font-weight: 500 !important; }
.nav-cta:hover { background: var(--warm) !important; }

/* ── HERO ── */
.hero {
  min-height: 100vh; padding: 120px 5% 80px;
  display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: center;
  position: relative; overflow: hidden;
}
.hero::before {
  content: ''; position: absolute; top: -10%; right: -5%;
  width: 55vw; height: 110vh;
  background: linear-gradient(135deg, rgba(232,80,10,0.08) 0%, rgba(255,107,43,0.04) 50%, transparent 80%);
  border-radius: 40% 60% 60% 40%; transform: rotate(-8deg);
}
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--orange); color: #fff; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 14px; border-radius: 4px; margin-bottom: 26px; animation: fadeUp 0.5s ease both; }
.hero h1 { font-size: clamp(2.8rem, 5vw, 4.4rem); font-weight: 700; line-height: 1.05; letter-spacing: -0.04em; color: var(--ink); margin-bottom: 22px; animation: fadeUp 0.6s 0.1s ease both; }
.hero h1 em { font-style: normal; color: var(--orange); }
.hero-desc { font-size: 1.05rem; color: var(--muted); line-height: 1.75; max-width: 520px; margin-bottom: 38px; font-weight: 300; animation: fadeUp 0.6s 0.2s ease both; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; animation: fadeUp 0.6s 0.3s ease both; }
.btn-primary { background: var(--orange); color: #fff; padding: 13px 30px; border-radius: 8px; font-family: 'Epilogue', sans-serif; font-weight: 500; font-size: 0.93rem; border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 8px; transition: all 0.22s; }
.btn-primary:hover { background: var(--warm); transform: translateY(-2px); box-shadow: 0 8px 28px rgba(232,80,10,0.35); }
.btn-outline { background: transparent; color: var(--ink); padding: 13px 30px; border-radius: 8px; font-family: 'Epilogue', sans-serif; font-weight: 500; font-size: 0.93rem; border: 1.5px solid var(--border); cursor: pointer; transition: all 0.22s; }
.btn-outline:hover { border-color: var(--orange); color: var(--orange); }
.hero-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 36px; animation: fadeUp 0.6s 0.4s ease both; }
.pill { background: var(--card); border: 1px solid var(--border); border-radius: 100px; padding: 6px 14px; font-size: 0.78rem; color: var(--muted); display: flex; align-items: center; gap: 6px; }

/* ── HERO CARD ── */
.hero-card-stack { position: relative; animation: fadeUp 0.7s 0.3s ease both; }
.hero-main-card { background: var(--dark); border-radius: 20px; padding: 36px 32px; color: #fff; position: relative; overflow: hidden; }
.hero-main-card::before { content: ''; position: absolute; top: -40px; right: -40px; width: 180px; height: 180px; background: radial-gradient(circle, rgba(232,80,10,0.4) 0%, transparent 70%); border-radius: 50%; }
.card-icon { font-size: 2.8rem; margin-bottom: 18px; position: relative; z-index: 1; display: block; }
.hero-main-card h3 { font-size: 1.5rem; font-weight: 600; margin-bottom: 8px; position: relative; z-index: 1; }
.hero-main-card p { font-size: 0.88rem; color: #b0a89e; line-height: 1.6; margin-bottom: 24px; position: relative; z-index: 1; }
.card-stat-row { display: flex; gap: 24px; position: relative; z-index: 1; padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.08); }
.c-stat-val { font-family: 'Clash Display', sans-serif; font-size: 1.8rem; font-weight: 700; color: var(--orange2); }
.c-stat-lbl { font-size: 0.72rem; color: #b0a89e; margin-top: 2px; }
.float-badge { position: absolute; background: var(--card); border: 1px solid var(--border); border-radius: 12px; padding: 12px 16px; box-shadow: 0 8px 32px rgba(0,0,0,0.1); display: flex; align-items: center; gap: 10px; animation: bob 4s ease-in-out infinite; }
.float-badge.b1 { top: -18px; right: -18px; }
.float-badge.b2 { bottom: 30px; left: -24px; animation-delay: -2s; }
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
.fb-icon { font-size: 1.4rem; }
.fb-text { font-size: 0.75rem; font-weight: 600; color: var(--ink); line-height: 1.3; }
.fb-sub { font-size: 0.68rem; color: var(--muted); }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

/* ── BRAND STRIP ── */
.brand-strip { background: var(--dark); padding: 26px 5%; display: flex; align-items: center; }
.brand-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: #4a4038; white-space: nowrap; margin-right: 40px; flex-shrink: 0; }
.brands { display: flex; align-items: center; gap: 48px; flex-wrap: wrap; }
.brand-name { font-family: 'Clash Display', sans-serif; font-size: 1.2rem; font-weight: 700; letter-spacing: -0.02em; transition: color 0.2s; }
.brand-name.dell { color: #5a8ad4; }
.brand-name.hp { color: #0096d6; }
.brand-name.lenovo { color: #e2231a; }
.brand-name.other { color: #4a4038; }
.brand-name:hover { color: var(--orange2) !important; }

/* ── SECTION COMMON ── */
.section-eyebrow { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--orange); margin-bottom: 10px; }
.section-title { font-size: clamp(1.9rem, 3vw, 2.7rem); font-weight: 700; letter-spacing: -0.03em; line-height: 1.12; margin-bottom: 14px; color: var(--ink); }
.section-sub { font-size: 0.97rem; color: var(--muted); line-height: 1.72; font-weight: 300; }

/* ── SERVICES ── */
#services { padding: 100px 5%; background: var(--light); }
.services-top { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; margin-bottom: 56px; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.svc-card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 36px 30px; transition: all 0.28s; position: relative; overflow: hidden; }
.svc-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--orange); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.svc-card:hover::before { transform: scaleX(1); }
.svc-card:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(232,80,10,0.1); border-color: transparent; }
.svc-card.dark { background: var(--dark2); border-color: transparent; }
.svc-card.dark .svc-title { color: #fff; }
.svc-card.dark .svc-desc { color: #8a7e73; }
.svc-card.dark .svc-tag { background: rgba(232,80,10,0.15); color: var(--orange2); }
.svc-card.dark .svc-items li { color: #7a7068; }
.svc-icon { font-size: 2rem; margin-bottom: 18px; display: block; }
.svc-title { font-family: 'Clash Display', sans-serif; font-size: 1.08rem; font-weight: 600; margin-bottom: 10px; color: var(--ink); }
.svc-desc { font-size: 0.86rem; color: var(--muted); line-height: 1.68; margin-bottom: 18px; }
.svc-tag { display: inline-block; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--orange); background: rgba(232,80,10,0.08); padding: 4px 10px; border-radius: 4px; }
.svc-items { list-style: none; margin-top: 14px; display: flex; flex-direction: column; gap: 7px; }
.svc-items li { font-size: 0.83rem; color: var(--muted); display: flex; align-items: center; gap: 8px; }
.svc-items li::before { content: '→'; color: var(--orange); font-size: 0.8rem; }

/* ── PRODUCTS ── */
#products { padding: 100px 5%; }
.products-layout { display: grid; grid-template-columns: 280px 1fr; gap: 60px; align-items: start; }
.products-sidebar { position: sticky; top: 90px; }
.cat-tabs { display: flex; flex-direction: column; gap: 4px; margin-top: 28px; }
.cat-tab { display: flex; align-items: center; gap: 12px; padding: 13px 16px; border-radius: 10px; border: 1px solid transparent; cursor: pointer; transition: all 0.2s; background: transparent; font-family: 'Epilogue', sans-serif; font-size: 0.87rem; font-weight: 500; color: var(--muted); text-align: left; }
.cat-tab:hover { background: var(--card); border-color: var(--border); color: var(--ink); }
.cat-tab.active { background: var(--orange); color: #fff; border-color: transparent; }
.prod-section { display: none; }
.prod-section.active { display: block; }
.prod-section-title { font-family: 'Clash Display', sans-serif; font-size: 1.15rem; font-weight: 600; margin-bottom: 20px; color: var(--ink); }
.prod-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.prod-card { background: var(--card); border: 1px solid var(--border); border-radius: 14px; padding: 24px 22px; transition: all 0.25s; }
.prod-card:hover { border-color: var(--orange); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(232,80,10,0.1); }
.prod-brand { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--orange); margin-bottom: 5px; }
.prod-name { font-family: 'Clash Display', sans-serif; font-size: 1rem; font-weight: 600; color: var(--ink); margin-bottom: 6px; }
.prod-spec { font-size: 0.8rem; color: var(--muted); line-height: 1.5; margin-bottom: 14px; }
.prod-price { font-family: 'Clash Display', sans-serif; font-size: 1.2rem; font-weight: 700; color: var(--ink); }
.prod-price small { font-size: 0.72rem; color: var(--muted); font-family: 'Epilogue', sans-serif; font-weight: 400; }
.prod-cta { display: block; margin-top: 12px; text-align: center; background: rgba(232,80,10,0.07); border: 1px solid rgba(232,80,10,0.2); border-radius: 7px; padding: 8px; font-size: 0.8rem; font-weight: 500; color: var(--orange); cursor: pointer; font-family: 'Epilogue', sans-serif; transition: all 0.2s; }
.prod-cta:hover { background: var(--orange); color: #fff; border-color: var(--orange); }

/* ── SUPPORT PLANS ── */
#support-plans { padding: 100px 5%; background: var(--dark); color: #fff; }
#support-plans .section-title { color: #fff; }
#support-plans .section-sub { color: #8a7e73; }
.plans-header { text-align: center; margin-bottom: 56px; }
.plans-header .section-sub { max-width: 500px; margin: 0 auto; }
.plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1000px; margin: 0 auto; }
.plan-card { background: #241f18; border: 1px solid rgba(255,255,255,0.07); border-radius: 20px; padding: 36px 28px; transition: all 0.3s; position: relative; }
.plan-card.featured { background: var(--orange); border-color: transparent; }
.plan-card:hover:not(.featured) { border-color: var(--orange); transform: translateY(-4px); }
.plan-badge { position: absolute; top: 20px; right: 20px; background: rgba(255,255,255,0.2); color: #fff; font-size: 0.65rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 4px 10px; border-radius: 20px; }
.plan-name { font-family: 'Clash Display', sans-serif; font-size: 1.2rem; font-weight: 700; color: #fff; margin-bottom: 5px; }
.plan-sub { font-size: 0.82rem; color: #6b6056; margin-bottom: 22px; }
.plan-card.featured .plan-sub { color: rgba(255,255,255,0.7); }
.plan-price { padding: 18px 0; border-top: 1px solid rgba(255,255,255,0.07); border-bottom: 1px solid rgba(255,255,255,0.07); margin-bottom: 22px; }
.plan-card.featured .plan-price { border-color: rgba(255,255,255,0.2); }
.plan-price-val { font-family: 'Clash Display', sans-serif; font-size: 2rem; font-weight: 700; color: var(--orange2); }
.plan-card.featured .plan-price-val { color: #fff; }
.plan-price-per { font-size: 0.78rem; color: #6b6056; }
.plan-card.featured .plan-price-per { color: rgba(255,255,255,0.6); }
.plan-features { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 26px; }
.plan-feature { font-size: 0.84rem; color: #a09488; display: flex; align-items: flex-start; gap: 8px; line-height: 1.5; }
.plan-card.featured .plan-feature { color: rgba(255,255,255,0.85); }
.plan-feature::before { content: '✓'; color: var(--orange2); font-weight: 700; flex-shrink: 0; }
.plan-card.featured .plan-feature::before { color: #fff; }
.plan-btn { width: 100%; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12); color: #fff; padding: 12px; border-radius: 10px; font-family: 'Epilogue', sans-serif; font-size: 0.9rem; font-weight: 500; cursor: pointer; transition: all 0.2s; }
.plan-btn:hover { background: rgba(255,255,255,0.14); }
.plan-card.featured .plan-btn { background: rgba(255,255,255,0.25); border-color: transparent; }
.plan-card.featured .plan-btn:hover { background: rgba(255,255,255,0.35); }

/* ── ABOUT ── */
#about { padding: 100px 5%; background: var(--bg2); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.about-nums { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-top: 40px; border-radius: 16px; overflow: hidden; }
.about-num { background: var(--dark); padding: 30px 28px; }
.about-num:nth-child(2) { background: var(--orange); }
.about-num:nth-child(3) { background: var(--dark2); }
.about-num:nth-child(4) { background: #2d2318; }
.an-val { font-family: 'Clash Display', sans-serif; font-size: 2.4rem; font-weight: 700; color: #fff; line-height: 1; }
.an-lbl { font-size: 0.78rem; color: rgba(255,255,255,0.45); margin-top: 6px; }
.about-num:nth-child(2) .an-lbl { color: rgba(255,255,255,0.75); }
.reasons { margin-top: 40px; display: flex; flex-direction: column; gap: 16px; }
.reason { display: flex; gap: 16px; align-items: flex-start; padding: 20px; background: var(--card); border-radius: 12px; border: 1px solid var(--border); transition: all 0.25s; }
.reason:hover { border-color: var(--orange); transform: translateX(4px); }
.r-icon { width: 42px; height: 42px; background: rgba(232,80,10,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
.r-title { font-family: 'Clash Display', sans-serif; font-size: 0.97rem; font-weight: 600; color: var(--ink); margin-bottom: 4px; }
.r-desc { font-size: 0.82rem; color: var(--muted); line-height: 1.6; }

/* ── PROCESS ── */
#process { padding: 100px 5%; }
.process-header { text-align: center; margin-bottom: 60px; }
.process-header .section-sub { max-width: 480px; margin: 0 auto; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.process-steps::before { content: ''; position: absolute; top: 32px; left: 12%; right: 12%; height: 2px; background: linear-gradient(90deg, var(--orange), var(--orange2)); z-index: 0; }
.p-step { text-align: center; padding: 0 20px; position: relative; z-index: 1; }
.p-num { width: 64px; height: 64px; background: var(--orange); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Clash Display', sans-serif; font-size: 1.3rem; font-weight: 700; color: #fff; margin: 0 auto 20px; border: 4px solid var(--bg); transition: transform 0.25s; }
.p-step:hover .p-num { transform: scale(1.12); }
.p-title { font-family: 'Clash Display', sans-serif; font-size: 1rem; font-weight: 600; color: var(--ink); margin-bottom: 8px; }
.p-desc { font-size: 0.82rem; color: var(--muted); line-height: 1.6; }

/* ── CONTACT ── */
#contact { padding: 100px 5%; background: var(--dark); color: #fff; }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 80px; align-items: start; }
#contact .section-title { color: #fff; }
#contact .section-sub { color: #8a7e73; }
.contact-info { margin-top: 40px; display: flex; flex-direction: column; gap: 14px; }
.ci-item { display: flex; align-items: flex-start; gap: 14px; padding: 18px 20px; background: #241f18; border-radius: 12px; border: 1px solid rgba(255,255,255,0.05); transition: border-color 0.2s; }
.ci-item:hover { border-color: var(--orange); }
.ci-icon { width: 38px; height: 38px; background: rgba(232,80,10,0.15); border-radius: 9px; display: flex; align-items: center; justify-content: center; font-size: 1rem; flex-shrink: 0; }
.ci-label { font-size: 0.7rem; color: #5a5048; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 3px; }
.ci-val { font-size: 0.9rem; color: #d4cdc5; }
.ci-val a { color: var(--orange2); }

/* ── WP CONTACT FORM 7 OVERRIDES ── */
.form-wrap { background: #241f18; border: 1px solid rgba(255,255,255,0.06); border-radius: 20px; padding: 40px 36px; }
.form-wrap h3 { font-size: 1.5rem; font-weight: 700; color: #fff; margin-bottom: 5px; }
.form-wrap > p:first-of-type { font-size: 0.85rem; color: #6b6056; margin-bottom: 26px; }
.wpcf7 .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.wpcf7 .form-group { margin-bottom: 13px; }
.wpcf7 label { display: block; font-size: 0.72rem; color: #6b6056; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 6px; }
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea { width: 100%; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 9px; padding: 11px 14px; color: #e0d8ce; font-family: 'Epilogue', sans-serif; font-size: 0.9rem; outline: none; transition: border-color 0.2s; }
.wpcf7 input:focus, .wpcf7 select:focus, .wpcf7 textarea:focus { border-color: var(--orange); }
.wpcf7 select { appearance: none; cursor: pointer; }
.wpcf7 textarea { resize: vertical; min-height: 88px; }
.wpcf7 input[type="submit"] { width: 100%; background: var(--orange); color: #fff; border: none; padding: 14px; border-radius: 10px; font-family: 'Epilogue', sans-serif; font-size: 0.95rem; font-weight: 500; cursor: pointer; transition: all 0.22s; margin-top: 6px; }
.wpcf7 input[type="submit"]:hover { background: var(--warm); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(232,80,10,0.4); }

/* ── FOOTER ── */
#site-footer { background: #110d09; border-top: 1px solid rgba(255,255,255,0.04); padding: 60px 5% 28px; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-logo { font-family: 'Clash Display', sans-serif; font-weight: 700; font-size: 1.4rem; letter-spacing: -0.03em; color: #fff; margin-bottom: 12px; }
.footer-logo span { color: var(--orange); }
.footer-desc { font-size: 0.83rem; color: #4a4038; line-height: 1.7; max-width: 260px; margin-bottom: 18px; }
.footer-contacts a { display: flex; align-items: center; gap: 8px; font-size: 0.82rem; color: #4a4038; margin-bottom: 8px; transition: color 0.2s; }
.footer-contacts a:hover { color: var(--orange2); }
.footer-col h4 { font-family: 'Clash Display', sans-serif; font-size: 0.85rem; font-weight: 600; color: #fff; margin-bottom: 14px; }
.footer-col ul li { margin-bottom: 9px; }
.footer-col a { font-size: 0.82rem; color: #4a4038; transition: color 0.2s; }
.footer-col a:hover { color: var(--orange2); }
.footer-bottom { padding-top: 26px; border-top: 1px solid rgba(255,255,255,0.04); display: flex; justify-content: space-between; align-items: center; font-size: 0.78rem; color: #3d3530; flex-wrap: wrap; gap: 10px; }
.footer-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.f-tag { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.05); border-radius: 4px; padding: 3px 9px; font-size: 0.7rem; color: #4a4038; }

/* ── FLOATING BUTTONS ── */
.float-wa { position: fixed; bottom: 84px; right: 28px; z-index: 998; background: #25d366; color: #fff; width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; box-shadow: 0 4px 16px rgba(37,211,102,0.4); transition: all 0.22s; }
.float-wa:hover { transform: scale(1.12); }
.float-support { position: fixed; bottom: 28px; right: 28px; z-index: 998; background: var(--orange); color: #fff; padding: 13px 22px; border-radius: 50px; font-family: 'Epilogue', sans-serif; font-size: 0.85rem; font-weight: 500; display: flex; align-items: center; gap: 8px; box-shadow: 0 4px 20px rgba(232,80,10,0.45); transition: all 0.22s; }
.float-support:hover { background: var(--warm); transform: translateY(-3px); box-shadow: 0 8px 28px rgba(232,80,10,0.55); }

/* ── SCROLL REVEAL ── */
.reveal { opacity: 0; transform: translateY(20px); transition: opacity 0.45s ease, transform 0.45s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── MOBILE ── */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-card-stack { display: none; }
  .services-top { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .products-layout { grid-template-columns: 1fr; }
  .products-sidebar { position: static; }
  .cat-tabs { flex-direction: row; flex-wrap: wrap; }
  .prod-grid { grid-template-columns: 1fr; }
  .plans-grid { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; gap: 30px; }
  .process-steps::before { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .wpcf7 .form-row { grid-template-columns: 1fr; }
}
