:root {
  --ly-ink: #171632;
  --ly-ink-soft: #343457;
  --ly-muted: #696a85;
  --ly-purple: #7047eb;
  --ly-purple-dark: #5328d6;
  --ly-blue: #2d74f5;
  --ly-cyan: #27c6de;
  --ly-mint: #dff9ef;
  --ly-lilac: #eee9ff;
  --ly-pink: #ffeaf2;
  --ly-cream: #fff9f3;
  --ly-line: rgba(40, 37, 90, .11);
  --ly-surface: #ffffff;
  --ly-radius: 26px;
  --ly-shadow: 0 24px 65px rgba(57, 43, 116, .13);
  --ly-shadow-soft: 0 14px 40px rgba(57, 43, 116, .09);
  --ly-gradient: linear-gradient(135deg, #764ced 0%, #4e73ed 52%, #2bbbd9 100%);
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ly-ink);
  background: #fff;
  font-family: Inter, Avenir, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.ly-menu-open { overflow: hidden; }
*, *::before, *::after { box-sizing: border-box; }
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
p { line-height: 1.72; }
button, input, select, textarea { font: inherit; }
.ly-container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.ly-skip { position: fixed; z-index: 99999; top: -100px; left: 24px; padding: 12px 18px; background: #fff; border-radius: 10px; }
.ly-skip:focus { top: 12px; }

/* Header */
.ly-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  height: 88px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, .82);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: .25s ease;
}
.ly-header.is-scrolled { height: 74px; border-color: var(--ly-line); box-shadow: 0 8px 25px rgba(36, 28, 79, .06); }
.admin-bar .ly-header { top: 32px; }
.ly-header__inner { display: flex; align-items: center; gap: 28px; }
.ly-brand { flex: 0 0 auto; display: block; }
.ly-brand img { display: block; width: 176px; }
.ly-nav { display: flex; align-items: center; justify-content: center; gap: 26px; margin-left: auto; }
.ly-nav > a, .ly-nav__trigger { position: relative; padding: 28px 0; color: var(--ly-ink-soft); font-size: 14px; font-weight: 700; white-space: nowrap; }
.ly-nav > a::after, .ly-nav__trigger::after { content: ""; position: absolute; right: 0; bottom: 20px; left: 0; height: 2px; background: var(--ly-gradient); transform: scaleX(0); transition: .2s ease; }
.ly-nav > a:hover::after, .ly-nav > a:focus-visible::after, .ly-nav__trigger:hover::after, .ly-nav__trigger:focus-visible::after { transform: scaleX(1); }
.ly-nav__item { position: relative; display: flex; align-self: stretch; align-items: center; }
.ly-nav__trigger { display: inline-flex; align-items: center; gap: 7px; margin: 0; background: transparent; border: 0; cursor: pointer; }
.ly-nav__trigger svg { width: 10px; fill: none; stroke: currentColor; stroke-width: 1.7; transition: transform .2s ease; }
.ly-nav__item.is-open .ly-nav__trigger svg { transform: rotate(180deg); }
.ly-nav__submenu { position: absolute; z-index: 1200; top: calc(100% - 7px); left: 50%; width: min(520px, 88vw); display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 13px; background: rgba(255,255,255,.98); border: 1px solid var(--ly-line); border-radius: 20px; box-shadow: var(--ly-shadow); opacity: 0; visibility: hidden; pointer-events: none; transform: translate(-50%, 12px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.ly-nav__item:hover .ly-nav__submenu, .ly-nav__item:focus-within .ly-nav__submenu, .ly-nav__item.is-open .ly-nav__submenu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.ly-nav__submenu a { display: grid; grid-template-columns: 34px 1fr; column-gap: 10px; padding: 13px; color: var(--ly-ink-soft); border: 1px solid transparent; border-radius: 13px; white-space: normal; }
.ly-nav__submenu a:hover, .ly-nav__submenu a:focus-visible { color: var(--ly-purple-dark); background: #f7f4ff; border-color: rgba(112,71,235,.15); }
.ly-nav__submenu a > span { grid-row: 1 / 3; display: grid; width: 30px; height: 30px; place-items: center; color: var(--ly-purple-dark); background: var(--ly-lilac); border-radius: 9px; font-size: 9px; font-weight: 900; }
.ly-nav__submenu strong { font-size: 13px; line-height: 1.2; }
.ly-nav__submenu small { margin-top: 4px; color: var(--ly-muted); font-size: 10px; line-height: 1.35; }
.ly-header__actions { display: flex; align-items: center; gap: 12px; }
.ly-account { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--ly-line); border-radius: 50%; background: #fff; }
.ly-account svg { width: 19px; fill: none; stroke: var(--ly-ink); stroke-width: 1.8; stroke-linecap: round; }
.ly-cart { position: relative; width: 42px; height: 42px; display: grid; place-items: center; background: #fff; border: 1px solid var(--ly-line); border-radius: 50%; }
.ly-cart svg { width: 20px; fill: none; stroke: var(--ly-ink); stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.ly-cart__count { position: absolute; top: -6px; right: -6px; min-width: 20px; height: 20px; display: grid; place-items: center; padding: 0 5px; color: #fff; background: var(--ly-purple); border: 2px solid #fff; border-radius: 999px; font-size: 9px; font-weight: 900; }
.ly-menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 12px; background: var(--ly-lilac); }
.ly-menu-toggle span:not(.screen-reader-text) { display: block; width: 22px; height: 2px; margin: 4px auto; background: var(--ly-ink); transition: .2s ease; }

/* Shared */
.ly-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 24px;
  color: #fff;
  background: var(--ly-gradient);
  border: 0;
  border-radius: 999px;
  box-shadow: 0 13px 26px rgba(102, 63, 226, .22);
  font-size: 15px;
  font-weight: 800;
  transition: transform .2s ease, box-shadow .2s ease;
}
.ly-button:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 17px 35px rgba(102, 63, 226, .3); }
.ly-button--small { min-height: 44px; padding: 0 20px; font-size: 13px; }
.ly-button--large { min-height: 58px; padding: 0 29px; }
.ly-button--ghost, .ly-button--outline { color: var(--ly-ink); background: rgba(255,255,255,.74); border: 1px solid var(--ly-line); box-shadow: none; }
.ly-button--ghost:hover, .ly-button--outline:hover { color: var(--ly-purple-dark); background: #fff; border-color: rgba(112,71,235,.35); box-shadow: var(--ly-shadow-soft); }
.ly-button--light { color: var(--ly-purple-dark); background: #fff; box-shadow: none; }
.ly-button--light:hover { color: var(--ly-purple-dark); }
.ly-section { position: relative; padding: 115px 0; overflow: hidden; }
.ly-kicker, .ly-eyebrow, .ly-icon-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--ly-purple-dark);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.ly-kicker::before { content: ""; width: 26px; height: 2px; background: var(--ly-gradient); border-radius: 2px; }
.ly-kicker--light { color: #d9d6ff; }
.ly-kicker--light::before { background: #fff; }
.ly-section-heading { margin-bottom: 56px; }
.ly-section-heading h2 { margin: 14px 0 18px; font-size: clamp(38px, 4.3vw, 62px); line-height: 1.04; letter-spacing: -.045em; }
.ly-section-heading h2 em, .ly-hero h1 em, .ly-modules h2 em { color: var(--ly-purple); font-style: normal; }
.ly-section-heading p { max-width: 650px; margin: 0; color: var(--ly-muted); font-size: 17px; }
.ly-section-heading--center { text-align: center; }
.ly-section-heading--center p { margin-inline: auto; }
.ly-section-heading--split { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 70px; }
.ly-section-heading--split h2 { margin-bottom: 0; }
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

/* Hero */
.ly-hero {
  position: relative;
  padding: 82px 0 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 20%, rgba(255, 194, 218, .36), transparent 24%),
    radial-gradient(circle at 87% 15%, rgba(94, 211, 241, .3), transparent 27%),
    linear-gradient(145deg, #fffaf6 0%, #faf8ff 45%, #f1f7ff 100%);
}
.ly-hero::after { content: ""; position: absolute; right: -12%; bottom: 30px; width: 48%; height: 55%; background: radial-gradient(ellipse, rgba(124,81,232,.12), transparent 70%); }
.ly-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 58px; min-height: 610px; }
.ly-eyebrow { color: var(--ly-ink-soft); letter-spacing: .08em; }
.ly-eyebrow span { width: 8px; height: 8px; background: #29c78f; border-radius: 50%; box-shadow: 0 0 0 6px rgba(41,199,143,.13); }
.ly-hero h1 { max-width: 660px; margin: 20px 0 24px; font-size: clamp(48px, 5.4vw, 76px); line-height: .99; letter-spacing: -.055em; }
.ly-hero h1 em { display: block; background: var(--ly-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.ly-hero__lead { max-width: 640px; margin: 0 0 29px; color: var(--ly-muted); font-size: 18px; }
.ly-hero__actions { display: flex; flex-wrap: wrap; gap: 13px; }
.ly-trust-list { display: flex; flex-wrap: wrap; gap: 18px; margin: 25px 0 0; padding: 0; list-style: none; color: var(--ly-ink-soft); font-size: 12px; font-weight: 700; }
.ly-trust-list i { display: inline-grid; width: 19px; height: 19px; margin-right: 4px; place-items: center; color: #1f9d70; background: #dff9ef; border-radius: 50%; font-style: normal; }
.ly-hero__visual { position: relative; min-width: 0; }
.ly-product-window { position: relative; z-index: 2; overflow: hidden; padding: 9px; background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.9); border-radius: 24px; box-shadow: 0 35px 80px rgba(44,34,104,.2); transform: rotate(1.6deg); }
.ly-product-window::after { content: ""; position: absolute; inset: 42px 9px 9px; pointer-events: none; box-shadow: inset 0 0 25px rgba(17,22,54,.04); border-radius: 0 0 17px 17px; }
.ly-product-window__bar { display: flex; align-items: center; gap: 6px; height: 34px; padding: 0 8px; }
.ly-product-window__bar span { width: 8px; height: 8px; background: #f0b3c2; border-radius: 50%; }
.ly-product-window__bar span:nth-child(2) { background: #f4d178; }
.ly-product-window__bar span:nth-child(3) { background: #78d8b5; }
.ly-product-window__bar strong { margin-left: 7px; color: var(--ly-muted); font-size: 9px; letter-spacing: .04em; }
.ly-product-window > img { display: block; width: 100%; min-height: 390px; object-fit: cover; object-position: left center; border-radius: 17px; }
.ly-floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 11px; min-width: 205px; padding: 13px 15px; background: rgba(255,255,255,.92); border: 1px solid rgba(255,255,255,.95); border-radius: 16px; box-shadow: 0 18px 45px rgba(45,33,100,.18); backdrop-filter: blur(14px); }
.ly-floating-card strong, .ly-floating-card small { display: block; }
.ly-floating-card strong { margin-bottom: 2px; font-size: 12px; }
.ly-floating-card small { color: var(--ly-muted); font-size: 9px; }
.ly-floating-card__icon { min-width: 36px; height: 36px; display: grid; place-items: center; color: #fff; background: var(--ly-gradient); border-radius: 11px; font-size: 11px; font-weight: 900; }
.ly-floating-card--alert { top: -30px; right: -20px; }
.ly-floating-card--fleet { bottom: -27px; left: -38px; }
.ly-hero__round { position: absolute; z-index: 1; right: -42px; bottom: -54px; width: 145px; height: 145px; background: linear-gradient(145deg, #b383ff, #7447eb 72%); border-radius: 50%; box-shadow: inset -14px -18px 30px rgba(77,34,174,.18), 0 22px 45px rgba(112,71,235,.2); animation: ly-spin 18s linear infinite; }
.ly-float { position: absolute; z-index: 1; pointer-events: none; }
.ly-float--one { left: -80px; top: 120px; width: 210px; opacity: .42; animation: ly-float 7s ease-in-out infinite; }
.ly-float--two { right: -40px; top: 70px; width: 150px; opacity: .75; animation: ly-float 8s ease-in-out infinite reverse; }
.ly-orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.ly-orb--one { left: 36%; top: 85px; width: 26px; height: 26px; background: #ffd98d; }
.ly-orb--two { left: 48%; bottom: 120px; width: 18px; height: 18px; background: #b89cff; }
.ly-hero__ribbon { position: relative; z-index: 3; display: flex; align-items: center; justify-content: center; gap: 19px; min-height: 76px; margin-top: 70px; color: #4f5071; background: rgba(255,255,255,.62); border: 1px solid rgba(255,255,255,.8); border-radius: 22px 22px 0 0; box-shadow: 0 -10px 35px rgba(49,37,107,.05); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.ly-hero__ribbon i { width: 5px; height: 5px; background: #aa8df1; border-radius: 50%; }
@keyframes ly-float { 0%,100% { transform: translate3d(0,0,0) rotate(-4deg); } 50% { transform: translate3d(0,-18px,0) rotate(4deg); } }
@keyframes ly-spin { to { transform: rotate(360deg); } }

/* Intro */
.ly-intro { background: #fff; }
.ly-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ly-benefit-card { position: relative; min-height: 350px; padding: 34px; overflow: hidden; border: 1px solid transparent; border-radius: var(--ly-radius); transition: transform .25s ease, box-shadow .25s ease; }
.ly-benefit-card::after { content: ""; position: absolute; right: -58px; bottom: -70px; width: 190px; height: 190px; border: 34px solid rgba(255,255,255,.58); border-radius: 50%; }
.ly-benefit-card:hover { transform: translateY(-7px); box-shadow: var(--ly-shadow-soft); }
.ly-benefit-card--purple { background: #f0ebff; border-color: #e5dcff; }
.ly-benefit-card--blue { background: #eaf4ff; border-color: #dbeeff; }
.ly-benefit-card--mint { background: #e9faf4; border-color: #d6f4e8; }
.ly-icon-box { width: 57px; height: 57px; display: grid; place-items: center; margin-bottom: 38px; color: #fff; background: var(--ly-gradient); border-radius: 17px; box-shadow: 0 14px 28px rgba(97,65,221,.2); }
.ly-icon-box svg { width: 26px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ly-benefit-card h3 { position: relative; z-index: 1; margin: 0 0 13px; font-size: 25px; letter-spacing: -.03em; }
.ly-benefit-card p { position: relative; z-index: 1; margin: 0 0 24px; color: var(--ly-muted); font-size: 14px; }
.ly-benefit-card a { position: absolute; z-index: 2; bottom: 31px; left: 34px; color: var(--ly-purple-dark); font-size: 13px; font-weight: 850; }

/* Product showcase */
.ly-showcase { background: linear-gradient(180deg, #f8f6ff 0%, #fff 100%); }
.ly-showcase__shape { position: absolute; right: -80px; top: 140px; width: 230px; opacity: .58; }
.ly-feature { display: grid; grid-template-columns: .7fr 1.3fr; align-items: center; gap: 45px; padding: 43px; background: #fff; border: 1px solid var(--ly-line); border-radius: 34px; box-shadow: var(--ly-shadow); }
.ly-feature__copy { position: relative; }
.ly-feature__number { position: absolute; right: 0; top: -44px; color: rgba(112,71,235,.09); font-size: 100px; font-weight: 900; line-height: 1; }
.ly-feature h3 { position: relative; margin: 15px 0 18px; font-size: clamp(30px, 3vw, 46px); line-height: 1.07; letter-spacing: -.04em; }
.ly-feature p { color: var(--ly-muted); font-size: 15px; }
.ly-checks { margin: 23px 0 0; padding: 0; list-style: none; }
.ly-checks li { position: relative; margin: 10px 0; padding-left: 27px; color: var(--ly-ink-soft); font-size: 13px; font-weight: 700; }
.ly-checks li::before { content: "✓"; position: absolute; left: 0; width: 18px; height: 18px; display: grid; place-items: center; color: #1a9f6d; background: var(--ly-mint); border-radius: 50%; font-size: 10px; }
.ly-feature__media { position: relative; overflow: hidden; border: 8px solid #f0eff8; border-radius: 22px; box-shadow: 0 20px 45px rgba(38,31,80,.13); }
.ly-feature__media img { display: block; width: 100%; min-height: 410px; object-fit: cover; object-position: left center; }
.ly-feature-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 24px; }
.ly-feature-card { overflow: hidden; background: #ecf4ff; border-radius: 30px; }
.ly-feature-card--dark { color: #fff; background: #25234d; }
.ly-feature-card__copy { padding: 36px 36px 25px; }
.ly-feature-card__copy > span { color: var(--ly-purple); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.ly-feature-card--dark .ly-feature-card__copy > span { color: #bba7ff; }
.ly-feature-card h3 { margin: 11px 0; font-size: 29px; line-height: 1.08; letter-spacing: -.035em; }
.ly-feature-card p { margin: 0; color: var(--ly-muted); font-size: 14px; }
.ly-feature-card--dark p { color: #c5c4d8; }
.ly-feature-card img { display: block; width: calc(100% - 26px); height: 270px; margin: 0 13px 13px; object-fit: cover; object-position: left center; border-radius: 17px; }

/* Modules */
.ly-modules { background: #fff; }
.ly-modules__layout { display: grid; grid-template-columns: .68fr 1.32fr; align-items: center; gap: 75px; }
.ly-modules__copy h2 { margin: 16px 0 21px; font-size: clamp(40px, 4.2vw, 60px); line-height: 1.02; letter-spacing: -.05em; }
.ly-modules__copy p { margin-bottom: 28px; color: var(--ly-muted); font-size: 16px; }
.ly-module-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.ly-module-grid article { position: relative; min-height: 190px; padding: 26px; background: #fff; border: 1px solid var(--ly-line); border-radius: 22px; box-shadow: 0 10px 35px rgba(46,37,94,.06); transition: .23s ease; }
.ly-module-grid article:hover { transform: translateY(-4px); border-color: rgba(112,71,235,.24); box-shadow: var(--ly-shadow-soft); }
.ly-module-grid article:nth-child(2), .ly-module-grid article:nth-child(5) { background: #faf8ff; }
.ly-module-icon { display: grid; width: 39px; height: 39px; place-items: center; color: var(--ly-purple-dark); background: var(--ly-lilac); border-radius: 11px; font-size: 10px; font-weight: 900; }
.ly-module-grid h3 { margin: 18px 0 8px; font-size: 18px; }
.ly-module-grid p { margin: 0; color: var(--ly-muted); font-size: 13px; line-height: 1.55; }

/* Pricing */
.ly-pricing { background: linear-gradient(145deg, #fff9f4, #f7f5ff 48%, #eef8ff); }
.ly-price-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 20px; }
.ly-price-card { position: relative; display: flex; flex-direction: column; padding: 35px; background: rgba(255,255,255,.9); border: 1px solid rgba(112,71,235,.12); border-radius: 27px; box-shadow: 0 12px 40px rgba(58,43,112,.07); }
.ly-price-card--featured { color: #fff; background: linear-gradient(150deg, #292653, #5b36d7 65%, #396fea); border-color: transparent; box-shadow: 0 30px 70px rgba(72,49,174,.25); transform: translateY(-15px); }
.ly-price-badge { position: absolute; top: 20px; right: 20px; padding: 7px 11px; color: #4f2bc6; background: #fff; border-radius: 999px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.ly-price-card__top span, .ly-price-card__top small { display: block; }
.ly-price-card__top span { font-size: 21px; font-weight: 900; }
.ly-price-card__top small { margin-top: 3px; color: var(--ly-muted); }
.ly-price-card--featured .ly-price-card__top small { color: #c9c6dd; }
.ly-price { display: flex; align-items: baseline; gap: 7px; margin: 31px 0 14px; }
.ly-price strong { font-size: 44px; letter-spacing: -.05em; }
.ly-price span { color: var(--ly-muted); font-size: 13px; }
.ly-price-card--featured .ly-price span { color: #c9c6dd; }
.ly-price-card > p { min-height: 49px; margin: 0 0 20px; color: var(--ly-muted); font-size: 14px; }
.ly-price-card--featured > p { color: #dedbec; }
.ly-price-card ul { flex: 1; margin: 0 0 30px; padding: 23px 0 0; border-top: 1px solid var(--ly-line); list-style: none; }
.ly-price-card--featured ul { border-color: rgba(255,255,255,.15); }
.ly-price-card li { position: relative; margin: 13px 0; padding-left: 25px; font-size: 13px; }
.ly-price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--ly-purple); font-weight: 900; }
.ly-price-card--featured li::before { color: #86e5d2; }
.ly-price-card .ly-button { width: 100%; }
.ly-pricing__note { margin: 30px 0 0; text-align: center; color: var(--ly-muted); font-size: 14px; }
.ly-pricing__note a { color: var(--ly-purple-dark); font-weight: 800; }

/* Services and about */
.ly-services { background: #fff; }
.ly-services__shape { position: absolute; left: -75px; bottom: 60px; width: 210px; opacity: .5; }
.ly-service-grid { display: grid; gap: 14px; }
.ly-service-grid article { display: grid; grid-template-columns: 62px 1fr auto; align-items: center; gap: 25px; padding: 23px 28px; background: #fff; border: 1px solid var(--ly-line); border-radius: 21px; transition: .2s ease; }
.ly-service-grid article:hover { transform: translateX(5px); border-color: rgba(112,71,235,.3); box-shadow: var(--ly-shadow-soft); }
.ly-service-no { display: grid; width: 52px; height: 52px; place-items: center; color: var(--ly-purple-dark); background: var(--ly-lilac); border-radius: 15px; font-size: 12px; font-weight: 900; }
.ly-service-grid h3 { margin: 0 0 5px; font-size: 20px; }
.ly-service-grid p { margin: 0; color: var(--ly-muted); font-size: 13px; }
.ly-service-grid strong { color: var(--ly-purple-dark); font-size: 22px; white-space: nowrap; }
.ly-service-grid strong small { font-size: 11px; }
.ly-about { padding-top: 20px; background: #fff; }
.ly-about__card { display: grid; grid-template-columns: 1fr .82fr; align-items: center; gap: 65px; padding: 65px; color: #fff; background: radial-gradient(circle at 80% 10%, rgba(90,157,255,.35), transparent 28%), linear-gradient(140deg, #201e47, #372466 50%, #6435c7); border-radius: 38px; box-shadow: 0 40px 85px rgba(45,32,93,.25); }
.ly-about h2 { margin: 17px 0 18px; font-size: clamp(37px, 4vw, 57px); line-height: 1.02; letter-spacing: -.045em; }
.ly-about p { color: #d5d2e3; }
.ly-about__links { display: flex; flex-wrap: wrap; gap: 22px; margin-top: 26px; }
.ly-about__links a { color: #fff; font-size: 13px; font-weight: 800; }
.ly-about__visual { position: relative; }
.ly-about__visual img { display: block; width: 100%; min-height: 330px; object-fit: cover; object-position: top center; border: 8px solid rgba(255,255,255,.12); border-radius: 25px; transform: rotate(2deg); }
.ly-about__visual > div { position: absolute; right: -15px; bottom: -22px; max-width: 235px; padding: 15px 18px; color: var(--ly-ink); background: #fff; border-radius: 15px; box-shadow: var(--ly-shadow); }
.ly-about__visual strong, .ly-about__visual span { display: block; }
.ly-about__visual strong { font-size: 13px; }
.ly-about__visual span { margin-top: 3px; color: var(--ly-muted); font-size: 10px; }

/* CTA and footer */
.ly-cta { padding: 100px 0; background: #fff; }
.ly-cta__inner { position: relative; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 50px; padding: 55px 60px; overflow: hidden; color: #fff; background: var(--ly-gradient); border-radius: 32px; box-shadow: 0 28px 70px rgba(76,56,185,.26); }
.ly-cta__inner > img { position: absolute; right: 25%; top: -65px; width: 220px; opacity: .14; filter: brightness(0) invert(1); }
.ly-cta__inner > div { position: relative; z-index: 1; }
.ly-cta__inner span { font-size: 12px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.ly-cta h2 { max-width: 740px; margin: 11px 0 0; font-size: clamp(31px, 3.4vw, 48px); line-height: 1.03; letter-spacing: -.04em; }
.ly-cta__actions { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.ly-cta__actions > a:last-child { font-size: 13px; font-weight: 800; }
.ly-footer { position: relative; overflow: hidden; padding: 85px 0 26px; color: #d4d2df; background: #18172f; }
.ly-footer__glow { position: absolute; right: -100px; top: -180px; width: 520px; height: 520px; background: radial-gradient(circle, rgba(105,65,221,.3), transparent 68%); }
.ly-footer__grid { position: relative; display: grid; grid-template-columns: 1.7fr repeat(3, 1fr); gap: 55px; }
.ly-footer__brand img { width: 190px; padding: 8px; background: #fff; border-radius: 13px; }
.ly-footer__brand p { max-width: 370px; margin: 22px 0; color: #aaa8bd; font-size: 13px; }
.ly-footer__contact { display: flex; flex-direction: column; gap: 6px; }
.ly-footer__contact a { display: flex; min-height: 44px; align-items: center; color: #fff; font-size: 13px; font-weight: 750; }
.ly-footer h2 { margin: 8px 0 23px; color: #fff; font-size: 14px; }
.ly-footer__grid > div:not(:first-child) a { display: block; margin: 13px 0; color: #aaa8bd; font-size: 12px; transition: .2s ease; }
.ly-footer__grid a:hover { color: #fff !important; }
.ly-footer__bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 60px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.08); color: #858398; font-size: 11px; }
.ly-footer__bottom p { margin: 0; line-height: 1.5; }
.ly-footer__bottom a { color: #c7baff; font-weight: 700; }

/* Parent and WooCommerce pages */
body:not(.home) #content, body:not(.home) .site-content { min-height: 60vh; }
body:not(.home) .page-title, body:not(.home) .entry-title { color: var(--ly-ink); }
.woocommerce .woocommerce-breadcrumb { color: var(--ly-muted); font-size: 12px; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 20px; background: #fff; border: 1px solid var(--ly-line); border-radius: 22px; box-shadow: var(--ly-shadow-soft); }
.woocommerce ul.products li.product img { border-radius: 15px; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { color: var(--ly-ink); font-size: 19px; }
.woocommerce ul.products li.product .price { color: var(--ly-purple-dark); font-weight: 900; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { color: #fff; background: var(--ly-gradient); border-radius: 999px; }
.woocommerce a.button:hover, .woocommerce button.button:hover { color: #fff; background: var(--ly-purple-dark); }

body.post-type-archive-product .shop,
body.tax-product_cat .shop { padding: 45px 0 100px; background: linear-gradient(180deg, #fff 0%, #faf8ff 100%); }
body.post-type-archive-product #contentwoocom > .woocommerce-breadcrumb,
body.tax-product_cat #contentwoocom > .woocommerce-breadcrumb { margin: 25px 0; }
body.post-type-archive-product #contentwoocom > .row > .col-lg-9,
body.tax-product_cat #contentwoocom > .row > .col-lg-9 { flex: 0 0 100%; max-width: 100%; }
body.post-type-archive-product .shop-sidebar,
body.tax-product_cat .shop-sidebar { display: none; }
.ly-shop-hero { position: relative; display: grid; grid-template-columns: 1fr 250px; align-items: center; min-height: 340px; padding: 55px 65px; overflow: hidden; background: radial-gradient(circle at 85% 10%, rgba(67,191,224,.34), transparent 28%), linear-gradient(135deg, #fff2ee, #f5f1ff 58%, #eaf7ff); border: 1px solid rgba(112,71,235,.1); border-radius: 32px; box-shadow: var(--ly-shadow-soft); }
.ly-shop-hero::after { content: ""; position: absolute; right: -70px; bottom: -100px; width: 300px; height: 300px; border: 46px solid rgba(255,255,255,.55); border-radius: 50%; }
.ly-shop-hero > div { position: relative; z-index: 2; }
.ly-shop-hero h1 { max-width: 760px; margin: 16px 0 18px; font-size: clamp(43px, 5vw, 68px); line-height: 1; letter-spacing: -.05em; }
.ly-shop-hero h1 em { color: var(--ly-purple); font-style: normal; }
.ly-shop-hero p { max-width: 650px; margin: 0; color: var(--ly-muted); font-size: 16px; }
.ly-shop-hero > img { position: relative; z-index: 2; width: 220px; opacity: .72; animation: ly-float 8s ease-in-out infinite; }
body.post-type-archive-product .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count { padding: 12px 0; color: var(--ly-muted); font-size: 13px; }
body.post-type-archive-product .woocommerce-ordering select,
body.tax-product_cat .woocommerce-ordering select { min-width: 245px; padding: 11px 35px 11px 15px; color: var(--ly-ink); background: #fff; border: 1px solid var(--ly-line); border-radius: 12px; }
body.post-type-archive-product ul.products,
body.tax-product_cat ul.products { clear: both; grid-template-columns: repeat(4, 1fr); padding-top: 25px; }
body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product { display: flex; flex-direction: column; padding: 12px 12px 22px; overflow: hidden; border-radius: 23px; transition: transform .22s ease, box-shadow .22s ease; }
body.post-type-archive-product ul.products li.product:hover,
body.tax-product_cat ul.products li.product:hover { transform: translateY(-6px); box-shadow: var(--ly-shadow); }
body.post-type-archive-product ul.products li.product > a:first-child,
body.tax-product_cat ul.products li.product > a:first-child { display: flex; flex: 1; flex-direction: column; }
.woocommerce ul.products li.product .ly-product-capture { width: 100%; height: 205px; margin: 0 0 22px; object-fit: cover; object-position: left center; background: #eef0f5; border-radius: 15px; }
body.post-type-archive-product .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat .woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 9px; font-size: 17px; line-height: 1.22; }
body.post-type-archive-product .woocommerce ul.products li.product .price,
body.tax-product_cat .woocommerce ul.products li.product .price { margin: auto 9px 17px; padding-top: 12px; font-size: 16px; }
body.post-type-archive-product .woocommerce ul.products li.product .button,
body.tax-product_cat .woocommerce ul.products li.product .button { align-self: flex-start; margin: 0 9px; padding: 12px 17px; font-size: 12px; }

body.single-product .shop { padding: 35px 0 100px; background: linear-gradient(180deg, #fff 0%, #faf8ff 100%); }
body.single-product .container.space-top { padding-top: 25px; }
body.single-product .container.space-top > .row > .col-lg-9 { flex: 0 0 100%; max-width: 100%; }
body.single-product .shop-sidebar { display: none; }
body.single-product div.product { padding: 36px; background: #fff; border: 1px solid var(--ly-line); border-radius: 30px; box-shadow: var(--ly-shadow-soft); }
body.single-product div.product::after { content: ""; display: table; clear: both; }
.ly-single-visual { position: relative; float: left; width: 52%; overflow: hidden; padding: 9px; background: #f6f5fb; border: 1px solid var(--ly-line); border-radius: 23px; box-shadow: 0 22px 50px rgba(45,34,95,.12); }
.ly-single-visual__bar { display: flex; align-items: center; gap: 6px; height: 34px; padding: 0 8px; }
.ly-single-visual__bar span { width: 8px; height: 8px; background: #f0b3c2; border-radius: 50%; }
.ly-single-visual__bar span:nth-child(2) { background: #f4d178; }
.ly-single-visual__bar span:nth-child(3) { background: #78d8b5; }
.ly-single-visual__bar strong { margin-left: 5px; color: var(--ly-muted); font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.ly-single-visual > img { display: block; width: 100%; min-height: 385px; object-fit: cover; object-position: left center; border-radius: 16px; }
.ly-single-visual__badge { position: absolute; right: 24px; bottom: 24px; padding: 12px 15px; color: #fff; background: rgba(31,29,70,.9); border-radius: 13px; box-shadow: 0 10px 30px rgba(22,20,54,.25); backdrop-filter: blur(12px); }
.ly-single-visual__badge strong, .ly-single-visual__badge span { display: block; }
.ly-single-visual__badge strong { font-size: 12px; }
.ly-single-visual__badge span { margin-top: 2px; color: #d1cfe1; font-size: 9px; }
body.single-product div.product .summary { float: right; width: 42%; margin: 15px 0 45px; }
body.single-product div.product .product_title { margin: 0 0 14px; font-size: clamp(39px, 4vw, 57px); line-height: 1.02; letter-spacing: -.045em; }
body.single-product div.product p.price { margin: 0 0 22px; color: var(--ly-purple-dark); font-size: 30px; font-weight: 900; }
body.single-product div.product .woocommerce-product-details__short-description { color: var(--ly-muted); font-size: 15px; }
body.single-product div.product .cart { margin: 25px 0; }
body.single-product div.product .single_add_to_cart_button { min-height: 52px; padding-inline: 27px; }
body.single-product div.product .product_meta { padding-top: 20px; border-top: 1px solid var(--ly-line); color: var(--ly-muted); font-size: 12px; }
body.single-product div.product .woocommerce-tabs { clear: both; padding-top: 45px; }
body.single-product div.product .woocommerce-tabs ul.tabs { margin-bottom: 30px; }
body.single-product div.product .woocommerce-tabs .panel { color: var(--ly-ink-soft); }
.ly-product-extras { min-width: 0; margin: 27px 0 19px; padding: 20px; background: linear-gradient(145deg, #faf8ff, #f5fbff); border: 1px solid var(--ly-line); border-radius: 18px; }
.ly-product-extras legend { float: left; width: 100%; margin: 0 0 3px; padding: 0; color: var(--ly-ink); font-size: 16px; font-weight: 900; }
.ly-product-extras__intro { clear: both; margin: 0 0 14px; color: var(--ly-muted); font-size: 11px; line-height: 1.5; }
.ly-product-extras__list { display: grid; gap: 9px; }
.ly-product-extra { display: grid; grid-template-columns: 19px minmax(0,1fr) auto; align-items: start; gap: 10px; margin: 0; padding: 13px; cursor: pointer; background: #fff; border: 1px solid var(--ly-line); border-radius: 13px; transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease; }
.ly-product-extra:hover { border-color: rgba(112,71,235,.42); transform: translateY(-1px); }
.ly-product-extra:has(input:checked) { border-color: var(--ly-purple); box-shadow: 0 0 0 3px rgba(112,71,235,.08); }
.ly-product-extra > input { width: 17px; height: 17px; margin: 2px 0 0; accent-color: var(--ly-purple); }
.ly-product-extra__copy, .ly-product-extra__title, .ly-product-extra > strong, .ly-product-extra > strong small { display: block; }
.ly-product-extra__title { color: var(--ly-ink); font-size: 12px; font-weight: 900; line-height: 1.3; }
.ly-product-extra__title b { display: inline-block; margin-left: 6px; padding: 3px 6px; color: #115f46; background: #dff7ed; border-radius: 999px; font-size: 8px; line-height: 1; letter-spacing: .06em; text-transform: uppercase; }
.ly-product-extra__copy > small { display: block; margin-top: 5px; color: var(--ly-muted); font-size: 9.5px; line-height: 1.45; }
.ly-product-extra__quantity { display: flex; align-items: center; gap: 8px; margin-top: 8px; color: var(--ly-ink-soft); font-size: 9px; font-weight: 800; }
.ly-product-extra__quantity input { width: 58px; height: 30px; padding: 0 7px; color: var(--ly-ink); background: #faf9fd; border: 1px solid var(--ly-line); border-radius: 8px; }
.ly-product-extra > strong { min-width: 78px; color: var(--ly-purple-dark); font-size: 12px; text-align: right; white-space: nowrap; }
.ly-product-extra > strong small { margin-top: 3px; color: var(--ly-muted); font-size: 8px; font-weight: 700; }
.ly-product-extras__link { display: inline-block; margin-top: 13px; color: var(--ly-purple-dark); font-size: 10px; font-weight: 850; }
body.single-product div.product form.variations_form table.variations { margin: 23px 0 12px; padding: 15px; background: #faf8ff; border: 1px solid var(--ly-line); border-radius: 15px; }
body.single-product div.product form.variations_form table.variations th, body.single-product div.product form.variations_form table.variations td { display: block; padding: 0; text-align: left; }
body.single-product div.product form.variations_form table.variations label { color: var(--ly-ink); font-size: 12px; font-weight: 900; }
body.single-product div.product form.variations_form table.variations select { width: 100%; min-height: 48px; margin-top: 8px; padding: 0 42px 0 13px; color: var(--ly-ink); background: #fff; border: 1px solid var(--ly-line); border-radius: 11px; }
body.single-product div.product .reset_variations { display: inline-block; margin-top: 7px; color: var(--ly-purple-dark); font-size: 10px; }
body.single-product div.product .woocommerce-variation-price { margin-bottom: 15px; }

/* Standard pages and contact */
.ly-page-hero { padding: 65px 0 35px; background: linear-gradient(180deg, #fff, #faf8ff); }
.ly-page-hero__inner { position: relative; display: grid; grid-template-columns: 1fr 250px; align-items: center; min-height: 310px; padding: 55px 65px; overflow: hidden; background: radial-gradient(circle at 86% 10%, rgba(47,190,225,.32), transparent 28%), linear-gradient(135deg, #fff3ee, #f5f1ff 58%, #edf8ff); border: 1px solid rgba(112,71,235,.1); border-radius: 32px; box-shadow: var(--ly-shadow-soft); }
.ly-page-hero__inner h1 { margin: 14px 0 18px; font-size: clamp(45px, 5vw, 70px); line-height: 1; letter-spacing: -.05em; }
.ly-page-hero__inner p { max-width: 720px; margin: 0; color: var(--ly-muted); font-size: 16px; }
.ly-page-hero__inner > img { width: 220px; opacity: .65; animation: ly-float 8s ease-in-out infinite; }
.ly-page-content { padding: 40px 0 110px; background: linear-gradient(180deg, #faf8ff, #fff); }
.ly-page-content__card { padding: 55px 65px; background: #fff; border: 1px solid var(--ly-line); border-radius: 28px; box-shadow: var(--ly-shadow-soft); }
.ly-page-content__card > *:first-child { margin-top: 0; }
.ly-page-content__card h2 { margin: 40px 0 14px; font-size: 32px; letter-spacing: -.03em; }
.ly-page-content__card h3 { margin: 30px 0 12px; color: var(--ly-purple-dark); font-size: 23px; }
.ly-page-content__card p, .ly-page-content__card li { color: var(--ly-ink-soft); }
.ly-page-content__card a { color: var(--ly-purple-dark); font-weight: 750; }
.ly-contact-hero { position: relative; padding: 80px 0 90px; overflow: hidden; background: radial-gradient(circle at 10% 10%, rgba(255,190,213,.3), transparent 25%), radial-gradient(circle at 90% 15%, rgba(65,194,227,.3), transparent 27%), linear-gradient(145deg, #fffaf6, #f7f3ff 55%, #edf8ff); }
.ly-contact-hero__shape { position: absolute; right: -55px; top: 80px; width: 220px; opacity: .35; }
.ly-contact-hero__grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 80px; }
.ly-contact-hero h1 { margin: 18px 0 22px; font-size: clamp(48px, 5vw, 73px); line-height: .99; letter-spacing: -.055em; }
.ly-contact-hero p { max-width: 720px; color: var(--ly-muted); font-size: 17px; }
.ly-contact-hero__panel { padding: 28px; background: rgba(255,255,255,.86); border: 1px solid rgba(255,255,255,.95); border-radius: 25px; box-shadow: var(--ly-shadow); backdrop-filter: blur(16px); }
.ly-contact-hero__panel > span { display: block; margin-bottom: 15px; color: var(--ly-purple-dark); font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.ly-contact-hero__panel a { display: flex; flex-direction: column; padding: 18px; background: #faf9fe; border: 1px solid var(--ly-line); border-radius: 15px; }
.ly-contact-hero__panel a + a { margin-top: 10px; }
.ly-contact-hero__panel strong { font-size: 19px; }
.ly-contact-hero__panel small { margin-top: 3px; color: var(--ly-muted); }
.ly-contact-body { padding: 95px 0 110px; background: #fff; }
.ly-contact-body__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ly-contact-card { min-height: 300px; padding: 32px; background: #fff; border: 1px solid var(--ly-line); border-radius: 24px; box-shadow: var(--ly-shadow-soft); }
.ly-contact-card:nth-child(2) { background: #f5f1ff; }
.ly-contact-card__no { display: grid; width: 43px; height: 43px; place-items: center; color: var(--ly-purple-dark); background: var(--ly-lilac); border-radius: 12px; font-size: 11px; font-weight: 900; }
.ly-contact-card h2 { margin: 38px 0 13px; font-size: 25px; letter-spacing: -.03em; }
.ly-contact-card p { color: var(--ly-muted); font-size: 14px; }
.ly-contact-card a { display: inline-block; margin-top: 14px; color: var(--ly-purple-dark); font-size: 13px; font-weight: 850; }
.ly-contact-note { display: flex; align-items: center; justify-content: space-between; gap: 40px; margin-top: 24px; padding: 38px 42px; color: #fff; background: linear-gradient(135deg, #292653, #5c38d5); border-radius: 25px; }
.ly-contact-note span { color: #c8c1ec; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.ly-contact-note h2 { max-width: 780px; margin: 8px 0 0; font-size: 28px; line-height: 1.15; }
.ly-support-guide { display: grid; grid-template-columns: 1.1fr .9fr; gap: 42px; margin-top: 65px; padding: 45px; background: linear-gradient(145deg, #f9f7ff, #effaff); border: 1px solid rgba(112,71,235,.11); border-radius: 27px; }
.ly-support-guide h2 { margin: 15px 0 17px; font-size: 36px; line-height: 1.05; letter-spacing: -.045em; }
.ly-support-guide p { color: var(--ly-muted); }
.ly-support-guide__links { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; }
.ly-support-guide__links a { color: var(--ly-purple-dark); font-size: 12px; font-weight: 850; }
.ly-support-guide aside { padding: 28px; background: #fff; border: 1px solid var(--ly-line); border-radius: 20px; box-shadow: var(--ly-shadow-soft); }
.ly-support-guide aside > strong { font-size: 20px; }
.ly-support-guide aside ul { display: grid; gap: 10px; margin: 20px 0 0; padding: 0; list-style: none; }
.ly-support-guide aside li { position: relative; padding-left: 25px; color: var(--ly-muted); font-size: 13px; }
.ly-support-guide aside li::before { content: "✓"; position: absolute; left: 0; top: 1px; color: #137755; font-weight: 900; }

/* Home expertise cards */
.ly-trades { background: linear-gradient(180deg, #fff 0%, #faf8ff 100%); }
.ly-trade-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.ly-trade-card { position: relative; min-height: 410px; padding: 35px; overflow: hidden; border: 1px solid var(--ly-line); border-radius: 28px; box-shadow: var(--ly-shadow-soft); transition: transform .25s ease, box-shadow .25s ease; }
.ly-trade-card:hover { color: var(--ly-ink); transform: translateY(-7px); box-shadow: var(--ly-shadow); }
.ly-trade-card::after { content: ""; position: absolute; right: -70px; bottom: -95px; width: 240px; height: 240px; border: 42px solid rgba(255,255,255,.58); border-radius: 50%; }
.ly-trade-card--purple { background: #f0ebff; }
.ly-trade-card--blue { background: #eaf5ff; }
.ly-trade-card--mint { background: #e8faf3; }
.ly-trade-card--pink { background: #fff0f4; }
.ly-trade-card__no { position: absolute; right: 30px; top: 25px; color: rgba(74,51,150,.1); font-size: 74px; font-weight: 900; }
.ly-trade-card__icon { position: relative; z-index: 1; width: 58px; height: 58px; display: grid; place-items: center; color: #fff; background: var(--ly-gradient); border-radius: 17px; box-shadow: 0 14px 28px rgba(83,52,190,.2); }
.ly-trade-card__icon svg { width: 27px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ly-trade-card h3 { position: relative; z-index: 1; max-width: 430px; margin: 31px 0 13px; font-size: 30px; line-height: 1.07; letter-spacing: -.035em; }
.ly-trade-card blockquote { position: relative; z-index: 1; margin: 0 0 16px; color: var(--ly-purple-dark); font-size: 15px; font-weight: 800; }
.ly-trade-card p { position: relative; z-index: 1; max-width: 470px; margin: 0; color: var(--ly-muted); font-size: 14px; }
.ly-trade-card > strong { position: absolute; z-index: 2; left: 35px; bottom: 31px; color: var(--ly-purple-dark); font-size: 13px; }

/* Expertise pages */
.ly-service-hero { position: relative; padding: 85px 0 95px; overflow: hidden; background: radial-gradient(circle at 8% 15%, rgba(255,189,214,.3), transparent 25%), radial-gradient(circle at 91% 12%, rgba(60,195,228,.28), transparent 26%), linear-gradient(145deg, #fffaf6, #f7f4ff 52%, #edf8ff); }
.ly-service-hero__shape { position: absolute; right: -70px; top: 90px; width: 240px; opacity: .35; }
.ly-service-hero__grid { display: grid; grid-template-columns: 1.13fr .87fr; align-items: center; gap: 75px; }
.ly-service-hero h1 { margin: 19px 0 23px; font-size: clamp(49px, 5.2vw, 76px); line-height: .98; letter-spacing: -.057em; }
.ly-service-hero p { max-width: 720px; color: var(--ly-muted); font-size: 17px; }
.ly-service-hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 24px; margin-top: 29px; }
.ly-service-hero__actions > a:last-child { color: var(--ly-purple-dark); font-size: 13px; font-weight: 850; }
.ly-service-visual { position: relative; min-height: 365px; display: flex; flex-direction: column; justify-content: center; padding: 42px; overflow: hidden; background: rgba(255,255,255,.86); border: 1px solid rgba(255,255,255,.95); border-radius: 30px; box-shadow: var(--ly-shadow); backdrop-filter: blur(16px); }
.ly-service-visual::after { content: ""; position: absolute; right: -75px; top: -75px; width: 220px; height: 220px; background: var(--ly-gradient); border-radius: 50%; opacity: .12; }
.ly-service-visual > span { color: var(--ly-purple-dark); font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.ly-service-visual blockquote { margin: 22px 0 42px; font-size: 29px; font-weight: 800; line-height: 1.17; letter-spacing: -.03em; }
.ly-service-visual__flow { display: flex; align-items: center; justify-content: space-between; gap: 9px; }
.ly-service-visual__flow i { padding: 10px 13px; color: var(--ly-ink-soft); background: #f5f3fc; border: 1px solid var(--ly-line); border-radius: 10px; font-size: 10px; font-style: normal; font-weight: 800; }
.ly-service-visual__flow b { color: var(--ly-purple); }
.ly-trades-inline { position: relative; z-index: 5; margin-top: -29px; }
.ly-trades-inline .ly-container { min-height: 58px; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 8px; background: rgba(255,255,255,.96); border: 1px solid var(--ly-line); border-radius: 18px; box-shadow: var(--ly-shadow-soft); }
.ly-trades-inline span { padding: 10px 14px; color: var(--ly-muted); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.ly-trades-inline a { padding: 11px 15px; color: var(--ly-ink-soft); border-radius: 11px; font-size: 12px; font-weight: 800; }
.ly-trades-inline a:hover, .ly-trades-inline a:focus-visible, .ly-trades-inline a[aria-current="page"] { color: var(--ly-purple-dark); background: var(--ly-lilac); }
.ly-service-deliverables { background: #fff; }
.ly-service-deliverables__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ly-service-deliverables__grid article { min-height: 305px; padding: 33px; background: #fff; border: 1px solid var(--ly-line); border-radius: 25px; box-shadow: var(--ly-shadow-soft); }
.ly-service-deliverables__grid article:nth-child(2) { background: #f6f3ff; }
.ly-service-deliverables__grid article > span { display: grid; width: 45px; height: 45px; place-items: center; color: var(--ly-purple-dark); background: var(--ly-lilac); border-radius: 12px; font-size: 11px; font-weight: 900; }
.ly-service-deliverables__grid h2 { margin: 54px 0 13px; font-size: 25px; letter-spacing: -.03em; }
.ly-service-deliverables__grid p { margin: 0; color: var(--ly-muted); font-size: 14px; }
.ly-service-catalog { background: linear-gradient(180deg, #faf9ff, #fff); }
.ly-service-catalog__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.ly-service-catalog__grid article { position: relative; min-height: 275px; padding: 29px; overflow: hidden; background: #fff; border: 1px solid var(--ly-line); border-radius: 22px; box-shadow: 0 9px 30px rgba(57,43,116,.06); }
.ly-service-catalog__grid article::after { content: ""; position: absolute; right: -65px; bottom: -85px; width: 170px; height: 170px; border: 30px solid rgba(112,71,235,.06); border-radius: 50%; }
.ly-service-catalog__grid article > span { display: grid; width: 39px; height: 39px; place-items: center; color: var(--ly-purple-dark); background: var(--ly-lilac); border-radius: 11px; font-size: 10px; font-weight: 900; }
.ly-service-catalog__grid h3 { position: relative; z-index: 1; margin: 40px 0 12px; font-size: 23px; line-height: 1.13; letter-spacing: -.03em; }
.ly-service-catalog__grid p { position: relative; z-index: 1; margin: 0; color: var(--ly-muted); font-size: 13px; }
.ly-service-fit { color: #fff; background: #242149; }
.ly-service-fit__grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
.ly-service-fit h2 { margin: 16px 0 24px; font-size: clamp(40px, 4vw, 58px); line-height: 1.03; letter-spacing: -.05em; }
.ly-service-fit ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.ly-service-fit li { position: relative; padding-left: 27px; color: #d3d0e3; font-size: 14px; }
.ly-service-fit li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; width: 19px; height: 19px; place-items: center; color: #202047; background: #9ce4d0; border-radius: 50%; font-size: 9px; font-weight: 900; }
.ly-service-fit aside { padding: 40px; color: var(--ly-ink); background: #fff; border-radius: 27px; box-shadow: 0 25px 70px rgba(0,0,0,.18); }
.ly-service-fit aside > span { color: var(--ly-purple-dark); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.ly-service-fit aside h3 { margin: 15px 0 23px; font-size: 30px; line-height: 1.08; letter-spacing: -.04em; }
.ly-service-fit aside li { color: var(--ly-muted); }
.ly-service-fit aside > a { display: inline-block; margin-top: 28px; color: var(--ly-purple-dark); font-size: 13px; font-weight: 850; }
.ly-service-knowledge { background: radial-gradient(circle at 88% 12%, rgba(46,190,222,.16), transparent 25%), #f7f4ff; }
.ly-service-knowledge__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.ly-service-knowledge__grid article { padding: 27px; background: rgba(255,255,255,.9); border: 1px solid rgba(112,71,235,.12); border-radius: 20px; }
.ly-service-knowledge__grid strong { display: inline-flex; min-width: 56px; justify-content: center; padding: 8px 12px; color: #fff; background: var(--ly-gradient); border-radius: 999px; font-size: 12px; letter-spacing: .06em; }
.ly-service-knowledge__grid p { margin: 24px 0 0; color: var(--ly-muted); font-size: 13px; }
.ly-service-examples { background: linear-gradient(135deg, #242149, #4c2f9f); color: #fff; }
.ly-service-examples__layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 85px; }
.ly-service-examples h2 { margin: 16px 0 19px; font-size: clamp(39px, 4.2vw, 61px); line-height: 1.02; letter-spacing: -.05em; }
.ly-service-examples p { color: #c8c5da; }
.ly-service-examples ul { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; margin: 0; padding: 0; list-style: none; }
.ly-service-examples li { min-height: 74px; display: flex; align-items: center; gap: 12px; padding: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; font-size: 13px; font-weight: 750; }
.ly-service-examples li i { display: grid; min-width: 24px; height: 24px; place-items: center; color: #202047; background: #9ce4d0; border-radius: 50%; font-size: 10px; font-style: normal; }
.ly-service-process { background: #fff; }
.ly-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.ly-process-grid article { padding: 28px; border: 1px solid var(--ly-line); border-radius: 21px; }
.ly-process-grid article > span { color: var(--ly-purple); font-size: 12px; font-weight: 900; }
.ly-process-grid h2 { margin: 40px 0 10px; font-size: 22px; }
.ly-process-grid p { margin: 0; color: var(--ly-muted); font-size: 13px; }
.ly-service-faq { background: #faf8ff; }
.ly-service-faq__layout { display: grid; grid-template-columns: .55fr 1.45fr; gap: 80px; }
.ly-service-faq h2 { margin-top: 16px; font-size: 44px; letter-spacing: -.04em; }
.ly-faq-list details { margin-bottom: 12px; padding: 0 23px; background: #fff; border: 1px solid var(--ly-line); border-radius: 16px; }
.ly-faq-list summary { display: flex; justify-content: space-between; gap: 15px; padding: 21px 0; cursor: pointer; font-size: 15px; font-weight: 800; list-style: none; }
.ly-faq-list summary::-webkit-details-marker { display: none; }
.ly-faq-list summary span { color: var(--ly-purple); font-size: 21px; }
.ly-faq-list details[open] summary span { transform: rotate(45deg); }
.ly-faq-list details p { margin: 0 0 22px; color: var(--ly-muted); font-size: 14px; }

/* About and forms */
.ly-about-hero { padding: 90px 0; background: radial-gradient(circle at 90% 10%, rgba(50,194,225,.3), transparent 25%), linear-gradient(145deg, #fff7f3, #f4f0ff 58%, #edf9ff); }
.ly-about-hero__grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 75px; }
.ly-about-hero h1 { margin: 18px 0 22px; font-size: clamp(50px, 5.3vw, 77px); line-height: .98; letter-spacing: -.057em; }
.ly-about-hero p { color: var(--ly-muted); font-size: 17px; }
.ly-about-hero__mark { min-height: 330px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 26px; padding: 40px; background: rgba(255,255,255,.86); border: 1px solid #fff; border-radius: 30px; box-shadow: var(--ly-shadow); }
.ly-about-hero__mark img { width: 280px; }
.ly-about-hero__mark span { color: var(--ly-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.ly-about-values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ly-about-values article { min-height: 285px; padding: 32px; background: #fff; border: 1px solid var(--ly-line); border-radius: 24px; box-shadow: var(--ly-shadow-soft); }
.ly-about-values span { color: var(--ly-purple); font-size: 12px; font-weight: 900; }
.ly-about-values h2 { margin: 58px 0 13px; font-size: 25px; }
.ly-about-values p { color: var(--ly-muted); font-size: 14px; }
.ly-about-split { color: #fff; background: #242149; }
.ly-about-split__grid { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 85px; }
.ly-about-split h2 { margin: 16px 0 18px; font-size: 49px; line-height: 1.02; letter-spacing: -.05em; }
.ly-about-split p { margin-bottom: 28px; color: #c5c2d7; }
.ly-about-split__list { display: grid; gap: 10px; }
.ly-about-split__list a { display: flex; justify-content: space-between; padding: 18px 20px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; font-size: 14px; font-weight: 800; }
.ly-about-split__list a:hover { color: #fff; background: rgba(255,255,255,.12); }
.ly-form-hero { padding: 80px 0 95px; background: radial-gradient(circle at 90% 10%, rgba(50,194,225,.3), transparent 25%), linear-gradient(145deg, #fff7f3, #f5f1ff 58%, #edf9ff); }
.ly-form-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 70px; }
.ly-form-hero h1 { margin: 18px 0 22px; font-size: clamp(48px, 5vw, 73px); line-height: .99; letter-spacing: -.055em; }
.ly-form-hero p { color: var(--ly-muted); font-size: 17px; }
.ly-form-hero ul { display: flex; flex-wrap: wrap; gap: 10px; margin: 26px 0 0; padding: 0; list-style: none; }
.ly-form-hero li { padding: 9px 13px; background: rgba(255,255,255,.78); border: 1px solid var(--ly-line); border-radius: 999px; font-size: 11px; font-weight: 800; }
.ly-form-hero__visual { position: relative; padding: 9px; background: #fff; border-radius: 24px; box-shadow: var(--ly-shadow); transform: rotate(1.5deg); }
.ly-form-hero__visual img { display: block; min-height: 355px; object-fit: cover; object-position: top center; border-radius: 17px; }
.ly-form-hero__visual > span { position: absolute; right: 23px; bottom: 23px; padding: 9px 12px; color: #fff; background: rgba(31,29,70,.9); border-radius: 10px; font-size: 10px; font-weight: 850; }
.ly-form-hero__visual--abstract { min-height: 360px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 35px; background: #fff; transform: none; }
.ly-form-hero__visual--abstract div { width: 105px; height: 105px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; background: #f3efff; border-radius: 18px; font-size: 13px; font-weight: 850; }
.ly-form-hero__visual--abstract div span { color: var(--ly-purple); font-size: 10px; }
.ly-form-hero__visual--abstract i { color: var(--ly-purple); font-style: normal; font-weight: 900; }
.ly-form-section { padding: 100px 0 120px; background: #fff; }
.ly-form-section__grid, .ly-contact-form-layout { display: grid; grid-template-columns: .6fr 1.4fr; align-items: start; gap: 75px; }
.ly-form-section h2, .ly-contact-form-layout h2 { margin: 15px 0 16px; font-size: 44px; line-height: 1.04; letter-spacing: -.045em; }
.ly-form-section p, .ly-contact-form-layout p { color: var(--ly-muted); }
.ly-form-contact { display: flex; flex-direction: column; gap: 7px; margin-top: 25px; }
.ly-form-contact a { color: var(--ly-purple-dark); font-weight: 800; }
.ly-form-card { padding: 35px; background: #fff; border: 1px solid var(--ly-line); border-radius: 25px; box-shadow: var(--ly-shadow); }
.ly-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.ly-form-grid label { display: block; color: var(--ly-ink-soft); font-size: 12px; font-weight: 800; }
.ly-form-wide { grid-column: 1 / -1; }
.ly-form-grid input:not([type="submit"]), .ly-form-grid select, .ly-form-grid textarea { width: 100%; margin-top: 8px; padding: 13px 14px; color: var(--ly-ink); background: #faf9fd; border: 1px solid var(--ly-line); border-radius: 11px; outline: none; }
.ly-form-grid input:focus, .ly-form-grid select:focus, .ly-form-grid textarea:focus { border-color: var(--ly-purple); box-shadow: 0 0 0 3px rgba(112,71,235,.1); }
.ly-form-grid input[type="checkbox"] { margin-right: 6px; accent-color: var(--ly-purple); }
.ly-form-grid .wpcf7-list-item { margin: 5px 14px 5px 0; }
.ly-form-grid input[type="submit"] { min-height: 52px; padding: 0 25px; color: #fff; background: var(--ly-gradient); border: 0; border-radius: 999px; font-weight: 850; cursor: pointer; }
.ly-form-grid .wpcf7-not-valid-tip { margin-top: 5px; color: #b42338; font-size: 11px; }
.ly-field-help { color: var(--ly-muted); font-weight: 600; }
.ly-form-grid input[type="file"] { min-height: 0; padding: 11px; color: var(--ly-muted); background: #faf9fd; border: 1px dashed rgba(112,71,235,.35); }
.ly-form-grid input[type="file"]::file-selector-button { margin-right: 12px; padding: 9px 13px; color: var(--ly-purple-dark); background: #f0ebff; border: 0; border-radius: 9px; font-weight: 800; cursor: pointer; }
.ly-form-security { margin: 0; padding: 13px 15px; color: #725000; background: #fff9e9; border: 1px solid #f2dfaf; border-radius: 12px; font-size: 12px; line-height: 1.55; }
.wpcf7 form .wpcf7-response-output { margin: 20px 0 0; padding: 13px 15px; border-width: 1px; border-radius: 12px; font-size: 13px; }
.ly-contact-form-layout { margin-top: 85px; padding-top: 85px; border-top: 1px solid var(--ly-line); }

/* Correct, informative form layouts */
.ly-form-grid > p { display: contents; }
.ly-form-grid br { display: none; }
.ly-form-grid .wpcf7-form-control-wrap { display: block; }
.ly-form-grid input:not([type="submit"]), .ly-form-grid select { min-height: 52px; }
.ly-form-grid textarea { min-height: 155px; max-height: 330px; resize: vertical; }
.ly-form-heading { margin: -5px -5px 8px; padding: 22px 24px; background: linear-gradient(135deg, #f5f1ff, #eefaff); border: 1px solid rgba(112,71,235,.11); border-radius: 17px; }
.ly-form-heading > span { color: var(--ly-purple-dark); font-size: 10px; font-weight: 900; letter-spacing: .11em; text-transform: uppercase; }
.ly-form-heading h3 { margin: 7px 0 5px; color: var(--ly-ink); font-size: 23px; line-height: 1.15; letter-spacing: -.03em; }
.ly-form-heading p { margin: 0; color: var(--ly-muted); font-size: 12px; }
.ly-form-grid .wpcf7-checkbox { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; margin-top: 11px; }
.ly-form-grid .wpcf7-checkbox .wpcf7-list-item { margin: 0; }
.ly-form-grid .wpcf7-checkbox label { min-height: 47px; display: flex; align-items: center; gap: 8px; padding: 10px 12px; background: #faf9fd; border: 1px solid var(--ly-line); border-radius: 11px; cursor: pointer; }
.ly-form-grid .wpcf7-checkbox input { width: 17px; height: 17px; margin: 0; }
.ly-form-grid .wpcf7-acceptance label { display: flex; align-items: flex-start; gap: 9px; padding: 15px 17px; background: #f7fbff; border: 1px solid #dceaf4; border-radius: 13px; line-height: 1.45; }
.ly-form-grid .wpcf7-acceptance input { width: 18px; min-width: 18px; height: 18px; min-height: 18px; margin: 1px 0 0; }
.ly-form-grid input[type="submit"] { min-width: 240px; box-shadow: 0 13px 26px rgba(84,55,201,.2); }
.ly-form-grid input[type="submit"]:disabled { cursor: not-allowed; opacity: .55; }
.ly-form-checklist { display: grid; gap: 10px; margin: 25px 0 0; padding: 0; list-style: none; }
.ly-form-checklist li { position: relative; padding: 13px 15px 13px 42px; color: var(--ly-ink-soft); background: #faf9fd; border: 1px solid var(--ly-line); border-radius: 12px; font-size: 13px; font-weight: 700; }
.ly-form-checklist li::before { content: "✓"; position: absolute; left: 14px; top: 12px; display: grid; width: 20px; height: 20px; place-items: center; color: #137755; background: #dff7ed; border-radius: 50%; font-size: 9px; font-weight: 900; }
.ly-form-privacy { margin-top: 20px; padding: 15px 17px; background: #fff9e9; border: 1px solid #f2dfaf; border-radius: 12px; font-size: 12px; }
.ly-contact-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 65px; }
.ly-contact-process article { padding: 25px; background: #faf9fd; border: 1px solid var(--ly-line); border-radius: 19px; }
.ly-contact-process span, .ly-form-info article > span { color: var(--ly-purple); font-size: 11px; font-weight: 900; }
.ly-contact-process h2, .ly-form-info h2 { margin: 28px 0 9px; font-size: 21px; letter-spacing: -.025em; }
.ly-contact-process p, .ly-form-info p { margin: 0; color: var(--ly-muted); font-size: 13px; }
.ly-form-story { padding: 95px 0; background: #fff; }
.ly-form-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ly-form-gallery figure { margin: 0; padding: 8px; background: #f5f3fb; border: 1px solid var(--ly-line); border-radius: 19px; box-shadow: var(--ly-shadow-soft); }
.ly-form-gallery img { display: block; width: 100%; height: 225px; object-fit: cover; object-position: top left; border-radius: 12px; }
.ly-form-gallery figcaption { padding: 13px 9px 9px; color: var(--ly-ink-soft); font-size: 12px; font-weight: 800; }
.ly-form-info { padding: 70px 0; background: #faf8ff; }
.ly-form-info__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.ly-form-info--four .ly-form-info__grid { grid-template-columns: repeat(4, 1fr); }
.ly-form-info article { min-height: 210px; padding: 27px; background: #fff; border: 1px solid var(--ly-line); border-radius: 20px; box-shadow: var(--ly-shadow-soft); }

/* Realistic galleries and e-commerce case study */
.ly-service-gallery { background: #faf8ff; }
.ly-service-gallery__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ly-service-gallery figure { margin: 0; }
.ly-browser-frame { overflow: hidden; padding: 7px; background: #fff; border: 1px solid var(--ly-line); border-radius: 18px; box-shadow: var(--ly-shadow); }
.ly-browser-frame__bar { height: 30px; display: flex; align-items: center; gap: 5px; padding: 0 7px; }
.ly-browser-frame__bar i { width: 7px; height: 7px; background: #efb4c4; border-radius: 50%; }
.ly-browser-frame__bar i:nth-child(2) { background: #efd57e; }
.ly-browser-frame__bar i:nth-child(3) { background: #7ddbb8; }
.ly-browser-frame__bar span { margin-left: 6px; color: var(--ly-muted); font-size: 8px; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
.ly-browser-frame > img { display: block; width: 100%; height: 260px; object-fit: cover; object-position: top center; border-radius: 12px; }
.ly-service-gallery figure:nth-child(2) .ly-browser-frame > img, .ly-service-gallery figure:nth-child(3) .ly-browser-frame > img { object-position: center; }
.ly-service-gallery figcaption { display: flex; flex-direction: column; gap: 5px; padding: 17px 8px 0; }
.ly-service-gallery figcaption strong { font-size: 15px; }
.ly-service-gallery figcaption span { color: var(--ly-muted); font-size: 12px; }
.ly-ecommerce-case { background: #fff; }
.ly-ecommerce-case__grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 75px; }
.ly-ecommerce-case__visual { position: relative; min-height: 520px; overflow: hidden; border-radius: 28px; box-shadow: var(--ly-shadow); }
.ly-ecommerce-case__background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.ly-ecommerce-case__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(145deg, rgba(3,31,65,.93), rgba(3,31,65,.52)); }
.ly-ecommerce-case__overlay { position: absolute; z-index: 2; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 25px; padding: 55px; text-align: center; }
.ly-ecommerce-case__overlay img { width: 350px; max-width: 90%; padding: 14px 20px; background: #fff; border-radius: 15px; }
.ly-ecommerce-case__overlay span { padding: 10px 15px; color: #fff; background: rgba(240,105,39,.92); border-radius: 999px; font-size: 12px; font-weight: 850; }
.ly-ecommerce-case h2 { margin: 16px 0 19px; font-size: clamp(39px, 4.2vw, 59px); line-height: 1.02; letter-spacing: -.05em; }
.ly-ecommerce-case p { color: var(--ly-muted); }
.ly-ecommerce-case .ly-button { margin-top: 24px; }
.ly-performance-proof { background: radial-gradient(circle at 10% 10%, rgba(46,190,222,.12), transparent 28%), #fff; }
.ly-performance-proof__grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 70px; }
.ly-performance-proof figure { margin: 0; }
.ly-performance-proof figure > figcaption { margin-top: 12px; color: var(--ly-muted); font-size: 11px; text-align: center; }
.ly-performance-proof h2 { margin: 16px 0 19px; font-size: clamp(39px, 4.2vw, 58px); line-height: 1.02; letter-spacing: -.05em; }
.ly-performance-proof p { color: var(--ly-muted); }
.ly-performance-proof__scores { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin: 24px 0; }
.ly-performance-proof__scores span { min-height: 82px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 10px 7px; color: var(--ly-ink-soft); background: #f8fdfb; border: 1px solid #d7eee5; border-radius: 13px; font-size: 9px; font-weight: 800; text-align: center; }
.ly-performance-proof__scores strong { display: block; margin-bottom: 4px; color: #137755; font-size: 22px; line-height: 1; }
.ly-performance-proof .ly-button { margin-top: 24px; }
.ly-performance-proof__note { margin: 15px 0 0; font-size: 10px; }

/* Branded WooCommerce cart, checkout and account journey */
.ly-commerce-assurance { padding: 15px 0 25px; background: #faf8ff; }
.ly-commerce-assurance__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; }
.ly-commerce-assurance article { display: flex; align-items: flex-start; gap: 13px; padding: 18px; background: #fff; border: 1px solid var(--ly-line); border-radius: 16px; }
.ly-commerce-assurance article > span { display: grid; min-width: 32px; height: 32px; place-items: center; color: #fff; background: var(--ly-gradient); border-radius: 10px; font-size: 9px; font-weight: 900; }
.ly-commerce-assurance strong, .ly-commerce-assurance small { display: block; }
.ly-commerce-assurance strong { color: var(--ly-ink); font-size: 13px; }
.ly-commerce-assurance small { margin-top: 4px; color: var(--ly-muted); font-size: 10px; line-height: 1.45; }
.ly-page--commerce .ly-page-content { padding-top: 25px; }
.ly-page--commerce .ly-page-content__card { padding: 45px 55px; }
.ly-page--commerce .wp-block-woocommerce-cart, .ly-page--commerce .wp-block-woocommerce-checkout { font-family: inherit; }
.ly-page--commerce .wc-block-components-sidebar-layout { gap: 42px; }
.ly-page--commerce .wc-block-components-sidebar { padding: 25px !important; background: linear-gradient(150deg, #fbf9ff, #f2fbff); border: 1px solid var(--ly-line); border-radius: 20px; }
.ly-page--commerce .wc-block-components-main { padding-right: 0 !important; }
.ly-page--commerce .wc-block-components-text-input input, .ly-page--commerce .wc-block-components-combobox .wc-block-components-combobox-control input, .ly-page--commerce .wc-block-components-address-form__address_2-toggle { border-color: var(--ly-line) !important; border-radius: 11px !important; }
.ly-page--commerce .wc-block-components-text-input input:focus, .ly-page--commerce .wc-block-components-combobox .wc-block-components-combobox-control input:focus { border-color: var(--ly-purple) !important; box-shadow: 0 0 0 3px rgba(112,71,235,.1) !important; }
.ly-page--commerce .wc-block-components-title, .ly-page--commerce .wc-block-components-checkout-step__title { color: var(--ly-ink); letter-spacing: -.02em; }
.ly-page--commerce .wc-block-cart-items { border-collapse: separate; border-spacing: 0 10px; }
.ly-page--commerce .wc-block-cart-items__row { background: #faf9fd; }
.ly-page--commerce .wc-block-cart-item__image img, .ly-page--commerce .wc-block-components-order-summary-item__image img { width: 100%; min-height: 70px; object-fit: cover; object-position: top left; border-radius: 10px; }
.ly-page--commerce .wc-block-components-product-name { color: var(--ly-purple-dark) !important; font-weight: 850 !important; }
.ly-page--commerce .wc-block-components-product-price { color: var(--ly-ink); font-weight: 800; }
.ly-page--commerce .wc-block-components-totals-wrapper { border-color: var(--ly-line); }
.ly-page--commerce .wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .ly-page--commerce .wc-block-components-totals-footer-item .wc-block-components-totals-item__value { color: var(--ly-ink); font-size: 20px; font-weight: 900; }
.ly-page--commerce .wc-block-components-button:not(.is-link), .ly-page--commerce .wc-block-cart__submit-button, .ly-page--commerce .wc-block-components-checkout-place-order-button { min-height: 58px; color: #fff !important; background: var(--ly-gradient) !important; border: 0 !important; border-radius: 999px !important; box-shadow: 0 15px 30px rgba(84,55,201,.22); font-size: 15px; font-weight: 900; }
.ly-page--commerce .wc-block-components-button:not(.is-link):hover { color: #fff !important; filter: brightness(.94); transform: translateY(-1px); }
.ly-page--commerce .wc-block-components-button__text { color: inherit !important; }
.ly-page--commerce .wc-block-components-panel__button { color: var(--ly-ink) !important; background: transparent !important; box-shadow: none; }
.ly-page--commerce .wc-block-components-checkout-return-to-cart-button, .ly-page--commerce .wc-block-cart-item__remove-link { color: var(--ly-purple-dark) !important; }
.ly-page--commerce .wc-block-components-checkbox .wc-block-components-checkbox__input:checked { background: var(--ly-purple); border-color: var(--ly-purple); }
.ly-page--commerce .wc-block-components-notice-banner { border-radius: 14px; }
@media (min-width: 901px) {
  .ly-page--commerce .wc-block-components-sidebar-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1.7fr) minmax(330px, .9fr) !important;
    align-items: start;
  }
  .ly-page--commerce .wc-block-components-main,
  .ly-page--commerce .wc-block-components-sidebar {
    width: auto !important;
    max-width: none !important;
  }
  .ly-page--commerce .wc-block-cart__submit-container--sticky {
    display: block !important;
  }
}
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 12px; background: #f6f3ff; border: 1px solid var(--ly-line); border-radius: 17px; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation li a { display: block; padding: 13px 15px; color: var(--ly-ink-soft); border-radius: 11px; font-size: 13px; font-weight: 800; }
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a, .woocommerce-account .woocommerce-MyAccount-navigation li a:hover { color: #fff; background: var(--ly-gradient); }
.woocommerce-account .woocommerce-MyAccount-content { padding: 28px; background: #faf9fd; border: 1px solid var(--ly-line); border-radius: 18px; }

/* Rich WooCommerce product tabs */
body.single-product div.product .woocommerce-tabs ul.tabs { display: flex; flex-wrap: wrap; gap: 8px; padding: 8px; background: #f6f4fb; border: 1px solid var(--ly-line); border-radius: 16px; }
body.single-product div.product .woocommerce-tabs ul.tabs::before { display: none; }
body.single-product div.product .woocommerce-tabs ul.tabs li { margin: 0; padding: 0; background: transparent; border: 0; border-radius: 10px; }
body.single-product div.product .woocommerce-tabs ul.tabs li::before, body.single-product div.product .woocommerce-tabs ul.tabs li::after { display: none; }
body.single-product div.product .woocommerce-tabs ul.tabs li a { padding: 12px 15px; color: var(--ly-muted); font-size: 12px; font-weight: 800; }
body.single-product div.product .woocommerce-tabs ul.tabs li.active { background: #fff; box-shadow: 0 7px 18px rgba(45,34,95,.09); }
body.single-product div.product .woocommerce-tabs ul.tabs li.active a { color: var(--ly-purple-dark); }
.ly-product-tab { padding: 22px 0 10px; }
.ly-product-tab > h2 { margin: 14px 0 12px; font-size: 38px; letter-spacing: -.04em; }
.ly-product-tab__lead { max-width: 760px; color: var(--ly-muted); }
.ly-product-tab__cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 13px; margin-top: 28px; }
.ly-product-tab__cards article { min-height: 135px; padding: 22px; background: #faf8ff; border: 1px solid var(--ly-line); border-radius: 16px; }
.ly-product-tab__cards article > span { color: var(--ly-purple); font-size: 10px; font-weight: 900; }
.ly-product-tab__cards article p { margin: 19px 0 0; color: var(--ly-ink-soft); font-size: 13px; font-weight: 750; line-height: 1.5; }
.ly-product-tab__notice { margin-top: 18px; padding: 20px 22px; background: #fff8e8; border: 1px solid #f4dfad; border-radius: 15px; }
.ly-product-tab__notice strong { color: #7f5600; }
.ly-product-tab__notice p { margin: 7px 0 0; color: #6f5c31; font-size: 13px; }
.ly-product-scenarios { display: grid; gap: 12px; margin: 27px 0 0; padding: 0; list-style: none; counter-reset: none; }
.ly-product-scenarios li { display: flex; align-items: center; gap: 14px; padding: 18px 20px; background: #fff; border: 1px solid var(--ly-line); border-radius: 14px; color: var(--ly-ink-soft); }
.ly-product-scenarios li span { display: grid; min-width: 29px; height: 29px; place-items: center; color: #17875d; background: var(--ly-mint); border-radius: 50%; font-size: 11px; }
.ly-requirements { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 27px; }
.ly-requirements article { padding: 19px 20px; background: #faf9fd; border: 1px solid var(--ly-line); border-radius: 14px; }
.ly-requirements strong, .ly-requirements span { display: block; }
.ly-requirements strong { color: var(--ly-purple-dark); font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }
.ly-requirements span { margin-top: 7px; color: var(--ly-ink-soft); font-size: 13px; }
.ly-product-tab__footnote { color: var(--ly-muted); font-size: 12px; font-style: italic; }
.ly-product-tab--docs { display: grid; grid-template-columns: 1fr .85fr; align-items: center; gap: 45px; }
.ly-product-tab--docs img { width: 100%; max-height: 300px; object-fit: cover; object-position: top center; border: 7px solid #f0eff7; border-radius: 18px; box-shadow: var(--ly-shadow-soft); }
.ly-product-tab--docs p { color: var(--ly-muted); }

/* Gestion Planning Lite commercial landing page */
.ly-product-landing__hero .ly-hero__grid { min-height: 650px; }
.ly-product-landing .ly-module-grid article { padding-top: 24px; }
.ly-product-landing .ly-module-grid article > small { position: absolute; right: 20px; top: 25px; color: var(--ly-purple-dark); font-size: 9px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.ly-platform-field { color: #fff; background: radial-gradient(circle at 12% 20%, rgba(64,196,224,.22), transparent 27%), radial-gradient(circle at 88% 80%, rgba(128,78,235,.3), transparent 29%), #211f48; }
.ly-platform-field__grid { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 85px; }
.ly-platform-field__visual { position: relative; padding: 0 42px 48px 0; }
.ly-platform-field__visual .ly-browser-frame { transform: rotate(-1.5deg); }
.ly-platform-field__visual .ly-browser-frame > img { height: 500px; object-fit: cover; object-position: top center; }
.ly-platform-field__mini { position: absolute; right: 0; bottom: 0; width: 230px; padding: 8px; color: var(--ly-ink); background: #fff; border: 1px solid rgba(255,255,255,.8); border-radius: 17px; box-shadow: 0 22px 55px rgba(4,5,28,.35); transform: rotate(2.5deg); }
.ly-platform-field__mini img { display: block; width: 100%; height: 125px; object-fit: cover; object-position: top left; border-radius: 11px; }
.ly-platform-field__mini strong { display: block; padding: 10px 7px 6px; font-size: 12px; }
.ly-platform-field__copy h2 { margin: 17px 0 20px; font-size: clamp(40px, 4.3vw, 61px); line-height: 1.02; letter-spacing: -.05em; }
.ly-platform-field__copy > p { color: #cbc9dc; font-size: 16px; }
.ly-platform-field__copy .ly-checks { margin-bottom: 30px; }
.ly-platform-field__copy .ly-checks li { color: #eeedf7; }
.ly-platform-field__copy .ly-checks li::before { color: #213c35; background: #93e4cc; }
.ly-platform-pricing .ly-price-card > p { min-height: 78px; }
.ly-platform-reassurance { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 40px; }
.ly-platform-reassurance span { position: relative; padding: 15px 14px 15px 39px; color: var(--ly-ink-soft); background: rgba(255,255,255,.78); border: 1px solid var(--ly-line); border-radius: 13px; font-size: 11px; font-weight: 800; }
.ly-platform-reassurance span::before { content: "✓"; position: absolute; left: 13px; top: 13px; display: grid; width: 19px; height: 19px; place-items: center; color: #147652; background: var(--ly-mint); border-radius: 50%; font-size: 9px; }
.ly-platform-process { background: #fff; }
.ly-platform-process .ly-process-grid article:nth-child(2), .ly-platform-process .ly-process-grid article:nth-child(4) { background: #faf8ff; }

/* Gestion Planning Lite — dedicated product presentation */
.ly-gpl-page { background: #fff; }
.ly-gpl-hero {
  position: relative;
  min-height: 780px;
  padding: 58px 0 70px;
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(120deg, rgba(99,70,229,.22), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(37,198,222,.2), transparent 28%),
    #12142e;
}
.ly-gpl-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,255,255,.3), transparent); }
.ly-gpl-hero__glow { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .75; }
.ly-gpl-hero__glow--one { top: -180px; left: -150px; width: 460px; height: 460px; background: radial-gradient(circle, rgba(112,71,235,.38), transparent 68%); }
.ly-gpl-hero__glow--two { right: -170px; bottom: -230px; width: 590px; height: 590px; background: radial-gradient(circle, rgba(39,198,222,.22), transparent 68%); }
.ly-gpl-hero__breadcrumb { position: relative; z-index: 2; display: flex; align-items: center; gap: 13px; margin-bottom: 36px; color: #b9bedb; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.ly-gpl-hero__breadcrumb i { width: 26px; height: 1px; background: #656b93; }
.ly-gpl-hero__grid { position: relative; z-index: 2; display: grid; grid-template-columns: .94fr 1.06fr; align-items: center; gap: 55px; }
.ly-gpl-hero__label { display: inline-flex; padding: 9px 13px; color: #b9f7ea; background: rgba(77,220,187,.1); border: 1px solid rgba(121,235,210,.25); border-radius: 999px; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.ly-gpl-hero__copy h1 { max-width: 620px; margin: 22px 0 23px; font-size: clamp(48px, 4.8vw, 68px); line-height: .98; letter-spacing: -.055em; }
.ly-gpl-hero__copy h1 em { color: transparent; background: linear-gradient(100deg, #a88cff 0%, #5ed8f0 100%); -webkit-background-clip: text; background-clip: text; font-style: normal; }
.ly-gpl-hero__copy > p { max-width: 565px; margin: 0; color: #c7c9dc; font-size: 17px; }
.ly-gpl-hero__actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.ly-gpl-hero__facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 36px; padding-top: 27px; border-top: 1px solid rgba(255,255,255,.12); }
.ly-gpl-hero__facts div { display: flex; flex-direction: column; gap: 4px; }
.ly-gpl-hero__facts strong { font-size: 22px; letter-spacing: -.03em; }
.ly-gpl-hero__facts span { color: #9499b7; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.ly-gpl-hero__visual { position: relative; min-height: 570px; perspective: 1200px; }
.ly-gpl-screen { position: absolute; overflow: hidden; background: #fff; border: 1px solid rgba(255,255,255,.22); box-shadow: 0 34px 90px rgba(0,0,0,.38); }
.ly-gpl-screen img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: top left; }
.ly-gpl-screen--main { z-index: 2; top: 45px; left: 0; width: 92%; height: 430px; border-radius: 22px; transform: rotateY(-5deg) rotateZ(1deg); }
.ly-gpl-screen__bar { height: 36px; display: flex; align-items: center; gap: 7px; padding: 0 15px; color: #696d86; background: #f4f5fb; border-bottom: 1px solid #e4e5ef; font-size: 10px; font-weight: 800; }
.ly-gpl-screen__bar i { width: 8px; height: 8px; border-radius: 50%; background: #f19aa2; }
.ly-gpl-screen__bar i:nth-child(2) { background: #f0c46f; }
.ly-gpl-screen__bar i:nth-child(3) { margin-right: 5px; background: #7fdbb7; }
.ly-gpl-screen--main > img { height: calc(100% - 36px); }
.ly-gpl-screen--vehicle { z-index: 4; right: -3px; bottom: 5px; width: 47%; height: 215px; border: 7px solid #fff; border-radius: 16px; transform: rotate(2deg); }
.ly-gpl-screen--mobile { z-index: 3; left: -22px; bottom: -8px; width: 38%; height: 180px; border: 6px solid #fff; border-radius: 16px; transform: rotate(-3deg); }
.ly-gpl-hero__proof { position: absolute; z-index: 5; right: 8px; top: 12px; display: flex; flex-direction: column; gap: 3px; padding: 13px 17px; color: var(--ly-ink); background: #abf2df; border-radius: 13px; box-shadow: 0 15px 35px rgba(0,0,0,.2); }
.ly-gpl-hero__proof span { font-size: 8px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.ly-gpl-hero__proof strong { font-size: 13px; }

.ly-gpl-nav { position: sticky; z-index: 40; top: 88px; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--ly-line); box-shadow: 0 10px 28px rgba(29,23,64,.06); backdrop-filter: blur(15px); }
.admin-bar .ly-gpl-nav { top: 120px; }
.ly-gpl-nav .ly-container { display: flex; align-items: center; gap: 4px; overflow-x: auto; scrollbar-width: none; }
.ly-gpl-nav .ly-container::-webkit-scrollbar { display: none; }
.ly-gpl-nav a { flex: 0 0 auto; padding: 19px 18px; color: var(--ly-ink-soft); font-size: 11px; font-weight: 850; white-space: nowrap; }
.ly-gpl-nav a:last-child { margin-left: auto; color: var(--ly-purple-dark); }
.ly-gpl-nav a:hover { color: var(--ly-purple-dark); }

.ly-gpl-story { background: linear-gradient(180deg, #fff 0%, #fbfaff 100%); }
.ly-gpl-story__grid { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 82px; }
.ly-gpl-story__copy h2 { margin: 17px 0 22px; font-size: clamp(43px, 4.5vw, 63px); line-height: 1.01; letter-spacing: -.05em; }
.ly-gpl-story__copy > p { color: var(--ly-muted); font-size: 16px; }
.ly-gpl-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 31px 0 0; padding: 0; list-style: none; }
.ly-gpl-steps li { display: flex; align-items: center; gap: 12px; padding: 14px; background: #fff; border: 1px solid var(--ly-line); border-radius: 14px; }
.ly-gpl-steps li > span { display: grid; width: 34px; height: 34px; flex: 0 0 34px; place-items: center; color: var(--ly-purple-dark); background: var(--ly-lilac); border-radius: 9px; font-size: 10px; font-weight: 900; }
.ly-gpl-steps strong, .ly-gpl-steps small { display: block; }
.ly-gpl-steps strong { font-size: 13px; }
.ly-gpl-steps small { margin-top: 2px; color: var(--ly-muted); font-size: 10px; }
.ly-gpl-story__visual figure { margin: 0; overflow: hidden; background: #fff; border: 1px solid var(--ly-line); border-radius: 24px; box-shadow: var(--ly-shadow); transform: rotate(1deg); }
.ly-gpl-story__visual img { display: block; width: 100%; aspect-ratio: 1.82 / 1; object-fit: cover; object-position: top center; }
.ly-gpl-story__visual figcaption { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 22px; }
.ly-gpl-story__visual figcaption strong { font-size: 14px; }
.ly-gpl-story__visual figcaption span { color: var(--ly-muted); font-size: 11px; }

.ly-gpl-catalog { padding-top: 105px; background: #f5f4fa; }
.ly-gpl-catalog .ly-section-heading em { color: var(--ly-purple); font-style: normal; }
.ly-gpl-group { scroll-margin-top: 170px; }
.ly-gpl-group + .ly-gpl-group { margin-top: 125px; padding-top: 105px; border-top: 1px solid rgba(58,49,112,.12); }
.ly-gpl-group__heading { display: grid; grid-template-columns: 1fr .5fr; align-items: end; gap: 70px; margin-bottom: 43px; }
.ly-gpl-group__heading > div > span { display: inline-flex; padding: 8px 12px; color: #235c4e; background: #dff9ef; border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.ly-gpl-group--professional .ly-gpl-group__heading > div > span { color: #5030b8; background: #eae4ff; }
.ly-gpl-group__heading h2 { max-width: 780px; margin: 15px 0 0; font-size: clamp(37px, 3.8vw, 54px); line-height: 1.04; letter-spacing: -.045em; }
.ly-gpl-group__heading > p { margin: 0; color: var(--ly-muted); font-size: 14px; }
.ly-gpl-module-grid { display: grid; gap: 20px; }
.ly-gpl-module-grid--essential { grid-template-columns: repeat(12, 1fr); }
.ly-gpl-module-grid--essential .ly-gpl-module-card { grid-column: span 4; }
.ly-gpl-module-grid--essential .ly-gpl-module-card--wide { grid-column: span 8; }
.ly-gpl-module-grid--professional { grid-template-columns: repeat(3, 1fr); }
.ly-gpl-module-card { overflow: hidden; background: #fff; border: 1px solid rgba(52,43,100,.1); border-radius: 20px; box-shadow: 0 14px 38px rgba(44,35,91,.07); transition: transform .25s ease, box-shadow .25s ease; }
.ly-gpl-module-card:hover { transform: translateY(-5px); box-shadow: 0 22px 48px rgba(44,35,91,.12); }
.ly-gpl-module-card figure { margin: 0; overflow: hidden; background: #e9eaf2; border-bottom: 1px solid var(--ly-line); }
.ly-gpl-module-card figure img { display: block; width: 100%; height: 205px; object-fit: cover; object-position: top left; transition: transform .4s ease; }
.ly-gpl-module-card--wide figure img { height: 300px; }
.ly-gpl-module-card:hover figure img { transform: scale(1.018); }
.ly-gpl-module-card__body { padding: 22px 23px 24px; }
.ly-gpl-module-card__body > span { color: var(--ly-purple-dark); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.ly-gpl-module-card__body h3 { margin: 9px 0 9px; font-size: 22px; letter-spacing: -.025em; }
.ly-gpl-module-card__body p { margin: 0; color: var(--ly-muted); font-size: 13px; line-height: 1.62; }

.ly-gpl-premium { color: #fff; background: radial-gradient(circle at 10% 10%, rgba(112,71,235,.28), transparent 32%), radial-gradient(circle at 90% 90%, rgba(39,198,222,.18), transparent 28%), #1b1d3d; }
.ly-gpl-premium__grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 80px; }
.ly-gpl-premium__copy h2 { margin: 17px 0 21px; font-size: clamp(42px, 4.5vw, 62px); line-height: 1.01; letter-spacing: -.05em; }
.ly-gpl-premium__copy p { margin-bottom: 28px; color: #c8c9dc; }
.ly-gpl-premium__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ly-gpl-premium__cards article { min-height: 230px; padding: 28px; background: rgba(255,255,255,.075); border: 1px solid rgba(255,255,255,.12); border-radius: 20px; backdrop-filter: blur(15px); }
.ly-gpl-premium__cards article > span { display: grid; width: 34px; height: 34px; place-items: center; color: #c8baff; background: rgba(137,100,248,.18); border-radius: 10px; font-size: 10px; font-weight: 900; }
.ly-gpl-premium__cards h3 { margin: 35px 0 10px; font-size: 24px; }
.ly-gpl-premium__cards p { margin: 0; color: #b9bbd0; font-size: 13px; }
.ly-gpl-premium__cards .ly-gpl-premium__capacity { grid-column: 1 / -1; min-height: 145px; display: flex; align-items: center; gap: 25px; background: linear-gradient(110deg, rgba(112,71,235,.34), rgba(39,198,222,.15)); }
.ly-gpl-premium__capacity > strong { font-size: 70px; line-height: 1; letter-spacing: -.06em; }
.ly-gpl-premium__capacity h3 { margin: 0 0 4px; }
.ly-gpl-pricing { background: linear-gradient(180deg, #fff 0%, #faf8ff 100%); }

@media (max-width: 1120px) {
  .ly-gpl-hero__grid { grid-template-columns: .9fr 1.1fr; gap: 35px; }
  .ly-gpl-hero__visual { min-height: 510px; }
  .ly-gpl-screen--main { height: 385px; }
  .ly-gpl-module-grid--professional { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .ly-gpl-hero { min-height: 0; padding-top: 45px; }
  .ly-gpl-hero__grid, .ly-gpl-story__grid, .ly-gpl-premium__grid { grid-template-columns: 1fr; }
  .ly-gpl-hero__copy { max-width: 680px; }
  .ly-gpl-hero__visual { width: min(760px, 100%); margin-inline: auto; }
  .ly-gpl-nav { top: 74px; }
  .admin-bar .ly-gpl-nav { top: 120px; }
  .ly-gpl-nav a:last-child { margin-left: 0; }
  .ly-gpl-story__grid { gap: 52px; }
  .ly-gpl-group__heading { grid-template-columns: 1fr; gap: 18px; }
  .ly-gpl-module-grid--essential .ly-gpl-module-card, .ly-gpl-module-grid--essential .ly-gpl-module-card--wide { grid-column: span 6; }
}

@media (max-width: 640px) {
  .ly-gpl-hero { padding: 34px 0 48px; }
  .ly-gpl-hero__breadcrumb { margin-bottom: 25px; }
  .ly-gpl-hero__copy h1 { font-size: 43px; }
  .ly-gpl-hero__copy > p { font-size: 15px; }
  .ly-gpl-hero__actions .ly-button { width: 100%; }
  .ly-gpl-hero__facts { gap: 8px; }
  .ly-gpl-hero__facts strong { font-size: 18px; }
  .ly-gpl-hero__visual { min-height: 345px; margin-top: 18px; }
  .ly-gpl-screen--main { top: 25px; width: 100%; height: 275px; transform: none; }
  .ly-gpl-screen--vehicle { display: none; }
  .ly-gpl-screen--mobile { left: auto; right: -3px; bottom: 0; width: 46%; height: 110px; }
  .ly-gpl-hero__proof { right: 7px; top: 4px; }
  .ly-gpl-nav a { padding: 15px 13px; }
  .ly-gpl-story, .ly-gpl-catalog, .ly-gpl-premium { padding-block: 78px; }
  .ly-gpl-steps { grid-template-columns: 1fr; }
  .ly-gpl-story__visual figcaption { align-items: flex-start; flex-direction: column; gap: 3px; }
  .ly-gpl-group + .ly-gpl-group { margin-top: 80px; padding-top: 75px; }
  .ly-gpl-module-grid--essential, .ly-gpl-module-grid--professional { grid-template-columns: 1fr; }
  .ly-gpl-module-grid--essential .ly-gpl-module-card, .ly-gpl-module-grid--essential .ly-gpl-module-card--wide { grid-column: auto; }
  .ly-gpl-module-card figure img, .ly-gpl-module-card--wide figure img { height: 205px; }
  .ly-gpl-premium__cards { grid-template-columns: 1fr; }
  .ly-gpl-premium__cards .ly-gpl-premium__capacity { grid-column: auto; }
}

@media (max-width: 1120px) {
  .ly-header__inner { gap: 18px; }
  .ly-brand img { width: 150px; }
  .ly-nav { gap: 16px; }
  .ly-nav > a, .ly-nav__trigger { font-size: 12px; }
  .ly-header__actions .ly-button { display: none; }
  .ly-hero__grid { grid-template-columns: 1fr 1fr; gap: 34px; }
  .ly-product-window > img { min-height: 330px; }
}

@media (max-width: 900px) {
  .admin-bar .ly-header { top: 46px; }
  .ly-menu-toggle { display: block; order: 3; margin-left: 3px; }
  .ly-header__actions { margin-left: auto; }
  .ly-nav { position: fixed; inset: 88px 20px auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; background: rgba(255,255,255,.98); border: 1px solid var(--ly-line); border-radius: 20px; box-shadow: var(--ly-shadow); }
  .ly-header.is-scrolled .ly-nav { inset-block-start: 74px; }
  .admin-bar .ly-nav { margin-top: 46px; }
  .ly-nav.is-open { display: flex; }
  .ly-nav > a, .ly-nav__trigger { width: 100%; padding: 14px 10px; border-bottom: 1px solid var(--ly-line); font-size: 14px; text-align: left; }
  .ly-nav > a:last-child { border: 0; }
  .ly-nav > a::after, .ly-nav__trigger::after { display: none; }
  .ly-nav__item { display: block; width: 100%; }
  .ly-nav__trigger { justify-content: space-between; }
  .ly-nav__submenu { position: static; width: 100%; display: none; grid-template-columns: 1fr; gap: 5px; margin: 7px 0 9px; padding: 8px; background: #f8f6ff; border-radius: 14px; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition: none; }
  .ly-nav__item.is-open .ly-nav__submenu { display: grid; transform: none; }
  .ly-nav__submenu a { padding: 10px; border: 0; }
  .ly-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .ly-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .ly-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .ly-hero { padding-top: 55px; }
  .ly-hero__grid { grid-template-columns: 1fr; text-align: center; }
  .ly-hero__copy { max-width: 700px; margin-inline: auto; }
  .ly-eyebrow, .ly-hero__actions, .ly-trust-list { justify-content: center; }
  .ly-hero__visual { margin: 25px auto 0; width: min(740px, 94%); }
  .ly-hero__ribbon { flex-wrap: wrap; padding: 18px; }
  .ly-section-heading--split, .ly-modules__layout, .ly-about__card { grid-template-columns: 1fr; }
  .ly-section-heading--split { gap: 15px; }
  .ly-benefit-grid, .ly-price-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .ly-benefit-card { min-height: 310px; }
  .ly-feature { grid-template-columns: 1fr; }
  .ly-feature-pair { grid-template-columns: 1fr; }
  .ly-price-card--featured { transform: none; }
  .ly-about__card { gap: 35px; }
  .ly-cta__inner { grid-template-columns: 1fr; text-align: center; }
  .ly-cta__actions { flex-direction: row; justify-content: center; }
  .ly-footer__grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .ly-footer__grid > div:last-child { grid-column: 2; }
  .ly-shop-hero { grid-template-columns: 1fr 160px; padding: 45px; }
  body.post-type-archive-product ul.products,
  body.tax-product_cat ul.products { grid-template-columns: repeat(2, 1fr); }
  .ly-single-visual, body.single-product div.product .summary { float: none; width: 100%; }
  body.single-product div.product .summary { margin-top: 35px; }
  .ly-page-hero__inner, .ly-contact-hero__grid { grid-template-columns: 1fr; }
  .ly-page-hero__inner > img { position: absolute; right: -25px; bottom: -40px; opacity: .18; }
  .ly-contact-hero__grid { gap: 40px; }
  .ly-contact-body__grid { grid-template-columns: 1fr; }
	.ly-support-guide { grid-template-columns: 1fr; }
  .ly-trade-grid { grid-template-columns: 1fr; }
  .ly-service-hero__grid, .ly-service-examples__layout, .ly-service-faq__layout, .ly-about-hero__grid, .ly-about-split__grid, .ly-form-hero__grid, .ly-form-section__grid, .ly-contact-form-layout { grid-template-columns: 1fr; }
  .ly-service-deliverables__grid, .ly-about-values { grid-template-columns: 1fr; max-width: 650px; margin-inline: auto; }
  .ly-service-catalog__grid { grid-template-columns: 1fr 1fr; }
  .ly-service-fit__grid { grid-template-columns: 1fr; gap: 45px; }
  .ly-service-knowledge__grid { grid-template-columns: 1fr 1fr; }
  .ly-process-grid { grid-template-columns: 1fr 1fr; }
  .ly-service-hero__grid, .ly-about-hero__grid, .ly-about-split__grid, .ly-form-hero__grid, .ly-form-section__grid, .ly-contact-form-layout { gap: 42px; }
  .ly-service-visual { min-height: 300px; }
  .ly-form-hero__visual { max-width: 680px; }
  .ly-product-tab__cards { grid-template-columns: 1fr 1fr; }
  .ly-product-tab--docs { grid-template-columns: 1fr; }
  .ly-service-gallery__grid, .ly-form-gallery { grid-template-columns: 1fr; max-width: 720px; margin-inline: auto; }
  .ly-browser-frame > img, .ly-form-gallery img { height: 360px; }
  .ly-ecommerce-case__grid, .ly-performance-proof__grid { grid-template-columns: 1fr; gap: 45px; }
  .ly-form-info__grid, .ly-form-info--four .ly-form-info__grid { grid-template-columns: 1fr 1fr; }
  .ly-contact-process { grid-template-columns: 1fr 1fr; }
  .ly-commerce-assurance__grid { grid-template-columns: 1fr; }
  .ly-platform-field__grid { grid-template-columns: 1fr; gap: 60px; }
  .ly-platform-field__visual { width: min(720px, 100%); margin-inline: auto; }
  .ly-platform-reassurance { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .ly-container { width: min(100% - 30px, 1180px); }
	.ly-trades-inline { margin-top: -18px; overflow-x: auto; }
	.ly-trades-inline .ly-container { width: max-content; min-width: calc(100% - 30px); justify-content: flex-start; margin-inline: 15px; }
	.ly-trades-inline span { display: none; }
	.ly-trades-inline a { white-space: nowrap; }
	.ly-service-catalog__grid, .ly-service-knowledge__grid { grid-template-columns: 1fr; }
	.ly-performance-proof__scores { grid-template-columns: repeat(2, 1fr); }
	.ly-service-catalog__grid article { min-height: 235px; }
  .ly-header { height: 72px; }
  .ly-brand img { width: 143px; }
  .ly-account { display: none; }
  .ly-nav { inset-block-start: 72px; }
  .ly-section { padding: 82px 0; }
  .ly-section-heading { margin-bottom: 36px; }
  .ly-section-heading h2 { font-size: 38px; }
  .ly-hero { padding-top: 40px; }
  .ly-hero h1 { font-size: 44px; }
  .ly-hero__lead { font-size: 16px; }
  .ly-hero__actions { flex-direction: column; }
  .ly-button--large { width: 100%; }
  .ly-trust-list { gap: 10px; font-size: 10px; }
  .ly-product-window { padding: 6px; border-radius: 18px; transform: none; }
  .ly-product-window > img { min-height: 245px; }
  .ly-floating-card { min-width: 172px; padding: 10px; }
  .ly-floating-card--alert { top: -28px; right: -7px; }
  .ly-floating-card--fleet { bottom: -35px; left: -7px; }
  .ly-hero__ribbon { margin-top: 75px; gap: 9px; border-radius: 18px 18px 0 0; font-size: 9px; }
  .ly-hero__ribbon span:nth-of-type(n+5), .ly-hero__ribbon i:nth-of-type(n+4) { display: none; }
  .ly-benefit-card { padding: 27px; }
  .ly-feature { padding: 20px; border-radius: 25px; }
  .ly-feature h3 { font-size: 33px; }
  .ly-feature__media img { min-height: 280px; }
  .ly-feature-card__copy { padding: 27px 27px 20px; }
  .ly-feature-card img { height: 210px; }
  .ly-module-grid { grid-template-columns: 1fr; }
  .ly-module-grid article { min-height: auto; }
  .ly-price-card { padding: 28px; }
  .ly-service-grid article { grid-template-columns: 50px 1fr; align-items: start; padding: 20px; }
  .ly-service-grid strong { grid-column: 2; font-size: 18px; }
  .ly-about__card { width: calc(100% - 20px); padding: 35px 25px 48px; border-radius: 27px; }
  .ly-about h2 { font-size: 38px; }
  .ly-about__visual img { min-height: 250px; }
  .ly-about__visual > div { right: 3px; }
  .ly-cta { padding: 70px 0; }
  .ly-cta__inner { padding: 40px 24px; border-radius: 24px; }
  .ly-cta__actions { flex-direction: column; }
  .ly-footer { padding-top: 65px; }
  .ly-footer__grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  .ly-footer__brand { grid-column: 1 / -1; }
  .ly-footer__grid > div:last-child { grid-column: auto; }
  .ly-footer__bottom { flex-direction: column; margin-top: 40px; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .ly-shop-hero { grid-template-columns: 1fr; min-height: 0; padding: 36px 25px; }
  .ly-shop-hero h1 { font-size: 41px; }
  .ly-shop-hero > img { position: absolute; right: -35px; bottom: -55px; width: 150px; opacity: .2; }
  body.post-type-archive-product ul.products,
  body.tax-product_cat ul.products { grid-template-columns: 1fr; }
  body.single-product div.product { padding: 18px; border-radius: 22px; }
  .ly-single-visual > img { min-height: 245px; }
  body.single-product div.product .product_title { font-size: 38px; }
  .ly-page-hero { padding-top: 40px; }
  .ly-page-hero__inner { min-height: 0; padding: 38px 25px; }
  .ly-page-hero__inner h1 { font-size: 42px; }
  .ly-page-content__card { padding: 35px 24px; }
  .ly-contact-hero { padding: 60px 0; }
  .ly-contact-hero h1 { font-size: 43px; }
  .ly-contact-note { flex-direction: column; align-items: flex-start; padding: 30px 25px; }
  .ly-cart { width: 39px; height: 39px; }
  .ly-trade-card { min-height: 390px; padding: 28px; }
  .ly-trade-card h3 { font-size: 27px; }
  .ly-trade-card > strong { left: 28px; }
  .ly-service-hero, .ly-about-hero, .ly-form-hero { padding: 60px 0 70px; }
  .ly-service-hero h1, .ly-about-hero h1, .ly-form-hero h1 { font-size: 43px; }
  .ly-service-visual { padding: 28px; }
  .ly-service-visual blockquote { font-size: 24px; }
  .ly-service-visual__flow { flex-wrap: wrap; }
  .ly-service-deliverables__grid article { min-height: 260px; }
  .ly-service-examples ul { grid-template-columns: 1fr; }
  .ly-process-grid { grid-template-columns: 1fr; }
  .ly-service-faq h2 { font-size: 38px; }
  .ly-about-hero__mark { min-height: 240px; }
  .ly-about-split h2 { font-size: 39px; }
  .ly-form-grid { grid-template-columns: 1fr; }
  .ly-form-wide { grid-column: auto; }
  .ly-form-card { padding: 24px; }
  .ly-form-heading { margin: 0 0 5px; padding: 19px; }
  .ly-form-grid .wpcf7-checkbox { grid-template-columns: 1fr; }
  .ly-form-grid input[type="submit"] { width: 100%; min-width: 0; }
  .ly-form-hero__visual img { min-height: 245px; }
  .ly-form-hero__visual--abstract { min-height: 280px; flex-wrap: wrap; }
  .ly-form-hero__visual--abstract div { width: 90px; height: 90px; }
  .ly-form-section { padding: 75px 0 90px; }
  .ly-contact-form-layout { margin-top: 60px; padding-top: 60px; }
	.ly-support-guide { margin-top: 45px; padding: 28px; }
  .ly-contact-process, .ly-form-info__grid, .ly-form-info--four .ly-form-info__grid { grid-template-columns: 1fr; }
  .ly-browser-frame > img, .ly-form-gallery img { height: 230px; }
  .ly-ecommerce-case__visual { min-height: 370px; }
  .ly-ecommerce-case__overlay { padding: 28px; }
  .ly-ecommerce-case h2 { font-size: 39px; }
  .ly-page--commerce .ly-page-content__card { padding: 24px 18px; }
  .ly-page--commerce .wc-block-components-sidebar { padding: 18px !important; }
  .ly-product-tab__cards, .ly-requirements { grid-template-columns: 1fr; }
  body.single-product div.product .woocommerce-tabs ul.tabs { display: grid; grid-template-columns: 1fr 1fr; }
  .ly-product-tab > h2 { font-size: 32px; }
  .ly-product-landing__hero .ly-hero__grid { min-height: 0; }
  .ly-platform-field__visual { padding: 0 0 30px; }
  .ly-platform-field__visual .ly-browser-frame > img { height: 360px; }
  .ly-platform-field__mini { position: relative; right: auto; bottom: auto; width: 210px; margin: -55px 15px 0 auto; }
  .ly-platform-field__copy h2 { font-size: 39px; }
  .ly-platform-reassurance { grid-template-columns: 1fr; }
}

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