 :root {--background: hsl(0, 0%, 4%);--foreground: hsl(0, 0%, 100%);--card: hsl(240, 10%, 8%);--card-foreground: hsl(0, 0%, 98%);--primary: hsl(76, 91%, 50%);--primary-foreground: hsl(0, 0%, 0%);--primary-glow: hsl(76, 91%, 50%);--secondary: hsl(76, 91%, 50%);--secondary-glow: hsl(76, 91%, 50%);--secondary-foreground: hsl(0, 0%, 100%);--muted: hsl(0, 0%, 90%);--muted-foreground: hsl(0, 0%, 100%);--accent: hsl(76, 91%, 50%);--border: hsl(76, 91%, 50%);--input: hsl(0, 0%, 100%);--radius: 30px;}* {margin: 0;padding: 0;box-sizing: border-box;}body {font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;background-color: var(--background);color: var(--foreground);line-height: 1.5;min-height: 100vh;position: relative;overflow-x: hidden;}.container {max-width: 1200px;margin: 0 auto;padding: 0 1rem;}.background-mesh {position: fixed;inset: 0;z-index: -1;}.header {position: fixed;top: 0;left: 0;right: 0;z-index: 50;background-color: var(--background);backdrop-filter: blur(40px);border-bottom: 1px solid hsl(0, 0%, 25%);box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}.header-content {height: 4rem;display: flex;align-items: center;justify-content: space-between;}.header-logo {display: flex;align-items: center;gap: 0.5rem;}.logo-icon {position: relative;margin-top: 6px;}.header-logo {width: auto;height: 2rem;color: var(--primary);margin-right: 15px;}.logo-text {background: var(--foreground);-webkit-background-clip: text;background-clip: text;-webkit-text-fill-color: transparent;width: 320px;}.header-social {display: flex;align-items: center;gap: 0.75rem;overflow: auto;white-space: nowrap;scrollbar-gutter: stable;scrollbar-color: hsl(76, 91%, 50%) transparent;scrollbar-width: thin;}.main-content {padding-top: 6rem;padding-bottom: 2rem;}.hero-section {text-align: center;margin-bottom: 3rem;animation: fadeIn 0.6s ease-out;}.hero-title {font-size: 2.5rem;margin-bottom: 1rem;}.hero-subtitle {color: var(--muted-foreground);max-width: 600px;margin: 0 auto;}.input-section {max-width: 700px;margin: 0 auto 3rem;display: flex;gap: 0.75rem;animation: fadeIn 0.6s ease-out 0.2s both;}.input-wrapper {position: relative;flex: 1;}.section-header {text-align: left;line-height: 3rem;max-width: 700px;margin: 3rem auto;padding: 0 1rem;}.section-title {font-size: 2rem;font-weight: 700;color: var(--foreground);margin-bottom: 3rem;}.section-subtitle {color: var(--muted-foreground);text-align: center;}.about-section {margin-bottom: 3rem;margin-top: 3rem;}.about-grid {display: grid;grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));gap: 1.5rem;}@media (min-width: 1024px) {.about-grid {grid-template-columns: repeat(3, 1fr);}}.about-card {backdrop-filter: blur(40px);border: 1px solid hsla(76, 91%, 50%, 0.2);border-radius: var(--radius);padding: 1.5rem;transition: all 0.3s;}.about-card:hover {border-color: hsl(76, 91%, 50%);transform: translateY(-4px);box-shadow: 0 0px 7px hsl(0, 0%, 100%);}.about-icon {width: 3.5rem;height: 3.5rem;border-radius: var(--radius);background-color: hsla(76, 91%, 50%, 0.1);display: flex;align-items: center;justify-content: center;margin-bottom: 1rem;color: hsl(0, 0%, 0%);transition: background-color 0.3s;}.about-card:hover .about-icon {background-color: hsl(76, 91%, 50%);}.about-card-title {font-weight: 600;color: var(--foreground);margin-bottom: 0.5rem;}.about-card-text {color: var(--muted-foreground);}.faq-section {margin-bottom: 2rem;}.accordion {max-width: 1200px;margin: 0 auto;}.accordion-item {backdrop-filter: blur(40px);border: 1px solid hsla(76, 91%, 50%, 0.2);border-radius: var(--radius);margin-bottom: 0.75rem;overflow: hidden;transition: all 0.3s;}.accordion-item:hover {border-color: hsl(76, 91%, 50%);box-shadow: 0 0px 7px hsl(0, 0%, 100%);}.accordion-trigger {width: 100%;display: flex;align-items: center;justify-content: space-between;padding: 1.25rem 1.5rem;background: none;border: none;color: var(--foreground);font-size: 1rem;font-weight: 500;text-align: left;cursor: pointer;transition: color 0.3s;}.accordion-trigger:hover {font-weight: bold;}.accordion-icon {flex-shrink: 0;transition: transform 0.3s;}.accordion-item.active .accordion-icon {transform: rotate(180deg);}.accordion-content {max-height: 0;overflow: hidden;}.accordion-item.active .accordion-content {max-height: 500px;padding: 0 1.5rem 1.25rem;}.accordion-content p {color: var(--muted-foreground);line-height: 1.6;}.footer {background-color: var(--background);backdrop-filter: blur(40px);border-top: 1px solid hsl(0, 0%, 25%);box-shadow: rgba(0, 0, 0, 0.24) 0px -3px 8px;color: var(--muted-foreground);}.footer-grid {padding: 1.5rem 0;text-align: center;}.footer-title {font-size: 1rem;font-weight: 600;color: var(--foreground);margin-bottom: 0.75rem;}.footer-text {font-size: 0.875rem;color: var(--muted-foreground);}.footer-links {list-style: none;padding: 10px 0px;}.footer-links li {margin-bottom: 0.5rem;}.footer-link {font-size: 0.875rem;color: var(--muted-foreground);text-decoration: none;transition: color 0.3s;}.footer-link:hover {text-decoration: underline;}.footer-bottom {padding: 1.5rem 0;border-top: 1px solid hsl(0, 0%, 25%);display: flex;flex-direction: column;align-items: center;justify-content: space-between;gap: 1rem;}.footer-copyright {font-size: 0.875rem;color: var(--muted-foreground);display: flex;align-items: center;gap: 0.25rem;}.heart-icon {color: var(--secondary);}@keyframes fadeIn {from {opacity: 0;transform: translateY(10px);}to {opacity: 1;transform: translateY(0);}}@keyframes slideUp {from {opacity: 0;transform: translateY(20px);}to {opacity: 1;transform: translateY(0);}}@keyframes scaleIn {from {transform: scale(0.95);opacity: 0;}to {transform: scale(1);opacity: 1;}}@keyframes pulse {0%, 100% {opacity: 1;}50% {opacity: 0.5;}}@media (max-width: 768px) {.hero-title {font-size: 2rem;}.logo-text {font-size: 18px;width: auto;}.input-section {flex-direction: column;}.section-title {font-size: 1.5rem;}.footer-bottom {text-align: center;}}