* { box-sizing: border-box; }
body { margin: 0; font-family: 'Karla', -apple-system, sans-serif; background: #FFF8F0; color: #16324F; }
h1, h2, h3 { font-family: 'Sora', -apple-system, sans-serif; margin: 0; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; }
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 40px; }

/* Top bar */
.topbar { background: #16324F; color: #DCE5EC; font-size: 13px; }
.topbar .wrap { display: flex; align-items: center; padding: 10px 40px; }
.topbar-left { display: flex; align-items: center; gap: 24px; flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; }
.topbar-left::-webkit-scrollbar { display: none; }
.topbar-item { display: flex; align-items: center; gap: 6px; color: #DCE5EC; white-space: nowrap; flex-shrink: 0; }
.topbar-social { display: flex; align-items: center; gap: 14px; margin-left: auto; flex-shrink: 0; }
.topbar-social a { display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: rgba(255,255,255,0.1); }
.topbar-social a:hover { background: rgba(255,255,255,0.2); }
@media (max-width: 900px) { .topbar-social { display: none; } }

/* Nav */
.nav { position: sticky; top: 0; z-index: 50; background: #FFF8F0; }
.nav .wrap { display: flex; align-items: center; justify-content: space-between; padding: 20px 40px; gap: 24px; }
.nav-logo { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 20px; color: #16324F; }
.nav-logo span { color: #F2760F; }
.nav-links { display: flex; gap: 6px; background: #fff; padding: 12px 10px; border-radius: 100px; box-shadow: 0 6px 20px -8px rgba(22,50,79,0.15); }
.navlink { font-weight: 700; font-size: 14px; color: #16324F; padding: 6px 16px; border-radius: 100px; }
.navlink:hover, .navlink.active { background: #FFF1E4; color: #F2760F; }

/* Mega menu */
.has-mega { position: relative; display: flex; align-items: center; }
.mega-menu { display: none; position: absolute; top: 100%; left: 50%; transform: translateX(-50%); padding-top: 18px; z-index: 70; }
.has-mega:hover .mega-menu, .has-mega:focus-within .mega-menu { display: block; }
.mega-menu-panel { width: 620px; max-width: 80vw; background: #fff; border-radius: 20px; padding: 22px; box-shadow: 0 30px 60px -20px rgba(22,50,79,0.28); border: 1px solid #F0E4D3; }
.mega-menu-panel.is-grouped { width: 820px; }
.mega-menu-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 4px 10px; max-height: 380px; overflow-y: auto; }
.mega-menu-item { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 12px; font-weight: 700; font-size: 13.5px; color: #16324F; }
.mega-menu-item:hover { background: #FFF1E4; color: #F2760F; }
.mega-menu-icon { flex-shrink: 0; width: 34px; height: 34px; border-radius: 10px; background: #FFF1E4; display: flex; align-items: center; justify-content: center; }
.mega-menu-footer { margin-top: 14px; padding-top: 14px; border-top: 1px solid #F0E4D3; text-align: right; }
.mega-menu-footer a { font-weight: 700; font-size: 13.5px; color: #F2760F; }

.mega-menu-categories { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 6px 18px; max-height: 420px; overflow-y: auto; }
.mega-menu-category h4 { font-size: 11px; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase; color: #F2760F; margin: 0 0 8px; padding: 0 12px; }
.mega-menu-category:not(:first-child) h4 { margin-top: 4px; }
.mega-menu-category .mega-menu-item { padding: 7px 12px; font-size: 13px; font-weight: 600; }
.mega-menu-category .mega-menu-icon { width: 26px; height: 26px; }
@media (max-width: 1100px) { .mega-menu-panel.is-grouped { width: 640px; } .mega-menu-categories { grid-template-columns: repeat(2, minmax(0,1fr)); } }

/* Buttons */
.btn-dark { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14.5px; color: #fff; background: #16324F; padding: 14px 28px; border-radius: 100px; }
.btn-dark:hover { background: #0E2439; }
.btn-outline { display: inline-flex; align-items: center; gap: 8px; font-weight: 700; font-size: 14.5px; color: #16324F; background: #fff; border: 2px solid #16324F; padding: 12px 26px; border-radius: 100px; }
.btn-outline:hover { background: #16324F; color: #fff; }

/* Mobile nav */
.mobile-nav { display: none; }
.mobile-nav-toggle { list-style: none; cursor: pointer; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; }
.mobile-nav-toggle::-webkit-details-marker { display: none; }
.mobile-nav-panel { display: flex; flex-direction: column; gap: 6px; position: absolute; right: 16px; top: 74px; background: #fff; border: 1px solid #F0E4D3; border-radius: 16px; padding: 18px; box-shadow: 0 16px 34px rgba(22,50,79,0.16); min-width: 220px; z-index: 60; }
.mobile-nav-panel a.navlink { padding: 10px 12px; border-radius: 10px; }

/* Hero */
.hero { position: relative; overflow: hidden; }
.hero-shape { position: absolute; top: -200px; right: -260px; width: 1000px; height: 1400px; background: linear-gradient(135deg, #F2760F, #FFB25E); transform: rotate(18deg); border-radius: 80px; z-index: 0; }
.hero-circle { position: absolute; top: 120px; right: -80px; width: 340px; height: 340px; border-radius: 50%; background: rgba(22,50,79,0.08); z-index: 0; }
.hero-inner { position: relative; z-index: 2; display: flex; align-items: center; gap: 40px; padding: 60px 0 0; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: #16324F; color: #fff; font-weight: 700; font-size: 12px; letter-spacing: 0.06em; text-transform: uppercase; padding: 8px 16px; border-radius: 100px; margin-bottom: 26px; }
.hero h1 { font-weight: 900; font-size: 52px; line-height: 1.08; color: #16324F; margin-bottom: 24px; }
.hero-lead { font-size: 17px; line-height: 1.7; color: #55606B; margin-bottom: 32px; max-width: 460px; }
.hero-ctas { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-visual { position: relative; flex: 0.95; display: flex; justify-content: center; animation: hero-fade-in 0.9s ease 0.15s both; }
.hero-glow { position: absolute; top: 50%; left: 50%; width: 380px; height: 380px; transform: translate(-50%,-50%); border-radius: 50%; background: radial-gradient(circle, rgba(242,118,15,0.28), transparent 70%); z-index: 0; animation: hero-pulse 4s ease-in-out infinite; }
.hero-card { position: relative; z-index: 1; width: 460px; background: #fff; border-radius: 24px; box-shadow: 0 30px 70px -20px rgba(22,50,79,0.3); transform: rotate(-3deg); overflow: hidden; }

/* App-window mockup (hero product visual) */
.app-window-bar { display: flex; align-items: center; gap: 12px; padding: 13px 18px; border-bottom: 1px solid #F0E4D3; background: #FBF6EF; }
.app-window-dots { display: flex; gap: 6px; flex-shrink: 0; }
.app-window-dots span { width: 9px; height: 9px; border-radius: 50%; background: #E7DFD3; }
.app-window-dots span:first-child { background: #F2760F; }
.app-window-url { flex: 1; display: flex; align-items: center; justify-content: space-between; background: #fff; border-radius: 8px; padding: 5px 10px; font-size: 10.5px; color: #8A94A0; font-family: 'Karla', sans-serif; border: 1px solid #F0E4D3; }
.app-window-live { display: flex; align-items: center; gap: 5px; color: #25A969; font-weight: 700; }
.app-window-live::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #25A969; animation: hero-pulse-dot 1.6s ease-in-out infinite; }
.app-window-body { display: flex; }
.app-sidebar { width: 50px; background: #16324F; padding: 16px 0; display: flex; flex-direction: column; align-items: center; gap: 12px; flex-shrink: 0; }
.app-sidebar-icon { width: 32px; height: 32px; border-radius: 10px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.08); }
.app-sidebar-icon.active { background: #F2760F; }
.app-main { flex: 1; min-width: 0; padding: 18px; }
.app-topbar { display: flex; align-items: center; margin-bottom: 16px; }
.app-search { flex: 1; height: 26px; background: #F3EEE7; border-radius: 8px; margin-right: 12px; }
.app-avatar { width: 26px; height: 26px; border-radius: 50%; background: linear-gradient(135deg, #F2760F, #F2C495); flex-shrink: 0; }
.app-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-bottom: 12px; }
.app-stat-card { background: #FFF1E4; border-radius: 10px; padding: 10px; }
.app-stat-icon { width: 22px; height: 22px; border-radius: 6px; background: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 8px; }
.app-stat-value { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 14.5px; color: #16324F; line-height: 1; }
.app-stat-trend { font-size: 10px; color: #25A969; font-weight: 700; margin-top: 4px; }
.app-chart-card { background: #F3EEE7; border-radius: 12px; padding: 14px 14px 10px; position: relative; }
.app-chart-bars { display: flex; align-items: flex-end; gap: 7px; height: 66px; position: relative; z-index: 1; }
.app-chart-bars div { flex: 1; border-radius: 3px 3px 0 0; background: #E7DFD3; }
.app-chart-line { position: absolute; left: 14px; right: 14px; top: 14px; height: 66px; z-index: 2; }
@keyframes hero-pulse-dot { 0%, 100% { opacity: 1; transform: scale(1); } 50% { opacity: 0.4; transform: scale(1.4); } }
@media (max-width: 480px) { .hero-card { width: 100%; max-width: 380px; } }
.hero-tag { --tag-rot: 4deg; position: absolute; bottom: -6px; left: 0; background: #16324F; color: #fff; border-radius: 16px; padding: 14px 18px; box-shadow: 0 20px 40px -14px rgba(22,50,79,0.4); display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 13px; z-index: 2; animation: hero-float 4.5s ease-in-out infinite; }
.hero-tag-alt { --tag-rot: -4deg; position: absolute; top: 6px; right: -18px; bottom: auto; left: auto; background: #fff; color: #16324F; animation-delay: 0.6s; }
.hero-orbit { position: absolute; z-index: 2; width: 52px; height: 52px; border-radius: 50%; background: #fff; box-shadow: 0 16px 34px -10px rgba(22,50,79,0.35); display: flex; align-items: center; justify-content: center; animation: hero-float 5s ease-in-out infinite; }
.hero-orbit-1 { top: -20px; left: 30px; animation-delay: 0.3s; }
.hero-orbit-2 { bottom: 60px; right: -26px; animation-delay: 1.1s; }
@keyframes hero-float { 0%, 100% { transform: translateY(0) rotate(var(--tag-rot, 0deg)); } 50% { transform: translateY(-12px) rotate(var(--tag-rot, 0deg)); } }
@keyframes hero-pulse { 0%, 100% { opacity: 0.6; transform: translate(-50%,-50%) scale(1); } 50% { opacity: 1; transform: translate(-50%,-50%) scale(1.08); } }
@keyframes hero-fade-in { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
.hero-inner > div:first-child { animation: hero-fade-in 0.8s ease both; }
.hero-inner > div:first-child .hero-badge { animation: hero-fade-in 0.7s ease 0.05s both; }
.hero-inner > div:first-child h1 { animation: hero-fade-in 0.7s ease 0.15s both; }
.hero-inner > div:first-child .hero-lead { animation: hero-fade-in 0.7s ease 0.25s both; }
.hero-inner > div:first-child .hero-ctas { animation: hero-fade-in 0.7s ease 0.35s both; }
@media (prefers-reduced-motion: reduce) { .hero-visual, .hero-glow, .hero-tag, .hero-orbit, .hero-inner > div:first-child, .hero-inner > div:first-child *, .app-window-live::before { animation: none !important; } }
.hero-strip { position: relative; z-index: 2; padding: 64px 0; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
@media (max-width: 1000px) and (min-width: 901px) { .hero-strip { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.strip-card { background: #fff; border-radius: 20px; padding: 24px; display: flex; align-items: center; gap: 14px; box-shadow: 0 10px 30px -14px rgba(22,50,79,0.12); }
.strip-icon { width: 44px; height: 44px; border-radius: 12px; background: #FFF1E4; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.strip-card span { font-weight: 700; font-size: 14px; }

/* Page header (interior pages) */
.page-hero { position: relative; overflow: hidden; padding-bottom: 40px; }
.page-hero-shape { position: absolute; top: -260px; right: -320px; width: 900px; height: 1200px; background: linear-gradient(135deg, #F2760F, #FFB25E); transform: rotate(18deg); border-radius: 80px; z-index: 0; opacity: 0.9; }
.page-header { position: relative; z-index: 2; max-width: 760px; padding: 64px 0 20px; }
.page-header h1 { font-weight: 900; font-size: 42px; margin-bottom: 16px; }
.page-header p { font-size: 16.5px; line-height: 1.7; color: #55606B; margin: 0; max-width: 560px; }

/* Sections */
.eyebrow { font-weight: 700; font-size: 12.5px; letter-spacing: 0.08em; text-transform: uppercase; color: #F2760F; margin-bottom: 12px; display: block; }
.section-head { max-width: 720px; margin: 0 auto 48px; text-align: center; }
.section-head h2 { font-weight: 800; font-size: 32px; margin-bottom: 14px; }
.section-head p { font-size: 15.5px; line-height: 1.7; color: #55606B; margin: 0; }
.section { padding: 76px 0; }
.section-white { background: #fff; }
.grid2 { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; }
.grid3 { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.grid4 { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 22px; }

/* Cards */
.card { background: #fff; border-radius: 20px; padding: 28px; box-shadow: 0 10px 30px -18px rgba(22,50,79,0.14); }
.card-icon { width: 44px; height: 44px; border-radius: 12px; background: #FFF1E4; display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.card h3 { font-size: 17.5px; font-weight: 700; margin-bottom: 8px; }
.card p { font-size: 14px; line-height: 1.6; color: #55606B; margin: 0; }

.service-bullets { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px 24px; background: #fff; border-radius: 16px; padding: 28px; box-shadow: 0 10px 30px -18px rgba(22,50,79,0.14); }
.bullet { font-size: 15px; color: #3D5468; display: flex; align-items: center; gap: 10px; }
@media (max-width: 640px) { .service-bullets { grid-template-columns: 1fr; } }

/* Homepage: photo sections */
.photo-banner-img { display: block; width: 100%; max-height: 440px; object-fit: cover; border-radius: 28px; box-shadow: 0 30px 70px -24px rgba(22,50,79,0.3); }
.why-band-split { display: flex; gap: 44px; align-items: center; }
.why-band-image { flex: 0 0 320px; }
.why-band-image img { width: 100%; height: 300px; object-fit: cover; border-radius: 20px; display: block; }
.why-band-content { flex: 1; min-width: 0; }
.why-band-content .section-head { text-align: left; margin: 0 0 28px; }
@media (max-width: 900px) { .why-band-split { flex-direction: column; } .why-band-image { flex: none; width: 100%; } .why-band-content .section-head { text-align: center; } }

/* Homepage: expertise & offices grids */
.expertise-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.expertise-tile { background: #fff; border-radius: 18px; padding: 24px; box-shadow: 0 10px 26px -18px rgba(22,50,79,0.14); transition: transform 0.15s ease, box-shadow 0.15s ease; }
.expertise-tile:hover { transform: translateY(-4px); box-shadow: 0 16px 34px -16px rgba(22,50,79,0.22); }
.expertise-tile h3 { font-size: 15px; font-weight: 700; margin-bottom: 6px; }
.expertise-tile p { font-size: 13px; line-height: 1.55; color: #55606B; margin: 0; }
@media (max-width: 900px) { .expertise-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }

.offices-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.office-card { background: #FFF8F0; border: 1px solid #F0E4D3; border-radius: 18px; padding: 26px 20px; text-align: center; }
.office-card h3 { font-size: 16px; font-weight: 800; margin-bottom: 6px; }
.office-card p { font-size: 13px; color: #8A94A0; margin: 0; }
.office-card .card-icon { margin: 0 auto 16px; }
@media (max-width: 900px) { .offices-grid { grid-template-columns: repeat(2, minmax(0,1fr)); } }

/* Homepage: stats band */
.stats-band { background: #16324F; border-radius: 32px; padding: 48px 40px; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; }
.stat-item { text-align: center; }
.stat-number { font-family: 'Sora', sans-serif; font-weight: 900; font-size: 40px; color: #fff; margin-bottom: 6px; }
.stat-number span { color: #F2A25F; }
.stat-label { font-size: 13.5px; color: #B9C6D4; font-weight: 600; }
@media (max-width: 800px) { .stats-band { grid-template-columns: repeat(2, minmax(0,1fr)); } }

/* Homepage: product showcase mockup */
.showcase-mockup { background: #fff; border-radius: 28px; padding: 22px; box-shadow: 0 30px 70px -20px rgba(22,50,79,0.25); }
.showcase-topbar { display: flex; gap: 8px; margin-bottom: 18px; }
.showcase-dot { width: 10px; height: 10px; border-radius: 50%; }
.showcase-layout { display: grid; grid-template-columns: 70px 1fr; gap: 14px; }
.showcase-sidebar { background: #16324F; border-radius: 14px; padding: 14px 8px; display: flex; flex-direction: column; gap: 12px; align-items: center; }
.showcase-sidebar span { width: 26px; height: 26px; border-radius: 8px; background: rgba(255,255,255,0.12); }
.showcase-sidebar span.on { background: #F2760F; }
.showcase-main { display: grid; gap: 12px; }
.showcase-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.showcase-stat { background: #FFF1E4; border-radius: 12px; padding: 12px; }
.showcase-stat .bar { height: 7px; border-radius: 4px; background: #F2C495; margin-bottom: 8px; }
.showcase-stat .num { height: 16px; width: 55%; border-radius: 4px; background: #F2760F; }
.showcase-chart { background: #F3EEE7; border-radius: 12px; padding: 14px; height: 110px; display: flex; align-items: flex-end; gap: 8px; }
.showcase-chart div { flex: 1; border-radius: 4px; background: #E7DFD3; }
.showcase-badge { position: absolute; background: #fff; border-radius: 16px; padding: 12px 16px; box-shadow: 0 16px 36px -12px rgba(22,50,79,0.35); display: flex; align-items: center; gap: 10px; font-weight: 700; font-size: 13px; color: #16324F; }

/* Homepage: process steps */
.process-steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 0; position: relative; }
.process-step { position: relative; text-align: center; padding: 0 20px; }
.process-step-num { width: 56px; height: 56px; border-radius: 50%; background: #16324F; color: #fff; font-family: 'Sora', sans-serif; font-weight: 800; font-size: 20px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; position: relative; z-index: 2; }
.process-step h3 { font-size: 17px; font-weight: 700; margin-bottom: 8px; }
.process-step p { font-size: 14px; color: #55606B; line-height: 1.6; margin: 0; }
.process-step:not(:last-child)::after { content: ''; position: absolute; top: 28px; left: 60%; width: 80%; height: 2px; background: repeating-linear-gradient(90deg, #F2C495 0 8px, transparent 8px 16px); z-index: 1; }
@media (max-width: 800px) { .process-steps { grid-template-columns: 1fr; gap: 40px; } .process-step:not(:last-child)::after { display: none; } }

/* Industry page-builder sections */
.step-card { background: #fff; border-radius: 20px; padding: 28px; box-shadow: 0 10px 30px -18px rgba(22,50,79,0.14); }
.step-number { width: 40px; height: 40px; border-radius: 50%; background: #16324F; color: #fff; display: flex; align-items: center; justify-content: center; font-family: 'Sora', sans-serif; font-weight: 800; font-size: 16px; margin-bottom: 16px; }

.columns-list-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 28px 40px; }
.columns-list-group h4 { font-size: 16px; font-weight: 800; margin-bottom: 10px; color: #16324F; }
.columns-list-group ul { list-style: none; margin: 0; padding: 0; }
.columns-list-group li { font-size: 14px; color: #55606B; padding-left: 22px; position: relative; margin-bottom: 6px; }
.columns-list-group li::before { content: ''; position: absolute; left: 0; top: 8px; width: 6px; height: 6px; border-radius: 50%; background: #F2760F; }
@media (max-width: 800px) { .columns-list-grid { grid-template-columns: 1fr; } }

.split-section { display: flex; align-items: center; gap: 48px; }
.split-section.is-flipped { flex-direction: row-reverse; }
.split-text { flex: 1; min-width: 0; }
.split-text ul { list-style: none; margin: 20px 0 0; padding: 0; }
.split-text li { font-size: 15px; color: #3D5468; padding-left: 28px; position: relative; margin-bottom: 14px; }
.split-text li::before { content: ''; position: absolute; left: 0; top: 3px; width: 18px; height: 18px; border-radius: 50%; background: #FFF1E4; }
.split-text li::after { content: '✓'; position: absolute; left: 3px; top: 1px; color: #F2760F; font-size: 12px; font-weight: 700; }
.split-media { flex: 1; min-width: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.split-media img { width: 100%; height: 140px; object-fit: cover; border-radius: 16px; }
.split-media.single-image { grid-template-columns: 1fr; }
.split-media.single-image img { height: 320px; }
.split-media video-embed, .video-embed { position: relative; width: 100%; padding-top: 56.25%; border-radius: 16px; overflow: hidden; grid-column: 1 / -1; }
.video-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
@media (max-width: 900px) { .split-section { flex-direction: column; } .split-section.is-flipped { flex-direction: column; } }

.cta-section-band { background: #16324F; border-radius: 32px; padding: 56px 40px; text-align: center; }
.cta-section-band .section-head h2 { color: #fff; }
.cta-section-band .section-head p { color: #B9C6D4; }
.cta-checklist { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px 32px; max-width: 720px; margin: 0 auto 32px; text-align: left; }
.cta-checklist div { display: flex; align-items: center; gap: 10px; font-size: 14.5px; color: #DCE5EC; font-weight: 600; }
.cta-band-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
@media (max-width: 640px) { .cta-checklist { grid-template-columns: 1fr; } }

/* Industry hero media */
.industry-hero-media { border-radius: 24px; overflow: hidden; box-shadow: 0 20px 50px -20px rgba(22,50,79,0.3); }
.industry-hero-media img { width: 100%; display: block; }

/* Pricing plans */
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; align-items: stretch; }
.pricing-card { position: relative; background: #fff; border-radius: 20px; padding: 32px 28px; box-shadow: 0 10px 30px -18px rgba(22,50,79,0.14); border: 2px solid transparent; display: flex; flex-direction: column; }
.pricing-card.is-featured { border-color: #F2760F; transform: translateY(-8px); box-shadow: 0 20px 46px -18px rgba(242,118,15,0.3); }
.pricing-ribbon { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: #F2760F; color: #fff; font-size: 11.5px; font-weight: 700; letter-spacing: 0.04em; text-transform: uppercase; padding: 6px 16px; border-radius: 100px; white-space: nowrap; }
.pricing-name { font-size: 18px; font-weight: 800; margin-bottom: 6px; }
.pricing-price { font-family: 'Sora', sans-serif; font-weight: 900; font-size: 30px; color: #16324F; margin-bottom: 4px; }
.pricing-period { font-size: 13px; font-weight: 600; color: #8A94A0; margin-bottom: 20px; }
.pricing-features { list-style: none; margin: 0 0 26px; padding: 0; flex: 1; }
.pricing-features li { display: flex; align-items: flex-start; gap: 10px; font-size: 14px; color: #3D5468; margin-bottom: 12px; }
.pricing-cta { display: block; text-align: center; }
@media (max-width: 900px) { .pricing-grid { grid-template-columns: 1fr; } .pricing-card.is-featured { transform: none; } }

/* Brand marquee */
.brand-marquee { overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.brand-marquee-row { display: flex; gap: 40px; width: max-content; margin-bottom: 20px; animation: marquee-left 32s linear infinite; }
.brand-marquee-row.reverse { animation-name: marquee-right; }
.brand-marquee:hover .brand-marquee-row { animation-play-state: paused; }
.brand-logo { flex-shrink: 0; height: 52px; display: flex; align-items: center; opacity: 0.75; transition: opacity 0.15s ease; }
.brand-logo:hover { opacity: 1; }
.brand-logo img { height: 100%; width: auto; object-fit: contain; }
@keyframes marquee-left { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes marquee-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }

.whatsapp-float { position: fixed; right: 22px; bottom: 22px; width: 58px; height: 58px; border-radius: 50%; background: #25D366; display: flex; align-items: center; justify-content: center; box-shadow: 0 8px 24px -6px rgba(37,211,102,0.6); z-index: 999; transition: transform 0.15s ease; }
.whatsapp-float:hover { transform: scale(1.08); }
@media (max-width: 640px) { .whatsapp-float { width: 52px; height: 52px; right: 16px; bottom: 16px; } }

.service-card { background: #16324F; border-radius: 20px; padding: 34px; color: #fff; }
.service-card .card-icon { background: rgba(242,118,15,0.2); }
.service-card h3 { color: #fff; font-size: 19px; margin-bottom: 10px; }
.service-card p { color: #B9C6D4; font-size: 14.5px; }

/* Why band */
.why-band { background: #16324F; border-radius: 32px; padding: 56px 40px; }
.why-band .section-head h2 { color: #fff; }
.why-band .section-head p { color: #B9C6D4; }
.why-card { background: rgba(255,255,255,0.06); border-radius: 16px; padding: 24px; }
.why-card .card-icon { width: 38px; height: 38px; background: rgba(242,118,15,0.25); }
.why-card h3 { color: #fff; font-size: 15.5px; margin-bottom: 6px; }
.why-card p { color: #B9C6D4; font-size: 13.5px; margin: 0; }

/* FAQ */
.faq { max-width: 820px; margin: 0 auto; }
.faq-item { border: none; border-radius: 16px; margin-bottom: 12px; background: #fff; overflow: hidden; box-shadow: 0 6px 20px -14px rgba(22,50,79,0.14); }
.faq-item summary { padding: 20px 24px; font-weight: 700; font-size: 15px; cursor: pointer; list-style: none; display: flex; align-items: center; justify-content: space-between; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item[open] summary { color: #F2760F; }
.faq-item .faq-a { padding: 0 24px 20px; font-size: 14.5px; line-height: 1.65; color: #55606B; }
.faq-plus { font-size: 20px; color: #F2760F; font-weight: 400; }

/* CTA band */
.cta-band { background: linear-gradient(135deg, #F2760F, #FFB25E); border-radius: 32px; padding: 64px 40px; text-align: center; }
.cta-band h2 { font-size: 30px; font-weight: 900; margin-bottom: 12px; color: #fff; }
.cta-band p { font-size: 15.5px; color: rgba(255,255,255,0.9); margin-bottom: 26px; }
.cta-band .btn-dark { background: #16324F; }

/* Footer */
.footer { background: #16324F; color: #DCE5EC; padding: 56px 40px 28px; margin-top: 40px; }
.footer-logo { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 19px; color: #fff; margin-bottom: 14px; }
.footer-logo span { color: #F2A25F; }
.footer-tagline { font-size: 14px; line-height: 1.6; color: #B9C6D4; max-width: 280px; margin: 0 0 18px; }
.footer-social { display: flex; align-items: center; gap: 10px; }
.footer-social a { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.08); margin: 0; }
.footer-social a:hover { background: rgba(255,255,255,0.18); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 36px; max-width: 1280px; margin: 0 auto; padding-bottom: 32px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer h4 { font-size: 13px; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; color: #7C93A8; margin-bottom: 16px; }
.footer a { color: #DCE5EC; font-size: 14px; display: block; margin-bottom: 10px; }
.footer a:hover { color: #fff; }
.footer-addr { display: block; color: #DCE5EC; font-size: 14px; }
.footer-bottom { max-width: 1280px; margin: 20px auto 0; font-size: 13px; color: #7C93A8; }

/* About */
.step-num { font-family: 'Sora', sans-serif; font-weight: 800; font-size: 15px; color: #F2760F; }
.founder-card { background: #fff; border-radius: 24px; padding: 44px; display: flex; align-items: center; gap: 40px; box-shadow: 0 10px 30px -18px rgba(22,50,79,0.14); }
.founder-avatar { flex-shrink: 0; width: 96px; height: 96px; border-radius: 50%; background: #16324F; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.founder-avatar img { width: 100%; height: 100%; object-fit: cover; }

/* Contact */
.contact-grid { display: flex; gap: 40px; align-items: stretch; }
.contact-card { flex: 0 0 380px; background: #16324F; border-radius: 24px; padding: 44px 36px; }
.contact-form { flex: 1; background: #fff; border-radius: 24px; padding: 44px; box-shadow: 0 10px 30px -18px rgba(22,50,79,0.14); }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 22px; margin-bottom: 22px; }
.field-label { font-weight: 600; font-size: 13.5px; color: #16324F; margin: 0 0 8px; display: block; }
.field-input { width: 100%; font-family: 'Karla', sans-serif; font-size: 14.5px; color: #16324F; background: #FFF8F0; border: 1px solid #F0E4D3; border-radius: 12px; padding: 12px 14px; }
.contact-row { display: flex; align-items: center; gap: 14px; margin-bottom: 20px; }
.icon-badge { flex-shrink: 0; width: 42px; height: 42px; border-radius: 12px; background: rgba(242,118,15,0.18); display: flex; align-items: center; justify-content: center; }

/* Blog */
.blog-card { background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 30px -18px rgba(22,50,79,0.14); }
.blog-card img { width: 100%; height: 200px; object-fit: cover; display: block; }
.blog-card-body { padding: 24px; }
.blog-card h3 { font-size: 18px; font-weight: 700; margin-bottom: 10px; }
.blog-card p { font-size: 14px; line-height: 1.6; color: #55606B; margin: 0 0 14px; }
.blog-date { font-size: 12.5px; font-weight: 700; color: #F2760F; text-transform: uppercase; letter-spacing: 0.04em; }
.blog-content { font-size: 16px; line-height: 1.8; color: #3D5468; }
.blog-content p { margin: 0 0 20px; }
.blog-content img { border-radius: 16px; margin: 24px 0; }
.blog-content iframe { width: 100%; aspect-ratio: 16/9; border-radius: 16px; border: none; margin: 24px 0; }

@media (max-width: 900px) {
  .wrap, .nav .wrap, .topbar .wrap { padding-left: 20px; padding-right: 20px; }
  .topbar { font-size: 11.5px; }
  .topbar-left { gap: 14px; }
  .hero-inner { flex-direction: column; }
  .hero h1 { font-size: 34px; }
  .page-header h1 { font-size: 30px; }
  .grid2, .grid3, .grid4 { grid-template-columns: 1fr; }
  .nav-links, .desktop-cta { display: none; }
  .mobile-nav { display: block; position: relative; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .hero-strip { grid-template-columns: 1fr; }
  .hero-shape, .page-hero-shape { display: none; }
  .founder-card { flex-direction: column; text-align: center; }
  .contact-grid { flex-direction: column; }
  .form-row { grid-template-columns: 1fr; }
}
