.hp{--acc:#00abeb;--cream:#f9ece4;--dark:#202020;--gray:#8c8c8c;--red:#ce0f0f;font-family:'Manrope','Golos Text',system-ui,Arial,sans-serif;color:var(--dark);background:#fff}
.hp *{box-sizing:border-box}
.hp .hp-wrap{max-width:1340px;margin:0 auto;padding:0 20px}
.hp section{padding:64px 0}
.hp .team{padding-top:64px}
.hp .reviews{padding-top:16px}
.hp h2{font-size:clamp(26px,4vw,48px);font-weight:400;line-height:1.3;margin:0 0 8px}
.hp .hp-sub{color:var(--gray);font-size:16px;margin:0 0 40px}
.hp .hp-acc{color:var(--acc)}
/* breadcrumbs — reuse site .breadcrumb styles, just add spacing */
.hp .hp-crumbs-wrap{padding-top:18px}
/* hero */
.hp-hero{position:relative;max-width:1340px;margin:16px auto 0;border-radius:20px;overflow:hidden;background-size:cover;background-position:center;min-height:560px;display:flex}
.hp-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.9),rgba(0,0,0,.4) 55%,transparent)}
.hp-hero-in{position:relative;z-index:1;margin-top:auto;padding:40px;color:#fff;display:flex;flex-direction:column;gap:20px;width:100%}
.hp-chips{display:flex;flex-wrap:wrap;gap:8px}
.hp-chip{background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);backdrop-filter:blur(6px);border-radius:14px;padding:9px 18px;font-size:15px}
.hp-hero h1{font-size:clamp(30px,5vw,56px);font-weight:600;line-height:1.15;margin:0;max-width:720px;text-shadow:0 2px 20px rgba(0,0,0,.5)}
.hp-hero-p{font-size:18px;max-width:540px;line-height:1.5;margin:0;text-shadow:0 1px 12px rgba(0,0,0,.6)}
.hp-hero-cta{display:flex;flex-wrap:wrap;gap:16px;align-items:center}
.hp-price{font-size:32px;font-weight:600;line-height:1;text-shadow:0 2px 16px rgba(0,0,0,.6)}
.hp-price small{display:block;font-size:14px;font-weight:400;margin-top:4px}
.hp-btn{display:inline-block;background:var(--acc);color:#fff;border:0;border-radius:100px;padding:16px 32px;font-size:16px;cursor:pointer;text-decoration:none}
.hp-btn:hover{opacity:.92}
/* steps */
.hp-grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.hp-step{background:var(--cream);border-radius:20px;padding:30px}
.hp-step-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}
.hp-step-num{font-size:40px;opacity:.15}
.hp-step-badge{background:#fff;color:var(--acc);border-radius:100px;padding:6px 16px;font-size:14px;font-weight:500}
.hp-step-title{font-size:20px;font-weight:500;margin:0 0 8px}
.hp-step-desc{font-size:16px;line-height:1.55;opacity:.8;margin:0}
/* compare */
.hp-cream{background:var(--cream)}
.hp-cmp{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.hp-cmp-card{background:#fff;border-radius:20px;padding:28px;display:flex;flex-direction:column;gap:18px}
.hp-cmp-card.kavo{background:var(--acc);color:#fff;box-shadow:0 10px 30px rgba(0,171,235,.25)}
.hp-cmp-h{font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:15px;color:var(--gray)}
.hp-cmp-card.kavo .hp-cmp-h{color:#fff}
.hp-cmp-tag{background:#fff;color:var(--acc);border-radius:100px;padding:3px 12px;font-size:12px;font-weight:600;margin-left:10px}
.hp-cmp-row{display:flex;gap:12px;align-items:flex-start}
.hp-cmp-x,.hp-cmp-check{flex:none;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;margin-top:2px}
.hp-cmp-x{background:rgba(206,15,15,.1);color:var(--red)}
.hp-cmp-check{background:rgba(255,255,255,.25);color:#fff}
.hp-cmp-param{font-size:13px;text-transform:uppercase;letter-spacing:.4px;color:var(--gray);margin:0 0 2px}
.hp-cmp-param.light{color:rgba(255,255,255,.8)}
.hp-cmp-val{margin:0;font-size:16px}
.hp-cmp-val.strong{font-weight:500}
/* before/after */
.hp-ba{display:flex;gap:24px;align-items:stretch;flex-wrap:wrap}
.hp-ba-main{flex:1 1 480px;display:flex;flex-direction:column;gap:16px}
.hp-ba-stage{position:relative;width:100%;height:500px;border-radius:20px;overflow:hidden;background:#f1f1f1;cursor:col-resize;user-select:none;touch-action:none}
.hp-ba-after-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.hp-ba-before{position:absolute;inset:0;overflow:hidden;clip-path:inset(0 50% 0 0)}
.hp-ba-before img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block}
.hp-ba-badge{position:absolute;bottom:16px;z-index:3;color:#fff;font-size:12px;font-weight:600;padding:6px 12px;border-radius:100px;text-transform:uppercase}
.hp-ba-badge.after{right:16px;background:var(--acc)}
.hp-ba-badge.before{left:16px;background:var(--dark)}
.hp-ba-div{position:absolute;top:0;bottom:0;width:2px;background:#fff;z-index:4;box-shadow:0 0 10px rgba(0,0,0,.4);left:50%}
.hp-ba-div:after{content:"⇆";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;border-radius:50%;background:#fff;color:var(--acc);border:2px solid var(--acc);display:flex;align-items:center;justify-content:center;font-size:18px}
.hp-ba-range{width:100%;accent-color:var(--acc)}
.hp-ba-cap{font-size:14px;color:var(--gray);margin:0}
.hp-ba-cases{flex:0 0 300px;display:flex;flex-direction:column;gap:12px}
.hp-ba-case{display:flex;align-items:center;gap:12px;background:rgba(255,255,255,.6);border:1px solid transparent;border-radius:16px;padding:8px 16px 8px 8px;cursor:pointer;text-align:left;font:inherit}
.hp-ba-case.active{background:#fff;border-color:var(--acc);box-shadow:0 4px 12px rgba(0,0,0,.08)}
.hp-ba-thumb{width:64px;height:64px;border-radius:12px;object-fit:cover;flex:none}
.hp-ba-case span{font-size:14px;font-weight:500}
.hp-ba-case.active span{color:var(--acc)}
/* indications */
.hp-grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.hp-ind{background:#fff;border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:10px}
.hp-ind-ico{width:44px;height:44px;border-radius:12px;background:rgba(0,171,235,.1);background-repeat:no-repeat;background-position:center;background-size:22px}
.hp-ico-coffee{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300abeb' stroke-width='1.7'%3E%3Cpath d='M4 8h13v5a5 5 0 0 1-5 5H9a5 5 0 0 1-5-5V8Z'/%3E%3Cpath d='M17 9h2.5a2.5 2.5 0 0 1 0 5H17'/%3E%3C/svg%3E")}
.hp-ico-drop{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300abeb' stroke-width='1.7'%3E%3Cpath d='M12 3s6 6.5 6 11a6 6 0 0 1-12 0c0-4.5 6-11 6-11Z'/%3E%3C/svg%3E")}
.hp-ico-wind{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300abeb' stroke-width='1.7' stroke-linecap='round'%3E%3Cpath d='M3 8h11a3 3 0 1 0-3-3M3 12h15a3 3 0 1 1-3 3M3 16h9a2.5 2.5 0 1 1-2.5 2.5'/%3E%3C/svg%3E")}
.hp-ico-braces{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300abeb' stroke-width='1.7'%3E%3Crect x='3' y='9' width='18' height='6' rx='1.5'/%3E%3Cpath d='M7.5 9v6M12 9v6M16.5 9v6'/%3E%3C/svg%3E")}
.hp-ico-implant{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300abeb' stroke-width='1.6'%3E%3Cpath d='M12 3c4 0 6 2 6 5 0 2-1 3-1 6l-1 7h-1.2l-1-5h-1.6l-1 5H9l-1-7c0-3-1-4-1-6 0-3 2-5 5-5Z'/%3E%3C/svg%3E")}
.hp-ico-sparkle{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300abeb' stroke-width='1.6'%3E%3Cpath d='M11 3l1.8 5.2L18 10l-5.2 1.8L11 17l-1.8-5.2L4 10l5.2-1.8L11 3Z'/%3E%3C/svg%3E")}
.hp-ind-title{font-size:16px;font-weight:500;margin:0}
.hp-ind-desc{font-size:14px;color:var(--gray);line-height:1.5;margin:0}
.hp-note{display:flex;gap:16px;background:rgba(0,171,235,.08);border:1px solid rgba(0,171,235,.25);border-radius:20px;padding:24px;margin-top:24px;font-size:16px;line-height:1.6}
/* faq */
.hp-faq-item{background:var(--cream);border-radius:20px;overflow:hidden;margin-bottom:8px}
.hp-faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;gap:24px;padding:22px 28px;text-align:left;background:none;border:0;font:inherit;font-size:18px;font-weight:500;cursor:pointer;color:var(--dark)}
.hp-faq-plus{flex:none;width:36px;height:36px;border-radius:50%;border:1px solid var(--acc);color:var(--acc);display:flex;align-items:center;justify-content:center;font-size:22px;transition:transform .2s}
.hp-faq-item.open .hp-faq-plus{transform:rotate(45deg)}
.hp-faq-a{max-height:0;overflow:hidden;transition:max-height .25s ease;padding:0 28px}
.hp-faq-item.open .hp-faq-a{max-height:400px;padding-bottom:24px}
.hp-faq-a{font-size:16px;line-height:1.6}
/* aftercare + seo */
.hp-after ol{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;list-style:none;counter-reset:c;padding:0;margin:0}
.hp-after li{background:#fff;border-radius:20px;padding:28px;counter-increment:c;font-size:16px;line-height:1.55;position:relative;padding-top:74px}
.hp-after li:before{content:counter(c);position:absolute;top:28px;left:28px;width:40px;height:40px;border-radius:50%;background:var(--acc);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px}
.hp-seo{max-width:1340px;margin:0 auto;padding:0 20px}
.hp-seo-body{font-size:17px;line-height:1.7;color:#4a4a4a}
.hp-seo-body a{color:var(--acc)}
.hp-seo-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}
.hp-seo-tags span{background:var(--cream);color:var(--gray);border-radius:100px;padding:6px 16px;font-size:14px}
@media(max-width:860px){
  .hp-grid2,.hp-cmp,.hp-after ol{grid-template-columns:1fr}
  .hp-grid3{grid-template-columns:1fr 1fr}
  .hp-hero-in{padding:24px}
  .hp section{padding:52px 0}
  .hp-ba{flex-direction:column}
  .hp-ba-cases{flex:1 1 auto;flex-direction:row;overflow-x:auto;padding-bottom:4px}
  .hp-ba-case{flex:0 0 auto}
}
@media(max-width:520px){
  .hp section{padding:40px 0}
  .hp-ba-stage{height:340px}
  .hp-grid3{grid-template-columns:1fr}
  .hp-hero{min-height:440px;border-radius:14px;margin-top:10px}
  .hp-hero-in{padding:18px}
  .hp h2{font-size:24px}
  .hp .hp-sub{margin-bottom:26px;font-size:15px}
  .hp-price{font-size:26px}
  .hp-btn{width:100%;text-align:center}
  .hp-hero-cta{gap:12px}
  .hp-faq-q{font-size:15px;padding:16px 18px;gap:12px}
  .hp-faq-a{padding:0 18px}
  .hp-faq-item.open .hp-faq-a{padding-bottom:18px}
  .hp-step,.hp-cmp-card,.hp-ind,.hp-note{padding:20px}
  .hp-after li{padding:20px;padding-top:64px}
  .hp-crumbs{font-size:13px}
}