:root{--black:#1f1f1f;--orange:#ff6b00;--white:#e9e7e8;--muted:rgba(233,231,232,0.68);--line:rgba(233,231,232,0.16);--soft:rgba(233,231,232,0.07);--hero-image:url('../images/css-image-1-d01d355934.webp');--tote-image:url('../images/totebag-olaria-249d578b3c.webp');--stickers-image:url('../images/sticker-pack-olaria-4cbb279d3f.webp');--notebook-image:url('../images/cuaderno-de-ideas-olaria-f496a38150.webp');--thermo-image:url('../images/termo-flow-olaria-37bee3facb.webp');}*{box-sizing:border-box;margin:0;padding:0;}html{scroll-behavior:smooth;}body{font-family:'DM Sans',Arial,sans-serif;background:var(--black);color:var(--white);overflow-x:hidden;}body::before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-2;background:radial-gradient(circle at 78% 8%,rgba(255,107,0,.38),transparent 24%),radial-gradient(circle at 18% 38%,rgba(255,107,0,.12),transparent 28%),radial-gradient(circle at 70% 82%,rgba(255,107,0,.24),transparent 30%),linear-gradient(180deg,#1f1f1f,#141414);}body::after{content:"";position:fixed;inset:0;opacity:.2;z-index:-1;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='170' height='170' viewBox='0 0 170 170'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='170' height='170' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");mix-blend-mode:overlay;}a{color:inherit;text-decoration:none;}.page{width:min(1180px,calc(100% - 36px));margin:0 auto;}.logo-img{display:block;object-fit:contain;height:auto;}.logo-small{width:178px;max-width:45vw;}.logo-large{width:min(420px,90vw);margin-bottom:22px;}.logo-footer{width:236px;max-width:74vw;}.nav{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;padding:24px 0;backdrop-filter:blur(18px);}.nav-links{display:flex;gap:8px;}.nav-links a{color:var(--muted);font-size:14px;font-weight:800;padding:10px 14px;border-radius:999px;border:1px solid var(--line);background:rgba(31,31,31,.52);}.hero{min-height:82vh;display:grid;grid-template-columns:1.02fr .98fr;gap:50px;align-items:center;padding:42px 0 88px;}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--orange);font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:20px;}.eyebrow::before{content:"";width:34px;height:2px;background:var(--orange);}h1,h2,h3{letter-spacing:-.065em;}.hero h1{font-size:clamp(54px,8vw,108px);line-height:.88;margin:26px 0;}.hero h1 span{color:var(--orange);display:block;}.hero p,.section-head p,.cta p{color:var(--muted);font-size:clamp(18px,2vw,23px);line-height:1.36;max-width:680px;}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px;}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:15px 22px;font-size:15px;font-weight:900;border:1px solid transparent;transition:transform .2s ease,opacity .2s ease;}.btn:hover{transform:translateY(-2px);}.btn.primary{background:var(--orange);color:var(--black);border-color:var(--orange);}.btn.secondary{background:rgba(233,231,232,.07);color:var(--white);border-color:var(--line);}.hero-visual{position:relative;min-height:580px;border-radius:34px;overflow:hidden;border:1px solid var(--line);box-shadow:0 24px 90px rgba(0,0,0,.56);background:#111;}.hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center right;display:block;}.hero-visual::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.42));pointer-events:none;z-index:1;}.visual-caption{position:absolute;left:42px;right:42px;bottom:42px;z-index:2;}.visual-caption span{color:var(--muted);font-weight:800;font-size:14px;}.visual-caption strong{display:block;font-size:34px;line-height:1;letter-spacing:-.055em;margin-top:8px;}.section{padding:84px 0;}.section-head{display:grid;grid-template-columns:.82fr 1.18fr;gap:34px;align-items:end;margin-bottom:34px;}.section h2{font-size:clamp(40px,6vw,78px);line-height:.9;}.system-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}.system-card{min-height:184px;padding:24px;border-radius:26px;border:1px solid var(--line);background:rgba(233,231,232,.06);overflow:hidden;position:relative;}.system-card::after{content:"";position:absolute;width:120px;height:120px;right:-45px;bottom:-45px;border-radius:50%;filter:blur(12px);background:rgba(255,107,0,.17);}.num{color:var(--orange);display:block;font-weight:900;font-size:13px;margin-bottom:34px;}.system-card h3{font-size:25px;margin-bottom:10px;}.system-card p{color:var(--muted);line-height:1.35;}.packages{display:grid;grid-template-columns:1fr 1fr;gap:22px;}.package{min-height:620px;border-radius:34px;padding:clamp(28px,4vw,48px);position:relative;overflow:hidden;color:var(--black);}.flow{background:var(--white);}.commerce{background:var(--orange);}.package::before{content:"";position:absolute;inset:0;opacity:.75;pointer-events:none;background:radial-gradient(circle at 82% 14%,rgba(31,31,31,.18),transparent 27%),radial-gradient(circle at 18% 84%,rgba(255,255,255,.22),transparent 30%);}.package>*{position:relative;z-index:1;}.package-label{font-weight:900;text-transform:uppercase;letter-spacing:.02em;margin-bottom:34px;font-size:22px;}.package-label b{letter-spacing:-.05em;font-size:36px;text-transform:none;}.package h3{font-size:clamp(38px,5vw,66px);line-height:.9;margin-bottom:18px;}.package p{font-size:19px;line-height:1.35;opacity:.86;margin-bottom:28px;}.mock-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:28px 0;}.tile{min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;padding:18px 12px;border-radius:18px;border:1px solid rgba(31,31,31,.13);background:rgba(255,255,255,.38);font-size:12px;font-weight:900;line-height:1.1;backdrop-filter:blur(4px);}.tile span:last-child{max-width:110px;}.tile-icon{width:64px;height:64px;border-radius:20px;display:grid;place-items:center;background:rgba(255,255,255,.55);border:1px solid rgba(31,31,31,.08);box-shadow:inset 0 1px 0 rgba(255,255,255,.35);}.tile-icon svg{width:38px;height:38px;display:block;}.tile-icon .stroke{stroke:var(--black);stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;fill:none;}.tile-icon .fill-dark{fill:var(--black);}.tile-icon .fill-accent{fill:var(--orange);}.tile-icon .stroke-accent{stroke:var(--orange);stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;fill:none;}.features{list-style:none;display:grid;gap:10px;}.features li{display:flex;gap:10px;align-items:center;font-size:18px;font-weight:900;}.features li::before{content:"";width:9px;height:9px;border-radius:50%;background:currentColor;}.cta{border-radius:34px;padding:clamp(30px,5vw,56px);border:1px solid var(--line);background:linear-gradient(120deg,rgba(255,107,0,.24),rgba(233,231,232,.04) 34%,rgba(0,0,0,.26));overflow:hidden;position:relative;}.cta::after{content:"";position:absolute;width:420px;height:420px;right:-180px;bottom:-190px;border-radius:50%;background:rgba(255,107,0,.28);filter:blur(40px);}.cta-grid{display:grid;grid-template-columns:1fr .78fr;gap:28px;align-items:center;position:relative;z-index:1;}.cta h2{margin:18px 0;}.phone{min-height:430px;border-radius:42px;padding:28px;background:#0b0b0b;border:10px solid rgba(233,231,232,.22);box-shadow:0 24px 90px rgba(0,0,0,.56);display:flex;flex-direction:column;justify-content:space-between;transform:rotate(2deg);}.phone-top{display:flex;justify-content:space-between;color:var(--muted);font-weight:900;}.chat{display:grid;gap:10px;}.bubble{padding:12px 14px;border-radius:18px;background:rgba(233,231,232,.1);color:var(--white);font-size:14px;line-height:1.25;}.bubble.orange{background:var(--orange);color:var(--black);font-weight:900;margin-left:auto;max-width:88%;}.shop-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:26px;}.shop-controls{display:flex;gap:8px;}.shop-button{width:46px;height:46px;border-radius:50%;border:1px solid var(--line);background:rgba(233,231,232,.08);color:var(--white);font-size:22px;cursor:pointer;}.carousel{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x mandatory;padding:6px 0 18px;}.product{min-width:284px;scroll-snap-align:start;border-radius:28px;overflow:hidden;border:1px solid var(--line);background:rgba(233,231,232,.06);}.product-img{height:280px;position:relative;display:block;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#111;}.product-img.tote{background-image:var(--tote-image);}.product-img.stickers{background-image:var(--stickers-image);}.product-img.notebook{background-image:var(--notebook-image);}.product-img.thermo{background-image:var(--thermo-image);}.product-img.print{background-image:var(--tote-image);filter:saturate(.9) brightness(.92);}.product-info{padding:20px;}.product-info h3{font-size:22px;margin-bottom:6px;}.product-info p{color:var(--muted);line-height:1.3;margin-bottom:16px;}.row{display:flex;justify-content:space-between;align-items:center;gap:14px;}.price{color:var(--orange);font-size:18px;font-weight:900;}.add{border:0;border-radius:999px;padding:10px 14px;background:var(--white);color:var(--black);font-weight:900;cursor:pointer;}footer{padding:70px 0 40px;}.footer-top{display:flex;justify-content:space-between;gap:24px;align-items:end;border-top:1px solid var(--line);padding-top:34px;}footer h2{font-size:clamp(42px,7vw,86px);line-height:.88;margin-top:18px;max-width:760px;}.footer-contact{color:var(--muted);font-weight:900;text-align:right;display:grid;gap:8px;}@media (max-width:940px){.nav-links{display:none;}.hero,.section-head,.packages,.cta-grid,.footer-top{grid-template-columns:1fr;}.system-grid{grid-template-columns:1fr;}.hero-visual{min-height:520px;}.phone{transform:none;}.footer-contact{text-align:left;}}@media (max-width:560px){.page{width:min(100% - 24px,1180px);}.logo-small{width:148px;}.hero h1{font-size:58px;}.mock-grid{grid-template-columns:repeat(2,1fr);}.product{min-width:250px;}.shop-head{align-items:flex-start;flex-direction:column;}}.agenda-section{background:linear-gradient(180deg,rgba(233,231,232,.04),rgba(233,231,232,.015));border:1px solid var(--line);border-radius:34px;padding:clamp(14px,2vw,22px);margin:16px 0 30px;text-align:center;}.agenda-section h2{font-size:clamp(30px,4.1vw,52px);line-height:.95;letter-spacing:-.05em;max-width:820px;margin:0 auto 12px;}.cal-container{height:520px;max-width:1040px;margin:0 auto;border:1px solid rgba(233,231,232,.14);border-radius:22px;background:transparent;overflow:hidden;}.cal-container #my-cal-inline-auditoria-marketing{width:100%;height:590px;min-height:0;margin-top:-48px;border-radius:18px;background:transparent;overflow:hidden !important;}.cal-container #my-cal-inline-auditoria-marketing iframe{width:100% !important;min-height:590px !important;height:590px !important;border-radius:18px !important;}.terms-section{margin:0 0 54px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0;}.terms-box{border:1px solid var(--line);border-radius:24px;background:rgba(233,231,232,.045);overflow:hidden;}.terms-box summary{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 24px;color:var(--white);font-size:15px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;}.terms-box summary::-webkit-details-marker{display:none;}.terms-box summary::after{content:"+";display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--orange);color:var(--black);font-size:24px;line-height:1;flex:0 0 auto;}.terms-box[open] summary::after{content:"−";}.terms-content{padding:0 24px 24px;color:var(--muted);font-size:14px;line-height:1.55;max-height:420px;overflow-y:auto;}.terms-content h3{color:var(--white);font-size:clamp(24px,3vw,38px);line-height:.95;letter-spacing:-.05em;margin:0 0 18px;}.terms-content h4{color:var(--white);font-size:15px;margin:24px 0 8px;}.terms-content p{margin:0 0 12px;}@media (max-width:560px){.agenda-section{padding:14px 8px;margin-bottom:26px;border-radius:24px;}.agenda-section h2{margin-bottom:10px;}.cal-container{height:620px;border-radius:18px;}.cal-container #my-cal-inline-auditoria-marketing{height:690px;margin-top:-40px;border-radius:16px;}.cal-container #my-cal-inline-auditoria-marketing iframe{min-height:690px !important;height:690px !important;border-radius:16px !important;}.terms-box summary{padding:18px;align-items:flex-start;}.terms-content{padding:0 18px 20px;max-height:480px;}}.agenda-section{padding-top:clamp(34px,5vw,64px);padding-bottom:clamp(34px,5vw,64px);}.agenda-section .section-head{margin-bottom:18px;}.agenda-section .section-head h2{margin-bottom:0;}.cal-embed-wrap,.cal-inline-shell{width:min(1040px,100%);margin:0 auto;padding:0;border-radius:18px;overflow:visible;background:transparent;}#my-cal-inline-auditoria-marketing{width:100%;height:720px;min-height:720px;overflow:auto;border-radius:14px;}#my-cal-inline-auditoria-marketing iframe{width:100% !important;height:720px !important;min-height:720px !important;border:0 !important;display:block;}@media (max-width:760px){.agenda-section{padding-top:32px;padding-bottom:32px;}#my-cal-inline-auditoria-marketing,#my-cal-inline-auditoria-marketing iframe{height:840px !important;min-height:840px !important;}}.terms-nav-btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--line);background:rgba(233,231,232,.08);color:var(--white);font-size:13px;font-weight:900;text-decoration:none;transition:transform .2s ease,background .2s ease,border-color .2s ease;}.terms-nav-btn:hover{transform:translateY(-1px);background:rgba(255,107,0,.14);border-color:rgba(255,107,0,.45);}.product-img{overflow:hidden;}.product-img img,.product-img svg,.product-img>*{transition:transform .35s ease;transform-origin:center;}.product:hover .product-img img,.product:hover .product-img svg,.product:hover .product-img>*{transform:scale(1.035);}.stock-toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,18px);z-index:9999;width:min(420px,calc(100% - 32px));padding:16px 18px;border-radius:18px;border:1px solid rgba(255,107,0,.35);background:rgba(31,31,31,.94);color:var(--white);box-shadow:0 22px 70px rgba(0,0,0,.45);opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease;font-size:15px;line-height:1.35;font-weight:800;}.stock-toast.show{opacity:1;transform:translate(-50%,0);}.stock-toast strong{color:var(--orange);display:block;margin-bottom:3px;}.footer-contact{display:flex;flex-wrap:wrap;gap:10px 18px;align-items:center;justify-content:center;margin-top:14px;color:var(--muted);font-size:14px;font-weight:800;}.footer-contact a{color:var(--white);text-decoration:none;border-bottom:1px solid rgba(255,107,0,.45);}.footer-contact a:hover{color:var(--orange);}.terms-disclosure:target{scroll-margin-top:90px;}.terms-section{padding-top:clamp(28px,4vw,54px);padding-bottom:clamp(28px,4vw,54px);}.terms-disclosure{border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:22px 0;scroll-margin-top:90px;}.terms-disclosure summary{list-style:none;cursor:pointer;border:1px solid var(--line);border-radius:24px;min-height:76px;padding:0 26px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--white);font-size:16px;font-weight:900;text-transform:uppercase;letter-spacing:.04em;background:linear-gradient(120deg,rgba(233,231,232,.06),rgba(255,107,0,.08));}.terms-disclosure summary::-webkit-details-marker{display:none;}.terms-disclosure summary::after{content:"+";width:34px;height:34px;flex:0 0 34px;border-radius:999px;display:grid;place-items:center;background:var(--orange);color:var(--black);font-size:24px;font-weight:900;line-height:1;}.terms-disclosure[open] summary::after{content:"–";}.terms-content{margin-top:22px;padding:clamp(22px,3vw,34px);border-radius:24px;border:1px solid var(--line);background:rgba(233,231,232,.05);color:var(--muted);font-size:15px;line-height:1.65;}.terms-content h2{color:var(--white);font-size:clamp(24px,3vw,36px);line-height:1;margin-bottom:18px;letter-spacing:-.03em;}.terms-content h3{color:var(--white);font-size:18px;margin:24px 0 8px;}.terms-content p{margin-bottom:12px;}.terms-section{padding-top:clamp(20px,3vw,42px) !important;padding-bottom:clamp(20px,3vw,42px) !important;border:0 !important;}.terms-section + .terms-section,.terms-section:empty{display:none !important;}.terms-disclosure{border:0 !important;padding:0 !important;margin:0 !important;scroll-margin-top:90px;}.terms-disclosure summary{margin:0 !important;}.terms-content{margin-top:18px !important;}.stock-toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,18px);z-index:99999;width:min(420px,calc(100% - 32px));padding:16px 18px;border-radius:18px;border:1px solid rgba(255,107,0,.35);background:rgba(31,31,31,.96);color:var(--white);box-shadow:0 22px 70px rgba(0,0,0,.45);opacity:0;pointer-events:none;transition:opacity .25s ease,transform .25s ease;font-size:15px;line-height:1.35;font-weight:800;}.stock-toast.show{opacity:1;transform:translate(-50%,0);}.stock-toast strong{color:var(--orange);display:block;margin-bottom:3px;}.footer-phone{display:inline-block;margin-top:10px;color:var(--muted);font-size:15px;font-weight:900;}.footer-phone a{color:var(--white);text-decoration:none;border-bottom:1px solid rgba(255,107,0,.55);}.footer-phone a:hover{color:var(--orange);}.product-img{overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;}.product-img img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;transition:transform .35s ease;}.product:hover .product-img img{transform:scale(1.035);}.contact-agenda-section{padding-top:clamp(40px,6vw,80px);padding-bottom:clamp(40px,6vw,80px);}.contact-agenda-section .section-head{text-align:center;max-width:920px;margin-left:auto;margin-right:auto;margin-bottom:24px;}.contact-agenda-section .section-head h2{max-width:980px;margin-left:auto;margin-right:auto;}.contact-agenda-section .section-head p{max-width:760px;margin-left:auto;margin-right:auto;}.contact-agenda-section .cal-inline-shell{width:min(1040px,100%);margin:0 auto;padding:0;border-radius:20px;overflow:visible;background:transparent;}.contact-agenda-section #my-cal-inline-auditoria-marketing{width:100%;height:720px;min-height:720px;overflow:auto;border-radius:16px;}.contact-agenda-section #my-cal-inline-auditoria-marketing iframe{width:100% !important;height:720px !important;min-height:720px !important;border:0 !important;display:block;}@media (max-width:760px){.contact-agenda-section #my-cal-inline-auditoria-marketing,.contact-agenda-section #my-cal-inline-auditoria-marketing iframe{height:840px !important;min-height:840px !important;}}.section-head,.contact-agenda-section .section-head,.agenda-section .section-head{text-align:left !important;margin-left:0 !important;margin-right:auto !important;}.section-head h2,.section-head p,.contact-agenda-section .section-head h2,.contact-agenda-section .section-head p,.agenda-section .section-head h2,.agenda-section .section-head p{margin-left:0 !important;margin-right:auto !important;text-align:left !important;}.contact-agenda-section .section-head{max-width:920px;}.section-head,.section-head h2,.section-head p,.shop-head,.shop-head h2,.contact-agenda-section .section-head,.contact-agenda-section .section-head h2,.contact-agenda-section .section-head p{text-align:left !important;}.section-head,.contact-agenda-section .section-head{margin-left:0 !important;margin-right:auto !important;}.section-head h2,.section-head p,.shop-head h2,.contact-agenda-section .section-head h2,.contact-agenda-section .section-head p{margin-left:0 !important;margin-right:auto !important;}.contact-agenda-section .section-head{display:block !important;text-align:left !important;max-width:920px !important;margin-left:0 !important;margin-right:auto !important;}.contact-agenda-section .section-head .eyebrow{display:block !important;width:fit-content;margin:0 0 16px 0 !important;}.contact-agenda-section .section-head h2{display:block !important;text-align:left !important;margin:0 0 16px 0 !important;max-width:820px !important;}.contact-agenda-section .section-head p{display:block !important;text-align:left !important;margin-left:0 !important;margin-right:auto !important;max-width:760px !important;}footer a{color:inherit;text-decoration:none;}footer a:hover{color:var(--orange);}.contact-agenda-section .eyebrow{display:inline-flex !important;align-items:center !important;gap:10px !important;}.contact-agenda-section .eyebrow::before{content:"";width:34px;height:3px;border-radius:99px;background:var(--orange);display:inline-block;flex:0 0 34px;}.hero-carousel{position:absolute;inset:0;z-index:0;}.hero-carousel-track{position:absolute;inset:0;}.hero-slide{position:absolute;inset:0;opacity:0;transform:scale(1.015);transition:opacity .45s ease,transform .7s ease;}.hero-slide.is-active{opacity:1;transform:scale(1);}.hero-slide-img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;}.hero-carousel-controls{position:absolute;inset-inline:18px;top:50%;transform:translateY(-50%);display:flex;justify-content:space-between;align-items:center;z-index:3;pointer-events:none;}.hero-carousel-btn{pointer-events:auto;width:46px;height:46px;border-radius:999px;border:1px solid rgba(233,231,232,.18);background:rgba(17,17,17,.42);color:var(--white);font-size:28px;font-weight:700;line-height:1;display:grid;place-items:center;cursor:pointer;backdrop-filter:blur(8px);transition:transform .2s ease,background .2s ease,border-color .2s ease;}.hero-carousel-btn:hover{transform:scale(1.04);background:rgba(17,17,17,.6);border-color:rgba(233,231,232,.28);}.hero-carousel-dots{position:absolute;left:42px;bottom:18px;z-index:3;display:flex;gap:8px;}.hero-dot{width:11px;height:11px;border-radius:999px;border:1px solid rgba(233,231,232,.34);background:rgba(233,231,232,.22);cursor:pointer;transition:transform .2s ease,background .2s ease,border-color .2s ease,width .2s ease;}.hero-dot.is-active{width:28px;background:var(--orange);border-color:var(--orange);}.hero-dot:hover{transform:translateY(-1px);}.hero-visual .visual-caption{z-index:4;}@media (max-width:900px){.hero-carousel-controls{inset-inline:12px;}.hero-carousel-btn{width:40px;height:40px;font-size:24px;}.hero-carousel-dots{left:24px;bottom:14px;}}.hero-slide{background-size:cover;background-position:center;background-repeat:no-repeat;}.hero-slide::before{content:"";position:absolute;inset:-18px;background-image:inherit;background-size:cover;background-position:center;filter:blur(18px);transform:scale(1.08);opacity:.35;}.hero-slide::after{content:"";position:absolute;inset:0;background:rgba(17,17,17,.34);}.hero-slide-img{position:relative;z-index:1;width:100%;height:100%;display:block;object-fit:contain !important;object-position:center !important;}@media (max-width:900px){.hero-slide-img{object-fit:cover !important;}}@media (max-width:900px){.hero-visual{min-height:390px !important;max-height:390px;border-radius:28px;}.hero-slide-img{object-fit:contain !important;object-position:center !important;}.hero-slide::before{filter:blur(14px);opacity:.45;}.hero-carousel-controls{inset-inline:10px;}.hero-carousel-btn{width:36px;height:36px;font-size:22px;}.hero-carousel-dots{left:22px;bottom:12px;}.hero-dot{width:9px;height:9px;}.hero-dot.is-active{width:24px;}.visual-caption{left:24px !important;right:24px !important;bottom:44px !important;}.visual-caption span{font-size:12px !important;}.visual-caption strong{font-size:28px !important;}}@media (max-width:560px){.hero-visual{min-height:340px !important;max-height:340px;}.visual-caption strong{font-size:25px !important;}}.hero-visual{width:min(100%,560px) !important;justify-self:end !important;aspect-ratio:1 / 1 !important;min-height:unset !important;max-height:unset !important;}.hero-slide,.hero-carousel,.hero-carousel-track{background:#111 !important;}.hero-slide::before,.hero-slide::after{display:none !important;}.hero-slide-img{width:100% !important;height:100% !important;object-fit:cover !important;object-position:center !important;}@media (max-width:900px){.hero-visual{width:min(100%,390px) !important;margin:0 auto !important;justify-self:center !important;aspect-ratio:1 / 1 !important;min-height:unset !important;max-height:unset !important;}.hero-slide-img{object-fit:cover !important;object-position:center !important;}.visual-caption{left:24px !important;right:24px !important;bottom:42px !important;}}@media (max-width:560px){.hero-visual{width:min(100%,360px) !important;}}.contact-agenda-section .cal-inline-shell,.cal-inline-shell{overflow:visible !important;}.contact-agenda-section #my-cal-inline-auditoria-marketing,#my-cal-inline-auditoria-marketing{overflow:auto !important;}.contact-agenda-section #my-cal-inline-auditoria-marketing,#my-cal-inline-auditoria-marketing,.contact-agenda-section #my-cal-inline-auditoria-marketing iframe,#my-cal-inline-auditoria-marketing iframe{height:720px !important;min-height:720px !important;}@media (max-width:760px){.contact-agenda-section #my-cal-inline-auditoria-marketing,#my-cal-inline-auditoria-marketing,.contact-agenda-section #my-cal-inline-auditoria-marketing iframe,#my-cal-inline-auditoria-marketing iframe{height:820px !important;min-height:820px !important;overflow:auto !important;}}.hero-concrete{margin-top:18px;color:var(--white);font-weight:800;max-width:650px}.statement-section{min-height:72vh;display:grid;align-items:center;border-radius:34px;padding:clamp(42px,8vw,96px);margin:24px 0;overflow:hidden;position:relative}.statement-inner{max-width:1050px}.statement-section h2{font-size:clamp(52px,8vw,116px);line-height:.88;letter-spacing:-.065em}.statement-section p{margin-top:24px;max-width:780px;font-size:clamp(20px,2.4vw,34px);line-height:1.15;font-weight:700}.statement-light{background:var(--white);color:var(--black)}.statement-light .eyebrow{color:var(--orange)}.statement-dark{background:linear-gradient(135deg,#111,#2d211a);border:1px solid var(--line)}.statement-orange{background:var(--orange);color:var(--black)}.capability-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.capability-card{min-height:280px;padding:30px;border-radius:28px;border:1px solid var(--line);background:rgba(233,231,232,.055);display:flex;flex-direction:column}.capability-card h3{font-size:clamp(28px,3vw,44px);line-height:.95;margin-bottom:14px}.capability-card p{color:var(--muted);line-height:1.5;font-size:17px}.automation-note{margin-top:18px;padding:24px 28px;border-left:4px solid var(--orange);background:rgba(255,107,0,.08);border-radius:0 20px 20px 0}.automation-note strong{display:block;font-size:22px;margin-bottom:6px}.automation-note p{color:var(--muted);line-height:1.5}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:stretch}.plan-card{border-radius:30px;padding:30px;border:1px solid var(--line);display:flex;flex-direction:column;min-height:100%;color:var(--black)}.plan-card.starter{background:#d9d5d3}.plan-card.flow{background:var(--white)}.plan-card.commerce{background:var(--orange)}.plan-icon{width:58px;height:58px;border-radius:18px;display:grid;place-items:center;background:rgba(31,31,31,.1);font-size:28px;font-weight:900;margin-bottom:24px}.plan-card h3{font-size:clamp(34px,4vw,52px);line-height:.92;margin-bottom:10px}.plan-tag{font-size:19px;font-weight:900;line-height:1.15;margin-bottom:18px}.plan-desc,.plan-ideal{line-height:1.45;margin-bottom:18px}.plan-details{margin-top:4px;margin-bottom:24px;border-top:1px solid rgba(31,31,31,.18);border-bottom:1px solid rgba(31,31,31,.18)}.plan-details summary{cursor:pointer;padding:16px 0;font-weight:900;list-style:none}.plan-details summary::-webkit-details-marker{display:none}.plan-details summary::after{content:'+';float:right}.plan-details[open] summary::after{content:'–'}.plan-details ul{list-style:none;display:grid;gap:9px;padding-bottom:18px}.plan-details li{display:flex;gap:8px;line-height:1.25}.plan-details li::before{content:'•';font-weight:900}.plan-card .btn{margin-top:auto;align-self:flex-start}.plan-card.starter .btn,.plan-card.flow .btn{background:var(--black);color:var(--white);border-color:var(--black)}.project-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.project-card{min-height:220px;padding:24px;border-radius:24px;background:rgba(233,231,232,.055);border:1px solid var(--line)}.project-card h3{font-size:28px;margin-bottom:12px}.project-card p{color:var(--muted);line-height:1.45}#proceso .system-card{min-height:230px}@media(max-width:980px){.plans-grid{grid-template-columns:1fr}.project-grid,.capability-grid{grid-template-columns:1fr 1fr}.statement-section{min-height:58vh}}@media(max-width:680px){.statement-section{min-height:auto;padding:44px 24px;border-radius:26px}.statement-section h2{font-size:clamp(44px,14vw,68px)}.capability-grid,.project-grid{grid-template-columns:1fr}.capability-card{min-height:auto}.plan-card{padding:26px}}.process-constellation{position:relative;min-height:760px;max-width:1080px;margin:30px auto 0;border-radius:50%;background:radial-gradient(circle at center,rgba(255,107,0,.12),transparent 34%),radial-gradient(circle at center,transparent 0 47%,rgba(233,231,232,.08) 47.2% 47.5%,transparent 47.8%),radial-gradient(circle at center,transparent 0 33%,rgba(255,107,0,.10) 33.2% 33.5%,transparent 33.8%);}.process-constellation::before,.process-constellation::after{content:"";position:absolute;inset:50% auto auto 50%;width:82%;height:1px;background:linear-gradient(90deg,transparent,rgba(233,231,232,.2),transparent);transform-origin:center;pointer-events:none;}.process-constellation::before{transform:translate(-50%,-50%) rotate(25deg);}.process-constellation::after{transform:translate(-50%,-50%) rotate(-25deg);}.constellation-center{position:absolute;left:50%;top:50%;width:250px;min-height:250px;transform:translate(-50%,-50%);border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px;background:var(--orange);color:var(--black);box-shadow:0 26px 90px rgba(255,107,0,.24);z-index:3;}.constellation-center span{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;}.constellation-center strong{display:block;font-size:34px;line-height:.95;letter-spacing:-.05em;}.constellation-center p{margin-top:12px;font-size:15px;line-height:1.35;font-weight:800;}.constellation-node{position:absolute;width:min(260px,28%);padding:0;background:transparent;border:0;z-index:2;}.constellation-node::before{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 7px rgba(255,107,0,.11);}.constellation-num{display:block;color:var(--orange);font-size:12px;font-weight:900;letter-spacing:.12em;margin-bottom:10px;}.constellation-node h3{font-size:clamp(23px,2.4vw,34px);line-height:.96;margin-bottom:10px;}.constellation-node p{color:var(--muted);font-size:15px;line-height:1.45;}.node-1{left:4%;top:10%;text-align:right;}.node-1::before{right:-28px;top:22px;}.node-2{right:4%;top:10%;}.node-2::before{left:-28px;top:22px;}.node-3{right:0;top:43%;}.node-3::before{left:-28px;top:22px;}.node-4{right:8%;bottom:5%;}.node-4::before{left:-28px;top:22px;}.node-5{left:8%;bottom:5%;text-align:right;}.node-5::before{right:-28px;top:22px;}.node-6{left:0;top:43%;text-align:right;}.node-6::before{right:-28px;top:22px;}@media (max-width:860px){.process-constellation{min-height:auto;border-radius:0;background:none;display:grid;grid-template-columns:1fr;gap:34px;margin-top:20px;padding-left:28px;}.process-constellation::before{display:block;left:10px;top:0;bottom:0;width:2px;height:auto;transform:none;background:linear-gradient(var(--orange),rgba(233,231,232,.1));}.process-constellation::after{display:none;}.constellation-center,.constellation-node{position:relative;inset:auto;width:100%;transform:none;text-align:left;}.constellation-center{min-height:auto;border-radius:26px;align-items:flex-start;padding:26px;margin-bottom:8px;}.constellation-center strong{font-size:31px;}.constellation-node{padding-left:6px;}.constellation-node::before{left:-24px !important;right:auto !important;top:10px !important;}}.system-olaria-section{position:relative;}.system-map{position:relative;min-height:760px;max-width:1120px;margin:34px auto 0;border-radius:40px;overflow:hidden;border:1px solid var(--line);background:radial-gradient(circle at 50% 42%,rgba(255,107,0,.16),transparent 24%),linear-gradient(145deg,rgba(233,231,232,.035),rgba(255,107,0,.035));}.system-map::before,.system-map::after{content:"";position:absolute;left:50%;top:42%;border:1px solid rgba(233,231,232,.11);border-radius:50%;transform:translate(-50%,-50%);pointer-events:none;}.system-map::before{width:600px;height:600px;}.system-map::after{width:390px;height:390px;border-color:rgba(255,107,0,.16);}.system-core{position:absolute;left:50%;top:42%;transform:translate(-50%,-50%);width:230px;height:230px;border-radius:50%;background:var(--orange);color:var(--black);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px;z-index:4;box-shadow:0 26px 90px rgba(255,107,0,.24);}.system-core-kicker{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px;}.system-core strong{font-size:42px;line-height:.9;letter-spacing:-.05em;}.system-core p{margin-top:12px;font-size:14px;line-height:1.3;font-weight:800;}.system-capability{position:absolute;width:245px;z-index:3;}.system-capability::before{content:"";position:absolute;width:11px;height:11px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 8px rgba(255,107,0,.10);}.system-capability h3{font-size:clamp(24px,2.4vw,34px);line-height:.95;margin-bottom:8px;}.system-capability p{color:var(--muted);font-size:15px;line-height:1.42;}.cap-1{left:7%;top:10%;text-align:right;}.cap-1::before{right:-30px;top:18px;}.cap-2{right:7%;top:10%;}.cap-2::before{left:-30px;top:18px;}.cap-3{left:5%;top:48%;text-align:right;}.cap-3::before{right:-30px;top:18px;}.cap-4{right:5%;top:48%;}.cap-4::before{left:-30px;top:18px;}.process-route{position:absolute;left:6%;right:6%;bottom:54px;display:grid;grid-template-columns:repeat(6,1fr);gap:10px;z-index:5;}.process-route::before{content:"";position:absolute;left:4%;right:4%;top:18px;height:2px;background:linear-gradient(90deg,var(--orange),rgba(233,231,232,.18));}.route-step{position:relative;text-align:center;z-index:1;}.route-num{width:38px;height:38px;margin:0 auto 10px;border-radius:50%;display:grid;place-items:center;background:var(--black);border:2px solid var(--orange);color:var(--orange);font-size:11px;font-weight:900;}.route-step strong{font-size:14px;}.system-close{margin-top:26px;display:grid;grid-template-columns:.9fr 1.1fr;gap:26px;align-items:end;}.system-close h3{font-size:clamp(36px,5vw,68px);line-height:.9;}.system-close p{color:var(--muted);font-size:clamp(22px,3vw,36px);font-weight:800;}@media (max-width:900px){.system-map{min-height:auto;padding:26px 22px 32px;border-radius:28px;overflow:visible;}.system-map::before,.system-map::after{display:none;}.system-core{position:relative;left:auto;top:auto;transform:none;width:100%;height:auto;min-height:180px;border-radius:24px;align-items:flex-start;text-align:left;margin-bottom:24px;}.capability-ring{display:grid;grid-template-columns:1fr 1fr;gap:18px;}.system-capability{position:relative;inset:auto !important;width:100%;text-align:left !important;padding-left:18px;}.system-capability::before{left:0 !important;right:auto !important;top:8px !important;width:8px;height:8px;}.process-route{position:relative;left:auto;right:auto;bottom:auto;margin-top:32px;grid-template-columns:1fr;gap:18px;padding-left:22px;}.process-route::before{left:18px;right:auto;top:0;bottom:0;width:2px;height:auto;}.route-step{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:12px;text-align:left;}.route-num{margin:0;}.system-close{grid-template-columns:1fr;}}@media (max-width:620px){.capability-ring{grid-template-columns:1fr;}}#inicio{display:block !important;}.hero-full-title{width:100%;margin-bottom:clamp(28px,4vw,48px);}.hero-full-title h1{max-width:100% !important;font-size:clamp(64px,9vw,132px) !important;line-height:.88 !important;letter-spacing:-.07em !important;}.hero-lower-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);gap:clamp(28px,4vw,50px);align-items:stretch;}.hero-copy-lower{display:flex;flex-direction:column;justify-content:center;}.hero-copy-lower .logo-large{margin-bottom:20px;}.hero-lower-grid .hero-visual{width:100% !important;max-width:none !important;min-height:580px;align-self:stretch;}.system-section-head{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:clamp(28px,5vw,72px);align-items:end;margin-bottom:36px;}.system-title-wrap{max-width:760px;}.system-title-wrap h2{max-width:760px;line-height:.94 !important;letter-spacing:-.055em;}.system-subtitle{max-width:520px;margin:0 0 6px auto;color:var(--muted);font-size:19px;line-height:1.45;}.commerce-contrast-btn{background:var(--black) !important;color:var(--white) !important;border-color:var(--black) !important;}.commerce-contrast-btn:hover{background:#111 !important;border-color:#111 !important;}@media (max-width:900px){.hero-full-title h1{font-size:clamp(56px,14vw,88px) !important;}.hero-lower-grid{grid-template-columns:1fr;}.hero-lower-grid .hero-visual{min-height:0;}.system-section-head{grid-template-columns:1fr;gap:18px;}.system-subtitle{margin-left:0;max-width:680px;}}.whatsapp-btn{background:#25D366 !important;color:#111 !important;border-color:#25D366 !important;}.whatsapp-btn:hover{background:#1fbd59 !important;border-color:#1fbd59 !important;}.system-section-head.single-column{display:block !important;margin-bottom:28px;}.system-section-head.single-column .system-title-wrap{max-width:920px;}.system-section-head.single-column h2{max-width:920px;margin-bottom:0;}.system-map-header{position:absolute;top:24px;left:28px;right:28px;z-index:6;display:flex;align-items:baseline;justify-content:space-between;gap:24px;padding-bottom:16px;border-bottom:1px solid rgba(233,231,232,.12);}.system-map-header span{flex:0 0 auto;color:var(--orange);font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;}.system-map-header p{max-width:620px;margin:0;color:var(--muted);font-size:13px;line-height:1.4;text-align:right;}.system-core{top:46% !important;}.system-map::before,.system-map::after{top:46% !important;}.cap-1,.cap-2{top:17% !important;}.cap-3,.cap-4{top:52% !important;}.system-close{display:none !important;}@media (max-width:900px){.system-map-header{position:relative;inset:auto;display:block;padding:0 0 20px;margin-bottom:22px;}.system-map-header span{display:block;margin-bottom:8px;}.system-map-header p{max-width:none;text-align:left;font-size:14px;}.system-core{top:auto !important;}}