/* HYK Enterprises — Visual Upgrade Stylesheet
   Director 🎬 | 2026-05-10
   Adds: full-bleed hero, image product cards, visual industry grid, forms strip */

/* ═══════════════════════════════════════════════
   HERO — Full-bleed image with dark overlay
   ═══════════════════════════════════════════════ */
.hero-visual {
  position: relative;
  min-height: 92vh;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-visual__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(11, 17, 30, 0.92) 0%,
    rgba(11, 17, 30, 0.75) 55%,
    rgba(18, 35, 123, 0.35) 100%
  );
}

.hero-visual__content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 6rem 2rem 5rem;
  max-width: 680px;
  margin-left: clamp(2rem, 8vw, 120px);
}

.hero-visual__badge {
  display: inline-block;
  background: rgba(18, 35, 123, 0.7);
  border: 1px solid rgba(210, 213, 217, 0.3);
  color: #D2D5D9;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.4rem 1rem;
  border-radius: 2px;
  margin-bottom: 1.5rem;
}

.hero-visual h1 {
  font-size: clamp(2.4rem, 5vw, 4rem);
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 1.25rem;
  font-family: 'Playfair Display', serif;
}

.hero-visual__accent {
  color: #D2D5D9;
  font-style: italic;
}

.hero-visual__sub {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  color: rgba(232, 236, 240, 0.85);
  line-height: 1.7;
  margin-bottom: 2.5rem;
  max-width: 560px;
}

.hero-visual__ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.btn-ghost {
  display: inline-block;
  padding: 0.85rem 2rem;
  border: 2px solid rgba(210, 213, 217, 0.5);
  color: #ffffff;
  font-weight: 600;
  border-radius: 3px;
  transition: all 0.2s;
  font-size: 0.95rem;
}
.btn-ghost:hover {
  background: rgba(255,255,255,0.1);
  border-color: #D2D5D9;
  color: #fff;
}

.hero-visual__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  color: rgba(255,255,255,0.45);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  animation: bounce 2s infinite;
  z-index: 2;
}

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(6px); }
}

/* ═══════════════════════════════════════════════
   STATS BAR
   ═══════════════════════════════════════════════ */
.stats-bar {
  background: linear-gradient(135deg, #0B111E, #162042);
  border-top: 3px solid #12237B;
  border-bottom: 1px solid rgba(210,213,217,0.1);
}

.stats-bar__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.4rem 2rem;
  gap: 0;
  flex-wrap: wrap;
}

.stats-bar__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem 2.5rem;
  gap: 0.2rem;
}

.stats-bar__val {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 800;
  color: #D2D5D9;
  line-height: 1;
}

.stats-bar__label {
  font-size: 0.72rem;
  color: rgba(210,213,217,0.55);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.stats-bar__sep {
  width: 1px;
  height: 40px;
  background: rgba(210,213,217,0.15);
}

/* ═══════════════════════════════════════════════
   SECTION TAG (small label above headings)
   ═══════════════════════════════════════════════ */
.section-tag {
  display: inline-block;
  color: #12237B;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
  border-bottom: 2px solid #12237B;
  padding-bottom: 0.2rem;
}

/* ═══════════════════════════════════════════════
   WHY SECTION — Split image + content
   ═══════════════════════════════════════════════ */
.why-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
  padding: 0 !important;
}

.why-section__img {
  background-size: cover;
  background-position: center;
  min-height: 460px;
  position: relative;
}

.why-section__img::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, transparent 70%, rgba(245,246,248,0.3));
}

.why-section__content {
  padding: 4rem 3rem 4rem 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #F5F6F8;
}

.why-section__content h2 {
  font-size: clamp(1.75rem, 2.5vw, 2.5rem);
  margin-bottom: 0.75rem;
}

.why-section__content .lead {
  color: #555;
  margin-bottom: 2rem;
}

.pillar-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.pillar {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.pillar__icon {
  font-size: 1.6rem;
  flex-shrink: 0;
  margin-top: 0.1rem;
}

.pillar strong {
  display: block;
  color: #0B111E;
  font-size: 1rem;
  margin-bottom: 0.2rem;
}

.pillar p {
  margin: 0;
  font-size: 0.9rem;
  color: #555;
}

/* ═══════════════════════════════════════════════
   GRADE CARDS — Image + body
   ═══════════════════════════════════════════════ */
.grade-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}

.grade-card {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(11,17,30,0.08);
  transition: transform 0.25s, box-shadow 0.25s;
  display: flex;
  flex-direction: column;
}

.grade-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(11,17,30,0.14);
}

.grade-card--featured {
  box-shadow: 0 4px 20px rgba(18, 35, 123, 0.2);
}

.grade-card__img {
  height: 200px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.grade-card__badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  padding: 0.3rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  border-radius: 2px;
  letter-spacing: 0.05em;
}

.grade-card__popular {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: #12237B;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.25rem 0.6rem;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.grade-card__body {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.grade-card__body h3 {
  font-size: 1.2rem;
  margin-bottom: 0.25rem;
}

.grade-card__sub {
  font-size: 0.78rem;
  color: #12237B;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.75rem !important;
}

.grade-card__body p {
  font-size: 0.9rem;
  color: #444;
  flex: 1;
}

.grade-card__props {
  list-style: none;
  margin: 0.75rem 0 1.25rem;
  padding: 0;
  border-top: 1px solid #E8ECF0;
  padding-top: 0.75rem;
}

.grade-card__props li {
  font-size: 0.78rem;
  color: #666;
  margin-bottom: 0.25rem;
}

.btn-outline-sm {
  display: inline-block;
  padding: 0.5rem 1.1rem;
  border: 2px solid #12237B;
  color: #12237B;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: 2px;
  transition: all 0.2s;
  margin-top: auto;
}
.btn-outline-sm:hover {
  background: #12237B;
  color: #fff;
}

/* ═══════════════════════════════════════════════
   PRODUCT FORMS — 4-up image cards
   ═══════════════════════════════════════════════ */
.forms-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  height: 380px;
}

.form-card {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  cursor: default;
  transition: flex 0.4s ease;
}

.form-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(11,17,30,0.92) 0%,
    rgba(11,17,30,0.4) 50%,
    rgba(11,17,30,0.15) 100%
  );
  transition: background 0.3s;
}

.form-card:hover .form-card__overlay {
  background: linear-gradient(
    to top,
    rgba(18,35,123,0.9) 0%,
    rgba(11,17,30,0.5) 60%,
    rgba(11,17,30,0.2) 100%
  );
}

.form-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2rem 1.5rem;
  color: #fff;
}

.form-card__icon {
  font-size: 2rem;
  margin-bottom: 0.5rem;
  display: block;
}

.form-card__content h3 {
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 0.4rem;
}

.form-card__content p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.75);
  margin: 0;
  line-height: 1.5;
}

/* ═══════════════════════════════════════════════
   INDUSTRIES GRID — Full-bleed tile mosaic
   ═══════════════════════════════════════════════ */
.industries-section {
  padding-bottom: 0 !important;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 280px);
  gap: 3px;
  margin-top: 3rem;
}

.industry-tile {
  position: relative;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  cursor: default;
}

.industry-tile__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(11,17,30,0.85) 0%,
    rgba(11,17,30,0.3) 60%,
    rgba(11,17,30,0.1) 100%
  );
  transition: background 0.3s;
}

.industry-tile:hover .industry-tile__overlay {
  background: linear-gradient(
    to top,
    rgba(18,35,123,0.88) 0%,
    rgba(11,17,30,0.5) 60%,
    rgba(11,17,30,0.2) 100%
  );
}

.industry-tile__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.75rem 1.5rem;
  color: #fff;
}

.industry-tile__icon {
  font-size: 1.8rem;
  display: block;
  margin-bottom: 0.4rem;
}

.industry-tile__content h3 {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
}

.industry-tile__content p {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
  margin: 0;
}

/* ═══════════════════════════════════════════════
   PRODUCT HERO (product pages)
   ═══════════════════════════════════════════════ */
.product-hero {
  position: relative;
  min-height: 55vh;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.product-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(11, 17, 30, 0.90) 0%,
    rgba(11, 17, 30, 0.70) 55%,
    rgba(18, 35, 123, 0.30) 100%
  );
}

.product-hero__content {
  position: relative;
  z-index: 2;
  padding: 5rem 2rem 4rem;
  margin-left: clamp(2rem, 8vw, 120px);
  max-width: 660px;
}

.product-hero__content h1 {
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  color: #ffffff;
  margin-bottom: 1rem;
}

/* ═══════════════════════════════════════════════
   RESPONSIVE
   ═══════════════════════════════════════════════ */
@media (max-width: 1024px) {
  .grade-cards { grid-template-columns: repeat(2, 1fr); }
  .forms-grid { grid-template-columns: repeat(2, 1fr); height: auto; }
  .form-card { height: 280px; }
  .industries-grid { grid-template-columns: repeat(2, 1fr); }
  .why-section { grid-template-columns: 1fr; }
  .why-section__img { min-height: 300px; }
}

@media (max-width: 640px) {
  .hero-visual { background-attachment: scroll; min-height: 80vh; }
  .hero-visual__content { margin-left: 0; padding: 5rem 1.25rem 4rem; }
  .grade-cards { grid-template-columns: 1fr; }
  .forms-grid { grid-template-columns: 1fr; }
  .industries-grid { grid-template-columns: 1fr; grid-template-rows: auto; }
  .industry-tile { height: 220px; }
  .stats-bar__inner { gap: 0; }
  .stats-bar__item { padding: 0.5rem 1rem; }
  .stats-bar__sep { display: none; }
}
