/*
Theme Name: BLR Masterclass
Theme URI: https://yourdomain.com
Author: Your Company Name
Author URI: https://yourdomain.com
Description: A high-converting, mobile-first WordPress theme for the Bangalore Property Investment Masterclass paid webinar funnel. Includes Razorpay ₹99 checkout, countdown timer, WhatsApp integration, Meta Pixel tracking, and post-payment Thank You page.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: blr-masterclass
Tags: one-page, custom-background, landing-page, real-estate
*/

/* This file is intentionally minimal — all page styles are in assets/css/ */

*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: inherit;
}
