/* Start custom CSS for text-editor, class: .elementor-element-b3bdd46 *//* Container & Basis */
.gts-versand-page {
    font-family: 'Segoe UI', Roboto, sans-serif;
    color: #333;
    line-height: 1.6;
    background: #fff;
}

.gts-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Nav */
.gts-nav-top {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.gts-back-btn {
    text-decoration: none;
    color: #005a87;
    font-weight: bold;
}

/* Hero */
.gts-hero-versand {
    padding: 80px 0;
    background: linear-gradient(135deg, #f0f7f8 0%, #e6f2f3 100%);
    text-align: center;
}

.gts-badge {
    background: #00a1af;
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 0.9rem;
}

.gts-hero-versand h1 {
    font-size: 2.5rem;
    color: #005a87;
    margin: 20px 0;
}

.gts-lead {
    font-size: 1.2rem;
    max-width: 850px;
    margin: 0 auto 30px;
}

/* Buttons */
.gts-dual-cta {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.gts-btn-main {
    background: #005a87;
    color: #fff;
    padding: 16px 30px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    transition: 0.3s;
}

.gts-btn-main.yellow {
    background: #ffcc00;
    color: #000;
}

.gts-btn-main.outline {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.gts-btn-sub {
    color: #005a87;
    padding: 16px 20px;
    text-decoration: none;
    font-weight: bold;
}

/* USP Grid */
.gts-section { padding: 60px 0; }
.gts-bg-light { background: #f9f9f9; }

.gts-usp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
}

.gts-usp-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.gts-icon-wrap {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

/* Features & Split Content */
.gts-split-content {
    display: flex;
    align-items: center;
    gap: 50px;
}

.gts-feature-list {
    list-style: none;
    padding: 0;
}

.gts-feature-list li {
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.gts-feature-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #00a1af;
    font-weight: bold;
}

.gts-img-col img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Trust Box & Steps */
.gts-trust-box {
    background: #fff;
    border: 2px dashed #00a1af;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
}

.gts-step-row {
    display: flex;
    justify-content: space-around;
    margin: 30px 0;
    gap: 20px;
}

.gts-step span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #005a87;
    color: #fff;
    border-radius: 50%;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}

.gts-highlight-text {
    font-weight: bold;
    color: #00a1af;
    font-size: 1.1rem;
}

/* Footer CTA */
.gts-footer-action {
    background: #005a87;
    color: #fff;
    padding: 60px 0;
    text-align: center;
}

/* Mobile */
@media (max-width: 768px) {
    .gts-hero-versand h1 { font-size: 1.8rem; }
    .gts-dual-cta { flex-direction: column; }
    .gts-split-content { flex-direction: column; }
    .gts-step-row { flex-direction: column; }
}/* End custom CSS */