section{min-height:100vh;display:flex;justify-content:center}.hero-section{position:relative;align-items:flex-end}@media(max-width:500px){.hero-section{padding:5vh 0px}}.top-back{position:absolute;top:5rem;left:2.5rem;width:18rem;height:18rem;background-color:#4e4ff31a;border-radius:9999px;filter:blur(64px);animation:pulse-soft 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse-soft{50%{opacity:.5}}.mid-back{position:absolute;top:50%;left:50%;width:800px;height:800px;background-color:#3b82f60d;border-radius:9999px;filter:blur(64px);transform:translate(-50%,-50%)}@media(max-width:500px){.mid-back{width:200px;height:200px}}.bottom-back{position:absolute;bottom:5rem;right:2.5rem;width:24rem;height:24rem;background-color:#21cab91a;border-radius:9999px;filter:blur(64px);animation:pulse-soft 2s cubic-bezier(.4,0,.6,1) infinite}@media(max-width:800px){.mid-back{width:500px;height:500px}}@media(max-width:500px){.top-back,.bottom-back{width:50px;height:50px}.mid-back{width:200px;height:200px}}.hero-content{width:80%;display:flex;align-items:center;gap:80px;padding:6rem 0px;z-index:1}.hero-content>div{width:100%}.hero-info{display:flex;flex-direction:column;gap:20px;align-items:flex-start}.hero-tag{height:40px;padding:0 20px;display:flex;align-items:center;justify-content:center;gap:10px;background-color:#4e4ef333;border:1px solid rgba(78,78,243,.506);border-radius:25px;font-size:clamp(.2rem,3vw,.875rem);font-weight:600;color:#4e4ef3c7}.hero-tag span{color:#27cbbb;font-variation-settings:"FILL" 1;font-size:10px}.hero-title{font-size:clamp(2rem,4vw,4rem);font-weight:900;line-height:1.3;max-width:600px}.hero-title span{background:linear-gradient(to bottom right,#4e4ff3,#e447ba);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-description{font-size:1rem;font-size:clamp(.5rem,4vw,1rem);color:#6b7280;max-width:700px}.hero-points{width:100%;display:flex;justify-content:space-between;gap:15px;padding-top:10px}@media(max-width:500px){.hero-points{flex-wrap:wrap}}.hero-point{display:flex;align-items:center;gap:10px;font-size:14px;font-size:clamp(.5rem,4vw,.8rem);color:#6b7280}.hero-point span{color:#27cbbb}.hero-actions{padding-top:20px;display:flex;gap:30px;flex-wrap:wrap}.hero-action{height:50px;padding:0 30px;background:linear-gradient(to bottom right,#4e4ff3,#e447ba);color:#fff;font-size:16px;font-size:clamp(.8rem,4vw,1rem);font-weight:600;cursor:pointer;border-radius:10px;display:flex;align-items:center;justify-content:center;gap:6px;transition:all .3s ease}.hero-action span{font-size:18px}.hero-figures{width:100%;display:flex;justify-content:space-between;padding-top:25px;margin-top:25px;border-top:1px solid #eef0f3}.hero-figure p{font-size:26px;font-size:clamp(1rem,4vw,1.5rem);font-weight:700}.hero-figure span{display:block;font-size:14px;font-size:clamp(.5rem,3vw,.875rem);color:#6b7280}.hero-image-container{position:relative}@media(max-width:1500px){.hero-image{display:none}.hero-section{align-items:center}}.glass{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.main-card{border-radius:1rem;padding:1.5rem;box-shadow:0 25px 50px -12px #00000040;transform:rotate(1deg);transition:transform .5s}.main-card:hover{transform:rotate(0)}.card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.card-header-dot{width:.75rem;height:.75rem;border-radius:9999px}.dot-red{background-color:#ef4444}.dot-yellow{background-color:#facc15}.dot-green{background-color:#4ade80}.card-body>*+*{margin-top:1rem}.placeholder-bar{height:2rem;background-color:#e2e8f0;border-radius:.5rem;width:66.666667%}.grid-container{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.grid-item{height:6rem;background:linear-gradient(180deg,#ffffff0d,#fff0);border-radius:.75rem;border:1px solid rgba(226,232,240,.5);padding:1rem}.grid-item-icon-placeholder{width:2rem;height:2rem;background-color:#4f46e533;border-radius:.5rem;margin-bottom:.5rem}.grid-item-text-placeholder{height:.75rem;background-color:#e2e8f0;border-radius:.25rem;width:100%}.large-placeholder{height:10rem;background:linear-gradient(180deg,#ffffff0d,#fff0);border-radius:.75rem;border:1px solid rgba(226,232,240,.5)}.floating-card{position:absolute;border-radius:.75rem;padding:1rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;display:flex;align-items:center;gap:.75rem;background-color:#fff}.check-in-card{top:-2rem;right:-2rem;animation:float 3s ease-in-out infinite}.attendance-card{bottom:-1rem;left:-2rem;animation:float-delayed 3s ease-in-out infinite}.icon-wrapper{width:2.5rem;height:2.5rem;border-radius:9999px;display:flex;align-items:center;justify-content:center}.check-in-icon-bg{background-color:#4ade8033}.check-in-icon{color:#4ade80}.attendance-icon-bg{background-color:#4f46e533}.attendance-text{color:#4f46e5;font-weight:700;font-size:.875rem}.card-title{font-size:.875rem;font-weight:600}.card-subtitle{font-size:.75rem;color:#64748b}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes float-delayed{0%,to{transform:translateY(0)}50%{transform:translateY(10px)}}.features-section{position:relative;overflow:hidden;padding-top:6rem;padding-bottom:1rem}.features-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#00000005,#4e4ff30d,#00000005);pointer-events:none}.features-container{position:relative;z-index:1;width:80%;margin:0 auto}.features-intro{text-align:center;max-width:720px;margin:0 auto 4rem}.features-badge{display:inline-block;padding:.5rem 1rem;border-radius:9999px;background:#4e4ff31a;color:#4e4ff3;font-size:.875rem;font-size:clamp(.5rem,3vw,.875rem);font-weight:600;margin-bottom:1rem}.features-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem;line-height:1.2}.text-gradient{background:linear-gradient(to bottom right,#4e4ff3,#e447ba);-webkit-background-clip:text;background-clip:text;color:transparent}.features-description{font-size:1.125rem;font-size:clamp(.5rem,4vw,1rem);color:#6b7280}.features-group{margin-bottom:5rem}.features-group-header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.features-subtitle{font-size:1.5rem;font-size:clamp(1rem,3vw,1.5rem);font-weight:700}.features-muted{color:#6b7280;font-size:clamp(.75rem,3vw,1rem)}.icon-square{min-width:3rem;width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center}.icon-square.primary{background:linear-gradient(135deg,#4e4ff3,#e447ba)}.icon-square.accent{background:linear-gradient(135deg,#27cbbb,#4e4ff3)}.icon-square svg{color:#fff}.features-grid{display:grid;gap:1.5rem}.features-grid-org{grid-template-columns:repeat(3,minmax(0,1fr))}.features-grid-emp{grid-template-columns:repeat(4,minmax(0,1fr))}@media(max-width:1024px){.features-grid-org,.features-grid-emp{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:500px){.features-grid-org,.features-grid-emp{grid-template-columns:repeat(1,minmax(0,1fr))}}.feature-card{position:relative;border-radius:1rem;border:1px solid #eef0f3;background:#fff;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.feature-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -12px #0003}.feature-card:before{content:"";position:absolute;inset:0;border-radius:1rem;background:linear-gradient(135deg,rgba(78,79,243,.05),transparent);opacity:0;transition:opacity .3s ease}.feature-card:hover:before{opacity:1}.feature-card-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.feature-card-icon.primary{background:#4e4ff31a}.feature-card-icon.accent{background:#27cbbb1a}.feature-card-icon svg{color:#4e4ff3}.feature-card-icon.accent svg{color:#27cbbb}.feature-card-title{font-size:1.125rem;font-size:clamp(.9rem,3vw,1.125rem);font-weight:600;margin-bottom:.5rem}.feature-card-text{font-size:.9375rem;font-size:clamp(.75rem,3vw,.9375rem);color:#6b7280;line-height:1.6}.hiw-section{position:relative;overflow:hidden;padding:6rem 0;background:linear-gradient(180deg,#0f172a,#111827);color:#e5e7eb}.hiw-overlay-circle{position:absolute;width:50%;height:50%;border-radius:9999px;filter:blur(48px)}.hiw-overlay-primary{top:0;left:0;background:#4e4ff314}.hiw-overlay-accent{bottom:0;right:0;background:#27cbbb14}.hiw-container{position:relative;z-index:1;width:80%;margin:0 auto}.hiw-intro{text-align:center;max-width:720px;margin:0 auto 4rem}.hiw-badge{display:inline-block;padding:.5rem 1rem;border-radius:9999px;background:#4e4ff333;color:#e5e7eb;font-size:.875rem;font-size:clamp(.5rem,4vw,1rem);font-weight:600;margin-bottom:1rem}.hiw-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem;line-height:1}.hiw-accent-text{color:#27cbbb}.hiw-description{font-size:1.125rem;font-size:clamp(.5rem,4vw,1rem);color:#e5e7ebb3}.hiw-steps-wrapper{position:relative}.hiw-connector-line{display:none}@media(min-width:1024px){.hiw-connector-line{display:block;position:absolute;top:6rem;left:0;right:0;height:2px;background:linear-gradient(90deg,#4e4ff333,#27cbbb66,#4e4ff333)}}.hiw-grid{display:grid;gap:2rem}@media(min-width:640px){.hiw-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.hiw-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.5rem}}.hiw-step{position:relative}.hiw-step-number{position:absolute;top:-1rem;left:1.5rem;z-index:2;width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;font-weight:700;color:#fff;box-shadow:0 10px 20px #00000040;transition:transform .3s ease}.hiw-step-number.primary{background:#4e4ff3}.hiw-step-number.accent{background:#27cbbb;color:#0a0f1d}.hiw-step:hover .hiw-step-number{transform:scale(1.08)}.hiw-card{padding:2.5rem 1.5rem 1.5rem;border-radius:1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .3s ease;min-height:100%}.hiw-card:hover{background:#ffffff1a}.hiw-icon-box{width:3.5rem;height:3.5rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.hiw-icon-box.primary{background:#4e4ff333}.hiw-icon-box.accent{background:#27cbbb33}.hiw-icon-box svg{color:#4e4ff3}.hiw-icon-box.accent svg{color:#27cbbb}.hiw-card-title{font-size:1.25rem;font-size:clamp(.9rem,3vw,1.125rem);font-weight:700;margin-bottom:.75rem;color:#e5e7eb}.hiw-card-text{color:#e5e7ebb3;line-height:1.7;font-size:clamp(.75rem,3vw,.9375rem)}.hiw-cta{text-align:center;margin-top:4rem}.hiw-cta-text{font-size:1.25rem;font-size:clamp(.9rem,3vw,1.25rem);margin-bottom:1.25rem;color:#e5e7ebcc}.hiw-cta-btn{display:inline-block;padding:1rem 2rem;border-radius:.75rem;background:#27cbbb;color:#0a0f1d;font-weight:600;font-size:clamp(.9rem,3vw,1rem);box-shadow:0 5px 15px -4px #27cbbb80;transition:transform .3s ease,box-shadow .3s ease}.hiw-cta-btn:hover{transform:scale(1.05);box-shadow:0 10px 20px -5px #27cbbbb3}.dash-section{position:relative;overflow:hidden;padding:6rem 0;background-color:#f9f9fa}.dash-container{width:80%;margin:0 auto}.dash-intro{text-align:center;max-width:720px;margin:0 auto 3rem}.dash-badge{display:inline-block;padding:.5rem 1rem;border-radius:9999px;background:#27cbbb1f;color:#27cbbb;font-size:.875rem;font-size:clamp(.5rem,3vw,.875rem);font-weight:600;margin-bottom:1rem}.dash-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:1rem;line-height:1}.dash-description{font-size:1.125rem;font-size:clamp(.5rem,4vw,1rem);color:#6b7280}.dash-switches{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.dash-switch{display:flex;gap:.5rem;padding:.25rem;border-radius:.75rem;background:#f3f4f6}.dash-button{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-size:clamp(.5rem,3vw,.875rem);font-weight:600;color:#6b7280;background:transparent;border:none;cursor:default}.dash-button.is-active{background:#fff;color:#111827;box-shadow:0 4px 12px #00000014}.dash-button svg{width:16px;height:16px}.dash-preview{position:relative;max-width:1000px;margin:0 auto}.dash-browser{border-radius:1rem;overflow:hidden;box-shadow:0 25px 50px -12px #00000040;border:1px solid #e5e7eb;background:#fff}.dash-browser-topbar{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#f3f4f6;border-bottom:1px solid #e5e7eb}.dash-chrome-dots{display:flex;gap:.5rem}.dash-dot{width:.75rem;height:.75rem;border-radius:9999px}.dash-dot-red{background:#ef444499}.dash-dot-yellow{background:#facc1599}.dash-dot-green{background:#4ade8099}.dash-urlbar{flex:1;height:1.75rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;display:flex;align-items:center;padding:0 .75rem;color:#6b7280;font-size:.75rem}.dash-browser-body{padding:1.5rem;min-height:400px}.dash-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.dash-header-title{font-size:1.25rem;font-size:clamp(.9rem,3vw,1.25rem);font-weight:700}.dash-header-date{font-size:.875rem;font-size:clamp(.8rem,3vw,.875rem);color:#6b7280}.dash-welcome{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.dash-avatar{width:3rem;height:3rem;border-radius:9999px;background:#4e4ff333;display:flex;align-items:center;justify-content:center}.dash-welcome-title{font-size:1.25rem;font-size:clamp(.9rem,3vw,1.25rem);font-weight:700}.dash-welcome-sub{font-size:.875rem;font-size:clamp(.8rem,3vw,.875rem);color:#6b7280}.dash-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem}.dash-stats-4{grid-template-columns:repeat(4,minmax(0,1fr))}.dash-stat{text-align:center;padding:1rem;border-radius:.75rem;border:1px solid #e5e7eb;background:#f8fafc}.dash-stat-title{font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.dash-stat-value{font-size:1.5rem;font-weight:700;color:#111827}.dash-stat-sub{font-size:.75rem;color:#6b7280}.dash-stat-sub.accent{color:#27cbbb}.dash-stat.accent{background:#27cbbb1f;border-color:#27cbbb33}.dash-stat.accent .dash-stat-value{color:#27cbbb}.dash-shifts{padding:1rem;border-radius:.75rem;background:#f3f4f680;border:1px solid #e5e7eb}.dash-panels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media(max-width:680px){.dash-stats-4{grid-template-columns:repeat(2,minmax(0,1fr))}.dash-panels{grid-template-columns:repeat(1,minmax(0,1fr))}}@media(max-width:600px){.dash-stats-4{grid-template-columns:repeat(1,minmax(0,1fr))}.dash-stats{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1rem;margin-bottom:1.5rem}}.dash-panel{padding:1rem;border-radius:.75rem;background:#f3f4f680;border:1px solid #e5e7eb}.dash-panel-title{font-weight:600;margin-bottom:.75rem}.dash-bars{display:flex;align-items:flex-end;gap:.5rem;height:6rem}.dash-bar{flex:1;background:#4e4ff399;border-radius:.25rem .25rem 0 0}.dash-progress-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.dash-progress-label{width:6rem;font-size:.875rem;color:#6b7280}.dash-progress-track{flex:1;height:.5rem;background:#f3f4f6;border-radius:9999px;overflow:hidden}.dash-progress-fill{height:100%;background:#27cbbb;border-radius:9999px}.dash-shifts h4{font-weight:600;margin-bottom:.75rem}.dash-shift-item{font-size:clamp(.75rem,3vw,.875rem);display:flex;align-items:center;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid rgba(229,231,235,.6)}.dash-shift-item:last-child{border-bottom:none}.dash-bg-circle{position:absolute;z-index:-1;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:#4e4ff314;border-radius:9999px;filter:blur(64px)}.test-section{position:relative;overflow:hidden;padding:6rem 0;background:#f3f4f680;display:none}.test-container{width:80%;margin:0 auto}.test-intro{text-align:center;max-width:720px;margin:0 auto 3rem}.test-badge{display:inline-block;padding:.5rem 1rem;border-radius:9999px;background:#4e4ff31a;color:#4e4ff3;font-size:.875rem;font-weight:600;margin-bottom:1rem}.test-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:.75rem;line-height:1.2}.test-description{font-size:1.125rem;color:#6b7280}.test-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}@media(max-width:1024px){.test-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.test-grid{grid-template-columns:1fr}}.test-card{position:relative;padding:1.5rem;border-radius:1rem;background:#fff;border:1px solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.test-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -12px #0003;border-color:#4e4ff333}.test-quote-icon{position:absolute;top:1rem;right:1rem;width:2rem;height:2rem;color:#4e4ff31f}.test-stars{display:flex;gap:.25rem;margin-bottom:1rem}.test-star{width:1rem;height:1rem;display:inline-block;background:#facc15;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22><path d=%22M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16Z%22/></svg>") center / contain no-repeat;mask:url("data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22><path d=%22M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16Z%22/></svg>") center / contain no-repeat}.test-text{color:#111827e6;line-height:1.7;margin-bottom:1rem}.test-author{display:flex;align-items:center;gap:.75rem}.test-avatar{width:3rem;height:3rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;color:#fff;background:linear-gradient(135deg,#4e4ff3,#e447ba)}.test-author-name{font-weight:600}.test-author-role{font-size:.875rem;color:#6b7280}.test-brands{margin-top:5rem;padding-top:5rem;border-top:1px solid #eaecf0}.test-brands-title{text-align:center;color:#6b7280;margin-bottom:1.5rem}.test-brands-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem;opacity:.6}.test-brand{font-size:1.25rem;font-weight:700;color:#6b7280}.price-section{position:relative;overflow:hidden;padding:6rem 0;background:#fff}.price-container{width:80%;margin:0 auto}.price-intro{text-align:center;max-width:720px;margin:0 auto 3rem}.price-badge{display:inline-block;padding:.5rem 1rem;border-radius:9999px;background:#4e4ff31a;color:#4e4ff3;font-size:.875rem;font-size:clamp(.5rem,3vw,.875rem);font-weight:600;margin-bottom:1rem}.price-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:.75rem;line-height:1.2}.price-description{font-size:1.125rem;font-size:clamp(.5rem,4vw,1rem);color:#6b7280}.price-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}@media(max-width:1024px){.price-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.price-grid{grid-template-columns:1fr}}.price-card{position:relative;border-radius:1rem;border:1px solid #eaecf0;background:#fff;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.price-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -12px #0003;border-color:#4e4ff333}.price-popular{border-color:#27cbbb66;box-shadow:0 25px 50px -12px #27cbbb4d}.price-ribbon{position:absolute;top:-.75rem;right:1rem;background:#27cbbb;color:#0a0f1d;font-weight:700;font-size:.75rem;padding:.25rem .5rem;border-radius:9999px;display:flex;align-items:center;gap:.25rem}.price-ribbon-icon{display:inline-flex}.price-header{margin-bottom:.75rem}.price-plan{font-size:1.25rem;font-weight:700}.price-sub{font-size:.875rem;color:#6b7280}.price-price{display:flex;align-items:baseline;gap:.5rem;margin:.75rem 0 1rem}.price-amount{font-size:2rem;font-size:clamp(1.5rem,5vw,2rem);font-weight:800}.price-cycle{font-size:.875rem;font-size:clamp(.75rem,3vw,.875rem);color:#6b7280}.price-features{list-style:none;padding:0;margin:0 0 1rem;display:flex;flex-direction:column;gap:.5rem}.price-feature{display:flex;align-items:center;gap:.5rem;color:#111827e6;font-size:clamp(.75rem,3vw,.9375rem)}.price-check{width:1.25rem;height:1.25rem;border-radius:.375rem;background:#27cbbb1f;color:#27cbbb;display:inline-flex;align-items:center;justify-content:center}.price-cta{margin-top:1rem}.price-button{display:inline-block;padding:.75rem 1.25rem;border-radius:.5rem;background:#f3f4f6;color:#111827;font-size:clamp(.9rem,3vw,1rem);font-weight:600;border:1px solid #e5e7eb;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.price-button:hover{transform:translateY(-1px);box-shadow:0 10px 20px -6px #0000001f;background:#fff}.price-button.is-primary{background:linear-gradient(135deg,#4e4ff3,#e447ba);color:#fff;border:none}.price-footnote{text-align:center;color:#6b7280;margin-top:2rem;font-size:clamp(.85rem,3vw,1rem)}.price-bg-circle{position:absolute;z-index:-1;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;background:#4e4ff30f;border-radius:9999px;filter:blur(64px)}.contact-section{position:relative;overflow:hidden;padding:6rem 0;background:linear-gradient(180deg,#0f172a,#111827);color:#e5e7eb}.contact-overlay{position:absolute;filter:blur(48px);pointer-events:none}.contact-overlay-right{top:0;right:0;width:50%;height:100%;background:#4e4ff314;border-top-left-radius:9999px;border-bottom-left-radius:9999px}.contact-overlay-left{bottom:0;left:0;width:33%;height:50%;background:#27cbbb14;border-radius:9999px}.contact-container{position:relative;z-index:1;width:80%;margin:0 auto}.contact-intro{text-align:center;max-width:720px;margin:0 auto 3rem}.contact-badge{display:inline-block;padding:.5rem 1rem;border-radius:9999px;background:#4e4ff333;color:#e5e7eb;font-size:.875rem;font-size:clamp(.5rem,3vw,.875rem);font-weight:600;margin-bottom:1rem}.contact-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;margin-bottom:.75rem;line-height:1.1}.contact-accent-text{color:#27cbbb}.contact-description{font-size:1.125rem;font-size:clamp(.5rem,4vw,1rem);color:#e5e7ebb3}.contact-grid{display:grid;gap:2rem}@media(min-width:1024px){.contact-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem;max-width:1000px;margin:0 auto}}.contact-form-inner{display:flex;flex-direction:column;gap:1rem}.contact-row{display:grid;gap:1rem}@media(min-width:640px){.contact-row{grid-template-columns:repeat(2,minmax(0,1fr))}}.contact-label{display:block;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.contact-input,.contact-textarea{width:100%;border-radius:.5rem;border:1px solid rgba(229,231,235,.2);background:#e5e7eb1a;color:#e5e7eb;padding:.6rem .75rem;font-size:clamp(.75rem,3vw,1rem);font-weight:300}.contact-textarea{min-height:80px;resize:none}.contact-input::placeholder,.contact-textarea::placeholder{color:#e5e7eb66}.contact-input:focus,.contact-textarea:focus{outline:none;border-color:#27cbbb99;box-shadow:0 0 0 3px #27cbbb33;background:#e5e7eb24}.contact-button{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;width:100%;height:3.25rem;padding:0 1.25rem;border-radius:.75rem;background:#27cbbb;color:#0a0f1d;font-size:clamp(.9rem,3vw,1rem);font-weight:600;box-shadow:0 10px 20px -6px #27cbbb66;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.contact-button:hover{transform:scale(1.02);box-shadow:0 15px 30px -10px #27cbbb99}.contact-button:active{transform:scale(.98)}.send-loading{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;padding:0 20px;opacity:0;visibility:hidden}.send-loading.view{opacity:1;visibility:visible}.send-loading svg{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.contact-info-intro{margin-bottom:1rem}.contact-info-title{font-size:1.25rem;font-size:clamp(1rem,3vw,1.25rem);font-weight:700}.contact-info-text{font-size:clamp(.75rem,3vw,1rem);color:#e5e7ebb3}.contact-items{display:flex;flex-direction:column;gap:1rem}.contact-item{display:flex;align-items:flex-start;gap:.75rem;text-decoration:none;color:inherit}.contact-icon-box{min-width:3rem;width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;background:#4e4ff333;transition:background .2s ease}.contact-item:hover .contact-icon-box{background:#27cbbb33}.contact-item-label{font-size:.875rem;color:#e5e7eb99}.contact-item-value{font-size:clamp(.9rem,3vw,1rem);font-weight:600}.contact-next{margin-top:1.5rem;padding:1rem;border-radius:1rem;background:#e5e7eb0f;border:1px solid rgba(229,231,235,.12)}.contact-next-title{font-size:clamp(1rem,3vw,1.125rem);font-weight:600;margin-bottom:.75rem}.contact-next-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.contact-next-item{display:flex;align-items:center;gap:.5rem;font-size:clamp(.85rem,3vw,1rem)}.contact-next-item svg{color:#27cbbb;flex-shrink:0}
