:root {
    --navy-950: #041536;
    --navy-900: #071f52;
    --navy-800: #0a2a6a;
    --blue-700: #1247bd;
    --blue-600: #1f5fe0;
    --blue-500: #3277f4;
    --green-600: #08a957;
    --green-500: #0ecb6b;
    --green-400: #3fe28a;
    --cyan-400: #49d4ff;
    --yellow-400: #ffd447;
    --ink: #0c1935;
    --text: #475569;
    --muted: #6b7a90;
    --line: #dfe7f2;
    --surface: #f5f8fc;
    --white: #fff;
    --shadow-sm: 0 10px 30px rgba(7, 31, 82, .08);
    --shadow-md: 0 22px 65px rgba(7, 31, 82, .14);
    --shadow-lg: 0 34px 90px rgba(2, 18, 52, .22);
    --radius-sm: 12px;
    --radius-md: 20px;
    --radius-lg: 30px;
    --wrap: 1200px;
    --font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 105px; }
body { margin: 0; background: var(--white); color: var(--text); font-family: var(--font); font-size: 16px; line-height: 1.76; letter-spacing: -.003em; -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, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 20px; color: var(--ink); font-weight: 780; line-height: 1.17; letter-spacing: -.028em; text-wrap: balance; }
p { margin: 0 0 24px; text-wrap: pretty; }
ul, ol { margin-top: 0; }
::selection { color: var(--navy-950); background: var(--green-400); }
:focus-visible { outline: 3px solid var(--yellow-400); outline-offset: 3px; }
.wrap { width: min(calc(100% - 40px), var(--wrap)); margin-inline: auto; }
.wrap-narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.section { position: relative; padding: 108px 0; }
.sr-only { position: absolute!important; width: 1px!important; height: 1px!important; padding: 0!important; margin: -1px!important; overflow: hidden!important; clip: rect(0,0,0,0)!important; white-space: nowrap!important; border: 0!important; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; padding: 10px 16px; color: var(--ink); background: var(--yellow-400); border-radius: 8px; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; color: var(--blue-600); font-size: 11px; font-weight: 800; letter-spacing: .13em; line-height: 1.45; text-transform: uppercase; }
.eyebrow::before { width: 24px; height: 2px; background: var(--green-500); border-radius: 2px; content: ""; }
.eyebrow-light { color: #a9c9ff; }
.eyebrow-light::before { background: var(--green-400); }
.section-heading { margin-bottom: 58px; }
.section-heading h2 { max-width: 960px; font-size: clamp(30px, 3vw, 42px); line-height: 1.2; }
.section-heading > p { max-width: 860px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.split-heading { display: grid; grid-template-columns: 1.1fr .75fr; align-items: end; gap: 78px; }
.split-heading h2, .split-heading p { margin-bottom: 0; }
.centered { max-width: 1000px; margin-right: auto; margin-left: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered h2, .centered > p { margin-right: auto; margin-left: auto; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; gap: 11px; padding: 13px 23px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 800; letter-spacing: .01em; line-height: 1; transition: transform .25s, box-shadow .25s, background .25s, border-color .25s, color .25s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy-950); background: linear-gradient(135deg, var(--green-400), var(--green-500)); box-shadow: 0 12px 32px rgba(14, 203, 107, .25); }
.button-primary:hover { background: linear-gradient(135deg, #64efa2, var(--green-500)); box-shadow: 0 16px 36px rgba(14, 203, 107, .36); }
.button-light { color: var(--navy-900); background: var(--white); box-shadow: var(--shadow-sm); }
.button-light:hover { color: var(--blue-700); }
.button-ghost-light { color: var(--white); border-color: rgba(255,255,255,.27); background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.button-ghost-light:hover { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.12); }
.button-outline-dark { color: var(--navy-800); border-color: #cbd7e8; background: transparent; }
.button-outline-dark:hover { border-color: var(--blue-600); color: var(--blue-600); }
.button-small { min-height: 44px; padding: 10px 18px; font-size: 13px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--blue-700); font-size: 14px; font-weight: 800; }
.text-link svg { transition: transform .25s; }
.text-link:hover svg { transform: translateX(4px); }

/* Header */
.site-header { position: sticky; z-index: 1000; top: 0; border-bottom: 1px solid rgba(11, 39, 95, .09); background: rgba(255,255,255,.93); backdrop-filter: saturate(150%) blur(14px); transition: box-shadow .25s, background .25s; }
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(6, 25, 64, .1); }
.header-accent { height: 4px; background: linear-gradient(90deg, var(--blue-700) 0 56%, var(--green-500) 56% 77%, var(--yellow-400) 77% 86%, var(--blue-500) 86%); }
.header-inner { display: flex; min-height: 80px; align-items: center; gap: 40px; }
.site-branding { flex: 0 0 auto; }
.brand, .custom-logo-link { display: block; }
.brand img, .custom-logo { width: auto; max-width: 172px; height: 58px; object-fit: contain; }
.primary-navigation { margin-left: auto; }
.primary-menu { display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; list-style: none; }
.primary-menu li { position: relative; }
.primary-menu > li > a { position: relative; display: block; padding: 28px 14px; color: #263b63; font-size: 13px; font-weight: 750; }
.primary-menu > li > a::after { position: absolute; right: 14px; bottom: 20px; left: 14px; height: 2px; background: var(--green-500); border-radius: 2px; content: ""; transform: scaleX(0); transition: transform .22s; }
.primary-menu > li:hover > a, .primary-menu > .current-menu-item > a, .primary-menu > .current-menu-parent > a { color: var(--blue-700); }
.primary-menu > li:hover > a::after, .primary-menu > .current-menu-item > a::after, .primary-menu > .current-menu-parent > a::after { transform: scaleX(1); }
.primary-menu .sub-menu { position: absolute; top: calc(100% - 8px); left: 0; width: 230px; margin: 0; padding: 10px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); box-shadow: var(--shadow-md); list-style: none; opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .2s, transform .2s; }
.primary-menu li:hover > .sub-menu, .primary-menu li:focus-within > .sub-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
.primary-menu .sub-menu a { display: block; padding: 10px 12px; border-radius: 8px; color: var(--text); font-size: 13px; font-weight: 700; }
.primary-menu .sub-menu a:hover { color: var(--blue-700); background: var(--surface); }
.header-actions { display: flex; align-items: center; gap: 13px; }
.client-link { display: inline-flex; align-items: center; gap: 7px; color: var(--navy-800); font-size: 13px; font-weight: 750; }
.client-link:hover { color: var(--blue-600); }
.menu-toggle, .mobile-menu-contact, .mobile-client-shortcut { display: none; }

/* Home hero */
.hero { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 82% 24%, rgba(44, 110, 235, .38), transparent 29%), linear-gradient(124deg, #041638 0%, #072869 52%, #093c93 100%); }
.hero-grid, .inner-hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, transparent, #000 48%, #000); transform: perspective(700px) rotateX(62deg) scale(1.5) translateY(-10%); transform-origin: top; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-orb-one { top: -160px; right: -70px; width: 440px; height: 440px; border: 1px solid rgba(82, 223, 153, .18); }
.hero-orb-two { right: 24%; bottom: -250px; width: 530px; height: 530px; border: 1px solid rgba(73, 212, 255, .12); }
.hero-inner { position: relative; display: grid; min-height: 700px; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 26px; padding-top: 78px; padding-bottom: 126px; }
.hero-copy { position: relative; z-index: 3; }
.hero-copy h1 { max-width: 740px; margin-bottom: 29px; color: var(--white); font-size: clamp(39px, 4vw, 54px); font-weight: 780; line-height: 1.11; letter-spacing: -.034em; }
.hero-lead { max-width: 690px; color: #cfddf5; font-size: 16px; line-height: 1.82; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hero-proof { display: flex; align-items: center; gap: 14px; margin-top: 40px; }
.avatar-stack { display: flex; }
.avatar-stack span { display: grid; width: 34px; height: 34px; place-items: center; margin-left: -7px; border: 2px solid var(--navy-800); border-radius: 50%; color: var(--white); background: var(--blue-500); font-size: 11px; font-weight: 900; }
.avatar-stack span:first-child { margin-left: 0; background: var(--green-600); }
.avatar-stack span:last-child { background: #7c4dff; }
.hero-proof p { margin: 0; color: #aebedb; font-size: 12px; line-height: 1.35; }
.hero-proof strong { color: var(--white); font-size: 13px; }
.hero-visual { position: relative; min-height: 510px; }
.browser-card { position: absolute; z-index: 2; top: 44px; right: -30px; width: 560px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); border-radius: 20px; background: #f5f8fd; box-shadow: var(--shadow-lg); transform: rotateY(-4deg) rotateZ(-1deg); }
.browser-bar { display: flex; height: 42px; align-items: center; gap: 6px; padding: 0 14px; border-bottom: 1px solid #dde5f0; background: #edf2f8; }
.browser-bar > span { width: 8px; height: 8px; border-radius: 50%; background: #ff6b6b; }
.browser-bar > span:nth-child(2) { background: #ffd447; }
.browser-bar > span:nth-child(3) { background: var(--green-500); }
.browser-bar > div { width: 220px; margin-left: 24px; padding: 5px 14px; border-radius: 20px; color: #8290a7; background: var(--white); font-size: 8px; }
.browser-content { display: grid; height: 340px; grid-template-columns: 55px 1fr; }
.mock-sidebar { display: flex; flex-direction: column; align-items: center; gap: 22px; padding-top: 18px; background: var(--navy-900); }
.mock-logo { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 8px; color: var(--navy-900); background: var(--green-400); font-size: 12px; font-weight: 900; }
.mock-sidebar i { width: 17px; height: 3px; border-radius: 2px; background: #6178aa; }
.mock-main { padding: 18px 22px; }
.mock-top { display: flex; height: 24px; align-items: center; justify-content: space-between; }
.mock-top i { width: 110px; height: 5px; border-radius: 4px; background: #dce4ef; }
.mock-top span { width: 24px; height: 24px; border-radius: 50%; background: #e7edf5; }
.mock-hero { position: relative; height: 180px; margin-top: 14px; padding: 28px; overflow: hidden; border-radius: 15px; background: linear-gradient(130deg, #08255c, #155bd5); }
.mock-hero::after { position: absolute; top: -45px; right: -20px; width: 175px; height: 175px; border: 24px solid rgba(67, 226, 143, .22); border-radius: 50%; content: ""; }
.mock-hero small { display: block; color: var(--green-400); font-size: 6px; font-style: normal; font-weight: 900; letter-spacing: .12em; }
.mock-hero strong { display: block; margin-top: 10px; color: var(--white); font-size: 25px; line-height: 1.1; }
.mock-hero em { display: block; width: 64px; height: 18px; margin-top: 17px; border-radius: 12px; background: var(--green-400); }
.mock-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; }
.mock-stats span { padding: 11px 12px; border: 1px solid #e2e9f2; border-radius: 9px; background: var(--white); }
.mock-stats b, .mock-stats small { display: block; }
.mock-stats b { color: var(--navy-900); font-size: 10px; }
.mock-stats small { margin-top: 2px; color: #8b97a9; font-size: 6px; }
.tech-chip { position: absolute; z-index: 4; display: flex; align-items: center; gap: 10px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.45); border-radius: 13px; color: var(--ink); background: rgba(255,255,255,.93); box-shadow: var(--shadow-md); backdrop-filter: blur(8px); }
.tech-chip b { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; color: var(--white); background: var(--blue-600); font-size: 13px; }
.tech-chip span, .tech-chip small { display: block; }
.tech-chip span { font-size: 12px; font-weight: 800; }
.tech-chip small { color: var(--muted); font-size: 8px; font-weight: 500; }
.chip-wordpress { top: 7px; left: 5px; }
.chip-php { right: -5px; bottom: 38px; }
.chip-php b { background: #6857ca; }
.code-panel { position: absolute; z-index: 1; bottom: 1px; left: -23px; width: 210px; padding: 17px 20px; border: 1px solid rgba(255,255,255,.14); border-radius: 15px; color: var(--green-400); background: rgba(2, 15, 42, .78); box-shadow: var(--shadow-md); font-family: ui-monospace, monospace; font-size: 9px; transform: rotate(-3deg); }
.code-panel span, .code-panel i { display: block; }
.code-panel i { width: 72%; height: 4px; margin: 8px 0 8px 15px; border-radius: 3px; background: #23487e; }
.code-panel i:nth-of-type(2) { width: 48%; }
.trust-strip { position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; display: flex; min-height: 72px; align-items: center; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.1); }
.trust-strip p { margin: 0; color: #8ea8d2; font-size: 12px; }
.trust-strip > div { display: flex; gap: 42px; }
.trust-strip span { color: #b8c9e6; font-size: 13px; font-weight: 750; letter-spacing: .02em; }

/* Core sections */
.services-section { background: var(--white); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { position: relative; display: flex; min-height: 475px; flex-direction: column; padding: 34px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 2px 0 rgba(7,31,82,.02); transition: transform .3s, box-shadow .3s, border-color .3s; }
.service-card:hover { border-color: #c7d7ec; box-shadow: var(--shadow-md); transform: translateY(-8px); }
.service-card-featured { color: #bed0ed; border-color: transparent; background: linear-gradient(145deg, var(--navy-950), #0b327c); box-shadow: var(--shadow-md); }
.service-card-featured::after { position: absolute; right: -90px; bottom: -100px; width: 250px; height: 250px; border: 32px solid rgba(63,226,138,.12); border-radius: 50%; content: ""; }
.service-card-featured h3 { color: var(--white); }
.service-card-featured .service-number { color: rgba(255,255,255,.15); }
.service-card-featured .text-link { color: var(--green-400); }
.service-icon { display: grid; width: 54px; height: 54px; place-items: center; margin-bottom: 33px; border-radius: 15px; color: var(--blue-700); background: #eaf1ff; }
.service-card-featured .service-icon { color: var(--navy-950); background: var(--green-400); }
.service-number { position: absolute; top: 35px; right: 34px; margin: 0; color: #e4eaf2; font-size: 27px; font-weight: 900; }
.service-card h3 { font-size: 26px; }
.service-card > p:not(.service-number) { font-size: 15px; }
.service-card ul { margin: 4px 0 28px; padding: 0; list-style: none; }
.service-card li { position: relative; margin: 8px 0; padding-left: 19px; font-size: 13px; font-weight: 650; }
.service-card li::before { position: absolute; top: .72em; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--green-500); content: ""; }
.service-card .text-link { position: relative; z-index: 2; margin-top: auto; }
.results-section { overflow: hidden; background: var(--surface); }
.results-grid { display: grid; grid-template-columns: 1fr .88fr; align-items: center; gap: 100px; }
.results-visual { position: relative; min-height: 520px; }
.dashboard-preview { position: absolute; top: 20px; left: -60px; width: 600px; overflow: hidden; border: 1px solid #dce5f1; border-radius: 20px; background: var(--white); box-shadow: var(--shadow-lg); transform: rotate(-2deg); }
.dash-head { display: flex; height: 48px; align-items: center; gap: 7px; padding: 0 17px; border-bottom: 1px solid #e7edf5; }
.dash-head span { width: 9px; height: 9px; border-radius: 50%; background: var(--green-500); }
.dash-head i { width: 9px; height: 9px; border-radius: 50%; background: #d7deea; }
.dash-body { display: grid; height: 370px; grid-template-columns: 65px 1fr; }
.dash-sidebar { display: flex; flex-direction: column; align-items: center; gap: 24px; padding-top: 27px; background: var(--navy-900); }
.dash-sidebar i { width: 22px; height: 5px; border-radius: 4px; background: #4d679c; }
.dash-content { padding: 30px; }
.dash-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.dash-kpis span { height: 70px; border-radius: 10px; background: linear-gradient(135deg, #eef3fa, #f9fbfd); }
.dash-chart { display: flex; height: 190px; align-items: end; justify-content: space-around; gap: 13px; margin-top: 34px; padding: 20px 25px 0; border-bottom: 1px solid #dce4ef; background: repeating-linear-gradient(to bottom, transparent 0 46px, #edf1f6 47px); }
.dash-chart b { width: 28px; border-radius: 6px 6px 0 0; background: linear-gradient(to top, var(--blue-700), var(--cyan-400)); }
.dash-chart b:nth-child(even) { background: linear-gradient(to top, var(--green-600), var(--green-400)); }
.result-float { position: absolute; z-index: 2; right: -20px; bottom: 28px; display: flex; align-items: center; gap: 13px; padding: 16px 20px; border-radius: 14px; background: var(--white); box-shadow: var(--shadow-md); }
.result-float > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: var(--white); background: var(--blue-600); }
.result-float strong, .result-float small { display: block; }
.result-float strong { color: var(--ink); font-size: 13px; }
.result-float small { color: var(--muted); font-size: 10px; }
.results-copy h2, .included-copy h2, .migration-copy h2, .expertise-copy h2 { font-size: clamp(30px, 3vw, 42px); line-height: 1.2; }
.results-copy > p { font-size: 16px; line-height: 1.8; }
.benefits-list { margin-top: 36px; }
.benefits-list > div { display: grid; grid-template-columns: 48px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.benefits-list > div > span { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 12px; color: var(--blue-700); background: #e7efff; }
.benefits-list h3 { margin: 1px 0 5px; font-size: 16px; letter-spacing: -.01em; }
.benefits-list p { margin: 0; color: var(--muted); font-size: 13px; }
.process-section { background: var(--white); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process-grid::before { position: absolute; top: 48px; right: 11%; left: 11%; border-top: 1px dashed #b8c9e0; content: ""; }
.process-grid article { position: relative; z-index: 1; padding: 0 22px; text-align: center; }
.process-grid article > span { position: absolute; top: -10px; right: 15px; color: #e7ecf4; font-size: 43px; font-weight: 900; }
.process-icon { display: grid; width: 68px; height: 68px; place-items: center; margin: 13px auto 27px; border: 7px solid var(--white); border-radius: 50%; color: var(--white); background: var(--blue-700); box-shadow: 0 0 0 1px #cbd9ec, var(--shadow-sm); }
.process-grid article:nth-child(even) .process-icon { color: var(--navy-950); background: var(--green-400); }
.process-grid h3 { font-size: 18px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; }

/* Pricing */
.hosting-preview-section { color: #c5d2e9; overflow: hidden; background: radial-gradient(circle at 50% -10%, #164cac 0, transparent 38%), var(--navy-950); }
.hosting-preview-section::before, .hosting-benefits-section::before { position: absolute; inset: 0; opacity: .12; background-image: radial-gradient(circle, #fff 1px, transparent 1px); background-size: 24px 24px; content: ""; mask-image: linear-gradient(to bottom, #000, transparent 70%); }
.hosting-preview-section .section-heading { position: relative; }
.hosting-preview-section .section-heading h2 { color: var(--white); }
.hosting-preview-section .section-heading > p { color: #aebed8; }
.pricing-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; align-items: start; }
.price-card { position: relative; padding: 34px; overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: var(--radius-md); color: #cbd6e9; background: rgba(255,255,255,.055); backdrop-filter: blur(12px); transition: transform .3s, border-color .3s, background .3s; }
.price-card:hover { border-color: rgba(63,226,138,.35); background: rgba(255,255,255,.08); transform: translateY(-6px); }
.price-card.is-featured { margin-top: -14px; padding-top: 48px; border-color: var(--green-500); background: var(--white); color: var(--text); box-shadow: 0 30px 65px rgba(0,0,0,.26); }
.price-badge { position: absolute; top: 0; right: 0; left: 0; margin: 0; padding: 7px; color: var(--navy-950); background: linear-gradient(90deg, var(--green-400), var(--green-500)); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.price-card-head { padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.12); }
.price-card.is-featured .price-card-head { border-color: var(--line); }
.price-card-head .eyebrow { margin-bottom: 9px; font-size: 9px; }
.price-card-head h3 { margin-bottom: 4px; color: var(--white); font-size: 26px; }
.price-card.is-featured h3 { color: var(--ink); }
.price-card-head > p:last-child { margin: 0; color: #9eb0cd; font-size: 12px; }
.price-card.is-featured .price-card-head > p:last-child { color: var(--muted); }
.price { display: flex; align-items: flex-start; justify-content: center; gap: 5px; margin: 29px 0 9px; color: var(--white); text-align: center; }
.price-card.is-featured .price { color: var(--navy-900); }
.price small { padding-top: 17px; font-size: 13px; font-weight: 850; line-height: 1; }
.price strong { font-size: clamp(64px, 5vw, 72px); line-height: .9; letter-spacing: -.06em; }
.price-suffix { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; padding-top: 7px; margin-left: 1px; font-size: 11px; font-weight: 800; line-height: 1; }
.price-suffix b { font-size: 11px; font-weight: 850; }
.price-suffix em { font-size: 11px; font-style: normal; white-space: nowrap; }
.price-note { margin: 0 0 24px; color: #8ea2c2; font-size: 10px; line-height: 1.5; text-align: center; }
.price-card.is-featured .price-note { color: var(--muted); }
.feature-list { margin: 0 0 27px; padding: 0; list-style: none; }
.feature-list li { display: flex; align-items: center; gap: 10px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 12px; }
.price-card.is-featured .feature-list li { border-color: var(--line); }
.feature-list svg { flex: 0 0 auto; color: var(--green-400); }
.price-card.is-featured .feature-list svg { color: var(--green-600); }
.price-card .button { width: 100%; }
.price-card:not(.is-featured) .button-outline-dark { color: var(--white); border-color: rgba(255,255,255,.25); }
.hosting-more { position: relative; display: flex; align-items: center; justify-content: center; gap: 24px; margin-top: 43px; }
.hosting-more p { margin: 0; color: var(--white); font-weight: 700; }
.home-pricing-section { padding-top: 104px; }
.hosting-home-visual { min-height: 500px; }
.hosting-home-visual .server-visual { min-height: 500px; }
.hosting-home-visual .rack-left { left: 35px; }
.hosting-home-visual .rack-main { right: 150px; }
.hosting-home-visual .rack-right { right: 0; }
.hosting-home-visual .chip-wordpress { top: 12px; left: 0; }
.hosting-home-visual .chip-php { right: -2px; bottom: 16px; }
.hosting-home-visual .chip-php b { font-size: 9px; }

/* Development as a secondary home offer */
.development-secondary-section { background: var(--surface); }
.development-secondary-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 90px; }
.development-secondary-copy h2 { font-size: clamp(30px, 3vw, 42px); line-height: 1.2; }
.development-secondary-copy > p:not(.eyebrow) { font-size: 16px; line-height: 1.8; }
.development-secondary-cards { display: grid; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-md); }
.development-secondary-cards article { display: grid; grid-template-columns: 56px 1fr; align-items: start; gap: 18px; padding: 34px; border-bottom: 1px solid var(--line); }
.development-secondary-cards article:last-child { border-bottom: 0; }
.development-secondary-cards article > span { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 15px; color: var(--blue-700); background: #eaf1ff; }
.development-secondary-cards article:last-child > span { color: var(--navy-950); background: var(--green-400); }
.development-secondary-cards h3 { margin: 2px 0 7px; font-size: 20px; }
.development-secondary-cards p { margin: 0; color: var(--muted); font-size: 13px; }

/* Portfolio, testimonial and CTA */
.portfolio-section { background: var(--white); }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.portfolio-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: transform .3s, box-shadow .3s; }
.portfolio-card:hover { box-shadow: var(--shadow-md); transform: translateY(-7px); }
.portfolio-thumb { position: relative; display: block; height: 255px; overflow: hidden; background: linear-gradient(145deg, #eaf1ff, #c9dcff); }
.portfolio-thumb.has-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; }
.portfolio-card:hover .portfolio-thumb.has-image img { transform: scale(1.04); }
.portfolio-thumb > div { position: absolute; inset: 45px 40px 0; display: flex; align-items: end; gap: 7px; padding: 22px; border: 1px solid rgba(255,255,255,.65); border-radius: 14px 14px 0 0; background: var(--white); box-shadow: 0 18px 40px rgba(17,65,145,.16); }
.portfolio-thumb > div::before { position: absolute; top: 18px; right: 20px; left: 20px; height: 78px; border-radius: 9px; background: linear-gradient(135deg, var(--navy-900), var(--blue-500)); content: ""; }
.portfolio-thumb i { position: relative; z-index: 2; display: block; width: 30%; height: 48px; border-radius: 6px; background: #e9eff7; }
.portfolio-system .portfolio-thumb { background: linear-gradient(145deg, #dffbf0, #aee8d1); }
.portfolio-system .portfolio-thumb > div::before { background: linear-gradient(135deg, #062d2a, var(--green-600)); }
.portfolio-site .portfolio-thumb { background: linear-gradient(145deg, #f0ebff, #d5c8ff); }
.portfolio-site .portfolio-thumb > div::before { background: linear-gradient(135deg, #25135d, #714fe1); }
.portfolio-card-copy { padding: 25px 27px 29px; }
.portfolio-card-copy > p { margin: 0 0 7px; color: var(--blue-600); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.portfolio-card-copy h3 { margin-bottom: 10px; font-size: 21px; }
.portfolio-card-copy h3 a:hover { color: var(--blue-600); }
.portfolio-card-copy > span { display: block; color: var(--muted); font-size: 13px; line-height: 1.65; }
.testimonial-section { padding-top: 20px; }
.testimonial-panel { position: relative; display: grid; grid-template-columns: 70px 1.35fr .85fr; align-items: center; gap: 32px; padding: 55px; overflow: hidden; border-radius: var(--radius-lg); color: #bdcbe4; background: linear-gradient(130deg, var(--navy-950), #0b347b); }
.testimonial-panel::after { position: absolute; top: -100px; right: -30px; width: 310px; height: 310px; border: 45px solid rgba(63,226,138,.08); border-radius: 50%; content: ""; }
.testimonial-mark { align-self: start; color: var(--green-400); font-family: Georgia, serif; font-size: 100px; line-height: .8; }
.testimonial-panel blockquote { margin: 0; }
.testimonial-panel blockquote > p { color: var(--white); font-size: 23px; font-weight: 650; line-height: 1.5; }
.testimonial-panel blockquote footer { display: flex; align-items: center; gap: 13px; }
.testimonial-avatar { display: grid; width: 43px; height: 43px; place-items: center; border-radius: 50%; color: var(--navy-900); background: var(--green-400); font-size: 11px; font-weight: 900; }
.testimonial-panel blockquote strong, .testimonial-panel blockquote small { display: block; }
.testimonial-panel blockquote strong { color: var(--white); font-size: 13px; }
.testimonial-panel blockquote small { color: #91a7cc; font-size: 10px; }
.testimonial-metrics { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr; gap: 18px; padding-left: 40px; border-left: 1px solid rgba(255,255,255,.13); }
.testimonial-metrics strong, .testimonial-metrics span { display: block; }
.testimonial-metrics strong { color: var(--green-400); font-size: 24px; }
.testimonial-metrics span { color: #a4b6d3; font-size: 11px; }
.section-cta { padding-top: 64px; padding-bottom: 64px; background: var(--surface); }
.cta-panel { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 55px 62px; overflow: hidden; border-radius: var(--radius-lg); color: #bdd0ec; background: linear-gradient(120deg, #1147ae, #092660 68%); box-shadow: var(--shadow-md); }
.cta-panel h2 { max-width: 760px; margin-bottom: 15px; color: var(--white); font-size: clamp(29px, 3vw, 40px); line-height: 1.2; }
.cta-panel p { max-width: 680px; margin: 0; }
.cta-actions { flex: 0 0 auto; text-align: center; }
.cta-actions span { display: block; margin-top: 10px; color: #8fa9d0; font-size: 9px; }

/* Inner pages hero */
.inner-hero { position: relative; overflow: hidden; color: #c8d5ea; background: radial-gradient(circle at 76% 36%, rgba(31,95,224,.42), transparent 32%), linear-gradient(125deg, var(--navy-950), #092c70); }
.inner-hero-content { position: relative; display: grid; min-height: 560px; grid-template-columns: 1.18fr .82fr; align-items: center; gap: 46px; padding-top: 76px; padding-bottom: 76px; }
.inner-hero-copy { position: relative; z-index: 2; }
.inner-hero-copy h1 { max-width: 720px; margin-bottom: 27px; color: var(--white); font-size: clamp(37px, 3.8vw, 52px); line-height: 1.13; letter-spacing: -.032em; }
.inner-hero-copy > p:not(.eyebrow) { max-width: 700px; font-size: 16px; line-height: 1.82; }
.web-hero-visual { position: relative; min-height: 410px; }
.design-window { position: absolute; top: 25px; right: -40px; width: 520px; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 19px; background: #f6f9fd; box-shadow: var(--shadow-lg); transform: rotate(2deg); }
.design-toolbar { display: flex; height: 40px; align-items: center; gap: 6px; padding: 0 14px; background: #e7edf5; }
.design-toolbar span { width: 8px; height: 8px; border-radius: 50%; background: #c0cad8; }
.design-toolbar span:first-child { background: #ff7474; }
.design-toolbar i { width: 180px; height: 6px; margin-left: 25px; border-radius: 5px; background: var(--white); }
.design-body { display: grid; height: 315px; grid-template-columns: 72px 1fr; }
.design-body aside { display: flex; flex-direction: column; align-items: center; gap: 22px; padding-top: 22px; background: var(--navy-900); }
.design-body aside b { display: grid; width: 32px; height: 32px; place-items: center; border-radius: 9px; color: var(--navy-900); background: var(--green-400); }
.design-body aside i { width: 24px; height: 5px; border-radius: 4px; background: #456195; }
.design-body > div { padding: 40px; }
.wire-title, .wire-text, .wire-button { display: block; border-radius: 6px; }
.wire-title { width: 67%; height: 22px; background: var(--navy-900); }
.wire-text { width: 89%; height: 9px; margin-top: 17px; background: #d7e0ec; }
.wire-button { width: 95px; height: 27px; margin-top: 24px; border-radius: 20px; background: var(--green-500); }
.wire-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 36px; }
.wire-cards i { height: 85px; border: 1px solid #e1e8f1; border-radius: 9px; background: linear-gradient(#e8eff9 40%, #fff 40%); }
.floating-code, .floating-wp { position: absolute; z-index: 2; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 16px; box-shadow: var(--shadow-md); font-weight: 900; }
.floating-code { top: 0; left: 5px; width: 70px; height: 70px; color: var(--navy-950); background: var(--green-400); }
.floating-wp { right: -8px; bottom: 3px; width: 66px; height: 66px; color: var(--white); background: var(--blue-600); font-family: Georgia, serif; font-size: 26px; }
.floating-check { position: absolute; z-index: 3; bottom: 30px; left: -20px; display: flex; align-items: center; gap: 8px; padding: 12px 17px; border-radius: 12px; color: var(--green-600); background: var(--white); box-shadow: var(--shadow-md); font-size: 11px; font-weight: 800; }
.mini-proof { border-bottom: 1px solid var(--line); background: var(--white); }
.mini-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.mini-proof-grid div { padding: 25px 30px; border-left: 1px solid var(--line); text-align: center; }
.mini-proof-grid div:last-child { border-right: 1px solid var(--line); }
.mini-proof strong, .mini-proof span { display: block; }
.mini-proof strong { color: var(--navy-800); font-size: 13px; }
.mini-proof span { color: var(--muted); font-size: 10px; }

/* Development page */
.web-solutions-section { background: var(--white); }
.solution-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.solution-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.solution-card-dark { color: #bdcce3; border-color: transparent; background: var(--navy-950); box-shadow: var(--shadow-md); }
.solution-card-dark h3 { color: var(--white); }
.solution-card-dark .service-icon { color: var(--navy-950); background: var(--green-400); }
.solution-label { margin: 0 0 8px; color: var(--blue-600); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.solution-card-dark .solution-label { color: var(--green-400); }
.solution-card h3 { font-size: 26px; }
.solution-card > p:not(.solution-label) { min-height: 82px; font-size: 14px; }
.check-list { margin: 24px 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 9px; margin: 10px 0; font-size: 13px; font-weight: 650; }
.check-list svg { flex: 0 0 auto; color: var(--green-600); }
.solution-card-dark .check-list svg { color: var(--green-400); }
.included-section { background: var(--surface); }
.included-grid { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 90px; }
.included-copy > p:not(.eyebrow) { font-size: 17px; }
.included-list { display: grid; grid-template-columns: repeat(2, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.included-list article { display: grid; grid-template-columns: 42px 1fr; gap: 13px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.included-list article:nth-child(even) { border-right: 0; }
.included-list article:nth-last-child(-n+2) { border-bottom: 0; }
.included-list article > span { display: grid; width: 39px; height: 39px; place-items: center; border-radius: 11px; color: var(--blue-700); background: #ebf2ff; }
.included-list h3 { margin: 0 0 6px; font-size: 15px; letter-spacing: -.01em; }
.included-list p { margin: 0; color: var(--muted); font-size: 12px; }
.process-detail-section { background: var(--white); }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
.timeline article { position: relative; padding: 45px 26px 0; border-left: 1px solid var(--line); }
.timeline article:last-child { border-right: 1px solid var(--line); }
.timeline article > span { position: absolute; top: -18px; left: 24px; display: grid; width: 36px; height: 36px; place-items: center; border: 5px solid var(--white); border-radius: 50%; color: var(--white); background: var(--blue-700); font-size: 9px; font-weight: 900; box-shadow: 0 0 0 1px var(--line); }
.timeline article:nth-child(even) > span { color: var(--navy-900); background: var(--green-400); }
.timeline article div > p:first-child { margin-bottom: 7px; color: var(--blue-600); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.timeline h3 { font-size: 19px; }
.timeline article div > p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.tech-section { padding-top: 50px; }
.tech-panel { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 70px; padding: 60px; border-radius: var(--radius-lg); color: #afc1de; background: linear-gradient(130deg, var(--navy-950), #0b327b); }
.tech-panel h2 { color: var(--white); font-size: clamp(29px, 3vw, 41px); line-height: 1.2; }
.tech-panel p:last-child { margin-bottom: 0; }
.tech-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.tech-tags span { padding: 10px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 99px; color: var(--white); background: rgba(255,255,255,.06); font-size: 12px; font-weight: 750; }
.faq-section { background: var(--surface); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.faq-heading { position: sticky; top: 120px; align-self: start; }
.faq-heading h2 { font-size: clamp(32px, 3.4vw, 40px); line-height: 1.2; }
.faq-heading p:last-child { color: var(--muted); }
.faq-list { border-top: 1px solid #ccd8e8; }
.faq-item { border-bottom: 1px solid #ccd8e8; }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 4px; color: var(--ink); font-size: 16px; font-weight: 800; list-style: none; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary svg { flex: 0 0 auto; transition: transform .25s; }
.faq-item[open] summary { color: var(--blue-700); }
.faq-item[open] summary svg { transform: rotate(90deg); }
.faq-item > div { padding: 0 45px 21px 4px; }
.faq-item p { margin: 0; color: var(--muted); font-size: 14px; }

/* Hosting page */
.hosting-hero-features { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; }
.hosting-hero-features span { display: flex; align-items: center; gap: 6px; color: #bfd0e9; font-size: 11px; font-weight: 750; }
.hosting-hero-features svg { color: var(--green-400); }
.server-visual { position: relative; min-height: 430px; perspective: 800px; }
.cloud-shape { position: absolute; top: 20px; right: 30px; width: 360px; height: 250px; border: 1px solid rgba(73,212,255,.28); border-radius: 50%; filter: drop-shadow(0 0 28px rgba(73,212,255,.14)); transform: rotateX(66deg); }
.server-rack { position: absolute; z-index: 2; bottom: 35px; width: 115px; padding: 13px; border: 1px solid #2c62a5; border-radius: 10px; background: linear-gradient(100deg, #061a3e, #103e82); box-shadow: 0 25px 50px rgba(0,0,0,.35); }
.server-rack::before { display: block; height: 12px; margin-bottom: 11px; border-radius: 4px; background: #0a2049; content: ""; }
.server-rack span { position: relative; display: block; height: 39px; margin: 7px 0; border: 1px solid #2c5c98; border-radius: 5px; background: #0b2859; }
.server-rack span::before { position: absolute; top: 16px; right: 12px; width: 6px; height: 6px; border-radius: 50%; background: var(--green-400); box-shadow: -12px 0 0 var(--cyan-400); content: ""; }
.rack-left { left: 20px; height: 270px; transform: rotateY(11deg) scale(.9); }
.rack-main { z-index: 3; right: 145px; bottom: 18px; width: 135px; height: 355px; }
.rack-right { right: -10px; height: 278px; transform: rotateY(-11deg) scale(.92); }
.data-line { position: absolute; z-index: 1; right: 35px; bottom: 40px; left: 55px; height: 160px; border: 1px solid rgba(73,212,255,.38); border-top: 0; border-radius: 0 0 50% 50%; }
.line-two { right: 100px; bottom: 70px; left: 130px; height: 120px; }
.line-three { top: 37px; right: 84px; bottom: auto; left: 155px; height: 260px; border: 1px solid rgba(63,226,138,.28); border-bottom: 0; border-radius: 50% 50% 0 0; }
.uptime-chip { position: absolute; z-index: 4; bottom: 4px; left: 0; padding: 12px 18px; border: 1px solid rgba(255,255,255,.3); border-radius: 12px; color: var(--ink); background: var(--white); box-shadow: var(--shadow-md); }
.uptime-chip b, .uptime-chip small { display: block; }
.uptime-chip b { color: var(--green-600); font-size: 20px; }
.uptime-chip small { color: var(--muted); font-size: 9px; }
.hosting-tech-strip { background: #f8faff; border-bottom: 1px solid var(--line); }
.hosting-tech-strip .wrap { display: flex; min-height: 70px; align-items: center; justify-content: space-between; }
.hosting-tech-strip span { color: #a6b4ca; font-size: 13px; font-weight: 800; }
.pricing-section .pricing-grid { margin-top: 66px; }
.pricing-section .price-card { color: var(--text); border-color: var(--line); background: var(--white); box-shadow: var(--shadow-sm); }
.pricing-section .price-card.is-featured { border-color: var(--green-500); box-shadow: var(--shadow-md); }
.pricing-section .price-card-head { border-color: var(--line); }
.pricing-section .price-card-head h3, .pricing-section .price { color: var(--navy-900); }
.pricing-section .price-card-head > p:last-child, .pricing-section .price-note { color: var(--muted); }
.pricing-section .feature-list li { border-color: var(--line); }
.pricing-section .feature-list svg { color: var(--green-600); }
.pricing-section .price-card:not(.is-featured) .button-outline-dark { color: var(--navy-800); border-color: #cbd7e8; }
.pricing-disclaimer { margin: 24px 0 0; color: var(--muted); font-size: 10px; text-align: center; }
.hosting-benefits-section { overflow: hidden; color: #b7c8e1; background: var(--navy-950); }
.hosting-benefits-grid { position: relative; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.hosting-benefits-copy h2 { color: var(--white); font-size: clamp(30px, 3vw, 42px); line-height: 1.2; }
.dark-benefits { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.dark-benefits article { padding: 28px; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; background: rgba(255,255,255,.045); }
.dark-benefits article > span { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: 20px; border-radius: 12px; color: var(--navy-950); background: var(--green-400); }
.dark-benefits article:nth-child(2) > span, .dark-benefits article:nth-child(3) > span { color: var(--white); background: var(--blue-600); }
.dark-benefits h3 { margin-bottom: 8px; color: var(--white); font-size: 17px; }
.dark-benefits p { margin: 0; color: #96a9c8; font-size: 12px; }
.migration-section { background: var(--white); }
.migration-grid { display: grid; grid-template-columns: .9fr 1fr; align-items: center; gap: 100px; }
.migration-visual { position: relative; display: flex; min-height: 400px; align-items: end; justify-content: center; gap: 22px; padding-bottom: 40px; border-radius: var(--radius-lg); background: linear-gradient(145deg, #eff5ff, #e5fbf2); }
.migration-server { position: relative; width: 140px; padding: 18px; border-radius: 13px; background: linear-gradient(120deg, #0a2455, #1550a9); box-shadow: 0 26px 50px rgba(9,43,104,.25); }
.migration-server span { display: block; height: 46px; margin: 8px 0; border: 1px solid #4672b0; border-radius: 6px; background: #0c326e; }
.migration-server span::after { display: block; width: 8px; height: 8px; margin: 18px 0 0 92px; border-radius: 50%; background: var(--green-400); content: ""; }
.migration-server.old { opacity: .65; transform: scale(.8); }
.migration-server.new { padding-top: 30px; }
.migration-server.new > i { position: absolute; top: -19px; right: -19px; display: grid; width: 48px; height: 48px; place-items: center; border-radius: 50%; color: var(--navy-950); background: var(--green-400); box-shadow: var(--shadow-sm); }
.migration-arrow { align-self: center; color: var(--green-600); }
.comparison-section { background: var(--surface); }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.comparison-table { width: 100%; min-width: 720px; border-collapse: collapse; }
.comparison-table th, .comparison-table td { padding: 19px 22px; border-bottom: 1px solid var(--line); text-align: center; }
.comparison-table tr:last-child th, .comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table thead th { color: var(--white); background: var(--navy-900); font-size: 13px; }
.comparison-table thead th:first-child { text-align: left; }
.comparison-table tbody th { color: var(--ink); font-size: 13px; text-align: left; }
.comparison-table td { color: var(--muted); font-size: 13px; }
.comparison-table .highlight { background: #f0fbf5; }
.comparison-table thead .highlight { color: var(--navy-950); background: var(--green-400); }
.comparison-table svg { color: var(--green-600); }
.table-note { margin: 12px 0 0; color: var(--muted); font-size: 10px; }

/* About */
.about-hero-grid { position: relative; display: grid; min-height: 520px; grid-template-columns: 1.1fr .75fr; align-items: center; gap: 100px; }
.about-statement { position: relative; padding: 50px; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius-lg); background: rgba(255,255,255,.06); backdrop-filter: blur(10px); }
.about-statement > span { color: var(--green-400); font-size: 11px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.about-statement > strong { display: block; margin-top: 16px; color: var(--white); font-size: 38px; line-height: 1.16; }
.about-statement > div { display: flex; gap: 7px; margin-top: 35px; }
.about-statement i { display: block; width: 42px; height: 6px; border-radius: 4px; background: var(--green-400); }
.about-statement i:nth-child(2) { background: var(--yellow-400); }
.about-statement i:nth-child(3) { background: var(--blue-500); }
.story-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.story-heading { position: sticky; top: 120px; align-self: start; }
.story-heading h2 { font-size: clamp(30px, 3vw, 42px); line-height: 1.2; }
.story-copy .lead { color: var(--ink); font-size: 21px; font-weight: 650; line-height: 1.55; }
.story-copy p { font-size: 16px; }
.numbers-section { padding: 0 0 112px; }
.numbers-panel { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--surface); }
.numbers-panel div { padding: 34px; border-right: 1px solid var(--line); }
.numbers-panel div:last-child { border-right: 0; }
.numbers-panel strong, .numbers-panel span { display: block; }
.numbers-panel strong { color: var(--blue-700); font-size: 35px; line-height: 1; }
.numbers-panel span { margin-top: 9px; color: var(--muted); font-size: 11px; }
.principles-section { background: var(--surface); }
.principles-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.principles-grid article { position: relative; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.principles-grid article > span { display: grid; width: 46px; height: 46px; place-items: center; margin-bottom: 40px; border-radius: 13px; color: var(--blue-700); background: #eaf1ff; }
.principles-grid article > p { position: absolute; top: 30px; right: 28px; color: #dbe3ee; font-size: 25px; font-weight: 900; }
.principles-grid h3 { font-size: 20px; }
.principles-grid article > div { color: var(--muted); font-size: 13px; }
.vision-section { overflow: hidden; color: #b7c8e3; background: linear-gradient(128deg, var(--navy-950), #0c347c); }
.vision-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 100px; }
.vision-visual { display: grid; min-height: 420px; place-items: center; }
.vision-orbit { position: relative; display: grid; width: 240px; height: 240px; place-items: center; border: 1px solid rgba(73,212,255,.3); border-radius: 50%; box-shadow: 0 0 0 60px rgba(31,95,224,.07), 0 0 0 120px rgba(31,95,224,.035); }
.vision-orbit span { display: grid; width: 100px; height: 100px; place-items: center; border-radius: 28px; color: var(--navy-950); background: var(--green-400); box-shadow: 0 25px 50px rgba(0,0,0,.3); font-size: 49px; font-weight: 900; }
.vision-orbit i { position: absolute; width: 15px; height: 15px; border-radius: 50%; background: var(--cyan-400); box-shadow: 0 0 24px var(--cyan-400); }
.vision-orbit i:first-of-type { top: 13px; right: 38px; }
.vision-orbit i:nth-of-type(2) { bottom: 5px; left: 70px; background: var(--green-400); box-shadow: 0 0 24px var(--green-400); }
.vision-orbit i:last-of-type { top: 108px; left: -7px; background: var(--yellow-400); box-shadow: 0 0 24px var(--yellow-400); }
.vision-copy h2 { color: var(--white); font-size: clamp(30px, 3vw, 42px); line-height: 1.2; }
.vision-copy blockquote { margin: 33px 0 0; padding-left: 23px; border-left: 3px solid var(--green-400); color: var(--white); font-size: 18px; font-weight: 650; }
.expertise-grid { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 90px; }
.expertise-map { display: grid; grid-template-columns: repeat(2, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); }
.expertise-map > div { padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.expertise-map > div:nth-child(even) { border-right: 0; }
.expertise-map > div:nth-last-child(-n+2) { border-bottom: 0; }
.expertise-map > div > span { display: grid; width: 45px; height: 45px; place-items: center; margin-bottom: 20px; border-radius: 12px; color: var(--blue-700); background: #ebf2ff; }
.expertise-map strong, .expertise-map small { display: block; }
.expertise-map strong { color: var(--ink); font-size: 15px; }
.expertise-map small { margin-top: 5px; color: var(--muted); font-size: 11px; }

/* Contact */
.contact-hero-card { justify-self: end; display: flex; width: min(100%, 390px); align-items: center; gap: 18px; padding: 28px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-md); background: rgba(255,255,255,.08); backdrop-filter: blur(12px); }
.contact-hero-card > span { display: grid; width: 58px; height: 58px; flex: 0 0 auto; place-items: center; border-radius: 16px; color: var(--navy-950); background: var(--green-400); }
.contact-hero-card small, .contact-hero-card strong, .contact-hero-card a { display: block; }
.contact-hero-card small { color: #91a8ca; font-size: 10px; }
.contact-hero-card strong { color: var(--white); font-size: 20px; }
.contact-hero-card a { color: var(--green-400); font-size: 11px; }
.contact-section { background: var(--surface); }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.contact-info h2 { font-size: clamp(30px, 3vw, 41px); line-height: 1.2; }
.contact-info > p:not(.eyebrow) { font-size: 16px; }
.contact-channels { margin-top: 36px; border-top: 1px solid var(--line); }
.contact-channels > a, .contact-channels > div { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-channels > * > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 12px; color: var(--blue-700); background: var(--white); box-shadow: var(--shadow-sm); }
.contact-channels small, .contact-channels strong { display: block; }
.contact-channels small { color: var(--muted); font-size: 10px; }
.contact-channels strong { color: var(--ink); font-size: 13px; }
.contact-channels > a > svg { color: var(--blue-600); }
.contact-location { display: flex; align-items: start; gap: 10px; margin-top: 28px; }
.contact-location p { margin: 0; color: var(--muted); font-size: 12px; }
.contact-location strong { color: var(--ink); }
.status-dot { display: inline-block; width: 8px; height: 8px; flex: 0 0 auto; margin-top: 6px; border-radius: 50%; background: var(--green-500); box-shadow: 0 0 0 4px rgba(14,203,107,.15); }
.contact-form-card { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-md); }
.form-notice { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; padding: 13px 15px; border-radius: 10px; font-size: 12px; font-weight: 650; }
.form-notice.success { color: #086d3d; background: #e5f9ef; }
.form-notice.error { color: #a52b2b; background: #fff0f0; }
.contact-form label { display: block; margin-bottom: 18px; }
.contact-form label > span { display: block; margin-bottom: 7px; color: var(--ink); font-size: 11px; font-weight: 800; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.contact-form input, .contact-form textarea, .contact-form select, .search-form input { width: 100%; border: 1px solid #cfdae8; border-radius: 10px; color: var(--ink); background: #fbfcfe; outline: 0; transition: border-color .2s, box-shadow .2s; }
.contact-form input, .contact-form select { height: 48px; padding: 0 14px; }
.contact-form textarea { min-height: 140px; padding: 13px 14px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus, .search-form input:focus { border-color: var(--blue-500); box-shadow: 0 0 0 4px rgba(50,119,244,.1); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #9aa8bc; }
.honeypot { position: absolute!important; left: -9999px!important; }
.contact-form .button { border: 0; }
.form-privacy { display: flex; align-items: start; gap: 7px; margin: 15px 0 0; color: var(--muted); font-size: 9px; }
.form-privacy svg { flex: 0 0 auto; margin-top: 2px; }
.form-privacy a { color: var(--blue-600); text-decoration: underline; }
.contact-faq-section { padding-top: 90px; background: var(--white); }
.contact-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.contact-steps article { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); }
.contact-steps article > span { color: var(--green-600); font-size: 11px; font-weight: 900; }
.contact-steps h3 { margin-top: 18px; font-size: 19px; }
.contact-steps p { margin: 0; color: var(--muted); font-size: 13px; }

/* Service status */
.status-hero { position: relative; overflow: hidden; color: #bfd0e9; background: radial-gradient(circle at 77% 30%, rgba(31,95,224,.42), transparent 32%), linear-gradient(125deg, var(--navy-950), #092c70); }
.status-hero.status-mode-maintenance { background: radial-gradient(circle at 77% 30%, rgba(245,158,11,.2), transparent 32%), linear-gradient(125deg, var(--navy-950), #40310b); }
.status-hero.status-mode-incident { background: radial-gradient(circle at 77% 30%, rgba(220,38,38,.24), transparent 32%), linear-gradient(125deg, var(--navy-950), #52151c); }
.status-hero-grid { position: relative; display: grid; min-height: 440px; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 80px; padding-top: 65px; padding-bottom: 65px; }
.status-hero-copy { position: relative; z-index: 2; }
.status-hero-copy h1 { max-width: 760px; color: var(--white); font-size: clamp(38px, 4vw, 54px); }
.status-hero-copy > p:not(.eyebrow) { max-width: 680px; color: #b8c8e1; font-size: 17px; }
.status-updated { display: flex; align-items: center; gap: 8px; color: #88a2c9; font-size: 11px; }
.status-overview-card { position: relative; z-index: 2; display: flex; align-items: center; gap: 19px; padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: var(--radius-md); background: rgba(255,255,255,.08); box-shadow: var(--shadow-md); backdrop-filter: blur(12px); }
.status-overview-icon { display: grid; width: 64px; height: 64px; flex: 0 0 auto; place-items: center; border-radius: 18px; }
.status-overview-icon.status-ok { color: #064b2c; background: var(--green-400); }
.status-overview-icon.status-warn { color: #593704; background: #fbbf24; }
.status-overview-icon.status-err { color: var(--white); background: #dc2626; }
.status-overview-card small, .status-overview-card strong { display: block; }
.status-overview-card small { color: #8fa7ca; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.status-overview-card strong { margin-top: 3px; color: var(--white); font-size: 22px; }
.status-overview-card p { margin: 4px 0 0; color: #91a8cb; font-size: 11px; }
.status-page-section { background: var(--surface); }
.status-metrics { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: -145px; margin-bottom: 90px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-md); }
.status-metrics > div { position: relative; display: grid; min-height: 135px; grid-template-columns: 48px 1fr; align-content: center; column-gap: 15px; padding: 28px; border-right: 1px solid var(--line); }
.status-metrics > div:last-child { border-right: 0; }
.status-metrics > div > span { grid-row: 1 / 3; display: grid; width: 46px; height: 46px; place-items: center; border-radius: 13px; color: var(--blue-700); background: #eaf1ff; }
.status-metrics strong, .status-metrics small { display: block; }
.status-metrics strong { color: var(--ink); font-size: 23px; line-height: 1.1; }
.status-metrics small { margin-top: 5px; color: var(--muted); font-size: 10px; }
.status-heading-row { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 26px; }
.status-heading-row h2 { margin-bottom: 8px; font-size: 36px; }
.status-heading-row p:last-child { margin: 0; color: var(--muted); font-size: 13px; }
.status-search { display: flex; width: min(100%, 290px); height: 47px; align-items: center; gap: 9px; padding: 0 14px; border: 1px solid #cfdae8; border-radius: 12px; color: var(--muted); background: var(--white); }
.status-search:focus-within { border-color: var(--blue-500); box-shadow: 0 0 0 4px rgba(50,119,244,.1); }
.status-search input { width: 100%; border: 0; color: var(--ink); background: transparent; outline: 0; font-size: 12px; }
.status-legend { display: flex; flex-wrap: wrap; gap: 17px; margin-bottom: 22px; color: var(--muted); font-size: 10px; }
.status-legend span { display: flex; align-items: center; gap: 6px; }
.status-legend i { width: 8px; height: 8px; border-radius: 2px; }
.legend-ok { background: #16a34a; }
.legend-warn { background: #f59e0b; }
.legend-err { background: #dc2626; }
.status-container { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.server-status-card { padding: 21px; border: 1px solid var(--line); border-radius: 15px; background: var(--white); box-shadow: 0 7px 22px rgba(7,31,82,.055); }
.server-status-card[hidden] { display: none; }
.server-status-header { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 17px; }
.server-status-name { display: flex; align-items: center; gap: 9px; }
.server-status-name > span { width: 9px; height: 9px; border-radius: 50%; background: var(--green-500); box-shadow: 0 0 0 4px rgba(14,203,107,.13); }
.status-card-warn .server-status-name > span { background: #f59e0b; box-shadow: 0 0 0 4px rgba(245,158,11,.13); }
.status-card-err .server-status-name > span { background: #dc2626; box-shadow: 0 0 0 4px rgba(220,38,38,.13); }
.server-status-name strong { color: var(--ink); font-size: 13px; letter-spacing: -.01em; }
.status-pill { padding: 5px 9px; border-radius: 999px; color: var(--white); font-size: 8px; font-weight: 900; letter-spacing: .07em; }
.status-pill.ok, .status-bar.ok { background: #16a34a; }
.status-pill.warn, .status-bar.warn { background: #f59e0b; }
.status-pill.err, .status-bar.err { background: #dc2626; }
.uptime-bars { display: grid; grid-template-columns: repeat(40, minmax(3px, 1fr)); gap: 3px; }
.status-bar { display: block; height: 22px; border-radius: 2px; }
.server-status-footer { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 11px; color: #8795a9; font-size: 8px; }
.server-status-footer strong { color: var(--text); font-size: 9px; }
.status-empty { padding: 35px; border: 1px dashed #bdcbe0; border-radius: var(--radius-md); color: var(--muted); text-align: center; }
.status-note { display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 19px; margin-top: 52px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.status-note > span { display: grid; width: 48px; height: 48px; place-items: center; border-radius: 14px; color: var(--navy-950); background: var(--green-400); }
.status-note h2 { margin: 0 0 3px; font-size: 18px; }
.status-note p { margin: 0; color: var(--muted); font-size: 12px; }

/* Generic content */
.page-header-simple, .listing-header, .single-header { color: #bbcae1; background: linear-gradient(125deg, var(--navy-950), #0b327b); }
.page-header-simple .wrap, .listing-header .wrap { padding-top: 85px; padding-bottom: 85px; }
.page-header-simple h1, .listing-header h1 { color: var(--white); font-size: clamp(38px, 4.2vw, 54px); line-height: 1.14; }
.listing-header p:last-child { margin: 0; }
.breadcrumb { display: flex; align-items: center; gap: 8px; padding-top: 22px; color: var(--muted); font-size: 11px; }
.breadcrumb a:hover { color: var(--blue-600); }
.entry-content-wrap { padding-top: 70px; padding-bottom: 100px; }
.entry-content { color: #38485e; font-size: 17px; line-height: 1.85; }
.entry-content h2 { margin-top: 1.6em; font-size: 34px; }
.entry-content h3 { margin-top: 1.5em; font-size: 25px; }
.entry-content a { color: var(--blue-600); text-decoration: underline; }
.entry-content blockquote { margin: 35px 0; padding: 20px 25px; border-left: 4px solid var(--green-500); color: var(--ink); background: var(--surface); font-size: 19px; font-weight: 600; }
.entry-content img { border-radius: var(--radius-sm); }
.entry-content table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; }
.entry-content th, .entry-content td { padding: 12px; border: 1px solid var(--line); }
.single-header .wrap-narrow { padding-top: 85px; padding-bottom: 95px; }
.single-header h1 { color: var(--white); font-size: clamp(38px, 4.2vw, 54px); line-height: 1.14; }
.single-excerpt { color: #b8c8e1; font-size: 19px; }
.single-meta { display: flex; gap: 22px; color: #8fa7cb; font-size: 11px; }
.single-meta span { display: flex; align-items: center; gap: 6px; }
.single-featured { margin-top: -45px; }
.single-featured img { width: 100%; max-height: 630px; object-fit: cover; border: 7px solid var(--white); border-radius: var(--radius-md); box-shadow: var(--shadow-md); }
.post-navigation-wrap { padding-bottom: 80px; }
.post-navigation .nav-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.post-navigation a { display: block; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.post-navigation span, .post-navigation strong { display: block; }
.post-navigation span { color: var(--muted); font-size: 10px; }
.post-navigation strong { margin-top: 4px; color: var(--ink); font-size: 13px; }
.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.post-card-thumb { display: grid; height: 220px; place-items: center; overflow: hidden; color: var(--blue-600); background: #e9f1ff; }
.post-card-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.post-card:hover .post-card-thumb img { transform: scale(1.04); }
.post-card-body { padding: 25px; }
.post-card-meta { display: flex; gap: 12px; margin-bottom: 12px; color: var(--blue-600); font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.post-card h2 { font-size: 21px; }
.post-card h2 a:hover { color: var(--blue-600); }
.post-card-body > p { color: var(--muted); font-size: 13px; }
.pagination { margin-top: 45px; }
.pagination .nav-links { display: flex; justify-content: center; gap: 7px; }
.pagination .page-numbers { display: grid; min-width: 39px; height: 39px; place-items: center; padding: 0 10px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); font-size: 12px; font-weight: 700; }
.pagination .current, .pagination a:hover { color: var(--white); border-color: var(--blue-700); background: var(--blue-700); }
.search-form { display: flex; max-width: 600px; gap: 8px; margin-bottom: 40px; }
.search-form label { flex: 1; }
.search-form input { height: 48px; padding: 0 14px; }
.search-submit { padding: 0 20px; border: 0; border-radius: 10px; color: var(--navy-950); background: var(--green-400); font-weight: 800; }
.empty-state { padding: 50px; border-radius: var(--radius-md); background: var(--surface); text-align: center; }
.empty-state > span { color: var(--blue-600); }
.empty-state h2 { margin-top: 16px; }
.empty-state .search-form { margin: 30px auto 0; }
.comments-area { padding-bottom: 90px; }
.comment-list { padding: 0; list-style: none; }
.comment-body { margin-bottom: 15px; padding: 20px; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.comment-author { display: flex; align-items: center; gap: 10px; }
.comment-author img { border-radius: 50%; }
.comment-meta { font-size: 11px; }
.comment-form input, .comment-form textarea { width: 100%; padding: 12px; border: 1px solid var(--line); border-radius: 8px; }
.comment-form .submit { padding: 13px 20px; border: 0; border-radius: 99px; color: var(--navy-950); background: var(--green-400); font-weight: 800; }
.error-page { padding: 120px 0; }
.error-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 90px; }
.error-code { margin: 0; color: var(--green-500); font-size: 22px; font-weight: 900; letter-spacing: .15em; }
.error-grid h1 { font-size: clamp(38px, 4.2vw, 54px); line-height: 1.14; }
.error-visual { display: flex; align-items: center; justify-content: center; color: var(--navy-900); font-size: 120px; font-weight: 900; letter-spacing: -.08em; }
.error-visual i { display: grid; width: 110px; height: 110px; place-items: center; border-radius: 30px; color: var(--navy-950); background: var(--green-400); transform: rotate(-8deg); }

/* Footer */
.site-footer { color: #9dafcc; background: var(--navy-950); }
.footer-main { padding: 72px 0 62px; background: radial-gradient(circle at 12% 30%, rgba(31,95,224,.25), transparent 30%); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .65fr 1fr; gap: 65px; }
.footer-about .brand img, .footer-about .custom-logo { width: auto; max-width: 170px; height: 58px; }
.footer-about > p { max-width: 310px; margin-top: 20px; font-size: 13px; }
.footer-payments { max-width: 285px; margin: 25px 0 22px; }
.footer-payments strong { display: block; margin-bottom: 10px; color: var(--white); font-size: 10px; }
.footer-payments img { width: 100%; height: auto; }
.social-links { display: flex; gap: 9px; }
.social-links a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid rgba(255,255,255,.14); border-radius: 10px; color: var(--white); transition: color .2s, border-color .2s, background .2s; }
.social-links a:hover { color: var(--navy-950); border-color: var(--green-400); background: var(--green-400); }
.footer-column h2 { margin-bottom: 20px; color: var(--white); font-size: 13px; letter-spacing: 0; }
.footer-column ul { margin: 0; padding: 0; list-style: none; }
.footer-column li { margin: 9px 0; }
.footer-column li a { font-size: 12px; }
.footer-column li a:hover { color: var(--green-400); }
.footer-contact > a { display: flex; align-items: center; gap: 9px; margin: 11px 0; font-size: 11px; }
.footer-contact > a svg { color: var(--green-400); }
.footer-contact > a:hover { color: var(--white); }
.service-hours { margin: 18px 0 0; color: #6f86a9; font-size: 9px; }
.footer-bottom { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.09); background: #03112d; }
.footer-bottom-inner { display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.footer-bottom p { margin: 0; color: #7286a8; font-size: 8px; }
.footer-bottom nav { display: flex; gap: 20px; }
.footer-bottom nav a { display: flex; align-items: center; gap: 7px; color: #94a7c6; font-size: 9px; font-weight: 650; }
.footer-bottom nav a:hover { color: var(--white); }
.footer-bottom .status-dot { width: 6px; height: 6px; margin: 0; box-shadow: none; }
.icon-brand-whatsapp { display: block; max-width: none; flex: 0 0 auto; overflow: visible; }
.floating-whatsapp { position: fixed; z-index: 900; right: 16px; bottom: max(18vh, 96px); display: flex; width: 52px; height: 52px; min-width: 52px; aspect-ratio: 1; align-items: center; justify-content: center; padding: 0; border: 2px solid rgba(255,255,255,.96); border-radius: 50%; color: var(--white); background: linear-gradient(135deg, #16c96b, #08a957); box-shadow: 0 12px 32px rgba(5,89,46,.3); transition: transform .25s, box-shadow .25s, background .25s; }
.floating-whatsapp .icon-brand-whatsapp { width: 27px; height: 27px; flex-basis: 27px; }
.floating-whatsapp:hover { background: linear-gradient(135deg, #27d779, #07984f); box-shadow: 0 16px 38px rgba(5,89,46,.4); transform: translateY(-3px); }
.floating-whatsapp span { display: none; }

/* Reveal motion */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto!important; animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }
    .reveal { opacity: 1; transform: none; }
}

/* Responsive */
@media (max-width: 1120px) {
    .header-inner { gap: 22px; }
    .primary-menu > li > a { padding-right: 9px; padding-left: 9px; }
    .header-actions .client-link span { display: none; }
    .hero-inner { grid-template-columns: 1.18fr .82fr; gap: 24px; }
    .browser-card { right: -70px; width: 510px; }
    .results-grid { gap: 60px; }
    .dashboard-preview { left: -90px; }
    .footer-grid { gap: 35px; }
}

@media (max-width: 960px) {
    .section { padding: 88px 0; }
    .site-header { isolation: isolate; }
    .header-inner { gap: 10px; }
    .mobile-client-shortcut { display: inline-flex; min-height: 40px; align-items: center; justify-content: center; gap: 6px; margin-left: auto; padding: 8px 12px; border: 1px solid #d7e2f1; border-radius: 11px; color: var(--navy-800); background: #f4f7fc; font-size: 11px; font-weight: 800; line-height: 1; white-space: nowrap; }
    .mobile-client-shortcut:hover { color: var(--blue-700); border-color: #b9cae2; background: #eaf1fb; }
    .menu-toggle { position: relative; z-index: 1002; display: grid; width: 43px; height: 43px; flex: 0 0 43px; place-items: center; margin-left: 0; border: 1px solid var(--line); border-radius: 11px; color: var(--navy-900); background: var(--white); }
    .menu-icon-close { display: none; }
    .menu-toggle[aria-expanded="true"] .menu-icon-open { display: none; }
    .menu-toggle[aria-expanded="true"] .menu-icon-close { display: block; }
    .primary-navigation { position: fixed; z-index: 1001; top: 84px; right: 0; bottom: 0; left: 0; display: block; height: calc(100vh - 84px); height: calc(100dvh - 84px); margin: 0; padding: 25px 20px max(34px, env(safe-area-inset-bottom)); overflow-y: auto; overscroll-behavior: contain; color: var(--white); background: linear-gradient(145deg, #041536, #082b6d); box-shadow: 0 28px 65px rgba(2,18,52,.28); opacity: 0; visibility: hidden; pointer-events: none; transform: translateX(24px); transition: opacity .22s ease, transform .22s ease, visibility .22s; }
    .primary-navigation.is-open, .menu-toggle[aria-expanded="true"] + .primary-navigation { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
    .primary-menu { display: block; width: 100%; margin: 0; padding: 0; }
    .primary-menu > li { display: block; border-bottom: 1px solid rgba(255,255,255,.13); }
    .site-header .primary-menu > li > a { display: block; padding: 17px 4px; color: #fff!important; font-size: 16px; font-weight: 780; opacity: 1!important; visibility: visible!important; }
    .site-header .primary-menu > li:hover > a, .site-header .primary-menu > .current-menu-item > a, .site-header .primary-menu > .current-menu-parent > a { color: var(--green-400)!important; }
    .primary-menu > li > a::after { display: none; }
    .primary-menu .sub-menu { position: static; display: block; width: auto; margin: 0 0 10px 4px; padding: 1px 0 5px 15px; border: 0; border-left: 2px solid rgba(63,226,138,.42); border-radius: 0; background: transparent; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
    .site-header .primary-menu .sub-menu a { display: block; padding: 10px 11px; color: #d6e4fb!important; background: transparent; font-size: 14px; opacity: 1!important; visibility: visible!important; }
    .site-header .primary-menu .sub-menu a:hover, .site-header .primary-menu .sub-menu .current-menu-item > a { color: var(--green-400)!important; background: rgba(255,255,255,.06); }
    .mobile-menu-contact { display: grid; gap: 12px; margin-top: 25px; }
    .mobile-menu-contact .button { width: 100%; }
    .mobile-menu-client { display: grid; min-height: 52px; grid-template-columns: 24px 1fr 20px; align-items: center; gap: 10px; padding: 13px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; color: #fff!important; background: rgba(255,255,255,.08); font-size: 13px; font-weight: 800; line-height: 1; }
    .mobile-menu-client:hover { color: var(--green-400)!important; border-color: rgba(63,226,138,.48); background: rgba(255,255,255,.12); }
    .mobile-menu-client .icon:last-child { justify-self: end; }
    .header-actions { display: none; }
    .hero-inner, .inner-hero-content { min-height: auto; grid-template-columns: 1fr; gap: 40px; padding-top: 80px; padding-bottom: 145px; }
    .hero-copy h1, .inner-hero-copy h1 { max-width: 780px; }
    .hero-visual { width: min(100%, 650px); min-height: 470px; margin: 0 auto; }
    .browser-card { right: 0; left: 50px; width: calc(100% - 70px); }
    .trust-strip { min-height: 90px; }
    .trust-strip > div { gap: 20px; }
    .split-heading { grid-template-columns: 1fr; gap: 22px; }
    .services-grid, .solution-cards, .pricing-grid, .portfolio-grid, .posts-grid { grid-template-columns: repeat(2, 1fr); }
    .service-card:last-child, .solution-card:last-child, .price-card:last-child { grid-column: 1 / -1; }
    .price-card.is-featured { margin-top: 0; }
    .results-grid, .included-grid, .hosting-benefits-grid, .migration-grid, .vision-grid, .expertise-grid, .contact-grid, .development-secondary-grid { grid-template-columns: 1fr; gap: 60px; }
    .results-visual { order: 2; width: min(100%, 660px); margin: 0 auto; }
    .dashboard-preview { left: 0; width: calc(100% - 45px); }
    .process-grid { grid-template-columns: repeat(2, 1fr); row-gap: 50px; }
    .process-grid::before { display: none; }
    .testimonial-panel { grid-template-columns: 55px 1fr; }
    .testimonial-metrics { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); padding: 25px 0 0; border-top: 1px solid rgba(255,255,255,.13); border-left: 0; }
    .web-hero-visual, .server-visual { width: min(100%, 600px); margin: 0 auto; }
    .design-window { right: 20px; }
    .timeline { grid-template-columns: repeat(2, 1fr); row-gap: 60px; border-top: 0; }
    .timeline article { padding-top: 35px; border-top: 1px solid var(--line); }
    .timeline article:nth-child(2) { border-right: 1px solid var(--line); }
    .tech-panel { grid-template-columns: 1fr; gap: 35px; }
    .faq-grid, .story-grid { grid-template-columns: 1fr; gap: 45px; }
    .faq-heading, .story-heading { position: static; }
    .about-hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 45px; padding-top: 80px; padding-bottom: 80px; }
    .about-statement { max-width: 600px; }
    .numbers-panel, .principles-grid { grid-template-columns: repeat(2, 1fr); }
    .numbers-panel div:nth-child(2) { border-right: 0; }
    .numbers-panel div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .contact-hero-card { justify-self: start; }
    .status-hero-grid { grid-template-columns: 1fr; gap: 35px; padding-top: 75px; padding-bottom: 150px; }
    .status-overview-card { max-width: 520px; }
    .status-metrics { margin-top: -135px; }
    .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
    .footer-contact { grid-column: 1 / -1; }
    .footer-contact { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
    .footer-contact h2 { width: 100%; margin-bottom: 0; }
    .service-hours { margin: 0; }
}

@media (max-width: 680px) {
    .wrap, .wrap-narrow { width: min(calc(100% - 30px), var(--wrap)); }
    .section { padding: 72px 0; }
    .header-inner { min-height: 72px; }
    .brand img, .custom-logo { max-width: 138px; height: 47px; }
    .primary-navigation { top: 76px; }
    .hero-inner, .inner-hero-content { padding-top: 64px; padding-bottom: 130px; }
    .hero-copy h1, .inner-hero-copy h1, .page-header-simple h1, .listing-header h1, .single-header h1 { font-size: 35px; line-height: 1.16; }
    .hero-lead, .inner-hero-copy > p:not(.eyebrow) { font-size: 15px; line-height: 1.78; }
    .hero-actions { flex-direction: column; }
    .hero-actions .button { width: 100%; }
    .hero-proof { margin-top: 30px; }
    .hero-visual { min-height: 320px; }
    .hosting-home-visual { min-height: 350px; }
    .hosting-home-visual .server-visual { min-height: 360px; }
    .hosting-home-visual .rack-left { left: 0; }
    .hosting-home-visual .rack-main { right: 125px; }
    .hosting-home-visual .rack-right { right: -25px; }
    .browser-card { top: 20px; left: 0; width: 100%; border-radius: 14px; transform: none; }
    .browser-content { height: 235px; grid-template-columns: 38px 1fr; }
    .browser-bar { height: 32px; }
    .browser-bar > div { width: 130px; margin-left: 10px; }
    .mock-sidebar { gap: 14px; padding-top: 12px; }
    .mock-logo { width: 22px; height: 22px; }
    .mock-sidebar i { width: 13px; }
    .mock-main { padding: 10px; }
    .mock-hero { height: 125px; padding: 18px; }
    .mock-hero strong { font-size: 17px; }
    .mock-stats { gap: 5px; margin-top: 7px; }
    .mock-stats span { padding: 6px; }
    .tech-chip { padding: 7px 9px; }
    .tech-chip b { width: 26px; height: 26px; }
    .chip-wordpress { top: 0; left: -4px; }
    .chip-php { right: -5px; bottom: 10px; }
    .code-panel { display: none; }
    .trust-strip { align-items: start; flex-direction: column; justify-content: center; gap: 4px; }
    .trust-strip > div { width: 100%; justify-content: space-between; gap: 7px; }
    .trust-strip span { font-size: 9px; }
    .section-heading { margin-bottom: 38px; }
    .section-heading h2, .results-copy h2, .included-copy h2, .migration-copy h2, .expertise-copy h2, .hosting-benefits-copy h2, .vision-copy h2 { font-size: 30px; line-height: 1.22; }
    .section-heading > p { font-size: 15px; }
    .services-grid, .solution-cards, .pricing-grid, .portfolio-grid, .posts-grid, .contact-steps { grid-template-columns: 1fr; }
    .status-metrics { grid-template-columns: 1fr; margin-bottom: 65px; }
    .status-metrics > div { border-right: 0; border-bottom: 1px solid var(--line); }
    .status-metrics > div:last-child { border-bottom: 0; }
    .status-heading-row { align-items: stretch; flex-direction: column; gap: 22px; }
    .status-heading-row h2 { font-size: 30px; }
    .status-search { width: 100%; }
    .status-container { grid-template-columns: 1fr; }
    .uptime-bars { gap: 2px; }
    .server-status-card { padding: 18px 15px; }
    .status-note { grid-template-columns: 44px 1fr; padding: 24px 20px; }
    .status-note > span { width: 42px; height: 42px; }
    .status-note .button { grid-column: 1 / -1; width: 100%; }
    .service-card:last-child, .solution-card:last-child, .price-card:last-child { grid-column: auto; }
    .service-card { min-height: 430px; padding: 28px; }
    .results-visual { min-height: 340px; }
    .dashboard-preview { width: 100%; transform: none; }
    .dash-body { height: 260px; grid-template-columns: 45px 1fr; }
    .dash-content { padding: 15px; }
    .dash-kpis { gap: 6px; }
    .dash-kpis span { height: 45px; }
    .dash-chart { height: 140px; margin-top: 20px; padding: 15px 7px 0; }
    .dash-chart b { width: 16px; }
    .result-float { right: 0; bottom: 0; }
    .process-grid { grid-template-columns: 1fr; }
    .hosting-preview-section .pricing-grid { gap: 16px; }
    .price-card { padding: 28px; }
    .hosting-more { align-items: stretch; flex-direction: column; text-align: center; }
    .testimonial-section { padding-top: 0; }
    .testimonial-panel { grid-template-columns: 1fr; padding: 35px 27px; }
    .testimonial-mark { font-size: 70px; }
    .testimonial-panel blockquote > p { font-size: 19px; }
    .testimonial-metrics { grid-template-columns: 1fr; }
    .cta-panel { align-items: stretch; flex-direction: column; padding: 38px 27px; }
    .cta-actions .button { width: 100%; }
    .mini-proof-grid { grid-template-columns: repeat(2, 1fr); }
    .mini-proof-grid div:nth-child(2) { border-right: 1px solid var(--line); }
    .mini-proof-grid div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
    .web-hero-visual { min-height: 280px; }
    .design-window { top: 15px; right: 0; width: 100%; transform: none; }
    .design-body { height: 220px; grid-template-columns: 46px 1fr; }
    .design-body > div { padding: 23px; }
    .design-body aside { gap: 14px; }
    .design-body aside i { width: 17px; }
    .floating-code { left: -6px; width: 52px; height: 52px; border-radius: 12px; }
    .floating-wp { right: -5px; width: 50px; height: 50px; }
    .floating-check { bottom: 0; left: 0; }
    .included-list, .dark-benefits, .expertise-map { grid-template-columns: 1fr; }
    .development-secondary-cards article { grid-template-columns: 47px 1fr; padding: 26px 22px; }
    .development-secondary-cards article > span { width: 44px; height: 44px; }
    .included-list article, .dark-benefits article, .expertise-map > div { border-right: 0; border-bottom: 1px solid var(--line); }
    .included-list article:nth-last-child(-n+2), .expertise-map > div:nth-last-child(-n+2) { border-bottom: 1px solid var(--line); }
    .included-list article:last-child, .expertise-map > div:last-child { border-bottom: 0; }
    .timeline { grid-template-columns: 1fr; row-gap: 50px; }
    .timeline article, .timeline article:nth-child(2) { border-right: 1px solid var(--line); }
    .tech-panel { padding: 36px 26px; }
    .server-visual { min-height: 330px; transform: scale(.85); transform-origin: center; }
    .hosting-tech-strip .wrap { flex-wrap: wrap; justify-content: center; gap: 12px 24px; padding: 18px 0; }
    .migration-visual { min-height: 315px; }
    .migration-server { width: 105px; padding: 12px; }
    .migration-server span { height: 38px; }
    .migration-server span::after { margin: 14px 0 0 67px; }
    .about-hero-grid { padding: 65px 0; }
    .about-statement { padding: 33px; }
    .about-statement > strong { font-size: 33px; }
    .numbers-panel, .principles-grid { grid-template-columns: 1fr; }
    .numbers-panel div { border-right: 0; border-bottom: 1px solid var(--line); }
    .numbers-panel div:last-child { border-bottom: 0; }
    .vision-visual { min-height: 340px; transform: scale(.76); }
    .contact-form-card { padding: 27px 20px; }
    .form-row { grid-template-columns: 1fr; gap: 0; }
    .page-header-simple .wrap, .listing-header .wrap, .single-header .wrap-narrow { padding-top: 65px; padding-bottom: 65px; }
    .entry-content-wrap { padding-top: 50px; }
    .entry-content { font-size: 16px; }
    .entry-content h2 { font-size: 29px; }
    .single-meta { align-items: start; flex-direction: column; gap: 7px; }
    .post-navigation .nav-links { grid-template-columns: 1fr; }
    .error-page { padding: 80px 0; }
    .error-grid { grid-template-columns: 1fr; gap: 55px; }
    .error-visual { font-size: 86px; }
    .error-visual i { width: 84px; height: 84px; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-about { grid-column: 1 / -1; }
    .footer-contact { grid-column: 1 / -1; display: block; }
    .footer-bottom-inner { align-items: start; flex-direction: column; }
    .footer-bottom nav { flex-wrap: wrap; gap: 10px 16px; }
    .floating-whatsapp { right: 12px; bottom: calc(72px + env(safe-area-inset-bottom)); width: 48px; height: 48px; min-width: 48px; padding: 0; justify-content: center; border-width: 2px; }
    .floating-whatsapp .icon-brand-whatsapp { width: 25px; height: 25px; flex-basis: 25px; }
    .floating-whatsapp span { display: none; }
}

@media (max-width: 380px) {
    .header-inner { gap: 8px; }
    .brand img, .custom-logo { max-width: 124px; height: 44px; }
    .mobile-client-shortcut { min-height: 38px; padding: 7px 9px; font-size: 10px; }
    .menu-toggle { width: 41px; height: 41px; flex-basis: 41px; }
}
