:root{--blue:#075bd8;--blue2:#0c49b4;--navy:#052b72;--ink:#101a43;--cyan:#18cdf0;--pale:#dce7fb;--white:#fff;--radius:34px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,Arial,sans-serif;color:var(--ink);background:#fff}.wrap{width:min(100% - 36px,1180px);margin:auto}img{display:block;max-width:100%}a{text-decoration:none;color:inherit}.blue-section{color:#fff;background:linear-gradient(145deg,#082c7d 0%,#0962df 50%,#0755c9 100%)}
.site-header{position:fixed;z-index:1000;left:0;right:0;top:0;height:126px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,7vw,72px);transition:all .32s ease}.site-header.scrolled{top:16px;left:50%;right:auto;width:min(calc(100% - 36px),1180px);height:96px;padding:0 30px;transform:translateX(-50%);background:rgba(255,255,255,.96);border:1px solid rgba(5,91,216,.10);border-radius:999px;box-shadow:0 14px 40px rgba(2,30,80,.18);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.brand img{width:235px;max-height:65px;object-fit:contain;transition:width .3s ease}.site-header.scrolled .brand img{width:205px}.menu-btn{width:82px;height:82px;border:0;border-radius:50%;background:#fff;display:grid;place-content:center;gap:6px;cursor:pointer;transition:all .3s ease}.site-header.scrolled .menu-btn{width:60px;height:60px;background:transparent}.menu-btn span{width:25px;height:3px;border-radius:3px;background:var(--blue)}.mobile-menu{position:fixed;top:0;left:0;right:0;padding:138px 30px 35px;background:#fff;display:flex;flex-direction:column;gap:18px;transform:translateY(-120%);transition:.35s;box-shadow:0 20px 45px #001a4d33;z-index:-1}.site-header.scrolled .mobile-menu{top:0;border-radius:48px;padding-top:118px}.mobile-menu.open{transform:translateY(0)}.mobile-menu a{font-size:22px;font-weight:600;color:var(--ink)}
.hero{padding:205px 0 0;overflow:hidden}.hero-copy h1,.simple-section h2,.connected h2{font-size:clamp(48px,7.4vw,92px);line-height:1.03;letter-spacing:-.045em;margin:0 0 45px;font-weight:500}.hero-copy h1 em,.simple-section h2 em,.connected h2 em{display:block;font-family:'DM Serif Display',serif;font-weight:400}.hero-copy p{font-size:clamp(22px,3.2vw,34px);line-height:1.45;max-width:930px;margin-bottom:42px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:25px 50px;font-size:28px;font-weight:600}.btn-white{background:#fff;color:var(--blue);width:100%}.hero-art{margin-top:170px}.hero-art img{width:88%;margin:auto;border-radius:26px 26px 0 0;box-shadow:0 0 60px #001a4d55}
.simple-section{padding:115px 0 0}.simple-section h2{max-width:900px}.editor-frame{margin-top:115px;border-radius:48px 48px 0 0;background:#052f77;padding:45px 45px 0;overflow:hidden}.editor-frame img{width:100%;border-radius:28px 28px 0 0}
.features{padding:70px 0}.sticky-brand{width:min(100% - 36px,1180px);height:116px;margin:0 auto 65px;border-radius:58px;display:flex;align-items:center;justify-content:space-between;padding:18px 35px;position:relative;z-index:2}.sticky-brand.light{background:#fff}.sticky-brand img{width:230px;height:60px;object-fit:contain}.sticky-brand .hamb{font-size:32px;color:var(--blue)}.cards{display:grid;gap:48px}.feature-card{background:#fff;color:var(--ink);border-radius:34px;overflow:hidden}.feature-card>img{width:100%;aspect-ratio:1.65/1;object-fit:cover}.card-copy{padding:42px 48px 54px}.card-copy h3{font-size:clamp(30px,4vw,48px);line-height:1.28;margin:0 0 28px;letter-spacing:-.03em}.card-copy p{font-size:clamp(20px,2.7vw,29px);line-height:1.45;margin:0;color:#111}
.connected{padding:130px 0 120px;background:linear-gradient(135deg,#eff4ff,#b8cbf0)}.connected h2{color:var(--ink);margin-bottom:90px}.connection-card img{width:100%;border-radius:42px}.connection-copy{padding-top:28px}.connection-copy small{font-size:24px;font-weight:600}.connection-copy h3{color:var(--blue);font-size:36px;margin:15px 0}.connection-copy p{font-size:28px;line-height:1.5}.connection-copy a{color:var(--blue);font-weight:600;font-size:28px;border-bottom:2px solid}.slider-dots{display:flex;gap:18px;margin-top:55px}.slider-dots button{height:5px;flex:1;border:0;background:#fff;cursor:pointer}.slider-dots button.active{background:var(--blue)}
.plans{padding:120px 0 150px;background:radial-gradient(circle at 45% 30%,#0a6ce8,#084ebd 55%,#031b4d 100%);overflow:hidden}.plans h2{text-align:center;font-size:clamp(46px,7vw,78px);line-height:1.12;margin:0 auto 100px;max-width:880px}.plans-row{display:flex;gap:30px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:18px}.plan{min-width:min(82vw,560px);border:2px solid #14c6ef;border-radius:28px;padding:55px 38px;scroll-snap-align:start;background:#ffffff08}.plan small{font-size:22px}.plan h3{font-size:45px;margin:12px 0}.plan h3 span{font-size:18px}.plan p{font-size:25px;line-height:1.45}.plan ul{padding:0;list-style:none}.plan li{font-size:22px;line-height:1.45;margin:23px 0;padding-left:52px;position:relative}.plan li:before{content:'✓';position:absolute;left:0;top:0;width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#16c7ef;color:#04255f}.plan>a{display:inline-block;margin-top:28px;border:2px solid #fff;border-radius:999px;padding:14px 30px;font-weight:600;font-size:22px}
.final-cta{padding:0 0 150px}.final-cta .wrap{text-align:center;padding-top:130px}.final-cta h2{font-size:clamp(54px,8vw,92px);font-weight:400;line-height:1.08;max-width:850px;margin:0 auto 45px;letter-spacing:-.05em}.final-cta p{font-size:28px}.btn-blue{background:var(--blue);color:#fff;margin-top:30px}
footer{border-top:1px solid #ddd;padding:70px 0}.footer-grid{display:grid;gap:20px}.footer-grid details{border-bottom:1px solid #e6e6e6;padding:15px 0}.footer-grid summary{font-size:28px;font-weight:600;cursor:pointer}.footer-grid a{display:block;font-size:21px;margin:28px 0;color:#182040}
@media(min-width:900px){.cards{grid-template-columns:1fr 1fr}.feature-card:nth-child(3),.feature-card:nth-child(4){margin-top:0}.connection-card{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center}.footer-grid{grid-template-columns:repeat(3,1fr)}.footer-grid details{border:0}.plans-row{overflow:visible}.plan{min-width:0;flex:1}.btn-white{width:auto;min-width:500px}.hero-art img{width:72%}}
@media(max-width:600px){.site-header{height:105px;padding:0 22px}.site-header.scrolled{top:10px;width:calc(100% - 24px);height:78px;padding:0 18px}.brand img{width:180px}.site-header.scrolled .brand img{width:160px}.menu-btn{width:62px;height:62px}.site-header.scrolled .menu-btn{width:48px;height:48px}.hero{padding-top:170px}.hero-copy h1,.simple-section h2,.connected h2{font-size:48px}.hero-copy p{font-size:21px}.btn{font-size:20px;padding:19px 28px}.hero-art{margin-top:95px}.simple-section{padding-top:80px}.editor-frame{margin-top:70px;padding:22px 22px 0}.sticky-brand{height:88px;margin-bottom:34px;padding:12px 25px}.sticky-brand img{width:175px}.cards{gap:34px}.card-copy{padding:30px 28px 38px}.card-copy h3{font-size:31px}.card-copy p{font-size:19px}.connected{padding:80px 0}.connected h2{margin-bottom:55px}.connection-copy h3{font-size:28px}.connection-copy p{font-size:20px}.plans{padding:90px 0 110px}.plans h2{font-size:45px;margin-bottom:65px}.plan{padding:42px 28px}.final-cta{padding-bottom:100px}.final-cta .wrap{padding-top:80px}.final-cta h2{font-size:47px}.final-cta p{font-size:22px}}

/* Testimonios */
.testimonials{padding:120px 0 130px;overflow:hidden}
.testimonials h2{font-size:clamp(48px,7.4vw,92px);line-height:1.03;letter-spacing:-.045em;margin:0 0 76px;font-weight:500;max-width:1050px}
.testimonials h2 em{display:block;font-family:'DM Serif Display',serif;font-weight:400}
.testimonials-slider{position:relative;overflow:hidden;border-radius:44px}
.testimonials-track{display:flex;transition:transform .65s cubic-bezier(.22,.61,.36,1);will-change:transform}
.testimonial-slide{min-width:100%;background:#fff;color:var(--ink);display:grid;grid-template-columns:1.12fr .88fr;overflow:hidden;border-radius:44px}
.store-preview{min-height:560px;background:#072f79;display:flex;align-items:center;justify-content:center;padding:42px;overflow:hidden}
.store-preview img{width:100%;height:100%;max-height:560px;object-fit:cover;border-radius:26px;box-shadow:0 20px 55px rgba(0,20,70,.28)}
.testimonial-copy{padding:64px 58px;display:flex;flex-direction:column;justify-content:center}
.result-tag{align-self:flex-start;background:#eaf2ff;color:var(--blue);font-size:16px;font-weight:700;padding:11px 18px;border-radius:999px;margin-bottom:28px}
.testimonial-copy blockquote{font-size:clamp(25px,3vw,39px);line-height:1.35;letter-spacing:-.03em;margin:0 0 40px;font-weight:500}
.client{display:flex;flex-direction:column;gap:5px}.client strong{font-size:22px}.client span{font-size:17px;color:#5a6380}
.testimonial-arrow{position:absolute;top:50%;transform:translateY(-50%);width:58px;height:58px;border:0;border-radius:50%;background:rgba(255,255,255,.94);color:var(--blue);font-size:46px;line-height:1;cursor:pointer;box-shadow:0 10px 28px rgba(0,20,70,.2);z-index:3}.testimonial-arrow.prev{left:18px}.testimonial-arrow.next{right:18px}
.testimonial-dots{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);display:flex;gap:10px;z-index:3}.testimonial-dots button{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#b9c8e8;cursor:pointer;transition:.25s}.testimonial-dots button.active{width:30px;border-radius:99px;background:var(--blue)}

@media(max-width:800px){
  .testimonials{padding:85px 0 95px}.testimonials h2{margin-bottom:50px}
  .testimonial-slide{display:block;border-radius:32px}.store-preview{min-height:0;height:330px;padding:20px}.store-preview img{max-height:none;border-radius:20px}
  .testimonial-copy{padding:36px 28px 62px}.testimonial-copy blockquote{font-size:25px}.testimonial-arrow{width:46px;height:46px;font-size:36px;top:275px}.testimonial-arrow.prev{left:12px}.testimonial-arrow.next{right:12px}
}
@media(max-width:600px){.testimonials h2{font-size:48px}.store-preview{height:275px}.testimonial-arrow{top:226px}}

/* Footer mejorado */
.site-footer{background:linear-gradient(145deg,#082c7d 0%,#0962df 50%,#0755c9 100%);color:#fff;border-top:0;padding:82px 0 28px;position:relative;overflow:hidden}
.site-footer:before{content:'';position:absolute;width:520px;height:520px;border-radius:50%;background:rgba(255,255,255,.10);right:-220px;top:-260px;filter:blur(4px)}
.footer-top{position:relative;z-index:1;display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.5fr);gap:85px;align-items:start}
.footer-brand img{width:220px;max-height:62px;object-fit:contain;object-position:left center}
.footer-brand p{max-width:360px;font-size:19px;line-height:1.6;color:#cdd8f2;margin:24px 0 30px}
.footer-cta{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:var(--blue);border-radius:999px;padding:15px 25px;font-size:17px;font-weight:700;transition:.25s}
.footer-cta:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(0,0,0,.18)}
.site-footer .footer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:38px}
.site-footer .footer-grid details{border:0;padding:0}
.site-footer .footer-grid summary{list-style:none;font-size:18px;font-weight:700;color:#fff;cursor:default;margin-bottom:24px}
.site-footer .footer-grid summary::-webkit-details-marker{display:none}
.site-footer .footer-grid a{display:block;font-size:15px;line-height:1.45;color:#cdd8f2;margin:15px 0;transition:.2s}
.site-footer .footer-grid a:hover{color:#fff;transform:translateX(3px)}
.footer-bottom{position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.14);margin-top:62px;padding-top:25px;display:flex;align-items:center;justify-content:space-between;gap:25px;color:#9eafd3;font-size:14px}
.footer-legal{display:flex;gap:24px}.footer-legal a{color:#9eafd3}.footer-legal a:hover{color:#fff}

@media(max-width:800px){
  .site-footer{padding:62px 0 24px}.footer-top{grid-template-columns:1fr;gap:48px}.footer-brand{text-align:left}.footer-brand img{width:195px}.footer-brand p{font-size:17px;margin-top:20px}.site-footer .footer-grid{grid-template-columns:1fr;gap:0}.site-footer .footer-grid details{border-bottom:1px solid rgba(255,255,255,.13);padding:18px 0}.site-footer .footer-grid summary{cursor:pointer;margin:0;font-size:19px;position:relative;padding-right:28px}.site-footer .footer-grid summary:after{content:'+';position:absolute;right:2px;top:-4px;font-size:26px;font-weight:400}.site-footer .footer-grid details[open] summary:after{content:'−'}.site-footer .footer-grid a{font-size:16px;margin:15px 0 0}.footer-bottom{margin-top:42px;flex-direction:column;align-items:flex-start}.footer-legal{gap:20px}
}

/* Ajuste general: tipografía más compacta */
body{font-size:15px}
.mobile-menu a{font-size:18px}
.hero-copy h1,.simple-section h2,.connected h2,.testimonials h2{font-size:clamp(38px,5.8vw,70px)}
.hero-copy p{font-size:clamp(17px,2.2vw,24px);max-width:780px}
.btn{padding:18px 38px;font-size:20px}
.card-copy h3{font-size:clamp(25px,3vw,36px)}
.card-copy p{font-size:clamp(16px,1.9vw,21px)}
.connection-copy small{font-size:18px}
.connection-copy h3{font-size:28px}
.connection-copy p,.connection-copy a{font-size:20px}
.plans h2{font-size:clamp(38px,5.5vw,62px)}
.plan small{font-size:17px}
.plan h3{font-size:34px}
.plan h3 span{font-size:15px}
.plan p{font-size:19px}
.plan li{font-size:17px;line-height:1.5;margin:17px 0;padding-left:44px}
.plan>a{font-size:17px;padding:12px 24px}
.final-cta h2{font-size:clamp(40px,6vw,68px)}
.final-cta p{font-size:20px}
.testimonial-copy blockquote{font-size:clamp(21px,2.4vw,30px)}
.client strong{font-size:18px}
.client span{font-size:14px}
.result-tag{font-size:13px}
.footer-brand p{font-size:16px}
.footer-cta{font-size:15px}
.site-footer .footer-grid summary{font-size:16px}
.site-footer .footer-grid a{font-size:14px}
.footer-bottom{font-size:12px}

@media(max-width:600px){
  body{font-size:14px}
  .mobile-menu a{font-size:17px}
  .hero-copy h1,.simple-section h2,.connected h2,.testimonials h2{font-size:38px}
  .hero-copy p{font-size:17px;line-height:1.5}
  .btn{font-size:17px;padding:16px 24px}
  .card-copy h3{font-size:26px}
  .card-copy p{font-size:16px}
  .connection-copy small{font-size:15px}
  .connection-copy h3{font-size:24px}
  .connection-copy p,.connection-copy a{font-size:17px}
  .plans h2{font-size:36px}
  .plan small{font-size:15px}
  .plan h3{font-size:30px}
  .plan p{font-size:17px}
  .plan li{font-size:15px;padding-left:40px}
  .plan>a{font-size:15px}
  .final-cta h2{font-size:37px}
  .final-cta p{font-size:18px}
  .testimonial-copy blockquote{font-size:21px}
  .client strong{font-size:17px}
  .client span{font-size:14px}
  .footer-brand p{font-size:15px}
  .footer-cta{font-size:14px}
  .site-footer .footer-grid summary{font-size:17px}
  .site-footer .footer-grid a{font-size:14px}
}

/* Ajuste final solicitado: logo, textos y separaciones más pequeños */
.site-header{height:104px}
.site-header.scrolled{height:76px;padding:0 24px}
.brand img{width:172px;max-height:46px}
.site-header.scrolled .brand img{width:145px}
.menu-btn{width:62px;height:62px}
.site-header.scrolled .menu-btn{width:48px;height:48px}
.mobile-menu{padding-top:112px;gap:12px}
.mobile-menu a{font-size:15px}

.hero{padding-top:165px}
.hero-copy h1,.simple-section h2,.connected h2,.testimonials h2{font-size:clamp(31px,4.6vw,54px);line-height:1.06;margin-bottom:24px}
.hero-copy p{font-size:clamp(14px,1.75vw,19px);line-height:1.45;margin:0 0 25px;max-width:700px}
.btn{font-size:16px;padding:14px 28px}
.hero-art{margin-top:95px}

.simple-section{padding-top:78px}
.editor-frame{margin-top:58px}
.features{padding:48px 0}
.sticky-brand{height:84px;margin-bottom:38px;padding:12px 24px}
.sticky-brand img{width:155px;height:44px}
.cards{gap:28px}
.card-copy{padding:26px 30px 34px}
.card-copy h3{font-size:clamp(21px,2.5vw,29px);line-height:1.22;margin-bottom:14px}
.card-copy p{font-size:clamp(14px,1.45vw,17px);line-height:1.42}

.connected{padding:85px 0 78px}
.connected h2{margin-bottom:46px}
.connection-copy{padding-top:18px}
.connection-copy small{font-size:14px}
.connection-copy h3{font-size:22px;margin:9px 0}
.connection-copy p,.connection-copy a{font-size:16px;line-height:1.45}
.slider-dots{margin-top:30px;gap:10px}

.testimonials{padding:82px 0 88px}
.testimonials h2{margin-bottom:40px}
.testimonial-copy{padding:40px 38px}
.result-tag{font-size:11px;padding:8px 13px;margin-bottom:17px}
.testimonial-copy blockquote{font-size:clamp(18px,2vw,25px);line-height:1.32;margin-bottom:24px}
.client strong{font-size:15px}.client span{font-size:12px}

.plans{padding:82px 0 95px}
.plans h2{font-size:clamp(31px,4.7vw,48px);margin-bottom:52px}
.plan{padding:36px 28px}
.plan small{font-size:14px}.plan h3{font-size:28px;margin:8px 0}.plan h3 span{font-size:13px}
.plan p{font-size:15px;line-height:1.42}
.plan li{font-size:14px;margin:12px 0;padding-left:36px}
.plan li:before{width:28px;height:28px}
.plan>a{font-size:14px;padding:10px 20px;margin-top:18px}

.final-cta{padding-bottom:92px}.final-cta .wrap{padding-top:78px}
.final-cta h2{font-size:clamp(32px,4.8vw,50px);margin-bottom:24px}
.final-cta p{font-size:16px;margin:0 0 8px}
.btn-blue{margin-top:18px}

.site-footer{padding:58px 0 22px}
.footer-top{gap:56px}
.footer-brand img{width:150px;max-height:44px}
.footer-brand p{font-size:14px;line-height:1.5;margin:16px 0 20px;max-width:320px}
.footer-cta{font-size:13px;padding:12px 20px}
.site-footer .footer-grid summary{font-size:14px;margin-bottom:16px}
.site-footer .footer-grid a{font-size:12px;margin:10px 0}
.footer-bottom{margin-top:38px;padding-top:18px;font-size:11px}

@media(max-width:600px){
  .site-header{height:84px;padding:0 16px}
  .site-header.scrolled{height:66px;padding:0 15px}
  .brand img{width:132px;max-height:38px}
  .site-header.scrolled .brand img{width:118px}
  .menu-btn{width:48px;height:48px}.site-header.scrolled .menu-btn{width:42px;height:42px}
  .mobile-menu{padding:94px 22px 24px;gap:10px}.mobile-menu a{font-size:14px}
  .hero{padding-top:132px}
  .hero-copy h1,.simple-section h2,.connected h2,.testimonials h2{font-size:31px;margin-bottom:18px}
  .hero-copy p{font-size:14px;line-height:1.45;margin-bottom:20px}
  .btn{font-size:14px;padding:13px 20px}
  .hero-art{margin-top:62px}
  .simple-section{padding-top:58px}.editor-frame{margin-top:40px}
  .features{padding:36px 0}.sticky-brand{height:70px;margin-bottom:24px}.sticky-brand img{width:128px}
  .cards{gap:22px}.card-copy{padding:22px 22px 28px}.card-copy h3{font-size:21px;margin-bottom:11px}.card-copy p{font-size:14px}
  .connected{padding:60px 0}.connected h2{margin-bottom:34px}.connection-copy h3{font-size:20px}.connection-copy p,.connection-copy a{font-size:14px}
  .testimonials{padding:60px 0 68px}.testimonials h2{margin-bottom:30px}.testimonial-copy{padding:28px 22px 52px}.testimonial-copy blockquote{font-size:18px;margin-bottom:20px}.client strong{font-size:14px}.client span{font-size:12px}
  .plans{padding:62px 0 74px}.plans h2{font-size:30px;margin-bottom:38px}.plan{padding:30px 22px}.plan h3{font-size:25px}.plan p{font-size:14px}.plan li{font-size:13px}
  .final-cta{padding-bottom:70px}.final-cta .wrap{padding-top:58px}.final-cta h2{font-size:30px;margin-bottom:18px}.final-cta p{font-size:14px}
  .site-footer{padding:46px 0 20px}.footer-top{gap:34px}.footer-brand img{width:132px}.footer-brand p{font-size:13px;margin:14px 0 18px}.site-footer .footer-grid summary{font-size:14px}.site-footer .footer-grid a{font-size:12px;margin-top:10px}.footer-bottom{margin-top:28px}
}


/* Ajuste solicitado: logo más pequeño, azul al hacer scroll y hero más compacto */
.brand img{width:138px;max-height:38px}
.site-header.scrolled .brand img{width:120px}
.hero{padding-top:130px}
.hero-copy h1{margin-bottom:16px}
.hero-copy p{margin-bottom:18px}
.hero-art{margin-top:52px}
@media(max-width:600px){
  .brand img{width:108px;max-height:31px}
  .site-header.scrolled .brand img{width:96px}
  .hero{padding-top:102px}
  .hero-copy h1{margin-bottom:12px}
  .hero-copy p{margin-bottom:15px}
  .hero-art{margin-top:38px}
}

/* Slider real de conexiones */
.connection-slider{position:relative;overflow:hidden;border-radius:30px}
.connection-track{display:flex;transition:transform .55s cubic-bezier(.22,.61,.36,1);will-change:transform}
.connection-slide{min-width:100%}
.connection-card{height:100%}
.connection-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:var(--blue);font-size:28px;line-height:1;box-shadow:0 8px 24px #001a4d26;cursor:pointer}
.connection-arrow.prev{left:14px}.connection-arrow.next{right:14px}
.connection-arrow:hover{transform:translateY(-50%) scale(1.05)}
.slider-dots button{border-radius:999px;transition:background .25s ease,transform .25s ease}
.slider-dots button.active{transform:scaleY(1.6)}
@media(max-width:600px){
  .connection-slider{border-radius:22px}
  .connection-arrow{width:36px;height:36px;font-size:24px;top:34%}
  .connection-arrow.prev{left:8px}.connection-arrow.next{right:8px}
}


/* Progreso animado del slider de conexiones */
.connected .slider-dots button{
  position:relative;
  overflow:hidden;
  height:6px;
  padding:0;
  background:rgba(255,255,255,.68);
  transform:none;
}
.connected .slider-dots button::after{
  content:'';
  position:absolute;
  inset:0;
  width:var(--progress,0%);
  background:var(--blue);
  border-radius:inherit;
}
.connected .slider-dots button.active{
  background:rgba(255,255,255,.68);
  transform:none;
}
.connected .slider-dots button.is-filling::after{
  animation:connectionDotProgress 4.5s linear forwards;
}
@keyframes connectionDotProgress{
  from{width:0%}
  to{width:100%}
}
@media (prefers-reduced-motion:reduce){
  .connected .slider-dots button.is-filling::after{animation:none;width:100%}
}

/* Ajuste final del título principal: un solo texto con dos tipografías */
.hero-copy h1{
  max-width:1050px;
  font-size:clamp(42px,5.5vw,68px);
  line-height:1.14;
  letter-spacing:-.035em;
  margin-bottom:34px;
}
.hero-copy h1 em{
  display:inline;
  font-family:'DM Serif Display',serif;
  font-style:italic;
  font-weight:400;
  margin-left:.12em;
}
.hero-copy p{
  margin-bottom:32px;
}
.hero-art{
  margin-top:72px;
}

@media(max-width:600px){
  .hero-copy h1{
    font-size:38px;
    line-height:1.16;
    letter-spacing:-.025em;
    margin-bottom:26px;
  }
  .hero-copy h1 em{
    display:inline;
    margin-left:.08em;
  }
  .hero-copy p{
    margin-bottom:26px;
  }
  .hero-art{
    margin-top:52px;
  }
}

/* Solo ajuste del texto principal, sin modificar navbar ni posición de la imagen */
.hero-copy h1{
  font-family:Poppins,Arial,sans-serif;
  font-weight:500;
}
.hero-copy h1 em{
  display:inline;
  font-family:'DM Serif Display',serif;
  font-style:italic;
  font-weight:400;
  margin-left:.08em;
}

@media(max-width:600px){
  .hero-copy h1{
    max-width:100%;
    font-size:48px;
    line-height:1.08;
    letter-spacing:-.045em;
    margin-bottom:38px;
  }
  .hero-copy h1 em{
    display:inline;
    margin-left:.06em;
  }
}

@media(max-width:390px){
  .hero-copy h1{font-size:44px;}
}

/* Ajustes finales solicitados: H1 a 38px solo en teléfonos y navbar sticky más fino/transparente */
.site-header.scrolled{
  height:58px;
  padding:0 18px;
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.site-header.scrolled .brand img{
  width:102px;
}

.site-header.scrolled .menu-btn{
  width:38px;
  height:38px;
}

@media(max-width:600px){
  .hero-copy h1{
    font-size:38px;
  }

  .site-header.scrolled{
    height:54px;
    padding:0 12px;
    background:rgba(255,255,255,.78);
  }

  .site-header.scrolled .brand img{
    width:90px;
  }

  .site-header.scrolled .menu-btn{
    width:36px;
    height:36px;
  }
}

/* Ajuste solicitado: hero centrado en computadora y sticky un poco más blanco */
@media(min-width:901px){
  .hero{
    padding-top:128px;
  }

  .hero-copy{
    text-align:center;
  }

  .hero-copy h1{
    max-width:1100px;
    margin:0 auto 24px;
    font-size:clamp(46px,4.2vw,68px);
    line-height:1.04;
    letter-spacing:-.04em;
  }

  .hero-copy h1 em{
    display:block;
    margin-left:0;
    margin-top:4px;
  }

  .hero-copy p{
    max-width:900px;
    margin:0 auto 28px;
    font-size:17px;
    line-height:1.5;
  }

  .hero-copy .btn-white{
    min-width:0;
    width:auto;
    padding:14px 30px;
  }

  .hero-art{
    margin-top:72px;
  }

  .hero-art img{
    width:64%;
  }
}

.site-header.scrolled{
  background:rgba(255,255,255,.9);
}

@media(max-width:600px){
  .site-header.scrolled{
    background:rgba(255,255,255,.9);
  }
}
