:root{--navy:#081d3a;--green:#12825f;--lime:#b9dc45;--ink:#10213c;--muted:#667085;--line:#e6e9ef;--soft:#f4f7f9;--white:#fff}*{box-sizing:border-box}body.ym4-site{margin:0;font-family:Manrope,Arial,sans-serif;color:var(--ink);background:#fff}.ym4-shell{width:min(1180px,calc(100% - 36px));margin:auto}.ym4-top{background:#07182e;color:#dbe7f4;font-size:12px}.ym4-top .ym4-shell{display:flex;justify-content:space-between;padding:8px 0}.ym4-top a{color:#dbe7f4;text-decoration:none;margin-left:22px}.ym4-header{background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:100}.ym4-navrow{height:104px;display:flex;align-items:center;gap:28px}.ym4-logo{display:flex;align-items:center;gap:14px;text-decoration:none;color:var(--navy);min-width:290px}.ym4-logo b{font-size:28px;letter-spacing:-1.3px}.ym4-logo small{display:block;font-size:10px;letter-spacing:1px;color:#8590a4}.ym4-mark{width:56px;height:56px;border-radius:16px;background:linear-gradient(145deg,#178b67,#0f6f52);display:flex;align-items:center;justify-content:center;gap:6px;box-shadow:0 12px 25px rgba(18,130,95,.2)}.ym4-mark i{display:block;width:9px;height:29px;background:white;border-radius:5px;transform:skew(-15deg)}.ym4-mark i:last-child{background:var(--lime);height:38px}.ym4-nav{display:flex;align-items:center;gap:29px;margin-left:auto}.ym4-nav>a,.ym4-mega-wrap>a{font-weight:700;text-decoration:none;color:var(--ink);font-size:14px}.ym4-btn{display:inline-flex;align-items:center;justify-content:center;padding:15px 22px;border-radius:11px;text-decoration:none;font-weight:800}.ym4-btn-primary{background:var(--green);color:white}.ym4-btn-dark{background:var(--navy);color:#fff}.ym4-btn-outline{border:1px solid #cbd5df;color:var(--navy)}.ym4-mega-wrap{position:relative}.ym4-mega{position:absolute;top:26px;left:-120px;width:620px;background:white;padding:22px;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 50px rgba(9,30,66,.16);opacity:0;visibility:hidden;transform:translateY(8px);transition:.2s}.ym4-mega-wrap:hover .ym4-mega{opacity:1;visibility:visible;transform:none}.ym4-mega a{padding:13px;border-radius:10px;text-decoration:none;color:var(--ink);background:#f8fafb}.ym4-mega small{display:block;color:var(--muted);margin-top:3px}.ym4-menu-toggle{display:none}.ym4-hero{background:radial-gradient(circle at 80% 20%,rgba(185,220,69,.22),transparent 28%),linear-gradient(135deg,#07182e,#0d2e50);color:white;padding:90px 0 80px}.ym4-hero-grid{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:56px}.ym4-badge,.ym4-eyebrow{font-size:12px;font-weight:800;letter-spacing:1.2px;text-transform:uppercase;color:var(--green)}.ym4-hero .ym4-badge{color:#cfe77f}.ym4-hero h1{font-size:58px;line-height:1.04;letter-spacing:-2.5px;margin:18px 0}.ym4-hero p{font-size:18px;line-height:1.75;color:#d7e1eb;max-width:700px}.ym4-actions{display:flex;gap:12px;margin-top:30px;flex-wrap:wrap}.ym4-hero-panel{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);padding:25px;border-radius:22px;backdrop-filter:blur(8px)}.ym4-hero-panel h3{margin-top:0}.ym4-hero-panel ul{padding:0;margin:0;list-style:none}.ym4-hero-panel li{padding:14px 0;border-bottom:1px solid rgba(255,255,255,.12)}.ym4-hero-panel li:last-child{border:0}.ym4-section{padding:78px 0}.ym4-soft{background:var(--soft)}.ym4-section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:32px}.ym4-section-head h2,.ym4-pagehero h1{font-size:42px;letter-spacing:-1.7px;margin:8px 0}.ym4-section-head p{max-width:650px;color:var(--muted)}.ym4-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.ym4-catgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.ym4-cat{padding:26px;background:#fff;border:1px solid var(--line);border-radius:16px;text-decoration:none;color:var(--ink);transition:.2s}.ym4-cat:hover{transform:translateY(-4px);box-shadow:0 16px 35px rgba(9,30,66,.09)}.ym4-cat strong{font-size:20px;display:block}.ym4-cat span{color:var(--muted);font-size:13px}.ym4-card{border:1px solid var(--line);border-radius:18px;overflow:hidden;background:#fff;display:flex;flex-direction:column}.ym4-card-media{height:230px;background:linear-gradient(135deg,#e7f1ed,#dce8f0);display:flex;align-items:center;justify-content:center;text-decoration:none}.ym4-card-media img{width:100%;height:100%;object-fit:cover}.ym4-card-media span{font-size:80px;font-weight:800;color:rgba(8,29,58,.18)}.ym4-card-body{padding:22px;display:flex;flex-direction:column;flex:1}.ym4-card h3{font-size:20px;margin:8px 0}.ym4-card h3 a{text-decoration:none;color:var(--ink)}.ym4-card p{color:var(--muted);font-size:14px;line-height:1.6}.ym4-card-foot{margin-top:auto;padding-top:16px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:10px;font-size:12px}.ym4-card-foot a{color:var(--green);font-weight:800;text-decoration:none}.ym4-brandgrid{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.ym4-brand{height:100px;border:1px solid var(--line);border-radius:14px;display:flex;align-items:center;justify-content:center;background:white;text-decoration:none;color:var(--ink);font-weight:800;padding:16px}.ym4-brand img{max-width:100%;max-height:55px;object-fit:contain}.ym4-pagehero{padding:58px 0;background:#f5f8fa;border-bottom:1px solid var(--line)}.ym4-content{padding:60px 0}.ym4-content-narrow{max-width:820px}.ym4-product-layout{display:grid;grid-template-columns:1fr 1fr;gap:54px}.ym4-product-image{background:#eef3f5;border-radius:20px;min-height:460px;display:flex;align-items:center;justify-content:center;overflow:hidden}.ym4-product-image img{width:100%;height:100%;object-fit:cover}.ym4-product-image span{font-size:120px;font-weight:800;color:#ccd9de}.ym4-specs{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--line);border-radius:14px;overflow:hidden;margin:25px 0}.ym4-specs div{padding:16px;border-bottom:1px solid var(--line)}.ym4-specs div:nth-child(odd){font-weight:700;background:#f8fafb}.ym4-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ym4-form .full{grid-column:1/-1}.ym4-form input,.ym4-form textarea,.ym4-form select{width:100%;padding:15px;border:1px solid #cfd7df;border-radius:10px;font:inherit}.ym4-alert{padding:14px 16px;border-radius:10px;margin-bottom:18px;background:#e8f7f1;color:#0b6b4f}.ym4-footer{background:#07182e;color:#c9d5e0;padding:64px 0 24px}.ym4-footgrid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:42px}.ym4-footer h4{color:#fff}.ym4-footer a{display:block;color:#c9d5e0;text-decoration:none;margin:10px 0}.ym4-logo-light{color:white;min-width:0}.ym4-copyright{border-top:1px solid rgba(255,255,255,.12);padding-top:22px;margin-top:40px;font-size:12px}.ym4-float{position:fixed;bottom:22px;z-index:120;text-decoration:none;color:#fff;font-weight:800;box-shadow:0 10px 25px rgba(0,0,0,.18)}.ym4-call{right:136px;background:var(--navy);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center}.ym4-wa{right:22px;background:#19b868;padding:14px 18px;border-radius:28px}.ym4-empty{padding:35px;border:1px dashed #cbd5df;border-radius:14px;text-align:center;color:var(--muted)}
@media(max-width:960px){.ym4-top{display:none}.ym4-navrow{height:86px}.ym4-logo{min-width:0}.ym4-logo b{font-size:23px}.ym4-logo small{display:none}.ym4-nav{display:none;position:absolute;top:86px;left:0;right:0;background:white;padding:22px;flex-direction:column;align-items:flex-start;border-top:1px solid var(--line)}.ym4-nav.open{display:flex}.ym4-menu-toggle{display:block;margin-left:auto;background:none;border:0;font-size:26px}.ym4-quote-head{display:none}.ym4-mega{display:none}.ym4-hero-grid,.ym4-product-layout{grid-template-columns:1fr}.ym4-hero h1{font-size:44px}.ym4-grid,.ym4-catgrid{grid-template-columns:repeat(2,1fr)}.ym4-brandgrid{grid-template-columns:repeat(3,1fr)}.ym4-footgrid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.ym4-shell{width:min(100% - 24px,1180px)}.ym4-logo .ym4-mark{width:48px;height:48px}.ym4-hero{padding:62px 0}.ym4-hero h1{font-size:36px}.ym4-section{padding:58px 0}.ym4-section-head{display:block}.ym4-section-head h2,.ym4-pagehero h1{font-size:32px}.ym4-grid,.ym4-catgrid,.ym4-brandgrid,.ym4-footgrid,.ym4-form{grid-template-columns:1fr}.ym4-card-media{height:210px}.ym4-form .full{grid-column:auto}.ym4-call{right:125px}.ym4-product-image{min-height:320px}}
.ym4-catgrid a.ym4-cat{color:inherit;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.ym4-catgrid a.ym4-cat:hover{transform:translateY(-3px);box-shadow:0 14px 35px rgba(11,31,58,.10);border-color:#198563}.ym4-catgrid a.ym4-cat strong{color:#0b1f3a}
.ym4-breadcrumbs{padding:16px 0;font-size:13px;color:#667085}.ym4-breadcrumbs a{color:#176b52;text-decoration:none}.ym4-breadcrumbs span{margin:0 7px;color:#98a2b3}

/* V4.2 catalogue and content enhancements */
.ym4-product-title{font-size:clamp(34px,4vw,52px);letter-spacing:-1.5px;margin:10px 0}.ym4-prose{line-height:1.8}.ym4-prose h2,.ym4-info h2{margin-top:28px}.ym4-info{padding:20px 0;border-top:1px solid #e4e9ee}.ym4-faqs{display:grid;gap:12px}.ym4-faqs details{background:#fff;border:1px solid #dfe6ea;border-radius:12px;padding:0 18px}.ym4-faqs summary{cursor:pointer;font-weight:750;padding:18px 4px}.ym4-faqs p{margin:0 4px 18px;color:#4b5b68}.ym4-filters{display:grid;grid-template-columns:2fr repeat(3,1fr) auto;gap:10px;margin-bottom:28px;padding:16px;background:#f3f7f5;border:1px solid #dfe8e4;border-radius:16px}.ym4-filters input,.ym4-filters select{min-height:48px;border:1px solid #cad6d1;border-radius:9px;padding:0 12px;background:#fff}@media(max-width:900px){.ym4-filters{grid-template-columns:1fr}.ym4-filters .ym4-btn{width:100%}}


/* YieldMall V5.1 procurement */
.ym5-basket-link{display:inline-flex;align-items:center;gap:8px;font-weight:800;color:#0b1f3a;text-decoration:none;white-space:nowrap}.ym5-basket-count{display:inline-grid;place-items:center;min-width:24px;height:24px;padding:0 6px;border-radius:99px;background:#16835f;color:#fff;font-size:12px}.ym5-add-quote{border:0;background:none;color:#16835f;font:inherit;font-weight:800;cursor:pointer;padding:0}.ym5-add-quote.is-added{color:#0b1f3a}.ym5-rfq-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:40px;align-items:start}.ym5-basket-panel{background:#f4f7f6;border:1px solid #e1e8e5;border-radius:16px;padding:22px;margin-top:24px}.ym5-basket-panel h2{margin:0 0 16px}.ym5-basket-empty{padding:18px;border:1px dashed #b7c7c0;border-radius:10px;color:#5d6b66}.ym5-basket-row{display:grid;grid-template-columns:1fr auto auto;gap:14px;align-items:center;padding:14px 0;border-bottom:1px solid #dbe4e0}.ym5-basket-row:last-child{border:0}.ym5-basket-row small{display:block;color:#68746f;margin-top:3px}.ym5-basket-row label{font-size:12px;font-weight:700}.ym5-basket-row input{width:65px;margin-left:6px}.ym5-basket-row button{width:30px;height:30px;border:0;border-radius:50%;background:#fff;color:#9b2c2c;font-size:22px;cursor:pointer}.ym5-file{border:1px dashed #b7c7c0;border-radius:10px;padding:16px}.ym5-file span{display:block;color:#68746f;font-size:12px;margin:4px 0 10px}.ym5-consent{display:flex;gap:10px;align-items:flex-start;font-size:13px;color:#59655f}.ym5-consent input{width:auto;margin-top:2px}@media(max-width:980px){.ym5-basket-link{margin-left:auto}.ym5-rfq-layout{grid-template-columns:1fr}}@media(max-width:720px){.ym5-basket-link{font-size:0}.ym5-basket-link:before{content:'RFQ';font-size:13px}.ym5-rfq-layout{gap:22px}.ym5-basket-row{grid-template-columns:1fr auto}.ym5-basket-row button{grid-column:2}}


/* YieldMall V6.0 enterprise visual and conversion layer */
body.ym4-site{overflow-x:hidden}.ym4-header{box-shadow:0 8px 30px rgba(8,29,58,.05)}.ym4-navrow{height:92px;gap:20px}.ym4-logo{min-width:360px}.ym4-nav{gap:24px}.ym4-nav>a,.ym4-mega-wrap>a{font-size:15px;white-space:nowrap}.ym4-quote-head{padding:15px 20px;white-space:nowrap}.ym5-basket-link{font-size:14px}.ym4-mega-wrap>a span{display:inline-block;margin-left:3px;line-height:1}
.ym6-hero{position:relative;isolation:isolate;background:linear-gradient(112deg,#061a34 0%,#0a2d50 58%,#184a55 100%);color:#fff;padding:82px 0 0;overflow:hidden}.ym6-hero:before{content:"";position:absolute;inset:-30% -15% auto auto;width:760px;height:760px;border-radius:50%;background:radial-gradient(circle,rgba(185,220,69,.24),rgba(18,130,95,.08) 40%,transparent 68%);z-index:-1}.ym6-hero:after{content:"";position:absolute;inset:auto auto -260px -180px;width:520px;height:520px;border-radius:50%;border:1px solid rgba(255,255,255,.08);box-shadow:0 0 0 70px rgba(255,255,255,.018),0 0 0 140px rgba(255,255,255,.012);z-index:-1}.ym6-hero-grid{display:grid;grid-template-columns:minmax(0,1.17fr) minmax(360px,.83fr);gap:72px;align-items:center;padding-bottom:66px}.ym6-hero-copy{max-width:760px}.ym6-hero .ym4-badge{color:#d2ef6f}.ym6-hero h1,.ym6-hero h1 *{color:#fff!important;text-shadow:0 1px 1px rgba(0,0,0,.08)}.ym6-hero h1{font-size:clamp(48px,5.1vw,72px)!important;line-height:1.01!important;letter-spacing:-3.5px!important;font-weight:800!important;margin:20px 0 24px!important}.ym6-hero p{font-size:19px;line-height:1.75;color:#e3edf5!important;max-width:760px}.ym6-btn-ghost{border:1px solid rgba(255,255,255,.45);color:#fff!important;background:rgba(255,255,255,.04)}.ym6-btn-ghost:hover{background:#fff;color:#081d3a!important}.ym6-hero-panel{position:relative;background:linear-gradient(155deg,rgba(255,255,255,.13),rgba(255,255,255,.065));border:1px solid rgba(255,255,255,.20);border-radius:26px;padding:30px 32px;box-shadow:0 30px 80px rgba(0,0,0,.20);backdrop-filter:blur(15px)}.ym6-panel-label{font-size:11px;letter-spacing:1.5px;font-weight:800;color:#d2ef6f}.ym6-hero-panel h2{color:#fff!important;font-size:28px!important;line-height:1.18;margin:12px 0 25px}.ym6-benefit{display:grid;grid-template-columns:40px 1fr;gap:15px;padding:17px 0;border-top:1px solid rgba(255,255,255,.14)}.ym6-benefit>b{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;background:rgba(185,220,69,.16);color:#d2ef6f;font-size:12px}.ym6-benefit strong{display:block;color:#fff;font-size:16px}.ym6-benefit small{display:block;color:#cbdbe6;margin-top:5px;font-size:13px}.ym6-search-wrap{position:relative;transform:translateY(31px);z-index:4}.ym6-search{display:grid;grid-template-columns:auto 1fr auto;align-items:center;background:#fff;border-radius:16px;padding:8px 8px 8px 22px;box-shadow:0 22px 65px rgba(5,24,46,.24);border:1px solid rgba(8,29,58,.08)}.ym6-search-icon{font-size:26px;color:#12825f;transform:rotate(-20deg);display:block}.ym6-search input{height:58px;border:0!important;outline:0!important;box-shadow:none!important;padding:0 17px;font:inherit;font-size:16px;color:#10213c;background:transparent}.ym6-search button{height:54px;padding:0 24px;border:0;border-radius:11px;background:#12825f;color:#fff;font-weight:800;font-size:15px;cursor:pointer}.ym6-trust{padding:58px 0 21px;background:#fff}.ym6-trust-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.ym6-trust span{display:flex;align-items:center;justify-content:center;gap:8px;color:#344054;font-size:13px;font-weight:750;padding:10px}.ym6-trust b{color:#12825f}.ym6-catgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.ym6-cat{min-height:118px;display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:16px;padding:23px;background:#fff;border:1px solid #e0e7eb;border-radius:18px;text-decoration:none;color:#10213c;transition:.2s ease}.ym6-cat:hover{transform:translateY(-4px);border-color:#8dc5b4;box-shadow:0 18px 45px rgba(8,29,58,.09)}.ym6-cat strong{display:block;font-size:18px}.ym6-cat small{display:block;color:#667085;margin-top:6px}.ym6-cat>i{font-style:normal;font-size:23px;color:#12825f}.ym6-cat-icon{width:52px;height:52px;border-radius:15px;background:linear-gradient(145deg,#e5f3ee,#f3f8e4);position:relative}.ym6-cat-icon:before,.ym6-cat-icon:after{content:"";position:absolute;border:3px solid #12825f}.ym6-icon-shield:before{inset:11px 14px 10px;border-radius:14px 14px 18px 18px}.ym6-icon-build:before{width:24px;height:7px;left:14px;top:22px;transform:rotate(-35deg);border-width:3px 0}.ym6-icon-build:after{width:10px;height:10px;border-radius:50%;right:9px;top:8px}.ym6-icon-appliance:before{inset:10px 14px;border-radius:5px}.ym6-icon-appliance:after{width:4px;height:4px;border-radius:50%;left:22px;top:16px;background:#12825f}.ym6-icon-cycle:before{width:15px;height:15px;border-radius:50%;left:7px;bottom:8px}.ym6-icon-cycle:after{width:15px;height:15px;border-radius:50%;right:7px;bottom:8px}.ym6-icon-office:before{inset:13px 10px 12px;border-radius:3px}.ym6-icon-office:after{left:18px;right:18px;top:7px;height:7px;border-bottom:0;border-radius:4px}.ym6-icon-industrial:before{width:27px;height:20px;left:12px;bottom:10px;border-radius:3px}.ym6-icon-industrial:after{width:8px;height:15px;right:8px;top:8px;border-radius:2px}.ym6-icon-supply:before{inset:13px;border-radius:6px}.ym6-process{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid #e0e7eb;border-radius:20px;overflow:hidden}.ym6-process>div{position:relative;padding:29px 25px;background:#fff;border-right:1px solid #e0e7eb}.ym6-process>div:last-child{border:0}.ym6-process b{font-size:12px;color:#12825f}.ym6-process strong{display:block;font-size:18px;margin:18px 0 9px}.ym6-process span{display:block;color:#667085;font-size:14px;line-height:1.65}.ym6-cta{padding:72px 0;background:linear-gradient(120deg,#07182e,#0e3151);color:#fff}.ym6-cta>.ym4-shell{display:flex;align-items:center;justify-content:space-between;gap:40px}.ym6-cta h2{color:#fff!important;font-size:40px!important;max-width:780px;margin:10px 0}.ym6-cta p{color:#ccdbe6;margin-bottom:0}.ym6-cta .ym4-badge{color:#d2ef6f}
@media(max-width:1280px){.ym4-shell{width:min(1140px,calc(100% - 32px))}.ym4-logo{min-width:315px}.ym4-nav{gap:17px}.ym4-nav>a,.ym4-mega-wrap>a{font-size:14px}.ym4-navrow{gap:15px}.ym4-quote-head{padding:14px 16px}.ym5-basket-link{font-size:13px}}
@media(max-width:1080px){.ym4-logo{min-width:260px}.ym4-logo small{font-size:9px}.ym4-nav{gap:14px}.ym4-nav a:nth-of-type(5),.ym4-nav a:nth-of-type(6){display:none}.ym6-hero-grid{gap:42px}.ym6-trust-grid{grid-template-columns:repeat(3,1fr)}.ym6-catgrid{grid-template-columns:repeat(2,1fr)}.ym6-process{grid-template-columns:repeat(2,1fr)}.ym6-process>div:nth-child(2){border-right:0}.ym6-process>div:nth-child(-n+2){border-bottom:1px solid #e0e7eb}}
@media(max-width:960px){.ym4-logo{min-width:0}.ym4-nav a:nth-of-type(5),.ym4-nav a:nth-of-type(6){display:block}.ym5-basket-link{margin-left:0}.ym6-hero{padding-top:62px}.ym6-hero-grid{grid-template-columns:1fr;padding-bottom:58px}.ym6-hero-copy{max-width:760px}.ym6-hero-panel{max-width:720px}.ym6-hero h1{font-size:clamp(43px,8vw,62px)!important}.ym6-trust{padding-top:55px}}
@media(max-width:680px){.ym4-navrow{height:78px}.ym4-header .ym4-logo b{font-size:22px}.ym4-header .ym4-mark{width:46px;height:46px;border-radius:13px}.ym5-basket-link{margin-left:auto}.ym6-hero{padding-top:48px}.ym6-hero h1{font-size:40px!important;letter-spacing:-2px!important}.ym6-hero p{font-size:16px}.ym6-hero-panel{padding:24px 20px}.ym6-search{grid-template-columns:auto 1fr;padding:7px 10px 7px 15px}.ym6-search button{grid-column:1/-1;width:100%;margin-top:4px}.ym6-search input{min-width:0;padding-right:3px}.ym6-trust-grid{grid-template-columns:1fr 1fr}.ym6-trust span{justify-content:flex-start}.ym6-catgrid,.ym6-process{grid-template-columns:1fr}.ym6-process>div{border-right:0;border-bottom:1px solid #e0e7eb!important}.ym6-process>div:last-child{border-bottom:0!important}.ym6-cta>.ym4-shell{display:block}.ym6-cta h2{font-size:32px!important}.ym6-cta .ym4-btn{margin-top:25px}.ym6-cat{min-height:105px;padding:19px}}

/* Supplier Marketplace V6.2 */
.ym62-supplier-nav{font-weight:700}
.ym62-supplier-intro{margin:0 0 28px;padding:24px;border:1px solid #dfe7e5;border-radius:18px;background:#f7fbfa}
.ym62-route-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px}
.ym62-route-grid>div{background:#fff;border:1px solid #dbe7e3;border-radius:14px;padding:18px}
.ym62-route-grid strong{display:block;color:#0b203c;margin-bottom:7px}
.ym62-route-grid span{display:block;color:#526272;line-height:1.55}
.ym62-supplier-form h2{margin:12px 0 0;color:#0b203c}
.ym62-supplier-note{padding:16px 18px;border-left:4px solid #168763;background:#f4faf8;border-radius:8px;margin-bottom:24px;color:#273c4c}
.ym62-rfq-pre{white-space:pre-wrap;background:#f7f9fb;border:1px solid #e1e7ec;border-radius:14px;padding:22px;font-family:inherit;line-height:1.65;color:#273c4c}
.ym62-lock{padding:18px;border-radius:12px;background:#f4f6f8;border:1px solid #dfe4e8;font-weight:700;color:#526272;margin:18px 0}
.ym62-release{padding:20px;border-radius:14px;background:#f2faf6;border:1px solid #cde8d9;margin:20px 0}
.ym62-release h3{margin-top:0;color:#0b203c}
@media(max-width:760px){.ym62-route-grid{grid-template-columns:1fr}}
.ym73-intro{margin:0 0 24px}.ym73-intro h2{margin-bottom:8px}.ym73-form h2.full{margin-top:26px}.ym73-hp{position:absolute!important;left:-9999px!important;opacity:0!important}.ym73-line-wrap{margin:24px 0}.ym73-line-title{display:flex;align-items:center;justify-content:space-between;gap:14px}.ym73-line-head,.ym73-line{display:grid;grid-template-columns:1.8fr .55fr .75fr 1.65fr 1fr 38px;gap:8px;align-items:center;padding:9px;border:1px solid #e1e7ed;border-bottom:0}.ym73-line-head{background:#f4f7f9;font-size:11px;font-weight:800;color:#637487;text-transform:uppercase}.ym73-line{border-bottom:1px solid #e1e7ed;background:#fff}.ym73-line input,.ym73-line select{width:100%;box-sizing:border-box;margin:0;padding:11px;border:1px solid #ccd6df;border-radius:8px}.ym73-line button{border:0;background:#fff0f0;color:#a33;border-radius:8px;height:38px;font-size:18px;cursor:pointer}@media(max-width:900px){.ym73-line-head{display:none}.ym73-line{grid-template-columns:1fr 1fr}}@media(max-width:600px){.ym73-line{grid-template-columns:1fr}.ym73-line-title{align-items:flex-start;flex-direction:column}}


/* ===== YieldMall V7.4 Buyer / Supplier marketplace positioning ===== */
.ym74-operator{background:#06182b;color:#dbe8ee;font-size:12px;border-bottom:1px solid rgba(255,255,255,.08)}
.ym74-operator>.ym4-shell{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.ym74-operator-left,.ym74-operator-right{display:flex;align-items:center;gap:12px}.ym74-operator-left strong{color:#fff}.ym74-operator-left span{color:#9fb2bf}.ym74-operator-right a{color:#dbe8ee;text-decoration:none}
.ym74-header .ym4-navrow{min-height:92px}.ym74-nav{margin-left:auto}.ym74-role-actions{display:flex;gap:9px;margin-left:5px}.ym74-role-actions a{min-width:126px;padding:9px 13px;border-radius:10px;text-decoration:none;display:flex;flex-direction:column;line-height:1.15}.ym74-role-actions small{font-size:8px;letter-spacing:1px;font-weight:900;margin-bottom:4px}.ym74-role-actions strong{font-size:12px}.ym74-buyer-head{background:#0d805b;color:#fff}.ym74-buyer-head small{color:#c9f0df}.ym74-supplier-head{background:#0a2947;color:#fff}.ym74-supplier-head small{color:#bdd3e2}
.ym74-quickbar{background:#f2f6f8;border-bottom:1px solid #dce5eb}.ym74-quickbar>.ym4-shell{min-height:40px;display:flex;align-items:center;gap:22px;font-size:11px}.ym74-quickbar span{font-weight:900;color:#5c6d7c}.ym74-quickbar a{text-decoration:none;font-weight:800;color:#18334d}.ym74-quickbar .buyer{color:#0d805b}.ym74-quickbar .supplier{color:#0a4975}

.ym74-hero{background:linear-gradient(125deg,#05192e 0%,#0b3548 58%,#11584d 100%);padding:76px 0 72px;color:#fff}.ym74-hero-intro{text-align:center;max-width:900px;margin:0 auto 38px}.ym74-hero-intro h1{font-size:clamp(42px,5vw,70px)!important;line-height:1.02!important;color:#fff!important;margin:14px 0!important}.ym74-hero-intro h1 em{font-style:normal;color:#bade5b}.ym74-hero-intro p{font-size:18px;line-height:1.7;color:#d5e3e9;max-width:800px;margin:0 auto}
.ym74-role-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.ym74-role{position:relative;padding:32px;border-radius:22px;border:1px solid rgba(255,255,255,.16);box-shadow:0 22px 55px rgba(0,0,0,.15);overflow:hidden}.ym74-role:after{content:"";position:absolute;right:-80px;top:-90px;width:230px;height:230px;border-radius:50%;background:rgba(255,255,255,.04)}.ym74-buyer{background:linear-gradient(145deg,rgba(18,137,96,.34),rgba(6,35,53,.72))}.ym74-supplier{background:linear-gradient(145deg,rgba(24,83,121,.42),rgba(6,35,53,.78))}.ym74-role-icon{width:43px;height:43px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:950;font-size:18px;background:#fff;color:#0a3a4d;margin-bottom:16px}.ym74-role-tag{font-size:10px;letter-spacing:1.3px;font-weight:900;color:#b9eaa1}.ym74-role h2{color:#fff!important;font-size:29px!important;line-height:1.15;margin:10px 0}.ym74-role p{color:#dce9ee;line-height:1.65}.ym74-role ul{list-style:none;padding:0;margin:20px 0}.ym74-role li{padding:7px 0;border-bottom:1px solid rgba(255,255,255,.1);font-size:13px}.ym74-role li:before{content:"✓";color:#bade5b;font-weight:900;margin-right:9px}.ym74-role-btn{display:flex;align-items:center;justify-content:space-between;background:#fff;color:#0b3349;text-decoration:none;border-radius:11px;padding:14px 16px;font-weight:900}.ym74-role-sub{display:block;color:#c9dce4;text-align:center;text-decoration:none;font-size:11px;margin-top:11px}
.ym74-trustbar{background:#fff;border-bottom:1px solid #dce5eb}.ym74-trustbar>.ym4-shell{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.ym74-trustbar div>div{padding:23px 22px;border-right:1px solid #e6edf1}.ym74-trustbar div>div:last-child{border-right:0}.ym74-trustbar strong{display:block;color:#0a2947;font-size:13px;margin-bottom:5px}.ym74-trustbar span{display:block;color:#6b7b89;font-size:11px;line-height:1.45}

.ym74-business-proof{padding:72px 0;background:#fff}.ym74-business-proof>.ym4-shell{display:grid;grid-template-columns:.9fr 1.35fr;gap:50px;align-items:start}.ym74-proof-copy h2{font-size:39px;color:#071f38;line-height:1.12;margin:10px 0 18px}.ym74-proof-copy p{color:#607181;line-height:1.75}.ym74-proof-actions{display:flex;flex-direction:column;gap:8px;margin-top:22px}.ym74-proof-actions a{color:#0d805b;font-weight:850;text-decoration:none}.ym74-proof-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ym74-proof-grid>div{border:1px solid #dce6ec;border-radius:16px;padding:24px;background:#f9fbfc}.ym74-proof-grid span{display:block;font-size:11px;font-weight:950;color:#0d805b;margin-bottom:12px}.ym74-proof-grid strong{font-size:17px;color:#0b2942}.ym74-proof-grid p{font-size:12px;line-height:1.6;color:#687a88}
.ym74-notlisted{margin-top:25px;padding:20px 22px;border:1px solid #cfe4da;background:#f1faf5;border-radius:14px;display:flex;align-items:center;gap:16px}.ym74-notlisted strong{font-size:18px;color:#0d805b}.ym74-notlisted span{color:#607181;margin-right:auto}

.ym74-flow{display:grid;grid-template-columns:1fr 170px 1fr;gap:20px;align-items:stretch}.ym74-flow-col{border:1px solid #dbe5eb;border-radius:18px;padding:28px}.ym74-flow-col h3{font-size:25px;color:#092844;margin-top:0}.ym74-flow-col ol{list-style:none;padding:0;margin:0}.ym74-flow-col li{display:grid;grid-template-columns:72px 1fr;gap:12px;padding:15px 0;border-top:1px solid #edf1f4}.ym74-flow-col li:first-child{border-top:0}.ym74-flow-col b{color:#0d805b}.ym74-flow-col span{font-size:12px;line-height:1.55;color:#647585}.ym74-flow-center{border-radius:18px;background:linear-gradient(145deg,#061a31,#105242);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px}.ym74-flow-center span{font-size:10px;letter-spacing:1px;color:#bade5b;font-weight:900}.ym74-flow-center b{font-size:25px;margin:7px 0}.ym74-flow-center small{color:#c9dce5}

.ym74-final{background:#071c33;color:#fff;padding:65px 0}.ym74-final>.ym4-shell{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.14);border-radius:20px;overflow:hidden}.ym74-final .ym4-shell>div{padding:38px;background:#0b2a43}.ym74-final .ym4-shell>div+div{background:#0c5545}.ym74-final span{font-size:10px;letter-spacing:1.2px;font-weight:900;color:#bade5b}.ym74-final h2{color:#fff!important;font-size:29px!important;margin:9px 0}.ym74-final p{color:#d6e4e9;line-height:1.6}.ym74-white-btn{display:inline-block;background:#fff;color:#0b3948!important;padding:13px 18px;border-radius:9px;text-decoration:none;font-weight:900}

.ym74-assurance{background:#eef4f6;border-top:1px solid #dce5ea}.ym74-assurance>.ym4-shell{display:grid;grid-template-columns:repeat(4,1fr)}.ym74-assurance .ym4-shell>div{padding:27px 22px;border-right:1px solid #dbe4e8}.ym74-assurance .ym4-shell>div:last-child{border-right:0}.ym74-assurance span{display:block;font-size:9px;color:#0d805b;font-weight:950;letter-spacing:1px}.ym74-assurance strong{display:block;color:#092842;font-size:14px;margin:7px 0}.ym74-assurance p{font-size:11px;line-height:1.5;color:#697a88;margin:0}.ym74-footer-operator{font-size:11px;color:#b9c9d1;border-top:1px solid rgba(255,255,255,.1);padding-top:15px;margin-top:17px}
.ym74-pagehero .ym4-shell{max-width:1040px}

@media(max-width:1120px){.ym74-role-actions{display:none}.ym74-nav{margin-left:auto}.ym74-business-proof>.ym4-shell{grid-template-columns:1fr}.ym74-trustbar>.ym4-shell,.ym74-assurance>.ym4-shell{grid-template-columns:1fr 1fr}.ym74-flow{grid-template-columns:1fr}.ym74-flow-center{min-height:120px}}
@media(max-width:760px){.ym74-operator-left span,.ym74-operator-right a:first-child{display:none}.ym74-quickbar>.ym4-shell{overflow-x:auto;white-space:nowrap}.ym74-role-grid,.ym74-proof-grid,.ym74-final>.ym4-shell{grid-template-columns:1fr}.ym74-trustbar>.ym4-shell,.ym74-assurance>.ym4-shell{grid-template-columns:1fr}.ym74-trustbar div>div,.ym74-assurance .ym4-shell>div{border-right:0;border-bottom:1px solid #e0e7eb}.ym74-notlisted{align-items:flex-start;flex-direction:column}.ym74-business-proof{padding:50px 20px}.ym74-hero{padding:55px 0}.ym74-role{padding:25px}}

/* V7.5 verified RFQ input */
.ym75-line-head,.ym75-line{display:grid;grid-template-columns:1.55fr 1.35fr .58fr .75fr 1.55fr 1fr 38px;gap:8px;align-items:center}
.ym75-line-head{padding:10px;background:#eef3f6;border:1px solid #d8e2e8;border-bottom:0;border-radius:10px 10px 0 0;font-size:9px;font-weight:900;text-transform:uppercase;color:#637482}
.ym75-line{padding:9px;border:1px solid #d8e2e8;border-top:1px solid #e7edf1}.ym75-line input,.ym75-line select{margin:0!important;width:100%}.ym75-line button{height:38px;border:0;border-radius:7px;background:#fff0f0;color:#a33;font-size:18px}
.ym73-help{font-size:12px;color:#687988;margin:0 0 10px}.ym5-file small{display:block;font-weight:500;color:#6b7b88;margin:4px 0 8px}
@media(max-width:1050px){.ym75-line-head{display:none}.ym75-line{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.ym75-line{grid-template-columns:1fr}}

/* V7.6 select / dropdown visibility fix */
.ym73-form select,
.ym4-form select,
.ym75-line select{
  color:#17324d !important;
  background-color:#fff !important;
  -webkit-text-fill-color:#17324d !important;
  font-size:14px !important;
  font-weight:600 !important;
  line-height:1.3 !important;
  min-height:48px !important;
  height:auto !important;
  padding:12px 42px 12px 14px !important;
  border:1px solid #c8d5df !important;
  border-radius:10px !important;
  opacity:1 !important;
  text-indent:0 !important;
  text-overflow:ellipsis;
}
.ym73-form select option,
.ym4-form select option,
.ym75-line select option{
  color:#17324d !important;
  background:#fff !important;
  font-size:14px !important;
}
.ym73-form input::placeholder,
.ym73-form textarea::placeholder{color:#8b9aa9!important;opacity:1!important}
.ym73-form select:invalid{color:#607487!important;-webkit-text-fill-color:#607487!important}
.ym75-line{overflow:visible}
@media(max-width:1050px){.ym75-line select{min-width:0}}

/* V7.7 Procurement + Contracting */
.ym77-contract-fields,.ym77-partner-fields{border:1px solid #d9e5ea;background:#f7fafb;border-radius:16px;padding:22px;margin:12px 0 6px}
.ym77-subhead{margin-bottom:14px}.ym77-subhead h2{margin:0 0 5px!important;color:#092a45}.ym77-subhead p{margin:0;color:#667887;font-size:12px}
.ym77-contract-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 18px}.ym77-contract-fields textarea,.ym77-partner-fields textarea{width:100%;margin-top:12px}
@media(max-width:760px){.ym77-contract-grid{grid-template-columns:1fr}}

/* V7.8 TexiExp business structure */
.ym78-group-structure{padding:72px 0;background:#f5f8fa;border-top:1px solid #dde6eb;border-bottom:1px solid #dde6eb}
.ym78-company-grid{display:grid;grid-template-columns:.72fr 1fr 1fr;gap:18px}.ym78-company-grid article{border:1px solid #d8e3e9;background:#fff;border-radius:19px;padding:28px;box-shadow:0 12px 32px rgba(10,34,54,.05)}
.ym78-company-grid article>span,.ym78-route-grid span{font-size:9px;letter-spacing:1.2px;font-weight:950;color:#0e805b}.ym78-company-grid h3,.ym78-route-grid h3{color:#092a45;font-size:22px;margin:9px 0}.ym78-company-grid p,.ym78-route-grid p{color:#647684;line-height:1.65;font-size:13px}.ym78-company-grid a{color:#0e805b;font-weight:900;text-decoration:none}.ym78-maintainer{border-top:4px solid #8195a4!important}.ym78-trading{border-top:4px solid #12855e!important}.ym78-contracting{border-top:4px solid #143f68!important}
.ym78-capabilities{display:flex;flex-wrap:wrap;gap:7px;margin:18px 0}.ym78-capabilities b{font-size:10px;background:#eef4f6;border-radius:20px;padding:7px 10px;color:#29485d}
.ym78-routing-info{padding:55px 0;background:#f6f9fa}.ym78-routing-info h2{font-size:34px;color:#082942;max-width:750px}.ym78-route-grid{display:grid;grid-template-columns:1fr 1fr .8fr;gap:18px;margin-top:25px}.ym78-route-grid>div{background:#fff;border:1px solid #dce5ea;border-radius:16px;padding:25px}
@media(max-width:980px){.ym78-company-grid,.ym78-route-grid{grid-template-columns:1fr}}

/* V7.9 alignment and requirement routing */
.ym74-role-grid,.ym78-company-grid,.ym74-proof-grid,.ym4-grid,.ym6-catgrid,.ym78-route-grid{align-items:stretch!important}
.ym74-role,.ym78-company-grid article,.ym74-proof-grid>div,.ym4-card,.ym6-cat,.ym78-route-grid>div{height:100%;box-sizing:border-box}
.ym74-role{display:flex;flex-direction:column}.ym74-role .ym74-role-btn{margin-top:auto}.ym74-role-sub{min-height:18px}
.ym79-final>.ym4-shell{align-items:stretch}.ym79-final .ym4-shell>div{display:flex;flex-direction:column;min-height:275px}.ym79-final .ym4-shell>div>a:last-child{margin-top:auto;align-self:flex-start}
.ym78-company-grid article{display:flex;flex-direction:column}.ym78-company-grid article>a{margin-top:auto}
.ym79-route-help{border-left:4px solid #12855e;background:#f1f8f4;border-radius:8px;padding:14px 17px;margin:10px 0}.ym79-route-help strong,.ym79-route-help span{display:block}.ym79-route-help strong{color:#0a3049;margin-bottom:3px}.ym79-route-help span{font-size:12px;color:#697b88}
.ym79-panel{border:1px solid #d9e4e9;background:#f8fafb;border-radius:17px;padding:23px;margin:14px 0 8px;box-sizing:border-box}.ym79-panel-head h2{margin:0 0 5px!important;color:#092a45}.ym79-panel-head p{font-size:12px;color:#687987;margin:0 0 16px}.ym79-work-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px 16px}.ym79-panel textarea{width:100%;box-sizing:border-box;margin-top:12px}.ym79-panel .ym73-line-title{display:flex;justify-content:flex-end;margin-bottom:8px}
@media(max-width:900px){.ym79-work-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.ym79-work-grid{grid-template-columns:1fr}.ym79-final .ym4-shell>div{min-height:auto}}

/* V8.2 public trust and fraud-prevention notice */
.ym82-trust-wrap{background:#f4f7f9;padding:26px 0;border-top:1px solid #e1e7ec}
.ym82-trust{display:flex;gap:15px;align-items:flex-start;border:1px solid #cbd9e2;background:#fff;border-radius:14px;padding:20px 22px;color:#243b53}
.ym82-trust-icon{flex:0 0 34px;width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#e8f5ef;color:#087a58;font-weight:900}
.ym82-trust strong{display:block;color:#081d3a;font-size:15px;margin-bottom:6px}.ym82-trust p{margin:0;color:#52677a;font-size:12px;line-height:1.65}
.ym82-trust-compact{max-width:1180px}
@media(max-width:620px){.ym82-trust{padding:17px}.ym82-trust p{font-size:11px}}

/* V8.3 visible trust & compliance */
.ym83-trust-badge{position:fixed;right:18px;bottom:92px;z-index:9998;display:grid;grid-template-columns:28px auto;column-gap:9px;align-items:center;background:#fff;border:1px solid #cbd9e2;box-shadow:0 8px 28px rgba(8,29,58,.15);border-radius:12px;padding:10px 14px;text-decoration:none;color:#081d3a}
.ym83-trust-badge span{grid-row:1/3;width:28px;height:28px;border-radius:50%;background:#e6f5ee;color:#087a58;display:flex;align-items:center;justify-content:center;font-weight:900}.ym83-trust-badge b{font-size:12px}.ym83-trust-badge small{font-size:9px;color:#6c7e8d}
.ym83-compliance{max-width:1180px;margin:42px auto;padding:36px;border:1px solid #d7e1e7;border-radius:20px;background:#fff}.ym83-compliance-head{max-width:780px}.ym83-compliance-head span{font-size:10px;letter-spacing:1.2px;color:#087a58;font-weight:900}.ym83-compliance-head h2{font-size:34px;line-height:1.15;color:#081d3a;margin:10px 0}.ym83-compliance-head p{color:#52677a;line-height:1.7}
.ym83-compliance-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:25px}.ym83-compliance-grid article{border:1px solid #dfe7ec;border-radius:12px;padding:18px;background:#f9fbfc}.ym83-compliance-grid b{color:#0b654e}.ym83-compliance-grid p{font-size:12px;line-height:1.65;color:#52677a}.ym83-legal-note{margin-top:20px;font-size:11px;color:#718391;border-top:1px solid #e3e9ed;padding-top:15px}.ym83-more{text-align:right;margin:8px 0 0}.ym83-more a{font-size:11px;font-weight:800;color:#087a58;text-decoration:none}
@media(max-width:850px){.ym83-compliance-grid{grid-template-columns:1fr}.ym83-compliance{margin:24px 14px;padding:24px}.ym83-compliance-head h2{font-size:27px}.ym83-trust-badge{right:10px;bottom:82px}}

/* V9.0 commercial sourcing */
.ym90-portal,.ym90-quote{max-width:1180px;margin:35px auto;padding:32px;background:#fff;border:1px solid #d8e2e8;border-radius:18px;color:#19324a}.ym90-kicker{font-size:10px;letter-spacing:1.2px;color:#087b59;font-weight:900}.ym90-portal h1,.ym90-quote h1{color:#081d3a}.ym90-table{overflow:auto}.ym90-table table,.ym90-quote table{width:100%;border-collapse:collapse;margin:20px 0}.ym90-table th,.ym90-table td,.ym90-quote th,.ym90-quote td{padding:11px;border:1px solid #dce5ea;text-align:left}.ym90-table input,.ym90-table select{min-width:110px;width:100%}.ym90-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px;margin:20px 0}.ym90-grid label{font-weight:700}.ym90-grid input,.ym90-grid textarea{width:100%;display:block;margin-top:6px}.ym90-security{margin-top:25px;padding:16px;background:#f1f7f4;border-left:4px solid #11845e;font-size:12px;line-height:1.6}@media(max-width:750px){.ym90-grid{grid-template-columns:1fr}.ym90-portal,.ym90-quote{margin:20px 12px;padding:20px}}
/* V9.1 dedicated Trust & Compliance page template fix */
body.page-trust-compliance .ym4-content{padding-top:22px}
body.page-trust-compliance .ym4-content-narrow{max-width:1180px}
body.page-trust-compliance .ym83-compliance{margin:0 auto 52px;padding:34px;box-shadow:0 12px 34px rgba(8,29,58,.05)}
body.page-trust-compliance .ym83-trust-badge{display:none}
@media(max-width:680px){body.page-trust-compliance .ym83-compliance{margin:0 0 35px;padding:22px}}

/* V9.2 progressive registration */
.ym92-progressive{max-width:920px;margin:34px auto 70px;padding:32px;border:1px solid #dbe5eb;border-radius:20px;background:#fff;box-shadow:0 14px 40px rgba(8,29,58,.06)}.ym92-progressive-head span{font-size:10px;letter-spacing:1.2px;color:#087b59;font-weight:900}.ym92-progressive-head h2{font-size:34px;color:#081d3a;margin:8px 0}.ym92-progressive-head p{color:#5e7182;line-height:1.65}.ym92-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#dce5ea;border:1px solid #dce5ea;border-radius:10px;overflow:hidden;margin:24px 0}.ym92-steps>*{background:#f5f8fa;padding:12px;text-align:center;font-size:11px;color:#657887}.ym92-steps b{background:#e8f5ef;color:#087b59}.ym92-form{display:grid;grid-template-columns:1fr 1fr;gap:15px 18px}.ym92-form label{font-size:12px;font-weight:800;color:#2a4358}.ym92-form input,.ym92-form select{display:block;width:100%;box-sizing:border-box;margin-top:6px;padding:12px 13px;min-height:48px;border:1px solid #cad6df;border-radius:9px;background:#fff;color:#17324d}.ym92-form .ym92-check,.ym92-form button{grid-column:1/-1}.ym92-check input{display:inline;width:auto;min-height:0;margin-right:7px}.ym92-after{margin-top:20px;padding:14px 16px;background:#f5f8fa;border-radius:10px;color:#5f7282;font-size:12px}.ym92-success{margin-bottom:20px;padding:15px 17px;background:#eaf8f1;border:1px solid #bde5cf;border-radius:10px;color:#174d39}@media(max-width:700px){.ym92-form,.ym92-steps{grid-template-columns:1fr}.ym92-progressive{margin:20px 12px 55px;padding:23px}}
