/*
Theme Name: Hapvol Premium Test V26
Theme URI: https://hapvol.com
Author: Hapvol
Description: Hapvol recipe theme V26 with direct Over Hapvol balanced template.
Version: 26.0.0
Text Domain: hapvol-premium-test-v26
*/

:root{
  --hp-orange:#f25a18;
  --hp-orange-dark:#d7460d;
  --hp-cream:#fff8f2;
  --hp-peach:#fff0e6;
  --hp-charcoal:#141e27;
  --hp-text:#24303c;
  --hp-muted:#697887;
  --hp-line:#e9edf2;
  --hp-white:#fff;
  --hp-shadow:0 18px 45px rgba(20,30,39,.09);
  --hp-shadow-soft:0 8px 24px rgba(20,30,39,.06);
  --hp-radius:18px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter, Poppins, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color:var(--hp-text);
  background:#fff;
  line-height:1.65;
  text-rendering:optimizeLegibility;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
.container{width:min(1180px, calc(100% - 42px));margin-inline:auto}
.screen-reader-text{position:absolute;left:-9999px}
.hp-btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  min-height:48px;padding:0 24px;border-radius:12px;border:1px solid var(--hp-orange);
  background:var(--hp-orange);color:#fff;font-weight:850;letter-spacing:-.01em;
  cursor:pointer;transition:transform .22s ease,box-shadow .22s ease,background .22s ease;
}
.hp-btn:hover{background:var(--hp-orange-dark);transform:translateY(-2px);box-shadow:0 12px 24px rgba(242,90,24,.23)}
.hp-btn.hp-outline{background:#fff;color:var(--hp-orange)}
.hp-btn.hp-outline:hover{background:var(--hp-orange);color:#fff}
.hp-small-label{color:var(--hp-orange);text-transform:uppercase;font-size:13px;font-weight:900;letter-spacing:.08em}

/* Header */
.hp-header{
  position:sticky;top:0;z-index:999;background:rgba(255,255,255,.94);
  backdrop-filter:blur(16px);border-bottom:1px solid rgba(233,237,242,.82);
  transition:box-shadow .25s ease,background .25s ease;
}
.hp-header.is-scrolled{box-shadow:0 14px 34px rgba(20,30,39,.09);background:rgba(255,255,255,.98)}
.hp-header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.hp-logo{display:flex;align-items:center;color:var(--hp-orange);font-family:Georgia,serif;font-size:38px;font-weight:900;letter-spacing:-1.2px;line-height:1}
.custom-logo{max-height:58px;width:auto}
.hp-nav{display:flex;align-items:center;gap:34px;font-weight:760;font-size:15px;color:var(--hp-charcoal)}
.hp-nav a{position:relative;padding:28px 0}
.hp-nav a:after{content:"";position:absolute;left:0;bottom:18px;width:0;height:3px;border-radius:99px;background:var(--hp-orange);transition:width .22s ease}
.hp-nav a:hover:after,.hp-nav .current-menu-item>a:after{width:100%}
.hp-actions{display:flex;align-items:center;gap:14px}
.hp-icon-btn{
  width:44px;height:44px;border-radius:50%;border:1px solid var(--hp-line);background:#fff;
  display:grid;place-items:center;cursor:pointer;color:var(--hp-charcoal);transition:.22s ease
}
.hp-icon-btn:hover{color:var(--hp-orange);box-shadow:var(--hp-shadow-soft)}
.hp-mobile-toggle{display:none;width:44px;height:44px;border:1px solid var(--hp-line);background:#fff;border-radius:12px;cursor:pointer}
.hp-mobile-toggle span{display:block;width:20px;height:2px;background:var(--hp-charcoal);margin:4px auto;border-radius:99px;transition:.22s}
.hp-mobile-toggle.active span:nth-child(1){transform:translateY(6px) rotate(45deg)}
.hp-mobile-toggle.active span:nth-child(2){opacity:0}
.hp-mobile-toggle.active span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.hp-search-panel{display:none;border-top:1px solid var(--hp-line);padding:14px 0;background:#fff}
.hp-search-panel.active{display:block;animation:hpDrop .25s ease}
.hp-search-form{display:flex;gap:10px}
.hp-search-form input{flex:1;height:50px;border:1px solid var(--hp-line);border-radius:12px;padding:0 16px;font-size:15px}
@keyframes hpDrop{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}

/* Hero */
.hp-hero{padding:26px 0 22px;background:#fff}
.hp-hero-card{
  min-height:360px;border-radius:20px;background:
  radial-gradient(circle at 78% 50%, rgba(242,90,24,.16), transparent 23%),
  linear-gradient(90deg, rgba(255,248,242,.99), rgba(255,248,242,.92) 49%, rgba(255,248,242,.18) 72%),
  var(--hp-hero-bg, linear-gradient(135deg,#fff1e8,#fff));
  background-size:cover;background-position:center right;
  display:flex;align-items:center;padding:58px;overflow:hidden;
}
.hp-hero-content{max-width:650px}
.hp-hero h1{font-size:52px;line-height:1.03;margin:14px 0 16px;letter-spacing:-1.7px;color:var(--hp-charcoal);max-width:620px}
.hp-hero p{font-size:17px;color:var(--hp-muted);max-width:610px;margin:0 0 24px}
.hp-hero-search{display:flex;gap:12px;max-width:650px;margin:24px 0 10px}
.hp-hero-search input,.hp-hero-search select{min-width:0;flex:1;height:54px;border:1px solid var(--hp-line);border-radius:12px;padding:0 16px;background:#fff;font-size:15px}
.hp-try{font-size:14px;color:var(--hp-muted);margin-top:12px}
.hp-try a{color:var(--hp-orange);font-weight:850;text-decoration:underline;text-underline-offset:3px}

/* Feature strip */
.hp-features{border-top:1px solid var(--hp-line);border-bottom:1px solid var(--hp-line);background:#fff}
.hp-features-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.hp-feature{display:flex;align-items:center;gap:18px;padding:26px 34px;border-right:1px solid var(--hp-line)}
.hp-feature:last-child{border-right:0}
.hp-feature-icon{width:56px;height:56px;border-radius:50%;background:var(--hp-peach);color:var(--hp-orange);display:grid;place-items:center}
.hp-feature h3{margin:0;font-size:17px;color:var(--hp-charcoal)}
.hp-feature p{margin:2px 0 0;color:var(--hp-muted);font-size:14px}

/* Sections */
.hp-section{padding:54px 0}
.hp-section.alt{background:linear-gradient(180deg,#fff,#fff8f2)}
.hp-section-head{text-align:center;margin:0 auto 30px;max-width:760px}
.hp-section-head h2{font-size:34px;line-height:1.12;margin:6px 0 7px;letter-spacing:-.8px;color:var(--hp-charcoal)}
.hp-section-head p{color:var(--hp-muted);margin:0}
.hp-section-icon{font-size:34px;color:var(--hp-orange);line-height:1}
.hp-row-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:18px;border-bottom:1px solid var(--hp-line);padding-bottom:12px}
.hp-row-head h2{font-size:28px;margin:0;letter-spacing:-.5px}
.hp-row-head a{font-size:14px;color:var(--hp-orange);font-weight:850}

/* Recipe cards */
.hp-grid{display:grid;gap:22px}
.hp-grid.cols-5{grid-template-columns:repeat(5,1fr);gap:18px}
.hp-grid.cols-4{grid-template-columns:repeat(4,1fr)}
.hp-grid.cols-3{grid-template-columns:repeat(3,1fr)}
.hp-card{
  background:#fff;border:1px solid var(--hp-line);border-radius:14px;overflow:hidden;
  box-shadow:var(--hp-shadow-soft);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease;
}
.hp-card:hover{transform:translateY(-5px);box-shadow:var(--hp-shadow);border-color:#ffd6c3}
.hp-thumb{height:154px;position:relative;background:linear-gradient(135deg,#ffe2d1,#fff4ec);overflow:hidden}
.hp-grid.cols-3 .hp-thumb{height:190px}
.hp-card img{width:100%;height:100%;object-fit:cover}
.hp-fallback{width:100%;height:100%;display:grid;place-items:center;font-size:58px;background:linear-gradient(135deg,#ffe0cd,#fff8f2)}
.hp-badge,.hp-time{
  position:absolute;top:10px;background:#fff;border-radius:999px;padding:5px 10px;
  font-size:12px;font-weight:900;box-shadow:0 5px 14px rgba(20,30,39,.10)
}
.hp-badge{left:10px;color:var(--hp-orange)}
.hp-time{right:10px;color:#475361}
.hp-card-body{padding:15px;text-align:center}
.hp-card-body h3{font-size:16.5px;line-height:1.23;margin:0 0 6px;color:var(--hp-charcoal)}
.hp-card-body p{font-size:13.5px;color:var(--hp-muted);margin:0 0 10px;line-height:1.45}
.hp-card-link{font-size:13px;color:var(--hp-orange);font-weight:900}
.hp-grid.cols-5 .hp-card-link{display:none}

/* About */
.hp-about{
  display:grid;grid-template-columns:1.05fr .95fr;gap:0;background:var(--hp-cream);
  border:1px solid #f8e5d7;border-radius:20px;overflow:hidden;box-shadow:var(--hp-shadow-soft)
}
.hp-about-copy{padding:50px}
.hp-about h2{font-size:32px;margin:0 0 16px;line-height:1.15;color:var(--hp-charcoal)}
.hp-about p{color:#4d5a67;margin:0 0 17px}
.hp-about-media{min-height:370px;background:linear-gradient(135deg,#ffe3d2,#fff);display:grid;place-items:center}
.hp-about-media img{width:100%;height:100%;object-fit:cover}
.hp-about-media .hp-fallback{font-size:95px}

/* Newsletter */
.hp-newsletter{background:linear-gradient(90deg,#fff0e6,#fff8f2);padding:34px 0}
.hp-newsletter-inner{display:grid;grid-template-columns:auto 1fr auto;gap:26px;align-items:center}
.hp-mail-icon{width:72px;height:72px;border:2px solid var(--hp-orange);border-radius:50%;display:grid;place-items:center;color:var(--hp-orange)}
.hp-newsletter h2{font-size:28px;line-height:1.1;margin:0 0 4px}
.hp-newsletter p{margin:0;color:var(--hp-muted)}
.hp-newsletter form{display:flex;gap:12px}
.hp-newsletter input{height:52px;width:310px;border:1px solid var(--hp-line);border-radius:12px;background:#fff;padding:0 16px;font-size:15px}

/* Footer */
.hp-footer{background:#151d26;color:#fff;padding:30px 0}
.hp-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.hp-footer-left{display:flex;align-items:center;gap:20px}
.hp-footer-logo{font-size:34px;color:var(--hp-orange);font-family:Georgia,serif;font-weight:900;letter-spacing:-1px}
.hp-socials{display:flex;gap:10px}
.hp-socials a{width:36px;height:36px;border:1px solid rgba(255,255,255,.38);border-radius:50%;display:grid;place-items:center;color:#fff;transition:.22s}
.hp-socials a:hover{background:var(--hp-orange);border-color:var(--hp-orange);transform:translateY(-2px)}
.hp-footer-links{display:flex;gap:36px;align-items:center;color:#e7edf3;font-size:14px}
.hp-footer-bottom{font-size:13px;color:#aeb9c4;margin-top:12px}

/* Archive and content */
.hp-page-hero{padding:62px 0;background:linear-gradient(180deg,#fff8f2,#fff);text-align:center;border-bottom:1px solid var(--hp-line)}
.hp-page-hero h1{font-size:44px;line-height:1.1;margin:0 0 10px;color:var(--hp-charcoal);letter-spacing:-1px}
.hp-page-hero p{color:var(--hp-muted);margin:0}
.hp-content-wrap{padding:52px 0}
.hp-content-card{background:#fff;border:1px solid var(--hp-line);border-radius:18px;box-shadow:var(--hp-shadow-soft);padding:38px}
.hp-post{max-width:840px;margin-inline:auto}
.hp-post h1{font-size:46px;line-height:1.08;margin:0 0 18px;color:var(--hp-charcoal)}
.hp-post h2{font-size:29px;margin:34px 0 12px;color:var(--hp-charcoal)}
.hp-post p,.hp-post li{font-size:17px;color:#3f4d5b}
.hp-post ul,.hp-post ol{padding-left:22px}
.hp-recipe-info{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:24px 0}
.hp-info-box{background:var(--hp-cream);border:1px solid #f7e3d6;border-radius:14px;padding:16px;text-align:center}
.hp-info-box strong{display:block;color:var(--hp-orange);font-size:13px;text-transform:uppercase}
.hp-info-box span{font-weight:850;color:var(--hp-charcoal)}
.hp-breadcrumb{font-size:14px;color:var(--hp-muted);margin-bottom:14px}
.hp-breadcrumb a{color:var(--hp-orange);font-weight:800}

/* Responsive */
@media(max-width:1050px){
  .hp-grid.cols-5{grid-template-columns:repeat(3,1fr)}
  .hp-grid.cols-4{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:920px){
  .hp-header-inner{height:70px}
  .hp-mobile-toggle{display:block}
  .hp-nav{
    position:absolute;left:20px;right:20px;top:76px;background:#fff;border:1px solid var(--hp-line);
    border-radius:18px;box-shadow:var(--hp-shadow);padding:14px;display:none;flex-direction:column;align-items:flex-start;gap:0
  }
  .hp-nav.active{display:flex;animation:hpDrop .25s ease}
  .hp-nav a{padding:12px 5px}
  .hp-actions .hp-btn{display:none}
  .hp-hero-card{padding:40px 28px;background:linear-gradient(90deg,rgba(255,248,242,.99),rgba(255,248,242,.93)),var(--hp-hero-bg)}
  .hp-hero h1{font-size:40px}
  .hp-features-grid{grid-template-columns:1fr}
  .hp-feature{border-right:0;border-bottom:1px solid var(--hp-line)}
  .hp-feature:last-child{border-bottom:0}
  .hp-about{grid-template-columns:1fr}
  .hp-newsletter-inner{grid-template-columns:1fr;text-align:center}
  .hp-mail-icon{margin:auto}
  .hp-newsletter form{justify-content:center}
  .hp-footer-inner{flex-direction:column;text-align:center}
  .hp-footer-left{flex-direction:column}
  .hp-footer-links{gap:18px;flex-wrap:wrap;justify-content:center}
}
@media(max-width:680px){
  .container{width:calc(100% - 26px)}
  .hp-logo,.hp-footer-logo{font-size:30px}
  .hp-hero{padding-top:14px}
  .hp-hero-card{padding:30px 22px;min-height:auto}
  .hp-hero h1{font-size:34px;letter-spacing:-.8px}
  .hp-hero-search{flex-direction:column}
  .hp-hero-search input,.hp-hero-search select{width:100%}
  .hp-section{padding:40px 0}
  .hp-section-head h2{font-size:29px}
  .hp-grid.cols-5,.hp-grid.cols-4,.hp-grid.cols-3{grid-template-columns:1fr}
  .hp-about-copy{padding:30px 22px}
  .hp-newsletter form{flex-direction:column}
  .hp-newsletter input{width:100%}
  .hp-page-hero h1,.hp-post h1{font-size:34px}
  .hp-content-card{padding:24px}
  .hp-recipe-info{grid-template-columns:1fr}
}


/* Hapvol test update 2.1.0: no emoji, pagination, post sidebar, mobile hover fix */
.hp-svg-icon,
.hp-feature-icon svg,
.hp-section-icon svg,
.hp-fallback svg,
.hp-mail-icon svg{
  width:28px;height:28px;display:block;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;
}
.hp-section-icon{display:flex;justify-content:center;align-items:center;margin-bottom:8px;color:var(--hp-orange)}
.hp-section-icon svg{width:34px;height:34px}
.hp-fallback{font-size:0;color:var(--hp-orange)}
.hp-fallback svg{width:58px;height:58px}
.hp-about-media{padding:36px}
.hp-about-portrait{width:min(340px,82%);aspect-ratio:1/1;border-radius:999px;background:#fff;padding:10px;box-shadow:0 22px 55px rgba(20,30,39,.14)}
.hp-about-portrait img{width:100%;height:100%;object-fit:cover;border-radius:999px}
.hp-mail-icon{font-size:0}
.hp-time svg{width:13px;height:13px;vertical-align:-2px;margin-right:4px;stroke:currentColor;fill:none;stroke-width:2}
.hp-pagination{display:flex;align-items:center;justify-content:center;gap:9px;flex-wrap:wrap;margin-top:34px}
.hp-pagination .page-numbers{min-width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 13px;border-radius:12px;border:1px solid #f0d5c5;background:#fff;color:var(--hp-charcoal);font-weight:900;box-shadow:0 8px 20px rgba(20,30,39,.045)}
.hp-pagination .page-numbers.current{background:var(--hp-orange);border-color:var(--hp-orange);color:#fff}
.hp-pagination .page-numbers.prev,.hp-pagination .page-numbers.next{min-width:92px}
.hp-pagination-note{text-align:center;color:var(--hp-muted);margin-top:13px;font-size:14px}
.hp-post-layout{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:28px;align-items:start}
.hp-single-card,.hp-sidebar-box,.hp-comments-card{background:#fff;border:1px solid var(--hp-line);border-radius:18px;box-shadow:var(--hp-shadow-soft)}
.hp-single-card{padding:36px}
.hp-single-card .post-thumbnail img,.hp-single-featured{border-radius:20px;margin:24px 0;box-shadow:0 18px 45px rgba(20,30,39,.09)}
.hp-sidebar{display:grid;gap:18px;position:sticky;top:98px}
.hp-sidebar-box{padding:22px}
.hp-sidebar-box h3{font-size:20px;margin:0 0 16px;color:var(--hp-charcoal)}
.hp-sidebar .hp-search-form{display:flex;gap:10px}
.hp-sidebar .hp-search-form input{min-width:0;width:100%;height:48px;border:1px solid var(--hp-line);border-radius:12px;padding:0 14px;font-size:14px}
.hp-sidebar .hp-search-form .hp-btn{min-height:48px;padding:0 16px}
.hp-latest-list{display:grid;gap:14px}
.hp-latest-item{display:grid;grid-template-columns:72px 1fr;gap:12px;align-items:center}
.hp-latest-thumb{width:72px;height:62px;border-radius:13px;overflow:hidden;background:linear-gradient(135deg,#ffe0cd,#fff8f2);display:grid;place-items:center;color:var(--hp-orange)}
.hp-latest-thumb img{width:100%;height:100%;object-fit:cover}
.hp-latest-thumb svg{width:28px;height:28px;stroke:currentColor;fill:none;stroke-width:2}
.hp-latest-item strong{display:block;font-size:14px;line-height:1.35;color:var(--hp-charcoal)}
.hp-latest-item span{display:block;color:var(--hp-muted);font-size:12px;margin-top:4px;font-weight:800}
.hp-comments-card{margin-top:24px;padding:28px}
.hp-comments-card h2,.hp-comments-card h3{margin-top:0;color:var(--hp-charcoal)}
.hp-comments-card textarea,.hp-comments-card input[type="text"],.hp-comments-card input[type="email"],.hp-comments-card input[type="url"]{width:100%;border:1px solid var(--hp-line);border-radius:12px;padding:12px 14px;font:inherit}
.hp-comments-card .submit{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 24px;border-radius:12px;border:1px solid var(--hp-orange);background:var(--hp-orange);color:#fff;font-weight:850;cursor:pointer}
@media(max-width:920px){
  .hp-nav a:after,.hp-nav a:hover:after,.hp-nav .current-menu-item>a:after{display:none!important;content:none!important;width:0!important}
  .hp-nav a:hover{color:var(--hp-orange);background:var(--hp-cream);border-radius:10px}
  .hp-post-layout{grid-template-columns:1fr}
  .hp-sidebar{position:static;top:auto}
}
@media(max-width:680px){
  .hp-single-card,.hp-comments-card{padding:24px}
  .hp-pagination .page-numbers.prev,.hp-pagination .page-numbers.next{min-width:78px}
}


/* Hapvol test V2 updates: keep same style, remove newsletter, footer socials, titles, no section icons */
.hp-section-icon{display:none!important}
.hp-page-hero .hp-section-icon{display:none!important}
.hp-grid.cols-5 .hp-card-body{display:block;padding:10px 9px 11px;text-align:center;background:#fff}
.hp-grid.cols-5 .hp-card-body h3{display:block;font-size:13.5px;line-height:1.25;margin:0;color:var(--hp-charcoal);letter-spacing:-.15px}
.hp-grid.cols-5 .hp-card-body p,.hp-grid.cols-5 .hp-card-link{display:none!important}
.hp-grid.cols-3 .hp-card-body h3,.hp-grid.cols-4 .hp-card-body h3{display:block}
.hp-socials a svg{width:17px;height:17px;display:block}
.hp-socials a:focus{outline:2px solid var(--hp-orange);outline-offset:3px}
/* Desktop only: hide the feature strip on tablet and mobile */
@media(max-width:1024px){.hp-features{display:none!important}}

/* Hapvol test V3 fixes: stronger recipe titles, professional pages, no newsletter */
.hp-newsletter{display:none!important}
.hp-thumb{display:block!important}
.hp-card{display:flex!important;flex-direction:column!important;height:auto!important;overflow:hidden!important}
.hp-card .hp-card-body{display:block!important;visibility:visible!important;opacity:1!important;background:#fff!important;padding:13px 12px 14px!important;text-align:center!important;min-height:48px!important;position:relative!important;z-index:2!important}
.hp-card .hp-card-body h3{display:block!important;visibility:visible!important;opacity:1!important;margin:0!important;color:var(--hp-charcoal)!important;font-weight:900!important;letter-spacing:-.15px!important}
.hp-grid.cols-5 .hp-card-body h3{font-size:13.5px!important;line-height:1.25!important}
.hp-grid.cols-4 .hp-card-body h3{font-size:15px!important;line-height:1.25!important}
.hp-grid.cols-3 .hp-card-body h3{font-size:17px!important;line-height:1.25!important}
.hp-card .hp-card-body p,.hp-card .hp-card-link{display:none!important}
.hp-grid.cols-5 .hp-thumb{height:150px!important}
.hp-grid.cols-4 .hp-thumb{height:175px!important}
.hp-grid.cols-3 .hp-thumb{height:220px!important}
.hp-page-hero{padding:56px 0 42px;background:linear-gradient(180deg,#fff 0%,#fff8f2 100%);border-bottom:1px solid var(--hp-line);text-align:center}
.hp-page-hero h1{font-size:42px;line-height:1.08;margin:0 0 9px;color:var(--hp-charcoal);letter-spacing:-1px}
.hp-page-hero p{margin:0 auto;max-width:760px;color:var(--hp-muted)}
.hp-professional-page{padding:54px 0 64px}
.hp-prof-card{background:#fff;border:1px solid var(--hp-line);border-radius:22px;box-shadow:var(--hp-shadow-soft);overflow:hidden}
.hp-prof-inner{padding:42px}.hp-prof-inner h2{font-size:31px;line-height:1.15;margin:0 0 16px;color:var(--hp-charcoal);letter-spacing:-.7px}.hp-prof-inner h3{font-size:22px;margin:30px 0 10px;color:var(--hp-charcoal)}.hp-prof-inner p,.hp-prof-inner li{font-size:16px;color:#344054;line-height:1.75}.hp-prof-inner ul{padding-left:22px;margin:0 0 18px}.hp-notice{background:var(--hp-cream);border:1px solid #f3d7c7;border-radius:18px;padding:18px;margin:22px 0;color:#344054}.hp-page-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}.hp-page-sidebar{display:grid;gap:18px}.hp-side-card{background:#fff;border:1px solid var(--hp-line);border-radius:18px;box-shadow:var(--hp-shadow-soft);padding:22px}.hp-side-card h3{margin:0 0 14px;font-size:19px;color:var(--hp-charcoal)}.hp-side-card p{margin:0;color:var(--hp-muted);font-size:14px}.hp-side-links{display:grid;gap:10px}.hp-side-links a{display:flex;align-items:center;justify-content:space-between;border:1px solid #f0d5c5;border-radius:14px;padding:12px 13px;background:#fffaf6;font-weight:900;font-size:14px}.hp-side-links span{color:var(--hp-orange)}
.hp-over-main{padding:54px 0 64px}.hp-over-card{display:grid;grid-template-columns:1.08fr .92fr;overflow:hidden;border:1px solid #f8e5d7;border-radius:22px;background:var(--hp-cream);box-shadow:var(--hp-shadow-soft)}.hp-over-copy{padding:50px;background:linear-gradient(135deg,#fff8f2,#fff)}.hp-over-copy h2{font-size:38px;line-height:1.1;margin:0 0 16px;color:var(--hp-charcoal);letter-spacing:-1px}.hp-over-copy p{font-size:16px;color:#344054;line-height:1.75}.hp-over-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.hp-btn-light{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:0 22px;min-height:48px;background:#fff;border:1px solid #ead8ce;color:var(--hp-charcoal);font-weight:850}.hp-over-media{background:linear-gradient(135deg,#ffe3d2,#fff);display:grid;place-items:center;padding:42px}.hp-over-portrait{width:min(340px,82%);aspect-ratio:1/1;border-radius:999px;background:#fff;padding:10px;box-shadow:0 22px 55px rgba(20,30,39,.14)}.hp-over-portrait img{width:100%;height:100%;object-fit:cover;border-radius:999px}.hp-values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:28px}.hp-value-card{background:#fff;border:1px solid var(--hp-line);border-radius:18px;box-shadow:var(--hp-shadow-soft);padding:24px}.hp-value-card h3{font-size:20px;margin:0 0 9px;color:var(--hp-charcoal)}.hp-value-card p{margin:0;color:var(--hp-muted);line-height:1.65}.hp-mission{margin-top:28px;background:linear-gradient(135deg,var(--hp-cream),#fff);border:1px solid #f8e5d7;border-radius:20px;padding:30px;text-align:center;box-shadow:var(--hp-shadow-soft)}.hp-mission h2{margin:0 0 10px;font-size:30px;color:var(--hp-charcoal)}.hp-mission p{margin:0 auto;max-width:780px;color:#344054;line-height:1.75}
.hp-contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:18px}.hp-contact-field{border:1px solid #ead8ce;border-radius:14px;padding:14px;color:#8a94a2;background:#fff}.hp-contact-field.full{grid-column:1/-1;min-height:130px}
@media(max-width:1024px){.hp-features{display:none!important}}
@media(max-width:920px){.hp-page-layout,.hp-over-card{grid-template-columns:1fr}.hp-values-grid{grid-template-columns:1fr}.hp-over-copy,.hp-prof-inner{padding:30px 24px}.hp-over-media{min-height:330px}.hp-grid.cols-5,.hp-grid.cols-4,.hp-grid.cols-3{grid-template-columns:repeat(2,1fr)!important}.hp-grid.cols-5 .hp-thumb,.hp-grid.cols-4 .hp-thumb,.hp-grid.cols-3 .hp-thumb{height:190px!important}}
@media(max-width:680px){.hp-page-hero h1{font-size:34px}.hp-grid.cols-5,.hp-grid.cols-4,.hp-grid.cols-3{grid-template-columns:1fr!important}.hp-grid.cols-5 .hp-thumb,.hp-grid.cols-4 .hp-thumb,.hp-grid.cols-3 .hp-thumb{height:230px!important}.hp-contact-fields{grid-template-columns:1fr}}


/* Hapvol test V4: show real food images instead of icon placeholders when posts have no featured image */
.hp-fallback-image{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}
.hp-thumb .hp-fallback{display:none!important}
.hp-card img.hp-fallback-image{width:100%!important;height:100%!important;object-fit:cover!important}
.hp-latest-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}


/* Hapvol test V7: mobile home hero search polish */
@media(max-width:680px){
  .hp-hero-content{
    max-width:100%!important;
    width:100%!important;
  }
  .hp-hero p{
    font-size:16px!important;
    line-height:1.7!important;
    margin-bottom:20px!important;
  }
  .hp-hero-search{
    width:100%!important;
    max-width:none!important;
    display:flex!important;
    flex-direction:column!important;
    gap:10px!important;
    margin:22px 0 0!important;
  }
  .hp-hero-search input,
  .hp-hero-search select{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    height:50px!important;
    border-radius:14px!important;
    padding:0 16px!important;
    font-size:15px!important;
    line-height:50px!important;
    text-align:left!important;
    background:#fff!important;
    box-shadow:0 8px 20px rgba(20,30,39,.055)!important;
  }
  .hp-hero-search input::placeholder{
    color:#8a94a2!important;
    opacity:1!important;
    font-size:15px!important;
  }
  .hp-hero-search .hp-btn,
  .hp-hero-search button{
    width:100%!important;
    min-height:52px!important;
    height:52px!important;
    border-radius:14px!important;
    font-size:16px!important;
    font-weight:900!important;
    margin:0!important;
    box-shadow:0 10px 24px rgba(242,90,24,.18)!important;
  }
  .hp-try{
    margin-top:15px!important;
    text-align:center!important;
    font-size:14px!important;
    color:var(--hp-muted)!important;
  }
  .hp-try a{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    margin-top:8px!important;
    padding:7px 12px!important;
    border-radius:999px!important;
    background:#fff!important;
    border:1px solid #f0d5c5!important;
    color:var(--hp-orange)!important;
    font-weight:900!important;
    text-decoration:none!important;
    box-shadow:0 6px 16px rgba(20,30,39,.055)!important;
  }
}


/* Hapvol test V8: force mobile hero search input to real field size */
@media (max-width: 680px) {
  .hp-hero .hp-hero-card{
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .hp-hero .hp-hero-search{
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 12px !important;
    margin: 22px 0 0 !important;
  }
  .hp-hero .hp-hero-search input[type="search"],
  .hp-hero .hp-hero-search input[name="s"]{
    -webkit-appearance: none !important;
    appearance: none !important;
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 54px !important;
    min-height: 54px !important;
    line-height: 1.2 !important;
    padding: 0 17px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 15px !important;
    background: #ffffff !important;
    color: #07192c !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-align: left !important;
    box-shadow: 0 8px 22px rgba(20,30,39,.07) !important;
  }
  .hp-hero .hp-hero-search input[type="search"]:focus,
  .hp-hero .hp-hero-search input[name="s"]:focus{
    outline: none !important;
    border-color: #f45113 !important;
    box-shadow: 0 0 0 3px rgba(244,81,19,.13), 0 8px 22px rgba(20,30,39,.07) !important;
  }
  .hp-hero .hp-hero-search input[type="search"]::placeholder,
  .hp-hero .hp-hero-search input[name="s"]::placeholder{
    color: #8a94a2 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    opacity: 1 !important;
  }
  .hp-hero .hp-hero-search .hp-btn,
  .hp-hero .hp-hero-search button[type="submit"]{
    -webkit-appearance: none !important;
    appearance: none !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 54px !important;
    min-height: 54px !important;
    padding: 0 18px !important;
    border: 0 !important;
    border-radius: 15px !important;
    background: #f45113 !important;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    box-shadow: 0 12px 26px rgba(244,81,19,.20) !important;
  }
  .hp-hero .hp-try{
    margin-top: 18px !important;
    text-align: center !important;
    font-size: 15px !important;
    line-height: 1.4 !important;
  }
  .hp-hero .hp-try a{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 42px !important;
    margin-top: 10px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    background: #fff !important;
    border: 1px solid #f0d5c5 !important;
    color: #f45113 !important;
    font-size: 15px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
  }
}


/* V9: Show the Sanne about card only on desktop */
@media (max-width: 1024px){
  .home .hp-about,
  .front-page .hp-about,
  .hp-about{
    display:none !important;
  }
}


/* Hapvol test V10: general spacing cleanup for mobile/tablet */
@media (max-width: 1024px){
  /* If desktop-only blocks are hidden, hide their wrapper too so no empty white gap remains */
  .hp-desktop-only-section,
  .home .hp-about-section,
  .front-page .hp-about-section{
    display:none !important;
    margin:0 !important;
    padding:0 !important;
    height:0 !important;
    min-height:0 !important;
    overflow:hidden !important;
  }

  /* General section rhythm on tablet/mobile */
  .home .hp-section,
  .front-page .hp-section{
    padding-top:34px !important;
    padding-bottom:34px !important;
  }

  .home .hp-section + .hp-section,
  .front-page .hp-section + .hp-section{
    margin-top:0 !important;
  }

  .hp-section-head{
    margin-bottom:22px !important;
  }

  .hp-section-head h2{
    margin-top:0 !important;
    margin-bottom:8px !important;
  }
}

@media (max-width: 680px){
  .home .hp-section,
  .front-page .hp-section{
    padding-top:30px !important;
    padding-bottom:30px !important;
  }

  .hp-section-head{
    margin-bottom:18px !important;
  }

  .hp-section-head h2{
    font-size:30px !important;
    line-height:1.12 !important;
  }

  .hp-section-head p{
    font-size:16px !important;
    line-height:1.55 !important;
    max-width:92% !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .hp-grid{
    gap:20px !important;
  }
}


/* Hapvol test V13: final balanced footer no large empty gaps */
.hp-footer.hp-footer-final{
  background:#121a24 !important;
  color:#fff !important;
  padding:42px 0 28px !important;
  text-align:left !important;
}

.hp-footer-final > .container{
  max-width:1180px !important;
  width:min(1180px, calc(100% - 40px)) !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.hp-footer-final-top{
  display:grid !important;
  grid-template-columns:auto 1fr !important;
  align-items:center !important;
  column-gap:48px !important;
  padding-bottom:26px !important;
  border-bottom:1px solid rgba(255,255,255,.12) !important;
}

.hp-footer-final-left{
  display:flex !important;
  align-items:center !important;
  gap:18px !important;
  justify-content:flex-start !important;
}

.hp-footer-final .hp-footer-logo{
  display:inline-block !important;
  color:var(--hp-orange) !important;
  font-family:Georgia, 'Times New Roman', serif !important;
  font-size:42px !important;
  font-weight:900 !important;
  letter-spacing:-1px !important;
  line-height:1 !important;
  margin:0 !important;
  white-space:nowrap !important;
}

.hp-footer-final .hp-footer-socials{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:10px !important;
  margin:0 !important;
  width:auto !important;
}

.hp-footer-final .hp-footer-social{
  width:40px !important;
  height:40px !important;
  border-radius:999px !important;
  border:1px solid rgba(255,255,255,.35) !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#fff !important;
  background:transparent !important;
  transition:.18s ease !important;
  flex:0 0 40px !important;
}

.hp-footer-final .hp-footer-social svg{
  width:18px !important;
  height:18px !important;
  display:block !important;
  fill:currentColor !important;
}

.hp-footer-final .hp-footer-social:hover,
.hp-footer-final .hp-footer-social:focus{
  color:var(--hp-orange) !important;
  border-color:var(--hp-orange) !important;
  transform:translateY(-2px) !important;
  outline:none !important;
}

.hp-footer-final-links{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  flex-wrap:wrap !important;
  gap:0 !important;
  margin:0 !important;
  width:auto !important;
}

.hp-footer-final-links a{
  color:#fff !important;
  font-size:16px !important;
  line-height:1.2 !important;
  padding:0 18px !important;
  border-right:1px solid rgba(255,255,255,.22) !important;
  white-space:nowrap !important;
}

.hp-footer-final-links a:first-child{
  padding-left:0 !important;
}

.hp-footer-final-links a:last-child{
  padding-right:0 !important;
  border-right:0 !important;
}

.hp-footer-final-links a:hover,
.hp-footer-final-links a:focus{
  color:var(--hp-orange) !important;
}

.hp-footer-final-bottom{
  padding-top:20px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:20px !important;
  color:#b8c2cf !important;
  font-size:14px !important;
}

.hp-footer-final-note{
  color:rgba(255,255,255,.45) !important;
  font-size:13px !important;
}

@media(max-width:850px){
  .hp-footer.hp-footer-final{
    padding:38px 0 30px !important;
    text-align:center !important;
  }

  .hp-footer-final-top{
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:center !important;
    gap:24px !important;
    padding-bottom:24px !important;
  }

  .hp-footer-final-left{
    flex-direction:column !important;
    justify-content:center !important;
    align-items:center !important;
    gap:16px !important;
  }

  .hp-footer-final .hp-footer-logo{
    font-size:40px !important;
  }

  .hp-footer-final .hp-footer-socials{
    justify-content:center !important;
  }

  .hp-footer-final-links{
    justify-content:center !important;
    gap:16px 0 !important;
  }

  .hp-footer-final-links a{
    font-size:16px !important;
  }

  .hp-footer-final-bottom{
    justify-content:center !important;
    flex-direction:column !important;
    gap:8px !important;
  }

  .hp-footer-final-note{
    display:none !important;
  }
}

@media(max-width:520px){
  .hp-footer-final > .container{
    width:min(100% - 28px, 1180px) !important;
  }

  .hp-footer-final-links{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:16px 26px !important;
    width:100% !important;
  }

  .hp-footer-final-links a{
    padding:0 !important;
    border-right:0 !important;
    text-align:center !important;
  }
}

@media(max-width:340px){
  .hp-footer-final-links{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }
}


/* Hapvol test V14: mobile footer links horizontal with separators */
@media(max-width:850px){
  .hp-footer-final-links{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    justify-content:center !important;
    gap:0 !important;
    width:100% !important;
    max-width:520px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  .hp-footer-final-links a{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:auto !important;
    padding:0 14px !important;
    margin:0 0 12px !important;
    border-right:1px solid rgba(255,255,255,.25) !important;
    color:#fff !important;
    font-size:16px !important;
    line-height:1.2 !important;
    text-align:center !important;
    white-space:nowrap !important;
  }

  .hp-footer-final-links a:last-child{
    border-right:0 !important;
  }
}

@media(max-width:430px){
  .hp-footer-final-links{
    max-width:330px !important;
  }

  .hp-footer-final-links a{
    padding:0 11px !important;
    font-size:16px !important;
  }

  .hp-footer-final-links a:nth-child(2){
    border-right:0 !important;
  }
}

@media(max-width:340px){
  .hp-footer-final-links{
    max-width:280px !important;
  }

  .hp-footer-final-links a{
    padding:0 9px !important;
    font-size:15px !important;
  }
}


/* Hapvol test V16: legal pages + new categories + Dutch comments polish */
.hp-legal-wrap{
  padding:46px 0 58px !important;
  background:#fff !important;
}
.hp-legal-layout{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 300px !important;
  gap:28px !important;
  align-items:start !important;
}
.hp-legal-card{
  background:#fff !important;
  border:1px solid #eef0f2 !important;
  border-radius:24px !important;
  box-shadow:0 16px 38px rgba(16,24,40,.06) !important;
  overflow:hidden !important;
}
.hp-legal-content{
  padding:38px !important;
}
.hp-legal-content h1{
  margin:0 0 12px !important;
  font-size:38px !important;
  line-height:1.1 !important;
  letter-spacing:-1px !important;
}
.hp-legal-content h2{
  margin:32px 0 12px !important;
  font-size:25px !important;
  line-height:1.25 !important;
  letter-spacing:-.4px !important;
}
.hp-legal-content h3{
  margin:24px 0 10px !important;
  font-size:20px !important;
  line-height:1.3 !important;
}
.hp-legal-content p,
.hp-legal-content li{
  color:#344054 !important;
  font-size:16px !important;
  line-height:1.8 !important;
}
.hp-legal-content p{
  margin:0 0 16px !important;
}
.hp-legal-content ul,
.hp-legal-content ol{
  margin:0 0 20px 22px !important;
  padding:0 !important;
}
.hp-legal-content a{
  color:var(--hp-orange) !important;
  font-weight:800 !important;
  text-decoration:underline !important;
  text-underline-offset:3px !important;
}
.hp-legal-sidebar{
  display:grid !important;
  gap:18px !important;
}
.hp-legal-side-card{
  background:#fff !important;
  border:1px solid #eef0f2 !important;
  border-radius:22px !important;
  padding:22px !important;
  box-shadow:0 14px 34px rgba(16,24,40,.055) !important;
}
.hp-legal-side-card h3{
  margin:0 0 14px !important;
  font-size:19px !important;
  letter-spacing:-.2px !important;
}
.hp-legal-side-card p{
  margin:0 !important;
  color:#667085 !important;
  line-height:1.65 !important;
  font-size:14px !important;
}
.hp-legal-links{
  display:grid !important;
  gap:10px !important;
}
.hp-legal-links a{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  border:1px solid #f0d5c5 !important;
  border-radius:14px !important;
  padding:12px 13px !important;
  font-weight:900 !important;
  font-size:14px !important;
  background:#fffaf6 !important;
  color:#07192c !important;
}
.hp-legal-links a span{
  color:var(--hp-orange) !important;
}
.hp-legal-note{
  margin:22px 0 !important;
  padding:18px !important;
  border-radius:18px !important;
  border:1px solid #f3d7c7 !important;
  background:#fff7f1 !important;
  color:#344054 !important;
}

/* Better Dutch comment form styling */
.comment-respond{
  background:#fff !important;
  border:1px solid #eef0f2 !important;
  border-radius:24px !important;
  box-shadow:0 16px 38px rgba(16,24,40,.06) !important;
  padding:32px !important;
  margin-top:34px !important;
}
.comment-respond .comment-reply-title{
  margin:0 0 18px !important;
  font-size:26px !important;
  letter-spacing:-.5px !important;
}
.comment-respond label{
  display:block !important;
  font-weight:800 !important;
  margin:0 0 8px !important;
  color:#07192c !important;
}
.comment-respond textarea,
.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond input[type="url"]{
  width:100% !important;
  border:1px solid #dfe5ec !important;
  border-radius:15px !important;
  padding:14px 15px !important;
  font-size:16px !important;
  background:#fff !important;
}
.comment-respond textarea{
  min-height:230px !important;
}
.comment-respond .form-submit input,
.comment-respond input[type="submit"]{
  border:0 !important;
  background:var(--hp-orange) !important;
  color:#fff !important;
  border-radius:13px !important;
  padding:14px 24px !important;
  font-weight:900 !important;
  font-size:16px !important;
  box-shadow:0 10px 22px rgba(244,81,19,.16) !important;
  cursor:pointer !important;
}
.comment-notes,
.logged-in-as{
  color:#344054 !important;
  line-height:1.65 !important;
}

@media(max-width:900px){
  .hp-legal-layout{
    grid-template-columns:1fr !important;
  }
  .hp-legal-content{
    padding:30px 24px !important;
  }
  .hp-legal-content h1{
    font-size:32px !important;
  }
  .comment-respond{
    padding:24px !important;
  }
}


/* Hapvol test V17: robust page templates for Over, Contact and legal pages */
.hp-page-hero{
  padding:56px 0 42px !important;
  background:linear-gradient(180deg,#fff 0%,#fffaf6 100%) !important;
  border-bottom:1px solid #f4e3da !important;
  text-align:center !important;
}
.hp-page-hero h1{
  margin:0 !important;
  font-size:clamp(38px,5vw,56px) !important;
  line-height:1.06 !important;
  letter-spacing:-1.6px !important;
}
.hp-page-hero p{
  margin:14px auto 0 !important;
  max-width:720px !important;
  color:#667085 !important;
  line-height:1.7 !important;
  font-size:16px !important;
}
.hp-designed-wrap{
  padding:52px 0 58px !important;
  background:#fff !important;
}
.hp-designed-grid{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 340px !important;
  gap:28px !important;
  align-items:start !important;
}
.hp-designed-card,
.hp-designed-side-card{
  background:#fff !important;
  border:1px solid #eef0f2 !important;
  border-radius:24px !important;
  box-shadow:0 16px 38px rgba(16,24,40,.06) !important;
}
.hp-designed-content{
  padding:38px !important;
}
.hp-designed-content h1,
.hp-designed-content h2{
  margin:0 0 16px !important;
  font-size:clamp(30px,4vw,42px) !important;
  line-height:1.1 !important;
  letter-spacing:-1px !important;
}
.hp-designed-content h2{
  margin-top:30px !important;
  font-size:28px !important;
}
.hp-designed-content h3{
  margin:28px 0 10px !important;
  font-size:22px !important;
  letter-spacing:-.4px !important;
}
.hp-designed-content p,
.hp-designed-content li{
  color:#344054 !important;
  font-size:16px !important;
  line-height:1.8 !important;
}
.hp-designed-content p{
  margin:0 0 16px !important;
}
.hp-designed-content ul,
.hp-designed-content ol{
  margin:0 0 20px 22px !important;
  padding:0 !important;
}
.hp-designed-content a{
  color:var(--hp-orange) !important;
  font-weight:800 !important;
  text-decoration:underline !important;
  text-underline-offset:3px !important;
}
.hp-designed-note{
  margin:22px 0 !important;
  padding:18px !important;
  border-radius:18px !important;
  border:1px solid #f3d7c7 !important;
  background:#fff7f1 !important;
  color:#344054 !important;
}
.hp-designed-sidebar{
  display:grid !important;
  gap:18px !important;
}
.hp-designed-side-card{
  padding:22px !important;
}
.hp-designed-side-card h3{
  margin:0 0 14px !important;
  font-size:20px !important;
}
.hp-designed-side-card p{
  margin:0 !important;
  color:#667085 !important;
  line-height:1.65 !important;
  font-size:14px !important;
}
.hp-designed-links{
  display:grid !important;
  gap:10px !important;
}
.hp-designed-links a{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  border:1px solid #f0d5c5 !important;
  border-radius:14px !important;
  padding:12px 13px !important;
  font-weight:900 !important;
  font-size:14px !important;
  background:#fffaf6 !important;
  color:#07192c !important;
  text-decoration:none !important;
}
.hp-designed-links a span{
  color:var(--hp-orange) !important;
}
.hp-over-card{
  display:grid !important;
  grid-template-columns:1.08fr .92fr !important;
  overflow:hidden !important;
  border:1px solid #f0d5c5 !important;
  border-radius:28px !important;
  background:#fff7f1 !important;
  box-shadow:0 20px 48px rgba(16,24,40,.08) !important;
}
.hp-over-main{
  padding:54px !important;
  background:linear-gradient(135deg,#fffaf6,#fff) !important;
}
.hp-over-main h1,
.hp-over-main h2{
  margin:0 0 16px !important;
  font-size:clamp(30px,4vw,44px) !important;
  line-height:1.1 !important;
  letter-spacing:-1.2px !important;
}
.hp-over-main h3{
  margin:30px 0 12px !important;
  font-size:24px !important;
}
.hp-over-main p,
.hp-over-main li{
  color:#344054 !important;
  line-height:1.8 !important;
  font-size:17px !important;
}
.hp-over-visual{
  background:linear-gradient(135deg,#ffe3d2,#fff0e8) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:46px !important;
  position:relative !important;
}
.hp-over-portrait{
  width:min(350px,88%) !important;
  aspect-ratio:1/1 !important;
  border-radius:999px !important;
  padding:10px !important;
  background:#fff !important;
  box-shadow:0 25px 60px rgba(16,24,40,.16) !important;
}
.hp-over-portrait img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  border-radius:999px !important;
  display:block !important;
}
.hp-values-grid{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:18px !important;
  margin-top:28px !important;
}
.hp-value-card{
  background:#fff !important;
  border:1px solid #eef0f2 !important;
  border-radius:22px !important;
  padding:22px !important;
  box-shadow:0 14px 34px rgba(16,24,40,.055) !important;
  text-align:center !important;
}
.hp-value-card strong{
  display:block !important;
  font-size:17px !important;
  line-height:1.35 !important;
}
.hp-mission-card{
  margin-top:28px !important;
  border:1px solid #f0d5c5 !important;
  background:linear-gradient(135deg,#fff7f1,#fff) !important;
  border-radius:24px !important;
  padding:34px !important;
  box-shadow:0 14px 34px rgba(16,24,40,.055) !important;
  text-align:center !important;
}
.hp-mission-card h2{
  margin:0 0 12px !important;
  font-size:32px !important;
}
.hp-mission-card p{
  margin:0 auto 14px !important;
  color:#344054 !important;
  line-height:1.75 !important;
  max-width:780px !important;
  font-size:16px !important;
}
@media(max-width:900px){
  .hp-designed-grid,
  .hp-over-card{
    grid-template-columns:1fr !important;
  }
  .hp-designed-content,
  .hp-over-main{
    padding:32px 24px !important;
  }
  .hp-over-visual{
    min-height:360px !important;
  }
  .hp-values-grid{
    grid-template-columns:1fr 1fr !important;
  }
}
@media(max-width:520px){
  .hp-page-hero{
    padding:42px 0 34px !important;
  }
  .hp-page-hero h1{
    font-size:36px !important;
  }
  .hp-values-grid{
    grid-template-columns:1fr !important;
  }
}


/* Hapvol test V18: forced designed pages */
.hp-force-page-hero{
  padding:56px 0 42px !important;
  background:linear-gradient(180deg,#fff 0%,#fffaf6 100%) !important;
  border-bottom:1px solid #f4e3da !important;
  text-align:center !important;
}
.hp-force-page-hero h1{
  margin:0 !important;
  font-size:clamp(38px,5vw,56px) !important;
  line-height:1.06 !important;
  letter-spacing:-1.6px !important;
}
.hp-force-page-hero p{
  margin:14px auto 0 !important;
  max-width:720px !important;
  color:#667085 !important;
  line-height:1.7 !important;
  font-size:16px !important;
}
.hp-force-wrap{
  padding:52px 0 58px !important;
  background:#fff !important;
}
.hp-force-layout{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 320px !important;
  gap:28px !important;
  align-items:start !important;
}
.hp-force-card,
.hp-force-side-card{
  background:#fff !important;
  border:1px solid #eef0f2 !important;
  border-radius:24px !important;
  box-shadow:0 16px 38px rgba(16,24,40,.06) !important;
  overflow:hidden !important;
}
.hp-force-content{
  padding:38px !important;
}
.hp-force-content h1,
.hp-force-content h2{
  margin:0 0 16px !important;
  font-size:clamp(30px,4vw,42px) !important;
  line-height:1.1 !important;
  letter-spacing:-1px !important;
}
.hp-force-content h2{
  margin-top:30px !important;
  font-size:28px !important;
}
.hp-force-content h3{
  margin:28px 0 10px !important;
  font-size:22px !important;
}
.hp-force-content p,
.hp-force-content li{
  color:#344054 !important;
  font-size:16px !important;
  line-height:1.8 !important;
}
.hp-force-content p{
  margin:0 0 16px !important;
}
.hp-force-content ul,
.hp-force-content ol{
  margin:0 0 20px 22px !important;
  padding:0 !important;
}
.hp-force-content a{
  color:var(--hp-orange) !important;
  font-weight:800 !important;
}
.hp-force-sidebar{
  display:grid !important;
  gap:18px !important;
}
.hp-force-side-card{
  padding:22px !important;
}
.hp-force-side-card h3{
  margin:0 0 14px !important;
  font-size:20px !important;
}
.hp-force-side-card p{
  margin:0 !important;
  color:#667085 !important;
  line-height:1.65 !important;
  font-size:14px !important;
}
.hp-force-links{
  display:grid !important;
  gap:10px !important;
}
.hp-force-links a{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  border:1px solid #f0d5c5 !important;
  border-radius:14px !important;
  padding:12px 13px !important;
  font-weight:900 !important;
  font-size:14px !important;
  background:#fffaf6 !important;
  color:#07192c !important;
  text-decoration:none !important;
}
.hp-force-links a span{
  color:var(--hp-orange) !important;
}
.hp-force-note{
  margin:22px 0 !important;
  padding:18px !important;
  border-radius:18px !important;
  border:1px solid #f3d7c7 !important;
  background:#fff7f1 !important;
}
.hp-force-over-card{
  display:grid !important;
  grid-template-columns:1.08fr .92fr !important;
  overflow:hidden !important;
  border:1px solid #f0d5c5 !important;
  border-radius:28px !important;
  background:#fff7f1 !important;
  box-shadow:0 20px 48px rgba(16,24,40,.08) !important;
}
.hp-force-over-main{
  padding:54px !important;
  background:linear-gradient(135deg,#fffaf6,#fff) !important;
}
.hp-force-over-main h1,
.hp-force-over-main h2{
  margin:0 0 16px !important;
  font-size:clamp(30px,4vw,44px) !important;
  line-height:1.1 !important;
  letter-spacing:-1.2px !important;
}
.hp-force-over-main h3{
  margin:30px 0 12px !important;
  font-size:24px !important;
}
.hp-force-over-main p,
.hp-force-over-main li{
  color:#344054 !important;
  line-height:1.8 !important;
  font-size:17px !important;
}
.hp-force-over-visual{
  background:linear-gradient(135deg,#ffe3d2,#fff0e8) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:46px !important;
}
.hp-force-over-portrait{
  width:min(350px,88%) !important;
  aspect-ratio:1/1 !important;
  border-radius:999px !important;
  padding:10px !important;
  background:#fff !important;
  box-shadow:0 25px 60px rgba(16,24,40,.16) !important;
}
.hp-force-over-portrait img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  border-radius:999px !important;
  display:block !important;
}
.hp-force-values{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:18px !important;
  margin-top:28px !important;
}
.hp-force-value{
  background:#fff !important;
  border:1px solid #eef0f2 !important;
  border-radius:22px !important;
  padding:22px !important;
  box-shadow:0 14px 34px rgba(16,24,40,.055) !important;
  text-align:center !important;
  font-weight:900 !important;
}
.hp-force-mission{
  margin-top:28px !important;
  border:1px solid #f0d5c5 !important;
  background:linear-gradient(135deg,#fff7f1,#fff) !important;
  border-radius:24px !important;
  padding:34px !important;
  box-shadow:0 14px 34px rgba(16,24,40,.055) !important;
  text-align:center !important;
}
.hp-force-mission h2{
  margin:0 0 12px !important;
  font-size:32px !important;
}
.hp-force-mission p{
  margin:0 auto 14px !important;
  color:#344054 !important;
  line-height:1.75 !important;
  max-width:780px !important;
  font-size:16px !important;
}
@media(max-width:900px){
  .hp-force-layout,
  .hp-force-over-card{
    grid-template-columns:1fr !important;
  }
  .hp-force-content,
  .hp-force-over-main{
    padding:32px 24px !important;
  }
  .hp-force-over-visual{
    min-height:360px !important;
  }
  .hp-force-values{
    grid-template-columns:1fr 1fr !important;
  }
}
@media(max-width:520px){
  .hp-force-page-hero{
    padding:42px 0 34px !important;
  }
  .hp-force-page-hero h1{
    font-size:36px !important;
  }
  .hp-force-values{
    grid-template-columns:1fr !important;
  }
}


/* Hapvol test V19 final cache-busted force pages */
body .hp-force-page-hero,
body .hp-page-hero{
  padding:56px 0 42px !important;
  background:linear-gradient(180deg,#fff 0%,#fffaf6 100%) !important;
  border-bottom:1px solid #f4e3da !important;
  text-align:center !important;
}
body .hp-force-page-hero h1,
body .hp-page-hero h1{
  margin:0 !important;
  font-size:clamp(38px,5vw,56px) !important;
  line-height:1.06 !important;
  letter-spacing:-1.6px !important;
}
body .hp-force-page-hero p,
body .hp-page-hero p{
  margin:14px auto 0 !important;
  max-width:720px !important;
  color:#667085 !important;
  line-height:1.7 !important;
  font-size:16px !important;
}
body .hp-force-wrap,
body .hp-designed-wrap,
body .hp-legal-wrap{
  padding:52px 0 58px !important;
  background:#fff !important;
}
body .hp-force-layout,
body .hp-designed-grid,
body .hp-legal-layout{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 320px !important;
  gap:28px !important;
  align-items:start !important;
}
body .hp-force-card,
body .hp-force-side-card,
body .hp-designed-card,
body .hp-designed-side-card,
body .hp-legal-card,
body .hp-legal-side-card{
  background:#fff !important;
  border:1px solid #eef0f2 !important;
  border-radius:24px !important;
  box-shadow:0 16px 38px rgba(16,24,40,.06) !important;
  overflow:hidden !important;
}
body .hp-force-content,
body .hp-designed-content,
body .hp-legal-content{
  padding:38px !important;
}
body .hp-force-content h1,
body .hp-force-content h2,
body .hp-designed-content h1,
body .hp-designed-content h2,
body .hp-legal-content h1,
body .hp-legal-content h2{
  margin:0 0 16px !important;
  font-size:clamp(30px,4vw,42px) !important;
  line-height:1.1 !important;
  letter-spacing:-1px !important;
}
body .hp-force-content h2,
body .hp-designed-content h2,
body .hp-legal-content h2{
  margin-top:30px !important;
  font-size:28px !important;
}
body .hp-force-content h3,
body .hp-designed-content h3,
body .hp-legal-content h3{
  margin:28px 0 10px !important;
  font-size:22px !important;
}
body .hp-force-content p,
body .hp-force-content li,
body .hp-designed-content p,
body .hp-designed-content li,
body .hp-legal-content p,
body .hp-legal-content li{
  color:#344054 !important;
  font-size:16px !important;
  line-height:1.8 !important;
}
body .hp-force-over-card,
body .hp-over-card{
  display:grid !important;
  grid-template-columns:1.08fr .92fr !important;
  overflow:hidden !important;
  border:1px solid #f0d5c5 !important;
  border-radius:28px !important;
  background:#fff7f1 !important;
  box-shadow:0 20px 48px rgba(16,24,40,.08) !important;
}
body .hp-force-over-main,
body .hp-over-main{
  padding:54px !important;
  background:linear-gradient(135deg,#fffaf6,#fff) !important;
}
body .hp-force-over-visual,
body .hp-over-visual{
  background:linear-gradient(135deg,#ffe3d2,#fff0e8) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:46px !important;
}
body .hp-force-over-portrait,
body .hp-over-portrait{
  width:min(350px,88%) !important;
  aspect-ratio:1/1 !important;
  border-radius:999px !important;
  padding:10px !important;
  background:#fff !important;
  box-shadow:0 25px 60px rgba(16,24,40,.16) !important;
}
body .hp-force-over-portrait img,
body .hp-over-portrait img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  border-radius:999px !important;
  display:block !important;
}
@media(max-width:900px){
  body .hp-force-layout,
  body .hp-designed-grid,
  body .hp-legal-layout,
  body .hp-force-over-card,
  body .hp-over-card{
    grid-template-columns:1fr !important;
  }
  body .hp-force-content,
  body .hp-designed-content,
  body .hp-legal-content,
  body .hp-force-over-main,
  body .hp-over-main{
    padding:32px 24px !important;
  }
}


/* Hapvol test V20: safety hide any accidental static new-categories demo block */
.hp-section-head h2:where(:not(.keep)),
section:has(.hp-section-head h2:first-child:last-child) {
  /* no broad rule here; kept harmless for older browsers */
}
body section .hp-section-head h2{
  visibility:visible;
}


/* Hapvol test V21 contact form card */
.hp-contact-form-card{
  background:#fff !important;
  border:1px solid #eef0f2 !important;
  border-radius:24px !important;
  padding:24px !important;
  box-shadow:0 16px 38px rgba(16,24,40,.06) !important;
}
.hp-contact-form-card h3{
  margin:0 0 18px !important;
  font-size:28px !important;
  line-height:1.15 !important;
  letter-spacing:-.6px !important;
}
.hp-contact-form-field{
  width:100% !important;
  min-height:58px !important;
  border:1px solid #ead8ce !important;
  border-radius:18px !important;
  padding:16px 18px !important;
  margin:0 0 14px !important;
  color:#8a94a2 !important;
  background:#fff !important;
  font-size:18px !important;
  line-height:1.4 !important;
}
.hp-contact-form-field.hp-message{
  min-height:150px !important;
}
.hp-contact-form-card .hp-contact-submit{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border:0 !important;
  background:var(--hp-orange) !important;
  color:#fff !important;
  border-radius:14px !important;
  padding:14px 24px !important;
  font-weight:900 !important;
  font-size:16px !important;
  box-shadow:0 10px 22px rgba(244,81,19,.16) !important;
  text-decoration:none !important;
}
.hp-contact-form-note{
  margin:18px 0 0 !important;
  color:#667085 !important;
  line-height:1.65 !important;
  font-size:15px !important;
}
@media(max-width:520px){
  .hp-contact-form-card{
    padding:22px !important;
  }
  .hp-contact-form-field{
    font-size:16px !important;
    min-height:54px !important;
  }
}


/* Hapvol test V22 functional contact form fields */
.hp-contact-form-card form{
  margin:0 !important;
}
.hp-contact-form-input,
.hp-contact-form-textarea{
  width:100% !important;
  border:1px solid #ead8ce !important;
  border-radius:18px !important;
  padding:16px 18px !important;
  margin:0 0 14px !important;
  color:#07192c !important;
  background:#fff !important;
  font-size:18px !important;
  line-height:1.4 !important;
  font-family:inherit !important;
  outline:none !important;
  box-shadow:none !important;
}
.hp-contact-form-input{
  min-height:58px !important;
}
.hp-contact-form-textarea{
  min-height:150px !important;
  resize:vertical !important;
}
.hp-contact-form-input::placeholder,
.hp-contact-form-textarea::placeholder{
  color:#8a94a2 !important;
  opacity:1 !important;
}
.hp-contact-form-input:focus,
.hp-contact-form-textarea:focus{
  border-color:var(--hp-orange) !important;
  box-shadow:0 0 0 4px rgba(244,81,19,.10) !important;
}
.hp-contact-form-card button.hp-contact-submit{
  border:0 !important;
  cursor:pointer !important;
}
@media(max-width:520px){
  .hp-contact-form-input,
  .hp-contact-form-textarea{
    font-size:16px !important;
  }
}


/* Hapvol test V23 homepage hero image */
.hp-hero,
.home .hp-hero,
body.home .hp-hero{
  position:relative !important;
  overflow:hidden !important;
}

.hp-hero-image,
.hp-home-hero-image{
  display:block !important;
  width:100% !important;
  max-width:460px !important;
  aspect-ratio:1/1 !important;
  border-radius:32px !important;
  overflow:hidden !important;
  box-shadow:0 24px 60px rgba(16,24,40,.12) !important;
  background:#fff7f1 !important;
  margin-left:auto !important;
}

.hp-hero-image img,
.hp-home-hero-image img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}

@media(max-width:900px){
  .hp-hero-image,
  .hp-home-hero-image{
    display:none !important;
  }
}


/* Hapvol test V24: correctly position homepage hero image inside hero card */
body.home .hp-hero,
.hp-hero{
  position:relative !important;
}

body.home .hp-hero .container,
.hp-hero .container{
  display:grid !important;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr) !important;
  align-items:center !important;
  gap:46px !important;
}

body.home .hp-hero-content,
.hp-hero-content{
  max-width:680px !important;
  z-index:2 !important;
}

body.home .hp-hero-visual,
.hp-hero-visual{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  min-height:420px !important;
  margin:0 !important;
  padding:0 !important;
}

body.home .hp-home-hero-image,
.hp-home-hero-image{
  display:block !important;
  width:100% !important;
  max-width:470px !important;
  aspect-ratio:1/1 !important;
  border-radius:32px !important;
  overflow:hidden !important;
  box-shadow:0 24px 60px rgba(16,24,40,.14) !important;
  background:#fff7f1 !important;
  margin:0 auto !important;
}

body.home .hp-home-hero-image img,
.hp-home-hero-image img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}

@media(max-width:900px){
  body.home .hp-hero .container,
  .hp-hero .container{
    display:block !important;
  }

  body.home .hp-hero-visual,
  .hp-hero-visual,
  body.home .hp-home-hero-image,
  .hp-home-hero-image{
    display:none !important;
  }
}


/* Hapvol test V25 balanced Over Hapvol layout */
.hp-over-balanced-card{
  display:grid !important;
  grid-template-columns:minmax(0,1.1fr) 390px !important;
  border:1px solid #f0d5c5 !important;
  border-radius:28px !important;
  background:#fff7f1 !important;
  box-shadow:0 20px 48px rgba(16,24,40,.08) !important;
  overflow:hidden !important;
}

.hp-over-balanced-text{
  padding:48px !important;
  background:linear-gradient(135deg,#fffaf6,#fff) !important;
}

.hp-over-balanced-text h1,
.hp-over-balanced-text h2{
  margin:0 0 18px !important;
  font-size:clamp(30px,4vw,42px) !important;
  line-height:1.1 !important;
  letter-spacing:-1.1px !important;
}

.hp-over-balanced-text h3{
  margin:28px 0 10px !important;
  font-size:23px !important;
  letter-spacing:-.4px !important;
}

.hp-over-balanced-text p{
  margin:0 0 15px !important;
  color:#344054 !important;
  line-height:1.75 !important;
  font-size:16px !important;
}

.hp-over-balanced-text ul{
  margin:0 0 20px 22px !important;
  padding:0 !important;
  color:#344054 !important;
  line-height:1.8 !important;
}

.hp-over-balanced-side{
  background:linear-gradient(135deg,#ffe4d6,#fff1e9) !important;
  padding:36px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  gap:18px !important;
}

.hp-over-profile-card{
  background:#fff !important;
  border:1px solid rgba(240,213,197,.9) !important;
  border-radius:28px !important;
  padding:26px !important;
  text-align:center !important;
  box-shadow:0 18px 42px rgba(16,24,40,.10) !important;
}

.hp-over-profile-portrait{
  width:210px !important;
  height:210px !important;
  border-radius:999px !important;
  padding:8px !important;
  margin:0 auto 18px !important;
  background:#fff !important;
  box-shadow:0 18px 42px rgba(16,24,40,.14) !important;
}

.hp-over-profile-portrait img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  border-radius:999px !important;
  display:block !important;
}

.hp-over-profile-card h3{
  margin:0 0 6px !important;
  font-size:22px !important;
  letter-spacing:-.4px !important;
}

.hp-over-profile-card p{
  margin:0 !important;
  color:#667085 !important;
  line-height:1.55 !important;
  font-size:14px !important;
}

.hp-over-mini-card{
  background:#fff !important;
  border:1px solid rgba(240,213,197,.9) !important;
  border-radius:20px !important;
  padding:18px !important;
  box-shadow:0 12px 28px rgba(16,24,40,.07) !important;
}

.hp-over-mini-card strong{
  display:block !important;
  font-size:17px !important;
  margin-bottom:8px !important;
  color:#07192c !important;
}

.hp-over-mini-card span{
  display:block !important;
  color:#667085 !important;
  line-height:1.55 !important;
  font-size:14px !important;
}

.hp-over-balanced-values{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:18px !important;
  margin-top:28px !important;
}

.hp-over-balanced-value{
  background:#fff !important;
  border:1px solid #eef0f2 !important;
  border-radius:22px !important;
  padding:22px !important;
  box-shadow:0 14px 34px rgba(16,24,40,.055) !important;
  text-align:center !important;
  font-weight:900 !important;
  line-height:1.35 !important;
}

.hp-over-balanced-mission{
  margin-top:28px !important;
  border:1px solid #f0d5c5 !important;
  background:linear-gradient(135deg,#fff7f1,#fff) !important;
  border-radius:24px !important;
  padding:34px !important;
  box-shadow:0 14px 34px rgba(16,24,40,.055) !important;
  text-align:center !important;
}

.hp-over-balanced-mission h2{
  margin:0 0 12px !important;
  font-size:32px !important;
}

.hp-over-balanced-mission p{
  margin:0 auto 14px !important;
  color:#344054 !important;
  line-height:1.75 !important;
  max-width:780px !important;
  font-size:16px !important;
}

@media(max-width:900px){
  .hp-over-balanced-card{
    grid-template-columns:1fr !important;
  }

  .hp-over-balanced-text{
    padding:32px 24px !important;
  }

  .hp-over-balanced-side{
    padding:28px !important;
  }

  .hp-over-balanced-values{
    grid-template-columns:1fr 1fr !important;
  }
}

@media(max-width:520px){
  .hp-over-profile-portrait{
    width:190px !important;
    height:190px !important;
  }

  .hp-over-balanced-values{
    grid-template-columns:1fr !important;
  }
}


/* Hapvol test V26 direct Over Hapvol layout */
.hp-over-v26-wrap{
  padding:52px 0 58px !important;
  background:#fff !important;
}
.hp-over-v26-card{
  display:grid !important;
  grid-template-columns:minmax(0,1.1fr) 390px !important;
  border:1px solid #f0d5c5 !important;
  border-radius:28px !important;
  background:#fff7f1 !important;
  box-shadow:0 20px 48px rgba(16,24,40,.08) !important;
  overflow:hidden !important;
}
.hp-over-v26-text{
  padding:48px !important;
  background:linear-gradient(135deg,#fffaf6,#fff) !important;
}
.hp-over-v26-text h1,
.hp-over-v26-text h2{
  margin:0 0 18px !important;
  font-size:clamp(30px,4vw,42px) !important;
  line-height:1.1 !important;
  letter-spacing:-1.1px !important;
}
.hp-over-v26-text h3{
  margin:28px 0 10px !important;
  font-size:23px !important;
  letter-spacing:-.4px !important;
}
.hp-over-v26-text p{
  margin:0 0 15px !important;
  color:#344054 !important;
  line-height:1.75 !important;
  font-size:16px !important;
}
.hp-over-v26-text ul{
  margin:0 0 20px 22px !important;
  padding:0 !important;
  color:#344054 !important;
  line-height:1.8 !important;
}
.hp-over-v26-side{
  background:linear-gradient(135deg,#ffe4d6,#fff1e9) !important;
  padding:36px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  gap:18px !important;
}
.hp-over-v26-profile{
  background:#fff !important;
  border:1px solid rgba(240,213,197,.9) !important;
  border-radius:28px !important;
  padding:26px !important;
  text-align:center !important;
  box-shadow:0 18px 42px rgba(16,24,40,.10) !important;
}
.hp-over-v26-portrait{
  width:210px !important;
  height:210px !important;
  border-radius:999px !important;
  padding:8px !important;
  margin:0 auto 18px !important;
  background:#fff !important;
  box-shadow:0 18px 42px rgba(16,24,40,.14) !important;
}
.hp-over-v26-portrait img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  border-radius:999px !important;
  display:block !important;
}
.hp-over-v26-profile h3{
  margin:0 0 6px !important;
  font-size:22px !important;
  letter-spacing:-.4px !important;
}
.hp-over-v26-profile p{
  margin:0 !important;
  color:#667085 !important;
  line-height:1.55 !important;
  font-size:14px !important;
}
.hp-over-v26-mini{
  background:#fff !important;
  border:1px solid rgba(240,213,197,.9) !important;
  border-radius:20px !important;
  padding:18px !important;
  box-shadow:0 12px 28px rgba(16,24,40,.07) !important;
}
.hp-over-v26-mini strong{
  display:block !important;
  font-size:17px !important;
  margin-bottom:8px !important;
  color:#07192c !important;
}
.hp-over-v26-mini span{
  display:block !important;
  color:#667085 !important;
  line-height:1.55 !important;
  font-size:14px !important;
}
.hp-over-v26-values{
  display:grid !important;
  grid-template-columns:repeat(4,1fr) !important;
  gap:18px !important;
  margin-top:28px !important;
}
.hp-over-v26-value{
  background:#fff !important;
  border:1px solid #eef0f2 !important;
  border-radius:22px !important;
  padding:22px !important;
  box-shadow:0 14px 34px rgba(16,24,40,.055) !important;
  text-align:center !important;
  font-weight:900 !important;
  line-height:1.35 !important;
}
.hp-over-v26-mission{
  margin-top:28px !important;
  border:1px solid #f0d5c5 !important;
  background:linear-gradient(135deg,#fff7f1,#fff) !important;
  border-radius:24px !important;
  padding:34px !important;
  box-shadow:0 14px 34px rgba(16,24,40,.055) !important;
  text-align:center !important;
}
.hp-over-v26-mission h2{
  margin:0 0 12px !important;
  font-size:32px !important;
}
.hp-over-v26-mission p{
  margin:0 auto 14px !important;
  color:#344054 !important;
  line-height:1.75 !important;
  max-width:780px !important;
  font-size:16px !important;
}
@media(max-width:900px){
  .hp-over-v26-card{
    grid-template-columns:1fr !important;
  }
  .hp-over-v26-text{
    padding:32px 24px !important;
  }
  .hp-over-v26-side{
    padding:28px !important;
  }
  .hp-over-v26-values{
    grid-template-columns:1fr 1fr !important;
  }
}
@media(max-width:520px){
  .hp-over-v26-portrait{
    width:190px !important;
    height:190px !important;
  }
  .hp-over-v26-values{
    grid-template-columns:1fr !important;
  }
}
