.hero {
background:linear-gradient(135deg,#1a1a1a 0%,#2a2a2a 100%); padding:72px 0 64px; position:relative; overflow:hidden;
}

.hero::before {
content:''; position:absolute; inset:0; background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23F7941D' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.hero-inner {
max-width:900px; margin:0 auto; padding:0 32px; text-align:center; position:relative;
}

.hero-eyebrow {
font-size:11px; font-weight:700; letter-spacing:.12em; color:var(--org); text-transform:uppercase; margin-bottom:16px; display:flex; align-items:center; justify-content:center; gap:10px;
}

.hero-eyebrow::before, .hero-eyebrow::after {
content:''; width:32px; height:2px; background:var(--org); border-radius:2px; opacity:.5;
}

.hero-title {
font-family:'DM Serif Display',serif; font-size:52px; color:#fff; line-height:1.1; margin-bottom:20px;
}

.hero-title em {
color:var(--org); font-style:normal;
}

.section {
max-width:1200px; margin:0 auto; padding:64px 32px;
}

.section-sm {
max-width:1200px; margin:0 auto; padding:48px 32px;
}

.section-title {
font-family:'DM Serif Display',serif; font-size:34px; color:#1a1a1a; margin-bottom:8px;
}

.section-sub {
font-size:16px; color:#888; margin-bottom:40px; max-width:600px;
}

.eyebrow {
font-size:11px; font-weight:700; letter-spacing:.1em; color:var(--org); text-transform:uppercase; margin-bottom:10px; display:flex; align-items:center; gap:8px;
}

.eyebrow::before {
content:''; width:20px; height:2px; background:var(--org); border-radius:2px;
}

.divider-line {
height:1px; background:linear-gradient(90deg,transparent,#ede8e1,transparent); margin:0;
}

.vm-grid {
display:grid; grid-template-columns:1fr 1fr; gap:20px; margin-bottom:0;
}

.vm-card {
border-radius:var(--radius); padding:36px; position:relative; overflow:hidden;
}

.vm-card-vision {
background:var(--org); color:#fff;
}

.vm-card-mission {
background:#1a1a1a; color:#fff;
}

.vm-card-icon {
font-size:36px; margin-bottom:16px;
}

.vm-card-label {
font-size:11px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; opacity:.7; margin-bottom:10px;
}

.vm-card-vision .vm-card-label {
color:rgba(255,255,255,.75);
}

.vm-card-mission .vm-card-label {
color:var(--org);
}

.vm-card-text {
font-family:'DM Serif Display',serif; font-size:26px; line-height:1.3;
}

.vm-card-vision .vm-card-text {
color:#fff;
}

.vm-card-mission .vm-card-text {
color:#fff;
}

.vm-card::after {
content:''; position:absolute; bottom:-20px; right:-20px; width:120px; height:120px; border-radius:50%; background:rgba(255,255,255,.06);
}

.service-bg {
background:#fff; border-top:1px solid #ede8e1; border-bottom:1px solid #ede8e1;
}

.service-header {
display:grid; grid-template-columns:1fr 1fr; gap:48px; align-items:center; margin-bottom:52px;
}

.service-intro {
font-size:16px; color:#555; line-height:1.8;
}

.service-intro p {
margin-bottom:14px;
}

.service-intro p:last-child {
margin-bottom:0;
}

.service-quote {
background:var(--org-l); border-left:4px solid var(--org); border-radius:0 var(--radius-sm) var(--radius-sm) 0; padding:24px 28px;
}

.sq-text {
font-family:'DM Serif Display',serif; font-size:20px; color:#1a1a1a; line-height:1.5; margin-bottom:10px; font-style:italic;
}

.sq-attr {
font-size:13px; color:#888; font-weight:500;
}

.benefits-grid {
display:grid; grid-template-columns:1fr 1fr; gap:14px;
}

.benefit-item {
display:flex; gap:14px; background:#fafaf8; border:1px solid #ede8e1; border-radius:var(--radius-sm); padding:18px;
}

.benefit-icon {
width:36px; height:36px; border-radius:9px; background:var(--org-l); display:flex; align-items:center; justify-content:center; font-size:18px; flex-shrink:0;
}

.benefit-text {
font-size:14px; color:#444; line-height:1.6;
}

.hiw-bg {
background:linear-gradient(135deg,var(--org) 0%,#e07800 100%);
}

.hiw-grid {
display:grid; grid-template-columns:repeat(4,1fr); gap:0;
}

.hiw-step {
padding:36px 28px; position:relative;
}

.hiw-step:not(:last-child)::after {
content:'→'; position:absolute; right:-10px; top:50%; transform:translateY(-50%); font-size:24px; color:rgba(255,255,255,.3);
}

.hiw-num {
width:48px; height:48px; border-radius:50%; background:rgba(255,255,255,.2); border:2px solid rgba(255,255,255,.4); display:flex; align-items:center; justify-content:center; font-size:20px; font-weight:700; color:#fff; margin-bottom:16px;
}

.hiw-step-title {
font-size:17px; font-weight:700; color:#fff; margin-bottom:8px;
}

.hiw-step-text {
font-size:14px; color:rgba(255,255,255,.8); line-height:1.7;
}

.testimonials-grid {
display:grid; grid-template-columns:1fr 1fr 1fr; gap:20px;
}

.testimonial {
background:#fff; border-radius:var(--radius); border:1px solid #ede8e1; padding:28px; box-shadow:var(--shadow);
}

.testimonial-mark {
font-family:'DM Serif Display',serif; font-size:56px; color:var(--org-b); line-height:.6; margin-bottom:12px;
}

.testimonial-text {
font-size:15px; color:#444; line-height:1.75; margin-bottom:18px; font-style:italic;
}

.testimonial-company {
display:flex; align-items:center; gap:8px;
}

.testimonial-logo {
width:32px; height:32px; border-radius:7px; background:var(--org); display:flex; align-items:center; justify-content:center; font-size:10px; font-weight:800; color:#fff;
}

.testimonial-name {
font-size:13px; font-weight:700; color:#1a1a1a;
}

.partners-section {
background:#1a1a1a;
}

.partners-inner {
max-width:1200px; margin:0 auto; padding:56px 32px;
}

.partners-title {
font-family:'DM Serif Display',serif; font-size:32px; color:#fff; text-align:center; margin-bottom:8px;
}

.partners-sub {
text-align:center; font-size:15px; color:rgba(255,255,255,.5); margin-bottom:48px;
}

.partners-grid {
display:grid; grid-template-columns:1fr 1fr; gap:24px;
}

.partner-card {
background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius:var(--radius); padding:32px;
}

.partner-card-top {
display:flex; align-items:center; gap:14px; margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid rgba(255,255,255,.08);
}

.partner-logo-hib {
width:48px; height:48px; border-radius:12px; background:var(--org); display:flex; align-items:center; justify-content:center; font-size:16px; font-weight:800; color:#fff; flex-shrink:0;
}

.partner-logo-thf {
width:48px; height:48px; border-radius:50%; background:var(--thf-teal); display:flex; align-items:center; justify-content:center; font-size:20px; font-weight:800; color:var(--thf-gold); font-style:italic; flex-shrink:0; text-shadow:1px 1px 0 rgba(0,0,0,.2);
}

.partner-org-name {
font-size:18px; font-weight:700; color:#fff; line-height:1.2;
}

.partner-org-type {
font-size:12px; color:rgba(255,255,255,.4); margin-top:2px;
}

.partner-badge {
font-size:10px; font-weight:600; color:var(--thf-gold); background:rgba(245,166,35,.15); border:1px solid rgba(245,166,35,.3); border-radius:20px; padding:2px 8px;
}

.partner-desc {
font-size:14px; color:rgba(255,255,255,.6); line-height:1.75; margin-bottom:16px;
}

.partner-link {
display:inline-flex; align-items:center; gap:6px; font-size:13px; color:var(--org); font-weight:600; text-decoration:none;
}

.partner-link:hover {
color:var(--org-b);
}

.cta-section {
background:var(--org); padding:64px 32px; text-align:center;
}

.cta-inner {
max-width:700px; margin:0 auto;
}

.cta-title {
font-family:'DM Serif Display',serif; font-size:38px; color:#fff; margin-bottom:14px;
}

.cta-sub {
font-size:17px; color:rgba(255,255,255,.85); margin-bottom:28px; line-height:1.6;
}

.cta-actions {
display:flex; gap:14px; justify-content:center; flex-wrap:wrap;
}

.btn-white {
background:#fff; color:var(--org); padding:14px 28px; border-radius:var(--radius-sm); font-weight:700; font-size:16px; text-decoration:none;
}

.btn-ghost {
background:rgba(255,255,255,.15); color:#fff; padding:14px 28px; border-radius:var(--radius-sm); font-weight:600; font-size:16px; text-decoration:none; border:1.5px solid rgba(255,255,255,.4);
}

@keyframes notif-pulse {
0%,100% { transform:scale(1); }
    50% { transform:scale(1.15); }
}

@media(max-width:768px) {
.hero-inner,.page-header-inner {flex-direction:column!important;padding:0 16px!important;gap:20px!important;text-align:center}
.hero {padding:32px 0 28px!important}
.hero-title {font-size:28px!important;line-height:1.2!important}
.vm-grid,.partners-grid {grid-template-columns:1fr!important}
.vm-card {padding:22px 18px!important}
.service-header {grid-template-columns:1fr!important}
.benefits-grid {grid-template-columns:1fr!important}
.hiw-grid {grid-template-columns:1fr 1fr!important}
.hiw-step {padding:18px 14px!important}
.testimonials-grid {grid-template-columns:1fr!important}
.section {padding:28px 16px!important}
.section-sm {padding:24px 16px!important}
.partners-inner {padding:32px 16px!important}
.cta-section {padding:36px 16px!important}
.cta-title {font-size:24px!important}
.cta-actions {flex-direction:column;gap:10px}
}

/* extracted inline styles */
.about-i1 {
  margin-bottom:20px;
}

.about-i2 {
  max-width:1200px;margin:0 auto;padding:56px 32px;
}

.about-i3 {
  text-align:center;margin-bottom:44px;
}

.about-i4 {
  justify-content:center;color:rgba(255,255,255,.6);
}

.about-i5 {
  font-family:'DM Serif Display',serif;font-size:34px;color:#fff;margin-bottom:8px;
}

.about-i6 {
  font-size:16px;color:rgba(255,255,255,.6);max-width:560px;margin:0 auto;
}

.about-i7 {
  margin-top:28px;
}

.about-i8 {
  background:#1a3568;
}

.about-i9 {
  background:#2a9d8f;
}

.about-i10 {
  margin-top:40px;text-align:center;
}

.about-i11 {
  font-size:13px;font-weight:600;color:#aaa;text-transform:uppercase;letter-spacing:.08em;margin-bottom:18px;
}

.about-i12 {
  position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--radius);box-shadow:0 8px 32px rgba(0,0,0,.12);max-width:800px;margin:0 auto;
}

.about-i13 {
  position:absolute;top:0;left:0;width:100%;height:100%;border-radius:var(--radius);
}

.about-i14 {
  margin-top:14px;font-size:14px;color:#999;
}

.about-i15 {
  color:var(--org);font-weight:600;
}

.about-i16 {
  margin-top:52px;scroll-margin-top:88px;
}

.about-i17 {
  text-align:center;margin-bottom:28px;
}

.about-i18 {
  font-size:11px;font-weight:700;color:var(--org);text-transform:uppercase;letter-spacing:.1em;margin-bottom:10px;display:flex;align-items:center;justify-content:center;gap:8px;
}

.about-i19 {
  width:24px;height:2px;background:var(--org);display:inline-block;border-radius:2px;
}

.about-i20 {
  font-family:'DM Serif Display',serif;font-size:34px;color:#1a1a1a;margin-bottom:8px;
}

.about-i21 {
  font-size:16px;color:#888;max-width:560px;margin:0 auto;
}

.about-i22 {
  background:#fff;border-radius:var(--radius);border:1px solid #ede8e1;padding:36px 40px;max-width:680px;margin:0 auto;box-shadow:0 4px 20px rgba(0,0,0,.07);
}

.about-i23 {
  display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;
}

.about-i24 {
  font-size:13px;font-weight:600;color:#444;display:block;margin-bottom:5px;
}

.about-i25 {
  color:var(--org);
}

.about-i26 {
  width:100%;height:44px;border:1.5px solid #e0dbd2;border-radius:9px;padding:0 14px;font-size:14px;font-family:inherit;color:#1a1a1a;background:#fafaf8;outline:none;transition:border-color .15s;
}

.about-i27 {
  margin-bottom:22px;
}

.about-i28 {
  width:100%;min-height:120px;border:1.5px solid #e0dbd2;border-radius:9px;padding:12px 14px;font-size:14px;font-family:inherit;color:#1a1a1a;background:#fafaf8;outline:none;resize:vertical;line-height:1.6;transition:border-color .15s;
}

.about-i29 {
  width:100%;padding:14px;background:var(--org);color:#fff;border:none;border-radius:9px;font-size:15px;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s;
}

.about-i30 {
  display:none;text-align:center;padding:24px 0;
}

.about-i31 {
  font-size:48px;margin-bottom:12px;
}

.about-i32 {
  font-size:20px;font-weight:700;color:#1a1a1a;margin-bottom:8px;
}

.about-i33 {
  font-size:15px;color:#888;
}

.about-i34 {
  justify-content:center;color:var(--org);margin-bottom:12px;
}

#contact {
  scroll-margin-top:140px;
}
