/* V45 — page « Comment ça marche ? » */
.how-page{background:#fff;color:var(--ink)}
.how-page .links a[aria-current="page"]{color:var(--navy);font-weight:750;position:relative}
.how-page .links a[aria-current="page"]:after{content:"";position:absolute;left:0;right:0;bottom:-10px;height:2px;border-radius:99px;background:var(--cyan)}

.how-hero{position:relative;overflow:hidden;padding:165px 0 95px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);border-bottom:1px solid rgba(220,229,239,.72)}
.how-hero-grid{min-height:470px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:90px;align-items:center;position:relative;z-index:2}
.how-hero-copy{max-width:830px}
.how-hero-copy .eyebrow{margin:0 0 22px}
.how-hero-copy h1{font-size:clamp(52px,5vw,82px);margin:0 0 30px;max-width:900px;line-height:1.01}
.how-hero-copy h1 em{color:var(--navy);font-style:normal}
.how-hero-copy>p:last-child{max-width:690px;margin:0;color:#52627f;font-size:18px;line-height:1.75}
.how-hero-copy strong{color:var(--navy)}
.how-hero-summary{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:22px;border:1px solid rgba(186,207,235,.46);border-radius:30px;background:rgba(255,255,255,.72);box-shadow:0 24px 70px rgba(29,69,120,.07);backdrop-filter:blur(16px)}
.how-hero-summary>div{min-height:138px;padding:22px 18px;border-radius:22px;background:linear-gradient(145deg,#f8fbff,#fff);border:1px solid rgba(215,227,242,.75);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:10px}
.how-hero-summary span{font-size:14px;font-weight:850;letter-spacing:.12em;color:var(--navy)}
.how-hero-summary strong{font-size:18px;color:var(--navy)}
.how-hero-orbit{position:absolute;border:1px solid rgba(117,171,244,.20);border-radius:50%;pointer-events:none}
.how-hero-orbit-one{width:690px;height:690px;right:-220px;top:-125px}
.how-hero-orbit-two{width:450px;height:450px;right:-105px;top:-5px}
.how-hero:after{content:"";position:absolute;right:21%;top:145px;width:36px;height:36px;border-radius:50%;background:rgba(105,157,235,.09)}

.how-story{padding:100px 0 60px;background:#fff}
.how-story-grid{display:grid;grid-template-columns:minmax(360px,.78fr) minmax(0,1.22fr);gap:78px;align-items:start}
.how-product-column{position:relative;align-self:stretch}
.how-product-stage{position:sticky;top:112px;height:min(690px,calc(100vh - 145px));min-height:565px;border-radius:38px;border:1px solid rgba(184,205,234,.42);background:radial-gradient(circle at 48% 42%,#fff 0%,#fbfdff 52%,#f4f8fe 100%);overflow:hidden;display:grid;place-items:center;isolation:isolate;box-shadow:0 28px 80px rgba(30,65,111,.08)}
.how-product-stage:before{content:"";position:absolute;inset:7%;border-radius:32px;border:1px solid rgba(203,219,242,.28);pointer-events:none}
.how-product-stage img{position:relative;z-index:4;display:block;width:auto;max-width:82%;height:84%;object-fit:contain;mix-blend-mode:multiply;filter:drop-shadow(0 26px 25px rgba(46,77,116,.08));transition:filter .55s ease,transform .55s ease}
.how-stage-label{position:absolute;z-index:7;left:28px;top:26px;display:flex;align-items:center;gap:9px;color:#587095;font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.12em}
.how-stage-label span{width:8px;height:8px;border-radius:50%;background:#5d91e5;box-shadow:0 0 0 5px rgba(93,145,229,.10)}
.how-stage-caption{position:absolute;z-index:7;left:28px;right:28px;bottom:24px;display:flex;align-items:baseline;gap:12px;padding-top:16px;border-top:1px solid rgba(177,199,229,.38);color:var(--navy)}
.how-stage-index{font-size:32px;font-weight:850;letter-spacing:-.04em;color:var(--navy)}
.how-stage-name{font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.10em}
.how-effect{position:absolute;z-index:2;opacity:0;transition:opacity .55s ease,transform .6s ease;pointer-events:none}
.how-product-stage[data-mode="distance"] .how-effect-distance,
.how-product-stage[data-mode="water"] .how-effect-water,
.how-product-stage[data-mode="removal"] .how-effect-removal,
.how-product-stage[data-mode="sos"] .how-effect-sos{opacity:1}
.how-effect-distance{inset:0;display:grid;place-items:center}
.how-effect-distance i{position:absolute;width:42%;aspect-ratio:1.18;border:1px solid rgba(75,132,219,.26);border-radius:50%;animation:howRing 3.6s ease-out infinite}
.how-effect-distance i:nth-child(2){width:61%;animation-delay:1.1s}.how-effect-distance i:nth-child(3){width:79%;animation-delay:2.2s}
@keyframes howRing{0%{transform:scale(.74);opacity:0}28%{opacity:.8}100%{transform:scale(1.15);opacity:0}}
.how-effect-water{left:-8%;right:-8%;top:45%;height:32%;z-index:5;transform:translateY(16px)}
.how-product-stage[data-mode="water"] .how-effect-water{transform:none}
.how-effect-water svg{width:100%;height:100%;overflow:visible}
.how-effect-water path{fill:none;stroke:#6ea8ee;stroke-width:2.4;opacity:.58;vector-effect:non-scaling-stroke;animation:howWave 4.8s ease-in-out infinite alternate}
.how-effect-water path:nth-child(2){opacity:.28;animation-duration:6.2s}
@keyframes howWave{to{transform:translateX(-24px) translateY(8px)}}
.how-effect-removal{width:150px;height:150px;right:8%;top:43%;border-radius:50%;background:radial-gradient(circle,rgba(88,148,229,.17) 0%,rgba(88,148,229,.06) 42%,transparent 70%);transform:scale(.75)}
.how-product-stage[data-mode="removal"] .how-effect-removal{transform:scale(1)}
.how-effect-removal i{position:absolute;inset:26%;border-radius:18px;border:1px solid rgba(64,127,216,.36);animation:howHalo 2.4s ease-in-out infinite}
.how-effect-removal i:nth-child(2){inset:12%;animation-delay:.7s}
@keyframes howHalo{50%{transform:scale(1.12);opacity:.35}}
.how-effect-sos{width:170px;height:170px;left:24%;top:34%;border-radius:50%;display:grid;place-items:center}
.how-effect-sos i{position:absolute;width:34px;height:34px;border-radius:50%;border:1px solid rgba(65,126,216,.38);animation:howSos 2.5s ease-out infinite}
.how-effect-sos i:nth-child(2){animation-delay:.8s}.how-effect-sos i:nth-child(3){animation-delay:1.6s}
@keyframes howSos{0%{transform:scale(.5);opacity:.8}100%{transform:scale(4.2);opacity:0}}
.how-product-stage[data-mode="sos"] img{filter:drop-shadow(0 26px 25px rgba(46,77,116,.08)) drop-shadow(0 0 14px rgba(94,151,232,.10))}

.how-steps{min-width:0}
.how-step{position:relative;min-height:720px;padding:78px 0 82px;border-bottom:1px solid rgba(218,228,240,.82);opacity:.58;transition:opacity .45s ease}
.how-step:last-child{border-bottom:0}
.how-step.is-active{opacity:1}
.how-step-head{display:grid;grid-template-columns:72px minmax(0,1fr);gap:24px;align-items:start;margin-bottom:30px}
.how-step-number{font-size:54px;line-height:1;font-weight:850;letter-spacing:-.055em;color:var(--navy)}
.how-kicker{margin:2px 0 12px;color:var(--navy);font-size:12px;line-height:1;font-weight:800;letter-spacing:.1em;text-transform:uppercase}
.how-step h2{margin:0;color:var(--navy);font-size:clamp(32px,3vw,48px);line-height:1.08;letter-spacing:-.045em}
.how-step-copy{max-width:760px;margin:0 0 17px 96px;color:#536783;font-size:16px;line-height:1.72}
.how-step-copy strong{color:var(--navy)}
.distance-contexts{margin:34px 0 28px 96px;display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid rgba(205,219,237,.8);border-bottom:1px solid rgba(205,219,237,.8)}
.distance-context{min-height:168px;padding:24px 16px 20px;text-align:center;border-right:1px solid rgba(205,219,237,.75)}
.distance-context:last-child{border-right:0}
.context-icon{display:grid;place-items:center;width:46px;height:46px;margin:0 auto 9px;color:var(--navy)}
.context-icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.distance-context strong{display:block;color:var(--navy);font-size:13px;margin-bottom:5px}
.distance-context small{display:block;color:#6a7b96;font-size:11px;line-height:1.42}
.how-practice{margin:30px 0 0 96px;display:grid;grid-template-columns:46px minmax(0,1fr);gap:16px;align-items:start;padding:22px 24px;border-radius:20px;background:linear-gradient(135deg,#f2f7ff,#f9fbff);border:1px solid rgba(191,211,239,.45)}
.how-practice-icon{width:42px;height:42px;border-radius:14px;background:#fff;display:grid;place-items:center;color:var(--navy);border:1px solid rgba(189,209,236,.65)}
.how-practice-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.how-practice strong{display:block;margin:1px 0 7px;color:var(--navy);font-size:13px}
.how-practice p{margin:0;color:#334b70;font-size:14px;line-height:1.65}
.how-safety-note{margin:18px 0 0 96px;max-width:760px;display:flex;gap:10px;align-items:flex-start;color:#6b7890;font-size:12px;line-height:1.55}
.how-safety-note span{flex:0 0 auto;width:20px;height:20px;border-radius:50%;display:grid;place-items:center;border:1px solid #8db5ea;color:var(--navy);font-size:11px;font-weight:800}

.how-know{padding:60px 0 34px;background:linear-gradient(180deg,#fff,#fbfdff)}
.how-know-card{display:grid;grid-template-columns:1.05fr .95fr;gap:48px;padding:38px 42px;border:1px solid rgba(174,200,234,.55);border-radius:30px;background:linear-gradient(135deg,#f8fbff,#f3f7fd);box-shadow:0 22px 65px rgba(40,72,111,.05)}
.how-small-title{margin:0 0 24px;color:var(--navy);font-size:17px;font-weight:800}
.how-small-title span{display:inline-grid;place-items:center;width:25px;height:25px;margin-right:9px;border:1px solid rgba(7,27,69,.34);border-radius:50%;font-size:13px}
.how-know-copy ul{list-style:none;padding:0;margin:0;display:grid;gap:13px}
.how-know-copy li{position:relative;padding-left:30px;color:#405574;font-size:14px;line-height:1.58}
.how-know-copy li:before{content:"✓";position:absolute;left:0;top:1px;width:19px;height:19px;display:grid;place-items:center;border:1px solid rgba(7,27,69,.34);border-radius:50%;color:var(--navy);font-size:11px;font-weight:800}
.how-know-copy strong{color:var(--navy)}
.eiffel-reference{display:grid;grid-template-columns:minmax(180px,.72fr) 1fr;align-items:center;gap:28px;padding-left:30px;border-left:1px solid rgba(181,203,232,.55);color:var(--navy)}
.eiffel-svg{display:block;width:100%;max-width:245px;height:auto}
.eiffel-reference p{margin:0;color:#3e526f;font-size:14px;line-height:1.62}
.eiffel-reference strong{color:var(--navy)}

.how-extras{padding:34px 0 28px;background:#fbfdff}
.how-extras-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.how-extra-card{min-height:350px;display:grid;grid-template-columns:1.03fr .97fr;gap:22px;align-items:center;padding:34px 36px;border:1px solid rgba(202,216,235,.8);border-radius:28px;background:#fff;box-shadow:0 18px 50px rgba(34,63,94,.045);overflow:hidden}
.how-extra-copy h2{margin:0 0 16px;color:var(--navy);font-size:clamp(25px,2.2vw,34px);line-height:1.12;letter-spacing:-.04em}
.how-extra-copy>p:last-child{margin:0;color:#60718b;font-size:14px;line-height:1.68}
.how-extra-copy strong{color:var(--navy)}
.qr-buckle-illustration{position:relative;min-height:250px;display:grid;place-items:center}
.qr-strap{position:absolute;left:50%;transform:translateX(-50%);width:92px;height:96px;border-radius:22px;background:linear-gradient(90deg,rgba(166,201,245,.45),rgba(210,229,252,.55),rgba(158,195,241,.45));border:1px solid rgba(118,164,224,.34)}
.qr-strap-top{top:-16px}.qr-strap-bottom{bottom:-16px}
.qr-buckle{position:relative;z-index:2;width:172px;height:128px;padding:21px;border-radius:30px;background:linear-gradient(145deg,rgba(116,170,235,.86),rgba(170,207,248,.82));border:1px solid rgba(77,139,217,.45);box-shadow:0 20px 34px rgba(62,104,158,.14);display:grid;place-items:center}
.qr-buckle:before,.qr-buckle:after{content:"";position:absolute;top:38px;width:32px;height:52px;border-radius:12px;border:10px solid rgba(112,166,232,.72);background:#fff}
.qr-buckle:before{left:-31px}.qr-buckle:after{right:-31px}
.qr-buckle svg{width:84px;height:84px;border-radius:8px;box-shadow:0 6px 15px rgba(14,40,75,.12)}
.family-card{grid-template-columns:.9fr 1.1fr}
.family-configs{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:end}
.family-config{text-align:center;padding:12px}
.family-config+.family-config{border-left:1px solid rgba(208,220,237,.8)}
.family-config strong,.family-config small{display:block;color:var(--navy)}
.family-config strong{font-size:13px}.family-config small{font-size:12px;margin-top:3px;color:#637692}
.family-diagram{height:145px;position:relative;margin-bottom:8px}
.family-person{position:absolute;width:30px;height:36px;border:2px solid #4c84dd;border-radius:14px 14px 9px 9px;background:#fff;z-index:2}
.family-person:before{content:"";position:absolute;width:12px;height:12px;border:2px solid #4c84dd;border-radius:50%;background:#fff;left:7px;top:-14px}
.family-person.child{transform:scale(.72)}
.family-line{position:absolute;height:1px;background:repeating-linear-gradient(90deg,#7ca7e7 0 4px,transparent 4px 8px);transform-origin:left center;z-index:1}
.family-diagram-two-one .p1{left:18%;top:28px}.family-diagram-two-one .p2{right:18%;top:28px}.family-diagram-two-one .c1{left:50%;top:92px;margin-left:-15px}
.family-diagram-two-one .l1{left:31%;top:62px;width:64px;transform:rotate(28deg)}.family-diagram-two-one .l2{right:29%;top:62px;width:64px;transform:rotate(152deg)}
.family-diagram-one-three .p1{left:50%;top:20px;margin-left:-15px}.family-diagram-one-three .c1{left:16%;top:92px}.family-diagram-one-three .c2{left:50%;top:100px;margin-left:-15px}.family-diagram-one-three .c3{right:16%;top:92px}
.family-diagram-one-three .l1{left:50%;top:55px;width:76px;transform:rotate(145deg)}.family-diagram-one-three .l2{left:50%;top:55px;width:52px;transform:rotate(90deg)}.family-diagram-one-three .l3{left:50%;top:55px;width:76px;transform:rotate(35deg)}

.how-not{padding:24px 0 28px;background:#fbfdff}
.how-not-card{padding:28px 34px;border-radius:26px;border:1px solid rgba(198,214,235,.72);background:rgba(247,250,255,.84)}
.how-not-card>.how-small-title{margin-bottom:20px;color:var(--navy);font-size:14px;text-transform:uppercase;letter-spacing:.1em}
.how-not-grid{display:grid;grid-template-columns:repeat(3,1fr)}
.how-not-grid>div{position:relative;padding:10px 28px 8px 46px;border-right:1px solid rgba(204,218,236,.8)}
.how-not-grid>div:last-child{border-right:0}
.how-not-grid span{position:absolute;left:10px;top:9px;width:25px;height:25px;border-radius:50%;display:grid;place-items:center;border:1px solid rgba(7,27,69,.28);color:var(--navy);font-size:17px;font-weight:500}
.how-not-grid strong{display:block;color:var(--navy);font-size:14px;margin-bottom:5px}
.how-not-grid p{margin:0;color:#6a7a92;font-size:12px;line-height:1.5}

.how-final-cta{padding:22px 0 90px;background:#fbfdff}
.how-final-card{display:grid;grid-template-columns:1fr auto;gap:50px;align-items:center;padding:34px 40px;border-radius:28px;background:linear-gradient(135deg,#eef5ff,#f7faff);border:1px solid rgba(186,207,235,.52)}
.how-final-card h2{margin:4px 0 8px;color:var(--navy);font-size:clamp(28px,2.6vw,38px);letter-spacing:-.04em}
.how-final-card>div:first-child>p:last-child{margin:0;color:#61738e;font-size:13px;line-height:1.6}
.how-final-actions{display:grid;gap:10px;justify-items:center}
.how-final-actions .btn{min-width:285px}
.how-final-actions small{color:#587095;font-size:12px}
.how-final-actions small span{color:#3f7bda;margin-right:5px}

@media(max-width:1180px){
  .how-hero-grid{gap:48px}.how-hero-summary>div{min-height:116px}
  .how-story-grid{grid-template-columns:minmax(315px,.72fr) minmax(0,1.28fr);gap:46px}
  .how-product-stage{height:min(620px,calc(100vh - 140px));min-height:520px}.how-product-stage img{height:80%;max-width:88%}
  .how-step{min-height:680px}.how-step-copy,.distance-contexts,.how-practice,.how-safety-note{margin-left:82px}.how-step-head{grid-template-columns:60px 1fr;gap:22px}.how-step-number{font-size:47px}
  .distance-context{padding-left:9px;padding-right:9px}.how-extra-card{grid-template-columns:1fr;min-height:0}.qr-buckle-illustration{min-height:215px}.family-card{grid-template-columns:1fr}.family-configs{margin-top:4px}
}

@media(max-width:980px){
  .how-page .links a[aria-current="page"]:after{display:none}
  .how-hero{padding:125px 0 72px}.how-hero-grid{min-height:auto;grid-template-columns:1fr;gap:42px}.how-hero-copy h1{font-size:clamp(48px,8vw,70px)}.how-hero-summary{grid-template-columns:repeat(4,1fr);padding:16px}.how-hero-summary>div{min-height:100px;padding:15px}.how-hero-summary strong{font-size:12px}
  .how-story{padding-top:60px}.how-story-grid{grid-template-columns:1fr;gap:32px}.how-product-column{height:360px;z-index:9}.how-product-stage{top:92px;height:330px;min-height:0;border-radius:30px}.how-product-stage img{height:88%;width:auto}.how-stage-label{left:20px;top:18px}.how-stage-caption{left:20px;right:20px;bottom:16px}.how-stage-index{font-size:25px}.how-stage-name{font-size:11px}
  .how-effect-water{top:43%;height:38%}.how-effect-removal{width:100px;height:100px;right:18%;top:42%}.how-effect-sos{width:120px;height:120px;left:31%;top:32%}
  .how-step{min-height:0;padding:70px 0}.how-step-head{grid-template-columns:58px 1fr}.how-step-copy,.distance-contexts,.how-practice,.how-safety-note{margin-left:80px}.distance-contexts{grid-template-columns:1fr 1fr}.distance-context:nth-child(2){border-right:0}.distance-context:nth-child(-n+2){border-bottom:1px solid rgba(205,219,237,.75)}
  .how-know-card{grid-template-columns:1fr;padding:32px}.eiffel-reference{border-left:0;border-top:1px solid rgba(181,203,232,.55);padding:28px 0 0;grid-template-columns:minmax(160px,.55fr) 1fr}.eiffel-svg{max-width:220px}
  .how-extras-grid{grid-template-columns:1fr}.how-extra-card{grid-template-columns:1fr 1fr}.family-card{grid-template-columns:.86fr 1.14fr}
  .how-not-grid{grid-template-columns:1fr}.how-not-grid>div{border-right:0;border-bottom:1px solid rgba(204,218,236,.8);padding:16px 14px 16px 46px}.how-not-grid>div:last-child{border-bottom:0}
  .how-final-card{grid-template-columns:1fr}.how-final-actions{justify-items:start}
}

@media(max-width:620px){
  .how-hero{padding:105px 0 58px}.how-hero-copy .eyebrow{margin-bottom:18px}.how-hero-copy h1{font-size:43px;line-height:1.03;margin-bottom:24px}.how-hero-copy>p:last-child{font-size:15px;line-height:1.68}.how-hero-summary{grid-template-columns:1fr 1fr;gap:10px;padding:12px;border-radius:24px}.how-hero-summary>div{min-height:82px;border-radius:17px}.how-hero-orbit-one{width:420px;height:420px;right:-270px}.how-hero-orbit-two{display:none}
  .how-story{padding-top:38px}.how-product-column{height:282px}.how-product-stage{top:79px;height:258px;border-radius:24px}.how-product-stage:before{inset:5%;border-radius:20px}.how-product-stage img{height:91%;max-width:82%}.how-stage-label{left:15px;top:13px;font-size:8px}.how-stage-caption{left:15px;right:15px;bottom:10px;padding-top:9px}.how-stage-index{font-size:19px}.how-stage-name{font-size:9px}.how-effect-removal{right:19%;top:42%;width:78px;height:78px}.how-effect-sos{left:32%;top:34%;width:90px;height:90px}
  .how-step{padding:54px 0}.how-step-head{grid-template-columns:43px 1fr;gap:13px;margin-bottom:22px}.how-step-number{font-size:36px}.how-kicker{font-size:10px;margin-bottom:9px}.how-step h2{font-size:30px}.how-step-copy,.distance-contexts,.how-practice,.how-safety-note{margin-left:56px}.how-step-copy{font-size:14px;line-height:1.65}.distance-contexts{margin-top:25px;margin-bottom:22px}.distance-context{min-height:145px;padding:18px 7px 15px}.context-icon{width:38px;height:38px}.context-icon svg{width:35px;height:35px}.distance-context small{font-size:10px}.how-practice{grid-template-columns:36px 1fr;padding:17px 16px;gap:12px;border-radius:17px}.how-practice-icon{width:34px;height:34px;border-radius:11px}.how-practice-icon svg{width:23px;height:23px}.how-practice p{font-size:12px}.how-safety-note{font-size:11px}
  .how-know{padding-top:36px}.how-know-card{padding:24px 20px;border-radius:24px;gap:25px}.how-small-title{font-size:16px;margin-bottom:19px}.how-know-copy li{font-size:12px;padding-left:27px}.eiffel-reference{grid-template-columns:1fr;justify-items:center;text-align:center;gap:10px;padding-top:20px}.eiffel-svg{max-width:210px}.eiffel-reference p{font-size:12px}
  .how-extras{padding-top:20px}.how-extras-grid{gap:14px}.how-extra-card,.family-card{grid-template-columns:1fr;padding:25px 20px;border-radius:22px}.how-extra-copy h2{font-size:27px}.how-extra-copy>p:last-child{font-size:12px}.qr-buckle-illustration{min-height:210px}.family-configs{gap:5px}.family-config{padding:8px 3px}.family-diagram{height:130px}.family-person{transform:scale(.9)}.family-person.child{transform:scale(.63)}
  .how-not-card{padding:22px 18px;border-radius:22px}.how-not-grid>div{padding-left:42px}.how-not-grid span{left:5px}
  .how-final-cta{padding-bottom:65px}.how-final-card{padding:26px 20px;border-radius:23px;gap:26px}.how-final-card h2{font-size:29px}.how-final-actions{width:100%}.how-final-actions .btn{min-width:0;width:100%}.how-final-actions small{justify-self:center}
}

@media(prefers-reduced-motion:reduce){
  .how-effect-distance i,.how-effect-water path,.how-effect-removal i,.how-effect-sos i{animation:none!important}
  .how-effect{transition:none}.how-step{transition:none}
}


/* V46 — refinements */
.how-hero-summary .how-summary-item{justify-content:center;align-items:center;gap:8px}
.how-hero-summary .icon{width:62px;height:62px;margin:0 0 12px;color:var(--navy);transform:none}
.how-hero-summary .icon.sos{border-color:var(--cyan);font-size:16px}
.how-hero-summary .icon.water{gap:1px}
.how-hero-summary .icon.water i{width:48px;height:8px}
.how-hero-summary .icon.removal span{width:30px;height:42px}

.sos-assistance{max-width:760px;margin:28px 0 0 96px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(185px,.75fr);gap:28px;align-items:center;padding:26px 28px;border-radius:24px;background:#fbfdff;border:1px solid rgba(195,211,232,.72)}
.sos-assistance h3{margin:0 0 12px;color:var(--navy);font-size:22px;line-height:1.16;letter-spacing:-.03em}
.sos-assistance-copy>p:not(.how-kicker){margin:0;color:#536783;font-size:14px;line-height:1.65}
.sos-assistance-copy strong{color:var(--navy)}
.sos-assistance-copy .sos-assistance-note{margin-top:12px!important;padding-top:12px;border-top:1px solid rgba(209,220,235,.72);font-size:11.5px!important;color:#6a7890!important}
.qr-buckle-compact{min-height:190px}
.qr-buckle-compact .qr-strap{width:72px;height:72px;border-radius:17px}
.qr-buckle-compact .qr-buckle{width:138px;height:102px;padding:17px;border-radius:24px}
.qr-buckle-compact .qr-buckle:before,.qr-buckle-compact .qr-buckle:after{top:31px;width:25px;height:41px;border-width:8px}
.qr-buckle-compact .qr-buckle:before{left:-25px}.qr-buckle-compact .qr-buckle:after{right:-25px}
.qr-buckle-compact .qr-buckle svg{width:68px;height:68px}

.how-family{padding:54px 0 34px;background:linear-gradient(180deg,#fff,#fbfdff)}
.family-wide-card{display:grid;grid-template-columns:minmax(320px,.88fr) minmax(0,1.12fr);gap:48px;align-items:center;padding:38px 42px;border:1px solid rgba(190,207,229,.72);border-radius:30px;background:#fff;box-shadow:0 20px 58px rgba(34,63,94,.05)}
.family-wide-copy h2{margin:0 0 18px;color:var(--navy);font-size:clamp(30px,2.8vw,42px);line-height:1.08;letter-spacing:-.045em}
.family-wide-copy>p{margin:0 0 13px;color:#536783;font-size:14px;line-height:1.68;max-width:610px}
.family-wide-copy strong{color:var(--navy)}
.family-rules{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}
.family-rules span{padding:9px 12px;border-radius:999px;background:#f5f8fc;border:1px solid rgba(204,217,234,.75);color:#536783;font-size:11.5px;line-height:1.25}
.family-rules strong{font-weight:800}
.family-configs-svg{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:center}
.family-configs-svg .family-config{padding:12px 20px;text-align:center}
.family-configs-svg .family-config+.family-config{border-left:1px solid rgba(208,220,237,.8)}
.family-diagram-svg{display:block;width:100%;height:170px;margin:0 auto 5px;color:var(--navy);overflow:visible}
.family-node circle,.family-node path{fill:#fff;stroke:var(--navy);stroke-width:2}
.family-child circle,.family-child path{stroke:var(--cyan2)}
.family-links{color:#7f91aa}
.family-link-dot{fill:var(--cyan);stroke:#fff;stroke-width:2}
.family-configs-svg strong{display:block;color:var(--navy);font-size:13px}
.family-configs-svg small{display:block;color:#637692;font-size:12px;margin-top:3px}

/* More faithful Eiffel Tower reference; the lower platform is the first floor. */
.eiffel-reference{color:var(--navy)}
.eiffel-main{stroke-width:2.3}
.eiffel-arch{stroke-width:2.1}
.eiffel-lattice{stroke-width:1;opacity:.42}
.eiffel-floor{stroke-width:4}
.eiffel-marker{stroke-width:1.4;opacity:.72}
.eiffel-antenna{stroke-width:2}

.how-final-actions .waitlist-btn{min-width:285px;flex-direction:column;gap:2px;line-height:1.15;padding-top:13px;padding-bottom:11px}
.how-final-actions .submit-label{display:block}
.how-final-actions .submit-availability{display:block;font-size:10.5px;font-weight:600;letter-spacing:.025em;opacity:.82}

@media(max-width:1180px){
  .sos-assistance{grid-template-columns:minmax(0,1fr) 175px}
  .family-wide-card{grid-template-columns:.9fr 1.1fr;gap:30px}
  .family-configs-svg .family-config{padding:10px 12px}
}
@media(max-width:980px){
  .sos-assistance{margin-left:80px}
  .family-wide-card{grid-template-columns:1fr;padding:32px}
  .family-diagram-svg{max-width:320px}
}
@media(max-width:620px){
  .how-hero-summary .icon{width:42px;height:42px;margin-bottom:6px;transform:none}
  .sos-assistance{margin-left:56px;grid-template-columns:1fr;padding:20px;border-radius:19px;gap:16px}
  .sos-assistance h3{font-size:19px}
  .qr-buckle-compact{min-height:160px}
  .family-wide-card{padding:24px 20px;border-radius:24px;gap:24px}
  .family-wide-copy h2{font-size:29px}
  .family-wide-copy>p{font-size:12px}
  .family-configs-svg{grid-template-columns:1fr;gap:18px}
  .family-configs-svg .family-config{padding:6px 0 18px}
  .family-configs-svg .family-config+.family-config{border-left:0;border-top:1px solid rgba(208,220,237,.8);padding-top:20px}
  .family-diagram-svg{height:155px;max-width:300px}
  .family-rules{display:grid;grid-template-columns:1fr;gap:7px}
}


/* V47 refinements */
.qr-buckle-visual{display:grid;place-items:center;min-height:210px}
.qr-buckle-image{display:block;width:min(100%,320px);height:auto;filter:drop-shadow(0 18px 26px rgba(20,54,95,.10))}
.qr-buckle-compact .qr-buckle-image{width:min(100%,280px)}
.family-config{transition:transform .28s ease,background .28s ease,border-color .28s ease;border-radius:26px}.family-config:hover{background:rgba(248,251,255,.86);transform:translateY(-4px)}
.family-diagram-svg{overflow:visible}.family-diagram-svg .family-links,.family-diagram-svg .family-node,.family-diagram-svg .family-link-dot{transition:all .35s ease}.family-diagram-svg .family-links{stroke-dashoffset:0}.family-config:hover .family-links{stroke:rgba(44,180,192,.75);stroke-dashoffset:-16}.family-config:hover .family-parent,.family-config:hover .family-child{transform:translateY(-2px) scale(1.03);transform-box:fill-box;transform-origin:center}.family-config:hover .family-link-dot{fill:var(--cyan);r:5}.family-config:hover .family-node{color:var(--cyan2)}
.eiffel-image{display:block;width:100%;max-width:235px;height:auto}
.qr-buckle,.qr-strap{display:none !important}


/* V48 — finition page Comment ça marche */
.how-hero-copy h1{margin-bottom:12px}
.how-hero-tagline{
  max-width:620px;
  margin:0 0 24px;
  color:var(--navy);
  font-size:clamp(18px,1.55vw,23px);
  line-height:1.35;
  font-weight:700;
  letter-spacing:-.02em;
}
.how-hero-copy>p:last-child{margin-top:0}

.how-hero-summary .how-summary-item{
  transition:transform .28s ease,border-color .28s ease,background .28s ease,box-shadow .28s ease;
}
.how-hero-summary .how-summary-item:hover{
  transform:translateY(-4px);
  border-color:rgba(7,27,69,.22);
  background:#fff;
  box-shadow:0 14px 30px rgba(18,50,94,.07);
}

/* QR: image détourée, sans carré blanc */
.qr-buckle-visual{
  min-height:190px;
  background:transparent;
}
.qr-buckle-image{
  width:min(100%,250px);
  max-height:190px;
  object-fit:contain;
  filter:drop-shadow(0 15px 22px rgba(20,54,95,.09));
}

/* Multi-bracelets: respiration + animation indépendante sur chaque schéma */
.family-wide-copy>p{line-height:1.76}
.family-wide-copy>p+p{margin-top:5px}
.family-config{
  cursor:default;
  overflow:visible;
  transition:transform .28s ease,background .28s ease,box-shadow .28s ease;
}
.family-config:hover{
  transform:translateY(-4px);
  background:rgba(255,255,255,.62);
  box-shadow:0 14px 34px rgba(19,52,94,.07);
}
.family-config .family-diagram-svg{
  transition:transform .32s ease;
}
.family-config:hover .family-diagram-svg{transform:scale(1.025)}
.family-config .family-links{
  stroke-dasharray:4 7;
  stroke-dashoffset:0;
}
.family-config:hover .family-links{
  stroke:var(--cyan);
  animation:familyLinkFlow .8s linear infinite;
}
.family-config:hover .family-link-dot{
  fill:var(--cyan);
  stroke:var(--cyan);
}
.family-config:hover .family-node{
  color:var(--navy);
  stroke-width:2.2;
}
@keyframes familyLinkFlow{to{stroke-dashoffset:-22}}

/* Tour Eiffel détourée, plus petite, avec échelle de hauteur explicite */
.eiffel-reference{
  grid-template-columns:minmax(170px,.55fr) 1fr;
  gap:22px;
}
.eiffel-visual{
  position:relative;
  width:190px;
  max-width:100%;
  min-height:220px;
  display:grid;
  place-items:end center;
  margin:auto;
}
.eiffel-image{
  width:auto;
  max-width:145px;
  max-height:218px;
  object-fit:contain;
  filter:drop-shadow(0 10px 18px rgba(7,27,69,.06));
}
.eiffel-height-marker{
  position:absolute;
  right:-2px;
  bottom:19px;
  width:58px;
  height:76px;
  color:var(--navy);
  pointer-events:none;
}
.eiffel-height-line{
  position:absolute;
  right:9px;
  bottom:0;
  width:1px;
  height:100%;
  background:rgba(7,27,69,.42);
}
.eiffel-height-cap{
  position:absolute;
  right:5px;
  width:9px;
  height:1px;
  background:rgba(7,27,69,.52);
}
.eiffel-height-cap-top{top:0}
.eiffel-height-cap-bottom{bottom:0}
.eiffel-height-marker strong{
  position:absolute;
  right:15px;
  top:-6px;
  white-space:nowrap;
  color:var(--navy);
  font-size:13px;
  font-weight:850;
}
.eiffel-height-marker small{
  position:absolute;
  right:15px;
  top:15px;
  white-space:nowrap;
  color:#60718b;
  font-size:9px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.05em;
}

/* Cohérence: turquoise réservé aux accents, contenus structurants en bleu marine */
.how-step-number,.how-stage-index,.how-kicker,.how-small-title,
.family-wide-copy h2,.family-rules strong{color:var(--navy)}

/* Mobile : animations non indispensables et visuels compacts */
@media(max-width:760px){
  .how-hero-tagline{font-size:18px;margin-bottom:20px}
  .how-hero-summary .how-summary-item:hover{transform:none;box-shadow:none}
  .qr-buckle-image{max-height:165px;width:min(100%,220px)}
  .eiffel-reference{grid-template-columns:1fr}
  .eiffel-visual{width:180px;min-height:205px}
  .eiffel-image{max-width:136px;max-height:202px}
  .family-config:hover{transform:none;box-shadow:none}
  .family-config:hover .family-diagram-svg{transform:none}
  .family-config:hover .family-links{animation:none}
}
@media(prefers-reduced-motion:reduce){
  .how-hero-summary .how-summary-item,
  .family-config,.family-diagram-svg,.family-links,.family-link-dot{transition:none!important;animation:none!important}
  .how-hero-summary .how-summary-item:hover,.family-config:hover,.family-config:hover .family-diagram-svg{transform:none!important}
}


/* V49 — final refinements based on latest validation */
.how-hero{padding:138px 0 76px;background:linear-gradient(180deg,#fff 0%,#fbfdff 100%)}
.how-hero-card{margin:0;border-radius:40px;overflow:hidden;border:1px solid rgba(171,196,233,.45);background:linear-gradient(180deg,#f6faff 0%,#f4f8fe 100%);box-shadow:none}
.how-hero-card img{display:block;width:100%;height:auto}

/* LoomiClip visual background becomes the reference for the following cards */
.family-wide-card,.how-know-card{background:linear-gradient(180deg,#f6faff 0%,#f4f8fe 100%);border:1px solid rgba(171,196,233,.45);box-shadow:none}
.family-rules span{background:rgba(255,255,255,.62)}

/* Family hover animations: cleaner, more visible, and individually triggered */
.family-config{cursor:pointer;position:relative}
.family-config:focus-visible{outline:2px solid rgba(44,180,192,.6);outline-offset:4px}
.family-config .family-diagram-svg{overflow:visible}
.family-config .family-links path{stroke-dasharray:4 7;stroke-dashoffset:0;transition:stroke .25s ease}
.family-config .family-link-dot{transition:all .28s ease}
.family-config .family-node{transition:transform .28s ease,color .28s ease}
.family-config:hover,.family-config.is-hovered{transform:translateY(-4px);background:rgba(255,255,255,.62);box-shadow:0 14px 34px rgba(19,52,94,.07)}
.family-config:hover .family-diagram-svg,.family-config.is-hovered .family-diagram-svg{transform:scale(1.025)}
.family-config:hover .family-links path,.family-config.is-hovered .family-links path{stroke:var(--cyan);animation:familyLinkFlow .9s linear infinite}
.family-config:hover .family-link-dot,.family-config.is-hovered .family-link-dot{fill:var(--cyan);stroke:var(--cyan);animation:familyDotPulse 1s ease-in-out infinite}
.family-config:hover .family-node,.family-config.is-hovered .family-node{color:var(--navy)}
.family-config:hover .family-parent,.family-config.is-hovered .family-parent,.family-config:hover .family-child,.family-config.is-hovered .family-child{transform:translateY(-2px) scale(1.03);transform-box:fill-box;transform-origin:center}
@keyframes familyLinkFlow{to{stroke-dashoffset:-22}}
@keyframes familyDotPulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.18);opacity:.82}}

/* Eiffel tower: smaller footprint and corrected first-floor reference */
.eiffel-reference{grid-template-columns:minmax(150px,.48fr) 1fr;gap:18px}
.eiffel-visual{width:150px;min-height:188px}
.eiffel-image{max-width:108px;max-height:174px;filter:drop-shadow(0 8px 14px rgba(7,27,69,.05))}
.eiffel-height-marker{right:-12px;bottom:12px;width:66px;height:38px}
.eiffel-height-line{right:11px}
.eiffel-height-cap{right:7px}
.eiffel-height-marker strong{right:18px;top:-8px;font-size:12px}
.eiffel-height-marker small{right:18px;top:10px;font-size:8.5px}

@media(max-width:980px){
  .how-hero{padding:116px 0 62px}
  .how-hero-card{border-radius:28px}
}
@media(max-width:760px){
  .how-hero-card{border-radius:24px}
  .eiffel-reference{grid-template-columns:1fr;justify-items:center;text-align:center}
  .eiffel-visual{width:156px;min-height:188px}
  .eiffel-image{max-width:112px;max-height:176px}
  .eiffel-height-marker{right:-2px;bottom:10px}
}
@media(prefers-reduced-motion:reduce){
  .family-config.is-hovered .family-links path,.family-config:hover .family-links path,.family-config.is-hovered .family-link-dot,.family-config:hover .family-link-dot{animation:none!important}
}


/* ==========================================================
   V49 — responsive hero + stable family hover + Eiffel finish
   ========================================================== */

/* HERO "Comment ça marche ?" — open white layout, real HTML/CSS */
.how-hero-v49{
  padding:155px 0 92px;
  background:#fff;
  border-bottom:1px solid rgba(220,229,239,.72);
  overflow:hidden;
}
.how-hero-v49 .how-hero-v49-grid{
  min-height:560px;
  display:grid;
  grid-template-columns:minmax(430px,.88fr) minmax(650px,1.12fr);
  gap:44px;
  align-items:center;
}
.how-hero-v49 .how-hero-copy{
  max-width:720px;
}
.how-hero-v49 .how-hero-copy .eyebrow{
  margin:0 0 26px;
}
.how-hero-v49 .how-hero-copy h1{
  margin:0 0 22px;
  max-width:720px;
  font-size:clamp(60px,5vw,84px);
  line-height:.99;
}
.how-hero-v49 .how-hero-tagline{
  margin:0 0 30px;
  max-width:570px;
  color:var(--navy);
  font-size:clamp(19px,1.55vw,24px);
  line-height:1.35;
  font-weight:760;
  letter-spacing:-.025em;
}
.how-hero-v49 .how-hero-copy>p:last-child{
  margin:0;
  max-width:690px;
  color:#52627f;
  font-size:17px;
  line-height:1.72;
}
.how-hero-v49 .how-hero-copy strong{color:var(--navy)}

.how-hero-visual{
  position:relative;
  min-height:560px;
  width:100%;
  isolation:isolate;
}
.how-hero-product-face{
  position:absolute;
  left:50%;
  top:50%;
  width:255px;
  height:525px;
  transform:translate(-50%,-50%);
  display:grid;
  place-items:center;
  z-index:2;
}
.how-hero-product-face:before{
  content:"";
  position:absolute;
  width:330px;
  height:440px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(213,231,255,.34),rgba(235,244,255,.14) 52%,transparent 72%);
  filter:blur(14px);
  z-index:-1;
}
.how-hero-product-face img{
  display:block;
  width:auto;
  max-width:100%;
  height:100%;
  object-fit:contain;
  filter:drop-shadow(0 20px 24px rgba(22,54,95,.08));
}

.how-hero-connectors{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  z-index:1;
  pointer-events:none;
}
.how-hero-connectors path{
  fill:none;
  stroke:rgba(71,177,205,.35);
  stroke-width:1.5;
}
.how-hero-connectors circle{
  fill:#fff;
  stroke:rgba(71,177,205,.48);
  stroke-width:1.5;
}

.how-hero-alert{
  position:absolute;
  z-index:3;
  width:145px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:6px;
  color:var(--navy);
  transition:transform .26s ease,opacity .26s ease;
}
.how-hero-alert:hover{transform:translateY(-3px)}
.how-hero-alert .icon{
  width:62px;
  height:62px;
  margin:0 0 3px;
}
.how-hero-alert>span{
  color:var(--cyan);
  font-size:13px;
  font-weight:850;
  letter-spacing:.12em;
}
.how-hero-alert>strong{
  color:var(--navy);
  font-size:15px;
  line-height:1.2;
}
.how-hero-alert-distance{left:4%;top:7%}
.how-hero-alert-water{right:4%;top:7%}
.how-hero-alert-removal{left:4%;bottom:6%}
.how-hero-alert-sos{right:4%;bottom:6%}

/* Keep the exact LoomiClip light-blue treatment as the reference. */
.family-wide-card,
.how-know-card{
  background:linear-gradient(180deg,#f6faff 0%,#f4f8fe 100%) !important;
  border:1px solid rgba(171,196,233,.45) !important;
  box-shadow:none !important;
}

/* FAMILY — intentionally simple and robust desktop hover.
   No transforms are applied to the positioned SVG nodes. */
.family-config{
  position:relative;
  cursor:default;
  border-radius:22px;
  transition:transform .28s ease,background .28s ease,box-shadow .28s ease !important;
}
.family-config .family-diagram-svg{
  transform:none !important;
  transition:opacity .28s ease,filter .28s ease !important;
}
.family-config .family-node,
.family-config .family-parent,
.family-config .family-child{
  transform-box:initial !important;
  transform-origin:initial !important;
}
.family-config:hover,
.family-config.is-hovered{
  transform:translateY(-5px) !important;
  background:rgba(255,255,255,.56) !important;
  box-shadow:0 12px 28px rgba(19,52,94,.07) !important;
}
.family-config:hover .family-diagram-svg,
.family-config.is-hovered .family-diagram-svg{
  transform:none !important;
  opacity:.94;
  filter:drop-shadow(0 6px 10px rgba(26,68,113,.05));
}
.family-config:hover .family-links,
.family-config:hover .family-links path,
.family-config.is-hovered .family-links,
.family-config.is-hovered .family-links path{
  animation:none !important;
  stroke-dashoffset:0 !important;
}
.family-config:hover .family-link-dot,
.family-config.is-hovered .family-link-dot{
  animation:none !important;
  transform:none !important;
}
.family-config:hover .family-parent,
.family-config:hover .family-child,
.family-config.is-hovered .family-parent,
.family-config.is-hovered .family-child{
  transform:none !important;
}

/* EIFFEL — lower marker ~0.4 cm and move it slightly right.
   This aligns the marker with the lower (first-floor) platform. */
.eiffel-height-marker{
  right:-26px !important;
  bottom:-3px !important;
}
.eiffel-height-marker strong{
  right:18px !important;
}
.eiffel-height-marker small{
  right:18px !important;
}

/* Tablet */
@media(max-width:1180px){
  .how-hero-v49 .how-hero-v49-grid{
    grid-template-columns:minmax(360px,.9fr) minmax(560px,1.1fr);
    gap:24px;
  }
  .how-hero-product-face{width:225px;height:475px}
  .how-hero-alert{width:125px}
  .how-hero-alert-distance,.how-hero-alert-removal{left:1%}
  .how-hero-alert-water,.how-hero-alert-sos{right:1%}
}

/* Mobile/tablet portrait — product first, alert grid below */
@media(max-width:980px){
  .how-hero-v49{padding:118px 0 72px}
  .how-hero-v49 .how-hero-v49-grid{
    grid-template-columns:1fr;
    gap:42px;
    min-height:0;
  }
  .how-hero-v49 .how-hero-copy{max-width:700px}
  .how-hero-v49 .how-hero-copy h1{font-size:clamp(52px,8vw,72px)}
  .how-hero-visual{
    min-height:650px;
    display:grid;
    grid-template-columns:1fr 1fr;
    grid-template-rows:auto 390px auto;
    gap:18px 14px;
    align-items:center;
  }
  .how-hero-connectors{display:none}
  .how-hero-product-face{
    position:relative;
    left:auto;top:auto;
    transform:none;
    grid-column:1 / -1;
    grid-row:2;
    width:210px;
    height:390px;
    margin:auto;
  }
  .how-hero-product-face:before{width:280px;height:340px}
  .how-hero-alert{
    position:relative;
    inset:auto;
    width:auto;
    min-height:105px;
    justify-content:center;
  }
  .how-hero-alert-distance{grid-column:1;grid-row:1}
  .how-hero-alert-water{grid-column:2;grid-row:1}
  .how-hero-alert-removal{grid-column:1;grid-row:3}
  .how-hero-alert-sos{grid-column:2;grid-row:3}
  .how-hero-alert:hover{transform:none}
}

/* Phone */
@media(max-width:620px){
  .how-hero-v49{padding:102px 0 58px}
  .how-hero-v49 .how-hero-v49-grid{gap:34px}
  .how-hero-v49 .how-hero-copy .eyebrow{margin-bottom:20px}
  .how-hero-v49 .how-hero-copy h1{
    font-size:46px;
    line-height:1.01;
    margin-bottom:18px;
  }
  .how-hero-v49 .how-hero-tagline{
    font-size:18px;
    margin-bottom:22px;
  }
  .how-hero-v49 .how-hero-copy>p:last-child{
    font-size:15px;
    line-height:1.68;
  }
  .how-hero-visual{
    min-height:570px;
    grid-template-rows:auto 340px auto;
    gap:12px 6px;
  }
  .how-hero-product-face{width:180px;height:340px}
  .how-hero-product-face:before{width:235px;height:300px}
  .how-hero-alert{min-height:92px;gap:4px}
  .how-hero-alert .icon{width:48px;height:48px}
  .how-hero-alert>span{font-size:11px}
  .how-hero-alert>strong{font-size:13px}
  .eiffel-height-marker{
    right:-18px !important;
    bottom:-3px !important;
  }
}

@media(prefers-reduced-motion:reduce){
  .how-hero-alert,.family-config,.family-diagram-svg{transition:none !important}
  .how-hero-alert:hover,.family-config:hover,.family-config.is-hovered{transform:none !important}
}

/* ==========================================================
   V50 — premium transparent product visuals + open family block
   ========================================================== */

/* The product PNGs are now genuinely transparent; keep every existing
   scroll/alert animation untouched and only refine their compositing. */
.how-product-stage img{
  mix-blend-mode:normal;
}
.how-hero-product-face img{
  mix-blend-mode:normal;
}

/* Family section: open, editorial treatment inspired by the Application section. */
.how-family{
  position:relative;
  overflow:hidden;
  padding:100px 0 96px;
  background:
    radial-gradient(circle at 88% 12%,rgba(205,240,246,.42),transparent 31%),
    linear-gradient(180deg,#fff 0%,#f8fbff 100%);
}
.family-wide-card{
  display:grid;
  grid-template-columns:minmax(360px,.88fr) minmax(0,1.12fr);
  gap:48px 54px;
  align-items:center;
  padding:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.family-wide-copy>p{
  max-width:650px;
}
.family-rules span{
  background:rgba(255,255,255,.68);
}

/* Module centered after the copy + two family diagrams. */
.family-led-zone{
  grid-column:1 / -1;
  width:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:20px;
  margin-top:6px;
  padding-top:42px;
  border-top:1px solid rgba(185,205,231,.48);
  text-align:center;
}
.family-module-visual{
  position:relative;
  width:158px;
  display:grid;
  place-items:center;
}
.family-module-visual img{
  display:block;
  width:100%;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 18px 24px rgba(19,52,94,.13));
}
.family-module-led{
  position:absolute;
  left:50%;
  top:46.9%;
  width:16px;
  height:16px;
  transform:translate(-50%,-50%);
  border-radius:50%;
  background:#53a9ef;
  box-shadow:0 0 0 3px rgba(255,255,255,.92),0 0 16px rgba(83,169,239,.58);
  animation:familyModuleLedCycle 6.4s ease-in-out infinite;
}
.family-led-copy{
  max-width:720px;
}
.family-led-copy p{
  margin:0;
  color:#536783;
  font-size:14px;
  line-height:1.7;
}
.family-led-copy strong{
  color:var(--navy);
  font-weight:720;
}
@keyframes familyModuleLedCycle{
  0%,18%{
    background:#57c97d;
    box-shadow:0 0 0 3px rgba(255,255,255,.92),0 0 16px rgba(87,201,125,.58);
  }
  25%,43%{
    background:#53a9ef;
    box-shadow:0 0 0 3px rgba(255,255,255,.92),0 0 16px rgba(83,169,239,.58);
  }
  50%,68%{
    background:#f6a04d;
    box-shadow:0 0 0 3px rgba(255,255,255,.92),0 0 16px rgba(246,160,77,.58);
  }
  75%,93%{
    background:#ee7da5;
    box-shadow:0 0 0 3px rgba(255,255,255,.92),0 0 16px rgba(238,125,165,.58);
  }
  100%{
    background:#57c97d;
    box-shadow:0 0 0 3px rgba(255,255,255,.92),0 0 16px rgba(87,201,125,.58);
  }
}

@media(max-width:980px){
  .how-family{padding:78px 0 76px}
  .family-wide-card{
    grid-template-columns:1fr;
    gap:34px;
    padding:0 !important;
  }
  .family-led-zone{
    grid-column:1;
    margin-top:2px;
    padding-top:34px;
  }
  .family-module-visual{width:145px}
}
@media(max-width:620px){
  .how-family{padding:64px 0 62px}
  .family-wide-card{gap:26px;padding:0 !important}
  .family-led-zone{gap:16px;padding-top:30px}
  .family-module-visual{width:132px}
  .family-module-led{width:14px;height:14px}
  .family-led-copy p{font-size:12.5px;line-height:1.65}
}
@media(prefers-reduced-motion:reduce){
  .family-module-led{animation:none !important;background:#53a9ef}
}
