/* ========================================================= itrcs — HERO (STRUCTURE RESTORED + NEW COLORS) ========================================================= */ .itrcs-hero { position: relative; overflow: hidden; padding-top: 28px; padding-bottom: 64px; /* Navy Gradient from Image */ background: linear-gradient(135deg, #061B3D 0%, #0A2652 100%); border-bottom: 4px solid #FDB933; /* Gold accent line */ } .itrcs-hero-grid { display: flex; flex-wrap: wrap; align-items: center; } .itrcs-hero-copy { flex: 1 1 560px; min-width: 280px; padding-right: 28px; box-sizing: border-box; } /* Typography Colors for Dark Background */ .itrcs-hero .itrcs-h1 { color: #FFFFFF; margin: 0 0 12px 0; font-size: 42px; line-height: 1.08; } .itrcs-hero .itrcs-p { color: #CBD5E1; /* Light Slate for contrast */ } .itrcs-hero .itrcs-kicker { color: #FDB933; /* Gold Kicker */ } /* ========================================================= itrcs — BUTTONS (STRUCTURE + NEW COLORS) ========================================================= */ .itrcs-actions { margin-top: 18px; display: flex; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; } .itrcs-actions a { display: inline-block; margin: 10px; text-decoration: none; font-weight: 800; border-radius: 999px; padding: 12px 16px; border: 1px solid transparent; transition: all 0.2s ease; } /* Primary: Solid Gold */ .itrcs-btn-primary { background: #FDB933 !important; color: #061B3D !important; } .itrcs-btn-primary:hover { background: #e5a72e !important; transform: translateY(-1px); } /* Ghost: White Border */ .itrcs-btn-ghost { background: transparent !important; color: #FFFFFF !important; border-color: rgba(255, 255, 255, 0.4) !important; } .itrcs-btn-ghost:hover { border-color: #FFFFFF !important; background: rgba(255, 255, 255, 0.1) !important; }