/*
Theme Name: Loja Digital Pro
Theme URI: https://example.com/
Author: Loja Digital Pro
Description: Template moderno para loja de produtos digitais WordPress + WooCommerce, com botões de compra personalizados em verde escuro.
Version: 2.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: loja-digital-pro
*/
:root{--ld-green:#075b32;--ld-green-2:#0b7a3f;--ld-light:#eff8f2;--ld-dark:#062b1c;--ld-text:#14201a;--ld-white:#fff;--ld-border:#e5ebe7}
*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ld-text);background:#fff;line-height:1.55}a{text-decoration:none;color:inherit}.ld-topbar{background:var(--ld-dark);color:#fff;font-size:13px}.ld-topbar .wrap{max-width:1200px;margin:auto;display:flex;justify-content:space-between;padding:9px 20px}.ld-topbar span{margin-right:22px}.ld-header{background:#fff;border-bottom:1px solid var(--ld-border);position:sticky;top:0;z-index:20}.ld-header .wrap{max-width:1200px;margin:auto;display:flex;align-items:center;gap:28px;padding:16px 20px}.ld-logo{font-size:24px;font-weight:800;color:var(--ld-green);display:flex;align-items:center;gap:9px}.ld-logo-mark{width:31px;height:31px;border:3px solid var(--ld-green);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:16px}.ld-nav{display:flex;gap:24px;margin-left:auto;align-items:center;font-size:15px}.ld-nav a:hover{color:var(--ld-green-2)}.ld-actions{display:flex;gap:14px;font-size:21px}.ld-hero{background:linear-gradient(90deg,rgba(2,44,27,.97),rgba(2,65,37,.84)),url('../images/preview-home.png') center/cover}.ld-hero .wrap{max-width:1200px;margin:auto;padding:78px 20px}.ld-hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}.ld-hero h1{color:#fff;font-size:48px;line-height:1.08;margin:0 0 18px}.ld-hero p{color:#edf8f0;font-size:19px;margin:0 0 26px}.ld-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;background:var(--ld-green-2);color:#fff!important;border-radius:7px;padding:13px 22px;font-weight:800;border:0;cursor:pointer;transition:.2s}.ld-btn:hover{background:#064d2b;transform:translateY(-1px)}.ld-btn-light{background:#fff;color:var(--ld-green)!important}.ld-trust{display:flex;gap:25px;color:#fff;font-size:13px;margin-top:28px;flex-wrap:wrap}.ld-hero-card{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.2);border-radius:18px;padding:25px;color:#fff}.ld-category{max-width:1120px;margin:-30px auto 45px;background:#fff;border-radius:16px;box-shadow:0 8px 30px rgba(0,0,0,.08);position:relative;z-index:3;display:grid;grid-template-columns:repeat(5,1fr);padding:20px}.ld-category a{text-align:center;padding:10px;border-right:1px solid var(--ld-border)}.ld-category a:last-child{border-right:0}.ld-category strong{display:block}.ld-section{max-width:1200px;margin:0 auto 70px;padding:0 20px}.ld-section-title{text-align:center;font-size:32px;margin-bottom:34px}.ld-section-title:after{content:'';display:block;width:45px;height:3px;background:var(--ld-green-2);margin:10px auto}.ld-products{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.ld-product{border:1px solid var(--ld-border);border-radius:12px;padding:16px;background:#fff;display:flex;flex-direction:column}.ld-product img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:9px;background:#f5f7f6}.ld-product h3{font-size:17px;margin:14px 0 7px}.ld-price{font-size:21px;font-weight:800;color:var(--ld-green);margin-bottom:13px}.ld-product .ld-btn{width:100%;margin-top:auto}.ld-benefits{background:var(--ld-light);border-radius:18px;padding:35px;display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.ld-benefit{text-align:center}.ld-benefit-icon{font-size:30px;color:var(--ld-green);margin-bottom:8px}.ld-footer{background:var(--ld-dark);color:#dcefe3;padding:45px 20px 25px}.ld-footer .wrap{max-width:1200px;margin:auto}.ld-newsletter{display:flex;justify-content:space-between;gap:20px;align-items:center;padding-bottom:30px;border-bottom:1px solid rgba(255,255,255,.15)}.ld-newsletter input{min-width:280px;padding:13px;border-radius:7px;border:0}.ld-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:30px;padding:30px 0}.ld-footer h3{color:#fff}.ld-footer a{display:block;margin:7px 0;color:#dcefe3}.ld-copy{text-align:center;border-top:1px solid rgba(255,255,255,.15);padding-top:20px;font-size:13px}.ld-page{max-width:1100px;margin:50px auto;padding:0 20px}.ld-page img{max-width:100%;height:auto}.woocommerce .button,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:var(--ld-green)!important;color:#fff!important;border-radius:7px!important;border:0!important}.woocommerce .button:hover,.woocommerce a.button:hover{background:#064d2b!important}.woocommerce span.onsale{background:var(--ld-green)!important}.woocommerce ul.products li.product{border:1px solid var(--ld-border);border-radius:12px;padding:15px}.woocommerce ul.products li.product a img{border-radius:8px}.woocommerce div.product p.price,.woocommerce div.product span.price{color:var(--ld-green);font-weight:800}.ld-product-buy{margin-top:10px}
@media(max-width:900px){.ld-hero-grid{grid-template-columns:1fr}.ld-products{grid-template-columns:repeat(2,1fr)}.ld-category{grid-template-columns:repeat(2,1fr)}.ld-category a{border-bottom:1px solid var(--ld-border);border-right:0}.ld-benefits{grid-template-columns:repeat(2,1fr)}.ld-nav{display:none}.ld-newsletter,.ld-footer-grid{grid-template-columns:1fr;display:grid}.ld-hero h1{font-size:38px}}
@media(max-width:560px){.ld-products{grid-template-columns:1fr}.ld-benefits{grid-template-columns:1fr}.ld-topbar .wrap{display:none}.ld-hero .wrap{padding:55px 20px}.ld-category{margin:0 15px 40px}.ld-header .wrap{padding:12px 15px}}

/* Responsividade e acessibilidade */
@media (max-width:900px){.ld-hero-grid{grid-template-columns:1fr}.ld-products{grid-template-columns:repeat(2,1fr)}.ld-benefits{grid-template-columns:repeat(2,1fr)}.ld-category{grid-template-columns:repeat(2,1fr)}.ld-category a{border-right:0;border-bottom:1px solid var(--ld-border)}.ld-nav{gap:12px}.ld-header .wrap{flex-wrap:wrap}}
@media (max-width:600px){.ld-hero h1{font-size:36px}.ld-products{grid-template-columns:1fr}.ld-benefits{grid-template-columns:1fr}.ld-category{grid-template-columns:1fr}.ld-nav{order:3;width:100%;overflow:auto;padding-top:8px}.ld-newsletter{display:block}.ld-newsletter form{margin-top:15px}.ld-newsletter input{min-width:0;width:100%;margin-bottom:8px}}
.ld-product-buy:focus,.ld-btn:focus,a:focus,input:focus{outline:3px solid rgba(11,122,63,.3);outline-offset:2px}
