/* GreenTeam home: scoped to preserve every other PHP page. */
.gt-home { background:#f6f8ef; color:#193c30; }
.gt-home #header { background:rgba(246,248,239,.96); border-bottom:1px solid #dce4d4; box-shadow:none; }
.gt-home #header .logo img { max-height:42px; }
.gt-home .navbar a { color:#234738; }
.gt-home .navbar a:hover,.gt-home .navbar .active { color:#476a19; }
.gt-home .gt-skip { position:fixed; top:-80px; left:20px; z-index:10000; background:#193c30; color:white; padding:12px 20px; }
.gt-home .gt-skip:focus { top:10px; }
.gt-home .gt-shell { max-width:1240px; margin:auto; padding:0 32px; }
.gt-home .gt-hero { padding:155px 0 58px; overflow:hidden; }
.gt-home .gt-hero-grid { display:grid; grid-template-columns:1.15fr 1fr; gap:48px; align-items:center; }
.gt-home .gt-eyebrow { font-size:11px; font-weight:600; letter-spacing:.17em; text-transform:uppercase; display:flex; align-items:center; gap:10px; margin:0 0 24px; color:#49604b; }
.gt-home .gt-dot { width:8px; height:8px; border-radius:50%; background:#7eac36; display:inline-block; flex-shrink:0; }
.gt-home .gt-title { font-size:clamp(40px,4.5vw,66px); line-height:1.06; letter-spacing:-.045em; font-weight:500; margin:0 0 30px; max-width:680px; }
.gt-home .gt-title span { color:#587d28; }
.gt-home .gt-actions { display:flex; gap:12px; flex-wrap:wrap; }
.gt-home .gt-action { display:inline-flex; align-items:center; justify-content:center; gap:18px; padding:14px 20px; border-radius:8px; background:#193c30; color:#fff; font-size:13px; font-weight:600; border:1px solid #193c30; transition:background .2s,transform .2s; }
.gt-home .gt-action:hover { background:#315744; color:#fff; transform:translateY(-2px); }
.gt-home .gt-action-secondary { background:transparent; color:#193c30; border-color:#bccbb4; }
.gt-home .gt-action-secondary:hover { background:#e5ecd9; color:#193c30; }
.gt-home .gt-art { position:relative; }
.gt-home .gt-art svg { display:block; width:100%; height:auto; }
.gt-home .gt-art-caption { display:flex; justify-content:space-between; padding:16px 4px; border-top:1px solid #cedbc3; font-size:10px; letter-spacing:.14em; color:#547044; }
.gt-home .gt-tip { display:grid; grid-template-columns:150px 1fr; gap:25px; align-items:center; padding:25px 30px; margin-top:42px; background:#e8efda; border:1px solid #d6e1c5; border-radius:12px; }
.gt-home .gt-tip h2 { display:flex; align-items:center; gap:10px; font-size:18px; margin:0; font-weight:500; }
.gt-home .gt-tip p { margin:0; color:#35503c; font-size:14px; line-height:1.7; }
.gt-home .gt-tip p.AlarcosAzul { color:#35503c; }
.gt-home .gt-explore { padding:40px 0 65px; }
.gt-home .gt-section-heading { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom:25px; padding-bottom:22px; border-bottom:1px solid #d8e1cf; }
.gt-home .gt-section-heading .gt-eyebrow { margin:0 0 10px; }
.gt-home .gt-section-heading h2 { font-size:clamp(28px,3vw,38px); font-weight:500; letter-spacing:-.03em; margin:0; }
.gt-home .gt-section-heading > span { font-size:11px; color:#617357; }
.gt-home .gt-cards { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:16px; }
.gt-home .gt-card { display:flex; flex-direction:column; min-height:204px; padding:22px; border:1px solid #d9e2cf; border-radius:12px; background:#fcfdf8; color:#193c30; transition:transform .2s,border-color .2s,box-shadow .2s; }
.gt-home .gt-card:hover { transform:translateY(-4px); border-color:#97b779; box-shadow:0 10px 25px #233d3010; color:#193c30; }
.gt-home .gt-card-top { display:flex; align-items:center; justify-content:space-between; margin-bottom:28px; }
.gt-home .gt-card-icon { display:grid; place-items:center; width:46px; height:46px; background:#eaf0dd; color:#52732f; border-radius:12px; font-size:23px; }
.gt-home .gt-card-number { font-size:10px; letter-spacing:.08em; color:#718363; }
.gt-home .gt-card h3 { font-size:20px; font-weight:500; margin:0; letter-spacing:-.02em; }
.gt-home .gt-card-bottom { display:flex; justify-content:space-between; align-items:center; margin-top:auto; padding-top:20px; }
.gt-home .gt-card-bottom > span { font-size:11px; color:#637457; }
.gt-home .gt-card:nth-child(2),.gt-home .gt-card:nth-child(5) { background:#edf2e3; }
.gt-home #footer { margin-top:0; padding:26px 0; background:#edf2e4; border-top:1px solid #d7e0cc; }
.gt-home a:focus-visible,.gt-home button:focus-visible { outline:3px solid #386c8c; outline-offset:5px; }
.gt-home .aviso-cookies .boton { background:#234b37; color:white; }
@media(min-width:992px) { .gt-home .gt-orbit-node { animation:gt-node-drift 7s ease-in-out infinite; transform-origin:center; } }
@keyframes gt-node-drift { 50% { transform:translateY(-5px); } }
@media(max-width:1100px) { .gt-home .gt-hero-grid { gap:24px; } .gt-home .gt-shell { padding:0 24px; } }
@media(max-width:991px) { .gt-home .gt-hero { padding-top:120px; } .gt-home .gt-hero-grid { grid-template-columns:1fr 1fr; } .gt-home .gt-title { font-size:44px; } .gt-home .gt-cards { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media(max-width:700px) { .gt-home .gt-hero-grid { grid-template-columns:1fr; gap:28px; } .gt-home .gt-title { font-size:clamp(38px,8.5vw,52px); } .gt-home .gt-art { max-width:440px; width:100%; margin:auto; } .gt-home .gt-tip { grid-template-columns:1fr; gap:12px; padding:22px; margin-top:26px; } .gt-home .gt-hero { padding-bottom:22px; } .gt-home .gt-section-heading > span { display:none; } .gt-home .gt-card { min-height:180px; padding:18px; } .gt-home .gt-card h3 { font-size:18px; } .gt-home .gt-card-bottom > span { font-size:10px; } }
@media(max-width:380px) { .gt-home .gt-shell { padding:0 18px; } .gt-home .gt-cards { grid-template-columns:1fr; } }
@media(prefers-reduced-motion:reduce) { .gt-home *, .gt-home *::before, .gt-home *::after { animation:none!important; transition:none!important; scroll-behavior:auto!important; } }

