/* STYLES FOR SALUTE - V3 (DESIGN REFINEMENT) */
:root {
  --color-accent: #FF5C8D;
  --color-text-primary: #1a1a1a;
  --color-text-secondary: #555555;
  --color-background: #FFFFFF;
  --color-background-offset: #F7F7F7;
  --color-border: #EAEAEA;
  --font-family-primary: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-family-headings: 'Manrope', sans-serif;
  --border-radius: 8px;
  --container-width: 1120px;
  --spacing-unit: 8px;
  --shadow-soft: 0 4px 15px rgba(0, 0, 0, 0.05);
  --shadow-medium: 0 8px 30px rgba(0, 0, 0, 0.1);
  --transition-fast: all 0.2s ease-in-out;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
img, video { max-width: 100%; height: auto; }
body { font-family: var(--font-family-primary); color: var(--color-text-secondary); background-color: var(--color-background); line-height: 1.7; }
h1, h2 { font-family: var(--font-family-headings); font-weight: 700; color: var(--color-text-primary); line-height: 1.2; }
h3, h4 { font-weight: 700; color: var(--color-text-primary); line-height: 1.2; }
a { color: var(--color-accent); text-decoration: none; transition: var(--transition-fast); }

.container { width: 90%; max-width: var(--container-width); margin: 0 auto; }
.main-header { background-color: rgba(255, 255, 255, 0.95); backdrop-filter: blur(10px); border-bottom: 1px solid var(--color-border); padding: calc(var(--spacing-unit) * 2) 0; position: sticky; top: 0; z-index: 1000; }
.header-container { display: flex; justify-content: space-between; align-items: center; }
.logo { font-family: var(--font-family-headings); font-weight: 700; font-size: 24px; color: var(--color-text-primary); }

.main-nav { display: none; }
.main-nav a { margin: 0 calc(var(--spacing-unit) * 2); color: var(--color-text-secondary); font-weight: 500; }
.main-nav a.active { color: var(--color-text-primary); font-weight: 600; }

.header-actions { display: flex; align-items: center; gap: var(--spacing-unit); }
.btn { padding: calc(var(--spacing-unit) * 1.5) calc(var(--spacing-unit) * 4); border-radius: var(--border-radius); font-weight: 600; display: inline-block; text-align: center; border: 1px solid transparent; transition: var(--transition-fast); font-size: 16px; }
.btn-primary { background-color: var(--color-accent); color: white; }
.btn-primary:hover { opacity: 0.85; }

section { padding: calc(var(--spacing-unit) * 10) 0; }
.section-offset { background-color: var(--color-background-offset); }
.section-header { max-width: 750px; margin: 0 auto calc(var(--spacing-unit) * 8) auto; text-align: center; }
.section-header h2 { font-weight: 600; font-size: 48px; margin-bottom: var(--spacing-unit); }
.section-header p { font-weight: 300; font-size: 36px; color: var(--color-text-secondary); }

/* --- Hero Section --- */
.hero { padding-top: calc(var(--spacing-unit) * 6); padding-bottom: calc(var(--spacing-unit) * 6); }
.hero-content { display: grid; grid-template-columns: 1fr; align-items: center; gap: calc(var(--spacing-unit) * 4); text-align: center; }
.hero-text h1 { font-size: 64px; margin-bottom: calc(var(--spacing-unit) * 3); }
.hero-subtitle { font-size: 32px; font-weight: 400; max-width: 600px; margin: 0 auto calc(var(--spacing-unit) * 3) auto; }
.hero-signup-text { font-size: 26px; font-weight: 300; max-width: 600px; margin: 0 auto calc(var(--spacing-unit) * 4) auto; }
.hero-image { order: -1; }
.hero-image img { width: 100%; max-width: 300px; margin: 0 auto; filter: drop-shadow(var(--shadow-medium)); }

.notify-form, .notify-form-standalone { max-width: 500px; margin: 0 auto; }
.notify-form form, .notify-form-standalone form { display: flex; flex-direction: column; gap: var(--spacing-unit); }
.notify-form input, .notify-form-standalone input { width: 100%; height: 52px; padding: 0 calc(var(--spacing-unit) * 2); border: 1px solid var(--color-border); border-radius: var(--border-radius); font-size: 16px; font-family: var(--font-family-primary); }
.notify-form .btn, .notify-form-standalone .btn { width: 100%; }

/* --- Features Section --- */
.features-layout { display: flex; flex-direction: column; align-items: center; gap: 4rem; margin-top: 3rem; }
.features-image { flex-shrink: 0; }
.phone-mockup { position: relative; width: 320px; height: 640px; border: 12px solid #1a1a1a; border-radius: 40px; box-shadow: var(--shadow-medium); background: #1a1a1a; }
.phone-mockup img { width: 100%; height: 100%; object-fit: cover; border-radius: 28px; }
.features-list { background: white; border-radius: var(--border-radius); padding: calc(var(--spacing-unit) * 5); box-shadow: var(--shadow-soft); display: flex; flex-direction: column; gap: calc(var(--spacing-unit) * 5); }
.feature-item h3 { font-weight: 700; font-size: 30px; margin-bottom: var(--spacing-unit); }
.feature-item p { font-weight: 300; font-size: 28px; }

/* --- How It Works Section --- */
.how-it-works-section { text-align: center; }
.how-it-works-title { font-weight: 600; font-size: 48px; margin-bottom: calc(var(--spacing-unit) * 8); }
.how-it-works-grid { display: grid; grid-template-columns: 1fr; gap: calc(var(--spacing-unit) * 5); }
.how-step-card { background: transparent; border: none; }
.how-step-img { width: 177px; height: 177px; margin-bottom: calc(var(--spacing-unit) * 2); }
.how-step-headline { font-weight: 500; font-size: 24px; margin-bottom: var(--spacing-unit); }
.how-step-desc { font-weight: 400; font-size: 22px; max-width: 280px; margin: 0 auto; }
.cta-container { margin-top: calc(var(--spacing-unit) * 8); }

/* --- Blog Section --- */
.blog-grid { display: grid; grid-template-columns: 1fr; gap: calc(var(--spacing-unit) * 4); }
.post-card-link { text-decoration: none; color: inherit; }
.post-card { background-color: white; border-radius: var(--border-radius); border: 1px solid var(--color-border); overflow: hidden; transition: var(--transition-fast); display: flex; flex-direction: column; height: 100%; }
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-soft); }
.post-card img { width: 100%; height: 200px; object-fit: cover; }
.post-card-image-burger { object-position: center 75%; }
.post-card-content { padding: calc(var(--spacing-unit) * 3); flex-grow: 1; }
.post-card-content h3 { font-weight: 500; font-size: 24px; margin-bottom: var(--spacing-unit); }
.post-card-content p { font-weight: 400; font-size: 22px; }

/* --- Pricing Page --- */
.pricing-grid { display: grid; grid-template-columns: 1fr; gap: calc(var(--spacing-unit) * 4); max-width: 400px; margin: 0 auto;}
.plan-mockup { position: relative; border: 10px solid #1a1a1a; border-radius: 30px; box-shadow: var(--shadow-medium); background: #1a1a1a; padding: 2px; }
.plan-mockup.highlighted { border-color: var(--color-accent); }
.pricing-card { background-color: white; border: 1px solid var(--color-border); border-radius: 20px; padding: calc(var(--spacing-unit) * 4); display: flex; flex-direction: column; text-align: center; }
.pricing-card h3 { font-size: 24px; }
.pricing-card .price { font-size: 42px; font-weight: 700; color: var(--color-text-primary); margin: var(--spacing-unit) 0; }
.pricing-card .price span { font-size: 16px; font-weight: 400; color: var(--color-text-secondary); }
.pricing-card ul { list-style: none; margin: calc(var(--spacing-unit) * 3) 0; flex-grow: 1; text-align: left; }
.pricing-card ul li { margin-bottom: var(--spacing-unit); padding-left: calc(var(--spacing-unit) * 3); position: relative; }
.pricing-card ul li::before { content: '✓'; color: var(--color-accent); position: absolute; left: 0; }
.pricing-card .btn { width: 100%; }

/* --- FAQ Page --- */
.faq-accordion { max-width: 750px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--color-border); }
.faq-question { cursor: pointer; padding: calc(var(--spacing-unit) * 3) 0; font-weight: 600; font-size: 18px; color: var(--color-text-primary); background: none; border: none; width: 100%; text-align: left; display: flex; justify-content: space-between; align-items: center; }
.faq-icon { font-size: 24px; font-weight: 400; color: var(--color-accent); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out; }
.faq-answer p { padding-bottom: calc(var(--spacing-unit) * 2); }
.faq-item.active .faq-answer { max-height: 500px; /* Large enough to fit content */ }

/* --- Footer --- */
.main-footer { padding: calc(var(--spacing-unit) * 6) 0; border-top: 1px solid var(--color-border); text-align: center; }
.footer-nav { margin: calc(var(--spacing-unit) * 2) 0; }
.footer-nav a { margin: 0 calc(var(--spacing-unit) * 2); }

/* --- Responsive Adjustments --- */
@media (max-width: 767px) {
    h1 { font-size: 48px; }
    .hero-subtitle { font-size: 24px; }
    .hero-signup-text { font-size: 20px; }
    .section-header h2, .how-it-works-title { font-size: 36px; }
    .section-header p { font-size: 24px; }
    .feature-item h3 { font-size: 24px; }
    .feature-item p { font-size: 20px; }
}

@media (min-width: 600px) {
    .how-it-works-grid { grid-template-columns: repeat(2, 1fr); }
    .blog-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 768px) {
    .main-nav { display: flex; }
    .notify-form form, .notify-form-standalone form { flex-direction: row; }
    .notify-form .btn, .notify-form-standalone .btn { width: auto; }
    .pricing-grid { grid-template-columns: 1fr 1fr; max-width: 800px; }
}

@media (min-width: 992px) {
    .hero-content { grid-template-columns: 1fr 1fr; text-align: left; }
    .hero-image { order: 0; }
    .hero-text p { margin-left: 0; margin-right: 0; }
    .notify-form, .notify-form-standalone { max-width: 100%; }

    .features-layout { flex-direction: row; gap: 6rem; }
    .blog-grid { grid-template-columns: repeat(3, 1fr); }
    .how-it-works-grid { grid-template-columns: repeat(4, 1fr); }
}