:root{
  --orange:#f4b545;
  --orange-deep:#d99624;
  --orange-soft:#fff5df;
  --charcoal:#34373a;
  --graphite:#4b4f52;
  --warm-gray:#777c7f;
  --line:#e7e3dc;
  --cream:#fbfaf7;
  --white:#ffffff;
  --text:#35383a;
  --muted:#707579;
  --shadow:0 18px 50px rgba(54,57,59,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Segoe UI",Inter,Arial,sans-serif;color:var(--text);background:var(--cream);-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:inherit}
.topbar{height:88px;padding:0 6vw;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(231,227,220,.85);position:sticky;top:0;z-index:50;box-shadow:0 5px 25px rgba(52,55,58,.05)}
.brand{display:flex;align-items:center;min-width:185px}.brand img{width:auto;height:58px;object-fit:contain;display:block}.brand>span{display:none}
nav{display:flex;align-items:center;gap:34px}nav a{font-size:14px;font-weight:650;color:var(--graphite);position:relative;padding:34px 0}nav a:after{content:"";position:absolute;left:0;right:100%;bottom:23px;height:2px;background:var(--orange);transition:.25s}nav a:hover:after{right:0}.menu-btn{display:none;background:none;border:0;color:var(--charcoal);font-size:27px}
.hero{min-height:720px;padding:130px 7vw;display:flex;align-items:center;position:relative;overflow:hidden;background:linear-gradient(120deg,#34373a 0%,#565b5e 58%,#777c7f 100%);background-size:cover;background-position:center;color:#fff}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(42,44,46,.94) 0%,rgba(53,56,58,.74) 52%,rgba(53,56,58,.24) 100%)}
.hero:after{content:"";position:absolute;width:420px;height:420px;border:78px solid rgba(244,181,69,.12);border-radius:50%;right:-110px;bottom:-170px}
.hero-content{max-width:790px;position:relative;z-index:2}
.eyebrow,.section-head>span{font-size:12px;letter-spacing:2.4px;font-weight:800;color:var(--orange);text-transform:uppercase}
h1{font-size:clamp(44px,6vw,78px);line-height:1.03;letter-spacing:-2px;margin:20px 0 22px;max-width:900px}.hero h1:after{content:"";display:block;width:82px;height:5px;background:var(--orange);border-radius:10px;margin-top:28px}.hero p{font-size:21px;line-height:1.65;max-width:690px;color:#f1f1ef}.actions{display:flex;gap:14px;margin-top:36px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:7px;padding:15px 24px;font-weight:750;cursor:pointer;transition:transform .2s,box-shadow .2s,background .2s}.btn:hover{transform:translateY(-2px)}.primary{background:var(--orange);color:#2f3132;box-shadow:0 10px 24px rgba(244,181,69,.25)}.primary:hover{background:#ffc65a}.secondary{border:1px solid rgba(255,255,255,.6);color:#fff;background:rgba(255,255,255,.06);backdrop-filter:blur(6px)}.danger{background:#a92e38;color:white}
.section{padding:105px 7vw;background:var(--cream)}.section-head{max-width:760px;margin-bottom:48px}.section h2,.contact h2{font-size:clamp(34px,4vw,54px);line-height:1.12;letter-spacing:-1px;margin:12px 0 18px;color:var(--charcoal)}.section-head p{color:var(--muted);font-size:18px;line-height:1.7}
.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.card{padding:34px 30px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 10px 35px rgba(52,55,58,.05);transition:transform .25s,box-shadow .25s,border-color .25s}.card:hover{transform:translateY(-7px);box-shadow:var(--shadow);border-color:#f0cf91}.icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:var(--orange-soft);color:var(--orange-deep);font-weight:900;font-size:17px;border-radius:12px}.card h3{font-size:21px;margin:24px 0 12px;color:var(--charcoal)}.card p{color:var(--muted);line-height:1.75;margin:0}
.dark{background:var(--charcoal);color:#fff;position:relative}.dark:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 15%,rgba(244,181,69,.12),transparent 25%)}.dark>*{position:relative}.dark .section-head h2{color:#fff}.dark .section-head p{color:#c8c9c6}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.project{border-radius:16px;overflow:hidden;background:#414548;border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 45px rgba(0,0,0,.14);transition:transform .25s}.project:hover{transform:translateY(-6px)}.project img{width:100%;height:270px;object-fit:cover;display:block}.project div{padding:24px}.project span{color:var(--orange);font-size:11px;letter-spacing:1.3px;font-weight:800;text-transform:uppercase}.project h3{margin:10px 0;color:#fff}.project p{color:#d0d1ce;line-height:1.65}.empty{grid-column:1/-1;padding:60px;text-align:center;border:1px dashed #777;border-radius:15px;color:#ddd}
.split{display:grid;grid-template-columns:.9fr 1.1fr;gap:80px;align-items:start;background:#fff}.split>div:first-child{position:relative}.split>div:first-child:before{content:"";position:absolute;left:-28px;top:42px;width:6px;height:120px;background:var(--orange);border-radius:20px}.split p,.split li{font-size:18px;line-height:1.8;color:var(--muted)}.split ul{list-style:none;padding:0;margin-top:28px}.split li{position:relative;padding-left:30px;margin:12px 0}.split li:before{content:"✓";position:absolute;left:0;color:var(--orange-deep);font-weight:900}
.contact{padding:100px 7vw;display:grid;grid-template-columns:1fr 1fr;gap:80px;background:linear-gradient(135deg,var(--orange-soft),#fff 58%);border-top:1px solid #f2e4c7}.contact p{color:var(--muted);font-size:18px;line-height:1.7}.contact form{background:#fff;padding:34px;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}form{display:grid;gap:14px}input,textarea{width:100%;padding:15px 16px;border:1px solid #dad7d0;border-radius:8px;font:inherit;background:#fff;outline:none;transition:border-color .2s,box-shadow .2s}input:focus,textarea:focus{border-color:var(--orange);box-shadow:0 0 0 4px rgba(244,181,69,.14)}textarea{min-height:130px;resize:vertical}
footer{padding:30px 7vw;background:#292b2d;color:#bfc1c1;display:flex;justify-content:space-between;border-top:4px solid var(--orange)}footer a:hover{color:var(--orange)}
.admin-body{background:#f3f1ed;min-height:100vh}.login-box{width:min(420px,92%);margin:9vh auto;padding:40px;background:#fff;border-radius:18px;border-top:5px solid var(--orange);box-shadow:var(--shadow)}.login-box h1{font-size:34px;margin:0;color:var(--charcoal)}.login-box>a{text-align:center;color:var(--orange-deep)}.alert,.success{padding:13px;border-radius:8px}.alert{background:#ffe6e6;color:#8e1d29}.success{background:#e6f5ea;color:#176237;margin-bottom:20px}.dashboard{width:min(1180px,94%);margin:35px auto}.dash-head{display:flex;justify-content:space-between;align-items:center}.dash-head h1{font-size:38px;margin:0;color:var(--charcoal)}.admin-card{background:#fff;border-radius:16px;padding:30px;margin:22px 0;border:1px solid var(--line);box-shadow:0 10px 30px rgba(52,55,58,.05)}.admin-card h2{font-size:25px;color:var(--charcoal)}.admin-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.admin-grid article{border:1px solid var(--line);border-radius:12px;padding:14px}.admin-grid img{width:100%;height:180px;object-fit:cover;border-radius:8px}
@media(max-width:900px){.cards,.gallery{grid-template-columns:repeat(2,1fr)}.split,.contact{grid-template-columns:1fr}.topbar nav{display:none;position:absolute;top:88px;left:0;right:0;background:#fff;padding:18px 7vw 28px;flex-direction:column;align-items:flex-start;gap:5px;border-bottom:1px solid var(--line);box-shadow:0 16px 30px rgba(52,55,58,.08)}.topbar nav.open{display:flex}.topbar nav a{padding:12px 0}.menu-btn{display:block}.admin-grid{grid-template-columns:1fr 1fr}.hero{min-height:650px}.split>div:first-child:before{display:none}}
@media(max-width:600px){.topbar{height:78px}.brand img{height:49px}.topbar nav{top:78px}.cards,.gallery,.admin-grid{grid-template-columns:1fr}.hero{min-height:610px;padding:100px 7vw}.hero p{font-size:17px}.actions{flex-direction:column;align-items:stretch}.section,.contact{padding:78px 7vw}.dash-head{align-items:flex-start;gap:20px;flex-direction:column}.contact form{padding:24px}h1{letter-spacing:-1px}}
/* Navegación extendida, tienda y cuenta */
.topbar{gap:24px}.topbar nav{gap:24px;flex:1;justify-content:center}.header-tools{display:flex;align-items:center;gap:9px}.tool-btn,.login-btn{height:46px;border:1px solid #dce5f4;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;background:#fff;font-weight:750;transition:.2s}.tool-btn{min-width:46px;padding:0 10px}.login-btn{padding:0 18px;color:var(--charcoal)}.tool-btn:hover,.login-btn:hover{border-color:var(--orange);box-shadow:0 8px 20px rgba(52,55,58,.08)}.cart-link{position:relative}.cart-link b{position:absolute;right:-6px;top:-8px;background:#1267d8;color:#fff;border-radius:50%;font-size:11px;min-width:20px;height:20px;display:grid;place-items:center;border:2px solid #fff}.trust-strip{padding:20px 7vw;background:#fff;display:flex;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line);font-size:13px;font-weight:750;color:var(--graphite)}
.page-hero{padding:115px 7vw 100px;background:linear-gradient(120deg,#2f3234,#555a5d);color:#fff;position:relative;overflow:hidden}.page-hero:after{content:"";position:absolute;width:340px;height:340px;border:65px solid rgba(244,181,69,.13);border-radius:50%;right:-80px;bottom:-150px}.page-hero h1{max-width:900px}.page-hero p{max-width:760px;font-size:20px;line-height:1.65;color:#e5e5e3}.page-hero.compact{padding-top:85px;padding-bottom:75px}.page-hero.compact h1{font-size:clamp(38px,5vw,62px)}
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 12px 35px rgba(52,55,58,.06);display:flex;flex-direction:column}.product-image{height:240px;background:linear-gradient(145deg,#fff8e9,#f1f2f2);display:grid;place-items:center}.product-image img{width:100%;height:100%;object-fit:cover}.product-image span{font-size:62px}.product-info{padding:26px;display:flex;flex-direction:column;flex:1}.product-info small{color:var(--orange-deep);font-weight:800;text-transform:uppercase;letter-spacing:1px}.product-info h3{font-size:23px;margin:10px 0}.product-info p{color:var(--muted);line-height:1.65;flex:1}.product-info strong{font-size:22px;margin:10px 0 18px}.product-info form,.product-info .btn{width:100%}.center{text-align:center;margin-top:40px}.outline{background:#fff;border:1px solid #cfcfc9;color:var(--charcoal)}.outline:hover{border-color:var(--orange)}.full{width:100%}
.cta-band{padding:65px 7vw;background:var(--orange-soft);display:flex;align-items:center;justify-content:space-between;gap:30px}.cta-band h2{font-size:clamp(30px,4vw,48px);margin:8px 0;color:var(--charcoal)}.steps,.solution-grid,.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.steps article,.solution-grid article,.resource-grid article{background:#fff;border:1px solid var(--line);border-radius:16px;padding:32px}.steps b{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--orange-soft);color:var(--orange-deep);font-size:20px}.solution-grid{grid-template-columns:repeat(2,1fr)}.solution-grid span,.resource-grid span{font-size:42px}.solution-grid h3,.resource-grid h3,.steps h3{font-size:23px}.solution-grid p,.resource-grid p,.steps p{color:var(--muted);line-height:1.7}.resource-grid a{color:var(--orange-deep);font-weight:800}.contact-page{padding:100px 7vw;display:grid;grid-template-columns:1fr 1fr;gap:75px;background:linear-gradient(135deg,var(--orange-soft),#fff 62%)}.contact-page h1{color:var(--charcoal);font-size:clamp(42px,5vw,66px)}.contact-page>div>p{font-size:19px;color:var(--muted);line-height:1.7}.contact-page form{background:#fff;border:1px solid var(--line);border-radius:18px;padding:34px;box-shadow:var(--shadow)}select{width:100%;padding:15px 16px;border:1px solid #dad7d0;border-radius:8px;background:#fff;font:inherit}
.auth-wrap{min-height:680px;padding:90px 7vw;display:grid;grid-template-columns:1fr 460px;gap:80px;align-items:center;background:linear-gradient(120deg,#303335 0%,#4d5255 55%,#fff5df 55%)}.auth-copy{color:#fff}.auth-copy h1{font-size:clamp(42px,5vw,68px)}.auth-copy p{font-size:19px;line-height:1.7;max-width:650px}.auth-card{background:#fff;border-radius:18px;padding:38px;box-shadow:0 25px 70px rgba(0,0,0,.18)}.auth-card h2{font-size:32px;margin-top:0}.auth-card label{font-size:13px;font-weight:750}.auth-card p{text-align:center;color:var(--muted)}.auth-card a{color:var(--orange-deep);font-weight:750}
.cart-layout{display:grid;grid-template-columns:1fr 360px;gap:32px}.cart-list{background:#fff;border:1px solid var(--line);border-radius:16px;padding:20px}.cart-list article{display:grid;grid-template-columns:78px 1fr 80px 130px;align-items:center;gap:18px;padding:18px;border-bottom:1px solid var(--line)}.cart-thumb{height:70px;background:var(--orange-soft);border-radius:10px;display:grid;place-items:center;font-size:30px}.cart-list h3{margin:5px 0}.cart-list p{margin:0;color:var(--muted)}.cart-list input{width:70px}.cart-actions{display:flex;justify-content:space-between;padding:20px 0 0}.text-btn{border:0;background:none;color:#a32d37;font-weight:750;cursor:pointer}.cart-summary{background:#fff;border:1px solid var(--line);border-radius:16px;padding:26px;height:max-content}.cart-summary>div{display:flex;justify-content:space-between;font-size:20px;padding:18px 0;border-bottom:1px solid var(--line)}.cart-summary p{font-size:13px;color:var(--muted);line-height:1.6}.empty-cart{text-align:center;background:#fff;border:1px solid var(--line);padding:70px;border-radius:18px}.empty-cart>span{font-size:60px}.account-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.account-grid>.text-btn{grid-column:1/-1;justify-self:start}
footer{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px;position:relative;padding-bottom:70px}footer img{height:56px;background:#fff;border-radius:8px;padding:4px}footer div{display:flex;flex-direction:column;gap:10px}footer p{max-width:360px}footer strong{color:#fff}footer .copyright{position:absolute;left:7vw;bottom:25px}.admin-placeholder{height:180px;border-radius:8px;background:var(--orange-soft);display:grid;place-items:center;font-size:48px}.form-grid{grid-template-columns:1fr 1fr}.form-grid textarea,.form-grid button{grid-column:1/-1}
@media(max-width:1180px){.topbar nav{gap:14px}.topbar nav a{font-size:13px}.login-btn{padding:0 12px}.tool-btn span{display:none}}
@media(max-width:900px){.header-tools{margin-left:auto}.topbar nav{justify-content:flex-start}.products-grid,.steps,.resource-grid{grid-template-columns:repeat(2,1fr)}.auth-wrap{grid-template-columns:1fr;background:linear-gradient(150deg,#303335 0%,#4d5255 42%,#fff5df 42%)}.auth-card{max-width:520px;width:100%;justify-self:center}.cart-layout,.contact-page{grid-template-columns:1fr}.solution-grid{grid-template-columns:1fr}.account-grid{grid-template-columns:1fr}.cta-band{align-items:flex-start;flex-direction:column}footer{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.header-tools{gap:5px}.tool-btn{min-width:40px;height:40px}.login-btn{font-size:0;width:42px;padding:0}.login-btn:before{content:"👤";font-size:18px}.trust-strip{overflow:auto;justify-content:flex-start;white-space:nowrap}.products-grid,.steps,.resource-grid{grid-template-columns:1fr}.cart-list article{grid-template-columns:60px 1fr}.cart-list article input,.cart-list article>strong{grid-column:2}.cart-actions{align-items:flex-start;gap:15px;flex-direction:column}.page-hero{padding-top:85px}.auth-wrap{padding:70px 6vw}.auth-card{padding:26px}.form-grid{grid-template-columns:1fr}.form-grid>*{grid-column:1!important}footer{grid-template-columns:1fr}}
