*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--teal: #1D9E75;--teal-dark: #0F6E56;--teal-light: #9FE1CB;--teal-dim: rgba(29,158,117,.12);--bg: #080C0A;--bg2: #0E1510;--bg3: #131A15;--border: rgba(29,158,117,.18);--border2: rgba(255,255,255,.06);--white: #F0F4F2;--muted: rgba(240,244,242,.5);--muted2: rgba(240,244,242,.25);--font-head: "Syne", sans-serif;--font-body: "DM Sans", sans-serif;--radius: 12px;--radius-sm: 8px}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--white);font-family:var(--font-body);font-size:16px;line-height:1.7;overflow-x:hidden}.container{max-width:1100px;margin:0 auto;padding:0 2rem}.teal{color:var(--teal)}.section-label{font-family:var(--font-body);font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:1rem}.section-title{font-family:var(--font-head);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.15;color:var(--white);margin-bottom:2rem}.section{padding:7rem 0}.btn-teal{display:inline-block;background:var(--teal);color:#fff;font-family:var(--font-body);font-size:14px;font-weight:500;padding:12px 28px;border-radius:6px;text-decoration:none;border:none;cursor:pointer;transition:background .2s,transform .15s;letter-spacing:.01em}.btn-teal:hover{background:var(--teal-dark);transform:translateY(-1px)}.btn-teal:active{transform:translateY(0)}.btn-ghost{display:inline-block;background:transparent;color:var(--white);font-family:var(--font-body);font-size:14px;font-weight:500;padding:11px 28px;border-radius:6px;text-decoration:none;border:1px solid var(--border);cursor:pointer;transition:border-color .2s,background .2s,transform .15s}.btn-ghost:hover{border-color:var(--teal);background:var(--teal-dim);transform:translateY(-1px)}.nav{position:fixed;top:0;left:0;right:0;z-index:100;background:#080c0ad9;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border2);transition:background .3s}.nav.scrolled{background:#080c0af7}.nav-inner{max-width:1100px;margin:0 auto;padding:0 2rem;height:64px;display:flex;align-items:center;gap:2rem}.nav-logo{font-family:var(--font-head);font-size:18px;font-weight:800;color:var(--white);text-decoration:none;letter-spacing:-.02em;flex-shrink:0}.nav-logo span{color:var(--teal)}.nav-links{display:flex;gap:2rem;margin-left:auto}.nav-links a{color:var(--muted);text-decoration:none;font-size:14px;font-weight:400;transition:color .2s}.nav-links a:hover{color:var(--white)}.nav-cta{margin-left:1rem;font-size:13px;padding:9px 20px}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;margin-left:auto;padding:4px}.hamburger span{display:block;width:22px;height:1.5px;background:var(--white);transition:all .2s}.mobile-menu{display:none;flex-direction:column;gap:0;padding:0 2rem 1.5rem;border-top:1px solid var(--border2)}.mobile-menu a{color:var(--muted);text-decoration:none;font-size:15px;padding:.75rem 0;border-bottom:1px solid var(--border2);transition:color .2s}.mobile-menu a:last-child{border-bottom:none;margin-top:1rem}.mobile-menu a:hover{color:var(--white)}.mobile-menu.open{display:flex}.hero{min-height:100vh;display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden;padding-top:64px}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 50% at 70% 40%,rgba(29,158,117,.08) 0%,transparent 70%),radial-gradient(ellipse 40% 30% at 20% 70%,rgba(29,158,117,.05) 0%,transparent 70%);pointer-events:none}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%231D9E75' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none}.hero-inner{position:relative;z-index:1;padding:6rem 2rem 4rem}.hero-label{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:1.5rem;display:flex;align-items:center;gap:10px}.hero-label:before{content:"";display:block;width:24px;height:1px;background:var(--teal)}.hero-title{font-family:var(--font-head);font-size:clamp(2.8rem,6vw,5rem);font-weight:800;line-height:1.08;letter-spacing:-.03em;color:var(--white);margin-bottom:1.75rem;max-width:700px}.hero-sub{font-size:17px;color:var(--muted);max-width:520px;line-height:1.7;margin-bottom:2.5rem;font-weight:300}.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap}.platforms-strip{position:relative;z-index:1;border-top:1px solid var(--border2);padding:1.25rem 2rem;overflow:hidden}.platforms-inner{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;max-width:1100px;margin:0 auto}.platforms-inner span{font-size:12px;font-weight:500;color:var(--muted2);letter-spacing:.04em}.platforms-inner .dot{color:var(--teal);opacity:.4}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:5rem}.service-card{background:var(--bg2);border:1px solid var(--border2);border-radius:var(--radius);padding:2.5rem;transition:border-color .3s,transform .2s;display:flex;flex-direction:column}.service-card:hover{border-color:var(--border);transform:translateY(-3px)}.service-icon{width:52px;height:52px;background:var(--teal-dim);border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-card h3{font-family:var(--font-head);font-size:1.35rem;font-weight:700;margin-bottom:.75rem;color:var(--white)}.service-card>p{color:var(--muted);font-size:14px;margin-bottom:1.5rem;line-height:1.7}.service-list{list-style:none;margin-bottom:2rem;flex:1}.service-list li{font-size:13px;color:var(--muted);padding:6px 0;border-bottom:1px solid var(--border2);display:flex;align-items:center;gap:8px}.service-list li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--teal);flex-shrink:0}.service-link{color:var(--teal);text-decoration:none;font-size:13px;font-weight:500;transition:gap .2s}.service-link:hover{text-decoration:underline}.platforms-section{margin-bottom:5rem}.platforms-groups{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem}.platform-group{background:var(--bg2);border:1px solid var(--border2);border-radius:var(--radius);padding:1.5rem}.platform-group-title{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-bottom:1rem}.platform-tags{display:flex;flex-wrap:wrap;gap:6px}.platform-tags span{font-size:12px;padding:4px 10px;border-radius:4px;background:var(--teal-dim);color:var(--teal-light);border:1px solid rgba(29,158,117,.2)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;align-items:start}.pricing-card{background:var(--bg2);border:1px solid var(--border2);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column;gap:0;transition:border-color .3s}.pricing-card:hover{border-color:var(--border)}.pricing-featured{border-color:var(--teal)!important;background:var(--bg3);position:relative}.pricing-badge{display:inline-block;font-size:11px;font-weight:500;padding:3px 10px;border-radius:20px;background:var(--teal-dim);color:var(--teal-light);border:1px solid rgba(29,158,117,.3);margin-bottom:1rem;align-self:flex-start}.pricing-name{font-family:var(--font-head);font-size:14px;font-weight:600;color:var(--muted);margin-bottom:.5rem}.pricing-price{font-family:var(--font-head);font-size:3rem;font-weight:800;color:var(--white);letter-spacing:-.03em;margin-bottom:.75rem;line-height:1}.pricing-desc{font-size:13px;color:var(--muted);margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border2);line-height:1.6}.pricing-features{list-style:none;margin-bottom:2rem;flex:1}.pricing-features li{font-size:13px;color:var(--muted);padding:7px 0;border-bottom:1px solid var(--border2);display:flex;align-items:center;gap:8px}.pricing-features li:before{content:"";width:5px;height:5px;border-radius:50%;background:var(--teal);flex-shrink:0}.why-section{background:var(--bg2);border-top:1px solid var(--border2);border-bottom:1px solid var(--border2);padding:7rem 0}.why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;margin-top:1rem}.why-card{padding:0}.why-num{font-family:var(--font-head);font-size:3rem;font-weight:800;color:var(--teal-dim);line-height:1;margin-bottom:1rem;-webkit-text-stroke:1px rgba(29,158,117,.3);color:transparent}.why-card h4{font-family:var(--font-head);font-size:1.05rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.why-card p{font-size:14px;color:var(--muted);line-height:1.7}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.about-text{font-size:15px;color:var(--muted);margin-bottom:1.25rem;line-height:1.8}.about-cert{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:500;color:var(--teal-light);margin-top:2rem}.cert-icon{width:36px;height:36px;border-radius:50%;background:var(--teal-dim);display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid rgba(29,158,117,.3)}.about-card{background:var(--bg2);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;margin-bottom:1.5rem}.about-card-label{font-size:11px;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-bottom:1rem}.about-card-text{font-family:var(--font-head);font-size:1.15rem;font-weight:600;color:var(--white);line-height:1.5;margin-bottom:1rem}.about-card-sig{font-size:13px;color:var(--muted)}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stat{background:var(--bg2);border:1px solid var(--border2);border-radius:var(--radius-sm);padding:1.25rem;text-align:center}.stat-num{font-family:var(--font-head);font-size:2rem;font-weight:800;color:var(--teal);line-height:1;margin-bottom:.4rem}.stat-label{font-size:12px;color:var(--muted)}.contact-section{background:var(--bg2);border-top:1px solid var(--border2);padding:7rem 0}.contact-sub{color:var(--muted);font-size:15px;margin-bottom:3rem;max-width:500px}.teal-link{color:var(--teal);text-decoration:none}.teal-link:hover{text-decoration:underline}.contact-form{max-width:680px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:1rem}.form-group label{font-size:12px;font-weight:500;color:var(--muted);letter-spacing:.04em}.form-group input,.form-group textarea{background:var(--bg3);border:1px solid var(--border2);border-radius:var(--radius-sm);color:var(--white);font-family:var(--font-body);font-size:14px;padding:12px 16px;outline:none;transition:border-color .2s;resize:vertical}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--muted2)}.form-group input:focus,.form-group textarea:focus{border-color:var(--teal)}.form-success{display:none;text-align:center;color:var(--teal-light);font-size:14px;margin-top:1rem;padding:12px;background:var(--teal-dim);border-radius:var(--radius-sm);border:1px solid rgba(29,158,117,.3)}.form-success.show{display:block}.footer{background:var(--bg);border-top:1px solid var(--border2);padding:3rem 0 2rem}.footer-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;gap:2rem;flex-wrap:wrap}.footer-brand .nav-logo{font-size:16px;margin-bottom:.5rem;display:inline-block}.footer-brand p{font-size:13px;color:var(--muted);margin-top:.5rem}.footer-links{display:flex;gap:1.5rem;flex-wrap:wrap;align-items:center}.footer-links a{color:var(--muted);text-decoration:none;font-size:13px;transition:color .2s}.footer-links a:hover{color:var(--white)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:1.5rem;border-top:1px solid var(--border2);font-size:12px;color:var(--muted2);flex-wrap:wrap;gap:.5rem}.fade-up{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.fade-up.visible{opacity:1;transform:translateY(0)}@media (max-width: 768px){.nav-links,.nav-cta{display:none}.hamburger{display:flex}.about-grid{grid-template-columns:1fr;gap:3rem}.form-row{grid-template-columns:1fr}.about-stats{grid-template-columns:repeat(3,1fr)}.hero-title{font-size:clamp(2.2rem,8vw,3.5rem)}.section,.why-section,.contact-section{padding:5rem 0}}@media (max-width: 480px){.container{padding:0 1.25rem}.about-stats{grid-template-columns:1fr 1fr}.footer-top{flex-direction:column}.footer-bottom{flex-direction:column;text-align:center}}
