:root{--ink:#1f2933;--muted:#5f6c72;--line:#dde5df;--paper:#fffdf8;--soft:#f3f7f1;--mint:#dfeee6;--green:#2f6f5e;--green-dark:#204f45;--coral:#d86b57;--gold:#c9a24e;--blue:#2d6478;--shadow:0 16px 40px rgba(31,41,51,.10);--radius:8px;--wrap:1120px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;background-color:var(--paper);background-image:linear-gradient(rgba(255,253,248,.52),rgba(255,253,248,.52)),url("../images/6/photography.png");background-repeat:repeat;background-position:center top;background-attachment:fixed;color:var(--ink);font-size:16px;line-height:1.6;position:relative;isolation:isolate}img{max-width:100%;display:block}a{color:inherit}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px clamp(16px,4vw,48px);background:rgba(255,253,248,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:800;letter-spacing:.02em}.brand img{width:42px;height:42px;border-radius:8px;object-fit:cover}.site-nav{display:flex;align-items:center;gap:6px}.site-nav a{padding:10px 12px;border-radius:8px;text-decoration:none;font-weight:700;color:var(--ink)}.site-nav a:hover{background:var(--soft);color:var(--green-dark)}.nav-toggle{display:none;width:44px;height:44px;border:1px solid var(--line);border-radius:8px;background:white;align-items:center;justify-content:center;flex-direction:column;gap:5px}.nav-toggle span{width:20px;height:2px;background:var(--ink);display:block}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,520px);gap:clamp(24px,5vw,64px);align-items:center;max-width:var(--wrap);margin:0 auto;padding:clamp(32px,7vw,84px) clamp(16px,4vw,32px)}.hero-copy h1{font-size:clamp(42px,8vw,88px);line-height:.95;margin:0 0 18px;font-weight:900;color:var(--green-dark)}.products .hero{gap:clamp(36px,6vw,84px)}.products .hero-copy h1{font-size:clamp(40px,6.4vw,72px);max-width:9.5em}.hero-copy p{font-size:clamp(18px,2.4vw,24px);color:var(--muted);max-width:680px}.hero-bg .hero{position:relative;z-index:0;overflow:hidden;grid-template-columns:minmax(0,760px);min-height:clamp(430px,58vw,620px);border-bottom:1px solid rgba(221,229,223,.72);background:transparent}.hero-bg .hero>*{position:relative;z-index:2}.hero-bg .hero::before{content:"";position:absolute;inset:0;background-image:var(--hero-bg);background-size:cover;background-position:center right;background-repeat:no-repeat;opacity:.58;filter:saturate(1.02);z-index:0}.hero-bg .hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,253,248,.96),rgba(255,253,248,.78) 42%,rgba(255,253,248,.14));z-index:1}.hero-bg .hero-media{display:none}.webpay-page .hero::before{background-size:min(560px,58vw) auto;background-position:84% center;opacity:.46}.hero-media{border-radius:8px;overflow:hidden;box-shadow:var(--shadow);background:var(--mint)}.hero-media img{width:100%;aspect-ratio:4/3;object-fit:cover}.eyebrow{text-transform:uppercase;font-size:12px;font-weight:900;letter-spacing:.14em;color:var(--coral);margin:0 0 10px}.hero-actions,.actions-center{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:11px 16px;border-radius:8px;text-decoration:none;font-weight:800;border:1px solid transparent;cursor:pointer}.button.primary{background:var(--green);color:white}.button.primary:hover{background:var(--green-dark)}.button.ghost{background:white;border-color:var(--line);color:var(--green-dark)}.button.full{width:100%;margin-top:10px}.band{padding:clamp(36px,7vw,76px) clamp(16px,4vw,32px)}.band.subtle{background:var(--soft);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.wrap{max-width:var(--wrap);margin:0 auto}.wrap.narrow{max-width:820px}.split{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.8fr);gap:clamp(24px,5vw,56px);align-items:start}.section-head{max-width:780px;margin-bottom:28px}.section-head h2,.split h2{font-size:clamp(30px,5vw,52px);line-height:1.05;margin:0 0 12px;color:var(--ink)}.lead,.section-head p,.split p{color:var(--muted)}.quick-panel,.contact-panel{background:white;border:1px solid var(--line);border-radius:8px;padding:24px;box-shadow:var(--shadow)}.quick-panel h3,.contact-panel h3{margin-top:0}.cards{display:grid;gap:18px}.cards.two{grid-template-columns:repeat(2,minmax(0,1fr))}.product-cards{grid-template-columns:repeat(3,minmax(0,1fr))}.item-card,.large-card,.feature,.pay-card{background:white;border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:0 8px 24px rgba(31,41,51,.06)}.item-card a{display:block;text-decoration:none;height:100%}.item-card img{width:100%;aspect-ratio:4/3;object-fit:cover;background:var(--mint)}.card-body{display:flex;flex-direction:column;gap:6px;padding:16px}.card-body strong{font-size:20px}.card-body span{color:var(--muted)}.large-card{display:grid;grid-template-columns:180px 1fr;align-items:stretch}.large-card img{width:100%;height:100%;object-fit:cover}.large-card div{padding:20px}.large-card h3,.feature h3{font-size:24px;margin:0 0 8px}.text-link{font-weight:900;color:var(--green-dark);text-decoration:none}.link-groups{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.link-group{background:white;border:1px solid var(--line);border-radius:8px;padding:16px}.link-group h3{font-size:16px;margin:0 0 10px;color:var(--blue)}.link-group a{display:block;text-decoration:none;padding:8px 0;border-top:1px solid var(--line);font-weight:700}.product-grid,.service-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.service-list{align-items:stretch;grid-auto-rows:1fr}.feature{display:grid;grid-template-columns:190px 1fr;min-height:220px;height:100%}.feature img{width:100%;height:100%;min-height:220px;object-fit:contain;background:#f7f7f3;padding:14px}.feature div{padding:18px}.note{margin-top:24px;padding:16px;background:#fff7e4;border:1px solid #ead7a2;border-radius:8px;color:#65501a}.modern-form{margin-top:24px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.modern-form label{display:flex;flex-direction:column;gap:6px;font-weight:800}.modern-form label.span-2{grid-column:1/-1}.modern-form input,.modern-form textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:white;padding:12px 13px;font:inherit;color:var(--ink)}.modern-form textarea{resize:vertical}.form-status{font-weight:800;color:var(--green-dark)}.social-links{display:flex;flex-wrap:wrap;gap:10px}.social-links a{font-weight:800;text-decoration:none;color:var(--green-dark)}.pay-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.pay-card{text-decoration:none;padding:20px;display:flex;flex-direction:column;align-items:center;gap:12px;font-weight:900;text-align:center}.pay-card img{max-width:170px}.map-img{border-radius:8px;border:1px solid var(--line);background:white}.chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.chips span{background:white;border:1px solid var(--line);border-radius:999px;padding:6px 10px;font-weight:700;color:var(--blue)}.examples .section-head{margin-bottom:32px}.example-grid{display:grid;gap:22px}.example-card{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1fr);align-items:center;background:white;border:1px solid var(--line);border-radius:8px;overflow:hidden;box-shadow:0 12px 30px rgba(31,41,51,.07)}.example-card.reverse .example-media{order:2}.example-media{height:100%;min-height:300px;background:#f7f7f3;display:flex;align-items:center;justify-content:center}.example-media img{width:100%;height:100%;object-fit:contain;padding:18px}.example-copy{padding:clamp(22px,4vw,38px)}.example-copy h3{font-size:clamp(26px,4vw,42px);line-height:1.05;margin:0 0 14px;color:var(--green-dark)}.example-copy p{color:var(--muted)}.example-copy .text-link{display:inline-flex;margin-top:8px}.reg-mark{font-size:.25em;line-height:0;vertical-align:super;margin-left:.04em;font-weight:inherit}.site-footer{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:24px;padding:32px clamp(16px,4vw,48px);background:#1f2933;color:white}.site-footer a{display:block;color:white;text-decoration:none;margin:3px 0}.site-footer p{color:#d6dde0;margin:.3em 0}.success .hero-media img{object-fit:contain;padding:40px;background:white}.webpay-page .hero-media img{object-fit:contain;padding:48px;background:white}@media (max-width:900px){.site-header{align-items:center}.nav-toggle{display:flex}.site-nav{position:absolute;left:12px;right:12px;top:68px;display:none;flex-direction:column;align-items:stretch;padding:12px;background:white;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.site-nav.is-open{display:flex}.site-nav a{padding:13px}.hero{grid-template-columns:1fr;padding-top:28px}.hero-media{order:-1}.hero-copy h1{font-size:clamp(38px,12vw,64px)}.split,.cards.two,.product-grid,.service-list,.pay-grid,.example-card{grid-template-columns:1fr}.product-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.link-groups{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer{grid-template-columns:1fr}.feature,.large-card{grid-template-columns:150px 1fr}.feature{min-height:210px}.feature img{min-height:210px}.example-card.reverse .example-media{order:initial}.example-media{min-height:240px}.form-grid{grid-template-columns:1fr}.modern-form label.span-2{grid-column:auto}}@media (max-width:560px){body{font-size:15px}.brand span{font-size:17px}.hero{padding-left:16px;padding-right:16px}.hero-media img{aspect-ratio:16/11}.product-cards,.link-groups{grid-template-columns:1fr}.feature,.large-card{grid-template-columns:1fr}.feature img,.large-card img{height:auto;aspect-ratio:16/10}.feature{min-height:0}.feature img{min-height:0}.button{width:100%}.hero-actions{width:100%}.band{padding-left:16px;padding-right:16px}.quick-panel,.contact-panel{padding:18px}.site-footer{padding:28px 16px}.pay-card img{max-width:140px}}
@media (max-width:700px){.hero-bg .hero{min-height:auto}.hero-bg .hero::before{background-position:center;opacity:.34}.hero-bg .hero::after{background:rgba(255,253,248,.78)}.webpay-page .hero::before{background-size:82% auto;background-position:center 22px;opacity:.24}}.boxed-hero-media .hero{grid-template-columns:minmax(0,1fr) minmax(320px,520px)}.boxed-hero-media .hero-media{display:block;position:relative;z-index:2}.boxed-hero-media .hero-media iframe{width:100%;aspect-ratio:4/3;border:0;display:block;background:white}.boxed-hero-media .hero-media img{object-fit:cover}.webpay-page.boxed-hero-media .hero-media{background:white}.webpay-page.boxed-hero-media .hero-media img{object-fit:contain;padding:48px;background:white}@media (max-width:900px){.boxed-hero-media .hero{grid-template-columns:1fr}.boxed-hero-media .hero-media{order:-1}}

/* Paleta verde y blanco */
:root{--ink:#123f35;--muted:#2f6f5e;--line:#cfe5dc;--paper:#fff;--soft:#f4fbf7;--mint:#e8f5ef;--green:#2f6f5e;--green-dark:#123f35;--coral:#2f6f5e;--gold:#2f6f5e;--blue:#2f6f5e;--shadow:0 16px 40px rgba(18,63,53,.12)}
body{background-color:#fff;color:var(--green-dark)}
.site-header{background:rgba(255,255,255,.96);border-bottom-color:var(--line)}
.site-nav a{color:var(--green-dark)}.site-nav a:hover{background:var(--soft);color:var(--green-dark)}
.nav-toggle{background:#fff;border-color:var(--line)}.nav-toggle span{background:var(--green-dark)}
.hero-copy h1,.section-head h2,.split h2,.example-copy h3{color:var(--green-dark)}
.hero-copy p,.lead,.section-head p,.split p,.card-body span,.example-copy p,.site-footer p{color:var(--green)}
.eyebrow,.link-group h3,.chips span{color:var(--green)}
.hero-bg .hero{border-bottom-color:var(--line)}
.hero-bg .hero::after{background:linear-gradient(90deg,rgba(255,255,255,.96),rgba(255,255,255,.80) 42%,rgba(255,255,255,.16))}
.hero-media,.item-card img,.feature img,.example-media{background:#fff}
.button.primary{background:var(--green);color:#fff}.button.primary:hover{background:var(--green-dark)}
.button.ghost,.quick-panel,.contact-panel,.item-card,.large-card,.feature,.pay-card,.link-group,.example-card,.modern-form input,.modern-form textarea,.chips span{background:#fff;border-color:var(--line)}
.button.ghost,.text-link,.social-links a,.form-status{color:var(--green-dark)}
.band.subtle{background:var(--soft);border-color:var(--line)}
.note{background:#fff;border-color:var(--line);color:var(--green-dark)}
.site-footer{background:var(--green-dark);color:#fff}.site-footer a,.site-footer p{color:#fff}
.webpay-page.boxed-hero-media .hero-media,.webpay-page.boxed-hero-media .hero-media img{background:#fff}

/* Paleta final: solo verde y blanco en la interfaz */
:root{--ink:#145344!important;--muted:#145344!important;--line:#145344!important;--paper:#fff!important;--soft:#fff!important;--mint:#fff!important;--green:#145344!important;--green-dark:#145344!important;--coral:#145344!important;--gold:#145344!important;--blue:#145344!important;--shadow:0 14px 32px rgba(20,83,68,.16)!important}
html,body{background:#fff!important;color:#145344!important}
body{background-image:none!important}
.site-header,.site-nav.is-open,.hero,.band,.band.subtle,.wrap,.quick-panel,.contact-panel,.item-card,.large-card,.feature,.pay-card,.link-group,.example-card,.example-media,.hero-media,.modern-form input,.modern-form textarea,.chips span,.note{background:#fff!important;color:#145344!important;border-color:#145344!important}
.hero-bg .hero::before,.hero-bg .hero::after{background:none!important;background-image:none!important;opacity:0!important}
.site-header,.hero-bg .hero,.band.subtle,.quick-panel,.contact-panel,.item-card,.large-card,.feature,.pay-card,.link-group,.example-card,.modern-form input,.modern-form textarea,.chips span,.note,.map-img{border-color:#145344!important}
.brand,.site-nav a,.hero-copy h1,.hero-copy p,.eyebrow,.section-head h2,.section-head p,.split h2,.split p,.lead,.card-body strong,.card-body span,.large-card h3,.feature h3,.link-group h3,.link-group a,.text-link,.example-copy h3,.example-copy p,.social-links a,.form-status,.modern-form label,.modern-form input,.modern-form textarea,.chips span{color:#145344!important}
.button.primary{background:#145344!important;border-color:#145344!important;color:#fff!important}
.button.primary:hover{background:#145344!important;color:#fff!important}
.button.ghost{background:#fff!important;border-color:#145344!important;color:#145344!important}
.site-footer{background:#145344!important;color:#fff!important;border-color:#145344!important}
.site-footer a,.site-footer p,.site-footer strong,.site-footer h3{color:#fff!important}
.nav-toggle{background:#fff!important;border-color:#145344!important}.nav-toggle span{background:#145344!important}
.hero-media img,.item-card img,.feature img,.large-card img,.example-media img,.success .hero-media img,.webpay-page .hero-media img,.webpay-page.boxed-hero-media .hero-media img{background:#fff!important}
.webpay-page.boxed-hero-media .hero-media,.boxed-hero-media .hero-media iframe{background:#fff!important}

/* Fondos restaurados: disenos negros con transparencia */
body{background:#fff!important;background-image:none!important}
body::before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:#000;-webkit-mask-image:url("../images/6/photography.png");mask-image:url("../images/6/photography.png");-webkit-mask-repeat:repeat;mask-repeat:repeat;-webkit-mask-position:center top;mask-position:center top;opacity:.055}
.hero-bg .hero::before{background:#000!important;background-image:none!important;-webkit-mask-image:var(--hero-bg);mask-image:var(--hero-bg);-webkit-mask-size:cover;mask-size:cover;-webkit-mask-position:center right;mask-position:center right;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;opacity:.11!important;filter:none!important}
.hero-bg .hero::after{background:linear-gradient(90deg,rgba(255,255,255,.98),rgba(255,255,255,.84) 42%,rgba(255,255,255,.26))!important;opacity:1!important}
.webpay-page .hero::before{-webkit-mask-size:min(560px,58vw) auto;mask-size:min(560px,58vw) auto;-webkit-mask-position:84% center;mask-position:84% center;opacity:.10!important}
@media (max-width:700px){.hero-bg .hero::before{-webkit-mask-position:center;mask-position:center;opacity:.08!important}.webpay-page .hero::before{-webkit-mask-size:82% auto;mask-size:82% auto;-webkit-mask-position:center 22px;mask-position:center 22px}}

/* Fondos originales restaurados como imagenes tenues */
body{background-color:#fff!important;background-image:linear-gradient(rgba(255,255,255,.70),rgba(255,255,255,.70)),url("../images/6/photography.png")!important;background-repeat:repeat!important;background-position:center top!important;background-attachment:fixed!important}
body::before{content:none!important}

/* Mostrar photography.png en toda la hoja, incluso bajo secciones y tarjetas */
body{background-color:#fff!important;background-image:linear-gradient(rgba(255,255,255,.24),rgba(255,255,255,.24)),url("../images/6/photography.png")!important;background-repeat:repeat!important;background-size:412px 412px!important;background-position:center top!important;background-attachment:fixed!important}
.hero,.band,.band.subtle,.wrap,.wrap.narrow,.split,.cards,.product-grid,.service-list,.example-grid,.pay-grid,.link-groups{background:transparent!important}
.quick-panel,.contact-panel,.item-card,.large-card,.feature,.pay-card,.link-group,.example-card,.note,.modern-form input,.modern-form textarea,.chips span{background:rgba(255,255,255,.58)!important;backdrop-filter:blur(1px)}
.hero-media,.example-media,.item-card img,.feature img,.large-card img,.example-media img{background:rgba(255,255,255,.40)!important}
.site-header{background:rgba(255,255,255,.82)!important}
.site-footer{background:rgba(20,83,68,.92)!important}

/* Ajuste final: que el patron se vea tambien debajo de los cuadros */
body{background-color:#fff!important;background-image:linear-gradient(rgba(255,255,255,.22),rgba(255,255,255,.22)),url("../images/6/photography.png")!important;background-repeat:repeat!important;background-size:412px 412px!important;background-position:center top!important;background-attachment:fixed!important}
.quick-panel,.contact-panel,.item-card,.large-card,.feature,.pay-card,.link-group,.example-card,.note,.modern-form input,.modern-form textarea,.chips span{background:rgba(255,255,255,.34)!important;backdrop-filter:blur(.5px)}
.hero-media,.example-media,.item-card img,.feature img,.large-card img,.example-media img{background:rgba(255,255,255,.28)!important}

/* Fotos principales mas visibles */
.home.hero-bg .hero::before,
.products.hero-bg .hero::before,
.services.hero-bg .hero::before{opacity:.42!important;filter:saturate(1.18) contrast(1.04)!important;background-size:cover!important;background-position:center right!important}
.home.hero-bg .hero::after,
.products.hero-bg .hero::after,
.services.hero-bg .hero::after{background:linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,255,255,.62) 42%,rgba(255,255,255,.12))!important;opacity:1!important}
@media (max-width:700px){
  .home.hero-bg .hero::before,
  .products.hero-bg .hero::before,
  .services.hero-bg .hero::before{opacity:.36!important;background-position:center!important}
  .home.hero-bg .hero::after,
  .products.hero-bg .hero::after,
  .services.hero-bg .hero::after{background:rgba(255,255,255,.74)!important}
}

/* Fotos principales mas visibles */
.home.hero-bg .hero::before,
.products.hero-bg .hero::before,
.services.hero-bg .hero::before{opacity:.42!important;filter:saturate(1.18) contrast(1.04)!important;background-size:cover!important;background-position:center right!important}
.home.hero-bg .hero::after,
.products.hero-bg .hero::after,
.services.hero-bg .hero::after{background:linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,255,255,.62) 42%,rgba(255,255,255,.12))!important;opacity:1!important}
@media (max-width:700px){
  .home.hero-bg .hero::before,
  .products.hero-bg .hero::before,
  .services.hero-bg .hero::before{opacity:.36!important;background-position:center!important}
  .home.hero-bg .hero::after,
  .products.hero-bg .hero::after,
  .services.hero-bg .hero::after{background:rgba(255,255,255,.74)!important}
}
.hero-bg .hero::before{background-color:transparent!important;background-image:var(--hero-bg)!important;background-size:cover!important;background-position:center right!important;background-repeat:no-repeat!important;-webkit-mask-image:none!important;mask-image:none!important;opacity:.24!important;filter:grayscale(1) contrast(1.06)!important}
.hero-bg .hero::after{background:linear-gradient(90deg,rgba(255,255,255,.97),rgba(255,255,255,.78) 42%,rgba(255,255,255,.28))!important;opacity:1!important}
.webpay-page .hero::before{background-size:min(560px,58vw) auto!important;background-position:84% center!important;opacity:.22!important}
@media (max-width:700px){.hero-bg .hero::before{background-position:center!important;opacity:.18!important}.webpay-page .hero::before{background-size:82% auto!important;background-position:center 22px!important;opacity:.16!important}}

/* Fondo original global: patron tenue visible en todas las hojas */
body{background-color:#fff!important;background-image:linear-gradient(rgba(255,255,255,.22),rgba(255,255,255,.22)),url("../images/6/photography.png")!important;background-repeat:repeat!important;background-size:412px 412px!important;background-position:center top!important;background-attachment:fixed!important}
body::before{content:none!important}
.hero,.band,.band.subtle,.wrap,.wrap.narrow,.split,.cards,.product-grid,.service-list,.example-grid,.pay-grid,.link-groups{background:transparent!important}
.quick-panel,.contact-panel,.item-card,.large-card,.feature,.pay-card,.link-group,.example-card,.note,.modern-form input,.modern-form textarea,.chips span{background:rgba(255,255,255,.34)!important;backdrop-filter:blur(.5px)}
.hero-media,.example-media,.item-card img,.feature img,.large-card img,.example-media img{background:rgba(255,255,255,.28)!important}

/* Fotos principales mas visibles */
.home.hero-bg .hero::before,
.products.hero-bg .hero::before,
.services.hero-bg .hero::before{opacity:.42!important;filter:saturate(1.18) contrast(1.04)!important;background-size:cover!important;background-position:center right!important}
.home.hero-bg .hero::after,
.products.hero-bg .hero::after,
.services.hero-bg .hero::after{background:linear-gradient(90deg,rgba(255,255,255,.92),rgba(255,255,255,.62) 42%,rgba(255,255,255,.12))!important;opacity:1!important}
@media (max-width:700px){
  .home.hero-bg .hero::before,
  .products.hero-bg .hero::before,
  .services.hero-bg .hero::before{opacity:.36!important;background-position:center!important}
  .home.hero-bg .hero::after,
  .products.hero-bg .hero::after,
  .services.hero-bg .hero::after{background:rgba(255,255,255,.74)!important}
}
