*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --navy: #0a1628;
  --navy-mid: #112240;
  --navy-light: #1a3a6b;
  --gold: #c9a84c;
  --gold-light: #e8c87a;
  --gold-pale: #fdf6e3;
  --cream: #faf8f3;
  --white: #ffffff;
  --text-dark: #0a1628;
  --text-mid: #3a4a6b;
  --text-muted: #7a8aab;
  --border: rgba(10,22,40,0.1);
  --border-gold: rgba(201,168,76,0.3);
}

html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--cream); color: var(--text-dark); overflow-x: hidden; line-height: 1.6; }

.page { display: none; }
.page.active { display: block; }
a { text-decoration: none; color: inherit; }
/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  background: rgba(10,22,40,0.97); backdrop-filter: blur(16px);
  padding: 0 2.5rem; display: flex; align-items: center; justify-content: space-between;
  height: 70px; border-bottom: 1px solid rgba(201,168,76,0.18);
}
.nav-logo { display: flex; align-items: center; gap: 11px; text-decoration: none; cursor: pointer; }
.logo-icon { width: 40px; height: 40px; background: linear-gradient(135deg,var(--navy),var(--navy-light)); border-radius: 9px; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display',serif; font-weight: 900; font-size: 20px; color: var(--navy); flex-shrink: 0; }
.logo-text { color: var(--white); font-size: 15px; font-weight: 600; line-height: 1.2; }
.logo-sub { color: var(--gold); font-size: 10px; font-weight: 400; letter-spacing: 1.5px; text-transform: uppercase; }
.nav-links { display: flex; gap: 0; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 13.5px; font-weight: 400; padding: 8px 14px; border-radius: 6px; transition: all 0.2s; cursor: pointer; display: block; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); background: rgba(201,168,76,0.08); }
.nav-cta { background: var(--gold); color: var(--navy); border: none; padding: 9px 22px; border-radius: 7px; font-size: 13px; font-weight: 600; cursor: pointer; transition: all 0.2s; font-family: 'DM Sans',sans-serif; }
.nav-cta:hover { background: var(--gold-light); transform: translateY(-1px); }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { width: 22px; height: 2px; background: var(--white); border-radius: 2px; }
.mobile-menu { display: none; position: fixed; top: 72px; left: 0; right: 0; background: rgba(10,22,40,0.98); backdrop-filter: blur(16px); padding: 1rem 1.5rem 1.5rem; z-index: 199; border-bottom: 1px solid rgba(201,168,76,0.15); flex-direction: column; gap: 0.3rem; }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: rgba(255,255,255,0.75); text-decoration: none; padding: 10px 12px; border-radius: 6px; font-size:15px; cursor: pointer; }
.mobile-menu a:hover { color: var(--gold); background: rgba(201,168,76,0.08); }


/* SHARED */
.section { padding: 88px 2.5rem; }
.container { max-width: 1200px; margin: 0 auto; }
.section-tag { display: inline-block; color: var(--gold); font-size: 11.5px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 0.7rem; }
.section-title { font-family: 'Playfair Display',serif; font-size: clamp(1.8rem,3vw,2.8rem); font-weight: 700; color: var(--text-dark); line-height: 1.18; margin-bottom: 1rem; }
.section-desc { color: var(--text-muted); font-size: 16px; max-width: 580px; line-height: 1.8; }
.divider { width: 48px; height: 3px; background: var(--gold); border-radius: 2px; margin: 1rem 0 1.5rem; }

/* BUTTONS */
.btn-primary { background: var(--gold); color: var(--navy); border: none; padding: 13px 28px; border-radius: 8px; font-size: 15px; font-weight: 600; cursor: pointer; font-family: 'DM Sans',sans-serif; transition: all 0.2s; display: inline-block; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(201,168,76,0.3); }
.btn-outline { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,0.3); padding: 13px 28px; border-radius: 8px; font-size: 15px; font-weight: 500; cursor: pointer; font-family: 'DM Sans',sans-serif; transition: all 0.2s; display: inline-block; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-outline-dark { background: transparent; color: var(--navy); border: 1.5px solid var(--navy); padding: 11px 24px; border-radius: 8px; font-size: 14px; font-weight: 500; cursor: pointer; font-family: 'DM Sans',sans-serif; transition: all 0.2s; display: inline-block; }
.btn-outline-dark:hover { background: var(--navy); color: var(--white); }

/* HOME HERO */
.hero { min-height: 100vh; background: var(--navy); display: flex; align-items: center; position: relative; overflow: hidden; padding: 110px 2.5rem 70px; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 15% 60%,rgba(201,168,76,0.07),transparent), radial-gradient(ellipse 60% 70% at 85% 20%,rgba(26,58,107,0.5),transparent); }
.hero-grid { position: absolute; inset: 0; opacity: 0.035; background-image: linear-gradient(rgba(201,168,76,1) 1px,transparent 1px),linear-gradient(90deg,rgba(201,168,76,1) 1px,transparent 1px); background-size: 64px 64px; }
.hero-content { position: relative; z-index: 2; max-width: 1200px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 5rem; align-items: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.28); color: var(--gold); padding: 6px 16px; border-radius: 24px; font-size: 11.5px; font-weight: 600; letter-spacing: 1.2px; text-transform: uppercase; margin-bottom: 1.6rem; }
.hero-badge::before { content: ''; width: 7px; height: 7px; background: var(--gold); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity:1; } 50% { opacity:0.3; } }
.hero-title { font-family: 'Playfair Display',serif; font-size: clamp(2.4rem,4.5vw,4.2rem); font-weight: 900; line-height: 1.08; color: var(--white); margin-bottom: 1.4rem; }
.hero-title .accent { color: var(--gold); }
.hero-desc { color: rgba(255,255,255,0.6); font-size: 16.5px; line-height: 1.85; margin-bottom: 2.2rem; font-weight: 300; max-width: 480px; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero-visual { display: flex; flex-direction: column; gap: 1.1rem; }
.stat-card { background: rgba(255,255,255,0.045); border: 1px solid rgba(255,255,255,0.09); border-radius: 14px; padding: 1.25rem 1.5rem; display: flex; align-items: center; gap: 1rem; backdrop-filter: blur(10px); animation: floatUp 0.7s ease forwards; opacity: 0; }
.stat-card:nth-child(1) { animation-delay: 0.25s; }
.stat-card:nth-child(2) { animation-delay: 0.45s; margin-left: 2.5rem; }
.stat-card:nth-child(3) { animation-delay: 0.65s; }
@keyframes floatUp { from { opacity:0; transform:translateY(22px); } to { opacity:1; transform:translateY(0); } }
.stat-icon { width: 46px; height: 46px; border-radius: 11px; display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.icon-gold { background: rgba(201,168,76,0.14); }
.icon-blue { background: rgba(56,132,220,0.14); }
.icon-green { background: rgba(52,199,89,0.1); }
.stat-num { font-family: 'Playfair Display',serif; font-size: 22px; font-weight: 700; color: var(--white); line-height: 1.2; }
.stat-lbl { color: rgba(255,255,255,0.48); font-size: 12.5px; line-height: 1.4; margin-top: 2px; }

/* PILLARS */
.pillars-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.8rem; margin-top: 3rem; }
.pillar-card { background: var(--white); border: 1px solid var(--border); border-radius: 16px; padding: 2rem; transition: all 0.3s; position: relative; overflow: hidden; }
.pillar-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg,var(--gold),var(--gold-light)); transform: scaleX(0); transform-origin: left; transition: transform 0.35s; }
.pillar-card:hover { transform: translateY(-5px); box-shadow: 0 22px 52px rgba(10,22,40,0.1); }
.pillar-card:hover::before { transform: scaleX(1); }
.pillar-num { font-family: 'Playfair Display',serif; font-size: 3.2rem; font-weight: 900; color: rgba(201,168,76,0.13); line-height: 1; margin-bottom: 0.4rem; }
.pillar-icon-wrap { width: 52px; height: 52px; border-radius: 12px; background: var(--gold-pale); display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 0.9rem; }
.pillar-title { font-size: 18px; font-weight: 600; margin-bottom: 0.55rem; }
.pillar-desc { color: var(--text-muted); font-size: 14px; line-height: 1.72; }

/* SERVICES */
.services-dark { background: var(--navy); padding: 88px 2.5rem; }
.services-dark .section-title { color: var(--white); }
.services-dark .section-desc { color: rgba(255,255,255,0.5); }
.tabs { display: flex; margin: 2.5rem 0 0; border-bottom: 1px solid rgba(255,255,255,0.1); flex-wrap: wrap; }
.tab { background: none; border: none; color: rgba(255,255,255,0.48); padding: 11px 20px; font-size: 13.5px; font-weight: 500; cursor: pointer; font-family: 'DM Sans',sans-serif; position: relative; transition: color 0.2s; white-space: nowrap; }
.tab::after { content: ''; position: absolute; bottom: -1px; left: 0; right: 0; height: 2px; background: var(--gold); transform: scaleX(0); transition: transform 0.25s; }
.tab.active { color: var(--white); }
.tab.active::after { transform: scaleX(1); }
.tab:hover:not(.active) { color: rgba(255,255,255,0.8); }
.tab-panel { display: none; padding-top: 2rem; }
.tab-panel.active { display: block; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(255px,1fr)); gap: 1.1rem; }
.svc-card { background: rgba(255,255,255,0.038); border: 1px solid rgba(255,255,255,0.075); border-radius: 13px; padding: 1.5rem; transition: all 0.22s; }
.svc-card:hover { background: rgba(255,255,255,0.065); border-color: rgba(201,168,76,0.28); transform: translateY(-2px); }
.svc-icon { font-size: 26px; margin-bottom: 0.75rem; }
.svc-title { color: var(--white); font-size: 15px; font-weight: 600; margin-bottom: 0.4rem; }
.svc-desc { color: rgba(255,255,255,0.48); font-size: 13px; line-height: 1.65; }
.svc-tag { display: inline-block; margin-top: 0.85rem; background: rgba(201,168,76,0.1); color: var(--gold); font-size: 11px; padding: 3px 11px; border-radius: 24px; font-weight: 500; }

/* PRICING */
.pricing-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(210px,1fr)); gap: 1.2rem; margin-top: 3rem; }
.price-card { background: var(--white); border: 1.5px solid var(--border); border-radius: 16px; padding: 1.6rem; text-align: center; transition: all 0.28s; position: relative; }
.price-card.featured { background: var(--navy); border-color: var(--gold); transform: scale(1.04); }
.price-card:hover:not(.featured) { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(10,22,40,0.09); border-color: var(--border-gold); }
.price-label { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: var(--gold); color: var(--navy); font-size: 11px; font-weight: 700; padding: 3px 14px; border-radius: 24px; white-space: nowrap; }
.price-title { font-size: 13.5px; font-weight: 500; margin-bottom: 0.9rem; color: var(--text-mid); }
.price-card.featured .price-title { color: rgba(255,255,255,0.6); }
.price-amount { font-family: 'Playfair Display',serif; font-size: 1.3rem; font-weight: 700; color: var(--navy); line-height: 1; }
.price-card.featured .price-amount { color: var(--gold); }
.price-sup { font-size: 1.1rem; vertical-align: super; }
.price-note { color: var(--text-muted); font-size: 11.5px; margin-top: 0.5rem; line-height: 1.5; }
.price-card.featured .price-note { color: rgba(255,255,255,0.4); }
.price-btn { margin-top: 1.3rem; width: 100%; padding: 10px; border-radius: 8px; font-size: 13px; font-weight: 600; cursor: pointer; font-family: 'DM Sans',sans-serif; border: 1.5px solid; transition: all 0.2s; }
.price-card:not(.featured) .price-btn { background: transparent; color: var(--navy); border-color: rgba(10,22,40,0.2); }
.price-card:not(.featured) .price-btn:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }
.price-card.featured .price-btn { background: var(--gold); color: var(--navy); border-color: var(--gold); }
.price-card.featured .price-btn:hover { background: var(--gold-light); }

/* DIGITAL */
.digital-bg { background: #f2f0eb; padding: 88px 2.5rem; }
.digital-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
.digi-card { border-radius: 18px; padding: 2.2rem; }
.digi-card.d1 { background: linear-gradient(140deg,#0b1d3a,#1c3f7e); }
.digi-card.d2 { background: linear-gradient(140deg,#0f2b1a,#1e5c35); }
.digi-card.d3 { background: linear-gradient(140deg,#1a1535,#342d7a); }
.digi-icon { font-size: 2.2rem; margin-bottom: 1rem; }
.digi-title { color: var(--white); font-size: 17px; font-weight: 600; margin-bottom: 0.6rem; }
.digi-desc { color: rgba(255,255,255,0.52); font-size: 13.5px; line-height: 1.72; }

/* VM */
.vision-bg { background: var(--gold-pale); padding: 88px 2.5rem; }
.vm-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 3rem; }
.vm-card { background: var(--white); border-radius: 16px; padding: 2.5rem; border-left: 4px solid var(--gold); }
.vm-badge { display: inline-block; background: var(--gold); color: var(--navy); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 4px 14px; border-radius: 24px; margin-bottom: 1.1rem; }
.vm-text { font-family: 'Playfair Display',serif; font-size: 16px; font-style: italic; line-height: 1.85; color: var(--text-dark); }

/* CTA */
.cta-bg { background: var(--navy); text-align: center; padding: 88px 2.5rem; position: relative; overflow: hidden; }
.cta-bg::before { content: ''; position: absolute; top: -40%; left: 50%; transform: translateX(-50%); width: 700px; height: 700px; border-radius: 50%; background: radial-gradient(circle,rgba(201,168,76,0.07),transparent 70%); pointer-events: none; }
.cta-bg .section-title { color: var(--white); }
.cta-bg .section-desc { color: rgba(255,255,255,0.55); margin: 0 auto 2.8rem; max-width: 520px; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

/* ABOUT */
.about-hero { background: var(--navy); padding: 140px 2.5rem 80px; position: relative; overflow: hidden; }
.about-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 80% 50%,rgba(201,168,76,0.07),transparent); }
.about-hero-content { position: relative; z-index: 2; max-width: 760px; }
.about-hero h1 { font-family: 'Playfair Display',serif; font-size: clamp(2rem,4vw,3.5rem); font-weight: 900; color: var(--white); line-height: 1.1; margin-bottom: 1.2rem; }
.about-hero h1 .accent { color: var(--gold); }
.about-hero p { color: rgba(255,255,255,0.6); font-size: 17px; line-height: 1.85; font-weight: 300; }
.about-story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.story-text h2 { font-family: 'Playfair Display',serif; font-size: clamp(1.6rem,2.5vw,2.4rem); font-weight: 700; margin-bottom: 1.2rem; line-height: 1.2; }
.story-text p { color: var(--text-muted); font-size: 15.5px; line-height: 1.85; margin-bottom: 1rem; }
.story-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.metric-box { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 1.5rem; text-align: center; position: relative; overflow: hidden; }
.metric-box::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg,var(--gold),var(--gold-light)); }
.metric-num { font-family: 'Playfair Display',serif; font-size: 2.4rem; font-weight: 900; color: var(--navy); line-height: 1; }
.metric-lbl { color: var(--text-muted); font-size: 12.5px; margin-top: 0.4rem; line-height: 1.5; }
.about-values { background: var(--navy); padding: 88px 2.5rem; }
.about-values .section-title { color: var(--white); }
.about-values .section-desc { color: rgba(255,255,255,0.5); }
.values-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(240px,1fr)); gap: 1.2rem; margin-top: 3rem; }
.value-card { background: rgba(255,255,255,0.042); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 1.6rem; transition: all 0.22s; }
.value-card:hover { background: rgba(255,255,255,0.07); border-color: rgba(201,168,76,0.25); }
.value-icon { font-size: 2rem; margin-bottom: 0.8rem; }
.value-title { color: var(--white); font-size: 16px; font-weight: 600; margin-bottom: 0.5rem; }
.value-desc { color: rgba(255,255,255,0.48); font-size: 13.5px; line-height: 1.7; }
.team-section { padding: 88px 2.5rem; background: var(--gold-pale); }
.team-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(220px,1fr)); gap: 1.8rem; margin-top: 3rem; }
.team-card { background: var(--white); border-radius: 16px; overflow: hidden; border: 1px solid var(--border); transition: all 0.28s; text-align: center; }
.team-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(10,22,40,0.1); }
.team-avatar { height: 180px; display: flex; align-items: center; justify-content: center; font-size: 4rem; background: linear-gradient(135deg,var(--navy),var(--navy-light)); }
.team-body { padding: 1.2rem; }
.team-name { font-size: 16px; font-weight: 600; margin-bottom: 0.25rem; }
.team-role { color: var(--text-muted); font-size: 13px; }
.team-dept { display: inline-block; margin-top: 0.6rem; background: var(--gold-pale); color: var(--gold); font-size: 11px; padding: 3px 12px; border-radius: 20px; font-weight: 500; border: 1px solid var(--border-gold); }

/* CONTACT */
.contact-hero { background: var(--navy); padding: 140px 2.5rem 70px; position: relative; overflow: hidden; }
.contact-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 20% 60%,rgba(201,168,76,0.07),transparent); }
.contact-hero-content { position: relative; z-index: 2; max-width: 680px; }
.contact-hero h1 { font-family: 'Playfair Display',serif; font-size: clamp(2rem,4vw,3.2rem); font-weight: 900; color: var(--white); line-height: 1.1; margin-bottom: 1.2rem; }
.contact-hero p { color: rgba(255,255,255,0.58); font-size: 16.5px; line-height: 1.85; font-weight: 300; }
.contact-main { padding: 88px 2.5rem; }
.contact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 4rem; align-items: start; }
.contact-form { background: var(--white); border-radius: 18px; padding: 2.5rem; border: 1px solid var(--border); }
.contact-form h3 { font-family: 'Playfair Display',serif; font-size: 22px; font-weight: 700; margin-bottom: 1.8rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 0; }
.form-label { display: block; font-size: 13px; font-weight: 500; color: var(--text-mid); margin-bottom: 0.5rem; }
.form-control { width: 100%; padding: 11px 14px; border: 1.5px solid rgba(10,22,40,0.12); border-radius: 9px; font-size: 14px; font-family: 'DM Sans',sans-serif; color: var(--text-dark); background: var(--cream); transition: border-color 0.2s; outline: none; }
.form-control:focus { border-color: var(--gold); background: var(--white); }
.form-control::placeholder { color: var(--text-muted); }
textarea.form-control { resize: vertical; min-height: 120px; }
select.form-control { cursor: pointer; }
.submit-btn { width: 100%; padding: 14px; background: var(--navy); color: var(--white); border: none; border-radius: 9px; font-size: 15px; font-weight: 600; cursor: pointer; font-family: 'DM Sans',sans-serif; transition: all 0.2s; margin-top: 0.5rem; }
.submit-btn:hover { background: var(--navy-light); transform: translateY(-2px); }
.form-success { display: none; text-align: center; padding: 2.5rem 1rem; }
.form-success .check { font-size: 3rem; margin-bottom: 1rem; }
.form-success h4 { font-size: 20px; font-weight: 600; margin-bottom: 0.5rem; color: #2d6a4f; }
.form-success p { color: var(--text-muted); font-size: 14px; }
.info-card { background: var(--white); border: 1px solid var(--border); border-radius: 14px; padding: 1.4rem; display: flex; gap: 1rem; align-items: flex-start; margin-bottom: 1rem; transition: all 0.2s; }
.info-card:hover { border-color: var(--border-gold); box-shadow: 0 4px 20px rgba(201,168,76,0.08); }
.info-icon { width: 44px; height: 44px; border-radius: 10px; background: var(--gold-pale); display: flex; align-items: center; justify-content: center; font-size: 20px; flex-shrink: 0; }
.info-label { font-size: 11.5px; font-weight: 600; color: var(--text-muted); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 0.3rem; }
.info-value { font-size: 14.5px; font-weight: 500; color: var(--text-dark); }
.social-links { margin-top: 1.8rem; }
.social-links h4 { font-size: 14px; font-weight: 600; margin-bottom: 1rem; color: var(--text-mid); }
.social-row { display: flex; gap: 0.75rem; }
.social-btn { width: 42px; height: 42px; border-radius: 10px; background: var(--white); border: 1.5px solid var(--border); display: flex; align-items: center; justify-content: center; font-size: 16px; cursor: pointer; transition: all 0.2s; text-decoration: none; font-weight: 700; color: var(--text-mid); }
.social-btn:hover { border-color: var(--gold); transform: translateY(-2px); }

/* CAREERS */
.careers-hero { background: var(--navy); padding: 140px 2.5rem 70px; position: relative; overflow: hidden; }
.careers-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 90% 40%,rgba(201,168,76,0.07),transparent); }
.careers-hero-content { position: relative; z-index: 2; }
.careers-hero h1 { font-family: 'Playfair Display',serif; font-size: clamp(2rem,4vw,3.5rem); font-weight: 900; color: var(--white); line-height: 1.1; margin-bottom: 1.2rem; }
.careers-hero h1 .accent { color: var(--gold); }
.careers-hero p { color: rgba(255,255,255,0.58); font-size: 16.5px; line-height: 1.85; font-weight: 300; max-width: 640px; }
.careers-culture { padding: 80px 2.5rem; background: var(--gold-pale); }
.culture-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(240px,1fr)); gap: 1.3rem; margin-top: 3rem; }
.culture-card { background: var(--white); border-radius: 14px; padding: 1.6rem; border: 1px solid var(--border); }
.culture-icon { font-size: 2rem; margin-bottom: 0.8rem; }
.culture-title { font-size: 15.5px; font-weight: 600; margin-bottom: 0.5rem; }
.culture-desc { color: var(--text-muted); font-size: 13.5px; line-height: 1.7; }
.jobs-section { padding: 80px 2.5rem; }
.jobs-filter { display: flex; gap: 0.6rem; flex-wrap: wrap; margin: 2rem 0; }
.filter-btn { background: var(--white); border: 1.5px solid var(--border); color: var(--text-mid); padding: 7px 18px; border-radius: 24px; font-size: 13px; font-weight: 500; cursor: pointer; font-family: 'DM Sans',sans-serif; transition: all 0.2s; }
.filter-btn.active,.filter-btn:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }
.jobs-list { display: flex; flex-direction: column; gap: 1rem; }
.job-card { background: var(--white); border: 1.5px solid var(--border); border-radius: 14px; padding: 1.6rem; display: flex; justify-content: space-between; align-items: center; gap: 1rem; transition: all 0.25s; flex-wrap: wrap; }
.job-card:hover { border-color: var(--border-gold); box-shadow: 0 6px 24px rgba(10,22,40,0.07); }
.job-title { font-size: 17px; font-weight: 600; margin-bottom: 0.4rem; }
.job-meta { display: flex; gap: 0.7rem; flex-wrap: wrap; margin-top: 0.4rem; }
.job-tag { display: inline-flex; align-items: center; font-size: 12px; color: var(--text-muted); background: var(--cream); padding: 3px 10px; border-radius: 16px; border: 1px solid var(--border); }
.job-tag.dept { background: rgba(201,168,76,0.1); color: var(--gold); border-color: var(--border-gold); }
.apply-btn { background: transparent; color: var(--navy); border: 1.5px solid var(--border); padding: 9px 20px; border-radius: 8px; font-size: 13px; font-weight: 600; cursor: pointer; font-family: 'DM Sans',sans-serif; transition: all 0.2s; white-space: nowrap; }
.apply-btn:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }
.perks-section { background: var(--navy); padding: 80px 2.5rem; }
.perks-section .section-title { color: var(--white); }
.perks-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(200px,1fr)); gap: 1.2rem; margin-top: 3rem; }
.perk-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.08); border-radius: 13px; padding: 1.5rem; text-align: center; }
.perk-icon { font-size: 2rem; margin-bottom: 0.7rem; }
.perk-title { color: var(--white); font-size: 15px; font-weight: 500; }

/* BLOG */
.blog-hero { background: var(--navy); padding: 140px 2.5rem 70px; position: relative; overflow: hidden; }
.blog-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse 70% 60% at 30% 70%,rgba(201,168,76,0.07),transparent); }
.blog-hero-content { position: relative; z-index: 2; max-width: 680px; }
.blog-hero h1 { font-family: 'Playfair Display',serif; font-size: clamp(2rem,4vw,3.2rem); font-weight: 900; color: var(--white); line-height: 1.1; margin-bottom: 1.2rem; }
.blog-hero p { color: rgba(255,255,255,0.58); font-size: 16.5px; line-height: 1.85; font-weight: 300; }
.blog-section { padding: 80px 2.5rem; }
.blog-categories { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.blog-cat { background: var(--white); border: 1.5px solid var(--border); color: var(--text-mid); padding: 7px 18px; border-radius: 24px; font-size: 13px; font-weight: 500; cursor: pointer; font-family: 'DM Sans',sans-serif; transition: all 0.2s; }
.blog-cat.active,.blog-cat:hover { background: var(--navy); color: var(--white); border-color: var(--navy); }
.blog-grid { display: grid; grid-template-columns: repeat(auto-fill,minmax(320px,1fr)); gap: 2rem; }
.blog-card { background: var(--white); border: 1px solid var(--border); border-radius: 18px; overflow: hidden; transition: all 0.28s; cursor: pointer; }
.blog-card:hover { transform: translateY(-5px); box-shadow: 0 20px 48px rgba(10,22,40,0.1); }
.blog-img { height: 190px; display: flex; align-items: center; justify-content: center; font-size: 3.5rem; position: relative; overflow: hidden; }
.blog-cat-badge { position: absolute; top: 14px; left: 14px; background: var(--gold); color: var(--navy); font-size: 11px; font-weight: 700; padding: 4px 12px; border-radius: 20px; }
.blog-body { padding: 1.5rem; }
.blog-title { font-family: 'Playfair Display',serif; font-size: 18px; font-weight: 700; line-height: 1.35; margin-bottom: 0.6rem; color: var(--text-dark); }
.blog-excerpt { color: var(--text-muted); font-size: 13.5px; line-height: 1.7; margin-bottom: 1rem; }
.blog-footer { display: flex; justify-content: space-between; align-items: center; padding-top: 0.9rem; border-top: 1px solid var(--border); }
.blog-author { display: flex; align-items: center; gap: 0.5rem; }
.author-avatar { width: 32px; height: 32px; border-radius: 50%; background: var(--gold-pale); border: 2px solid var(--border-gold); display: flex; align-items: center; justify-content: center; font-size: 14px; }
.author-name { font-size: 12.5px; font-weight: 500; color: var(--text-mid); }
.blog-date { font-size: 12px; color: var(--text-muted); }
.blog-read-time { font-size: 12px; color: var(--gold); font-weight: 500; }
.newsletter-strip { background: linear-gradient(135deg,var(--navy),var(--navy-light)); padding: 60px 2.5rem; text-align: center; }
.newsletter-strip h3 { font-family: 'Playfair Display',serif; font-size: 26px; font-weight: 700; color: var(--white); margin-bottom: 0.5rem; }
.newsletter-strip p { color: rgba(255,255,255,0.55); margin-bottom: 1.8rem; }
.newsletter-form { display: flex; gap: 0.7rem; max-width: 440px; margin: 0 auto; flex-wrap: wrap; justify-content: center; }
.newsletter-input { flex: 1; min-width: 220px; padding: 12px 18px; border-radius: 8px; border: none; font-size: 14px; font-family: 'DM Sans',sans-serif; outline: none; }

/* FOOTER */
.contact-strip { background: var(--gold); padding: 1rem 2.5rem; display: flex; justify-content: center; align-items: center; gap: 3rem; flex-wrap: wrap; }
.c-item { display: flex; align-items: center; gap: 0.5rem; color: var(--navy); font-size: 13px; font-weight: 600; }
footer { background: #060e1b; padding: 3.5rem 2.5rem 1.8rem; border-top: 1px solid rgba(201,168,76,0.12); }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2.5rem; margin-bottom: 2.5rem; }
.footer-brand-name { color: var(--white); font-size: 14.5px; font-weight: 600; display: flex; align-items: center; gap: 9px; margin-bottom: 0.8rem; }
.footer-logo-icon { width: 40px; height: 40px; background: linear-gradient(135deg,var(--gold),var(--gold-light)); border-radius: 6px; display: flex; align-items: center; justify-content: center; font-family: 'Playfair Display',serif; font-weight: 900; font-size: 13px; color: var(--navy); }
.footer-desc { color: rgba(255,255,255,0.38); font-size: 13px; line-height: 1.75; }
.footer-col-title { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 1.1rem; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 0.6rem; }
.footer-links a { color: rgba(255,255,255,0.42); text-decoration: none; font-size: 13px; transition: color 0.2s; cursor: pointer; }
.footer-links a:hover { color: var(--gold); }
.footer-bottom { max-width: 1200px; margin: 0 auto; border-top: 1px solid rgba(255,255,255,0.06); padding-top: 1.5rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 0.5rem; }
.footer-copy { color: rgba(255,255,255,0.25); font-size: 12px; }

/* ═══════════════════════════════════════
   CHECKOUT PAGE
═══════════════════════════════════════ */
.checkout-hero { background: var(--navy); padding: 110px 2.5rem 50px; position: relative; overflow: hidden; }
.checkout-hero::before { content:''; position:absolute; inset:0; background: radial-gradient(ellipse 60% 80% at 80% 40%, rgba(201,168,76,0.07), transparent); }
.checkout-hero-inner { position:relative; z-index:2; max-width:1200px; margin:0 auto; }
.checkout-hero h1 { font-family:'Playfair Display',serif; font-size:clamp(1.6rem,3vw,2.6rem); font-weight:900; color:var(--white); line-height:1.15; margin-bottom:0.5rem; }
.checkout-hero p { color:rgba(255,255,255,0.55); font-size:14.5px; }

/* Breadcrumb */
.checkout-breadcrumb { display:flex; align-items:center; gap:0.5rem; margin-bottom:1.2rem; }
.checkout-breadcrumb span { font-size:12.5px; color:rgba(255,255,255,0.4); }
.checkout-breadcrumb a { font-size:12.5px; color:var(--gold); cursor:pointer; }
.checkout-breadcrumb .sep { color:rgba(255,255,255,0.25); }

/* Steps */
.checkout-steps { display:flex; align-items:center; gap:0; margin-top:1.8rem; }
.step { display:flex; align-items:center; gap:0.6rem; }
.step-circle { width:30px; height:30px; border-radius:50%; border:2px solid rgba(255,255,255,0.2); display:flex; align-items:center; justify-content:center; font-size:13px; font-weight:600; color:rgba(255,255,255,0.4); flex-shrink:0; transition:all 0.3s; }
.step.done .step-circle { background:var(--gold); border-color:var(--gold); color:var(--navy); }
.step.active .step-circle { border-color:var(--gold); color:var(--gold); }
.step-label { font-size:12.5px; color:rgba(255,255,255,0.4); font-weight:500; transition:color 0.3s; }
.step.done .step-label, .step.active .step-label { color:rgba(255,255,255,0.85); }
.step-line { flex:1; height:1px; background:rgba(255,255,255,0.12); margin:0 0.8rem; min-width:30px; }

/* Main layout */
.checkout-main { padding:40px 2.5rem 80px; }
.checkout-layout { max-width:1200px; margin:0 auto; display:grid; grid-template-columns:1.1fr 0.9fr; gap:2.5rem; align-items:start; }

/* Step panels */
.step-panel { display:none; }
.step-panel.active { display:block; }

/* Product selection */
.product-list { display:flex; flex-direction:column; gap:1rem; }
.product-item {
  background:var(--white); border:2px solid var(--border); border-radius:14px; padding:1.3rem 1.5rem;
  display:flex; align-items:center; gap:1.2rem; cursor:pointer; transition:all 0.22s;
  position:relative; overflow:hidden;
}
.product-item::before { content:''; position:absolute; left:0; top:0; bottom:0; width:3px; background:var(--gold); transform:scaleY(0); transform-origin:center; transition:transform 0.25s; }
.product-item:hover { border-color:var(--border-gold); box-shadow:0 4px 20px rgba(201,168,76,0.1); }
.product-item.selected { border-color:var(--gold); background:var(--gold-pale); }
.product-item.selected::before { transform:scaleY(1); }
.product-radio { width:20px; height:20px; border-radius:50%; border:2px solid var(--border); display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:all 0.2s; }
.product-item.selected .product-radio { border-color:var(--gold); background:var(--gold); }
.product-item.selected .product-radio::after { content:''; width:8px; height:8px; background:var(--white); border-radius:50%; }
.product-icon-box { width:46px; height:46px; border-radius:10px; background:var(--gold-pale); display:flex; align-items:center; justify-content:center; font-size:22px; flex-shrink:0; border:1px solid var(--border-gold); }
.product-info { flex:1; }
.product-name { font-size:15px; font-weight:600; color:var(--text-dark); margin-bottom:0.2rem; }
.product-subtitle { font-size:12.5px; color:var(--text-muted); line-height:1.5; }
.product-badge { font-size:10.5px; font-weight:600; background:rgba(201,168,76,0.12); color:var(--gold); padding:2px 9px; border-radius:12px; border:1px solid var(--border-gold); margin-top:0.35rem; display:inline-block; }
.product-price-box { text-align:right; flex-shrink:0; }
.product-price { font-family:'Playfair Display',serif; font-size:1.5rem; font-weight:700; color:var(--navy); line-height:1; }
.product-price-note { font-size:11px; color:var(--text-muted); margin-top:2px; }

/* Variant selector */
.variant-group { margin-top:1.6rem; display:none; }
.variant-group.show { display:block; }
.variant-label { font-size:13px; font-weight:600; color:var(--text-mid); margin-bottom:0.7rem; }
.variant-options { display:flex; gap:0.7rem; flex-wrap:wrap; }
.variant-btn {
  background:var(--white); border:1.5px solid var(--border); color:var(--text-mid);
  padding:7px 16px; border-radius:8px; font-size:13px; font-weight:500;
  cursor:pointer; font-family:'DM Sans',sans-serif; transition:all 0.2s;
}
.variant-btn.selected { background:var(--navy); color:var(--white); border-color:var(--navy); }

/* Checkout form card */
.checkout-card { background:var(--white); border:1px solid var(--border); border-radius:18px; padding:2rem; margin-bottom:1.5rem; }
.checkout-card h3 { font-family:'Playfair Display',serif; font-size:18px; font-weight:700; margin-bottom:1.4rem; display:flex; align-items:center; gap:0.6rem; }
.card-step-num { width:26px; height:26px; border-radius:50%; background:var(--navy); color:var(--white); font-size:12px; font-weight:700; display:flex; align-items:center; justify-content:center; flex-shrink:0; }

/* Coupon */
.coupon-row { display:flex; gap:0.7rem; }
.coupon-input { flex:1; padding:10px 14px; border:1.5px solid var(--border); border-radius:9px; font-size:14px; font-family:'DM Sans',sans-serif; outline:none; color:var(--text-dark); background:var(--cream); }
.coupon-input:focus { border-color:var(--gold); background:var(--white); }
.coupon-btn { background:var(--navy); color:var(--white); border:none; padding:10px 18px; border-radius:9px; font-size:13px; font-weight:600; cursor:pointer; font-family:'DM Sans',sans-serif; transition:all 0.2s; white-space:nowrap; }
.coupon-btn:hover { background:var(--navy-light); }
.coupon-success { display:none; color:#2d6a4f; font-size:13px; font-weight:500; margin-top:0.5rem; }
.coupon-success.show { display:flex; align-items:center; gap:0.4rem; }

/* Order summary */
.order-summary { background:var(--white); border:1px solid var(--border); border-radius:18px; padding:1.8rem; position:sticky; top:90px; }
.order-summary h3 { font-family:'Playfair Display',serif; font-size:18px; font-weight:700; margin-bottom:1.4rem; padding-bottom:1rem; border-bottom:1px solid var(--border); }
.summary-product { display:flex; gap:1rem; align-items:flex-start; margin-bottom:1.2rem; }
.summary-icon { width:44px; height:44px; border-radius:9px; background:var(--gold-pale); display:flex; align-items:center; justify-content:center; font-size:20px; flex-shrink:0; border:1px solid var(--border-gold); }
.summary-name { font-size:14px; font-weight:600; color:var(--text-dark); margin-bottom:0.2rem; line-height:1.4; }
.summary-variant { font-size:12px; color:var(--text-muted); }
.summary-lines { border-top:1px solid var(--border); padding-top:1rem; margin-top:1rem; }
.summary-line { display:flex; justify-content:space-between; align-items:center; font-size:13.5px; color:var(--text-mid); margin-bottom:0.6rem; }
.summary-line.discount { color:#2d6a4f; font-weight:500; }
.summary-line.total { font-size:16px; font-weight:700; color:var(--text-dark); border-top:1px solid var(--border); padding-top:0.8rem; margin-top:0.4rem; }
.summary-gst { font-size:11.5px; color:var(--text-muted); margin-top:0.3rem; text-align:right; }

/* Trust badges */
.trust-badges { display:flex; gap:1rem; flex-wrap:wrap; margin-top:1.2rem; }
.trust-badge { display:flex; align-items:center; gap:0.4rem; font-size:11.5px; color:var(--text-muted); }

/* Payment methods */
.payment-methods { display:grid; grid-template-columns:1fr 1fr; gap:0.7rem; margin-bottom:1.2rem; }
.pay-method {
  border:1.5px solid var(--border); border-radius:10px; padding:0.85rem;
  display:flex; align-items:center; gap:0.6rem; cursor:pointer; transition:all 0.2s;
  font-size:13px; font-weight:500; color:var(--text-mid); background:var(--white);
  font-family:'DM Sans',sans-serif;
}
.pay-method:hover { border-color:var(--border-gold); }
.pay-method.selected { border-color:var(--gold); background:var(--gold-pale); color:var(--text-dark); }
.pay-icon { font-size:18px; }

.hdfc-banner { background:linear-gradient(135deg,#002d62,#004b9e); border-radius:10px; padding:1rem 1.2rem; display:flex; align-items:center; gap:0.8rem; margin-bottom:1.2rem; }
.hdfc-logo { background:var(--white); border-radius:6px; padding:4px 10px; font-size:13px; font-weight:900; color:#002d62; flex-shrink:0; letter-spacing:0.5px; }
.hdfc-text { color:rgba(255,255,255,0.85); font-size:12.5px; line-height:1.5; }
.hdfc-text strong { color:var(--white); }

.secure-note { display:flex; align-items:center; gap:0.5rem; font-size:12px; color:var(--text-muted); margin-top:0.8rem; justify-content:center; }

/* EMI info */
.emi-info { background:rgba(201,168,76,0.07); border:1px solid var(--border-gold); border-radius:10px; padding:0.9rem 1rem; margin-bottom:1rem; font-size:13px; color:var(--text-mid); }

/* Action buttons */
.step-actions { display:flex; gap:0.8rem; margin-top:1.5rem; flex-wrap:wrap; }
.btn-next { background:var(--navy); color:var(--white); border:none; padding:14px 32px; border-radius:9px; font-size:15px; font-weight:600; cursor:pointer; font-family:'DM Sans',sans-serif; transition:all 0.2s; flex:1; }
.btn-next:hover { background:var(--navy-light); transform:translateY(-2px); }
.btn-pay { background:linear-gradient(135deg,#002d62,#004b9e); color:var(--white); border:none; padding:14px 32px; border-radius:9px; font-size:15px; font-weight:600; cursor:pointer; font-family:'DM Sans',sans-serif; transition:all 0.2s; flex:1; display:flex; align-items:center; justify-content:center; gap:0.6rem; }
.btn-pay:hover { filter:brightness(1.12); transform:translateY(-2px); box-shadow:0 8px 24px rgba(0,45,98,0.3); }
.btn-back { background:transparent; color:var(--text-mid); border:1.5px solid var(--border); padding:14px 22px; border-radius:9px; font-size:14px; font-weight:500; cursor:pointer; font-family:'DM Sans',sans-serif; transition:all 0.2s; }
.btn-back:hover { border-color:var(--navy); color:var(--navy); }

/* Success state */
.payment-success { text-align:center; padding:2.5rem 1rem; max-width:560px; margin:0 auto; }
.success-anim { width:80px; height:80px; border-radius:50%; background:linear-gradient(135deg,#2d6a4f,#40916c); display:flex; align-items:center; justify-content:center; font-size:2.2rem; margin:0 auto 1.5rem; }
.success-title { font-family:'Playfair Display',serif; font-size:1.8rem; font-weight:700; margin-bottom:0.5rem; }
.success-desc { color:var(--text-muted); font-size:15px; line-height:1.7; margin-bottom:1.5rem; }
.success-ref { background:var(--gold-pale); border:1px solid var(--border-gold); border-radius:10px; padding:1rem 1.5rem; margin-bottom:1.5rem; font-size:14px; }
.success-ref strong { color:var(--navy); }

/* HDFC config box */
.hdfc-config { background:#f0f4ff; border:1px solid #c0d0f0; border-radius:12px; padding:1.3rem; margin-top:1.5rem; }
.hdfc-config h4 { font-size:13px; font-weight:700; color:#002d62; margin-bottom:0.8rem; display:flex; align-items:center; gap:0.4rem; }
.config-field { margin-bottom:0.6rem; }
.config-field label { font-size:11.5px; font-weight:600; color:#3a4a6b; display:block; margin-bottom:3px; }
.config-field input { width:100%; padding:8px 12px; border:1.5px solid #c0d0f0; border-radius:7px; font-size:13px; font-family:'DM Sans',sans-serif; outline:none; background:var(--white); }
.config-field input:focus { border-color:#002d62; }
.config-note { font-size:11.5px; color:#7a8aab; margin-top:0.8rem; line-height:1.6; }

@media(max-width:960px){
  .hero-content { grid-template-columns:1fr; gap:2rem; }
  .hero-visual { display:none; }
  .pillars-grid { grid-template-columns:1fr 1fr; }
  .vm-grid { grid-template-columns:1fr; }
  .footer-grid { grid-template-columns:1fr 1fr; }
  .digital-grid { grid-template-columns:1fr; }
  .about-story-grid { grid-template-columns:1fr; }
  .contact-grid { grid-template-columns:1fr; }
  .nav-links { display:none; }
  .hamburger { display:flex; }
  .checkout-layout { grid-template-columns:1fr; }
  .order-summary { position:static; }
}
@media(max-width:600px){
  .pillars-grid { grid-template-columns:1fr; }
  .pricing-grid { grid-template-columns:1fr 1fr; }
  .footer-grid { grid-template-columns:1fr; }
  .form-row { grid-template-columns:1fr; }
  .price-card.featured { transform:scale(1); }
  .section { padding:60px 1.5rem; }
  .services-dark,.digital-bg,.vision-bg,.cta-bg { padding:60px 1.5rem; }
  nav { padding:0 1.5rem; }
  .payment-methods { grid-template-columns:1fr; }
  .checkout-main { padding:30px 1.2rem 60px; }
}