body{font-family:'Roboto',sans-serif;font-size:17px;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;word-break:break-word;overflow-wrap:break-word;overflow-x:hidden;background:#fff;color:#111}
::selection{background:linear-gradient(90deg,#C73F26,#1B6434);color:#fff}
.page-hd{background:#fff;border-bottom:1px solid #e0e0e0;width:100%;box-sizing:border-box;overflow:hidden}
.hd-inner{max-width:1366px;margin:0 auto;padding:0 24px;box-sizing:border-box}
.hd-brand-row{display:flex;justify-content:center;align-items:center;padding:20px 0 14px}
.logo-holder{display:inline-flex;align-items:center;justify-content:center;border:1px solid #ccc;box-shadow:0 0 0 3px #ffffffe6 0 2px 8px #c73f261f;background:#fff;padding:4px;border-radius:4px;text-decoration:none;z-index:10;position:relative}
.logo-holder img{display:block;width:44px;height:44px;object-fit:contain}
.hd-nav-row{display:flex;justify-content:center;align-items:center;padding:0 0 16px}
.main-nv{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:0;list-style:none;margin:0;padding:0}
.main-nv li{position:relative}
.main-nv li a{display:block;font-family:'Roboto',sans-serif;font-size:15px;font-weight:700;color:#111;text-decoration:none;padding:8px 20px;letter-spacing:0;transition:color 200ms ease-in-out,background 200ms ease-in-out;white-space:nowrap;border-radius:20px;z-index:10;position:relative}
.main-nv li a:hover{color:#C73F26;background:#E9F0FF}
.main-nv li a.active{color:#C73F26}
.main-nv li + li::before{content:'';display:inline-block;width:1px;height:14px;background:#ccc;vertical-align:middle;margin:0 2px}
.page-ft{background:#f7f7f7;border-top:1px solid #e0e0e0;width:100%;box-sizing:border-box;overflow:hidden}
.ft-inner{max-width:1366px;margin:0 auto;padding:20px 24px;box-sizing:border-box;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}
.ft-brand-holder{display:flex;flex-direction:column;align-items:flex-start;gap:6px}
.ft-logo-holder{display:inline-flex;align-items:center;justify-content:center;border:1px solid #ccc;box-shadow:0 0 0 2px #ffffffe6 0 2px 6px #1b64341a;background:#fff;padding:4px;border-radius:4px;text-decoration:none;z-index:10;position:relative}
.ft-logo-holder img{display:block;width:36px;height:36px;object-fit:contain}
.ft-tagline{font-family:'Alegreya',serif;font-size:13px;color:#555;margin:0;padding:0}
.ft-center-holder{display:flex;flex-wrap:wrap;align-items:center;gap:0;list-style:none;margin:0;padding:0}
.ft-center-holder li a{display:block;font-family:'Roboto',sans-serif;font-size:14px;color:#333;text-decoration:none;padding:4px 14px;transition:color 200ms ease-in-out;white-space:nowrap}
.ft-center-holder li a:hover{color:#C73F26}
.ft-center-holder li + li{border-left:1px solid #ccc}
.ft-contact-holder{display:flex;flex-direction:column;align-items:flex-end;gap:4px}
.ft-contact-holder a{font-family:'Roboto',sans-serif;font-size:14px;color:#333;text-decoration:none;transition:color 200ms ease-in-out}
.ft-contact-holder a:hover{color:#C73F26}
.ft-copy{font-family:'Roboto',sans-serif;font-size:13px;color:#888;margin:0}
.ft-bottom-row{max-width:1366px;margin:0 auto;padding:10px 24px 16px;box-sizing:border-box;border-top:1px solid #e8e8e8;display:flex;justify-content:center}
.cookie-popup-holder{position:fixed;right:24px;top:50%;transform:translateY(-50%);z-index:9999;width:320px;background:#fff;border:1px solid #e0e0e0;box-shadow:4px 4px 20px #c73f261a -2px -2px 8px #fffc inset,0 2px 8px #00000014 inset;border-radius:8px;padding:20px;box-sizing:border-box}
.cookie-popup-holder[data-visible="false"]{display:none}
.cookie-popup-title{font-family:'Alegreya',serif;font-size:18px;font-weight:700;color:#111;margin:0 0 10px}
.cookie-popup-desc{font-family:'Roboto',sans-serif;font-size:14px;color:#444;margin:0 0 14px;line-height:1.4}
.cookie-categories-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}
.cookie-cat-card{background:#f7f7f7;border:1px solid #e0e0e0;border-radius:6px;padding:10px 8px;display:flex;flex-direction:column;gap:6px}
.cookie-cat-label{font-family:'Roboto',sans-serif;font-size:12px;font-weight:700;color:#222}
.cookie-toggle-wrap{display:flex;align-items:center;gap:6px}
.cookie-toggle{appearance:none;-webkit-appearance:none;width:34px;height:18px;background:#ccc;border-radius:9px;position:relative;cursor:pointer;transition:background 200ms ease-in-out;flex-shrink:0}
.cookie-toggle:checked{background:#1B6434}
.cookie-toggle::after{content:'';position:absolute;top:2px;left:2px;width:14px;height:14px;background:#fff;border-radius:50%;transition:left 200ms ease-in-out}
.cookie-toggle:checked::after{left:18px}
.cookie-toggle:disabled{opacity:.6;cursor:not-allowed}
.cookie-toggle-status{font-family:'Roboto',sans-serif;font-size:11px;color:#666}
.cookie-actions-row{display:flex;flex-wrap:wrap;gap:8px}
.bt-cookie-accept{flex:1;font-family:'Roboto',sans-serif;font-size:13px;font-weight:700;color:#fff;background:#1B6434;border:none;border-radius:20px;padding:8px 14px;cursor:pointer;text-transform:lowercase;transition:background 200ms ease-in-out;z-index:10;position:relative}
.bt-cookie-accept:hover{background:#155228}
.bt-cookie-decline{flex:1;font-family:'Roboto',sans-serif;font-size:13px;font-weight:700;color:#333;background:#f0f0f0;border:1px solid #ccc;border-radius:20px;padding:8px 14px;cursor:pointer;text-transform:lowercase;transition:background 200ms ease-in-out;z-index:10;position:relative}
.bt-cookie-decline:hover{background:#e0e0e0}
.bt-cookie-optout{width:100%;font-family:'Roboto',sans-serif;font-size:12px;font-weight:400;color:#C73F26;background:transparent;border:1px solid #C73F26;border-radius:20px;padding:6px 14px;cursor:pointer;text-transform:lowercase;transition:background 200ms ease-in-out,color 200ms ease-in-out;z-index:10;position:relative}
.bt-cookie-optout:hover{background:#C73F26;color:#fff}
@media (max-width: 768px) {
.ft-inner{flex-direction:column;align-items:center;text-align:center}
.ft-brand-holder{align-items:center}
.ft-contact-holder{align-items:center}
.ft-center-holder{justify-content:center}
.cookie-popup-holder{right:12px;left:12px;width:auto;top:auto;bottom:16px;transform:none}
}
@media (max-width: 480px) {
.hd-inner{padding:0 12px}
.main-nv li a{padding:7px 12px;font-size:14px}
.ft-inner{padding:16px 12px}
.ft-bottom-row{padding:10px 12px 14px}
}
.policy-section{max-width:860px;margin:0 auto;padding:60px 24px;color:#1a1a1a;font-size:17px;line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}
.policy-section h1{font-size:2.6em;line-height:1.15;margin:0 0 28px;color:#111;letter-spacing:0}
.policy-section h2{font-size:1.7em;line-height:1.2;margin:48px 0 16px;color:#111;padding-bottom:8px;border-bottom:2px solid #E9F0FF}
.policy-section h3{font-size:1.3em;line-height:1.25;margin:36px 0 12px;color:#1a1a1a}
.policy-section h4{font-size:1.1em;line-height:1.3;margin:28px 0 10px;color:#1a1a1a}
.policy-section h5{font-size:1em;line-height:1.3;margin:24px 0 8px;color:#333;text-transform:uppercase;letter-spacing:.04em}
.policy-section h6{font-size:.9em;line-height:1.3;margin:20px 0 8px;color:#444}
.policy-section p{margin:0 0 18px;color:#2a2a2a;max-width:72ch}
.policy-section p:last-child{margin-bottom:0}
.policy-section ul{margin:0 0 20px;padding-left:24px;list-style-type:disc}
.policy-section ol{margin:0 0 20px;padding-left:24px;list-style-type:decimal}
.policy-section li{margin-bottom:8px;color:#2a2a2a;line-height:1.4;padding-left:4px}
.policy-section li:last-child{margin-bottom:0}
.policy-section ul ul,.policy-section ol ol,.policy-section ul ol,.policy-section ol ul{margin-top:8px;margin-bottom:0}
.policy-section a{color:#C73F26;text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px;transition:color 200ms ease-in-out,text-decoration-color 200ms ease-in-out}
.policy-section a:hover{color:#a33520;text-decoration-color:#a33520}
.policy-section a:visited{color:#1B6434}
.policy-section a:focus-visible{outline:2px solid #C73F26;outline-offset:2px;border-radius:2px}
.policy-section table{width:100%;border-collapse:collapse;margin:0 0 28px;font-size:.95em;display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.policy-section thead{background-color:#E9F0FF}
.policy-section tbody tr{border-bottom:1px solid #e5e5e5;transition:background-color 200ms ease-in-out}
.policy-section tbody tr:hover{background-color:#f9f9f9}
.policy-section tbody tr:last-child{border-bottom:none}
.policy-section th{padding:12px 16px;text-align:left;font-weight:700;color:#111;font-size:.9em;text-transform:uppercase;letter-spacing:.03em;border-bottom:2px solid #d0d8f0;white-space:nowrap}
.policy-section td{padding:11px 16px;color:#2a2a2a;vertical-align:top;line-height:1.4}
.policy-section tr:first-child td{padding-top:14px}
.policy-section hr{border:none;border-top:1px solid #e0e0e0;margin:40px 0;height:0;overflow:visible}
.policy-section div{max-width:100%;overflow-x:hidden}
::selection{background:linear-gradient(90deg,#C73F26,#1B6434);color:#fff}
.policy-section p::selection,.policy-section li::selection,.policy-section td::selection,.policy-section th::selection,.policy-section h1::selection,.policy-section h2::selection,.policy-section h3::selection,.policy-section h4::selection,.policy-section h5::selection,.policy-section h6::selection,.policy-section a::selection{background:#C73F26;color:#fff}
@media screen and (max-width: 768px) {
.policy-section{padding:40px 20px;font-size:16px}
.policy-section h1{font-size:2em}
.policy-section h2{font-size:1.45em;margin-top:36px}
.policy-section h3{font-size:1.2em}
.policy-section th,.policy-section td{padding:10px 12px}
}
@media screen and (max-width: 480px) {
.policy-section{padding:32px 16px;font-size:15px}
.policy-section h1{font-size:1.75em}
.policy-section h2{font-size:1.3em;margin-top:28px}
.policy-section h3{font-size:1.1em}
.policy-section ul,.policy-section ol{padding-left:20px}
.policy-section th,.policy-section td{padding:8px 10px;font-size:.88em}
}
@media screen and (max-width: 320px) {
.policy-section{padding:24px 12px}
.policy-section h1{font-size:1.5em}
}
.post-pg{display:block;width:100%;max-width:1366px;margin:0 auto;overflow-x:hidden;background:#fff}
.post-pg ::selection{background:linear-gradient(135deg,#C73F26,#1B6434);color:#fff}
.post-pg .title-mosaic{position:relative;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto;gap:4px;padding:0;border:2px solid #111;outline:6px solid #fff;outline-offset:-10px;overflow:hidden;min-height:420px}
.post-pg .title-mosaic .mosaic-main-img{grid-column:1 / 3;grid-row:1 / 3;position:relative;overflow:hidden}
.post-pg .title-mosaic .mosaic-main-img img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/9;display:block;animation:color-wash 8s ease-in-out infinite alternate}
@keyframes color-wash {
0%{filter:saturate(1) brightness(1)}
50%{filter:saturate(1.4) brightness(1.05) hue-rotate(10deg)}
100%{filter:saturate(0.8) brightness(0.95) hue-rotate(-8deg)}
}
.post-pg .title-mosaic .mosaic-text-block{grid-column:3 / 4;grid-row:1 / 3;background:#111;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;padding:32px 24px}
.post-pg .title-mosaic .mosaic-text-block .post-cat-tag{display:inline-block;background:#C73F26;color:#fff;font-size:11px;letter-spacing:.12em;padding:4px 10px;border-radius:20px;margin-bottom:16px;text-transform:uppercase;width:fit-content}
.post-pg .title-mosaic .mosaic-text-block h1{font-size:26px;line-height:1.4;color:#fff;text-shadow:2px 2px 0 #C73F26;margin:0 0 20px}
.post-pg .title-mosaic .mosaic-meta-bar{grid-column:1 / 3;background:#E9F0FF;display:flex;align-items:center;gap:24px;padding:14px 24px;border-top:2px solid #111}
.post-pg .title-mosaic .mosaic-meta-bar .meta-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#333}
.post-pg .title-mosaic .mosaic-meta-bar .meta-item .i-icon{font-size:15px;color:#1B6434}
.post-pg .post-layout-holder{display:grid;grid-template-columns:220px 1fr;gap:40px;padding:60px 40px;align-items:start}
.post-pg .post-sidebar{position:sticky;top:24px}
.post-pg .post-sidebar .sidebar-toc-block{border:1px solid #ddd;border-top:3px solid #C73F26;padding:20px;margin-bottom:24px}
.post-pg .post-sidebar .sidebar-toc-block .toc-label{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:#888;margin-bottom:12px;display:block}
.post-pg .post-sidebar .sidebar-toc-block ul{list-style:none;padding:0;margin:0}
.post-pg .post-sidebar .sidebar-toc-block ul li{border-bottom:1px solid #eee;padding:8px 0}
.post-pg .post-sidebar .sidebar-toc-block ul li:last-child{border-bottom:none}
.post-pg .post-sidebar .sidebar-toc-block ul li a{font-size:13px;color:#333;text-decoration:none;line-height:1.4;transition:color 200ms ease-in-out}
.post-pg .post-sidebar .sidebar-toc-block ul li a:hover{color:#C73F26}
.post-pg .post-sidebar .sidebar-nav-btn{display:block;width:100%;padding:10px 16px;background:#1B6434;color:#fff;text-align:center;text-decoration:none;border-radius:20px;font-size:13px;letter-spacing:.08em;transition:background 200ms ease-in-out,box-shadow 200ms ease-in-out;z-index:10;position:relative}
.post-pg .post-sidebar .sidebar-nav-btn:hover{background:#C73F26;box-shadow:0 6px 16px #c73f264d}
.post-pg .post-content-main{min-width:0}
.post-pg .post-content-main .article-body p{font-size:17px;line-height:1.4;color:#222;margin:0 0 20px}
.post-pg .post-content-main .article-body h2{font-size:26px;color:#111;text-shadow:1px 1px 0 #c73f2640;margin:40px 0 16px;line-height:1.4}
.post-pg .post-content-main .article-body h3{font-size:20px;color:#111;text-shadow:1px 1px 0 #1b643433;margin:30px 0 12px;line-height:1.4}
.post-pg .post-content-main .article-body h4{font-size:17px;color:#111;margin:24px 0 10px;line-height:1.4}
.post-pg .post-content-main .article-body strong{color:#111}
.post-pg .post-content-main .article-body ul,.post-pg .post-content-main .article-body ol{padding-left:20px;margin:0 0 20px}
.post-pg .post-content-main .article-body ul li,.post-pg .post-content-main .article-body ol li{font-size:17px;line-height:1.4;color:#222;border-bottom:1px solid #eee;padding:6px 0;list-style:none}
.post-pg .post-content-main .article-body ul li::before{content:"—";color:#C73F26;margin-right:8px}
.post-pg .post-content-main .article-body ol{counter-reset:ol-ct}
.post-pg .post-content-main .article-body ol li{counter-increment:ol-ct}
.post-pg .post-content-main .article-body ol li::before{content:counter(ol-ct) ".";color:#1B6434;margin-right:8px;font-weight:700}
.post-pg .post-content-main .article-body blockquote{border-left:4px solid #C73F26;background:#E9F0FF;padding:20px 24px;margin:28px 0;color:#222;font-size:17px;line-height:1.4}
.post-pg .post-content-main .article-body blockquote cite{display:block;margin-top:10px;font-size:13px;color:#888}
.post-pg .post-content-main .article-body figure{margin:28px 0}
.post-pg .post-content-main .article-body figure img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block}
.post-pg .post-content-main .article-body figcaption{font-size:13px;color:#777;padding:8px 0;border-bottom:1px solid #eee}
.post-pg .post-content-main .article-body table{width:100%;border-collapse:collapse;margin:28px 0;font-size:15px}
.post-pg .post-content-main .article-body table caption{text-align:left;font-size:13px;color:#888;margin-bottom:8px}
.post-pg .post-content-main .article-body table tr{border-bottom:1px solid #eee}
.post-pg .post-content-main .article-body table tr:first-child{background:#111;color:#fff}
.post-pg .post-content-main .article-body table td{padding:10px 14px;line-height:1.4}
.post-pg .post-footer-strip{width:100%;height:8px;background:linear-gradient(135deg,#1B6434,transparent);display:block}
.post-pg .post-engage-bar{display:flex;align-items:center;gap:12px;padding:20px 40px;border-top:1px solid #eee;border-bottom:1px solid #eee;margin-bottom:60px}
.post-pg .post-engage-bar .engage-stat{display:flex;align-items:center;gap:6px;font-size:14px;color:#555}
.post-pg .post-engage-bar .engage-stat .i-icon{font-size:16px;color:#C73F26}
.post-pg .post-engage-bar .engage-divider{width:1px;height:20px;background:#ddd}
.post-pg .back-to-blog-btn{display:inline-block;padding:11px 28px;background:#C73F26;color:#fff;text-decoration:none;border-radius:20px;font-size:14px;letter-spacing:.08em;transition:background 200ms ease-in-out,box-shadow 200ms ease-in-out;z-index:10;position:relative;margin-left:auto}
.post-pg .back-to-blog-btn:hover{background:#1B6434;box-shadow:0 8px 20px #1b643447}
@media (max-width: 1024px) {
.post-pg .post-layout-holder{grid-template-columns:1fr;padding:40px 24px}
.post-pg .post-sidebar{position:static}
.post-pg .title-mosaic{grid-template-columns:1fr 1fr;min-height:320px}
.post-pg .title-mosaic .mosaic-main-img{grid-column:1 / 2;grid-row:1 / 2}
.post-pg .title-mosaic .mosaic-text-block{grid-column:2 / 3;grid-row:1 / 2}
.post-pg .title-mosaic .mosaic-meta-bar{grid-column:1 / 3}
}
@media (max-width: 768px) {
.post-pg .title-mosaic{grid-template-columns:1fr;min-height:auto}
.post-pg .title-mosaic .mosaic-main-img{grid-column:1 / 2;grid-row:1 / 2}
.post-pg .title-mosaic .mosaic-text-block{grid-column:1 / 2;grid-row:2 / 3;padding:24px 20px}
.post-pg .title-mosaic .mosaic-meta-bar{grid-column:1 / 2;flex-wrap:wrap;gap:12px}
.post-pg .post-engage-bar{padding:20px 24px;flex-wrap:wrap}
.post-pg .back-to-blog-btn{margin-left:0}
.post-pg .title-mosaic .mosaic-text-block h1{font-size:20px}
}
@media (max-width: 480px) {
.post-pg .post-layout-holder{padding:32px 16px}
.post-pg .post-engage-bar{padding:16px}
}
.mc-page{background:#fff;color:#1a1a1a;max-width:1366px;margin:0 auto;overflow-x:hidden;-webkit-font-smoothing:antialiased}
.mc-page ::selection{background:linear-gradient(135deg,#C73F26,#1B6434);color:#fff}
.title-block{padding:60px 40px 40px;display:grid;grid-template-columns:3fr 1fr;gap:24px;align-items:end;position:relative;overflow:hidden}
.title-block::before{content:"";position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(135deg,#1B6434,transparent)}
.title-block-text{position:relative;padding-top:24px}
.title-block-label{display:inline-block;background:#E9F0FF;color:#1a1a1a;font-size:13px;letter-spacing:.08em;padding:4px 12px;margin-bottom:20px;border-radius:20px}
.title-block-text .mc-h1{font-size:52px;font-weight:800;line-height:1.4;margin:0 0 16px;text-shadow:2px 2px 0 #c73f261f}
.title-block-text .mc-tagline{font-size:17px;line-height:1.4;color:#444;max-width:560px;margin:0 0 28px}
.title-block-links{display:flex;gap:12px;flex-wrap:wrap}
.btn-primary-mc{background:#C73F26;color:#fff;border:none;padding:12px 28px;border-radius:40px;font-size:15px;letter-spacing:.06em;cursor:pointer;text-decoration:none;display:inline-block;transition:all 200ms ease-in-out;box-shadow:0 6px 18px #c73f2647;z-index:2;position:relative}
.btn-primary-mc:hover{background:#a83320;box-shadow:0 8px 22px #c73f2661}
.btn-secondary-mc{background:transparent;color:#1B6434;border:2px solid #1B6434;padding:11px 28px;border-radius:40px;font-size:15px;letter-spacing:.06em;cursor:pointer;text-decoration:none;display:inline-block;transition:all 200ms ease-in-out;z-index:2;position:relative}
.btn-secondary-mc:hover{background:#1B6434;color:#fff}
.title-block-img-holder{position:relative;align-self:stretch;min-height:260px;opacity:0;animation:img-fade-in 700ms ease-in-out 300ms forwards}
@keyframes img-fade-in {
from{opacity:0;transform:translateY(16px)}
to{opacity:1;transform:translateY(0)}
}
.title-block-img-holder img{width:100%;height:100%;object-fit:cover;aspect-ratio:16/9;display:block;box-shadow:4px 8px 20px #1b643438;border:3px solid #1a1a1a}
.torn-divider{width:100%;overflow:hidden;line-height:0;margin:0}
.torn-divider svg{display:block;width:100%}
.mc-section{padding:60px 40px}
.mc-section-bg-fixed{background:#f7f7f7;background-attachment:fixed;background-image:linear-gradient(135deg,#E9F0FF 0%,transparent 60%);position:relative;overflow:hidden}
.mc-section-bg-fixed .bg-num{position:absolute;right:40px;top:20px;font-size:160px;font-weight:900;color:#c73f260d;line-height:1;pointer-events:none;user-select:none}
.section-inner-2col{display:grid;grid-template-columns:3fr 1fr;gap:24px;max-width:1366px}
.mc-h2{font-size:36px;font-weight:800;line-height:1.4;margin:0 0 20px;text-shadow:1px 1px 0 #1b64341a}
.mc-h3{font-size:22px;font-weight:700;line-height:1.4;margin:0 0 14px}
.mc-body-text{font-size:17px;line-height:1.4;color:#333;margin:0 0 16px}
.mc-body-text:last-child{margin-bottom:0}
.module-list{list-style:none;padding:0;margin:0}
.module-list li{font-size:17px;line-height:1.4;color:#333;padding:12px 0;border-bottom:1px solid #e0e0e0;display:flex;align-items:flex-start;gap:10px}
.module-list li:last-child{border-bottom:none}
.module-list li .lnum{font-size:13px;font-weight:700;background:#C73F26;color:#fff;border-radius:20px;padding:2px 9px;flex-shrink:0;margin-top:2px;letter-spacing:.04em}
.sidebar-card{background:#fff;border:2px solid #1a1a1a;padding:24px;box-shadow:4px 6px 0 #1b643433}
.sidebar-card .mc-h3{font-size:18px}
.sidebar-stat-row{display:flex;flex-direction:column;gap:12px}
.stat-item{display:flex;align-items:center;gap:10px;font-size:15px;color:#333;padding-bottom:10px;border-bottom:1px solid #eee}
.stat-item:last-child{border-bottom:none;padding-bottom:0}
.stat-item .stat-val{font-weight:700;font-size:17px;color:#1a1a1a}
.flip-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:32px}
.flip-card-holder{perspective:1000px;height:200px}
.flip-card-inner{width:100%;height:100%;position:relative;transform-style:preserve-3d;transition:transform 200ms ease-in-out}
.flip-card-holder:hover .flip-card-inner{transform:rotateY(180deg)}
.flip-front,.flip-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;text-align:center;border:2px solid #1a1a1a}
.flip-front{background:#fff;box-shadow:inset 0 2px 0 #fff9 inset 0 -2px 0 #00000014}
.flip-back{background:#1B6434;color:#fff;transform:rotateY(180deg);box-shadow:inset 0 2px 0 #ffffff26 inset 0 -2px 0 #0003}
.flip-front .flip-icon{font-size:32px;color:#C73F26;margin-bottom:10px}
.flip-front .flip-title{font-size:16px;font-weight:700;line-height:1.4;color:#1a1a1a}
.flip-back .flip-desc{font-size:14px;line-height:1.4;color:#ffffffeb}
.tag-badge{display:inline-block;background:#E9F0FF;color:#1a1a1a;font-size:12px;padding:3px 10px;border-radius:20px;letter-spacing:.04em;margin-bottom:8px}
.countdown-section{background:#1a1a1a;padding:60px 40px;position:relative;overflow:hidden}
.countdown-section .bg-num{position:absolute;left:20px;top:10px;font-size:160px;font-weight:900;color:#ffffff0a;line-height:1;pointer-events:none;user-select:none}
.countdown-inner{display:grid;grid-template-columns:3fr 1fr;gap:24px;align-items:center}
.countdown-text .mc-h2{color:#fff;text-shadow:2px 2px 0 #c73f264d}
.countdown-text .mc-body-text{color:#ffffffbf}
.countdown-boxes{display:flex;gap:12px}
.cd-box{background:#ffffff0f;border:1px solid #ffffff1f;box-shadow:inset 0 2px 0 #ffffff0f inset 0 -2px 0 #0000004d;padding:16px 12px;text-align:center;min-width:64px}
.cd-box .cd-val{font-size:32px;font-weight:800;color:#fff;line-height:1;display:block}
.cd-box .cd-label{font-size:11px;color:#ffffff80;letter-spacing:.08em;display:block;margin-top:6px}
@media (max-width: 1024px) {
.title-block,.section-inner-2col,.countdown-inner{grid-template-columns:1fr}
.flip-grid{grid-template-columns:repeat(2,1fr)}
.title-block-img-holder{min-height:200px}
.countdown-boxes{justify-content:flex-start}
}
@media (max-width: 768px) {
.mc-section,.title-block,.countdown-section{padding:40px 20px}
.title-block-text .mc-h1{font-size:36px}
.mc-h2{font-size:28px}
.flip-grid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.title-block-text .mc-h1{font-size:28px}
.countdown-boxes{flex-wrap:wrap}
}
.pg-home{max-width:1366px;margin:0 auto;overflow-x:hidden}
.pg-home ::selection{background:linear-gradient(90deg,#C73F26,#1B6434);color:#fff}
.pg-home .hero-holder{position:relative;text-align:center;padding:60px 24px 40px;overflow:hidden}
.pg-home .hero-blob{position:absolute;width:420px;height:420px;border-radius:50%;background:linear-gradient(135deg,#C73F2622,#1B643422);top:-80px;left:50%;transform:translateX(-50%);animation:blob-drift 8s ease-in-out infinite;z-index:0}
@keyframes blob-drift {
0%,100%{transform:translateX(-50%) scale(1)}
50%{transform:translateX(-48%) scale(1.08)}
}
.pg-home .hero-img-wrap{position:relative;z-index:1;display:inline-block;margin-bottom:24px}
.pg-home .hero-img-wrap img{width:100%;max-width:700px;height:auto;aspect-ratio:16/9;object-fit:cover;opacity:.88;animation:color-wash 10s ease-in-out infinite}
@keyframes color-wash {
0%,100%{filter:saturate(1) hue-rotate(0deg)}
50%{filter:saturate(1.4) hue-rotate(18deg)}
}
.pg-home .hero-label{display:inline-block;background:#E9F0FF;color:#1B6434;font-size:13px;padding:4px 14px;border-radius:20px;letter-spacing:.08em;margin-bottom:12px}
.pg-home .hero-h1{font-size:48px;font-weight:800;line-height:1.4;margin:0 auto 16px;max-width:680px;text-shadow:2px 2px 0 #e0e0e0}
.pg-home .hero-desc{font-size:17px;line-height:1.4;max-width:560px;margin:0 auto;color:#333}
.pg-home .brush-divider{display:block;width:100%;height:32px;margin:0}
.pg-home .bento-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:60px 24px}
.pg-home .bento-cell{background:#fff;border:1px solid #e8e8e8;padding:28px;transition:box-shadow 200ms ease-in-out;box-shadow:0 4px 14px #C73F2614}
.pg-home .bento-cell:hover{box-shadow:0 8px 24px #C73F2628}
.pg-home .bento-cell.wide{grid-column:span 2}
.pg-home .bento-cell.tall{grid-row:span 2}
.pg-home .cell-tag{display:inline-block;background:#E9F0FF;color:#1B6434;font-size:12px;padding:3px 10px;border-radius:20px;letter-spacing:.07em;margin-bottom:12px}
.pg-home .cell-h2{font-size:26px;font-weight:700;line-height:1.4;margin-bottom:12px;text-shadow:1px 1px 0 #ececec}
.pg-home .cell-h3{font-size:22px;font-weight:700;line-height:1.4;margin-bottom:10px}
.pg-home .cell-body{font-size:17px;line-height:1.4;color:#333}
.pg-home .cell-body p{margin:0 0 12px}
.pg-home .posts-holder{display:flex;flex-direction:column;gap:24px}
.pg-home .post-card{display:grid;grid-template-columns:200px 1fr;gap:16px;border-bottom:1px solid #e8e8e8;padding-bottom:24px}
.pg-home .post-card:last-child{border-bottom:none;padding-bottom:0}
.pg-home .post-img-wrap{position:relative;overflow:hidden}
.pg-home .post-img-wrap img{width:200px;height:113px;object-fit:cover;aspect-ratio:16/9;transition:opacity 200ms ease-in-out}
.pg-home .post-img-wrap:hover img{opacity:.75}
.pg-home .post-meta{font-size:13px;color:#777;display:flex;gap:12px;margin-bottom:8px;align-items:center}
.pg-home .post-meta .i{font-size:14px;color:#C73F26}
.pg-home .post-title-lnk{font-size:18px;font-weight:700;line-height:1.4;color:#111;text-decoration:none;display:block;margin-bottom:6px;transition:color 200ms ease-in-out}
.pg-home .post-title-lnk:hover{color:#C73F26}
.pg-home .post-desc{font-size:15px;line-height:1.4;color:#555}
.pg-home .sidebar-holder{display:grid;grid-template-columns:1fr 320px;gap:24px;padding:0 24px 60px}
.pg-home .sidebar-main{display:flex;flex-direction:column;gap:24px}
.pg-home .sidebar-col{display:flex;flex-direction:column;gap:24px}
.pg-home .section-block{background:#fff;border:1px solid #e8e8e8;padding:28px;box-shadow:0 4px 14px #1B643414}
.pg-home .rhythm-list{list-style:none;padding:0;margin:12px 0 0}
.pg-home .rhythm-list li{padding:10px 0;border-bottom:1px solid #ebebeb;font-size:16px;line-height:1.4;color:#333;display:flex;gap:10px;align-items:flex-start}
.pg-home .rhythm-list li:last-child{border-bottom:none}
.pg-home .rhythm-list .ri{color:#C73F26;margin-top:2px;flex-shrink:0}
.pg-home .series-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}
.pg-home .series-item{background:#E9F0FF;padding:14px}
.pg-home .series-item h5{font-size:15px;font-weight:700;margin:0 0 6px;color:#111}
.pg-home .series-item p{font-size:14px;color:#444;margin:0;line-height:1.4}
.pg-home .series-item .s-parts{font-size:12px;color:#1B6434;margin-top:6px;font-weight:600}
.pg-home .tab-inputs{display:none}
.pg-home .tab-labels{display:flex;gap:0;margin-bottom:0;border-bottom:2px solid #e8e8e8}
.pg-home .tab-lbl{padding:10px 18px;font-size:14px;cursor:pointer;color:#666;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color 200ms ease-in-out,border-color 200ms ease-in-out;letter-spacing:.06em}
.pg-home #tab1:checked ~ .tab-labels .lbl1,.pg-home #tab2:checked ~ .tab-labels .lbl2,.pg-home #tab3:checked ~ .tab-labels .lbl3{color:#C73F26;border-bottom-color:#C73F26;font-weight:700}
.pg-home .tab-panels{padding:20px 0 0}
.pg-home .tab-panel{display:none;font-size:16px;line-height:1.4;color:#333}
.pg-home #tab1:checked ~ .tab-panels .pn1,.pg-home #tab2:checked ~ .tab-panels .pn2,.pg-home #tab3:checked ~ .tab-panels .pn3{display:block}
.pg-home .tab-panel p{margin:0 0 10px}
.pg-home .about-block img{width:100%;aspect-ratio:16/9;object-fit:cover;margin-bottom:16px;opacity:.85}
.pg-home .sub-form{margin-top:16px}
.pg-home .sub-form input[type=email]{width:100%;box-sizing:border-box;padding:10px 14px;border:1px solid #ccc;font-size:16px;margin-bottom:10px;outline:none;transition:border-color 200ms ease-in-out;box-shadow:inset 0 2px 4px #0001,inset 0 -1px 0 #fff3}
.pg-home .sub-form input[type=email]:focus{border-color:#C73F26}
.pg-home .sub-form input[type=email]::placeholder{color:#32323266}
.pg-home .sub-btn{display:inline-block;background:#C73F26;color:#fff;padding:11px 28px;border:none;cursor:pointer;font-size:15px;letter-spacing:.1em;border-radius:4px;transition:background 200ms ease-in-out,box-shadow 200ms ease-in-out;z-index:10;position:relative;text-transform:lowercase;box-shadow:0 4px 12px #C73F2640}
.pg-home .sub-btn:hover{background:#a8321e;box-shadow:0 6px 18px #C73F2650}
.pg-home .img-mag-wrap{position:relative;overflow:hidden;cursor:zoom-in}
.pg-home .img-mag-wrap img{width:100%;aspect-ratio:16/9;object-fit:cover;transition:transform 200ms ease-in-out,opacity 200ms ease-in-out;opacity:.87}
.pg-home .img-mag-wrap:hover img{transform:scale(1.12);opacity:1}
.pg-home .compare-cols{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}
.pg-home .cmp-col h5{font-size:14px;font-weight:700;letter-spacing:.07em;margin:0 0 10px;padding:6px 10px}
.pg-home .cmp-col.side-a h5{background:#C73F26;color:#fff}
.pg-home .cmp-col.side-b h5{background:#1B6434;color:#fff}
.pg-home .cmp-col ul{list-style:none;padding:0;margin:0}
.pg-home .cmp-col ul li{padding:8px 0;border-bottom:1px solid #ebebeb;font-size:14px;color:#333;line-height:1.4}
.pg-home .cmp-col ul li:last-child{border-bottom:none}
.pg-home .bounce-in{animation:bounce-settle 500ms ease-in-out both}
@keyframes bounce-settle {
0%{transform:translateY(-18px);opacity:0}
70%{transform:translateY(4px)}
100%{transform:translateY(0);opacity:1}
}
.pg-home .rotating-geo{position:fixed;width:320px;height:320px;top:30%;right:-80px;border:2px solid #C73F2618;transform:rotate(0deg);animation:geo-spin 24s linear infinite;z-index:-1;pointer-events:none}
@keyframes geo-spin {
to{transform:rotate(360deg)}
}
@media(max-width:1024px) {
.pg-home .bento-grid{grid-template-columns:1fr 1fr}
.pg-home .bento-cell.wide{grid-column:span 2}
.pg-home .sidebar-holder{grid-template-columns:1fr}
.pg-home .sidebar-col{flex-direction:row;flex-wrap:wrap}
.pg-home .sidebar-col .section-block{flex:1 1 280px}
}
@media(max-width:768px) {
.pg-home .bento-grid{grid-template-columns:1fr;padding:40px 16px}
.pg-home .bento-cell.wide{grid-column:span 1}
.pg-home .series-grid{grid-template-columns:1fr}
.pg-home .compare-cols{grid-template-columns:1fr}
.pg-home .post-card{grid-template-columns:1fr}
.pg-home .post-img-wrap img{width:100%;height:auto}
.pg-home .hero-h1{font-size:32px}
.pg-home .sidebar-holder{padding:0 16px 40px}
}
@media(max-width:480px) {
.pg-home .hero-h1{font-size:26px}
.pg-home .tab-lbl{padding:8px 12px;font-size:13px}
}
.pg-about{max-width:1366px;margin:0 auto;overflow-x:hidden}
.pg-about *,.pg-about ::before,.pg-about ::after{box-sizing:border-box}
.pg-about ::selection{background:linear-gradient(135deg,#C73F26,#1B6434);color:#fff}
.pg-about .title-block-holder{position:relative;min-height:420px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#111}
.pg-about .title-block-holder .bg-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;opacity:.55;z-index:0}
.pg-about .title-block-holder .overlay-grad{position:absolute;inset:0;background:linear-gradient(135deg,#1b6434b8 0%,transparent 70%);z-index:1}
.pg-about .title-block-holder .brand-shape{position:absolute;bottom:-40px;right:-40px;width:220px;height:220px;background:#C73F26;opacity:.08;clip-path:polygon(30% 0%,100% 15%,85% 100%,0% 80%);z-index:1}
.pg-about .title-block-holder .title-inner{position:relative;z-index:2;text-align:center;padding:60px 24px;max-width:700px}
.pg-about .title-block-holder .title-inner h1{font-size:48px;line-height:1.4;color:#fff;margin:0 0 16px;text-shadow:2px 3px 8px #00000073}
.pg-about .title-block-holder .title-inner p{font-size:17px;line-height:1.4;color:#ffffffe0;margin:0}
.pg-about .about-content-section{padding:60px 24px}
.pg-about .about-content-section .content-inner{display:flex;gap:48px;align-items:flex-start;max-width:1100px;margin:0 auto}
.pg-about .about-content-section .portrait-col{flex:0 0 280px;max-width:280px}
.pg-about .about-content-section .portrait-col .portrait-wrap{position:relative;overflow:hidden;border-radius:4px;box-shadow:4px 8px 24px #c73f2638}
.pg-about .about-content-section .portrait-col .portrait-wrap img{width:100%;aspect-ratio:9/11;object-fit:cover;object-position:center top;display:block;transition:transform 200ms ease-in-out}
.pg-about .about-content-section .portrait-col .portrait-wrap:hover img{transform:scale(1.04)}
.pg-about .about-content-section .portrait-col .portrait-label{margin-top:12px;padding:10px 14px;background:#E9F0FF;border-left:3px solid #C73F26}
.pg-about .about-content-section .portrait-col .portrait-label .label-name{font-size:16px;font-weight:700;color:#111;display:block;margin-bottom:4px}
.pg-about .about-content-section .portrait-col .portrait-label .label-role{font-size:14px;color:#444}
.pg-about .about-content-section .text-col{flex:1;min-width:0}
.pg-about .about-content-section .text-col h2{font-size:32px;line-height:1.4;color:#111;margin:0 0 20px;text-shadow:1px 2px 4px #0000001f}
.pg-about .about-content-section .text-col p{font-size:17px;line-height:1.4;color:#222;margin:0 0 16px}
.pg-about .about-content-section .text-col p:last-child{margin-bottom:0}
.pg-about .about-content-section .text-col .tag-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px;list-style:none;padding:0}
.pg-about .about-content-section .text-col .tag-list li{border-bottom:none}
.pg-about .about-content-section .text-col .tag-list .skill-tag{display:inline-block;padding:4px 12px;border-radius:20px;font-size:13px;font-weight:600;letter-spacing:.06em;color:#fff;background:#1B6434}
.pg-about .about-content-section .text-col .tag-list .skill-tag.alt{background:#C73F26}
.pg-about .about-content-section .text-col .tag-list .skill-tag.pale{background:#3a5a8a;color:#fff}
.pg-about .work-block-section{padding:60px 24px;background:#f7f8fc}
.pg-about .work-block-section .work-inner{max-width:1100px;margin:0 auto}
.pg-about .work-block-section h2{font-size:30px;line-height:1.4;color:#111;margin:0 0 32px;text-shadow:1px 2px 4px #0000001a}
.pg-about .work-block-section .work-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.pg-about .work-block-section .work-item{display:flex;gap:16px;align-items:flex-start;background:#fff;padding:20px;box-shadow:2px 4px 16px #1b64341a;border-top:3px solid #1B6434;transition:box-shadow 200ms ease-in-out}
.pg-about .work-block-section .work-item:hover{box-shadow:4px 8px 24px #1b64342e}
.pg-about .work-block-section .work-item .wi-img-wrap{flex:0 0 100px;overflow:hidden}
.pg-about .work-block-section .work-item .wi-img-wrap img{width:100px;aspect-ratio:16/9;object-fit:cover;display:block;transition:transform 200ms ease-in-out}
.pg-about .work-block-section .work-item:hover .wi-img-wrap img{transform:scale(1.06)}
.pg-about .work-block-section .work-item .wi-text h4{font-size:16px;line-height:1.4;color:#111;margin:0 0 8px}
.pg-about .work-block-section .work-item .wi-text p{font-size:15px;line-height:1.4;color:#444;margin:0}
.pg-about .divider-diag{height:3px;background:linear-gradient(135deg,#1B6434,transparent);border:none;margin:0}
@media (max-width: 768px) {
.pg-about .title-block-holder .title-inner h1{font-size:32px}
.pg-about .about-content-section .content-inner{flex-direction:column;gap:24px}
.pg-about .about-content-section .portrait-col{flex:unset;max-width:100%;width:100%}
.pg-about .work-block-section .work-grid{grid-template-columns:1fr}
}
@media (max-width: 480px) {
.pg-about .title-block-holder .title-inner h1{font-size:26px}
.pg-about .about-content-section,.pg-about .work-block-section{padding:40px 16px}
}
.pg-blog{max-width:1366px;margin:0 auto;padding:0;overflow-x:hidden;background:#fff}
.pg-blog *,.pg-blog ::before,.pg-blog ::after{box-sizing:border-box}
.pg-blog ::selection{background:linear-gradient(135deg,#C73F26,#1B6434);color:#fff}
.pg-blog .pg-title-strip{position:relative;width:100%;min-height:220px;overflow:hidden;display:flex;align-items:flex-end}
.pg-blog .pg-title-strip .strip-img-holder{position:absolute;inset:0;width:100%;height:100%}
.pg-blog .pg-title-strip .strip-img-holder img{width:100%;height:100%;object-fit:cover;display:block;filter:blur(0px);transition:filter 200ms ease-in-out}
.pg-blog .pg-title-strip .strip-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#1c6434d1 0%,#c73f268c 100%);animation:overlay-shift 8s ease-in-out infinite alternate}
@keyframes overlay-shift {
0%{opacity:.85}
100%{opacity:.65}
}
.pg-blog .pg-title-strip .strip-geo{position:absolute;border:2px solid #ffffff2e;border-radius:0}
.pg-blog .pg-title-strip .geo-a{width:80px;height:80px;top:18px;right:120px;opacity:.25;transform:rotate(22deg)}
.pg-blog .pg-title-strip .geo-b{width:38px;height:38px;bottom:30px;right:60px;opacity:.18;transform:rotate(10deg)}
.pg-blog .pg-title-strip .geo-c{width:52px;height:52px;top:30px;left:200px;opacity:.15;transform:rotate(-15deg)}
.pg-blog .pg-title-strip .strip-txt-holder{position:relative;z-index:2;padding:40px 48px;width:100%}
.pg-blog .pg-title-strip .strip-txt-holder h1{font-size:2.6rem;font-weight:800;color:#fff;margin:0 0 8px;line-height:1.4;text-shadow:0 3px 16px #00000059}
.pg-blog .pg-title-strip .strip-txt-holder h1 span{display:block;font-size:1.1rem;font-weight:400;opacity:.82;letter-spacing:.04em}
.pg-blog .pg-title-strip .strip-txt-holder .pg-meta-row{display:flex;align-items:center;gap:18px;margin-top:10px;flex-wrap:wrap}
.pg-blog .pg-title-strip .strip-txt-holder .pg-meta-row .meta-badge{background:#C73F26;color:#fff;font-size:.78rem;font-weight:700;letter-spacing:.1em;padding:4px 12px;border-radius:30px}
.pg-blog .pg-title-strip .strip-txt-holder .pg-meta-row .meta-count{color:#fffc;font-size:.88rem}
.pg-blog .posts-area{padding:60px 48px}
.pg-blog .posts-area .posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.pg-blog .posts-area .post-card{border:1px solid #e8e8e8;border-radius:0;overflow:hidden;background:#fff;box-shadow:4px 6px 18px #c73f2614;transition:box-shadow 200ms ease-in-out,transform 200ms ease-in-out;display:flex;flex-direction:column}
.pg-blog .posts-area .post-card:hover{box-shadow:6px 10px 28px #1b643424;transform:translateY(-3px)}
.pg-blog .posts-area .post-card .card-img-holder{aspect-ratio:16/9;overflow:hidden;position:relative}
.pg-blog .posts-area .post-card .card-img-holder img{width:100%;height:100%;object-fit:cover;display:block;filter:blur(2px);transition:filter 200ms ease-in-out}
.pg-blog .posts-area .post-card:hover .card-img-holder img{filter:blur(0)}
.pg-blog .posts-area .post-card .card-body{padding:20px 22px 18px;flex:1;display:flex;flex-direction:column;gap:12px}
.pg-blog .posts-area .post-card .card-body .card-date-row{display:flex;align-items:center;gap:10px;font-size:.8rem;color:#888}
.pg-blog .posts-area .post-card .card-body .card-date-row .i{font-size:.95rem}
.pg-blog .posts-area .post-card .card-body h4{font-size:1.05rem;font-weight:700;margin:0;color:#1a1a1a;line-height:1.4;text-shadow:0 1px 0 #00000012}
.pg-blog .posts-area .post-card .card-body .card-desc{font-size:.92rem;color:#444;margin:0;line-height:1.4;flex:1}
.pg-blog .posts-area .post-card .card-body .card-stats{display:flex;gap:16px;align-items:center;font-size:.82rem;color:#777}
.pg-blog .posts-area .post-card .card-body .card-stats .stat-item{display:flex;align-items:center;gap:5px}
.pg-blog .posts-area .post-card .card-body .card-read-link{display:inline-block;padding:9px 22px;background:#1B6434;color:#fff;text-decoration:none;font-size:.85rem;font-weight:600;letter-spacing:.08em;border-radius:30px;transition:background 200ms ease-in-out,box-shadow 200ms ease-in-out;align-self:flex-start;z-index:2;position:relative}
.pg-blog .posts-area .post-card .card-body .card-read-link:hover{background:#C73F26;box-shadow:0 4px 14px #c73f2647}
.pg-blog .stats-block{background:#1B6434;padding:60px 48px;position:relative;overflow:hidden}
.pg-blog .stats-block::before{content:"";position:absolute;inset:0;background-image:repeating-linear-gradient(0deg,transparent,transparent 28px,#ffffff08 28px,#ffffff08 29px),repeating-linear-gradient(90deg,transparent,transparent 28px,#ffffff08 28px,#ffffff08 29px);pointer-events:none}
.pg-blog .stats-block .stats-inner{position:relative;z-index:1;display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px;align-items:center}
.pg-blog .stats-block .stats-hero{text-align:left}
.pg-blog .stats-block .stats-hero .hero-num{font-size:5.5rem;font-weight:900;color:#fff;line-height:1;display:block;text-shadow:0 4px 20px #0000004d}
.pg-blog .stats-block .stats-hero .hero-label{font-size:1rem;color:#ffffffbf;margin-top:8px;display:block;line-height:1.4}
.pg-blog .stats-block .stat-mini{background:#ffffff17;padding:28px 22px;box-shadow:inset 0 1px 0 #ffffff24 inset 0 -1px 0 #0000002e}
.pg-blog .stats-block .stat-mini .mini-num{font-size:2.2rem;font-weight:800;color:#fff;display:block;text-shadow:0 2px 8px #00000040}
.pg-blog .stats-block .stat-mini .mini-label{font-size:.82rem;color:#ffffffad;margin-top:6px;display:block;line-height:1.4}
.pg-blog .cta-block{padding:60px 48px;background:#E9F0FF;display:flex;align-items:center;justify-content:space-between;gap:40px;flex-wrap:wrap}
.pg-blog .cta-block .cta-txt h2{font-size:1.8rem;font-weight:800;color:#1a1a1a;margin:0 0 12px;line-height:1.4;text-shadow:1px 1px 0 #00000014}
.pg-blog .cta-block .cta-txt p{font-size:1rem;color:#444;margin:0;max-width:500px;line-height:1.4}
.pg-blog .cta-block .cta-actions{display:flex;flex-direction:column;gap:12px;align-items:flex-start;flex-shrink:0}
.pg-blog .cta-block .cta-actions .btn-primary-action{display:inline-block;padding:13px 32px;background:#C73F26;color:#fff;text-decoration:none;font-size:.9rem;font-weight:700;letter-spacing:.09em;border-radius:30px;transition:background 200ms ease-in-out,box-shadow 200ms ease-in-out;z-index:2;position:relative}
.pg-blog .cta-block .cta-actions .btn-primary-action:hover{background:#1B6434;box-shadow:0 6px 20px #1b643447}
.pg-blog .cta-block .cta-actions .cta-note{font-size:.8rem;color:#777}
@media (max-width: 1024px) {
.pg-blog .posts-area .posts-grid{grid-template-columns:repeat(2,1fr)}
.pg-blog .stats-block .stats-inner{grid-template-columns:1fr 1fr}
.pg-blog .stats-block .stats-hero{grid-column:1 / -1}
}
@media (max-width: 768px) {
.pg-blog .posts-area{padding:40px 24px}
.pg-blog .posts-area .posts-grid{grid-template-columns:1fr}
.pg-blog .pg-title-strip .strip-txt-holder{padding:28px 24px}
.pg-blog .pg-title-strip .strip-txt-holder h1{font-size:1.8rem}
.pg-blog .stats-block{padding:40px 24px}
.pg-blog .stats-block .stats-inner{grid-template-columns:1fr}
.pg-blog .stats-block .stats-hero .hero-num{font-size:3.8rem}
.pg-blog .cta-block{padding:40px 24px;flex-direction:column}
}
@media (max-width: 480px) {
.pg-blog .pg-title-strip .strip-txt-holder h1{font-size:1.4rem}
.pg-blog .posts-area{padding:30px 16px}
.pg-blog .stats-block{padding:30px 16px}
.pg-blog .cta-block{padding:30px 16px}
}
*,::before,::after{box-sizing:border-box}
::selection{background:linear-gradient(90deg,#C73F26,#1B6434);color:#fff}
.pg-hd{background:#fff;border-bottom:1px solid #e5e5e5;position:sticky;top:0;z-index:100}
.pg-hd .nv-inner{max-width:1366px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;height:64px}
.nv-brand{text-decoration:none;font-size:22px;font-weight:700;color:#111;letter-spacing:-.3px}
.nv-brand span{color:#C73F26}
.nv-links{display:flex;align-items:center;gap:32px;list-style:none;margin:0;padding:0}
.nv-links li a{text-decoration:none;color:#333;font-size:15px;font-weight:500;transition:color 200ms ease-in-out}
.nv-links li a:hover{color:#C73F26}
.pg-ft{background:#111;color:#aaa;padding:40px 24px;margin-top:80px}
.ft-inner{max-width:1366px;margin:0 auto;display:flex;flex-wrap:wrap;gap:24px;justify-content:space-between;align-items:center}
.ft-copy{font-size:14px;color:#888}
.ft-copy a{color:#aaa;text-decoration:none;transition:color 200ms ease-in-out}
.ft-copy a:hover{color:#fff}
.policy-pg-wrap{max-width:1366px;margin:0 auto;padding:60px 24px}
.policy-pg-wrap h1{font-size:42px;font-weight:800;color:#111;line-height:1.4;margin:0 0 12px}
.policy-pg-wrap .pol-meta{font-size:14px;color:#888;margin:0 0 48px;padding-bottom:24px;border-bottom:2px solid #e5e5e5}
.policy-pg-wrap h2{font-size:24px;font-weight:700;color:#111;line-height:1.4;margin:48px 0 16px;padding-left:14px;border-left:4px solid #C73F26}
.policy-pg-wrap h3{font-size:18px;font-weight:600;color:#222;line-height:1.4;margin:28px 0 12px}
.policy-pg-wrap p{font-size:17px;color:#333;line-height:1.4;margin:0 0 16px}
.policy-pg-wrap ul,.policy-pg-wrap ol{font-size:17px;color:#333;line-height:1.4;margin:0 0 16px;padding-left:28px}
.policy-pg-wrap ul li,.policy-pg-wrap ol li{margin-bottom:8px}
.policy-pg-wrap a{color:#C73F26;text-decoration:underline;transition:color 200ms ease-in-out}
.policy-pg-wrap a:hover{color:#1B6434}
.policy-pg-wrap hr{border:none;border-top:1px solid #e5e5e5;margin:48px 0}
.policy-pg-wrap table{width:100%;border-collapse:collapse;font-size:16px;margin:0 0 24px}
.policy-pg-wrap thead th{background:#E9F0FF;color:#111;font-weight:700;padding:12px 16px;text-align:left;border:1px solid #d0d9f0}
.policy-pg-wrap tbody td{padding:12px 16px;border:1px solid #e5e5e5;color:#333;vertical-align:top}
.policy-pg-wrap tbody tr:nth-child(even) td{background:#fafafa}
.pol-highlight-box{background:#E9F0FF;border-left:4px solid #1B6434;padding:20px 24px;margin:0 0 24px}
.pol-highlight-box p{margin:0;color:#1B3320;font-size:16px}
@media (max-width: 768px) {
.policy-pg-wrap h1{font-size:30px}
.policy-pg-wrap h2{font-size:20px}
.policy-pg-wrap{padding:40px 16px}
.nv-links{gap:20px}
.nv-links li a{font-size:14px}
}
@media (max-width: 480px) {
.policy-pg-wrap h1{font-size:26px}
.pg-hd .nv-inner{padding:0 16px}
.nv-brand{font-size:18px}
.nv-links{gap:14px}
}
.pg-success{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:60px 24px;background:#fff;overflow:hidden;position:relative}
.pg-success .bg-layer{position:absolute;inset:0;background:linear-gradient(135deg,#E9F0FF 0%,transparent 60%);z-index:0;overflow:hidden}
.pg-success .bg-layer::before{content:"";position:absolute;top:-80px;right:-80px;width:400px;height:400px;background:linear-gradient(135deg,#1B6434 0%,transparent 70%);opacity:.06;border-radius:50%}
.pg-success .bg-layer::after{content:"";position:absolute;bottom:-60px;left:-60px;width:320px;height:320px;background:linear-gradient(135deg,#C73F26 0%,transparent 70%);opacity:.06;border-radius:50%}
.pg-success .success-holder{position:relative;z-index:1;max-width:680px;width:100%;margin:0 auto;text-align:center}
.pg-success .bracket-wrap{position:relative;padding:48px 56px;background:#fff;box-shadow:0 8px 32px #c73f261a inset 0 2px 0 #ffffffe6 inset 0 -2px 0 #0000000f}
.pg-success .bracket-wrap::before,.pg-success .bracket-wrap::after{position:absolute;top:16px;font-size:96px;line-height:1;color:#C73F26;opacity:.18;font-weight:700}
.pg-success .bracket-wrap::before{content:"[";left:14px}
.pg-success .bracket-wrap::after{content:"]";right:14px}
.pg-success .status-badge{display:inline-flex;align-items:center;gap:8px;background:#E9F0FF;color:#1B6434;font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:6px 16px;border-radius:20px;margin-bottom:28px}
.pg-success .status-badge .i-icon{color:#1B6434;font-size:15px}
.pg-success .success-hd{font-size:38px;font-weight:800;color:#111;line-height:1.4;margin:0 0 8px;text-shadow:2px 2px 0 #c73f2614}
.pg-success .success-sub{font-size:20px;font-weight:400;color:#1B6434;margin:0 0 28px;line-height:1.4}
.pg-success .divider-dot{display:flex;align-items:center;justify-content:center;gap:8px;margin:0 0 28px}
.pg-success .divider-dot span.dot-mark{width:6px;height:6px;border-radius:50%;background:#C73F26;display:inline-block}
.pg-success .divider-dot span.line-seg{width:60px;height:1px;background:#C73F26;opacity:.3;display:inline-block}
.pg-success .success-body{font-size:17px;color:#333;line-height:1.4;margin:0 0 32px}
.pg-success .success-body p{margin:0 0 14px}
.pg-success .success-body p:last-child{margin:0}
.pg-success .success-body p.accent-line{font-weight:600;color:#111}
.pg-success .action-row{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}
.pg-success .btn-primary-action{display:inline-flex;align-items:center;gap:8px;background:#C73F26;color:#fff;font-size:15px;font-weight:600;letter-spacing:.06em;padding:12px 28px;border-radius:24px;text-decoration:none;border:none;cursor:pointer;transition:background 200ms ease-in-out,box-shadow 200ms ease-in-out;box-shadow:0 4px 16px #c73f2638;position:relative;z-index:2}
.pg-success .btn-primary-action:hover,.pg-success .btn-primary-action:focus{background:#a83220;box-shadow:0 6px 20px #c73f2652;outline:none}
.pg-success .btn-secondary-action{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#1B6434;font-size:15px;font-weight:600;letter-spacing:.06em;padding:12px 28px;border-radius:24px;text-decoration:none;border:2px solid #1B6434;cursor:pointer;transition:background 200ms ease-in-out,color 200ms ease-in-out;position:relative;z-index:2}
.pg-success .btn-secondary-action:hover,.pg-success .btn-secondary-action:focus{background:#1B6434;color:#fff;outline:none}
.pg-success .contact-note{margin-top:28px;font-size:14px;color:#777;line-height:1.4}
.pg-success .contact-note a{color:#C73F26;text-decoration:underline;transition:color 200ms ease-in-out}
.pg-success .contact-note a:hover{color:#a83220}
::selection{background:linear-gradient(90deg,#C73F26,#1B6434);color:#fff}
@media (max-width: 768px) {
.pg-success .bracket-wrap{padding:40px 32px}
.pg-success .success-hd{font-size:30px}
.pg-success .bracket-wrap::before,.pg-success .bracket-wrap::after{font-size:64px}
}
@media (max-width: 480px) {
.pg-success .bracket-wrap{padding:32px 20px}
.pg-success .success-hd{font-size:26px}
.pg-success .bracket-wrap::before,.pg-success .bracket-wrap::after{opacity:.1;font-size:48px}
.pg-success .action-row{flex-direction:column;align-items:stretch}
.pg-success .btn-primary-action,.pg-success .btn-secondary-action{justify-content:center}
}