@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--orange:#ff751f;--yellow:#f7b139;--teal:#0097b2;--ink:#242522;--muted:#70716c;--paper:#fafaf7;--line:#deded7;--soft:#f0f1eb;--radius:8px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif;font-size:16px;line-height:1.6}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:'Manrope',Arial,sans-serif;font-weight:500;line-height:1.13;letter-spacing:-.045em}h1{font-size:clamp(44px,6.1vw,88px)}h2{font-size:clamp(34px,4vw,56px)}h3{font-size:26px;letter-spacing:-.025em}p+p{margin-top:20px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,select,textarea,summary{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{display:block;max-width:100%;object-fit:cover}a,button,summary{touch-action:manipulation}a:focus-visible,button:focus-visible,summary:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid #08738a;outline-offset:5px}::selection{background:var(--orange);color:var(--ink)}.wrap{width:min(1280px,calc(100% - 96px));margin-inline:auto}.section{padding-block:112px}.eyebrow{font-size:12px;font-weight:600;letter-spacing:.13em;margin-bottom:26px;line-height:1.5}.eyebrow span{color:var(--orange);font-size:18px;margin-right:10px}.orange{color:var(--orange)}.muted{color:var(--muted)}.lead{font-size:23px;line-height:1.5;letter-spacing:-.02em}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:30px;padding:13px 22px;background:var(--orange);color:#242522;border:1px solid transparent;border-radius:5px;font-weight:600;font-size:14px;white-space:nowrap;transition:background .2s,transform .2s;line-height:1.6}.button:hover{background:#f7b139;transform:translateY(-2px)}.button span{font-size:20px;line-height:1}.text-link{display:inline-flex;gap:28px;align-items:center;font-size:14px;font-weight:600;border-bottom:1px solid currentColor;padding:10px 0;line-height:1.5}.text-link:hover{color:#a84206}.text-link span{font-size:21px}.dark-button{background:var(--ink);color:white}.dark-button:hover{background:#464940;color:white}.skip{position:fixed;left:20px;top:-100px;padding:10px;background:white;z-index:20}.skip:focus{top:10px}header{position:sticky;top:0;z-index:10;background:rgba(250,250,247,.97);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:22px;height:100px}.brand{width:125px;flex-shrink:0}.brand img{width:125px;height:77px;object-fit:contain}nav{display:flex;gap:27px;align-items:center}nav a{font-size:13px;font-weight:500;padding:10px 0;position:relative}nav a:hover,nav a[aria-current]{color:#a84206}nav a[aria-current]:after{position:absolute;bottom:0;left:0;content:'';width:15px;height:2px;background:var(--orange)}.menu-toggle{display:none}.hero{padding-top:66px}.hero h1{font-weight:500;line-height:1.12;max-width:1240px}.hero h1>span:not(.orange){color:#747770}.hero-bottom{display:flex;justify-content:space-between;align-items:flex-start;gap:55px;margin:32px 0 44px}.hero-bottom>p{font-size:17px;max-width:510px;color:#535650}.hero-bottom>div{display:flex;align-items:center;gap:32px;padding-top:5px}.hero-photo{position:relative;overflow:hidden;border-radius:7px;height:440px;background:#343c39}.hero-photo>img{width:100%;height:100%;object-position:center 48%}.hero-photo:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.58),transparent 65%);pointer-events:none}.photo-caption{position:absolute;bottom:40px;left:42px;z-index:1;color:white}.photo-caption>span{font-size:11px;letter-spacing:.12em}.photo-caption strong{display:block;font-family:'Manrope',Arial,sans-serif;font-weight:500;font-size:30px;line-height:1.25;margin-top:13px;letter-spacing:-.035em}.pixel-composition{position:absolute;right:0;bottom:0;display:grid;grid-template-columns:repeat(3,64px);grid-template-rows:repeat(3,64px);z-index:1}.pixel-composition i{background:var(--orange)}.pixel-composition i:nth-child(1){grid-column:3}.pixel-composition i:nth-child(2){grid-column:2;grid-row:2;background:var(--yellow)}.pixel-composition i:nth-child(3){grid-column:3;grid-row:2}.pixel-composition i:nth-child(4){grid-column:1;grid-row:3}.pixel-composition i:nth-child(5){grid-column:2/4;grid-row:3;background:var(--paper)}.audience-strip{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:29px 0;border-bottom:1px solid var(--line)}.audience-strip>span{font-size:11px;letter-spacing:.09em;color:var(--muted)}.audience-strip p{font-size:14px;font-weight:500;margin:0}.positioning{display:grid;grid-template-columns:1.1fr 1fr;gap:110px}.positioning>div>p:not(.eyebrow){color:#62645e}.positioning .text-link{margin-top:24px}.concepts{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.concepts span{font-size:12px;padding:6px 12px;border:1px solid #cbd0c4;border-radius:3px}.concepts span:last-child{border-color:var(--orange);background:#fff0df}.soft{background:var(--soft)}.sectionhead{margin-bottom:48px;max-width:810px}.sectionhead>p:not(.eyebrow){max-width:580px;color:#666962;margin-top:22px}.bento{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.solution{grid-column:span 2;min-height:350px;background:white;border-radius:var(--radius);padding:28px;display:flex;flex-direction:column;justify-content:space-between;transition:transform .22s,background .22s}.solution:hover{transform:translateY(-5px);background:#fff7ed}.solution h3{max-width:310px}.solution p{font-size:14px;color:#62665e;margin:16px 0 22px;max-width:330px}.card-top{display:flex;justify-content:space-between;font-size:13px;letter-spacing:.04em;margin-bottom:35px}.card-top>span{font-size:24px;line-height:1}.more{font-size:12px;font-weight:600;border-bottom:1px solid;padding-bottom:4px}.s0{grid-column:span 3;background:var(--orange)}.s0:hover{background:#ff8b40}.s0 p,.s2 p{color:#33362e}.s0 h3{font-size:33px;max-width:360px}.s1{grid-column:span 3;background:#e5e7dc}.s1 h3{font-size:33px;max-width:340px}.s2{background:#cce9e9}.s5{background:#f6dda1}.dark{background:#222820;color:#f5f7ef}.dark p{color:#bec6b9}.dark .text-link{color:#f5f7ef}.dark .text-link:hover{color:var(--orange)}.model-layout{display:grid;grid-template-columns:1fr 1.1fr;gap:85px}.model-intro h2{font-size:clamp(36px,4.5vw,64px)}em{font-style:normal;color:var(--orange)}.model-intro>p:not(.eyebrow){margin-top:25px;max-width:280px}.model-intro .text-link{margin-top:25px}.step{border-bottom:1px solid #535a4d}.step:first-child{border-top:1px solid #535a4d}.step summary{display:flex;gap:24px;align-items:center;padding:26px 0;cursor:pointer;list-style:none}.step summary::-webkit-details-marker,summary::-webkit-details-marker{display:none}.step h3{font-size:21px;letter-spacing:-.02em;flex:1}.step-num{color:#aaa;letter-spacing:.03em;font-size:14px}.plus{font-size:25px;font-weight:300}.step[open] .step-num{color:var(--orange)}details[open] .plus{transform:rotate(45deg)}.step-body{padding:0 25px 28px 48px}.step-body p{font-size:15px}.step-body>span{font-size:11px;letter-spacing:.04em;display:inline-block;margin-top:20px;color:#e6ad61}.audiences{display:grid;grid-template-columns:repeat(3,1fr);gap:36px}.audiences article{border-top:1px solid #babcaf;padding:24px 0}.index{font-size:12px;letter-spacing:.1em;color:#72766a}.audiences h3{margin:27px 0 18px}.audiences p{font-size:15px;color:#666a5f}.audiences .text-link{margin-top:25px}.ai-feature{display:grid;grid-template-columns:1fr 1fr;overflow:hidden;border-radius:8px;background:#ebeddf}.ai-photo{min-height:540px}.ai-photo img{height:100%;width:100%;object-fit:cover}.ai-copy{padding:56px}.ai-copy h2{font-size:42px}.ai-copy em{color:#a7460b}.ai-copy>p:not(.eyebrow){margin-top:26px;font-size:16px}.tags{display:flex;flex-wrap:wrap;gap:8px;margin:26px 0 32px}.tags span{font-size:11px;padding:6px 10px;border:1px solid #bcbfaf;border-radius:3px}.impact-list{border-top:1px solid var(--line)}.impact-list>div{display:grid;grid-template-columns:60px 1fr 1fr;gap:20px;padding:27px 0;border-bottom:1px solid var(--line);align-items:center}.impact-list>div>span{font-size:12px;color:var(--muted)}.impact-list h3{font-size:25px}.impact-list p{color:var(--muted);font-size:15px}.impact-home>.text-link{margin-top:28px}.faq{display:grid;grid-template-columns:1fr 1.2fr;gap:70px;padding-top:35px}.faq details{border-top:1px solid var(--line)}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;list-style:none;padding:23px 0;display:flex;justify-content:space-between;gap:20px;font-size:16px;font-weight:500;line-height:1.45}.faq summary>span{font-weight:400;font-size:20px}.faq details p{padding-bottom:24px;color:#62665e;font-size:15px}.contact-section{background:#eeefe8;padding:100px 0}.contact-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:100px}.contact-layout h2{font-size:48px;max-width:470px}.contact-layout>div>p:not(.eyebrow){margin-top:28px;color:#63675c}.location{display:block;font-size:13px;margin-top:50px}form{display:grid;grid-template-columns:1fr 1fr;gap:21px}label{display:flex;flex-direction:column;gap:7px;font-size:12px;font-weight:500}input,select,textarea{border:1px solid #bfc3b7;border-radius:4px;background:#f9faf6;padding:12px;color:var(--ink);min-width:0;width:100%;font-size:16px;line-height:1.4}textarea{resize:vertical}input:hover,textarea:hover,select:hover{border-color:#737c69}.full{grid-column:1/-1}.consent{display:flex;flex-direction:row;align-items:flex-start;line-height:1.5;font-size:12px;font-weight:400}.consent input{width:17px;height:17px;flex-shrink:0;margin-top:2px;accent-color:#a84206}.consent a{text-decoration:underline}.form-note{font-size:12px;color:#60665b}.trap{display:none}#form-status{font-size:14px;margin:0}#form-status.error{color:#a12014}#form-status.success{color:#1b6131}footer{padding:60px 0 24px;background:#20251f;color:#d9dfd3}.footer-top{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:80px;padding-bottom:48px}.footer-top img{width:145px;height:89px;object-fit:contain;margin-bottom:15px}.footer-top p{font-size:13px;color:#bac3b3}.footer-top a{display:block;font-size:13px;margin:7px 0}.footer-top a:hover{color:var(--orange)}.footer-top .eyebrow{font-size:11px;color:#8f9c85;letter-spacing:.08em}.footer-bottom{border-top:1px solid #40483b;padding-top:24px;display:flex;justify-content:space-between;gap:20px;font-size:11px;color:#a6b39d}.breadcrumb{display:flex;gap:13px;padding-top:26px;font-size:12px;color:#6a7164}.breadcrumb a{text-decoration:underline}.inner-hero{padding-top:68px;padding-bottom:76px}.inner-hero h1{max-width:1100px;font-size:clamp(40px,5.5vw,77px)}.inner-hero>p:not(.eyebrow){font-size:20px;max-width:750px;margin-top:32px;color:#63695c}.final-cta{padding-block:110px}.final-cta>p{font-size:14px;margin-bottom:25px;color:#63695c}.final-cta h2{font-size:clamp(37px,5.2vw,70px);margin-bottom:32px}.story{display:grid;grid-template-columns:1fr 1fr;gap:65px;padding-bottom:110px}.story>img{width:100%;height:100%;max-height:610px;border-radius:8px}.story>div{padding:30px 0}.story p:not(.eyebrow){margin-top:25px;color:#63695c}.service-body{display:grid;grid-template-columns:1fr 2fr;gap:110px;padding-bottom:100px}.service-body aside{border-top:1px solid var(--line);padding-top:25px}.service-body aside>p:not(.eyebrow){font-size:17px;margin-bottom:30px}.service-body aside .button{white-space:normal}.service-topics{list-style:none;padding:0;margin:30px 0}.service-topics li{border-bottom:1px solid var(--line);padding:19px 0;display:flex;gap:18px}.service-topics li:before{content:'▪';color:#ab4406}.outcome{background:#eeefe8;padding:30px;border-left:3px solid var(--orange)}.outcome .eyebrow{margin-bottom:15px}.related{display:grid;grid-template-columns:1fr 1fr;gap:0 40px}.related a{padding:22px 0;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;gap:20px}.related a:hover{color:#a84206}.model-long article{display:grid;grid-template-columns:1fr 2fr;gap:70px;padding:65px 0;border-top:1px solid var(--line)}.giant{font-family:'Manrope',sans-serif;font-size:130px;line-height:1;color:var(--orange);letter-spacing:-.08em}.model-long article h2{font-size:42px}.model-long article p:not(.eyebrow){margin-top:25px;max-width:610px;color:#62695b}.deliverable{font-size:13px;padding-top:20px;border-top:1px solid var(--line)}.deliverable strong{display:block;font-weight:500;font-size:18px;color:var(--ink);margin-top:10px}.notice{font-size:14px;border-left:3px solid var(--orange);padding:12px 24px;background:#eff0e8;margin-bottom:45px}.impact-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.impact-grid article{background:#eeefe8;padding:35px}.impact-grid h2{font-size:32px;margin-bottom:20px}.impact-grid p{color:#646b5b}.example{font-size:12px;padding-top:25px;border-top:1px solid #d2d8c7}.example strong{font-size:16px;font-weight:500;display:block;color:#293520;margin-top:8px}.legal{max-width:800px;padding-bottom:100px}.legal h2{font-size:28px;margin:35px 0 18px}.legal p{color:#62695b}.menu-toggle{background:none;border:1px solid #b9bead;border-radius:4px;padding:8px 12px;font-size:14px}
@media(min-width:1600px){.wrap{width:1360px}.hero-photo{height:490px}}
@media(max-width:1100px){.wrap{width:calc(100% - 56px)}nav{gap:15px}.header-inner{gap:16px}.header-inner>.button{padding:11px 16px;gap:14px}.hero-bottom>div{flex-direction:column;align-items:flex-start;gap:10px}.positioning,.model-layout,.contact-layout{gap:50px}.ai-copy{padding:38px}.ai-copy h2{font-size:35px}.faq{gap:40px}.hero h1{font-size:6.2vw}.solution{padding:23px}.solution h3{font-size:26px}.contact-layout h2{font-size:39px}.service-body{gap:50px}.brand{width:110px}.brand img{width:110px}}
@media(max-width:820px){.header-inner{height:85px}.brand img{height:68px}.header-inner>.button{margin-left:auto}.menu-toggle{display:block;order:3}nav{display:none;position:absolute;top:85px;left:0;right:0;background:var(--paper);padding:22px 28px;border-bottom:1px solid var(--line);box-shadow:0 12px 20px #2222220a}nav.open{display:flex;flex-direction:column;align-items:stretch;gap:4px}nav a{font-size:17px;padding:10px}.hero{padding-top:45px}.hero h1{font-size:7.2vw}.hero-bottom{gap:30px}.hero-photo{height:370px}.audience-strip{flex-wrap:wrap;justify-content:flex-start;gap:12px 30px}.audience-strip>span{width:100%}.section{padding-block:78px}.positioning,.model-layout,.contact-layout,.faq{grid-template-columns:1fr;gap:40px}.model-intro>p:not(.eyebrow){max-width:100%}.bento{grid-template-columns:repeat(2,1fr)}.solution,.s0,.s1{grid-column:span 1;min-height:320px}.solution h3,.s0 h3,.s1 h3{font-size:26px}.audiences{gap:25px;grid-template-columns:1fr}.audiences article{display:block}.audiences h3{margin-top:15px}.ai-copy{padding:28px}.ai-copy h2{font-size:30px}.ai-photo{min-height:510px}.impact-list>div{grid-template-columns:40px 1fr}.impact-list p{grid-column:2}.faq{padding-top:40px}.contact-section{padding:70px 0}.contact-layout>div{max-width:650px}.location{margin-top:20px}.footer-top{gap:35px}.story{gap:30px}.service-body{grid-template-columns:1fr}.service-body aside{max-width:600px}.model-long article{grid-template-columns:.6fr 2fr;gap:35px}.giant{font-size:100px}.model-long article h2{font-size:35px}.inner-hero{padding-top:45px}.footer-bottom span:last-child{display:none}}
@media(max-width:540px){.wrap{width:calc(100% - 36px)}.header-inner{height:78px;gap:12px}.brand,.brand img{width:99px}.header-inner>.button{font-size:12px;padding:9px 12px;gap:10px}.header-inner>.button span{font-size:16px}.menu-toggle{font-size:0;padding:10px;line-height:1.2}.menu-toggle span{font-size:20px}nav{top:78px}.hero{padding-top:36px}.eyebrow{font-size:10px;letter-spacing:.09em;margin-bottom:21px}.hero h1{font-size:clamp(36px,9.5vw,51px);letter-spacing:-.05em}.hero-bottom{display:block;margin:25px 0 30px}.hero-bottom>p{font-size:16px}.hero-bottom>div{flex-direction:row;align-items:center;gap:22px;margin-top:22px;flex-wrap:wrap}.hero-bottom .text-link{font-size:12px;gap:12px}.hero-photo{height:330px}.hero-photo>img{object-position:55% center}.photo-caption{left:22px;bottom:26px;max-width:240px}.photo-caption strong{font-size:25px}.photo-caption>span{font-size:9px}.pixel-composition{grid-template-columns:repeat(3,33px);grid-template-rows:repeat(3,33px)}.audience-strip{padding:24px 0;gap:10px 20px}.audience-strip p{font-size:12px}.section{padding-block:62px}h2{font-size:34px}.positioning{gap:30px}.lead{font-size:21px}.sectionhead{margin-bottom:32px}.bento{gap:14px;grid-template-columns:1fr}.solution{min-height:285px;padding:25px}.solution h3,.s0 h3,.s1 h3{font-size:30px;max-width:300px}.solution p{font-size:15px}.card-top{margin-bottom:35px}.model-layout{gap:38px}.model-intro h2{font-size:40px}.step h3{font-size:18px}.step summary{gap:15px}.step-body{padding-left:31px}.ai-feature{grid-template-columns:1fr}.ai-photo{min-height:0;height:280px}.ai-copy{padding:32px 25px}.ai-copy h2{font-size:36px}.impact-list h3{font-size:24px}.impact-list>div{gap:10px}.faq{padding-top:10px}.contact-layout h2{font-size:36px}.contact-layout{gap:35px}form{grid-template-columns:1fr;gap:18px}.full{grid-column:auto}form .button{width:100%}.footer-top{grid-template-columns:1fr 1fr;gap:35px 20px}.footer-top>div:first-child{grid-column:1/-1}.footer-top>div:last-child p{font-size:12px}.footer-bottom{font-size:11px}.inner-hero{padding-block:40px 48px}.inner-hero h1{font-size:41px;overflow-wrap:break-word}.inner-hero>p:not(.eyebrow){font-size:18px}.story{grid-template-columns:1fr;padding-bottom:55px}.story>img{height:280px}.story>div{padding:0}.final-cta{padding-block:65px}.final-cta h2{font-size:40px}.breadcrumb{font-size:11px;padding-top:20px;flex-wrap:wrap}.service-body{padding-bottom:60px;gap:40px}.related{grid-template-columns:1fr}.model-long article{grid-template-columns:1fr;gap:20px;padding:40px 0}.giant{font-size:80px}.model-long article h2{font-size:32px}.impact-grid{grid-template-columns:1fr;gap:18px}.impact-grid article{padding:27px}.legal h2{font-size:25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
@media print{header,footer,.button,.text-link,form{display:none}.wrap{width:100%}.section{padding-block:25px}.dark{background:white;color:black}.dark p{color:#222}.hero-photo{height:250px}}

/* Legibilidad de controles y navegación */
nav a{font-size:14px}label{font-size:14px}.more{font-size:14px}.consent,.form-note{font-size:14px}.footer-top a,.footer-top p{font-size:14px}.footer-top .eyebrow{font-size:12px}
