@import"https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800&family=Poppins:wght@500;600;700;800&display=swap";:root{color-scheme:light;--color-primary-50: #f0fdfa;--color-primary-100: #ccfbf1;--color-primary-200: #99f6e4;--color-primary-300: #5eead4;--color-primary-400: #2dd4bf;--color-primary-500: #14b8a6;--color-primary-600: #0d9488;--color-primary-700: #0f766e;--color-primary-800: #115e59;--color-primary-900: #134e4a;--color-accent-50: #fff7ed;--color-accent-100: #ffedd5;--color-accent-200: #fed7aa;--color-accent-300: #fdba74;--color-accent-400: #fb923c;--color-accent-500: #f97316;--color-accent-600: #ea580c;--color-accent-700: #c2410c;--color-accent-800: #9a3412;--color-accent-900: #7c2d12;--color-gray-50: #f8fafc;--color-gray-100: #f1f5f9;--color-gray-200: #e2e8f0;--color-gray-300: #cbd5e1;--color-gray-400: #94a3b8;--color-gray-500: #64748b;--color-gray-600: #475569;--color-gray-700: #334155;--color-gray-800: #1e293b;--color-gray-900: #0f172a;--color-success: #10b981;--color-warning: #f59e0b;--color-error: #ef4444;--color-info: #0ea5e9;--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--bg-dark: #1e293b;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #64748b;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-card: 0 1px 3px rgba(0, 0, 0, .08), 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .08), 0 2px 4px -1px rgba(0, 0, 0, .04);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -2px rgba(0, 0, 0, .04);--shadow-hover: 0 10px 25px -5px rgba(0, 0, 0, .1), 0 4px 10px -5px rgba(0, 0, 0, .04);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-xl: 24px;--radius-full: 9999px}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:Nunito,-apple-system,BlinkMacSystemFont,sans-serif;color:var(--text-primary);background:var(--bg-primary);line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;letter-spacing:-.02em;line-height:1.25;margin:0 0 .75rem}h1{font-size:clamp(2rem,4vw,3.25rem);font-weight:700}h2{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700}h3{font-size:1.25rem;font-weight:600}h4{font-size:1.1rem;font-weight:600}p{margin:0 0 1rem;color:var(--text-secondary)}a{color:inherit;text-decoration:none;transition:color .15s ease}a:hover{color:var(--color-primary-600)}img{display:block;max-width:100%}.container{width:min(1180px,100% - 2rem);margin:0 auto}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:var(--radius-full);font-family:inherit;font-weight:600;font-size:.95rem;border:2px solid transparent;cursor:pointer;transition:all .2s ease;white-space:nowrap}.button:disabled{opacity:.6;cursor:not-allowed}.button.primary{background:var(--color-primary-600);color:#fff;box-shadow:var(--shadow-card)}.button.primary:hover:not(:disabled){background:var(--color-primary-700);box-shadow:var(--shadow-md);transform:translateY(-1px)}.button.accent{background:var(--color-accent-500);color:#fff;box-shadow:var(--shadow-card)}.button.accent:hover:not(:disabled){background:var(--color-accent-600);box-shadow:var(--shadow-md);transform:translateY(-1px)}.button.secondary{background:var(--color-primary-50);color:var(--color-primary-700);border-color:var(--color-primary-200)}.button.secondary:hover:not(:disabled){background:var(--color-primary-100);border-color:var(--color-primary-300)}.button.ghost{background:transparent;border-color:var(--color-gray-300);color:var(--text-primary)}.button.ghost:hover:not(:disabled){border-color:var(--color-primary-400);color:var(--color-primary-700);background:var(--color-primary-50)}.button.sm{padding:.5rem 1rem;font-size:.85rem}.button.lg{padding:1rem 2rem;font-size:1.05rem}.pill{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius-full);background:var(--color-primary-50);color:var(--color-primary-700);font-weight:600;font-size:.875rem;border:1px solid var(--color-primary-100)}.pill:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--color-primary-500)}.trust-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid var(--color-gray-200);border-radius:var(--radius-full);font-size:.875rem;font-weight:500;color:var(--text-secondary)}.trust-badge svg{color:var(--color-primary-500)}.site-header{position:sticky;top:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--color-gray-100)}.nav-wrapper{display:flex;align-items:center;justify-content:space-between;padding:.875rem 0;position:relative}.brand{display:inline-flex;align-items:center;gap:.75rem;font-family:Poppins,sans-serif;font-weight:700;font-size:1.25rem}.brand-icon{width:42px;height:42px;background:linear-gradient(135deg,var(--color-primary-500),var(--color-primary-400));border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-card)}.brand-icon svg{color:#fff}.brand-name{background:linear-gradient(135deg,var(--color-primary-700),var(--color-primary-500));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.brand-name span{-webkit-text-fill-color:var(--text-primary)}.nav-panel{display:flex;align-items:center;gap:2rem}.primary-nav{display:flex;align-items:center;gap:.25rem}.primary-nav a{padding:.5rem .875rem;border-radius:var(--radius-full);font-weight:600;font-size:.9rem;color:var(--text-secondary);transition:all .15s ease}.primary-nav a:hover,.primary-nav a.active{color:var(--color-primary-700);background:var(--color-primary-50)}.nav-actions{display:flex;align-items:center;gap:.75rem}.user-chip{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:var(--radius-full);background:var(--color-gray-100);color:var(--text-secondary);font-size:.85rem;font-weight:600}.nav-toggle{display:none;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid var(--color-gray-200);background:#fff;border-radius:var(--radius-full);font-weight:600;font-size:.9rem;color:var(--text-secondary);cursor:pointer}.main-content{min-height:70vh}.hero{padding:4rem 0 3rem;background:linear-gradient(180deg,var(--color-primary-50) 0%,#ffffff 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-10%;width:60%;height:120%;background:radial-gradient(circle,var(--color-primary-100) 0%,transparent 70%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative}.hero-content{display:grid;gap:1.5rem}.hero-title{font-size:clamp(2.25rem,4vw + .5rem,3.5rem);color:var(--text-primary);line-height:1.15}.hero-title .highlight{color:var(--color-primary-600)}.hero-subtitle{font-size:1.15rem;line-height:1.7;color:var(--text-secondary);max-width:520px}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-badges{display:flex;gap:.75rem;flex-wrap:wrap;padding-top:.5rem}.hero-visual{position:relative}.hero-card{background:#fff;border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-lg);border:1px solid var(--color-gray-100);position:relative}.hero-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--color-primary-500),var(--color-accent-400));border-radius:var(--radius-xl) var(--radius-xl) 0 0}.hero-card-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.hero-card-icon{width:48px;height:48px;background:var(--color-primary-100);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--color-primary-600)}.hero-card h3{margin:0}.hero-list{display:grid;gap:.875rem;margin:0 0 1.5rem;padding:0;list-style:none}.hero-list li{display:flex;gap:.75rem;align-items:center;color:var(--text-secondary);font-size:.95rem}.hero-list li:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--color-primary-500);flex-shrink:0}.floating-stat{position:absolute;background:#fff;border-radius:var(--radius-lg);padding:1rem 1.25rem;box-shadow:var(--shadow-lg);border:1px solid var(--color-gray-100)}.floating-stat.top-right{top:-1rem;right:-1rem}.floating-stat.bottom-left{bottom:-1rem;left:-1rem}.floating-stat.bottom-right{bottom:-1rem;right:-1rem}.floating-stat-value{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;color:var(--text-primary)}.floating-stat-label{font-size:.8rem;color:var(--text-muted)}.floating-stat-stars{display:flex;gap:2px;color:var(--color-warning);margin-bottom:.25rem}.section{padding:5rem 0}.section.bg-soft{background:var(--bg-secondary)}.section-header{text-align:center;max-width:680px;margin:0 auto 3rem}.section-header h2{margin-bottom:1rem}.section-header p{font-size:1.1rem}.audience-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.audience-card{background:#fff;border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow-card);border:1px solid var(--color-gray-100);display:flex;flex-direction:column;gap:1.25rem;position:relative;overflow:hidden;transition:all .25s ease}.audience-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px}.audience-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.audience-card.teal:before{background:var(--color-primary-500)}.audience-card.orange:before{background:var(--color-accent-500)}.audience-card.purple:before{background:#8b5cf6}.audience-card.blue:before{background:#3b82f6}.audience-card.slate:before{background:var(--color-gray-600)}.audience-icon{width:56px;height:56px;border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center}.audience-card.teal .audience-icon{background:var(--color-primary-100);color:var(--color-primary-600)}.audience-card.orange .audience-icon{background:var(--color-accent-100);color:var(--color-accent-600)}.audience-card.purple .audience-icon{background:#ede9fe;color:#7c3aed}.audience-card.blue .audience-icon{background:#dbeafe;color:#2563eb}.audience-card.slate .audience-icon{background:var(--color-gray-100);color:var(--color-gray-600)}.audience-card h3{margin:0}.audience-card>p{margin:0;font-size:.95rem}.audience-features{list-style:none;margin:0;padding:0;display:grid;gap:.625rem}.audience-features li{display:flex;align-items:center;gap:.625rem;font-size:.9rem;color:var(--text-secondary)}.audience-features li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--color-primary-400);flex-shrink:0}.audience-card .button{margin-top:auto}.audience-card.teal .button.accent{background:var(--color-primary-600)}.audience-card.teal .button.accent:hover{background:var(--color-primary-700)}.audience-card.purple .button.accent{background:#8b5cf6}.audience-card.purple .button.accent:hover{background:#7c3aed}.audience-card.blue .button.accent{background:#3b82f6}.audience-card.blue .button.accent:hover{background:#2563eb}.audience-card.slate .button.accent{background:var(--color-gray-700)}.audience-card.slate .button.accent:hover{background:var(--color-gray-800)}.cta-banner{background:linear-gradient(135deg,var(--color-primary-600) 0%,var(--color-primary-500) 50%,#0891b2 100%);color:#fff;border-radius:var(--radius-xl);padding:4rem;text-align:center;position:relative;overflow:hidden}.cta-banner:before,.cta-banner:after{content:"🐾";position:absolute;font-size:6rem;opacity:.08}.cta-banner:before{top:-1rem;left:2rem;transform:rotate(-15deg)}.cta-banner:after{bottom:-1rem;right:2rem;transform:rotate(15deg)}.cta-banner h2{color:#fff;margin-bottom:1rem}.cta-banner p{color:#ffffffe6;font-size:1.15rem;max-width:600px;margin:0 auto 2rem}.cta-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.cta-banner .button.primary{background:#fff;color:var(--color-primary-700)}.cta-banner .button.primary:hover{background:var(--color-gray-100)}.cta-banner .button.ghost{border-color:#fff6;color:#fff}.cta-banner .button.ghost:hover{background:#ffffff26;border-color:#fff9}.site-footer{background:var(--bg-dark);color:var(--color-gray-300);padding:4rem 0 3rem}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:3rem}.footer-brand{display:grid;gap:1.25rem}.footer-brand .brand{color:#fff}.footer-brand .brand-icon{background:linear-gradient(135deg,var(--color-primary-400),var(--color-primary-300))}.footer-brand p{color:var(--color-gray-400);font-size:.95rem;line-height:1.7;max-width:280px}.footer-contact{display:grid;gap:.75rem;margin-top:.5rem}.footer-contact-item{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:var(--color-gray-400)}.footer-contact-item svg{color:var(--color-gray-500);flex-shrink:0}.footer-column h4{color:#fff;font-size:1rem;margin-bottom:1.25rem}.footer-column a{display:block;padding:.35rem 0;color:var(--color-gray-400);font-size:.9rem}.footer-column a:hover{color:var(--color-primary-400)}.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid var(--color-gray-700);text-align:center;font-size:.875rem;color:var(--color-gray-500)}.card{background:#fff;border-radius:var(--radius-lg);padding:1.5rem;box-shadow:var(--shadow-card);border:1px solid var(--color-gray-100)}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:1024px){.hero-grid{grid-template-columns:1fr;gap:3rem}.hero-visual{max-width:500px;margin:0 auto}.audience-grid,.card-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media(max-width:900px){.nav-toggle{display:inline-flex}.nav-panel{position:absolute;top:100%;left:0;right:0;padding:1.5rem;background:#fff;flex-direction:column;align-items:stretch;gap:1.25rem;border-bottom:1px solid var(--color-gray-200);box-shadow:var(--shadow-lg);display:none}.nav-panel[data-open=true]{display:flex}.primary-nav{flex-direction:column;align-items:stretch}.primary-nav a{padding:.75rem 1rem}.nav-actions{flex-direction:column;gap:.5rem}.nav-actions .button{width:100%}}@media(max-width:720px){.section{padding:3.5rem 0}.audience-grid,.card-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:2rem}.cta-banner{padding:3rem 2rem}.floating-stat{display:none}}.user-menu-container.svelte-12qhfyh{position:relative}.user-menu-trigger.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;background:var(--color-gray-50);border:1px solid var(--color-gray-200);border-radius:var(--radius-full);cursor:pointer;transition:all .15s ease;font-family:inherit}.user-menu-trigger.svelte-12qhfyh:hover{background:var(--color-gray-100);border-color:var(--color-gray-300)}.user-avatar.svelte-12qhfyh{font-size:1.25rem}.user-info.svelte-12qhfyh{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.user-phone.svelte-12qhfyh{font-size:.85rem;font-weight:600;color:var(--text-primary)}.user-role.svelte-12qhfyh{font-size:.75rem;color:var(--text-muted)}.chevron.svelte-12qhfyh{color:var(--color-gray-400);transition:transform .2s ease}.chevron.open.svelte-12qhfyh{transform:rotate(180deg)}.user-dropdown.svelte-12qhfyh{position:absolute;top:calc(100% + .5rem);right:0;width:240px;background:#fff;border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:100;overflow:hidden}.dropdown-header.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--color-gray-50)}.dropdown-avatar.svelte-12qhfyh{font-size:1.5rem}.dropdown-phone.svelte-12qhfyh{display:block;font-size:.9rem;font-weight:600;color:var(--text-primary)}.dropdown-role.svelte-12qhfyh{display:block;font-size:.8rem;color:var(--text-muted)}.dropdown-divider.svelte-12qhfyh{height:1px;background:var(--color-gray-200)}.dropdown-item.svelte-12qhfyh{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:.9rem;color:var(--text-secondary);background:none;border:none;cursor:pointer;text-align:left;font-family:inherit;transition:background .15s ease}.dropdown-item.svelte-12qhfyh:hover{background:var(--color-gray-50);color:var(--text-primary)}.dropdown-item.svelte-12qhfyh svg:where(.svelte-12qhfyh){color:var(--color-gray-400)}.dropdown-item.svelte-12qhfyh:hover svg:where(.svelte-12qhfyh){color:var(--color-primary-500)}.dropdown-item.logout.svelte-12qhfyh{color:var(--color-error)}.dropdown-item.logout.svelte-12qhfyh:hover{background:#fef2f2}.dropdown-item.logout.svelte-12qhfyh svg:where(.svelte-12qhfyh){color:var(--color-error)}.primary-nav.svelte-12qhfyh a:where(.svelte-12qhfyh){display:flex;align-items:center;gap:.4rem}.primary-nav.svelte-12qhfyh a:where(.svelte-12qhfyh) svg:where(.svelte-12qhfyh){color:var(--color-gray-400)}.primary-nav.svelte-12qhfyh a:where(.svelte-12qhfyh):hover svg:where(.svelte-12qhfyh),.primary-nav.svelte-12qhfyh a.active:where(.svelte-12qhfyh) svg:where(.svelte-12qhfyh){color:var(--color-primary-600)}@media(max-width:900px){.user-info.svelte-12qhfyh,.chevron.svelte-12qhfyh{display:none}.user-menu-trigger.svelte-12qhfyh{padding:.5rem}.user-dropdown.svelte-12qhfyh{position:fixed;inset:auto 0 0;width:100%;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.nav-panel[data-open=true].svelte-12qhfyh .nav-actions:where(.svelte-12qhfyh){border-top:1px solid var(--color-gray-200);padding-top:1rem}}
