/*
Theme Name: Tunisell Child
Theme URI: https://example.com/tunisell-child
Author: Tunisell
Author URI: https://tunisell.com
Description: Child theme for Astra, optimised for high-conversion landing pages.
Template: astra
Version: 1.0.0
Text Domain: tunisell-child
*/

/*
Basic layout adjustments and a small rule-set for the custom Landing Page
Target the page template class to remove header/footer spacing and provide
a clean, centred container for landing content.
*/
.page-template-page-landing-php .site-header,
.page-template-page-landing-php .site-footer {
  margin: 0;
  padding: 0;
}

.tunisell-landing-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px;
}

.tunisell-hero {
  padding: 48px 16px;
  text-align: center;
}

.tunisell-product-title {
  font-size: 2.25rem;
  margin: 0 0 12px 0;
}

.tunisell-description {
  font-size: 1.05rem;
  color: #444;
  margin-bottom: 20px;
}

.tunisell-form {max-width:480px;margin:0 auto;text-align:left}
.tunisell-form label{display:block;margin-bottom:6px;font-weight:600}
.tunisell-form input[type="text"],.tunisell-form input[type="tel"]{width:100%;padding:10px;margin-bottom:12px;border:1px solid #ddd;border-radius:4px}
.tunisell-form button{display:inline-block;padding:10px 18px;background:#0073aa;color:#fff;border:none;border-radius:4px;cursor:pointer}

/* Utility */
.tunisell-success{background:#e6ffed;border:1px solid #b6f0c2;padding:12px;margin-bottom:16px}
.tunisell-error{background:#ffecec;border:1px solid #f5b6b6;padding:12px;margin-bottom:16px}
