/* Namespaced homepage redesign styles. Every class is prefixed "owh-" and
   every rule is scoped under .owh-root to avoid colliding with the app's
   existing global CSS (which reuses common names like .card/.btn/.icon/.small
   with !important rules elsewhere in the app). */
.owh-root{
  --owh-primary:#173F26;
  --owh-primary-dark:#0E2818;
  --owh-accent:#D8A13B;
  --owh-accent-light:#F2D9A5;
  --owh-cream:#FAF7EF;
  --owh-ink:#1B2419;
  --owh-muted:#5B6B5D;
  --owh-white:#FFFFFF;
  --owh-whatsapp:#25D366;
  --owh-radius:14px;
  --owh-maxw:1180px;
  font-family:'Manrope','Segoe UI',Arial,Helvetica,sans-serif;
  background-color:var(--owh-cream);
  background-image:radial-gradient(rgba(23,63,38,.05) 1px, transparent 1.6px);
  background-size:22px 22px;
  color:var(--owh-ink);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
  display:block;
}
.owh-root *{box-sizing:border-box;}
.owh-root a{color:inherit;text-decoration:none;}
.owh-root img,.owh-root svg{display:block;max-width:100%;}
.owh-root .owh-wrap{max-width:var(--owh-maxw);margin:0 auto;padding:0 24px;}
.owh-root section{position:relative;}
.owh-root section[id]{scroll-margin-top:90px;}
.owh-root h1,.owh-root h2,.owh-root h3{line-height:1.2;font-weight:800;margin:0;}
.owh-root .owh-eyebrow{
  display:inline-block;font-size:12.5px;letter-spacing:2px;text-transform:uppercase;
  color:var(--owh-accent);font-weight:700;margin-bottom:12px;
}
.owh-root .owh-btn{
  display:inline-flex;align-items:center;gap:10px;padding:14px 26px;border-radius:50px;
  font-weight:700;font-size:15px;cursor:pointer;border:2px solid transparent;
  transition:transform .25s ease,box-shadow .25s ease,filter .25s ease,background .25s ease;
}
.owh-root .owh-btn-primary{
  background:linear-gradient(135deg,var(--owh-accent) 0%,#C68F30 100%);color:var(--owh-primary-dark);
  box-shadow:0 6px 18px rgba(216,161,59,.28);
}
.owh-root .owh-btn-primary:hover{
  background:linear-gradient(135deg,var(--owh-accent-light) 0%,var(--owh-accent) 100%);
  transform:translateY(-2px);box-shadow:0 10px 26px rgba(216,161,59,.4);
}
.owh-root .owh-btn-outline{border-color:rgba(255,255,255,.55);color:#fff;}
.owh-root .owh-btn-outline:hover{background:rgba(255,255,255,.12);transform:translateY(-2px);}
.owh-root .owh-btn-whatsapp{
  background:linear-gradient(135deg,#2FDE73 0%,var(--owh-whatsapp) 100%);color:#fff;
  box-shadow:0 6px 18px rgba(37,211,102,.3);
}
.owh-root .owh-btn-whatsapp:hover{
  transform:translateY(-2px);box-shadow:0 10px 26px rgba(37,211,102,.42);filter:brightness(1.04);
}
.owh-root .owh-btn-login{background:transparent;color:#fff;border-color:rgba(255,255,255,.55);}
.owh-root .owh-btn-login:hover{background:rgba(255,255,255,.12);transform:translateY(-2px);}

.owh-root .owh-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease, transform .7s ease;}
.owh-root .owh-reveal.owh-in{opacity:1;transform:translateY(0);}
.owh-root .owh-services-grid .owh-card:nth-child(1){transition-delay:0s;}
.owh-root .owh-services-grid .owh-card:nth-child(2){transition-delay:.09s;}
.owh-root .owh-services-grid .owh-card:nth-child(3){transition-delay:.18s;}
.owh-root .owh-services-grid .owh-card:nth-child(4){transition-delay:.27s;}
.owh-root .owh-states-grid .owh-state-card:nth-child(1){transition-delay:0s;}
.owh-root .owh-states-grid .owh-state-card:nth-child(2){transition-delay:.1s;}
.owh-root .owh-states-grid .owh-state-card:nth-child(3){transition-delay:.2s;}
.owh-root .owh-why-list li:nth-child(1){transition-delay:0s;}
.owh-root .owh-why-list li:nth-child(2){transition-delay:.08s;}
.owh-root .owh-why-list li:nth-child(3){transition-delay:.16s;}
.owh-root .owh-why-list li:nth-child(4){transition-delay:.24s;}

.owh-root .owh-scroll-progress{
  position:fixed;top:0;left:0;height:3px;width:0%;z-index:1600;
  background:linear-gradient(90deg,var(--owh-accent),var(--owh-accent-light));
  transition:width .12s linear;
}
.owh-root .owh-header{
  position:fixed;top:0;left:0;right:0;z-index:1500;
  background:rgba(23,63,38,.96);backdrop-filter:blur(6px);
  border-bottom:1px solid rgba(255,255,255,.08);
  transition:box-shadow .3s ease;
}
.owh-root .owh-header.owh-scrolled{box-shadow:0 8px 24px rgba(0,0,0,.22);}
.owh-root .owh-header.owh-scrolled .owh-nav{height:62px;}
.owh-root .owh-nav{display:flex;align-items:center;justify-content:space-between;height:74px;gap:18px;transition:height .25s ease;}
.owh-root .owh-brand-mark{display:flex;align-items:center;gap:10px;flex:0 0 auto;}
.owh-root .owh-brand-icon{width:22px;height:auto;flex:0 0 auto;display:block;}
.owh-root .owh-brand-logo-img{height:40px;width:auto;display:block;flex:0 0 auto;}
.owh-root .owh-brand-text{display:flex;flex-direction:column;line-height:1.15;flex:0 0 auto;font-family:inherit;}
.owh-root .owh-brand-line1{font-size:13px;font-weight:600;letter-spacing:2px;text-transform:uppercase;color:#fff;opacity:.82;}
.owh-root .owh-brand-line2{font-size:23px;font-weight:800;letter-spacing:.3px;color:#fff;}
.owh-root .owh-brand-accent{color:#3C6B29;}
.owh-root .owh-navlinks{display:flex;gap:28px;align-items:center;flex-wrap:wrap;}
.owh-root .owh-navlinks a{color:#EAF0E7;font-size:14.5px;font-weight:600;opacity:.9;transition:.2s;cursor:pointer;}
.owh-root .owh-navlinks a:hover{opacity:1;color:var(--owh-accent-light);}
.owh-root .owh-navlinks a.owh-active{opacity:1;color:var(--owh-accent-light);position:relative;}
.owh-root .owh-navlinks a.owh-active::after{content:"";position:absolute;left:0;right:0;bottom:-9px;height:2px;background:var(--owh-accent-light);border-radius:2px;}
.owh-root .owh-nav-cta{display:flex;gap:10px;align-items:center;flex-wrap:wrap;}
.owh-root .owh-nav-cta .owh-btn{padding:10px 16px;font-size:13px;}
.owh-root .owh-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;background:none;border:0;padding:6px;flex:0 0 auto;}
.owh-root .owh-hamburger span{width:24px;height:2px;background:#fff;display:block;transition:transform .25s ease,opacity .25s ease;}
.owh-root .owh-hamburger.owh-open span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.owh-root .owh-hamburger.owh-open span:nth-child(2){opacity:0;}
.owh-root .owh-hamburger.owh-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

.owh-root .owh-mobile-menu{
  display:none;max-height:0;overflow:hidden;background:rgba(14,40,24,.98);
  transition:max-height .3s ease;
}
.owh-root .owh-mobile-menu.owh-open{max-height:420px;}
.owh-root .owh-mobile-navlinks{display:flex;flex-direction:column;padding:10px 24px 0;}
.owh-root .owh-mobile-navlinks a{color:#EAF0E7;font-size:15.5px;font-weight:600;padding:13px 0;border-bottom:1px solid rgba(255,255,255,.08);}
.owh-root .owh-mobile-cta{display:flex;flex-direction:column;gap:12px;padding:18px 24px 24px;}
.owh-root .owh-mobile-cta .owh-btn{justify-content:center;}

.owh-root .owh-hero{
  padding:150px 0 110px;
  background:
    radial-gradient(1100px 500px at 85% -10%, rgba(216,161,59,.20), transparent 60%),
    linear-gradient(160deg,var(--owh-primary) 0%,var(--owh-primary-dark) 100%);
  color:#fff;overflow:hidden;
}
.owh-root .owh-hero .owh-wrap{display:grid;grid-template-columns:1.15fr .85fr;gap:50px;align-items:center;}
.owh-root .owh-hero h1{font-size:46px;color:#fff;margin-bottom:20px;}
.owh-root .owh-hero h1 span{color:var(--owh-accent-light);}
.owh-root .owh-hero p.owh-lead{font-size:17.5px;color:#DCE8DE;max-width:520px;margin-bottom:32px;}
.owh-root .owh-hero-ctas{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:26px;}
.owh-root .owh-hero-note{font-size:13px;color:#B9CDBB;max-width:460px;line-height:1.6;}
.owh-root .owh-hero-note b{color:var(--owh-accent-light);}

.owh-root .owh-hero-art{position:relative;height:380px;}
.owh-root .owh-warehouse-illus{position:relative;z-index:1;display:block;filter:drop-shadow(0 18px 30px rgba(0,0,0,.3));}
.owh-root .owh-silo{
  position:absolute;border-radius:16px;background:linear-gradient(160deg,#2A5E3C,#173F26);
  box-shadow:0 20px 50px rgba(0,0,0,.35), inset 0 0 0 1px rgba(255,255,255,.06);
}
.owh-root .owh-silo.owh-s1{width:150px;height:280px;right:120px;top:50px;border-radius:75px 75px 16px 16px;}
.owh-root .owh-silo.owh-s2{width:120px;height:220px;right:0;top:110px;border-radius:60px 60px 16px 16px;background:linear-gradient(160deg,#D8A13B,#B9822B);}
.owh-root .owh-silo.owh-s3{width:110px;height:180px;right:230px;top:150px;border-radius:55px 55px 16px 16px;}
.owh-root .owh-grain-dot{position:absolute;width:10px;height:10px;border-radius:50%;background:var(--owh-accent-light);opacity:.85;animation:owh-float 4.5s ease-in-out infinite;}

@keyframes owh-float{0%,100%{transform:translateY(0);}50%{transform:translateY(-16px);}}

.owh-root .owh-stats{background:var(--owh-primary-dark);padding:56px 0;}
.owh-root .owh-stats-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:24px;text-align:center;}
.owh-root .owh-stat-num{
  font-size:40px;font-weight:800;color:var(--owh-accent);
  display:flex;align-items:baseline;justify-content:center;gap:2px;
}
.owh-root .owh-stat-num .owh-suffix{font-size:26px;}
.owh-root .owh-stat-label{margin-top:8px;font-size:13.5px;color:#CBD9CC;letter-spacing:.3px;}

.owh-root .owh-sec-head{max-width:640px;margin-bottom:46px;}
.owh-root .owh-sec-head h2{font-size:32px;color:var(--owh-primary-dark);}
.owh-root .owh-sec-head p{color:var(--owh-muted);margin-top:12px;font-size:15.5px;}
.owh-root .owh-section-pad{padding:90px 0;}
.owh-root .owh-section-pad .owh-wrap{position:relative;z-index:1;}
.owh-root #owh-services::before,
.owh-root #owh-contact::before{
  content:"";position:absolute;top:-60px;right:-80px;width:340px;height:340px;border-radius:50%;
  background:radial-gradient(circle,rgba(216,161,59,.14) 0%,rgba(216,161,59,0) 70%);
  pointer-events:none;z-index:0;
}
.owh-root #owh-how::before{
  content:"";position:absolute;bottom:-100px;left:-100px;width:380px;height:380px;border-radius:50%;
  background:radial-gradient(circle,rgba(23,63,38,.06) 0%,rgba(23,63,38,0) 70%);
  pointer-events:none;z-index:0;
}

.owh-root .owh-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;}
.owh-root .owh-card{
  background:#fff;border-radius:var(--owh-radius);padding:28px 24px;border:1px solid #EDE7D8;
  box-shadow:0 8px 24px rgba(23,63,38,.05);transition:.3s;
}
.owh-root .owh-card:hover{transform:translateY(-6px);box-shadow:0 16px 32px rgba(23,63,38,.12);border-color:var(--owh-accent);}
.owh-root .owh-card .owh-icon{
  width:52px;height:52px;border-radius:12px;background:linear-gradient(160deg,var(--owh-primary),var(--owh-primary-dark));
  display:flex;align-items:center;justify-content:center;margin-bottom:18px;color:var(--owh-accent-light);font-size:22px;
}
.owh-root .owh-card h3{font-size:17.5px;color:var(--owh-primary-dark);margin-bottom:8px;}
.owh-root .owh-card p{font-size:14px;color:var(--owh-muted);margin:0;}

.owh-root .owh-states-band{background:var(--owh-white);border-top:1px solid #EDE7D8;border-bottom:1px solid #EDE7D8;}
.owh-root .owh-states-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;}
.owh-root .owh-state-card{
  padding:26px 22px;border-radius:var(--owh-radius);background:var(--owh-cream);text-align:center;
  border:1px solid #EDE7D8;
}
.owh-root .owh-state-card .owh-flag{
  width:44px;height:44px;border-radius:50%;background:var(--owh-primary);color:var(--owh-accent-light);
  display:flex;align-items:center;justify-content:center;font-weight:800;margin:0 auto 12px;
}
.owh-root .owh-state-card h3{font-size:16.5px;color:var(--owh-primary-dark);}
.owh-root .owh-state-card p{font-size:13px;color:var(--owh-muted);margin-top:4px;}

.owh-root .owh-why{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;}
.owh-root .owh-why-list{list-style:none;margin-top:22px;padding:0;}
.owh-root .owh-why-list li{display:flex;gap:14px;padding:14px 0;border-bottom:1px dashed #E3DCC8;}
.owh-root .owh-why-list li:last-child{border-bottom:none;}
.owh-root .owh-why-list .owh-num{
  flex:0 0 auto;width:34px;height:34px;border-radius:9px;background:var(--owh-accent-light);
  color:var(--owh-primary-dark);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;
}
.owh-root .owh-why-list h4{font-size:15.5px;color:var(--owh-primary-dark);margin:0;}
.owh-root .owh-why-list p{font-size:13.5px;color:var(--owh-muted);margin-top:2px;}
.owh-root .owh-why-panel{
  background:linear-gradient(160deg,var(--owh-primary),var(--owh-primary-dark));border-radius:20px;color:#fff;
  padding:40px;position:relative;overflow:hidden;
}
.owh-root .owh-why-panel::after{
  content:"";position:absolute;right:-40px;bottom:-40px;width:180px;height:180px;border-radius:50%;
  background:rgba(216,161,59,.18);
}
.owh-root .owh-why-panel h3{font-size:22px;margin-bottom:14px;}
.owh-root .owh-why-panel p{color:#DCE8DE;font-size:14.5px;margin-bottom:22px;}
.owh-root .owh-mini-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px;}
.owh-root .owh-mini-stats div{background:rgba(255,255,255,.08);border-radius:12px;padding:16px;}
.owh-root .owh-mini-stats b{display:block;font-size:24px;color:var(--owh-accent-light);}
.owh-root .owh-mini-stats span{font-size:12px;color:#CBD9CC;}

.owh-root .owh-clients{background:var(--owh-white);}
.owh-root .owh-marquee{overflow:hidden;position:relative;padding:10px 0;
  -webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);
  mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent);}
.owh-root .owh-marquee-track{display:flex;gap:20px;width:max-content;animation:owh-scroll 28s linear infinite;}
.owh-root .owh-marquee:hover .owh-marquee-track{animation-play-state:paused;}
@keyframes owh-scroll{from{transform:translateX(0);}to{transform:translateX(-50%);}}
.owh-root .owh-logo-badge{
  flex:0 0 auto;min-width:210px;height:92px;background:var(--owh-cream);border:1px solid #EDE7D8;
  border-radius:var(--owh-radius);display:flex;flex-direction:column;align-items:center;justify-content:center;
  gap:4px;filter:grayscale(1);opacity:.75;transition:.3s;
}
.owh-root .owh-logo-badge:hover{filter:grayscale(0);opacity:1;border-color:var(--owh-accent);transform:translateY(-3px);}
.owh-root .owh-logo-badge .owh-lname{font-weight:800;font-size:17px;color:var(--owh-primary-dark);letter-spacing:.3px;}
.owh-root .owh-logo-badge .owh-ltag{font-size:10px;letter-spacing:1.5px;text-transform:uppercase;color:var(--owh-muted);}
.owh-root .owh-logo-badge .owh-logo-img{max-width:78%;max-height:44px;width:auto;height:auto;object-fit:contain;}
.owh-root .owh-logo-badge .owh-logo-fallback{display:flex;flex-direction:column;align-items:center;gap:4px;}

.owh-root .owh-cta-banner{
  background:linear-gradient(120deg,var(--owh-accent) 0%,#C68F30 100%);
  border-radius:24px;padding:52px;display:flex;justify-content:center;align-items:center;gap:30px;
  color:var(--owh-primary-dark);text-align:center;
}
.owh-root .owh-cta-banner h2{font-size:30px;margin-bottom:10px;}
.owh-root .owh-cta-banner p{font-size:16px;color:#3B2E10;max-width:560px;margin:0 auto;}
.owh-root .owh-cta-banner .owh-btns{display:flex;gap:14px;flex-wrap:wrap;}
.owh-root .owh-cta-banner .owh-btn-primary{
  background:linear-gradient(135deg,var(--owh-primary) 0%,var(--owh-primary-dark) 100%);color:#fff;
  box-shadow:0 6px 18px rgba(14,40,24,.28);
}
.owh-root .owh-cta-banner .owh-btn-primary:hover{
  background:linear-gradient(135deg,#1F4E30 0%,var(--owh-primary) 100%);
  box-shadow:0 10px 26px rgba(14,40,24,.36);
}

.owh-root .owh-how-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;position:relative;}
.owh-root .owh-how-grid::before{
  content:"";position:absolute;top:34px;left:80px;right:80px;height:2px;z-index:0;
  background-image:repeating-linear-gradient(90deg,#D8C9A0 0 10px,transparent 10px 18px);
}
.owh-root .owh-how-step{position:relative;z-index:1;text-align:center;padding:0 12px;}
.owh-root .owh-how-icon{
  width:68px;height:68px;border-radius:50%;margin:0 auto 18px;position:relative;
  background:linear-gradient(160deg,var(--owh-primary),var(--owh-primary-dark));
  display:flex;align-items:center;justify-content:center;color:var(--owh-accent-light);
}
.owh-root .owh-how-num{
  position:absolute;top:-6px;right:-6px;width:26px;height:26px;border-radius:50%;
  background:var(--owh-accent);color:var(--owh-primary-dark);font-size:11.5px;font-weight:800;
  display:flex;align-items:center;justify-content:center;border:2px solid var(--owh-cream);
}
.owh-root .owh-how-step h3{font-size:16.5px;color:var(--owh-primary-dark);margin-bottom:8px;}
.owh-root .owh-how-step p{font-size:13.5px;color:var(--owh-muted);max-width:230px;margin:0 auto;}
.owh-root .owh-how-grid .owh-how-step:nth-child(1){transition-delay:0s;}
.owh-root .owh-how-grid .owh-how-step:nth-child(2){transition-delay:.09s;}
.owh-root .owh-how-grid .owh-how-step:nth-child(3){transition-delay:.18s;}
.owh-root .owh-how-grid .owh-how-step:nth-child(4){transition-delay:.27s;}

.owh-root .owh-contact-form-wrap{
  margin-top:56px;background:#fff;border-radius:var(--owh-radius);border:1px solid #EDE7D8;
  box-shadow:0 8px 24px rgba(23,63,38,.05);padding:40px;
}
.owh-root .owh-contact-form-head{max-width:100%;margin-bottom:26px;}
.owh-root .owh-contact-form .owh-form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:18px;}
.owh-root .owh-form-field{display:flex;flex-direction:column;gap:6px;}
.owh-root .owh-form-field-full{margin-bottom:18px;}
.owh-root .owh-form-field label{font-size:13px;font-weight:700;color:var(--owh-primary-dark);}
.owh-root .owh-form-field input,
.owh-root .owh-form-field textarea{
  font:inherit;font-size:14.5px;padding:11px 14px;border-radius:9px;border:1px solid #DCD4BE;
  background:var(--owh-cream);color:var(--owh-ink);resize:vertical;transition:border-color .2s,box-shadow .2s;
}
.owh-root .owh-form-field input:focus,
.owh-root .owh-form-field textarea:focus{
  outline:none;border-color:var(--owh-accent);box-shadow:0 0 0 3px rgba(216,161,59,.18);background:#fff;
}
.owh-root .owh-form-submit{border:none;cursor:pointer;font:inherit;}
.owh-root .owh-form-submit:disabled{opacity:.65;cursor:default;}
.owh-root .owh-form-status{font-size:13.5px;margin:14px 0 0;min-height:1em;}
.owh-root .owh-form-status.owh-form-success{color:#2E7D32;font-weight:700;}
.owh-root .owh-form-status.owh-form-error{color:#B23B2E;font-weight:700;}

.owh-root footer{background:var(--owh-primary-dark);color:#CBD9CC;padding:50px 0 26px;}
.owh-root .owh-foot-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:30px;padding-bottom:34px;border-bottom:1px solid rgba(255,255,255,.08);}
.owh-root footer h4{
  color:#fff;font-size:17px;font-weight:800;margin-bottom:16px;letter-spacing:.2px;
  padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.15);
}
.owh-root footer .owh-brand-mark{margin-bottom:10px;}
.owh-root footer .owh-brand-icon{width:18px;}
.owh-root footer .owh-brand-line1{font-size:11px;}
.owh-root footer .owh-brand-line2{font-size:19px;}
.owh-root footer p.owh-small{font-size:13px;color:#9FB3A2;max-width:280px;margin:0;}
.owh-root .owh-foot-social{display:flex;gap:10px;margin-top:18px;}
.owh-root .owh-foot-social a{
  width:34px;height:34px;border-radius:8px;background:rgba(255,255,255,.08);color:#CBD9CC;
  display:flex;align-items:center;justify-content:center;transition:.2s ease;
}
.owh-root .owh-foot-social a:hover{background:var(--owh-accent);color:var(--owh-primary-dark);transform:translateY(-2px);}
.owh-root footer ul{list-style:none;padding:0;margin:0;}
.owh-root footer ul li{margin-bottom:11px;font-size:13.5px;}
.owh-root footer ul li a:hover{color:var(--owh-accent-light);}
.owh-root .owh-foot-contact li{display:flex;align-items:flex-start;gap:10px;color:#CBD9CC;line-height:1.5;}
.owh-root .owh-foot-contact li svg{flex:0 0 auto;margin-top:3px;color:var(--owh-accent);}
.owh-root .owh-foot-contact li a{color:#CBD9CC;}
.owh-root .owh-foot-contact li a:hover{color:var(--owh-accent-light);}
.owh-root footer p.owh-foot-cin{font-size:13.5px;color:#CBD9CC;line-height:1.5;margin:11px 0 0;}
.owh-root .owh-foot-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:20px;font-size:12.5px;color:#8AA08D;flex-wrap:wrap;gap:10px;}
.owh-root .owh-foot-bottom b{color:#EAF0E7;}
.owh-root .owh-foot-legal{display:flex;gap:22px;}
.owh-root .owh-foot-legal a{color:#8AA08D;}
.owh-root .owh-foot-legal a:hover{color:var(--owh-accent-light);}

.owh-root .owh-float-stack{
  position:fixed;bottom:26px;right:26px;z-index:2000;display:flex;flex-direction:column;gap:14px;align-items:flex-end;
  pointer-events:none;
}
.owh-root .owh-float-btn{
  width:58px;height:58px;border-radius:50%;display:flex;align-items:center;flex:0 0 auto;
  justify-content:center;box-shadow:0 10px 26px rgba(0,0,0,.25);transition:transform .2s ease,box-shadow .2s ease;
  pointer-events:auto;
  border:none;cursor:pointer;position:relative;
}
.owh-root .owh-float-btn:hover{transform:scale(1.06);}
.owh-root .owh-float-main{
  background:linear-gradient(135deg,var(--owh-accent-light) 0%,var(--owh-accent) 100%);
  animation:owh-pulse-gold 2.4s ease-in-out infinite;
  transition:transform .2s ease,box-shadow .2s ease;
}
.owh-root .owh-float-main.owh-open{animation:none;}
.owh-root .owh-float-main .owh-float-icon{
  position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(1) rotate(0deg);
  opacity:1;transition:opacity .2s ease,transform .25s ease;
}
.owh-root .owh-float-main .owh-float-icon-close{opacity:0;transform:translate(-50%,-50%) scale(.5) rotate(-45deg);}
.owh-root .owh-float-main.owh-open .owh-float-icon-chat{opacity:0;transform:translate(-50%,-50%) scale(.5) rotate(45deg);}
.owh-root .owh-float-main.owh-open .owh-float-icon-close{opacity:1;transform:translate(-50%,-50%) scale(1) rotate(0deg);}
@keyframes owh-pulse-gold{0%,100%{box-shadow:0 10px 26px rgba(216,161,59,.35);}50%{box-shadow:0 10px 26px rgba(216,161,59,.65);}}

.owh-root .owh-float-options{
  display:flex;flex-direction:column;gap:12px;align-items:flex-end;
  opacity:0;transform:translateY(14px) scale(.92);pointer-events:none;transform-origin:bottom right;
  transition:opacity .22s ease,transform .22s ease;
}
.owh-root .owh-float-options.owh-open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto;}
.owh-root .owh-float-card{
  display:flex;align-items:center;gap:12px;background:#fff;border-radius:999px;
  padding:9px 22px 9px 9px;width:250px;box-shadow:0 10px 26px rgba(0,0,0,.16);
  transition:transform .2s ease,box-shadow .2s ease;
}
.owh-root .owh-float-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px rgba(0,0,0,.22);}
.owh-root .owh-float-card-icon{
  width:42px;height:42px;border-radius:50%;background:var(--owh-cream);display:flex;align-items:center;
  justify-content:center;flex:0 0 auto;
}
.owh-root .owh-float-card-icon.owh-float-card-call{color:var(--owh-accent);}
.owh-root .owh-float-card-text{display:flex;flex-direction:column;min-width:0;}
.owh-root .owh-float-card-title{font-weight:800;font-size:14.5px;color:var(--owh-primary-dark);}
.owh-root .owh-float-card-desc{font-size:11.5px;color:var(--owh-muted);margin-top:1px;line-height:1.3;}
@media(max-width:600px){
  .owh-root .owh-float-stack{bottom:18px;right:18px;gap:10px;}
  .owh-root .owh-float-main{width:52px;height:52px;}
  .owh-root .owh-float-card{width:min(250px,calc(100vw - 56px));}
}

.owh-root .owh-back-top{
  position:fixed;bottom:32px;right:96px;z-index:1999;width:46px;height:46px;border-radius:12px;
  background:var(--owh-primary);border:1px solid rgba(255,255,255,.15);color:#fff;
  display:flex;align-items:center;justify-content:center;cursor:pointer;
  box-shadow:0 8px 20px rgba(0,0,0,.25);opacity:0;pointer-events:none;
  transform:translateY(10px);transition:opacity .25s ease,transform .25s ease,background .2s ease;
}
.owh-root .owh-back-top.owh-show{opacity:1;pointer-events:auto;transform:translateY(0);}
.owh-root .owh-back-top:hover{background:var(--owh-primary-dark);}
@media(max-width:600px){
  .owh-root .owh-back-top{bottom:22px;right:78px;width:40px;height:40px;}
}

@media(max-width:980px){
  .owh-root .owh-hero .owh-wrap{grid-template-columns:1fr;}
  .owh-root .owh-hero-art{display:none;}
  .owh-root .owh-stats-grid{grid-template-columns:repeat(3,1fr);row-gap:28px;}
  .owh-root .owh-services-grid{grid-template-columns:repeat(2,1fr);}
  .owh-root .owh-states-grid{grid-template-columns:1fr;}
  .owh-root .owh-why{grid-template-columns:1fr;}
  .owh-root .owh-foot-grid{grid-template-columns:1fr 1fr;}
  .owh-root .owh-navlinks,.owh-root .owh-nav-cta{display:none;}
  .owh-root .owh-hamburger{display:flex;}
  .owh-root .owh-mobile-menu{display:block;}
  .owh-root .owh-cta-banner{flex-direction:column;text-align:center;}
  .owh-root .owh-how-grid{grid-template-columns:repeat(2,1fr);row-gap:36px;}
  .owh-root .owh-how-grid::before{display:none;}
  .owh-root .owh-contact-form-wrap{padding:30px 24px;}
  .owh-root .owh-contact-form .owh-form-row{grid-template-columns:1fr;}
}
@media(max-width:560px){
  .owh-root .owh-hero h1{font-size:32px;}
  .owh-root .owh-stats-grid{grid-template-columns:repeat(2,1fr);}
  .owh-root .owh-services-grid{grid-template-columns:1fr;}
  .owh-root .owh-foot-grid{grid-template-columns:1fr;}
  .owh-root .owh-cta-banner{padding:32px 24px;}
  .owh-root .owh-how-grid{grid-template-columns:1fr;}
  .owh-root .owh-contact-form-wrap{padding:24px 18px;}
}
