/* Hero */
.hero { max-width:1100px; margin:0 auto; padding:50px 20px 60px; text-align:center; }
.hero-badge { display:inline-flex; align-items:center; gap:7px; background:rgba(99,102,241,.1); border:1px solid rgba(99,102,241,.2); border-radius:999px; padding:6px 16px; font-size:12.5px; font-weight:700; color:#6366f1; }
.hero > h1 { margin-top:26px; }
.hero-badge-dot { width:6px; height:6px; background:#6366f1; border-radius:50%; animation:pulse 2s infinite; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.5;transform:scale(1.4)} }
.hero h1 { font-size:clamp(34px,5.5vw,62px); font-weight:900; letter-spacing:-2px; line-height:1.07; color:#0f172a; margin-bottom:20px; }
.hero h1 em { font-style:normal; color:#6366f1; }
.hero-desc { font-size:17px; color:#64748b; max-width:560px; margin:0 auto 38px; line-height:1.75; }
.hero-image-wrap { margin:30px auto 40px; max-width:900px; border-radius:20px; overflow:hidden; box-shadow:0 20px 50px rgba(0,0,0,0.15); }
.hero-photo { width:100%; height:auto; display:block; aspect-ratio:1/1; object-fit:cover; object-position:top center; }
.cta-group { display:flex; flex-direction:column; align-items:center; gap:12px; }
.cta-main { display:inline-flex; align-items:center; gap:10px; padding:18px 40px; background:linear-gradient(135deg,#6366f1,#8b5cf6); color:#fff; font-size:17px; font-weight:800; text-decoration:none; border-radius:14px; box-shadow:0 8px 30px rgba(99,102,241,.42); transition:all .2s; }
.cta-main:hover { transform:translateY(-2px); box-shadow:0 16px 40px rgba(99,102,241,.52); }
.cta-sub { font-size:13px; color:#94a3b8; }
.sns-row { display:flex; flex-wrap:wrap; justify-content:center; gap:10px; margin-top:14px; }
.sns-link { display:inline-flex; align-items:center; justify-content:center; padding:10px 16px; font-size:13.5px; font-weight:700; color:#475569; background:#fff; border:1px solid #e2e8f0; border-radius:12px; text-decoration:none; transition:all .15s; }
.sns-link:hover { border-color:#c7d2fe; color:#6366f1; background:#f8fafc; }
.sns-text { display:inline-flex; align-items:center; justify-content:center; padding:10px 16px; font-size:13.5px; font-weight:700; color:#475569; background:#fff; border:1px solid #e2e8f0; border-radius:12px; cursor:default; }
.cta-section .sns-row { margin-top:20px; }
.cta-section .sns-link { border-color:rgba(255,255,255,.35); color:#fff; background:rgba(255,255,255,.12); }
.cta-section .sns-link:hover { background:rgba(255,255,255,.22); border-color:rgba(255,255,255,.55); }
.cta-section .sns-text { border-color:rgba(255,255,255,.35); color:#fff; background:rgba(255,255,255,.12); }

/* Trust badges */
.trust { max-width:1100px; margin:0 auto; padding:0 20px 60px; }
.trust-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
@media(max-width:700px) { .trust-grid { grid-template-columns:repeat(2,1fr); } }
.trust-item { background:#fff; border:1px solid #e5e7eb; border-radius:16px; padding:22px 18px; text-align:center; }
.trust-icon { font-size:28px; margin-bottom:10px; }
.trust-title { font-size:14px; font-weight:800; color:#0f172a; margin-bottom:5px; }
.trust-desc { font-size:12.5px; color:#64748b; line-height:1.5; }

/* Divider */
.sec-divider { max-width:1100px; margin:0 auto 56px; padding:0 20px; height:1px; background:#e5e7eb; }

/* Services */
.section { max-width:1100px; margin:0 auto; padding:0 20px 64px; }
.section-header { text-align:center; margin-bottom:40px; }
.section-eyebrow { font-size:12px; font-weight:700; color:#6366f1; text-transform:uppercase; letter-spacing:.1em; margin-bottom:10px; }
.section-title { font-size:clamp(24px,3.5vw,38px); font-weight:900; letter-spacing:-1px; color:#0f172a; margin-bottom:14px; }
.section-lead { font-size:15px; color:#64748b; max-width:500px; margin:0 auto; line-height:1.7; }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
@media(max-width:760px) { .service-grid { grid-template-columns:1fr; } }
.service-card { background:#fff; border:1px solid #e5e7eb; border-radius:18px; padding:28px 24px; transition:all .22s; }
.service-card:hover { transform:translateY(-4px); box-shadow:0 18px 45px rgba(0,0,0,.08); border-color:#c7d2fe; }
.sc-icon { font-size:32px; margin-bottom:16px; }
.sc-name { font-size:16px; font-weight:800; color:#0f172a; margin-bottom:8px; }
.sc-time { display:inline-block; font-size:11.5px; font-weight:700; color:#6366f1; background:rgba(99,102,241,.08); border-radius:999px; padding:3px 10px; margin-bottom:10px; }
.sc-desc { font-size:13.5px; color:#64748b; line-height:1.65; }

/* How to */
.steps-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }
@media(max-width:700px) { .steps-grid { grid-template-columns:repeat(2,1fr); } }
.step { background:#fff; border:1px solid #e5e7eb; border-radius:16px; padding:24px 18px; text-align:center; position:relative; }
.step-num { width:36px; height:36px; background:linear-gradient(135deg,#6366f1,#8b5cf6); border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:15px; font-weight:900; color:#fff; margin:0 auto 14px; box-shadow:0 4px 12px rgba(99,102,241,.4); }
.step-title { font-size:14px; font-weight:800; color:#0f172a; margin-bottom:7px; }
.step-desc { font-size:12.5px; color:#64748b; line-height:1.55; }

/* Reasons */
.reasons-grid { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
@media(max-width:640px) { .reasons-grid { grid-template-columns:1fr; } }
.reason-item { background:#fff; border:1px solid #e5e7eb; border-radius:16px; padding:22px 20px; display:flex; gap:14px; align-items:flex-start; transition:all .2s; }
.reason-item:hover { border-color:#c7d2fe; box-shadow:0 6px 20px rgba(0,0,0,.06); }
.reason-check { width:26px; height:26px; background:linear-gradient(135deg,#6366f1,#8b5cf6); border-radius:8px; display:flex; align-items:center; justify-content:center; flex-shrink:0; margin-top:2px; box-shadow:0 3px 10px rgba(99,102,241,.35); }
.reason-check svg { width:14px; height:14px; color:#fff; }
.reason-title { font-size:14px; font-weight:800; color:#0f172a; margin-bottom:5px; }
.reason-desc { font-size:13px; color:#64748b; line-height:1.6; }

/* Bottom CTA */
.cta-section { background:linear-gradient(135deg,#6366f1,#8b5cf6); margin:0; padding:64px 20px; text-align:center; }
.cta-section h2 { font-size:clamp(24px,3.5vw,40px); font-weight:900; letter-spacing:-1px; color:#fff; margin-bottom:16px; }
.cta-section p { font-size:16px; color:rgba(255,255,255,.75); margin-bottom:36px; line-height:1.65; }
.cta-white { display:inline-flex; align-items:center; gap:10px; padding:18px 44px; background:#fff; color:#6366f1; font-size:17px; font-weight:800; text-decoration:none; border-radius:14px; box-shadow:0 8px 30px rgba(0,0,0,.2); transition:all .2s; }
.cta-white:hover { transform:translateY(-2px); box-shadow:0 16px 40px rgba(0,0,0,.3); }
.cta-notice { font-size:13px; color:rgba(255,255,255,.55); margin-top:14px; }

/* Region quick links */
.region-section { max-width:1100px; margin:0 auto; padding:0 20px 64px; }
.region-title { font-size:18px; font-weight:800; color:#0f172a; margin-bottom:20px; }
.region-group { margin-bottom:20px; }
.region-group-name { font-size:12px; font-weight:700; color:#94a3b8; text-transform:uppercase; letter-spacing:.08em; margin-bottom:10px; }
.region-chips { display:flex; flex-wrap:wrap; gap:8px; }
.region-chip { display:inline-block; padding:7px 14px; background:#fff; border:1px solid #e5e7eb; border-radius:999px; font-size:13px; font-weight:600; color:#475569; text-decoration:none; transition:all .15s; }
.region-chip:hover { color:#6366f1; border-color:#c7d2fe; background:rgba(99,102,241,.05); }
