:root {
	--navy: #071a33;
	--navy-2: #0b284b;
	--blue: #0878db;
	--blue-2: #0d5bb5;
	--cyan: #23b9da;
	--orange: #ff7a31;
	--ink: #12233d;
	--muted: #65748b;
	--line: #e6edf4;
	--soft: #f5f8fb;
	--white: #fff;
	--shadow: 0 18px 50px rgba(14, 42, 75, .10);
	--radius: 22px;
	--container: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
	margin: 0;
	color: var(--ink);
	background: var(--white);
	font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 16px;
	line-height: 1.65;
	-webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
a { color: var(--blue-2); text-decoration: none; transition: color .2s ease, opacity .2s ease, transform .2s ease; }
a:hover { color: var(--blue); }
img { max-width: 100%; height: auto; }
button, input, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute !important; width: 1px; word-wrap: normal !important; }
.screen-reader-text:focus { background: #fff; clip: auto; clip-path: none; height: auto; left: 12px; padding: 12px 16px; top: 12px; width: auto; z-index: 100000; }
.alignwide { max-width: 1300px; margin-inline: auto; }

.announcement-bar { overflow: hidden; background: var(--orange); color: #fff; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.announcement-track { display: flex; width: max-content; animation: ticker 26s linear infinite; }
.announcement-track span { padding: 8px 34px; }
@keyframes ticker { to { transform: translateX(-50%); } }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(230,237,244,.8); backdrop-filter: blur(15px); }
.header-inner { display: flex; align-items: center; min-height: 88px; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); flex-shrink: 0; }
.brand img { width: 60px; height: 60px; border-radius: 13px; object-fit: cover; border: 1px solid #edf1f6; }
.brand-copy { display: grid; line-height: 1; gap: 7px; }
.brand-copy strong { color: var(--blue); font-size: 22px; letter-spacing: -.04em; }
.brand-copy strong span { color: var(--navy); font-weight: 800; }
.brand-copy small { color: var(--muted); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; white-space: nowrap; }
.primary-navigation { margin-left: auto; }
.primary-navigation ul, .primary-navigation .menu { list-style: none; display: flex; align-items: center; gap: 26px; padding: 0; margin: 0; }
.primary-navigation a { color: #40516a; font-size: 14px; font-weight: 700; }
.primary-navigation a:hover, .primary-navigation .current-menu-item > a { color: var(--blue); }
.header-call { display: inline-flex; align-items: center; gap: 8px; background: var(--navy); color: #fff; border-radius: 11px; padding: 12px 15px; font-size: 13px; font-weight: 800; white-space: nowrap; }
.header-call:hover { color: #fff; background: var(--blue); transform: translateY(-1px); }
.icon { display: inline-flex; width: 19px; height: 19px; align-items: center; justify-content: center; flex-shrink: 0; }
.icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.menu-toggle, .menu-close { display: none; border: 0; background: transparent; cursor: pointer; color: var(--ink); }

.hero { position: relative; overflow: hidden; isolation: isolate; background: linear-gradient(112deg, var(--navy) 0%, #0c2d54 58%, #0b558f 100%); color: #fff; }
.hero::before { content: ""; position: absolute; inset: 0 0 0 50%; background: radial-gradient(circle at 35% 45%, rgba(52,193,226,.38), transparent 45%), radial-gradient(circle at 75% 10%, rgba(255,122,49,.26), transparent 34%); z-index: -1; }
.hero::after { content: ""; position: absolute; width: 540px; height: 540px; right: -170px; bottom: -280px; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; box-shadow: 0 0 0 60px rgba(255,255,255,.025), 0 0 0 120px rgba(255,255,255,.02); z-index: -1; }
.hero-grid { min-height: 600px; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 50px; padding: 68px 0 75px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--cyan); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 27px; height: 2px; background: var(--orange); }
.hero h1 { max-width: 650px; margin: 18px 0; color: #fff; font-size: clamp(42px, 5.2vw, 72px); line-height: 1.05; letter-spacing: -.055em; }
.hero h1 em { color: #70dcf2; font-style: normal; }
.hero-lead { max-width: 580px; margin: 0; color: #c6d8ea; font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 48px; padding: 12px 19px; border: 1px solid transparent; border-radius: 10px; background: var(--blue); color: #fff; font-weight: 800; font-size: 14px; box-shadow: 0 8px 20px rgba(8,120,219,.22); }
.button:hover { color: #fff; background: #0e8de7; transform: translateY(-2px); }
.button-outline { border-color: rgba(255,255,255,.3); background: transparent; box-shadow: none; }
.button-outline:hover { background: rgba(255,255,255,.1); }
.button-light { background: #fff; color: var(--navy); box-shadow: none; }
.button-light:hover { color: var(--navy); background: #edf7ff; }
.button-small { min-height: 40px; padding: 8px 14px; font-size: 12px; }
.page-hero .button-outline { border-color: var(--navy); color: var(--navy); }
.page-hero .button-outline:hover { background: var(--navy); color: #fff; }
.hero-art { position: relative; min-height: 430px; display: flex; align-items: center; justify-content: center; }
.hero-art::before { content: ""; position: absolute; width: 385px; height: 385px; border: 1px solid rgba(134,231,246,.35); border-radius: 50%; box-shadow: 0 0 0 28px rgba(134,231,246,.08), 0 0 0 70px rgba(134,231,246,.04); }
.hero-logo-card { position: relative; display: grid; place-items: center; width: 300px; height: 300px; padding: 28px; border: 8px solid rgba(255,255,255,.13); border-radius: 50%; background: rgba(255,255,255,.94); box-shadow: 0 25px 55px rgba(0,0,0,.25); transform: rotate(-3deg); }
.hero-logo-card img { width: 100%; height: 100%; object-fit: contain; border-radius: 50%; }
.art-badge { position: absolute; display: grid; gap: 2px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 14px; background: rgba(4,26,51,.7); box-shadow: 0 12px 30px rgba(0,0,0,.15); backdrop-filter: blur(10px); }
.art-badge strong { font-size: 18px; color: #fff; line-height: 1.1; }
.art-badge span { color: #acd0e8; font-size: 11px; }
.badge-one { top: 35px; right: 6%; }
.badge-two { bottom: 42px; left: 3%; }
.badge-dot { display: inline-block; width: 7px; height: 7px; margin-right: 4px; border-radius: 50%; background: #36d38c; }

.stats { position: relative; margin-top: -1px; background: #fff; box-shadow: 0 -15px 35px rgba(4,22,48,.08); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 25px 0; }
.stat { padding: 2px 26px; border-right: 1px solid var(--line); }
.stat:first-child { padding-left: 0; }
.stat:last-child { border: 0; }
.stat strong { display: block; color: var(--navy); font-size: 31px; line-height: 1.1; letter-spacing: -.05em; }
.stat span { color: var(--muted); font-size: 12px; font-weight: 700; }

.section { padding: 100px 0; }
.section-soft { background: var(--soft); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 40px; }
.section-heading > div { max-width: 680px; }
.section-kicker { display: block; margin-bottom: 10px; color: var(--blue); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h2, h3 { color: var(--navy); line-height: 1.14; letter-spacing: -.045em; }
h2 { margin: 0; font-size: clamp(31px, 4vw, 49px); }
h3 { font-size: 23px; }
.section-intro { max-width: 610px; margin: 14px 0 0; color: var(--muted); font-size: 17px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-2); font-size: 13px; font-weight: 800; white-space: nowrap; }
.text-link:hover .icon { transform: translateX(4px); }
.text-link .icon { transition: transform .2s ease; }

.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 440px; padding: 27px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 7px 0 rgba(12,53,91,.03); transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.service-card::after { content: ""; position: absolute; width: 160px; height: 160px; right: -70px; top: -70px; border-radius: 50%; background: var(--card-accent, #dff2ff); }
.service-card.blue { --card-accent: #dff1ff; }
.service-card.cyan { --card-accent: #dcf8fb; }
.service-card.orange { --card-accent: #fff0e8; }
.service-image { display: grid; place-items: center; width: 100%; height: 155px; margin-bottom: 21px; border-radius: 16px; background: linear-gradient(145deg, #f6fbff, var(--card-accent)); }
.service-image img { width: 150px; height: 135px; object-fit: contain; }
.service-card h3 { margin: 0 0 10px; }
.service-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.service-tags { display: grid; gap: 7px; margin: 20px 0; padding: 0; list-style: none; }
.service-tags li { color: #52647a; font-size: 12px; font-weight: 700; }
.service-tags li::before { content: "✓"; display: inline-grid; place-items: center; width: 17px; height: 17px; margin-right: 8px; border-radius: 50%; background: #eaf6ff; color: var(--blue); font-size: 11px; }
.service-card .text-link { margin-top: auto; }

.split-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.feature-art { position: relative; min-height: 450px; padding: 45px; border-radius: 27px; background: linear-gradient(145deg, #eaf7ff, #f4fbff); overflow: hidden; }
.feature-art::before, .feature-art::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid rgba(8,120,219,.14); }
.feature-art::before { width: 380px; height: 380px; top: -160px; left: -150px; }
.feature-art::after { width: 310px; height: 310px; right: -100px; bottom: -160px; }
.feature-art img { position: absolute; inset: 50% auto auto 50%; width: 300px; height: 300px; object-fit: contain; transform: translate(-50%, -50%); filter: drop-shadow(0 16px 20px rgba(7,48,89,.16)); }
.feature-label { position: absolute; left: 25px; bottom: 22px; z-index: 1; padding: 10px 14px; border-radius: 10px; background: #fff; color: var(--navy); font-size: 12px; font-weight: 800; box-shadow: 0 10px 24px rgba(8,55,98,.1); }
.benefit-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px 30px; margin-top: 30px; }
.benefit { display: grid; grid-template-columns: 43px 1fr; gap: 13px; }
.benefit-icon { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 13px; background: #e7f5ff; color: var(--blue); }
.benefit-icon .icon { width: 20px; height: 20px; }
.benefit h3 { margin: 0 0 5px; font-size: 16px; letter-spacing: -.02em; }
.benefit p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.brand-section { background: var(--navy); color: #fff; }
.brand-section h2 { color: #fff; }
.brand-section .section-kicker { color: var(--cyan); }
.brand-section .section-intro { color: #a9bfd6; }
.brand-tabs { display: flex; gap: 8px; margin: 30px 0 20px; }
.brand-tab { padding: 9px 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 99px; background: transparent; color: #b8cce0; font-size: 12px; font-weight: 800; cursor: pointer; }
.brand-tab.is-active, .brand-tab:hover { border-color: var(--cyan); background: var(--cyan); color: var(--navy); }
.brand-list { display: flex; flex-wrap: wrap; gap: 8px; }
.brand-pill { padding: 11px 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 9px; background: rgba(255,255,255,.05); color: #edf7ff; font-size: 13px; font-weight: 700; }
.brand-note { margin-top: 28px; color: #9db8d2; font-size: 13px; }
.brand-note a { color: var(--cyan); font-weight: 800; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: transform .2s ease, box-shadow .2s ease; }
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.post-image { display: grid; place-items: center; height: 190px; overflow: hidden; background: linear-gradient(145deg, #eaf7ff, #dbeefc); }
.post-image img { width: 100%; height: 100%; object-fit: cover; }
.post-placeholder { display: flex; align-items: center; gap: 5px; color: var(--blue); font-size: 36px; font-weight: 900; letter-spacing: -.08em; }
.post-placeholder span:last-child { color: var(--navy); font-size: 24px; letter-spacing: -.06em; }
.post-body { padding: 21px; }
.post-meta { color: var(--blue); font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.post-card h3 { margin: 9px 0 10px; font-size: 20px; }
.post-card p { margin: 0 0 16px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.post-card .text-link { font-size: 12px; }

.cta-band { position: relative; overflow: hidden; background: linear-gradient(105deg, #0878db, #0d4f9b); color: #fff; }
.cta-band::after { content: ""; position: absolute; width: 400px; height: 400px; right: -130px; top: -240px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; box-shadow: 0 0 0 50px rgba(255,255,255,.05); }
.cta-inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 44px 0; }
.cta-inner h2 { max-width: 680px; color: #fff; font-size: clamp(26px, 3vw, 38px); }
.cta-inner p { margin: 8px 0 0; color: #cae3f8; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 10px; flex-shrink: 0; }

.page-hero { padding: 70px 0 65px; background: linear-gradient(120deg, #f0f8ff, #fbfdff); border-bottom: 1px solid var(--line); }
.page-hero h1 { max-width: 780px; margin: 15px 0 0; color: var(--navy); font-size: clamp(38px, 5vw, 62px); line-height: 1.05; letter-spacing: -.06em; }
.page-hero p { max-width: 650px; margin: 18px 0 0; color: var(--muted); font-size: 17px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 9px; color: var(--muted); font-size: 12px; font-weight: 700; }
.breadcrumbs span { color: #93a0b0; }
.content-area { padding: 70px 0; }
.content-area .entry-content, .single-layout { max-width: 800px; }
.entry-content > * { margin-top: 0; margin-bottom: 1.3em; }
.entry-content h2 { margin-top: 1.5em; font-size: 34px; }
.entry-content h3 { margin-top: 1.4em; font-size: 25px; }
.entry-content ul, .entry-content ol { padding-left: 24px; }
.entry-content li { margin-bottom: 8px; }
.entry-content blockquote { margin: 30px 0; padding: 20px 25px; border-left: 4px solid var(--blue); border-radius: 0 13px 13px 0; background: var(--soft); color: var(--navy); font-size: 19px; font-weight: 700; }
.archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.single-layout { margin-inline: auto; }
.single-layout .post-image { height: 330px; margin: 25px 0 32px; border-radius: 20px; }
.single-layout .entry-title { margin: 16px 0; color: var(--navy); font-size: clamp(35px, 5vw, 58px); line-height: 1.06; letter-spacing: -.06em; }
.single-layout .entry-meta { color: var(--blue); font-size: 12px; font-weight: 800; }
.pagination { display: flex; gap: 8px; margin-top: 38px; }
.pagination .page-numbers { display: grid; place-items: center; min-width: 39px; height: 39px; border: 1px solid var(--line); border-radius: 9px; color: var(--navy); font-weight: 800; }
.pagination .current, .pagination .page-numbers:hover { background: var(--blue); border-color: var(--blue); color: #fff; }
.search-form { display: flex; gap: 8px; max-width: 600px; }
.search-form label { flex: 1; }
.search-field { width: 100%; min-height: 48px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); }
.search-submit { border: 0; cursor: pointer; }

.contact-box { display: grid; grid-template-columns: 1fr .85fr; gap: 30px; padding: 35px; border-radius: 20px; background: var(--soft); }
.contact-box h2 { font-size: 35px; }
.contact-box p { color: var(--muted); }
.contact-details { display: grid; gap: 15px; align-content: center; }
.contact-detail { display: flex; align-items: center; gap: 12px; color: var(--navy); font-weight: 800; }
.contact-detail .icon { color: var(--blue); }

.site-footer { background: #041427; color: #a8bed4; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .9fr 1fr; gap: 50px; padding: 70px 0 55px; }
.footer-logo img { width: 84px; height: 84px; border-radius: 16px; object-fit: cover; }
.footer-brand p { max-width: 280px; margin: 15px 0 20px; font-size: 13px; line-height: 1.65; }
.footer-phone { display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 850; }
.site-footer h2 { margin: 11px 0 17px; color: #fff; font-size: 14px; letter-spacing: -.01em; }
.footer-links, .site-footer .menu { display: grid; gap: 9px; padding: 0; margin: 0; list-style: none; font-size: 13px; }
.footer-links a, .site-footer .menu a { color: #a8bed4; }
.footer-links a:hover, .site-footer .menu a:hover { color: var(--cyan); }
.footer-muted { margin: 0 0 8px; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); color: #718ba5; font-size: 11px; }

.floating-actions { position: fixed; right: 20px; bottom: 20px; z-index: 25; display: grid; gap: 9px; }
.floating-action { display: flex; align-items: center; gap: 8px; padding: 12px 15px; border-radius: 99px; color: #fff; font-size: 12px; font-weight: 850; box-shadow: 0 10px 22px rgba(0,0,0,.2); }
.floating-action:hover { color: #fff; transform: translateY(-2px); }
.floating-whatsapp { background: #18b866; }
.floating-phone { background: var(--blue); }

@media (max-width: 960px) {
	.header-inner { gap: 15px; }
	.header-call span { display: none; }
	.primary-navigation ul, .primary-navigation .menu { gap: 17px; }
	.hero-grid { grid-template-columns: 1fr .8fr; gap: 20px; }
	.hero-art { transform: scale(.85); }
	.split-grid { gap: 45px; }
	.footer-grid { gap: 25px; }
}
@media (max-width: 760px) {
	.container { width: min(var(--container), calc(100% - 34px)); }
	.header-inner { min-height: 73px; }
	.brand img { width: 48px; height: 48px; }
	.brand-copy strong { font-size: 19px; }
	.brand-copy small { display: none; }
	.menu-toggle { display: inline-flex; margin-left: auto; padding: 8px; }
	.menu-toggle .icon, .menu-close .icon { width: 24px; height: 24px; }
	.header-call { padding: 10px; }
	.primary-navigation { position: fixed; inset: 0 0 0 auto; display: flex; width: min(330px, 88vw); padding: 25px; background: #fff; box-shadow: -12px 0 35px rgba(0,0,0,.16); transform: translateX(105%); transition: transform .25s ease; }
	.primary-navigation.is-open { transform: translateX(0); }
	.primary-navigation ul, .primary-navigation .menu { display: grid; align-content: start; width: 100%; gap: 3px; margin-top: 56px; }
	.primary-navigation li a { display: block; padding: 14px 8px; border-bottom: 1px solid var(--line); }
	.menu-close { position: absolute; top: 21px; right: 20px; display: inline-flex; }
	.hero-grid { grid-template-columns: 1fr; min-height: auto; padding: 65px 0 35px; }
	.hero h1 { font-size: clamp(40px, 12vw, 58px); }
	.hero-lead { font-size: 16px; }
	.hero-art { min-height: 300px; transform: scale(.72); margin: -25px 0 -55px; }
	.stats-grid { grid-template-columns: repeat(2, 1fr); gap: 20px 0; }
	.stat { padding: 0 16px; }
	.stat:nth-child(2) { border-right: 0; }
	.stat strong { font-size: 26px; }
	.section { padding: 70px 0; }
	.section-heading { display: block; margin-bottom: 28px; }
	.section-heading .text-link { margin-top: 18px; }
	.services-grid, .blog-grid, .archive-grid { grid-template-columns: 1fr; }
	.service-card { min-height: 0; }
	.split-grid, .contact-box { grid-template-columns: 1fr; }
	.feature-art { min-height: 340px; }
	.benefit-list { gap: 22px 13px; }
	.benefit { grid-template-columns: 35px 1fr; gap: 9px; }
	.benefit-icon { width: 35px; height: 35px; border-radius: 10px; }
	.benefit h3 { font-size: 14px; }
	.benefit p { font-size: 12px; }
	.cta-inner { display: block; padding: 35px 0; }
	.cta-actions { margin-top: 20px; }
	.footer-grid { grid-template-columns: repeat(2, 1fr); padding: 50px 0 35px; }
	.footer-brand { grid-column: 1 / -1; }
	.footer-bottom { display: grid; gap: 7px; }
	.floating-actions { right: 12px; bottom: 12px; }
	.floating-action { padding: 11px; border-radius: 50%; }
	.floating-action span { display: none; }
}
@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}