.page-home{position:relative;overflow:hidden;background:radial-gradient(circle at 8% 0%,rgb(111 175 75 / .1),transparent 30%),radial-gradient(circle at 96% 10%,rgb(217 224 33 / .055),transparent 28%),linear-gradient(180deg,#ffffff 0%,var(--ln-bg) 48%,#f2f5f1 100%)}.page-home svg{display:block}.page-home__hero{position:relative;width:min(100% - 40px, var(--ln-container-wide));margin:42px auto 24px;padding:58px 32px;border-radius:44px;background:radial-gradient(circle at 84% 18%,rgb(217 224 33 / .24),transparent 34%),radial-gradient(circle at 10% 20%,rgb(255 255 255 / .18),transparent 28%),linear-gradient(135deg,var(--ln-accent) 0%,#7fbf58 58%,#9fcb65 100%);box-shadow:0 30px 80px rgb(31 42 55 / .13),inset 0 1px 0 rgb(255 255 255 / .2);overflow:hidden}.page-home__hero::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgb(255 255 255 / .1),#fff0),radial-gradient(circle at 18% 84%,rgb(31 42 55 / .08),transparent 32%);pointer-events:none}.page-home__hero .ln-container{position:relative;z-index:1}.page-home__hero-grid{display:grid;grid-template-columns:minmax(280px,420px) minmax(0,760px);align-items:center;justify-content:center;gap:54px;max-width:1220px;margin:0 auto}.page-home__hero-visual{display:flex;align-items:center;justify-content:center;min-width:0}.page-home__hero-image-wrap{position:relative;display:flex;align-items:center;justify-content:center;width:min(100%, 390px);aspect-ratio:1 / 1}.page-home__hero-image-wrap::before{content:"";position:absolute;width:82%;height:82%;border-radius:999px;background:radial-gradient(circle,rgb(255 255 255 / .25),rgb(237 242 168 / .16) 36%,transparent 72%);filter:blur(14px);animation:pageHomeRobotGlow 4.8s ease-in-out infinite}.page-home__hero-image{position:relative;z-index:1;width:100%;max-width:365px;filter:drop-shadow(0 20px 32px rgb(31 42 55 / .12)) drop-shadow(0 0 26px rgb(255 255 255 / .16));animation:pageHomeRobotFloat 5.8s ease-in-out infinite}@keyframes pageHomeRobotFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes pageHomeRobotGlow{0%,100%{opacity:.42;transform:scale(.96)}50%{opacity:.78;transform:scale(1.08)}}.page-home__hero-card{position:relative;overflow:hidden;padding:58px 52px;border-radius:38px;background:radial-gradient(circle at 100% 100%,rgb(111 175 75 / .12),transparent 36%),rgb(255 255 255 / .965);border:1px solid rgb(255 255 255 / .86);box-shadow:0 28px 76px rgb(31 42 55 / .17),inset 0 1px 0 rgb(255 255 255 / .94);text-align:center}.page-home__hero-card::after{content:"";position:absolute;right:-80px;bottom:-80px;width:210px;height:210px;border-radius:999px;background:radial-gradient(circle,rgb(111 175 75 / .13),transparent 70%);pointer-events:none}.page-home__hero-card>*{position:relative;z-index:1}.page-home__hero-kicker{margin:0 auto 18px}.page-home__title{margin-bottom:20px;font-size:clamp(36px, 4.2vw, 52px);font-weight:600;line-height:1.1;letter-spacing:-.025em}.page-home__subtitle{max-width:600px;margin:0 auto 34px;font-size:18px;line-height:1.65}.page-home__hero-actions{justify-content:center}.page-home__hero-note{margin-top:18px;color:var(--ln-muted);font-size:14px;line-height:1.5}.page-home__anchor{scroll-margin-top:calc(var(--ln-header-height) + 24px)}.page-home__coverage-card{padding:38px;border-radius:36px}.page-home__coverage-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:start}.page-home__coverage-field{position:relative;min-width:0}.page-home__coverage-input{width:100%;height:58px;min-height:58px;padding:0 18px;border:1px solid var(--ln-border);border-radius:18px;background:#fff;color:var(--ln-heading);font-size:16px;box-shadow:0 10px 24px rgb(31 42 55 / .045);outline:none}.page-home__coverage-input:focus{border-color:rgb(111 175 75 / .52);box-shadow:0 0 0 4px rgb(111 175 75 / .1),0 10px 24px rgb(31 42 55 / .045)}.page-home__coverage-input::placeholder{color:#9aa4b2}.page-home__coverage-button{height:58px;min-height:58px;border-radius:18px;white-space:nowrap}.page-home__coverage-suggestions{position:absolute;top:calc(100% + 8px);left:0;right:0;z-index:40;display:none;max-height:280px;overflow-y:auto;padding:8px;border:1px solid var(--ln-border);border-radius:18px;background:#fff;box-shadow:0 18px 42px rgb(31 42 55 / .13)}.page-home__coverage-suggestions.is-visible{display:grid;gap:6px}.page-home__coverage-suggestion{display:flex;align-items:center;width:100%;min-height:46px;padding:0 13px;border:0;border-radius:12px;background:#fff0;color:var(--ln-heading);text-align:left;font-size:15px;cursor:pointer;transition:background-color 0.18s ease,color 0.18s ease,transform 0.18s ease}.page-home__coverage-suggestion:hover{background:var(--ln-accent-soft);color:var(--ln-link);transform:translateY(-1px)}.page-home__coverage-result{margin-top:16px}.page-home__coverage-result-card{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px;border-radius:22px;border:1px solid var(--ln-border);background:#fff;box-shadow:0 10px 26px rgb(31 42 55 / .045)}.page-home__coverage-result-card--success{border-color:rgb(111 175 75 / .28);background:radial-gradient(circle at 100% 0%,rgb(111 175 75 / .1),transparent 36%),var(--ln-accent-soft)}.page-home__coverage-result-card--empty{border-color:#f1dcc5;background:#fff7ed}.page-home__coverage-result-title{margin:0 0 6px;color:var(--ln-heading);font-family:var(--ln-font-heading);font-size:18px;font-weight:700;line-height:1.25}.page-home__coverage-result-desc{margin:0;color:var(--ln-text);font-size:15px;line-height:1.65}.page-home__coverage-result-actions{flex:0 0 auto}.page-home__feature-shell,.page-home__cta{padding:38px;border-radius:36px}.page-home__steps,.page-home__features,.page-home__services,.page-home__stats{align-items:stretch}.page-home__step-card,.page-home__feature-card,.page-home__service-card{position:relative;display:flex;flex-direction:column;min-height:100%;padding:34px;border-radius:34px}.page-home__step-card::before,.page-home__feature-card::before,.page-home__service-card::before{content:"";position:absolute;left:0;top:0;width:100%;height:4px;background:linear-gradient(90deg,var(--ln-accent),rgb(217 224 33 / .42),transparent);opacity:0;transition:opacity 0.22s ease}.page-home__step-card::after,.page-home__feature-card::after,.page-home__service-card::after{content:"";position:absolute;right:-78px;bottom:-78px;width:180px;height:180px;border-radius:999px;background:radial-gradient(circle,rgb(111 175 75 / .12),transparent 72%);opacity:0;pointer-events:none;transition:opacity 0.22s ease,transform 0.22s ease}.page-home__step-card:hover::before,.page-home__feature-card:hover::before,.page-home__service-card:hover::before,.page-home__step-card:hover::after,.page-home__feature-card:hover::after,.page-home__service-card:hover::after{opacity:1}.page-home__step-card:hover::after,.page-home__feature-card:hover::after,.page-home__service-card:hover::after{transform:scale(1.06)}.page-home__step-card>*,.page-home__feature-card>*,.page-home__service-card>*{position:relative;z-index:1}.page-home__step-number{display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;margin-bottom:20px;border-radius:999px;background:var(--ln-accent);color:#fff;font-family:var(--ln-font-heading);font-size:16px;font-weight:700;line-height:1;box-shadow:0 12px 24px rgb(111 175 75 / .24),0 0 0 6px rgb(111 175 75 / .08)}.page-home__icon{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;margin-bottom:22px;border-radius:22px;background:radial-gradient(circle at 30% 20%,rgb(237 242 168 / .5),transparent 42%),var(--ln-accent-soft);color:var(--ln-link);box-shadow:0 12px 26px rgb(111 175 75 / .13),inset 0 1px 0 rgb(255 255 255 / .84)}.page-home__icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.page-home__icon circle{fill:currentColor;stroke:none}.page-home__feature-card .ln-card-title,.page-home__service-card .ln-card-title,.page-home__step-card .ln-card-title{margin-bottom:12px;font-size:23px;line-height:1.24}.page-home__feature-card .ln-card-text,.page-home__service-card .ln-card-text,.page-home__step-card .ln-card-text{font-size:15.5px;line-height:1.78}.page-home__service-card .ln-card-text{margin-bottom:24px}.page-home__service-card .ln-button{width:max-content;max-width:100%;margin-top:auto}.page-home__stat-card{text-align:center;padding:44px 32px;border-radius:34px;background:radial-gradient(circle at 50% 0%,rgb(111 175 75 / .12),transparent 46%),linear-gradient(180deg,#ffffff 0%,#fbfdf9 100%)}.page-home__stat-number{margin-bottom:12px;color:var(--ln-accent);font-family:var(--ln-font-heading);font-size:clamp(42px, 5vw, 58px);font-weight:700;line-height:1;letter-spacing:-.04em;text-shadow:0 10px 24px rgb(111 175 75 / .13)}.page-home__stat-label{color:var(--ln-text);font-size:16px;line-height:1.5}.page-home__cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:center;background:radial-gradient(circle at 100% 0%,rgb(111 175 75 / .12),transparent 36%),linear-gradient(180deg,#ffffff 0%,#fafcf7 100%)}.page-home__cta .ln-section-desc{max-width:720px}.page-home__cta-actions{justify-content:flex-end}@media (max-width:1100px){.page-home__hero-grid{grid-template-columns:1fr;gap:34px}.page-home__hero-image-wrap{width:min(100%, 320px)}.page-home__hero-image{max-width:280px}.page-home__cta{grid-template-columns:1fr}.page-home__cta-actions{justify-content:flex-start}}@media (max-width:900px){.page-home__coverage-form{grid-template-columns:1fr}.page-home__coverage-button{width:100%}}@media (max-width:768px){.page-home__hero{width:calc(100% - 24px);margin-top:24px;padding:36px 16px;border-radius:30px}.page-home__hero-card{padding:32px 22px;border-radius:26px}.page-home__title{font-size:34px}.page-home__subtitle{font-size:16px}.page-home__hero-actions{display:grid;grid-template-columns:1fr}.page-home__coverage-card,.page-home__feature-shell,.page-home__cta,.page-home__step-card,.page-home__feature-card,.page-home__service-card,.page-home__stat-card{padding:26px;border-radius:26px}.page-home__coverage-result-card{flex-direction:column;align-items:stretch}.page-home__coverage-result-actions,.page-home__coverage-result-actions .ln-button{width:100%}.page-home__service-card .ln-button,.page-home__cta-actions .ln-button{width:100%}.page-home__icon{width:56px;height:56px;border-radius:20px}.page-home__icon svg{width:24px;height:24px}}@media (max-width:480px){.page-home__hero-image{max-width:230px}.page-home__title{font-size:30px}.page-home__feature-card .ln-card-title,.page-home__service-card .ln-card-title,.page-home__step-card .ln-card-title{font-size:21px}}@media (prefers-reduced-motion:reduce){.page-home__hero-image,.page-home__hero-image-wrap::before{animation:none!important}}