:root {
  --ink: #0f172a;
  --muted: #52637a;
  --line: #dbe5ef;
  --paper: #f7fafc;
  --blue: #0369a1;
  --blue-dark: #075985;
  --indigo: #4338ca;
  --violet: #7c3aed;
  --white: #fff;
  --radius: 1.4rem;
  --shadow: 0 24px 80px rgba(15, 23, 42, .12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  scroll-behavior: smooth;
}

* { box-sizing: border-box; }
html, body { margin: 0; min-width: 320px; overflow-x: clip; }
body { line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }

.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(860px, calc(100% - 40px)); }
.section { padding: 112px 0; }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; transform: translateY(-160%); padding: .7rem 1rem; border-radius: .5rem; color: #fff; background: #111827; }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-nav { position: sticky; z-index: 50; top: 0; border-bottom: 1px solid rgba(219, 229, 239, .92); background: rgba(255, 255, 255, .92); backdrop-filter: blur(16px); }
.nav-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { display: flex; align-items: center; gap: .7rem; font-size: .78rem; font-weight: 700; letter-spacing: .06em; color: #64748b; }
.brand img { width: 146px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 1.45rem; font-size: .92rem; font-weight: 650; }
.desktop-nav > a:not(.button):hover { color: var(--blue); }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: .75rem; background: #fff; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-button span:not(.sr-only) { width: 20px; height: 2px; background: var(--ink); }
.mobile-menu { border-top: 1px solid var(--line); padding: .5rem 20px 1rem; background: #fff; }
.mobile-menu a { display: block; padding: .8rem 0; font-weight: 700; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 50px; padding: .8rem 1.25rem; border: 1px solid transparent; border-radius: .75rem; font-weight: 800; line-height: 1.2; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid #f59e0b; outline-offset: 3px; }
.button.small { min-height: 42px; padding: .55rem 1rem; color: #fff; background: var(--blue); }
.button.primary { color: #fff; background: linear-gradient(135deg, var(--blue), var(--indigo)); box-shadow: 0 14px 35px rgba(3, 105, 161, .24); }
.button.primary:hover { box-shadow: 0 18px 45px rgba(3, 105, 161, .34); }
.button.secondary { border-color: #b8c8d8; background: rgba(255, 255, 255, .72); }
.button.light { color: var(--blue-dark); background: #fff; box-shadow: 0 12px 35px rgba(2, 8, 23, .18); }
.eyebrow { margin: 0 0 1rem; color: var(--blue); font-size: .78rem; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }

.hero { position: relative; overflow: hidden; padding: 90px 0 105px; background: linear-gradient(130deg, #effaff 0%, #fff 46%, #f2f0ff 100%); }
.hero::after { content: ""; position: absolute; right: -10%; bottom: -40%; width: 560px; height: 560px; border-radius: 50%; background: rgba(124, 58, 237, .10); filter: blur(35px); }
.hero-glow { position: absolute; top: -180px; left: 20%; width: 520px; height: 520px; border-radius: 50%; background: rgba(14, 165, 233, .13); filter: blur(45px); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(360px, .97fr); align-items: center; gap: 6rem; }
.hero-copy h1 { max-width: 760px; margin: 0; font-size: clamp(3rem, 6vw, 5.7rem); line-height: 1.04; letter-spacing: -.055em; }
.hero-copy h1 span { display: block; color: transparent; background: linear-gradient(90deg, var(--blue), var(--indigo), var(--violet)); -webkit-background-clip: text; background-clip: text; }
.lede { max-width: 680px; margin: 1.7rem 0 0; color: var(--muted); font-size: 1.18rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 2rem; }
.microcopy { margin: 1.1rem 0 0; color: #64748b; font-size: .86rem; }
.hero-visual { position: relative; min-height: 570px; }
.visual-card { position: absolute; overflow: hidden; border: 7px solid rgba(255, 255, 255, .92); border-radius: 1.65rem; background: #dce8f0; box-shadow: var(--shadow); }
.visual-card img { width: 100%; height: 100%; object-fit: cover; }
.visual-main { top: 0; left: 4%; width: 59%; height: 520px; transform: rotate(-3deg); }
.visual-side { right: 0; bottom: 12px; width: 54%; aspect-ratio: 1; transform: rotate(4deg); }
.floating-note { position: absolute; z-index: 2; right: 4%; top: 7%; display: grid; padding: 1rem 1.15rem; border: 1px solid rgba(255, 255, 255, .8); border-radius: 1rem; color: #fff; background: rgba(15, 23, 42, .9); box-shadow: 0 15px 35px rgba(15, 23, 42, .25); backdrop-filter: blur(10px); }
.floating-note b { font-size: 1rem; }
.floating-note span { font-size: .75rem; color: #cbd5e1; }

.trust-strip { border-block: 1px solid var(--line); background: #fff; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); }
.stats > div { display: grid; justify-items: center; gap: .1rem; padding: 1.45rem; text-align: center; border-right: 1px solid var(--line); }
.stats > div:last-child { border-right: 0; }
.stats strong { color: var(--blue-dark); font-size: 1.6rem; }
.stats span { color: #64748b; font-size: .83rem; }

.section-head { max-width: 760px; margin: 0 auto 3.4rem; text-align: center; }
.section-head h2, .sticky-copy h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); line-height: 1.12; letter-spacing: -.035em; }
.section-head > p:last-child, .sticky-copy > p { color: var(--muted); font-size: 1.05rem; }
.problem-section { background: var(--paper); }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.pain-grid article { padding: 1.7rem; border: 1px solid var(--line); border-radius: 1.1rem; background: #fff; box-shadow: 0 12px 35px rgba(15, 23, 42, .045); }
.pain-grid article > span { color: #94a3b8; font-size: .75rem; font-weight: 900; letter-spacing: .14em; }
.pain-grid h3 { margin: 1.1rem 0 .4rem; font-size: 1.15rem; }
.pain-grid p { margin: 0; color: var(--muted); font-size: .92rem; }

.workflow-section { background: #fff; }
.split { display: grid; grid-template-columns: .82fr 1.18fr; gap: 7rem; align-items: start; }
.sticky-copy { position: sticky; top: 120px; }
.sticky-copy .eyebrow { margin-bottom: 1rem; }
.text-link { display: inline-block; margin-top: 1.2rem; color: var(--blue); font-weight: 850; }
.timeline { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; }
.timeline li { display: grid; grid-template-columns: 52px 1fr; gap: 1.2rem; padding: 1.5rem; border: 1px solid var(--line); border-radius: 1.1rem; background: var(--paper); }
.timeline b { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; color: #fff; background: linear-gradient(135deg, var(--blue), var(--indigo)); }
.timeline h3 { margin: 0 0 .25rem; }
.timeline p { margin: 0; color: var(--muted); }

.modules-section { border-block: 1px solid var(--line); background: #f8fafc; }
.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.module { overflow: hidden; padding: 1.6rem; border: 1px solid var(--line); border-top-width: 4px; border-radius: var(--radius); background: #fff; box-shadow: 0 18px 50px rgba(15, 23, 42, .07); }
.module.blue { border-top-color: var(--blue); }
.module.indigo { border-top-color: var(--indigo); }
.module.violet { border-top-color: var(--violet); }
.module-tag { display: inline-flex; padding: .3rem .65rem; border-radius: 999px; color: var(--blue-dark); background: #e0f2fe; font-size: .75rem; font-weight: 900; }
.module.indigo .module-tag { color: #3730a3; background: #e0e7ff; }
.module.violet .module-tag { color: #6d28d9; background: #ede9fe; }
.module h3 { margin: 1rem 0 .5rem; font-size: 1.35rem; }
.module p, .module li { color: var(--muted); font-size: .92rem; }
.module ul { min-height: 105px; padding-left: 1.2rem; }
.module img { width: 100%; aspect-ratio: 4 / 3; margin-top: 1.2rem; border-radius: .9rem; object-fit: cover; object-position: top; }

.examples-section { color: #e2e8f0; background: #081326; }
.section-head.light h2 { color: #fff; }
.section-head.light > p:last-child { color: #a9bad0; }
.angle-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .8rem; }
.angle-grid figure { margin: 0; overflow: hidden; border: 1px solid rgba(255, 255, 255, .13); border-radius: 1rem; background: #111d33; }
.angle-grid img { width: 100%; aspect-ratio: .75; object-fit: cover; }
.angle-grid figcaption { padding: .8rem; color: #dbeafe; font-size: .83rem; font-weight: 800; text-align: center; }
.center-actions { display: flex; justify-content: center; margin-top: 2.5rem; }

.brand-section { background: #fff; }
.brand-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.brand-grid a { position: relative; overflow: hidden; min-height: 270px; border-radius: 1.2rem; background: #dbe5ef; }
.brand-grid img { width: 100%; height: 100%; min-height: 270px; object-fit: cover; transition: transform .35s ease; }
.brand-grid a:hover img { transform: scale(1.025); }
.brand-grid span { position: absolute; left: 1rem; bottom: 1rem; padding: .45rem .8rem; border-radius: .5rem; color: #fff; background: rgba(15, 23, 42, .86); font-weight: 800; }

.tutorials-section { border-block: 1px solid var(--line); background: var(--paper); }
.video-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.video-grid article { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 16px 45px rgba(15, 23, 42, .06); }
.video-frame { aspect-ratio: 16 / 9; background: #020617; }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.video-copy { padding: 1.4rem; }
.video-copy h3 { margin: 0; }
.video-copy p { color: var(--muted); }
.video-copy a { color: var(--blue); font-weight: 850; }

.faq-section { background: #fff; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list article { border-bottom: 1px solid var(--line); }
.faq-list button { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.35rem 0; border: 0; text-align: left; background: transparent; font-weight: 850; cursor: pointer; }
.faq-list button span { color: var(--blue); font-size: 1.45rem; transition: transform .2s ease; }
.faq-list button[aria-expanded="true"] span { transform: rotate(45deg); }
.faq-list article > div { padding: 0 2.5rem 1.4rem 0; color: var(--muted); }
.faq-list p { margin: 0; }

.final-cta { padding: 78px 0; color: #fff; background: linear-gradient(120deg, var(--blue-dark), #312e81 72%, #581c87); }
.final-inner { display: grid; grid-template-columns: 1.3fr .7fr; align-items: center; gap: 3rem; }
.final-inner .eyebrow { color: #bae6fd; }
.final-inner h2 { margin: 0; max-width: 760px; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.1; letter-spacing: -.035em; }
.final-actions { display: grid; justify-items: start; gap: 1rem; }
.final-actions > a:last-child { color: #dbeafe; font-weight: 800; }

.site-footer { padding: 48px 0; color: #94a3b8; background: #07101f; }
.footer-inner { display: flex; justify-content: space-between; gap: 2rem; align-items: flex-end; }
.footer-inner b { color: #fff; }
.footer-inner p { margin: .25rem 0 0; font-size: .82rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem; font-size: .83rem; }
.footer-links a:hover { color: #fff; }
.flypig-cookie-settings { padding: 0; border: 0; color: inherit; background: transparent; cursor: pointer; }
.flypig-cookie-settings:hover { color: #fff; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .menu-button { display: flex; }
  .hero { padding-top: 65px; }
  .hero-grid { grid-template-columns: 1fr; gap: 4rem; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(620px, 100%); margin-inline: auto; }
  .pain-grid { grid-template-columns: repeat(2, 1fr); }
  .split { grid-template-columns: 1fr; gap: 3rem; }
  .sticky-copy { position: static; }
  .module-grid { grid-template-columns: 1fr; }
  .module { display: grid; grid-template-columns: 1fr 1fr; column-gap: 2rem; }
  .module .module-tag, .module h3, .module p, .module ul { grid-column: 1; }
  .module img { grid-column: 2; grid-row: 1 / 6; height: 100%; margin: 0; }
  .angle-grid { grid-template-columns: repeat(3, 1fr); }
  .final-inner { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .shell, .narrow { width: min(100% - 28px, 1180px); }
  .section { padding: 78px 0; }
  .nav-inner { min-height: 68px; }
  .brand img { width: 125px; }
  .brand span { display: none; }
  .hero { padding: 52px 0 75px; }
  .hero-grid { gap: 3rem; }
  .hero-copy h1 { font-size: clamp(2.55rem, 13vw, 4rem); }
  .lede { font-size: 1.02rem; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .hero-visual { min-height: 420px; }
  .visual-main { left: 0; width: 64%; height: 390px; }
  .visual-side { width: 56%; }
  .floating-note { top: 2%; right: 0; }
  .stats { grid-template-columns: 1fr; }
  .stats > div { border-right: 0; border-bottom: 1px solid var(--line); }
  .stats > div:last-child { border-bottom: 0; }
  .section-head { margin-bottom: 2.4rem; text-align: left; }
  .pain-grid { grid-template-columns: 1fr; }
  .timeline li { grid-template-columns: 44px 1fr; padding: 1.2rem; }
  .timeline b { width: 44px; height: 44px; }
  .module { display: block; }
  .module ul { min-height: auto; }
  .module img { margin-top: 1.2rem; height: auto; }
  .angle-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .brand-grid, .video-grid { grid-template-columns: 1fr; }
  .brand-grid a, .brand-grid img { min-height: 210px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

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