/* BMRIFY.COM - Main Stylesheet | Mobile-First Design */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background:#f9f9f9;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:#27ae60;text-decoration:none;transition:color .3s}a:hover{color:#1e8449}

/* Header */
.header{background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.1);position:sticky;top:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:1rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.logo{font-size:1.5rem;font-weight:700;color:#27ae60;display:flex;align-items:center;gap:.5rem}.logo-icon{font-size:1.8rem}.nav{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1rem;width:100%}.nav a{font-weight:500;padding:.5rem 0;border-bottom:2px solid transparent}.nav a:hover,.nav a.active{border-bottom-color:#27ae60}

/* Hero Section */
.hero{background:linear-gradient(135deg,#27ae60 0%,#229954 100%);color:#fff;padding:3rem 1rem;text-align:center}.hero h1{font-size:2rem;margin-bottom:1rem;line-height:1.2}.hero p{font-size:1.1rem;margin-bottom:2rem;opacity:.95}.hero-cta{display:inline-block;background:#fff;color:#27ae60;padding:1rem 2rem;border-radius:50px;font-weight:700;font-size:1.1rem;box-shadow:0 4px 15px rgba(0,0,0,.2);transition:transform .3s,box-shadow .3s}.hero-cta:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(0,0,0,.3);color:#27ae60}

/* Container */
.container{max-width:1200px;margin:0 auto;padding:2rem 1rem}

/* Calculator Grid */
.calc-grid{display:grid;gap:1.5rem;margin:3rem 0}.calc-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 3px 15px rgba(0,0,0,.08);transition:transform .3s,box-shadow .3s;border-left:4px solid #27ae60}.calc-card:hover{transform:translateY(-5px);box-shadow:0 6px 25px rgba(0,0,0,.12)}.calc-icon{font-size:2.5rem;margin-bottom:1rem}.calc-card h3{color:#27ae60;margin-bottom:.5rem;font-size:1.3rem}.calc-card p{color:#666;margin-bottom:1rem;font-size:.95rem}.calc-btn{display:inline-block;background:#27ae60;color:#fff;padding:.7rem 1.5rem;border-radius:6px;font-weight:600;transition:background .3s}.calc-btn:hover{background:#1e8449;color:#fff}

/* Content Sections */
.section{margin:3rem 0}.section h2{color:#27ae60;font-size:1.8rem;margin-bottom:1rem;border-bottom:3px solid #27ae60;padding-bottom:.5rem;display:inline-block}.section h3{color:#333;font-size:1.3rem;margin:1.5rem 0 .8rem}.section p{margin-bottom:1rem;line-height:1.8;color:#555}.section ul,.section ol{margin:1rem 0 1rem 2rem;color:#555}.section li{margin-bottom:.5rem}

/* Calculator Form */
.calculator{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.1);margin:2rem 0}.calc-form{display:grid;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:.5rem;color:#333}.form-group input,.form-group select{padding:.8rem;border:2px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#27ae60}.calc-submit{background:#27ae60;color:#fff;padding:1rem 2rem;border:none;border-radius:6px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:background .3s,transform .2s}.calc-submit:hover{background:#1e8449;transform:scale(1.02)}.calc-result{margin-top:2rem;padding:1.5rem;background:#e8f8f5;border-left:4px solid#27ae60;border-radius:6px;display:none}.calc-result.show{display:block}.result-value{font-size:2rem;font-weight:700;color:#27ae60;margin:.5rem 0}.result-label{color:#666;font-size:.9rem;text-transform:uppercase;letter-spacing:.5px}.result-category{font-size:1.2rem;color:#333;margin-top:1rem;padding:1rem;background:#fff;border-radius:6px}

/* FAQ */
.faq{margin:3rem 0}.faq-item{background:#fff;margin-bottom:1rem;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.06)}.faq-question{padding:1.2rem;font-weight:600;color:#27ae60;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .3s}.faq-question:hover{background:#f0f0f0}.faq-question::after{content:'+';font-size:1.5rem;font-weight:700}.faq-item.active .faq-question::after{content:'−'}.faq-answer{padding:0 1.2rem;max-height:0;overflow:hidden;transition:max-height .3s,padding .3s}.faq-item.active .faq-answer{padding:1.2rem;max-height:500px}

/* Features Grid */
.features{display:grid;gap:1.5rem;margin:3rem 0}.feature-card{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 3px 12px rgba(0,0,0,.08);text-align:center}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#27ae60;margin-bottom:.5rem}

/* Authority Box */
.authority-box{background:#fff3cd;border-left:4px solid #ffc107;padding:1.5rem;margin:2rem 0;border-radius:6px}.authority-box p{color:#856404;margin-bottom:.5rem}.authority-box a{color:#0056b3;font-weight:600}

/* Disclaimer */
.disclaimer{background:#f8f9fa;border:1px solid #dee2e6;padding:1.5rem;margin:2rem 0;border-radius:6px;font-size:.9rem;color:#666}

/* Footer */
.footer{background:#2c3e50;color:#ecf0f1;padding:3rem 1rem 1rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto}.footer-grid{display:grid;gap:2rem;margin-bottom:2rem}.footer h4{color:#27ae60;margin-bottom:1rem;font-size:1.1rem}.footer ul{list-style:none}.footer ul li{margin-bottom:.5rem}.footer a{color:#ecf0f1;transition:color .3s}.footer a:hover{color:#27ae60}.footer-bottom{border-top:1px solid #34495e;padding-top:1rem;text-align:center;font-size:.9rem;color:#95a5a6}

/* Responsive Design */
@media(min-width:768px){.nav{margin-top:0;width:auto}.hero h1{font-size:2.8rem}.hero p{font-size:1.2rem}.calc-grid{grid-template-columns:repeat(2,1fr)}.features{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(4,1fr)}.calc-form{grid-template-columns:repeat(2,1fr)}.calc-submit{grid-column:1/-1}}@media(min-width:1024px){.hero h1{font-size:3.2rem}.calc-grid{grid-template-columns:repeat(3,1fr)}.section h2{font-size:2.2rem}}

/* Utility Classes */
.text-center{text-align:center}.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.highlight{background:#fff3cd;padding:.2rem .4rem;border-radius:3px;font-weight:600}.btn-secondary{background:#34495e;color:#fff;padding:.8rem 1.5rem;border-radius:6px;display:inline-block;font-weight:600;transition:background .3s}.btn-secondary:hover{background:#2c3e50;color:#fff}

/* Table Styles */
table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#fff}th,td{padding:1rem;text-align:left;border-bottom:1px solid #ddd}th{background:#27ae60;color:#fff;font-weight:600}tr:hover{background:#f8f9fa}

/* Loading Animation */
.loading{display:inline-block;width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}

/* Print Styles */
@media print{.header,.footer,.calc-submit,.hero-cta{display:none}.container{max-width:100%;padding:0}}