:root{--navy:#062a4f;--navy-dark:#031b34;--yellow:#ffc928;--yellow-dark:#e4ad00;--green:#24a148;--bg:#f6f8fb;--text:#102033;--muted:#667085;--line:#dce3ec;--white:#fff;--shadow:0 14px 35px #062a4f1f;--container:1180px}*{box-sizing:border-box}html{color:var(--text);background:var(--bg);scroll-behavior:smooth;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body{min-width:320px;margin:0}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img,svg{max-width:100%;display:block}button,input,select,textarea{font:inherit}.container{width:min(var(--container), calc(100% - 32px));margin-inline:auto}.section{padding:56px 0}.section--tight{padding:34px 0}.section__heading{text-align:center;margin:0 0 20px}.section__heading h2,.section__heading h1{color:var(--navy);margin:0;font-size:clamp(1.65rem,2.8vw,2.35rem);line-height:1.1}.section__heading p{max-width:740px;color:var(--muted);margin:8px auto 0;line-height:1.65}.button{background:var(--navy);min-height:42px;color:var(--white);letter-spacing:0;cursor:pointer;border:0;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:.88rem;font-weight:800;transition:transform .18s,background .18s,box-shadow .18s;display:inline-flex}.button:hover{background:var(--navy-dark);transform:translateY(-1px);box-shadow:0 10px 22px #031b342e}.button--accent{background:var(--yellow);color:var(--navy-dark)}.button--accent:hover{background:var(--yellow-dark)}.button--light{background:var(--white);color:var(--navy);border:1px solid var(--line)}.button--ghost{color:var(--navy);border:1px solid var(--line);background:0 0}.button--wide{width:100%}.button--disabled,.button--disabled:hover{color:#7c8798;cursor:not-allowed;pointer-events:none;box-shadow:none;background:#eef2f6;transform:none}.eyebrow{color:var(--green);text-transform:uppercase;font-size:.78rem;font-weight:900}.site-top{background:var(--white);border-bottom:1px solid #eef2f6}.site-top__inner{justify-content:space-between;align-items:center;gap:24px;min-height:82px;display:flex}.brand{align-items:center;gap:12px;min-width:235px;display:flex}.brand__mark{flex:none;width:48px;height:48px}.brand__name{color:var(--navy-dark);font-size:clamp(1.2rem,2vw,1.65rem);font-weight:950;line-height:1;display:block}.brand__slogan{color:var(--text);margin-top:5px;font-size:.86rem;font-weight:650;display:block}.top-contact{color:var(--navy);justify-content:flex-end;align-items:center;gap:22px;font-size:.9rem;font-weight:800;display:flex}.top-contact a{white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.site-nav{background:var(--navy-dark);color:var(--white)}.site-nav__inner{justify-content:space-between;align-items:center;min-height:44px;display:flex}.nav-links{align-items:center;gap:2px;display:flex}.nav-links a{text-transform:uppercase;align-items:center;min-height:44px;padding:0 16px;font-size:.82rem;font-weight:850;display:inline-flex}.nav-links a:hover,.nav-links a:focus-visible{background:#ffffff1c}.account-link{text-transform:uppercase;align-items:center;gap:9px;min-height:44px;padding:0 14px;font-size:.82rem;font-weight:850;display:inline-flex}.menu-toggle{background:var(--navy-dark);color:var(--white);border:0;border-radius:6px;justify-content:center;align-items:center;width:44px;height:44px;display:none}.hero{min-height:440px;color:var(--white);background:linear-gradient(90deg,#031b34e6 0%,#031b34b8 45%,#031b3473 100%),url(/images/hero-construction-bucharest.png) 50%/cover no-repeat;position:relative}.hero__inner{grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);align-items:center;gap:54px;min-height:440px;padding:34px 0;display:grid}.hero__content{display:grid}.hero h1{letter-spacing:0;max-width:660px;margin:0;font-size:clamp(2.15rem,5vw,4.2rem);line-height:1.02}.hero h1 span{color:var(--yellow)}.hero__intro{color:#ffffffe0;max-width:640px;margin:18px 0 0;font-weight:650;line-height:1.65}.hero__bullets{gap:11px;margin-top:22px;padding:0;font-size:1rem;font-weight:850;list-style:none;display:grid}.hero__bullets li{align-items:center;gap:10px;display:flex}.check-icon{border:2px solid;border-radius:50%;place-items:center;width:22px;height:22px;font-size:.8rem;display:inline-grid}.form-panel,.content-panel{border:1px solid var(--line);background:var(--white);box-shadow:var(--shadow);border-radius:8px}.form-panel{color:var(--text);padding:24px}.form-panel h2,.form-panel h3{color:var(--navy);text-align:center;text-transform:uppercase;margin:0 0 16px;font-size:1.1rem}.request-form{gap:12px;display:grid}.form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.field{gap:6px;display:grid}.field label{color:var(--navy);font-size:.78rem;font-weight:850}.field input,.field select,.field textarea{width:100%;min-height:42px;color:var(--text);background:#fff;border:1px solid #d6dfea;border-radius:6px;outline:none;padding:10px 12px;transition:border-color .16s,box-shadow .16s}.field textarea{resize:vertical;min-height:108px}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--navy);box-shadow:0 0 0 3px #062a4f1f}.field--full{grid-column:1/-1}.form-message{color:#b42318;margin:2px 0 0;font-size:.86rem;font-weight:750;display:none}.form-message.is-visible{display:block}.form-message.is-success{color:#156d33}.category-grid{grid-template-columns:repeat(9,minmax(0,1fr));gap:10px;display:grid}.category-card{border:1px solid var(--line);background:var(--white);text-align:center;min-height:142px;color:var(--navy);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:9px;padding:14px 10px;transition:border-color .16s,transform .16s,box-shadow .16s;display:flex}.category-card:hover{border-color:#062a4f73;transform:translateY(-2px);box-shadow:0 12px 24px #062a4f1c}.category-card__icon{height:44px;color:var(--navy)}.category-card__name{font-weight:900;line-height:1.12}.category-card__subtitle{color:var(--muted);font-size:.78rem;font-weight:700}.partner-band{background:#eef8f3;border:1px solid #d7eee3;border-radius:8px;padding:24px}.company-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:18px;display:grid}.company-grid--five{grid-template-columns:repeat(5,minmax(0,1fr))}.category-directory{gap:30px;display:grid}.company-list{gap:14px;display:grid}.company-card{border:1px solid var(--line);background:var(--white);border-radius:8px;flex-direction:column;gap:13px;height:100%;min-height:548px;padding:18px;display:flex;position:relative;box-shadow:0 8px 18px #062a4f12}.company-card--compact{min-height:430px}.company-card--horizontal{grid-template-columns:220px minmax(0,1fr) 190px;align-items:stretch;gap:20px;height:auto;min-height:0;padding:18px;display:grid}.company-card__media{background:#eef2f6;border-radius:6px;flex:0 0 138px;height:138px;display:block;overflow:hidden}.company-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .24s}.company-card:hover .company-card__media img{transform:scale(1.04)}.company-card__content{flex-direction:column;gap:13px;min-width:0;display:flex}.company-card__badge,.badge{color:#156d33;text-transform:uppercase;background:#e8f5ee;border-radius:5px;justify-content:center;align-items:center;gap:6px;min-height:24px;padding:0 10px;font-size:.72rem;font-weight:900;display:inline-flex}.badge--public{color:var(--navy);background:#eef4ff}.company-logo{min-height:58px;color:var(--navy);text-align:center;place-items:center;font-size:1.18rem;font-weight:950;line-height:1.05;display:grid}.company-logo span{color:var(--muted);text-transform:uppercase;margin-top:4px;font-size:.7rem;display:block}.company-card h3{color:var(--navy);-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.55em;margin:0;font-size:1.06rem;display:-webkit-box;overflow:hidden}.company-card p{color:var(--muted);-webkit-line-clamp:4;-webkit-box-orient:vertical;min-height:5.8em;margin:0;font-size:.9rem;line-height:1.45;display:-webkit-box;overflow:hidden}.rating{color:var(--navy);align-items:center;gap:5px;font-size:.86rem;font-weight:850;display:flex}.stars{color:var(--yellow-dark);letter-spacing:0}.rating--public{color:var(--muted);font-weight:750}.company-card__meta{min-height:48px;color:var(--muted);gap:7px;font-size:.86rem;font-weight:700;display:grid}.company-card__actions{gap:8px;margin-top:auto;display:grid}.company-card__actions .button{min-height:42px}.company-card--horizontal .company-card__media{flex:none;height:100%;min-height:176px}.company-card--horizontal .company-logo{text-align:left;place-items:start;min-height:0;font-size:1.28rem}.company-card--horizontal h3{min-height:0;font-size:1.22rem}.company-card--horizontal p{-webkit-line-clamp:2;min-height:0}.company-card--horizontal .company-card__meta{grid-template-columns:minmax(0,1.2fr) minmax(160px,.8fr);min-height:0}.company-card--horizontal .company-card__actions{align-content:center;margin-top:0}.company-card--horizontal .company-card__actions .button{min-height:48px}.verified-section{background:var(--white);border-top:1px solid #eef2f6;border-bottom:1px solid #eef2f6}.filters{grid-template-columns:minmax(220px,1.5fr) repeat(3,minmax(160px,1fr)) 120px;gap:12px;margin:20px 0 16px;display:grid}.filters input,.filters select{border:1px solid var(--line);background:var(--white);border-radius:6px;width:100%;min-height:42px;padding:0 12px}.company-table-wrap{border:1px solid var(--line);background:var(--white);border-radius:8px;overflow-x:auto}.company-table{border-collapse:collapse;width:100%;min-width:680px}.company-table th,.company-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #edf1f5;padding:14px 16px;font-size:.9rem}.company-table th{color:var(--muted);text-transform:uppercase;font-size:.75rem}.company-table tr:last-child td{border-bottom:0}.company-name-cell{color:var(--navy);align-items:center;gap:12px;font-weight:900;display:flex}.mini-logo{border:1px solid var(--line);width:34px;height:34px;color:var(--navy);background:#f8fbff;border-radius:50%;place-items:center;font-weight:950;display:grid}.verification-list{color:#156d33;flex-wrap:wrap;gap:10px;font-size:.86rem;font-weight:800;display:flex}.dual-cta{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.cta-strip{background:var(--white);border:1px solid #e4eaf2;border-radius:8px;grid-template-columns:82px 1fr;align-items:center;gap:20px;padding:20px;display:grid}.cta-strip__icon{width:74px;height:74px;color:var(--navy);background:#eaf1f7;border-radius:50%;place-items:center;display:grid}.cta-strip h3{color:var(--navy);margin:0 0 6px}.cta-strip p{color:var(--muted);margin:0 0 12px}.site-footer{background:var(--navy-dark);color:var(--white);padding:36px 0 18px}.footer-grid{grid-template-columns:1.35fr 1fr 1fr 1fr;gap:36px;display:grid}.footer-grid h3,.footer-grid h4{margin:0 0 14px}.footer-grid p,.footer-grid li{color:#ffffffc7;line-height:1.55}.footer-grid ul{gap:8px;margin:0;padding:0;list-style:none;display:grid}.footer-bottom{color:#ffffffb8;border-top:1px solid #ffffff24;justify-content:space-between;align-items:center;gap:16px;margin-top:28px;padding-top:16px;font-size:.86rem;display:flex}.breadcrumbs{color:var(--muted);flex-wrap:wrap;gap:8px;margin:22px 0;font-size:.9rem;display:flex}.breadcrumbs a{color:var(--navy);font-weight:800}.page-hero{background:var(--navy);color:var(--white);padding:54px 0}.page-hero h1{max-width:840px;margin:0;font-size:clamp(2rem,4vw,3.5rem);line-height:1.08}.page-hero p{color:#ffffffd1;max-width:760px;margin:14px 0 0;line-height:1.65}.content-grid{grid-template-columns:minmax(0,1fr) 360px;align-items:start;gap:28px;display:grid}.content-panel{padding:24px}.content-panel h2,.content-panel h3{color:var(--navy)}.content-panel p,.article-content p{color:#374151;line-height:1.75}.company-profile{grid-template-columns:180px 1fr;align-items:start;gap:22px;display:grid}.profile-logo{border:1px solid var(--line);background:#f9fbfd;border-radius:8px;min-height:150px}.profile-photo{border:1px solid var(--line);background:#f9fbfd;border-radius:8px;margin:0;overflow:hidden}.profile-photo img{aspect-ratio:4/3;object-fit:cover;width:100%}.profile-photo figcaption{color:var(--navy);text-align:center;padding:10px 12px;font-weight:900}.tag-list,.service-list{flex-wrap:wrap;gap:8px;margin:12px 0 0;padding:0;list-style:none;display:flex}.tag-list li,.service-list li{border:1px solid var(--line);color:var(--navy);background:#f8fbff;border-radius:5px;padding:6px 10px;font-size:.86rem;font-weight:750}.article-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.article-card{border:1px solid var(--line);background:var(--white);border-radius:8px;gap:10px;padding:18px;display:grid}.article-card h3{color:var(--navy);margin:0}.article-card p{color:var(--muted);margin:0;line-height:1.55}.article-content{max-width:820px}.admin-panel{display:none}.admin-panel.is-visible{display:block}.admin-toolbar{border:1px solid var(--line);background:var(--white);border-radius:8px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;padding:16px;display:flex}.admin-notifications-table pre{white-space:pre-wrap;color:#374151;max-width:420px;margin:0;font-family:inherit;line-height:1.45}.hidden-by-filter,.load-more-hidden{display:none!important}@media (width<=1120px){.category-grid,.company-grid--five,.company-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.company-card--horizontal{grid-template-columns:180px minmax(0,1fr) 160px}.filters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=860px){.site-top__inner{min-height:72px}.top-contact{display:none}.menu-toggle{display:inline-flex}.site-nav__inner{min-height:0}.nav-links,.account-link{display:none}.site-nav.is-open .nav-links,.site-nav.is-open .account-link{display:grid}.site-nav.is-open .site-nav__inner{align-items:stretch;padding:8px 0}.site-nav.is-open .nav-links{gap:0;width:100%}.site-nav.is-open .nav-links a,.site-nav.is-open .account-link{min-height:42px;padding:0 12px}.hero__inner{grid-template-columns:1fr;gap:22px;min-height:auto;padding:38px 0}.hero__content{display:contents}.hero h1{order:1}.hero__form{order:2}.hero__intro{order:3;margin-bottom:0}.hero__bullets{order:4}.form-grid,.dual-cta,.content-grid,.company-profile,.footer-grid{grid-template-columns:1fr}.category-grid,.company-grid,.company-grid--five,.article-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.company-card--horizontal{grid-template-columns:150px minmax(0,1fr)}.company-card--horizontal .company-card__actions{grid-column:1/-1}.company-card--horizontal .company-card__media{min-height:150px}}@media (width<=600px){.container{width:min(var(--container), calc(100% - 24px))}.brand__mark{width:42px;height:42px}.brand__slogan{font-size:.76rem}.hero h1{font-size:2.32rem}.form-panel{padding:18px}.category-grid,.company-grid,.company-grid--five,.article-grid,.filters,.company-card--horizontal{grid-template-columns:1fr}.company-card--horizontal .company-card__media{min-height:210px}.company-card--horizontal .company-logo{font-size:1.12rem}.company-card--horizontal .company-card__meta{grid-template-columns:1fr}.partner-band{padding:16px}.cta-strip{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.admin-toolbar{flex-direction:column;align-items:stretch}}.site-header{z-index:50;color:var(--white);background:linear-gradient(90deg,#062a4f 0%,#031b34 100%);position:sticky;top:0;box-shadow:0 8px 24px #031b3438}.site-header__inner{grid-template-columns:250px minmax(0,1fr) auto;align-items:center;gap:22px;min-height:76px;display:grid}.site-header .brand{min-width:0;color:var(--white)}.site-header .brand__mark{width:54px;height:54px}.site-header .brand__name{color:var(--white);font-size:1.35rem;line-height:.96}.site-header .brand__name span,.site-header .brand__name br+*{color:var(--yellow)}.site-header .brand__slogan{display:none}.site-header .nav-links{justify-content:center;gap:3px}.site-header .nav-links a{color:#ffffffeb;text-transform:none;white-space:nowrap;border-bottom:3px solid #0000;min-height:76px;padding:0 13px;font-size:.88rem;font-weight:850}.site-header .nav-links a:hover,.site-header .nav-links a:focus-visible,.site-header .nav-links a:first-child{border-bottom-color:var(--yellow);color:var(--white);background:0 0}.nav-pill{background:var(--yellow);min-height:17px;color:var(--navy-dark);text-transform:uppercase;border-radius:3px;justify-content:center;align-items:center;margin-left:5px;padding:0 5px;font-size:.62rem;font-weight:950;display:inline-flex}.header-actions{white-space:nowrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.location-chip{color:#ffffffeb;align-items:center;gap:7px;font-weight:850;display:inline-flex}.location-chip:before{content:"";background:var(--yellow);border-radius:999px;width:8px;height:8px;box-shadow:0 0 0 4px #ffc92829}.button--ghost-light{color:var(--white);background:#ffffff0a;border:1px solid #ffffff7a}.button--ghost-light:hover{background:#ffffff1f}.site-header .menu-toggle{background:#ffffff1a;display:none}.hero{min-height:445px;color:var(--white);background:linear-gradient(90deg,#031b34d1 0%,#031b34ad 52%,#031b345c 100%),url(/images/hero-construction-bucharest.png) 50%/cover no-repeat}.hero__inner{flex-direction:column;justify-content:center;align-items:center;gap:22px;min-height:445px;padding:46px 0 28px;display:flex}.hero__content{text-align:center;justify-items:center;display:grid}.hero h1{text-wrap:balance;max-width:950px;font-size:clamp(2.7rem,4.8vw,4.45rem);line-height:1.08}.hero__intro{color:#ffffffe0;max-width:780px;margin-top:16px}.hero__bullets{flex-wrap:wrap;justify-content:center;gap:24px;margin-top:18px;display:flex}.check-icon{background:var(--yellow);width:23px;height:23px;color:var(--navy-dark);border:0;border-radius:999px;font-size:.56rem;font-weight:950}.hero-search{background:var(--white);border:1px solid #ffffff73;border-radius:8px;width:min(930px,100%);overflow:hidden;box-shadow:0 22px 54px #031b3457}.search-tabs{background:var(--navy-dark);grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.search-tabs button{min-height:58px;color:var(--white);cursor:pointer;background:0 0;border:0;border-right:1px solid #ffffff1f;font-weight:900}.search-tabs button:last-child{border-right:0}.search-tabs button.is-active{background:var(--yellow);min-height:38px;color:var(--navy-dark);border-radius:6px;margin:10px}.search-panel{grid-template-columns:minmax(260px,1.7fr) minmax(160px,1fr) minmax(160px,1fr) 118px;align-items:end;gap:14px;padding:16px 20px 20px;display:grid}.search-panel label{color:var(--navy-dark);gap:7px;font-size:.82rem;font-weight:900;display:grid}.search-panel input,.search-panel select{background:var(--white);width:100%;min-height:44px;color:var(--text);border:1px solid #ccd6e2;border-radius:6px;outline:none;padding:0 12px}.hero__stats{color:#ffffffe6;flex-wrap:wrap;justify-content:center;gap:12px;font-size:.88rem;font-weight:800;display:none}.hero__stats span{background:#031b3473;border:1px solid #ffffff38;border-radius:999px;padding:7px 12px}.section--home-categories{background:#f4f7fb;padding:30px 0 20px}.category-grid--featured{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.category-card{background:var(--white);border-color:#d7e0eb;border-radius:8px;justify-content:flex-end;min-height:220px;padding:0;position:relative;overflow:hidden;box-shadow:0 8px 20px #062a4f12}.category-card>img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.category-card:after{content:"";background:linear-gradient(#031b3405,#031b3433 46%,#031b3494),linear-gradient(90deg,#031b3447,#031b3400);position:absolute;inset:0}.category-card__content{z-index:1;width:calc(100% - 28px);min-height:82px;color:var(--navy);text-align:left;background:#fffffff5;border:1px solid #dce3ece6;border-radius:7px;grid-template-columns:60px 1fr auto;align-items:center;gap:14px;margin:0 14px 14px;padding:12px;display:grid;position:relative;box-shadow:0 12px 28px #031b3424}.category-card__icon{background:var(--navy);width:56px;height:56px;color:var(--white);border-radius:7px;place-items:center;display:grid}.category-card__icon svg{width:32px;height:32px}.category-card__copy{min-width:0;display:grid}.category-card__name{font-size:1.08rem;line-height:1.08}.category-card__subtitle{white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.category-card__arrow{color:var(--muted);font-size:1.8rem;line-height:1}.marketplace-row{grid-template-columns:1fr;gap:26px;display:grid}.home-panel{border:1px solid var(--line);background:linear-gradient(#fff 0%,#f9fbfd 100%);border-radius:8px;padding:24px;box-shadow:0 18px 42px #062a4f17}.panel-title-row{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.panel-title-row h2{color:var(--navy);margin:0;font-size:1.5rem;line-height:1.2}.panel-title-row h2 span{font-size:.95rem;font-weight:700}.panel-title-row a{color:var(--navy);white-space:nowrap;font-size:.82rem;font-weight:850}.company-grid--home,.product-grid--home{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:18px}.marketplace-row .company-card,.marketplace-row .product-card{box-shadow:0 14px 30px #062a4f1a}.company-grid--home .company-card{min-height:585px}.company-grid--home .company-card__media{border-radius:8px;flex-basis:165px;height:165px}.marketplace-row .company-logo{min-height:70px;font-size:1.16rem}.marketplace-row .company-card h3,.product-grid--home .product-card h3{font-size:1.08rem;line-height:1.22}.marketplace-row .rating,.marketplace-row .company-card__meta{font-size:.9rem}.marketplace-row .company-card__meta{min-height:54px}.company-grid--home .company-card p,.product-grid--home .product-card p{font-size:.9rem;line-height:1.5}.company-grid--home .company-card__actions,.product-grid--home .product-card__actions{grid-template-columns:repeat(2,minmax(0,1fr))}.company-grid--home .company-card__actions .button,.product-grid--home .product-card__actions .button{min-height:44px;padding:0 12px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.product-card{border:1px solid var(--line);background:var(--white);border-radius:8px;flex-direction:column;min-height:100%;display:flex;overflow:hidden;box-shadow:0 8px 18px #062a4f0f}.product-card__media{background:#eef2f6;display:block;overflow:hidden}.product-card__media img{aspect-ratio:16/10;object-fit:cover;width:100%;transition:transform .24s}.product-card:hover .product-card__media img{transform:scale(1.04)}.product-card__body{flex-direction:column;flex:1;gap:8px;padding:14px;display:flex}.product-card__badges{flex-wrap:wrap;gap:6px;display:flex}.badge--commerce{color:#127a32;background:#ecfdf3}.product-card h3{min-height:3.6em;color:var(--navy);-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:0;font-size:.95rem;line-height:1.2;display:-webkit-box;overflow:hidden}.product-card p{color:var(--muted);margin:0;font-size:.82rem;line-height:1.4}.product-card__supplier{font-weight:900;color:var(--navy)!important}.product-card__actions{gap:8px;margin-top:auto;display:grid}.product-card__actions .button{min-height:38px;font-size:.82rem}.product-grid--home{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-grid--home .product-card{min-height:500px}.product-grid--home .product-card__media img{aspect-ratio:16/9}.product-grid--home .product-card h3{-webkit-line-clamp:3;min-height:2.7em}.commerce-note{color:var(--muted);margin:18px 0 0;font-size:.86rem;line-height:1.55}.commerce-note--small{margin-top:10px;font-size:.75rem}.verification-layout{grid-template-columns:1fr;align-items:stretch;gap:20px;display:grid}.verification-panel .company-table-wrap{margin-top:14px;overflow-x:visible}.verification-panel .company-table{table-layout:fixed;min-width:0}.verification-panel .company-table th,.verification-panel .company-table td{overflow-wrap:anywhere;padding:16px 18px}.verification-panel .company-table th:first-child,.verification-panel .company-table td:first-child{width:35%}.verification-panel .company-table th:nth-child(2),.verification-panel .company-table td:nth-child(2){width:30%}.verification-panel .company-table th:nth-child(3),.verification-panel .company-table td:nth-child(3){width:22%}.verification-panel .company-table th:nth-child(4),.verification-panel .company-table td:nth-child(4){width:13%}.verification-panel .company-table .button{width:100%;min-width:0;padding:0 10px}.trust-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.trust-strip>div{background:#f8fbff;border:1px solid #e2e9f2;border-radius:8px;align-content:start;gap:6px;min-height:86px;padding:13px;display:grid}.trust-strip strong{color:var(--navy);font-size:.88rem}.trust-strip p{color:var(--muted);margin:0;font-size:.78rem;line-height:1.4}.trust-icon{color:#156d33;background:#e8f5ee;border-radius:999px;place-items:center;width:34px;height:34px;font-weight:950;display:grid}.trust-count{background:#f1fff5!important;border-color:#abe7bd!important}.trust-count span{color:#156d33;font-size:1.65rem;font-weight:950}.owner-panel{color:var(--white);background:linear-gradient(135deg,#062a4f,#031b34);border-radius:8px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:22px;padding:28px;display:grid}.owner-panel h2{margin:0;font-size:1.45rem}.owner-panel p{color:#ffffffc7;margin:8px 0 0}.owner-actions{grid-template-columns:1fr 1fr;gap:10px;min-width:310px;display:grid}.owner-panel ul{color:#ffffffd9;flex-wrap:wrap;gap:10px 18px;margin:0;padding:0;font-size:.82rem;font-weight:800;list-style:none;display:flex}.owner-panel li:before{content:"";background:var(--yellow);border-radius:999px;width:7px;height:7px;margin-right:7px;display:inline-block}.owner-panel li{align-items:center;display:inline-flex}.owner-panel li:before{margin-right:7px}.section--lead{padding:46px 0 60px}.lead-layout{grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);align-items:center;gap:28px;display:grid}.lead-layout h2{max-width:680px;color:var(--navy);margin:0;font-size:clamp(1.8rem,3vw,2.7rem);line-height:1.1}.lead-layout p:not(.eyebrow){max-width:600px;color:var(--muted);line-height:1.7}.product-detail{grid-template-columns:minmax(240px,.8fr) 1fr;gap:22px;display:grid}.product-detail>img{aspect-ratio:4/3;object-fit:cover;border-radius:8px;width:100%}.product-detail__actions{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.filters--products{grid-template-columns:minmax(220px,1fr) minmax(180px,260px) 120px}@media (width<=1240px){.site-header__inner{grid-template-columns:230px 1fr auto;gap:14px}.site-header .nav-links a{padding:0 8px;font-size:.82rem}.header-actions .location-chip{display:none}}@media (width<=1380px){.header-actions .location-chip{display:none}.site-header__inner{grid-template-columns:235px minmax(0,1fr) auto}}@media (width<=1080px){.site-header__inner{grid-template-columns:1fr auto}.site-header .nav-links,.header-actions{display:none}.site-header .menu-toggle{display:inline-flex}.site-header.is-open .nav-links,.site-header.is-open .header-actions{grid-column:1/-1;justify-content:stretch;gap:0;width:100%;display:grid}.site-header.is-open .nav-links a{border-bottom:1px solid #ffffff24;min-height:44px;padding:0 4px}.site-header.is-open .header-actions{grid-template-columns:1fr 1fr;gap:10px;padding-bottom:12px}.category-grid--featured,.company-grid--home,.product-grid--home,.trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.marketplace-row,.verification-layout,.lead-layout,.product-detail,.owner-panel{grid-template-columns:1fr}.owner-actions{min-width:0}}@media (width<=760px){.hero{min-height:auto}.hero__inner{min-height:auto;padding:34px 0 22px}.hero h1{font-size:2.32rem}.hero__bullets{gap:10px}.search-tabs,.search-panel,.category-grid--featured,.company-grid--home,.product-grid,.product-grid--home,.trust-strip,.filters--products{grid-template-columns:1fr}.search-tabs button.is-active{margin:6px}.search-panel{padding:14px}.owner-actions,.site-header.is-open .header-actions{grid-template-columns:1fr}.verification-panel .company-table th:nth-child(3),.verification-panel .company-table td:nth-child(3){display:none}.verification-panel .company-table th:first-child,.verification-panel .company-table td:first-child{width:46%}.verification-panel .company-table th:nth-child(2),.verification-panel .company-table td:nth-child(2){width:34%}.verification-panel .company-table th:nth-child(4),.verification-panel .company-table td:nth-child(4){width:20%}}
