/* ============================================
   GADI MARKETING — Global Styles v2
   Light Theme · Brand Colors Applied
   ============================================ */

/*
   AREA EXTENDED FONT — HOW TO ACTIVATE
   Place your licensed font files in a /fonts/ folder, then uncomment:

   @font-face {
     font-family: 'Area Extended';
     src: url('../fonts/AreaExtended-Regular.woff2') format('woff2');
     font-weight: 400; font-style: normal; font-display: swap;
   }
   @font-face {
     font-family: 'Area Extended';
     src: url('../fonts/AreaExtended-Bold.woff2') format('woff2');
     font-weight: 700; font-style: normal; font-display: swap;
   }
   @font-face {
     font-family: 'Area Extended';
     src: url('../fonts/AreaExtended-ExtraBold.woff2') format('woff2');
     font-weight: 800; font-style: normal; font-display: swap;
   }
*/

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,400;0,600;0,700;0,800;1,700&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;1,9..40,300&display=swap');

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

:root {
  --cream:         #EEECEA;
  --cream-dark:    #E4E1DE;
  --cream-darker:  #D5D0CB;
  --orange:        #F47B3D;
  --orange-dark:   #D9632A;
  --orange-dim:    rgba(244,123,61,0.10);
  --orange-glow:   rgba(244,123,61,0.22);
  --navy:          #014976;
  --navy-light:    #015f98;
  --navy-dim:      rgba(1,73,118,0.07);
  --navy-glow:     rgba(1,73,118,0.16);
  --black:         #000000;
  --white:         #FFFFFF;
  --bg:            #EEECEA;
  --bg-card:       #FFFFFF;
  --bg-surface:    #F8F6F4;
  --text:          #000000;
  --text-muted:    #4A4540;
  --text-subtle:   #8C857E;
  --border:        rgba(0,0,0,0.09);
  --border-2:      rgba(0,0,0,0.05);
  --green:         #1A7A50;
  --green-bg:      rgba(26,122,80,0.08);
  --font-display:  'Area Extended','Barlow Condensed','Arial Narrow',sans-serif;
  --font-body:     'DM Sans',sans-serif;
  --section-pad:   7rem 6%;
  --max-width:     1160px;
  --radius-sm:     6px;
  --radius-md:     12px;
  --radius-lg:     18px;
  --radius-xl:     26px;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--bg); color: var(--text); line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--cream-dark); }
::-webkit-scrollbar-thumb { background: var(--orange); border-radius: 2px; }
::selection { background: var(--orange); color: white; }

h1,h2,h3,h4 { font-family: var(--font-display); line-height: 1.05; letter-spacing: 0.01em; font-weight: 800; text-transform: uppercase; }
p { font-weight: 300; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

.container { max-width: var(--max-width); margin: 0 auto; padding: 0 6%; }
section { padding: var(--section-pad); }

.eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--font-body); font-size: 0.7rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.14em; color: var(--orange); background: var(--orange-dim); border: 1px solid var(--orange-glow); padding: 0.35rem 0.9rem; border-radius: 100px; margin-bottom: 1.25rem; }
.eyebrow::before { content: ''; width: 5px; height: 5px; background: var(--orange); border-radius: 50%; display: block; }

.section-header { margin-bottom: 3.5rem; }
.section-header.centered { text-align: center; display: flex; flex-direction: column; align-items: center; }
.section-title { font-size: clamp(2rem,3.5vw,2.8rem); margin-bottom: 0.85rem; color: var(--navy); }
.section-sub { font-size: 1.05rem; color: var(--text-muted); max-width: 560px; line-height: 1.7; font-weight: 300; font-family: var(--font-body); text-transform: none; }

.btn { display: inline-flex; align-items: center; gap: 0.5rem; font-family: var(--font-body); font-size: 0.875rem; font-weight: 500; padding: 0.85rem 1.75rem; border-radius: var(--radius-sm); border: none; cursor: pointer; transition: all 0.2s ease; text-decoration: none; white-space: nowrap; }
.btn-primary { background: var(--orange); color: white; }
.btn-primary:hover { background: var(--orange-dark); transform: translateY(-2px); box-shadow: 0 8px 24px var(--orange-glow); }
.btn-navy { background: var(--navy); color: white; }
.btn-navy:hover { background: var(--navy-light); transform: translateY(-2px); box-shadow: 0 8px 24px var(--navy-glow); }
.btn-outline { background: transparent; color: var(--navy); border: 1.5px solid var(--navy); }
.btn-outline:hover { background: var(--navy); color: white; transform: translateY(-2px); }
.btn-outline-orange { background: transparent; color: var(--orange); border: 1.5px solid var(--orange); }
.btn-outline-orange:hover { background: var(--orange); color: white; transform: translateY(-2px); }
.btn-lg { padding: 1rem 2.25rem; font-size: 0.95rem; }
.btn-white { background: white; color: var(--orange); font-weight: 600; }
.btn-white:hover { background: var(--cream); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.12); }

/* NAV */
.navbar { position: fixed; top: 0; left: 0; right: 0; z-index: 999; height: 68px; display: flex; align-items: center; justify-content: space-between; padding: 0 6%; background: rgba(238,236,234,0.9); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-bottom: 1px solid var(--border); transition: all 0.3s; }
.navbar.scrolled { background: rgba(238,236,234,0.98); box-shadow: 0 2px 20px rgba(0,0,0,0.06); }
.nav-logo { font-family: var(--font-display); font-size: 1.4rem; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase; color: var(--navy); }
.nav-logo span { color: var(--orange); }
.nav-links { display: flex; align-items: center; gap: 1.75rem; list-style: none; }
.nav-links a { font-size: 0.78rem; font-weight: 500; color: var(--text-muted); transition: color 0.2s; text-transform: uppercase; letter-spacing: 0.07em; }
.nav-links a:hover, .nav-links a.active { color: var(--navy); }
.has-dropdown { position: relative; }
.nav-dropdown { position: absolute; top: calc(100% + 1rem); left: 50%; transform: translateX(-50%); background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); padding: 0.5rem; min-width: 230px; opacity: 0; visibility: hidden; transition: all 0.2s; pointer-events: none; box-shadow: 0 8px 32px rgba(0,0,0,0.1); }
.has-dropdown:hover .nav-dropdown { opacity: 1; visibility: visible; pointer-events: auto; top: calc(100% + 0.5rem); }
.nav-dropdown a { display: block; padding: 0.6rem 1rem; font-size: 0.82rem; color: var(--text-muted) !important; border-radius: var(--radius-sm); transition: all 0.15s; text-transform: none; letter-spacing: 0; font-weight: 400; }
.nav-dropdown a:hover { color: var(--navy) !important; background: var(--navy-dim); }
.nav-cta { background: var(--orange) !important; color: white !important; padding: 0.5rem 1.25rem; border-radius: var(--radius-sm); font-weight: 500 !important; text-transform: none !important; letter-spacing: 0 !important; }
.nav-cta:hover { background: var(--orange-dark) !important; transform: translateY(-1px); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; background: none; border: none; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--navy); border-radius: 2px; transition: all 0.3s; }

.mobile-nav { display: none; position: fixed; top: 68px; left: 0; right: 0; background: var(--white); border-bottom: 1px solid var(--border); padding: 1.25rem 6%; z-index: 998; flex-direction: column; gap: 0.15rem; box-shadow: 0 8px 32px rgba(0,0,0,0.08); }
.mobile-nav.open { display: flex; }
.mobile-nav a { display: block; padding: 0.75rem 1rem; font-size: 0.875rem; color: var(--text-muted); border-radius: var(--radius-sm); transition: all 0.15s; }
.mobile-nav a:hover { color: var(--navy); background: var(--navy-dim); }
.mobile-nav .mobile-cta { background: var(--orange); color: white !important; text-align: center; font-weight: 500; margin-top: 0.5rem; }
.mobile-nav .mobile-cta:hover { background: var(--orange-dark) !important; }

/* HERO */
.hero { padding-top: 130px; padding-bottom: 5rem; position: relative; overflow: hidden; background: var(--cream); }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 80% 20%, rgba(1,73,118,0.05) 0%, transparent 65%), radial-gradient(ellipse 50% 40% at 10% 80%, rgba(244,123,61,0.06) 0%, transparent 60%); pointer-events: none; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(1,73,118,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(1,73,118,0.035) 1px, transparent 1px); background-size: 60px 60px; mask-image: radial-gradient(ellipse 80% 80% at 50% 20%, black 0%, transparent 80%); }

/* PAGE HERO */
.page-hero { padding: 140px 6% 5rem; position: relative; overflow: hidden; background: var(--navy); }
.page-hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 100% 50%, rgba(244,123,61,0.14) 0%, transparent 60%), radial-gradient(ellipse 50% 60% at 0% 100%, rgba(244,123,61,0.07) 0%, transparent 60%); pointer-events: none; }
.page-hero-bg::after { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px); background-size: 60px 60px; }
.page-hero-inner { max-width: var(--max-width); margin: 0 auto; text-align: center; position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2.4rem,5vw,4rem); margin-bottom: 1.25rem; color: white; }
.page-hero p { font-size: 1.1rem; color: rgba(255,255,255,0.65); max-width: 580px; margin: 0 auto 2rem; font-weight: 300; line-height: 1.7; font-family: var(--font-body); text-transform: none; }

/* CARDS */
.card { background: var(--bg-card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s; }
.card:hover { border-color: var(--orange); transform: translateY(-3px); box-shadow: 0 12px 40px rgba(0,0,0,0.07); }
.card-icon { width: 48px; height: 48px; background: var(--navy-dim); border: 1px solid var(--navy-glow); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 1.25rem; }
.card h3 { font-size: 1.05rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--navy); }
.card p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.65; }

/* STATS */
.stat-band { background: var(--navy); padding: 3.5rem 6%; }
.stat-band-inner { max-width: var(--max-width); margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); }
.stat-item { padding: 0 2rem; border-right: 1px solid rgba(255,255,255,0.12); text-align: center; }
.stat-item:first-child { padding-left: 0; }
.stat-item:last-child { border-right: none; padding-right: 0; }
.stat-num { font-family: var(--font-display); font-size: 2.8rem; font-weight: 800; color: var(--orange); letter-spacing: -0.01em; line-height: 1; margin-bottom: 0.4rem; }
.stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.5); }

/* STEPS */
.steps-grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.step-item { background: var(--white); padding: 2.25rem 1.75rem; }
.step-num { font-family: var(--font-display); font-size: 3.5rem; font-weight: 800; line-height: 1; margin-bottom: 1rem; -webkit-text-stroke: 2px var(--orange); color: transparent; }
.step-item h3 { font-size: 1rem; font-weight: 700; margin-bottom: 0.5rem; color: var(--navy); text-transform: uppercase; }
.step-item p { font-size: 0.825rem; color: var(--text-muted); line-height: 1.6; }

/* TESTIMONIALS */
.testimonial-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 2rem; }
.testimonial-stars { color: var(--orange); font-size: 0.9rem; letter-spacing: 2px; margin-bottom: 1rem; }
.testimonial-quote { font-size: 0.975rem; color: var(--text-muted); line-height: 1.7; font-style: italic; font-weight: 300; margin-bottom: 1.5rem; }
.testimonial-author { display: flex; align-items: center; gap: 0.75rem; }
.author-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 0.8rem; color: white; flex-shrink: 0; }
.author-name { font-size: 0.875rem; font-weight: 500; color: var(--navy); }
.author-role { font-size: 0.75rem; color: var(--text-subtle); margin-top: 0.1rem; }

/* FORMS */
.contact-form-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-xl); padding: 2.5rem; box-shadow: 0 4px 32px rgba(0,0,0,0.05); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1.1rem; }
.form-group.full { grid-column: 1 / -1; }
.form-group label { display: block; font-size: 0.72rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-muted); margin-bottom: 0.45rem; }
.form-group input, .form-group select, .form-group textarea { width: 100%; background: var(--bg-surface); border: 1.5px solid var(--border); border-radius: var(--radius-sm); padding: 0.8rem 1rem; font-family: var(--font-body); font-size: 0.9rem; font-weight: 300; color: var(--text); outline: none; transition: border-color 0.2s, box-shadow 0.2s; -webkit-appearance: none; appearance: none; }
.form-group select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%234A4540' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 1rem center; background-color: var(--bg-surface); padding-right: 2.5rem; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--navy); box-shadow: 0 0 0 3px var(--navy-dim); background: var(--white); }
.form-group textarea { min-height: 120px; resize: vertical; }
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--text-subtle); }

/* CTA */
.cta-banner { background: var(--orange); padding: 5rem 6%; text-align: center; position: relative; overflow: hidden; }
.cta-banner::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.06) 1px, transparent 1px); background-size: 40px 40px; }
.cta-banner-inner { max-width: 680px; margin: 0 auto; position: relative; z-index: 1; }
.cta-banner h2 { font-size: clamp(1.75rem,3vw,2.6rem); color: white; margin-bottom: 1rem; }
.cta-banner p { color: rgba(255,255,255,0.8); font-size: 1rem; margin-bottom: 2rem; font-weight: 300; font-family: var(--font-body); text-transform: none; }

/* FAQ */
.faq-item { border-bottom: 1px solid var(--border); padding: 1.5rem 0; }
.faq-question { display: flex; justify-content: space-between; align-items: center; cursor: pointer; gap: 1rem; }
.faq-question h3 { font-size: 0.95rem; font-weight: 600; font-family: var(--font-body); letter-spacing: 0; text-transform: none; color: var(--text); }
.faq-icon { width: 28px; height: 28px; background: var(--cream-dark); border: 1px solid var(--border); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: var(--text-muted); flex-shrink: 0; transition: all 0.2s; line-height: 1; }
.faq-item.open .faq-icon { background: var(--orange); border-color: var(--orange); color: white; transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-answer p { padding-top: 1rem; font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; }
.faq-item.open .faq-answer { max-height: 300px; }

/* FOOTER */
footer { background: var(--black); padding: 4rem 6% 2rem; }
.footer-inner { max-width: var(--max-width); margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,0.07); }
.footer-logo { font-family: var(--font-display); font-size: 1.4rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; color: white; }
.footer-logo span { color: var(--orange); }
.footer-brand p { font-size: 0.875rem; color: rgba(255,255,255,0.35); font-weight: 300; line-height: 1.7; margin-top: 0.75rem; max-width: 280px; }
.footer-col h4 { font-family: var(--font-body); font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.3); margin-bottom: 1.25rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.65rem; }
.footer-col ul a { font-size: 0.875rem; color: rgba(255,255,255,0.45); font-weight: 300; transition: color 0.2s; }
.footer-col ul a:hover { color: var(--orange); }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.22); }
.footer-social { display: flex; gap: 0.75rem; }
.social-link { width: 34px; height: 34px; background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: var(--radius-sm); display: flex; align-items: center; justify-content: center; font-size: 0.9rem; color: rgba(255,255,255,0.35); transition: all 0.2s; }
.social-link:hover { border-color: var(--orange); color: var(--orange); background: rgba(244,123,61,0.08); }

/* SUCCESS */
.form-success { display: none; background: var(--green-bg); border: 1px solid rgba(26,122,80,0.22); border-radius: var(--radius-md); padding: 1.5rem; text-align: center; color: var(--green); margin-top: 1rem; }
.form-success h4 { font-family: var(--font-display); font-size: 1.1rem; margin-bottom: 0.4rem; }
.form-success p { font-size: 0.875rem; opacity: 0.75; }

/* ANIMATIONS */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.animate-fade-up { opacity: 0; animation: fadeUp 0.6s ease forwards; }
.delay-1 { animation-delay: 0.1s; } .delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; } .delay-4 { animation-delay: 0.4s; }

/* GRIDS */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }
.grid-auto { display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 1.5rem; }

/* REVEAL */
[data-reveal] { opacity: 0; transform: translateY(20px); }

/* RESPONSIVE */
@media (max-width:900px) {
  :root { --section-pad: 5rem 5%; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .stat-band-inner { grid-template-columns: repeat(2,1fr); gap: 2rem; }
  .stat-item { border-right: none !important; padding: 1rem !important; }
  .stat-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.12) !important; }
  .grid-2,.grid-3,.grid-4 { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .form-grid { grid-template-columns: 1fr; }
}
@media (max-width:600px) {
  .footer-top { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
}
