:root{
  --navy:#303c53;
  --navy-deep:#1f3046;
  --navy-ink:#15243a;
  --navy-soft:#60738f;
  --sand:#eee9e2;
  --cream:#faf7f2;
  --bronze:#9e6f3c;
  --bronze-light:#d5b18b;
  --bronze-pale:#ead8c4;
  --white:#ffffff;
  --ink:#172033;
  --muted:#697386;
  --line:#e5ddd3;
  --green:#12a46d;
  --red:#e35252;
  --shadow:0 28px 70px rgba(31,48,70,.14);
  --shadow-soft:0 16px 40px rgba(31,48,70,.09);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Manrope",Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--white);overflow-x:hidden}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}

/* HEADER */
.proposal-header{position:fixed;top:0;left:0;right:0;z-index:100;padding:18px 0;transition:.35s ease;color:#fff}
.proposal-header-inner{width:min(1260px,calc(100% - 40px));margin:auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}
.header-brand-zone{display:flex;align-items:center;gap:24px;position:relative}
.proposal-logo{display:block;width:148px;height:70px;overflow:hidden}
.proposal-logo img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,.12))}
.services-trigger{height:46px;padding:0 22px;border:1px solid rgba(255,255,255,.34);border-radius:999px;background:rgba(255,255,255,.08);color:inherit;font-weight:700;display:flex;align-items:center;gap:10px;backdrop-filter:blur(12px);transition:.25s ease}
.services-trigger:hover{background:rgba(255,255,255,.16)}
.proposal-nav{display:flex;align-items:center;justify-content:center;gap:8px}
.proposal-nav a{padding:10px 11px;border-radius:12px;color:inherit;font-size:14px;font-weight:700;white-space:nowrap;opacity:.92}
.proposal-nav a:hover{background:rgba(255,255,255,.1);opacity:1}
.header-actions{justify-self:end;display:flex;align-items:center;gap:10px}
.proposal-button{min-height:46px;padding:0 22px;border-radius:999px;border:1px solid transparent;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;transition:.25s ease;white-space:nowrap}
.proposal-button:hover{transform:translateY(-2px)}
.proposal-button-primary{background:#fff;color:var(--navy-deep);box-shadow:0 12px 28px rgba(13,24,44,.14)}
.proposal-button-outline{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.06)}
.proposal-button.dark{background:var(--navy);color:#fff}
.mobile-nav-toggle{display:none;width:46px;height:46px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.08);border-radius:15px;flex-direction:column;align-items:center;justify-content:center;gap:5px}
.mobile-nav-toggle span{width:20px;height:2px;background:currentColor;border-radius:9px}
.proposal-header.is-scrolled{padding:10px 0;background:rgba(255,255,255,.94);color:var(--navy-deep);box-shadow:0 12px 38px rgba(31,48,70,.09);backdrop-filter:blur(16px)}
.proposal-header.is-scrolled .proposal-logo img{filter:none}
.proposal-header.is-scrolled .services-trigger{background:#f6f2ec;border-color:var(--line)}
.proposal-header.is-scrolled .proposal-nav a:hover{background:#f5f1eb}
.proposal-header.is-scrolled .proposal-button-primary{background:var(--navy);color:#fff}
.proposal-header.is-scrolled .proposal-button-outline{color:var(--navy);border-color:var(--line);background:#fff}
.proposal-header.is-scrolled .mobile-nav-toggle{border-color:var(--line);background:#fff;color:var(--navy)}
.services-mega{position:absolute;top:82px;left:0;width:min(760px,calc(100vw - 40px));padding:26px;border-radius:28px;background:#fff;color:var(--ink);box-shadow:0 34px 90px rgba(20,31,49,.2);border:1px solid rgba(229,221,211,.8);opacity:0;visibility:hidden;transform:translateY(-10px);transition:.25s ease}
.services-mega.is-open{opacity:1;visibility:visible;transform:none}
.services-mega-close{position:absolute;top:16px;right:16px;border:0;background:#f3eee8;width:38px;height:38px;border-radius:50%;font-size:22px;color:var(--navy)}
.mega-label{text-transform:uppercase;letter-spacing:.13em;color:var(--bronze);font-size:12px;font-weight:800;margin:0 0 18px}
.services-mega-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.mega-service{display:grid;grid-template-columns:48px 1fr;gap:14px;align-items:start;padding:15px;border-radius:18px;transition:.2s ease}
.mega-service:hover{background:#f7f3ed}
.mega-icon{width:46px;height:46px;display:grid;place-items:center;border-radius:15px;background:var(--sand);color:var(--navy);font-size:12px;font-weight:900}
.mega-pro .mega-icon{background:var(--navy);color:#fff}
.mega-service strong{display:block;color:var(--navy-deep);font-size:15px;margin-bottom:5px}
.mega-service small{display:block;color:var(--muted);line-height:1.55}
.mega-actions{display:flex;gap:10px;border-top:1px solid var(--line);margin-top:16px;padding-top:18px}
.mega-actions .proposal-button-primary{background:var(--navy);color:#fff}
.mega-actions .proposal-button-outline{color:var(--navy);border-color:var(--line);background:#fff}

/* HERO */
.proposal-hero{position:relative;min-height:800px;padding:145px 0 120px;display:flex;align-items:center;overflow:hidden;color:#fff;background:linear-gradient(120deg,#1d2c42 0%,#303c53 34%,#667a99 68%,#c29a72 100%)}
.hero-grid-pattern,.preview-grid-bg,.contact-grid-pattern{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.075) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.075) 1px,transparent 1px);background-size:120px 120px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.9),transparent)}
.hero-line{position:absolute;height:2px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.7),transparent)}
.hero-line-a{width:340px;left:-50px;top:34%}.hero-line-b{width:390px;right:-120px;top:63%}
.hero-line:after{content:"";position:absolute;right:20%;top:-4px;width:10px;height:10px;border-radius:50%;background:#fff;box-shadow:0 0 20px rgba(255,255,255,.8)}
.hero-node{position:absolute;width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.9);box-shadow:0 0 0 7px rgba(255,255,255,.08)}
.hero-node-a{left:12%;top:24%}.hero-node-b{right:11%;top:23%}
.hero-glow{position:absolute;border-radius:50%;filter:blur(4px)}
.hero-glow-a{width:620px;height:620px;background:radial-gradient(circle,rgba(213,177,139,.38),transparent 68%);right:7%;top:5%}
.hero-glow-b{width:460px;height:460px;background:radial-gradient(circle,rgba(139,169,206,.25),transparent 70%);left:16%;bottom:-16%}
.proposal-hero-inner{position:relative;z-index:3;display:grid;grid-template-columns:.88fr 1.12fr;gap:42px;align-items:center}
.proposal-hero-copy{padding-left:26px}
.proposal-eyebrow{display:inline-flex;align-items:center;gap:9px;text-transform:uppercase;letter-spacing:.13em;font-size:12px;font-weight:800;color:rgba(255,255,255,.85)}
.proposal-eyebrow:before{content:"";width:38px;height:2px;background:var(--bronze-light)}
.proposal-hero-copy h1{font-size:clamp(56px,6.3vw,92px);line-height:.94;letter-spacing:-.055em;margin:24px 0 22px;max-width:690px}
.proposal-hero-copy>p{font-size:19px;line-height:1.75;max-width:620px;color:rgba(255,255,255,.86);margin:0}
.proposal-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.hero-cta{min-height:58px;padding:0 30px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:16px;font-size:15px;font-weight:800;transition:.25s ease}
.hero-cta:hover{transform:translateY(-3px)}
.hero-cta-light{background:#fff;color:var(--navy-deep);box-shadow:0 18px 40px rgba(20,31,49,.2)}
.hero-cta-ghost{border:1px solid rgba(255,255,255,.45);background:rgba(255,255,255,.08);color:#fff;backdrop-filter:blur(12px)}
.hero-proof{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.hero-proof span{font-size:12px;font-weight:700;padding:8px 12px;border-radius:999px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06)}
.proposal-hero-products{height:610px;position:relative;isolation:isolate;perspective:1100px}
.product-orbit{position:absolute;border:1px solid rgba(255,255,255,.2);border-radius:50%;left:50%;top:49%;transform:translate(-50%,-50%);transition:opacity .55s ease}
.orbit-one{width:520px;height:520px}.orbit-two{width:365px;height:365px;border-style:dashed;animation:spin 32s linear infinite}
@keyframes spin{to{transform:translate(-50%,-50%) rotate(360deg)}}

/* Surprise box: the products start inside the box and burst to their orbit. */
.hero-product{position:absolute;left:50%;top:49%;object-fit:contain;opacity:0;pointer-events:none;z-index:4;filter:drop-shadow(0 28px 25px rgba(11,22,37,.25));transform:translate(-50%,-38%) scale(.08) rotate(0deg);transition:opacity .28s ease calc(var(--product-index,0) * .075s + .24s),transform 1.15s cubic-bezier(.18,.82,.2,1.13) calc(var(--product-index,0) * .075s + .16s);will-change:transform,opacity}
.hero-surprise-stage.is-opening .hero-product,.hero-surprise-stage.is-open .hero-product{opacity:1;transform:translate(calc(-50% + var(--x)),calc(-50% + var(--y))) scale(1) rotate(var(--r,0deg))}
.hero-surprise-stage.is-open .hero-product{animation:floatProductOrbit 6s ease-in-out infinite;animation-delay:var(--float-delay,-1s)}
@keyframes floatProductOrbit{0%,100%{transform:translate(calc(-50% + var(--x)),calc(-50% + var(--y))) rotate(var(--r,0deg))}50%{transform:translate(calc(-50% + var(--x)),calc(-50% + var(--y) - 15px)) rotate(var(--r,0deg))}}
.hp-1{width:142px;--x:-45px;--y:-255px;--r:-8deg;--float-delay:-.6s}.hp-2{width:178px;--x:220px;--y:-125px;--r:12deg;--float-delay:-1.3s}.hp-3{width:155px;--x:-195px;--y:-55px;--r:-10deg;--float-delay:-2.1s}.hp-4{width:170px;--x:20px;--y:235px;--r:5deg;--float-delay:-3s}.hp-5{width:150px;--x:210px;--y:190px;--r:-7deg;--float-delay:-1.7s}.hp-6{width:115px;--x:95px;--y:-245px;--r:7deg;--float-delay:-2.5s}.hp-7{width:145px;--x:-265px;--y:-205px;--r:-4deg;--float-delay:-3.7s}.hp-8{width:135px;--x:-255px;--y:190px;--r:8deg;--float-delay:-.9s}

.hero-surprise-box{position:absolute;left:50%;top:49%;width:270px;height:238px;transform:translate(-50%,-50%);z-index:6;border:0;padding:0;background:transparent;color:#fff;cursor:pointer;perspective:950px;filter:drop-shadow(0 34px 45px rgba(12,25,43,.34));transition:transform .28s ease,filter .28s ease}
.hero-surprise-box:hover{transform:translate(-50%,-52%) scale(1.025);filter:drop-shadow(0 40px 52px rgba(12,25,43,.4))}.hero-surprise-box:focus-visible{outline:3px solid #fff;outline-offset:9px;border-radius:22px}
.surprise-box-body{position:absolute;left:15px;right:15px;bottom:7px;height:142px;border-radius:6px 6px 18px 18px;background:linear-gradient(145deg,#263b57 0%,#15263d 58%,#0d1d33 100%);border:1px solid rgba(226,190,139,.72);box-shadow:inset 0 0 0 5px rgba(255,255,255,.018),inset 0 -25px 50px rgba(4,12,24,.35);overflow:hidden;transform:rotateX(-2deg)}
.surprise-box-body:before,.surprise-box-body:after{content:"";position:absolute;inset:10px;border:1px solid rgba(211,166,108,.42);border-radius:8px;pointer-events:none}.surprise-box-body:after{inset:auto -45px -72px auto;width:160px;height:160px;border-radius:50%;border-color:rgba(211,166,108,.24)}
.surprise-box-lid{position:absolute;left:4px;top:69px;width:262px;height:70px;display:block;transform-origin:50% 100%;transform:rotateX(0deg) translateZ(12px);transform-style:preserve-3d;transition:transform .9s cubic-bezier(.23,.78,.22,1),top .9s cubic-bezier(.23,.78,.22,1);z-index:3}
.surprise-box-lid>span{position:absolute;inset:0;border-radius:14px 14px 7px 7px;background:linear-gradient(145deg,#304967 0%,#172b45 65%,#0e2037 100%);border:1px solid rgba(226,190,139,.78);box-shadow:inset 0 0 0 5px rgba(255,255,255,.02),0 11px 22px rgba(5,17,32,.3)}
.surprise-box-lid>span:after{content:"";position:absolute;left:13px;right:13px;top:11px;bottom:11px;border:1px solid rgba(211,166,108,.4);border-radius:9px}
.surprise-box-glow{position:absolute;left:15%;right:15%;top:-25px;height:105px;border-radius:50%;background:radial-gradient(circle,rgba(255,213,151,.92) 0%,rgba(222,160,90,.42) 35%,transparent 72%);filter:blur(9px);opacity:0;transform:scale(.35);transition:opacity .5s ease .36s,transform .7s ease .32s}
.surprise-box-front{position:absolute;inset:18px;display:grid;place-items:center;text-align:center;z-index:2}
.surprise-box-state{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:opacity .32s ease,transform .42s ease}.surprise-box-state strong{font-size:30px;line-height:1;letter-spacing:-.04em}.surprise-box-state small{font-size:11px;line-height:1.4;margin-top:10px;color:rgba(255,255,255,.7);max-width:170px}.surprise-box-state-open{opacity:0;transform:translateY(12px) scale(.94)}
.hero-surprise-stage.is-opening .surprise-box-lid,.hero-surprise-stage.is-open .surprise-box-lid{top:18px;transform:rotateX(-112deg) translateZ(12px)}
.hero-surprise-stage.is-opening .surprise-box-glow,.hero-surprise-stage.is-open .surprise-box-glow{opacity:1;transform:scale(1)}
.hero-surprise-stage.is-opening .surprise-box-state-closed,.hero-surprise-stage.is-open .surprise-box-state-closed{opacity:0;transform:translateY(-10px) scale(.93)}
.hero-surprise-stage.is-opening .surprise-box-state-open,.hero-surprise-stage.is-open .surprise-box-state-open{opacity:1;transform:none;transition-delay:.48s}
.hero-surprise-stage.is-open .hero-surprise-box{cursor:default}
.surprise-spark{position:absolute;left:50%;top:52%;width:7px;height:7px;border-radius:50%;background:#f4c98d;opacity:0;box-shadow:0 0 14px rgba(244,201,141,.9);z-index:5}
.hero-surprise-stage.is-opening .surprise-spark{animation:surpriseSpark 1.25s ease-out var(--spark-delay,0s) both}
.spark-1{--sx:-115px;--sy:-120px;--spark-delay:.28s}.spark-2{--sx:95px;--sy:-145px;--spark-delay:.38s}.spark-3{--sx:145px;--sy:-40px;--spark-delay:.46s}.spark-4{--sx:-150px;--sy:-25px;--spark-delay:.54s}.spark-5{--sx:125px;--sy:75px;--spark-delay:.62s}.spark-6{--sx:-105px;--sy:90px;--spark-delay:.7s}.spark-7{--sx:25px;--sy:-175px;--spark-delay:.4s}.spark-8{--sx:-20px;--sy:125px;--spark-delay:.76s}
@keyframes surpriseSpark{0%{opacity:0;transform:translate(-50%,-50%) scale(.2)}25%{opacity:1}100%{opacity:0;transform:translate(calc(-50% + var(--sx)),calc(-50% + var(--sy))) scale(1.15)}}
.hero-box-replay{position:absolute;left:50%;top:calc(49% + 138px);transform:translateX(-50%);z-index:7;border:1px solid rgba(255,255,255,.35);background:rgba(17,34,55,.5);color:#fff;border-radius:999px;padding:9px 14px;font-size:11px;font-weight:800;backdrop-filter:blur(10px);cursor:pointer;opacity:0;transition:opacity .35s ease}.hero-surprise-stage.is-open .hero-box-replay{opacity:1}.hero-box-replay[hidden]{display:none}

.hero-fade{position:absolute;left:0;right:0;bottom:-1px;height:145px;background:linear-gradient(transparent,#fff)}

/* TRUST */
.trusted-teams{padding:35px 0 70px;background:#fff;position:relative;z-index:4}
.trusted-teams .container{text-align:center}.trusted-teams p{text-transform:uppercase;letter-spacing:.13em;font-size:13px;font-weight:800;color:#4f5664;margin:0 0 24px}
.trusted-viewport{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}
.trusted-motion{display:flex;align-items:center;gap:52px;width:max-content;animation:trustedMove 28s linear infinite}
@keyframes trustedMove{to{transform:translateX(-50%)}}
.trusted-logo{width:150px;height:68px;display:grid;place-items:center;flex:0 0 auto}
.trusted-logo img{max-width:140px;max-height:52px;object-fit:contain;filter:grayscale(1);opacity:.58;transition:.25s ease}
.trusted-logo:hover img{filter:none;opacity:1}

/* HEADINGS / SHARED */
.center-heading{text-align:center;max-width:850px;margin:0 auto 68px}
.center-heading.compact{margin-bottom:48px}
.section-mark{display:block;width:42px;height:2px;background:var(--navy);margin:0 auto 22px}
.center-heading>p:first-of-type,.impact-copy>p:first-of-type{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:800;color:var(--bronze);margin:0 0 14px}
.center-heading h2,.impact-copy h2,.sustainability-copy h2,.contact-proposal-copy h2{font-size:clamp(38px,5vw,67px);line-height:1.02;letter-spacing:-.045em;color:var(--navy-deep);margin:0}
.heading-copy{color:var(--muted);font-size:17px;line-height:1.8;max-width:690px;margin:20px auto 0}
.reveal-up{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s ease}.reveal-scale{opacity:0;transform:scale(.96);transition:opacity .8s ease,transform .8s ease}.is-visible{opacity:1;transform:none}

/* EXPERIENCE */
.experience-section{padding:110px 0 130px;background:#fff;position:relative}
.section-connector{position:absolute;width:230px;height:2px;background:linear-gradient(90deg,var(--bronze),transparent)}
.connector-left{left:0;top:31%}.connector-left:before{content:"";position:absolute;left:70px;top:-4px;width:10px;height:10px;border-radius:50%;background:var(--bronze)}
.experience-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;position:relative}
.experience-steps:before{content:"";position:absolute;left:16%;right:16%;top:38px;border-top:1px dashed #c9b9a7;z-index:0}
.experience-step{position:relative;z-index:1;background:#fff;text-align:center;padding:0 30px}
.experience-step>span{display:grid;place-items:center;width:76px;height:76px;border-radius:50%;margin:0 auto 25px;background:var(--navy);color:#fff;font-weight:800;box-shadow:0 14px 35px rgba(48,60,83,.18)}
.experience-step h3{font-size:25px;margin:0 0 12px;color:var(--navy-deep)}
.experience-step p{margin:0;color:var(--muted);line-height:1.75}

/* SERVICES */
.services-proposal{padding:115px 0;background:linear-gradient(180deg,#faf8f5 0%,#fff 100%);position:relative;overflow:hidden}
.service-feature{display:grid;grid-template-columns:1fr 1fr;gap:82px;align-items:center;margin:120px 0}
.service-feature:first-of-type{margin-top:60px}
.service-feature-reverse .service-feature-image{order:2}.service-feature-reverse .service-feature-copy{order:1}
.service-feature-image{position:relative}
.service-feature-image:before{content:"";position:absolute;width:70%;height:85%;border-radius:50%;background:var(--bronze-pale);opacity:.55;left:-8%;top:10%;filter:blur(1px)}
.service-feature-image img{position:relative;width:100%;height:520px;object-fit:cover;border-radius:46% 54% 45% 55% / 52% 38% 62% 48%;box-shadow:var(--shadow)}
.image-number{position:absolute;right:6%;bottom:-22px;width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-weight:800;box-shadow:0 15px 30px rgba(31,48,70,.22)}
.service-feature-copy{max-width:530px}
.feature-label{display:inline-flex;align-items:center;gap:12px;color:var(--bronze);text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800}
.feature-label b{font-size:20px;font-weight:500}
.service-feature-copy h3{font-size:clamp(38px,4.5vw,63px);line-height:1.04;letter-spacing:-.045em;color:var(--navy-deep);margin:18px 0}
.service-feature-copy p{font-size:17px;line-height:1.85;color:var(--muted);margin:0}
.text-link,.feature-links a{display:inline-flex;align-items:center;gap:10px;margin-top:25px;font-weight:800;color:var(--navy-deep);border-bottom:1px solid var(--navy-deep);padding-bottom:4px}
.feature-links{display:flex;gap:22px;align-items:center;flex-wrap:wrap}.feature-links .secondary-link{color:var(--bronze);border-color:var(--bronze)}
.service-feature-pro{margin-top:65px}
.service-interface{min-height:590px;position:relative;display:flex;justify-content:center;align-items:center}
.interface-backdrop{position:absolute;width:480px;height:480px;border-radius:50%;background:linear-gradient(135deg,#e7e0f3,#d9e7ec 55%,#f2e1d0);opacity:.8}
.request-card{position:absolute;width:250px;padding:18px;border-radius:20px;background:#fff;box-shadow:0 20px 48px rgba(31,48,70,.14);border:1px solid #eee8e1;transition:.35s ease}
.request-card-a{left:4%;top:90px;transform:rotate(-4deg)}.request-card-b{left:31%;top:55px;z-index:3;transform:scale(1.05)}.request-card-c{right:2%;top:105px;transform:rotate(4deg)}
.request-card:hover{z-index:5;transform:translateY(-8px) scale(1.03)}
.request-card-head{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:800;color:var(--navy-deep)}
.request-card-head i{width:13px;height:13px;border-radius:50%}.status-on{background:var(--green)}.status-off{background:var(--red)}
.request-image{height:200px;margin:14px 0;border-radius:15px;background:#f7f5f2;display:grid;place-items:center;overflow:hidden}.request-image img{width:85%;height:85%;object-fit:contain}
.request-card button{width:100%;height:38px;border:0;border-radius:999px;background:var(--navy);color:#fff;font-size:12px;font-weight:800}
.request-card small,.request-card strong{display:block}.request-card small{color:var(--bronze);font-weight:700;margin-top:15px}.request-card strong{margin-top:5px;color:var(--navy-deep)}

/* PRODUCT PREVIEW */
.product-preview-section{position:relative;padding:115px 0 125px;overflow:hidden;background:linear-gradient(180deg,#f6f3fb 0%,#fff 100%)}
.preview-grid-bg{background-image:linear-gradient(rgba(48,60,83,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(48,60,83,.06) 1px,transparent 1px);mask-image:none}
.product-preview-inner{position:relative;z-index:2}
.preview-heading{margin-bottom:46px}
.category-picker{display:flex;gap:18px;width:max-content;min-width:100%;justify-content:center;margin:0 auto 55px;position:relative}
.category-card{width:174px;min-height:172px;border:1px solid #ebe5de;background:#fff;border-radius:22px;padding:20px 14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;color:var(--navy-deep);box-shadow:0 15px 36px rgba(31,48,70,.08);transition:.28s ease;position:relative}
.category-card:hover{transform:translateY(-5px)}
.category-card.is-active{background:linear-gradient(145deg,var(--navy-deep),#4b607e);color:#fff;border-color:transparent;transform:translateY(-8px);box-shadow:0 24px 52px rgba(31,48,70,.23)}
.category-card.is-active:after{content:"";position:absolute;width:22px;height:22px;background:#3b4d69;left:50%;bottom:-10px;transform:translateX(-50%) rotate(45deg)}
.category-icon{width:58px;height:58px;border-radius:50%;background:#f2ece6;display:grid;place-items:center;color:var(--bronze)}
.category-icon svg{width:31px;height:31px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
.category-card.is-active .category-icon{background:rgba(255,255,255,.13);color:#fff}
.category-card strong{font-size:15px}.category-card small{font-size:11px;line-height:1.4;opacity:.67;text-align:center}
.product-stage{display:grid;grid-template-columns:70px 1fr 70px;align-items:center;gap:15px;max-width:1120px;margin:auto}
.product-stage-track{display:grid;grid-template-columns:.8fr 1.38fr .8fr;gap:26px;align-items:center;min-height:510px}
.stage-product{text-align:center;transition:.35s ease}
.stage-product-image{background:#fff;border-radius:36px;box-shadow:0 24px 60px rgba(31,48,70,.11);display:grid;place-items:center;overflow:hidden;position:relative}
.stage-product-image:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 70%,rgba(158,111,60,.11),transparent 55%)}
.stage-product-image img{position:relative;width:82%;height:82%;object-fit:contain;filter:drop-shadow(0 20px 18px rgba(31,48,70,.15));transition:.35s ease}
.stage-side{opacity:.55;filter:saturate(.75)}.stage-side .stage-product-image{height:320px}.stage-side h3{font-size:16px}.stage-side p{font-size:12px}
.stage-main .stage-product-image{height:455px;border-radius:42px}.stage-main h3{font-size:24px;margin:18px 0 5px;color:var(--navy-deep)}.stage-main p,.stage-side p{color:var(--muted);margin:0}.stage-main>span{display:inline-flex;margin-top:9px;padding:6px 10px;border-radius:999px;background:var(--sand);color:var(--bronze);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.1em}
.stage-side h3{margin:14px 0 4px;color:var(--navy-deep)}
.stage-arrow{width:54px;height:54px;border-radius:50%;border:1px solid #d9d1c7;background:#fff;color:var(--navy);font-size:24px;box-shadow:0 12px 28px rgba(31,48,70,.1);transition:.2s ease}.stage-arrow:hover{background:var(--navy);color:#fff;transform:scale(1.06)}
.stage-dots{display:flex;justify-content:center;gap:8px;margin-top:22px}.stage-dot{width:8px;height:8px;border-radius:50%;border:0;background:#c9c1b7;padding:0}.stage-dot.is-active{width:26px;border-radius:999px;background:var(--navy)}
.catalog-actions{text-align:center;margin-top:36px}.catalog-actions p{color:var(--muted);margin:0 0 18px}

/* IMPACT */
.impact-section{padding:120px 0;background:var(--navy-deep);color:#fff;position:relative;overflow:hidden}
.impact-section:after{content:"";position:absolute;width:620px;height:620px;border-radius:50%;right:-180px;top:-250px;background:radial-gradient(circle,rgba(213,177,139,.24),transparent 65%)}
.impact-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center;position:relative;z-index:2}
.impact-copy .section-mark{margin:0 0 22px;background:var(--bronze-light)}
.impact-copy h2{color:#fff}.impact-copy>p:first-of-type{color:var(--bronze-light)}
.impact-description{font-size:17px;line-height:1.8;color:rgba(255,255,255,.72);max-width:580px;margin-top:24px}
.impact-metrics{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.impact-metric{min-height:170px;padding:26px;border-radius:26px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.06);backdrop-filter:blur(12px);display:flex;flex-direction:column;justify-content:flex-end}
.impact-metric strong{font-size:30px;letter-spacing:-.03em}.impact-metric span{font-size:13px;color:rgba(255,255,255,.68);line-height:1.55;margin-top:8px}

/* SUSTAINABILITY */
.sustainability-proposal{padding:130px 0;background:#fff}
.sustainability-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:90px;align-items:center}
.sustainability-images{height:580px;position:relative}
.sustainability-images img{position:absolute;object-fit:cover;box-shadow:var(--shadow)}
.sustain-image-1{width:58%;height:68%;left:8%;top:0;border-radius:48% 52% 18% 82% / 44% 27% 73% 56%}
.sustain-image-2{width:46%;height:49%;right:2%;top:9%;border-radius:28px 80px 28px 80px}
.sustain-image-3{width:44%;height:42%;left:0;bottom:0;border-radius:70px 24px 70px 24px}
.sustain-image-4{width:50%;height:46%;right:5%;bottom:0;border-radius:50% 50% 30px 30px}
.sustainability-copy h2{margin:18px 0}.sustainability-copy p{font-size:17px;line-height:1.85;color:var(--muted)}

/* TESTIMONIALS */
.testimonial-proposal{padding:110px 0;background:#f8f5f0}
.testimonial-proposal-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;max-width:1000px;margin:auto}
.testimonial-card{margin:0;padding:42px;border-radius:30px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow-soft)}
.testimonial-card p{font-size:20px;line-height:1.75;color:var(--navy-deep);margin:0}
.testimonial-card footer{margin-top:28px;display:flex;flex-direction:column;gap:5px}.testimonial-card footer strong{color:var(--bronze)}.testimonial-card footer span{font-size:13px;color:var(--muted)}

/* CONTACT */
.contact-proposal{position:relative;padding:120px 0;background:linear-gradient(125deg,var(--navy-deep),var(--navy) 58%,#74624f);color:#fff;overflow:hidden}
.contact-grid-pattern{opacity:.45}
.contact-proposal-grid{position:relative;z-index:2;display:grid;grid-template-columns:.88fr 1.12fr;gap:72px;align-items:center}
.contact-proposal-copy h2{color:#fff;margin:24px 0}.contact-proposal-copy>p{font-size:17px;line-height:1.8;color:rgba(255,255,255,.75)}
.contact-lines{display:flex;flex-direction:column;gap:9px;margin-top:28px;color:rgba(255,255,255,.85);font-size:14px}
.contact-proposal-form{padding:34px;border-radius:30px;background:#fff;color:var(--ink);box-shadow:0 35px 80px rgba(13,24,44,.25)}

/* FORMS */
.form{display:grid;gap:15px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.field label{display:block;font-size:13px;font-weight:800;color:var(--navy);margin-bottom:7px}.field input,.field select,.field textarea,textarea{width:100%;padding:14px 15px;border:1px solid #ddd5ca;border-radius:14px;background:#fff;color:var(--ink);outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--navy);box-shadow:0 0 0 3px rgba(48,60,83,.1)}.field textarea,textarea{min-height:125px;resize:vertical}.btn,.btn-main,.btn-light,.btn-ghost,.btn-outline-light{min-height:48px;border-radius:999px;border:1px solid transparent;padding:0 23px;display:inline-flex;align-items:center;justify-content:center;font-weight:800}.btn-main{background:var(--navy);color:#fff}.btn-light{background:#fff;color:var(--navy)}.btn-ghost{border-color:var(--line);background:#fff;color:var(--navy)}.btn-outline-light{border-color:rgba(255,255,255,.45);color:#fff}.notice{padding:14px 16px;border-radius:14px;background:#ecfdf3;color:#166534;border:1px solid #bbf7d0;margin-bottom:15px}.notice.error{background:#fef2f2;color:#991b1b;border-color:#fecaca}

/* FOOTER */
.proposal-footer{background:#132138;color:#fff;padding:75px 0 25px}
.proposal-footer-grid{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:48px}
.footer-brand img{width:180px;max-height:120px;object-fit:contain;margin-bottom:18px}.footer-brand p{max-width:360px}.proposal-footer h4{font-size:14px;margin:0 0 18px}.proposal-footer a,.proposal-footer p,.proposal-footer span{display:block;color:rgba(255,255,255,.65);font-size:13px;line-height:1.7;margin:7px 0}.proposal-footer a:hover{color:#fff}.footer-socials{display:flex;gap:14px}.proposal-footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:45px;padding-top:20px;display:flex;justify-content:space-between;align-items:center}.proposal-footer-bottom span,.proposal-footer-bottom a{margin:0;font-size:12px}
.whatsapp-widget{position:fixed;right:20px;bottom:20px;z-index:120;display:flex;align-items:center;gap:10px}.whatsapp-button{width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#24d366;color:#fff;font-weight:900;box-shadow:0 18px 35px rgba(36,211,102,.28)}.whatsapp-copy{padding:10px 15px;border-radius:999px;background:var(--navy);color:#fff;font-size:13px;opacity:0;transform:translateX(15px);transition:.4s ease}.whatsapp-copy.show{opacity:1;transform:none}

/* INNER PAGES */
.page-hero{padding:165px 0 80px;text-align:center;background:linear-gradient(130deg,var(--navy-deep),var(--navy),#76634f);color:#fff}.page-hero .eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.13em;color:var(--bronze-light);font-weight:800}.page-hero h1{font-size:clamp(45px,6vw,78px);line-height:1;letter-spacing:-.05em;margin:18px auto;max-width:900px}.page-hero p{max-width:760px;margin:auto;color:rgba(255,255,255,.76);font-size:17px;line-height:1.75}.section{padding:95px 0}.section-alt{background:#f8f5f0}.service-detail,.service-detail-v3{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:center}.service-detail>div>img,.service-detail-v3>div>img{width:100%;height:560px;object-fit:cover;border-radius:46% 54% 34% 66% / 58% 38% 62% 42%;box-shadow:var(--shadow)}.panel{background:#fff;border:1px solid var(--line);border-radius:28px;padding:34px;box-shadow:var(--shadow-soft)}.panel.dark{background:var(--navy-deep);color:#fff;border:0}.panel.dark h2,.panel.dark p,.panel.dark li{color:#fff}.panel h2{font-size:40px;color:var(--navy-deep);letter-spacing:-.03em}.panel p{color:var(--muted);line-height:1.8}.feature-list{list-style:none;padding:0;margin:20px 0;display:grid;gap:10px}.feature-list li{position:relative;padding-left:20px;line-height:1.65}.feature-list li:before{content:"";position:absolute;left:0;top:.6em;width:8px;height:8px;border-radius:50%;background:var(--bronze)}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.gallery-filters{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-bottom:28px}.chip{padding:10px 15px;border-radius:999px;border:1px solid var(--line);background:#fff;color:var(--navy);font-weight:800}.chip.is-active{background:var(--navy);color:#fff}.gallery-grid,.gallery-grid-v3{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.gallery-item{position:relative;border-radius:28px;overflow:hidden;min-height:280px;cursor:pointer;box-shadow:var(--shadow-soft)}.gallery-item.wide{grid-column:span 2;grid-row:span 2;min-height:578px}.gallery-item img{width:100%;height:100%;min-height:280px;object-fit:cover;transition:.35s ease}.gallery-item.wide img{min-height:578px}.gallery-item:hover img{transform:scale(1.04)}.gallery-caption{position:absolute;left:14px;right:14px;bottom:14px;padding:14px 16px;border-radius:17px;background:rgba(21,36,58,.68);backdrop-filter:blur(12px);color:#fff}.gallery-caption small,.gallery-caption strong{display:block}.gallery-caption small{opacity:.72;margin-bottom:4px}.lightbox{position:fixed;inset:0;z-index:200;background:rgba(13,24,44,.88);display:none;place-items:center;padding:24px}.lightbox.is-open{display:grid}.lightbox img{max-width:min(1120px,100%);max-height:84vh;border-radius:22px}.lightbox button{position:absolute;right:20px;top:20px;border:0;border-radius:999px;padding:12px 16px;background:#fff;color:var(--navy);font-weight:800}.contact-wrap,.contact-wrap-v3{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}.step{padding:16px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:rgba(255,255,255,.07)}.step b{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#fff;color:var(--navy);margin-bottom:9px}.step strong{display:block}.step p{font-size:13px;margin:6px 0 0;color:rgba(255,255,255,.7)}

/* ADMIN */
.admin-body{background:#f5f1eb}.admin-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.admin-sidebar{background:var(--navy-deep);color:#fff;padding:24px;position:sticky;top:0;height:100vh}.admin-sidebar img{width:105px;border-radius:20px;margin-bottom:22px}.admin-sidebar a{display:block;padding:11px 12px;border-radius:12px;color:rgba(255,255,255,.74);margin:4px 0}.admin-sidebar a:hover,.admin-sidebar a.active{background:rgba(255,255,255,.1);color:#fff}.admin-main{padding:30px}.admin-card{background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;margin-bottom:18px;box-shadow:0 14px 36px rgba(31,48,70,.06)}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:12px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.admin-actions{display:flex;gap:10px;flex-wrap:wrap}.login-wrap{min-height:100vh;display:grid;place-items:center;background:linear-gradient(135deg,var(--navy-deep),var(--navy))}.login-card{width:min(460px,calc(100% - 32px));background:#fff;border-radius:28px;padding:32px;box-shadow:var(--shadow)}.login-card img{width:130px;border-radius:22px;margin:auto auto 20px}.help-box{background:#fffbeb;border:1px solid #fde68a;color:#92400e;border-radius:16px;padding:14px;margin:14px 0}

/* RESPONSIVE */
@media(max-width:1120px){
  .proposal-header-inner{grid-template-columns:1fr auto}.proposal-nav{display:none;position:absolute;left:20px;right:20px;top:92px;background:#fff;color:var(--navy-deep);padding:18px;border-radius:24px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.proposal-nav.is-open{display:flex}.proposal-nav a{padding:13px}.mobile-nav-toggle{display:flex}.proposal-hero-inner{grid-template-columns:1fr}.proposal-hero{padding-top:165px}.proposal-hero-copy{text-align:center;padding:0}.proposal-eyebrow{justify-content:center}.proposal-hero-copy h1,.proposal-hero-copy>p{margin-left:auto;margin-right:auto}.proposal-hero-actions,.hero-proof{justify-content:center}.proposal-hero-products{height:570px;max-width:760px;width:100%;margin:auto}.service-feature,.impact-grid,.sustainability-grid,.contact-proposal-grid,.service-detail,.service-detail-v3{grid-template-columns:1fr;gap:52px}.service-feature-reverse .service-feature-image,.service-feature-reverse .service-feature-copy{order:initial}.service-feature-copy{max-width:760px}.service-interface{max-width:720px}.category-picker{justify-content:flex-start;overflow:auto;width:100%;padding:12px 8px 25px}.product-stage-track{grid-template-columns:.7fr 1.2fr .7fr}.proposal-footer-grid{grid-template-columns:1.3fr 1fr 1fr}.proposal-footer-grid>div:last-child{grid-column:2/4}.gallery-grid,.gallery-grid-v3{grid-template-columns:repeat(3,1fr)}.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:relative;height:auto}}
@media(max-width:760px){
  .container{width:min(100% - 24px,1180px)}.proposal-header{padding:10px 0}.proposal-header-inner{width:calc(100% - 24px);gap:10px}.proposal-logo{width:104px;height:58px}.services-trigger{height:42px;padding:0 14px;font-size:12px}.header-actions>.proposal-button{display:none}.services-mega{left:-2px;top:70px;padding:20px}.services-mega-grid{grid-template-columns:1fr}.proposal-hero{min-height:auto;padding:135px 0 70px}.proposal-hero-copy h1{font-size:48px}.proposal-hero-copy>p{font-size:16px}.proposal-hero-actions{display:grid}.hero-cta{width:100%}.proposal-hero-products{height:420px;margin-top:25px}.orbit-one{width:350px;height:350px}.orbit-two{width:250px;height:250px}.hero-surprise-box{width:205px;height:190px}.surprise-box-body{height:112px;left:10px;right:10px}.surprise-box-lid{width:199px;left:3px;top:55px;height:55px}.hero-surprise-stage.is-opening .surprise-box-lid,.hero-surprise-stage.is-open .surprise-box-lid{top:15px}.surprise-box-state strong{font-size:23px}.surprise-box-state small{font-size:10px}.hero-box-replay{top:calc(49% + 112px)}.hp-1{width:90px;--x:-25px;--y:-175px}.hp-2{width:112px;--x:145px;--y:-80px}.hp-3{width:98px;--x:-125px;--y:-35px}.hp-4{width:112px;--x:10px;--y:160px}.hp-5{width:94px;--x:140px;--y:120px}.hp-6{width:80px;--x:70px;--y:-165px}.hp-7{width:90px;--x:-170px;--y:-135px}.hp-8{width:85px;--x:-165px;--y:125px}.trusted-teams{padding-bottom:50px}.trusted-motion{gap:25px}.trusted-logo{width:115px}.experience-section,.services-proposal,.product-preview-section,.impact-section,.sustainability-proposal,.testimonial-proposal,.contact-proposal{padding:80px 0}.experience-steps{grid-template-columns:1fr;gap:35px}.experience-steps:before{display:none}.center-heading{margin-bottom:45px}.center-heading h2,.impact-copy h2,.sustainability-copy h2,.contact-proposal-copy h2{font-size:39px}.service-feature{margin:85px 0;gap:35px}.service-feature-copy h3{font-size:39px}.service-feature-image img{height:370px}.service-interface{min-height:630px;display:block}.interface-backdrop{width:350px;height:350px;left:50%;transform:translateX(-50%)}.request-card{width:230px}.request-card-a{left:0;top:45px}.request-card-b{left:auto;right:0;top:165px}.request-card-c{left:18px;right:auto;top:350px}.request-image{height:150px}.category-card{width:145px;min-width:145px;height:145px;min-height:145px}.product-stage{grid-template-columns:44px 1fr 44px;gap:5px}.stage-arrow{width:42px;height:42px}.product-stage-track{grid-template-columns:1fr;min-height:470px}.stage-side{display:none}.stage-main .stage-product-image{height:380px}.impact-metrics{grid-template-columns:1fr}.sustainability-images{height:480px}.testimonial-proposal-grid,.proposal-footer-grid,.form-row,.contact-wrap,.contact-wrap-v3,.steps{grid-template-columns:1fr}.proposal-footer-grid>div:last-child{grid-column:auto}.proposal-footer-bottom{flex-direction:column;gap:6px}.gallery-grid,.gallery-grid-v3{grid-template-columns:1fr}.gallery-item.wide{grid-column:auto;grid-row:auto;min-height:280px}.gallery-item.wide img{min-height:280px}.service-detail>div>img,.service-detail-v3>div>img{height:370px}.whatsapp-copy{display:none}.admin-main{padding:16px}}

/* ADMIN V7 MYSQL */
.admin-body{color:#1f2937}.admin-shell{grid-template-columns:292px minmax(0,1fr)}.admin-sidebar{padding:20px 18px;overflow-y:auto;z-index:20}.admin-brand{display:flex;align-items:center;gap:12px;padding:4px 6px 18px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:14px}.admin-brand img{width:54px;height:54px;object-fit:cover;margin:0;border-radius:16px}.admin-brand strong,.admin-brand small{display:block}.admin-brand small{font-size:11px;color:rgba(255,255,255,.58);margin-top:3px}.admin-sidebar nav{display:grid;gap:3px}.admin-sidebar nav a{font-size:13px;padding:10px 12px;margin:0}.admin-sidebar-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:18px;padding-top:14px}.admin-sidebar-bottom span{display:block;color:rgba(255,255,255,.52);font-size:12px;padding:8px 12px}.admin-main{min-width:0;padding:0 34px 48px}.admin-topbar{height:72px;display:flex;align-items:center;gap:15px;position:sticky;top:0;z-index:15;background:rgba(245,241,235,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(48,60,83,.08);margin:0 -34px 28px;padding:0 34px}.admin-topbar strong,.admin-topbar small{display:block}.admin-topbar small{font-size:12px;color:var(--muted);margin-top:2px}.admin-menu-button{display:none;border:0;background:var(--navy);color:#fff;border-radius:12px;padding:10px 14px;font-weight:800}.admin-page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:18px 0 28px}.admin-page-head h1{font-size:clamp(34px,4vw,58px);line-height:1;margin:9px 0;color:var(--navy-deep);letter-spacing:-.04em}.admin-page-head p{max-width:720px;color:var(--muted);line-height:1.7}.admin-kicker{display:inline-flex;padding:7px 11px;border-radius:999px;background:#e7ddd1;color:var(--navy);font-size:11px;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.admin-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin-bottom:20px}.admin-metrics article{background:#fff;border:1px solid var(--line);border-radius:22px;padding:22px;box-shadow:0 12px 30px rgba(31,48,70,.05)}.admin-metrics strong{display:block;font-size:36px;color:var(--navy-deep);margin-bottom:6px}.admin-metrics span{color:var(--muted);font-size:13px;line-height:1.5}.admin-card{border-radius:24px;padding:26px}.admin-card h1,.admin-card h2{color:var(--navy-deep);letter-spacing:-.025em}.admin-card h1{font-size:34px;margin:0}.admin-card h2{font-size:25px}.admin-card p{color:var(--muted);line-height:1.65}.admin-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}.admin-card-head h1,.admin-card-head h2{margin:0}.admin-card-head p{margin:7px 0 0}.admin-field-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.field-full{grid-column:1/-1}.field input,.field select,.field textarea,.admin-inline-record input,.admin-inline-record textarea{width:100%;border:1px solid #d7d0c7;background:#fff;border-radius:14px;padding:12px 14px;color:#1f2937;outline:none}.field input:focus,.field select:focus,.field textarea:focus,.admin-inline-record input:focus,.admin-inline-record textarea:focus{border-color:var(--bronze);box-shadow:0 0 0 3px rgba(158,111,60,.1)}.field label{display:block;font-weight:800;color:var(--navy);font-size:13px;margin-bottom:7px}.file-label{margin-top:10px}.admin-check{display:flex!important;align-items:center;gap:10px;font-weight:800;color:var(--navy);padding:12px 0}.admin-check input{width:18px!important;height:18px!important}.admin-check span{display:inline}.admin-image-preview{display:flex;align-items:center;gap:12px;background:#f8f5f0;border:1px solid var(--line);padding:10px;border-radius:16px;margin-top:10px;overflow:hidden}.admin-image-preview img{width:84px;height:70px;object-fit:contain;border-radius:12px;background:#fff}.admin-image-preview code{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-feature-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.admin-feature-list span{background:#f7f3ed;border:1px solid var(--line);border-radius:16px;padding:14px;font-weight:700;color:var(--navy)}.admin-record-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:18px}.admin-record{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:0 12px 30px rgba(31,48,70,.05)}.admin-record>summary{list-style:none;display:flex;align-items:center;gap:14px;padding:14px;cursor:pointer}.admin-record>summary::-webkit-details-marker{display:none}.admin-record>summary img{width:94px;height:74px;border-radius:15px;object-fit:cover;background:#f5f1eb}.admin-record>summary span{min-width:0}.admin-record>summary strong,.admin-record>summary small{display:block}.admin-record>summary strong{color:var(--navy-deep)}.admin-record>summary small{font-size:12px;color:var(--muted);margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.record-form{border-top:1px solid var(--line);padding:18px}.admin-add{background:#fff;border:1px dashed var(--bronze);border-radius:20px;margin-top:14px}.admin-add>summary{list-style:none;cursor:pointer;padding:17px 20px;font-weight:900;color:var(--navy)}.admin-add>summary::-webkit-details-marker{display:none}.admin-add .record-form{border-top:1px solid var(--line)}.btn-danger{background:#fff0f0;color:#a32020;border:1px solid #f2c7c7}.delete-form{display:inline-flex}.admin-actions{align-items:center;margin-top:10px}.admin-list-forms{display:grid;gap:13px}.admin-inline-record{display:grid;grid-template-columns:90px 1fr 2fr 90px auto auto auto;gap:10px;align-items:center;background:#f8f5f0;border:1px solid var(--line);border-radius:17px;padding:12px}.admin-inline-record textarea{min-height:64px}.testimonial-edit{grid-template-columns:2.2fr 1fr 1.2fr 80px auto auto auto}.admin-category{border:1px solid var(--line);border-radius:22px;background:#f9f6f1;margin-bottom:16px;overflow:hidden}.admin-category>summary{list-style:none;cursor:pointer;padding:18px 20px;display:flex;justify-content:space-between}.admin-category>summary::-webkit-details-marker{display:none}.admin-category summary strong,.admin-category summary small{display:block}.admin-category summary small{color:var(--muted);margin-top:4px}.compact-form{background:#fff;border-top:1px solid var(--line)}.catalog-products-admin{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:16px}.product-admin-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden}.product-admin-card>summary{list-style:none;cursor:pointer;padding:10px;display:flex;gap:10px;align-items:center}.product-admin-card>summary::-webkit-details-marker{display:none}.product-admin-card>summary img{width:72px;height:66px;object-fit:contain;border-radius:12px;background:#f7f3ed}.product-admin-card summary strong,.product-admin-card summary small{display:block}.product-admin-card summary strong{font-size:13px}.product-admin-card summary small{font-size:11px;color:var(--muted);margin-top:3px}.small-add{margin:0 16px 16px}.logo-admin-grid,.gallery-admin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.logo-record>summary img{object-fit:contain;background:#fff}.gallery-record>summary img{width:110px;height:85px}.lead-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.lead-card{background:#fff;border:1px solid var(--line);border-radius:23px;padding:22px;box-shadow:0 12px 30px rgba(31,48,70,.05)}.lead-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.lead-type{background:var(--navy);color:#fff;border-radius:999px;padding:7px 10px;font-size:11px;text-transform:uppercase;font-weight:900}.lead-card time{font-size:12px;color:var(--muted)}.lead-card h3{font-size:24px;color:var(--navy-deep);margin:16px 0 8px}.lead-card p{color:var(--muted);line-height:1.6}.lead-message{background:#f8f5f0;border-radius:14px;padding:13px}.media-upload{background:#f8f5f0;border-radius:18px;padding:16px;margin-bottom:18px}.media-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.media-grid article{border:1px solid var(--line);border-radius:18px;padding:10px;background:#fff;display:grid;gap:8px}.media-grid img{width:100%;height:150px;object-fit:contain;border-radius:12px;background:#f7f3ed}.media-grid strong{font-size:13px}.media-grid input{width:100%;padding:8px;border:1px solid var(--line);border-radius:9px;font-size:11px}.media-grid small{color:var(--muted)}.admin-two-columns{display:grid;grid-template-columns:1fr 1fr;gap:16px}.notice{position:relative;z-index:2}.notice.error{background:#fef2f2;color:#991b1b;border-color:#fecaca}.login-card p{color:var(--muted);line-height:1.6}
@media(max-width:1180px){.admin-shell{grid-template-columns:1fr}.admin-sidebar{position:fixed;left:0;top:0;bottom:0;width:292px;height:100vh;transform:translateX(-105%);transition:.25s ease}.admin-sidebar.is-open{transform:none}.admin-menu-button{display:block}.admin-main{padding:0 22px 40px}.admin-topbar{margin:0 -22px 24px;padding:0 22px}.admin-record-grid,.lead-grid{grid-template-columns:1fr}.catalog-products-admin{grid-template-columns:repeat(2,minmax(0,1fr))}.admin-inline-record,.testimonial-edit{grid-template-columns:1fr 1fr}.admin-inline-record textarea,.testimonial-edit textarea{grid-column:1/-1}}
@media(max-width:760px){.admin-main{padding:0 12px 30px}.admin-topbar{margin:0 -12px 18px;padding:0 12px}.admin-page-head,.admin-card-head{display:block}.admin-page-head .btn,.admin-card-head .btn{margin-top:14px}.admin-metrics,.admin-field-grid,.admin-feature-list,.admin-record-grid,.logo-admin-grid,.gallery-admin-grid,.lead-grid,.media-grid,.admin-two-columns,.catalog-products-admin{grid-template-columns:1fr}.field-full{grid-column:auto}.admin-inline-record,.testimonial-edit{grid-template-columns:1fr}.admin-card{padding:18px}.admin-page-head h1{font-size:38px}}

/* Suka Web V7.0.3 - buscador de contenido */
.admin-content-search{margin-left:auto;display:flex;gap:8px;align-items:center;min-width:min(480px,42vw)}.admin-content-search input,.admin-search-page input{width:100%;border:1px solid var(--line);border-radius:999px;padding:11px 16px;background:#fff}.admin-content-search button{border:0;border-radius:999px;background:var(--navy);color:#fff;padding:11px 16px;font-weight:800;cursor:pointer}.admin-search-page{display:flex;gap:12px;align-items:center}.admin-search-results{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.admin-search-results .admin-card{margin:0}.admin-search-results h2{margin:8px 0;font-size:22px}.admin-search-results small{display:block;color:var(--muted);margin:10px 0 16px}.setting-key{font-weight:500;color:var(--muted);font-size:11px;margin-left:6px}.field[id^=setting-]{scroll-margin-top:24px}.field[id^=setting-]:target{outline:3px solid rgba(158,111,60,.35);background:#fffaf2;border-radius:14px;padding:12px}@media(max-width:900px){.admin-content-search{display:none}.admin-search-results{grid-template-columns:1fr}.admin-search-page{flex-direction:column;align-items:stretch}}

@media (prefers-reduced-motion:reduce){.hero-product,.surprise-box-lid,.surprise-box-glow,.surprise-box-state,.hero-surprise-box,.hero-box-replay{transition:none!important;animation:none!important}.hero-surprise-stage.is-opening .hero-product,.hero-surprise-stage.is-open .hero-product{opacity:1}.hero-surprise-stage.is-open .hero-product{animation:none!important}}


/* V7.0.5 — Caja sorpresa refinada y editor dedicado */
.hero-surprise-box{width:292px;height:258px;perspective:1250px;transform-style:preserve-3d}
.surprise-box-body{left:13px;right:13px;bottom:4px;height:154px;border-radius:5px 5px 19px 19px;background:linear-gradient(155deg,#314a68 0%,#182d49 46%,#0c1d34 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),inset 0 -35px 55px rgba(3,10,22,.38),0 18px 35px rgba(5,17,32,.18);transform:rotateX(-4deg) translateZ(0);transition:transform .8s cubic-bezier(.18,.84,.25,1),filter .8s ease}
.surprise-box-body:before{inset:11px;border-color:rgba(229,189,132,.58)}
.surprise-box-lid{left:3px;top:76px;width:286px;height:76px;transform-origin:50% 96%;transform:rotateX(0deg) rotateZ(0deg) translateZ(18px);transition:transform 1.05s cubic-bezier(.18,.88,.22,1),top 1.05s cubic-bezier(.18,.88,.22,1),opacity .46s ease,filter .46s ease;backface-visibility:hidden}
.surprise-box-lid>span{background:linear-gradient(150deg,#385472 0%,#1b324f 56%,#0d2139 100%);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 17px 30px rgba(3,13,27,.36)}
.surprise-box-front{inset:17px 22px 20px}
.surprise-box-state strong{font-size:31px;text-shadow:0 2px 12px rgba(0,0,0,.24)}
.surprise-box-state small{font-size:11px;letter-spacing:.02em}
.hero-surprise-stage.is-opening .hero-surprise-box{animation:boxLiftPulse .9s cubic-bezier(.18,.85,.24,1) both}
.hero-surprise-stage.is-opening .surprise-box-lid,.hero-surprise-stage.is-open .surprise-box-lid{top:15px;transform:rotateX(-128deg) rotateZ(-1.5deg) translateZ(26px)}
.hero-surprise-stage.is-lid-hidden .surprise-box-lid{opacity:0;filter:blur(4px);transform:rotateX(-145deg) translateY(-38px) translateZ(35px) scale(.94);pointer-events:none}
.hero-surprise-stage.is-opening .surprise-box-body,.hero-surprise-stage.is-open .surprise-box-body{transform:rotateX(-2deg) translateY(5px)}
.hero-surprise-stage.is-opening .surprise-box-state-open{transition-delay:.8s}
.hero-surprise-stage.is-open .surprise-box-state-open{transition-delay:0s}
.hero-surprise-stage.is-lid-hidden .surprise-box-state-open{opacity:1;transform:none}
.hero-surprise-stage.is-lid-hidden .surprise-box-glow{opacity:.78;transform:scale(1.18)}
.hero-surprise-stage.is-lid-hidden .hero-surprise-box{filter:drop-shadow(0 30px 40px rgba(12,25,43,.28))}
@keyframes boxLiftPulse{0%{transform:translate(-50%,-50%) scale(1)}38%{transform:translate(-50%,-56%) scale(1.04)}72%{transform:translate(-50%,-48%) scale(.99)}100%{transform:translate(-50%,-50%) scale(1)}}

.admin-box-editor .admin-card-head{align-items:flex-start}
.box-editor-layout{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.65fr);gap:24px;align-items:start}
.box-editor-fields{display:grid;gap:18px}.box-editor-section{border:1px solid var(--line);border-radius:20px;padding:20px;background:#fcfaf7}.box-editor-section h2{margin:0 0 6px;font-size:20px;color:var(--navy-deep)}.box-editor-section>p{margin:0 0 18px;color:var(--muted);font-size:13px}.box-editor-section .field+.field,.box-editor-section .admin-check+.field{margin-top:14px}.box-editor-section .admin-check{margin:10px 0 14px}
.box-admin-preview{position:sticky;top:94px;background:linear-gradient(145deg,#243a55,#172b45);border-radius:22px;padding:20px;color:#fff;box-shadow:0 18px 42px rgba(31,48,70,.18)}.box-admin-preview>span{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:rgba(255,255,255,.65);margin-bottom:14px}.box-preview-closed,.box-preview-open{border:1px solid rgba(229,189,132,.5);border-radius:15px;padding:17px;text-align:center;background:rgba(255,255,255,.04)}.box-preview-open{margin-top:12px;background:linear-gradient(145deg,rgba(229,189,132,.15),rgba(255,255,255,.03))}.box-admin-preview small{display:block;color:#e2bd8b;text-transform:uppercase;letter-spacing:.1em;font-size:9px}.box-admin-preview strong{display:block;font-size:24px;margin:8px 0 5px}.box-admin-preview p{margin:0;color:rgba(255,255,255,.72);font-size:12px;line-height:1.45}
@media(max-width:900px){.box-editor-layout{grid-template-columns:1fr}.box-admin-preview{position:static}}
@media(max-width:760px){.hero-surprise-box{width:220px;height:200px}.surprise-box-body{height:118px;left:9px;right:9px}.surprise-box-lid{width:214px;left:3px;top:58px;height:59px}.hero-surprise-stage.is-opening .surprise-box-lid,.hero-surprise-stage.is-open .surprise-box-lid{top:12px}.surprise-box-state strong{font-size:23px}}


/* V7.0.7 — Caja sorpresa realista: volumen, tapa superior y apertura limpia */
.hero-surprise-stage{
  --box-dim-opacity:.24;
  --product-stagger:95ms;
}
.hero-surprise-box{
  position:absolute;
  left:50%;
  top:49%;
  width:348px;
  height:292px;
  transform:translate(-50%,-50%);
  transform-style:preserve-3d;
  perspective:1500px;
  z-index:7;
  border:0;
  padding:0;
  background:transparent;
  color:#fff;
  cursor:pointer;
  filter:drop-shadow(0 38px 42px rgba(5,16,31,.38));
  transition:transform .3s ease,filter .3s ease;
}
.hero-surprise-box:hover{
  transform:translate(-50%,-52%) scale(1.018);
  filter:drop-shadow(0 44px 48px rgba(5,16,31,.44));
}
.hero-surprise-box:focus-visible{
  outline:3px solid rgba(255,255,255,.95);
  outline-offset:10px;
  border-radius:26px;
}
.surprise-box-shadow{
  position:absolute;
  left:50%;
  bottom:5px;
  width:265px;
  height:48px;
  border-radius:50%;
  background:rgba(3,12,25,.38);
  filter:blur(18px);
  transform:translateX(-50%);
  transition:opacity .6s ease,transform .8s ease;
}
.surprise-box-assembly{
  position:absolute;
  inset:0;
  display:block;
  transform-style:preserve-3d;
  transform:rotateY(-3deg);
}
/* Cuerpo frontal: se ve como una caja armada, no como una tarjeta plana. */
.surprise-box-body{
  position:absolute;
  left:39px;
  right:39px;
  bottom:22px;
  height:139px;
  border-radius:4px 4px 19px 19px;
  overflow:visible;
  transform-style:preserve-3d;
  transform:translateZ(0);
  z-index:3;
  background:
    linear-gradient(115deg,rgba(255,255,255,.07),transparent 22%),
    linear-gradient(155deg,#34516f 0%,#1c3551 42%,#0c2038 100%);
  border:1px solid rgba(229,189,132,.84);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.1),
    inset 0 -38px 60px rgba(2,10,22,.4),
    0 22px 34px rgba(3,14,28,.25);
  transition:transform .95s cubic-bezier(.18,.84,.24,1),filter .65s ease,opacity .65s ease;
}
.surprise-box-body:before{
  content:"";
  position:absolute;
  inset:12px;
  z-index:5;
  pointer-events:none;
  border:1px solid rgba(229,189,132,.5);
  border-radius:3px 3px 10px 10px;
}
/* Cara lateral para dar profundidad. */
.surprise-box-body:after{
  content:"";
  display:block;
  position:absolute;
  right:-28px;
  top:8px;
  width:29px;
  height:116px;
  z-index:-1;
  clip-path:polygon(0 0,100% 10%,100% 88%,0 100%);
  background:linear-gradient(90deg,#162d48 0%,#07182c 100%);
  border-right:1px solid rgba(229,189,132,.55);
  box-shadow:10px 8px 22px rgba(3,13,25,.25);
}
/* Hueco interior visible únicamente durante la apertura. */
.surprise-box-inner-floor{
  position:absolute;
  left:9px;
  right:9px;
  top:-23px;
  height:57px;
  z-index:2;
  clip-path:polygon(7% 0,93% 0,100% 100%,0 100%);
  background:
    radial-gradient(ellipse at 50% 82%,rgba(255,229,181,.98) 0%,rgba(220,157,79,.82) 27%,rgba(63,43,27,.95) 60%,#08172a 78%);
  border:1px solid rgba(255,216,159,.72);
  box-shadow:inset 0 0 30px rgba(255,219,164,.72),0 0 32px rgba(226,164,88,.3);
  opacity:0;
  transform-origin:50% 100%;
  transform:perspective(760px) rotateX(77deg) scaleY(.6);
  transition:opacity .48s ease .25s,transform .85s cubic-bezier(.18,.86,.24,1);
}
/* Las pestañas abstractas del prototipo anterior se eliminan visualmente. */
.surprise-box-flap{display:none!important}
.surprise-box-glow{
  position:absolute;
  left:7%;
  right:7%;
  top:-52px;
  height:132px;
  z-index:3;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,230,184,.98) 0%,rgba(231,169,91,.62) 32%,transparent 72%);
  filter:blur(12px);
  opacity:0;
  transform:scale(.38);
  transition:opacity .52s ease .3s,transform .75s ease .28s;
}
.surprise-box-dimmer{
  position:absolute;
  inset:0;
  z-index:4;
  border-radius:inherit;
  background:rgba(4,16,31,var(--box-dim-opacity));
  opacity:0;
  pointer-events:none;
  transition:opacity .7s ease;
}
.surprise-box-front{
  position:absolute;
  inset:20px 24px 18px;
  z-index:6;
  display:grid;
  place-items:center;
  text-align:center;
}
.surprise-box-state{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  transition:opacity .38s ease,transform .5s cubic-bezier(.18,.84,.24,1);
}
.surprise-box-state-open{
  opacity:0;
  transform:translateY(16px) scale(.95);
}
.surprise-box-state-open strong{
  font-size:31px;
  line-height:1.05;
  letter-spacing:-.04em;
  color:#fff;
  text-shadow:0 4px 18px rgba(0,0,0,.38);
}
.surprise-box-state-open small{
  max-width:210px;
  margin-top:10px;
  color:rgba(255,255,255,.74);
  font-size:11px;
  line-height:1.45;
}
/* Tapa cerrada vista desde arriba: forma trapezoidal y borde frontal con espesor. */
.surprise-box-lid{
  position:absolute;
  left:27px;
  top:42px;
  width:294px;
  height:125px;
  z-index:9;
  display:block;
  transform-origin:50% 100%;
  transform-style:preserve-3d;
  transform:perspective(920px) rotateX(55deg) translateZ(24px);
  backface-visibility:hidden;
  transition:
    transform 1.08s cubic-bezier(.18,.88,.2,1),
    top 1.08s cubic-bezier(.18,.88,.2,1),
    opacity .52s ease,
    filter .52s ease;
}
.surprise-box-lid-top{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  overflow:visible;
  clip-path:polygon(7% 0,93% 0,100% 100%,0 100%);
  background:
    linear-gradient(115deg,rgba(255,255,255,.1),transparent 24%),
    linear-gradient(150deg,#44617d 0%,#203b59 48%,#0d223b 100%);
  border:1px solid rgba(234,199,151,.92);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.12),
    inset 0 -30px 42px rgba(3,12,25,.32),
    0 20px 30px rgba(3,13,26,.34);
}
.surprise-box-lid-top:before{
  content:"";
  position:absolute;
  inset:12px 17px 15px;
  pointer-events:none;
  clip-path:polygon(5% 0,95% 0,100% 100%,0 100%);
  border:1px solid rgba(229,189,132,.52);
}
.surprise-box-lid-top:after{
  content:"";
  position:absolute;
  inset:-25% 44% -25% -35%;
  background:linear-gradient(96deg,transparent,rgba(255,255,255,.12),transparent);
  transform:translateX(-20%) skewX(-15deg);
  animation:v707LidShimmer 5.2s ease-in-out infinite;
}
.surprise-box-lid-edge{
  position:absolute!important;
  left:8px!important;
  right:8px!important;
  top:auto!important;
  bottom:-15px!important;
  height:19px!important;
  border-radius:0 0 11px 11px!important;
  background:linear-gradient(180deg,#1b3551 0%,#07182c 100%)!important;
  border:1px solid rgba(229,189,132,.72)!important;
  box-shadow:0 8px 14px rgba(2,11,22,.28)!important;
  transform:translateZ(11px)!important;
}
.surprise-box-lid-edge:after{display:none!important}
.surprise-box-lid-mark{
  position:absolute;
  top:16px;
  z-index:3;
  font-family:Georgia,serif;
  font-size:20px;
  line-height:1;
  color:rgba(229,189,132,.76);
}
.surprise-box-lid .surprise-box-state-closed{
  position:relative;
  inset:auto;
  z-index:4;
  opacity:1;
  transform:translateY(15px);
}
.surprise-box-lid .surprise-box-state-closed strong{
  color:#fff;
  font-size:32px;
  line-height:1;
  letter-spacing:-.04em;
  text-shadow:0 4px 16px rgba(0,0,0,.4);
}
.surprise-box-lid .surprise-box-state-closed small{
  margin-top:9px;
  color:rgba(255,255,255,.76);
  font-size:11px;
}
@keyframes v707LidShimmer{
  0%,64%,100%{transform:translateX(-25%) skewX(-15deg);opacity:0}
  73%{opacity:.72}
  90%{transform:translateX(280%) skewX(-15deg);opacity:0}
}
/* Secuencia de apertura: tapa atrás, luz interior y luego productos. */
.hero-surprise-stage.is-opening .surprise-box-lid,
.hero-surprise-stage.is-open .surprise-box-lid{
  top:-10px;
  transform:perspective(1120px) rotateX(-116deg) translateY(-28px) translateZ(38px);
}
.hero-surprise-stage.is-opening .surprise-box-lid .surprise-box-state-closed,
.hero-surprise-stage.is-open .surprise-box-lid .surprise-box-state-closed{
  opacity:0;
  transform:translateY(-8px) scale(.93);
}
.hero-surprise-stage.is-opening .surprise-box-body,
.hero-surprise-stage.is-open .surprise-box-body{
  transform:translateY(9px) scale(.99);
}
.hero-surprise-stage.is-opening .surprise-box-inner-floor,
.hero-surprise-stage.is-open .surprise-box-inner-floor{
  opacity:1;
  transform:perspective(760px) rotateX(66deg) scaleY(1);
}
.hero-surprise-stage.is-opening .surprise-box-glow,
.hero-surprise-stage.is-open .surprise-box-glow{
  opacity:1;
  transform:scale(1.1);
}
.hero-surprise-stage.is-opening .surprise-box-state-open,
.hero-surprise-stage.is-open .surprise-box-state-open{
  opacity:1;
  transform:none;
  transition-delay:.78s;
}
.hero-surprise-stage.is-lid-hidden .surprise-box-lid{
  opacity:0;
  filter:blur(5px);
  transform:perspective(1120px) rotateX(-142deg) translateY(-78px) translateZ(46px) scale(.91);
  pointer-events:none;
}
.hero-surprise-stage.is-products-settled .surprise-box-dimmer{opacity:1}
.hero-surprise-stage.is-products-settled .surprise-box-glow{opacity:.4;transform:scale(.88)}
.hero-surprise-stage.is-products-settled .surprise-box-shadow{opacity:.68;transform:translateX(-50%) scale(.9)}
/* Los productos no aparecen antes de que la tapa abra. */
.hero-surprise-stage.is-opening:not(.is-releasing-products) .hero-product{
  opacity:0!important;
  transform:translate(-50%,-30%) scale(.035) rotate(0deg)!important;
}
.hero-surprise-stage.is-releasing-products .hero-product,
.hero-surprise-stage.is-open .hero-product{
  opacity:1;
  transform:translate(calc(-50% + var(--x)),calc(-50% + var(--y))) scale(1) rotate(var(--r,0deg));
  transition-delay:calc(var(--product-index,0) * var(--product-stagger) + 40ms);
}
.hero-surprise-stage.is-open .hero-product{
  animation:floatProductOrbit 6s ease-in-out infinite;
  animation-delay:var(--float-delay,-1s);
}
.spark-9{--sx:170px;--sy:-105px;--spark-delay:.48s}
.spark-10{--sx:-175px;--sy:-95px;--spark-delay:.54s}
.spark-11{--sx:55px;--sy:145px;--spark-delay:.66s}
.spark-12{--sx:-55px;--sy:155px;--spark-delay:.72s}
.hero-surprise-stage.is-opening .surprise-spark{animation-duration:1.45s}
.hero-box-replay{top:calc(49% + 157px)}
/* Vista previa administrativa. */
.box-preview-closed{
  position:relative;
  padding-top:30px!important;
  background:linear-gradient(145deg,#405e7b,#142a45)!important;
  transform:perspective(520px) rotateX(10deg);
}
.box-preview-closed:before{
  content:"TAPA CERRADA";
  position:absolute;
  top:8px;
  left:50%;
  transform:translateX(-50%);
  font-size:8px;
  letter-spacing:.17em;
  color:rgba(229,189,132,.82);
}
.box-preview-open:before{
  content:"FRENTE DESPUÉS DE ABRIR";
  display:block;
  margin-bottom:4px;
  font-size:8px;
  letter-spacing:.15em;
  color:rgba(229,189,132,.82);
}
@media(max-width:760px){
  .hero-surprise-box{width:248px;height:224px}
  .surprise-box-body{left:25px;right:25px;bottom:17px;height:108px}
  .surprise-box-body:after{right:-20px;width:21px;height:88px}
  .surprise-box-lid{left:18px;top:33px;width:212px;height:94px}
  .surprise-box-lid .surprise-box-state-closed strong{font-size:25px}
  .surprise-box-lid-mark{top:11px;font-size:15px}
  .surprise-box-state-open strong{font-size:22px}
  .surprise-box-state-open small{font-size:10px;max-width:165px}
  .surprise-box-inner-floor{top:-18px;height:45px}
  .hero-box-replay{top:calc(49% + 122px)}
}


/* ==========================================================
   V7.0.8 — Caja SVG premium inspirada en packaging real
   ========================================================== */
.hero-surprise-box.surprise-svg-box{
  width:360px!important;
  height:310px!important;
  top:49%!important;
  perspective:none!important;
  filter:none!important;
  overflow:visible;
  border-radius:28px;
}
.hero-surprise-box.surprise-svg-box:hover{
  transform:translate(-50%,-51.5%) scale(1.018)!important;
  filter:none!important;
}
.surprise-box-svg-wrap{
  position:absolute;
  inset:0;
  display:block;
  opacity:1;
  transform:translateZ(0);
  transition:opacity .55s ease,filter .55s ease,transform .55s ease;
  pointer-events:none;
}
.surprise-box-svg{width:100%;height:100%;overflow:visible;display:block}
.svg-box-open-lid,.svg-box-cavity,.svg-box-flaps,.svg-box-closed-lid,.svg-box-body{
  transform-box:view-box;
  transform-origin:210px 151px;
  will-change:transform,opacity;
}
.svg-box-open-lid{
  opacity:0;
  transform:translateY(40px) scaleY(.18);
  transition:opacity .26s ease .12s,transform .82s cubic-bezier(.16,.82,.2,1) .12s;
}
.svg-box-cavity{
  opacity:0;
  transform:scale(.82) translateY(12px);
  transform-origin:210px 166px;
  transition:opacity .34s ease .22s,transform .65s cubic-bezier(.2,.85,.25,1) .2s;
}
.svg-box-flaps{opacity:0;transition:opacity .22s ease .28s}
.svg-flap-back,.svg-flap-left,.svg-flap-right{
  transform-box:fill-box;
  transition:transform .68s cubic-bezier(.16,.84,.24,1) .24s;
}
.svg-flap-back{transform-origin:50% 0%;transform:scaleY(.2)}
.svg-flap-left{transform-origin:100% 0%;transform:rotate(22deg) scale(.35)}
.svg-flap-right{transform-origin:0% 0%;transform:rotate(-22deg) scale(.35)}
.svg-box-closed-lid{
  opacity:1;
  transform:none;
  transition:opacity .24s ease .2s,transform .58s cubic-bezier(.18,.8,.22,1);
}
.svg-box-body{transition:transform .7s cubic-bezier(.18,.82,.22,1),opacity .5s ease}
.svg-box-shadow{transform-box:fill-box;transform-origin:center;transition:opacity .55s ease,transform .65s ease}
.svg-box-inner-glow{opacity:.1;transform-box:fill-box;transform-origin:center;transform:scale(.25);transition:opacity .5s ease .3s,transform .75s ease .28s}
.svg-lid-shine{opacity:.2;transition:opacity .45s ease}
.surprise-svg-copy{
  position:absolute;
  left:50%;
  width:230px;
  transform:translateX(-50%);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  z-index:4;
  pointer-events:none;
  transition:opacity .3s ease,transform .48s cubic-bezier(.2,.8,.2,1);
}
.surprise-svg-copy strong{color:#fff;font-size:31px;line-height:1;letter-spacing:-.045em;text-shadow:0 5px 20px rgba(0,0,0,.38)}
.surprise-svg-copy small{margin-top:9px;max-width:190px;color:rgba(255,255,255,.74);font-size:11px;line-height:1.35}
.surprise-svg-copy-closed{top:82px;transform:translateX(-50%) rotateX(7deg)}
.surprise-svg-copy-open{top:177px;opacity:0;transform:translateX(-50%) translateY(14px) scale(.94)}
.surprise-svg-copy-open strong{font-size:28px}.surprise-svg-copy-open small{font-size:11px}

.hero-surprise-stage.is-opening .svg-box-closed-lid,
.hero-surprise-stage.is-open .svg-box-closed-lid{
  opacity:0;
  transform:translateY(-20px) scale(.965);
  transition-delay:0s;
}
.hero-surprise-stage.is-opening .svg-box-open-lid,
.hero-surprise-stage.is-open .svg-box-open-lid{
  opacity:1;
  transform:none;
}
.hero-surprise-stage.is-opening .svg-box-cavity,
.hero-surprise-stage.is-open .svg-box-cavity{
  opacity:1;
  transform:none;
}
.hero-surprise-stage.is-opening .svg-box-flaps,
.hero-surprise-stage.is-open .svg-box-flaps{opacity:1}
.hero-surprise-stage.is-opening .svg-flap-back,
.hero-surprise-stage.is-open .svg-flap-back{transform:none}
.hero-surprise-stage.is-opening .svg-flap-left,
.hero-surprise-stage.is-open .svg-flap-left{transform:rotate(-10deg) translate(-7px,5px) scale(1)}
.hero-surprise-stage.is-opening .svg-flap-right,
.hero-surprise-stage.is-open .svg-flap-right{transform:rotate(10deg) translate(7px,5px) scale(1)}
.hero-surprise-stage.is-opening .svg-box-body,
.hero-surprise-stage.is-open .svg-box-body{transform:translateY(6px)}
.hero-surprise-stage.is-opening .svg-box-inner-glow,
.hero-surprise-stage.is-open .svg-box-inner-glow{opacity:1;transform:scale(1)}
.hero-surprise-stage.is-opening .surprise-svg-copy-closed,
.hero-surprise-stage.is-open .surprise-svg-copy-closed{opacity:0;transform:translateX(-50%) translateY(-12px) scale(.94)}
.hero-surprise-stage.is-opening .surprise-svg-copy-open,
.hero-surprise-stage.is-open .surprise-svg-copy-open{opacity:1;transform:translateX(-50%);transition-delay:.68s}
.hero-surprise-stage.is-lid-hidden .svg-box-open-lid{opacity:0;transform:translateY(-28px) scale(.96)}
.hero-surprise-stage.is-products-settled .surprise-box-svg-wrap{
  opacity:calc(1 - var(--box-dim-opacity,.28));
  filter:saturate(.78) brightness(.88);
  transform:scale(.96);
}
.hero-surprise-stage.is-products-settled .surprise-svg-copy-open{opacity:1;filter:none}
.hero-surprise-stage.is-products-settled .svg-box-shadow{opacity:.5;transform:scale(.9)}
.hero-surprise-stage.is-opening .surprise-box-svg-wrap{animation:v708BoxLift .75s cubic-bezier(.2,.8,.2,1) both}
@keyframes v708BoxLift{0%{transform:translateY(0) scale(1)}36%{transform:translateY(-13px) scale(1.025)}100%{transform:translateY(0) scale(1)}}
.hero-box-replay{top:calc(49% + 151px)!important}

@media(max-width:760px){
  .hero-surprise-box.surprise-svg-box{width:286px!important;height:248px!important}
  .surprise-svg-copy-closed{top:66px;width:190px}
  .surprise-svg-copy-open{top:142px;width:184px}
  .surprise-svg-copy strong{font-size:25px}
  .surprise-svg-copy-open strong{font-size:22px}
  .surprise-svg-copy small,.surprise-svg-copy-open small{font-size:9px;max-width:160px}
  .hero-box-replay{top:calc(49% + 120px)!important}
}

/* Page builder: content sections and banners */
.page-builder-block{position:relative}
.page-builder-content .page-builder-panel{text-align:var(--page-text-align,left)}
.page-builder-content .page-builder-panel .hero-actions{justify-content:var(--page-actions-align,flex-start)}
.page-builder-content.is-centered .page-builder-inner{max-width:920px;margin:0 auto}
.page-builder-content.is-centered .page-builder-panel{text-align:var(--page-text-align,center)}
.page-builder-content.is-centered .page-builder-panel-image{margin-bottom:26px}
.page-builder-content.is-centered .page-builder-panel-image img{width:100%;max-height:520px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow-soft)}
.page-builder-content.is-centered .page-builder-panel .hero-actions{justify-content:var(--page-actions-align,center)}
.page-builder-content .section-kicker,.page-builder-banner .section-kicker{display:inline-block;margin-bottom:12px;color:var(--bronze);font-size:12px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.page-builder-content .panel h2,.page-builder-banner h2{margin-top:0}
.page-builder-content .panel p,.page-builder-banner p{white-space:normal}
.page-builder-banner{position:relative;min-height:520px;display:flex;align-items:center;padding:110px 0;background-image:var(--page-banner-image);background-position:var(--page-banner-position,center center);background-size:cover;background-repeat:no-repeat;color:#fff;overflow:hidden}
.page-builder-banner:before{content:"";position:absolute;inset:0;background:rgba(12,25,43,var(--page-banner-overlay,.6))}
.page-builder-banner .container{position:relative;z-index:1}
.page-builder-banner-content{max-width:760px;text-align:var(--page-text-align,left)}
.page-builder-banner.is-align-center .page-builder-banner-content{margin-left:auto;margin-right:auto}
.page-builder-banner.is-align-right .page-builder-banner-content{margin-left:auto}
.page-builder-banner .section-kicker{color:var(--bronze-light)}
.page-builder-banner h2{font-size:clamp(42px,5vw,68px);line-height:1.03;letter-spacing:-.045em;color:#fff;margin-bottom:20px}
.page-builder-banner p{max-width:720px;color:rgba(255,255,255,.82);font-size:17px;line-height:1.75;margin:0}
.page-builder-banner.is-align-center p{margin-left:auto;margin-right:auto}
.page-builder-banner.is-align-right p{margin-left:auto}
.page-builder-banner .hero-actions{justify-content:var(--page-actions-align,flex-start)}
.page-builder-banner .btn-main{background:#fff;color:var(--navy-deep)}
.page-builder-banner .btn-main:hover{background:var(--bronze-light)}
.page-builder-text-left{--page-text-align:left;--page-actions-align:flex-start}
.page-builder-text-center{--page-text-align:center;--page-actions-align:center}
.page-builder-text-right{--page-text-align:right;--page-actions-align:flex-end}

@media(max-width:760px){
  .page-builder-banner{min-height:430px;padding:90px 0}
  .page-builder-banner h2{font-size:42px}
  .page-builder-banner p{font-size:16px}
  .page-builder-text-right{--page-text-align:left;--page-actions-align:flex-start}
  .page-builder-banner.is-align-right .page-builder-banner-content{margin-left:0}
}

/* Editor visual de páginas */
.visual-section{position:relative;overflow:hidden;background:var(--visual-bg,#fff);color:var(--visual-text,var(--navy-deep));padding-top:var(--visual-pad-top,72px);padding-bottom:var(--visual-pad-bottom,72px)}
.visual-section .eyebrow{display:inline-block;margin-bottom:12px;color:var(--bronze);font-size:12px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.visual-section .section-kicker{display:block;margin-bottom:14px;color:var(--bronze);font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.visual-section h2{margin:0 0 18px;color:inherit;font-size:clamp(34px,4.5vw,62px);line-height:1.04;letter-spacing:-.045em}
.visual-richtext{color:inherit;opacity:.82;font-size:17px;line-height:1.8;white-space:normal}
.visual-richtext+.hero-actions{margin-top:26px}
.visual-section.is-align-center{text-align:center}
.visual-section.is-align-center .visual-richtext,.visual-section.is-align-center .visual-section-heading{margin-left:auto;margin-right:auto}
.visual-section.is-align-center .hero-actions{justify-content:center}
.visual-section.is-align-right{text-align:right}
.visual-section.is-align-right .visual-richtext,.visual-section.is-align-right .visual-section-heading{margin-left:auto}
.visual-section.is-align-right .hero-actions{justify-content:flex-end}
.visual-section-spacer{display:block;background:transparent}
.visual-section-banner{min-height:600px;display:flex;align-items:center;background-image:var(--visual-banner-image);background-position:var(--visual-banner-position,center center);background-size:cover;background-repeat:no-repeat;color:#fff;padding-top:var(--visual-pad-top,110px);padding-bottom:var(--visual-pad-bottom,110px)}
.visual-section-banner:before{content:"";position:absolute;inset:0;background:rgba(9,22,39,var(--visual-overlay,.55))}
.visual-section-banner .container{position:relative;z-index:1;width:100%}
.visual-banner-content{max-width:790px}
.visual-section-banner.is-align-center .visual-banner-content{margin-left:auto;margin-right:auto}
.visual-section-banner.is-align-right .visual-banner-content{margin-left:auto}
.visual-section-banner .eyebrow,.visual-section-banner .section-kicker{color:var(--bronze-light)}
.visual-section-banner h2{color:#fff;font-size:clamp(46px,6vw,82px);max-width:940px}
.visual-section-banner .visual-richtext{max-width:760px;color:#fff;opacity:.86}
.visual-section-banner.is-align-center .visual-richtext{margin-left:auto;margin-right:auto}
.visual-section-banner.is-align-right .visual-richtext{margin-left:auto}
.visual-section-banner .btn-main{background:#fff;color:var(--navy-deep);border-color:#fff}
.visual-section-banner .btn-main:hover{background:var(--bronze-light);border-color:var(--bronze-light)}
.visual-section-heading{max-width:850px;margin-bottom:38px}
.visual-section-heading .visual-richtext{max-width:780px}
.visual-items-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}
.visual-columns-1{grid-template-columns:1fr}.visual-columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.visual-columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.visual-columns-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.visual-item-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:24px;padding:28px;box-shadow:var(--shadow-soft);text-align:left;color:var(--navy-deep);min-height:100%}
.visual-item-card img{width:100%;height:210px;object-fit:cover;border-radius:18px;margin-bottom:20px}
.visual-item-card h3{font-size:22px;line-height:1.2;margin:0 0 10px;color:inherit}
.visual-item-card p{margin:0;color:var(--muted);line-height:1.7}
.visual-step-number{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--navy);color:#fff;font-weight:900;margin-bottom:18px}
.visual-section-statistics .visual-item-card{text-align:center;background:transparent;box-shadow:none;border-color:rgba(48,60,83,.15)}
.visual-section-statistics .visual-item-card h3{font-size:clamp(38px,5vw,64px);color:var(--bronze);letter-spacing:-.04em}
.visual-section-faq .visual-items-grid{grid-template-columns:1fr;max-width:900px;margin:0 auto}
.visual-section-faq .visual-item-card{padding:24px 28px}
.visual-section-gallery .visual-item-card{padding:0;overflow:hidden}
.visual-section-gallery .visual-item-card img{height:320px;margin:0;border-radius:0}
.visual-wide-image{margin-top:38px}
.visual-wide-image img{display:block;width:100%;max-height:620px;object-fit:cover;border-radius:30px;box-shadow:var(--shadow-soft)}
.visual-content-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px;align-items:center}
.visual-content-grid.image-right .visual-content-media{order:2}.visual-content-grid.image-right .visual-content-copy{order:1}
.visual-content-grid.no-image{grid-template-columns:1fr}.visual-content-grid.no-image .visual-content-copy{max-width:900px}
.visual-section-content.is-centered .visual-content-copy{max-width:900px;margin:0 auto;text-align:center}
.visual-section-content.is-centered .hero-actions{justify-content:center}
.visual-content-media img{display:block;width:100%;height:min(570px,60vw);object-fit:cover;border-radius:30px;box-shadow:var(--shadow-soft)}
.visual-content-copy .visual-richtext{max-width:760px}
.visual-section-cta .visual-section-heading{max-width:920px;margin-left:auto;margin-right:auto;text-align:center}
.visual-section-cta .hero-actions{justify-content:center}
.visual-section-cta{background:var(--navy-deep);color:#fff}
.visual-section-cta h2,.visual-section-cta .visual-richtext{color:#fff}
.visual-section-form .visual-form-panel{max-width:960px;margin:0 auto;padding:44px}
.visual-section-form .visual-form-panel h2{font-size:clamp(36px,4vw,56px)}
.visual-section-logos .visual-item-card{display:grid;place-items:center;min-height:150px;padding:24px}
.visual-section-logos .visual-item-card img{height:80px;object-fit:contain;margin:0;border-radius:0}
.visual-section-platform .visual-content-media img{object-fit:contain;background:#f5f1eb;padding:18px}
@media(max-width:980px){.visual-items-grid,.visual-columns-3,.visual-columns-4{grid-template-columns:repeat(2,minmax(0,1fr))}.visual-content-grid{gap:36px}.visual-section-banner{min-height:520px}}
@media(max-width:760px){.visual-section{padding-top:min(var(--visual-pad-top,72px),72px);padding-bottom:min(var(--visual-pad-bottom,72px),72px)}.visual-section h2{font-size:38px}.visual-richtext{font-size:16px}.visual-section-banner{min-height:500px;padding-top:90px;padding-bottom:80px;background-position:var(--visual-banner-position,center center)}.visual-section-banner h2{font-size:44px}.visual-section-banner.is-align-right{text-align:left}.visual-section-banner.is-align-right .visual-banner-content,.visual-section-banner.is-align-right .visual-richtext{margin-left:0}.visual-section-banner.is-align-right .hero-actions{justify-content:flex-start}.visual-items-grid,.visual-columns-2,.visual-columns-3,.visual-columns-4{grid-template-columns:1fr}.visual-content-grid{grid-template-columns:1fr;gap:28px}.visual-content-grid.image-right .visual-content-media,.visual-content-grid.image-right .visual-content-copy{order:initial}.visual-content-media img{height:360px;border-radius:22px}.visual-wide-image img{border-radius:22px}.visual-section-form .visual-form-panel{padding:26px}.visual-section.is-align-right{text-align:left}.visual-section.is-align-right .visual-richtext,.visual-section.is-align-right .visual-section-heading{margin-left:0}.visual-section.is-align-right .hero-actions{justify-content:flex-start}}
