:root{
  --navy:#0F2A43;
  --navy-light:#1E4266;
  --teal:#1C7C72;
  --teal-light:#e8f3f1;
  --amber:#E2A33B;
  --amber-dark:#c4832a;
  --bg:#F6F7F5;
  --ink:#16232E;
  --ink-soft:#4B5A66;
  --border:#DCE2E2;
  --white:#ffffff;
  --radius:14px;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  font-family:'Public Sans', sans-serif;
  background:var(--bg);
  color:var(--ink);
  font-size:1.06rem;
  line-height:1.6;
}
h1,h2,h3,.font-display{
  font-family:'Fraunces', serif;
  color:var(--navy);
  letter-spacing:-0.01em;
}
.mono{
  font-family:'IBM Plex Mono', monospace;
  font-variant-numeric: tabular-nums;
}
a{color:inherit;}

/* ---------- SITE HEADER ---------- */
.coupon-marquee{background:#102f49;color:#fff;overflow:hidden;white-space:nowrap;font-size:.86rem;font-weight:600;line-height:1;padding:.7rem 0;}
.coupon-marquee-track{display:inline-block;min-width:100%;text-align:center;animation:coupon-marquee-slide 16s linear infinite;}
.coupon-marquee:hover .coupon-marquee-track{animation-play-state:paused;}
.coupon-marquee strong{color:#ffd400;font-weight:800;}
@keyframes coupon-marquee-slide{0%{transform:translateX(100%);}100%{transform:translateX(-100%);}}
@media (prefers-reduced-motion:reduce){.coupon-marquee-track{animation:none;}}
.utility-bar{background:#163a5c;color:#fff;font-size:.92rem;min-height:62px;display:flex;align-items:center;font-weight:700;}
.utility-bar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;}
.utility-bar i{margin-right:.35rem;}
.utility-account-links{display:flex;align-items:center;gap:1.25rem;margin-left:auto;}
.utility-account-links a{color:#fff;text-decoration:none;}
.utility-account-links a:hover{text-decoration:underline;}
.site-header{background:var(--white);position:sticky;top:0;z-index:1030;width:100%;overflow:visible;box-shadow:0 4px 16px rgba(15,42,67,.12);}
.site-header-main{min-height:166px;display:flex;align-items:center;gap:3rem;}
.site-header-right{flex:1;min-width:0;}
.site-header-row{width:100%;display:flex;align-items:center;gap:2.5rem;}
.site-header .brand-mark{font-family:'Public Sans',sans-serif;font-weight:400;font-size:2.85rem;line-height:.85;color:#252326;display:flex;align-items:center;gap:.7rem;text-decoration:none;letter-spacing:-.08em;white-space:nowrap;}
.site-logo{display:block;width:245px;height:132px;object-fit:contain;}
.header-search{height:54px;border:1px solid #cbd8dc;border-radius:40px;display:flex;align-items:center;flex:1;max-width:560px;margin-left:auto;position:relative;}
.header-search input{border:0;outline:0;background:transparent;width:100%;padding:0 .9rem;font-size:1rem;color:var(--ink);font-family:'Public Sans',sans-serif;}
.header-search input::placeholder{color:#84949a;}
.header-search button{border:0;background:transparent;color:#173440;font-size:1.1rem;padding:.7rem 1.2rem;}
.header-search-results{display:none;position:absolute;top:calc(100% + .55rem);left:0;right:0;z-index:2000;background:var(--white);border:1px solid var(--border);border-radius:12px;box-shadow:0 16px 32px -18px rgba(15,42,67,.4);overflow:hidden;}
.header-search-results.show{display:block;}
.header-search-result,.header-search-all{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 1rem;color:var(--ink);text-decoration:none;font-size:.92rem;font-weight:600;}
.header-search-result:hover,.header-search-all:hover{background:#f1f5f7;color:var(--navy);}
.header-search-all{border-top:1px solid var(--border);color:var(--navy-light);font-weight:800;}
body.modal-open #refreshProductsModal{display:block!important;opacity:1;z-index:1060;}
.header-actions{display:flex;align-items:center;gap:1.35rem;white-space:nowrap;}
.header-actions a{color:#173440;text-decoration:none;font-size:1.05rem;font-weight:700;display:flex;align-items:center;gap:.55rem;}
.header-actions a i{font-size:1.25rem;}
.cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.35rem;height:1.35rem;padding:0 .3rem;border-radius:999px;background:var(--navy-light);color:var(--white);font-size:.7rem;font-weight:800;line-height:1;}
.header-actions .upload-action,.header-actions .upload-action i{color:var(--navy-light);}
.navbar-custom{background:#163a5c;padding:0.65rem 0;width:100%;}
.site-header-main > .navbar-custom{display:block;clear:both;}
.navbar-custom .navbar-collapse{width:100%;}
.navbar-custom .navbar-nav{margin-left:auto;margin-right:auto;}
.navbar-toggler{display:none;border:0;background:transparent;color:#173440;font-size:1.45rem;padding:.4rem;}
.nav-link-custom{
  font-weight:500;
  font-size:1.1rem;
  color:#fff !important;
  padding:.15rem .25rem !important;
  position:relative;
  text-transform:uppercase;
}
.nav-link-custom i{font-size:1.25rem;margin-right:.35rem;}
.nav-link-custom:hover{ color:#ffd400 !important; }
.nav-link-custom.active{ color:#fff !important; }
.nav-link-custom.active::after{
  content:"";
  position:absolute;
  left:1rem; right:1rem; bottom:.15rem;
  height:2px;
  background:var(--amber);
  border-radius:2px;
}
.btn-cta{
  background:var(--amber);
  border:none;
  color:var(--navy);
  font-weight:700;
  padding:.6rem 1.4rem;
  border-radius:999px;
  transition:.15s ease;
}
.btn-cta:hover{ background:var(--amber-dark); color:var(--white); }
.btn-outline-navy{
  border:1.5px solid var(--navy);
  color:var(--navy);
  font-weight:700;
  padding:.55rem 1.35rem;
  border-radius:999px;
  background:transparent;
}
.btn-outline-navy:hover{ background:var(--navy); color:var(--white); }

/* ---------- PAGE HERO (shared, image + text) ---------- */
.page-hero{ padding:5.5rem 0 5rem; position:relative; overflow:hidden; }
.page-hero::before{
  content:"";
  position:absolute; top:-120px; right:-160px;
  width:480px; height:480px;
  background:radial-gradient(circle, rgba(28,124,114,.10) 0%, rgba(28,124,114,0) 70%);
}
.eyebrow{
  display:inline-flex; align-items:center; gap:.5rem;
  background:var(--teal-light); color:var(--navy-light);
  font-weight:700; font-size:.8rem; letter-spacing:.06em; text-transform:uppercase;
  padding:.4rem .9rem; border-radius:999px; margin-bottom:1.4rem;
}
.page-hero h1{ font-size:clamp(2.1rem, 3.6vw, 3rem); font-weight:600; line-height:1.12; margin-bottom:1.2rem; }
.page-hero .lead-text{ font-size:1.12rem; color:var(--ink-soft); max-width:520px; margin-bottom:1.8rem; }
.hero-illustration{ max-width:460px; margin:0 auto; display:block; }

.trust-row{ display:flex; flex-wrap:wrap; gap:1.5rem; margin-top:2rem; }
.trust-row .item{ display:flex; align-items:center; gap:.5rem; font-size:.86rem; font-weight:600; color:var(--ink-soft); }
.trust-row .item i{ color:var(--navy-light); }

/* ---------- TRUST STRIP ---------- */
.trust-strip{ background:var(--navy); padding:1.4rem 0; }
.trust-strip .badge-item{ color:#cfe0ea; font-size:.88rem; font-weight:600; display:flex; align-items:center; gap:.55rem; justify-content:center; }
.trust-strip .badge-item i{ color:var(--amber); }

/* ---------- SECTIONS ---------- */
.section{ padding:5rem 0; }
.section-tag{ color:var(--navy-light); font-weight:700; font-size:.8rem; letter-spacing:.08em; text-transform:uppercase; }
.section h2{ font-size:clamp(1.6rem, 2.4vw, 2.2rem); font-weight:600; margin-top:.5rem; margin-bottom:1rem; }
.section .sub{ color:var(--ink-soft); max-width:560px; }

/* ---------- ICON BADGES (used everywhere instead of stock photos) ---------- */
.icon-badge{
  width:56px; height:56px; border-radius:16px;
  background:var(--teal-light); color:var(--navy-light);
  display:flex; align-items:center; justify-content:center;
  font-size:1.4rem; margin-bottom:1.1rem;
}
.icon-badge.amber{ background:#fbeed9; color:var(--amber-dark); }
.icon-badge.navy{ background:#e7edf2; color:var(--navy); }
.icon-badge.round{ border-radius:50%; }

/* ---------- STEP / FEATURE CARDS ---------- */
.step-card, .feature-card{
  background:var(--white); border:1px solid var(--border); border-radius:var(--radius);
  padding:2rem 1.8rem; height:100%; position:relative;
}
.step-num{
  font-family:'IBM Plex Mono', monospace; font-size:.85rem; font-weight:600; color:var(--navy-light);
  background:var(--teal-light); width:34px; height:34px; border-radius:50%;
  display:flex; align-items:center; justify-content:center; margin-bottom:1.2rem;
}
.step-card h3, .feature-card h3{ font-size:1.15rem; font-weight:600; margin-bottom:.6rem; }
.step-card p, .feature-card p{ color:var(--ink-soft); font-size:.96rem; margin:0; }

/* ---------- PRICE LABEL (signature element) ---------- */
.price-label{
  background:var(--white); border-radius:var(--radius); border:1.5px solid var(--border);
  box-shadow:0 20px 45px -20px rgba(15,42,67,.25); max-width:420px; margin-left:auto;
  position:relative; overflow:hidden;
}
.price-label::before,.price-label::after{
  content:""; position:absolute; width:26px; height:26px; background:var(--bg);
  border-radius:50%; top:50%; transform:translateY(-50%); border:1.5px solid var(--border);
}
.price-label::before{ left:-13px; }
.price-label::after{ right:-13px; }
.price-label .perforation{ border-top:2px dashed var(--border); margin:0; }
.price-label .head{ background:var(--navy); color:#fff; padding:1.1rem 1.5rem; display:flex; align-items:center; justify-content:space-between; }
.price-label .head span{ font-size:.72rem; letter-spacing:.08em; text-transform:uppercase; opacity:.75; }
.price-label .med-name{ font-family:'Fraunces', serif; font-size:1.15rem; font-weight:600; }
.price-label .body{ padding:1.6rem 1.5rem 1.8rem; }
.price-row{ display:flex; align-items:baseline; justify-content:space-between; padding:.55rem 0; }
.price-row .label{ font-size:.82rem; font-weight:700; color:var(--ink-soft); display:flex; align-items:center; gap:.4rem; }
.price-row .amount{ font-size:1.15rem; font-weight:600; }
.price-row.us .amount{ color:#9aa5ab; text-decoration:line-through; text-decoration-color:#c3999a; text-decoration-thickness:2px; }
.price-row.ca .amount{ color:var(--navy-light); font-size:1.7rem; font-weight:700; }
.savings-tag{ background:var(--amber); color:var(--navy); font-weight:800; font-size:.85rem; text-align:center; padding:.6rem; border-radius:10px; margin-top:1rem; }

/* ---------- MEDICATION CARDS ---------- */
.med-card{ background:var(--white); border:1px solid var(--border); border-radius:var(--radius); padding:1.6rem; height:100%; transition:.15s ease; }
.med-card:hover{ border-color:var(--navy-light); box-shadow:0 12px 30px -18px rgba(15,42,67,.3); transform:translateY(-2px); }
.med-card .cat{ font-size:.72rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase; color:var(--ink-soft); }
.med-card h3{ font-size:1.2rem; font-weight:600; margin:.35rem 0 1rem; }
.med-card .med-icon{
  width:52px; height:52px; border-radius:14px; background:var(--teal-light); color:var(--navy-light);
  display:flex; align-items:center; justify-content:center; font-size:1.3rem; margin-bottom:1rem;
}
.med-compare{ display:flex; align-items:center; justify-content:space-between; border-top:1px dashed var(--border); padding-top:1rem; }
.med-compare small{ display:block; font-size:.72rem; color:var(--ink-soft); font-weight:600; }
.med-compare .us .val{ color:#9aa5ab; text-decoration:line-through; font-weight:600; }
.med-compare .ca .val{ color:var(--navy-light); font-weight:700; font-size:1.25rem; }
.med-compare i{ color:var(--border); }
.back-link{display:inline-block;color:var(--navy-light);font-weight:700;text-decoration:none;margin-bottom:1rem;}
.product-image-panel{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);min-height:360px;display:flex;align-items:center;justify-content:center;color:var(--navy-light);font-size:5rem;padding:2rem;}
.product-image-panel img{width:100%;height:320px;object-fit:contain;}
.product-detail-title{font-size:clamp(2rem,4vw,3.2rem);margin:.45rem 0 .35rem;}
.product-subtitle{color:var(--ink-soft);font-size:1.15rem;}
.product-price{color:var(--navy-light);font-size:2rem;font-weight:800;margin:1.5rem 0;}
.quantity-input{max-width:110px;min-height:52px;}
.product-description{border-top:1px solid var(--border);padding-top:2.5rem;max-width:900px;}
.product-description h2{color:#2eae4f;font-size:1.8rem;margin-bottom:1.75rem;}
.product-description h3{font-family:'Public Sans',sans-serif;color:var(--ink);font-size:1.35rem;margin:1.5rem 0;}
.product-description p,.product-description li{font-size:1.08rem;line-height:1.8;}
.product-facts{margin-top:2rem;border-top:1px solid var(--border);padding-top:1.25rem;}
.product-facts strong,.product-facts span{display:block;}.product-facts strong{color:var(--ink-soft);font-size:.8rem;text-transform:uppercase;}.product-facts span{font-weight:600;}
.cart-list{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;max-width:800px;}
.cart-item,.cart-total{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border);}.cart-item h2{font-family:'Public Sans',sans-serif;font-size:1.1rem;margin:0;}.cart-item p{color:var(--ink-soft);margin:.25rem 0 0;}.cart-total{border-bottom:0;padding-bottom:0;font-size:1.2rem;}
.cart-item-actions{display:flex;align-items:center;gap:1rem;}.cart-item-actions form{margin:0;}.cart-remove{border:0;background:transparent;color:var(--navy-light);padding:.35rem;line-height:1;font-size:1rem;cursor:pointer;}.cart-remove:hover{color:var(--navy);}
.cart-actions{display:flex;flex-wrap:wrap;gap:.75rem;}.checkout-next-step h2{font-size:1.35rem;margin-bottom:.6rem;}.checkout-next-step p{color:var(--ink-soft);font-size:.95rem;}
.shipping-card h2{font-size:1.35rem;}.shipping-card .icon-badge{flex:0 0 auto;}
.checkout-page{overflow:visible;padding-bottom:5rem;}.checkout-page .container{min-width:0;}.checkout-page .row{min-width:0;}.shipping-card{width:100%;max-width:100%;overflow:visible;}
.products-page{padding-top:3.5rem;}
.products-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;border-bottom:1px solid var(--border);padding-bottom:2rem;}
.products-heading h1{font-size:clamp(2.2rem,4vw,3.4rem);margin:.45rem 0 .65rem;}
.products-heading .sub{max-width:580px;color:var(--ink-soft);}
.products-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.4rem 0 1.8rem;}
.products-toolbar strong{font-family:'IBM Plex Mono',monospace;color:var(--navy);font-size:1.15rem;}
.products-toolbar span{color:var(--ink-soft);margin-left:.35rem;font-size:.9rem;}
.product-card{display:flex;flex-direction:column;}
.product-card-image{height:158px;display:flex;align-items:center;justify-content:center;margin:-.25rem -.25rem 1.25rem;background:linear-gradient(145deg,#f4f8f7 0%,#edf3f2 100%);border-radius:10px;}
.product-card-image img{width:100%;height:140px;object-fit:contain;}
.product-card-image .med-icon{margin:0;}
.product-card h2{font-size:1.2rem;font-weight:600;margin:.35rem 0 .35rem;}
.product-card-meta{color:var(--ink-soft);font-size:.95rem;min-height:1.5rem;}
.products-pagination{display:flex;justify-content:center;}
.products-pagination .pagination{margin:0;}
.products-pagination .page-link{color:var(--navy);border-color:var(--border);}
.products-pagination .active .page-link{background:var(--navy-light);border-color:var(--navy-light);color:var(--white);}
.empty-products{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:3rem;text-align:center;}
.empty-products .med-icon{margin:0 auto 1rem;}
.empty-products h2{font-size:1.5rem;margin-bottom:.4rem;}
.empty-products p{color:var(--ink-soft);}
.import-progress{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.25rem;}
.import-progress .progress-bar{background:var(--navy-light);}
.filter-pill{
  border:1.5px solid var(--border); background:var(--white); color:var(--ink-soft);
  font-weight:600; font-size:.85rem; padding:.45rem 1.1rem; border-radius:999px; transition:.15s ease;
}
.filter-pill.active, .filter-pill:hover{ border-color:var(--navy-light); color:var(--navy-light); background:var(--teal-light); }

/* ---------- TESTIMONIALS ---------- */
.testimonial-card{ background:var(--white); border:1px solid var(--border); border-radius:var(--radius); padding:1.8rem; height:100%; }
.testimonial-card .stars{ color:var(--amber); margin-bottom:.9rem; font-size:.9rem; }
.testimonial-card .who{ font-size:.85rem; font-weight:700; color:var(--navy); }
.testimonial-card .where{ font-size:.8rem; color:var(--ink-soft); }

/* ---------- FAQ ---------- */
.accordion-item{ background:transparent; border:none; border-bottom:1px solid var(--border); }
.accordion-button{
  font-family:'Fraunces', serif; font-weight:600; font-size:1.05rem; color:var(--navy);
  background:transparent; padding:1.3rem .2rem; box-shadow:none !important;
}
.accordion-button:not(.collapsed){ color:var(--navy-light); background:transparent; }
.accordion-button::after{ filter:hue-rotate(120deg) saturate(1.5); }
.accordion-body{ color:var(--ink-soft); padding:0 .2rem 1.5rem; }

/* ---------- CTA BANNER ---------- */
.cta-banner{
  background:linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
  border-radius:20px; padding:3.2rem; color:#fff; position:relative; overflow:hidden;
}
.cta-banner::after{
  content:""; position:absolute; right:-60px; bottom:-60px; width:220px; height:220px;
  border-radius:50%; background:rgba(226,163,59,.15);
}
.cta-banner h2{ color:#fff; }
.cta-banner p{ color:#cfe0ea; max-width:480px; }

/* ---------- CONTACT / FORMS ---------- */
.contact-card{ background:var(--white); border:1px solid var(--border); border-radius:var(--radius); padding:2rem; height:100%; }
.form-control, .form-select{
  border:1.5px solid var(--border); padding:.65rem .9rem; border-radius:10px; font-size:.95rem;
}
.form-control:focus, .form-select:focus{ border-color:var(--navy-light); box-shadow:0 0 0 .2rem rgba(30,66,102,.12); }
.form-label{ font-weight:600; font-size:.88rem; color:var(--navy); margin-bottom:.4rem; }

/* ---------- FOOTER ---------- */
footer{ background:var(--navy); color:#a9bcc9; padding:3.5rem 0 1.5rem; font-size:.9rem; }
footer .brand-mark{ font-family:'Fraunces',serif; font-weight:600; font-size:1.4rem; color:var(--white); display:flex; align-items:center; gap:.5rem; text-decoration:none; letter-spacing:normal; }
footer .brand-mark .leaf{ color:var(--navy-light); font-size:1.15rem; }
footer h6{ color:#fff; font-weight:700; font-size:.85rem; letter-spacing:.05em; text-transform:uppercase; margin-bottom:1rem; }
footer a{ color:#a9bcc9; text-decoration:none; }
footer a:hover{ color:#fff; }
footer ul{ list-style:none; padding:0; margin:0; }
footer li{ margin-bottom:.6rem; }
.footer-disclaimer{ border-top:1px solid rgba(255,255,255,.12); margin-top:2.5rem; padding-top:1.8rem; font-size:.78rem; color:#7f93a1; line-height:1.7; }
.footer-bottom{ border-top:1px solid rgba(255,255,255,.12); margin-top:1.5rem; padding-top:1.3rem; display:flex; justify-content:space-between; flex-wrap:wrap; gap:1rem; font-size:.8rem; }

.back-to-top{
  position:fixed;
  right:1.25rem;
  bottom:1.25rem;
  z-index:1100;
  width:3rem;
  height:3rem;
  border:none;
  border-radius:50%;
  background:var(--navy-light);
  color:var(--white);
  box-shadow:0 12px 30px -12px rgba(15,42,67,.35);
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  visibility:hidden;
  transform:translateY(12px);
  transition:opacity .2s ease, visibility .2s ease, transform .2s ease;
}
.back-to-top.show{ opacity:1; visibility:visible; transform:translateY(0); }
.back-to-top:hover{ background:var(--navy); }

.chatbot-toggle{
  position:fixed;
  right:1.25rem;
  bottom:5.9rem;
  z-index:1100;
  width:3.2rem;
  height:3.2rem;
  border:none;
  border-radius:50%;
  background:linear-gradient(135deg, var(--navy-light) 0%, var(--navy) 100%);
  color:var(--white);
  box-shadow:0 14px 35px -12px rgba(15,42,67,.35);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.1rem;
}
.chatbot-toggle:hover{ transform:translateY(-2px); }

.chatbot-panel{
  position:fixed;
  right:1.25rem;
  bottom:6.6rem;
  z-index:1100;
  width:min(360px, calc(100vw - 2rem));
  max-height:min(520px, calc(100vh - 7rem));
  background:var(--white);
  border:1px solid var(--border);
  border-radius:20px;
  box-shadow:0 20px 45px -20px rgba(15,42,67,.35);
  display:flex;
  flex-direction:column;
  overflow:hidden;
  opacity:0;
  visibility:hidden;
  transform:translateY(10px);
  transition:opacity .2s ease, visibility .2s ease, transform .2s ease;
}
.chatbot-panel.show{ opacity:1; visibility:visible; transform:translateY(0); }
.chatbot-header{ padding:1rem 1rem .8rem; border-bottom:1px solid var(--border); display:flex; align-items:flex-start; justify-content:space-between; gap:1rem; }
.chatbot-header h3{ font-size:1rem; margin:0 0 .2rem; }
.chatbot-header p{ margin:0; font-size:.8rem; color:var(--ink-soft); }
.chatbot-close{ border:none; background:transparent; color:var(--ink-soft); font-size:1rem; }
.chatbot-messages{ padding:1rem; display:flex; flex-direction:column; gap:.75rem; overflow-y:auto; background:linear-gradient(180deg, #f9fcfc 0%, #f4f8f8 100%); }
.chat-bubble{ max-width:85%; padding:.7rem .85rem; border-radius:14px; font-size:.92rem; line-height:1.45; }
.chat-bubble.bot{ background:var(--white); color:var(--ink); border:1px solid var(--border); align-self:flex-start; }
.chat-bubble.user{ background:var(--navy-light); color:var(--white); align-self:flex-end; }
.chatbot-suggestions{ display:flex; flex-wrap:wrap; gap:.5rem; padding:0 1rem 1rem; }
.chat-suggestion{ border:1px solid var(--border); background:var(--white); color:var(--navy); border-radius:999px; padding:.45rem .8rem; font-size:.8rem; font-weight:600; }
.chatbot-form{ display:flex; gap:.6rem; padding:1rem; border-top:1px solid var(--border); }
.chatbot-form input{ flex:1; border:1px solid var(--border); border-radius:999px; padding:.7rem .9rem; font-size:.92rem; }
.chatbot-form button{ border:none; background:var(--navy-light); color:var(--white); width:2.6rem; height:2.6rem; border-radius:50%; display:flex; align-items:center; justify-content:center; }

/* ---------- SIGNUP VIEWPORT ---------- */
body:has(.signup-page){ overflow:auto; }
.signup-page{ min-height:100vh; height:auto; padding:1rem 0; overflow:visible; }
.signup-page .container{ max-width:1180px; }
.signup-page .col-lg-7.col-xl-6{ flex:0 0 100%; max-width:100%; }
.signup-page .contact-card{ padding:.75rem 1.25rem; }
.signup-page .section-tag{ margin-bottom:.4rem; }
.signup-page h1{ font-size:1.7rem; margin-bottom:.15rem !important; }
.signup-page .sub{ margin-bottom:.4rem !important; }
.signup-page .row{ --bs-gutter-x:.8rem; --bs-gutter-y:.35rem; }
.signup-page .form-label{ font-size:.78rem; margin-bottom:.15rem; }
.signup-page .form-control,
.signup-page .form-select{ min-height:28px; padding:.15rem .45rem; font-size:.78rem; }
.signup-page textarea.form-control{ min-height:42px; }
.signup-page h2.h5{ font-size:.9rem; margin-top:.2rem !important; }
.signup-page .btn-lg{ padding:.45rem 1rem; font-size:1rem; }
.signin-page{ min-height:100vh; height:auto; padding:1rem 0; overflow:visible; }
.signin-page .contact-card{ padding:1.25rem 1.5rem; }
.signin-page h1{ font-size:1.9rem; margin-bottom:.2rem !important; }
.signin-page .sub{ margin-bottom:.8rem !important; }
.signin-page .form-label{ font-size:.85rem; margin-bottom:.2rem; }
.signin-page .form-control{ min-height:38px; padding:.35rem .6rem; font-size:.9rem; }
.signin-page .btn-lg{ padding:.5rem 1rem; font-size:1rem; }
.dashboard-heading{ display:flex; align-items:flex-end; justify-content:space-between; gap:2rem; border-bottom:1px solid var(--border); padding-bottom:2rem; }
.dashboard-heading h1{ font-size:clamp(2rem,4vw,3.2rem); margin-bottom:.45rem; }
.dashboard-card{ display:block; height:100%; background:var(--white); border:1px solid var(--border); border-radius:var(--radius); padding:1.6rem; color:inherit; text-decoration:none; transition:.15s ease; }
.dashboard-card:hover{ border-color:var(--navy-light); box-shadow:0 12px 30px -18px rgba(15,42,67,.3); transform:translateY(-2px); }
.dashboard-card .icon-badge{ margin-bottom:1rem; }
.dashboard-card h2{ font-size:1.2rem; margin-bottom:.5rem; }
.dashboard-card p{ color:var(--ink-soft); font-size:.95rem; margin-bottom:1.2rem; }
.dashboard-card-link{ color:var(--navy-light); font-weight:700; font-size:.9rem; }
.dashboard-card-link i{ margin-left:.3rem; }

@media (min-width:768px){
  .signup-page form .row{ display:grid; grid-template-columns:repeat(6,minmax(0,1fr)); gap:.2rem .8rem; margin:0; }
  .signup-page form .row > *{ width:auto; padding:0; margin-top:0; }
  .signup-page form .row > .col-12{ grid-column:span 3; }
  .signup-page form .row > .col-md-6{ grid-column:span 3; }
  .signup-page form .row > .col-md-4{ grid-column:span 2; }
  .signup-page form .row > :has(h2),
  .signup-page form .row > :has(button),
  .signup-page form .row > :has(textarea){ grid-column:1 / -1; }
  .signup-page form .row > :not(:has(h2)):not(:has(button)):not(:has(textarea)) .form-label{ display:inline-block; width:37%; margin:0; vertical-align:middle; font-size:.7rem; }
  .signup-page form .row > :not(:has(h2)):not(:has(button)):not(:has(textarea)) .form-control,
  .signup-page form .row > :not(:has(h2)):not(:has(button)):not(:has(textarea)) .form-select{ display:inline-block; width:61%; vertical-align:middle; }
}

@media (max-width:767px){
  .signup-page{ padding:.75rem 0; }
  .signup-page .contact-card{ padding:1rem; }
  .signin-page{ padding:.75rem 0; }
  .signin-page .contact-card{ padding:1rem; }
  .dashboard-heading{ align-items:flex-start; flex-direction:column; gap:1rem; }
  .dashboard-heading .btn{ width:100%; }
}

@media (max-width:991px){
  .utility-bar{min-height:48px;font-size:.78rem;}
  .utility-bar-inner{justify-content:center;text-align:center;flex-wrap:wrap;padding-top:.45rem;padding-bottom:.45rem;}
  .utility-bar-inner > span:nth-child(3){display:none;}
  .utility-account-links{margin-left:0;}
  .site-header-main{min-height:100px;display:block;padding-top:1rem;padding-bottom:0;}
  .site-header-right{width:100%;}
  .site-header-row{min-height:100px;gap:1rem;}
  .site-header .brand-mark{font-size:1.55rem;gap:.45rem;letter-spacing:-.06em;}
  .site-logo{width:145px;height:78px;}
  .header-search{height:48px;max-width:none;margin-left:auto;}
  .header-search input{font-size:1rem;padding-left:.85rem;}
  .header-search button{font-size:1rem;padding:.65rem 1rem;}
  .header-actions{display:none;}
  .navbar-toggler{display:block;margin-left:auto;}
  .navbar-custom{padding:.55rem 0;border-top:0;}
  .navbar-custom .navbar-collapse{padding-top:.7rem;}
  .navbar-custom .navbar-nav{align-items:stretch !important;gap:0 !important;}
  .nav-link-custom{font-size:.95rem;padding:.6rem .25rem !important;}
  .page-hero{padding:3.5rem 0 4rem;}
  .price-label{ margin:2.5rem auto 0; }
  .section{ padding:3.5rem 0; }
  .hero-illustration{ max-width:340px; margin-top:2rem; }
}

@media (max-width:575px){
  
  .site-header-main{position:relative;padding-top:.75rem;}
  .site-header-main > .brand-mark{position:absolute;top:.75rem;left:12px;z-index:2;}
  .site-header-row{flex-wrap:wrap;align-items:flex-start;min-height:132px;padding-top:1rem;padding-bottom:1rem;}
  .site-header .brand-mark{font-size:1.3rem;}
  .site-logo{width:125px;height:68px;}
  .header-search{order:3;flex-basis:100%;margin-top:.75rem;}
  .navbar-toggler{margin-left:auto;}
  .navbar-custom{background:transparent;padding:0;min-height:0;}
  .navbar-custom .navbar-collapse.show{background:#163a5c;margin-top:.55rem;padding:.7rem 1rem;}
  .page-hero{padding-top:2.75rem;}
  .products-heading{align-items:flex-start;flex-direction:column;gap:1.25rem;}
  .products-heading .btn{width:100%;}
  .products-toolbar{align-items:flex-start;flex-direction:column;}
  .products-toolbar .btn{width:100%;}
}
