:root{
  --orange:#ff551f;
  --orange-dark:#df4314;
  --orange-soft:#fff3ee;
  --ink:#111318;
  --muted:#667085;
  --line:#e4e7ec;
  --soft:#f7f8fa;
  --paper:#ffffff;
  --black:#080808;
  --green:#18a957;
  --wide:1180px;
  --narrow:720px;
  --page-gutter:20px;
}
*{box-sizing:border-box}
html{
  min-height:100%;
  max-width:100%;
  overflow-x:hidden;
  scroll-behavior:smooth;
  background:#fff;
  overscroll-behavior-y:none;
}
body{
  margin:0;
  width:100%;
  max-width:100%;
  min-width:0;
  min-height:100dvh;
  overflow-x:hidden;
  overscroll-behavior-y:none;
  background:#fff;
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
  -webkit-text-size-adjust:100%;
}
#app,.app-shell{width:100%;max-width:100%;min-width:0;min-height:100dvh}
.app-shell{
  display:flex;
  flex-direction:column;
  background:#fff;
}
main{
  flex:1 0 auto;
  max-width:100%;
  min-width:0;
  min-height:0;
}
@supports (overflow:clip){
  html,body{overflow-x:clip}
}
.site-footer{
  flex:0 0 auto;
  margin-top:auto;
}
body.menu-open,body.sheet-open{overflow:hidden}
button,input,select,textarea{font:inherit;color:inherit}
button{cursor:pointer}
a,button{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
svg{display:block}
[hidden]{display:none!important}
.wide-container{width:min(var(--wide),calc(100% - 40px));margin:0 auto}
.narrow-container{width:min(var(--narrow),calc(100% - 40px));margin:0 auto}
.icon{width:20px;height:20px;flex:0 0 auto}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{letter-spacing:-.035em}
button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{
  outline:3px solid rgba(255,85,31,.24);
  outline-offset:2px;
}
.btn{
  min-height:48px;
  padding:12px 18px;
  border:1px solid transparent;
  border-radius:10px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-weight:700;
  line-height:1;
}
.btn-primary{background:var(--orange);color:#fff}
.btn-primary:hover{background:var(--orange-dark)}
.btn-outline{background:#fff;border-color:#cfd4dc}
.btn-outline:hover{border-color:#9fa6b2}
.btn-whatsapp{background:var(--green);color:#fff}
.text-link{display:inline-flex;align-items:center;gap:7px;color:var(--orange);font-weight:700}
.text-link .icon{width:17px;height:17px}
.muted-copy{color:var(--muted)!important}
.mobile-header{
  height:72px;
  padding:0 16px;
  background:var(--black);
  color:#fff;
  display:grid;
  grid-template-columns:44px 1fr auto;
  align-items:center;
  border-bottom:1px solid rgba(255,255,255,.12);
  position:sticky;
  top:0;
  z-index:70;
}
.header-icon{
  width:44px;height:44px;border:0;border-radius:10px;
  background:transparent;color:#fff;display:grid;place-items:center;
}
.header-icon:hover{background:#1b1b1b}
.mobile-brand{justify-self:center}
.mobile-brand img{width:150px;height:42px;object-fit:contain}
.header-cta{
  min-height:42px;
  padding:9px 13px;
  border-radius:9px;
  background:var(--orange);
  color:#fff;
  font-size:13px;
  font-weight:700;
  display:inline-flex;
  align-items:center;
}
.desktop-header{display:none}
.mobile-menu{
  position:fixed;
  z-index:100;
  inset:0 auto 0 0;
  width:min(88vw,380px);
  background:#fff;
  transform:translateX(-104%);
  transition:transform .2s ease;
  box-shadow:22px 0 60px rgba(0,0,0,.18);
}
.mobile-menu.open{transform:translateX(0)}
.menu-head{
  height:88px;
  padding:0 22px;
  background:var(--black);
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.menu-head img{width:158px}
.menu-head button{
  width:44px;height:44px;border:0;background:transparent;color:#fff;display:grid;place-items:center
}
.mobile-menu nav{padding:18px 14px;display:grid;gap:2px}
.mobile-menu nav a{
  min-height:54px;
  padding:0 12px;
  border-radius:9px;
  display:grid;
  grid-template-columns:22px 1fr 18px;
  gap:12px;
  align-items:center;
  font-weight:700;
}
.mobile-menu nav a:hover{background:var(--orange-soft)}
.mobile-menu nav a.active{background:var(--orange-soft);color:#9d390b}
.mobile-menu nav a.active>.icon:last-child{color:var(--orange)}
.mobile-menu nav a>.icon:first-child{color:var(--orange)}
.mobile-menu nav a>.icon:last-child{width:16px;color:#98a2b3}
.menu-actions{
  position:absolute;
  left:0;right:0;bottom:0;
  padding:16px 22px calc(22px + env(safe-area-inset-bottom));
  border-top:1px solid var(--line);
  background:#fff;
  display:grid;
  gap:10px;
}
.menu-scrim{
  position:fixed;
  z-index:99;
  inset:0;
  background:rgba(0,0,0,.5);
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease;
}
.menu-open .menu-scrim{opacity:1;pointer-events:auto}
.home-hero{
  min-height:540px;
  position:relative;
  color:#fff;
  background-image:var(--hero-image);
  background-position:center;
  background-size:cover;
  display:flex;
  align-items:center;
}
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(5,8,12,.92),rgba(5,8,12,.75) 58%,rgba(5,8,12,.42));
}
.hero-content{position:relative;padding-top:58px;padding-bottom:58px}
.hero-content h1{
  max-width:700px;
  margin:0 0 16px;
  color:#fff;
  font-size:clamp(42px,10vw,68px);
  line-height:.98;
}
.hero-content>p{
  max-width:640px;
  margin-bottom:28px;
  color:#e4e7ec;
  font-size:17px;
}
.search-widget{
  max-width:920px;
  padding:12px;
  background:#fff;
  border-radius:16px;
  display:grid;
  gap:10px;
  color:var(--ink);
}
.search-field,.select-field{
  min-height:52px;
  padding:0 14px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
  display:flex;
  align-items:center;
  gap:10px;
}
.search-field .icon{color:#98a2b3}
.search-field input,.select-field select{
  width:100%;
  min-width:0;
  height:50px;
  border:0;
  outline:0;
  background:transparent;
}
.select-field select{appearance:none}
.select-field .icon{width:17px;color:#98a2b3}
.hero-supplier{
  margin:18px 0 0!important;
  color:#d0d5dd!important;
  font-size:14px!important;
}
.hero-supplier a{color:#fff;text-decoration:underline;text-underline-offset:3px;font-weight:700}
.section-block{padding:58px 0}
.section-head{
  margin-bottom:26px;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:20px;
}
.section-head h2,.page-heading h1{margin-bottom:6px;font-size:34px;line-height:1.05}
.section-head p,.page-heading p{margin:0;color:var(--muted)}
.section-head>a{color:var(--orange);font-weight:700;white-space:nowrap}
.category-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  border-top:1px solid var(--line);
}
.category-tile{
  min-width:0;
  padding:18px 0;
  border-bottom:1px solid var(--line);
  display:grid;
  grid-template-columns:42px minmax(0,1fr) 18px;
  gap:12px;
  align-items:center;
}
.category-tile:nth-child(odd){padding-right:14px}
.category-tile:nth-child(even){padding-left:14px}
.category-icon{
  width:40px;height:40px;border-radius:9px;
  background:var(--orange-soft);color:var(--orange);display:grid;place-items:center;
}
.category-tile strong{font-size:15px}
.category-tile small{
  grid-column:2/3;
  margin-top:-7px;
  color:var(--muted);
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.category-arrow{grid-column:3;grid-row:1/3;color:#98a2b3;width:17px}
.supplier-band{background:#111318;color:#fff;padding:44px 0}
.supplier-band-inner{display:grid;gap:22px}
.supplier-band h2{margin-bottom:8px;font-size:30px}
.supplier-band p{margin:0;color:#c7ccd4;max-width:720px}
.supplier-band .btn{justify-self:start}
.faq-section,.faq-page{background:#f6f7f8}
.faq-layout{display:grid;gap:28px}
.faq-layout>div:first-child p{color:var(--muted)}
.faq-page .page-heading p{color:var(--muted)}
.faq-list{display:grid;gap:12px}
.faq-item{
  overflow:hidden;
  border:1px solid #d6dae1;
  border-radius:10px;
  background:#fff;
}
.faq-item>button{
  width:100%;
  min-height:76px;
  padding:19px 24px;
  border:0;
  background:#f4511e;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  gap:14px;
  text-align:left;
  font-weight:700;
  font-size:17px;
  line-height:1.35;
}
.faq-item>button:hover{background:var(--orange-dark)}
.faq-item>button span{min-width:0;overflow-wrap:anywhere}
.faq-item>button .icon{width:18px;height:18px;color:#fff}
.faq-answer{display:none;padding:24px}
.faq-item.open .faq-answer{display:block}
.faq-answer p{margin:0;color:var(--ink);line-height:1.65}
.faq-answer a{color:var(--orange-dark);font-weight:700;text-decoration:underline;text-underline-offset:3px}
.faq-list>.text-link{margin-top:18px}
.directory-page{background:var(--soft);min-height:70vh;padding:34px 0 60px}
.directory-search{
  max-width:780px;
  padding:7px 7px 7px 15px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
  display:grid;
  grid-template-columns:22px 1fr auto;
  gap:10px;
  align-items:center;
}
.directory-search>.icon{color:#98a2b3}
.directory-search input{
  min-width:0;height:44px;border:0;outline:0;background:transparent
}
.directory-search .btn{min-height:44px}
.directory-breadcrumbs{margin:20px 0 10px;color:var(--muted);font-size:13px;display:flex;gap:7px}
.directory-breadcrumbs a{color:var(--orange)}
.directory-heading{
  padding:8px 0 22px;
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:18px;
}
.directory-heading h1{margin:0 0 5px;font-size:38px}
.directory-heading p{margin:0;max-width:650px;color:var(--muted)}
.filter-button{
  max-width:100%;
  min-width:0;
  min-height:44px;
  padding:9px 13px;
  border:1px solid #cfd4dc;
  border-radius:9px;
  background:#fff;
  display:flex;align-items:center;gap:7px;font-weight:700;white-space:nowrap;
}
.directory-status{
  margin-bottom:16px;
  padding:10px 0;
  border-top:1px solid #dfe3e8;
  border-bottom:1px solid #dfe3e8;
  color:var(--muted);
  display:flex;
  justify-content:space-between;
  gap:10px;
  font-size:13px;
}
.provider-list{display:grid;gap:12px}
.provider-card{
  padding:20px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#fff;
}
.provider-main{display:grid;grid-template-columns:52px minmax(0,1fr);gap:14px}
.provider-main>*{min-width:0}
.provider-avatar{
  width:52px;height:52px;border-radius:10px;background:#171a20;color:#fff;display:grid;place-items:center;font-weight:700
}
.provider-avatar-large{width:70px;height:70px;border-radius:14px;font-size:20px}
.verified-label{display:inline-flex;align-items:center;gap:5px;color:#2768c7;font-size:11px;font-weight:700}
.verified-label .icon{width:14px}
.provider-main h2{margin:3px 0 2px;font-size:20px;overflow-wrap:anywhere}
.provider-main p{margin:0;color:var(--muted);font-size:13px}
.provider-description{margin:16px 0;color:#475467}
.provider-actions{display:flex;gap:10px;flex-wrap:wrap}
.provider-actions .btn{min-width:130px}
.empty-state{
  padding:54px 0;
  text-align:center;
  border-top:1px solid var(--line);
}
.empty-state h2{margin-bottom:8px;font-size:25px}
.empty-state p{max-width:620px;margin:0 auto 22px;color:var(--muted)}
.empty-state>div{display:flex;justify-content:center;gap:10px;flex-wrap:wrap}
.filter-sheet{
  position:fixed;
  z-index:120;
  left:0;right:0;bottom:0;
  width:100%;
  max-width:100vw;
  min-width:0;
  padding:22px 20px calc(24px + env(safe-area-inset-bottom));
  background:#fff;
  border-radius:18px 18px 0 0;
  transform:translateY(105%);
  transition:transform .2s ease;
  display:grid;
  gap:16px;
  overflow-x:hidden;
}
.filter-sheet.open{transform:translateY(0)}
.filter-sheet>*{min-width:0}
.sheet-head{display:flex;justify-content:space-between;align-items:center}
.sheet-head h2{margin:0}
.sheet-head button{width:42px;height:42px;border:0;background:transparent;display:grid;place-items:center}
.filter-sheet label{min-width:0;display:grid;gap:6px;font-weight:700}
.filter-sheet select{width:100%;max-width:100%;min-width:0;height:50px;padding:0 12px;border:1px solid var(--line);border-radius:9px;background:#fff;text-overflow:ellipsis}
.sheet-scrim{
  position:fixed;z-index:119;inset:0;background:rgba(0,0,0,.45);
  opacity:0;pointer-events:none;transition:opacity .2s ease
}
.sheet-open .sheet-scrim{opacity:1;pointer-events:auto}
@media(max-width:959.98px){
  .filter-sheet{max-height:min(88svh,680px);overflow-y:auto;overscroll-behavior:contain}
}
.categories-page{background:#fff}
.page-heading{margin-bottom:32px}
.page-heading h1{font-size:42px}
.category-directory{border-top:1px solid var(--line)}
.category-row{
  padding:22px 0;
  border-bottom:1px solid var(--line);
}
.category-row-title{
  display:grid;
  grid-template-columns:44px 1fr 20px;
  gap:13px;
  align-items:center;
}
.category-row-title>span:nth-child(2){display:grid}
.category-row-title small{color:var(--muted)}
.category-row-title>.icon{color:#98a2b3}
.subcategory-links{
  margin:14px 0 0 57px;
  display:flex;
  gap:8px 18px;
  flex-wrap:wrap;
}
.subcategory-links a{color:#475467;text-decoration:underline;text-underline-offset:3px}
.provider-profile-head{padding:38px 0 26px;background:var(--soft);border-bottom:1px solid var(--line)}
.provider-profile-head>.wide-container{display:grid;grid-template-columns:70px minmax(0,1fr);gap:18px;align-items:center}
.provider-profile-head>.wide-container>*,.provider-profile-grid>*{min-width:0}
.provider-profile-head h1{margin:3px 0 4px;font-size:38px;overflow-wrap:anywhere}
.provider-profile-head p{margin:0;color:var(--muted)}
.provider-profile-meta{display:grid;gap:5px}
.provider-profile-classification{font-weight:650;color:#475467!important;overflow-wrap:anywhere}
.provider-profile-location{display:flex;align-items:flex-start;gap:7px}
.provider-profile-location .icon{width:16px;height:16px;margin-top:3px;flex:0 0 auto;color:#98a2b3}
.provider-profile-grid{padding-top:36px;padding-bottom:60px;display:grid;gap:36px}
.provider-profile-main{display:grid;gap:30px}
.provider-profile-main section{border-bottom:1px solid var(--line);padding-bottom:26px}
.provider-profile-main h2{font-size:22px}
.provider-profile-main p{color:#475467}
.plain-list{padding-left:20px;color:#475467}
.provider-contact-box{
  padding-top:22px;
  border-top:1px solid var(--line);
  display:grid;
  gap:10px;
}
.provider-contact-box h2{margin:0}
.provider-contact-box p{margin:0 0 4px;color:var(--muted)}
.provider-contact-box .text-link{margin-top:6px}
.provider-mobile-actions{display:none}
.compare-grid{display:grid;gap:16px}
.compare-grid article{min-width:0;padding:20px;border:1px solid var(--line);border-radius:12px}
.compare-grid h2{font-size:20px;overflow-wrap:anywhere}
.compare-grid dl{display:grid;grid-template-columns:minmax(88px,110px) minmax(0,1fr);gap:8px;margin:18px 0}
.compare-grid dt{color:var(--muted)}
.compare-grid dd{min-width:0;margin:0;overflow-wrap:anywhere}
.auth-page{background:var(--soft);min-height:70vh}
.auth-wrap{width:min(520px,calc(100% - 40px));margin:0 auto}
.auth-card{padding:26px 22px;border:1px solid var(--line);border-radius:14px;background:#fff}
.auth-card h1{margin-bottom:7px;font-size:34px}
.auth-card>p{color:var(--muted);margin-bottom:24px}
.auth-form{display:grid;gap:16px}
.auth-form label{display:grid;gap:7px;font-weight:700;position:relative}
.auth-input{
  min-width:0;
  height:52px;
  padding:0 13px;
  border:1px solid #d7dce3;
  border-radius:10px;
  display:flex;align-items:center;gap:10px;background:#fff
}
.auth-input:focus-within{border-color:var(--orange);box-shadow:0 0 0 3px rgba(255,85,31,.1)}
.auth-input .icon{color:#98a2b3;width:18px}
.auth-input input{width:100%;height:100%;border:0;outline:0;background:transparent}
.forgot-link{position:absolute;right:0;top:0;color:var(--orange);font-size:13px}
.auth-bottom{
  margin-top:22px;
  padding-top:18px;
  border-top:1px solid var(--line);
}
.auth-bottom p{margin:7px 0;color:#475467;font-size:14px}
.auth-bottom a{color:var(--orange);font-weight:700}
.onboarding-wrap{width:min(620px,calc(100% - 40px));margin:0 auto}
.onboarding-progress{height:4px;background:#eee;border-radius:999px;overflow:hidden;margin-bottom:30px}
.onboarding-progress span{display:block;height:100%;background:var(--orange)}
.onboarding-head small{color:var(--muted)}
.onboarding-head h1{margin:7px 0;font-size:36px}
.onboarding-head p{color:var(--muted)}
.onboarding-form{margin-top:26px}
.onboarding-fields{display:grid;gap:16px}
.onboarding-fields label{display:grid;gap:6px;font-weight:700}
.onboarding-fields input,.onboarding-fields select,.onboarding-fields textarea{
  width:100%;
  max-width:100%;
  min-width:0;
  min-height:52px;
  padding:12px;
  border:1px solid var(--line);
  border-radius:10px;
  background:#fff;
}
.onboarding-fields textarea{height:110px;resize:vertical}
.onboarding-actions{margin-top:24px;display:flex;justify-content:flex-end;gap:10px}
.dashboard-layout{display:grid;gap:28px}
.dashboard-status{
  padding:24px;
  border:1px solid var(--line);
  border-radius:12px;
  display:grid;
  gap:18px;
}
.dashboard-status small{display:block;color:var(--muted)}
.dashboard-status strong{display:block;font-size:23px}
.dashboard-status p{margin:6px 0 0;color:var(--muted)}
.dashboard-status .btn{justify-self:start}
.dashboard-empty{padding-top:24px;border-top:1px solid var(--line)}
.dashboard-empty p{color:var(--muted)}
.prose{font-size:17px;line-height:1.7}
.prose p{margin-bottom:22px;color:#344054}
.about-page{background:#fff}
.about-story-section{padding:64px 0 72px}
.about-story-wrap{max-width:1120px;text-align:center}
.about-story-wrap h1{margin-bottom:34px;font-size:clamp(42px,5vw,64px);line-height:1}
.about-story{max-width:1060px;margin:0 auto;text-align:left;font-size:18px;line-height:1.55}
.about-story p{margin-bottom:24px}
.about-story .about-mission{margin:32px 0 0;font-size:18px}
.about-cta{margin-top:36px;min-width:min(380px,100%)}
.about-solutions-section{padding:66px 0;background:var(--orange);color:#fff}
.about-solutions-heading{max-width:1180px;margin:0 auto 28px;text-align:center}
.about-kicker{margin:0 0 10px;font-size:13px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}
.about-solutions-heading h2{margin-bottom:18px;font-size:clamp(32px,4vw,48px);line-height:1.05}
.about-solutions-heading>p:last-child{margin:0;font-size:17px;line-height:1.35}
.about-solutions-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 48px}
.about-solutions-grid article{min-width:0;min-height:188px;padding:36px;background:#fff;color:#080808;display:grid;place-items:center;text-align:center;font-size:26px;font-weight:800;line-height:1.35;overflow-wrap:anywhere;box-shadow:0 14px 30px #8a260f2e}
.contact-direct{padding-top:26px;border-top:1px solid var(--line)}
.contact-direct p{color:var(--muted)}
.guide-list{border-top:1px solid var(--line)}
.guide-row{
  min-width:0;
  padding:24px 0;
  border-bottom:1px solid var(--line);
  display:grid;
  gap:14px;
}
.guide-row small,.article-detail header small{color:var(--orange);font-weight:700}
.guide-row>*{min-width:0}
.guide-row h2{margin:5px 0 5px;font-size:24px;overflow-wrap:anywhere}
.guide-row p{margin:0;color:var(--muted)}
.guide-row>a{color:var(--orange);font-weight:700;display:flex;align-items:center;gap:6px}
.article-detail header{margin:28px 0 34px}
.article-detail h1{margin:8px 0 12px;font-size:42px;line-height:1.05}
.article-detail header p{color:var(--muted);font-size:18px}
.business-layout{display:grid;gap:34px}
.business-layout>*{min-width:0}
.business-layout h1{font-size:44px;line-height:1.03;overflow-wrap:anywhere}
.business-layout>div:first-child>p{color:var(--muted);font-size:18px;max-width:650px}
.business-points{border-top:1px solid var(--line)}
.business-points p{margin:0;padding:18px 0;border-bottom:1px solid var(--line);display:grid;gap:4px}
.business-points span{color:var(--muted)}
.site-footer{
  padding:52px 0 calc(28px + env(safe-area-inset-bottom));
  background:#050505;
  color:#fff;
}
.footer-inner{display:grid;gap:30px}
.footer-brand,.footer-nav,.footer-contact{min-width:0}
.footer-brand img{width:196px;margin-bottom:24px}
.footer-brand p{max-width:500px;color:#f3f4f6;margin:0;line-height:1.65}
.footer-socials{display:flex;align-items:center;gap:14px;margin-top:28px}
.footer-socials a{
  width:50px;height:50px;border-radius:50%;background:var(--orange);color:#fff;
  display:grid;place-items:center;transition:background-color .16s ease,transform .16s ease;
}
.footer-socials a:hover{background:var(--orange-dark);transform:translateY(-2px)}
.footer-socials .icon{width:23px;height:23px}
.footer-nav{display:grid;align-content:start;gap:12px}
.footer-nav h2,.footer-contact h2{margin:0 0 22px;font-size:22px;letter-spacing:-.02em}
.footer-nav a{width:fit-content;color:#fff;font-size:16px}
.footer-nav a:hover{text-decoration:underline;text-underline-offset:4px}
.footer-contact{display:grid;align-content:start;gap:18px}
.footer-contact-row{min-width:0;display:grid;grid-template-columns:34px minmax(0,1fr);gap:12px;align-items:start;color:#fff}
.footer-contact-icon{width:32px;height:32px;border-radius:7px;background:var(--orange);display:grid;place-items:center}
.footer-contact-icon .icon{width:16px;height:16px}
.footer-contact-row>span:last-child{min-width:0;display:grid;gap:2px}
.footer-contact-row small{color:#d0d5dd;font-size:13px}
.footer-contact-row strong{font-size:15px;font-weight:400;overflow-wrap:anywhere}
.copyright{margin:0;padding-top:20px;border-top:1px solid #25282e;color:#858d99;font-size:12px}
.toast{
  position:fixed;
  z-index:150;
  left:50%;
  bottom:24px;
  transform:translate(-50%,16px);
  padding:11px 15px;
  border-radius:9px;
  background:#111318;
  color:#fff;
  opacity:0;
  pointer-events:none;
  transition:.18s ease;
  max-width:calc(100vw - 40px);
  text-align:center;
}
.toast.visible{opacity:1;transform:translate(-50%,0)}
@media(max-width:759.98px){
  :root{--page-gutter:16px}
  .wide-container,.narrow-container{width:calc(100% - 32px)}
  .section-block{padding:44px 0}
  .home-hero{min-height:570px;align-items:flex-start}
  .hero-content{padding-top:54px;padding-bottom:44px}
  .hero-content h1{font-size:clamp(40px,12vw,46px);max-width:520px}
  .hero-content>p{font-size:16px}
  .search-widget{grid-template-columns:minmax(0,1fr);overflow:hidden}
  .search-widget>*{min-width:0;width:100%}
  .search-widget .btn{width:100%}
  .section-head{align-items:start;gap:12px;flex-wrap:wrap}
  .section-head h2,.page-heading h1{font-size:30px}
  .about-story-section{padding:44px 0 50px}
  .about-story-wrap h1{margin-bottom:26px;font-size:40px}
  .about-story{font-size:16px;line-height:1.6}
  .about-story p{margin-bottom:20px}
  .about-story .about-mission{margin-top:26px;font-size:16px}
  .about-cta{width:100%;min-width:0;margin-top:28px;white-space:normal;text-align:center}
  .about-solutions-section{padding:48px 0}
  .about-solutions-heading{margin-bottom:24px}
  .about-solutions-heading h2{font-size:32px}
  .about-solutions-heading>p:last-child{font-size:15px;line-height:1.5}
  .about-solutions-grid{grid-template-columns:minmax(0,1fr);gap:16px}
  .about-solutions-grid article{min-height:136px;padding:26px 20px;font-size:21px}
  .section-head>a{font-size:14px;min-height:44px;display:inline-flex;align-items:center}
  .category-grid{grid-template-columns:1fr}
  .category-tile:nth-child(odd),.category-tile:nth-child(even){padding-left:0;padding-right:0}
  .supplier-band h2{font-size:26px}
  .supplier-band .btn{width:100%}
  .faq-layout{grid-template-columns:1fr}
  .faq-list{gap:10px}
  .faq-item>button{min-height:68px;padding:16px 17px;font-size:15px}
  .faq-answer{padding:19px 17px 21px}
  .directory-search{grid-template-columns:20px minmax(0,1fr)}
  .directory-search .btn{grid-column:1/-1;width:100%}
  .directory-heading{align-items:start;flex-direction:column}
  .directory-heading h1{font-size:32px}
  .filter-button{width:100%;justify-content:center}
  .directory-status{flex-direction:column}
  .provider-card{padding:17px}
  .provider-actions{display:grid;grid-template-columns:1fr 1fr}
  .provider-actions .btn{min-width:0}
  .subcategory-links{margin-left:0}
  .provider-cover{aspect-ratio:2/1;max-height:none}
  .provider-cover img{height:100%;min-height:0;object-position:center}
  .provider-profile{padding-bottom:82px}
  .provider-profile-head{padding:24px 0 22px}
  .provider-profile-head>.wide-container{grid-template-columns:64px minmax(0,1fr);gap:14px;align-items:start}
  .provider-avatar-large{width:64px;height:64px;border-radius:13px}
  .provider-profile-head h1{font-size:30px;line-height:1.08;overflow-wrap:anywhere}
  .provider-profile-classification{font-size:14px}
  .provider-profile-location{font-size:13px;line-height:1.4}
  .provider-profile-location span{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
  .provider-profile-grid{grid-template-columns:1fr;padding-top:28px;padding-bottom:30px;gap:28px}
  .provider-profile-main{gap:24px}
  .provider-profile-main section{padding-bottom:22px}
  .provider-contact-box{padding:20px;border:1px solid var(--line);border-radius:12px}
  .provider-contact-box .btn{width:100%}
  .provider-mobile-actions{
    position:fixed;z-index:65;left:0;right:0;bottom:0;
    padding:10px 16px calc(10px + env(safe-area-inset-bottom));
    border-top:1px solid var(--line);background:rgba(255,255,255,.96);
    box-shadow:0 -10px 30px rgba(16,24,40,.1);backdrop-filter:blur(12px);
    display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;
  }
  .provider-mobile-actions.single{grid-template-columns:1fr}
  .provider-mobile-actions .btn{min-width:0;min-height:48px;padding:11px 12px;white-space:nowrap}
  .auth-card{padding:24px 18px}
  .onboarding-actions .btn{flex:1}
  .article-detail h1{font-size:34px}
  .business-layout h1{font-size:36px}
  input,select,textarea{font-size:16px!important}
}

@media(max-width:359.98px){
  :root{--page-gutter:12px}
  .mobile-header{padding-left:10px;padding-right:10px;grid-template-columns:40px minmax(0,1fr) auto}
  .header-icon{width:40px;height:40px}
  .mobile-brand img{width:132px}
  .header-cta{min-height:40px;padding:8px 10px;font-size:12px}
  .wide-container,.narrow-container{width:calc(100% - 24px)}
  .hero-content h1{font-size:40px}
  .auth-wrap,.onboarding-wrap{width:calc(100% - 24px)}
  .auth-card{padding:22px 16px}
}
@media(min-width:760px){
  .mobile-header,.mobile-menu,.menu-scrim{display:none}
  .desktop-header{
    height:76px;
    background:var(--black);
    color:#fff;
    display:block;
    position:sticky;
    top:0;
    z-index:70;
  }
  .desktop-nav{
    height:76px;
    display:grid;
    grid-template-columns:180px 1fr auto;
    gap:28px;
    align-items:center;
  }
  .desktop-brand img{width:164px}
  .desktop-nav nav{display:flex;justify-content:center;gap:28px}
  .desktop-nav nav a{font-size:14px;color:#e7e9ed}
  .desktop-actions{display:flex;align-items:center;gap:18px;font-size:14px}
  .header-cta{font-size:14px}
  .search-widget{grid-template-columns:minmax(260px,2fr) minmax(170px,1fr) minmax(170px,1fr) auto}
  .search-widget .btn{min-width:185px}
  .supplier-band-inner{grid-template-columns:1fr auto;align-items:center}
  .supplier-band .btn{justify-self:end}
  .faq-layout{grid-template-columns:.8fr 1.2fr;gap:80px}
  .provider-list{grid-template-columns:repeat(2,minmax(0,1fr))}
  .filter-sheet{
    left:auto;right:0;top:0;bottom:0;width:390px;border-radius:0;
    transform:translateX(105%)
  }
  .filter-sheet.open{transform:translateX(0)}
  .provider-profile-grid{grid-template-columns:1fr 320px}
  .provider-contact-box{padding:22px;border:1px solid var(--line);border-radius:12px;align-self:start}
  .compare-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dashboard-status{grid-template-columns:1fr auto;align-items:center}
  .guide-row{grid-template-columns:1fr auto;align-items:center}
  .business-layout{grid-template-columns:1.05fr .95fr;gap:70px;align-items:start}
  .footer-inner{grid-template-columns:1.15fr .72fr .93fr;gap:48px}
  .copyright{grid-column:1/-1}
}
/* Datos reales del directorio y medios migrados */
.provider-avatar img,.category-result-logo img{width:100%;height:100%;object-fit:contain;border-radius:inherit}
.provider-cover{width:100%;max-height:360px;overflow:hidden;background:#f4f1eb}
.provider-cover img{display:block;width:100%;height:min(360px,38vw);min-height:180px;object-fit:cover}
.provider-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}
.provider-gallery img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;background:#f4f1eb}
.directory-pagination{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;margin:2rem 0;text-align:center}
.directory-pagination a:last-child{justify-self:end}.directory-pagination a:first-child{justify-self:start}
.directory-loading{min-height:50vh;display:grid;place-items:center;color:#655f55}
.directory-error{margin:0;padding:.8rem 1rem;background:#fff0ed;color:#8a2e22;text-align:center}
@media(max-width:640px){.directory-pagination{grid-template-columns:1fr 1fr}.directory-pagination>span{grid-column:1/-1;grid-row:1}.provider-gallery{grid-template-columns:1fr 1fr}}

@media(max-width:759px){
  .provider-cover{max-height:none}
  .provider-cover img{height:100%;min-height:0;object-position:center}
}

@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
