:root {
  --green: #1f6f34;
  --blue: #0b5d8e;
  --deep: #06233a;
  --navy: #071521;
  --sky: #1da8dd;
  --white: #ffffff;
  --soft: #f3f8fb;
  --muted: #5e7181;
  --shadow: 0 24px 70px rgba(6, 35, 58, .18);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: Arial, Helvetica, sans-serif; color: var(--navy); background: var(--white); line-height: 1.6; }
a { color: inherit; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); backdrop-filter: blur(12px); display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 14px 7%; box-shadow: 0 8px 30px rgba(0,0,0,.08); }
.brand img { width: 335px; max-width: 100%; display: block; }
.nav-links { display: flex; align-items: center; gap: 26px; font-weight: 800; }
.nav-links a { text-decoration: none; color: var(--deep); }
.nav-cta { background: var(--green); color: white !important; padding: 12px 18px; border-radius: 999px; }
.menu-toggle { display: none; border: 0; background: var(--deep); color: white; padding: 10px 14px; border-radius: 10px; font-size: 1.3rem; }

.hero { min-height: 86vh; padding: 80px 7%; display: grid; grid-template-columns: 1.05fr .95fr; gap: 55px; align-items: center; background: radial-gradient(circle at 85% 20%, rgba(29,168,221,.3), transparent 34%), linear-gradient(135deg, #06233a, #0b5d8e 65%, #1f6f34); color: white; overflow: hidden; }
.eyebrow { text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 900; color: var(--sky); margin-bottom: 12px; }
.hero .eyebrow { color: #b9efff; }
.hero h1 { font-size: clamp(3rem, 6vw, 6rem); line-height: .95; letter-spacing: -0.06em; margin-bottom: 24px; }
.hero-copy { font-size: 1.25rem; color: #e4f4fb; max-width: 680px; margin-bottom: 32px; }
.btn { display: inline-block; text-decoration: none; border-radius: 999px; padding: 15px 25px; font-weight: 900; transition: .2s ease; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { background: linear-gradient(135deg, var(--green), #2fb55c); color: white; box-shadow: 0 12px 35px rgba(31,111,52,.32); }
.btn-outline { border: 2px solid rgba(255,255,255,.75); color: white; }
.btn-outline.dark { border-color: var(--blue); color: var(--blue); }

.hero-phone { margin: -10px 0 24px; }
.hero-phone a { font-size: clamp(1.7rem, 2.5vw, 2.45rem); font-weight: 900; text-decoration: none; color: #ffffff; letter-spacing: 1px; display: inline-block; text-shadow: 0 8px 28px rgba(0,0,0,.28); }
.hero-phone a:hover { color: #b9efff; transform: scale(1.02); }

.hero-actions, .contact-actions { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-badges { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-badges span { background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.22); padding: 10px 14px; border-radius: 999px; font-weight: 800; }

.hero-visual { min-height: 470px; position: relative; }
.tech-card {
  position: absolute;
  inset: 40px 30px;
  border-radius: 34px;
  padding: 34px;
  background: rgba(255,255,255,.13);
  border: 1px solid rgba(255,255,255,.25);
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow);

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.tech-card h2 { font-size: 2.2rem; margin-bottom: 10px; }
.screen-glow { position: absolute; inset: 42px; border-radius: 24px; background: linear-gradient(135deg, rgba(255,255,255,.55), rgba(29,168,221,.22), rgba(31,111,52,.28)); box-shadow: inset 0 0 50px rgba(255,255,255,.2); }
.floating-card { position: absolute; background: white; color: var(--deep); border-radius: 18px; padding: 16px 20px; font-weight: 900; box-shadow: var(--shadow); }
.card-one { top: 0px; left: 0; }
.card-two { right: 1px; top: 17px; }
.card-three { left: 20px; bottom: 0px; }

.trust-strip { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: #d5e7ef; }
.trust-strip div { background: white; padding: 26px 7%; text-align: center; }
.trust-strip strong { display: block; color: var(--deep); font-size: 1.1rem; }
.trust-strip span { color: var(--muted); font-size: .95rem; }

.section { padding: 85px 7%; }
.section-heading { text-align: center; max-width: 760px; margin: 0 auto 42px; }
.section-heading h2, .split-section h2, .why-card h2, .contact-card h2 { font-size: clamp(2.2rem, 4vw, 4.1rem); line-height: 1; letter-spacing: -0.04em; color: var(--deep); margin-bottom: 18px; }
.section-heading p, .split-section p, .why-card p, .contact-card p { color: var(--muted); font-size: 1.12rem; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.service-card { background: white; border: 1px solid #d9e8ef; border-radius: 28px; padding: 20px; box-shadow: 0 14px 40px rgba(6,35,58,.08); transition: .25s ease; }
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.service-card h3 { font-size: 1.35rem; color: var(--deep); margin: 18px 0 8px; }
.service-card p { color: var(--muted); }
.service-image, .map-placeholder { min-height: 190px; border-radius: 22px; display: flex; align-items: center; justify-content: center; color: white; font-weight: 900; text-align: center; padding: 20px; overflow: hidden; }
.image-laptop { background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.55), transparent 22%), linear-gradient(135deg, #06233a, #1da8dd); }
.image-virus { background: radial-gradient(circle at 75% 30%, rgba(255,255,255,.45), transparent 20%), linear-gradient(135deg, #111827, #0b5d8e); }
.image-wifi { background: radial-gradient(circle at 50% 20%, rgba(255,255,255,.42), transparent 18%), linear-gradient(135deg, #063b2b, #1f6f34); }
.image-business { background: linear-gradient(135deg, #0b5d8e, #1f6f34); }
.image-data { background: linear-gradient(135deg, #06233a, #1f6f34); }
.image-remote { background: linear-gradient(135deg, #0a3d62, #1da8dd); }
.service-image span, .map-placeholder span { background: rgba(255,255,255,.18); border: 1px solid rgba(255,255,255,.25); padding: 10px 14px; border-radius: 999px; }


.about-tech {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 46px;
  align-items: center;
  background: linear-gradient(180deg, #ffffff, #f3f8fb);
}

.about-photo {
  border-radius: 34px;
  overflow: hidden;
  box-shadow: var(--shadow);
  border: 8px solid white;
  position: relative;
}

.about-photo::after {
  content: "20+ Years Experience";
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: rgba(6,35,58,.88);
  color: white;
  padding: 12px 16px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
}

.about-photo img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.about-copy h2 {
  font-size: clamp(2.2rem, 4vw, 4.2rem);
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--deep);
  margin-bottom: 18px;
}

.about-copy p {
  color: var(--muted);
  font-size: 1.12rem;
}

.about-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.about-highlights span {
  background: #e9f6fb;
  color: var(--blue);
  border-radius: 999px;
  padding: 11px 15px;
  font-weight: 900;
}

.why-section { padding: 85px 7%; background: var(--soft); }
.why-card { background: white; border-radius: 38px; padding: 58px; text-align: center; box-shadow: var(--shadow); }
.why-card p { max-width: 780px; margin: 0 auto; }
.why-points { display: flex; justify-content: center; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.why-points span { background: #e9f6fb; color: var(--blue); border-radius: 999px; padding: 11px 16px; font-weight: 900; }

.split-section { display: grid; grid-template-columns: .9fr 1.1fr; gap: 45px; align-items: center; }
.split-section .btn { margin-top: 25px; }
.map-placeholder { min-height: 360px; background: radial-gradient(circle at 30% 30%, rgba(255,255,255,.55), transparent 20%), linear-gradient(135deg, #e9f6fb, #1da8dd, #1f6f34); box-shadow: var(--shadow); }

.contact-section { padding: 90px 7%; background: linear-gradient(135deg, #06233a, #0b5d8e); }
.contact-wrap { max-width: 1180px; margin: auto; display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; align-items: stretch; }
.contact-info, .service-form { background: white; border-radius: 38px; padding: 44px; box-shadow: var(--shadow); }
.contact-info h2 { font-size: clamp(2.1rem, 4vw, 4rem); line-height: 1; letter-spacing: -0.04em; color: var(--deep); margin-bottom: 18px; }
.contact-info p { color: var(--muted); font-size: 1.12rem; }
.big-phone { display: inline-block; margin: 24px 0; font-size: clamp(1.8rem, 3vw, 2.7rem); color: var(--green); font-weight: 900; text-decoration: none; letter-spacing: 1px; }
.big-phone:hover { color: var(--blue); }
.contact-trust { display: grid; gap: 12px; margin-top: 8px; }
.contact-trust span { background: #e9f6fb; color: var(--blue); border-radius: 999px; padding: 11px 15px; font-weight: 900; }
.service-form { text-align: left; }
.form-row { margin-bottom: 18px; }
.form-row label { display: block; margin-bottom: 7px; font-weight: 900; color: var(--deep); }
.form-row input, .form-row select, .form-row textarea { width: 100%; border: 1px solid #cfe0e8; border-radius: 16px; padding: 14px 15px; font: inherit; color: var(--navy); background: #f8fbfd; outline: none; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--sky); box-shadow: 0 0 0 4px rgba(29,168,221,.14); background: white; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-submit { border: 0; cursor: pointer; width: 100%; font-size: 1rem; }
.form-note { color: var(--muted); font-size: .88rem; margin-top: 14px; text-align: center; }

.site-footer { padding: 36px 7%; text-align: center; background: #f8fbfd; color: var(--muted); }
.site-footer img { width: 260px; max-width: 90%; margin-bottom: 14px; }

.reveal { opacity: 0; transform: translateY(20px); transition: .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .contact-wrap { grid-template-columns: 1fr; }
  .menu-toggle { display: block; }
  .nav-links { display: none; position: absolute; left: 7%; right: 7%; top: 86px; background: white; padding: 18px; border-radius: 18px; flex-direction: column; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .hero, .split-section, .about-tech { grid-template-columns: 1fr; }
  .trust-strip, .service-grid { grid-template-columns: 1fr 1fr; }
  .about-photo img { height: 390px; }
}

@media (max-width: 640px) {
  .two-col { grid-template-columns: 1fr; }
  .contact-info, .service-form { padding: 30px 22px; border-radius: 28px; }
  .site-header { padding: 12px 5%; }
  .brand img { width: 245px; }
  .hero, .section, .why-section, .contact-section { padding-left: 5%; padding-right: 5%; }
  .hero { padding-top: 55px; }
  .hero-visual { min-height: 360px; }
  .about-photo img { height: 320px; }
  .tech-card { inset: 30px 5px; }
  .trust-strip, .service-grid { grid-template-columns: 1fr; }
  .why-card, .contact-card { padding: 34px 22px; }
  .floating-card { font-size: .85rem; }
}
.service-card-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-radius: 22px;
}

.service-image {
    overflow: hidden;
    border-radius: 22px;
}
.service-card-image {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
  border-radius: 22px;
}

.service-image {
  overflow: hidden;
  border-radius: 22px;
  padding: 0;
}
/* Service Area Section */

.service-area-map {
    max-width: 900px;
    margin: 40px auto 0;
}

.service-area-image {
    width: 100%;
    display: block;
    border-radius: 28px;
    box-shadow: 0 20px 60px rgba(0,0,0,.12);
    transition: transform .3s ease;
}

.service-area-image:hover {
    transform: translateY(-4px);
}

@media (max-width: 768px) {

    .service-area-map {
        margin-top: 25px;
    }

    .service-area-image {
        border-radius: 18px;
    }

}
.pay-section {
  min-height: 75vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f8fb;
}

.pay-card {
  max-width: 850px;
  background: #ffffff;
  border-radius: 34px;
  padding: 50px;
  text-align: center;
  box-shadow: var(--shadow);
  border: 1px solid #d9e8ef;
}

.pay-card h1 {
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1;
  color: var(--deep);
  margin-bottom: 20px;
}

.pay-card p {
  color: var(--muted);
  font-size: 1.15rem;
}

.pay-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 32px 0;
}

.pay-note {
  font-size: 1rem;
}

.pay-note a {
  color: var(--green);
  font-weight: 900;
}
.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin: 14px 0;
}

.footer-links a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--green);
}
body:not(.home-page) .reveal {
  opacity: 1 !important;
  transform: none !important;
}
.reveal {
  opacity: 1 !important;
  transform: none !important;
}
/* Emergency visibility fix */
.reveal,
.reveal.visible,
.hero-content,
.hero-visual,
.about-photo,
.about-copy,
.section-heading,
.service-card,
.why-card,
.service-area-map,
.contact-wrap {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.website-questionnaire-cta {
    background: linear-gradient(135deg, #0f5f95, #1f6b3a);
    padding: 70px 20px;
    margin: 60px 0;
    border-radius: 16px;
    text-align: center;
    color: #ffffff;
}

.website-questionnaire-content {
    max-width: 800px;
    margin: 0 auto;
}

.website-questionnaire-cta h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #ffffff;
}

.website-questionnaire-cta p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 30px;
    color: rgba(255,255,255,0.95);
}

.questionnaire-btn {
    display: inline-block;
    background: #ffffff;
    color: #1f6b3a;
    text-decoration: none;
    padding: 15px 32px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.questionnaire-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}