/* =========================================================
   iBlogger V4 — unified frontend redesign layer
   Keeps backend/API hooks intact while replacing presentation.
   ========================================================= */

:root{
  --v4-bg:#f4f5fb;
  --v4-surface:#ffffff;
  --v4-ink:#13162f;
  --v4-muted:#6f7694;
  --v4-line:rgba(38,44,92,.10);
  --v4-navy:#080b22;
  --v4-navy-2:#111640;
  --v4-blue:#696cff;
  --v4-blue-2:#8798ff;
  --v4-pink:#e790e7;
  --v4-lilac:#c6b1ff;
  --v4-radius-xl:40px;
  --v4-radius-lg:28px;
  --v4-radius-md:20px;
  --v4-shadow:0 24px 70px rgba(39,46,108,.11);
  --v4-shadow-soft:0 14px 38px rgba(39,46,108,.08);
}

html{scroll-behavior:smooth}
body.v4-page{background:var(--v4-bg);color:var(--v4-ink);overflow-x:hidden}
body.v4-page main{overflow:hidden}
body.v4-page .container{width:min(1180px,calc(100% - 48px));margin-inline:auto}

/* ---------- shared header ---------- */
body.v4-page .site-header{
  position:fixed!important;
  top:16px!important;
  left:0!important;
  right:0!important;
  z-index:100!important;
  width:100%!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
  transition:transform .3s ease,opacity .3s ease!important;
}
body.v4-page .site-header .header-inner{
  min-height:62px!important;
  padding:8px 16px!important;
  border-radius:999px!important;
  background:rgba(7,9,26,.88)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 18px 44px rgba(4,7,25,.24)!important;
  backdrop-filter:blur(18px) saturate(135%)!important;
  -webkit-backdrop-filter:blur(18px) saturate(135%)!important;
}
body.v4-page.home-page .site-header:not(.is-scrolled) .header-inner{
  background:rgba(7,9,26,.78)!important;
}
body.v4-page .brand{color:#fff!important}
body.v4-page .desktop-nav{gap:3px!important}
body.v4-page .desktop-nav .nav-link,
body.v4-page .desktop-nav .nav-dropdown-trigger{
  min-height:40px!important;
  padding:8px 10px!important;
  border-radius:12px!important;
  color:rgba(255,255,255,.72)!important;
  font-size:.77rem!important;
  font-weight:750!important;
  transition:.2s ease!important;
}
body.v4-page .desktop-nav .nav-link:hover,
body.v4-page .desktop-nav .nav-link.is-active,
body.v4-page .desktop-nav .nav-dropdown-trigger:hover{
  color:#fff!important;
  background:rgba(255,255,255,.08)!important;
}
body.v4-page .service-account{gap:7px!important}
body.v4-page .service-account .button,
body.v4-page .site-header .button{
  min-height:40px!important;
  padding:8px 14px!important;
  border-radius:999px!important;
  font-size:.76rem!important;
  font-weight:850!important;
}
body.v4-page .site-header .button-primary{
  background:#fff!important;
  color:#0d1028!important;
  border-color:#fff!important;
}
body.v4-page .site-header .button-ghost{
  background:transparent!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.20)!important;
}
body.v4-page .site-header .icon-button{
  width:40px!important;height:40px!important;border-radius:50%!important;
  color:#fff!important;background:transparent!important;border:1px solid rgba(255,255,255,.16)!important;
}
body.v4-page .site-header .site-logo-image{max-width:128px!important;height:34px!important}
body.v4-page .site-header .logo-light{display:block!important}
body.v4-page .site-header .logo-dark{display:none!important}
body.v4-page .nav-dropdown-menu{
  border-radius:20px!important;
  background:rgba(13,16,43,.97)!important;
  border:1px solid rgba(255,255,255,.09)!important;
  box-shadow:0 22px 54px rgba(3,5,20,.35)!important;
  backdrop-filter:blur(18px)!important;
}
body.v4-page .nav-dropdown-menu a{color:#fff!important;border-radius:14px!important}
body.v4-page .nav-dropdown-menu a:hover{background:rgba(255,255,255,.07)!important}
body.v4-page .nav-dropdown-menu small{color:rgba(255,255,255,.54)!important}

/* ---------- shared buttons/text ---------- */
.v4-btn{
  min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:10px 20px;border-radius:999px;text-decoration:none;font-size:.86rem;font-weight:900;
  border:1px solid transparent;transition:transform .22s ease,box-shadow .22s ease,background .22s ease;
}
.v4-btn:hover{transform:translateY(-2px)}
.v4-btn-light{background:#fff;color:#151832;border-color:#fff;box-shadow:0 14px 34px rgba(0,0,0,.13)}
.v4-btn-glass{background:rgba(255,255,255,.08);color:#fff;border-color:rgba(255,255,255,.20);backdrop-filter:blur(12px)}
.v4-btn-dark{background:#11152f;color:#fff;border-color:#11152f;box-shadow:0 14px 30px rgba(17,21,47,.18)}
.v4-btn-primary{background:linear-gradient(135deg,#666cff,#866ff5);color:#fff!important;border:0;box-shadow:0 15px 30px rgba(95,99,239,.22)}
.v4-text-link{display:inline-flex;gap:8px;align-items:center;color:#4650bd;font-weight:900;text-decoration:none}
.v4-text-button{border:0;background:transparent;color:#4d56bd;font-weight:850;cursor:pointer;padding:7px 4px}
.v4-section-kicker{display:inline-flex;margin-bottom:12px;color:#6971d8;font-size:.72rem;font-weight:950;letter-spacing:.04em}
.v4-eyebrow{display:inline-flex;align-items:center;gap:9px;padding:8px 12px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.06);color:rgba(255,255,255,.82);font-size:.72rem;font-weight:850}
.v4-eyebrow i{width:7px;height:7px;border-radius:50%;background:#9ac8ff;box-shadow:0 0 0 5px rgba(154,200,255,.12)}

/* ---------- home hero ---------- */
body.v4-page .v4-home-hero.lm-hero{
  position:relative!important;
  min-height:760px!important;
  padding:132px 0 0!important;
  background:
    radial-gradient(circle at 8% 60%,rgba(99,84,255,.74),transparent 24%),
    radial-gradient(circle at 93% 56%,rgba(100,81,255,.72),transparent 25%),
    radial-gradient(ellipse at 50% 91%,rgba(238,160,231,.66),transparent 35%),
    linear-gradient(180deg,#080b24 0%,#0c1031 38%,#262372 64%,#9c66c2 82%,#e8c8df 100%)!important;
  overflow:hidden!important;
  isolation:isolate;
}
body.v4-page .v4-home-hero::before{
  content:"";position:absolute;inset:0;z-index:0;opacity:.32;pointer-events:none;
  background-image:radial-gradient(circle,rgba(255,255,255,.72) 1px,transparent 1.5px);
  background-size:34px 34px;mask-image:linear-gradient(180deg,transparent 2%,#000 28%,#000 70%,transparent 94%);
}
body.v4-page .v4-home-hero::after{content:none!important}
.v4-hero-aurora span{position:absolute;border-radius:50%;filter:blur(42px);mix-blend-mode:screen;opacity:.34;animation:v4Float 10s ease-in-out infinite alternate}
.v4-hero-aurora span:nth-child(1){width:240px;height:240px;left:-40px;top:310px;background:#5e75ff}
.v4-hero-aurora span:nth-child(2){width:280px;height:280px;right:-60px;top:300px;background:#695fff;animation-delay:-3s}
.v4-hero-aurora span:nth-child(3){width:440px;height:140px;left:50%;bottom:90px;transform:translateX(-50%);background:#e38fda;animation-delay:-1s}
@keyframes v4Float{to{transform:translate3d(0,-14px,0) scale(1.06);opacity:.5}}
.v4-hero-shell{position:relative;z-index:4;display:flex;justify-content:center;text-align:center}
.v4-hero-copy{width:min(720px,100%)}
.v4-hero-copy h1{margin:20px 0 18px;color:#fff;font-size:clamp(3rem,5.7vw,5.65rem);line-height:.95;letter-spacing:-.065em;font-weight:800}
.v4-hero-copy h1 em{font-family:Georgia,serif;font-weight:500;color:#ead8ff}
.v4-hero-copy>p{max-width:600px;margin:0 auto;color:rgba(255,255,255,.72);font-size:1rem;line-height:2}
.v4-hero-actions{display:flex;justify-content:center;gap:10px;margin-top:24px}
.v4-hero-chips{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:18px}
.v4-hero-chips span{padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.62);font-size:.68rem}

/* photo wheel: keep rotation, deliberately near Benefits edge */
body.v4-page .v4-home-hero .lm-modern-hero-bg{z-index:1!important;opacity:.74}
body.v4-page .v4-photo-wheel.lm-hero-marquee{
  position:absolute!important;left:0!important;right:0!important;bottom:4px!important;height:310px!important;z-index:5!important;
  overflow:hidden!important;padding:0!important;filter:drop-shadow(0 22px 40px rgba(8,10,35,.17))!important;
}
body.v4-page .v4-photo-wheel .lm-marquee-track{
  position:absolute!important;inset:0!important;display:flex!important;align-items:flex-end!important;justify-content:center!important;
  margin:0!important;padding:0 0 6px!important;perspective:900px!important;overflow:visible!important;transform:none!important;animation:none!important;
}
body.v4-page .v4-photo-wheel .lm-wheel-set{
  position:relative!important;display:flex!important;align-items:flex-end!important;justify-content:center!important;gap:28px!important;
  width:max-content!important;height:285px!important;margin:0!important;padding:0!important;transform-style:preserve-3d!important;
  rotate:y 0deg;animation:v4PhotoWheelFullTurn 50s linear infinite!important;
}
body.v4-page .v4-photo-wheel .lm-tile{
  position:relative!important;inset:auto!important;margin:0!important;transform:none!important;translate:none!important;scale:none!important;rotate:none!important;
  offset-path:none!important;animation:none!important;overflow:hidden!important;border-radius:26px!important;border:1px solid rgba(255,255,255,.20)!important;
  box-shadow:0 18px 45px rgba(5,7,28,.17)!important;backface-visibility:visible!important;
}
body.v4-page .v4-photo-wheel .lm-tile img{width:100%!important;height:100%!important;object-fit:cover!important;transform:none!important}
body.v4-page .v4-photo-wheel .lm-wheel-rose{width:120px!important;height:260px!important}
body.v4-page .v4-photo-wheel .lm-wheel-portrait{width:190px!important;height:274px!important}
body.v4-page .v4-photo-wheel .lm-wheel-water{width:230px!important;height:280px!important}
body.v4-page .v4-photo-wheel .lm-wheel-group{width:190px!important;height:276px!important}
body.v4-page .v4-photo-wheel .lm-wheel-redhead{width:120px!important;height:265px!important}

/* ---------- shared section shells ---------- */
.v4-section{padding:82px 0}
.v4-section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:34px}
.v4-section-head h2,.v4-creators-head h2,.v4-faq h2{margin:0;color:var(--v4-ink);font-size:clamp(2rem,3.4vw,3.55rem);line-height:1.06;letter-spacing:-.055em}
.v4-section-head>p{max-width:440px;margin:0;color:var(--v4-muted);font-size:.9rem;line-height:1.9}

.v4-benefit-intro{padding-top:26px;background:#f4f5fb}
.v4-split-card{display:grid;grid-template-columns:1fr .8fr;gap:52px;align-items:center;padding:28px 28px 28px 48px;border-radius:var(--v4-radius-xl);background:#fff;box-shadow:var(--v4-shadow);border:1px solid var(--v4-line)}
.v4-split-copy h2{margin:0 0 18px;font-size:clamp(2.35rem,4vw,4rem);line-height:1.05;letter-spacing:-.06em}
.v4-split-copy h2 em{font-family:Georgia,serif;color:#7566c9;font-weight:500}
.v4-split-copy p{max-width:620px;color:var(--v4-muted);line-height:2;font-size:.94rem}
.v4-split-visual{position:relative;height:420px;overflow:hidden;border-radius:30px;background:#e8e7f2}
.v4-split-visual>img{width:100%;height:100%;object-fit:cover}
.v4-floating-proof{position:absolute;right:18px;bottom:18px;left:18px;padding:16px 18px;border:1px solid rgba(255,255,255,.28);border-radius:20px;background:rgba(11,13,34,.68);color:#fff;backdrop-filter:blur(14px)}
.v4-floating-proof small,.v4-floating-proof span{display:block;color:rgba(255,255,255,.62);font-size:.68rem}.v4-floating-proof strong{display:block;margin:3px 0;font-size:1.1rem}

.v4-services{background:linear-gradient(180deg,#f4f5fb 0%,#eceef7 100%)}
.v4-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.v4-service-card{position:relative;display:block;padding:16px 16px 24px;border-radius:30px;background:#fff;border:1px solid var(--v4-line);box-shadow:var(--v4-shadow-soft);text-decoration:none;color:var(--v4-ink);overflow:hidden;transition:.28s ease}
.v4-service-card:hover{transform:translateY(-6px);box-shadow:0 28px 60px rgba(39,46,108,.14)}
.v4-service-featured{background:#11152f;color:#fff}.v4-service-featured p{color:rgba(255,255,255,.62)!important}.v4-service-featured .v4-card-link{color:#c7c6ff}
.v4-service-no{position:absolute;top:26px;right:26px;z-index:2;padding:6px 9px;border-radius:999px;background:rgba(255,255,255,.88);color:#24294a;font-size:.68rem;font-weight:900}
.v4-service-media{height:270px;border-radius:22px;overflow:hidden;margin-bottom:20px}.v4-service-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.v4-service-card:hover img{transform:scale(1.04)}
.v4-service-card h3{margin:0 8px 8px;font-size:1.25rem}.v4-service-card p{margin:0 8px 16px;color:var(--v4-muted);font-size:.82rem;line-height:1.85}.v4-card-link{margin:0 8px;color:#5861c9;font-size:.78rem;font-weight:900}

.v4-creators{background:#fff}
.v4-creators-head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:18px}.v4-creators-head p{margin:8px 0 0;color:var(--v4-muted);font-size:.85rem}
.v4-entity-switch{padding:5px;border:1px solid var(--v4-line);border-radius:999px;background:#f4f5fb}.v4-entity-switch .entity-switch-button{border:0;border-radius:999px;padding:10px 16px;background:transparent;color:#6a718e;font-weight:850}.v4-entity-switch .entity-switch-button.is-active{background:#171b3b;color:#fff;box-shadow:0 8px 20px rgba(23,27,59,.16)}
.v4-entity-status{margin:0 0 20px;color:#838aa5;font-size:.76rem}
.v4-entity-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}
body.v4-page .blogger-card{border-radius:26px!important;border:1px solid var(--v4-line)!important;background:#fff!important;box-shadow:var(--v4-shadow-soft)!important;overflow:hidden!important}
body.v4-page .blogger-card:hover{transform:translateY(-5px)!important;box-shadow:0 25px 52px rgba(39,46,108,.14)!important}

.v4-workflow{background:#10142e;color:#fff}
.v4-workflow-shell{display:grid;grid-template-columns:.8fr 1.2fr;gap:54px;align-items:start}.v4-workflow-copy h2{margin:0 0 16px;font-size:clamp(2.2rem,3.6vw,3.8rem);line-height:1.03;letter-spacing:-.055em}.v4-workflow-copy p{color:rgba(255,255,255,.62);line-height:1.9}.v4-workflow .v4-section-kicker{color:#b5b9ff}
.v4-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.v4-steps article{padding:24px;border:1px solid rgba(255,255,255,.09);border-radius:24px;background:rgba(255,255,255,.05)}.v4-steps span{color:#b9bfff;font-size:.7rem;font-weight:900}.v4-steps h3{margin:12px 0 6px;font-size:1rem}.v4-steps p{margin:0;color:rgba(255,255,255,.55);font-size:.78rem;line-height:1.8}

.v4-add-creator{background:#eef0f8}.v4-add-shell{display:grid;grid-template-columns:1.2fr .8fr;align-items:center;gap:34px;padding:36px;border-radius:40px;background:linear-gradient(135deg,#e2e6ff,#f3e7f5);border:1px solid rgba(90,96,166,.08)}
.v4-add-collage{position:relative;height:360px;padding-inline:8px;overflow:hidden}.v4-add-collage img{position:absolute;width:112px;height:174px;object-fit:cover;object-position:center 15%;border-radius:24px;box-shadow:0 18px 40px rgba(33,40,98,.16);border:4px solid rgba(255,255,255,.84)}.v4-add-collage img:nth-child(1){right:2%;top:24%;transform:rotate(8deg)}.v4-add-collage img:nth-child(2){right:19.5%;top:4%;transform:rotate(-6deg)}.v4-add-collage img:nth-child(3){right:37%;top:24%;transform:rotate(4deg)}.v4-add-collage img:nth-child(4){right:54.5%;top:6%;transform:rotate(-8deg)}.v4-add-collage img:nth-child(5){right:72%;top:25%;transform:rotate(7deg)}
.v4-add-copy h2{margin:0 0 16px;font-size:clamp(2rem,3.4vw,3.45rem);line-height:1.05;letter-spacing:-.05em}.v4-add-copy p{color:#666f90;line-height:1.95;margin-bottom:20px}

.v4-faq{background:#fff}.v4-faq-grid{display:grid;grid-template-columns:.7fr 1.3fr;gap:54px}.v4-faq-grid>div:first-child>p{color:var(--v4-muted);line-height:1.9}.v4-faq-list{display:grid;gap:10px}.v4-faq-list details{padding:18px 20px;border:1px solid var(--v4-line);border-radius:20px;background:#f8f9fd}.v4-faq-list summary{cursor:pointer;font-weight:900}.v4-faq-list p{margin:12px 0 0;color:var(--v4-muted);font-size:.82rem;line-height:1.9}
.v4-final-cta{padding-top:20px;background:#fff}.v4-final-shell{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:42px 46px;border-radius:38px;background:linear-gradient(135deg,#11152f,#292d71);color:#fff;overflow:hidden;position:relative}.v4-final-shell::after{content:"";position:absolute;width:320px;height:320px;left:-100px;top:-100px;border-radius:50%;background:radial-gradient(circle,rgba(146,132,255,.36),transparent 67%)}.v4-final-shell h2{margin:0 0 8px;font-size:clamp(2rem,3.2vw,3.3rem);line-height:1.08}.v4-final-shell p{margin:0;color:rgba(255,255,255,.62)}.v4-final-actions{display:flex;gap:10px;position:relative;z-index:2}

/* ---------- inner pages ---------- */
.v4-inner-main{background:#f4f5fb}
.v4-inner-hero{position:relative;min-height:610px;padding:148px 0 72px;color:#fff;background:radial-gradient(circle at 8% 74%,rgba(99,86,255,.52),transparent 26%),radial-gradient(circle at 93% 36%,rgba(126,91,255,.38),transparent 22%),linear-gradient(150deg,#090c25 0%,#101541 58%,#2b2875 100%);overflow:hidden}
.v4-inner-hero::after{content:"";position:absolute;inset:0;background-image:radial-gradient(circle,rgba(255,255,255,.38) 1px,transparent 1.3px);background-size:38px 38px;opacity:.18;mask-image:linear-gradient(180deg,transparent,#000 24%,#000 80%,transparent)}
.v4-inner-glow{position:absolute;width:520px;height:520px;border-radius:50%;right:-240px;top:60px;background:radial-gradient(circle,rgba(127,108,255,.33),transparent 68%);filter:blur(8px)}
.v4-inner-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.03fr .97fr;gap:56px;align-items:center}
.v4-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:16px;color:rgba(255,255,255,.52);font-size:.7rem}.v4-breadcrumb a{color:inherit;text-decoration:none}.v4-breadcrumb a:hover{color:#fff}
.v4-inner-hero h1{max-width:720px;margin:18px 0;font-size:clamp(2.8rem,4.8vw,5.1rem);line-height:.98;letter-spacing:-.06em}.v4-inner-hero p{max-width:650px;color:rgba(255,255,255,.66);font-size:.96rem;line-height:2}.v4-inner-hero .v4-hero-actions{justify-content:flex-start}
.v4-hero-art{position:relative;min-height:380px;display:grid;place-items:center}
.v4-photo-stack{position:relative;width:420px;height:350px}.v4-photo-stack img{position:absolute;width:180px;height:260px;object-fit:cover;border-radius:28px;border:1px solid rgba(255,255,255,.16);box-shadow:0 26px 60px rgba(0,0,0,.28)}.v4-photo-stack img:nth-child(1){right:12px;top:58px;transform:rotate(8deg)}.v4-photo-stack img:nth-child(2){right:120px;top:10px;z-index:2}.v4-photo-stack img:nth-child(3){right:232px;top:72px;transform:rotate(-8deg)}
.v4-art-note{position:absolute;bottom:6px;right:34px;padding:15px 17px;border-radius:18px;background:rgba(9,12,36,.72);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(14px)}.v4-art-note small{display:block;color:rgba(255,255,255,.5);font-size:.65rem}.v4-art-note strong{font-size:.84rem}

.v4-panel{padding:28px;border:1px solid var(--v4-line);border-radius:30px;background:#fff;box-shadow:var(--v4-shadow-soft)}
.v4-panel-head{margin-bottom:22px}.v4-panel-head h2{margin:0 0 6px;font-size:1.55rem;letter-spacing:-.03em}.v4-panel-head p{margin:0;color:var(--v4-muted);font-size:.8rem;line-height:1.8}.v4-panel-head-row{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.v4-panel-icon{width:42px;height:42px;display:grid;place-items:center;margin-bottom:16px;border-radius:14px;background:#eef0ff;color:#5762ce;font-size:1.2rem;font-weight:900}.v4-status-pill{display:inline-flex;padding:7px 10px;border-radius:999px;background:#eef0ff;color:#5962cd;font-size:.68rem;font-weight:900}
.v4-form input,.v4-form select,.v4-form textarea,.v4-submission-grid input,.v4-submission-grid select,.v4-submission-grid textarea,.v4-filter-bar input,.v4-filter-bar select{border:1px solid rgba(92,103,166,.14)!important;border-radius:15px!important;background:#f8f9fd!important;color:#222846!important;box-shadow:none!important}.v4-form input:focus,.v4-form select:focus,.v4-form textarea:focus,.v4-submission-grid input:focus,.v4-submission-grid select:focus,.v4-submission-grid textarea:focus,.v4-filter-bar input:focus,.v4-filter-bar select:focus{border-color:#7d86ec!important;box-shadow:0 0 0 4px rgba(125,134,236,.10)!important;outline:0!important}.v4-form textarea,.v4-submission-grid textarea{min-height:120px!important}.v4-form-submit{width:100%}
.v4-notice{display:flex;gap:12px;align-items:flex-start;margin-bottom:18px;padding:14px 16px;border:1px solid rgba(95,105,182,.11);border-radius:18px;background:#eceefa;color:#606a8c}.v4-notice>span{width:28px;height:28px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px;background:#fff;color:#5861c9;font-weight:900}.v4-notice p{margin:0;font-size:.78rem;line-height:1.85}.v4-notice strong{color:#29304f}
.v4-info-box{display:grid;gap:4px;margin-top:18px;padding:14px 15px;border-radius:16px;background:#f2f4fb}.v4-info-box strong{font-size:.78rem}.v4-info-box span{color:var(--v4-muted);font-size:.72rem;line-height:1.7}

/* add blogger */
.v4-submission-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:start}.v4-segmented{padding:5px!important;border:1px solid var(--v4-line);border-radius:16px;background:#f2f4fb!important}.v4-segmented label{border-radius:12px!important}.v4-track-panel{position:sticky;top:104px}.v4-track-search{display:grid;grid-template-columns:1fr auto;gap:8px}.v4-track-search input{min-height:48px;padding:10px 14px}.request-item{border-radius:17px!important;border-color:var(--v4-line)!important;background:#f8f9fd!important}

/* opportunities */
.v4-campaign-art{grid-template-columns:1fr .62fr;gap:12px}.v4-campaign-art>img{width:220px;height:330px;object-fit:cover;border-radius:28px;box-shadow:0 28px 60px rgba(0,0,0,.27)}.v4-campaign-card{padding:24px;border-radius:28px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.13);backdrop-filter:blur(14px)}.v4-campaign-card>span{color:#afb8ff;font-size:.68rem;font-weight:900}.v4-campaign-card strong{display:block;margin:12px 0 8px;font-size:1.35rem;line-height:1.3}.v4-campaign-card p{font-size:.78rem;line-height:1.8}.v4-campaign-card div{display:flex;gap:7px;flex-wrap:wrap}.v4-campaign-card b{padding:7px 9px;border-radius:999px;background:rgba(255,255,255,.08);font-size:.64rem}
.v4-filter-bar{display:grid!important;grid-template-columns:1.5fr .8fr .8fr auto!important;gap:10px!important;align-items:end!important;padding:14px!important;border-radius:20px!important;background:#f4f5fb!important}.v4-check{min-height:46px;padding:10px 12px;border-radius:14px;background:#fff}.v4-results-line{padding:14px 2px 10px!important;color:#7d849e!important}.v4-opportunity-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}.opportunity-card{border-radius:22px!important;border:1px solid var(--v4-line)!important;background:#fff!important;box-shadow:0 12px 28px rgba(39,46,108,.06)!important;padding:20px!important}.opportunity-card:hover{transform:translateY(-3px);box-shadow:0 20px 40px rgba(39,46,108,.11)!important}

/* smart ads */
.v4-smart-art{place-items:center}.v4-orb{position:absolute;width:310px;height:310px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#b9cbff 0%,#7778ff 36%,#895ac0 65%,transparent 66%);filter:blur(.1px);opacity:.8}.v4-smart-console{position:relative;z-index:2;width:min(420px,100%);padding:18px;border-radius:28px;background:rgba(7,10,31,.76);border:1px solid rgba(255,255,255,.15);box-shadow:0 30px 75px rgba(0,0,0,.28);backdrop-filter:blur(16px)}.v4-smart-console header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;margin-bottom:16px}.v4-smart-console header i{width:8px;height:8px;border-radius:50%;background:#7ed4ff}.v4-smart-console header span{font-weight:900}.v4-smart-console header small{color:rgba(255,255,255,.46)}.v4-console-row{display:flex;justify-content:space-between;gap:15px;padding:13px 12px;border-top:1px solid rgba(255,255,255,.08)}.v4-console-row span{color:rgba(255,255,255,.5);font-size:.7rem}.v4-console-row b{font-size:.76rem}
.v4-smart-workspace{display:grid;grid-template-columns:300px 1fr;gap:18px;align-items:start}.v4-order-sidebar{position:sticky;top:104px}.v4-smart-column{display:grid;gap:18px}.order-item{border-radius:16px!important;border:1px solid var(--v4-line)!important;background:#f8f9fd!important}.order-item.is-active{border-color:#8b93ee!important;background:#eef0ff!important}.smart-summary{display:grid!important;grid-template-columns:repeat(4,1fr)!important;gap:10px!important}.summary-tile{border-radius:17px!important;background:#f5f6fb!important;border:1px solid var(--v4-line)!important}.v4-subtitle{margin:22px 0 12px;font-size:1rem}

/* guarantee */
.v4-guarantee-art{place-items:center}.v4-shield{width:260px;height:300px;display:grid;place-items:center;clip-path:polygon(50% 0,91% 16%,86% 66%,50% 100%,14% 66%,9% 16%);background:linear-gradient(145deg,#9eb7ff,#6c6cff 52%,#a668d7);box-shadow:0 32px 80px rgba(0,0,0,.26)}.v4-shield span{width:78px;height:78px;display:grid;place-items:center;border-radius:50%;background:#fff;color:#5f66d8;font-size:2.2rem;font-weight:900}.v4-guarantee-float{position:absolute;bottom:8px;left:8px;width:270px;padding:18px;border-radius:20px;background:rgba(8,10,31,.80);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(14px)}.v4-guarantee-float small{color:rgba(255,255,255,.5)}.v4-guarantee-float strong{display:block;margin:5px 0;font-size:.92rem}.v4-guarantee-float p{font-size:.7rem;line-height:1.7}
.v4-role-switch,.v4-benefit-tabs{display:inline-flex;gap:6px;padding:5px;margin-bottom:18px;border:1px solid var(--v4-line);border-radius:999px;background:#fff}.v4-role-switch .role-tab,.v4-benefit-tabs .benefit-role-tab{padding:10px 16px;border:0;border-radius:999px;background:transparent;color:#727994;font-weight:850}.v4-role-switch .role-tab.is-active,.v4-benefit-tabs .benefit-role-tab.is-active{background:#171b3b;color:#fff;box-shadow:0 8px 18px rgba(23,27,59,.16)}.v4-role-intro{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:18px}.v4-role-intro article{padding:20px;border:1px solid var(--v4-line);border-radius:20px;background:#fff}.v4-role-intro span{color:#7b83df;font-size:.68rem;font-weight:900}.v4-role-intro h3{margin:9px 0 5px;font-size:1rem}.v4-role-intro p{margin:0;color:var(--v4-muted);font-size:.76rem;line-height:1.8}.v4-guarantee-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:start}.v4-offer-panel{position:sticky;top:104px}.offer-item{border-radius:18px!important;background:#f8f9fd!important;border:1px solid var(--v4-line)!important}

/* benefits */
.v4-benefit-art>img{width:340px;height:420px;object-fit:cover;border-radius:36px;box-shadow:0 30px 75px rgba(0,0,0,.28)}.v4-benefit-badge{position:absolute;bottom:8px;right:25px;padding:15px 18px;border-radius:18px;background:rgba(9,12,36,.78);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(14px)}.v4-benefit-badge small{display:block;color:rgba(255,255,255,.5)}.v4-benefit-badge strong{font-size:.88rem}.v4-benefit-layout{display:grid;grid-template-columns:.72fr 1.28fr;gap:18px;align-items:stretch}.v4-benefit-highlight{padding:32px;border-radius:30px;background:linear-gradient(145deg,#171b3b,#292f6e);color:#fff}.v4-benefit-highlight h2{margin:0 0 14px;font-size:2rem;line-height:1.1}.v4-benefit-highlight p{color:rgba(255,255,255,.64);font-size:.82rem;line-height:1.9;margin-bottom:20px}.v4-benefit-highlight .v4-section-kicker{color:#b9c0ff}.v4-benefit-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.v4-benefit-grid article{padding:24px;border:1px solid var(--v4-line);border-radius:24px;background:#fff;box-shadow:0 10px 25px rgba(39,46,108,.05)}.v4-benefit-grid article>span{color:#7b84df;font-size:.67rem;font-weight:900}.v4-benefit-grid h3{margin:11px 0 7px;font-size:1rem}.v4-benefit-grid p{margin:0;color:var(--v4-muted);font-size:.76rem;line-height:1.8}.v4-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px}.v4-principles article{padding:24px;border-radius:24px;background:#fff;border:1px solid var(--v4-line)}.v4-principles span{display:inline-block;margin-bottom:10px;color:#6670d0;font-size:.68rem;font-weight:900}.v4-principles h3{margin:0 0 7px}.v4-principles p{margin:0;color:var(--v4-muted);font-size:.76rem;line-height:1.8}

/* ---------- footer ---------- */
body.v4-page .site-footer{margin-top:0!important;padding:58px 0 22px!important;background:#0c0f28!important;color:#fff!important;border-top:0!important}
body.v4-page .footer-grid{gap:34px!important}
body.v4-page .footer-brand p,body.v4-page .footer-column a,body.v4-page .footer-newsletter p,body.v4-page .footer-bottom{color:rgba(255,255,255,.56)!important}
body.v4-page .footer-column h3,body.v4-page .footer-newsletter h3{color:#fff!important}
body.v4-page .footer-column a:hover{color:#fff!important}
body.v4-page .footer-bottom{border-color:rgba(255,255,255,.08)!important}
body.v4-page .site-footer .logo-light{display:block!important}body.v4-page .site-footer .logo-dark{display:none!important}

/* ---------- reveal ---------- */
[data-v4-reveal]{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}
[data-v4-reveal].is-visible{opacity:1;transform:none}

/* ---------- mobile nav ---------- */
body.v4-page .mobile-nav{background:#0d102a!important;color:#fff!important}
body.v4-page .mobile-nav a,body.v4-page .mobile-nav-title{color:#fff!important}
body.v4-page .mobile-nav small{color:rgba(255,255,255,.52)!important}
body.v4-page .mobile-nav .button-secondary{background:transparent!important;color:#fff!important;border-color:rgba(255,255,255,.18)!important}
body.v4-page .mobile-nav .button-primary{background:#fff!important;color:#11152f!important}

/* ---------- responsive ---------- */
@media (max-width:1100px){
  body.v4-page .container{width:min(100% - 34px,1000px)}
  body.v4-page .desktop-nav .nav-link,body.v4-page .desktop-nav .nav-dropdown-trigger{padding-inline:7px!important;font-size:.7rem!important}
  .v4-inner-hero-grid{gap:30px}.v4-smart-workspace{grid-template-columns:260px 1fr}.v4-split-card{grid-template-columns:1fr .75fr;gap:32px}.v4-photo-stack{transform:scale(.88)}
}
@media (max-width:900px){
  body.v4-page .desktop-nav,body.v4-page .service-account{display:none!important}
  body.v4-page .menu-toggle{display:grid!important}
  body.v4-page .site-header .header-inner{justify-content:space-between!important}
  .v4-home-hero.lm-hero{min-height:690px!important;padding-top:120px!important}
  .v4-hero-copy h1{font-size:clamp(2.7rem,8vw,4.7rem)}
  body.v4-page .v4-photo-wheel.lm-hero-marquee{height:250px!important;bottom:2px!important}
  body.v4-page .v4-photo-wheel .lm-wheel-set{height:225px!important;gap:14px!important}
  body.v4-page .v4-photo-wheel .lm-wheel-rose{width:82px!important;height:190px!important}body.v4-page .v4-photo-wheel .lm-wheel-portrait{width:130px!important;height:205px!important}body.v4-page .v4-photo-wheel .lm-wheel-water{width:155px!important;height:216px!important}body.v4-page .v4-photo-wheel .lm-wheel-group{width:130px!important;height:207px!important}body.v4-page .v4-photo-wheel .lm-wheel-redhead{width:82px!important;height:194px!important}
  .v4-split-card,.v4-add-shell,.v4-workflow-shell,.v4-faq-grid,.v4-inner-hero-grid,.v4-submission-grid,.v4-guarantee-grid,.v4-benefit-layout{grid-template-columns:1fr}
  .v4-split-card{padding:24px}.v4-split-visual{height:360px}.v4-service-grid{grid-template-columns:1fr 1fr}.v4-service-grid .v4-service-card:last-child{grid-column:span 2}.v4-entity-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.v4-add-collage{order:2}.v4-inner-hero{min-height:auto;padding-bottom:54px}.v4-inner-hero-grid{gap:24px}.v4-hero-art{min-height:330px}.v4-smart-workspace{grid-template-columns:1fr}.v4-order-sidebar,.v4-track-panel,.v4-offer-panel{position:static}.v4-filter-bar{grid-template-columns:1fr 1fr!important}.v4-filter-bar .ui-field:first-child{grid-column:1/-1}.v4-opportunity-grid{grid-template-columns:1fr!important}.v4-role-intro,.v4-benefit-grid,.v4-principles{grid-template-columns:1fr 1fr}.smart-summary{grid-template-columns:repeat(2,1fr)!important}
}
@media (max-width:620px){
  body.v4-page .container{width:calc(100% - 24px)}
  body.v4-page .site-header{top:8px!important}body.v4-page .site-header .header-inner{min-height:54px!important;padding:6px 9px!important}body.v4-page .site-header .site-logo-image{max-width:110px!important;height:30px!important}
  .v4-section{padding:58px 0}.v4-home-hero.lm-hero{min-height:610px!important;padding-top:102px!important}.v4-hero-copy h1{font-size:2.6rem}.v4-hero-copy>p{font-size:.86rem;line-height:1.85}.v4-hero-actions{gap:7px}.v4-btn{min-height:44px;padding:9px 15px;font-size:.78rem}.v4-hero-chips{display:none}
  body.v4-page .v4-photo-wheel.lm-hero-marquee{height:200px!important;bottom:0!important}body.v4-page .v4-photo-wheel .lm-wheel-set{height:184px!important;gap:8px!important;animation-duration:44s!important}body.v4-page .v4-photo-wheel .lm-tile{border-radius:18px!important}body.v4-page .v4-photo-wheel .lm-wheel-rose{width:57px!important;height:150px!important}body.v4-page .v4-photo-wheel .lm-wheel-portrait{width:88px!important;height:160px!important}body.v4-page .v4-photo-wheel .lm-wheel-water{width:104px!important;height:168px!important}body.v4-page .v4-photo-wheel .lm-wheel-group{width:88px!important;height:162px!important}body.v4-page .v4-photo-wheel .lm-wheel-redhead{width:57px!important;height:153px!important}
  .v4-split-card{padding:16px;border-radius:28px;gap:22px}.v4-split-copy h2{font-size:2.3rem}.v4-split-visual{height:300px;border-radius:22px}.v4-section-head,.v4-creators-head,.v4-final-shell{align-items:flex-start;flex-direction:column}.v4-service-grid{grid-template-columns:1fr}.v4-service-grid .v4-service-card:last-child{grid-column:auto}.v4-service-media{height:230px}.v4-entity-grid{grid-template-columns:1fr!important}.v4-workflow-shell{gap:28px}.v4-steps{grid-template-columns:1fr 1fr}.v4-add-shell{padding:20px;border-radius:28px}.v4-add-collage{height:260px;padding-inline:2px}.v4-add-collage img{width:71px;height:118px;border-radius:17px;object-position:center 14%}.v4-add-collage img:nth-child(1){right:1%;top:26%}.v4-add-collage img:nth-child(2){right:19%;top:8%}.v4-add-collage img:nth-child(3){right:37%;top:26%}.v4-add-collage img:nth-child(4){right:55%;top:8%}.v4-add-collage img:nth-child(5){right:72%;top:27%}.v4-add-copy h2{font-size:2.3rem}.v4-faq-grid{gap:26px}.v4-final-shell{padding:28px;border-radius:28px}.v4-final-actions{width:100%}.v4-final-actions .v4-btn{flex:1}
  .v4-inner-hero{padding:112px 0 42px}.v4-inner-hero h1{font-size:2.65rem}.v4-inner-hero p{font-size:.84rem}.v4-hero-art{min-height:260px}.v4-photo-stack{width:320px;height:250px;transform:scale(.78);transform-origin:center}.v4-campaign-art{display:block}.v4-campaign-art>img{display:none}.v4-campaign-card{width:100%}.v4-smart-console{width:100%}.v4-orb{width:220px;height:220px}.v4-shield{width:190px;height:220px}.v4-guarantee-float{width:230px;left:0}.v4-benefit-art>img{width:260px;height:320px}.v4-panel{padding:18px;border-radius:23px}.v4-panel-head-row{display:block}.v4-panel-head-row>.v4-text-button,.v4-panel-head-row>.v4-status-pill{margin-top:10px}.v4-filter-bar{grid-template-columns:1fr!important}.v4-filter-bar .ui-field:first-child{grid-column:auto}.v4-role-switch,.v4-benefit-tabs{display:flex;width:100%;overflow:auto}.v4-role-switch .role-tab,.v4-benefit-tabs .benefit-role-tab{flex:1;white-space:nowrap;padding-inline:12px}.v4-role-intro,.v4-benefit-grid,.v4-principles{grid-template-columns:1fr}.v4-benefit-highlight{padding:24px;border-radius:24px}.smart-summary{grid-template-columns:1fr 1fr!important}.field-grid,.field-grid.two,.submission-form-grid{grid-template-columns:1fr!important}.v4-track-search{grid-template-columns:1fr}.v4-panel .form-actions .v4-btn{width:100%}
}

@media (prefers-reduced-motion:reduce){
  [data-v4-reveal]{opacity:1;transform:none;transition:none}.v4-hero-aurora span{animation:none}.v4-photo-wheel .lm-wheel-set{animation:none!important}
}
/* logo contrast lock for dark V4 headers/footers */
body.v4-page .site-header .site-logo-image,
body.v4-page .site-footer .site-logo-image{filter:brightness(0) invert(1)!important;opacity:1!important}

/* ---------- bloggers full-screen experience ---------- */
body.v4-page .blogger-drawer .modal-backdrop{background:rgba(5,7,23,.72)!important;backdrop-filter:blur(12px)!important;-webkit-backdrop-filter:blur(12px)!important}
body.v4-page .blogger-drawer-panel{
  position:fixed!important;inset:18px!important;width:auto!important;max-width:none!important;height:auto!important;max-height:none!important;
  padding:0!important;border-radius:32px!important;overflow:hidden!important;background:#f4f5fb!important;border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 35px 100px rgba(0,0,0,.30)!important;display:grid!important;grid-template-rows:auto 1fr!important;
}
body.v4-page .blogger-drawer-head{
  position:relative!important;padding:42px 48px 30px!important;background:radial-gradient(circle at 12% 10%,rgba(104,98,255,.40),transparent 26%),linear-gradient(135deg,#0d102c,#272b70)!important;color:#fff!important;
}
body.v4-page .blogger-drawer-head .lm-kicker{color:#b8bfff!important;font-size:.7rem!important}
body.v4-page .blogger-drawer-head h2{margin:7px 0 8px!important;color:#fff!important;font-size:clamp(2rem,3vw,3.1rem)!important;letter-spacing:-.05em!important}
body.v4-page .blogger-drawer-head p{max-width:650px!important;margin:0 0 18px!important;color:rgba(255,255,255,.62)!important;font-size:.82rem!important}
body.v4-page .blogger-drawer-tools{display:flex!important;align-items:center!important;gap:10px!important;max-width:780px!important}
body.v4-page .blogger-search{min-height:48px!important;flex:1!important;padding:10px 16px!important;border:1px solid rgba(255,255,255,.15)!important;border-radius:15px!important;background:rgba(255,255,255,.09)!important;color:#fff!important;box-shadow:none!important}
body.v4-page .blogger-search::placeholder{color:rgba(255,255,255,.46)!important}
body.v4-page .blogger-result-count{padding:9px 12px!important;border-radius:999px!important;background:rgba(255,255,255,.09)!important;color:rgba(255,255,255,.72)!important;font-size:.7rem!important;white-space:nowrap!important}
body.v4-page .blogger-drawer-scroll{overflow:auto!important;padding:28px 34px 38px!important;background:#f4f5fb!important}
body.v4-page .blogger-drawer-scroll .blogger-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important}
body.v4-page .blogger-drawer .modal-close{top:26px!important;left:28px!important;width:44px!important;height:44px!important;border-radius:50%!important;background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.16)!important;color:#fff!important;z-index:5!important}
body.v4-page .blogger-empty-state{grid-column:1/-1!important;padding:42px!important;border-radius:26px!important;background:#fff!important;border:1px solid var(--v4-line)!important}
@media(max-width:900px){body.v4-page .blogger-drawer-panel{inset:10px!important;border-radius:25px!important}body.v4-page .blogger-drawer-head{padding:34px 24px 24px!important}body.v4-page .blogger-drawer-scroll{padding:20px!important}body.v4-page .blogger-drawer-scroll .blogger-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){body.v4-page .blogger-drawer-panel{inset:0!important;border-radius:0!important}body.v4-page .blogger-drawer-head{padding:72px 16px 20px!important}body.v4-page .blogger-drawer-head h2{font-size:2rem!important}body.v4-page .blogger-drawer-tools{display:grid!important}body.v4-page .blogger-result-count{justify-self:start!important}body.v4-page .blogger-drawer-scroll{padding:14px!important}body.v4-page .blogger-drawer-scroll .blogger-grid{grid-template-columns:1fr!important}body.v4-page .blogger-drawer .modal-close{top:18px!important;left:16px!important}}
body.v4-page .blogger-drawer .modal-close{position:absolute!important;float:none!important;top:24px!important;left:24px!important}
body.v4-page .v4-fav-trigger{position:relative!important}
body.v4-page .v4-fav-trigger svg{width:18px;height:18px}
body.v4-page .v4-fav-count{position:absolute;top:-4px;left:-3px;min-width:17px;height:17px;padding:0 4px;display:grid;place-items:center;border-radius:999px;background:#fff;color:#11152f;font-size:.58rem;font-weight:950;border:2px solid #0a0d25}
body.v4-page .v4-fav-count[hidden]{display:none!important}
.v4-creator-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
@media(max-width:620px){.v4-creator-actions{width:100%;justify-content:space-between}.v4-creator-actions .v4-text-button{font-size:.72rem}}

/* =====================================================================
   HERO PHOTO WHEEL — original 360° Y rotation restored.
   The short-viewport rules keep the wheel inside the visible Hero at 100%
   browser zoom on common 1366×768 laptop displays.
   ===================================================================== */
@keyframes v4PhotoWheelFullTurn{
  from{rotate:y 0deg}
  to{rotate:y -360deg}
}
@keyframes v4PhotoWheelFullTurnMobile{
  from{rotate:y 0deg}
  to{rotate:y -360deg}
}

body.home-page.v4-page[data-design-pass="v2.5"] .v4-home-hero .v4-photo-wheel.lm-hero-marquee{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:4px!important;
  height:310px!important;
  z-index:5!important;
  display:block!important;
  opacity:1!important;
  visibility:visible!important;
  overflow:hidden!important;
  padding:0!important;
}
body.home-page.v4-page[data-design-pass="v2.5"] .v4-home-hero .v4-photo-wheel.lm-hero-marquee .lm-marquee-track{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  margin:0!important;
  padding:0 0 6px!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:center!important;
  overflow:visible!important;
  perspective:900px!important;
  perspective-origin:50% 50%!important;
  transform:none!important;
  animation:none!important;
  opacity:1!important;
  visibility:visible!important;
}
body.home-page.v4-page[data-design-pass="v2.5"] .v4-home-hero .v4-photo-wheel.lm-hero-marquee .lm-marquee-track > .lm-marquee-set.lm-wheel-set:first-child:last-child{
  position:relative!important;
  inset:auto!important;
  width:max-content!important;
  height:285px!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  flex-direction:row!important;
  align-items:flex-end!important;
  justify-content:center!important;
  gap:28px!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  transform-origin:50% 50%!important;
  transform-style:preserve-3d!important;
  rotate:y 0deg;
  animation:v4PhotoWheelFullTurn 50s linear infinite!important;
  will-change:rotate!important;
}
body.home-page.v4-page[data-design-pass="v2.5"] .v4-home-hero .v4-photo-wheel.lm-hero-marquee .lm-marquee-track > .lm-marquee-set.lm-wheel-set:first-child:last-child > .lm-tile{
  position:relative!important;
  inset:auto!important;
  flex:0 0 auto!important;
  margin:0!important;
  padding:0!important;
  opacity:1!important;
  visibility:visible!important;
  transform:none!important;
  translate:none!important;
  rotate:none!important;
  scale:none!important;
  offset-path:none!important;
  animation:none!important;
  backface-visibility:visible!important;
  transform-style:preserve-3d!important;
}

/* 100% browser zoom on a 1366×768 laptop usually leaves ~620–680 CSS px
   of page viewport after the browser chrome. Fit the hero to that height. */
@media (min-width:901px) and (max-height:780px){
  body.v4-page .v4-home-hero.lm-hero{
    min-height:clamp(610px,100svh,690px)!important;
    height:clamp(610px,100svh,690px)!important;
    padding-top:86px!important;
  }
  body.v4-page .v4-hero-copy h1{
    margin:12px 0 10px!important;
    font-size:clamp(2.75rem,4vw,3.8rem)!important;
    line-height:.96!important;
  }
  body.v4-page .v4-hero-copy>p{
    max-width:550px!important;
    font-size:.86rem!important;
    line-height:1.75!important;
  }
  body.v4-page .v4-hero-actions{margin-top:14px!important}
  body.v4-page .v4-hero-chips{display:none!important}

  body.home-page.v4-page[data-design-pass="v2.5"] .v4-home-hero .v4-photo-wheel.lm-hero-marquee{
    height:260px!important;
    bottom:0!important;
  }
  body.home-page.v4-page[data-design-pass="v2.5"] .v4-home-hero .v4-photo-wheel.lm-hero-marquee .lm-marquee-track{
    padding-bottom:4px!important;
  }
  body.home-page.v4-page[data-design-pass="v2.5"] .v4-home-hero .v4-photo-wheel.lm-hero-marquee .lm-marquee-track > .lm-marquee-set.lm-wheel-set:first-child:last-child{
    height:242px!important;
    gap:22px!important;
  }
  body.v4-page .v4-photo-wheel .lm-wheel-rose{width:104px!important;height:222px!important}
  body.v4-page .v4-photo-wheel .lm-wheel-portrait{width:164px!important;height:232px!important}
  body.v4-page .v4-photo-wheel .lm-wheel-water{width:196px!important;height:238px!important}
  body.v4-page .v4-photo-wheel .lm-wheel-group{width:164px!important;height:234px!important}
  body.v4-page .v4-photo-wheel .lm-wheel-redhead{width:104px!important;height:226px!important}
}

@media (max-width:900px){
  body.home-page.v4-page[data-design-pass="v2.5"] .v4-home-hero .v4-photo-wheel.lm-hero-marquee .lm-marquee-track > .lm-marquee-set.lm-wheel-set:first-child:last-child{
    rotate:y 0deg;
    animation:v4PhotoWheelFullTurnMobile 44s linear infinite!important;
  }
}
@media (prefers-reduced-motion:reduce){
  body.home-page.v4-page[data-design-pass="v2.5"] .v4-home-hero .v4-photo-wheel.lm-hero-marquee .lm-marquee-track > .lm-marquee-set.lm-wheel-set:first-child:last-child{
    animation:none!important;
    rotate:y 0deg;
  }
}
