@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}
:root{
--primary:#0f2842;
--primary-light:#1a3a5c;
--accent:#2d7a6f;
--accent-light:#3d9a8e;
--bg:#f8f7f4;
--white:#ffffff;
--gray-50:#fafaf8;
--gray-100:#f0efeb;
--gray-200:#e4e2dc;
--gray-300:#c8c5bc;
--gray-400:#9a968a;
--gray-500:#6b6659;
--gray-600:#4a463c;
--gray-700:#2d2a24;
--text-primary:#1c1a16;
--text-secondary:#4a463c;
--text-muted:#6b6659;
--font-body:'DM Sans',sans-serif;
--font-heading:'Playfair Display',Georgia,serif;
--shadow-sm:0 1px 4px rgba(15,40,66,0.06);
--shadow-md:0 4px 16px rgba(15,40,66,0.08);
--shadow-lg:0 10px 36px rgba(15,40,66,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.7;-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.3px}
h2{font-size:1.9rem}
h3{font-size:1.4rem}
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-social{display:flex;gap:18px}
.topbar-social a,.topbar-social span{color:rgba(255,255,255,0.75);font-size:1rem;cursor:pointer;transition:color var(--transition)}
.topbar-social a:hover,.topbar-social span:hover{color:var(--accent-light)}
.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:72px}
.logo{font-family:var(--font-heading);font-size:1.6rem;font-weight:700;color:var(--primary);display:flex;align-items:center;gap:8px}
.logo img{height:40px;width:auto}
.logo span{color:var(--accent)}
.nav{display:flex;align-items:center;gap:4px}
.nav a{padding:10px 18px;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)}
.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)}
.hamburger.open span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.hamburger.open span:nth-child(2){opacity:0}
.hamburger.open span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
.mobile-menu{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:var(--white);z-index:2000;padding:28px;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:18px;border-bottom:1px solid var(--gray-200)}
.mobile-menu-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--primary);padding:4px}
.mobile-menu nav{display:flex;flex-direction:column;gap:6px}
.mobile-menu nav a{padding:14px 18px;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(145deg,var(--primary) 0%,var(--primary-light) 100%);overflow:hidden}
.hero::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 120'%3E%3Ccircle cx='25' cy='35' r='1.2' fill='rgba(45,122,111,0.12)'/%3E%3Ccircle cx='80' cy='25' r='0.9' fill='rgba(45,122,111,0.1)'/%3E%3Ccircle cx='55' cy='75' r='1' fill='rgba(45,122,111,0.08)'/%3E%3C/svg%3E");background-size:180px 180px;opacity:0.9}
.hero-content{position:relative;z-index:2;max-width:660px}
.hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(45,122,111,0.2);border:1px solid rgba(45,122,111,0.4);color:var(--accent-light);padding:8px 18px;border-radius:24px;font-size:0.83rem;font-weight:600;margin-bottom:22px}
.hero h1{color:var(--white);font-size:2.65rem;margin-bottom:18px;line-height:1.22}
.hero h1 span{color:var(--accent-light)}
.hero p{color:rgba(255,255,255,0.82);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.94rem;transition:all var(--transition);display:inline-flex;align-items:center;gap:8px;border:none;cursor:pointer}
.btn-primary:hover{background:var(--accent-light);color:var(--white);transform:translateY(-2px);box-shadow:0 8px 24px rgba(45,122,111,0.35)}
.btn-outline{background:transparent;color:var(--white);padding:14px 32px;border-radius:var(--radius-md);font-weight:700;font-size:0.94rem;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:12px}
.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-top: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,66,0.06),rgba(45,122,111,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:38px 0 16px;padding-left:18px;border-left:4px solid var(--accent)}
.article-flow h4{margin:26px 0 12px;color:var(--text-secondary)}
.article-flow p{font-size:0.98rem;line-height:1.82}
.article-flow ol{counter-reset:item;margin:18px 0 26px 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(--white);font-size:0.78rem;font-weight:700;display:flex;align-items:center;justify-content:center;font-family:var(--font-body)}
.article-flow ul{margin:18px 0 26px 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)}
.figure-block{margin:28px 0;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-md)}
.figure-block img{width:100%;height:auto;vertical-align:middle}
.figure-block figcaption{padding:14px 20px;background:var(--gray-100);font-size:0.88rem;color:var(--text-muted)}
.callout-box{background:linear-gradient(135deg,rgba(15,40,66,0.04),rgba(45,122,111,0.08));border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:26px 30px;margin:26px 0}
.callout-box h4{color:var(--primary);margin-bottom:10px;display:flex;align-items:center;gap:10px}
.callout-box h4 i{color:var(--accent)}
.callout-box p{margin-bottom:0;font-size:0.94rem}
.blog-list{display:flex;flex-direction:column;gap:26px}
.blog-item{display:flex;gap:26px;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:300px;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),var(--primary-light));color:var(--accent-light);font-size:2.5rem}
.blog-body{padding:26px 30px;display:flex;flex-direction:column;justify-content:center}
.blog-meta{display:flex;gap:18px;margin-bottom:10px;font-size:0.81rem;color:var(--text-muted)}
.blog-meta span{display:flex;align-items:center;gap:6px}
.blog-body h3{margin-bottom:10px;font-size:1.28rem}
.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:680px;margin:0 auto}
.step-item{display:flex;gap:24px;position:relative;padding-bottom:38px}
.step-item:last-child{padding-bottom:0}
.step-item::before{content:'';position:absolute;left:23px;top:50px;width:2px;height:calc(100% - 50px);background:var(--gray-200)}
.step-item:last-child::before{display:none}
.step-number{width:50px;height:50px;border-radius:50%;background:var(--primary);color:var(--accent-light);font-family:var(--font-heading);font-size:1.15rem;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}
.faq-item{background:var(--white);border-radius:var(--radius-md);padding:22px 26px;margin-bottom:14px;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:30px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}
.contact-info{display:flex;flex-direction:column;gap:22px}
.contact-card{background:var(--white);border-radius:var(--radius-md);padding:24px 26px;box-shadow:var(--shadow-sm);display:flex;align-items:flex-start;gap:18px}
.contact-card-icon{width:48px;height:48px;border-radius:var(--radius-md);background:var(--primary);color:var(--accent-light);display:flex;align-items:center;justify-content:center;font-size:1.15rem;flex-shrink:0}
.contact-card h4{margin-bottom:6px;font-size:1.02rem}
.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:400px}
.contact-map iframe{width:100%;height:100%;min-height:400px;border:none}
.cta-section{background:linear-gradient(145deg,var(--primary) 0%,var(--primary-light) 100%);padding:68px 0;text-align:center}
.cta-section h2{color:var(--white);margin-bottom:16px}
.cta-section p{color:rgba(255,255,255,0.75);max-width:540px;margin:0 auto 30px;font-size:1.02rem}
.footer{background:var(--gray-700);padding:50px 0 0;color:var(--gray-400)}
.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:42px;padding-bottom:38px;border-bottom:1px solid rgba(255,255,255,0.08)}
.footer-brand p{font-size:0.88rem;margin-top:14px;line-height:1.72;color:var(--gray-400)}
.footer-brand .logo{color:var(--white);margin-bottom:6px}
.footer h4{color:var(--gray-200);font-size:0.9rem;margin-bottom:18px;font-family:var(--font-body);text-transform:uppercase;letter-spacing:1.2px}
.footer-links{display:flex;flex-direction:column;gap:12px}
.footer-links a{color:var(--gray-400);font-size:0.88rem}
.footer-links a:hover{color:var(--accent-light)}
.footer-bottom{padding:22px 0;display:flex;justify-content:space-between;align-items:center;font-size:0.82rem;color:var(--gray-500)}
.footer-social{display:flex;gap:18px}
.footer-social a,.footer-social span{color:var(--gray-400);font-size:1.08rem;cursor:pointer}
.footer-social a:hover,.footer-social span: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:18px 0;z-index:9999;box-shadow:0 -4px 24px 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:22px}
.cookie-bar p{font-size:0.86rem;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:11px 26px;border-radius:var(--radius-md);font-weight:700;font-size:0.86rem;cursor:pointer;flex-shrink:0;transition:background var(--transition)}
.cookie-accept:hover{background:var(--accent-light)}
.breadcrumb{padding:16px 0;font-size:0.85rem;color:var(--text-muted)}
.breadcrumb a{color:var(--text-muted)}
.breadcrumb a:hover{color:var(--accent)}
.breadcrumb span{margin:0 10px;color:var(--gray-300)}
.page-header{background:var(--primary);padding:52px 0;text-align:center}
.page-header h1{color:var(--white);font-size:2.25rem;margin-bottom:12px}
.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:42px;align-items:start}
.sidebar{position:sticky;top:92px}
.sidebar-widget{background:var(--white);border-radius:var(--radius-lg);padding:26px;box-shadow:var(--shadow-sm);margin-bottom:22px}
.sidebar-widget h4{font-size:0.96rem;margin-bottom:14px;padding-bottom:12px;border-bottom:2px solid var(--gray-200)}
.sidebar-widget ul li{padding:10px 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.72rem}
.legal-content,.content-main{max-width:720px;margin:0 auto}
.legal-content h2,.content-main h2{margin-top:36px;margin-bottom:14px;font-size:1.5rem}
.legal-content h3,.content-main h3{margin-top:28px;margin-bottom:12px;font-size:1.25rem}
.legal-content p,.content-main p{font-size:0.95rem}
.err-page{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:48px 24px}
.err-page h1{font-size:6rem;line-height:1;color:var(--gray-300);margin-bottom:16px}
.err-page h2{margin-bottom:14px;font-size:1.5rem}
.err-page p{color:var(--text-muted);margin-bottom:24px;max-width:420px;margin-left:auto;margin-right:auto}
@media (max-width:1024px){
.features-grid{grid-template-columns:repeat(2,1fr)}
.contact-grid{grid-template-columns:1fr}
.content-wrapper{grid-template-columns:1fr}
.sidebar{position:static}
}
@media (max-width:768px){
.hero{min-height:440px;padding:48px 0}
.hero h1{font-size:2rem}
.hero p{font-size:1rem}
.features-grid{grid-template-columns:1fr}
.nav{display:none}
.hamburger{display:flex}
.blog-item{flex-direction:column}
.blog-thumb{width:100%;min-height:220px}
.footer-grid{grid-template-columns:1fr;gap:32px;text-align:center}
.footer-bottom{flex-direction:column;gap:14px;text-align:center}
.footer-social{justify-content:center}
.page-header h1{font-size:1.85rem}
.err-page h1{font-size:4rem}
}
@media (max-width:480px){
.container{padding:0 18px}
.section{padding:52px 0}
.hero h1{font-size:1.75rem}
.hero-actions{flex-direction:column}
.btn-primary,.btn-outline{width:100%;justify-content:center}
}
