/*
 * Lopburi Hosting 0.9.0
 * Modern Tech Editorial / Corporate visual system.
 * Original composition for Lopburi Hosting, using CI palette.
 */
:root{
  --lbh-editorial-red:var(--lbh-red,#d61523);
  --lbh-editorial-yellow:var(--lbh-highlight,#f8da02);
  --lbh-editorial-ink:var(--lbh-ink,#171717);
  --lbh-editorial-muted:var(--lbh-gray,#6f6f6f);
  --lbh-editorial-soft:var(--lbh-soft,#f6f6f6);
  --lbh-editorial-line:var(--lbh-line,#e7e7e7);
  --lbh-editorial-dark:var(--lbh-dark-bg,#151515);
  --lbh-editorial-card:#fff;
  --lbh-editorial-radius:30px;
  --lbh-editorial-shadow:0 24px 70px rgba(12,12,12,.07);
  --lbh-editorial-shadow-strong:0 34px 100px rgba(12,12,12,.13);
}
html{scroll-padding-top:100px}
body.lp-premium{
  background:var(--lbh-page-bg,#fff);
  color:var(--lbh-editorial-ink);
  letter-spacing:-.008em;
}
.lp-premium h1,.lp-premium h2,.lp-premium h3,.lp-premium h4{
  color:var(--lbh-editorial-ink);
  letter-spacing:-.045em;
  text-wrap:balance;
}
.lp-premium h1{font-size:clamp(3rem,6.2vw,7.2rem);line-height:.96;font-weight:800}
.lp-premium h2{font-size:clamp(2.45rem,4.4vw,5.1rem);line-height:1.01;font-weight:800}
.lp-premium h3{font-size:clamp(1.25rem,1.7vw,1.8rem);line-height:1.15;font-weight:750}
.lp-premium p{letter-spacing:-.01em}
.lp-premium .lbh-container{width:min(calc(100% - 56px),var(--lbh-container));}
.lp-premium .lbh-section{padding:clamp(88px,9vw,144px) 0}
.lp-premium .lbh-section--muted{background:#f5f5f5}
.lp-premium .lbh-eyebrow{
  display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;
  color:var(--lbh-editorial-red);font-size:.72rem;font-weight:800;
  letter-spacing:.15em;text-transform:uppercase;
}
.lp-premium .lbh-eyebrow:before{content:"";width:28px;height:2px;background:currentColor}
.lp-premium .lbh-lead{max-width:760px;color:var(--lbh-editorial-muted);font-size:clamp(1.08rem,1.45vw,1.35rem);line-height:1.75}
.lp-premium .lbh-button{
  min-height:50px;padding:11px 22px;border-radius:999px;border-color:var(--lbh-editorial-red);
  background:var(--lbh-editorial-red);box-shadow:none;font-weight:750;letter-spacing:-.01em;
}
.lp-premium .lbh-button:hover,.lp-premium .lbh-button:focus-visible{
  transform:translateY(-2px);background:#b80e1b;border-color:#b80e1b;box-shadow:0 13px 30px rgba(214,21,35,.2)
}
.lp-premium .lbh-button--outline{background:#fff;color:var(--lbh-editorial-ink);border-color:#d8d8d8}
.lp-premium .lbh-button--outline:hover{background:#111;color:#fff;border-color:#111}
.lp-premium .lbh-arrow-link{gap:9px;font-weight:750}
.lp-premium .lbh-arrow-link .lbh-icon{width:18px;height:18px}
.lp-premium .lbh-actions{gap:18px}

/* Header / navigation */
.lp-utility{height:34px;background:#111;color:#fff;border:0}
.lp-utility>.lbh-container{height:100%;display:flex;align-items:center;justify-content:space-between;font-size:.72rem}
.lp-utility a,.lp-utility span{color:rgba(255,255,255,.74)}
.lp-utility a:hover{color:#fff}
.lp-premium .lbh-site-header{
  position:sticky;top:0;z-index:999;background:rgba(255,255,255,.94);
  border-bottom:1px solid rgba(20,20,20,.08);backdrop-filter:blur(18px);
}
.lp-premium .lbh-header-inner{grid-template-columns:185px minmax(0,1fr) 140px;min-height:76px;gap:20px}
.lp-premium .lbh-brand .custom-logo{max-height:44px;max-width:170px}
.lp-premium .lbh-brand-text{letter-spacing:.1em}
.lp-premium .lbh-header-actions{gap:12px}
.lp-premium .lbh-header-actions .lbh-button--small{min-height:42px;padding:8px 18px;font-size:.87rem}
.lp-premium .lbh-menu>li>a{font-size:.88rem;font-weight:700;color:#171717}
.lp-premium .lbh-menu>li>a:hover,.lp-premium .lbh-menu>li.current-menu-item>a{color:var(--lbh-editorial-red)}
.lp-premium .lbh-mega-menu-panel,.lp-premium .lbh-menu .sub-menu{
  border:1px solid #ececec!important;border-radius:24px!important;box-shadow:0 30px 90px rgba(0,0,0,.11)!important;
}

/* Universal page hero */
.lp-page-hero,.lbh-page-hero,.lbh-entry-hero,.lbh-special-hero{
  position:relative;overflow:hidden;background:#fff!important;border-bottom:0!important;
}
.lp-page-hero:after,.lbh-page-hero:after,.lbh-entry-hero:after,.lbh-special-hero:after{
  content:"";position:absolute;right:-8vw;top:-18vw;width:38vw;height:38vw;pointer-events:none;
  border-radius:50%;background:radial-gradient(circle,rgba(214,21,35,.08),rgba(214,21,35,0) 68%);
}
.lp-page-hero{padding:clamp(60px,7vw,100px) 0 clamp(72px,8vw,116px)!important}
.lp-page-hero__grid,.lbh-page-hero__grid,.lbh-special-hero__grid,.lbh-entry-hero__grid{
  position:relative;z-index:2;gap:clamp(44px,7vw,104px)!important;align-items:center!important;
}
.lp-page-hero__copy h1,.lbh-page-hero h1,.lbh-special-hero h1,.lbh-entry-hero h1{
  max-width:920px;margin-bottom:26px!important;
}
.lp-page-hero__meta{display:flex!important;gap:8px!important;flex-wrap:wrap!important;margin-top:32px!important}
.lp-page-hero__meta span,.lbh-special-hero__chips span,.lbh-single-hero__meta-row span{
  border:1px solid #dedede!important;background:#fff!important;color:#555!important;border-radius:999px!important;
  padding:8px 12px!important;font-size:.68rem!important;font-weight:800!important;letter-spacing:.08em!important;
}
.lp-page-hero__media-wrap,.lbh-page-hero-media-wrap,.lbh-special-hero__visual,.lbh-single-hero__media{
  overflow:hidden;border-radius:34px!important;background:#f3f3f3!important;box-shadow:var(--lbh-editorial-shadow-strong)!important;
}
.lp-page-hero__media,.lbh-page-hero-media,.lbh-special-hero__visual img,.lbh-single-hero__image{
  width:100%;height:100%;object-fit:cover;
}
.lp-page-hero__media-tag,.lbh-special-hero__tag{
  position:absolute!important;left:20px!important;bottom:20px!important;right:auto!important;top:auto!important;
  padding:9px 12px!important;border-radius:999px!important;background:#fff!important;color:#111!important;
  font-size:.66rem!important;font-weight:800!important;letter-spacing:.08em!important;
}

/* Home hero */
.lp-home-hero{
  position:relative;overflow:hidden;padding:clamp(68px,7vw,110px) 0 clamp(82px,8vw,126px)!important;
  background:#fff!important;
}
.lp-home-hero:before{content:"";position:absolute;inset:auto -12% -52% 45%;height:90%;background:radial-gradient(circle,rgba(214,21,35,.07),transparent 68%);pointer-events:none}
.lp-hero-grid{grid-template-columns:minmax(0,.9fr) minmax(480px,1.1fr)!important;gap:clamp(48px,7vw,110px)!important;align-items:center!important}
.lp-hero-copy h1{max-width:780px;margin-bottom:28px!important}
.lp-hero-copy .lbh-lead{max-width:660px}
.lp-hero-notes{display:flex!important;flex-wrap:wrap;gap:8px!important;margin-top:34px!important}
.lp-hero-notes span{padding:8px 12px!important;border:1px solid #e2e2e2!important;border-radius:999px!important;background:#fff!important;color:#5c5c5c!important;font-size:.72rem!important;font-weight:700!important}
.lp-showcase{min-height:590px!important}
.lp-hero-photo-frame,.lp-screen{border-radius:36px!important;border:1px solid #e8e8e8!important;box-shadow:0 40px 100px rgba(0,0,0,.12)!important;overflow:hidden!important;background:#f5f5f5!important}
.lp-home-hero-media{width:100%;height:100%;object-fit:cover}
.lp-floating{border:1px solid #e5e5e5!important;border-radius:20px!important;background:#fff!important;box-shadow:0 18px 50px rgba(0,0,0,.1)!important}
.lp-floating--domain{left:-26px!important}
.lp-floating--care{right:-14px!important}
.lp-orbit{border-color:rgba(214,21,35,.18)!important}

/* Rails / stats */
.lp-capability-band{background:#111!important;color:#fff!important;border:0!important}
.lp-capability-band>.lbh-container{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:0!important}
.lp-capability-band span{min-height:86px!important;display:flex!important;align-items:center!important;gap:12px!important;padding:0 24px!important;border-right:1px solid rgba(255,255,255,.12)!important;font-size:.78rem!important;font-weight:800!important;letter-spacing:.09em!important}
.lp-capability-band span:last-child{border-right:0!important}
.lp-capability-band b{color:var(--lbh-editorial-yellow)!important;font-size:.7rem!important}
.lp-v08-promise{padding:38px 0!important;background:#f5f5f5!important;border:0!important}
.lp-v08-promise>.lbh-container{align-items:center!important}
.lp-v08-promise p{font-size:clamp(1.4rem,2.1vw,2.3rem)!important;letter-spacing:-.04em!important}
.lp-v08-promise strong{color:var(--lbh-editorial-red)!important}
.lp-v08-promise span{font-size:.68rem!important;font-weight:800!important;letter-spacing:.13em!important}

/* Section headings */
.lp-section-head,.lbh-special-section-head,.lbh-section-heading{
  margin-bottom:clamp(42px,5vw,72px)!important;
}
.lp-section-head{display:grid!important;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr)!important;align-items:end!important;gap:50px!important}
.lp-section-head>p,.lbh-special-section-head>p,.lbh-section-heading>p{color:var(--lbh-editorial-muted)!important;line-height:1.8!important}

/* Service cards / bento */
.lp-cards--services{
  display:grid!important;grid-template-columns:repeat(12,minmax(0,1fr))!important;gap:18px!important;
}
.lp-cards--services .lp-card{
  position:relative;min-height:360px!important;display:flex!important;flex-direction:column!important;
  grid-column:span 4!important;padding:32px!important;border:1px solid #e9e9e9!important;border-radius:30px!important;
  background:#fff!important;box-shadow:none!important;overflow:hidden!important;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important;
}
.lp-cards--services .lp-card:nth-child(1),.lp-cards--services .lp-card:nth-child(4){grid-column:span 6!important;min-height:410px!important}
.lp-cards--services .lp-card:nth-child(4){background:#111!important;color:#fff!important;border-color:#111!important}
.lp-cards--services .lp-card:nth-child(6){background:var(--lbh-editorial-yellow)!important;border-color:var(--lbh-editorial-yellow)!important}
.lp-cards--services .lp-card:hover{transform:translateY(-6px)!important;box-shadow:var(--lbh-editorial-shadow)!important;border-color:#d8d8d8!important}
.lp-cards--services .lp-card-number{position:absolute!important;right:18px!important;top:8px!important;font-size:clamp(4.8rem,8vw,8.5rem)!important;font-weight:850!important;line-height:1!important;color:#f0f0f0!important;letter-spacing:-.08em!important}
.lp-cards--services .lp-card:nth-child(4) .lp-card-number{color:rgba(255,255,255,.08)!important}
.lp-cards--services .lp-card:nth-child(6) .lp-card-number{color:rgba(0,0,0,.08)!important}
.lp-cards--services .lp-card-icon{display:grid!important;width:56px!important;height:56px!important;place-items:center!important;border-radius:18px!important;background:#f7f7f7!important;color:var(--lbh-editorial-red)!important;z-index:2!important}
.lp-cards--services .lp-card:nth-child(4) .lp-card-icon{background:rgba(255,255,255,.1)!important;color:#fff!important}
.lp-cards--services .lp-card:nth-child(6) .lp-card-icon{background:#fff!important;color:#111!important}
.lp-cards--services .lp-card-copy{margin-top:auto!important;position:relative!important;z-index:2!important}
.lp-cards--services .lp-card-copy small{display:block!important;margin-bottom:9px!important;color:var(--lbh-editorial-red)!important;font-size:.64rem!important;font-weight:800!important;letter-spacing:.12em!important}
.lp-cards--services .lp-card:nth-child(4) .lp-card-copy small{color:var(--lbh-editorial-yellow)!important}
.lp-cards--services .lp-card:nth-child(6) .lp-card-copy small{color:#111!important}
.lp-cards--services .lp-card h3{margin-bottom:12px!important}
.lp-cards--services .lp-card:nth-child(4) h3,.lp-cards--services .lp-card:nth-child(4) p,.lp-cards--services .lp-card:nth-child(4) .lp-card-link{color:#fff!important}
.lp-cards--services .lp-card:nth-child(6) h3,.lp-cards--services .lp-card:nth-child(6) p,.lp-cards--services .lp-card:nth-child(6) .lp-card-link{color:#111!important}
.lp-cards--services .lp-card p{color:#6b6b6b!important;max-width:480px!important}
.lp-cards--services .lp-card-link{margin-top:28px!important;font-weight:750!important}

/* Domain strip */
.lp-domain-strip{padding:clamp(76px,7vw,110px) 0!important;background:var(--lbh-editorial-red)!important;color:#fff!important}
.lp-domain-strip .lbh-eyebrow{color:#fff!important}
.lp-domain-strip .lbh-eyebrow:before{background:#fff!important}
.lp-domain-strip h2{color:#fff!important;max-width:660px!important}
.lp-domain-entry{border:0!important;border-radius:999px!important;background:#fff!important;color:#111!important;padding:9px 10px 9px 22px!important;box-shadow:0 20px 55px rgba(0,0,0,.16)!important}
.lp-domain-entry strong{padding:13px 18px!important;border-radius:999px!important;background:#111!important;color:#fff!important}
.lp-domain-strip small{color:rgba(255,255,255,.75)!important}

/* Editorial spotlight */
.lp-spotlight{padding:clamp(100px,10vw,160px) 0!important;background:#f4f4f4!important}
.lp-spotlight__grid{grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr)!important;gap:clamp(46px,7vw,100px)!important;align-items:center!important}
.lp-spotlight__copy h2{max-width:760px!important}
.lp-spotlight__media{border-radius:34px!important;overflow:hidden!important;min-height:560px!important;box-shadow:var(--lbh-editorial-shadow)!important}
.lp-spotlight__image{width:100%!important;height:100%!important;object-fit:cover!important}
.lp-step-stack{grid-column:1/-1!important;display:grid!important;grid-template-columns:repeat(3,1fr)!important;border-top:1px solid #dcdcdc!important}
.lp-step-stack>a{min-height:170px!important;border-right:1px solid #dcdcdc!important;padding:28px 24px!important;align-items:flex-start!important}
.lp-step-stack>a:last-child{border-right:0!important}
.lp-step-stack>a>span{font-size:2.6rem!important;font-weight:850!important;color:var(--lbh-editorial-red)!important;letter-spacing:-.07em!important}

/* Public sector */
.lp-public-section{background:#fff!important}
.lp-split{grid-template-columns:minmax(0,.72fr) minmax(480px,1.28fr)!important;gap:clamp(48px,8vw,120px)!important;align-items:start!important}
.lp-public-panel{border-radius:34px!important;border:1px solid #e6e6e6!important;background:#fff!important;overflow:hidden!important;box-shadow:var(--lbh-editorial-shadow)!important}
.lp-public-media{min-height:420px!important}
.lp-public-media img{width:100%!important;height:100%!important;object-fit:cover!important}
.lp-public-list a{padding:23px 26px!important;border-top:1px solid #e8e8e8!important;background:#fff!important}
.lp-public-list a:hover{background:#f8f8f8!important}

/* Infrastructure / dark editorial */
.lp-v07-infrastructure{padding:clamp(105px,11vw,170px) 0!important;background:#111!important;color:#fff!important;overflow:hidden!important}
.lp-v07-infrastructure h2,.lp-v07-infrastructure h3{color:#fff!important}
.lp-v07-infrastructure .lbh-eyebrow{color:var(--lbh-editorial-yellow)!important}
.lp-v07-infrastructure .lbh-eyebrow:before{background:var(--lbh-editorial-yellow)!important}
.lp-v07-infrastructure__grid{grid-template-columns:minmax(0,.8fr) minmax(480px,1.2fr)!important;gap:clamp(50px,8vw,120px)!important}
.lp-v07-infrastructure__copy>p:not(.lbh-eyebrow){color:rgba(255,255,255,.65)!important;line-height:1.85!important}
.lp-v07-infrastructure__stats{border-top:1px solid rgba(255,255,255,.15)!important;margin-top:40px!important}
.lp-v07-infrastructure__stats>div{padding:24px 0!important;border-bottom:1px solid rgba(255,255,255,.12)!important}
.lp-v07-infrastructure__stats strong{font-size:1.35rem!important;color:#fff!important}
.lp-v07-infrastructure__stats small{color:rgba(255,255,255,.48)!important}
.lp-v07-infrastructure__media,.lp-v07-infrastructure__placeholder{border-radius:30px!important;overflow:hidden!important;border:1px solid rgba(255,255,255,.12)!important}
.lp-v07-infrastructure__media img{width:100%!important;height:100%!important;object-fit:cover!important}

/* Help / knowledge */
.lp-help-banner{padding:clamp(92px,9vw,142px) 0!important;background:var(--lbh-editorial-yellow)!important}
.lp-help-grid{border-radius:0!important;background:transparent!important;box-shadow:none!important;border:0!important}
.lp-help-copy h2{color:#111!important}
.lp-help-copy p{color:#313131!important}
.lp-help-media{border-radius:30px!important;overflow:hidden!important;background:#fff!important;box-shadow:var(--lbh-editorial-shadow)!important}
.lp-help-actions a{color:#111!important}
.lp-help-actions .lbh-button{background:#111!important;border-color:#111!important;color:#fff!important}

/* Packages / pricing / selectors */
.lp-package-grid,.lbh-three-columns,.lbh-goal-grid,.lbh-payment-option-grid{
  gap:18px!important;
}
.lp-package,.lbh-goal-grid>a,.lbh-payment-option-grid article,.lbh-selector-panel,.lbh-recommended-plan,.lbh-domain-search-card{
  border:1px solid #e6e6e6!important;border-radius:28px!important;background:#fff!important;box-shadow:none!important;
}
.lp-package{padding:32px!important;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease!important}
.lp-package:hover{transform:translateY(-5px)!important;box-shadow:var(--lbh-editorial-shadow)!important;border-color:#d5d5d5!important}
.lp-price{font-size:1.6rem!important;color:#111!important;font-weight:800!important}
.lbh-selector-panel{padding:clamp(28px,4vw,48px)!important}
.lbh-selector-options button{min-height:130px!important;border:1px solid #e4e4e4!important;background:#fff!important;border-radius:20px!important}
.lbh-selector-options button:hover,.lbh-selector-options button.is-selected{border-color:var(--lbh-editorial-red)!important;background:#fff6f7!important}

/* Assessment */
.lbh-assessment-section{padding:clamp(100px,10vw,160px) 0!important;background:#111!important}
.lbh-assessment-section:after{color:rgba(255,255,255,.018)!important}
.lbh-assessment-intro .lbh-eyebrow{color:var(--lbh-editorial-yellow)!important}
.lbh-assessment-intro h2{color:#fff!important}
.lbh-assessment-intro>p:not(.lbh-eyebrow){color:rgba(255,255,255,.64)!important}
.lbh-assessment-intro__meta span{border-color:rgba(255,255,255,.14)!important;color:rgba(255,255,255,.55)!important}
.lbh-assessment-card{border:0!important;border-radius:32px!important;background:#fff!important;color:#111!important;box-shadow:0 36px 100px rgba(0,0,0,.35)!important}
.lbh-assessment-option{border:1px solid #e6e6e6!important;border-radius:18px!important;background:#fff!important}
.lbh-assessment-option.is-selected{border-color:var(--lbh-editorial-red)!important;background:#fff6f7!important}
.lbh-assessment-progress span:after{background:var(--lbh-editorial-red)!important}

/* Government / public pages */
.lbh-public-page .lbh-special-hero,.lbh-public-page .lp-page-hero{background:#fff!important}
.lbh-dashboard-mock,.lbh-public-checks,.lbh-outcome-list,.lbh-numbered-list,.lbh-comparison{
  border-color:#e6e6e6!important;
}
.lbh-dashboard-mock{border-radius:28px!important;background:#111!important;color:#fff!important;box-shadow:var(--lbh-editorial-shadow-strong)!important}
.lbh-public-checks span{border-radius:999px!important;background:#f5f5f5!important}

/* Special infrastructure pages */
.lbh-special-page .lbh-special-hero{padding:clamp(58px,7vw,100px) 0 clamp(72px,8vw,118px)!important}
.lbh-special-page .lbh-special-hero__visual{min-height:520px!important}
.lbh-special-rail{background:#f5f5f5!important;border-color:#e7e7e7!important}
.lbh-special-rail>.lbh-container>div{min-height:112px!important;border-color:#e4e4e4!important}
.lbh-special-rail strong{font-size:clamp(1.55rem,2.2vw,2.8rem)!important;letter-spacing:-.05em!important}
.lbh-special-rail small{font-weight:750!important;letter-spacing:.07em!important;color:#7a7a7a!important}
.lbh-special-rail--dark{background:#111!important;color:#fff!important}
.lbh-infra-card-grid article,.lbh-about-editorial,.lbh-infra-editorial,.lbh-server-spec-content,.lbh-payment-editorial,.lbh-transaction-card{
  border:1px solid #e6e6e6!important;border-radius:30px!important;background:#fff!important;box-shadow:none!important;
}
.lbh-infra-card-grid article{transition:transform .22s ease,box-shadow .22s ease!important}
.lbh-infra-card-grid article:hover{transform:translateY(-5px)!important;box-shadow:var(--lbh-editorial-shadow)!important}
.lbh-server-console{border-radius:32px!important;background:#111!important;box-shadow:var(--lbh-editorial-shadow-strong)!important}
.lbh-server-band{background:var(--lbh-editorial-red)!important}
.lbh-payment-orbit{background:#111!important}
.lbh-payment-option-grid article>span{color:#f1f1f1!important}

/* Contact / quotation / payment forms */
.lbh-contact-layout,.lbh-transaction-layout,.lbh-payment-detail__grid{gap:clamp(40px,7vw,96px)!important}
.lbh-native-contact-form,.lbh-contact-summary,.lbh-transaction-card,.lbh-payment-editorial{
  border:1px solid #e6e6e6!important;border-radius:30px!important;background:#fff!important;box-shadow:var(--lbh-editorial-shadow)!important;
}
.lbh-native-contact-form{padding:clamp(26px,4vw,48px)!important}
.lbh-field input,.lbh-field select,.lbh-field textarea,.lbh-transaction-content input:not([type=submit]):not([type=checkbox]):not([type=radio]),.lbh-transaction-content select,.lbh-transaction-content textarea{
  min-height:54px!important;border:1px solid #dedede!important;border-radius:14px!important;background:#fafafa!important;
}
.lbh-field input:focus,.lbh-field select:focus,.lbh-field textarea:focus{background:#fff!important;border-color:var(--lbh-editorial-red)!important;box-shadow:0 0 0 4px rgba(214,21,35,.08)!important}
.lbh-form-section-label{color:var(--lbh-editorial-red)!important}
.lbh-contact-journey>div{border-color:#e4e4e4!important}

/* Knowledge / blog / manual */
.lbh-knowledge-hero,.lbh-single-hero,.lbh-manual-hero{background:#fff!important}
.lbh-knowledge-intro-card,.lbh-side-card,.lbh-post-featured,.lbh-search-card,.lbh-related-card,.lbh-single-article,.lbh-manual-article{
  border:1px solid #e5e5e5!important;border-radius:28px!important;background:#fff!important;box-shadow:none!important;
}
.lbh-post-featured:hover,.lbh-search-card:hover,.lbh-related-card:hover,.lbh-post-card:hover{box-shadow:var(--lbh-editorial-shadow)!important}
.lbh-post-card{border:1px solid #e7e7e7!important;border-radius:26px!important;background:#fff!important;box-shadow:none!important;transition:transform .22s ease,box-shadow .22s ease!important}
.lbh-post-card:hover{transform:translateY(-4px)!important}
.lbh-post-card__image,.lbh-search-card__media,.lbh-post-featured__media{background:#f4f4f4!important}
.lbh-topic-pill{border-color:#e4e4e4!important;background:#fff!important;color:var(--lbh-editorial-red)!important}
.lbh-topic-pills a{border-color:#e2e2e2!important;background:#fff!important}
.lbh-manual-visual{background:#111!important}
.lbh-manual-visual span{color:var(--lbh-editorial-yellow)!important}
.lbh-side-card--soft{background:#f7f7f7!important}

/* FAQ / accordion */
.lbh-accordion{border-top:1px solid #ddd!important}
.lbh-accordion details{border-bottom:1px solid #ddd!important}
.lbh-accordion summary{padding:24px 0!important;font-size:1.08rem!important;font-weight:750!important}
.lbh-accordion details[open] summary{color:var(--lbh-editorial-red)!important}

/* CTA */
.lp-cta,.lbh-final-cta,.lbh-special-next{
  position:relative;overflow:hidden;background:var(--lbh-editorial-red)!important;color:#fff!important;
}
.lp-cta{padding:clamp(90px,9vw,140px) 0!important}
.lp-cta>.lbh-container{position:relative;z-index:2;display:flex!important;align-items:flex-end!important;justify-content:space-between!important;gap:48px!important}
.lp-cta h2,.lp-cta p,.lbh-final-cta h2,.lbh-special-next h2{color:#fff!important}
.lp-cta .lbh-eyebrow,.lbh-final-cta .lbh-eyebrow,.lbh-special-next .lbh-eyebrow{color:#fff!important}
.lp-cta .lbh-eyebrow:before,.lbh-final-cta .lbh-eyebrow:before,.lbh-special-next .lbh-eyebrow:before{background:#fff!important}
.lp-cta .lbh-button,.lbh-final-cta .lbh-button,.lbh-special-next .lbh-button{background:#fff!important;border-color:#fff!important;color:#111!important}
.lp-cta__background{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;opacity:.16!important;mix-blend-mode:multiply!important}

/* Footer */
.lp-premium .lbh-site-footer{padding:76px 0 26px!important;background:#0d0d0d!important;color:#fff!important}
.lp-footer-intro{display:grid!important;grid-template-columns:1fr 1fr!important;gap:60px!important;padding-bottom:46px!important;border-bottom:1px solid rgba(255,255,255,.12)!important}
.lp-footer-intro p{max-width:520px!important;color:rgba(255,255,255,.55)!important;font-size:clamp(1.2rem,1.7vw,1.65rem)!important}
.lp-footer-columns{padding-top:48px!important}
.lp-footer-columns h2{color:#fff!important;font-size:.78rem!important;letter-spacing:.08em!important;text-transform:uppercase!important}
.lp-footer-columns li a,.lp-footer-columns p a,.lp-footer-columns>div>a{color:rgba(255,255,255,.58)!important}
.lp-footer-columns a:hover{color:#fff!important}
.lbh-footer-bottom{border-color:rgba(255,255,255,.12)!important;color:rgba(255,255,255,.4)!important}

/* Generic Wordpress prose */
.lbh-prose{font-size:1.04rem;line-height:1.85}
.lbh-prose h2{margin-top:2.2em!important;font-size:clamp(1.8rem,2.6vw,2.8rem)!important}
.lbh-prose h3{margin-top:1.8em!important;font-size:clamp(1.35rem,1.8vw,1.8rem)!important}
.lbh-prose img{border-radius:22px!important}
.lbh-prose table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #e4e4e4;border-radius:18px;overflow:hidden}
.lbh-prose th,.lbh-prose td{padding:15px;border-bottom:1px solid #ededed;text-align:left}
.lbh-prose th{background:#f6f6f6;font-weight:750}

/* Motion */
@media (hover:hover){
  .lp-premium a,.lp-premium button{transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}
}

@media(max-width:1180px){
  .lp-premium .lbh-header-inner{grid-template-columns:165px minmax(0,1fr) 118px}
  .lp-hero-grid{grid-template-columns:minmax(0,.95fr) minmax(400px,1.05fr)!important}
  .lp-showcase{min-height:520px!important}
  .lp-cards--services .lp-card{grid-column:span 6!important}
  .lp-cards--services .lp-card:nth-child(1),.lp-cards--services .lp-card:nth-child(4){grid-column:span 6!important}
}
@media(max-width:900px){
  .lp-premium .lbh-container{width:min(calc(100% - 34px),var(--lbh-container))}
  .lp-utility{display:none}
  .lp-premium .lbh-header-inner{grid-template-columns:1fr auto;min-height:70px}
  .lp-premium .lbh-header-actions{display:none}
  .lp-premium .lbh-primary-nav{top:70px!important;inset:70px 0 auto!important}
  .lp-hero-grid,.lp-page-hero__grid,.lbh-page-hero__grid,.lbh-entry-hero__grid,.lbh-special-hero__grid,.lp-spotlight__grid,.lp-split,.lp-v07-infrastructure__grid,.lp-section-head{grid-template-columns:1fr!important}
  .lp-showcase{min-height:460px!important}
  .lp-spotlight__media{min-height:430px!important}
  .lp-step-stack{grid-template-columns:1fr!important}
  .lp-step-stack>a{border-right:0!important;border-bottom:1px solid #ddd!important}
  .lp-capability-band>.lbh-container{grid-template-columns:repeat(2,1fr)!important}
  .lp-capability-band span:nth-child(2){border-right:0!important}
  .lp-capability-band span:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.12)!important}
  .lp-footer-intro{grid-template-columns:1fr!important}
  .lp-cta>.lbh-container{align-items:flex-start!important;flex-direction:column!important}
}
@media(max-width:640px){
  .lp-premium h1{font-size:clamp(2.8rem,14vw,4.9rem)}
  .lp-premium h2{font-size:clamp(2.15rem,10vw,3.6rem)}
  .lp-premium .lbh-section{padding:76px 0}
  .lp-home-hero{padding-top:44px!important}
  .lp-showcase{min-height:360px!important}
  .lp-floating{display:none!important}
  .lp-cards--services{grid-template-columns:1fr!important}
  .lp-cards--services .lp-card,.lp-cards--services .lp-card:nth-child(1),.lp-cards--services .lp-card:nth-child(4){grid-column:1!important;min-height:320px!important;padding:26px!important}
  .lp-cards--services .lp-card-number{font-size:5.4rem!important}
  .lp-capability-band>.lbh-container{grid-template-columns:1fr!important}
  .lp-capability-band span{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.12)!important;min-height:68px!important}
  .lp-v08-promise>.lbh-container{align-items:flex-start!important;flex-direction:column!important;gap:18px!important}
  .lp-domain-entry{border-radius:24px!important;display:grid!important;gap:12px!important;padding:16px!important}
  .lp-domain-entry strong{width:100%!important;justify-content:center!important}
  .lp-spotlight__media{min-height:330px!important}
  .lp-public-media{min-height:300px!important}
  .lp-page-hero__media-wrap,.lbh-page-hero-media-wrap,.lbh-special-hero__visual,.lbh-single-hero__media{border-radius:24px!important}
  .lp-footer-intro{gap:26px!important}
}
@media(prefers-reduced-motion:reduce){
  .lp-premium *{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}

/* Secondary card systems: help, library, resources */
.lp-cards:not(.lp-cards--services){display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
.lp-cards:not(.lp-cards--services) .lp-card{
  min-height:280px!important;padding:30px!important;border:1px solid #e6e6e6!important;border-radius:28px!important;background:#fff!important;
  box-shadow:none!important;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
.lp-cards:not(.lp-cards--services) .lp-card:hover{transform:translateY(-5px)!important;box-shadow:var(--lbh-editorial-shadow)!important;border-color:#d6d6d6!important}
.lp-cards:not(.lp-cards--services) .lp-card-icon{display:grid!important;width:52px!important;height:52px!important;place-items:center!important;border-radius:16px!important;background:#fff5f6!important;color:var(--lbh-editorial-red)!important}
.lp-cards:not(.lp-cards--services) .lp-card h2,.lp-cards:not(.lp-cards--services) .lp-card h3{margin-top:48px!important;font-size:clamp(1.5rem,2vw,2rem)!important}
.lp-resource-links{display:flex!important;flex-wrap:wrap!important;gap:10px!important;margin-top:34px!important}
.lp-resource-links a{padding:11px 15px!important;border:1px solid #dfdfdf!important;border-radius:999px!important;background:#fff!important;font-weight:700!important}
.lp-resource-links a:hover{border-color:var(--lbh-editorial-red)!important;color:var(--lbh-editorial-red)!important}
.lp-marketing{margin-top:22px!important;padding:clamp(28px,4vw,48px)!important;border-radius:30px!important;background:#111!important;color:#fff!important;box-shadow:none!important}
.lp-marketing h2,.lp-marketing p,.lp-marketing span{color:#fff!important}
.lp-marketing small{color:var(--lbh-editorial-yellow)!important}

/* Manual directory */
.lp-manual-search{display:grid!important;grid-template-columns:1fr auto!important;gap:10px!important;align-items:end!important;margin-bottom:48px!important;padding:26px!important;border:1px solid #e4e4e4!important;border-radius:26px!important;background:#fff!important}
.lp-manual-search label{grid-column:1/-1!important;font-size:.76rem!important;font-weight:800!important;letter-spacing:.1em!important;text-transform:uppercase!important;color:var(--lbh-editorial-red)!important}
.lp-manual-search input{min-height:58px!important;width:100%!important;padding:0 18px!important;border:1px solid #dedede!important;border-radius:16px!important;background:#fafafa!important}
.lp-manual-search p{margin:0!important;align-self:center!important;color:#777!important;font-size:.86rem!important}
.lp-manual-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}
.lp-manual-group{padding:28px!important;border:1px solid #e5e5e5!important;border-radius:28px!important;background:#fff!important}
.lp-manual-group h2{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;margin-bottom:18px!important;font-size:1.55rem!important}
.lp-manual-group h2 small{display:grid!important;min-width:34px!important;height:34px!important;place-items:center!important;border-radius:999px!important;background:#f4f4f4!important;color:#777!important;font-size:.72rem!important}
.lp-manual-group ul{display:grid!important;gap:0!important;margin:0!important;padding:0!important;list-style:none!important}
.lp-manual-group li{border-top:1px solid #ededed!important}
.lp-manual-group li a{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;padding:14px 0!important;font-weight:650!important}
.lp-manual-group li a:hover{color:var(--lbh-editorial-red)!important}

/* Product technical sections */
.lbh-dark-feature{padding:clamp(90px,9vw,140px) 0!important;background:#111!important;color:#fff!important}
.lbh-dark-feature h2,.lbh-dark-feature h3{color:#fff!important}
.lbh-dark-feature p{color:rgba(255,255,255,.64)!important}
.lbh-dark-feature .lbh-eyebrow{color:var(--lbh-editorial-yellow)!important}
.lbh-faq-layout{gap:clamp(42px,7vw,94px)!important}
.lbh-comparison{border:1px solid #e4e4e4!important;border-radius:26px!important;overflow:hidden!important;background:#fff!important}
.lbh-comparison th{background:#f5f5f5!important}
.lbh-workflow{border-top:1px solid #ddd!important}
.lbh-workflow li{min-height:190px!important;padding:28px!important;border-color:#ddd!important}
.lbh-workflow span{font-size:2.6rem!important;letter-spacing:-.07em!important}
.lbh-migration{padding:clamp(28px,4vw,48px)!important;border:1px solid #e4e4e4!important;border-radius:28px!important;background:#f7f7f7!important}
.lbh-recommended-plan{padding:clamp(28px,4vw,48px)!important}
.lbh-domain-search-section{background:#f5f5f5!important}
.lbh-domain-search-card{padding:clamp(26px,4vw,48px)!important}
.lbh-domain-form input,.lbh-domain-form select{border-color:#ddd!important;background:#fafafa!important}

/* Contact detail treatment */
.lbh-contact-hero{background:#fff!important}
.lbh-contact-hero-side,.lbh-contact-content,.lbh-contact-extra,.lbh-contact-image-cta,.lbh-contact-side-media{
  border-radius:28px!important;
}
.lbh-contact-summary{padding:28px!important}
.lbh-contact-summary>div{padding:15px 0!important;border-bottom:1px solid #ececec!important}
.lbh-contact-summary>div:last-child{border-bottom:0!important}
.lbh-contact-journey{border-top:1px solid #ddd!important}
.lbh-contact-journey>div{padding:26px 0!important;border-bottom:1px solid #ddd!important}

/* Generic default page */
.lbh-entry-hero__grid{display:grid!important;grid-template-columns:minmax(0,1fr) minmax(380px,.85fr)!important}
.lbh-entry-hero__copy{padding-block:18px!important}
.lbh-entry-hero--with-media .lbh-page-hero-media-wrap{min-height:430px!important}
.lp-media-story{padding:clamp(74px,7vw,110px) 0!important;background:#f5f5f5!important}
.lp-media-story__grid{gap:18px!important}
.lp-media-story__item{overflow:hidden!important;border-radius:28px!important;background:#fff!important}
.lp-media-story__media{width:100%!important;height:100%!important;object-fit:cover!important}

/* 404 / Woocommerce fallback */
.lbh-404{padding:clamp(110px,13vw,190px) 0!important;background:#f5f5f5!important}
.lbh-404 h1{font-size:clamp(5rem,16vw,13rem)!important;color:var(--lbh-editorial-red)!important}
.lbh-woocommerce{padding:clamp(80px,8vw,130px) 0!important}

@media(max-width:900px){
  .lp-cards:not(.lp-cards--services),.lp-manual-grid{grid-template-columns:1fr!important}
  .lbh-entry-hero__grid{grid-template-columns:1fr!important}
}
@media(max-width:640px){
  .lp-manual-search{grid-template-columns:1fr!important}
  .lp-manual-search p{font-size:.78rem!important}
  .lp-cards:not(.lp-cards--services) .lp-card,.lp-manual-group{padding:22px!important}
}
