/* /Components/Layout/MainLayout.razor.rz.scp.css */
:root[b-2hub45uz6d] {
  --ivory: #FAF8F4;
  --ivory-dark: #F0EBE1;
  --charcoal: #1F2937;
  --charcoal-light: #374151;
  --gold: #B08A4A;
  --gold-light: #C2A169;
  --border-color: rgba(176, 138, 74, 0.18);
  --muted: rgba(31, 41, 55, 0.78);
  --white: #FFFFFF;
  --font-sans: 'Tajawal', Arial, Helvetica, sans-serif;
  --font-serif: 'Amiri', Georgia, 'Times New Roman', serif;
  --container: 1280px;
}
@font-face {
  font-family: 'Amiri';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/amiri/v30/J7aRnpd8CGxBHqUp.ttf) format('truetype');
}
@font-face {
  font-family: 'Amiri';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/amiri/v30/J7acnpd8CGxBHp2VkZY4.ttf) format('truetype');
}
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tajawal/v12/Iurf6YBj_oCad4k1l5qjLrY.ttf) format('truetype');
}
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tajawal/v12/Iura6YBj_oCad4k1rzY.ttf) format('truetype');
}
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tajawal/v12/Iurf6YBj_oCad4k1l8KiLrY.ttf) format('truetype');
}
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tajawal/v12/Iurf6YBj_oCad4k1l4qkLrY.ttf) format('truetype');
}
*[b-2hub45uz6d] {
  box-sizing: border-box;
}
html[b-2hub45uz6d] {
  scroll-behavior: smooth;
  direction: rtl;
}
body[b-2hub45uz6d] {
  margin: 0;
  background: var(--ivory);
  color: var(--charcoal);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a[b-2hub45uz6d] {
  color: inherit;
  text-decoration: none;
}
main[b-2hub45uz6d] {
  min-height: 100vh;
}
.content[b-2hub45uz6d] {
  padding-top: 0;
}
[b-2hub45uz6d]::selection {
  background: var(--gold);
  color: white;
}
.page[b-2hub45uz6d] {
  min-height: 100vh;
  background: var(--ivory);
}
.site-header[b-2hub45uz6d] {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(250, 248, 244, 0.92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-color);
}
.header-inner[b-2hub45uz6d] {
  max-width: var(--container);
  height: 80px;
  margin: 0 auto;
  padding: 0 2.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.brand[b-2hub45uz6d] {
  font-family: var(--font-serif);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--charcoal);
  transition: color 0.3s ease;
}
.brand:hover[b-2hub45uz6d] {
  color: var(--gold);
}
.main-nav[b-2hub45uz6d] {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.main-nav[b-2hub45uz6d]  a {
  position: relative;
  padding: 0.5rem 0;
  color: var(--charcoal-light);
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.3s ease;
}
.main-nav[b-2hub45uz6d]  a:hover,
.main-nav[b-2hub45uz6d]  a.active {
  color: var(--gold);
}
.main-nav[b-2hub45uz6d]  a.active::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 2px;
  background: var(--gold);
  border-radius: 999px;
}
footer[b-2hub45uz6d] {
  background: var(--ivory-dark);
  border-top: 1px solid var(--border-color);
  padding: 3rem 1rem 2.5rem;
  text-align: center;
  color: var(--charcoal-light);
}
footer .footer-content[b-2hub45uz6d] {
  max-width: 900px;
  margin: 0 auto;
}
footer .footer-content h2[b-2hub45uz6d] {
  margin: 0 0 1rem;
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--charcoal);
}
footer .footer-content p[b-2hub45uz6d] {
  max-width: 100%;
  margin: 0 auto;
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--muted);
  white-space: nowrap;
}
footer .footer-content .footer-line[b-2hub45uz6d] {
  display: block;
  width: 54px;
  height: 1px;
  margin: 1.75rem auto;
  background: var(--gold);
}
footer .footer-content span[b-2hub45uz6d] {
  display: block;
  font-size: 0.85rem;
  color: var(--muted);
}
@media (max-width: 900px) {
  .header-inner[b-2hub45uz6d] {
    height: auto;
    padding: 1.25rem;
    flex-direction: column;
  }
  .main-nav[b-2hub45uz6d] {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 1.5rem;
  }
}
/* /Pages/ActivitiesInvestments.razor.rz.scp.css */
:root[b-z1936nx4i1] {
  --ivory: #FAF8F4;
  --ivory-dark: #F0EBE1;
  --charcoal: #1F2937;
  --charcoal-light: #374151;
  --gold: #B08A4A;
  --gold-light: #C2A169;
  --border-color: rgba(176, 138, 74, 0.18);
  --muted: rgba(31, 41, 55, 0.78);
  --white: #FFFFFF;
  --font-sans: 'Tajawal', Arial, Helvetica, sans-serif;
  --font-serif: 'Amiri', Georgia, 'Times New Roman', serif;
  --container: 1280px;
}
@font-face {
  font-family: 'Amiri';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/amiri/v30/J7aRnpd8CGxBHqUp.ttf) format('truetype');
}
@font-face {
  font-family: 'Amiri';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/amiri/v30/J7acnpd8CGxBHp2VkZY4.ttf) format('truetype');
}
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tajawal/v12/Iurf6YBj_oCad4k1l5qjLrY.ttf) format('truetype');
}
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tajawal/v12/Iura6YBj_oCad4k1rzY.ttf) format('truetype');
}
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tajawal/v12/Iurf6YBj_oCad4k1l8KiLrY.ttf) format('truetype');
}
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tajawal/v12/Iurf6YBj_oCad4k1l4qkLrY.ttf) format('truetype');
}
*[b-z1936nx4i1] {
  box-sizing: border-box;
}
html[b-z1936nx4i1] {
  scroll-behavior: smooth;
  direction: rtl;
}
body[b-z1936nx4i1] {
  margin: 0;
  background: var(--ivory);
  color: var(--charcoal);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a[b-z1936nx4i1] {
  color: inherit;
  text-decoration: none;
}
main[b-z1936nx4i1] {
  min-height: 100vh;
}
.content[b-z1936nx4i1] {
  padding-top: 0;
}
[b-z1936nx4i1]::selection {
  background: var(--gold);
  color: white;
}
.home-page[b-z1936nx4i1],
.inner-page[b-z1936nx4i1] {
  max-width: var(--container);
  margin: 0 auto;
  padding: 5rem 2.5rem 7rem;
}
.hero-section[b-z1936nx4i1] {
  position: relative;
  padding: 6rem 0 7rem;
  overflow: hidden;
}
.hero-section[b-z1936nx4i1]::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image: linear-gradient(var(--gold) 1px, transparent 1px), linear-gradient(90deg, var(--gold) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
.hero-content[b-z1936nx4i1] {
  position: relative;
  max-width: 880px;
}
.eyebrow[b-z1936nx4i1],
.page-header span[b-z1936nx4i1] {
  display: block;
  margin-bottom: 1rem;
  color: var(--gold);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
h1[b-z1936nx4i1] {
  margin: 0 0 2rem;
  font-family: var(--font-serif);
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 1.12;
  color: var(--charcoal);
}
h1 span[b-z1936nx4i1] {
  display: block;
  margin-top: 0.75rem;
  color: var(--charcoal-light);
  font-size: clamp(2.2rem, 5vw, 4.25rem);
}
.hero-content p[b-z1936nx4i1],
.page-header p[b-z1936nx4i1] {
  max-width: 760px;
  margin: 0 0 2.5rem;
  color: var(--charcoal-light);
  font-size: 1.25rem;
  line-height: 2;
}
.primary-link[b-z1936nx4i1] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--charcoal);
  color: white;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-weight: 700;
  transition: background 0.3s ease, transform 0.3s ease;
}
.primary-link:hover[b-z1936nx4i1] {
  background: var(--gold);
  transform: translateY(-2px);
}
.pillars-section[b-z1936nx4i1],
.content-grid[b-z1936nx4i1] {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.pillar-card[b-z1936nx4i1],
.section-card[b-z1936nx4i1] {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(31, 41, 55, 0.04);
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.pillar-card:hover[b-z1936nx4i1],
.section-card:hover[b-z1936nx4i1] {
  border-color: rgba(176, 138, 74, 0.45);
  box-shadow: 0 18px 40px rgba(31, 41, 55, 0.08);
}
.pillar-card span[b-z1936nx4i1],
.section-card span[b-z1936nx4i1] {
  display: block;
  margin-bottom: 1rem;
  color: var(--gold);
  font-weight: 700;
}
.pillar-card h2[b-z1936nx4i1],
.section-card h2[b-z1936nx4i1] {
  margin: 0 0 1rem;
  font-family: var(--font-serif);
  font-size: 1.8rem;
  color: var(--charcoal);
  line-height: 1.35;
}
.pillar-card p[b-z1936nx4i1],
.section-card p[b-z1936nx4i1] {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.9;
}
.pillar-card p:last-child[b-z1936nx4i1],
.section-card p:last-child[b-z1936nx4i1] {
  margin-bottom: 0;
}
.large-card[b-z1936nx4i1] {
  grid-column: 1 / -1;
}
.quote-section[b-z1936nx4i1] {
  max-width: 900px;
  margin: 7rem auto 0;
  text-align: center;
}
.quote-section h2[b-z1936nx4i1] {
  margin: 0;
  font-family: var(--font-serif);
  color: var(--charcoal);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.7;
}
.quote-section[b-z1936nx4i1]::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  margin: 2rem auto 0;
  background: var(--gold);
}
.page-header[b-z1936nx4i1] {
  margin-bottom: 4rem;
}
.section-card ul[b-z1936nx4i1] {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}
.section-card ul li[b-z1936nx4i1] {
  position: relative;
  padding-right: 1.5rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}
.section-card ul li[b-z1936nx4i1]::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.8rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}
@media (max-width: 900px) {
  .home-page[b-z1936nx4i1],
  .inner-page[b-z1936nx4i1] {
    padding: 3rem 1.25rem 5rem;
  }
  .hero-section[b-z1936nx4i1] {
    padding: 4rem 0 5rem;
  }
  .pillars-section[b-z1936nx4i1],
  .content-grid[b-z1936nx4i1] {
    grid-template-columns: 1fr;
  }
  .large-card[b-z1936nx4i1] {
    grid-column: span 1;
  }
}
/* /Pages/BusinessPartnerships.razor.rz.scp.css */
:root[b-4839w25zgb] {
  --ivory: #FAF8F4;
  --ivory-dark: #F0EBE1;
  --charcoal: #1F2937;
  --charcoal-light: #374151;
  --gold: #B08A4A;
  --gold-light: #C2A169;
  --border-color: rgba(176, 138, 74, 0.18);
  --muted: rgba(31, 41, 55, 0.78);
  --white: #FFFFFF;
  --font-sans: 'Tajawal', Arial, Helvetica, sans-serif;
  --font-serif: 'Amiri', Georgia, 'Times New Roman', serif;
  --container: 1280px;
}
.partnerships-page[b-4839w25zgb] {
  min-height: calc(100vh - 80px);
  background: var(--ivory);
  padding: 4.5rem 1.5rem 6rem;
  direction: rtl;
}
.partnerships-header[b-4839w25zgb] {
  max-width: 720px;
  margin: 0 auto 5rem;
  text-align: center;
}
.partnerships-header h1[b-4839w25zgb] {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.3;
  color: var(--charcoal);
  font-weight: 700;
}
.partnerships-header span[b-4839w25zgb] {
  display: block;
  width: 70px;
  height: 3px;
  margin: 1.2rem auto 1.6rem;
  background: var(--gold);
  border-radius: 999px;
}
.partnerships-header p[b-4839w25zgb] {
  margin: 0 auto;
  color: var(--muted);
  font-size: 1rem;
  line-height: 2;
}
.partnerships-list[b-4839w25zgb] {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  gap: 2rem;
}
.partnership-card[b-4839w25zgb] {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.8rem;
  align-items: center;
  background: var(--white);
  border: 1px solid rgba(176, 138, 74, 0.12);
  border-radius: 0.9rem;
  padding: 2.4rem 2.2rem;
  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.partnership-card:hover[b-4839w25zgb] {
  transform: translateY(-4px);
  border-color: rgba(176, 138, 74, 0.35);
  box-shadow: 0 16px 36px rgba(31, 41, 55, 0.08);
}
.partnership-card h2[b-4839w25zgb] {
  margin: 0 0 0.9rem;
  font-family: var(--font-serif);
  font-size: 1.45rem;
  color: var(--charcoal);
  font-weight: 700;
  line-height: 1.4;
}
.partnership-card p[b-4839w25zgb] {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 2;
}
.partnership-icon[b-4839w25zgb] {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(176, 138, 74, 0.15);
  color: var(--gold);
  border-radius: 50%;
  font-size: 1.45rem;
  line-height: 1;
}
@media (max-width: 700px) {
  .partnerships-page[b-4839w25zgb] {
    padding: 3.5rem 1rem 4.5rem;
  }
  .partnerships-header[b-4839w25zgb] {
    margin-bottom: 3rem;
  }
  .partnership-card[b-4839w25zgb] {
    grid-template-columns: 1fr;
    gap: 1.2rem;
    padding: 2rem 1.5rem;
  }
  .partnership-icon[b-4839w25zgb] {
    margin-right: auto;
  }
}
/* /Pages/FutureVisionDevelopment.razor.rz.scp.css */
:root[b-1w2hdv3dx9] {
  --ivory: #FAF8F4;
  --ivory-dark: #F0EBE1;
  --charcoal: #1F2937;
  --charcoal-light: #374151;
  --gold: #B08A4A;
  --gold-light: #C2A169;
  --border-color: rgba(176, 138, 74, 0.18);
  --muted: rgba(31, 41, 55, 0.78);
  --white: #FFFFFF;
  --font-sans: 'Tajawal', Arial, Helvetica, sans-serif;
  --font-serif: 'Amiri', Georgia, 'Times New Roman', serif;
  --container: 1280px;
}
.future-vision-page[b-1w2hdv3dx9] {
  min-height: calc(100vh - 80px);
  background: var(--ivory);
  padding: 4.5rem 1.5rem 6rem;
  direction: rtl;
}
.vision-header[b-1w2hdv3dx9] {
  max-width: 720px;
  margin: 0 auto 5rem;
  text-align: center;
}
.vision-header h1[b-1w2hdv3dx9] {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 5vw, 3.6rem);
  line-height: 1.3;
  color: var(--charcoal);
  font-weight: 700;
}
.vision-header span[b-1w2hdv3dx9] {
  display: block;
  width: 70px;
  height: 3px;
  margin: 1.2rem auto 1.6rem;
  background: var(--gold);
  border-radius: 999px;
}
.vision-header p[b-1w2hdv3dx9] {
  margin: 0 auto;
  color: var(--muted);
  font-size: 1rem;
  line-height: 2;
}
.vision-grid[b-1w2hdv3dx9] {
  max-width: 1080px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.75rem;
}
.vision-card[b-1w2hdv3dx9] {
  background: var(--white);
  border: 1px solid rgba(176, 138, 74, 0.12);
  border-radius: 0.9rem;
  padding: 2.4rem 2.2rem;
  min-height: 230px;
  box-shadow: 0 8px 22px rgba(31, 41, 55, 0.04);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.vision-card:hover[b-1w2hdv3dx9] {
  transform: translateY(-4px);
  border-color: rgba(176, 138, 74, 0.35);
  box-shadow: 0 16px 36px rgba(31, 41, 55, 0.08);
}
.vision-card h2[b-1w2hdv3dx9] {
  margin: 1.5rem 0 1rem;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  color: var(--charcoal);
  font-weight: 700;
  line-height: 1.4;
}
.vision-card p[b-1w2hdv3dx9] {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 2;
}
.vision-icon[b-1w2hdv3dx9] {
  width: 44px;
  height: 44px;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(176, 138, 74, 0.15);
  color: var(--gold);
  border-radius: 50%;
  font-size: 1.3rem;
  line-height: 1;
}
@media (max-width: 800px) {
  .future-vision-page[b-1w2hdv3dx9] {
    padding: 3.5rem 1rem 4.5rem;
  }
  .vision-header[b-1w2hdv3dx9] {
    margin-bottom: 3rem;
  }
  .vision-grid[b-1w2hdv3dx9] {
    grid-template-columns: 1fr;
  }
  .vision-card[b-1w2hdv3dx9] {
    padding: 2rem 1.5rem;
  }
}
/* /Pages/Home.razor.rz.scp.css */
:root[b-fh4kxf2j9t] {
  --ivory: #FAF8F4;
  --ivory-dark: #F0EBE1;
  --charcoal: #1F2937;
  --charcoal-light: #374151;
  --gold: #B08A4A;
  --gold-light: #C2A169;
  --border-color: rgba(176, 138, 74, 0.18);
  --muted: rgba(31, 41, 55, 0.78);
  --white: #FFFFFF;
  --font-sans: 'Tajawal', Arial, Helvetica, sans-serif;
  --font-serif: 'Amiri', Georgia, 'Times New Roman', serif;
  --container: 1280px;
}
@font-face {
  font-family: 'Amiri';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/amiri/v30/J7aRnpd8CGxBHqUp.ttf) format('truetype');
}
@font-face {
  font-family: 'Amiri';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/amiri/v30/J7acnpd8CGxBHp2VkZY4.ttf) format('truetype');
}
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tajawal/v12/Iurf6YBj_oCad4k1l5qjLrY.ttf) format('truetype');
}
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tajawal/v12/Iura6YBj_oCad4k1rzY.ttf) format('truetype');
}
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tajawal/v12/Iurf6YBj_oCad4k1l8KiLrY.ttf) format('truetype');
}
@font-face {
  font-family: 'Tajawal';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/tajawal/v12/Iurf6YBj_oCad4k1l4qkLrY.ttf) format('truetype');
}
*[b-fh4kxf2j9t] {
  box-sizing: border-box;
}
html[b-fh4kxf2j9t] {
  scroll-behavior: smooth;
  direction: rtl;
}
body[b-fh4kxf2j9t] {
  margin: 0;
  background: var(--ivory);
  color: var(--charcoal);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a[b-fh4kxf2j9t] {
  color: inherit;
  text-decoration: none;
}
main[b-fh4kxf2j9t] {
  min-height: 100vh;
}
.content[b-fh4kxf2j9t] {
  padding-top: 0;
}
[b-fh4kxf2j9t]::selection {
  background: var(--gold);
  color: white;
}
.home-page[b-fh4kxf2j9t],
.inner-page[b-fh4kxf2j9t] {
  max-width: var(--container);
  margin: 0 auto;
  padding: 5rem 2.5rem 7rem;
}
.hero-section[b-fh4kxf2j9t] {
  position: relative;
  padding: 6rem 0 7rem;
  overflow: hidden;
}
.hero-section[b-fh4kxf2j9t]::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image: linear-gradient(var(--gold) 1px, transparent 1px), linear-gradient(90deg, var(--gold) 1px, transparent 1px);
  background-size: 40px 40px;
  pointer-events: none;
}
.hero-content[b-fh4kxf2j9t] {
  position: relative;
  max-width: 880px;
}
.eyebrow[b-fh4kxf2j9t],
.page-header span[b-fh4kxf2j9t] {
  display: block;
  margin-bottom: 1rem;
  color: var(--gold);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
h1[b-fh4kxf2j9t] {
  margin: 0 0 2rem;
  font-family: var(--font-serif);
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 1.12;
  color: var(--charcoal);
}
h1 span[b-fh4kxf2j9t] {
  display: block;
  margin-top: 0.75rem;
  color: var(--charcoal-light);
  font-size: clamp(2.2rem, 5vw, 4.25rem);
}
.hero-content p[b-fh4kxf2j9t],
.page-header p[b-fh4kxf2j9t] {
  max-width: 760px;
  margin: 0 0 2.5rem;
  color: var(--charcoal-light);
  font-size: 1.25rem;
  line-height: 2;
}
.primary-link[b-fh4kxf2j9t] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--charcoal);
  color: white;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  font-weight: 700;
  transition: background 0.3s ease, transform 0.3s ease;
}
.primary-link:hover[b-fh4kxf2j9t] {
  background: var(--gold);
  transform: translateY(-2px);
}
.pillars-section[b-fh4kxf2j9t],
.content-grid[b-fh4kxf2j9t] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.pillar-card[b-fh4kxf2j9t],
.section-card[b-fh4kxf2j9t] {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 10px 30px rgba(31, 41, 55, 0.04);
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.pillar-card:hover[b-fh4kxf2j9t],
.section-card:hover[b-fh4kxf2j9t] {
  transform: translateY(-4px);
  border-color: rgba(176, 138, 74, 0.45);
  box-shadow: 0 18px 40px rgba(31, 41, 55, 0.08);
}
.pillar-card span[b-fh4kxf2j9t],
.section-card span[b-fh4kxf2j9t] {
  display: block;
  margin-bottom: 1rem;
  color: var(--gold);
  font-weight: 700;
}
.pillar-card h2[b-fh4kxf2j9t],
.section-card h2[b-fh4kxf2j9t] {
  margin: 0 0 1rem;
  font-family: var(--font-serif);
  font-size: 1.8rem;
  color: var(--charcoal);
  line-height: 1.35;
}
.pillar-card p[b-fh4kxf2j9t],
.section-card p[b-fh4kxf2j9t] {
  margin: 0 0 1rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.9;
}
.pillar-card p:last-child[b-fh4kxf2j9t],
.section-card p:last-child[b-fh4kxf2j9t] {
  margin-bottom: 0;
}
.large-card[b-fh4kxf2j9t] {
  grid-column: span 2;
}
.quote-section[b-fh4kxf2j9t] {
  max-width: 900px;
  margin: 7rem auto 0;
  text-align: center;
}
.quote-section h2[b-fh4kxf2j9t] {
  margin: 0;
  font-family: var(--font-serif);
  color: var(--charcoal);
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.7;
}
.quote-section[b-fh4kxf2j9t]::after {
  content: "";
  display: block;
  width: 80px;
  height: 1px;
  margin: 2rem auto 0;
  background: var(--gold);
}
.page-header[b-fh4kxf2j9t] {
  margin-bottom: 4rem;
}
.section-card ul[b-fh4kxf2j9t] {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 1rem;
}
.section-card ul li[b-fh4kxf2j9t] {
  position: relative;
  padding-right: 1.5rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.8;
}
.section-card ul li[b-fh4kxf2j9t]::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0.8rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
}
@media (max-width: 900px) {
  .home-page[b-fh4kxf2j9t],
  .inner-page[b-fh4kxf2j9t] {
    padding: 3rem 1.25rem 5rem;
  }
  .hero-section[b-fh4kxf2j9t] {
    padding: 4rem 0 5rem;
  }
  .pillars-section[b-fh4kxf2j9t],
  .content-grid[b-fh4kxf2j9t] {
    grid-template-columns: 1fr;
  }
  .large-card[b-fh4kxf2j9t] {
    grid-column: span 1;
  }
}
