:root {
  --bg: #e9ebe9;
  --text: #1d2c39;
  --blue: #2f9fd4;
  --blue-dark: #0d6d98;
  --footer: #1b2a35;
  --card-border: #dfe3e6;
}

* { 
    border: 0; 
    box-sizing: border-box; 
    margin: 0; 
    padding: 0;}

html { 
    scroll-behavior: smooth; 
    height: 100%; }

body { 
    min-height: 100%; 
    overflow-x: hidden;
    background: var(--bg); 
    color: var(--text); 
    font-family: Verdana}

a { 
    color: inherit; 
    font: inherit; 
    text-decoration: none; }

img { 
    display: block; 
    max-width: 100%; }

button, a { 
    font: inherit; }

header { 
    overflow: hidden; }

.topbar { 
    position: relative; 
    z-index: 2; 
    overflow: visible;
    display: flex; 
    align-items: center; 
    justify-content: space-between; 
    padding: 14px 44px; 
    background: rgba(255,255,255,.98); 
    border-bottom: 1px solid rgba(0,0,0,.05); }

.brand { 
    display: inline-flex; 
    width: 150px; 
    line-height: 0; }

.brand img { 
    width: 150px; 
    height: auto; }

.main-nav { display: flex; 
    align-items: center; 
    gap: 28px; 
    color: var(--blue-dark); 
    font-size: .78rem; 
    font-weight: 700; 
    letter-spacing: .06em; 
    text-transform: uppercase; }

.main-nav a:not(.button) { 
    position: relative; 
    padding: 12px 0; }

.main-nav > a:not(.button)::after { 
    position: absolute; 
    right: 0; 
    bottom: 4px; 
    left: 0; 
    height: 2px; 
    content: ""; 
    background: var(--blue); 
    transform: scaleX(0); 
    transition: transform 180ms ease; }

.main-nav > a:not(.button):hover::after, .main-nav > a[aria-current="page"]::after, .nav-dropdown:hover::after, .nav-dropdown:focus-within::after, .nav-dropdown:has(.nav-dropdown-trigger[aria-current="page"])::after { 
    transform: scaleX(1); }

.nav-dropdown { 
    position: relative; }

.nav-dropdown::after {
    position: absolute;
    right: 0;
    bottom: 4px;
    left: 0;
    height: 2px;
    content: "";
    background: var(--blue);
    transform: scaleX(0);
    transition: transform 180ms ease;
}

.nav-dropdown-trigger { 
    position: relative; 
    display: inline-block; 
    padding: 12px 0; 
    color: inherit; }

.nav-dropdown-trigger::after { 
    display: inline-block; 
    width: 6px; 
    height: 6px; 
    margin: 0 0 3px 7px; 
    content: ""; 
    border-right: 1px solid currentColor; 
    border-bottom: 1px solid currentColor; 
    transform: rotate(45deg); 
    transition: transform 180ms ease; }

.nav-dropdown:hover .nav-dropdown-trigger::after, .nav-dropdown:focus-within .nav-dropdown-trigger::after { 
    transform: rotate(225deg); }

.nav-dropdown-trigger[aria-current="page"] { 
    color: var(--blue-dark); }

.nav-dropdown-panel { 
    position: absolute; 
    z-index: 5; 
    top: 100%; 
    left: 50%; 
    display: none; 
    min-width: 220px; 
    padding: 8px; 
    background: #fff; 
    border: 1px solid var(--card-border); 
    border-radius: 6px; 
    box-shadow: 0 12px 24px rgba(16,30,42,.14); 
    transform: translateX(-50%); }

.nav-dropdown:hover .nav-dropdown-panel, .nav-dropdown:focus-within .nav-dropdown-panel { 
    display: grid; }

.nav-dropdown-panel a { 
    padding: 10px 12px; 
    color: var(--text); 
    font-size: .72rem; 
    line-height: 1.25; 
    letter-spacing: .02em; 
    text-transform: none; 
    white-space: nowrap; }

.nav-dropdown-panel a:hover, .nav-dropdown-panel a:focus-visible { 
    background: #f1f8fc; 
    color: var(--blue-dark); 
    outline: none; }

.button { 
    display: inline-flex; 
    align-items: center; 
    justify-content: center; 
    background: var(--bg); 
    color: var(--text); 
    border-radius: 999px; 
    font-weight: 700; 
}

.button.small { 
    padding: 10px 18px; 
    font-size: .76rem; }

.button.large { 
    padding: 18px 28px; 
    font-size: 1rem; }

.hero { 
    position: relative; 
    min-height: 500px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    background: linear-gradient(rgba(0,0,0,.24),rgba(0,0,0,.32)),url("../images/WEBzund1.jpg") center/cover no-repeat; }

.hero-content { 
    position: relative; 
    z-index: 1; 
    max-width: 760px; 
    padding: 0 24px; 
    text-align: center; }

.hero-about { 
    position: relative; 
    min-height: 600px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    background: url("../images/WEB_DSC_0459.JPG") center/cover no-repeat; }

.hero-content-about { 
    position: relative; 
    z-index: 1; 
    max-width: 800px; 
    padding: 0 24px; 
    text-align: center; }

.hero-about h1 { 
    color: #fff; 
    font-size: clamp(2.4rem,4vw,4.1rem); 
    line-height: 1.08; 
    font-weight: 800; }

.hero-services { 
    position: relative; 
    min-height: 500px; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    background: linear-gradient(rgba(0,0,0,.24),rgba(0,0,0,.32)), url("../images/WEB_DSC_0792.JPG") center/cover no-repeat; }

.hero-content-services { 
    position: relative; 
    z-index: 1; 
    max-width: 760px; 
    padding: 0 24px; 
    text-align: center; }

.hero-services h1 { 
    color: #fff; 
    font-size: clamp(2.4rem,4vw,4.1rem); 
    line-height: 1.08; 
    font-weight: 800; }   

.hero h1 { 
    color: #fff; 
    font-size: clamp(2.4rem,4vw,4.1rem); 
    line-height: 1.08; 
    font-weight: 800; }

.hero-content p { 
    max-width: 560px; 
    margin: 18px auto 26px; 
    color: rgba(255,255,255,.92); 
    font-size: 1.08rem; 
    line-height: 1.6; }

.why-choose, .services { 
    padding: 38px 48px 44px; 
    background: #f3f3f3; }

.why-choose h2, .section-heading h2 { 
    margin-bottom: 28px; 
    color: var(--blue); 
    font-size: clamp(2rem,2.8vw,2.8rem); 
    font-weight: 800; }

.services-description h2 { 
    margin-bottom: 28px; 
    color: var(--blue); 
    font-size: clamp(2rem,2.8vw,2.8rem); 
    font-weight: 800; }


.feature-grid, .service-grid { 
    display: grid; 
    grid-template-columns: repeat(3,minmax(0,1fr)); 
    gap: 18px; }

.feature-card { 
    min-height: 170px; 
    padding: 24px 22px 18px; 
    background: rgba(255,255,255,.6); 
    border: 1px solid var(--card-border); 
    border-radius: 14px; }

.feature-card h3, .service-card h3 { 
    margin-bottom: 10px; 
    color: var(--blue); 
    font-weight: 800; }

.feature-card p, .service-card p { 
    color: #4c5865; 
    font-size: .95rem; 
    line-height: 1.65; }

.services-hero { 
    min-height: 260px; 
    background: linear-gradient(rgba(20,26,30,.1),rgba(20,26,30,.1)),url("../images/WEBbending.jpg") center/cover no-repeat; }

.section-heading p { 
    max-width: 680px; 
    color: #3c4650; 
    font-size: 1.03rem; 
    line-height: 1.6;
    padding: 0px 0px 20px 0px;
}

.service-grid { 
    grid-template-columns: repeat(4,minmax(0,1fr)); 
    gap: 18px; }

.service-card { 
    min-width: 0;
    min-height: 250px; 
    padding: 22px 18px 18px; 
    background: rgba(255,255,255,.7); 
    border: 1px solid var(--card-border); 
    border-radius: 12px; }

.service-icon { 
    width: 46px; 
    height: 46px; 
    display: grid; 
    place-items: center; 
    margin-bottom: 14px; 
    background: rgba(47,159,212,.12); 
    border-radius: 50%; 
    color: var(--text); 
    font-size: 1.5rem; }

.service-card h3 {
    overflow-wrap: anywhere;
    font-size: clamp(1rem, 1.25vw, 1.25rem);
    line-height: 1.25;
}

.cta-band { 
    display: grid; 
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); 
    align-items: center; 
    gap: 48px;
    max-width: 1184px;
    min-height: 360px;
    margin: 40px auto;
    flex-shrink: 0; 
    padding: 56px 72px; 
    background: linear-gradient(135deg,var(--blue),var(--blue-dark));
    border-radius: 32px;
    overflow: hidden;
    color: #fff; 
}

.cta-copy h2 { 
    margin-bottom: 14px; 
    color: #fff; 
    font-size: clamp(2.1rem,2.7vw,3rem); }

.cta-copy p { 
    max-width: 570px; 
    margin-bottom: 20px; 
    color: rgba(255,255,255,.92); 
    line-height: 1.7; }

.cta-visual { 
    display: flex; 
    min-height: 240px; 
    align-items: center; 
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 20px; }

.cta-visual img {
    display: block;
    width: 100%;
    max-width: 390px;
    height: 260px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}

.site-footer { 
    padding: 26px 48px; 
    background: var(--footer); 
    color: #ecf3f9; }

.footer-grid { 
    display: grid; 
    grid-template-columns: 1.5fr .75fr 1fr; 
    gap: 48px; max-width: 1184px; 
    margin: 0 auto; }

.footer-brand { 
    max-width: 300px; }

.footer-logo { 
    display: inline-block; 
    margin-bottom: 14px; }

.footer-logo img { 
    width: 150px; }

.footer-brand p { 
    color: rgba(255,255,255,.72); 
    line-height: 1.6; }

.site-footer h2 { 
    margin-bottom: 12px; 
    color: #fff; 
    font-size: 1rem; 
    font-weight: 800; 
    text-transform: uppercase; }

.site-footer ul { 
    display: grid; 
    gap: 8px; 
    list-style: none; 
    color: rgba(255,255,255,.85); 
    line-height: 1.5; }

.copyright { 
    display: flex; 
    justify-content: space-between; 
    gap: 16px; 
    max-width: 1184px; 
    margin: 22px auto 0; 
    padding-top: 16px; 
    border-top: 1px solid rgba(255,255,255,.12); 
    color: rgba(255,255,255,.7); 
    font-size: .78rem; }

.page { 
    background: #f8f8f8; 
    color: #111827; }

.page-shell { 
    min-height: 100vh; 
    overflow: hidden; }


.cta-band-services { 
    display: grid; 
    grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr); 
    align-items: center; 
    gap: 48px;
    max-width: 1184px;
    min-height: 180px;
    margin: 40px auto;
    flex-shrink: 0; 
    padding: 34px 72px; 
    background: linear-gradient(135deg,var(--blue),var(--blue-dark));
    border-radius: 32px;
    overflow: hidden;
    color: #fff; 
}

.cta-copy-services h2 { 
    margin-bottom: 14px; 
    color: #fff; 
    font-size: clamp(2.1rem,2.7vw,3rem); }

.cta-copy-services p { 
    max-width: 570px; 
    margin-bottom: 12px; 
    color: rgba(255,255,255,.92); 
    line-height: 1.7; }

.cta-visual-services { 
    display: flex; 
    min-height: 180px; 
    align-items: center; 
    justify-content: flex-end;
    overflow: hidden;
    border-radius: 20px; }

.cta-visual-services img {
    display: block;
    width: 100%;
    max-width: 390px;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}


.services-showcase, .services-what-we-do { 
    padding: 50px 40px 80px; }

.listitem {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.listitem i {
    flex: 0 0 18px;
    color: #fff;
    font-size: 0.85rem;
    text-align: center;
}

.listitem p {
    margin: 0;
}

.services-showcase h2, .services-heading h2 { 
    margin-bottom: 16px; 
    color: #52b9e9; 
    font-size: clamp(28px,3.3vw,48px); 
    line-height: 1.1; }

.services-heading p { 
    color: #4f4f4f; 
    font-size: 13px; 
    line-height: 1.6; }

.services-description {
    padding: 44px 40px 56px;
    background: #fff;
}

.services-description p {
    max-width: 820px;
    margin-bottom: 16px;
    color: #4f4f4f;
    font-size: 13px;
    line-height: 1.6;
}

.services-description ul {
    max-width: 820px;
    margin: 0 0 20px;
    padding-left: 22px;
    color: #4f4f4f;
    columns: 2;
    column-gap: 48px;
    font-size: 13px;
    line-height: 1.65;
}

.services-description li {
    break-inside: avoid;
    display: list-item;
    margin-bottom: 3px;
    list-style: disc;
}

.services-showcase { 
    background: #f8f8f8; }

.services-showcase h2 { 
    margin-bottom: 20px; }

.services-gallery {
    display: grid;
    grid-template-columns: 48px minmax(0, 760px) 48px;
    align-items: center;
    justify-content: center;
    gap: 22px;
}

.gallery-slide {
    margin: 0;
    text-align: center;
}

.gallery-slide img {
    display: block;
    width: 100%;
    height: min(55vw, 460px);
    min-height: 260px;
    object-fit: contain;
    background: #f8f8f8;
    border-radius: 8px;
}

.gallery-slide figcaption {
    margin-top: 10px;
    color: #4f4f4f;
    font-size: 13px;
}

.gallery-control {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    color: #fff;
    background: var(--blue-dark);
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1;
    transition: background 180ms ease, transform 180ms ease;
}

.gallery-control:hover,
.gallery-control:focus-visible {
    background: var(--blue);
    transform: scale(1.06);
}

.gallery-control:focus-visible {
    outline: 3px solid #f8c84f;
    outline-offset: 3px;
}

.services-what-we-do { 
    display: grid; 
    gap: 24px; 
    padding-top: 34px;
    padding-bottom: 50px;
    background: #fff; }

.services-heading { 
    display: grid; 
    gap: 16px; }

.services-heading p { 
    max-width: 700px; 
    margin: 0; }

.services-card-grid { 
    display: grid; 
    grid-template-columns: repeat(4,minmax(0,1fr)); 
    gap: 16px; }

.services-card-grid article { 
    min-height: 112px; 
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
    padding: 16px 14px 14px; 
    background: #f8f8f8; 
    border-radius: 8px; }

.services-card-grid h3 { 
    margin: 0; 
    color: #0092d7; 
    font-weight: 800;
    line-height: 1.3; }

.services-card-grid a { 
    display: inline-flex; 
    align-items: center; 
    gap: 10px; 
    width: fit-content; 
    color: #000; 
    font-size: 14px;
    font-weight: 700; }

.services-card-grid a span { 
    width: 24px; 
    height: 24px; 
    display: grid; 
    place-items: center; 
    color: #52b9e9; 
    border: 1px solid #52b9e9; 
    border-radius: 50%; 
    font-size: 15px; }

.about-intro {
    display: grid;
    gap: 40px;
    padding: 50px 40px 80px;
    background: #fff;
}

.about-heading {
    display: grid;
    gap: 16px;
}

.about-heading h1 {
    margin: 0;
    color: #52b9e9;
    font-size: clamp(28px, 3.3vw, 48px);
    line-height: 1.1;
}

.about-heading p,
.about-copy p {
    color: #4f4f4f;
    font-size: 13px;
    line-height: 1.6;
}

.about-heading p {
    margin: 0;
}

.about-copy {
    padding: 24px 20px;
    background: #f8f8f8;
    border-radius: 8px;
}

.about-copy p {
    margin: 0 0 16px;
}

.about-copy p:last-child {
    margin-bottom: 0;
}

@media (max-width: 760px) {
    .topbar { 
        flex-direction: column;
        align-items: center; 
    padding: 16px 20px; }
  .main-nav { 
        width: 100%;
    flex-wrap: wrap; 
        justify-content: center; 
    gap: 8px 16px; }
    .nav-dropdown-panel { left: 0; transform: none; }
    .button.small { 
    min-width: auto; 
    padding: 10px 14px; }
    .feature-grid, .service-grid, .footer-grid, .cta-band, .cta-band-services, .services-card-grid { 
    grid-template-columns: 1fr; }
    .why-choose, .services, .cta-band, .cta-band-services, .site-footer, .services-showcase, .services-what-we-do { 
    padding-right: 20px; 
    padding-left: 20px; }
  .cta-band {
    margin: 24px 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 24px;
  }

    .cta-band-services {
        margin: 24px 20px;
        padding-top: 32px;
        padding-bottom: 32px;
        border-radius: 24px;
    }

    .cta-visual, .cta-visual-services {
        justify-content: center;
        min-height: 0;
    }

    .cta-visual img, .cta-visual-services img {
        height: auto;
        max-height: 280px;
    }

  .footer-grid { 
    gap: 28px; }
  .services-description {
    padding: 32px 20px 42px;
  }
  .services-description ul {
    columns: 1;
  }
  .services-gallery {
    grid-template-columns: 36px minmax(0, 1fr) 36px;
    gap: 8px;
  }
  .gallery-control {
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
  }
  .gallery-slide img {
    height: 58vw;
    min-height: 200px;
  }
    .copyright {
        flex-wrap: wrap;
    }
  .services-card-grid { 
    gap: 14px; }
    .about-intro {
        gap: 28px;
        padding: 34px 20px 48px;
    }
    .about-copy {
        padding: 20px;
    }
}

@media (min-width: 761px) and (max-width: 1100px) {
  .service-grid, .services-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}



@media (max-width: 480px) {
    .topbar { gap: 12px; }
  .main-nav { 
    justify-content: flex-start; }
    .hero { 
    min-height: 280px; }
    .hero-about, .hero-services {
        min-height: 320px;
    }
    .hero h1, .hero-about h1, .hero-services h1 {
        font-size: clamp(2rem, 10vw, 2.8rem);
    }
}
