*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}

body{background:#fff;color:#111;font-family:'Inter',sans-serif;min-height:100vh}
footer{padding:32px 0;border-top:1px solid #eee}
p{text-align:justify;}
h6{margin-top:10px;}
.topbarCustom{background:#d40000;position:sticky;top:0;z-index:100;padding:0 16px;height:44px;display:flex;align-items:center;justify-content:space-between}
.tbLogoWrap{display:flex;align-items:center;border-right:1px solid rgba(255,255,255,.2);padding-right:16px;margin-right:16px;height:44px}
.tbLogo{font-size:13px;font-weight:600;color:#fff;letter-spacing:.04em;text-decoration:none}
.tbRight{display:flex;align-items:center;margin-left:auto;height:44px;gap:10px}
.sectionRule1{border:none;border-top:2px solid #111;margin-bottom:1px}
.sectionRule2{border:none;border-top:.5px solid #ddd;margin-bottom:0}
.policySection{background:#fafafa;border-top:1px solid #eee;border-bottom:1px solid #eee;padding:40px 0}
.policyRow{display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px solid #eee}
.policyRow:last-child{border-bottom:none}
.policyBody h6{font-size:13px;font-weight:600;color:#111;margin-bottom:4px}
.policyBody p{font-size:12px;color:#777;line-height:1.6;margin:0}
.footerLogo{font-size:13px;font-weight:600;color:#111;letter-spacing:.04em}
.footerLogo span{color:#d40000}
.footerCopy{font-size:12px;color:#999;margin-top:16px}
.tbStart, .tbHomeBtn{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#fff;text-decoration:none;background:rgba(255,255,255,.15);padding:6px 16px;transition:background .15s;border:none;cursor:pointer;display:inline-flex;align-items:center}
.tbStart:hover, .tbHomeBtn:hover{background:rgba(255,255,255,.25);color:#fff}
