:root {
  --primary: #0e9f8c;
  --primary-600: #087f73;
  --primary-100: #e5f8f5;
  --navy: #062345;
  --navy-800: #0a2a4d;
  --navy-700: #10365c;
  --text: #14263a;
  --muted: #5c7084;
  --soft: #f5fbfc;
  --soft-2: #edf8f7;
  --white: #ffffff;
  --border: #dbe9ee;
  --border-dark: rgba(255,255,255,.18);
  --shadow-sm: 0 8px 28px rgba(6, 35, 69, .08);
  --shadow-md: 0 18px 60px rgba(6, 35, 69, .13);
  --shadow-lg: 0 30px 90px rgba(6, 35, 69, .18);
  --radius-sm: 12px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --container: 1180px;
  --header-height: 86px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { background: rgba(14, 159, 140, .22); }

.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 40px)); }
.center { text-align: center; }
.section { padding: clamp(72px, 8vw, 112px) 0; }
.section-heading { max-width: 740px; margin-bottom: 42px; }
.section-heading.center { margin-inline: auto; }
.section-heading h2, .split-copy h2, .global-copy h2, .cta-card h2, .page-hero h1 { margin: 0; color: var(--navy); line-height: 1.08; letter-spacing: -.04em; }
.section-heading h2, .split-copy h2, .global-copy h2, .cta-card h2 { font-size: clamp(2rem, 4vw, 3rem); }
.section-heading p, .split-copy p, .global-copy p, .hero-lead, .page-hero p { color: var(--muted); font-size: clamp(1rem, 1.4vw, 1.12rem); }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--primary); text-transform: uppercase; font-size: .78rem; font-weight: 800; letter-spacing: .12em; margin-bottom: 14px; }
.icon { width: 1.25em; height: 1.25em; stroke: currentColor; fill: none; flex: 0 0 auto; }
.icon-box { width: 56px; height: 56px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; background: linear-gradient(180deg, #eefafa, var(--primary-100)); color: var(--primary-600); margin-bottom: 20px; border: 1px solid rgba(14,159,140,.14); box-shadow: inset 0 1px 0 rgba(255,255,255,.8); }
.icon-box .icon { width: 28px; height: 28px; }
.large-icon { width: 72px; height: 72px; border-radius: 22px; }
.large-icon .icon { width: 36px; height: 36px; }
.icon-box.small-icon { width: 44px; height: 44px; border-radius: 12px; margin-bottom: 0; }
.icon-box.small-icon .icon { width: 23px; height: 23px; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; transform: translateY(-140%); background: var(--navy); color: var(--white); padding: 10px 14px; border-radius: 10px; transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 999px; padding: 13px 20px; font-weight: 800; font-size: .94rem; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease; min-height: 48px; }
.btn .icon { width: 18px; height: 18px; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--white); background: linear-gradient(135deg, var(--primary), var(--primary-600)); box-shadow: 0 13px 26px rgba(14,159,140,.22); }
.btn-primary:hover { box-shadow: 0 16px 34px rgba(14,159,140,.32); }
.btn-secondary { color: var(--primary-600); background: rgba(255,255,255,.82); border-color: rgba(14,159,140,.45); }
.btn-secondary:hover { border-color: var(--primary); background: var(--primary-100); }
.btn-lg { padding: 15px 24px; min-height: 54px; }
.learn-link { display: inline-flex; align-items: center; gap: 8px; color: var(--primary-600); font-weight: 800; margin-top: 10px; }
.learn-link .icon { width: 17px; height: 17px; transition: transform .2s ease; }
.learn-link:hover .icon { transform: translateX(4px); }

.site-header { position: sticky; top: 0; z-index: 1000; height: var(--header-height); display: flex; align-items: center; background: rgba(255,255,255,.88); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(219,233,238,.7); transition: box-shadow .25s ease, height .25s ease; }
.site-header.is-scrolled { box-shadow: var(--shadow-sm); height: 76px; }
.nav-container { display: flex; align-items: center; gap: 24px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 198px; height: auto; object-fit: contain; }
.main-nav { margin-left: auto; }
.nav-list { display: flex; align-items: center; gap: 6px; }
.nav-item { position: relative; }
.nav-list a { position: relative; display: inline-flex; align-items: center; min-height: 42px; padding: 0 12px; color: var(--navy); font-size: .92rem; font-weight: 750; border-radius: 999px; }
.nav-list a::after { content: ""; position: absolute; left: 15px; right: 15px; bottom: 5px; height: 2px; background: var(--primary); transform: scaleX(0); transform-origin: center; transition: transform .2s ease; }
.nav-list a:hover, .nav-list a.is-active { color: var(--primary-600); background: rgba(14,159,140,.06); }
.nav-list a.is-active::after { transform: scaleX(1); }
.nav-caret { width: 15px; height: 15px; margin-left: 6px; transition: transform .2s ease; }
.has-dropdown:hover .nav-caret, .has-dropdown:focus-within .nav-caret { transform: rotate(180deg); }
.nav-dropdown { position: absolute; top: 100%; left: 50%; width: min(640px, calc(100vw - 32px)); padding-top: 14px; opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, 10px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.has-dropdown:hover .nav-dropdown, .has-dropdown:focus-within .nav-dropdown { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.nav-dropdown::before { content: ""; position: absolute; top: 4px; left: 50%; width: 18px; height: 18px; transform: translateX(-50%) rotate(45deg); background: var(--white); border-left: 1px solid var(--border); border-top: 1px solid var(--border); }
.dropdown-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding: 14px; border: 1px solid var(--border); border-radius: 22px; background: var(--white); box-shadow: var(--shadow-lg); }
.dropdown-link { display: grid !important; grid-template-columns: auto minmax(0, 1fr); align-items: center !important; gap: 12px; min-height: 76px !important; padding: 12px !important; border-radius: 16px !important; color: var(--text) !important; }
.dropdown-link::after { display: none; }
.dropdown-link:hover, .dropdown-link:focus, .dropdown-link.is-active { color: var(--navy) !important; background: linear-gradient(135deg, rgba(14,159,140,.1), rgba(237,248,247,.72)) !important; }
.dropdown-link .icon-box { margin: 0; }
.dropdown-link strong, .dropdown-link small { display: block; min-width: 0; }
.dropdown-link strong { color: var(--navy); font-size: .92rem; line-height: 1.2; }
.dropdown-link small { margin-top: 4px; color: var(--muted); font-weight: 600; font-size: .76rem; line-height: 1.35; }
.header-cta { margin-left: 6px; white-space: nowrap; }
.menu-toggle { display: none; position: relative; width: 46px; height: 46px; border: 1px solid var(--border); border-radius: 14px; background: var(--white); color: var(--navy); align-items: center; justify-content: center; }
.menu-toggle span { position: absolute; width: 20px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
.menu-toggle span:nth-child(1) { transform: translateY(-7px); }
.menu-toggle span:nth-child(3) { transform: translateY(7px); }
.menu-toggle.is-active span:nth-child(1) { transform: rotate(45deg); }
.menu-toggle.is-active span:nth-child(2) { opacity: 0; }
.menu-toggle.is-active span:nth-child(3) { transform: rotate(-45deg); }

.hero { position: relative; overflow: hidden; padding: clamp(74px, 8vw, 110px) 0 44px; background:
  radial-gradient(circle at 85% 22%, rgba(14,159,140,.12), transparent 26%),
  linear-gradient(180deg, #fff 0%, #f7fbfc 100%); }
.hero::before { content:""; position: absolute; inset: 0; background-image: radial-gradient(rgba(14,159,140,.24) 1px, transparent 1px); background-size: 22px 22px; mask-image: radial-gradient(circle at 65% 18%, #000 0 20%, transparent 42%); pointer-events: none; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr); align-items: center; gap: clamp(38px, 6vw, 80px); }
.hero-copy { min-width: 0; }
.hero-copy h1 { margin: 0; font-size: clamp(2.6rem, 6vw, 5rem); line-height: 1.02; letter-spacing: -.06em; color: var(--navy); max-width: 760px; }
.hero-copy h1 span { color: var(--primary); }
.hero-lead { max-width: 620px; margin: 24px 0 30px; overflow-wrap: break-word; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.hero-visual { position: relative; min-height: 520px; isolation: isolate; }
.visual-orbit { position: absolute; border-radius: 34px; background: rgba(14,159,140,.08); transform: rotate(-18deg); }
.visual-orbit-1 { width: 390px; height: 282px; top: 0; right: 0; clip-path: polygon(16% 0, 78% 0, 100% 18%, 100% 78%, 82% 100%, 20% 100%, 0 78%, 0 20%); }
.visual-orbit-2 { width: 340px; height: 244px; bottom: 58px; left: 12px; background: rgba(6,35,69,.05); clip-path: polygon(15% 0, 82% 0, 100% 24%, 100% 76%, 80% 100%, 14% 100%, 0 80%, 0 18%); }
.dashboard-card, .phone-card, .code-card, .deploy-badge { position: absolute; box-shadow: var(--shadow-lg); }
.dashboard-card { top: 36px; right: 8px; width: min(100%, 560px); min-height: 372px; border-radius: 24px 24px 14px 14px; padding: 10px 10px 20px; background: linear-gradient(180deg, #07172d 0 88%, #0b1f39 88% 100%); border: 1px solid rgba(6,35,69,.34); }
.dashboard-card::after { content:""; position: absolute; left: 48px; right: 48px; bottom: -17px; height: 18px; border-radius: 0 0 26px 26px; background: linear-gradient(180deg, #243248, #0f1c31); box-shadow: 0 18px 30px rgba(6,35,69,.18); }
.dashboard-shell { display: grid; grid-template-columns: 86px 1fr; min-height: 342px; overflow: hidden; border-radius: 16px 16px 7px 7px; background: var(--white); }
.dashboard-sidebar { display: flex; flex-direction: column; gap: 16px; align-items: center; padding: 24px 15px; background: linear-gradient(180deg, #092243, #061a32); color: rgba(255,255,255,.72); }
.dashboard-sidebar img { width: 38px; height: 38px; margin-bottom: 8px; }
.dashboard-sidebar span { width: 44px; height: 7px; border-radius: 999px; background: rgba(255,255,255,.28); }
.dashboard-sidebar span:nth-child(3) { width: 34px; opacity: .5; }
.dashboard-sidebar span:nth-child(4) { width: 40px; opacity: .38; }
.dashboard-content { padding: 24px; min-width: 0; }
.dashboard-topline { display: flex; align-items: center; gap: 10px; font-weight: 850; color: var(--navy); margin-bottom: 18px; }
.dashboard-topline .status-dot:first-of-type { margin-left: auto; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #c9d8e4; box-shadow: inset 0 0 0 2px rgba(6,35,69,.05); }
.muted-dot { opacity: .58; }
.metric-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.metric-row div { padding: 14px; border: 1px solid var(--border); border-radius: 12px; background: #fbfeff; min-width: 0; }
.metric-row small, .phone-card small { display: block; color: var(--muted); font-size: .74rem; }
.metric-row strong { display: block; color: var(--navy); font-size: 1.1rem; margin-top: 4px; }
.metric-row em { color: var(--primary); font-style: normal; font-size: .75rem; font-weight: 800; }
.dashboard-widgets { display: grid; grid-template-columns: minmax(0, 1.38fr) minmax(150px, .72fr); gap: 14px; margin-top: 18px; }
.chart-area, .platform-card { border: 1px solid var(--border); border-radius: 14px; padding: 13px; background: linear-gradient(180deg, #fff, #f8fbfe); }
.chart-area small, .platform-card small { display: block; color: var(--navy); font-weight: 800; font-size: .72rem; margin-bottom: 8px; }
.chart-area svg { width: 100%; height: 134px; }
.platform-card { display: grid; grid-template-columns: auto 1fr; gap: 10px 12px; align-items: center; }
.platform-card small { grid-column: 1 / -1; }
.donut-chart { width: 72px; height: 72px; border-radius: 50%; background: conic-gradient(#5fa8ff 0 60%, #0e9f8c 60% 89%, #d7e4ef 89% 100%); position: relative; }
.donut-chart::after { content:""; position: absolute; inset: 16px; border-radius: 50%; background: var(--white); box-shadow: inset 0 0 0 1px var(--border); }
.platform-card ul { display: grid; gap: 5px; color: var(--muted); font-size: .66rem; }
.platform-card li { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 5px; white-space: nowrap; }
.platform-card li span { width: 7px; height: 7px; border-radius: 50%; background: #5fa8ff; }
.platform-card li:nth-child(2) span { background: var(--primary); }
.platform-card li:nth-child(3) span { background: #d7e4ef; }
.platform-card b { color: var(--navy); }
.phone-card { left: 8px; top: 162px; width: 176px; height: 316px; border-radius: 30px; background: var(--white); border: 9px solid #07172d; padding: 38px 16px 18px; z-index: 3; }
.phone-notch { position: absolute; top: 10px; left: 50%; width: 58px; height: 6px; border-radius: 999px; background: #07172d; transform: translateX(-50%); }
.phone-card strong, .phone-card b { display: block; color: var(--navy); }
.phone-card b { font-size: 1.35rem; margin: 2px 0 14px; }
.mini-chart { height: 70px; display: flex; align-items: end; gap: 6px; margin: 12px 0; }
.mini-chart span { flex: 1; min-width: 8px; border-radius: 8px 8px 0 0; background: var(--primary); opacity: .75; }
.mini-chart span:nth-child(1){height:32%}.mini-chart span:nth-child(2){height:56%}.mini-chart span:nth-child(3){height:42%}.mini-chart span:nth-child(4){height:72%}.mini-chart span:nth-child(5){height:88%}
.phone-card p { margin: 8px 0 0; color: var(--muted); font-size: .76rem; }
.phone-card em { color: var(--primary); font-style: normal; }
.code-card { right: 0; bottom: 90px; width: 286px; border-radius: 16px; background: #07172d; color: #bdf8ee; padding: 20px; z-index: 4; border: 1px solid rgba(255,255,255,.12); }
.code-card pre { margin: 0; white-space: pre-wrap; font-size: .8rem; line-height: 1.55; }
.deploy-badge { right: 46px; bottom: 16px; display: inline-flex; align-items: center; gap: 10px; background: var(--white); color: var(--navy); padding: 14px 18px; border-radius: 18px; font-weight: 850; border: 1px solid var(--border); z-index: 5; }
.deploy-badge .icon { color: var(--primary); }

.stats-section { padding: 28px 0 54px; background: #f7fbfc; }
.stats-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; background: rgba(255,255,255,.85); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 18px; box-shadow: var(--shadow-sm); }
.stat-item { display: flex; align-items: center; gap: 12px; padding: 14px; border-radius: 18px; min-width: 0; }
.stat-item + .stat-item { border-left: 1px solid var(--border); }
.stat-item .icon { width: 32px; height: 32px; color: var(--primary); }
.stat-item strong { display: block; color: var(--navy); font-size: 1rem; line-height: 1.2; }
.stat-item span { display: block; color: var(--muted); font-size: .82rem; }

.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.service-card, .testimonial-card, .case-card, .blog-card, .detail-panel, .values-card, .contact-form, .faq-item { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.service-card { padding: 28px; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.service-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); border-color: rgba(14,159,140,.36); }
.service-card h3 { margin: 0 0 10px; color: var(--navy); font-size: 1.22rem; }
.service-card p { color: var(--muted); margin: 0; }

.why-section { padding: clamp(72px, 8vw, 104px) 0; color: var(--white); background: radial-gradient(circle at 18% 10%, rgba(14,159,140,.22), transparent 28%), linear-gradient(135deg, var(--navy), #04172e 70%); }
.section-heading.dark h2, .section-heading.dark p { color: var(--white); }
.why-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; border: 1px solid var(--border-dark); border-radius: var(--radius-lg); overflow: hidden; }
.why-item { padding: 30px 22px; text-align: center; border-right: 1px solid var(--border-dark); background: rgba(255,255,255,.03); }
.why-item:last-child { border-right: 0; }
.why-item .icon { margin: 0 auto 16px; width: 42px; height: 42px; color: var(--primary); }
.why-item h3 { margin: 0 0 10px; font-size: 1rem; }
.why-item p { margin: 0; color: rgba(255,255,255,.76); font-size: .92rem; }

.process-section { background: linear-gradient(180deg, #fff, var(--soft)); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 24px; }
.process-grid::before { content:""; position: absolute; left: 8%; right: 8%; top: 45px; border-top: 2px dashed #c5e8e4; z-index: 0; }
.process-step { position: relative; z-index: 1; }
.process-icon { position: relative; width: 92px; height: 92px; border-radius: 24px; display: flex; align-items: center; justify-content: center; color: var(--primary-600); background: var(--primary-100); margin-bottom: 22px; }
.process-icon .icon { width: 34px; height: 34px; }
.process-icon span { position: absolute; left: -9px; bottom: -9px; width: 32px; height: 32px; border-radius: 999px; display: grid; place-items: center; color: var(--white); background: var(--primary); font-weight: 850; border: 4px solid var(--white); }
.process-step h3 { margin: 0 0 8px; color: var(--navy); }
.process-step p { margin: 0; color: var(--muted); font-size: .93rem; }

.global-section { background: var(--white); }
.global-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 54px; align-items: center; }
.contact-list { display: grid; gap: 14px; margin: 26px 0; }
.contact-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--text); }
.contact-list .icon { width: 38px; height: 38px; color: var(--primary-600); margin-top: 0; padding: 8px; border-radius: 11px; background: var(--primary-100); border: 1px solid rgba(14,159,140,.14); }
.contact-list strong, .contact-list span span, .contact-list a { display: block; }
.contact-list strong { color: var(--navy); }
.contact-list a { color: var(--primary-600); font-weight: 750; }
.map-card { padding: 8px; border: 0; border-radius: var(--radius-lg); background: transparent; overflow: hidden; }
.world-map { width: 100%; min-height: 320px; overflow: visible; }
.map-land { fill: url(#worldDots); opacity: .95; }
.map-arrow { fill: none; stroke: #8ccfca; stroke-width: 1.7; stroke-linecap: round; stroke-dasharray: 2 7; opacity: .9; }
.map-arrow-tip { fill: none; stroke: #8ccfca; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; opacity: .95; }
.map-dot { fill: var(--primary); stroke: var(--white); stroke-width: 3; filter: drop-shadow(0 0 8px rgba(14,159,140,.36)); }
.map-hub-ring { fill: #fff; stroke: var(--primary); stroke-width: 3; filter: drop-shadow(0 10px 18px rgba(6,35,69,.18)); }
.map-hub-label { fill: var(--navy); font-size: 13px; font-weight: 850; letter-spacing: .02em; }
.map-hub-sub { fill: var(--muted); font-size: 11px; font-weight: 700; }

.testimonials-section { background: var(--soft); }
.testimonials-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 34px; align-items: start; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial-card { padding: 26px; }
.quote-icon { width: 34px; height: 34px; color: var(--primary); opacity: .55; margin-bottom: 10px; }
.testimonial-card p { color: var(--muted); margin: 0 0 24px; }
.testimonial-author { display: flex; align-items: center; gap: 12px; }
.testimonial-author span { width: 44px; height: 44px; border-radius: 14px; display: grid; place-items: center; background: var(--primary-100); color: var(--primary-600); border: 1px solid rgba(14,159,140,.14); }
.testimonial-author .icon { width: 22px; height: 22px; }
.testimonial-author strong, .testimonial-author small { display: block; }
.testimonial-author strong { color: var(--navy); }
.testimonial-author small { color: var(--muted); }

.cta-section { padding-top: 0; background: var(--soft); }
.cta-card { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; padding: clamp(30px, 5vw, 54px); border-radius: 32px; color: var(--white); background: radial-gradient(circle at 84% 16%, rgba(14,159,140,.28), transparent 30%), linear-gradient(135deg, var(--navy), #04172e); box-shadow: var(--shadow-lg); }
.cta-card h2 { color: var(--white); }
.cta-card p { color: rgba(255,255,255,.78); max-width: 720px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.cta-card .btn-secondary { color: var(--white); background: transparent; border-color: rgba(255,255,255,.35); }

.page-hero { position: relative; overflow: hidden; padding: clamp(74px, 9vw, 120px) 0; background: radial-gradient(circle at 82% 20%, rgba(14,159,140,.13), transparent 28%), linear-gradient(180deg, #fff, var(--soft)); }
.page-hero-grid { display: grid; grid-template-columns: 1fr 320px; gap: 46px; align-items: center; }
.page-hero h1 { font-size: clamp(2.45rem, 5vw, 4.6rem); max-width: 820px; }
.page-hero p { max-width: 760px; }
.page-hero-panel { display: grid; place-items: center; min-height: 240px; border: 1px solid var(--border); border-radius: 34px; background: rgba(255,255,255,.72); box-shadow: var(--shadow-sm); position: relative; overflow: hidden; }
.page-hero-panel::before { content:""; position: absolute; inset: 0; background-image: radial-gradient(rgba(14,159,140,.24) 1px, transparent 1px); background-size: 18px 18px; mask-image: radial-gradient(circle, #000 0 28%, transparent 62%); }
.page-hero-panel img { width: 94px; z-index: 1; filter: drop-shadow(0 16px 28px rgba(6,35,69,.16)); }
.panel-lines { position: absolute; inset: auto 28px 30px 28px; display: grid; gap: 8px; }
.panel-lines span { height: 7px; border-radius: 999px; background: rgba(14,159,140,.16); }
.panel-lines span:nth-child(2) { width: 78%; }.panel-lines span:nth-child(3) { width: 64%; }.panel-lines span:nth-child(4) { width: 86%; }

.split-grid, .service-detail-grid, .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.split-copy p + p { margin-top: 12px; }
.service-detail-copy { max-width: 640px; }
.service-detail-copy .large-icon { margin-bottom: 24px; }
.service-detail-copy h2 { margin: 0; color: var(--navy); font-size: clamp(2rem, 3.4vw, 3rem); line-height: 1.12; letter-spacing: -.04em; }
.service-detail-copy p { margin: 18px 0 0; color: var(--muted); font-size: 1.05rem; }
.service-detail-copy .check-list.large { margin: 26px 0 0; gap: 12px; }
.service-detail-copy .check-list li { min-height: 24px; padding-left: 36px; color: var(--text); }
.service-detail-copy .check-list li::before { top: .12em; width: 23px; height: 23px; color: var(--primary-600); background: var(--primary-100); border: 1px solid rgba(14,159,140,.18); font-size: .76rem; }
.service-detail-copy .hero-actions { margin-top: 30px; gap: 14px; align-items: center; }
.service-detail-copy .hero-actions .btn { flex: 0 0 auto; }
.service-detail-copy .btn-secondary { background: #fff; box-shadow: 0 10px 24px rgba(6,35,69,.06); }
.check-list { display: grid; gap: 10px; margin-top: 18px; }
.check-list li { position: relative; padding-left: 30px; color: var(--muted); }
.check-list li::before { content:"✓"; position: absolute; left: 0; top: 0; width: 21px; height: 21px; border-radius: 999px; display: grid; place-items: center; color: var(--white); background: var(--primary); font-size: .78rem; font-weight: 900; }
.check-list.large { gap: 13px; }
.feature-stack, .values-card { display: grid; gap: 16px; }
.feature-stack > div, .values-card > div { display: grid; grid-template-columns: auto 1fr; column-gap: 14px; row-gap: 2px; align-items: start; padding: 20px; border-radius: var(--radius-md); background: var(--white); border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.detail-panel { padding: clamp(24px, 4vw, 34px); }
.detail-panel h3 { margin: 0 0 18px; color: var(--navy); }
.values-card { padding: 18px; }
.feature-stack .icon, .values-card .icon { width: 44px; height: 44px; color: var(--primary-600); grid-row: span 2; padding: 9px; border-radius: 12px; background: var(--primary-100); border: 1px solid rgba(14,159,140,.14); }
.feature-stack strong, .values-card h3 { color: var(--navy); margin: 0; }
.feature-stack span, .values-card p { color: var(--muted); margin: 0; }
.feature-stack.compact { gap: 0; }
.feature-stack.compact > div { box-shadow: none; border: 0; border-bottom: 1px solid var(--border); border-radius: 0; background: transparent; padding: 16px 0; }
.feature-stack.compact > div:first-child { padding-top: 0; }
.feature-stack.compact > div:last-child { padding-bottom: 0; border-bottom: 0; }

.case-section { background: var(--soft); }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.case-card { padding: 28px; }
.case-card > span { display: inline-flex; color: var(--primary); font-weight: 900; margin-bottom: 22px; }
.case-card .case-icon { width: 52px; height: 52px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; background: var(--primary-100); color: var(--primary-600); border: 1px solid rgba(14,159,140,.14); }
.case-card .case-icon .icon { width: 27px; height: 27px; }
.case-card h3 { color: var(--navy); margin: 0 0 10px; }
.case-card p { color: var(--muted); }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.tag-list li, .chip { border-radius: 999px; padding: 8px 12px; background: var(--primary-100); color: var(--primary-600); font-weight: 800; font-size: .82rem; border: 1px solid transparent; }

.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.timeline article { padding: 26px; border-left: 3px solid var(--primary); background: var(--white); box-shadow: var(--shadow-sm); border-radius: 0 var(--radius-md) var(--radius-md) 0; }
.timeline span { color: var(--primary); font-weight: 900; }
.timeline-icon { width: 50px; height: 50px; border-radius: 14px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; background: var(--primary-100); color: var(--primary-600); border: 1px solid rgba(14,159,140,.14); }
.timeline-icon .icon { width: 26px; height: 26px; }
.timeline h3 { color: var(--navy); margin: 8px 0; }
.timeline p { color: var(--muted); margin: 0; }

.blog-tools { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 28px; }
.search-field { display: grid; gap: 8px; min-width: min(100%, 360px); color: var(--navy); font-weight: 800; }
.search-field input, .contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid var(--border); border-radius: 14px; padding: 14px 16px; color: var(--text); background: #fff; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.search-field input:focus, .contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--primary); box-shadow: 0 0 0 4px rgba(14,159,140,.13); }
.blog-categories { display: flex; flex-wrap: wrap; gap: 10px; justify-content: flex-end; }
.chip { cursor: pointer; }
.chip.active, .chip:hover { background: var(--primary); color: #fff; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blog-card { padding: 28px; }
.blog-card .icon-box { margin-bottom: 18px; }
.blog-meta { display: flex; justify-content: space-between; gap: 12px; color: var(--primary); font-size: .82rem; font-weight: 850; margin-bottom: 16px; }
.blog-card h2 { font-size: 1.25rem; line-height: 1.28; margin: 0 0 10px; color: var(--navy); }
.blog-card p { color: var(--muted); }
.blog-card.is-hidden { display: none; }

.contact-section { background: var(--soft); }
.contact-form { padding: clamp(24px, 4vw, 36px); display: grid; gap: 18px; }
.hp-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: grid; gap: 8px; color: var(--navy); font-weight: 800; }
.contact-form textarea { resize: vertical; min-height: 150px; }
.checkbox-label { display: flex !important; grid-template-columns: none !important; align-items: flex-start; gap: 10px; color: var(--muted) !important; font-weight: 650 !important; }
.checkbox-label input { width: 20px; height: 20px; margin-top: 2px; accent-color: var(--primary); }
.form-status { min-height: 26px; margin: 0; color: var(--primary-600); font-weight: 800; }
.form-status.error { color: #b42318; }
.contact-form button:disabled { cursor: wait; opacity: .72; transform: none; }
.faq-list { display: grid; gap: 14px; max-width: 900px; }
.faq-item { padding: 0; overflow: hidden; }
.faq-item summary { cursor: pointer; padding: 22px 24px; color: var(--navy); font-weight: 850; list-style: none; display: flex; align-items: center; gap: 14px; }
.faq-item summary::-webkit-details-marker { display:none; }
.faq-item summary::after { content: "+"; margin-left: auto; width: 28px; height: 28px; flex: 0 0 auto; border-radius: 999px; display: grid; place-items: center; color: var(--primary-600); background: var(--primary-100); font-weight: 900; }
.faq-item[open] summary::after { content: "−"; }
.faq-icon { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 11px; background: var(--primary-100); color: var(--primary-600); border: 1px solid rgba(14,159,140,.14); }
.faq-icon .icon { width: 21px; height: 21px; }
.faq-item p { padding: 0 24px 22px; color: var(--muted); margin: 0; }

.legal-section h2, .legal-section h3 { color: var(--navy); }
.legal-section p { color: var(--muted); }
.legal-section a { color: var(--primary-600); font-weight: 800; }
.legal-list { display: grid; gap: 18px; }
.legal-item { display: grid; grid-template-columns: auto 1fr; column-gap: 16px; padding: 22px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.legal-item .icon-box { grid-row: span 2; }
.legal-item h3 { margin: 0 0 6px; }
.legal-item p { margin: 0; }
.not-found { min-height: 70vh; display: grid; align-items: center; background: radial-gradient(circle at 82% 18%, rgba(14,159,140,.13), transparent 28%), linear-gradient(180deg, #fff, var(--soft)); }
.not-found-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr); gap: clamp(28px, 6vw, 72px); align-items: center; }
.not-found-copy img { margin-bottom: 18px; filter: drop-shadow(0 16px 28px rgba(6,35,69,.16)); }
.not-found-copy h1 { margin: 0; color: var(--navy); font-size: clamp(3rem, 8vw, 6rem); line-height: .95; letter-spacing: -.05em; }
.not-found-copy p { max-width: 620px; color: var(--muted); font-size: 1.08rem; }
.not-found-links { display: grid; gap: 14px; }
.not-found-links a { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 14px; align-items: center; padding: 18px; border-radius: var(--radius-md); background: var(--white); border: 1px solid var(--border); box-shadow: var(--shadow-sm); }
.not-found-links a:hover { border-color: rgba(14,159,140,.36); box-shadow: var(--shadow-md); }
.not-found-links .icon-box { margin: 0; }
.not-found-links strong, .not-found-links small { display: block; }
.not-found-links strong { color: var(--navy); }
.not-found-links small { color: var(--muted); margin-top: 4px; }

.site-footer { color: rgba(255,255,255,.78); background: linear-gradient(135deg, var(--navy), #04172e); padding: 58px 0 20px; }
.footer-grid { display: grid; grid-template-columns: minmax(220px, 1.4fr) repeat(4, minmax(150px, .8fr)); gap: 34px; }
.brand--footer img { filter: none; opacity: .98; }
.footer-brand p { max-width: 320px; margin: 18px 0; }
.social-links { display: flex; gap: 10px; }
.social-links a { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 999px; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.social-links a:hover { background: var(--primary); }
.footer-col h3 { color: #fff; font-size: 1rem; margin: 0 0 14px; }
.footer-col ul { display: grid; gap: 9px; }
.footer-col a:hover { color: #fff; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact .icon { width: 28px; height: 28px; color: var(--primary); margin-top: 0; padding: 6px; border-radius: 9px; background: rgba(14,159,140,.12); }
.footer-bottom { display: flex; justify-content: space-between; gap: 18px; padding-top: 26px; margin-top: 40px; border-top: 1px solid rgba(255,255,255,.12); font-size: .88rem; }
.footer-bottom div { display: flex; gap: 18px; }

.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 900; display: grid; place-items: center; width: 48px; height: 48px; border: 0; border-radius: 999px; color: #fff; background: var(--primary); box-shadow: var(--shadow-md); opacity: 0; transform: translateY(16px); pointer-events: none; transition: opacity .2s ease, transform .2s ease; }
.back-to-top.is-visible { opacity: 1; transform: translateY(0); pointer-events: auto; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.no-js .reveal { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  .header-cta { display: none; }
  .nav-list a { padding-inline: 9px; }
  .stats-grid { grid-template-columns: repeat(3, 1fr); }
  .stat-item + .stat-item { border-left: 0; }
  .why-grid { grid-template-columns: repeat(3, 1fr); }
  .why-item { border-right: 0; border-bottom: 1px solid var(--border-dark); }
  .process-grid, .timeline { grid-template-columns: repeat(3, 1fr); }
  .process-grid::before { display: none; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
}

@media (max-width: 980px) {
  :root { --header-height: 76px; }
  .container { width: min(100% - 30px, var(--container)); }
  .brand img { width: 168px; }
  .menu-toggle { display: inline-flex; margin-left: auto; }
  .main-nav { position: fixed; inset: var(--header-height) 15px auto 15px; max-height: calc(100dvh - var(--header-height) - 24px); overflow: hidden auto; background: var(--white); border: 1px solid var(--border); border-radius: 24px; box-shadow: var(--shadow-lg); padding: 18px; transform: translateY(-12px); opacity: 0; pointer-events: none; transition: opacity .22s ease, transform .22s ease; }
  .main-nav.is-open { opacity: 1; transform: translateY(0); pointer-events: auto; }
  .nav-list { display: grid; gap: 4px; min-width: 0; }
  .nav-list > li { display: grid; justify-items: center; min-width: 0; }
  .nav-list a { min-height: 48px; justify-content: center; }
  .nav-item { display: grid; gap: 8px; min-width: 0; }
  .nav-list > li > a { justify-self: center; min-width: min(100%, 210px); padding-inline: 24px; }
  .nav-caret { display: block; }
  .has-dropdown.is-open .nav-caret { transform: rotate(180deg); }
  .nav-dropdown { position: static; display: none; justify-self: stretch; width: 100%; min-width: 0; max-width: 100%; padding: 0; opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition: none; overflow: hidden; }
  .has-dropdown:hover .nav-dropdown, .has-dropdown:focus-within .nav-dropdown { transform: none; }
  .has-dropdown.is-open .nav-dropdown { display: block; }
  .nav-dropdown::before { display: none; }
  .dropdown-grid { width: 100%; min-width: 0; max-width: 100%; grid-template-columns: minmax(0, 1fr); gap: 6px; padding: 8px; border-radius: 18px; box-shadow: none; background: var(--soft); overflow: hidden; }
  .dropdown-link { width: 100%; min-width: 0; min-height: 66px !important; grid-template-columns: 44px minmax(0, 1fr); justify-content: stretch !important; justify-items: start; text-align: left; }
  .dropdown-link > span:last-child { min-width: 0; overflow-wrap: anywhere; }
  .dropdown-link strong { font-size: .9rem; }
  .dropdown-link small { font-size: .74rem; }
  body.nav-open { overflow: hidden; }
  .hero-grid, .page-hero-grid, .global-grid, .testimonials-layout, .split-grid, .service-detail-grid, .contact-grid, .cta-card, .not-found-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 58px; }
  .hero-visual { min-height: 490px; max-width: 620px; width: 100%; margin-inline: auto; }
  .card-grid, .case-grid, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-actions { justify-content: flex-start; }
  .page-hero-panel { min-height: 180px; }
  .blog-tools { align-items: stretch; flex-direction: column; }
  .blog-categories { justify-content: flex-start; }
}

@media (max-width: 700px) {
  .section { padding: 64px 0; }
  .hero-copy h1 { font-size: clamp(2.35rem, 12vw, 3.35rem); }
  .hero-actions, .cta-actions { flex-direction: column; align-items: stretch; }
  .btn { width: 100%; }
  .service-detail-copy .hero-actions .btn { width: 100%; flex: 1 1 auto; }
  .hero-visual { min-height: 470px; transform: scale(.94); transform-origin: top center; margin-bottom: -35px; }
  .dashboard-card { width: 100%; right: 0; top: 40px; border-width: 7px; padding: 18px; }
  .metric-row { grid-template-columns: 1fr; }
  .chart-area { margin-top: 14px; }
  .phone-card { left: 0; top: 220px; width: 150px; height: 282px; }
  .code-card { right: 0; bottom: 42px; width: 230px; padding: 16px; }
  .deploy-badge { right: 18px; bottom: 0; font-size: .85rem; }
  .stats-grid, .card-grid, .why-grid, .process-grid, .case-grid, .timeline, .blog-grid, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .stats-grid { border-radius: 22px; }
  .stat-item { border-left: 0 !important; border-bottom: 1px solid var(--border); }
  .stat-item:last-child { border-bottom: 0; }
  .why-item { border-bottom: 1px solid var(--border-dark); }
  .process-grid { gap: 28px; }
  .process-grid::before { display: block; left: 34px; right: auto; top: 34px; bottom: 34px; width: 0; border-top: 0; border-left: 2px dashed #c5e8e4; }
  .process-step { display: grid; grid-template-columns: auto 1fr; column-gap: 16px; align-items: start; }
  .process-icon { width: 68px; height: 68px; border-radius: 18px; grid-row: span 2; }
  .process-icon .icon { width: 28px; height: 28px; }
  .process-icon span { width: 28px; height: 28px; }
  .footer-bottom { flex-direction: column; }
  .back-to-top { width: 44px; height: 44px; right: 16px; bottom: 16px; }
}

@media (max-width: 430px) {
  .container { width: min(100% - 24px, var(--container)); }
  .site-header { height: 70px; }
  :root { --header-height: 70px; }
  .brand img { width: 146px; }
  .hero-copy h1 { font-size: clamp(2.12rem, 9.5vw, 2.45rem); }
  .hero-lead { font-size: .98rem; }
  .hero-visual { transform: scale(.83); margin-inline: -18px; width: calc(100% + 36px); margin-bottom: -78px; }
  .section-heading h2, .split-copy h2, .global-copy h2, .cta-card h2 { font-size: 2rem; }
  .service-card, .testimonial-card, .case-card, .blog-card { padding: 22px; }
  .contact-form { padding: 20px; }
}

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