/* Direkt Tender Layout Addon v0.3.8 */
.dt-topzone,
.dt-topzone *,
.dt-endzone,
.dt-endzone *{box-sizing:border-box}

.dt-topzone{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);position:relative;overflow:hidden;color:#f7f3ec;font-family:Arial,Helvetica,sans-serif;background-image:var(--dt-hero-bg);background-size:cover;background-position:center center;background-repeat:no-repeat;isolation:isolate}
.dt-topzone-home{min-height:820px;background-position:center center}
.dt-topzone-inner{min-height:390px;background-position:center center}
.dt-topzone:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,8,10,.92) 0%,rgba(12,12,13,.76) 32%,rgba(18,16,14,.42) 68%,rgba(10,10,10,.38) 100%),radial-gradient(circle at 78% 42%,rgba(213,179,121,.24),transparent 35%),radial-gradient(circle at 10% 90%,rgba(105,255,218,.10),transparent 30%);z-index:-2}
.dt-topzone-inner:before{background:linear-gradient(90deg,rgba(7,8,10,.91) 0%,rgba(12,12,13,.78) 45%,rgba(12,12,13,.50) 100%),radial-gradient(circle at 80% 38%,rgba(213,179,121,.20),transparent 35%)}
.dt-visual-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.18) 0%,rgba(0,0,0,.04) 45%,rgba(0,0,0,.70) 100%);z-index:-1}
.dt-topzone:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:linear-gradient(90deg,transparent,rgba(213,179,121,.78),rgba(105,255,218,.46),transparent);box-shadow:0 0 28px rgba(213,179,121,.26)}

.dt-barwrap{position:relative;z-index:6;width:min(1240px,calc(100% - 44px));margin:0 auto;padding:22px 0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:22px}
.dt-bar-left,.dt-bar-center,.dt-bar-right{display:flex;align-items:center;min-width:0}
.dt-logo-left .dt-bar-left{justify-content:flex-start}.dt-logo-left .dt-bar-center{justify-content:center}.dt-logo-left .dt-bar-right{justify-content:flex-end}
.dt-logo-center{grid-template-columns:minmax(0,1fr) auto minmax(0,1fr)}
.dt-logo-center .dt-bar-left{justify-content:flex-start}.dt-logo-center .dt-bar-center{justify-content:center}.dt-logo-center .dt-bar-right{justify-content:flex-end}
.dt-logo-right{grid-template-columns:minmax(0,1fr) auto auto}
.dt-logo-right .dt-bar-left{justify-content:flex-start}.dt-logo-right .dt-bar-center{justify-content:center}.dt-logo-right .dt-bar-right{justify-content:flex-end}
.dt-brandlink{display:inline-flex;align-items:center;text-decoration:none;color:#f8f3e8;min-width:max-content;max-width:100%}
.dt-wordmark-top{display:inline-flex;align-items:center;gap:12px;color:#f8f3e8;min-width:max-content;max-width:100%}
.dt-wordmark-emblem{width:42px;height:42px;border-radius:14px;border:1px solid rgba(213,179,121,.45);display:flex;align-items:center;justify-content:center;background:rgba(10,10,10,.42);color:#e4c27c;font-size:14px;font-weight:900;letter-spacing:-1px;box-shadow:0 0 28px rgba(213,179,121,.15);flex:0 0 auto}
.dt-wordmark-name{text-transform:uppercase;letter-spacing:8px;font-size:18px;font-weight:400;color:#f8f3e8;text-shadow:0 0 22px rgba(255,255,255,.12);white-space:nowrap}
.dt-wordmark-image{height:46px;max-width:260px;display:inline-flex;align-items:center;justify-content:center;flex:0 1 auto}
.dt-wordmark-image img{display:block;max-height:46px;max-width:260px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 12px 22px rgba(0,0,0,.22))}
.dt-navline{display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap;min-width:0}
.dt-navline a{position:relative;color:rgba(255,255,255,.78);text-decoration:none;text-transform:uppercase;letter-spacing:1.35px;font-size:12px;font-weight:700;line-height:1;transition:.22s ease;white-space:nowrap}
.dt-navline a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:1px;background:linear-gradient(90deg,#d9b56f,#7ffff0);transition:.22s ease}
.dt-navline a:hover{color:#f7e4bc}
.dt-navline a:hover:after{right:0}
.dt-actions-top{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:max-content}
.dt-accountbox{position:relative}
.dt-accountbtn,.dt-nav-toggle{font-family:inherit}
.dt-accountbtn{height:42px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(10,10,10,.42);backdrop-filter:blur(14px);color:#f8f3e8;display:inline-flex;align-items:center;gap:8px;padding:0 13px;cursor:pointer;transition:.22s ease}
.dt-account-svg{width:18px;height:18px;fill:#e1c081;flex:0 0 auto}
.dt-accountbtn span{font-size:12px;text-transform:uppercase;letter-spacing:1px;font-weight:800}
.dt-accountbox:hover .dt-accountbtn,.dt-accountbox:focus-within .dt-accountbtn{border-color:rgba(213,179,121,.65);box-shadow:0 0 22px rgba(213,179,121,.12)}
.dt-accountdrop{position:absolute;right:0;top:calc(100% + 10px);min-width:178px;padding:9px;background:rgba(16,16,16,.95);border:1px solid rgba(213,179,121,.24);border-radius:18px;box-shadow:0 24px 70px rgba(0,0,0,.38);opacity:0;visibility:hidden;transform:translateY(6px);transition:.2s ease;z-index:30}
.dt-accountbox:hover .dt-accountdrop,.dt-accountbox:focus-within .dt-accountdrop{opacity:1;visibility:visible;transform:translateY(0)}
.dt-accountdrop a{display:block;padding:11px 12px;border-radius:12px;color:rgba(255,255,255,.78);text-decoration:none;font-size:13px}
.dt-accountdrop a:hover{background:rgba(213,179,121,.1);color:#f7e4bc}
.dt-mini-cta{height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 17px;border-radius:999px;border:1px solid rgba(213,179,121,.6);background:linear-gradient(135deg,#d9b56f,#f5dfad);color:#16130e!important;text-decoration:none;text-transform:uppercase;letter-spacing:.8px;font-size:12px;font-weight:900;box-shadow:0 15px 36px rgba(213,179,121,.16);transition:.22s ease;white-space:nowrap}
.dt-mini-cta:hover{transform:translateY(-1px);filter:brightness(1.04)}
.dt-nav-toggle{display:none;width:44px;height:42px;border:1px solid rgba(255,255,255,.2);border-radius:14px;background:rgba(10,10,10,.42);align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer;flex:0 0 auto}
.dt-nav-toggle span{width:18px;height:2px;border-radius:3px;background:#f8f3e8}
.dt-mobile-panel{display:none}

.dt-hero-inner{position:relative;z-index:2;width:min(1240px,calc(100% - 44px));margin:0 auto;display:flex;align-items:center;min-height:calc(820px - 86px);padding:82px 0 124px}
.dt-topzone-inner .dt-hero-inner{min-height:304px;padding:42px 0 64px}
.dt-hero-copy{max-width:760px}
.dt-topzone-inner .dt-hero-copy{max-width:760px}
.dt-kicker{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;color:#e4c27c;text-transform:uppercase;letter-spacing:3px;font-size:12px;font-weight:900}
.dt-kicker:before{content:"";width:32px;height:1px;background:#e4c27c;box-shadow:0 0 16px rgba(213,179,121,.55)}
.dt-hero-copy h1{margin:0 0 22px;color:#fff;font-size:clamp(42px,5.3vw,78px);line-height:.98;letter-spacing:-2.5px;font-weight:800;max-width:860px}
.dt-topzone-inner .dt-hero-copy h1{font-size:clamp(32px,3.9vw,56px);max-width:780px}
.dt-hero-copy p{margin:0;max-width:640px;color:rgba(255,255,255,.75);font-size:18px;line-height:1.75}
.dt-topzone-inner .dt-hero-copy p{font-size:16px;max-width:620px}
.dt-hero-buttons{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}
.dt-hero-primary,.dt-hero-secondary{min-height:52px;padding:15px 24px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;text-transform:uppercase;letter-spacing:.9px;font-size:13px;font-weight:900;transition:.24s ease}
.dt-hero-primary{background:linear-gradient(135deg,#d9b56f,#f5dfad);color:#15110c!important;box-shadow:0 18px 45px rgba(213,179,121,.18)}
.dt-hero-secondary{border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.045);color:#f8f3e8!important;backdrop-filter:blur(14px)}
.dt-hero-primary:hover,.dt-hero-secondary:hover{transform:translateY(-2px)}
.dt-search-shell{margin-top:26px;width:min(620px,100%);min-height:58px;border:1px solid rgba(255,255,255,.14);border-radius:20px;background:rgba(13,13,13,.50);backdrop-filter:blur(16px);display:flex;align-items:center;justify-content:space-between;gap:14px;padding:8px 10px 8px 18px;box-shadow:0 22px 70px rgba(0,0,0,.22)}
.dt-search-shell span{color:rgba(255,255,255,.62);font-size:14px}
.dt-search-shell a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:10px 16px;border-radius:999px;background:rgba(127,255,240,.12);border:1px solid rgba(127,255,240,.3);color:#7ffff0;text-decoration:none;font-size:13px;font-weight:800;white-space:nowrap}

.dt-endzone{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);position:relative;overflow:hidden;background:radial-gradient(circle at 15% 20%,rgba(86,255,218,.13),transparent 32%),radial-gradient(circle at 85% 15%,rgba(213,179,121,.10),transparent 30%),linear-gradient(135deg,#171717 0%,#202020 42%,#111 100%);color:#f4f4f4;font-family:Arial,Helvetica,sans-serif;padding:72px 24px 26px;border-top:1px solid rgba(213,179,121,.30)}
.dt-endzone:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(105,255,218,.045) 1px,transparent 1px),linear-gradient(0deg,rgba(105,255,218,.03) 1px,transparent 1px);background-size:70px 70px;opacity:.35;pointer-events:none}
.dt-endzone:after{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,rgba(213,179,121,.7),rgba(105,255,218,.5),transparent);box-shadow:0 0 24px rgba(213,179,121,.28)}
.dt-endzone-inner{position:relative;z-index:2;max-width:1240px;margin:0 auto}
.dt-endzone-grid{display:grid;grid-template-columns:1.35fr .82fr .82fr .82fr 1fr;gap:34px;align-items:start}
.dt-endzone-brand{padding-right:18px}
.dt-wordmark-bottom{display:inline-flex;align-items:center;gap:12px;margin-bottom:18px;color:#f8f3e8;max-width:100%}
.dt-wordmark-bottom-icon{width:42px;height:42px;border-radius:14px;border:1px solid rgba(213,179,121,.55);display:flex;align-items:center;justify-content:center;color:#e4c27c;font-size:15px;font-weight:900;letter-spacing:-1px;background:rgba(255,255,255,.04);box-shadow:0 0 22px rgba(213,179,121,.14);flex:0 0 auto}
.dt-wordmark-bottom-name{font-size:22px;font-weight:400;letter-spacing:9px;text-transform:uppercase;color:#f8f3e8;line-height:1.1;text-shadow:0 0 18px rgba(213,179,121,.12);white-space:nowrap}
.dt-endzone .dt-wordmark-image{height:48px;max-width:280px}
.dt-endzone .dt-wordmark-image img{max-height:48px;max-width:280px}
.dt-endzone-brand p{max-width:390px;color:rgba(255,255,255,.72);font-size:15px;line-height:1.75;margin:0 0 22px}
.dt-eco-badge{display:inline-flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid rgba(213,179,121,.26);border-radius:999px;color:#f3e2be;background:rgba(213,179,121,.06);font-size:13px;line-height:1}
.dt-eco-badge span{width:7px;height:7px;border-radius:50%;background:#e4c27c;box-shadow:0 0 14px rgba(213,179,121,.9);flex:0 0 auto}
.dt-endzone-col h4,.dt-support-card h4{margin:0 0 18px;color:#e4c27c;font-size:13px;text-transform:uppercase;letter-spacing:2.5px;font-weight:900}
.dt-endzone-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.dt-endzone-col a{color:rgba(255,255,255,.72);text-decoration:none;font-size:14px;line-height:1.35;transition:.22s ease;display:inline-flex;align-items:center;gap:8px}
.dt-endzone-col a:before{content:"";width:5px;height:5px;border-radius:50%;background:rgba(213,179,121,.48);transition:.22s ease;flex:0 0 auto}
.dt-endzone-col a:hover{color:#f3d99e;transform:translateX(4px)}
.dt-endzone-col a:hover:before{background:#e4c27c;box-shadow:0 0 12px rgba(213,179,121,.8)}
.dt-support-card{border:1px solid rgba(213,179,121,.24);border-radius:24px;padding:22px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.025));box-shadow:0 22px 60px rgba(0,0,0,.24)}
.dt-support-card p{margin:0 0 18px;color:rgba(255,255,255,.7);font-size:14px;line-height:1.65}
.dt-support-mail{display:inline-flex;color:#f3d99e!important;text-decoration:none;font-size:14px;margin-bottom:16px;word-break:break-word}
.dt-endzone-cta{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:44px;padding:12px 16px;border-radius:999px;border:1px solid rgba(213,179,121,.55);color:#14110c!important;background:linear-gradient(135deg,#d9b56f,#f5dfad);text-decoration:none;font-size:13px;font-weight:900;letter-spacing:.5px;text-transform:uppercase;transition:.25s ease;box-shadow:0 14px 34px rgba(213,179,121,.16)}
.dt-endzone-cta:hover{transform:translateY(-2px);box-shadow:0 18px 44px rgba(213,179,121,.24);filter:brightness(1.04)}
.dt-endzone-bottom{position:relative;z-index:2;max-width:1240px;margin:46px auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:space-between;gap:20px;color:rgba(255,255,255,.55);font-size:13px;line-height:1.5}
.dt-endzone-bottom-links{display:flex;gap:18px;flex-wrap:wrap}
.dt-endzone-bottom-links a{color:rgba(255,255,255,.6);text-decoration:none;transition:.22s ease}
.dt-endzone-bottom-links a:hover{color:#f3d99e}

@media(max-width:1180px){.dt-navline{gap:14px}.dt-navline a{font-size:11px}.dt-mini-cta{display:none}.dt-endzone-grid{grid-template-columns:1fr 1fr 1fr}.dt-support-card{grid-column:span 2}.dt-wordmark-name{letter-spacing:5px;font-size:15px}.dt-wordmark-image{max-width:220px}.dt-wordmark-image img{max-width:220px}}
@media(max-width:960px){.dt-barwrap,.dt-logo-center,.dt-logo-right{width:min(100% - 32px,1240px);padding:16px 0;display:grid;grid-template-columns:1fr auto;gap:14px}.dt-barwrap .dt-bar-left,.dt-barwrap .dt-bar-center,.dt-barwrap .dt-bar-right{display:flex}.dt-logo-left .dt-bar-left,.dt-logo-center .dt-bar-center,.dt-logo-right .dt-bar-right{grid-column:1;grid-row:1;justify-content:flex-start}.dt-logo-left .dt-bar-center,.dt-logo-center .dt-bar-left,.dt-logo-right .dt-bar-left{display:none}.dt-logo-left .dt-bar-right,.dt-logo-center .dt-bar-right,.dt-logo-right .dt-bar-center{grid-column:2;grid-row:1;justify-content:flex-end}.dt-accountbox,.dt-mini-cta{display:none}.dt-nav-toggle{display:flex}.dt-wordmark-name{letter-spacing:5px;font-size:15px}.dt-wordmark-emblem{width:38px;height:38px}.dt-wordmark-image{height:42px;max-width:210px}.dt-wordmark-image img{max-height:42px;max-width:210px}.dt-mobile-panel{position:relative;z-index:10;width:min(100% - 32px,1240px);margin:0 auto 0;padding:0;display:block;max-height:0;overflow:hidden;transition:max-height .25s ease}.dt-mobile-panel.is-open{max-height:620px}.dt-mobile-panel .dt-navline{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:10px;background:rgba(13,13,13,.88);border:1px solid rgba(213,179,121,.22);border-radius:22px;backdrop-filter:blur(18px)}.dt-mobile-panel .dt-navline a{padding:14px 14px;border-bottom:1px solid rgba(255,255,255,.06);font-size:12px}.dt-mobile-panel .dt-navline a:last-child{border-bottom:0}.dt-mobile-account{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.dt-mobile-account a{min-height:44px;border-radius:999px;text-decoration:none;display:flex;align-items:center;justify-content:center;border:1px solid rgba(213,179,121,.32);color:#f8f3e8;background:rgba(255,255,255,.055);font-size:13px;font-weight:900;text-transform:uppercase}.dt-topzone-home{min-height:740px}.dt-hero-inner{min-height:calc(740px - 74px);width:min(100% - 32px,1240px);padding:58px 0 96px}.dt-hero-copy h1{letter-spacing:-1.6px}.dt-hero-copy p{font-size:16px}.dt-search-shell{align-items:stretch;flex-direction:column;padding:14px}.dt-search-shell a{width:100%}}
@media(max-width:760px){.dt-endzone{padding:56px 20px 24px}.dt-endzone-grid{grid-template-columns:1fr;gap:28px}.dt-support-card{grid-column:auto}.dt-wordmark-bottom-name{font-size:19px;letter-spacing:6px}.dt-endzone-bottom{flex-direction:column;align-items:flex-start}.dt-hero-buttons a{width:100%}.dt-topzone-inner{min-height:360px}.dt-topzone-inner .dt-hero-inner{min-height:286px}.dt-kicker{letter-spacing:2px;font-size:11px}.dt-hero-copy h1{font-size:clamp(36px,11vw,52px)}.dt-wordmark-name{letter-spacing:4px;font-size:14px}.dt-wordmark-image{max-width:180px}.dt-wordmark-image img{max-width:180px}}

/* v0.3.1: WordPress menu support */
.dt-navline-wp{display:flex;align-items:center;justify-content:center;min-width:0}
.dt-navline-wp .dt-wp-nav-menu{list-style:none;padding:0;margin:0;display:flex;align-items:center;justify-content:center;gap:20px;flex-wrap:wrap}
.dt-navline-wp .dt-wp-nav-menu li{position:relative;margin:0;padding:0;list-style:none}
.dt-navline-wp .dt-wp-nav-menu a{position:relative;color:rgba(255,255,255,.78);text-decoration:none;text-transform:uppercase;letter-spacing:1.35px;font-size:12px;font-weight:700;line-height:1;transition:.22s ease;white-space:nowrap}
.dt-navline-wp .dt-wp-nav-menu a:after{content:"";position:absolute;left:0;right:100%;bottom:-9px;height:1px;background:linear-gradient(90deg,#d9b56f,#7ffff0);transition:.22s ease}
.dt-navline-wp .dt-wp-nav-menu a:hover{color:#f7e4bc}
.dt-navline-wp .dt-wp-nav-menu a:hover:after{right:0}
.dt-navline-wp .sub-menu{position:absolute;left:0;top:calc(100% + 12px);min-width:205px;list-style:none;margin:0;padding:10px;background:rgba(16,16,16,.95);border:1px solid rgba(213,179,121,.24);border-radius:18px;box-shadow:0 24px 70px rgba(0,0,0,.38);opacity:0;visibility:hidden;transform:translateY(6px);transition:.2s ease;z-index:40}
.dt-navline-wp li:hover > .sub-menu,.dt-navline-wp li:focus-within > .sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.dt-navline-wp .sub-menu li{display:block;width:100%}
.dt-navline-wp .sub-menu a{display:block;padding:10px 11px;border-radius:12px;color:rgba(255,255,255,.78);font-size:12px;letter-spacing:.9px;text-transform:none}
.dt-navline-wp .sub-menu a:after{display:none}
.dt-navline-wp .sub-menu a:hover{background:rgba(213,179,121,.08);color:#f3d99e}
@media(max-width:1180px){.dt-navline-wp .dt-wp-nav-menu{gap:14px}.dt-navline-wp .dt-wp-nav-menu a{font-size:11px}}
@media(max-width:960px){.dt-mobile-panel .dt-navline-wp .dt-wp-nav-menu{display:flex;flex-direction:column;align-items:stretch;gap:0;padding:10px;background:rgba(13,13,13,.88);border:1px solid rgba(213,179,121,.22);border-radius:22px;backdrop-filter:blur(18px)}.dt-mobile-panel .dt-navline-wp .dt-wp-nav-menu a{display:block;padding:14px 14px;border-bottom:1px solid rgba(255,255,255,.06);font-size:12px}.dt-mobile-panel .dt-navline-wp .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;background:rgba(255,255,255,.035);border:0;border-radius:14px;margin:0 10px 10px;padding:6px}.dt-mobile-panel .dt-navline-wp .sub-menu a{padding:11px 12px;border-bottom:0}}

/* v0.3.2: Home hero integrated search */
.dt-hero-search-slot{margin-top:28px;width:min(760px,100%);position:relative;z-index:4}
.dt-hero-search-slot > *{max-width:100%}
.dt-hero-search-shortcode{border:1px solid rgba(213,179,121,.22);border-radius:24px;background:linear-gradient(180deg,rgba(13,13,13,.60),rgba(13,13,13,.42));backdrop-filter:blur(18px);box-shadow:0 26px 80px rgba(0,0,0,.32),0 0 0 1px rgba(255,255,255,.035) inset;padding:14px}
.dt-hero-search-slot form{margin:0}
.dt-hero-search-slot input[type="search"],
.dt-hero-search-slot input[type="text"],
.dt-hero-search-slot select{min-height:48px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.08);color:#fff;padding:0 16px;outline:none;box-shadow:none;font-family:Arial,Helvetica,sans-serif}
.dt-hero-search-slot input::placeholder{color:rgba(255,255,255,.55)}
.dt-hero-search-slot button,
.dt-hero-search-slot input[type="submit"],
.dt-hero-search-slot .button,
.dt-hero-search-slot a.button{min-height:48px;border-radius:999px!important;border:1px solid rgba(213,179,121,.60)!important;background:linear-gradient(135deg,#d9b56f,#f5dfad)!important;color:#15110c!important;text-transform:uppercase;letter-spacing:.8px;font-size:12px;font-weight:900;text-decoration:none;padding:0 22px;cursor:pointer;box-shadow:0 14px 32px rgba(213,179,121,.16);transition:.22s ease;font-family:Arial,Helvetica,sans-serif}
.dt-hero-search-slot button:hover,
.dt-hero-search-slot input[type="submit"]:hover,
.dt-hero-search-slot .button:hover{transform:translateY(-1px);filter:brightness(1.04)}
.dt-hero-search-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;padding:12px;border:1px solid rgba(213,179,121,.22);border-radius:24px;background:linear-gradient(180deg,rgba(13,13,13,.60),rgba(13,13,13,.42));backdrop-filter:blur(18px);box-shadow:0 26px 80px rgba(0,0,0,.32),0 0 0 1px rgba(255,255,255,.035) inset}
.dt-hero-search-form input[type="search"]{width:100%}
@media(max-width:760px){.dt-hero-search-slot{margin-top:22px;width:100%}.dt-hero-search-form{grid-template-columns:1fr}.dt-hero-search-form button,.dt-hero-search-slot button,.dt-hero-search-slot input[type="submit"],.dt-hero-search-slot .button{width:100%}.dt-hero-search-shortcode{padding:12px}}


/* v0.3.3: GTranslate + stronger responsive account/menu zone */
.dt-actions-top{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;gap:7px;min-width:max-content}
.dt-actions-main{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:max-content}
.dt-lang-switch{display:flex;align-items:center;justify-content:flex-end;gap:8px;max-width:270px}
.dt-lang-label{color:rgba(255,255,255,.54);font-size:10px;font-weight:900;letter-spacing:1.4px;text-transform:uppercase;line-height:1}
.dt-lang-shortcode{display:flex;align-items:center;justify-content:flex-end;min-width:0}
.dt-lang-shortcode select,.dt-lang-shortcode .gt_selector,.dt-lang-shortcode .goog-te-combo{min-height:30px;max-width:175px;border-radius:999px!important;border:1px solid rgba(213,179,121,.30)!important;background:rgba(10,10,10,.52)!important;color:#f8f3e8!important;padding:4px 28px 4px 10px!important;font-size:11px!important;font-weight:800!important;outline:none!important;box-shadow:0 12px 30px rgba(0,0,0,.18)!important}
.dt-lang-shortcode img{max-height:18px;width:auto;vertical-align:middle;border-radius:2px}
.dt-lang-shortcode a{color:#f8f3e8;text-decoration:none;font-size:11px}
.dt-mobile-account-icon{display:none;width:42px;height:42px;border:1px solid rgba(213,179,121,.35);border-radius:14px;background:rgba(10,10,10,.48);align-items:center;justify-content:center;color:#f8f3e8;text-decoration:none;box-shadow:0 0 24px rgba(213,179,121,.10)}
.dt-mobile-account-icon .dt-account-svg{width:19px;height:19px;fill:#e4c27c}
.dt-mobile-action-card{display:none}
.dt-nav-toggle span{display:block!important;opacity:1!important;background:linear-gradient(90deg,#f7e4bc,#ffffff)!important;box-shadow:0 0 12px rgba(213,179,121,.22)}
.dt-nav-toggle[aria-expanded="true"]{border-color:rgba(213,179,121,.68);background:rgba(213,179,121,.10)}
.dt-nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.dt-nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0!important}
.dt-nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.dt-nav-toggle span{transition:.2s ease}

@media(max-width:1180px){.dt-lang-label{display:none}.dt-lang-shortcode select,.dt-lang-shortcode .gt_selector,.dt-lang-shortcode .goog-te-combo{max-width:150px}}

@media(max-width:960px){
  .dt-actions-top{display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px!important;min-width:auto!important}
  .dt-actions-main{gap:8px!important;min-width:auto!important}
  .dt-actions-top .dt-accountbox,.dt-actions-top .dt-mini-cta,.dt-actions-top>.dt-lang-switch{display:none!important}
  .dt-mobile-account-icon{display:inline-flex!important;flex:0 0 auto}
  .dt-nav-toggle{display:inline-flex!important;width:44px!important;height:42px!important;flex:0 0 auto!important;border-color:rgba(213,179,121,.38)!important;background:rgba(10,10,10,.52)!important;box-shadow:0 0 22px rgba(213,179,121,.08)!important}
  .dt-mobile-panel.is-open{max-height:820px!important}
  .dt-mobile-action-card{display:block;margin-top:10px;padding:14px;border:1px solid rgba(213,179,121,.24);border-radius:22px;background:linear-gradient(180deg,rgba(13,13,13,.90),rgba(13,13,13,.76));backdrop-filter:blur(18px);box-shadow:0 22px 60px rgba(0,0,0,.30)}
  .dt-mobile-action-title{display:flex;align-items:center;gap:9px;margin:0 0 12px;color:#f8f3e8;font-size:12px;font-weight:900;letter-spacing:1.4px;text-transform:uppercase}
  .dt-mobile-action-title .dt-account-svg{fill:#e4c27c;width:18px;height:18px}
  .dt-mobile-account{display:grid!important;grid-template-columns:1fr 1fr;gap:10px;margin-top:0!important}
  .dt-mobile-account a{min-height:46px!important;border-radius:999px!important;text-decoration:none!important;display:flex!important;align-items:center!important;justify-content:center!important;border:1px solid rgba(213,179,121,.32)!important;color:#f8f3e8!important;background:rgba(255,255,255,.055)!important;font-size:13px!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.6px!important}
  .dt-mobile-account a.dt-mobile-register,.dt-mobile-account a:nth-child(2){background:linear-gradient(135deg,#d9b56f,#f5dfad)!important;color:#16130e!important;border-color:rgba(213,179,121,.60)!important}
  .dt-lang-mobile{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;max-width:none!important;margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.08)}
  .dt-lang-mobile .dt-lang-label{display:inline-flex!important;color:#e4c27c!important;font-size:11px!important;letter-spacing:1.4px!important}
  .dt-lang-mobile .dt-lang-shortcode{justify-content:flex-end!important;flex:1!important}
  .dt-lang-mobile .dt-lang-shortcode select,.dt-lang-mobile .dt-lang-shortcode .gt_selector,.dt-lang-mobile .dt-lang-shortcode .goog-te-combo{max-width:210px!important;width:100%!important;min-height:38px!important;background:rgba(255,255,255,.07)!important}
  .dt-wordmark-name{max-width:calc(100vw - 170px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
}

@media(max-width:520px){
  .dt-barwrap,.dt-logo-center,.dt-logo-right{width:min(100% - 28px,1240px)!important;grid-template-columns:minmax(0,1fr) auto!important}
  .dt-wordmark-name{letter-spacing:5px!important;font-size:14px!important;max-width:calc(100vw - 152px)}
  .dt-wordmark-emblem{width:38px!important;height:38px!important;border-radius:13px!important}
  .dt-mobile-account-icon{width:40px;height:40px;border-radius:13px}
  .dt-nav-toggle{width:40px!important;height:40px!important;border-radius:13px!important}
  .dt-topzone-home{min-height:760px!important;background-position:center center!important}
  .dt-hero-inner{min-height:calc(760px - 72px)!important;width:min(100% - 28px,1240px)!important;padding:54px 0 90px!important}
  .dt-hero-copy h1{font-size:clamp(35px,10.2vw,48px)!important;line-height:1.04!important;letter-spacing:-1.3px!important}
  .dt-hero-copy p{font-size:16px!important;line-height:1.75!important}
  .dt-hero-primary,.dt-hero-secondary{min-height:50px!important}
  .dt-hero-search-slot{margin-top:22px!important}
}


/* v0.3.4: uploaded DT icon + premium footer social links */
.dt-wordmark-top .dt-wordmark-image,
.dt-wordmark-bottom .dt-wordmark-image{
  width:44px;
  height:44px;
  max-width:44px;
  border-radius:14px;
  overflow:hidden;
  box-shadow:0 0 28px rgba(213,179,121,.16),0 12px 28px rgba(0,0,0,.24);
  background:rgba(10,10,10,.32);
  border:1px solid rgba(213,179,121,.22);
}
.dt-wordmark-top .dt-wordmark-image img,
.dt-wordmark-bottom .dt-wordmark-image img{
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:cover;
  display:block;
}
.dt-wordmark-bottom .dt-wordmark-image{
  width:42px;
  height:42px;
  max-width:42px;
}
.dt-social-row{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:9px;
  margin-top:18px;
}
.dt-social-link{
  min-height:36px;
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:7px 10px;
  border-radius:999px;
  border:1px solid rgba(213,179,121,.22);
  background:rgba(255,255,255,.045);
  color:rgba(255,255,255,.72);
  text-decoration:none;
  font-size:12px;
  font-weight:800;
  letter-spacing:.25px;
  transition:.22s ease;
  backdrop-filter:blur(14px);
}
.dt-social-mark{
  width:22px;
  height:22px;
  border-radius:50%;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  background:rgba(213,179,121,.12);
  color:#e4c27c;
  border:1px solid rgba(213,179,121,.20);
  font-size:11px;
  line-height:1;
  font-weight:900;
}
.dt-social-link:hover{
  transform:translateY(-2px);
  border-color:rgba(213,179,121,.58);
  color:#f7e4bc;
  box-shadow:0 14px 34px rgba(0,0,0,.22),0 0 22px rgba(213,179,121,.12);
}
.dt-social-link:hover .dt-social-mark{
  background:linear-gradient(135deg,#d9b56f,#f5dfad);
  color:#15110c;
}
.dt-social-link[href="#"]{cursor:default;opacity:.88}
.dt-social-link[href="#"]:hover{transform:none}
@media(max-width:760px){
  .dt-social-row{gap:8px;margin-top:16px}
  .dt-social-link{min-height:34px;padding:6px 9px;font-size:11px}
  .dt-social-mark{width:21px;height:21px;font-size:10px}
}
@media(max-width:520px){
  .dt-wordmark-top .dt-wordmark-image{width:38px!important;height:38px!important;max-width:38px!important;border-radius:13px!important}
  .dt-wordmark-bottom .dt-wordmark-image{width:38px!important;height:38px!important;max-width:38px!important;border-radius:13px!important}
  .dt-social-text{display:none}
  .dt-social-link{width:36px;height:36px;justify-content:center;padding:0}
}

/* v0.3.5: DT badge force, advanced hero search and real premium social icons */
.dt-wordmark-top .dt-wordmark-image,
.dt-wordmark-bottom .dt-wordmark-image{
  background:transparent!important;
  border:0!important;
  overflow:visible!important;
  box-shadow:none!important;
}
.dt-wordmark-top .dt-wordmark-image img,
.dt-wordmark-bottom .dt-wordmark-image img{
  object-fit:contain!important;
  border-radius:0!important;
  filter:drop-shadow(0 10px 22px rgba(0,0,0,.34)) drop-shadow(0 0 14px rgba(213,179,121,.14));
}
.dt-wordmark-top .dt-wordmark-image{width:46px!important;height:46px!important;max-width:46px!important}
.dt-wordmark-bottom .dt-wordmark-image{width:42px!important;height:42px!important;max-width:42px!important}

.dt-hero-search-advanced{
  margin-top:28px;
  width:min(920px,100%);
  border:1px solid rgba(213,179,121,.26);
  border-radius:26px;
  background:linear-gradient(180deg,rgba(10,14,17,.72),rgba(8,9,10,.54));
  backdrop-filter:blur(20px);
  box-shadow:0 30px 90px rgba(0,0,0,.35),0 0 0 1px rgba(255,255,255,.035) inset;
  padding:13px;
}
.dt-advanced-search-form{
  display:grid;
  grid-template-columns:minmax(220px,1.45fr) minmax(170px,.95fr) minmax(170px,.95fr) auto;
  gap:10px;
  align-items:end;
  margin:0!important;
}
.dt-search-field{
  min-width:0;
  position:relative;
}
.dt-search-field label{
  display:block;
  margin:0 0 7px 3px;
  color:#e4c27c;
  font-size:10px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:1.4px;
  font-weight:900;
}
.dt-search-field input,
.dt-search-field select{
  width:100%!important;
  min-height:48px!important;
  border-radius:16px!important;
  border:1px solid rgba(255,255,255,.13)!important;
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
  padding:0 15px!important;
  outline:none!important;
  box-shadow:none!important;
  font-family:Arial,Helvetica,sans-serif!important;
  font-size:13px!important;
  font-weight:700!important;
}
.dt-search-field select{
  appearance:auto!important;
  color:#f8f3e8!important;
}
.dt-search-field select option{color:#111;background:#fff}
.dt-search-field input::placeholder{color:rgba(255,255,255,.50)}
.dt-search-submit{
  min-height:48px!important;
  height:48px!important;
  min-width:132px!important;
  margin:0!important;
  border-radius:16px!important;
  border:1px solid rgba(213,179,121,.70)!important;
  background:linear-gradient(135deg,#d9b56f,#f5dfad)!important;
  color:#15110c!important;
  text-transform:uppercase!important;
  letter-spacing:.9px!important;
  font-size:12px!important;
  font-weight:950!important;
  padding:0 22px!important;
  cursor:pointer!important;
  box-shadow:0 16px 36px rgba(213,179,121,.18)!important;
  transition:.22s ease!important;
}
.dt-search-submit:hover{transform:translateY(-1px);filter:brightness(1.05)}

.dt-social-row-premium{gap:10px;margin-top:20px}
.dt-social-row-premium .dt-social-link{
  min-height:39px;
  padding:8px 12px 8px 8px;
  border:1px solid rgba(213,179,121,.25);
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));
  box-shadow:0 14px 30px rgba(0,0,0,.18),0 0 0 1px rgba(255,255,255,.03) inset;
}
.dt-social-row-premium .dt-social-mark{
  width:25px;
  height:25px;
  border-radius:999px;
  background:rgba(213,179,121,.12);
  border:1px solid rgba(213,179,121,.22);
  color:#e4c27c;
}
.dt-social-row-premium .dt-social-mark svg{
  width:14px;
  height:14px;
  display:block;
  fill:currentColor;
}
.dt-social-row-premium .dt-social-youtube .dt-social-mark svg{width:15px;height:15px}
.dt-social-row-premium .dt-social-link:hover .dt-social-mark{
  background:linear-gradient(135deg,#d9b56f,#f5dfad);
  color:#15110c;
}

@media(max-width:960px){
  .dt-advanced-search-form{grid-template-columns:1fr 1fr;gap:10px}
  .dt-search-field-keyword{grid-column:1/-1}
  .dt-search-submit{grid-column:1/-1;width:100%!important}
}
@media(max-width:520px){
  .dt-wordmark-top .dt-wordmark-image{width:39px!important;height:39px!important;max-width:39px!important}
  .dt-wordmark-bottom .dt-wordmark-image{width:39px!important;height:39px!important;max-width:39px!important}
  .dt-hero-search-advanced{padding:12px;border-radius:22px;margin-top:22px}
  .dt-advanced-search-form{grid-template-columns:1fr;gap:10px}
  .dt-search-field label{font-size:9px;margin-bottom:6px}
  .dt-search-field input,.dt-search-field select,.dt-search-submit{min-height:46px!important;height:46px!important;border-radius:15px!important}
  .dt-social-row-premium .dt-social-link{width:39px;height:39px;padding:0;justify-content:center}
  .dt-social-row-premium .dt-social-mark{width:26px;height:26px}
}


/* v0.3.6: footer correction requested by Zoran — icon-only premium social row, Rekrutio badge, centered legal links */
.dt-eco-badge{
  display:inline-flex!important;
  align-items:center!important;
  gap:9px!important;
  padding:10px 14px!important;
  border:1px solid rgba(213,179,121,.34)!important;
  border-radius:999px!important;
  color:#f3e2be!important;
  background:linear-gradient(180deg,rgba(213,179,121,.09),rgba(213,179,121,.04))!important;
  font-size:13px!important;
  line-height:1!important;
  box-shadow:0 12px 28px rgba(0,0,0,.16),0 0 18px rgba(213,179,121,.08) inset!important;
}
.dt-eco-badge .dt-eco-dot,
.dt-eco-badge > span:first-child{
  width:7px!important;
  height:7px!important;
  border-radius:50%!important;
  background:#e4c27c!important;
  box-shadow:0 0 14px rgba(213,179,121,.9)!important;
  flex:0 0 auto!important;
}
.dt-eco-badge strong{font-weight:900!important;letter-spacing:.35px!important;color:#f3e2be!important;white-space:nowrap!important}
.dt-eco-badge .dt-red-o{color:#ff2d2d!important;text-shadow:0 0 10px rgba(255,45,45,.35)!important}

.dt-social-row.dt-social-row-premium,
.dt-social-row{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:12px!important;
  margin-top:18px!important;
  width:auto!important;
}
.dt-social-row-premium .dt-social-link,
.dt-social-row .dt-social-link{
  width:44px!important;
  height:44px!important;
  min-width:44px!important;
  min-height:44px!important;
  max-width:44px!important;
  max-height:44px!important;
  padding:0!important;
  border-radius:15px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:0!important;
  border:1.5px solid rgba(213,179,121,.70)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025))!important;
  color:#e4c27c!important;
  text-decoration:none!important;
  box-shadow:0 16px 34px rgba(0,0,0,.24),0 0 0 1px rgba(255,255,255,.035) inset!important;
  backdrop-filter:blur(14px)!important;
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease,background .24s ease!important;
  font-size:0!important;
}
.dt-social-row-premium .dt-social-mark,
.dt-social-row .dt-social-mark{
  width:100%!important;
  height:100%!important;
  border:0!important;
  border-radius:15px!important;
  background:transparent!important;
  color:#e4c27c!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-shadow:none!important;
  margin:0!important;
}
.dt-social-row-premium .dt-social-mark svg,
.dt-social-row .dt-social-mark svg{
  width:19px!important;
  height:19px!important;
  fill:currentColor!important;
  display:block!important;
}
.dt-social-row-premium .dt-social-youtube .dt-social-mark svg,
.dt-social-row .dt-social-youtube .dt-social-mark svg{width:20px!important;height:20px!important}
.dt-social-row-premium .dt-social-text,
.dt-social-row .dt-social-text{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
.dt-social-row-premium .dt-social-link:hover,
.dt-social-row .dt-social-link:hover{
  transform:translateY(-3px)!important;
  border-color:#f3d99e!important;
  color:#15110c!important;
  background:linear-gradient(135deg,#d9b56f,#f5dfad)!important;
  box-shadow:0 18px 44px rgba(0,0,0,.30),0 0 24px rgba(213,179,121,.28)!important;
}
.dt-social-row-premium .dt-social-link[href="#"],
.dt-social-row .dt-social-link[href="#"]{opacity:.94!important;cursor:default!important}
.dt-social-row-premium .dt-social-link[href="#"]:hover,
.dt-social-row .dt-social-link[href="#"]:hover{transform:none!important;color:#e4c27c!important;background:linear-gradient(180deg,rgba(255,255,255,.065),rgba(255,255,255,.025))!important;border-color:rgba(213,179,121,.70)!important}

.dt-endzone-bottom{
  max-width:1240px!important;
  margin:44px auto 0!important;
  padding:22px 140px 30px!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
  display:grid!important;
  grid-template-columns:1fr!important;
  align-items:center!important;
  justify-items:center!important;
  text-align:center!important;
  gap:13px!important;
  color:rgba(255,255,255,.56)!important;
  position:relative!important;
  z-index:2!important;
}
.dt-endzone-bottom > div:first-child{order:2;text-align:center!important;width:100%!important}
.dt-endzone-bottom-links{
  order:1!important;
  display:flex!important;
  flex-wrap:wrap!important;
  justify-content:center!important;
  align-items:center!important;
  gap:18px!important;
  width:100%!important;
  text-align:center!important;
  padding:0!important;
}
.dt-endzone-bottom-links a{color:rgba(255,255,255,.72)!important;text-decoration:none!important;font-weight:700!important;transition:.22s ease!important}
.dt-endzone-bottom-links a:hover{color:#f3d99e!important}

/* make sure the premium search with category/location wins over the old simple search */
.dt-hero-search-advanced{width:min(940px,100%)!important}
.dt-advanced-search-form{display:grid!important}

@media(max-width:960px){
  .dt-endzone-bottom{padding-left:20px!important;padding-right:20px!important;padding-bottom:34px!important}
  .dt-social-row.dt-social-row-premium,.dt-social-row{justify-content:flex-start!important;gap:10px!important}
}
@media(max-width:760px){
  .dt-endzone-brand{text-align:left!important}
  .dt-social-row.dt-social-row-premium,.dt-social-row{justify-content:flex-start!important}
  .dt-social-row-premium .dt-social-link,.dt-social-row .dt-social-link{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;max-width:42px!important;max-height:42px!important}
  .dt-endzone-bottom-links{gap:14px!important}
}
@media(max-width:520px){
  .dt-social-row.dt-social-row-premium,.dt-social-row{justify-content:center!important;width:100%!important}
  .dt-eco-badge{width:100%!important;justify-content:center!important}
  .dt-endzone-brand{text-align:center!important;padding-right:0!important}
  .dt-endzone-bottom{padding-left:16px!important;padding-right:16px!important}
}


/* v0.3.7: final footer/header polish requested by Zoran */
.dt-actions-top{
  align-items:center!important;
}
.dt-actions-top .dt-lang-switch.dt-lang-desktop{
  width:100%!important;
  max-width:none!important;
  justify-content:center!important;
  align-self:center!important;
  margin-top:1px!important;
  padding-right:0!important;
}
.dt-actions-top .dt-lang-desktop .dt-lang-shortcode{
  justify-content:center!important;
}
.dt-actions-top .dt-lang-desktop .dt-lang-label{
  display:inline-flex!important;
  color:rgba(247,228,188,.74)!important;
}
.dt-actions-top .dt-lang-desktop .dt-lang-shortcode select,
.dt-actions-top .dt-lang-desktop .dt-lang-shortcode .gt_selector,
.dt-actions-top .dt-lang-desktop .dt-lang-shortcode .goog-te-combo{
  max-width:160px!important;
  min-width:74px!important;
  text-align:center!important;
}

.dt-footer-brandlink{
  display:inline-flex!important;
  align-items:center!important;
  text-decoration:none!important;
  color:inherit!important;
  margin-bottom:18px!important;
}
.dt-footer-brandlink .dt-wordmark-bottom{
  margin-bottom:0!important;
}
.dt-footer-brandlink:hover .dt-wordmark-bottom-name{
  color:#f3d99e!important;
  text-shadow:0 0 20px rgba(213,179,121,.28)!important;
}
.dt-footer-brandlink:hover .dt-wordmark-image img{
  filter:drop-shadow(0 12px 24px rgba(0,0,0,.36)) drop-shadow(0 0 18px rgba(213,179,121,.24))!important;
}

.dt-eco-badge.dt-eco-powered{
  text-decoration:none!important;
  width:auto!important;
  max-width:max-content!important;
  padding:9px 15px!important;
  border-color:rgba(213,179,121,.42)!important;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(213,179,121,.045))!important;
  color:#f3e2be!important;
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease,background .24s ease!important;
}
.dt-eco-badge.dt-eco-powered strong{
  color:#f3e2be!important;
  font-size:12px!important;
  letter-spacing:.65px!important;
  text-transform:uppercase!important;
}
.dt-eco-badge.dt-eco-powered:hover{
  transform:translateY(-2px)!important;
  border-color:#f3d99e!important;
  background:linear-gradient(135deg,rgba(213,179,121,.16),rgba(255,255,255,.065))!important;
  box-shadow:0 16px 36px rgba(0,0,0,.22),0 0 22px rgba(213,179,121,.18)!important;
}
.dt-eco-badge .dt-red-o{color:inherit!important;text-shadow:none!important}

.dt-endzone-grid{
  grid-template-columns:minmax(270px,1.32fr) minmax(125px,.72fr) minmax(135px,.78fr) minmax(130px,.78fr) minmax(210px,.88fr)!important;
  align-items:start!important;
  gap:30px!important;
}
.dt-support-card{
  align-self:start!important;
  margin-top:0!important;
  transform:none!important;
}

.dt-social-row.dt-social-row-premium{
  margin-top:18px!important;
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  gap:12px!important;
  align-items:center!important;
  justify-content:flex-start!important;
}
.dt-social-row-premium .dt-social-link{
  pointer-events:auto!important;
  cursor:pointer!important;
}
.dt-social-row-premium .dt-social-link[href="#"]{
  cursor:pointer!important;
  opacity:1!important;
}
.dt-social-row-premium .dt-social-link[href="#"]:hover{
  transform:translateY(-3px)!important;
  border-color:#f3d99e!important;
  color:#15110c!important;
  background:linear-gradient(135deg,#d9b56f,#f5dfad)!important;
  box-shadow:0 18px 44px rgba(0,0,0,.30),0 0 24px rgba(213,179,121,.28)!important;
}
.dt-social-row-premium .dt-social-link[href="#"]:hover .dt-social-mark{
  color:#15110c!important;
}

.dt-endzone-bottom.dt-endzone-bottom-polished{
  max-width:1240px!important;
  margin:42px auto 0!important;
  padding:20px 12px 30px!important;
  border-top:1px solid rgba(255,255,255,.10)!important;
  display:grid!important;
  grid-template-columns:minmax(260px,1fr) auto minmax(260px,1fr)!important;
  justify-items:stretch!important;
  align-items:center!important;
  gap:22px!important;
  text-align:left!important;
}
.dt-endzone-bottom-polished .dt-endzone-bottom-links{
  order:0!important;
  display:flex!important;
  justify-content:flex-start!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:18px!important;
  width:auto!important;
  text-align:left!important;
  min-width:0!important;
}
.dt-endzone-bottom-polished .dt-endzone-copyright{
  order:0!important;
  text-align:center!important;
  justify-self:center!important;
  white-space:nowrap!important;
  color:rgba(255,255,255,.58)!important;
  font-size:13px!important;
  line-height:1.4!important;
}
.dt-endzone-bottom-polished .dt-endzone-bottom-spacer{
  display:block!important;
}
.dt-endzone-bottom-polished .dt-endzone-bottom-links a{
  color:rgba(255,255,255,.74)!important;
  text-decoration:none!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.2px!important;
  transition:.22s ease!important;
}
.dt-endzone-bottom-polished .dt-endzone-bottom-links a:hover{
  color:#f3d99e!important;
}

@media(max-width:1180px){
  .dt-endzone-grid{grid-template-columns:1.25fr .78fr .78fr .78fr!important;gap:28px!important}
  .dt-support-card{grid-column:1/-1!important;max-width:440px!important;justify-self:end!important;margin-top:6px!important}
}
@media(max-width:960px){
  .dt-actions-top .dt-lang-switch.dt-lang-desktop{display:none!important}
  .dt-endzone-grid{grid-template-columns:1fr 1fr!important;gap:28px!important}
  .dt-support-card{grid-column:auto!important;max-width:none!important;justify-self:stretch!important}
  .dt-endzone-bottom.dt-endzone-bottom-polished{
    grid-template-columns:1fr!important;
    justify-items:center!important;
    text-align:center!important;
    gap:12px!important;
  }
  .dt-endzone-bottom-polished .dt-endzone-bottom-links{justify-content:center!important;text-align:center!important;order:1!important}
  .dt-endzone-bottom-polished .dt-endzone-copyright{order:2!important;white-space:normal!important}
  .dt-endzone-bottom-polished .dt-endzone-bottom-spacer{display:none!important}
}
@media(max-width:760px){
  .dt-endzone-grid{grid-template-columns:1fr!important}
  .dt-support-card{grid-column:auto!important}
  .dt-social-row.dt-social-row-premium{justify-content:flex-start!important}
}
@media(max-width:520px){
  .dt-footer-brandlink{justify-content:center!important;width:100%!important}
  .dt-eco-badge.dt-eco-powered{max-width:none!important;width:100%!important;justify-content:center!important}
  .dt-social-row.dt-social-row-premium{justify-content:center!important;width:100%!important}
  .dt-endzone-bottom-polished .dt-endzone-bottom-links{gap:14px!important}
}


/* v0.3.8: footer final micro-polish — support card aligned higher + platform link spacing */
@media (min-width:1181px){
  .dt-endzone .dt-endzone-grid > .dt-support-card{
    align-self:start!important;
    margin-top:-14px!important;
    transform:translateY(-10px)!important;
  }
}
.dt-endzone .dt-endzone-col ul li:first-child a{
  color:rgba(255,255,255,.84)!important;
}
.dt-endzone .dt-endzone-col ul li:first-child a:hover{
  color:#f3d99e!important;
}


/* v0.4.4: Core Hero Search override — keep Layout wrapper, but let Core search keep premium dark/blue styling */
.dt-hero-search-slot.dt-hero-search-shortcode{
  width:min(980px,100%)!important;
  padding:14px!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-premium{
  width:100%!important;
  margin:0!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-premium .dtc-search-panel{
  grid-template-columns:1.25fr 1.55fr 1fr 1fr .9fr auto!important;
  gap:12px!important;
  padding:18px!important;
  border-radius:28px!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-premium input,
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-premium .dtc-category-trigger{
  min-height:46px!important;
  border-radius:15px!important;
  border:1px solid rgba(255,255,255,.15)!important;
  background:rgba(255,255,255,.085)!important;
  color:#fff!important;
  padding:11px 14px!important;
  text-transform:none!important;
  letter-spacing:0!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.07),0 10px 28px rgba(0,0,0,.12)!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-premium .dtc-area-segments{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:8px!important;
  min-height:46px!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-premium .dtc-area-segments button{
  min-height:46px!important;
  width:auto!important;
  border-radius:15px!important;
  border:1px solid rgba(111,225,205,.30)!important;
  background:linear-gradient(135deg,rgba(7,48,60,.82),rgba(8,25,48,.72))!important;
  color:rgba(255,255,255,.88)!important;
  padding:9px 10px!important;
  font-size:10.5px!important;
  font-weight:950!important;
  letter-spacing:.06em!important;
  text-transform:uppercase!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 10px 22px rgba(0,0,0,.14)!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-premium .dtc-area-segments button:hover{
  border-color:rgba(245,200,75,.56)!important;
  background:linear-gradient(135deg,rgba(7,76,82,.92),rgba(13,45,70,.78))!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-premium .dtc-area-segments button.is-active{
  border-color:rgba(8,17,31,.78)!important;
  background:linear-gradient(135deg,#fff0b4,#f5c84b 48%,#bf8a1b)!important;
  color:#08111f!important;
  box-shadow:0 16px 36px rgba(245,200,75,.27),inset 0 1px 0 rgba(255,255,255,.60)!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-premium .dtc-category-combo{
  position:relative!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-premium .dtc-category-menu{
  display:none!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:calc(100% + 9px)!important;
  z-index:999!important;
  max-height:310px!important;
  overflow:auto!important;
  padding:10px!important;
  border-radius:20px!important;
  background:linear-gradient(145deg,rgba(5,16,30,.98),rgba(8,39,55,.98))!important;
  border:1px solid rgba(245,200,75,.42)!important;
  box-shadow:0 26px 70px rgba(0,0,0,.52),0 0 0 1px rgba(255,255,255,.06) inset!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-premium .dtc-category-menu.is-open{
  display:block!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-premium .dtc-category-menu-title{
  color:#aee8dc!important;
  padding:10px 10px 6px!important;
  font-size:10px!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  letter-spacing:.14em!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-premium .dtc-category-menu button{
  display:block!important;
  width:100%!important;
  min-height:0!important;
  text-align:left!important;
  border:0!important;
  background:transparent!important;
  color:rgba(255,255,255,.88)!important;
  border-radius:13px!important;
  padding:10px 11px!important;
  font-size:13px!important;
  font-weight:850!important;
  letter-spacing:.01em!important;
  text-transform:none!important;
  box-shadow:none!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-premium .dtc-category-menu button:hover,
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-premium .dtc-category-menu button.is-active{
  background:rgba(245,200,75,.14)!important;
  color:#fff!important;
  transform:none!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-premium .dtc-search-submit button{
  min-height:48px!important;
  border-radius:999px!important;
  border:1.8px solid rgba(8,17,31,.78)!important;
  padding:13px 22px!important;
  background:linear-gradient(135deg,#fff0b4,#f5c84b 45%,#be8619)!important;
  color:#08111f!important;
  font-size:12px!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  letter-spacing:.10em!important;
  box-shadow:0 20px 48px rgba(245,200,75,.34),0 0 0 5px rgba(245,200,75,.08),inset 0 1px 0 rgba(255,255,255,.65)!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-quick-searches-premium{
  margin:12px 4px 0!important;
  gap:8px!important;
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-quick-searches-premium span{
  color:#aee8dc!important;
  font-size:11px!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  letter-spacing:.12em!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-quick-searches-premium button{
  width:auto!important;
  min-height:32px!important;
  border-radius:999px!important;
  border:1px solid rgba(111,225,205,.34)!important;
  background:linear-gradient(135deg,rgba(7,58,68,.90),rgba(8,25,48,.72))!important;
  color:rgba(255,255,255,.90)!important;
  padding:7px 12px!important;
  font-size:10.5px!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 10px 22px rgba(0,0,0,.15)!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-quick-searches-premium button:hover{
  border-color:rgba(245,200,75,.66)!important;
  background:linear-gradient(135deg,rgba(7,80,84,.94),rgba(245,200,75,.18))!important;
  color:#fff!important;
  transform:translateY(-1px)!important;
}
@media(max-width:1240px){
  .dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-premium .dtc-search-panel{grid-template-columns:1fr 1fr!important}
  .dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-premium .dtc-search-submit{grid-column:1/-1!important}
  .dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-premium .dtc-search-submit button{width:100%!important}
}
@media(max-width:760px){
  .dt-hero-search-slot.dt-hero-search-shortcode{width:100%!important;padding:12px!important}
  .dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-premium .dtc-search-panel{grid-template-columns:1fr!important;padding:14px!important;border-radius:24px!important}
  .dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-premium .dtc-area-segments{grid-template-columns:1fr 1fr!important}
  .dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-premium .dtc-category-menu{position:relative!important;top:8px!important;max-height:260px!important}
}


/* v0.4.5: clean hero search UX — Bereich controls quick filters, no visible Kategorie dropdown */
.dt-hero-primary{
  background:linear-gradient(135deg,#55f2cf 0%,#19b99e 48%,#087b72 100%)!important;
  color:#06131d!important;
  border:1.5px solid rgba(124,255,228,.76)!important;
  box-shadow:0 20px 48px rgba(25,185,158,.24),0 0 0 5px rgba(25,185,158,.08),inset 0 1px 0 rgba(255,255,255,.55)!important;
}
.dt-hero-primary:hover{
  transform:translateY(-3px)!important;
  filter:brightness(1.08)!important;
  box-shadow:0 28px 64px rgba(25,185,158,.34),0 0 34px rgba(85,242,207,.28),0 0 0 6px rgba(25,185,158,.12),inset 0 1px 0 rgba(255,255,255,.70)!important;
}
.dt-hero-secondary{
  border:1.5px solid rgba(94,180,255,.46)!important;
  background:linear-gradient(135deg,rgba(7,22,46,.54),rgba(7,58,68,.34))!important;
  color:#e8f7ff!important;
  box-shadow:0 18px 44px rgba(0,0,0,.20),inset 0 1px 0 rgba(255,255,255,.06)!important;
}
.dt-hero-secondary:hover{
  transform:translateY(-3px)!important;
  border-color:rgba(111,225,205,.72)!important;
  background:linear-gradient(135deg,rgba(6,49,82,.76),rgba(7,89,91,.55))!important;
  box-shadow:0 26px 62px rgba(0,0,0,.28),0 0 30px rgba(111,225,205,.20),inset 0 1px 0 rgba(255,255,255,.12)!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-search-panel{
  grid-template-columns:1.35fr 1.55fr 1.05fr 1.05fr auto!important;
  gap:12px!important;
  align-items:end!important;
  padding:20px!important;
  border-radius:28px!important;
  background:linear-gradient(135deg,rgba(6,10,18,.78),rgba(7,30,42,.62))!important;
  border:1.4px solid rgba(213,179,121,.38)!important;
  box-shadow:0 28px 86px rgba(0,0,0,.38),0 0 0 1px rgba(255,255,255,.05) inset!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-search-field-category,
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-category-combo{
  display:none!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-area-segments button{
  background:linear-gradient(135deg,rgba(7,70,80,.92),rgba(8,35,62,.78))!important;
  border-color:rgba(111,225,205,.40)!important;
  color:#eafffb!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-area-segments button.is-active{
  background:linear-gradient(135deg,rgba(20,202,176,.96),rgba(5,103,112,.88))!important;
  color:#06131d!important;
  border-color:rgba(142,255,231,.82)!important;
  box-shadow:0 16px 38px rgba(20,202,176,.27),0 0 0 4px rgba(20,202,176,.10),inset 0 1px 0 rgba(255,255,255,.55)!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-area-segments button:hover{
  background:linear-gradient(135deg,rgba(10,91,98,.96),rgba(11,56,82,.84))!important;
  border-color:rgba(245,200,75,.58)!important;
  color:#fff!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-search-submit button{
  min-width:122px!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-quick-filter-zone{
  margin:13px 6px 0!important;
  padding:0!important;
  display:flex!important;
  align-items:flex-start!important;
  gap:10px!important;
  flex-wrap:wrap!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-quick-filter-zone > span{
  color:#aee8dc!important;
  font-size:10.5px!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  letter-spacing:.14em!important;
  padding-top:9px!important;
  flex:0 0 auto!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-quick-filter-group{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:8px!important;
  align-items:center!important;
  flex:1 1 520px!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-quick-filter-group[hidden]{display:none!important;}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-quick-filter-group button{
  width:auto!important;
  min-height:31px!important;
  border-radius:999px!important;
  border:1px solid rgba(111,225,205,.38)!important;
  background:linear-gradient(135deg,rgba(5,60,73,.86),rgba(7,28,52,.72))!important;
  color:#eafffb!important;
  padding:7px 12px!important;
  font-size:10.2px!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 10px 22px rgba(0,0,0,.16)!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-quick-filter-group button:hover{
  transform:translateY(-2px)!important;
  border-color:rgba(245,200,75,.74)!important;
  background:linear-gradient(135deg,rgba(6,92,95,.94),rgba(12,74,88,.74))!important;
  color:#fff!important;
  box-shadow:0 18px 34px rgba(0,0,0,.24),0 0 24px rgba(245,200,75,.18)!important;
}
@media(max-width:1240px){
  .dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-search-panel{grid-template-columns:1fr 1fr!important}
  .dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-search-field-keyword,
  .dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-area-select-wrap,
  .dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-search-submit{grid-column:1/-1!important}
  .dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-search-submit button{width:100%!important}
}
@media(max-width:760px){
  .dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-search-panel{grid-template-columns:1fr!important;padding:14px!important}
  .dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-area-segments{grid-template-columns:1fr 1fr!important}
  .dt-hero-search-slot.dt-hero-search-shortcode .dtc-quick-filter-zone{display:block!important}
  .dt-hero-search-slot.dt-hero-search-shortcode .dtc-quick-filter-zone > span{display:block!important;margin-bottom:8px!important}
}

/* v0.4.6: Hero search dropdown UX + Post Tender CTA polish */
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-area-select-wrap{position:relative!important;z-index:20!important;}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-area-filter-popover{
  display:none!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:calc(100% + 10px)!important;
  z-index:9999!important;
  padding:13px!important;
  border-radius:22px!important;
  background:linear-gradient(145deg,rgba(4,16,30,.98),rgba(7,45,57,.97))!important;
  border:1.4px solid rgba(111,225,205,.44)!important;
  box-shadow:0 30px 80px rgba(0,0,0,.54),0 0 0 1px rgba(255,255,255,.06) inset,0 0 34px rgba(111,225,205,.10)!important;
  backdrop-filter:blur(18px)!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-area-filter-popover.is-open{display:block!important;}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-area-filter-head{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;margin:0 0 10px!important;padding:0 2px 8px!important;border-bottom:1px solid rgba(255,255,255,.08)!important;}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-area-filter-head span{color:#aee8dc!important;font-size:10.5px!important;font-weight:950!important;letter-spacing:.14em!important;text-transform:uppercase!important;}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-area-filter-head button{width:28px!important;height:28px!important;border-radius:50%!important;border:1px solid rgba(245,200,75,.34)!important;background:rgba(255,255,255,.06)!important;color:#fff!important;font-size:17px!important;line-height:1!important;cursor:pointer!important;}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-area-filter-popover .dtc-quick-filter-group{display:flex!important;flex-wrap:wrap!important;gap:8px!important;align-items:center!important;}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-area-filter-popover .dtc-quick-filter-group[hidden]{display:none!important;}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-area-filter-popover .dtc-quick-filter-group button{
  width:auto!important;
  min-height:31px!important;
  border-radius:999px!important;
  border:1px solid rgba(111,225,205,.42)!important;
  background:linear-gradient(135deg,rgba(5,71,84,.92),rgba(8,32,56,.78))!important;
  color:#eafffb!important;
  padding:7px 12px!important;
  font-size:10px!important;
  font-weight:950!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  cursor:pointer!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 10px 22px rgba(0,0,0,.16)!important;
}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-area-filter-popover .dtc-quick-filter-group button:hover{transform:translateY(-2px)!important;border-color:rgba(245,200,75,.78)!important;background:linear-gradient(135deg,rgba(7,92,96,.96),rgba(245,200,75,.18))!important;color:#fff!important;box-shadow:0 18px 36px rgba(0,0,0,.28),0 0 22px rgba(245,200,75,.18)!important;}
.dt-hero-search-slot.dt-hero-search-shortcode .dtc-quick-filter-zone{display:none!important;}
.dt-hero-secondary{border-color:rgba(111,225,205,.50)!important;background:linear-gradient(135deg,rgba(5,36,66,.62),rgba(5,77,82,.42))!important;color:#ecfffb!important;}
.dt-hero-secondary:hover{border-color:rgba(245,200,75,.70)!important;background:linear-gradient(135deg,rgba(7,78,86,.76),rgba(9,45,78,.72))!important;color:#fff!important;box-shadow:0 26px 62px rgba(0,0,0,.30),0 0 30px rgba(111,225,205,.22)!important;}
@media(max-width:760px){
  .dt-hero-search-slot.dt-hero-search-shortcode .dtc-hero-search-clean .dtc-area-filter-popover{position:relative!important;top:8px!important;margin-bottom:8px!important;}
}

/* v0.4.11 Featured Companies / Premium Netzwerk */
.dtfc-section{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  padding:82px 22px 116px;
  font-family:Arial,Helvetica,sans-serif;
  color:#07192d;
  background:
    radial-gradient(circle at 10% 16%, rgba(245,200,75,.36), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(220,45,45,.16), transparent 36%),
    linear-gradient(180deg, #ead6b3 0%, #f1dfbf 42%, #fff2dc 100%);
  overflow:hidden;
  isolation:isolate;
}
.dtfc-section *{box-sizing:border-box}
.dtfc-section:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(rgba(7,25,45,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,25,45,.045) 1px, transparent 1px);
  background-size:54px 54px;
  opacity:.48;
  pointer-events:none;
}
.dtfc-shell{
  position:relative;
  max-width:1500px;
  width:min(1500px, calc(100vw - 44px));
  margin:0 auto;
  padding:72px 54px 54px;
  border-radius:48px;
  background:
    linear-gradient(135deg, rgba(255,246,228,.99), rgba(239,211,168,.94)),
    radial-gradient(circle at 10% 12%, rgba(245,200,75,.34), transparent 36%);
  border:5px solid rgba(245,200,75,.92);
  box-shadow:
    0 44px 112px rgba(7,25,45,.20),
    0 0 0 2px rgba(255,255,255,.82) inset,
    inset 0 1px 0 rgba(255,255,255,.98);
  overflow:visible;
}
.dtfc-shell:before{
  content:"";
  position:absolute;
  left:34px;
  right:34px;
  top:27px;
  height:6px;
  border-radius:999px;
  background:linear-gradient(90deg,#dc2d2d,#f5c84b,rgba(245,200,75,.28));
  box-shadow:0 12px 28px rgba(245,200,75,.32);
}
.dtfc-shell:after{
  content:"";
  position:absolute;
  width:540px;
  height:540px;
  right:-250px;
  top:-250px;
  border-radius:999px;
  background:rgba(245,200,75,.18);
  filter:blur(14px);
  pointer-events:none;
  z-index:0;
}
.dtfc-clipper{
  position:absolute;
  top:-30px;
  left:52px;
  z-index:8;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:0 42px;
  border-radius:999px;
  color:#07192d;
  background:linear-gradient(135deg,#fff3bd 0%,#f5c84b 48%,#d79f19 100%);
  border:3px solid rgba(126,83,10,.72);
  box-shadow:
    0 24px 54px rgba(7,25,45,.20),
    0 0 0 1px rgba(255,255,255,.70) inset,
    inset 0 2px 0 rgba(255,255,255,.62),
    inset 0 -8px 18px rgba(126,83,10,.16);
  font-size:15px;
  font-weight:900;
  letter-spacing:.22em;
  text-transform:uppercase;
  white-space:nowrap;
}
.dtfc-clipper:before{
  content:"";
  position:absolute;
  inset:6px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.52);
  pointer-events:none;
}
.dtfc-clipper:after{
  content:"";
  position:absolute;
  left:18%;
  right:18%;
  bottom:-8px;
  height:10px;
  border-radius:999px;
  background:rgba(7,25,45,.16);
  filter:blur(8px);
  pointer-events:none;
}
.dtfc-head{
  position:relative;
  z-index:2;
  max-width:920px;
  margin:0 auto 34px;
  text-align:center;
}
.dtfc-head h2{
  margin:0;
  color:#07192d;
  font-size:clamp(36px,4.1vw,62px);
  line-height:1.02;
  letter-spacing:-.055em;
  font-weight:900;
}
.dtfc-head p{
  margin:20px auto 0;
  max-width:830px;
  color:rgba(7,25,45,.76);
  font-size:17px;
  line-height:1.68;
  font-weight:750;
}
.dtfc-cards{
  position:relative;
  z-index:2;
}
.dtfc-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.dtfc-card{
  position:relative;
  aspect-ratio:1/1;
  min-height:230px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:22px;
  border-radius:30px;
  text-decoration:none!important;
  color:#07192d;
  background:
    radial-gradient(circle at 92% 10%, rgba(245,200,75,.26), transparent 29%),
    linear-gradient(180deg, rgba(255,255,255,.99), rgba(255,244,221,.92));
  border:4px solid rgba(245,200,75,.96);
  box-shadow:
    0 26px 62px rgba(7,25,45,.15),
    0 0 0 1px rgba(255,255,255,.90) inset,
    inset 0 1px 0 rgba(255,255,255,.96);
  overflow:hidden;
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease,background .24s ease;
}
.dtfc-card:before{
  content:"";
  position:absolute;
  left:22px;
  right:22px;
  bottom:16px;
  height:5px;
  z-index:2;
  border-radius:999px;
  background:linear-gradient(90deg,#dc2d2d 0%, #f5c84b 52%, rgba(245,200,75,.22) 100%);
  box-shadow:0 10px 24px rgba(220,45,45,.16);
  opacity:.92;
  pointer-events:none;
}

.dtfc-card.dtfc-placeholder{
  justify-content:center;
  background:
    radial-gradient(circle at 50% 32%, rgba(245,200,75,.36), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,236,199,.84));
  border-color:rgba(245,200,75,.94);
}
.dtfc-card.dtfc-placeholder .dtfc-logo-wrap{
  width:112px;
  height:112px;
  margin:0 auto;
  border-radius:31px;
  background:rgba(255,255,255,.74);
}
.dtfc-card.dtfc-placeholder .dtfc-brand-mark{
  font-size:42px;
}
.dtfc-card:hover{
  transform:translateY(-8px);
  border-color:#f5c84b;
  box-shadow:
    0 34px 78px rgba(7,25,45,.18),
    0 0 0 3px rgba(245,200,75,.20),
    inset 0 1px 0 rgba(255,255,255,.96);
  color:#07192d;
}
.dtfc-red-corner{
  position:absolute;
  top:-26px;
  right:-26px;
  width:78px;
  height:78px;
  transform:rotate(45deg);
  background:linear-gradient(135deg,#dc2d2d,#9f1616);
  box-shadow:0 14px 32px rgba(220,45,45,.24);
}
.dtfc-badge{
  position:absolute;
  top:16px;
  left:16px;
  z-index:2;
  min-height:30px;
  display:inline-flex;
  align-items:center;
  padding:0 11px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,#dc2d2d,#a51616);
  border:1px solid rgba(255,255,255,.35);
  box-shadow:0 12px 28px rgba(220,45,45,.22);
  font-size:11px;
  line-height:1;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.dtfc-logo-wrap{
  position:relative;
  z-index:2;
  width:104px;
  height:104px;
  border-radius:30px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:16px auto 22px;
  background:rgba(255,255,255,.82);
  border:3px solid rgba(245,200,75,.88);
  box-shadow:
    0 24px 52px rgba(7,25,45,.14),
    inset 0 1px 0 rgba(255,255,255,.95);
  overflow:hidden;
}
.dtfc-logo-img{
  max-width:78%;
  max-height:78%;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
}
.dtfc-brand-mark{
  display:inline-flex;
  align-items:baseline;
  color:#07192d;
  font-size:38px;
  line-height:1;
  font-weight:900;
  letter-spacing:-.07em;
}
.dtfc-dot{
  color:#dc2d2d;
  font-size:1.28em;
  line-height:0;
  margin-left:1px;
}
.dtfc-company-name{
  position:relative;
  z-index:2;
  display:block;
  width:100%;
  color:#07192d;
  font-size:18px;
  line-height:1.18;
  font-weight:900;
  letter-spacing:-.025em;
}
.dtfc-company-city{
  position:relative;
  z-index:2;
  display:block;
  margin-top:8px;
  color:rgba(7,25,45,.68);
  font-size:14px;
  line-height:1.2;
  font-weight:800;
}
.dtfc-carousel-wrap{
  position:relative;
  z-index:2;
  padding:0 52px;
}
.dtfc-carousel-track{
  display:flex;
  gap:18px;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  scroll-behavior:smooth;
  -webkit-overflow-scrolling:touch;
  padding:4px 2px 30px;
  scrollbar-width:thin;
}
.dtfc-carousel-track .dtfc-card{
  flex:0 0 calc((100% - 54px) / 4);
  scroll-snap-align:start;
}
.dtfc-carousel-btn{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  z-index:5;
  width:46px;
  height:46px;
  border-radius:16px;
  border:2px solid rgba(245,200,75,.86);
  color:#07192d;
  background:linear-gradient(135deg,#fff3bd,#f5c84b);
  box-shadow:0 18px 38px rgba(7,25,45,.14);
  font-size:30px;
  line-height:1;
  font-weight:900;
  cursor:pointer;
  transition:transform .22s ease,box-shadow .22s ease,background .22s ease;
}
.dtfc-carousel-btn:hover{
  transform:translateY(-50%) scale(1.05);
  box-shadow:0 24px 48px rgba(7,25,45,.18);
}
.dtfc-carousel-prev{left:0}
.dtfc-carousel-next{right:0}
.dtfc-actions{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:center;
  margin-top:34px;
}
.dtfc-more{
  position:relative;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 28px;
  border-radius:999px;
  color:#07192d;
  background:rgba(255,255,255,.48);
  border:3px solid rgba(245,200,75,.96);
  box-shadow:0 18px 44px rgba(7,25,45,.10);
  text-decoration:none!important;
  font-size:15px;
  font-weight:900;
  transition:transform .24s ease,box-shadow .24s ease,background .24s ease,color .24s ease;
}
.dtfc-more:before{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  bottom:7px;
  height:3px;
  border-radius:999px;
  background:#dc2d2d;
  opacity:.72;
}
.dtfc-more:hover{
  transform:translateY(-3px);
  color:#07192d;
  background:#f5c84b;
  box-shadow:0 24px 58px rgba(245,200,75,.28);
}
.dtfc-empty{
  position:relative;
  z-index:2;
  max-width:760px;
  margin:0 auto;
  padding:28px;
  border-radius:28px;
  text-align:center;
  background:rgba(255,255,255,.72);
  border:2px solid rgba(245,200,75,.58);
  box-shadow:0 22px 52px rgba(7,25,45,.10);
}
.dtfc-empty strong{display:block;color:#07192d;font-size:22px;font-weight:900;margin-bottom:8px}
.dtfc-empty span{display:block;color:rgba(7,25,45,.70);font-size:15px;line-height:1.55;font-weight:700}
@media(max-width:1120px){
  .dtfc-section{padding:72px 20px 96px}
  .dtfc-shell{width:min(1500px, calc(100vw - 40px));padding:68px 38px 38px}
  .dtfc-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .dtfc-carousel-track .dtfc-card{flex-basis:calc((100% - 18px) / 2)}
}
@media(max-width:760px){
  .dtfc-section{padding:62px 16px 76px}
  .dtfc-shell{width:min(1500px, calc(100vw - 32px));padding:64px 18px 30px;border-radius:32px;border-width:4px}
  .dtfc-clipper{left:26px;top:-26px;min-height:50px;padding:0 26px;font-size:12px;letter-spacing:.16em}
  .dtfc-head{text-align:left;margin-bottom:26px}
  .dtfc-head h2{font-size:clamp(31px,10vw,44px);line-height:1.05;letter-spacing:-.045em}
  .dtfc-head p{font-size:15.5px;line-height:1.58;margin-top:18px}
  .dtfc-grid{grid-template-columns:1fr;gap:15px}
  .dtfc-card{min-height:245px;border-radius:27px}
  .dtfc-carousel-wrap{padding:0 0 56px}
  .dtfc-carousel-track .dtfc-card{flex-basis:82%;min-width:260px}
  .dtfc-carousel-btn{top:auto;bottom:0;transform:none;width:44px;height:44px}
  .dtfc-carousel-btn:hover{transform:scale(1.04)}
  .dtfc-carousel-prev{left:calc(50% - 52px)}
  .dtfc-carousel-next{right:calc(50% - 52px)}
}
@media(max-width:440px){
  .dtfc-section{padding:52px 14px 66px}
  .dtfc-shell{width:min(1500px, calc(100vw - 28px));padding:62px 14px 26px;border-radius:28px}
  .dtfc-clipper{left:20px;right:20px;width:auto;justify-content:center;padding:0 18px;font-size:11px;letter-spacing:.13em}
  .dtfc-logo-wrap{width:90px;height:90px;margin-bottom:18px}
  .dtfc-company-name{font-size:17px}
  .dtfc-company-city{font-size:13px}
  .dtfc-carousel-track .dtfc-card{flex-basis:88%}
}

/* v0.4.12 Direkt Tender Insights + Final CTA */
.dtlp-section{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  padding:86px 22px 112px;
  font-family:Arial,Helvetica,sans-serif;
  color:#07192d;
  background:
    radial-gradient(circle at 11% 18%, rgba(245,200,75,.26), transparent 34%),
    radial-gradient(circle at 88% 16%, rgba(220,45,45,.12), transparent 36%),
    linear-gradient(180deg,#efe0c7 0%,#f7ecd9 48%,#fff7eb 100%);
  overflow:hidden;
  isolation:isolate;
}
.dtlp-section *{box-sizing:border-box}
.dtlp-section:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:
    linear-gradient(rgba(7,25,45,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7,25,45,.04) 1px, transparent 1px);
  background-size:54px 54px;
  opacity:.46;
  pointer-events:none;
}
.dtlp-shell{
  position:relative;
  max-width:1340px;
  margin:0 auto;
  padding:72px 46px 46px;
  border-radius:46px;
  background:
    linear-gradient(135deg,rgba(255,250,240,.98),rgba(246,230,201,.90)),
    radial-gradient(circle at 10% 12%, rgba(245,200,75,.28), transparent 34%);
  border:4px solid rgba(245,200,75,.72);
  box-shadow:
    0 40px 100px rgba(7,25,45,.18),
    0 0 0 1px rgba(255,255,255,.84) inset,
    inset 0 1px 0 rgba(255,255,255,.98);
  overflow:visible;
}
.dtlp-shell:before{
  content:"";
  position:absolute;
  left:32px;
  right:32px;
  top:26px;
  height:5px;
  border-radius:999px;
  background:linear-gradient(90deg,#dc2d2d,#f5c84b,rgba(245,200,75,.18));
  box-shadow:0 10px 24px rgba(245,200,75,.25);
}
.dtlp-shell:after{
  content:"";
  position:absolute;
  width:540px;
  height:540px;
  right:-250px;
  top:-250px;
  border-radius:999px;
  background:rgba(245,200,75,.18);
  filter:blur(14px);
  pointer-events:none;
  z-index:0;
}
.dtlp-clipper{
  position:absolute;
  top:-30px;
  left:52px;
  z-index:8;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:0 42px;
  border-radius:999px;
  color:#07192d;
  background:linear-gradient(135deg,#fff3bd 0%,#f5c84b 48%,#d79f19 100%);
  border:3px solid rgba(126,83,10,.72);
  box-shadow:
    0 24px 54px rgba(7,25,45,.20),
    0 0 0 1px rgba(255,255,255,.70) inset,
    inset 0 2px 0 rgba(255,255,255,.62),
    inset 0 -8px 18px rgba(126,83,10,.16);
  font-size:15px;
  font-weight:900;
  letter-spacing:.20em;
  text-transform:uppercase;
  white-space:nowrap;
}
.dtlp-clipper:before{
  content:"";
  position:absolute;
  inset:6px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.52);
  pointer-events:none;
}
.dtlp-clipper:after{
  content:"";
  position:absolute;
  left:18%;
  right:18%;
  bottom:-8px;
  height:10px;
  border-radius:999px;
  background:rgba(7,25,45,.16);
  filter:blur(8px);
  pointer-events:none;
}
.dtlp-head{
  position:relative;
  z-index:2;
  max-width:920px;
  margin:0 auto 34px;
  text-align:center;
}
.dtlp-head h2{
  margin:0;
  color:#07192d;
  font-size:clamp(36px,4.1vw,62px);
  line-height:1.02;
  letter-spacing:-.055em;
  font-weight:900;
}
.dtlp-head p{
  margin:20px auto 0;
  max-width:820px;
  color:rgba(7,25,45,.76);
  font-size:17px;
  line-height:1.68;
  font-weight:750;
}
.dtlp-grid{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}
.dtlp-card{
  position:relative;
  min-height:255px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:26px 24px 24px;
  border-radius:30px;
  text-decoration:none!important;
  color:#07192d;
  background:
    radial-gradient(circle at 94% 10%, rgba(245,200,75,.26), transparent 29%),
    linear-gradient(180deg,rgba(255,255,255,.99),rgba(255,244,221,.92));
  border:4px solid rgba(245,200,75,.94);
  box-shadow:
    0 26px 62px rgba(7,25,45,.14),
    0 0 0 1px rgba(255,255,255,.90) inset,
    inset 0 1px 0 rgba(255,255,255,.96);
  overflow:hidden;
  transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease,background .24s ease;
}
.dtlp-card-line{
  position:absolute;
  left:22px;
  right:22px;
  bottom:16px;
  height:5px;
  border-radius:999px;
  background:linear-gradient(90deg,#dc2d2d 0%,#f5c84b 52%,rgba(245,200,75,.22) 100%);
  box-shadow:0 10px 24px rgba(220,45,45,.16);
  pointer-events:none;
}
.dtlp-card:before{
  content:"";
  position:absolute;
  width:82px;
  height:82px;
  right:-28px;
  top:-28px;
  transform:rotate(45deg);
  background:linear-gradient(135deg,#dc2d2d,#9f1616);
  box-shadow:0 14px 32px rgba(220,45,45,.22);
  opacity:.88;
}
.dtlp-card:hover{
  transform:translateY(-8px);
  border-color:#f5c84b;
  color:#07192d;
  box-shadow:
    0 34px 78px rgba(7,25,45,.18),
    0 0 0 3px rgba(245,200,75,.20),
    inset 0 1px 0 rgba(255,255,255,.96);
}
.dtlp-meta{
  position:relative;
  z-index:2;
  display:inline-flex;
  width:max-content;
  max-width:100%;
  min-height:31px;
  align-items:center;
  padding:0 12px;
  border-radius:999px;
  color:#fff;
  background:linear-gradient(135deg,#dc2d2d,#a51616);
  border:1px solid rgba(255,255,255,.35);
  box-shadow:0 12px 28px rgba(220,45,45,.18);
  font-size:11px;
  font-weight:900;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.dtlp-card strong{
  position:relative;
  z-index:2;
  display:block;
  margin:24px 0 14px;
  color:#07192d;
  font-size:24px;
  line-height:1.12;
  letter-spacing:-.035em;
  font-weight:900;
}
.dtlp-excerpt{
  position:relative;
  z-index:2;
  display:block;
  color:rgba(7,25,45,.72);
  font-size:15px;
  line-height:1.55;
  font-weight:750;
  margin-bottom:22px;
}
.dtlp-readmore{
  position:relative;
  z-index:2;
  display:inline-flex;
  width:max-content;
  align-items:center;
  margin-top:auto;
  color:#07192d;
  font-size:14px;
  font-weight:900;
  border-bottom:3px solid #f5c84b;
  padding-bottom:4px;
}
.dtlp-readmore:after{content:"›";margin-left:8px;color:#dc2d2d;font-size:20px;line-height:1}
.dtlp-actions{
  position:relative;
  z-index:2;
  display:flex;
  justify-content:center;
  margin-top:34px;
}
.dtlp-more{
  position:relative;
  overflow:hidden;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 28px;
  border-radius:999px;
  color:#07192d;
  background:rgba(255,255,255,.48);
  border:3px solid rgba(245,200,75,.96);
  box-shadow:0 18px 44px rgba(7,25,45,.10);
  text-decoration:none!important;
  font-size:15px;
  font-weight:900;
  transition:transform .24s ease,box-shadow .24s ease,background .24s ease,color .24s ease;
}
.dtlp-more:before{
  content:"";
  position:absolute;
  left:18px;
  right:18px;
  bottom:7px;
  height:3px;
  border-radius:999px;
  background:#dc2d2d;
  opacity:.72;
}
.dtlp-more:hover{
  transform:translateY(-3px);
  color:#07192d;
  background:#f5c84b;
  box-shadow:0 24px 58px rgba(245,200,75,.28);
}

 .dtcta-section{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  position:relative;
  min-height:390px;
  display:flex;
  align-items:center;
  padding:64px 22px 76px;
  font-family:Arial,Helvetica,sans-serif;
  color:#fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(245,200,75,.22), transparent 28%),
    radial-gradient(circle at 88% 24%, rgba(255,145,42,.18), transparent 31%),
    radial-gradient(circle at 48% 115%, rgba(220,45,45,.14), transparent 34%),
    linear-gradient(135deg,#07192d 0%,#123d6d 48%,#06111f 100%);
  overflow:hidden;
  isolation:isolate;
}
.dtcta-section *{box-sizing:border-box}
.dtcta-section:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-2;
  background:
    linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size:58px 58px;
  opacity:.22;
  pointer-events:none;
}
.dtcta-section:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(90deg,rgba(7,25,45,.78),rgba(7,25,45,.44) 48%,rgba(7,25,45,.76));
  pointer-events:none;
}
.dtcta-orb,.dtcta-silhouette{position:absolute;pointer-events:none;z-index:0}
.dtcta-orb{border-radius:999px;filter:blur(4px);opacity:.62}
.dtcta-orb-1{width:260px;height:260px;left:-110px;top:42px;background:rgba(245,200,75,.18)}
.dtcta-orb-2{width:280px;height:280px;right:-110px;top:52px;background:rgba(255,145,42,.15)}
.dtcta-orb-3{width:210px;height:210px;left:48%;bottom:-120px;background:rgba(220,45,45,.14)}
.dtcta-silhouette{
  width:150px;
  height:190px;
  border:2px solid rgba(245,200,75,.10);
  border-radius:26px;
  transform:rotate(-10deg);
  opacity:.22;
}
.dtcta-silhouette-1{right:10%;top:54px}
.dtcta-silhouette-2{left:8%;bottom:38px;transform:rotate(9deg);border-color:rgba(255,255,255,.07)}
.dtcta-shell{
  position:relative;
  z-index:2;
  max-width:820px;
  width:100%;
  margin:0 auto;
  padding:60px 42px 38px;
  border-radius:34px;
  background:rgba(7,25,45,.60);
  border:1.5px solid rgba(245,200,75,.46);
  box-shadow:
    0 30px 78px rgba(0,0,0,.32),
    0 0 0 1px rgba(255,255,255,.08) inset;
  backdrop-filter:blur(16px);
  overflow:visible;
}
.dtcta-shell:before{
  content:"";
  position:absolute;
  left:30px;
  right:30px;
  top:24px;
  height:5px;
  border-radius:999px;
  background:linear-gradient(90deg,#dc2d2d,#f5c84b,rgba(245,200,75,.20));
  box-shadow:0 12px 28px rgba(245,200,75,.24);
}
.dtcta-clipper{
  position:absolute;
  top:-28px;
  left:42px;
  z-index:8;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 34px;
  border-radius:999px;
  color:#f5c84b;
  background:
    linear-gradient(135deg, rgba(18,61,109,.96) 0%, rgba(11,36,64,.98) 100%);
  border:2px solid rgba(245,200,75,.74);
  box-shadow:
    0 22px 50px rgba(0,0,0,.24),
    0 0 0 1px rgba(255,255,255,.10) inset,
    inset 0 2px 0 rgba(255,255,255,.13),
    inset 0 -9px 18px rgba(0,0,0,.18);
  font-size:13px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
  white-space:nowrap;
}
.dtcta-clipper:before{
  content:"";
  position:absolute;
  inset:6px;
  border-radius:999px;
  border:1px solid rgba(245,200,75,.28);
  pointer-events:none;
}
.dtcta-clipper:after{
  content:"";
  position:absolute;
  left:18%;
  right:18%;
  bottom:-8px;
  height:10px;
  border-radius:999px;
  background:rgba(0,0,0,.28);
  filter:blur(8px);
  pointer-events:none;
}
.dtcta-content{display:block}
.dtcta-copy{
  max-width:720px;
}
.dtcta-copy h2{
  margin:0;
  max-width:720px;
  color:#fff;
  font-size:clamp(32px,3.15vw,50px);
  line-height:1.04;
  letter-spacing:-.050em;
  font-weight:900;
}
.dtcta-copy h2::selection,.dtcta-copy p::selection{background:#f5c84b;color:#07192d}
.dtcta-copy p{
  margin:18px 0 0;
  max-width:680px;
  color:rgba(255,255,255,.84);
  font-size:16px;
  line-height:1.60;
  font-weight:650;
}
.dtcta-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:24px}
.dtcta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:0 26px;
  border-radius:999px;
  text-decoration:none!important;
  font-size:15px;
  font-weight:900;
  transition:transform .24s ease,box-shadow .24s ease,background .24s ease,color .24s ease,border-color .24s ease;
}
.dtcta-btn-primary{
  color:#07192d;
  background:#f5c84b;
  border:2px solid #f5c84b;
  box-shadow:0 20px 48px rgba(245,200,75,.26);
}
.dtcta-btn-primary:hover{transform:translateY(-3px);background:#ffdc71;color:#07192d;box-shadow:0 26px 60px rgba(245,200,75,.36)}
.dtcta-btn-secondary{
  color:#fff;
  background:rgba(255,255,255,.055);
  border:2px solid rgba(220,45,45,.90);
  box-shadow:0 18px 44px rgba(0,0,0,.20);
}
.dtcta-btn-secondary:hover{transform:translateY(-3px);background:#dc2d2d;color:#fff;border-color:#dc2d2d;box-shadow:0 24px 56px rgba(220,45,45,.26)}
.dtcta-badges{display:none!important}
.dtcta-dot{color:#dc2d2d;font-size:1.28em;line-height:0;margin-left:1px}
@media(max-width:1120px){
  .dtlp-section{padding:72px 20px 96px}
  .dtlp-shell{padding:68px 38px 38px}
  .dtlp-grid{grid-template-columns:1fr}
  .dtcta-section{padding:64px 20px 74px;min-height:auto}
  .dtcta-shell{padding:58px 34px 36px;max-width:780px}
  .dtcta-content{display:block}
}
@media(max-width:760px){
  .dtlp-section{padding:62px 16px 76px}
  .dtlp-shell{padding:64px 18px 30px;border-radius:32px;border-width:3px}
  .dtlp-clipper{left:26px;top:-26px;min-height:50px;padding:0 26px;font-size:12px;letter-spacing:.14em}
  .dtlp-head{text-align:left;margin-bottom:26px}
  .dtlp-head h2{font-size:clamp(31px,10vw,44px);line-height:1.05;letter-spacing:-.045em}
  .dtlp-head p{font-size:15.5px;line-height:1.58;margin-top:18px}
  .dtlp-card{min-height:235px;border-radius:27px;padding:24px 20px}
  .dtlp-card strong{font-size:22px}
  .dtcta-section{padding:64px 16px 66px}
  .dtcta-shell{padding:56px 18px 26px;border-radius:30px;max-width:680px}
  .dtcta-clipper{left:26px;top:-25px;min-height:48px;padding:0 24px;font-size:11px;letter-spacing:.10em}
  .dtcta-copy h2{font-size:clamp(30px,9.5vw,42px);line-height:1.04}
  .dtcta-copy p{font-size:15.5px;line-height:1.58;margin-top:18px}
  .dtcta-actions{display:grid;grid-template-columns:1fr;gap:12px;margin-top:22px}
  .dtcta-btn{width:100%;min-height:56px}
  .dtcta-orb-1{width:260px;height:260px;left:-140px;top:90px}
  .dtcta-orb-2{width:280px;height:280px;right:-145px;top:110px}
  .dtcta-silhouette{display:none}
}
@media(max-width:440px){
  .dtlp-section{padding:52px 14px 66px}
  .dtlp-shell{padding:62px 14px 26px;border-radius:28px}
  .dtlp-clipper{left:20px;right:20px;width:auto;justify-content:center;padding:0 18px;font-size:11px;letter-spacing:.12em}
  .dtlp-meta{font-size:10px}
  .dtcta-section{padding:60px 14px 62px}
  .dtcta-shell{padding:54px 14px 24px;border-radius:26px}
  .dtcta-clipper{left:20px;right:20px;width:auto;justify-content:center;padding:0 16px;font-size:10.5px;letter-spacing:.09em;white-space:normal;text-align:center}
}
