/* BLITZ EXPRESS - style.css */

*, *::before, *::after { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; font-size:16px; }
body {
  font-family: 'Barlow Condensed', 'Noto Sans JP', sans-serif;
  color: #ccc;
  background: #0B0B0B;
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { text-decoration:none; color:inherit; transition:color .3s, opacity .3s; }
img { max-width:100%; height:auto; display:block; }
ul { list-style:none; }
table { border-collapse:collapse; width:100%; }

.container { max-width:1100px; margin:0 auto; padding:0 20px; }
.section { padding:100px 0; }
.section-label {
  font-size:.8rem; font-weight:600; letter-spacing:.15em;
  text-transform:uppercase; color:#FFD600; margin-bottom:12px;
}
.section-title {
  font-family:'Barlow Condensed', 'Noto Sans JP', sans-serif; font-size:2rem; font-weight:700;
  line-height:1.4; margin-bottom:16px; color:#f0f0f0;
}
.section-desc {
  font-size:1rem; color:#999999; max-width:640px;
  margin:0 auto 48px; text-align:center;
}
.section-header {
  text-align:center;
  margin-bottom:16px;
}

.fade-up {
  opacity:0; transform:translateY(30px);
  transition:opacity .7s ease, transform .7s ease;
}
.fade-up.visible { opacity:1; transform:translateY(0); }

.sample-banner {
  background:#FFD600; color:#0B0B0B;
  text-align:center; padding:8px 16px; font-size:.78rem;
  font-weight:500; letter-spacing:.05em; position:relative; z-index:1100;
}

.header {
  position:fixed; top:0; left:0; width:100%; z-index:1000;
  background:transparent; transition:all .4s; padding-top:30px;
}
.header.scrolled {
  background:rgba(11,11,11,.97);
  box-shadow:0 2px 20px rgba(0,0,0,0.3);
  padding-top:0;
}
.header-inner {
  max-width:1200px; margin:0 auto; padding:0 24px;
  display:flex; align-items:center; justify-content:space-between; height:70px;
}
.logo {
  display:flex; align-items:center; gap:10px;
  font-weight:700; font-size:1.15rem; color:#FFD600;
}
.logo-icon { flex-shrink:0; }
.nav {
  display:flex; align-items:center; gap:28px;
}
.nav a {
  font-size:.85rem; font-weight:500; color:#999;
  position:relative; padding:4px 0; transition:color .3s;
}
.nav a::after {
  content:''; position:absolute; bottom:0; left:0; width:0; height:2px;
  background:#FFD600; transition:width .3s;
}
.nav a:hover::after, .nav a.active::after { width:100%; }
.nav a:hover { color:#FFD600; }
.nav-cta {
  background:#FFD600 !important;
  color:#0B0B0B !important;
  padding:10px 24px !important; border-radius:6px;
  font-weight:600 !important; transition:background .3s, transform .3s !important;
}
.nav-cta::after { display:none !important; }
.nav-cta:hover {
  background:#e6c200 !important; transform:translateY(-2px);
}
.hamburger {
  display:none; flex-direction:column; gap:5px;
  background:none; border:none; cursor:pointer; padding:8px;
}
.hamburger span {
  display:block; width:24px; height:2px;
  background:#FFD600; transition:all .3s; border-radius:2px;
}
.hamburger.active span:nth-child(1) { transform:rotate(45deg) translate(5px,5px); }
.hamburger.active span:nth-child(2) { opacity:0; }
.hamburger.active span:nth-child(3) { transform:rotate(-45deg) translate(5px,-5px); }

.hero {
  position:relative; min-height:100vh; display:flex;
  align-items:center; justify-content:center; overflow:hidden;
  background:#0A0A0A;
}
.hero-bg { position:absolute; inset:0; overflow:hidden; }
.hero-line, .hero-shape, .hero-dots, .hero-grid, .hero-shield,
.hero-gradient, .hero-pattern, .hero-cloud, .hero-wave,
.hero-line-1, .hero-line-2, .hero-line-3,
.hero-shape-1, .hero-shape-2,
.hero-cloud-1, .hero-cloud-2, .hero-cloud-3 {
  position:absolute;
}
.hero-line-1 { top:20%; left:0; right:0; height:1px; background:#FFD600; opacity:.08; }
.hero-line-2 { top:50%; left:0; right:0; height:1px; background:#FFD600; opacity:.05; }
.hero-line-3 { top:80%; left:0; right:0; height:1px; background:#FFD600; opacity:.08; }
.hero-shape-1 {
  width:300px; height:300px; border-radius:50%;
  background:#FFD600; opacity:.04; top:10%; right:-50px;
}
.hero-shape-2 {
  width:200px; height:200px; border-radius:50%;
  background:#e6c200; opacity:.04; bottom:15%; left:-30px;
}
.hero-dots {
  inset:0;
  background-image:radial-gradient(#FFD600 1px, transparent 1px);
  background-size:40px 40px; opacity:.04;
}
.hero-grid {
  inset:0;
  background-image:linear-gradient(#FFD600 1px, transparent 1px),
    linear-gradient(90deg, #FFD600 1px, transparent 1px);
  background-size:60px 60px; opacity:.03;
}
.hero-shield {
  top:50%; left:50%; transform:translate(-50%,-50%);
  width:400px; height:400px; border:1px solid #FFD600;
  border-radius:50%; opacity:.05;
}
.hero-gradient {
  inset:0; background:linear-gradient(135deg, #0B0B0B 0%, transparent 60%);
}
.hero-pattern {
  inset:0;
  background-image:repeating-linear-gradient(45deg,#FFD600 0,#FFD600 1px,transparent 0,transparent 40px);
  opacity:.02;
}
.hero-line { height:1px; background:#FFD600; opacity:.1; }
.hero-line-bottom { width:60px; height:1px; background:#FFD600; margin:30px auto 0; opacity:.4; }
.hero-cloud { border-radius:50%; background:#FFD600; opacity:.04; }
.hero-cloud-1 { width:200px; height:100px; top:20%; left:10%; animation:floatCloud 20s ease-in-out infinite; }
.hero-cloud-2 { width:150px; height:75px; top:40%; right:15%; animation:floatCloud 25s ease-in-out infinite reverse; }
.hero-cloud-3 { width:120px; height:60px; bottom:25%; left:30%; animation:floatCloud 18s ease-in-out infinite; }
.hero-wave {
  bottom:0; left:0; right:0; height:60px;
  background:#0B0B0B; border-radius:100% 100% 0 0;
}
@keyframes floatCloud {
  0%,100% { transform:translateX(0) translateY(0); }
  50% { transform:translateX(20px) translateY(-10px); }
}
.hero-content {
  position:relative; z-index:2; text-align:center;
  max-width:800px; padding:120px 24px 60px;
}
.hero-sub {
  font-size:.88rem; font-weight:600; letter-spacing:.15em;
  color:#FFD600; margin-bottom:20px;
}
.hero-title {
  font-family:'Barlow Condensed', 'Noto Sans JP', sans-serif; font-size:3rem; font-weight:700;
  line-height:1.3; color:#f0f0f0; margin-bottom:20px;
}
.hero-desc {
  font-size:1.05rem; color:#999999; line-height:1.9; margin-bottom:36px;
}
.hero-actions { display:flex; gap:16px; justify-content:center; flex-wrap:wrap; }
.hero-trust { margin-top:32px; }
.hero-trust-item {
  display:inline-flex; align-items:center; gap:8px;
  font-size:.82rem; color:#999999;
}
.hero-certifications {
  display:flex; gap:20px; justify-content:center; margin-top:32px; flex-wrap:wrap;
}
.hero-cert {
  display:flex; align-items:center; gap:6px;
  font-size:.78rem; color:#999999; font-weight:500;
}
.hero-badges {
  display:flex; gap:16px; justify-content:center; margin-top:28px; flex-wrap:wrap;
}
.hero-badge {
  display:inline-flex; align-items:center; gap:6px;
  font-size:.8rem; color:#999999;
  background:rgba(255,255,255,.05);
  padding:6px 14px; border-radius:20px;
}
.hero-scroll {
  position:absolute; bottom:40px; left:50%; transform:translateX(-50%);
  text-align:center; z-index:2;
}
.hero-scroll span {
  font-size:.7rem; letter-spacing:.15em; color:#FFD600; display:block; margin-bottom:8px;
}
.hero-scroll-line {
  width:1px; height:50px; background:#FFD600; margin:0 auto;
  animation:scrollPulse 1.5s ease-in-out infinite;
}
@keyframes scrollPulse {
  0% { opacity:0; transform:scaleY(0); transform-origin:top; }
  50% { opacity:1; transform:scaleY(1); transform-origin:top; }
  100% { opacity:0; }
}

.btn {
  display:inline-flex; align-items:center; justify-content:center; gap:8px;
  padding:14px 36px; border-radius:6px; font-size:.95rem; font-weight:600;
  cursor:pointer; transition:all .3s; border:2px solid transparent;
}
.btn-primary {
  background:#FFD600; color:#0B0B0B;
  border-color:#FFD600;
}
.btn-primary:hover {
  background:#e6c200; border-color:#e6c200;
  transform:translateY(-2px);
  box-shadow:0 6px 20px rgba(255,214,0,.25);
}
.btn-outline {
  background:transparent; color:#FFD600; border-color:#FFD600;
}
.btn-outline:hover {
  background:#FFD600; color:#0B0B0B;
  transform:translateY(-2px);
}
.btn-full { width:100%; }

.about-grid {
  display:grid; grid-template-columns:1fr 1fr; gap:60px;
  align-items:center; margin-top:48px;
}
.about-text { font-size:.95rem; color:#999999; }
.about-text p { margin-bottom:16px; }
.about-lead {
  font-size:1.1rem; font-weight:700; color:#f0f0f0;
  border-left:4px solid #FFD600; padding-left:16px;
  margin-bottom:24px !important; line-height:1.7;
}
.about-image svg { width:100%; height:auto; border-radius:12px; }
.about-stats {
  display:flex; justify-content:center; align-items:center; gap:40px;
  margin-top:48px; padding:32px; background:#151515;
  border-radius:12px; border:1px solid #2A2A2A;
}
.about-stat { text-align:center; }
.about-stat-num {
  font-size:1.8rem; font-weight:900; color:#FFD600;
  display:block; line-height:1;
}
.about-stat-label { font-size:.8rem; color:#999999; margin-top:6px; display:block; }
.about-stat-divider { width:1px; height:40px; background:#2A2A2A; }
.about-features {
  display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:48px;
}
.about-feature {
  text-align:center; padding:28px 20px; background:#151515;
  border-radius:12px; border:1px solid #2A2A2A;
}
.about-feature-icon { margin-bottom:16px; }
.about-feature h3 { font-size:.95rem; font-weight:700; color:#f0f0f0; margin-bottom:8px; }
.about-feature p { font-size:.82rem; color:#999999; line-height:1.6; }
.about-metrics {
  display:grid; grid-template-columns:repeat(3,1fr); gap:24px; margin-top:48px;
}
.about-metric {
  text-align:center; padding:28px 20px; background:#151515;
  border:1px solid #2A2A2A; border-radius:12px;
}
.about-metric-icon { margin-bottom:12px; }
.about-metric h3 { font-size:.95rem; font-weight:700; color:#f0f0f0; margin-bottom:8px; }
.about-metric p { font-size:.82rem; color:#999999; line-height:1.6; }

.services-grid {
  display:grid; grid-template-columns:repeat(2,1fr); gap:28px; margin-top:48px;
}
.service-card {
  background:#151515; border:1px solid #2A2A2A;
  border-radius:12px; padding:36px 28px;
  transition:transform .3s, box-shadow .3s, border-color .3s;
}
.service-card:hover {
  transform:translateY(-4px);
  box-shadow:0 12px 40px rgba(255,214,0,.08);
  border-color:#FFD600;
}
.service-icon { margin-bottom:20px; }
.service-icon svg { width:52px; height:52px; }
.service-num { font-size:2rem; font-weight:900; color:#FFD600; opacity:.2; margin-bottom:12px; }
.service-card h3 { font-size:1.1rem; font-weight:700; margin-bottom:12px; color:#f0f0f0; }
.service-card p { font-size:.88rem; color:#999999; line-height:1.7; margin-bottom:16px; }
.service-list { padding-top:12px; border-top:1px solid #2A2A2A; }
.service-list li {
  font-size:.83rem; color:#bbb;
  padding:6px 0 6px 20px; position:relative;
}
.service-list li::before {
  content:''; position:absolute; left:0; top:50%; transform:translateY(-50%);
  width:8px; height:8px; border-radius:50%; background:#FFD600; opacity:.4;
}

.works-grid {
  display:grid; grid-template-columns:repeat(3,1fr); gap:28px; margin-top:48px;
}
.work-card {
  background:#151515; border:1px solid #2A2A2A;
  border-radius:12px; overflow:hidden;
  transition:transform .3s, box-shadow .3s;
}
.work-card:hover {
  transform:translateY(-4px);
  box-shadow:0 8px 30px rgba(0,0,0,0.15);
}
.work-image svg { width:100%; height:auto; display:block; }
.work-info { padding:24px; }
.work-tag {
  display:inline-block; font-size:.72rem; font-weight:600; color:#FFD600;
  background:rgba(255,214,0,.1); padding:4px 12px; border-radius:20px; margin-bottom:12px;
}
.work-info h3 { font-size:1rem; font-weight:700; margin-bottom:10px; color:#f0f0f0; }
.work-info p { font-size:.85rem; color:#999999; line-height:1.7; }
.work-stars { display:flex; gap:2px; margin-bottom:10px; }

.numbers {
  background:#0A0A0A;
}
.numbers-grid {
  display:grid; grid-template-columns:repeat(4,1fr); gap:32px; margin-top:48px;
}
.number-card { text-align:center; padding:24px 16px; }
.number-value {
  font-size:2.8rem; font-weight:900; color:#FFD600; line-height:1;
  margin-bottom:8px; display:flex; align-items:baseline;
  justify-content:center; gap:4px;
}
.number-unit { font-size:1rem; font-weight:700; color:#FFD600; opacity:.6; }
.number-line { width:30px; height:2px; background:#FFD600; margin:10px auto; opacity:.3; }
.number-label { font-size:.85rem; color:#999999; margin-top:4px; }

.flow-steps { max-width:700px; margin:48px auto 0; }
.flow-step {
  display:flex; gap:24px; padding:28px 0;
  border-bottom:1px solid #2A2A2A; align-items:flex-start;
}
.flow-step:last-child { border-bottom:none; }
.flow-number {
  font-size:1.5rem; font-weight:900; color:#FFD600;
  flex-shrink:0; width:50px; text-align:center; opacity:.5;
}
.flow-icon { flex-shrink:0; }
.flow-body h3 { font-size:1.05rem; font-weight:700; margin-bottom:8px; color:#f0f0f0; }
.flow-body p { font-size:.88rem; color:#999999; line-height:1.7; }

.cta-banner {
  background:linear-gradient(135deg,#FFD600,#e6c200);
  padding:80px 0;
}
.cta-inner { text-align:center; max-width:700px; margin:0 auto; }
.cta-line { width:60px; height:1px; background:#0B0B0B; margin:0 auto 24px; opacity:.4; }
.cta-content h2 {
  font-family:'Barlow Condensed', 'Noto Sans JP', sans-serif; font-size:1.5rem; font-weight:700;
  color:#0B0B0B; margin-bottom:16px;
}
.cta-content p {
  font-size:.95rem; color:rgba(11,11,11,.8);
  margin-bottom:32px; line-height:1.8;
}
.cta-banner .btn-primary {
  background:#0B0B0B;
  color:#FFD600; border-color:#0B0B0B;
}
.cta-banner .btn-primary:hover { opacity:.9; transform:translateY(-2px); }

.faq-list { max-width:760px; margin:48px auto 0; }
.faq-item { border-bottom:1px solid #2A2A2A; }
.faq-question {
  display:flex; align-items:center; gap:16px; padding:20px 0;
  cursor:pointer; transition:color .3s;
}
.faq-q {
  display:flex; align-items:center; justify-content:center;
  width:32px; height:32px; border-radius:50%;
  background:#FFD600; color:#0B0B0B;
  font-weight:700; font-size:.85rem; flex-shrink:0;
}
.faq-question h3 {
  font-size:.95rem; font-weight:600; flex:1;
  color:#f0f0f0; line-height:1.5; transition:color .3s;
}
.faq-question:hover h3 { color:#FFD600; }
.faq-answer { display:none; padding:0 0 20px 48px; }
.faq-item.open .faq-answer { display:flex; gap:16px; }
.faq-a {
  display:flex; align-items:center; justify-content:center;
  width:32px; height:32px; border-radius:50%;
  background:#0A0A0A; color:#FFD600;
  font-weight:700; font-size:.85rem; flex-shrink:0;
}
.faq-answer p { font-size:.9rem; color:#999999; line-height:1.8; }

.method-grid, .standards-grid, .promise-grid, .expertise-grid, .reason-grid {
  display:grid; grid-template-columns:repeat(4,1fr); gap:24px; margin-top:48px;
}
.method-card, .standard-card, .promise-card, .expertise-card, .reason-card {
  background:#151515; border:1px solid #2A2A2A;
  border-radius:12px; padding:32px 24px; text-align:center;
  transition:transform .3s;
}
.method-card:hover, .standard-card:hover, .promise-card:hover,
.expertise-card:hover, .reason-card:hover { transform:translateY(-4px); }
.method-step, .standard-num, .reason-num {
  font-size:.78rem; font-weight:700; color:#FFD600;
  letter-spacing:.1em; margin-bottom:12px; display:block;
}
.method-card h3, .standard-card h3, .promise-card h3,
.expertise-card h3, .reason-card h3 {
  font-size:1rem; font-weight:700; margin-bottom:10px; color:#f0f0f0;
}
.method-card p, .standard-card p, .promise-card p,
.expertise-card p, .reason-card p {
  font-size:.85rem; color:#999999; line-height:1.7;
}
.promise-icon { margin-bottom:12px; }
.reason-grid { grid-template-columns:repeat(3,1fr); }

.company-table {
  max-width:760px; margin:48px auto 0; background:#151515;
  border-radius:12px; overflow:hidden; border:1px solid #2A2A2A;
}
.company-table table { width:100%; }
.company-table th, .company-table td {
  padding:16px 24px; font-size:.9rem;
  border-bottom:1px solid #2A2A2A; text-align:left; vertical-align:top;
}
.company-table th {
  background:#0A0A0A; font-weight:600; width:30%; color:#f0f0f0;
}
.company-table td { color:#999999; }
.company-table tr:last-child th,
.company-table tr:last-child td { border-bottom:none; }

.contact { background:#0A0A0A; }
.contact-grid {
  display:grid; grid-template-columns:1fr 1fr; gap:48px; margin-top:48px;
}
.contact-info { display:flex; flex-direction:column; gap:28px; }
.contact-item { display:flex; gap:16px; align-items:flex-start; }
.contact-item svg { flex-shrink:0; margin-top:4px; }
.contact-item strong {
  display:block; font-size:.85rem; font-weight:700;
  color:#f0f0f0; margin-bottom:4px;
}
.contact-item p { font-size:.88rem; color:#999999; line-height:1.6; }
.contact-phone {
  text-align:center; padding:32px; background:#151515;
  border:1px solid #2A2A2A; border-radius:12px; margin-bottom:24px;
}
.contact-phone-label { font-size:.85rem; color:#999999; margin-bottom:8px; }
.contact-phone-number { font-size:1.8rem; font-weight:900; color:#FFD600; letter-spacing:.05em; }
.contact-phone-time { font-size:.8rem; color:#999999; margin-top:6px; }

.contact-form {
  background:#151515; border-radius:12px; padding:36px;
  border:1px solid #2A2A2A;
}
.form-group { margin-bottom:20px; }
.form-group label {
  display:block; font-size:.85rem; font-weight:600;
  color:#f0f0f0; margin-bottom:6px;
}
.form-group input, .form-group textarea, .form-group select {
  width:100%; padding:12px 16px; font-size:.9rem;
  border:1px solid #2A2A2A; border-radius:6px;
  background:#0B0B0B; color:#ccc;
  transition:border-color .3s; font-family:inherit;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  outline:none; border-color:#FFD600;
  box-shadow:0 0 0 3px rgba(255,214,0,.1);
}
.form-group textarea { resize:vertical; }
.form-group select option { background:#151515; }

.footer {
  background:#050505;
  color:#555; padding:60px 0 0;
}
.footer-inner {
  display:flex; justify-content:space-between; align-items:flex-start;
  padding-bottom:40px; border-bottom:1px solid #1A1A1A;
}
.footer-logo {
  font-size:1.15rem; font-weight:700;
  color:#C5A55A; display:block; margin-bottom:8px;
}
.footer-brand p { font-size:.82rem; color:#555; }
.footer-links { display:flex; gap:24px; flex-wrap:wrap; }
.footer-links a {
  font-size:.82rem; color:#666; transition:color .3s;
}
.footer-links a:hover { color:#FFD600; }
.footer-bottom {
  padding:24px 0; display:flex; justify-content:space-between;
  align-items:center; font-size:.78rem;
}
.footer-credit a { color:#FFD600; }
.footer-credit a:hover { text-decoration:underline; }

@media (max-width:1024px) {
  .services-grid { grid-template-columns:repeat(2,1fr); }
  .works-grid { grid-template-columns:repeat(2,1fr); }
  .method-grid, .standards-grid, .promise-grid, .expertise-grid { grid-template-columns:repeat(2,1fr); }
  .about-features, .about-metrics { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:768px) {
  .hamburger { display:flex; }
  .nav {
    position:fixed; top:0; right:-100%; width:80%; max-width:320px;
    height:100vh; background:#0B0B0B; flex-direction:column;
    padding:100px 32px 40px; gap:0;
    box-shadow:-4px 0 20px rgba(0,0,0,0.4);
    transition:right .3s; z-index:999;
  }
  .nav.open { right:0; }
  .nav a { padding:16px 0; border-bottom:1px solid #2A2A2A; font-size:.95rem; width:100%; }
  .nav-cta { margin-top:20px; text-align:center; }
  .hero-title { font-size:2rem; }
  .section-title { font-size:1.5rem; }
  .section { padding:70px 0; }
  .about-grid, .contact-grid { grid-template-columns:1fr; gap:32px; }
  .services-grid, .works-grid { grid-template-columns:1fr; }
  .numbers-grid { grid-template-columns:repeat(2,1fr); gap:16px; }
  .about-stats { flex-direction:column; gap:20px; }
  .about-stat-divider { width:40px; height:1px; }
  .about-features, .about-metrics { grid-template-columns:1fr; }
  .method-grid, .standards-grid, .promise-grid, .expertise-grid, .reason-grid { grid-template-columns:1fr; }
  .footer-inner { flex-direction:column; gap:24px; }
  .footer-bottom { flex-direction:column; gap:8px; text-align:center; }
  .contact-form { padding:24px; }
  .company-table th { display:block; width:100%; border-bottom:none; padding-bottom:4px; }
  .company-table td { display:block; padding-top:0; }
}
@media (max-width:480px) {
  .hero-title { font-size:1.6rem; }
  .hero-desc { font-size:.9rem; }
  .numbers-grid { grid-template-columns:1fr 1fr; }
  .number-value { font-size:2.2rem; }
  .btn { padding:12px 28px; font-size:.88rem; }
  .hero-certifications { flex-direction:column; align-items:center; }
}

/* ==================== UNSOU-specific styles ==================== */
.logo-text {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 800;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: .05em;
}
.logo-sub {
  font-weight: 600;
  font-size: .7rem;
  display: block;
  color: #FFD600;
  letter-spacing: .15em;
}
.nav-desktop {
  display: flex;
  align-items: center;
  gap: 28px;
}
.nav-desktop a {
  font-size: .82rem;
  font-weight: 500;
  color: #999;
  position: relative;
  padding: 4px 0;
  font-family: 'Noto Sans JP', sans-serif;
  transition: color .3s;
}
.nav-desktop a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #FFD600;
  transition: width .3s;
}
.nav-desktop a:hover::after {
  width: 100%;
}
.nav-desktop a:hover {
  color: #FFD600;
}
.nav-cta {
  background: #FFD600 !important;
  color: #0A0A0A !important;
  padding: 10px 24px !important;
  border-radius: 4px;
  font-weight: 700 !important;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover {
  background: #e6c200 !important;
  transform: translateY(-2px);
}

/* Mobile nav */
.mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 340px;
  height: 100vh;
  background: #0A0A0A;
  z-index: 999;
  transition: right .3s;
  padding: 100px 32px 40px;
  box-shadow: -4px 0 30px rgba(0,0,0,.5);
}
.mobile-nav.open { right: 0; }
.mobile-nav-inner { display: flex; flex-direction: column; gap: 0; }
.mobile-nav-link {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #1A1A1A;
  font-size: .95rem;
  color: #ccc;
}
.mobile-nav-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
  padding: 14px 24px;
  background: #FFD600;
  color: #0A0A0A;
  border-radius: 4px;
  font-weight: 700;
  font-size: .95rem;
}

/* Hero specific */
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,10,10,.6) 0%, rgba(10,10,10,.85) 100%);
}
.speed-lines {
  position: absolute;
  inset: 0;
}
.speed-line {
  position: absolute;
  height: 2px;
  background: linear-gradient(90deg, transparent, #FFD600, transparent);
  opacity: .08;
  animation: speedLine 3s ease-in-out infinite;
}
.speed-line:nth-child(1) { top: 20%; left: -10%; width: 40%; animation-delay: 0s; }
.speed-line:nth-child(2) { top: 35%; left: 20%; width: 50%; animation-delay: .5s; }
.speed-line:nth-child(3) { top: 55%; left: 5%; width: 45%; animation-delay: 1s; }
.speed-line:nth-child(4) { top: 70%; left: 30%; width: 35%; animation-delay: 1.5s; }
.speed-line:nth-child(5) { top: 85%; left: 10%; width: 55%; animation-delay: 2s; }
@keyframes speedLine {
  0% { transform: translateX(-100%); opacity: 0; }
  50% { opacity: .15; }
  100% { transform: translateX(200%); opacity: 0; }
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: .82rem;
  font-weight: 600;
  color: #FFD600;
  background: rgba(255,214,0,.1);
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.hero-title-line {
  display: block;
}
.hero-title-accent {
  color: #FFD600;
}
.hero-sub {
  font-size: 1rem;
  color: #bbb;
}
.btn-primary {
  background: #FFD600;
  color: #0A0A0A;
  padding: 14px 32px;
  border-radius: 4px;
  font-weight: 700;
  font-size: .95rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all .3s;
  border: none;
  cursor: pointer;
}
.btn-primary:hover {
  background: #e6c200;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255,214,0,.3);
}
.btn-ghost {
  color: #ccc;
  padding: 14px 32px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 4px;
  font-size: .95rem;
  font-weight: 600;
  transition: all .3s;
  display: inline-flex;
  align-items: center;
}
.btn-ghost:hover {
  border-color: #FFD600;
  color: #FFD600;
}
.btn-lg {
  padding: 18px 40px;
  font-size: 1.1rem;
}
.btn-submit {
  background: #FFD600;
  color: #0A0A0A;
  padding: 14px 32px;
  border-radius: 4px;
  font-weight: 700;
  font-size: .95rem;
  width: 100%;
  border: none;
  cursor: pointer;
  transition: all .3s;
}
.btn-submit:hover {
  background: #e6c200;
}

/* About cards */
.about-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 48px;
}
.about-card {
  background: #151515;
  border: 1px solid #2A2A2A;
  border-radius: 8px;
  padding: 36px 24px;
  text-align: center;
  transition: transform .3s, border-color .3s;
}
.about-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255,214,0,.3);
}
.about-icon { margin-bottom: 20px; }
.about-card h3 { font-size: 1.05rem; font-weight: 700; color: #f0f0f0; margin-bottom: 12px; }
.about-card p { font-size: .85rem; color: #999; line-height: 1.7; }

/* Timeline */
.timeline {
  max-width: 600px;
  margin: 48px auto 0;
  position: relative;
  padding-left: 80px;
}
.timeline::before {
  content: '';
  position: absolute;
  left: 60px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #1A1A1A;
}
.timeline-item {
  position: relative;
  padding: 20px 0;
}
.timeline-time {
  position: absolute;
  left: -80px;
  top: 22px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 700;
  font-size: .85rem;
  color: #FFD600;
  width: 60px;
  text-align: right;
}
.timeline-dot {
  position: absolute;
  left: -24px;
  top: 26px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FFD600;
  border: 2px solid #0A0A0A;
}
.timeline-content h4 { font-size: .95rem; font-weight: 700; color: #f0f0f0; margin-bottom: 6px; }
.timeline-content p { font-size: .85rem; color: #999; line-height: 1.6; }

/* Service specs */
.service-tag {
  display: inline-block;
  font-size: .78rem;
  font-weight: 700;
  color: #FFD600;
  background: rgba(255,214,0,.08);
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.service-specs {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #2A2A2A;
}
.service-specs li {
  font-size: .82rem;
  color: #888;
  padding: 4px 0;
}

/* Area */
.area-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 48px;
  align-items: center;
}
.area-svg { width: 100%; height: auto; }
.pulse-ring {
  animation: pulse 3s ease-out infinite;
}
.pulse-ring.delay { animation-delay: 1.5s; }
@keyframes pulse {
  0% { opacity: .5; }
  100% { opacity: 0; r: 160; }
}
.area-badge {
  font-size: .82rem;
  font-weight: 700;
  color: #FFD600;
  margin-bottom: 20px;
  display: block;
}
.area-list { display: flex; flex-direction: column; gap: 20px; }
.area-item { display: flex; gap: 12px; align-items: flex-start; }
.area-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}
.area-dot.core { background: #FFD600; }
.area-dot.wide { background: #FFD600; opacity: .5; }
.area-dot.ext { background: #FFD600; opacity: .25; }
.area-item strong { display: block; font-size: .9rem; color: #f0f0f0; margin-bottom: 4px; }
.area-item p { font-size: .82rem; color: #999; line-height: 1.5; }

/* Flow grid */
.flow-grid {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  margin-top: 48px;
  flex-wrap: wrap;
}
.flow-step {
  background: #151515;
  border: 1px solid #2A2A2A;
  border-radius: 8px;
  padding: 28px 20px;
  text-align: center;
  flex: 1;
  min-width: 180px;
  max-width: 220px;
  transition: transform .3s;
}
.flow-step:hover { transform: translateY(-4px); }
.flow-num {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: #FFD600;
  opacity: .4;
  margin-bottom: 12px;
}
.flow-icon { margin-bottom: 12px; }
.flow-step h4 { font-size: .9rem; font-weight: 700; color: #f0f0f0; margin-bottom: 8px; }
.flow-step p { font-size: .8rem; color: #999; line-height: 1.6; }
.flow-arrow {
  display: flex;
  align-items: center;
  padding-top: 60px;
}

/* Contact phone */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 48px;
}
.contact-phone {
  background: #151515;
  border: 1px solid #2A2A2A;
  border-radius: 8px;
  padding: 40px;
  text-align: center;
}
.contact-phone-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: .9rem;
  font-weight: 600;
  color: #FFD600;
  margin-bottom: 16px;
}
.contact-phone-number {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: .05em;
  display: block;
}
.contact-phone-note { font-size: .82rem; color: #999; margin-top: 8px; }
.contact-phone-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .8rem;
  font-weight: 600;
  color: #FFD600;
  background: rgba(255,214,0,.08);
  padding: 6px 16px;
  border-radius: 20px;
  margin-top: 16px;
}
.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  animation: livePulse 2s ease-in-out infinite;
}
@keyframes livePulse {
  0%,100% { opacity: 1; }
  50% { opacity: .4; }
}
.contact-form {
  background: #151515;
  border: 1px solid #2A2A2A;
  border-radius: 8px;
  padding: 36px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

/* CTA */
.cta {
  background: #0A0A0A;
  padding: 80px 0;
  border-top: 1px solid #1A1A1A;
}
.cta-inner {
  text-align: center;
}
.cta h2 { font-size: 1.5rem; font-weight: 700; color: #f0f0f0; margin-bottom: 12px; }
.cta p { font-size: .95rem; color: #999; margin-bottom: 28px; }

/* Footer */
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  border-bottom: 1px solid #1A1A1A;
}
.footer-desc { font-size: .82rem; color: #666; margin-top: 8px; }

@media (max-width: 768px) {
  .nav-desktop { display: none; }
  .about-grid { grid-template-columns: 1fr; }
  .area-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .flow-grid { flex-direction: column; align-items: center; }
  .flow-arrow { display: none; }
  .flow-step { max-width: 100%; min-width: auto; }
  .form-row { grid-template-columns: 1fr; }
  .timeline { padding-left: 60px; }
  .timeline-time { left: -60px; font-size: .75rem; width: 45px; }
  .timeline::before { left: 42px; }
  .timeline-dot { left: -21px; }
  .footer-top { flex-direction: column; gap: 24px; }
}
