/*
Theme Name: MobileWorks Modern
Theme URI: https://magneticonemobile.com/
Author: MagneticOne
Description: Modern responsive theme for the MobileWorks product website.
Version: 1.9.0
Text Domain: m1m-modern
*/

:root {
  --ink: #101114;
  --muted: #5e6470;
  --line: #dfe3e8;
  --paper: #ffffff;
  --soft: #f4f6f8;
  --accent: #ef3340;
  --accent-dark: #c91825;
  --blue: #1769ff;
  --radius: 24px;
  --shadow: 0 22px 60px rgba(16, 17, 20, .1);
  --wrap: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  overflow-x: clip;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; }
a { color: var(--blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--accent); }
button, input, textarea, select { font: inherit; }
body .container { width: calc(100% - 40px) !important; max-width: var(--wrap) !important; margin-inline: auto !important; padding-inline: 0 !important; }
.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 16px; top: 12px; z-index: 1000; padding: 10px 14px; background: #fff; color: #000; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(16,17,20,.08);
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.brand img { width: 225px; max-height: 58px; object-fit: contain; object-position: left center; }
.site-nav { margin-left: auto; }
.site-nav .nav-menu { display: flex; align-items: center; gap: 5px; margin: 0; padding: 0; list-style: none; }
.nav-item { position: relative; list-style: none; }
.nav-item-row { display: flex; align-items: center; }
.site-nav a { color: var(--ink); font-size: 15px; font-weight: 650; text-decoration: none; }
.site-nav a:hover { color: var(--accent); }
.nav-item-row > a, .nav-contact > a { display: block; padding: 12px 9px; }
.dropdown-toggle {
  width: 28px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  margin-left: -5px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}
.dropdown-toggle span { display: block; font-size: 17px; transition: transform .2s ease; }
.dropdown-toggle[aria-expanded="true"] span { transform: rotate(180deg); }
.dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  width: 285px;
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(16,17,20,.1);
  border-radius: 18px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 24px 70px rgba(16,17,20,.16);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.dropdown-menu::before { content: ""; position: absolute; left: 0; right: 0; top: -16px; height: 16px; }
.dropdown-menu li { list-style: none; }
.dropdown-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 13px;
  border-radius: 11px;
  color: var(--ink);
  line-height: 1.25;
}
.dropdown-menu a span { color: var(--muted); font-size: 13px; }
.dropdown-menu a:hover { background: var(--soft); color: var(--accent); }
.has-dropdown:hover > .dropdown-menu,
.has-dropdown:focus-within > .dropdown-menu,
.has-dropdown.is-open > .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.header-cta, .button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 21px;
  border: 1px solid var(--ink);
  border-radius: 999px;
  background: var(--ink);
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}
.button:hover, .header-cta:hover { transform: translateY(-2px); background: var(--accent); border-color: var(--accent); color: #fff; }
.button--light { background: #fff; border-color: #fff; color: var(--ink); }
.button--ghost { background: transparent; color: var(--ink); }
.menu-toggle { display: none; margin-left: auto; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; background: #fff; }

.hero { position: relative; isolation: isolate; min-height: 760px; display: grid; align-items: center; overflow: hidden; background: #f6f7f9; }
.hero::before {
  content: "";
  position: absolute;
  z-index: -2;
  inset: 0;
  background:
    radial-gradient(circle at 79% 34%, rgba(23,105,255,.17), transparent 28%),
    radial-gradient(circle at 65% 80%, rgba(239,51,64,.12), transparent 25%);
}
.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 530px;
  height: 530px;
  right: max(3vw, calc((100vw - var(--wrap))/2));
  top: 115px;
  border: 1px solid rgba(16,17,20,.16);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255,255,255,.36), 0 0 0 160px rgba(255,255,255,.18);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr); align-items: center; gap: 60px; padding: 100px 0; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 20px; color: var(--accent); font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 32px; height: 2px; background: currentColor; }
.hero h1 { max-width: 820px; margin: 0; font-size: clamp(52px, 7.2vw, 102px); letter-spacing: -.065em; line-height: .96; }
.hero h1 span { color: var(--accent); }
.hero-copy { max-width: 680px; margin: 30px 0 36px; color: #353942; font-size: clamp(19px, 2vw, 23px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.store-button { min-width: 176px; justify-content: flex-start; padding: 10px 18px; }
.store-button > span:last-child { display: grid; text-align: left; font-size: 16px; line-height: 1.05; }
.store-button small { margin-bottom: 3px; font-size: 10px; font-weight: 650; letter-spacing: .04em; }
.store-icon { width: 25px; height: 25px; display: grid; place-items: center; flex: 0 0 auto; font-size: 18px; }
.store-icon--apple { font-size: 24px; }
.store-note { display: flex; align-items: center; gap: 7px; margin: 14px 0 0; color: var(--muted); font-size: 13px; font-weight: 650; }
.store-note > span:first-child { width: 18px; height: 18px; display: inline-grid; place-items: center; border-radius: 50%; background: #dff6e7; color: #18733a; font-size: 11px; }
.store-note-dot { color: #a5abb4; }
.idea-link { display: inline-flex; align-items: center; gap: 9px; margin-top: 20px; color: var(--ink); font-size: 15px; font-weight: 750; text-decoration: none; }
.idea-link:hover { color: var(--accent); }
.idea-link span { transition: transform .2s ease; }
.idea-link:hover span { transform: translateX(4px); }
.hero-visual { position: relative; min-height: 540px; display: grid; place-items: center; }
.hero-phone { position: relative; z-index: 2; max-height: 540px; filter: drop-shadow(0 30px 50px rgba(16,17,20,.22)); }
.floating-card { position: absolute; z-index: 3; max-width: 230px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.9); border-radius: 18px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); backdrop-filter: blur(12px); font-size: 14px; font-weight: 700; line-height: 1.35; }
.floating-card--one { left: 0; top: 23%; }
.floating-card--two { right: 0; bottom: 17%; }
.floating-card strong { display: block; margin-bottom: 4px; color: var(--accent); font-size: 22px; }

.section { padding: 110px 0; }
.section--dark { background: var(--ink); color: #fff; }
.section--soft { background: var(--soft); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 52px; }
.section-head h2, .content-title { max-width: 850px; margin: 0; font-size: clamp(42px, 5vw, 72px); letter-spacing: -.05em; line-height: 1.02; }
.section-head p { max-width: 460px; margin: 0; color: var(--muted); }
.section--dark .section-head p { color: #abb0b9; }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.demo-section { background: var(--ink); color: #fff; }
.demo-grid { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); align-items: center; gap: clamp(46px, 8vw, 110px); }
.demo-copy h2 { margin: 0; font-size: clamp(42px, 5vw, 70px); letter-spacing: -.05em; line-height: 1.02; }
.demo-copy > p { margin: 24px 0; color: #b7bcc5; }
.demo-copy .idea-link { color: #fff; }
.demo-copy .idea-link:hover { color: #ff737c; }
.demo-points { display: grid; gap: 9px; margin: 0 0 28px; padding: 0; list-style: none; }
.demo-points li { position: relative; padding-left: 27px; color: #e4e6e9; font-size: 15px; }
.demo-points li::before { content: "✓"; position: absolute; left: 0; color: #62d88f; font-weight: 850; }
.video-shell {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid #373a40;
  border-radius: 26px;
  background: #050506;
  box-shadow: 0 32px 90px rgba(0,0,0,.35);
}
.video-shell iframe { width: 100%; height: 100%; border: 0; }
.video-placeholder { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: #050506; color: #fff; cursor: pointer; overflow: hidden; }
.video-placeholder::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(0,0,0,.78)); }
.video-placeholder img { width: 100%; height: 100%; object-fit: cover; opacity: .82; transition: transform .45s ease, opacity .3s ease; }
.video-placeholder:hover img { transform: scale(1.025); opacity: .95; }
.video-play { position: absolute; z-index: 2; left: 50%; top: 50%; width: 78px; height: 78px; display: grid; place-items: center; border-radius: 50%; background: var(--accent); color: #fff; font-size: 25px; transform: translate(-50%, -50%); box-shadow: 0 16px 45px rgba(239,51,64,.4); transition: transform .2s ease; }
.video-placeholder:hover .video-play { transform: translate(-50%, -50%) scale(1.08); }
.video-label { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 24px; display: grid; text-align: left; font-size: 18px; font-weight: 800; }
.video-label small { margin-top: 3px; color: #c7cbd1; font-size: 12px; font-weight: 550; }
.product-card { position: relative; min-height: 460px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; color: var(--ink); overflow: hidden; }
.product-card:nth-child(2) { background: #eaf1ff; }
.product-card:nth-child(3) { background: #fff0f1; }
.product-card .number { color: var(--muted); font-size: 13px; font-weight: 800; letter-spacing: .14em; }
.product-card h3 { margin: 80px 0 16px; font-size: 34px; letter-spacing: -.04em; line-height: 1.06; }
.product-card p { color: var(--muted); }
.product-card .arrow { position: absolute; right: 28px; bottom: 25px; width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); text-decoration: none; }
.product-card .arrow:hover { background: var(--ink); color: #fff; }
.crm-strip { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 18px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.crm-strip a { min-height: 112px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; color: var(--ink); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.crm-strip a:hover { transform: translateY(-3px); border-color: #b8bec7; box-shadow: 0 12px 28px rgba(16, 17, 20, .08); }
.crm-strip img { max-width: 180px; max-height: 38px; margin: auto; object-fit: contain; filter: grayscale(1); opacity: .72; }
.crm-strip span { color: var(--muted); font-size: 12px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.crm-strip__salesforce strong { color: #0d9dda; font-size: 25px; letter-spacing: -.04em; line-height: 1; }
.service-feature { background: var(--ink); color: #fff; }
.service-feature__grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(320px, .72fr); gap: clamp(45px, 9vw, 140px); align-items: start; }
.service-feature h2 { max-width: 700px; margin: 16px 0 0; font-size: clamp(46px, 6vw, 82px); letter-spacing: -.055em; line-height: .98; }
.service-feature__copy > p { margin: 0; color: #c7cbd2; font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.service-feature__copy ul { display: grid; gap: 0; margin: 32px 0; padding: 0; list-style: none; border-top: 1px solid #383a40; }
.service-feature__copy li { padding: 15px 0; border-bottom: 1px solid #383a40; }
.service-feature__copy li::before { content: "✓"; margin-right: 12px; color: var(--accent); font-weight: 850; }
.service-feature__copy .button { background: #fff; color: var(--ink); }
.service-intro { max-width: 780px; margin: 26px 0 0; color: var(--muted); font-size: clamp(19px, 2vw, 24px); }
.service-outcomes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-outcome { padding: 28px; border: 1px solid var(--line); border-radius: 20px; background: #fff; }
.service-outcome span { color: var(--accent); font-size: 13px; font-weight: 850; letter-spacing: .1em; }
.service-outcome h3 { margin: 26px 0 12px; font-size: 26px; letter-spacing: -.035em; }
.service-outcome p { margin: 0; color: var(--muted); }
.service-process { display: grid; grid-template-columns: minmax(240px, .65fr) minmax(0, 1.35fr); gap: clamp(45px, 9vw, 130px); }
.service-process h2 { margin: 14px 0 0; font-size: clamp(38px, 5vw, 64px); letter-spacing: -.05em; line-height: 1.02; }
.service-process__steps { margin: 0; padding: 0; list-style: none; counter-reset: service-step; }
.service-process__steps li { position: relative; padding: 0 0 34px 72px; counter-increment: service-step; }
.service-process__steps li::before { content: "0" counter(service-step); position: absolute; left: 0; top: 2px; color: var(--accent); font-size: 14px; font-weight: 850; letter-spacing: .1em; }
.service-process__steps li::after { content: ""; position: absolute; left: 21px; top: 30px; bottom: 10px; width: 1px; background: var(--line); }
.service-process__steps li:last-child::after { display: none; }
.service-process__steps h3 { margin: 0 0 8px; font-size: 25px; letter-spacing: -.025em; }
.service-process__steps p { margin: 0; color: var(--muted); }
.about-intro { max-width: 780px; margin: 28px 0 0; color: var(--muted); font-size: clamp(19px, 2vw, 24px); line-height: 1.55; }
.about-story__grid { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr); align-items: center; gap: clamp(48px, 8vw, 120px); }
.about-visual { position: relative; margin: 0; padding-bottom: 32px; }
.about-visual img { width: 100%; aspect-ratio: 16 / 11; display: block; object-fit: cover; border-radius: 28px; box-shadow: var(--shadow); }
.about-visual figcaption { position: absolute; right: 24px; bottom: 0; max-width: 310px; padding: 16px 20px; border-radius: 14px; background: var(--ink); color: #fff; font-size: 13px; line-height: 1.45; }
.about-copy h2 { margin: 16px 0 26px; font-size: clamp(40px, 4.4vw, 62px); letter-spacing: -.05em; line-height: 1.02; }
.about-copy p { margin: 0 0 18px; color: var(--muted); font-size: 18px; line-height: 1.7; }
.about-values { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.about-values article { min-height: 260px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.about-values article > span { color: var(--accent); font-size: 13px; font-weight: 850; letter-spacing: .12em; }
.about-values h3 { margin: 54px 0 12px; font-size: 27px; letter-spacing: -.035em; }
.about-values p { margin: 0; color: var(--muted); }
.about-group { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .65fr); align-items: end; gap: clamp(45px, 9vw, 140px); padding: clamp(38px, 6vw, 72px); border-radius: 30px; background: var(--ink); color: #fff; }
.about-group h2 { max-width: 720px; margin: 15px 0 0; font-size: clamp(42px, 5.5vw, 72px); letter-spacing: -.055em; line-height: 1; }
.about-group p { margin: 0 0 28px; color: #c7cbd2; font-size: 18px; line-height: 1.65; }
.about-group .button { background: #fff; color: var(--ink); }
.ai-service-hero { overflow: hidden; background: var(--ink); color: #fff; }
.ai-service-hero__grid { min-height: 760px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .85fr); align-items: center; gap: clamp(50px, 8vw, 120px); padding-block: 90px; }
.ai-service-hero .breadcrumbs { color: #aeb3bc; }
.ai-service-hero .breadcrumbs a { color: inherit; }
.ai-service-hero h1 { max-width: 780px; margin: 18px 0 28px; font-size: clamp(54px, 6.6vw, 96px); letter-spacing: -.065em; line-height: .96; }
.ai-service-hero h1 span { color: var(--accent); }
.ai-service-hero__grid > div:first-child > p { max-width: 680px; color: #c7cbd2; font-size: clamp(18px, 2vw, 22px); line-height: 1.6; }
.ai-service-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 34px; }
.ai-service-actions .idea-link { color: #fff; }
.ai-service-visual { position: relative; min-height: 520px; display: grid; place-items: center; isolation: isolate; }
.ai-core { position: relative; z-index: 3; width: 260px; height: 260px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 28px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: radial-gradient(circle at 35% 30%, #393d48, #17191e 68%); text-align: center; box-shadow: 0 35px 100px rgba(0,0,0,.4); }
.ai-core small { color: #aeb3bc; text-transform: uppercase; letter-spacing: .12em; }
.ai-core strong { margin: 9px 0; font-size: 30px; letter-spacing: -.04em; }
.ai-core span { color: #c7cbd2; font-size: 13px; }
.ai-orbit { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; }
.ai-orbit--one { width: 390px; height: 390px; }
.ai-orbit--two { width: 510px; height: 510px; border-style: dashed; animation: ai-orbit-spin 40s linear infinite; }
.ai-node { position: absolute; z-index: 4; padding: 12px 17px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; background: rgba(31,34,41,.9); box-shadow: 0 15px 40px rgba(0,0,0,.25); font-size: 13px; font-weight: 750; }
.ai-node--idea { left: 0; top: 24%; }
.ai-node--prototype { right: 0; top: 34%; }
.ai-node--product { left: 12%; bottom: 16%; color: #fff; background: var(--accent); border-color: var(--accent); }
@keyframes ai-orbit-spin { to { transform: rotate(360deg); } }
@media (prefers-reduced-motion: reduce) {
  .ai-orbit--two { animation: none; }
}
.ai-benefits { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.ai-benefits article { min-height: 330px; padding: 32px; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.ai-benefits article > span { color: var(--accent); font-size: 13px; font-weight: 850; letter-spacing: .12em; }
.ai-benefits h3 { margin: 72px 0 14px; font-size: 29px; letter-spacing: -.04em; }
.ai-benefits p { margin: 0; color: var(--muted); }
.ai-process { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr); gap: clamp(50px, 9vw, 140px); }
.ai-process h2 { margin: 15px 0 24px; font-size: clamp(42px, 5vw, 68px); letter-spacing: -.055em; line-height: 1; }
.ai-process > div > p { color: var(--muted); font-size: 18px; }
.ai-process ol { margin: 0; padding: 0; list-style: none; counter-reset: ai-step; }
.ai-process li { position: relative; padding: 0 0 32px 68px; counter-increment: ai-step; }
.ai-process li::before { content: "0" counter(ai-step); position: absolute; left: 0; top: 1px; color: var(--accent); font-size: 13px; font-weight: 850; letter-spacing: .1em; }
.ai-process li::after { content: ""; position: absolute; left: 20px; top: 27px; bottom: 7px; width: 1px; background: #cfd4db; }
.ai-process li:last-child::after { display: none; }
.ai-process strong, .ai-process span { display: block; }
.ai-process strong { margin-bottom: 7px; font-size: 22px; }
.ai-process span { color: var(--muted); }
.ai-deliverables { display: grid; grid-template-columns: minmax(0, .85fr) minmax(340px, .65fr); gap: clamp(50px, 9vw, 140px); align-items: start; }
.ai-deliverables h2 { margin: 15px 0 0; font-size: clamp(42px, 5vw, 68px); letter-spacing: -.05em; line-height: 1; }
.ai-deliverables ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.ai-deliverables li { padding: 17px 0; border-bottom: 1px solid var(--line); }
.ai-deliverables li::before { content: "✓"; margin-right: 12px; color: var(--accent); font-weight: 850; }
.co-create-services { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.co-create-services > a { min-height: 400px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 24px; color: var(--ink); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.co-create-services > a:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.co-create-services span { color: var(--accent); font-size: 13px; font-weight: 850; letter-spacing: .12em; }
.co-create-services h3 { margin: 72px 0 15px; font-size: 32px; letter-spacing: -.045em; }
.co-create-services p { color: var(--muted); }
.co-create-services strong { margin-top: auto; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #383a40; }
.stat { padding: 45px 0; border-right: 1px solid #383a40; }
.stat:last-child { border: 0; padding-left: 45px; }
.stat + .stat { padding-left: 45px; }
.stat strong { display: block; font-size: clamp(48px, 6vw, 82px); letter-spacing: -.06em; line-height: 1; }
.stat span { color: #abb0b9; }
.cta-panel { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 40px; padding: clamp(38px, 6vw, 76px); border-radius: 32px; background: var(--accent); color: #fff; }
.cta-panel h2 { margin: 0; font-size: clamp(42px, 6vw, 78px); letter-spacing: -.055em; line-height: 1; }
.cta-panel p { margin: 20px 0 0; max-width: 620px; }
.cta-panel .button { justify-self: end; }

.content-hero { padding: 88px 0 55px; background: var(--soft); }
.content-hero .eyebrow { margin-bottom: 12px; }
.breadcrumbs { margin-bottom: 24px; color: var(--muted); font-size: 14px; }
.breadcrumbs a { color: inherit; }
.content-wrap { width: min(calc(100% - 40px), 920px); margin: 0 auto; padding: 72px 0 110px; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content h2 { margin-top: 2em; font-size: clamp(32px, 4vw, 48px); letter-spacing: -.035em; line-height: 1.12; }
.entry-content h3 { margin-top: 1.7em; font-size: 28px; letter-spacing: -.025em; line-height: 1.2; }
.entry-content { min-width: 0; overflow-wrap: anywhere; }
.entry-content p, .entry-content li { color: #333740; }
.entry-content img { border-radius: 16px; }
.entry-content iframe, .entry-content video, .entry-content embed, .entry-content object { max-width: 100%; }
.entry-content pre { max-width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.entry-content table { width: 100%; max-width: 100%; display: block; overflow-x: auto; border-collapse: collapse; -webkit-overflow-scrolling: touch; }
.entry-content th, .entry-content td { padding: 14px; border: 1px solid var(--line); text-align: left; }
.entry-content input, .entry-content textarea, .entry-content select { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #cfd4db; border-radius: 10px; }
.entry-content input[type="submit"], .entry-content button { width: auto; padding: 12px 22px; border: 0; border-radius: 999px; background: var(--ink); color: #fff; font-weight: 700; }
.idea-hero { padding-bottom: 76px; }
.idea-intro { max-width: 720px; margin: 26px 0 0; color: var(--muted); font-size: clamp(18px, 2vw, 23px); }
.idea-section { background: #fff; }
.idea-layout { display: grid; grid-template-columns: minmax(250px, .72fr) minmax(0, 1.28fr); align-items: start; gap: clamp(40px, 7vw, 100px); }
.idea-aside { position: sticky; top: 120px; }
.idea-steps { margin: 24px 0 0; padding: 0; list-style: none; counter-reset: ideas; }
.idea-steps li { position: relative; padding: 0 0 28px 50px; counter-increment: ideas; }
.idea-steps li::before { content: "0" counter(ideas); position: absolute; left: 0; top: 0; color: var(--accent); font-size: 13px; font-weight: 850; letter-spacing: .08em; }
.idea-steps li::after { content: ""; position: absolute; left: 15px; top: 27px; bottom: 8px; width: 1px; background: var(--line); }
.idea-steps li:last-child::after { display: none; }
.idea-steps strong, .idea-steps span { display: block; }
.idea-steps strong { margin-bottom: 5px; font-size: 18px; }
.idea-steps span { color: var(--muted); font-size: 14px; line-height: 1.55; }
.idea-note { margin: 10px 0 0; padding: 17px 18px; border-left: 3px solid var(--accent); background: var(--soft); color: var(--muted); font-size: 13px; line-height: 1.5; }
.idea-form-card { padding: clamp(26px, 5vw, 52px); border: 1px solid var(--line); border-radius: 28px; background: var(--soft); }
.idea-form { display: grid; gap: 22px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.idea-form label { display: grid; gap: 8px; min-width: 0; }
.idea-form label > span { font-size: 14px; font-weight: 750; }
.idea-form label small { color: var(--muted); font-weight: 500; }
.idea-form input, .idea-form select, .idea-form textarea {
  width: 100%;
  min-width: 0;
  padding: 14px 15px;
  border: 1px solid #ccd1d8;
  border-radius: 12px;
  outline: 0;
  background: #fff;
  color: var(--ink);
  transition: border-color .2s ease, box-shadow .2s ease;
}
.idea-form input, .idea-form select { min-height: 52px; }
.idea-form textarea { resize: vertical; }
.idea-form input:focus, .idea-form select:focus, .idea-form textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(23,105,255,.1); }
.idea-form .consent-field { grid-template-columns: 22px 1fr; align-items: start; gap: 11px; }
.idea-form .consent-field input { width: 20px; min-height: 20px; margin: 1px 0 0; accent-color: var(--ink); }
.idea-form .consent-field span { color: var(--muted); font-size: 13px; font-weight: 500; line-height: 1.45; }
.form-context-note { margin: -4px 0 0; padding: 13px 15px; border-radius: 10px; background: var(--soft); color: var(--muted); font-size: 12px; line-height: 1.5; }
.form-submit { justify-self: start; min-width: 172px; border: 0; cursor: pointer; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-message { display: grid; gap: 5px; margin-bottom: 24px; padding: 18px 20px; border-radius: 14px; font-size: 14px; }
.form-message strong { font-size: 16px; }
.form-message--success { border: 1px solid #a9dfbd; background: #edf9f1; color: #145b2d; }
.form-message--error { border: 1px solid #f1b1b6; background: #fff0f1; color: #8b1720; }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.post-card { border: 1px solid var(--line); border-radius: 20px; overflow: hidden; background: #fff; }
.post-card img { width: 100%; aspect-ratio: 16/10; object-fit: cover; }
.post-card-body { padding: 26px; }
.post-card h2 { margin: 0 0 12px; font-size: 26px; line-height: 1.15; }
.post-card a { color: var(--ink); text-decoration: none; }
.post-card p { color: var(--muted); }

.site-footer { padding: 78px 0 28px; background: #0b0c0e; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 60px; }
.footer-brand img { width: 230px; filter: brightness(0) invert(1); }
.footer-brand p { max-width: 420px; color: #aeb3bc; }
.footer-title { margin: 0 0 16px; color: #7f858f; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin: 9px 0; }
.footer-links a { color: #fff; text-decoration: none; }
.footer-address { color: #c6cad0; font-style: normal; }
.protected-email { display: inline; margin: 0; padding: 0; border: 0; background: none; color: inherit; font: inherit; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.protected-email:hover { color: var(--accent); }
.protected-email:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; border-radius: 2px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 65px; padding-top: 24px; border-top: 1px solid #292b30; color: #7f858f; font-size: 14px; }
.footer-heart { color: var(--accent); }

/* Cookie Notice — compact, accessible card instead of a full-width overlay. */
#cookie-notice.cn-position-bottom {
  left: auto !important;
  right: 22px !important;
  bottom: 22px !important;
  width: min(440px, calc(100% - 44px)) !important;
  min-width: 0 !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  border-radius: 20px !important;
  background: rgba(16,17,20,.96) !important;
  box-shadow: 0 24px 80px rgba(0,0,0,.28) !important;
  backdrop-filter: blur(18px);
}
#cookie-notice .cookie-notice-container {
  display: grid !important;
  gap: 16px !important;
  padding: 22px 56px 22px 22px !important;
  text-align: left !important;
}
#cookie-notice.cookie-notice-hidden .cookie-notice-container {
  display: none !important;
}
#cookie-notice.cookie-notice-hidden,
body.cookies-accepted #cookie-notice {
  border-color: transparent !important;
  background: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none;
  pointer-events: none;
}
body.cookies-accepted #cookie-notice .cookie-notice-container {
  display: none !important;
}
#cookie-notice.cookie-notice-hidden {
  visibility: hidden;
}
#cookie-notice .cn-text-container {
  display: block !important;
  margin: 0 !important;
  color: #e6e8eb !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}
#cookie-notice .cn-text-container::before {
  content: "Your privacy matters";
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: -.01em;
}
#cookie-notice .cn-text-container a { color: #fff !important; text-decoration-color: rgba(255,255,255,.5); }
#cookie-notice .cn-buttons-container { display: flex !important; flex-wrap: wrap; gap: 9px; margin: 0 !important; }
#cookie-notice .cn-button {
  min-height: 42px !important;
  margin: 0 !important;
  padding: 10px 17px !important;
  border: 1px solid #fff !important;
  border-radius: 999px !important;
  background: #fff !important;
  color: var(--ink) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}
#cookie-notice #cn-more-info { background: transparent !important; color: #fff !important; }
#cookie-notice .cn-close-icon { top: 17px !important; right: 17px !important; width: 30px !important; height: 30px !important; opacity: .72; }
#cookie-notice .cn-close-icon::before,
#cookie-notice .cn-close-icon::after { background-color: #fff !important; }

@media (max-width: 980px) {
  body.mobile-menu-open { overflow: hidden; }
  .header-cta { display: none; }
  .menu-toggle { display: inline-grid; place-items: center; }
  .site-nav { position: absolute; left: 20px; right: 20px; top: 76px; display: none; max-height: calc(100dvh - 92px); padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
  .site-nav.is-open { display: block; }
  .site-nav .nav-menu { display: grid; gap: 3px; }
  .nav-item-row { justify-content: space-between; }
  .nav-item-row > a, .nav-contact > a { flex: 1; padding: 11px 9px; font-size: 17px; }
  .dropdown-toggle { width: 44px; height: 44px; margin: 0; border: 1px solid var(--line); border-radius: 50%; }
  .dropdown-menu {
    position: static;
    width: auto;
    max-height: 0;
    display: grid;
    padding: 0 8px;
    border: 0;
    border-radius: 12px;
    background: var(--soft);
    box-shadow: none;
    opacity: 1;
    visibility: hidden;
    overflow: hidden;
    transform: none;
    transition: max-height .24s ease, padding .24s ease, visibility .24s;
  }
  .has-dropdown:hover > .dropdown-menu,
  .has-dropdown:focus-within > .dropdown-menu { max-height: 0; padding-block: 0; visibility: hidden; }
  .has-dropdown.is-open > .dropdown-menu { max-height: 320px; padding-block: 8px; visibility: visible; }
  .dropdown-menu a { padding: 10px 11px; font-size: 15px; }
  .hero { min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 80px 0; }
  .hero-visual { min-height: 480px; }
  .hero::after { right: -150px; top: auto; bottom: 80px; }
  .product-grid, .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card:last-child { grid-column: 1 / -1; min-height: 360px; }
  .crm-strip { grid-template-columns: repeat(3, 1fr); }
  .section-head, .cta-panel { grid-template-columns: 1fr; display: grid; align-items: start; }
  .cta-panel .button { justify-self: start; }
  .idea-layout { grid-template-columns: 1fr; }
  .idea-aside { position: static; }
  .demo-grid { grid-template-columns: 1fr; }
  .service-feature__grid, .service-process { grid-template-columns: 1fr; }
  .service-outcomes { grid-template-columns: 1fr; }
  .about-story__grid, .about-group { grid-template-columns: 1fr; }
  .about-values { grid-template-columns: 1fr; }
  .ai-service-hero__grid, .ai-process, .ai-deliverables { grid-template-columns: 1fr; }
  .ai-service-visual { min-height: 480px; }
  .ai-benefits, .co-create-services { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  body { font-size: 16px; }
  body .container, body .content-wrap { width: calc(100% - 28px) !important; max-width: var(--wrap) !important; margin-inline: auto !important; padding-inline: 0 !important; }
  .header-inner { min-height: 70px; }
  .brand img { width: 190px; }
  .site-nav { left: 14px; right: 14px; top: 66px; }
  .hero-grid { gap: 24px; padding: 62px 0 74px; }
  .hero h1 { font-size: clamp(48px, 15vw, 72px); }
  .hero-copy { font-size: 18px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .store-button { min-width: 0; padding: 10px 13px; }
  .store-button > span:last-child { font-size: 14px; }
  .store-note { flex-wrap: wrap; row-gap: 4px; }
  .hero-visual { min-height: 420px; }
  .hero-phone { max-height: 410px; }
  .floating-card { max-width: 170px; padding: 13px; font-size: 12px; }
  .floating-card--one { top: 18%; }
  .floating-card--two { bottom: 14%; }
  .section { padding: 76px 0; }
  .section-head { margin-bottom: 34px; }
  .product-grid, .post-grid { grid-template-columns: 1fr; }
  .video-shell { border-radius: 18px; }
  .video-play { width: 62px; height: 62px; font-size: 20px; }
  .video-label { left: 18px; right: 18px; bottom: 16px; font-size: 15px; }
  .product-card, .product-card:last-child { min-height: 370px; grid-column: auto; }
  .product-card h3 { margin-top: 50px; }
  .crm-strip { grid-template-columns: 1fr; padding: 14px; gap: 12px; }
  .crm-strip a { min-height: 96px; }
  .stats { grid-template-columns: 1fr; }
  .stat, .stat + .stat, .stat:last-child { padding: 30px 0; border-right: 0; border-bottom: 1px solid #383a40; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-links a { min-height: 44px; display: flex; align-items: center; }
  .footer-links li { margin: 0; }
  .footer-address .protected-email { min-height: 44px; display: inline-flex; align-items: center; }
  .footer-bottom { flex-direction: column; margin-top: 44px; }
  .content-hero { padding: 62px 0 38px; }
  .content-wrap { padding: 50px 0 78px; }
  .idea-hero { padding-bottom: 52px; }
  .idea-section { padding-top: 56px; }
  .idea-form-card { padding: 22px 17px; border-radius: 20px; }
  .about-story__grid { gap: 42px; }
  .about-visual { padding-bottom: 24px; }
  .about-visual img { border-radius: 20px; }
  .about-visual figcaption { right: 14px; left: 14px; max-width: none; }
  .about-copy p { font-size: 17px; }
  .about-values article { min-height: 0; }
  .about-values h3 { margin-top: 32px; }
  .about-group { padding: 32px 24px; border-radius: 24px; }
  .ai-service-hero__grid { min-height: auto; padding-block: 62px 76px; }
  .ai-service-hero h1 { font-size: clamp(48px, 14vw, 68px); }
  .ai-service-visual { min-height: 390px; }
  .ai-core { width: 210px; height: 210px; }
  .ai-core strong { font-size: 25px; }
  .ai-orbit--one { width: 290px; height: 290px; }
  .ai-orbit--two { width: 360px; height: 360px; }
  .ai-node { font-size: 11px; padding: 9px 12px; }
  .ai-node--idea { left: 0; }
  .ai-node--prototype { right: 0; }
  .ai-benefits article, .co-create-services > a { min-height: 0; }
  .ai-benefits h3, .co-create-services h3 { margin-top: 42px; }
  .form-row { grid-template-columns: 1fr; gap: 22px; }
  .form-submit { width: 100%; }
  #cookie-notice.cn-position-bottom {
    left: 12px !important;
    right: 12px !important;
    bottom: 12px !important;
    width: auto !important;
    border-radius: 17px !important;
  }
  #cookie-notice .cookie-notice-container { gap: 13px !important; padding: 18px 48px 18px 18px !important; }
  #cookie-notice .cn-text-container { font-size: 13px !important; }
  #cookie-notice .cn-buttons-container { display: grid !important; grid-template-columns: 1fr 1fr; }
  #cookie-notice .cn-button { width: 100% !important; }
}

@media (max-width: 380px) {
  .brand img { width: 172px; }
  .hero h1 { font-size: 44px; }
  .hero-actions { grid-template-columns: 1fr; }
  .store-button { min-height: 52px; justify-content: center; }
  .hero-visual { min-height: 360px; }
  .hero-phone { max-height: 350px; }
  .floating-card { max-width: 145px; }
  .section { padding: 64px 0; }
  .section-head h2, .content-title { font-size: 39px; }
  .cta-panel { padding: 30px 22px; border-radius: 24px; }
  .cta-panel h2 { font-size: 40px; }
  #cookie-notice .cn-buttons-container { grid-template-columns: 1fr; }
}
