* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  background: #fff;
}

/* Responsive Images */
img {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

.navbar {
  width: 100%;
  height: 80px;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  position: sticky;      
  top: 0;                
  background: #fff;      /* Ensure background is solid (covers content when scrolling) */
  z-index: 1000;         /* Stay on top of other elements */
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 26px;
  font-weight: 700;
  color: #333;
}

.logo img {
  width: 40px;
  height: auto;
}
.logo span {
  text-shadow: 1px 1.2px 1.5px #6b6161;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 35px;
}
.nav-links a:hover{
  color: #f5b000;
    
}
.nav-links a {
  text-decoration: none;
  font-size: 20px;
  color: #333;
  font-weight: 800;
  text-shadow: 1px 1.2px 1.5px #6b6161;
}

.nav-links a.active {
  color: #f5b000;
}

.phone_1 {
  font-size: 20px;
  font-weight: 800;
  text-shadow: 1px 1.2px 1.5px #6b6161;
  color: #333;
}

/* # section_1 */

.sec_1 {
  width: 100%;
  padding: 4%;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
}

.sec_1_0 {
  width: 95%;
}
.sec_1_01 {
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  align-items: center;
}
.sec_1_0_0 {
  width: 100%;
  font-size: 46px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  text-shadow: 1px 1.2px 1.5px #5a5454;
}
.sec_1_0_1 {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
  text-shadow: 1px 1.2px 1.5px #5a5454;
}
.sec_1_0_2 {
  width: max-content;
  display: inline-flex;
  font-size: 30px;
  font-weight: 500;
  padding: 15px 20px;
  margin-bottom: 30px;
  border-radius: 12px;
  background-color: #a8a8a8;
  color: black;
  text-decoration: none;
}

.sec_1_0_2:hover {
  background-color: black;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  color: white;
}

/* section_1_02 */

.sec_1_02 {
  display: flex;
  gap: 20px;
}
.sec_1_02 div {
  width: 33.33%;
  padding: 3%;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  gap: 20px;
  text-align: center;
}
.sec_1_02 img {
  width: 35%;
}
.sec_1_02 span {
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.7;
}
.sec_1_02 p {
  font-size: 14.5px;
  line-height: 1.7;
  color: #000000c9;
}

/* sec_1_03 */

.sec_1_03 {
  padding: 3% 0;
}
.sec_1_03 p {
  font-size: 20px;
  margin-bottom: 30px;
  color: #000000a2;
}
.sec_1_03 .intro {
  margin-bottom: 40px;
}
.sec_1_03 .claim {
  margin-bottom: 20px;
  font-size: 20px;
}
.sec_1_03 ul {
  list-style: none;
  padding: 0;
  margin: 0 4%;
  font-size: 18px;
}
.sec_1_03 li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}
.sec_1_03 li:before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 24px;
  line-height: 1;
  color: #000;
}
.sec_1_03 strong {
  font-weight: bold;
}

/* sec_1_04 */

.sec_1_04 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sec_1_04 p {
  font-size: 20px;
  margin-bottom: 20px;
  color: #000000a2;
  line-height: 1.5;
}

.sec_1_04_0 {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
}

.sec_1_04_0 img {
  width: 50%;
  height: 100%;
}
.sec_1_04_0 ul {
  list-style: none;
  font-size: 18px;
}
.sec_1_04_0 li {
  color: #000000a2;
  padding-left: 15px;
  position: relative;
  line-height: 1.5;
}
.sec_1_04 li:before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 24px;
  line-height: 1;
  color: #000;
}
.sec_1_04 strong {
  color: #000;
}

.sec_1_04_1 {
  margin: 3% 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sec_1_04_1 p {
  font-size: 16px;
}

/* section2  */

.sec_2 {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 30px;
  font-family: Architects Daughter, handwriting;
}








/* Inhaltsverzeichnis */
.toc {
  background: #fff;
  padding: 22px 30px;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 60px;
}
/* Inhaltsverzeichnis – ausgeklappt */
.toc-content {
  display: none;
  padding: 20px 30px 10px;
  margin-top: -40px;
  background: #fff;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.12);
}

/* sichtbar */
.toc-content.open {
  display: block;
}

/* einzelne Einträge */
.toc-item {
  font-size: 18px;
  font-weight: 500;
  padding: 6px 0;
  cursor: pointer;
  color: #000;
}

/* Hover */
.toc-item:hover {
  text-decoration: underline;
}

/* Pfeil drehen bei geöffnetem TOC */
.toc-content.open + .toc,
.toc.open svg {
  transform: rotate(180deg);
}

/* saubere Pfeil-Animation */
.toc svg {
  transition: transform 0.25s ease;
}










/* Headline */
.headline {
  text-align: center;
  font-size: 52px;
  font-family: "Architects Daughter", cursive;
  font-weight: 400;
  margin-bottom: 40px;
}

.headline span {
  font-family: "Architects Daughter", cursive;
  font-weight: 500;
}

/* Description */
.description {
  font-size: 16px;
  line-height: 1.7;
  color: #000000a2;
}
.description strong {
  color: #000;
}
/* Floating contact buttons */
.floating {
  position: fixed;
  right: 0;
  top: 40%;
  display: flex;
  flex-direction: column;
  z-index: 999;
}

.float-btn {
  width: 50px;
  height: 50px;
  background: #f5b000;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
}


.sec_2_1 {
  display: flex;
  gap: 4%;
  margin-top: 5%;
}
.sec_2_1 img {
  width: 50%;
}

.sec_2_1_0 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #000000a2;
}
.sec_2_1_0 strong {
  color: #000;
  line-height: 1.7;
}
.sec_2_1_0 h2 {
  color: #000;
}
.sec_2_1_0 p {
  font-size: 16px;
}
.sec_2_btn {
  display: flex;
  justify-content: center;
}

.sec_2_btn .btn-outline {
  display: inline-block;
  padding: 12px 32px;
  border: 2px solid #000;
}

.sec_2_btn .btn-outline a {
  all: unset;                 /* entfernt ALLES vom <a> */
  cursor: pointer;
  color: inherit;
  font: inherit;
  line-height: 1;
  text-align: center;
}

.sec_2_btn .btn-outline:hover {
  background: #000;
  color: #fff;
}


/* section5 */

.sec_5 {
  padding: 5%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: #f4f4f4;
}
.sec_6 {
  padding: 5%;
  display: flex;
  flex-direction: column;
  gap: 5rem;
  background-color: #f4f4f4;
}
.gb_icon svg {
  width: 2.9rem;
  height: 2.5rem;
  fill: currentColor;
}

.sec_5_0_1,
.sec_s_2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 24px;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  color: #000000c7;
}

.sec_5_0_2,
.sec_s_3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  line-height: 1.5;
  font-size: 17px;
  color: #000000b0;
}

.sec_5_0,
.sec_s_1 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.sec_5_0_2 p strong {
  color: #000;
}
.sec_s_3 p strong {
  color: #000;
}

.sec_5_0_3 {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 17px;
  color: #000000b0;
  gap: 10px;
}

.sec_5_1 {
  display: flex;
  gap: 20px;
}
.sec_5_1 div {
  width: 33.33%;
  text-align: center;
  color: #000000b0;
}
.sec_5_1 img {
  width: 100%;
  height: 500px;
}

/* section 3 */

.sec_3 {
  padding: 5%;
  display: flex;
  flex-direction: column;
  gap: 4em;
}
.sec_3_1 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 24px;
  justify-content: center;
  align-items: center;
  font-weight: bolder;
  color: #000000c7;
}

.sec_3_2 {
  display: flex;
  gap: 40px;
  width: 100%;
}

.sec_3_2 img {
  width: 50%;
}
.sec_3_2 div {
  width: 50%;
  line-height: 1.7;
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #000000b0;
  font-size: 17px;
}
.sec_3_2 div p strong {
  color: black;
}

/* section4 */

.sec_4 {
  width: 100%;
  background-color: #f4f4f4;
  padding: 1% 5%;
}
.container {
  width: 70%;
  margin: 40px auto;
  padding: 5%;
  background-color: white;
  border-radius: 20px;
}

/* Header */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header h1 {
  font-size: 36px;
  margin: 0;
}

.phone {
  font-size: 28px;
  font-weight: bold;
}

.subtitle {
  margin: 20px 0 40px;
  font-size: 18px;
}

/* Form grid */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 40px;
}

/* Fields */
.field {
  display: flex;
  flex-direction: column;
}

.field.full {
  grid-column: 1 / -1;
}

label {
  margin-bottom: 8px;
  font-size: 15px;
}

label span {
  color: #f4a100;
}

input,
select {
  height: 55px;
  padding: 10px 15px;
  font-size: 16px;
  border: 1px solid #ccc;
  outline: none;
}

input:focus,
select:focus {
  border-color: #999;
}

/* Button */
.submit-btn {
  grid-column: 1 / -1;
  height: 60px;
  background: #3c3c3c;
  color: #fff;
  font-size: 22px;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

.submit-btn:hover {
  background: #2f2f2f;
}

/* Note */
.note {
  grid-column: 1 / -1;
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
}

.note span {
  color: #f4a100;
}

/* Responsive */
@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
  }

  .header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/* section 6 */

.sec_6_1,
.sec_6_5 {
  font-family: Arial, Helvetica, sans-serif;
  color: #222;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 5em;
}

/* ===== TOP BAR ===== */
.top-bar {
  display: flex;
  width: 100%;
  height: 80px;
}

.top-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
}

.top-item.black {
  background: #000;
  color: #fff;
}

.top-item.yellow {
  background: #f5b400;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
}

.top-item i {
  margin-right: 10px;
  color: #f5b400;
}

.top-item.black.right i {
  color: #f5b400;
}

/* ===== CONTENT ===== */
.container_2 {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.box h2 {
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.box h2 i {
  display: block;
  font-size: 40px;
  margin-bottom: 15px;
  color: #444;
}

.box p {
  margin-bottom: 18px;
  font-size: 16px;
}

.box strong {
  font-weight: 700;
  color: #000;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .columns {
    grid-template-columns: 1fr;
  }

  .top-bar {
    flex-direction: column;
    height: auto;
  }

  .top-item {
    height: 60px;
  }
}

.sec_6_9 h1 {
  border-bottom: 2px solid #005a9c;
  padding-bottom: 10px;
}
.sec_6_9 ul {
  list-style-type: none;
  padding-left: 0;
}
.sec_6_9 li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}
.sec_6_9 li strong {
  color: black;
  display: block;
  margin-bottom: 8px;
  font-size: 1.2em;
}
.sec_6_9 li::before {
  content: "•";
  color: black;
  font-weight: bold;
  position: absolute;
  left: 0;
  font-size: 1.5em;
  line-height: 1;
}
.sec_6_9 .section ul {
  padding-left: 20px;
}
.sec_6_9 .section li {
  padding-left: 20px;
}
.sec_6_9 .section li::before {
  content: "•";
  left: 0;
}

.faq-container {
    margin-top: 20px;
  max-width: 1200px;
}

.faq-item {
  margin-bottom: 16px;
  cursor: pointer;
}

.faq-header {
  display: flex;
  align-items: center;
  padding: 18px 20px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.faq-item.yellow .faq-header {
  background: #f5b400;
}

.faq-item.gray .faq-header {
  background: #f3f3f3;
}

.faq-arrow {
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #000;
  margin-right: 15px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-arrow {
  transform: rotate(90deg);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  background: #fafafa;
  transition: max-height 0.35s ease;
}

.faq-content p {
  padding: 20px;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
}

.faq-header strong {
  font-weight: 700;
}

@media (max-width: 768px) {
  .faq-header {
    font-size: 17px;
  }
}

.sec_7 {
  padding: 5%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 15em;
}

.sec_7_1{
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #f5b400;
    padding: 3%;
    width: 80%;
    position: absolute;
    border-radius: 10px; 
    bottom: -10%;
}
.sec_7_1_0{
    display: flex;
    gap: 30px;
}
.sec_7_1_1{
    background-color: white;
    padding: 3%;
    font-size: 17px;
    display: flex;
    justify-content: center;
}
.sec_7_1_1 div{
    padding: 2% 3%;
    border: 2px solid black;
    background: #f5b400;
    width: 40%;
    text-align: center;
    cursor: pointer;
}
.sec_7_1_1 div:hover{
    background-color: white;
    transition: color .1s ease-in-out, background-color .1s ease-in-out;
}

.sec_7_1_0 div{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 15px;
}

.sec_7_1_0 div span:nth-child(1){
    font-size: 22px;
}
.sec_7_1_0 div span:nth-child(2){
    font-size: 16px;    
    color:#000000a2;
}


.footer {
    background: #3a3a3a;
    padding-top: 15em;
    color: white;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
}

.footer-col {
    flex: 1;
    min-width: 260px;
}

.footer-title {
    font-size: 32px;
    margin-bottom: 20px;
}

.footer-col h3 {
    font-size: 22px;
    margin-bottom: 20px;
}

.footer-col p {
    line-height: 1.7;
    color: #e0e0e0;
}

/* Links */
.footer-links {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, auto);
    column-gap: 40px;
    row-gap: 12px;
}
.footer-col .lik{
    text-align: center;
    margin-bottom: 2rem;
}

/* Force first 2 items to left column */
.footer-links li:nth-child(1),
.footer-links li:nth-child(2) {
    grid-column: 1;
}

/* Remaining 3 items go to right column */
.footer-links li:nth-child(2),
.footer-links li:nth-child(4),
.footer-links li:nth-child(5) {
    grid-column: 2;
}

.footer-links li {
    font-size: 16px;
}

.footer-links span {
    color: #ffc107;
    margin-right: 10px;
}



/* Contact */
.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    font-size: 18px;
}

.contact-item i {
    color: #ffc107;
    font-size: 20px;
    width: 35px;
}

/* Bottom bar */
.footer-bottom {
    margin-top: 50px;
    padding: 20px;
    border-top: 1px solid #555;
    text-align: center;
    font-size: 14px;
    color: #ccc;
}

/* Responsive */
@media (max-width: 900px) {
    .footer-container {
        flex-direction: column;
    }
}

/* ============================================
   COMPREHENSIVE RESPONSIVE STYLES
   ============================================ */

/* Mobile Menu Toggle Button */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    z-index: 1001;
}

.menu-toggle span {
    width: 25px;
    height: 3px;
    background: #333;
    transition: all 0.3s;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* Tablet and below (max-width: 1024px) */
@media (max-width: 1024px) {
    .navbar {
        padding: 0 30px;
    }
    
    .sec_1_02 {
        flex-wrap: wrap;
    }
    
    .sec_1_02 div {
        width: 48%;
        margin-bottom: 20px;
    }
    
    .sec_1_04_0 {
        flex-direction: column;
    }
    
    .sec_1_04_0 img {
        width: 100%;
    }
    
    .sec_2_1 {
        flex-direction: column;
    }
    
    .sec_2_1 img {
        width: 100%;
    }
    
    .sec_3_2 {
        flex-direction: column;
    }
    
    .sec_3_2 img {
        width: 100%;
    }
    
    .sec_3_2 div {
        width: 100%;
    }
    
    .container {
        width: 90%;
    }
    
    .sec_5_1 {
        flex-wrap: wrap;
    }
    
    .sec_5_1 div {
        width: 48%;
    }
}



.invisible-link {
  all: unset;              /* entfernt ALLE Standard-Link-Styles */
  cursor: pointer;         /* zeigt trotzdem Klickbarkeit */
  display: block;          /* verhält sich wie ein div */
}

a {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

a:hover,
a:focus,
a:visited {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
}

/* Mobile devices (max-width: 768px) */
@media (max-width: 768px) {
    /* Navigation */
    .menu-toggle {
        display: flex;
    }
    
    .nav-links {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
        gap: 20px;
        transition: left 0.3s ease;
        box-shadow: 2px 0 10px rgba(0,0,0,0.1);
        overflow-y: auto;
    }
    
    .nav-links.active {
        left: 0;
    }
    
    .nav-links a {
        font-size: 18px;
        width: 100%;
        padding: 10px 0;
        border-bottom: 1px solid #eee;
    }
    
    .phone_1 {
        font-size: 18px;
        margin-top: 20px;
    }
    
    .navbar {
        padding: 0 20px;
        height: 70px;
    }
    
    .logo {
        font-size: 20px;
    }
    
    .logo img {
        width: 35px;
    }
    
    /* Section 1 */
    .sec_1 {
        padding: 20px 15px;
    }
    
    .sec_1_0 {
        width: 100%;
    }
    
    .sec_1_0_0 {
        font-size: 28px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    
    .sec_1_0_1 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .sec_1_0_2 {
        font-size: 20px;
        padding: 12px 16px;
        margin-bottom: 20px;
    }
    
    .sec_1_02 {
        flex-direction: column;
        gap: 15px;
    }
    
    .sec_1_02 div {
        width: 100%;
        padding: 20px;
    }
    
    .sec_1_02 img {
        width: 50%;
    }
    
    .sec_1_02 span {
        font-size: 16px;
    }
    
    .sec_1_02 p {
        font-size: 14px;
    }
    
    .sec_1_03 {
        padding: 20px 0;
    }
    
    .sec_1_03 p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    .sec_1_03 ul {
        margin: 0 2%;
        font-size: 15px;
    }
    
    .sec_1_03 li {
        margin-bottom: 15px;
    }
    
    .sec_1_04 p {
        font-size: 16px;
    }
    
    .sec_1_04 h1 {
        font-size: 22px;
    }
    
    .sec_1_04_0 ul {
        font-size: 15px;
    }
    
    .sec_1_04_1 p {
        font-size: 14px;
    }
    
    /* Section 2 */
    .sec_2 {
        padding: 20px 15px;
        margin: 30px auto;
    }
    
    .toc {
        padding: 15px 20px;
        font-size: 18px;
        margin-bottom: 30px;
    }
    
    .headline {
        font-size: 32px;
        margin-bottom: 25px;
    }
    
    .description {
        font-size: 15px;
    }
    
    .sec_2_1 {
        margin-top: 30px;
        gap: 20px;
    }
    
    .sec_2_1_0 p {
        font-size: 14px;
    }
    
    .sec_2_1_0 h2 {
        font-size: 20px;
    }
    
    /* Floating buttons */
    .floating {
        right: 10px;
        top: auto;
        bottom: 20px;
    }
    
    .float-btn {
        width: 45px;
        height: 45px;
    }
    
    /* Section 3 */
    .sec_3 {
        padding: 20px 15px;
        gap: 2em;
    }
    
    .sec_3_1 {
        font-size: 18px;
    }
    
    .sec_3_2 {
        gap: 20px;
    }
    
    .sec_3_2 div {
        font-size: 14px;
    }
    
    /* Section 4 - Form */
    .sec_4 {
        padding: 20px 15px;
    }
    
    .container {
        width: 100%;
        padding: 20px;
        margin: 20px auto;
    }
    
    .header h1 {
        font-size: 24px;
    }
    
    .phone {
        font-size: 18px;
    }
    
    .subtitle {
        font-size: 16px;
        margin: 15px 0 30px;
    }
    
    .form-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    /* Section 5 */
    .sec_5 {
        padding: 20px 15px;
        gap: 30px;
    }
    
    .sec_5_0_1,
    .sec_s_2 {
        font-size: 20px;
    }
    
    .sec_5_0_2,
    .sec_s_3 {
        font-size: 15px;
    }
    
    .sec_5_0_3 {
        font-size: 14px;
    }
    
    .sec_5_1 {
        flex-direction: column;
        gap: 15px;
    }
    
    .sec_5_1 div {
        width: 100%;
    }
    
    /* Section 6 */
    .sec_6 {
        padding: 20px 15px;
        gap: 3rem;
    }
    
    .top-bar {
        flex-direction: column;
        height: auto;
    }
    
    .top-item {
        height: 50px;
        font-size: 16px;
    }
    
    .container_2 {
        padding: 0 15px;
        margin: 30px auto;
    }
    
    .columns {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .box h2 {
        font-size: 20px;
    }
    
    .box h2 i {
        font-size: 32px;
    }
    
    .box p {
        font-size: 14px;
    }
    
    /* Section 7 - FAQ */
    .sec_7 {
        padding: 20px 15px;
        padding-bottom: 12em;
    }
    
    .sec_7_1 {
        width: 95%;
        padding: 20px;
        bottom: -8%;
    }
    
    .sec_7_1_0 {
        flex-direction: column;
        gap: 20px;
    }
    
    .sec_7_1_0 div span:nth-child(1) {
        font-size: 18px;
    }
    
    .sec_7_1_0 div span:nth-child(2) {
        font-size: 14px;
    }
    
    .sec_7_1_1 {
        padding: 15px;
        font-size: 14px;
    }
    
    .sec_7_1_1 div {
        width: 100%;
        padding: 15px;
    }
    
    .faq-header {
        font-size: 16px;
        padding: 15px;
    }
    
    .faq-content p {
        font-size: 14px;
        padding: 15px;
    }
    
    /* Footer */
    .footer {
        padding-top: 12em;
    }
    
    .footer-container {
        padding: 30px 20px;
        flex-direction: column;
        gap: 30px;
    }
    
    .footer-title {
        font-size: 24px;
    }
    
    .footer-col h3 {
        font-size: 18px;
    }
    
    .footer-col p {
        font-size: 14px;
    }
    
    .footer-links {
        grid-template-columns: 1fr;
        column-gap: 0;
    }
    
    .contact-item {
        font-size: 15px;
    }
    
    .footer-bottom {
        padding: 15px 20px;
        font-size: 12px;
    }
}

/* Small mobile devices (max-width: 480px) */
@media (max-width: 480px) {
    .navbar {
        padding: 0 15px;
        height: 60px;
    }
    
    .logo {
        font-size: 18px;
    }
    
    .logo img {
        width: 30px;
    }
    
    .sec_1_0_0 {
        font-size: 24px;
    }
    
    .sec_1_0_1 {
        font-size: 16px;
    }
    
    .sec_1_0_2 {
        font-size: 18px;
        padding: 10px 14px;
    }
    
    .headline {
        font-size: 26px;
    }
    
    .container {
        padding: 15px;
    }
    
    .header h1 {
        font-size: 20px;
    }
    
    .phone {
        font-size: 16px;
    }
    
    .float-btn {
        width: 40px;
        height: 40px;
    }
    
    .floating {
        right: 5px;
        bottom: 15px;
    }
    
    .sec_7_1 {
        width: 100%;
        padding: 15px;
    }
    
    .footer {
        padding-top: 10em;
    }
}

/* Additional mobile optimizations */
@media (max-width: 768px) {
    /* Prevent text overflow */
    * {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    /* Better touch targets */
    a, button, input, select {
        min-height: 44px;
    }
    
    /* Improve readability */
    p, li {
        line-height: 1.6;
    }
    
    /* Better spacing for mobile */
    section {
        padding-left: 15px;
        padding-right: 15px;
    }
}






