﻿:root {
  --purple: #6B2D8B;
  --purple-dark: #4A1D63;
  --purple-light: #9B4DBF;
  --purple-pale: #F5EEF9;
  --gold: #F0A500;
  --gold-dark: #C47F00;
  --gold-light: #FFD055;
  --gold-pale: #FEF8E7;
  --white: #FFFFFF;
  --off-white: #FAFAF8;
  --text-dark: #1A0A2E;
  --text-mid: #4A3860;
  --text-light: #8B7AA0;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); color: var(--text-dark); background: var(--white); overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* NAVBAR */
.navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: grid; grid-template-columns: clamp(370px,30vw,430px) minmax(0,1fr) auto; align-items: center; column-gap: clamp(28px,3vw,52px);
  padding: 0 clamp(44px,4.5vw,72px); height: 90px;
  background: rgba(255,255,255,0.98);
  border-bottom: 1px solid rgba(107,45,139,0.1);
  transition: box-shadow 0.3s;
}
.navbar.scrolled { box-shadow: 0 2px 24px rgba(107,45,139,0.12); }
.nav-brand { display: flex; align-items: center; gap: 16px; min-width: 0; max-width: 430px; }
.nav-logo { width: 50px; height: 50px; object-fit: contain; flex-shrink: 0; }
.nav-name-main { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: var(--purple-dark); line-height: 1.1; white-space: nowrap; }
.nav-name-sub { font-size: 9.5px; font-weight: 600; color: var(--gold-dark); letter-spacing: 0.045em; text-transform: uppercase; white-space: nowrap; }
.nav-links { display: flex; align-items: center; justify-content: flex-end; gap: clamp(16px,1.35vw,24px); list-style: none; flex-wrap: nowrap; min-width: 0; margin-left: 0; }
.nav-links a { display: inline-flex; align-items: center; justify-content: center; white-space: nowrap; font-size: 14px; font-weight: 500; color: var(--text-mid); transition: color 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--purple); }
.nav-portal { border: 1px solid rgba(107,45,139,0.24); color: var(--purple) !important; font-weight: 700 !important; padding: 8px 16px; border-radius: 6px; white-space: nowrap; transition: border-color 0.2s, background 0.2s, color 0.2s !important; }
.nav-portal:hover { border-color: var(--purple); background: rgba(107,45,139,0.06); color: var(--purple-dark) !important; }
.nav-cta { background: var(--gold) !important; color: var(--purple-dark) !important; font-weight: 700 !important; padding: 9px 20px; border-radius: 6px; transition: background 0.2s !important; }
.nav-cta:hover { background: var(--gold-dark) !important; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; }
.nav-hamburger span { width: 24px; height: 2px; background: var(--purple-dark); border-radius: 2px; }
.mobile-menu { display: none; position: fixed; top: 78px; left: 0; right: 0; background: var(--white); border-bottom: 1px solid rgba(107,45,139,0.1); padding: 20px 5%; z-index: 999; flex-direction: column; gap: 16px; }
.mobile-menu.open { display: flex; }
.mobile-menu a { font-size: 15px; font-weight: 500; color: var(--text-mid); padding: 8px 0; border-bottom: 1px solid rgba(107,45,139,0.06); }
.mobile-menu a.nav-portal { color: var(--purple-dark) !important; font-weight: 700; border: 1px solid rgba(107,45,139,0.18); border-radius: 6px; padding: 10px 14px; text-align: center; white-space: nowrap; }

/* PAGE HERO (inner pages) */
.page-hero {
  margin-top: 78px;
  background: var(--purple-dark);
  padding: 64px 5% 56px;
  position: relative;
  overflow: hidden;
}
.page-hero::after {
  content: '';
  position: absolute; bottom: -2px; left: 0; right: 0; height: 48px;
  background: var(--white);
  clip-path: ellipse(55% 100% at 50% 100%);
}
.page-hero-tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold-light); background: rgba(240,165,0,0.15); border: 1px solid rgba(240,165,0,0.3); padding: 5px 16px; border-radius: 40px; margin-bottom: 16px; }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); font-weight: 900; color: var(--white); line-height: 1.15; margin-bottom: 12px; }
.page-hero h1 span { color: var(--gold-light); font-style: italic; }
.page-hero p { font-size: 16px; color: rgba(255,255,255,0.8); line-height: 1.7; max-width: 620px; }
.breadcrumb { font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 20px; }
.breadcrumb a { color: rgba(255,255,255,0.6); }
.breadcrumb a:hover { color: var(--gold-light); }

/* SECTIONS */
.section { padding: 80px 5%; }
.section-alt { background: var(--off-white); }
.section-tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--purple); background: var(--purple-pale); padding: 5px 14px; border-radius: 40px; margin-bottom: 14px; }
.section-title { font-family: var(--font-display); font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 700; color: var(--text-dark); line-height: 1.2; margin-bottom: 14px; }
.section-title span { color: var(--purple); font-style: italic; }
.section-lead { font-size: 16px; color: var(--text-mid); line-height: 1.8; max-width: 680px; }
.gold-rule { width: 56px; height: 4px; background: var(--gold); border-radius: 2px; margin: 16px 0 28px; }
.centered { text-align: center; }
.centered .gold-rule { margin-left: auto; margin-right: auto; }
.centered .section-lead { margin-left: auto; margin-right: auto; }

/* BUTTONS */
.btn-primary { display: inline-flex; align-items: center; gap: 8px; background: var(--gold); color: var(--purple-dark); font-weight: 700; font-size: 15px; padding: 13px 28px; border-radius: 8px; transition: background 0.2s, transform 0.15s; }
.btn-primary:hover { background: var(--gold-dark); transform: translateY(-2px); }
.btn-purple { display: inline-flex; align-items: center; gap: 8px; background: var(--purple); color: var(--white); font-weight: 700; font-size: 15px; padding: 13px 28px; border-radius: 8px; transition: background 0.2s, transform 0.15s; }
.btn-purple:hover { background: var(--purple-dark); transform: translateY(-2px); }
.btn-outline-purple { display: inline-flex; align-items: center; gap: 8px; border: 2px solid var(--purple); color: var(--purple); font-weight: 600; font-size: 15px; padding: 11px 26px; border-radius: 8px; transition: all 0.2s; }
.btn-outline-purple:hover { background: var(--purple); color: var(--white); }

/* CARDS */
.card { background: var(--white); border: 1px solid rgba(107,45,139,0.1); border-radius: 16px; overflow: hidden; transition: transform 0.25s, box-shadow 0.25s; }
.card:hover { transform: translateY(-5px); box-shadow: 0 16px 40px rgba(107,45,139,0.13); }
.card-body { padding: 28px; }
.card-img { width: 100%; height: 220px; object-fit: cover; }
.card-tag { display: inline-block; font-size: 11px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--gold-dark); background: var(--gold-pale); padding: 4px 12px; border-radius: 20px; margin-bottom: 12px; }
.card-title { font-family: var(--font-display); font-size: 1.15rem; font-weight: 700; color: var(--purple-dark); margin-bottom: 10px; }
.card-text { font-size: 14px; color: var(--text-mid); line-height: 1.75; }

/* GRIDS */
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.max-w { max-width: 1200px; margin-left: auto; margin-right: auto; }

/* PLACEHOLDER */
.img-placeholder { width: 100%; height: 220px; background: linear-gradient(135deg, var(--purple-pale), var(--gold-pale)); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; color: var(--text-light); font-size: 13px; }
.img-placeholder span { font-size: 36px; }

/* STATS STRIP */
.stats-strip { background: var(--purple-dark); padding: 40px 5%; }
.stats-strip .max-w { display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-item { text-align: center; padding: 0 20px; border-right: 1px solid rgba(255,255,255,0.12); }
.stat-item:last-child { border-right: none; }
.stat-number { font-family: var(--font-display); font-size: 2.4rem; font-weight: 700; color: var(--gold-light); line-height: 1; margin-bottom: 6px; }
.stat-label { font-size: 13px; color: rgba(255,255,255,0.7); }

/* QUOTE BLOCK */
.quote-block { background: var(--purple-pale); border-left: 4px solid var(--purple); padding: 22px 28px; border-radius: 0 12px 12px 0; margin: 24px 0; }
.quote-block p { font-family: var(--font-display); font-size: 1.1rem; font-style: italic; color: var(--purple-dark); line-height: 1.6; font-weight: 600; }

/* FOOTER */
footer { background: var(--text-dark); color: rgba(255,255,255,0.65); padding: 64px 5% 32px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; max-width: 1200px; margin: 0 auto 48px; }
.footer-logo { width: 56px; margin-bottom: 14px; }
.footer-name { font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: var(--white); margin-bottom: 4px; }
.footer-sub { font-size: 12px; color: var(--gold); letter-spacing: 0.06em; margin-bottom: 12px; }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.7; max-width: 240px; }
.footer-col-title { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 16px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 9px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.55); transition: color 0.2s; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; max-width: 1200px; margin: 0 auto; flex-wrap: wrap; gap: 10px; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.35); }

/* CONTACT FORM */
.form-box { background: var(--off-white); border-radius: 16px; padding: 40px; border: 1px solid rgba(107,45,139,0.1); }
.form-title { font-family: var(--font-display); font-size: 1.3rem; font-weight: 700; color: var(--purple-dark); margin-bottom: 24px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--text-mid); margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 11px 15px; border: 1.5px solid rgba(107,45,139,0.15); border-radius: 8px; font-family: var(--font-body); font-size: 15px; color: var(--text-dark); background: var(--white); outline: none; transition: border-color 0.2s; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--purple); }
.form-group textarea { height: 110px; resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-submit { width: 100%; background: var(--purple); color: var(--white); font-family: var(--font-body); font-size: 15px; font-weight: 700; padding: 13px; border: none; border-radius: 8px; cursor: pointer; transition: background 0.2s; }
.form-submit:hover { background: var(--purple-dark); }

/* CONTACT INFO */
.contact-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 24px; }
.contact-icon { width: 42px; height: 42px; background: var(--purple-pale); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.contact-label { font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-light); margin-bottom: 3px; }
.contact-value { font-size: 15px; color: var(--text-dark); font-weight: 500; line-height: 1.6; }
.contact-value a { color: var(--purple); }

/* RESPONSIVE */
@media(max-width:1180px){
  .navbar { display:flex; padding:0 5%; height:78px; gap:24px; }
  .nav-brand { max-width:none; }
  .nav-logo { width:50px; height:50px; }
  .nav-name-sub { font-size:10px; letter-spacing:0.07em; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; }
}
@media(max-width:900px){
  .stats-strip .max-w { grid-template-columns: repeat(2,1fr); gap: 20px; }
  .stat-item { border-right: none; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .grid-2,.grid-3,.grid-4 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media(max-width:560px){
  .grid-2,.grid-3,.grid-4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .stats-strip .max-w { grid-template-columns: 1fr 1fr; }
}








