.product-page{--product-app-from: #41611f;--product-app-to: #173a2d;--product-app-accent: #41611f;--product-app-deep: #173a2d;--product-app-soft: #eef4e9;--product-app-highlight: var(--product-app-accent);--product-app-highlight-hover: color-mix(in srgb, var(--product-app-accent) 88%, #000);--product-app-status: #64ad36;--product-app-status-ring: rgba(100, 173, 54, .14);--product-app-icon-background: rgba(90, 139, 50, .78);--product-app-icon-hover-background: rgba(105, 161, 58, .88);min-width:320px;color:#fff;background:#173a2d}.product-page>main{background:#edf0ed}.product-page .site-header{top:12px}.product-page .brand{color:#fff;border:0;background:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;text-shadow:0 2px 20px rgba(4,22,13,.32)}.product-page .site-header.is-over-product-white .brand{color:#173a2d;text-shadow:none}.product-page .site-header.is-over-product-dark .brand{color:#fff;text-shadow:0 2px 20px rgba(4,22,13,.32)}.product-hero-sequence{position:relative;min-height:1500px;overflow:clip;isolation:isolate;background:#29451d}.product-hero__scene{position:absolute;z-index:-2;top:0;right:0;bottom:0;left:0;overflow:clip;pointer-events:none}.product-hero__backdrop{position:sticky;top:0;width:100%;height:100svh;min-height:680px;overflow:hidden}.product-hero__background{--product-bg-blur: 2.4px;--product-bg-brightness: .66;--product-bg-saturation: 1.08;--product-bg-x: 0px;--product-bg-y: 0px;position:absolute;top:-18px;right:-18px;bottom:-18px;left:-18px;width:calc(100% + 36px);height:calc(100% + 36px);object-fit:cover;object-position:50% 53%;filter:blur(var(--product-bg-blur)) brightness(var(--product-bg-brightness)) saturate(var(--product-bg-saturation));transform:translate3d(var(--product-bg-x),var(--product-bg-y),0) scale(1.035);transition:transform .68s cubic-bezier(.16,1,.3,1);animation:product-background-reveal 1.2s both cubic-bezier(.16,1,.3,1);will-change:transform}.product-hero__data-field{--product-data-y: 0px;position:absolute;z-index:1;top:-5%;right:-5%;bottom:-5%;left:-5%;background:center / cover no-repeat url(../hero-data-field.svg);mix-blend-mode:screen;opacity:.15;transform:translate3d(0,var(--product-data-y),0);animation:product-data-breathe 10s ease-in-out infinite alternate;will-change:opacity,transform}.product-hero{position:relative;min-height:980px;perspective:1400px}.product-hero__content{position:relative;z-index:3;width:min(850px,calc(100% - 40px));margin-inline:auto;padding-top:176px;text-align:center}.product-hero__app{display:inline-flex;align-items:center;gap:11px;margin-bottom:24px;color:#ffffffd1;text-align:left;animation:product-blur-reveal .72s 80ms both cubic-bezier(.16,1,.3,1)}.product-hero__app-icon{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:12px;background:var(--product-app-icon-background);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transition:border-color .32s ease,background .32s ease,transform .42s cubic-bezier(.16,1,.3,1)}.product-hero__app:hover .product-hero__app-icon{border-color:#ffffff85;background:var(--product-app-icon-hover-background);transform:translateY(-2px) rotate(-2deg)}.product-hero__app-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.product-hero__app-icon path{stroke-dasharray:none;stroke-dashoffset:0}.product-hero__app span:last-child{display:grid;gap:1px}.product-hero__app small{color:#ffffff8f;font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.product-hero__app strong{color:#fff;font-size:17px;font-weight:650}.product-hero h1{font-family:var(--font-display);margin:0;color:#fff;font-size:clamp(60px,6.7vw,100px);font-weight:540;letter-spacing:normal;line-height:1;text-wrap:balance;text-shadow:0 3px 34px rgba(3,18,10,.3)}.product-hero h1 span{display:block;animation:product-blur-reveal .85s .14s both cubic-bezier(.16,1,.3,1)}.product-hero h1 span+span{animation-delay:.21s}.product-hero__lead{max-width:650px;margin:24px auto 0;color:#ffffffb8;font-size:clamp(16px,1.4vw,20px);font-weight:500;line-height:1.48;text-wrap:balance;text-shadow:0 2px 24px rgba(3,18,10,.34);animation:product-blur-reveal .76s .33s both cubic-bezier(.16,1,.3,1)}.product-hero__actions{display:flex;align-items:flex-start;justify-content:center;gap:12px;margin-top:28px;animation:product-blur-reveal .72s .43s backwards cubic-bezier(.16,1,.3,1)}.product-hero__cta{display:inline-flex;min-width:220px;min-height:58px;align-items:center;justify-content:center;gap:28px;padding:0 24px;border:1px solid rgba(255,255,255,.5);border-radius:16px;font-size:15px;font-weight:700;box-shadow:0 12px 30px #05180f00;transition:transform .32s cubic-bezier(.16,1,.3,1),background .22s ease,border-color .22s ease,color .22s ease,box-shadow .32s ease}.product-hero__cta:hover,.product-hero__cta:focus-visible{outline:none;transform:translateY(-3px)}.product-hero__cta:active{transform:translateY(-1px) scale(.985);transition-duration:.1s}.product-hero__cta--primary{border-color:var(--product-app-highlight);color:var(--product-app-highlight-foreground, #fff);background:var(--product-app-highlight)}.product-hero__cta--primary:hover,.product-hero__cta--primary:focus-visible{background:var(--product-app-highlight-hover);box-shadow:0 15px 34px #1b3a0e3d}.product-hero__cta--secondary{color:#fff;background:color-mix(in srgb,var(--product-app-deep) 35%,transparent);-webkit-backdrop-filter:blur(24px) saturate(125%);backdrop-filter:blur(24px) saturate(125%)}.product-hero__cta--secondary:hover,.product-hero__cta--secondary:focus-visible{border-color:#ffffffeb;color:#173a2d;background:#ffffffe6;box-shadow:0 15px 34px #05180f33}.product-hero__cta svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;transition:transform .36s cubic-bezier(.16,1,.3,1)}.product-hero__cta:hover svg,.product-hero__cta:focus-visible svg{transform:translate(2px,-2px)}.product-hero__cta--secondary:hover svg,.product-hero__cta--secondary:focus-visible svg{transform:translate(3px)}.product-dashboard{--product-dashboard-y: 0px;position:absolute;z-index:4;top:714px;right:0;left:0;width:min(1220px,calc(100vw - 32px));margin:0 auto;transform:translate3d(0,var(--product-dashboard-y),0);transform-style:preserve-3d;will-change:transform}.product-dashboard:before{position:absolute;z-index:-1;right:12%;bottom:-12px;left:12%;height:48px;border-radius:50%;content:"";background:#07190e33;filter:blur(32px)}.product-dashboard__surface{position:relative;transform-origin:center top;animation:product-dashboard-reveal 1.1s .52s both cubic-bezier(.16,1,.3,1)}.product-dashboard__embed{--screen-pointer-x: 0px;--screen-pointer-y: 0px;--screen-pointer-rotate: 0deg;--screen-hover-y: 0px;position:relative;overflow:hidden;border:9px solid rgba(255,255,255,.9);border-radius:28px;background:#f7f5f1;box-shadow:0 34px 68px #07190e47,0 9px 24px #0e27172e,inset 0 0 0 1px #20292614;aspect-ratio:16 / 10;transform:translate3d(var(--screen-pointer-x),calc(var(--screen-pointer-y) + var(--screen-hover-y)),0) rotateY(var(--screen-pointer-rotate));transition:transform .62s cubic-bezier(.16,1,.3,1),border-color .36s ease,box-shadow .52s ease;will-change:transform}.product-dashboard__embed:hover{--screen-hover-y: -3px;border-color:#fff;box-shadow:0 40px 78px #07190e52,0 12px 28px #0e271733,inset 0 0 0 1px #20292614}.product-dashboard__embed img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .76s cubic-bezier(.16,1,.3,1)}.product-dashboard__embed:hover img{transform:scale(1.006)}@media(min-width:981px){:is(.product-page--uprawy,.product-page--magazyn,.product-page--rejestr-zabiegow,.product-page--srodki-ochrony,.product-page--biuro-i-finanse,.product-page--rynki-i-gielda) .product-hero{min-height:720px}:is(.product-page--uprawy,.product-page--magazyn,.product-page--rejestr-zabiegow,.product-page--srodki-ochrony,.product-page--biuro-i-finanse,.product-page--rynki-i-gielda) .product-hero__content{width:min(2100px,calc(100% - 80px));padding-top:clamp(132px,10vw,160px)}:is(.product-page--uprawy,.product-page--magazyn,.product-page--rejestr-zabiegow,.product-page--srodki-ochrony,.product-page--biuro-i-finanse,.product-page--rynki-i-gielda) .product-hero__app{margin-bottom:18px}:is(.product-page--uprawy,.product-page--magazyn,.product-page--rejestr-zabiegow,.product-page--srodki-ochrony,.product-page--biuro-i-finanse,.product-page--rynki-i-gielda) .product-hero h1{font-size:clamp(44px,3.55vw,82px);letter-spacing:-.025em;line-height:1.04}:is(.product-page--uprawy,.product-page--magazyn,.product-page--rejestr-zabiegow,.product-page--srodki-ochrony,.product-page--biuro-i-finanse,.product-page--rynki-i-gielda) .product-hero__lead{max-width:1050px;margin-top:20px;color:#ffffffe0;font-size:clamp(16px,1.15vw,19px);line-height:1.46;text-wrap:pretty}:is(.product-page--uprawy,.product-page--magazyn,.product-page--rejestr-zabiegow,.product-page--srodki-ochrony,.product-page--biuro-i-finanse,.product-page--rynki-i-gielda) .product-hero__actions{margin-top:24px}}.product-next-section{min-height:100svh;background:#fff}.product-tour{--tour-ink: #17231d;--tour-muted: #52675c;--tour-line: #dfe6df;--tour-surface: #f4f6f4;--tour-accent: var(--product-app-accent);--tour-accent-deep: var(--product-app-deep);--tour-accent-soft: var(--product-app-soft);position:relative;color:var(--tour-ink);background:var(--tour-surface);font-family:var(--font-body)}.product-tour__intro{width:min(760px,calc(100% - 40px));margin-inline:auto;padding:154px 0 112px;text-align:center}.product-tour__eyebrow{display:inline-flex;min-height:42px;align-items:center;gap:10px;margin:0 0 26px;padding:0 18px;border:1px solid var(--tour-line);border-radius:999px;color:var(--tour-accent-deep);background:#fff;box-shadow:0 7px 22px #173a2d12;font-size:16px;font-weight:600}.product-tour__eyebrow span{width:10px;height:10px;border-radius:50%;background:var(--tour-accent);box-shadow:0 0 0 4px #41611f1a}.product-tour__intro h2{font-family:var(--font-display);margin:0;color:var(--tour-ink);font-size:clamp(46px,5.2vw,76px);font-weight:700;letter-spacing:-.055em;line-height:.98}.product-tour__layout{display:grid;width:calc(100% - 96px);grid-template-columns:clamp(380px,23vw,460px) minmax(0,1fr);gap:clamp(64px,6vw,120px);margin-inline:auto;padding-bottom:170px}.product-tour__index{position:sticky;top:112px;width:calc(100% + 72px);height:min(680px,calc(100svh - 176px));margin-inline:-36px;padding-inline:36px;padding-block:32px;overflow-x:hidden;overflow-y:auto;scrollbar-width:none;align-self:start;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 32px,#000 calc(100% - 32px),transparent);mask-image:linear-gradient(to bottom,transparent,#000 32px,#000 calc(100% - 32px),transparent)}.product-tour__index::-webkit-scrollbar{display:none}.product-tour__index ol{display:grid;gap:14px;margin:0;padding:0 0 32px;list-style:none}.product-tour__link{display:grid;min-height:82px;grid-template-columns:minmax(0,1fr);align-items:start;gap:16px;padding:24px;border:1px solid transparent;border-radius:20px;color:var(--tour-muted);background:#ffffffc7;box-shadow:0 8px 24px #173a2d09;text-decoration:none;transition:border-color .32s ease,color .32s ease,background-color .32s ease,box-shadow .32s ease}.product-tour__link:hover,.product-tour__link:focus-visible{color:var(--tour-ink)}.product-tour__link.is-active{border-color:transparent;color:var(--tour-ink);background:#fff;box-shadow:0 16px 40px #173a2d12}.product-tour__link:focus-visible{outline:2px solid var(--tour-accent);outline-offset:3px}.product-tour__link-copy{display:block;min-width:0;padding-top:0}.product-tour__link-copy strong{display:block;font-size:21px;font-weight:700;letter-spacing:-.02em;line-height:1.25}.product-tour__link.is-active .product-tour__link-copy strong{font-size:26px;letter-spacing:-.035em;line-height:1.12}.product-tour__summary,.product-tour__details{display:grid;max-height:0;overflow:hidden;opacity:0;transform:translateY(6px);transition:max-height .44s cubic-bezier(.16,1,.3,1),margin-top .44s cubic-bezier(.16,1,.3,1),opacity .22s ease,transform .44s cubic-bezier(.16,1,.3,1)}.product-tour__summary{color:var(--tour-muted);font-size:20px;font-weight:400;line-height:1.55}.product-tour__details{gap:0;border-radius:12px;background:color-mix(in srgb,var(--tour-accent-soft) 60%,#fff)}.product-tour__link.is-active .product-tour__summary{max-height:var(--tour-summary-height, 160px);margin-top:16px;opacity:1;transform:translateY(0)}.product-tour__link.is-active .product-tour__details{max-height:var(--tour-details-height, 360px);margin-top:18px;opacity:1;transform:translateY(0)}.product-tour__value{display:grid;gap:7px;padding:16px 18px;color:var(--tour-muted);background:transparent;font-size:17px;line-height:1.42}.product-tour__value+.product-tour__value{padding-top:0}.product-tour__value b{color:var(--tour-accent-deep);font-size:15px;font-weight:600}.product-tour__link-copy strong{position:relative;padding-right:28px}.product-tour__link-copy strong:after{position:absolute;top:7px;right:3px;width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;content:"";transform:rotate(45deg);transition:transform .32s ease;opacity:.5}.product-tour__link.is-active .product-tour__link-copy strong:after{transform:rotate(225deg)}.product-tour__screens{min-width:0}.product-tour__screen{min-height:90svh;scroll-margin-top:120px}.product-tour__screen+.product-tour__screen{margin-top:108px}.product-tour__window{margin:0;overflow:hidden;border:1px solid var(--tour-line);border-radius:24px;background:var(--tour-surface);box-shadow:0 34px 76px #173a2d21;will-change:transform,opacity,filter}.product-tour__window-bar{position:relative;display:flex;height:54px;align-items:center;padding-inline:20px;border-bottom:1px solid var(--tour-line);background:var(--tour-surface)}.product-tour__window-dots{display:flex;gap:8px}.product-tour__window-dots i{width:12px;height:12px;border-radius:50%;background:#ff5f57}.product-tour__window-dots i:nth-child(2){background:#febc2e}.product-tour__window-dots i:nth-child(3){background:#28c840}.product-tour__window-label{position:absolute;top:50%;left:50%;min-height:36px;padding:7px 18px;border:1px solid rgba(255,255,255,.24);border-radius:10px;color:#fff;background:var(--tour-accent-deep);box-shadow:0 8px 18px #173a2d33;font-size:16px;font-weight:700;letter-spacing:-.01em;transform:translate(-50%,-50%)}.product-tour__capture{overflow:hidden;background:#fff;aspect-ratio:933 / 750}.product-tour__capture img{display:block;width:128.62%;max-width:none;height:auto;transform:translate(-22.25%)}@media(min-width:981px){:is(.product-page--uprawy,.product-page--magazyn,.product-page--rejestr-zabiegow,.product-page--srodki-ochrony,.product-page--biuro-i-finanse,.product-page--rynki-i-gielda) .product-tour__layout{width:min(1680px,calc(100% - 56px));grid-template-columns:clamp(310px,24vw,390px) minmax(0,1fr);gap:clamp(28px,3.5vw,58px)}:is(.product-page--uprawy,.product-page--magazyn,.product-page--rejestr-zabiegow,.product-page--srodki-ochrony,.product-page--biuro-i-finanse,.product-page--rynki-i-gielda) .product-tour__index{width:100%;margin-inline:0;padding-inline:0}:is(.product-page--uprawy,.product-page--magazyn,.product-page--rejestr-zabiegow,.product-page--srodki-ochrony,.product-page--biuro-i-finanse,.product-page--rynki-i-gielda) .product-tour__link{padding:20px}:is(.product-page--uprawy,.product-page--magazyn,.product-page--rejestr-zabiegow,.product-page--srodki-ochrony,.product-page--biuro-i-finanse,.product-page--rynki-i-gielda) .product-tour__summary{font-size:17px;line-height:1.45}:is(.product-page--uprawy,.product-page--magazyn,.product-page--rejestr-zabiegow,.product-page--srodki-ochrony,.product-page--biuro-i-finanse,.product-page--rynki-i-gielda) .product-tour__summary,:is(.product-page--uprawy,.product-page--magazyn,.product-page--rejestr-zabiegow,.product-page--srodki-ochrony,.product-page--biuro-i-finanse,.product-page--rynki-i-gielda) .product-tour__details{transition:none}:is(.product-page--uprawy,.product-page--magazyn,.product-page--rejestr-zabiegow,.product-page--srodki-ochrony,.product-page--biuro-i-finanse,.product-page--rynki-i-gielda) .product-tour__value{padding:13px 15px;font-size:15px;line-height:1.36}:is(.product-page--uprawy,.product-page--magazyn,.product-page--rejestr-zabiegow,.product-page--srodki-ochrony,.product-page--biuro-i-finanse,.product-page--rynki-i-gielda) .product-tour__value b{font-size:14px}:is(.product-page--uprawy,.product-page--magazyn,.product-page--rejestr-zabiegow,.product-page--srodki-ochrony,.product-page--biuro-i-finanse,.product-page--rynki-i-gielda) .product-tour__window{width:min(100%,calc((100svh - 210px)*1.6));margin-inline:auto}:is(.product-page--uprawy,.product-page--magazyn,.product-page--rejestr-zabiegow,.product-page--srodki-ochrony,.product-page--biuro-i-finanse,.product-page--rynki-i-gielda) .product-tour__capture{aspect-ratio:8 / 5}:is(.product-page--uprawy,.product-page--magazyn,.product-page--rejestr-zabiegow,.product-page--srodki-ochrony,.product-page--biuro-i-finanse,.product-page--rynki-i-gielda) .product-tour__capture img{width:100%;height:100%;object-fit:contain;transform:none}.product-page--magazyn .product-tour__link{padding:16px 18px}.product-page--magazyn .product-tour__link.is-active .product-tour__link-copy strong{font-size:23px}.product-page--magazyn .product-tour__summary{font-size:16px;line-height:1.42}.product-page--magazyn .product-tour__link.is-active .product-tour__summary,.product-page--magazyn .product-tour__link.is-active .product-tour__details{margin-top:12px}.product-page--magazyn .product-tour__value{padding:11px 13px;font-size:14px;line-height:1.32}.product-page--magazyn .product-tour__value b{font-size:13px}.product-page--rejestr-zabiegow .product-tour__link{padding:13px 16px}.product-page--rejestr-zabiegow .product-tour__link.is-active .product-tour__link-copy strong{font-size:22px}.product-page--rejestr-zabiegow .product-tour__summary{font-size:16px;line-height:1.4}.product-page--rejestr-zabiegow .product-tour__link.is-active :is(.product-tour__summary,.product-tour__details){margin-top:10px}.product-page--rejestr-zabiegow .product-tour__value{padding:10px 13px;font-size:13px;line-height:1.3}.product-page--rejestr-zabiegow .product-tour__value b{font-size:13px}.product-page--srodki-ochrony .product-tour__link{padding:13px 16px}.product-page--srodki-ochrony .product-tour__link.is-active .product-tour__link-copy strong{font-size:21px}.product-page--srodki-ochrony .product-tour__summary{font-size:15px;line-height:1.38}.product-page--srodki-ochrony .product-tour__link.is-active :is(.product-tour__summary,.product-tour__details){margin-top:9px}.product-page--srodki-ochrony .product-tour__value{gap:5px;padding:9px 12px;font-size:13px;line-height:1.3}.product-page--srodki-ochrony .product-tour__value b{font-size:12px}.product-page--biuro-i-finanse .product-tour__link{padding:12px 15px}.product-page--biuro-i-finanse .product-tour__link.is-active .product-tour__link-copy strong{font-size:20px}.product-page--biuro-i-finanse .product-tour__summary{font-size:14px;line-height:1.36}.product-page--biuro-i-finanse .product-tour__link.is-active :is(.product-tour__summary,.product-tour__details){margin-top:8px}.product-page--biuro-i-finanse .product-tour__value{gap:4px;padding:8px 11px;font-size:12px;line-height:1.28}.product-page--biuro-i-finanse .product-tour__value b{font-size:12px}}@media(min-width:981px)and (max-width:1100px){.product-page--magazyn .product-tour__index{top:88px;height:min(680px,calc(100svh - 104px))}.product-page--magazyn .product-tour__link{padding:13px 16px}.product-page--magazyn .product-tour__link.is-active :is(.product-tour__summary,.product-tour__details){margin-top:10px}}.product-tour__mobile-copy{display:none}@media(max-width:980px){.product-tour__intro{padding:116px 0 80px}.product-tour__intro h2{font-size:clamp(42px,10vw,64px)}.product-tour__layout{width:min(760px,calc(100% - 28px));grid-template-columns:minmax(0,1fr);padding-bottom:112px}.product-tour__index{display:none}.product-tour__screen{min-height:auto;scroll-margin-top:96px}.product-tour__screen+.product-tour__screen{margin-top:112px}.product-tour__mobile-copy{display:grid;grid-template-columns:38px minmax(0,1fr);gap:6px 14px;margin-bottom:26px}.product-tour__mobile-copy>span{grid-row:1 / span 2;color:var(--tour-accent);font-size:16px;font-weight:700;font-variant-numeric:tabular-nums;line-height:1.3}.product-tour__mobile-copy h3{margin:0;color:var(--tour-ink);font-size:clamp(26px,5.5vw,34px);font-weight:700;letter-spacing:-.035em;line-height:1.08}.product-tour__mobile-copy p{max-width:580px;margin:7px 0 0;color:var(--tour-muted);font-size:16px;line-height:1.55}}@media(min-width:981px)and (max-width:1383px){.product-tour__layout{width:calc(100% - 48px);grid-template-columns:minmax(340px,390px) minmax(0,1fr);gap:clamp(48px,5vw,72px)}.product-page--rejestr-zabiegow .product-tour__layout{grid-template-columns:360px minmax(0,1fr);gap:28px}}@media(max-width:520px){.product-tour__intro{width:calc(100% - 28px);padding:96px 0 68px;text-align:center}.product-tour__eyebrow{margin-bottom:22px}.product-tour__intro h2{font-size:clamp(40px,12.5vw,54px)}.product-tour__screen+.product-tour__screen{margin-top:88px}.product-tour__window{border-radius:17px;box-shadow:0 24px 52px #173a2d1f}.product-tour__window-bar{height:46px;padding-inline:14px}.product-tour__window-dots{gap:5px}.product-tour__window-dots i{width:9px;height:9px}.product-tour__window-label{min-height:30px;padding:4px 10px;border-radius:8px;font-size:16px}}.uprawy-daily{position:relative;padding:0 24px 96px;overflow:visible;color:#17231d;background:#edf0ed;font-family:var(--font-body)}.uprawy-daily__shell{position:relative;width:100%;padding:clamp(68px,8vw,132px) 0 28px;overflow:hidden;border:1px solid #dfe6df;border-radius:38px 38px 14px;background:#fff;box-shadow:0 26px 70px #173a2d14}.uprawy-daily__head{display:grid;width:calc(100% - 112px);grid-template-columns:minmax(0,1fr) minmax(280px,.34fr);column-gap:48px;margin:0 auto clamp(74px,9vw,132px)}.uprawy-daily__eyebrow{grid-column:1 / -1;margin:0 0 24px;color:var(--product-app-accent);font-size:16px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.uprawy-daily__head h2{font-family:var(--font-display);max-width:1180px;margin:0;color:#17231d;font-size:clamp(58px,6.25vw,101px);font-weight:500;letter-spacing:normal;line-height:.9}.uprawy-daily__head h2>span{display:block}.uprawy-daily__head h2 em{color:var(--product-app-accent);font-family:var(--font-display);font-weight:400;letter-spacing:normal}.uprawy-daily__head>p:last-child{align-self:end;max-width:420px;margin:0 0 4px;color:#52675c;font-size:16px;line-height:1.58}.uprawy-daily__marquee-label{display:flex;width:calc(100% - 112px);align-items:baseline;justify-content:space-between;gap:20px;padding:22px 0 18px;margin:0 auto}.uprawy-daily__marquee-label strong,.uprawy-daily__marquee-label span{color:#173a2d;font-size:16px;font-weight:650}.uprawy-daily__marquee-label span{color:#52675c}.uprawy-daily__lanes{display:grid;gap:14px;padding:24px 0 52px;margin:-24px 0 -28px;overflow:clip;-webkit-mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent);mask-image:linear-gradient(90deg,transparent,#000 4%,#000 96%,transparent)}.uprawy-daily__lane{display:grid;grid-template-columns:minmax(0,1fr);overflow:visible}.uprawy-daily__track{display:flex;width:max-content;will-change:transform}.uprawy-daily__group{display:flex;flex:none;gap:12px;padding-right:12px}.uprawy-daily__chip{--uprawy-chip-accent: var(--product-app-accent);display:flex;width:max-content;min-width:154px;min-height:82px;flex:0 0 auto;align-items:center;gap:13px;padding:11px 20px 11px 12px;border:1px solid transparent;border-radius:22px;color:#173a2d;background:color-mix(in srgb,var(--uprawy-chip-accent) 4.5%,#f7f8f7);box-shadow:0 9px 24px color-mix(in srgb,var(--uprawy-chip-accent) 8%,transparent)}.uprawy-daily__chip i{display:grid;width:54px;height:54px;flex:0 0 54px;place-items:center;border-radius:16px;color:color-mix(in srgb,var(--uprawy-chip-accent) 76%,#173a2d);background:color-mix(in srgb,var(--uprawy-chip-accent) 9%,#f8faf8);box-shadow:none}.uprawy-daily__chip svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.uprawy-daily__chip strong{font-size:16px;font-weight:700;line-height:1.15}.uprawy-actions-carousel{--uprawy-current-accent: var(--product-app-accent);--uprawy-current-secondary: var(--product-app-accent);width:calc(100% - 48px);margin:28px auto 0}.uprawy-actions-carousel__viewport{overflow:hidden;border:1px solid color-mix(in srgb,var(--uprawy-current-accent) 24%,#dfe5e1);border-radius:30px 30px 10px;background:color-mix(in srgb,var(--uprawy-current-accent) 5%,#f7f8f7);transition:border-color .5s ease,background .5s ease}.uprawy-actions-carousel__track{display:flex;will-change:transform}.uprawy-action-slide{--uprawy-action-accent: var(--product-app-accent);--uprawy-action-secondary: var(--product-app-accent);display:grid;width:100%;min-height:660px;flex:0 0 100%;grid-template-columns:minmax(390px,.45fr) minmax(0,.55fr);gap:34px;padding:32px;background:color-mix(in srgb,var(--uprawy-action-accent) 5%,#f7f8f7)}.uprawy-action-slide__copy{display:flex;min-width:0;flex-direction:column;padding:16px clamp(18px,2.6vw,46px) 18px}.uprawy-action-slide__copy>*{will-change:transform,opacity}.uprawy-action-slide__number{margin-bottom:clamp(36px,5vh,64px);color:#52675c;font-size:16px;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.08em}.uprawy-action-slide__label{display:flex;width:fit-content;align-items:center;gap:12px;margin:0 0 22px;padding:8px 14px 8px 8px;border:1px solid color-mix(in srgb,var(--uprawy-action-accent) 26%,transparent);border-radius:18px;color:#173a2d;background:#ffffffc2}.uprawy-action-slide__label>span:first-child{display:grid;width:46px;height:46px;flex:0 0 46px;place-items:center;border-radius:14px;color:#fff;background:linear-gradient(135deg,var(--uprawy-action-accent) 0 72%,var(--uprawy-action-secondary) 72% 100%)}.uprawy-action-slide__label svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.uprawy-action-slide__label>span:last-child{display:grid;gap:2px}.uprawy-action-slide__label small{color:#52675c;font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.uprawy-action-slide__label strong{font-size:18px;line-height:1.1}.uprawy-action-slide h3{max-width:660px;margin:0;color:#17231d;font-family:var(--font-display);font-size:clamp(48px,3.8vw,68px);font-weight:400;letter-spacing:normal;line-height:.96}.uprawy-action-slide__copy>p:not(.uprawy-action-slide__meta){max-width:580px;margin:24px 0 0;color:#52675c;font-size:17px;line-height:1.58}.uprawy-action-slide__meta{padding-top:20px;margin:auto 0 0;border-top:1px solid color-mix(in srgb,var(--uprawy-action-accent) 24%,#d8dfda);color:#173a2d;font-size:16px;font-weight:700}.uprawy-action-slide__meta span{display:block;margin-bottom:5px;color:#52675c;font-size:13px;letter-spacing:.08em;text-transform:uppercase}.uprawy-action-slide__visual{min-width:0;min-height:0;margin:0;overflow:hidden;border-radius:26px 26px 8px;background:#606c38;will-change:transform,opacity,clip-path}.uprawy-action-slide__visual img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.16,1,.3,1)}.uprawy-action-slide.is-active .uprawy-action-slide__visual img{transform:scale(1.018)}.uprawy-actions-carousel__controls{display:grid;min-height:92px;grid-template-columns:1fr auto 1fr;align-items:center;gap:24px}.uprawy-actions-carousel__controls>div:first-child{display:flex;gap:10px}.uprawy-actions-carousel__controls button{display:grid;width:54px;height:54px;place-items:center;border:1px solid var(--product-app-accent);border-radius:18px;color:#fff;background:var(--product-app-accent);cursor:pointer;transition:color .28s ease,background .28s ease,transform .32s cubic-bezier(.16,1,.3,1)}.uprawy-actions-carousel__controls button:hover,.uprawy-actions-carousel__controls button:focus-visible{border-color:#fff;color:#fff;background:color-mix(in srgb,var(--product-app-accent) 88%,#000);transform:translateY(-3px)}.uprawy-actions-carousel__controls button:focus-visible,.uprawy-actions-carousel__dots button:focus-visible{outline:3px solid color-mix(in srgb,var(--uprawy-current-accent) 30%,transparent);outline-offset:3px}.uprawy-actions-carousel__controls svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.uprawy-actions-carousel__dots{display:flex;align-items:center;gap:7px}.uprawy-actions-carousel__dots button{width:8px;height:8px;padding:0;border:0;border-radius:99px;background:#cad3cc;cursor:pointer;transition:width .3s cubic-bezier(.16,1,.3,1),background .3s ease}.uprawy-actions-carousel__dots button[aria-current=true]{width:34px;background:var(--uprawy-current-accent)}.uprawy-actions-carousel__controls>p{justify-self:end;margin:0;color:#52675c;font-size:16px;font-weight:700;font-variant-numeric:tabular-nums}@media(max-width:980px){.uprawy-daily{padding:0 12px 76px}.uprawy-daily__shell{padding-top:68px;border-radius:28px 28px 10px}.uprawy-daily__head{width:calc(100% - 40px);grid-template-columns:minmax(0,1fr);gap:28px;margin-bottom:72px}.uprawy-daily__head h2{font-size:clamp(48px,11vw,72px)}.uprawy-daily__marquee-label{width:calc(100% - 40px);align-items:flex-start;flex-direction:column;gap:5px}.uprawy-daily__chip{min-width:146px;min-height:76px}.uprawy-daily__chip i{width:50px;height:50px;flex-basis:50px}.uprawy-actions-carousel{width:calc(100% - 24px)}.uprawy-actions-carousel__viewport{border-radius:24px 24px 8px}.uprawy-action-slide{min-height:auto;grid-template-columns:minmax(0,1fr);gap:24px;padding:18px}.uprawy-action-slide__copy{min-height:620px;padding:12px 10px 8px}.uprawy-action-slide__visual{min-height:430px;order:-1;border-radius:20px 20px 7px}.uprawy-actions-carousel__controls{grid-template-columns:1fr auto}.uprawy-actions-carousel__dots{justify-self:end}.uprawy-actions-carousel__controls>p{display:none}}@media(max-width:520px){.uprawy-daily__head h2{font-size:clamp(46px,12vw,58px)}.uprawy-daily__head h2>span{display:inline}.uprawy-daily__head>p:last-child{font-size:16px}.uprawy-daily__lanes{-webkit-mask-image:none;mask-image:none}.uprawy-daily__chip{min-width:142px;min-height:70px}.uprawy-daily__chip strong{font-size:16px}.uprawy-action-slide{gap:16px;padding:12px}.uprawy-action-slide__visual{min-height:280px}.uprawy-action-slide__copy{min-height:640px}.uprawy-action-slide h3{font-size:clamp(44px,11vw,56px)}.uprawy-action-slide__copy>p:not(.uprawy-action-slide__meta){font-size:16px}.uprawy-actions-carousel__controls button{width:48px;height:48px;border-radius:16px}}@keyframes product-background-reveal{0%{filter:blur(14px) brightness(.61) saturate(1.04)}to{filter:blur(var(--product-bg-blur)) brightness(var(--product-bg-brightness)) saturate(var(--product-bg-saturation))}}@keyframes product-blur-reveal{0%{filter:blur(12px);transform:translateY(18px)}to{filter:blur(0);transform:translateY(0)}}@keyframes product-dashboard-reveal{0%{filter:blur(16px);transform:translateY(120px) scale(.965)}to{filter:blur(0);transform:translateY(0) scale(1)}}@keyframes product-icon-draw{0%{stroke-dashoffset:34}to{stroke-dashoffset:0}}@keyframes product-data-breathe{0%{opacity:.12}to{opacity:.17}}@keyframes product-status-pulse{0%,to{box-shadow:0 0 0 3px #64ad3624}50%{box-shadow:0 0 0 6px #64ad360a}}@media(max-width:980px){.product-hero-sequence{min-height:1210px}.product-hero{min-height:820px}.product-hero__background{--product-bg-blur: 2px;--product-bg-brightness: .61;--product-bg-saturation: 1.05;object-position:57% 50%}.product-page .brand,.product-page .site-header.is-over-product-dark .brand{color:#173a2d;text-shadow:none}.product-hero__data-field{display:none}.product-hero__content{width:calc(100% - 28px);padding-top:142px}.product-hero h1{font-size:clamp(45px,12.8vw,66px);line-height:.98}.product-hero__lead{max-width:480px;margin-top:19px;font-size:15px}.product-hero__actions{display:grid;grid-template-columns:1fr;width:min(350px,100%);gap:9px;margin:22px auto 0}.product-hero__cta{width:100%;min-height:56px;justify-content:space-between}.product-dashboard{top:680px;width:calc(100vw - 20px)}.product-dashboard__embed{border-width:5px;border-radius:18px}}@media(max-width:520px){.product-hero-sequence{min-height:1070px}.product-hero{min-height:730px}.product-hero__content{padding-top:126px}.product-hero__app{margin-bottom:18px}.product-hero h1{font-size:clamp(42px,12vw,58px)}.product-dashboard{top:650px}.product-dashboard__embed{height:420px;aspect-ratio:auto}.product-dashboard__embed img{object-fit:cover;object-position:left top}}@media(prefers-reduced-motion:reduce){.product-hero__background,.product-hero__data-field{animation:none}.product-hero__app,.product-hero__app-icon path,.product-hero h1 span,.product-hero__lead,.product-hero__actions,.product-dashboard__surface{animation:none}.product-hero__background,.product-hero__app-icon,.product-hero__cta,.product-hero__cta svg,.product-dashboard__embed,.product-dashboard__embed img{transition:none}.product-tour__link,.product-tour__number,.product-tour__summary,.product-tour__details,.product-tour__value{transition:none}}@media(max-width:980px){.uprawy-daily{padding:0 12px 40px}.uprawy-daily__shell{padding:32px 0 12px;border-radius:24px}.uprawy-daily__head{width:calc(100% - 40px);grid-template-columns:minmax(0,1fr);gap:20px;margin-bottom:28px}.uprawy-daily__eyebrow{margin:0;font-size:12px;letter-spacing:.08em}.uprawy-daily__head h2{font-size:clamp(32px,8.5vw,44px);line-height:1.12;letter-spacing:-.03em}.uprawy-daily__head h2>span{display:inline}.uprawy-daily__head>p:last-child{max-width:none;margin:0;font-size:17px;line-height:1.55}.uprawy-daily__marquee-label{width:calc(100% - 40px);flex-direction:column;gap:6px;padding:0 0 18px}.uprawy-daily__marquee-label span{font-size:14px;font-weight:400}.uprawy-actions-carousel{display:flex;flex-direction:column;width:calc(100% - 24px);margin-top:16px}.uprawy-actions-carousel__controls{order:-1;min-height:48px;margin-bottom:16px;gap:10px;grid-template-columns:1fr auto}.uprawy-actions-carousel__controls>p{display:block;font-size:14px}.uprawy-actions-carousel__dots{display:none}.uprawy-actions-carousel__viewport{border-radius:18px}.uprawy-action-slide{min-height:0;padding:0;gap:0;grid-template-columns:minmax(0,1fr);align-content:start}.uprawy-action-slide:not(.is-active){height:0;min-height:0;overflow:hidden;visibility:hidden}.uprawy-action-slide__visual{min-height:0;height:210px;margin:0;order:-1;border-radius:0}.uprawy-action-slide__copy{min-height:0;padding:24px 20px}.uprawy-action-slide__number{margin-bottom:16px;font-size:13px}.uprawy-action-slide__label{margin-bottom:20px}.uprawy-action-slide h3{font-size:clamp(27px,7vw,36px);line-height:1.15;letter-spacing:-.025em}.uprawy-action-slide__copy>p:not(.uprawy-action-slide__meta){margin-top:18px;font-size:16px;line-height:1.55}.uprawy-action-slide__meta{margin-top:22px;padding-top:16px;font-size:14px;line-height:1.5}}.product-tour__description{display:block;margin-top:14px}.product-faq{padding:100px 0 72px;background:#f5f5f5;color:#173a2d}.product-faq__shell{width:min(calc(100% - 96px),1440px);margin-inline:auto}.product-faq header{margin-bottom:42px}.product-faq__eyebrow{margin:0 0 22px;color:var(--product-app-deep);font-size:16px;font-weight:600}.product-faq h2{margin:0;font:600 clamp(44px,4.5vw,72px)/1.02 var(--font-display);letter-spacing:-.045em}.product-faq .product-faq__accordion{display:grid;gap:12px;margin:0;border:0;background:transparent}.product-faq details{margin:0;overflow:hidden;border:0;border-radius:22px;background:#fff;box-shadow:0 12px 34px #17362d0e;transition:background .35s,box-shadow .35s}.product-faq details[open]{color:#fff;background:var(--product-app-deep);box-shadow:0 18px 42px #17362d16}.product-faq .product-faq__accordion summary{display:grid;grid-template-columns:40px minmax(0,1fr) 40px;gap:22px;align-items:center;min-height:98px;padding:22px 28px;font-size:clamp(20px,1.7vw,26px);font-weight:600;line-height:1.3;cursor:pointer;list-style:none}.product-faq .product-faq__accordion summary::-webkit-details-marker{display:none}.product-faq .product-faq__accordion summary:focus-visible{outline:2px solid var(--product-app-accent);outline-offset:-5px;border-radius:22px}.product-faq details[open] summary:focus-visible{outline-color:#fff}.product-faq__index,.product-faq__toggle{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;background:var(--product-app-soft);color:var(--product-app-deep);font-size:14px}.product-faq__toggle{position:relative;border-radius:50%}.product-faq__toggle:before,.product-faq__toggle:after{content:"";position:absolute;width:14px;height:2px;background:currentColor;transition:transform .35s}.product-faq__toggle:after{transform:rotate(90deg)}.product-faq details[open]:not(.is-closing) .product-faq__toggle:after{transform:rotate(0)}.product-faq .accordion-content{overflow:hidden}.product-faq .accordion-content p{margin:0;max-width:1100px;padding:0 90px 30px;color:inherit;font-size:clamp(18px,1.4vw,21px);line-height:1.65}.product-contact{padding-top:84px;--contact-dark: var(--product-app-deep);--contact-mid: var(--product-app-from);--contact-soft: var(--product-app-soft)}.product-contact .contact-section__eyebrow:before{background:var(--contact-mid)}.product-contact .contact-form__submit{background:var(--product-app-highlight);color:var(--product-app-highlight-foreground, #fff)}.product-contact .contact-form__submit:hover{background:var(--product-app-highlight-hover)}.product-contact .contact-topics input:checked+span{background:var(--contact-dark);border-color:var(--contact-dark)}.product-contact .contact-topics label:hover span{background:var(--contact-soft);border-color:var(--contact-dark)}.product-contact .contact-topics input:checked+span{color:#fff;background:var(--contact-dark)}.product-contact .contact-field input:focus,.product-contact .contact-topics input:focus-visible+span,.product-contact .contact-form__submit:focus-visible{outline-color:var(--contact-dark);border-color:var(--contact-dark)}.product-contact .contact-mosaic{width:clamp(230px,23vw,370px);gap:12px;aspect-ratio:2/3;top:330px}.product-contact .contact-mosaic--right{top:430px}.product-contact .contact-mosaic i{display:grid;place-items:center;border-radius:22px;color:var(--contact-dark);background:var(--contact-soft)}.product-contact .contact-mosaic i:nth-child(3n+2){background:var(--contact-dark);color:var(--contact-mid)}.product-contact .contact-mosaic i:nth-child(3n){background:var(--contact-mid);color:var(--contact-dark)}.product-contact .contact-mosaic svg{width:83%;height:83%;overflow:visible}.product-contact .motif-line{fill:none;stroke:var(--contact-soft);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.product-contact[data-contact-app=uprawy] .contact-mosaic i:nth-child(2n){border-radius:65% 12px}.product-contact[data-contact-app=magazyn] .contact-mosaic i:nth-child(3n+1){border-radius:50% 50% 16px 16px}.product-contact[data-contact-app=rejestr-zabiegow] .contact-mosaic i{border-radius:12px 32px 12px 12px}.product-contact[data-contact-app=srodki-ochrony] .contact-mosaic i:nth-child(2n){border-radius:50% 50% 50% 12px}.product-contact[data-contact-app=biuro-i-finanse] .contact-mosaic i:nth-child(odd){border-radius:12px 42px 12px 12px}.product-contact[data-contact-app=rynki-i-gielda] .contact-mosaic i:nth-child(2n){border-radius:50%}.product-contact[data-contact-app=gospodarstwo] .contact-mosaic i:nth-child(3n+1){border-radius:48% 48% 12px 12px}@media(max-width:700px){.product-faq{padding:64px 0 32px}.product-faq__shell{width:calc(100% - 32px)}.product-faq h2{font-size:clamp(34px,9vw,48px)}.product-faq header{margin-bottom:30px}.product-faq .product-faq__accordion summary{min-height:90px;grid-template-columns:minmax(0,1fr) 32px;gap:14px;padding:22px 20px;font-size:20px}.product-faq__index{display:none}.product-faq__toggle{width:32px;height:32px}.product-faq .accordion-content p{padding:0 20px 24px;font-size:18px}.product-contact{padding-top:64px}}@media(prefers-reduced-motion:reduce){.product-faq details,.product-faq__toggle:after{transition:none}}.product-faq .product-faq__accordion details[open]:not(.is-closing)>summary>span:nth-child(2){color:#fff}.product-mobile-copy,.product-mobile-preview{display:none}.product-preview{width:min(1400px,calc(100vw - 24px));height:min(900px,calc(100dvh - 24px));max-height:calc(100dvh - 24px);padding:0;border:0;border-radius:24px;background:#f5f6f3;color:var(--product-app-deep);box-shadow:0 24px 100px #0005}.product-preview[open]{display:flex;flex-direction:column}.product-preview:not([open]){display:none}.product-preview::backdrop{background:#10251fe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.product-preview__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px 20px}.product-preview__header strong{font-size:17px}.product-preview button{border:0;border-radius:12px;background:var(--product-app-soft);color:inherit;padding:12px;font:inherit;cursor:pointer}.product-preview__tools{display:flex;gap:8px}.product-preview__scroll{flex:1;min-height:0;overflow:auto;overscroll-behavior:contain;padding:0 16px 16px;touch-action:pan-x pan-y pinch-zoom}.product-preview img{display:block;width:100%;max-width:none;height:auto;border-radius:10px}.product-preview.is-zoomed img{width:1400px}.product-preview__difference{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0 16px 10px}.product-preview__difference p{display:grid;align-content:start;gap:4px;margin:0;padding:12px;border:1px solid #dce4d9;border-radius:12px;background:#fff;font-size:13px;line-height:1.4}.product-preview__difference b{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--product-app-deep)}.product-preview__difference span{color:#53665c}.product-preview__hint{margin:0;padding:0 20px 10px;font-size:13px;color:#53665c}@media(max-width:980px){.product-mobile-copy,.product-mobile-preview{display:block}.product-hero__content>h1,.product-hero__lead{display:none}.product-mobile-copy .product-mobile-title{font-family:var(--font-display);font-size:clamp(36px,9.4vw,56px);font-weight:500;line-height:1.05;letter-spacing:-.04em;color:#fff;margin:24px 0 20px;text-wrap:balance}.product-mobile-copy>p:last-child{font-size:17px;line-height:1.55;color:#e3e8df;max-width:36ch;margin:0 auto 28px;text-wrap:pretty}.product-hero-sequence{min-height:0;padding-bottom:64px}.product-hero{min-height:0}.product-hero__content{padding-top:132px;padding-bottom:0;width:calc(100% - 40px)}.product-dashboard{position:relative;inset:auto;width:calc(100% - 40px);margin:56px auto 0;transform:none;transform-style:flat;will-change:auto;animation:none}.product-dashboard__surface,.product-tour__window{display:none}.product-phone{position:relative;width:min(264px,72vw);aspect-ratio:9/19.5;margin:0 auto;border:5px solid #17191a;border-radius:40px;background:linear-gradient(155deg,#fff,#fafafa 48%,#f0f1f2);box-shadow:0 0 0 1px #777c80,0 0 0 2px #c4c7c9,0 0 0 3px #50565a,0 2px 2px 3px #fff5,0 28px 44px -26px #111a2280,0 8px 16px -10px #111a2240,inset 0 0 0 1px #00000018;isolation:isolate}.product-phone:before{content:"";position:absolute;left:-9px;top:92px;width:3px;height:29px;border-radius:2px 0 0 2px;background:linear-gradient(90deg,#60676c,#b2b6b9);box-shadow:0 40px #73797e}.product-phone__camera{position:absolute;top:10px;left:50%;transform:translate(-50%);width:25%;height:17px;border-radius:20px;background:#101112;box-shadow:inset 0 1px 1px #ffffff12}.product-phone__camera:after{content:"";position:absolute;right:7px;top:5px;width:7px;height:7px;border-radius:50%;background:radial-gradient(circle at 40% 35%,#304350,#121a24 45%,#080a0c 70%);box-shadow:0 0 0 1px #24272b}.product-phone:after{content:"";position:absolute;bottom:8px;left:35%;width:30%;height:3px;background:#25272a;border-radius:3px;opacity:.75}.product-desktop-trigger{display:flex;align-items:center;justify-content:center;gap:16px;margin:14px auto 0;padding:14px 18px;min-height:48px;border:1px solid var(--product-app-deep);border-radius:14px;background:var(--product-app-deep);color:#fff;font:500 15px/1.3 var(--font-body);cursor:pointer}.product-dashboard .product-desktop-trigger{background:var(--product-app-highlight);border-color:var(--product-app-highlight);color:var(--product-app-highlight-foreground,#fff)}.product-desktop-trigger:hover{background:var(--product-app-accent)}.product-dashboard .product-desktop-trigger:hover{background:var(--product-app-highlight-hover)}.product-desktop-trigger:focus-visible{outline:3px solid var(--product-app-from);outline-offset:4px}.product-tour__screen{height:auto;min-height:0}.product-tour__mobile-copy p{font-size:16px;line-height:1.6;text-wrap:pretty}.product-tour__screen .product-mobile-preview{padding:12px 0 24px}.product-preview__header{padding:14px;align-items:flex-start}.product-preview__tools{flex-shrink:0}.product-preview{width:100vw;height:100dvh;max-width:none;max-height:none;margin:0;border-radius:0}.product-preview__header{padding-top:max(14px,env(safe-area-inset-top))}.product-preview__difference{gap:8px;padding:0 12px 8px}.product-preview__difference p{padding:10px;font-size:12px}.product-preview__scroll{padding:0 12px max(12px,env(safe-area-inset-bottom))}.product-preview img{width:900px;max-width:none}.product-preview.is-zoomed img{width:1500px}}@media(max-width:980px){.product-phone--demo{background:#f4f1e8;aspect-ratio:auto}.product-phone--demo:after{display:none}.product-phone--demo .product-phone__camera{z-index:2}.product-phone__screen{position:relative;aspect-ratio:390/796;overflow:hidden;border-radius:34px;background:#f4f1e8}.product-phone__screen picture,.product-phone__screen img,.product-phone__screen video{display:block;width:100%;height:100%;object-fit:contain}.product-phone__screen video{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.is-playing .product-phone__screen video{opacity:1}.product-phone__caption{width:min(350px,100%);margin:24px auto 0}.product-dashboard [data-phone-demo] .product-desktop-trigger{display:flex;align-items:center;justify-content:center;gap:16px;width:100%;min-height:54px;padding:14px 18px;border:1px solid #ffffff80;border-radius:14px;color:#fff;background:color-mix(in srgb,var(--product-app-deep) 35%,transparent);-webkit-backdrop-filter:blur(24px) saturate(125%);backdrop-filter:blur(24px) saturate(125%);font:500 15px/1.3 var(--font-body);cursor:pointer}.product-dashboard [data-phone-demo] .product-desktop-trigger{width:min(350px,100%);margin:10px auto 0;background:var(--product-app-highlight);border-color:var(--product-app-highlight);backdrop-filter:none;-webkit-backdrop-filter:none}.product-phone__caption button{justify-content:center;cursor:pointer;font-family:var(--font-body)}.product-dashboard .product-phone__disclaimer{width:min(350px,100%);margin:12px auto 0;color:#f1ecfa;font:400 13px/1.45 var(--font-body);text-align:center}.product-dashboard [data-phone-demo] .product-desktop-trigger:hover{background:var(--product-app-highlight-hover)}.product-tour__screen [data-phone-demo] .product-desktop-trigger{width:min(350px,100%);margin:10px auto 0;background:var(--product-app-highlight);border-color:var(--product-app-highlight);color:var(--product-app-highlight-foreground,#fff)}.product-phone__caption button:focus-visible{outline:2px solid #fff;outline-offset:3px}}
