*{margin:0;padding:0;box-sizing:border-box}body{font-family:'Roboto',sans-serif;background-color:#f8f9fa;color:#343a40;line-height:1.6}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{font-family:'Poppins',sans-serif;font-weight:700}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}@media (min-width:768px){h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.75rem}}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.navbar{background:linear-gradient(90deg,#6a11cb 0%,#2575fc 100%);color:white;padding:0.75rem 0;position:sticky;top:0;z-index:50;box-shadow:0 15px 40px rgba(0,0,0,0.1)}.navbar .container{display:flex;justify-content:space-between;align-items:center;height:4rem}.logo{display:flex;align-items:center;gap:0.5rem;font-size:1.25rem;font-weight:700}.nav-links{display:none;align-items:center;gap:1.5rem}.nav-link{display:flex;align-items:center;gap:0.5rem;padding:0.5rem 0.75rem;border-radius:0.5rem;transition:background-color 0.3s ease}.nav-link:hover{background-color:rgba(255,255,255,0.2)}.calculator-btn{background-color:white;color:#6a11cb;font-weight:600;padding:0.5rem 1rem;border-radius:0.5rem}.calculator-btn:hover{box-shadow:0 20px 40px rgba(0,0,0,0.15)}.dropdown{position:relative}.dropdown-menu{position:absolute;top:100%;left:0;background:white;color:#343a40;border-radius:0.5rem;box-shadow:0 15px 40px rgba(0,0,0,0.1);padding:0.5rem 0;min-width:12rem;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all 0.3s ease}.dropdown:hover .dropdown-menu,.dropdown:focus-within .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-menu a{display:block;padding:0.5rem 1rem;font-size:0.875rem}.dropdown-menu a:hover{background-color:#f1f3f5}.dropdown-menu a.active{background-color:#e9ecef;font-weight:600}.mobile-menu-btn{background:transparent;border:none;color:white;font-size:1.5rem;cursor:pointer;display:block}@media (min-width:768px){.nav-links{display:flex}.mobile-menu-btn{display:none}.mobile-menu{display:none !important}}.mobile-menu{display:none;flex-direction:column;gap:0.75rem;padding:1rem 0;border-top:1px solid rgba(255,255,255,0.2)}.mobile-menu a{display:flex;align-items:center;gap:0.5rem;padding:0.75rem 1rem;border-radius:0.5rem}.mobile-menu a:hover{background-color:rgba(255,255,255,0.2)}.article-header{margin-bottom:2rem}.article-tags{display:flex;flex-wrap:wrap;gap:0.75rem;margin-bottom:1rem}.tag{background-color:#7e22ce;color:white;padding:0.25rem 1rem;border-radius:999px;font-weight:bold;font-size:0.875rem}.article-meta{display:flex;align-items:center;gap:0.5rem;color:#6c757d;font-size:0.875rem}.article-title{font-size:2.5rem;font-weight:800;color:#212529;margin-bottom:1rem}@media (min-width:768px){.article-title{font-size:3rem}}.article-subtitle{font-size:1.25rem;color:#495057;margin-bottom:2rem}.featured-image{width:100%;border-radius:1rem;box-shadow:0 20px 40px rgba(0,0,0,0.15);margin-bottom:2rem}.mindset-section{background:linear-gradient(to right,#f3e8ff,#e0f2fe);padding:2rem;border-radius:1rem;margin-bottom:3rem;border-left:4px solid #7e22ce}.mindset-section h3{font-size:1.5rem;margin-bottom:1rem;color:#2d3436}.tips-grid{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.tip-card{background:white;padding:1.5rem;border-radius:1rem;box-shadow:0 5px 20px rgba(0,0,0,0.08);display:flex;gap:1rem;transition:box-shadow 0.3s ease}.tip-card:hover{box-shadow:0 10px 25px rgba(0,0,0,0.1)}.tip-number{width:2.5rem;height:2.5rem;background:linear-gradient(135deg,#6a11cb,#8b5cf6);color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:700}.tip-content h3{margin-bottom:1rem}.tip-script{background:#e6f0fa;padding:1rem;border-radius:0.5rem;font-size:0.9rem;margin-top:1rem}.small{font-size:0.8rem;color:#6c757d;margin-top:0.5rem}.package-grid{display:grid;grid-template-columns:1fr;gap:1rem;margin-top:1rem}@media (min-width:768px){.package-grid{grid-template-columns:repeat(3,1fr)}}.package{padding:1rem;border:1px solid #e9ecef;border-radius:0.5rem;text-align:center}.package h4{font-size:1rem;margin-bottom:0.5rem}.package-price{font-size:1.25rem;font-weight:700;color:#6a11cb;margin-bottom:0.5rem}.package-recommended{border-color:#6a11cb;background:#f0f7ff}.usage-rights{background:#f5f3ff;padding:1rem;border-radius:0.5rem;margin-top:1rem}.usage-rights h4{margin-bottom:0.5rem}.usage-rights ul{padding-left:1.25rem}.usage-rights li{margin-bottom:0.25rem}.non-monetary-tags{display:flex;flex-wrap:wrap;gap:0.5rem;margin-top:1rem}.non-monetary-tags span{background:#e9ecef;padding:0.25rem 0.75rem;border-radius:999px;font-size:0.875rem}.checklist li{display:flex;align-items:flex-start;gap:0.5rem;margin-bottom:0.5rem}.checklist i{color:#10b981;margin-top:0.25rem;flex-shrink:0}.impact-section{background:linear-gradient(to right,#e0f2fe,#f3e8ff);padding:2.5rem 1.5rem;border-radius:1.5rem;margin-bottom:3rem;text-align:center}.impact-section h3{font-size:1.75rem;margin-bottom:1rem}.impact-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}@media (min-width:768px){.impact-grid{grid-template-columns:repeat(3,1fr)}}.impact-card{background:white;padding:1.5rem;border-radius:1rem;box-shadow:0 5px 20px rgba(0,0,0,0.08)}.impact-value{font-size:2rem;font-weight:800;color:#6a11cb;margin-bottom:0.5rem}.impact-label{font-weight:600;color:#2d3436;margin-bottom:0.25rem}.impact-note{font-size:0.875rem;color:#6c757d}.impact-summary{display:flex;align-items:center;justify-content:center;gap:0.5rem;flex-wrap:wrap;margin-top:2rem;padding:1rem;background:white;border-radius:999px;width:fit-content;margin-left:auto;margin-right:auto}.impact-total{font-size:1.25rem}.checklist-section{margin-bottom:3rem}.checklist-section h2{margin-bottom:2rem}.checklist-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.checklist-grid{grid-template-columns:1fr 1fr}}.checklist-column h3{margin-bottom:1rem;color:#2d3436}.cta-section{background:linear-gradient(90deg,#6a11cb 0%,#7e22ce 100%);color:white;text-align:center;padding:3rem 1.5rem;border-radius:1.5rem;margin:3rem 0}.cta-section h3{font-size:1.75rem;margin-bottom:1rem}.cta-section p{opacity:0.9;max-width:600px;margin:0 auto 1.5rem}.cta-button{display:inline-flex;align-items:center;gap:0.5rem;background:white;color:#6a11cb;font-weight:700;padding:0.75rem 2rem;border-radius:999px;font-size:1.125rem;box-shadow:0 15px 40px rgba(0,0,0,0.15);transition:all 0.3s ease}.cta-button:hover{transform:translateY(-3px);box-shadow:0 20px 50px rgba(0,0,0,0.2)}.author-section{margin-top:3rem;padding-top:2rem;border-top:1px solid #dee2e6}.author-content{display:flex;flex-direction:column;gap:1.5rem;align-items:center}@media (min-width:768px){.author-content{flex-direction:row;gap:1.5rem}}.author-avatar{width:5rem;height:5rem;border-radius:50%;background:linear-gradient(to bottom right,#f3e8ff,#e0f2fe);display:flex;align-items:center;justify-content:center;font-size:2.5rem;color:#7e22ce}.author-info h4{font-size:1.25rem;margin-bottom:0.25rem}.author-link{color:#6a11cb;text-decoration:underline}.author-link:hover{color:#8b5cf6}.footer{background-color:#212529;color:white;padding-top:3rem;padding-bottom:1.5rem}.footer-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media (min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-company h4,.footer-links h4,.footer-social h4{font-size:1.125rem;margin-bottom:1rem}.newsletter-form{display:flex;margin-top:0.5rem}.newsletter-form input{flex:1;padding:0.5rem 1rem;border:none;border-radius:999px 0 0 999px;outline:none}.newsletter-form button{background:#6a11cb;color:white;border:none;width:2.5rem;border-radius:0 999px 999px 0;cursor:pointer}.footer-links ul,.footer-social ul{display:flex;flex-direction:column;gap:0.75rem}.footer-links a,.footer-social a{display:flex;align-items:center;gap:0.5rem;color:#adb5bd;transition:color 0.2s}.footer-links a:hover,.footer-social a:hover{color:white}.social-icons{display:flex;gap:1rem;margin-top:1rem}.social-icons a{width:2.5rem;height:2.5rem;border-radius:50%;background:#495057;display:flex;align-items:center;justify-content:center;color:white;transition:background 0.3s}.social-icons a:hover{background:#6a11cb}.footer-bottom{text-align:center;padding-top:1.5rem;margin-top:2rem;border-top:1px solid #495057}.footer-note{max-width:800px;margin:0.5rem auto 0;opacity:0.6;font-size:0.875rem}.footer-features{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem;flex-wrap:wrap}.footer-features span{display:flex;align-items:center;gap:0.25rem;font-size:0.875rem;opacity:0.8}