.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-size:.875rem;font-weight:600;border-radius:.5rem;border:none;padding:.625rem 1.25rem;cursor:pointer;transition:all .2s;white-space:nowrap;font-family:inherit}.btn-primary{background:oklch(var(--primary-500));color:#fff}.btn-primary:hover{background:oklch(var(--primary-600))}.btn-secondary{background:oklch(var(--secondary-500));color:#fff}.btn-secondary:hover{background:oklch(var(--secondary-600))}.btn-outline{background:0 0;border:1px solid oklch(var(--background-300));color:oklch(var(--foreground-700))}.btn-outline:hover{background:oklch(var(--background-100))}.btn-lg{padding:1rem 2rem}.btn-block{width:100%}.btn-white{background:#fff;color:oklch(var(--primary-900));padding:1rem 2rem;font-size:.875rem;font-weight:600;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .2s;white-space:nowrap;font-family:inherit}.btn-white:hover{background:rgba(255,255,255,.9)}.btn-outline-light{border:1px solid rgba(255,255,255,.2);color:#fff;background:0 0;padding:1rem 2rem;font-size:.875rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:background-color .2s;white-space:nowrap;font-family:inherit}.btn-outline-light:hover{background:rgba(255,255,255,.1)}.header{position:fixed;top:0;left:0;right:0;z-index:50;height:var(--header-height);display:flex;align-items:center;transition:background-color .3s,border-color .3s}.header--transparent{background-color:transparent}.header--solid{background-color:rgba(255,255,255,.95);backdrop-filter:blur(8px);border-bottom:1px solid oklch(var(--background-200)/0.6)}.header__inner{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}@media (min-width:768px){.header__inner{padding:0 2.5rem}}.logo{display:flex;align-items:center;gap:.5rem;font-family:var(--font-heading);font-size:1.125rem;font-weight:500;letter-spacing:-.025em;color:inherit}.logo__accent{color:oklch(var(--primary-500))}.logo__hub{font-size:.75rem;font-weight:500;margin-left:.25rem;display:none}@media (min-width:768px){.logo__hub{display:inline}}.header--transparent .logo__text{color:#fff}.header--solid .logo__text{color:oklch(var(--foreground-950))}.header--transparent .logo__hub{color:rgba(255,255,255,.6)}.header--solid .logo__hub{color:oklch(var(--foreground-400))}.header__nav{display:none}@media (min-width:768px){.header__nav{display:flex;align-items:center;gap:2rem}}.nav-link{font-size:.875rem;font-weight:500;transition:color .2s;white-space:nowrap;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;text-decoration:none}.header--transparent .nav-link{color:rgba(255,255,255,.7)}.header--transparent .nav-link:hover{color:#fff}.header--solid .nav-link{color:oklch(var(--foreground-600))}.header--solid .nav-link:hover{color:oklch(var(--foreground-900))}.header__menu-toggle{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background:0 0;border:none;cursor:pointer;font-size:1.25rem}.header--transparent .header__menu-toggle{color:#fff}.header--solid .header__menu-toggle{color:oklch(var(--foreground-700))}@media (min-width:768px){.header__menu-toggle{display:none}}.header__mobile-nav{position:absolute;top:var(--header-height);left:0;right:0;background:#fff;border-bottom:1px solid oklch(var(--background-200)/0.6);padding:1rem 1.5rem;display:flex;flex-direction:column;gap:.75rem}.header__mobile-nav.collapsed{display:none}@media (min-width:768px){.header__mobile-nav{display:none !important}}.mobile-nav-link{font-size:.875rem;font-weight:500;color:oklch(var(--foreground-600));padding:.25rem 0;background:0 0;border:none;text-align:left;cursor:pointer;font-family:inherit;text-decoration:none}.mobile-nav-link:hover{color:oklch(var(--foreground-900))}.hero{position:relative;min-height:900px;display:flex;align-items:center;overflow:hidden;background-color:oklch(var(--primary-900))}@media (min-width:768px){.hero{min-height:1000px}}.hero__overlay{position:absolute;inset:0}.hero__overlay:before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at top right,rgba(255,255,255,.03) 0%,transparent 50%)}.hero__overlay:after{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at bottom left,rgba(0,0,0,.2) 0%,transparent 50%)}.hero__content{position:relative;z-index:10;width:100%;max-width:var(--container-max);margin:0 auto;padding:6rem 1.5rem}@media (min-width:768px){.hero__content{padding:8rem 2.5rem}}.hero__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width:1024px){.hero__grid{grid-template-columns:1fr 1fr;gap:4rem}}.hero__label{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.25em;color:rgba(255,255,255,.5);margin-bottom:1.5rem}.hero__title{font-family:var(--font-heading);font-size:clamp(2.25rem,5vw,4rem);font-weight:500;color:#fff;line-height:1.15;margin-bottom:1.5rem}.hero__desc{font-size:1rem;line-height:1.7;color:rgba(255,255,255,.6);max-width:32rem;margin-bottom:2.5rem}@media (min-width:768px){.hero__desc{font-size:1.125rem}}.hero__stats{display:flex;flex-wrap:wrap;gap:1.25rem;margin-bottom:2.5rem}.hero__stat{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:rgba(255,255,255,.5)}.hero__stat i{color:rgba(255,255,255,.4)}.hero__actions{display:flex;flex-direction:column;gap:1rem}@media (min-width:640px){.hero__actions{flex-direction:row}}.hero__wizard-wrap{width:100%;max-width:32rem;margin-left:auto}.wizard{background:#fff;border-radius:1rem;padding:1.75rem;max-width:28rem;border:1px solid oklch(var(--background-200)/0.4);box-shadow:0 6px 16px rgba(0,0,0,.08),0 20px 56px -12px rgba(0,0,0,.1)}@media (min-width:768px){.wizard{padding:2rem}}.wizard__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.wizard__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:oklch(var(--foreground-400))}.wizard__counter{font-size:.75rem;color:oklch(var(--foreground-400))}.wizard__progress{width:100%;height:4px;background:oklch(var(--background-200));border-radius:9999px;margin-bottom:1.75rem;overflow:hidden}.wizard__progress-bar{height:100%;background:oklch(var(--primary-500));border-radius:9999px;transition:width .5s ease-out;width:0}.wizard__question{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:oklch(var(--foreground-950));margin-bottom:1.25rem;line-height:1.4}.wizard__options{display:flex;flex-direction:column;gap:.5rem}.wizard__option{width:100%;text-align:left;padding:.875rem 1rem;border-radius:.5rem;border:1px solid oklch(var(--background-200)/0.7);background:#fff;font-size:.875rem;color:oklch(var(--foreground-700));cursor:pointer;transition:all .2s;font-family:inherit}.wizard__option:hover{border-color:oklch(var(--primary-300));background:oklch(var(--primary-50))}.wizard__result{text-align:center;padding:.5rem 0;display:none}.wizard__result.visible{display:block}.wizard__questions.hidden{display:none}.wizard__result-icon{width:3.5rem;height:3.5rem;border-radius:50%;background:oklch(var(--accent-50));display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:1.5rem;color:oklch(var(--accent-600))}.wizard__result-label{font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.2em;color:oklch(var(--primary-500));margin-bottom:.5rem}.wizard__result-name{font-family:var(--font-heading);font-size:1.5rem;font-weight:500;color:oklch(var(--foreground-950));margin-bottom:.75rem}.wizard__result-desc{font-size:.875rem;color:oklch(var(--foreground-600));line-height:1.7;margin-bottom:1.5rem}.wizard__result-actions{display:flex;flex-direction:column;gap:.75rem}@media (min-width:640px){.wizard__result-actions{flex-direction:row}}.wizard__reset{display:inline-flex;align-items:center;justify-content:center;gap:.375rem;margin:1rem auto 0;background:0 0;border:none;padding:.25rem .5rem;font-size:.875rem;font-weight:500;color:oklch(var(--foreground-500));cursor:pointer;font-family:inherit;transition:color .2s}.wizard__reset:hover{color:oklch(var(--foreground-800))}.wizard__reset i{font-size:.875rem}.trust-bar{background:oklch(var(--background-50));border-bottom:1px solid oklch(var(--background-200)/0.6);padding:1.5rem 0}.trust-bar__inner{display:flex;flex-direction:column;align-items:center;gap:1.25rem}@media (min-width:1024px){.trust-bar__inner{flex-direction:row;gap:2.5rem}}.partner-badge{display:flex;align-items:center;gap:.875rem;background:oklch(var(--accent-50));border:1px solid oklch(var(--accent-200)/0.6);border-radius:.75rem;padding:.75rem 1.25rem;flex-shrink:0;transition:background-color .3s;cursor:pointer}.partner-badge:hover{background:oklch(var(--accent-100))}.partner-badge__icon{width:2.5rem;height:2.5rem;border-radius:.5rem;background:oklch(var(--accent-500));display:flex;align-items:center;justify-content:center;font-size:1.125rem;color:#fff;flex-shrink:0}.partner-badge__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:oklch(var(--accent-700));line-height:1.25}.partner-badge__name{font-size:.875rem;font-weight:700;color:oklch(var(--foreground-950));line-height:1.25;white-space:nowrap}.trust-signals{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem;flex:1}@media (min-width:768px){.trust-signals{gap:1.25rem;justify-content:flex-start}}.trust-signal{display:flex;align-items:center;gap:.5rem}.trust-signal i{font-size:1rem;color:oklch(var(--primary-400))}.trust-signal span{font-size:.75rem;font-weight:500;color:oklch(var(--foreground-600));white-space:nowrap}@media (min-width:768px){.trust-signal span{font-size:.875rem}}.trust-divider{display:none}@media (min-width:1024px){.trust-divider{display:block;width:1px;height:2.5rem;background:oklch(var(--background-300)/0.5);flex-shrink:0}}.scenarios__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:640px){.scenarios__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.scenarios__grid{grid-template-columns:repeat(4,1fr)}}.scenario-card{display:block;background:#fff;border-radius:1rem;overflow:hidden;transition:all .3s;cursor:pointer;border:1px solid oklch(var(--background-200)/0.4);box-shadow:0 1px 3px rgba(0,0,0,.06),0 6px 20px rgba(0,0,0,.05)}.scenario-card:hover{box-shadow:0 6px 16px rgba(0,0,0,.08),0 20px 56px -12px rgba(0,0,0,.1)}.scenario-card__image{width:100%;height:12rem;overflow:hidden}.scenario-card__image img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .7s ease-out}.scenario-card:hover .scenario-card__image img{transform:scale(1.05)}.scenario-card__body{padding:1.5rem}.scenario-card__icon{width:2.75rem;height:2.75rem;border-radius:.75rem;background:oklch(var(--primary-50));display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.125rem;color:oklch(var(--primary-500));transition:background-color .3s}.scenario-card:hover .scenario-card__icon{background:oklch(var(--primary-100))}.scenario-card__title{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:oklch(var(--foreground-950));margin-bottom:.5rem;line-height:1.4}.scenario-card__desc{font-size:.875rem;color:oklch(var(--foreground-600));line-height:1.7}.scenario-card__link{margin-top:1.25rem;font-size:.875rem;font-weight:500;color:oklch(var(--primary-500));display:flex;align-items:center;gap:.375rem;opacity:0;transition:opacity .3s}.scenario-card:hover .scenario-card__link{opacity:1}.equipment-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:768px){.equipment-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.equipment-grid--4col{grid-template-columns:repeat(4,1fr)}}.equipment-card{background:#fff;border-radius:1rem;overflow:hidden;display:flex;flex-direction:column;transition:all .3s;cursor:pointer;border:1px solid oklch(var(--background-200)/0.4);box-shadow:0 1px 3px rgba(0,0,0,.06),0 6px 20px rgba(0,0,0,.05)}.equipment-card:hover{box-shadow:0 6px 16px rgba(0,0,0,.08),0 20px 56px -12px rgba(0,0,0,.1)}.equipment-card__image-wrap{position:relative;width:100%;height:15rem;overflow:hidden}.equipment-card__image-wrap img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .6s ease-out}.equipment-card:hover .equipment-card__image-wrap img{transform:scale(1.05)}.equipment-card__badge{position:absolute;top:1rem;left:1rem;padding:.375rem .75rem;border-radius:.5rem;background:rgba(255,255,255,.95);color:oklch(var(--foreground-900));font-size:.75rem;font-weight:600;backdrop-filter:blur(4px)}.equipment-card__body{padding:1.5rem;display:flex;flex-direction:column;flex:1}.equipment-card__rec{font-size:.75rem;color:oklch(var(--foreground-500));margin-bottom:.375rem}.equipment-card__name{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:oklch(var(--foreground-950));margin-bottom:.25rem}.equipment-card__tagline{font-size:.875rem;color:oklch(var(--foreground-500));margin-bottom:.75rem}.equipment-card__desc{font-size:.875rem;color:oklch(var(--foreground-600));line-height:1.7;margin-bottom:1.25rem;flex:1}.equipment-card__highlights{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.equipment-card__highlight{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .625rem;border-radius:9999px;background:oklch(var(--background-100));font-size:.75rem;color:oklch(var(--foreground-600))}.equipment-card__highlight i{color:oklch(var(--primary-400));font-size:.75rem}.equipment-card__footer{border-top:1px solid oklch(var(--background-200)/0.6);padding-top:1.25rem;margin-top:auto}.equipment-card__price-row{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.75rem}.equipment-card__price{font-size:1.25rem;font-weight:600;color:oklch(var(--foreground-950))}.equipment-card__price-old{font-size:.875rem;color:oklch(var(--foreground-400));text-decoration:line-through}.equipment-card__roi{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;color:oklch(var(--foreground-500));margin-bottom:1rem}.equipment-card__roi-value{font-weight:600;color:oklch(var(--primary-600))}.equipment-card__buy{display:block;width:100%;text-align:center;padding:.75rem;background:oklch(var(--primary-500));color:#fff;font-size:.875rem;font-weight:600;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .2s;white-space:nowrap;font-family:inherit}.equipment-card__buy:hover{background:oklch(var(--primary-600))}.roadmap__wrap{position:relative}.roadmap__line{display:none}@media (min-width:1024px){.roadmap__line{display:block;position:absolute;top:72px;left:0;right:0;height:1px;background:oklch(var(--background-200)/0.6)}}.roadmap__grid{display:grid;grid-template-columns:1fr;gap:1.25rem;position:relative}@media (min-width:768px){.roadmap__grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.roadmap__grid{grid-template-columns:repeat(7,1fr)}}.roadmap-step{background:oklch(var(--background-50));border-radius:1rem;padding:1.5rem;position:relative;z-index:10;border:1px solid oklch(var(--background-200)/0.4);box-shadow:0 1px 3px rgba(0,0,0,.06),0 6px 20px rgba(0,0,0,.05)}.roadmap-step__number{font-family:var(--font-heading);font-size:3rem;font-weight:700;color:oklch(var(--primary-100));display:block;margin-bottom:1.25rem;line-height:1}.roadmap-step__icon{width:2.75rem;height:2.75rem;border-radius:.75rem;background:oklch(var(--primary-50));display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.125rem;color:oklch(var(--primary-500))}.roadmap-step__title{font-family:var(--font-heading);font-size:.875rem;font-weight:600;color:oklch(var(--foreground-950));margin-bottom:.5rem;line-height:1.4}.roadmap-step__desc{font-size:.75rem;color:oklch(var(--foreground-600));line-height:1.6}.roadmap-step__arrow{display:none}@media (min-width:1024px){.roadmap-step__arrow{display:flex;position:absolute;top:68px;right:-.625rem;width:1.75rem;height:1.75rem;align-items:center;justify-content:center;background:#fff;border-radius:50%;border:1px solid oklch(var(--background-200));z-index:20;font-size:.75rem;color:oklch(var(--foreground-400));box-shadow:0 1px 3px rgba(0,0,0,.06)}}.calculator__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width:1024px){.calculator__grid{grid-template-columns:1fr 1fr;gap:4rem}}.calc-group{margin-bottom:2.5rem}.calc-group__title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.2em;color:oklch(var(--foreground-400));margin-bottom:1.25rem}.calc-field{margin-bottom:1.5rem}.calc-field__label{display:block;font-size:.875rem;font-weight:600;color:oklch(var(--foreground-700));margin-bottom:.75rem}.calc-field__row{display:flex;align-items:center;gap:1rem}.calc-field__range{flex:1;height:6px;background:oklch(var(--background-200));border-radius:9999px;appearance:none;cursor:pointer}.calc-field__range::-webkit-slider-thumb{appearance:none;width:20px;height:20px;background:oklch(var(--primary-500));border-radius:50%;cursor:pointer;border:3px solid oklch(var(--background-50));box-shadow:0 1px 4px rgba(0,0,0,.15)}.calc-field__range::-moz-range-thumb{width:20px;height:20px;background:oklch(var(--primary-500));border-radius:50%;cursor:pointer;border:3px solid oklch(var(--background-50));box-shadow:0 1px 4px rgba(0,0,0,.15)}.calc-field__value{font-size:.875rem;font-weight:600;color:oklch(var(--foreground-950));width:7rem;text-align:right;font-variant-numeric:tabular-nums}.calc-field__hint{margin-top:.375rem;font-size:.75rem;color:oklch(var(--foreground-400))}.calculator__results{background:#fff;border-radius:1rem;padding:1.5rem;position:sticky;top:calc(var(--header-height) + 1.75rem);height:fit-content}@media (min-width:768px){.calculator__results{padding:2rem}}.results-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.result-card{background:oklch(var(--background-50));border-radius:.75rem;padding:1.25rem}.result-card__label{font-size:.75rem;color:oklch(var(--foreground-500));margin-bottom:.375rem}.result-card__value{font-family:var(--font-heading);font-size:1.25rem;font-weight:700;color:oklch(var(--foreground-950));font-variant-numeric:tabular-nums}.result-card--profit .result-card__value{color:oklch(var(--primary-600))}.result-card--payback .result-card__value{color:oklch(var(--accent-600))}.results-detail{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid oklch(var(--background-200)/0.6)}.results-detail__row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.results-detail__row-label{font-size:.875rem;color:oklch(var(--foreground-500))}.results-detail__row-value{font-size:.875rem;font-weight:600;color:oklch(var(--foreground-950));font-variant-numeric:tabular-nums}.results-recommendation{margin-top:1.5rem;padding:1.25rem;background:oklch(var(--primary-50));border-radius:.75rem}.results-recommendation__label{font-size:.75rem;font-weight:600;color:oklch(var(--primary-600));margin-bottom:.375rem}.results-recommendation__name{font-size:.875rem;font-weight:700;color:oklch(var(--primary-800))}.why-us__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:start}@media (min-width:1024px){.why-us__grid{grid-template-columns:1fr 1fr;gap:5rem}}.why-us__sticky{position:static}@media (min-width:1024px){.why-us__sticky{position:sticky;top:calc(var(--header-height) + 1.75rem)}}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:3rem}@media (min-width:640px){.stats-grid{grid-template-columns:repeat(3,1fr)}}.stat-card{background:oklch(var(--background-50));border-radius:1rem;padding:1.25rem;text-align:center;border:1px solid oklch(var(--background-200)/0.4);box-shadow:0 1px 3px rgba(0,0,0,.06),0 6px 20px rgba(0,0,0,.05)}.stat-card__value{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:oklch(var(--primary-500));margin-bottom:.25rem}@media (min-width:768px){.stat-card__value{font-size:1.875rem}}.stat-card__label{font-size:.875rem;color:oklch(var(--foreground-500))}.benefits-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:640px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}.benefit-card{background:oklch(var(--background-50));border-radius:1rem;padding:1.5rem;transition:all .3s}.benefit-card:hover{box-shadow:0 6px 16px rgba(0,0,0,.08),0 20px 56px -12px rgba(0,0,0,.1)}.benefit-card__icon{width:2.75rem;height:2.75rem;border-radius:.75rem;background:oklch(var(--primary-50));display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.125rem;color:oklch(var(--primary-500))}.benefit-card__title{font-family:var(--font-heading);font-size:1rem;font-weight:600;color:oklch(var(--foreground-950));margin-bottom:.5rem}.benefit-card__desc{font-size:.875rem;color:oklch(var(--foreground-600));line-height:1.7}.expert__grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width:1024px){.expert__grid{grid-template-columns:1fr 1fr;gap:5rem}}.expert__image-wrap{position:relative;max-width:28rem;margin:0 auto}.expert__image{width:100%;aspect-ratio:4/5;border-radius:1rem;overflow:hidden;box-shadow:0 4px 6px rgba(0,0,0,.07)}.expert__image img{width:100%;height:100%;object-fit:cover;object-position:top}.expert__badge{position:absolute;bottom:-1rem;right:.5rem;background:oklch(var(--primary-500));color:#fff;border-radius:.75rem;padding:1.25rem 1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}@media (min-width:768px){.expert__badge{right:-2rem}}.expert__badge-value{font-family:var(--font-heading);font-size:1.5rem;font-weight:700}.expert__badge-label{font-size:.75rem;color:oklch(var(--primary-100))}.expert__name{font-family:var(--font-heading);font-size:clamp(1.875rem,4vw,3.25rem);font-weight:400;color:oklch(var(--foreground-950));margin-bottom:.25rem;line-height:1.2}.expert__title{font-size:1rem;font-weight:600;color:oklch(var(--primary-500));margin-bottom:2rem}.expert__bio p{font-size:1rem;color:oklch(var(--foreground-600));line-height:1.7;margin-bottom:1.25rem}.expert__stats{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:2.5rem}@media (min-width:768px){.expert__stats{grid-template-columns:repeat(3,1fr)}}.expert__stat{text-align:center;padding:1.25rem;background:#fff;border-radius:1rem;border:1px solid oklch(var(--background-200)/0.4);box-shadow:0 1px 3px rgba(0,0,0,.06)}.expert__stat-value{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:oklch(var(--primary-500))}.expert__stat-label{font-size:.875rem;color:oklch(var(--foreground-500));margin-top:.25rem}.guides-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:640px){.guides-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.guides-grid--3col{grid-template-columns:repeat(3,1fr)}}.guide-card{display:block;background:oklch(var(--background-50));border-radius:1rem;padding:1.75rem;transition:all .3s;cursor:pointer;border:1px solid oklch(var(--background-200)/0.4);box-shadow:0 1px 3px rgba(0,0,0,.06),0 6px 20px rgba(0,0,0,.05)}.guide-card:hover{box-shadow:0 6px 16px rgba(0,0,0,.08),0 20px 56px -12px rgba(0,0,0,.1)}.guide-card__icon{width:3rem;height:3rem;border-radius:.75rem;background:oklch(var(--accent-50));display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.25rem;color:oklch(var(--accent-500));transition:background-color .3s}.guide-card:hover .guide-card__icon{background:oklch(var(--accent-100))}.guide-card__title{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:oklch(var(--foreground-950));margin-bottom:.5rem;transition:color .3s}.guide-card:hover .guide-card__title{color:oklch(var(--primary-600))}.guide-card__desc{font-size:.875rem;color:oklch(var(--foreground-600));line-height:1.7;margin-bottom:1.25rem}.guide-card__link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:oklch(var(--primary-500));opacity:0;transition:opacity .3s}.guide-card:hover .guide-card__link{opacity:1}.stories-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:768px){.stories-grid{gap:1.5rem}}@media (min-width:1024px){.stories-grid--3col{grid-template-columns:repeat(3,1fr)}}.story-card{background:#fff;border-radius:1rem;overflow:hidden;transition:all .3s;cursor:pointer;border:1px solid oklch(var(--background-200)/0.4);box-shadow:0 1px 3px rgba(0,0,0,.06),0 6px 20px rgba(0,0,0,.05)}.story-card:hover{box-shadow:0 6px 16px rgba(0,0,0,.08),0 20px 56px -12px rgba(0,0,0,.1)}.story-card__image{width:100%;height:15rem;overflow:hidden}.story-card__image img{width:100%;height:100%;object-fit:cover;object-position:top}.story-card__body{padding:1.5rem}@media (min-width:768px){.story-card__body{padding:1.75rem}}.story-card__meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.story-card__equipment{padding:.375rem .75rem;border-radius:.5rem;background:oklch(var(--accent-50));color:oklch(var(--accent-700));font-size:.75rem;font-weight:600}.story-card__city{font-size:.875rem;color:oklch(var(--foreground-500))}.story-card__name{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:oklch(var(--foreground-950));margin-bottom:.75rem}.story-card__result{font-size:.875rem;color:oklch(var(--foreground-600));line-height:1.7;margin-bottom:1.5rem}.story-card__stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;border-top:1px solid oklch(var(--background-200)/0.6);padding-top:1.25rem}.story-card__stat-label{font-size:.75rem;color:oklch(var(--foreground-500));margin-bottom:.25rem}.story-card__stat-value{font-size:.875rem;font-weight:600}.story-card__stat-value--payback{color:oklch(var(--primary-600))}.story-card__stat-value--growth{color:oklch(var(--accent-600))}.story-card__stat-value--name{color:oklch(var(--foreground-800))}.articles-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:768px){.articles-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.article-card{display:block;background:oklch(var(--background-50));border-radius:1rem;overflow:hidden;transition:all .3s;cursor:pointer}.article-card:hover{box-shadow:0 6px 16px rgba(0,0,0,.08),0 20px 56px -12px rgba(0,0,0,.1)}.article-card__image{width:100%;height:12rem;overflow:hidden}.article-card__image img{width:100%;height:100%;object-fit:cover;object-position:top;transition:transform .6s ease-out}.article-card:hover .article-card__image img{transform:scale(1.05)}.article-card__body{padding:1.5rem}@media (min-width:768px){.article-card__body{padding:1.75rem}}.article-card__meta{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin-bottom:1rem}.article-card__category{padding:.25rem .75rem;border-radius:.5rem;background:oklch(var(--secondary-100));color:oklch(var(--secondary-700));font-size:.75rem;font-weight:600}.article-card__read-time{font-size:.875rem;color:oklch(var(--foreground-500))}.article-card__date{font-size:.875rem;color:oklch(var(--foreground-400))}.article-card__title{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:oklch(var(--foreground-950));margin-bottom:.5rem;line-height:1.4;transition:color .3s}.article-card:hover .article-card__title{color:oklch(var(--primary-600))}.article-card__excerpt{font-size:.875rem;color:oklch(var(--foreground-600));line-height:1.7;margin-bottom:1.25rem}.article-card__link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:oklch(var(--primary-500));opacity:0;transition:opacity .3s}.article-card:hover .article-card__link{opacity:1}.articles-head{display:flex;flex-direction:column;align-items:flex-start;gap:1.5rem}@media (min-width:768px){.articles-head{flex-direction:row;align-items:flex-end;justify-content:space-between}}.articles-all-link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;color:oklch(var(--primary-500));transition:color .2s;white-space:nowrap;cursor:pointer}.articles-all-link:hover{color:oklch(var(--primary-600))}.faq__search-wrap{position:relative;margin-bottom:1rem}.faq__search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:1rem;color:oklch(var(--foreground-400))}.faq__search{width:100%;padding:1rem 1rem 1rem 3rem;border-radius:.75rem;border:1px solid oklch(var(--background-300)/0.6);background:#fff;font-size:.875rem;color:oklch(var(--foreground-950));transition:border-color .2s}.faq__search::placeholder{color:oklch(var(--foreground-400))}.faq__search:focus{border-color:oklch(var(--primary-300))}.faq__categories{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:2rem}.faq__cat{padding:.5rem 1rem;border-radius:9999px;border:none;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;font-family:inherit;background:#fff;color:oklch(var(--foreground-600))}.faq__cat:hover{background:oklch(var(--background-100))}.faq__cat--active{background:oklch(var(--primary-500));color:#fff}.faq__list{display:flex;flex-direction:column;gap:.75rem}.faq-item{background:#fff;border-radius:1rem;overflow:hidden;border:1px solid oklch(var(--background-200)/0.4);box-shadow:0 1px 3px rgba(0,0,0,.06)}.faq-item__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.5rem;background:0 0;border:none;cursor:pointer;text-align:left;font-family:inherit}.faq-item__left{flex:1}.faq-item__cat-badge{display:inline-block;padding:.25rem .625rem;border-radius:.375rem;background:oklch(var(--background-100));color:oklch(var(--foreground-500));font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.faq-item__question{font-size:1rem;font-weight:600;color:oklch(var(--foreground-950));line-height:1.4}.faq-item__icon{width:2.25rem;height:2.25rem;border-radius:50%;background:oklch(var(--background-100));display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1rem;color:oklch(var(--foreground-500));transition:transform .3s}.faq-item__answer{overflow:hidden;transition:max-height .3s,opacity .3s}.faq-item__answer.collapsed{max-height:0;opacity:0}.faq-item__answer:not(.collapsed){max-height:24rem;opacity:1}.faq-item__answer-text{padding:0 1.5rem 1.5rem;font-size:.875rem;color:oklch(var(--foreground-600));line-height:1.7}.final-cta{padding:6rem 0;text-align:center;overflow:hidden}@media (min-width:768px){.final-cta{padding:9rem 0}}.final-cta__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.25em;color:oklch(var(--primary-300));margin-bottom:1.25rem;display:block}.final-cta__title{font-family:var(--font-heading);font-size:clamp(1.875rem,4vw,3.5rem);font-weight:500;color:#fff;max-width:48rem;margin:0 auto 1.5rem;line-height:1.2}.final-cta__desc{font-size:1rem;color:rgba(255,255,255,.75);max-width:32rem;margin:0 auto 2.5rem;line-height:1.7}.final-cta__actions{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width:640px){.final-cta__actions{flex-direction:row}}.final-cta__trust{margin-top:4rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem;font-size:.875rem;color:oklch(var(--primary-300))}.final-cta__trust i{margin-right:.5rem}.footer{background:#fff;border-top:1px solid oklch(var(--background-200)/0.6);padding-top:3.5rem;padding-bottom:3.5rem}.footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:2.5rem}@media (min-width:768px){.footer__grid{grid-template-columns:repeat(4,1fr)}}.footer__brand-desc{font-size:.875rem;color:oklch(var(--foreground-500));line-height:1.7;max-width:20rem;margin-top:.75rem}.footer__col-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:oklch(var(--foreground-400));margin-bottom:1rem}.footer__links{display:flex;flex-direction:column;gap:.75rem}.footer__link{font-size:.875rem;color:oklch(var(--foreground-600));transition:color .2s;cursor:pointer}.footer__link:hover{color:oklch(var(--foreground-900))}.footer__socials{display:flex;align-items:center;gap:.75rem;margin-top:.75rem}.footer__social{width:2.5rem;height:2.5rem;border-radius:.75rem;background:oklch(var(--background-100));display:flex;align-items:center;justify-content:center;font-size:1.125rem;color:oklch(var(--foreground-500));transition:all .2s;cursor:pointer}.footer__social:hover{background:oklch(var(--primary-50));color:oklch(var(--primary-500))}.footer__bottom{border-top:1px solid oklch(var(--background-200)/0.6);padding-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}@media (min-width:640px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__copy{font-size:.875rem;color:oklch(var(--foreground-400))}.footer__privacy{font-size:.875rem;color:oklch(var(--foreground-400));transition:color .2s;cursor:pointer}.footer__privacy:hover{color:oklch(var(--foreground-600))}.footer__legal{display:flex;flex-wrap:wrap;gap:1rem 1.5rem}.footer__disclaimer{margin-top:1.5rem;font-size:.75rem;line-height:1.6;color:oklch(var(--foreground-400));text-align:center}.cookie-banner{position:fixed;left:1.5rem;right:1.5rem;bottom:1rem;z-index:999;background:oklch(var(--background-50));border:1px solid oklch(var(--background-200));border-radius:1rem;padding:1rem 1.25rem;transition:opacity .35s ease,transform .35s ease,visibility .35s ease}.cookie-banner--hidden{opacity:0;transform:translateY(1rem);visibility:hidden;pointer-events:none}.guides-grid--visible>*{opacity:1 !important;transform:none !important;transition:none !important}.cookie-banner__inner{display:flex;flex-direction:column;gap:1rem;align-items:flex-start}@media (min-width:768px){.cookie-banner{left:1.5rem;right:1.5rem;bottom:1.5rem;max-width:780px;margin-left:auto;margin-right:auto}.cookie-banner__inner{flex-direction:row;align-items:center}}.cookie-banner__icon{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:.75rem;background:oklch(var(--accent-100));color:oklch(var(--accent-600));display:flex;align-items:center;justify-content:center;font-size:1.25rem}.cookie-banner__text{flex:1;font-size:.875rem;line-height:1.6;color:oklch(var(--foreground-600))}.cookie-banner__link{color:oklch(var(--primary-500));font-weight:500;text-decoration:underline;text-underline-offset:2px}.cookie-banner__link:hover{color:oklch(var(--primary-600))}.cookie-banner__actions{display:flex;gap:.5rem;flex-shrink:0}.cookie-banner__btn{padding:.5rem 1rem;font-size:.875rem;font-weight:500;border-radius:.5rem;border:1px solid oklch(var(--background-300));color:oklch(var(--foreground-700));background:0 0;cursor:pointer;white-space:nowrap;transition:background .2s,color .2s}.cookie-banner__btn:hover{background:oklch(var(--background-100))}.cookie-banner__btn--primary{background:oklch(var(--primary-500));color:oklch(var(--background-50));border-color:oklch(var(--primary-500))}.cookie-banner__btn--primary:hover{background:oklch(var(--primary-600));color:oklch(var(--background-50))}.js-anim [data-reveal]{opacity:0;transform:translateY(40px);transition:opacity .75s cubic-bezier(.16,1,.3,1),transform .75s cubic-bezier(.16,1,.3,1)}.js-anim [data-reveal].revealed{opacity:1;transform:translateY(0)}.js-anim .reveal-stagger>*{opacity:0;transform:translateY(40px);transition:opacity .65s cubic-bezier(.16,1,.3,1),transform .65s cubic-bezier(.16,1,.3,1)}.js-anim .reveal-stagger.revealed>*:nth-child(1){transition-delay:.05s;opacity:1;transform:translateY(0)}.js-anim .reveal-stagger.revealed>*:nth-child(2){transition-delay:.1s;opacity:1;transform:translateY(0)}.js-anim .reveal-stagger.revealed>*:nth-child(3){transition-delay:.16s;opacity:1;transform:translateY(0)}.js-anim .reveal-stagger.revealed>*:nth-child(4){transition-delay:.22s;opacity:1;transform:translateY(0)}.js-anim .reveal-stagger.revealed>*:nth-child(5){transition-delay:.28s;opacity:1;transform:translateY(0)}.js-anim .reveal-stagger.revealed>*:nth-child(6){transition-delay:.34s;opacity:1;transform:translateY(0)}.js-anim .reveal-stagger.revealed>*:nth-child(7){transition-delay:.4s;opacity:1;transform:translateY(0)}.js-anim .reveal-stagger.revealed>*:nth-child(8){transition-delay:.46s;opacity:1;transform:translateY(0)}.js-anim .reveal-stagger.revealed>*:nth-child(9){transition-delay:.52s;opacity:1;transform:translateY(0)}.js-anim .reveal-stagger.revealed>*:nth-child(10){transition-delay:.58s;opacity:1;transform:translateY(0)}.js-anim .reveal-stagger.revealed>*:nth-child(11){transition-delay:.64s;opacity:1;transform:translateY(0)}.js-anim .reveal-stagger.revealed>*:nth-child(12){transition-delay:.7s;opacity:1;transform:translateY(0)}@media (prefers-reduced-motion:reduce){.js-anim [data-reveal],.js-anim .reveal-stagger>*{opacity:1 !important;transform:none !important;transition:none !important;transition-delay:0s !important}}.not-found{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;text-align:center;padding:2rem}.not-found__watermark{position:absolute;bottom:0;left:0;right:0;font-size:9rem;font-weight:900;color:oklch(var(--foreground-50));pointer-events:none;user-select:none;z-index:0}@media (min-width:768px){.not-found__watermark{font-size:12rem}}.not-found__content{position:relative;z-index:10}.not-found__title{font-size:1.25rem;font-weight:600;margin-top:1.5rem}@media (min-width:768px){.not-found__title{font-size:1.5rem}}.not-found__path{margin-top:.5rem;font-size:1rem;color:oklch(var(--foreground-400))}.not-found__hint{margin-top:1rem;font-size:1.125rem;color:oklch(var(--foreground-500))}.not-found__icon{width:4.5rem;height:4.5rem;border-radius:1.25rem;background:oklch(var(--accent-50));display:flex;align-items:center;justify-content:center;margin:0 auto;color:oklch(var(--accent-500));font-size:2rem}.not-found__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2rem}.line-clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-3{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.guides-filter-btn{padding:.5rem 1rem;border-radius:9999px;border:none;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;font-family:inherit;background:oklch(var(--background-100));color:oklch(var(--foreground-600))}.guides-filter-btn:hover{background:oklch(var(--background-200))}.guides-filter-btn.active{background:oklch(var(--primary-500));color:#fff}.equipment-filter-btn{padding:.5rem 1rem;border-radius:9999px;border:none;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;font-family:inherit;background:oklch(var(--background-100));color:oklch(var(--foreground-600))}.equipment-filter-btn:hover{background:oklch(var(--background-200))}.equipment-filter-btn.active{background:oklch(var(--primary-500));color:#fff}.guide-card-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;background:oklch(var(--accent-50));display:flex;align-items:center;justify-content:center;margin-bottom:1rem;transition:background-color .3s}.article-card:hover .guide-card-icon{background:oklch(var(--accent-100))}.guide-card-icon i{font-size:1.125rem;color:oklch(var(--accent-500))}.guide-hero{position:relative;background:oklch(var(--background-50));overflow:hidden}.guide-hero__bg{position:absolute;inset:0}.guide-hero__bg-img{width:100%;height:100%;object-fit:cover;object-position:top;opacity:.3}.guide-hero__overlay{position:absolute;inset:0;background:linear-gradient(to bottom,oklch(var(--background-50)/0.5),oklch(var(--background-50)/0.8),oklch(var(--background-50)))}.guide-hero__content{position:relative;z-index:10;max-width:var(--container-max);margin:0 auto;padding:9rem 1.5rem 4rem}@media (min-width:768px){.guide-hero__content{padding:11rem 2.5rem 6rem}}.guide-hero__back{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:oklch(var(--foreground-500));margin-bottom:1.25rem;transition:color .2s;cursor:pointer}.guide-hero__back:hover{color:oklch(var(--foreground-700))}.guide-breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:oklch(var(--foreground-400));margin-bottom:2rem;flex-wrap:wrap}.guide-breadcrumbs__link{color:oklch(var(--foreground-400));transition:color .2s;white-space:nowrap;cursor:pointer}.guide-breadcrumbs__link:hover{color:oklch(var(--foreground-600))}.guide-breadcrumbs__sep{font-size:.75rem;color:oklch(var(--foreground-300))}.guide-breadcrumbs__current{color:oklch(var(--foreground-700));font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guide-hero__meta{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.guide-hero__category{padding:.375rem .75rem;border-radius:.5rem;background:oklch(var(--secondary-100));color:oklch(var(--secondary-700));font-size:.75rem;font-weight:600}.guide-hero__read-time{font-size:.875rem;color:oklch(var(--foreground-500))}.guide-hero__date{font-size:.875rem;color:oklch(var(--foreground-400))}.guide-hero__title{font-family:var(--font-heading);font-size:clamp(1.5rem,3vw,2.75rem);font-weight:600;color:oklch(var(--foreground-950));max-width:48rem;line-height:1.2}.guide-hero__desc{margin-top:1.25rem;font-size:1rem;line-height:1.7;color:oklch(var(--foreground-600));max-width:42rem}@media (min-width:768px){.guide-hero__desc{font-size:1.125rem}}.guide-layout{display:flex;flex-direction:column;gap:2.5rem;padding-top:3rem;padding-bottom:5rem}@media (min-width:1024px){.guide-layout{flex-direction:row;gap:4rem}}@media (min-width:768px){.guide-layout{padding-top:4rem;padding-bottom:8rem}}.guide-sidebar{flex-shrink:0}@media (min-width:1024px){.guide-sidebar{width:280px}}.guide-sidebar__inner{position:static}@media (min-width:1024px){.guide-sidebar__inner{position:sticky;top:calc(var(--header-height) + 1.75rem)}}.guide-sidebar__heading{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:oklch(var(--foreground-400));margin-bottom:1rem}.guide-toc{display:flex;flex-direction:column;gap:.25rem}.guide-toc__link{display:block;padding:.5rem 0;font-size:.875rem;line-height:1.4;color:oklch(var(--foreground-600));transition:color .2s;cursor:pointer}.guide-toc__link:hover{color:oklch(var(--primary-500))}.guide-sidebar__help{margin-top:2.5rem;padding:1.25rem;border-radius:1rem;background:oklch(var(--background-50))}.guide-sidebar__help-title{font-size:.875rem;font-weight:600;color:oklch(var(--foreground-900));margin-bottom:.5rem}.guide-sidebar__help-desc{font-size:.75rem;line-height:1.6;color:oklch(var(--foreground-600));margin-bottom:1rem}.guide-sidebar__help-link{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:oklch(var(--primary-500));transition:color .2s;cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:0;font-family:inherit;text-align:left}.guide-sidebar__help-link:hover{color:oklch(var(--primary-600))}.guide-content{flex:1;min-width:0}.guide-section{margin-bottom:3rem}@media (min-width:768px){.guide-section{margin-bottom:4rem}}.guide-section__heading{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:oklch(var(--foreground-950));margin-bottom:1rem}@media (min-width:768px){.guide-section__heading{font-size:1.5rem}}.guide-section__text{font-size:.875rem;line-height:1.8;color:oklch(var(--foreground-700));margin-bottom:1rem}@media (min-width:768px){.guide-section__text{font-size:1rem}}.guide-section__bullet{font-size:.875rem;line-height:1.8;color:oklch(var(--foreground-700));padding-left:1rem;border-left:2px solid oklch(var(--accent-300));margin-bottom:1rem}@media (min-width:768px){.guide-section__bullet{font-size:1rem}}.guide-section__image{margin:2rem 0;border-radius:1rem;overflow:hidden}.guide-section__image img{width:100%;height:auto;object-fit:cover;border-radius:1rem}.guide-highlight{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.25rem;padding:1.25rem;border-radius:1rem;background:oklch(var(--accent-50));border:1px solid oklch(var(--accent-200)/0.5)}.guide-highlight__icon{width:2rem;height:2rem;border-radius:.5rem;background:oklch(var(--accent-100));display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.125rem}.guide-highlight__icon i{font-size:.875rem;color:oklch(var(--accent-600))}.guide-highlight__text{font-size:.875rem;line-height:1.7;color:oklch(var(--foreground-800));font-weight:500}@media (min-width:768px){.guide-highlight__text{font-size:1rem}}.guide-related{margin-top:4rem;padding-top:3rem;border-top:1px solid oklch(var(--background-200)/0.6)}.guide-related__title{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:oklch(var(--foreground-950));margin-bottom:1.5rem}.guide-related__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width:640px){.guide-related__grid{grid-template-columns:repeat(2,1fr)}}.guide-related-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;border-radius:1rem;background:oklch(var(--background-50));transition:all .3s;cursor:pointer}.guide-related-card:hover{box-shadow:0 6px 16px rgba(0,0,0,.08),0 20px 56px -12px rgba(0,0,0,.1)}.guide-related-card__icon{width:2.5rem;height:2.5rem;border-radius:.75rem;background:oklch(var(--accent-50));display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background-color .3s}.guide-related-card:hover .guide-related-card__icon{background:oklch(var(--accent-100))}.guide-related-card__icon i{font-size:1.125rem;color:oklch(var(--accent-500))}.guide-related-card__title{font-size:.875rem;font-weight:600;color:oklch(var(--foreground-900));transition:color .3s;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.guide-related-card:hover .guide-related-card__title{color:oklch(var(--primary-600))}.guide-related-card__meta{font-size:.75rem;color:oklch(var(--foreground-500));margin-top:.25rem}.guide-cta{margin-top:4rem;padding:2rem;border-radius:1rem;background:oklch(var(--background-50));text-align:center}@media (min-width:768px){.guide-cta{padding:2.5rem}}.guide-cta__icon{width:3.5rem;height:3.5rem;border-radius:1rem;background:oklch(var(--accent-100));display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.guide-cta__icon i{font-size:1.5rem;color:oklch(var(--accent-500))}.guide-cta__title{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:oklch(var(--foreground-950));margin-bottom:.75rem}.guide-cta__desc{font-size:.875rem;line-height:1.7;color:oklch(var(--foreground-600));max-width:28rem;margin:0 auto 1.5rem}.container{width:100%;max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:1.5rem;padding-right:1.5rem}@media (min-width:768px){.container{padding-left:2.5rem;padding-right:2.5rem}}.section-label{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.25em;color:oklch(var(--primary-500));margin-bottom:1.25rem}.section-heading{font-family:var(--font-heading);font-size:clamp(2.25rem,5vw,4rem);font-weight:500;color:oklch(var(--foreground-950));max-width:56rem;line-height:1.15}.section-heading--scenarios{font-size:3rem}@media (min-width:768px){.section-heading--scenarios{font-size:3.75rem}}@media (min-width:1024px){.section-heading--scenarios{font-size:5rem}}.default-page{min-height:calc(100vh - var(--header-height));background:oklch(var(--background-50))}.default-page__hero{background:oklch(var(--background-100));border-bottom:1px solid oklch(var(--background-200)/0.7);padding-top:5rem;padding-bottom:4rem}@media (min-width:768px){.default-page__hero{padding-top:7rem;padding-bottom:5rem}}.default-page__title{font-family:var(--font-heading);font-size:clamp(1.875rem,4vw,3rem);font-weight:600;color:oklch(var(--foreground-950));line-height:1.2;max-width:48rem}.default-page__desc{margin-top:1rem;font-size:1rem;line-height:1.7;color:oklch(var(--foreground-600));max-width:40rem}.default-page__body{padding-top:3rem;padding-bottom:5rem}@media (min-width:768px){.default-page__body{padding-top:4rem;padding-bottom:6rem}}.default-content{max-width:48rem;color:oklch(var(--foreground-800))}.default-content>*+*{margin-top:1.25rem}.default-content h1{font-family:var(--font-heading);font-size:1.75rem;font-weight:600;color:oklch(var(--foreground-950));line-height:1.3;margin-top:3rem}@media (min-width:768px){.default-content h1{font-size:2rem}}.default-content h2{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:oklch(var(--foreground-950));line-height:1.3;margin-top:2.5rem}.default-content h3{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:oklch(var(--foreground-950));line-height:1.3;margin-top:2rem}.default-content h4{font-family:var(--font-heading);font-size:1.125rem;font-weight:600;color:oklch(var(--foreground-950));line-height:1.3;margin-top:1.75rem}.default-content h5,.default-content h6{font-family:var(--font-heading);font-size:1rem;font-weight:600;color:oklch(var(--foreground-950));line-height:1.3;margin-top:1.5rem}.default-content p{font-size:1rem;line-height:1.8}.default-content em{font-style:italic;color:oklch(var(--foreground-700))}.default-content a{color:oklch(var(--primary-500));font-weight:500;text-decoration:underline;text-underline-offset:2px}.default-content a:hover{color:oklch(var(--primary-600))}.default-content ul,.default-content ol{padding-left:1.5rem}.default-content ul{list-style:disc}.default-content ol{list-style:decimal}.default-content li{margin-top:.5rem;line-height:1.7}.default-content img{border-radius:.75rem}.default-content blockquote{border-left:3px solid oklch(var(--accent-500));padding:.75rem 1.25rem;background:oklch(var(--accent-100));color:oklch(var(--foreground-800));border-radius:0 .5rem .5rem 0}.default-content strong{color:oklch(var(--foreground-950))}.default-content hr{border:0;border-top:1px solid oklch(var(--background-200))}.default-content code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;background:oklch(var(--background-100));padding:.125rem .375rem;border-radius:.25rem;font-size:.875rem}.default-content table{width:100%;border-collapse:collapse;font-size:.875rem}.default-content th,.default-content td{border:1px solid oklch(var(--background-200));padding:.625rem .875rem;text-align:left}.default-content th{background:oklch(var(--background-100));color:oklch(var(--foreground-950));font-weight:600}.listing-page{min-height:100vh;background:#fff}.listing-section{padding-top:8rem;padding-bottom:4rem}@media (min-width:768px){.listing-section{padding-top:10rem;padding-bottom:6rem}}.listing-header{text-align:center;margin-bottom:3rem}@media (min-width:768px){.listing-header{margin-bottom:4rem}}.listing-header__title{font-family:var(--font-heading);font-size:1.875rem;font-weight:400;color:oklch(var(--foreground-950));line-height:1.2;max-width:42rem;margin:0 auto}@media (min-width:768px){.listing-header__title{font-size:2.25rem}}@media (min-width:1024px){.listing-header__title{font-size:3.25rem}}.listing-header__title--wide{max-width:48rem}.listing-header__desc{margin-top:1.25rem;font-size:1rem;line-height:1.7;color:oklch(var(--foreground-600));max-width:36rem;margin-left:auto;margin-right:auto}.listing-header__desc--wide{max-width:42rem}.filter-bar{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3rem}.listing-empty{text-align:center;padding:5rem 0}.listing-empty__icon{width:4rem;height:4rem;border-radius:1rem;background:oklch(var(--accent-50));display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.listing-empty__icon i{font-size:1.5rem;color:oklch(var(--accent-500))}.listing-empty__title{font-size:1.125rem;color:oklch(var(--foreground-500))}.listing-empty__hint{font-size:.875rem;color:oklch(var(--foreground-400));margin-top:.25rem}.listing-empty__link{background:0 0;border:none;padding:0;color:oklch(var(--primary-500));font-weight:500;text-decoration:underline;cursor:pointer;font-family:inherit}.listing-empty__link:hover{color:oklch(var(--primary-600))}.listing-cta{margin-top:5rem;padding-top:4rem;border-top:1px solid oklch(var(--background-200)/0.6)}.listing-cta__inner{max-width:42rem;margin:0 auto;text-align:center}.listing-cta__icon{width:3.5rem;height:3.5rem;border-radius:1rem;background:oklch(var(--accent-50));display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.listing-cta__icon i{font-size:1.25rem;color:oklch(var(--accent-500))}.listing-cta__title{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:oklch(var(--foreground-950));margin-bottom:1rem;line-height:1.3}.listing-cta__desc{font-size:1rem;line-height:1.7;color:oklch(var(--foreground-600));margin-bottom:2rem}.listing-cta__actions{display:flex;flex-direction:column;justify-content:center;gap:.75rem}@media (min-width:640px){.listing-cta__actions{flex-direction:row}}.equipment-card__roi--load{margin-top:-.5rem}.equipment-card__roi-value--neutral{font-weight:600;color:oklch(var(--foreground-700))}.equipment-card__buy i{margin-left:.375rem;font-size:.75rem}.equipment-detail{min-height:100vh;background:#fff}.equipment-detail-hero{padding-top:8rem;padding-bottom:4rem;background:#fff}@media (min-width:768px){.equipment-detail-hero{padding-top:10rem;padding-bottom:6rem}}.equipment-detail-hero__inner{max-width:var(--container-max);margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}@media (min-width:768px){.equipment-detail-hero__inner{padding-left:2.5rem;padding-right:2.5rem}}.equipment-detail-breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:.875rem;color:oklch(var(--foreground-400));margin-bottom:2rem}.equipment-detail-breadcrumbs a{color:oklch(var(--foreground-400));transition:color .2s;white-space:nowrap}.equipment-detail-breadcrumbs a:hover{color:oklch(var(--foreground-600))}.equipment-detail-breadcrumbs__sep{font-size:.75rem;color:oklch(var(--foreground-300))}.equipment-detail-breadcrumbs__current{color:oklch(var(--foreground-700));font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.equipment-detail-hero__grid{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:center}@media (min-width:1024px){.equipment-detail-hero__grid{grid-template-columns:1.1fr .9fr;gap:4rem}}.equipment-detail-hero__badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border-radius:.5rem;background:oklch(var(--accent-50));color:oklch(var(--accent-700));font-size:.75rem;font-weight:600;margin-bottom:1.5rem}.equipment-detail-hero__title{font-family:var(--font-heading);font-size:clamp(1.875rem,4vw,3rem);font-weight:600;line-height:1.15;color:oklch(var(--foreground-950));margin-bottom:1rem}.equipment-detail-hero__tagline{font-size:1.125rem;line-height:1.7;color:oklch(var(--foreground-600));max-width:34rem}.equipment-detail-hero__meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.75rem}.equipment-detail-hero__chip{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:9999px;background:oklch(var(--background-100));color:oklch(var(--foreground-600));font-size:.75rem;font-weight:500}.equipment-detail-hero__chip i{color:oklch(var(--primary-500))}.equipment-detail-hero__price{display:flex;align-items:baseline;gap:.75rem;margin-top:2rem}.equipment-detail-hero__price-value{font-family:var(--font-heading);font-size:2rem;font-weight:600;color:oklch(var(--foreground-950))}.equipment-detail-hero__price-old{font-size:1.125rem;color:oklch(var(--foreground-400));text-decoration:line-through}.equipment-detail-hero__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem}@media (min-width:640px){.equipment-detail-hero__actions{flex-direction:row}}.equipment-detail-hero__image{background:oklch(var(--background-50));border-radius:1.5rem;padding:2rem}@media (min-width:768px){.equipment-detail-hero__image{padding:3rem}}.equipment-detail-hero__image img{width:100%;height:auto;object-fit:contain}.equipment-detail-section{padding-top:4rem;padding-bottom:4rem}@media (min-width:768px){.equipment-detail-section{padding-top:6rem;padding-bottom:6rem}}.equipment-detail-section--alt{background:oklch(var(--background-50))}.equipment-detail-section__inner{max-width:var(--container-max);margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}@media (min-width:768px){.equipment-detail-section__inner{padding-left:2.5rem;padding-right:2.5rem}}.equipment-detail-overview{max-width:48rem}.equipment-detail-overview p{font-size:1rem;line-height:1.8;color:oklch(var(--foreground-700));margin-bottom:1rem}.equipment-detail-highlights{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:2rem}.equipment-detail-highlight{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .875rem;border-radius:9999px;background:oklch(var(--accent-50));color:oklch(var(--accent-700));font-size:.75rem;font-weight:500}.equipment-detail-highlight i{color:oklch(var(--accent-500))}.equipment-detail-specs{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width:640px){.equipment-detail-specs{grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.equipment-detail-specs{grid-template-columns:repeat(5,1fr)}}.equipment-detail-spec{background:#fff;border:1px solid oklch(var(--background-200)/0.6);border-radius:.75rem;padding:1.25rem}.equipment-detail-spec__label{font-size:.75rem;color:oklch(var(--foreground-400));margin-bottom:.5rem}.equipment-detail-spec__value{font-size:.875rem;font-weight:600;color:oklch(var(--foreground-900));line-height:1.4}.equipment-detail-faq-grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media (min-width:1024px){.equipment-detail-faq-grid{grid-template-columns:340px 1fr;gap:4rem}}.equipment-detail-related-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:2.5rem}.equipment-detail-related-head a{display:inline-flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;color:oklch(var(--primary-600));white-space:nowrap;transition:color .2s}.equipment-detail-related-head a:hover{color:oklch(var(--primary-700))}@media (min-width:1024px){.equipment-grid--3col{grid-template-columns:repeat(3,1fr)}}.equipment-card__buy--ghost{background:#fff;color:oklch(var(--foreground-700));border:1px solid oklch(var(--background-200));margin-top:.5rem}.equipment-card__buy--ghost:hover{background:oklch(var(--background-100));color:oklch(var(--foreground-900))}.equipment-detail-cta{background:oklch(var(--primary-900));border-radius:1.5rem;padding:2.5rem 1.5rem;text-align:center}@media (min-width:768px){.equipment-detail-cta{padding:3.5rem 4rem}}.equipment-detail-cta__icon{width:3.5rem;height:3.5rem;border-radius:1rem;background:oklch(var(--primary-500)/0.2);color:oklch(var(--primary-300));display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:1.5rem}.equipment-detail-cta__title{font-family:var(--font-heading);font-size:1.5rem;font-weight:600;color:#fff;margin-bottom:.75rem}@media (min-width:768px){.equipment-detail-cta__title{font-size:1.75rem}}.equipment-detail-cta__desc{font-size:.875rem;line-height:1.7;color:oklch(var(--foreground-400));max-width:32rem;margin:0 auto 1.5rem}.equipment-detail-cta__actions{display:flex;justify-content:center}body.contact-modal-open{overflow:hidden}.contact-modal{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1.25rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}.contact-modal--open{opacity:1;visibility:visible;pointer-events:auto}.contact-modal__backdrop{position:absolute;inset:0;background:oklch(var(--background-950)/0.6);backdrop-filter:blur(4px)}.contact-modal__dialog{position:relative;z-index:10;width:100%;max-width:30rem;background:oklch(var(--background-50));border-radius:1.25rem;padding:2rem;transform:translateY(20px) scale(.98);transition:transform .35s cubic-bezier(.16,1,.3,1);max-height:90vh;overflow-y:auto}.contact-modal--open .contact-modal__dialog{transform:translateY(0) scale(1)}@media (max-width:480px){.contact-modal__dialog{padding:1.5rem}}.contact-modal__close{position:absolute;top:1rem;right:1rem;width:2.25rem;height:2.25rem;border-radius:.5rem;background:oklch(var(--background-100));border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.125rem;color:oklch(var(--foreground-500));transition:background .2s,color .2s}.contact-modal__close:hover{background:oklch(var(--background-200));color:oklch(var(--foreground-800))}.contact-modal__icon{width:3.5rem;height:3.5rem;border-radius:1rem;background:oklch(var(--accent-50));display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.5rem;color:oklch(var(--accent-500))}.contact-modal__title{font-family:var(--font-heading);font-size:1.375rem;font-weight:600;color:oklch(var(--foreground-950));margin-bottom:.5rem;line-height:1.3}.contact-modal__desc{font-size:.875rem;line-height:1.7;color:oklch(var(--foreground-600));margin-bottom:1.75rem}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.contact-form__field{display:flex;flex-direction:column;gap:.5rem}.contact-form__label{font-size:.875rem;font-weight:600;color:oklch(var(--foreground-700))}.contact-form__input{width:100%;padding:.875rem 1rem;border-radius:.75rem;border:1px solid oklch(var(--background-300)/0.6);background:#fff;font-size:.875rem;color:oklch(var(--foreground-950));transition:border-color .2s,box-shadow .2s}.contact-form__input::placeholder{color:oklch(var(--foreground-400))}.contact-form__input:focus{border-color:oklch(var(--primary-300));box-shadow:0 0 0 3px oklch(var(--primary-100)/0.5)}.contact-form__input--error{border-color:oklch(.55 .18 25)}.contact-form__textarea{resize:vertical;min-height:6rem}.contact-form__hint{font-size:.75rem;color:oklch(var(--foreground-400));text-align:right}.contact-form__status{font-size:.875rem;line-height:1.5;border-radius:.5rem;padding:.75rem 1rem;display:none}.contact-form__status--success{display:block;background:oklch(.9 .10 155/0.35);color:oklch(.38 .09 155)}.contact-form__status--error{display:block;background:oklch(.9 .07 25/0.35);color:oklch(.45 .15 25)}.contact-form__submit{padding:.875rem 1.5rem}.contact-form__submit:disabled{opacity:.7;cursor:not-allowed}.contact-form__privacy{font-size:.75rem;line-height:1.6;color:oklch(var(--foreground-400));text-align:center}.contact-form__privacy a{color:oklch(var(--primary-500));font-weight:500;text-decoration:underline;text-underline-offset:2px}.contact-form__privacy a:hover{color:oklch(var(--primary-600))}.contact-form__consent{display:flex;align-items:flex-start;gap:.75rem;cursor:pointer;margin:0}.contact-form__checkbox{flex-shrink:0;width:1.125rem;height:1.125rem;margin-top:.125rem;accent-color:oklch(var(--primary-500));cursor:pointer}.contact-form__checkbox--error{outline:2px solid oklch(.55 .18 25);outline-offset:2px;border-radius:.25rem}.contact-form__consent-text{font-size:.75rem;line-height:1.6;color:oklch(var(--foreground-500))}.contact-form__consent-text a{color:oklch(var(--primary-500));font-weight:500;text-decoration:underline;text-underline-offset:2px}.contact-form__consent-text a:hover{color:oklch(var(--primary-600))}.hp-field-wrap{position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden;opacity:0;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap;pointer-events:none;user-select:none}.md-alert{padding:8px 16px;border-left:3.5px solid #333;margin-bottom:16px}.md-alert-body>*:last-child{margin-bottom:0}.md-alert-title{display:flex;font-weight:bold;align-items:center;margin-bottom:8px;margin-top:0;&>svg{margin-right:8px}}.md-alert--note{border-color:var(--gh-alert-note-border-color);&>.md-alert-title{color:var(--gh-alert-note-title-color);fill:var(--gh-alert-note-title-color)}}.md-alert--tip{border-color:var(--gh-alert-tip-border-color);&>.md-alert-title{color:var(--gh-alert-tip-title-color);fill:var(--gh-alert-tip-title-color)}}.md-alert--important{border-color:var(--gh-alert-important-border-color);&>.md-alert-title{color:var(--gh-alert-important-title-color);fill:var(--gh-alert-important-title-color)}}.md-alert--warning{border-color:var(--gh-alert-warning-border-color);&>.md-alert-title{color:var(--gh-alert-warning-title-color);fill:var(--gh-alert-warning-title-color)}}.md-alert--caution{border-color:var(--gh-alert-caution-border-color);&>.md-alert-title{color:var(--gh-alert-caution-title-color);fill:var(--gh-alert-caution-title-color)}}#breadcrumbs{height:3rem;line-height:3rem;padding-inline-start:3rem}#breadcrumbs span{display:inline-block;padding:0 1rem}#breadcrumbs span:first-child{padding-inline-start:0}#breadcrumbs i{display:inline-block;width:20px;text-align:center}﻿.form-group.has-errors{background:rgba(255,0,0,.05);border:1px solid rgba(255,0,0,.2);border-radius:3px;margin:0 -5px;padding:0 5px}.form-errors{color:#b52b27}.form-honeybear{display:none;position:absolute !important;height:1px;width:1px;overflow:hidden;clip-path:rect(0px,1px,1px,0px)}.form-errors p{margin:0}.form-input-file input{display:none}.form-input-file .dz-default.dz-message{position:absolute;text-align:center;left:0;right:0;top:50%;transform:translateY(-50%);margin:0}.form-input-file.dropzone{position:relative;min-height:70px;border-radius:3px;margin-bottom:.85rem;border:2px dashed #ccc;color:#aaa;padding:.5rem}.form-input-file.dropzone .dz-preview{margin:.5rem}.form-input-file.dropzone .dz-preview:hover{z-index:2}.form-input-file.dropzone .dz-preview .dz-image img{margin:0}.form-input-file.dropzone .dz-preview .dz-remove{font-size:16px;position:absolute;top:3px;right:3px;display:inline-flex;height:20px;width:20px;background-color:red;justify-content:center;align-items:center;color:#fff;font-weight:700;border-radius:50%;cursor:pointer;z-index:20}.form-input-file.dropzone .dz-preview .dz-remove:hover{background-color:darkred;text-decoration:none}.form-input-file.dropzone .dz-preview .dz-error-message{min-width:140px;width:auto}.form-input-file.dropzone .dz-preview .dz-image,.form-input-file.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:3px;z-index:1}.filepond--root.form-input{min-height:7rem;height:auto;overflow:hidden;border:0}.form-tabs .tabs-nav{display:flex;padding-top:1px;margin-bottom:-1px}.form-tabs .tabs-nav a{flex:1;transition:color .5s ease,background .5s ease;cursor:pointer;text-align:center;padding:10px;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #ccc;border-radius:5px 5px 0 0}.form-tabs .tabs-nav a.active{border:1px solid #ccc;border-bottom:1px solid rgba(0,0,0,0);margin:0 -1px}.form-tabs .tabs-nav a.active span{color:inherit}.form-tabs .tabs-nav span{display:inline-block;line-height:1.1}.form-tabs.subtle .tabs-nav{margin-right:0 !important}.form-tabs .tabs-content .tab__content{display:none;padding-top:2rem}.form-tabs .tabs-content .tab__content.active{display:block}.checkboxes{display:inline-block}.checkboxes label{display:inline;cursor:pointer;position:relative;padding:0 0 0 20px;margin-right:15px}.checkboxes label:before{content:"";display:inline-block;width:20px;height:20px;left:0;margin-top:0;margin-right:10px;position:absolute;border-radius:3px;border:1px solid #e6e6e6}.checkboxes input[type=checkbox]{display:none}.checkboxes input[type=checkbox]:checked+label:before{content:"✓";font-size:20px;line-height:1;text-align:center}.checkboxes.toggleable label{margin-right:0}.form-field-toggleable .checkboxes.toggleable{margin-right:5px;vertical-align:middle}.form-field-toggleable .checkboxes+label{display:inline-block}.switch-toggle{display:inline-flex;overflow:hidden;border-radius:3px;line-height:35px;border:1px solid #ccc}.switch-toggle input[type=radio]{position:absolute;visibility:hidden;display:none}.switch-toggle label{display:inline-block;cursor:pointer;padding:0 15px;margin:0;white-space:nowrap;color:inherit;transition:background-color .5s ease}.switch-toggle input.highlight:checked+label{background:#333;color:#fff}.switch-toggle input:checked+label{color:#fff;background:#999}.signature-pad{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:10px;width:100%;height:100%;max-width:700px;max-height:460px;border:1px solid #f0f0f0;background-color:#fff;padding:16px}.signature-pad--body{position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;border:1px solid #f6f6f6;min-height:100px}.signature-pad--body canvas{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:4px;box-shadow:0 0 5px rgba(0,0,0,.02) inset}.signature-pad--footer{color:#c3c3c3;text-align:center;font-size:1.2em}.signature-pad--actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:8px}[data-grav-field=array] .form-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}[data-grav-field=array] .form-row>input,[data-grav-field=array] .form-row>textarea{margin:0;display:inline-block}[data-grav-field=array] .form-row>span[data-grav-array-action]{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:1.9rem;min-height:1.9rem;padding:.25rem;border-radius:3px;cursor:pointer;color:inherit;opacity:.45;transition:opacity .2s ease}[data-grav-field=array] .form-row>span[data-grav-array-action]:hover{opacity:1}[data-grav-field=array] .form-row>span[data-grav-array-action=sort]{cursor:grab}[data-grav-field=array] .form-row>span[data-grav-array-action=sort]:active{cursor:grabbing}.form-data.basic-captcha .form-input-wrapper{border:1px solid #ccc;border-radius:5px;display:flex;overflow:hidden}.form-data.basic-captcha .form-input-prepend{display:flex;color:#333;background-color:#ccc;flex-shrink:0}.form-data.basic-captcha .form-input-prepend img{margin:0}.form-data.basic-captcha .form-input-prepend button>svg{margin:0 8px;width:18px;height:18px}.form-data.basic-captcha input.form-input{border:0}#grav-login{max-width:30rem;margin:5rem auto;background:#fcfcfc;border:4px solid #eee;border-radius:4px;padding:1rem 3rem 3rem;text-align:center}#grav-login .form-actions{text-align:right}#grav-logout{position:absolute;bottom:5px;right:5px}.alert.info{color:#27ae60}.alert.error{color:#e74c3c}#grav-login p{font-size:small;margin:1rem 0;padding:0;text-align:center}#grav-login .form-actions p{margin-bottom:0}#grav-login .button{vertical-align:middle}#grav-login .delimiter{display:block;font-size:1.6rem;letter-spacing:1px;line-height:1.6rem;position:relative;text-transform:uppercase;margin:1rem 0}#grav-login .delimiter:after,#grav-login .delimiter:before{background-color:#777;content:"";height:1px;position:absolute;top:.8rem;width:40%}#grav-login .delimiter:before{background-image:linear-gradient(to right,#777,#fff);left:0}#grav-login .delimiter:after{background-image:linear-gradient(to left,#777,#fff);right:0}#grav-login .rememberme{display:inline-block;float:left;padding:7px 0;vertical-align:middle}#grav-login .rememberme label{font-weight:inherit;display:inline}.login-status{white-space:nowrap;vertical-align:middle}