:root{--bg:#f6f7f2;--panel:#ffffff;--panel2:#fbfcf8;--text:#182018;--muted:#5f6f5f;--green:#63c700;--green2:#2f8f1f;--yellow:#d9d133;--yellow2:#ffcc33;--dark:#222821;--dark2:#30372f;--darkText:#f3f6ef;--border:rgba(24,32,24,.10);--shadow:0 16px 34px rgba(22,34,22,.10);--radius:18px;--max:1100px;}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:radial-gradient(900px 520px at 15% -10%,rgba(99,199,0,.10),transparent 60%),radial-gradient(900px 520px at 85% 0%,rgba(217,209,51,.09),transparent 55%),var(--bg);line-height:1.65;}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:var(--max);margin:0 auto;padding:0 18px}header{position:sticky;top:0;z-index:50;background:linear-gradient(90deg,rgba(34,40,33,.97),rgba(48,55,47,.96));backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.08);}.nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:14px;}.brand{display:flex;align-items:center;gap:12px}.brand img{width:160px;height:auto}.navlinks{display:flex;gap:18px;align-items:center}.navlinks a{color:#e3eadb;font-weight:650;padding:8px 10px;border-radius:999px;}.navlinks a:hover{color:#ffffff;background:rgba(255,255,255,.08)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:999px;font-weight:750;border:1px solid transparent;background:linear-gradient(135deg,var(--yellow),var(--green));color:#0b0b0b;box-shadow:0 14px 26px rgba(53,196,0,.14);cursor:pointer;}.btn:hover{filter:brightness(1.04)}.btn.ghost{background:transparent;border:1px solid var(--border);color:var(--text);box-shadow:none;}.btn.small{padding:8px 12px;font-weight:700}main{padding:26px 0 50px}.hero{padding:26px 0 18px}.heroGrid{display:grid;grid-template-columns:1.18fr .82fr;gap:16px;align-items:stretch;}.card{background:rgba(255,255,255,.94);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:22px;}.card.soft{background:rgba(251,252,248,.96)}h1{margin:0 0 10px;font-size:clamp(30px,4vw,52px);line-height:1.08;letter-spacing:-.4px;}h2{margin:0 0 10px;font-size:clamp(22px,2.6vw,30px);}h3{margin:0 0 8px;font-size:18px}p{margin:0 0 12px}.lead{color:var(--muted);font-size:clamp(16px,1.8vw,18px)}.actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px}.kpis{margin-top:14px;display:grid;grid-template-columns:repeat(2,1fr);gap:10px;}.kpi{padding:12px;border-radius:14px;border:1px solid var(--border);background:#f7f9f3;}.kpi b{display:block;font-size:16px}.kpi span{color:var(--muted);font-size:14px}.section{padding:18px 0}.sectionHead{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:10px}.sectionHead p{color:var(--muted);margin:0}.sectionHead h2 + p{font-weight:600}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.grid2{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.feature{border:1px solid var(--border);border-radius:var(--radius);background:rgba(255,255,255,.96);padding:16px;box-shadow:0 10px 24px rgba(22,34,22,.06);}.feature:hover{background:rgba(251,252,248,.98)}.badge{display:inline-flex;align-items:center;gap:8px;font-weight:750;padding:6px 10px;border-radius:999px;background:rgba(99,199,0,.08);border:1px solid rgba(99,199,0,.22);color:var(--text);}.badge i{width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,var(--yellow),var(--green));display:inline-block;}.hr{height:1px;background:var(--border);margin:18px 0}.list{margin:0;padding-left:18px;color:var(--text)}.list li{margin:8px 0}.footer{border-top:1px solid rgba(255,255,255,.08);padding:22px 0 30px;color:#d6ddd1;font-size:14px;background:linear-gradient(90deg,var(--dark),var(--dark2));}.footer a{color:#e7ece2;text-decoration:underline;text-underline-offset:3px}.footerRow{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap}small{color:var(--muted)}input,textarea,select{width:100%;padding:12px 12px;border-radius:12px;border:1px solid var(--border);background:#ffffff;color:var(--text);outline:none;}label{display:block;margin:10px 0 6px;color:var(--muted);font-weight:650}textarea{min-height:140px;resize:vertical}.cookie{position:fixed;left:16px;right:16px;bottom:16px;background:rgba(255,255,255,.97);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:14px;z-index:80;display:none;}.cookie .row{display:flex;gap:12px;align-items:center;justify-content:space-between;flex-wrap:wrap}.cookie p{margin:0;color:var(--text);max-width:780px}.cookie .btns{display:flex;gap:10px;flex-wrap:wrap}.table{width:100%;border-collapse:collapse;margin-top:8px;}.table th,.table td{border-bottom:1px solid var(--border);padding:10px 8px;vertical-align:top;}.table th{color:var(--muted);font-weight:800;font-size:12px;letter-spacing:.08em;text-transform:uppercase;}.note{color:var(--muted);font-size:14px;margin:10px 0 0;}.downloads{display:flex;gap:10px;flex-wrap:wrap;margin-top:10px;}@media (max-width:900px){.heroGrid{grid-template-columns:1fr}.grid3{grid-template-columns:1fr}.grid2{grid-template-columns:1fr}.navlinks{display:none}.brand img{width:150px}}.pro-section{padding:18px 0}.pro-banner{background:linear-gradient(135deg,rgba(255,210,0,.12),rgba(53,196,0,.12));border:1px solid var(--border);border-radius:var(--radius);padding:18px;}.pill{display:inline-flex;gap:8px;align-items:center;padding:6px 10px;border-radius:999px;border:1px solid rgba(53,196,0,.28);background:rgba(53,196,0,.10);color:var(--text);font-weight:800;}.calc{border:1px solid var(--border);border-radius:var(--radius);background:rgba(255,255,255,.96);box-shadow:0 10px 24px rgba(22,34,22,.06);padding:16px;}.calcGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:10px;}.calc label{margin:0 0 6px}.calc .result{margin-top:12px;padding:12px;border-radius:14px;background:#f7f9f3;border:1px solid var(--border);color:var(--muted);}@media (max-width:900px){.calcGrid{grid-template-columns:1fr}}.whatsapp-icon{width:22px;height:22px;}h1,h2{background:linear-gradient(90deg,#39b54a,#7ed957,#ffd000);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:700;}h3{color:#7ed957;}.section{border-top:1px solid rgba(99,199,0,0.10);padding-top:40px;margin-top:40px;}.section::before{content:"";display:block;height:1px;background:linear-gradient(90deg,transparent,#39b54a,transparent);margin-bottom:25px;opacity:0.35;}.brand img{height:70px;width:auto;}.hero{position:relative;background:url('../assets/img/hero.webp') center/cover no-repeat;border-top:0 !important;margin-top:0 !important;padding-top:70px;}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.55) 50%,rgba(0,0,0,0.20) 100%);pointer-events:none;}.hero .heroGrid{position:relative;z-index:1;}.hero .card{background:rgba(10,14,10,0.70);backdrop-filter:blur(6px);}.btn.waIcon{width:56px;padding:0;display:inline-flex;align-items:center;justify-content:center;background:#25D366;color:#0b150d;}.btn.waIcon svg{width:26px;height:26px;}.heroImage{position:relative;width:100%;height:600px;background:url('../assets/img/hero.webp') center/cover no-repeat;background-color:#000;}.hero.heroContent{background:transparent !important;padding-top:0 !important;margin-top:-90px;}.hero.heroContent::before{content:none !important;}.hero.heroContent .card{background:rgba(255,255,255,0.94);backdrop-filter:blur(6px);}.heroImage{position:relative;width:100%;height:600px;background:url('../assets/img/hero.webp') center/cover no-repeat;background-color:#000;}.heroImage{position:relative;}.heroCtas{position:absolute;inset:0;z-index:10;}.heroBtn{display:inline-flex;align-items:center;justify-content:center;height:54px;padding:0 28px;border-radius:14px;font-weight:800;letter-spacing:0.5px;text-transform:uppercase;border:1px solid rgba(255,255,255,0.10);box-shadow:0 10px 28px rgba(0,0,0,0.35);text-decoration:none;}.heroBtnWa svg{width:28px;height:28px;}@media (max-width:640px){.heroCtas{position:absolute;inset:0;z-index:10;}.heroBtn{height:48px;padding:0 18px;border-radius:12px;}}.heroImage{position:relative;width:100%;height:620px;background:url('../assets/img/hero.webp') center/cover no-repeat;background-color:#000;}.heroCtas{position:absolute;inset:0;z-index:10;}.heroBtn{display:inline-flex;align-items:center;justify-content:center;height:54px;padding:0 26px;border-radius:12px;font-weight:800;letter-spacing:.4px;text-transform:uppercase;text-decoration:none;border:1px solid rgba(255,255,255,.12);box-shadow:0 10px 26px rgba(0,0,0,.35);}.heroBtnWa svg{width:26px;height:26px;}@media (max-width:640px){.heroImage{height:520px;}.heroCtas{position:absolute;inset:0;z-index:10;}.heroBtn{height:48px;padding:0 18px;border-radius:12px;}}.heroBtnProg{position:absolute;left:28px;right:auto;bottom:22px;background:linear-gradient(135deg,var(--yellow),var(--green));color:#0b0b0b;padding:14px 28px;border-radius:999px;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;height:56px;border:1px solid rgba(0,0,0,0.04);box-shadow:0 14px 26px rgba(53,196,0,.14);}.heroBtnWa{position:absolute;right:20px;bottom:-2px;width:72px;height:54px;background:#ffd000;color:#1a1a1a;border-radius:12px;display:flex;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 10px 26px rgba(0,0,0,.35);}.heroBtnWa svg{width:26px;height:26px;}@media (max-width:640px){.heroBtnProg{position:absolute;left:28px;right:auto;bottom:22px;background:linear-gradient(135deg,var(--yellow),var(--green));color:#0b0b0b;padding:14px 28px;border-radius:999px;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;height:56px;border:1px solid rgba(0,0,0,0.04);box-shadow:0 14px 26px rgba(53,196,0,.14);}.heroBtnWa{display:none;}}.brand{display:flex;align-items:center;}.brand img{height:70px !important;width:auto !important;max-height:70px !important;object-fit:contain;display:block;}header .nav{min-height:86px !important;align-items:center !important;}header .brand{display:inline-flex !important;align-items:center !important;flex:0 0 auto !important;}header .brand img{display:block !important;height:72px !important;width:auto !important;max-height:72px !important;object-fit:contain !important;}.footerLogo img{height:54px;width:auto;display:block;}.cornerDock{position:fixed;left:18px;bottom:18px;z-index:999;display:flex;flex-direction:column;align-items:flex-start;gap:10px;}.cornerLogo img{width:140px;height:auto;display:block;border-radius:10px;box-shadow:0 10px 26px rgba(0,0,0,.35);}.cornerWhatsApp{width:64px;height:64px;border-radius:16px;background:#ffd000;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 26px rgba(0,0,0,.35);}.cornerWhatsApp img{width:28px;height:28px;display:block;}.footer .footerBrandText,.footer small,.footer b[style*="var(--text)"]{display:none !important;}@media (max-width:640px){.cornerLogo img{width:120px;}.cornerWhatsApp{width:58px;height:58px;border-radius:14px;}.cornerWhatsApp img{width:26px;height:26px;}}.cornerDock{position:fixed;left:18px;bottom:18px;z-index:999;display:flex;flex-direction:row;align-items:center;gap:12px;}.cornerSocial{width:54px;height:54px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:14px;box-shadow:0 10px 26px rgba(0,0,0,.35);color:#fff;}.cornerSocial svg{width:26px;height:26px;}.cornerWhatsApp{background:#25D366 !important;}.cornerFacebook{background:#1877F2 !important;}.cornerInstagram{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4) !important;}@media (max-width:640px){.cornerDock{left:12px;bottom:12px;gap:10px;}.cornerSocial{width:48px;height:48px;border-radius:12px;}.cornerSocial svg{width:24px;height:24px;}}.downloads{display:flex;flex-wrap:wrap;gap:12px;}.note{color:var(--muted);margin-top:10px;}.btn.small{padding:10px 14px;font-size:14px;}select{background-color:#0f1510 !important;color:#ffffff !important;color-scheme:dark;}select option{background:#111111 !important;color:#ffffff !important;}select optgroup{background:#111111 !important;color:#ffffff !important;}select:focus,select:hover{background-color:#0f1510 !important;color:#ffffff !important;outline:none;}.langSwitch{display:flex;gap:8px;align-items:center;flex-wrap:wrap;}.langSwitch a{font-size:12px;padding:6px 10px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#dbe4d3;text-decoration:none;}.langSwitch a.active{color:var(--darkText);background:rgba(99,199,0,.16);border-color:rgba(99,199,0,.35);}html[dir="rtl"] body,html[dir="rtl"] p,html[dir="rtl"] li,html[dir="rtl"] h1,html[dir="rtl"] h2,html[dir="rtl"] h3{text-align:right;}html[dir="rtl"] .nav{flex-direction:row-reverse;}html[dir="rtl"] .navlinks{flex-direction:row-reverse;}html[dir="rtl"] .actions{justify-content:flex-end;}header .btn{box-shadow:none;}header .btn.ghost{color:#f3f6ef;border-color:rgba(255,255,255,.16);}main .btn.ghost{color:var(--text);border-color:rgba(24,32,24,.12);}.footerRow{align-items:center;}.heroImage{border-radius:0 0 18px 18px;overflow:hidden;box-shadow:0 18px 40px rgba(22,34,22,.12);}#testimonios .card,#diferente .card{background:#f9fbf6;}#testimonios .card p:last-child{color:var(--text);}.cornerSocial{box-shadow:0 10px 22px rgba(22,34,22,.18);}@media (max-width:900px){header .btn{display:none;}header .nav{min-height:78px !important;}}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid rgba(99,199,0,.28);outline-offset:2px;}.feature img{border-radius:14px;aspect-ratio:16 / 10;object-fit:cover;}#faq .card h3{margin-bottom:8px}.note{color:var(--muted)}@media (max-width:820px){.nav{height:auto;padding:12px 0;align-items:flex-start}.brand img{width:140px}}header .container{max-width:none;width:100%;padding-left:12px;padding-right:12px;}.nav{min-height:86px;height:auto;gap:12px;}.navlinks{flex-wrap:nowrap;gap:10px;}.navlinks a{padding:8px 8px;font-size:14px;}.langSwitch{display:flex;align-items:center;gap:8px;margin-left:auto;margin-right:10px;flex-shrink:0;}.langSwitch a{width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#e3eadb;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.02);font-weight:700;font-size:14px;}.langSwitch a.active,.langSwitch a:hover{background:rgba(99,199,0,.22);border-color:rgba(99,199,0,.48);color:#fff;}.nav>.btn{margin-left:0;margin-right:0;flex-shrink:0;padding:12px 22px;}@media (max-width:1200px){.brand img{height:64px}.navlinks a{font-size:13px;padding:8px 6px}.nav>.btn{padding:11px 18px;font-size:15px}}@media (max-width:900px){header .container{padding-left:10px;padding-right:10px}.nav{min-height:72px}.langSwitch{margin-left:0;margin-right:0}.nav>.btn{padding:10px 14px;font-size:14px}}a.featureLink{display:block;color:inherit;text-decoration:none}a.featureLink:hover{transform:translateY(-2px)}.articleWrap{max-width:900px;margin:0 auto}.articleMeta{color:var(--muted);margin-bottom:18px}.articleBody p{margin:0 0 16px}.articleBody h2{margin:26px 0 12px}.articleBody ul{padding-left:20px;margin:0 0 18px}.articleBack{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;text-decoration:none;color:var(--text);font-weight:700}.gamaHero{margin:18px 0 22px}.gamaHero img{display:block;width:100%;height:auto;border-radius:26px;box-shadow:0 18px 40px rgba(0,0,0,.12)}.gamaHero .caption{margin-top:10px;color:var(--muted);text-align:center;font-size:.98rem}body:has(.gamaHero) .lead,body:has(.gamaHero) .note{max-width:none;}.calc{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,249,243,.96));border:1px solid rgba(24,32,24,.08);box-shadow:0 18px 38px rgba(22,34,22,.08);padding:22px;}.calcGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px;align-items:end;}.calc .lead{margin-bottom:12px}.calc .result{margin-top:16px;padding:16px 18px;border-radius:16px;background:#ffffff;border:1px solid rgba(99,199,0,.18);box-shadow:inset 0 0 0 1px rgba(255,255,255,.6);min-height:86px;}.calc .resultTitle{display:block;font-weight:800;margin-bottom:6px;color:var(--text)}.calc .resultMeta{display:block;color:var(--muted);margin-top:8px}.calc select,.calc input{background:#ffffff !important;color:var(--text) !important;color-scheme:light;border:1px solid rgba(24,32,24,.12);}.calc select option,.calc select optgroup{background:#ffffff !important;color:#182018 !important;}.calc .btnCalc{min-height:48px;padding:0 20px;white-space:nowrap;}@media (max-width:900px){.calcGrid{grid-template-columns:1fr;}.calc .btnCalc{width:100%;}}html[dir="rtl"] header .nav{flex-direction:row;}html[dir="rtl"] header .brand{order:1;}html[dir="rtl"] header .navlinks{order:2;flex-direction:row;direction:rtl;justify-content:flex-start;}html[dir="rtl"] header .langSwitch{order:3;margin-left:10px;margin-right:auto;}html[dir="rtl"] header .nav>.btn{order:4;}.heroImage{width:100vw !important;max-width:none !important;margin-left:calc(50% - 50vw) !important;margin-right:calc(50% - 50vw) !important;height:min(76vh,760px) !important;border-radius:0 !important;box-shadow:none !important;background-position:center center !important;}.hero.heroContent{margin-top:0 !important;padding-top:22px !important;}.heroBtnProg{position:absolute;left:28px;right:auto;bottom:22px;background:linear-gradient(135deg,var(--yellow),var(--green));color:#0b0b0b;padding:14px 28px;border-radius:999px;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;height:56px;border:1px solid rgba(0,0,0,0.04);box-shadow:0 14px 26px rgba(53,196,0,.14);}@media (max-width:900px){.heroImage{height:62vh !important;}.heroBtnProg{position:absolute;left:28px;right:auto;bottom:22px;background:linear-gradient(135deg,var(--yellow),var(--green));color:#0b0b0b;padding:14px 28px;border-radius:999px;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;height:56px;border:1px solid rgba(0,0,0,0.04);box-shadow:0 14px 26px rgba(53,196,0,.14);}}@media (max-width:640px){.heroImage{height:54vh !important;}.heroBtnProg{position:absolute;left:28px;right:auto;bottom:22px;background:linear-gradient(135deg,var(--yellow),var(--green));color:#0b0b0b;padding:14px 28px;border-radius:999px;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;height:56px;border:1px solid rgba(0,0,0,0.04);box-shadow:0 14px 26px rgba(53,196,0,.14);}}@media (max-width:768px){.heroBtnProg{left:16px !important;right:auto !important;bottom:16px !important;height:50px;padding:12px 22px;font-size:14px;}}.footer{width:100vw !important;max-width:100vw !important;margin-left:calc(50% - 50vw) !important;margin-right:calc(50% - 50vw) !important;}.footer .container{width:min(92vw,1200px) !important;max-width:1200px !important;margin:0 auto !important;}.footerLogo img{display:block !important;height:70px !important;max-height:70px !important;width:auto !important;object-fit:contain !important;}.btn,.heroBtn,button.btn,input[type="submit"].btn,.actions .btn,.calc .btn,a.btn{background:linear-gradient(135deg,var(--yellow),var(--green)) !important;color:#0b0b0b !important;border:1px solid rgba(0,0,0,0.06) !important;box-shadow:0 10px 24px rgba(53,196,0,.14) !important;}.btn:hover,.heroBtn:hover,button.btn:hover,input[type="submit"].btn:hover,.actions .btn:hover,.calc .btn:hover,a.btn:hover{color:#0b0b0b !important;filter:brightness(0.98);}.btn:visited,.heroBtn:visited,a.btn:visited{color:#0b0b0b !important;}.btn.small,.btn.ghost,a.btn.ghost{color:#0b0b0b !important;}.cornerSocial{color:#fff !important;}:root{--radius-lg:24px;--shadow-soft:0 18px 42px rgba(22,34,22,.08);--shadow-hover:0 22px 52px rgba(22,34,22,.12);}body{background:radial-gradient(760px 420px at 12% -5%,rgba(99,199,0,.08),transparent 60%),radial-gradient(820px 420px at 88% 0%,rgba(255,208,0,.07),transparent 58%),linear-gradient(180deg,#f7f8f4 0%,#f4f6f1 48%,#f7f8f4 100%);}.container{max-width:1140px;padding:0 22px}main{padding:30px 0 68px}h1,h2{background:linear-gradient(90deg,#2f8f1f 0%,#63c700 45%,#d9d133 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.03em;}h3{color:#2f8f1f;letter-spacing:-.01em;}p{max-width:72ch}.lead{color:#516251;line-height:1.72}.section{padding-top:50px;margin-top:50px;border-top:1px solid rgba(99,199,0,.08);}.section::before{margin-bottom:30px;opacity:.22;}.sectionHead{margin-bottom:14px}.sectionHead h2{margin-bottom:6px}.card,.feature,.calc,.cookie,.pro-banner{border-radius:22px;box-shadow:var(--shadow-soft);}.card{background:rgba(255,255,255,.96);padding:26px;}.card.soft{background:linear-gradient(180deg,rgba(251,252,248,.98),rgba(247,249,242,.98));}.feature,.calc{background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(249,251,246,.98));padding:20px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;}.feature:hover,.card:hover,.calc:hover{transform:translateY(-2px);box-shadow:var(--shadow-hover);}.feature p:last-child,.card p:last-child{margin-bottom:0}.btn{padding:11px 16px;box-shadow:0 12px 24px rgba(53,196,0,.16);}.btn.ghost{background:rgba(255,255,255,.7);border-color:rgba(24,32,24,.10);}.btn.ghost:hover{background:#ffffff;}.heroImage{height:640px;border-radius:0 0 28px 28px;box-shadow:0 24px 48px rgba(22,34,22,.14);}.hero.heroContent{margin-top:-104px}.hero.heroContent .card{padding:28px;border-color:rgba(24,32,24,.08);}.hero .lead{max-width:60ch}.kpis{gap:12px;margin-top:18px}.kpi{background:linear-gradient(180deg,#fbfcf7,#f4f8ee);border-radius:16px;padding:14px;}.badge,.langSwitch a.active{box-shadow:0 8px 20px rgba(53,196,0,.08);}#lineas .grid3,#destacados .grid3,#programas .grid3,#faq .grid2,#campo .grid2{gap:16px;}#destacados .feature,body:has(.gamaHero) .grid2>.card .feature{position:relative;overflow:hidden;min-height:172px;border-color:rgba(99,199,0,.14);}#destacados .feature::before,body:has(.gamaHero) .grid2>.card .feature::before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#63c700,#d9d133);opacity:.9;}#destacados .feature h3,body:has(.gamaHero) .grid2>.card .feature h3{margin-top:4px;font-size:20px;}#destacados .feature p,body:has(.gamaHero) .grid2>.card .feature p{color:#526252;}#lineas .feature,#porque .card,#diferente .card,#faq .card{background:linear-gradient(180deg,#ffffff 0%,#f8fbf5 100%);}#programas .feature{min-height:132px;display:flex;flex-direction:column;justify-content:space-between;}#programas .feature h3{font-size:19px}#programas .program-claim{max-width:76ch;margin:22px auto 0;text-align:center;padding:18px 24px;font-size:clamp(18px,2.1vw,24px);line-height:1.55;font-weight:700;color:#2f5a19;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(245,250,238,.98));border:1px solid rgba(99,199,0,.18);border-radius:24px;box-shadow:0 14px 34px rgba(22,34,22,.08);}#campo .feature{padding:12px}#campo .feature p{padding:2px 6px 2px 4px}.feature img{border-radius:16px;box-shadow:0 10px 24px rgba(22,34,22,.10);}#diferente .grid2,#faq .grid2{gap:16px}#diferente .card,#faq .card{padding:24px}#cta-final .card{padding:34px 28px;background:radial-gradient(500px 220px at 0% 0%,rgba(99,199,0,.10),transparent 65%),radial-gradient(420px 220px at 100% 100%,rgba(255,208,0,.10),transparent 60%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,250,244,.98));border-color:rgba(99,199,0,.14);}#cta-final .lead{margin-left:auto;margin-right:auto}.gamaHero{margin:18px 0 22px}.gamaHero img{display:block;width:100%;height:auto;border-radius:26px;box-shadow:0 18px 40px rgba(0,0,0,.12)}.gamaHero .caption{margin-top:10px;color:var(--muted);text-align:center;font-size:.98rem}body:has(.gamaHero) .lead,body:has(.gamaHero) .note{max-width:none;}.footer{margin-top:26px;background:linear-gradient(90deg,#20271f,#2d352c);}.cornerSocial{backdrop-filter:blur(10px)}@media (max-width:900px){.container{padding:0 16px}.section{padding-top:42px;margin-top:42px}.heroImage{height:520px;border-radius:0 0 22px 22px}.hero.heroContent{margin-top:-72px}.card{padding:22px}#programas .program-claim{border-radius:22px}}.hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:12px;cursor:pointer;padding:0;margin-left:auto;flex-shrink:0;position:relative;z-index:110;transition:background .2s ease;}.hamburger:hover{background:rgba(99,199,0,.18);}.hamburger span{display:block;width:22px;height:2.5px;background:#e3eadb;border-radius:2px;transition:transform .28s ease,opacity .2s ease;margin:2.5px 0;}.hamburger.open span:nth-child(1){transform:translateY(7.5px) rotate(45deg);}.hamburger.open span:nth-child(2){opacity:0;}.hamburger.open span:nth-child(3){transform:translateY(-7.5px) rotate(-45deg);}.mobileNav{display:none;position:fixed;inset:0;z-index:100;background:rgba(34,40,33,.97);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);flex-direction:column;padding:100px 28px 40px;overflow-y:auto;opacity:0;transform:translateY(-12px);transition:opacity .3s ease,transform .3s ease;}.mobileNav.show{display:flex;opacity:1;transform:translateY(0);}.mobileNav a{color:#e3eadb;font-size:20px;font-weight:700;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.08);text-decoration:none;display:block;transition:color .2s ease,padding-left .2s ease;}.mobileNav a:hover,.mobileNav a:focus{color:#63c700;padding-left:8px;}.mobileNav .mobileLangRow{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px;padding-top:18px;border-top:1px solid rgba(255,255,255,.08);}.mobileNav .mobileLangRow a{width:44px;height:44px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#e3eadb;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.04);font-size:14px;font-weight:700;padding:0;}.mobileNav .mobileLangRow a.active,.mobileNav .mobileLangRow a:hover{background:rgba(99,199,0,.22);border-color:rgba(99,199,0,.48);color:#fff;}.mobileNav .mobileCtaBtn{margin-top:28px;display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:999px;font-weight:800;background:linear-gradient(135deg,var(--yellow),var(--green)) !important;color:#0b0b0b !important;text-decoration:none;text-align:center;box-shadow:0 12px 24px rgba(53,196,0,.16);}@media (max-width:1300px) and (min-width:901px){.navlinks{gap:8px}.navlinks a{padding:6px 6px;font-size:.88rem}.langSwitch a{width:28px;height:28px;font-size:.7rem}.nav>.btn{padding:8px 12px;font-size:.82rem;white-space:nowrap}.brand img{width:130px}}@media (max-width:900px){.hamburger{display:flex;}.navlinks{display:none !important;}.nav>.langSwitch{display:none !important;}.nav>.btn{display:none !important;}.nav{display:flex !important;align-items:center !important;justify-content:space-between !important;flex-wrap:nowrap !important;min-height:72px !important;gap:12px !important;}body.menuOpen{overflow:hidden;}body.menuOpen header{z-index:110;}}@media (max-width:900px){.cookie{left:10px;right:10px;bottom:80px;}.cookie .row{flex-direction:column;gap:10px;align-items:stretch;}.cookie .btns{justify-content:center;}}html{overflow-x:hidden;}body{overflow-x:hidden;}.cookie{padding-left:220px;}@media (max-width:900px){.cookie{padding-left:14px;}}.backToTop{position:fixed;right:20px;bottom:80px;z-index:95;width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,var(--yellow),var(--green));border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 24px rgba(53,196,0,.18);color:#0b0b0b;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transform:translateY(12px);transition:opacity .3s ease,transform .3s ease,visibility .3s ease;}.backToTop.visible{opacity:1;visibility:visible;transform:translateY(0);}.backToTop:hover{filter:brightness(1.04);transform:translateY(-2px);}.backToTop svg{width:22px;height:22px;}@media (max-width:640px){.backToTop{right:14px;bottom:14px;width:42px;height:42px;border-radius:12px;}}.calc .nfResultBlock{margin-top:8px}.calc .nfDoseList{margin:8px 0 0 18px;padding:0}.calc .nfDoseList li{margin:6px 0;color:var(--text)}:root{--bg:#f4f7f1;--panel:rgba(255,255,255,.84);--panel2:#f8fbf4;--text:#162216;--muted:#5d6d5e;--green:#57c93d;--green2:#2b8a3e;--yellow:#f0d85d;--yellow2:#ffd95a;--border:rgba(22,34,22,.08);--shadow:0 22px 48px rgba(22,34,22,.08);--radius:22px;--max:1180px;}html{overflow-x:hidden}body{overflow-x:hidden;color:var(--text);background:radial-gradient(900px 540px at 10% -10%,rgba(87,201,61,.13),transparent 58%),radial-gradient(820px 520px at 92% -4%,rgba(240,216,93,.14),transparent 52%),linear-gradient(180deg,#f8fbf5 0%,#f3f6ef 46%,#eef3e8 100%);}body::before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.26),rgba(255,255,255,0) 22%),radial-gradient(700px 280px at 50% 0%,rgba(255,255,255,.18),transparent 70%);z-index:-1;}.container{max-width:var(--max);padding:0 22px;}header{background:rgba(19,28,20,.84);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(255,255,255,.10);box-shadow:0 10px 30px rgba(11,18,12,.18);}header::after{content:"";display:block;height:1px;background:linear-gradient(90deg,transparent,rgba(240,216,93,.26),rgba(87,201,61,.26),transparent);}.nav{min-height:84px;gap:18px;}.brand img{height:68px !important;max-height:68px !important;width:auto !important;filter:drop-shadow(0 8px 18px rgba(0,0,0,.18));}.navlinks{gap:8px;flex-wrap:wrap;}.navlinks a{position:relative;color:rgba(236,243,232,.92);font-weight:700;padding:10px 12px;border-radius:999px;transition:background .2s ease,color .2s ease,transform .2s ease;}.navlinks a::after{content:"";position:absolute;left:12px;right:12px;bottom:6px;height:2px;border-radius:999px;background:linear-gradient(90deg,var(--yellow),var(--green));transform:scaleX(0);transform-origin:center;transition:transform .22s ease;}.navlinks a:hover,.navlinks a:focus-visible{background:rgba(255,255,255,.07);color:#fff;transform:translateY(-1px);}.navlinks a:hover::after,.navlinks a:focus-visible::after{transform:scaleX(1);}.langSwitch{display:inline-flex;align-items:center;gap:6px;padding:6px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.09);box-shadow:inset 0 1px 0 rgba(255,255,255,.05);}.langSwitch a{width:32px;height:32px;border-radius:999px;color:#eef6e8;font-weight:800;transition:background .2s ease,color .2s ease,transform .2s ease;}.langSwitch a.active,.langSwitch a:hover{background:linear-gradient(135deg,rgba(240,216,93,.96),rgba(87,201,61,.96));color:#122012;box-shadow:0 8px 20px rgba(87,201,61,.22);transform:translateY(-1px);}.btn{min-height:48px;padding:11px 18px;gap:8px;font-size:.96rem;letter-spacing:.01em;box-shadow:0 14px 28px rgba(53,196,0,.14);transition:transform .22s ease,box-shadow .22s ease,filter .22s ease,background .22s ease;}.btn:hover,.btn:focus-visible{transform:translateY(-2px);box-shadow:0 18px 30px rgba(53,196,0,.18);}.btn.ghost{background:rgba(255,255,255,.72);border-color:rgba(22,34,22,.09);color:var(--text);}.btn.ghost:hover,.btn.ghost:focus-visible{background:#fff;}main{padding:34px 0 74px;}.heroImage{height:clamp(360px,60vh,620px);border-radius:0 0 30px 30px;overflow:hidden;box-shadow:0 24px 52px rgba(22,34,22,.12);background-position:center center;}.heroImage::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,12,7,.04) 0%,rgba(7,12,7,.18) 100%);pointer-events:none;}.heroCtas{z-index:2;}.heroBtnProg{left:clamp(22px,3vw,42px);bottom:clamp(24px,3vw,38px);height:58px;padding:0 32px;letter-spacing:.08em;box-shadow:0 18px 34px rgba(53,196,0,.22);}.hero.heroContent{margin-top:-104px;padding-top:0 !important;}.heroGrid{gap:20px;align-items:stretch;}.hero.heroContent .card,.hero.heroContent .card.soft{background:rgba(255,255,255,.84);border:1px solid rgba(255,255,255,.36);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);}.card,.feature,.calc,.pro-banner,.cookie{background:var(--panel);border:1px solid rgba(255,255,255,.35);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:var(--shadow);border-radius:24px;}.card,.feature,.calc{padding:20px;}.card.soft{background:rgba(248,251,244,.86);}h1,h2{background:linear-gradient(92deg,#2b8a3e 0%,#63c700 58%,#d2b641 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-wrap:balance;letter-spacing:-.03em;}h1{font-size:clamp(32px,4vw,56px);}h2{font-size:clamp(24px,2.6vw,34px);}h3{color:#2f8f1f;font-size:clamp(18px,1.8vw,21px);}p,li{text-wrap:pretty;}.lead{max-width:70ch;color:var(--muted);font-size:clamp(16.5px,1.55vw,19px);line-height:1.72;}.note,small{color:var(--muted);}.actions{gap:14px;margin-top:18px;}.kpis{gap:12px;margin-top:18px;}.kpi{background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(248,251,244,.84));border-color:rgba(22,34,22,.07);box-shadow:inset 0 1px 0 rgba(255,255,255,.45);}.kpi b{font-size:16px}.kpi span{color:var(--muted)}.section{padding-top:46px;margin-top:46px;border-top:1px solid rgba(87,201,61,.09);}.section::before{margin-bottom:28px;opacity:.55;}.sectionHead{margin-bottom:18px;align-items:flex-end;}.sectionHead p{font-weight:700;color:var(--muted);}.grid2,.grid3{gap:18px;}.feature{position:relative;overflow:hidden;min-height:100%;transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease,background .24s ease;}.feature::before{content:"";position:absolute;left:18px;right:18px;top:0;height:4px;border-radius:999px;background:linear-gradient(90deg,rgba(240,216,93,.9),rgba(87,201,61,.95));opacity:.95;}.feature:hover,.feature:focus-within{transform:translateY(-4px);box-shadow:0 22px 40px rgba(22,34,22,.12);border-color:rgba(87,201,61,.22);background:rgba(255,255,255,.92);}a.feature,a.featureLink{display:block;color:inherit;text-decoration:none;}a.feature:hover,a.featureLink:hover{color:inherit;}.feature p:last-child{margin-bottom:0}.badge,.pill{border:1px solid rgba(87,201,61,.24);background:linear-gradient(180deg,rgba(87,201,61,.10),rgba(240,216,93,.10));color:#1c2c1d;box-shadow:inset 0 1px 0 rgba(255,255,255,.45);}.hr{background:linear-gradient(90deg,transparent,rgba(87,201,61,.24),transparent);margin:20px 0;}.gamaHero{margin:20px 0 24px;}.gamaHero img,.feature img{border-radius:22px;}.gamaHero img{border:1px solid rgba(255,255,255,.42);box-shadow:0 22px 44px rgba(22,34,22,.12);}.table{overflow:hidden;border-radius:18px;border-collapse:separate;border-spacing:0;border:1px solid rgba(22,34,22,.08);background:rgba(255,255,255,.78);}.table th{background:rgba(87,201,61,.08);color:#2d4c2f;}.table tr:hover td{background:rgba(248,251,244,.9);}.table th,.table td{padding:12px 10px;}input,textarea,select{padding:14px 15px;border-radius:16px;border:1px solid rgba(22,34,22,.10);background:rgba(255,255,255,.92);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background .2s ease;}input:hover,textarea:hover,select:hover{background:#fff;}input:focus,textarea:focus,select:focus{border-color:rgba(87,201,61,.55);box-shadow:0 0 0 4px rgba(87,201,61,.12);}label{color:#435743;font-weight:700;}.footer{margin-top:36px;padding:30px 0 42px;background:linear-gradient(135deg,#1c261d 0%,#2b352b 100%);box-shadow:0 -12px 34px rgba(11,18,12,.08);}.footerRow{align-items:center;}.footerLogo img{height:58px;filter:drop-shadow(0 8px 18px rgba(0,0,0,.24));}.cornerDock{left:18px;bottom:18px;gap:12px;}.cornerSocial{width:54px;height:54px;border-radius:16px;background:rgba(255,255,255,.82);color:#223022;border:1px solid rgba(255,255,255,.5);box-shadow:0 16px 32px rgba(22,34,22,.14);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:transform .22s ease,box-shadow .22s ease,filter .22s ease;}.cornerSocial:hover{transform:translateY(-3px);box-shadow:0 18px 34px rgba(22,34,22,.18);}.cornerWhatsApp{color:#159a51}.cornerFacebook{color:#1877f2}.cornerInstagram{color:#b23ea4}.cookie{background:rgba(255,255,255,.90);border:1px solid rgba(255,255,255,.5);padding:18px 18px 18px 220px;}.cookie .btns{gap:10px}::selection{background:rgba(87,201,61,.22);color:#0d140d;}:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(87,201,61,.18);}@media (max-width:1100px){.heroGrid{grid-template-columns:1fr}.hero.heroContent{margin-top:-78px}}@media (max-width:900px){.container{padding:0 16px}.nav{min-height:76px;gap:12px}.brand img{height:60px !important;max-height:60px !important}.heroImage{height:520px;border-radius:0 0 24px 24px;}.hero.heroContent{margin-top:-62px}.card,.feature,.calc,.pro-banner,.cookie{border-radius:20px;}.card,.feature,.calc{padding:18px}.section{padding-top:34px;margin-top:34px;}.cookie{left:10px;right:10px;bottom:84px;padding:14px;}.cornerDock{left:12px;bottom:12px;gap:10px;}.cornerSocial{width:48px;height:48px;border-radius:14px;}}@media (max-width:640px){h1{font-size:clamp(28px,8vw,38px)}h2{font-size:clamp(22px,6vw,30px)}.heroImage{height:420px}.heroBtnProg{left:16px;right:16px;bottom:16px;width:auto;justify-content:center;padding:0 18px;}.hero.heroContent{margin-top:-42px}.sectionHead{align-items:flex-start;flex-direction:column;}.kpis{grid-template-columns:1fr}}.cornerTikTok{background:#111111 !important;}.cornerTikTok svg{width:25px;height:25px;}.footerBrandSocial{display:flex;align-items:center;gap:22px;flex-wrap:wrap;}.footerSocials{display:flex;align-items:center;gap:12px;flex-wrap:wrap;}.footerSocial{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:14px;color:#fff;box-shadow:0 10px 24px rgba(0,0,0,.28);transition:transform .18s ease,box-shadow .18s ease;}.footerSocial:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(0,0,0,.34);}.footerSocial svg{width:24px;height:24px;}.footerWhatsApp{background:#25D366}.footerFacebook{background:#1877F2}.footerInstagram{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4)}.footerTikTok{background:#111111}.cornerDock{display:none!important}@media(max-width:640px){.footerBrandSocial{width:100%;justify-content:center;text-align:center;}.footerSocials{justify-content:center;}.footerSocial{width:46px;height:46px;border-radius:13px;}}.footerLinksMain{display:flex;align-items:center;gap:8px;flex-wrap:wrap;}.footerLinksMain a{color:#dbe4d3;text-decoration:none;font-weight:700;}.footerLinksMain a:hover{color:#ffffff;text-decoration:underline;}@media(max-width:640px){.footerLinksMain{width:100%;justify-content:center;text-align:center;}}html[lang="ar"],html[lang="ar"] body,html[dir="rtl"],html[dir="rtl"] body,html[lang="ar"] *:not(svg):not(path),html[dir="rtl"] *:not(svg):not(path){font-family:"Palatino Arabic","Palatino Linotype","Traditional Arabic","Amiri","Noto Naskh Arabic",Tahoma,Arial,sans-serif !important;}html[lang="ar"] .navlinks a,html[lang="ar"] .btn,html[lang="ar"] input,html[lang="ar"] textarea,html[lang="ar"] select,html[lang="ar"] button,html[lang="ar"] .footerLinksMain a{font-family:"Palatino Arabic","Palatino Linotype","Traditional Arabic","Amiri","Noto Naskh Arabic",Tahoma,Arial,sans-serif !important;}.socialAboveFooter{background:#fff!important;padding:18px 0 14px!important;border-top:1px solid rgba(25,80,45,.10)!important;}.socialAboveFooterInner{display:flex!important;align-items:center!important;justify-content:flex-start!important;gap:10px!important;flex-wrap:wrap!important;}.socialAboveLink{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;max-width:42px!important;max-height:42px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0!important;overflow:hidden!important;border-radius:50%!important;line-height:1!important;font-size:28px!important;color:#fff!important;flex:0 0 42px!important;text-decoration:none!important;}.socialAboveLink svg{width:24px!important;height:24px!important;max-width:24px!important;max-height:24px!important;display:block!important;flex:none!important;}.footerSocials,.footerSocialsCompactFixed,.footerSocialsFixed{display:none!important;}@media(max-width:760px){.socialAboveFooterInner{justify-content:center!important;}.socialAboveLink{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;max-width:38px!important;max-height:38px!important;flex:0 0 38px!important;}.socialAboveLink svg{width:22px!important;height:22px!important;max-width:22px!important;max-height:22px!important;}}:root{--naturax-logo-dark:#07150e;--naturax-logo-dark-2:#050d09;--naturax-logo-border:rgba(190,255,120,.16);}.header,.siteHeader,.mainHeader,.navbar,.navWrap,header.header,header.siteHeader,body>header{background:var(--naturax-logo-dark)!important;background-color:var(--naturax-logo-dark)!important;border-bottom:1px solid var(--naturax-logo-border)!important;box-shadow:0 10px 28px rgba(0,0,0,.18)!important;}.header a,.siteHeader a,.mainHeader a,.navbar a,.navWrap a,body>header a{color:#f7fff2!important;}.header .navlinks a,.siteHeader .navlinks a,.mainHeader .navlinks a,.navbar .navlinks a,.navWrap .navlinks a{color:#f7fff2!important;}.header .navlinks a:hover,.siteHeader .navlinks a:hover,.mainHeader .navlinks a:hover,.navbar .navlinks a:hover,.navWrap .navlinks a:hover{color:#c7f51b!important;}.footer,.siteFooter,footer.footer,body>footer{background:var(--naturax-logo-dark)!important;background-color:var(--naturax-logo-dark)!important;color:#eef8ec!important;border-top:1px solid var(--naturax-logo-border)!important;}.footer .container,.siteFooter .container,footer.footer .container{background:transparent!important;}.footer a,.siteFooter a,footer.footer a{color:#eef8ec!important;}.footer a:hover,.siteFooter a:hover,footer.footer a:hover{color:#c7f51b!important;}.footerLogo,.footerLogo img{background:transparent!important;}.socialAboveFooter{border-bottom:1px solid rgba(7,21,14,.08)!important;}@media (max-width:900px){header{position:sticky;top:0;z-index:120;}header .container{padding-left:14px!important;padding-right:14px!important;}.nav{min-height:70px!important;padding:8px 0!important;}.brand img{height:54px!important;max-height:54px!important;width:auto!important;}.hamburger{width:46px!important;height:46px!important;border-radius:14px!important;background:rgba(255,255,255,.10)!important;}.mobileNav{padding:92px 22px 34px!important;background:rgba(7,21,14,.98)!important;}.mobileNav a{font-size:18px!important;padding:14px 0!important;}main{padding-top:22px!important;padding-bottom:54px!important;}.heroImage{height:clamp(230px,56.2vw,380px)!important;background-size:cover!important;background-position:center center!important;border-radius:0 0 20px 20px!important;}.hero.heroContent{margin-top:0!important;padding-top:18px!important;}.heroGrid,.grid2,.grid3{grid-template-columns:1fr!important;gap:14px!important;}.card,.feature,.calc{padding:17px!important;border-radius:18px!important;}.section{padding-top:30px!important;margin-top:30px!important;}.section::before{margin-bottom:18px!important;}.actions{gap:10px!important;}.actions .btn,.downloads .btn{width:100%;max-width:100%;}.kpis{grid-template-columns:1fr!important;}.gamaHero img,.feature img{border-radius:16px!important;}.footerRow{flex-direction:column!important;align-items:center!important;text-align:center!important;gap:18px!important;}.footerBrandSocial{justify-content:center!important;}.socialAboveFooter{padding:18px 0 16px!important;}.socialAboveFooterInner{justify-content:center!important;}.cookie{bottom:72px!important;max-height:62vh;overflow:auto;}}@media (max-width:480px){.container{padding-left:14px!important;padding-right:14px!important;}.brand img{height:48px!important;max-height:48px!important;}.heroImage{height:clamp(210px,56.2vw,300px)!important;}h1{font-size:clamp(27px,8.4vw,35px)!important;line-height:1.12!important;}h2{font-size:clamp(22px,6.8vw,29px)!important;}.lead{font-size:16px!important;line-height:1.62!important;}.btn{min-height:46px!important;padding:10px 14px!important;}.heroBtnProg{left:14px!important;right:14px!important;bottom:14px!important;height:46px!important;font-size:12px!important;letter-spacing:.04em!important;}.socialAboveLink{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;max-width:44px!important;max-height:44px!important;border-radius:14px!important;}}@media (max-width:380px){.brand img{height:44px!important;max-height:44px!important;}.hamburger{width:42px!important;height:42px!important;}}html[lang="ar"] header .headerSocial{display:none!important;}html[lang="ar"] header .nav{direction:rtl!important;display:flex!important;align-items:center!important;gap:18px!important;flex-wrap:nowrap!important;}html[lang="ar"] header .brand{order:1!important;margin:0!important;flex:0 0 auto!important;}html[lang="ar"] header .navlinks{order:2!important;display:flex!important;flex:1 1 auto!important;justify-content:center!important;align-items:center!important;gap:18px!important;min-width:0!important;}html[lang="ar"] header .langSwitch{order:3!important;margin-right:auto!important;margin-left:0!important;flex:0 0 auto!important;}html[lang="ar"] .footer .footerRow,html[lang="ar"] footer.footer .footerRow{direction:rtl!important;display:flex!important;align-items:center!important;justify-content:space-between!important;flex-direction:row!important;gap:24px!important;flex-wrap:wrap!important;}html[lang="ar"] .footer .footerBrandSocial,html[lang="ar"] footer.footer .footerBrandSocial{direction:rtl!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-direction:row!important;gap:16px!important;flex-wrap:nowrap!important;}html[lang="ar"] .footer .footerLogo,html[lang="ar"] footer.footer .footerLogo{order:1!important;margin:0!important;}html[lang="ar"] .footer .footerSocial,html[lang="ar"] footer.footer .footerSocial{order:2!important;direction:ltr!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:row!important;gap:10px!important;flex-wrap:nowrap!important;margin:0!important;width:auto!important;}html[lang="ar"] .footer .footerRow>div:last-child,html[lang="ar"] footer.footer .footerRow>div:last-child{text-align:left!important;}@media (max-width:900px){html[lang="ar"] header .nav{flex-wrap:wrap!important;justify-content:center!important;}html[lang="ar"] header .brand{order:1!important;}html[lang="ar"] header .langSwitch{order:2!important;margin-right:0!important;}html[lang="ar"] header .navlinks{order:3!important;flex:1 1 100%!important;justify-content:center!important;flex-wrap:wrap!important;}html[lang="ar"] .footer .footerRow,html[lang="ar"] footer.footer .footerRow{flex-direction:column!important;justify-content:center!important;text-align:center!important;gap:16px!important;}html[lang="ar"] .footer .footerBrandSocial,html[lang="ar"] footer.footer .footerBrandSocial{flex-direction:column!important;justify-content:center!important;gap:12px!important;}html[lang="ar"] .footer .footerRow>div:last-child,html[lang="ar"] footer.footer .footerRow>div:last-child{text-align:center!important;}}@media (max-width:640px){.hero,.heroImage{background-image:url('../assets/img/hero-mobile.webp') !important;}}

/* ===== Enlaces oficiales Agroterra: botones separados en móvil y ordenador ===== */
.agroterraBlock{border:1px solid rgba(30,120,55,.18)!important;background:linear-gradient(180deg,#ffffff 0%,#f8fff5 100%)!important;box-shadow:0 14px 34px rgba(7,45,20,.08)!important;}
.agroterraBlock .lead{margin-bottom:14px!important;}
.agroterraLinks{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:12px!important;margin-top:14px!important;margin-bottom:8px!important;align-items:stretch!important;}
.agroterraLinks a,.agroterraLinks .agroterraBtn{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;min-height:48px!important;padding:12px 16px!important;border-radius:16px!important;border:1px solid rgba(45,135,64,.28)!important;background:linear-gradient(135deg,#ffffff 0%,#f3ffe9 100%)!important;color:#175c2d!important;text-decoration:none!important;font-weight:850!important;line-height:1.25!important;box-shadow:0 8px 18px rgba(7,45,20,.08)!important;white-space:normal!important;}
.agroterraLinks a::before,.agroterraLinks .agroterraBtn::before{content:"";width:9px;height:9px;border-radius:50%;background:linear-gradient(135deg,var(--yellow),var(--green));box-shadow:0 0 0 4px rgba(99,199,0,.10);margin-right:8px;flex:0 0 auto;}
.agroterraLinks a:hover,.agroterraLinks .agroterraBtn:hover{transform:translateY(-1px)!important;box-shadow:0 12px 24px rgba(7,45,20,.14)!important;background:linear-gradient(135deg,#f8fff2 0%,#eaffd8 100%)!important;}
.agroterraNote{font-size:.95rem!important;color:var(--muted)!important;margin-top:12px!important;margin-bottom:0!important;}
@media (max-width:640px){.agroterraLinks{grid-template-columns:1fr!important;gap:10px!important;}.agroterraLinks a,.agroterraLinks .agroterraBtn{width:100%!important;min-height:50px!important;justify-content:flex-start!important;text-align:left!important;border-radius:14px!important;padding:13px 14px!important;}.agroterraBlock .sectionHead{display:block!important;}.agroterraBlock .sectionHead p{margin-top:6px!important;}}
