@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{--navy:#1A3350;--navy-dark:#0F1F33;--teal:#2A7F8F;--teal-light:#3A9BAD;--teal-pale:#EBF5F7;--white:#FFFFFF;--gray-50:#F7F8FA;--gray-100:#EAECF0;--gray-300:#C4CAD4;--gray-600:#5A6478;--gray-800:#2C3344;--text:#1E2533;--text-muted:#5A6478;--error:#C0392B;--success:#1A7A4A;--font-sans:"Inter",system-ui,-apple-system,sans-serif;--max-width:1080px;--section-pad:5rem 1.5rem;--radius:6px;--radius-lg:12px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-sans);color:var(--text);background:var(--white);line-height:1.65;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:var(--teal);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:3px solid var(--teal-light);outline-offset:2px;border-radius:2px}h1,h2,h3,h4{font-weight:600;line-height:1.2;color:var(--navy)}h1{font-size:clamp(2rem,4vw,3rem);letter-spacing:-.02em}h2{font-size:clamp(1.5rem,3vw,2rem);letter-spacing:-.015em}h3{font-size:1.1rem}p{color:var(--text-muted);max-width:65ch}.eyebrow{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--teal);margin-bottom:.75rem}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section{padding:var(--section-pad)}.section--alt{background:var(--gray-50)}.section--teal{background:var(--teal-pale)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font-sans);font-size:.875rem;font-weight:600;letter-spacing:.03em;padding:.75rem 1.75rem;border-radius:var(--radius);border:none;cursor:pointer;transition:background .2s,transform .15s,box-shadow .2s,opacity .2s}.btn,.btn:hover{text-decoration:none}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn--primary{background:var(--teal);color:var(--white);box-shadow:0 2px 12px rgba(42,127,143,.35)}.btn--primary:hover:not(:disabled){background:var(--teal-light);box-shadow:0 4px 16px rgba(42,127,143,.45);color:var(--white)}.btn--outline{background:transparent;color:var(--navy);border:1.5px solid var(--gray-300)}.btn--outline:hover:not(:disabled){border-color:var(--navy);color:var(--navy)}.btn--ghost{background:transparent;color:var(--text-muted)}.btn--ghost:hover:not(:disabled){color:var(--navy)}.btn--lg{padding:1rem 2.25rem;font-size:1rem}.btn--full{width:100%}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(26,51,80,.97);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid rgba(255,255,255,.06)}.nav__inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-width);margin:0 auto;padding:0 1.5rem;height:62px}.nav__logo{font-size:1.1rem;font-weight:700;letter-spacing:.05em;color:var(--white);text-transform:uppercase;text-decoration:none}.nav__logo span{color:var(--teal-light)}.nav__logo:hover{text-decoration:none}.nav__back{font-size:.8rem;font-weight:500;color:rgba(255,255,255,.6);display:flex;align-items:center;gap:.4rem;transition:color .2s}.nav__back:hover{color:var(--white);text-decoration:none}.footer{background:var(--navy-dark);color:rgba(255,255,255,.45);padding:2.5rem 1.5rem}.footer__inner{max-width:var(--max-width);margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer__logo{font-size:.875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:rgba(255,255,255,.6)}.footer__logo span{color:var(--teal-light)}.footer__note{font-size:.75rem;line-height:1.5;max-width:420px;text-align:right}.hero{background:linear-gradient(160deg,var(--navy-dark) 0,var(--navy) 60%,#1F4A5E 100%);color:var(--white);padding:6rem 1.5rem 5rem}.hero__inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.hero__tag{display:inline-flex;align-items:center;font-size:.7rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--teal-light);border:1px solid rgba(58,155,173,.4);border-radius:2px;padding:.3rem .75rem;margin-bottom:1.5rem}.hero h1{color:var(--white);margin-bottom:1rem}.hero__tagline{color:var(--teal-light);font-size:1rem;font-weight:500;margin-bottom:1rem;max-width:none}.hero__desc{color:rgba(255,255,255,.72);font-size:1.05rem;max-width:48ch;margin-bottom:1.75rem}.hero__price{display:flex;align-items:baseline;gap:.5rem;margin-bottom:2rem}.hero__price-amount{font-size:2rem;font-weight:700;color:var(--white);letter-spacing:-.02em}.hero__price-note{font-size:.8rem;color:rgba(255,255,255,.5)}.hero__actions{display:flex;gap:1rem;flex-wrap:wrap}.hero__image{display:flex;justify-content:center;align-items:center}.hero__image img{width:100%;max-width:480px;border-radius:10px;background:rgba(255,255,255,.06);padding:2rem;border:1px solid rgba(255,255,255,.1)}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.feature-card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:0 1px 4px rgba(0,0,0,.04)}.feature-card__icon{width:44px;height:44px;border-radius:var(--radius);background:var(--teal-pale);display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.feature-card__icon svg{width:22px;height:22px;stroke:var(--teal);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.feature-card h3{margin-bottom:.35rem;font-size:1rem}.feature-card p{font-size:.875rem;max-width:none}.specs-table{width:100%;border-collapse:collapse;font-size:.9rem}.specs-table td,.specs-table th{padding:.85rem 1rem;border-bottom:1px solid var(--gray-100);text-align:left}.specs-table th{font-weight:600;color:var(--navy);background:var(--gray-50);width:40%}.specs-table td{color:var(--text-muted)}.specs-table tr:last-child td,.specs-table tr:last-child th{border-bottom:none}.page-hero{background:linear-gradient(160deg,var(--navy-dark) 0,var(--navy) 100%);color:var(--white);padding:3rem 1.5rem}.page-hero__inner{max-width:var(--max-width);margin:0 auto}.page-hero h1{color:var(--white);font-size:clamp(1.5rem,3vw,2rem)}.page-hero p{color:rgba(255,255,255,.65);margin-top:.4rem}.checkout-layout{max-width:var(--max-width);margin:0 auto;padding:3rem 1.5rem 5rem;display:grid;grid-template-columns:1fr 1.5fr;grid-gap:3rem;gap:3rem;align-items:start}.order-summary{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:1.75rem;position:-webkit-sticky;position:sticky;top:80px}.order-summary__title{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-bottom:1.25rem}.order-summary__product{display:flex;gap:1rem;align-items:flex-start;padding-bottom:1.25rem;border-bottom:1px solid var(--gray-100);margin-bottom:1.25rem}.order-summary__img{width:72px;height:72px;flex-shrink:0;background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:.5rem}.order-summary__img img{width:100%;height:100%;object-fit:contain}.order-summary__name{font-weight:600;font-size:.925rem;color:var(--navy);margin-bottom:.2rem}.order-summary__sku{font-size:.75rem;color:var(--text-muted)}.order-summary__row{font-size:.875rem;color:var(--text-muted);margin-bottom:.6rem}.order-summary__row,.order-summary__total{display:flex;justify-content:space-between;align-items:center}.order-summary__total{padding-top:1rem;border-top:1px solid var(--gray-100);margin-top:.4rem}.order-summary__total-label{font-weight:600;color:var(--navy);font-size:.9rem}.order-summary__total-price{font-weight:700;color:var(--navy);font-size:1.1rem}.checkout-form{gap:2rem}.checkout-form,.form-section{display:flex;flex-direction:column}.form-section{gap:1rem}.form-section__title{font-size:1rem;font-weight:600;color:var(--navy);padding-bottom:.75rem;border-bottom:1px solid var(--gray-100)}.form-row{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group--full{grid-column:1/-1}label{font-size:.8rem;font-weight:600;color:var(--gray-800);letter-spacing:.02em}label .required{color:var(--teal);margin-left:2px}input,select{font-family:var(--font-sans);font-size:.9rem;color:var(--text);background:var(--white);border:1.5px solid var(--gray-300);border-radius:var(--radius);padding:.65rem .875rem;width:100%;transition:border-color .2s,box-shadow .2s;-webkit-appearance:none;-moz-appearance:none;appearance:none}input:focus,select:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px rgba(42,127,143,.15)}input::placeholder{color:var(--gray-300)}input[aria-invalid=true]{border-color:var(--error)}#card-container{min-height:54px;border:1.5px solid var(--gray-300);border-radius:var(--radius);padding:.65rem .875rem;background:var(--white);transition:border-color .2s,box-shadow .2s}#card-container.sq-card-focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(42,127,143,.15)}.payment-note{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:var(--text-muted);margin-top:.25rem}.payment-note svg{flex-shrink:0;width:14px;height:14px;stroke:var(--text-muted);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.alert{display:flex;gap:.75rem;padding:1rem 1.25rem;border-radius:var(--radius);font-size:.875rem}.alert--error{background:#FDF2F2;border:1px solid #f5c6c6;color:var(--error)}.alert svg{flex-shrink:0;width:18px;height:18px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid var(--white);border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.confirmation{min-height:calc(100vh - 62px - 80px);display:flex;align-items:center;justify-content:center;padding:5rem 1.5rem;background:var(--gray-50)}.confirmation__card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:3rem;max-width:520px;width:100%;text-align:center;box-shadow:0 4px 24px rgba(0,0,0,.06)}.confirmation__icon{width:64px;height:64px;border-radius:50%;background:var(--teal-pale);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.confirmation__icon svg{width:32px;height:32px;stroke:var(--teal);fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.confirmation__title{font-size:1.5rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.confirmation__subtitle{color:var(--text-muted);font-size:.95rem;margin-bottom:2rem;max-width:none}.confirmation__order-id{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius);padding:1rem 1.25rem;margin-bottom:2rem;text-align:left}.confirmation__order-id-label{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);margin-bottom:.3rem}.confirmation__order-id-value{font-family:Courier New,monospace;font-size:.8rem;color:var(--navy);word-break:break-all}.confirmation__steps{text-align:left;margin-bottom:2rem}.confirmation__steps-title{font-size:.8rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.75rem}.confirmation__step{display:flex;gap:.75rem;align-items:flex-start;font-size:.875rem;color:var(--text-muted);margin-bottom:.5rem}.confirmation__step-num{flex-shrink:0;width:20px;height:20px;border-radius:50%;background:var(--teal-pale);color:var(--teal);font-size:.7rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin-top:2px}.trust-bar{gap:1.5rem;flex-wrap:wrap;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.12)}.trust-bar,.trust-item{display:flex;align-items:center}.trust-item{gap:.45rem;font-size:.78rem;font-weight:500;color:rgba(255,255,255,.6);letter-spacing:.02em}.trust-item svg{flex-shrink:0;width:14px;height:14px;stroke:var(--teal-light);fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.img-placeholder{width:100%;max-width:480px;aspect-ratio:4/3;border-radius:10px;background:rgba(255,255,255,.05);border:1.5px dashed rgba(255,255,255,.2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem}.img-placeholder svg{width:40px;height:40px;stroke:rgba(255,255,255,.2);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.img-placeholder__label{font-size:.75rem;font-weight:500;color:rgba(255,255,255,.25);letter-spacing:.06em;text-transform:uppercase}.hero__img-wrap{width:100%;max-width:480px;border-radius:10px;overflow:hidden;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);padding:2rem}.features__grid--5{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.features__grid--5 .feature-card:nth-child(4){grid-column:1}.features__grid--5 .feature-card:nth-child(5){grid-column:2}.clinical-use{background:var(--navy);color:var(--white);padding:var(--section-pad)}.clinical-use__inner{max-width:var(--max-width);margin:0 auto;display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center}.clinical-use h2{color:var(--white);margin-bottom:.75rem}.clinical-use p{color:rgba(255,255,255,.7);margin-bottom:1.5rem}.clinical-use .eyebrow{color:var(--teal-light)}.clinical-list{list-style:none;display:flex;flex-direction:column;gap:.7rem}.clinical-list li{display:flex;align-items:flex-start;gap:.75rem;font-size:.9rem;color:rgba(255,255,255,.8)}.clinical-list li:before{content:"";flex-shrink:0;width:18px;height:18px;margin-top:2px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%233A9BAD' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") 50%/contain no-repeat}.clinical-use__img{display:flex;justify-content:center}.clinical-use__img img{width:100%;max-width:440px;border-radius:10px;background:rgba(255,255,255,.05);padding:2rem;border:1px solid rgba(255,255,255,.1)}.cta-section{background:var(--teal-pale);padding:var(--section-pad);text-align:center}.cta-section__inner{max-width:540px;margin:0 auto}.cta-section h2{margin-bottom:.5rem}.cta-section p{margin:0 auto 2rem;font-size:1rem}.cta-section__price{font-size:2.25rem;font-weight:700;color:var(--navy);letter-spacing:-.02em;margin-bottom:.25rem}.cta-section__shipping{font-size:.85rem;color:var(--text-muted);margin-bottom:1.75rem!important}.btn--outline-white{background:transparent;color:rgba(255,255,255,.85);border:1.5px solid rgba(255,255,255,.3)}.btn--outline-white:hover:not(:disabled){border-color:rgba(255,255,255,.7);color:var(--white)}.box-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;max-width:var(--max-width);margin:0 auto}.box-item{flex-direction:column;text-align:center;background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:2rem 1.5rem}.box-item,.box-item__img{display:flex;align-items:center}.box-item__img{width:160px;height:120px;justify-content:center;margin-bottom:1.25rem}.box-item__name{font-size:1rem;font-weight:600;color:var(--navy);margin-bottom:.5rem}.box-item__desc{font-size:.875rem;color:var(--text-muted);line-height:1.6}@media (max-width:900px){.hero__inner{grid-template-columns:1fr}.hero__image{display:none}.features__grid,.features__grid--5{grid-template-columns:1fr}.features__grid--5 .feature-card:nth-child(4),.features__grid--5 .feature-card:nth-child(5){grid-column:auto}.clinical-use__inner{grid-template-columns:1fr}.clinical-use__img{display:none}.checkout-layout{grid-template-columns:1fr}.box-grid{grid-template-columns:1fr 1fr}.order-summary{position:static}}@media (max-width:560px){.form-row{grid-template-columns:1fr}.footer__note{text-align:left}.box-grid{grid-template-columns:1fr}.confirmation__card{padding:2rem 1.25rem}.trust-bar{gap:1rem}}