/* ===== Reset &amp; Base ===== */
.at-page * { margin: 0; padding: 0; box-sizing: border-box; }
.at-page { font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif; color: #222; line-height: 1.8; overflow-x: hidden; }
.at-page img { max-width: 100%; height: auto; }
.at-page a { text-decoration: none; transition: all 0.3s ease; }
.at-page .entry-content { margin-bottom: 0 !important; }
.at-page .entry-content > p:first-child { display: none; }

/* ===== Container ===== */
.at-container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

/* ===== Hero ===== */
.at-hero { position: relative; min-height: 85vh; display: flex; align-items: center; }
.at-hero-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(6,43,84,0.85) 0%, rgba(0,75,155,0.6) 50%, rgba(6,43,84,0.75) 100%); background-attachment: fixed; }
.at-hero-body { position: relative; width: 100%; padding: 80px 20px; text-align: center; }
.at-hero-title { font-size: clamp(1.5rem, 4.5vw, 3.2rem); font-weight: 800; color: #fff; letter-spacing: 0.08em; margin: 0 0 16px; text-shadow: 0 2px 12px rgba(0,0,0,0.3); }
.at-hero-sub { font-size: 1.1rem; color: rgba(255,255,255,0.9); margin-bottom: 10px; font-weight: 600; letter-spacing: 0.15em; }
.at-hero-desc { font-size: 0.95rem; color: rgba(255,255,255,0.7); max-width: 660px; margin: 0 auto 36px; line-height: 1.9; }
.at-hero-buttons { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.at-btn-primary, .at-btn-outline { display: inline-block; padding: 14px 40px; border-radius: 50px; font-weight: 700; font-size: 0.95rem; letter-spacing: 0.1em; border: 2px solid transparent; cursor: pointer; transition: all 0.3s ease; }
.at-btn-primary { background: #e9462e; color: #fff; border-color: #e9462e; }
.at-btn-primary:hover { background: #d13a24; border-color: #d13a24; transform: translateY(-2px); box-shadow: 0 6px 20px rgba(233,70,46,0.35); }
.at-btn-outline { background: transparent; color: #fff; border-color: rgba(255,255,255,0.7); }
.at-btn-outline:hover { background: rgba(255,255,255,0.1); border-color: #fff; transform: translateY(-2px); }
.at-scroll-indicator { position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.5); font-size: 0.75rem; letter-spacing: 0.15em; animation: float 2s ease-in-out infinite; }
@keyframes float { 0%, 100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(8px); } }

/* ===== Section Title ===== */
.at-section-title { text-align: center; margin-bottom: 50px; }
.at-section-title h2 { font-size: 2rem; font-weight: 800; color: #062b54; letter-spacing: 0.15em; display: inline-block; margin: 0 0 4px; }
.at-section-bar { display: block; width: 50px; height: 3px; background: #e9462e; margin: 12px auto 0; border-radius: 2px; }
.at-section-title .at-en { display: block; font-size: 0.75rem; color: #999; letter-spacing: 0.2em; margin-top: 4px; font-weight: 400; }
.at-section-sub { text-align: center; color: #666; font-size: 0.95rem; max-width: 700px; margin: -30px auto 50px; }

/* ===== Stats ===== */
.at-stats { background: #f5f8fc; border-top: 1px solid #e8edf4; border-bottom: 1px solid #e8edf4; padding: 0; }
.at-stat-number { font-size: 2.6rem; font-weight: 800; color: #004b9b; line-height: 1.2; }
.at-stat-unit { font-size: 1rem; font-weight: 600; color: #666; }
.at-stat-label { font-size: 0.85rem; color: #555; margin-top: 6px; font-weight: 500; }

/* ===== Business ===== */
.at-business { background: #fff; }
.at-card-biz { background: #fafcfe; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); border: 1px solid #eef2f7; transition: all 0.35s ease; }
.at-card-biz:hover { transform: translateY(-4px); box-shadow: 0 8px 30px rgba(0,75,155,0.12); border-color: #d0dbe9; }
.at-card-biz-img { width: 100%; height: 200px; object-fit: cover; display: block; }
.at-card-biz-body { padding: 22px 24px 26px; }
.at-card-biz-icon { width: 40px; height: 40px; background: #004b9b; border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
.at-card-biz h3 { font-size: 1.1rem; font-weight: 700; color: #062b54; margin: 0 0 8px; letter-spacing: 0.08em; }
.at-card-biz p { font-size: 0.88rem; color: #555; line-height: 1.8; margin: 0; }

/* ===== Features ===== */
.at-features { background: #f5f8fc; }
.at-feature-card { background: #fff; border-radius: 12px; padding: 30px 26px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); border: 1px solid #eef2f7; display: flex; gap: 20px; align-items: flex-start; transition: all 0.3s ease; }
.at-feature-card:hover { transform: translateY(-3px); box-shadow: 0 6px 24px rgba(0,75,155,0.1); }
.at-feature-icon { flex-shrink: 0; width: 50px; height: 50px; background: linear-gradient(135deg, #004b9b, #062b54); border-radius: 12px; display: flex; align-items: center; justify-content: center; }
.at-feature-text h3 { font-size: 1.05rem; font-weight: 700; color: #062b54; margin: 0 0 6px; }
.at-feature-text p { font-size: 0.85rem; color: #666; line-height: 1.7; margin: 0; }

/* ===== Clients ===== */
.at-clients { background: #fff; text-align: center; }
.at-client-tag { background: #f5f8fc; padding: 8px 20px; border-radius: 6px; font-size: 0.85rem; color: #444; font-weight: 500; border: 1px solid #e8edf4; transition: all 0.2s; }
.at-client-tag:hover { background: #e8edf4; border-color: #c0cadb; }

/* ===== Services ===== */
.at-services { background: #062b54; position: relative; }
.at-services-bg { position: absolute; inset: 0; background: url('https://alliedtokyo.jp/wp-content/uploads/sites/9/2026/05/network-globe-bg.jpg') center / cover no-repeat fixed; opacity: 0.07; }
.at-services .at-section-title h2 { color: #fff; }
.at-services .at-section-bar { background: #e9462e; }
.at-services .at-section-title .at-en { color: rgba(255,255,255,0.4); }
.at-services .at-section-sub { color: rgba(255,255,255,0.5); }
.at-service-item { background: rgba(255,255,255,0.06); backdrop-filter: blur(4px); border-radius: 12px; padding: 28px 22px; text-align: center; border: 1px solid rgba(255,255,255,0.08); transition: all 0.3s ease; }
.at-service-item:hover { background: rgba(255,255,255,0.1); transform: translateY(-4px); border-color: rgba(255,255,255,0.18); }
.at-sv-icon { width: 50px; height: 50px; margin: 0 auto 14px; background: rgba(233,70,46,0.15); border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.at-service-item h3 { font-size: 1.05rem; font-weight: 700; color: #fff; margin: 0 0 8px; letter-spacing: 0.06em; }
.at-service-item p { font-size: 0.82rem; color: rgba(255,255,255,0.55); line-height: 1.7; margin: 0 0 12px; }
.at-sv-link { display: inline-block; font-size: 0.8rem; color: #e9462e; font-weight: 600; letter-spacing: 0.05em; }
.at-sv-link:hover { color: #ff7a5e; }

/* ===== CTA ===== */
.at-cta { position: relative; }
.at-cta-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(6,43,84,0.92), rgba(0,75,155,0.82)); }
.at-cta .at-btn-outline { border-color: rgba(255,255,255,0.6); }
.at-cta-phone { margin-top: 18px; color: rgba(255,255,255,0.4); font-size: 0.85rem; }
.at-cta-phone strong { font-size: 1.4rem; color: #fff; letter-spacing: 0.1em; font-weight: 700; }

/* ===== Responsive ===== */
@media (max-width: 920px) {
  .at-hero { min-height: 60vh; }
  .at-hero-title { font-size: 2.2rem; }
  .at-business-grid { grid-template-columns: 1fr !important; }
  .at-features-grid { grid-template-columns: 1fr !important; }
  .at-services-grid { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 640px) {
  .at-hero { min-height: 50vh; }
  .at-hero-title { font-size: 1.5rem !important; }
  .at-hero-sub { font-size: 0.95rem !important; }
  .at-hero-desc { font-size: 0.85rem !important; }
  .at-hero-body { padding: 60px 16px !important; }
  .at-btn-primary, .at-btn-outline { padding: 12px 28px !important; font-size: 0.85rem !important; }
  .at-section-title h2 { font-size: 1.4rem !important; }
  .at-stat-number { font-size: 1.8rem !important; }
  .at-stat-label { font-size: 0.75rem !important; }
  .at-card-biz-img { height: 160px !important; }
  .at-card-biz-body { padding: 18px 18px 22px !important; }
  .at-feature-card { padding: 24px 18px !important; flex-direction: column !important; gap: 12px !important; }
  .at-services-grid { grid-template-columns: 1fr !important; }
  .at-service-item { padding: 22px 18px !important; }
  .at-client-tag { padding: 6px 14px !important; font-size: 0.78rem !important; }
  .at-cta h2 { font-size: 1.3rem !important; }
  .at-cta-phone strong { font-size: 1.1rem !important; }
}
