@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Fraunces:opsz,wght@10..72,500;10..72,600;10..72,700&display=swap');
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
--primary:#0f2840;
--accent:#d4a03b;
--accent-light:#e8b85a;
--bg:#f8f7f4;
--white:#ffffff;
--gray-50:#fafaf8;
--gray-100:#eeede8;
--gray-200:#dddcd4;
--gray-300:#c4c2b6;
--gray-400:#8e8b7a;
--gray-500:#5c594d;
--gray-600:#3d3b32;
--gray-700:#28261f;
--gray-800:#1a1914;
--text-primary:#1c1a16;
--text-secondary:#45423a;
--text-muted:#726e63;
--font-body:'Plus Jakarta Sans',sans-serif;
--font-heading:'Fraunces',Georgia,serif;
--shadow-sm:0 1px 4px rgba(15,40,64,0.06);
--shadow-md:0 4px 14px rgba(15,40,64,0.08);
--shadow-lg:0 10px 34px rgba(15,40,64,0.12);
--radius-sm:6px;
--radius-md:10px;
--radius-lg:18px;
--max-width:1120px;
--transition:0.28s ease
}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--font-body);color:var(--text-primary);background:var(--bg);line-height:1.72;-webkit-font-smoothing:antialiased}
a{text-decoration:none;color:var(--primary);transition:color var(--transition)}
a:hover{color:var(--accent)}
img{max-width:100%;height:auto;display:block}
ul,ol{list-style:none}
h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.28;color:var(--primary)}
h1{font-size:2.35rem;letter-spacing:-0.4px}
h2{font-size:1.8rem}
h3{font-size:1.42rem}
h4{font-size:1.12rem}
p{margin-bottom:1rem;color:var(--text-secondary)}
.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 22px}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
.topbar{background:var(--primary);padding:10px 0;font-size:0.81rem;color:rgba(255,255,255,0.72)}
.topbar .container{display:flex;justify-content:space-between;align-items:center}
.topbar a{color:rgba(255,255,255,0.82);font-size:0.81rem}
.topbar a:hover{color:var(--accent-light)}
.topbar-social{display:flex;gap:18px}
.topbar-social a{font-size:1rem}
.header{background:var(--white);border-bottom:1px solid var(--gray-200);position:sticky;top:0;z-index:1000;transition:box-shadow var(--transition)}
.header.scrolled{box-shadow:var(--shadow-md)}
.header .container{display:flex;justify-content:space-between;align-items:center;height:70px}
.logo{font-family:var(--font-heading);font-size:1.6rem;font-weight:700;color:var(--primary)}
.logo span{color:var(--accent)}
.logo img{max-height:42px;width:auto}
.logo-fallback{display:none}
.logo.img-failed img{display:none}
.logo.img-failed .logo-fallback{display:inline}
.logo.img-failed .logo-fallback span{color:var(--accent)}
.nav{display:flex;align-items:center;gap:4px}
.nav a{padding:10px 16px;font-size:0.9rem;font-weight:600;border-radius:var(--radius-sm);transition:all var(--transition);color:var(--text-secondary)}
.nav a:hover,.nav a.active{color:var(--primary);background:var(--gray-100)}
.nav-cta{background:var(--accent);color:var(--white);padding:10px 24px;border-radius:var(--radius-md);font-weight:700;font-size:0.88rem;transition:all var(--transition);display:inline-block}
.nav-cta:hover{background:var(--accent-light);color:var(--white);transform:translateY(-2px)}
.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px}
.hamburger span{width:26px;height:2.5px;background:var(--primary);border-radius:2px;transition:all var(--transition)}
.mobile-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:var(--white);z-index:2000;padding:24px;flex-direction:column;overflow-y:auto}
.mobile-menu.open{display:flex}
.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;padding-bottom:16px;border-bottom:1px solid var(--gray-200)}
.mobile-menu-close{background:none;border:none;font-size:1.6rem;cursor:pointer;color:var(--primary);padding:4px}
.mobile-menu nav{display:flex;flex-direction:column;gap:4px}
.mobile-menu nav a{padding:14px 16px;font-size:1.05rem;font-weight:600;border-radius:var(--radius-md);color:var(--text-primary)}
.mobile-menu nav a:hover{background:var(--gray-100)}
.hero{position:relative;min-height:500px;display:flex;align-items:center;background:linear-gradient(138deg,var(--primary) 0%,#1a3a5c 100%);overflow:hidden}
.hero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120"><circle cx="25" cy="35" r="1.2" fill="rgba(212,160,59,0.1)"/><circle cx="75" cy="25" r="0.9" fill="rgba(212,160,59,0.08)"/><circle cx="55" cy="75" r="1" fill="rgba(212,160,59,0.09)"/><circle cx="90" cy="50" r="0.7" fill="rgba(212,160,59,0.06)"/></svg>');background-size:220px 220px}
.hero-content{position:relative;z-index:2;max-width:660px}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(212,160,59,0.18);border:1px solid rgba(212,160,59,0.35);color:var(--accent-light);padding:7px 18px;border-radius:24px;font-size:0.83rem;font-weight:600;margin-bottom:22px}
.hero h1{color:var(--white);font-size:2.7rem;margin-bottom:18px;line-height:1.22}
.hero h1 span{color:var(--accent-light)}
.hero p{color:rgba(255,255,255,0.8);font-size:1.08rem;line-height:1.78;margin-bottom:26px;max-width:560px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn-primary{background:var(--accent);color:var(--white);padding:14px 32px;border-radius:var(--radius-md);font-weight:700;font-size:0.95rem;transition:all var(--transition);display:inline-flex;align-items:center;gap:8px;border:2px solid var(--accent)}
.btn-primary:hover{background:var(--accent-light);border-color:var(--accent-light);color:var(--white);transform:translateY(-2px);box-shadow:0 8px 24px rgba(212,160,59,0.35)}
.btn-outline{background:transparent;color:var(--white);padding:14px 32px;border-radius:var(--radius-md);font-weight:700;font-size:0.95rem;transition:all var(--transition);display:inline-flex;align-items:center;gap:8px;border:2px solid rgba(255,255,255,0.35)}
.btn-outline:hover{border-color:var(--white);color:var(--white);transform:translateY(-2px)}
.section{padding:72px 0}
.section-alt{background:var(--white)}
.section-header{text-align:center;max-width:620px;margin:0 auto 50px}
.section-header h2{margin-bottom:14px}
.section-header p{color:var(--text-muted);font-size:1rem}
.section-label{display:inline-block;color:var(--accent);font-weight:700;font-size:0.8rem;text-transform:uppercase;letter-spacing:1.6px;margin-bottom:10px}
.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.feature-card{background:var(--white);border-radius:var(--radius-lg);padding:32px 28px;border-left:4px solid var(--accent);box-shadow:var(--shadow-sm);transition:all var(--transition)}
.feature-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}
.feature-icon{width:50px;height:50px;border-radius:var(--radius-md);background:linear-gradient(135deg,rgba(15,40,64,0.06),rgba(212,160,59,0.12));display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--accent);margin-bottom:18px}
.feature-card h4{margin-bottom:10px}
.feature-card p{font-size:0.92rem;margin-bottom:0;color:var(--text-muted)}
.article-flow{max-width:760px;margin:0 auto}
.article-flow h3{margin:34px 0 14px;padding-left:16px;border-left:3px solid var(--accent)}
.article-flow h4{margin:24px 0 12px;color:var(--text-secondary)}
.article-flow p{font-size:0.98rem;text-align:justify;line-height:1.82}
.article-flow ol{counter-reset:item;margin:16px 0 24px 0}
.article-flow ol li{counter-increment:item;padding:10px 0 10px 42px;position:relative;font-size:0.95rem;color:var(--text-secondary)}
.article-flow ol li::before{content:counter(item);position:absolute;left:0;top:10px;width:28px;height:28px;border-radius:50%;background:var(--primary);color:var(--accent-light);font-size:0.78rem;font-weight:700;display:flex;align-items:center;justify-content:center;font-family:var(--font-body)}
.article-flow ul{margin:16px 0 24px 0}
.article-flow ul li{padding:8px 0 8px 26px;position:relative;font-size:0.95rem;color:var(--text-secondary)}
.article-flow ul li::before{content:'';position:absolute;left:0;top:16px;width:8px;height:8px;border-radius:50%;background:var(--accent)}
.info-table{width:100%;border-collapse:collapse;margin:20px 0 28px;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-sm)}
.info-table th{background:var(--primary);color:var(--white);padding:14px 18px;text-align:left;font-size:0.88rem;font-weight:600;font-family:var(--font-body)}
.info-table td{padding:13px 18px;font-size:0.9rem;border-bottom:1px solid var(--gray-200);color:var(--text-secondary)}
.info-table tr:last-child td{border-bottom:none}
.info-table tr:nth-child(even) td{background:var(--gray-50)}
.callout-box{background:linear-gradient(135deg,rgba(15,40,64,0.04),rgba(212,160,59,0.08));border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:24px 28px;margin:24px 0}
.callout-box h4{color:var(--primary);margin-bottom:8px;display:flex;align-items:center;gap:10px}
.callout-box h4 i{color:var(--accent)}
.callout-box p{margin-bottom:0;font-size:0.93rem}
.blog-list{display:flex;flex-direction:column;gap:26px}
.blog-item{display:flex;gap:24px;background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:all var(--transition)}
.blog-item:hover{box-shadow:var(--shadow-lg);transform:translateY(-3px)}
.blog-thumb{width:280px;min-height:200px;background:var(--gray-200);flex-shrink:0;position:relative;overflow:hidden}
.blog-thumb img{width:100%;height:100%;object-fit:cover}
.blog-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary),#1a3a5c);color:var(--accent);font-size:2.5rem}
.blog-body{padding:24px 28px;display:flex;flex-direction:column;justify-content:center}
.blog-meta{display:flex;gap:16px;margin-bottom:10px;font-size:0.8rem;color:var(--text-muted)}
.blog-meta span{display:flex;align-items:center;gap:5px}
.blog-body h3{margin-bottom:10px;font-size:1.26rem}
.blog-body h3 a{color:var(--primary)}
.blog-body h3 a:hover{color:var(--accent)}
.blog-body p{font-size:0.9rem;color:var(--text-muted);margin-bottom:14px}
.blog-read{color:var(--accent);font-weight:700;font-size:0.88rem;display:inline-flex;align-items:center;gap:6px}
.blog-read:hover{color:var(--primary)}
.steps-timeline{max-width:700px;margin:0 auto}
.step-item{display:flex;gap:24px;position:relative;padding-bottom:36px}
.step-item:last-child{padding-bottom:0}
.step-item::before{content:'';position:absolute;left:23px;top:48px;width:2px;height:calc(100% - 48px);background:var(--gray-200)}
.step-item:last-child::before{display:none}
.step-number{width:48px;height:48px;border-radius:50%;background:var(--primary);color:var(--accent-light);font-family:var(--font-heading);font-size:1.1rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:2}
.step-content h4{margin-bottom:6px;margin-top:4px}
.step-content p{font-size:0.93rem;color:var(--text-muted);margin-bottom:0}
.tabs{display:flex;gap:4px;margin-bottom:32px;flex-wrap:wrap;border-bottom:2px solid var(--gray-200);padding-bottom:0}
.tab-btn{padding:12px 24px;background:none;border:none;font-family:var(--font-body);font-size:0.92rem;font-weight:600;color:var(--text-muted);cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;transition:all var(--transition)}
.tab-btn:hover{color:var(--primary)}
.tab-btn.active{color:var(--primary);border-bottom-color:var(--accent)}
.tab-panel{display:none}
.tab-panel.active{display:block}
.faq-item{background:var(--white);border-radius:var(--radius-md);padding:20px 24px;margin-bottom:12px;box-shadow:var(--shadow-sm)}
.faq-item h4{color:var(--primary);margin-bottom:10px;display:flex;align-items:flex-start;gap:10px;font-size:1.05rem}
.faq-item h4 i{color:var(--accent);margin-top:3px;flex-shrink:0}
.faq-item p{font-size:0.92rem;color:var(--text-muted);margin-bottom:0;padding-left:28px}
.about-timeline{max-width:700px;margin:0 auto}
.timeline-item{position:relative;padding-left:48px;padding-bottom:36px}
.timeline-item::before{content:'';position:absolute;left:11px;top:8px;width:2px;height:100%;background:var(--gray-200)}
.timeline-item:last-child::before{height:0}
.timeline-dot{position:absolute;left:0;top:4px;width:24px;height:24px;border-radius:50%;background:var(--accent);border:4px solid var(--bg)}
.timeline-item h4{margin-bottom:6px}
.timeline-item p{font-size:0.93rem;color:var(--text-muted);margin-bottom:0}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:36px}
.contact-info{display:flex;flex-direction:column;gap:20px}
.contact-card{background:var(--white);border-radius:var(--radius-md);padding:22px 24px;box-shadow:var(--shadow-sm);display:flex;align-items:flex-start;gap:16px}
.contact-card-icon{width:44px;height:44px;border-radius:var(--radius-md);background:var(--primary);color:var(--accent-light);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}
.contact-card h4{margin-bottom:4px;font-size:1rem}
.contact-card p{font-size:0.9rem;color:var(--text-muted);margin-bottom:0}
.contact-card a{color:var(--accent);font-weight:600}
.contact-map{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md);min-height:380px}
.contact-map iframe{width:100%;height:100%;min-height:380px;border:none}
.cta-section{background:linear-gradient(138deg,var(--primary) 0%,#1a3a5c 100%);padding:64px 0;text-align:center}
.cta-section h2{color:var(--white);margin-bottom:14px}
.cta-section p{color:rgba(255,255,255,0.72);max-width:540px;margin:0 auto 28px;font-size:1.02rem}
.footer{background:var(--gray-800);padding:48px 0 0;color:var(--gray-400)}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px;padding-bottom:36px;border-bottom:1px solid rgba(255,255,255,0.08)}
.footer-brand p{font-size:0.88rem;margin-top:12px;line-height:1.7;color:var(--gray-400)}
.footer-brand .logo{color:var(--white);margin-bottom:4px}
.footer h4{color:var(--gray-200);font-size:0.9rem;margin-bottom:16px;font-family:var(--font-body);text-transform:uppercase;letter-spacing:1px}
.footer-links{display:flex;flex-direction:column;gap:10px}
.footer-links a{color:var(--gray-400);font-size:0.88rem}
.footer-links a:hover{color:var(--accent-light)}
.footer-bottom{padding:20px 0;display:flex;justify-content:space-between;align-items:center;font-size:0.82rem;color:var(--gray-500)}
.footer-social{display:flex;gap:16px}
.footer-social a{color:var(--gray-400);font-size:1.05rem}
.footer-social a:hover{color:var(--accent-light)}
.cookie-bar{position:fixed;bottom:0;left:0;width:100%;background:var(--primary);color:rgba(255,255,255,0.88);padding:16px 0;z-index:9999;box-shadow:0 -4px 20px rgba(0,0,0,0.2);display:none}
.cookie-bar.show{display:block}
.cookie-bar .container{display:flex;justify-content:space-between;align-items:center;gap:20px}
.cookie-bar p{font-size:0.85rem;margin-bottom:0;color:rgba(255,255,255,0.82)}
.cookie-bar p a{color:var(--accent-light);text-decoration:underline}
.cookie-accept{background:var(--accent);color:var(--white);border:none;padding:10px 24px;border-radius:var(--radius-md);font-weight:700;font-size:0.85rem;cursor:pointer;flex-shrink:0;transition:background var(--transition)}
.cookie-accept:hover{background:var(--accent-light)}
.breadcrumb{padding:14px 0;font-size:0.84rem;color:var(--text-muted)}
.breadcrumb a{color:var(--text-muted)}
.breadcrumb a:hover{color:var(--accent)}
.breadcrumb span{margin:0 8px;color:var(--gray-300)}
.page-header{background:var(--primary);padding:48px 0;text-align:center}
.page-header h1{color:var(--white);font-size:2.15rem;margin-bottom:10px}
.page-header p{color:rgba(255,255,255,0.68);font-size:1rem;max-width:520px;margin:0 auto}
.content-wrapper{display:grid;grid-template-columns:1fr 300px;gap:40px;align-items:start}
.sidebar{position:sticky;top:90px}
.sidebar-widget{background:var(--white);border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow-sm);margin-bottom:20px}
.sidebar-widget h4{font-size:0.95rem;margin-bottom:14px;padding-bottom:10px;border-bottom:2px solid var(--gray-200)}
.sidebar-widget ul li{padding:8px 0;border-bottom:1px solid var(--gray-100)}
.sidebar-widget ul li:last-child{border-bottom:none}
.sidebar-widget ul li a{font-size:0.88rem;color:var(--text-secondary);display:flex;align-items:center;gap:8px}
.sidebar-widget ul li a:hover{color:var(--accent)}
.sidebar-widget ul li a i{color:var(--accent);font-size:0.7rem}
.sidebar-cta{background:var(--primary);border-radius:var(--radius-lg);padding:28px 24px;text-align:center}
.sidebar-cta h4{color:var(--white);margin-bottom:10px;font-size:1.05rem}
.sidebar-cta p{color:rgba(255,255,255,0.68);font-size:0.85rem;margin-bottom:16px}
.legal-content{max-width:800px;margin:0 auto}
.legal-content h2{font-size:1.5rem;margin:32px 0 14px;padding-bottom:8px;border-bottom:1px solid var(--gray-200)}
.legal-content h3{margin:24px 0 10px;font-size:1.2rem}
.legal-content p{font-size:0.93rem;line-height:1.85}
.legal-content ul{margin:12px 0 20px 20px}
.legal-content ul li{padding:4px 0;font-size:0.92rem;color:var(--text-secondary);list-style:disc}
.error-page{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:40px 20px}
.error-page h1{font-size:6rem;color:var(--accent);margin-bottom:8px}
.error-page h2{margin-bottom:12px}
.error-page p{color:var(--text-muted);margin-bottom:24px}
.img-placeholder{background:var(--gray-200);border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:var(--gray-400);font-size:2rem;min-height:220px;margin:20px 0}
.hero-img-wrap{position:absolute;right:5%;top:50%;transform:translateY(-50%);width:min(380px,42%);max-height:400px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}
.hero-img-wrap img{width:100%;height:100%;object-fit:cover}
@media (max-width:992px){
.features-grid{grid-template-columns:repeat(2,1fr)}
.content-wrapper{grid-template-columns:1fr}
.sidebar{position:static}
.contact-grid{grid-template-columns:1fr}
.footer-grid{grid-template-columns:1fr 1fr}
.hero h1{font-size:2.15rem}
.hero-img-wrap{display:none}
}
@media (max-width:768px){
.nav{display:none}
.hamburger{display:flex}
.features-grid{grid-template-columns:1fr}
.hero{min-height:420px}
.hero h1{font-size:1.85rem}
.hero p{font-size:0.98rem}
.hero-actions{flex-direction:column}
.blog-item{flex-direction:column}
.blog-thumb{width:100%;min-height:180px}
.section{padding:50px 0}
.footer-grid{grid-template-columns:1fr}
.footer-bottom{flex-direction:column;gap:12px;text-align:center}
.cookie-bar .container{flex-direction:column;text-align:center}
h1{font-size:1.85rem}
h2{font-size:1.5rem}
.topbar{display:none}
.page-header{padding:32px 0}
.page-header h1{font-size:1.7rem}
}
@media (max-width:480px){
.container{padding:0 16px}
.hero{min-height:360px}
.hero h1{font-size:1.6rem}
.step-item{gap:16px}
.tabs{gap:0}
.tab-btn{padding:10px 14px;font-size:0.82rem}
}
