/* =============================================
   RBM FM SERVICES – styles.css
   ============================================= */

:root {
  --blue: #1469d6;
  --blue-d: #0d4faa;
  --blue-l: #e8f1fb;
  --blue-xl: #f3f7fe;
  --gray: #374151;
  --gm: #6b7280;
  --gl: #9ca3af;
  --border: #e2e8f0;
  --white: #fff;
  --off: #f8fafc;
  --wa: #25D366;
  --accent: #f59e0b;
  --red: #dc2626;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Plus Jakarta Sans', sans-serif; color: var(--gray); background: #fff; overflow-x: hidden; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(255,255,255,.97); backdrop-filter: blur(16px);
  border-bottom: 1.5px solid var(--border);
  padding: 0 2.5rem; height: 66px;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo { display: flex; align-items: center; gap: 9px; text-decoration: none; }
.nav-logo img { height: 48px; width: auto; object-fit: contain; }
.nav-logo-text { display: flex; flex-direction: column; line-height: 1.2; }
.t1 { font-size: 14.5px; font-weight: 800; color: #111827; letter-spacing: -.01em; }
.t2 { font-size: 9px; color: var(--gl); letter-spacing: .1em; text-transform: uppercase; margin-top: 1px; }
.nav-links { display: flex; align-items: center; list-style: none; }
.nav-links a { text-decoration: none; color: var(--gray); font-size: 13px; font-weight: 600; padding: 7px 12px; border-radius: 7px; transition: all .15s; }
.nav-links a:hover { color: var(--blue); background: var(--blue-xl); }
.nav-links a.active { color: var(--blue); }
.nav-cta { background: var(--blue) !important; color: #fff !important; border-radius: 9px !important; }
.nav-cta:hover { background: var(--blue-d) !important; }
.hamburger { display: none; flex-direction: column; gap: 4px; cursor: pointer; padding: 4px; }
.hamburger span { width: 21px; height: 2px; background: #374151; border-radius: 2px; }

/* ── PAGES ── */
.page { display: none; padding-top: 66px; }
.page.active { display: block; }

/* ── HERO SLIDER ── */
.hero-slider { position: relative; height: calc(100vh - 66px); min-height: 520px; overflow: hidden; }
.slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1s ease; display: flex; align-items: center; }
.slide.active { opacity: 1; }
.slide-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.slide-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(8,25,60,.83) 0%, rgba(8,25,60,.45) 60%, transparent 100%); }
.slide-content { position: relative; z-index: 2; padding: 0 3.5rem; max-width: 680px; }
.slide-tag { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); color: #fff; font-size: 10.5px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; padding: 5px 12px; border-radius: 100px; margin-bottom: 1.1rem; backdrop-filter: blur(4px); }
.slide-tag::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--accent); }
.slide-content h1 { font-size: clamp(1.9rem, 3.8vw, 3.4rem); font-weight: 800; color: #fff; line-height: 1.08; letter-spacing: -.02em; margin-bottom: .85rem; }
.slide-content h1 span { color: #7ec8f7; }
.slide-content p { font-size: .98rem; color: rgba(255,255,255,.82); line-height: 1.72; margin-bottom: 1.6rem; max-width: 520px; }
.slide-btns { display: flex; gap: .75rem; flex-wrap: wrap; }
.slider-dots { position: absolute; bottom: 22px; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; gap: 7px; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,.35); border: none; cursor: pointer; transition: all .3s; padding: 0; }
.dot.active { background: #fff; width: 26px; border-radius: 4px; }
.slider-arrow { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.25); backdrop-filter: blur(4px); color: #fff; border-radius: 50%; width: 44px; height: 44px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: all .2s; font-size: 18px; }
.slider-arrow:hover { background: rgba(255,255,255,.28); }
.slider-prev { left: 16px; }
.slider-next { right: 16px; }
.slide-progress { position: absolute; bottom: 0; left: 0; height: 3px; background: rgba(255,255,255,.2); width: 100%; z-index: 10; }
.slide-progress-bar { height: 100%; background: var(--blue); width: 0; }

/* ── BUTTONS ── */
.btn-primary { display: inline-flex; align-items: center; gap: 7px; background: var(--blue); color: #fff; padding: 11px 22px; border-radius: 9px; font-weight: 700; font-size: 13.5px; text-decoration: none; transition: all .2s; border: none; cursor: pointer; font-family: inherit; }
.btn-primary:hover { background: var(--blue-d); transform: translateY(-2px); box-shadow: 0 5px 18px rgba(20,105,214,.3); }
.btn-wa { display: inline-flex; align-items: center; gap: 7px; background: var(--wa); color: #fff; padding: 11px 22px; border-radius: 9px; font-weight: 700; font-size: 13.5px; text-decoration: none; transition: all .2s; }
.btn-wa:hover { background: #1da851; transform: translateY(-2px); box-shadow: 0 5px 18px rgba(37,211,102,.3); }
.btn-outline-light { display: inline-flex; align-items: center; gap: 7px; border: 2px solid rgba(255,255,255,.35); color: #fff; padding: 9px 20px; border-radius: 9px; font-weight: 600; font-size: 13.5px; text-decoration: none; transition: all .2s; }
.btn-outline-light:hover { border-color: #fff; background: rgba(255,255,255,.1); }
.btn-white { display: inline-flex; align-items: center; gap: 7px; background: #fff; color: var(--blue); padding: 11px 22px; border-radius: 9px; font-weight: 700; font-size: 13.5px; text-decoration: none; transition: all .2s; }
.btn-white:hover { background: var(--blue-l); transform: translateY(-2px); }
.wa-ic { width: 17px; height: 17px; fill: #fff; flex-shrink: 0; }

/* ── METRICS BAR ── */
.metrics-bar { background: var(--blue); padding: 1.5rem 2.5rem; display: grid; grid-template-columns: repeat(4,1fr); }
.metric { text-align: center; padding: 0 1.5rem; border-right: 1px solid rgba(255,255,255,.18); }
.metric:last-child { border-right: none; }
.mn { font-size: 1.9rem; font-weight: 800; color: #fff; }
.ml { font-size: 11.5px; color: rgba(255,255,255,.72); margin-top: 1px; font-weight: 500; }

/* ── SECTIONS ── */
.sec { padding: 3rem 2.5rem; }
.sec-alt { background: var(--off); }
.sec-blue { background: var(--blue-xl); }
.sec-lbl { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .15em; color: var(--blue); margin-bottom: .4rem; display: block; }
.sec-title { font-size: clamp(1.5rem, 2.2vw, 2.1rem); font-weight: 800; color: #111827; line-height: 1.12; letter-spacing: -.02em; margin-bottom: .5rem; }
.sec-sub { font-size: .94rem; color: var(--gm); line-height: 1.75; max-width: 540px; }
.sec-hdr { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: .75rem; margin-bottom: 1.4rem; }

/* ── PAGE HERO ── */
.page-hero { background: var(--blue-xl); border-bottom: 1.5px solid var(--border); padding: 2.5rem 2.5rem 2rem; text-align: center; }
.page-hero h1 { font-size: clamp(1.6rem, 3vw, 2.6rem); font-weight: 800; color: #111827; margin-bottom: .6rem; letter-spacing: -.02em; }
.page-hero p { font-size: .94rem; color: var(--gm); max-width: 540px; margin: 0 auto; line-height: 1.75; }

/* ── CTA STRIP ── */
.cta-strip { background: var(--blue); padding: 2.8rem 2.5rem; text-align: center; }
.cta-strip h2 { font-size: clamp(1.4rem, 2.5vw, 2rem); font-weight: 800; color: #fff; margin-bottom: .5rem; letter-spacing: -.02em; }
.cta-strip p { color: rgba(255,255,255,.8); font-size: .94rem; margin-bottom: 1.5rem; line-height: 1.7; }
.cta-btns { display: flex; gap: .75rem; justify-content: center; flex-wrap: wrap; }

/* ── GRIDS ── */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; }
.grid-2r { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: center; direction: rtl; }
.grid-2r > * { direction: ltr; }
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 1rem; margin-top: 1.25rem; }
.grid-4 { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px,1fr)); gap: 1rem; margin-top: 1.25rem; }

/* ── SERVICE CARD ── */
.svc-card { background: #fff; border: 1.5px solid var(--border); border-radius: 14px; overflow: hidden; transition: all .22s; position: relative; }
.svc-card::after { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--blue), #5ba3f5); transform: scaleX(0); transform-origin: left; transition: transform .28s; }
.svc-card:hover { border-color: var(--blue); box-shadow: 0 6px 24px rgba(20,105,214,.1); transform: translateY(-2px); }
.svc-card:hover::after { transform: scaleX(1); }
.svc-img { width: 100%; height: 148px; object-fit: cover; }
.svc-body { padding: 1.1rem; }
.svc-icon { width: 42px; height: 42px; border-radius: 10px; background: var(--blue-l); display: flex; align-items: center; justify-content: center; margin-bottom: .85rem; }
.svc-icon svg { width: 22px; height: 22px; }
.svc-card h3 { font-size: 14.5px; font-weight: 700; color: #111827; margin-bottom: .35rem; }
.svc-card p { font-size: 13px; color: var(--gm); line-height: 1.65; }

/* ── SECTOR CARD ── */
.sec-card { background: #fff; border: 1.5px solid var(--border); border-radius: 12px; overflow: hidden; transition: all .22s; }
.sec-card:hover { border-color: var(--blue); transform: translateY(-2px); box-shadow: 0 5px 18px rgba(20,105,214,.09); }
.sec-card img { width: 100%; height: 120px; object-fit: cover; }
.sec-card-body { padding: .9rem; }
.sec-card-body h4 { font-size: 13.5px; font-weight: 700; color: #111827; margin-bottom: .2rem; }
.sec-card-body p { font-size: 12px; color: var(--gm); line-height: 1.55; }

/* ── WHY ITEMS ── */
.why-list { display: flex; flex-direction: column; gap: .75rem; }
.why-item { display: flex; gap: .85rem; align-items: flex-start; padding: 1rem; border-radius: 12px; border: 1.5px solid var(--border); background: #fff; transition: all .2s; }
.why-item:hover { border-color: var(--blue); box-shadow: 0 3px 12px rgba(20,105,214,.07); }
.why-ic { width: 38px; height: 38px; border-radius: 9px; background: var(--blue-l); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.why-ic svg { width: 19px; height: 19px; }
.why-item h4 { font-size: 13.5px; font-weight: 700; color: #111827; margin-bottom: 2px; }
.why-item p { font-size: 12.5px; color: var(--gm); line-height: 1.6; }

/* ── PROCESS BOX ── */
.proc-box { background: var(--blue-xl); border: 1.5px solid var(--border); border-radius: 16px; padding: 1.75rem; }
.proc-box h3 { font-size: 1rem; font-weight: 800; color: #111827; margin-bottom: 1rem; }
.proc-steps { display: flex; flex-direction: column; gap: .55rem; }
.proc-step { display: flex; align-items: center; gap: .85rem; background: #fff; border: 1.5px solid var(--border); border-radius: 9px; padding: .75rem 1rem; }
.step-n { width: 26px; height: 26px; border-radius: 50%; background: var(--blue); color: #fff; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 11.5px; flex-shrink: 0; }
.proc-step span { font-size: 13px; font-weight: 600; color: #374151; }

/* ── TESTIMONIALS ── */
.test-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px,1fr)); gap: 1rem; margin-top: 1.25rem; }
.test-card { background: #fff; border: 1.5px solid var(--border); border-radius: 14px; padding: 1.5rem; }
.stars { color: var(--accent); font-size: 14px; margin-bottom: .75rem; letter-spacing: 1.5px; }
.test-card blockquote { font-size: 13.5px; color: var(--gm); line-height: 1.72; margin-bottom: 1.1rem; font-style: italic; }
.test-author { display: flex; align-items: center; gap: 9px; }
.t-av { width: 36px; height: 36px; border-radius: 50%; background: var(--blue-l); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 11.5px; color: var(--blue); flex-shrink: 0; }
.t-nm { font-size: 13.5px; font-weight: 700; color: #111827; }
.t-rl { font-size: 11.5px; color: var(--gl); }

/* ── SECTION WITH IMAGE ── */
.sec-img { width: 100%; height: 300px; object-fit: cover; border-radius: 14px; box-shadow: 0 6px 28px rgba(0,0,0,.1); }
.img-badge-wrap { position: relative; }
.img-badge { position: absolute; bottom: -14px; right: -14px; background: var(--blue); color: #fff; padding: .85rem 1.1rem; border-radius: 10px; font-weight: 800; font-size: 1.4rem; line-height: 1; box-shadow: 0 3px 14px rgba(20,105,214,.38); }
.img-badge span { display: block; font-size: 10.5px; font-weight: 600; opacity: .85; margin-top: 1px; }

/* ── STATS STRIP ── */
.stats-strip { display: grid; grid-template-columns: repeat(4,1fr); background: var(--blue-xl); border-top: 1.5px solid var(--border); border-bottom: 1.5px solid var(--border); }
.stat-item { text-align: center; padding: 1.5rem 1rem; border-right: 1.5px solid var(--border); }
.stat-item:last-child { border-right: none; }
.sn { font-size: 2rem; font-weight: 800; color: var(--blue); line-height: 1; }
.sl { font-size: 12px; color: var(--gm); margin-top: 3px; font-weight: 500; }

/* ── VALUES CARD ── */
.val-card { background: #fff; border: 1.5px solid var(--border); border-radius: 14px; padding: 1.5rem 1.25rem; text-align: center; transition: all .22s; }
.val-card:hover { border-color: var(--blue); box-shadow: 0 5px 18px rgba(20,105,214,.07); }
.val-card .vic { font-size: 1.8rem; margin-bottom: .65rem; }
.val-card h4 { font-size: 14px; font-weight: 700; color: #111827; margin-bottom: .3rem; }
.val-card p { font-size: 12.5px; color: var(--gm); line-height: 1.6; }

/* ── MISSION / VISION ── */
.mv-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.25rem; }
.mv-card { background: #fff; border: 1.5px solid var(--border); border-radius: 14px; padding: 1.75rem; }
.mv-card .mv-ic { font-size: 2rem; margin-bottom: .75rem; }
.mv-card h3 { font-size: 1rem; font-weight: 800; color: #111827; margin-bottom: .5rem; }
.mv-card p { font-size: 13.5px; color: var(--gm); line-height: 1.75; }

/* ── TEAM ── */
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(195px,1fr)); gap: 1rem; margin-top: 1.25rem; }
.team-card { background: #fff; border: 1.5px solid var(--border); border-radius: 14px; overflow: hidden; text-align: center; }
.team-img { width: 100%; height: 165px; object-fit: cover; object-position: top; }
.team-body { padding: 1.1rem; }
.team-card h4 { font-size: 14.5px; font-weight: 700; color: #111827; margin-bottom: 2px; }
.trole { font-size: 10.5px; color: var(--blue); font-weight: 700; margin-bottom: 6px; letter-spacing: .05em; text-transform: uppercase; display: block; }
.team-card p { font-size: 12.5px; color: var(--gm); line-height: 1.58; }

/* ── STORY ── */
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; }
.story-text h2 { font-size: clamp(1.5rem, 2.2vw, 2rem); font-weight: 800; color: #111827; margin: .4rem 0 1rem; letter-spacing: -.02em; }
.story-text p { font-size: 13.5px; color: var(--gm); line-height: 1.8; margin-bottom: .85rem; }
.phil-box { background: var(--blue-xl); border: 1.5px solid var(--border); border-radius: 14px; padding: 1.5rem; }
.phil-box h4 { font-size: 12px; font-weight: 800; color: #111827; margin-bottom: .75rem; text-transform: uppercase; letter-spacing: .08em; }
.pp { display: flex; align-items: center; gap: .65rem; padding: .65rem; border-radius: 7px; background: #fff; border: 1.5px solid var(--border); margin-bottom: .5rem; font-size: 13px; font-weight: 600; color: #374151; }
.pp-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); flex-shrink: 0; }
.quote-box { background: var(--blue); border-radius: 12px; padding: 1.25rem; margin-top: .85rem; }
.quote-box p { font-size: 13.5px; color: rgba(255,255,255,.9); line-height: 1.72; font-style: italic; }
.qby { font-size: 11.5px; color: rgba(255,255,255,.6); margin-top: .6rem; font-weight: 600; font-style: normal; display: block; }

/* ── GALLERY ── */
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: .85rem; margin-top: 1.25rem; }
.gallery-grid img { width: 100%; height: 200px; object-fit: cover; border-radius: 12px; transition: all .22s; cursor: pointer; border: 1.5px solid var(--border); }
.gallery-grid img:hover { transform: scale(1.02); box-shadow: 0 6px 22px rgba(0,0,0,.14); border-color: var(--blue); }

/* ── FAQ ── */
.faq-list { display: flex; flex-direction: column; gap: .6rem; margin-top: 1.25rem; }
.faq-item { background: #fff; border: 1.5px solid var(--border); border-radius: 12px; overflow: hidden; transition: border-color .2s; }
.faq-item.open { border-color: var(--blue); }
.faq-q { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.25rem; cursor: pointer; font-size: 14px; font-weight: 700; color: #111827; gap: 1rem; }
.faq-arrow { font-size: 18px; color: var(--blue); transition: transform .25s; flex-shrink: 0; font-weight: 400; }
.faq-item.open .faq-arrow { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 1.25rem 1rem; font-size: 13.5px; color: var(--gm); line-height: 1.7; }
.faq-item.open .faq-a { display: block; }

/* ── BLOG ── */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(270px,1fr)); gap: 1rem; margin-top: 1.25rem; }
.blog-card { background: #fff; border: 1.5px solid var(--border); border-radius: 14px; overflow: hidden; transition: all .22s; }
.blog-card:hover { border-color: var(--blue); transform: translateY(-2px); box-shadow: 0 5px 18px rgba(20,105,214,.09); }
.blog-img { width: 100%; height: 160px; object-fit: cover; }
.blog-body { padding: 1.1rem; }
.blog-tag { display: inline-block; background: var(--blue-l); color: var(--blue); font-size: 11px; font-weight: 700; padding: 3px 9px; border-radius: 20px; margin-bottom: .65rem; text-transform: uppercase; letter-spacing: .05em; }
.blog-card h3 { font-size: 14.5px; font-weight: 700; color: #111827; margin-bottom: .4rem; line-height: 1.4; }
.blog-card p { font-size: 12.5px; color: var(--gm); line-height: 1.6; margin-bottom: .85rem; }
.blog-meta { font-size: 11.5px; color: var(--gl); display: flex; gap: .75rem; }

/* ── JOBS ── */
.jobs-list { display: flex; flex-direction: column; gap: .75rem; margin-top: 1.25rem; }
.job-card { background: #fff; border: 1.5px solid var(--border); border-radius: 12px; padding: 1.1rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; transition: all .2s; }
.job-card:hover { border-color: var(--blue); box-shadow: 0 3px 14px rgba(20,105,214,.07); }
.job-card h4 { font-size: 14px; font-weight: 700; color: #111827; margin-bottom: .3rem; }
.jtags { display: flex; gap: .4rem; flex-wrap: wrap; }
.jtag { font-size: 11px; font-weight: 600; padding: 3px 9px; border-radius: 20px; }
.jb { background: var(--blue-l); color: var(--blue); }
.jg { background: #f3f4f6; color: #4b5563; }
.apply-btn { display: inline-flex; align-items: center; gap: 6px; background: var(--wa); color: #fff; padding: 9px 15px; border-radius: 9px; font-size: 12.5px; font-weight: 700; text-decoration: none; white-space: nowrap; transition: all .2s; font-family: inherit; }
.apply-btn:hover { background: #1da851; }

/* ── CONTACT ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 2.5rem; align-items: start; }
.ci-list { display: flex; flex-direction: column; gap: .75rem; }
.ci-card { display: flex; gap: .85rem; align-items: flex-start; background: var(--blue-xl); border: 1.5px solid var(--border); border-radius: 12px; padding: 1rem; }
.ci-ic { width: 38px; height: 38px; border-radius: 9px; background: var(--blue); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ci-ic svg { width: 19px; height: 19px; }
.ci-card h4 { font-size: 10.5px; font-weight: 700; color: var(--gm); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 2px; }
.ci-card p { font-size: 14px; font-weight: 700; color: #111827; }
.qwa { display: flex; flex-direction: column; gap: .6rem; margin-top: .5rem; }
.qwa-lbl { font-size: 12.5px; font-weight: 700; color: #111827; margin-bottom: .1rem; display: block; }
.qwab { display: flex; align-items: center; gap: 7px; padding: 10px 14px; border-radius: 9px; font-size: 12.5px; font-weight: 700; text-decoration: none; transition: all .18s; font-family: inherit; }
.qwab.g { background: var(--wa); color: #fff; }
.qwab.g:hover { background: #1da851; }
.qwab.b { background: var(--blue); color: #fff; }
.qwab.b:hover { background: var(--blue-d); }
.qwab.r { background: var(--red); color: #fff; }
.qwab.r:hover { background: #b91c1c; }

/* ── MAP ── */
.map-wrap { border-radius: 14px; overflow: hidden; border: 1.5px solid var(--border); height: 260px; margin-top: 1.25rem; }
.map-wrap iframe { width: 100%; height: 100%; border: none; }

/* ── FORM ── */
.form-card { background: #fff; border: 1.5px solid var(--border); border-radius: 16px; padding: 2rem; }
.fc-title { font-size: 1.05rem; font-weight: 800; color: #111827; margin-bottom: .25rem; }
.fc-sub { font-size: 13px; color: var(--gm); margin-bottom: 1.35rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: .85rem; }
.fg { display: flex; flex-direction: column; gap: 4px; margin-bottom: .9rem; }
.fg label { font-size: 12px; font-weight: 700; color: #374151; }
.fg input, .fg select, .fg textarea { padding: 10px 13px; border-radius: 8px; border: 1.5px solid var(--border); font-size: 13.5px; font-family: inherit; color: #111827; background: var(--off); transition: border-color .15s, box-shadow .15s; outline: none; width: 100%; }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(20,105,214,.09); background: #fff; }
.fg textarea { min-height: 88px; resize: vertical; }
.submit-btn { width: 100%; padding: 13px; border-radius: 9px; background: var(--blue); color: #fff; border: none; font-size: 14.5px; font-weight: 700; font-family: inherit; cursor: pointer; transition: all .2s; }
.submit-btn:hover { background: var(--blue-d); transform: translateY(-2px); box-shadow: 0 5px 18px rgba(20,105,214,.28); }
.form-note { text-align: center; font-size: 11.5px; color: var(--gl); margin-top: .6rem; }

/* ── FOOTER ── */
footer { background: #0f172a; color: #fff; padding: 2.8rem 2.5rem 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 2.5rem; margin-bottom: 2rem; }
.fb img { height: 50px; width: auto; margin-bottom: .6rem; }
.fb p { color: rgba(255,255,255,.48); font-size: 13px; line-height: 1.72; margin: .2rem 0 .85rem; }
.fsoc { display: flex; gap: .5rem; }
.sb { width: 34px; height: 34px; border-radius: 8px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.11); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.55); text-decoration: none; transition: all .18s; }
.sb:hover { background: var(--blue); border-color: var(--blue); color: #fff; }
.footer-col h5 { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: rgba(255,255,255,.38); margin-bottom: .85rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: .5rem; }
.footer-col ul li a { color: rgba(255,255,255,.58); text-decoration: none; font-size: 13px; transition: color .18s; }
.footer-col ul li a:hover { color: #fff; }
.fbottom { border-top: 1px solid rgba(255,255,255,.07); padding-top: 1.2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: .75rem; }
.fbottom p { font-size: 12px; color: rgba(255,255,255,.32); }

/* ── WA FLOAT ── */
.wa-float { position: fixed; bottom: 24px; right: 24px; z-index: 999; width: 54px; height: 54px; border-radius: 50%; background: var(--wa); display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 18px rgba(37,211,102,.48); text-decoration: none; transition: all .3s; animation: pulse 2.8s infinite; }
.wa-float:hover { transform: scale(1.1); }
.wa-float svg { width: 26px; height: 26px; fill: #fff; }
@keyframes pulse {
  0%, 100% { box-shadow: 0 4px 18px rgba(37,211,102,.48); }
  50% { box-shadow: 0 4px 28px rgba(37,211,102,.68), 0 0 0 8px rgba(37,211,102,.09); }
}

/* ── REVEAL ── */
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .5s, transform .5s; }
.reveal.visible { opacity: 1; transform: none; }

/* ── MOBILE ── */
@media (max-width: 960px) {
  nav { padding: 0 1.1rem; }
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: fixed; top: 66px; left: 0; right: 0; bottom: 0; background: #fff; padding: 1.5rem 1.25rem; z-index: 999; gap: 3px; overflow-y: auto; }
  .hamburger { display: flex; }
  .slide-content { padding: 0 1.25rem; }
  .metrics-bar, .stats-strip { grid-template-columns: 1fr 1fr; padding: 1.25rem 1.5rem; }
  .metric, .stat-item { border-right: none; }
  .sec { padding: 2rem 1.25rem; }
  .grid-2, .grid-2r, .contact-grid, .story-grid, .mv-grid { grid-template-columns: 1fr; }
  .grid-2r { direction: ltr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .fbottom { flex-direction: column; text-align: center; }
  .form-row { grid-template-columns: 1fr; }
  .page-hero { padding: 2rem 1.25rem 1.5rem; }
  .cta-strip { padding: 2rem 1.25rem; }
  .gallery-grid { grid-template-columns: 1fr 1fr; }
  .slider-arrow { display: none; }
  .sec-img { height: 220px; }
  .img-badge { bottom: -10px; right: -10px; }
}

@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .hero-slider { height: 85vh; }
}
