
:root{--bg:#fff;--paper:#fff;--soft:#f5f8f3;--soft2:#eef5ea;--ink:#1f2a24;--muted:#66726b;--green:#225c3c;--green2:#2f7449;--green3:#e5f1e2;--line:#dfe7df;--warm:#f7f1e5;--warn:#7a5a18;--danger:#8a4438;--shadow:0 24px 70px rgba(36,72,48,.10);--r:24px;--r2:16px;--max:1180px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.container{width:min(calc(100% - 36px),var(--max));margin-inline:auto}.narrow{width:min(calc(100% - 36px),850px);margin-inline:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(223,231,223,.8)}.header-inner{height:72px;display:flex;align-items:center;gap:28px}.brand{display:inline-flex;align-items:center;gap:10px;font-weight:850;font-size:21px;letter-spacing:-.025em;white-space:nowrap}.brand-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:var(--green);color:#fff}.brand-mark svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.desktop-nav{margin-left:auto;display:flex;align-items:center;gap:4px}.desktop-nav a{padding:10px 12px;border-radius:11px;color:#4d5c53;font-size:14px;font-weight:650}.desktop-nav a:hover,.desktop-nav a.active{background:var(--soft);color:var(--green)}.menu-button{display:none;margin-left:auto;width:42px;height:42px;border:0;background:var(--soft);border-radius:12px;padding:11px}.menu-button span{display:block;height:2px;background:var(--ink);margin:4px 0;border-radius:2px}.mobile-nav{padding:10px 18px 18px;border-top:1px solid var(--line);background:#fff}.mobile-nav a{display:block;padding:12px 8px;border-bottom:1px solid #edf1ed;font-weight:650;color:#405047}.hero{padding:70px 0 58px;background:linear-gradient(180deg,#fbfdf9 0,#fff 100%)}.hero-grid{display:grid;grid-template-columns:1.06fr .94fr;align-items:center;gap:64px}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin:0 0 14px;color:var(--green2);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.085em}.eyebrow:before{content:"";width:20px;height:2px;background:currentColor;border-radius:2px}h1,h2,h3{font-weight:820;letter-spacing:-.035em;line-height:1.12;margin:0}h1{font-size:clamp(44px,6.4vw,76px);max-width:760px}h2{font-size:clamp(32px,4.2vw,50px)}h3{font-size:20px}.hero-text{font-size:clamp(18px,2.1vw,22px);line-height:1.55;color:var(--muted);max-width:700px;margin:22px 0 28px}.button{display:inline-flex;justify-content:center;align-items:center;gap:8px;min-height:50px;padding:0 20px;border-radius:14px;border:1px solid transparent;font-weight:780;cursor:pointer;transition:.18s ease}.button.primary{background:var(--green);color:#fff}.button.primary:hover{background:#194b30;transform:translateY(-1px)}.button.secondary{background:#fff;border-color:var(--line);color:var(--ink)}.button.secondary:hover{background:var(--soft)}.button.wide{width:100%}.hero-actions{display:flex;gap:10px;flex-wrap:wrap}.trust-row{display:flex;gap:20px;flex-wrap:wrap;margin-top:26px;color:#526159;font-size:14px}.trust-row span{display:flex;align-items:center;gap:7px}.trust-row span:before{content:"✓";width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:var(--green3);color:var(--green);font-size:12px;font-weight:900}.hero-visual{position:relative}.hero-visual img{width:100%;filter:drop-shadow(0 25px 45px rgba(60,94,67,.10))}.feature-strip{margin-top:20px;display:flex;align-items:flex-start;gap:12px;padding:16px 18px;border:1px solid var(--line);border-radius:16px;background:#f4f6fa}.feature-strip .check{flex:0 0 22px;width:22px;height:22px;border:1.5px solid #cfd7e3;border-radius:7px;background:#f8fafc}.feature-strip strong{font-size:19px;line-height:1.3}.feature-strip p{margin:3px 0 0;color:#63708b;line-height:1.45}.section{padding:84px 0}.section.soft{background:var(--soft)}.section-heading{max-width:760px;margin-bottom:34px}.section-heading.center{text-align:center;margin-inline:auto;margin-bottom:38px}.section-heading p{color:var(--muted);font-size:18px}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.category-card{background:#fff;border:1px solid var(--line);border-radius:var(--r);overflow:hidden;transition:.2s ease}.category-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.category-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.category-card-body{padding:22px}.category-card p{color:var(--muted);margin:10px 0 18px}.text-link{color:var(--green);font-weight:780}.text-link:after{content:" →"}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.info-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px}.info-card .num{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--green3);color:var(--green);font-weight:850;margin-bottom:20px}.info-card p{color:var(--muted);margin:10px 0 0}.tool-shell{display:grid;grid-template-columns:.92fr 1.08fr;gap:24px;align-items:start}.tool-panel,.result-panel{background:#fff;border:1px solid var(--line);border-radius:26px;padding:24px;box-shadow:0 12px 45px rgba(36,72,48,.06)}.tool-panel h2,.result-panel h2{font-size:28px}.upload-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:250px;border:1.5px dashed #b8c9bb;background:#f8fbf6;border-radius:20px;padding:24px;cursor:pointer;transition:.18s}.upload-zone:hover,.upload-zone.drag{border-color:var(--green2);background:#f2f8ef}.upload-zone .upload-icon{width:52px;height:52px;display:grid;place-items:center;border-radius:15px;background:var(--green);color:#fff;font-size:26px;margin-bottom:12px}.upload-zone strong{font-size:18px}.upload-zone small{color:var(--muted);margin-top:5px}.preview-box{position:relative;overflow:hidden;border-radius:20px;background:var(--soft);border:1px solid var(--line)}.preview-box img{width:100%;height:280px;object-fit:contain;background:#f4f7f3}.preview-actions{display:flex;justify-content:space-between;gap:10px;padding:12px}.small-button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:9px 12px;font-weight:700;cursor:pointer}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:18px 0}.field{display:grid;gap:7px}.field span{font-size:13px;font-weight:760;color:#45544b}.field select,.field textarea,.search-input{width:100%;border:1px solid #cfd9d0;background:#fff;border-radius:12px;padding:12px 13px;outline:none;color:var(--ink)}.field select:focus,.field textarea:focus,.search-input:focus{border-color:#6b9b78;box-shadow:0 0 0 3px rgba(47,116,73,.10)}.image-signal{display:flex;align-items:center;gap:12px;background:var(--soft);border-radius:14px;padding:12px 14px;margin:16px 0;color:var(--muted);font-size:13px}.signal-dot{width:18px;height:18px;border-radius:50%;background:#8aaa80;box-shadow:0 0 0 4px #e7efe4}.privacy-note{font-size:12px;color:var(--muted);margin:12px 0 0}.result-empty{min-height:360px;display:grid;place-items:center;text-align:center;color:var(--muted);padding:30px}.result-empty svg{width:64px;height:64px;margin:0 auto 14px;stroke:#9eb2a1;fill:none}.result-list{display:grid;gap:12px;margin-top:18px}.result-card{border:1px solid var(--line);border-radius:16px;padding:16px}.result-card-top{display:flex;justify-content:space-between;gap:14px}.result-card strong{font-size:17px}.latin{font-size:13px;color:var(--muted);font-style:italic}.match{white-space:nowrap;font-size:12px;font-weight:800;color:var(--green);background:var(--green3);border-radius:999px;padding:5px 8px;height:max-content}.result-card p{color:var(--muted);font-size:14px;margin:9px 0}.micro{font-size:12px;color:var(--muted)}.notice{border-radius:18px;padding:18px 20px;display:flex;gap:14px;align-items:flex-start}.notice.info{background:#eef5ea;border:1px solid #dbe8d7}.notice.warn{background:#fbf5e8;border:1px solid #eadfc5}.notice strong{display:block;margin-bottom:4px}.notice p{margin:0;color:#59675f}.content-grid{display:grid;grid-template-columns:1fr 340px;gap:34px;align-items:start}.article{min-width:0}.article h1{font-size:clamp(38px,5vw,60px);margin-bottom:18px}.article h2{font-size:30px;margin:38px 0 14px}.article h3{margin:28px 0 10px}.article p,.article li{color:#4e5d54}.article ul,.article ol{padding-left:22px}.article .lead{font-size:20px;color:#56645b}.sidebar-card{position:sticky;top:92px;background:var(--soft);border:1px solid var(--line);border-radius:20px;padding:20px}.sidebar-card strong{display:block;margin-bottom:12px}.sidebar-card a{display:block;padding:9px 0;border-bottom:1px solid #e1e8df;color:#496056}.sidebar-card a:last-child{border-bottom:0}.breadcrumbs{padding:24px 0 0;display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:#738078;font-size:13px}.breadcrumbs a:hover{color:var(--green)}.crumb-sep{color:#b6c0b8}.catalog-toolbar{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:22px}.search-input{max-width:360px}.chip{border:1px solid var(--line);background:#fff;padding:10px 14px;border-radius:999px;font-weight:700;cursor:pointer;color:#536158}.chip.active{background:var(--green);color:#fff;border-color:var(--green)}.catalog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.plant-card{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:18px;background:#fff;padding:18px;min-height:220px}.plant-card .plant-type{font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:850;color:var(--green2)}.plant-card h3{margin-top:8px}.plant-card p{font-size:14px;color:var(--muted);margin:8px 0 16px}.plant-card .text-link{margin-top:auto}.plant-hero{display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:center;padding:42px 0 58px}.plant-visual{min-height:320px;border-radius:34px;background:linear-gradient(145deg,#edf6e9,#f9fbf7);display:grid;place-items:center;position:relative;overflow:hidden}.plant-visual:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:#dcebd7}.plant-glyph{position:relative;font-size:100px;filter:saturate(.8)}.facts{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:26px 0}.fact{border:1px solid var(--line);border-radius:14px;padding:13px}.fact span{display:block;font-size:12px;color:var(--muted);margin-bottom:3px}.article-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.article-card{border:1px solid var(--line);border-radius:20px;padding:22px;background:#fff;display:flex;flex-direction:column}.article-card .tag{font-size:11px;letter-spacing:.08em;text-transform:uppercase;font-weight:850;color:var(--green2)}.article-card h3{margin:10px 0}.article-card p{color:var(--muted);font-size:14px}.article-card .text-link{margin-top:auto}.feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.feature-box{border:1px solid var(--line);border-radius:18px;padding:20px;background:#fff}.feature-box p{margin:7px 0 0;color:var(--muted)}.legal-card{max-width:900px;margin:0 auto;background:#fff}.legal-card h1{font-size:48px}.legal-card h2{font-size:26px;margin-top:34px}.legal-card p,.legal-card li{color:#536158}.contact-card{display:grid;grid-template-columns:1fr 1fr;gap:20px}.contact-box{border:1px solid var(--line);border-radius:20px;padding:24px;background:#fff}.contact-box p{color:var(--muted)}.site-footer{border-top:1px solid var(--line);background:#f8faf7;padding:48px 0 24px;margin-top:20px}.footer-grid{display:grid;grid-template-columns:1.35fr .8fr .8fr;gap:40px}.footer-about p{max-width:430px;color:var(--muted);font-size:14px}.footer-column{display:grid;align-content:start;gap:8px}.footer-column strong{margin-bottom:6px}.footer-column a{font-size:14px;color:#55645b}.footer-column a:hover{color:var(--green)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);margin-top:34px;padding-top:20px;color:var(--muted);font-size:12px}.faq-list{display:grid;gap:10px}.faq-list details{border:1px solid var(--line);border-radius:16px;background:#fff;padding:0 18px}.faq-list summary{cursor:pointer;font-weight:770;padding:16px 0}.faq-list p{margin:0;padding:0 0 16px;color:var(--muted)}.cta-band{border-radius:30px;padding:44px;background:linear-gradient(135deg,#225c3c,#36784d);color:#fff;display:flex;justify-content:space-between;gap:30px;align-items:center}.cta-band p{color:#dcebdc;margin:8px 0 0;max-width:650px}.cta-band .button.secondary{border-color:transparent}.muted{color:var(--muted)}.hidden{display:none!important}
@media(max-width:980px){.desktop-nav{display:none}.menu-button{display:block}.hero-grid,.tool-shell,.content-grid,.plant-hero{grid-template-columns:1fr}.hero-visual{max-width:650px}.sidebar-card{position:static}.catalog-grid,.article-cards{grid-template-columns:repeat(2,1fr)}.plant-visual{order:-1;min-height:260px}.footer-grid{grid-template-columns:1fr 1fr}.footer-about{grid-column:1/-1}.category-grid{grid-template-columns:1fr 1fr}.category-card:last-child{grid-column:1/-1}.steps-grid{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.container,.narrow{width:min(calc(100% - 26px),var(--max))}.header-inner{height:64px}.hero{padding:46px 0 42px}.hero-grid{gap:34px}.hero-text{font-size:18px}.hero-actions .button{width:100%}.feature-strip strong{font-size:17px}.section{padding:62px 0}.category-grid,.catalog-grid,.article-cards,.feature-list,.contact-card{grid-template-columns:1fr}.category-card:last-child{grid-column:auto}.form-grid{grid-template-columns:1fr}.tool-panel,.result-panel{padding:16px;border-radius:20px}.upload-zone{min-height:205px}.result-empty{min-height:220px}.facts{grid-template-columns:1fr}.plant-hero{gap:22px}.cta-band{padding:28px 22px;display:block}.cta-band .button{width:100%;margin-top:20px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-about{grid-column:auto}.footer-bottom{display:block}.footer-bottom span{display:block;margin:4px 0}.article h1{font-size:40px}.legal-card h1{font-size:40px}.breadcrumbs{padding-top:18px}.trust-row{gap:10px 14px}}
