
:root{--bg:#070b22;--bg2:#0b1150;--card:#10184a;--muted:#b8c5ea;--text:#f8fbff;--cyan:#10f3f3;--blue:#5b7cff;--line:rgba(255,255,255,.12);--shadow:0 24px 80px rgba(0,0,0,.35);--radius:22px;--max:1180px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:radial-gradient(circle at 20% 0%,#1a0a85 0,#070b22 35%,#050713 100%);color:var(--text);line-height:1.65}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.container{width:min(var(--max),calc(100% - 36px));margin:0 auto}.narrow{max-width:850px}.skip-link{position:absolute;left:-999px;top:0;background:#fff;color:#000;padding:10px}.skip-link:focus{left:10px;z-index:999}.site-header{position:sticky;top:0;z-index:50;background:rgba(7,11,34,.86);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav-wrap{display:flex;align-items:center;gap:22px;padding:14px 0}.brand{display:flex;align-items:center}.brand img{height:50px;width:auto}.nav{display:flex;align-items:center;gap:20px;margin-left:auto}.nav a{font-weight:700;color:#dce7ff;font-size:14px}.nav a.active,.nav a:hover{color:var(--cyan)}.nav-cta,.mini-btn{background:linear-gradient(135deg,var(--cyan),var(--blue));color:#020716;font-weight:900;padding:11px 16px;border-radius:999px}.nav-toggle{display:none}.hero,.page-hero{padding:86px 0 70px}.hero-grid,.split-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;align-items:center}.hero h1,.page-hero h1{font-size:clamp(40px,6vw,76px);line-height:1.02;letter-spacing:-.055em;margin:13px 0 18px}.page-hero h1{font-size:clamp(36px,5vw,62px)}.hero p,.page-hero p{font-size:clamp(18px,2vw,22px);color:var(--muted);max-width:760px}.eyebrow{display:inline-flex;color:var(--cyan);font-weight:900;text-transform:uppercase;letter-spacing:.14em;font-size:12px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 20px;border-radius:999px;font-weight:900;border:1px solid var(--line)}.btn.primary{background:linear-gradient(135deg,var(--cyan),var(--blue));color:#020716;box-shadow:0 14px 40px rgba(16,243,243,.22)}.btn.secondary{background:rgba(255,255,255,.06);color:#fff}.trust-strip{display:flex;flex-wrap:wrap;gap:10px;margin-top:32px}.trust-strip span,.tag-cloud a{border:1px solid var(--line);background:rgba(255,255,255,.06);border-radius:999px;padding:8px 12px;color:#dbe9ff;font-size:13px;font-weight:700}.hero-visual{border:1px solid var(--line);border-radius:30px;overflow:hidden;box-shadow:var(--shadow);background:#160a80}.section{padding:72px 0}.intro-band{background:rgba(255,255,255,.035);border-block:1px solid var(--line)}.intro-band h2,.section-head h2,.split h2,.proof h2,.cta h2{font-size:clamp(30px,4vw,48px);line-height:1.08;letter-spacing:-.04em;margin:10px 0}.intro-band p,.section-head p,.split p,.proof p,.cta p{color:var(--muted);font-size:18px}.section-head{max-width:820px;margin-bottom:30px}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card,.case-card,.price-card,.glass-card,.three-cols article{background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.045));border:1px solid var(--line);border-radius:var(--radius);padding:20px;box-shadow:0 20px 70px rgba(0,0,0,.18)}.service-card img{border-radius:18px;margin-bottom:16px}.service-card h3,.case-card h2,.price-card h2,.price-card h3{line-height:1.15;margin:8px 0}.service-card p,.case-card p,.price-card p,.footer p{color:var(--muted)}.center{text-align:center;margin-top:28px}.check-list{padding:0;margin:18px 0;list-style:none}.check-list li{position:relative;padding-left:28px;margin:10px 0;color:#dce7ff}.check-list li:before{content:"";position:absolute;left:0;top:.55em;width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,var(--cyan),var(--blue));box-shadow:0 0 14px rgba(16,243,243,.6)}.process{counter-reset:step;list-style:none;padding:0;margin:0}.process li{counter-increment:step;padding:14px 0 14px 52px;border-bottom:1px solid var(--line);position:relative;color:#dce7ff}.process li:before{content:counter(step);position:absolute;left:0;top:12px;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--cyan),var(--blue));color:#071022;font-weight:900}.metric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.metric-grid div{padding:22px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.06)}.metric-grid strong{display:block;font-size:22px}.metric-grid span{color:var(--muted)}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.pricing-grid.compact .price-card{min-height:200px}.price-card.featured{border-color:rgba(16,243,243,.5);box-shadow:0 24px 80px rgba(16,243,243,.12)}.price-card span,.case-card span{color:var(--cyan);font-weight:900;text-transform:uppercase;letter-spacing:.12em;font-size:12px}.cta{text-align:center;background:linear-gradient(135deg,rgba(16,243,243,.1),rgba(91,124,255,.12));border-block:1px solid var(--line)}.three-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-hero-img{border-radius:28px;box-shadow:var(--shadow)}details{border:1px solid var(--line);border-radius:16px;padding:16px 18px;margin:12px 0;background:rgba(255,255,255,.05)}summary{font-weight:900;cursor:pointer}.case-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.contact-form{background:rgba(255,255,255,.06);border:1px solid var(--line);border-radius:var(--radius);padding:24px}.contact-form label{display:block;font-weight:800;margin:0 0 14px}.contact-form input,.contact-form textarea{width:100%;margin-top:6px;background:#060a28;border:1px solid var(--line);border-radius:12px;color:#fff;padding:13px 14px;font:inherit}.article h2{margin-top:34px}.footer{padding:60px 0 20px;background:#040713;border-top:1px solid var(--line)}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:28px}.footer a{display:block;color:#dce7ff;margin:7px 0}.footer h3{margin:0 0 10px}.footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--line);padding-top:18px;margin-top:30px;color:#b8c5ea}.tag-cloud{display:flex;flex-wrap:wrap;gap:10px}.footer-bottom a{display:inline}.nav-toggle{background:transparent;border:1px solid var(--line);color:#fff;border-radius:10px;padding:8px 12px}
@media (max-width:980px){.hero-grid,.split-grid{grid-template-columns:1fr}.service-grid,.pricing-grid,.case-grid,.three-cols,.footer-grid{grid-template-columns:1fr 1fr}.nav{display:none;position:absolute;left:18px;right:18px;top:80px;flex-direction:column;background:#090d2c;border:1px solid var(--line);border-radius:18px;padding:18px}.nav.open{display:flex}.nav-toggle{display:block;margin-left:auto}.nav-cta{display:none}.hero{padding-top:58px}}
@media (max-width:640px){.container{width:min(100% - 26px,var(--max))}.service-grid,.pricing-grid,.case-grid,.three-cols,.footer-grid,.metric-grid{grid-template-columns:1fr}.hero-actions{flex-direction:column}.btn{width:100%}.footer-bottom{flex-direction:column}.hero h1,.page-hero h1{letter-spacing:-.035em}.brand img{height:44px}}

/* Sitewide floating WhatsApp CTA &mdash; added without changing existing layout or colour system */
.whatsapp-float{position:fixed;right:22px;bottom:22px;z-index:80;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#25d366,var(--cyan));box-shadow:0 18px 48px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.22)}
.whatsapp-float svg{width:31px;height:31px;fill:#071022}
.whatsapp-float:hover{transform:translateY(-2px)}
@media (max-width:760px){.whatsapp-float{right:16px;bottom:16px;width:54px;height:54px}}

/* Nuvyqo logo + hero visual fit fix ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬&rdquo; preserves existing layout/colors */
.site-header .nav-wrap{min-height:88px;}
.site-header .brand{flex:0 0 288px;width:288px;min-width:288px;max-width:288px;}
.site-header .brand img{display:block;width:100%;height:auto;max-height:74px;object-fit:contain;object-position:left center;}
.hero-visual{display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0;min-height:360px;}
.hero-visual img{display:block;width:100%;height:auto;max-width:100%;object-fit:contain;object-position:center center;}
@media (max-width:1180px){.site-header .brand{flex-basis:248px;width:248px;min-width:248px;max-width:248px}.nav{gap:16px}.nav a{font-size:13px}.nav-cta{padding:10px 14px}.hero-visual{min-height:320px}}
@media (max-width:980px){.site-header .nav-wrap{min-height:78px}.site-header .brand{flex-basis:235px;width:235px;min-width:235px;max-width:235px}.hero-visual{min-height:auto}}
@media (max-width:640px){.site-header .brand{flex-basis:190px;width:190px;min-width:190px;max-width:190px}.site-header .brand img{max-height:56px}.hero-visual{border-radius:22px}.hero-visual img{width:100%;}}
/* NUVYQO-SERVICES-PAGE-PATCH: footer links, WhatsApp CTA and service-page refinements only. */
.footer-grid.footer-grid-wide{grid-template-columns:1.35fr .85fr 1fr 1fr 1.05fr}
.whatsapp-float{position:fixed;right:28px;bottom:28px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#25D366,var(--cyan));box-shadow:0 18px 45px rgba(0,0,0,.35);z-index:90;border:1px solid rgba(255,255,255,.2)}
.whatsapp-float svg{width:33px;height:33px;fill:#03121a}
.whatsapp-float:hover{transform:translateY(-2px);box-shadow:0 22px 55px rgba(16,243,243,.28)}
.service-card h3 a:hover,.footer a:hover{color:var(--cyan)}
.price-card .check-list li{font-size:15px}
@media (max-width:980px){.footer-grid.footer-grid-wide{grid-template-columns:1fr 1fr}.whatsapp-float{right:20px;bottom:20px}}
@media (max-width:640px){.footer-grid.footer-grid-wide{grid-template-columns:1fr}.whatsapp-float{width:54px;height:54px;right:16px;bottom:16px}}
/* Nuvyqo Pricing Page v1 */
.pricing-hero .pricing-note{margin-top:22px;padding:16px 18px;border:1px solid rgba(16,243,243,.28);border-radius:18px;background:rgba(255,255,255,.07);color:#dce7ff}
.pricing-note strong{color:var(--cyan)}
.stage-grid .price-card{min-height:100%}
.table-wrap{overflow:auto;border:1px solid var(--line);border-radius:22px;background:rgba(255,255,255,.045);box-shadow:0 20px 70px rgba(0,0,0,.18)}
.pricing-table{width:100%;border-collapse:collapse;min-width:860px;color:#dce7ff}
.pricing-table th,.pricing-table td{padding:17px 18px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}
.pricing-table th{color:var(--cyan);font-size:12px;text-transform:uppercase;letter-spacing:.12em;background:rgba(255,255,255,.045)}
.pricing-table tr:last-child td{border-bottom:0}
.pricing-table td:nth-child(3){font-weight:900;color:#fff;white-space:nowrap}
.pricing-callout h3{font-size:28px;line-height:1.15;margin:0 0 14px}
.compact-process li{font-size:15px}
.center-actions{justify-content:center}
.footer-grid-extended{grid-template-columns:1.3fr .85fr 1.1fr 1fr 1.15fr}
.whatsapp-float{position:fixed;right:28px;bottom:28px;z-index:80;width:60px;height:60px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#25D366,var(--cyan));box-shadow:0 18px 45px rgba(0,0,0,.35);border:1px solid rgba(255,255,255,.22)}
.whatsapp-float svg{width:32px;height:32px;fill:#041016}
.whatsapp-float:hover{transform:translateY(-2px)}
@media (max-width:980px){.footer-grid-extended{grid-template-columns:1fr 1fr}.pricing-table{min-width:760px}}
@media (max-width:640px){.footer-grid-extended{grid-template-columns:1fr}.whatsapp-float{right:18px;bottom:18px;width:54px;height:54px}.pricing-table{min-width:720px}}
/* End Nuvyqo Pricing Page v1 */
/* Work page refinements - layout safe */
.work-grid{display:grid;grid-template-columns:1.2fr .9fr .9fr;gap:24px}
.work-card{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.13);border-radius:28px;padding:28px;box-shadow:0 20px 60px rgba(0,0,0,.18)}
.featured-work{border-color:rgba(21,239,230,.45);background:linear-gradient(135deg,rgba(20,240,230,.10),rgba(93,104,255,.12))}
.work-card h3{margin:10px 0 12px}
.mini-btn.ghost{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.25)}
@media(max-width:980px){.work-grid{grid-template-columns:1fr}.featured-work{grid-column:auto}}
/* Nuvyqo contact page v1 */
.contact-hero .hero-copy h1 {
  max-width: 900px;
}

.contact-summary-card {
  overflow: hidden;
}

.contact-summary-card .panel-logo {
  width: 100%;
  max-width: 560px;
  height: auto;
  display: block;
  margin: 0 auto 22px;
  border-radius: 18px;
}

.contact-quick-list {
  display: grid;
  gap: 14px;
}

.contact-quick-list div {
  padding: 16px;
  border: 1px solid rgba(42, 240, 255, 0.22);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
}

.contact-quick-list span {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cyan, #25f4ff);
  margin-bottom: 6px;
}

.contact-quick-list strong {
  display: block;
  color: #ffffff;
  line-height: 1.45;
}

.contact-grid {
  align-items: start;
}

.contact-form-card,
.contact-side .mini-card {
  border: 1px solid rgba(42, 240, 255, 0.22);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.24);
}

.contact-form-card {
  padding: clamp(24px, 4vw, 44px);
}

.nuvyqo-form {
  display: grid;
  gap: 18px;
  margin-top: 24px;
}

.nuvyqo-form label {
  display: grid;
  gap: 8px;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 700;
}

.nuvyqo-form input,
.nuvyqo-form select,
.nuvyqo-form textarea {
  width: 100%;
  border: 1px solid rgba(42, 240, 255, 0.22);
  border-radius: 16px;
  padding: 14px 16px;
  background: rgba(5, 8, 45, 0.78);
  color: #ffffff;
  outline: none;
}

.nuvyqo-form input:focus,
.nuvyqo-form select:focus,
.nuvyqo-form textarea:focus {
  border-color: rgba(42, 240, 255, 0.75);
  box-shadow: 0 0 0 4px rgba(42, 240, 255, 0.12);
}

.nuvyqo-form textarea {
  resize: vertical;
}

.form-note {
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.68);
  margin: 0;
}

.contact-side {
  display: grid;
  gap: 18px;
}

.contact-side .mini-card {
  padding: 24px;
}

.contact-side .mini-card h3 {
  margin-top: 0;
}

.contact-side .mini-card a {
  color: var(--cyan, #25f4ff);
  font-weight: 800;
}

.clean-list {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: grid;
  gap: 10px;
}

.clean-list li {
  position: relative;
  padding-left: 26px;
}

.clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25f4ff, #5c7cff);
  box-shadow: 0 0 18px rgba(37, 244, 255, 0.45);
}

@media (max-width: 900px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

/* Nuvyqo website development page and safe logo fix - v2 */
.brand, .nav-brand, .site-brand, .logo-wrap { overflow: hidden; }
.brand img, .nav-brand img, .site-brand img, .logo img, .header-logo img, img[src$="nuvyqo-logo.svg"] {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: left center;
}
.hero-visual, .card-visual { overflow: hidden; }
.hero-visual img, .card-visual img, img[src$="nuvyqo-hero-card.svg"] {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: contain;
}
.service-hero .hero-lead { max-width: 760px; }
.clean-list { list-style: none; padding-left: 0; margin: 1.25rem 0 0; }
.clean-list li { position: relative; padding-left: 1.6rem; margin: 0.7rem 0; }
.clean-list li::before { content: ""; width: 0.72rem; height: 0.72rem; border-radius: 999px; background: linear-gradient(135deg, #28e7ff, #08f7d2); box-shadow: 0 0 18px rgba(40,231,255,.55); position: absolute; left: 0; top: .35rem; }
.featured-card { border-color: rgba(25, 242, 241, .55); box-shadow: 0 24px 80px rgba(8,247,210,.12); }
.metric-card { min-height: 100%; }
.four-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 1.2rem; }
.mini-card { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; padding: 1.4rem; }
.mini-card h3 { margin-top: 0; }
.pricing-strip { display: grid; grid-template-columns: 1fr; gap: 1.4rem; background: rgba(255,255,255,.055); border: 1px solid rgba(46,233,255,.28); border-radius: 32px; padding: 2rem; }
.price-pills { display: flex; flex-wrap: wrap; gap: .75rem; }
.price-pills span { border: 1px solid rgba(46,233,255,.28); background: rgba(46,233,255,.08); padding: .85rem 1rem; border-radius: 999px; font-weight: 800; }
.faq-list details { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); border-radius: 22px; padding: 1.1rem 1.25rem; margin-bottom: 1rem; }
.faq-list summary { cursor: pointer; font-weight: 900; color: #fff; }
.faq-list p { margin-bottom: 0; }
.whatsapp-float { position: fixed; right: 2rem; bottom: 2rem; width: 64px; height: 64px; border-radius: 999px; background: linear-gradient(135deg, #20e889, #08f7d2); color: #050519; display: grid; place-items: center; font-weight: 950; text-decoration: none; z-index: 99; box-shadow: 0 20px 45px rgba(0,0,0,.35); }
@media (max-width: 1100px) { .four-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 700px) { .four-grid { grid-template-columns: 1fr; } .price-pills { flex-direction: column; } }

/* NUVYQO_WEBSITE_DEV_V3_PATCH_START */
.site-header {
  background: #07071f;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-header .nav-wrap,
header.site-header .nav-wrap,
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
.site-header .brand,
header.site-header .brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  max-width: 360px;
  overflow: hidden;
  border-radius: 14px;
}
.site-header .brand img,
header.site-header .brand img {
  display: block;
  width: 350px;
  max-width: 100%;
  height: auto;
  max-height: 92px;
  object-fit: contain;
}
.site-header .main-nav,
header.site-header .main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  flex: 1 1 auto;
  white-space: nowrap;
}
.site-header .main-nav a {
  color: rgba(255,255,255,.86);
  text-decoration: none;
  font-weight: 800;
}
.site-header .main-nav a.active,
.site-header .main-nav a:hover {
  color: #17f4f5;
}
.site-header .nav-cta {
  flex: 0 0 auto;
}
.hero-visual img,
.service-visual img,
.card-visual,
.footer-logo {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.service-visual {
  overflow: hidden;
}
.service-visual img {
  width: 100%;
  max-height: 520px;
}
.webdev-hero .hero-grid {
  align-items: center;
}
.card-visual {
  width: 100%;
  max-height: 190px;
  margin: 0 0 18px;
  border-radius: 22px;
}
.card-grid.three {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.feature-card,
.mini-card,
.stack-card,
.timeline-grid article,
.price-mini-grid article {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  padding: 26px;
  box-shadow: 0 18px 50px rgba(0,0,0,.18);
}
.clean-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
}
.clean-list li {
  position: relative;
  padding-left: 28px;
  margin: 12px 0;
}
.clean-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .55em;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: linear-gradient(135deg, #18f7ff, #56a7ff);
  box-shadow: 0 0 16px rgba(24,247,255,.55);
}
.service-matrix {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 34px;
  align-items: start;
}
.clean-list.two-col {
  columns: 2;
  column-gap: 28px;
}
.timeline-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.timeline-grid span {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #18f7ff, #56a7ff);
  color: #05051c;
  font-weight: 900;
  margin-bottom: 14px;
}
.pricing-strip {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
  gap: 30px;
  align-items: center;
}
.price-mini-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.price-mini-grid strong {
  display: block;
  color: #17f4f5;
  font-size: 1.18rem;
  margin: 12px 0;
}
.faq-list details {
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 20px;
  padding: 18px 20px;
  margin: 14px 0;
}
.faq-list summary {
  cursor: pointer;
  font-weight: 900;
  color: #ffffff;
}
.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 30px;
  padding: 34px;
}
.whatsapp-float {
  position: fixed;
  right: 28px;
  bottom: 28px;
  width: 70px;
  height: 70px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #18e29b;
  color: #03110c;
  font-weight: 900;
  text-decoration: none;
  z-index: 9999;
  box-shadow: 0 22px 44px rgba(0,0,0,.28);
}
@media (max-width: 1080px) {
  .site-header .nav-wrap,
  header.site-header .nav-wrap {
    flex-wrap: wrap;
  }
  .site-header .main-nav,
  header.site-header .main-nav {
    order: 3;
    flex-basis: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 6px;
  }
  .card-grid.three,
  .service-matrix,
  .timeline-grid,
  .pricing-strip,
  .price-mini-grid,
  .split-grid {
    grid-template-columns: 1fr;
  }
  .clean-list.two-col {
    columns: 1;
  }
}
@media (max-width: 720px) {
  .site-header .brand img,
  header.site-header .brand img {
    width: 300px;
  }
  .cta-card {
    align-items: flex-start;
    flex-direction: column;
  }
}
/* NUVYQO_WEBSITE_DEV_V3_PATCH_END */

/* Nuvyqo static website + footer repair v1 */
.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(4,6,28,.96); backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.08); }
.site-header .nav, .site-header .navbar, .nav { display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; }
.site-header img, .brand img, .logo img { max-width: 100%; height: auto; object-fit: contain; }
.clean-footer { position: relative; padding: 72px 0 34px; background: #030616; border-top: 1px solid rgba(255,255,255,.08); overflow: hidden; }
.clean-footer * { box-sizing: border-box; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr 1fr 1fr; gap: 44px; align-items: start; }
.footer-logo { width: min(360px, 100%); height: auto; display: block; object-fit: contain; }
.footer-brand-text { margin-top: 24px; max-width: 420px; color: rgba(255,255,255,.78); line-height: 1.75; overflow-wrap: break-word; }
.footer-col h3 { margin: 0 0 18px; color: #fff; font-size: 20px; line-height: 1.2; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a, .footer-contact a, .footer-contact p { color: rgba(255,255,255,.86); text-decoration: none; line-height: 1.55; overflow-wrap: break-word; word-break: normal; }
.footer-links a:hover, .footer-contact a:hover { color: #20f4f4; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.68); }
.footer-bottom p { margin: 0; line-height: 1.55; overflow-wrap: break-word; }
.whatsapp-float { position: fixed; right: 30px; bottom: 30px; width: 66px; height: 66px; border-radius: 999px; background: #19e59a; color: #03130d; display: inline-flex; align-items: center; justify-content: center; z-index: 99999; box-shadow: 0 18px 44px rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.28); text-decoration: none; }
.whatsapp-float svg { width: 35px; height: 35px; fill: currentColor; display: block; }
.service-hero { padding: 110px 0 76px; background: radial-gradient(circle at top left, rgba(36,17,143,.92), #090524 58%, #030616 100%); }
.service-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 64px; align-items: center; }
.eyebrow { color: #20f4f4; letter-spacing: .14em; text-transform: uppercase; font-weight: 900; font-size: 14px; }
.service-hero h1 { margin: 18px 0 22px; font-size: clamp(46px, 7vw, 92px); line-height: .98; letter-spacing: -.055em; color: #fff; }
.service-hero p { color: rgba(255,255,255,.78); font-size: 21px; line-height: 1.7; max-width: 760px; }
.hero-visual-card { border-radius: 36px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.12); padding: 20px; box-shadow: 0 28px 80px rgba(0,0,0,.26); overflow: hidden; }
.hero-visual-card img { width: 100%; height: auto; display: block; object-fit: contain; border-radius: 28px; }
.service-section { padding: 78px 0; background: #030616; }
.service-section.alt { background: linear-gradient(180deg,#08062b,#030616); }
.section-head { max-width: 860px; margin-bottom: 36px; }
.section-head h2 { color: #fff; font-size: clamp(34px,4vw,56px); line-height: 1.05; margin: 0 0 18px; letter-spacing: -.03em; }
.section-head p { color: rgba(255,255,255,.74); font-size: 19px; line-height: 1.65; }
.service-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.service-card, .pricing-card, .process-card, .faq-card { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: 28px; padding: 28px; box-shadow: 0 16px 46px rgba(0,0,0,.18); }
.service-card h3, .pricing-card h3, .process-card h3, .faq-card h3 { color: #fff; margin: 14px 0 12px; font-size: 23px; }
.service-card p, .pricing-card p, .process-card p, .faq-card p, .service-card li, .pricing-card li { color: rgba(255,255,255,.78); line-height: 1.65; }
.icon-badge { width: 58px; height: 58px; border-radius: 18px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg,#16f2f2,#5d8cff); color: #05071c; font-weight: 900; box-shadow: 0 14px 32px rgba(22,242,242,.2); }
.service-list { margin: 18px 0 0; padding-left: 20px; }
.cta-panel { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: 34px; border-radius: 32px; background: linear-gradient(135deg,rgba(22,242,242,.15),rgba(93,140,255,.16)); border: 1px solid rgba(255,255,255,.14); }
.cta-panel h2 { color: #fff; margin: 0 0 10px; font-size: clamp(30px,4vw,48px); }
.cta-panel p { color: rgba(255,255,255,.78); margin: 0; line-height: 1.65; }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
@media (max-width: 980px) { .footer-grid, .service-hero-grid, .service-card-grid { grid-template-columns: 1fr; } .cta-panel { grid-template-columns: 1fr; } .site-header .nav, .site-header .navbar, .nav { justify-content: center; } }
@media (max-width: 640px) { .whatsapp-float { right: 18px; bottom: 18px; width: 58px; height: 58px; } .service-hero { padding: 76px 0 54px; } .service-card, .pricing-card, .process-card, .faq-card { padding: 22px; } }
/* Nuvyqo technical SEO service page v1 */
.clean-footer { position: relative; padding: 72px 0 34px; background: #030616; border-top: 1px solid rgba(255,255,255,.08); overflow: hidden; }
.clean-footer * { box-sizing: border-box; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr 1fr 1fr; gap: 44px; align-items: start; }
.footer-logo { width: min(360px, 100%); height: auto; display: block; object-fit: contain; }
.footer-brand-text { margin-top: 24px; max-width: 420px; color: rgba(255,255,255,.78); line-height: 1.75; overflow-wrap: break-word; }
.footer-col h3 { margin: 0 0 18px; color: #fff; font-size: 20px; line-height: 1.2; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a, .footer-contact a, .footer-contact p { color: rgba(255,255,255,.86); text-decoration: none; line-height: 1.55; overflow-wrap: break-word; }
.footer-links a:hover, .footer-contact a:hover { color: #20f4f4; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.68); }
.footer-bottom p { margin: 0; line-height: 1.55; overflow-wrap: break-word; }
.whatsapp-float { position: fixed; right: 30px; bottom: 30px; width: 66px; height: 66px; border-radius: 999px; background: #19e59a; color: #03130d; display: inline-flex; align-items: center; justify-content: center; z-index: 99999; box-shadow: 0 18px 44px rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.28); text-decoration: none; }
.whatsapp-float svg { width: 35px; height: 35px; fill: currentColor; display: block; }
.service-hero { padding: 110px 0 76px; background: radial-gradient(circle at top left, rgba(36,17,143,.92), #090524 58%, #030616 100%); }
.service-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 64px; align-items: center; }
.eyebrow { color: #20f4f4; letter-spacing: .14em; text-transform: uppercase; font-weight: 900; font-size: 14px; }
.service-hero h1 { margin: 18px 0 22px; font-size: clamp(46px, 7vw, 92px); line-height: .98; letter-spacing: -.055em; color: #fff; }
.service-hero p { color: rgba(255,255,255,.78); font-size: 21px; line-height: 1.7; max-width: 760px; }
.hero-visual-card { border-radius: 36px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.12); padding: 20px; box-shadow: 0 28px 80px rgba(0,0,0,.26); overflow: hidden; }
.hero-visual-card img { width: 100%; height: auto; display: block; object-fit: contain; border-radius: 28px; }
.service-section { padding: 78px 0; background: #030616; }
.service-section.alt { background: linear-gradient(180deg,#08062b,#030616); }
.section-head { max-width: 900px; margin-bottom: 36px; }
.section-head h2 { color: #fff; font-size: clamp(34px,4vw,56px); line-height: 1.05; margin: 0 0 18px; letter-spacing: -.03em; }
.section-head p { color: rgba(255,255,255,.74); font-size: 19px; line-height: 1.65; }
.service-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.service-card, .pricing-card, .process-card, .faq-card { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: 28px; padding: 28px; box-shadow: 0 16px 46px rgba(0,0,0,.18); }
.service-card h3, .pricing-card h3, .process-card h3, .faq-card h3 { color: #fff; margin: 14px 0 12px; font-size: 23px; }
.service-card p, .pricing-card p, .process-card p, .faq-card p, .service-card li, .pricing-card li { color: rgba(255,255,255,.78); line-height: 1.65; }
.icon-badge { width: 58px; height: 58px; border-radius: 18px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg,#16f2f2,#5d8cff); color: #05071c; font-weight: 900; box-shadow: 0 14px 32px rgba(22,242,242,.2); }
.service-list { margin: 18px 0 0; padding-left: 20px; }
.cta-panel { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: 34px; border-radius: 32px; background: linear-gradient(135deg,rgba(22,242,242,.15),rgba(93,140,255,.16)); border: 1px solid rgba(255,255,255,.14); }
.cta-panel h2 { color: #fff; margin: 0 0 10px; font-size: clamp(30px,4vw,48px); }
.cta-panel p { color: rgba(255,255,255,.78); margin: 0; line-height: 1.65; }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
@media (max-width: 980px) { .footer-grid, .service-hero-grid, .service-card-grid { grid-template-columns: 1fr; } .cta-panel { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .whatsapp-float { right: 18px; bottom: 18px; width: 58px; height: 58px; } .service-hero { padding: 76px 0 54px; } .service-card, .pricing-card, .process-card, .faq-card { padding: 22px; } }
/* Nuvyqo Google Business Profile service page v1 */
.clean-footer { position: relative; padding: 72px 0 34px; background: #030616; border-top: 1px solid rgba(255,255,255,.08); overflow: hidden; }
.clean-footer * { box-sizing: border-box; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr 1fr 1fr; gap: 44px; align-items: start; }
.footer-logo { width: min(360px, 100%); height: auto; display: block; object-fit: contain; }
.footer-brand-text { margin-top: 24px; max-width: 420px; color: rgba(255,255,255,.78); line-height: 1.75; overflow-wrap: break-word; }
.footer-col h3 { margin: 0 0 18px; color: #fff; font-size: 20px; line-height: 1.2; }
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a, .footer-contact a, .footer-contact p { color: rgba(255,255,255,.86); text-decoration: none; line-height: 1.55; overflow-wrap: break-word; }
.footer-links a:hover, .footer-contact a:hover { color: #20f4f4; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 46px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.08); color: rgba(255,255,255,.68); }
.footer-bottom p { margin: 0; line-height: 1.55; overflow-wrap: break-word; }
.whatsapp-float { position: fixed; right: 30px; bottom: 30px; width: 66px; height: 66px; border-radius: 999px; background: #19e59a; color: #03130d; display: inline-flex; align-items: center; justify-content: center; z-index: 99999; box-shadow: 0 18px 44px rgba(0,0,0,.35); border: 1px solid rgba(255,255,255,.28); text-decoration: none; }
.whatsapp-float svg { width: 35px; height: 35px; fill: currentColor; display: block; }
.service-hero { padding: 110px 0 76px; background: radial-gradient(circle at top left, rgba(36,17,143,.92), #090524 58%, #030616 100%); }
.service-hero-grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr); gap: 64px; align-items: center; }
.eyebrow { color: #20f4f4; letter-spacing: .14em; text-transform: uppercase; font-weight: 900; font-size: 14px; }
.service-hero h1 { margin: 18px 0 22px; font-size: clamp(46px, 7vw, 92px); line-height: .98; letter-spacing: -.055em; color: #fff; }
.service-hero p { color: rgba(255,255,255,.78); font-size: 21px; line-height: 1.7; max-width: 760px; }
.hero-visual-card { border-radius: 36px; background: rgba(255,255,255,.045); border: 1px solid rgba(255,255,255,.12); padding: 20px; box-shadow: 0 28px 80px rgba(0,0,0,.26); overflow: hidden; }
.hero-visual-card img { width: 100%; height: auto; display: block; object-fit: contain; border-radius: 28px; }
.service-section { padding: 78px 0; background: #030616; }
.service-section.alt { background: linear-gradient(180deg,#08062b,#030616); }
.section-head { max-width: 900px; margin-bottom: 36px; }
.section-head h2 { color: #fff; font-size: clamp(34px,4vw,56px); line-height: 1.05; margin: 0 0 18px; letter-spacing: -.03em; }
.section-head p { color: rgba(255,255,255,.74); font-size: 19px; line-height: 1.65; }
.service-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.service-card, .pricing-card, .process-card, .faq-card { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: 28px; padding: 28px; box-shadow: 0 16px 46px rgba(0,0,0,.18); }
.service-card h3, .pricing-card h3, .process-card h3, .faq-card h3 { color: #fff; margin: 14px 0 12px; font-size: 23px; }
.service-card p, .pricing-card p, .process-card p, .faq-card p, .service-card li, .pricing-card li { color: rgba(255,255,255,.78); line-height: 1.65; }
.icon-badge { width: 58px; height: 58px; border-radius: 18px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(135deg,#16f2f2,#5d8cff); color: #05071c; font-weight: 900; box-shadow: 0 14px 32px rgba(22,242,242,.2); }
.service-list { margin: 18px 0 0; padding-left: 20px; }
.cta-panel { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center; padding: 34px; border-radius: 32px; background: linear-gradient(135deg,rgba(22,242,242,.15),rgba(93,140,255,.16)); border: 1px solid rgba(255,255,255,.14); }
.cta-panel h2 { color: #fff; margin: 0 0 10px; font-size: clamp(30px,4vw,48px); }
.cta-panel p { color: rgba(255,255,255,.78); margin: 0; line-height: 1.65; }
.btn-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
@media (max-width: 980px) { .footer-grid, .service-hero-grid, .service-card-grid { grid-template-columns: 1fr; } .cta-panel { grid-template-columns: 1fr; } }
@media (max-width: 640px) { .whatsapp-float { right: 18px; bottom: 18px; width: 58px; height: 58px; } .service-hero { padding: 76px 0 54px; } .service-card, .pricing-card, .process-card, .faq-card { padding: 22px; } }

/* NUVYQO CLOUD HEADER FIX START */
.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(5, 7, 31, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.site-header .header-inner,
header.site-header .container,
.site-header > .container {
  min-height: 112px;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 32px !important;
  flex-wrap: nowrap !important;
}
.site-header .brand {
  width: 310px !important;
  max-width: 31vw !important;
  min-width: 230px !important;
  display: flex !important;
  align-items: center !important;
  overflow: hidden !important;
  text-decoration: none !important;
}
.site-header .brand img {
  width: 100% !important;
  height: auto !important;
  max-height: 88px !important;
  object-fit: contain !important;
  display: block !important;
}
.site-header .site-nav,
.site-header nav,
header .site-nav,
header nav {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 26px !important;
  flex-wrap: nowrap !important;
  margin: 0 !important;
  white-space: nowrap !important;
}
.site-header .site-nav a,
.site-header nav a,
header nav a {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}
.site-header .site-nav a.active,
.site-header nav a.active {
  color: #22F2F0 !important;
}
.site-header .header-cta,
header .header-cta {
  flex: 0 0 auto !important;
  white-space: nowrap !important;
  margin: 0 !important;
}
.hero-visual,
.service-visual,
.visual-card,
.hero-card,
.service-hero-card {
  overflow: hidden !important;
}
.hero-visual img,
.service-visual img,
.visual-card img,
.hero-card img,
.service-hero-card img {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
  display: block !important;
}
.site-footer {
  overflow: hidden;
}
.site-footer .footer-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1.3fr) repeat(3, minmax(180px, 1fr));
  gap: 44px;
  align-items: start;
}
.site-footer .footer-brand img {
  width: 310px;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 20px;
}
.site-footer a,
.site-footer p {
  overflow-wrap: anywhere;
}
.site-footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  padding-top: 24px;
}
.whatsapp-float {
  position: fixed;
  right: 28px;
  bottom: 28px;
  width: 70px;
  height: 70px;
  border-radius: 999px;
  background: #19E49E;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1200;
  box-shadow: 0 20px 45px rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.28);
}
.whatsapp-float svg {
  width: 36px;
  height: 36px;
  fill: #06111d;
}
@media (max-width: 1100px) {
  .site-header .header-inner,
  header.site-header .container,
  .site-header > .container {
    flex-wrap: wrap !important;
    justify-content: center !important;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .site-header .brand {
    max-width: 420px !important;
    width: 360px !important;
  }
  .site-header .site-nav,
  .site-header nav,
  header nav {
    flex-wrap: wrap !important;
    gap: 16px 22px !important;
  }
}
@media (max-width: 760px) {
  .site-header .brand {
    width: 300px !important;
    max-width: 92vw !important;
  }
  .site-footer .footer-grid {
    grid-template-columns: 1fr;
  }
  .whatsapp-float {
    width: 58px;
    height: 58px;
    right: 18px;
    bottom: 18px;
  }
}
/* NUVYQO CLOUD HEADER FIX END */

/* NUVYQO AWS IIS PAGE PATCH START */
.aws-iis-page { background:#050617; color:#ffffff; overflow-x:hidden; }
.aws-iis-page .nq-header { background:#050617; border-bottom:1px solid rgba(255,255,255,.08); position:sticky; top:0; z-index:50; }
.aws-iis-page .nq-header-inner { max-width:1480px; margin:0 auto; padding:22px 7vw; display:flex; align-items:center; gap:34px; }
.aws-iis-page .nq-brand { display:flex; align-items:center; flex:0 0 auto; width:330px; max-width:32vw; overflow:hidden; border-radius:12px; }
.aws-iis-page .nq-brand img { display:block; width:100%; height:auto; max-height:88px; object-fit:contain; }
.aws-iis-page .nq-nav { margin-left:auto; display:flex; align-items:center; justify-content:flex-end; gap:28px; white-space:nowrap; }
.aws-iis-page .nq-nav a { color:#fff; text-decoration:none; font-weight:800; font-size:18px; opacity:.92; }
.aws-iis-page .nq-nav a.active, .aws-iis-page .nq-nav a:hover { color:#24f3ed; }
.aws-iis-page .nq-top-cta, .aws-iis-page .btn-primary { display:inline-flex; align-items:center; justify-content:center; border-radius:999px; padding:18px 30px; background:linear-gradient(135deg,#28edf4,#5c8bff); color:#03051b; font-weight:900; text-decoration:none; box-shadow:0 18px 40px rgba(35,246,239,.16); }
.aws-iis-page .btn-secondary { display:inline-flex; align-items:center; justify-content:center; border-radius:999px; padding:17px 28px; border:1px solid rgba(255,255,255,.18); color:#fff; font-weight:800; text-decoration:none; }
.aws-iis-page .nq-wrap { width:min(1500px,86vw); margin:0 auto; }
.aws-iis-page .nq-hero { padding:120px 0 90px; background:radial-gradient(circle at 25% 20%, rgba(35,246,239,.12), transparent 36%), linear-gradient(135deg,#1d0b82 0%,#060719 72%); }
.aws-iis-page .nq-hero-grid { display:grid; grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr); gap:70px; align-items:center; }
.aws-iis-page .eyebrow { margin:0 0 24px; color:#23f6ef; text-transform:uppercase; letter-spacing:.22em; font-weight:900; font-size:15px; }
.aws-iis-page h1 { margin:0; max-width:820px; font-size:clamp(54px,6.6vw,112px); line-height:.92; letter-spacing:-.06em; color:#fff; }
.aws-iis-page h2 { margin:0 0 22px; font-size:clamp(34px,4vw,64px); line-height:1; letter-spacing:-.04em; }
.aws-iis-page h3 { margin:0 0 14px; font-size:24px; line-height:1.12; }
.aws-iis-page p, .aws-iis-page li { color:#cbd7ff; font-size:20px; line-height:1.75; }
.aws-iis-page .lead { max-width:820px; margin:34px 0 0; font-size:25px; }
.aws-iis-page .nq-actions { display:flex; flex-wrap:wrap; gap:18px; margin-top:36px; }
.aws-iis-page .nq-tags { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.aws-iis-page .nq-tags span { border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.05); border-radius:999px; padding:10px 15px; color:#fff; font-weight:800; }
.aws-iis-page .nq-hero-card { border:1px solid rgba(35,246,239,.22); background:rgba(255,255,255,.04); border-radius:34px; padding:28px; box-shadow:0 26px 80px rgba(0,0,0,.28); overflow:hidden; }
.aws-iis-page .nq-hero-card img { width:100%; display:block; border-radius:28px; }
.aws-iis-page .nq-section { padding:90px 0; }
.aws-iis-page .nq-card-grid { display:grid; gap:26px; margin-top:38px; }
.aws-iis-page .nq-card-grid.three { grid-template-columns:repeat(3,minmax(0,1fr)); }
.aws-iis-page .nq-card, .aws-iis-page .nq-price-card, .aws-iis-page .nq-steps > div { background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035)); border:1px solid rgba(255,255,255,.12); border-radius:28px; padding:34px; box-shadow:0 18px 60px rgba(0,0,0,.22); }
.aws-iis-page .nq-icon, .aws-iis-page .nq-steps span { display:inline-flex; width:52px; height:52px; align-items:center; justify-content:center; border-radius:16px; background:linear-gradient(135deg,#23f6ef,#5c8bff); color:#050617; font-weight:900; margin-bottom:24px; }
.aws-iis-page .nq-dark-panel { background:#111423; border-top:1px solid rgba(255,255,255,.07); border-bottom:1px solid rgba(255,255,255,.07); }
.aws-iis-page .nq-split { display:grid; grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr); gap:56px; align-items:start; }
.aws-iis-page .nq-mini-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.aws-iis-page .nq-mini-grid > div { border:1px solid rgba(35,246,239,.18); border-radius:22px; padding:24px; background:rgba(255,255,255,.04); }
.aws-iis-page .nq-mini-grid strong { display:block; font-size:21px; color:#fff; margin-bottom:10px; }
.aws-iis-page .nq-mini-grid span { display:block; color:#cbd7ff; line-height:1.6; }
.aws-iis-page .nq-price-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:26px; margin-top:38px; }
.aws-iis-page .nq-price-card.featured { border-color:rgba(35,246,239,.64); box-shadow:0 0 0 1px rgba(35,246,239,.18),0 20px 70px rgba(35,246,239,.08); }
.aws-iis-page .nq-price { font-size:26px; color:#fff; font-weight:900; margin:10px 0 22px; }
.aws-iis-page ul { padding-left:22px; margin:20px 0 0; }
.aws-iis-page .nq-steps { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; margin-top:38px; }
.aws-iis-page details { background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.12); border-radius:20px; padding:22px 26px; margin:14px 0; }
.aws-iis-page summary { cursor:pointer; font-weight:900; color:#fff; font-size:22px; }
.aws-iis-page .nq-cta-band { background:linear-gradient(135deg,#1d0b82,#050617); }
.aws-iis-page .nq-cta-row { display:flex; align-items:center; justify-content:space-between; gap:32px; }
.aws-iis-page .nq-footer { padding:72px 0 32px; background:#030514; border-top:1px solid rgba(255,255,255,.08); }
.aws-iis-page .nq-footer-grid { display:grid; grid-template-columns:1.5fr 1fr 1.15fr 1fr; gap:46px; align-items:start; }
.aws-iis-page .footer-logo { width:330px; max-width:100%; border-radius:14px; display:block; margin-bottom:24px; }
.aws-iis-page .nq-footer h3 { color:#fff; font-size:22px; margin-bottom:18px; }
.aws-iis-page .nq-footer a { color:#fff; opacity:.95; text-decoration:none; display:block; margin:0 0 12px; overflow-wrap:anywhere; }
.aws-iis-page .nq-footer p { font-size:18px; margin:0 0 18px; overflow-wrap:anywhere; }
.aws-iis-page .nq-footer-bottom { border-top:1px solid rgba(255,255,255,.08); margin-top:42px; padding-top:24px; display:flex; justify-content:space-between; gap:24px; flex-wrap:wrap; color:#cbd7ff; }
.aws-iis-page .whatsapp-float { position:fixed; right:34px; bottom:32px; z-index:100; width:74px; height:74px; border-radius:50%; background:#1de39c; display:flex; align-items:center; justify-content:center; box-shadow:0 18px 50px rgba(0,0,0,.35); }
.aws-iis-page .whatsapp-float svg { width:38px; height:38px; fill:#04121a; }
@media (max-width:1100px){.aws-iis-page .nq-header-inner{flex-wrap:wrap}.aws-iis-page .nq-nav{order:3;width:100%;justify-content:flex-start;overflow-x:auto}.aws-iis-page .nq-hero-grid,.aws-iis-page .nq-split{grid-template-columns:1fr}.aws-iis-page .nq-card-grid.three,.aws-iis-page .nq-price-grid,.aws-iis-page .nq-steps,.aws-iis-page .nq-footer-grid{grid-template-columns:1fr 1fr}.aws-iis-page h1{font-size:64px}}
@media (max-width:720px){.aws-iis-page .nq-brand{width:280px;max-width:100%}.aws-iis-page .nq-header-inner{padding:18px 6vw}.aws-iis-page .nq-card-grid.three,.aws-iis-page .nq-price-grid,.aws-iis-page .nq-steps,.aws-iis-page .nq-footer-grid,.aws-iis-page .nq-mini-grid{grid-template-columns:1fr}.aws-iis-page .nq-cta-row{display:block}.aws-iis-page h1{font-size:48px}.aws-iis-page p,.aws-iis-page li{font-size:18px}}
/* NUVYQO AWS IIS PAGE PATCH END */

/* NUVYQO SQL SERVER PAGE PATCH START */
.aws-iis-page .nq-hero { padding:86px 0 78px !important; }
.aws-iis-page .nq-hero-grid { grid-template-columns:minmax(0,.96fr) minmax(430px,.9fr) !important; gap:54px !important; align-items:center !important; }
.aws-iis-page .nq-hero h1, .aws-iis-page h1 { font-size:clamp(46px,5.15vw,82px) !important; line-height:.98 !important; max-width:760px !important; letter-spacing:-.055em !important; }
.aws-iis-page .lead { max-width:740px !important; font-size:22px !important; line-height:1.62 !important; }
.aws-iis-page .nq-hero-card { align-self:center !important; max-width:620px !important; margin-left:auto !important; padding:22px !important; }
.aws-iis-page .nq-hero-card img { max-height:500px !important; object-fit:contain !important; }

.sql-db-page { background:#050617; color:#ffffff; overflow-x:hidden; }
.sql-db-page .nq-header { background:#050617; border-bottom:1px solid rgba(255,255,255,.08); position:sticky; top:0; z-index:50; }
.sql-db-page .nq-header-inner { max-width:1480px; margin:0 auto; padding:22px 7vw; display:flex; align-items:center; gap:34px; }
.sql-db-page .nq-brand { display:flex; align-items:center; flex:0 0 auto; width:330px; max-width:32vw; overflow:hidden; border-radius:12px; }
.sql-db-page .nq-brand img { display:block; width:100%; height:auto; max-height:88px; object-fit:contain; }
.sql-db-page .nq-nav { margin-left:auto; display:flex; align-items:center; justify-content:flex-end; gap:28px; white-space:nowrap; }
.sql-db-page .nq-nav a { color:#fff; text-decoration:none; font-weight:800; font-size:18px; opacity:.92; }
.sql-db-page .nq-nav a.active, .sql-db-page .nq-nav a:hover { color:#24f3ed; }
.sql-db-page .nq-top-cta, .sql-db-page .btn-primary { display:inline-flex; align-items:center; justify-content:center; border-radius:999px; padding:18px 30px; background:linear-gradient(135deg,#28edf4,#5c8bff); color:#03051b; font-weight:900; text-decoration:none; box-shadow:0 18px 40px rgba(35,246,239,.16); }
.sql-db-page .btn-secondary { display:inline-flex; align-items:center; justify-content:center; border-radius:999px; padding:17px 28px; border:1px solid rgba(255,255,255,.18); color:#fff; font-weight:800; text-decoration:none; }
.sql-db-page .nq-wrap { width:min(1500px,86vw); margin:0 auto; }
.sql-db-page .nq-hero { padding:96px 0 82px; background:radial-gradient(circle at 25% 20%, rgba(35,246,239,.12), transparent 36%), linear-gradient(135deg,#1d0b82 0%,#060719 72%); }
.sql-db-page .nq-hero-grid { display:grid; grid-template-columns:minmax(0,.98fr) minmax(430px,.9fr); gap:58px; align-items:center; }
.sql-db-page .eyebrow { margin:0 0 24px; color:#23f6ef; text-transform:uppercase; letter-spacing:.22em; font-weight:900; font-size:15px; }
.sql-db-page h1 { margin:0; max-width:790px; font-size:clamp(48px,5.3vw,86px); line-height:.98; letter-spacing:-.055em; color:#fff; }
.sql-db-page h2 { margin:0 0 22px; font-size:clamp(34px,4vw,64px); line-height:1; letter-spacing:-.04em; }
.sql-db-page h3 { margin:0 0 14px; font-size:24px; line-height:1.12; }
.sql-db-page p, .sql-db-page li { color:#cbd7ff; font-size:20px; line-height:1.75; }
.sql-db-page .lead { max-width:760px; margin:34px 0 0; font-size:23px; line-height:1.62; }
.sql-db-page .nq-actions { display:flex; flex-wrap:wrap; gap:18px; margin-top:36px; }
.sql-db-page .nq-tags { display:flex; flex-wrap:wrap; gap:12px; margin-top:34px; }
.sql-db-page .nq-tags span { border:1px solid rgba(255,255,255,.12); background:rgba(255,255,255,.05); border-radius:999px; padding:10px 15px; color:#fff; font-weight:800; }
.sql-db-page .nq-hero-card { border:1px solid rgba(35,246,239,.22); background:rgba(255,255,255,.04); border-radius:34px; padding:24px; box-shadow:0 26px 80px rgba(0,0,0,.28); overflow:hidden; max-width:620px; margin-left:auto; }
.sql-db-page .nq-hero-card img { width:100%; max-height:500px; object-fit:contain; display:block; border-radius:28px; }
.sql-db-page .nq-section { padding:90px 0; }
.sql-db-page .nq-card-grid { display:grid; gap:26px; margin-top:38px; }
.sql-db-page .nq-card-grid.three { grid-template-columns:repeat(3,minmax(0,1fr)); }
.sql-db-page .nq-card, .sql-db-page .nq-price-card, .sql-db-page .nq-steps > div { background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035)); border:1px solid rgba(255,255,255,.12); border-radius:28px; padding:34px; box-shadow:0 18px 60px rgba(0,0,0,.22); }
.sql-db-page .nq-icon, .sql-db-page .nq-steps span { display:inline-flex; width:52px; height:52px; align-items:center; justify-content:center; border-radius:16px; background:linear-gradient(135deg,#23f6ef,#5c8bff); color:#050617; font-weight:900; margin-bottom:24px; }
.sql-db-page .nq-dark-panel { background:#111423; border-top:1px solid rgba(255,255,255,.07); border-bottom:1px solid rgba(255,255,255,.07); }
.sql-db-page .nq-split { display:grid; grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr); gap:56px; align-items:start; }
.sql-db-page .nq-mini-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.sql-db-page .nq-mini-grid > div { border:1px solid rgba(35,246,239,.18); border-radius:22px; padding:24px; background:rgba(255,255,255,.04); }
.sql-db-page .nq-mini-grid strong { display:block; font-size:21px; color:#fff; margin-bottom:10px; }
.sql-db-page .nq-mini-grid span { display:block; color:#cbd7ff; line-height:1.6; }
.sql-db-page .nq-price-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:26px; margin-top:38px; }
.sql-db-page .nq-price-card.featured { border-color:rgba(35,246,239,.64); box-shadow:0 0 0 1px rgba(35,246,239,.18),0 20px 70px rgba(35,246,239,.08); }
.sql-db-page .nq-price { font-size:26px; color:#fff; font-weight:900; margin:10px 0 22px; }
.sql-db-page ul { padding-left:22px; margin:20px 0 0; }
.sql-db-page .nq-steps { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; margin-top:38px; }
.sql-db-page details { background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.12); border-radius:20px; padding:22px 26px; margin:14px 0; }
.sql-db-page summary { cursor:pointer; font-weight:900; color:#fff; font-size:22px; }
.sql-db-page .nq-cta-band { background:linear-gradient(135deg,#1d0b82,#050617); }
.sql-db-page .nq-cta-row { display:flex; align-items:center; justify-content:space-between; gap:32px; }
.sql-db-page .nq-footer { padding:72px 0 32px; background:#030514; border-top:1px solid rgba(255,255,255,.08); }
.sql-db-page .nq-footer-grid { display:grid; grid-template-columns:1.5fr 1fr 1.15fr 1fr; gap:46px; align-items:start; }
.sql-db-page .footer-logo { width:330px; max-width:100%; border-radius:14px; display:block; margin-bottom:24px; }
.sql-db-page .nq-footer h3 { color:#fff; font-size:22px; margin-bottom:18px; }
.sql-db-page .nq-footer a { color:#fff; opacity:.95; text-decoration:none; display:block; margin:0 0 12px; overflow-wrap:anywhere; }
.sql-db-page .nq-footer p { font-size:18px; margin:0 0 18px; overflow-wrap:anywhere; }
.sql-db-page .nq-footer-bottom { border-top:1px solid rgba(255,255,255,.08); margin-top:42px; padding-top:24px; display:flex; justify-content:space-between; gap:24px; flex-wrap:wrap; color:#cbd7ff; }
.sql-db-page .whatsapp-float { position:fixed; right:34px; bottom:32px; z-index:100; width:74px; height:74px; border-radius:50%; background:#1de39c; display:flex; align-items:center; justify-content:center; box-shadow:0 18px 50px rgba(0,0,0,.35); }
.sql-db-page .whatsapp-float svg { width:38px; height:38px; fill:#04121a; }
@media (max-width:1100px){.aws-iis-page .nq-hero-grid,.sql-db-page .nq-hero-grid,.sql-db-page .nq-split{grid-template-columns:1fr !important}.sql-db-page .nq-header-inner{flex-wrap:wrap}.sql-db-page .nq-nav{order:3;width:100%;justify-content:flex-start;overflow-x:auto}.sql-db-page .nq-card-grid.three,.sql-db-page .nq-price-grid,.sql-db-page .nq-steps,.sql-db-page .nq-footer-grid{grid-template-columns:1fr 1fr}.sql-db-page h1{font-size:60px}}
@media (max-width:720px){.sql-db-page .nq-brand{width:280px;max-width:100%}.sql-db-page .nq-header-inner{padding:18px 6vw}.sql-db-page .nq-card-grid.three,.sql-db-page .nq-price-grid,.sql-db-page .nq-steps,.sql-db-page .nq-footer-grid,.sql-db-page .nq-mini-grid{grid-template-columns:1fr}.sql-db-page .nq-cta-row{display:block}.sql-db-page h1{font-size:46px}.sql-db-page p,.sql-db-page li{font-size:18px}}
/* NUVYQO SQL SERVER PAGE PATCH END */
/* Nuvyqo Managed Database Services patch */
.site-header{background:#050519;border-bottom:1px solid rgba(255,255,255,.08);position:sticky;top:0;z-index:50}.nav-wrap{display:flex;align-items:center;gap:36px;min-height:126px}.brand{display:flex;align-items:center;flex:0 0 auto}.brand img{display:block;width:300px;max-width:32vw;height:auto;border-radius:12px}.main-nav{display:flex;align-items:center;gap:28px;margin-left:auto;white-space:nowrap}.main-nav a{color:#fff;text-decoration:none;font-weight:800}.main-nav a.active,.main-nav a:hover{color:#1ff4f4}.nav-cta{display:inline-flex;align-items:center;justify-content:center;padding:18px 32px;border-radius:999px;background:linear-gradient(135deg,#22ecff,#5d8cff);color:#020314;text-decoration:none;font-weight:900;white-space:nowrap}.service-hero{background:radial-gradient(circle at top left,rgba(37,20,158,.95),#070716 72%);padding:96px 0 78px;overflow:hidden}.service-hero-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(420px,620px);gap:64px;align-items:center}.service-hero-copy h1{font-size:clamp(48px,6vw,96px);line-height:.95;margin:18px 0 26px;letter-spacing:-.05em;color:#fff}.service-hero-copy .lead{font-size:clamp(19px,2vw,27px);line-height:1.65;color:#cbd7ff;max-width:760px}.service-hero-visual{border:1px solid rgba(42,235,255,.28);border-radius:42px;padding:22px;background:rgba(255,255,255,.04);box-shadow:0 24px 70px rgba(0,0,0,.25)}.service-hero-visual img{display:block;width:100%;height:auto;max-height:520px;object-fit:contain}.eyebrow{color:#20f4f4;text-transform:uppercase;letter-spacing:.22em;font-weight:900}.hero-actions,.trust-pills{display:flex;gap:16px;flex-wrap:wrap;margin-top:28px}.trust-pills span{border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:10px 14px;color:#dbe4ff;background:rgba(255,255,255,.05)}.btn{display:inline-flex;align-items:center;justify-content:center;padding:16px 26px;border-radius:999px;text-decoration:none;font-weight:900}.btn.primary{background:linear-gradient(135deg,#22ecff,#5d8cff);color:#030519}.btn.ghost{border:1px solid rgba(255,255,255,.18);color:#fff;background:rgba(255,255,255,.05)}.section{padding:82px 0}.compact-section{padding:72px 0}.dark-section{background:#0b0d1d}.section-heading{max-width:900px;margin-bottom:36px}.section-heading h2{font-size:clamp(34px,4vw,62px);line-height:1.05;color:#fff;margin:10px 0 14px}.section-heading p,.split-grid p,.glass-card p,.mini-card p,.process-step p,.pricing-card p,.faq-grid p{color:#cbd7ff;line-height:1.7;font-size:18px}.three-cards,.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.glass-card,.pricing-card,.mini-card,.process-step{border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.035));border-radius:28px;padding:30px;color:#fff}.highlighted-card{border-color:rgba(31,244,244,.65);box-shadow:0 0 0 1px rgba(31,244,244,.12),0 24px 70px rgba(31,244,244,.08)}.price-line,.big-price{color:#fff;font-weight:900;font-size:28px}.big-price{font-size:44px}.split-grid{display:grid;grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:54px;align-items:start}.service-list-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.process-row{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.process-step span{color:#20f4f4;font-weight:900;font-size:22px}.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.faq-grid details{border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:24px;background:rgba(255,255,255,.05);color:#fff}.faq-grid summary{cursor:pointer;font-weight:900;font-size:20px}.cta-card{display:flex;align-items:center;justify-content:space-between;gap:32px;border:1px solid rgba(255,255,255,.14);border-radius:34px;padding:44px;background:linear-gradient(135deg,rgba(31,244,244,.12),rgba(91,124,255,.10))}.site-footer{background:#030511;border-top:1px solid rgba(255,255,255,.08);padding:64px 0 24px}.footer-grid{display:grid;grid-template-columns:1.4fr .8fr 1fr 1fr;gap:42px;align-items:start}.footer-brand img{width:300px;max-width:100%;height:auto}.site-footer h3{color:#fff;margin:0 0 16px}.site-footer a{display:block;color:#dbe4ff;text-decoration:none;margin:8px 0;line-height:1.35}.site-footer p{color:#dbe4ff;line-height:1.65;overflow-wrap:anywhere}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);margin-top:34px;padding-top:20px}.footer-bottom p{margin:0}.whatsapp-float{position:fixed;right:28px;bottom:28px;width:74px;height:74px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#20df99;box-shadow:0 20px 55px rgba(0,0,0,.35);z-index:80}.whatsapp-float svg{width:39px;height:39px;fill:#04110d}@media(max-width:1050px){.nav-wrap{gap:20px;flex-wrap:wrap;padding:16px 0}.brand img{width:260px;max-width:80vw}.main-nav{order:3;width:100%;justify-content:center;flex-wrap:wrap;margin-left:0}.service-hero-grid,.split-grid{grid-template-columns:1fr}.three-cards,.pricing-grid,.process-row,.faq-grid,.footer-grid{grid-template-columns:1fr}.service-list-grid{grid-template-columns:1fr}.service-hero{padding:70px 0}.service-hero-copy h1{font-size:clamp(44px,12vw,74px)}}
/* End Nuvyqo Managed Database Services patch */

/* Nuvyqo database cleanup page patch v2 */
body.nq-manageddb-balanced .service-hero,
body.nq-dbcleanup-page .service-hero {
  padding-top: 92px;
  padding-bottom: 82px;
}
body.nq-manageddb-balanced .service-hero .hero-grid,
body.nq-dbcleanup-page .service-hero .hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(380px, 1.05fr);
  align-items: center;
  gap: clamp(38px, 5vw, 82px);
}
body.nq-manageddb-balanced .service-hero h1,
body.nq-dbcleanup-page .service-hero h1 {
  font-size: clamp(52px, 6.4vw, 96px);
  line-height: 0.98;
  max-width: 780px;
  letter-spacing: -0.055em;
}
body.nq-manageddb-balanced .hero-visual-card,
body.nq-dbcleanup-page .hero-visual-card {
  align-self: center;
  min-height: 380px;
  max-height: 560px;
  overflow: hidden;
}
body.nq-manageddb-balanced .hero-visual-card img,
body.nq-dbcleanup-page .hero-visual-card img {
  width: 100%;
  height: auto;
  max-height: 540px;
  object-fit: contain;
  display: block;
}
.nq-dbcleanup-page .process-list {
  display: grid;
  gap: 16px;
}
.nq-dbcleanup-page .process-list > div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  align-items: start;
  padding: 20px;
  border: 1px solid rgba(46,244,255,0.18);
  background: rgba(255,255,255,0.045);
  border-radius: 22px;
}
.nq-dbcleanup-page .process-list strong {
  color: #21f6ff;
  letter-spacing: 0.08em;
}
.nq-dbcleanup-page .process-list span {
  color: #dce5ff;
}
@media (max-width: 980px) {
  body.nq-manageddb-balanced .service-hero .hero-grid,
  body.nq-dbcleanup-page .service-hero .hero-grid {
    grid-template-columns: 1fr;
  }
  body.nq-manageddb-balanced .service-hero h1,
  body.nq-dbcleanup-page .service-hero h1 {
    font-size: clamp(46px, 12vw, 76px);
  }
}

/* Nuvyqo Managed Database HERO STABLE patch */
body.nq-manageddb-stable .service-hero{
  padding:72px 0 58px !important;
  min-height:auto !important;
  overflow:hidden !important;
}
body.nq-manageddb-stable .service-hero-grid{
  display:grid !important;
  grid-template-columns:minmax(0,.92fr) minmax(390px,560px) !important;
  gap:52px !important;
  align-items:center !important;
}
body.nq-manageddb-stable .service-hero-copy{
  align-self:center !important;
  max-width:720px !important;
}
body.nq-manageddb-stable .service-hero-copy h1{
  font-size:clamp(44px,5.1vw,76px) !important;
  line-height:.97 !important;
  letter-spacing:-.045em !important;
  max-width:720px !important;
  margin:16px 0 22px !important;
}
body.nq-manageddb-stable .service-hero-copy .lead{
  font-size:clamp(18px,1.45vw,22px) !important;
  line-height:1.58 !important;
  max-width:690px !important;
  margin-bottom:0 !important;
}
body.nq-manageddb-stable .service-hero-visual{
  justify-self:end !important;
  align-self:center !important;
  max-width:560px !important;
  width:100% !important;
  margin:0 !important;
  padding:18px !important;
  border-radius:36px !important;
}
body.nq-manageddb-stable .service-hero-visual img{
  display:block !important;
  width:100% !important;
  max-height:410px !important;
  object-fit:contain !important;
}
body.nq-manageddb-stable .hero-actions,
body.nq-manageddb-stable .trust-pills{
  margin-top:22px !important;
}
@media(max-width:1050px){
  body.nq-manageddb-stable .service-hero{padding:62px 0 50px !important;}
  body.nq-manageddb-stable .service-hero-grid{grid-template-columns:1fr !important;gap:34px !important;}
  body.nq-manageddb-stable .service-hero-copy h1{font-size:clamp(42px,10vw,66px) !important;}
  body.nq-manageddb-stable .service-hero-visual{justify-self:start !important;max-width:100% !important;}
  body.nq-manageddb-stable .service-hero-visual img{max-height:360px !important;}
}
/* End Nuvyqo Managed Database HERO STABLE patch */

/* === NUVYQO HERO STANDARD START === */
/*
   Nuvyqo unified hero/banner standard.
   Based on the approved Project Engagement Policy page proportions.
   Goal: disciplined hero typography, balanced banner cards, and no image/text spillover.
*/

body.nuvyqo-hero-standard {
  --nuvyqo-hero-max-title: 74px;
  --nuvyqo-hero-min-title: 38px;
  --nuvyqo-hero-visual-max: 560px;
  --nuvyqo-hero-visual-min-height: 330px;
  --nuvyqo-hero-visual-max-height: 430px;
  --nuvyqo-hero-gap: clamp(36px, 5vw, 76px);
}

body.nuvyqo-hero-standard main > section:first-of-type,
body.nuvyqo-hero-standard :is(.hero, .page-hero, .service-hero, .case-hero, .case-study-hero, .insight-hero, .pricing-hero, .policy-hero, .legal-hero, .project-hero) {
  padding-top: clamp(72px, 8vw, 104px) !important;
  padding-bottom: clamp(56px, 7vw, 92px) !important;
  min-height: auto !important;
  overflow: hidden !important;
}

body.nuvyqo-hero-standard main > section:first-of-type > :is(.container, .wrap, .section-inner, .hero-inner, .hero-grid),
body.nuvyqo-hero-standard :is(.hero-grid, .page-hero-grid, .service-hero-grid, .case-hero-grid, .case-study-hero-grid, .insight-hero-grid, .pricing-hero-grid, .policy-hero-grid, .legal-hero-grid, .project-hero-grid) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(340px, var(--nuvyqo-hero-visual-max)) !important;
  align-items: center !important;
  gap: var(--nuvyqo-hero-gap) !important;
}

body.nuvyqo-hero-standard main > section:first-of-type h1,
body.nuvyqo-hero-standard :is(.hero-title, .page-hero-title, .service-hero-title, .case-hero-title, .case-study-hero-title, .insight-hero-title, .pricing-hero-title, .policy-hero-title, .legal-hero-title, .project-hero-title) {
  font-size: clamp(var(--nuvyqo-hero-min-title), 5.1vw, var(--nuvyqo-hero-max-title)) !important;
  line-height: 0.98 !important;
  letter-spacing: -0.055em !important;
  max-width: 760px !important;
  margin-top: 0 !important;
  margin-bottom: 24px !important;
}

body.nuvyqo-hero-standard main > section:first-of-type :is(.kicker, .eyebrow, .hero-kicker, .service-kicker, .case-kicker, .case-study-kicker, .insight-kicker, .pricing-kicker, .policy-kicker, .legal-kicker, .project-kicker),
body.nuvyqo-hero-standard :is(.kicker, .eyebrow, .hero-kicker, .service-kicker, .case-kicker, .case-study-kicker, .insight-kicker, .pricing-kicker, .policy-kicker, .legal-kicker, .project-kicker) {
  font-size: clamp(13px, 1.05vw, 17px) !important;
  line-height: 1.35 !important;
  letter-spacing: 0.32em !important;
  max-width: 780px !important;
  margin-bottom: 28px !important;
  word-break: normal !important;
  overflow-wrap: anywhere !important;
}

body.nuvyqo-hero-standard main > section:first-of-type :is(.lead, .hero-lead, .service-lead, .case-lead, .case-study-lead, .insight-lead, .pricing-lead, .policy-lead, .legal-lead, .project-lead, p),
body.nuvyqo-hero-standard :is(.hero-lead, .service-lead, .case-lead, .case-study-lead, .insight-lead, .pricing-lead, .policy-lead, .legal-lead, .project-lead) {
  max-width: 760px !important;
}

body.nuvyqo-hero-standard main > section:first-of-type :is(.hero-visual, .page-visual, .service-visual, .case-visual, .case-study-visual, .insight-visual, .pricing-visual, .policy-visual, .legal-visual, .project-visual, .visual-card, .hero-card, .banner-card),
body.nuvyqo-hero-standard :is(.hero-visual, .page-visual, .service-visual, .case-visual, .case-study-visual, .insight-visual, .pricing-visual, .policy-visual, .legal-visual, .project-visual, .visual-card, .hero-card, .banner-card) {
  width: 100% !important;
  max-width: var(--nuvyqo-hero-visual-max) !important;
  min-height: var(--nuvyqo-hero-visual-min-height) !important;
  max-height: var(--nuvyqo-hero-visual-max-height) !important;
  aspect-ratio: 1.24 / 1 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

body.nuvyqo-hero-standard main > section:first-of-type :is(.hero-visual, .page-visual, .service-visual, .case-visual, .case-study-visual, .insight-visual, .pricing-visual, .policy-visual, .legal-visual, .project-visual, .visual-card, .hero-card, .banner-card) :is(img, svg, picture),
body.nuvyqo-hero-standard :is(.hero-visual, .page-visual, .service-visual, .case-visual, .case-study-visual, .insight-visual, .pricing-visual, .policy-visual, .legal-visual, .project-visual, .visual-card, .hero-card, .banner-card) :is(img, svg, picture) {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block !important;
}

body.nuvyqo-hero-standard main > section:first-of-type img[src*="/assets/img/"],
body.nuvyqo-hero-standard main > section:first-of-type img[src*="assets/img/"] {
  object-fit: contain !important;
  object-position: center center !important;
}

@media (max-width: 1100px) {
  body.nuvyqo-hero-standard {
    --nuvyqo-hero-max-title: 66px;
    --nuvyqo-hero-visual-max: 500px;
    --nuvyqo-hero-visual-min-height: 300px;
  }
}

@media (max-width: 900px) {
  body.nuvyqo-hero-standard main > section:first-of-type > :is(.container, .wrap, .section-inner, .hero-inner, .hero-grid),
  body.nuvyqo-hero-standard :is(.hero-grid, .page-hero-grid, .service-hero-grid, .case-hero-grid, .case-study-hero-grid, .insight-hero-grid, .pricing-hero-grid, .policy-hero-grid, .legal-hero-grid, .project-hero-grid) {
    grid-template-columns: 1fr !important;
    gap: 36px !important;
  }

  body.nuvyqo-hero-standard main > section:first-of-type h1,
  body.nuvyqo-hero-standard :is(.hero-title, .page-hero-title, .service-hero-title, .case-hero-title, .case-study-hero-title, .insight-hero-title, .pricing-hero-title, .policy-hero-title, .legal-hero-title, .project-hero-title) {
    font-size: clamp(40px, 10vw, 62px) !important;
    max-width: 100% !important;
  }

  body.nuvyqo-hero-standard main > section:first-of-type :is(.hero-visual, .page-visual, .service-visual, .case-visual, .case-study-visual, .insight-visual, .pricing-visual, .policy-visual, .legal-visual, .project-visual, .visual-card, .hero-card, .banner-card),
  body.nuvyqo-hero-standard :is(.hero-visual, .page-visual, .service-visual, .case-visual, .case-study-visual, .insight-visual, .pricing-visual, .policy-visual, .legal-visual, .project-visual, .visual-card, .hero-card, .banner-card) {
    max-width: 100% !important;
    min-height: 260px !important;
  }
}

@media (max-width: 560px) {
  body.nuvyqo-hero-standard main > section:first-of-type,
  body.nuvyqo-hero-standard :is(.hero, .page-hero, .service-hero, .case-hero, .case-study-hero, .insight-hero, .pricing-hero, .policy-hero, .legal-hero, .project-hero) {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  body.nuvyqo-hero-standard main > section:first-of-type h1,
  body.nuvyqo-hero-standard :is(.hero-title, .page-hero-title, .service-hero-title, .case-hero-title, .case-study-hero-title, .insight-hero-title, .pricing-hero-title, .policy-hero-title, .legal-hero-title, .project-hero-title) {
    font-size: clamp(34px, 12vw, 52px) !important;
  }

  body.nuvyqo-hero-standard main > section:first-of-type :is(.hero-visual, .page-visual, .service-visual, .case-visual, .case-study-visual, .insight-visual, .pricing-visual, .policy-visual, .legal-visual, .project-visual, .visual-card, .hero-card, .banner-card),
  body.nuvyqo-hero-standard :is(.hero-visual, .page-visual, .service-visual, .case-visual, .case-study-visual, .insight-visual, .pricing-visual, .policy-visual, .legal-visual, .project-visual, .visual-card, .hero-card, .banner-card) {
    min-height: 220px !important;
    aspect-ratio: 1.1 / 1 !important;
  }
}
/* === NUVYQO HERO STANDARD END === */
