:root{--ink:#16231e;--muted:#68766f;--paper:#f5f7f3;--line:#d9e2dc;--green:#204439;--lime:#c8f46d}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.5 Inter,system-ui,sans-serif}.wrap{width:min(1080px,calc(100% - 44px));margin:auto}nav{height:78px;width:min(1080px,calc(100% - 44px));margin:auto;display:flex;justify-content:space-between;align-items:center}nav a{color:var(--muted);font-size:13px;text-decoration:none}.brand{color:var(--ink);font-weight:800}.brand b{display:inline-grid;place-items:center;width:29px;height:29px;margin-right:8px;border-radius:8px;background:var(--green);color:var(--lime);font:20px Georgia}.hero{display:grid;grid-template-columns:1fr .85fr;gap:90px;align-items:center;padding:105px 0 120px}.eyebrow{margin:0 0 20px;color:var(--green);font-size:11px;font-weight:850;letter-spacing:.14em;text-transform:uppercase}.hero h1,h2{margin:0;font:400 clamp(48px,6vw,78px)/.98 Georgia,serif;letter-spacing:-.06em}.hero h1 i{color:#5e7e6b}.intro{max-width:480px;margin:28px 0;color:var(--muted);font-size:17px;line-height:1.7}.actions{display:flex;align-items:center;gap:25px;margin:30px 0 17px}.actions a{color:var(--green);font-size:13px;font-weight:750;text-decoration:none}.actions .button{padding:14px 18px;background:var(--green);color:#fff}.hero small{color:#8a9790;font-size:11px}.preview{border:1px solid #cedbd2;border-radius:16px;background:#edf2ed;box-shadow:18px 25px 45px #203d311d;transform:rotate(2deg)}.preview header{display:flex;justify-content:space-between;padding:13px 16px;border-bottom:1px solid #d5e0d8;color:#839188;font-size:11px}.preview header strong{font-weight:650}.preview header b{font-size:17px;color:var(--green)}.preview-content{padding:23px}.preview-title{display:flex;justify-content:space-between;margin-bottom:15px}.preview-title span{padding:7px 9px;border:1px solid #d5dfd8;border-radius:7px;color:#87948c;font-size:10px}.preview article{margin:9px 0;padding:14px;border:1px solid #dce5df;border-radius:10px;background:#fafcf9}.preview article:first-of-type{border-color:#abc68e;background:#f7faef}.preview article b{display:block;font-size:12px}.preview article small{color:#718277;font-size:9px}.preview article p{margin:11px 0;color:#77847d;font-size:11px}.preview button{width:100%;padding:8px;border:0;border-radius:6px;background:var(--green);color:#fff;font-size:10px;font-weight:750}.preview footer{display:flex;justify-content:space-between;margin-top:14px;color:#839087;font-size:10px}.preview em{color:var(--green);font-style:normal}.strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.strip .wrap{display:flex;justify-content:space-between;padding:19px 0;color:#89958f;font-size:11px;letter-spacing:.1em;text-transform:uppercase}.strip b{color:var(--green)}.how{padding:125px 0}.how h2,.closing h2{font-size:clamp(40px,5vw,62px)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:45px;margin-top:70px}.steps article{border-top:1px solid #aebdb3;padding-top:17px}.steps article>b{color:#779080;font-size:11px}.steps h3{margin:34px 0 7px;font:400 25px Georgia}.steps p{max-width:260px;color:var(--muted);font-size:14px}.privacy{padding:70px 0;background:var(--green);color:#fff}.privacy .eyebrow{color:var(--lime)}.privacy h2{font-size:42px}.privacy p:last-child{max-width:620px;color:#bfd0c4;font-size:14px}.closing{padding:125px 0 140px}.closing>p:not(.eyebrow){max-width:390px;color:var(--muted);line-height:1.7}.closing strong{display:inline-block;padding:8px 12px;border:1px solid #bfd0bd;border-radius:99px;color:var(--green);font-size:11px}footer{padding:21px 0;border-top:1px solid var(--line);color:#8b9790;font-size:11px}footer span{float:right}@media(max-width:740px){.hero{display:block;padding:65px 0 80px}.preview{margin:60px 3px 0}.strip .wrap{flex-wrap:wrap;gap:12px}.strip b{width:100%}.how{padding:80px 0}.steps{grid-template-columns:1fr;gap:34px;margin-top:45px}.steps h3{margin-top:17px}.privacy{padding:55px 0}.closing{padding:80px 0 95px}footer span{float:none;display:block;margin-top:5px}}

/* Plans de precios Pro */
.plans { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: center; margin-top: 2rem; }
.plan { flex: 1 1 220px; max-width: 260px; border: 1px solid #2e3238; border-radius: 12px; padding: 1.6rem 1.2rem; text-align: center; }
.plan h3 { font-size: 1.05rem; margin: 0 0 .4rem; }
.price { font-size: 1.9rem; font-weight: 700; margin: .4rem 0 1rem; }
.price span { font-size: .5em; color: #9aa0a6; }
.plan small { display: block; color: #9aa0a6; margin-bottom: 1.1rem; font-size: .85rem; }
#pro .fine { font-size: .8rem; color: #7b8085; margin-top: 1.5rem; }
#pro .fine a { color: #00d4aa; }
