.page:has(.home-page){max-width:100%;padding:0}.page:has(.home-page)~.footer{margin-top:0}.home-page{display:flex;flex-direction:column}.home-hero{position:relative;padding:120px 24px 100px;background:linear-gradient(170deg,#0a4738,#073029,#052520);overflow:hidden}.home-hero__bg{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse 70% 70% at 50% 40%,black 30%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 70% 70% at 50% 40%,black 30%,transparent 100%)}.home-hero:after{content:"";position:absolute;top:10%;left:50%;transform:translate(-50%);width:900px;height:500px;background:radial-gradient(ellipse,rgba(13,90,71,.5) 0%,transparent 70%);pointer-events:none}.home-hero__inner{position:relative;z-index:1;max-width:980px;margin:0 auto;text-align:center}.home-hero__title{margin:0 0 24px;color:#fff;font-size:clamp(2.4rem,5.5vw,4rem);font-weight:800;line-height:1.12;letter-spacing:-.03em;overflow-wrap:break-word;hyphens:auto}.home-hero__title strong{color:#22c55e;font-weight:800}.home-hero__sub{margin:0 auto 44px;max-width:860px;color:#ffffffa6;font-size:clamp(1.02rem,1.5vw,1.2rem);line-height:1.7;overflow-wrap:break-word}.home-hero__sub strong{color:#fffffff2;font-weight:600}.home-hero__actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px;min-height:54px}.home-hero__btn{display:inline-flex;align-items:center;gap:8px;padding:15px 30px;font-weight:700;font-size:.95rem;text-decoration:none;border-radius:12px;transition:all .2s ease;cursor:pointer}.home-hero__btn--primary{background:#fff;color:#0a4738;box-shadow:0 4px 14px #00000026}.home-hero__btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000038}.home-hero__btn--secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.28)}.home-hero__btn--secondary:hover{background:#ffffff1a;border-color:#ffffff80}.home-hero__btn--secondary svg{transition:transform .2s ease}.home-hero__btn--secondary:hover svg{transform:translate(3px)}@keyframes home-product-pillar-in{0%{opacity:0;transform:translate3d(0,16px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes home-product-pillars-bg-in{0%{opacity:0}to{opacity:1}}@keyframes home-product-pillar-line{0%{transform:scaleX(0);opacity:0}to{transform:scaleX(1);opacity:1}}.home-product-embed{position:relative}.home-product-embed__layout{max-width:none;width:100%;margin:0;padding:0;display:grid;grid-template-columns:minmax(0,60%) minmax(0,40%);gap:0;align-items:stretch;box-sizing:border-box}.home-product-embed__media{position:relative;min-width:0;display:flex;align-items:center;justify-content:flex-start}.home-product{background:#f7faf8}.home-product-embed__pillars{position:relative;min-width:0;align-self:stretch;display:flex;flex-direction:column;justify-content:center;padding:clamp(16px,2.5vw,32px) clamp(24px,4vw,56px)}.home-product-embed__pillars:before{content:"";position:absolute;inset:0 0 0 -42%;background:linear-gradient(90deg,#f7faf800,#f7faf88c 26%,#f7faf8 42%,#f4f9f6f0 68%,#f7faf800);opacity:0;animation:home-product-pillars-bg-in .95s cubic-bezier(.22,1,.36,1) forwards;pointer-events:none;z-index:0}.home-product-embed__pillar-list{position:relative;z-index:1;width:100%;list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:clamp(20px,3.2vw,32px);counter-reset:product-pillar}.home-product-embed__pillar{counter-increment:product-pillar;position:relative;margin:0;padding:0 0 0 clamp(2.5rem,5vw,3.25rem);display:flex;flex-direction:column;gap:4px;color:#0a1914;opacity:0;animation:home-product-pillar-in .85s cubic-bezier(.22,1,.36,1) forwards}.home-product-embed__pillar-title{font-size:clamp(1.06rem,2.15vw,1.52rem);font-weight:700;letter-spacing:-.04em;line-height:1.15;color:#0a4738}.home-product-embed__pillar-desc{font-size:clamp(.82rem,1.25vw,.95rem);font-weight:400;letter-spacing:-.01em;line-height:1.5;color:#3d5a50}.home-product-embed__pillar:before{content:counter(product-pillar,decimal-leading-zero);position:absolute;left:0;top:.15em;font-family:ui-monospace,SF Mono,Cascadia Code,Menlo,monospace;font-size:.62em;font-weight:600;letter-spacing:.14em;color:#0a5a4b8c;line-height:1}.home-product-embed__pillar:after{content:"";display:block;height:2px;margin-top:.55rem;width:clamp(9.5rem,68%,13rem);max-width:100%;border-radius:1px;transform-origin:left center;transform:scaleX(0);opacity:0;background:linear-gradient(90deg,#0c6b58 0%,rgba(12,107,88,.35) 55%,transparent 100%);animation:home-product-pillar-line .65s cubic-bezier(.22,1,.36,1) forwards}.home-product-embed__pillar:nth-child(1){animation-delay:.08s}.home-product-embed__pillar:nth-child(1):after{animation-delay:.42s}.home-product-embed__pillar:nth-child(2){animation-delay:.22s}.home-product-embed__pillar:nth-child(2):after{animation-delay:.52s}.home-product-embed__pillar:nth-child(3){animation-delay:.36s}.home-product-embed__pillar:nth-child(3):before{color:#08483c80}.home-product-embed__pillar:nth-child(3):after{animation-delay:.62s}@media(prefers-reduced-motion:reduce){.home-product-embed__pillar{animation:none;opacity:1;transform:none}.home-product-embed__pillar:after{animation:none;transform:scaleX(1);opacity:1}.home-product-embed__pillars:before{animation:none;opacity:1}}.home-product__mockup{background:#0f0f0f;border-radius:18px;overflow:hidden;box-shadow:0 0 0 1px #ffffff14,0 30px 60px -15px #0006,0 50px 100px -30px #0a47382e;transform:perspective(1200px) rotateX(2deg);transition:transform .4s ease}.home-product__mockup:hover{transform:perspective(1200px) rotateX(0) translateY(-6px)}.home-product__bar{display:flex;align-items:center;gap:12px;padding:14px 18px;background:linear-gradient(180deg,#2a2a2a,#222);border-bottom:1px solid #333}.home-product__dots{display:flex;gap:8px}.home-product__dot{width:12px;height:12px;border-radius:50%;box-shadow:inset 0 -1px 2px #0003}.home-product__dot--red{background:linear-gradient(180deg,#ff6058,#e14640)}.home-product__dot--yellow{background:linear-gradient(180deg,#ffbe30,#dda020)}.home-product__dot--green{background:linear-gradient(180deg,#2aca44,#1aaa34)}.home-product__url{flex:1;min-width:0;display:flex;align-items:center;justify-content:center;padding:8px 16px;background:#0000004d;border-radius:8px;border:1px solid rgba(255,255,255,.05);font-size:.8rem;color:#777;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,sans-serif}.home-product__url span{display:flex;align-items:center;gap:6px;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-product__url span:before{content:"";width:10px;height:10px;background:#2aca44;border-radius:50%;opacity:.8}.home-product__screen{line-height:0;background:#1a1a1a}.home-product__screen img{width:100%;height:auto;display:block}.home-demo-bare{line-height:0;background:#f7faf8}.home-demo-bare .home-product-embed__layout{max-width:none;width:100%;margin:0;padding:0;grid-template-columns:minmax(0,60%) minmax(0,40%);gap:0;align-items:stretch;box-sizing:border-box}.home-demo-bare .home-product-embed__pillars{line-height:normal}.home-demo-bare__inner{width:100%;position:relative;aspect-ratio:2 / 1;overflow:hidden;background:transparent;border:none;border-radius:0;box-shadow:none}.home-demo-bare__inner--preload{position:absolute;left:-9999px;top:0;width:1200px;height:600px;max-width:none;aspect-ratio:auto;visibility:hidden;pointer-events:none}.home-demo-bare__iframe-scale{position:absolute;inset:0;overflow:hidden}.home-demo-bare__iframe{position:absolute;top:0;left:50%;width:113.64%;height:113.64%;margin:0;padding:0;border:none;outline:none;box-shadow:none;display:block;transform:translate(-50%) scale(.88);transform-origin:top center}@media(max-width:900px){.home-product-embed__layout{grid-template-columns:1fr;gap:20px;padding:0}.home-product-embed__pillars{max-width:none}.home-demo-bare .home-product-embed__pillars{align-items:flex-start}}.home-highlights{background:#fff;padding:100px 24px 60px}.home-highlights__header{max-width:720px;margin:0 auto 72px;text-align:center}.home-highlights__title{margin:0 0 16px;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;color:#0f1d1a;letter-spacing:-.02em}.home-highlights__list{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:32px}.home-highlights__row{display:grid;grid-template-columns:5fr 7fr;gap:48px;align-items:center;padding:48px;background:#fafbfc;border:1px solid #e7ece9;border-radius:24px;transition:all .3s ease}.home-highlights__row:hover{background:#fff;border-color:#c8d6cf;box-shadow:0 20px 50px -20px #0a47381a}.home-highlights__row--reverse{direction:rtl}.home-highlights__row--reverse>*{direction:ltr}.home-highlights__text{display:flex;flex-direction:column;gap:16px}.home-highlights__tag{display:inline-block;width:fit-content;padding:5px 14px;background:#f0fdf4;color:#0a4738;font-weight:700;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;border-radius:6px}.home-highlights__heading{margin:0;font-size:clamp(1.35rem,2.2vw,1.65rem);font-weight:800;color:#0a4738;line-height:1.25;letter-spacing:-.02em}.home-highlights__desc{margin:0;color:#243b33;line-height:1.75;font-size:1.05rem;font-weight:450}.home-highlights__visual{display:flex;justify-content:center;align-items:center}.home-highlights__screenshot{position:relative;width:100%;border-radius:12px;overflow:hidden;box-shadow:0 2px 16px -4px #0a47381f,0 8px 32px -8px #0000001a;line-height:0}.home-highlights__embed-inner{width:100%;position:relative;aspect-ratio:16 / 10;background:#f7faf8;overflow:hidden}.home-highlights__embed-inner--preload{position:absolute;left:-9999px;top:0;width:800px;height:500px;max-width:none;aspect-ratio:auto;visibility:hidden;pointer-events:none}.home-highlights__embed-iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}.home-highlights__screenshot img{width:100%;height:auto;display:block;object-fit:cover}.home-highlights__screenshot img.crop-right{aspect-ratio:280 / 180;object-position:left center}.home-highlights__footer{display:flex;flex-direction:column;align-items:center;gap:18px;margin-top:52px}.home-highlights__by-role{margin:0;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px 12px;font-size:.92rem;color:#4b635a;line-height:1.5}.home-highlights__by-role-label{color:#6b7e75}.home-highlights__by-role-link{color:#0a4738;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(10,71,56,.25);padding-bottom:1px;transition:border-color .2s ease,color .2s ease}.home-highlights__by-role-link:hover{color:#073029;border-bottom-color:#0a4738}.home-highlights__by-role-sep{color:#0a47384d;user-select:none}.home-highlights__link{display:inline-flex;align-items:center;gap:10px;padding:15px 30px;background:#0a4738;color:#fff;font-weight:600;font-size:.95rem;text-decoration:none;border-radius:12px;transition:all .25s ease;box-shadow:0 8px 24px -8px #0a473880}.home-highlights__link:hover{background:#073029;transform:translateY(-2px);box-shadow:0 12px 32px -8px #0a473899}.home-highlights__link svg{transition:transform .25s ease}.home-highlights__link:hover svg{transform:translate(4px)}.home-specdriven{background:#eef4f0;padding:100px 24px}.home-specdriven__inner{max-width:1140px;margin:0 auto}.home-specdriven__header{text-align:center;margin-bottom:64px}.home-specdriven__title{margin:0 0 16px;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:800;color:#0f1d1a;letter-spacing:-.02em}.home-specdriven__subtitle{margin:0 auto;max-width:740px;color:#3d5a50;font-size:clamp(1rem,1.4vw,1.12rem);line-height:1.7}.home-specdriven__principles{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:56px}.home-specdriven__principle{position:relative;padding:32px 28px;background:#fff;border:1px solid #dce6e0;border-radius:16px;transition:all .25s ease}.home-specdriven__principle:hover{border-color:#0a4738;box-shadow:0 8px 28px #0a473814;transform:translateY(-3px)}.home-specdriven__principle-title{margin:0 0 8px;font-size:1.1rem;font-weight:700;color:#0a4738;letter-spacing:-.01em}.home-specdriven__principle-desc{margin:0;font-size:.95rem;line-height:1.65;color:#3d5a50}.home-specdriven__standards{text-align:center}.home-specdriven__standards-note{margin:0 0 24px;font-size:.95rem;color:#4b5e56;line-height:1.6}.home-specdriven__standards-list{list-style:none;margin:0;padding:0;display:flex;justify-content:center;flex-wrap:wrap;gap:12px}.home-specdriven__standard{display:flex;flex-direction:column;align-items:center;gap:2px;padding:14px 24px;background:#fff;border:1px solid #dce6e0;border-radius:12px;transition:all .2s ease}.home-specdriven__standard:hover{border-color:#0a4738;box-shadow:0 4px 16px #0a473814}.home-specdriven__standard strong{font-size:.92rem;font-weight:700;color:#0a4738;letter-spacing:.02em}.home-specdriven__standard span{font-size:.78rem;color:#6b7e75}@media(max-width:768px){.home-specdriven{padding:64px 20px}.home-specdriven__header{margin-bottom:40px}.home-specdriven__principles{grid-template-columns:1fr;gap:16px;margin-bottom:40px}.home-specdriven__principle{padding:24px 20px}.home-specdriven__standards-list{gap:10px}.home-specdriven__standard{padding:12px 18px}}@media(max-width:480px){.home-specdriven{padding:48px 16px}.home-specdriven__principle{padding:20px 16px}}.home-compliance{background:#f7faf8;padding:100px 24px}.home-compliance__inner{max-width:1140px;margin:0 auto}.home-compliance__header{text-align:center;margin-bottom:56px}.home-compliance__header h2{margin:0 0 12px;font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;color:#0f1d1a;letter-spacing:-.02em}.home-compliance__header p{margin:0;color:#4b5563;font-size:1.1rem}.home-compliance__items{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.home-compliance__item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:36px 28px;background:#fff;border-radius:20px;border:1px solid #e5e7eb;box-shadow:0 4px 20px #0000000a;transition:all .25s ease}.home-compliance__item:hover{border-color:#0a4738;box-shadow:0 8px 28px #0a47381a;transform:translateY(-4px)}.home-compliance__icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:#f0fdf4;border:1px solid #d1fae5;border-radius:16px;color:#0a4738;flex-shrink:0;transition:all .25s ease}.home-compliance__item:hover .home-compliance__icon{background:#0a4738;border-color:#0a4738;color:#fff}.home-compliance__icon svg{width:28px;height:28px}.home-compliance__label{display:flex;flex-direction:column;gap:4px}.home-compliance__label strong{font-size:1.05rem;font-weight:700;color:#0f1d1a}.home-compliance__label span{font-size:.88rem;color:#6b7280;line-height:1.5}.home-cta{position:relative;background:linear-gradient(170deg,#0a4738,#073029,#052520);padding:100px 24px;overflow:hidden}.home-cta:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:64px 64px;mask-image:radial-gradient(ellipse 60% 80% at 50% 50%,black 20%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 60% 80% at 50% 50%,black 20%,transparent 100%);pointer-events:none}.home-cta__inner{position:relative;z-index:1;max-width:700px;margin:0 auto;text-align:center}.home-cta__inner h2{margin:0 0 16px;color:#fff;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;letter-spacing:-.02em}.home-cta__inner p{margin:0 0 40px;color:#ffffffa6;font-size:clamp(1rem,1.4vw,1.15rem);line-height:1.65}.home-cta__actions{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:14px}.home-cta__btn{display:inline-flex;align-items:center;gap:8px;padding:15px 30px;font-weight:700;font-size:.95rem;text-decoration:none;border-radius:12px;transition:all .2s ease;cursor:pointer}.home-cta__btn--primary{background:#fff;color:#0a4738;box-shadow:0 4px 14px #00000026}.home-cta__btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000038}.home-cta__btn--secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.28)}.home-cta__btn--secondary:hover{background:#ffffff1a;border-color:#ffffff80}.home-cta__btn--secondary svg{transition:transform .2s ease}.home-cta__btn--secondary:hover svg{transform:translate(3px)}.home-faq{background:#fff;padding:80px 24px}.home-faq__inner{max-width:860px;margin:0 auto}.home-faq__header{text-align:center;margin-bottom:56px}.home-faq__header h2{margin:0 0 12px;color:#0a4738;font-size:2.2rem;font-weight:800;line-height:1.2;letter-spacing:-.02em}.home-faq__header p{margin:0;color:#0a473899;font-size:1.05rem;line-height:1.6}.home-faq__list{display:flex;flex-direction:column;gap:12px}.home-faq__item{background:#fff;border:1px solid rgba(10,71,56,.12);border-radius:12px;overflow:hidden;transition:all .3s ease}.home-faq__item:hover{border-color:#0a47383d;box-shadow:0 2px 12px #0a47380f}.home-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;background:transparent;border:none;text-align:left;cursor:pointer;font-size:1.05rem;font-weight:600;color:#0a4738;line-height:1.5;transition:color .2s ease}.home-faq__question:hover{color:#0a4738}.home-faq__question span{flex:1}.home-faq__icon{flex-shrink:0;color:#0a4738;transition:transform .3s ease,color .2s ease}.home-faq__item--open .home-faq__icon{transform:rotate(180deg);color:#0a4738}.home-faq__answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.home-faq__item--open .home-faq__answer{max-height:600px;padding:0 24px 22px}.home-faq__answer p{margin:0;color:#0a4738b3;font-size:.98rem;line-height:1.7}@media(max-width:1024px){.home-highlights__row{gap:36px;padding:36px}}@media(max-width:768px){.home-hero{padding:80px 20px 72px}.home-hero__badge{margin-bottom:24px;font-size:.75rem}.home-hero__title{font-size:clamp(1.9rem,6vw,2.8rem);line-height:1.18}.home-hero__sub{margin-bottom:36px;font-size:.98rem}.home-hero__btn{padding:13px 24px;font-size:.9rem}.home-product-embed__layout{padding:0}.home-product__mockup{transform:none;border-radius:14px}.home-product__mockup:hover{transform:translateY(-4px)}.home-highlights{padding:64px 20px 40px}.home-highlights__header{margin-bottom:48px}.home-highlights__list{gap:24px}.home-highlights__row{grid-template-columns:1fr;gap:28px;padding:32px 28px}.home-highlights__row--reverse{direction:ltr}.home-highlights__visual{order:-1}.home-highlights__footer{margin-top:36px}.home-compliance{padding:64px 20px}.home-compliance__header{margin-bottom:40px}.home-compliance__items{grid-template-columns:1fr;gap:16px}.home-compliance__item{flex-direction:row;text-align:left;padding:24px;border-radius:16px}.home-cta,.home-faq{padding:64px 20px}.home-faq__header{margin-bottom:40px}.home-faq__header h2{font-size:1.8rem}.home-faq__question{padding:18px 20px;font-size:.98rem}.home-faq__answer p{font-size:.92rem}}@media(max-width:480px){.home-hero{padding:56px 16px}.home-hero__title{font-size:1.75rem}.home-hero__sub{font-size:.92rem;margin-bottom:28px}.home-hero__actions{flex-direction:column;gap:10px;width:100%}.home-hero__btn{width:100%;justify-content:center;padding:14px 20px}.home-product-embed__layout{padding:0}.home-product__mockup{border-radius:12px}.home-product__bar{padding:10px 12px}.home-product__dot{width:10px;height:10px}.home-product__url{font-size:.7rem;padding:6px 10px}.home-highlights{padding:48px 16px 32px}.home-highlights__row{padding:24px 20px;border-radius:18px;gap:20px}.home-highlights__heading{font-size:1.25rem}.home-highlights__desc{font-size:1rem}.home-compliance{padding:48px 16px}.home-compliance__header h2{font-size:1.5rem}.home-compliance__item{padding:20px}.home-compliance__icon{width:46px;height:46px}.home-compliance__icon svg{width:22px;height:22px}.home-cta{padding:48px 16px}.home-cta__inner h2{font-size:1.5rem}.home-cta__actions{flex-direction:column;gap:10px;width:100%}.home-cta__btn{width:100%;justify-content:center;padding:14px 20px}.home-faq{padding:48px 16px}.home-faq__header{margin-bottom:32px}.home-faq__header h2{font-size:1.5rem}.home-faq__header p{font-size:.9rem}.home-faq__question{padding:16px 18px;font-size:.95rem;gap:12px}.home-faq__item--open .home-faq__answer{padding:0 18px 16px}.home-faq__answer p{font-size:.88rem}.home-faq__icon{width:20px;height:20px}}
