.k17-hero-block{
padding-top: 40px;
padding-bottom: 24px;
}
.k17-hero-inner{
display: grid;
grid-template-columns: 1.1fr 0.9fr;
align-items: center;
gap: 60px;
}
.k17-eyebrow{
display: inline-block;
margin-bottom: 16px;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.04em;
color: #eb6700;
}
.k17-hero-title{
font-size: 64px;
line-height: 1.05;
letter-spacing: -0.04em;
margin: 0 0 24px;
color: #1d1d1f;
}
.k17-hero-textline{
font-size: 20px;
line-height: 1.45;
color: #6e6e73;
max-width: 620px;
margin: 0 0 28px;
}
.k17-button{
display: inline-block;
background: #eb6700;
color: #ffffff;
text-decoration: none;
font-size: 15px;
font-weight: 600;
padding: 14px 22px;
border-radius: 10px;
transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.k17-button:hover{
transform: translateY(-1px);
box-shadow: 0 10px 24px rgba(235, 103, 0, 0.18);
opacity: 0.96;
}
.k17-hero-placeholder{
min-height: 360px;
background: #f5f5f7;
border-radius: 24px;
display: flex;
align-items: center;
justify-content: center;
color: #6e6e73;
font-size: 18px;
text-align: center;
padding: 20px;
} .k17-services-block{
padding: 24px 0 0px;
}
.k17-services-grid{
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.k17-service-card{
background: #f5f5f7;
border-radius: 18px;
padding: 32px 28px;
transition: transform .2s ease, box-shadow .2s ease;
}
.k17-service-card:hover{
transform: translateY(-4px);
box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.k17-service-card h3{
margin: 0 0 16px;
font-size: 30px;
line-height: 1.15;
letter-spacing: -0.02em;
color: #1d1d1f;
}
.k17-service-card p{
margin: 0;
font-size: 18px;
line-height: 1.5;
color: #6e6e73;
} .k17-trust-block{
padding: 24px 0;
}
.k17-trust-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
}
.k17-trust-item{
text-align:center;
}
.k17-trust-number{
font-size:36px;
font-weight:700;
color:#1d1d1f;
margin-bottom:6px;
}
.k17-trust-text{
font-size:16px;
color:#6e6e73;
} .k17-section-block{
padding: 24px 0;
}
.k17-section-inner{
max-width: 820px;
}
.k17-section-eyebrow{
display: inline-block;
margin-bottom: 14px;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.04em;
color: #eb6700;
}
.k17-section-title{
font-size: 42px;
line-height: 1.15;
letter-spacing: -0.03em;
margin: 0 0 20px;
}
.k17-section-title.is-default{
color:#1d1d1f;
}
.k17-section-title.is-orange{
color:#eb6700;
}
.k17-section-title.is-muted{
color:#6e6e73;
}
.k17-section-text{
font-size: 18px;
line-height: 1.6;
color: #6e6e73;
margin: 0 0 28px;
}
.k17-section-actions{
margin-top: 20px;
} .k17-features-4-block{
padding: 24px 0;
}
.k17-features-4-grid{
display: grid;
grid-template-columns: repeat(4, minmax(0, 1fr));
gap: 24px;
align-items: stretch;
}
.k17-feature-4-card{
background: #f5f5f7;
border-radius: 18px;
padding: 28px 24px;
box-sizing: border-box;
min-height: 260px;
display:flex;
flex-direction:column;
}
.k17-feature-4-title{
margin: 0 0 14px;
font-size: 22px;
line-height: 1.2;
letter-spacing: -0.02em;
color: #eb6700;
}
.k17-feature-4-intro{
margin: 0 0 14px;
font-size: 16px;
line-height: 1.45;
font-weight: 700;
color: #1d1d1f;
}
.k17-feature-4-text{
margin: 0;
font-size: 16px;
line-height: 1.55;
color: #6e6e73;
}
.k17-feature-4-link{
display:inline-block;
margin-top:auto;
padding-top:16px;
font-weight:600;
color:#eb6700;
text-decoration:none;
}
.k17-feature-4-link:hover{
text-decoration:underline;
}
.k17-feature-4-link::after{
content:" →";
} .k17-tool-layout {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 50px;
align-items: start;
width: 100%;
} @media (max-width: 900px) {
.k17-tool-layout {
grid-template-columns: 1fr;
}
} .k17-tool-card {
background: #f5f5f7;
padding: 30px;
border-radius: 18px;
width: 100%;
box-sizing: border-box;
} .k17-tool-form form {
width: 100%;
} .k17-form-group {
display: flex;
flex-direction: column;
margin-bottom: 20px;
} .k17-form-group label {
font-size: 16px;
font-weight: 600;
margin-bottom: 6px;
color: #1d1d1f;
} .k17-input {
width: 100%;
padding: 14px 16px;
border-radius: 12px;
border: 1px solid #e0e0e5;
font-size: 16px;
box-sizing: border-box;
} .k17-textarea {
min-height: 140px;
resize: vertical;
} .k17-input:focus {
outline: none;
border-color: #eb6700;
box-shadow: 0 0 0 2px rgba(235,103,0,0.15);
} .k17-button-primary {
background: #eb6700;
color: #fff;
padding: 16px;
border-radius: 12px;
border: none;
font-weight: 600;
font-size: 18px;
cursor: pointer;
width: 100%;
transition: all 0.2s ease;
}
.k17-button-primary:hover {
background: #cf5a00;
}  .k17-tool-output {
position: sticky;
top: 120px;
} .k17-image-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 12px;
margin-bottom: 16px;
}
.k17-image-grid img {
width: 100%;
border-radius: 10px;
cursor: pointer;
transition: transform 0.15s ease;
}
.k17-image-grid img:hover {
transform: scale(1.03);
}
.k17-image-grid img.selected {
border: 3px solid #eb6700;
}
.k17-agenten-button {
display: inline-block;
background: #eb6700;
color: #ffffff;
padding: 10px 16px;
border-radius: 10px;
font-size: 14px;
font-weight: 600;
text-decoration: none;
margin-top: auto;
align-self: center;
} .k17-cta-block{
padding: 24px 0;
}
.k17-cta-box{
text-align: center;
max-width: 720px;
margin: 0 auto;
}
.k17-cta-title{
font-size: 36px;
margin-bottom: 20px;
color: #1d1d1f;
}
.k17-cta-text{
font-size: 18px;
line-height: 1.5;
color: #6e6e73;
margin-bottom: 28px;
} .k17-faq-block{
padding: 24px 0;
}
.k17-faq-list{
max-width: 900px;
}
.k17-faq-item{
padding: 24px 0;
border-bottom: 1px solid #e9e9ec;
}
.k17-faq-question{
margin: 0 0 12px;
font-size: 24px;
line-height: 1.25;
color: #eb6700;
}
.k17-faq-answer{
font-size: 18px;
line-height: 1.6;
color: #6e6e73;
} .k17-faq-item{
border-bottom:1px solid #e9e9ec;
}
.k17-faq-question{
margin:0;
padding:20px 0;
font-size:22px;
cursor:pointer;
position:relative;
}
.k17-faq-question::after{
content:"+";
position:absolute;
right:0;
top:50%;
transform:translateY(-50%);
font-size:24px;
color:#eb6700;
}
.k17-faq-item.is-open .k17-faq-question::after{
content:"–";
}
.k17-faq-answer{
padding-bottom:20px;
font-size:18px;
line-height:1.6;
color:#6e6e73;
}
.k17-faq-block:not(.is-editor) .k17-faq-answer{
display:none;
}
.k17-faq-block:not(.is-editor) .k17-faq-item.is-open .k17-faq-answer{
display:block;
}  @media (max-width: 1024px) { .k17-hero-inner{
grid-template-columns: 1fr;
gap:40px;
}
.k17-hero-title{
font-size:48px;
} .k17-features-4-grid{
grid-template-columns:repeat(2,1fr);
} .k17-trust-grid{
grid-template-columns:repeat(2,1fr);
}
} @media (max-width:768px) { .k17-hero-title{
font-size:36px;
line-height:1.15;
}
.k17-hero-textline{
font-size:18px;
} .k17-section-title{
font-size:30px;
} .k17-features-4-grid{
grid-template-columns:1fr;
} .k17-trust-grid{
grid-template-columns:1fr;
} .k17-cta-title{
font-size:28px;
} } @media (max-width:480px) {
.k17-hero-title{
font-size:30px;
}
.k17-section-title{
font-size:26px;
}
.k17-card{
padding:24px 20px;
}
} .k17-hero-block + *{
margin-top: 32px;
}
.k17-trust-block + *,
.k17-cards-block + *,
.k17-features-4-block + *{
margin-top: 40px;
}
.k17-faq-block + *{
margin-top: 56px;
}
.k17-cta-block{
margin-top: 8px;
} .k17-cards-block{
padding:24px 0;
}
.k17-cards-headline{
margin:0 0 32px;
font-size:36px;
line-height:1.2;
letter-spacing:-0.02em;
}
.k17-cards-grid{
display:grid;
grid-template-columns:repeat(3, minmax(0, 1fr));
gap:24px;
align-items:stretch;
}
.k17-card{
background:#f5f5f7;
border-radius:18px;
padding:32px 28px;
transition:transform .2s ease, box-shadow .2s ease;
box-sizing:border-box;
min-height:300px;
display:flex;
flex-direction:column;
}
.k17-card:hover{
transform:translateY(-4px);
box-shadow:0 10px 30px rgba(0,0,0,.06);
}
.k17-card-title{
margin:0 0 16px;
font-size:22px;
line-height:1.2;
letter-spacing:-0.02em;
color:#eb6700;
overflow-wrap:normal;
word-break:normal;
hyphens:auto;
}
.k17-card-text{
margin:0;
font-size:18px;
line-height:1.5;
color:#6e6e73;
} @media (max-width:1024px) {
.k17-cards-grid{
grid-template-columns:repeat(2, minmax(0, 1fr));
}
}
@media (max-width:768px) {
.k17-cards-grid{
grid-template-columns:1fr;
}
} .k17-nis2-block{
padding:24px 0;
}
.k17-nis2-headline{
margin:0 0 18px;
font-size:36px;
line-height:1.2;
letter-spacing:-0.02em;
color:#1d1d1f;
}
.k17-nis2-intro{
margin:0 0 32px;
max-width:860px;
font-size:18px;
line-height:1.6;
color:#6e6e73;
}
.k17-nis2-grid{
display:grid;
grid-template-columns:repeat(3, minmax(0, 1fr));
gap:24px;
align-items:stretch;
}
.k17-nis2-card{
background:#f5f5f7;
border-radius:18px;
padding:28px 24px;
box-sizing:border-box;
min-height:320px;
display:flex;
flex-direction:column;
transition:transform .2s ease, box-shadow .2s ease;
}
.k17-nis2-card:hover{
transform:translateY(-4px);
box-shadow:0 10px 30px rgba(0,0,0,.06);
}
.k17-nis2-card-title{
margin:0 0 18px;
font-size:28px;
line-height:1.15;
letter-spacing:-0.02em;
color:#eb6700;
}
.k17-nis2-card-text{
display:flex;
flex-direction:column;
gap:10px;
margin:0 0 24px;
font-size:17px;
line-height:1.45;
color:#6e6e73;
}
.k17-nis2-card .k17-nis2-button{
margin-top:auto;
align-self:center;
min-width:220px;
text-align:center;
}
.k17-nis2-panel{
background:#f5f5f7;
border-radius:22px;
padding:32px 28px;
}
.k17-nis2-question{
margin:0 0 12px;
font-size:30px;
line-height:1.18;
letter-spacing:-0.02em;
color:#1d1d1f;
}
.k17-nis2-help{
margin:0 0 24px;
max-width:900px;
font-size:17px;
line-height:1.6;
color:#6e6e73;
}
.k17-nis2-path{
margin:0 0 22px;
padding:14px 16px;
background:#ffffff;
border:1px solid #e9e9ec;
border-radius:12px;
font-size:15px;
line-height:1.5;
color:#6e6e73;
}
.k17-nis2-options{
display:grid;
grid-template-columns:repeat(2, minmax(0, 1fr));
gap:16px;
}
.k17-nis2-option{
width:100%;
text-align:left;
background:#ffffff;
border:1px solid #e9e9ec;
border-radius:16px;
padding:18px 18px;
cursor:pointer;
transition:border-color .2s ease, box-shadow .2s ease, transform .2s ease;
box-sizing:border-box;
}
.k17-nis2-option:hover{
border-color:#eb6700;
box-shadow:0 10px 24px rgba(0,0,0,.05);
transform:translateY(-2px);
}
.k17-nis2-option-label{
display:block;
font-size:17px;
line-height:1.45;
font-weight:600;
color:#1d1d1f;
}
.k17-nis2-option-hint{
display:block;
margin-top:6px;
font-size:14px;
line-height:1.45;
color:#6e6e73;
}
.k17-nis2-option-legal a {
color: #eb6700;
text-decoration: underline;
}
.k17-nis2-actions{
display:flex;
align-items:center;
gap:14px;
margin-top:24px;
flex-wrap:wrap;
}
.k17-nis2-actions.is-split{
margin-top:12px;
}
.k17-nis2-button{
border:0;
cursor:pointer;
}
.k17-nis2-secondary{
display:inline-block;
background:#ffffff;
color:#1d1d1f;
text-decoration:none;
font-size:15px;
font-weight:600;
padding:14px 22px;
border-radius:10px;
border:1px solid #d9d9de;
cursor:pointer;
transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.k17-nis2-secondary:hover{
transform:translateY(-1px);
border-color:#eb6700;
box-shadow:0 10px 24px rgba(0,0,0,.05);
}
.k17-nis2-back{
margin-top:20px;
padding:0;
background:transparent;
border:0;
cursor:pointer;
font-size:15px;
font-weight:600;
color:#eb6700;
}
.k17-nis2-back:hover{
text-decoration:underline;
}
.k17-nis2-result{
border-radius:22px;
padding:32px 28px;
box-sizing:border-box;
}
.k17-nis2-result.is-affected{
background:#fff4ec;
border:1px solid rgba(235,103,0,.18);
}
.k17-nis2-result.is-not-affected{
background:#f5f5f7;
border:1px solid #e9e9ec;
}
.k17-nis2-result-title{
margin:0 0 14px;
font-size:32px;
line-height:1.15;
letter-spacing:-0.02em;
color:#1d1d1f;
}
.k17-nis2-result-text{
margin:0 0 18px;
font-size:18px;
line-height:1.6;
color:#6e6e73;
}
.k17-nis2-result-list{
margin:0 0 22px 18px;
padding:0;
color:#1d1d1f;
}
.k17-nis2-result-list li{
margin:0 0 10px;
font-size:16px;
line-height:1.55;
}
.k17-nis2-disclaimer{
padding:16px 18px;
background:#ffffff;
border:1px solid #e9e9ec;
border-radius:14px;
font-size:15px;
line-height:1.55;
color:#6e6e73;
}
.k17-nis2-block.is-editor .k17-nis2-app{
pointer-events:none;
}
.k17-nis2-block.is-editor .k17-nis2-back,
.k17-nis2-block.is-editor .k17-nis2-button,
.k17-nis2-block.is-editor .k17-nis2-secondary,
.k17-nis2-block.is-editor .k17-nis2-option{
cursor:default;
} @media (max-width:1024px) {
.k17-nis2-grid{
grid-template-columns:repeat(2, minmax(0, 1fr));
}
.k17-nis2-options{
grid-template-columns:1fr;
}
}
@media (max-width:768px) {
.k17-nis2-headline{
font-size:30px;
}
.k17-nis2-grid{
grid-template-columns:1fr;
}
.k17-nis2-card{
min-height:auto;
}
.k17-nis2-panel,
.k17-nis2-result{
padding:26px 22px;
}
.k17-nis2-question{
font-size:24px;
}
.k17-nis2-result-title{
font-size:28px;
}
}
@media (max-width:480px) {
.k17-nis2-headline{
font-size:26px;
}
.k17-nis2-intro{
font-size:17px;
}
.k17-nis2-card,
.k17-nis2-panel,
.k17-nis2-result{
padding:22px 20px;
}
.k17-nis2-card-title{
font-size:22px;
}
.k17-nis2-question{
font-size:22px;
}
}
.k17-nis2-card-text{
display:flex;
flex-direction:column;
gap:10px;
}
.k17-nis2-text-line{
font-size:17px;
line-height:1.45;
color:#6e6e73;
}
.k17-nis2-divider{
font-size:15px;
line-height:1.2;
font-weight:700;
color:#eb6700;
text-align:center;
margin:2px 0;
letter-spacing:0.03em;
} .k17-nis2-block,
.k17-nis2-block * {
box-sizing: border-box;
}
.k17-nis2-block button {
font: inherit;
letter-spacing: normal;
text-transform: none;
appearance: none;
-webkit-appearance: none;
border: 0;
box-shadow: none;
background-image: none;
} .k17-nis2-option {
display: block;
width: 100%;
text-align: left;
background: #ffffff !important;
color: #1d1d1f !important;
border: 1px solid #e9e9ec !important;
border-radius: 16px !important;
padding: 18px 18px !important;
min-height: 0 !important;
line-height: normal !important;
box-shadow: none !important;
}
.k17-nis2-option:hover,
.k17-nis2-option:focus {
background: #ffffff !important;
color: #1d1d1f !important;
border-color: #eb6700 !important;
box-shadow: 0 10px 24px rgba(0,0,0,.05) !important;
transform: translateY(-2px);
}
.k17-nis2-option-label {
display: block !important;
font-size: 17px !important;
line-height: 1.45 !important;
font-weight: 600 !important;
color: #1d1d1f !important;
margin: 0 !important;
}
.k17-nis2-option-hint {
display: block !important;
margin-top: 6px !important;
font-size: 14px !important;
line-height: 1.45 !important;
font-weight: 400 !important;
color: #6e6e73 !important;
} .k17-button.k17-nis2-button,
.k17-nis2-button {
display: inline-block !important;
background: #eb6700 !important;
color: #ffffff !important;
border: 0 !important;
border-radius: 10px !important;
padding: 14px 22px !important;
text-decoration: none !important;
font-size: 15px !important;
font-weight: 600 !important;
line-height: 1.2 !important;
box-shadow: none !important;
}
.k17-button.k17-nis2-button:hover,
.k17-nis2-button:hover,
.k17-button.k17-nis2-button:focus,
.k17-nis2-button:focus {
background: #eb6700 !important;
color: #ffffff !important;
border: 0 !important;
box-shadow: 0 10px 24px rgba(235, 103, 0, 0.18) !important;
transform: translateY(-1px);
} .k17-nis2-secondary {
display: inline-block !important;
background: #ffffff !important;
color: #1d1d1f !important;
border: 1px solid #d9d9de !important;
border-radius: 10px !important;
padding: 14px 22px !important;
text-decoration: none !important;
font-size: 15px !important;
font-weight: 600 !important;
line-height: 1.2 !important;
box-shadow: none !important;
}
.k17-nis2-secondary:hover,
.k17-nis2-secondary:focus {
background: #ffffff !important;
color: #1d1d1f !important;
border-color: #eb6700 !important;
box-shadow: 0 10px 24px rgba(0,0,0,.05) !important;
transform: translateY(-1px);
} .k17-nis2-back {
display: inline-block !important;
margin-top: 20px !important;
padding: 0 !important;
background: transparent !important;
color: #eb6700 !important;
border: 0 !important;
border-radius: 0 !important;
font-size: 15px !important;
font-weight: 600 !important;
line-height: 1.2 !important;
box-shadow: none !important;
}
.k17-nis2-back:hover,
.k17-nis2-back:focus {
background: transparent !important;
color: #eb6700 !important;
text-decoration: underline;
box-shadow: none !important;
} .k17-nis2-panel,
.k17-nis2-result {
background: #f5f5f7;
}
.k17-nis2-actions {
display: flex;
align-items: center;
gap: 14px;
flex-wrap: wrap;
}
.k17-nis2-actions.is-split {
display: flex;
align-items: stretch;
gap: 16px;
flex-wrap: wrap;
} .k17-nis2-actions .k17-nis2-button,
.k17-nis2-actions .k17-nis2-secondary,
.k17-nis2-actions .k17-nis2-option {
align-self: flex-start;
} @media (max-width: 768px) {
.k17-nis2-actions.is-split {
flex-direction: column;
}
.k17-nis2-actions.is-split .k17-nis2-button,
.k17-nis2-actions.is-split .k17-nis2-secondary {
width: 100%;
}
} .k17-nis2-options {
display: grid !important;
grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
gap: 24px !important;
align-items: stretch !important;
}
.k17-nis2-option {
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
overflow: hidden !important;
white-space: normal !important;
}
.k17-nis2-option-label,
.k17-nis2-option-hint,
.k17-nis2-option-legal,
.k17-nis2-option-note {
display: block !important;
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
white-space: normal !important;
overflow-wrap: break-word !important;
word-break: normal !important;
hyphens: auto !important;
}
.k17-nis2-option-label {
margin-bottom: 8px !important;
}
.k17-nis2-option-hint {
margin-top: 6px !important;
}
.k17-nis2-option-legal,
.k17-nis2-option-note {
margin-top: 10px !important;
font-size: 14px !important;
line-height: 1.45 !important;
color: #6e6e73 !important;
}
.k17-nis2-path {
white-space: normal !important;
overflow-wrap: break-word !important;
word-break: normal !important;
hyphens: auto !important;
} .k17-nis2-panel {
overflow: hidden !important;
}
@media (max-width: 1024px) {
.k17-nis2-options {
grid-template-columns: 1fr !important;
}
}
.k17-nis2-options {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
}
@media (max-width: 768px) {
.k17-nis2-options {
grid-template-columns: 1fr;
}
}
.k17-nis2-contact-box {
margin-top: 24px;
padding: 24px;
border: 1px solid #e6e6e6;
border-radius: 12px;
background: #fff;
text-align: center;
}
.k17-nis2-contact-box-title {
margin: 0 0 8px;
font-size: 1.1rem;
font-weight: 700;
}
.k17-nis2-contact-box-text {
margin: 0 0 16px;
}
.k17-nis2-contact-box-actions {
display: flex;
justify-content: center;
align-items: center;
gap: 12px;
flex-wrap: wrap;
}
.k17-nis2-contact-box-actions .k17-button,
.k17-nis2-contact-box-actions .k17-nis2-button,
.k17-nis2-contact-box-actions .k17-nis2-secondary {
min-width: 220px;
text-align: center;
}
@media (max-width: 767px) {
.k17-nis2-contact-box {
padding: 18px;
}
.k17-nis2-contact-box-actions {
flex-direction: column;
align-items: stretch;
}
.k17-nis2-contact-box-actions .k17-button,
.k17-nis2-contact-box-actions .k17-nis2-button,
.k17-nis2-contact-box-actions .k17-nis2-secondary {
width: 100%;
min-width: 0;
}
}
.k17-nis2-actions-center {
display: flex;
justify-content: center;
margin: 32px 0 40px;
}
.k17-nis2-help-box {
margin-top: 24px;
padding: 20px;
border: 1px solid #e6e6e6;
border-radius: 12px;
background: #fff;
text-align: center;
}
.k17-nis2-help-box-title {
margin: 0 0 8px;
font-size: 1.1rem;
font-weight: 700;
}
.k17-nis2-help-box-text {
margin: 0 0 14px;
}
.k17-nis2-help-box-actions {
display: flex;
justify-content: center;
}
.k17-card {
text-decoration: none;
}
.k17-card .k17-agenten-button {
width: auto !important;
}  .k17-gauge-hero-block {
padding-top: 40px;
padding-bottom: 48px;
}
.k17-gauge-hero-inner {
display: grid;
grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
gap: 48px;
align-items: center;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
} .k17-gauge-hero-title {
font-size: clamp(32px, 4.4vw, 56px);
font-weight: 900;
color: #1d1d1f;
line-height: 1.07;
letter-spacing: -0.03em;
margin: 0 0 12px;
}
.k17-gauge-hero-accent {
font-size: clamp(26px, 3.6vw, 46px);
font-weight: 900;
color: #eb6700;
line-height: 1.07;
letter-spacing: -0.03em;
margin: 0 0 24px;
}
.k17-gauge-hero-sub {
font-size: 17px;
color: #6e6e73;
line-height: 1.72;
max-width: 560px;
margin: 0 0 36px;
}
.k17-gauge-hero-cta {
margin-bottom: 32px;
}
.k17-gauge-hero-meta {
display: flex;
align-items: center;
gap: 22px;
flex-wrap: wrap;
}
.k17-gauge-hero-meta-item {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
color: #868C93;
}
.k17-gauge-hero-meta-dot {
width: 5px;
height: 5px;
border-radius: 50%;
background: #eb6700;
flex-shrink: 0;
} .k17-gauge-widget {
background: #ffffff;
border: 1.5px solid #E7DDD0;
border-top: 3px solid #eb6700;
border-radius: 24px;
padding: 36px 32px;
box-shadow: 0 16px 48px rgba(31,35,40,.10);
width: 100%;
max-width: 560px;
justify-self: end;
}
.k17-gauge-widget__label {
font-size: 11px;
font-weight: 700;
letter-spacing: .1em;
text-transform: uppercase;
color: #868C93;
margin-bottom: 6px;
text-align: center;
}
.k17-gauge-wrap {
display: flex;
justify-content: center;
margin-bottom: 26px;
}
.k17-gauge-wrap svg {
width: 100%;
max-width: 260px;
height: auto;
} .k17-risk-bars {
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 24px;
}
.k17-rbar {
display: flex;
align-items: flex-start;
gap: 14px;
padding: 13px 14px;
border-radius: 12px;
background: #FBF7F1;
border: 1px solid #E7DDD0;
transition: background .2s, border-color .2s;
}
.k17-rbar:hover {
background: #F4EDE2;
border-color: #D7C8B4;
}
.k17-rbar__line {
width: 4px;
height: 38px;
border-radius: 3px;
flex-shrink: 0;
margin-top: 1px;
background: #D1C4B4; }
.k17-rbar__line--rot    { background: linear-gradient(180deg, #EF4444, #DC2626); }
.k17-rbar__line--orange { background: linear-gradient(180deg, #f5a05a, #eb6700); }
.k17-rbar__line--gruen  { background: linear-gradient(180deg, #6ee7b7, #10b981); }
.k17-rbar__line--grau   { background: #D1C4B4; }
.k17-rbar__body {
flex: 1;
min-width: 0;
}
.k17-rbar__title {
font-size: 13.5px;
font-weight: 700;
color: #1d1d1f;
line-height: 1.3;
}
.k17-rbar__sub {
font-size: 12px;
color: #868C93;
margin-top: 2px;
} .k17-gauge-div {
border: none;
border-top: 1px solid #E7DDD0;
margin: 4px 0 20px;
}
.k17-gauge-proofs {
display: flex;
flex-direction: column;
gap: 7px;
margin-bottom: 20px;
}
.k17-gauge-proof-item {
display: flex;
align-items: center;
gap: 9px;
font-size: 13px;
color: #5F6770;
font-weight: 500;
}
.k17-gauge-proof-item::before {
content: '✓';
width: 18px;
height: 18px;
border-radius: 50%;
flex-shrink: 0;
background: rgba(235,103,0,.12);
color: #eb6700;
font-size: 10px;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
}
.k17-gauge-cta {
display: block;
width: 100%;
padding: 15px;
text-align: center;
background: #eb6700;
color: #fff;
font-size: 14px;
font-weight: 700;
border-radius: 12px;
text-decoration: none;
transition: all .25s;
box-shadow: 0 4px 20px rgba(235,103,0,.28);
}
.k17-gauge-cta:hover {
background: #d05c00;
transform: translateY(-1px);
box-shadow: 0 8px 28px rgba(235,103,0,.38);
}
.k17-gauge-note {
text-align: center;
font-size: 12px;
color: #868C93;
margin-top: 9px;
margin-bottom: 0;
} @media (max-width: 1024px) {
.k17-gauge-hero-inner {
grid-template-columns: 1fr;
gap: 40px;
}
.k17-gauge-widget {
max-width: 100%;
justify-self: stretch;
}
}
@media (max-width: 768px) {
.k17-gauge-hero-title {
font-size: 36px;
}
.k17-gauge-hero-accent {
font-size: 30px;
}
.k17-gauge-hero-sub {
font-size: 16px;
}
.k17-gauge-widget {
padding: 24px 18px;
}
.k17-gauge-hero-meta {
gap: 14px 18px;
}
}
@media (max-width: 480px) {
.k17-gauge-hero-title {
font-size: 28px;
}
.k17-gauge-hero-accent {
font-size: 24px;
}
} .k17-webinar-hero {
background: #FFFFFF;
border-bottom: 1px solid rgba(56,91,107,0.12);
padding: 110px 40px 80px;
}
.k17-webinar-hero__inner {
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
gap: 56px;
align-items: start;
}
.k17-webinar-hero__badge {
display: inline-flex;
align-items: center;
gap: 10px;
background: rgba(56,91,107,0.07);
border: 1px solid rgba(56,91,107,0.18);
border-radius: 50px;
padding: 8px 18px;
margin-bottom: 22px;
color: #385B6B;
font-size: 12px;
font-weight: 700;
letter-spacing: 1.2px;
text-transform: uppercase;
}
.k17-webinar-hero__badge-dot {
display: inline-block;
width: 8px;
height: 8px;
background: #EB6700;
border-radius: 50%;
flex-shrink: 0;
}
.k17-webinar-hero__title {
font-size: clamp(32px, 4.8vw, 58px);
font-weight: 900;
color: #1d1d1f;
line-height: 1.07;
letter-spacing: -0.03em;
margin: 0;
}
.k17-webinar-hero__title--accent {
color: #EB6700;
}
.k17-webinar-hero__rule {
width: 72px;
height: 4px;
background: #EB6700;
border-radius: 2px;
margin: 18px 0 24px;
}
.k17-webinar-hero__sub {
font-size: 18px;
color: #5a6472;
line-height: 1.55;
margin: 0 0 26px;
max-width: 640px;
}
.k17-webinar-hero__pills {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 26px;
}
.k17-webinar-hero__pill {
display: inline-flex;
align-items: center;
background: #F5F5F5;
border: 1px solid rgba(56,91,107,0.12);
border-radius: 8px;
padding: 8px 14px;
font-size: 14px;
font-weight: 500;
color: #385B6B;
}
.k17-webinar-hero__bullets {
list-style: none;
padding: 0;
margin: 0 0 32px;
display: flex;
flex-direction: column;
gap: 14px;
}
.k17-webinar-hero__bullets li {
position: relative;
padding-left: 38px;
font-size: 16px;
color: #121212;
line-height: 1.55;
}
.k17-webinar-hero__bullets li::before {
content: '';
position: absolute;
left: 0;
top: 2px;
width: 26px;
height: 26px;
background: #385B6B;
border-radius: 50%;
}
.k17-webinar-hero__bullets li::after {
content: '';
position: absolute;
left: 7px;
top: 10px;
width: 12px;
height: 7px;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
transform: rotate(-45deg);
}
.k17-webinar-hero__cta {
display: inline-block;
background: #EB6700;
color: #fff;
font-size: 17px;
font-weight: 700;
padding: 16px 28px;
border-radius: 12px;
text-decoration: none;
box-shadow: 0 10px 28px rgba(235,103,0,0.28);
transition: all .2s;
}
.k17-webinar-hero__cta:hover {
background: #d05c00;
transform: translateY(-1px);
box-shadow: 0 14px 34px rgba(235,103,0,0.35);
}
.k17-webinar-hero__cta-note {
font-size: 13px;
color: #8a929a;
margin: 12px 0 0;
} .k17-webinar-hero__photo,
.k17-webinar-hero__photo-placeholder {
width: 100%;
aspect-ratio: 4/5;
border-radius: 14px;
overflow: hidden;
box-shadow: 0 20px 60px rgba(56,91,107,0.18);
display: block;
object-fit: cover;
object-position: center top;
}
.k17-webinar-hero__photo-placeholder {
background: #EFEEEE;
color: #8a929a;
font-size: 13px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 20px;
}
.k17-webinar-hero__speaker {
display: flex;
align-items: center;
gap: 12px;
background: #F5F5F5;
border-left: 4px solid #EB6700;
border-radius: 10px;
padding: 14px 18px;
margin-top: 16px;
}
.k17-webinar-hero__speaker-name {
font-size: 15px;
font-weight: 700;
color: #385B6B;
}
.k17-webinar-hero__speaker-role {
font-size: 13px;
color: #5a6472;
} .k17-webinar-hero__countdown {
background: #385B6B;
border-radius: 14px;
padding: 22px 20px;
margin-top: 16px;
}
.k17-webinar-hero__countdown-label {
font-size: 11px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
color: rgba(255,255,255,0.55);
text-align: center;
margin: 0 0 14px;
} .k17-countdown {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 8px;
}
.k17-countdown__cell {
background: rgba(255,255,255,0.10);
border: 1px solid rgba(255,255,255,0.16);
border-radius: 10px;
padding: 14px 8px 12px;
text-align: center;
}
.k17-countdown__num {
display: block;
font-size: 30px;
font-weight: 800;
color: #fff;
line-height: 1;
font-variant-numeric: tabular-nums;
}
.k17-countdown__unit {
display: block;
font-size: 10px;
font-weight: 700;
color: rgba(255,255,255,0.60);
letter-spacing: 1.2px;
text-transform: uppercase;
margin-top: 6px;
}
.k17-countdown.is-live .k17-countdown__cell {
background: rgba(235,103,0,0.22);
border-color: rgba(235,103,0,0.45);
}
@media (max-width: 1024px) {
.k17-webinar-hero__inner {
grid-template-columns: 1fr;
gap: 40px;
}
}
@media (max-width: 768px) {
.k17-webinar-hero {
padding: 70px 20px 56px;
}
.k17-countdown__num { font-size: 24px; }
} .k17-marquee {
overflow: hidden;
white-space: nowrap;
padding: 14px 0;
}
.k17-marquee--dark   { background: #385B6B; }
.k17-marquee--light  { background: #F5F5F5; border-top: 1px solid rgba(56,91,107,0.10); border-bottom: 1px solid rgba(56,91,107,0.10); }
.k17-marquee--orange { background: #EB6700; }
.k17-marquee__track {
display: inline-flex;
animation: k17-marquee-scroll linear infinite;
align-items: center;
}
.k17-marquee__item {
padding: 0 28px;
font-size: 14px;
font-weight: 700;
color: #fff;
}
.k17-marquee--light .k17-marquee__item {
color: #385B6B;
}
.k17-marquee__sep {
color: rgba(255,255,255,0.45);
}
.k17-marquee--light .k17-marquee__sep {
color: rgba(56,91,107,0.35);
}
@keyframes k17-marquee-scroll {
0%   { transform: translateX(0); }
100% { transform: translateX(-50%); }
} .k17-booking {
padding: 80px 40px;
background: #FBF7F1;
}
.k17-booking__inner {
max-width: 860px;
margin: 0 auto;
}
.k17-booking__head {
text-align: center;
margin-bottom: 40px;
}
.k17-booking__eyebrow {
display: inline-block;
font-size: 12px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
color: #EB6700;
margin-bottom: 14px;
}
.k17-booking__title {
font-size: clamp(28px, 3.6vw, 40px);
font-weight: 800;
color: #385B6B;
line-height: 1.2;
margin: 0 0 14px;
}
.k17-booking__text {
font-size: 16px;
color: #5a6472;
line-height: 1.7;
margin: 0;
}
.k17-booking__card {
background: #fff;
border-radius: 14px;
padding: 38px 34px;
box-shadow: 0 20px 60px rgba(56,91,107,0.18);
position: relative;
overflow: hidden;
}
.k17-booking__card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 5px;
background: linear-gradient(90deg, #EB6700 0%, #385B6B 100%);
}
.k17-booking__ribbon {
position: absolute;
top: 34px;
right: -72px;
width: 280px;
background: #16a34a;
color: #fff;
text-align: center;
padding: 10px 0 9px;
transform: rotate(45deg);
pointer-events: none;
z-index: 10;
line-height: 1.5;
}
.k17-booking__ribbon-label {
display: block;
font-size: 10px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
opacity: 0.88;
}
.k17-booking__ribbon-discount {
display: block;
font-size: 14px;
font-weight: 800;
}
.k17-booking__ribbon-deadline {
display: block;
font-size: 10px;
font-weight: 600;
letter-spacing: 1px;
opacity: 0.90;
}
.k17-booking__price {
display: flex;
align-items: baseline;
gap: 12px;
flex-wrap: wrap;
margin: 22px 0 24px;
}
.k17-booking__price-old {
font-size: 18px;
color: #8a929a;
text-decoration: line-through;
text-decoration-thickness: 2px;
}
.k17-booking__price-current {
font-size: 42px;
font-weight: 900;
color: #EB6700;
line-height: 1;
letter-spacing: -0.02em;
}
.k17-booking__price-suffix {
font-size: 13px;
color: #5a6472;
}
.k17-booking__features {
list-style: none;
padding: 0;
margin: 0 0 28px;
display: flex;
flex-direction: column;
gap: 10px;
}
.k17-booking__features li {
position: relative;
padding-left: 26px;
font-size: 15px;
color: #121212;
line-height: 1.55;
}
.k17-booking__features li::before {
content: '✓';
position: absolute;
left: 0;
top: 0;
color: #EB6700;
font-weight: 700;
}
.k17-booking__cta {
display: block;
width: 100%;
background: #EB6700;
color: #fff;
font-size: 16px;
font-weight: 700;
padding: 16px 22px;
border-radius: 12px;
text-align: center;
text-decoration: none;
transition: all .2s;
box-shadow: 0 10px 28px rgba(235,103,0,0.28);
}
.k17-booking__cta:hover {
background: #d05c00;
transform: translateY(-1px);
}
@media (max-width: 768px) {
.k17-booking { padding: 56px 20px; }
.k17-booking__card { padding: 30px 22px; }
.k17-booking__ribbon { display: none; }
} .k17-fdark {
background: #1F2D35;
color: #fff;
padding: 90px 40px;
}
.k17-fdark__inner {
max-width: 1200px;
margin: 0 auto;
}
.k17-fdark__head {
max-width: 720px;
margin-bottom: 40px;
}
.k17-fdark__eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
font-size: 12px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
color: #EB6700;
margin-bottom: 14px;
}
.k17-fdark__eyebrow::before {
content: '';
display: block;
width: 16px;
height: 2px;
background: #EB6700;
}
.k17-fdark__title {
font-size: clamp(30px, 4vw, 44px);
font-weight: 800;
color: #fff;
line-height: 1.2;
margin: 0 0 18px;
}
.k17-fdark__intro {
font-size: 18px;
color: rgba(255,255,255,0.68);
line-height: 1.7;
margin: 0;
}
.k17-fdark__tags {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-bottom: 50px;
}
.k17-fdark__tag {
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(255,255,255,0.08);
border: 1px solid rgba(255,255,255,0.14);
border-radius: 50px;
padding: 8px 16px;
font-size: 14px;
font-weight: 500;
color: rgba(255,255,255,0.88);
}
.k17-fdark__tag::before {
content: '';
width: 6px;
height: 6px;
background: #EB6700;
border-radius: 50%;
flex-shrink: 0;
}
.k17-fdark__grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px;
}
.k17-fdark__card {
background: rgba(255,255,255,0.08);
border: 1px solid rgba(255,255,255,0.12);
border-radius: 14px;
padding: 38px 34px;
}
.k17-fdark__card-badge {
display: inline-block;
background: rgba(235,103,0,0.18);
border: 1px solid rgba(235,103,0,0.32);
color: #ffb87a;
font-size: 11px;
font-weight: 700;
letter-spacing: 1.2px;
text-transform: uppercase;
padding: 5px 12px;
border-radius: 4px;
margin-bottom: 18px;
}
.k17-fdark__card-title {
font-size: 22px;
font-weight: 700;
color: #fff;
margin: 0 0 14px;
}
.k17-fdark__card-text {
font-size: 15px;
color: rgba(255,255,255,0.68);
line-height: 1.7;
margin: 0;
}
@media (max-width: 900px) {
.k17-fdark { padding: 64px 20px; }
.k17-fdark__grid { grid-template-columns: 1fr; }
.k17-fdark__card { padding: 28px 22px; }
} .k17-qstats {
background: #FBF7F1;
padding: 90px 40px;
}
.k17-qstats__inner {
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: 1.2fr 0.8fr;
gap: 56px;
align-items: center;
}
.k17-qstats__eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
font-size: 12px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
color: #EB6700;
margin-bottom: 14px;
}
.k17-qstats__eyebrow::before {
content: '';
display: block;
width: 16px;
height: 2px;
background: #EB6700;
}
.k17-qstats__quote {
font-size: 24px;
font-weight: 700;
font-style: italic;
color: #385B6B;
padding-left: 24px;
border-left: 5px solid #EB6700;
line-height: 1.45;
margin: 0 0 26px;
}
.k17-qstats__body {
font-size: 16px;
color: #5a6472;
line-height: 1.8;
margin: 0;
}
.k17-qstats__stats {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
}
.k17-qstats__stat {
background: #fff;
border-radius: 14px;
padding: 32px 24px;
text-align: center;
box-shadow: 0 2px 12px rgba(56,91,107,0.10);
}
.k17-qstats__stat-number {
font-size: 44px;
font-weight: 800;
color: #EB6700;
line-height: 1;
margin-bottom: 8px;
}
.k17-qstats__stat-label {
font-size: 14px;
font-weight: 500;
color: #5a6472;
}
@media (max-width: 900px) {
.k17-qstats { padding: 64px 20px; }
.k17-qstats__inner { grid-template-columns: 1fr; gap: 40px; }
} .k17-checklist-cta {
background: #fff;
padding: 90px 40px;
}
.k17-checklist-cta__inner {
max-width: 1200px;
margin: 0 auto;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 56px;
align-items: center;
}
.k17-checklist-cta__eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
font-size: 12px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
color: #EB6700;
margin-bottom: 14px;
}
.k17-checklist-cta__eyebrow::before {
content: '';
display: block;
width: 16px;
height: 2px;
background: #EB6700;
}
.k17-checklist-cta__title {
font-size: clamp(28px, 3.4vw, 36px);
font-weight: 800;
color: #385B6B;
line-height: 1.3;
margin: 0 0 14px;
}
.k17-checklist-cta__body {
font-size: 16px;
color: #5a6472;
line-height: 1.7;
margin: 0 0 28px;
}
.k17-checklist-cta__btn {
display: inline-block;
background: #385B6B;
color: #fff;
font-size: 16px;
font-weight: 700;
padding: 14px 24px;
border-radius: 12px;
text-decoration: none;
transition: all .2s;
}
.k17-checklist-cta__btn:hover {
background: #2a4652;
transform: translateY(-1px);
}
.k17-checklist-cta__list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 18px;
}
.k17-checklist-cta__item {
position: relative;
padding-left: 42px;
font-size: 16px;
color: #121212;
line-height: 1.55;
}
.k17-checklist-cta__item::before {
content: '';
position: absolute;
left: 0;
top: 1px;
width: 28px;
height: 28px;
background: #385B6B;
border-radius: 50%;
}
.k17-checklist-cta__item::after {
content: '';
position: absolute;
left: 8px;
top: 9px;
width: 12px;
height: 7px;
border-left: 2px solid #fff;
border-bottom: 2px solid #fff;
transform: rotate(-45deg);
}
@media (max-width: 900px) {
.k17-checklist-cta { padding: 64px 20px; }
.k17-checklist-cta__inner { grid-template-columns: 1fr; gap: 40px; }
} .k17-btn,
.k17-btn:link,
.k17-btn:visited {
display: inline-block;
padding: 16px 32px 15px;
border-radius: 10px 0 10px 0;
font-weight: 600;
font-size: 16px;
line-height: 1.3;
text-decoration: none;
transition: background .25s, color .25s, transform .2s, box-shadow .25s;
letter-spacing: 0.2px;
}
.k17-btn--accent,
.k17-btn--accent:link,
.k17-btn--accent:visited {
background: #EB6700;
color: #fff;
box-shadow: 0 8px 28px rgba(235,103,0,0.28);
}
.k17-btn--accent:hover,
.k17-btn--accent:focus {
background: #c95a00;
color: #fff;
transform: translateY(-2px);
box-shadow: 0 12px 40px rgba(235,103,0,0.38);
}
.k17-btn--primary,
.k17-btn--primary:link,
.k17-btn--primary:visited {
background: #385B6B;
color: #fff;
box-shadow: 0 8px 32px rgba(56,91,107,0.14);
}
.k17-btn--primary:hover,
.k17-btn--primary:focus {
background: #2a4555;
color: #fff;
transform: translateY(-2px);
}
.k17-btn--outline-white,
.k17-btn--outline-white:link,
.k17-btn--outline-white:visited {
background: transparent;
color: #fff;
border: 2px solid rgba(255,255,255,0.6);
}
.k17-btn--outline-white:hover,
.k17-btn--outline-white:focus {
background: rgba(255,255,255,0.12);
color: #fff;
border-color: #fff;
transform: translateY(-2px);
}
.k17-btn--lg { padding: 20px 42px 19px; font-size: 18px; }
.k17-btn--xl { padding: 22px 52px 21px; font-size: 19px; font-weight: 700; } .k17-heroh {
padding: 80px 28px 40px;
background: #FFFFFF;
}
.k17-heroh__inner {
max-width: 900px;
margin: 0 auto;
text-align: center;
}
.k17-heroh__eyebrow {
display: inline-flex;
align-items: center;
gap: 10px;
background: rgba(56,91,107,0.07);
border: 1px solid rgba(56,91,107,0.18);
border-radius: 50px;
padding: 8px 18px;
margin-bottom: 22px;
color: #385B6B;
font-size: 12px;
font-weight: 700;
letter-spacing: 1.2px;
text-transform: uppercase;
}
.k17-heroh__eyebrow-dot {
display: inline-block;
width: 8px;
height: 8px;
background: #EB6700;
border-radius: 50%;
flex-shrink: 0;
}
.k17-heroh__title {
font-size: clamp(32px, 5vw, 60px);
font-weight: 900;
color: #1d1d1f;
line-height: 1.1;
letter-spacing: -0.03em;
margin: 0;
}
.k17-heroh__title-em {
font-style: italic;
color: #EB6700;
font-weight: 900;
}
.k17-heroh__rule {
display: block;
width: 72px;
height: 4px;
background: #EB6700;
border-radius: 2px;
margin: 20px auto 24px;
}
.k17-heroh__sub {
font-size: 18px;
color: #5a6472;
line-height: 1.65;
max-width: 640px;
margin: 0 auto 32px;
}
.k17-heroh__ctas {
display: flex;
gap: 14px;
justify-content: center;
flex-wrap: wrap;
margin-bottom: 28px;
}
.k17-heroh__badges {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 10px;
}
.k17-heroh__badge {
display: inline-flex;
align-items: center;
background: #F5F5F5;
border: 1px solid rgba(56,91,107,0.12);
border-radius: 8px;
padding: 7px 14px;
font-size: 13px;
font-weight: 500;
color: #385B6B;
}
@media (max-width: 600px) {
.k17-heroh__ctas { flex-direction: column; align-items: stretch; }
.k17-heroh__ctas .k17-btn { width: 100%; }
} .k17-video-embed {
width: 100%;
}
.k17-video-embed__frame {
position: relative;
width: 100%;
border-radius: 14px;
overflow: hidden;
background-color: #1f2d35;
background-size: cover;
background-position: center;
box-shadow: 0 20px 60px rgba(56,91,107,0.18);
cursor: pointer;
transition: transform .25s;
}
.k17-video-embed__frame:hover {
transform: translateY(-2px);
}
.k17-video-embed__frame--16x9 { aspect-ratio: 16/9; }
.k17-video-embed__frame--4x3  { aspect-ratio: 4/3; }
.k17-video-embed__frame--1x1  { aspect-ratio: 1/1; }
.k17-video-embed__frame--9x16 { aspect-ratio: 9/16; }
.k17-video-embed__overlay {
position: absolute;
inset: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 16px;
padding: 24px;
text-align: center;
background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.45) 100%);
color: #fff;
}
.k17-video-embed__play {
width: 72px;
height: 72px;
background: #EB6700;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 10px 28px rgba(235,103,0,0.45);
transition: transform .2s;
}
.k17-video-embed__frame:hover .k17-video-embed__play {
transform: scale(1.08);
}
.k17-video-embed__label {
font-size: 15px;
font-weight: 600;
line-height: 1.4;
text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.k17-video-embed__hint {
position: absolute;
bottom: 12px;
left: 12px;
right: 12px;
background: rgba(235,103,0,0.9);
color: #fff;
font-size: 11px;
font-weight: 700;
padding: 6px 10px;
border-radius: 6px;
letter-spacing: 0.5px;
text-align: center;
}
.k17-video-embed__frame.is-playing .k17-video-embed__overlay,
.k17-video-embed__frame.is-playing .k17-video-embed__hint {
display: none;
}
.k17-video-embed__player {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
border: 0;
}
.k17-video-embed__caption {
display: flex;
align-items: center;
gap: 12px;
margin-top: 14px;
background: #F5F5F5;
border-radius: 10px;
padding: 12px 16px;
border-left: 4px solid #EB6700;
}
.k17-video-embed__avatar {
width: 44px;
height: 44px;
border-radius: 50%;
background: #385B6B;
color: #fff;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.k17-video-embed__caption-text {
display: flex;
flex-direction: column;
flex: 1;
min-width: 0;
}
.k17-video-embed__caption-text strong {
font-size: 14px;
color: #385B6B;
}
.k17-video-embed__caption-text span {
font-size: 12px;
color: #5a6472;
}
.k17-video-embed__trust-badge {
background: rgba(235,103,0,0.12);
color: #EB6700;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
padding: 4px 10px;
border-radius: 4px;
flex-shrink: 0;
} .k17-facts {
display: flex;
flex-direction: column;
gap: 14px;
width: 100%;
}
.k17-facts__card {
display: flex;
align-items: flex-start;
gap: 14px;
background: #F5F5F5;
border: 1px solid rgba(56,91,107,0.08);
border-radius: 14px;
padding: 18px 20px;
transition: background .2s, border-color .2s;
}
.k17-facts__card:hover {
background: #EFEEEE;
border-color: rgba(56,91,107,0.14);
}
.k17-facts__card--highlight {
background: rgba(235,103,0,0.06);
border-color: rgba(235,103,0,0.30);
border-left: 4px solid #EB6700;
}
.k17-facts__icon {
font-size: 28px;
line-height: 1;
flex-shrink: 0;
margin-top: 2px;
}
.k17-facts__body {
display: flex;
flex-direction: column;
gap: 4px;
min-width: 0;
}
.k17-facts__body strong {
font-size: 15px;
color: #385B6B;
font-weight: 700;
}
.k17-facts__body span {
font-size: 14px;
color: #5a6472;
line-height: 1.55;
} .k17-two-cols {
display: grid;
max-width: 1200px;
margin: 40px auto;
padding: 0 28px;
}
.k17-two-cols--50-50 { grid-template-columns: 1fr 1fr; }
.k17-two-cols--60-40 { grid-template-columns: 3fr 2fr; }
.k17-two-cols--40-60 { grid-template-columns: 2fr 3fr; }
.k17-two-cols--66-33 { grid-template-columns: 2fr 1fr; }
.k17-two-cols--33-66 { grid-template-columns: 1fr 2fr; }
.k17-two-cols--gap-tight  { gap: 20px; }
.k17-two-cols--gap-normal { gap: 40px; }
.k17-two-cols--gap-wide   { gap: 72px; }
.k17-two-cols--valign-top     { align-items: start; }
.k17-two-cols--valign-center  { align-items: center; }
.k17-two-cols--valign-bottom  { align-items: end; }
.k17-two-cols--valign-stretch { align-items: stretch; }
.k17-two-cols--flip > :first-child { order: 2; }
.k17-two-cols--flip > :last-child  { order: 1; }
.k17-two-cols__col {
min-width: 0;
}
@media (max-width: 900px) {
.k17-two-cols,
.k17-two-cols[class*="k17-two-cols--"] {
grid-template-columns: 1fr !important;
gap: 32px !important;
}
.k17-two-cols--flip > :first-child,
.k17-two-cols--flip > :last-child { order: initial; }
} .k17-urgency {
padding: 10px 18px;
color: #fff;
font-size: 14px;
font-weight: 500;
}
.k17-urgency--accent  { background: #EB6700; }
.k17-urgency--primary { background: #385B6B; }
.k17-urgency--warn    { background: #c62828; }
.k17-urgency--dark    { background: #1d1d1f; }
.k17-urgency__inner {
max-width: 1200px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 14px;
flex-wrap: wrap;
justify-content: center;
}
.k17-urgency__icon {
font-weight: 700;
}
.k17-urgency__msg {
line-height: 1.4;
}
.k17-urgency__cta {
color: #fff !important;
font-weight: 700;
text-decoration: underline;
text-underline-offset: 3px;
}
.k17-urgency__close {
background: transparent;
border: none;
color: inherit;
font-size: 22px;
line-height: 1;
cursor: pointer;
padding: 4px 10px;
margin-left: auto;
opacity: 0.75;
transition: opacity .15s;
}
.k17-urgency__close:hover { opacity: 1; } .k17-testimonials {
padding: 80px 28px;
background: #fff;
}
.k17-testimonials__inner {
max-width: 1200px;
margin: 0 auto;
}
.k17-testimonials__head {
text-align: center;
margin-bottom: 48px;
}
.k17-testimonials__eyebrow {
display: inline-block;
font-size: 12px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
color: #EB6700;
margin-bottom: 12px;
}
.k17-testimonials__title {
font-size: clamp(28px, 3.4vw, 40px);
font-weight: 800;
color: #385B6B;
margin: 0;
line-height: 1.2;
}
.k17-testimonials__grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.k17-testimonials__card {
background: #F5F5F5;
border-radius: 14px;
padding: 28px 26px;
position: relative;
display: flex;
flex-direction: column;
gap: 16px;
}
.k17-testimonials__tag {
position: absolute;
top: 14px;
right: 14px;
background: rgba(198,40,40,0.12);
color: #c62828;
font-size: 10px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
padding: 4px 9px;
border-radius: 4px;
}
.k17-testimonials__stars {
display: flex;
gap: 2px;
}
.k17-testimonials__star {
color: #E0E0E0;
font-size: 18px;
line-height: 1;
}
.k17-testimonials__star.is-full {
color: #EB6700;
}
.k17-testimonials__quote {
font-size: 15px;
color: #121212;
line-height: 1.65;
margin: 0;
font-style: italic;
}
.k17-testimonials__person {
display: flex;
align-items: center;
gap: 12px;
margin-top: auto;
}
.k17-testimonials__avatar {
width: 44px;
height: 44px;
border-radius: 50%;
background: #385B6B;
color: #fff;
font-weight: 700;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.k17-testimonials__pmeta {
display: flex;
flex-direction: column;
min-width: 0;
}
.k17-testimonials__pmeta strong {
font-size: 14px;
color: #385B6B;
}
.k17-testimonials__pmeta span {
font-size: 12px;
color: #5a6472;
}
.k17-testimonials__note {
margin-top: 40px;
text-align: center;
font-size: 13px;
color: #8a929a;
font-style: italic;
}
@media (max-width: 900px) {
.k17-testimonials { padding: 56px 20px; }
.k17-testimonials__grid { grid-template-columns: 1fr; }
} .k17-stepflow {
padding: 80px 28px;
background: #F5F5F5;
}
.k17-stepflow__inner {
max-width: 1200px;
margin: 0 auto;
}
.k17-stepflow__head {
text-align: center;
margin-bottom: 48px;
}
.k17-stepflow__eyebrow {
display: inline-block;
font-size: 12px;
font-weight: 700;
letter-spacing: 2px;
text-transform: uppercase;
color: #EB6700;
margin-bottom: 12px;
}
.k17-stepflow__title {
font-size: clamp(28px, 3.4vw, 40px);
font-weight: 800;
color: #385B6B;
margin: 0;
line-height: 1.2;
}
.k17-stepflow__grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
}
.k17-stepflow__step {
background: #fff;
border-radius: 14px;
padding: 32px 26px;
text-align: center;
display: flex;
flex-direction: column;
gap: 12px;
box-shadow: 0 2px 12px rgba(56,91,107,0.08);
}
.k17-stepflow__num {
width: 52px;
height: 52px;
border-radius: 50%;
background: #EB6700;
color: #fff;
font-size: 22px;
font-weight: 800;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 8px;
}
.k17-stepflow__step-title {
font-size: 17px;
font-weight: 700;
color: #385B6B;
margin: 0;
line-height: 1.3;
}
.k17-stepflow__step-text {
font-size: 14px;
color: #5a6472;
line-height: 1.65;
margin: 0;
}
.k17-stepflow__step-meta {
margin-top: auto;
font-size: 11px;
font-weight: 700;
letter-spacing: 1px;
text-transform: uppercase;
color: #EB6700;
padding-top: 10px;
border-top: 1px solid rgba(56,91,107,0.08);
}
@media (max-width: 1000px) {
.k17-stepflow__grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 560px) {
.k17-stepflow { padding: 56px 20px; }
.k17-stepflow__grid { grid-template-columns: 1fr; }
}