:root {
  --navy: #071a3d;
  --navy-2: #0d2c5e;
  --navy-3: #143d78;
  --gold: #c99a1b;
  --gold-light: #edc85c;
  --ink: #13213a;
  --muted: #667184;
  --ivory: #fbfaf6;
  --sand: #f3f0e8;
  --blue-mist: #eef3f8;
  --line: #dce2e9;
  --white: #ffffff;
  --whatsapp: #168f56;
  --whatsapp-dark: #0f7545;
  --shadow: 0 24px 70px rgba(7, 26, 61, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: Inter, Aptos, "Segoe UI", Arial, sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
img { display: block; max-width: 100%; }
.shell { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.section { padding: 118px 0; }
.kicker, .eyebrow { margin: 0 0 18px; color: var(--gold); font-size: 12px; font-weight: 800; line-height: 1.55; letter-spacing: .15em; word-spacing: .05em; text-transform: uppercase; }
h1, h2, h3 { text-wrap: balance; text-transform: none; overflow-wrap: break-word; }
p { text-wrap: pretty; }
h1, h2, h3 { word-spacing: .02em; }
.intro-grid > *, .section-head > *, .software-layout > *, .infra-layout > *, .connected-grid > *, .contact-grid > *, .service-hero-grid > *, .service-section-head > *, .solution-row > *, .service-steps article > * { min-width: 0; }

.announcement { color: #fff; background: var(--navy); border-bottom: 1px solid rgba(255,255,255,.12); }
.announcement-inner { min-height: 50px; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 9px 0; }
.announcement-label { display: flex; align-items: center; gap: 7px; flex: none; color: var(--gold-light); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.announcement p { margin: 0; color: #d9e1ec; font-size: 12px; line-height: 1.45; }
.announcement p strong { color: #fff; font-weight: 750; }
.announcement a { flex: none; display: flex; align-items: center; gap: 6px; color: var(--gold-light); font-size: 12px; font-weight: 800; }
.announcement a:hover { color: #fff; }
.announcement .official-link { padding-left: 17px; border-left: 1px solid rgba(255,255,255,.18); color: #aebbd0; font-weight: 600; }

.site-header { position: sticky; z-index: 70; top: 0; height: 88px; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(220,226,233,.92); backdrop-filter: blur(18px); transition: height .25s, box-shadow .25s; }
.site-header.scrolled { height: 78px; box-shadow: 0 14px 35px rgba(7,26,61,.08); }
.nav-shell { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { flex: none; display: block; width: 174px; }
.brand img { width: 100%; height: 66px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.nav > a, .nav-drop-toggle { display: flex; align-items: center; gap: 6px; padding: 31px 0; color: #39485e; font-size: 14px; font-weight: 650; line-height: 1.4; letter-spacing: 0; transition: color .2s; }
.nav-drop-toggle { border: 0; background: transparent; cursor: pointer; }
.nav-drop-toggle svg { transition: transform .2s ease; }
.nav-drop.open > .nav-drop-toggle svg { transform: rotate(180deg); }
.nav > a:hover, .nav-drop:hover > .nav-drop-toggle, .nav-drop.open > .nav-drop-toggle { color: var(--gold); }
.nav-drop { position: relative; }
.nav-drop-menu { width: 500px; position: absolute; z-index: 10; top: calc(100% - 8px); left: -165px; padding: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 10px; opacity: 0; visibility: hidden; transform: translateY(7px); border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: var(--shadow); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
.nav-drop.open > .nav-drop-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav-drop-menu > div { padding: 5px; }
.nav-group-title { display: block; padding: 6px 12px 9px; color: #9a7a28; font-size: 10px; font-weight: 900; line-height: 1.45; letter-spacing: .13em; word-spacing: .04em; text-transform: uppercase; }
.nav-drop-menu a { display: flex; align-items: center; min-height: 44px; padding: 11px 13px; border-radius: 9px; color: #536177; font-size: 14px; line-height: 1.45; letter-spacing: 0; }
.nav-drop-menu a:hover { color: var(--navy); background: var(--sand); }
.nav a:focus-visible, .nav-drop-toggle:focus-visible, .menu-btn:focus-visible, .btn:focus-visible, .text-link:focus-visible, .solution-link:focus-visible { outline: 3px solid rgba(201,154,27,.42); outline-offset: 3px; }
.nav-actions { display: flex; align-items: center; gap: 13px; }
.nav-email { color: #59667a; font-size: 12px; font-weight: 650; }
.menu-btn { width: 44px; height: 44px; display: none; align-items: center; justify-content: center; padding: 0; color: var(--navy); border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; }

.btn { min-height: 45px; padding: 10px 19px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid transparent; border-radius: 12px; font-size: 13px; font-weight: 800; line-height: 1.4; text-align: center; transition: transform .22s, box-shadow .22s, background .22s, color .22s, border-color .22s; }
.btn svg { flex: none; }
.btn:hover { transform: translateY(-2px); }
.btn-large { min-height: 54px; padding: 0 23px; font-size: 14px; border-radius: 14px; }
.btn-whatsapp { color: #fff; background: var(--whatsapp); box-shadow: 0 12px 25px rgba(22,143,86,.2); }
.btn-whatsapp:hover { background: var(--whatsapp-dark); box-shadow: 0 15px 32px rgba(22,143,86,.28); }
.btn-outline { color: var(--navy); border-color: #c9d2de; background: rgba(255,255,255,.7); }
.btn-outline:hover { border-color: var(--gold); background: #fff; }
.btn-gold { color: var(--navy); background: linear-gradient(135deg, var(--gold-light), var(--gold)); box-shadow: 0 14px 35px rgba(201,154,27,.2); }
.btn-light { color: var(--navy); background: #fff; }
.btn-dark { color: #fff; background: var(--navy); }
.btn-dark:hover { background: var(--navy-2); }

.hero { padding: 34px 0 42px; position: relative; overflow: hidden; background: linear-gradient(180deg, #fff, var(--ivory)); }
.hero-banner-wrap { display: flex; flex-direction: column; align-items: center; }
.hero-banner { width: 100%; height: auto; aspect-ratio: 1775 / 887; object-fit: contain; border: 1px solid #e2e6eb; border-radius: 24px; background: #fff; box-shadow: 0 24px 65px rgba(7,26,61,.12); }
.hero-actions { margin-top: 25px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px; }

.trust-bar { position: relative; z-index: 3; background: #fff; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-item { min-height: 112px; padding: 25px 24px; display: flex; align-items: center; gap: 13px; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item > span { width: 45px; height: 45px; flex: none; display: grid; place-items: center; color: var(--gold); border: 1px solid #e7dcc1; border-radius: 13px; background: var(--ivory); }
.trust-item strong, .trust-item small { display: block; }
.trust-item strong { color: var(--navy); font-size: 13px; }
.trust-item small { margin-top: 5px; color: #7a8595; font-size: 11px; }

.intro { background: #fff; }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 100px; align-items: start; }
.intro h2, .section-head h2, .software-content > h2, .infra-copy > h2, .why-head h2, .center-head h2, .connected h2, .contact-copy h2 { margin: 0; color: var(--navy); font-size: clamp(36px, 3.7vw, 50px); font-weight: 600; line-height: 1.2; letter-spacing: 0; word-spacing: .02em; }
.intro-copy { padding: 5px 0 5px 42px; border-left: 1px solid var(--line); }
.intro-copy p { margin: 0 0 15px; color: var(--muted); font-size: 16px; line-height: 1.8; }
.text-link { width: max-content; margin-top: 24px; display: flex; align-items: center; gap: 8px; color: var(--navy); font-size: 13px; font-weight: 800; }
.text-link:hover { color: var(--gold); }

.services { background: var(--sand); }
.section-head { margin-bottom: 55px; display: grid; grid-template-columns: 1.15fr .6fr; align-items: end; gap: 70px; }
.section-head > p { margin: 0 0 5px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 340px; padding: 31px; position: relative; display: flex; flex-direction: column; border: 1px solid #dedbd2; border-radius: 22px; background: rgba(255,255,255,.88); transition: transform .25s, border-color .25s, box-shadow .25s; }
.service-card.priority:not(.featured) { border-top: 3px solid var(--gold); }
.service-card:hover { transform: translateY(-7px); border-color: #cab56f; box-shadow: 0 22px 50px rgba(38,38,28,.09); }
.service-card.featured { color: #fff; border-color: var(--navy-2); background: linear-gradient(145deg, var(--navy-2), var(--navy)); }
.service-top { display: flex; align-items: center; justify-content: space-between; }
.service-top > span { width: 50px; height: 50px; display: grid; place-items: center; color: var(--navy); border-radius: 14px; background: #f1e8cc; }
.featured .service-top > span { color: var(--gold-light); background: rgba(237,200,92,.12); }
.service-top small { color: #a3a6a7; font-size: 11px; font-weight: 800; letter-spacing: .14em; }
.service-card em { width: max-content; margin-top: 21px; padding: 7px 9px; color: var(--gold-light); border: 1px solid rgba(237,200,92,.28); border-radius: 999px; background: rgba(237,200,92,.08); font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.service-card h3 { margin: 29px 0 14px; color: var(--navy); font-size: 23px; font-weight: 650; line-height: 1.3; letter-spacing: 0; }
.featured h3 { margin-top: 17px; color: #fff; }
.service-card p { margin: 0; color: #687485; font-size: 14px; line-height: 1.7; }
.featured p { color: #b5c2d4; }
.service-card > a { margin-top: auto; padding-top: 25px; display: flex; align-items: center; gap: 8px; color: var(--navy); font-size: 12px; font-weight: 800; }
.featured > a { color: var(--gold-light); }

.software { background: #fff; }
.software-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.software-visual { min-height: 720px; position: sticky; top: 105px; overflow: hidden; border-radius: 28px; background: var(--navy); box-shadow: var(--shadow); }
.software-visual > img { width: 100%; height: 720px; object-fit: cover; }
.software-visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(7,26,61,.75), transparent 42%); }
.software-caption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 24px; padding: 18px; display: flex; align-items: center; gap: 12px; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(7,26,61,.75); backdrop-filter: blur(10px); }
.software-caption > svg { color: var(--gold-light); }
.software-caption small, .software-caption strong { display: block; }
.software-caption small { margin-bottom: 4px; color: var(--gold-light); font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.software-caption strong { font-size: 14px; }
.software-content > p:not(.kicker) { margin: 21px 0 30px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.solution-row { margin-top: 16px; padding: 25px; display: grid; grid-template-columns: 52px 1fr; gap: 18px; border: 1px solid var(--line); border-radius: 19px; background: var(--ivory); }
.solution-row > span { width: 52px; height: 52px; display: grid; place-items: center; color: var(--navy); border-radius: 14px; background: linear-gradient(145deg, var(--gold-light), var(--gold)); font-size: 23px; font-weight: 900; }
.solution-row small { color: #7a6950; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.solution-row em { width: max-content; display: block; padding: 6px 8px; color: var(--gold-light); border-radius: 999px; background: rgba(237,200,92,.1); font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.solution-row h3 { margin: 9px 0 12px; color: var(--navy); font-size: 24px; line-height: 1.3; letter-spacing: 0; }
.solution-row p { margin: 0; color: #667184; font-size: 14px; line-height: 1.75; }
.solution-row ul { margin: 16px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 18px; list-style: none; }
.solution-row li { display: flex; align-items: center; gap: 5px; color: #4d5b70; font-size: 11px; font-weight: 700; }
.solution-row li svg { color: var(--gold); }
.solution-link { width: max-content; margin-top: 18px; display: flex; align-items: center; gap: 7px; color: var(--navy); font-size: 11px; font-weight: 850; }
.solution-link:hover { color: var(--gold); }
.busy-row { color: #fff; border-color: var(--navy-2); background: var(--navy); }
.busy-row > span { color: #fff; background: var(--navy-3); box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); }
.busy-row h3 { color: #fff; }
.busy-row p, .busy-row li { color: #b5c2d4; }
.busy-row .solution-link { color: var(--gold-light); }
.compliance-note { margin-top: 16px; padding: 20px; display: grid; grid-template-columns: 35px 1fr; gap: 12px; border: 1px solid #e7d9b5; border-radius: 17px; background: #fff9e8; }
.compliance-note > svg { color: var(--gold); }
.compliance-note strong { color: var(--navy); font-size: 13px; }
.compliance-note p { margin: 6px 0 0; color: #776c57; font-size: 11px; line-height: 1.6; }

.infrastructure { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, #06152f, #0a2a59 72%, #173b70); }
.infrastructure::before { content: ""; position: absolute; inset: 0; background-image: radial-gradient(rgba(237,200,92,.22) 1px, transparent 1px); background-size: 37px 37px; mask-image: linear-gradient(90deg, transparent, #000 30%, #000 75%, transparent); }
.data-lines { position: absolute; inset: 0; opacity: .25; }
.data-lines i { position: absolute; width: 60%; height: 1px; left: -15%; top: 25%; background: linear-gradient(90deg, transparent, var(--gold-light), transparent); transform: rotate(8deg); animation: flow 8s ease-in-out infinite; }
.data-lines i:nth-child(2) { left: 25%; top: 58%; transform: rotate(-6deg); animation-delay: -2s; }
.data-lines i:nth-child(3) { left: 55%; top: 78%; transform: rotate(10deg); animation-delay: -5s; }
@keyframes flow { 50% { opacity: .25; transform: translateX(70px) rotate(8deg); } }
.infra-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.infra-copy .kicker { color: var(--gold-light); }
.infra-copy > h2 { color: #fff; }
.infra-copy > p:not(.kicker) { margin: 23px 0 28px; color: #b3c0d1; font-size: 15px; line-height: 1.78; }
.infra-list { margin-bottom: 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.infra-list article { min-height: 125px; padding: 18px; display: grid; grid-template-columns: 38px 1fr; gap: 12px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.055); backdrop-filter: blur(8px); transition: background .2s, transform .2s; }
.infra-list article:hover { transform: translateY(-3px); background: rgba(255,255,255,.09); }
.infra-list article > span { width: 38px; height: 38px; display: grid; place-items: center; color: var(--gold-light); border-radius: 11px; background: rgba(237,200,92,.1); }
.infra-list small { color: #7084a2; font-size: 9px; font-weight: 800; }
.infra-list h3 { margin: 4px 0 8px; color: #fff; font-size: 17px; line-height: 1.35; }
.infra-list p { margin: 0; color: #9eafc4; font-size: 11px; line-height: 1.5; }
.infra-visuals { min-height: 650px; position: relative; }
.infra-visuals figure { position: absolute; margin: 0; overflow: hidden; border: 5px solid rgba(255,255,255,.11); border-radius: 24px; background: #102b53; box-shadow: 0 25px 55px rgba(0,0,0,.28); }
.infra-visuals img { width: 100%; height: 100%; object-fit: cover; }
.infra-visuals figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(5,19,43,.8), transparent 42%); }
.infra-visuals figcaption { position: absolute; z-index: 2; left: 20px; bottom: 16px; color: #fff; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.infra-main { inset: 0 9% 14% 0; }
.infra-small { width: 51%; height: 44%; right: 0; bottom: 0; }

.why { color: #fff; background: var(--navy); }
.why-head { max-width: 790px; }
.why-head .kicker { color: var(--gold-light); }
.why-head h2 { color: #fff; }
.why-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid rgba(255,255,255,.11); border-radius: 24px; }
.why-grid article { min-height: 230px; padding: 30px; position: relative; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.why-grid article:nth-child(3n) { border-right: 0; }
.why-grid article:nth-child(n + 4) { border-bottom: 0; }
.why-grid article > span { color: #71819a; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.why-grid article > svg { position: absolute; top: 27px; right: 27px; width: 32px; height: 32px; padding: 7px; color: var(--gold-light); border-radius: 50%; background: rgba(237,200,92,.1); }
.why-grid h3 { margin: 48px 0 12px; font-size: 20px; line-height: 1.35; }
.why-grid p { margin: 0; color: #a8b5c8; font-size: 13px; line-height: 1.7; }

.process { background: var(--sand); }
.center-head { max-width: 780px; margin: 0 auto; text-align: center; }
.process-line { margin-top: 68px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; position: relative; }
.process-line::before { content: ""; position: absolute; left: 12%; right: 12%; top: 31px; height: 1px; background: #c8bd9e; }
.process-line article { position: relative; text-align: center; }
.process-line article > span { width: 63px; height: 63px; margin: 0 auto 24px; position: relative; z-index: 2; display: grid; place-items: center; color: var(--navy); border: 6px solid var(--sand); outline: 1px solid #d0c6ad; border-radius: 50%; background: linear-gradient(145deg, var(--gold-light), var(--gold)); box-shadow: 0 13px 30px rgba(116,87,15,.15); font-size: 10px; font-weight: 900; }
.process-line h3 { margin: 0 0 9px; color: var(--navy); font-size: 20px; }
.process-line p { max-width: 240px; margin: 0 auto; color: var(--muted); font-size: 13px; line-height: 1.65; }

.connected { background: #fff; }
.connected-grid { display: grid; grid-template-columns: 1.03fr .8fr; gap: 105px; align-items: center; }
.connected-grid > div:first-child > p:not(.kicker) { max-width: 650px; margin: 23px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.layer-map { padding: 29px; border: 1px solid #d8dee6; border-radius: 26px; background: linear-gradient(145deg, var(--ivory), var(--blue-mist)); box-shadow: var(--shadow); }
.layer-map > div { min-height: 67px; padding: 11px 15px; position: relative; display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 13px; border: 1px solid #dde2e8; border-radius: 14px; background: rgba(255,255,255,.92); }
.layer-map > div + div { margin-top: 14px; }
.layer-map span { width: 40px; height: 40px; display: grid; place-items: center; color: var(--gold); border-radius: 11px; background: #f5ecd4; }
.layer-map strong { color: var(--navy); font-size: 14px; }
.layer-map small { color: #929aa6; font-size: 9px; font-weight: 800; }
.layer-map i { position: absolute; z-index: 3; left: 34px; bottom: -15px; width: 1px; height: 15px; background: var(--gold); }

.faq { background: var(--sand); }
.faq-grid { max-width: 950px; margin: 52px auto 0; display: grid; gap: 12px; }
.faq details { overflow: hidden; border: 1px solid #dedbd2; border-radius: 16px; background: rgba(255,255,255,.9); transition: border-color .2s, box-shadow .2s; }
.faq details[open] { border-color: #cab56f; box-shadow: 0 14px 35px rgba(7,26,61,.07); }
.faq summary { padding: 21px 23px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--navy); cursor: pointer; font-size: 15px; font-weight: 800; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { width: 28px; height: 28px; flex: none; display: grid; place-items: center; color: var(--gold); border-radius: 50%; background: var(--sand); font-size: 19px; transition: transform .2s; }
.faq details[open] summary span { transform: rotate(45deg); }
.faq details p { margin: 0; padding: 0 23px 22px; color: var(--muted); font-size: 13px; line-height: 1.75; }

.main-cta { padding: 103px 0; position: relative; overflow: hidden; color: #fff; text-align: center; background: linear-gradient(125deg, #0a2450, #102f60 65%, #71540b); }
.main-cta::before, .main-cta::after { content: ""; position: absolute; border: 1px solid rgba(237,200,92,.18); border-radius: 50%; }
.main-cta::before { width: 560px; height: 560px; left: -270px; top: -310px; }
.main-cta::after { width: 500px; height: 500px; right: -250px; bottom: -330px; }
.main-cta > .shell { max-width: 910px; position: relative; z-index: 2; }
.cta-spark { width: 54px; height: 54px; margin: 0 auto 22px; display: grid; place-items: center; color: var(--gold-light); border: 1px solid rgba(237,200,92,.22); border-radius: 16px; background: rgba(237,200,92,.09); }
.main-cta p { margin: 0 0 15px; color: var(--gold-light); font-size: 11px; font-weight: 900; letter-spacing: .17em; }
.main-cta h2 { margin: 0; font-size: clamp(38px, 4.3vw, 56px); font-weight: 600; line-height: 1.2; letter-spacing: 0; word-spacing: .02em; }
.main-cta > .shell > span:not(.cta-spark) { max-width: 690px; margin: 24px auto 0; display: block; color: #c3ccda; font-size: 15px; line-height: 1.7; }
.cta-actions { margin-top: 29px; display: flex; align-items: center; justify-content: center; gap: 12px; }
.cta-phone { margin-top: 22px; display: inline-block; color: var(--gold-light); font-size: 13px; font-weight: 800; }

.contact { background: var(--ivory); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 85px; align-items: start; }
.contact-copy > p:not(.kicker) { margin: 22px 0 28px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.contact-card { margin-bottom: 12px; padding: 18px; display: flex; align-items: center; gap: 13px; color: #fff; border-radius: 16px; background: var(--whatsapp); }
.contact-card > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.13); }
.contact-card small, .contact-card a, .contact-card address { display: block; }
.contact-card small { margin-bottom: 4px; opacity: .75; font-size: 9px; font-weight: 800; letter-spacing: .14em; }
.contact-card a { font-size: 15px; font-weight: 800; }
.contact-card address { color: #344258; font-size: 13px; font-style: normal; font-weight: 650; line-height: 1.55; }
.contact-card.light { color: var(--navy); border: 1px solid var(--line); background: #fff; }
.contact-card.light > span { color: var(--gold); background: var(--sand); font-size: 19px; font-weight: 900; }
.location-card { align-items: flex-start; }
.contact-form { padding: 36px; display: grid; gap: 19px; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: 0 25px 60px rgba(7,26,61,.09); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-form label { display: grid; gap: 8px; color: #344258; font-size: 12px; font-weight: 750; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 14px; color: var(--ink); border: 1px solid #d3dae3; border-radius: 11px; outline: none; background: #fff; font-size: 13px; font-weight: 400; transition: border-color .2s, box-shadow .2s; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #c29a36; box-shadow: 0 0 0 4px rgba(201,154,27,.1); }
.contact-form button { width: max-content; }
.form-status { margin: 0; padding: 13px; display: flex; align-items: center; gap: 8px; color: #276244; border-radius: 10px; background: #eaf8f0; font-size: 11px; line-height: 1.5; }

footer { padding: 77px 0 25px; color: #dce5ef; background: #05142f; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr 1fr; gap: 55px; }
.footer-brand .brand { width: 195px; padding: 8px; border-radius: 12px; background: #fff; }
.footer-brand .brand img { height: 70px; }
.footer-brand > p { max-width: 390px; margin: 22px 0; color: #94a3b7; font-size: 13px; line-height: 1.75; }
.footer-brand > a:not(.brand) { width: max-content; margin-top: 9px; display: flex; align-items: center; gap: 8px; color: var(--gold-light); font-size: 12px; font-weight: 800; }
.footer-brand > address { max-width: 320px; margin-top: 15px; color: #94a3b7; font-size: 11px; font-style: normal; line-height: 1.65; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.footer-grid h3 { margin: 8px 0 14px; color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { color: #98a7ba; font-size: 12px; transition: color .2s, transform .2s; }
.footer-grid > div:not(.footer-brand) a:hover { color: var(--gold-light); transform: translateX(3px); }
.footer-bottom { margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; gap: 20px; color: #718096; border-top: 1px solid rgba(255,255,255,.09); font-size: 10px; }

.floating-whatsapp { position: fixed; z-index: 65; right: 22px; bottom: 22px; padding: 8px 16px 8px 8px; display: flex; align-items: center; gap: 10px; color: #fff; border: 1px solid rgba(255,255,255,.17); border-radius: 999px; background: var(--whatsapp); box-shadow: 0 16px 38px rgba(12,97,56,.32); transition: transform .2s, background .2s; }
.floating-whatsapp:hover { transform: translateY(-3px); background: var(--whatsapp-dark); }
.floating-whatsapp > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: rgba(255,255,255,.13); }
.floating-whatsapp b { font-size: 12px; white-space: nowrap; }

/* Dedicated service pages reuse the existing navy, gold, typography and spacing system. */
.service-hero { padding: 86px 0 78px; overflow: hidden; color: #fff; background: linear-gradient(135deg, #06152f, #0a2a59 70%, #173b70); }
.service-hero-grid { display: grid; grid-template-columns: 1.08fr .72fr; align-items: center; gap: 72px; }
.service-hero-copy .kicker { color: var(--gold-light); }
.service-hero-copy h1 { max-width: 900px; margin: 0; font-size: clamp(44px, 4.5vw, 64px); font-weight: 600; line-height: 1.15; letter-spacing: 0; word-spacing: .02em; }
.service-hero-copy .product-kicker { text-transform: none; font-size: 14px; letter-spacing: .03em; }
.service-hero-lead { max-width: 760px; margin: 26px 0 0; color: #c2cedd; font-size: 17px; line-height: 1.8; }
.service-hero-subtitle { max-width: 680px; margin: 22px 0 0; color: #fff; font-size: clamp(26px, 2.5vw, 34px); font-weight: 500; line-height: 1.35; letter-spacing: 0; text-wrap: balance; }
.service-hero-actions { margin-top: 31px; display: flex; flex-wrap: wrap; gap: 12px; }
.service-hero-copy .btn-outline { color: #fff; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.06); }
.service-hero-copy .btn-outline:hover { border-color: var(--gold-light); background: rgba(255,255,255,.1); }
.service-hero-panel { padding: 31px; border: 1px solid rgba(255,255,255,.13); border-radius: 25px; background: rgba(255,255,255,.065); box-shadow: 0 28px 70px rgba(0,0,0,.2); backdrop-filter: blur(14px); }
.service-hero-panel > span { display: block; margin-bottom: 20px; color: var(--gold-light); font-size: 10px; font-weight: 900; letter-spacing: .15em; }
.service-hero-panel ul { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.service-hero-panel li { display: grid; grid-template-columns: 24px 1fr; gap: 9px; color: #d6dfeb; font-size: 13px; line-height: 1.55; }
.service-hero-panel li b { width: 22px; height: 22px; display: grid; place-items: center; color: var(--navy); border-radius: 50%; background: var(--gold-light); font-size: 11px; }
.service-stat-grid { margin-top: 28px; padding-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; border-top: 1px solid rgba(255,255,255,.12); }
.service-stat-grid div { min-height: 86px; padding: 15px; border-radius: 14px; background: rgba(255,255,255,.055); }
.service-stat-grid strong, .service-stat-grid small { display: block; }
.service-stat-grid strong { color: #fff; font-size: 18px; }
.service-stat-grid small { margin-top: 6px; color: #99a9bd; font-size: 10px; line-height: 1.45; }

.service-detail-section.white { background: #fff; }
.service-detail-section.sand { background: var(--sand); }
.service-detail-section.navy { color: #fff; background: var(--navy); }
.service-section-head { margin-bottom: 52px; display: grid; grid-template-columns: 1.08fr .72fr; align-items: end; gap: 70px; }
.service-section-head h2 { max-width: 860px; margin: 0; color: var(--navy); font-size: clamp(36px, 3.7vw, 50px); font-weight: 600; line-height: 1.2; letter-spacing: 0; word-spacing: .02em; }
.service-section-head > p { margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.78; }
.service-detail-section.navy .service-section-head h2 { color: #fff; }
.service-detail-section.navy .service-section-head > p { color: #aebbd0; }
.service-detail-section.navy .kicker { color: var(--gold-light); }
.detail-card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.detail-card-grid article { min-height: 285px; padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.9); transition: transform .22s, box-shadow .22s, border-color .22s; }
.detail-card-grid article:hover { transform: translateY(-5px); border-color: #cab56f; box-shadow: 0 20px 45px rgba(7,26,61,.08); }
.detail-card-grid small { color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.detail-card-grid h3 { margin: 27px 0 14px; color: var(--navy); font-size: 21px; line-height: 1.35; letter-spacing: 0; }
.detail-card-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.detail-card-grid ul { margin: 18px 0 0; padding: 0; display: grid; gap: 8px; list-style: none; }
.detail-card-grid li { display: grid; grid-template-columns: 17px 1fr; gap: 6px; color: #546177; font-size: 11px; line-height: 1.45; }
.detail-card-grid li span { color: var(--gold); font-weight: 900; }
.service-detail-section.navy .detail-card-grid article { border-color: rgba(255,255,255,.12); background: rgba(255,255,255,.06); }
.service-detail-section.navy .detail-card-grid h3 { color: #fff; }
.service-detail-section.navy .detail-card-grid p, .service-detail-section.navy .detail-card-grid li { color: #afbdd0; }

.service-steps { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border: 1px solid #d9dfe6; border-radius: 23px; background: rgba(255,255,255,.78); }
.service-steps article { min-height: 215px; padding: 28px; display: grid; grid-template-columns: 58px 1fr; gap: 20px; border-right: 1px solid #d9dfe6; border-bottom: 1px solid #d9dfe6; }
.service-steps article:nth-child(2n) { border-right: 0; }
.service-steps article:nth-last-child(-n + 2) { border-bottom: 0; }
.service-steps article > span { width: 53px; height: 53px; display: grid; place-items: center; color: var(--navy); border-radius: 15px; background: linear-gradient(145deg, var(--gold-light), var(--gold)); font-size: 10px; font-weight: 900; }
.service-steps small { color: #9a7a28; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.service-steps h3 { margin: 7px 0 12px; color: var(--navy); font-size: 21px; line-height: 1.35; }
.service-steps p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.service-steps ul { margin: 12px 0 0; padding-left: 18px; color: var(--muted); font-size: 11px; line-height: 1.6; }
.service-callout { margin-top: 22px; padding: 23px 26px; display: grid; grid-template-columns: 105px 1fr; gap: 22px; align-items: start; border: 1px solid #e4d4a7; border-radius: 18px; background: #fff9e8; }
.service-callout > span { color: #9a7411; font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.service-callout h3 { margin: 0 0 7px; color: var(--navy); font-size: 17px; }
.service-callout p { margin: 0; color: #73694f; font-size: 12px; line-height: 1.7; }
.source-links { margin-top: 27px; display: flex; justify-content: center; flex-wrap: wrap; gap: 8px 16px; color: #aab8c9; font-size: 10px; }
.source-links > span { color: var(--gold-light); font-weight: 800; }
.source-links a { text-decoration: underline; text-underline-offset: 3px; }
.source-links a:hover { color: #fff; }

@media (max-width: 1160px) {
  .shell { width: min(100% - 44px, 1120px); }
  .nav { gap: 15px; }
  .nav-drop-menu { left: -195px; }
  .nav-email { display: none; }
  .software-layout { gap: 50px; }
  .detail-card-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 960px) {
  html { scroll-padding-top: 75px; }
  .announcement-inner { min-height: 0; flex-wrap: wrap; justify-content: flex-start; gap: 7px 14px; padding: 12px 0; }
  .announcement p { flex: 1 1 65%; }
  .announcement .official-link { border-left: 0; padding-left: 0; }
  .site-header, .site-header.scrolled { height: 74px; }
  .brand { width: 142px; }
  .brand img { height: 58px; }
  .nav { position: absolute; top: 80px; left: 22px; right: 22px; max-height: calc(100dvh - 100px); overflow-y: auto; overscroll-behavior: contain; padding: 12px; display: none; flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav > a, .nav-drop-toggle { width: 100%; padding: 14px 12px; justify-content: space-between; font-size: 14px; line-height: 1.35; }
  .nav-drop-menu { width: auto; position: static; margin: 0 5px 8px; padding: 8px; display: none; grid-template-columns: 1fr 1fr; gap: 5px; opacity: 1; visibility: visible; transform: none; border-radius: 12px; box-shadow: none; background: var(--ivory); }
  .nav-drop.open > .nav-drop-menu { display: grid; }
  .menu-btn { display: flex; }
  .hero { padding: 26px 0 36px; }
  .hero-banner { border-radius: 18px; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(n + 3) { border-top: 1px solid var(--line); }
  .intro-grid, .section-head, .software-layout, .infra-layout, .connected-grid, .contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .intro-copy { padding: 0; border: 0; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .software-visual { min-height: 520px; position: relative; top: auto; }
  .software-visual > img { height: 520px; }
  .software-content { max-width: 800px; }
  .infra-visuals { min-height: 610px; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .why-grid article:nth-child(3n) { border-right: 1px solid rgba(255,255,255,.1); }
  .why-grid article:nth-child(2n) { border-right: 0; }
  .why-grid article:nth-child(n + 4) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .why-grid article:nth-child(n + 5) { border-bottom: 0; }
  .process-line { grid-template-columns: 1fr 1fr; row-gap: 48px; }
  .process-line::before { display: none; }
  .footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
  .service-hero { padding: 68px 0; }
  .service-hero-grid, .service-section-head { grid-template-columns: 1fr; gap: 38px; }
  .service-hero-copy h1 { font-size: 52px; line-height: 1.15; }
  .service-section-head { margin-bottom: 38px; }
}

@media (max-width: 650px) {
  .shell { width: calc(100% - 30px); }
  .section { padding: 78px 0; }
  .announcement-inner { display: grid; grid-template-columns: 1fr auto; }
  .announcement-label { grid-column: 1 / -1; }
  .announcement p { grid-column: 1 / -1; font-size: 11px; }
  .announcement a { font-size: 11px; }
  .nav-shell { gap: 10px; }
  .brand { width: 117px; }
  .brand img { height: 50px; }
  .nav-cta { width: 44px; height: 44px; min-height: 44px; padding: 0; border-radius: 12px; }
  .nav-cta span { display: none; }
  .nav { left: 15px; right: 15px; }
  .nav-drop-menu { grid-template-columns: 1fr; }
  .nav-group-title { padding-top: 10px; }
  .hero { padding: 18px 0 28px; }
  .hero-banner { border-radius: 12px; box-shadow: 0 14px 35px rgba(7,26,61,.1); }
  .hero-actions { width: 100%; margin-top: 17px; display: grid; }
  .hero-actions .btn { width: 100%; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:nth-child(2) { min-height: 90px; padding: 18px 4px; border-right: 0; border-top: 1px solid var(--line); }
  .trust-item:first-child { border-top: 0; }
  .intro h2, .section-head h2, .software-content > h2, .infra-copy > h2, .why-head h2, .center-head h2, .connected h2, .contact-copy h2 { font-size: clamp(30px, 8.5vw, 36px); line-height: 1.22; letter-spacing: 0; word-spacing: .02em; }
  .intro-copy p { font-size: 14px; }
  .section-head { margin-bottom: 35px; }
  .section-head > p { font-size: 14px; }
  .service-grid, .why-grid, .process-line { grid-template-columns: 1fr; }
  .service-card { min-height: 315px; padding: 25px; }
  .software-visual { min-height: 390px; border-radius: 20px; }
  .software-visual > img { height: 390px; }
  .software-caption { left: 15px; right: 15px; bottom: 15px; }
  .solution-row { padding: 19px; grid-template-columns: 43px 1fr; gap: 13px; }
  .solution-row > span { width: 43px; height: 43px; }
  .solution-row h3 { font-size: 20px; }
  .solution-row ul { display: grid; }
  .compliance-note { grid-template-columns: 27px 1fr; }
  .infra-list { grid-template-columns: 1fr; }
  .infra-visuals { min-height: 455px; }
  .infra-main { inset: 0 6% 18% 0; }
  .infra-small { width: 58%; height: 42%; }
  .why-grid article, .why-grid article:nth-child(3n), .why-grid article:nth-child(2n), .why-grid article:nth-child(n + 4), .why-grid article:nth-child(n + 5) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .why-grid article:last-child { border-bottom: 0; }
  .process-line { margin-top: 42px; gap: 0; }
  .process-line article { padding-bottom: 31px; display: grid; grid-template-columns: 63px 1fr; gap: 17px; text-align: left; }
  .process-line article > span { margin: 0; }
  .process-line article::after { content: ""; position: absolute; left: 31px; top: 63px; bottom: 0; width: 1px; background: #c8bd9e; }
  .process-line article:last-child::after { display: none; }
  .process-line h3, .process-line p { margin-left: 0; }
  .layer-map { padding: 17px; }
  .main-cta { padding: 78px 0; }
  .main-cta h2 { font-size: clamp(32px, 9vw, 38px); line-height: 1.2; letter-spacing: 0; }
  .cta-actions { display: grid; }
  .cta-actions .btn { width: 100%; }
  .field-row { grid-template-columns: 1fr; }
  .contact-form { padding: 23px; border-radius: 20px; }
  .contact-form button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-bottom { margin-top: 38px; flex-direction: column; }
  .floating-whatsapp { right: 13px; bottom: 13px; padding: 7px; }
  .floating-whatsapp b { display: none; }
  .service-hero { padding: 52px 0 58px; }
  .service-hero-copy h1 { font-size: clamp(36px, 10vw, 44px); line-height: 1.18; letter-spacing: 0; word-spacing: .02em; }
  .service-hero-lead { font-size: 16px; line-height: 1.75; }
  .service-hero-subtitle { font-size: 26px; line-height: 1.38; }
  .service-hero-actions { display: grid; }
  .service-hero-actions .btn { width: 100%; }
  .service-hero-panel { padding: 22px; border-radius: 19px; }
  .service-stat-grid { grid-template-columns: 1fr; }
  .service-stat-grid div { min-height: 72px; }
  .service-section-head h2 { font-size: clamp(30px, 8.5vw, 36px); line-height: 1.22; letter-spacing: 0; word-spacing: .02em; }
  .service-section-head > p { font-size: 14px; }
  .detail-card-grid { grid-template-columns: 1fr; }
  .detail-card-grid article { min-height: 0; padding: 23px; }
  .service-steps { grid-template-columns: 1fr; }
  .service-steps article, .service-steps article:nth-child(2n), .service-steps article:nth-last-child(-n + 2) { min-height: 0; padding: 22px; grid-template-columns: 47px 1fr; gap: 15px; border-right: 0; border-bottom: 1px solid #d9dfe6; }
  .service-steps article:last-child { border-bottom: 0; }
  .service-steps article > span { width: 44px; height: 44px; border-radius: 12px; }
  .service-callout { grid-template-columns: 1fr; gap: 10px; padding: 20px; }
  .source-links { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Website design service page: original offer content inside the Al Arifa visual system. */
.wd-page { background: #fff; }
.wd-page h1, .wd-page h2, .wd-page h3, .wd-page h4 { margin-top: 0; color: var(--navy); }
.wd-page h2 { margin-bottom: 0; font-size: clamp(36px, 3.7vw, 50px); font-weight: 600; line-height: 1.2; letter-spacing: 0; }
.wd-page p { margin-top: 0; }
.wd-offer-strip { min-height: 43px; padding: 10px 20px; display: flex; align-items: center; justify-content: center; gap: 13px; color: #e2e8f1; background: var(--navy-2); font-size: 12px; }
.wd-offer-strip a { display: inline-flex; align-items: center; gap: 7px; color: var(--gold-light); font-weight: 800; }
.wd-offer-strip strong { font-size: 15px; line-height: 1; }
.wd-page-nav { min-height: 54px; display: flex; align-items: center; justify-content: center; gap: 29px; overflow-x: auto; color: #59667a; font-size: 12px; font-weight: 700; white-space: nowrap; scrollbar-width: none; }
.wd-page-nav::-webkit-scrollbar { display: none; }
.wd-page-nav a:hover { color: var(--gold); }
.wd-hero { padding: 82px 0; color: #fff; background: linear-gradient(135deg, #06152f, #0a2a59 72%, #173b70); }
.wd-hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 72px; }
.wd-hero .kicker { color: var(--gold-light); }
.wd-hero h1 { max-width: 660px; margin: 0; color: #fff; font-size: clamp(52px, 5.4vw, 76px); font-weight: 600; line-height: 1.06; letter-spacing: -.035em; }
.wd-hero h1 span { color: var(--gold-light); }
.wd-hero-description { max-width: 630px; margin: 27px 0 0; color: #c4cfde; font-size: 17px; line-height: 1.78; }
.wd-hero-description strong { color: #fff; }
.wd-price-row { width: max-content; max-width: 100%; margin: 31px 0 28px; padding: 18px 20px; display: flex; align-items: center; flex-wrap: wrap; gap: 24px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.07); }
.wd-price-row > div { display: grid; gap: 3px; }
.wd-price-row small { color: #b7c5d6; font-size: 12px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }
.wd-price-row s { color: #78a9ff; font-size: 27px; font-weight: 750; line-height: 1.2; text-decoration-color: #a9c8ff; text-decoration-thickness: 2px; }
.wd-price-row .wd-sale-price { padding-left: 24px; border-left: 1px solid rgba(255,255,255,.2); }
.wd-sale-price strong { color: var(--gold-light); font-size: 58px; font-weight: 800; line-height: .95; letter-spacing: -.045em; text-shadow: 0 5px 22px rgba(0,0,0,.2); }
.wd-sale-price strong span { font-size: 18px; letter-spacing: 0; }
.wd-price-row em { padding: 9px 12px; color: var(--navy); border-radius: 999px; background: var(--gold-light); font-size: 12px; font-style: normal; font-weight: 900; letter-spacing: .08em; }
.wd-price-note { margin: 13px 0 0; color: #94a5bb; font-size: 11px; }
.wd-assurances { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 18px; color: #d4deea; font-size: 12px; font-weight: 700; }
.wd-assurances span::first-letter { color: var(--gold-light); }
.wd-hero-visual { padding: 22px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 26px; background: rgba(255,255,255,.065); box-shadow: 0 30px 75px rgba(0,0,0,.25); }
.wd-visual-label, .wd-visual-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.wd-visual-label { padding: 2px 3px 18px; color: var(--gold-light); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.wd-hero-visual img { width: 100%; aspect-ratio: 1448 / 1086; object-fit: cover; border-radius: 17px; background: #fff; }
.wd-visual-footer { padding: 17px 3px 0; color: #b6c4d5; font-size: 10px; }
.wd-visual-footer strong { color: #fff; font-size: 10px; }
.wd-hero-visual > p { margin: 18px 3px 1px; color: #c9d4e1; font-size: 12px; line-height: 1.6; }
.wd-hero-visual > p strong { color: #fff; }
.wd-value-ribbon { color: #fff; background: var(--navy); border-top: 1px solid rgba(255,255,255,.1); }
.wd-value-ribbon > div { min-height: 94px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.wd-value-ribbon span { min-height: 44px; padding: 0 24px; display: flex; align-items: center; justify-content: center; border-right: 1px solid rgba(255,255,255,.11); color: #d5deea; font-size: 12px; font-weight: 750; text-align: center; }
.wd-value-ribbon span:first-child { padding-left: 0; }
.wd-value-ribbon span:last-child { padding-right: 0; border-right: 0; }
.wd-section-head { margin-bottom: 50px; display: grid; grid-template-columns: 1.05fr .65fr; align-items: end; gap: 70px; }
.wd-section-head > p, .wd-section-head > div:last-child > p { margin-bottom: 4px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.wd-section-head small { color: #7e8998; font-size: 11px; }
.wd-sand { background: var(--sand); }
.wd-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.wd-feature-grid article { min-height: 270px; padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.wd-feature-grid article > div { display: flex; align-items: center; justify-content: space-between; }
.wd-feature-grid article > div span { color: #9aa4b0; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.wd-feature-grid article > div b { width: 39px; height: 39px; display: grid; place-items: center; color: var(--navy); border-radius: 12px; background: #f1e8cc; }
.wd-feature-grid h3 { margin: 36px 0 13px; font-size: 21px; line-height: 1.38; }
.wd-feature-grid p { margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.wd-note { margin-top: 22px; padding: 18px 22px; display: flex; align-items: center; gap: 12px; color: #675d46; border: 1px solid #e5d6ae; border-radius: 15px; background: #fff9e8; font-size: 12px; }
.wd-note > span { color: var(--gold); font-weight: 900; }
.wd-note p { flex: 1; margin: 0; }
.wd-note a, .wd-scope-column article > a, .wd-faq-layout > div:first-child > a { display: inline-flex; align-items: center; gap: 7px; color: var(--navy); font-weight: 800; }
.wd-page-plan { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid #d6d2c8; border-bottom: 1px solid #d6d2c8; }
.wd-page-plan article { padding: 25px 21px 30px; border-right: 1px solid #d6d2c8; }
.wd-page-plan article:first-child { padding-left: 0; }
.wd-page-plan article:last-child { padding-right: 0; border-right: 0; }
.wd-page-plan article > div { min-height: 24px; display: flex; justify-content: space-between; gap: 8px; color: #78828f; font-size: 10px; }
.wd-page-plan em { padding: 4px 6px; color: #765e1e; border-radius: 5px; background: #eadcae; font-size: 8px; font-style: normal; font-weight: 900; letter-spacing: .07em; }
.wd-page-plan h3 { margin: 26px 0 29px; font-size: 23px; }
.wd-page-plan h4 { margin-bottom: 10px; font-size: 13px; line-height: 1.45; }
.wd-page-plan p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.wd-examples { margin: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--ivory); }
.wd-examples img { width: 100%; aspect-ratio: 1672 / 941; object-fit: contain; }
.wd-examples figcaption { padding: 20px 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; color: #56647a; border-top: 1px solid var(--line); background: #fff; font-size: 12px; text-align: center; }
.wd-industries { margin: 30px 0 17px; display: flex; justify-content: center; flex-wrap: wrap; gap: 9px; }
.wd-industries span { padding: 8px 13px; color: #59677c; border: 1px solid var(--line); border-radius: 999px; font-size: 11px; }
.wd-footnote { margin-bottom: 0; color: #7a8595; font-size: 10px; text-align: center; }
.wd-why { color: #fff; background: var(--navy); }
.wd-why-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.wd-why .kicker { color: var(--gold-light); }
.wd-why h2 { color: #fff; }
.wd-why-grid > div:first-child > p:not(.kicker) { max-width: 470px; margin: 23px 0 28px; color: #aab8ca; font-size: 15px; line-height: 1.8; }
.wd-why-grid > div:last-child article { padding: 22px 0; display: grid; grid-template-columns: 45px 1fr; gap: 21px; border-bottom: 1px solid rgba(255,255,255,.11); }
.wd-why-grid > div:last-child article:last-child { border-bottom: 0; }
.wd-why-grid article > span { color: var(--gold-light); font-size: 10px; font-weight: 850; }
.wd-why-grid h3 { margin-bottom: 8px; color: #fff; font-size: 18px; line-height: 1.4; }
.wd-why-grid article p { margin-bottom: 0; color: #aab8ca; font-size: 13px; line-height: 1.7; }
.wd-process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 34px; }
.wd-process-grid article { padding: 24px 0; display: grid; grid-template-columns: 45px 1fr; gap: 16px; border-top: 1px solid #d8d4c9; }
.wd-process-grid article > span { width: 39px; height: 39px; display: grid; place-items: center; color: var(--navy); border-radius: 12px; background: #eadcae; font-size: 9px; font-weight: 850; }
.wd-process-grid h3 { margin: 4px 0 7px; font-size: 16px; }
.wd-process-grid p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.wd-process-note { margin-top: 18px; padding: 18px 21px; display: flex; align-items: center; gap: 10px; color: #665c45; border-radius: 13px; background: #fff9e8; font-size: 12px; line-height: 1.6; }
.wd-process-note span { color: var(--gold); font-weight: 900; }
.wd-pricing { background: var(--blue-mist); }
.wd-center-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.wd-center-head h2 span { color: var(--gold); }
.wd-center-head > p:last-child { margin: 20px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.wd-pricing-layout { max-width: 1030px; margin: 0 auto; display: grid; grid-template-columns: .95fr 1.05fr; align-items: start; gap: 26px; }
.wd-pricing-card { padding: 34px; color: #fff; border: 1px solid var(--navy-2); border-radius: 22px; background: linear-gradient(145deg, var(--navy-2), var(--navy)); box-shadow: var(--shadow); }
.wd-pricing-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #c4cfde; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.wd-pricing-title em { padding: 9px 12px; color: var(--navy); border-radius: 999px; background: var(--gold-light); font-size: 12px; font-style: normal; font-weight: 900; letter-spacing: .06em; }
.wd-pricing-card h3 { margin: 27px 0; color: #fff; font-size: 24px; }
.wd-pricing-card > p { margin-bottom: 11px; color: #bdc8d7; font-size: 12px; }
.wd-pricing-card > p:first-of-type { color: #fff; font-size: 16px; font-weight: 700; }
.wd-pricing-card > p:first-of-type s { margin-left: 5px; color: #78a9ff; font-size: 25px; font-weight: 800; text-decoration-color: #a9c8ff; text-decoration-thickness: 2px; }
.wd-pricing-card > small { display: block; color: #aebccd; font-size: 10px; }
.wd-large-price { display: block; margin: 2px 0 12px; color: var(--gold-light); font-size: 94px; font-weight: 800; line-height: 1; letter-spacing: -.06em; text-shadow: 0 7px 28px rgba(0,0,0,.22); }
.wd-large-price span { font-size: 22px; letter-spacing: 0; }
.wd-pricing-card .wd-saving { margin-bottom: 24px; color: #d7c26f; }
.wd-full { width: 100%; }
.wd-pricing-card hr { height: 1px; margin: 28px 0 23px; border: 0; background: rgba(255,255,255,.12); }
.wd-check-list { margin: 0; padding: 0; display: grid; gap: 12px; list-style: none; }
.wd-check-list li { display: grid; grid-template-columns: 19px 1fr; gap: 8px; font-size: 12px; line-height: 1.55; }
.wd-check-list li span { color: var(--gold-light); font-weight: 900; }
.wd-pricing-card .wd-fineprint { margin: 24px 0 0; color: #aebccd; font-size: 10px; line-height: 1.7; }
.wd-scope-column { display: grid; gap: 18px; }
.wd-scope-column > article { padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.wd-scope-column h3 { margin-bottom: 14px; font-size: 17px; }
.wd-scope-column p { margin-bottom: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.wd-scope-detail { padding: 13px 0; display: flex; justify-content: space-between; gap: 15px; color: #718095; border-top: 1px solid var(--line); font-size: 11px; }
.wd-scope-detail:first-of-type { margin-top: 21px; }
.wd-scope-detail strong { color: var(--navy); text-align: right; }
.wd-addons { margin: 17px 0; display: flex; flex-wrap: wrap; gap: 7px; }
.wd-addons span { padding: 6px 9px; color: #5e6b7e; border: 1px solid var(--line); border-radius: 6px; background: var(--ivory); font-size: 10px; }
.wd-scope-column article > a { margin-top: 19px; font-size: 11px; }
.wd-domain-note { padding: 20px 23px; color: #56647a; border: 1px solid #ddd3b9; border-radius: 16px; background: #fff9e8; }
.wd-domain-note strong { color: var(--navy); font-size: 13px; }
.wd-domain-note p { margin: 5px 0 0; font-size: 11px; line-height: 1.7; }
.wd-faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; }
.wd-faq-layout > div:first-child > p:not(.kicker) { margin: 24px 0 8px; color: var(--muted); font-size: 13px; }
.wd-faq-layout > div:first-child > a { font-size: 12px; }
.wd-faq-layout details { border-bottom: 1px solid var(--line); }
.wd-faq-layout summary { padding: 21px 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; color: var(--navy); cursor: pointer; font-size: 15px; font-weight: 700; line-height: 1.5; list-style: none; }
.wd-faq-layout summary::-webkit-details-marker { display: none; }
.wd-faq-layout summary span { color: var(--gold); font-size: 20px; transition: transform .2s; }
.wd-faq-layout details[open] summary span { transform: rotate(45deg); }
.wd-faq-layout details > p { padding: 0 40px 20px 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.wd-contact { background: var(--sand); }
.wd-contact-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: start; gap: 72px; }
.wd-contact h2 span { color: #9a7411; }
.wd-contact-grid > div:first-child > p:not(.kicker) { max-width: 500px; margin: 24px 0 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.wd-contact-offer { margin: 29px 0 25px; padding: 19px 0; border-top: 1px solid #d6d2c8; border-bottom: 1px solid #d6d2c8; }
.wd-contact-offer > small { color: #7f6c38; font-size: 11px; font-weight: 850; letter-spacing: .1em; }
.wd-contact-offer > div { margin-top: 8px; display: flex; align-items: center; flex-wrap: wrap; gap: 18px; }
.wd-contact-offer s { color: var(--navy-3); font-size: 25px; font-weight: 750; text-decoration-color: #5f83b5; text-decoration-thickness: 2px; }
.wd-contact-offer strong { color: var(--gold); font-size: 43px; font-weight: 850; line-height: 1; letter-spacing: -.04em; text-shadow: 0 4px 18px rgba(201,154,27,.18); }
.wd-contact-offer em { padding: 7px 10px; color: var(--navy); border-radius: 999px; background: var(--gold-light); font-size: 11px; font-style: normal; font-weight: 900; }
.wd-contact-grid > div:first-child .wd-check-list { color: #526177; }
.wd-uae { margin-top: 33px; }
.wd-uae strong { color: var(--navy); font-size: 13px; }
.wd-uae p { margin: 3px 0 0; color: #748094; font-size: 11px; }
.wd-inquiry-form { padding: 34px; border: 1px solid var(--line); border-radius: 23px; background: #fff; box-shadow: 0 24px 60px rgba(7,26,61,.09); }
.wd-inquiry-form > h3 { margin-bottom: 6px; font-size: 24px; }
.wd-inquiry-form > p:first-of-type { margin-bottom: 24px; color: var(--muted); font-size: 12px; }
.wd-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.wd-form-grid label { display: grid; gap: 8px; color: #344258; font-size: 12px; font-weight: 750; }
.wd-form-grid label > span { color: var(--gold); }
.wd-form-grid input, .wd-form-grid select, .wd-form-grid textarea { width: 100%; min-height: 47px; padding: 13px; color: var(--ink); border: 1px solid #d3dae3; border-radius: 10px; outline: none; background: #fff; font-size: 13px; font-weight: 400; }
.wd-form-grid textarea { min-height: 112px; resize: vertical; }
.wd-form-grid input:focus, .wd-form-grid select:focus, .wd-form-grid textarea:focus { border-color: #c29a36; box-shadow: 0 0 0 4px rgba(201,154,27,.1); }
.wd-wide { grid-column: 1 / -1; }
.wd-consent { margin: 17px 0; color: #758095; font-size: 10px; line-height: 1.6; }
.wd-inquiry-form .form-status { margin-top: 14px; }
.wd-form-bottom { margin-top: 13px; display: block; color: #788498; font-size: 10px; text-align: center; }

@media (max-width: 960px) {
  .wd-hero-grid, .wd-section-head, .wd-why-grid, .wd-contact-grid { grid-template-columns: 1fr; gap: 42px; }
  .wd-hero { padding: 68px 0; }
  .wd-hero-copy { max-width: 760px; }
  .wd-feature-grid { grid-template-columns: 1fr 1fr; }
  .wd-page-plan { grid-template-columns: repeat(3, 1fr); border: 0; }
  .wd-page-plan article, .wd-page-plan article:first-child, .wd-page-plan article:last-child { padding: 23px 20px; border-right: 0; border-top: 1px solid #d6d2c8; }
  .wd-process-grid { grid-template-columns: 1fr 1fr; }
  .wd-pricing-layout { gap: 20px; }
  .wd-faq-layout { grid-template-columns: .8fr 1.2fr; gap: 45px; }
}

@media (max-width: 650px) {
  .wd-offer-strip { min-height: 48px; flex-wrap: wrap; gap: 3px 8px; font-size: 11px; line-height: 1.45; text-align: center; }
  .wd-page-nav { width: 100%; min-height: 50px; padding: 0 15px; justify-content: flex-start; gap: 21px; border-bottom: 1px solid var(--line); }
  .wd-hero { padding: 52px 0 58px; }
  .wd-hero h1 { font-size: clamp(42px, 12vw, 58px); line-height: 1.08; }
  .wd-hero-description { font-size: 16px; }
  .wd-price-row { width: 100%; padding: 16px; gap: 16px; }
  .wd-price-row s { font-size: 23px; }
  .wd-price-row .wd-sale-price { padding-left: 16px; }
  .wd-sale-price strong { font-size: 48px; }
  .wd-sale-price strong span { font-size: 15px; }
  .wd-hero-copy > .btn { width: 100%; }
  .wd-hero-visual { padding: 14px; border-radius: 18px; }
  .wd-hero-visual img { border-radius: 12px; }
  .wd-visual-footer { flex-wrap: wrap; }
  .wd-visual-footer strong { width: 100%; }
  .wd-value-ribbon > div { padding: 23px 0; grid-template-columns: 1fr 1fr; gap: 18px 10px; }
  .wd-value-ribbon span, .wd-value-ribbon span:first-child, .wd-value-ribbon span:last-child { min-height: 0; padding: 0 8px; border-right: 0; justify-content: flex-start; font-size: 11px; text-align: left; }
  .wd-section-head { margin-bottom: 34px; gap: 20px; }
  .wd-section-head > p, .wd-section-head > div:last-child > p { font-size: 14px; }
  .wd-page h2 { font-size: clamp(30px, 8.5vw, 36px); line-height: 1.22; }
  .wd-feature-grid { grid-template-columns: 1fr; }
  .wd-feature-grid article { min-height: 0; padding: 24px; }
  .wd-note { align-items: flex-start; flex-wrap: wrap; }
  .wd-note p { flex-basis: calc(100% - 25px); }
  .wd-note a { margin-left: 25px; }
  .wd-page-plan { grid-template-columns: 1fr 1fr; }
  .wd-page-plan article, .wd-page-plan article:first-child, .wd-page-plan article:last-child { padding: 21px 15px; }
  .wd-page-plan article:last-child { grid-column: 1 / -1; }
  .wd-page-plan h3 { margin: 18px 0 21px; }
  .wd-examples figcaption { padding: 16px 8px; gap: 8px; font-size: 10px; }
  .wd-industries { justify-content: flex-start; }
  .wd-why-grid > div:last-child article { grid-template-columns: 35px 1fr; gap: 15px; }
  .wd-process-grid { grid-template-columns: 1fr; }
  .wd-process-grid article { grid-template-columns: 43px 1fr; }
  .wd-pricing-layout { grid-template-columns: 1fr; }
  .wd-pricing-card { padding: 26px; border-radius: 18px; }
  .wd-large-price { font-size: 78px; }
  .wd-pricing-card > p:first-of-type s { font-size: 22px; }
  .wd-contact-offer s { font-size: 21px; }
  .wd-contact-offer strong { font-size: 38px; }
  .wd-scope-column > article { padding: 23px; }
  .wd-faq-layout { grid-template-columns: 1fr; gap: 29px; }
  .wd-faq-layout details > p { padding-right: 0; }
  .wd-inquiry-form { padding: 24px; border-radius: 19px; }
  .wd-form-grid { grid-template-columns: 1fr; }
  .wd-wide { grid-column: auto; }
}
