.hh2-root{--navy:#132038;--navy-2:#1D3358;--accent:#132DBF;--accent-dark:#0F24A0;--accent-soft:#EEF0FB;--paper:#F7F5F0;--card:#FFFFFF;--ink:#1E2530;--muted:#6B7280;--line:#E4E0D6;--danger:#D8453C;--radius:14px}.hh2-root a{color:inherit;text-decoration:none}.hh2-root button{font-family:inherit}.hh2-root .btn-ghost{color:var(--navy);border:1px solid var(--line);background:#fff}.hh2-root .btn-ghost,.hh2-root .btn-navy{font-size:13.5px;font-weight:600;padding:8px 16px;border-radius:8px}.hh2-root .btn-navy{color:#fff;background:var(--navy);border:none}.hh2-root .hero{position:relative;overflow:hidden;background:linear-gradient(140deg,#EEF1FC,#E6EBFB 55%,#E1E8FA);color:var(--ink)}.hh2-root .hero-inner{position:relative;max-width:1200px;margin:0 auto;padding:80px 24px 176px;display:flex;align-items:center;justify-content:space-between;gap:40px}.hh2-root .hero-text{max-width:560px;flex-shrink:0}.hh2-root .hero-eyebrow{display:inline-flex;align-items:center;gap:9px;font-size:14px;font-weight:700;letter-spacing:-.01em;color:#fff;background:#132DBF;padding:9px 18px 9px 16px;border-radius:999px;margin-bottom:22px}.hh2-root .hero-eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:#7FF0C0;box-shadow:0 0 0 3px rgba(127,240,192,.35),0 0 10px 2px rgba(127,240,192,.8);flex-shrink:0}.hh2-root .hero h1{font-size:40px;font-weight:900;letter-spacing:-.02em;margin:0 0 22px;color:#12141C}.hh2-root .hero h1 .accent-line{display:block;color:#132DBF}.hh2-root .hero p{font-size:16.5px;color:#454B57;max-width:480px;margin:0 0 4px}.hh2-root .hero p.sub2{color:#454B57;font-size:16.5px;margin-top:14px}.hh2-root .hero p.sub2 .hl{color:#132DBF;font-weight:700}.hh2-root .hero-art{position:relative;width:440px;height:340px;flex-shrink:0}@media (max-width:980px){.hh2-root .hero-art{width:340px;height:264px}}@media (max-width:780px){.hh2-root .hero-inner{flex-direction:column;align-items:flex-start;padding-bottom:200px}.hh2-root .hero-art{width:100%;max-width:400px;height:auto;aspect-ratio:440/340;align-self:center}}.hh2-root .page-wrap{max-width:1200px;display:grid;grid-template-columns:1fr 320px;gap:28px;margin:-64px auto 0;padding:0 24px 80px;align-items:start;position:relative;z-index:2}.hh2-root .form-card{background:var(--card);border-radius:var(--radius);box-shadow:0 18px 40px -22px rgba(19,32,56,.35),0 1px 0 rgba(19,32,56,.04);padding:48px 40px 44px;border:1px solid rgba(19,32,56,.05)}.hh2-root .form-card-head{margin-bottom:34px;padding-bottom:26px;border-bottom:1px solid var(--line)}.hh2-root .form-card-head h2{font-size:19px;font-weight:800;color:var(--navy);margin:0 0 6px;letter-spacing:-.01em}.hh2-root .form-card-head p{font-size:13px;color:var(--muted);margin:0}.hh2-root .field{margin-bottom:28px}.hh2-root .field:last-of-type{margin-bottom:0}.hh2-root .field-label{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:10px}.hh2-root .field-label .name{font-size:14.5px;font-weight:700;color:var(--ink)}.hh2-root .field-label .name .req{color:var(--accent-dark);margin-left:3px}.hh2-root .field-label .count{font-size:12px;color:var(--muted);font-weight:500}.hh2-root input[type=email],.hh2-root input[type=tel],.hh2-root input[type=text],.hh2-root textarea{width:100%;border:1px solid var(--line);border-radius:10px;padding:12px 14px;font-size:14.5px;font-family:inherit;color:var(--ink);background:#FDFCFA;transition:border-color .15s,box-shadow .15s,background .15s}.hh2-root input::-moz-placeholder,.hh2-root textarea::-moz-placeholder{color:#A7ADB8}.hh2-root input::placeholder,.hh2-root textarea::placeholder{color:#A7ADB8}.hh2-root input:focus,.hh2-root textarea:focus{outline:none;border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px var(--accent-soft)}.hh2-root textarea{min-height:180px;resize:vertical;line-height:1.65}.hh2-root .field.error input,.hh2-root .field.error textarea{border-color:var(--danger);background:#FFF7F6}.hh2-root .field.error .err-msg{display:block}.hh2-root .err-msg{display:none;font-size:12.5px;color:var(--danger);margin-top:7px;font-weight:500}.hh2-root .hint-list{margin:10px 2px 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:6px}.hh2-root .hint-list li{font-size:11.5px;color:var(--accent-dark);background:var(--accent-soft);padding:4px 9px;border-radius:6px;font-weight:600}.hh2-root .file-drop{border:1.5px dashed var(--line);border-radius:10px;padding:22px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#FDFCFA;cursor:pointer;transition:border-color .15s,background .15s}.hh2-root .file-drop:hover{border-color:var(--accent);background:var(--accent-soft)}.hh2-root .file-drop-left{display:flex;align-items:center;gap:12px}.hh2-root .file-icon{width:38px;height:38px;border-radius:9px;background:var(--accent-soft);display:flex;align-items:center;justify-content:center;flex-shrink:0}.hh2-root .file-icon svg{width:18px;height:18px;stroke:var(--accent-dark)}.hh2-root .file-drop-title{font-size:14px;font-weight:600;color:var(--ink)}.hh2-root .file-drop-desc{font-size:12px;color:var(--muted);margin-top:2px}.hh2-root .file-drop-btn{font-size:13px;font-weight:700;color:var(--accent-dark);background:#fff;border:1px solid var(--accent);padding:8px 14px;border-radius:8px;white-space:nowrap}.hh2-root .file-selected{display:none;align-items:center;justify-content:space-between;margin-top:10px;padding:11px 14px;background:var(--accent-soft);border-radius:9px;font-size:13px;color:var(--accent-dark);font-weight:600}.hh2-root .file-selected .remove-file{background:none;border:none;color:var(--accent-dark);font-weight:700;cursor:pointer;font-size:13px}.hh2-root .privacy-box{display:flex;align-items:flex-start;gap:10px;margin-top:34px;padding-top:26px;border-top:1px solid var(--line)}.hh2-root .privacy-box input[type=checkbox]{margin-top:2px;width:18px;height:18px;accent-color:var(--accent);flex-shrink:0;cursor:pointer}.hh2-root .privacy-box label{font-size:14px;color:var(--ink);cursor:pointer}.hh2-root .privacy-box label b{font-weight:700}.hh2-root .privacy-detail-link{font-size:12.5px;color:var(--muted);text-decoration:underline;margin-left:8px;white-space:nowrap}.hh2-root .submit-row{margin-top:28px}.hh2-root .btn-submit{width:100%;padding:16px;border:none;border-radius:11px;background:var(--accent);color:#fff;font-size:16px;font-weight:700;cursor:pointer;transition:background .15s,transform .1s}.hh2-root .btn-submit:hover{background:var(--accent-dark)}.hh2-root .btn-submit:active{transform:translateY(1px)}.hh2-root .btn-submit:disabled{background:#A9B4BE;cursor:not-allowed}.hh2-root .submit-caption{text-align:center;font-size:12.5px;color:var(--muted);margin-top:12px}.hh2-root .side-rail{background:var(--card);border-radius:var(--radius);border:1px solid rgba(19,32,56,.05);box-shadow:0 18px 40px -26px rgba(19,32,56,.3);padding:26px 24px 28px;position:sticky;top:88px}.hh2-root .side-rail h3{font-size:14px;font-weight:800;margin:0 0 20px;color:var(--navy);letter-spacing:-.01em}.hh2-root .step{display:flex;gap:14px;position:relative;padding-bottom:26px}.hh2-root .step:last-child{padding-bottom:0}.hh2-root .step:before{content:"";position:absolute;left:13px;top:28px;bottom:0;width:1.5px;background:var(--line)}.hh2-root .step:last-child:before{display:none}.hh2-root .step-num{width:27px;height:27px;border-radius:50%;background:var(--navy);color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;z-index:1}.hh2-root .step.is-current .step-num{background:var(--accent)}.hh2-root .step-body .step-title{font-size:13.5px;font-weight:700;color:var(--ink);margin-bottom:3px}.hh2-root .step-body .step-desc{font-size:12px;color:var(--muted);line-height:1.55}.hh2-root .side-note{margin-top:22px;padding-top:20px;border-top:1px solid var(--line);font-size:12px;color:var(--muted);line-height:1.6}.hh2-root .side-note b{color:var(--navy)}.hh2-root .modal-overlay{display:none;position:fixed;inset:0;background:rgba(19,32,56,.55);z-index:300;align-items:center;justify-content:center;padding:20px}.hh2-root .modal-overlay.open{display:flex}.hh2-root .modal{background:#fff;border-radius:16px;max-width:440px;width:100%;padding:28px 28px 24px;max-height:85vh;max-height:85dvh;overflow-y:auto}@media (max-width:767px){.hh2-root .modal-overlay{padding:10px}.hh2-root .modal{max-height:calc(100vh - 64px);max-height:calc(100dvh - 64px);padding:20px 18px 18px}}.hh2-root .modal h4{font-size:17px;font-weight:800;margin:0 0 18px;color:var(--navy)}.hh2-root .modal-section{margin-bottom:16px}.hh2-root .modal-section .k{font-size:12.5px;font-weight:700;color:var(--accent-dark);margin-bottom:6px}.hh2-root .modal-section ul{margin:0;padding-left:18px;font-size:13px;color:var(--ink);line-height:1.7}.hh2-root .modal-foot{font-size:12px;color:var(--muted);margin-top:16px;padding-top:16px;border-top:1px solid var(--line);line-height:1.6}.hh2-root .modal-close{width:100%;margin-top:20px;padding:12px;border-radius:9px;border:1px solid var(--line);background:var(--paper);font-weight:700;font-size:14px;cursor:pointer;color:var(--ink)}.hh2-root .success-screen{display:none;background:var(--card);border-radius:var(--radius);border:1px solid rgba(19,32,56,.05);box-shadow:0 18px 40px -22px rgba(19,32,56,.35);padding:64px 40px;text-align:center}.hh2-root .success-screen.open{display:block}.hh2-root .success-icon{width:64px;height:64px;border-radius:50%;background:var(--accent-soft);display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.hh2-root .success-icon svg{width:30px;height:30px;stroke:var(--accent-dark)}.hh2-root .success-screen h2{font-size:22px;font-weight:800;color:var(--navy);margin:0 0 12px}.hh2-root .success-screen p{font-size:14.5px;color:var(--muted);margin:0 0 4px}.hh2-root .success-id{display:inline-block;margin-top:18px;padding:8px 16px;background:var(--paper);border-radius:8px;font-size:13px;color:var(--navy);font-weight:700;letter-spacing:.02em}.hh2-root .success-actions{margin-top:32px;display:flex;gap:10px;justify-content:center}.hh2-root .btn-home{border-radius:10px;background:var(--navy);color:#fff;border:none}.hh2-root .btn-again,.hh2-root .btn-home{padding:13px 26px;font-weight:700;font-size:14px;cursor:pointer}.hh2-root .btn-again{border-radius:10px;background:#fff;color:var(--navy);border:1px solid var(--line)}@media (max-width:880px){.hh2-root .page-wrap{grid-template-columns:1fr;margin-top:-48px}.hh2-root .side-rail{position:static;order:2}.hh2-root .form-card{padding:32px 20px;order:1}.hh2-root .hero h1{font-size:27px}.hh2-root .hero-inner{padding:48px 20px 116px}.hh2-root .privacy-box{flex-wrap:wrap}.hh2-root .privacy-detail-link{margin-left:28px}.hh2-root .success-screen{padding:48px 22px}.hh2-root .success-actions{flex-direction:column}}.hh2-root .receipt-no{margin-top:10px;font-size:13px;font-weight:700;color:var(--accent)}