body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
}
*{
	padding:0px;
	margin:0px;
	box-sizing:border-box;
}
ul{
	list-style:none;
}
li{
	float:left;
}
p {
    line-height: 25px;
}
.mobileShow {
    display: none;
}
.pageWidth{
	width:100%;
	max-width:1300px;
	margin:0 auto;
	padding:0 15px;
}
a{
	text-decoration:none;
    color: #000;
}
a:hover{
    text-decoration: underline;
}
.btn {
    background: #B22A1D;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    padding: 15px 35px;
    margin: 50px 0 0 0;
    display: inline-block;
}
.btn.btnBlack{
    background: #000;
}
.btn.btnLight {
    background: #fff;
    border: 1px solid #B22A1D;
    color: #B22A1D;
    margin-left: 14px;
}
.header{
    background: #EFEFF1;
    width: 100%;
    float: left;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
    position: fixed;
    left: 0;
    top: 0;
}
.header .logo a{
    background: url(logo.webp) no-repeat left center;
    background-size: cover;
    float: left;
    width:160px;
    height: 20px;
    margin: 4px 0 0 0;
}
.header .topNav {
    float: right;
    padding: 5px 0 0 100px;

}
.header .topNav a{
    padding: 0 50px 0 0;
}
.header .topNav a.current{
    color: #B22A1D;
}
.header .topBtns {
    float: right;
}
.header .topBtns a.signin{
    border: 1px solid #B22A1D;
    color: #B22A1D;
    background: #fff;
}
.header .topBtns a{
    width: 68px;
    height: 24px;
    border-radius: 50px;
    background: #B22A1D;
    color: #fff;
    text-align: center;
    line-height: 24px;
    margin: 0 0 0 15px;
    font-size: 15px;
    padding: 5px 20px;
    border: 1px solid #B22A1D;
}
.banner{
    width: 100%;
    float: left;
    position: relative;
    background: url(hero-couple.webp) no-repeat center center;
    background-size: cover;
    padding-bottom: 246px;
    margin-top: 65px;
}
.banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.34) 42%, rgba(0, 0, 0, 0.04) 72%);
}
.banner .pageWidth .words {
    width: 100%;
    max-width: 700px;
    float: left;
    position: relative;
    z-index: 2;
}
.banner h1 {
    padding: 246px 0 0 0;
    font-size: 46px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}
.banner p{
    max-width: 500px;
    padding: 30px 0;
    font-size: 18px;
    color: #fff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.42);
}
.banner h1 span{
    display: block;
}
.authorityReviews {
    width: 100%;
    float: left;
    background: #050505;
    color: #fff;
    padding: 34px 0 52px;
}
.authorityBadges {
    display: flex;
    justify-content: center;
    gap: 44px;
    padding-bottom: 28px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    font-weight: 700;
}
.authorityBadges span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.authorityBadges i {
    width: 26px;
    height: 26px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}
.authorityBadges i::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 4px;
    width: 7px;
    height: 12px;
    border-right: 2px solid #B22A1D;
    border-bottom: 2px solid #B22A1D;
    transform: rotate(42deg);
}
.reviewCards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}
.reviewCards article {
    float: none;
    min-height: 185px;
    background: #1b1b1b;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 26px 30px;
    text-align: center;
}
.reviewCards h2 {
    font-size: 20px;
    line-height: 1.25;
    padding-bottom: 18px;
}
.reviewCards p {
    color: rgba(255, 255, 255, 0.68);
    font-size: 16px;
    line-height: 1.55;
    min-height: 76px;
}
.reviewCards .rating {
    color: #F6C542;
    font-size: 22px;
    letter-spacing: 2px;
    padding: 18px 0 8px;
}
.reviewCards span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 14px;
}
.mediaMentions {
    width: 100%;
    float: left;
    background: #ECEDEF;
    border-top: 1px solid #D9DADF;
    border-bottom: 1px solid #D9DADF;
    padding: 82px 0 88px;
    text-align: center;
}
.mediaMentions h2 {
    font-size: 42px;
    line-height: 1.15;
    padding-bottom: 16px;
}
.mediaMentions p {
    max-width: 720px;
    margin: 0 auto;
    color: #444;
    font-size: 17px;
    line-height: 1.58;
}
.mediaLogoGrid {
    max-width: 980px;
    margin: 58px auto 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 36px 54px;
    align-items: center;
}
.mediaLogoGrid span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    color: #b5b5b5;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
    filter: grayscale(1);
}
.mediaLogoGrid span:nth-child(2n) {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
}
.mediaLogoGrid span:nth-child(3n) {
    font-weight: 400;
    text-transform: uppercase;
}
.audienceBenefits {
    width: 100%;
    float: left;
    background: #fff;
    padding: 84px 0;
}
.benefitCards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.benefitCard {
    float: none;
    position: relative;
    min-height: 640px;
    overflow: hidden;
    border-radius: 8px;
    color: #fff;
    background-position: center;
    background-size: cover;
    box-shadow: 0 24px 54px rgba(0, 0, 0, 0.14);
}
.benefitCard::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.58) 48%, rgba(0, 0, 0, 0.16) 100%);
}
.daddyBenefit {
    background-image: url(profile-daddy-04.jpg);
    background-position: center center;
}
.babyBenefit {
    background-image: url(sugar-baby-benefit.jpg);
    background-position: center center;
}
.whyChooseBenefit {
    background:
        linear-gradient(135deg, rgba(178, 42, 29, 0.92), rgba(23, 24, 27, 0.96)),
        url(hero-couple.webp);
    background-position: center center;
}
.benefitCopy {
    position: relative;
    z-index: 1;
    width: min(560px, 100%);
    padding: 48px 34px;
}
.benefitCopy span {
    display: block;
    color: #f0b9b2;
    font-size: 15px;
    font-weight: 800;
    padding-bottom: 12px;
    text-transform: uppercase;
}
.benefitCopy h2 {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 400;
    line-height: 1.12;
    padding-bottom: 18px;
}
.benefitCopy p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    line-height: 1.62;
    padding-bottom: 22px;
}
.benefitCopy ul {
    padding-bottom: 30px;
}
.benefitCopy li {
    float: none;
    color: rgba(255, 255, 255, 0.86);
    font-size: 15px;
    line-height: 1.5;
    padding: 8px 0 8px 22px;
    position: relative;
}
.benefitCopy li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #B22A1D;
}
.benefitCopy a {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 13px 24px;
    border-radius: 999px;
    background: #B22A1D;
    color: #fff;
    font-weight: 800;
}
.howToStart {
    width: 100%;
    float: left;
    background: #F6F6F7;
    padding: 88px 0 96px;
    text-align: center;
}
.howToHead {
    max-width: 980px;
    margin: 0 auto 48px;
}
.howToHead h2 {
    font-size: 42px;
    line-height: 1.15;
    padding-bottom: 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}
.howToHead p {
    color: #444;
    font-size: 17px;
    line-height: 1.65;
}
.howToGrid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}
.howToGrid article {
    float: none;
    background: #fff;
    border: 1px solid #eeeeee;
    border-radius: 6px;
    padding: 22px 22px 30px;
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.05);
}
.howToGrid figure {
    width: 100%;
    aspect-ratio: 1.52 / 1;
    overflow: hidden;
    border: 8px solid #f5f5f5;
    margin-bottom: 28px;
}
.howToGrid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.howToGrid h3 {
    color: #222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
    padding-bottom: 18px;
}
.howToGrid p {
    color: #555;
    font-size: 16px;
    line-height: 1.58;
}
.howToStart .btn {
    margin-top: 44px;
    border-radius: 999px;
}
.section01, .section03{
    width: 100%;
    float: left;
    padding: 100px 0;
    background: url(bg1.webp) no-repeat center center;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.section01.innerBanner {
    padding: 50px 0;
    margin-top: 65px;
}
.section01.innerBanner h2{
    padding: 0px;
}
.section03 {
    background-image: url(bg2.webp);
}
.section01 h2, .section03 h2{
    font-size: 40px;
    padding-bottom: 50px;
}
.section01 p, .section03 p{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.section03 figure{
    float: right;
    width: 100%;
    max-width: 640px;
}
.section03 figure img{
    width: 100%;
    height: auto;
}
.deviceShowcase {
    position: relative;
    min-height: 405px;
    margin-top: 8px;
}
.laptopMockup {
    position: absolute;
    top: 36px;
    right: 0;
    width: 88%;
    padding: 14px 14px 26px;
    background: linear-gradient(180deg, #171717 0%, #050505 100%);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px 18px 10px 10px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.42);
}
.laptopMockup::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2d2d2d;
    transform: translateX(-50%);
}
.laptopMockup::after {
    content: "";
    position: absolute;
    left: -34px;
    right: -34px;
    bottom: -14px;
    height: 16px;
    background: linear-gradient(180deg, #d8d8d8 0%, #8e8e8e 78%, #555 100%);
    border-radius: 0 0 26px 26px;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3);
}
.laptopScreen {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #fff;
}
.laptopScreen img,
.phoneScreen img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.phoneMockup {
    position: absolute;
    left: 0;
    bottom: 12px;
    z-index: 3;
    width: 22%;
    min-width: 118px;
    padding: 8px;
    background: #101010;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 26px;
    box-shadow: 0 24px 42px rgba(0, 0, 0, 0.48);
}
.phoneMockup::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 50%;
    width: 34px;
    height: 4px;
    border-radius: 999px;
    background: #050505;
    transform: translateX(-50%);
    z-index: 2;
}
.phoneScreen {
    aspect-ratio: 9 / 18.6;
    overflow: hidden;
    background: #fff;
    border-radius: 19px;
}
.section03 .txt{
    margin: 0 620px 0 0;
    text-align: left;
}
.section02 {
    width: 100%;
    float: left;
    padding: 80px 0;
}
.trustStrip,
.stepsSection,
.benefitGrid {
    width: 100%;
    float: left;
}
.trustStrip {
    background: #fff;
    border-bottom: 1px solid #ececec;
}
.trustStrip ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}
.trustStrip li {
    float: none;
    padding: 28px 22px;
    border-right: 1px solid #ececec;
}
.trustStrip li:last-child {
    border-right: 0;
}
.trustStrip strong {
    display: block;
    color: #B22A1D;
    font-size: 22px;
    line-height: 1.2;
    padding-bottom: 6px;
}
.trustStrip span {
    color: #333;
    line-height: 1.45;
}
.stepsSection {
    padding: 90px 0;
    background: #fff;
    text-align: center;
}
.stepsSection h2,
.benefitGrid h2 {
    font-size: 40px;
    padding-bottom: 36px;
}
.stepsSection ul,
.benefitGrid ul {
    display: grid;
    gap: 22px;
}
.stepsSection ul {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.stepsSection li,
.benefitGrid li {
    float: none;
    text-align: left;
    border: 1px solid #eee;
    background: #fff;
    padding: 30px;
}
.stepsSection li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #B22A1D;
    color: #fff;
    font-weight: bold;
}
.stepsSection h3,
.benefitGrid h3 {
    font-size: 22px;
    padding-bottom: 12px;
}
.stepsSection p,
.benefitGrid p {
    color: #333;
}
.benefitGrid {
    padding: 90px 0;
    background: #f7f7f7;
    text-align: center;
}
.benefitGrid ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.longCopy,
.brandHome section {
    width: 100%;
    float: left;
}
.brandHome section {
    padding: 86px 0;
}
.brandIntro,
.audienceCards,
.localGrid,
.brandFaq,
.proofBand {
    background: #fff;
}
.painSolution,
.journeySection,
.qualitySignals,
.trustDetails {
    background: #f7f7f7;
}
.brandPromise,
.safetyBrand,
.finalBrandCta {
    background: #111;
    color: #fff;
}
.brandIntro .pageWidth {
    max-width: 980px;
}
.eyebrow {
    display: block;
    color: #B22A1D;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    padding-bottom: 12px;
    text-transform: uppercase;
}
.brandPromise .eyebrow,
.safetyBrand .eyebrow,
.finalBrandCta .eyebrow {
    color: #f2c1bb;
}
.brandHome h2 {
    font-size: 38px;
    line-height: 1.18;
    padding-bottom: 18px;
}
.brandHome h3 {
    font-size: 22px;
    line-height: 1.25;
    padding-bottom: 12px;
}
.brandHome p {
    font-size: 17px;
    line-height: 1.65;
}
.sectionHead {
    max-width: 850px;
    margin: 0 auto 34px;
    text-align: center;
}
.painSolution ul,
.audienceGrid,
.localGrid ul,
.brandFaq .faqGrid,
.qualitySignals ul,
.experienceGrid,
.trustColumns,
.proofGrid {
    display: grid;
    gap: 22px;
}
.painSolution ul,
.qualitySignals ul,
.trustColumns,
.proofGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.painSolution li,
.audienceGrid article,
.localGrid li,
.brandFaq article,
.qualitySignals li,
.experienceGrid article,
.trustColumns article,
.proofGrid article {
    float: none;
    background: #fff;
    border: 1px solid #e9e9e9;
    padding: 28px;
}
.proofGrid article {
    border-left: 4px solid #B22A1D;
}
.brandPromise .pageWidth,
.safetyBrand .pageWidth {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 70px;
    align-items: center;
}
.brandPromise p,
.safetyBrand p,
.finalBrandCta p {
    color: rgba(255, 255, 255, 0.86);
}
.audienceGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.experienceBlocks {
    background: #fff;
}
.experienceGrid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.experienceGrid article {
    border-top: 4px solid #B22A1D;
}
.audienceGrid article {
    padding: 34px;
}
.audienceGrid a,
.localGrid a {
    color: #B22A1D;
    display: inline-block;
    font-weight: bold;
    margin-top: 14px;
}
.journeySection ol {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    counter-reset: journey;
}
.journeySection li {
    float: none;
    background: #fff;
    border-top: 4px solid #B22A1D;
    padding: 28px;
}
.journeySection strong {
    display: block;
    font-size: 22px;
    line-height: 1.25;
    padding-bottom: 12px;
}
.localGrid ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.localGrid li span {
    display: block;
    color: #333;
    line-height: 1.55;
    padding-top: 8px;
}
.safetyBrand ul {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 30px;
}
.safetyBrand li {
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    line-height: 1.55;
    padding: 15px 0;
}
.safetyBrand li:last-child {
    border-bottom: 0;
}
.brandFaq .faqGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.finalBrandCta {
    text-align: center;
}
.finalBrandCta .pageWidth {
    max-width: 820px;
}
.section02 .item {
    width: 100%;
    float: left;
    padding: 20px 0;
}
.section02 .item figure {
    width: 100%;
    max-width: 583px;
}
.section02 .item figure img {
    width: 100%;
    height: auto;
}
.section02 .item.picRight figure{
    float: right;
}
.section02 .item.picLeft figure{
    float: left;
}
.section02 .item.picRight .txt{
    margin: 0 680px 0 0;
}
.section02 .item.picLeft .txt{
    margin: 0 0 0 680px;
}
.section02 .item .txt h2{
    font-size: 40px;
    padding: 120px 0 50px 0;
}
.footer {
    width: 100%;
    float: left;
    padding: 50px 0;
    background: #efefef;
}
.footer .footLinks{
    width: 100%;
    float: left;
}
.footer .footLinks dl{
    float: left;
    width: 25%;;
}
.footer .footLinks dl dt{
    font-weight: bold;
    padding: 0 0 15px 0;
}
.footer .footLinks dl dd{
    padding: 7px 0;
}
.footer .copyRight {
    width: 100%;
    float: left;
    border-top: 1px solid #666;
    padding-top: 30px;
    margin-top: 30px;
    text-align: center;
}
.notFoundPage {
    width: 100%;
    float: left;
    min-height: 58vh;
    padding: 155px 0 95px;
    background: #f7f7f7;
    text-align: center;
}
.notFoundCode {
    display: inline-block;
    color: #B22A1D;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin-bottom: 18px;
}
.notFoundPage h1 {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 18px;
}
.notFoundPage p {
    max-width: 680px;
    margin: 0 auto 32px;
    color: #444;
    font-size: 20px;
    line-height: 1.7;
}
.notFoundActions {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}
.menuBtn{
    display: none;
}
.mask{
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.mobileFootNav{
    display: none;
    background: #fff;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 12px 15px;
    width: 100%;
    float: left;
    border-top: 1px solid #efefef;
}
.mobileFootNav a{
    text-align: center;
    float: left;
    padding-right: 32px;
    font-size: 12px;
    color:#B22A1D;
}
.mobileFootNav a i{
    display: block;
}
.mobileFootNav .join {
    border: 1px solid #B22A1D;
    border-radius: 20px;
    color: #B22A1D;
    padding: 8px 25px;
    float: right;
    margin-top: 8px;
}
.blogBody {
    width: 100%;
    float: left;
    padding: 50px 0;
}
.blogIndexTitle {
    width: 100%;
    float: left;
    font-size: 42px;
    line-height: 1.15;
    margin: 0 0 28px 0;
}
.blogBody .colLeft{
    float: right;
    width: 70%;
}
.blogBody .blogDetail {
    width: 100%;
}
.blogBody .blogDetail h1{
    padding: 50px 0 30px 0;
}
.subnav{
    color: #666;
}
.blogBody .blogDetail p{
    padding: 0 0 30px 0;
    line-height: 30px;
}
.blogBody .blogDetail figure{
    float: left;
    padding: 0 30px 0px 0;
    width: min(100%, 560px);
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin: 0 0 24px 0;
}
.blogBody .blogDetail figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.blogBody .colLeft ul li{
    padding: 0 0 35px 0;
    border-bottom: 1px solid #efefef;
    margin-bottom: 35px;
}
.blogBody .colLeft ul li:last-child{
    border: 0px;
}
.blogBody .colLeft ul li h3{
    padding: 0 0 10px 0;
    font-size: 16px;
}
.blogBody .colLeft ul li a.more{
    color: #666;
    text-decoration: underline;
}
.blogBody .colLeft ul li figure{
    width: 300px;
    float: left;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}
.blogBody .colLeft ul li figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.blogBody .colLeft ul li > div{
    margin: 0 0 0 330px;
}
.blogBody .colRight{
    float: left;
    width: 30%;
    padding-right: 50px;
}
.blogBody .colRight dl {
    padding-bottom: 50px;
}
.blogBody .colRight dl dt{
    font-weight: bolder;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
}
.blogBody .colRight dl dd{
    padding: 8px 0;
    line-height: 25px;
}
.ulList {
    width: 100%;
    float: left;;
    padding: 0px 0 20px 50px;
    list-style:decimal;
}
.ulList  li{
    list-style:disc;
    width: 100%;
    padding: 6px 0;
    line-height: 22px;
}
.olList {
    width: 100%;
    float: left;
    padding: 0 0 20px 50px;
}
.olList li{
    width: 100%;
    padding: 6px 0;
    line-height: 22px;
}
.blogDetail h2{
    width: 100%;
    padding-bottom: 20px;
}
.blogDetail h3{
    width: 100%;
    padding-bottom: 10px;
}

.geoDefinition,
.geoSources,
.geoTableBlock,
.pageFaq.geoFaq,
.editorialMeta {
    width: 100%;
    float: left;
    margin: 14px 0 34px;
}
.geoDefinition {
    padding: 24px 28px;
    border-left: 5px solid #B22A1D;
    border-radius: 8px;
    background: #f7f1ef;
}
.blogDetail .geoDefinition h2,
.blogDetail .geoSources h2,
.blogDetail .geoTableBlock h2,
.blogDetail .pageFaq h2 {
    padding-bottom: 12px;
}
.blogDetail .geoDefinition p,
.blogDetail .geoSources p,
.blogDetail .editorialMeta p,
.blogDetail .pageFaq p {
    padding-bottom: 0;
}
.geoSources,
.editorialMeta {
    padding: 22px 24px;
    border-radius: 8px;
    background: #f6f6f6;
}
.geoSources a {
    color: #B22A1D;
    text-decoration: underline;
}
.geoCompareTable {
    width: 100%;
    min-width: 720px;
    border-collapse: collapse;
    border: 1px solid #e2e2e2;
    background: #fff;
}
.geoTableBlock {
    overflow-x: auto;
}
.geoCompareTable th,
.geoCompareTable td {
    padding: 15px 16px;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
    line-height: 1.45;
    vertical-align: top;
}
.geoCompareTable th {
    background: #121111;
    color: #fff;
}
.pageFaq.geoFaq {
    padding: 26px 28px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #ead8d2;
    box-shadow: 0 16px 38px rgba(51, 35, 28, 0.07);
}
.pageFaq.geoFaq h3 {
    color: #121111;
    font-size: 20px;
    padding: 18px 0 8px;
}
.editorialMeta {
    color: #444;
    font-size: 15px;
}

.homeGeoEntity,
.homeGeoFaq {
    width: 100%;
    float: left;
    padding: 70px 0;
    background: #fff;
}
.homeGeoFaq {
    background: #f6f6f6;
}
.homeGeoEntity h2,
.homeGeoFaq h2 {
    font-size: 42px;
    line-height: 1.15;
    padding-bottom: 20px;
}
.homeGeoEntity > .pageWidth > p {
    max-width: 920px;
    font-size: 20px;
    line-height: 1.7;
    padding-bottom: 32px;
}
.geoMiniGrid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}
.geoMiniGrid article {
    padding: 24px;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #ead8d2;
    box-shadow: 0 14px 34px rgba(51, 35, 28, 0.07);
}
.homeGeoFaq .geoMiniGrid article {
    background: #fff;
}
.geoMiniGrid h3 {
    font-size: 22px;
    padding-bottom: 12px;
}
.geoMiniGrid p {
    color: #444;
    line-height: 1.65;
}

/* App recommendation cards */
.appRecommendGrid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    margin: 12px 0 34px;
}
.appRecommendCard {
    min-width: 0;
    border: 1px solid #ead8d2;
    border-radius: 8px;
    padding: 24px;
    background: #fff;
    box-shadow: 0 16px 38px rgba(51, 35, 28, 0.09);
}
.appRecommendHead {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}
.appRecommendHead .appIcon {
    width: 88px;
    height: 88px;
    flex: 0 0 88px;
    border-radius: 22px;
    object-fit: cover;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}
.appRecommendCard .appEyebrow {
    display: block;
    margin-bottom: 6px;
    color: #b4382a;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}
.blogDetail .appRecommendCard h3 {
    padding-bottom: 0;
    font-size: 24px;
    line-height: 1.18;
}
.blogDetail .appRecommendCard p {
    padding-bottom: 18px;
    font-size: 17px;
    line-height: 1.62;
}
.appShotStrip {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 12px;
    margin: 4px 0 22px;
}
.appShotStrip.singleShot {
    grid-template-columns: 1fr;
}
.appShotStrip img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 8px;
    background: #f5f5f5;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
}
.appShotStrip.singleShot img {
    aspect-ratio: auto;
    object-fit: contain;
}
.appDownloadBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 6px;
    background: #b4382a;
    color: #fff !important;
    font-weight: 700;
    text-decoration: none !important;
    transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease;
    box-shadow: 0 12px 24px rgba(180, 56, 42, 0.22);
}
.appDownloadBtn:hover {
    background: #963025;
    transform: translateY(-1px);
    box-shadow: 0 16px 28px rgba(180, 56, 42, 0.28);
}
.appAgeGap {
    border-color: #e4d8ee;
}
.appAgeGap .appEyebrow {
    color: #7c2a9a;
}

/* Search profiles page */
.searchProfiles {
    width: 100%;
    float: left;
    margin-top: 65px;
    padding: 70px 0 80px;
    background: #fff;
}
.searchProfiles .pageWidth {
    max-width: 1420px;
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr) minmax(0, 1fr);
    gap: 64px;
    align-items: start;
}
.quickSearch {
    background: #fff;
    border-radius: 22px;
    padding: 42px 40px 38px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.08);
}
.quickSearch h1,
.profileColumn h2 {
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: 0;
}
.quickSearch h1 {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 42px;
}
.searchIcon {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    flex: 0 0 auto;
    border: 3px solid currentColor;
    border-radius: 50%;
    color: #111;
}
.searchIcon::after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: -7px;
    width: 14px;
    height: 3px;
    background: currentColor;
    border-radius: 999px;
    transform: rotate(45deg);
    transform-origin: center;
}
.searchIconLight {
    width: 22px;
    height: 22px;
    border-width: 2px;
    color: #fff;
}
.searchIconLight::after {
    right: -8px;
    bottom: -5px;
    width: 11px;
    height: 2px;
}
.quickSearch label,
.ageField span {
    display: block;
    padding: 0 0 10px;
    color: #2f2f2f;
    font-size: 18px;
    font-weight: 700;
}
.quickSearch select,
.quickSearch input {
    width: 100%;
    min-height: 58px;
    margin: 0 0 28px;
    padding: 0 18px;
    border: 2px solid #dedede;
    border-radius: 13px;
    background: #fff;
    color: #2f2f2f;
    font-size: 20px;
    line-height: 1.2;
}
.quickSearch select {
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, #000 50%),
        linear-gradient(135deg, #000 50%, transparent 50%);
    background-position:
        calc(100% - 28px) 50%,
        calc(100% - 19px) 50%;
    background-size: 9px 9px, 9px 9px;
    background-repeat: no-repeat;
}
.quickSearch input::placeholder {
    color: #777;
}
.ageField {
    padding-bottom: 28px;
}
.ageField strong {
    display: block;
    color: #B22A1D;
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 14px;
    font-weight: 400;
}
.rangeTrack {
    position: relative;
    height: 28px;
}
.rangeTrack::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 12px;
    height: 3px;
    background: #e0e0e0;
}
.rangeTrack i {
    position: absolute;
    left: 0;
    top: 12px;
    width: 34%;
    height: 3px;
    background: #B22A1D;
}
.rangeTrack b,
.rangeTrack em {
    position: absolute;
    top: 4px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #B22A1D;
}
.rangeTrack b {
    left: 0;
}
.rangeTrack em {
    left: 30%;
}
.searchSubmit,
.profileCard a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    background: #B22A1D;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}
.searchSubmit {
    width: 100%;
    min-height: 68px;
    gap: 13px;
    background: #181b20;
    box-shadow: 0 18px 32px rgba(24, 27, 32, 0.18);
}
.profileCard a {
    box-shadow: 0 10px 22px rgba(178, 42, 29, 0.18);
}
.searchSubmit:hover {
    text-decoration: none;
    background: #101318;
}
.profileCard a:hover {
    text-decoration: none;
    background: #982519;
}
.profileColumn h2 {
    padding-bottom: 14px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 30px;
}
.profileGrid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 32px;
}
.profileCard {
    float: none;
    min-width: 0;
}
.profileCard figure {
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 17px;
    overflow: hidden;
    border-radius: 17px;
    background: #e7e2dc;
}
.profileCard img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(7px) saturate(0.96) contrast(0.9);
    transform: scale(1.08);
}
.profileCard h3 {
    max-width: 11ch;
    overflow: hidden;
    color: #111;
    font-size: 21px;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 8px;
}
.profileCard p {
    color: #777;
    font-size: 19px;
    line-height: 1.2;
    padding-bottom: 24px;
}
.profileCard a {
    min-width: 138px;
    min-height: 42px;
    padding: 10px 20px;
}
@media screen and (min-width:769px) {
    .topNav {
        display: block!important;
    }
}
@media screen and (max-width:768px) {
    .mobileShow {
        display: block;
    }
    .btn {
        margin-top: 0px;
    }
    .blogBody .colLeft.blogDetail figure,
    .blogBody .blogDetail.blogDetail figure {
        width: 100%;
        padding: 0px 0 20px 0;
        aspect-ratio: 16 / 9;
    }
    .mobileFootNav{
        display: block;
    }
    .header {
        z-index: 1;
    }
    .footer .copyRight {
        line-height: 25px;
        margin-top: 10px;
    }
    .menuBtn {
        display: block;
        width: 30px;
        float: right;
    }
    .menuBtn span {
        width: 100%;
        height: 2px;
        margin: 5px 0;
        background: #000;
        display: block;
    }
    .header .topNav{

        position: absolute;
        width: 100%;
        background: #fff;
        left: 0;
        top: 67px;
        padding: 15px;
        z-index: 1;
    }
    .header .topNav a {
        width: 100%;
        padding: 10px 0;
        display: block;
    }
    .topBtns {
        display: none;
    }
    .blogBody .colLeft,
    .blogBody .colRight,
    .blogDetail {
        width: 100%;
        padding: 0px;
    }
    .blogBody .colLeft ul li > div,
    .blogDetail ul li > div {
        width: 100%;
        float: left;;
        margin: 30px 0 0 0;
    }
    .blogBody .colRight dl dt{
        background: #efefef;
        padding: 15px 0 15px 15px;
    }
    .searchProfiles {
        margin-top: 73px;
        padding: 34px 0 56px;
    }
    .searchProfiles .pageWidth {
        grid-template-columns: 1fr;
        gap: 38px;
    }
    .quickSearch {
        padding: 30px 24px;
        border-radius: 18px;
    }
    .quickSearch h1,
    .profileColumn h2 {
        font-size: 30px;
    }
    .quickSearch h1 {
        padding-bottom: 30px;
    }
    .profileGrid {
        gap: 28px 22px;
    }
}
@media screen and (max-width:568px) {
    .footer {
        padding-bottom: 100px;
    }
    .section01 .btn,
    .section03 .btn {
        margin-top: 30px;
    }
    .blogBody .colLeft ul li figure,
    .blogDetail ul li figure {
        width: 100%;
        aspect-ratio: 16 / 9;
    }
    .banner h1 {
        padding-top: 260px;
        font-size: 40px;
    }
    .footer .footLinks dl {
        width: 100%;
        margin-bottom: 20px;
    }
    .section03 .txt {
        margin: 30px 0 0 0;
        width: 100%;
        text-align: center;
    }
    .section01 h2, .section03 h2,
    .section02 .item .txt h2{
        font-size: 28px;
        margin-top: 50px;
        padding-bottom: 20px;
        width: 100%;
        float: left;
    }
    .section01 h2 {
        margin: 0px;
    }
    .section02 .item.picRight .txt,
    .section02 .item.picLeft .txt {
        margin: 20px 0 0 0;
        width: 100%;
        float: left;
    }
    .section02 .item .txt h2 {
        padding-top: 0px;
        margin-top: 20px;
    }
    .section02 .item .txt {
        text-align: center;
    }
    .section01, .section02, .section03 {
        padding: 60px 0;
    }
    .section02 .item:first-child {
        padding-bottom: 50px;
        margin-bottom: 20px;
        border-bottom: 1px solid #efefef;
    }
    .banner {
        background-image: url(hero-couple.webp);
        padding-bottom: 120px;
    }
    .quickSearch h1,
    .profileColumn h2 {
        font-size: 27px;
    }
    .quickSearch select,
    .quickSearch input {
        min-height: 56px;
        font-size: 18px;
    }
    .searchSubmit {
        min-height: 60px;
        font-size: 19px;
    }
    .profileGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 26px 18px;
    }
    .profileCard figure {
        border-radius: 14px;
    }
    .profileCard h3 {
        font-size: 18px;
    }
    .profileCard p {
        font-size: 17px;
        padding-bottom: 18px;
    }
    .profileCard a {
        width: 100%;
        min-width: 0;
        min-height: 42px;
        padding: 10px 8px;
        font-size: 16px;
    }
}

/* Responsive polish for the cloned dating template */
html {
    -webkit-text-size-adjust: 100%;
}
body {
    overflow-x: hidden;
}
.header {
    z-index: 100;
}
.header .pageWidth {
    display: flex;
    align-items: center;
    min-height: 28px;
}
.header .logo {
    flex: 0 1 auto;
    min-width: 0;
}
.header .logo a {
    background: none;
    width: auto;
    height: auto;
    max-width: 42vw;
    margin: 0;
    display: block;
    float: none;
    overflow: hidden;
    color: #111;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.header .topNav {
    margin-left: auto;
}
.header .topBtns {
    margin-left: 20px;
}
.banner .words {
    position: relative;
    z-index: 2;
}
.banner h1 {
    line-height: 1.08;
    letter-spacing: 0;
}
.banner p {
    line-height: 1.55;
}
.mobileFootNav {
    z-index: 90;
}

@media screen and (max-width:768px) {
    body {
        padding-bottom: 72px;
    }
    .pageWidth {
        padding-left: 24px;
        padding-right: 24px;
    }
    .header {
        padding: 14px 0;
        border-bottom-color: #dedee2;
    }
    .header .pageWidth {
        justify-content: space-between;
        position: relative;
    }
    .header .logo a {
        max-width: calc(100vw - 110px);
        font-size: 20px;
    }
    .menuBtn {
        display: block !important;
        flex: 0 0 44px;
        width: 44px;
        height: 44px;
        margin-left: 0;
        padding: 9px 7px;
        float: none;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 120;
        cursor: pointer;
    }
    .menuBtn span {
        height: 3px;
        margin: 5px 0;
    }
    .header .topNav {
        top: 73px;
        z-index: 110;
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
    }
    .mask {
        z-index: 80;
    }
    .banner {
        position: relative;
        min-height: auto;
        margin-top: 73px;
        padding: 0;
        display: flex;
        align-items: flex-start;
        background-position: center top;
    }
    .banner::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.82) 0%, rgba(255, 255, 255, 0.62) 54%, rgba(255, 255, 255, 0.18) 100%);
    }
    .banner .pageWidth .words {
        width: 100%;
        max-width: 560px;
        min-width: 0;
        padding: 72px 0 88px;
    }
    .banner h1 {
        padding: 0;
        font-size: clamp(34px, 8vw, 52px);
        max-width: 12ch;
        width: 100%;
        min-width: 0;
    }
    .banner p {
        max-width: 32ch;
        width: 100%;
        min-width: 0;
        padding: 24px 0 28px;
        font-size: clamp(17px, 4.4vw, 22px);
    }
    .btn {
        min-height: 48px;
        padding: 14px 28px;
        line-height: 20px;
    }
    .btn.btnLight {
        margin: 12px 0 0 0;
    }
    .trustStrip ul,
    .reviewCards,
    .howToGrid,
    .stepsSection ul,
    .benefitGrid ul {
        grid-template-columns: 1fr;
    }
    .authorityReviews {
        padding: 30px 0 40px;
    }
    .authorityBadges {
        align-items: flex-start;
        flex-direction: column;
        gap: 14px;
        padding-bottom: 22px;
    }
    .reviewCards {
        gap: 14px;
    }
    .reviewCards article {
        min-height: auto;
        padding: 24px;
    }
    .reviewCards h2 {
        font-size: 19px;
    }
    .reviewCards p {
        min-height: 0;
        font-size: 15px;
    }
    .mediaMentions {
        padding: 58px 0 64px;
    }
    .mediaMentions h2 {
        font-size: 30px;
    }
    .mediaMentions p {
        text-align: left;
        font-size: 16px;
    }
    .mediaLogoGrid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 18px;
        margin-top: 34px;
    }
    .mediaLogoGrid span {
        min-height: 38px;
        font-size: 18px;
    }
    .audienceBenefits {
        padding: 56px 0;
    }
    .benefitCards {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .benefitCard {
        min-height: auto;
        border-radius: 6px;
        background-position: center top;
    }
    .benefitCard::before {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.68) 100%);
    }
    .benefitCopy {
        padding: 34px 24px;
    }
    .benefitCopy h2 {
        font-size: 30px;
    }
    .benefitCopy p {
        font-size: 16px;
    }
    .benefitCopy a {
        width: 100%;
        justify-content: center;
        text-align: center;
    }
    .howToStart {
        padding: 58px 0 70px;
    }
    .howToHead {
        text-align: left;
        margin-bottom: 30px;
    }
    .howToHead h2 {
        font-size: 32px;
    }
    .howToGrid {
        gap: 18px;
    }
    .howToGrid article {
        padding: 18px 18px 24px;
    }
    .howToGrid figure {
        margin-bottom: 22px;
    }
    .howToGrid h3 {
        font-size: 22px;
    }
    .trustStrip li {
        border-right: 0;
        border-bottom: 1px solid #ececec;
        padding: 22px 24px;
    }
    .stepsSection,
    .benefitGrid,
    .brandHome section {
        padding: 60px 0;
    }
    .stepsSection h2,
    .benefitGrid h2,
    .brandHome h2 {
        font-size: 30px;
        line-height: 1.18;
        padding-bottom: 24px;
    }
    .brandHome p {
        font-size: 17px;
        line-height: 1.68;
    }
    .section03 figure.deviceShowcase {
        float: none;
        max-width: 640px;
        min-height: 390px;
        margin: 0 auto 32px;
    }
    .laptopMockup {
        top: 24px;
        width: 86%;
    }
    .phoneMockup {
        width: 24%;
        min-width: 104px;
    }
    .painSolution ul,
    .audienceGrid,
    .journeySection ol,
    .localGrid ul,
    .brandFaq .faqGrid,
    .qualitySignals ul,
    .experienceGrid,
    .trustColumns,
    .proofGrid,
    .brandPromise .pageWidth,
    .safetyBrand .pageWidth {
        grid-template-columns: 1fr;
    }
    .painSolution li,
    .audienceGrid article,
    .journeySection li,
    .localGrid li,
    .brandFaq article,
    .qualitySignals li,
    .experienceGrid article,
    .trustColumns article,
    .proofGrid article {
        padding: 24px;
    }
    .sectionHead {
        text-align: left;
        margin-bottom: 26px;
    }
    .stepsSection li,
    .benefitGrid li {
        padding: 24px;
    }
    .mobileFootNav {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(74px, 1.08fr);
        align-items: center;
        gap: 8px;
        min-height: 72px;
        max-width: 100vw;
        padding: 8px 14px calc(8px + env(safe-area-inset-bottom));
        box-shadow: 0 -12px 28px rgba(0, 0, 0, 0.08);
    }
    .mobileFootNav a {
        width: 100%;
        min-width: 0;
        min-height: 52px;
        padding: 4px 2px;
        float: none;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 3px;
        font-size: 12px;
        line-height: 1.2;
        color: #B22A1D;
    }
    .mobileFootNav a i img {
        width: 30px;
        height: 30px;
        object-fit: contain;
    }
    .mobileFootNav .join {
        margin: 0;
        padding: 10px 6px;
        float: none;
        min-height: 44px;
        border-radius: 999px;
    }
    .footer {
        padding-bottom: 96px;
    }
}

@media screen and (max-width:568px) {
    .pageWidth {
        padding-left: 20px;
        padding-right: 20px;
    }
    .header .logo a {
        font-size: 19px;
        max-width: calc(100vw - 96px);
    }
    .section03 figure.deviceShowcase {
        min-height: 260px;
        max-width: 360px;
        margin-bottom: 24px;
    }
    .laptopMockup {
        top: 18px;
        width: 86%;
        padding: 8px 8px 16px;
        border-radius: 12px 12px 7px 7px;
    }
    .laptopMockup::after {
        left: -18px;
        right: -18px;
        bottom: -9px;
        height: 10px;
    }
    .phoneMockup {
        bottom: 14px;
        min-width: 74px;
        padding: 5px;
        border-radius: 17px;
    }
    .phoneMockup::before {
        top: 5px;
        width: 22px;
        height: 3px;
    }
    .phoneScreen {
        border-radius: 13px;
    }
    .banner {
        background-image: url(hero-couple.webp);
        background-position: 58% top;
        background-size: auto 430px;
        background-repeat: no-repeat;
        background-color: #fff;
    }
    .banner::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0 300px, rgba(255, 255, 255, 0.46) 340px, #fff 390px);
    }
    .banner .pageWidth .words {
        width: min(320px, calc(100vw - 40px));
        max-width: min(320px, calc(100vw - 40px));
        padding: 318px 0 72px;
    }
    .banner h1 {
        width: min(320px, calc(100vw - 40px));
        max-width: min(320px, calc(100vw - 40px));
        font-size: clamp(25px, 7vw, 29px);
        color: #000;
        text-shadow: none;
        overflow-wrap: anywhere;
        word-break: normal;
    }
    .banner p {
        width: min(320px, calc(100vw - 40px));
        max-width: min(320px, calc(100vw - 40px));
        font-size: 17px;
        color: #000;
        text-shadow: none;
        overflow-wrap: anywhere;
        word-break: normal;
    }
    .section01 h2,
    .section03 h2,
    .section02 .item .txt h2 {
        font-size: 26px;
        line-height: 1.18;
        max-width: 100%;
        overflow-wrap: anywhere;
        word-break: normal;
    }
    .section01 p,
    .section03 p,
    .stepsSection p,
    .benefitGrid p,
    .longCopy p {
        overflow-wrap: anywhere;
    }
}

@media screen and (max-width:430px) {
    .banner {
        background-image: none;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-color: #fff;
    }
    .banner::after {
        content: "";
        position: absolute;
        z-index: 0;
        left: 0;
        right: 0;
        top: 0;
        height: 430px;
        background: url(hero-couple.webp) no-repeat 58% top;
        background-size: auto 430px;
        filter: saturate(1.22) contrast(1.08);
    }
    .banner::before {
        z-index: 1;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0 300px, rgba(255, 255, 255, 0.46) 340px, #fff 390px);
    }
    .banner .pageWidth .words {
        padding-top: 390px;
    }
    .appRecommendGrid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 26px;
    }
    .appRecommendCard {
        padding: 18px;
        border-radius: 8px;
    }
    .appRecommendHead {
        align-items: flex-start;
        gap: 12px;
    }
    .appRecommendHead .appIcon {
        width: 68px;
        height: 68px;
        flex-basis: 68px;
        border-radius: 18px;
    }
    .blogDetail .appRecommendCard h3 {
        font-size: 20px;
        overflow-wrap: anywhere;
    }
    .blogDetail .appRecommendCard p {
        font-size: 16px;
    }
    .appShotStrip {
        grid-template-columns: 1fr;
    }
.geoMiniGrid {
    grid-template-columns: 1fr;
}
.homeGeoEntity,
.homeGeoFaq {
    padding: 44px 0;
}
.homeGeoEntity h2,
.homeGeoFaq h2 {
    font-size: 32px;
}
.geoDefinition,
.geoSources,
.pageFaq.geoFaq,
.editorialMeta {
    padding: 20px;
}
.geoCompareTable {
    min-width: 640px;
}
.appDownloadBtn {
    width: 100%;
}
}

.pricingTableWrap {
    margin: 26px 0 34px;
    padding: 22px;
    border-radius: 8px;
    background: #f6f6f6;
    overflow-x: auto;
}

.blogDetail .pricingTableWrap h3 {
    margin: 0 0 14px;
    padding: 0;
    font-size: 24px;
    line-height: 1.25;
}

.blogDetail .pricingTableWrap h3 + .pricingTable {
    margin-bottom: 30px;
}

.pricingTable {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e1e1e1;
}

.pricingTable th,
.pricingTable td {
    padding: 15px 16px;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
    font-size: 16px;
    line-height: 1.35;
}

.pricingTable th {
    background: #121111;
    color: #fff;
    font-weight: 700;
}

.pricingTable td:nth-child(2),
.pricingTable td:nth-child(3) {
    font-weight: 700;
}

.pricingTable tr:last-child td {
    border-bottom: 0;
}

.registerOnly {
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 86px 24px 96px;
    background: linear-gradient(180deg, #fff 0%, #f5f5f6 100%);
}

.registerPanel {
    width: min(760px, 100%);
    margin: 0 auto;
    text-align: center;
}

.registerKicker {
    margin: 0 0 16px;
    color: #b4382a;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 800;
    text-transform: uppercase;
}

.registerPanel h1 {
    margin: 0 auto 22px;
    color: #121111;
    font-size: clamp(38px, 5vw, 64px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: 0;
}

.registerPanel p {
    max-width: 650px;
    margin: 0 auto 34px;
    color: #222;
    font-size: 22px;
    line-height: 1.6;
}

.registerOnlyBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: min(420px, 100%);
    min-height: 64px;
    padding: 0 34px;
    border-radius: 8px;
    background: #b4382a;
    color: #fff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 16px 34px rgba(180, 56, 42, 0.24);
    transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.registerOnlyBtn:hover,
.registerOnlyBtn:focus {
    background: #9f3125;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 18px 38px rgba(180, 56, 42, 0.3);
}

.registerOnlyBtn:focus-visible {
    outline: 3px solid rgba(180, 56, 42, 0.34);
    outline-offset: 4px;
}

@media screen and (max-width:430px) {
    .registerOnly {
        min-height: 440px;
        padding: 58px 20px 108px;
        align-items: flex-start;
    }

    .registerKicker {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .registerPanel h1 {
        font-size: 34px;
        line-height: 1.1;
        margin-bottom: 18px;
    }

    .registerPanel p {
        font-size: 18px;
        line-height: 1.55;
        margin-bottom: 28px;
    }

    .registerOnlyBtn {
        width: 100%;
        min-height: 58px;
        font-size: 19px;
    }
}
