.page-header{background:var(--white);padding:80px 0 60px;text-align:center;border-bottom:1px solid var(--gray-200)}.page-header-icon{width:56px;height:56px;background:var(--gray-900);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.page-header-icon svg{width:28px;height:28px;color:var(--white)}.page-header h1{font-size:42px;font-weight:800;color:var(--gray-900);line-height:1.2;letter-spacing:-.02em;margin-bottom:12px}.page-header p{font-size:16px;color:var(--gray-500)}.page-content{padding:60px 0 100px;background:var(--white)}.content-wrapper{max-width:800px;margin:0 auto}.content-section{margin-bottom:40px}.content-section h2{font-size:24px;font-weight:700;color:var(--black);margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid var(--gray-100)}.content-section h3{font-size:18px;font-weight:600;color:var(--black);margin:20px 0 12px}.content-section p{font-size:16px;line-height:1.7;color:var(--gray-700);margin-bottom:16px}.content-section ul{list-style:none;padding:0;margin:0 0 16px}.content-section ul li{position:relative;padding-left:28px;margin-bottom:12px;font-size:16px;line-height:1.6;color:var(--gray-700)}.content-section ul li::before{content:'';position:absolute;left:0;top:8px;width:8px;height:8px;background:var(--gray-900);border-radius:50%}.content-nav{display:flex;flex-direction:column;gap:16px;margin-top:48px;padding-top:32px;border-top:1px solid var(--gray-200)}.btn-secondary{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;background:var(--gray-100);color:var(--black);text-decoration:none;border-radius:var(--radius-full);font-size:14px;font-weight:600;transition:.2s}.btn-secondary:hover{background:var(--gray-200)}.btn-secondary svg{width:18px;height:18px}@media (min-width:640px){.content-nav{flex-direction:row;justify-content:space-between}}.contact-grid{display:grid;grid-template-columns:1fr;gap:48px;margin-top:48px}.contact-info{display:flex;flex-direction:column;gap:24px}.contact-card{display:flex;gap:16px;padding:24px;background:var(--white);border-radius:16px;box-shadow:0 8px 40px rgba(17,24,39,.06);transition:.2s}.contact-card:hover{box-shadow:0 8px 40px rgba(17,24,39,.12);transform:translateY(-2px)}.contact-icon{width:48px;height:48px;background:var(--gray-900);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-icon svg{width:24px;height:24px;color:var(--white)}.contact-details h3{font-size:18px;font-weight:700;color:var(--black);margin-bottom:4px}.contact-details p{font-size:14px;color:var(--gray-600);margin-bottom:8px}.contact-details a{color:var(--secondary);text-decoration:none;font-weight:600}.contact-details a:hover{text-decoration:underline}.contact-form{background:var(--gray-50);padding:32px;border-radius:var(--radius-lg)}.contact-form h2{font-size:24px;font-weight:700;color:var(--black);margin-bottom:24px}.form-group{margin-bottom:20px}.form-group label{display:block;font-size:14px;font-weight:600;color:var(--black);margin-bottom:8px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:14px 16px;background:var(--white);border:1px solid var(--gray-300);border-radius:var(--radius);font-size:15px;font-family:var(--font);color:var(--black);transition:.2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:var(--primary);box-shadow:0 0 0 3px rgba(177,255,118,.2)}.form-group textarea{min-height:120px;resize:vertical}.btn-submit{width:100%;padding:16px 32px;background:var(--primary);color:var(--black);border:none;border-radius:var(--radius-full);font-size:16px;font-weight:700;cursor:pointer;transition:.2s}.btn-submit:hover{background:var(--primary-light);transform:translateY(-2px);box-shadow:var(--shadow-lg)}@media (min-width:768px){.contact-grid{grid-template-columns:1fr 1fr}}.help-search{max-width:600px;margin:0 auto 48px}.search-wrapper{position:relative}.search-wrapper input{width:100%;padding:18px 24px 18px 56px;background:var(--white);border:2px solid var(--gray-200);border-radius:var(--radius-full);font-size:16px;font-family:var(--font);transition:.2s}.search-wrapper input:focus{outline:0;border-color:var(--primary);box-shadow:var(--shadow-md)}.search-wrapper svg{position:absolute;left:20px;top:50%;transform:translateY(-50%);width:24px;height:24px;color:var(--gray-500)}.help-categories{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:60px}.help-category{background:var(--white);border-radius:16px;padding:28px;box-shadow:0 8px 40px rgba(17,24,39,.06);transition:.2s;text-decoration:none;color:inherit}.help-category:hover{box-shadow:0 8px 40px rgba(17,24,39,.12);transform:translateY(-4px)}.help-category-icon{width:56px;height:56px;border-radius:var(--radius);display:flex;align-items:center;justify-content:center;margin-bottom:16px}.help-category-icon.getting-started{background:rgba(76,175,80,.15)}.help-category-icon.getting-started svg{color:#4caf50}.help-category-icon.booking{background:rgba(33,150,243,.15)}.help-category-icon.booking svg{color:#2196f3}.help-category-icon.payments{background:rgba(156,39,176,.15)}.help-category-icon.payments svg{color:#9c27b0}.help-category-icon.safety{background:rgba(255,152,0,.15)}.help-category-icon.safety svg{color:#ff9800}.help-category-icon.account{background:rgba(13,92,77,.15)}.help-category-icon.account svg{color:var(--secondary)}.help-category-icon.bualkers{background:rgba(177,255,118,.3)}.help-category-icon.bualkers svg{color:var(--black)}.help-category-icon svg{width:28px;height:28px}.help-category h3{font-size:18px;font-weight:700;color:var(--black);margin-bottom:8px}.help-category p{font-size:14px;color:var(--gray-600);line-height:1.5}@media (min-width:640px){.help-categories{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.help-categories{grid-template-columns:repeat(3,1fr)}}.bk-hero{padding:80px 0 60px;background:var(--white)}.bk-hero-layout{display:grid;gap:40px;align-items:center}.bk-hero-content{display:flex;flex-direction:column;align-items:flex-start}.bk-hero .section-tag{margin-bottom:20px}.bk-hero-title{font-size:36px;font-weight:800;color:var(--gray-900);line-height:1.1;letter-spacing:-.03em;margin-bottom:20px}.bk-hero-desc{font-size:16px;color:var(--gray-500);line-height:1.7;max-width:520px;margin-bottom:32px}.bk-hero-image{border-radius:20px;overflow:hidden}.bk-hero-image img{width:100%;height:340px;object-fit:cover}@media (min-width:768px){.bk-hero-layout{grid-template-columns:1fr 1fr;gap:48px}.bk-hero-image img{height:400px}}.bk-stats-note{text-align:center;margin-top:24px;color:var(--gray-400);font-size:13px}.bk-requirements{padding:var(--section-py) 0;background:var(--white)}.bk-req-layout{display:grid;gap:48px}@media (min-width:900px){.bk-req-layout{grid-template-columns:1fr 1.2fr;gap:64px;align-items:start}}.bk-req-text{display:flex;flex-direction:column;align-items:flex-start}.bk-req-list{display:flex;flex-direction:column;gap:12px}.bk-req-item{display:flex;align-items:center;gap:16px;padding:18px 24px;background:var(--white);border-radius:16px;box-shadow:0 8px 40px rgba(17,24,39,.06);transition:box-shadow .2s}.bk-req-item:hover{box-shadow:0 8px 40px rgba(17,24,39,.12)}.bk-req-check{width:32px;height:32px;background:var(--primary);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bk-req-check svg{width:18px;height:18px;color:var(--black)}.bk-req-item span{font-size:15px;font-weight:500;color:var(--gray-900)}.pv-verify-card{display:flex;align-items:center;gap:10px;background:var(--white);border-radius:12px;padding:12px 14px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.pv-verify-icon{width:36px;height:36px;background:rgba(13,92,77,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pv-verify-text strong{font-size:11px;color:var(--gray-900);display:block}.pv-verify-text span{font-size:9px;color:var(--gray-400)}.pv-verify-steps{display:flex;flex-direction:column;gap:6px;margin-top:10px}.pv-verify-step{display:flex;align-items:center;gap:8px;font-size:10px;font-weight:500;color:var(--gray-500)}.pv-verify-step--done{color:#4caf50}.pv-verify-step--active{color:var(--secondary)}.pv-verify-dot{width:12px;height:12px;border-radius:50%;background:var(--secondary);animation:1.5s ease-in-out infinite pv-pulse}@keyframes pv-pulse{0%,100%{opacity:1}50%{opacity:.4}}.pv-calendar{background:var(--white);border-radius:12px;padding:12px;box-shadow:0 2px 8px rgba(0,0,0,.06)}.pv-calendar-header{text-align:center;margin-bottom:8px}.pv-calendar-header strong{font-size:11px;color:var(--gray-900)}.pv-calendar-days,.pv-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;text-align:center}.pv-calendar-days span{font-size:8px;font-weight:600;color:var(--gray-400);padding:2px 0}.pv-calendar-grid span{font-size:9px;color:var(--gray-500);padding:4px 0;border-radius:6px}.pv-cal-active{background:var(--primary)!important;color:var(--black)!important;font-weight:700}.pv-notif-card{display:flex;align-items:center;gap:10px;background:var(--secondary);border-radius:12px;padding:12px 14px}.pv-notif-icon{width:32px;height:32px;background:rgba(255,255,255,.15);border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.pv-notif-text strong{font-size:11px;color:var(--white);display:block}.pv-notif-text span{font-size:9px;color:rgba(255,255,255,.6)}@media (min-width:768px){.bk-hero-title{font-size:52px}}@media (max-width:768px){.page-header h1{font-size:32px}.bk-requirements{padding:60px 0}}.landing-content{max-width:720px;margin:0 auto;padding:0 0 60px}.landing-content h2{font-size:28px;font-weight:700;color:var(--gray-900);margin-bottom:16px}.landing-content h3{font-size:20px;font-weight:600;color:var(--gray-900);margin-top:32px;margin-bottom:8px}.landing-content p{font-size:16px;line-height:1.7;color:var(--gray-600);margin-bottom:16px}.landing-content a{color:var(--gray-900);text-decoration:underline}.landing-cta{display:flex;gap:12px;margin:40px 0 24px;flex-wrap:wrap}.landing-back{margin-top:8px}.landing-back a{font-size:14px;color:var(--gray-500)}@media (min-width:900px){.steps-grid--3{grid-template-columns:repeat(3,1fr)}}.step-desc{font-size:14px;line-height:1.6;color:var(--gray-500);margin-top:auto}