:root{--green-main:#1f7c3a;--green-dark:#15562a;--green-light:#e8f5e9;--bg-light:#f7faf7;--text-main:#1f2933;--text-muted:#6b7280;--white:#fff;--shadow-soft:0 18px 35px #0000001f;--radius-lg:18px;--radius-xl:24px;--max-width:1120px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-light);color:var(--text-main);font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}header{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border-bottom:1px solid #0f172a0a;position:sticky;top:0}.nav{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:20px;margin:0 auto;padding:12px 20px;display:flex}.nav-left{color:var(--green-main);align-items:center;gap:10px;font-size:18px;font-weight:600;display:flex}.nav-logo-circle{background:var(--green-main);width:34px;height:34px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.nav-links{align-items:center;gap:26px;font-size:14px;display:flex}.nav-links a{color:#374151;font-weight:500}.nav-links a:hover{color:var(--green-main)}.nav-login{background:var(--green-main);color:var(--white);cursor:pointer;white-space:nowrap;border:none;border-radius:999px;padding:8px 18px;font-size:14px;font-weight:600;box-shadow:0 8px 18px #1f7a3959}.nav-login:hover{background:var(--green-dark)}.hero{min-height:70vh;color:var(--white);text-align:center;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:-2;background:url(/img/hero.jpg) 50%/cover no-repeat;position:absolute;inset:0}.hero-overlay{z-index:-1;background:linear-gradient(#00000073,#00000059);position:absolute;inset:0}.hero-inner{max-width:var(--max-width);flex-direction:column;align-items:center;gap:30px;width:100%;padding:60px 20px 80px;display:flex}.hero-title{font-size:clamp(26px,3vw + 10px,34px);font-weight:600}.hero-sub{opacity:.95;max-width:560px;font-size:15px}.hero-left{max-width:480px}.hero-card{border-radius:var(--radius-xl);text-align:left;color:#111827;width:100%;max-width:380px;box-shadow:var(--shadow-soft);background:#fffffff5;padding:22px 26px 26px}.hero-card-title{color:#111827;margin-bottom:14px;font-size:14px;font-weight:600}.hero-list{color:#4b5563;flex-direction:column;gap:8px;margin-bottom:16px;font-size:13px;list-style:none;display:flex}.hero-list li{align-items:flex-start;gap:8px;display:flex}.hero-list .check{border:2px solid var(--green-main);width:18px;height:18px;color:var(--green-main);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:11px;display:flex}.hero-cta{background:var(--green-main);color:var(--white);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;padding:10px 22px;font-size:14px;font-weight:600;display:inline-flex;box-shadow:0 12px 22px #1f7a3973}.hero-cta:hover{background:var(--green-dark)}section{padding:48px 20px}.section-inner{max-width:var(--max-width);margin:0 auto}.section-title{text-align:center;color:#111827;margin-bottom:32px;font-size:24px;font-weight:600}.steps-grid{grid-template-columns:1fr;gap:18px;display:grid}.step-card{border-radius:var(--radius-lg);text-align:center;background:#effaf3;padding:22px 22px 20px;box-shadow:0 10px 26px #0f172a14}.step-icon{width:54px;height:54px;color:var(--green-main);border:2px solid #1f7a3933;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 14px;font-size:28px;display:flex}.step-title{color:#111827;letter-spacing:.03em;margin-bottom:4px;font-size:14px;font-weight:600}.step-desc{color:var(--text-muted);font-size:12px}.benefits-band{background:var(--green-main);border-radius:var(--radius-xl);color:var(--white);flex-direction:column;gap:10px;padding:26px 24px;display:flex;box-shadow:0 18px 40px #0f341d8c}.benefits-logo-row{align-items:center;gap:10px;font-size:18px;font-weight:600;display:flex}.benefits-logo-circle{background:#ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;font-weight:700;display:flex}.benefits-row{opacity:.9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;font-size:11px;display:flex}.benefits-row span{align-items:center;gap:6px;display:flex}.benefits-row span:before{content:"•";font-size:16px}footer{text-align:center;color:#9ca3af;padding:24px 20px 30px;font-size:11px}@media (min-width:680px){.nav{padding-inline:32px}.hero-inner{text-align:left;flex-direction:row-reverse;justify-content:space-between;align-items:center}.hero-title{max-width:460px}.hero-sub{text-align:left}.hero-card{margin-left:40px}.steps-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.benefits-band{flex-direction:row;justify-content:space-between;align-items:center}}@media (max-width:720px){.nav-links{gap:16px;font-size:13px}}@media (max-width:540px){.nav{flex-wrap:wrap;justify-content:center}.hero-card{max-width:100%}.benefits-band{border-radius:0}}.search-section{padding:56px 20px 72px}.search-wrapper{max-width:var(--max-width);margin:0 auto}.search-card{background:#fff;border-radius:24px;margin-bottom:28px;padding:24px 24px 20px;box-shadow:0 18px 40px #0f172a1f}.search-header h1{color:#111827;margin-bottom:6px;font-size:24px;font-weight:600}.search-header p{color:var(--text-muted);font-size:14px}.search-form{flex-direction:column;gap:18px;margin-top:18px;display:flex}.form-row{flex-wrap:wrap;gap:16px;display:flex}.form-field{flex-direction:column;flex:1;gap:6px;min-width:220px;display:flex}.form-field label{color:#111827;font-size:13px;font-weight:600}.form-field input{border:1px solid #d1d5db;border-radius:999px;outline:none;padding:8px 14px;font-size:14px}.form-field input:focus{border-color:var(--green-main);box-shadow:0 0 0 2px #1f7c3a1f}.form-field small{color:var(--text-muted);font-size:11px}.form-checkbox{justify-content:center}.checkbox-label{align-items:center;gap:8px;font-size:14px;display:flex}.checkbox-label input{width:16px;height:16px}.form-actions{justify-content:flex-end;align-items:flex-end;min-width:180px;display:flex}.results-area{margin-top:8px}.error-box{color:#b91c1c;background:#fee2e2;border-radius:14px;margin-bottom:16px;padding:10px 14px;font-size:13px}.results-meta{color:var(--text-muted);flex-wrap:wrap;gap:12px;margin-bottom:12px;font-size:13px;display:flex}.results-meta strong{color:#111827}.results-grid{grid-template-columns:1fr;gap:16px;display:grid}.tree-card{background:#fff;border-radius:18px;padding:18px 18px 14px;box-shadow:0 12px 28px #0f172a1f}.tree-card-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}.tree-card-header h2{color:#111827;font-size:16px;font-weight:600}.tree-chip{background:var(--green-light);color:var(--green-main);white-space:nowrap;border-radius:999px;padding:4px 10px;font-size:11px}.tree-scientific{color:var(--text-muted);margin-bottom:10px;font-size:13px;font-style:italic}.tree-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px 16px;margin-bottom:8px;display:grid}.tree-label{color:var(--text-muted);font-size:11px;display:block}.tree-value{color:#111827;font-size:13px;font-weight:500;display:block}.tree-notes{color:#374151;margin-top:4px;margin-bottom:6px;font-size:12px}.tree-footer{color:var(--text-muted);border-top:1px solid #edf2f7;margin-top:8px;padding-top:6px;font-size:11px}.no-results{color:var(--text-muted);font-size:13px}@media (min-width:720px){.results-grid{grid-template-columns:1fr 1fr}}
