:root{--white:#fff;--off-white:#f8fafc;--light-gray:#f1f5f9;--mid-gray:#e2e8f0;--blue:#2563eb;--blue-light:#3b82f6;--blue-dark:#1d4ed8;--blue-bg:#2563eb08;--text-dark:#0f172a;--text-muted:#64748b}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-inter),-apple-system,sans-serif;background:var(--white);color:var(--text-dark);overflow-x:hidden}.hero{background:var(--white);min-height:300vh;position:relative}.hero-sticky{height:100vh;position:sticky;top:0;overflow:hidden}.topbar{background:var(--white);border:1px solid var(--mid-gray);z-index:1000;border-radius:100px;align-items:center;gap:2rem;padding:.5rem .5rem .5rem 1.25rem;display:flex;position:fixed;top:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #0000000f}.topbar-logo{align-items:center;gap:.5rem;text-decoration:none;display:flex}.logo-mark{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.logo-mark svg{width:24px;height:24px}.logo-text{font-family:var(--font-inter),sans-serif;color:var(--text-dark);letter-spacing:-.01em;font-size:.95rem;font-weight:600}.topbar-nav{align-items:center;gap:.25rem;display:flex}.nav-item{color:var(--text-muted);cursor:pointer;border-radius:100px;padding:.5rem .85rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:all .2s}.nav-item:hover{color:var(--text-dark);background:var(--off-white)}.nav-item.active{color:var(--text-dark)}.topbar-cta{align-items:center;display:flex}.topbar-btn{background:var(--blue);color:var(--white);border-radius:100px;align-items:center;gap:.4rem;padding:.55rem 1.1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.topbar-btn:hover{background:var(--blue-dark)}.topbar-btn svg{stroke:currentColor;stroke-width:2.5px;width:14px;height:14px}.nav-menu-btn{background:var(--off-white);cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:none}.nav-menu-btn:hover{background:var(--light-gray)}.nav-menu-btn svg{width:18px;height:18px;stroke:var(--text-dark);stroke-width:2px}@media (max-width:800px){.topbar{gap:.75rem;padding:.5rem}.topbar-logo{padding:0 .5rem}.topbar-nav{display:none}.nav-menu-btn{display:flex}}@media (max-width:480px){.topbar{border-top:none;border-left:none;border-right:none;border-radius:0;justify-content:flex-start;width:100%;padding:.75rem 1rem;top:0;left:0;right:0;transform:none;box-shadow:0 2px 10px #0000000d}.logo-text{display:block}.topbar-cta,.nav-menu-btn{display:none}}.parallax-layer{will-change:transform;transition:transform 50ms linear;position:absolute}.bg-text{font-family:var(--font-space-grotesk),sans-serif;color:#2563eb0a;white-space:nowrap;letter-spacing:-.05em;-webkit-user-select:none;user-select:none;pointer-events:none;font-size:clamp(10rem,25vw,20rem);font-weight:700;top:45%;left:-10%;transform:translateY(-50%)}.deco-circle{border:1px solid #2563eb14;border-radius:50%;width:400px;height:400px;top:20%;right:-100px}.deco-circle-2{border:1px solid #2563eb0d;border-radius:50%;width:250px;height:250px;bottom:15%;left:10%}.deco-line{background:linear-gradient(#0000,#2563eb26,#0000);width:1px;height:120px}.deco-line-1{top:25%;left:15%}.deco-line-2{bottom:20%;right:20%}.deco-dot{background:var(--blue);opacity:.3;border-radius:50%;width:6px;height:6px}.deco-dot-1{top:30%;left:20%}.deco-dot-2{top:35%;right:25%}.deco-dot-3{bottom:25%;left:30%}.deco-dot-4{bottom:35%;right:15%}.float-card{background:var(--white);border:1px solid #2563eb0f;border-radius:16px;width:220px;padding:1.5rem;box-shadow:0 1px 3px #0000000a,0 10px 40px #2563eb14}.float-card.left{top:28%;left:6%}.float-card.right{bottom:25%;right:6%}.float-card.bottom{width:200px;bottom:12%;left:15%}.card-icon{background:var(--blue-bg);border:1px solid #2563eb1a;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1rem;display:flex}.card-icon svg{width:22px;height:22px;stroke:var(--blue)}.card-title{font-family:var(--font-space-grotesk),sans-serif;color:var(--text-dark);margin-bottom:.35rem;font-size:1rem;font-weight:600}.card-desc{color:var(--text-muted);font-size:.8rem;line-height:1.4}.card-stat{align-items:baseline;gap:.25rem;margin-top:.75rem;display:flex}.card-stat-value{font-family:var(--font-space-grotesk),sans-serif;color:var(--blue);font-size:1.5rem;font-weight:700}.card-stat-label{color:var(--text-muted);font-size:.7rem}.main-content{text-align:center;z-index:10;width:90%;max-width:700px;top:50%;left:50%;transform:translate(-50%,-50%)}.badge{background:var(--blue-bg);color:var(--blue);border:1px solid #2563eb1a;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.5rem 1rem;font-size:.8rem;font-weight:500;display:inline-flex}.badge-dot{background:var(--blue);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.headline{font-family:var(--font-instrument-serif),serif;letter-spacing:-.02em;color:var(--text-dark);margin-bottom:1.25rem;font-size:clamp(2.75rem,7vw,5rem);font-weight:400;line-height:1.05}.headline em{color:var(--blue);font-style:italic}.subtext{color:var(--text-muted);max-width:480px;margin:0 auto 2rem;font-size:1.125rem;line-height:1.6}.cta-group{justify-content:center;align-items:center;gap:.75rem;display:flex}.cta-primary{background:var(--blue);color:var(--white);border-radius:100px;align-items:center;gap:.5rem;padding:.9rem 1.75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 2px 12px #2563eb33}.cta-primary:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 8px 24px #2563eb4d}.cta-primary svg{stroke:currentColor;width:16px;height:16px;transition:transform .25s}.cta-primary:hover svg{transform:translate(3px)}.cta-secondary{background:var(--white);color:var(--text-dark);border:1px solid var(--mid-gray);border-radius:100px;align-items:center;gap:.5rem;padding:.9rem 1.75rem;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 2px 8px #0000000a}.cta-secondary:hover{border-color:var(--blue);color:var(--blue);box-shadow:0 4px 16px #2563eb1a}.scroll-indicator{opacity:0;flex-direction:column;align-items:center;gap:.5rem;animation:.8s 1s forwards fade-in;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes fade-in{to{opacity:1}}.scroll-text{letter-spacing:.15em;text-transform:uppercase;color:var(--text-muted);font-size:.65rem;font-weight:500}.scroll-line{background:linear-gradient(to bottom,var(--blue),transparent);width:1px;height:40px;animation:2s ease-in-out infinite scroll-bounce}@keyframes scroll-bounce{0%,to{opacity:1;transform:scaleY(1)}50%{opacity:.5;transform:scaleY(.6)}}.progress-bar{background:var(--blue);width:0%;height:3px;transition:width 50ms linear;position:absolute;bottom:0;left:0}.trust-bar{align-items:center;gap:1.5rem;display:flex;position:absolute;bottom:2rem;right:2.5rem}.trust-item{color:var(--text-muted);letter-spacing:.05em;align-items:center;gap:.5rem;font-size:.7rem;font-weight:500;display:flex}.trust-icon{width:16px;height:16px;stroke:var(--blue)}@media (max-width:1024px){.float-card.left,.float-card.right,.float-card.bottom,.deco-circle,.deco-circle-2,.nav-links,.trust-bar{display:none}}@media (max-width:768px){.headline{font-size:2.5rem}.subtext{padding:0 1rem;font-size:1rem}.cta-group{flex-direction:column;width:100%;padding:0 1rem}.cta-primary,.cta-secondary{justify-content:center;width:100%}.cta-secondary{background:var(--white)}.bg-text{font-size:6rem}.deco-element,.preview-card{display:none}}.section-transform{background:var(--off-white);min-height:350vh;padding:0;position:relative}.section-transform:before{content:"";background:linear-gradient(to right,transparent,var(--mid-gray),transparent);z-index:1;height:1px;position:absolute;top:0;left:0;right:0}.section-transform:after{content:"";background:linear-gradient(to bottom,var(--white),var(--off-white));z-index:0;pointer-events:none;height:200px;position:absolute;top:0;left:0;right:0}.transform-sticky{flex-direction:column;justify-content:center;height:100vh;padding:2rem;display:flex;position:sticky;top:0;overflow:hidden}.transform-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.transform-bg-text{font-family:var(--font-space-grotesk),sans-serif;color:#2563eb05;white-space:nowrap;letter-spacing:-.05em;-webkit-user-select:none;user-select:none;font-size:clamp(15rem,30vw,25rem);font-weight:700;position:absolute;top:50%;right:-5%;transform:translateY(-50%)}.transform-bg-line{background:linear-gradient(to bottom,transparent,var(--mid-gray),transparent);width:1px;position:absolute}.transform-bg-line-1{height:200px;top:10%;left:10%}.transform-bg-line-2{height:150px;bottom:15%;right:15%}.transform-bg-line-3{height:80px;top:5%;left:50%}.transform-bg-circle{border:1px solid #2563eb0d;border-radius:50%;position:absolute}.transform-bg-circle-1{width:400px;height:400px;top:20%;left:-200px}.transform-bg-circle-2{width:300px;height:300px;bottom:10%;right:-100px}.transform-orbit{width:280px;height:280px;position:absolute;bottom:-60px;left:-80px}.transform-orbit-ring{border:1px solid #2563eb1a;border-radius:50%;position:absolute;inset:0}.transform-orbit-ring-2{border:1px solid #2563eb12;border-radius:50%;position:absolute;inset:40px}.transform-orbit-ring-3{border:1px solid #2563eb0a;border-radius:50%;position:absolute;inset:80px}.transform-orbit-dot{background:var(--blue);border-radius:50%;width:8px;height:8px;animation:12s linear infinite orbit-spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 10px #2563eb66}@keyframes orbit-spin{0%{transform:rotate(0)translate(140px)rotate(0)}to{transform:rotate(360deg)translate(140px)rotate(-360deg)}}.transform-orbit-center{background:#2563eb33;border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.transform-bg-dot{background:var(--blue);opacity:.15;border-radius:50%;width:4px;height:4px;position:absolute}.transform-bg-dot-1{top:15%;left:20%}.transform-bg-dot-2{top:25%;right:25%}.transform-bg-dot-3{bottom:30%;left:15%}.transform-bg-dot-4{bottom:20%;right:20%}.transform-bg-dot-5{top:10%;left:40%}.transform-container{width:100%;max-width:1000px;margin:0 auto}.transform-header{opacity:0;margin-bottom:4rem;transition:all .8s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.transform-header.visible{opacity:1;transform:translateY(0)}.transform-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--blue);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.7rem;font-weight:600;display:flex}.transform-eyebrow:before{content:"";background:var(--blue);width:24px;height:1px}.transform-title{font-family:var(--font-instrument-serif),serif;color:var(--text-dark);font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.2}.transform-title em{color:var(--text-muted);font-style:italic}.transform-list{flex-direction:column;gap:2.5rem;display:flex}.transform-item{opacity:0;grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;transition:opacity .6s,transform .6s;display:grid;transform:translateY(20px)}.transform-item.visible{opacity:1;transform:translateY(0)}.transform-item:first-child{transition-delay:.1s}.transform-item:nth-child(2){transition-delay:.2s}.transform-item:nth-child(3){transition-delay:.3s}.transform-item:nth-child(4){transition-delay:.4s}.transform-problem{font-family:var(--font-instrument-serif),serif;color:var(--text-dark);text-align:right;font-size:clamp(1.25rem,3vw,2rem);font-weight:400;line-height:1.3;transition:color 1s}.transform-problem-text{display:inline;position:relative}.transform-problem-text .strike-line{background:var(--blue);width:0%;height:1.5px;transition:width 1.2s cubic-bezier(.16,1,.3,1);position:absolute;top:50%;right:0;transform:translateY(-50%)}.transform-item.struck .transform-problem{color:var(--mid-gray)}.transform-item.struck .transform-problem-text .strike-line{width:100%}.transform-arrow{border:1px solid var(--mid-gray);width:40px;height:40px;color:var(--mid-gray);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;transition:all .8s cubic-bezier(.16,1,.3,1);display:flex}.transform-item.struck .transform-arrow{border-color:var(--blue);background:var(--blue);color:var(--white);transform:scale(1.1)}.transform-solution{font-family:var(--font-instrument-serif),serif;color:var(--blue);opacity:.2;font-size:clamp(1.25rem,3vw,2rem);font-style:italic;font-weight:400;line-height:1.3;transition:all 1s cubic-bezier(.16,1,.3,1);transform:translate(-15px)}.transform-item.struck .transform-solution{opacity:1;transform:translate(0)}.transform-subline{color:var(--text-muted);opacity:0;margin-top:.35rem;font-size:.8rem;transition:opacity .8s .3s}.transform-item.struck .transform-subline{opacity:1}.transform-progress{z-index:10;flex-direction:column;gap:.5rem;display:flex;position:absolute;top:50%;left:2rem;transform:translateY(-50%)}.transform-progress-dot{background:var(--mid-gray);border-radius:50%;width:8px;height:8px;transition:all .4s}.transform-progress-dot.active{background:var(--blue);transform:scale(1.25)}.transform-transition{opacity:0;flex-direction:column;align-items:center;gap:0;margin-top:3rem;transition:all .8s cubic-bezier(.16,1,.3,1);display:flex;transform:translateY(20px)}.transform-transition.visible{opacity:1;transform:translateY(0)}.transform-transition-line{background:linear-gradient(to bottom,var(--mid-gray),var(--blue));transform-origin:top;width:1px;height:60px;animation:2s ease-out infinite line-grow}@keyframes line-grow{0%,to{opacity:.3;transform:scaleY(.7)}50%{opacity:1;transform:scaleY(1)}}.transform-transition-dot{background:var(--blue);border-radius:50%;width:8px;height:8px;animation:2s ease-out infinite dot-pulse;box-shadow:0 0 #2563eb4d}@keyframes dot-pulse{0%,to{transform:scale(1);box-shadow:0 0 #2563eb4d}50%{transform:scale(1.2);box-shadow:0 0 0 8px #2563eb00}}.transform-cta:hover svg{transform:translate(3px)}@media (max-width:900px){.transform-progress{display:none}}@media (max-width:768px){.section-transform{min-height:350vh}.transform-sticky{padding:1.5rem}.transform-header{text-align:center;margin-bottom:2rem}.transform-eyebrow{justify-content:center}.transform-eyebrow:before{display:none}.transform-title{font-size:1.75rem}.transform-item{text-align:center;border-bottom:1px solid var(--mid-gray);flex-direction:column;gap:.75rem;padding-bottom:1.5rem;display:flex}.transform-problem{text-align:center;width:100%}.transform-problem-text{font-size:1.1rem;display:inline;position:relative}.transform-subline{margin-top:.25rem;font-size:.8rem}.transform-arrow{display:none}.transform-solution{width:100%;color:var(--blue);border-left:none;padding-left:0;font-size:1.1rem}.transform-solution .transform-subline{color:var(--text-muted);margin-top:.25rem}.transform-item.struck .transform-solution{transform:translate(0)}.transform-list{gap:1.5rem;width:100%}.transform-content{width:100%}.transform-bg-text,.transform-orbit,.transform-bg-dot{display:none}}.section-modules{background:var(--white);min-height:500vh;position:relative}.section-modules:before{content:"";background:linear-gradient(to bottom,var(--off-white),var(--white));z-index:0;pointer-events:none;height:250px;position:absolute;top:0;left:0;right:0}.section-modules:after{content:"";background:linear-gradient(to bottom,var(--mid-gray),transparent);z-index:1;pointer-events:none;width:1px;height:80px;position:absolute;top:120px;left:50%;transform:translate(-50%)}.modules-sticky{flex-direction:column;justify-content:center;height:100vh;padding:2rem 0;display:flex;position:sticky;top:0;overflow:hidden}.modules-bg{pointer-events:none;position:absolute;inset:0}.modules-bg-gradient{background:radial-gradient(at 70% 20%,#2563eb08 0%,#0000 50%);position:absolute;inset:0}.modules-bg-grid{background-image:linear-gradient(#2563eb05 1px,#0000 1px),linear-gradient(90deg,#2563eb05 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0}.modules-bg-line{background:linear-gradient(#0000,#2563eb1a,#0000);width:1px;position:absolute}.modules-bg-line-1{height:120px;top:5%;right:20%}.modules-bg-line-2{height:100px;bottom:10%;left:8%}.modules-bg-dot{background:var(--blue);opacity:.12;border-radius:50%;width:5px;height:5px;position:absolute}.modules-bg-dot-1{top:20%;right:12%}.modules-bg-dot-2{top:15%;left:18%}.modules-bg-dot-3{bottom:25%;right:30%}.modules-bg-dot-4{bottom:15%;left:25%}.modules-orbit{width:320px;height:320px;position:absolute;top:-80px;right:-100px}.modules-orbit-ring{border:1px solid #2563eb14;border-radius:50%;position:absolute;inset:0}.modules-orbit-ring-2{border:1px solid #2563eb0d;border-radius:50%;position:absolute;inset:50px}.modules-orbit-ring-3{border:1px solid #2563eb08;border-radius:50%;position:absolute;inset:100px}.modules-orbit-dot{background:var(--blue);border-radius:50%;width:6px;height:6px;animation:15s linear infinite modules-orbit-spin;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 8px #2563eb4d}@keyframes modules-orbit-spin{0%{transform:rotate(0)translate(160px)rotate(0)}to{transform:rotate(360deg)translate(160px)rotate(-360deg)}}.modules-orbit-center{background:#2563eb26;border-radius:50%;width:4px;height:4px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.modules-orbit-2{width:220px;height:220px;position:absolute;bottom:-50px;left:-70px}.modules-orbit-2 .modules-orbit-ring{border-color:#2563eb0f}.modules-orbit-2 .modules-orbit-ring-2{border-color:#2563eb0a;inset:40px}.modules-orbit-2 .modules-orbit-ring-3{border-color:#2563eb08;inset:80px}.modules-orbit-2 .modules-orbit-dot{width:5px;height:5px;animation:10s linear infinite reverse modules-orbit-spin-2}@keyframes modules-orbit-spin-2{0%{transform:rotate(0)translate(110px)rotate(0)}to{transform:rotate(360deg)translate(110px)rotate(-360deg)}}.modules-bg-plus{color:#2563eb14;font-size:1.5rem;font-weight:300;position:absolute}.modules-bg-plus-1{top:30%;left:15%}.modules-bg-plus-2{bottom:35%;right:25%}.modules-progress{z-index:100;flex-direction:column;align-items:center;gap:1rem;display:flex;position:absolute;top:50%;right:3rem;transform:translateY(-50%)}.modules-progress-track{background:var(--mid-gray);border-radius:2px;width:2px;height:120px;overflow:hidden}.modules-progress-fill{background:var(--blue);border-radius:2px;width:100%;height:0%;transition:height .3s}.modules-progress-labels{flex-direction:column;gap:.5rem;display:flex}.modules-progress-label{font-family:var(--font-space-grotesk),sans-serif;color:var(--mid-gray);font-size:.65rem;font-weight:600;transition:color .3s}.modules-progress-label.active{color:var(--blue)}.modules-header{z-index:10;margin-bottom:2rem;padding:0 3rem}.modules-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:var(--blue);align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:.7rem;font-weight:600;display:flex}.modules-eyebrow:before{content:"";background:var(--blue);width:24px;height:1px}.modules-title{font-family:var(--font-instrument-serif),serif;color:var(--text-dark);font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.2}.modules-title em{color:var(--blue);font-style:italic}.modules-cards-container{justify-content:center;align-items:center;min-height:400px;padding:0 3rem;display:flex;position:relative}.module-card{background:var(--white);opacity:0;pointer-events:none;border:1px solid #2563eb14;border-radius:24px;width:100%;max-width:900px;transition:all .8s cubic-bezier(.16,1,.3,1);position:absolute;transform:translateY(60px)scale(.95);box-shadow:0 4px 6px #00000005,0 20px 60px #2563eb14}.module-card.active{opacity:1;pointer-events:auto;z-index:10;transform:translateY(0)scale(1)}.module-card.previous{opacity:0;z-index:5;transform:translateY(-40px)scale(.98)}.module-card.upcoming{opacity:.3;z-index:1;transform:translateY(100px)scale(.9)}.module-card-inner{grid-template-columns:1fr 1fr;gap:2rem;padding:3rem;display:grid}.module-card-content{flex-direction:column;justify-content:center;display:flex}.module-card-number{font-family:var(--font-space-grotesk),sans-serif;color:var(--blue);letter-spacing:.1em;margin-bottom:1rem;font-size:.75rem;font-weight:600}.module-card-badge{background:linear-gradient(135deg,var(--blue),var(--blue-dark));color:var(--white);letter-spacing:.05em;text-transform:uppercase;border-radius:100px;align-items:center;width:fit-content;margin-bottom:1rem;padding:.35rem .75rem;font-size:.65rem;font-weight:600;display:inline-flex}.module-card-title{font-family:var(--font-instrument-serif),serif;color:var(--text-dark);margin-bottom:1rem;font-size:1.75rem;font-weight:400;line-height:1.2}.module-card-description{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.module-card-features{flex-direction:column;gap:.6rem;list-style:none;display:flex}.module-card-features li{color:var(--text-dark);align-items:center;gap:.6rem;font-size:.85rem;display:flex}.module-card-features li:before{content:"";background:var(--blue);border-radius:50%;flex-shrink:0;width:6px;height:6px}.module-card-preview{justify-content:center;align-items:center;display:flex}.module-preview-window{background:var(--off-white);border:1px solid var(--mid-gray);border-radius:16px;width:100%;max-width:320px;overflow:hidden}.module-preview-header{background:var(--white);border-bottom:1px solid var(--mid-gray);gap:6px;padding:12px 16px;display:flex}.module-preview-dot{background:var(--mid-gray);border-radius:50%;width:10px;height:10px}.module-preview-content{min-height:220px;padding:1.25rem}.preview-patient-card{background:var(--white);border-radius:10px;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem;display:flex}.preview-avatar{background:linear-gradient(135deg,var(--blue-light),var(--blue));border-radius:50%;width:40px;height:40px}.preview-info{flex:1}.preview-name{background:var(--text-dark);border-radius:4px;width:70%;height:10px;margin-bottom:6px}.preview-meta{background:var(--mid-gray);border-radius:4px;width:50%;height:8px}.preview-section{margin-bottom:1rem}.preview-section-title{background:var(--text-muted);border-radius:4px;width:30%;height:8px;margin-bottom:.5rem}.preview-row{background:var(--mid-gray);border-radius:4px;width:100%;height:8px;margin-bottom:6px}.preview-row.short{width:60%}.preview-tags{gap:.5rem;display:flex}.preview-tag{background:#2563eb1a;border-radius:100px;width:60px;height:24px}.preview-calendar{background:var(--white);border-radius:10px;margin-bottom:1rem;padding:.75rem}.preview-calendar-header{background:var(--text-dark);border-radius:4px;width:40%;height:8px;margin-bottom:.75rem}.preview-calendar-grid{grid-template-columns:repeat(4,1fr);gap:6px;display:grid}.preview-calendar-slot{background:var(--light-gray);border-radius:6px;height:28px}.preview-calendar-slot.filled{background:#2563eb26}.preview-calendar-slot.filled.accent{background:var(--blue)}.preview-appointment{background:var(--white);border-left:3px solid var(--blue);border-radius:10px;align-items:center;gap:.75rem;padding:.75rem;display:flex}.preview-appointment-time{background:var(--light-gray);border-radius:8px;width:40px;height:40px}.preview-appointment-info{flex:1}.preview-billing{flex-direction:column;gap:.75rem;margin-bottom:1rem;display:flex}.preview-billing-row{background:var(--white);border-radius:10px;align-items:center;gap:.75rem;padding:.75rem;display:flex}.preview-billing-logo{background:var(--light-gray);border-radius:8px;width:36px;height:36px}.preview-billing-info{flex:1}.preview-billing-amount{background:var(--blue);border-radius:6px;width:50px;height:20px}.preview-total{background:var(--white);border-radius:10px;justify-content:space-between;align-items:center;padding:.75rem;display:flex}.preview-total-label{background:var(--text-muted);border-radius:4px;width:60px;height:10px}.preview-total-value{background:var(--text-dark);border-radius:4px;width:80px;height:14px}.voice-preview .module-preview-content{background:linear-gradient(180deg,var(--off-white)0%,#2563eb0d 100%)}.preview-voice{flex-direction:column;align-items:center;display:flex}.preview-voice-avatar{background:linear-gradient(135deg,var(--blue),var(--blue-dark));border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;display:flex}.preview-voice-wave{align-items:center;gap:3px;display:flex}.preview-voice-wave span{background:var(--white);border-radius:2px;width:3px;animation:1s ease-in-out infinite voice-wave}.preview-voice-wave span:first-child{height:8px;animation-delay:0s}.preview-voice-wave span:nth-child(2){height:16px;animation-delay:.1s}.preview-voice-wave span:nth-child(3){height:12px;animation-delay:.2s}.preview-voice-wave span:nth-child(4){height:18px;animation-delay:.3s}.preview-voice-wave span:nth-child(5){height:10px;animation-delay:.4s}@keyframes voice-wave{0%,to{transform:scaleY(1)}50%{transform:scaleY(.5)}}.preview-voice-text{flex-direction:column;gap:.5rem;width:100%;display:flex}.preview-voice-bubble{background:var(--white);border-radius:4px 12px 12px;max-width:80%;padding:.6rem .75rem}.preview-voice-bubble.user{background:var(--blue);border-radius:12px 4px 12px 12px;align-self:flex-end}.preview-voice-bubble.user .preview-row{background:#ffffff80}.preview-voice-bubble .preview-row{margin-bottom:4px}.preview-voice-bubble .preview-row:last-child{margin-bottom:0}.module-card-featured{border:2px solid var(--blue)}.module-card-featured .module-preview-window{border-color:var(--blue)}.modules-cta-card{opacity:0;pointer-events:none;width:100%;max-width:1000px;transition:all .8s cubic-bezier(.16,1,.3,1);position:absolute;transform:translateY(60px)scale(.95)}.modules-cta-card.active{opacity:1;pointer-events:auto;z-index:10;transform:translateY(0)scale(1)}.modules-cta-inner{background:var(--white);border:1px solid #2563eb14;border-radius:24px;grid-template-columns:1fr 1fr;gap:0;display:grid;overflow:hidden;box-shadow:0 4px 6px #00000005,0 20px 60px #2563eb1a}.modules-cta-grid{background:var(--off-white);grid-template-columns:repeat(3,1fr);gap:.75rem;padding:2rem;display:grid}.modules-cta-thumb{aspect-ratio:1;background:var(--white);border:1px solid var(--mid-gray);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;padding:.75rem;transition:all .25s;display:flex}.modules-cta-thumb:hover{border-color:var(--blue);transform:translateY(-2px);box-shadow:0 4px 12px #2563eb1a}.modules-cta-thumb-icon{background:var(--blue-bg);border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.modules-cta-thumb-icon svg{width:16px;height:16px;stroke:var(--blue)}.modules-cta-thumb-label{color:var(--text-dark);text-align:center;font-size:.65rem;font-weight:600;line-height:1.2}.modules-cta-thumb-more{background:linear-gradient(135deg,var(--blue)0%,var(--blue-dark)100%);border:none}.modules-cta-thumb-more .modules-cta-thumb-icon{background:#fff3}.modules-cta-thumb-more .modules-cta-thumb-icon svg{stroke:var(--white)}.modules-cta-thumb-more .modules-cta-thumb-label{color:var(--white)}.modules-cta-content{flex-direction:column;justify-content:center;padding:2.5rem;display:flex}.modules-cta-label{letter-spacing:.1em;text-transform:uppercase;color:var(--blue);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.7rem;font-weight:600;display:inline-flex}.modules-cta-label:before{content:"";background:var(--blue);width:20px;height:1px}.modules-cta-title{font-family:var(--font-instrument-serif),serif;color:var(--text-dark);margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:400;line-height:1.2}.modules-cta-title em{color:var(--blue);font-style:italic}.modules-cta-subtitle{color:var(--text-muted);margin-bottom:2rem;font-size:.95rem;line-height:1.6}.modules-cta-actions{flex-direction:column;gap:1rem;display:flex}.modules-cta-btn-primary{background:var(--blue);color:var(--white);border-radius:100px;justify-content:center;align-items:center;gap:.5rem;width:fit-content;padding:.9rem 1.75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 2px 12px #2563eb33}.modules-cta-btn-primary:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 8px 24px #2563eb4d}.modules-cta-btn-primary svg{stroke:currentColor;width:16px;height:16px;transition:transform .25s}.modules-cta-btn-primary:hover svg{transform:translate(3px)}.modules-cta-btn-secondary{color:var(--text-muted);width:fit-content;font-size:.85rem;text-decoration:none;transition:color .2s}.modules-cta-btn-secondary:hover{color:var(--blue)}@media (max-width:800px){.modules-cta-inner{grid-template-columns:1fr}.modules-cta-grid{order:2;grid-template-columns:repeat(3,1fr)}.modules-cta-content{text-align:center;order:1;align-items:center}.modules-cta-label{justify-content:center}.modules-cta-actions{align-items:center}}@media (max-width:500px){.modules-cta-grid{grid-template-columns:repeat(2,1fr)}}.modules-fade-in{background:linear-gradient(to bottom,var(--off-white)0%,transparent 60%);pointer-events:none;z-index:5;opacity:1;height:100vh;transition:opacity .8s;position:absolute;top:0;left:0;right:0}.modules-fade-in.hidden{opacity:0}@media (max-width:900px){.modules-progress{display:none}.module-card-inner{grid-template-columns:1fr;padding:1.5rem}.module-card-preview{order:-1}.module-preview-window{max-width:100%}}@media (max-width:768px){.section-modules{min-height:auto;padding:3rem 0}.modules-sticky{height:auto;padding:0 1rem;position:relative}.modules-header{z-index:20;text-align:center;margin-bottom:2rem;padding:0;position:relative}.modules-eyebrow{justify-content:center}.modules-eyebrow:before{display:none}.modules-title{font-size:1.75rem}.modules-cards-container{flex-direction:column;gap:1.5rem;min-height:auto;padding:0;display:flex;position:relative}.module-card{border-radius:16px;position:relative;box-shadow:0 4px 20px #0000000f;opacity:1!important;pointer-events:auto!important;transform:none!important}.module-card.previous,.module-card.next{display:block;opacity:1!important;transform:none!important}.module-card-inner{gap:1rem;padding:1.25rem}.module-card-number{font-size:2rem}.module-card-title{font-size:1.2rem}.module-card-description{font-size:.85rem}.module-card-features{gap:.4rem}.module-card-features li{font-size:.8rem}.module-preview-window{height:120px}.modules-cta-card,.modules-bg,.modules-fade-in{display:none}}.section-voice{background:linear-gradient(180deg,var(--white)0%,var(--off-white)100%);align-items:center;min-height:100vh;padding:6rem 0;display:flex;position:relative;overflow:hidden}.voice-bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.voice-bg-gradient{background:radial-gradient(at 20% 80%,#2563eb0d 0%,#0000 50%);position:absolute;inset:0}.voice-bg-waves{opacity:.5;height:200px;position:absolute;bottom:0;left:0;right:0}.voice-bg-waves svg{width:100%;height:100%}.voice-wave{fill:none;stroke:#2563eb1a;stroke-width:1px}.voice-wave-1{animation:8s ease-in-out infinite wave-float}.voice-wave-2{animation:8s ease-in-out -4s infinite reverse wave-float}@keyframes wave-float{0%,to{transform:translate(0)}50%{transform:translate(-20px)}}.voice-orbit{width:300px;height:300px;position:absolute;top:10%;right:-100px}.voice-orbit-ring{border:1px solid #2563eb14;border-radius:50%;position:absolute;inset:0}.voice-orbit-ring-2{border:1px solid #2563eb0d;border-radius:50%;position:absolute;inset:50px}.voice-orbit-ring-3{border:1px solid #2563eb08;border-radius:50%;position:absolute;inset:100px}.voice-orbit-dot{background:var(--blue);border-radius:50%;width:8px;height:8px;animation:20s linear infinite voice-orbit-spin;position:absolute;top:50%;left:50%;box-shadow:0 0 12px #2563eb66}@keyframes voice-orbit-spin{0%{transform:rotate(0)translate(150px)rotate(0)}to{transform:rotate(360deg)translate(150px)rotate(-360deg)}}.voice-container{z-index:10;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.voice-header{text-align:center;margin-bottom:4rem}.voice-badge{color:var(--blue);text-transform:uppercase;letter-spacing:.05em;background:linear-gradient(135deg,#2563eb1a 0%,#2563eb0d 100%);border:1px solid #2563eb26;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;display:inline-flex}.voice-badge-dot{background:var(--blue);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.voice-title{font-family:var(--font-instrument-serif),serif;color:var(--text-dark);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.2}.voice-title em{color:var(--blue);font-style:italic}.voice-subtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.voice-main{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.voice-demo{justify-content:center;display:flex}.voice-demo-window{background:var(--white);border:1px solid var(--mid-gray);border-radius:24px;width:100%;max-width:400px;overflow:hidden;box-shadow:0 4px 6px #00000005,0 20px 60px #2563eb14}.voice-demo-header{background:linear-gradient(135deg,var(--blue)0%,var(--blue-dark)100%);color:var(--white);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.voice-demo-status{align-items:center;gap:.5rem;font-size:.8rem;font-weight:500;display:flex}.voice-demo-status-dot{background:#4ade80;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite pulse-dot}.voice-demo-time{font-family:var(--font-space-grotesk),sans-serif;font-size:.85rem;font-weight:600}.voice-demo-content{flex-direction:column;gap:1rem;max-height:350px;padding:1.5rem;display:flex;overflow-y:auto}.voice-demo-message{align-items:flex-start;gap:.75rem;display:flex}.voice-demo-message.user{flex-direction:row-reverse}.voice-demo-avatar{background:linear-gradient(135deg,var(--blue)0%,var(--blue-dark)100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.voice-demo-avatar svg{width:16px;height:16px;stroke:var(--white)}.voice-demo-bubble{border-radius:16px;max-width:85%;padding:.85rem 1rem}.voice-demo-message.ai .voice-demo-bubble{background:var(--off-white);border-top-left-radius:4px}.voice-demo-message.user .voice-demo-bubble{background:var(--blue);color:var(--white);border-top-right-radius:4px}.voice-demo-bubble p{margin:0;font-size:.85rem;line-height:1.5}.voice-demo-footer{background:var(--off-white);border-top:1px solid var(--mid-gray);justify-content:center;padding:1rem 1.25rem;display:flex}.voice-demo-wave-indicator{align-items:center;gap:3px;display:flex}.voice-demo-wave-indicator span{background:var(--blue);border-radius:2px;width:4px;height:16px;animation:1s ease-in-out infinite voice-wave-anim}.voice-demo-wave-indicator span:first-child{animation-delay:0s}.voice-demo-wave-indicator span:nth-child(2){animation-delay:.1s}.voice-demo-wave-indicator span:nth-child(3){animation-delay:.2s}.voice-demo-wave-indicator span:nth-child(4){animation-delay:.3s}.voice-demo-wave-indicator span:nth-child(5){animation-delay:.4s}@keyframes voice-wave-anim{0%,to{transform:scaleY(.5)}50%{transform:scaleY(1)}}.voice-info{flex-direction:column;gap:2rem;display:flex}.voice-stats{gap:2rem;display:flex}.voice-stat{flex-direction:column;gap:.25rem;display:flex}.voice-stat-value{font-family:var(--font-space-grotesk),sans-serif;color:var(--blue);font-size:2rem;font-weight:700;line-height:1}.voice-stat-label{color:var(--text-muted);font-size:.8rem}.voice-features{flex-direction:column;gap:1.25rem;display:flex}.voice-feature{align-items:flex-start;gap:1rem;display:flex}.voice-feature-icon{background:var(--blue-bg);border:1px solid #2563eb1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.voice-feature-icon svg{width:22px;height:22px;stroke:var(--blue)}.voice-feature-text h4{color:var(--text-dark);margin-bottom:.2rem;font-size:.95rem;font-weight:600}.voice-feature-text p{color:var(--text-muted);margin:0;font-size:.85rem}.voice-cta{background:var(--blue);color:var(--white);border-radius:100px;align-items:center;gap:.6rem;width:fit-content;padding:.9rem 1.75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 2px 12px #2563eb33}.voice-cta:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 8px 24px #2563eb4d}.voice-cta svg{fill:currentColor;stroke:none;width:18px;height:18px}@media (max-width:900px){.voice-main{grid-template-columns:1fr;gap:2.5rem}.voice-demo{order:-1}.voice-stats{justify-content:center}.voice-info{text-align:center;align-items:center}.voice-feature{text-align:left}.voice-orbit{display:none}}@media (max-width:600px){.section-voice{padding:3rem 0}.voice-container{padding:0 1rem}.voice-header{margin-bottom:2.5rem}.voice-title{font-size:1.75rem}.voice-subtitle{font-size:.95rem}.voice-stats{flex-flow:wrap;justify-content:center;gap:1.5rem}.voice-stat{align-items:center;min-width:80px}.voice-stat-value{font-size:1.5rem}.voice-stat-label{text-align:center;font-size:.7rem}.voice-demo-window{border-radius:16px}.voice-demo-content{gap:.75rem;max-height:250px;padding:1rem}.voice-demo-bubble p{font-size:.8rem}.voice-feature-icon{width:38px;height:38px}.voice-feature-icon svg{width:18px;height:18px}.voice-feature-text h4{font-size:.9rem}.voice-feature-text p{font-size:.8rem}}.section-transition{background:var(--white);justify-content:center;align-items:center;padding:2rem 0;display:flex;position:relative}.transition-line{align-items:center;gap:1rem;display:flex}.transition-line-segment{background:linear-gradient(90deg,transparent,var(--mid-gray));width:60px;height:1px}.transition-line-segment:last-child{background:linear-gradient(90deg,var(--mid-gray),transparent)}.transition-dot{background:var(--blue);border-radius:50%;width:8px;height:8px;box-shadow:0 0 0 4px #2563eb1a}@media (max-width:600px){.transition-line-segment{width:40px}}.section-pricing{background:linear-gradient(135deg,var(--blue)0%,var(--blue-dark)100%);padding:5rem 0;position:relative;overflow:hidden}.pricing-bg{pointer-events:none;position:absolute;inset:0}.pricing-bg-gradient{background:radial-gradient(at 80% 30%,#ffffff1f 0%,#0000 50%),radial-gradient(at 20% 70%,#ffffff14 0%,#0000 50%);position:absolute;inset:0}.pricing-bg-pattern{background-image:radial-gradient(#ffffff0a 1px,#0000 1px);background-size:24px 24px;position:absolute;inset:0}.pricing-orbit{width:220px;height:220px;position:absolute;top:20%;right:-90px}.pricing-orbit-ring{border:1px solid #ffffff1f;border-radius:50%;position:absolute;inset:0}.pricing-orbit-ring-2{border:1px solid #ffffff14;border-radius:50%;position:absolute;inset:45px}.pricing-orbit-dot{background:var(--white);border-radius:50%;width:5px;height:5px;animation:18s linear infinite pricing-orbit-spin;position:absolute;top:50%;left:50%;box-shadow:0 0 8px #fff9}@keyframes pricing-orbit-spin{0%{transform:rotate(0)translate(110px)rotate(0)}to{transform:rotate(360deg)translate(110px)rotate(-360deg)}}.pricing-orbit-2{width:180px;height:180px;inset:auto auto 15% -80px;transform:none}.pricing-orbit-2 .pricing-orbit-ring{border-color:#ffffff1a}.pricing-orbit-2 .pricing-orbit-ring-2{border-color:#ffffff0f;inset:40px}.pricing-orbit-2 .pricing-orbit-dot{animation:14s linear infinite reverse pricing-orbit-spin-2}@keyframes pricing-orbit-spin-2{0%{transform:rotate(0)translate(90px)rotate(0)}to{transform:rotate(360deg)translate(90px)rotate(-360deg)}}.pricing-container{z-index:10;width:100%;max-width:900px;margin:0 auto;padding:0 2rem;position:relative}.pricing-content{-webkit-backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff26;border-radius:32px;flex-direction:column;align-items:center;padding:3.5rem 3rem;display:flex}.pricing-header{text-align:center;margin-bottom:2.5rem}.pricing-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#ffffffb3;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.7rem;font-weight:600;display:inline-flex}.pricing-eyebrow:before,.pricing-eyebrow:after{content:"";background:#ffffff4d;width:24px;height:1px}.pricing-title{font-family:var(--font-instrument-serif),serif;color:var(--white);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:400;line-height:1.2}.pricing-title em{opacity:.9;font-style:italic}.pricing-subtitle{color:#ffffffb3;max-width:450px;margin:0 auto;font-size:1rem;line-height:1.6}.pricing-includes{text-align:center;margin-bottom:2.5rem}.pricing-includes-label{color:#ffffff80;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem;font-size:.75rem;font-weight:600}.pricing-includes-grid{flex-wrap:wrap;justify-content:center;gap:.75rem 1.5rem;display:flex}.pricing-include{color:#ffffffe6;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.pricing-include svg{stroke:#ffffffb3;flex-shrink:0;width:16px;height:16px}.pricing-cta-card{background:var(--white);border-radius:16px;justify-content:space-between;align-items:center;gap:2rem;width:100%;margin-bottom:1.25rem;padding:1.75rem 2rem;display:flex}.pricing-cta-content{flex:1}.pricing-cta-title{font-family:var(--font-instrument-serif),serif;color:var(--text-dark);margin-bottom:.35rem;font-size:1.35rem;font-weight:400}.pricing-cta-text{color:var(--text-muted);margin:0;font-size:.9rem;line-height:1.5}.pricing-cta-actions{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.pricing-cta-btn{background:var(--blue);color:var(--white);border-radius:100px;align-items:center;gap:.5rem;padding:.9rem 1.75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex;box-shadow:0 4px 16px #2563eb40}.pricing-cta-btn:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 8px 24px #2563eb59}.pricing-cta-btn svg{stroke:currentColor;width:16px;height:16px;transition:transform .25s}.pricing-cta-btn:hover svg{transform:translate(3px)}.pricing-cta-note{color:var(--text-muted);font-size:.75rem}.pricing-alt{text-align:center}.pricing-alt p{color:#fff9;margin:0;font-size:.85rem}.pricing-alt a{color:var(--white);font-weight:600;text-decoration:none;transition:opacity .2s}.pricing-alt a:hover{opacity:.8}@media (max-width:700px){.section-pricing{padding:3rem 0}.pricing-content{border-radius:24px;padding:2.5rem 1.5rem}.pricing-includes-grid{flex-direction:column;align-items:center;gap:.6rem}.pricing-cta-card{text-align:center;flex-direction:column;gap:1.5rem;padding:1.5rem}.pricing-cta-actions{align-items:center;width:100%}.pricing-cta-btn{justify-content:center;width:100%}}.footer{background:var(--white);border-top:1px solid var(--mid-gray);padding:4rem 0 2rem}.footer-container{max-width:1100px;margin:0 auto;padding:0 2rem}.footer-top{justify-content:space-between;align-items:flex-start;gap:4rem;margin-bottom:3rem;display:flex}.footer-brand{align-items:center;gap:.5rem;display:flex}.footer-brand svg{width:28px;height:28px}.footer-brand span{font-family:var(--font-inter),sans-serif;color:var(--text-dark);letter-spacing:-.01em;font-size:1.1rem;font-weight:600}.footer-links{gap:4rem;display:flex}.footer-col h4{color:var(--text-dark);margin-bottom:1rem;font-size:.8rem;font-weight:600}.footer-col a{color:var(--text-muted);margin-bottom:.6rem;font-size:.85rem;text-decoration:none;transition:color .2s;display:block}.footer-col a:hover{color:var(--blue)}.footer-bottom{border-top:1px solid var(--mid-gray);text-align:center;padding-top:2rem}.footer-bottom p{color:var(--text-muted);margin:0;font-size:.8rem}@media (max-width:768px){.footer-top{flex-direction:column;gap:2rem}.footer-links{flex-wrap:wrap;gap:2rem}}
