/*
Theme Name: TruLink Solutions
Theme URI: https://trulinksol.com
Author: TruLink Solutions
Author URI: https://trulinksol.com
Description: Custom premium theme for TruLink Solutions - Sales & Customer Support Services.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: trulink
*/

/* ===== IMPORTS ===== */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;0,9..144,700;0,9..144,800;1,9..144,400&display=swap');

/* ===== RESET ===== */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --teal: #00b4d8;
  --teal-dark: #0096b7;
  --teal-light: #48d1e8;
  --navy: #080e1a;
  --navy-2: #0c1528;
  --navy-3: #111d38;
  --navy-card: #0e1830;
  --white: #edf2f7;
  --gray: #6b7d8e;
  --gray-light: #9aacbb;
  --border: rgba(0, 180, 216, 0.07);
  --border-hover: rgba(0, 180, 216, 0.18);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Outfit', sans-serif;
  background: var(--navy);
  color: var(--white);
  overflow-x: hidden;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::after {
  content: '';
  position: fixed; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.02'/%3E%3C/svg%3E");
  pointer-events: none; z-index: 9999;
}

img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; color: inherit; }

::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--navy); }
::-webkit-scrollbar-thumb { background: var(--navy-3); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--teal-dark); }

/* ===== NAV ===== */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 20px 56px;
  display: flex; justify-content: space-between; align-items: center;
  transition: all 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.site-nav.scrolled {
  background: rgba(8, 14, 26, 0.88);
  backdrop-filter: blur(28px) saturate(1.4);
  padding: 14px 56px;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 4px 30px rgba(0,0,0,0.2);
}
.nav-logo img { height: 46px; width: auto; transition: transform 0.3s; }
.nav-logo:hover img { transform: scale(1.03); }
.nav-menu { display: flex; gap: 40px; align-items: center; list-style: none; }
.nav-menu a {
  color: var(--gray-light); font-size: 0.84rem; font-weight: 500;
  letter-spacing: 0.04em; position: relative; transition: color 0.3s;
}
.nav-menu a::after {
  content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 1.5px;
  background: var(--teal); transition: width 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}
.nav-menu a:hover, .nav-menu .current-menu-item a { color: var(--teal); }
.nav-menu a:hover::after, .nav-menu .current-menu-item a::after { width: 100%; }
.nav-cta a {
  padding: 11px 28px !important; background: var(--teal) !important;
  color: var(--navy) !important; font-weight: 700 !important;
  border-radius: 8px; box-shadow: 0 2px 16px rgba(0,180,216,0.15);
}
.nav-cta a::after { display: none !important; }
.nav-cta a:hover { background: var(--teal-dark) !important; transform: translateY(-1px); }
.mobile-toggle {
  display: none; background: none; border: none;
  color: var(--white); font-size: 1.5rem; cursor: pointer; padding: 8px;
}

/* ===== BUTTONS ===== */
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 17px 34px;
  background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  color: var(--navy); font-family: 'Outfit', sans-serif;
  font-size: 0.88rem; font-weight: 700;
  border: none; border-radius: 10px; cursor: pointer;
  transition: all 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 4px 24px rgba(0,180,216,0.2), inset 0 1px 0 rgba(255,255,255,0.15);
  position: relative; overflow: hidden;
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 8px 36px rgba(0,180,216,0.3); }
.btn-outline {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 17px 30px; background: transparent; color: var(--white);
  font-family: 'Outfit', sans-serif; font-size: 0.88rem; font-weight: 500;
  border: 1px solid rgba(255,255,255,0.12); border-radius: 10px;
  cursor: pointer; transition: all 0.35s;
}
.btn-outline:hover { border-color: var(--teal); color: var(--teal); background: rgba(0,180,216,0.04); }

/* ===== SECTION HELPERS ===== */
.section-padding { padding: 120px 56px; }
.section-tag {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 0.7rem; font-weight: 700; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--teal); margin-bottom: 18px;
}
.section-tag::before { content: ''; width: 24px; height: 2px; background: linear-gradient(90deg, var(--teal), transparent); border-radius: 2px; }
.section-title {
  font-family: 'Fraunces', serif; font-size: clamp(1.9rem, 3.5vw, 2.9rem);
  font-weight: 700; letter-spacing: -0.025em; line-height: 1.12; margin-bottom: 18px;
}
.section-desc { font-size: 1rem; color: var(--gray-light); max-width: 480px; line-height: 1.8; }
.highlight {
  background: linear-gradient(135deg, var(--teal), var(--teal-light));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

/* ===== HERO ===== */
.hero-section {
  min-height: 100vh; display: flex; align-items: center;
  position: relative; padding: 140px 56px 80px; overflow: hidden;
}
.hero-bg {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 65% 50% at 60% 30%, rgba(0,180,216,0.06), transparent),
              radial-gradient(ellipse 40% 40% at 10% 80%, rgba(0,80,180,0.04), transparent);
}
.hero-orb { position: absolute; border-radius: 50%; animation: orbFloat 25s ease-in-out infinite; pointer-events: none; }
.hero-orb-1 { width: 500px; height: 500px; top: -120px; right: -100px; background: radial-gradient(circle, rgba(0,180,216,0.04) 0%, transparent 70%); }
.hero-orb-2 { width: 300px; height: 300px; bottom: 5%; right: 20%; background: radial-gradient(circle, rgba(0,120,200,0.03) 0%, transparent 70%); animation-delay: -10s; }
@keyframes orbFloat { 0%,100% { transform: translateY(0) scale(1); } 33% { transform: translateY(-30px) scale(1.02); } 66% { transform: translateY(15px) scale(0.98); } }
.hero-logo-ghost { position: absolute; bottom: 3%; right: 2%; opacity: 0.018; width: 450px; pointer-events: none; }
.hero-content { position: relative; z-index: 2; max-width: 680px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px; padding: 9px 20px;
  background: rgba(0,180,216,0.06); border: 1px solid rgba(0,180,216,0.12);
  border-radius: 100px; font-size: 0.76rem; font-weight: 600; color: var(--teal);
  letter-spacing: 0.08em; margin-bottom: 30px; opacity: 0; animation: fadeUp 0.7s 0.1s forwards;
}
.badge-dot { width: 6px; height: 6px; background: var(--teal); border-radius: 50%; animation: pulse 2.5s ease-in-out infinite; box-shadow: 0 0 8px rgba(0,180,216,0.4); }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.5; } }
.hero-content h1 {
  font-family: 'Fraunces', serif; font-size: clamp(2.6rem, 5.2vw, 4.2rem);
  font-weight: 800; line-height: 1.06; letter-spacing: -0.035em; margin-bottom: 24px;
  opacity: 0; animation: fadeUp 0.7s 0.25s forwards;
}
.hero-desc { font-size: 1.08rem; color: var(--gray-light); max-width: 500px; line-height: 1.8; margin-bottom: 40px; opacity: 0; animation: fadeUp 0.7s 0.4s forwards; }
.hero-actions { display: flex; gap: 14px; opacity: 0; animation: fadeUp 0.7s 0.55s forwards; }

/* Hero Card */
.hero-visual { position: absolute; right: 56px; top: 52%; transform: translateY(-50%); z-index: 2; opacity: 0; animation: fadeUp 0.8s 0.7s forwards; }
.hero-card {
  background: rgba(12,21,40,0.75); backdrop-filter: blur(24px) saturate(1.3);
  border: 1px solid rgba(0,180,216,0.08); border-radius: 18px; padding: 30px; width: 310px;
  box-shadow: 0 16px 48px rgba(0,0,0,0.3), 0 0 60px rgba(0,180,216,0.08);
}
.hc-header { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.hc-icon { width: 42px; height: 42px; background: rgba(0,180,216,0.08); border-radius: 11px; display: flex; align-items: center; justify-content: center; color: var(--teal); }
.hc-header h4 { font-size: 0.9rem; font-weight: 600; }
.hc-header p { font-size: 0.72rem; color: var(--gray); }
.hc-metrics { display: flex; flex-direction: column; gap: 14px; }
.hc-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.03); }
.hc-row:last-child { border: none; }
.hc-label { font-size: 0.78rem; color: var(--gray); }
.hc-value { font-size: 0.85rem; font-weight: 600; color: var(--teal); }
.hc-bar { width: 100%; height: 3px; background: rgba(0,180,216,0.06); border-radius: 3px; margin-top: 7px; overflow: hidden; }
.hc-fill { height: 100%; background: linear-gradient(90deg, var(--teal), var(--teal-light)); border-radius: 3px; width: 0; animation: fillBar 2.2s ease-out 1.2s forwards; }
@keyframes fillBar { to { width: var(--w); } }

/* ===== STATS BAR ===== */
.stats-bar { padding: 0 56px; background: var(--navy-2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.stats-inner { display: grid; grid-template-columns: repeat(4, 1fr); max-width: 1000px; margin: 0 auto; }
.stat-item { text-align: center; padding: 36px 16px; border-right: 1px solid var(--border); }
.stat-item:last-child { border: none; }
.stat-num { font-family: 'Fraunces', serif; font-size: 2.4rem; font-weight: 800; color: var(--teal); line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: 0.76rem; color: var(--gray); letter-spacing: 0.08em; text-transform: uppercase; }

/* ===== MARQUEE ===== */
.marquee-wrap { padding: 22px 0; border-bottom: 1px solid var(--border); overflow: hidden; background: var(--navy); }
.marquee { display: flex; gap: 40px; animation: scroll 20s linear infinite; width: max-content; }
.marquee-item { font-size: 0.84rem; font-weight: 500; color: var(--gray); white-space: nowrap; display: flex; align-items: center; gap: 40px; }
.marquee-item::after { content: ''; width: 4px; height: 4px; background: var(--teal); border-radius: 50%; opacity: 0.4; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ===== SERVICE CARDS ===== */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.svc-card {
  background: var(--navy-card); border: 1px solid var(--border); border-radius: 18px;
  padding: 40px 32px; position: relative; overflow: hidden;
  transition: all 0.45s cubic-bezier(0.22, 1, 0.36, 1);
}
.svc-card:hover { border-color: var(--border-hover); transform: translateY(-6px); box-shadow: 0 8px 40px rgba(0,0,0,0.25), 0 0 60px rgba(0,180,216,0.08); }
.svc-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--teal), var(--teal-light), transparent); opacity: 0; transition: opacity 0.4s; }
.svc-card:hover::before { opacity: 1; }
.svc-icon { width: 52px; height: 52px; background: rgba(0,180,216,0.06); border: 1px solid rgba(0,180,216,0.1); border-radius: 14px; display: flex; align-items: center; justify-content: center; color: var(--teal); margin-bottom: 22px; }
.svc-card h3 { font-family: 'Fraunces', serif; font-size: 1.25rem; font-weight: 700; margin-bottom: 12px; }
.svc-card p { color: var(--gray); font-size: 0.9rem; line-height: 1.75; margin-bottom: 22px; }
.svc-link { display: inline-flex; align-items: center; gap: 8px; font-size: 0.8rem; font-weight: 600; color: var(--teal); letter-spacing: 0.05em; text-transform: uppercase; transition: gap 0.3s; }
.svc-link:hover { gap: 14px; }

/* ===== SERVICE DETAIL ROWS ===== */
.svc-row { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; padding: 80px 0; border-bottom: 1px solid var(--border); }
.svc-row:last-child { border: none; }
.svc-row.flip { direction: rtl; }
.svc-row.flip > * { direction: ltr; }
.svc-visual {
  position: relative; background: var(--navy-card); border: 1px solid var(--border); border-radius: 20px;
  padding: 48px; display: flex; align-items: center; justify-content: center; min-height: 340px; overflow: hidden;
}
.svc-visual .bg-ico { position: absolute; opacity: 0.025; color: var(--teal); }
.svc-visual .main-ico { position: relative; z-index: 2; width: 96px; height: 96px; background: rgba(0,180,216,0.06); border: 1px solid rgba(0,180,216,0.12); border-radius: 22px; display: flex; align-items: center; justify-content: center; color: var(--teal); }
.svc-visual .ftag { position: absolute; background: rgba(12,21,40,0.88); backdrop-filter: blur(12px); border: 1px solid rgba(0,180,216,0.08); border-radius: 10px; padding: 10px 16px; font-size: 0.75rem; font-weight: 600; color: var(--teal); }
.ftag-1 { top: 20px; right: 20px; }
.ftag-2 { bottom: 20px; left: 20px; }
.feat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 28px; }
.feat { display: flex; gap: 10px; align-items: center; }
.feat-dot { width: 7px; height: 7px; min-width: 7px; background: var(--teal); border-radius: 50%; opacity: 0.5; }
.feat span { font-size: 0.86rem; color: var(--gray-light); }

/* ===== ABOUT ===== */
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-visual { position: relative; display: flex; align-items: center; justify-content: center; min-height: 420px; }
.about-visual img { max-width: 360px; filter: drop-shadow(0 8px 32px rgba(0,0,0,0.3)); }
.deco-ring { position: absolute; border: 1.5px solid rgba(0,180,216,0.06); border-radius: 50%; }
.deco-ring-1 { width: 320px; height: 320px; top: -10px; right: -20px; }
.deco-ring-2 { width: 180px; height: 180px; bottom: -10px; left: 30px; animation: orbFloat 15s ease-in-out infinite; }
.about-points { display: flex; flex-direction: column; gap: 16px; margin-bottom: 36px; }
.about-pt { display: flex; gap: 14px; align-items: flex-start; }
.about-chk { width: 26px; height: 26px; min-width: 26px; background: rgba(0,180,216,0.08); border: 1px solid rgba(0,180,216,0.12); border-radius: 7px; display: flex; align-items: center; justify-content: center; color: var(--teal); margin-top: 2px; }
.about-pt h4 { font-size: 0.92rem; font-weight: 600; margin-bottom: 2px; }
.about-pt p { font-size: 0.84rem; color: var(--gray); line-height: 1.65; }

/* ===== PROCESS STEPS ===== */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step-card { text-align: center; padding: 36px 20px; background: var(--navy-card); border: 1px solid var(--border); border-radius: 16px; transition: all 0.4s; }
.step-card:hover { border-color: var(--border-hover); transform: translateY(-4px); }
.step-num { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; font-family: 'Fraunces', serif; font-size: 1.15rem; font-weight: 700; color: var(--teal); border: 1.5px solid rgba(0,180,216,0.15); border-radius: 13px; margin-bottom: 18px; }
.step-card h4 { font-size: 0.92rem; font-weight: 600; margin-bottom: 8px; }
.step-card p { font-size: 0.82rem; color: var(--gray); line-height: 1.65; }

/* ===== CONTACT ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 64px; align-items: start; }
.c-cards { display: flex; flex-direction: column; gap: 16px; }
.c-card { display: flex; gap: 16px; align-items: flex-start; padding: 22px; background: var(--navy-card); border: 1px solid var(--border); border-radius: 14px; transition: all 0.35s; }
.c-card:hover { border-color: var(--border-hover); transform: translateX(4px); }
.c-card-ico { width: 48px; height: 48px; min-width: 48px; background: rgba(0,180,216,0.06); border: 1px solid rgba(0,180,216,0.08); border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--teal); }
.c-card h4 { font-size: 0.92rem; font-weight: 600; margin-bottom: 3px; }
.c-card p { font-size: 0.88rem; color: var(--gray); line-height: 1.6; }
.c-card a { color: var(--teal); }
.form-wrap {
  background: var(--navy-card); border: 1px solid var(--border); border-radius: 20px;
  padding: 44px 40px; position: relative; overflow: hidden;
}
.form-wrap::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, var(--teal), var(--teal-light), transparent); }
.form-title { font-family: 'Fraunces', serif; font-size: 1.4rem; font-weight: 700; margin-bottom: 6px; }
.form-sub { font-size: 0.88rem; color: var(--gray); margin-bottom: 28px; }

/* WP Forms styling */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 select,
.c-form input, .c-form textarea, .c-form select {
  width: 100%; padding: 14px 18px; background: var(--navy);
  border: 1px solid var(--border); border-radius: 10px;
  color: var(--white); font-family: 'Outfit', sans-serif; font-size: 0.88rem;
  outline: none; transition: border-color 0.3s, box-shadow 0.3s;
}
.wpcf7 input:focus, .wpcf7 textarea:focus, .c-form input:focus, .c-form textarea:focus {
  border-color: var(--teal); box-shadow: 0 0 0 3px rgba(0,180,216,0.08);
}
.wpcf7 input::placeholder, .wpcf7 textarea::placeholder { color: var(--gray); }
.wpcf7 textarea, .c-form textarea { resize: vertical; min-height: 120px; }
.wpcf7 input[type="submit"] {
  width: 100%; padding: 18px; background: linear-gradient(135deg, var(--teal), var(--teal-dark));
  color: var(--navy); font-weight: 700; border: none; border-radius: 10px; cursor: pointer;
  font-family: 'Outfit', sans-serif; font-size: 0.9rem;
  box-shadow: 0 4px 24px rgba(0,180,216,0.2); transition: all 0.3s;
}
.wpcf7 input[type="submit"]:hover { transform: translateY(-2px); box-shadow: 0 8px 36px rgba(0,180,216,0.3); }

/* ===== CTA ===== */
.cta-banner { text-align: center; position: relative; overflow: hidden; }
.cta-banner .logo-wm { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); opacity: 0.015; width: 420px; pointer-events: none; }

/* ===== PAGE HERO ===== */
.page-hero { padding: 190px 56px 90px; position: relative; overflow: hidden; text-align: center; }
.page-hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 55% 45% at 50% 35%, rgba(0,180,216,0.05), transparent); }
.page-hero-content { position: relative; z-index: 2; max-width: 680px; margin: 0 auto; }
.page-hero h1 { font-family: 'Fraunces', serif; font-size: clamp(2.4rem, 4.5vw, 3.6rem); font-weight: 800; line-height: 1.08; letter-spacing: -0.03em; margin-bottom: 20px; opacity: 0; animation: fadeUp 0.7s 0.15s forwards; }
.page-hero p { font-size: 1.08rem; color: var(--gray-light); line-height: 1.8; max-width: 540px; margin: 0 auto; opacity: 0; animation: fadeUp 0.7s 0.35s forwards; }
.page-hero .logo-watermark { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); opacity: 0.02; width: 480px; pointer-events: none; }

/* ===== EXCELLENCE ===== */
.exc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; text-align: left; }
.exc-card { background: var(--navy-card); border: 1px solid var(--border); border-radius: 16px; padding: 30px 26px; transition: all 0.4s; }
.exc-card:hover { border-color: var(--border-hover); transform: translateY(-4px); }
.exc-card .ci { width: 42px; height: 42px; background: rgba(0,180,216,0.06); border-radius: 11px; display: flex; align-items: center; justify-content: center; color: var(--teal); margin-bottom: 16px; }
.exc-card h4 { font-size: 0.95rem; font-weight: 600; margin-bottom: 8px; }
.exc-card p { font-size: 0.84rem; color: var(--gray); line-height: 1.65; }

/* ===== FOOTER ===== */
.site-footer { padding: 72px 56px 36px; background: var(--navy); border-top: 1px solid var(--border); }
.footer-top { display: grid; grid-template-columns: 2.5fr 1fr 1fr 1.5fr; gap: 48px; margin-bottom: 52px; }
.footer-logo { margin-bottom: 16px; }
.footer-logo img { height: 42px; }
.footer-brand p { font-size: 0.86rem; color: var(--gray); line-height: 1.75; max-width: 280px; }
.footer-col h5 { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; color: var(--teal); margin-bottom: 20px; }
.footer-col a { display: block; color: var(--gray); font-size: 0.86rem; padding: 5px 0; transition: all 0.3s; }
.footer-col a:hover { color: var(--white); transform: translateX(3px); }
.footer-col p { font-size: 0.86rem; color: var(--gray); line-height: 1.7; }
.footer-col p a { display: inline; color: var(--teal); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.04); }
.footer-bottom p { font-size: 0.78rem; color: var(--gray); }

/* ===== THANK YOU ===== */
.thank-you { min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; }
.check-circle { width: 90px; height: 90px; border: 3px solid var(--teal); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 32px; animation: scaleIn 0.5s 0.2s both; }
@keyframes scaleIn { from { transform: scale(0); opacity: 0; } to { transform: scale(1); opacity: 1; } }

/* ===== ANIMATIONS ===== */
@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
.reveal { opacity: 0; transform: translateY(32px); transition: all 0.7s cubic-bezier(0.22,1,0.36,1); }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal-stagger > .reveal:nth-child(1) { transition-delay: 0s; }
.reveal-stagger > .reveal:nth-child(2) { transition-delay: 0.1s; }
.reveal-stagger > .reveal:nth-child(3) { transition-delay: 0.2s; }
.reveal-stagger > .reveal:nth-child(4) { transition-delay: 0.3s; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) { .hero-visual { display: none; } }
@media (max-width: 1024px) {
  .site-nav { padding: 16px 28px; }
  .nav-menu { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(8,14,26,0.98); backdrop-filter: blur(24px); flex-direction: column; justify-content: center; align-items: center; gap: 28px; z-index: 99; }
  .nav-menu.open { display: flex; }
  .nav-menu a { font-size: 1.2rem; }
  .mobile-toggle { display: block; z-index: 101; }
  .section-padding { padding: 80px 28px; }
  .hero-section { padding: 120px 28px 70px; }
  .page-hero { padding: 140px 28px 60px; }
  .services-grid, .svc-row { grid-template-columns: 1fr; }
  .svc-row.flip { direction: ltr; }
  .about-layout { grid-template-columns: 1fr; }
  .about-visual { display: none; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-inner { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2) { border-right: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
  .feat-grid { grid-template-columns: 1fr; }
  .exc-grid { grid-template-columns: 1fr; max-width: 420px; margin: 0 auto; }
}
@media (max-width: 640px) {
  .section-padding { padding: 64px 20px; }
  .hero-section h1 { font-size: 2.1rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .steps-grid { grid-template-columns: 1fr; }
  .stats-inner { grid-template-columns: 1fr; }
  .stat-item { border-right: none; border-bottom: 1px solid var(--border); }
  .stat-item:last-child { border: none; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
  .btn-primary, .btn-outline { justify-content: center; width: 100%; }
  .form-wrap { padding: 32px 24px; }
}

/* ===== WP ADMIN BAR FIX ===== */
.admin-bar .site-nav { top: 32px; }
@media (max-width: 782px) { .admin-bar .site-nav { top: 46px; } }
