*{box-sizing:border-box}
:root{
  --deep:#0b3f2d;--deep-2:#0f5038;--green:#21763d;--bright:#45af47;--text:#15271d;--muted:#607168;
  --line:#dfe7e0;--bg:#f7faf7;--soft:#f0f5f0;--cream:#f4f2e8;--white:#fff;
  --shadow:0 14px 36px rgba(16,53,35,.08);--radius:22px;--container:1320px;
}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,'Segoe UI',sans-serif;color:var(--text);background:var(--bg);overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
.container{width:min(var(--container),calc(100% - 48px));margin:0 auto}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(12px);border-bottom:1px solid rgba(19,58,40,.08);overflow:visible}
.topbar{min-height:108px;display:flex;align-items:center;justify-content:space-between;gap:28px;overflow:visible}
.brand-link{display:flex;align-items:center;flex:0 0 auto;padding:10px 0;min-height:86px;overflow:visible}
.brand-link img{width:auto;height:82px;max-width:100%;display:block;object-fit:contain;object-position:left center;overflow:visible}
.desktop-nav{display:flex;align-items:center;justify-content:center;gap:30px;flex:1;font-size:15px;font-weight:600;color:#234131}
.desktop-nav a{position:relative;opacity:.92}
.desktop-nav a:hover{color:var(--green)}
.panel-btn{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:14px;background:#156b33;color:#fff;font-weight:800;box-shadow:0 10px 24px rgba(20,92,46,.14)}

.hero-section{padding:34px 0 14px;background:linear-gradient(180deg,#f7faf7 0%,#f7faf7 42%,#f2f5f2 100%)}
.hero-card{display:grid;grid-template-columns:minmax(0,1fr) minmax(520px,.96fr);gap:46px;align-items:center;background:linear-gradient(135deg,var(--cream) 0%,#eff4ee 58%,#edf3ef 100%);border:1px solid #e4ebe4;border-radius:34px;padding:44px 40px;box-shadow:var(--shadow)}
.eyebrow{display:inline-flex;align-items:center;gap:8px;padding:12px 17px;border-radius:999px;background:rgba(255,255,255,.72);border:1px solid #dae4db;color:#5c7266;font-size:14px;font-weight:600}
.hero-copy h1{margin:20px 0 16px;font-size:clamp(64px,6vw,92px);line-height:.96;letter-spacing:-3px;max-width:10ch}
.hero-copy h1 span{color:var(--bright)}
.lead{margin:0;max-width:760px;font-size:20px;line-height:1.72;color:#5a6d63}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin:30px 0 20px}
.hero-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:58px;padding:0 26px;border-radius:16px;font-size:18px;font-weight:800}
.hero-actions .primary{background:#177237;color:#fff}
.hero-actions .secondary{background:#fff;border:1px solid #d7dfd9;color:#173624}
.hero-bullets{display:flex;gap:16px 24px;flex-wrap:wrap;font-size:14px;color:#587065}
.hero-bullets span{display:flex;align-items:center;gap:8px}
.hero-preview{min-width:0}
.preview-shell{display:grid;grid-template-columns:132px 1fr;background:#fff;border-radius:28px;border:1px solid #e2e9e3;overflow:hidden;box-shadow:0 20px 40px rgba(14,46,31,.08)}
.preview-side{background:linear-gradient(180deg,#093e2d,#0b5a3f);padding:18px 14px;color:#fff;display:flex;flex-direction:column;gap:10px}
.preview-side img{width:92px;height:auto;margin-bottom:10px}
.preview-side span{padding:11px 12px;border-radius:11px;background:rgba(255,255,255,.07);font-size:12px;font-weight:600}
.preview-main{padding:18px}
.preview-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}
.preview-head h3{margin:0;font-size:24px;line-height:1.05}
.preview-head small{color:#7a8a82;font-size:12px}
.preview-head b{font-size:26px;line-height:1.05}
.preview-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:12px}
.preview-kpis div{border:1px solid #e4eae4;border-radius:14px;background:#fbfcfb;padding:11px}
.preview-kpis small{display:block;font-size:11px;color:#6b7b73}
.preview-kpis b{font-size:24px;line-height:1.1}
.preview-lower{display:grid;grid-template-columns:minmax(0,1.35fr) 190px;gap:12px}
.preview-map{min-height:238px;border-radius:18px;background:linear-gradient(0deg,rgba(255,255,255,.06),rgba(255,255,255,.06)),url('/assets/map-preview.webp?v=055') center center/cover no-repeat}
.preview-tasks{background:#fff;border:1px solid #e4eae4;border-radius:16px;padding:14px;display:flex;flex-direction:column;gap:10px}
.preview-tasks strong{font-size:14px}
.preview-tasks span{font-size:12px;padding-bottom:8px;border-bottom:1px solid #eef2ef}

.info-strip{padding:18px 0 4px}
.mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.mini-grid article,.benefits-list article,.numbers-card,.module-card,.steps-grid article,.cases-grid article,.faq-grid article{background:#fff;border:1px solid var(--line);box-shadow:var(--shadow)}
.mini-grid article{border-radius:18px;padding:20px}
.mini-grid b{display:block;margin-bottom:6px;font-size:18px}
.mini-grid p{margin:0;color:var(--muted);font-size:15px;line-height:1.6}
.section{padding:70px 0}.section-soft{background:var(--soft)}.no-top-padding{padding-top:0}
.section-head{max-width:860px;margin:0 auto 32px;text-align:center}
.section-head-left{max-width:none;text-align:left;margin:0 0 24px}
.section-head h2{margin:0 0 12px;font-size:52px;line-height:1.04;letter-spacing:-1.6px}
.section-head p{margin:0;color:var(--muted);font-size:18px;line-height:1.72}
.split-layout{display:grid;grid-template-columns:minmax(0,1.15fr) 360px;gap:28px;align-items:start}
.benefits-list{display:grid;gap:16px}
.benefits-list article{border-radius:22px;padding:24px}
.benefits-list h3,.cases-grid h3,.faq-grid h3,.module-card h3,.steps-grid h3{margin:0 0 10px;font-size:24px;line-height:1.2}
.benefits-list p,.cases-grid p,.faq-grid p,.module-card p,.steps-grid p{margin:0;color:var(--muted);font-size:16px;line-height:1.68}
.numbers-card{border-radius:24px;padding:18px;display:grid;gap:14px}
.numbers-card div{padding:16px 14px;border-radius:18px;background:linear-gradient(180deg,#fbfdfb,#f4f8f4);border:1px solid #e6ede7}
.numbers-card small{display:block;color:#718178;font-size:13px;margin-bottom:6px}
.numbers-card strong{display:block;font-size:18px;margin-bottom:5px}
.numbers-card span{display:block;color:#687971;font-size:14px}
.modules-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.module-card{border-radius:22px;padding:24px;transition:transform .18s ease, box-shadow .18s ease}
.module-card:hover{transform:translateY(-4px);box-shadow:0 18px 36px rgba(13,50,34,.11)}
.module-card i{display:grid;place-items:center;width:54px;height:54px;border-radius:15px;background:linear-gradient(180deg,#eef7ee,#f7faf7);font-style:normal;font-size:26px}
.module-card a{display:inline-flex;margin-top:18px;color:var(--green);font-weight:800}
.steps-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.steps-grid article,.cases-grid article,.faq-grid article{border-radius:22px;padding:24px}
.steps-grid span{display:grid;place-items:center;width:46px;height:46px;border-radius:50%;background:linear-gradient(135deg,#167037,#45ad47);color:#fff;font-weight:800;margin-bottom:16px}
.cases-grid,.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.cta-box{background:linear-gradient(135deg,#0d452f,#16723a);border-radius:30px;padding:34px 34px;color:#fff;display:flex;justify-content:space-between;align-items:center;gap:26px;box-shadow:0 18px 40px rgba(15,67,45,.18)}
.cta-box h2{margin:0 0 10px;font-size:42px;line-height:1.08;letter-spacing:-1.3px}
.cta-box p{margin:0;color:#dcece0;font-size:18px;line-height:1.65;max-width:720px}
.cta-box a{display:inline-flex;align-items:center;justify-content:center;padding:16px 24px;border-radius:16px;background:#fff;color:#0f432d;font-weight:800;white-space:nowrap}
.site-footer{padding:30px 0 42px;border-top:1px solid #e5ebe5;background:#fff}
.footer-wrap{display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.footer-brand{display:flex;align-items:center;gap:16px}.footer-brand img{width:auto;height:74px;max-width:100%;display:block;object-fit:contain}
.footer-brand div{display:flex;flex-direction:column;gap:4px}.footer-brand span{color:var(--muted)}
.footer-links{display:flex;gap:22px;flex-wrap:wrap}.footer-links a{font-weight:700;color:var(--green)}

@media (max-width:1360px){
  .hero-card{grid-template-columns:minmax(0,1fr);gap:32px}
  .split-layout{grid-template-columns:1fr}
}
@media (max-width:1160px){
  .modules-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mini-grid{grid-template-columns:1fr}
}
@media (max-width:920px){
  .container{width:min(var(--container),calc(100% - 32px))}
  .topbar{min-height:86px;flex-wrap:wrap;justify-content:flex-start;gap:14px;padding:8px 0}
  .brand-link img{height:76px;width:auto;max-width:100%}
  .desktop-nav{order:3;flex:1 1 100%;justify-content:flex-start;gap:18px;overflow:auto;padding-bottom:4px}
  .hero-card{padding:28px 22px;border-radius:26px}
  .hero-copy h1{font-size:clamp(52px,10vw,74px);max-width:100%}
  .lead{font-size:18px}
  .preview-shell{grid-template-columns:1fr}
  .preview-side{display:none}
  .preview-lower{grid-template-columns:1fr}
  .cases-grid,.faq-grid{grid-template-columns:1fr}
  .cta-box{flex-direction:column;align-items:flex-start}
}
@media (max-width:700px){
  .container{width:min(var(--container),calc(100% - 24px))}
  .site-header{position:static}
  .topbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:auto;padding:14px 0}
  .desktop-nav{display:none}
  .brand-link{min-width:0;padding:0}
  .brand-link img{height:68px;width:auto;max-width:100%}
  .panel-btn{min-height:44px;padding:0 14px;font-size:13px;border-radius:12px}
  .hero-section{padding:18px 0 8px}
  .hero-card{padding:22px 16px;border-radius:22px;gap:22px}
  .eyebrow{font-size:12px;padding:10px 12px;line-height:1.35}
  .hero-copy h1{font-size:clamp(44px,14vw,60px);line-height:.97;letter-spacing:-1.7px;margin:18px 0 14px;max-width:100%;word-break:break-word}
  .lead{font-size:17px;line-height:1.72}
  .hero-actions{display:grid;grid-template-columns:1fr;gap:12px;margin:24px 0 18px}
  .hero-actions a{width:100%;min-height:52px;font-size:17px;padding:0 18px;text-align:center}
  .hero-bullets{display:grid;grid-template-columns:1fr;gap:10px;font-size:14px}
  .preview-main{padding:14px}
  .preview-head{display:grid;gap:5px}.preview-head b{font-size:20px}.preview-head h3{font-size:22px}
  .preview-kpis{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.preview-kpis b{font-size:22px}
  .preview-map{min-height:182px;border-radius:14px}
  .section{padding:42px 0}.section-head{margin-bottom:22px}.section-head h2{font-size:34px;letter-spacing:-1px}.section-head p{font-size:16px}
  .benefits-list article,.module-card,.steps-grid article,.cases-grid article,.faq-grid article,.mini-grid article{padding:18px}
  .modules-grid,.steps-grid,.cases-grid,.faq-grid{grid-template-columns:1fr;gap:14px}
  .cta-box{padding:24px 18px;border-radius:22px;gap:18px}.cta-box h2{font-size:30px}.cta-box p{font-size:16px}.cta-box a{width:100%}
  .site-footer{padding:24px 0 34px}.footer-brand{align-items:flex-start}.footer-brand img{width:180px}.footer-links{display:grid;gap:10px}
}
@media (max-width:390px){
  .topbar{grid-template-columns:1fr}
  .panel-btn{width:100%}
  .brand-link img{height:62px;width:auto;max-width:100%}
  .hero-card{padding:20px 14px}
}

/* v1.3.0 logo bottom fix */
.site-header,.topbar,.brand-link{overflow:visible!important}
.brand-link img{height:82px!important;width:auto!important;max-width:100%!important;object-fit:contain!important;object-position:left center!important}
.footer-brand img{height:74px!important;width:auto!important;max-width:100%!important;object-fit:contain!important}
@media (max-width:920px){.topbar{min-height:94px!important}.brand-link img{height:76px!important;width:auto!important}}
@media (max-width:700px){.topbar{min-height:auto!important}.brand-link{min-height:70px!important}.brand-link img{height:68px!important;width:auto!important;max-width:100%!important}}
@media (max-width:390px){.brand-link img{height:62px!important;width:auto!important;max-width:100%!important}}

/* v1.3.0 branding update */
.brand-link img{height:88px!important;width:auto!important;max-width:100%!important;object-fit:contain!important;object-position:left center!important}.footer-brand img{height:80px!important;width:auto!important;max-width:100%!important;object-fit:contain!important}@media (max-width:920px){.brand-link img{height:80px!important}}@media (max-width:700px){.brand-link img{height:70px!important}}@media (max-width:390px){.brand-link img{height:64px!important}}

/* Rolnik360 v1.3.0 FINAL BRAND ASSETS */
.brand-link{overflow:visible!important}.brand-link img{width:310px!important;height:auto!important;max-width:100%!important;object-fit:contain!important;object-position:left center!important;display:block!important}.footer-brand img{width:235px!important;height:auto!important;max-width:100%!important;object-fit:contain!important}.preview-side img{width:108px!important;height:auto!important;background:#F6F4EE!important;border-radius:10px!important;padding:4px!important;object-fit:contain!important}@media(max-width:920px){.brand-link img{width:270px!important;height:auto!important}}@media(max-width:700px){.brand-link img{width:215px!important;height:auto!important}}@media(max-width:390px){.brand-link img{width:190px!important;height:auto!important}}

/* v1.3.0 account conversion */
.header-actions{display:flex;align-items:center;gap:10px}.login-link{font-size:14px;font-weight:750;color:#214731;padding:12px 10px}.header-actions .panel-btn{min-height:48px}@media(max-width:700px){.header-actions{gap:5px}.login-link{display:none}.header-actions .panel-btn{font-size:12px;padding:0 13px}}

/* Rolnik360 v1.3.0 — product showcase */
.r72-hero-product{display:flex;align-items:center;justify-content:center;min-width:0}.r72-device-shot{position:relative;width:100%;background:#fff;border:1px solid #dfe7df;border-radius:24px;padding:10px;box-shadow:0 24px 60px rgba(13,55,35,.12);overflow:hidden}.r72-device-shot img{width:100%;height:auto;border-radius:16px}.r72-device-shot span{position:absolute;left:26px;bottom:24px;background:rgba(8,51,34,.9);color:#fff;border:1px solid rgba(255,255,255,.16);padding:10px 14px;border-radius:12px;font-size:13px;backdrop-filter:blur(8px)}.r72-section-kicker{display:block;color:#237a42;font-weight:800;letter-spacing:.13em;font-size:12px;margin-bottom:10px}.r72-product-showcase{padding-top:76px}.r72-showcase-main{margin:0;background:#fff;border:1px solid var(--line);border-radius:28px;padding:14px;box-shadow:var(--shadow);overflow:hidden}.r72-showcase-main img{width:100%;border-radius:20px}.r72-showcase-main figcaption{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:15px 8px 4px}.r72-showcase-main figcaption b{font-size:19px}.r72-showcase-main figcaption span{color:var(--muted);font-size:14px;text-align:right}.r72-screen-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:22px}.r72-screen-grid article{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow)}.r72-screen-grid img{width:100%;aspect-ratio:16/9;object-fit:cover;object-position:top center;border-bottom:1px solid var(--line)}.r72-screen-grid article div{padding:18px}.r72-screen-grid b{font-size:20px}.r72-screen-grid p{margin:8px 0 0;color:var(--muted);line-height:1.65;font-size:15px}.r72-app-promo{margin-top:22px;background:linear-gradient(135deg,#0d452f,#1d7c42);border-radius:24px;color:#fff;padding:26px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px}.r72-app-promo .r72-section-kicker{color:#bfe4c8}.r72-app-promo h3{font-size:28px;margin:0 0 8px}.r72-app-promo p{margin:0;color:#d8eadc;max-width:780px;line-height:1.65}.r72-app-promo>a{background:#fff;color:#15492f;padding:14px 18px;border-radius:13px;font-weight:800;white-space:nowrap}@media(max-width:1100px){.r72-screen-grid{grid-template-columns:1fr}.r72-screen-grid article{display:grid;grid-template-columns:1.05fr .95fr}.r72-screen-grid img{height:100%;aspect-ratio:auto;border-bottom:0;border-right:1px solid var(--line)}}@media(max-width:700px){.r72-device-shot{padding:6px;border-radius:18px}.r72-device-shot span{position:static;display:block;margin:7px 4px 3px;background:#0d4d33}.r72-product-showcase{padding-top:46px}.r72-showcase-main{padding:7px;border-radius:20px}.r72-showcase-main figcaption{display:grid;padding:12px 8px}.r72-showcase-main figcaption span{text-align:left}.r72-screen-grid article{display:block}.r72-screen-grid img{aspect-ratio:16/10;height:auto;border-right:0;border-bottom:1px solid var(--line)}.r72-app-promo{display:grid;padding:22px 18px}.r72-app-promo h3{font-size:24px}.r72-app-promo>a{text-align:center}}

/* v1.3.0 current product preview */
.r130-live-preview{min-width:0}.r130-preview-shell{display:grid;grid-template-columns:135px 1fr;background:#fff;border:1px solid #dfe8e1;border-radius:24px;overflow:hidden;box-shadow:0 22px 48px rgba(17,60,39,.12)}.r130-preview-shell aside{background:#075238;color:#fff;padding:16px 13px;display:flex;flex-direction:column;gap:10px}.r130-preview-shell aside>span,.r130-preview-shell aside>strong{font-size:11px;padding:9px 10px;border-radius:9px}.r130-preview-shell aside>strong{background:rgba(255,255,255,.12)}.r130-preview-brand{display:flex;align-items:center;gap:7px;margin-bottom:6px}.r130-preview-brand>span{width:30px;height:30px;border-radius:8px;background:#fff;color:#2c9847;display:grid;place-items:center;font-size:9px;font-weight:800}.r130-preview-brand b{font-size:14px}.r130-preview-shell main{padding:16px;min-width:0}.r130-preview-shell header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.r130-preview-shell header b{font-size:18px}.r130-preview-shell header em{font-size:12px;font-style:normal}.r130-preview-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:10px}.r130-preview-kpis>span{border:1px solid #e3e9e4;border-radius:11px;padding:9px}.r130-preview-kpis small,.r130-preview-kpis b{display:block}.r130-preview-kpis small{font-size:9px;color:#6d7a72}.r130-preview-kpis b{font-size:18px}.r130-preview-body{display:grid;grid-template-columns:minmax(0,1fr) 145px;gap:10px}.r130-preview-map{min-height:235px;border-radius:14px;background:url('/assets/map-preview.webp?v=130') center/cover no-repeat}.r130-preview-side{border:1px solid #e3e9e4;border-radius:14px;padding:12px;display:flex;flex-direction:column;gap:7px}.r130-preview-side strong{font-size:22px;color:#0c5035}.r130-preview-side small{font-size:10px;color:#6e7a73}.r130-preview-caption{display:block;margin-top:9px;text-align:center;color:#5c6e63;font-size:12px}.r130-current-banner{display:grid;grid-template-columns:1.35fr .65fr;gap:20px;align-items:center;padding:28px;background:linear-gradient(135deg,#f2f3e9,#eef5ef)}.r130-current-banner b{display:block;font-size:30px;line-height:1.15;margin-bottom:9px}.r130-current-banner p{margin:0;color:#5f7167;line-height:1.65}.r130-current-mini{display:grid;gap:9px}.r130-current-mini span{background:#fff;border:1px solid #dce6df;border-radius:13px;padding:13px 15px;font-weight:700;color:#17452e}
@media(max-width:700px){.r130-preview-shell{grid-template-columns:1fr}.r130-preview-shell aside{display:none}.r130-preview-body{grid-template-columns:1fr}.r130-preview-side{display:none}.r130-preview-map{min-height:190px}.r130-current-banner{grid-template-columns:1fr;padding:20px}.r130-current-banner b{font-size:23px}}
