:root {
  --nw-blue: #2495de;
  --nw-blue-dark: #1284ca;
  --nw-sky: #fff;
  --nw-navy: #071a2b;
  --nw-ink: #172433;
  --nw-canvas: #f5f8fc;
  --nw-muted: #607386;
  --nw-border: #dce7f0;
  --nw-white: #fff;
  --nw-radius: 14px;
  --nw-shadow: 0 26px 70px rgba(7, 26, 43, .12);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: #fff; color: var(--nw-ink); font-family: "Segoe UI", Arial, Helvetica, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
svg { width: 1.25em; height: 1.25em; }
::selection { color: #fff; background: var(--nw-blue); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px, 1px, 1px, 1px); white-space: nowrap; }
.screen-reader-text:focus { width: auto; height: auto; top: 14px; left: 14px; z-index: 9999; clip: auto; padding: 12px 16px; border-radius: 8px; background: var(--nw-navy); color: #fff; }
.site-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section-block { padding: 112px 0; }
.kicker { display: inline-block; margin-bottom: 16px; color: var(--nw-blue); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
.kicker.light { color: #79d3ff; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 12px 21px; border: 1px solid transparent; border-radius: 9px; cursor: pointer; font-size: 14px; font-weight: 760; line-height: 1; transition: transform .2s, background-color .2s, border-color .2s, color .2s; }
.button:hover { transform: translateY(-1px); }
.button-primary { background: var(--nw-blue); color: #fff; box-shadow: 0 10px 25px rgba(36, 149, 222, .22); }
.button-primary:hover { background: var(--nw-blue-dark); color: #fff; }
.button-outline { border-color: #aec2d2; background: rgba(255, 255, 255, .7); color: var(--nw-navy); }
.button-outline:hover { border-color: var(--nw-blue); background: #fff; color: var(--nw-blue); }
.button-white { background: #fff; color: var(--nw-navy); }
.button-white:hover { background: #e9f6ff; color: var(--nw-navy); }
.button-whatsapp, .button-on-dark { border-color: rgba(255, 255, 255, .45); background: transparent; color: #fff; }
.button-whatsapp:hover, .button-on-dark:hover { border-color: #fff; background: rgba(255, 255, 255, .1); color: #fff; }
.text-link, .card-link, .footer-link { display: inline-flex; align-items: center; gap: 8px; color: var(--nw-blue); font-size: 13px; font-weight: 800; }
.text-link svg, .card-link svg, .footer-link svg { width: 16px; transition: transform .2s; }
.text-link:hover svg, .service-card:hover .card-link svg { transform: translateX(4px); }

.site-header { position: sticky; top: 0; z-index: 100; border-bottom: 1px solid rgba(7, 26, 43, .08); background: rgba(255, 255, 255, .94); backdrop-filter: blur(16px); }
.admin-bar .site-header { top: 32px; }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand-logo { width: 190px; margin-right: auto; flex: 0 0 auto; }
.brand-logo .custom-logo-link { display: block; }
.brand-logo img, .brand-logo .custom-logo { width: 100%; max-height: 58px; object-fit: contain; object-position: left center; }
.desktop-nav { align-self: stretch; }
.desktop-nav .menu { height: 100%; display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.desktop-nav li { position: relative; }
.desktop-nav .menu > li { height: 100%; display: flex; align-items: center; }
.desktop-nav a { position: relative; display: block; padding: 29px 0; color: #324456; font-size: 14px; font-weight: 700; line-height: 1.4; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; bottom: 21px; width: 0; height: 2px; background: var(--nw-blue); transition: width .25s; }
.desktop-nav a:hover::after, .desktop-nav .current-menu-item > a::after, .desktop-nav a:focus-visible::after { width: 100%; }
.desktop-nav .menu > .menu-item-has-children > a { padding-right: 17px; }
.desktop-nav .menu > .menu-item-has-children > a::before { content: ""; position: absolute; right: 1px; top: 50%; width: 6px; height: 6px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-70%) rotate(45deg); transition: transform .2s; }
.desktop-nav .menu > .menu-item-has-children:hover > a::before, .desktop-nav .menu > .menu-item-has-children:focus-within > a::before { transform: translateY(-30%) rotate(225deg); }
.desktop-nav .sub-menu { position: absolute; top: calc(100% - 8px); left: -22px; z-index: 110; width: 270px; display: grid; gap: 2px; margin: 0; padding: 10px; border: 1px solid rgba(7, 26, 43, .1); border-radius: 12px; background: rgba(255, 255, 255, .98); box-shadow: 0 22px 50px rgba(7, 26, 43, .16); list-style: none; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(8px); transition: opacity .2s, visibility .2s, transform .2s; }
.desktop-nav .menu > li:last-child > .sub-menu { right: -18px; left: auto; }
.desktop-nav .menu > li:hover > .sub-menu, .desktop-nav .menu > li:focus-within > .sub-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.desktop-nav .sub-menu li { display: block; }
.desktop-nav .sub-menu a { padding: 11px 12px; border-radius: 7px; color: #405466; font-size: 13px; line-height: 1.4; transition: background-color .2s, color .2s; }
.desktop-nav .sub-menu a::after { display: none; }
.desktop-nav .sub-menu a:hover, .desktop-nav .sub-menu a:focus-visible, .desktop-nav .sub-menu .current-menu-item > a { background: #edf8ff; color: var(--nw-blue-dark); }
.header-cta { flex: 0 0 auto; }
.mobile-menu-toggle { display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--nw-border); border-radius: 9px; background: #fff; color: var(--nw-navy); }
.mobile-menu-toggle .icon-close { display: none; }
.mobile-menu-toggle[aria-expanded="true"] .icon-open { display: none; }
.mobile-menu-toggle[aria-expanded="true"] .icon-close { display: inline-flex; }
.mobile-navigation { position: fixed; inset: 82px 0 0; z-index: 99; overflow-y: auto; padding: 26px 0 40px; background: #fff; }
.admin-bar .mobile-navigation { top: 114px; }
.mobile-navigation .menu { margin: 0; padding: 0; list-style: none; }
.mobile-navigation a { display: flex; padding: 18px 4px; border-bottom: 1px solid var(--nw-border); color: var(--nw-navy); font-size: 20px; font-weight: 750; }
.mobile-contact { display: grid; gap: 8px; margin-top: 32px; color: var(--nw-blue); font-weight: 700; }

.hero-section { position: relative; overflow: hidden; min-height: 720px; padding: 92px 0 90px; background: linear-gradient(115deg, #f7fbff 0%, #edf7ff 54%, #f8fbfd 100%); }
.hero-grid { position: absolute; inset: 0; pointer-events: none; opacity: .44; background-image: linear-gradient(rgba(36, 149, 222, .08) 1px, transparent 1px), linear-gradient(90deg, rgba(36, 149, 222, .08) 1px, transparent 1px); background-size: 48px 48px; -webkit-mask-image: linear-gradient(to bottom, #000, transparent 90%); mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 70px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 26px; padding: 9px 13px; border: 1px solid rgba(36, 149, 222, .22); border-radius: 999px; background: rgba(255, 255, 255, .75); color: #0d75b7; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.hero-copy h1 { max-width: 630px; margin: 0; color: var(--nw-navy); font-size: clamp(48px, 5.2vw, 72px); font-weight: 790; letter-spacing: -.055em; line-height: 1.03; }
.hero-copy h1 span { position: relative; color: var(--nw-blue); }
.hero-copy h1 span::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 8px; z-index: -1; border-radius: 9px; background: rgba(99, 199, 255, .35); transform: rotate(-1deg); }
.hero-copy > p { max-width: 610px; margin: 28px 0 32px; color: #506477; font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 24px; color: #536779; font-size: 13px; font-weight: 650; }
.hero-assurances span { display: flex; align-items: center; gap: 7px; }
.hero-assurances svg { width: 17px; color: var(--nw-blue); }
.hero-showcase { position: relative; padding: 38px 0 54px; }
.showcase-glow { position: absolute; width: 450px; height: 450px; top: 0; right: 0; border-radius: 50%; background: radial-gradient(circle, rgba(36, 149, 222, .28), transparent 66%); filter: blur(20px); }
.browser-frame { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(7, 26, 43, .18); border-radius: 18px; background: #fff; box-shadow: 0 35px 80px rgba(7, 26, 43, .21); transform: perspective(1200px) rotateY(-5deg) rotateX(2deg); }
.browser-top { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 14px; border-bottom: 1px solid #d8e4ec; background: #f8fbfd; }
.browser-top i { width: 8px; height: 8px; border-radius: 50%; background: #cad6df; }
.browser-top i:first-child { background: #ff7780; }
.browser-top i:nth-child(2) { background: #ffc85c; }
.browser-top i:nth-child(3) { background: #5bd79e; }
.browser-top span { margin-inline: auto; color: #7c8b97; font-size: 10px; letter-spacing: .04em; }
.browser-frame > img { width: 100%; aspect-ratio: 1.54; object-fit: cover; }
.floating-chip { position: absolute; z-index: 3; display: flex; align-items: center; gap: 9px; padding: 13px 16px; border: 1px solid rgba(255, 255, 255, .75); border-radius: 12px; background: rgba(255, 255, 255, .9); box-shadow: 0 15px 35px rgba(7, 26, 43, .16); backdrop-filter: blur(12px); color: var(--nw-navy); font-size: 12px; font-weight: 800; }
.chip-speed { left: -34px; bottom: 27px; }
.chip-seo { right: -20px; top: 15px; }

.trust-strip { border-top: 1px solid rgba(7, 26, 43, .06); border-bottom: 1px solid rgba(7, 26, 43, .08); background: #fff; }
.trust-items { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #68798a; font-size: 13px; font-weight: 700; }
.trust-items strong { color: var(--nw-navy); font-size: 19px; }
.trust-items i { width: 4px; height: 4px; border-radius: 50%; background: var(--nw-blue); }

.section-heading { margin-bottom: 54px; }
.section-heading h2 { max-width: 720px; margin: 0; color: var(--nw-navy); font-size: clamp(38px, 4vw, 54px); font-weight: 770; letter-spacing: -.042em; line-height: 1.08; }
.home.nextweb-agency #primary h2 { color: var(--nw-blue) !important; }
.home.nextweb-agency #primary .section-dark h2, .home.nextweb-agency #primary .portfolio-home h2 { color: var(--nw-sky) !important; }
.home.nextweb-agency #primary .cta-card h2 { color: var(--nw-white) !important; }
.split-heading { display: flex; justify-content: space-between; align-items: end; gap: 60px; }
.split-heading > p { max-width: 430px; margin: 0 0 4px; color: #637587; font-size: 16px; line-height: 1.75; }
.centered { text-align: center; }
.centered h2 { margin-inline: auto; }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--nw-border); border-left: 1px solid var(--nw-border); }
.service-card { position: relative; min-height: 340px; padding: 38px; border-right: 1px solid var(--nw-border); border-bottom: 1px solid var(--nw-border); background: #fff; transition: background .25s, transform .25s, box-shadow .25s; }
.service-card:hover { z-index: 2; background: #f5faff; box-shadow: var(--nw-shadow); transform: translateY(-4px); }
.service-number { position: absolute; top: 28px; right: 30px; color: #aebcca; font-size: 12px; font-weight: 800; letter-spacing: .13em; }
.icon-box { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 32px; border: 1px solid rgba(36, 149, 222, .2); border-radius: 13px; background: #edf8ff; color: var(--nw-blue); }
.icon-box svg { width: 23px; }
.service-card h3 { margin: 0 0 14px; color: var(--nw-navy); font-size: 22px; letter-spacing: -.02em; }
.service-card p { margin: 0; color: #637587; line-height: 1.7; }
.card-link { margin-top: 28px; }

.section-dark { position: relative; overflow: hidden; padding: 112px 0; background: var(--nw-navy); color: #fff; }
.section-dark::before { content: ""; position: absolute; right: -140px; top: -220px; width: 600px; height: 600px; border: 1px solid rgba(99, 199, 255, .1); border-radius: 50%; box-shadow: 0 0 0 90px rgba(99, 199, 255, .035), 0 0 0 180px rgba(99, 199, 255, .025); }
.dark-layout { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 100px; }
.dark-copy h2 { margin: 0; font-size: clamp(40px, 4vw, 58px); letter-spacing: -.045em; line-height: 1.05; }
.dark-copy p { margin: 26px 0 34px; color: #9fb2c3; font-size: 17px; line-height: 1.75; }
.benefit-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid rgba(255, 255, 255, .13); border-left: 1px solid rgba(255, 255, 255, .13); }
.benefit { position: relative; min-height: 155px; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; border-right: 1px solid rgba(255, 255, 255, .13); border-bottom: 1px solid rgba(255, 255, 255, .13); }
.benefit > span { position: absolute; top: 18px; right: 20px; color: #496072; font-size: 11px; font-weight: 800; }
.benefit svg { width: 20px; margin-bottom: 12px; color: var(--nw-sky); }
.benefit p { margin: 0; color: #e4edf4; font-size: 14px; font-weight: 700; }

.process-section { background: var(--nw-canvas); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.process-card { min-height: 245px; padding: 34px 26px; border-left: 1px solid #cad8e4; }
.process-card:last-child { border-right: 1px solid #cad8e4; }
.process-card > span { display: inline-block; margin-bottom: 55px; color: var(--nw-blue); font-size: 12px; font-weight: 800; }
.process-card h3 { margin: 0 0 12px; color: var(--nw-navy); font-size: 19px; }
.process-card p { margin: 0; color: #68798a; font-size: 14px; line-height: 1.7; }

.portfolio-home { padding: 112px 0 118px; background: #0a2237; color: #fff; }
.light-heading h2 { color: #fff; }
.featured-projects { display: grid; grid-template-columns: repeat(12, 1fr); gap: 32px; }
.project-card { grid-column: span 6; }
.project-card.is-featured { grid-column: span 12; }
.project-image { position: relative; overflow: hidden; display: block; border-radius: 5px; background: #eef3f7; }
.project-image img { width: 100%; aspect-ratio: 1.54; object-fit: cover; transition: transform .55s; }
.project-card.is-featured .project-image img { aspect-ratio: 2.08; }
.project-image:hover img { transform: scale(1.025); }
.project-open { position: absolute; right: 18px; bottom: 18px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: #fff; color: var(--nw-navy); opacity: 0; transform: translateY(10px); transition: .25s; }
.project-image:hover .project-open { opacity: 1; transform: translateY(0); }
.project-meta { display: flex; justify-content: space-between; gap: 14px; margin-top: 20px; color: #75cfff; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.project-card h3 { margin: 9px 0 8px; font-size: 25px; letter-spacing: -.025em; }
.project-card p { max-width: 680px; margin: 0; color: #9fb2c3; font-size: 14px; line-height: 1.65; }

.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 110px; }
.faq-intro h2 { margin: 0 0 22px; color: var(--nw-navy); font-size: 48px; letter-spacing: -.04em; line-height: 1.06; }
.faq-intro p { color: #68798a; line-height: 1.75; }
.faq-list { border-top: 1px solid var(--nw-border); }
.faq-item { border-bottom: 1px solid var(--nw-border); }
.faq-item summary { position: relative; padding: 22px 34px 22px 0; cursor: pointer; color: var(--nw-navy); font-size: 16px; font-weight: 750; list-style: none; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 3px; top: 20px; color: var(--nw-blue); font-size: 22px; font-weight: 400; }
.faq-item[open] summary::after { content: "−"; }
.faq-answer { padding: 0 42px 18px 0; color: #647689; font-size: 15px; line-height: 1.75; }
.faq-answer p { margin: 0; }

.cta-section { padding: 0 0 86px; background: #fff; }
.cta-card { position: relative; overflow: hidden; min-height: 310px; display: flex; align-items: center; justify-content: space-between; gap: 70px; padding: 64px 68px; border-radius: 22px; background: linear-gradient(125deg, #2495de, #0d79be); color: #fff; box-shadow: 0 26px 70px rgba(36, 149, 222, .2); }
.cta-card::after { content: ""; position: absolute; right: -110px; bottom: -220px; width: 450px; height: 450px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255, 255, 255, .05), 0 0 0 140px rgba(255, 255, 255, .035); }
.cta-card > * { position: relative; z-index: 1; }
.cta-card h2 { max-width: 760px; margin: 0; font-size: clamp(36px, 4vw, 53px); letter-spacing: -.045em; line-height: 1.05; }
.cta-actions { min-width: 220px; display: grid; gap: 12px; }

.page-hero, .simple-hero { position: relative; overflow: hidden; padding: 105px 0 100px; background: linear-gradient(115deg, #f6fbff, #eaf6ff); }
.page-hero-inner { position: relative; z-index: 1; }
.page-hero h1, .simple-hero h1 { max-width: 840px; margin: 0; color: var(--nw-navy); font-size: clamp(48px, 5vw, 70px); letter-spacing: -.055em; line-height: 1.02; }
.page-hero p { max-width: 700px; margin: 26px 0 32px; color: #5a6f82; font-size: 18px; line-height: 1.7; }
.portfolio-page-hero h1 { max-width: 950px; }
.service-details { border-top: 1px solid var(--nw-border); }
.service-detail { scroll-margin-top: 100px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; padding: 78px 0; border-bottom: 1px solid var(--nw-border); }
.service-detail-title { position: relative; }
.service-detail-title > span { position: absolute; right: 0; top: 0; color: #a8b8c6; font-size: 12px; font-weight: 800; }
.service-detail-title h2 { max-width: 520px; margin: 0 0 18px; color: var(--nw-navy); font-size: 38px; letter-spacing: -.035em; line-height: 1.08; }
.service-detail-title p, .service-detail-body > p { color: #657789; line-height: 1.75; }
.service-detail-body h3 { margin: 0 0 10px; color: var(--nw-navy); font-size: 16px; }
.service-detail-body h3:nth-of-type(2) { margin-top: 28px; }
.service-detail-body ul { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 24px; margin: 16px 0 0; padding: 0; list-style: none; }
.service-detail-body li { display: flex; align-items: center; gap: 9px; color: #405466; font-size: 14px; }
.service-detail-body li svg { width: 16px; color: var(--nw-blue); }
.service-detail-body .text-link { margin-top: 28px; }

.portfolio-filter { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 45px; }
.filter-button { display: inline-flex; padding: 9px 17px; border: 1px solid var(--nw-border); border-radius: 999px; color: #405466; font-size: 13px; font-weight: 750; }
.filter-button:hover, .filter-button.is-active { border-color: var(--nw-blue); background: var(--nw-blue); color: #fff; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 62px 34px; }
.portfolio-item-image { position: relative; overflow: hidden; display: block; border-radius: 5px; background: var(--nw-canvas); }
.portfolio-item-image img { width: 100%; aspect-ratio: 1.54; object-fit: cover; transition: transform .45s; }
.portfolio-item-image:hover img { transform: scale(1.025); }
.portfolio-item-image > span { position: absolute; right: 16px; bottom: 16px; width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--nw-blue); color: #fff; }
.portfolio-item .project-meta { color: var(--nw-blue); }
.portfolio-item h2 { margin: 10px 0 8px; color: var(--nw-navy); font-size: 28px; letter-spacing: -.03em; }
.portfolio-item p { margin: 0; color: #657789; line-height: 1.7; }
.portfolio-item .text-link { margin-top: 22px; }
.navigation.pagination { margin: 55px auto 0; }
.nav-links { display: flex; justify-content: center; gap: 7px; }
.page-numbers { min-width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--nw-border); border-radius: 7px; }
.page-numbers.current, .page-numbers:hover { border-color: var(--nw-blue); background: var(--nw-blue); color: #fff; }
.empty-state { padding: 70px; text-align: center; border: 1px solid var(--nw-border); background: var(--nw-canvas); }

.project-hero { position: relative; overflow: hidden; padding: 100px 0 80px; background: linear-gradient(115deg, #f6fbff, #eaf6ff); }
.project-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: end; }
.project-hero h1 { max-width: 720px; margin: 0; color: var(--nw-navy); font-size: clamp(48px, 5vw, 70px); letter-spacing: -.05em; line-height: 1.02; }
.project-hero p { max-width: 680px; margin: 24px 0 30px; color: #5d7184; font-size: 17px; line-height: 1.75; }
.project-facts { display: grid; grid-template-columns: 1fr 1fr; margin: 0; border-top: 1px solid #cbdce8; border-left: 1px solid #cbdce8; }
.project-facts div { padding: 20px; border-right: 1px solid #cbdce8; border-bottom: 1px solid #cbdce8; }
.project-facts dt { margin-bottom: 5px; color: #7b8c99; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.project-facts dd { margin: 0; color: var(--nw-navy); font-size: 14px; font-weight: 700; }
.project-cover { margin-top: 70px; }
.project-cover img { width: 100%; border-radius: 8px; box-shadow: var(--nw-shadow); }
.project-content { padding-top: 80px; padding-bottom: 100px; }
.project-gallery { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 50px; }
.project-gallery img { width: 100%; aspect-ratio: 1.4; object-fit: cover; }
.related-projects { background: var(--nw-canvas); }

.contact-page { position: relative; overflow: hidden; padding: 95px 0 110px; background: linear-gradient(115deg, #f8fbfd, #ecf7ff); }
.contact-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.contact-copy { position: sticky; top: 125px; }
.admin-bar .contact-copy { top: 157px; }
.contact-copy h1 { max-width: 540px; margin: 0; color: var(--nw-navy); font-size: clamp(46px, 5vw, 65px); letter-spacing: -.05em; line-height: 1.02; }
.contact-copy > p { max-width: 560px; margin: 25px 0 38px; color: #5c7183; font-size: 17px; line-height: 1.75; }
.contact-options { display: grid; gap: 12px; }
.contact-options > a, .contact-location { display: flex; align-items: center; gap: 14px; padding: 15px 0; border-bottom: 1px solid #cfdfeb; }
.contact-options > * > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; background: #e2f3ff; color: var(--nw-blue); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.contact-options svg { width: 19px; }
.contact-options small { display: block; margin-bottom: 3px; color: #7b8c99; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.contact-options strong { color: var(--nw-navy); font-size: 15px; }
.response-note { margin-top: 30px; padding: 22px; border-left: 3px solid var(--nw-blue); background: rgba(255, 255, 255, .65); }
.response-note strong { color: var(--nw-navy); }
.response-note p { margin: 7px 0 0; color: #647789; font-size: 13px; line-height: 1.65; }
.contact-form { display: grid; gap: 22px; padding: 45px; border: 1px solid #d8e6f0; border-radius: 18px; background: #fff; box-shadow: var(--nw-shadow); }
.form-heading span { color: var(--nw-blue); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.form-heading h2 { margin: 7px 0 5px; color: var(--nw-navy); font-size: 34px; letter-spacing: -.035em; }
.form-heading p { margin: 0; color: #7c8c99; font-size: 13px; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-form label, .nextweb-cf7 label { display: grid; gap: 8px; color: #405466; font-size: 13px; font-weight: 700; }
.contact-form input:not([type="checkbox"]), .contact-form select, .contact-form textarea, .nextweb-cf7 input:not([type="submit"]):not([type="checkbox"]), .nextweb-cf7 select, .nextweb-cf7 textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #cfdce7; border-radius: 8px; background: #fbfdff; color: var(--nw-navy); outline: none; transition: border-color .2s, box-shadow .2s; }
.contact-form textarea, .nextweb-cf7 textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus, .nextweb-cf7 input:focus, .nextweb-cf7 select:focus, .nextweb-cf7 textarea:focus { border-color: var(--nw-blue); box-shadow: 0 0 0 3px rgba(36, 149, 222, .13); }
.consent { grid-template-columns: auto 1fr !important; align-items: start; gap: 10px !important; color: #68798a !important; font-size: 12px !important; line-height: 1.55; }
.consent input { margin-top: 4px; }
.form-submit { justify-self: start; }
.form-note { margin-top: -12px; color: #8997a3; }
.nextweb-cf7 .wpcf7-form { display: grid; gap: 18px; }
.nextweb-cf7 .wpcf7-form p, .nextweb-cf7 .form-grid > p, .nextweb-cf7 .form-submit > p, .nextweb-cf7 .consent > p { margin: 0; }
.nextweb-cf7 .wpcf7-form br { display: none; }
.nextweb-cf7 .wpcf7-form-control-wrap { display: block; }
.nextweb-cf7 .form-grid > p { min-width: 0; }
.nextweb-cf7 .wpcf7-submit { min-height: 48px; padding: 12px 22px; border: 0; border-radius: 9px; background: var(--nw-blue); color: #fff; cursor: pointer; font-weight: 750; }
.nextweb-cf7 .consent { display: block; margin-top: 2px; }
.nextweb-cf7 .consent .wpcf7-list-item { margin: 0; }
.nextweb-cf7 .consent label { display: flex; align-items: flex-start; gap: 10px; color: #68798a; font-size: 12px; font-weight: 500; line-height: 1.55; }
.nextweb-cf7 .consent input { flex: 0 0 auto; margin: 3px 0 0; }
.nextweb-cf7 .form-submit { min-height: 48px; display: flex; align-items: center; }
.nextweb-cf7 .form-submit .wpcf7-spinner { align-self: center; margin: 0 0 0 12px; }
.nextweb-cf7 .form-note { display: block; margin-top: -4px; color: #8997a3; font-size: 11px; line-height: 1.5; }

.simple-hero { padding: 90px 0; }
.content-page, .article-content { max-width: 840px; padding-top: 80px; padding-bottom: 100px; }
.entry-content { color: #405466; font-size: 17px; line-height: 1.8; }
.entry-content h2, .entry-content h3, .entry-content h4 { color: var(--nw-navy); letter-spacing: -.025em; line-height: 1.2; }
.entry-content h2 { margin-top: 1.8em; font-size: 34px; }
.entry-content h3 { margin-top: 1.6em; font-size: 25px; }
.entry-content a { color: var(--nw-blue); text-decoration: underline; text-underline-offset: 3px; }
.entry-content img { border-radius: 6px; }
.article-cover { margin-bottom: 50px; }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.post-card { overflow: hidden; border: 1px solid var(--nw-border); background: #fff; }
.post-card-image { display: block; overflow: hidden; }
.post-card-image img { width: 100%; aspect-ratio: 1.55; object-fit: cover; transition: transform .35s; }
.post-card:hover .post-card-image img { transform: scale(1.03); }
.post-card-content { padding: 26px; }
.post-card-content small { color: var(--nw-blue); font-weight: 700; }
.post-card-content h2 { margin: 10px 0; color: var(--nw-navy); font-size: 22px; }
.post-card-content p { color: #657789; font-size: 14px; }
.not-found { min-height: 72vh; display: grid; place-items: center; padding: 100px 0; text-align: center; background: var(--nw-canvas); }
.not-found span { color: var(--nw-blue); font-size: 80px; font-weight: 850; }
.not-found h1 { margin: 0; color: var(--nw-navy); font-size: 46px; }
.not-found p { margin: 16px 0 28px; color: #657789; }

.footer { padding-top: 75px; background: #061725; color: #a8b8c6; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .9fr 1.1fr; gap: 60px; padding-bottom: 60px; }
.footer h2, .home .footer h2 { margin: 0 0 22px; color: #fff !important; font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }
.footer ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; font-size: 13px; }
.nextweb-agency .footer a, .nextweb-agency .footer .footer-link { color: #fff !important; }
.nextweb-agency .footer a:hover, .nextweb-agency .footer a:focus-visible { color: var(--nw-sky) !important; }
.footer-brand img { width: 210px; padding: 9px 12px; border-radius: 8px; background: #fff; }
.footer-brand p { max-width: 330px; margin: 22px 0; font-size: 14px; line-height: 1.7; }
.social-links { display: flex; gap: 9px; }
.social-links a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(255, 255, 255, .16); border-radius: 50%; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.footer-contact li { display: flex; align-items: center; gap: 10px; }
.footer-contact li svg { width: 15px; color: var(--nw-sky); }
.footer-link { margin-top: 22px; color: var(--nw-sky); }
.footer-bottom { min-height: 68px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255, 255, 255, .1); font-size: 12px; }

@media (max-width: 1050px) {
  .site-shell { width: min(calc(100% - 40px), 940px); }
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .mobile-menu-toggle { display: inline-flex; }
  .hero-layout { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { max-width: 780px; }
  .hero-showcase { width: min(820px, 100%); margin-inline: auto; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .dark-layout { grid-template-columns: 1fr; gap: 60px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .process-card:nth-child(2) { border-right: 1px solid #cad8e4; }
  .faq-layout { gap: 60px; }
  .contact-layout, .project-hero-grid { grid-template-columns: 1fr; }
  .contact-copy { position: static; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .footer-contact { grid-column: 2 / 4; }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .admin-bar .mobile-navigation { top: 116px; }
}

@media (max-width: 760px) {
  .site-shell { width: min(calc(100% - 32px), 620px); }
  .section-block, .section-dark, .portfolio-home { padding: 78px 0; }
  .header-inner { min-height: 70px; gap: 10px; }
  .brand-logo { width: 165px; }
  .header-cta { display: none; }
  .mobile-navigation { top: 70px; }
  .hero-section { min-height: 0; padding: 65px 0 70px; }
  .hero-copy h1 { font-size: clamp(42px, 12vw, 58px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .browser-frame { transform: none; border-radius: 11px; }
  .browser-top { height: 32px; }
  .floating-chip { display: none; }
  .trust-items { min-height: 70px; justify-content: flex-start; overflow-x: auto; white-space: nowrap; }
  .split-heading { display: block; }
  .split-heading > p { margin-top: 24px; }
  .section-heading h2 { font-size: 38px; }
  .services-grid, .benefit-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 285px; }
  .benefit { min-height: 130px; }
  .process-card, .process-card:nth-child(2), .process-card:last-child { border-right: 1px solid #cad8e4; }
  .project-card, .project-card.is-featured { grid-column: span 12; }
  .project-card.is-featured .project-image img, .project-image img { aspect-ratio: 1.54; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .faq-intro h2 { font-size: 38px; }
  .cta-section { padding-bottom: 55px; }
  .cta-card { min-height: 0; display: block; padding: 46px 28px; border-radius: 16px; }
  .cta-card h2 { font-size: 37px; }
  .cta-actions { margin-top: 30px; }
  .page-hero, .simple-hero { padding: 75px 0 72px; }
  .page-hero h1, .simple-hero h1 { font-size: 46px; }
  .service-detail { grid-template-columns: 1fr; gap: 30px; padding: 60px 0; }
  .service-detail-body ul { grid-template-columns: 1fr; }
  .portfolio-grid, .posts-grid { grid-template-columns: 1fr; gap: 50px; }
  .contact-page { padding: 70px 0; }
  .contact-form { padding: 28px 20px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-submit { width: 100%; }
  .project-facts { grid-template-columns: 1fr; }
  .project-gallery { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 25px; }
  .footer-brand, .footer-contact { grid-column: 1 / 3; }
  .footer-bottom { min-height: 82px; flex-direction: column; justify-content: center; align-items: flex-start; gap: 6px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
