/* Homepage: guided calculation, visible evidence and practical benefits. */
.conversion-hero {
    padding: 30px 0 0;
    background: radial-gradient(ellipse at 0 0, #e9f5f4 0, transparent 48%), #f5f7fa;
}
.conversion-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.28fr) minmax(0, .85fr);
    gap: 40px;
    align-items: center;
    padding-bottom: 22px;
}
.conversion-grid > .hero-gallery { justify-self: end; }
.conversion-grid .hero-mosaic { height: 250px; }
.conversion-copy .eyebrow { margin-bottom: 12px; font-size: .73rem; letter-spacing: .1em; }
.hero-product-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 15px; }
.hero-product-brand > img { flex: 0 0 52px; width: 52px; height: 52px; border-radius: 11px; box-shadow: 0 5px 14px rgba(17,28,49,.12); }
.hero-product-name { display: block; color: var(--navy); font-size: 1.3rem; font-weight: 800; letter-spacing: -.045em; line-height: 1.2; }
.hero-product-name > span { color: #087e87; }
.hero-product-brand p { margin: 4px 0 0; color: #42596b; font-size: .83rem; font-weight: 650; line-height: 1.45; }
.conversion-copy h1 {
    margin-bottom: 10px;
    font-size: clamp(2.5rem, 3.5vw, 3rem);
    line-height: 1.1;
    letter-spacing: -.055em;
    font-weight: 800;
}
.conversion-copy h1 span { color: #197b7e; }
.conversion-lead { max-width: 610px; color: #516176; font-size: .98rem; line-height: 1.5; margin-bottom: 16px; }
.conversion-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; }
.conversion-actions .button { min-height: 48px; }
.conversion-report-link { display: inline-flex; align-items: center; gap: 9px; color: var(--primary); font-size: .86rem; font-weight: 800; padding-block: 10px; }
.conversion-report-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.conversion-offer { display: flex; flex-wrap: wrap; gap: 9px; color: var(--muted); font-size: .74rem; margin: 10px 0 0; }
.conversion-offer strong { color: #187274; }

.entry-benefits { background: #fff; padding: 16px 0 18px; scroll-margin-top: 88px; }
.entry-section-heading { margin-bottom: 10px; }
.entry-section-heading .eyebrow { margin: 0; font-size: .77rem; line-height: 1.4; }
.entry-benefit-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.entry-benefit { display: grid; grid-template-columns: 20px minmax(0, 1fr); align-content: start; column-gap: 8px; padding: 12px 10px; }
.entry-benefit + .entry-benefit { border-left: 1px solid #e0e7ed; }
.entry-benefit-icon { display: inline-flex; grid-row: 1 / 3; color: #247e80; margin: 0; }
.entry-benefit-icon svg { width: 20px; height: 20px; }
.entry-benefit h3 { font-size: .82rem; line-height: 1.4; letter-spacing: -.02em; margin: 0 0 5px; }
.entry-benefit p { font-size: .73rem; line-height: 1.5; color: var(--muted); margin: 0; }
.entry-benefit.entry-benefit-featured { border: 1px solid #243e56; border-radius: 10px; background: #15283e; }
.entry-benefit-featured .entry-benefit-icon { color: #81dedb; }
.entry-benefit-featured h3 { color: #fff; }
.entry-benefit-featured p { color: #c6d5e3; }
.entry-benefit-featured + .entry-benefit { border-left: 0; }
.entry-benefit-date h3 { color: #196c70; }
.entry-benefit-date time { white-space: nowrap; }

.entry-more { margin-top: 6px; border-top: 1px solid #e0e7ed; padding-top: 6px; }
.entry-more > summary { display: none; }
.entry-benefit-extra .entry-benefit { padding-block: 8px; }

#moduller { scroll-margin-top: 70px; padding-top: 26px; }
#moduller .module-toolbar { gap: 16px; margin-bottom: 20px; }
#moduller .section-heading .eyebrow { margin-bottom: 8px; font-size: .7rem; }
#moduller .section-heading h2 { font-size: clamp(1.7rem, 2.8vw, 2.25rem); margin-bottom: 8px; }
#moduller .section-heading p { font-size: .86rem; line-height: 1.5; }
#rapor-denetimi { scroll-margin-top: 100px; }

/* Detailed feature disclosures follow the calculation modules. */
.home-features-section { padding: 26px 0; background: #fff; scroll-margin-top: 90px; }
.home-features-panel { padding: 20px 24px 14px; border: 1px solid #d3e4e4; border-radius: 16px; background: #f1f7f7; }
.home-features-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 14px; }
.home-features-heading h2 { color: var(--navy); font-size: clamp(1.3rem, 2vw, 1.6rem); line-height: 1.3; letter-spacing: -.035em; margin: 0 0 4px; }
.home-features-heading p { color: #536478; font-size: .8rem; line-height: 1.5; margin: 0; }
.home-features-link { color: var(--primary); font-size: .78rem; font-weight: 800; padding-block: 8px; }
.home-features-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.home-features-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 7px 16px; list-style: none; padding: 0; margin: 0; }
.home-features-list details { border: 1px solid #d9e5e6; border-radius: 9px; background: #fff; overflow: hidden; }
.home-features-list summary { display: grid; grid-template-columns: 22px minmax(0, 1fr) 18px; align-items: center; gap: 9px; min-height: 44px; padding: 10px 12px; color: #20374c; font-size: .81rem; font-weight: 750; line-height: 1.4; cursor: pointer; list-style: none; }
.home-features-list summary::-webkit-details-marker { display: none; }
.home-features-list summary:hover { background: #eaf4f4; }
.home-features-list summary:focus-visible { outline: 2px solid #087e87; outline-offset: -3px; border-radius: 8px; }
.home-feature-number { color: #287c7e; font-size: .68rem; font-weight: 800; }
.home-feature-toggle { position: relative; width: 18px; height: 18px; border-radius: 50%; background: #edf5f5; }
.home-feature-toggle::before, .home-feature-toggle::after { content: ""; position: absolute; background: #287c7e; border-radius: 1px; }
.home-feature-toggle::before { width: 8px; height: 2px; top: 8px; left: 5px; }
.home-feature-toggle::after { width: 2px; height: 8px; top: 5px; left: 8px; }
.home-features-list details[open] { border-color: #76b5b7; }
.home-features-list details[open] summary { color: #146e71; }
.home-features-list details[open] .home-feature-toggle::after { display: none; }
.home-features-list > li:has(details[open]) { grid-column: 1 / -1; }
.home-feature-content { display: grid; gap: 20px; padding: 4px 20px 20px 43px; color: #536478; font-size: .85rem; line-height: 1.7; }
.home-feature-text { min-width: 0; max-width: 850px; }
.home-feature-text p { margin: 0 0 12px; }
.home-feature-text ul { display: grid; gap: 7px; list-style: disc; padding-left: 19px; margin: 0; }
.home-feature-text li::marker { color: #287c7e; }
/* Optional figure elements can be added after .home-feature-text without changing the disclosure. */
.home-feature-content:has(.home-feature-media) { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; }
.home-feature-media { min-width: 0; margin: 0; }
.home-feature-media img, .home-feature-media video { display: block; width: 100%; height: auto; border: 1px solid #d9e5e6; border-radius: 10px; }
.home-feature-media figcaption { margin-top: 8px; font-size: .75rem; line-height: 1.5; }
.home-features-note { margin: 10px 0 0; color: #596a7a; font-size: .69rem; line-height: 1.5; }

@media (max-width: 1040px) {
    .conversion-grid { gap: 30px; grid-template-columns: 1.15fr .85fr; }
    .conversion-copy h1 { font-size: clamp(2.3rem, 4.1vw, 2.85rem); }

    .entry-benefit-grid { gap: 8px; }
    .entry-benefit { display: block; padding: 10px 8px; }
    .entry-benefit-icon { margin-bottom: 5px; }

}
@media (max-width: 760px) {
    .hero-product-brand { gap: 10px; margin-bottom: 14px; }
    .hero-product-brand > img { flex-basis: 48px; width: 48px; height: 48px; border-radius: 11px; }
    .hero-product-name { font-size: 1.25rem; }
    .hero-product-brand p { font-size: .73rem; max-width: 240px; }
    .home-features-section { padding-bottom: 20px; }
    .home-features-panel { padding: 16px 12px 12px; border-radius: 13px; }
    .home-features-heading { display: block; margin-bottom: 10px; }
    .home-features-heading h2 { font-size: 1.3rem; }
    .home-features-link { display: inline-block; margin-top: 2px; }
    .home-features-list { grid-template-columns: 1fr; gap: 6px; }
    .home-features-list summary { padding: 10px; font-size: .79rem; gap: 7px; }
    .home-feature-content { padding: 4px 13px 16px; font-size: .82rem; gap: 14px; }
    .home-feature-content:has(.home-feature-media) { grid-template-columns: 1fr; }

    .conversion-hero { padding-top: 18px; }
    .conversion-grid { grid-template-columns: 1fr; gap: 14px; padding-bottom: 16px; }
    .conversion-grid > .hero-gallery { justify-self: stretch; width: 100%; max-width: none; }
    .conversion-copy h1 { font-size: clamp(2rem, 7.8vw, 2.85rem); max-width: 650px; margin-bottom: 12px; }
    .conversion-copy .eyebrow { margin-bottom: 10px; font-size: .66rem; }
    .conversion-lead { font-size: .92rem; line-height: 1.5; max-width: 530px; margin-bottom: 14px; }
    .conversion-actions { gap: 12px; }
    .conversion-actions .button { width: auto; padding-inline: 17px; font-size: .83rem; }
    .conversion-report-link { font-size: .78rem; }
    .conversion-offer { margin-top: 10px; font-size: .7rem; }
    .conversion-grid .hero-mosaic { height: 164px; }
    .conversion-grid .gallery-hint { position: absolute; width: 1px; height: 1px; padding: 0; margin: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }

    .entry-benefits { padding: 14px 0 16px; }
    .entry-section-heading { margin-bottom: 9px; }
    .entry-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; }
    .entry-benefit, .entry-benefit + .entry-benefit { display: grid; grid-template-columns: 18px minmax(0, 1fr); column-gap: 7px; border: 0; padding: 4px 0; }
    .entry-benefit-icon { margin: 0; }
    .entry-benefit-icon svg { width: 18px; height: 18px; }
    .entry-benefit h3 { font-size: .8rem; margin-bottom: 4px; }
    .entry-benefit p { font-size: .73rem; }
    .entry-benefit.entry-benefit-featured { grid-column: 1 / -1; grid-template-columns: 20px minmax(0, 1fr); column-gap: 10px; padding: 11px 13px; }
    .entry-benefit-featured h3 { font-size: .88rem; }
    .entry-more { margin-top: 8px; padding-top: 0; }
    .entry-more > summary { display: flex; align-items: center; justify-content: space-between; min-height: 44px; gap: 12px; padding: 8px 0; color: var(--primary); font-size: .78rem; font-weight: 800; cursor: pointer; list-style: none; }
    .entry-more > summary::-webkit-details-marker { display: none; }
    .entry-more > summary:focus-visible { outline: 2px solid var(--turquoise-dark); outline-offset: 2px; }
    .entry-more-hide, .entry-more[open] .entry-more-show { display: none; }
    .entry-more[open] .entry-more-hide { display: inline; }
    .entry-more[open] .entry-more-chevron { transform: rotate(180deg); }
    .entry-benefit-extra { padding-top: 4px; }
    .entry-benefit-extra .entry-benefit { padding-block: 4px; }
    #moduller { padding-top: 20px; }
    #moduller .module-toolbar { gap: 12px; margin-bottom: 16px; }
    #moduller .section-heading h2 { font-size: 1.7rem; }
    #moduller .section-heading p { font-size: .8rem; }

}
@media (max-width: 360px) {
    .conversion-copy h1 { font-size: 1.95rem; }
    .conversion-actions { gap: 5px 12px; }
    .conversion-actions .button { min-height: 46px; }
    .conversion-report-link { padding-block: 10px; }
    .conversion-offer { gap: 6px; font-size: .65rem; }
}
