.hero { min-height: 100vh; min-height: 100svh; background: linear-gradient(135deg, var(--night) 0%, var(--navy) 60%, #1e4d8c 100%); display: flex; align-items: center; position: relative; overflow: hidden; padding-top: 68px; }
.hero::before { content: ''; position: absolute; top: -20%; right: -10%; width: 700px; height: 700px; background: radial-gradient(circle, rgba(200,16,46,0.12) 0%, transparent 70%); pointer-events: none; }
.hero::after { content: ''; position: absolute; bottom: -15%; left: -5%; width: 500px; height: 500px; background: radial-gradient(circle, rgba(255,255,255,0.04) 0%, transparent 70%); pointer-events: none; }
.hero-inner { max-width: 1200px; margin: 0 auto; padding: 5rem 2rem; position: relative; z-index: 1; }
.hero-tag { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(200,16,46,0.15); border: 1px solid rgba(200,16,46,0.3); color: #ff6b80; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 0.35rem 0.9rem; border-radius: 100px; margin-bottom: 2rem; }
.hero-tag::before { content: ''; width: 6px; height: 6px; background: var(--red); border-radius: 50%; }
.hero h1 { font-size: clamp(2.5rem, 5vw, 4.2rem); font-weight: 800; color: white; line-height: 1.1; letter-spacing: -0.03em; max-width: 720px; margin: 0 0 1.5rem; }
.hero h1 em { font-style: normal; color: transparent; -webkit-text-stroke: 1.5px rgba(255,255,255,0.5); }
.hero p { font-size: 1.1rem; color: rgba(255,255,255,0.7); max-width: 520px; line-height: 1.7; margin: 0 0 2.5rem; font-weight: 400; }
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; }
.btn-primary { background: var(--red); color: white; padding: 0.85rem 2rem; border-radius: 8px; font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 0.95rem; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; box-shadow: 0 4px 20px rgba(200,16,46,0.35); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(200,16,46,0.45); }
.btn-secondary { background: rgba(255,255,255,0.08); color: white; padding: 0.85rem 2rem; border-radius: 8px; font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 0.95rem; text-decoration: none; border: 1px solid rgba(255,255,255,0.2); transition: background 0.2s, border-color 0.2s; }
.btn-secondary:hover { background: rgba(255,255,255,0.13); border-color: rgba(255,255,255,0.35); }
.hero-stats { display: flex; gap: 3rem; margin-top: 4rem; flex-wrap: wrap; }
.stat-number { font-family: 'Outfit', sans-serif; font-size: 2rem; font-weight: 800; color: white; line-height: 1; }
.stat-label { font-size: 0.8rem; color: rgba(255,255,255,0.65); margin-top: 0.3rem; font-weight: 400; }
.stat-divider { width: 1px; background: rgba(255,255,255,0.1); align-self: stretch; }
section { padding: 6rem 2rem; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-tag { font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--red); margin-bottom: 0.75rem; }
.section-title { font-family: 'Outfit', sans-serif; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 800; color: var(--night); line-height: 1.15; letter-spacing: -0.02em; margin: 0 0 1rem; }
.section-subtitle { font-size: 1rem; color: #4a5568; max-width: 540px; line-height: 1.7; margin: 0 0 3.5rem; }
.target-section { background: var(--gray-bg); }
.target-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.target-card { display: block; background: white; border-radius: 16px; padding: 2.25rem; border: 1px solid rgba(0,0,0,0.06); transition: transform 0.25s, box-shadow 0.25s; position: relative; overflow: hidden; text-decoration: none; color: inherit; }
.target-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: var(--red); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.target-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.1); }
.target-card:hover::before { transform: scaleX(1); }
.target-card h3 { font-size: 1.2rem; font-weight: 700; color: var(--night); margin: 0 0 0.75rem; }
.target-card p { font-size: 0.9rem; color: #4a5568; line-height: 1.7; margin: 0 0 1.25rem; }
.target-tags { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.tag { font-size: 0.72rem; font-weight: 600; background: var(--gray-bg); color: var(--navy); padding: 0.25rem 0.65rem; border-radius: 100px; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1.25rem; }
.service-card { display: block; background: var(--gray-bg); border-radius: 14px; padding: 1.75rem; transition: background 0.25s, transform 0.25s; text-decoration: none; color: inherit; }
.service-card:hover { background: var(--navy); transform: translateY(-3px); }
.service-card:hover .service-title, .service-card:hover .service-desc { color: white; }
.service-card:hover .service-icon-wrap { background: rgba(255,255,255,0.12); }
.service-icon-wrap { width: 44px; height: 44px; background: white; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 1.3rem; margin-bottom: 1rem; transition: background 0.25s; }
.service-title { font-family: 'Outfit', sans-serif; font-size: 1rem; font-weight: 700; color: var(--night); margin: 0 0 0.5rem; transition: color 0.25s; }
.service-desc { font-size: 0.83rem; color: #4a5568; line-height: 1.6; margin: 0; transition: color 0.25s; }
.reviews-section { background: linear-gradient(135deg, var(--night) 0%, var(--navy) 100%); }
.reviews-section .section-title { color: white; }
.reviews-section .section-subtitle { color: rgba(255,255,255,0.6); }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.review-card { background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.1); border-radius: 16px; padding: 2rem; }
.review-stars { color: #f6c90e; font-size: 1rem; margin-bottom: 1rem; }
.review-text { font-size: 0.92rem; color: rgba(255,255,255,0.82); line-height: 1.75; font-style: italic; margin: 0 0 1.5rem; }
.review-author { font-family: 'Outfit', sans-serif; font-weight: 600; font-size: 0.88rem; color: white; }
.review-role { font-size: 0.78rem; color: rgba(255,255,255,0.65); margin-top: 0.2rem; }
.faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; border-top: 1px solid rgba(0,0,0,0.08); }
.faq-item { border-bottom: 1px solid rgba(0,0,0,0.08); }
.faq-question { width: 100%; background: none; border: none; padding: 1.5rem 0; display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; font-family: 'Outfit', sans-serif; font-size: 1rem; font-weight: 600; color: var(--night); text-align: left; transition: color 0.2s; }
.faq-question:hover { color: var(--navy); }
.faq-question[aria-expanded="true"] { color: var(--red); }
.faq-icon { font-size: 1.4rem; font-weight: 300; color: var(--red); flex-shrink: 0; transition: transform 0.3s; line-height: 1; }
.faq-question[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-answer { overflow: hidden; max-height: 0; transition: max-height 0.35s ease, padding 0.35s ease; }
.faq-answer p { font-size: 0.95rem; color: #4a5568; line-height: 1.75; margin: 0; padding-bottom: 1.5rem; }
.cta-banner { background: var(--red); padding: 4rem 2rem; }
.cta-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 2rem; }
.cta-banner h2 { font-size: clamp(1.5rem, 2.5vw, 2.2rem); font-weight: 800; color: white; letter-spacing: -0.02em; margin: 0; max-width: 520px; }
.btn-white { background: white; color: var(--red); padding: 0.85rem 2rem; border-radius: 8px; font-family: 'Outfit', sans-serif; font-weight: 700; font-size: 0.95rem; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; white-space: nowrap; }
.btn-white:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.2); }
.hero-tag { animation: fadeUp 0.5s ease both; }
.hero h1 { animation: fadeUp 0.5s 0.1s ease both; }
.hero p { animation: fadeUp 0.5s 0.2s ease both; }
.hero-cta { animation: fadeUp 0.5s 0.3s ease both; }
.hero-stats { animation: fadeUp 0.5s 0.4s ease both; }
@media (hover: none) {
  .target-card:active { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(0,0,0,0.1); }
  .target-card:active::before { transform: scaleX(1); }
  .service-card:active { background: var(--navy); transform: translateY(-3px); }
  .service-card:active .service-title, .service-card:active .service-desc { color: white; }
  .service-card:active .service-icon-wrap { background: rgba(255,255,255,0.12); }
}
@media (max-width: 640px) {
  .hero { min-height: auto; }
  .hero-inner { padding: 3rem 1.5rem 3.5rem; }
  .hero-tag { font-size: 0.7rem; margin-bottom: 1.25rem; }
  .hero h1 { font-size: 1.9rem; margin-bottom: 1rem; }
  .hero p { font-size: 0.95rem; margin-bottom: 1.75rem; }
  .hero-cta { flex-direction: column; }
  .btn-primary, .btn-secondary { text-align: center; }
  .hero-stats { gap: 1.5rem; margin-top: 2.5rem; }
  .stat-divider { display: none; }
  section { padding: 3.5rem 1.5rem; }
  .cta-banner { padding: 2.5rem 1.5rem; }
  .cta-inner { flex-direction: column; align-items: stretch; }
  .cta-banner .btn-white { text-align: center; }
  .section-title { font-size: clamp(1.5rem, 6vw, 2rem); }
}
