:root{--cdpt-green:#14916d;--cdpt-green-dark:#0f6f54;--cdpt-green-soft:#eaf8f3;--cdpt-yellow:#f4c542;--cdpt-text:#111827;--cdpt-muted:#64748b;--cdpt-border:#e5e7eb;--cdpt-soft:#f8fafc;--cdpt-white:#ffffff;--cdpt-shadow:0 18px 42px rgba(15,23,42,.10)}.cdpt-site-header,.cdpt-site-footer{font-family:inherit;color:var(--cdpt-text)}.cdpt-site-header *,.cdpt-site-footer *{box-sizing:border-box}.cdpt-site-header{position:sticky;top:18px;z-index:999;background:#fff0;border-bottom:0;backdrop-filter:none;padding:8px 0 14px}.cdpt-header-inner{width:min(1180px, calc(100% - 32px));min-height:76px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 18px;background:rgb(255 255 255 / .94);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgb(229 231 235 / .9);border-radius:24px;box-shadow:var(--cdpt-shadow)}.cdpt-header-logo,.cdpt-footer-logo{display:inline-flex;align-items:center;gap:10px;color:var(--cdpt-text);text-decoration:none!important;flex:0 0 auto}.cdpt-logo-mark,.cdpt-footer-logo-mark{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border-radius:15px;background:radial-gradient(circle at 75% 10%,rgb(244 197 66 / .46),transparent 34%),linear-gradient(135deg,var(--cdpt-green),var(--cdpt-green-dark));color:#fff;font-weight:950;font-size:22px;letter-spacing:-.05em;box-shadow:0 12px 24px rgb(20 145 109 / .20)}.cdpt-logo-text,.cdpt-footer-logo-text{font-size:23px;font-weight:950;letter-spacing:-.055em;color:var(--cdpt-text);white-space:nowrap}.cdpt-header-nav{display:flex;align-items:center;justify-content:center;gap:5px;padding:7px;border:1px solid var(--cdpt-border);border-radius:999px;background:#fff;flex:0 1 auto}.cdpt-header-nav a,.cdpt-header-nav span{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 12px;border-radius:999px;color:var(--cdpt-text);font-size:14px;font-weight:850;text-decoration:none!important;white-space:nowrap;transition:background .16s ease,color .16s ease}.cdpt-header-nav a:hover,.cdpt-header-nav a:focus{background:var(--cdpt-green-soft);color:var(--cdpt-green-dark)}.cdpt-header-nav span{color:var(--cdpt-muted);cursor:default}.cdpt-header-actions{display:flex;align-items:center;gap:10px;flex:0 1 410px;justify-content:flex-end}.cdpt-header-search,.cdpt-footer-search{display:flex;align-items:center;gap:8px;padding:5px;border:1px solid var(--cdpt-border);border-radius:999px;background:#fff}.cdpt-header-search{width:min(100%, 285px);min-width:220px}.cdpt-header-search input,.cdpt-footer-search input{width:100%;min-width:0;height:38px;border:0;outline:0;padding:0 12px;background:#fff0;color:var(--cdpt-text);font:inherit;font-size:14px}.cdpt-header-search input::placeholder,.cdpt-footer-search input::placeholder{color:var(--cdpt-muted)}.cdpt-header-search button,.cdpt-footer-search button,.cdpt-mobile-search button{border:0;background:var(--cdpt-green);color:#fff;font:inherit;font-size:13px;font-weight:950;cursor:pointer;transition:background .16s ease,transform .16s ease}.cdpt-header-search button{height:38px;border-radius:999px;padding:0 14px}.cdpt-header-search button:hover,.cdpt-footer-search button:hover{background:var(--cdpt-green-dark);transform:translateY(-1px)}.cdpt-header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 17px;border-radius:999px;background:var(--cdpt-yellow);color:#111827!important;text-decoration:none!important;font-size:14px;font-weight:950;box-shadow:0 10px 20px rgb(244 197 66 / .22);white-space:nowrap;transition:transform .16s ease,box-shadow .16s ease}.cdpt-header-cta:hover{transform:translateY(-1px);box-shadow:0 14px 26px rgb(244 197 66 / .28)}.cdpt-header-cta-placeholder{cursor:default}.cdpt-header-cta-placeholder:hover{transform:none;box-shadow:0 10px 20px rgb(244 197 66 / .22)}.cdpt-mobile-toggle{display:none;width:46px;height:46px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid var(--cdpt-border);border-radius:15px;background:#fff;cursor:pointer;padding:0}.cdpt-mobile-toggle span{width:19px;height:2px;border-radius:99px;background:var(--cdpt-text);transition:transform .18s ease,opacity .18s ease}.cdpt-site-header.is-open .cdpt-mobile-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.cdpt-site-header.is-open .cdpt-mobile-toggle span:nth-child(2){opacity:0}.cdpt-site-header.is-open .cdpt-mobile-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.cdpt-mobile-menu{display:none;width:min(1180px, calc(100% - 32px));margin:0 auto 14px;padding:12px;border:1px solid var(--cdpt-border);border-radius:20px;background:#fff;box-shadow:var(--cdpt-shadow)}.cdpt-mobile-menu a{display:block;padding:13px 14px;border-radius:14px;color:var(--cdpt-text);font-weight:850;text-decoration:none!important}.cdpt-mobile-menu a:hover{background:var(--cdpt-green-soft);color:var(--cdpt-green-dark)}.cdpt-mobile-search{display:flex;gap:8px;margin-top:10px;padding-top:12px;border-top:1px solid var(--cdpt-border)}.cdpt-mobile-search input{width:100%;min-width:0;border:1px solid var(--cdpt-border);border-radius:13px;padding:12px 13px;font:inherit;outline:0}.cdpt-mobile-search button{border-radius:13px;padding:0 15px}.cdpt-site-footer{margin-top:28px;padding:0 0 28px;background:#fff0}.cdpt-footer-inner{width:min(1180px, calc(100% - 32px));margin:0 auto}.cdpt-footer-top{display:grid;grid-template-columns:1.15fr .85fr;gap:22px;padding:28px;border:1px solid rgb(229 231 235 / .95);border-radius:28px;background:#fff;box-shadow:0 18px 42px rgb(15 23 42 / .08)}.cdpt-footer-brand{min-width:0}.cdpt-footer-logo{margin-bottom:14px}.cdpt-footer-brand p{max-width:650px;margin:0;color:var(--cdpt-muted);font-size:16px;line-height:1.65}.cdpt-footer-badges{display:flex;flex-wrap:wrap;gap:9px;margin-top:18px}.cdpt-footer-badges span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border:1px solid rgb(20 145 109 / .18);border-radius:999px;background:var(--cdpt-green-soft);color:var(--cdpt-green-dark);font-size:13px;font-weight:850}.cdpt-footer-search-card{padding:22px;border:1px solid var(--cdpt-border);border-radius:22px;background:radial-gradient(circle at 100% 0%,rgb(244 197 66 / .24),transparent 36%),#ffffff}.cdpt-footer-search-label{display:inline-flex;align-items:center;min-height:30px;padding:0 11px;border-radius:999px;background:var(--cdpt-yellow);color:#111827;font-size:13px;font-weight:950}.cdpt-footer-search-card p{margin:13px 0 16px;color:var(--cdpt-muted);font-size:15px;line-height:1.55}.cdpt-footer-search{padding:6px}.cdpt-footer-search input{height:42px}.cdpt-footer-search button{height:42px;border-radius:999px;padding:0 18px;font-size:14px;white-space:nowrap}.cdpt-footer-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:22px}.cdpt-footer-column{min-width:0;padding:20px;border:1px solid rgb(229 231 235 / .86);border-radius:22px;background:#fff}.cdpt-footer-column h3{margin:0 0 12px;color:var(--cdpt-text);font-size:14px;font-weight:950;letter-spacing:-.015em}.cdpt-footer-column a,.cdpt-footer-column span{display:flex;align-items:center;width:max-content;max-width:100%;padding:7px 0;color:var(--cdpt-muted);font-size:14px;font-weight:750;line-height:1.35;text-decoration:none!important;transition:color .16s ease,transform .16s ease}.cdpt-footer-column a:hover{color:var(--cdpt-green-dark);transform:translateX(2px)}.cdpt-footer-column span{color:var(--cdpt-muted);cursor:default}.cdpt-footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:22px;padding:18px 4px 0;color:var(--cdpt-muted)}.cdpt-footer-bottom p{margin:0;font-size:13px;line-height:1.55}.cdpt-footer-bottom-links{display:flex;align-items:center;gap:14px;flex:0 0 auto}.cdpt-footer-bottom-links a{color:var(--cdpt-muted);font-size:13px;font-weight:800;text-decoration:none!important}.cdpt-footer-bottom-links a:hover{color:var(--cdpt-green-dark)}@media (max-width:1120px){.cdpt-header-nav a,.cdpt-header-nav span{padding:0 10px;font-size:13px}.cdpt-header-search{min-width:200px}}@media (max-width:1024px){.cdpt-site-header{top:0;padding:0;background:rgb(255 255 255 / .94);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgb(229 231 235 / .86)}.cdpt-header-inner{width:min(100% - 24px, 1180px);min-height:68px;padding:0;background:#fff0;backdrop-filter:none;-webkit-backdrop-filter:none;border:0;border-radius:0;box-shadow:none}.cdpt-header-nav{display:none}.cdpt-header-actions{flex:0 1 auto}.cdpt-header-search,.cdpt-header-cta{display:none}.cdpt-mobile-toggle{display:flex}.cdpt-site-header.is-open .cdpt-mobile-menu{display:block}}@media (max-width:900px){.cdpt-footer-top{grid-template-columns:1fr;padding:22px}.cdpt-footer-links{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.cdpt-header-inner,.cdpt-footer-inner{width:calc(100% - 24px)}.cdpt-logo-mark,.cdpt-footer-logo-mark{width:38px;height:38px;border-radius:13px;font-size:20px}.cdpt-logo-text,.cdpt-footer-logo-text{font-size:21px}.cdpt-mobile-menu{width:calc(100% - 24px)}.cdpt-site-footer{margin-top:20px;padding-bottom:22px}.cdpt-footer-top{padding:18px;border-radius:24px}.cdpt-footer-brand p{font-size:15px}.cdpt-footer-search-card{padding:18px;border-radius:20px}.cdpt-footer-search{flex-direction:column;border-radius:18px}.cdpt-footer-search input{height:44px}.cdpt-footer-search button{width:100%;height:44px}.cdpt-footer-links{grid-template-columns:1fr;gap:12px}.cdpt-footer-column{padding:18px;border-radius:20px}.cdpt-footer-bottom{flex-direction:column;align-items:flex-start;padding-top:16px}.cdpt-footer-bottom-links{flex-wrap:wrap}}@media (max-width:380px){.cdpt-logo-text{font-size:19px}.cdpt-logo-mark{width:36px;height:36px}}.cdpt-header-search,.cdpt-footer-search,.cdpt-mobile-search{overflow:hidden}.cdpt-header-search input[type="search"],.cdpt-footer-search input[type="search"],.cdpt-mobile-search input[type="search"]{-webkit-appearance:none;appearance:none;border:0!important;box-shadow:none!important;outline:0!important;background:transparent!important;margin:0!important}.cdpt-header-search input[type="search"]:focus,.cdpt-footer-search input[type="search"]:focus,.cdpt-mobile-search input[type="search"]:focus{border:0!important;box-shadow:none!important;outline:0!important}.cdpt-header-search button,.cdpt-footer-search button,.cdpt-mobile-search button{-webkit-appearance:none;appearance:none;border:0!important;box-shadow:none!important}.cdpt-site-header .cdpt-mobile-toggle{display:none!important;width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;max-width:46px!important;max-height:46px!important;padding:0!important;margin:0!important;border:1px solid var(--cdpt-border)!important;outline:0!important;box-shadow:none!important;background:#fff!important;border-radius:15px!important;color:var(--cdpt-text)!important;line-height:1!important;font-size:0!important}.cdpt-site-header .cdpt-mobile-toggle:focus,.cdpt-site-header .cdpt-mobile-toggle:hover{border-color:var(--cdpt-border)!important;outline:0!important;box-shadow:none!important;background:#fff!important}@media (max-width:1024px){.cdpt-site-header .cdpt-mobile-toggle{display:flex!important;align-items:center!important;justify-content:center!important;flex-direction:column!important;gap:5px!important}}.cdpt-header-nav span,.cdpt-mobile-menu span{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 12px;border-radius:999px;color:var(--cdpt-muted);font-size:14px;font-weight:850;white-space:nowrap;opacity:.72;cursor:default}.cdpt-mobile-menu span{display:block;padding:13px 14px;border-radius:14px}.cdpt-footer-column span,.cdpt-footer-bottom-links span{display:flex;align-items:center;width:max-content;max-width:100%;padding:7px 0;color:var(--cdpt-muted);font-size:14px;font-weight:750;line-height:1.35;opacity:.72;cursor:default}.cdpt-footer-bottom-links span{font-size:13px;font-weight:800}body.cdpt-shell-dark-header{background-color:#fff}@media (min-width:1025px){body.cdpt-shell-dark-header::before{content:"";position:absolute;top:0;left:0;right:0;height:235px;z-index:0;pointer-events:none;background:radial-gradient(circle at 90% 82%,rgb(111 131 77 / .30) 0%,rgb(111 131 77 / .16) 26%,transparent 48%),radial-gradient(circle at 62% 82%,rgb(15 85 82 / .26) 0%,transparent 42%),linear-gradient(90deg,#02171d 0%,#02232a 46%,#063234 69%,#334e3d 100%)}body.cdpt-shell-dark-header .cdpt-site-header{background:transparent!important;border-bottom:0!important}body.cdpt-shell-dark-header .cdpt-header-inner{background:rgb(255 255 255 / .94);border-color:rgb(255 255 255 / .44);box-shadow:0 22px 55px rgb(2 6 23 / .16)}body.cdpt-shell-dark-header .cdpt-header-nav,body.cdpt-shell-dark-header .cdpt-header-search{border-color:rgb(229 231 235 / .88)}}@media (max-width:1024px){body.cdpt-shell-dark-header::before{content:none!important;display:none!important}body.cdpt-shell-dark-header .cdpt-site-header{background:rgb(255 255 255 / .94)!important;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgb(229 231 235 / .86)!important}}.cdpt-footer-top{background:rgb(255 255 255 / .96);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.cdpt-footer-column{background:rgb(255 255 255 / .96);box-shadow:0 12px 30px rgb(15 23 42 / .045)}.cdpt-footer-search-card{box-shadow:inset 0 1px 0 rgb(255 255 255 / .72)}@media (max-width:1024px){.cdpt-site-header{top:0;padding:6px 0 8px}}@media (max-width:640px){.cdpt-site-header{padding:6px 0 8px}}.cdpt-site-footer{margin-top:32px;padding:34px 0 30px;background:radial-gradient(circle at 15% 0%,rgb(20 145 109 / .24),transparent 34%),radial-gradient(circle at 92% 18%,rgb(244 197 66 / .18),transparent 28%),linear-gradient(180deg,#0f172a 0%,#101827 54%,#0b1220 100%);color:#f8fafc}.cdpt-site-footer .cdpt-footer-top{background:rgb(15 23 42 / .68);border-color:rgb(255 255 255 / .12);box-shadow:0 22px 58px rgb(2 6 23 / .28)}.cdpt-site-footer .cdpt-footer-logo-text,.cdpt-site-footer .cdpt-footer-column h3{color:#fff}.cdpt-site-footer .cdpt-footer-brand p,.cdpt-site-footer .cdpt-footer-search-card p,.cdpt-site-footer .cdpt-footer-bottom,.cdpt-site-footer .cdpt-footer-bottom p{color:rgb(226 232 240 / .82)}.cdpt-site-footer .cdpt-footer-badges span{border-color:rgb(52 211 153 / .22);background:rgb(20 145 109 / .16);color:#bbf7d0}.cdpt-site-footer .cdpt-footer-search-card,.cdpt-site-footer .cdpt-footer-column{background:rgb(255 255 255 / .07);border-color:rgb(255 255 255 / .12);box-shadow:0 12px 32px rgb(2 6 23 / .16)}.cdpt-site-footer .cdpt-footer-search{background:rgb(255 255 255 / .96);border-color:rgb(255 255 255 / .18)}.cdpt-site-footer .cdpt-footer-column a,.cdpt-site-footer .cdpt-footer-column span,.cdpt-site-footer .cdpt-footer-bottom-links a,.cdpt-site-footer .cdpt-footer-bottom-links span{color:rgb(226 232 240 / .78)}.cdpt-site-footer .cdpt-footer-column a:hover,.cdpt-site-footer .cdpt-footer-bottom-links a:hover{color:#facc15}.cdpt-site-footer .cdpt-footer-search-label{box-shadow:0 10px 22px rgb(244 197 66 / .15)}@media (max-width:640px){.cdpt-site-footer{margin-top:24px;padding:26px 0 24px}}