.header-wrapper{z-index:1000;background:var(--bg-surface);box-shadow:var(--shadow-sm);transition:all var(--transition-fast);position:sticky;top:0}.announcement-bar{background:var(--brand-primary);color:#fff;text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;padding:.45rem 1rem;font-size:.85rem;font-weight:500;display:flex}.announcement-link{color:#fff;transition:opacity var(--transition-fast);align-items:center;gap:.25rem;font-weight:700;text-decoration:underline;display:inline-flex}.announcement-link:hover{opacity:.85}.header-main{justify-content:space-between;align-items:center;gap:1.25rem;padding-top:.85rem;padding-bottom:.85rem;display:flex}.header-brand{color:var(--text-heading);flex-shrink:0;align-items:center;gap:.65rem;text-decoration:none;display:flex}.brand-icon-box{border-radius:var(--radius-md);background:rgba(var(--brand-primary-rgb), .1);width:42px;height:42px;color:var(--brand-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.brand-name{font-family:var(--font-heading);letter-spacing:-.02em;color:var(--text-heading);white-space:nowrap;font-size:1.25rem;font-weight:800;line-height:1.1}.brand-tagline-sub{color:var(--text-muted);white-space:nowrap;font-size:.75rem;font-weight:500;display:block}.header-nav{flex-wrap:nowrap;align-items:center;gap:1.1rem;list-style:none;display:flex}.nav-link{color:var(--text-main);transition:color var(--transition-fast);white-space:nowrap;padding:.4rem .15rem;font-size:.9rem;font-weight:500;position:relative}.nav-link:hover{color:var(--brand-primary)}.header-actions{flex-shrink:0;align-items:center;gap:.65rem;display:flex}.header-mobile-toggle{border:1px solid var(--border-color);border-radius:var(--radius-sm);color:var(--text-heading);background:0 0;padding:.5rem;display:none}.mobile-nav-drawer{z-index:1050;background:var(--bg-surface);opacity:0;pointer-events:none;flex-direction:column;padding:1.5rem;transition:transform .3s cubic-bezier(.16,1,.3,1),opacity .2s;display:flex;position:fixed;inset:0;overflow-y:auto;transform:translateY(-100%)}.mobile-nav-drawer.open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-drawer-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-bottom:1.25rem;display:flex}.mobile-nav-list{flex-direction:column;gap:.75rem;margin:1.5rem 0;list-style:none;display:flex}.mobile-nav-item a{background:var(--bg-subtle);border-radius:var(--radius-md);color:var(--text-heading);justify-content:space-between;align-items:center;padding:.85rem 1rem;font-size:1.05rem;font-weight:600;display:flex}.mobile-drawer-contact{border-top:1px solid var(--border-color);flex-direction:column;gap:.75rem;margin-top:auto;padding-top:1.5rem;display:flex}@media (width<=1080px){.header-nav,.header-actions .btn-desktop-only{display:none}.header-mobile-toggle{display:flex}}.footer-wrapper{background-color:var(--text-heading);color:#f1f5f9;padding-top:2rem;padding-bottom:2rem;position:relative;overflow:hidden}.footer-wave-top{line-height:0;position:absolute;top:0;left:0;right:0;overflow:hidden}.footer-wave-top svg{width:100%;height:38px;display:block}.footer-grid{grid-template-columns:2fr 1fr 1.2fr 1.5fr;gap:2.5rem;margin-top:2rem;margin-bottom:3rem;display:grid}.footer-brand-title{color:#fff;align-items:center;gap:.6rem;margin-bottom:.75rem;font-size:1.5rem;font-weight:800;display:flex}.footer-tagline{color:#cbd5e1;max-width:320px;margin-bottom:1.25rem;font-size:.925rem;line-height:1.6}.footer-col-heading{color:#fff;margin-bottom:1.15rem;font-size:1.05rem;font-weight:700;display:inline-block;position:relative}.footer-links-list{flex-direction:column;gap:.65rem;list-style:none;display:flex}.footer-link{color:#94a3b8;transition:color var(--transition-fast), transform var(--transition-fast);font-size:.9rem;display:inline-block}.footer-link:hover{color:#fff;transform:translate(3px)}.footer-hours-list{color:#94a3b8;flex-direction:column;gap:.45rem;font-size:.85rem;list-style:none;display:flex}.footer-hours-row{border-bottom:1px dashed #ffffff1a;justify-content:space-between;padding-bottom:.35rem;display:flex}.footer-contact-item{color:#cbd5e1;align-items:flex-start;gap:.65rem;margin-bottom:.85rem;font-size:.885rem;display:flex}.footer-contact-item svg{color:var(--brand-accent);flex-shrink:0;margin-top:3px}.footer-social-row{gap:.75rem;margin-top:1.25rem;display:flex}.social-icon-btn{border-radius:var(--radius-md);color:#fff;width:36px;height:36px;transition:background var(--transition-fast), transform var(--transition-fast);background:#ffffff14;justify-content:center;align-items:center;display:flex}.social-icon-btn:hover{background:var(--brand-primary);color:#fff;transform:translateY(-2px)}.footer-bottom-bar{color:#64748b;border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;font-size:.825rem;display:flex}@media (width<=992px){.footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (width<=600px){.footer-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom-bar{text-align:center;flex-direction:column;justify-content:center}}.floating-whatsapp-container{z-index:990;align-items:center;gap:.75rem;display:flex;position:fixed;bottom:2rem;right:2rem}.floating-whatsapp-tooltip{background:var(--bg-surface);color:var(--text-heading);border-radius:var(--radius-full);box-shadow:var(--shadow-lg);border:1px solid var(--border-color);white-space:nowrap;padding:.5rem .9rem;font-size:.85rem;font-weight:600;animation:3s ease-in-out infinite floatTooltip}@keyframes floatTooltip{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.floating-whatsapp-btn{color:#fff;width:58px;height:58px;transition:all var(--transition-smooth);background:#25d366;border-radius:50%;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 8px 24px #25d36673}.floating-whatsapp-btn:after{content:"";opacity:.7;border:2px solid #25d366;border-radius:50%;animation:2s cubic-bezier(.4,0,.6,1) infinite waPulse;position:absolute;inset:-4px}@keyframes waPulse{0%{opacity:.8;transform:scale(.95)}50%{opacity:0;transform:scale(1.15)}to{opacity:0;transform:scale(1.15)}}.floating-whatsapp-btn:hover{background:#20ba5a;transform:scale(1.08);box-shadow:0 12px 28px #25d3668c}.mobile-action-bar{background:var(--bg-surface);border-top:1px solid var(--border-color);padding:.6rem 1rem env(safe-area-inset-bottom,.6rem);z-index:999;display:none;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 16px #00000014}.mobile-action-bar-grid{grid-template-columns:1fr 1.2fr 1fr;gap:.5rem;display:grid}.mobile-action-item{border-radius:var(--radius-sm);transition:background var(--transition-fast);flex-direction:column;justify-content:center;align-items:center;gap:.2rem;padding:.45rem .2rem;font-size:.75rem;font-weight:600;text-decoration:none;display:flex}.mobile-action-item.call{color:var(--text-heading);background:var(--bg-subtle)}.mobile-action-item.whatsapp{color:#fff;background:#25d366}.mobile-action-item.directions{color:var(--brand-primary);background:rgba(var(--brand-primary-rgb), .08)}@media (width<=768px){.floating-whatsapp-container{bottom:4.8rem;right:1.25rem}.floating-whatsapp-tooltip{display:none}.mobile-action-bar{display:block}body{padding-bottom:4rem}}.hero-section{background:linear-gradient(180deg, var(--bg-surface) 0%, var(--bg-main) 100%);padding-top:clamp(2.5rem,5vw,4.5rem);padding-bottom:clamp(3rem,6vw,5.5rem);position:relative;overflow:hidden}.hero-grid{grid-template-columns:1.15fr .85fr;align-items:center;gap:clamp(2rem,5vw,4rem);display:grid}.hero-content{flex-direction:column;align-items:flex-start;display:flex}.hero-badge-pill{background:rgba(var(--brand-primary-rgb), .08);border:1px solid rgba(var(--brand-primary-rgb), .2);color:var(--brand-primary);border-radius:var(--radius-full);align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem .95rem;font-size:.85rem;font-weight:600;display:inline-flex}.hero-title{color:var(--text-heading);letter-spacing:-.025em;margin-bottom:1.25rem;font-size:clamp(2.2rem,4.5vw,3.6rem);font-weight:800;line-height:1.15}.hero-title-highlight{color:var(--brand-primary);display:inline-block;position:relative}.hero-subtitle{color:var(--text-muted);max-width:540px;margin-bottom:2rem;font-size:clamp(1rem,1.9vw,1.2rem);line-height:1.65}.hero-cta-group{flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:2.25rem;display:flex}.hero-proof-bar{border-top:1px solid var(--border-color);align-items:center;gap:1.5rem;width:100%;padding-top:1.5rem;display:flex}.hero-visual-wrapper{justify-content:center;display:flex;position:relative}.hero-image-frame{border-radius:var(--radius-xl);width:100%;max-width:480px;box-shadow:var(--shadow-xl);border:6px solid var(--bg-surface);aspect-ratio:4/4.6;position:relative;overflow:hidden}.hero-main-img{object-fit:cover;width:100%;height:100%}.hero-floating-badge{background:var(--bg-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid var(--border-color);align-items:center;gap:.75rem;max-width:260px;padding:.85rem 1.15rem;animation:4s ease-in-out infinite heroFloat;display:flex;position:absolute;bottom:1.5rem;left:-1rem}@keyframes heroFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.hero-floating-icon{border-radius:var(--radius-md);background:rgba(var(--brand-primary-rgb), .12);width:40px;height:40px;color:var(--brand-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.hero-floating-title{color:var(--text-heading);font-size:.885rem;font-weight:700;line-height:1.2}.hero-floating-desc{color:var(--text-muted);font-size:.75rem}@media (width<=992px){.hero-grid{text-align:center;grid-template-columns:1fr}.hero-content{align-items:center}.hero-cta-group,.hero-proof-bar{justify-content:center}.hero-floating-badge{bottom:1rem;left:1rem}}@media (width<=480px){.hero-cta-group{flex-direction:column;width:100%}.hero-cta-group .btn,.hero-cta-group a{width:100%}.hero-proof-bar{flex-direction:column;gap:.75rem}}.trustbar-wrapper{background:var(--bg-surface);border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);padding:1.75rem 0}.trustbar-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.75rem;display:grid}.trust-item{align-items:flex-start;gap:1rem;display:flex}.trust-icon-box{border-radius:var(--radius-md);background:rgba(var(--brand-primary-rgb), .09);width:46px;height:46px;color:var(--brand-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.trust-item-title{color:var(--text-heading);margin-bottom:.25rem;font-size:.975rem;font-weight:700;line-height:1.3}.trust-item-desc{color:var(--text-muted);font-size:.835rem;line-height:1.45}.categories-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.75rem;display:grid}.category-card{flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.category-img-box{aspect-ratio:16/10;background:var(--bg-subtle);width:100%;position:relative;overflow:hidden}.category-img{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1)}.category-card:hover .category-img{transform:scale(1.05)}.category-badge-tag{background:var(--brand-primary);color:#fff;border-radius:var(--radius-full);letter-spacing:.03em;box-shadow:var(--shadow-sm);padding:.25rem .65rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.category-content{flex-direction:column;flex-grow:1;padding:1.35rem;display:flex}.category-header-row{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.category-name{color:var(--text-heading);font-size:1.15rem;font-weight:700}.category-count{color:var(--text-muted);background:var(--bg-subtle);border-radius:var(--radius-sm);white-space:nowrap;padding:.2rem .5rem;font-size:.775rem;font-weight:600}.category-desc{color:var(--text-muted);flex-grow:1;margin-bottom:1.25rem;font-size:.885rem;line-height:1.5}.category-footer-row{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;padding-top:.85rem;display:flex}@media (width<=640px){.categories-grid{grid-template-columns:1fr}}.services-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:2rem;display:grid}.service-card{flex-direction:column;height:100%;display:flex;overflow:hidden}.service-image-container{aspect-ratio:16/10;width:100%;position:relative;overflow:hidden}.service-card-img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.service-card:hover .service-card-img{transform:scale(1.04)}.service-badge{background:var(--brand-secondary);color:#fff;border-radius:var(--radius-full);box-shadow:var(--shadow-sm);padding:.3rem .75rem;font-size:.775rem;font-weight:700;position:absolute;top:1rem;right:1rem}.service-body{flex-direction:column;flex-grow:1;padding:1.5rem;display:flex}.service-meta-pill{color:var(--brand-primary);align-items:center;gap:.4rem;margin-bottom:.5rem;font-size:.8rem;font-weight:600;display:inline-flex}.service-title{color:var(--text-heading);margin-bottom:.6rem;font-size:1.25rem;font-weight:700}.service-desc{color:var(--text-muted);margin-bottom:1.25rem;font-size:.9rem;line-height:1.55}.service-highlights-list{background:var(--bg-subtle);border-radius:var(--radius-md);flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding:.85rem;list-style:none;display:flex}.service-highlight-item{color:var(--text-main);align-items:center;gap:.5rem;font-size:.825rem;font-weight:500;display:flex}.service-highlight-item svg{color:var(--brand-primary);flex-shrink:0}.service-footer{border-top:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:1rem;display:flex}.service-price-block{flex-direction:column;display:flex}.service-price-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.725rem;font-weight:600}.service-price-value{color:var(--text-heading);font-size:1.15rem;font-weight:800}@media (width<=640px){.services-grid{grid-template-columns:1fr}}.about-grid{grid-template-columns:1fr 1.15fr;align-items:center;gap:clamp(2rem,5vw,4.5rem);display:grid}.about-image-column{position:relative}.about-main-img-box{border-radius:var(--radius-xl);width:100%;box-shadow:var(--shadow-lg);aspect-ratio:4/4.8;position:relative;overflow:hidden}.about-main-img{object-fit:cover;width:100%;height:100%}.about-stat-overlay{background:var(--brand-primary);color:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-xl);flex-direction:column;padding:1.25rem 1.75rem;display:flex;position:absolute;bottom:-1.5rem;right:-1rem}.about-stat-number{font-size:2rem;font-weight:800;line-height:1}.about-stat-label{opacity:.9;margin-top:.25rem;font-size:.825rem;font-weight:500}.about-content-column{flex-direction:column;display:flex}.about-story-text{color:var(--text-main);margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.about-metrics-grid{background:var(--bg-subtle);border-radius:var(--radius-md);grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1rem;padding:1.25rem;display:grid}.about-metric-card{text-align:center}.about-metric-val{color:var(--brand-primary);font-size:1.4rem;font-weight:800;display:block}.about-metric-tag{color:var(--text-muted);font-size:.75rem;font-weight:600}@media (width<=992px){.about-grid{grid-template-columns:1fr}.about-stat-overlay{bottom:1rem;right:1rem}}@media (width<=500px){.about-metrics-grid{grid-template-columns:1fr;gap:1rem}}.why-choose-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.75rem;display:grid}.why-choose-card{flex-direction:column;align-items:flex-start;height:100%;padding:2rem 1.5rem;display:flex}.why-icon-bubble{border-radius:var(--radius-lg);background:rgba(var(--brand-primary-rgb), .1);width:52px;height:52px;color:var(--brand-primary);transition:transform var(--transition-fast);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.why-choose-card:hover .why-icon-bubble{transform:scale(1.08)rotate(3deg)}.why-title{color:var(--text-heading);margin-bottom:.6rem;font-size:1.15rem;font-weight:700}.why-desc{color:var(--text-muted);font-size:.9rem;line-height:1.55}.brands-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.25rem;display:grid}.brand-card{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-md);text-align:center;transition:all var(--transition-smooth);flex-direction:column;justify-content:center;align-items:center;padding:1.25rem 1rem;display:flex}.brand-card:hover{border-color:var(--brand-primary);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.brand-name-text{font-family:var(--font-heading);color:var(--text-heading);margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.brand-category-text{color:var(--text-muted);font-size:.75rem;font-weight:500}.gallery-filter-tabs{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-bottom:2.5rem;display:flex}.gallery-tab-btn{border-radius:var(--radius-full);border:1px solid var(--border-color);background:var(--bg-surface);color:var(--text-muted);transition:all var(--transition-fast);text-transform:capitalize;padding:.45rem 1.15rem;font-size:.885rem;font-weight:600}.gallery-tab-btn.active{background:var(--brand-primary);color:#fff;border-color:var(--brand-primary);box-shadow:var(--shadow-sm)}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.gallery-item{border-radius:var(--radius-lg);aspect-ratio:4/3;cursor:pointer;box-shadow:var(--shadow-sm);background:var(--bg-subtle);position:relative;overflow:hidden}.gallery-photo{object-fit:cover;width:100%;height:100%;transition:transform .4s}.gallery-item:hover .gallery-photo{transform:scale(1.06)}.gallery-overlay{opacity:0;transition:opacity var(--transition-fast);background:linear-gradient(#0000 50%,#000000bf 100%);flex-direction:column;justify-content:flex-end;padding:1.25rem;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-caption{color:#fff;font-size:.9rem;font-weight:500;line-height:1.35}.gallery-category-pill{text-transform:uppercase;letter-spacing:.05em;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;border-radius:var(--radius-sm);background:#ffffff40;align-self:flex-start;margin-bottom:.4rem;padding:.2rem .5rem;font-size:.7rem;font-weight:600}.lightbox-backdrop{z-index:2000;background:#0f172aeb;justify-content:center;align-items:center;padding:1.5rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-content{flex-direction:column;align-items:center;width:100%;max-width:900px;max-height:85vh;display:flex;position:relative}.lightbox-img{object-fit:contain;border-radius:var(--radius-md);max-width:100%;max-height:70vh;box-shadow:var(--shadow-xl)}.lightbox-caption-text{color:#fff;text-align:center;margin-top:1rem;font-size:1rem}.lightbox-close-btn{color:#fff;background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:-2.5rem;right:0}.lightbox-nav-btn{color:#fff;background:#00000080;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav-btn.prev{left:-1.5rem}.lightbox-nav-btn.next{right:-1.5rem}@media (width<=640px){.gallery-grid{grid-template-columns:1fr}.lightbox-nav-btn.prev{left:.5rem}.lightbox-nav-btn.next{right:.5rem}}.reviews-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.75rem;display:grid}.review-card{flex-direction:column;height:100%;padding:1.75rem;display:flex}.review-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.review-stars{color:#f59e0b;gap:2px;display:flex}.review-date-badge{color:var(--text-muted);font-size:.775rem}.review-text{color:var(--text-main);flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;font-style:italic;line-height:1.6}.review-author-block{border-top:1px solid var(--border-color);align-items:center;gap:.75rem;padding-top:1rem;display:flex}.review-avatar-circle{background:rgba(var(--brand-primary-rgb), .12);width:42px;height:42px;color:var(--brand-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.review-author-name{color:var(--text-heading);font-size:.95rem;font-weight:700;line-height:1.2}.review-pet-info{color:var(--text-muted);align-items:center;gap:.35rem;font-size:.775rem;display:flex}.review-verified-pill{color:#0284c7;border-radius:var(--radius-full);background:#f0f9ff;margin-left:auto;padding:.2rem .5rem;font-size:.725rem;font-weight:600}@media (width<=640px){.reviews-grid{grid-template-columns:1fr}}.faq-container{flex-direction:column;gap:1rem;max-width:800px;margin:0 auto;display:flex}.faq-card{border:1px solid var(--border-color);background:var(--bg-surface);border-radius:var(--radius-md);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);overflow:hidden}.faq-card.open{border-color:var(--brand-primary);box-shadow:var(--shadow-sm)}.faq-question-btn{text-align:left;width:100%;color:var(--text-heading);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-size:1.05rem;font-weight:700;display:flex}.faq-icon-chevron{color:var(--brand-primary);transition:transform var(--transition-fast);flex-shrink:0}.faq-card.open .faq-icon-chevron{transform:rotate(180deg)}.faq-answer-panel{color:var(--text-main);border-top:1px solid #0000;padding:0 1.5rem 1.25rem;font-size:.95rem;line-height:1.65}.faq-help-box{text-align:center;background:var(--bg-subtle);border-radius:var(--radius-lg);max-width:600px;margin-top:2.5rem;margin-left:auto;margin-right:auto;padding:1.5rem}.location-grid{grid-template-columns:1fr 1.15fr;align-items:start;gap:clamp(2rem,4vw,3.5rem);display:grid}.location-info-card{padding:2rem}.location-detail-group{flex-direction:column;gap:1.25rem;margin-bottom:2rem;display:flex}.location-item-row{align-items:flex-start;gap:1rem;display:flex}.location-icon-box{border-radius:var(--radius-md);background:rgba(var(--brand-primary-rgb), .1);width:42px;height:42px;color:var(--brand-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.location-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.2rem;font-size:.775rem;font-weight:700}.location-value{color:var(--text-heading);font-size:.95rem;font-weight:600;line-height:1.4}.hours-table{border-collapse:collapse;width:100%;margin-top:1rem}.hours-table tr{border-bottom:1px solid var(--border-color)}.hours-table tr:last-child{border-bottom:none}.hours-table td{padding:.65rem 0;font-size:.9rem}.hours-day-cell{color:var(--text-heading);font-weight:600}.hours-time-cell{text-align:right;color:var(--text-muted)}.hours-today-row{background:rgba(var(--brand-primary-rgb), .06);font-weight:700}.hours-today-row td{padding-left:.5rem;padding-right:.5rem;color:var(--brand-primary)!important}.map-wrapper{border-radius:var(--radius-lg);width:100%;height:100%;min-height:440px;box-shadow:var(--shadow-md);border:1px solid var(--border-color);position:relative;overflow:hidden}.map-iframe{border:0;width:100%;height:100%;min-height:440px}@media (width<=992px){.location-grid{grid-template-columns:1fr}}.final-cta-wrapper{background:var(--brand-primary);color:#fff;border-radius:var(--radius-xl);text-align:center;box-shadow:var(--shadow-xl);padding:clamp(2.5rem,5vw,4.5rem) clamp(1.5rem,4vw,3.5rem);position:relative;overflow:hidden}.final-cta-wrapper:before{content:"🐾";opacity:.08;pointer-events:none;font-size:14rem;position:absolute;bottom:-4rem;right:-2rem}.final-cta-content{z-index:1;max-width:680px;margin:0 auto;position:relative}.final-cta-eyebrow{color:#fff;border-radius:var(--radius-full);background:#ffffff26;align-items:center;gap:.4rem;margin-bottom:1.25rem;padding:.35rem .85rem;font-size:.825rem;font-weight:600;display:inline-flex}.final-cta-title{color:#fff;margin-bottom:1rem;font-size:clamp(1.85rem,3.8vw,2.75rem);font-weight:800;line-height:1.2}.final-cta-desc{color:#ffffffe6;margin-bottom:2rem;font-size:clamp(.95rem,1.8vw,1.15rem);line-height:1.6}.final-cta-buttons{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}@media (width<=540px){.final-cta-buttons{flex-direction:column;width:100%}.final-cta-buttons .btn,.final-cta-buttons a{width:100%}}.importer-modal-backdrop{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:2500;background:#0f172ad1;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.importer-modal-card{background:var(--bg-surface);color:var(--text-heading);border-radius:var(--radius-xl);border:1px solid var(--border-color);box-shadow:var(--shadow-xl);flex-direction:column;width:100%;max-width:680px;max-height:90vh;display:flex;position:relative;overflow:hidden}.importer-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem 1rem;display:flex}.importer-title-row{align-items:center;gap:.65rem;display:flex}.importer-title{color:var(--text-heading);font-size:1.2rem;font-weight:800}.importer-subtitle{color:var(--text-muted);margin-top:.2rem;font-size:.825rem}.importer-close-btn{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);transition:color var(--transition-fast), background var(--transition-fast);background:0 0;border:none;padding:.35rem}.importer-close-btn:hover{color:var(--text-heading);background:var(--bg-subtle)}.importer-body{flex-direction:column;gap:1.15rem;padding:1.25rem 1.5rem;display:flex;overflow-y:auto}.provider-status-badge{border-radius:var(--radius-md);background:var(--bg-subtle);border:1px solid var(--border-color);align-items:center;gap:.5rem;padding:.45rem .8rem;font-size:.775rem;display:flex}.provider-status-dot{border-radius:50%;width:8px;height:8px}.provider-status-dot.active{background-color:#10b981}.provider-status-dot.dev{background-color:#f59e0b}.importer-form-group{flex-direction:column;gap:.5rem;display:flex}.importer-label{color:var(--text-heading);align-items:center;gap:.4rem;font-size:.875rem;font-weight:700;display:flex}.importer-input-wrapper{align-items:center;display:flex;position:relative}.importer-input-icon{color:var(--text-muted);pointer-events:none;position:absolute;left:1rem}.importer-input{background:var(--bg-surface);border:1.5px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-heading);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);outline:none;padding:.8rem 1rem .8rem 2.6rem;font-family:inherit;font-size:.925rem}.importer-input:focus{border-color:var(--brand-primary);box-shadow:0 0 0 3px rgba(var(--brand-primary-rgb), .15)}.sample-links-block{flex-direction:column;gap:.45rem;display:flex}.sample-links-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.75rem;font-weight:600}.sample-chips-row{flex-wrap:wrap;gap:.5rem;display:flex}.sample-chip-btn{background:var(--bg-subtle);border:1px solid var(--border-color);border-radius:var(--radius-full);color:var(--text-main);cursor:pointer;transition:all var(--transition-fast);padding:.35rem .7rem;font-size:.775rem;font-weight:600}.sample-chip-btn:hover{background:rgba(var(--brand-primary-rgb), .1);color:var(--brand-primary);border-color:var(--brand-primary)}.importer-error-box{color:#991b1b;border-radius:var(--radius-md);background:#fef2f2;border:1px solid #fecaca;align-items:flex-start;gap:.6rem;padding:.85rem 1rem;font-size:.85rem;display:flex}.importer-loading-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2.5rem 1rem;display:flex}.importer-spinner{border:3.5px solid var(--border-color);border-top-color:var(--brand-primary);border-radius:50%;width:44px;height:44px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.preview-card-box{flex-direction:column;gap:1rem;display:flex}.business-found-header{background:var(--bg-subtle);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:1.15rem 1.25rem}.preview-badge-found{color:#065f46;border-radius:var(--radius-full);background:#ecfdf5;border:1px solid #a7f3d0;align-items:center;gap:.35rem;padding:.25rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex}.preview-store-name{color:var(--text-heading);margin-bottom:.2rem;font-size:1.25rem;font-weight:800}.preview-details-grid{grid-template-columns:repeat(2,1fr);gap:.6rem;display:grid}.preview-stat-item{background:var(--bg-surface);border-radius:var(--radius-md);border:1px solid var(--border-color);color:var(--text-main);align-items:center;gap:.45rem;padding:.6rem .75rem;font-size:.825rem;display:flex}.preview-stat-item svg{color:var(--brand-primary);flex-shrink:0}.ai-recommendation-box{border-radius:var(--radius-lg);background:#f0fdf4;border:1.5px solid #86efac;flex-direction:column;gap:.85rem;padding:1.25rem;display:flex;position:relative}.ai-rec-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.ai-rec-title-group{align-items:flex-start;gap:.5rem;display:flex}.ai-rec-sparkle{font-size:1.35rem;line-height:1}.ai-rec-title{color:#14532d;margin:0;font-size:1.05rem;font-weight:800}.ai-rec-sub{color:#166534;margin-top:.15rem;font-size:.8rem}.ai-rec-pill{color:#15803d;border-radius:var(--radius-full);background:#dcfce7;border:1px solid #bbf7d0;padding:.25rem .65rem;font-size:.75rem;font-weight:700}.ai-theme-summary{border-radius:var(--radius-md);background:#fff;border:1px solid #bbf7d0;padding:.85rem 1rem}.ai-theme-badge{color:var(--brand-primary);margin-bottom:.35rem;font-size:.9rem;font-weight:800}.ai-theme-reason{color:#374151;margin:0;font-size:.825rem;line-height:1.45}.ai-modules-section{flex-direction:column;gap:.45rem;display:flex}.ai-modules-title{color:#166534;text-transform:uppercase;letter-spacing:.04em;font-size:.775rem;font-weight:700}.ai-modules-tags-grid{flex-wrap:wrap;gap:.4rem;display:flex}.module-tag{border-radius:var(--radius-sm);padding:.25rem .55rem;font-size:.75rem;font-weight:600}.module-tag.enabled{color:#166534;background:#dcfce7;border:1px solid #86efac}.module-tag.disabled{color:#94a3b8;opacity:.8;background:#f1f5f9;border:1px solid #e2e8f0;text-decoration:line-through}.manual-override-container{border-top:1px dashed #bbf7d0;margin-top:.35rem;padding-top:.75rem}.manual-override-toggle-btn{color:#15803d;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:.25rem 0;font-family:inherit;font-size:.825rem;display:flex}.manual-override-toggle-btn:hover{text-decoration:underline}.manual-override-drawer{margin-top:.75rem;animation:.2s ease-out fadeIn}.template-cards-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}.template-choice-card{border:2px solid var(--border-color);border-radius:var(--radius-md);background:var(--bg-surface);cursor:pointer;flex-direction:column;gap:.35rem;padding:.85rem;transition:all .2s;display:flex}.template-choice-card:hover{border-color:#94a3b8;transform:translateY(-1px)}.template-choice-card.active{border-color:var(--brand-primary);background:#fff;box-shadow:0 4px 12px #0000000f}.template-card-header{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.template-color-dots{align-items:center;gap:4px;display:flex}.template-color-dots span{border-radius:50%;width:14px;height:14px;display:inline-block}.template-radio-pill{background:var(--border-color);color:var(--text-muted);border-radius:999px;align-items:center;gap:.25rem;padding:2px 8px;font-size:.7rem;font-weight:700;display:inline-flex}.template-choice-card.active .template-radio-pill{background:var(--brand-primary);color:#fff}.template-card-title{color:var(--text-heading);margin:0;font-size:.9rem;font-weight:800}.template-card-sub{color:var(--brand-primary);margin:0;font-size:.75rem;font-weight:600}.template-card-desc{color:var(--text-muted);margin:0;font-size:.75rem;line-height:1.35}.importer-footer{border-top:1px solid var(--border-color);background:var(--bg-surface);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:.75rem;padding:1.15rem 1.5rem;display:flex}@media (width<=600px){.preview-details-grid,.template-cards-grid{grid-template-columns:1fr}.importer-footer{flex-direction:column}.importer-footer .btn{width:100%}}.inspector-modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:2500;background:#0f172ad9;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.inspector-modal-card{color:#f8fafc;border-radius:var(--radius-xl);background:#0f172a;border:1px solid #334155;flex-direction:column;width:100%;max-width:860px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000080}.inspector-header{background:#1e293b;border-bottom:1px solid #1e293b;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.inspector-header-title{align-items:center;gap:.75rem;display:flex}.inspector-header-title h3{color:#fff;margin:0;font-size:1.1rem;font-weight:700}.inspector-subtitle{color:#94a3b8;margin:.15rem 0 0;font-size:.8rem}.inspector-action-btn{border-radius:var(--radius-sm);color:#f8fafc;cursor:pointer;background:#334155;border:1px solid #475569;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.8rem;font-weight:600;transition:all .2s;display:flex}.inspector-action-btn:hover{background:#475569}.inspector-close-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.35rem}.inspector-close-btn:hover{color:#fff;background:#334155}.inspector-tabs{background:#090d16;border-bottom:1px solid #1e293b;gap:.5rem;padding:.25rem 1rem 0;display:flex}.inspector-tab-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.inspector-tab-btn:hover{color:#f1f5f9}.inspector-tab-btn.active{color:#38bdf8;background:#38bdf814;border-bottom-color:#38bdf8}.inspector-body{background:#0f172a;flex:1;padding:1.5rem;overflow-y:auto}.blueprint-view{flex-direction:column;gap:1.5rem;display:flex}.classification-card{border-radius:var(--radius-lg);background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);border:1px solid #38bdf8;flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;display:flex}.class-header{justify-content:space-between;align-items:flex-start;display:flex}.class-tag{text-transform:uppercase;letter-spacing:.05em;color:#38bdf8;font-size:.75rem;font-weight:700}.class-title{color:#fff;margin:.2rem 0;font-size:1.5rem;font-weight:800}.class-code code{color:#cbd5e1;background:#334155;border-radius:4px;padding:2px 6px;font-size:.8rem}.confidence-pill{border-radius:var(--radius-md);background:#10b98126;border:1px solid #10b981;align-items:center;gap:.6rem;padding:.4rem .85rem;display:flex}.conf-value{color:#34d399;font-size:1.15rem;font-weight:800;line-height:1}.conf-label{text-transform:uppercase;color:#6ee7b7;font-size:.65rem}.evidence-list{color:#cbd5e1;font-size:.825rem}.evidence-list ul{flex-direction:column;gap:.25rem;margin:.4rem 0 0;padding:0;list-style:none;display:flex}.evidence-list li{color:#94a3b8}.style-meta-row{border-top:1px solid #334155;gap:1.5rem;padding-top:.75rem;display:flex}.meta-item{align-items:center;gap:.4rem;font-size:.825rem;display:flex}.meta-lbl{color:#94a3b8}.meta-val{color:#f8fafc;font-weight:700}.meta-val.capitalize{text-transform:capitalize}.inspector-body .section-block{flex-direction:column;gap:.75rem;display:flex}.inspector-body .section-title{color:#fff;align-items:center;gap:.5rem;margin:0;font-size:.95rem;font-weight:700;display:flex}.capabilities-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.capability-card{border-radius:var(--radius-md);background:#1e293b;border:1px solid #334155;flex-direction:column;gap:.4rem;padding:.75rem;display:flex}.cap-head{justify-content:space-between;align-items:center;display:flex}.cap-name{text-transform:capitalize;color:#f8fafc;font-size:.85rem;font-weight:700}.status-badge{text-transform:uppercase;border-radius:999px;align-items:center;gap:3px;padding:2px 6px;font-size:.65rem;font-weight:700;display:inline-flex}.status-badge.confirmed{color:#34d399;background:#10b98133}.status-badge.likely{color:#38bdf8;background:#38bdf833}.status-badge.unknown{color:#fbbf24;background:#f59e0b33}.status-badge.not-detected{color:#64748b;background:#64748b33}.cap-conf-bar{background:#334155;border-radius:2px;height:4px;overflow:hidden}.cap-conf-fill{background:#38bdf8;border-radius:2px;height:100%}.capability-card.confirmed .cap-conf-fill{background:#10b981}.cap-evidence{color:#94a3b8;margin:0;font-size:.725rem;line-height:1.3}.modules-matrix-grid{grid-template-columns:repeat(3,1fr);gap:.65rem;display:grid}.module-matrix-card{border-radius:var(--radius-md);background:#1e293b;border:1px solid #334155;align-items:center;gap:.65rem;padding:.65rem .85rem;display:flex}.module-matrix-card.enabled{background:#10b9810d;border-color:#10b98180}.module-matrix-card.disabled{opacity:.5}.module-info{flex-direction:column;display:flex}.module-name{color:#f8fafc;text-transform:capitalize;font-size:.825rem;font-weight:700}.module-badge{color:#94a3b8;font-size:.675rem}.module-matrix-card.enabled .module-badge{color:#34d399}.raw-json-view{border-radius:var(--radius-md);color:#38bdf8;background:#090d16;border:1px solid #1e293b;max-height:60vh;margin:0;padding:1rem;font-family:monospace;font-size:.825rem;overflow-x:auto}@media (width<=768px){.capabilities-grid,.modules-matrix-grid{grid-template-columns:1fr}}.editor-modal-backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#0f172ad1;justify-content:center;align-items:center;padding:1.5rem;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}.editor-modal-card{color:#f8fafc;background:#0b1329;border:1px solid #1e293b;border-radius:18px;flex-direction:column;width:100%;max-width:960px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 25px 60px -15px #000000b3}.editor-modal-header{background:#0f172a;border-bottom:1px solid #1e293b;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.editor-modal-title-group{align-items:center;gap:.75rem;display:flex}.editor-modal-title{color:#f8fafc;margin:0;font-size:1.15rem;font-weight:700}.editor-modal-subtitle{color:#94a3b8;margin-top:.15rem;font-size:.82rem;display:block}.editor-modal-close-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:.4rem;transition:all .15s;display:flex}.editor-modal-close-btn:hover{color:#fff;background:#ffffff1a}.editor-modal-tabs{background:#0a0f1d;border-bottom:1px solid #1e293b;gap:.4rem;padding:.75rem 1.5rem;display:flex;overflow-x:auto}.editor-tab-btn{color:#94a3b8;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:8px;align-items:center;gap:.45rem;padding:.5rem .85rem;font-size:.82rem;font-weight:600;transition:all .15s;display:flex}.editor-tab-btn:hover{color:#e2e8f0;background:#ffffff0d}.editor-tab-btn.active{color:#38bdf8;background:#1e293b;border-color:#38bdf84d}.editor-modal-body{flex-direction:column;flex:1;gap:1.25rem;padding:1.5rem;display:flex;overflow-y:auto}.editor-section-card{background:#0f172a;border:1px solid #1e293b;border-radius:12px;padding:1.25rem}.editor-section-title{color:#e2e8f0;justify-content:space-between;align-items:center;margin:0 0 1rem;font-size:.95rem;font-weight:700;display:flex}.editor-field-group{margin-bottom:1rem}.editor-field-group:last-child{margin-bottom:0}.editor-field-header{justify-content:space-between;align-items:center;margin-bottom:.35rem;display:flex}.editor-field-label{color:#cbd5e1;font-size:.82rem;font-weight:600}.editor-badge-customized{color:#38bdf8;background:#38bdf826;border:1px solid #38bdf84d;border-radius:4px;align-items:center;gap:.3rem;padding:2px 6px;font-size:.7rem;font-weight:700;display:inline-flex}.editor-badge-default{color:#64748b;font-size:.7rem}.editor-reset-link{color:#f87171;cursor:pointer;background:0 0;border:none;margin-left:.5rem;padding:0;font-size:.72rem;text-decoration:underline}.editor-input,.editor-textarea,.editor-select{color:#f8fafc;box-sizing:border-box;background:#020617;border:1px solid #1e293b;border-radius:8px;outline:none;width:100%;padding:.65rem .85rem;font-size:.88rem;transition:border-color .15s}.editor-input:focus,.editor-textarea:focus,.editor-select:focus{border-color:#38bdf8}.editor-textarea{resize:vertical;min-height:80px;line-height:1.4}.editor-modules-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem;display:grid}.editor-module-toggle-card{background:#020617;border:1px solid #1e293b;border-radius:8px;justify-content:space-between;align-items:center;padding:.85rem;display:flex}.editor-toggle-switch{width:44px;height:24px;display:inline-block;position:relative}.editor-toggle-switch input{opacity:0;width:0;height:0}.editor-toggle-slider{cursor:pointer;background-color:#334155;border-radius:24px;transition:all .2s;position:absolute;inset:0}.editor-toggle-slider:before{content:"";background-color:#fff;border-radius:50%;width:18px;height:18px;transition:all .2s;position:absolute;bottom:3px;left:3px}input:checked+.editor-toggle-slider{background-color:#10b981}input:checked+.editor-toggle-slider:before{transform:translate(20px)}.editor-modal-footer{background:#0f172a;border-top:1px solid #1e293b;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.editor-save-btn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.6rem 1.25rem;font-weight:700;transition:background .15s;display:flex}.editor-save-btn:hover{background:#059669}.editor-reset-all-btn{color:#f87171;cursor:pointer;background:0 0;border:1px solid #ef44444d;border-radius:8px;padding:.55rem 1rem;font-weight:600;transition:all .15s}.editor-reset-all-btn:hover{background:#ef44441a}.preview-modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;background:#0f172ad9;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.preview-modal-card{color:#f8fafc;background:#0b1329;border:1px solid #1e293b;border-radius:16px;flex-direction:column;gap:1.25rem;width:100%;max-width:580px;padding:1.75rem;display:flex;box-shadow:0 25px 50px -12px #0009}.preview-modal-header{justify-content:space-between;align-items:flex-start;display:flex}.preview-status-pill{border-radius:999px;align-items:center;gap:.3rem;margin-top:.35rem;padding:3px 8px;font-size:.72rem;font-weight:700;display:inline-flex}.preview-status-pill.active{color:#10b981;background:#10b98126;border:1px solid #10b9814d}.preview-status-pill.disabled{color:#f87171;background:#ef444426;border:1px solid #ef44444d}.preview-url-box{background:#020617;border:1px solid #1e293b;border-radius:10px;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.preview-url-text{color:#38bdf8;text-overflow:ellipsis;white-space:nowrap;flex:1;font-family:monospace;font-size:.84rem;overflow:hidden}.preview-actions-grid{flex-wrap:wrap;gap:.75rem;padding-top:.5rem;display:flex}.preview-btn{color:#f8fafc;cursor:pointer;background:#1e293b;border:1px solid #334155;border-radius:8px;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.85rem;font-weight:600;transition:all .15s;display:flex}.preview-btn:hover{background:#334155}.preview-btn.primary{color:#fff;background:#10b981;border-color:#10b981}.preview-btn.primary:hover{background:#059669}.preview-btn.danger{color:#f87171;background:0 0;border-color:#ef44444d}.preview-btn.danger:hover{background:#ef44441a}.deploy-modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;background:#0f172ad9;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.deploy-modal-card{color:#f8fafc;background:#0b1329;border:1px solid #1e293b;border-radius:16px;flex-direction:column;gap:1.25rem;width:100%;max-width:640px;max-height:90vh;padding:1.75rem;display:flex;overflow-y:auto;box-shadow:0 25px 50px -12px #000000b3}.deploy-modal-header{justify-content:space-between;align-items:flex-start;display:flex}.deploy-status-pill{border-radius:999px;align-items:center;gap:.3rem;margin-top:.35rem;padding:3px 8px;font-size:.72rem;font-weight:700;display:inline-flex}.deploy-status-pill.live{color:#10b981;background:#10b98126;border:1px solid #10b9814d}.deploy-status-pill.pending{color:#f59e0b;background:#f59e0b26;border:1px solid #f59e0b4d}.deploy-status-pill.unassigned{color:#94a3b8;background:#64748b26;border:1px solid #64748b4d}.dns-instruction-card{background:#020617;border:1px solid #1e293b;border-radius:10px;padding:1.25rem}.dns-records-table{border-collapse:collapse;width:100%;margin-top:.75rem;font-size:.82rem}.dns-records-table th{text-align:left;color:#94a3b8;border-bottom:1px solid #1e293b;padding:.4rem .6rem;font-weight:600}.dns-records-table td{color:#f8fafc;border-bottom:1px solid #0f172a;padding:.55rem .6rem}.dns-copy-chip{color:#38bdf8;cursor:pointer;background:#1e293b;border:1px solid #334155;border-radius:4px;align-items:center;gap:.25rem;padding:2px 6px;font-family:monospace;display:inline-flex}.deploy-actions-grid{flex-wrap:wrap;align-items:center;gap:.75rem;padding-top:.5rem;display:flex}.deploy-btn{color:#f8fafc;cursor:pointer;background:#1e293b;border:1px solid #334155;border-radius:8px;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.85rem;font-weight:600;transition:all .15s;display:flex}.deploy-btn:hover{background:#334155}.deploy-btn.primary{color:#fff;background:#10b981;border-color:#10b981}.deploy-btn.primary:hover{background:#059669}.deploy-btn.danger{color:#f87171;background:0 0;border-color:#ef44444d}.deploy-btn.danger:hover{background:#ef44441a}.dashboard-backdrop{z-index:9998;color:#f8fafc;background:#090e1a;flex-direction:column;display:flex;position:fixed;inset:0;overflow-y:auto}.dashboard-header{z-index:10;background:#0f172a;border-bottom:1px solid #1e293b;justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex;position:sticky;top:0}.dashboard-title-box{align-items:center;gap:.85rem;display:flex}.dashboard-title{letter-spacing:-.02em;color:#f8fafc;align-items:center;gap:.5rem;margin:0;font-size:1.25rem;font-weight:800;display:flex}.dashboard-subtitle{color:#94a3b8;margin-top:.15rem;font-size:.82rem;display:block}.dashboard-header-actions{align-items:center;gap:.75rem;display:flex}.dashboard-btn-primary{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.85rem;font-weight:700;transition:background .15s;display:flex}.dashboard-btn-primary:hover{background:#059669}.dashboard-btn-outline{color:#38bdf8;cursor:pointer;background:#1e293b;border:1px solid #38bdf84d;border-radius:8px;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.85rem;font-weight:600;transition:all .15s;display:flex}.dashboard-btn-outline:hover{background:#38bdf826}.dashboard-main-content{box-sizing:border-box;width:100%;max-width:1300px;margin:0 auto;padding:2rem}.dashboard-metrics-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:2rem;display:grid}.dashboard-metric-card{background:#0f172a;border:1px solid #1e293b;border-radius:12px;flex-direction:column;padding:1rem 1.25rem;display:flex}.dashboard-metric-label{color:#94a3b8;text-transform:uppercase;letter-spacing:.04em;font-size:.78rem;font-weight:600}.dashboard-metric-val{color:#f8fafc;margin-top:.35rem;font-size:1.75rem;font-weight:800}.dashboard-controls-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.dashboard-search-box{flex:1;min-width:280px;max-width:400px;position:relative}.dashboard-search-icon{color:#64748b;position:absolute;top:50%;left:.85rem;transform:translateY(-50%)}.dashboard-search-input{color:#f8fafc;box-sizing:border-box;background:#0f172a;border:1px solid #1e293b;border-radius:8px;outline:none;width:100%;padding:.6rem .85rem .6rem 2.4rem;font-size:.88rem}.dashboard-search-input:focus{border-color:#38bdf8}.dashboard-status-tabs{gap:.35rem;padding-bottom:.25rem;display:flex;overflow-x:auto}.dashboard-status-tab{color:#94a3b8;cursor:pointer;white-space:nowrap;background:#0f172a;border:1px solid #1e293b;border-radius:999px;padding:.45rem .8rem;font-size:.78rem;font-weight:600;transition:all .15s}.dashboard-status-tab:hover{color:#f8fafc;background:#1e293b}.dashboard-status-tab.active{color:#0f172a;background:#38bdf8;border-color:#38bdf8;font-weight:700}.dashboard-prospects-grid{grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:1.25rem;display:grid}.prospect-card{background:#0f172a;border:1px solid #1e293b;border-radius:14px;flex-direction:column;justify-content:space-between;padding:1.25rem;transition:transform .15s,border-color .15s;display:flex}.prospect-card:hover{border-color:#334155;transform:translateY(-2px)}.prospect-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.prospect-name{color:#f8fafc;margin:0 0 .2rem;font-size:1.05rem;font-weight:700}.prospect-type-tag{color:#38bdf8;font-size:.75rem;font-weight:600}.prospect-version-tag{color:#94a3b8;background:#1e293b;border-radius:4px;margin-left:.4rem;padding:2px 6px;font-size:.68rem}.prospect-meta-row{color:#94a3b8;align-items:center;gap:1rem;margin-bottom:1rem;font-size:.8rem;display:flex}.prospect-status-select{color:#f8fafc;cursor:pointer;background:#020617;border:1px solid #1e293b;border-radius:6px;outline:none;padding:.35rem .6rem;font-size:.78rem;font-weight:600}.prospect-actions-row{border-top:1px solid #1e293b;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:1rem;padding-top:1rem;display:flex}.prospect-action-btn{color:#cbd5e1;cursor:pointer;background:#1e293b;border:1px solid #0000;border-radius:6px;align-items:center;gap:.3rem;padding:.35rem .65rem;font-size:.75rem;font-weight:600;transition:all .15s;display:flex}.prospect-action-btn:hover{color:#fff;background:#334155}.prospect-action-btn.primary{color:#fff;background:#10b981}.prospect-action-btn.primary:hover{background:#059669}.notes-modal-backdrop{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:9999;background:#0f172ad9;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.notes-modal-card{color:#f8fafc;background:#0b1329;border:1px solid #1e293b;border-radius:16px;flex-direction:column;gap:1rem;width:100%;max-width:540px;padding:1.5rem;display:flex}.profile-switcher-banner{color:#f8fafc;z-index:1100;background:#0f172a;border-bottom:1px solid #334155;padding:.6rem 1rem;font-size:.85rem;position:relative}.profile-switcher-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.switcher-brand-tag{color:#38bdf8;letter-spacing:.02em;align-items:center;gap:.5rem;font-size:.825rem;font-weight:700;display:flex}.switcher-controls{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.switcher-select{color:#fff;border-radius:var(--radius-sm);cursor:pointer;background:#1e293b;border:1px solid #475569;outline:none;max-width:100%;padding:.35rem .65rem;font-size:.8rem;font-weight:600}@media (width<=768px){.profile-switcher-inner{flex-direction:column;align-items:stretch}.switcher-controls{grid-template-columns:1fr 1fr;width:100%;display:grid}.switcher-controls .switcher-select{grid-column:1/-1;width:100%}}.switcher-select:focus{border-color:#38bdf8}.switcher-btn{color:#f1f5f9;border-radius:var(--radius-sm);transition:all var(--transition-fast);background:#334155;border:1px solid #475569;align-items:center;gap:.3rem;padding:.35rem .65rem;font-size:.775rem;font-weight:600;display:inline-flex}.switcher-btn:hover{color:#fff;background:#475569}.data-modal-backdrop{z-index:3000;background:#0f172acc;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.data-modal-box{color:#e2e8f0;border-radius:var(--radius-lg);width:100%;max-width:800px;max-height:80vh;box-shadow:var(--shadow-xl);background:#0f172a;border:1px solid #334155;flex-direction:column;display:flex}.data-modal-header{border-bottom:1px solid #334155;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.data-modal-body{color:#38bdf8;background:#020617;padding:1.5rem;font-family:monospace;font-size:.8rem;line-height:1.5;overflow-y:auto}.public-preview-error-wrap{color:#f8fafc;text-align:center;background:#090e1a;justify-content:center;align-items:center;min-height:100vh;padding:2rem;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}.public-preview-error-card{background:#0f172a;border:1px solid #1e293b;border-radius:16px;width:100%;max-width:460px;padding:3rem 2rem;box-shadow:0 20px 40px #0006}.public-preview-error-icon{color:#f43f5e;background:#f43f5e1f;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 1.5rem;display:flex}.public-preview-error-title{color:#f8fafc;margin:0 0 .75rem;font-size:1.35rem;font-weight:700}.public-preview-error-desc{color:#94a3b8;margin:0;font-size:.9rem;line-height:1.5}.login-page-container{color:#f8fafc;background:radial-gradient(circle at 50% 20%,#0f172a 0%,#020617 100%);justify-content:center;align-items:center;width:100%;min-height:100vh;padding:1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:flex}.login-card{background:#0b1329;border:1px solid #1e293b;border-radius:16px;flex-direction:column;gap:1.5rem;width:100%;max-width:400px;padding:2.25rem 2rem;display:flex;box-shadow:0 25px 50px -12px #000000b3}.login-brand-header{text-align:center}.login-brand-title{letter-spacing:.15em;color:#38bdf8;text-transform:uppercase;margin:0;font-size:.82rem;font-weight:700}.login-brand-subtitle{color:#f8fafc;margin:.35rem 0 0;font-size:1.4rem;font-weight:700}.login-form{flex-direction:column;gap:1.15rem;display:flex}.login-input-group{flex-direction:column;gap:.4rem;display:flex}.login-label{color:#94a3b8;font-size:.82rem;font-weight:600}.login-input-wrapper{align-items:center;display:flex;position:relative}.login-input-icon{color:#64748b;pointer-events:none;position:absolute;left:.85rem}.login-input{color:#f8fafc;background:#020617;border:1px solid #334155;border-radius:8px;outline:none;width:100%;padding:.7rem .85rem .7rem 2.4rem;font-size:.92rem;transition:border-color .15s}.login-input:focus{border-color:#38bdf8;box-shadow:0 0 0 2px #38bdf833}.login-submit-btn{color:#020617;cursor:pointer;background:#38bdf8;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:.75rem 1rem;font-size:.95rem;font-weight:700;transition:all .15s;display:flex}.login-submit-btn:hover:not(:disabled){background:#0ea5e9}.login-submit-btn:disabled{opacity:.6;cursor:not-allowed}.login-error-box{color:#f87171;background:#ef44441f;border:1px solid #ef44444d;border-radius:8px;align-items:center;gap:.45rem;padding:.65rem .85rem;font-size:.84rem;display:flex}.login-footer-text{text-align:center;color:#64748b;margin:0;font-size:.75rem}:root{--pet-paw-pattern:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%230f172a' fill-opacity='0.035'%3E%3C!-- Paw Print 1 --%3E%3Cellipse cx='20' cy='28' rx='4.5' ry='3.5'/%3E%3Ccircle cx='13' cy='20' r='2'/%3E%3Ccircle cx='18' cy='16' r='2'/%3E%3Ccircle cx='23' cy='16' r='2'/%3E%3Ccircle cx='28' cy='20' r='2'/%3E%3C!-- Tiny Heart --%3E%3Cpath d='M60,18 C58,15 54,16 54,19 C54,23 60,27 60,27 C60,27 66,23 66,19 C66,16 62,15 60,18 Z'/%3E%3C!-- Paw Print 2 --%3E%3Cellipse cx='62' cy='60' rx='4.5' ry='3.5'/%3E%3Ccircle cx='55' cy='52' r='2'/%3E%3Ccircle cx='60' cy='48' r='2'/%3E%3Ccircle cx='65' cy='48' r='2'/%3E%3Ccircle cx='70' cy='52' r='2'/%3E%3C!-- Tiny Heart 2 --%3E%3Cpath d='M22,58 C20,55 16,56 16,59 C16,63 22,67 22,67 C22,67 28,63 28,59 C28,56 24,55 22,58 Z'/%3E%3C/g%3E%3C/svg%3E");--pet-paw-pattern-brand:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%230284c7' fill-opacity='0.05'%3E%3C!-- Paw Print 1 --%3E%3Cellipse cx='20' cy='28' rx='4.5' ry='3.5'/%3E%3Ccircle cx='13' cy='20' r='2'/%3E%3Ccircle cx='18' cy='16' r='2'/%3E%3Ccircle cx='23' cy='16' r='2'/%3E%3Ccircle cx='28' cy='20' r='2'/%3E%3C!-- Tiny Heart --%3E%3Cpath d='M60,18 C58,15 54,16 54,19 C54,23 60,27 60,27 C60,27 66,23 66,19 C66,16 62,15 60,18 Z'/%3E%3C!-- Paw Print 2 --%3E%3Cellipse cx='62' cy='60' rx='4.5' ry='3.5'/%3E%3Ccircle cx='55' cy='52' r='2'/%3E%3Ccircle cx='60' cy='48' r='2'/%3E%3Ccircle cx='65' cy='48' r='2'/%3E%3Ccircle cx='70' cy='52' r='2'/%3E%3C/g%3E%3C/svg%3E")}.engine-section-subtle{background-color:var(--bg-subtle);background-image:var(--pet-paw-pattern);background-repeat:repeat;background-size:80px 80px}.hero-wrapper{background-image:radial-gradient(circle at 10% 20%, rgba(var(--brand-primary-rgb), .04) 0%, transparent 60%), radial-gradient(circle at 90% 80%, #d977060a 0%, transparent 60%), var(--pet-paw-pattern);background-size:100% 100%,100% 100%,80px 80px}.pet-wave-top{width:100%;line-height:0;position:relative;overflow:hidden}.pet-wave-top svg{width:calc(100% + 1.3px);height:48px;display:block;position:relative}.pet-wave-bottom{width:100%;line-height:0;position:relative;overflow:hidden}.pet-wave-bottom svg{width:calc(100% + 1.3px);height:48px;display:block;position:relative}.engine-card{transition:transform var(--transition-smooth), box-shadow var(--transition-smooth), border-color var(--transition-fast);position:relative;overflow:hidden}.engine-card:before{content:"";pointer-events:none;opacity:.8;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 40 40'%3E%3Cg fill='%230f172a' fill-opacity='0.03'%3E%3Cellipse cx='20' cy='24' rx='7' ry='5.5'/%3E%3Ccircle cx='11' cy='14' r='3'/%3E%3Ccircle cx='17' cy='9' r='3'/%3E%3Ccircle cx='23' cy='9' r='3'/%3E%3Ccircle cx='29' cy='14' r='3'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:60px;height:60px;position:absolute;top:-20px;right:-20px}.section-eyebrow{background:rgba(var(--brand-primary-rgb), .08);color:var(--brand-primary);border:1.5px solid rgba(var(--brand-primary-rgb), .2);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.06em;box-shadow:0 2px 6px rgba(var(--brand-primary-rgb), .06);align-items:center;gap:.45rem;margin-bottom:.85rem;padding:.35rem .9rem;font-size:.825rem;font-weight:700;display:inline-flex}.section-title{letter-spacing:-.02em;color:var(--text-heading)!important;font-weight:800!important}.section-subtitle{color:var(--text-muted);font-weight:450;line-height:1.6}.footer-main{background-image:var(--pet-paw-pattern-brand);background-size:90px 90px}:root{--brand-primary:#0f5132;--brand-primary-dark:#0b3d26;--brand-primary-rgb:15, 81, 50;--brand-secondary:#d97706;--brand-accent:#f59e0b;--bg-main:#fdfbf7;--bg-surface:#fff;--bg-subtle:#f4efea;--bg-subtle-rgb:244, 239, 234;--text-main:#1e293b;--text-heading:#0f172a;--text-muted:#64748b;--border-color:#e2dcd5;--font-heading:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius-xs:4px;--radius-sm:8px;--radius-md:12px;--radius-lg:18px;--radius-xl:24px;--radius-full:9999px;--shadow-sm:0 1px 3px #0000000d, 0 1px 2px #0000000a;--shadow-md:0 4px 14px -2px #00000012, 0 2px 6px -1px #0000000a;--shadow-lg:0 12px 28px -4px #0000001a, 0 4px 12px -2px #0000000d;--shadow-xl:0 20px 40px -8px #00000024;--container-max:1240px;--container-pad:clamp(1rem, 4vw, 2rem);--section-pad-y:clamp(3.5rem, 7vw, 6rem);--section-gap:clamp(2rem, 4vw, 3.5rem);--transition-fast:.15s cubic-bezier(.4, 0, .2, 1);--transition-smooth:.25s cubic-bezier(.4, 0, .2, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);background-color:var(--bg-main);color:var(--text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--text-heading);letter-spacing:-.015em;font-weight:700;line-height:1.25}p{color:var(--text-main);margin-bottom:1rem}p:last-child{margin-bottom:0}a{color:var(--brand-primary);transition:color var(--transition-fast);text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.engine-container{width:100%;max-width:var(--container-max);padding-left:var(--container-pad);padding-right:var(--container-pad);margin-left:auto;margin-right:auto}.engine-section{padding-top:var(--section-pad-y);padding-bottom:var(--section-pad-y);position:relative}.engine-section-subtle{background-color:var(--bg-subtle)}.engine-section-white{background-color:var(--bg-surface)}.section-heading-block{text-align:center;max-width:680px;margin:0 auto clamp(2rem,4vw,3.5rem)}.section-eyebrow{background:rgba(var(--brand-primary-rgb), .08);color:var(--brand-primary);border:1px solid rgba(var(--brand-primary-rgb), .18);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:.5rem;margin-bottom:.85rem;padding:.35rem .85rem;font-size:.825rem;font-weight:600;display:inline-flex}.section-title{color:var(--text-heading);margin-bottom:.75rem;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800}.section-subtitle{color:var(--text-muted);font-size:clamp(.95rem,1.8vw,1.125rem);line-height:1.6}.btn{border-radius:var(--radius-md);transition:all var(--transition-smooth);text-align:center;white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.4rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-primary{background-color:var(--brand-primary);color:#fff;box-shadow:0 4px 12px rgba(var(--brand-primary-rgb), .25)}.btn-primary:hover{background-color:var(--brand-primary-dark);box-shadow:0 6px 16px rgba(var(--brand-primary-rgb), .35);color:#fff;transform:translateY(-1px)}.btn-secondary{background-color:var(--brand-secondary);color:#fff}.btn-secondary:hover{filter:brightness(.92);color:#fff;transform:translateY(-1px)}.btn-outline{color:var(--brand-primary);border:1.5px solid var(--brand-primary);background-color:#0000}.btn-outline:hover{background-color:rgba(var(--brand-primary-rgb), .06);border-color:var(--brand-primary-dark);color:var(--brand-primary-dark)}.btn-surface{background-color:var(--bg-surface);color:var(--text-heading);border:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.btn-surface:hover{background-color:var(--bg-subtle);border-color:var(--text-muted)}.btn-whatsapp{color:#fff;background-color:#25d366;box-shadow:0 4px 14px #25d36659}.btn-whatsapp:hover{color:#fff;background-color:#20ba5a;transform:translateY(-1px);box-shadow:0 6px 18px #25d36673}.btn-lg{padding:.9rem 1.8rem;font-size:1.05rem}.btn-sm{padding:.5rem .9rem;font-size:.85rem}.engine-card{background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform var(--transition-smooth), box-shadow var(--transition-smooth), border-color var(--transition-smooth)}.engine-card:hover{box-shadow:var(--shadow-md);border-color:rgba(var(--brand-primary-rgb), .3)}.rating-stars{color:#f59e0b;align-items:center;gap:2px;display:inline-flex}.status-pill{border-radius:var(--radius-full);align-items:center;gap:.4rem;padding:.25rem .65rem;font-size:.775rem;font-weight:600;display:inline-flex}.status-pill.is-open{color:#065f46;background-color:#ecfdf5;border:1px solid #a7f3d0}.status-pill.is-closed{color:#991b1b;background-color:#fef2f2;border:1px solid #fecaca}.status-dot{border-radius:50%;width:7px;height:7px}.status-pill.is-open .status-dot{background-color:#10b981;box-shadow:0 0 0 2px #10b98133}.status-pill.is-closed .status-dot{background-color:#ef4444}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}
