.home{width:100%;overflow:hidden}.home-section{position:relative;width:100%;min-height:100vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.section--dark{background-color:var(--dark-bg);color:var(--dark-text)}.icecream-section{position:relative;padding:125px 90px 60px 129px}.icecream-section__content{position:relative;z-index:2;width:100%;max-width:var(--max-width);min-height:calc(100vh - 185px);display:grid;grid-template-columns:1fr;grid-template-rows:auto 1fr auto;gap:0}.icecream-hero-image{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:1;width:599px;max-height:90vh;pointer-events:none}.icecream-hero-image img{width:100%;height:100%;object-fit:contain}.icecream-specs{position:absolute;left:-300px;bottom:0;z-index:3;width:221px;opacity:0;visibility:hidden;transition:opacity var(--transition),visibility var(--transition);pointer-events:all}.icecream-hero-image:hover .icecream-specs{opacity:1;visibility:visible}.flavors-indicator{position:absolute;left:-220px;top:60%;display:flex;align-items:center;gap:16px;color:#fff;z-index:3}.flavors-indicator__text{font-family:var(--font-body);font-size:16px;line-height:20px;text-align:right;white-space:nowrap}.flavors-indicator__line{width:90px;height:2px;background:var(--dark-accent);box-shadow:0 0 8px var(--dark-accent)}.flavors-indicator__target{position:relative;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.target-ring{position:absolute;border-radius:50%;border:1px solid rgba(0,229,255,.3)}.target-ring:nth-child(1){width:32px;height:32px;border-color:#00e5ff26}.target-ring:nth-child(2){width:20px;height:20px;border-color:#00e5ff4d}.target-dot{width:8px;height:8px;background:var(--dark-accent);border-radius:50%;box-shadow:0 0 10px var(--dark-accent)}.icecream-bottom{position:absolute;bottom:60px;left:129px;right:90px;z-index:3;display:flex;justify-content:space-between;align-items:flex-end}.icecream-bottom__left{display:flex;flex-direction:column;gap:24px}.icecream-bottom__right{display:flex;flex-direction:column;align-items:center;gap:40px}.icecream-bottom__right .nav-link__title{color:#fff}.section--light{background-color:var(--light-bg);color:var(--light-text)}.health-section{position:relative;padding:125px 90px 60px}.health-section__content{position:relative;z-index:2;width:100%;padding-top:100px;max-width:var(--max-width);min-height:calc(100vh - 185px);display:flex;flex-direction:column;margin:0 auto}.health-headline{font-family:var(--font-heading);font-size:36px;font-weight:300;line-height:32px;color:var(--light-text);margin-top:80px;text-align:center}.health-robot-image{width:100%;max-width:1094px;margin:40px auto 0;position:relative}.health-robot-image img{width:100%;height:auto;object-fit:contain}.health-robot-image .floating-badge{position:absolute;width:36px;height:36px;border-radius:50%;background:#00c0d626;border:1px solid rgba(0,192,214,.3);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);animation:pulse 2s ease-in-out infinite}.health-robot-image .floating-badge:hover{background:#00c0d64d;transform:scale(1.1)}.floating-badge:nth-child(2){left:25%;top:57%}.floating-badge:nth-child(3){left:71%;top:36%}.health-hotspot-wrapper{position:absolute;display:flex;align-items:center;pointer-events:none;transform:translate(-14px,-14px)}.health-hotspot{position:relative;width:28px;height:28px;display:flex;align-items:center;justify-content:center;pointer-events:auto;cursor:pointer;z-index:5}.health-hotspot-circle{width:8px;height:8px;background-color:var(--light-accent);border-radius:50%;z-index:3;box-shadow:0 0 8px var(--light-accent)}.health-hotspot-ring{position:absolute;width:18px;height:18px;border:1.5px solid var(--light-accent);border-radius:50%;z-index:2;box-shadow:0 0 6px #00c0d666}.health-hotspot-pulse{position:absolute;width:28px;height:28px;border:1px solid var(--light-accent);border-radius:50%;z-index:1;animation:health-hotspot-pulse-anim 2s infinite ease-out}@keyframes health-hotspot-pulse-anim{0%{transform:scale(.6);opacity:1}to{transform:scale(1.6);opacity:0}}.health-hotspot-line{position:absolute;background-color:var(--light-accent);box-shadow:0 0 8px var(--light-accent)}.health-hotspot-label{position:absolute;display:flex;flex-direction:column;color:var(--light-text);font-family:var(--font-body);font-size:16px;line-height:1.3;font-weight:400;white-space:nowrap}.health-hotspot-label__title{font-weight:700;font-size:16px;color:var(--light-text)}.health-hotspot-label__desc{font-weight:400;font-size:14px;opacity:.8;color:var(--light-text)}.health-hotspot--modular .health-hotspot-line{left:14px;top:20px;width:2px;height:140px}.health-hotspot--modular .health-hotspot-label{left:14px;top:175px;text-align:left;transform:translate(-50%)}.health-hotspot--compact .health-hotspot-line{left:14px;top:14px;width:32px;height:110px;background-color:transparent;border-left:2px solid var(--light-accent);border-bottom:2px solid var(--light-accent);box-shadow:none;filter:drop-shadow(0 0 4px var(--light-accent))}.health-hotspot--compact .health-hotspot-label{left:55px;top:124px;text-align:left;transform:translateY(-50%)}.health-hotspot--bespoke .health-hotspot-line{left:14px;top:20px;width:2px;height:215px}.health-hotspot--bespoke .health-hotspot-label{left:14px;top:250px;text-align:left;transform:translate(-50%)}@media(max-width:1024px){.health-hotspot-line,.health-hotspot-label{display:none!important}}@keyframes pulse{0%,to{box-shadow:0 0 #00c0d64d}50%{box-shadow:0 0 0 8px #00c0d600}}.health-features{display:flex;justify-content:center;gap:200px;margin-top:40px}.health-feature-item{max-width:182px}.health-feature-item__title{font-family:var(--font-body);font-size:16px;font-weight:700;line-height:20px;color:var(--light-text);margin-bottom:4px}.health-feature-item__desc{font-family:var(--font-body);font-size:16px;line-height:20px;color:var(--light-text)}.health-bottom{position:absolute;bottom:60px;left:0;right:0;height:200px;pointer-events:none;z-index:10}.health-bottom-col{position:absolute;bottom:0;pointer-events:auto}.health-bottom-col--left{left:0%;width:calc(24.5% - 90px);display:flex;justify-content:flex-start}.health-bottom-col--center{left:24.5%;width:50.7%;display:flex;justify-content:center;align-items:center;padding-bottom:20px}.health-bottom-col--right{left:95.2%;display:flex;justify-content:flex-start;padding-left:32px}.stats-vertical-container{display:flex;flex-direction:column;gap:48px;padding:10px 0;height:auto;width:220px}.stats-vertical-container .stat{display:flex;flex-direction:column;gap:8px}.stats-vertical-container .stat__value{font-family:var(--font-heading);font-size:48px;font-weight:800;line-height:1;color:var(--dark-accent)}.stats-vertical-container .stat__label{font-family:var(--font-body);font-size:16px;line-height:1.2;color:var(--dark-text-muted);text-transform:uppercase;letter-spacing:.05em}.robot-models{display:flex;flex-direction:column;gap:16px;padding:0}.robot-model{display:flex;flex-direction:column;gap:4px}.robot-model__code{font-family:var(--font-heading);font-size:16px;font-weight:700;line-height:1.2;color:var(--light-accent)}.robot-model__name{font-family:var(--font-body);font-size:14px;font-weight:500;line-height:1.2;color:var(--light-text)}.industries-card{background:transparent;display:flex;flex-direction:column;gap:16px;width:100%;max-width:280px}.industries-card__title{background:var(--light-accent);color:#fff;padding:10px 16px;font-family:var(--font-heading);font-size:18px;font-weight:700;text-align:center;width:100%;text-transform:uppercase;letter-spacing:.05em}.industries-card__list{font-family:var(--font-heading);font-size:16px;font-weight:600;line-height:1.5;color:var(--light-text);padding-left:16px}.health-stat{font-family:var(--font-body);font-size:16px;line-height:20px;color:var(--light-text)}.health-cta{margin-top:20px}@media(max-width:768px){.icecream-section{padding:100px 20px 40px}.icecream-hero-image{position:relative;left:auto;top:auto;transform:none;width:280px;margin:20px auto}.stats-row{flex-wrap:wrap;gap:24px;justify-content:center}.features-right{position:relative;right:auto;top:auto;transform:none;margin-top:32px;flex-direction:row;flex-wrap:wrap;gap:16px;justify-content:center}.features-left{position:relative;left:auto;bottom:auto;margin-top:32px;align-items:center}.features-left .feature-text{text-align:center}.icecream-specs{position:relative;left:auto;bottom:auto;width:100%;max-width:300px;margin:32px auto 0}.icecream-bottom{position:relative;left:auto;right:auto;bottom:auto;flex-direction:column;align-items:center;gap:32px;margin-top:40px}.icecream-bottom__left{align-items:center}.icecream-bottom__right{flex-direction:row;gap:16px}.icecream-bottom__right .nav-link__title{font-size:24px}.health-section{padding:100px 20px 40px}.health-headline{font-size:24px;margin-top:40px}.health-features{flex-direction:column;gap:24px;align-items:center}.health-feature-item{text-align:center;max-width:280px}.health-bottom{flex-direction:column;align-items:center;gap:32px}.health-bottom__left{flex-direction:column;align-items:center;gap:24px}.industries-card{padding:16px 24px}.industries-card__title{font-size:20px;text-align:center}.industries-card__list{font-size:16px;text-align:center}}
