*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;scroll-behavior:smooth}
body{min-height:100dvh;line-height:1.6;font-family:'Segoe UI','Helvetica Neue',Arial,sans-serif;font-size:clamp(1rem,0.95rem + 0.25vw,1.125rem);color:#1a1a1a;background:#F0F0F0}
img,picture,svg{display:block;max-width:100%;height:auto}
ul[role="list"],ol[role="list"]{list-style:none}
input,button,textarea,select{font:inherit;color:inherit}
h1,h2,h3,h4{text-wrap:balance;line-height:1.2}
p,li{text-wrap:pretty}
button{cursor:pointer;background:none;border:none}
a{color:inherit;text-decoration:none}
table{border-collapse:collapse;width:100%}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
:focus-visible{outline:2px solid #F76700;outline-offset:3px}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;transition-duration:0.01ms!important}}
.skip-lnk{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip-lnk:focus{position:static;width:auto;height:auto;padding:8px 16px;background:#F76700;color:#ffffff;font-weight:700;z-index:9999}
header{background:#005E6F;position:sticky;top:0;z-index:200;box-shadow:0 2px 8px rgba(0,0,0,0.25)}
.hdr-inner{display:flex;align-items:center;justify-content:space-between;padding:10px;max-width:1200px;margin:0 auto;width:100%}
.hdr-logo-wrap a{display:inline-flex;align-items:center}
.ham-btn{display:flex;flex-direction:column;gap:5px;padding:8px;background:none;border:none;cursor:pointer}
.ham-btn span{display:block;width:24px;height:2px;background:#ffffff}
.desk-nav{display:none}
.desk-auth{display:none}
@media (min-width:1081px){
.ham-btn{display:none}
.desk-nav{display:flex;align-items:center;flex:1;margin-left:32px}
.desk-auth{display:flex;align-items:center;gap:8px;margin-left:auto}
}
.desk-nav-list{display:flex;align-items:center;gap:4px;list-style:none;padding:0;margin:0}
.desk-nav-list li{display:flex;align-items:center;position:relative}
.desk-nav-list a,.desk-nav-list .nav-act{display:inline-flex;align-items:center;padding:8px 14px;color:#ffffff;font-size:0.9rem;font-weight:500;white-space:nowrap;border-radius:4px;transition:background 0.18s}
.desk-nav-list a:hover{background:rgba(255,255,255,0.15)}
.has-sub{position:relative}
.sub-arr{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;font-size:0.6rem;color:#ffffff;cursor:pointer;transition:transform 0.25s;transform-origin:center;margin-left:-4px}
.has-sub:hover .sub-arr{transform:rotate(180deg)}
.sub-drop{display:none;position:absolute;top:calc(100% + 1px);left:0;background:#004d5c;list-style:none;padding:4px 0;z-index:300;border-radius:0 0 4px 4px;box-shadow:0 4px 12px rgba(0,0,0,0.3)}
.has-sub:hover .sub-drop{display:block}
.sub-drop a{display:block;padding:8px 14px;color:#ffffff;font-size:0.875rem;white-space:nowrap;transition:background 0.18s}
.sub-drop a:hover{background:rgba(255,255,255,0.12)}
.btn-login{display:inline-flex;align-items:center;padding:8px 18px;border:2px solid #ffffff;color:#ffffff;border-radius:4px;font-size:0.875rem;font-weight:600;transition:background 0.18s,color 0.18s}
.btn-login:hover{background:#ffffff;color:#005E6F}
.btn-signup{display:inline-flex;align-items:center;padding:8px 18px;background:#F76700;color:#ffffff;border-radius:4px;font-size:0.875rem;font-weight:700;transition:background 0.18s}
.btn-signup:hover{background:#d95b00}
.mob-menu{display:none;flex-direction:column;position:fixed;top:0;left:0;width:100%;height:100%;background:#005E6F;z-index:500;overflow-y:auto}
.mob-menu.mob-open{display:flex}
.mob-top-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid rgba(255,255,255,0.15)}
.mob-close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:none;color:#ffffff;font-size:1.8rem;cursor:pointer}
.mob-nav-list{list-style:none;padding:8px 0;margin:0}
.mob-nav-list li{display:flex;align-items:center;flex-wrap:wrap}
.mob-nav-list a,.mob-nav-list .nav-act{display:inline-flex;align-items:center;flex:1;padding:13px 18px;color:#ffffff;font-size:1rem;font-weight:500;transition:background 0.18s}
.mob-nav-list a:hover{background:rgba(255,255,255,0.1)}
.mob-nav-list .nav-act{color:#F76700;cursor:default;padding:13px 18px}
.mob-par-row{display:flex;align-items:center;width:100%}
.mob-par-row a{flex:1;padding:13px 18px;color:#ffffff;font-size:1rem;font-weight:500}
.mob-arr{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;flex-shrink:0;cursor:pointer;transition:transform 0.25s;transform-origin:center;color:#ffffff;font-size:0.65rem}
.mob-arr.mob-arr-open{transform:rotate(180deg)}
.mob-sub{display:none;width:100%;list-style:none;padding:0;background:rgba(0,0,0,0.2)}
.mob-sub.mob-sub-open{display:block}
.mob-sub li{display:block}
.mob-sub a{display:block;padding:11px 32px;color:#d4f0f4;font-size:0.9rem;transition:background 0.18s}
.mob-sub a:hover{background:rgba(255,255,255,0.1)}
.mob-auth{display:flex;gap:10px;padding:16px 14px}
.mob-auth .btn-login,.mob-auth .btn-signup{display:inline-flex;align-items:center;justify-content:center;flex:1;padding:12px 10px;font-size:0.9rem;font-weight:700;border-radius:4px;text-align:center}
.mob-auth .btn-login{border:2px solid #ffffff;color:#ffffff}
.mob-auth .btn-signup{background:#F76700;color:#ffffff}
.mob-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,0.55);z-index:490}
.mob-overlay.mob-ov-open{display:block}
@media (min-width:1081px){
.mob-menu{display:none!important}
.mob-overlay{display:none!important}
}
.pp-wrap{max-width:1200px;margin:0 auto;padding:0 10px}
.pp-hero{background:#005E6F;padding:48px 10px}
.pp-hero h1{font-size:clamp(1.5rem,1.2rem + 1.25vw,2.25rem);color:#ffffff;margin-bottom:16px;font-weight:800}
.pp-hero p{color:#d4eff3;line-height:1.7;font-size:clamp(1rem,0.95rem + 0.25vw,1.125rem)}
.pp-data{background:#ffffff;padding:48px 10px}
.pp-data h2{font-size:clamp(1.25rem,1rem + 0.75vw,1.75rem);color:#005E6F;margin-bottom:16px;font-weight:700}
.pp-data p{color:#2b2b2b;line-height:1.7;margin-bottom:16px}
.pp-data p:last-child{margin-bottom:0}
.pp-rights{background:#F0F0F0;padding:48px 10px}
.pp-rights h2{font-size:clamp(1.25rem,1rem + 0.75vw,1.75rem);color:#005E6F;margin-bottom:16px;font-weight:700}
.pp-rights p{color:#2b2b2b;line-height:1.7;margin-bottom:16px}
.tbl-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin-top:24px}
.pp-tbl{width:100%;border-collapse:collapse}
.pp-tbl th{background:#005E6F;color:#ffffff;padding:12px 14px;text-align:left;font-size:0.85rem;font-weight:700;white-space:nowrap}
.pp-tbl td{padding:11px 14px;font-size:0.9rem;color:#2b2b2b;border-bottom:1px solid #dde6e8;vertical-align:top}
.pp-tbl tr:last-child td{border-bottom:none}
.pp-tbl tr:nth-child(even) td{background:#eef4f5}
@media (max-width:480px){.pp-tbl th,.pp-tbl td{font-size:0.78rem;padding:9px 10px}}
@media (max-width:320px){.pp-tbl th,.pp-tbl td{font-size:0.72rem;padding:7px 8px}}
.pp-contact{background:#ffffff;padding:48px 10px}
.pp-contact h2{font-size:clamp(1.25rem,1rem + 0.75vw,1.75rem);color:#005E6F;margin-bottom:16px;font-weight:700}
.pp-contact p{color:#2b2b2b;line-height:1.7}
footer{background:#005E6F;color:#d4eff3;padding:40px 10px 20px}
.ftr-inner{max-width:1200px;margin:0 auto}
.ftr-top{display:flex;flex-wrap:wrap;gap:32px;justify-content:space-between;margin-bottom:32px}
.ftr-brand p.ftr-tagline{font-size:0.85rem;color:#a8dde5;margin-top:8px}
.ftr-col-title{font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.06em;color:#a8dde5;margin-bottom:10px}
.ftr-nav-col ul{list-style:none;padding:0}
.ftr-nav-col li{margin-bottom:6px}
.ftr-nav-col a{color:#d4eff3;font-size:0.9rem;transition:color 0.18s}
.ftr-nav-col a:hover{color:#ffffff}
.nav-act-ftr{color:#F76700;font-size:0.9rem;cursor:default}
.ftr-carousel-wrap{margin-bottom:24px}
.ftr-carousel{display:flex;flex-wrap:wrap;gap:16px;align-items:center}
.ftr-carousel img{opacity:0.85;filter:brightness(0) invert(1);transition:opacity 0.18s}
.ftr-carousel img:hover{opacity:1}
.ftr-bottom{display:flex;flex-wrap:wrap;align-items:flex-start;gap:20px;border-top:1px solid rgba(255,255,255,0.15);padding-top:20px;margin-top:8px}
.ftr-trust{display:flex;align-items:center;gap:14px;flex-shrink:0}
.ftr-licence{font-size:0.76rem;color:#a8dde5;line-height:1.55;flex:1}
@media (max-width:1080px){.ftr-top{flex-direction:column;gap:20px}}
@media (max-width:480px){.pp-hero,.pp-data,.pp-rights,.pp-contact{padding:32px 10px}}
@media (max-width:320px){.mob-menu{width:100%}}