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

body { font-family: Georgia, "Times New Roman", serif; color: rgb(47, 51, 62); background: rgb(255, 255, 255); }

/* HERO */

.hero { background: rgb(47, 51, 62); color: rgb(255, 255, 255); padding: 80px 40px 72px; text-align: center; }

.hero-eyebrow { font-family: "Helvetica Neue", Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: rgb(45, 128, 195); margin-bottom: 20px; }

.hero h1 { font-size: clamp(36px, 5vw, 58px); line-height: 1.1; font-weight: normal; max-width: 760px; margin: 0 auto 24px; letter-spacing: -0.5px; }

.hero h1 em { font-style: italic; color: rgb(45, 128, 195); }

.hero-sub { font-family: "Helvetica Neue", Arial, sans-serif; font-size: 18px; line-height: 1.6; max-width: 580px; margin: 0 auto 40px; color: rgb(197, 216, 237); font-weight: 300; }

.hero-cta { display: inline-block; background: rgb(45, 128, 195); color: rgb(255, 255, 255); font-family: "Helvetica Neue", Arial, sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; padding: 14px 32px; text-decoration: none; border-radius: 2px; transition: background 0.2s; }

.hero-cta:hover { background: rgb(35, 108, 170); }

/* SECTIONS */

section { padding: 72px 40px; max-width: 1100px; margin: 0 auto; }

.section-label { font-family: "Helvetica Neue", Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: rgb(45, 128, 195); margin-bottom: 16px; }

h2 { font-size: clamp(28px, 3.5vw, 42px); font-weight: normal; line-height: 1.2; margin-bottom: 24px; letter-spacing: -0.3px; color: rgb(47, 51, 62); }

p.body { font-size: 18px; line-height: 1.7; color: rgb(68, 68, 68); max-width: 680px; margin-bottom: 20px; }

/* PILLARS */

.pillars { background: rgb(47, 51, 62); padding: 72px 40px; color: rgb(255, 255, 255); }

.pillars-inner { max-width: 1100px; margin: 0 auto; }

.pillars .section-label { color: rgb(45, 128, 195); }

.pillars h2 { color: rgb(255, 255, 255); margin-bottom: 48px; }

.pillars-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }

.pillar-num { font-family: "Helvetica Neue", Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 2px; color: rgb(45, 128, 195); margin-bottom: 12px; }

.pillar h3 { font-size: 22px; font-weight: normal; margin-bottom: 12px; color: rgb(255, 255, 255); line-height: 1.25; }

.pillar p { font-size: 15px; line-height: 1.65; color: rgb(197, 216, 237); font-family: "Helvetica Neue", Arial, sans-serif; }

.pillar-divider { width: 32px; height: 2px; background: rgb(45, 128, 195); margin-bottom: 16px; }

/* SPOTLIGHT */

.spotlight { background: rgb(244, 248, 253); padding: 72px 40px; }

.spotlight-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }

.spotlight-tag { display: inline-block; background: rgb(45, 128, 195); color: rgb(255, 255, 255); font-family: "Helvetica Neue", Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; padding: 5px 12px; margin-bottom: 20px; }

.time-callout { font-family: "Helvetica Neue", Arial, sans-serif; font-size: 20px; font-weight: 700; color: rgb(45, 128, 195); border-left: 3px solid rgb(45, 128, 195); padding-left: 20px; margin-top: 28px; line-height: 1.4; }

.preview-box { background: rgb(255, 255, 255); border: 1px solid rgb(197, 216, 237); border-radius: 4px; padding: 28px; box-shadow: 0 4px 20px rgba(45, 128, 195, 0.1); }

.preview-box-label { font-family: "Helvetica Neue", Arial, sans-serif; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; color: rgb(136, 136, 136); margin-bottom: 16px; }

.preview-headline { font-size: 16px; font-weight: bold; margin-bottom: 16px; color: rgb(47, 51, 62); font-family: Georgia, serif; line-height: 1.4; }

.preview-item { padding: 10px 0; border-bottom: 1px solid rgb(238, 244, 251); font-family: "Helvetica Neue", Arial, sans-serif; font-size: 13px; color: rgb(68, 68, 68); line-height: 1.5; }

.preview-item:last-child { border-bottom: none; }

.preview-item strong { color: rgb(45, 128, 195); display: block; font-size: 12px; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 3px; }

.preview-link { display: inline-block; margin-top: 16px; font-family: "Helvetica Neue", Arial, sans-serif; font-size: 13px; font-weight: 700; color: rgb(45, 128, 195); text-decoration: none; letter-spacing: 0.5px; transition: color 0.2s; }

.preview-link:hover { color: rgb(35, 108, 170); }

/* WHO WE SERVE */

.serve { padding: 72px 40px; max-width: 1100px; margin: 0 auto; }

.serve-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2px; margin-top: 40px; background: rgb(45, 128, 195); }

.serve-card { background: rgb(255, 255, 255); padding: 36px; }

.serve-card h3 { font-size: 20px; font-weight: normal; margin-bottom: 12px; color: rgb(45, 128, 195); }

.serve-card p { font-family: "Helvetica Neue", Arial, sans-serif; font-size: 15px; color: rgb(85, 85, 85); line-height: 1.6; }

/* TOOLS IN DEVELOPMENT */

.tools-dev { background: rgb(255, 255, 255); padding: 72px 40px; border-top: 1px solid rgb(221, 232, 244); }

.tools-dev-inner { max-width: 1100px; margin: 0 auto; }

.tools-tier-label { font-family: "Helvetica Neue", Arial, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: rgb(45, 128, 195); margin-bottom: 0; margin-top: 48px; }

.tools-tier-label:first-of-type { margin-top: 0; }

.tools-grid { display: grid; gap: 2px; margin-top: 16px; background: rgb(45, 128, 195); }

.tools-grid-2 { grid-template-columns: repeat(2, 1fr); }

.tools-grid-3 { grid-template-columns: repeat(3, 1fr); }

.tool-card { background: rgb(244, 248, 253); padding: 36px; }

.tool-status-active { font-family: "Helvetica Neue", Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgb(45, 128, 195); margin-bottom: 14px; }

.tool-status-exploring { font-family: "Helvetica Neue", Arial, sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: rgb(136, 136, 136); margin-bottom: 14px; }

.tool-card h3 { font-size: 20px; font-weight: normal; margin-bottom: 12px; color: rgb(47, 51, 62); line-height: 1.3; }

.tool-card p { font-family: "Helvetica Neue", Arial, sans-serif; font-size: 15px; color: rgb(85, 85, 85); line-height: 1.6; }

.tools-note { font-family: "Helvetica Neue", Arial, sans-serif; font-size: 13px; color: rgb(136, 136, 136); margin-top: 20px; font-style: italic; }

/* QUOTE */

.quote-section { background: rgb(45, 128, 195); padding: 72px 40px; text-align: center; }

.quote-section blockquote { font-size: clamp(22px, 3vw, 34px); line-height: 1.4; color: rgb(255, 255, 255); max-width: 760px; margin: 0 auto 24px; font-weight: normal; font-style: italic; }

.quote-attr { font-family: "Helvetica Neue", Arial, sans-serif; font-size: 13px; color: rgb(197, 216, 237); letter-spacing: 1px; text-transform: uppercase; }

/* ABOUT */

.about-section { padding: 72px 40px; max-width: 1100px; margin: 0 auto; }

/* CTA FOOTER */

.cta-footer { padding: 80px 40px; text-align: center; background: rgb(234, 242, 251); }

.cta-footer h2 { margin-bottom: 20px; }

.cta-footer p.body { margin: 0 auto 40px; text-align: center; }

.cta-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.btn-primary { display: inline-block; background: rgb(45, 128, 195); color: rgb(255, 255, 255); font-family: "Helvetica Neue", Arial, sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; padding: 14px 32px; text-decoration: none; border-radius: 2px; transition: background 0.2s; }

.btn-primary:hover { background: rgb(35, 108, 170); }

.btn-secondary { display: inline-block; background: transparent; color: rgb(45, 128, 195); font-family: "Helvetica Neue", Arial, sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 1px; text-transform: uppercase; padding: 14px 32px; text-decoration: none; border: 2px solid rgb(45, 128, 195); border-radius: 2px; transition: background 0.2s, color 0.2s; }

.btn-secondary:hover { background: rgb(45, 128, 195); color: rgb(255, 255, 255); }

footer { background: rgb(47, 51, 62); color: rgb(136, 136, 136); text-align: center; font-family: "Helvetica Neue", Arial, sans-serif; font-size: 12px; padding: 24px; }

footer a { color: rgb(136, 136, 136); text-decoration: none; transition: color 0.2s; }

footer a:hover { color: rgb(255, 255, 255); }

/* RESPONSIVE */

@media (max-width: 900px) {
  .pillars-grid { grid-template-columns: repeat(2, 1fr); }
  .serve-grid { grid-template-columns: repeat(2, 1fr); }
  .tools-grid-2 { grid-template-columns: repeat(2, 1fr); }
  .tools-grid-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .spotlight-inner { grid-template-columns: 1fr; }
}

@media (max-width: 540px) {
  .pillars-grid { grid-template-columns: 1fr; }
  .serve-grid { grid-template-columns: 1fr; }
  .tools-grid-2 { grid-template-columns: 1fr; }
  .tools-grid-3 { grid-template-columns: 1fr; }
}
