 .proflist-darkblue {
            background: #ffffff;
            border: 1px solid #e5e7eb;
            border-left: 6px solid #39546F;
            border-right: 6px solid #39546F;
            padding: 24px;
            max-width: 1200px;
            margin: 32px auto;
            border-radius: 12px;
            box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
            font-family: 'Inter', sans-serif;
        }

        .proflist-darkblue .kicker {
            font-size: 12px;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            color: #374151;
            background: #f8fafc;
            padding: 6px 10px;
            border-radius: 999px;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .proflist-darkblue h1 {
            font-size: 28px;
            color: #111827;
            margin: 0 0 16px;
        }

        .proflist-darkblue h2 {
            font-size: 22px;
            margin: 28px 0 12px;
            color: #111827;
        }

        .proflist-darkblue p {
            margin: 12px 0;
            color: #374151;
            line-height: 1.6;
        }

        .content-image {
            margin: 18px 0 22px;
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid #e5e7eb;
            box-shadow: 0 10px 22px rgba(17, 24, 39, 0.1);
        }

        .content-image img {
            width: 100%;
            height: auto;
            display: block;
            object-fit: cover;
            max-height: 360px;
        }

        .hero {
            display: flex;
            border-radius: 12px;
            overflow: hidden;
            margin-bottom: 32px;
            min-height: 360px;
            border: 1px solid #e5e7eb;
        }

        .hero__image {
            flex: 0 0 50%;
            overflow: hidden;
        }

        .hero__image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .hero__content {
            flex: 1;
            padding: 36px 32px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 14px;
            background: linear-gradient(145deg, #f8fafc 0%, #f0f4f8 100%);
        }

        .hero-btn {
            cursor: pointer;
            display: inline-block;
            align-self: flex-start;
            margin-top: auto;
            background-color: #39546F;
            color: #ffffff !important;
            text-decoration: none !important;
            border-radius: 10px;
            padding: 20px 30px;
            font-size: 20px;
            font-weight: 600;
            transition: background-color 0.3s ease, transform 0.3s ease, text-decoration-color 0.3s ease;
        }

        .hero-btn:hover {
            background-color: #1f3144;
            text-decoration: underline !important;
            transform: scale(1.03);
        }

        .trust-bar {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 12px;
            margin: 0 0 22px;
        }

        .trust-item {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            gap: 4px;
            border: 1px solid #dbe5f1;
            border-radius: 10px;
            background-color: #f8fafc;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            padding: 75px 14px;
            color: #ffffff;
            text-align: left;
            overflow: hidden;
            min-height: 100px;
        }

        .trust-item::before {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(140deg, rgba(17, 24, 39, 0.68), rgba(57, 84, 111, 0.58));
        }

        .trust-item>* {
            position: relative;
            z-index: 1;
        }

        .trust-item__title {
            font-size: 20px;
            line-height: 1.35;
            font-weight: 700;
            color: #ffffff;
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
        }

        .trust-item__desc {
            font-size: 18px;
            line-height: 1.45;
            color: #eef4fb;
        }

        .cta-strip {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            border: 1px solid #dbe4ef;
            border-radius: 12px;
            background: linear-gradient(145deg, #f8fafc 0%, #eef3f9 100%);
            padding: 16px;
            margin-top: 14px;
            margin-bottom: 18px;
        }

        .cta-strip__text {
            color: #1f2937;
            font-weight: 600;
            line-height: 1.45;
        }

        .cta-strip__actions {
            display: flex;
            gap: 10px;
            flex-shrink: 0;
        }

        .cta-btn {
            padding: 10px 16px;
            border-radius: 10px;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            border: 1px solid transparent;
            transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease, border-color 0.25s ease;
        }

        .cta-btn--primary {
            cursor: pointer;
            background: #39546F;
            color: #ffffff !important;
            text-decoration: none !important;
        }

        .cta-btn--ghost {
            cursor: pointer;
            background: #ffffff;
            color: #39546F !important;
            border-color: #39546F;
            text-decoration: none !important;
        }

        .cta-btn:hover {
            transform: translateY(-1px);
            text-decoration: underline !important;
        }

        .cta-btn--primary:hover {
            background: #1f3144;
            color: #ffffff !important;
            text-decoration: underline !important;
        }

        .cta-btn--ghost:hover {
            background: #39546F;
            color: #ffffff !important;
        }

        .note ul {
            padding: 0 0 0 16px;
            list-style-type: none;
        }

        .types-desc {
            margin-top: 8px;
            margin-bottom: 14px;
        }

        .types-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 16px;
            margin-top: 8px;
            margin-bottom: 8px;
        }

        .types-grid-1 {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 16px;
            margin-top: 8px;
            margin-bottom: 8px;
        }

        .types-grid-1 .type-card {
            min-height: auto;
            aspect-ratio: 1 / 1;
        }

        .type-card {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            min-height: 220px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
            transform: scale(1);
            transition: transform 0.3s ease;
        }

        .type-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .type-card__overlay {
            position: absolute;
            inset: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: #ffffff;
            background: linear-gradient(to top, rgba(17, 24, 39, 0.75), rgba(17, 24, 39, 0.25));
            padding: 16px;
        }

        .type-card__title,
        .type-card__details {
            transition: opacity 0.25s ease, transform 0.25s ease;
        }

        .type-card__title {
            font-size: 24px;
            font-weight: 700;
            opacity: 1;
            transform: translateY(0);
        }

        .type-card__details {
            position: absolute;
            left: 16px;
            right: 16px;
            font-size: 18px;
            font-weight: 600;
            line-height: 1.5;
            opacity: 0;
            transform: translateY(8px);
        }

        .type-card:hover {
            transform: scale(1.03);
        }

        .type-card:hover .type-card__title {
            opacity: 0;
            transform: translateY(-8px);
        }

        .type-card:hover .type-card__details {
            opacity: 1;
            transform: translateY(0);
        }


        .note ul li {
            margin: 10px 0;
            color: #374151;
            position: relative;
        }

        .note ul li::before {
            content: "";
            position: absolute;
            left: -18px;
            top: 5px;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: #39546F;
            animation: pulseDot 1.6s infinite;
        }

        @keyframes pulseDot {
            0% {
                transform: scale(1);
                box-shadow: 0 0 0 0 rgb(38 94 220 / 45%);
            }

            50% {
                transform: scale(1.1);
                box-shadow: 0 0 0 6px rgba(220, 38, 38, 0);
            }

            100% {
                transform: scale(1);
                box-shadow: 0 0 0 0 rgba(220, 38, 38, 0);
            }
        }

        .order-actions {
            display: flex;
            gap: 16px;
            flex-wrap: nowrap;
            margin-top: 30px;
            justify-content: center;
        }

        .contact-btn,
        .contact-mail {
            cursor: pointer;
            flex: 1;
            text-align: center;
            padding: 12px 28px;
            border-radius: 10px;
            font-size: 16px;
            font-weight: 600;
            transition: background-color 0.3s ease, transform 0.3s ease, text-decoration-color 0.3s ease;
            text-decoration: none !important;
            background-color: #39546F !important;
            color: white !important;
            border: none;
        }

        .contact-btn {
            background-color: #39546F !important;
        }

        .contact-mail {
            background-color: #ffffff;
            color: #39546F;
            border: 1px solid #39546F;
        }

        .contact-btn:hover,
        .contact-mail:hover {
            background-color: #39546F !important;
            color: white !important;
            text-decoration: underline !important;
            transform: scale(1.03);
        }

        .extras-grid,
        .seealso-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(280px, 1fr));
            gap: 20px;
            margin-top: 20px;
        }

        .extra-card,
        .seealso-card {
            background: #fff;
            border: 1px solid #e5e7eb;
            border-radius: 12px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            display: flex;
            flex-direction: column;
            overflow: hidden;
            height: 100%;
        }

        .extra-card__body,
        .seealso-card__body {
            display: flex;
            flex-direction: column;
            flex: 1;
            width: 100%;
            box-sizing: border-box;
            min-width: 0;
            padding: 18px 18px 20px;
            gap: 10px;
        }

        .extra-card__media {
            width: 100%;
            height: 170px;
            background: #e5e7eb;
        }

        .extra-card__media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .extra-btn {
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            box-sizing: border-box;
            min-height: 44px;
            background-color: #39546F;
            color: white !important;
            border-radius: 10px;
            padding: 10px 18px;
            font-size: 15px;
            font-weight: 600;
            line-height: 1.2;
            transition: background-color 0.3s ease, transform 0.3s ease, text-decoration-color 0.3s ease;
            border: none;
            text-align: center;
            margin-top: auto;
            text-decoration: none !important;
        }

        .extra-card__title,
        .seealso-card__title {
            margin: 0;
            font-size: 24px;
            line-height: 1.3;
            color: #111827;
        }

        .extra-card__text,
        .seealso-card__text {
            margin: 0 0 8px;
            font-size: 15px;
            line-height: 1.55;
            color: #374151;
        }

        .extra-btn:hover {
            background-color: #1f3144;
            text-decoration: underline !important;
            transform: scale(1.03);
        }

        .faq-section {
            margin-top: 24px;
        }

        .faq-list {
            display: grid;
            gap: 10px;
            margin-top: 10px;
        }

        .faq-item {
            border: 1px solid #dbe4ef;
            border-radius: 10px;
            background: #f8fafc;
            padding: 12px 14px;
        }

        .faq-item summary {
            cursor: pointer;
            font-weight: 700;
            color: #111827;
            list-style: none;
        }

        .faq-item summary::-webkit-details-marker {
            display: none;
        }

        .faq-item summary::after {
            content: "+";
            float: right;
            color: #39546F;
            font-weight: 700;
        }

        .faq-item[open] summary::after {
            content: "−";
        }

        .faq-item p {
            margin: 10px 0 2px;
            color: #374151;
        }

        .hero {
            box-shadow: 0 8px 20px rgba(17, 24, 39, 0.08);
        }

        .type-card {
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .type-card:hover {
            box-shadow: 0 14px 26px rgba(17, 24, 39, 0.22);
        }

        .type-card img {
            transition: transform 0.35s ease, filter 0.35s ease;
        }

        .type-card:hover img {
            transform: scale(1.05);
            filter: saturate(1.08);
        }

        .extra-card,
        .seealso-card {
            transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
        }

        .extra-card:hover,
        .seealso-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 20px rgba(17, 24, 39, 0.14);
            border-color: #d7dee8;
        }

        .extra-card__media img {
            transition: transform 0.35s ease, filter 0.35s ease;
        }

        .extra-card:hover .extra-card__media img,
        .seealso-card:hover .extra-card__media img {
            transform: scale(1.05);
            filter: saturate(1.08);
        }

        .hero-btn,
        .extra-btn,
        .contact-btn,
        .contact-mail {
            box-sizing: border-box;
            border-radius: 10px;
            font-weight: 600;
            text-decoration: none !important;
            transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease, box-shadow 0.2s ease, text-decoration-color 0.25s ease;
        }

        .hero-btn:hover,
        .extra-btn:hover,
        .contact-btn:hover {
            background-color: #1f3144 !important;
            color: #ffffff !important;
            text-decoration: underline !important;
            transform: translateY(-1px);
            box-shadow: 0 8px 14px rgba(31, 49, 68, 0.25);
        }

        .contact-mail:hover {
            background-color: #39546F;
            color: #ffffff !important;
            text-decoration: underline !important;
            transform: translateY(-1px);
            box-shadow: 0 8px 14px rgba(31, 49, 68, 0.2);
        }

        .hero-btn:active,
        .extra-btn:active,
        .contact-btn:active,
        .contact-mail:active {
            transform: translateY(0);
        }

        .hero-btn:focus-visible,
        .extra-btn:focus-visible,
        .contact-btn:focus-visible,
        .contact-mail:focus-visible {
            outline: 2px solid #93c5fd;
            outline-offset: 2px;
        }

        @media (max-width: 768px) {
            .hero {
                flex-direction: column;
            }

            .types-grid {
                grid-template-columns: 1fr;
            }

            .trust-bar {
                grid-template-columns: 1fr;
            }

            .cta-strip {
                flex-direction: column;
                align-items: flex-start;
            }

            .cta-strip__actions {
                width: 100%;
            }

            .cta-btn {
                flex: 1;
                text-align: center;
            }

            .order-actions {
                flex-wrap: wrap;
            }

            .contact-btn,
            .contact-mail {
                flex: 1 1 100%;
            }
        }
        