/* ===== LYPRO Renewal / scoped styles ===== */
html{scroll-behavior:smooth;}

/* =========================================================
   この固定ページに .lypro-renew が存在するときだけ、
   Lightning標準のヘッダー・ページ見出し・パンくず・フッターを隠す
   ========================================================= */
body.lypro-renew-page .site-header,
body.lypro-renew-page #site-header,
body.lypro-renew-page .siteHeader,
body.lypro-renew-page #siteHeader,
body.lypro-renew-page .global-nav,
body.lypro-renew-page .vk-mobile-nav-menu-btn,
body.lypro-renew-page .page-header,
body.lypro-renew-page .pageHeader,
body.lypro-renew-page .breadcrumb,
body.lypro-renew-page .breadcrumbs,
body.lypro-renew-page .site-footer,
body.lypro-renew-page #site-footer,
body.lypro-renew-page .siteFooter,
body.lypro-renew-page #siteFooter,
body.lypro-renew-page .sub-section,
body.lypro-renew-page .subSection{display:none!important;}

/* Lightning / Gutenberg の外側余白を解除 */
body.lypro-renew-page .site-body,
body.lypro-renew-page .siteBody{padding:0!important;margin:0!important;}

body.lypro-renew-page .site-body-container.container,
body.lypro-renew-page .siteBody-container.container,
body.lypro-renew-page .container.site-body-container,
body.lypro-renew-page .main-section,
body.lypro-renew-page .mainSection,
body.lypro-renew-page .entry-body,
body.lypro-renew-page .entryBody{
  max-width:none!important;
  width:100%!important;
  padding:0!important;
  margin:0!important;
  float:none!important;
  flex-basis:100%!important;
}

body.lypro-renew-page .site-body-container > .row,
body.lypro-renew-page .siteBody-container > .row{
  margin:0!important;
  display:block!important;
}

body.lypro-renew-page .wp-block-html{
  margin:0!important;
  max-width:none!important;
}

body.lypro-renew-page article,
body.lypro-renew-page .entry-content{
  margin:0!important;
  padding:0!important;
  max-width:none!important;
}

.lypro-renew,.lypro-renew *{box-sizing:border-box;}
.lypro-renew{
  --ink:#0a1830;
  --navy:#07152a;
  --blue:#2057ff;
  --cyan:#57d4ff;
  --ice:#f3f7fb;
  --line:#dce5ef;
  --muted:#657388;
  --white:#fff;
  width:100%;
  margin:0;
  color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
  font-feature-settings:"palt";
  background:#fff;
  overflow:hidden;
  line-height:1.8;
}
.lypro-renew a{color:inherit;text-decoration:none;}

/* Lightningの既定スタイルが中へ入り込むのを防ぐ */
.lypro-renew h1,.lypro-renew h2,.lypro-renew h3,.lypro-renew h4,.lypro-renew p{border:0!important;}
.lypro-renew a:hover{color:inherit;text-decoration:none;}

.lypro-renew img{max-width:100%;display:block;}
.lypro-renew .ly-inner{width:min(1180px,calc(100% - 48px));margin:0 auto;}
.lypro-renew .ly-section{padding:120px 0;}
.lypro-renew .ly-kicker{display:flex;align-items:center;gap:12px;margin:0 0 18px;font-size:12px;letter-spacing:.22em;font-weight:800;color:var(--blue);text-transform:uppercase;}
.lypro-renew .ly-kicker:before{content:"";width:38px;height:2px;background:currentColor;}
.lypro-renew .ly-title{margin:0;font-size:clamp(36px,5.2vw,72px);line-height:1.08;letter-spacing:-.045em;font-weight:800;}
.lypro-renew .ly-subtitle{margin:24px 0 0;color:var(--muted);font-size:16px;line-height:2;}
.lypro-renew .ly-btn{display:inline-flex;align-items:center;justify-content:center;gap:20px;min-height:58px;padding:0 26px;border-radius:999px;font-size:14px;font-weight:800;letter-spacing:.04em;transition:.25s ease;}
.lypro-renew .ly-btn:after{content:"→";font-size:18px;transition:transform .25s ease;}
.lypro-renew .ly-btn:hover:after{transform:translateX(5px);}
.lypro-renew .ly-btn-primary{background:var(--blue);color:#fff;box-shadow:0 14px 40px rgba(32,87,255,.24);}
.lypro-renew .ly-btn-primary:hover{transform:translateY(-2px);background:#1747dd;}
.lypro-renew .ly-btn-light{background:#fff;color:var(--ink);}
.lypro-renew .ly-btn-light:hover{transform:translateY(-2px);}

/* Header */
.lypro-renew .ly-header{position:absolute;z-index:50;top:0;left:0;width:100%;height:92px;color:#fff;}
.lypro-renew .ly-header-inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:28px;}
.lypro-renew .ly-logo{display:flex;align-items:flex-end;gap:10px;font-size:27px;font-weight:900;letter-spacing:.08em;line-height:1;}
.lypro-renew .ly-logo small{font-size:9px;font-weight:700;letter-spacing:.12em;opacity:.72;margin-bottom:2px;}
.lypro-renew .ly-nav{display:flex;align-items:center;gap:32px;font-size:13px;font-weight:700;}
.lypro-renew .ly-nav a{position:relative;}
.lypro-renew .ly-nav a:not(.ly-nav-cta):after{content:"";position:absolute;left:0;bottom:-7px;width:0;height:1px;background:#fff;transition:.25s;}
.lypro-renew .ly-nav a:hover:after{width:100%;}
.lypro-renew .ly-nav-cta{padding:13px 20px;border:1px solid rgba(255,255,255,.45);border-radius:999px;background:rgba(255,255,255,.08);backdrop-filter:blur(8px);}
.lypro-renew .ly-menu-toggle{position:absolute;opacity:0;pointer-events:none;}
.lypro-renew .ly-menu-btn{display:none;width:46px;height:46px;border:1px solid rgba(255,255,255,.35);border-radius:50%;align-items:center;justify-content:center;cursor:pointer;}
.lypro-renew .ly-menu-btn span,.lypro-renew .ly-menu-btn:before,.lypro-renew .ly-menu-btn:after{content:"";display:block;width:18px;height:1px;background:#fff;position:absolute;transition:.25s;}
.lypro-renew .ly-menu-btn:before{transform:translateY(-6px);}
.lypro-renew .ly-menu-btn:after{transform:translateY(6px);}

/* Hero */
.lypro-renew .ly-hero{position:relative;min-height:760px;height:92vh;display:flex;align-items:flex-end;color:#fff;background:linear-gradient(90deg,rgba(4,18,40,.94) 0%,rgba(6,25,52,.75) 48%,rgba(7,25,47,.40) 100%),url('https://www.lypro.jp/wp-content/uploads/2023/03/night-sky-gaf21df8a9_1920-1.jpg') center/cover no-repeat;}
.lypro-renew .ly-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 23%,rgba(87,212,255,.26),transparent 24%),linear-gradient(115deg,transparent 58%,rgba(32,87,255,.25));}
.lypro-renew .ly-hero:after{content:"LYPRO";position:absolute;right:-1vw;bottom:2vh;font-size:clamp(120px,20vw,310px);font-weight:900;line-height:.8;letter-spacing:-.08em;color:rgba(255,255,255,.04);white-space:nowrap;}
.lypro-renew .ly-hero-content{position:relative;z-index:3;padding-bottom:110px;max-width:880px;}
.lypro-renew .ly-hero-label{margin:0 0 24px;font-size:12px;font-weight:800;letter-spacing:.24em;text-transform:uppercase;color:var(--cyan);}
.lypro-renew .ly-hero h1{margin:0;font-size:clamp(52px,8vw,112px);line-height:.94;letter-spacing:-.055em;font-weight:900;}
.lypro-renew .ly-hero h1 span{display:block;color:#fff;}
.lypro-renew .ly-hero-copy{margin:32px 0 36px;max-width:650px;font-size:17px;line-height:2;color:rgba(255,255,255,.82);}
.lypro-renew .ly-hero-actions{display:flex;flex-wrap:wrap;gap:14px;}
.lypro-renew .ly-hero-outline{color:#fff;border:1px solid rgba(255,255,255,.45);background:rgba(255,255,255,.06);backdrop-filter:blur(8px);}
.lypro-renew .ly-scroll{position:absolute;z-index:3;right:40px;bottom:45px;display:flex;align-items:center;gap:14px;writing-mode:vertical-rl;font-size:9px;letter-spacing:.25em;color:rgba(255,255,255,.6);}
.lypro-renew .ly-scroll:after{content:"";width:1px;height:64px;background:linear-gradient(#fff,transparent);}

/* Intro */
.lypro-renew .ly-intro{position:relative;background:#fff;}
.lypro-renew .ly-intro-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:start;}
.lypro-renew .ly-intro-main{font-size:clamp(28px,3.3vw,48px);line-height:1.45;font-weight:800;letter-spacing:-.035em;margin:0;}
.lypro-renew .ly-intro-main em{font-style:normal;color:var(--blue);}
.lypro-renew .ly-intro-body{font-size:16px;color:var(--muted);line-height:2.25;margin:4px 0 0;}

/* Services */
.lypro-renew .ly-services{background:var(--ice);position:relative;}
.lypro-renew .ly-services:before{content:"SERVICES";position:absolute;top:80px;right:-8px;font-size:clamp(90px,15vw,220px);font-weight:900;line-height:.8;letter-spacing:-.06em;color:rgba(10,24,48,.035);}
.lypro-renew .ly-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:64px;position:relative;z-index:2;}
.lypro-renew .ly-section-head .ly-subtitle{max-width:480px;}
.lypro-renew .ly-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;position:relative;z-index:2;}
.lypro-renew .ly-service-card{position:relative;min-height:390px;padding:38px;border-radius:22px;background:#fff;border:1px solid rgba(10,24,48,.06);box-shadow:0 18px 60px rgba(10,24,48,.06);overflow:hidden;transition:.3s ease;}
.lypro-renew .ly-service-card:hover{transform:translateY(-8px);box-shadow:0 28px 75px rgba(10,24,48,.11);}
.lypro-renew .ly-service-no{font-size:12px;letter-spacing:.14em;color:var(--blue);font-weight:900;}
.lypro-renew .ly-service-card h3{font-size:29px;line-height:1.35;margin:52px 0 18px;letter-spacing:-.03em;}
.lypro-renew .ly-service-card p{margin:0;color:var(--muted);font-size:14px;line-height:2;}
.lypro-renew .ly-service-icon{position:absolute;right:28px;bottom:25px;width:84px;height:84px;border-radius:50%;background:linear-gradient(135deg,#edf3ff,#e6faff);display:flex;align-items:center;justify-content:center;font-size:28px;color:var(--blue);}
.lypro-renew .ly-service-card:nth-child(2) .ly-service-icon:before{content:"◎";}
.lypro-renew .ly-service-card:nth-child(1) .ly-service-icon:before{content:"↗";}
.lypro-renew .ly-service-card:nth-child(3) .ly-service-icon:before{content:"◫";}

/* Strength */
.lypro-renew .ly-strength{background:var(--navy);color:#fff;position:relative;}
.lypro-renew .ly-strength:after{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-180px;top:-160px;border:1px solid rgba(87,212,255,.12);box-shadow:0 0 0 90px rgba(87,212,255,.025),0 0 0 180px rgba(87,212,255,.018);}
.lypro-renew .ly-strength .ly-kicker{color:var(--cyan);}
.lypro-renew .ly-strength .ly-subtitle{color:rgba(255,255,255,.65);}
.lypro-renew .ly-strength-grid{display:grid;grid-template-columns:repeat(4,1fr);margin-top:64px;border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15);position:relative;z-index:2;}
.lypro-renew .ly-strength-item{padding:42px 28px 46px;border-right:1px solid rgba(255,255,255,.15);}
.lypro-renew .ly-strength-item:last-child{border-right:none;}
.lypro-renew .ly-strength-item strong{display:block;font-size:40px;color:var(--cyan);line-height:1;margin-bottom:30px;font-weight:700;}
.lypro-renew .ly-strength-item h3{margin:0 0 16px;font-size:20px;}
.lypro-renew .ly-strength-item p{margin:0;font-size:13px;line-height:1.9;color:rgba(255,255,255,.62);}

/* Platforms */
.lypro-renew .ly-platforms{background:#fff;}
.lypro-renew .ly-platform-box{display:grid;grid-template-columns:1fr 1fr;min-height:470px;border-radius:28px;overflow:hidden;background:var(--ice);}
.lypro-renew .ly-platform-visual{position:relative;background:linear-gradient(135deg,rgba(4,18,40,.95),rgba(32,87,255,.65)),url('https://www.lypro.jp/wp-content/uploads/2023/03/ABOUT-1.jpg') center/cover no-repeat;color:#fff;padding:58px;display:flex;flex-direction:column;justify-content:flex-end;}
.lypro-renew .ly-platform-visual:before{content:"MEDIA";position:absolute;left:48px;top:36px;font-size:88px;line-height:1;font-weight:900;letter-spacing:-.06em;color:rgba(255,255,255,.08);}
.lypro-renew .ly-platform-visual h3{margin:0;font-size:clamp(34px,4vw,56px);line-height:1.2;letter-spacing:-.04em;position:relative;}
.lypro-renew .ly-platform-copy{padding:64px;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;}
.lypro-renew .ly-platform-copy p{margin:0 0 30px;color:var(--muted);line-height:2.1;}
.lypro-renew .ly-tags{display:flex;flex-wrap:wrap;gap:10px;margin:0 0 34px;padding:0;list-style:none;}
.lypro-renew .ly-tags li{padding:9px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);font-size:12px;font-weight:700;}

/* Recruitment */
.lypro-renew .ly-recruit{background:linear-gradient(135deg,#2358ff 0%,#0a2b74 70%,#07152a 100%);color:#fff;position:relative;}
.lypro-renew .ly-recruit:before{content:"RECRUIT";position:absolute;right:-1vw;bottom:-12px;font-size:clamp(100px,18vw,270px);font-weight:900;line-height:.8;letter-spacing:-.07em;color:rgba(255,255,255,.055);}
.lypro-renew .ly-recruit-grid{display:grid;grid-template-columns:1fr .8fr;gap:80px;align-items:end;position:relative;z-index:2;}
.lypro-renew .ly-recruit .ly-kicker{color:#9fe8ff;}
.lypro-renew .ly-recruit .ly-title{max-width:760px;}
.lypro-renew .ly-recruit p{margin:28px 0 0;max-width:670px;color:rgba(255,255,255,.72);line-height:2;}
.lypro-renew .ly-recruit-action{text-align:right;}

/* Company */
.lypro-renew .ly-company{background:#fff;}
.lypro-renew .ly-company-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:90px;}
.lypro-renew .ly-company-list{border-top:1px solid var(--line);}
.lypro-renew .ly-company-row{display:grid;grid-template-columns:130px 1fr;gap:20px;padding:22px 0;border-bottom:1px solid var(--line);font-size:14px;}
.lypro-renew .ly-company-row dt{font-weight:800;color:var(--ink);}
.lypro-renew .ly-company-row dd{margin:0;color:var(--muted);}
.lypro-renew .ly-company-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:34px;}

/* Contact */
.lypro-renew .ly-contact{padding:0 0 38px;background:#fff;}
.lypro-renew .ly-contact-box{position:relative;overflow:hidden;border-radius:30px;padding:80px;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:50px;}
.lypro-renew .ly-contact-box:after{content:"";position:absolute;width:430px;height:430px;border-radius:50%;right:-110px;top:-250px;background:radial-gradient(circle,rgba(87,212,255,.42),rgba(32,87,255,.08) 48%,transparent 68%);}
.lypro-renew .ly-contact-box>div,.lypro-renew .ly-contact-box>a{position:relative;z-index:2;}
.lypro-renew .ly-contact-box small{display:block;margin-bottom:15px;color:var(--cyan);font-size:11px;font-weight:800;letter-spacing:.22em;}
.lypro-renew .ly-contact-box h2{margin:0;font-size:clamp(34px,4vw,58px);line-height:1.2;letter-spacing:-.04em;}
.lypro-renew .ly-contact-box p{margin:18px 0 0;color:rgba(255,255,255,.65);font-size:14px;}

/* Footer */
.lypro-renew .ly-footer{padding:58px 0 34px;background:#fff;}
.lypro-renew .ly-footer-top{display:flex;justify-content:space-between;gap:50px;align-items:flex-start;padding-bottom:45px;border-bottom:1px solid var(--line);}
.lypro-renew .ly-footer-logo{font-size:34px;font-weight:900;letter-spacing:.08em;line-height:1;}
.lypro-renew .ly-footer-logo span{display:block;font-size:10px;letter-spacing:.13em;color:var(--muted);margin-top:9px;font-weight:700;}
.lypro-renew .ly-footer-nav{display:flex;gap:34px;flex-wrap:wrap;font-size:12px;font-weight:800;}
.lypro-renew .ly-footer-bottom{padding-top:24px;display:flex;justify-content:space-between;gap:24px;color:#8b96a6;font-size:10px;}

/* Floating CTA */
.lypro-renew .ly-floating{position:fixed;z-index:80;right:24px;bottom:24px;display:flex;align-items:center;gap:12px;padding:15px 20px;border-radius:999px;background:var(--blue);color:#fff;font-size:12px;font-weight:800;box-shadow:0 16px 40px rgba(32,87,255,.35);transition:.25s;}
.lypro-renew .ly-floating:hover{transform:translateY(-3px);}
.lypro-renew .ly-floating:after{content:"→";font-size:17px;}

/* Motion */
@media (prefers-reduced-motion:no-preference){
  .lypro-renew .ly-hero-content{animation:lyFade .85s ease both;}
  .lypro-renew .ly-service-card{animation:lyUp .7s ease both;}
  .lypro-renew .ly-service-card:nth-child(2){animation-delay:.08s;}
  .lypro-renew .ly-service-card:nth-child(3){animation-delay:.16s;}
  @keyframes lyFade{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}
  @keyframes lyUp{from{opacity:.2;transform:translateY(18px)}to{opacity:1;transform:none}}
}

/* Tablet */
@media(max-width:980px){
  .lypro-renew .ly-inner{width:min(100% - 40px,1180px);}
  .lypro-renew .ly-nav{gap:18px;}
  .lypro-renew .ly-nav a:not(.ly-nav-cta){display:none;}
  .lypro-renew .ly-intro-grid,.lypro-renew .ly-company-grid{grid-template-columns:1fr;gap:40px;}
  .lypro-renew .ly-service-grid{grid-template-columns:1fr;}
  .lypro-renew .ly-service-card{min-height:280px;}
  .lypro-renew .ly-strength-grid{grid-template-columns:1fr 1fr;}
  .lypro-renew .ly-strength-item:nth-child(2){border-right:none;}
  .lypro-renew .ly-strength-item:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.15);}
  .lypro-renew .ly-platform-box{grid-template-columns:1fr;}
  .lypro-renew .ly-platform-visual{min-height:340px;}
  .lypro-renew .ly-recruit-grid{grid-template-columns:1fr;gap:40px;}
  .lypro-renew .ly-recruit-action{text-align:left;}
}

/* Mobile */
@media(max-width:700px){
  .lypro-renew .ly-inner{width:calc(100% - 30px);}
  .lypro-renew .ly-section{padding:82px 0;}
  .lypro-renew .ly-header{height:74px;}
  .lypro-renew .ly-logo{font-size:23px;}
  .lypro-renew .ly-logo small{display:none;}
  .lypro-renew .ly-nav{display:none;position:absolute;top:74px;left:15px;right:15px;padding:18px;border-radius:18px;background:rgba(7,21,42,.97);box-shadow:0 20px 60px rgba(0,0,0,.25);}
  .lypro-renew .ly-nav a,.lypro-renew .ly-nav a:not(.ly-nav-cta){display:block;padding:13px 10px;}
  .lypro-renew .ly-nav-cta{margin-top:8px;text-align:center;}
  .lypro-renew .ly-menu-btn{display:flex;position:relative;}
  .lypro-renew .ly-menu-toggle:checked~.ly-nav{display:block;}
  .lypro-renew .ly-menu-toggle:checked+.ly-menu-btn span{opacity:0;}
  .lypro-renew .ly-menu-toggle:checked+.ly-menu-btn:before{transform:rotate(45deg);}
  .lypro-renew .ly-menu-toggle:checked+.ly-menu-btn:after{transform:rotate(-45deg);}
  .lypro-renew .ly-hero{min-height:690px;height:88vh;}
  .lypro-renew .ly-hero-content{padding-bottom:72px;}
  .lypro-renew .ly-hero h1{font-size:clamp(48px,15vw,74px);}
  .lypro-renew .ly-hero-copy{font-size:14px;margin:24px 0 30px;}
  .lypro-renew .ly-hero-actions{display:grid;grid-template-columns:1fr;max-width:340px;}
  .lypro-renew .ly-scroll{display:none;}
  .lypro-renew .ly-intro-grid{gap:30px;}
  .lypro-renew .ly-section-head{display:block;margin-bottom:42px;}
  .lypro-renew .ly-section-head .ly-subtitle{margin-top:20px;}
  .lypro-renew .ly-title{font-size:clamp(36px,11vw,52px);}
  .lypro-renew .ly-service-card{padding:30px;min-height:300px;}
  .lypro-renew .ly-service-card h3{margin-top:36px;font-size:26px;}
  .lypro-renew .ly-strength-grid{grid-template-columns:1fr;}
  .lypro-renew .ly-strength-item{border-right:none;border-bottom:1px solid rgba(255,255,255,.15)!important;padding:34px 10px;}
  .lypro-renew .ly-strength-item:last-child{border-bottom:none!important;}
  .lypro-renew .ly-platform-visual{padding:34px;min-height:300px;}
  .lypro-renew .ly-platform-copy{padding:36px 26px;}
  .lypro-renew .ly-platform-visual:before{left:26px;font-size:68px;}
  .lypro-renew .ly-company-row{grid-template-columns:1fr;gap:6px;}
  .lypro-renew .ly-contact{padding-bottom:20px;}
  .lypro-renew .ly-contact-box{padding:52px 28px;display:block;border-radius:22px;}
  .lypro-renew .ly-contact-box .ly-btn{margin-top:30px;width:100%;}
  .lypro-renew .ly-footer-top,.lypro-renew .ly-footer-bottom{display:block;}
  .lypro-renew .ly-footer-nav{margin-top:30px;gap:18px 24px;}
  .lypro-renew .ly-footer-bottom span{display:block;margin-top:7px;}
  .lypro-renew .ly-floating{right:14px;bottom:14px;padding:13px 16px;}
}
/* ===== v1.1 Lightning old front-page cleanup ===== */
body.lypro-renew-page .lightning_swiper,
body.lypro-renew-page .lightning_swiper-container,
body.lypro-renew-page .lightning-swiper,
body.lypro-renew-page .ltg-slide,
body.lypro-renew-page .ltg-slider,
body.lypro-renew-page .slide-main,
body.lypro-renew-page .carousel.slide{
  display:none!important;
}

/* =========================================================
   v1.2 Motion polish — subtle corporate motion
   ========================================================= */

/* Header: transparent at the top, glass panel after scrolling */
.lypro-renew .ly-header{
  transition:background-color .35s ease, box-shadow .35s ease, backdrop-filter .35s ease;
}
.lypro-renew .ly-header.is-scrolled{
  background:rgba(7,21,42,.88);
  -webkit-backdrop-filter:blur(14px);
  backdrop-filter:blur(14px);
  box-shadow:0 8px 35px rgba(0,0,0,.12);
}

/* Hero ambient motion */
.lypro-renew .ly-hero{overflow:hidden;isolation:isolate;}
.lypro-renew .ly-hero:before,
.lypro-renew .ly-hero:after{
  pointer-events:none;
  z-index:0;
}
.lypro-renew .ly-hero:before{
  animation:lyHeroDrift 13s ease-in-out infinite alternate;
  transform-origin:65% 35%;
}
.lypro-renew .ly-hero:after{
  animation:lyHeroGlow 9s ease-in-out infinite alternate;
}
.lypro-renew .ly-hero .ly-inner,
.lypro-renew .ly-scroll{position:relative;z-index:2;}
.lypro-renew .ly-hero-content{
  transform:translate3d(0,var(--ly-hero-shift,0px),0);
  transition:transform .12s linear;
  will-change:transform;
}
.lypro-renew .ly-hero h1 span{
  background-size:200% auto;
  animation:lyHeadlineShine 7s ease-in-out infinite;
}
.lypro-renew .ly-scroll:before{
  content:"";
  display:block;
  width:1px;
  height:42px;
  margin:0 auto 10px;
  background:rgba(255,255,255,.7);
  transform-origin:top;
  animation:lyScrollLine 1.8s ease-in-out infinite;
}

/* Scroll reveal. JS adds .ly-motion-ready so content remains visible if JS fails. */
.lypro-renew.ly-motion-ready .ly-reveal{
  opacity:0;
  transform:translate3d(0,34px,0);
  transition:
    opacity .78s cubic-bezier(.22,.61,.36,1) var(--ly-delay,0ms),
    transform .78s cubic-bezier(.22,.61,.36,1) var(--ly-delay,0ms);
  will-change:opacity,transform;
}
.lypro-renew.ly-motion-ready .ly-reveal.is-visible{
  opacity:1;
  transform:translate3d(0,0,0);
}
.lypro-renew.ly-motion-ready .ly-platform-box.ly-reveal{
  transform:translate3d(0,38px,0) scale(.985);
}
.lypro-renew.ly-motion-ready .ly-platform-box.ly-reveal.is-visible{
  transform:translate3d(0,0,0) scale(1);
}

/* Interactive cards */
.lypro-renew .ly-service-card{
  transition:transform .38s cubic-bezier(.22,.61,.36,1), box-shadow .38s ease, border-color .38s ease;
}
.lypro-renew .ly-service-card:hover{
  transform:translateY(-10px);
  box-shadow:0 24px 55px rgba(7,21,42,.12);
  border-color:rgba(32,87,255,.28);
}
.lypro-renew .ly-service-card .ly-service-no{
  transition:letter-spacing .3s ease,color .3s ease;
}
.lypro-renew .ly-service-card:hover .ly-service-no{
  letter-spacing:.18em;
  color:var(--blue);
}
.lypro-renew .ly-strength-item{
  transition:background-color .32s ease, transform .32s ease;
}
.lypro-renew .ly-strength-item:hover{
  background:rgba(255,255,255,.045);
  transform:translateY(-5px);
}
.lypro-renew .ly-strength-item strong{
  transition:transform .32s ease,text-shadow .32s ease;
}
.lypro-renew .ly-strength-item:hover strong{
  transform:translateY(-3px);
  text-shadow:0 0 28px rgba(87,212,255,.28);
}

/* Platform image slowly breathes */
.lypro-renew .ly-platform-visual{
  background-size:auto 108%;
  transition:background-size 1.2s cubic-bezier(.22,.61,.36,1);
}
.lypro-renew .ly-platform-box:hover .ly-platform-visual{background-size:auto 114%;}

/* Buttons: arrow-like movement without changing the markup */
.lypro-renew .ly-btn{
  position:relative;
  overflow:hidden;
  transition:transform .28s ease, box-shadow .28s ease, background-color .28s ease, color .28s ease;
}
.lypro-renew .ly-btn:hover{transform:translateY(-3px);}
.lypro-renew .ly-btn-primary:hover{box-shadow:0 14px 30px rgba(32,87,255,.24);}
.lypro-renew .ly-btn:before{
  content:"";
  position:absolute;
  top:-50%;
  left:-80%;
  width:38%;
  height:200%;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.22),transparent);
  transform:skewX(-18deg);
  transition:left .58s ease;
}
.lypro-renew .ly-btn:hover:before{left:140%;}

/* Contact ambient orb */
.lypro-renew .ly-contact-box:after{animation:lyContactOrb 8s ease-in-out infinite alternate;}

/* Floating CTA gently calls attention, not continuously */
.lypro-renew .ly-floating{
  animation:lyFloatNudge 7s ease-in-out 2s infinite;
}

@keyframes lyHeroDrift{
  0%{transform:translate3d(-1.5%,-1%,0) scale(1.02)}
  100%{transform:translate3d(2.5%,2%,0) scale(1.08)}
}
@keyframes lyHeroGlow{
  0%{opacity:.65;transform:translate3d(-2%,0,0) scale(.98)}
  100%{opacity:1;transform:translate3d(3%,-2%,0) scale(1.06)}
}
@keyframes lyHeadlineShine{
  0%,65%,100%{background-position:0% center}
  82%{background-position:100% center}
}
@keyframes lyScrollLine{
  0%{transform:scaleY(.05);opacity:0}
  35%{transform:scaleY(1);opacity:1}
  75%{transform:scaleY(1);opacity:.5}
  100%{transform:scaleY(.15);opacity:0;transform-origin:bottom}
}
@keyframes lyContactOrb{
  from{transform:translate3d(0,0,0) scale(1)}
  to{transform:translate3d(-35px,28px,0) scale(1.10)}
}
@keyframes lyFloatNudge{
  0%,82%,100%{transform:translateY(0)}
  88%{transform:translateY(-5px)}
  94%{transform:translateY(0)}
}

/* Users who request reduced motion get a fully static experience. */
@media (prefers-reduced-motion:reduce){
  .lypro-renew *,
  .lypro-renew *:before,
  .lypro-renew *:after{
    animation:none!important;
    transition-duration:.01ms!important;
    scroll-behavior:auto!important;
  }
  .lypro-renew.ly-motion-ready .ly-reveal{
    opacity:1!important;
    transform:none!important;
  }
  .lypro-renew .ly-hero-content{transform:none!important;}
}

@media(max-width:700px){
  .lypro-renew .ly-service-card:hover,
  .lypro-renew .ly-strength-item:hover,
  .lypro-renew .ly-btn:hover{transform:none;}
  .lypro-renew .ly-platform-visual,
  .lypro-renew .ly-platform-box:hover .ly-platform-visual{background-size:cover;}
}


/* =========================================================
   v1.3 Visible motion — intentionally easier to notice
   ========================================================= */

/* Hero entrance: each element arrives with a slight stagger */
@media (prefers-reduced-motion:no-preference){
  .lypro-renew .ly-hero-label{animation:lyV13Rise .75s .08s both cubic-bezier(.2,.8,.2,1);}
  .lypro-renew .ly-hero h1{animation:lyV13Rise .95s .18s both cubic-bezier(.2,.8,.2,1);}
  .lypro-renew .ly-hero-copy{animation:lyV13Rise .85s .34s both cubic-bezier(.2,.8,.2,1);}
  .lypro-renew .ly-hero-actions{animation:lyV13Rise .8s .48s both cubic-bezier(.2,.8,.2,1);}
  @keyframes lyV13Rise{
    from{opacity:0;transform:translate3d(0,46px,0);filter:blur(7px)}
    to{opacity:1;transform:translate3d(0,0,0);filter:blur(0)}
  }
}

/* More noticeable animated glow behind the hero */
.lypro-renew .ly-hero:before{
  background:
    radial-gradient(circle at 78% 24%,rgba(87,212,255,.34),transparent 23%),
    radial-gradient(circle at 64% 74%,rgba(32,87,255,.23),transparent 28%),
    linear-gradient(115deg,transparent 54%,rgba(32,87,255,.22));
}
@media (prefers-reduced-motion:no-preference){
  .lypro-renew .ly-hero:before{animation:lyV13GlowMove 8s ease-in-out infinite alternate;}
  @keyframes lyV13GlowMove{
    0%{transform:translate3d(-2%,0,0) scale(1);opacity:.72}
    100%{transform:translate3d(3%,-2%,0) scale(1.08);opacity:1}
  }
}

/* Moving brand strip */
.lypro-renew .ly-marquee{
  position:relative;
  z-index:5;
  overflow:hidden;
  border-top:1px solid rgba(255,255,255,.11);
  border-bottom:1px solid rgba(255,255,255,.11);
  background:#07152a;
  color:#fff;
  white-space:nowrap;
}
.lypro-renew .ly-marquee-track{
  width:max-content;
  display:flex;
  align-items:center;
  gap:34px;
  padding:18px 0;
  font-size:13px;
  font-weight:900;
  letter-spacing:.22em;
}
.lypro-renew .ly-marquee-track i{font-style:normal;color:#57d4ff;font-size:11px;}
@media (prefers-reduced-motion:no-preference){
  .lypro-renew .ly-marquee-track{animation:lyV13Marquee 24s linear infinite;}
  @keyframes lyV13Marquee{to{transform:translateX(-50%);}}
}

/* Section reveal is bigger and easier to see */
.lypro-renew.ly-motion-ready .ly-reveal{
  opacity:0;
  transform:translate3d(0,58px,0);
  transition:
    opacity .9s cubic-bezier(.16,1,.3,1) var(--ly-delay,0ms),
    transform .9s cubic-bezier(.16,1,.3,1) var(--ly-delay,0ms);
}
.lypro-renew.ly-motion-ready .ly-reveal.is-visible{opacity:1;transform:translate3d(0,0,0);}

/* Heading accent line draws itself when visible */
.lypro-renew .ly-title,
.lypro-renew .ly-intro-main{position:relative;}
.lypro-renew .ly-title:after,
.lypro-renew .ly-intro-main:after{
  content:"";
  display:block;
  width:72px;
  height:3px;
  margin-top:24px;
  border-radius:999px;
  background:linear-gradient(90deg,#2057ff,#57d4ff);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .8s .18s cubic-bezier(.16,1,.3,1);
}
.lypro-renew .ly-title.is-visible:after,
.lypro-renew .ly-intro-main.is-visible:after{transform:scaleX(1);}
.lypro-renew .ly-strength .ly-title:after{background:linear-gradient(90deg,#57d4ff,#fff);}

/* Cards feel alive even before hover */
@media (prefers-reduced-motion:no-preference){
  .lypro-renew .ly-service-card.is-visible:nth-child(1){animation:lyV13CardFloat 5.6s .4s ease-in-out infinite;}
  .lypro-renew .ly-service-card.is-visible:nth-child(2){animation:lyV13CardFloat 6.2s 1.1s ease-in-out infinite;}
  .lypro-renew .ly-service-card.is-visible:nth-child(3){animation:lyV13CardFloat 5.9s 1.7s ease-in-out infinite;}
  @keyframes lyV13CardFloat{0%,100%{translate:0 0}50%{translate:0 -5px}}
}
.lypro-renew .ly-service-card:hover .ly-service-icon{transform:rotate(8deg) scale(1.08);}
.lypro-renew .ly-service-icon{transition:transform .35s cubic-bezier(.16,1,.3,1);}

/* CTA gets an obvious but tasteful moving light */
.lypro-renew .ly-contact-box{position:relative;overflow:hidden;}
.lypro-renew .ly-contact-box:before{
  content:"";
  position:absolute;
  width:360px;height:360px;
  border-radius:50%;
  right:-130px;top:-170px;
  background:radial-gradient(circle,rgba(87,212,255,.28),rgba(32,87,255,.08) 45%,transparent 70%);
  pointer-events:none;
}
@media (prefers-reduced-motion:no-preference){
  .lypro-renew .ly-contact-box:before{animation:lyV13Orb 6s ease-in-out infinite alternate;}
  @keyframes lyV13Orb{to{transform:translate3d(-80px,70px,0) scale(1.15)}}
}

/* Nav underline movement */
.lypro-renew .ly-nav a:not(.ly-nav-cta){position:relative;}
.lypro-renew .ly-nav a:not(.ly-nav-cta):after{
  content:"";position:absolute;left:0;right:0;bottom:-7px;height:1px;background:#57d4ff;
  transform:scaleX(0);transform-origin:right;transition:transform .25s ease;
}
.lypro-renew .ly-nav a:not(.ly-nav-cta):hover:after{transform:scaleX(1);transform-origin:left;}

@media(max-width:700px){
  .lypro-renew .ly-marquee-track{gap:22px;padding:14px 0;font-size:11px;}
  .lypro-renew.ly-motion-ready .ly-reveal{transform:translate3d(0,36px,0);}
  .lypro-renew .ly-title:after,.lypro-renew .ly-intro-main:after{margin-top:18px;width:54px;}
}

@media (prefers-reduced-motion:reduce){
  /* v1.5: marquee is moved by JS even in reduced-motion mode */
  .lypro-renew .ly-title:after,.lypro-renew .ly-intro-main:after{transform:scaleX(1)!important;}
}


/* v1.5 motion support - unique filename avoids stale cache */
.lypro-renew .ly-marquee-track{animation:none!important;transform:translate3d(0,0,0)}
.lypro-renew .ly-hero:before{transition:none!important}

/* =========================================================
   v1.6 — unified destination pages + rebuilt mobile menu
   ========================================================= */
html.ly-no-scroll,body.ly-no-scroll{overflow:hidden!important;}
.lypro-renew{min-height:100vh;}
.lypro-renew .ly-header{position:absolute;z-index:150;}
.lypro-renew .ly-header.ly-v17-scrolled{position:fixed;background:rgba(7,21,42,.92)!important;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:0 10px 38px rgba(0,0,0,.16);}
.lypro-renew .ly-nav .is-active:not(.ly-nav-cta):after{width:100%;}
.lypro-renew .ly-nav .is-active.ly-nav-cta{background:#fff;color:var(--navy);border-color:#fff;}
.lypro-renew .ly-center-action{text-align:center;margin:44px 0 0;}

/* New mobile menu button overrides the old checkbox-based rules. */
.lypro-renew .ly-menu-btn{appearance:none;background:transparent;padding:0;border:1px solid rgba(255,255,255,.35);position:relative;z-index:205;}
.lypro-renew .ly-menu-btn:before,.lypro-renew .ly-menu-btn:after{display:none!important;}
.lypro-renew .ly-menu-btn span{position:absolute;left:13px;width:18px;height:1px;background:#fff;transition:transform .35s cubic-bezier(.16,1,.3,1),opacity .2s ease,top .35s cubic-bezier(.16,1,.3,1);}
.lypro-renew .ly-menu-btn span:nth-child(1){top:16px}.lypro-renew .ly-menu-btn span:nth-child(2){top:22px}.lypro-renew .ly-menu-btn span:nth-child(3){top:28px}
.lypro-renew.ly-menu-open .ly-menu-btn span:nth-child(1){top:22px;transform:rotate(45deg)}
.lypro-renew.ly-menu-open .ly-menu-btn span:nth-child(2){opacity:0}
.lypro-renew.ly-menu-open .ly-menu-btn span:nth-child(3){top:22px;transform:rotate(-45deg)}
.lypro-renew .ly-mobile-menu{display:none;}

/* Page transition */
.lypro-renew .ly-page-transition{position:fixed;z-index:9999;inset:0;background:#07152a;display:flex;align-items:center;justify-content:center;opacity:1;pointer-events:none;transform:translate3d(0,-105%,0);transition:transform .9s cubic-bezier(.76,0,.24,1),opacity .55s ease;}
.lypro-renew .ly-page-transition span{font-size:clamp(34px,8vw,110px);font-weight:900;letter-spacing:.14em;color:#fff;}
.lypro-renew .ly-page-transition.is-ready{transform:translate3d(0,-105%,0);}
.lypro-renew .ly-page-transition.is-leaving{transform:translate3d(0,0,0);pointer-events:all;}

/* Reveal */
.lypro-renew .ly-v17-reveal{opacity:0;transform:translate3d(0,42px,0);transition:opacity 1.05s cubic-bezier(.16,1,.3,1) var(--ly-reveal-delay,0ms),transform 1.05s cubic-bezier(.16,1,.3,1) var(--ly-reveal-delay,0ms);}
.lypro-renew .ly-v17-reveal.is-visible{opacity:1;transform:translate3d(0,0,0);}

/* Unified subpage hero */
.lypro-renew .ly-subhero{position:relative;min-height:580px;padding:175px 0 92px;color:#fff;background:radial-gradient(circle at 78% 20%,rgba(87,212,255,.22),transparent 24%),linear-gradient(130deg,#061327 0%,#0a2b65 58%,#2057ff 130%);overflow:hidden;}
.lypro-renew .ly-subhero:after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(255,255,255,.12);border-radius:50%;right:-100px;top:80px;box-shadow:0 0 0 70px rgba(255,255,255,.025),0 0 0 140px rgba(255,255,255,.018);}
.lypro-renew .ly-subhero .ly-inner{position:relative;z-index:3;}
.lypro-renew .ly-subhero-kicker{margin:0 0 24px;color:#8ce7ff;font-size:11px;font-weight:900;letter-spacing:.28em;}
.lypro-renew .ly-subhero h1{max-width:940px;margin:0;font-size:clamp(52px,8vw,108px);line-height:.98;letter-spacing:-.055em;font-weight:900;}
.lypro-renew .ly-subhero h1 span{color:#82e1ff;}
.lypro-renew .ly-subhero p{max-width:660px;margin:34px 0 0;color:rgba(255,255,255,.72);font-size:15px;line-height:2;}
.lypro-renew .ly-subhero>b{position:absolute;right:-2vw;bottom:-.16em;color:rgba(255,255,255,.045);font-size:clamp(100px,19vw,280px);font-weight:900;line-height:.8;letter-spacing:-.08em;white-space:nowrap;}
.lypro-renew .ly-sub-section{background:#fff;}
.lypro-renew .ly-sub-title{font-size:clamp(38px,5vw,66px);}

/* Service detail */
.lypro-renew .ly-detail-list{margin-top:70px;border-top:1px solid var(--line);}
.lypro-renew .ly-detail-card{display:grid;grid-template-columns:150px 1fr;gap:34px;padding:58px 0;border-bottom:1px solid var(--line);}
.lypro-renew .ly-detail-no{font-size:62px;font-weight:900;line-height:1;color:#dce6f5;}
.lypro-renew .ly-detail-card small{color:var(--blue);font-size:10px;font-weight:900;letter-spacing:.18em;}
.lypro-renew .ly-detail-card h3{margin:10px 0 18px;font-size:clamp(28px,4vw,48px);letter-spacing:-.035em;}
.lypro-renew .ly-detail-card p{max-width:780px;margin:0;color:var(--muted);line-height:2.15;}
.lypro-renew .ly-detail-card a{display:inline-block;margin-top:22px;color:var(--blue);font-weight:800;font-size:13px;}

/* Generic split intro and platform cards */
.lypro-renew .ly-split-intro{display:grid;grid-template-columns:1fr .8fr;gap:80px;align-items:end;}
.lypro-renew .ly-split-intro>p{margin:0;color:var(--muted);line-height:2.1;}
.lypro-renew .ly-media-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:70px;}
.lypro-renew .ly-media-grid article{min-height:310px;padding:34px;border:1px solid var(--line);border-radius:22px;background:#f7f9fc;transition:.3s ease;}
.lypro-renew .ly-media-grid article:hover{transform:translateY(-7px);box-shadow:0 20px 50px rgba(7,21,42,.08);}
.lypro-renew .ly-media-grid span{display:block;color:var(--blue);font-weight:900;font-size:13px;}
.lypro-renew .ly-media-grid h3{margin:58px 0 16px;font-size:27px;}
.lypro-renew .ly-media-grid p{margin:0;color:var(--muted);font-size:14px;line-height:2;}

/* Company */
.lypro-renew .ly-message{max-width:850px;}
.lypro-renew .ly-message h2{margin:0 0 30px;font-size:clamp(38px,5vw,68px);letter-spacing:-.04em;}
.lypro-renew .ly-message p{font-size:17px;color:var(--muted);line-height:2.25;}
.lypro-renew .ly-message strong{display:block;margin-top:28px;font-size:14px;letter-spacing:.08em;}
.lypro-renew .ly-company-page{background:#f3f7fb;}
.lypro-renew .ly-profile-table,.lypro-renew .ly-job-table{margin:55px 0 0;border-top:1px solid #cfd9e6;}
.lypro-renew .ly-profile-table>div,.lypro-renew .ly-job-table>div{display:grid;grid-template-columns:220px 1fr;gap:30px;padding:27px 0;border-bottom:1px solid #cfd9e6;}
.lypro-renew .ly-profile-table dt,.lypro-renew .ly-job-table dt{font-size:12px;font-weight:900;letter-spacing:.08em;color:var(--blue);}
.lypro-renew .ly-profile-table dd,.lypro-renew .ly-job-table dd{margin:0;line-height:1.9;}

/* Recruit */
.lypro-renew .ly-subhero-recruit{background:radial-gradient(circle at 76% 18%,rgba(127,236,255,.23),transparent 25%),linear-gradient(130deg,#081629,#123a85 62%,#2057ff 130%);}
.lypro-renew .ly-recruit-entry{display:flex;align-items:center;justify-content:space-between;gap:30px;margin-top:42px;padding:32px 36px;background:#f3f7fb;border-radius:20px;}
.lypro-renew .ly-recruit-entry p{margin:0;font-weight:700;}

/* Contact */
.lypro-renew .ly-contact-page{background:#f3f7fb;}
.lypro-renew .ly-contact-intro{max-width:760px;margin-bottom:55px;}
.lypro-renew .ly-contact-intro>p:last-child{color:var(--muted);}
.lypro-renew .ly-form-shell{max-width:900px;padding:54px 58px;border-radius:26px;background:#fff;box-shadow:0 24px 70px rgba(7,21,42,.07);}
.lypro-renew .ly-form-shell>p:first-child{margin-top:0;color:var(--muted);}
.lypro-renew .ly-form-shell input[type=text],.lypro-renew .ly-form-shell input[type=email],.lypro-renew .ly-form-shell input[type=tel],.lypro-renew .ly-form-shell input[type=url],.lypro-renew .ly-form-shell select,.lypro-renew .ly-form-shell textarea{display:block;width:100%;max-width:none;padding:15px 17px;border:1px solid #d8e1eb;border-radius:10px;background:#f9fbfd;font:inherit;outline:none;transition:border-color .2s,box-shadow .2s;}
.lypro-renew .ly-form-shell textarea{min-height:180px;resize:vertical;}
.lypro-renew .ly-form-shell input:focus,.lypro-renew .ly-form-shell select:focus,.lypro-renew .ly-form-shell textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(32,87,255,.09);}
.lypro-renew .ly-form-shell input[type=submit],.lypro-renew .ly-form-shell button[type=submit]{appearance:none;border:0;border-radius:999px;background:var(--blue);color:#fff;padding:17px 34px;font-weight:800;cursor:pointer;min-width:190px;}
.lypro-renew .ly-form-shell table{width:100%!important;border-collapse:collapse!important;}
.lypro-renew .ly-form-shell th,.lypro-renew .ly-form-shell td{display:block!important;width:100%!important;border:0!important;padding:8px 0!important;text-align:left!important;background:transparent!important;}
.lypro-renew .ly-form-shell th{padding-top:24px!important;font-size:13px!important;}

/* CTA shared */
.lypro-renew .ly-sub-cta{padding:80px 0;background:linear-gradient(125deg,#2057ff,#07152a);color:#fff;}
.lypro-renew .ly-sub-cta .ly-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:60px;}
.lypro-renew .ly-sub-cta p{margin:0 0 10px;color:#87e7ff;font-size:10px;font-weight:900;letter-spacing:.22em;}
.lypro-renew .ly-sub-cta h2{margin:0;font-size:clamp(34px,5vw,62px);line-height:1.25;letter-spacing:-.04em;}

/* Subpage outer template should have no theme whitespace. */
body.lypro-renew-subpage{margin:0!important;background:#fff;}
body.lypro-renew-subpage #wpadminbar{z-index:10000;}

@media(max-width:980px){
  .lypro-renew .ly-split-intro{grid-template-columns:1fr;gap:28px;}
  .lypro-renew .ly-media-grid{grid-template-columns:1fr;}
}

@media(max-width:700px){
  .lypro-renew .ly-nav-desktop{display:none!important;}
  .lypro-renew .ly-menu-btn{display:block!important;width:48px;height:48px;}
  .lypro-renew .ly-mobile-menu{display:block;position:fixed;z-index:190;inset:0;background:linear-gradient(150deg,#07152a 0%,#09285c 70%,#2057ff 145%);color:#fff;opacity:0;visibility:hidden;transform:translate3d(100%,0,0);transition:transform .72s cubic-bezier(.16,1,.3,1),opacity .45s ease,visibility .72s;}
  .lypro-renew.ly-menu-open .ly-mobile-menu{opacity:1;visibility:visible;transform:translate3d(0,0,0);}
  .lypro-renew .ly-mobile-menu:after{content:"LYPRO";position:absolute;right:-18px;bottom:20px;color:rgba(255,255,255,.04);font-size:32vw;font-weight:900;letter-spacing:-.08em;line-height:.8;}
  .lypro-renew .ly-mobile-menu-inner{position:relative;z-index:2;height:100%;padding:100px 28px 30px;display:flex;flex-direction:column;}
  .lypro-renew .ly-mobile-menu-label{margin:0 0 14px;color:#85e8ff;font-size:10px;font-weight:900;letter-spacing:.25em;}
  .lypro-renew .ly-mobile-menu nav{display:flex;flex-direction:column;border-top:1px solid rgba(255,255,255,.14);}
  .lypro-renew .ly-mobile-menu nav a{display:flex;align-items:center;gap:18px;padding:15px 2px;border-bottom:1px solid rgba(255,255,255,.14);font-size:clamp(23px,7.2vw,32px);font-weight:800;letter-spacing:-.02em;color:#fff;}
  .lypro-renew .ly-mobile-menu nav a span{width:24px;color:#6bdfff;font-size:9px;letter-spacing:.1em;}
  .lypro-renew .ly-mobile-menu nav a.is-active{color:#79e4ff;}
  .lypro-renew .ly-mobile-menu-foot{margin-top:auto;position:relative;z-index:2;}
  .lypro-renew .ly-mobile-menu-foot small{font-size:10px;opacity:.58;}
  .lypro-renew .ly-mobile-menu-foot p{margin:4px 0 0;font-size:11px;letter-spacing:.12em;opacity:.75;}

  .lypro-renew .ly-subhero{min-height:500px;padding:145px 0 70px;}
  .lypro-renew .ly-subhero h1{font-size:clamp(45px,14vw,68px);}
  .lypro-renew .ly-subhero p{margin-top:25px;font-size:13px;}
  .lypro-renew .ly-detail-card{grid-template-columns:1fr;gap:12px;padding:38px 0;}
  .lypro-renew .ly-detail-no{font-size:42px;}
  .lypro-renew .ly-detail-card h3{margin-top:7px;}
  .lypro-renew .ly-media-grid{margin-top:42px;}
  .lypro-renew .ly-media-grid article{min-height:250px;padding:28px;}
  .lypro-renew .ly-media-grid h3{margin-top:38px;}
  .lypro-renew .ly-profile-table>div,.lypro-renew .ly-job-table>div{grid-template-columns:1fr;gap:6px;padding:22px 0;}
  .lypro-renew .ly-recruit-entry{display:block;padding:26px;}
  .lypro-renew .ly-recruit-entry .ly-btn{margin-top:22px;width:100%;}
  .lypro-renew .ly-form-shell{padding:28px 20px;border-radius:18px;}
  .lypro-renew .ly-sub-cta{padding:58px 0;}
  .lypro-renew .ly-sub-cta .ly-inner{display:block;}
  .lypro-renew .ly-sub-cta .ly-btn{margin-top:28px;width:100%;}
  .lypro-renew .ly-page-transition span{font-size:15vw;}
  .lypro-renew .ly-center-action .ly-btn{width:100%;}
}


/* v1.7 - slower, calmer subpage hero motion */
.lypro-renew .ly-subhero:after{animation:lyV17SubOrb 18s ease-in-out infinite alternate;}
.lypro-renew .ly-subhero>b{animation:lyV17SubWord 20s ease-in-out infinite alternate;}
@keyframes lyV17SubOrb{from{transform:translate3d(0,0,0) scale(1)}to{transform:translate3d(-34px,28px,0) scale(1.07)}}
@keyframes lyV17SubWord{from{transform:translate3d(0,0,0)}to{transform:translate3d(-36px,-10px,0)}}


/* v1.8 PLATFORMS headline adjustment */
.lypro-renew .ly-platform-target{
  display:inline-block;
  white-space:nowrap;
  font-size:.72em;
  line-height:1.08;
}
.lypro-renew .ly-platform-visual h3 .ly-platform-target{
  font-size:.78em;
}
@media (max-width: 767px){
  .lypro-renew .ly-subhero h1 .ly-platform-target{font-size:.68em;}
  .lypro-renew .ly-platform-visual h3 .ly-platform-target{font-size:.74em;}
}

/* ===== v2.1 visual / proof / SEO upgrade ===== */
.ly-story{background:#f4f8ff;overflow:hidden}
.ly-story-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:clamp(40px,7vw,110px);align-items:center}
.ly-story-photo{position:relative;margin:0;min-height:560px;overflow:hidden;border-radius:2px;background:#061a3d;box-shadow:0 30px 80px rgba(5,27,68,.14)}
.ly-story-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(0,26,72,.72))}
.ly-story-photo img{width:100%;height:100%;min-height:560px;object-fit:cover;display:block;transition:transform 1.8s cubic-bezier(.2,.7,.2,1)}
.ly-story-photo.is-visible img{transform:scale(1.035)}
.ly-story-photo span{position:absolute;left:28px;bottom:24px;z-index:2;color:#fff;font-weight:800;font-size:12px;letter-spacing:.24em}
.ly-story-copy .ly-title{margin-bottom:26px}
.ly-text-link{display:inline-flex;align-items:center;gap:20px;margin-top:34px;color:#06224f;text-decoration:none;font-weight:800;letter-spacing:.03em}
.ly-text-link span{display:grid;place-items:center;width:44px;height:44px;border:1px solid rgba(6,34,79,.22);border-radius:50%;transition:.35s}
.ly-text-link:hover span{transform:translateX(5px);background:#0a54d8;color:#fff;border-color:#0a54d8}

.ly-facts{position:relative;padding:clamp(80px,9vw,140px) 0;background:#071b42;color:#fff;overflow:hidden}
.ly-facts:before{content:"LYPRO";position:absolute;right:-.03em;top:-.15em;font-size:clamp(150px,28vw,440px);line-height:1;font-weight:900;letter-spacing:-.08em;color:rgba(255,255,255,.025);pointer-events:none}
.ly-facts-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:54px;position:relative;z-index:1}
.ly-facts-head .ly-kicker{color:#82dcff}
.ly-facts-head h2{margin:0;font-size:clamp(36px,5vw,70px);line-height:1.12;letter-spacing:-.045em}
.ly-facts-grid{display:grid;grid-template-columns:repeat(3,1fr);position:relative;z-index:1;border-top:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18)}
.ly-facts-grid article{min-height:330px;padding:42px clamp(22px,3vw,42px);border-right:1px solid rgba(255,255,255,.18);display:flex;flex-direction:column;justify-content:space-between}
.ly-facts-grid article:last-child{border-right:0}
.ly-facts-grid small{font-size:10px;font-weight:800;letter-spacing:.2em;color:#82dcff}
.ly-facts-grid strong{display:block;font-size:clamp(92px,11vw,160px);line-height:.78;letter-spacing:-.075em;font-weight:900;color:#fff}
.ly-facts-grid .is-word strong{font-size:clamp(54px,6.8vw,100px);line-height:.82;letter-spacing:-.06em}
.ly-facts-grid p{margin:28px 0 0;color:rgba(255,255,255,.72);line-height:1.9;font-size:13px}
.ly-facts-grid p b{display:block;color:#fff;font-size:15px}
.ly-facts-note{margin:18px 0 0;font-size:10px;color:rgba(255,255,255,.44);position:relative;z-index:1}

.ly-company-visual{margin:44px 0 0;overflow:hidden;aspect-ratio:16/9;background:#071b42}
.ly-company-visual img{width:100%;height:100%;object-fit:cover;display:block;opacity:.76;transition:transform 1.2s ease,opacity .6s ease}
.ly-company-visual:hover img{transform:scale(1.035);opacity:.9}
.ly-subpage-photo,.ly-recruit-visual{margin:50px 0 0;position:relative;overflow:hidden;background:#071b42;aspect-ratio:16/7}
.ly-subpage-photo img,.ly-recruit-visual img{width:100%;height:100%;display:block;object-fit:cover;transition:transform 1.5s cubic-bezier(.2,.7,.2,1)}
.ly-subpage-photo:hover img,.ly-recruit-visual:hover img{transform:scale(1.025)}
.ly-recruit-visual{margin-bottom:60px}
.ly-recruit-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,19,51,.55),transparent 65%)}
.ly-recruit-visual figcaption{position:absolute;left:30px;bottom:24px;z-index:2;color:#fff;font-size:12px;letter-spacing:.22em;font-weight:900}

@media (max-width: 780px){
  .ly-story-grid{grid-template-columns:1fr;gap:38px}.ly-story-photo,.ly-story-photo img{min-height:390px}.ly-story-photo{order:2}.ly-story-copy{order:1}
  .ly-facts-head{display:block}.ly-facts-head h2{margin-top:16px}.ly-facts-grid{grid-template-columns:1fr}.ly-facts-grid article{min-height:240px;border-right:0;border-bottom:1px solid rgba(255,255,255,.18);padding:32px 6px}.ly-facts-grid article:last-child{border-bottom:0}.ly-facts-grid strong{font-size:98px}.ly-facts-grid .is-word strong{font-size:66px}
  .ly-company-visual{margin-top:28px}.ly-subpage-photo,.ly-recruit-visual{aspect-ratio:4/3;margin-top:34px}.ly-recruit-visual{margin-bottom:42px}
}
