/*
Theme Name: Creative Exposure
Theme URI: https://creativeexposure.com
Author: Creative Exposure
Author URI: https://creativeexposure.com
Description: Official Creative Exposure website theme — brand identity, creative design, and digital growth for small businesses.
Version: 1.0
License: Private
Text Domain: creative-exposure
*/

/* ============================================================
   RESET & BASE
============================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Montserrat', sans-serif; background: #FDFAF6; color: #1C1A17; line-height: 1.65; overflow-x: hidden; }

:root {
  --rust:      #8C3820;
  --rust-lt:   #B5562A;
  --rust-pale: #F5EAE2;
  --cream:     #F0EAE0;
  --cream-dk:  #E6DDD0;
  --dark:      #1C1A17;
  --mid:       #5A524C;
  --light:     #9A908A;
  --white:     #FDFAF6;
  --radius:    10px;
  --shadow:    0 4px 24px rgba(28,26,23,0.09);
  --shadow-lg: 0 12px 40px rgba(28,26,23,0.14);
}

/* ============================================================
   TYPOGRAPHY
============================================================ */
h1, h2, h3 { font-family: 'Playfair Display', serif; line-height: 1.2; }
h1 { font-size: clamp(2.2rem, 4.5vw, 3.8rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3vw, 2.6rem); font-weight: 700; }
h3 { font-size: 1.3rem; font-weight: 700; }
p  { font-size: 1rem; color: var(--mid); line-height: 1.7; }

/* ============================================================
   LAYOUT
============================================================ */
.container { max-width: 1160px; margin: 0 auto; padding: 0 28px; }
.section    { padding: 88px 0; }

/* ============================================================
   TAGS
============================================================ */
.tag { display: inline-block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.13em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 16px; }
.tag-rust  { background: var(--rust-pale); color: var(--rust); }
.tag-light { background: rgba(253,250,246,0.12); color: rgba(253,250,246,0.8); border: 1px solid rgba(253,250,246,0.18); }

/* ============================================================
   BUTTONS
============================================================ */
.btn { display: inline-flex; align-items: center; gap: 8px; font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 0.95rem; padding: 13px 26px; border-radius: var(--radius); border: none; cursor: pointer; text-decoration: none; transition: all 0.22s ease; white-space: nowrap; }
.btn-rust         { background: var(--rust); color: var(--white); }
.btn-rust:hover   { background: var(--rust-lt); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(140,56,32,0.32); }
.btn-dark         { background: var(--dark); color: var(--white); }
.btn-dark:hover   { background: #2E2A25; transform: translateY(-2px); }
.btn-outline      { background: transparent; color: var(--dark); border: 1.5px solid rgba(28,26,23,0.3); }
.btn-outline:hover { background: var(--dark); color: var(--white); }
.btn-outline-light       { background: transparent; color: var(--white); border: 1.5px solid rgba(253,250,246,0.35); }
.btn-outline-light:hover { border-color: var(--white); background: rgba(253,250,246,0.08); }
.btn-lg  { padding: 16px 36px; font-size: 1rem; }
.btn-sm  { padding: 9px 18px; font-size: 0.85rem; }

/* ============================================================
   NAVIGATION
============================================================ */
nav { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(28,26,23,0.97); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(253,250,246,0.07); }
.nav-inner { max-width: 1160px; margin: 0 auto; padding: 0 28px; display: flex; align-items: center; justify-content: space-between; height: 70px; }
.logo-nav  { display: flex; align-items: center; text-decoration: none; gap: 12px; }
.logo-nav-icon { width: 38px; height: 38px; object-fit: contain; border-radius: 50%; }
.logo-nav-wordmark { display: flex; flex-direction: column; gap: 1px; }
.logo-nav-sub  { font-family: 'Montserrat', sans-serif; font-weight: 600; font-size: 0.48rem; letter-spacing: 0.22em; color: rgba(253,250,246,0.45); text-transform: uppercase; line-height: 1; }
.logo-nav-main { font-family: 'Playfair Display', serif; font-weight: 800; font-size: 1.1rem; letter-spacing: 0.04em; color: var(--white); line-height: 1; }
.logo-nav-main span { color: var(--rust-lt); }
.nav-links     { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a   { color: rgba(253,250,246,0.6); font-size: 0.88rem; font-weight: 500; text-decoration: none; transition: color 0.2s; letter-spacing: 0.02em; }
.nav-links a:hover, .nav-links a.active { color: var(--rust-lt); }
.hamburger     { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.hamburger span { display: block; width: 24px; height: 1.5px; background: var(--white); border-radius: 2px; }

/* ============================================================
   MOBILE NAV
============================================================ */
.mobile-nav        { display: none; position: fixed; inset: 0; background: var(--dark); z-index: 999; flex-direction: column; padding: 110px 36px 40px; gap: 28px; }
.mobile-nav.open   { display: flex; }
.mobile-nav a      { font-family: 'Cormorant Garamond', serif; font-size: 2rem; color: rgba(253,250,246,0.85); text-decoration: none; }
.mobile-nav a:hover { color: var(--rust-lt); }
.mobile-nav-close  { position: absolute; top: 24px; right: 28px; background: none; border: none; font-size: 1.6rem; color: rgba(253,250,246,0.5); cursor: pointer; }

/* ============================================================
   PAGE HERO (inner pages)
============================================================ */
.page-hero        { background: var(--dark); padding: 140px 0 72px; position: relative; overflow: hidden; }
.page-hero-glow   { position: absolute; inset: 0; background: radial-gradient(ellipse at 60% 50%, rgba(140,56,32,0.1) 0%, transparent 55%); pointer-events: none; }
.page-hero-inner  { position: relative; z-index: 2; max-width: 680px; }
.page-hero h1     { color: var(--white); margin-bottom: 16px; }
.page-hero p      { color: rgba(253,250,246,0.55); font-size: 1.1rem; line-height: 1.75; margin-bottom: 0; }

/* ============================================================
   HOMEPAGE — HERO
============================================================ */
#hero           { background: var(--dark); padding: 152px 0 100px; position: relative; overflow: hidden; }
.hero-accent    { position: absolute; inset: 0; background: radial-gradient(ellipse at 70% 40%, rgba(140,56,32,0.13) 0%, transparent 55%); pointer-events: none; }
.hero-inner     { position: relative; z-index: 2; max-width: 700px; }
.hero-inner h1  { color: var(--white); margin-bottom: 22px; }
.hero-inner h1 span { color: var(--rust-lt); }
.hero-sub       { font-size: 1.15rem; color: rgba(253,250,246,0.58); margin-bottom: 40px; max-width: 560px; }
.hero-btns      { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-trust-line { font-size: 0.83rem; color: rgba(253,250,246,0.35); font-style: italic; }

/* ============================================================
   HOMEPAGE — WHAT WE DO
============================================================ */
#what           { background: var(--white); padding: 96px 0; }
.what-header    { text-align: center; margin-bottom: 52px; }
.what-header h2 { margin-bottom: 12px; }
.what-header p  { max-width: 480px; margin: 0 auto; }
.what-grid      { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.what-card      { border: 1px solid rgba(28,26,23,0.09); border-radius: 14px; padding: 36px 28px; position: relative; transition: transform 0.2s, box-shadow 0.2s; }
.what-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--rust); border-radius: 14px 14px 0 0; }
.what-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(28,26,23,0.1); }
.what-num       { font-family: 'Cormorant Garamond', serif; font-size: 3.2rem; font-weight: 600; color: var(--rust-pale); line-height: 1; margin-bottom: 14px; }
.what-card h3   { margin-bottom: 10px; }
.what-card p    { font-size: 0.93rem; }
.what-card-link { display: inline-block; margin-top: 20px; font-size: 0.85rem; font-weight: 600; color: var(--rust); text-decoration: none; }
.what-card-link:hover { color: var(--rust-lt); }

/* ============================================================
   HOMEPAGE — FRICTION STRIP
============================================================ */
#friction         { background: var(--dark); padding: 22px 0; border-top: 1px solid rgba(253,250,246,0.06); }
.friction-inner   { display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; }
.friction-item    { font-size: 0.82rem; font-weight: 600; letter-spacing: 0.06em; color: rgba(253,250,246,0.55); padding: 6px 28px; text-transform: uppercase; }
.friction-sep     { width: 4px; height: 4px; border-radius: 50%; background: var(--rust); flex-shrink: 0; }

/* ============================================================
   HOMEPAGE — WHY US
============================================================ */
#why              { background: var(--white); padding: 96px 0; }
.why-layout       { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.why-text h2      { margin-bottom: 16px; }
.why-text p       { margin-bottom: 36px; font-size: 1.05rem; }
.why-points       { display: flex; flex-direction: column; gap: 20px; }
.why-point        { display: flex; align-items: flex-start; gap: 16px; }
.why-point-icon   { width: 42px; height: 42px; border-radius: 10px; background: var(--rust-pale); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--rust); font-size: 1rem; font-weight: 700; }
.why-point-body h4 { font-size: 0.95rem; font-weight: 600; margin-bottom: 3px; color: var(--dark); }
.why-point-body p  { font-size: 0.87rem; color: var(--light); }

/* ============================================================
   HOMEPAGE — INDUSTRIES
============================================================ */
#industries           { background: var(--cream); padding: 80px 0; }
.industries-header    { margin-bottom: 40px; }
.industries-header h2 { margin-bottom: 12px; }
.industries-header p  { max-width: 520px; font-size: 1.05rem; }
.industry-grid        { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.industry-pill        { display: flex; align-items: center; gap: 10px; padding: 13px 16px; background: var(--white); border: 1px solid rgba(28,26,23,0.08); border-radius: 10px; font-size: 0.87rem; font-weight: 500; color: var(--dark); transition: border-color 0.2s, transform 0.2s; cursor: default; }
.industry-pill:hover  { border-color: var(--rust); transform: translateY(-2px); }
.industry-pill::before { display: none; }

/* ============================================================
   HOMEPAGE — CTA
============================================================ */
#cta          { background: var(--dark); padding: 96px 0; position: relative; overflow: hidden; }
.cta-glow     { position: absolute; inset: 0; background: radial-gradient(ellipse at 65% 50%, rgba(140,56,32,0.15) 0%, transparent 58%); pointer-events: none; }
.cta-inner    { position: relative; z-index: 2; text-align: center; max-width: 580px; margin: 0 auto; }
.cta-inner h2 { color: var(--white); margin-bottom: 16px; }
.cta-inner p  { color: rgba(253,250,246,0.55); font-size: 1.05rem; margin-bottom: 36px; }

/* ============================================================
   SERVICES PAGE
============================================================ */
.services-grid           { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 24px; }
.svc-card                { background: var(--white); border: 1px solid rgba(28,26,23,0.09); border-radius: 16px; padding: 32px 28px; position: relative; transition: transform 0.25s, box-shadow 0.25s; }
.svc-card:hover          { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.svc-card.featured       { border-color: var(--rust); background: var(--dark); }
.svc-popular             { display: inline-block; font-size: 0.68rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; background: var(--rust); color: var(--white); padding: 4px 10px; border-radius: 100px; margin-bottom: 14px; }
.svc-card h3             { margin-bottom: 10px; }
.svc-card.featured h3    { color: var(--white); }
.svc-card > p            { font-size: 0.92rem; margin-bottom: 20px; }
.svc-card.featured > p   { color: rgba(253,250,246,0.5); }
.svc-price               { margin-bottom: 22px; }
.svc-price-num           { font-family: 'Cormorant Garamond', serif; font-size: 2.6rem; font-weight: 600; color: var(--rust); line-height: 1; }
.svc-card.featured .svc-price-num { color: var(--rust-lt); }
.svc-price-per           { font-size: 0.85rem; color: var(--light); margin-left: 4px; }
.svc-features            { list-style: none; display: flex; flex-direction: column; gap: 9px; margin-bottom: 26px; }
.svc-features li         { font-size: 0.88rem; color: var(--mid); display: flex; align-items: flex-start; gap: 10px; }
.svc-card.featured .svc-features li { color: rgba(253,250,246,0.65); }
.svc-check               { color: var(--rust); flex-shrink: 0; margin-top: 1px; font-size: 0.9rem; }
.svc-card.featured .svc-check { color: var(--rust-lt); }
.svc-card .btn           { width: 100%; justify-content: center; }
.explainer               { background: var(--cream); border-radius: 16px; padding: 48px 40px; }
.explainer-grid          { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.explainer h2            { margin-bottom: 14px; }
.explainer p             { margin-bottom: 24px; }
.explainer-points        { display: flex; flex-direction: column; gap: 16px; }
.exp-point               { display: flex; align-items: flex-start; gap: 14px; }
.exp-num                 { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 600; color: var(--rust); line-height: 1; flex-shrink: 0; width: 28px; }
.exp-point h4            { font-size: 0.95rem; font-weight: 600; margin-bottom: 2px; }
.exp-point p             { font-size: 0.87rem; color: var(--light); }

/* ============================================================
   CTA BAND (inner pages)
============================================================ */
.cta-band         { background: var(--dark); border-radius: 16px; padding: 56px 48px; text-align: center; position: relative; overflow: hidden; }
.cta-band-glow    { position: absolute; inset: 0; background: radial-gradient(ellipse at 60% 50%, rgba(140,56,32,0.14) 0%, transparent 60%); pointer-events: none; }
.cta-band h2      { color: var(--white); margin-bottom: 12px; position: relative; z-index: 2; }
.cta-band p       { color: rgba(253,250,246,0.5); margin-bottom: 32px; position: relative; z-index: 2; }
.cta-band-btns    { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 2; }

/* ============================================================
   HIGHLIGHTS
============================================================ */
.highlights         { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 64px; }
.highlight          { background: var(--cream); border-radius: 14px; padding: 28px 24px; }
.highlight-icon     { width: 44px; height: 44px; border-radius: 10px; background: var(--rust-pale); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; font-size: 1.2rem; }
.highlight h4       { font-size: 1rem; font-weight: 600; margin-bottom: 6px; }
.highlight p        { font-size: 0.88rem; color: var(--light); }

/* ============================================================
   PLANS PAGE
============================================================ */
.plans-grid               { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; margin-bottom: 64px; }
.plan-card                { border-radius: 18px; padding: 36px 30px; border: 1.5px solid rgba(28,26,23,0.09); transition: all 0.25s; position: relative; }
.plan-card:hover          { border-color: var(--rust); box-shadow: var(--shadow); }
.plan-card.featured       { background: var(--dark); border-color: var(--dark); }
.plan-badge               { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); white-space: nowrap; background: var(--rust); color: var(--white); font-size: 0.7rem; font-weight: 700; padding: 4px 14px; border-radius: 100px; letter-spacing: 0.08em; text-transform: uppercase; }
.plan-tier                { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rust); margin-bottom: 8px; }
.plan-card h3             { margin-bottom: 8px; }
.plan-card.featured h3    { color: var(--white); }
.plan-desc                { font-size: 0.9rem; color: var(--mid); margin-bottom: 24px; }
.plan-card.featured .plan-desc { color: rgba(253,250,246,0.5); }
.plan-price               { margin-bottom: 24px; line-height: 1; }
.plan-price-num           { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 600; color: var(--dark); }
.plan-card.featured .plan-price-num { color: var(--rust-lt); }
.plan-price-per           { font-size: 0.88rem; color: var(--light); }
.plan-card.featured .plan-price-per { color: rgba(253,250,246,0.35); }
.plan-features            { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; }
.plan-feature             { font-size: 0.88rem; color: var(--mid); display: flex; align-items: flex-start; gap: 10px; }
.plan-card.featured .plan-feature { color: rgba(253,250,246,0.7); }
.plan-check               { color: var(--rust); flex-shrink: 0; margin-top: 1px; }
.plan-card.featured .plan-check { color: var(--rust-lt); }
.plan-card .btn           { width: 100%; justify-content: center; }
.faq-list                 { max-width: 680px; margin: 0 auto; }
.faq-item                 { border-bottom: 1px solid rgba(28,26,23,0.09); }
.faq-q                    { width: 100%; text-align: left; background: none; border: none; padding: 20px 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-family: 'Montserrat', sans-serif; font-size: 0.97rem; font-weight: 600; color: var(--dark); gap: 16px; }
.faq-q:hover              { color: var(--rust); }
.faq-icon                 { font-size: 1.2rem; color: var(--rust); flex-shrink: 0; transition: transform 0.2s; }
.faq-a                    { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-a p                  { font-size: 0.92rem; color: var(--mid); padding-bottom: 18px; line-height: 1.75; }
.faq-item.open .faq-icon  { transform: rotate(45deg); }
.faq-item.open .faq-a     { max-height: 300px; }

/* ============================================================
   ABOUT PAGE
============================================================ */
.automation-note     { background: var(--cream); border-left: 3px solid var(--rust); border-radius: 0 10px 10px 0; padding: 20px 24px; margin-top: 32px; }
.automation-note p   { font-size: 0.95rem; color: var(--mid); line-height: 1.7; font-style: italic; }
.trust-points        { display: flex; flex-direction: column; gap: 0; }
.trust-point         { display: flex; align-items: flex-start; gap: 16px; padding: 20px 0; border-bottom: 1px solid rgba(28,26,23,0.07); }
.trust-point:last-child { border-bottom: none; }
.trust-icon          { width: 36px; height: 36px; border-radius: 50%; background: var(--rust-pale); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.trust-icon span     { width: 8px; height: 8px; border-radius: 50%; background: var(--rust); display: block; }
.trust-point-text h4 { font-family: 'Montserrat', sans-serif; font-size: 0.95rem; font-weight: 600; color: var(--dark); margin-bottom: 4px; }
.trust-point-text p  { font-size: 0.9rem; line-height: 1.65; margin: 0; }
.values-grid         { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.value-card          { background: var(--cream); border-radius: 14px; padding: 30px 26px; }
.value-num           { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 600; color: var(--rust); line-height: 1; margin-bottom: 14px; }
.value-card h3       { margin-bottom: 10px; }
.value-card p        { font-size: 0.92rem; line-height: 1.7; }

/* ============================================================
   CONTACT PAGE
============================================================ */
.contact-layout  { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 64px; }
.contact-form h2 { margin-bottom: 8px; }
.form-sub        { font-size: 0.92rem; color: var(--light); margin-bottom: 32px; }
.form-row        { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-group      { display: flex; flex-direction: column; gap: 6px; margin-bottom: 18px; }
.form-group label { font-size: 0.82rem; font-weight: 600; color: var(--dark); letter-spacing: 0.03em; }
.form-group input, .form-group select, .form-group textarea { font-family: 'Montserrat', sans-serif; font-size: 0.92rem; padding: 12px 14px; border: 1.5px solid rgba(28,26,23,0.15); border-radius: var(--radius); background: var(--white); color: var(--dark); outline: none; transition: border-color 0.2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--rust); }
.form-group textarea { min-height: 120px; resize: vertical; }
.form-submit     { width: 100%; justify-content: center; margin-top: 8px; padding: 15px; }
.form-note       { font-size: 0.78rem; color: var(--light); margin-top: 10px; text-align: center; }
.form-success    { background: #F0F7F0; border: 1px solid #4CAF50; border-radius: 10px; padding: 18px 22px; margin-bottom: 24px; }
.form-success p  { color: #2E7D32; font-weight: 500; font-size: 0.93rem; margin: 0; }
.info-card       { background: var(--cream); border-radius: 12px; padding: 24px; margin-bottom: 16px; }
.info-card h3    { font-size: 1rem; margin-bottom: 6px; }
.info-card p     { font-size: 0.88rem; margin-bottom: 8px; }
.info-card a     { font-size: 0.92rem; font-weight: 600; color: var(--rust); text-decoration: none; }
.info-card a:hover { color: var(--rust-lt); }
.response-note   { background: var(--dark); border-radius: 12px; padding: 24px; }
.response-note h3 { color: var(--white); font-size: 1rem; margin-bottom: 8px; }
.response-note p  { color: rgba(253,250,246,0.55); font-size: 0.88rem; margin: 0; }

/* ============================================================
   SCROLL REVEAL ANIMATIONS
============================================================ */
.reveal         { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.rd1 { transition-delay: 0.1s; }
.rd2 { transition-delay: 0.2s; }

/* ============================================================
   FOOTER
============================================================ */
footer { background: var(--dark); border-top: 1px solid rgba(253,250,246,0.06); padding: 72px 0 32px; }
.footer-grid       { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 56px; }
.footer-brand p    { font-size: 0.9rem; color: rgba(253,250,246,0.38); line-height: 1.8; margin-top: 16px; margin-bottom: 20px; max-width: 280px; }
.footer-contact-links { display: flex; flex-direction: column; gap: 6px; }
.footer-contact-links a { font-size: 0.88rem; color: rgba(253,250,246,0.5); text-decoration: none; transition: color 0.2s; }
.footer-contact-links a:hover { color: var(--rust-lt); }
.footer-col-title  { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--rust-lt); margin-bottom: 18px; }
.footer-links      { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-links a    { font-size: 0.88rem; color: rgba(253,250,246,0.42); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom     { border-top: 1px solid rgba(253,250,246,0.06); padding-top: 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-copy       { font-size: 0.82rem; color: rgba(253,250,246,0.22); }
.footer-legal      { display: flex; gap: 24px; }
.footer-legal a    { font-size: 0.82rem; color: rgba(253,250,246,0.28); text-decoration: none; }
.footer-legal a:hover { color: rgba(253,250,246,0.6); }

/* ============================================================
   LOGO STRIP
============================================================ */
.logo-track-outer { overflow: hidden; position: relative; }
.logo-track-outer::before, .logo-track-outer::after { content:''; position:absolute; top:0; width:120px; height:100%; z-index:2; pointer-events:none; }
.logo-track-outer::before { left:0; background:linear-gradient(to right, #1C1A17, transparent); }
.logo-track-outer::after  { right:0; background:linear-gradient(to left, #1C1A17, transparent); }
.logo-track-inner  { overflow: hidden; }
.logo-track-scroll { display: flex; width: max-content; animation: logoScroll 34s linear infinite; }
.logo-track-scroll:hover { animation-play-state: paused; }
@keyframes logoScroll { 0% { transform:translateX(0); } 100% { transform:translateX(-50%); } }
.logo-slide { display:flex; align-items:center; justify-content:center; padding:0 40px; height:80px; border-right:1px solid rgba(253,250,246,0.05); flex-shrink:0; }
.logo-slide img { max-height:52px; max-width:140px; object-fit:contain; filter:grayscale(100%) brightness(0.8); opacity:0.5; transition:all 0.4s ease; }
.logo-slide:hover img { filter:grayscale(0%) brightness(1.05); opacity:1; transform:scale(1.08); }

/* ============================================================
   RESPONSIVE
============================================================ */
@media (max-width: 900px) {
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .what-grid { grid-template-columns: 1fr; }
  .why-layout { grid-template-columns: 1fr; gap: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .industry-grid { grid-template-columns: repeat(2, 1fr); }
  .plans-grid { grid-template-columns: 1fr; }
  .values-grid { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .contact-layout { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .highlights { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; }
  .industry-grid { grid-template-columns: 1fr 1fr; }
  .hero-btns { flex-direction: column; }
  .cta-band { padding: 36px 24px; }
}
