@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}:root{--red-primary: #dc2626;--red-hover: #b91c1c;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-600: #4b5563;--gray-700: #374151;--gray-900: #111827}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:var(--gray-700);background-color:#fff}html{scroll-behavior:smooth}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:.5rem;font-weight:600;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block}.btn-primary{background-color:var(--red-primary);color:#fff}.btn-primary:hover{background-color:var(--red-hover)}.text-center{text-align:center}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}button{background-color:#f9f9f9}.min-h-screen{min-height:100vh}.flex{display:flex}.flex-col{flex-direction:column}.flex-1{flex:1}.hidden{display:none}.bg-white{background-color:#fff}.bg-gray-50{background-color:var(--gray-50)}.bg-gray-900{background-color:var(--gray-900)}.text-white{color:#fff}.text-gray-600{color:var(--gray-600)}.text-gray-700{color:var(--gray-700)}.text-gray-900{color:var(--gray-900)}.text-red-600{color:var(--red-primary)}.shadow-md{box-shadow:0 4px 6px -1px #0000001a}.rounded-lg{border-radius:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.mt-4{margin-top:1rem}.mx-auto{margin-left:auto;margin-right:auto}@media (min-width: 768px){.md\:flex{display:flex}.md\:hidden{display:none}}.sticky{position:sticky}.top-0{top:0}.z-50{z-index:50}.items-center{align-items:center}.justify-between{justify-content:space-between}.space-x-8>*+*{margin-left:2rem}.space-y-1>*+*{margin-top:.25rem}.h-16{height:4rem}.h-10{height:2.5rem}.w-auto{width:auto}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.text-3xl{font-size:1.875rem}.text-4xl{font-size:2.25rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.border-b-2{border-bottom-width:2px}.border-red-600{border-color:var(--red-primary)}.hover\:text-red-600:hover{color:var(--red-primary)}.transition-colors{transition:color .2s ease}.duration-200{transition-duration:.2s}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.gradient-bg{background:linear-gradient(to bottom,var(--gray-50),white)}.py-20{padding-top:5rem;padding-bottom:5rem}.max-w-4xl{max-width:56rem}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-8{gap:2rem}@media (min-width: 640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:text-6xl{font-size:3.75rem}.md\:text-2xl{font-size:1.5rem}}@media (min-width: 1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}.hero-section{background:linear-gradient(135deg,#f9fafb,#fff);padding:5rem 0}.hero-title{font-size:clamp(2rem,5vw,4rem);font-weight:700;color:var(--gray-900);margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:clamp(1.125rem,3vw,1.5rem);color:var(--gray-600);margin-bottom:2rem;line-height:1.4}.hero-description{font-size:1.125rem;color:var(--gray-700);margin-bottom:2.5rem;max-width:42rem;margin-left:auto;margin-right:auto}.trust-indicators{margin-top:4rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.trust-number{font-size:1.875rem;font-weight:700;color:var(--red-primary);margin-bottom:.5rem}.trust-label{color:var(--gray-700)}.header{background:#fff;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:50}.nav-link{padding:.75rem;color:var(--gray-700);text-decoration:none;font-weight:500;transition:color .2s}.nav-link:hover{color:var(--red-primary)}.nav-link.active{color:var(--red-primary);border-bottom:2px solid var(--red-primary)}.footer{background-color:var(--gray-900);color:#fff;padding:3rem 0}.footer-bg{background-color:#e5e7eb;color:#6b7280;padding:3rem 0 2rem}.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}.footer-section{display:flex;flex-direction:column}.footer-title{font-size:1rem;font-weight:600;color:#374151;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.025em}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#6b7280;text-decoration:none;font-size:.9rem;line-height:1.4;transition:color .2s ease}.footer-links a:hover{color:var(--red-primary)}.footer-bottom{border-top:1px solid #d1d5db;padding-top:2rem;display:flex;justify-content:space-between;align-items:center}.footer-logo-section{display:flex;flex-direction:column;align-items:flex-start}.footer-discover{display:flex;flex-direction:column;margin-bottom:1rem}.discover-text{font-size:.75rem;color:#9ca3af;font-weight:500;letter-spacing:.05em}.company-name{font-size:1.125rem;color:#374151;font-weight:600}.footer-logo{height:3rem;width:auto}.social-icons{display:flex;gap:1rem;align-items:center}.social-icon{width:2.5rem;height:2.5rem;background-color:#9ca3af;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s ease;text-decoration:none}.social-icon:hover{background-color:var(--red-primary);transform:translateY(-2px)}.social-icon svg{width:1.25rem;height:1.25rem}@media (max-width: 1024px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width: 768px){.footer-grid{grid-template-columns:1fr;gap:1.5rem}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.footer-logo-section{align-items:center}.social-icons{justify-content:center}}@media (max-width: 640px){.footer-bg{padding:2rem 0 1.5rem}.footer-grid{margin-bottom:2rem}}.btn-lg{padding:1rem 2rem;font-size:1.125rem}@media (max-width: 767px){.hero-section{padding:3rem 0}.container{padding:0 1rem}.trust-indicators{grid-template-columns:1fr;gap:1rem}}@layer components{.header{@apply bg-white shadow-md border-b;}.nav-link{@apply px-3 py-2 rounded-md text-sm font-medium transition-colors text-gray-700 hover:text-blue-600 hover:bg-gray-50;}.nav-link.active{@apply text-blue-600 bg-blue-50;}}
