/* MXonnowell v0.3.31 — Reference CSS request consolidation. Exact original cascade order preserved. */

/* ---- reference-pages-v0302.css ---- */
/* MXonnowell v0.3.02 — 8 referans sayfa tasarım sistemi.
   Ekran görüntüsü yapıştırılmaz; gerçek HTML/CSS bileşenleri referans hiyerarşiyi yeniden kurar. */

:root{
  --mx302-navy:#0d2f68;
  --mx302-blue:#086ed6;
  --mx302-green:#4c9e17;
  --mx302-green-dark:#2e7d13;
  --mx302-cyan:#0b9dad;
  --mx302-ink:#112b55;
  --mx302-text:#445268;
  --mx302-muted:#6f7c8e;
  --mx302-line:#e1e9f1;
  --mx302-soft:#f7fafc;
  --mx302-card:#ffffff;
  --mx302-radius:22px;
  --mx302-shadow:0 12px 35px rgba(22,58,102,.08);
}

.mx302-video-first{position:relative;padding:16px 0 22px;background:#fff;border-bottom:1px solid var(--mx302-line)}
.mx302-video-first__frame{position:relative;overflow:hidden;aspect-ratio:16/9;border-radius:20px;background:#06152b;box-shadow:var(--mx302-shadow)}
.mx302-video-poster,.mx302-video-el{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.mx302-video-el{z-index:2;background:transparent}
.mx302-video-poster{z-index:1}
.mx302-video-poster--mobile,.mx302-video-el--mobile{display:none}
.mx302-video-first__badge{position:absolute;z-index:4;left:18px;bottom:16px;display:flex;align-items:center;gap:8px;padding:8px 11px;border:1px solid rgba(255,255,255,.35);border-radius:999px;background:rgba(5,31,63,.72);backdrop-filter:blur(12px);color:#fff}
.mx302-video-first__badge span{font-size:10px;letter-spacing:.11em;text-transform:uppercase;opacity:.72}.mx302-video-first__badge strong{font-size:12px}

.mx302-hero{position:relative;overflow:hidden;border-bottom:1px solid var(--mx302-line);background:linear-gradient(105deg,#fff 0%,#f7fbff 49%,#eef8ff 100%)}
.mx302-hero::before,.mx302-hero::after{content:"";position:absolute;pointer-events:none;border-radius:50%}
.mx302-hero::before{width:330px;height:330px;left:-190px;bottom:-180px;background:radial-gradient(circle at 65% 35%,rgba(8,110,214,.18),rgba(8,110,214,0) 68%)}
.mx302-hero::after{width:350px;height:350px;right:-200px;top:-190px;background:radial-gradient(circle at 35% 65%,rgba(76,158,23,.18),rgba(76,158,23,0) 68%)}
.mx302-hero--green{background:linear-gradient(105deg,#fff 0%,#f9fcf6 49%,#eff8e9 100%)}
.mx302-hero__grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,46%) minmax(0,54%);align-items:stretch;min-height:420px}
.mx302-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:54px 30px 54px 8px}
.mx302-eyebrow{display:block;margin-bottom:12px;color:var(--mx302-blue);font-size:11px;font-weight:800;letter-spacing:.13em;text-transform:uppercase}
.mx302-hero--green .mx302-eyebrow{color:var(--mx302-green-dark)}
.mx302-hero h1{max-width:660px;margin:0;color:var(--mx302-navy);font-size:clamp(42px,5vw,72px);line-height:.98;font-weight:760;letter-spacing:-.055em}
.mx302-hero h1 em{font-style:normal;color:var(--mx302-green)}
.mx302-hero__copy>p{max-width:650px;margin:20px 0 0;color:var(--mx302-text);font-size:17px;line-height:1.65}
.mx302-hero__media{position:relative;min-width:0;min-height:420px;overflow:hidden;border-radius:0 0 0 54px}
.mx302-device-image{width:100%;height:100%;object-fit:cover;object-position:center}
.mx302-device-image--mobile{display:none}
.mx302-hero__media .mx302-device-image{position:absolute;inset:0}
.mx302-hero__media::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.25),rgba(255,255,255,0) 30%);pointer-events:none}
.mx302-hero__badges{display:flex;flex-wrap:wrap;gap:11px;margin-top:24px}
.mx302-hero__badges span{display:inline-flex;align-items:center;gap:8px;color:var(--mx302-ink);font-size:12px;font-weight:700}
.mx302-hero__badges i{display:grid;place-items:center;width:27px;height:27px;color:var(--mx302-blue)}
.mx302-hero__badges svg,.mx302-icon svg,.mx302-check-list svg,.mx302-fit-grid svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mx302-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}
.mx302-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 20px;border:1px solid var(--mx302-green);border-radius:999px;background:linear-gradient(135deg,#68b520,#378d12);color:#fff!important;font-size:13px;font-weight:800;text-decoration:none!important;box-shadow:0 8px 20px rgba(62,145,20,.2)}
.mx302-btn:hover{transform:translateY(-1px)}
.mx302-btn--ghost{border-color:#cddaea;background:#fff;color:var(--mx302-navy)!important;box-shadow:none}
.mx302-btn--light{border-color:#fff;background:#fff;color:var(--mx302-green-dark)!important;box-shadow:none}

.mx302-section{position:relative;padding:58px 0;border-bottom:1px solid var(--mx302-line)}
.mx302-section--white{background:#fff}.mx302-section--soft{background:var(--mx302-soft)}.mx302-section--blue{background:linear-gradient(135deg,#0a6bb4 0%,#0c8ea9 50%,#4a9d1a 100%);color:#fff}
.mx302-heading{text-align:center;max-width:900px;margin:0 auto 30px}.mx302-heading h2{margin:0;color:var(--mx302-navy);font-size:clamp(27px,3.1vw,40px);line-height:1.12;letter-spacing:-.035em}.mx302-heading p{margin:10px auto 0;max-width:760px;color:var(--mx302-muted);font-size:14px;line-height:1.65}
.mx302-section--blue .mx302-heading h2,.mx302-section--blue .mx302-heading p{color:#fff}

.mx302-feature-grid{display:grid;gap:18px}.mx302-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.mx302-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.mx302-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.mx302-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}
.mx302-feature-card{min-width:0;padding:25px 20px;text-align:center;border:1px solid #e3eaf2;border-radius:18px;background:#fff;box-shadow:0 9px 24px rgba(30,62,101,.045)}
.mx302-feature-card .mx302-icon{display:grid;place-items:center;width:62px;height:62px;margin:0 auto 18px;padding:16px;border:1px solid #dfe8f2;border-radius:50%;background:#f9fbfe;color:var(--mx302-blue)}
.mx302-feature-card:nth-child(even) .mx302-icon{color:var(--mx302-green-dark);background:#f8fbf3}
.mx302-feature-card h3{margin:0;color:var(--mx302-navy);font-size:17px;line-height:1.2}.mx302-feature-card p{margin:10px 0 0;color:var(--mx302-muted);font-size:12.5px;line-height:1.58}

.mx302-home-duo{background:#fff}.mx302-duo-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.mx302-duo-card{display:grid;grid-template-columns:minmax(0,55%) minmax(0,45%);overflow:hidden;min-height:365px;border:1px solid #dfe7ef;border-radius:22px;background:#fff;box-shadow:var(--mx302-shadow)}
.mx302-duo-card>div{padding:34px 28px}.mx302-duo-card>div>span{color:var(--mx302-blue);font-size:10px;font-weight:800;letter-spacing:.1em}.mx302-duo-card.is-onnowell>div>span{color:var(--mx302-green-dark)}
.mx302-duo-card h2{margin:10px 0 12px;color:var(--mx302-navy);font-size:29px;line-height:1.05;letter-spacing:-.04em}.mx302-duo-card.is-onnowell h2{color:#306c1f}.mx302-duo-card p{color:var(--mx302-text);font-size:13px;line-height:1.55}.mx302-duo-card ul{display:grid;gap:7px;margin:17px 0 22px;padding:0;list-style:none;color:var(--mx302-ink);font-size:12px}.mx302-duo-card li::before{content:"✓";margin-right:7px;color:var(--mx302-blue);font-weight:900}.mx302-duo-card.is-onnowell li::before{color:var(--mx302-green)}
.mx302-duo-card figure{margin:0;min-width:0;background:#f5f9fc}.mx302-duo-card figure img{width:100%;height:100%;object-fit:cover}

.mx302-split__grid{display:grid;grid-template-columns:minmax(0,44%) minmax(0,56%);align-items:stretch;min-height:360px;overflow:hidden;border:1px solid #e0e8f0;border-radius:22px;background:#fff;box-shadow:var(--mx302-shadow)}
.mx302-split__grid.is-reverse .mx302-split__copy{order:2}.mx302-split__grid.is-reverse .mx302-split__media{order:1}
.mx302-split__copy{display:flex;flex-direction:column;justify-content:center;padding:42px}.mx302-split__copy h2{margin:0;color:var(--mx302-navy);font-size:clamp(29px,3.2vw,44px);line-height:1.06;letter-spacing:-.045em}.mx302-split__copy>p{margin:15px 0 0;color:var(--mx302-text);font-size:14px;line-height:1.65}.mx302-split__copy .mx302-btn{align-self:flex-start;margin-top:22px}.mx302-split__media{position:relative;min-height:330px;overflow:hidden}.mx302-split__media .mx302-device-image{position:absolute;inset:0}
.mx302-check-list{display:grid;gap:9px;margin:20px 0 0;padding:0;list-style:none}.mx302-check-list li{display:flex;align-items:center;gap:9px;color:var(--mx302-ink);font-size:13px}.mx302-check-list i{display:grid;place-items:center;flex:0 0 22px;width:22px;height:22px;color:var(--mx302-blue)}
.mx302-section--blue .mx302-split__grid{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.96)}

.mx302-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:0;overflow:hidden;border:1px solid #e0e8f0;border-radius:20px;background:#fff;box-shadow:0 8px 26px rgba(31,60,96,.05)}
.mx302-steps article{position:relative;min-width:0;padding:28px 18px;text-align:center;border-right:1px solid #e6edf4}.mx302-steps article:last-child{border-right:0}.mx302-step-no{position:absolute;top:12px;left:13px;display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--mx302-navy);color:#fff;font-size:11px;font-weight:900}.mx302-steps article:nth-child(even) .mx302-step-no{background:var(--mx302-cyan)}.mx302-steps article:nth-child(3n) .mx302-step-no{background:var(--mx302-green)}
.mx302-steps .mx302-icon{display:grid;place-items:center;width:60px;height:60px;margin:8px auto 15px;padding:15px;border:1px solid #dce6f0;border-radius:50%;color:var(--mx302-blue)}.mx302-steps h3{margin:0;color:var(--mx302-navy);font-size:15px}.mx302-steps p{margin:8px 0 0;color:var(--mx302-muted);font-size:11.5px;line-height:1.55}

.mx302-media-grid{display:grid;gap:18px}.mx302-media-card{overflow:hidden;border:1px solid #e1e9f1;border-radius:18px;background:#fff;box-shadow:0 8px 24px rgba(31,60,96,.05)}.mx302-media-card figure{position:relative;margin:0;aspect-ratio:16/10;overflow:hidden;background:#edf4f8}.mx302-media-card figure img{width:100%;height:100%;object-fit:cover}.mx302-play{position:absolute;left:50%;top:50%;display:grid;place-items:center;width:52px;height:52px;padding:12px;transform:translate(-50%,-50%);border-radius:50%;background:rgba(255,255,255,.9);color:var(--mx302-navy);box-shadow:0 8px 20px rgba(10,35,70,.18)}.mx302-play svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.7}.mx302-media-card h3{margin:17px 18px 0;color:var(--mx302-navy);font-size:16px}.mx302-media-card p{margin:8px 18px 18px;color:var(--mx302-muted);font-size:12px;line-height:1.55}
.mx302-media-grid.mx302-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.mx302-media-grid.mx302-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.mx302-media-grid.mx302-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}

.mx302-video-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px}.mx302-video-card{min-width:0}.mx302-video-card__frame{position:relative;overflow:hidden;aspect-ratio:16/9;border-radius:16px;background:#071728}.mx302-video-card__frame img,.mx302-video-card__frame video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.mx302-video-card__frame video{z-index:2;background:transparent}.mx302-video-card h3{margin:12px 2px 0;color:var(--mx302-navy);font-size:15px}.mx302-video-card p{margin:6px 2px 0;color:var(--mx302-muted);font-size:11.5px;line-height:1.5}

.mx302-product-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}.mx302-product-card{position:relative;min-width:0;overflow:hidden;border:1px solid #e2eaf1;border-radius:16px;background:#fff;box-shadow:0 7px 20px rgba(31,60,96,.05)}.mx302-product-card__media{display:block;aspect-ratio:1/1;background:#f7fafb}.mx302-product-card__media img{width:100%;height:100%;object-fit:contain;padding:10px}.mx302-product-card__body{padding:14px}.mx302-product-card small{color:var(--mx302-green-dark);font-size:9px;font-weight:900}.mx302-product-card h3{margin:6px 0;color:var(--mx302-navy);font-size:13px;line-height:1.22}.mx302-product-card h3 a{color:inherit;text-decoration:none}.mx302-price{display:block;margin:10px 0;color:#182b42;font-size:13px}.mx302-mini-btn{display:inline-block;margin-top:6px;color:var(--mx302-green-dark);font-size:11px;font-weight:800;text-decoration:none}.mx302-product-edit{position:absolute;right:7px;top:7px;z-index:3;padding:6px 9px;border-radius:999px;background:#0f3769;color:#fff!important;font-size:10px;font-weight:800;text-decoration:none!important}

.mx302-story-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.mx302-story-card{overflow:hidden;border:1px solid #e1e9f1;border-radius:18px;background:#fff;box-shadow:0 8px 22px rgba(30,60,95,.05)}.mx302-story-card figure{margin:0;aspect-ratio:4/3;overflow:hidden}.mx302-story-card figure img{width:100%;height:100%;object-fit:cover}.mx302-story-card>div{position:relative;padding:18px}.mx302-story-card>div>span{position:absolute;right:15px;top:8px;color:var(--mx302-green);font-size:38px;font-weight:900}.mx302-story-card h3{margin:0 0 5px;color:var(--mx302-navy);font-size:16px}.mx302-story-card small{color:var(--mx302-muted);font-size:10px}.mx302-story-card p{margin:12px 0 0;color:var(--mx302-text);font-size:12px;line-height:1.6}

.mx302-explore-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.mx302-explore-card{display:flex;flex-direction:column;align-items:center;min-height:245px;padding:26px 22px;text-align:center;border:1px solid #e2eaf2;border-radius:18px;background:#fff;color:inherit!important;text-decoration:none!important;box-shadow:0 8px 22px rgba(30,60,95,.045)}.mx302-explore-card .mx302-icon{display:grid;place-items:center;width:62px;height:62px;padding:15px;border-radius:50%;background:linear-gradient(145deg,#0876db,#0b52b7);color:#fff}.mx302-explore-card:nth-child(even) .mx302-icon{background:linear-gradient(145deg,#67b922,#3b8e16)}.mx302-explore-card h3{margin:17px 0 7px;color:var(--mx302-navy);font-size:17px}.mx302-explore-card p{margin:0;color:var(--mx302-muted);font-size:12px;line-height:1.55}.mx302-explore-card>a{margin-top:auto;padding-top:16px;color:var(--mx302-blue)!important;font-size:11px;font-weight:800;text-decoration:none!important}

.mx302-fit-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.mx302-fit-grid article{padding:32px;border:1px solid #e0e8f0;border-radius:20px;background:#fff}.mx302-fit-grid h2{margin:0 0 20px;color:var(--mx302-navy);font-size:27px}.mx302-fit-grid .is-good h2{color:var(--mx302-green-dark)}.mx302-fit-grid ul{display:grid;gap:12px;margin:0;padding:0;list-style:none}.mx302-fit-grid li{display:flex;gap:10px;align-items:flex-start;color:var(--mx302-text);font-size:13px}.mx302-fit-grid li i{display:grid;place-items:center;flex:0 0 21px;width:21px;height:21px;border-radius:50%;color:#fff;background:var(--mx302-green);font-style:normal;font-weight:900}.mx302-fit-grid .is-bad li i{background:#0d4f9d}.mx302-fit-grid li i svg{width:13px;height:13px}.mx302-fit-grid article>p{margin:22px 0 0;padding:14px;border-radius:12px;background:#f4f9ef;color:var(--mx302-text);font-size:11.5px;line-height:1.55}.mx302-fit-grid .is-bad>p{background:#f1f6fb}

.mx302-join-info-grid{display:grid;grid-template-columns:1.05fr 1.15fr .9fr;gap:18px}.mx302-join-info-grid>article{padding:22px;border:1px solid #e0e8f0;border-radius:18px;background:#fff}.mx302-join-info-grid h3{margin:0 0 16px;color:var(--mx302-navy);font-size:18px}.mx302-info-video>div{position:relative;overflow:hidden;aspect-ratio:16/10;border-radius:13px;background:#071728}.mx302-info-video img,.mx302-info-video video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.mx302-info-video video{z-index:2}.mx302-info-faq details{border-top:1px solid #e7edf3}.mx302-info-faq details:first-of-type{border-top:0}.mx302-info-faq summary{padding:12px 0;color:var(--mx302-ink);font-size:12px;font-weight:800;cursor:pointer}.mx302-info-faq p{margin:0 0 12px;color:var(--mx302-muted);font-size:11.5px;line-height:1.55}.mx302-info-contact p{color:var(--mx302-text);font-size:12.5px;line-height:1.6}.mx302-info-contact ul{display:grid;gap:8px;margin:15px 0 20px;padding:0;list-style:none;color:var(--mx302-text);font-size:11.5px}.mx302-info-contact li::before{content:"✓";margin-right:7px;color:var(--mx302-green);font-weight:900}

.mx302-faq-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.mx302-faq-grid details{padding:18px;border:1px solid #e0e8f0;border-radius:16px;background:#fff}.mx302-faq-grid summary{color:var(--mx302-navy);font-size:13px;font-weight:800;cursor:pointer}.mx302-faq-grid p{margin:12px 0 0;color:var(--mx302-muted);font-size:11.5px;line-height:1.55}

.mx302-cta{position:relative;overflow:hidden;padding:30px 0;background:linear-gradient(110deg,#075aaf 0%,#078ba7 52%,#55a918 100%)}.mx302-cta::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 10% 30%,rgba(255,255,255,.13),transparent 28%),radial-gradient(circle at 92% 65%,rgba(255,255,255,.1),transparent 24%)}.mx302-cta__inner{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:28px}.mx302-cta h2{margin:0;color:#fff;font-size:clamp(26px,3vw,39px);letter-spacing:-.035em}.mx302-cta p{margin:8px 0 0;color:rgba(255,255,255,.88);font-size:13px}.mx302-empty{padding:28px;text-align:center;border:1px dashed #d8e2eb;border-radius:16px;color:var(--mx302-muted)}

/* Builder giriş düğmesi her yeni bölümde görünür kalsın. */
body.admin-bar .mx302-video-first,body.admin-bar .mx302-hero,body.admin-bar .mx302-section,body.admin-bar .mx302-cta{position:relative}
.mx302-video-first.mx109-has-entry>.mx109-section-edit,.mx302-hero.mx109-has-entry>.mx109-section-edit,.mx302-section.mx109-has-entry>.mx109-section-edit,.mx302-cta.mx109-has-entry>.mx109-section-edit{z-index:40}

@media (max-width:1180px){
  .mx302-hero__grid{grid-template-columns:1fr 1fr;min-height:380px}.mx302-hero__copy{padding:42px 25px 42px 0}.mx302-hero__media{min-height:380px}
  .mx302-cols-6{grid-template-columns:repeat(3,minmax(0,1fr))}.mx302-cols-5{grid-template-columns:repeat(3,minmax(0,1fr))}
  .mx302-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mx302-story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mx302-explore-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .mx302-home-duo .mx302-duo-grid{grid-template-columns:1fr}.mx302-duo-card{min-height:330px}
}

@media (max-width:900px){
  .mx302-video-first{padding:10px 0 16px}.mx302-video-first__frame{border-radius:16px}
  .mx302-hero__grid{grid-template-columns:1fr}.mx302-hero__copy{padding:42px 0 32px}.mx302-hero__media{min-height:430px;border-radius:24px 24px 0 0;order:-1;margin-top:18px}.mx302-hero__media::after{background:linear-gradient(0deg,rgba(255,255,255,.2),transparent 40%)}
  .mx302-section{padding:48px 0}.mx302-cols-4,.mx302-cols-5,.mx302-cols-6{grid-template-columns:repeat(2,minmax(0,1fr))}.mx302-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
  .mx302-split__grid{grid-template-columns:1fr}.mx302-split__copy{padding:34px}.mx302-split__media{min-height:380px;order:-1}.mx302-split__grid.is-reverse .mx302-split__copy{order:2}.mx302-split__grid.is-reverse .mx302-split__media{order:1}
  .mx302-steps{grid-template-columns:repeat(3,minmax(0,1fr))}.mx302-steps article{border-bottom:1px solid #e6edf4}.mx302-steps article:nth-child(3n){border-right:0}
  .mx302-media-grid.mx302-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}.mx302-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.mx302-explore-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mx302-faq-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mx302-join-info-grid{grid-template-columns:1fr 1fr}.mx302-info-contact{grid-column:1/-1}
}

@media (max-width:767px){
  .mx302-video-first>.mx-wrap{width:calc(100% - 16px)}.mx302-video-first__frame{aspect-ratio:16/9;border-radius:12px}.mx302-video-poster--web,.mx302-video-el--web{display:none}.mx302-video-poster--mobile,.mx302-video-el--mobile{display:block}.mx302-video-first__badge{left:10px;right:10px;bottom:9px;justify-content:center}.mx302-video-first__badge span{display:none}
  .mx302-device-image--web{display:none}.mx302-device-image--mobile{display:block}
  .mx302-hero__copy{padding:34px 0 38px}.mx302-hero h1{font-size:clamp(39px,12vw,55px)}.mx302-hero__copy>p{font-size:15px}.mx302-hero__media{min-height:360px;margin-top:10px;border-radius:18px}.mx302-hero__badges{gap:8px}.mx302-hero__badges span{flex:1 1 42%;font-size:11px}.mx302-actions{display:grid;grid-template-columns:1fr 1fr}.mx302-btn{padding:10px 13px;font-size:12px}
  .mx302-section{padding:40px 0}.mx302-heading{margin-bottom:22px}.mx302-heading h2{font-size:30px}.mx302-heading p{font-size:13px}
  .mx302-cols-3,.mx302-cols-4,.mx302-cols-5,.mx302-cols-6{grid-template-columns:1fr 1fr;gap:10px}.mx302-feature-card{padding:20px 12px}.mx302-feature-card .mx302-icon{width:52px;height:52px;padding:13px}.mx302-feature-card h3{font-size:14px}.mx302-feature-card p{font-size:11px}
  .mx302-duo-card{grid-template-columns:1fr;min-height:auto}.mx302-duo-card>div{padding:26px 22px}.mx302-duo-card figure{min-height:260px;order:-1}.mx302-duo-card h2{font-size:27px}
  .mx302-split__copy{padding:27px 22px}.mx302-split__copy h2{font-size:31px}.mx302-split__media{min-height:310px}
  .mx302-steps{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;border-radius:16px}.mx302-steps article{flex:0 0 78%;scroll-snap-align:start;border-right:1px solid #e6edf4;border-bottom:0}.mx302-steps article:last-child{border-right:0}
  .mx302-media-grid.mx302-cols-2,.mx302-media-grid.mx302-cols-3,.mx302-media-grid.mx302-cols-4{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory}.mx302-media-card{flex:0 0 82%;scroll-snap-align:start}
  .mx302-video-card-grid{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory}.mx302-video-card{flex:0 0 83%;scroll-snap-align:start}
  .mx302-product-grid{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory}.mx302-product-card{flex:0 0 62%;scroll-snap-align:start}.mx302-product-card__body{padding:12px}
  .mx302-story-grid{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory}.mx302-story-card{flex:0 0 78%;scroll-snap-align:start}
  .mx302-explore-grid{grid-template-columns:1fr 1fr;gap:10px}.mx302-explore-card{min-height:210px;padding:20px 13px}.mx302-explore-card .mx302-icon{width:52px;height:52px;padding:13px}.mx302-explore-card h3{font-size:14px}.mx302-explore-card p{font-size:10.5px}
  .mx302-fit-grid{grid-template-columns:1fr}.mx302-fit-grid article{padding:24px 20px}.mx302-fit-grid h2{font-size:24px}
  .mx302-join-info-grid{grid-template-columns:1fr}.mx302-info-contact{grid-column:auto}.mx302-faq-grid{grid-template-columns:1fr}.mx302-cta__inner{align-items:flex-start;flex-direction:column}.mx302-cta .mx302-btn{width:100%}
}

@media (max-width:420px){
  .mx302-cols-3,.mx302-cols-4,.mx302-cols-5,.mx302-cols-6{grid-template-columns:1fr}.mx302-hero__badges span{flex:1 1 100%}.mx302-actions{grid-template-columns:1fr}.mx302-product-card{flex-basis:72%}.mx302-explore-grid{grid-template-columns:1fr 1fr}
}

@media (prefers-reduced-motion:reduce){.mx302-btn{transition:none!important}.mx302-steps,.mx302-media-grid,.mx302-product-grid,.mx302-story-grid,.mx302-video-card-grid{scroll-behavior:auto!important}}


/* ---- reference-fidelity-v0304.css ---- */
/* MXonnowell v0.3.04 — Onaylanan 8 sayfa omurgasına yerleşim sadakati.
   Bu katman v0.3.02 bileşenlerini sökmez; ölçü, ritim, görsel kadraj ve
   sayfa-özel bölüm davranışlarını referans tasarımlara yaklaştırır. */

:root{
  --mx304-page:#ffffff;
  --mx304-soft:#f8fbfd;
  --mx304-soft-blue:#f4f9fd;
  --mx304-line:#e1eaf2;
  --mx304-navy:#0b2f69;
  --mx304-green:#49a313;
}

/* Ana ölçek: masaüstünde referanstaki daha kompakt, kurumsal ritim. */
.mx302-video-first>.mx-wrap,
.mx302-hero>.mx-wrap,
.mx302-section>.mx-wrap,
.mx302-cta>.mx-wrap{width:min(1240px,calc(100% - 56px))!important}
.mx302-section{padding:48px 0}
.mx302-heading{margin-bottom:25px}
.mx302-heading h2{font-size:clamp(25px,2.65vw,36px);font-weight:720}
.mx302-heading p{max-width:720px;font-size:13px;line-height:1.58}

/* Hero, referans tasarımlardaki yaklaşık 45/55 oran ve daha kontrollü başlık. */
.mx302-hero__grid{grid-template-columns:minmax(0,45%) minmax(0,55%);min-height:370px}
.mx302-hero__copy{padding:42px 34px 42px 6px}
.mx302-hero h1{font-size:clamp(40px,4.2vw,60px);line-height:1.01;letter-spacing:-.048em}
.mx302-hero__copy>p{margin-top:16px;font-size:15px;line-height:1.6}
.mx302-hero__media{min-height:370px;border-radius:0 0 0 44px}
.mx302-hero__badges{margin-top:19px;gap:10px}
.mx302-actions{margin-top:22px}

/* Kartları gereksiz büyük kutular yerine referanstaki ince, dengeli panellere yaklaştır. */
.mx302-feature-grid{gap:14px}
.mx302-feature-card{padding:21px 16px;border-radius:16px;box-shadow:0 7px 18px rgba(30,62,101,.035)}
.mx302-feature-card .mx302-icon{width:54px;height:54px;margin-bottom:14px;padding:14px}
.mx302-feature-card h3{font-size:15px}
.mx302-feature-card p{margin-top:7px;font-size:11.5px;line-height:1.5}

.mx302-steps{border-radius:17px;box-shadow:none}
.mx302-steps article{padding:24px 14px 22px}
.mx302-steps .mx302-icon{width:54px;height:54px;margin:8px auto 12px;padding:14px}
.mx302-steps h3{font-size:14px}.mx302-steps p{font-size:10.8px;line-height:1.5}

/* Ana sayfa — referanstaki iki ana dünya kartı. */
[data-mx-builder-key="home-two-worlds"]{padding-top:38px;padding-bottom:42px;background:#fff}
[data-mx-builder-key="home-two-worlds"] .mx302-duo-grid{gap:16px}
[data-mx-builder-key="home-two-worlds"] .mx302-duo-card{min-height:315px;border-radius:18px;box-shadow:0 8px 24px rgba(26,59,99,.05)}
[data-mx-builder-key="home-two-worlds"] .mx302-duo-card>div{padding:28px 24px}
[data-mx-builder-key="home-two-worlds"] .mx302-duo-card h2{font-size:25px;line-height:1.08}
[data-mx-builder-key="home-two-worlds"] .mx302-duo-card figure img{object-position:center}

/* Ana sayfa kazanım satırı: referanstaki 6 hafif ikon sütunu. */
[data-mx-builder-key="home-benefits"] .mx302-feature-card,
[data-mx-builder-key="apex-culture"] .mx302-feature-card,
[data-mx-builder-key="academy-achievements"] .mx302-feature-card,
[data-mx-builder-key="explore-trust"] .mx302-feature-card{
  border:0;border-right:1px solid var(--mx304-line);border-radius:0;box-shadow:none;background:transparent;padding:14px 15px
}
[data-mx-builder-key="home-benefits"] .mx302-feature-card:last-child,
[data-mx-builder-key="apex-culture"] .mx302-feature-card:last-child,
[data-mx-builder-key="academy-achievements"] .mx302-feature-card:last-child,
[data-mx-builder-key="explore-trust"] .mx302-feature-card:last-child{border-right:0}

/* Ana sayfa hikâyeleri, referanstaki daha küçük testimonial kartlarına yaklaştır. */
[data-mx-builder-key="home-stories"] .mx302-media-card{display:grid;grid-template-columns:82px minmax(0,1fr);gap:0;align-items:stretch;padding:0}
[data-mx-builder-key="home-stories"] .mx302-media-card figure{aspect-ratio:auto;min-height:126px}
[data-mx-builder-key="home-stories"] .mx302-media-card figure img{height:100%;object-fit:cover}
[data-mx-builder-key="home-stories"] .mx302-media-card .mx302-play{display:none}
[data-mx-builder-key="home-stories"] .mx302-media-card h3{align-self:end;margin:18px 18px 2px;font-size:14px}
[data-mx-builder-key="home-stories"] .mx302-media-card p{grid-column:2;margin:3px 18px 18px;font-size:11px;line-height:1.5}

/* APEX Life Team — 4 temel alan ve kültür referansına sadık, ferah ama kompakt. */
[data-mx-builder-key="apex-pillars"]{padding-top:44px;padding-bottom:48px}
[data-mx-builder-key="apex-mentoring"]{background:#f4f9fd}
[data-mx-builder-key="apex-mentoring"] .mx302-split__grid{min-height:325px}
[data-mx-builder-key="apex-culture"]{padding-top:38px;padding-bottom:42px;background:#fff}
[data-mx-builder-key="apex-discover"] .mx302-video-card-grid{gap:16px}
[data-mx-builder-key="apex-leaders"] .mx302-media-card figure{aspect-ratio:4/3}
[data-mx-builder-key="apex-leaders"] .mx302-media-card h3{font-size:14px}
[data-mx-builder-key="apex-leaders"] .mx302-media-card p{font-size:10.7px;line-height:1.48}

/* Nasıl Çalışır — referanstaki 6 aşama ve üç görsel kaynak kartı. */
[data-mx-builder-key="how-six-steps"] .mx302-steps{grid-template-columns:repeat(6,minmax(0,1fr))}
[data-mx-builder-key="how-six-steps"] .mx302-steps article{padding-left:11px;padding-right:11px}
[data-mx-builder-key="how-plan"]{background:#fff}
[data-mx-builder-key="how-plan"] .mx302-split__grid{min-height:330px}
[data-mx-builder-key="how-power"] .mx302-media-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
[data-mx-builder-key="how-power"] .mx302-media-card figure{aspect-ratio:16/9}
[data-mx-builder-key="how-power"] .mx302-media-card h3{font-size:17px}
[data-mx-builder-key="how-responsibility"] .mx302-feature-card{padding:18px 13px}
[data-mx-builder-key="how-faq"]{background:#fff}

/* Akademi — öğrenme akışı referanstaki mavi/yeşil bant hissi. */
[data-mx-builder-key="academy-categories"] .mx302-feature-card{min-height:205px}
[data-mx-builder-key="academy-featured"] .mx302-media-card figure{aspect-ratio:16/9}
[data-mx-builder-key="academy-journey"]{padding:30px 0;background:linear-gradient(105deg,#0870bd 0%,#0a91a9 52%,#4b9d1c 100%);color:#fff}
[data-mx-builder-key="academy-journey"] .mx302-heading h2,
[data-mx-builder-key="academy-journey"] .mx302-heading p{color:#fff}
[data-mx-builder-key="academy-journey"] .mx302-heading{margin-bottom:17px}
[data-mx-builder-key="academy-journey"] .mx302-steps{border-color:rgba(255,255,255,.5);box-shadow:none}
[data-mx-builder-key="academy-videos"] .mx302-video-card-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
[data-mx-builder-key="academy-mentors"]{padding-top:32px;padding-bottom:32px}
[data-mx-builder-key="academy-achievements"]{padding-top:40px;padding-bottom:42px}

/* ONNOWELL — gerçek ürün medyasını kesmeden, katalog referansındaki beyaz ürün alanı. */
[data-mx-builder-key="products-hero"] .mx302-hero__media{background:#fff}
[data-mx-builder-key="products-hero"] .mx302-device-image{object-fit:contain!important;padding:22px;background:#fff}
[data-mx-builder-key="products-featured"] .mx302-split__media{background:#fff}
[data-mx-builder-key="products-featured"] .mx302-device-image{object-fit:contain!important;padding:18px;background:#fff}
[data-mx-builder-key="products-categories"] .mx302-feature-card{padding:17px 10px}
[data-mx-builder-key="products-science"]{background:#f8fbfd}
[data-mx-builder-key="products-science"] .mx302-feature-grid{gap:8px}
[data-mx-builder-key="products-science"] .mx302-feature-card{border:0;box-shadow:none;background:transparent}
.mx302-product-card__media img{object-fit:contain!important;background:#fff}

/* Hikâyeler — portre kartlarını referanstaki dört sütunlu düzenle dengede tut. */
[data-mx-builder-key="stories-list"] .mx302-story-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:15px}
[data-mx-builder-key="stories-list"] .mx302-story-card figure{aspect-ratio:4/3}
[data-mx-builder-key="stories-list"] .mx302-story-card h3{font-size:14px}
[data-mx-builder-key="stories-list"] .mx302-story-card small{font-size:10px}
[data-mx-builder-key="stories-list"] .mx302-story-card p{font-size:10.8px;line-height:1.52}
[data-mx-builder-key="stories-journey"] .mx302-steps{box-shadow:none;border-color:transparent}
[data-mx-builder-key="stories-journey"] .mx302-steps article{border-right:0}
[data-mx-builder-key="stories-trust"]{background:#f8fbfd}

/* Keşfet — 8 kartı referanstaki 4x2 grid oranında tut. */
[data-mx-builder-key="explore-grid"]{padding-top:38px;padding-bottom:44px}
[data-mx-builder-key="explore-grid"] .mx302-explore-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
[data-mx-builder-key="explore-grid"] .mx302-explore-card{min-height:225px;padding:20px 16px}
[data-mx-builder-key="explore-grid"] .mx302-explore-card .mx302-icon{width:55px;height:55px;padding:14px}
[data-mx-builder-key="explore-featured"] .mx302-media-card figure{aspect-ratio:16/8.8}
[data-mx-builder-key="explore-journey"] .mx302-steps{box-shadow:none}
[data-mx-builder-key="explore-trust"]{padding:22px 0;background:#4c9e17;color:#fff}
[data-mx-builder-key="explore-trust"] .mx302-heading{display:none}
[data-mx-builder-key="explore-trust"] .mx302-feature-card{color:#fff;border-color:rgba(255,255,255,.32)}
[data-mx-builder-key="explore-trust"] .mx302-feature-card h3,
[data-mx-builder-key="explore-trust"] .mx302-feature-card p{color:#fff}
[data-mx-builder-key="explore-trust"] .mx302-feature-card .mx302-icon{color:#fff;border-color:rgba(255,255,255,.45);background:transparent}

/* Katılım — iki karşılaştırma kartı ve mentor bölümü referans oranları. */
[data-mx-builder-key="join-steps"]{padding-top:44px;padding-bottom:42px}
[data-mx-builder-key="join-fit"]{padding-top:34px;padding-bottom:42px}
[data-mx-builder-key="join-fit"] .mx302-fit-grid article{padding:28px}
[data-mx-builder-key="join-mentor"] .mx302-split__grid{min-height:330px}
[data-mx-builder-key="join-learn"]{padding-top:42px;padding-bottom:46px}
[data-mx-builder-key="join-learn"] .mx302-join-info-grid>article{min-height:100%}

/* Boş video kaynağı artık siyah player göstermez; poster referans görsel olarak kalır. */
.mx304-video-placeholder{position:absolute;z-index:3;left:50%;top:50%;display:grid;place-items:center;width:54px;height:54px;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.88);border-radius:50%;background:rgba(255,255,255,.91);color:#0b4f9a;box-shadow:0 8px 24px rgba(0,34,74,.16);pointer-events:none}
.mx304-video-placeholder svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

/* Yönetici Düzenle düğmeleri akışı bozmadan sağda kalır. */
body.admin-bar .mx302-video-first.mx109-has-entry>.mx109-section-edit,
body.admin-bar .mx302-hero.mx109-has-entry>.mx109-section-edit,
body.admin-bar .mx302-section.mx109-has-entry>.mx109-section-edit,
body.admin-bar .mx302-cta.mx109-has-entry>.mx109-section-edit{top:12px!important;right:12px!important}

@media (max-width:1180px){
  .mx302-video-first>.mx-wrap,.mx302-hero>.mx-wrap,.mx302-section>.mx-wrap,.mx302-cta>.mx-wrap{width:min(1080px,calc(100% - 40px))!important}
  [data-mx-builder-key="how-six-steps"] .mx302-steps{grid-template-columns:repeat(3,minmax(0,1fr))}
  [data-mx-builder-key="academy-videos"] .mx302-video-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}

@media (max-width:900px){
  .mx302-hero__grid{grid-template-columns:1fr;min-height:auto}
  .mx302-hero__media{min-height:400px}
  [data-mx-builder-key="stories-list"] .mx302-story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  [data-mx-builder-key="explore-grid"] .mx302-explore-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  [data-mx-builder-key="how-power"] .mx302-media-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media (max-width:767px){
  .mx302-video-first>.mx-wrap,.mx302-hero>.mx-wrap,.mx302-section>.mx-wrap,.mx302-cta>.mx-wrap{width:calc(100% - 20px)!important}
  .mx302-section{padding:38px 0}
  .mx302-hero__media{min-height:340px}
  .mx302-hero h1{font-size:clamp(38px,11vw,52px)}
  [data-mx-builder-key="home-benefits"] .mx302-feature-card,
  [data-mx-builder-key="apex-culture"] .mx302-feature-card,
  [data-mx-builder-key="academy-achievements"] .mx302-feature-card,
  [data-mx-builder-key="explore-trust"] .mx302-feature-card{border-right:0;border-bottom:1px solid var(--mx304-line);padding:16px 12px}
  [data-mx-builder-key="home-stories"] .mx302-media-card{display:block}
  [data-mx-builder-key="home-stories"] .mx302-media-card figure{min-height:0;aspect-ratio:16/9}
  [data-mx-builder-key="home-stories"] .mx302-media-card h3{margin:14px 14px 4px}
  [data-mx-builder-key="home-stories"] .mx302-media-card p{margin:4px 14px 16px}
  [data-mx-builder-key="how-six-steps"] .mx302-steps{display:flex}
  [data-mx-builder-key="how-power"] .mx302-media-grid,
  [data-mx-builder-key="academy-videos"] .mx302-video-card-grid{display:flex;overflow-x:auto;grid-template-columns:none}
  [data-mx-builder-key="stories-list"] .mx302-story-grid{display:flex;grid-template-columns:none}
  [data-mx-builder-key="explore-grid"] .mx302-explore-grid{grid-template-columns:1fr 1fr}
  [data-mx-builder-key="explore-trust"] .mx302-feature-grid{grid-template-columns:1fr 1fr}
}

@media (max-width:420px){
  [data-mx-builder-key="explore-grid"] .mx302-explore-grid{grid-template-columns:1fr 1fr}
  [data-mx-builder-key="explore-trust"] .mx302-feature-grid{grid-template-columns:1fr}
}


/* ---- reference-fidelity-v0305.css ---- */
/* MXonnowell v0.3.05 — Referans sadakati + ilgili medya + daha kontrollü kurumsal hiyerarşi.
   v0.3.04 katmanını bozmadan, onaylanan 8 sayfanın başlık düzeni, bölüm yoğunluğu,
   görsel kadrajları ve video eşleşmelerini daha deterministik hale getirir. */

:root{
  --mx305-navy:#0b2f69;
  --mx305-green:#43a313;
  --mx305-blue:#0872d8;
  --mx305-muted:#627286;
  --mx305-line:#e2eaf2;
  --mx305-soft:#f7fafc;
}

/* Referanslarda ana başlık + kısa alt mesaj ayrımı belirgin. */
.mx305-hero-subheadline{
  display:block;
  margin-top:14px;
  color:var(--mx305-navy);
  font-size:clamp(18px,1.65vw,25px);
  line-height:1.2;
  letter-spacing:-.022em;
  font-weight:680;
}
.mx302-hero__copy>.mx305-hero-subheadline + p{margin-top:10px}
.mx302-hero__copy>p{max-width:590px}

/* Başlıkların ekran görüntüsündeki gibi güçlü fakat kartların önüne geçmeyecek ölçekte kalması. */
.mx302-split__copy h2{font-size:clamp(29px,2.9vw,39px);line-height:1.08;letter-spacing:-.035em}
.mx302-split__copy>p{font-size:13.5px;line-height:1.62;max-width:570px}
.mx302-check-list{gap:9px;margin-top:18px}
.mx302-check-list li{font-size:12.5px}

/* Görsellerde ana kişi/ürün kadrajı korunur; gereksiz yakınlaştırma yapılmaz. */
.mx302-hero__media .mx302-device-image,
.mx302-split__media .mx302-device-image,
.mx305-join-mentor__media .mx302-device-image{object-position:center center}
[data-mx-builder-key="join-hero"] .mx302-hero__media img{object-position:center 58%}
[data-mx-builder-key="academy-hero"] .mx302-hero__media img{object-position:center 48%}
[data-mx-builder-key="stories-hero"] .mx302-hero__media img{object-position:center 42%}
[data-mx-builder-key="explore-hero"] .mx302-hero__media img{object-position:center 52%}

/* Sayfa-özel hero hiyerarşisi: referanslardaki marka başlıkları tek satırda nefes alır. */
[data-mx-builder-key="apex-hero"] h1,
[data-mx-builder-key="academy-hero"] h1,
[data-mx-builder-key="products-hero"] h1,
[data-mx-builder-key="stories-hero"] h1,
[data-mx-builder-key="explore-hero"] h1,
[data-mx-builder-key="join-hero"] h1{font-size:clamp(42px,4vw,58px)}
[data-mx-builder-key="apex-hero"] .mx302-hero__copy,
[data-mx-builder-key="academy-hero"] .mx302-hero__copy,
[data-mx-builder-key="products-hero"] .mx302-hero__copy,
[data-mx-builder-key="stories-hero"] .mx302-hero__copy,
[data-mx-builder-key="explore-hero"] .mx302-hero__copy,
[data-mx-builder-key="join-hero"] .mx302-hero__copy{padding-top:38px;padding-bottom:38px}

/* APEX Life Team referansında temel alanlar kısa, mentor bölümü ise ana görsel bloğudur. */
[data-mx-builder-key="apex-pillars"] .mx302-feature-card{min-height:190px}
[data-mx-builder-key="apex-mentoring"] .mx302-split__copy{padding-top:30px;padding-bottom:30px}
[data-mx-builder-key="apex-mentoring"] .mx302-split__media{min-height:305px}
[data-mx-builder-key="apex-culture"] .mx302-feature-card p{max-width:155px;margin-left:auto;margin-right:auto}

/* Nasıl Çalışır: 6 aşama referanstaki yatay süreç hissini korusun. */
[data-mx-builder-key="how-six-steps"] .mx302-heading{margin-bottom:18px}
[data-mx-builder-key="how-six-steps"] .mx302-steps article{min-height:205px}
[data-mx-builder-key="how-six-steps"] .mx302-step-no{top:12px;left:12px}
[data-mx-builder-key="how-plan"] .mx302-split__copy{padding-top:28px;padding-bottom:28px}
[data-mx-builder-key="how-plan"] .mx302-split__media{min-height:300px}
[data-mx-builder-key="how-power"] .mx302-media-card p{min-height:48px}

/* Akademi: kategori kartlarının yüksekliği ve video kartları referans oranına daha yakın. */
[data-mx-builder-key="academy-categories"] .mx302-feature-card{min-height:188px;padding-top:20px;padding-bottom:18px}
[data-mx-builder-key="academy-featured"] .mx302-media-card h3{font-size:14px}
[data-mx-builder-key="academy-featured"] .mx302-media-card p{font-size:10.8px;line-height:1.48}
[data-mx-builder-key="academy-mentors"] .mx302-split__grid{min-height:300px}
[data-mx-builder-key="academy-mentors"] .mx302-split__copy{padding-top:28px;padding-bottom:28px}

/* Hikâyeler: kartlar portre odaklı, kişi bilgisi doğrulanana kadar nötr içerik alanı. */
[data-mx-builder-key="stories-list"] .mx302-story-card{overflow:hidden}
[data-mx-builder-key="stories-list"] .mx302-story-card figure{aspect-ratio:4/2.8}
[data-mx-builder-key="stories-list"] .mx302-story-card figure img{object-position:center 28%}
[data-mx-builder-key="stories-list"] .mx302-story-card>div{padding-top:15px}

/* Keşfet: 4x2 kartlar referanstaki navigasyon vitrini gibi daha kompakt. */
[data-mx-builder-key="explore-grid"] .mx302-explore-card{min-height:205px}
[data-mx-builder-key="explore-grid"] .mx302-explore-card h3{margin-top:13px}
[data-mx-builder-key="explore-grid"] .mx302-explore-card>a{padding-top:11px}

/* Katılım: referanstaki Mentor Desteği bandını gerçek web bileşeni olarak yeniden kurar. */
.mx305-join-mentor{background:#f4f9fd;padding-top:36px;padding-bottom:40px}
.mx305-join-mentor .mx302-heading{margin-bottom:22px}
.mx305-join-mentor .mx302-heading h2{font-size:clamp(25px,2.25vw,33px)}
.mx305-join-mentor .mx302-heading p{max-width:760px}
.mx305-join-mentor__grid{
  display:grid;
  grid-template-columns:minmax(0,52%) minmax(0,48%);
  overflow:hidden;
  border:1px solid var(--mx305-line);
  border-radius:18px;
  background:#fff;
  box-shadow:0 8px 22px rgba(28,58,92,.045);
}
.mx305-join-mentor__cards{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  align-content:center;
  padding:26px;
}
.mx305-join-mentor__cards article{
  min-width:0;
  padding:16px 13px;
  text-align:center;
  border:1px solid #e4ebf2;
  border-radius:14px;
  background:#fff;
}
.mx305-join-mentor__cards .mx302-icon{width:46px;height:46px;margin:0 auto 10px;padding:12px}
.mx305-join-mentor__cards h3{margin:0;color:var(--mx305-navy);font-size:13px;line-height:1.3}
.mx305-join-mentor__cards p{margin:6px 0 0;color:var(--mx305-muted);font-size:10.6px;line-height:1.45}
.mx305-join-mentor__media{position:relative;min-height:300px;margin:0;background:#edf7ef}
.mx305-join-mentor__media .mx302-device-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}

/* Katılım karşılaştırma kutularının referanstaki daha sakin ölçüsü. */
[data-mx-builder-key="join-fit"] .mx302-fit-grid h2{font-size:24px}
[data-mx-builder-key="join-fit"] .mx302-fit-grid article{padding:24px 26px}
[data-mx-builder-key="join-fit"] .mx302-fit-grid li{font-size:12px}
[data-mx-builder-key="join-learn"] .mx302-join-info-grid>article{padding:20px}

/* Video uygun değilse yanlış içerik göstermek yerine referans görsel/poster kalır. */
.mx304-video-placeholder{background:rgba(255,255,255,.94);box-shadow:0 8px 20px rgba(11,47,105,.12)}

/* Footer öncesi CTA'lar referanslardaki yatay bant oranında kalır. */
.mx302-cta{padding:25px 0}
.mx302-cta h2{font-size:clamp(23px,2.35vw,32px)}
.mx302-cta p{font-size:12px}

@media (max-width:900px){
  .mx305-join-mentor__grid{grid-template-columns:1fr}
  .mx305-join-mentor__media{min-height:330px;order:-1}
  .mx305-join-mentor__cards{padding:20px}
}

@media (max-width:767px){
  .mx305-hero-subheadline{font-size:19px;margin-top:10px}
  .mx302-split__copy h2{font-size:29px}
  [data-mx-builder-key="apex-hero"] h1,
  [data-mx-builder-key="academy-hero"] h1,
  [data-mx-builder-key="products-hero"] h1,
  [data-mx-builder-key="stories-hero"] h1,
  [data-mx-builder-key="explore-hero"] h1,
  [data-mx-builder-key="join-hero"] h1{font-size:clamp(38px,11vw,50px)}
  .mx305-join-mentor{padding-top:30px;padding-bottom:32px}
  .mx305-join-mentor__media{min-height:280px}
  .mx305-join-mentor__cards{grid-template-columns:1fr 1fr;gap:9px;padding:14px}
  .mx305-join-mentor__cards article{padding:14px 9px}
  .mx305-join-mentor__cards h3{font-size:12px}
  .mx305-join-mentor__cards p{font-size:10px}
  [data-mx-builder-key="join-fit"] .mx302-fit-grid article{padding:21px 18px}
}

@media (max-width:420px){
  .mx305-join-mentor__cards{grid-template-columns:1fr}
}


/* ---- reference-fidelity-v0306.css ---- */
/* MXonnowell v0.3.06 — Sayfa-özel referans sadakati.
   v0.3.05 düzenini bozmadan yalnız onaylanan omurgalardaki ayırt edici blokları
   gerçek web bileşenleriyle referansa yaklaştırır. */

:root{
  --mx306-navy:#0b2f69;
  --mx306-blue:#0872d8;
  --mx306-green:#43a313;
  --mx306-cyan:#109bb0;
  --mx306-line:#dfe8f1;
  --mx306-muted:#617185;
  --mx306-soft:#f7fafc;
}

/* APEX Life Team: referanstaki dört kişi/rol kartı hissi, doğrulanmamış kimliksiz. */
.mx306-role-profiles{background:#fff;padding-top:38px;padding-bottom:42px}
.mx306-role-profiles .mx302-heading{margin-bottom:22px}
.mx306-role-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.mx306-role-card{min-width:0;overflow:hidden;border:1px solid var(--mx306-line);border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(23,53,88,.035)}
.mx306-role-card figure{margin:0;aspect-ratio:1.34/1;overflow:hidden;background:#eff7fb}
.mx306-role-card figure img{width:100%;height:100%;object-fit:cover;object-position:center 26%}
.mx306-role-card>div{padding:15px 15px 17px}
.mx306-role-card h3{margin:0;color:var(--mx306-navy);font-size:15px;line-height:1.25}
.mx306-role-card strong{display:block;margin-top:5px;color:var(--mx306-green);font-size:10.5px;line-height:1.35;font-weight:700}
.mx306-role-card p{margin:7px 0 0;color:var(--mx306-muted);font-size:10.7px;line-height:1.5}

/* Nasıl Çalışır: plan alanını referanstaki 2/3 çalışma kartı + 1/3 vurgu paneli olarak kurar. */
.mx306-how-plan{background:#fff;padding-top:28px;padding-bottom:38px}
.mx306-how-plan__grid{display:grid;grid-template-columns:minmax(0,2.05fr) minmax(255px,.78fr);gap:18px;align-items:stretch}
.mx306-how-plan__main{display:grid;grid-template-columns:minmax(0,1.03fr) minmax(280px,.97fr);overflow:hidden;border:1px solid var(--mx306-line);border-radius:17px;background:#fff}
.mx306-how-plan__copy{padding:28px 26px}
.mx306-how-plan__copy h2{margin:6px 0 10px;color:var(--mx306-navy);font-size:clamp(25px,2.25vw,32px);line-height:1.12;letter-spacing:-.028em}
.mx306-how-plan__copy>p{margin:0;color:var(--mx306-muted);font-size:12px;line-height:1.6}
.mx306-plan-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:22px}
.mx306-plan-columns h3{margin:0 0 9px;color:var(--mx306-navy);font-size:12.5px}
.mx306-plan-columns ul{list-style:none;margin:0;padding:0;display:grid;gap:7px}
.mx306-plan-columns li{display:flex;align-items:flex-start;gap:7px;color:#4f6074;font-size:10.5px;line-height:1.45}
.mx306-plan-columns li i{flex:0 0 15px;width:15px;height:15px;color:var(--mx306-blue)}
.mx306-plan-columns li svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8}
.mx306-how-plan__main>figure{position:relative;margin:0;min-height:310px;background:#f2f7f7;overflow:hidden}
.mx306-how-plan__main>figure .mx302-device-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 46%}
.mx306-how-plan__quote{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;padding:30px 27px;border-radius:17px;background:linear-gradient(145deg,#52b724 0%,#2c8e14 100%);color:#fff}
.mx306-how-plan__quote:after{content:"";position:absolute;right:-45px;bottom:-55px;width:170px;height:170px;border-radius:50%;background:rgba(255,255,255,.09)}
.mx306-how-plan__quote>span{position:relative;z-index:1;font:800 56px/1 Georgia,serif;opacity:.72}
.mx306-how-plan__quote strong{position:relative;z-index:1;font-size:clamp(19px,1.7vw,25px);line-height:1.3;letter-spacing:-.02em}
.mx306-how-plan__quote p{position:relative;z-index:1;margin:14px 0 0;color:rgba(255,255,255,.86);font-size:10.8px;line-height:1.55}

/* Akademi: referanstaki koyu mentor/destek bandı. */
.mx306-academy-mentor{padding:30px 0;background:linear-gradient(110deg,#063b86 0%,#04569a 54%,#087e8a 100%);color:#fff}
.mx306-academy-mentor__grid{display:grid;grid-template-columns:minmax(280px,.9fr) minmax(0,1.45fr);gap:34px;align-items:center}
.mx306-academy-mentor__copy .mx302-eyebrow{color:#bdeaff}
.mx306-academy-mentor__copy h2{margin:7px 0 9px;color:#fff;font-size:clamp(25px,2.35vw,34px);line-height:1.1;letter-spacing:-.03em}
.mx306-academy-mentor__copy p{margin:0 0 18px;max-width:520px;color:rgba(255,255,255,.86);font-size:12px;line-height:1.55}
.mx306-academy-mentor__copy .mx302-btn--light{background:#60ad20!important;color:#fff!important;border-color:#60ad20!important}
.mx306-academy-mentor__people{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}
.mx306-academy-mentor__people article{display:grid;grid-template-columns:64px minmax(0,1fr);gap:11px;align-items:center;min-width:0;padding:11px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(255,255,255,.075)}
.mx306-academy-mentor__people figure{width:64px;height:64px;margin:0;overflow:hidden;border:3px solid rgba(255,255,255,.86);border-radius:50%;background:#fff}
.mx306-academy-mentor__people img{width:100%;height:100%;object-fit:cover;object-position:center 24%}
.mx306-academy-mentor__people h3{margin:0;color:#fff;font-size:12px;line-height:1.3}
.mx306-academy-mentor__people p{margin:5px 0 0;color:rgba(255,255,255,.76);font-size:9.6px;line-height:1.4}

/* Hikâyeler: referanstaki yatay bilgi şeridini doğrulanabilir niteliklerle yeniden kurar. */
.mx306-story-strip{padding:18px 0 24px;background:#fff}
.mx306-story-strip__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--mx306-line);border-radius:15px;background:#f8fbfd}
.mx306-story-strip__grid article{display:grid;grid-template-columns:46px minmax(0,1fr);gap:11px;align-items:center;min-width:0;padding:17px 18px;border-right:1px solid var(--mx306-line)}
.mx306-story-strip__grid article:last-child{border-right:0}
.mx306-story-strip__grid i{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fff;color:var(--mx306-blue);border:1px solid #dbe7f2}
.mx306-story-strip__grid i svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7}
.mx306-story-strip__grid h3{margin:0;color:var(--mx306-navy);font-size:12.5px;line-height:1.3}
.mx306-story-strip__grid p{margin:4px 0 0;color:var(--mx306-muted);font-size:9.7px;line-height:1.42}

/* İnce referans düzeltmeleri: bölüm aralıklarını ekrandaki yoğunluğa yaklaştır. */
[data-mx-builder-key="apex-leaders"]+.mx302-cta{margin-top:0}
[data-mx-builder-key="how-power"] .mx302-media-card figure{aspect-ratio:1.6/1}
[data-mx-builder-key="how-power"] .mx302-media-card figure img{object-position:center 40%}
[data-mx-builder-key="academy-featured"] .mx302-media-card figure{aspect-ratio:1.55/1}
[data-mx-builder-key="academy-videos"] .mx302-video-card__frame{aspect-ratio:1.55/1}
[data-mx-builder-key="stories-videos"] .mx302-video-card__frame{aspect-ratio:1.62/1}
[data-mx-builder-key="explore-featured"] .mx302-media-card figure{aspect-ratio:1.58/1}
[data-mx-builder-key="join-steps"]{padding-bottom:28px}

@media (max-width:1050px){
  .mx306-how-plan__grid{grid-template-columns:1fr}
  .mx306-how-plan__quote{min-height:190px}
  .mx306-academy-mentor__grid{grid-template-columns:1fr}
  .mx306-academy-mentor__people{max-width:820px}
}

@media (max-width:900px){
  .mx306-role-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mx306-how-plan__main{grid-template-columns:1fr}
  .mx306-how-plan__main>figure{min-height:330px}
  .mx306-story-strip__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .mx306-story-strip__grid article:nth-child(2){border-right:0}
  .mx306-story-strip__grid article:nth-child(-n+2){border-bottom:1px solid var(--mx306-line)}
}

@media (max-width:767px){
  .mx306-role-profiles{padding-top:28px;padding-bottom:32px}
  .mx306-role-grid{grid-template-columns:1fr 1fr;gap:10px}
  .mx306-role-card>div{padding:12px}
  .mx306-role-card h3{font-size:13px}
  .mx306-role-card p{font-size:9.8px}
  .mx306-how-plan{padding-top:20px;padding-bottom:28px}
  .mx306-how-plan__copy{padding:22px 18px}
  .mx306-plan-columns{grid-template-columns:1fr;gap:13px}
  .mx306-how-plan__main>figure{min-height:285px}
  .mx306-how-plan__quote{padding:25px 21px;min-height:175px}
  .mx306-academy-mentor{padding:26px 0}
  .mx306-academy-mentor__people{grid-template-columns:1fr}
  .mx306-academy-mentor__people article{grid-template-columns:58px 1fr}
  .mx306-academy-mentor__people figure{width:58px;height:58px}
  .mx306-story-strip__grid{grid-template-columns:1fr}
  .mx306-story-strip__grid article{border-right:0!important;border-bottom:1px solid var(--mx306-line)!important}
  .mx306-story-strip__grid article:last-child{border-bottom:0!important}
}

@media (max-width:420px){
  .mx306-role-grid{grid-template-columns:1fr}
}


/* ---- reference-fidelity-v0307.css ---- */
/* MXonnowell v0.3.07 — Referans omurga sadakati / içerik ayrıştırma.
   Önceki katmanları bozmadan Hikâyeler, ONNOWELL ve Keşfet'teki ayırt edici referans bloklarını tamamlar. */

:root{
  --mx307-navy:#0b2f69;
  --mx307-blue:#0872d8;
  --mx307-green:#43a313;
  --mx307-line:#dfe8f1;
  --mx307-muted:#617185;
  --mx307-soft:#f7fafc;
}

/* Hikâyeler — referanstaki hero altına binen öne çıkan içerik kartı. */
.mx307-story-featured{position:relative;z-index:3;margin-top:-72px;padding:0 0 14px;pointer-events:none}
.mx307-story-featured .mx-wrap{display:flex;justify-content:center}
.mx307-story-featured__card{pointer-events:auto;display:grid;grid-template-columns:150px minmax(0,1fr);width:min(690px,74%);overflow:hidden;border:1px solid var(--mx307-line);border-radius:18px;background:#fff;box-shadow:0 18px 46px rgba(14,45,82,.14)}
.mx307-story-featured__card figure{margin:0;min-height:205px;background:#eef6fa;overflow:hidden}
.mx307-story-featured__card figure img{width:100%;height:100%;object-fit:cover;object-position:center 24%}
.mx307-story-featured__copy{padding:20px 22px}
.mx307-tag{display:inline-flex;padding:5px 9px;border-radius:999px;background:#eef8e9;color:#3a8c18;font-size:9px;line-height:1;font-weight:800;letter-spacing:.06em}
.mx307-story-featured__copy h2{margin:10px 0 8px;color:var(--mx307-navy);font-size:clamp(20px,1.8vw,27px);line-height:1.18;letter-spacing:-.025em}
.mx307-story-featured__copy p{margin:0;color:var(--mx307-muted);font-size:11px;line-height:1.55}
.mx307-story-featured__copy small{display:block;margin:8px 0 13px;color:#8190a2;font-size:9.4px;line-height:1.45}
.mx307-story-featured__copy .mx302-btn{min-height:36px;padding:0 15px;font-size:10px}
[data-mx-builder-key="stories-list"]{padding-top:30px}

/* ONNOWELL — referanstaki SSS + bilgi talebi paneli. */
.mx307-products-help{padding-top:30px;padding-bottom:38px}
.mx307-products-help .mx302-heading{margin-bottom:18px}
.mx307-products-help__grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(310px,.72fr);gap:18px;align-items:stretch}
.mx307-products-help__faq{display:grid;align-content:start;border:1px solid var(--mx307-line);border-radius:16px;background:#fff;overflow:hidden}
.mx307-products-help__faq details{padding:0 18px;border-bottom:1px solid #e9eff5}
.mx307-products-help__faq details:last-child{border-bottom:0}
.mx307-products-help__faq summary{cursor:pointer;list-style:none;padding:15px 28px 15px 0;color:var(--mx307-navy);font-size:11.5px;font-weight:700;position:relative}
.mx307-products-help__faq summary::-webkit-details-marker{display:none}
.mx307-products-help__faq summary:after{content:"+";position:absolute;right:0;top:50%;transform:translateY(-50%);display:grid;place-items:center;width:22px;height:22px;border:1px solid #dce6ef;border-radius:50%;color:var(--mx307-blue);font-size:14px}
.mx307-products-help__faq details[open] summary:after{content:"−"}
.mx307-products-help__faq p{margin:-2px 0 15px;color:var(--mx307-muted);font-size:10.4px;line-height:1.55}
.mx307-products-help__advisor{display:grid;grid-template-columns:minmax(0,1fr) 122px;overflow:hidden;border:1px solid #dfebd8;border-radius:16px;background:linear-gradient(120deg,#f7fbf2 0%,#edf7e5 100%)}
.mx307-products-help__advisor-copy{padding:23px 18px 22px 22px;align-self:center}
.mx307-products-help__advisor h3{margin:6px 0 8px;color:#317e18;font-size:19px;line-height:1.2;letter-spacing:-.02em}
.mx307-products-help__advisor p{margin:0 0 15px;color:#5d705e;font-size:10.4px;line-height:1.55}
.mx307-products-help__advisor .mx302-btn{min-height:38px;padding:0 15px;font-size:10px}
.mx307-products-help__advisor figure{margin:0;align-self:end;height:100%;min-height:210px;display:grid;place-items:end center;overflow:hidden}
.mx307-products-help__advisor figure img{width:100%;height:100%;object-fit:contain;object-position:center bottom;padding:12px 8px 0}

/* Keşfet — referanstaki kategori etiketli 3 içerik kartı. */
.mx307-explore-featured{padding-top:30px;padding-bottom:34px}
.mx307-explore-featured__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.mx307-explore-featured__card{min-width:0;overflow:hidden;border:1px solid var(--mx307-line);border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(20,53,89,.035)}
.mx307-explore-featured__card figure{position:relative;margin:0;aspect-ratio:1.72/1;overflow:hidden;background:#f1f7f8}
.mx307-explore-featured__card figure img{width:100%;height:100%;object-fit:cover;object-position:center 38%}
.mx307-explore-featured__card:first-child figure img{object-fit:contain;padding:9px;background:#f8fbf5}
.mx307-explore-featured__card figure span{position:absolute;left:10px;top:10px;padding:5px 8px;border-radius:6px;background:#0e66bf;color:#fff;font-size:8.5px;font-weight:800;letter-spacing:.05em}
.mx307-explore-featured__card:first-child figure span{background:#479e1c}
.mx307-explore-featured__card:nth-child(3) figure span{background:#0c4f9a}
.mx307-explore-featured__card>div{padding:13px 14px 15px}
.mx307-explore-featured__card h3{margin:0;color:var(--mx307-navy);font-size:13px;line-height:1.3}
.mx307-explore-featured__card p{margin:6px 0 11px;color:var(--mx307-muted);font-size:9.8px;line-height:1.48}
.mx307-explore-featured__card a{color:#096ed0;font-size:9.8px;font-weight:750;text-decoration:none}

/* Kurumsal yoğunluk: referanslardaki bölümler arası ritmi koru. */
[data-mx-builder-key="stories-featured"] + [data-mx-builder-key="stories-list"]{border-top:0}
[data-mx-builder-key="products-help"] + .mx302-cta{margin-top:0}
[data-mx-builder-key="explore-featured"] + [data-mx-builder-key="explore-journey"]{padding-top:24px}

@media (max-width:1000px){
  .mx307-products-help__grid{grid-template-columns:1fr}
  .mx307-products-help__advisor{grid-template-columns:minmax(0,1fr) 180px}
}

@media (max-width:767px){
  .mx307-story-featured{margin-top:-28px;padding-bottom:8px}
  .mx307-story-featured__card{grid-template-columns:96px minmax(0,1fr);width:calc(100% - 22px);border-radius:14px}
  .mx307-story-featured__card figure{min-height:190px}
  .mx307-story-featured__copy{padding:15px 14px}
  .mx307-story-featured__copy h2{font-size:17px}
  .mx307-story-featured__copy p{font-size:9.8px}
  .mx307-story-featured__copy small{font-size:8.7px}
  [data-mx-builder-key="stories-list"]{padding-top:24px}
  .mx307-products-help{padding-top:22px;padding-bottom:28px}
  .mx307-products-help__grid{gap:12px}
  .mx307-products-help__advisor{grid-template-columns:minmax(0,1fr) 112px}
  .mx307-products-help__advisor-copy{padding:18px 13px 18px 16px}
  .mx307-products-help__advisor h3{font-size:16px}
  .mx307-products-help__advisor figure{min-height:190px}
  .mx307-explore-featured{padding-top:22px;padding-bottom:27px}
  .mx307-explore-featured__grid{grid-template-columns:1fr;gap:11px}
  .mx307-explore-featured__card{display:grid;grid-template-columns:42% minmax(0,1fr)}
  .mx307-explore-featured__card figure{height:100%;aspect-ratio:auto;min-height:145px}
}

@media (max-width:390px){
  .mx307-story-featured__card{grid-template-columns:1fr;width:calc(100% - 18px)}
  .mx307-story-featured__card figure{min-height:155px;max-height:180px}
  .mx307-products-help__advisor{grid-template-columns:1fr}
  .mx307-products-help__advisor figure{min-height:140px;max-height:170px}
  .mx307-explore-featured__card{grid-template-columns:1fr}
  .mx307-explore-featured__card figure{min-height:155px}
}


/* ---- reference-fidelity-v0308.css ---- */
/* MXonnowell v0.3.08 — 8 onaylı sayfa omurgası için ince referans sadakati.
   Amaç: ilgili medyayı doğru bölümde tutmak, dikey ritmi sıkılaştırmak,
   masaüstü/tablet/mobilde ekran görüntüsü referanslarının oranlarına yaklaşmak.
   Önceki Düzenle/Kaydet sistemi veya canlı ürün verisi değiştirilmez. */

:root{
  --mx308-navy:#0c2f69;
  --mx308-text:#506078;
  --mx308-muted:#708095;
  --mx308-line:#e1e9f1;
  --mx308-soft:#f7fafc;
}

/* Sayfa videosu varlığını koru; fakat referans sayfa tasarımını aşağı itmeyecek kadar sinematik tut. */
.mx302-video-first{padding:10px 0 14px!important}
.mx302-video-first__frame{aspect-ratio:2.12/1!important;border-radius:18px!important}
.mx302-video-first__badge{display:none!important}

/* Global referans ritmi. */
.mx302-section{padding:46px 0!important}
.mx302-heading{margin-bottom:24px!important}
.mx302-heading h2{font-size:clamp(25px,2.55vw,35px)!important;line-height:1.12!important}
.mx302-heading p{margin-top:8px!important;font-size:13px!important;line-height:1.58!important}
.mx302-feature-grid,.mx302-media-grid,.mx302-video-card-grid{gap:15px!important}
.mx302-feature-card{padding:21px 17px!important;border-radius:16px!important}
.mx302-feature-card .mx302-icon{width:56px!important;height:56px!important;margin-bottom:14px!important;padding:14px!important}
.mx302-feature-card h3{font-size:15.5px!important}
.mx302-feature-card p{margin-top:7px!important;font-size:11.4px!important;line-height:1.52!important}

/* Hero: masaüstü referans oranını koru, gereksiz yüksekliği azalt. */
.mx302-hero__grid{min-height:365px!important}
.mx302-hero__copy{padding-top:38px!important;padding-bottom:38px!important}
.mx302-hero__media{min-height:365px!important;border-radius:0 0 0 44px!important}
.mx302-hero__copy>p{margin-top:15px!important;font-size:15px!important;line-height:1.58!important}
.mx302-hero__badges{margin-top:18px!important;gap:10px!important}
.mx302-actions{margin-top:22px!important}
.mx302-btn{min-height:40px!important;padding:8px 17px!important;font-size:11.5px!important}

[data-mx-builder-key="home-hero"] h1{font-size:clamp(46px,4.2vw,60px)!important}
[data-mx-builder-key="apex-hero"] h1,
[data-mx-builder-key="how-hero"] h1,
[data-mx-builder-key="academy-hero"] h1,
[data-mx-builder-key="products-hero"] h1,
[data-mx-builder-key="stories-hero"] h1,
[data-mx-builder-key="explore-hero"] h1,
[data-mx-builder-key="join-hero"] h1{font-size:clamp(42px,3.75vw,54px)!important}

/* Referans kadrajları. */
[data-mx-builder-key="home-hero"] .mx302-hero__media img{object-position:center 43%!important}
[data-mx-builder-key="apex-hero"] .mx302-hero__media img{object-position:center 42%!important}
[data-mx-builder-key="how-hero"] .mx302-hero__media img{object-position:center 43%!important}
[data-mx-builder-key="academy-hero"] .mx302-hero__media img{object-position:center 46%!important}
[data-mx-builder-key="stories-hero"] .mx302-hero__media img{object-position:center 28%!important}
[data-mx-builder-key="explore-hero"] .mx302-hero__media img{object-position:center 42%!important}
[data-mx-builder-key="join-hero"] .mx302-hero__media img{object-position:center 49%!important}

/* Ana sayfa — 2 ana alan + kazanımlar + süreç + akademi + içerikler. */
[data-mx-builder-key="home-two-worlds"]{padding-top:34px!important;padding-bottom:36px!important}
[data-mx-builder-key="home-two-worlds"] .mx302-duo-card{min-height:285px!important}
[data-mx-builder-key="home-two-worlds"] .mx302-duo-card>div{padding:24px 22px!important}
[data-mx-builder-key="home-two-worlds"] .mx302-duo-card h2{font-size:23px!important}
[data-mx-builder-key="home-two-worlds"] .mx302-duo-card p,
[data-mx-builder-key="home-two-worlds"] .mx302-duo-card ul{font-size:11.2px!important}
[data-mx-builder-key="home-benefits"]{padding-top:38px!important;padding-bottom:36px!important}
[data-mx-builder-key="home-benefits"] .mx302-feature-card{min-height:150px!important}
[data-mx-builder-key="home-how"]{padding-top:34px!important;padding-bottom:38px!important}
[data-mx-builder-key="home-academy"]{padding-top:34px!important;padding-bottom:38px!important}
[data-mx-builder-key="home-stories"]{padding-top:38px!important;padding-bottom:38px!important}
[data-mx-builder-key="home-videos"]{padding-top:36px!important;padding-bottom:38px!important}

/* APEX Life Team. */
[data-mx-builder-key="apex-pillars"]{padding-top:38px!important;padding-bottom:40px!important}
[data-mx-builder-key="apex-pillars"] .mx302-feature-card{min-height:165px!important}
[data-mx-builder-key="apex-mentoring"]{padding-top:38px!important;padding-bottom:38px!important}
[data-mx-builder-key="apex-mentoring"] .mx302-split__grid{min-height:300px!important}
[data-mx-builder-key="apex-mentoring"] .mx302-split__copy{padding:30px!important}
[data-mx-builder-key="apex-mentoring"] .mx302-split__media{min-height:300px!important}
[data-mx-builder-key="apex-culture"]{padding-top:36px!important;padding-bottom:36px!important}
[data-mx-builder-key="apex-culture"] .mx302-feature-card{min-height:132px!important;padding-top:17px!important;padding-bottom:16px!important}
[data-mx-builder-key="apex-discover"]{padding-top:38px!important;padding-bottom:38px!important}
[data-mx-builder-key="apex-leaders"]{padding-top:32px!important;padding-bottom:36px!important}
.mx306-role-card figure{aspect-ratio:1.33/1!important}
.mx306-role-card>div{padding:13px 14px 15px!important}

/* Nasıl Çalışır — 6 adım ve üç kaynak, referansın daha yatay yoğunluğunda. */
[data-mx-builder-key="how-six-steps"]{padding-top:36px!important;padding-bottom:34px!important}
[data-mx-builder-key="how-six-steps"] .mx302-steps article{min-height:178px!important;padding:25px 13px 20px!important}
[data-mx-builder-key="how-six-steps"] .mx302-steps .mx302-icon{width:52px!important;height:52px!important;margin-bottom:12px!important;padding:13px!important}
[data-mx-builder-key="how-six-steps"] .mx302-steps h3{font-size:13.4px!important}
[data-mx-builder-key="how-six-steps"] .mx302-steps p{font-size:10.2px!important}
.mx306-how-plan{padding-top:34px!important;padding-bottom:38px!important}
.mx306-how-plan__copy{padding:27px 25px!important}
.mx306-how-plan__main>figure{min-height:285px!important}
.mx306-how-plan__quote{min-height:285px!important;padding:29px 24px!important}
[data-mx-builder-key="how-power"]{padding-top:36px!important;padding-bottom:38px!important}
[data-mx-builder-key="how-power"] .mx302-media-card figure{aspect-ratio:1.72/1!important}
[data-mx-builder-key="how-responsibilities"]{padding-top:35px!important;padding-bottom:36px!important}
[data-mx-builder-key="how-faq"]{padding-top:36px!important;padding-bottom:38px!important}

/* Akademi. */
[data-mx-builder-key="academy-categories"]{padding-top:38px!important;padding-bottom:35px!important}
[data-mx-builder-key="academy-categories"] .mx302-feature-card{min-height:160px!important}
[data-mx-builder-key="academy-featured"]{padding-top:34px!important;padding-bottom:36px!important}
[data-mx-builder-key="academy-featured"] .mx302-media-card figure{aspect-ratio:1.67/1!important}
[data-mx-builder-key="academy-journey"]{padding-top:31px!important;padding-bottom:32px!important}
[data-mx-builder-key="academy-videos"]{padding-top:34px!important;padding-bottom:36px!important}
[data-mx-builder-key="academy-videos"] .mx302-video-card__frame{aspect-ratio:1.7/1!important}
.mx306-academy-mentor{padding:31px 0!important}
[data-mx-builder-key="academy-achievements"]{padding-top:34px!important;padding-bottom:35px!important}
[data-mx-builder-key="academy-achievements"] .mx302-feature-card{min-height:142px!important}

/* ONNOWELL — gerçek ürünler kesilmez, referansın temiz katalog görünümü korunur. */
[data-mx-builder-key="products-featured"]{padding-top:35px!important;padding-bottom:36px!important}
[data-mx-builder-key="products-featured"] .mx302-split__media img{object-fit:contain!important;padding:18px!important;background:#f8fbf7!important}
[data-mx-builder-key="products-categories"]{padding-top:34px!important;padding-bottom:34px!important}
[data-mx-builder-key="products-categories"] .mx302-feature-card{min-height:140px!important}
[data-mx-builder-key="products-grid"]{padding-top:34px!important;padding-bottom:38px!important}
[data-mx-builder-key="products-grid"] img{object-fit:contain!important}
[data-mx-builder-key="products-science"]{padding-top:34px!important;padding-bottom:34px!important}
[data-mx-builder-key="products-videos"]{padding-top:34px!important;padding-bottom:36px!important}
.mx307-products-help{padding-top:32px!important;padding-bottom:36px!important}

/* Hikâyeler — öne çıkan kart, 4 hikâye, yolculuk ve videolar. */
.mx307-story-featured{margin-top:-54px!important;padding-bottom:8px!important}
.mx307-story-featured__card{width:min(650px,72%)!important}
[data-mx-builder-key="stories-list"]{padding-top:26px!important;padding-bottom:36px!important}
[data-mx-builder-key="stories-list"] .mx302-story-card figure{aspect-ratio:1.42/1!important}
[data-mx-builder-key="stories-list"] .mx302-story-card>div{padding:13px 14px 15px!important}
[data-mx-builder-key="stories-journey"]{padding-top:32px!important;padding-bottom:34px!important}
[data-mx-builder-key="stories-videos"]{padding-top:34px!important;padding-bottom:34px!important}
.mx306-story-strip{padding:18px 0!important}

/* Keşfet — referanstaki 4x2 ana kart matrisi ve 3 öne çıkan içerik. */
[data-mx-builder-key="explore-grid"]{padding-top:34px!important;padding-bottom:35px!important}
[data-mx-builder-key="explore-grid"] .mx302-explore-card{min-height:182px!important;padding:17px 14px!important}
[data-mx-builder-key="explore-grid"] .mx302-explore-card .mx302-icon{width:50px!important;height:50px!important;padding:12px!important}
[data-mx-builder-key="explore-grid"] .mx302-explore-card h3{font-size:14px!important}
[data-mx-builder-key="explore-grid"] .mx302-explore-card p{font-size:10.7px!important;line-height:1.5!important}
.mx307-explore-featured{padding-top:30px!important;padding-bottom:31px!important}
[data-mx-builder-key="explore-journey"]{padding-top:27px!important;padding-bottom:30px!important}
[data-mx-builder-key="explore-videos"]{padding-top:32px!important;padding-bottom:34px!important}
[data-mx-builder-key="explore-trust"]{padding-top:18px!important;padding-bottom:18px!important}

/* Katılım — referansın kompakt karar akışı. */
[data-mx-builder-key="join-steps"]{padding-top:36px!important;padding-bottom:34px!important}
[data-mx-builder-key="join-steps"] .mx302-steps article{min-height:164px!important}
[data-mx-builder-key="join-fit"]{padding-top:32px!important;padding-bottom:35px!important}
[data-mx-builder-key="join-fit"] .mx302-fit-grid article{padding:23px 25px!important}
[data-mx-builder-key="join-fit"] .mx302-fit-grid h2{font-size:22px!important}
[data-mx-builder-key="join-fit"] .mx302-fit-grid li{font-size:11.3px!important}
.mx305-join-mentor{padding-top:32px!important;padding-bottom:35px!important}
.mx305-join-mentor__grid{min-height:260px!important}
[data-mx-builder-key="join-learn"]{padding-top:34px!important;padding-bottom:36px!important}
[data-mx-builder-key="join-learn"] .mx302-join-info-grid>article{padding:17px!important}

/* Yönetici Düzenle: her bölümde kalır, fakat referans tasarımı daha az örter. */
.mx302-video-first.mx109-has-entry>.mx109-section-edit,
.mx302-hero.mx109-has-entry>.mx109-section-edit,
.mx302-section.mx109-has-entry>.mx109-section-edit,
.mx302-cta.mx109-has-entry>.mx109-section-edit{
  min-height:32px!important;padding:0 10px!important;border-radius:9px!important;font-size:10px!important;box-shadow:0 5px 14px rgba(12,49,75,.08)!important
}

@media (max-width:1100px){
  .mx302-section{padding:40px 0!important}
  .mx302-video-first__frame{aspect-ratio:1.9/1!important}
  .mx302-hero__grid{min-height:340px!important}
  .mx302-hero__media{min-height:340px!important}
  [data-mx-builder-key="home-two-worlds"] .mx302-duo-grid{grid-template-columns:1fr!important}
  [data-mx-builder-key="home-two-worlds"] .mx302-duo-card{min-height:270px!important}
}

@media (max-width:900px){
  .mx302-video-first__frame{aspect-ratio:16/8.3!important}
  .mx302-hero__copy{padding:30px 18px 30px 8px!important}
  .mx302-hero__media{min-height:315px!important;border-radius:0 0 0 34px!important}
  .mx302-cols-6{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .mx302-cols-5{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  [data-mx-builder-key="apex-culture"] .mx302-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  [data-mx-builder-key="academy-categories"] .mx302-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

@media (max-width:767px){
  .mx302-video-first{padding:6px 0 10px!important}
  .mx302-video-first__frame{aspect-ratio:16/9!important;border-radius:14px!important}
  .mx302-section{padding:28px 0!important}
  .mx302-heading{margin-bottom:18px!important}
  .mx302-heading h2{font-size:25px!important}
  .mx302-heading p{font-size:12px!important}
  .mx302-hero__copy{padding:25px 12px 26px!important}
  .mx302-hero__media{min-height:260px!important;border-radius:0 0 0 26px!important}
  [data-mx-builder-key="home-hero"] h1,
  [data-mx-builder-key="apex-hero"] h1,
  [data-mx-builder-key="how-hero"] h1,
  [data-mx-builder-key="academy-hero"] h1,
  [data-mx-builder-key="products-hero"] h1,
  [data-mx-builder-key="stories-hero"] h1,
  [data-mx-builder-key="explore-hero"] h1,
  [data-mx-builder-key="join-hero"] h1{font-size:clamp(36px,10.5vw,46px)!important;line-height:1.01!important}
  .mx302-hero__copy>p{font-size:13.5px!important}
  .mx302-hero__badges{gap:8px!important;margin-top:14px!important}
  .mx302-actions{margin-top:18px!important}
  .mx302-btn{min-height:40px!important}

  .mx302-duo-card{grid-template-columns:1fr!important}
  .mx302-duo-card figure{min-height:220px!important}
  .mx302-feature-card{padding:17px 13px!important;min-height:0!important}
  .mx302-feature-card .mx302-icon{width:48px!important;height:48px!important;padding:12px!important}
  .mx302-feature-card h3{font-size:14px!important}
  .mx302-feature-card p{font-size:10.6px!important}

  /* Mobil kart akışlarında sıkışma yerine kontrollü yatay kaydırma. */
  [data-mx-builder-key="how-six-steps"] .mx302-steps,
  [data-mx-builder-key="home-how"] .mx302-steps,
  [data-mx-builder-key="academy-journey"] .mx302-steps,
  [data-mx-builder-key="stories-journey"] .mx302-steps,
  [data-mx-builder-key="explore-journey"] .mx302-steps,
  [data-mx-builder-key="join-steps"] .mx302-steps{
    display:flex!important;overflow-x:auto!important;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;padding-bottom:4px!important
  }
  [data-mx-builder-key="how-six-steps"] .mx302-steps article,
  [data-mx-builder-key="home-how"] .mx302-steps article,
  [data-mx-builder-key="academy-journey"] .mx302-steps article,
  [data-mx-builder-key="stories-journey"] .mx302-steps article,
  [data-mx-builder-key="explore-journey"] .mx302-steps article,
  [data-mx-builder-key="join-steps"] .mx302-steps article{
    flex:0 0 76vw!important;min-height:160px!important;scroll-snap-align:start
  }

  [data-mx-builder-key="home-benefits"] .mx302-feature-grid,
  [data-mx-builder-key="apex-pillars"] .mx302-feature-grid,
  [data-mx-builder-key="apex-culture"] .mx302-feature-grid,
  [data-mx-builder-key="academy-categories"] .mx302-feature-grid,
  [data-mx-builder-key="academy-achievements"] .mx302-feature-grid,
  [data-mx-builder-key="products-categories"] .mx302-feature-grid,
  [data-mx-builder-key="products-science"] .mx302-feature-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}

  [data-mx-builder-key="explore-grid"] .mx302-explore-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}
  [data-mx-builder-key="explore-grid"] .mx302-explore-card{min-height:168px!important;padding:15px 11px!important}
  .mx307-story-featured{margin-top:-22px!important}
  .mx307-story-featured__card{width:calc(100% - 20px)!important}
  .mx306-how-plan__main>figure{min-height:245px!important}
  .mx306-how-plan__quote{min-height:170px!important}
}

@media (max-width:480px){
  [data-mx-builder-key="home-benefits"] .mx302-feature-grid,
  [data-mx-builder-key="apex-pillars"] .mx302-feature-grid,
  [data-mx-builder-key="apex-culture"] .mx302-feature-grid,
  [data-mx-builder-key="academy-categories"] .mx302-feature-grid,
  [data-mx-builder-key="academy-achievements"] .mx302-feature-grid,
  [data-mx-builder-key="products-categories"] .mx302-feature-grid,
  [data-mx-builder-key="products-science"] .mx302-feature-grid,
  [data-mx-builder-key="explore-grid"] .mx302-explore-grid{grid-template-columns:1fr!important}
  .mx302-hero__media{min-height:235px!important}
  .mx302-actions{display:grid!important;grid-template-columns:1fr!important}
  .mx302-actions .mx302-btn{width:100%!important}
  .mx307-explore-featured__card{grid-template-columns:1fr!important}
  .mx307-products-help__advisor{grid-template-columns:1fr!important}
}


/* ---- reference-flow-v0309.css ---- */
/* MXonnowell v0.3.09 — 360° ekosistem ve sayfalar arası akış. Referans omurgayı bozmayan kompakt bağlantı şeridi. */
.mx309-flow{position:relative;border-top:1px solid #e5edf4;border-bottom:1px solid #e5edf4;background:#f8fbfd;padding:24px 0 25px}
.mx309-flow.is-expanded{padding:34px 0 36px;background:linear-gradient(180deg,#f8fbfd 0%,#fff 100%)}
.mx309-flow__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:16px}
.mx309-flow__eyebrow{display:block;margin:0 0 6px;color:#0874cf;font-size:10px;font-weight:900;letter-spacing:.16em}
.mx309-flow__head h2{margin:0;color:#0b376f;font-size:clamp(21px,2.1vw,30px);line-height:1.12;letter-spacing:-.035em}
.mx309-flow__head p{max-width:720px;margin:7px 0 0;color:#64758a;font-size:12.5px;line-height:1.55}
.mx309-flow__all{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;min-height:40px;padding:0 15px;border:1px solid #d9e5ef;border-radius:999px;background:#fff;color:#0b376f;font-size:11px;font-weight:850;text-decoration:none;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease}
.mx309-flow__all b{font-size:16px;font-weight:700}
.mx309-flow__rail{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;min-width:0}
.mx309-flow.is-expanded .mx309-flow__rail{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.mx309-flow__item{position:relative;display:flex;align-items:center;gap:10px;min-width:0;min-height:70px;padding:11px 12px;border:1px solid #e0e9f1;border-radius:15px;background:#fff;color:#183d6c;text-decoration:none;box-shadow:0 5px 16px rgba(25,57,88,.035);transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease,background .18s ease}
.mx309-flow__item i{display:grid;place-items:center;flex:0 0 34px;width:34px;height:34px;border-radius:50%;background:#f2f7fd;color:#0874cf}
.mx309-flow__item i svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}
.mx309-flow__item span{display:block;min-width:0}
.mx309-flow__item strong,.mx309-flow__item small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mx309-flow__item strong{color:#123c70;font-size:11.8px;line-height:1.25}
.mx309-flow__item small{margin-top:3px;color:#78899c;font-size:9.5px;line-height:1.2}
.mx309-flow__item.is-apex i{background:#f1f7ff;color:#0874cf}
.mx309-flow__item.is-onnowell i{background:#f2faee;color:#3c9b18}
.mx309-flow__item.is-onnowell strong{color:#287810}
.mx309-flow__item.is-mixed i{background:#eef9f8;color:#078b95}
.mx309-flow__item.is-current{border-color:#8dc8ea;background:#f7fcff;box-shadow:0 7px 20px rgba(2,117,191,.08)}
.mx309-flow__item.is-current::after{content:"Bulunduğunuz alan";position:absolute;right:8px;top:6px;color:#0785c7;font-size:7.5px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.mx309-flow.is-expanded .mx309-flow__item{min-height:82px;padding:14px}
.mx309-flow.is-expanded .mx309-flow__item i{width:40px;height:40px;flex-basis:40px}
.mx309-flow.is-expanded .mx309-flow__item strong{font-size:13px}.mx309-flow.is-expanded .mx309-flow__item small{font-size:10.5px}
@media (hover:hover) and (pointer:fine){.mx309-flow__all:hover,.mx309-flow__item:hover{transform:translateY(-1px);border-color:#b8d5e8;box-shadow:0 9px 22px rgba(25,57,88,.075)}}
@media (max-width:1100px){.mx309-flow__rail{grid-template-columns:repeat(3,minmax(0,1fr))}.mx309-flow.is-expanded .mx309-flow__rail{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:760px){
  .mx309-flow,.mx309-flow.is-expanded{padding:20px 0 21px}
  .mx309-flow__head{align-items:flex-start;margin-bottom:12px}.mx309-flow__head p{font-size:11.5px}.mx309-flow__all{display:none}
  .mx309-flow__rail,.mx309-flow.is-expanded .mx309-flow__rail{display:flex;gap:10px;overflow-x:auto;padding:1px 1px 6px;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none}
  .mx309-flow__rail::-webkit-scrollbar{display:none}
  .mx309-flow__item,.mx309-flow.is-expanded .mx309-flow__item{flex:0 0 72%;min-height:68px;padding:10px 11px;scroll-snap-align:start}
  .mx309-flow.is-expanded .mx309-flow__item{flex-basis:78%}
  .mx309-flow__item.is-current::after{font-size:7px}
}
@media (max-width:390px){.mx309-flow__item,.mx309-flow.is-expanded .mx309-flow__item{flex-basis:82%}.mx309-flow__head h2{font-size:20px}}


/* ---- reference-completeness-v0310.css ---- */
/* MXonnowell v0.3.10 — 8 ana sayfa referans yerleşim tamamlama ve eksik medya dayanıklılığı. */
:root{--mx310-navy:#0c356f;--mx310-green:#45a914;--mx310-line:#e1e9f1;--mx310-soft:#f8fbfd}

/* Eksik medya bölümün yüksekliğini çökertmez. */
.mx310-media-fallback{display:block;width:100%;height:100%;object-fit:cover;object-position:center}
[data-mx-builder-key="products-featured"] .mx310-media-fallback,
[data-mx-builder-key="products-help"] .mx310-media-fallback,
.mx310-products-band .mx310-media-fallback{object-fit:contain;background:#f8fbf7;padding:14px}

/* Bütün referans kartlarında aynı satır içindeki yükseklik dengesi. */
.mx302-feature-grid,.mx302-media-grid,.mx302-video-card-grid,.mx302-explore-grid,.mx302-story-grid,.mx306-role-grid{align-items:stretch}
.mx302-feature-card,.mx302-media-card,.mx302-video-card,.mx302-explore-card,.mx302-story-card,.mx306-role-card{height:100%}
.mx302-media-card,.mx302-video-card,.mx306-role-card{display:flex;flex-direction:column}
.mx302-media-card>p,.mx302-video-card>p,.mx306-role-card>div p{margin-bottom:0}

/* 7 kategorili ONNOWELL referans matrisi. */
[data-mx-builder-key="products-categories"] .mx302-feature-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:11px!important}
[data-mx-builder-key="products-categories"] .mx302-feature-card{min-width:0;padding:17px 10px!important;min-height:148px!important}
[data-mx-builder-key="products-categories"] .mx302-feature-card .mx302-icon{width:48px!important;height:48px!important;padding:12px!important;margin-bottom:11px!important}
[data-mx-builder-key="products-categories"] .mx302-feature-card h3{font-size:12.8px!important;line-height:1.25!important}
[data-mx-builder-key="products-categories"] .mx302-feature-card p{font-size:9.8px!important;line-height:1.45!important}

/* ONNOWELL yatay bilgi bandı — referanstaki ürün bilgi/kimlik bölümünün canlı web karşılığı. */
.mx310-products-band{padding-top:31px!important;padding-bottom:35px!important;background:#fff}
.mx310-products-band__inner{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);gap:24px;align-items:stretch;border:1px solid #e1eaf0;border-radius:20px;overflow:hidden;background:linear-gradient(105deg,#fbfdff 0%,#f7fbf6 100%);box-shadow:0 10px 28px rgba(22,58,87,.045)}
.mx310-products-band__copy{padding:27px 30px}
.mx310-products-band__copy h2{margin:7px 0 8px;color:var(--mx310-navy);font-size:clamp(23px,2.2vw,31px);line-height:1.13;letter-spacing:-.035em}
.mx310-products-band__copy>p{max-width:700px;margin:0;color:#607086;font-size:12.5px;line-height:1.58}
.mx310-products-band__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 14px;margin-top:18px}
.mx310-products-band__facts article{display:flex;align-items:flex-start;gap:9px;min-width:0}
.mx310-products-band__facts i{display:grid;place-items:center;flex:0 0 33px;width:33px;height:33px;border-radius:50%;background:#eef8e9;color:#3d981b}
.mx310-products-band__facts i svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.mx310-products-band__facts strong,.mx310-products-band__facts small{display:block}
.mx310-products-band__facts strong{color:#244e30;font-size:10.8px;line-height:1.25}
.mx310-products-band__facts small{margin-top:2px;color:#75847d;font-size:9.2px;line-height:1.36}
.mx310-products-band__inner>figure{min-height:230px;margin:0;background:#f7fbf6}
.mx310-products-band__inner>figure img{width:100%;height:100%;object-fit:contain;padding:18px}

/* Omurgalardaki satır sayısını koru; içerik az olsa bile bölüm kaybolmaz. */
[data-mx-builder-key="home-stories"] .mx302-media-grid,
[data-mx-builder-key="apex-discover"] .mx302-video-card-grid,
[data-mx-builder-key="how-power"] .mx302-media-grid,
[data-mx-builder-key="academy-featured"] .mx302-media-grid,
[data-mx-builder-key="academy-videos"] .mx302-video-card-grid,
[data-mx-builder-key="stories-videos"] .mx302-video-card-grid,
[data-mx-builder-key="explore-videos"] .mx302-video-card-grid{min-height:1px}

/* Ana referans bölümlerinde masaüstü kapsayıcı genişliğini tutarlı hale getir. */
[data-mx-builder-key="home-two-worlds"] .mx-wrap,
[data-mx-builder-key="apex-mentoring"] .mx-wrap,
[data-mx-builder-key="how-plan"] .mx-wrap,
[data-mx-builder-key="academy-featured"] .mx-wrap,
[data-mx-builder-key="products-featured"] .mx-wrap,
[data-mx-builder-key="stories-featured"] .mx-wrap,
[data-mx-builder-key="join-mentor"] .mx-wrap{width:min(1180px,calc(100% - 40px))}

/* CTA / 360 akış / footer öncesi ritim: sayfa sonlarında gereksiz büyük beyaz boşluk bırakma. */
.mx309-flow+.mx302-cta{margin-top:0}
.mx302-cta{border-top:0}

@media(max-width:1180px){
  [data-mx-builder-key="products-categories"] .mx302-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:900px){
  [data-mx-builder-key="products-categories"] .mx302-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .mx310-products-band__inner{grid-template-columns:1.25fr .75fr}
  .mx310-products-band__copy{padding:24px}
  .mx310-products-band__facts{grid-template-columns:1fr}
}
@media(max-width:767px){
  [data-mx-builder-key="products-categories"] .mx302-feature-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}
  [data-mx-builder-key="products-categories"] .mx302-feature-card{min-height:0!important;padding:15px 11px!important}
  .mx310-products-band{padding-top:24px!important;padding-bottom:26px!important}
  .mx310-products-band__inner{grid-template-columns:1fr;border-radius:16px}
  .mx310-products-band__copy{padding:21px 17px 8px}
  .mx310-products-band__copy h2{font-size:24px}
  .mx310-products-band__facts{grid-template-columns:1fr 1fr;gap:10px}
  .mx310-products-band__inner>figure{min-height:190px}
  [data-mx-builder-key="home-two-worlds"] .mx-wrap,
  [data-mx-builder-key="apex-mentoring"] .mx-wrap,
  [data-mx-builder-key="how-plan"] .mx-wrap,
  [data-mx-builder-key="academy-featured"] .mx-wrap,
  [data-mx-builder-key="products-featured"] .mx-wrap,
  [data-mx-builder-key="stories-featured"] .mx-wrap,
  [data-mx-builder-key="join-mentor"] .mx-wrap{width:min(100% - 24px,1180px)}
}
@media(max-width:480px){
  [data-mx-builder-key="products-categories"] .mx302-feature-grid{grid-template-columns:1fr!important}
  .mx310-products-band__facts{grid-template-columns:1fr}
}


/* ---- reference-geometry-v0311.css ---- */
/* MXonnowell v0.3.11 — 8 ana sayfa 360° referans geometri / medya standardı / responsive sonlandırma. */
:root{--mx311-wrap:1180px;--mx311-media-wrap:1040px;--mx311-video-wrap:980px;--mx311-radius:16px;--mx311-line:#e1e9f1;--mx311-navy:#0c356f;--mx311-green:#43a914}

/* Referans sayfalarda kapsayıcı ritmi: geniş ekranda gereksiz yayılma yok. */
.mx302-section>.mx-wrap,.mx302-cta>.mx-wrap,.mx309-flow>.mx-wrap{width:min(var(--mx311-wrap),calc(100% - 40px))}
.mx302-heading{max-width:760px;margin-left:auto;margin-right:auto;text-align:center}
.mx302-heading p{max-width:690px;margin-left:auto!important;margin-right:auto!important}

/* Video altında kullanılan görsel/video vitrinleri standart ve daha kompakt. */
.mx302-media-grid{width:min(100%,var(--mx311-media-wrap));margin-left:auto;margin-right:auto}
.mx302-video-card-grid{width:min(100%,var(--mx311-video-wrap));margin-left:auto;margin-right:auto}
.mx302-media-card figure,.mx302-video-card__frame{aspect-ratio:16/9!important}
.mx302-media-card figure img,.mx302-video-card__frame img,.mx302-video-card__frame video{object-position:center center}
.mx302-media-card,.mx302-video-card{min-width:0}
.mx302-media-card h3,.mx302-video-card h3{line-height:1.3}

/* Portre/hikâye/lider alanları kendi referans oranını korur; 16:9 zorlamasına girmez. */
[data-mx-builder-key="stories-list"] .mx302-story-card figure{aspect-ratio:1.42/1!important}
.mx306-role-card figure{aspect-ratio:1.33/1!important}
.mx307-story-featured__media{aspect-ratio:auto!important}

/* Sayfa bazlı bölüm genişliği ve yükseklik dengesi. */
[data-mx-builder-key="home-two-worlds"] .mx302-duo-grid,
[data-mx-builder-key="home-benefits"] .mx302-feature-grid,
[data-mx-builder-key="home-how"] .mx302-steps,
[data-mx-builder-key="apex-pillars"] .mx302-feature-grid,
[data-mx-builder-key="apex-culture"] .mx302-feature-grid,
[data-mx-builder-key="how-six-steps"] .mx302-steps,
[data-mx-builder-key="how-responsibility"] .mx302-feature-grid,
[data-mx-builder-key="academy-categories"] .mx302-feature-grid,
[data-mx-builder-key="academy-journey"] .mx302-steps,
[data-mx-builder-key="academy-achievements"] .mx302-feature-grid,
[data-mx-builder-key="stories-journey"] .mx302-steps,
[data-mx-builder-key="explore-grid"] .mx302-explore-grid,
[data-mx-builder-key="explore-journey"] .mx302-steps,
[data-mx-builder-key="join-steps"] .mx302-steps{width:min(100%,1120px);margin-left:auto;margin-right:auto}

/* Ana sayfadaki üç deneyim kartı referanstaki yatay küçük vitrin formunda. */
[data-mx-builder-key="home-stories"] .mx302-media-grid{max-width:980px}
[data-mx-builder-key="home-stories"] .mx302-media-card figure{aspect-ratio:16/9!important}
[data-mx-builder-key="home-stories"] .mx302-media-card h3{font-size:14px!important}
[data-mx-builder-key="home-stories"] .mx302-media-card p{font-size:10.8px!important}

/* Nasıl Çalışır: gerçek anahtar 'how-responsibility'; önceki çoğul seçici hatasını kapatır. */
[data-mx-builder-key="how-responsibility"]{padding-top:35px!important;padding-bottom:36px!important}
[data-mx-builder-key="how-responsibility"] .mx302-feature-card{min-height:142px!important;padding:18px 13px!important}
[data-mx-builder-key="how-responsibility"] .mx302-feature-card .mx302-icon{width:48px!important;height:48px!important;padding:12px!important}

/* Akademi: katkı alanı referanstaki yatay bilgi satırına yaklaşır. */
[data-mx-builder-key="academy-achievements"] .mx302-feature-grid{gap:10px!important}
[data-mx-builder-key="academy-achievements"] .mx302-feature-card{min-height:118px!important;padding:15px 12px!important;box-shadow:none!important}
[data-mx-builder-key="academy-achievements"] .mx302-feature-card .mx302-icon{width:44px!important;height:44px!important;padding:11px!important;margin-bottom:9px!important}
[data-mx-builder-key="academy-achievements"] .mx302-feature-card h3{font-size:13px!important}
[data-mx-builder-key="academy-achievements"] .mx302-feature-card p{font-size:10px!important}

/* ONNOWELL: ürün kartları eş yükseklik, ambalajlar kesilmez. */
[data-mx-builder-key="products-grid"] .mx302-product-grid{align-items:stretch}
[data-mx-builder-key="products-grid"] .mx302-product-card{height:100%;display:flex;flex-direction:column}
[data-mx-builder-key="products-grid"] .mx302-product-card figure{aspect-ratio:1/1;background:#fff}
[data-mx-builder-key="products-grid"] .mx302-product-card figure img{object-fit:contain!important;padding:10px}
[data-mx-builder-key="products-grid"] .mx302-product-card .mx302-product-actions{margin-top:auto}

/* Hikâyeler: video/güven bandı gereksiz büyük bloklara dönüşmez. */
[data-mx-builder-key="stories-videos"] .mx302-video-card-grid{max-width:980px}
.mx306-story-strip__grid{width:min(100%,1060px);margin:0 auto;gap:10px!important}
.mx306-story-strip__grid article{min-height:76px!important;padding:12px 14px!important}

/* Keşfet: final CTA sonrası referanstaki yeşil güven şeridi gibi kompakt görünüm. */
[data-mx-builder-key="explore-trust"]{padding:0!important;border-bottom:0!important;background:#429a17!important;color:#fff}
[data-mx-builder-key="explore-trust"] .mx-wrap{width:min(1180px,calc(100% - 40px))}
[data-mx-builder-key="explore-trust"] .mx302-heading{display:none!important}
[data-mx-builder-key="explore-trust"] .mx302-feature-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:0!important;width:100%;max-width:none;margin:0}
[data-mx-builder-key="explore-trust"] .mx302-feature-card{min-height:70px!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:11px 15px!important;color:#fff;display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;align-items:center;text-align:left}
[data-mx-builder-key="explore-trust"] .mx302-feature-card+.mx302-feature-card{border-left:1px solid rgba(255,255,255,.28)!important}
[data-mx-builder-key="explore-trust"] .mx302-feature-card .mx302-icon{grid-row:1/3;width:29px!important;height:29px!important;padding:5px!important;margin:0 8px 0 0!important;background:transparent!important;color:#fff!important}
[data-mx-builder-key="explore-trust"] .mx302-feature-card h3{margin:0!important;color:#fff!important;font-size:11px!important;line-height:1.2!important}
[data-mx-builder-key="explore-trust"] .mx302-feature-card p{margin:2px 0 0!important;color:rgba(255,255,255,.84)!important;font-size:8.5px!important;line-height:1.25!important}

/* Katılım bilgi alanı: üç kartın boyu/başlangıç çizgisi aynı. */
[data-mx-builder-key="join-learn"] .mx302-join-info-grid{align-items:stretch}
[data-mx-builder-key="join-learn"] .mx302-join-info-grid>article{height:100%;min-height:300px}
[data-mx-builder-key="join-learn"] .mx302-info-video>div{aspect-ratio:16/9!important;max-height:230px}

/* Ekosistem şeridi içerik önüne geçmez; sayfa sonu akışında kompakt kalır. */
.mx309-flow.is-compact{padding-top:18px!important;padding-bottom:18px!important}
.mx309-flow.is-expanded{padding-top:22px!important;padding-bottom:22px!important}
.mx309-flow+.mx302-cta{margin-top:0!important}

/* 1280+ ekranlarda bölüm yüksekliği görsele göre uzamasın. */
@media(min-width:1280px){
  .mx302-video-card-grid{grid-auto-rows:1fr}
  .mx302-media-grid{grid-auto-rows:1fr}
  [data-mx-builder-key="academy-featured"] .mx302-media-grid{max-width:1060px}
  [data-mx-builder-key="how-power"] .mx302-media-grid{max-width:1000px}
  [data-mx-builder-key="apex-discover"] .mx302-video-card-grid{max-width:960px}
  [data-mx-builder-key="products-videos"] .mx302-video-card-grid{max-width:960px}
  [data-mx-builder-key="explore-videos"] .mx302-video-card-grid{max-width:960px}
}

@media(max-width:1100px){
  .mx302-section>.mx-wrap,.mx302-cta>.mx-wrap,.mx309-flow>.mx-wrap{width:min(100% - 32px,var(--mx311-wrap))}
  [data-mx-builder-key="explore-trust"] .mx302-feature-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  [data-mx-builder-key="explore-trust"] .mx302-feature-card:nth-child(4){border-left:0!important}
}

@media(max-width:767px){
  .mx302-section>.mx-wrap,.mx302-cta>.mx-wrap,.mx309-flow>.mx-wrap{width:min(100% - 24px,var(--mx311-wrap))}
  .mx302-media-grid,.mx302-video-card-grid{width:100%}
  .mx302-media-card,.mx302-video-card{flex-basis:min(82vw,330px)!important}
  .mx302-media-card figure,.mx302-video-card__frame{aspect-ratio:16/9!important}
  [data-mx-builder-key="join-learn"] .mx302-join-info-grid>article{min-height:0}
  [data-mx-builder-key="join-learn"] .mx302-info-video>div{max-height:none}
  [data-mx-builder-key="explore-trust"] .mx-wrap{width:100%!important}
  [data-mx-builder-key="explore-trust"] .mx302-feature-grid{display:flex!important;overflow-x:auto;scroll-snap-type:x mandatory}
  [data-mx-builder-key="explore-trust"] .mx302-feature-card{flex:0 0 58vw;min-height:66px!important;scroll-snap-align:start;border-left:1px solid rgba(255,255,255,.28)!important}
  [data-mx-builder-key="explore-trust"] .mx302-feature-card:first-child{border-left:0!important}
}

@media(max-width:480px){
  .mx302-media-card,.mx302-video-card{flex-basis:min(86vw,315px)!important}
  [data-mx-builder-key="academy-achievements"] .mx302-feature-grid{grid-template-columns:1fr 1fr!important}
  [data-mx-builder-key="academy-achievements"] .mx302-feature-card{min-height:110px!important}
  [data-mx-builder-key="explore-trust"] .mx302-feature-card{flex-basis:72vw}
}


/* ---- reference-responsive-qa-v0312.css ---- */
/* MXonnowell v0.3.12 — 8 ana sayfa 360° responsive akış / mobil video dengesi / final yerleşim QA. */
:root{--mx312-wrap:1180px;--mx312-navy:#0c356f;--mx312-green:#43a914;--mx312-line:#e0e9f1}

/* Sayfalar arası ortak dikey ritim: referans omurgayı korur, gereksiz boşluğu azaltır. */
.mx302-section{padding-top:40px!important;padding-bottom:40px!important}
.mx302-heading{margin-bottom:22px!important}
.mx302-heading h2{font-size:clamp(25px,2.35vw,34px)!important;line-height:1.12!important;letter-spacing:-.028em!important}
.mx302-heading p{font-size:12.5px!important;line-height:1.58!important}
.mx302-cta{padding-top:24px!important;padding-bottom:24px!important}
.mx302-btn{min-height:42px;display:inline-flex;align-items:center;justify-content:center}

/* İlk video ile hero arasında net ama sıkı bir geçiş. */
.mx302-video-first{padding-top:10px!important;padding-bottom:12px!important}
.mx302-video-first>.mx-wrap{width:min(var(--mx312-wrap),calc(100% - 40px))!important}
.mx302-video-first__frame{border-radius:18px!important;overflow:hidden}
.mx302-video-first__frame video,.mx302-video-first__frame img{width:100%;height:100%;object-position:center center}

/* Video altındaki medya kartları daha küçük ve standardize. */
.mx302-media-grid{max-width:1000px!important}
.mx302-video-card-grid{max-width:960px!important}
.mx302-media-card figure,.mx302-video-card__frame{aspect-ratio:16/9!important}
.mx302-media-card h3,.mx302-video-card h3{font-size:13.5px!important;line-height:1.3!important}
.mx302-media-card p,.mx302-video-card p{font-size:10.5px!important;line-height:1.5!important}

/* Hero / split bloklarda görsel ve metin kolonları aynı ritimde. */
.mx302-hero__grid,.mx302-split__grid{max-width:var(--mx312-wrap);margin-left:auto;margin-right:auto}
.mx302-hero__copy,.mx302-split__copy{min-width:0}
.mx302-hero__copy h1{font-size:clamp(42px,4.7vw,68px)!important;line-height:.99!important;letter-spacing:-.045em!important}
.mx302-hero__copy p{max-width:610px}
.mx302-hero__media img,.mx302-split__media img{object-position:center center}

/* Kart sıraları: masaüstünde eş yükseklik, dar ekranlarda içerik ezilmez. */
.mx302-feature-grid,.mx302-steps,.mx302-explore-grid,.mx302-story-grid,.mx302-product-grid{align-items:stretch}
.mx302-feature-card,.mx302-steps article,.mx302-explore-card,.mx302-story-card,.mx302-product-card{min-width:0}
.mx302-feature-card h3,.mx302-steps h3,.mx302-explore-card h3{line-height:1.25!important}

/* Yönetici Düzenle butonu referans tasarımın üstünü daha az örtsün. */
.mx302-video-first.mx109-has-entry>.mx109-section-edit,
.mx302-hero.mx109-has-entry>.mx109-section-edit,
.mx302-section.mx109-has-entry>.mx109-section-edit,
.mx302-cta.mx109-has-entry>.mx109-section-edit,
.mx309-flow.mx109-has-entry>.mx109-section-edit{
  top:8px!important;right:8px!important;min-height:30px!important;padding:0 9px!important;border-radius:8px!important;font-size:9.5px!important;line-height:1!important;box-shadow:0 4px 12px rgba(10,48,82,.09)!important
}

/* Tablet yatay / küçük masaüstü */
@media(max-width:1100px){
  .mx302-section{padding-top:34px!important;padding-bottom:34px!important}
  .mx302-video-first>.mx-wrap,.mx302-hero>.mx-wrap,.mx302-section>.mx-wrap,.mx302-cta>.mx-wrap,.mx309-flow>.mx-wrap{width:min(100% - 28px,var(--mx312-wrap))!important}
  .mx302-heading h2{font-size:29px!important}
  .mx302-hero__copy h1{font-size:clamp(40px,5.7vw,58px)!important}
  .mx302-feature-grid.mx302-cols-6{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .mx302-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}

/* Tablet dikey */
@media(max-width:900px){
  .mx302-hero__grid,.mx302-split__grid{grid-template-columns:1fr!important}
  .mx302-hero__copy,.mx302-split__copy{padding:28px 22px!important}
  .mx302-hero__media,.mx302-split__media{min-height:0!important;aspect-ratio:16/8.8!important}
  .mx302-hero__media img,.mx302-split__media img{width:100%;height:100%;object-fit:cover!important}
  .mx302-cols-5,.mx302-cols-6{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  [data-mx-builder-key="explore-grid"] .mx302-explore-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  [data-mx-builder-key="stories-list"] .mx302-story-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  [data-mx-builder-key="products-grid"] .mx302-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}

/* Mobil — ana video büyütülür, alt medya kartları küçültülür. */
@media(max-width:767px){
  .mx302-video-first{padding-top:4px!important;padding-bottom:9px!important}
  .mx302-video-first>.mx-wrap{width:calc(100% - 12px)!important}
  .mx302-video-first__frame{aspect-ratio:16/10!important;border-radius:14px!important}
  .mx302-video-first__frame video,.mx302-video-first__frame img{object-fit:cover!important}

  .mx302-section{padding-top:28px!important;padding-bottom:28px!important}
  .mx302-section>.mx-wrap,.mx302-hero>.mx-wrap,.mx302-cta>.mx-wrap,.mx309-flow>.mx-wrap{width:calc(100% - 20px)!important}
  .mx302-heading{margin-bottom:16px!important}
  .mx302-heading h2{font-size:24px!important}
  .mx302-heading p{font-size:11.5px!important;line-height:1.5!important}

  .mx302-hero__copy,.mx302-split__copy{padding:23px 14px!important}
  .mx302-hero__copy h1{font-size:clamp(38px,11vw,50px)!important;line-height:1.01!important}
  .mx302-hero__copy p{font-size:13px!important;line-height:1.55!important}
  .mx302-hero__media,.mx302-split__media{aspect-ratio:16/10!important;border-radius:0 0 22px 22px!important}

  /* Video altı görsel/video kartları önceki büyük görünümden daha küçük. */
  .mx302-media-grid.mx302-cols-2,.mx302-media-grid.mx302-cols-3,.mx302-media-grid.mx302-cols-4,
  .mx302-video-card-grid{gap:10px!important;padding-bottom:5px!important;scroll-padding-left:2px}
  .mx302-media-card{flex:0 0 min(74vw,285px)!important}
  .mx302-video-card{flex:0 0 min(76vw,295px)!important}
  .mx302-media-card figure,.mx302-video-card__frame{aspect-ratio:16/9!important}
  .mx302-media-card h3,.mx302-video-card h3{font-size:12.5px!important;margin-top:9px!important}
  .mx302-media-card p,.mx302-video-card p{font-size:10px!important;margin-top:4px!important}

  .mx302-feature-grid,.mx302-steps{gap:10px!important}
  .mx302-feature-card,.mx302-steps article{padding:14px 11px!important;min-height:0!important}
  .mx302-feature-card .mx302-icon{width:44px!important;height:44px!important;padding:11px!important}
  .mx302-btn{min-height:40px;padding-left:15px!important;padding-right:15px!important;font-size:11px!important}

  [data-mx-builder-key="products-grid"] .mx302-product-grid{grid-template-columns:1fr 1fr!important;gap:10px!important}
  [data-mx-builder-key="products-grid"] .mx302-product-card__body{padding:10px!important}
  [data-mx-builder-key="products-grid"] .mx302-product-card h3{font-size:11px!important}
  [data-mx-builder-key="stories-list"] .mx302-story-grid{grid-template-columns:1fr!important;max-width:330px;margin-left:auto;margin-right:auto}

  .mx302-video-first.mx109-has-entry>.mx109-section-edit,
  .mx302-hero.mx109-has-entry>.mx109-section-edit,
  .mx302-section.mx109-has-entry>.mx109-section-edit,
  .mx302-cta.mx109-has-entry>.mx109-section-edit,
  .mx309-flow.mx109-has-entry>.mx109-section-edit{top:6px!important;right:6px!important;min-height:29px!important;font-size:9px!important}
}

/* Çok dar telefon — 320–350 px güvenli alan */
@media(max-width:350px){
  .mx302-video-first>.mx-wrap{width:calc(100% - 8px)!important}
  .mx302-section>.mx-wrap,.mx302-hero>.mx-wrap,.mx302-cta>.mx-wrap,.mx309-flow>.mx-wrap{width:calc(100% - 16px)!important}
  .mx302-hero__copy{padding:20px 11px!important}
  .mx302-hero__copy h1{font-size:36px!important}
  .mx302-heading h2{font-size:22px!important}
  .mx302-media-card{flex-basis:min(78vw,265px)!important}
  .mx302-video-card{flex-basis:min(80vw,275px)!important}
  .mx302-feature-grid.mx302-cols-4,.mx302-feature-grid.mx302-cols-5,.mx302-feature-grid.mx302-cols-6{grid-template-columns:1fr 1fr!important}
  [data-mx-builder-key="products-grid"] .mx302-product-grid{grid-template-columns:1fr!important;max-width:280px;margin-left:auto;margin-right:auto}
  .mx302-btn{width:100%;max-width:280px}
}

/* Kısa yatay ekranlar: gereksiz dikey şişme yok. */
@media(max-height:540px) and (orientation:landscape){
  .mx302-video-first__frame{max-height:72vh;aspect-ratio:16/8.5!important}
  .mx302-section{padding-top:24px!important;padding-bottom:24px!important}
  .mx302-hero__grid{min-height:0!important}
}

/* Genel yatay taşma güvenliği yalnız referans sayfa bileşenleri içinde. */
.mx302-video-first,.mx302-hero,.mx302-section,.mx302-cta,.mx309-flow{max-width:100%;overflow-x:clip}
.mx302-media-grid,.mx302-video-card-grid,.mx302-steps,.mx302-feature-grid,.mx302-product-grid,.mx302-story-grid,.mx302-explore-grid{min-width:0}


/* v0.3.12 — Sonsuz video akışı geçişi: kaynak değişirken siyah flaş yerine poster/görsel görünür. */
.mx302-video-first__frame .mx302-video-el{transition:opacity .18s ease!important}
.mx302-video-first__frame.is-mx312-switching .mx302-video-el{opacity:0!important}
.mx302-video-card-grid[data-mx312-video-sequence="1"] .mx302-video-card video{transition:opacity .16s ease}


/* ---- video-playback-fix-v0313.css ---- */
/* MXonnowell v0.3.13 — Ana sayfa ve referans sayfalar ana video görünürlük/autoplay düzeltmesi. */
.mx302-video-first__frame{isolation:isolate!important}
.mx302-video-first__frame .mx302-video-poster{z-index:1!important;opacity:1;visibility:visible;transition:opacity .18s ease,visibility .18s ease}
.mx302-video-first__frame .mx302-video-el{z-index:2!important;opacity:1;background:#06152b}
.mx302-video-first__frame .mx302-video-el:not([src]){z-index:0!important;background:transparent!important}
.mx302-video-first__frame.is-mx312-switching .mx302-video-el{opacity:0!important}
.mx302-video-first__frame.is-mx312-switching .mx302-video-poster{opacity:1!important;visibility:visible!important}
.mx302-video-first__frame.is-mx312-playing .mx302-video-poster{opacity:0!important;visibility:hidden!important;pointer-events:none!important}
.mx302-video-first__frame.is-mx312-waiting .mx302-video-poster{opacity:1!important;visibility:visible!important}
@media (prefers-reduced-motion:reduce){.mx302-video-first__frame .mx302-video-poster,.mx302-video-first__frame .mx302-video-el{transition:none!important}}


/* ---- reference-final-qa-v0315.css ---- */
/* MXonnowell v0.3.15 — 8 referans sayfa final 360° yerleşim / görünürlük / erişilebilirlik QA. */
:root{--mx315-wrap:1180px;--mx315-media-small:960px;--mx315-radius:18px}

/* Header/logo: masaüstünde kırpılma ve yarım gizlenme yok. */
@media (min-width:1101px){
  .mx-header{overflow:visible!important;transform:none!important;translate:none!important;clip-path:none!important}
  .mx-header__in{overflow:visible!important;min-width:0!important}
  .mx-brand,.mx-brand__logo-wrap{overflow:visible!important;min-width:0!important;flex:0 1 auto!important}
  .mx-brand__logo{display:block!important;width:auto!important;height:auto!important;max-height:52px!important;max-width:210px!important;object-fit:contain!important;object-position:left center!important;clip-path:none!important}
  .mx-site-nav,.mx-nav-list{min-width:0!important}
}
@media (min-width:1101px) and (max-width:1640px){
  .mx-header__in{gap:12px!important}
  .mx-brand__logo{max-width:172px!important;max-height:46px!important}
  .mx-nav-list{gap:13px!important}
  .mx-nav-list a{font-size:12.5px!important}
}

/* Ana video: video içeriği hiçbir cihazda crop edilmez. Çerçeve sayfaya göre dengeli kalır. */
.mx302-video-first>.mx-wrap{width:min(var(--mx315-wrap),calc(100% - 36px))!important}
.mx302-video-first__frame{background:#07182b!important;border-radius:var(--mx315-radius)!important;overflow:hidden!important}
.mx302-video-first__frame .mx302-video-el,
.mx302-video-first__frame .mx302-video-poster{width:100%!important;height:100%!important;inset:0!important;object-fit:contain!important;object-position:center center!important;background:#07182b!important}
.mx302-video-first__frame .mx302-video-poster{background:#eef4f8!important}

/* İlk video altındaki genel medya daha küçük ve tek standarda bağlı. Keşfet video kart geometrisi korunur. */
.mx302-media-grid{width:100%!important;max-width:var(--mx315-media-small)!important;margin-inline:auto!important}
.mx302-media-card{min-width:0!important}
.mx302-media-card figure{aspect-ratio:16/9!important;overflow:hidden!important;background:#f3f7fa!important;border-radius:16px!important}
.mx302-media-card figure img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}
.mx302-video-card-grid{width:100%!important;margin-inline:auto!important}
[data-mx-builder-key="explore-videos"] .mx302-video-card-grid{max-width:960px!important}
.mx302-video-card__frame{overflow:hidden!important;background:#07182b!important}
.mx302-video-card__frame img,.mx302-video-card__frame video{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}

/* Hero/split görselleri: kişi ve içerik kırpılmasını azalt; referans kolon geometrisini koru. */
.mx302-hero__media,.mx302-split__media{overflow:hidden!important}
.mx302-hero__media .mx302-device-image,.mx302-split__media .mx302-device-image{object-position:center!important}

/* Kart ve kolon stabilitesi. */
.mx302-feature-grid,.mx302-steps,.mx302-explore-grid,.mx302-story-grid,.mx302-product-grid,.mx302-video-card-grid,.mx302-media-grid{min-width:0!important}
.mx302-feature-card,.mx302-steps article,.mx302-explore-card,.mx302-story-card,.mx302-product-card,.mx302-video-card,.mx302-media-card{min-width:0!important;height:100%}
.mx302-section h2,.mx302-section h3,.mx302-section p,.mx302-section li,.mx302-hero h1,.mx302-hero p{overflow-wrap:anywhere}

/* Klavye ve erişilebilirlik: görünür focus, detaylar ve CTA hedefleri. */
.mx302-btn:focus-visible,.mx302-section a:focus-visible,.mx309-flow a:focus-visible,.mx302-faq-grid summary:focus-visible,.mx302-info-faq summary:focus-visible{
  outline:3px solid rgba(11,114,217,.34)!important;outline-offset:3px!important;border-radius:9px
}
.mx302-faq-grid summary,.mx302-info-faq summary{cursor:pointer}

/* Builder kontrolü içerik üstüne taşmasın. */
.mx302-video-first.mx109-has-entry>.mx109-section-edit,
.mx302-hero.mx109-has-entry>.mx109-section-edit,
.mx302-section.mx109-has-entry>.mx109-section-edit,
.mx302-cta.mx109-has-entry>.mx109-section-edit,
.mx309-flow.mx109-has-entry>.mx109-section-edit{z-index:20!important}

/* Tablet */
@media (max-width:1100px){
  .mx302-video-first>.mx-wrap{width:calc(100% - 24px)!important}
  .mx302-media-grid{max-width:900px!important}
}

/* Mobil: ana video daha görünür; içeriğin tamamı görünür. Alt görseller küçülür. */
@media (max-width:767px){
  .mx302-video-first{padding:5px 0 10px!important}
  .mx302-video-first>.mx-wrap{width:calc(100% - 10px)!important}
  .mx302-video-first__frame{aspect-ratio:16/10!important;border-radius:13px!important;min-height:0!important}
  .mx302-video-first__frame .mx302-video-el,.mx302-video-first__frame .mx302-video-poster{object-fit:contain!important}

  .mx302-media-grid.mx302-cols-2,.mx302-media-grid.mx302-cols-3,.mx302-media-grid.mx302-cols-4{max-width:100%!important;gap:10px!important}
  .mx302-media-card{flex:0 0 min(70vw,270px)!important}
  .mx302-media-card figure{aspect-ratio:16/9!important;border-radius:13px!important}

  /* Keşfet video kartının mevcut mobil ölçüsü korunur. */
  [data-mx-builder-key="explore-videos"] .mx302-video-card{flex:0 0 min(76vw,295px)!important}
  [data-mx-builder-key="explore-videos"] .mx302-video-card__frame{aspect-ratio:16/9!important}

  /* Diğer sayfalardaki alt video kartları Keşfet'ten biraz daha kompakt. */
  .mx302-video-card{flex:0 0 min(72vw,282px)!important}
  [data-mx-builder-key="explore-videos"] .mx302-video-card{flex-basis:min(76vw,295px)!important}

  .mx302-hero__media,.mx302-split__media{aspect-ratio:4/3!important;max-height:330px!important;background:#f4f8fa!important}
  .mx302-hero__media .mx302-device-image,.mx302-split__media .mx302-device-image{object-fit:contain!important;width:100%!important;height:100%!important}
  .mx302-section,.mx302-hero,.mx302-cta,.mx309-flow{overflow-x:clip!important}
}

/* 320–350 px: güvenli minimum, yatay taşma yok. */
@media (max-width:350px){
  .mx302-video-first>.mx-wrap{width:calc(100% - 6px)!important}
  .mx302-media-card{flex-basis:min(72vw,246px)!important}
  .mx302-video-card{flex-basis:min(74vw,254px)!important}
  [data-mx-builder-key="explore-videos"] .mx302-video-card{flex-basis:min(78vw,268px)!important}
  .mx302-hero__media,.mx302-split__media{max-height:285px!important}
}

/* Kısa yatay ekranlarda video tümüyle görünür; viewport'u aşmaz. */
@media (max-height:560px) and (orientation:landscape){
  .mx302-video-first__frame{max-height:76vh!important;aspect-ratio:16/9!important}
  .mx302-video-first__frame .mx302-video-el,.mx302-video-first__frame .mx302-video-poster{object-fit:contain!important}
}

@media (prefers-reduced-motion:reduce){
  .mx302-video-first__frame .mx302-video-el,.mx302-video-first__frame .mx302-video-poster{transition:none!important}
}


/* ---- reference-stability-v0316.css ---- */
/* MXonnowell v0.3.16 — 8 referans sayfa stabilizasyonu: akış, medya, düzenle UX ve responsive sertleştirme. */
:root{--mx316-wrap:1180px;--mx316-copy:780px;--mx316-gap:clamp(14px,2vw,24px)}

/* Genel akış: önceki referans geometrisini bozmadan daha tutarlı dikey ritim. */
.mx302-video-first,.mx302-hero,.mx302-section,.mx302-cta,.mx309-flow{min-width:0;overflow-x:clip}
.mx302-video-first>.mx-wrap,.mx302-hero>.mx-wrap,.mx302-section>.mx-wrap,.mx302-cta>.mx-wrap,.mx309-flow>.mx-wrap{width:min(var(--mx316-wrap),calc(100% - 40px))}
.mx302-section{padding-block:clamp(56px,6vw,84px)}
.mx302-section>.mx-wrap>header,.mx302-section>.mx-wrap>.mx302-heading{max-width:var(--mx316-copy)}
.mx302-section h2,.mx302-section h3,.mx302-hero h1{text-wrap:balance}
.mx302-section p,.mx302-hero p{text-wrap:pretty}

/* Kartların yüksekliği ve medya davranışı bütün sayfalarda öngörülebilir. */
.mx302-feature-grid,.mx302-steps,.mx302-explore-grid,.mx302-story-grid,.mx302-product-grid,.mx302-video-card-grid,.mx302-media-grid{align-items:stretch}
.mx302-feature-card,.mx302-steps article,.mx302-explore-card,.mx302-story-card,.mx302-product-card,.mx302-video-card,.mx302-media-card{display:flex;flex-direction:column;min-width:0}
.mx302-feature-card p,.mx302-steps article p,.mx302-explore-card p,.mx302-story-card p,.mx302-product-card p,.mx302-video-card p{margin-bottom:0}
.mx302-video-card__frame,.mx302-media-card figure{isolation:isolate}
.mx302-video-card__frame img,.mx302-video-card__frame video,.mx302-media-card figure img{display:block}

/* Ana video: gizli cihaz varyantı ağ ve oynatma açısından tamamen pasif kalır. */
.mx302-video-first__frame .mx302-video-el[aria-hidden="true"]{display:none!important}
.mx302-video-first__frame.is-mx316-video-unavailable .mx302-video-el{opacity:0!important;pointer-events:none!important}
.mx302-video-first__frame.is-mx316-video-unavailable .mx302-video-poster{opacity:1!important;visibility:visible!important}

/* Yatay mobil kartlar kontrollü snap; sayfa yatay taşmaz. */
@media (max-width:767px){
  .mx302-video-first>.mx-wrap,.mx302-hero>.mx-wrap,.mx302-section>.mx-wrap,.mx302-cta>.mx-wrap,.mx309-flow>.mx-wrap{width:calc(100% - 24px)}
  .mx302-section{padding-block:44px}
  .mx302-section .mx302-heading,.mx302-section>.mx-wrap>header{max-width:100%}
  .mx302-media-grid,.mx302-video-card-grid,.mx302-story-grid{scroll-snap-type:x proximity;scroll-padding-inline:12px;-webkit-overflow-scrolling:touch}
  .mx302-media-card,.mx302-video-card,.mx302-story-card{scroll-snap-align:start}
  .mx302-media-card{flex-basis:min(66vw,252px)!important}
  .mx302-video-card{flex-basis:min(70vw,270px)!important}
  [data-mx-builder-key="explore-videos"] .mx302-video-card{flex-basis:min(76vw,295px)!important}
  .mx302-btn,.mx302-section a[role="button"],.mx302-faq-grid summary,.mx302-info-faq summary{min-height:44px}
}

/* Tablet: iki sütunlu bileşenlerin sıkışmasını ve taşmasını önle. */
@media (min-width:768px) and (max-width:1100px){
  .mx302-video-first>.mx-wrap,.mx302-hero>.mx-wrap,.mx302-section>.mx-wrap,.mx302-cta>.mx-wrap,.mx309-flow>.mx-wrap{width:calc(100% - 32px)}
  .mx302-section{padding-block:58px}
  .mx302-feature-grid,.mx302-explore-grid{gap:16px}
}

/* Masaüstü header: logo, navigasyon ve araçlar tek satırda güvenli şekilde küçülür. */
@media (min-width:1101px){
  .mx-header__in{min-width:0}
  .mx-brand{min-width:136px}
  .mx-site-nav{flex:1 1 auto;min-width:0}
  .mx-nav-list{min-width:0;white-space:nowrap}
}
@media (min-width:1101px) and (max-width:1365px){
  .mx-brand__logo{max-width:150px!important;max-height:43px!important}
  .mx-nav-list{gap:10px!important}
  .mx-nav-list a{font-size:12px!important;padding-inline:4px!important}
}

/* Ön yüz Düzenle butonu içeriği örtmesin; mobilde dokunma hedefi yeterli olsun. */
.mx109-section-edit{max-width:calc(100% - 16px)}
.mx302-section>.mx109-section-edit,.mx302-hero>.mx109-section-edit,.mx302-video-first>.mx109-section-edit,.mx302-cta>.mx109-section-edit,.mx309-flow>.mx109-section-edit{top:8px!important;right:8px!important}
@media (max-width:767px){.mx109-section-edit{min-height:40px!important;padding-inline:12px!important;font-size:12px!important}}

/* Dar telefon ve kısa yatay ekran koruması. */
@media (max-width:350px){
  .mx302-video-first>.mx-wrap,.mx302-hero>.mx-wrap,.mx302-section>.mx-wrap,.mx302-cta>.mx-wrap,.mx309-flow>.mx-wrap{width:calc(100% - 16px)}
  .mx302-section{padding-block:38px}
  .mx302-media-card{flex-basis:min(68vw,232px)!important}
  .mx302-video-card{flex-basis:min(72vw,246px)!important}
}
@media (max-height:560px) and (orientation:landscape){
  .mx302-section{padding-block:34px}
  .mx302-video-first__frame{max-height:74vh!important}
}

@media (prefers-reduced-motion:reduce){
  .mx302-media-grid,.mx302-video-card-grid,.mx302-story-grid{scroll-behavior:auto!important}
}


/* ---- reference-media-device-v0317.css ---- */
/* MXonnowell v0.3.17 — İlk sayfa video alanları için cihaz + kaynak oranı bazlı güvenli medya geometrisi
   ve Katılım / Mentor Desteği kart ölçek düzeltmesi. */
:root{
  --mx317-video-web:1120px;
  --mx317-video-laptop:1040px;
  --mx317-video-tablet:920px;
  --mx317-video-bg:#07182b;
}

/* İlk ana video: kaynak ne olursa olsun crop yok. Varsayılan yatay video standardı 16:9. */
.mx302-video-first{padding-block:12px 18px!important;overflow:visible!important}
.mx302-video-first>.mx-wrap{margin-inline:auto!important}
.mx302-video-first__frame{
  width:100%!important;
  aspect-ratio:16/9!important;
  min-height:0!important;
  max-height:none!important;
  margin-inline:auto!important;
  background:var(--mx317-video-bg)!important;
  border-radius:18px!important;
  overflow:hidden!important;
}
.mx302-video-first__frame .mx302-video-el,
.mx302-video-first__frame .mx302-video-poster{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  inset:0!important;
  margin:0!important;
  object-fit:contain!important;
  object-position:center center!important;
}

/* Kaynak dikey veya kare olduğunda videoyu geniş yatay kasada küçücük bırakma. */
.mx302-video-first__frame.is-mx317-portrait,
.mx302-video-first__frame.is-mx317-square{margin-inline:auto!important}

/* Geniş web: sinematik ama ekrana taşmayan ölçü. */
@media (min-width:1440px){
  .mx302-video-first>.mx-wrap{width:min(var(--mx317-video-web),calc(100% - 56px))!important}
  .mx302-video-first__frame.is-mx317-landscape{aspect-ratio:16/9!important}
  .mx302-video-first__frame.is-mx317-square{width:min(760px,70vw)!important;aspect-ratio:1/1!important}
  .mx302-video-first__frame.is-mx317-portrait{width:min(650px,58vw)!important;aspect-ratio:4/5!important;max-height:760px!important}
}

/* Laptop / standart web. */
@media (min-width:1101px) and (max-width:1439px){
  .mx302-video-first>.mx-wrap{width:min(var(--mx317-video-laptop),calc(100% - 44px))!important}
  .mx302-video-first__frame.is-mx317-landscape{aspect-ratio:16/9!important}
  .mx302-video-first__frame.is-mx317-square{width:min(700px,72vw)!important;aspect-ratio:1/1!important}
  .mx302-video-first__frame.is-mx317-portrait{width:min(590px,60vw)!important;aspect-ratio:4/5!important;max-height:700px!important}
}

/* Tablet yatay/dikey: genişliği sıkıştırma, videoyu tam göster. */
@media (min-width:768px) and (max-width:1100px){
  .mx302-video-first{padding-block:10px 15px!important}
  .mx302-video-first>.mx-wrap{width:min(var(--mx317-video-tablet),calc(100% - 28px))!important}
  .mx302-video-first__frame{border-radius:16px!important}
  .mx302-video-first__frame.is-mx317-landscape{aspect-ratio:16/9!important}
  .mx302-video-first__frame.is-mx317-square{width:min(680px,86vw)!important;aspect-ratio:1/1!important}
  .mx302-video-first__frame.is-mx317-portrait{width:min(540px,72vw)!important;aspect-ratio:4/5!important;max-height:70svh!important}
}

/* Mobil: yatay video tam ekran genişliğine yakın; dikey video gerçekten büyük görünür. */
@media (max-width:767px){
  .mx302-video-first{padding-block:4px 10px!important}
  .mx302-video-first>.mx-wrap{width:calc(100% - 8px)!important;max-width:none!important}
  .mx302-video-first__frame{border-radius:13px!important}
  .mx302-video-first__frame.is-mx317-landscape,
  .mx302-video-first__frame:not(.is-mx317-portrait):not(.is-mx317-square){
    width:100%!important;
    aspect-ratio:16/9!important;
  }
  .mx302-video-first__frame.is-mx317-square{
    width:min(94vw,560px)!important;
    aspect-ratio:1/1!important;
  }
  .mx302-video-first__frame.is-mx317-portrait{
    width:min(88vw,470px)!important;
    aspect-ratio:4/5!important;
    max-height:74svh!important;
  }

  /* İlk videodan sonraki genel görsel kartları daha kompakt, içerik yine tam görünür. */
  .mx302-media-card{flex-basis:min(64vw,246px)!important}
  .mx302-media-card figure{aspect-ratio:16/9!important}
  .mx302-media-card figure img{object-fit:contain!important}

  /* Kullanıcının beğendiği Keşfet mobil video ölçüsünü aynen koru. */
  [data-mx-builder-key="explore-videos"] .mx302-video-card{flex-basis:min(76vw,295px)!important}
  [data-mx-builder-key="explore-videos"] .mx302-video-card__frame{aspect-ratio:16/9!important}
}

@media (max-width:390px){
  .mx302-video-first>.mx-wrap{width:calc(100% - 4px)!important}
  .mx302-video-first__frame.is-mx317-portrait{width:min(92vw,430px)!important;max-height:72svh!important}
  .mx302-media-card{flex-basis:min(66vw,232px)!important}
}

/* Kısa yatay ekran: video viewport dışına taşmaz. */
@media (max-height:560px) and (orientation:landscape){
  .mx302-video-first__frame{max-height:72svh!important}
  .mx302-video-first__frame.is-mx317-portrait{width:auto!important;height:72svh!important;aspect-ratio:4/5!important}
}

/* Katılım / Mentor Desteği — giant SVG problemini kesin olarak sınırla. */
.mx305-join-mentor{padding-top:34px!important;padding-bottom:40px!important}
.mx305-join-mentor .mx302-heading{margin-bottom:20px!important}
.mx305-join-mentor__grid{
  grid-template-columns:minmax(0,47%) minmax(0,53%)!important;
  align-items:stretch!important;
  min-height:0!important;
}
.mx305-join-mentor__cards{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  grid-auto-rows:1fr!important;
  gap:12px!important;
  align-content:stretch!important;
  padding:20px!important;
}
.mx305-join-mentor__cards article{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:0!important;
  min-height:132px!important;
  padding:15px 12px!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
.mx305-join-mentor__cards .mx302-icon{
  display:grid!important;
  place-items:center!important;
  flex:0 0 48px!important;
  width:48px!important;
  height:48px!important;
  max-width:48px!important;
  max-height:48px!important;
  margin:0 auto 9px!important;
  padding:10px!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
  border:1px solid #dfe8f2!important;
  border-radius:50%!important;
  background:#f8fbff!important;
  color:#0b65c8!important;
  line-height:1!important;
}
.mx305-join-mentor__cards article:nth-child(even) .mx302-icon{background:#f6faef!important;color:#3f941a!important}
.mx305-join-mentor__cards .mx302-icon svg{
  display:block!important;
  flex:none!important;
  width:24px!important;
  height:24px!important;
  min-width:24px!important;
  min-height:24px!important;
  max-width:24px!important;
  max-height:24px!important;
  stroke-width:1.8!important;
}
.mx305-join-mentor__cards h3{margin:0!important;font-size:14px!important;line-height:1.28!important;text-align:center!important}
.mx305-join-mentor__cards p{margin:6px 0 0!important;max-width:190px!important;font-size:11px!important;line-height:1.45!important;text-align:center!important}
.mx305-join-mentor__media{min-height:330px!important;max-height:390px!important;overflow:hidden!important}
.mx305-join-mentor__media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center center!important}

@media (min-width:768px) and (max-width:1100px){
  .mx305-join-mentor__grid{grid-template-columns:minmax(0,50%) minmax(0,50%)!important}
  .mx305-join-mentor__cards{padding:14px!important;gap:10px!important}
  .mx305-join-mentor__cards article{min-height:122px!important;padding:12px 9px!important}
  .mx305-join-mentor__cards .mx302-icon{width:44px!important;height:44px!important;max-width:44px!important;max-height:44px!important;flex-basis:44px!important;padding:9px!important}
  .mx305-join-mentor__cards .mx302-icon svg{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;max-width:22px!important;max-height:22px!important}
  .mx305-join-mentor__media{min-height:300px!important;max-height:360px!important}
}

@media (max-width:767px){
  .mx305-join-mentor{padding-top:28px!important;padding-bottom:34px!important}
  .mx305-join-mentor__grid{grid-template-columns:1fr!important;border-radius:15px!important}
  .mx305-join-mentor__media{order:1!important;min-height:210px!important;max-height:250px!important}
  .mx305-join-mentor__cards{order:2!important;padding:12px!important;gap:9px!important}
  .mx305-join-mentor__cards article{min-height:116px!important;padding:11px 8px!important;border-radius:12px!important}
  .mx305-join-mentor__cards .mx302-icon{width:42px!important;height:42px!important;max-width:42px!important;max-height:42px!important;flex-basis:42px!important;padding:9px!important;margin-bottom:7px!important}
  .mx305-join-mentor__cards .mx302-icon svg{width:21px!important;height:21px!important;min-width:21px!important;min-height:21px!important;max-width:21px!important;max-height:21px!important}
  .mx305-join-mentor__cards h3{font-size:12.5px!important}
  .mx305-join-mentor__cards p{font-size:10.2px!important;line-height:1.38!important}
}

@media (max-width:350px){
  .mx305-join-mentor__cards{grid-template-columns:1fr!important}
  .mx305-join-mentor__cards article{min-height:104px!important}
}

