:root {
      --gradient-start:#1a0f2e; --gradient-end:#e65c25; --primary-color:#c0390e;
      --primary-dark:#8a2208; --orange:#e65c25; --orange-deep:#c0390e;
      --text-dark:#333333; --border-radius:8px; --transition:all 0.3s ease; --white:#ffffff;
    }
    *,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
    body{font-family:'Quicksand',-apple-system,sans-serif;line-height:1.6;color:var(--text-dark);background:#f5f5f5;-webkit-font-smoothing:antialiased;}
    h1,h2,h3,h4,h5,h6{font-family:'Quicksand',sans-serif;font-weight:700;}
    p{text-align:justify;}
    .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
    .hidden{display:none!important;}
    .header{position:fixed;top:0;width:100%;background:white;box-shadow:0 2px 10px rgba(0,0,0,0.1);z-index:50;}
    .main-container{display:flex;align-items:center;justify-content:space-between;max-width:800px;margin:0 auto;padding:12px 24px;}
    .logo img{height:48px;width:auto;}
    .navMenu{display:none;cursor:pointer;padding:8px;}
    .navMenu svg{width:24px;height:24px;stroke:currentColor;stroke-width:2;fill:none;transition:transform .3s ease;}
    .navMenu:hover svg{transform:scale(1.1);}
    #navInput{display:none;}
    .nav ul{display:flex;list-style:none;align-items:center;gap:24px;margin:0;padding:0;}
    .nav a{text-decoration:none;color:#374151;font-weight:500;font-size:14px;transition:color .3s ease;position:relative;}
    .nav a:hover{color:var(--primary-color);}
    .nav a::after{content:'';position:absolute;width:0;height:2px;bottom:-4px;left:50%;background:var(--primary-color);transition:all .3s ease;transform:translateX(-50%);}
    .nav a:hover::after{width:100%;}
    .close-nav{display:none;}
    .fullclose{display:none;position:fixed;}
    .cta-button{display:inline-block;background:linear-gradient(135deg,var(--gradient-start) 0%,var(--gradient-end) 100%);color:var(--white);padding:1rem 2rem;text-decoration:none;border-radius:var(--border-radius);font-weight:700;font-family:'Quicksand',sans-serif;margin-top:1rem;transition:var(--transition);cursor:pointer;border:none;font-size:1rem;}
    .cta-button:hover{background:linear-gradient(135deg,var(--gradient-end) 0%,var(--gradient-start) 100%);}
    .cta-button--outline{background:transparent;border:2px solid white;color:white;}
    .cta-button--outline:hover{background:white;color:var(--primary-color);}
    .cta-button--lg{padding:1.1rem 2.5rem;font-size:1.05rem;}
    .container{max-width:1200px;margin:0 auto;padding:0 24px;}
    .hero-landing{color:white;padding:130px 24px 80px;position:relative;overflow:hidden;min-height:70vh;display:flex;align-items:center;}
    .hero-landing::after{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:48px 48px;pointer-events:none;}
    .hero-blog__inner{position:relative;z-index:2;max-width:900px;margin:0 auto;width:100%;}
    .breadcrumb{display:flex;align-items:center;gap:.5rem;font-size:.73rem;color:rgba(255,255,255,.4);margin-bottom:1.5rem;flex-wrap:wrap;}
    .breadcrumb a{color:rgba(255,255,255,.55);text-decoration:none;transition:color .2s;}
    .breadcrumb a:hover{color:var(--orange);}
    .breadcrumb span{color:rgba(255,255,255,.22);}
    .hero-landing__eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:.7rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.65);margin-bottom:1.25rem;}
    .hero-landing__eyebrow::before{content:'';display:block;width:22px;height:2px;background:var(--gradient-end);border-radius:2px;}
    .hero-blog__inner h1{font-family:'Quicksand',sans-serif;font-size:clamp(2.2rem,5vw,3.8rem);line-height:1.1;color:white;text-align:left;margin-bottom:1.25rem;font-weight:900;}
    .hero-blog__inner h1 em{font-style:normal;color:var(--orange);}
    .hero-landing__lead{font-size:1rem;line-height:1.75;color:rgba(255,255,255,.78);margin-bottom:2rem;text-align:left;max-width:680px;}
    .hero-landing__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem;}
    .hero-meta{display:flex;align-items:center;gap:1.5rem;font-size:.78rem;color:rgba(255,255,255,.42);flex-wrap:wrap;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);}
    .hero-meta__item{display:flex;align-items:center;gap:.4rem;}
    .hero-meta__item svg{width:13px;height:13px;stroke:var(--orange);fill:none;stroke-width:2;flex-shrink:0;}
    .section{padding:80px 0;}
    .section--alt{background:white;}
    .section__eyebrow{display:block;font-size:.7rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--orange);margin-bottom:.75rem;text-align:center;}
    .section__title{font-size:clamp(1.6rem,3vw,2.2rem);text-align:center;margin-bottom:1rem;color:var(--text-dark);}
    .section__lead{text-align:center;color:#666;max-width:640px;margin:0 auto 3.5rem;font-size:.95rem;line-height:1.75;}
    .section__divider{width:48px;height:3px;background:linear-gradient(90deg,var(--orange-deep),var(--orange));border-radius:2px;margin:.75rem auto 1.5rem;}
    .blog-layout{display:grid;grid-template-columns:1fr 320px;gap:3rem;max-width:1200px;margin:0 auto;padding:60px 24px;align-items:start;}
    .article-intro{background:white;border-radius:16px;padding:2rem 2.5rem;margin-bottom:2rem;box-shadow:0 4px 20px rgba(0,0,0,.06);border-left:4px solid var(--orange);font-size:1.03rem;line-height:1.85;color:#444;}
    .article-section{background:white;border-radius:16px;padding:2.25rem 2.5rem;margin-bottom:2rem;box-shadow:0 4px 20px rgba(0,0,0,.06);}
    .article-section h2{font-family:'Quicksand',sans-serif;font-size:1.55rem;font-weight:700;color:var(--gradient-start);text-align:left;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #f0ebe5;position:relative;}
    .article-section h2::after{content:'';position:absolute;bottom:-2px;left:0;width:44px;height:2px;background:linear-gradient(90deg,var(--orange-deep),var(--orange));}
    .article-section h3{font-size:1.05rem;font-weight:700;color:var(--primary-dark);margin:1.5rem 0 .65rem;text-align:left;display:flex;align-items:center;gap:.6rem;}
    .article-section h3::before{content:'';display:block;flex-shrink:0;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,var(--primary-dark),var(--orange));}
    .article-section p{font-size:.94rem;line-height:1.85;color:#555;margin-bottom:1rem;}
    .article-section p:last-child{margin-bottom:0;}
    .article-body a{color:var(--primary-color);font-weight:700;text-decoration:none;border-bottom:1px solid rgba(192,57,14,.22);transition:color .2s,border-color .2s;}
    .article-body a:hover{color:var(--orange);border-bottom-color:var(--orange);}
    .info-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:1.5rem 0;}
    .badge-card{background:#f9f9f9;border-radius:14px;padding:1.5rem 1.25rem;border:1px solid #eee;display:flex;align-items:flex-start;gap:.9rem;transition:box-shadow .25s,transform .25s;}
    .badge-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.08);transform:translateY(-3px);}
    .badge-card__icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;background:linear-gradient(135deg,rgba(192,57,14,.1),rgba(230,92,37,.18));display:flex;align-items:center;justify-content:center;font-size:1.2rem;}
    .badge-card h4{font-size:.88rem;text-align:left;color:var(--primary-dark);margin-bottom:.25rem;font-weight:700;}
    .badge-card p{font-size:.8rem;color:#777;line-height:1.55;text-align:left;margin:0;}
    .highlight-box{background:linear-gradient(135deg,#1a0f2e 0%,#3d1a08 60%,#8a2208 100%);border-radius:14px;padding:1.75rem 2rem;margin:1.75rem 0;color:white;}
    .highlight-box__title{font-family:'Quicksand',sans-serif;font-size:1.05rem;color:var(--orange);margin-bottom:.75rem;font-weight:700;}
    .highlight-box p{font-size:.9rem;color:rgba(255,255,255,.78);line-height:1.75;margin:0;}
    .highlight-box a{color:var(--orange)!important;border-bottom-color:rgba(230,92,37,.4)!important;}
    .article-quote{border-left:4px solid var(--orange);background:linear-gradient(135deg,#fff8f5,#fdf4ef);padding:1.25rem 1.75rem;border-radius:0 10px 10px 0;margin:1.5rem 0;font-style:italic;color:#555;font-size:.95rem;line-height:1.75;}
    .article-cta{background:linear-gradient(135deg,#1a0f2e 0%,#3d1a0a 50%,var(--orange-deep) 100%);border-radius:16px;padding:2.25rem;text-align:center;color:white;margin-top:2rem;position:relative;overflow:hidden;}
    .article-cta::after{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:48px 48px;pointer-events:none;}
    .article-cta>*{position:relative;z-index:2;}
    .article-cta h3{font-family:'Quicksand',sans-serif;font-size:1.45rem;color:white;text-align:center;margin-bottom:.65rem;}
    .article-cta p{color:rgba(255,255,255,.7);font-size:.92rem;margin-bottom:1.25rem;text-align:center;}
    .article-cta__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;}
    .sidebar{position:sticky;top:88px;}
    .sidebar-card{background:white;border-radius:16px;padding:1.6rem;margin-bottom:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.06);}
    .sidebar-card--dark{background:linear-gradient(135deg,#1a0f2e 0%,#3d1a08 60%,#8a2208 100%);color:white;}
    .sidebar-card h4{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--orange);margin-bottom:1.1rem;text-align:left;}
    .toc-list{list-style:none;}
    .toc-list li{margin-bottom:.35rem;}
    .toc-list a{text-decoration:none;color:#555;font-size:.86rem;font-weight:500;display:flex;align-items:center;gap:.5rem;padding:.38rem .6rem;border-radius:7px;transition:all .2s;}
    .toc-list a::before{content:'';display:block;width:4px;height:4px;border-radius:50%;background:var(--orange);flex-shrink:0;}
    .toc-list a:hover{background:#fdf4ef;color:var(--primary-color);}
    .sidebar-links{list-style:none;}
    .sidebar-links li{margin-bottom:.35rem;}
    .sidebar-links a{text-decoration:none;color:rgba(255,255,255,.65);font-size:.86rem;font-weight:500;display:flex;align-items:center;gap:.5rem;padding:.38rem 0;border-bottom:1px solid rgba(255,255,255,.07);transition:color .2s;}
    .sidebar-links a::before{content:'→';color:var(--orange);font-size:.72rem;flex-shrink:0;}
    .sidebar-links a:hover{color:white;}
    .sidebar-cta{display:block;text-align:center;background:linear-gradient(135deg,var(--primary-dark) 0%,var(--orange) 100%);color:white;font-weight:700;font-size:.92rem;text-decoration:none;padding:.9rem 1.25rem;border-radius:10px;margin-top:1.1rem;transition:all .3s;}
    .sidebar-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(192,57,14,.35);}
    .sidebar-phone{display:flex;align-items:center;justify-content:center;gap:.6rem;font-size:1rem;font-weight:700;color:var(--orange);text-decoration:none;margin-top:.85rem;}
    .sidebar-phone svg{width:17px;height:17px;stroke:var(--orange);fill:none;stroke-width:2;}
    .places-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;}
    .pillar-card{background:#f9f9f9;border-radius:16px;padding:1.5rem 1.25rem;border:1px solid #eee;transition:box-shadow .3s,transform .3s;position:relative;overflow:hidden;text-decoration:none;display:block;}
    .pillar-card::before{content:'';position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--orange-deep),var(--orange));transform:scaleX(0);transform-origin:left;transition:transform .35s ease;}
    .pillar-card:hover::before{transform:scaleX(1);}
    .pillar-card:hover{box-shadow:0 12px 32px rgba(0,0,0,.1);transform:translateY(-4px);}
    .pillar-card__icon{font-size:1.7rem;margin-bottom:.65rem;display:block;}
    .pillar-card h3{font-size:.86rem;font-weight:700;color:var(--gradient-start);text-align:left;margin-bottom:.25rem;}
    .pillar-card p{font-size:.76rem;color:#888;line-height:1.5;text-align:left;margin:0;}
    .pillar-card--active{border-color:var(--orange);background:linear-gradient(135deg,#fff8f5,#fff);}
    .pillar-card--active h3{color:var(--primary-color);}
    .final-cta-section{background:linear-gradient(135deg,#1a0f2e 0%,#3d1a08 60%,#8a2208 100%);padding:80px 24px;text-align:center;color:white;position:relative;overflow:hidden;}
    .final-cta-section::after{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);background-size:48px 48px;pointer-events:none;}
    .final-cta-section>*{position:relative;z-index:2;}
    .final-cta-section h2{font-family:'Quicksand',sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);color:white;text-align:center;margin-bottom:.85rem;}
    .final-cta-section p{font-size:.95rem;color:rgba(255,255,255,.68);max-width:600px;margin:0 auto 2rem;text-align:center;}
    .final-cta__actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;}
    .article-nav{background:white;border-radius:14px;padding:1.2rem 2rem;max-width:calc(1200px - 48px);margin:0 auto 2rem;display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap;box-shadow:0 4px 20px rgba(0,0,0,.06);}
    .article-nav a{text-decoration:none;color:#555;font-size:.86rem;font-weight:600;padding:.5rem 1.1rem;border-radius:8px;background:#f5f5f5;transition:all .2s;border:1px solid #eee;}
    .article-nav a:hover{background:var(--orange);color:white;border-color:var(--orange);}
    .site-footer{background:linear-gradient(135deg,#1a0f2e 0%,#e65c25 100%);color:rgba(255,255,255,.75);padding:56px 24px 24px;font-size:.875rem;}
    .site-footer .footer-inner{max-width:1200px;margin:0 auto;}
    .site-footer .footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1);margin-bottom:24px;}
    .site-footer .footer-brand img{height:42px;filter:brightness(0) invert(1);margin-bottom:16px;display:block;}
    .site-footer .footer-brand p{font-size:.82rem;line-height:1.6;color:rgba(255,255,255,.55);margin-bottom:16px;text-align:left;}
    .site-footer .footer-contact a{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.75);text-decoration:none;font-size:.88rem;margin-bottom:8px;transition:color .2s;}
    .site-footer .footer-contact a:hover{color:#e65c25;}
    .site-footer .footer-col h4{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:rgba(255,255,255,.4);margin-bottom:16px;}
    .site-footer .footer-col ul{list-style:none;padding:0;margin:0;}
    .site-footer .footer-col ul li{margin-bottom:10px;}
    .site-footer .footer-col a{color:rgba(255,255,255,.65);text-decoration:none;font-size:.88rem;transition:color .2s;}
    .site-footer .footer-col a:hover{color:white;}
    .site-footer .footer-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:.78rem;color:rgba(255,255,255,.35);}
    .site-footer .footer-bottom strong{color:rgba(255,255,255,.55);}
    @keyframes fadeUp{from{opacity:0;transform:translateY(20px);}to{opacity:1;transform:translateY(0);}}
    .anim-fade-up{opacity:0;animation:fadeUp .7s ease forwards;}
    .anim-delay-1{animation-delay:.1s;} .anim-delay-2{animation-delay:.25s;} .anim-delay-3{animation-delay:.4s;} .anim-delay-4{animation-delay:.55s;}
    @media(max-width:1024px){.blog-layout{grid-template-columns:1fr;}.sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;}.places-grid{grid-template-columns:repeat(2,1fr);}}
    @media(max-width:900px){.navMenu{display:block;}.nav{display:none;}#navInput:checked~.nav{display:block;position:fixed;top:0;right:0;bottom:0;width:280px;background:white;padding:2rem 1.5rem;box-shadow:-4px 0 20px rgba(0,0,0,.15);z-index:100;overflow-y:auto;}#navInput:checked~.nav ul{display:flex;flex-direction:column;align-items:center;gap:0;}#navInput:checked~.nav ul li{width:100%;border-bottom:1px solid #f0f0f0;text-align:center;}#navInput:checked~.nav ul li a{display:block;padding:.85rem 0;font-size:1rem;}#navInput:checked~.fullclose{display:block;position:fixed;inset:0;z-index:99;background:rgba(0,0,0,.4);}.close-nav{display:list-item;}.close{cursor:pointer;display:flex;align-items:center;gap:.5rem;color:var(--primary-color);font-weight:600;margin-bottom:1.5rem;}.close svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round;}.info-grid{grid-template-columns:1fr;}}
    @media(max-width:640px){.blog-layout{padding:36px 16px;}.article-section,.article-intro{padding:1.6rem;}.sidebar{grid-template-columns:1fr;}.places-grid{grid-template-columns:1fr 1fr;}.article-cta__actions,.final-cta__actions{flex-direction:column;align-items:center;}}
    @media(max-width:768px){.site-footer .footer-top{grid-template-columns:1fr 1fr;gap:32px;}.site-footer .footer-brand{grid-column:1/-1;}}
    @media(max-width:480px){.places-grid{grid-template-columns:1fr;}.site-footer .footer-top{grid-template-columns:1fr;}.site-footer .footer-bottom{flex-direction:column;text-align:center;}}
