/* =========================================================
   GLOBAL
========================================================= */

html {
    scroll-behavior: smooth;
}

.daemmung-page {
    background: #ffffff;
    color: #1d2433;
    overflow-x: clip;
}

.service-shell,
.daemmung-shell {
    width: min(1360px, calc(100% - 120px));
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
    .service-shell,
    .daemmung-shell {
        width: calc(100% - 64px);
    }
}

@media (max-width: 640px) {
    .service-shell,
    .daemmung-shell {
        width: calc(100% - 32px);
    }
}

/* =========================================================
   HERO
========================================================= */

.daemmung-hero {
    position: relative;
    width: 100%;
    min-height: 100svh;
    height: 100svh;
    padding: 0;
    overflow: hidden;
    background: #071734;
}

.daemmung-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(7, 23, 52, 0.88) 0%, rgba(7, 23, 52, 0.70) 30%, rgba(7, 23, 52, 0.38) 58%, rgba(7, 23, 52, 0.16) 100%),
        linear-gradient(180deg, rgba(7, 23, 52, 0.08) 0%, rgba(7, 23, 52, 0.18) 100%);
}

.daemmung-hero::after {
    display: none;
}

.daemmung-hero .daemmung-shell {
    position: relative;
    z-index: 4;
    min-height: 100svh;
    height: 100svh;
}

.daemmung-hero-grid {
    position: relative;
    min-height: 100svh;
    height: 100svh;
    display: flex;
    align-items: flex-end;
}

.daemmung-hero-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    z-index: 1;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

.daemmung-hero-image img,
.daemmung-hero-image video {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100svh;
    object-fit: cover;
    object-position: center center;
    transform: none;
}

.daemmung-hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(13, 20, 34, 0.62) 0%, rgba(13, 20, 34, 0.42) 34%, rgba(13, 20, 34, 0.18) 62%, rgba(13, 20, 34, 0.08) 100%),
        linear-gradient(180deg, rgba(13, 20, 34, 0.10) 0%, rgba(13, 20, 34, 0.06) 100%);
}

.daemmung-hero__inner {
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 760px;
    padding: 0 0 200px;
    transform: translateY(-40px);
}

.daemmung-hero .subheadline {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    margin-bottom: 18px;
    border: 1px solid rgba(255,255,255,0.26);
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    box-shadow: 0 8px 20px rgba(18, 32, 60, 0.10);
}

.daemmung-hero h1 {
    margin: 0 0 18px;
    max-width: 12ch;
    font-size: clamp(44px, 5vw, 78px);
    line-height: 0.94;
    letter-spacing: -0.055em;
    color: #ffffff;
    text-wrap: balance;
    text-shadow: 0 10px 26px rgba(0, 0, 0, 0.22);
}

.daemmung-hero .intro {
    margin: 0;
    max-width: 760px;
    font-size: 18px;
    line-height: 1.72;
    color: rgba(255,255,255,0.93);
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.16);
}

.daemmung-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.daemmung-hero__badges span {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 0 15px;
    border: 1px solid rgba(255,255,255,0.24);
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 10px 24px rgba(18, 32, 60, 0.10);
}

.daemmung-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

/* =========================================================
   SERVICE OVERVIEW NUR FÜR DÄMMUNG
========================================================= */

.page-template-page-daemmung-dampfsperre .service-overview-nav {
    margin-top: 80px;
    padding-top: 0;
}

@media (max-width: 991px) {
    .page-template-page-daemmung-dampfsperre .service-overview-nav {
        margin-top: 22px;
    }
}

@media (max-width: 640px) {
    .page-template-page-daemmung-dampfsperre .service-overview-nav {
        margin-top: 22px;
    }
}

/* =========================================================
   BUTTONS
========================================================= */

.daemmung-page .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 20px;
    border-radius: 16px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.25s ease, background 0.2s ease, border-color 0.2s ease;
}

.daemmung-page .btn:hover {
    transform: translateY(-1px);
}

.daemmung-page .btn-primary {
    background: #2f7cff;
    color: #ffffff;
    box-shadow: 0 12px 26px rgba(47, 124, 255, 0.20);
}

.daemmung-page .btn-primary:hover {
    box-shadow: 0 16px 30px rgba(47, 124, 255, 0.24);
}

.daemmung-page .btn-secondary {
    background: #ffffff;
    color: #1d2433;
    border: 1px solid #dfe6f2;
    box-shadow: 0 8px 20px rgba(18, 32, 60, 0.05);
}

.daemmung-hero .btn-primary {
    box-shadow: 0 16px 30px rgba(47, 124, 255, 0.26);
}

.daemmung-hero .btn-secondary {
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(255,255,255,0.9);
}

.daemmung-page .btn-secondary:hover {
    border-color: #2f7cff;
    background: #f4f8ff;
}

.daemmung-page .btn-full {
    width: 100%;
}

/* =========================================================
   CONTENT
========================================================= */

.daemmung-content {
    padding: 96px 0 110px;
}

.daemmung-layout {
    width: 100%;
}

.daemmung-main {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.daemmung-section,
.daemmung-faq {
    width: 100%;
}

.daemmung-section {
    padding: 0 0 42px;
    margin-bottom: 42px;
    border-bottom: 1px solid #e8eef7;
}

.daemmung-section:last-child {
    margin-bottom: 0;
}

.daemmung-section h2,
.daemmung-faq h2 {
    margin: 0 0 18px;
    font-size: clamp(28px, 2.8vw, 42px);
    line-height: 1.08;
    letter-spacing: -0.03em;
    color: #1d2433;
    max-width: 24ch;
    text-wrap: balance;
}

.daemmung-section h3,
.faq-item h3,
.daemmung-card h3 {
    margin: 28px 0 14px;
    font-size: 22px;
    line-height: 1.28;
    color: #1d2433;
}

.daemmung-section p,
.faq-item p,
.daemmung-card p {
    margin: 0 0 18px;
    max-width: 780px;
    color: #586375;
    font-size: 17px;
    line-height: 1.78;
}

/* =========================================================
   OVERVIEW SECTION
========================================================= */

.daemmung-overview-section {
    border-bottom: 0;
    padding-bottom: 10px;
    margin-bottom: 52px;
    padding-top: 8px;
}

.daemmung-overview-head {
    max-width: 920px;
    margin-bottom: 28px;
}

.daemmung-overview-head h2 {
    max-width: 24ch;
}

.daemmung-overview-head p {
    max-width: 860px;
}

.daemmung-overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 22px;
}

.daemmung-overview-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 26px 24px 24px;
    border: 1px solid #dfe6f2;
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(18, 32, 60, 0.05);
    transition: transform 0.2s ease, box-shadow 0.25s ease, border-color 0.2s ease, background 0.2s ease;
}

.daemmung-overview-card:hover {
    transform: translateY(-3px);
    border-color: #c9d9f5;
    background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
    box-shadow: 0 20px 40px rgba(18, 32, 60, 0.08);
}

.daemmung-overview-card .overview-card-kicker {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    min-height: 34px;
    padding: 0 12px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: #edf4ff;
    color: #2f7cff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.daemmung-overview-card h3 {
    margin: 0 0 12px;
    color: #1d2433;
    font-size: 26px;
    line-height: 1.18;
    letter-spacing: -0.02em;
}

.daemmung-overview-card p {
    margin: 0 0 18px;
    max-width: 100%;
    color: #586375;
    font-size: 16px;
    line-height: 1.72;
}

.daemmung-overview-card .overview-card-meta {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #e7edf7;
    color: #1d2433;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

.daemmung-overview-section + .daemmung-section {
    margin-top: 8px;
}

/* =========================================================
   INLINE CARDS
========================================================= */

.daemmung-inline-boxes {
    border-bottom: 0;
    padding-bottom: 4px;
}

.daemmung-inline-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.daemmung-card {
    padding: 28px 26px;
    border: 1px solid #dfe6f2;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 14px 32px rgba(18, 32, 60, 0.06);
}

.daemmung-card-accent {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.daemmung-card h3 {
    margin-top: 0;
    margin-bottom: 12px;
}

.daemmung-card p {
    margin-bottom: 18px;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.72;
}

.daemmung-card .btn {
    margin-top: 4px;
}

.daemmung-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.daemmung-card ul li {
    position: relative;
    margin: 0 0 12px;
    padding-left: 26px;
    color: #1d2433;
    font-size: 15px;
    line-height: 1.65;
}

.daemmung-card ul li:last-child {
    margin-bottom: 0;
}

.daemmung-card ul li::before {
    content: "•";
    position: absolute;
    left: 8px;
    top: 0;
    color: #2f7cff;
    font-weight: 800;
}

/* =========================================================
   HIGHLIGHT
========================================================= */

.daemmung-highlight {
    border-bottom: 0;
    margin-bottom: 46px;
    padding-bottom: 0;
}

.daemmung-highlight-box {
    padding: 34px 34px;
    border: 1px solid #dfe6f2;
    border-radius: 28px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
    box-shadow: 0 18px 38px rgba(18, 32, 60, 0.06);
}

.daemmung-highlight-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 36px;
    padding: 0 14px;
    margin-bottom: 16px;
    border-radius: 999px;
    background: #edf4ff;
    color: #2f7cff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

/* =========================================================
   MEDIA BLOCKS
========================================================= */

.daemmung-media-block {
    border-bottom: 0;
    padding-bottom: 8px;
}

.daemmung-media-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 520px;
    gap: 34px;
    align-items: center;
}

.daemmung-media-grid--reverse {
    grid-template-columns: 520px minmax(0, 1fr);
}

.daemmung-media-grid--reverse .daemmung-media-text {
    order: 2;
}

.daemmung-media-grid--reverse .daemmung-media-placeholder {
    order: 1;
}

.daemmung-media-placeholder img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center center;
    border-radius: 28px;
    border: 1px solid #dfe6f2;
    box-shadow: 0 18px 38px rgba(18, 32, 60, 0.08);
}

/* =========================================================
   BASIC LISTS
========================================================= */

.daemmung-list,
.daemmung-steps {
    margin: 22px 0 26px;
    padding: 0;
    list-style: none;
}

.daemmung-list li,
.daemmung-steps li {
    position: relative;
    margin: 0 0 12px;
    padding: 14px 16px 14px 52px;
    border: 1px solid #dfe6f2;
    border-radius: 18px;
    background: #f8fbff;
    color: #1d2433;
    font-size: 16px;
    line-height: 1.65;
    box-shadow: 0 8px 20px rgba(18, 32, 60, 0.04);
}

.daemmung-list li::before,
.daemmung-steps li::before {
    content: "✓";
    position: absolute;
    left: 18px;
    top: 14px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #edf4ff;
    color: #2f7cff;
    font-size: 13px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.daemmung-steps {
    counter-reset: daemmungsteps;
}

.daemmung-steps li::before {
    counter-increment: daemmungsteps;
    content: counter(daemmungsteps);
    font-size: 12px;
}

/* =========================================================
   TYPE GRID
========================================================= */

.daemmung-type-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin: 24px 0;
}

.daemmung-type-card {
    padding: 22px;
    border: 1px solid #dfe6f2;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(18, 32, 60, 0.05);
}

.daemmung-type-card h3 {
    margin: 0 0 10px;
    font-size: 22px;
    color: #1d2433;
}

.daemmung-type-card p {
    margin: 0;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.7;
    color: #586375;
}

/* =========================================================
   LINKS
========================================================= */

.daemmung-links {
    display: grid;
    gap: 12px;
    margin-top: 24px;
}

.daemmung-links a {
    display: flex;
    align-items: center;
    min-height: 58px;
    padding: 0 18px;
    border: 1px solid #dfe6f2;
    border-radius: 18px;
    background: #ffffff;
    color: #1d2433;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(18, 32, 60, 0.04);
    transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.daemmung-links a:hover {
    transform: translateY(-1px);
    border-color: #2f7cff;
    background: #f4f8ff;
    box-shadow: 0 12px 26px rgba(18, 32, 60, 0.06);
}

/* =========================================================
   CREATIVE 4 STEPS
========================================================= */

.steps-creative-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 30px;
}

.step-creative {
    position: relative;
    padding: 26px;
    border: 1px solid #dfe6f2;
    border-radius: 26px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 16px 34px rgba(18, 32, 60, 0.06);
    transition: transform 0.2s ease, box-shadow 0.25s ease, border-color 0.2s ease;
}

.step-creative:hover {
    transform: translateY(-3px);
    border-color: #c9d9f5;
    box-shadow: 0 20px 40px rgba(18, 32, 60, 0.08);
}

.step-creative__top {
    display: flex;
    gap: 16px;
    align-items: center;
    margin-bottom: 16px;
}

.step-creative__number {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 18px;
    background: linear-gradient(180deg, #2f7cff 0%, #1968f1 100%);
    color: #ffffff;
    font-size: 24px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 24px rgba(47, 124, 255, 0.18);
}

.step-creative__top h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.28;
}

.step-creative__media {
    margin-bottom: 18px;
}

.step-creative__media img {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center center;
    border-radius: 22px;
}

.step-creative p {
    margin: 0;
    max-width: 100%;
    color: #586375;
    font-size: 16px;
    line-height: 1.72;
}

/* =========================================================
   TIMELINE
========================================================= */

.daemmung-timeline {
    position: relative;
    margin-top: 38px;
    padding: 8px 0 8px;
}

.daemmung-timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%);
    background: linear-gradient(
        180deg,
        rgba(47, 124, 255, 0.08) 0%,
        rgba(47, 124, 255, 0.40) 16%,
        rgba(47, 124, 255, 0.20) 100%
    );
    border-radius: 999px;
}

.daemmung-step-card {
    position: relative;
    width: calc(50% - 42px);
    margin-bottom: 26px;
    padding: 24px 24px 22px 88px;
    border: 1px solid #dfe6f2;
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 18px 36px rgba(18, 32, 60, 0.06);
    transition: transform 0.2s ease, box-shadow 0.25s ease, border-color 0.2s ease;
}

.daemmung-step-card:last-child {
    margin-bottom: 0;
}

.daemmung-step-card:hover {
    transform: translateY(-3px);
    border-color: #c9d9f5;
    box-shadow: 0 22px 42px rgba(18, 32, 60, 0.09);
}

.daemmung-step-card:nth-child(odd) {
    margin-right: auto;
}

.daemmung-step-card:nth-child(even) {
    margin-left: auto;
}

.daemmung-step-card::before {
    content: "";
    position: absolute;
    top: 36px;
    width: 42px;
    height: 2px;
    background: linear-gradient(90deg, rgba(47, 124, 255, 0.20), rgba(47, 124, 255, 0.55));
}

.daemmung-step-card:nth-child(odd)::before {
    right: -42px;
}

.daemmung-step-card:nth-child(even)::before {
    left: -42px;
}

.daemmung-step-card::after {
    content: "";
    position: absolute;
    top: 28px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2f7cff;
    box-shadow: 0 0 0 10px rgba(47, 124, 255, 0.12);
}

.daemmung-step-card:nth-child(odd)::after {
    right: -50px;
}

.daemmung-step-card:nth-child(even)::after {
    left: -50px;
}

.daemmung-step-number {
    position: absolute;
    left: 22px;
    top: 22px;
    width: 50px;
    height: 50px;
    border-radius: 16px;
    background: linear-gradient(180deg, #2f7cff 0%, #1968f1 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.03em;
    box-shadow: 0 12px 24px rgba(47, 124, 255, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
}

.daemmung-step-content h3 {
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 1.28;
    color: #1d2433;
}

.daemmung-step-content p {
    margin: 0;
    max-width: 100%;
    color: #586375;
    font-size: 16px;
    line-height: 1.72;
}

.daemmung-step-card:nth-child(1),
.daemmung-step-card:nth-child(4) {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.daemmung-step-card:nth-child(2),
.daemmung-step-card:nth-child(5) {
    background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}

.daemmung-step-card:nth-child(3),
.daemmung-step-card:nth-child(6) {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
}

/* =========================================================
   CONTACT SECTION
========================================================= */

.daemmung-contact-section {
    border-bottom: 0;
    padding-bottom: 4px;
}

/* =========================================================
   LOCATIONS
========================================================= */

.daemmung-locations {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

.daemmung-locations span {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    background: #f4f8ff;
    border: 1px solid #dfe6f2;
    color: #1d2433;
    font-size: 14px;
    font-weight: 600;
}

/* =========================================================
   FAQ – PASSEND ZU DEINEM PHP
========================================================= */

.daemmung-section.faq-section.daemmung-faq-section {
    border-bottom: 0;
    margin-bottom: 54px;
    padding: 52px 34px;
    border-radius: 34px;
    border: 1px solid #dbe6f6;
    box-shadow: 0 20px 44px rgba(31, 61, 117, 0.07);
    background:
        radial-gradient(circle at top left, rgba(67, 125, 245, 0.06) 0%, transparent 34%),
        radial-gradient(circle at bottom right, rgba(87, 145, 255, 0.05) 0%, transparent 28%),
        linear-gradient(180deg, #f7faff 0%, #eef4fb 100%);
    overflow: hidden;
}

.faq-section {
    position: relative;
}

.faq-heading {
    max-width: 980px;
    margin: 0 auto 28px;
}

.faq-heading p {
    max-width: 68ch;
}

.faq-list {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    gap: 12px;
}

.faq-item {
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid #dbe6f6;
    box-shadow: 0 6px 16px rgba(31, 61, 117, 0.05);
    overflow: hidden;
    transition: all 0.2s ease;
}

.faq-item:hover {
    transform: translateY(-1px);
    border-color: #c6d9f8;
}

.faq-item.active {
    border-color: #9fc0f8;
    box-shadow: 0 10px 24px rgba(55, 101, 185, 0.10);
}

.faq-question {
    position: relative;
    width: 100%;
    padding: 16px 48px 16px 16px;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
    color: #1b2432;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    display: block;
    box-sizing: border-box;
}

.faq-icon {
    position: absolute;
    right: 14px;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #eef5ff;
    pointer-events: none;
    flex-shrink: 0;
}

.faq-icon::before,
.faq-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 2px;
    background: #3978ee;
    transform: translate(-50%, -50%);
}

.faq-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item.active .faq-icon {
    background: #2f7cff;
}

.faq-item.active .faq-icon::before,
.faq-item.active .faq-icon::after {
    background: #fff;
}

.faq-item.active .faq-icon::after {
    opacity: 0;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer-inner {
    padding: 0 16px 16px;
    border-top: 1px solid #eef2f8;
}

.faq-answer p {
    margin: 10px 0 0;
    max-width: 100%;
    color: #62728b;
    font-size: 14px;
    line-height: 1.6;
}

/* =========================================================
   LAPTOP / COMPACT
========================================================= */

@media (min-width: 992px) and (max-height: 900px) {
    .service-shell,
    .daemmung-shell {
        width: min(1280px, calc(100% - 96px));
    }

    .daemmung-hero,
    .daemmung-hero .daemmung-shell,
    .daemmung-hero-grid,
    .daemmung-hero-image img,
    .daemmung-hero-image video {
        min-height: 100svh;
        height: 100svh;
    }

    .daemmung-hero__inner {
        max-width: 760px;
        padding: 0 0 170px;
        transform: translateY(-30px);
    }

    .daemmung-hero .subheadline {
        min-height: 32px;
        padding: 0 12px;
        margin-bottom: 14px;
        font-size: 10px;
    }

    .daemmung-hero h1 {
        margin: 0 0 14px;
        max-width: 12ch;
        font-size: clamp(34px, 3.3vw, 52px);
        line-height: 0.98;
    }

    .daemmung-hero .intro {
        max-width: 720px;
        font-size: 15px;
        line-height: 1.58;
    }

    .daemmung-hero__badges {
        gap: 8px;
        margin-top: 16px;
    }

    .daemmung-hero__badges span {
        min-height: 32px;
        padding: 0 12px;
        font-size: 11px;
    }

    .daemmung-hero__actions {
        gap: 10px;
        margin-top: 18px;
    }

    .daemmung-page .btn {
        min-height: 42px;
        padding: 0 16px;
        border-radius: 14px;
        font-size: 13px;
    }

    .daemmung-content {
        padding: 58px 0 70px;
    }

    .daemmung-section {
        padding: 0 0 28px;
        margin-bottom: 28px;
    }

    .daemmung-section h2,
    .daemmung-faq h2 {
        margin: 0 0 12px;
        font-size: clamp(24px, 2vw, 34px);
        line-height: 1.08;
        max-width: 26ch;
    }

    .daemmung-section h3,
    .faq-item h3,
    .daemmung-card h3 {
        margin: 0 0 10px;
        font-size: 19px;
        line-height: 1.25;
    }

    .daemmung-section p,
    .faq-item p,
    .daemmung-card p {
        margin: 0 0 12px;
        max-width: 820px;
        font-size: 15px;
        line-height: 1.58;
    }

    .daemmung-list li,
    .daemmung-steps li {
        margin: 0 0 10px;
        padding: 12px 14px 12px 44px;
        border-radius: 16px;
        font-size: 14px;
        line-height: 1.5;
    }

    .daemmung-list li::before,
    .daemmung-steps li::before {
        left: 14px;
        top: 12px;
        width: 18px;
        height: 18px;
        font-size: 11px;
    }

    .daemmung-highlight-box {
        padding: 24px 22px;
        border-radius: 22px;
    }

    .daemmung-highlight-kicker {
        min-height: 32px;
        padding: 0 12px;
        margin-bottom: 12px;
        font-size: 11px;
    }

    .daemmung-media-grid {
        grid-template-columns: minmax(0, 1fr) 440px;
        gap: 24px;
    }

    .daemmung-media-grid--reverse {
        grid-template-columns: 440px minmax(0, 1fr);
    }

    .daemmung-media-placeholder img {
        height: 340px;
        border-radius: 22px;
    }

    .daemmung-card,
    .daemmung-type-card,
    .daemmung-overview-card,
    .step-creative,
    .daemmung-step-card {
        border-radius: 20px;
    }

    .daemmung-card,
    .daemmung-type-card,
    .daemmung-overview-card,
    .step-creative {
        padding: 18px;
    }

    .step-creative__number {
        width: 46px;
        height: 46px;
        border-radius: 14px;
        font-size: 18px;
        flex-basis: 46px;
    }

    .step-creative__media img {
        height: 260px;
        border-radius: 20px;
    }

    .daemmung-timeline {
        margin-top: 20px;
    }

    .daemmung-step-card {
        padding: 18px 18px 18px 78px;
    }

    .daemmung-step-number {
        width: 44px;
        height: 44px;
        top: 18px;
        left: 18px;
        border-radius: 14px;
        font-size: 16px;
    }

    .daemmung-step-content h3 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .daemmung-step-content p {
        font-size: 14px;
        line-height: 1.6;
    }

    .daemmung-section.faq-section.daemmung-faq-section {
        margin-bottom: 34px;
        padding: 34px 24px;
        border-radius: 26px;
    }
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {
    .daemmung-hero {
        min-height: 100svh;
        height: 100svh;
    }

    .daemmung-hero .daemmung-shell,
    .daemmung-hero-grid {
        min-height: 100svh;
        height: 100svh;
    }

    .daemmung-hero-image,
    .daemmung-hero-image img,
    .daemmung-hero-image video {
        min-height: 100svh;
        height: 100svh;
    }

    .daemmung-hero__inner {
        max-width: 100%;
        padding: 0 0 160px;
        transform: translateY(-20px);
    }

    .daemmung-hero .subheadline {
        min-height: 34px;
        padding: 0 12px;
        margin-bottom: 14px;
        font-size: 10px;
    }

    .daemmung-hero h1 {
        max-width: 12ch;
        margin: 0 0 16px;
        font-size: clamp(34px, 6vw, 46px);
        line-height: 0.98;
        letter-spacing: -0.04em;
    }

    .daemmung-hero .intro {
        max-width: 720px;
        font-size: 15px;
        line-height: 1.62;
    }

    .daemmung-hero__badges {
        gap: 8px;
        margin-top: 18px;
    }

    .daemmung-hero__badges span {
        min-height: 34px;
        padding: 0 12px;
        font-size: 11px;
    }

    .daemmung-hero__actions {
        gap: 10px;
        margin-top: 18px;
    }

    .daemmung-page .btn {
        min-height: 44px;
        padding: 0 16px;
        border-radius: 14px;
        font-size: 13px;
    }

    .daemmung-section h2,
    .daemmung-faq h2 {
        max-width: 100%;
        font-size: clamp(26px, 6vw, 38px);
    }

    .daemmung-inline-grid,
    .daemmung-type-grid,
    .steps-creative-grid,
    .daemmung-media-grid,
    .daemmung-media-grid--reverse,
    .daemmung-overview-grid {
        grid-template-columns: 1fr;
    }

    .daemmung-media-grid--reverse .daemmung-media-text,
    .daemmung-media-grid--reverse .daemmung-media-placeholder {
        order: initial;
    }

    .daemmung-overview-card h3 {
        font-size: 24px;
    }

    .daemmung-timeline::before {
        left: 25px;
        transform: none;
    }

    .daemmung-step-card,
    .daemmung-step-card:nth-child(odd),
    .daemmung-step-card:nth-child(even) {
        width: calc(100% - 58px);
        margin-left: auto;
        margin-right: 0;
    }

    .daemmung-step-card {
        padding: 22px 20px 22px 82px;
    }

    .daemmung-step-card::before,
    .daemmung-step-card:nth-child(odd)::before,
    .daemmung-step-card:nth-child(even)::before {
        left: -34px;
        right: auto;
        width: 34px;
        top: 34px;
    }

    .daemmung-step-card::after,
    .daemmung-step-card:nth-child(odd)::after,
    .daemmung-step-card:nth-child(even)::after {
        left: -42px;
        right: auto;
        top: 26px;
    }

    .daemmung-section.faq-section.daemmung-faq-section {
        margin-bottom: 42px;
        padding: 42px 22px;
        border-radius: 26px;
    }

    .faq-heading {
        margin-bottom: 22px;
    }

    .faq-question {
        font-size: 15px;
        padding: 14px 44px 14px 14px;
    }

    .faq-answer p {
        font-size: 13px;
    }
}

/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {
    .daemmung-page .btn {
        width: 100%;
    }

    .daemmung-hero {
        min-height: 100svh;
        height: 100svh;
    }

    .daemmung-hero .daemmung-shell,
    .daemmung-hero-grid {
        min-height: 100svh;
        height: 100svh;
    }

    .daemmung-hero-image,
    .daemmung-hero-image img,
    .daemmung-hero-image video {
        min-height: 100svh;
        height: 100svh;
    }

    .daemmung-hero__inner {
        max-width: 100%;
        padding: 0 0 136px;
        transform: translateY(-10px);
    }

    .daemmung-hero h1 {
        max-width: 100%;
        font-size: clamp(28px, 8vw, 38px);
        line-height: 1.03;
        letter-spacing: -0.035em;
        margin-bottom: 14px;
    }

    .daemmung-hero .intro {
        font-size: 15px;
        line-height: 1.62;
        max-width: 100%;
    }

    .daemmung-hero .subheadline {
        min-height: 34px;
        padding: 0 12px;
        margin-bottom: 14px;
        font-size: 10px;
    }

    .daemmung-hero__badges {
        display: none;
    }

    .daemmung-hero__actions {
        flex-direction: column;
        margin-top: 18px;
    }

    .daemmung-section p,
    .faq-item p,
    .daemmung-card p,
    .daemmung-overview-card p {
        font-size: 15px;
        line-height: 1.72;
    }

    .daemmung-list li,
    .daemmung-steps li {
        font-size: 15px;
        padding: 13px 14px 13px 48px;
    }

    .daemmung-card,
    .daemmung-type-card,
    .step-creative,
    .daemmung-overview-card {
        padding: 20px;
        border-radius: 20px;
    }

    .daemmung-highlight-box {
        padding: 22px;
        border-radius: 22px;
    }

    .daemmung-media-placeholder img {
        height: 300px;
        border-radius: 22px;
    }

    .step-creative__top {
        align-items: flex-start;
    }

    .step-creative__number {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        font-size: 20px;
        flex-basis: 48px;
    }

    .step-creative__top h3 {
        font-size: 20px;
    }

    .step-creative__media img {
        height: 240px;
        border-radius: 18px;
    }

    .daemmung-timeline {
        margin-top: 28px;
    }

    .daemmung-step-card,
    .daemmung-step-card:nth-child(odd),
    .daemmung-step-card:nth-child(even) {
        width: calc(100% - 44px);
    }

    .daemmung-step-card {
        padding: 18px 18px 18px 72px;
        border-radius: 20px;
        margin-bottom: 18px;
    }

    .daemmung-step-number {
        width: 40px;
        height: 40px;
        left: 16px;
        top: 16px;
        border-radius: 13px;
        font-size: 16px;
    }

    .daemmung-step-content h3 {
        font-size: 18px;
        margin: 0 0 8px;
    }

    .daemmung-step-content p {
        font-size: 14px;
        line-height: 1.65;
    }

    .daemmung-timeline::before {
        left: 19px;
    }

    .daemmung-step-card::before,
    .daemmung-step-card:nth-child(odd)::before,
    .daemmung-step-card:nth-child(even)::before {
        left: -24px;
        width: 24px;
    }

    .daemmung-step-card::after,
    .daemmung-step-card:nth-child(odd)::after,
    .daemmung-step-card:nth-child(even)::after {
        left: -31px;
        width: 12px;
        height: 12px;
        box-shadow: 0 0 0 6px rgba(47, 124, 255, 0.12);
    }

    .daemmung-overview-section {
        margin-bottom: 40px;
    }

    .daemmung-overview-card h3 {
        font-size: 22px;
    }

    .daemmung-overview-card p {
        line-height: 1.68;
    }

    .daemmung-section.faq-section.daemmung-faq-section {
        padding: 34px 14px;
        border-radius: 22px;
        margin-bottom: 34px;
    }

    .faq-heading {
        margin-bottom: 18px;
    }

    .faq-list {
        gap: 10px;
    }

    .faq-item {
        border-radius: 14px;
    }

    .faq-question {
        font-size: 14px;
        padding: 12px 40px 12px 12px;
    }

    .faq-icon {
        width: 18px;
        height: 18px;
        right: 12px;
    }

    .faq-answer-inner {
        padding: 0 12px 14px;
    }

    .faq-answer p {
        font-size: 13px;
        line-height: 1.55;
    }
}