
/* ---- myt Smart Wi-Fi solution (self-contained) ---- */

.wms__inner{max-width:1200px;margin:0 auto}
.wms__head{text-align:center;margin-bottom:34px}
.wms__title{font-size:clamp(28px,4vw,45px);font-weight:800;letter-spacing:-.5px;line-height:1.25;margin:0 0 10px;color:#14151b}
.wms__sub{font-size:clamp(16px,2.2vw,22px);font-weight:400;color:#5b6573;line-height:1.4;margin:0 auto;max-width:660px}

/* --- device selector row --- */
.wms-devices{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:28px}
.wms-device{flex:0 0 auto;width:168px;display:flex;flex-direction:column;align-items:center;gap:10px;
  background:#fff;border:1.5px solid #E3E7F0;border-radius:20px;padding:16px 12px;cursor:pointer;
  text-align:center;transition:transform .18s,border-color .18s,background .18s}
.wms-device:hover{transform:translateY(-2px);}
.wms-device img{width:60px;height:60px;object-fit:contain}
.wms-device__name{font-size:16px; font-weight:500}
.wms-device.is-active{border-color:#153ED9;background:#fff;}
/* horizontal scroll on small screens */
@media(max-width:760px){
  .wms-devices{flex-wrap:nowrap;overflow-x:auto;justify-content:flex-start;
    scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:6px}
  .wms-device{width:150px;scroll-snap-align:start}
}

/* --- device detail panel (used inside the smart-wifi-device*.tpl includes) --- */
.wms-panel{display:none}
.wms-panel.is-active{display:block}
.wms-card{display:grid;grid-template-columns:1.15fr .85fr;overflow:hidden;border-radius:50px;
  background:#F5F5F5;}
.wms-card__body{padding:40px 40px 34px;color:#000}
.wms-card__title{font-weight:600;}
.wms-card__title small{display:block;font-size:.6em;font-weight:600;padding-top: 10px;}
.wms-price{display:flex;flex-wrap:wrap;align-items:baseline;gap:20px;margin-bottom:22px}
.wms-price__amt{font-weight:600;}
.wms-price__amt span{font-size:15px;font-weight:500;opacity:.9}
.wms-price__vat{font-size:13px;opacity:.85;margin:2px 0 0}
.wms-promo{background:#00B4C8;border-radius:16px;padding:12px 16px;text-align:center;color:#fff;align-self:center}
.wms-promo b{display:block;font-size:16px;font-weight:800;letter-spacing:.5px}
.wms-promo span{display:block;font-size:14px;line-height:1.35}
.wms-promo em{display:block;font-size:12px;font-style:normal;opacity:.9;margin-top:4px}
.wms-specs{display:grid;grid-template-columns:1fr 1fr;gap:6px 24px;list-style:none;margin:0 0 26px;padding:0}
.wms-specs li{display:flex;align-items:flex-start;gap:12px;padding:6px 0}
.wms-specs img{width:34px;height:34px;flex:0 0 auto;object-fit:contain}
.wms-specs .lead{grid-column:1 / -1}
.wms-specs .lead img{width:52px;height:52px}
.wms-specs__t{font-size:18px;line-height:1.35;margin:0}
.wms-specs__t strong{display:block;font-size:18px;font-weight:600;margin-top:2px}
.wms-cta{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#153ED9;border:2px solid #fff;
  border-radius:999px;font-size:16px;font-weight:800;padding:12px 34px;text-decoration:none;transition:.18s}
.wms-cta:hover{background:transparent;color:#fff}
.wms-card__media{position:relative;background:#fff;display:grid;place-items:center}
.wms-card__media img{width:100%;height:100%;object-fit:none}
@media(max-width:820px){
  .wms-card{grid-template-columns:1fr}
  .wms-card__media{order:-1;min-height:220px}
  .wms-specs{grid-template-columns:1fr}
  .wms-price{gap:14px}
  .wms-card__body{padding:28px 24px}
}

/* --- one-time-purchase info bar --- */
.wms-infobar{display:flex;align-items:center;gap:14px;justify-content:center;flex-wrap:wrap;
  max-width:760px;margin:26px auto 0;background:#DDEBF9;border-radius:16px;padding:16px 22px;text-align:center}
.wms-infobar__icon{width:44px;height:44px;flex:0 0 auto;border-radius:50%;display:grid;place-items:center;
  background:#153ED9;color:#fff}
.wms-infobar__icon svg{width:22px;height:22px}
.wms-infobar p{margin:0;font-size:16px;color:#14151b;line-height:1.4}
.wms-infobar a{color:#153ED9;font-weight:700}
{/literal}</style>

<style>{literal}

.sw-info{display:flex;align-items:flex-start;gap:14px;background:#fff;border:1px solid #E3E7F0;border-radius:50px;padding:16px 20px;display: flex;
justify-content: center;
align-items: center;
height: 10vh;
margin: 0 auto;}
.sw-info__icon{flex:0 0 auto;width:40px;height:40px;border-radius:50%;background:#DDEBF9;color:#153ED9;display:grid;place-items:center}
.sw-info__icon svg{width:20px;height:20px}
.sw-info a{color:#153ED9}

@media(max-width:992px){.sw__inner{flex-direction:column}.sw__media,.sw__content{flex:1 1 100%;width:100%}}


@media (max-width: 767px) {
  .sec {
    padding-top: 70px!important; /* match your navbar height */
  }
}

@media (min-width: 768px) {
  .sec {
    padding-top: 80px; /* match your desktop navbar height */
  }
}

.prodfeat {
	border-radius:0px!important;
	padding-top:60px;
	padding-left:20px!important;
}

.prodfeat__img img {
    width: 114%;      /* scale beyond container */
    max-width: 120%;
    height: auto;
    transform: scale(1.1);
	margin-top: -20px;
}

/* Mobile */
@media (max-width: 767px) {
	.prodfeat__img img {
		width: 80%;
		max-width: 120%;
		height: auto;
		transform: scale(1.1);
		margin-top: -48px;
	}
}

/* Tablet */
@media (min-width: 768px) and (max-width: 1024px) {
	.prodfeat__img img {
		width: 105%;
		max-width: 110%;
		height: auto;
		transform: scale(1.05);
		margin-top: -100px;
	}
}

.pricingplansgrid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	max-width: 760px;
	margin: 0 auto;
	justify-content: center;
}

@media (max-width: 700px) {
	.pricingplansgrid{
	  grid-template-columns: 1fr;
	}
}

.downloadgrid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	max-width: 500px;
	margin: 0 auto;
	justify-content: center;
}

@media (max-width: 700px) {
	.downloadgrid {
	  grid-template-columns: 1fr;
	}
}

.bg-greycolor {
    background-color: #FAFAFA;
}

#timeline .steptl__body{
  max-height: none !important;
  overflow: visible;
}

/*on tablet*/
.toggle-panel__img {
  border-radius: var(--r-lg);
  overflow: hidden;
  min-height: 440px;
  display: grid;
  place-items: center;
  color: rgb(255, 255, 255);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Tablet breakpoint — adjust min/max to match your framework's grid */
@media (max-width: 1024px) and (min-width: 768px) {
  .toggle-panel {
    grid-template-columns: 1fr; /* stack image above text instead of side-by-side */
    /* or if it's flex: flex-direction: column; */
  }

  .toggle-panel__img {
    background-size: contain;   /* overrides the inline style */
    min-height: 500px;          /* adjust to taste, or use aspect-ratio instead */
  }

}
.steptl__head {
	padding: 0px 0px !important;
	text-align: left !important;
}

.brand-card__logo {
	height:220px!important;
}

/* ---- myt Wi-Fi Mesh light card (self-contained) ---- */
.mesh{--navy:#0b1b4d;--blue:#153ED9;--aqua:#00B4C8;--ink:#14151b;--grey:#5b6573;
  --pale:#EAF3FC;--line:#E7ECF3;}
.mesh__card{max-width:1160px;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;
  background:#fff;border:1px solid var(--line);border-radius:50px;overflow:hidden;
  box-shadow:0 24px 60px rgba(11,27,77,.10)}

/* ---------- LEFT: body ---------- */
.mesh__body{padding:44px 44px 40px}
.mesh-title{font-size:clamp(34px,4.6vw,52px);font-weight:600;line-height:1.05;letter-spacing:-1px;
  color:var(--navy);margin:0}
.mesh-title small{display:block;font-size:20px;font-weight:600;margin-top:2px}
.mesh-lead{font-size:19px;color:var(--grey);font-weight:400;margin:14px 0 24px}

/* promo bar */
.mesh-promo{display:flex;align-items:stretch;background:var(--pale);border-radius:16px;
  overflow:hidden;margin-bottom:26px}
.mesh-promo__cap{flex:0 0 auto;display:grid;place-items:center;padding:0 20px;
  background:linear-gradient(135deg,#00B4C8,#0A9CB4);color:#fff}
.mesh-promo__cap svg{width:30px;height:30px}
.mesh-promo__grid{display:flex;flex-wrap:wrap;align-items:center;gap:0;padding:12px 8px}
.mesh-promo__col{padding:2px 10px;line-height:1.25}
.mesh-promo__col + .mesh-promo__col{border-left:1px solid rgba(11,27,77,.12)}
.mesh-promo__lead{font-size:18px;font-weight:600;color:var(--aqua);letter-spacing:.04em}
.mesh-promo__k{display:block;font-size:12px;color:var(--aqua)}
.mesh-promo__v{display:block;font-size:14px;font-weight:600;color:var(--aqua)}

/* price */
.mesh-price{margin-bottom:24px}
.mesh-price__amt{font-size:clamp(38px,5vw,54px);font-weight:700;color:var(--blue);line-height:1;margin:0}
.mesh-price__amt span{font-size:14px;font-weight:500;color:var(--ink)}
.mesh-price__vat{font-size:14px;color:var(--grey);margin:6px 0 0}

/* highlight pair */
.mesh-high{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:4px 0 20px;
  border-bottom:1px solid var(--line);margin-bottom:20px}
.mesh-high__item{display:flex;align-items:center;gap:14px}
.mesh-high__ic{flex:0 0 auto;width:54px;height:54px;border-radius:50%;background:#E3F4F8;
  display:grid;place-items:center;color:var(--aqua)}
.mesh-high__ic svg{width:26px;height:26px}
.mesh-high__t{font-size:14px;color:var(--grey);line-height:1.4;margin:0}
.mesh-high__t strong{display:block;font-size:14px;font-weight:500;color:var(--navy)}

/* feature checklist */
.mesh-feats{display:grid;grid-template-columns:1fr 1fr;gap:10px 12px;list-style:none;
  margin:0 0 30px;padding:0;}
.mesh-feats li{display:flex;align-items:center;gap:10px;font-size: 14px !important;color:var(--ink)}
.mesh-feats svg{width:15px;height:15px;flex:0 0 auto;color:var(--aqua)}



/* CTA */
.mesh-cta{display:inline-flex;align-items:center;gap:12px;background:var(--navy);color:#fff;
  text-decoration:none;font-size:17px;font-weight:700;padding:15px 34px;border-radius:999px;
  transition:transform .18s,background .18s}
.mesh-cta:hover{transform:translateY(-2px);background:var(--blue);color:#fff}
.mesh-cta svg{width:18px;height:18px}

/* ---------- RIGHT: media ---------- */
.mesh__media{position:relative;display:flex;flex-direction:column;justify-content:center;
  padding:30px 30px 30px;}
.mesh__product{position:relative;z-index:1;width:100%;max-width:460px;margin:20px auto 22px;
  object-fit:contain;border-radius:50px;}
.mesh-strip{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;
  background:#fff;border-radius:18px;padding:16px 10px;background-color: var(--pale);}
.mesh-strip__item{flex:1;display:flex;align-items:center;justify-content:center;gap:10px;text-align:left}
.mesh-strip__item + .mesh-strip__item{border-left:1px solid var(--line)}
.mesh-strip__item svg{width:26px;height:26px;flex:0 0 auto;color:var(--aqua)}
.mesh-strip__item span{font-size:13px;font-weight:600;color:var(--navy);line-height:1.25;}

/* ---------- responsive ---------- */
@media(max-width:860px){
  .mesh__card{grid-template-columns:1fr}
  .mesh__media{order:-1}
  .mesh__body{padding:32px 24px 30px}
}

@media(max-width:520px){
  .mesh-high, .mesh-feats{grid-template-columns:1fr}
  .mesh-promo__grid{padding:10px 4px}
  .mesh-promo__col{padding:4px 12px}
  .mesh-promo__col + .mesh-promo__col{border-left:none}
  .mesh-strip__item span{font-size:12px}
}

/* This will work perfectly now that the broken brackets above are fixed! */
.helpcard.cardawesome {
	/*min-height:240px;*/
}

.helpcard.cardawesome p{
    color:#000;
	font-size:16px;
}

/* smart wifi features */
.helpcard-icon-custom {
    background: var(--od-white)!important;
	width: 70px;
    height: 70px;

}

.helpcard-custom {
    background: var(--od-paleblue);
	padding:0px;
}



.helpcard-icon-custom svg {
    width: 40px;
    height: 40px;
    stroke: var(--myt-blue);
}

.nopadding{
	padding:0px;
}

/* smart wifi devices */
.mesh__card {
    box-shadow: none;
}


.grid4 {grid-template-columns: repeat(4, 1fr) !important;}

.promo-banner--seasonal01 {
    background: #DEE4FA;
    color: #000;
}
.promo-banner01 {
    border-radius: var(--r-lg);
    padding: 50px;

    justify-content: space-between;
    align-items: center;
    gap: 24px;
    overflow: hidden;
    position: relative;
}

.bgwhite {background: #fff !important;}
