*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,'San Francisco','SF Pro Text','SF Pro Display','Helvetica Neue',Helvetica,Arial,sans-serif;background:#fff;color:#1e2a3a;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root{--navy:#0a1a3f;--orange:#ED7445;--light-bg:#f6f8fc;--white:#ffffff;--green:#2e7d32;--shadow-sm:0 4px 12px rgba(0, 0, 0, 0.03), 0 1px 2px rgba(0, 0, 0, 0.02);--shadow-hover:0 20px 30px -12px rgba(10, 26, 63, 0.15);--border-light:1px solid rgba(10, 26, 63, 0.08)}h1,h2,h3{font-weight:500;letter-spacing:-.02em;line-height:1.2;color:#0a1a3f}h1{font-size:clamp(2.4rem, 5vw, 3.5rem);font-weight:600;letter-spacing:-.03em}h2{font-size:2rem;margin:2.5rem 0 1.2rem;font-weight:500;border-bottom:var(--border-light);padding-bottom:.75rem}h3{font-size:1.4rem;margin:1.5rem 0 .8rem;font-weight:500}p{margin-bottom:1.5rem;font-weight:350;font-size:1.1rem;color:#2e3b4e;line-height:1.7}a{text-decoration:none;color:var(--navy);transition:all 0.2s ease;font-weight:460;border-bottom:1px dotted #fff0}a:hover{color:var(--orange);border-bottom-color:var(--orange)}.btn-primary,.btn-secondary{background:var(--orange);color:var(--white);padding:.8rem 2.2rem;border-radius:40px;font-weight:500;display:inline-block;transition:transform 0.2s,box-shadow 0.2s,background 0.2s;box-shadow:0 4px 12px rgb(237 116 69 / .25);border:none;cursor:pointer;text-transform:none;letter-spacing:.02em;font-size:1rem}.btn-primary:hover,.btn-secondary:hover{background:#e55f2e;transform:translateY(-2px);box-shadow:0 16px 24px -8px rgb(237 116 69 / .35);color:#fff;border-bottom:none}.container{max-width:1200px;margin:0 auto;padding:0 20px}img{max-width:100%;border-radius:20px;display:block;box-shadow:var(--shadow-sm);transition:transform 0.3s ease,box-shadow 0.3s ease}img:hover{box-shadow:var(--shadow-hover)}.cta-mid{background:var(--light-bg);border-radius:28px;padding:2.5rem;margin:3rem 0;text-align:center;border:var(--border-light);box-shadow:var(--shadow-sm)}.cta-mid p{font-size:1.2rem;margin-bottom:1.8rem;color:#0a1a3f;font-weight:400}.cta-end{background:var(--navy);color:var(--white);padding:4rem 1.5rem;text-align:center;margin-top:4rem;width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;border-top:1px solid rgb(255 255 255 / .1);border-bottom:1px solid rgb(255 255 255 / .1)}.cta-end h2{color:#fff;margin-bottom:.5rem;font-size:2.5rem;border-bottom:none}.cta-end p{color:rgb(255 255 255 / .85);margin-bottom:2rem;font-size:1.2rem;font-weight:300}.cta-end .btn-secondary{margin-left:1rem}.author-card{background:#fff;border-radius:24px;padding:2rem;display:flex;align-items:center;gap:2rem;margin:3rem 0 2rem;box-shadow:var(--shadow-sm);transition:0.3s;border:var(--border-light);position:relative}.author-card::before{content:'';position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(to bottom,var(--navy),var(--orange));border-radius:24px 0 0 24px}.author-card:hover{box-shadow:var(--shadow-hover)}.author-img{width:90px;height:90px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 8px 16px rgb(0 0 0 / .05)}.author-info h4{font-size:1.5rem;font-weight:500;margin-bottom:.3rem;color:#0a1a3f}.author-info p{color:#3e4a5c;margin-bottom:1rem;font-size:.95rem}.author-links a{display:inline-block;margin-right:1rem;background:var(--light-bg);padding:.5rem 1.2rem;border-radius:40px;font-size:.85rem;font-weight:500;box-shadow:0 2px 6px rgb(0 0 0 / .02);transition:0.2s;border:none}.author-links a:hover{background:var(--navy);color:#fff;transform:scale(1.05)}.author-links i{margin-right:6px}.fade-on-scroll{opacity:0;transform:translateY(20px);transition:opacity 0.8s cubic-bezier(.2,.9,.3,1),transform 0.8s cubic-bezier(.2,.9,.3,1)}.fade-on-scroll.visible{opacity:1;transform:translateY(0)}.keyword-effect{display:inline-block;font-weight:500;color:var(--navy);transition:transform 0.2s,color 0.2s;border-bottom:1px dotted #fff0}.keyword-effect:hover{animation:gentleBounce 0.5s ease;color:var(--orange);border-bottom-color:var(--orange)}@keyframes gentleBounce{0%,100%{transform:translateY(0)}30%{transform:translateY(-3px)}60%{transform:translateY(-1px)}}.premium-line{width:100%;height:2px;background:linear-gradient(90deg,transparent,var(--navy),var(--orange),var(--navy),transparent);margin:3rem 0;opacity:.2;animation:lineGlow 3s ease-out forwards}@keyframes lineGlow{0%{transform:scaleX(0);opacity:0}100%{transform:scaleX(1);opacity:.2}}.info-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.2rem;margin:2rem 0}.info-card{background:var(--light-bg);border-radius:20px;padding:1.2rem;display:flex;align-items:center;gap:1rem;box-shadow:var(--shadow-sm);border:var(--border-light);transition:all 0.3s ease}.info-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-3px)}.info-card i{font-size:1.8rem;color:var(--orange);transition:transform 0.2s ease;min-width:2rem;text-align:center}.info-card:hover i{animation:gentleShake 0.4s ease}@keyframes gentleShake{0%,100%{transform:rotate(0deg)}20%{transform:rotate(5deg)}40%{transform:rotate(-5deg)}60%{transform:rotate(3deg)}80%{transform:rotate(-3deg)}}.info-card strong{font-weight:600;color:var(--navy);display:block;margin-bottom:.2rem;font-size:1rem}.info-card small{color:#5a6879;font-size:.85rem}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#fff;border-bottom:1px solid rgb(10 26 63 / .08);position:sticky;top:0;z-index:10;backdrop-filter:blur(8px);background:rgb(255 255 255 / .95)}.logo img{height:40px;width:auto;display:block}.nav-links a{margin-right:2rem;color:var(--navy);font-weight:500;border-bottom:none}.nav-links a:hover{border-bottom:none;color:var(--orange)}.nav-links .blog-link{background:var(--green);color:#fff;padding:.5rem 1.5rem;border-radius:40px;font-weight:500;border:none}.nav-links .blog-link:hover{background:#1b5e20;color:#fff}.nav-links .btn-book{background:var(--orange);color:#fff;padding:.5rem 1.8rem;border-radius:40px;font-weight:500;border:none}.nav-links .btn-book:hover{background:#e55f2e;color:#fff}.blog-footer{background:var(--navy);color:rgb(255 255 255 / .7);text-align:center;padding:2rem;font-size:.9rem;margin-top:4rem;border-top:1px solid rgb(255 255 255 / .1)}.blog-footer p{color:rgb(255 255 255 / .7);margin-bottom:0;font-size:.9rem}.hero{margin-bottom:3rem;margin-top:2rem}.hero-text{margin-bottom:2rem}.hero-image{width:100%}.hero-image img{width:100%;max-height:500px;object-fit:cover;border-radius:24px}.article-badge{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1.5rem}.badge-time,.badge-author{background:var(--orange);color:#fff;padding:.4rem 1.2rem;border-radius:40px;font-size:.9rem;font-weight:500;display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap}.badge-time i,.badge-author i{font-size:.9rem;color:#fff}@media (max-width:480px){.article-badge{gap:.5rem}.badge-time,.badge-author{white-space:normal;text-align:center}}.article-1 .hero{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.article-1 .hero-text{margin-bottom:0}.article-2 .hero{text-align:center}.article-2 .hero-text{max-width:800px;margin:0 auto 2rem}.article-2 .hero-image img{max-width:80%;margin:0 auto}.article-3 .hero{position:relative;min-height:60vh;display:flex;align-items:flex-end;justify-content:center;color:#fff;border-radius:32px;overflow:hidden;margin-bottom:3rem}.article-3 .hero-background{position:absolute;inset:0;z-index:-1}.article-3 .hero-background img{width:100%;height:100%;object-fit:cover;border-radius:0}.article-3 .hero-text{background:linear-gradient(transparent,rgb(10 26 63 / .9));padding:3rem;width:100%;text-align:center;margin-bottom:0}.article-3 .hero-text h1{color:#fff}.article-3 .hero-text p{color:rgb(255 255 255 / .9)}.article-3 .badge-time,.article-3 .badge-author{color:#fff;border-color:#fff}.article-4 .hero{display:block}.article-4 .hero-text{text-align:center;margin-bottom:2rem}.article-4 .hero-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.article-4 .hero-card{background:var(--light-bg);border-radius:28px;padding:2rem 1rem;text-align:center;box-shadow:var(--shadow-sm);border:var(--border-light);transition:0.3s}.article-4 .hero-card:hover{box-shadow:var(--shadow-hover)}.article-5 .hero{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start}.article-5 .hero-text{margin-bottom:0}.article-5 .hero-large img{width:100%;border-radius:20px}.article-6 .hero{display:flex;gap:3rem;align-items:center;background:var(--light-bg);border-radius:48px;padding:2.5rem;border:var(--border-light)}.article-6 .hero-text{flex:1;order:-1}.article-6 .hero-image{flex:1}.article-6 .hero-stats{display:flex;gap:2rem;margin-top:1.5rem}.article-6 .stat{text-align:center;font-weight:500;color:var(--navy);font-size:1.1rem}.article-7 .hero{display:grid;grid-template-columns:1.2fr 0.8fr;gap:2.5rem;align-items:center;margin-bottom:3rem}.article-7 .hero-quote{font-size:2rem;font-weight:300;line-height:1.3;border-left:6px solid var(--orange);padding-left:2rem;color:#0a1a3f}.article-7 .hero-text{margin-bottom:0}.article-8 .hero{display:block}.article-8 .hero-text{text-align:center;margin-bottom:2rem}.article-8 .hero-compare-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.article-8 .hero-compare{background:var(--light-bg);border-radius:28px;padding:2rem;text-align:center;border:var(--border-light);transition:0.3s}.article-8 .hero-compare:hover{box-shadow:var(--shadow-hover)}.blog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin:3rem 0}.blog-card{background:var(--light-bg);border-radius:28px;overflow:hidden;transition:transform 0.3s ease,box-shadow 0.3s ease;border:var(--border-light);text-decoration:none;color:inherit;display:block}.blog-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-hover)}.blog-card img{width:100%;height:200px;object-fit:cover;border-radius:28px 28px 0 0;transition:transform 0.4s ease}.blog-card:hover img{transform:scale(1.02)}.blog-card-content{padding:1.5rem}.blog-card-meta{font-size:.85rem;color:#5a6879;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.blog-card-meta i{color:var(--orange);font-size:.8rem}.blog-card h3{font-size:1.4rem;margin-bottom:.8rem;line-height:1.3}.blog-card p{color:#3e4a5c;margin-bottom:1rem;font-size:1rem}.blog-card .read-more{color:var(--orange);font-weight:500;display:flex;align-items:center;gap:.3rem;transition:gap 0.2s}.blog-card:hover .read-more{gap:.8rem}@media (max-width:700px){.container{padding:0 16px}.navbar{flex-direction:row;flex-wrap:wrap;justify-content:space-between;padding:.8rem 1rem}.logo img{height:35px}.nav-links{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.nav-links a{margin-right:0;font-size:.9rem}.nav-links .blog-link,.nav-links .btn-book{padding:.4rem 1rem}h1{font-size:2rem}h2{font-size:1.6rem}.article-1 .hero,.article-5 .hero,.article-6 .hero,.article-7 .hero{grid-template-columns:1fr}.article-5 .hero-text{order:-1}.article-6 .hero-text{order:-1}.article-7 .hero-text{order:-1}.article-8 .hero-text{order:-1}.article-6 .hero{flex-direction:column;text-align:center;padding:1.5rem}.article-6 .hero-stats{justify-content:center}.article-4 .hero-cards{grid-template-columns:1fr}.article-8 .hero-compare-grid{grid-template-columns:1fr}.author-links{display:flex;flex-wrap:wrap;gap:.5rem}.author-links a{margin-right:0}.cta-end .btn-secondary{margin-left:0;margin-top:1rem}.cta-end div{display:flex;flex-direction:column;align-items:center;gap:1rem}}