:root{
  --fb-blue:#1877f2;--fb-blue-dark:#0f5fc4;--ink:#172033;--muted:#677487;--surface:#fff;--soft:#f0f2f5;
  --teal:#1fb7a6;--shadow:0 1px 2px rgba(15,23,42,.08),0 6px 24px rgba(15,23,42,.05);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Roboto,Arial,sans-serif;background:var(--soft);color:var(--ink);font-weight:400}
a{text-decoration:none}.site-main{padding-top:82px;min-height:70vh}.main-navbar{min-height:82px;box-shadow:0 1px 4px rgba(0,0,0,.12);transition:min-height .28s ease,padding .28s ease,box-shadow .28s ease}.main-navbar.navbar-shrink{min-height:62px;box-shadow:0 2px 12px rgba(0,0,0,.14)}.navbar-brand{color:var(--ink)!important}.navbar-brand strong{display:block;line-height:1;font-size:1.05rem}.navbar-brand small{display:block;font-size:.68rem;color:var(--muted);margin-top:3px}.brand-mark{width:42px;height:42px;display:inline-grid;place-items:center;border-radius:14px;background:linear-gradient(135deg,var(--fb-blue),#67a8ff);color:#fff;box-shadow:0 6px 16px rgba(24,119,242,.22)}.main-navbar .nav-link{font-weight:500;color:#445066;border-radius:12px;padding:.65rem .85rem!important}.main-navbar .nav-link:hover{background:#edf4ff;color:var(--fb-blue)}.btn-primary{background:var(--fb-blue);border-color:var(--fb-blue)}.btn-primary:hover{background:var(--fb-blue-dark);border-color:var(--fb-blue-dark)}.cart-count{position:absolute;top:-6px;right:-5px;font-size:.65rem}.cart-dropdown{width:min(390px,92vw)}.cart-dropdown-body{max-height:330px;overflow:auto}.cart-item{display:grid;grid-template-columns:54px 1fr auto;gap:10px;padding:12px 14px;border-bottom:1px solid #edf0f4}.cart-item img{width:54px;height:54px;object-fit:cover;border-radius:12px}.hero-carousel .carousel-item{height:520px;position:relative}.hero-carousel img{height:100%;width:100%;object-fit:cover}.hero-carousel .carousel-item:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,18,40,.82),rgba(7,18,40,.26) 60%,rgba(7,18,40,.05))}.hero-copy{position:absolute;z-index:2;left:max(5vw,30px);top:50%;transform:translateY(-50%);max-width:650px;color:#fff}.hero-copy .eyebrow{display:inline-flex;align-items:center;gap:8px;background:rgba(255,255,255,.15);backdrop-filter:blur(8px);padding:8px 14px;border-radius:999px;font-size:.85rem}.hero-copy h1{font-size:clamp(2.2rem,5vw,4.5rem);line-height:1.02;font-weight:700;margin:18px 0}.hero-copy p{font-size:1.12rem;color:rgba(255,255,255,.9);max-width:580px}.hero-copy .btn{padding:.85rem 1.35rem;font-weight:500}.hero-stats{margin-top:-48px;position:relative;z-index:4}.surface-card,.feature-card,.product-card,.info-card{background:var(--surface);border:0;border-radius:18px;box-shadow:var(--shadow)}.surface-card{padding:1.25rem}.stat-card{padding:1.2rem;border-radius:18px;background:#fff;box-shadow:var(--shadow);height:100%}.stat-card i{font-size:1.35rem;color:var(--fb-blue)}.section-kicker{color:var(--fb-blue);font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}.section-title{font-size:clamp(1.7rem,3vw,2.5rem);font-weight:700}.feature-card{padding:1.45rem;height:100%;transition:transform .2s ease,box-shadow .2s ease}.feature-card:hover,.product-card:hover{transform:translateY(-3px);box-shadow:0 8px 28px rgba(15,23,42,.12)}.feature-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:#eaf2ff;color:var(--fb-blue);font-size:1.3rem;margin-bottom:1rem}.product-card{overflow:hidden;height:100%;transition:.2s}.product-card .product-image{height:205px;object-fit:cover;width:100%;background:#e9edf3}.product-card .card-body{padding:1.05rem}.product-card .category{font-size:.72rem;color:var(--fb-blue);font-weight:700;text-transform:uppercase}.product-price{font-size:1.25rem;font-weight:700}.carousel-products .carousel-control-prev,.carousel-products .carousel-control-next{width:44px;height:44px;top:40%;border-radius:50%;background:#fff;box-shadow:0 3px 18px rgba(15,23,42,.18);opacity:1}.carousel-products .carousel-control-prev{left:-17px}.carousel-products .carousel-control-next{right:-17px}.carousel-products .carousel-control-prev-icon,.carousel-products .carousel-control-next-icon{filter:invert(26%) sepia(92%) saturate(3267%) hue-rotate(210deg) brightness(101%);width:18px}.booking-shell{background:#fff;border-radius:22px;box-shadow:var(--shadow);overflow:hidden}.booking-sidebar{background:linear-gradient(160deg,#0e5ec9,#1777f2 60%,#47a2ff);color:#fff;padding:2rem}.booking-content{padding:2rem}.days-carousel{display:flex;gap:10px;overflow-x:auto;padding:6px 2px 14px;scroll-snap-type:x mandatory}.day-card{flex:0 0 112px;border:1px solid #dfe5ee;border-radius:16px;padding:12px;background:#fff;cursor:pointer;text-align:center;scroll-snap-align:start;transition:.2s}.day-card:hover,.day-card.active{border-color:var(--fb-blue);background:#edf4ff;color:var(--fb-blue);box-shadow:0 4px 15px rgba(24,119,242,.12)}.day-card .weekday{font-size:.72rem;text-transform:uppercase;font-weight:700}.day-card .number{font-size:1.55rem;font-weight:700}.time-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(95px,1fr));gap:10px}.time-slot{border:1px solid #dfe5ee;border-radius:12px;background:#fff;padding:10px;text-align:center;cursor:pointer}.time-slot:hover,.time-slot.active{background:var(--fb-blue);border-color:var(--fb-blue);color:#fff}.floating-actions{position:fixed;right:18px;top:52%;z-index:1040;display:flex;flex-direction:column;gap:10px}.floating-pill{color:#fff;display:flex;align-items:center;gap:9px;padding:11px 15px;border-radius:999px;box-shadow:0 7px 20px rgba(15,23,42,.25);font-size:.86rem;font-weight:500;transition:.2s}.floating-pill:hover{color:#fff;transform:translateX(-4px)}.floating-pill.quote{background:linear-gradient(135deg,#1877f2,#0b59b5)}.floating-pill.whatsapp{background:linear-gradient(135deg,#25d366,#119947)}.back-to-top{position:fixed;right:24px;bottom:24px;width:48px;height:48px;border:0;border-radius:18px;background:linear-gradient(135deg,#172033,#1877f2);color:#fff;box-shadow:0 8px 25px rgba(15,23,42,.25);opacity:0;visibility:hidden;transform:translateY(15px);transition:.25s;z-index:1040}.back-to-top.show{opacity:1;visibility:visible;transform:none}.site-footer{background:#fff;border-top:1px solid #e5e8ee}.site-footer a{display:block;color:#667085;margin:.45rem 0}.site-footer a:hover{color:var(--fb-blue)}.auth-page{min-height:calc(100vh - 82px);display:grid;place-items:center;padding:35px 15px;background:radial-gradient(circle at 10% 20%,rgba(24,119,242,.12),transparent 35%),radial-gradient(circle at 90% 80%,rgba(31,183,166,.12),transparent 35%)}.auth-card{width:min(1050px,100%);background:#fff;border-radius:26px;box-shadow:0 20px 70px rgba(15,23,42,.12);overflow:hidden}.auth-visual{min-height:570px;background:linear-gradient(145deg,rgba(8,34,74,.78),rgba(24,119,242,.5)),url('https://images.unsplash.com/photo-1583337130417-3346a1be7dee?auto=format&fit=crop&w=1200&q=82') center/cover;color:#fff;padding:3rem;display:flex;flex-direction:column;justify-content:flex-end}.profile-avatar{width:72px;height:72px;border-radius:22px;object-fit:cover}.timeline{position:relative;padding-left:24px}.timeline:before{content:"";position:absolute;left:7px;top:7px;bottom:7px;width:2px;background:#dce5f3}.timeline-item{position:relative;margin-bottom:18px}.timeline-item:before{content:"";position:absolute;left:-22px;top:5px;width:12px;height:12px;background:var(--fb-blue);border:3px solid #ddecff;border-radius:50%}.table-card{background:#fff;border-radius:18px;box-shadow:var(--shadow);overflow:hidden}.table>:not(caption)>*>*{padding:.9rem .8rem;border-color:#edf0f4}.empty-state{text-align:center;padding:45px 20px;color:var(--muted)}.empty-state i{font-size:2.2rem;color:#9db4d4;margin-bottom:12px}.photo-cover{width:100%;height:300px;object-fit:cover;border-radius:20px}.badge-soft{background:#eaf2ff;color:var(--fb-blue)}
@media(max-width:991px){.site-main{padding-top:72px}.main-navbar{min-height:72px}.hero-carousel .carousel-item{height:440px}.hero-copy{left:24px;right:24px}.hero-stats{margin-top:20px}.floating-actions{top:auto;right:13px;bottom:82px}.floating-pill span{display:none}.floating-pill{width:48px;height:48px;justify-content:center;padding:0}.carousel-products .carousel-control-prev{left:3px}.carousel-products .carousel-control-next{right:3px}.booking-sidebar{padding:1.4rem}.booking-content{padding:1.3rem}}
@media(max-width:575px){.hero-carousel .carousel-item{height:390px}.hero-copy h1{font-size:2rem}.hero-copy p{font-size:.96rem}.hero-copy .btn{padding:.7rem 1rem}.product-card .product-image{height:185px}.section-title{font-size:1.65rem}.auth-visual{display:none}.back-to-top{right:16px;bottom:20px}.floating-actions{bottom:80px}.day-card{flex-basis:96px}}

/* VetNova 2.1 */
.mega-menu{width:min(620px,92vw)}.mega-menu .dropdown-item{padding:.75rem}.mega-menu .dropdown-item i{width:25px;color:var(--fb-blue)}.access-menu{min-width:260px}.access-menu .dropdown-item{padding:.75rem}
.feature-hero{background:radial-gradient(circle at 80% 10%,rgba(255,255,255,.2),transparent 30%),linear-gradient(135deg,#0c4ca3,#1877f2 60%,#42a5ff);color:#fff}.eyebrow-light{display:inline-flex;gap:8px;align-items:center;padding:8px 14px;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.2);border-radius:999px}.feature-console{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);backdrop-filter:blur(14px);border-radius:24px;box-shadow:0 24px 60px rgba(0,0,0,.18)}.console-top{display:flex;gap:7px;padding:15px;border-bottom:1px solid rgba(255,255,255,.16)}.console-top span{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.75)}.console-tile{height:92px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);border-radius:16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center}.console-tile i{font-size:1.35rem}.module-card{border:1px solid #eef1f5}.access-showcase{padding:2rem;background:linear-gradient(135deg,#fff,#eef5ff);border:1px solid #dbe9ff;border-radius:24px;box-shadow:var(--shadow)}
.demo-login-card{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f3f7fd;border:1px solid #dce9fb;border-radius:16px;padding:13px}.demo-login-card small{display:block;color:var(--muted);margin-top:3px}.client-nav .nav-link{border-radius:12px;color:#5c687b}.client-nav .nav-link.active{background:var(--fb-blue);color:#fff}.prescription-card{border-top:4px solid var(--fb-blue)}
.message-layout{display:grid;grid-template-columns:320px 1fr;gap:18px}.message-list{height:620px;overflow:auto}.message-thread{display:flex;gap:12px;align-items:center;padding:13px;border-radius:14px;color:var(--ink)}.message-thread:hover,.message-thread.active{background:#eaf2ff;color:var(--fb-blue)}.message-thread i{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;background:#edf1f6}.message-thread small{display:block;color:var(--muted);margin-top:3px}.message-panel{height:620px;display:flex;flex-direction:column;overflow:hidden}.message-stream{flex:1;overflow:auto;padding:20px}.message-bubble{max-width:75%;background:#eef1f5;border-radius:18px 18px 18px 4px;padding:11px 14px;margin-bottom:12px}.message-bubble.mine{margin-left:auto;background:#1877f2;color:#fff;border-radius:18px 18px 4px 18px}.message-bubble small{display:block;font-size:.68rem;opacity:.7;margin-bottom:3px}.message-bubble p{margin:0}.message-compose{display:grid;grid-template-columns:1fr auto;gap:10px;padding:14px;border-top:1px solid #e7ebf0}.notification-item{display:flex;gap:15px;padding:18px;border-bottom:1px solid #edf0f4}.notification-item:last-child{border-bottom:0}.notification-icon{width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;border-radius:15px;background:#eaf2ff;color:var(--fb-blue)}
@media(max-width:767px){.message-layout{grid-template-columns:1fr}.message-list{height:auto;max-height:220px}.message-panel{height:560px}.message-bubble{max-width:90%}.feature-hero .display-4{font-size:2.2rem}}
.compact-feature{padding:1.1rem;min-height:205px}.compact-feature .feature-icon{width:44px;height:44px;margin-bottom:.75rem}.compact-feature p{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.mobile-highlight{background:linear-gradient(145deg,#fff,#eaf4ff);border:1px solid #d7e8ff}
.portal-action-card{color:var(--ink);transition:transform .2s ease,box-shadow .2s ease}.portal-action-card:hover{color:var(--ink);transform:translateY(-3px);box-shadow:0 10px 30px rgba(15,23,42,.12)}
