/* Ussain Company design system — one header, one footer, one typography. Loaded only when body.ucd is present (mu-plugin uc-design.php). */
:root{
  --ucd-ink:#0B1F1A;
  --ucd-ink2:#1A1A2E;
  --ucd-teal:#0F766E;
  --ucd-teal-d:#0A5A66;
  --ucd-teal-l:#E6F4F1;
  --ucd-gold:#F5B800;
  --ucd-sand:#F7F6F1;
  --ucd-border:#E5E7EB;
  --ucd-text:#1A1A2E;
  --ucd-muted:#5B6470;
  --ucd-font-head:Manrope,Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --ucd-font-body:Inter,system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --ucd-radius:10px;
  --ucd-shadow:0 12px 32px -12px rgba(11,31,26,.22),0 0 0 1px rgba(11,31,26,.06);
  --ucd-nav-h:68px;
}
html{scroll-padding-top:84px}
html.ucd-lock{overflow:hidden}

/* ---------- base typography ---------- */
body.ucd{font-family:var(--ucd-font-body)!important;font-size:17px;line-height:1.65;color:var(--ucd-text);background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;padding-top:0!important}
body.ucd :where(p,li,td,th,dd,dt,blockquote,label,input,textarea,select,button,a,span,div,section,article,figcaption,summary,details,small,strong,em,b,cite,address,nav,header,footer,aside,main,ul,ol,table,time,legend,fieldset):not(.et-pb-icon):not([class*="et_pb_icon"]):not([class*="fa-"]):not(.fa):not(.uc-mg-ico):not(code):not(pre):not(kbd){font-family:var(--ucd-font-body)!important}
body.ucd :where(h1,h2,h3,h4,h5,h6){font-family:var(--ucd-font-head)!important;color:var(--ucd-ink2);line-height:1.2;font-weight:700;letter-spacing:-.01em}
body.ucd h1,body.ucd .uc-hero2-h1,body.ucd .uc-fixed-hero h1,body.ucd .uc-cro h1,body.ucd .uc-hero h1,body.ucd #uc-news-page h1,body.ucd .entry-title{font-size:clamp(30px,1.6vw + 20px,46px)!important;font-weight:800!important;line-height:1.12!important;letter-spacing:-.02em!important;color:var(--ucd-ink2)}
body.ucd h2,body.ucd .uc-cro h2{font-size:clamp(24px,1vw + 17px,32px)!important;font-weight:700!important;line-height:1.22!important;letter-spacing:-.015em}
body.ucd h3,body.ucd .uc-cro h3{font-size:clamp(19px,.5vw + 15px,22px)!important;font-weight:700!important;line-height:1.3!important}
body.ucd h4{font-size:17px!important;font-weight:700!important}
body.ucd .uc-cro,body.ucd .uc-fixed-page,body.ucd .uc-post-body{font-family:var(--ucd-font-body)!important;color:var(--ucd-text)}
body.ucd a:not([class*="btn"]):not([class*="uc-s-"]):not([class*="cta"]):not([class*="button"]):not(.ucd-ondark){color:var(--ucd-teal)}
body.ucd a:not([class*="btn"]):not([class*="uc-s-"]):not([class*="cta"]):not([class*="button"]):not(.ucd-ondark):hover{color:var(--ucd-teal-d)}
body.ucd .ucd-ondark,body.ucd .ucd-ondark *{color:#fff!important}
body.ucd a[style*="background:#1"],body.ucd a[style*="background:#0"],body.ucd a[style*="background: #1"],body.ucd a[style*="background: #0"],body.ucd a[style*="background:#2"],body.ucd a[style*="background:#3"]{color:#fff!important}
body.ucd a[style*="#1a73e8"],body.ucd a[style*="#2563eb"],body.ucd a[style*="#0d47a1"],body.ucd a[style*="#1565c0"],body.ucd a[style*="#007bff"]{color:var(--ucd-teal)!important}
body.ucd img{max-width:100%;height:auto}

/* ---------- Divi chrome off, layout normalisation ---------- */
body.ucd #main-header,body.ucd #top-header,body.ucd #et-secondary-nav,body.ucd .et-l--header,body.ucd #main-footer,body.ucd .et-l--footer,body.ucd #uc-nav,body.ucd #uc-footer,body.ucd header.uc-nav{display:none!important}
body.ucd #page-container,body.ucd #et-main-area,body.ucd #main-content,body.ucd #left-area{padding-top:0!important;margin-top:0!important}
body.ucd #main-content .container:before{display:none!important}
body.ucd #left-area{width:100%!important;float:none!important;padding-bottom:0!important}
body.ucd #sidebar{display:none!important}
body.ucd .uc-hero2{margin-top:24px!important}
body.ucd .uc-fixed-hero{padding-top:28px!important}

/* ---------- header ---------- */
.ucd-header{position:sticky;top:0;z-index:100000;background:rgba(255,255,255,.96);backdrop-filter:saturate(1.4) blur(8px);-webkit-backdrop-filter:saturate(1.4) blur(8px);border-bottom:1px solid var(--ucd-border);font-family:var(--ucd-font-body)!important}
.ucd-header.ucd-scrolled{box-shadow:0 2px 14px -6px rgba(11,31,26,.18)}
.ucd-wrap{max-width:1200px;margin:0 auto;padding:0 24px;box-sizing:border-box}
.ucd-header .ucd-wrap{position:relative;display:flex;align-items:center;gap:28px;min-height:var(--ucd-nav-h)}
.ucd-logo{display:flex;align-items:center;gap:11px;text-decoration:none!important;color:var(--ucd-ink2)!important;flex-shrink:0;line-height:1.15}
.ucd-logo img{width:40px;height:40px;display:block;border-radius:0;margin:0!important}
.ucd-logo-t{display:flex;flex-direction:column}
.ucd-logo-t b{font-family:var(--ucd-font-head)!important;font-weight:800;font-size:15.5px;letter-spacing:-.01em;color:var(--ucd-ink2)}
.ucd-logo-t small{font-size:11.5px;color:var(--ucd-muted);font-weight:500;margin-top:2px}
.ucd-nav{flex:1;min-width:0}
.ucd-menu{display:flex;align-items:stretch;gap:2px;list-style:none!important;margin:0!important;padding:0!important;min-height:var(--ucd-nav-h)}
.ucd-menu>li{position:static;display:flex;align-items:center;margin:0!important;padding:0!important;list-style:none!important;min-height:var(--ucd-nav-h)}
.ucd-menu>li>a{display:block;padding:9px 11px;border-radius:8px;font-size:15px;font-weight:500;color:var(--ucd-ink2)!important;text-decoration:none!important;white-space:nowrap;line-height:1.2}
.ucd-menu>li>a:hover,.ucd-has-sub:hover>a,.ucd-has-sub.ucd-exp>a{color:var(--ucd-teal)!important;background:var(--ucd-sand)}
.ucd-caret{width:22px;height:22px;border:0;background:none;padding:0;margin:0 0 0 -4px;cursor:pointer;position:relative;color:var(--ucd-muted);flex-shrink:0}
.ucd-caret::before{content:"";position:absolute;left:7px;top:5px;width:7px;height:7px;border-right:1.6px solid currentColor;border-bottom:1.6px solid currentColor;transform:rotate(45deg);transition:transform .18s}
.ucd-has-sub.ucd-exp .ucd-caret::before{transform:rotate(225deg);top:9px}
.ucd-sub{display:none;position:absolute;top:100%;left:0;z-index:100001;background:#fff;border:1px solid var(--ucd-border);border-top:0;border-radius:0 0 12px 12px;box-shadow:var(--ucd-shadow);padding:26px 28px 24px;margin-top:0;box-sizing:border-box}
.ucd-sub::before{content:"";position:absolute;left:0;right:0;top:-12px;height:12px}
.ucd-mega .ucd-sub{right:0}
.ucd-menu>li.ucd-drop{position:relative}
.ucd-drop .ucd-sub{left:0;right:auto;min-width:300px}
.ucd-drop:nth-last-child(-n+3) .ucd-sub{left:auto;right:0}
.ucd-sub-in{display:flex;gap:40px;align-items:flex-start}
.ucd-col{min-width:200px;flex:1}
.ucd-col-t,.ucd-aside-t{font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ucd-teal-d);margin:0 0 12px}
.ucd-sub ul{list-style:none!important;margin:0!important;padding:0!important}
.ucd-sub li{margin:0!important;padding:0!important;list-style:none!important}
.ucd-sub li a{display:block;padding:6px 0;font-size:14.5px;line-height:1.35;color:var(--ucd-ink2)!important;text-decoration:none!important;white-space:nowrap}
.ucd-sub li a:hover{color:var(--ucd-teal)!important}
.ucd-aside{background:var(--ucd-sand);border-radius:10px;padding:20px 22px;max-width:270px;flex-shrink:0}
.ucd-aside p{font-size:14px;line-height:1.5;color:var(--ucd-muted);margin:0 0 12px!important}
.ucd-aside li a{white-space:normal}
.ucd-cta{display:flex;align-items:center;gap:14px;flex-shrink:0;margin-left:auto}
.ucd-tel{font-size:14.5px;font-weight:600;color:var(--ucd-ink2)!important;text-decoration:none!important;white-space:nowrap}
.ucd-tel:hover{color:var(--ucd-teal)!important}
.ucd-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--ucd-ink)!important;color:#fff!important;padding:11px 18px;border-radius:8px;font-size:14.5px;font-weight:600;text-decoration:none!important;white-space:nowrap;line-height:1.1;transition:background .18s}
.ucd-btn:hover{background:var(--ucd-teal)!important;color:#fff!important}
.ucd-burger{display:none;width:44px;height:44px;border:0;background:none;padding:10px;cursor:pointer;flex-direction:column;justify-content:center;gap:5px;margin-left:8px}
.ucd-burger span{display:block;height:2px;background:var(--ucd-ink2);border-radius:2px;transition:transform .2s,opacity .2s}
.ucd-header.ucd-open .ucd-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.ucd-header.ucd-open .ucd-burger span:nth-child(2){opacity:0}
.ucd-header.ucd-open .ucd-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.ucd-header a:focus-visible,.ucd-header button:focus-visible{outline:2px solid var(--ucd-gold);outline-offset:2px}
@media(min-width:1025px){
  .ucd-has-sub:hover>.ucd-sub,.ucd-has-sub:focus-within>.ucd-sub,.ucd-has-sub.ucd-exp>.ucd-sub{display:block}
}
@media(max-width:1180px){
  .ucd-menu>li>a{padding:9px 8px;font-size:14.5px}
  .ucd-header .ucd-wrap{gap:18px}
}
@media(max-width:1024px){
  :root{--ucd-nav-h:60px}
  .ucd-burger{display:flex}
  .ucd-nav{display:none;position:absolute;top:100%;left:0;right:0;height:calc(100vh - var(--ucd-nav-h));height:calc(100dvh - var(--ucd-nav-h));overflow-y:auto;-webkit-overflow-scrolling:touch;background:#fff;padding:10px 20px 48px;border-top:1px solid var(--ucd-border);z-index:100000;box-sizing:border-box}
  body.admin-bar .ucd-nav{height:calc(100vh - var(--ucd-nav-h) - 46px)}
  .ucd-header.ucd-open .ucd-nav{display:block}
  .ucd-menu{flex-direction:column;align-items:stretch;gap:0;min-height:0}
  .ucd-menu>li{min-height:0}
  .ucd-sub::before{display:none}
  .ucd-menu>li{flex-wrap:wrap;border-bottom:1px solid var(--ucd-border)}
  .ucd-menu>li>a{flex:1;padding:15px 0;font-size:17px;font-weight:600;border-radius:0}
  .ucd-menu>li>a:hover,.ucd-has-sub:hover>a,.ucd-has-sub.ucd-exp>a{background:none}
  .ucd-caret{width:44px;height:44px;margin:0}
  .ucd-caret::before{left:18px;top:15px;width:9px;height:9px}
  .ucd-has-sub.ucd-exp .ucd-caret::before{top:20px}
  .ucd-menu>li.ucd-drop{position:static}
  .ucd-sub,.ucd-drop .ucd-sub,.ucd-drop:nth-last-child(-n+3) .ucd-sub{display:none;position:static;left:auto;right:auto;width:100%;min-width:0;border:0;box-shadow:none;border-radius:0;padding:0 0 14px;margin:0}
  .ucd-has-sub.ucd-exp>.ucd-sub{display:block}
  .ucd-sub-in{flex-direction:column;gap:14px}
  .ucd-col{min-width:0}
  .ucd-col-t,.ucd-aside-t{margin:8px 0 6px}
  .ucd-sub li a{white-space:normal;padding:8px 0;font-size:15.5px}
  .ucd-aside{max-width:none}
  .ucd-cta{gap:10px}
  .ucd-btn{padding:10px 14px;font-size:14px}
  .ucd-logo-t small{display:none}
}
@media(max-width:600px){
  .ucd-header .ucd-wrap{padding:0 12px;gap:8px}
  .ucd-tel{display:none}
  .ucd-logo-t b{font-size:14.5px}
  .ucd-btn{padding:9px 11px;font-size:13px}
  .ucd-cta{gap:8px}
  .ucd-ig{width:34px;height:34px}
  .ucd-ig svg{width:18px;height:18px}
  .ucd-burger{width:38px;margin-left:0;padding:9px}
}
@media(max-width:430px){
  .ucd-logo img{width:34px;height:34px}
  .ucd-logo-t b{font-size:13.5px}
  .ucd-btn{padding:8px 10px;font-size:12.5px}
  .ucd-header .ucd-wrap{gap:6px}
}
@media(max-width:380px){
  .ucd-logo-t{display:none}
}

/* ---------- footer ---------- */
.ucd-footer{background:var(--ucd-ink);color:#CFD8D4;padding:56px 0 24px;margin-top:56px;font-family:var(--ucd-font-body)!important;font-size:14.5px;line-height:1.55;position:relative;width:100%;box-sizing:border-box}
.ucd-footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px}
.ucd-footer .ucd-logo{margin-bottom:14px}
.ucd-footer .ucd-logo-t b{color:#fff}
.ucd-footer .ucd-logo-t small{color:#9FB3AD}
.ucd-fbrand p{color:#CFD8D4;font-size:14.5px;line-height:1.6;margin:0 0 16px!important;max-width:380px}
.ucd-fcontacts,.ucd-fcol ul{list-style:none!important;margin:0!important;padding:0!important}
.ucd-fcontacts li,.ucd-fcol li{margin:0 0 9px!important;padding:0!important;list-style:none!important;color:#CFD8D4}
.ucd-footer a{color:#E4EBE8!important;text-decoration:none!important}
.ucd-footer a:hover{color:#fff!important;text-decoration:underline!important}
.ucd-fcol-t{font-size:11.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#9FB3AD;margin:0 0 14px}
.ucd-fbottom{display:flex;flex-wrap:wrap;gap:12px 28px;align-items:center;border-top:1px solid rgba(255,255,255,.12);margin-top:44px;padding-top:20px;font-size:13px;color:#9FB3AD}
.ucd-fbottom a{color:#9FB3AD!important}
.ucd-fbadge{color:var(--ucd-gold);font-weight:600}
@media(max-width:900px){.ucd-footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.ucd-footer-grid{grid-template-columns:1fr;gap:28px}.ucd-footer{padding:40px 0 20px}}

/* ---------- content components re-skinned to the tokens ---------- */
body.ucd table{border-collapse:collapse;width:100%;font-size:15px}
body.ucd th,body.ucd .uc-tw th,body.ucd tr[style*="background"] th{background:var(--ucd-teal)!important;color:#fff!important;text-align:left;padding:11px 12px;font-weight:700}
body.ucd td{padding:10px 12px;border-bottom:1px solid var(--ucd-border);vertical-align:top}
body.ucd .uc-tw{border-radius:var(--ucd-radius)}
body.ucd .uc-btn,body.ucd .uc-hero2-cta,body.ucd .uc-form button,body.ucd .uc-quiz button,body.ucd .uc-sticky .uc-s-form,body.ucd .uc-fixed-actions a:first-child,body.ucd .uc-cta-btn,body.ucd .uc-route a[href*="wa.me"]{background:var(--ucd-ink)!important;color:#fff!important;border-color:var(--ucd-ink)!important;border-radius:8px!important;font-family:var(--ucd-font-body)!important;font-weight:600!important}
body.ucd .uc-btn:hover,body.ucd .uc-hero2-cta:hover,body.ucd .uc-form button:hover{background:var(--ucd-teal)!important;border-color:var(--ucd-teal)!important}
body.ucd .uc-btn2{background:#fff!important;color:var(--ucd-ink2)!important;border-color:#cbd5e1!important}
body.ucd [style*="background:#1a73e8"],body.ucd [style*="background:#0d47a1"],body.ucd [style*="background:#2563eb"],body.ucd [style*="background:#0057b7"],body.ucd [style*="background:#007bff"],body.ucd [style*="background:#1565c0"],body.ucd [style*="background: #1a73e8"]{background:var(--ucd-ink)!important;color:#fff!important}
body.ucd [style*="background:#1a73e8"] *,body.ucd [style*="background:#0d47a1"] *,body.ucd [style*="background:#2563eb"] *{color:#fff!important}
body.ucd .uc-eyebrow,body.ucd .uc-fixed-eyebrow{color:var(--ucd-teal-d)!important;background:var(--ucd-teal-l)!important;border-color:#B9E2DA!important;font-family:var(--ucd-font-body)!important}
body.ucd .uc-hero2-badges span,body.ucd .uc-cro .uc-badges li{background:var(--ucd-sand)!important;color:var(--ucd-ink2)!important;border-color:var(--ucd-border)!important}
body.ucd .uc-hero2-price{color:var(--ucd-teal)!important}
body.ucd .uc-hero2-sub,body.ucd .uc-sub{color:var(--ucd-muted)!important}
body.ucd .uc-hero2-img,body.ucd .uc-hero2-media img,body.ucd .uc-cro figure.uc-fig,body.ucd .uc-fixed-page img{border-radius:12px!important}
body.ucd .uc-hero2-card{background:linear-gradient(135deg,var(--ucd-teal) 0%,var(--ucd-ink) 100%)!important;border-radius:14px!important}
body.ucd .uc-hero2-card-list li::before{color:var(--ucd-gold)!important}
body.ucd .uc-kpi div{background:var(--ucd-sand)!important;border-color:var(--ucd-border)!important;border-radius:var(--ucd-radius)!important}
body.ucd .uc-kpi strong{color:var(--ucd-ink2)!important;font-family:var(--ucd-font-head)!important;font-weight:800!important}
body.ucd .uc-magnet{border-color:var(--ucd-gold)!important;background:#FFF8E1!important;border-radius:var(--ucd-radius)!important}
body.ucd .uc-form{background:var(--ucd-teal-l)!important;border-color:#B9E2DA!important;border-radius:var(--ucd-radius)!important;color:var(--ucd-ink2)!important}
body.ucd .uc-form h2,body.ucd .uc-form .uc-f-lead{color:var(--ucd-ink2)!important}
body.ucd .uc-quiz,body.ucd .uc-expert,body.ucd .uc-faq details{border-radius:var(--ucd-radius)!important;border-color:var(--ucd-border)!important}
body.ucd .uc-expert{background:var(--ucd-sand)!important}
body.ucd .uc-cro input[type=text],body.ucd .uc-cro input[type=tel],body.ucd .uc-cro input[type=email],body.ucd .uc-cro select,body.ucd .uc-cro textarea,body.ucd .uc-lead-form input,body.ucd .uc-lead-form textarea{border-radius:8px!important;border-color:#cbd5e1!important;font-family:var(--ucd-font-body)!important}
body.ucd .uc-sticky{border-top-color:var(--ucd-border)!important}
body.ucd .uc-sticky .uc-s-wa{background:#25d366!important}
body.ucd .uc-fixed-section,body.ucd .uc-fixed-card{border-color:var(--ucd-border)!important}
body.ucd .uc-fixed-page .uc-fixed-hero h1{color:var(--ucd-ink2)!important}
body.ucd .rank-math-breadcrumb,body.ucd .rank-math-breadcrumb a{font-size:13px;color:var(--ucd-muted)}
body.ucd blockquote{border-left:3px solid var(--ucd-gold);padding-left:18px;color:var(--ucd-muted);font-style:normal}
body.ucd .uc-post-body,body.ucd .uc-cro,body.ucd .entry-content{max-width:1200px;margin-left:auto;margin-right:auto}
body.ucd .et_pb_post .entry-content{padding-left:0}
@media(max-width:768px){body.ucd{font-size:16px}}

/* ---------- fixes found on preview ---------- */
body.ucd p.main_title,body.ucd p.page-entry-title{display:none!important}
body.admin-bar .ucd-header{top:32px}
@media(max-width:782px){body.admin-bar .ucd-header{top:46px}}
body.ucd.page-id-111979 #ussain-landing,body.ucd #ussain-landing{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}

/* form controls: always border-box (Tailwind landing + uc forms) */
body.ucd #ussain-landing input,body.ucd #ussain-landing select,body.ucd #ussain-landing textarea,body.ucd #ussain-landing button,body.ucd .uc-form input,body.ucd .uc-form select,body.ucd .uc-form textarea,body.ucd .uc-form button,body.ucd .uc-quiz input,body.ucd .uc-quiz select,body.ucd .uc-lead-form input,body.ucd .uc-lead-form select,body.ucd .uc-lead-form textarea,body.ucd .uc-magnet input{box-sizing:border-box!important}

/* landing form fields: natural height, readable line, room for the select arrow */
body.ucd.page-id-111979 #ussain-landing input.form-input,body.ucd.page-id-111979 #ussain-landing select.form-input,body.ucd #ussain-landing input.form-input,body.ucd #ussain-landing select.form-input{height:auto!important;min-height:50px!important;padding:12px 16px!important;line-height:1.4!important;font-size:15px!important;color:var(--ucd-ink)!important;background:#fff!important;border:1px solid rgba(11,31,26,.14)!important;border-radius:10px!important;width:100%!important}
body.ucd.page-id-111979 #ussain-landing select.form-input,body.ucd #ussain-landing select.form-input{padding:12px 40px 12px 16px!important;background-color:#fff!important;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230B1F1A' stroke-width='2.2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 14px center!important}
body.ucd #ussain-landing .form-input::placeholder{color:rgba(11,31,26,.5)}
body.ucd #ussain-landing textarea.form-input{height:auto!important;min-height:96px!important}

/* ---------- floating WhatsApp (phones/tablets only) ---------- */
.ucd-wa{display:none}
@media(max-width:1024px){
  .ucd-wa{display:flex;align-items:center;justify-content:center;position:fixed;right:16px;bottom:calc(18px + env(safe-area-inset-bottom));width:54px;height:54px;border-radius:50%;background:#25D366;box-shadow:0 8px 22px -6px rgba(0,0,0,.4);z-index:99990;text-decoration:none!important;transition:transform .15s}
  .ucd-wa:active{transform:scale(.94)}
  .ucd-wa svg{width:30px;height:30px;fill:#fff;display:block}
  html.ucd-lock .ucd-wa{display:none}
  body.ucd .uc-sticky{display:none!important}
  body.ucd,body.ucd.uc-cro-page{padding-bottom:0!important}
  body.ucd #ussain-landing .fixed.bottom-0.inset-x-0{display:none!important}
  body.ucd .ucd-footer{padding-bottom:calc(84px + env(safe-area-inset-bottom))}
}

/* top gap under the sticky header: the old fixed-nav clearance is no longer needed */
body.ucd #main-content .container{padding-top:8px!important}
body.ucd .et_pb_post .entry-content,body.ucd .entry-content{padding-top:8px!important}
body.ucd #uc-content-wrap,body.ucd .uc-content-wrap{padding-top:12px!important;margin-top:0!important}
@media(max-width:768px){body.ucd #uc-content-wrap,body.ucd .uc-content-wrap{padding-top:8px!important}}

/* footer sticks to the bottom on short pages (404, thin pages) */
body.ucd{display:flex;flex-direction:column;min-height:100vh}
body.ucd>#page-container,body.ucd>#et-boc{flex:1 0 auto;width:100%}
body.ucd .ucd-footer{margin-top:auto}
body.ucd .ucd-header{flex-shrink:0}

/* Instagram */
.ucd-ig{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;border:1px solid var(--ucd-border);color:var(--ucd-ink2)!important;flex-shrink:0;text-decoration:none!important;transition:color .18s,border-color .18s}
.ucd-ig svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.ucd-ig:hover{color:var(--ucd-teal)!important;border-color:var(--ucd-teal)}
.ucd-menu .ucd-mob-ig{display:none}
@media(max-width:1024px){.ucd-menu .ucd-mob-ig{display:block}.ucd-ig{width:38px;height:38px}}
@media(min-width:1025px){.ucd-menu>li>a{padding:9px 7px;font-size:14.5px}.ucd-tel{font-size:14px}.ucd-btn{padding:11px 16px}.ucd-cta{gap:10px}.ucd-ig{width:36px;height:36px}.ucd-ig svg{width:19px;height:19px}}

/* ================= HOME (page 111979) — new landing, September 2026 ================= */
body.ucd-home .ucdh{font-family:var(--ucd-font-body);color:var(--ucd-text);font-size:17px;line-height:1.6}
body.ucd-home .ucdh *{box-sizing:border-box;min-width:0}
body.ucd-home .ucdh p{margin:0 0 14px}
body.ucd-home .ucdh h1,body.ucd-home .ucdh h2,body.ucd-home .ucdh h3{font-family:var(--ucd-font-head)!important;color:var(--ucd-ink2);line-height:1.15;letter-spacing:-.015em;margin:0}
body.ucd-home .ucdh h1{font-size:clamp(32px,3.4vw,48px)!important;font-weight:700!important;line-height:1.12!important;margin:0 0 26px!important}
body.ucd-home .ucdh h2{font-size:clamp(26px,2.4vw,36px)!important;font-weight:700!important}
body.ucd-home .ucdh h3{font-size:19px!important;font-weight:700!important}
body.ucd-home .ucdh a{color:var(--ucd-teal);text-decoration:none}
body.ucd-home .ucdh a:hover{color:var(--ucd-teal-d)}
body.ucd-home .ucdh img{max-width:100%;height:auto;display:block}
body.ucd-home .ucdh-wrap{max-width:1200px;margin:0 auto;padding:0 24px}
body.ucd-home .ucdh-sec{padding:92px 0}
body.ucd-home .ucdh-sand{background:var(--ucd-sand)}
body.ucd-home .ucdh-eyebrow{display:inline-block;font-size:12.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ucd-teal-d);margin:0 0 22px;padding-bottom:7px;border-bottom:2px solid var(--ucd-gold)}
body.ucd-home .ucdh-sech{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:end;margin:0 0 48px}
body.ucd-home .ucdh-sech p{color:var(--ucd-muted);margin:0}
/* hero */
body.ucd-home .ucdh-hero{padding:76px 0 64px;background:linear-gradient(180deg,#fff 0%,var(--ucd-sand) 100%)}
body.ucd-home .ucdh-hero-in{display:grid;grid-template-columns:1.25fr .75fr;gap:52px;align-items:center}
body.ucd-home .ucdh p.ucdh-lead{font-size:19px;line-height:1.55;color:#3b4450;max-width:560px;margin:0 0 22px}
body.ucd-home .ucdh-hero-facts{list-style:none!important;margin:0 0 32px!important;padding:0!important;max-width:560px}
body.ucd-home .ucdh-hero-facts li{list-style:none!important;position:relative;padding:0 0 0 26px;margin:0 0 10px!important;font-size:15.5px;line-height:1.45;color:var(--ucd-ink2)}
body.ucd-home .ucdh-hero-facts li:before{content:"";position:absolute;left:0;top:8px;width:9px;height:9px;border-radius:2px;background:var(--ucd-gold)}
body.ucd-home .ucdh-acts{display:flex;gap:14px;flex-wrap:wrap}
body.ucd-home .ucdh p.ucdh-hint{font-size:13px;line-height:1.5;color:var(--ucd-muted);margin:24px 0 0;max-width:520px;padding-top:18px;border-top:1px solid var(--ucd-border)}
body.ucd-home .ucdh-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--ucd-ink)!important;color:#fff!important;padding:14px 24px;border-radius:8px;font-weight:600;font-size:15.5px;border:1px solid var(--ucd-ink);cursor:pointer;line-height:1.2}
body.ucd-home .ucdh-btn:hover{background:var(--ucd-teal)!important;border-color:var(--ucd-teal)!important;color:#fff!important}
body.ucd-home .ucdh-btn2{background:#fff!important;color:var(--ucd-ink2)!important;border-color:#cbd5e1}
body.ucd-home .ucdh-btn2:hover{background:var(--ucd-sand)!important;color:var(--ucd-ink2)!important;border-color:#cbd5e1!important}
body.ucd-home .ucdh-portrait{position:relative;margin:0;border-radius:14px;overflow:hidden;box-shadow:0 30px 60px -30px rgba(11,31,26,.35);background:#e7e5e0;aspect-ratio:4/5}
body.ucd-home .ucdh-portrait img{width:100%;height:100%;object-fit:cover;object-position:center 15%}
body.ucd-home .ucdh-portrait figcaption{position:absolute;left:0;right:0;bottom:0;padding:18px 20px;background:linear-gradient(0deg,rgba(11,31,26,.88),rgba(11,31,26,0));color:#fff;font-size:13.5px;line-height:1.4}
body.ucd-home .ucdh-portrait figcaption b{display:block;font-family:var(--ucd-font-head);font-size:16px;margin-bottom:3px}
/* trust strip */
body.ucd-home .ucdh-trust{border-top:1px solid var(--ucd-border);border-bottom:1px solid var(--ucd-border);background:#fff}
body.ucd-home .ucdh-trust-in{display:flex;flex-wrap:wrap;gap:10px 36px;justify-content:space-between;padding-top:18px;padding-bottom:18px;font-size:14px;color:var(--ucd-muted)}
body.ucd-home .ucdh-trust b{color:var(--ucd-ink2);font-weight:600}
/* service cards */
body.ucd-home .ucdh-grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
body.ucd-home .ucdh-card{border:1px solid var(--ucd-border);border-radius:10px;padding:26px 24px;background:#fff;display:flex;flex-direction:column}
body.ucd-home .ucdh-card h3{margin:0 0 10px}
body.ucd-home .ucdh-card h3 a,body.ucd-home .ucdh-recv h3 a{color:var(--ucd-ink2)}
body.ucd-home .ucdh-card h3 a:hover,body.ucd-home .ucdh-recv h3 a:hover{color:var(--ucd-teal)}
body.ucd-home .ucdh-card p{font-size:15.5px;color:#3b4450}
body.ucd-home .ucdh-card ul{list-style:none!important;margin:6px 0 0!important;padding:0!important}
body.ucd-home .ucdh-card li{margin:0!important;padding:7px 0;border-top:1px solid var(--ucd-border);font-size:14.5px;list-style:none!important}
body.ucd-home .ucdh-meta{margin:auto 0 0!important;padding-top:16px;font-size:14px;font-weight:600}
/* receivers */
body.ucd-home .ucdh-recv{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--ucd-border);border:1px solid var(--ucd-border);border-radius:10px;overflow:hidden}
body.ucd-home .ucdh-recv>div{background:#fff;padding:24px}
body.ucd-home .ucdh-recv h3{font-size:18px!important;margin:0 0 8px}
body.ucd-home .ucdh-recv p{font-size:15px;color:#3b4450;margin:0 0 8px}
body.ucd-home .ucdh-small{font-size:13.5px;color:var(--ucd-muted);margin:0!important}
/* process */
body.ucd-home .ucdh-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;counter-reset:ucdhs}
body.ucd-home .ucdh-step{padding-top:18px;border-top:2px solid var(--ucd-ink)}
body.ucd-home .ucdh-step:before{counter-increment:ucdhs;content:"0" counter(ucdhs);display:block;font-family:var(--ucd-font-head);font-weight:800;font-size:13px;letter-spacing:.08em;color:var(--ucd-teal-d)}
body.ucd-home .ucdh-step h3{font-size:18px!important;margin:6px 0 8px}
body.ucd-home .ucdh-step p{font-size:15px;color:#3b4450;margin:0}
body.ucd-home .ucdh-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:52px}
body.ucd-home .ucdh .ucdh-principles p{border-left:3px solid var(--ucd-gold);padding:4px 0 4px 18px;margin:0;font-size:16px;color:var(--ucd-ink2)}
/* proof */
body.ucd-home .ucdh-proof{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:start}
body.ucd-home .ucdh-letters{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
body.ucd-home .ucdh-letters figure{margin:0;border:1px solid var(--ucd-border);border-radius:8px;overflow:hidden;background:#fff}
body.ucd-home .ucdh-letters img{width:100%;aspect-ratio:400/516;object-fit:cover}
body.ucd-home .ucdh-letters figcaption{font-size:12.5px;color:var(--ucd-muted);padding:9px 11px;line-height:1.4}
body.ucd-home .ucdh-cases{display:flex;flex-direction:column;gap:12px}
body.ucd-home .ucdh-case{border:1px solid var(--ucd-border);border-radius:10px;padding:18px 20px;display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;background:#fff}
body.ucd-home .ucdh-tag{font-size:11.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--ucd-teal-d);font-weight:700}
body.ucd-home .ucdh-case h3{font-size:17px!important;margin:5px 0 3px}
body.ucd-home .ucdh-num{font-family:var(--ucd-font-head);font-weight:800;font-size:21px;color:var(--ucd-ink);text-align:right;white-space:nowrap;margin:0!important}
body.ucd-home .ucdh-num span{display:block;font-family:var(--ucd-font-body);font-weight:500;font-size:12px;color:var(--ucd-muted);white-space:normal}
body.ucd-home .ucdh-more{margin:6px 0 0!important;font-weight:600;display:flex;gap:22px;flex-wrap:wrap}
/* insights */
body.ucd-home .ucdh-ins{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
body.ucd-home .ucdh-ins a{display:block;border:1px solid var(--ucd-border);border-radius:10px;padding:24px;background:#fff;color:var(--ucd-ink2);height:100%}
body.ucd-home .ucdh-ins a:hover{border-color:var(--ucd-teal);color:var(--ucd-ink2)}
body.ucd-home .ucdh-ins h3{margin:0 0 10px}
body.ucd-home .ucdh-ins p{font-size:15px;color:#3b4450;margin:0}
/* founder */
body.ucd-home .ucdh-people{display:grid;grid-template-columns:.85fr 1.15fr;gap:48px;align-items:center}
body.ucd-home .ucdh-people img{width:100%;max-width:400px;border-radius:14px;aspect-ratio:4/5;object-fit:cover;object-position:center 15%}
body.ucd-home .ucdh p.ucdh-quote{font-family:var(--ucd-font-head);font-size:23px;font-weight:600;line-height:1.35;color:var(--ucd-ink2);margin:0 0 18px}
body.ucd-home .ucdh p.ucdh-who{font-size:15.5px;color:var(--ucd-muted);margin:0}
/* faq */
body.ucd-home .ucdh-faqwrap{max-width:900px}
body.ucd-home .ucdh-faq details{border:1px solid var(--ucd-border);border-radius:10px;padding:14px 18px;margin:9px 0;background:#fff}
body.ucd-home .ucdh-faq summary{font-weight:700;cursor:pointer;color:var(--ucd-ink2);font-family:var(--ucd-font-head)}
body.ucd-home .ucdh-faq p{margin:10px 0 0;color:#374151;font-size:15.5px}
/* final + form */
body.ucd-home .ucdh-final{background:var(--ucd-ink);color:#fff;padding:80px 0}
body.ucd-home .ucdh-final-in{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:center}
body.ucd-home .ucdh-final h2{color:#fff!important}
body.ucd-home .ucdh-final p{color:#CFD8D4;margin-top:20px}
body.ucd-home .ucdh-final a{color:#fff;text-decoration:underline}
body.ucd-home .ucdh-contacts b{color:#fff}
body.ucd-home .ucdh-formbox{background:#fff;border-radius:12px;padding:26px;color:var(--ucd-ink2)}
body.ucd-home .ucdh-formbox h3{margin:0 0 6px}
body.ucd-home .ucdh p.ucdh-formlead{font-size:14px;color:var(--ucd-muted);margin:0 0 16px}
body.ucd-home .ucdh-frow{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px}
body.ucd-home .ucdh-form input[type=text],body.ucd-home .ucdh-form input[type=tel],body.ucd-home .ucdh-form select,body.ucd-home .ucdh-form textarea{width:100%;min-height:50px;padding:12px 16px;border:1px solid #cbd5e1;border-radius:8px;font-family:var(--ucd-font-body);font-size:15px;background:#fff;color:var(--ucd-ink2);box-sizing:border-box}
body.ucd-home .ucdh-form select{padding-right:40px;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%230B1F1A' stroke-width='2.2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center}
body.ucd-home .ucdh-form textarea{min-height:92px;resize:vertical;margin-bottom:12px}
body.ucd-home .ucdh-form input[name="website"]{position:absolute!important;left:-9999px!important;top:auto!important;width:1px!important;height:1px!important;min-height:0!important;padding:0!important;border:0!important}
body.ucd-home .ucdh-submit{width:100%;border:0}
body.ucd-home .ucdh p.ucdh-fnote{font-size:12.5px;color:var(--ucd-muted);margin:12px 0 0}
body.ucd-home .ucdh-formbox,body.ucd-home .ucdh-formbox p,body.ucd-home .ucdh-formbox li{color:var(--ucd-ink2)!important}
body.ucd-home .ucdh-formbox .ucdh-formlead,body.ucd-home .ucdh-formbox .ucdh-fnote{color:var(--ucd-muted)!important}
body.ucd-home .ucdh-formbox a,body.ucd-home .ucdh-fnote a,body.ucd-home .ucdh-err a,body.ucd-home .ucdh-ok a{color:var(--ucd-teal)!important;text-decoration:none}
body.ucd-home .ucdh-formbox h3{color:var(--ucd-ink2)!important}
body.ucd-home .ucdh-ok,body.ucd-home .ucdh-err{display:none;border-radius:8px;padding:12px 14px;margin:0 0 14px;font-size:14.5px}
body.ucd-home .ucdh-ok:target{display:block;background:var(--ucd-teal-l);color:var(--ucd-teal-d);border:1px solid #B9E2DA}
body.ucd-home .ucdh-err:target{display:block;background:#FEF2F2;color:#991B1B;border:1px solid #FECACA}
/* home responsive */
@media(max-width:1024px){
  body.ucd-home .ucdh-grid4{grid-template-columns:1fr 1fr}
  body.ucd-home .ucdh-recv,body.ucd-home .ucdh-steps,body.ucd-home .ucdh-ins,body.ucd-home .ucdh-principles{grid-template-columns:1fr 1fr}
  body.ucd-home .ucdh-hero-in,body.ucd-home .ucdh-proof,body.ucd-home .ucdh-people,body.ucd-home .ucdh-final-in,body.ucd-home .ucdh-sech{grid-template-columns:1fr;gap:32px}
  body.ucd-home .ucdh-portrait{max-width:420px}
  body.ucd-home .ucdh-people img{max-width:340px}
}
@media(max-width:720px){
  body.ucd-home .ucdh{font-size:16px}
  body.ucd-home .ucdh-sec,body.ucd-home .ucdh-final{padding:52px 0}
  body.ucd-home .ucdh-hero{padding:40px 0 36px}
  body.ucd-home .ucdh-wrap{padding:0 18px}
  body.ucd-home .ucdh-grid4,body.ucd-home .ucdh-recv,body.ucd-home .ucdh-steps,body.ucd-home .ucdh-ins,body.ucd-home .ucdh-principles,body.ucd-home .ucdh-letters,body.ucd-home .ucdh-frow{grid-template-columns:1fr}
  body.ucd-home .ucdh-trust-in{flex-direction:column;gap:8px}
  body.ucd-home .ucdh-case{grid-template-columns:1fr}
  body.ucd-home .ucdh-num{text-align:left}
  body.ucd-home .ucdh-quote{font-size:20px}
  body.ucd-home .ucdh-acts{display:grid;grid-template-columns:1fr}
  body.ucd-home .ucdh-letters img{aspect-ratio:auto;max-height:420px;object-fit:contain;background:#fff}
}

/* ucd-table-scroll: широкие таблицы прокручиваются по горизонтали на телефоне */
@media (max-width:768px){
  body.ucd .uc-post-body table,
  body.ucd .entry-content table{display:block;width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
  body.ucd .uc-post-body table thead,
  body.ucd .entry-content table thead{display:table-header-group}
}
