/* 
 * Premium, Elegant Mobile-First SEO Landing Page CSS
 * Theme: Modern Romance & Trust
 */

/* DESIGN TOKENS */
:root {
    --primary-color: #01579b;
    --primary-light: #e1f5fe;
    --primary-gradient: linear-gradient(135deg, #01579b 0%, #039be5 100%);
    --secondary-color: #1a365d;
    --accent-color: #f15058;
    --text-main: #2d3748;
    --text-muted: #718096;
    --bg-main: #f8fafc;
    --bg-white: #ffffff;
    --bg-why-choose: #0f2b46;
    --bg-footer: #06121d;
    --border-radius-sm: 8px;
    --border-radius-md: 16px;
    --border-radius-lg: 24px;
    --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.05);
    --shadow-hover: 0 10px 30px rgba(1, 87, 155, 0.15);    
    --transition-smooth: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* RESET & BASE */
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;font-size:16px}
body{line-height:1.6;color:var(--text-main);background-color:var(--bg-main);-webkit-font-smoothing:antialiased;overflow-x:hidden}

/* TYPOGRAPHY */
h1,h2,h3,.serif-text{color:var(--secondary-color);line-height:1.2}
h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem}
h2{font-size:2rem;font-weight:600;margin-bottom:1rem}
h3{font-size:1.5rem;font-weight:600;margin-bottom:0.75rem}
a{color:var(--primary-color);text-decoration:none;transition:var(--transition-smooth)}
a:hover{color:var(--secondary-color)}
.text-center{text-align:center}
.text-muted{color:var(--text-muted)}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;justify-content:center;padding:0.8rem 1.8rem;font-size:1rem;font-weight:600;border-radius:50px;border:none;cursor:pointer;transition:var(--transition-smooth);letter-spacing:0.5px}
.btn-primary{background:var(--primary-gradient);color:white;box-shadow:0 4px 15px rgba(1,87,155,0.2)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(1,87,155,0.3);color:white}
.btn-outline{background:transparent;border:2px solid var(--primary-color);color:var(--primary-color)}
.btn-outline:hover{background:var(--primary-gradient);border-color:transparent;color:white}

/* CONTAINERS */
.container{max-width:1280px;margin:0 auto;padding:0 1.5rem;width:100%}

/* HEADER / NAVIGATION */
.site-header{background:rgba(255,255,255,0.95);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,0.05);position:sticky;top:0;z-index:1000;padding:1rem 0}
.header-flex{display:flex;align-items:center;justify-content:space-between}
.logo-wrapper img{height:45px;object-fit:contain}

/* TOP LOCATIONS BANNER */
.banner-section{background:var(--primary-color);color:white;padding:0.8rem 0;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch;box-shadow:0 4px 10px rgba(0,0,0,0.1);scrollbar-width:none}
.banner-section::-webkit-scrollbar{display:none}
.banner-links-list{display:flex;align-items:center;gap:1.5rem;font-size:0.9rem;font-weight:500}
.banner-links-list a{color:rgba(255,255,255,0.9);text-transform:uppercase;letter-spacing:0.5px;transition:all 0.3s ease}
.banner-links-list a:hover{color:white;transform:translateY(-1px)}
.banner-divider{height:12px;width:1px;background:rgba(255,255,255,0.3)}
.banner-vmore{color:var(--accent-color);cursor:pointer;font-weight:600}
.banner-vmore:hover{color:white}

/* HERO */
.hero{position:relative;padding:4rem 0 6rem;background:linear-gradient(135deg,rgba(255,255,255,0.95) 0%,rgba(225,245,254,0.85) 50%,rgba(1,87,155,0.6) 100%),url('../images/seo_bg_couple_v2.jpg') center/cover no-repeat;overflow:hidden}
.hero::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right,var(--bg-main) 0%,transparent 100%);z-index:0;opacity:0.7;pointer-events:none}
.hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;position:relative;z-index:1}
.hero-content{max-width:600px;margin:0 auto;text-align:center}
.hero-tagline{color:var(--primary-color);font-weight:600;text-transform:uppercase;letter-spacing:2px;font-size:0.85rem;margin-bottom:1rem;display:block}
.hero-subtitle{font-size:1.1rem;color:var(--text-muted);margin-bottom:2rem}
.hero-usp{display:flex;flex-direction:column;gap:1rem;align-items:center;margin-bottom:2rem;text-align:left}
.usp-item{max-width:310px;display:flex;align-items:center;gap:1rem;background:white;padding:1rem 1.5rem;border-radius:var(--border-radius-md);box-shadow:var(--shadow-soft)}
.usp-icon{width:40px;height:40px;border-radius:50%;background:var(--primary-light);color:var(--primary-color);display:flex;align-items:center;justify-content:center;font-weight:bold;font-size:1.2rem;flex-shrink:0}

/* REGISTRATION CARD */
.reg-container{background:rgba(255,255,255,0.85);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,0.5);border-radius:var(--border-radius-lg);padding:2.5rem 1.5rem;box-shadow:0 20px 40px rgba(0,0,0,0.08);display:flex;flex-direction:column;max-width:420px;margin:0 auto}
.reg-container > div,.reg-container form,.reg-container .auth-card{width:100% !important;padding:0 !important;margin:0 auto !important}
.reg-card-header{text-align:center;margin-bottom:1.25rem}
.reg-container h2{color:var(--pr-color);font-size:1.25rem;margin-bottom:0.25rem}
.reg-container p{font-size:0.85rem;color:var(--text-muted)}

/* TRUST BAR */
.trust-bar{padding:70px 20px 30px;background:var(--bg-white)}
.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;max-width:700px;margin:0 auto}
.trust-item{text-align:center;padding:16px 8px}
.trust-icon-wrap{width:52px;height:52px;margin:0 auto 10px;background:var(--primary-light);border-radius:50%;display:flex;align-items:center;justify-content:center}
.trust-icon-wrap .material-icons{font-size:24px;color:var(--pr-color)}
.trust-number{font-size:22px;font-weight:700;color:var(--pr-color)}
.trust-label{font-size:11px;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-top:2px}
@media (min-width:768px) {
.trust-bar{padding:50px 20px 40px}
.trust-grid{grid-template-columns:repeat(3,1fr)}
}

/* PROFILES SECTION */
.profiles-section{padding:6rem 0;background:#f3f3f3;position:relative}
.section-header{text-align:center;margin-bottom:4rem}
.section-header h2{font-size:2.5rem}
.section-divider{width:60px;height:3px;background:var(--primary-gradient);margin:1.5rem auto;border-radius:3px}
.profile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}
.profile-card{background:white;border-radius:var(--border-radius-md);padding:2rem 1.5rem;text-align:center;border:1px solid var(--bg-main);box-shadow:var(--shadow-soft);transition:var(--transition-smooth);position:relative;overflow:hidden}
.profile-card::before{content:'';position:absolute;top:0;left:0;width:100%;height:4px;background:var(--primary-gradient);transform:scaleX(0);transition:transform 0.3s ease;transform-origin:left}
.profile-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-hover);border-color:transparent}
.profile-card:hover::before{transform:scaleX(1)}
.profile-img-wrap{width:110px;height:110px;margin:0 auto 1.5rem;border-radius:50%;padding:4px;background:var(--primary-gradient)}
.profile-img-inner{width:100%;height:100%;border-radius:50%;border:3px solid white;overflow:hidden;background:var(--bg-main)}
.profile-img-inner img{width:100%;height:100%;object-fit:cover}
.default-avatar{background-size:50%;background-position:center;background-repeat:no-repeat}
.profile-name{font-size:1.25rem;font-weight:600;color:var(--secondary-color);margin-bottom:0.25rem}
.profile-id{font-size:0.85rem;color:var(--text-muted);background:var(--bg-main);padding:0.2rem 0.6rem;border-radius:12px;display:inline-block;margin-bottom:1rem}
.profile-summary{font-size:0.95rem;color:var(--text-muted);line-height:1.5;margin-bottom:1.5rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}

/* LINKS SECTION */
.links-section{padding:5rem 0;background:white}
.links-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem}
.link-box{background:var(--bg-main);padding:2.5rem 2rem;border-radius:var(--border-radius-md);box-shadow:var(--shadow-soft);border-top:4px solid var(--primary-color)}
.link-box h3{font-size:1.25rem;color:var(--secondary-color);margin-bottom:1.5rem}
.link-list{display:flex;flex-direction:column;gap:0.8rem}
.link-list li{font-size:0.95rem}
.link-list a{color:var(--text-muted);font-weight:500}
.link-list a:hover{color:var(--primary-color);padding-left:5px}
.view-all{margin-top:1.5rem;display:inline-block;font-weight:600;font-size:0.9rem;text-transform:uppercase;letter-spacing:1px;color:var(--primary-color)}
.view-all:hover{color:var(--secondary-color)}

/* SUCCESS STORIES */
.testimonials-section{padding:5rem 0;background:var(--bg-main);text-align:center}
.testimonial-card{background:white;padding:2.5rem;border-radius:var(--border-radius-md);box-shadow:var(--shadow-soft);max-width:600px;margin:2rem auto 0;position:relative;border:1px solid rgba(0,0,0,0.03)}
.testimonial-img{width:90px;height:90px;border-radius:50%;object-fit:cover;margin:-4rem auto 1rem;border:4px solid white;box-shadow:0 4px 10px rgba(0,0,0,0.1)}
.testimonial-quote{font-size:1.1rem;font-style:italic;color:var(--text-muted);margin-bottom:1rem;line-height:1.6}
.testimonial-name{font-weight:600;color:var(--secondary-color);font-size:1.15rem}

/* 5-STEP JOURNEY */
.section-journey{padding:6rem 0;background:white;text-align:center}
.journey-track{display:flex;flex-direction:column;gap:3rem;position:relative;max-width:400px;margin:0 auto}
.journey-track-line{position:absolute;top:0;bottom:0;left:40px;width:2px;background:linear-gradient(to bottom,var(--primary-color),var(--secondary-color));opacity:0.2;z-index:1}
.journey-step{display:flex;align-items:center;gap:2rem;position:relative;z-index:2;text-align:left}
.journey-circle{width:80px;height:80px;background:white;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px rgba(0,0,0,0.08);border:2px solid transparent;flex-shrink:0;transition:all 0.3s ease}
.journey-circle .material-icons{font-size:32px;color:var(--primary-color);transition:all 0.3s ease}
.journey-step:hover .journey-circle{transform:translateY(-5px);border-color:var(--primary-color)}
.journey-step:hover .journey-circle .material-icons{transform:scale(1.1)}
.journey-final .material-icons{color:var(--accent-color)}
.journey-info h3{font-size:1.3rem;color:var(--secondary-color);margin-bottom:0.3rem;font-weight:600}
.journey-info p{color:var(--text-muted);font-size:1rem;margin:0}

/* WHY CHOOSE US */
.why-choose-section{padding:6rem 0;background:var(--bg-why-choose);color:white;position:relative}
.why-choose-section h2{color:white}
.why-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}
.why-content p{font-size:1.15rem;font-weight:300;opacity:0.9;margin-bottom:2.5rem;line-height:1.8}
.perks-list{list-style:none}
.perks-list li{display:flex;align-items:flex-start;gap:1.25rem;margin-bottom:1.5rem;font-size:1.1rem;font-weight:300;line-height:1.6}
.perks-icon{width:32px;height:32px;background:rgba(255,255,255,0.1);color:var(--accent-color);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-weight:bold;font-size:1rem;margin-top:0.15rem}

/* LEGACY FOOTER ADJUSTMENTS */
.footer{background:var(--bg-footer);color:white;padding:3rem 0;text-align:center}
.footer p{opacity:0.8;margin-bottom:0.5rem;font-size:0.9rem}

/* RESPONSIVE DESIGN (MEDIA QUERIES) */
@media (min-width:768px){
.hero-content{text-align:left;margin:0}
.hero-grid{grid-template-columns:1fr 1fr;align-items:center}
.hero-usp{flex-direction:row;flex-wrap:wrap}
h1{font-size:3.5rem}
}

@media (min-width:1024px){
.hero-grid{grid-template-columns:55% 45%;gap:3rem}
.profile-card{padding:2.5rem 2rem;display:flex;flex-direction:column;justify-content:space-between}
.why-grid{grid-template-columns:1fr 1fr;gap:5rem}
.journey-track{flex-direction:row;max-width:1000px;gap:1rem;justify-content:space-between}
.journey-track-line{top:40px;left:80px;right:80px;bottom:auto;height:2px;width:auto;background:linear-gradient(to right,var(--primary-color),var(--secondary-color))}
.journey-step{flex-direction:column;flex:1;text-align:center;gap:1.5rem}
}
.section-browse{padding:5rem 0;background:white;border-top:1px solid rgba(0,0,0,0.05)}
.section-browse .container{padding:0 1.5rem}
.browse-desc{font-size:1.1rem;color:var(--text-muted);line-height:1.6;max-width:800px;margin-bottom:2.5rem}
.browse-tabs{display:flex;overflow-x:auto;border-bottom:1px solid rgba(0,0,0,0.1);margin-bottom:2rem;scrollbar-width:none;-webkit-overflow-scrolling:touch}
.browse-tabs::-webkit-scrollbar{display:none}
.browse-tab{white-space:nowrap;padding:1rem 1.5rem;font-size:1.05rem;font-weight:500;color:var(--text-muted);cursor:pointer;border-bottom:2px solid transparent;transition:color 0.2s,border-color 0.2s;background:transparent}
.browse-tab.active{color:var(--primary-color);font-weight:600;border-bottom-color:var(--primary-color)}
.browse-tab:hover{color:var(--primary-color)}
.browse-pills{display:flex;flex-wrap:wrap;gap:0.75rem;max-width:900px;margin-bottom:2rem}
.browse-pill{display:inline-flex;align-items:center;padding:0.6rem 1.25rem;background:rgba(1,87,155,0.04);border:1px solid rgba(1,87,155,0.15);border-radius:var(--border-radius-full);font-size:0.95rem;font-weight:500;color:var(--primary-color);transition:all 0.2s}
.browse-pill:hover{background:var(--primary-color);color:white;border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 10px rgba(1,87,155,0.2)}
.browse-more{display:inline-flex;align-items:center;gap:0.25rem;font-size:1.05rem;font-weight:600;color:var(--primary-color);margin-top:1rem;cursor:pointer}
.browse-more:hover{text-decoration:underline}

/* DYNAMIC BROWSE GRID */
.section-dynamic-browse{padding:4.5rem 0;background:linear-gradient(180deg,#fff 0%,var(--surface-alt) 100%)}
.dynamic-browse-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:1.5rem auto 0 auto}
.browse-col{background:#fff;padding:2rem;border-radius:var(--border-radius-md);border-top:4px solid var(--accent-color);box-shadow:0 10px 30px rgba(0,0,0,0.04);transition:transform 0.3s ease}
.browse-col:hover{transform:translateY(-4px)}
.browse-col-title{font-size:1.25rem;font-weight:700;color:var(--secondary-color);margin-bottom:1.2rem;padding-bottom:0.8rem;border-bottom:1px solid rgba(0,0,0,0.05)}
.browse-link-list{list-style:none;display:flex;flex-direction:column;gap:0.75rem;margin:0;padding:0}
.browse-link-list a{font-size:0.95rem;color:var(--text-secondary);transition:color 0.2s,padding-left 0.2s;display:inline-flex;align-items:center}
.browse-link-list a:hover{color:var(--primary-color);padding-left:5px;text-decoration:none;font-weight:600}

@media (max-width:768px){
.section-dynamic-browse{padding:3rem 0}
.dynamic-browse-grid{grid-template-columns:1fr;gap:1.5rem}
.browse-col{padding:1.5rem}
.browse-col-title{font-size:1.1rem}
.browse-link-list{gap:0.6rem}
.browse-link-list a{font-size:0.9rem;padding:0.4rem 0;border-bottom:1px solid rgba(0,0,0,0.03);width:100%}
.browse-link-list li:last-child a{border-bottom:none}
}

/* OTHER CATEGORIES */
.section-other-categories{padding:0 0 4rem 0;background:var(--surface-alt)}
.other-categories-box{background:var(--primary-gradient);padding:2rem 2.5rem;border-radius:var(--border-radius-lg);box-shadow:0 15px 35px rgba(1,87,155,0.15);text-align:center;max-width:1000px;margin:0 auto;position:relative;overflow:hidden}
.other-categories-box::before{content:'';position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,0.1) 0%,transparent 60%);pointer-events:none}
.other-categories-title{font-size:1.2rem;color:#fff;margin-bottom:1.2rem;font-weight:600;letter-spacing:0.5px;position:relative;z-index:1}
.other-categories-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;align-items:center;position:relative;z-index:1}
.other-categories-links a{font-size:0.95rem;color:rgba(255,255,255,0.9);text-decoration:none;padding:0.4rem 1rem;border-radius:50px;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);transition:all 0.3s ease;backdrop-filter:blur(5px)}
.other-categories-links a:hover{background-color:#fff;color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 10px rgba(0,0,0,0.1)}

@media (max-width:768px){
.section-other-categories{padding:0 0 3rem 0}
.other-categories-box{padding:1.5rem 1rem;border-radius:var(--border-radius-md)}
.other-categories-links{flex-direction:row;gap:0.5rem}
.other-categories-links a{font-size:0.85rem;padding:0.4rem 0.8rem}
}

/* FAQ */
.faq-container{max-width:800px;background-color:#f8fafc;margin:0 auto;padding:50px 20px;font-family:inherit}
.faq-container h2{text-align:center;font-size:28px;color:#333;margin-bottom:30px}
.faq-item{background-color:#ffffff;border:1px solid #eaeaea;border-radius:8px;margin-bottom:12px;box-shadow:0 2px 4px rgba(0,0,0,0.02);transition:box-shadow 0.2s ease}
.faq-item:hover{box-shadow:0 4px 8px rgba(0,0,0,0.05)}
.faq-item summary{padding:18px 24px;font-size:16px;font-weight:600;color:#222;cursor:pointer;list-style:none;position:relative;outline:none}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{content:'\002B';position:absolute;right:24px;top:50%;transform:translateY(-50%);font-size:22px;color:#888;font-weight:400;transition:transform 0.3s ease, color 0.3s ease}
.faq-item[open]{border-color:#dcdcdc}
.faq-item[open] summary{border-bottom:1px solid #eaeaea;background-color:#fafafa;border-radius:8px 8px 0 0}
.faq-item[open] summary::after{transform:translateY(-50%) rotate(45deg);color:#d12027}
.faq-content{padding:20px 24px;font-size:15px;line-height:1.6;color:#555;background-color:#fff;border-radius:0 0 8px 8px}
.faq-content p{margin:0}