@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800;900&family=Poppins:wght@600;800&display=swap');
:root{--bg:#F7F1E6;--paper:#fff;--ink:#083c38;--muted:#687873;--green:#0F766E;--gold:#D4A333;--soft:#e9f7f3;--shadow:0 16px 42px rgba(8,60,56,.13)}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--ink);transition:opacity .2s}button{border:0;font-family:inherit;cursor:pointer}.app{max-width:620px;margin:0 auto;min-height:100vh;background:linear-gradient(#fbf7ef,#eef8f5);padding:14px 16px 104px;overflow:hidden}.page{display:none;animation:fade .22s ease}.page.active{display:block}@keyframes fade{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}
.splash{position:fixed;inset:0;z-index:99;display:grid;place-items:center;background:#0b3f3a;color:white;transition:opacity .6s ease,visibility .6s}.splash.hide{opacity:0;visibility:hidden}.splash-bg{position:absolute;inset:0;background:linear-gradient(rgba(0,0,0,.18),rgba(0,0,0,.62)),url("../img/via-cachoeira.jpg");background-size:cover;background-position:center}.splash-inner{position:relative;text-align:center;padding:24px}.splash img{width:160px;background:rgba(255,255,255,.88);border-radius:24px;padding:8px}.splash h1{font-family:Poppins;margin:18px 0 4px;font-size:34px}.splash p{color:#f5d28b;font-weight:800;letter-spacing:4px}.splash strong{display:block;margin-top:14px}
.app-header{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:14px}.brand{display:flex;align-items:center;gap:9px}.brand img{width:52px;height:40px;object-fit:contain}.brand strong{display:block;font-family:Poppins;font-size:18px;letter-spacing:-.3px}.brand span{display:block;color:var(--gold);font-size:12px;font-weight:800}.langs{display:flex;gap:6px}.langs button{background:white;border-radius:12px;padding:8px 9px;font-size:18px;transition:.25s}.langs button.active{outline:2px solid var(--green);background:#e7f7f3}
.hero{height:310px;border-radius:34px;overflow:hidden;position:relative;box-shadow:var(--shadow);margin-bottom:16px}.hero-bg{position:absolute;inset:0;background:linear-gradient(rgba(0,0,0,.05),rgba(0,0,0,.63)),url("../img/via-cachoeira.jpg");background-size:cover;background-position:center}.hero-text{position:absolute;left:22px;right:22px;bottom:22px;color:white}.hero-text span{display:inline-block;background:rgba(255,255,255,.22);border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900}.hero h1{font-family:Poppins;font-size:32px;line-height:1.05;margin:10px 0 8px}.hero p{margin:0;line-height:1.45}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.tile{background:white;border-radius:25px;padding:16px;text-align:left;color:var(--ink);box-shadow:0 10px 28px rgba(8,60,56,.09)}.tile.big{grid-column:span 2;padding:0;overflow:hidden}.tile-photo{height:145px;background-size:cover;background-position:center}.praias-img{background-image:url("../img/playas.jpg")}.favoritos-img{background-image:url("../img/favoritos-1.png"),url("../img/favoritos-2.png");background-size:50% 100%,50% 100%;background-position:left center,right center;background-repeat:no-repeat;position:relative;}.tile b{display:block;font-size:17px;font-weight:900;margin:12px 14px 3px}.tile small{display:block;color:var(--muted);margin:0 14px 14px}.tile:not(.big) b,.tile:not(.big) small{margin-left:0;margin-right:0}
.back{background:white;border-radius:999px;padding:11px 15px;font-weight:900;color:var(--ink);box-shadow:0 8px 22px rgba(8,60,56,.09);margin:6px 0 16px}h2{font-family:Poppins;font-size:31px;line-height:1.05;margin:0 0 8px}.lead{color:var(--muted);line-height:1.45;margin:0 0 18px}
.carousel-wrap{position:relative}.carousel{overflow:hidden}.track{display:flex;transition:transform .34s ease}.slide{min-width:100%}.place-card{background:white;border-radius:32px;overflow:hidden;box-shadow:var(--shadow);margin-bottom:16px}.place-photo{height:250px;background-size:cover;background-position:center;position:relative}.place-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(transparent,rgba(0,0,0,.42))}.badge{position:absolute;z-index:1;top:14px;left:14px;background:rgba(255,255,255,.95);border-radius:999px;padding:8px 12px;font-size:13px;font-weight:900}.place-body{padding:18px}.place-body h3{font-family:Poppins;font-size:24px;margin:0 0 8px}.rating,.dist{color:var(--green);font-weight:900;margin:7px 0}.desc{color:#405650;line-height:1.42}.map-btn,.primary{display:block;width:100%;text-align:center;text-decoration:none;background:var(--green);color:white;border-radius:18px;padding:15px;font-weight:900;margin-top:14px}.secondary{background:#fff;color:var(--green);border:2px solid var(--green)}.arrow{position:absolute;top:220px;transform:translateY(-50%);width:44px;height:44px;border-radius:999px;background:rgba(255,255,255,.96);box-shadow:0 8px 20px rgba(0,0,0,.16);font-size:34px;z-index:2}.left{left:10px}.right{right:10px}.dots{display:flex;justify-content:center;gap:7px;margin:12px 0}.dot{width:9px;height:9px;border-radius:999px;background:#c5d5d0}.dot.active{width:26px;background:var(--green)}
.cards{display:grid;gap:16px}.search{width:100%;padding:16px;border:0;border-radius:18px;background:white;box-shadow:0 8px 22px rgba(8,60,56,.08);font-size:16px;margin-bottom:16px}.filters{display:flex;gap:8px;overflow:auto;margin-bottom:12px}.filters button{white-space:nowrap;background:white;border-radius:999px;padding:10px 13px;font-weight:900;color:var(--ink)}.filters button.active{background:var(--green);color:white}.map-frame{width:100%;height:360px;border:0;border-radius:28px;box-shadow:var(--shadow);background:white}.compact-list{display:grid;gap:10px;margin:14px 0}.compact-item{background:white;border-radius:18px;padding:13px;display:flex;justify-content:space-between;gap:12px;box-shadow:0 8px 20px rgba(8,60,56,.07);text-decoration:none;color:var(--ink)}.compact-item b{display:block}.compact-item span{color:var(--muted);font-size:13px}.wifi-card{text-align:center;background:white;border-radius:30px;padding:28px;box-shadow:var(--shadow)}.wifi-card span{color:var(--muted);font-weight:900}.wifi-card h3{font-size:25px}.wifi-card button{background:var(--green);color:white;border-radius:18px;padding:15px;width:100%;font-weight:900}.info-list{display:grid;gap:12px}.info-list div,.section-link{background:white;border-radius:22px;padding:16px;box-shadow:0 8px 22px rgba(8,60,56,.08);text-align:left;color:var(--ink)}.info-list p{color:var(--muted);line-height:1.4;margin:7px 0 0}.section-link{display:block;width:100%;font-weight:900;margin-top:12px}.footer{text-align:center;color:var(--muted);font-size:12px;margin:30px 0 8px}.footer b{display:block;color:var(--ink)}
.bottom-nav{position:fixed;left:50%;bottom:12px;transform:translateX(-50%);width:min(94%,590px);display:grid;grid-template-columns:repeat(5,1fr);background:rgba(255,255,255,.92);backdrop-filter:blur(15px);border-radius:26px;padding:9px;box-shadow:0 18px 45px rgba(8,60,56,.2);z-index:20}.bottom-nav button{background:transparent;color:var(--ink);font-size:18px}.bottom-nav span{display:block;font-size:10px;color:var(--muted);font-weight:800}
@media(min-width:720px){.app{border-radius:34px;margin:20px auto}.place-photo{height:300px}}

.location-card{
  background:#fff;
  border-radius:22px;
  padding:16px;
  margin-top:12px;
  box-shadow:0 8px 22px rgba(8,60,56,.09);
}
.location-card h3{
  font-family:Poppins;
  margin:0 0 8px;
  font-size:22px;
}
.location-card p{
  color:var(--muted);
  line-height:1.42;
  margin:0 0 12px;
}
.location-card.error{
  border:1px solid #f0c7c7;
}
.location-card.loading{
  color:var(--green);
  font-weight:900;
}
.secondary-action{
  width:100%;
  margin-top:10px;
  background:#fff;
  color:var(--green);
  border:2px solid var(--green);
  border-radius:18px;
  padding:13px;
  font-weight:900;
}

.favoritos-img{background-image:url("../img/favoritos-1.png"),url("../img/favoritos-2.png");background-size:50% 100%,50% 100%;background-position:left center,right center;background-repeat:no-repeat;position:relative;}


.favoritos-img::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:50%;
  width:2px;
  background:rgba(255,255,255,.72);
  transform:translateX(-1px);
}


.favorite-filters{
  margin:14px 0 18px;
  padding-bottom:4px;
}
.specialty{
  background:#fff7dc;
  color:#5a4816;
  border-radius:16px;
  padding:11px 12px;
  line-height:1.38;
  margin:12px 0 0;
}


/* v2.0.2: Home quick navigation moved below the welcome hero */
.quick-nav{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:8px;
  background:rgba(255,255,255,.96);
  border-radius:28px;
  padding:12px 10px;
  margin:18px 0 18px;
  box-shadow:0 16px 38px rgba(8,60,56,.16);
  border:1px solid rgba(15,118,110,.10);
}
.quick-nav button{
  min-height:68px;
  border-radius:20px;
  background:#f7fffd;
  color:var(--ink);
  font-size:28px;
  font-weight:900;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:8px 4px;
}
.quick-nav button:active{
  transform:scale(.97);
  background:#e6fffb;
}
.quick-nav span{
  display:block;
  font-size:11px;
  line-height:1.1;
  color:var(--green);
  font-weight:900;
}
.bottom-nav{
  display:none !important;
}
.app{
  padding-bottom:20px !important;
}
@media(max-width:380px){
  .quick-nav{gap:6px;padding:10px 7px}
  .quick-nav button{font-size:24px;min-height:62px;border-radius:17px}
  .quick-nav span{font-size:10px}
}


/* Via Cachoeira v3.0 — Digital Check-out */
.checkout-hero{
  display:flex;
  align-items:center;
  gap:14px;
  background:linear-gradient(135deg,#fff7df,#ffffff);
  border:1px solid rgba(211,154,40,.18);
  border-radius:26px;
  padding:18px;
  margin:8px 0 16px;
  box-shadow:0 12px 30px rgba(93,70,25,.10);
}
.checkout-wave{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  flex:0 0 58px;
  border-radius:20px;
  background:#fff0bd;
  font-size:31px;
}
.checkout-hero h2{
  margin:0 0 5px;
  font-size:25px;
}
.checkout-hero p{
  margin:0;
  color:var(--muted);
  line-height:1.4;
}
.checkout-progress-wrap{
  background:#fff;
  border-radius:20px;
  padding:14px 15px;
  margin-bottom:13px;
  box-shadow:0 8px 22px rgba(8,60,56,.08);
}
.checkout-progress-label{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:9px;
  color:var(--muted);
  font-size:13px;
  font-weight:800;
}
.checkout-progress-label strong{
  color:var(--green);
}
.checkout-progress{
  height:10px;
  overflow:hidden;
  border-radius:999px;
  background:#e9f0ee;
}
.checkout-progress span{
  display:block;
  width:0;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--green),#23a99a);
  transition:width .28s ease;
}
.checkout-list{
  display:grid;
  gap:11px;
}
.checkout-item{
  display:grid;
  grid-template-columns:26px 38px 1fr;
  align-items:center;
  gap:8px;
  min-height:68px;
  background:#fff;
  border:1px solid rgba(15,118,110,.10);
  border-radius:21px;
  padding:13px 14px;
  color:var(--ink);
  font-weight:800;
  line-height:1.3;
  box-shadow:0 8px 22px rgba(8,60,56,.07);
  cursor:pointer;
  transition:transform .16s ease,border-color .2s ease,background .2s ease;
}
.checkout-item:active{
  transform:scale(.985);
}
.checkout-item.checked{
  background:#effcf9;
  border-color:rgba(15,118,110,.34);
}
.checkout-item.gas-item{
  border-left:5px solid #e89f2d;
}
.checkout-item input{
  width:22px;
  height:22px;
  accent-color:var(--green);
  cursor:pointer;
}
.checkout-icon{
  font-size:26px;
  text-align:center;
}
.checkout-success{
  background:#eafaf4;
  color:#146c58;
  border:1px solid rgba(20,108,88,.20);
  border-radius:22px;
  padding:16px;
  margin-top:15px;
  line-height:1.45;
  box-shadow:0 8px 22px rgba(8,60,56,.08);
  animation:checkoutPop .3s ease;
}
.checkout-success[hidden]{
  display:none;
}
@keyframes checkoutPop{
  from{opacity:0;transform:translateY(8px)}
  to{opacity:1;transform:translateY(0)}
}
.checkout-finish{
  width:100%;
  min-height:58px;
  margin-top:15px;
  border-radius:20px;
  background:#d9dfdd;
  color:#7b8582;
  font-size:16px;
  font-weight:900;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:9px;
  cursor:not-allowed;
  transition:background .2s ease,color .2s ease,transform .16s ease,box-shadow .2s ease;
}
.checkout-finish.ready{
  background:var(--green);
  color:#fff;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(15,118,110,.26);
}
.checkout-finish.ready:active{
  transform:scale(.985);
}
.checkout-note{
  text-align:center;
  color:var(--muted);
  font-size:12px;
  line-height:1.4;
  margin:10px 18px 0;
}


/* v3.1 alpha — Welcome navigation architecture */
.welcome-tile{
  background:linear-gradient(135deg,#fff5d7,#ffffff);
  border:1px solid rgba(213,158,42,.18);
}
.welcome-tile-icon{
  font-size:42px;
  margin-bottom:8px;
}
.welcome-hub-head{
  display:flex;
  gap:14px;
  align-items:center;
  background:linear-gradient(135deg,#fff5d7,#ffffff);
  border-radius:26px;
  padding:18px;
  margin:8px 0 16px;
  box-shadow:0 12px 30px rgba(93,70,25,.10);
}
.welcome-hub-icon{
  width:58px;
  height:58px;
  flex:0 0 58px;
  display:grid;
  place-items:center;
  border-radius:20px;
  background:#fff0bd;
  font-size:31px;
}
.welcome-hub-head h2{margin:0 0 5px;font-size:24px}
.welcome-hub-head p{margin:0;color:var(--muted);line-height:1.4}
.welcome-options{display:grid;gap:12px}
.welcome-option{
  width:100%;
  min-height:82px;
  display:grid;
  grid-template-columns:52px 1fr 22px;
  gap:11px;
  align-items:center;
  text-align:left;
  background:#fff;
  border:1px solid rgba(15,118,110,.10);
  border-radius:23px;
  padding:14px 16px;
  color:var(--ink);
  box-shadow:0 8px 22px rgba(8,60,56,.08);
}
.welcome-option>span{font-size:31px;text-align:center}
.welcome-option div{display:grid;gap:4px}
.welcome-option b{font-size:17px}
.welcome-option small{color:var(--muted);font-size:12px;line-height:1.3}
.welcome-option>strong{font-size:28px;color:var(--green)}
.architecture-placeholder{
  min-height:240px;
  display:grid;
  place-items:center;
  align-content:center;
  gap:14px;
  text-align:center;
  background:#fff;
  border-radius:24px;
  padding:25px;
  box-shadow:0 8px 22px rgba(8,60,56,.08);
}
.architecture-placeholder span{font-size:58px}
.architecture-placeholder p{margin:0;color:var(--muted);line-height:1.5;max-width:330px}


/* v3.1 — Home card: Comenzá por aquí */
.welcome-tile{
  grid-column:1 / -1;
  min-height:150px;
  display:grid;
  grid-template-columns:88px minmax(0,1fr) 66px;
  align-items:center;
  gap:18px;
  padding:22px 24px;
  text-align:left;
  background:linear-gradient(135deg,#fff5d7,#fffdf7);
  border:1px solid rgba(213,158,42,.35);
  border-radius:28px;
  box-shadow:0 14px 32px rgba(93,70,25,.10);
}
.welcome-tile-icon{
  width:76px;
  height:76px;
  display:grid;
  place-items:center;
  margin:0;
  border-radius:24px;
  background:rgba(255,255,255,.78);
  box-shadow:0 8px 20px rgba(8,60,56,.08);
  font-size:43px;
  line-height:1;
}
.welcome-tile-copy{
  display:grid;
  gap:7px;
  min-width:0;
}
.welcome-tile-copy b{
  font-size:25px;
  line-height:1.12;
  color:var(--ink);
}
.welcome-tile-copy small{
  margin:0;
  max-width:330px;
  font-size:14px;
  line-height:1.42;
  color:var(--muted);
}
.welcome-tile-arrow{
  width:58px;
  height:58px;
  display:grid;
  place-items:center;
  justify-self:end;
  border-radius:50%;
  background:var(--green);
  color:#fff;
  font-size:32px;
  font-weight:900;
  box-shadow:0 10px 24px rgba(15,118,110,.25);
}
.welcome-tile:active{
  transform:scale(.99);
}
@media(max-width:430px){
  .welcome-tile{
    grid-template-columns:64px minmax(0,1fr) 50px;
    gap:13px;
    min-height:132px;
    padding:18px 16px;
  }
  .welcome-tile-icon{
    width:60px;
    height:60px;
    border-radius:20px;
    font-size:34px;
  }
  .welcome-tile-copy b{
    font-size:21px;
  }
  .welcome-tile-copy small{
    font-size:12.5px;
  }
  .welcome-tile-arrow{
    width:46px;
    height:46px;
    font-size:26px;
  }
}

.home-secondary-actions{grid-column:1/-1;display:grid;gap:12px;margin-top:2px}
.home-secondary-card{width:100%;min-height:112px;display:grid;grid-template-columns:72px minmax(0,1fr) 44px;align-items:center;gap:15px;padding:16px 18px;text-align:left;background:rgba(255,255,255,.92);border:1px solid rgba(15,118,110,.12);border-radius:24px;color:var(--ink);box-shadow:0 10px 24px rgba(8,60,56,.08)}
.home-secondary-icon{width:62px;height:62px;display:grid;place-items:center;border-radius:50%;font-size:31px}
.home-secondary-icon.warm{background:#edf7f4}.home-secondary-icon.love{background:#fdebed}
.home-secondary-copy{display:grid;gap:5px}.home-secondary-copy b{font-size:20px;line-height:1.15}.home-secondary-copy small{color:var(--muted);font-size:13px;line-height:1.4}
.home-secondary-arrow{justify-self:end;color:var(--green);font-size:29px;font-weight:900}
@media(max-width:430px){.home-secondary-card{grid-template-columns:58px minmax(0,1fr) 30px;gap:11px;padding:14px;min-height:100px}.home-secondary-icon{width:52px;height:52px;font-size:27px}.home-secondary-copy b{font-size:18px}.home-secondary-copy small{font-size:12px}}


/* v3.2 — Wi-Fi module */
.wifi-hero{
  display:flex;
  align-items:center;
  gap:14px;
  background:linear-gradient(135deg,#e9f8f4,#ffffff);
  border-radius:26px;
  padding:18px;
  margin:8px 0 16px;
  box-shadow:0 12px 30px rgba(8,60,56,.10);
}
.wifi-hero-icon{
  width:62px;
  height:62px;
  display:grid;
  place-items:center;
  flex:0 0 62px;
  border-radius:21px;
  background:#d9f2ec;
  font-size:34px;
}
.wifi-hero h2{
  margin:0 0 4px;
  font-size:30px;
}
.wifi-hero p{
  margin:0;
  color:var(--muted);
  font-size:15px;
}
.wifi-connect-card{
  background:#fff;
  border-radius:28px;
  padding:22px 18px;
  text-align:center;
  box-shadow:0 14px 34px rgba(8,60,56,.10);
}
.wifi-label{
  display:block;
  color:var(--muted);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}
.wifi-ssid{
  margin:7px 0 17px;
  font-size:24px;
  line-height:1.15;
}
.wifi-qr-wrap{
  width:min(78vw,320px);
  aspect-ratio:1;
  margin:0 auto;
  padding:14px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(15,118,110,.12);
  box-shadow:0 10px 28px rgba(8,60,56,.08);
}
.wifi-qr-wrap img{
  width:100%;
  height:100%;
  object-fit:contain;
  display:block;
}
.wifi-scan-help{
  max-width:360px;
  margin:16px auto 0;
  color:var(--muted);
  font-size:13px;
  line-height:1.45;
}
.wifi-password-toggle{
  width:100%;
  min-height:52px;
  margin-top:17px;
  border-radius:18px;
  background:#eef8f5;
  color:var(--green);
  font-weight:900;
  font-size:14px;
}
.wifi-password-panel{
  margin-top:12px;
  padding:14px;
  border-radius:17px;
  background:#f8fbfa;
}
.wifi-password-panel span{
  display:block;
  color:var(--muted);
  font-size:12px;
  margin-bottom:5px;
}
.wifi-password-panel strong{
  font-size:22px;
  letter-spacing:.04em;
}
.wifi-password-panel[hidden]{
  display:none;
}
.wifi-roaming-note{
  display:flex;
  gap:12px;
  align-items:flex-start;
  margin-top:14px;
  padding:15px;
  border-radius:20px;
  background:#fff8e5;
  color:#6c5722;
  border:1px solid rgba(212,163,51,.22);
}
.wifi-roaming-note span{
  font-size:24px;
}
.wifi-roaming-note p{
  margin:0;
  font-size:12.5px;
  line-height:1.45;
}
.wifi-help-button{
  width:100%;
  min-height:56px;
  margin-top:14px;
  border-radius:20px;
  background:var(--green);
  color:#fff;
  font-size:15px;
  font-weight:900;
  box-shadow:0 12px 28px rgba(15,118,110,.24);
}


/* v3.3 — Interfone module */
.interfone-hero{display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#fff3df,#fff);border-radius:26px;padding:18px;margin:8px 0 16px;box-shadow:0 12px 30px rgba(93,70,25,.10)}
.interfone-hero-icon{width:62px;height:62px;display:grid;place-items:center;flex:0 0 62px;border-radius:21px;background:#fff0d4;font-size:34px}
.interfone-hero h2{margin:0 0 4px;font-size:30px}.interfone-hero p{margin:0;color:var(--muted);font-size:15px;line-height:1.4}
.interfone-layout{display:grid;gap:14px}
.interfone-photo-card{background:#fff;border-radius:26px;padding:16px;text-align:center;box-shadow:0 12px 30px rgba(8,60,56,.09)}
.interfone-photo-card img{display:block;width:min(100%,360px);max-height:480px;object-fit:contain;margin:0 auto;border-radius:20px;background:#f7f7f7}
.interfone-photo-card span{display:block;margin-top:10px;color:var(--muted);font-size:12px;font-weight:800}
.interfone-steps{display:grid;gap:12px}
.interfone-step-card,.interfone-tip-card{display:grid;grid-template-columns:52px 1fr;gap:12px;background:#fff;border-radius:23px;padding:16px;box-shadow:0 9px 24px rgba(8,60,56,.08)}
.interfone-step-icon,.interfone-tip-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:17px;background:#fff2df;font-size:25px}
.interfone-step-card h3,.interfone-tip-card h3{margin:0 0 7px;font-size:18px;line-height:1.2}.interfone-step-card p{margin:0;color:var(--muted);line-height:1.45}
.interfone-code{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:13px;padding:13px 15px;border-radius:17px;background:#eef8f5}
.interfone-code span{color:var(--muted);font-size:12px;font-weight:800}.interfone-code strong{font-size:31px;color:var(--green)}
.interfone-open-code{display:inline-grid;place-items:center;min-width:94px;margin-top:12px;padding:10px 18px;border-radius:17px;background:#fff4df;color:#b86500;font-size:32px;font-weight:900}
.interfone-success{margin-top:11px;padding:11px 13px;border-radius:15px;background:#eaf8ed;color:#23753c;font-size:13px;font-weight:900}
.interfone-tip-card{background:#edf7ff}.interfone-tip-card ul{margin:0;padding-left:18px;color:var(--muted);line-height:1.55}.interfone-tip-card li+li{margin-top:4px}
.interfone-help-button{width:100%;min-height:56px;margin-top:14px;border-radius:20px;background:var(--green);color:#fff;font-size:15px;font-weight:900;box-shadow:0 12px 28px rgba(15,118,110,.24)}
@media(min-width:560px){.interfone-layout{grid-template-columns:minmax(220px,.9fr) minmax(0,1.1fr);align-items:start}.interfone-photo-card{position:sticky;top:14px}}

/* v3.4.1 — Smart TV limpio */
.smarttv-hero{display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#fff3df,#fff);border-radius:26px;padding:18px;margin:8px 0 16px;box-shadow:0 12px 30px rgba(93,70,25,.10)}
.smarttv-hero-icon{width:62px;height:62px;display:grid;place-items:center;flex:0 0 62px;border-radius:21px;background:#fff0d4;font-size:34px}
.smarttv-hero h2{margin:0 0 4px;font-size:30px}.smarttv-hero p{margin:0;color:var(--muted);font-size:15px;line-height:1.4}
.smarttv-layout{display:grid;gap:14px}
.smarttv-remote-card{background:#fff;border-radius:26px;padding:18px;text-align:center;box-shadow:0 12px 30px rgba(8,60,56,.09)}
.smarttv-remote-card img{display:block;width:min(100%,290px);max-height:540px;object-fit:contain;margin:0 auto;border-radius:20px;background:#fff}
.smarttv-remote-caption{margin-top:11px;font-size:14px;font-weight:900}
.smarttv-remote-keys{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:13px}
.smarttv-remote-keys span{padding:10px;border-radius:14px;background:#eef8f5;color:var(--green);font-size:12px;font-weight:900}
.smarttv-cards{display:grid;gap:12px}
.smarttv-card{display:grid;grid-template-columns:52px 1fr;gap:12px;background:#fff;border-radius:23px;padding:16px;box-shadow:0 9px 24px rgba(8,60,56,.08)}
.smarttv-card-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:17px;background:#fff2df;font-size:25px}
.smarttv-card h3{margin:0 0 7px;font-size:18px}.smarttv-card p{margin:0;color:var(--muted);line-height:1.45}
.smarttv-apps{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}
.smarttv-apps span{padding:8px 10px;border-radius:999px;background:#eef8f5;color:var(--green);font-size:11px;font-weight:900}
.smarttv-privacy{background:#fff8e8;border:1px solid rgba(212,163,51,.24)}
.smarttv-help-button{width:100%;min-height:56px;margin-top:14px;border-radius:20px;background:var(--green);color:#fff;font-size:15px;font-weight:900;box-shadow:0 12px 28px rgba(15,118,110,.24)}
@media(min-width:560px){.smarttv-layout{grid-template-columns:minmax(220px,.9fr) minmax(0,1.1fr);align-items:start}}
