@font-face {
  font-family: "Open Sans";
  src: url(../fonts/OpenSans-VariableFont_wdth\,wght.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/Montserrat-VariableFont_wght.ttf);
  font-display: swap;
}
:root {
  --scale: 1;
  --primary-blue: #007fbe;
  --primary-dark: #00699e;
  --dark-bg-start: #13173e;
  --dark-bg-end: #252952;
  --gray-100: #f5f6f6;
  --gray-200: #e0e0e0;
  --gray-400: #999999;
  --gray-500: #757575;
  --gray-600: #575756;
  --text-color: #000;
  --white: #fff;
  --danger: #bf1324;
  --danger-hover: #b50e1c;
  --danger-active: #ac0c18;
  --cta-gradient-start: #FFCC00;
  --cta-gradient-end: #f78e1e;
  --font-montserrat: 'Montserrat', sans-serif;
  --font-open-sans: 'Open Sans', sans-serif;
}

/* RESET */
html {
  color: #000;
  background: transparent;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

:focus {
  outline: 0;
}

body {
  font-family: Arial, sans-serif;
  color: #000;
  background-color: #fff;
  min-height: 100vh;
  line-height: 17px;
}

a {
  color: #0000ff;
  text-decoration: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

/* Layout */
.page-container {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  padding: 0 15px;
}

/* Section: Top Bar */
.top-bar {
  background-color: #007fbe;
  height: 85px;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
}
.top-bar .page-container, .known-from-bar .page-container {
  background-color: transparent !important;
}
.header-page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  width: 100%;
}
.seal img {
  width: 120px;
  display: flex;
}
.known-from-bar .page-container {
  display: flex;
  align-items:center;
  justify-content:flex-start;
  gap: 20px;
}

/* Section: Known From Bar */
.known-from-bar {
  background-color: #e3f6ff;
  border-bottom: 1px solid #007fbe;
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
}

.known-from-bar .known-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
}

.known-from-bar .known-icons a {
  display: block;
}

.known-from-bar .known-icons .icon-bild {
  width: 41px;
  height: 38px;
  margin-left: 0;
}

.known-from-bar .known-icons .icon-youtube {
  width: 97px;
  height: 21px;
  margin-left: 42px;
}

.known-from-bar .known-icons .icon-focus {
  width: 92px;
  height: 28px;
  margin-left: 47px;
}

.known-from-bar .known-icons .icon-welt {
  width: 87px;
  height: 21px;
  margin-left: 41px;
}

/* Section: Advertorial Header */
.advertorial-header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.advertorial-header .ad-label {
  margin-left: 0;
  font-size: 14px;
  color: #575756;
  font-family: var(--font-open-sans);
  font-weight: 400;
}

/* Section: Title */
.section-title-block {
  padding: 0 0 20px;
}

.section-subtitle {
  font-weight: 600;
  font-family: var(--font-montserrat);
  font-size: 16px;
  color: #00699e;
  font-style: normal;
  line-height: 22px;
  margin-bottom: 20px;
}

.section-main-title {
  font-size: 36px;
  font-family: var(--font-montserrat);
  font-weight: 700;
  font-style: normal;
  line-height: 45px;
  color: #000;
}

/* Section: Author */
.author-section {
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 11px;
  height: 67px;
}

.author-section .author-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.author-section .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-section .author-info .author-name {
  font-weight: 700;
  font-family: Arial, sans-serif;
  font-size: 12px;
  color: #575756;
  background-color: transparent;
  line-height: 13px;
}

.author-section .author-info .reading-time {
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #737373;
  line-height: 8px;
}

/* Section: Hero */
.hero-section {
  margin-bottom: 40px;
  width: 100%;
  height: 447px;
  background-image: url('https://d9hhrg4mnvzow.cloudfront.net/www.gutes-hoeren.de/technikwunder-unsichtbares-hoergeraet-v2-ab3/f01622f6-technikwunder-swiss-hero-image_10k00bb000000000000000.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
}

/* Section: Highlight Bar */
.highlight-bar {
  background-color: #252952;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 0;
}

.highlight-bar p {
  font-size: 16px;
  color: #fff;
  font-family: var(--font-open-sans);
  font-weight: 300;
  font-style: normal;
  line-height: 24px;
}

/* Section: Insurance Icons */
.insurance-section {
  border-top: 1px solid #007fbe;
  padding-top: 20px;
  margin-bottom: 40px;
  text-align: center;
}

.insurance-section h3 {
  font-size: 18px;
  color: #00699e;
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-style: normal;
  background-color: #fff;
  line-height: 32px;
  margin-bottom: 10px;
}

.insurance-section .insurance-icons {
  width: 100%;
  height: 44px;
}

.insurance-section .insurance-icons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Section: Intro Text Block */
.text-block {
  margin-bottom: 40px;
}

.text-block h2 {
  font-size: 32px;
  color: #000;
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-style: normal;
  line-height: 42px;
  margin-bottom: 16px;
}

.text-block p {
  font-size: 20px;
  color: #000;
  font-family: var(--font-open-sans);
  font-weight: 400;
  font-style: normal;
  line-height: 29px;
  margin-bottom: 16px;
}

.text-block p strong {
  font-weight: 700;
}

/* Section: Device Comparison */
.device-comparison {
  margin-bottom: 40px;
  width: 100%;
}

.device-comparison img {
  width: 100%;
  height: auto;
}

.device-comparison .comparison-labels {
  display: flex;
  justify-content: space-between;
  background-color: #252952;
  height: 40px;
  align-items: center;
  padding: 0 10px;
}

.device-comparison .comparison-labels span {
  font-size: 16px;
  color: #fff;
  font-family: var(--font-open-sans);
  font-weight: 600;
  font-style: normal;
  line-height: 24px;
}

.device-comparison .comparison-labels .label-left {
  width: 176px;
}

.device-comparison .comparison-labels .label-right {
  width: 186px;
  text-align: right;
}

/* Section: Problem Images Grid */
.problems-section {
  margin-bottom: 40px;
}

.problems-section h2 {
  font-size: 32px;
  color: #000;
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-style: normal;
  line-height: 42px;
  margin-bottom: 20px;
}

.problems-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.problems-grid .problem-item {
  width: 100%;
}

.problems-grid .problem-item img {
  width: 100%;
  height: 198px;
  object-fit: cover;
  display: block;
}

.problems-grid .problem-item .problem-caption {
  background-color: var(--gray-100);
  height: 70px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-size: 16px;
  color: #000;
  font-family: var(--font-open-sans);
  font-weight: 400;
  font-style: normal;
  line-height: 24px;
}

/* Section: Study Benefits */
.study-section {
  background-color: var(--gray-100);
  padding: 40px;
  margin-bottom: 40px;
}

.study-section h2 {
  font-size: 32px;
  color: #000;
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-style: normal;
  line-height: 42px;
  margin-bottom: 20px;
}

.study-section .study-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.study-section .study-item img {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  margin-top: 2px;
}

.study-section .study-item p {
  font-size: 20px;
  color: #000;
  font-family: var(--font-open-sans);
  font-weight: 400;
  font-style: normal;
  line-height: 29px;
}

.study-section .study-item p strong {
  font-weight: 700;
}

.study-section .study-image {
  width: 100%;
  height: auto;
  margin-top: 20px;
}

/* Section: Features Info */
.features-section {
  margin-bottom: 40px;
}

.features-section h2 {
  font-size: 32px;
  color: #000;
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-style: normal;
  line-height: 42px;
  margin-bottom: 20px;
}

.features-section p {
  font-size: 20px;
  color: #000;
  font-family: var(--font-open-sans);
  font-weight: 400;
  font-style: normal;
  line-height: 29px;
  margin-bottom: 16px;
}

.features-section .device-showcase {
  width: 100%;
  height: auto;
  margin: 20px 0;
}

/* Section: Customer Reviews */
.reviews-section {
  margin-bottom: 40px;
}

.reviews-section .reviews-subtitle {
  font-weight: 600;
  font-family: var(--font-montserrat);
  font-size: 20px;
  color: #00699e;
  line-height: 38px;
  margin-bottom: 10px;
}

.reviews-section .reviews-title {
  font-weight: 600;
  font-family: var(--font-montserrat);
  font-size: 32px;
  color: #000;
  line-height: 42px;
  margin-bottom: 20px;
}

.reviews-section .reviews-image {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.reviews-section .review-cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 20px;
}

.reviews-section .review-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background-color: #fff;
}

.reviews-section .review-card .review-avatar {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.reviews-section .review-card .review-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviews-section .review-card .review-content blockquote {
  font-size: 22px;
  color: #000;
  font-family: var(--font-open-sans);
  font-weight: 400;
  font-style: italic;
  line-height: 32px;
  margin-bottom: 8px;
}

.reviews-section .review-card .review-content .review-author {
  font-weight: 600;
  font-family: var(--font-open-sans);
  font-size: 20px;
  color: #000;
  font-style: normal;
  line-height: 29px;
}

/* Section: Benefits List */
.benefits-section {
  margin-bottom: 40px;
}

.benefits-section h2 {
  font-size: 32px;
  color: #000;
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-style: normal;
  line-height: 42px;
  margin-bottom: 20px;
}

.benefits-section .benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.benefits-section .benefit-item img {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  margin-top: 2px;
}

.benefits-section .benefit-item p {
  font-size: 20px;
  color: #000;
  font-family: var(--font-open-sans);
  font-weight: 400;
  font-style: normal;
  line-height: 29px;
}

.benefits-section .benefit-item p strong {
  font-weight: 700;
}

/* Section: Video */
.video-section {
  margin-bottom: 40px;
}

.video-section video {
  width: 100%;
  height: auto;
  display: block;
}

.video-section h2 {
  font-size: 32px;
  color: #000;
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-style: normal;
  line-height: 42px;
  margin-bottom: 16px;
}

.video-section .video-caption {
  font-weight: 600;
  font-family: var(--font-montserrat);
  font-size: 24px;
  color: #000;
  font-style: normal;
  line-height: 29px;
  margin-bottom: 16px;
}

.video-section .video-description {
  font-weight: 400;
  font-family: var(--font-open-sans);
  font-size: 20px;
  color: #000;
  line-height: 29px;
  margin-bottom: 16px;
}

/* Section: Expert Quote */
.expert-quote {
  background-color: #fff;
  margin-bottom: 40px;
}

.expert-quote .expert-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.expert-quote .expert-header img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  flex-shrink: 0;
}

.expert-quote .expert-header .expert-title {
  font-weight: 600;
  font-family: var(--font-montserrat);
  font-size: 32px;
  color: #000;
  line-height: 42px;
}

.expert-quote blockquote {
  font-size: 22px;
  color: #000;
  font-family: var(--font-open-sans);
  font-weight: 400;
  font-style: italic;
  line-height: 32px;
  margin-bottom: 8px;
}

.expert-quote .expert-name {
  font-weight: 600;
  font-family: var(--font-open-sans);
  font-size: 20px;
  color: #000;
  font-style: normal;
  line-height: 29px;
}

/* Section: Tinnitus */
.tinnitus-section {
  background-color: var(--gray-100);
  padding: 40px;
  margin-bottom: 0;
}

.tinnitus-section h2 {
  font-weight: 600;
  font-family: var(--font-montserrat);
  font-size: 32px;
  color: #000;
  line-height: 42px;
  margin-bottom: 16px;
}

.tinnitus-section p, .study-section p {
  font-weight: 400;
  font-family: var(--font-open-sans);
  font-size: 20px;
  color: #000;
  line-height: 29px;
  margin-bottom: 16px;
}

.tinnitus-section .tinnitus-testimonial {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.tinnitus-section .tinnitus-testimonial img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  flex-shrink: 0;
}

.tinnitus-section .tinnitus-testimonial blockquote {
  font-size: 20px;
  color: #000;
  font-family: var(--font-open-sans);
  font-weight: 400;
  font-style: italic;
  line-height: 29px;
  margin-bottom: 8px;
}

.tinnitus-section .tinnitus-testimonial .testimonial-author {
  font-weight: 600;
  font-family: var(--font-open-sans);
  font-size: 20px;
  color: #000;
  font-style: italic;
  line-height: 29px;
}

/* Section: Second Tinnitus */
.tinnitus-section-2 {
  background-color: var(--gray-100);
  padding: 40px;
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
}

.tinnitus-section-2 .tinnitus-testimonial {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.tinnitus-section-2 .tinnitus-testimonial img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  flex-shrink: 0;
}

.tinnitus-section-2 .tinnitus-testimonial blockquote {
  font-size: 20px;
  color: #000;
  font-family: var(--font-open-sans);
  font-weight: 400;
  font-style: italic;
  line-height: 29px;
  margin-bottom: 8px;
}

.tinnitus-section-2 .tinnitus-testimonial .testimonial-author {
  font-weight: 600;
  font-family: var(--font-open-sans);
  font-size: 20px;
  color: #000;
  font-style: italic;
  line-height: 29px;
}

/* Section: Third Tinnitus */
.tinnitus-section-3 {
  background-color: var(--gray-100);
  padding: 40px;
  margin-bottom: 40px;
}

.tinnitus-section-3 .tinnitus-testimonial {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.tinnitus-section-3 .tinnitus-testimonial img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  flex-shrink: 0;
}

.tinnitus-section-3 .tinnitus-testimonial blockquote {
  font-size: 20px;
  color: #000;
  font-family: var(--font-open-sans);
  font-weight: 400;
  font-style: italic;
  line-height: 29px;
  margin-bottom: 8px;
}

.tinnitus-section-3 .tinnitus-testimonial .testimonial-author {
  font-weight: 600;
  font-family: var(--font-open-sans);
  font-size: 20px;
  color: #000;
  font-style: italic;
  line-height: 29px;
}

/* Section: Video with text */
.video-text-section {
  margin-bottom: 40px;
}

.video-text-section h2 {
  font-size: 32px;
  color: #000;
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-style: normal;
  line-height: 42px;
  margin-bottom: 16px;
}

.video-text-section video {
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}

/* Section: GEERS Expertise */
.geers-expertise {
  margin-bottom: 40px;
}

.geers-expertise h2 {
  font-weight: 600;
  font-family: var(--font-montserrat);
  font-size: 28px;
  color: #000;
  font-style: normal;
  line-height: 38px;
  margin-bottom: 20px;
}

.geers-expertise .expertise-content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.geers-expertise .expertise-content img {
  width: 190px;
  height: 190px;
  border-radius: 0;
  flex-shrink: 0;
}

.geers-expertise .expertise-content p {
  font-size: 20px;
  color: #000;
  font-family: var(--font-open-sans);
  font-weight: 400;
  font-style: normal;
  line-height: 29px;
}

/* Section: Insurance Savings */
.insurance-savings {
  margin-bottom: 40px;
}

.insurance-savings h2 {
  font-size: 32px;
  color: #000;
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-style: normal;
  line-height: 42px;
  margin-bottom: 20px;
}

.insurance-savings p {
  font-size: 20px;
  color: #000;
  font-family: var(--font-open-sans);
  font-weight: 400;
  font-style: normal;
  line-height: 29px;
  margin-bottom: 16px;
}

.insurance-savings p strong {
  font-weight: 700;
}

.insurance-savings .insurance-logos {
  width: 100%;
  height: auto;
  margin: 20px 0;
  border-top: 1px solid #e0e0e0;
  padding-top: 20px;
}

.insurance-savings .insurance-subtitle {
  font-size: 18px;
  color: #007fbe;
  font-family: var(--font-montserrat);
  font-weight: 500;
  font-style: normal;
  background-color: #fff;
  line-height: 32px;
  text-align: center;
  margin-bottom: 10px;
}

/* Section: Calculator */
.calculator-section {
  background-color: #f6f6f6;
  border-radius: 10px;
  padding: 40px 18.5px;
}

.calculator-section h2 {
  font-size: 32px;
  color: #252952;
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-style: normal;
  line-height: 42px;
  background-color: transparent;
  margin-bottom: 10px;
}

.calculator-section .calculator-subtitle {
  font-weight: 600;
  font-family: var(--font-open-sans);
  font-size: 20px;
  color: #252952;
  background-color: transparent;
  font-style: normal;
  line-height: 29px;
  margin-bottom: 20px;
}

.calculator-section .calculator-subtitle strong {
  font-weight: 700;
}

.calculator-section .calculator-widget {
  width: 100%;
}

/* Section: 3 Steps */
.steps-section {
  background: linear-gradient(#13173e, #252952);
  padding: 40px 0;
  margin-bottom: 40px;
}

.steps-section .steps-container {
  display: flex;
  justify-content: space-between;
  gap: 22px;
}

.steps-section .step-card {
  background: linear-gradient(#13173e, #252952);
  width: 225px;
  height: 307px;
  display: flex;
  flex-direction: column;
}

.steps-section .step-card .step-image {
  width: 225px;
  height: 133px;
  object-fit: cover;
}

.steps-section .step-card .step-number {
  font-weight: 600;
  font-family: var(--font-montserrat);
  font-size: 22px;
  color: #fff;
  font-style: normal;
  text-align: center;
  margin-top: 21px;
  line-height: 29px;
}

.steps-section .step-card .step-description {
  font-weight: 400;
  font-family: var(--font-open-sans);
  font-size: 18px;
  color: #fff;
  font-style: normal;
  text-align: center;
  line-height: 26px;
  padding: 0 14px;
  margin-top: 7px;
}

/* Section: CTA */
.cta-section {
  background: linear-gradient(#13173e, #252952);
  padding: 60px 0;
}

.cta-section h2 {
  font-size: 32px;
  color: #fff;
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-style: normal;
  line-height: 42px;
  margin-bottom: 16px;
}

.cta-section h3 {
  font-size: 22px;
  color: #fff;
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-style: normal;
  line-height: 32px;
  margin-bottom: 40px;
}

.cta-section .cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  max-width: 710px;
  margin: 0 auto;
}

.cta-section .cta-button {
  width: 355px;
  height: 94px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: transparent;
  font-size: 0;
}

.cta-section .cta-button-sh {
  background-image: url('../images/17.png');
  color: #000;
}

.cta-section .cta-button-bayern {
  background-image: url('../images/18.png');
}

.cta-section .cta-button-berlin {
  background-image: url('../images/19.png');
}

.cta-section .cta-button-hessen {
  background-image: url('../images/20.png');
}

.cta-section .cta-button-ns {
  background-image: url('../images/21.png');
}

.cta-section .cta-button-nw {
  background-image: url('../images/22.png');
}

.cta-section .cta-button-rp {
  background-image: url('../images/23.png');
}

.cta-section .cta-button-sachsen {
  background-image: url('../images/24.png');
}

.cta-section .cta-button-hamburg {
  background-image: url('../images/25.png');
}

.cta-section .cta-button-bw {
  background-image: url('../images/26.png');
}

.cta-section .other-link {
  text-align: center;
  margin-top: 20px;
}

.cta-section .other-link a {
  font-weight: 600;
  font-family: var(--font-open-sans);
  font-size: 20px;
  font-style: normal;
  color: #fff;
  text-decoration: underline;
}

/* Section: Insurance CTA */
.insurance-cta {
  background: linear-gradient(#13173e, #252952);
  padding: 60px 0;
}

.insurance-cta h2 {
  font-size: 28px;
  color: #fff;
  font-family: var(--font-montserrat);
  font-weight: 600;
  font-style: normal;
  line-height: 38px;
  margin-bottom: 16px;
}

.insurance-cta p {
  font-size: 20px;
  color: #fff;
  font-family: var(--font-open-sans);
  font-weight: 400;
  font-style: normal;
  line-height: 29px;
  margin-bottom: 16px;
}

.insurance-cta p strong {
  font-weight: 600;
}

.insurance-cta .insurance-icons {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/* Section: Trust Badges */
.trust-section {
  background-color: var(--gray-100);
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
  padding: 40px 0;
  margin-bottom: 0;
}

.trust-section .trust-title {
  font-weight: 600;
  font-family: var(--font-montserrat);
  font-size: 28px;
  color: #000;
  font-style: normal;
  line-height: 38px;
  margin-bottom: 20px;
}

.trust-section .trust-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.trust-section .trust-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.trust-section .trust-item img {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  margin-top: 2px;
}

.trust-section .trust-item p {
  font-size: 20px;
  color: #000;
  font-family: var(--font-open-sans);
  font-weight: 600;
  font-style: normal;
  line-height: 29px;
}

/* Section: GEERS Benefits */
.geers-benefits {
  background-color: var(--gray-100);
  padding: 40px;
  margin-bottom: 40px;
}

.geers-benefits h2 {
  font-weight: 600;
  font-family: var(--font-montserrat);
  font-size: 28px;
  color: #000;
  font-style: normal;
  line-height: 38px;
  margin-bottom: 20px;
}

.geers-benefits .benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.geers-benefits .benefit-item img {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  margin-top: 2px;
}

.geers-benefits .benefit-item p {
  font-size: 20px;
  color: #000;
  font-family: var(--font-open-sans);
  font-weight: 600;
  font-style: normal;
  line-height: 29px;
}

/* Section: Awards */
.awards-section {
  background-color: var(--gray-100);
  border: 1px solid #e0e0e0;
  border-left: none;
  border-right: none;
  padding: 40px 0;
  text-align: center;
}

.awards-section .awards-title {
  font-weight: 600;
  font-family: var(--font-montserrat);
  font-size: 20px;
  color: #00699e;
  text-align: center;
  margin-bottom: 20px;
  line-height: 38px;
}

.awards-section .awards-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.awards-section .awards-icons img {
  height: 150px;
  width: auto;
}

.awards-section .review-scores {
  width: 332px;
  height: 150px;
  margin: 20px auto 0;
}

/* Section: Footer */
.footer-section {
  margin-bottom: 0;
}

.footer-section p {
  font-size: 12px;
  font-family: var(--font-open-sans);
  font-weight: 400;
  font-style: normal;
  color: #000;
  line-height: 1.4;
  margin-bottom: 8px;
}

.footer-section p strong {
  font-weight: 700;
}

.footer-section p a {
  color: #0000ff;
  text-decoration: underline;
}

/* Section: Footer Links */
.footer-links {
  border-top: 1px solid #e0e0e0;
  padding: 20px 0;
  margin-bottom: 0;
}

.footer-links .footer-nav {
  text-align: center;
}

.footer-links .footer-nav a {
  color: #000;
  font-weight: 400;
  font-family: var(--font-open-sans);
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.footer-links .footer-nav a:hover {
  text-decoration: underline;
}

.footer-links .footer-brand {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  color: #575756;
  font-family: var(--font-open-sans);
  font-weight: 400;
  font-style: normal;
}

/* Hover states for CTA buttons */
.cta-button:hover {
  opacity: 0.9;
  filter: brightness(1.1);
}

.cta-button:active {
  filter: brightness(0.95);
}

/* Mobile responsive */
@media (max-width: 600px) {
  .page-container {
    max-width: 100%;
    box-sizing: border-box;
  }
  .tinnitus-testimonial {
    flex-direction: column;
  }

  .top-bar {
    height: 70px;
  }

  .top-bar .logo {
    width: 178px;
    height: 35px;
    top: 17.5px;
    left: 0;
  }

  .top-bar .logo img {
    width: 178px;
    height: 35px;
  }

  .top-bar .seal {
    width: 100px;
  }

  .known-from-bar {
    height: 52px;
  }

  .known-from-bar .known-label {
    top: 77px;
    font-size: 14px;
    width: 65px;
    height: 38px;
    line-height: 19px;
  }

  .known-from-bar .known-icons .icon-bild {
    width: 34px;
    height: 32px;
  }

  .known-from-bar .known-icons .icon-youtube {
    width: 79px;
    height: 17px;
    margin-left: 2px;
  }

  .known-from-bar .known-icons .icon-focus {
    width: 62px;
    height: 19px;
    margin-left: 8px;
  }

  .known-from-bar .known-icons .icon-welt {
    width: 54px;
    height: 13px;
    margin-left: 9px;
  }

  .advertorial-header {
    width: 100%;
    height: 65px;
    font-size: 14px;
  }

  .section-main-title {
    font-size: 28px;
    line-height: 38px;
  }

  .problems-grid {
    grid-template-columns: 1fr;
  }

  .problems-grid .problem-item .problem-caption {
    font-size: 16px;
    height: 118px;
    padding: 10px 9px;
    line-height: 24px;
  }
  body {
    word-break: break-word;
  }
  .study-section {
    padding: 0;
  }

  .study-section h2 {
    font-size: 26px;
    line-height: 35px;
  }

  .study-section .study-item p {
    font-size: 20px;
  }

  .steps-section .steps-container {
    flex-direction: column;
    gap: 18px;
  }

  .steps-section .step-card {
    width: 100%;
    height: auto;
  }

  .steps-section .step-card .step-image {
    width: 100%;
  }

  .cta-section .cta-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .cta-section .cta-button {
    width: 100%;
  }

  .insurance-cta .insurance-icons {
    width: 100%;
  }

  .geers-expertise .expertise-content {
    flex-direction: column;
  }

  .geers-expertise .expertise-content img {
    width: 190px;
    height: 190px;
  }

  .calculator-section {
    border-radius: 0;
    padding: 20px 0;
  }

  .calculator-section h2 {
    font-size: 28px;
    line-height: 38px;
    transform: scale(0.85);
    transform-origin: left center;
  }

  .calculator-section .calculator-subtitle {
    font-size: 20px;
    line-height: 29px;
  }

  .awards-section .awards-icons {
    flex-direction: column;
    align-items: center;
  }

  .awards-section .awards-icons img {
    height: auto;
    max-width: 100%;
  }
}