* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; color: #1a1a1a; background: #ffffff; line-height: 1.6; }
img { max-width: 100%; height: auto; display: block; }

.container { max-width: 1100px; margin: 0 auto; padding: 0 20px; }

.navbar { position: sticky; top: 0; background: rgba(255,255,255,0.9); backdrop-filter: blur(8px); border-bottom: 1px solid #f1f1f1; z-index: 10; }
.nav-container { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px; }
.nav-brand { font-weight: 800; font-size: 20px; color: #ff7a00; }
.nav-links { display: flex; gap: 16px; }
.nav-links a { text-decoration: none; color: #333; font-weight: 600; }
.nav-links a:hover { color: #ff7a00; }
.mobile-menu-btn { display: none; background: none; border: none; font-size: 24px; color: #ff7a00; cursor: pointer; }
.language-switcher { display: flex; gap: 8px; }
.lang-btn { padding: 6px 10px; border: 1px solid #ffe1c7; border-radius: 8px; background: #fff; color: #ff7a00; font-weight: 700; cursor: pointer; }
.lang-btn.active, .lang-btn:hover { background: #ff7a00; color: #fff; border-color: #ff7a00; }

.hero { padding: 96px 0 24px; background: radial-gradient(1000px 400px at 20% -10%, #fff1e3 0%, rgba(255,241,227,0) 60%) , linear-gradient(180deg, #ffffff 0%, #fffaf6 100%); }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 32px; align-items: center; }
.hero-title { font-size: 44px; font-weight: 800; color: #121212; margin-bottom: 16px; letter-spacing: -0.02em; }
.accent { color: #ff7a00; }
.hero-subtitle { color: #444; font-size: 18px; margin-bottom: 24px; max-width: 60ch; }
.hero-actions { display: flex; gap: 12px; }
.trust-badges { display: flex; gap: 8px; margin-top: 16px; flex-wrap: wrap; }
.badge { background: #fff7f0; color: #7a4a15; border: 1px solid #ffe1c7; padding: 6px 10px; border-radius: 999px; font-size: 12px; font-weight: 700; }

.hero-card { display: flex; justify-content: center; }
.signup-card { background: #ffffff; border: 1px solid #eee; border-radius: 16px; padding: 20px; box-shadow: 0 10px 30px rgba(17, 24, 39, 0.06); }
.signup-card h3 { font-size: 18px; font-weight: 800; margin-bottom: 6px; color: #1a1a1a; }
.muted { color: #666; font-size: 13px; }
.early-form { display: grid; gap: 10px; margin: 14px 0; }
.input { border: 1.5px solid #e9e9e9; border-radius: 10px; padding: 12px 12px; font: inherit; }
.input:focus { outline: none; border-color: #ff7a00; box-shadow: 0 0 0 3px rgba(255, 122, 0, .12); }

.metrics { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px; padding: 12px 20px 0; max-width: 1100px; margin: 0 auto; }
.metric { background: #ffffff; border: 1px dashed #ffd1ac; border-radius: 12px; padding: 12px; display: flex; align-items: center; gap: 10px; }
.metric .num { font-weight: 900; color: #ff7a00; font-size: 22px; }
.metric .label { color: #555; font-weight: 600; font-size: 13px; }

.btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 18px; border-radius: 10px; text-decoration: none; font-weight: 700; border: 2px solid transparent; cursor: pointer; }
.btn-primary { background: #ff7a00; color: #fff; }
.btn-primary:hover { background: #ff8f26; }
.btn-outline { background: #fff; border-color: #ff7a00; color: #ff7a00; }
.btn-outline:hover { background: #fff1e3; }
.btn-invert { background: #fff; color: #ff7a00; border: 2px solid #fff; }
.btn-invert:hover { background: #ffe7d3; }

.section { padding: 80px 0; }
.section .container { padding-left: 20px; padding-right: 20px; }
.section.alt { background: #fafafa; }
.section-title { font-size: 28px; font-weight: 800; margin-bottom: 18px; color: #1a1a1a; }
.feature-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 12px; list-style: none; }
.feature-list li { background: #fff7f0; border: 1px solid #ffe1c7; color: #4a3b2d; padding: 14px 16px; border-radius: 12px; }

.split-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.card { background: #fff; border: 1px solid #eee; border-radius: 16px; padding: 20px; box-shadow: 0 10px 30px rgba(17,24,39,.05); }
.card-title { font-size: 18px; font-weight: 800; margin-bottom: 10px; }
.bullet { margin-left: 0; padding-left: 18px; display: grid; gap: 8px; }
.bullet li { list-style: '✓ '; padding-left: 6px; }

.testimonials { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
.quote { background: #fff7f0; border: 1px solid #ffe1c7; border-radius: 16px; padding: 18px; }
.author { display: block; margin-top: 8px; color: #7a4a15; font-weight: 700; font-size: 13px; }

.faq { display: grid; gap: 10px; }
.faq details { background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 12px 14px; }
.faq summary { cursor: pointer; font-weight: 800; color: #1a1a1a; }
.faq p { margin-top: 8px; color: #444; }

.steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 16px; }
.step { display: flex; gap: 12px; align-items: center; background: #ffffff; border: 1px solid #eee; padding: 14px; border-radius: 12px; }
.step span { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: #ff7a00; color: #fff; font-weight: 800; }

.cta { background: linear-gradient(180deg, #ff7a00 0%, #ff9333 100%); color: #fff; text-align: center; padding: 72px 0; }
.cta-title { font-size: 28px; font-weight: 800; margin-bottom: 10px; }
.cta-subtitle { opacity: .95; margin-bottom: 18px; }

.footer { border-top: 1px solid #f1f1f1; padding: 20px 0; text-align: center; color: #666; }

/* Cookie Banner */
.cookie-banner { position: fixed; bottom: 16px; left: 50%; transform: translateX(-50%); width: min(960px, calc(100% - 24px)); background: #1a1a1a; color: #fff; border-radius: 14px; box-shadow: 0 10px 30px rgba(0,0,0,.25); z-index: 50; }
.cookie-banner-content { display: flex; gap: 14px; align-items: center; justify-content: space-between; padding: 14px 16px; }
.cookie-banner-text { font-size: 14px; line-height: 1.5; }
.cookie-banner-text a { color: #ffd19e; text-decoration: underline; font-weight: 700; }
.cookie-banner-actions { display: flex; gap: 10px; }
.cookie-btn { padding: 10px 14px; border-radius: 10px; font-weight: 800; font-size: 13px; border: 2px solid transparent; cursor: pointer; }
.cookie-btn-accept { background: #ff7a00; color: #fff; }
.cookie-btn-accept:hover { background: #ff8f26; }
.cookie-btn-decline { background: transparent; color: #fff; border-color: rgba(255,255,255,.25); }
.cookie-btn-decline:hover { background: rgba(255,255,255,.06); }

/* Contact Page Styles */
.contact-hero {
    padding: 120px 0 60px;
    background: linear-gradient(180deg, #ffffff 0%, #fff6ee 100%);
    text-align: center;
}

.contact-hero .hero-title {
    font-size: 48px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.contact-hero .hero-subtitle {
    font-size: 18px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.contact-section {
    padding: 80px 0;
    background: #ffffff;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.contact-form-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
}

.form-title {
    font-size: 24px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.form-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 24px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-label {
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 6px;
}

.form-input,
.form-select,
.form-textarea {
    padding: 12px 14px;
    border: 1.5px solid #e9e9e9;
    border-radius: 10px;
    font-size: 16px;
    font-family: inherit;
    background: #ffffff;
    color: #1a1a1a;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
    outline: none;
    border-color: #ff7a00;
    box-shadow: 0 0 0 3px rgba(255, 122, 0, 0.12);
}

.form-textarea {
    resize: vertical;
    min-height: 120px;
}

.checkbox-group {
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
}

.form-checkbox {
    margin-top: 4px;
    transform: scale(1.2);
}

.checkbox-label {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

.checkbox-label a {
    color: #ff7a00;
    text-decoration: none;
    font-weight: 500;
}

.checkbox-label a:hover {
    text-decoration: underline;
}

.form-submit {
    margin-top: 8px;
    align-self: flex-start;
}

.contact-info-card {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 10px 30px rgba(17, 24, 39, 0.05);
}

.info-title {
    font-size: 24px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 8px;
}

.info-subtitle {
    font-size: 16px;
    color: #666;
    margin-bottom: 24px;
}

.contact-methods {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
}

.contact-method {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.method-icon {
    font-size: 24px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff7f0;
    border: 1px solid #ffe1c7;
    border-radius: 12px;
    flex-shrink: 0;
}

.method-content {
    flex: 1;
}

.method-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.method-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 6px;
}

.method-link {
    font-size: 16px;
    font-weight: 600;
    color: #ff7a00;
    text-decoration: none;
    transition: color 0.3s ease;
}

.method-link:hover {
    color: #ff8f26;
}

.response-time {
    border-top: 1px solid #eee;
    padding-top: 24px;
}

.response-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
}

.response-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.response-label {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.response-value {
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 600;
}

.nav-link.active { color: #ff7a00; font-weight: 700; }
.nav-links a.active { color: #ff7a00; font-weight: 700; }

@media (max-width: 480px) {
  .hero-title { font-size: 28px; }
  .cta-title { font-size: 24px; }
  .section-title { font-size: 22px; }
  .btn { width: 100%; justify-content: center; }
}

@media (max-width: 768px) {
  .nav-links { position: fixed; inset: 64px 12px auto 12px; display: none; flex-direction: column; background: #fff; border: 1px solid #eee; border-radius: 12px; padding: 12px; box-shadow: 0 10px 30px rgba(0,0,0,.08); z-index: 40; }
  .nav-links.show { display: flex; }
  .mobile-menu-btn { display: inline-block; }
  .hero-grid { grid-template-columns: 1fr; }
  .metrics { grid-template-columns: 1fr; }
  .hero-title { font-size: 34px; }
  .hero-actions { flex-direction: column; }
  .split-grid { grid-template-columns: 1fr; }
  .testimonials { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .contact-form-card, .contact-info-card { padding: 24px; }
  .contact-hero .hero-title { font-size: 36px; }
}

