/* ===================================================================
   LivHop — global stylesheet
   1. Base & tokens
   2. Layout helpers
   3. Header / nav   (shared)
   4. Footer         (shared)
   5. Buttons & badges (shared)
   6. Home page
   7. Parents Resources (listing)
   8. Article page
   9. LivHop's Mission
   10. FAQ
   11. App Features & Pricing
   12. Responsive
   =================================================================== */

/* ---------- 1. Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Fredoka", "Segoe UI", system-ui, -apple-system, sans-serif;
  color: #45474d;
  background: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.admin-bar .header {
	top: 32px;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; transition: .3s; }
a:hover { transition: .3s; }

/* ---------- 2. Layout ---------- */
.wrap { width: 100%; max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.block { padding: 64px 0; }
.sec-title { font-size: 40px; font-weight: 600; color: #222426; text-align: center; margin: 0 0 60px; }

/* ---------- 3. Header / nav ---------- */
.header { 
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	z-index: 50; 
	background: transparent;  
 }
.header.fixed { background: rgba(255,255,255,0.92); -webkit-backdrop-filter: blur(8px);  backdrop-filter: blur(8px);}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.nav-inner { display: flex; align-items: center; justify-content: flex-end; height: 114px; gap: 16px; }
.logo { flex-shrink: 0; display: flex; align-items: center; }
.logo img { height: 46px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 40px; font-size: 16px; font-weight: 500; color: #45474d;     grid-column-gap: 0;}
.nav-links a { 
	transition: .3s; 
	padding: 17px 24px; 
	border-radius: 50px;
	background-color: transparent;
	color: #45474D;
	text-align: right;
	font-family: Fredoka;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.nav-links a:hover { color: #236A6B; background: #E1FFFF; transition: .3s;  }
.nav-links a.active { color: #4DA9AA; transition: .3s;  }
	.burger {
		display: none;
	}

.get-app { 
	color: #FFF;
	text-align: center;
	font-family: Fredoka;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 22px; 
	border-radius: 40px;
	background: #58B0B1;
	display: flex;
	grid-column-gap: 8px;
    align-items: center;
	padding: 17px 24px;
	box-shadow: 0 5px 6.2px 0 rgba(182, 208, 208, 0.46);
	transition: .3s;
}
.get-app:hover { 
	background: #2A7576;
	transition: .3s;
}
.get-app:active { 
	background: #48BEC0;
	transition: .3s;
}
.mobile-menu { display: none; }

/* ---------- 4. Footer ---------- */
.footer { background: #f0f1ff; padding: 230px 0 66px; position: relative; margin-top: -130px; background-image: url("../img/footer-bg.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center bottom;}
.footer-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 40px; position: relative; }
.footer-left { display: flex; flex-direction: column; gap: 64px; }
.footer-left .logo img { height: 63px; }
.footer-cols { display: flex; gap: 120px; flex-wrap: wrap; }
.footer-col { display: flex; flex-direction: column; gap: 24px;font-size: 18px; font-weight: 400; color: #3F3F49; }
.footer-col a:hover { color: #4DA9AA; }
.footer-right { display: flex; flex-direction: column; align-items: flex-end; gap: 36px; }
.footer-rabbit-img { width: 122px; height: 200px; position: absolute; bottom: -40px;}
.footer-divider { height: 3px; background: #ffffff; border-radius: 2px;  margin: 40px 0 40px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 12px; color: #6b6d75; }
.footer-bottom a:hover { color: #4DA9AA; }
.socials { display: flex; gap: 16px; }
.socials a { color: #8a8ca0; transition: color .15s; }
.socials a:hover { color: #4DA9AA; }
.socials svg { width: 20px; height: 20px; display: block; }

/* ---------- 5. Buttons & badges ---------- */
.btn-primary { display: inline-flex; gap: 16px; align-items: center; justify-content: center;  background: #1B1E51; color: #fff; font-weight: 500; font-size: 24px; padding: 21px 54px; border-radius: 83px; border: 0; cursor: pointer; transition: transform .15s, box-shadow .15s; box-shadow: 0 6px 8.4px 0 rgba(177, 167, 167, 0.59); transition: .3s; }
.btn-primary:hover { background: #6D73DC; transition: .3s; }
.btn-primary:active { background: #5C62BE; transition: .3s; }
.btn-primary-icon {
	width: 28px;
	height: 28px;
}
.badges { display: flex; gap: 30px; align-items: center; flex-wrap: wrap; }
.footer .badges { gap: 22px;}
.badges .store-link { display: inline-flex; transition: transform .15s; }
.badges .store-link:hover { transform: translateY(-2px); }
.badges img.store-img { height: 52px; width: auto; display: block; }

main.main {
	border-radius: 0 0 120px 120px;
	background: #FFF;
	z-index: 2;
    position: relative;
}

/* ---------- 6. Home page ---------- */
.hero { padding: 152px 0 70px; }
.hero-card { position: relative; background: #e7f9ff; border-radius: 80px; padding: 80px 50px 130px; display: grid; grid-template-columns: 1.1fr 0.9fr; align-items: center; background-image: url("../img/hero-screen-bg.jpg"); border-radius: 80px; background-repeat: no-repeat; background-size: cover; }
.hero-text { position: relative; z-index: 2; }
.hero h1 { font-size: 62px; line-height: 1.12; font-weight: 600; color: #f18176; margin: 0 0 29px; text-shadow: 0 2px 0 rgba(255,255,255,.7);
text-shadow:
	-8px -8px 0 #fff,
	-8px -4px 0 #fff,
	-8px  0px 0 #fff,
	-8px  4px 0 #fff,
	-8px  8px 0 #fff,
	-4px -8px 0 #fff,
	-4px  8px 0 #fff,
	 0px -8px 0 #fff,
	 0px  8px 0 #fff,
	 4px -8px 0 #fff,
	 4px  8px 0 #fff,
	 8px -8px 0 #fff,
	 8px -4px 0 #fff,
	 8px  0px 0 #fff,
	 8px  4px 0 #fff,
	 8px  8px 0 #fff;
}
.hero-sub { font-size: 28px; font-weight: 400; color: #1B1E51; max-width: 600px; margin: 0 0 77px; line-height: 1.55; }
.hero-btns { display: flex; gap: 22px; flex-wrap: wrap; }
.hero-btns .store-img { height: 64px; }
.hero-rabbit-box { position: relative; z-index: 1; display: flex; justify-content: center; align-items: flex-end; min-height: 420px; }
.hero-rabbit {
    width: 390px;
    position: absolute;
    bottom: -44px;
    right: -8px;
    z-index: 1;
}
.hero-chevron { position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); width: 48px; height: 48px; border-radius: 50%; background: #C4DAE1; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 10px rgba(0,0,0,.08); color: #1b1e51; font-size: 18px; z-index: 3; transition: .3s; cursor: pointer;}
.hero-chevron:hover { background: transparent; transition: .3s; }
.hero-chevron svg path { transition: .3s; }
.hero-chevron:hover svg path { fill: #4DB0B1; transition: .3s; }

.what-row { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 24px; align-items: stretch; }
.phone-stage { background: #e7f9ff; border-radius: 67px; display: flex; align-items: center; justify-content: center; min-height: 500px; background-image: url("../img/phones-screen-new.png"); background-repeat: no-repeat;background-size: cover; background-position: center center;}

.pact { display: flex; align-items: center; gap: 8px; background: #fff; border-radius: 10px; padding: 8px 9px; box-shadow: 0 2px 6px rgba(40,60,90,.06); }
.pact .dot { width: 9px; height: 9px; border-radius: 50%; flex-shrink: 0; }
.pact .pt { font-size: 10.5px; font-weight: 600; color: #1f2228; line-height: 1.2; }
.pact .ps { font-size: 9px; color: #8b8d95; }
.pact .pd { margin-left: auto; font-size: 8.5px; color: #9a9ca4; white-space: nowrap; }
.phone-bar { display: flex; gap: 8px; padding: 10px; background: #fff; }
.phone-bar .b1 { flex: 1; background: #f18176; color: #fff; border-radius: 20px; text-align: center; font-size: 10px; font-weight: 600; padding: 8px 0; }
.phone-bar .b2 { flex: 1; background: #eef0ff; color: #1B1E51; border-radius: 20px; text-align: center; font-size: 10px; font-weight: 600; padding: 8px 0; }

.bento { display: grid; grid-template-columns: 1fr 1.4fr; grid-auto-rows: 1fr; gap: 16px; }
.bento .tile { border-radius: 42px; padding: 40px 30px; display: flex; flex-direction: column; justify-content: center; color: #1b1e51; align-items: center; text-align: center;}
.bento .t-stat { background: rgba(197, 200, 255, 0.19); }
.bento .t-stat .num { font-size: 60px; font-weight: 600; color: #1B1E51; line-height: 1; margin-bottom: 8px; width: 100%; }
.bento .t-stat .lbl { font-size: 24px; line-height: 1.2; }
.bento .t-wide { background: #EAEBFF; font-size: 24px; line-height: 1.2; }
.bento .t-plain { background: #EAEBFF; font-size: 24px; line-height: 1.2; }
.bento .t-age { background: rgba(197, 200, 255, 0.19); align-items: flex-start; }
.bento .t-age .lbl { font-size: 24px; line-height: 1.2; margin-bottom: 6px; }
.bento .t-age .num { font-size: 60px; font-weight: 600; color: #1B1E51; line-height: 1; width: 100%; }
.b-r1c1 { grid-column: 1; grid-row: 1; }
.b-r1c2 { grid-column: 2; grid-row: 1; }
.b-r2 { grid-column: 1 / -1; grid-row: 2; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }

.inside-panel { position: relative; background: #f6f3f3; border-radius: 60px; padding: 47px 57px; display: grid; grid-template-columns: 3fr 2fr; gap: 30px; align-items: center; margin-top: 72px; background-image: url("../img/inside-panel-bg.jpg"); background-repeat: no-repeat;background-size: cover; background-position: center center;}
.inside-text h3 { font-size: 32px; font-weight: 600; color: #222426; margin: 0 0 29px; }
.inside-text p { font-size: 20px; line-height: 1.45; color: #45474d; margin: 0 0 17px; max-width: 90%;}
.inside-text .btn-primary.get-started-btn { 
	margin-top: 12px; 
	min-width: 400px;
}
.cards-stack { 
	position: absolute; 
	bottom: 0;     
	right: -25px;
    height: 425px;
    width: 700px;
	background-image: url("../img/cards-stack.png"); 
	background-repeat: no-repeat;
	background-size: contain; 
	background-position: center center;
}

.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.step { position: relative; background: rgba(197,200,255,.19); border-radius: 50px; padding: 56px 22px 40px; min-height: 180px; }
.step .bignum { position: absolute;  z-index: 0; background-repeat: no-repeat; background-size: contain; width: 130px; height: 150px;  background-position: center;}
.step .bignum-1 { 
	background-image: url("../img/bignum-1.svg");
	left: -38px;
    bottom: 15px;
}
.step .bignum-2 { 
	background-image: url("../img/bignum-2.svg");
	left: -8px;
    bottom: -45px;
}
.step .bignum-3 { 
	background-image: url("../img/bignum-3.svg");
	left: -25px;
    bottom: -20px;
}
.step .st-head { position: relative; z-index: 1; display: flex; align-items: center; gap: 10px; font-size: 24px; font-weight: 600; color: #1b1e51; margin-bottom: 16px; justify-content: center;}
.step .st-body { position: relative; z-index: 1; font-size: 24px; line-height: 1.24; color: #45474d;  text-align: center; max-width: 75%; margin-left: auto; margin-right: auto;}
.step-2 .st-body {max-width: 65%; }

.why-grid { display: flex; gap: 16px; flex-direction: row; flex-wrap: wrap;}
.why-card { background: #f6f3f3; border-radius: 34px; padding: 38px 35px; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 24px; line-height: 1.25; color: #45474D; }

.why-photo { border-radius: 34px; overflow: hidden; background: #e7f9ff; }
.why-photo img { width: 100%; height: 100%; object-fit: cover; }
.w-a { width: 24%; } 
.w-b { width: calc(42% - 32px); } 
.w-c { width: 34%; }
.w-d { width: calc(42% - 32px); } 
.w-e { width: 24%;; } 
.w-f { width: 34%; }
.w-c-mobile { display: none; }

.banner { 
	position: relative; 
	background: #e7f9ff; 
	border-radius: 70px; 
	padding: 40px 60px 60px; 
	text-align: center; 
	overflow: hidden; 
	display: flex;
    flex-direction: column;
    align-items: center;
	background-image: url("../img/download-blue-bg.jpg"); 
	background-repeat: no-repeat;
	background-size: cover; 
	background-position: center center;
}
.download-banner.white-bg .banner {
	background-image: url("../img/download-white-bg.jpg"); 
}
.banner-logo { display: flex; justify-content: center; margin-bottom: 40px; }
.banner-logo img { width: 200px; height: auto; }
.banner p { 
	color: #3F3F49;
	text-align: center;
	font-family: Fredoka;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	max-width: 700px;
	margin-top: 0;
	margin-bottom: 45px;
}
.banner .badges { justify-content: center; }

.articles-head { display: flex; align-items: flex-end; justify-content: center; gap: 16px; margin-bottom: 46px; }
.articles-head h2 { font-size: 40px; font-weight: 600; color: #222426; margin: 0; text-align: center; }
.art-accent { width: 34px; height: 34px; border-radius: 50%; background: #fff; color: #fff; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; }
.art-accent svg { width: 34px; height: 34px; }
.articles-head a:hover svg path { 
	fill: #6A70DA;
	transition: .3s;
}
.articles-head a svg { 
	transition: .3s;
}
.art-slider { position: relative; }
.art-scroll { position: absolute; padding: 0; top: 210px; right: -90px; transform: translateY(-50%); border-radius: 50%; color: #1B1E51; display: flex; align-items: center; justify-content: center; border: 0; cursor: pointer; transition: .3s; z-index: 3; }
.art-scroll svg { width: 48px; height: 48px; filter: drop-shadow(0 3px 12.75px rgba(105, 135, 145, 0.36));}
.art-scroll svg path { transition: .3s; }
.art-scroll:hover svg path { fill: #4DB0B1; transition: .3s; }
.art-track { display: flex; gap: 24px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; padding: 4px; margin: -4px; scrollbar-width: none; -ms-overflow-style: none; }
.art-track::-webkit-scrollbar { display: none; }
.art-card { flex: 0 0 431px; max-width: 86vw; scroll-snap-align: start; border-radius: 50px; padding: 28px; display: flex; flex-direction: column; transition: .3s; }
.art-card:hover { transition: .3s; } 
.art-card.purple { background: #F0F1FF; border: 5px solid #F0F1FF; } 
.art-card.yellow { background: #FFF9E8; border: 5px solid #FFF9E8; } 
.art-card.blue { background: #E7F9FF; border: 5px solid #E7F9FF; } 
.art-card.green { background: #E9FFF3; border: 5px solid #E9FFF3; }
.art-card.purple:hover { border: 5px solid #C5C8FF; background: #E8EAFF; } 
.art-card.yellow:hover { border: 5px solid #F3DC9B; background: #FFF2CC; } 
.art-card.blue:hover { border: 5px solid #B4E9FA; background: #D5F5FF; } 
.art-card.green:hover { border: 5px solid #A9EFC8; background: #D2FFE6; }
.art-card.purple:active { border: 5px solid #C5C8FF; background: #C5C8FF; } 
.art-card.yellow:active { border: 5px solid #F3DC9B; background: #F3DC9B; } 
.art-card.blue:active { border: 5px solid #B4E9FA; background: #B4E9FA; } 
.art-card.green:active { border: 5px solid #A9EFC8; background: #A9EFC8; }

.art-img { border-radius: 28px; overflow: hidden; aspect-ratio: 4/3; margin-bottom: 18px; background: #ddd; }
.pr-grid .art-img { aspect-ratio: 16/9; }
.art-img img { width: 100%; height: 100%; object-fit: cover; }
.art-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.art-tags span { font-size: 14px; color: #3A3231; background: #fff; border: 1px solid #9747ff; border-radius: 20px; padding: 4px 13px; }
.art-card.purple .art-tags span { border-color: #C5C8FF; }
.art-card.yellow .art-tags span { border-color: #F3DC9B; }
.art-card.blue .art-tags span { border-color: #B4E9FA; }
.art-card.green .art-tags span { border-color: #A9EFC8; }
.art-card h3 { font-size: 22px; font-weight: 500; color: #1b1e51; margin: 0 0 12px; line-height: 1.25; }
.art-card p { font-family: "Open Sans", sans-serif; font-size: 14px; line-height: 1.5; color: #5a5c63; margin: 0; }

.goup-overlap {
	display: block;
	z-index: 5;
	height: 100px;
	opacity: 0.48;
	width: max-content;
	pointer-events: none;
	position: sticky;
	bottom: 0;
	left: calc(50% + 450px);
	transform: translateY(190px);
	transition: .3s;
}
.goup-overlap.is-visible {
	pointer-events: none;
}
.goup-overlap:hover {
	opacity: 1 !important;
	transition: .3s;
}
.goup {
	width: 200px;
	height: 250px;
	background: transparent;
	border: 0;
	cursor: pointer;
	position: relative;
	bottom: 85px;
	pointer-events: auto;
	padding: 0;
}
.goup img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.skill-pills-image { display: none; }

/* ---------- 7. Parents Resources (listing) ---------- */
.pr-header { position: relative; background: #e7f9ff; background-image: url("../img/header-bg-lines.png"); background-repeat: no-repeat; background-size: cover; background-position: center top; border-radius: 0 0 80px 80px; overflow: hidden; padding: 135px 20px 60px; }
.pr-header.blog  { padding: 180px 20px 60px; }
.pr-header.prices  { padding: 140px 20px 190px; }
.pr-header-swirl { position: absolute; inset: 0; pointer-events: none; opacity: .55; }
.pr-header-inner { position: relative; z-index: 2; max-width: 940px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 32px; }
.pr-title { font-size: 40px; font-weight: 600; color: #1b1e51; text-align: center; line-height: 1.27; margin: 0; }
.pr-title-mobile { display: none; }
.pr-sub { font-size: 20px; font-weight: 400; color: #1b1e51; text-align: center; line-height: 1.4; margin: 0; max-width: 800px; }
.pr-search { position: relative; width: 100%; max-width: 675px; margin-top: 15px;}
.pr-search input { 
width: 100%; 
height: 60px; 
border-radius: 80px;
border: 3px solid rgba(134, 193, 213, 0.34);
background: #FFF;
padding: 12px 24px 12px 54px; 
font-family: inherit; 
font-size: 20px;
font-style: normal;
font-weight: 400;
color: #45474d; 
outline: none; 
transition: border-color .15s, box-shadow .15s; 
}
.pr-search input::placeholder { color: #a7b2bd; }
.pr-search input:focus { border-color: #88b0b1; box-shadow: 0 0 0 4px rgba(136,176,177,.18); }
.pr-search .ic { position: absolute; left: 22px; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; color: #6b7783; }

.filter { padding: 60px 0 50px; }
.filter-row { display: flex; align-items: center; gap: 14px; }
.filter-arrow { flex-shrink: 0; border-radius: 50%; border: 0; background: #fff; color: #1B1E51; font-size: 20px; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: .3s; }
.filter-arrow svg path { transition: .3s; }
.filter-arrow:hover svg path { transition: .3s; fill: #DADAFF;}
.filter-track { flex: 1; min-width: 0; display: flex; gap: 14px; overflow-x: auto; scrollbar-width: none; -ms-overflow-style: none; padding: 4px 2px; scroll-behavior: smooth; }
.filter-track::-webkit-scrollbar { display: none; }
.chip { flex-shrink: 0; border: 0; cursor: pointer; font-family: inherit; font-size: 20px; font-weight: 500; color: #3a3231; background: #F6F6FF; border-radius: 40px; padding: 16px 24px; white-space: nowrap; transition: background .15s, color .15s; }
.chip:hover { transition: .3s; background: #DADAFF; }
.chip.active { background: #7B81FF; color: #fff; }

.pr-list { padding: 12px 0 40px; }
.pr-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.pager { 
	display: flex; 
	justify-content: center; 
	align-items: center; 
	gap: 5px; 
	padding: 44px 0 8px; 
}
.pager button { 
	width: 40px; 
	height: 40px; 
	border-radius: 50%; 
	border: 0; 
	border: 1.25px solid #F1F1F1;
	background: #FFF; 
	color: #45474d; 
	font-family: inherit; 
	font-size: 16px;
	font-style: normal;
	font-weight: 600;	
	cursor: pointer; 
	display: flex; 
	align-items: center; 
	justify-content: center; 
	transition: background .15s, color .15s; 
}
.pager button:hover { background: #5fb7b366; border-color:  #5fb7b366; }
.pager button.active { background: #5fb7b3; color: #fff; }
.pager button.dots { cursor: default; }
.pager button.dots:hover { background: transparent; }
.pager .nav-btn { color: #9aa3ad; }

/* ---------- 8. Article page ---------- */
.article-shell { padding: 185px 0 0; border-radius: 0 0 120px 120px; background: #FFF; z-index: 2; position: relative;}
.breadcrumbs { display: flex; flex-wrap: wrap; color: #7177EA; align-items: center; gap: 8px; font-size: 16px; font-style: normal; font-weight: 600; margin-bottom: 36px; }
.breadcrumbs a { color: #7177EA; opacity: 0.6; transition: opacity .15s; }
.breadcrumbs a:hover { color: #242CB9; }
.breadcrumbs .sep { color: #c2c8d0;  }
.breadcrumbs .current { color: #4C53E6; opacity: 1; font-weight: 600; }
.article-grid { display: grid; grid-template-columns: minmax(0, 780px) 362px; gap: 80px; align-items: start; }
.meta-bar { display: flex; flex-wrap: wrap; gap: 16px 40px; align-items: center; justify-content: space-between; border-top: 1px solid #f0f1ff; border-bottom: 1px solid #f0f1ff; padding: 16px 0; }
.meta-left { display: flex; align-items: center; gap: 40px; flex-wrap: wrap; }
.meta-author { display: flex; align-items: center; gap: 8px; }
.meta-author img { width: 24px; height: 24px; border-radius: 50%; object-fit: cover; }
.meta-author span { font-size: 14px; font-weight: 600; color: #f18176; }
.meta-read { display: flex; align-items: center; gap: 8px; font-size: 14px; color: #4C53E6; }
.meta-read svg { width: 20px; height: 20px; }
.meta-dates { display: flex; gap: 24px; flex-wrap: wrap; font-size: 14px; color: #8d8f99; }
.article-title { font-size: 40px; font-weight: 600; color: #1b1e51; line-height: 1.05; margin: 24px 0 24px; }
.article-intro p { font-family: "Open Sans", sans-serif; font-size: 16px; line-height: 1.55; color: #1b1e51; margin: 0 0 8px; }
.article-hero { border-radius: 28px; overflow: hidden; aspect-ratio: 780 / 474; margin: 24px 0 0; background: #dde3ee; }
.article-hero img { width: 100%; height: 100%; object-fit: cover; }
 
.sec h2 { font-size: 20px; font-weight: 600; color: #1b1e51; margin: 30px 0 12px; line-height: 1.2; }
.sec h3 { font-size: 18px; font-weight: 600; color: #1b1e51; margin: 30px 0 12px; line-height: 1.2; }
.sec h4 { font-size: 16px; font-weight: 600; color: #1b1e51; margin: 30px 0 12px; line-height: 1.2; }
.sec p { font-family: "Open Sans", sans-serif; font-size: 16px; line-height: 1.55; color: #2b2e58; opacity: .9; margin: 0 0 8px; }
.sec ul { list-style: none; margin: 0 0 8px; padding: 0; display: flex; flex-direction: column; gap: 8px; } 
.sec li { position: relative; font-family: "Open Sans", sans-serif; font-size: 16px; line-height: 1.5; color: #2b2e58; opacity: .9; padding-left: 22px; }
.sec li::before { content: ""; position: absolute; left: 6px; top: 9px; width: 5px; height: 5px; border-radius: 50%; background: #1B1E51; }
.cta { background: #e7f9ff; border-radius: 44px; padding: 40px 32px; display: flex; flex-direction: column; align-items: center; gap: 30px; text-align: center; margin: 4px 0 40px; }
.cta-logo { width: 100px; }
.cta-logo img { width: 100%; }
.cta p { font-size: 16px; color: #3f3f49; line-height: 1.25; max-width: 500px; margin: 0; }
.cta .btn-primary { padding: 21px 140px; }
.toc { position: sticky; top: 140px; align-self: start; }
.toc.mobile { display : none; }
.toc h3 { font-size: 24px; font-weight: 600; color: #1b1e51; margin: 0 0 22px; }
.toc ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 16px; }
.toc a { font-size: 14px; line-height: 1.35; color: #222426; transition: color .15s, font-weight .15s; display: block; }
.toc a:hover { color: #7E83F3; }
.toc a.active { color: #4C53E6; font-weight: 500; }


.page-content.sec h2 { font-size: 30px;}
.page-content.sec h3 { font-size: 26px;}
.page-content.sec h4 { font-size: 22px;}
.page-content.sec p { font-size: 21px;}
.page-content.pr-header { padding: 150px 20px 90px;}


/* ---------- 9. LivHop's Mission ---------- */
.ms { padding: 48px 0 0; }
.ms-bento { background: #f0f1ff; border-radius: 60px; padding: 40px; display: flex; flex-direction: column; gap: 24px; }
.ms-row { display: grid; grid-template-columns: 635fr 505fr; gap: 24px; align-items: stretch; }
.ms-row.rev { grid-template-columns: 505fr 635fr; }
.ms-row.equal { grid-template-columns: 1fr 1fr; }
.ms-text { background: #fff; border-radius: 40px; padding: 30px 34px; display: flex; flex-direction: column; gap: 16px; justify-content: center; }
.ms-text p { font-family: "Open Sans", sans-serif; font-size: 19px; line-height: 1.5; color: #45474d; margin: 0; }
.ms-img { border-radius: 40px; overflow: hidden; min-height: 320px; background: #dfe3f5; }
.ms-img img { width: 100%; height: 100%; object-fit: cover; }
.ms-bento-title {
	display: none;
}

/* ---------- 10. FAQ ---------- */
.faq-wrap {
	background: #fff;
	border-radius: 0 0 120px 120px;
	padding: 64px 0 90px;
}
.faq-list {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.faq-item {
	border-radius: 27px;
	background: #F6F3F3;
	overflow: hidden;
	border: 5px solid #F6F3F3;
	transition: .3s;
}
.faq-item[open] {
	background: #f3f1f1;
	border: 5px solid #EDEAEA;
}
.faq-item > summary {
	list-style: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 12px 52px 12px 52px;
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	color: #1b1e51;
	transition: .3s;
}
.faq-item > summary::-webkit-details-marker {
	display: none;
}
.faq-item:hover {
	background: #fff;
	transition: .3s;
}
.faq-chevron {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1b1e51;
	transition: .3s;
}
.faq-item[open] .faq-chevron {
	transform: rotate(180deg);
	background: #fff;
}
.faq-chevron svg {
	width: 24px;
	height: 24px;
}
.faq-item:hover .faq-chevron {
	background: #F6F3F3;
	transition: .3s;
}
.faq-answer {
	margin: 0 57px 0 57px;
	overflow: hidden;
}
.faq-answer-div {
	margin-bottom: 24px;
}
.faq-answer p {
	font-family: "Open Sans", sans-serif;
	font-size: 24px;
	line-height: 1.2;
	color: #6b6d75;
	margin: 0;
	max-width: 90%;
}
.faq-cta {
	background: #e7f9ff;
	border-radius: 50px;
	padding: 32px 80px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 26px;
	text-align: center;
	max-width: 1200px;
	margin: 140px auto 0;
}
.faq-cta p {
	font-size: 22px;
	color: #3f3f49;
	line-height: 1.45;
	max-width: 620px;
	margin: 0;
}
.faq-cta .badges {
	justify-content: center;
}

/* ---------- 11. App Features & Pricing ---------- */
.plans-section { border-radius:  0 0 80px 80px; }
.plans { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; align-items: stretch; transform: translateY(-140px); }
.plan { 
	position: relative; 
	border-radius: 20px;
	border: 2px solid #CEF3F1;
	background: #FFF;
	 padding: 56px 32px;
	 display: flex; 
	 flex-direction: column; 
	 align-items: center; 
	 text-align: center; 
	 overflow: hidden;
 }
.plan-title { font-size: 28px; font-weight: 600; color: #4C53E6; line-height: 1.2; margin: 0 0 15px; }
.plan-price { font-size: 24px; font-weight: 500; color: #F18176; margin: 0 0 4px; }
.plan-desc { font-size: 16px; font-style: normal; font-weight: 400; line-height: 1.2; color: #1B1E51; margin: 15px 0; flex-grow: 1; }
.plan-price .per { font-size: 20px; font-weight: 500; }
.plan-prices { display: flex; flex-direction: column; min-height: 62px; justify-content: center; }
.plan-subprice { font-size: 16px; color: #9aa0ad; }
.plan-btn { display: inline-flex; align-items: center; justify-content: center; width: 100%; background: #D0F3FF; color: #1B1E51; font-family: inherit; font-weight: 500; font-size: 16px; padding: 15px 0; border: 0; border-radius: 40px; cursor: pointer; transition: background .3s; }
.plan-btn:hover { background: #85D2EC; transition: background .3s; }
.plan-btn:active { background: #9DDDF3; transition: background .3s; }
.plan-premium .plan-btn { background: #58B0B1; color: #fff; }
.plan-premium .plan-btn:hover { background: #2A7576; }
.plan-premium .plan-btn:active { background: #48BEC0; }
.plan-badge { position: absolute; top: 0; right: 0; background: #cef3f1; color: #1B1E51; font-size: 15px; font-weight: 400; padding: 13px 16px; border-radius: 0 16px 0 24px;  }
.plan-save { display: block; font-size: 14px; font-weight: 400; color: #58B0B1; text-align: center; padding: 7px 0 7px; position: absolute; left: 0; bottom: 0; width: 100%; background: #CEF3F1; }

.page-wrap {
	padding: 55px 0 100px;
	font-size: 22px;
	line-height: 1.3;
}
.page-404 {
	padding: 152px 0 100px;
}
.page-404__card {
	position: relative;
	min-height: 560px;
	padding: 20px 60px;
	border-radius: 80px;
	background: #e7f9ff;
	background-image: url("../img/hero-screen-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 0.8fr;
	align-items: center;
}
.page-404__content {
	position: relative;
	z-index: 2;
	max-width: 640px;
}
.page-404__code {
	font-size: 120px;
	line-height: 1;
	font-weight: 600;
	color: #f18176;
	margin-bottom: 20px;
	text-shadow:
		-8px -8px 0 #fff,
		-8px -4px 0 #fff,
		-8px  0px 0 #fff,
		-8px  4px 0 #fff,
		-8px  8px 0 #fff,
		-4px -8px 0 #fff,
		-4px  8px 0 #fff,
		 0px -8px 0 #fff,
		 0px  8px 0 #fff,
		 4px -8px 0 #fff,
		 4px  8px 0 #fff,
		 8px -8px 0 #fff,
		 8px -4px 0 #fff,
		 8px  0px 0 #fff,
		 8px  4px 0 #fff,
		 8px  8px 0 #fff;
}
.page-404__title {
	font-size: 62px;
	line-height: 1.12;
	font-weight: 600;
	color: #1B1E51;
	margin: 0 0 28px;
}
.page-404__text {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.45;
	color: #1B1E51;
	margin: 0 0 46px;
}
.page-404__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 230px;
}
.page-404__rabbit {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	min-height: 360px;
}
.page-404__rabbit img {
	width: 360px;
	max-width: 100%;
	height: auto;
	transform: scaleX(-1);
}



/* ---------- 12. Responsive ---------- */
@media (max-width: 1400px) {
	.art-scroll {
		right: -52px;
	}
}
@media (max-width: 1300px) {
	.block {
		padding: 50px 0;
	}
	.sec-title {
		margin: 0 0 50px;
	}
	.goup {
		width: 160px;
		height: 200px;
	}
	.hero h1 {
	  font-size: 50px;
	}
	.hero-sub {
		font-size: 25px;
		margin: 0 0 50px;
	}
	.hero-rabbit {
		width: 300px;
		bottom: 0px;
		right: 20px;
	}
	.hero-card {
		padding: 50px 40px 50px;
	}
	.btn-primary {
		font-size: 20px;
		padding: 12px 35px;
	}
	.step .st-head,
	.why-card,
	.bento .t-age .lbl,
	.bento .t-plain,
	.bento .t-stat .lbl,
	.bento .t-wide {
		font-size: 20px;
	}
	.bento .t-age .num,
	.bento .t-stat .num {
		font-size: 45px;
	}
	.phone-stage {
		min-height: 400px;
	}
	.cards-stack {
		height: 350px;
		width: 580px;
	}
	.art-scroll {
        right: 5px;
    }
	.steps {
		gap: 20px;
	}
	.step {
		padding: 40px 15px 30px;
	}
	.step .st-body {
		font-size: 20px;
		    max-width: 52%;
	}
	.hero {
		padding: 120px 0 50px;
	}
	.inside-panel {
		    margin-top: 40px;
	}
	.plans { grid-template-columns: repeat(2, 1fr); }
	.article-shell {
		padding: 150px 0 0;
	}
}

@media (max-width: 991px) {
  .nav-inner { height: 72px; }
  .nav-links { display: none; }
	.plans {transform: translateY(-80px);  }
  .burger { display: flex; }
  .get-app { padding: 14px 40px; font-size: 16px; }
  .mobile-menu .wrap { display: flex; flex-direction: column; align-items: center; gap: 4px; padding-top: 10px; padding-bottom: 16px; }
  .mobile-menu a { padding: 12px 4px; font-size: 16px; font-weight: 500; border-bottom: 1px solid #f3f3f6; }
  .what-row { grid-template-columns: 1fr; }
  .phone-stage { 
		min-height: 420px; 
		background-image: url("../img/phones-screen-mobile-new.png");
		background-size: contain;
  }
  .steps { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 170px; }
  .w-a,.w-b,.w-c,.w-d,.w-e,.w-f { grid-column: auto; grid-row: auto; }
  .art-track { gap: 16px; }
  .art-card { flex-basis: 300px; }
  .art-scroll { top: 160px; right: 0; width: 46px; height: 46px; }
  .ms-row.rev .ms-img { order: -1; }
  .ms-img { min-height: 240px; }
  .sec-title { font-size: 32px; margin: 0 0 35px;}
  .block { padding: 44px 0; }
  .hero { padding: 90px 0 40px; }
  .hero-card { grid-template-columns: 1fr; border-radius: 44px; padding: 44px 26px 30px; text-align: center; min-height: 0; }
  .hero h1 { font-size: 44px;     margin: 0 0 20px;}
  .hero-sub { font-size: 20px; margin-left: auto; margin-right: auto;   margin-bottom: 40px;   max-width: 500px;}
  .hero-btns { justify-content: center; }
  .hero-rabbit-box { min-height: 0; margin-top: 18px; }
  .hero-rabbit { width: 200px;     position: relative; right: 0;}
  .hero-chevron { display: none; }

  .articles-head h2 { font-size: 30px; }
  .why-card { font-size: 18px; }
  .phone { transform: rotate(-5deg); }

  .inside-panel { border-radius: 40px; padding: 44px 20px; text-align: center; grid-template-columns: 1fr;}
  .inside-text p { margin-left: auto; margin-right: auto;     font-size: 16px;   margin: 0 auto 12px;}
  .cards-stack { display: none; }
  .inside-text h3 { font-size: 22px;     margin: 0 0 24px; }
  .skill-pills-image { display: flex; justify-content: center; margin-bottom: 45px;}
  .skill-pills-image img { width: 100%; max-width: 500px; }

  .why-grid { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .why-card { min-height: 150px; }
  .why-photo { min-height: 180px; }

  .banner { border-radius: 44px; padding: 40px 22px; }
  .banner p { font-size: 18px; }

  .footer-cols { gap: 48px; }
  .pr-title { font-size: 28px; }
  .pr-sub { font-size: 17px; }
  .pr-search input { height: 52px; font-size: 16px; }
  .filter { padding: 36px 0 10px; }
  .filter-arrow { display: none; }
  .chip { font-size: 16px; padding: 14px 24px; }
  .pr-card { border-radius: 36px; padding: 22px; }
  .pr-card h3 { font-size: 20px; }
	.article-shell {
		padding: 120px 0 0;
		border-radius: 0 0 90px 90px;
	}
  .breadcrumbs { font-size: 13px; margin-bottom: 24px; }
  .meta-bar { gap: 12px; }
  .meta-left { gap: 20px; }
  .meta-dates { gap: 14px; font-size: 13px; }
  .article-title { font-size: 28px; }
  
	.sec h2 { font-size: 18px; }
	.sec h3 { font-size: 17px; }
	.sec h4 { font-size: 16px; }
	.sec ul,
	.sec li,
	.sec p {
        font-size: 14px;
		margin: 0 0 4px;
	}
	.sec ul {
		gap: 4px;
	}
	
	.page-content.sec h2 { font-size: 25px;}
	.page-content.sec h3 { font-size: 22px;}
	.page-content.sec h4 { font-size: 20px;}
	.page-content.sec p { font-size: 18px;}
	.page-content.pr-header { padding: 60px 20px 60px;}

  .cta { border-radius: 32px; padding: 32px 22px; }

  .ms { padding: 36px 0 0; }
  .ms-bento { border-radius: 36px; padding: 18px; gap: 18px; }
  .ms-text { border-radius: 28px; padding: 24px; }
  .ms-text p { font-size: 16px; line-height: 1.25; }
  .ms-cta-section { padding: 48px 0 56px; border-radius: 0 0 44px 44px; }
  .ms-cta { border-radius: 36px; padding: 40px 22px 0; }
  .ms-cta p { font-size: 18px; }
  .ms-cta-goup { position: relative; right: auto; bottom: auto; margin-top: 10px; }

  .faq-wrap { border-radius: 0 0 44px 44px; padding: 40px 0 56px; }
  .faq-item > summary { font-size: 18px; padding: 20px 16px 20px 22px; gap: 14px; }
  .faq-chevron { width: 38px; height: 38px; }
  .faq-answer { padding: 0; margin: 0 22px 0; }
  .faq-answer p { font-size: 16px; }
  .faq-cta { border-radius: 36px; padding: 40px 22px; margin-top: 40px; }
  .faq-cta p { font-size: 18px; }

    .plans-bg { border-radius: 44px 44px 0 0; padding-bottom: 0;  }
	.step .st-head {
        font-size: 24px;
    }	
	.step .st-body {
        font-size: 20px;
    }
	.art-scroll {
        right: 10px;
    }
	.goup {
        width: 130px;
        height: 160px;
        bottom: 52px;
    }
	main.main {
		border-radius: 0 0 90px 90px;
	}
	.footer-left {
		gap: 48px;
	}
	.footer-rabbit-img {
		width: 100px;
		height: 170px;
	}
	.footer {
		padding: 180px 0 40px;
	}
	.footer-divider {
		margin: 30px 0 30px;
	}
	.pr-header {
		margin: 86px 20px 0;
		border-radius: 40px;
		padding: 60px 20px 60px; 
	}
	.pr-header.prices {
		padding: 60px 20px 120px; 
	}
	.pr-header.blog {
		margin: 86px 20px 0;
		padding: 80px 20px 60px; 
	}
	.pr-header-inner {
		gap: 18px;
	}
    .toc { background: transparent; border-radius: 0; padding: 24px 0; position: relative; top: inherit; border-bottom:  1px solid #F0F1FF;  border-top:  1px solid #F0F1FF;  margin: 24px 0; }
    .toc ul { gap: 12px; }
    .toc a { font-size: 16px; }
    .toc.desktop { display: none; }
    .toc.mobile { display: block; }
    .article-grid { grid-template-columns: 1fr; gap: 40px; }
	.page-wrap {
		padding: 32px 0 0;
		font-size: 18px;
	}
	.burger {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 44px;
		height: 44px;
		background: none;
		border: none;
		cursor: pointer;
		padding: 0;
		z-index: 1002;
	}
	.burger span {
		display: block;
		width: 24px;
		height: 2px;
		background: #45474D;
		margin: 3px 0;
		transition: .3s;
	}
	.burger.active span:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}
	.burger.active span:nth-child(2) {
		opacity: 0;
	}
	.burger.active span:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}
	.mobile-menu {
		position: fixed;
		inset: 0;
		z-index: 1000;
		display: flex;
		justify-content: flex-end;
		pointer-events: none;
	}
	.mobile-menu::before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 20%;
		height: 100vh;
		background: rgba(0,0,0,.2);
		backdrop-filter: blur(6px);
		-webkit-backdrop-filter: blur(6px);
		opacity: 0;
		transition: .3s;
	}
	.mobile-menu .wrap {
		position: absolute;
		width: 80%;
		height: 100vh;
		right: -100vw;
		background: #fff;
		padding: 120px 30px 40px;
		display: flex;
		flex-direction: column;
		gap: 20px;
		transition: transform .35s ease;
		box-shadow: -10px 0 30px rgba(0,0,0,.1);
	}
	.mobile-menu a {
		font-size: 20px;
		font-weight: 500;
		color: #45474D;
		text-decoration: none;
		padding: 10px 0;
		border-bottom: 1px solid #eee;
	}
    .mobile-menu a.get-app {
        color: #fff;
		margin-top: 20px;
        font-size: 16px;
        font-weight: 500;
        padding: 16px 50px;
    }
	.mobile-menu-logo {
		position: absolute;
        left: 20px;
        top: 12px;
        display: block;
        width: 100px;
	}
	.mobile-menu.active {
		pointer-events: auto;
	}
	.mobile-menu.active::before {
		opacity: 1;
	}
	.mobile-menu.active .wrap {
		right: 0;
	}
	
	.page-404 {
		padding: 120px 0 70px;
	}
	.page-404__card {
		grid-template-columns: 1fr;
		padding: 60px 30px;
		border-radius: 50px;
		text-align: center;
	}
	.page-404__content {
		margin: 0 auto;
	}
	.page-404__code {
		font-size: 90px;
	}
	.page-404__title {
		font-size: 44px;
	}
	.page-404__text {
		font-size: 22px;
	}
	.page-404__rabbit {
		min-height: auto;
		margin-top: 40px;
	}
	.page-404__rabbit img {
		width: 260px;
	}
}
@media (max-width: 768px) {
	body.admin-bar .header {
		top: 46px;
	}
	.w-a { width: 40%; } 
	.w-b { width: calc(60% - 16px); } 
	.w-c { width: 40%; display: none; }
	.w-d { width: calc(60% - 16px); } 
	.w-e { width: 40%; } 
	.w-f { width: calc(60% - 16px); }    
	.w-c-mobile { display: block; }
	.why-photo {
        min-height: 230px;
    }
	.banner {
        border-radius: 32px;
        padding: 40px 30px;
    }
	.banner-logo img {
		width: 160px;
	}
	.art-card {
		border-radius: 24px;
		padding: 18px;
	}
	.art-img {
		border-radius: 18px;
	}
	.art-card h3 {
		font-size: 18px;
	}
	.art-tags span {
		font-size: 12px;
	}
	.art-tags {
		gap: 6px;
	}
	.art-accent {
		width: 28px;
		height: 28px;
	}
  .footer-top { flex-direction: column; }
  .footer-right { align-items: flex-start; }
  
	.footer-rabbit-img {
		display: none;
	}
  .pr-grid { grid-template-columns: 1fr; max-width: 600px; margin: 0 auto; }
  .art-card {
	  max-width: 100vw;
  }
  
	.plans {transform: none;  }
	.pr-header.prices {
        padding: 60px 20px 60px;
    }
	.plans-section {
        margin: 32px 0;
		padding-bottom: 60px;
    }
	.plan-title {
		font-size: 24px;
    }
	.plan {
		    padding: 40px 14px;
    }
	.plan-badge {
		font-size: 14px;
		padding: 6px 12px;
		border-radius: 0 10px 0 18px;
	}
  .ms-row, .ms-row.rev, .ms-row.equal { grid-template-columns: 1fr; }
  .ms-row.rev { 
	display: flex;
    flex-direction: column-reverse;
  }
  .pr-sub br {
	  display: none;
  }
  .faq-wrap {
        border-radius: 0 0 44px 44px;
        padding: 32px 0 0;
    }
		
	.plan-title { margin: 0 0 10px; font-size: 24px; }
	.plan-price {margin: 0 0 10px; font-size: 24px;}
	.plan-desc { margin: 0 0 20px; font-size: 16px; }
}
@media (max-width: 600px) {
  .hero h1 { font-size: 34px; }
   .btn-primary {
        font-size: 16px;
		    gap: 10px;
        padding: 12px 20px;
    }
	.btn-primary-icon {
		width: 18px;
		height: 18px;
	}
	.hero-sub {
        margin-bottom: 20px;
		font-size: 16px;
    }
	.hero-card {
        padding: 40px 20px 30px;
    }
	.hero-rabbit {
        width: 180px;
    }
	.sec-title {
		margin: 0 0 25px;
	}
	.why-card, .bento .t-age .lbl, .bento .t-plain, .bento .t-stat .lbl, .bento .t-wide {
        font-size: 16px;
    }
	.b-r2,
	.bento  {
		gap: 8px;
	}
	.bento .tile {
		border-radius: 24px;
		padding: 30px 12px;
	}
	.phone-stage {
        min-height: 360px;
    }
	.phone-stage {
        border-radius: 40px;
    }
	.what-row {
		gap: 20px;
	}
	.inside-text .btn-primary.get-started-btn {
		min-width: 100%;
	}    
	.skill-pills-image {
        margin-bottom: 25px;
    }
	.inside-panel {
       border-radius: 32px;
	   padding: 40px 20px 30px;
    }
	.step  {
       border-radius: 40px;
    }
	.step .bignum {
       width: 100px;
		height: 120px;
    }
	.step .bignum-1 {
		left: -15px;
		bottom: -10px;
    }
	.step .bignum-2 {
	    left: auto;
		bottom: -50px;
		right: 0;
    }
	.step .bignum-3 {
		left: 0px;
		bottom: -25px;
    }
	.art-accent {
		width: 24px;
		height: 24px;
		margin-bottom: -4px;
	}
	.logo img {
		height: 42px;
	}
	.plans { grid-template-columns: 1fr; max-width: 420px; margin-left: auto; margin-right: auto; }
	.plan-annual {
		order: 1;
	}

	.plan-monthly {
		order: 2;
	}

	.plan-premium-free {
		order: 3;
	}

	.plan-free {
		order: 4;
	}
	.get-app { padding: 12px 28px; font-size: 13px; }
	.pager button {
		width: 32px;
		height: 32px;
		font-size: 13px;
		font-weight: 500;
	}
	.pr-list {
		padding: 12px 0 20px;
	}
	.cta .btn-primary {
		padding: 21px 40px;
		width: 100%;
	}
	.faq-item > summary {
        padding: 12px 16px 12px 16px;
    }
	.faq-answer {
        margin: 0 16px 0; 
    }
	.faq-answer p {
        font-size: 15px;
		max-width: 100%;
    }
	.faq-cta p {
        font-size: 16px;
    }
	.badges img.store-img {
		height: 48px;
	}    
	.faq-cta {
        padding: 32px 22px;
    } 
	.plan-title br {
        display: none;
    }
	
	.plan-title { margin: 0;  }
	.plan-price {margin: 0; }
	.plan-desc { margin: 0 0 20px;  }
	.plan {background: #F4FCFF; border-color: transparent; }
	.plan-badge { padding: 10px 12px 13px; }
	.page-wrap {
		padding: 20px 0 0;
		font-size: 16px;
	}
	.mobile-menu-logo {
		width: 80px;
	}
	.mobile-menu a.get-app {
        color: #fff;
        margin-top: 15px;
        font-size: 14px;
        font-weight: 500;
        padding: 12px 45px;
    }
}

@media (max-width: 768px) {
	.pr-header-mobile { background: transparent; padding: 30px 10px 15px; }
	.pr-header.prices {
		padding: 30px 10px 15px;
	}
	.pr-header.page-content {
		padding: 30px 10px 15px;
	}
	.pr-header-mobile-hide { display: none; }
	.pr-title-desktop { display: none; }
	.pr-title-mobile { display: block; }
	.ms-bento-title { display: block; margin: 10px 0; }
	.ms-bento { margin-top: 60px; }
	.pr-title {
        font-size: 32px;
    }
	.pr-sub {
        font-size: 18px;
    }
	.pr-sub p {
        margin: 0;
    }
}

@media (max-width: 500px) {
	.why-grid {
		grid-column-gap: 0;
	}
	.why-photo {
		border-radius: 28px;
	}
	.why-photo.w-a,
	.why-photo.w-e,
	.why-photo.w-c {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.why-photo.w-c-mobile {
		border-top-right-radius: 34px;
		border-bottom-right-radius: 34px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.why-card.w-d {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.why-card.w-f,
	.why-card.w-b {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
	.why-card {
		font-size: 14px;
		padding: 30px 16px;
	}
	.why-photo {
        min-height: auto;
    }
	.w-b { width: 60%; } 
	.w-d { width: 60%; } 
	.w-f { width: 60%; }
	.banner p {
        font-size: 16px;
		line-height: 1.4;
		margin-bottom: 34px;
    }
	.badges {
		gap: 20px;
	}
	.art-scroll {
        display: none;
    }
	.mobile-menu a {
		font-size: 18px;
		padding: 6px 0;
	}
	.goup {
        width: 110px;
        height: 150px;
        bottom: 30px;
    }
	main.main {
		border-radius: 0 0 50px 50px;
	}
	.logo img {
		height: 36px;
	}
  .get-app { padding: 12px 38px; font-size: 13px; }
  
	.get-app svg {
        display: none;
    }
  .articles-head h2 { font-size: 33px; }
  .footer-cols {
	  flex-direction: column;
        gap: 24px;
    }
	.footer-divider {
        margin: 40px 0 40px;
    }
	.badges img.store-img {
		height: 42px;
	}
	.footer-col {
        font-size: 16px;
	}
	.pr-header-inner {
        gap: 14px;
    }
	.pr-header {
        padding: 36px 20px 32px;
    }
	.pr-header.blog {
        padding: 36px 20px 32px;
    }
	.ms {
        padding: 24px 0 0;
    }
	.pr-title {
        font-size: 32px;
    }
	.pr-sub {
        font-size: 18px;
    }
	.pr-search input {
        font-size: 14px;
    }
	.chip {
        font-size: 14px;
        padding: 14px 24px;
    }
	.cta .btn-primary {
		padding: 16px 40px;
	}
	.article-shell {
		border-radius: 0 0 40px 40px;
	}
	main.main {
		border-radius: 0 0 40px 40px;
    }
	.pr-header-mobile { padding: 20px 10px 0; }
}

@media (max-width: 420px) {
	.why-card, .bento .t-age .lbl, .bento .t-plain, .bento .t-stat .lbl, .bento .t-wide {
        font-size: 14px;
    }
	.phone-stage {
        min-height: 300px;
    }
	.inside-text h3 {
        font-size: 18px;
    }
	.inside-text p {
        font-size: 14px;
    }
	.step .st-head {
        font-size: 22px;
		margin-bottom: 10px;
    }	
	.step .st-body {
        font-size: 19px;
    }
	.badges img.store-img {
		height: 40px;
	}
	.footer-col {
        font-size: 14px;
	}
	.sec h2 { font-size: 16px; }
	.sec h3 { font-size: 15px; }
	.sec h4 { font-size: 14px; }
	.faq-item > summary {
        padding: 8px 12px 8px 12px;
    }
	.faq-answer {
        margin: 0 12px 0; 
    }
	.mobile-menu .wrap {
        width: 85%;
        padding: 100px 20px 30px;
	}
	.mobile-menu a.get-app {
        padding: 12px 48px;
    }
  .articles-head h2 { font-size: 30px; }
}

@media (max-width: 375px) {
  .bento { grid-template-columns: 1fr;     grid-auto-rows: auto;}
  .b-r2 { grid-template-columns: 1fr; }
  .b-r1c1, .b-r1c2, .b-r2 { grid-column: 1; }
  .b-r1c1, .b-r1c2 { grid-row: auto; }
  .b-r2 { grid-row: auto; grid-template-columns: 1fr; }
  .inside-panel { grid-template-columns: 1fr; }
	.phone-stage {
        min-height: 250px;
    }	
  .mobile-menu a.get-app { padding: 10px 52px; font-size: 12px; }
  .get-app { padding: 10px 32px; font-size: 12px; }
	.bento .t-age .lbl {
        width: 100%;
    }
	.step .st-head {
        font-size: 20px;
    }	
	.step .st-body {
        font-size: 18px;
    }
	.logo img {
		height: 30px;
	}
	.pager button {
		width: 28px;
		height: 28px;
		font-size: 12px;
	}
	.badges {
        gap: 15px;
    }
	.pr-title {
        font-size: 28px;
    }
	.pr-sub {
        font-size: 16px;
    }
}