
:root{
  --ink:#172233;--muted:#697386;--white:#fff;--line:rgba(47,55,78,.12);
  --pink:#f2548d;--purple:#7759eb;--blue:#2aa6e8;--teal:#1cbdb9;
  --soft-pink:#fff1f7;--soft-purple:#f3f0ff;
  --shadow:0 22px 70px rgba(58,62,98,.15);--shadow-soft:0 12px 34px rgba(58,62,98,.10);
  --radius:28px;--container:1280px
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  min-height:100vh;overflow-x:hidden;font-family:"DM Sans",sans-serif;color:var(--ink);
  background:
    radial-gradient(circle at 9% 85%,rgba(242,84,141,.18),transparent 29%),
    radial-gradient(circle at 88% 18%,rgba(119,89,235,.15),transparent 30%),
    radial-gradient(circle at 86% 88%,rgba(42,166,232,.16),transparent 29%),
    linear-gradient(135deg,#fffefe 0%,#fbf9ff 53%,#f9fdff 100%)
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
.shell{width:min(calc(100% - 44px),var(--container));margin-inline:auto}

.site-header{
  position:sticky;top:0;z-index:50;padding:14px 0;border-bottom:1px solid var(--line);
  background:rgba(255,255,255,.9);backdrop-filter:blur(15px)
}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{width:min(220px,46vw);height:auto}
.nav{display:flex;align-items:center;gap:20px;color:#566173;font-size:14px;font-weight:700}
.nav a:hover,.nav a.active{color:var(--purple)}

.hero{
  min-height:calc(100vh - 80px);display:grid;grid-template-columns:minmax(0,1.03fr) minmax(460px,.97fr);
  align-items:center;gap:58px;padding:54px 0 74px
}
.hero-copy{max-width:680px}
.headline{
  margin-bottom:25px;font-family:"Playfair Display",serif;font-size:clamp(52px,6vw,88px);
  line-height:.99;letter-spacing:-.055em
}
.gradient{
  background:linear-gradient(90deg,var(--pink),var(--purple),var(--blue),var(--teal));
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.headline .gradient{display:block;font-style:italic}
.intro{max-width:630px;margin-bottom:28px;color:var(--muted);font-size:18px;line-height:1.75}
.notify-form{
  display:flex;align-items:center;gap:10px;max-width:620px;padding:8px;border:1px solid var(--line);
  border-radius:22px;background:rgba(255,255,255,.92);box-shadow:var(--shadow-soft)
}
.input-wrap{position:relative;flex:1}
.input-icon{position:absolute;top:50%;left:16px;transform:translateY(-50%);color:#8992a6}
.email-input{width:100%;height:58px;padding:0 18px 0 48px;border:0;border-radius:15px;outline:0;background:transparent}
.email-input:focus{background:#fff;box-shadow:inset 0 0 0 2px rgba(119,89,235,.14)}
.primary-btn{
  min-width:160px;height:58px;border:0;border-radius:16px;color:#fff;font-weight:700;cursor:pointer;
  background:linear-gradient(105deg,var(--pink),var(--purple) 55%,var(--blue));
  box-shadow:0 14px 30px rgba(119,89,235,.26)
}
.form-message{min-height:22px;margin-top:10px;font-size:14px;font-weight:700}
.success{color:#16866f}.error{color:#c94762}
.privacy-note{margin-top:5px;color:var(--muted);font-size:13px}
.benefits{display:grid;grid-template-columns:repeat(4,minmax(110px,1fr));max-width:700px;margin-top:42px}
.benefit{padding:0 17px;text-align:center;border-right:1px solid var(--line)}
.benefit:first-child{padding-left:0}.benefit:last-child{border-right:0}
.benefit-icon{
  width:50px;height:50px;display:grid;place-items:center;margin:0 auto 12px;border-radius:17px;
  font-size:24px;background:rgba(255,255,255,.78);box-shadow:0 8px 22px rgba(62,67,98,.08)
}
.benefit strong{display:block;font-size:14px;line-height:1.35}

.visual{position:relative;min-height:670px}
.visual-glow{
  position:absolute;top:38px;right:0;width:570px;height:570px;border-radius:46% 46% 28% 28%;
  background:linear-gradient(145deg,rgba(119,89,235,.12),rgba(42,166,232,.10)),#fff;
  box-shadow:var(--shadow)
}
.main-photo{
  position:absolute;top:72px;right:70px;width:465px;height:535px;overflow:hidden;
  border:8px solid rgba(255,255,255,.86);border-radius:220px 220px 36px 36px;box-shadow:var(--shadow);
  background:linear-gradient(180deg,transparent 54%,rgba(20,24,43,.12)),
  url("https://images.unsplash.com/photo-1519741497674-611481863552?auto=format&fit=crop&w=1300&q=88") center/cover no-repeat
}
.ring-badge{
  position:absolute;z-index:3;top:98px;left:0;display:grid;width:120px;height:120px;place-items:center;
  border-radius:50%;color:var(--pink);background:rgba(255,255,255,.92);box-shadow:var(--shadow-soft);font-size:48px
}
.side-photo{
  position:absolute;z-index:4;right:0;width:195px;overflow:hidden;border:6px solid #fff;border-radius:28px;
  box-shadow:var(--shadow-soft);background-position:center;background-size:cover
}
.side-photo.top{
  top:240px;height:220px;
  background-image:url("https://images.unsplash.com/photo-1507501336603-6e31db2be093?auto=format&fit=crop&w=700&q=85")
}
.side-photo.bottom{
  top:468px;height:205px;
  background-image:url("https://images.unsplash.com/photo-1535254973040-607b474cb50d?auto=format&fit=crop&w=700&q=85")
}
.social-proof{
  position:absolute;z-index:6;left:102px;bottom:4px;min-width:410px;display:flex;align-items:center;gap:16px;
  padding:16px 20px;border:1px solid rgba(255,255,255,.8);border-radius:24px;
  background:rgba(255,255,255,.94);box-shadow:var(--shadow-soft)
}
.heart{
  margin-left:auto;display:grid;width:46px;height:46px;place-items:center;border-radius:50%;
  color:var(--pink);background:var(--soft-pink);font-size:22px
}

.page-hero{padding:68px 0 30px;text-align:center}
.page-hero h1{font-family:"Playfair Display",serif;font-size:clamp(42px,6vw,66px)}
.lead{max-width:760px;margin:18px auto 0;color:var(--muted);font-size:17px}
.content-grid{display:grid;grid-template-columns:240px minmax(0,1fr);gap:32px;padding:34px 0 80px}
.toc{
  position:sticky;top:100px;height:max-content;padding:21px;border:1px solid var(--line);
  border-radius:20px;background:rgba(255,255,255,.84);box-shadow:0 10px 30px rgba(58,62,98,.07)
}
.toc strong{display:block;margin-bottom:10px}
.toc a{display:block;padding:7px 0;color:var(--muted);font-size:14px}
.legal-card,.contact-panel,.form-card{
  padding:clamp(24px,4vw,48px);border:1px solid var(--line);border-radius:var(--radius);
  background:rgba(255,255,255,.92);box-shadow:var(--shadow)
}
.legal-card section+section{margin-top:36px;padding-top:36px;border-top:1px solid var(--line)}
.legal-card h2,.contact-panel h2,.form-card h2{
  margin-bottom:12px;font-family:"Playfair Display",serif;font-size:29px
}
.legal-card p,.contact-panel p{color:#4d586a;line-height:1.75}
.legal-card p+p{margin-top:12px}
.legal-card ul{margin:13px 0 0 22px;color:#4d586a}
.legal-card li+li{margin-top:7px}
.notice{
  margin-bottom:26px;padding:17px 19px;border-left:4px solid var(--purple);
  border-radius:12px;background:#f6f3ff;color:#4e5261
}

.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;padding:34px 0 80px}
.contact-list{display:grid;gap:15px;margin-top:25px}
.contact-item{padding:16px;border-radius:15px;background:#faf9ff}
.contact-item strong{display:block;margin-bottom:3px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}
.field.full{grid-column:1/-1}
label{display:block;margin-bottom:7px;font-size:14px;font-weight:700}
input,textarea,select{
  width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:14px;outline:none;background:#fff
}
input:focus,textarea:focus,select:focus{
  border-color:rgba(119,89,235,.55);box-shadow:0 0 0 4px rgba(119,89,235,.1)
}
textarea{min-height:130px;resize:vertical}
.submit-btn{
  padding:14px 24px;border:0;border-radius:14px;color:#fff;font-weight:700;cursor:pointer;
  background:linear-gradient(100deg,var(--pink),var(--purple) 55%,var(--blue))
}
.form-note{margin-top:12px;color:var(--muted);font-size:13px}

.site-footer{padding:28px 0;border-top:1px solid var(--line);background:rgba(255,255,255,.76)}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--muted);font-size:13px}
.footer-links{display:flex;flex-wrap:wrap;gap:18px}
.footer-links a:hover{color:var(--purple)}

@media(max-width:1050px){
  .hero{grid-template-columns:1fr}
  .hero-copy{max-width:780px;margin-inline:auto;text-align:center}
  .notify-form,.benefits{margin-inline:auto}
  .visual{width:min(100%,730px);margin-inline:auto}
}
@media(max-width:860px){
  .nav{display:none}
  .content-grid,.contact-layout{grid-template-columns:1fr}
  .toc{position:static}
}
@media(max-width:700px){
  .shell{width:min(calc(100% - 26px),var(--container))}
  .notify-form{flex-direction:column}
  .input-wrap,.primary-btn{width:100%}
  .benefits{grid-template-columns:repeat(2,1fr);gap:24px 0}
  .benefit:nth-child(2){border-right:0}
  .visual{min-height:560px}
  .visual-glow{width:94%;height:480px}
  .main-photo{top:58px;right:34px;width:calc(100% - 68px);height:450px}
  .ring-badge{width:92px;height:92px;font-size:36px}
  .side-photo{width:138px}
  .side-photo.top{top:225px;height:155px}
  .side-photo.bottom{top:387px;height:138px}
  .social-proof{left:10px;right:10px;min-width:0}
  .form-grid{grid-template-columns:1fr}
  .field.full{grid-column:auto}
  .footer-inner{flex-direction:column;text-align:center}
  .footer-links{justify-content:center}
}


/* =========================================================
   MODERN HOMEPAGE
   ========================================================= */

.home-page {
  background:#fff;
}

.home-header {
  padding:14px 0;
}

.header-actions {
  display:flex;
  align-items:center;
  gap:18px;
}

.text-link {
  color:#586174;
  font-weight:700;
  font-size:14px;
}

.header-cta {
  padding:11px 18px;
  border-radius:12px;
  color:#fff;
  font-size:14px;
  font-weight:700;
  background:linear-gradient(105deg,var(--pink),var(--purple) 55%,var(--blue));
  box-shadow:0 10px 24px rgba(119,89,235,.2);
}

.modern-hero {
  padding:74px 0 68px;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 14%,rgba(242,84,141,.10),transparent 27%),
    radial-gradient(circle at 90% 10%,rgba(119,89,235,.12),transparent 27%),
    linear-gradient(180deg,#fff 0%,#fcfbff 100%);
}

.hero-grid {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(480px,.92fr);
  align-items:center;
  gap:70px;
}

.hero-badge,.eyebrow-label {
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:16px;
  color:var(--purple);
  font-size:12px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.hero-badge {
  padding:8px 13px;
  border:1px solid rgba(119,89,235,.16);
  border-radius:999px;
  background:var(--soft-purple);
}

.hero-content h1 {
  max-width:760px;
  font-family:"Playfair Display",serif;
  font-size:clamp(58px,6.6vw,96px);
  line-height:.98;
  letter-spacing:-.055em;
}

.hero-content h1 .gradient {
  display:block;
  font-style:italic;
}

.hero-content > p {
  max-width:660px;
  margin:24px 0 30px;
  color:var(--muted);
  font-size:18px;
  line-height:1.75;
}

.hero-search {
  display:grid;
  grid-template-columns:1fr 1px 1fr auto;
  align-items:center;
  max-width:760px;
  padding:10px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  box-shadow:0 18px 55px rgba(52,57,90,.12);
}

.search-field {
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 14px;
}

.search-icon {
  color:var(--purple);
  font-size:24px;
}

.search-field label {
  margin:0 0 2px;
  color:#8a93a3;
  font-size:11px;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.search-field select,
.search-field input {
  height:auto;
  padding:0;
  border:0;
  border-radius:0;
  box-shadow:none;
  color:var(--ink);
  font-weight:700;
  background:transparent;
}

.search-divider {
  width:1px;
  height:42px;
  background:var(--line);
}

.hero-search-btn {
  height:58px;
  padding:0 24px;
  border:0;
  border-radius:14px;
  color:#fff;
  font-weight:700;
  cursor:pointer;
  background:linear-gradient(105deg,var(--pink),var(--purple) 55%,var(--blue));
}

.hero-trust {
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:28px;
}

.avatar-stack {
  display:flex;
  padding-left:10px;
}

.avatar-stack img {
  width:42px;
  height:42px;
  margin-left:-10px;
  border:3px solid #fff;
  border-radius:50%;
  object-fit:cover;
}

.hero-trust strong,
.hero-trust span {
  display:block;
}

.hero-trust strong {
  font-size:14px;
}

.hero-trust span {
  color:var(--muted);
  font-size:13px;
}

.hero-showcase {
  position:relative;
  min-height:650px;
}

.showcase-main {
  position:absolute;
  inset:15px 20px 20px 70px;
  overflow:hidden;
  border-radius:260px 260px 38px 38px;
  box-shadow:0 30px 75px rgba(47,53,83,.18);
}

.showcase-main > img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.floating-review {
  position:absolute;
  right:22px;
  bottom:22px;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:18px;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(12px);
  box-shadow:var(--shadow-soft);
}

.floating-review span,
.floating-review strong,
.floating-review small {
  display:block;
}

.review-stars {
  color:#ffb24a;
  letter-spacing:2px;
}

.floating-review strong {
  margin:3px 0 1px;
}

.floating-review small {
  color:var(--muted);
}

.mini-card {
  position:absolute;
  z-index:3;
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px;
  border:1px solid rgba(255,255,255,.82);
  border-radius:18px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(12px);
  box-shadow:var(--shadow-soft);
}

.mini-card img {
  width:70px;
  height:70px;
  border-radius:13px;
  object-fit:cover;
}

.mini-card span,
.mini-card strong {
  display:block;
}

.mini-card span {
  color:var(--muted);
  font-size:12px;
}

.mini-card strong {
  margin-top:2px;
  font-size:14px;
}

.mini-top {
  top:95px;
  left:0;
}

.mini-bottom {
  right:0;
  bottom:65px;
}

.mini-icon {
  display:grid;
  width:50px;
  height:50px;
  place-items:center;
  border-radius:15px;
  color:var(--teal);
  background:#e9fbf8;
  font-size:22px;
  font-weight:800;
}

.trust-strip {
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:#fff;
}

.trust-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
}

.trust-grid > div {
  padding:28px 20px;
  text-align:center;
  border-right:1px solid var(--line);
}

.trust-grid > div:last-child {
  border-right:0;
}

.trust-grid strong,
.trust-grid span {
  display:block;
}

.trust-grid strong {
  font-family:"Playfair Display",serif;
  font-size:31px;
}

.trust-grid span {
  margin-top:3px;
  color:var(--muted);
  font-size:13px;
}

.section-block {
  padding:96px 0;
}

.soft-section {
  background:#faf9fd;
}

.section-heading {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:40px;
}

.section-heading h2,
.tools-content h2,
.testimonial-copy h2,
.vendor-cta-box h2,
.newsletter-box h2 {
  font-family:"Playfair Display",serif;
  font-size:clamp(38px,4.4vw,58px);
  line-height:1.08;
  letter-spacing:-.035em;
}

.section-heading p {
  max-width:670px;
  margin-top:12px;
  color:var(--muted);
  line-height:1.7;
}

.section-link {
  white-space:nowrap;
  color:var(--purple);
  font-weight:700;
}

.centered-heading {
  justify-content:center;
  text-align:center;
}

.category-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.category-card {
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 32px rgba(45,51,79,.07);
  transition:transform .2s ease,box-shadow .2s ease;
}

.category-card:hover {
  transform:translateY(-5px);
  box-shadow:0 20px 42px rgba(45,51,79,.12);
}

.category-image {
  height:210px;
  overflow:hidden;
}

.category-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}

.category-card:hover .category-image img {
  transform:scale(1.04);
}

.category-content {
  display:flex;
  align-items:center;
  gap:13px;
  padding:17px 18px;
}

.category-icon {
  display:grid;
  width:46px;
  height:46px;
  place-items:center;
  border-radius:14px;
  color:var(--purple);
  background:var(--soft-purple);
  font-size:20px;
}

.category-content strong,
.category-content small {
  display:block;
}

.category-content small {
  margin-top:2px;
  color:var(--muted);
}

.vendor-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.vendor-card {
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 12px 34px rgba(48,54,83,.08);
}

.vendor-image {
  position:relative;
  height:250px;
  overflow:hidden;
}

.vendor-image img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.verified-badge {
  position:absolute;
  top:14px;
  left:14px;
  padding:7px 10px;
  border-radius:999px;
  color:#0e7a68;
  background:rgba(235,255,250,.94);
  font-size:11px;
  font-weight:800;
}

.save-btn {
  position:absolute;
  top:14px;
  right:14px;
  display:grid;
  width:40px;
  height:40px;
  place-items:center;
  border:0;
  border-radius:50%;
  color:var(--pink);
  background:rgba(255,255,255,.94);
  font-size:21px;
  cursor:pointer;
}

.vendor-body {
  padding:19px;
}

.vendor-meta {
  display:flex;
  justify-content:space-between;
  color:var(--muted);
  font-size:12px;
}

.vendor-body h3 {
  margin:8px 0;
  font-family:"Playfair Display",serif;
  font-size:25px;
}

.rating-row {
  display:flex;
  align-items:center;
  gap:6px;
}

.rating-row span {
  color:#ffb24a;
  letter-spacing:1px;
}

.rating-row small {
  color:var(--muted);
}

.vendor-footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid var(--line);
  font-size:13px;
}

.vendor-footer a {
  color:var(--purple);
  font-weight:700;
}

.steps-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.step-card {
  position:relative;
  padding:34px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 10px 32px rgba(45,51,79,.06);
}

.step-number {
  position:absolute;
  top:20px;
  right:22px;
  color:#e7e4f6;
  font-family:"Playfair Display",serif;
  font-size:48px;
  font-weight:700;
}

.step-icon {
  display:grid;
  width:58px;
  height:58px;
  place-items:center;
  margin-bottom:24px;
  border-radius:18px;
  color:var(--purple);
  background:var(--soft-purple);
  font-size:25px;
}

.step-card h3 {
  font-family:"Playfair Display",serif;
  font-size:27px;
}

.step-card p {
  margin-top:9px;
  color:var(--muted);
  line-height:1.7;
}

.tools-section {
  padding:100px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 7% 20%,rgba(242,84,141,.11),transparent 24%),
    linear-gradient(135deg,#faf8ff,#f5fbff);
}

.tools-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:90px;
}

.tools-visual {
  position:relative;
  min-height:620px;
}

.phone-mockup {
  position:absolute;
  left:50%;
  top:0;
  width:310px;
  padding:13px;
  border-radius:42px;
  background:#111827;
  transform:translateX(-50%);
  box-shadow:0 35px 80px rgba(31,38,68,.22);
}

.phone-notch {
  width:105px;
  height:22px;
  margin:0 auto 10px;
  border-radius:0 0 14px 14px;
  background:#111827;
}

.phone-screen {
  min-height:550px;
  padding:24px 18px;
  border-radius:31px;
  background:#fff;
}

.phone-label {
  color:var(--purple);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
}

.phone-screen h3 {
  margin:7px 0 24px;
  font-family:"Playfair Display",serif;
  font-size:28px;
}

.task-row {
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px;
  margin-bottom:11px;
  border:1px solid var(--line);
  border-radius:14px;
}

.task-row > span {
  color:var(--purple);
  font-size:22px;
}

.task-row strong,
.task-row small {
  display:block;
}

.task-row small {
  margin-top:2px;
  color:var(--muted);
}

.task-row.done {
  background:#f2fbf8;
}

.progress-card {
  margin-top:22px;
  padding:18px;
  border-radius:16px;
  background:var(--soft-purple);
}

.progress-card span,
.progress-card strong {
  display:block;
}

.progress-card strong {
  margin:4px 0 10px;
  font-size:28px;
}

.progress-bar {
  height:8px;
  overflow:hidden;
  border-radius:999px;
  background:#ded8f8;
}

.progress-bar i {
  display:block;
  width:68%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--pink),var(--purple));
}

.floating-tool-card {
  position:absolute;
  z-index:3;
  padding:16px 19px;
  border:1px solid rgba(255,255,255,.8);
  border-radius:18px;
  background:rgba(255,255,255,.93);
  box-shadow:var(--shadow-soft);
}

.floating-tool-card span,
.floating-tool-card strong {
  display:block;
}

.floating-tool-card span {
  color:var(--muted);
  font-size:12px;
}

.floating-tool-card strong {
  margin-top:4px;
}

.budget-card {
  top:120px;
  left:0;
}

.guest-card {
  right:0;
  bottom:115px;
}

.tools-content > p {
  max-width:560px;
  margin:20px 0 28px;
  color:var(--muted);
  font-size:17px;
  line-height:1.75;
}

.tool-list {
  display:grid;
  gap:18px;
}

.tool-list > div {
  display:flex;
  gap:13px;
}

.tool-list > div > span {
  display:grid;
  flex:0 0 32px;
  height:32px;
  place-items:center;
  border-radius:50%;
  color:#148371;
  background:#eafbf7;
  font-weight:800;
}

.tool-list strong,
.tool-list small {
  display:block;
}

.tool-list small {
  margin-top:3px;
  color:var(--muted);
  line-height:1.5;
}

.primary-action {
  display:inline-flex;
  margin-top:30px;
  padding:14px 22px;
  border-radius:14px;
  color:#fff;
  font-weight:700;
  background:linear-gradient(105deg,var(--pink),var(--purple) 55%,var(--blue));
}

.city-grid {
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr;
  grid-auto-rows:220px;
  gap:20px;
}

.city-card {
  position:relative;
  overflow:hidden;
  border-radius:22px;
}

.large-city {
  grid-row:span 2;
}

.city-card img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}

.city-card:hover img {
  transform:scale(1.04);
}

.city-card:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 48%,rgba(15,20,35,.72));
}

.city-card > div {
  position:absolute;
  z-index:2;
  left:20px;
  right:20px;
  bottom:18px;
  color:#fff;
}

.city-card strong,
.city-card span {
  display:block;
}

.city-card strong {
  font-family:"Playfair Display",serif;
  font-size:25px;
}

.city-card span {
  margin-top:3px;
  opacity:.84;
  font-size:13px;
}

.story-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.story-card {
  position:relative;
  height:470px;
  overflow:hidden;
  border-radius:24px;
}

.story-card img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.story-card:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 42%,rgba(16,20,35,.83));
}

.story-overlay {
  position:absolute;
  z-index:2;
  left:24px;
  right:24px;
  bottom:24px;
  color:#fff;
}

.story-overlay span {
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.story-overlay h3 {
  margin:4px 0;
  font-family:"Playfair Display",serif;
  font-size:32px;
}

.story-overlay p {
  opacity:.82;
  font-size:13px;
}

.testimonial-section {
  padding:100px 0;
  background:#fff;
}

.testimonial-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:70px;
}

.quote-mark {
  margin-top:20px;
  color:var(--pink);
  font-family:"Playfair Display",serif;
  font-size:70px;
  line-height:.8;
}

blockquote {
  max-width:600px;
  color:#3c4658;
  font-family:"Playfair Display",serif;
  font-size:28px;
  line-height:1.5;
}

.testimonial-author {
  display:flex;
  align-items:center;
  gap:13px;
  margin-top:24px;
}

.testimonial-author img {
  width:52px;
  height:52px;
  border-radius:50%;
  object-fit:cover;
}

.testimonial-author strong,
.testimonial-author span {
  display:block;
}

.testimonial-author span {
  color:var(--muted);
  font-size:13px;
}

.testimonial-image {
  position:relative;
}

.testimonial-image > img {
  width:100%;
  height:560px;
  border-radius:240px 240px 28px 28px;
  object-fit:cover;
  box-shadow:var(--shadow);
}

.testimonial-rating {
  position:absolute;
  left:-25px;
  bottom:35px;
  padding:16px 20px;
  border-radius:18px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}

.testimonial-rating span {
  display:block;
  color:#ffb24a;
}

.testimonial-rating strong {
  display:block;
  margin-top:3px;
}

.vendor-cta-section {
  padding:90px 0;
}

.vendor-cta-box {
  display:grid;
  grid-template-columns:1.15fr .85fr;
  align-items:center;
  gap:70px;
  padding:65px;
  overflow:hidden;
  border-radius:34px;
  color:#fff;
  background:
    radial-gradient(circle at 85% 12%,rgba(255,255,255,.16),transparent 25%),
    linear-gradient(120deg,#6d4be6,#8d55e8 52%,#2aa6e8);
  box-shadow:0 30px 80px rgba(95,67,206,.26);
}

.light-label {
  color:#fff;
  opacity:.8;
}

.vendor-cta-box p {
  max-width:610px;
  margin:18px 0 28px;
  opacity:.88;
  line-height:1.75;
}

.cta-actions {
  display:flex;
  gap:12px;
}

.white-btn,.ghost-btn {
  padding:13px 19px;
  border-radius:13px;
  font-weight:700;
}

.white-btn {
  color:var(--purple);
  background:#fff;
}

.ghost-btn {
  border:1px solid rgba(255,255,255,.42);
  color:#fff;
}

.vendor-dashboard {
  padding:24px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:24px;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(12px);
}

.dashboard-top {
  display:flex;
  justify-content:space-between;
}

.dashboard-metrics {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:20px;
}

.dashboard-metrics > div {
  padding:16px;
  border-radius:16px;
  background:rgba(255,255,255,.12);
}

.dashboard-metrics small,
.dashboard-metrics strong,
.dashboard-metrics span {
  display:block;
}

.dashboard-metrics strong {
  margin:5px 0;
  font-size:30px;
}

.dashboard-metrics span {
  color:#d9ffd9;
  font-size:12px;
}

.chart-bars {
  display:flex;
  align-items:end;
  gap:9px;
  height:150px;
  margin-top:25px;
}

.chart-bars i {
  flex:1;
  border-radius:7px 7px 2px 2px;
  background:rgba(255,255,255,.68);
}

.article-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.article-card {
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 32px rgba(45,51,79,.07);
}

.article-card img {
  width:100%;
  height:230px;
  object-fit:cover;
}

.article-card > div {
  padding:20px;
}

.article-card span {
  color:var(--purple);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.article-card h3 {
  margin:8px 0 15px;
  font-family:"Playfair Display",serif;
  font-size:25px;
  line-height:1.25;
}

.article-card a {
  color:var(--purple);
  font-size:13px;
  font-weight:700;
}

.newsletter-section {
  padding:0 0 95px;
}

.newsletter-box {
  display:grid;
  grid-template-columns:1.1fr .9fr;
  align-items:center;
  gap:55px;
  padding:45px 50px;
  border:1px solid var(--line);
  border-radius:28px;
  background:
    radial-gradient(circle at 9% 20%,rgba(242,84,141,.1),transparent 22%),
    linear-gradient(135deg,#fff,#f8f6ff);
}

.newsletter-box p {
  margin-top:12px;
  color:var(--muted);
}

.newsletter-form {
  display:flex;
  gap:10px;
}

.newsletter-form input {
  height:54px;
  background:#fff;
}

.newsletter-form button {
  min-width:130px;
  border:0;
  border-radius:13px;
  color:#fff;
  font-weight:700;
  background:linear-gradient(105deg,var(--pink),var(--purple) 55%,var(--blue));
}

.newsletter-box small {
  display:block;
  margin-top:8px;
  color:var(--muted);
}

.modern-footer {
  padding:65px 0 22px;
  color:#d6d9e2;
  background:#171c2a;
}

.footer-main {
  display:grid;
  grid-template-columns:1.7fr repeat(3,1fr);
  gap:55px;
  padding-bottom:45px;
}

.footer-logo {
  width:210px;
  filter:brightness(0) invert(1);
}

.footer-brand p {
  max-width:350px;
  margin-top:17px;
  color:#aeb5c4;
  line-height:1.7;
}

.footer-column {
  display:grid;
  align-content:start;
  gap:11px;
}

.footer-column strong {
  margin-bottom:5px;
  color:#fff;
}

.footer-column a {
  color:#aeb5c4;
  font-size:14px;
}

.footer-column a:hover {
  color:#fff;
}

.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#9098aa;
  font-size:13px;
}

.footer-bottom div {
  display:flex;
  gap:18px;
}

@media(max-width:1120px) {
  .home-nav {
    display:none;
  }

  .hero-grid,.tools-grid,.testimonial-grid {
    grid-template-columns:1fr;
  }

  .hero-content {
    text-align:center;
  }

  .hero-search,.hero-trust {
    margin-inline:auto;
  }

  .hero-showcase {
    width:min(100%,760px);
    margin-inline:auto;
  }

  .vendor-cta-box {
    grid-template-columns:1fr;
  }

  .footer-main {
    grid-template-columns:1.4fr 1fr 1fr;
  }

  .footer-column:last-child {
    grid-column:2/4;
  }
}

@media(max-width:860px) {
  .category-grid,.vendor-grid,.steps-grid,.story-grid,.article-grid {
    grid-template-columns:1fr 1fr;
  }

  .city-grid {
    grid-template-columns:1fr 1fr;
  }

  .large-city {
    grid-row:auto;
    grid-column:span 2;
  }

  .newsletter-box {
    grid-template-columns:1fr;
  }

  .footer-main {
    grid-template-columns:1fr 1fr;
  }

  .footer-column:last-child {
    grid-column:auto;
  }
}

@media(max-width:650px) {
  .header-actions .text-link {
    display:none;
  }

  .header-cta {
    padding:10px 13px;
    font-size:12px;
  }

  .modern-hero {
    padding-top:45px;
  }

  .hero-search {
    grid-template-columns:1fr;
    gap:10px;
  }

  .search-divider {
    display:none;
  }

  .search-field {
    padding:11px 12px;
    border-bottom:1px solid var(--line);
  }

  .hero-search-btn {
    width:100%;
  }

  .hero-showcase {
    min-height:520px;
  }

  .showcase-main {
    inset:10px 10px 20px 35px;
  }

  .mini-top {
    top:50px;
  }

  .mini-bottom {
    right:4px;
    bottom:30px;
  }

  .trust-grid {
    grid-template-columns:1fr 1fr;
  }

  .trust-grid > div:nth-child(2) {
    border-right:0;
  }

  .trust-grid > div:nth-child(-n+2) {
    border-bottom:1px solid var(--line);
  }

  .section-block,.tools-section,.testimonial-section {
    padding:72px 0;
  }

  .section-heading {
    align-items:start;
    flex-direction:column;
  }

  .category-grid,.vendor-grid,.steps-grid,.story-grid,.article-grid {
    grid-template-columns:1fr;
  }

  .city-grid {
    grid-template-columns:1fr;
    grid-auto-rows:220px;
  }

  .large-city {
    grid-column:auto;
  }

  .tools-visual {
    min-height:580px;
  }

  .budget-card {
    left:3px;
  }

  .guest-card {
    right:3px;
  }

  .testimonial-image > img {
    height:470px;
  }

  .testimonial-rating {
    left:10px;
  }

  .vendor-cta-box {
    padding:36px 25px;
  }

  .newsletter-box {
    padding:32px 22px;
  }

  .newsletter-form {
    flex-direction:column;
  }

  .newsletter-form button {
    height:52px;
  }

  .footer-main {
    grid-template-columns:1fr;
  }

  .footer-bottom {
    flex-direction:column;
  }
}


/* =========================================================
   MINIMAL PROFESSIONAL HOMEPAGE
   ========================================================= */

.minimal-home {
  font-family:"Inter",sans-serif;
  color:#171b26;
  background:#fff;
}

.minimal-home h1,
.minimal-home h2,
.minimal-home h3,
.minimal-home strong {
  font-family:"Manrope",sans-serif;
}

.minimal-header {
  position:sticky;
  top:0;
  z-index:50;
  border-bottom:1px solid #eceef3;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(16px);
}

.minimal-header-inner {
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}

.minimal-brand img {
  width:205px;
}

.minimal-nav {
  display:flex;
  align-items:center;
  gap:28px;
}

.minimal-nav a {
  color:#555e6f;
  font-size:14px;
  font-weight:600;
}

.minimal-nav a:hover {
  color:#171b26;
}

.minimal-header-actions {
  display:flex;
  align-items:center;
  gap:16px;
}

.signin-link {
  color:#555e6f;
  font-size:14px;
  font-weight:600;
}

.business-btn {
  padding:11px 16px;
  border-radius:10px;
  color:#fff;
  background:#171b26;
  font-size:13px;
  font-weight:700;
}

.minimal-hero {
  padding:92px 0 52px;
  background:
    radial-gradient(circle at 50% 0%,rgba(110,92,231,.07),transparent 35%),
    #fff;
}

.minimal-hero-inner {
  text-align:center;
}

.minimal-hero-copy {
  max-width:850px;
  margin:0 auto;
}

.minimal-kicker {
  display:inline-block;
  margin-bottom:18px;
  color:#6e5ce7;
  font-size:12px;
  font-weight:700;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.minimal-hero h1 {
  max-width:900px;
  margin:0 auto;
  font-size:clamp(52px,6vw,82px);
  line-height:1.02;
  letter-spacing:-.055em;
}

.minimal-hero-copy p {
  max-width:680px;
  margin:22px auto 0;
  color:#6b7280;
  font-size:18px;
  line-height:1.7;
}

.professional-search {
  display:grid;
  grid-template-columns:1fr 1px 1fr 1px 1fr auto;
  align-items:center;
  max-width:1030px;
  margin:38px auto 0;
  padding:8px;
  border:1px solid #dfe3ea;
  border-radius:16px;
  background:#fff;
  box-shadow:0 18px 48px rgba(22,27,38,.09);
}

.pro-search-field {
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 16px;
  text-align:left;
}

.pro-search-icon {
  display:grid;
  width:34px;
  height:34px;
  place-items:center;
  border-radius:9px;
  color:#6e5ce7;
  background:#f1efff;
  font-size:17px;
}

.pro-search-control {
  flex:1;
  min-width:0;
}

.pro-search-control label {
  margin:0 0 2px;
  color:#9299a8;
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.pro-search-control select,
.pro-search-control input {
  height:auto;
  padding:0;
  border:0;
  border-radius:0;
  box-shadow:none;
  color:#171b26;
  background:transparent;
  font-size:14px;
  font-weight:600;
}

.pro-search-separator {
  width:1px;
  height:42px;
  background:#e5e7eb;
}

.pro-search-btn {
  height:54px;
  padding:0 26px;
  border:0;
  border-radius:11px;
  color:#fff;
  background:#171b26;
  font-weight:700;
  cursor:pointer;
}

.minimal-hero-meta {
  display:flex;
  justify-content:center;
  gap:28px;
  margin-top:22px;
  color:#7b8290;
  font-size:13px;
}

.minimal-hero-meta span {
  position:relative;
}

.minimal-hero-meta span:not(:last-child):after {
  content:"";
  position:absolute;
  top:50%;
  right:-15px;
  width:3px;
  height:3px;
  border-radius:50%;
  background:#aeb4bf;
}

.minimal-visual-section {
  padding:0 0 88px;
}

.minimal-visual-grid {
  display:grid;
  grid-template-columns:1.45fr .55fr;
  gap:22px;
}

.visual-large,
.visual-small,
.visual-stat-card {
  border-radius:22px;
  overflow:hidden;
}

.visual-large {
  height:560px;
}

.visual-large img,
.visual-small img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.visual-side {
  display:grid;
  gap:22px;
}

.visual-small {
  height:325px;
}

.visual-stat-card {
  padding:28px;
  border:1px solid #e6e8ee;
  background:#f8f8fb;
}

.visual-stat-card span {
  color:#6e5ce7;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
}

.visual-stat-card strong {
  display:block;
  margin:9px 0;
  font-size:24px;
  line-height:1.25;
}

.visual-stat-card p {
  color:#6b7280;
  line-height:1.65;
}

.minimal-section {
  padding:92px 0;
}

.muted-section {
  background:#f7f8fa;
}

.minimal-section-heading {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:36px;
}

.minimal-section-heading span,
.minimal-tools-copy > span,
.minimal-vendor-cta-inner > div > span,
.minimal-newsletter-inner > div > span {
  color:#6e5ce7;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.minimal-section-heading h2,
.minimal-tools-copy h2,
.minimal-vendor-cta h2,
.minimal-newsletter h2 {
  margin-top:8px;
  font-size:clamp(34px,4vw,50px);
  line-height:1.1;
  letter-spacing:-.035em;
}

.minimal-section-heading > a {
  color:#171b26;
  font-size:14px;
  font-weight:700;
}

.minimal-category-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.minimal-category-card {
  overflow:hidden;
  border:1px solid #e6e8ee;
  border-radius:18px;
  background:#fff;
  transition:transform .2s ease,box-shadow .2s ease;
}

.minimal-category-card:hover {
  transform:translateY(-3px);
  box-shadow:0 14px 30px rgba(23,27,38,.08);
}

.minimal-category-card img {
  width:100%;
  height:205px;
  object-fit:cover;
}

.minimal-category-card > div {
  padding:16px 17px 18px;
}

.minimal-category-card strong,
.minimal-category-card span {
  display:block;
}

.minimal-category-card strong {
  font-size:17px;
}

.minimal-category-card span {
  margin-top:3px;
  color:#7b8290;
  font-size:13px;
}

.minimal-vendor-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.minimal-vendor-card {
  overflow:hidden;
  border:1px solid #e4e7ec;
  border-radius:18px;
  background:#fff;
}

.minimal-vendor-image {
  position:relative;
  height:245px;
}

.minimal-vendor-image img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.minimal-verified {
  position:absolute;
  top:14px;
  left:14px;
  padding:6px 9px;
  border-radius:999px;
  color:#0f766e;
  background:#ecfdf5;
  font-size:11px;
  font-weight:700;
}

.minimal-vendor-image button {
  position:absolute;
  top:14px;
  right:14px;
  display:grid;
  width:38px;
  height:38px;
  place-items:center;
  border:0;
  border-radius:50%;
  background:#fff;
  color:#171b26;
  font-size:20px;
}

.minimal-vendor-body {
  padding:18px;
}

.minimal-vendor-type {
  color:#7b8290;
  font-size:12px;
}

.minimal-vendor-body h3 {
  margin:7px 0 10px;
  font-size:21px;
}

.minimal-rating {
  display:flex;
  align-items:center;
  gap:7px;
}

.minimal-rating span {
  color:#f4a340;
  letter-spacing:1px;
}

.minimal-rating small {
  color:#7b8290;
}

.minimal-vendor-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:17px;
  padding-top:15px;
  border-top:1px solid #eceef3;
  font-size:13px;
}

.minimal-vendor-bottom a {
  color:#6e5ce7;
  font-weight:700;
}

.minimal-tools-layout {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  align-items:center;
  gap:80px;
}

.minimal-tools-copy p {
  max-width:560px;
  margin:18px 0 28px;
  color:#6b7280;
  font-size:17px;
  line-height:1.7;
}

.minimal-tool-list {
  display:grid;
  gap:16px;
}

.minimal-tool-list div {
  padding:15px 0;
  border-bottom:1px solid #eceef3;
}

.minimal-tool-list strong,
.minimal-tool-list span {
  display:block;
}

.minimal-tool-list span {
  margin-top:4px;
  color:#7b8290;
  font-size:14px;
}

.minimal-primary-link {
  display:inline-block;
  margin-top:28px;
  padding:13px 18px;
  border-radius:10px;
  color:#fff;
  background:#171b26;
  font-weight:700;
}

.minimal-tools-card {
  padding:28px;
  border:1px solid #e4e7ec;
  border-radius:22px;
  background:#fff;
  box-shadow:0 22px 55px rgba(23,27,38,.08);
}

.tools-card-header {
  display:flex;
  align-items:start;
  justify-content:space-between;
  gap:20px;
}

.tools-card-header span,
.tools-card-header strong {
  display:block;
}

.tools-card-header > div > span {
  color:#7b8290;
  font-size:13px;
}

.tools-card-header > div > strong {
  margin-top:3px;
  font-size:26px;
}

.tools-card-status {
  padding:6px 9px;
  border-radius:999px;
  color:#0f766e;
  background:#ecfdf5;
  font-size:11px;
  font-weight:700;
}

.minimal-progress {
  height:8px;
  margin:22px 0;
  overflow:hidden;
  border-radius:999px;
  background:#eceef3;
}

.minimal-progress i {
  display:block;
  width:68%;
  height:100%;
  border-radius:inherit;
  background:#6e5ce7;
}

.minimal-tools-stats {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.minimal-tools-stats div {
  padding:16px;
  border-radius:14px;
  background:#f7f8fa;
}

.minimal-tools-stats span,
.minimal-tools-stats strong {
  display:block;
}

.minimal-tools-stats span {
  color:#7b8290;
  font-size:11px;
}

.minimal-tools-stats strong {
  margin-top:5px;
  font-size:24px;
}

.minimal-task-list {
  display:grid;
  gap:11px;
  margin-top:22px;
}

.minimal-task-list > div {
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px;
  border:1px solid #eceef3;
  border-radius:13px;
}

.minimal-task-list > div > span {
  color:#6e5ce7;
  font-size:20px;
}

.minimal-task-list strong,
.minimal-task-list small {
  display:block;
}

.minimal-task-list small {
  color:#7b8290;
}

.minimal-story-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.minimal-story-grid article {
  overflow:hidden;
  border-radius:18px;
  background:#fff;
}

.minimal-story-grid img {
  width:100%;
  height:330px;
  object-fit:cover;
}

.minimal-story-grid article > div {
  padding:18px;
}

.minimal-story-grid article span {
  color:#6e5ce7;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
}

.minimal-story-grid h3 {
  margin:5px 0;
  font-size:21px;
}

.minimal-story-grid p {
  color:#7b8290;
  font-size:13px;
}

.minimal-vendor-cta {
  padding:85px 0;
  background:#171b26;
}

.minimal-vendor-cta-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:50px;
  color:#fff;
}

.minimal-vendor-cta h2 {
  max-width:700px;
}

.minimal-vendor-cta p {
  max-width:620px;
  margin-top:14px;
  color:#c7cbd5;
  line-height:1.7;
}

.minimal-vendor-cta-actions {
  display:flex;
  gap:12px;
  flex:0 0 auto;
}

.minimal-light-btn,
.minimal-outline-btn {
  padding:13px 17px;
  border-radius:10px;
  font-weight:700;
}

.minimal-light-btn {
  color:#171b26;
  background:#fff;
}

.minimal-outline-btn {
  border:1px solid #454b58;
  color:#fff;
}

.minimal-article-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.minimal-article-grid article {
  overflow:hidden;
  border:1px solid #e6e8ee;
  border-radius:18px;
  background:#fff;
}

.minimal-article-grid img {
  width:100%;
  height:220px;
  object-fit:cover;
}

.minimal-article-grid article > div {
  padding:18px;
}

.minimal-article-grid span {
  color:#6e5ce7;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
}

.minimal-article-grid h3 {
  margin:7px 0 14px;
  font-size:20px;
  line-height:1.3;
}

.minimal-article-grid a {
  font-size:13px;
  font-weight:700;
}

.minimal-newsletter {
  padding:0 0 90px;
}

.minimal-newsletter-inner {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:50px;
  padding:38px 40px;
  border:1px solid #e4e7ec;
  border-radius:20px;
  background:#f7f8fa;
}

.minimal-newsletter-form {
  display:flex;
  gap:10px;
}

.minimal-newsletter-form input {
  height:52px;
  background:#fff;
}

.minimal-newsletter-form button {
  min-width:125px;
  border:0;
  border-radius:10px;
  color:#fff;
  background:#171b26;
  font-weight:700;
}

.minimal-newsletter-form-wrap small {
  display:block;
  margin-top:7px;
  color:#8b91a0;
}

.professional-footer {
  padding:68px 0 22px;
  color:#d8dce5;
  background:#11141c;
}

.professional-footer-main {
  display:grid;
  grid-template-columns:1.6fr repeat(3,1fr);
  gap:55px;
  padding-bottom:44px;
}

.professional-footer-brand img {
  width:190px;
  filter:brightness(0) invert(1);
}

.professional-footer-brand p {
  max-width:330px;
  margin-top:16px;
  color:#959dab;
  line-height:1.7;
}

.professional-footer-social {
  display:flex;
  gap:16px;
  margin-top:20px;
}

.professional-footer-social a {
  color:#b7beca;
  font-size:13px;
}

.professional-footer-column {
  display:grid;
  align-content:start;
  gap:11px;
}

.professional-footer-column strong {
  margin-bottom:5px;
  color:#fff;
}

.professional-footer-column a {
  color:#959dab;
  font-size:14px;
}

.professional-footer-column a:hover {
  color:#fff;
}

.professional-footer-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-top:20px;
  border-top:1px solid #2a2f3a;
  color:#777f8d;
  font-size:13px;
}

.professional-footer-bottom div {
  display:flex;
  gap:18px;
}

@media(max-width:1100px) {
  .minimal-nav {
    display:none;
  }

  .professional-search {
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .pro-search-separator {
    display:none;
  }

  .pro-search-field {
    padding:11px;
    border:1px solid #eceef3;
    border-radius:10px;
  }

  .pro-search-btn {
    grid-column:1/-1;
  }

  .minimal-tools-layout {
    grid-template-columns:1fr;
  }

  .professional-footer-main {
    grid-template-columns:1.4fr 1fr 1fr;
  }

  .professional-footer-column:last-child {
    grid-column:2/4;
  }
}

@media(max-width:820px) {
  .minimal-category-grid,
  .minimal-vendor-grid,
  .minimal-story-grid,
  .minimal-article-grid {
    grid-template-columns:1fr 1fr;
  }

  .minimal-visual-grid {
    grid-template-columns:1fr;
  }

  .visual-large {
    height:460px;
  }

  .visual-side {
    grid-template-columns:1fr 1fr;
  }

  .visual-small {
    height:240px;
  }

  .minimal-vendor-cta-inner {
    align-items:flex-start;
    flex-direction:column;
  }

  .minimal-newsletter-inner {
    grid-template-columns:1fr;
  }

  .professional-footer-main {
    grid-template-columns:1fr 1fr;
  }

  .professional-footer-column:last-child {
    grid-column:auto;
  }
}

@media(max-width:620px) {
  .minimal-header-actions .signin-link {
    display:none;
  }

  .business-btn {
    padding:10px 12px;
    font-size:12px;
  }

  .minimal-hero {
    padding-top:62px;
  }

  .professional-search {
    grid-template-columns:1fr;
  }

  .pro-search-btn {
    grid-column:auto;
  }

  .minimal-hero-meta {
    flex-wrap:wrap;
    gap:12px 20px;
  }

  .minimal-hero-meta span:after {
    display:none;
  }

  .visual-large {
    height:340px;
  }

  .visual-side {
    grid-template-columns:1fr;
  }

  .minimal-section {
    padding:70px 0;
  }

  .minimal-section-heading {
    align-items:flex-start;
    flex-direction:column;
  }

  .minimal-category-grid,
  .minimal-vendor-grid,
  .minimal-story-grid,
  .minimal-article-grid {
    grid-template-columns:1fr;
  }

  .minimal-tools-stats {
    grid-template-columns:1fr;
  }

  .minimal-vendor-cta-actions {
    width:100%;
    flex-direction:column;
  }

  .minimal-light-btn,
  .minimal-outline-btn {
    text-align:center;
  }

  .minimal-newsletter-form {
    flex-direction:column;
  }

  .minimal-newsletter-form button {
    height:50px;
  }

  .professional-footer-main {
    grid-template-columns:1fr;
  }

  .professional-footer-bottom {
    align-items:flex-start;
    flex-direction:column;
  }
}

/* =========================================================
   PREMIUM PROFESSIONAL FOOTER
   ========================================================= */

.footer-pre-cta {
  padding:80px 0;
  background:#f7f8fa;
  border-top:1px solid #eceef3;
}

.footer-pre-cta-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:45px;
}

.footer-pre-cta span {
  color:#6e5ce7;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.footer-pre-cta h2 {
  max-width:760px;
  margin-top:8px;
  font-family:"Manrope",sans-serif;
  font-size:clamp(34px,4vw,50px);
  line-height:1.1;
  letter-spacing:-.035em;
}

.footer-pre-cta p {
  max-width:650px;
  margin-top:13px;
  color:#6b7280;
  line-height:1.7;
}

.footer-pre-cta-actions {
  display:flex;
  gap:12px;
  flex:0 0 auto;
}

.footer-primary-action,
.footer-secondary-action {
  padding:13px 18px;
  border-radius:10px;
  font-size:14px;
  font-weight:700;
}

.footer-primary-action {
  color:#fff;
  background:#171b26;
}

.footer-secondary-action {
  border:1px solid #d8dce4;
  color:#171b26;
  background:#fff;
}

.premium-footer {
  padding:72px 0 24px;
  color:#c7ccd7;
  background:#0f1219;
}

.premium-footer-top {
  display:grid;
  grid-template-columns:1.1fr 2.2fr;
  gap:80px;
  padding-bottom:48px;
}

.premium-footer-brand img {
  width:190px;
  filter:brightness(0) invert(1);
}

.premium-footer-brand > p {
  max-width:360px;
  margin-top:18px;
  color:#9299a8;
  font-size:14px;
  line-height:1.75;
}

.footer-trust-row {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:28px;
}

.footer-trust-row > div {
  padding:14px;
  border:1px solid #282d37;
  border-radius:12px;
  background:#151922;
}

.footer-trust-row strong,
.footer-trust-row span {
  display:block;
}

.footer-trust-row strong {
  color:#fff;
  font-size:17px;
}

.footer-trust-row span {
  margin-top:3px;
  color:#7f8796;
  font-size:11px;
}

.premium-footer-links {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:35px;
}

.premium-footer-column {
  display:grid;
  align-content:start;
  gap:11px;
}

.premium-footer-column strong {
  margin-bottom:6px;
  color:#fff;
  font-size:14px;
}

.premium-footer-column a {
  color:#8f97a6;
  font-size:13px;
  transition:color .2s ease;
}

.premium-footer-column a:hover {
  color:#fff;
}

.premium-footer-newsletter {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:50px;
  padding:28px 0;
  border-top:1px solid #262b35;
  border-bottom:1px solid #262b35;
}

.premium-footer-newsletter strong,
.premium-footer-newsletter span {
  display:block;
}

.premium-footer-newsletter strong {
  color:#fff;
  font-size:16px;
}

.premium-footer-newsletter span {
  margin-top:5px;
  color:#8f97a6;
  font-size:13px;
}

.footer-newsletter-form {
  display:flex;
  gap:9px;
}

.footer-newsletter-form input {
  height:48px;
  border:1px solid #303642;
  color:#fff;
  background:#171b24;
}

.footer-newsletter-form input::placeholder {
  color:#7d8594;
}

.footer-newsletter-form input:focus {
  border-color:#6e5ce7;
  box-shadow:0 0 0 3px rgba(110,92,231,.15);
}

.footer-newsletter-form button {
  min-width:115px;
  border:0;
  border-radius:10px;
  color:#171b26;
  background:#fff;
  font-weight:700;
  cursor:pointer;
}

.footer-newsletter-wrap .form-message {
  margin-top:7px;
}

.premium-footer-meta {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:22px 0;
  border-bottom:1px solid #262b35;
}

.footer-security,
.footer-country {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:18px;
  color:#838b99;
  font-size:12px;
}

.footer-country span {
  padding-right:18px;
  border-right:1px solid #303642;
}

.footer-country span:last-child {
  padding-right:0;
  border-right:0;
}

.premium-footer-bottom {
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:30px;
  padding-top:22px;
  color:#737b89;
  font-size:12px;
}

.footer-legal-links {
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:17px;
}

.footer-social-links {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.footer-legal-links a,
.footer-social-links a {
  color:#838b99;
}

.footer-legal-links a:hover,
.footer-social-links a:hover {
  color:#fff;
}

@media(max-width:1050px) {
  .premium-footer-top {
    grid-template-columns:1fr;
    gap:42px;
  }

  .premium-footer-links {
    grid-template-columns:repeat(4,1fr);
  }

  .premium-footer-bottom {
    grid-template-columns:1fr;
    justify-items:start;
  }

  .footer-legal-links {
    justify-content:flex-start;
  }
}

@media(max-width:820px) {
  .footer-pre-cta-inner {
    align-items:flex-start;
    flex-direction:column;
  }

  .premium-footer-links {
    grid-template-columns:repeat(2,1fr);
  }

  .premium-footer-newsletter {
    grid-template-columns:1fr;
  }

  .premium-footer-meta {
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(max-width:560px) {
  .footer-pre-cta {
    padding:62px 0;
  }

  .footer-pre-cta-actions {
    width:100%;
    flex-direction:column;
  }

  .footer-primary-action,
  .footer-secondary-action {
    text-align:center;
  }

  .premium-footer {
    padding-top:55px;
  }

  .footer-trust-row,
  .premium-footer-links {
    grid-template-columns:1fr;
  }

  .footer-newsletter-form {
    flex-direction:column;
  }

  .footer-newsletter-form button {
    height:48px;
  }

  .footer-security,
  .footer-country,
  .footer-social-links {
    align-items:flex-start;
    flex-direction:column;
  }

  .footer-country span {
    padding-right:0;
    border-right:0;
  }
}


:root{
  --ink:#172233;--muted:#697386;--white:#fff;--line:rgba(47,55,78,.12);
  --pink:#f2548d;--purple:#7759eb;--blue:#2aa6e8;--teal:#1cbdb9;
  --soft-pink:#fff1f7;--soft-purple:#f3f0ff;
  --shadow:0 22px 70px rgba(58,62,98,.15);--shadow-soft:0 12px 34px rgba(58,62,98,.10);
  --radius:28px;--container:1280px
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{
  min-height:100vh;overflow-x:hidden;font-family:"DM Sans",sans-serif;color:var(--ink);
  background:
    radial-gradient(circle at 9% 85%,rgba(242,84,141,.18),transparent 29%),
    radial-gradient(circle at 88% 18%,rgba(119,89,235,.15),transparent 30%),
    radial-gradient(circle at 86% 88%,rgba(42,166,232,.16),transparent 29%),
    linear-gradient(135deg,#fffefe 0%,#fbf9ff 53%,#f9fdff 100%)
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea,select{font:inherit}
.shell{width:min(calc(100% - 44px),var(--container));margin-inline:auto}

.site-header{
  position:sticky;top:0;z-index:50;padding:14px 0;border-bottom:1px solid var(--line);
  background:rgba(255,255,255,.9);backdrop-filter:blur(15px)
}
.header-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{width:min(220px,46vw);height:auto}
.nav{display:flex;align-items:center;gap:20px;color:#566173;font-size:14px;font-weight:700}
.nav a:hover,.nav a.active{color:var(--purple)}

.hero{
  min-height:calc(100vh - 80px);display:grid;grid-template-columns:minmax(0,1.03fr) minmax(460px,.97fr);
  align-items:center;gap:58px;padding:54px 0 74px
}
.hero-copy{max-width:680px}
.headline{
  margin-bottom:25px;font-family:"Playfair Display",serif;font-size:clamp(52px,6vw,88px);
  line-height:.99;letter-spacing:-.055em
}
.gradient{
  background:linear-gradient(90deg,var(--pink),var(--purple),var(--blue),var(--teal));
  -webkit-background-clip:text;background-clip:text;color:transparent
}
.headline .gradient{display:block;font-style:italic}
.intro{max-width:630px;margin-bottom:28px;color:var(--muted);font-size:18px;line-height:1.75}
.notify-form{
  display:flex;align-items:center;gap:10px;max-width:620px;padding:8px;border:1px solid var(--line);
  border-radius:22px;background:rgba(255,255,255,.92);box-shadow:var(--shadow-soft)
}
.input-wrap{position:relative;flex:1}
.input-icon{position:absolute;top:50%;left:16px;transform:translateY(-50%);color:#8992a6}
.email-input{width:100%;height:58px;padding:0 18px 0 48px;border:0;border-radius:15px;outline:0;background:transparent}
.email-input:focus{background:#fff;box-shadow:inset 0 0 0 2px rgba(119,89,235,.14)}
.primary-btn{
  min-width:160px;height:58px;border:0;border-radius:16px;color:#fff;font-weight:700;cursor:pointer;
  background:linear-gradient(105deg,var(--pink),var(--purple) 55%,var(--blue));
  box-shadow:0 14px 30px rgba(119,89,235,.26)
}
.form-message{min-height:22px;margin-top:10px;font-size:14px;font-weight:700}
.success{color:#16866f}.error{color:#c94762}
.privacy-note{margin-top:5px;color:var(--muted);font-size:13px}
.benefits{display:grid;grid-template-columns:repeat(4,minmax(110px,1fr));max-width:700px;margin-top:42px}
.benefit{padding:0 17px;text-align:center;border-right:1px solid var(--line)}
.benefit:first-child{padding-left:0}.benefit:last-child{border-right:0}
.benefit-icon{
  width:50px;height:50px;display:grid;place-items:center;margin:0 auto 12px;border-radius:17px;
  font-size:24px;background:rgba(255,255,255,.78);box-shadow:0 8px 22px rgba(62,67,98,.08)
}
.benefit strong{display:block;font-size:14px;line-height:1.35}

.visual{position:relative;min-height:670px}
.visual-glow{
  position:absolute;top:38px;right:0;width:570px;height:570px;border-radius:46% 46% 28% 28%;
  background:linear-gradient(145deg,rgba(119,89,235,.12),rgba(42,166,232,.10)),#fff;
  box-shadow:var(--shadow)
}
.main-photo{
  position:absolute;top:72px;right:70px;width:465px;height:535px;overflow:hidden;
  border:8px solid rgba(255,255,255,.86);border-radius:220px 220px 36px 36px;box-shadow:var(--shadow);
  background:linear-gradient(180deg,transparent 54%,rgba(20,24,43,.12)),
  url("https://images.unsplash.com/photo-1519741497674-611481863552?auto=format&fit=crop&w=1300&q=88") center/cover no-repeat
}
.ring-badge{
  position:absolute;z-index:3;top:98px;left:0;display:grid;width:120px;height:120px;place-items:center;
  border-radius:50%;color:var(--pink);background:rgba(255,255,255,.92);box-shadow:var(--shadow-soft);font-size:48px
}
.side-photo{
  position:absolute;z-index:4;right:0;width:195px;overflow:hidden;border:6px solid #fff;border-radius:28px;
  box-shadow:var(--shadow-soft);background-position:center;background-size:cover
}
.side-photo.top{
  top:240px;height:220px;
  background-image:url("https://images.unsplash.com/photo-1507501336603-6e31db2be093?auto=format&fit=crop&w=700&q=85")
}
.side-photo.bottom{
  top:468px;height:205px;
  background-image:url("https://images.unsplash.com/photo-1535254973040-607b474cb50d?auto=format&fit=crop&w=700&q=85")
}
.social-proof{
  position:absolute;z-index:6;left:102px;bottom:4px;min-width:410px;display:flex;align-items:center;gap:16px;
  padding:16px 20px;border:1px solid rgba(255,255,255,.8);border-radius:24px;
  background:rgba(255,255,255,.94);box-shadow:var(--shadow-soft)
}
.heart{
  margin-left:auto;display:grid;width:46px;height:46px;place-items:center;border-radius:50%;
  color:var(--pink);background:var(--soft-pink);font-size:22px
}

.page-hero{padding:68px 0 30px;text-align:center}
.page-hero h1{font-family:"Playfair Display",serif;font-size:clamp(42px,6vw,66px)}
.lead{max-width:760px;margin:18px auto 0;color:var(--muted);font-size:17px}
.content-grid{display:grid;grid-template-columns:240px minmax(0,1fr);gap:32px;padding:34px 0 80px}
.toc{
  position:sticky;top:100px;height:max-content;padding:21px;border:1px solid var(--line);
  border-radius:20px;background:rgba(255,255,255,.84);box-shadow:0 10px 30px rgba(58,62,98,.07)
}
.toc strong{display:block;margin-bottom:10px}
.toc a{display:block;padding:7px 0;color:var(--muted);font-size:14px}
.legal-card,.contact-panel,.form-card{
  padding:clamp(24px,4vw,48px);border:1px solid var(--line);border-radius:var(--radius);
  background:rgba(255,255,255,.92);box-shadow:var(--shadow)
}
.legal-card section+section{margin-top:36px;padding-top:36px;border-top:1px solid var(--line)}
.legal-card h2,.contact-panel h2,.form-card h2{
  margin-bottom:12px;font-family:"Playfair Display",serif;font-size:29px
}
.legal-card p,.contact-panel p{color:#4d586a;line-height:1.75}
.legal-card p+p{margin-top:12px}
.legal-card ul{margin:13px 0 0 22px;color:#4d586a}
.legal-card li+li{margin-top:7px}
.notice{
  margin-bottom:26px;padding:17px 19px;border-left:4px solid var(--purple);
  border-radius:12px;background:#f6f3ff;color:#4e5261
}

.contact-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;padding:34px 0 80px}
.contact-list{display:grid;gap:15px;margin-top:25px}
.contact-item{padding:16px;border-radius:15px;background:#faf9ff}
.contact-item strong{display:block;margin-bottom:3px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}
.field.full{grid-column:1/-1}
label{display:block;margin-bottom:7px;font-size:14px;font-weight:700}
input,textarea,select{
  width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:14px;outline:none;background:#fff
}
input:focus,textarea:focus,select:focus{
  border-color:rgba(119,89,235,.55);box-shadow:0 0 0 4px rgba(119,89,235,.1)
}
textarea{min-height:130px;resize:vertical}
.submit-btn{
  padding:14px 24px;border:0;border-radius:14px;color:#fff;font-weight:700;cursor:pointer;
  background:linear-gradient(100deg,var(--pink),var(--purple) 55%,var(--blue))
}
.form-note{margin-top:12px;color:var(--muted);font-size:13px}

.site-footer{padding:28px 0;border-top:1px solid var(--line);background:rgba(255,255,255,.76)}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px;color:var(--muted);font-size:13px}
.footer-links{display:flex;flex-wrap:wrap;gap:18px}
.footer-links a:hover{color:var(--purple)}

@media(max-width:1050px){
  .hero{grid-template-columns:1fr}
  .hero-copy{max-width:780px;margin-inline:auto;text-align:center}
  .notify-form,.benefits{margin-inline:auto}
  .visual{width:min(100%,730px);margin-inline:auto}
}
@media(max-width:860px){
  .nav{display:none}
  .content-grid,.contact-layout{grid-template-columns:1fr}
  .toc{position:static}
}
@media(max-width:700px){
  .shell{width:min(calc(100% - 26px),var(--container))}
  .notify-form{flex-direction:column}
  .input-wrap,.primary-btn{width:100%}
  .benefits{grid-template-columns:repeat(2,1fr);gap:24px 0}
  .benefit:nth-child(2){border-right:0}
  .visual{min-height:560px}
  .visual-glow{width:94%;height:480px}
  .main-photo{top:58px;right:34px;width:calc(100% - 68px);height:450px}
  .ring-badge{width:92px;height:92px;font-size:36px}
  .side-photo{width:138px}
  .side-photo.top{top:225px;height:155px}
  .side-photo.bottom{top:387px;height:138px}
  .social-proof{left:10px;right:10px;min-width:0}
  .form-grid{grid-template-columns:1fr}
  .field.full{grid-column:auto}
  .footer-inner{flex-direction:column;text-align:center}
  .footer-links{justify-content:center}
}


/* =========================================================
   MODERN HOMEPAGE
   ========================================================= */

.home-page {
  background:#fff;
}

.home-header {
  padding:14px 0;
}

.header-actions {
  display:flex;
  align-items:center;
  gap:18px;
}

.text-link {
  color:#586174;
  font-weight:700;
  font-size:14px;
}

.header-cta {
  padding:11px 18px;
  border-radius:12px;
  color:#fff;
  font-size:14px;
  font-weight:700;
  background:linear-gradient(105deg,var(--pink),var(--purple) 55%,var(--blue));
  box-shadow:0 10px 24px rgba(119,89,235,.2);
}

.modern-hero {
  padding:74px 0 68px;
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 14%,rgba(242,84,141,.10),transparent 27%),
    radial-gradient(circle at 90% 10%,rgba(119,89,235,.12),transparent 27%),
    linear-gradient(180deg,#fff 0%,#fcfbff 100%);
}

.hero-grid {
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(480px,.92fr);
  align-items:center;
  gap:70px;
}

.hero-badge,.eyebrow-label {
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-bottom:16px;
  color:var(--purple);
  font-size:12px;
  font-weight:800;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.hero-badge {
  padding:8px 13px;
  border:1px solid rgba(119,89,235,.16);
  border-radius:999px;
  background:var(--soft-purple);
}

.hero-content h1 {
  max-width:760px;
  font-family:"Playfair Display",serif;
  font-size:clamp(58px,6.6vw,96px);
  line-height:.98;
  letter-spacing:-.055em;
}

.hero-content h1 .gradient {
  display:block;
  font-style:italic;
}

.hero-content > p {
  max-width:660px;
  margin:24px 0 30px;
  color:var(--muted);
  font-size:18px;
  line-height:1.75;
}

.hero-search {
  display:grid;
  grid-template-columns:1fr 1px 1fr auto;
  align-items:center;
  max-width:760px;
  padding:10px;
  border:1px solid var(--line);
  border-radius:20px;
  background:#fff;
  box-shadow:0 18px 55px rgba(52,57,90,.12);
}

.search-field {
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 14px;
}

.search-icon {
  color:var(--purple);
  font-size:24px;
}

.search-field label {
  margin:0 0 2px;
  color:#8a93a3;
  font-size:11px;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.search-field select,
.search-field input {
  height:auto;
  padding:0;
  border:0;
  border-radius:0;
  box-shadow:none;
  color:var(--ink);
  font-weight:700;
  background:transparent;
}

.search-divider {
  width:1px;
  height:42px;
  background:var(--line);
}

.hero-search-btn {
  height:58px;
  padding:0 24px;
  border:0;
  border-radius:14px;
  color:#fff;
  font-weight:700;
  cursor:pointer;
  background:linear-gradient(105deg,var(--pink),var(--purple) 55%,var(--blue));
}

.hero-trust {
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:28px;
}

.avatar-stack {
  display:flex;
  padding-left:10px;
}

.avatar-stack img {
  width:42px;
  height:42px;
  margin-left:-10px;
  border:3px solid #fff;
  border-radius:50%;
  object-fit:cover;
}

.hero-trust strong,
.hero-trust span {
  display:block;
}

.hero-trust strong {
  font-size:14px;
}

.hero-trust span {
  color:var(--muted);
  font-size:13px;
}

.hero-showcase {
  position:relative;
  min-height:650px;
}

.showcase-main {
  position:absolute;
  inset:15px 20px 20px 70px;
  overflow:hidden;
  border-radius:260px 260px 38px 38px;
  box-shadow:0 30px 75px rgba(47,53,83,.18);
}

.showcase-main > img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.floating-review {
  position:absolute;
  right:22px;
  bottom:22px;
  padding:16px 18px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:18px;
  background:rgba(255,255,255,.9);
  backdrop-filter:blur(12px);
  box-shadow:var(--shadow-soft);
}

.floating-review span,
.floating-review strong,
.floating-review small {
  display:block;
}

.review-stars {
  color:#ffb24a;
  letter-spacing:2px;
}

.floating-review strong {
  margin:3px 0 1px;
}

.floating-review small {
  color:var(--muted);
}

.mini-card {
  position:absolute;
  z-index:3;
  display:flex;
  align-items:center;
  gap:12px;
  padding:12px;
  border:1px solid rgba(255,255,255,.82);
  border-radius:18px;
  background:rgba(255,255,255,.92);
  backdrop-filter:blur(12px);
  box-shadow:var(--shadow-soft);
}

.mini-card img {
  width:70px;
  height:70px;
  border-radius:13px;
  object-fit:cover;
}

.mini-card span,
.mini-card strong {
  display:block;
}

.mini-card span {
  color:var(--muted);
  font-size:12px;
}

.mini-card strong {
  margin-top:2px;
  font-size:14px;
}

.mini-top {
  top:95px;
  left:0;
}

.mini-bottom {
  right:0;
  bottom:65px;
}

.mini-icon {
  display:grid;
  width:50px;
  height:50px;
  place-items:center;
  border-radius:15px;
  color:var(--teal);
  background:#e9fbf8;
  font-size:22px;
  font-weight:800;
}

.trust-strip {
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:#fff;
}

.trust-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
}

.trust-grid > div {
  padding:28px 20px;
  text-align:center;
  border-right:1px solid var(--line);
}

.trust-grid > div:last-child {
  border-right:0;
}

.trust-grid strong,
.trust-grid span {
  display:block;
}

.trust-grid strong {
  font-family:"Playfair Display",serif;
  font-size:31px;
}

.trust-grid span {
  margin-top:3px;
  color:var(--muted);
  font-size:13px;
}

.section-block {
  padding:96px 0;
}

.soft-section {
  background:#faf9fd;
}

.section-heading {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:40px;
}

.section-heading h2,
.tools-content h2,
.testimonial-copy h2,
.vendor-cta-box h2,
.newsletter-box h2 {
  font-family:"Playfair Display",serif;
  font-size:clamp(38px,4.4vw,58px);
  line-height:1.08;
  letter-spacing:-.035em;
}

.section-heading p {
  max-width:670px;
  margin-top:12px;
  color:var(--muted);
  line-height:1.7;
}

.section-link {
  white-space:nowrap;
  color:var(--purple);
  font-weight:700;
}

.centered-heading {
  justify-content:center;
  text-align:center;
}

.category-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.category-card {
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 32px rgba(45,51,79,.07);
  transition:transform .2s ease,box-shadow .2s ease;
}

.category-card:hover {
  transform:translateY(-5px);
  box-shadow:0 20px 42px rgba(45,51,79,.12);
}

.category-image {
  height:210px;
  overflow:hidden;
}

.category-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}

.category-card:hover .category-image img {
  transform:scale(1.04);
}

.category-content {
  display:flex;
  align-items:center;
  gap:13px;
  padding:17px 18px;
}

.category-icon {
  display:grid;
  width:46px;
  height:46px;
  place-items:center;
  border-radius:14px;
  color:var(--purple);
  background:var(--soft-purple);
  font-size:20px;
}

.category-content strong,
.category-content small {
  display:block;
}

.category-content small {
  margin-top:2px;
  color:var(--muted);
}

.vendor-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.vendor-card {
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 12px 34px rgba(48,54,83,.08);
}

.vendor-image {
  position:relative;
  height:250px;
  overflow:hidden;
}

.vendor-image img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.verified-badge {
  position:absolute;
  top:14px;
  left:14px;
  padding:7px 10px;
  border-radius:999px;
  color:#0e7a68;
  background:rgba(235,255,250,.94);
  font-size:11px;
  font-weight:800;
}

.save-btn {
  position:absolute;
  top:14px;
  right:14px;
  display:grid;
  width:40px;
  height:40px;
  place-items:center;
  border:0;
  border-radius:50%;
  color:var(--pink);
  background:rgba(255,255,255,.94);
  font-size:21px;
  cursor:pointer;
}

.vendor-body {
  padding:19px;
}

.vendor-meta {
  display:flex;
  justify-content:space-between;
  color:var(--muted);
  font-size:12px;
}

.vendor-body h3 {
  margin:8px 0;
  font-family:"Playfair Display",serif;
  font-size:25px;
}

.rating-row {
  display:flex;
  align-items:center;
  gap:6px;
}

.rating-row span {
  color:#ffb24a;
  letter-spacing:1px;
}

.rating-row small {
  color:var(--muted);
}

.vendor-footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:18px;
  padding-top:16px;
  border-top:1px solid var(--line);
  font-size:13px;
}

.vendor-footer a {
  color:var(--purple);
  font-weight:700;
}

.steps-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}

.step-card {
  position:relative;
  padding:34px;
  border:1px solid var(--line);
  border-radius:24px;
  background:#fff;
  box-shadow:0 10px 32px rgba(45,51,79,.06);
}

.step-number {
  position:absolute;
  top:20px;
  right:22px;
  color:#e7e4f6;
  font-family:"Playfair Display",serif;
  font-size:48px;
  font-weight:700;
}

.step-icon {
  display:grid;
  width:58px;
  height:58px;
  place-items:center;
  margin-bottom:24px;
  border-radius:18px;
  color:var(--purple);
  background:var(--soft-purple);
  font-size:25px;
}

.step-card h3 {
  font-family:"Playfair Display",serif;
  font-size:27px;
}

.step-card p {
  margin-top:9px;
  color:var(--muted);
  line-height:1.7;
}

.tools-section {
  padding:100px 0;
  overflow:hidden;
  background:
    radial-gradient(circle at 7% 20%,rgba(242,84,141,.11),transparent 24%),
    linear-gradient(135deg,#faf8ff,#f5fbff);
}

.tools-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:90px;
}

.tools-visual {
  position:relative;
  min-height:620px;
}

.phone-mockup {
  position:absolute;
  left:50%;
  top:0;
  width:310px;
  padding:13px;
  border-radius:42px;
  background:#111827;
  transform:translateX(-50%);
  box-shadow:0 35px 80px rgba(31,38,68,.22);
}

.phone-notch {
  width:105px;
  height:22px;
  margin:0 auto 10px;
  border-radius:0 0 14px 14px;
  background:#111827;
}

.phone-screen {
  min-height:550px;
  padding:24px 18px;
  border-radius:31px;
  background:#fff;
}

.phone-label {
  color:var(--purple);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
}

.phone-screen h3 {
  margin:7px 0 24px;
  font-family:"Playfair Display",serif;
  font-size:28px;
}

.task-row {
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px;
  margin-bottom:11px;
  border:1px solid var(--line);
  border-radius:14px;
}

.task-row > span {
  color:var(--purple);
  font-size:22px;
}

.task-row strong,
.task-row small {
  display:block;
}

.task-row small {
  margin-top:2px;
  color:var(--muted);
}

.task-row.done {
  background:#f2fbf8;
}

.progress-card {
  margin-top:22px;
  padding:18px;
  border-radius:16px;
  background:var(--soft-purple);
}

.progress-card span,
.progress-card strong {
  display:block;
}

.progress-card strong {
  margin:4px 0 10px;
  font-size:28px;
}

.progress-bar {
  height:8px;
  overflow:hidden;
  border-radius:999px;
  background:#ded8f8;
}

.progress-bar i {
  display:block;
  width:68%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--pink),var(--purple));
}

.floating-tool-card {
  position:absolute;
  z-index:3;
  padding:16px 19px;
  border:1px solid rgba(255,255,255,.8);
  border-radius:18px;
  background:rgba(255,255,255,.93);
  box-shadow:var(--shadow-soft);
}

.floating-tool-card span,
.floating-tool-card strong {
  display:block;
}

.floating-tool-card span {
  color:var(--muted);
  font-size:12px;
}

.floating-tool-card strong {
  margin-top:4px;
}

.budget-card {
  top:120px;
  left:0;
}

.guest-card {
  right:0;
  bottom:115px;
}

.tools-content > p {
  max-width:560px;
  margin:20px 0 28px;
  color:var(--muted);
  font-size:17px;
  line-height:1.75;
}

.tool-list {
  display:grid;
  gap:18px;
}

.tool-list > div {
  display:flex;
  gap:13px;
}

.tool-list > div > span {
  display:grid;
  flex:0 0 32px;
  height:32px;
  place-items:center;
  border-radius:50%;
  color:#148371;
  background:#eafbf7;
  font-weight:800;
}

.tool-list strong,
.tool-list small {
  display:block;
}

.tool-list small {
  margin-top:3px;
  color:var(--muted);
  line-height:1.5;
}

.primary-action {
  display:inline-flex;
  margin-top:30px;
  padding:14px 22px;
  border-radius:14px;
  color:#fff;
  font-weight:700;
  background:linear-gradient(105deg,var(--pink),var(--purple) 55%,var(--blue));
}

.city-grid {
  display:grid;
  grid-template-columns:1.5fr 1fr 1fr;
  grid-auto-rows:220px;
  gap:20px;
}

.city-card {
  position:relative;
  overflow:hidden;
  border-radius:22px;
}

.large-city {
  grid-row:span 2;
}

.city-card img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .35s ease;
}

.city-card:hover img {
  transform:scale(1.04);
}

.city-card:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 48%,rgba(15,20,35,.72));
}

.city-card > div {
  position:absolute;
  z-index:2;
  left:20px;
  right:20px;
  bottom:18px;
  color:#fff;
}

.city-card strong,
.city-card span {
  display:block;
}

.city-card strong {
  font-family:"Playfair Display",serif;
  font-size:25px;
}

.city-card span {
  margin-top:3px;
  opacity:.84;
  font-size:13px;
}

.story-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.story-card {
  position:relative;
  height:470px;
  overflow:hidden;
  border-radius:24px;
}

.story-card img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.story-card:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 42%,rgba(16,20,35,.83));
}

.story-overlay {
  position:absolute;
  z-index:2;
  left:24px;
  right:24px;
  bottom:24px;
  color:#fff;
}

.story-overlay span {
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.story-overlay h3 {
  margin:4px 0;
  font-family:"Playfair Display",serif;
  font-size:32px;
}

.story-overlay p {
  opacity:.82;
  font-size:13px;
}

.testimonial-section {
  padding:100px 0;
  background:#fff;
}

.testimonial-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:70px;
}

.quote-mark {
  margin-top:20px;
  color:var(--pink);
  font-family:"Playfair Display",serif;
  font-size:70px;
  line-height:.8;
}

blockquote {
  max-width:600px;
  color:#3c4658;
  font-family:"Playfair Display",serif;
  font-size:28px;
  line-height:1.5;
}

.testimonial-author {
  display:flex;
  align-items:center;
  gap:13px;
  margin-top:24px;
}

.testimonial-author img {
  width:52px;
  height:52px;
  border-radius:50%;
  object-fit:cover;
}

.testimonial-author strong,
.testimonial-author span {
  display:block;
}

.testimonial-author span {
  color:var(--muted);
  font-size:13px;
}

.testimonial-image {
  position:relative;
}

.testimonial-image > img {
  width:100%;
  height:560px;
  border-radius:240px 240px 28px 28px;
  object-fit:cover;
  box-shadow:var(--shadow);
}

.testimonial-rating {
  position:absolute;
  left:-25px;
  bottom:35px;
  padding:16px 20px;
  border-radius:18px;
  background:#fff;
  box-shadow:var(--shadow-soft);
}

.testimonial-rating span {
  display:block;
  color:#ffb24a;
}

.testimonial-rating strong {
  display:block;
  margin-top:3px;
}

.vendor-cta-section {
  padding:90px 0;
}

.vendor-cta-box {
  display:grid;
  grid-template-columns:1.15fr .85fr;
  align-items:center;
  gap:70px;
  padding:65px;
  overflow:hidden;
  border-radius:34px;
  color:#fff;
  background:
    radial-gradient(circle at 85% 12%,rgba(255,255,255,.16),transparent 25%),
    linear-gradient(120deg,#6d4be6,#8d55e8 52%,#2aa6e8);
  box-shadow:0 30px 80px rgba(95,67,206,.26);
}

.light-label {
  color:#fff;
  opacity:.8;
}

.vendor-cta-box p {
  max-width:610px;
  margin:18px 0 28px;
  opacity:.88;
  line-height:1.75;
}

.cta-actions {
  display:flex;
  gap:12px;
}

.white-btn,.ghost-btn {
  padding:13px 19px;
  border-radius:13px;
  font-weight:700;
}

.white-btn {
  color:var(--purple);
  background:#fff;
}

.ghost-btn {
  border:1px solid rgba(255,255,255,.42);
  color:#fff;
}

.vendor-dashboard {
  padding:24px;
  border:1px solid rgba(255,255,255,.22);
  border-radius:24px;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(12px);
}

.dashboard-top {
  display:flex;
  justify-content:space-between;
}

.dashboard-metrics {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:20px;
}

.dashboard-metrics > div {
  padding:16px;
  border-radius:16px;
  background:rgba(255,255,255,.12);
}

.dashboard-metrics small,
.dashboard-metrics strong,
.dashboard-metrics span {
  display:block;
}

.dashboard-metrics strong {
  margin:5px 0;
  font-size:30px;
}

.dashboard-metrics span {
  color:#d9ffd9;
  font-size:12px;
}

.chart-bars {
  display:flex;
  align-items:end;
  gap:9px;
  height:150px;
  margin-top:25px;
}

.chart-bars i {
  flex:1;
  border-radius:7px 7px 2px 2px;
  background:rgba(255,255,255,.68);
}

.article-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}

.article-card {
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  box-shadow:0 10px 32px rgba(45,51,79,.07);
}

.article-card img {
  width:100%;
  height:230px;
  object-fit:cover;
}

.article-card > div {
  padding:20px;
}

.article-card span {
  color:var(--purple);
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.article-card h3 {
  margin:8px 0 15px;
  font-family:"Playfair Display",serif;
  font-size:25px;
  line-height:1.25;
}

.article-card a {
  color:var(--purple);
  font-size:13px;
  font-weight:700;
}

.newsletter-section {
  padding:0 0 95px;
}

.newsletter-box {
  display:grid;
  grid-template-columns:1.1fr .9fr;
  align-items:center;
  gap:55px;
  padding:45px 50px;
  border:1px solid var(--line);
  border-radius:28px;
  background:
    radial-gradient(circle at 9% 20%,rgba(242,84,141,.1),transparent 22%),
    linear-gradient(135deg,#fff,#f8f6ff);
}

.newsletter-box p {
  margin-top:12px;
  color:var(--muted);
}

.newsletter-form {
  display:flex;
  gap:10px;
}

.newsletter-form input {
  height:54px;
  background:#fff;
}

.newsletter-form button {
  min-width:130px;
  border:0;
  border-radius:13px;
  color:#fff;
  font-weight:700;
  background:linear-gradient(105deg,var(--pink),var(--purple) 55%,var(--blue));
}

.newsletter-box small {
  display:block;
  margin-top:8px;
  color:var(--muted);
}

.modern-footer {
  padding:65px 0 22px;
  color:#d6d9e2;
  background:#171c2a;
}

.footer-main {
  display:grid;
  grid-template-columns:1.7fr repeat(3,1fr);
  gap:55px;
  padding-bottom:45px;
}

.footer-logo {
  width:210px;
  filter:brightness(0) invert(1);
}

.footer-brand p {
  max-width:350px;
  margin-top:17px;
  color:#aeb5c4;
  line-height:1.7;
}

.footer-column {
  display:grid;
  align-content:start;
  gap:11px;
}

.footer-column strong {
  margin-bottom:5px;
  color:#fff;
}

.footer-column a {
  color:#aeb5c4;
  font-size:14px;
}

.footer-column a:hover {
  color:#fff;
}

.footer-bottom {
  display:flex;
  justify-content:space-between;
  gap:20px;
  padding-top:22px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#9098aa;
  font-size:13px;
}

.footer-bottom div {
  display:flex;
  gap:18px;
}

@media(max-width:1120px) {
  .home-nav {
    display:none;
  }

  .hero-grid,.tools-grid,.testimonial-grid {
    grid-template-columns:1fr;
  }

  .hero-content {
    text-align:center;
  }

  .hero-search,.hero-trust {
    margin-inline:auto;
  }

  .hero-showcase {
    width:min(100%,760px);
    margin-inline:auto;
  }

  .vendor-cta-box {
    grid-template-columns:1fr;
  }

  .footer-main {
    grid-template-columns:1.4fr 1fr 1fr;
  }

  .footer-column:last-child {
    grid-column:2/4;
  }
}

@media(max-width:860px) {
  .category-grid,.vendor-grid,.steps-grid,.story-grid,.article-grid {
    grid-template-columns:1fr 1fr;
  }

  .city-grid {
    grid-template-columns:1fr 1fr;
  }

  .large-city {
    grid-row:auto;
    grid-column:span 2;
  }

  .newsletter-box {
    grid-template-columns:1fr;
  }

  .footer-main {
    grid-template-columns:1fr 1fr;
  }

  .footer-column:last-child {
    grid-column:auto;
  }
}

@media(max-width:650px) {
  .header-actions .text-link {
    display:none;
  }

  .header-cta {
    padding:10px 13px;
    font-size:12px;
  }

  .modern-hero {
    padding-top:45px;
  }

  .hero-search {
    grid-template-columns:1fr;
    gap:10px;
  }

  .search-divider {
    display:none;
  }

  .search-field {
    padding:11px 12px;
    border-bottom:1px solid var(--line);
  }

  .hero-search-btn {
    width:100%;
  }

  .hero-showcase {
    min-height:520px;
  }

  .showcase-main {
    inset:10px 10px 20px 35px;
  }

  .mini-top {
    top:50px;
  }

  .mini-bottom {
    right:4px;
    bottom:30px;
  }

  .trust-grid {
    grid-template-columns:1fr 1fr;
  }

  .trust-grid > div:nth-child(2) {
    border-right:0;
  }

  .trust-grid > div:nth-child(-n+2) {
    border-bottom:1px solid var(--line);
  }

  .section-block,.tools-section,.testimonial-section {
    padding:72px 0;
  }

  .section-heading {
    align-items:start;
    flex-direction:column;
  }

  .category-grid,.vendor-grid,.steps-grid,.story-grid,.article-grid {
    grid-template-columns:1fr;
  }

  .city-grid {
    grid-template-columns:1fr;
    grid-auto-rows:220px;
  }

  .large-city {
    grid-column:auto;
  }

  .tools-visual {
    min-height:580px;
  }

  .budget-card {
    left:3px;
  }

  .guest-card {
    right:3px;
  }

  .testimonial-image > img {
    height:470px;
  }

  .testimonial-rating {
    left:10px;
  }

  .vendor-cta-box {
    padding:36px 25px;
  }

  .newsletter-box {
    padding:32px 22px;
  }

  .newsletter-form {
    flex-direction:column;
  }

  .newsletter-form button {
    height:52px;
  }

  .footer-main {
    grid-template-columns:1fr;
  }

  .footer-bottom {
    flex-direction:column;
  }
}


/* =========================================================
   MINIMAL PROFESSIONAL HOMEPAGE
   ========================================================= */

.minimal-home {
  font-family:"Inter",sans-serif;
  color:#171b26;
  background:#fff;
}

.minimal-home h1,
.minimal-home h2,
.minimal-home h3,
.minimal-home strong {
  font-family:"Manrope",sans-serif;
}

.minimal-header {
  position:sticky;
  top:0;
  z-index:50;
  border-bottom:1px solid #eceef3;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(16px);
}

.minimal-header-inner {
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}

.minimal-brand img {
  width:205px;
}

.minimal-nav {
  display:flex;
  align-items:center;
  gap:28px;
}

.minimal-nav a {
  color:#555e6f;
  font-size:14px;
  font-weight:600;
}

.minimal-nav a:hover {
  color:#171b26;
}

.minimal-header-actions {
  display:flex;
  align-items:center;
  gap:16px;
}

.signin-link {
  color:#555e6f;
  font-size:14px;
  font-weight:600;
}

.business-btn {
  padding:11px 16px;
  border-radius:10px;
  color:#fff;
  background:#171b26;
  font-size:13px;
  font-weight:700;
}

.minimal-hero {
  padding:92px 0 52px;
  background:
    radial-gradient(circle at 50% 0%,rgba(110,92,231,.07),transparent 35%),
    #fff;
}

.minimal-hero-inner {
  text-align:center;
}

.minimal-hero-copy {
  max-width:850px;
  margin:0 auto;
}

.minimal-kicker {
  display:inline-block;
  margin-bottom:18px;
  color:#6e5ce7;
  font-size:12px;
  font-weight:700;
  letter-spacing:.09em;
  text-transform:uppercase;
}

.minimal-hero h1 {
  max-width:900px;
  margin:0 auto;
  font-size:clamp(52px,6vw,82px);
  line-height:1.02;
  letter-spacing:-.055em;
}

.minimal-hero-copy p {
  max-width:680px;
  margin:22px auto 0;
  color:#6b7280;
  font-size:18px;
  line-height:1.7;
}

.professional-search {
  display:grid;
  grid-template-columns:1fr 1px 1fr 1px 1fr auto;
  align-items:center;
  max-width:1030px;
  margin:38px auto 0;
  padding:8px;
  border:1px solid #dfe3ea;
  border-radius:16px;
  background:#fff;
  box-shadow:0 18px 48px rgba(22,27,38,.09);
}

.pro-search-field {
  display:flex;
  align-items:center;
  gap:12px;
  padding:0 16px;
  text-align:left;
}

.pro-search-icon {
  display:grid;
  width:34px;
  height:34px;
  place-items:center;
  border-radius:9px;
  color:#6e5ce7;
  background:#f1efff;
  font-size:17px;
}

.pro-search-control {
  flex:1;
  min-width:0;
}

.pro-search-control label {
  margin:0 0 2px;
  color:#9299a8;
  font-size:10px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.pro-search-control select,
.pro-search-control input {
  height:auto;
  padding:0;
  border:0;
  border-radius:0;
  box-shadow:none;
  color:#171b26;
  background:transparent;
  font-size:14px;
  font-weight:600;
}

.pro-search-separator {
  width:1px;
  height:42px;
  background:#e5e7eb;
}

.pro-search-btn {
  height:54px;
  padding:0 26px;
  border:0;
  border-radius:11px;
  color:#fff;
  background:#171b26;
  font-weight:700;
  cursor:pointer;
}

.minimal-hero-meta {
  display:flex;
  justify-content:center;
  gap:28px;
  margin-top:22px;
  color:#7b8290;
  font-size:13px;
}

.minimal-hero-meta span {
  position:relative;
}

.minimal-hero-meta span:not(:last-child):after {
  content:"";
  position:absolute;
  top:50%;
  right:-15px;
  width:3px;
  height:3px;
  border-radius:50%;
  background:#aeb4bf;
}

.minimal-visual-section {
  padding:0 0 88px;
}

.minimal-visual-grid {
  display:grid;
  grid-template-columns:1.45fr .55fr;
  gap:22px;
}

.visual-large,
.visual-small,
.visual-stat-card {
  border-radius:22px;
  overflow:hidden;
}

.visual-large {
  height:560px;
}

.visual-large img,
.visual-small img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.visual-side {
  display:grid;
  gap:22px;
}

.visual-small {
  height:325px;
}

.visual-stat-card {
  padding:28px;
  border:1px solid #e6e8ee;
  background:#f8f8fb;
}

.visual-stat-card span {
  color:#6e5ce7;
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
}

.visual-stat-card strong {
  display:block;
  margin:9px 0;
  font-size:24px;
  line-height:1.25;
}

.visual-stat-card p {
  color:#6b7280;
  line-height:1.65;
}

.minimal-section {
  padding:92px 0;
}

.muted-section {
  background:#f7f8fa;
}

.minimal-section-heading {
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:36px;
}

.minimal-section-heading span,
.minimal-tools-copy > span,
.minimal-vendor-cta-inner > div > span,
.minimal-newsletter-inner > div > span {
  color:#6e5ce7;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.minimal-section-heading h2,
.minimal-tools-copy h2,
.minimal-vendor-cta h2,
.minimal-newsletter h2 {
  margin-top:8px;
  font-size:clamp(34px,4vw,50px);
  line-height:1.1;
  letter-spacing:-.035em;
}

.minimal-section-heading > a {
  color:#171b26;
  font-size:14px;
  font-weight:700;
}

.minimal-category-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
}

.minimal-category-card {
  overflow:hidden;
  border:1px solid #e6e8ee;
  border-radius:18px;
  background:#fff;
  transition:transform .2s ease,box-shadow .2s ease;
}

.minimal-category-card:hover {
  transform:translateY(-3px);
  box-shadow:0 14px 30px rgba(23,27,38,.08);
}

.minimal-category-card img {
  width:100%;
  height:205px;
  object-fit:cover;
}

.minimal-category-card > div {
  padding:16px 17px 18px;
}

.minimal-category-card strong,
.minimal-category-card span {
  display:block;
}

.minimal-category-card strong {
  font-size:17px;
}

.minimal-category-card span {
  margin-top:3px;
  color:#7b8290;
  font-size:13px;
}

.minimal-vendor-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.minimal-vendor-card {
  overflow:hidden;
  border:1px solid #e4e7ec;
  border-radius:18px;
  background:#fff;
}

.minimal-vendor-image {
  position:relative;
  height:245px;
}

.minimal-vendor-image img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.minimal-verified {
  position:absolute;
  top:14px;
  left:14px;
  padding:6px 9px;
  border-radius:999px;
  color:#0f766e;
  background:#ecfdf5;
  font-size:11px;
  font-weight:700;
}

.minimal-vendor-image button {
  position:absolute;
  top:14px;
  right:14px;
  display:grid;
  width:38px;
  height:38px;
  place-items:center;
  border:0;
  border-radius:50%;
  background:#fff;
  color:#171b26;
  font-size:20px;
}

.minimal-vendor-body {
  padding:18px;
}

.minimal-vendor-type {
  color:#7b8290;
  font-size:12px;
}

.minimal-vendor-body h3 {
  margin:7px 0 10px;
  font-size:21px;
}

.minimal-rating {
  display:flex;
  align-items:center;
  gap:7px;
}

.minimal-rating span {
  color:#f4a340;
  letter-spacing:1px;
}

.minimal-rating small {
  color:#7b8290;
}

.minimal-vendor-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-top:17px;
  padding-top:15px;
  border-top:1px solid #eceef3;
  font-size:13px;
}

.minimal-vendor-bottom a {
  color:#6e5ce7;
  font-weight:700;
}

.minimal-tools-layout {
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  align-items:center;
  gap:80px;
}

.minimal-tools-copy p {
  max-width:560px;
  margin:18px 0 28px;
  color:#6b7280;
  font-size:17px;
  line-height:1.7;
}

.minimal-tool-list {
  display:grid;
  gap:16px;
}

.minimal-tool-list div {
  padding:15px 0;
  border-bottom:1px solid #eceef3;
}

.minimal-tool-list strong,
.minimal-tool-list span {
  display:block;
}

.minimal-tool-list span {
  margin-top:4px;
  color:#7b8290;
  font-size:14px;
}

.minimal-primary-link {
  display:inline-block;
  margin-top:28px;
  padding:13px 18px;
  border-radius:10px;
  color:#fff;
  background:#171b26;
  font-weight:700;
}

.minimal-tools-card {
  padding:28px;
  border:1px solid #e4e7ec;
  border-radius:22px;
  background:#fff;
  box-shadow:0 22px 55px rgba(23,27,38,.08);
}

.tools-card-header {
  display:flex;
  align-items:start;
  justify-content:space-between;
  gap:20px;
}

.tools-card-header span,
.tools-card-header strong {
  display:block;
}

.tools-card-header > div > span {
  color:#7b8290;
  font-size:13px;
}

.tools-card-header > div > strong {
  margin-top:3px;
  font-size:26px;
}

.tools-card-status {
  padding:6px 9px;
  border-radius:999px;
  color:#0f766e;
  background:#ecfdf5;
  font-size:11px;
  font-weight:700;
}

.minimal-progress {
  height:8px;
  margin:22px 0;
  overflow:hidden;
  border-radius:999px;
  background:#eceef3;
}

.minimal-progress i {
  display:block;
  width:68%;
  height:100%;
  border-radius:inherit;
  background:#6e5ce7;
}

.minimal-tools-stats {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.minimal-tools-stats div {
  padding:16px;
  border-radius:14px;
  background:#f7f8fa;
}

.minimal-tools-stats span,
.minimal-tools-stats strong {
  display:block;
}

.minimal-tools-stats span {
  color:#7b8290;
  font-size:11px;
}

.minimal-tools-stats strong {
  margin-top:5px;
  font-size:24px;
}

.minimal-task-list {
  display:grid;
  gap:11px;
  margin-top:22px;
}

.minimal-task-list > div {
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px;
  border:1px solid #eceef3;
  border-radius:13px;
}

.minimal-task-list > div > span {
  color:#6e5ce7;
  font-size:20px;
}

.minimal-task-list strong,
.minimal-task-list small {
  display:block;
}

.minimal-task-list small {
  color:#7b8290;
}

.minimal-story-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.minimal-story-grid article {
  overflow:hidden;
  border-radius:18px;
  background:#fff;
}

.minimal-story-grid img {
  width:100%;
  height:330px;
  object-fit:cover;
}

.minimal-story-grid article > div {
  padding:18px;
}

.minimal-story-grid article span {
  color:#6e5ce7;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
}

.minimal-story-grid h3 {
  margin:5px 0;
  font-size:21px;
}

.minimal-story-grid p {
  color:#7b8290;
  font-size:13px;
}

.minimal-vendor-cta {
  padding:85px 0;
  background:#171b26;
}

.minimal-vendor-cta-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:50px;
  color:#fff;
}

.minimal-vendor-cta h2 {
  max-width:700px;
}

.minimal-vendor-cta p {
  max-width:620px;
  margin-top:14px;
  color:#c7cbd5;
  line-height:1.7;
}

.minimal-vendor-cta-actions {
  display:flex;
  gap:12px;
  flex:0 0 auto;
}

.minimal-light-btn,
.minimal-outline-btn {
  padding:13px 17px;
  border-radius:10px;
  font-weight:700;
}

.minimal-light-btn {
  color:#171b26;
  background:#fff;
}

.minimal-outline-btn {
  border:1px solid #454b58;
  color:#fff;
}

.minimal-article-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.minimal-article-grid article {
  overflow:hidden;
  border:1px solid #e6e8ee;
  border-radius:18px;
  background:#fff;
}

.minimal-article-grid img {
  width:100%;
  height:220px;
  object-fit:cover;
}

.minimal-article-grid article > div {
  padding:18px;
}

.minimal-article-grid span {
  color:#6e5ce7;
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
}

.minimal-article-grid h3 {
  margin:7px 0 14px;
  font-size:20px;
  line-height:1.3;
}

.minimal-article-grid a {
  font-size:13px;
  font-weight:700;
}

.minimal-newsletter {
  padding:0 0 90px;
}

.minimal-newsletter-inner {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:50px;
  padding:38px 40px;
  border:1px solid #e4e7ec;
  border-radius:20px;
  background:#f7f8fa;
}

.minimal-newsletter-form {
  display:flex;
  gap:10px;
}

.minimal-newsletter-form input {
  height:52px;
  background:#fff;
}

.minimal-newsletter-form button {
  min-width:125px;
  border:0;
  border-radius:10px;
  color:#fff;
  background:#171b26;
  font-weight:700;
}

.minimal-newsletter-form-wrap small {
  display:block;
  margin-top:7px;
  color:#8b91a0;
}

.professional-footer {
  padding:68px 0 22px;
  color:#d8dce5;
  background:#11141c;
}

.professional-footer-main {
  display:grid;
  grid-template-columns:1.6fr repeat(3,1fr);
  gap:55px;
  padding-bottom:44px;
}

.professional-footer-brand img {
  width:190px;
  filter:brightness(0) invert(1);
}

.professional-footer-brand p {
  max-width:330px;
  margin-top:16px;
  color:#959dab;
  line-height:1.7;
}

.professional-footer-social {
  display:flex;
  gap:16px;
  margin-top:20px;
}

.professional-footer-social a {
  color:#b7beca;
  font-size:13px;
}

.professional-footer-column {
  display:grid;
  align-content:start;
  gap:11px;
}

.professional-footer-column strong {
  margin-bottom:5px;
  color:#fff;
}

.professional-footer-column a {
  color:#959dab;
  font-size:14px;
}

.professional-footer-column a:hover {
  color:#fff;
}

.professional-footer-bottom {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding-top:20px;
  border-top:1px solid #2a2f3a;
  color:#777f8d;
  font-size:13px;
}

.professional-footer-bottom div {
  display:flex;
  gap:18px;
}

@media(max-width:1100px) {
  .minimal-nav {
    display:none;
  }

  .professional-search {
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .pro-search-separator {
    display:none;
  }

  .pro-search-field {
    padding:11px;
    border:1px solid #eceef3;
    border-radius:10px;
  }

  .pro-search-btn {
    grid-column:1/-1;
  }

  .minimal-tools-layout {
    grid-template-columns:1fr;
  }

  .professional-footer-main {
    grid-template-columns:1.4fr 1fr 1fr;
  }

  .professional-footer-column:last-child {
    grid-column:2/4;
  }
}

@media(max-width:820px) {
  .minimal-category-grid,
  .minimal-vendor-grid,
  .minimal-story-grid,
  .minimal-article-grid {
    grid-template-columns:1fr 1fr;
  }

  .minimal-visual-grid {
    grid-template-columns:1fr;
  }

  .visual-large {
    height:460px;
  }

  .visual-side {
    grid-template-columns:1fr 1fr;
  }

  .visual-small {
    height:240px;
  }

  .minimal-vendor-cta-inner {
    align-items:flex-start;
    flex-direction:column;
  }

  .minimal-newsletter-inner {
    grid-template-columns:1fr;
  }

  .professional-footer-main {
    grid-template-columns:1fr 1fr;
  }

  .professional-footer-column:last-child {
    grid-column:auto;
  }
}

@media(max-width:620px) {
  .minimal-header-actions .signin-link {
    display:none;
  }

  .business-btn {
    padding:10px 12px;
    font-size:12px;
  }

  .minimal-hero {
    padding-top:62px;
  }

  .professional-search {
    grid-template-columns:1fr;
  }

  .pro-search-btn {
    grid-column:auto;
  }

  .minimal-hero-meta {
    flex-wrap:wrap;
    gap:12px 20px;
  }

  .minimal-hero-meta span:after {
    display:none;
  }

  .visual-large {
    height:340px;
  }

  .visual-side {
    grid-template-columns:1fr;
  }

  .minimal-section {
    padding:70px 0;
  }

  .minimal-section-heading {
    align-items:flex-start;
    flex-direction:column;
  }

  .minimal-category-grid,
  .minimal-vendor-grid,
  .minimal-story-grid,
  .minimal-article-grid {
    grid-template-columns:1fr;
  }

  .minimal-tools-stats {
    grid-template-columns:1fr;
  }

  .minimal-vendor-cta-actions {
    width:100%;
    flex-direction:column;
  }

  .minimal-light-btn,
  .minimal-outline-btn {
    text-align:center;
  }

  .minimal-newsletter-form {
    flex-direction:column;
  }

  .minimal-newsletter-form button {
    height:50px;
  }

  .professional-footer-main {
    grid-template-columns:1fr;
  }

  .professional-footer-bottom {
    align-items:flex-start;
    flex-direction:column;
  }
}


/* =========================================================
   PREMIUM PROFESSIONAL FOOTER
   ========================================================= */

.footer-pre-cta {
  padding:80px 0;
  background:#f7f8fa;
  border-top:1px solid #eceef3;
}

.footer-pre-cta-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:45px;
}

.footer-pre-cta span {
  color:#6e5ce7;
  font-size:12px;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.footer-pre-cta h2 {
  max-width:760px;
  margin-top:8px;
  font-family:"Manrope",sans-serif;
  font-size:clamp(34px,4vw,50px);
  line-height:1.1;
  letter-spacing:-.035em;
}

.footer-pre-cta p {
  max-width:650px;
  margin-top:13px;
  color:#6b7280;
  line-height:1.7;
}

.footer-pre-cta-actions {
  display:flex;
  gap:12px;
  flex:0 0 auto;
}

.footer-primary-action,
.footer-secondary-action {
  padding:13px 18px;
  border-radius:10px;
  font-size:14px;
  font-weight:700;
}

.footer-primary-action {
  color:#fff;
  background:#171b26;
}

.footer-secondary-action {
  border:1px solid #d8dce4;
  color:#171b26;
  background:#fff;
}

.premium-footer {
  padding:72px 0 24px;
  color:#c7ccd7;
  background:#0f1219;
}

.premium-footer-top {
  display:grid;
  grid-template-columns:1.1fr 2.2fr;
  gap:80px;
  padding-bottom:48px;
}

.premium-footer-brand img {
  width:190px;
  filter:brightness(0) invert(1);
}

.premium-footer-brand > p {
  max-width:360px;
  margin-top:18px;
  color:#9299a8;
  font-size:14px;
  line-height:1.75;
}

.footer-trust-row {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
  margin-top:28px;
}

.footer-trust-row > div {
  padding:14px;
  border:1px solid #282d37;
  border-radius:12px;
  background:#151922;
}

.footer-trust-row strong,
.footer-trust-row span {
  display:block;
}

.footer-trust-row strong {
  color:#fff;
  font-size:17px;
}

.footer-trust-row span {
  margin-top:3px;
  color:#7f8796;
  font-size:11px;
}

.premium-footer-links {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:35px;
}

.premium-footer-column {
  display:grid;
  align-content:start;
  gap:11px;
}

.premium-footer-column strong {
  margin-bottom:6px;
  color:#fff;
  font-size:14px;
}

.premium-footer-column a {
  color:#8f97a6;
  font-size:13px;
  transition:color .2s ease;
}

.premium-footer-column a:hover {
  color:#fff;
}

.premium-footer-newsletter {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:50px;
  padding:28px 0;
  border-top:1px solid #262b35;
  border-bottom:1px solid #262b35;
}

.premium-footer-newsletter strong,
.premium-footer-newsletter span {
  display:block;
}

.premium-footer-newsletter strong {
  color:#fff;
  font-size:16px;
}

.premium-footer-newsletter span {
  margin-top:5px;
  color:#8f97a6;
  font-size:13px;
}

.footer-newsletter-form {
  display:flex;
  gap:9px;
}

.footer-newsletter-form input {
  height:48px;
  border:1px solid #303642;
  color:#fff;
  background:#171b24;
}

.footer-newsletter-form input::placeholder {
  color:#7d8594;
}

.footer-newsletter-form input:focus {
  border-color:#6e5ce7;
  box-shadow:0 0 0 3px rgba(110,92,231,.15);
}

.footer-newsletter-form button {
  min-width:115px;
  border:0;
  border-radius:10px;
  color:#171b26;
  background:#fff;
  font-weight:700;
  cursor:pointer;
}

.footer-newsletter-wrap .form-message {
  margin-top:7px;
}

.premium-footer-meta {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
  padding:22px 0;
  border-bottom:1px solid #262b35;
}

.footer-security,
.footer-country {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:18px;
  color:#838b99;
  font-size:12px;
}

.footer-country span {
  padding-right:18px;
  border-right:1px solid #303642;
}

.footer-country span:last-child {
  padding-right:0;
  border-right:0;
}

.premium-footer-bottom {
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:30px;
  padding-top:22px;
  color:#737b89;
  font-size:12px;
}

.footer-legal-links {
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:17px;
}

.footer-social-links {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.footer-legal-links a,
.footer-social-links a {
  color:#838b99;
}

.footer-legal-links a:hover,
.footer-social-links a:hover {
  color:#fff;
}

@media(max-width:1050px) {
  .premium-footer-top {
    grid-template-columns:1fr;
    gap:42px;
  }

  .premium-footer-links {
    grid-template-columns:repeat(4,1fr);
  }

  .premium-footer-bottom {
    grid-template-columns:1fr;
    justify-items:start;
  }

  .footer-legal-links {
    justify-content:flex-start;
  }
}

@media(max-width:820px) {
  .footer-pre-cta-inner {
    align-items:flex-start;
    flex-direction:column;
  }

  .premium-footer-links {
    grid-template-columns:repeat(2,1fr);
  }

  .premium-footer-newsletter {
    grid-template-columns:1fr;
  }

  .premium-footer-meta {
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(max-width:560px) {
  .footer-pre-cta {
    padding:62px 0;
  }

  .footer-pre-cta-actions {
    width:100%;
    flex-direction:column;
  }

  .footer-primary-action,
  .footer-secondary-action {
    text-align:center;
  }

  .premium-footer {
    padding-top:55px;
  }

  .footer-trust-row,
  .premium-footer-links {
    grid-template-columns:1fr;
  }

  .footer-newsletter-form {
    flex-direction:column;
  }

  .footer-newsletter-form button {
    height:48px;
  }

  .footer-security,
  .footer-country,
  .footer-social-links {
    align-items:flex-start;
    flex-direction:column;
  }

  .footer-country span {
    padding-right:0;
    border-right:0;
  }
}


/* =========================================================
   KNOTTYWEDDING LOGO-MATCHED GRADIENT SYSTEM
   ========================================================= */

:root {
  --brand-gradient:
    linear-gradient(
      105deg,
      #f2548d 0%,
      #b65ce7 34%,
      #7759eb 57%,
      #2aa6e8 80%,
      #1cbdb9 100%
    );

  --brand-gradient-hover:
    linear-gradient(
      105deg,
      #e7447e 0%,
      #a74ed9 34%,
      #6748dc 57%,
      #1797d9 80%,
      #13aaa6 100%
    );

  --brand-gradient-soft:
    linear-gradient(
      105deg,
      rgba(242,84,141,.10),
      rgba(119,89,235,.10),
      rgba(42,166,232,.10),
      rgba(28,189,185,.10)
    );

  --brand-shadow:
    0 12px 28px rgba(119,89,235,.22);
}

/* Primary interactive buttons */
.business-btn,
.pro-search-btn,
.minimal-primary-link,
.minimal-newsletter-form button,
.footer-primary-action,
.submit-btn,
.primary-btn,
.header-cta,
.hero-search-btn,
.primary-action,
.white-btn,
.footer-newsletter-form button {
  position:relative;
  overflow:hidden;
  border:0 !important;
  color:#fff !important;
  background:var(--brand-gradient) !important;
  box-shadow:var(--brand-shadow);
  transition:
    transform .2s ease,
    box-shadow .2s ease,
    filter .2s ease;
}

.business-btn:hover,
.pro-search-btn:hover,
.minimal-primary-link:hover,
.minimal-newsletter-form button:hover,
.footer-primary-action:hover,
.submit-btn:hover,
.primary-btn:hover,
.header-cta:hover,
.hero-search-btn:hover,
.primary-action:hover,
.white-btn:hover,
.footer-newsletter-form button:hover {
  color:#fff !important;
  background:var(--brand-gradient-hover) !important;
  box-shadow:0 16px 34px rgba(119,89,235,.28);
  transform:translateY(-2px);
}

/* Subtle animated shine */
.business-btn::after,
.pro-search-btn::after,
.minimal-primary-link::after,
.minimal-newsletter-form button::after,
.footer-primary-action::after,
.submit-btn::after,
.primary-btn::after,
.header-cta::after,
.hero-search-btn::after,
.primary-action::after,
.footer-newsletter-form button::after {
  content:"";
  position:absolute;
  top:-70%;
  left:-45%;
  width:34%;
  height:240%;
  pointer-events:none;
  background:rgba(255,255,255,.22);
  transform:rotate(22deg);
  transition:left .45s ease;
}

.business-btn:hover::after,
.pro-search-btn:hover::after,
.minimal-primary-link:hover::after,
.minimal-newsletter-form button:hover::after,
.footer-primary-action:hover::after,
.submit-btn:hover::after,
.primary-btn:hover::after,
.header-cta:hover::after,
.hero-search-btn:hover::after,
.primary-action:hover::after,
.footer-newsletter-form button:hover::after {
  left:125%;
}

/* Secondary buttons aligned with the logo palette */
.footer-secondary-action,
.minimal-outline-btn,
.ghost-btn {
  border:1px solid rgba(119,89,235,.28) !important;
  color:#5e4bd1 !important;
  background:
    linear-gradient(#fff,#fff) padding-box,
    var(--brand-gradient) border-box !important;
  box-shadow:none;
  transition:
    color .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

.footer-secondary-action:hover,
.minimal-outline-btn:hover,
.ghost-btn:hover {
  color:#fff !important;
  border-color:transparent !important;
  background:var(--brand-gradient) !important;
  box-shadow:var(--brand-shadow);
  transform:translateY(-2px);
}

/* Search component logo alignment */
.professional-search {
  border:1px solid rgba(119,89,235,.15);
  box-shadow:
    0 18px 48px rgba(22,27,38,.08),
    0 0 0 1px rgba(42,166,232,.04);
}

.professional-search:focus-within {
  border-color:rgba(119,89,235,.42);
  box-shadow:
    0 20px 52px rgba(119,89,235,.13),
    0 0 0 4px rgba(119,89,235,.06);
}

.pro-search-icon {
  color:#fff;
  background:var(--brand-gradient);
  box-shadow:0 7px 18px rgba(119,89,235,.17);
}

.pro-search-field:hover .pro-search-icon {
  transform:translateY(-1px);
}

.pro-search-control select:focus,
.pro-search-control input:focus {
  box-shadow:none !important;
}

/* Logo-matched accents throughout */
.minimal-kicker,
.minimal-section-heading span,
.minimal-tools-copy > span,
.minimal-vendor-cta-inner > div > span,
.minimal-newsletter-inner > div > span,
.footer-pre-cta span,
.minimal-article-grid span,
.minimal-story-grid article span {
  background:var(--brand-gradient);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent !important;
}

.minimal-category-card:hover,
.minimal-vendor-card:hover,
.minimal-article-grid article:hover {
  border-color:rgba(119,89,235,.24);
}

.minimal-verified,
.tools-card-status {
  color:#147d75;
  background:
    linear-gradient(
      105deg,
      rgba(28,189,185,.12),
      rgba(42,166,232,.10)
    );
}

.minimal-rating span {
  background:linear-gradient(90deg,#f4a340,#f2548d);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.minimal-progress i {
  background:var(--brand-gradient);
}

.minimal-vendor-bottom a,
.minimal-section-heading > a,
.minimal-article-grid a,
.premium-footer-column a:hover,
.footer-legal-links a:hover,
.footer-social-links a:hover {
  color:#7759eb;
}

/* Footer newsletter button keeps strong readability */
.footer-newsletter-form button {
  min-width:122px;
}

/* Gradient divider for a more unified professional footer */
.premium-footer {
  position:relative;
}

.premium-footer::before {
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:3px;
  background:var(--brand-gradient);
}

.footer-pre-cta {
  position:relative;
  overflow:hidden;
}

.footer-pre-cta::before {
  content:"";
  position:absolute;
  width:420px;
  height:420px;
  top:-260px;
  right:-130px;
  border-radius:50%;
  background:var(--brand-gradient-soft);
  filter:blur(10px);
  pointer-events:none;
}

.footer-trust-row > div:hover {
  border-color:rgba(119,89,235,.35);
  background:
    linear-gradient(#151922,#151922) padding-box,
    var(--brand-gradient) border-box;
}

/* Maintain compact, professional radii */
.business-btn,
.pro-search-btn,
.minimal-primary-link,
.minimal-newsletter-form button,
.footer-primary-action,
.footer-secondary-action,
.footer-newsletter-form button,
.submit-btn {
  border-radius:10px !important;
}

/* Mobile consistency */
@media(max-width:620px) {
  .pro-search-btn,
  .minimal-newsletter-form button,
  .footer-newsletter-form button,
  .footer-primary-action,
  .footer-secondary-action {
    width:100%;
  }
}


/* =========================================================
   SIMPLE PROFESSIONAL SEARCH BAR
   ========================================================= */

.professional-search {
  display:grid;
  grid-template-columns:1fr 1px 1fr 1px 1fr auto;
  align-items:center;
  max-width:1030px;
  margin:38px auto 0;
  padding:8px;
  border:1px solid #e1e5eb !important;
  border-radius:16px;
  background:#ffffff !important;
  box-shadow:0 16px 38px rgba(20,24,36,.07) !important;
}

.professional-search:focus-within {
  border-color:#cfd5de !important;
  box-shadow:
    0 18px 42px rgba(20,24,36,.09),
    0 0 0 4px rgba(119,89,235,.05) !important;
}

.pro-search-field {
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  padding:0 16px;
}

.pro-search-icon {
  display:grid;
  flex:0 0 34px;
  width:34px;
  height:34px;
  place-items:center;
  border-radius:9px;
  color:#6b7280 !important;
  background:#f4f5f7 !important;
  box-shadow:none !important;
  font-size:17px;
  transition:
    color .2s ease,
    background .2s ease;
}

.pro-search-field:hover .pro-search-icon,
.pro-search-field:focus-within .pro-search-icon {
  color:#5f4fd4 !important;
  background:#f0eefe !important;
  transform:none !important;
}

.pro-search-control {
  min-width:0;
}

.pro-search-control label {
  color:#8f96a3;
}

.pro-search-control select,
.pro-search-control input {
  color:#171b26;
  background:transparent !important;
  box-shadow:none !important;
}

.pro-search-control select:focus,
.pro-search-control input:focus {
  border:0 !important;
  box-shadow:none !important;
}

.pro-search-separator {
  width:1px;
  height:42px;
  background:#e5e7eb;
}

.pro-search-btn {
  height:54px;
  min-width:118px;
  padding:0 24px;
  border:0 !important;
  border-radius:11px !important;
  color:#ffffff !important;
  background:#171b26 !important;
  box-shadow:none !important;
  font-weight:700;
  transition:
    background .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

.pro-search-btn::after {
  display:none !important;
}

.pro-search-btn:hover {
  color:#ffffff !important;
  background:#252a36 !important;
  box-shadow:0 10px 24px rgba(23,27,38,.14) !important;
  transform:translateY(-1px);
}

@media(max-width:1100px) {
  .professional-search {
    grid-template-columns:1fr 1fr;
    gap:10px;
  }

  .pro-search-separator {
    display:none;
  }

  .pro-search-field {
    padding:11px 12px;
    border:1px solid #eceef3;
    border-radius:10px;
    background:#fff;
  }

  .pro-search-btn {
    grid-column:1/-1;
    width:100%;
  }
}

@media(max-width:620px) {
  .professional-search {
    grid-template-columns:1fr;
  }

  .pro-search-btn {
    grid-column:auto;
  }
}


/* =========================================================
   SIMPLE SEARCH DROPDOWN DESIGN
   ========================================================= */

.pro-search-control {
  position:relative;
}

.pro-search-control select {
  width:100%;
  padding-right:28px !important;
  cursor:pointer;
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  background:
    linear-gradient(45deg, transparent 50%, #8b92a0 50%)
      calc(100% - 15px) calc(50% - 2px) / 5px 5px no-repeat,
    linear-gradient(135deg, #8b92a0 50%, transparent 50%)
      calc(100% - 10px) calc(50% - 2px) / 5px 5px no-repeat !important;
}

.pro-search-control select:hover {
  color:#111827;
}

.pro-search-control select:focus {
  color:#111827;
}

.pro-search-control select option {
  color:#1f2937;
  background:#ffffff;
  font-size:14px;
  font-weight:500;
  padding:10px 12px;
}

/* Remove heavy browser styling where supported */
.pro-search-control select::-ms-expand {
  display:none;
}

/* Keep dropdown field clean on mobile */
@media(max-width:1100px) {
  .pro-search-control select {
    min-height:24px;
  }
}

/* COMPLETE MULTI-PAGE UI */
body{font-family:Inter,sans-serif;background:#fff;color:#1f2937}
h1,h2,h3{font-family:"Playfair Display",serif}
.complete-header{background:#fff}
.complete-nav{display:flex}
.header-actions{display:flex;gap:14px;align-items:center}
.full-hero{padding:78px 0;background:#faf7f2}
.full-hero-grid{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:64px}
.full-hero h1{font-size:clamp(48px,6vw,78px);line-height:1.02;margin:10px 0 20px}
.full-hero p{font-size:18px;color:#6b7280;line-height:1.7}
.hero-image-wrap img{width:100%;height:580px;object-fit:cover;border-radius:28px}
.hero-trust-badges{display:flex;gap:18px;margin-top:20px;color:#6b7280;font-size:13px}
.page-section{padding:88px 0}.soft-section{background:#faf7f2}
.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:34px}.section-heading h2{font-size:44px;margin-top:6px}.section-heading a{font-weight:700}
.icon-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.icon-category-grid a{padding:24px;border:1px solid #e5e7eb;border-radius:16px;background:#fff;transition:.2s}
.icon-category-grid a:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(0,0,0,.07)}
.icon-category-grid span,.icon-category-grid strong,.icon-category-grid small{display:block}.icon-category-grid span{font-size:26px}.icon-category-grid strong{margin:12px 0 4px}.icon-category-grid small{color:#6b7280}
.vendor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.vendor-card{border:1px solid #e5e7eb;border-radius:16px;overflow:hidden;background:#fff}.vendor-image{position:relative;height:240px}.vendor-image img{width:100%;height:100%;object-fit:cover}.vendor-image button{position:absolute;top:14px;right:14px;width:38px;height:38px;border-radius:50%;border:0;background:#fff}.verified-badge{position:absolute;top:14px;left:14px;padding:6px 10px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:11px;font-weight:700}.vendor-body{padding:18px}.vendor-body h3{font-size:24px;margin:8px 0}.vendor-body p{color:#f59e0b}.vendor-body strong{display:block;margin:10px 0}.vendor-body a{display:inline-block;padding:11px 16px;border-radius:999px;background:linear-gradient(90deg,#f2548d,#7759eb,#2aa6e8);color:#fff;font-weight:700}
.two-column-feature{display:grid;grid-template-columns:1fr 1fr;gap:55px;align-items:center}.two-column-feature img{width:100%;height:420px;object-fit:cover;border-radius:20px}.city-link-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:24px}.city-link-grid a{padding:14px;border:1px solid #e5e7eb;border-radius:12px}
.tool-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.tool-card-grid>a,.tool-card-grid>div{padding:24px;border:1px solid #e5e7eb;border-radius:16px;background:#fff}.tool-card-grid strong,.tool-card-grid span,.tool-card-grid em{display:block}.tool-card-grid span{margin-top:5px;color:#6b7280}.tool-card-grid em{margin-top:14px;color:#7759eb;font-style:normal;font-weight:700}
.story-grid,.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.story-grid>a,.story-grid>article,.article-grid>a,.article-grid>article{border-radius:16px;overflow:hidden;background:#fff;border:1px solid #e5e7eb}.story-grid img,.article-grid img{width:100%;height:280px;object-fit:cover}.story-grid div,.article-grid div,.article-grid>a{padding-bottom:0}.story-grid div,.article-grid article>div{padding:18px}.story-grid strong,.story-grid span,.article-grid span,.article-grid strong{display:block}.story-grid span,.article-grid span{color:#6b7280;margin-top:4px}
.vendor-growth-cta{padding:72px 0;background:#1f2937;color:#fff}.vendor-growth-cta .shell{display:flex;justify-content:space-between;align-items:center;gap:30px}.vendor-growth-cta h2{font-size:44px;max-width:800px}.vendor-growth-cta p{color:#d1d5db;margin-top:10px}.vendor-growth-cta a{padding:13px 20px;border-radius:999px;background:linear-gradient(90deg,#f2548d,#7759eb,#2aa6e8);color:#fff;font-weight:700}
.subpage-hero{padding:70px 0;background:#faf7f2;text-align:center}.subpage-hero h1{font-size:56px}.subpage-hero p{color:#6b7280;margin:12px auto 24px;max-width:700px}.listing-search{display:flex;gap:10px;max-width:760px;margin:24px auto 0}.listing-search>*{height:52px}.listing-search button{padding:0 24px;border:0;border-radius:12px;background:#1f2937;color:#fff}
.listing-layout{display:grid;grid-template-columns:260px 1fr;gap:30px;padding:50px 0}.filters-panel{padding:22px;border:1px solid #e5e7eb;border-radius:16px;height:max-content}.filters-panel label{display:block;margin-top:16px}.filters-panel input[type=checkbox]{width:auto}.listing-toolbar{display:flex;justify-content:space-between;margin-bottom:20px}
.detail-gallery{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:230px 230px;gap:12px;padding-top:32px}.detail-gallery img{width:100%;height:100%;object-fit:cover;border-radius:14px}.gallery-main{grid-row:1/3}.detail-layout{display:grid;grid-template-columns:1fr 360px;gap:40px;padding:40px 0}.detail-heading h1{font-size:48px}.verified-badge.inline{position:static;display:inline-block}.detail-tabs{display:flex;gap:20px;padding:18px 0;border-bottom:1px solid #e5e7eb;margin-bottom:20px}.detail-content section{padding:28px 0;border-bottom:1px solid #e5e7eb}.detail-chip-grid{display:flex;flex-wrap:wrap;gap:10px}.detail-chip-grid span{padding:9px 13px;background:#f3f4f6;border-radius:999px}.package-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.package-grid article{padding:20px;border:1px solid #e5e7eb;border-radius:14px}.map-placeholder{height:260px;border-radius:14px;background:#f3f4f6;display:grid;place-items:center}.quote-card{position:sticky;top:100px;height:max-content;padding:24px;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 15px 35px rgba(0,0,0,.08)}.quote-card input,.quote-card textarea{margin-top:10px}.quote-card button,.quote-card a{display:block;width:100%;padding:12px;margin-top:10px;text-align:center;border-radius:999px}.quote-card button{border:0;background:linear-gradient(90deg,#f2548d,#7759eb,#2aa6e8);color:#fff}.quote-card a{border:1px solid #d1d5db}
.signup-hero{padding:78px 0;background:#faf7f2}.signup-hero .shell{display:grid;grid-template-columns:1.2fr .8fr;gap:60px;align-items:center}.signup-hero h1{font-size:60px}.signup-hero p{color:#6b7280;font-size:18px;line-height:1.7}.signup-card{padding:26px;border-radius:18px;background:#fff;border:1px solid #e5e7eb;box-shadow:0 20px 45px rgba(0,0,0,.08)}.signup-card>*{margin-top:12px}.signup-card button{width:100%;padding:13px;border:0;border-radius:999px;background:linear-gradient(90deg,#f2548d,#7759eb,#2aa6e8);color:#fff}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.pricing-grid article{padding:28px;border:1px solid #e5e7eb;border-radius:18px}.featured-plan{border:2px solid #7759eb!important;transform:translateY(-8px)}.pricing-grid strong{display:block;font-size:32px;margin:15px 0}.pricing-grid li{margin:10px 0}.pricing-grid a{display:block;margin-top:20px;padding:12px;border-radius:999px;background:#1f2937;color:#fff;text-align:center}
.blog-categories{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:20px}.blog-categories a{padding:9px 14px;border:1px solid #d1d5db;border-radius:999px;background:#fff}
.auth-page{min-height:70vh;display:grid;place-items:center;padding:60px}.auth-card{width:min(100%,420px);padding:32px;border:1px solid #e5e7eb;border-radius:18px;box-shadow:0 20px 45px rgba(0,0,0,.08);text-align:center}.auth-card img{width:200px;margin:auto}.auth-card input{margin-top:12px}.auth-card button{width:100%;margin-top:14px;padding:13px;border:0;border-radius:999px;background:#1f2937;color:#fff}
.complete-footer{background:#111827;color:#d1d5db;padding:60px 0 20px}.complete-footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:40px}.complete-footer-grid img{width:190px;filter:brightness(0) invert(1)}.complete-footer-grid p{color:#9ca3af;max-width:320px;line-height:1.7}.complete-footer-grid>div{display:grid;align-content:start;gap:10px}.complete-footer-grid strong{color:#fff}.complete-footer-grid a{color:#9ca3af}.complete-footer-bottom{display:flex;justify-content:space-between;border-top:1px solid #374151;margin-top:35px;padding-top:20px;font-size:13px}.mobile-bottom-nav{display:none}
@media(max-width:1000px){.complete-nav{display:none}.full-hero-grid,.signup-hero .shell,.two-column-feature,.detail-layout{grid-template-columns:1fr}.icon-category-grid{grid-template-columns:repeat(3,1fr)}.vendor-grid,.tool-card-grid,.story-grid,.article-grid,.pricing-grid{grid-template-columns:repeat(2,1fr)}.listing-layout{grid-template-columns:1fr}.filters-panel{position:static}.complete-footer-grid{grid-template-columns:1fr 1fr}.quote-card{position:static}}
@media(max-width:650px){.header-actions .text-link{display:none}.full-hero{padding-top:45px}.hero-image-wrap img{height:380px}.professional-search{grid-template-columns:1fr}.pro-search-separator{display:none}.icon-category-grid,.vendor-grid,.tool-card-grid,.story-grid,.article-grid,.pricing-grid{grid-template-columns:1fr}.section-heading,.vendor-growth-cta .shell{align-items:flex-start;flex-direction:column}.listing-search{flex-direction:column}.detail-gallery{grid-template-columns:1fr;grid-template-rows:auto}.gallery-main{grid-row:auto}.detail-gallery img{height:250px}.package-grid{grid-template-columns:1fr}.complete-footer-grid{grid-template-columns:1fr}.complete-footer-bottom{flex-direction:column;gap:8px}.mobile-bottom-nav{display:grid;grid-template-columns:repeat(4,1fr);position:fixed;left:0;right:0;bottom:0;z-index:60;background:#fff;border-top:1px solid #e5e7eb}.mobile-bottom-nav a{padding:12px 5px;text-align:center;font-size:12px}.complete-footer{padding-bottom:80px}}

.mobile-bottom-nav {
  display:none;
}
@media(max-width:650px) {
  .mobile-bottom-nav {
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:100;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    border-top:1px solid #e5e7eb;
    background:rgba(255,255,255,.96);
    backdrop-filter:blur(14px);
    box-shadow:0 -8px 24px rgba(17,24,39,.06);
  }
  .mobile-bottom-nav a {
    padding:12px 5px;
    color:#4b5563;
    text-align:center;
    font-size:12px;
    font-weight:600;
  }
  .premium-footer {
    padding-bottom:78px;
  }
}


/* =========================================================
   UNIFIED KNOTTYWEDDING DESIGN SYSTEM
   Applies homepage typography, spacing, header and footer
   across all internal pages.
   ========================================================= */

:root {
  --kw-text:#171b26;
  --kw-muted:#6b7280;
  --kw-border:#e5e7eb;
  --kw-surface:#ffffff;
  --kw-soft:#f7f8fa;
  --kw-accent:#6e5ce7;
  --kw-radius:18px;
  --kw-shadow:0 18px 45px rgba(23,27,38,.08);
}

body {
  font-family:"Inter",sans-serif !important;
  color:var(--kw-text);
  background:#fff;
}

h1,h2,h3,h4,h5,h6,
.vendor-body h3,
.section-heading h2,
.detail-heading h1,
.signup-hero h1,
.subpage-hero h1,
.auth-card h1 {
  font-family:"Manrope",sans-serif !important;
  letter-spacing:-.035em;
}

p,li,label,input,textarea,select,button,a,span,small,strong {
  font-family:"Inter",sans-serif;
}

.complete-header,
.site-header {
  display:none !important;
}

.minimal-header {
  display:block !important;
}

.minimal-nav a.active {
  color:#171b26;
}

.subpage-hero,
.signup-hero {
  padding:74px 0;
  background:
    radial-gradient(circle at 50% 0%,rgba(110,92,231,.06),transparent 36%),
    #f8f8fb;
  text-align:center;
}

.subpage-hero h1,
.signup-hero h1 {
  max-width:900px;
  margin:0 auto;
  font-size:clamp(44px,5.5vw,68px);
  line-height:1.05;
}

.subpage-hero p,
.signup-hero p {
  max-width:720px;
  margin:16px auto 0;
  color:var(--kw-muted);
  font-size:17px;
  line-height:1.7;
}

.page-section {
  padding:86px 0;
}

.soft-section {
  background:var(--kw-soft);
}

.section-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:24px;
  margin-bottom:34px;
}

.section-heading h2 {
  font-size:clamp(34px,4vw,50px);
  line-height:1.1;
}

.section-heading a {
  color:var(--kw-text);
  font-weight:700;
}

.vendor-card,
.article-grid article,
.story-grid article,
.icon-category-grid a,
.tool-card-grid > a,
.tool-card-grid > div,
.package-grid article,
.pricing-grid article,
.filters-panel,
.quote-card,
.signup-card,
.auth-card,
.legal-card,
.contact-panel,
.form-card {
  border:1px solid var(--kw-border);
  border-radius:var(--kw-radius);
  background:#fff;
  box-shadow:none;
}

.vendor-card,
.article-grid article,
.story-grid article,
.icon-category-grid a,
.tool-card-grid > a,
.tool-card-grid > div {
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}

.vendor-card:hover,
.article-grid article:hover,
.story-grid article:hover,
.icon-category-grid a:hover,
.tool-card-grid > a:hover,
.tool-card-grid > div:hover {
  transform:translateY(-3px);
  border-color:#d8dce4;
  box-shadow:0 14px 32px rgba(23,27,38,.07);
}

.vendor-image,
.article-grid img,
.story-grid img,
.detail-gallery img,
.hero-image-wrap img {
  border-radius:14px;
}

.vendor-body a,
.quote-card button,
.signup-card button,
.pricing-grid a,
.auth-card button,
.header-cta {
  border-radius:10px !important;
  background:linear-gradient(105deg,#f2548d,#7759eb 58%,#2aa6e8) !important;
  color:#fff !important;
  box-shadow:0 10px 24px rgba(119,89,235,.18);
}

.listing-search {
  max-width:860px;
  margin:28px auto 0;
  padding:8px;
  border:1px solid var(--kw-border);
  border-radius:16px;
  background:#fff;
  box-shadow:0 14px 34px rgba(23,27,38,.07);
}

.listing-search select,
.listing-search input {
  border:0 !important;
  background:transparent;
  box-shadow:none !important;
}

.listing-search button {
  border-radius:10px;
  background:#171b26;
}

.listing-layout {
  gap:34px;
  padding:54px 0 90px;
}

.filters-panel {
  padding:24px;
  box-shadow:none;
}

.filters-panel h3 {
  font-size:22px;
}

.filters-panel label {
  color:#374151;
  font-size:13px;
  font-weight:700;
}

.filters-panel input,
.filters-panel select {
  margin-top:8px;
  border-radius:10px;
}

.listing-toolbar {
  align-items:center;
  padding-bottom:16px;
  border-bottom:1px solid var(--kw-border);
}

.detail-gallery {
  gap:14px;
  padding-top:30px;
}

.detail-layout {
  gap:44px;
  padding:46px 0 90px;
}

.detail-tabs {
  overflow-x:auto;
  gap:24px;
  white-space:nowrap;
}

.detail-tabs a {
  color:#4b5563;
  font-size:14px;
  font-weight:700;
}

.detail-content section {
  padding:34px 0;
}

.detail-content section h2 {
  margin-bottom:16px;
  font-size:30px;
}

.quote-card {
  padding:26px;
  box-shadow:var(--kw-shadow);
}

.quote-card h3 {
  font-size:26px;
}

.quote-card input,
.quote-card textarea {
  border-radius:10px;
}

.package-grid article {
  padding:22px;
}

.signup-hero .shell {
  align-items:center;
}

.signup-card {
  box-shadow:var(--kw-shadow);
}

.pricing-grid {
  gap:22px;
}

.pricing-grid article {
  padding:30px;
}

.featured-plan {
  border:2px solid var(--kw-accent) !important;
  box-shadow:0 20px 45px rgba(110,92,231,.12);
}

.auth-page {
  min-height:72vh;
  padding:70px 20px;
  background:#f8f8fb;
}

.auth-card {
  padding:34px;
  box-shadow:var(--kw-shadow);
}

.auth-card img {
  width:190px;
}

.contact-layout,
.content-grid {
  padding-top:36px;
  padding-bottom:90px;
}

.contact-panel,
.form-card,
.legal-card {
  box-shadow:none;
}

.contact-panel h2,
.form-card h2,
.legal-card h2 {
  font-size:30px;
}

.toc {
  border-radius:16px;
  box-shadow:none;
}

.notice {
  border-left-color:var(--kw-accent);
  background:#f3f1ff;
}

.blog-categories a {
  border-radius:999px;
  background:#fff;
}

.premium-footer {
  margin-top:0;
}

/* Mobile consistency */
@media(max-width:900px) {
  .section-heading {
    align-items:flex-start;
    flex-direction:column;
  }

  .listing-layout,
  .detail-layout,
  .signup-hero .shell,
  .contact-layout,
  .content-grid {
    grid-template-columns:1fr;
  }

  .quote-card,
  .toc {
    position:static;
  }
}

@media(max-width:650px) {
  .subpage-hero,
  .signup-hero {
    padding:56px 0;
  }

  .page-section {
    padding:68px 0;
  }

  .listing-search {
    display:grid;
    grid-template-columns:1fr;
  }

  .listing-search button {
    width:100%;
  }
}


/* =========================================================
   FULL PLATFORM PAGES + AUTH MODAL
   ========================================================= */

.resource-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}

.resource-grid article {
  padding:26px;
  border:1px solid var(--kw-border);
  border-radius:18px;
  background:#fff;
}

.resource-grid article > span {
  color:var(--kw-accent);
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
}

.resource-grid h3 {
  margin:8px 0;
  font-size:24px;
}

.resource-grid p {
  color:var(--kw-muted);
  line-height:1.7;
}

.resource-grid a {
  display:inline-block;
  margin-top:16px;
  color:var(--kw-accent);
  font-weight:700;
}

.compact-search {
  max-width:820px;
  margin:0 auto 35px;
}

.category-vendor-grid {
  margin-top:35px;
}

.tool-app-layout {
  display:grid;
  grid-template-columns:240px 1fr;
  gap:28px;
}

.tool-app-sidebar {
  display:grid;
  align-content:start;
  gap:8px;
  padding:18px;
  border:1px solid var(--kw-border);
  border-radius:16px;
  background:#fff;
}

.tool-app-sidebar a {
  padding:11px 12px;
  border-radius:10px;
  color:#4b5563;
  font-size:14px;
  font-weight:600;
}

.tool-app-sidebar a:hover {
  background:#f3f1ff;
  color:var(--kw-accent);
}

.tool-app-panel {
  padding:28px;
  border:1px solid var(--kw-border);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--kw-shadow);
}

.tool-app-header {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:25px;
}

.tool-app-header span,
.tool-app-header strong {
  display:block;
}

.tool-app-header span {
  color:var(--kw-muted);
  font-size:12px;
}

.tool-app-header strong {
  margin-top:4px;
  font-size:24px;
}

.tool-app-header button,
.tool-data-grid button,
.package-grid button {
  padding:10px 14px;
  border:0;
  border-radius:10px;
  color:#fff;
  background:linear-gradient(105deg,#f2548d,#7759eb 58%,#2aa6e8);
  font-weight:700;
}

.tool-data-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:14px;
}

.tool-data-grid article {
  padding:18px;
  border:1px solid var(--kw-border);
  border-radius:14px;
  background:#f9fafb;
}

.tool-data-grid span,
.tool-data-grid strong {
  display:block;
}

.tool-data-grid span {
  color:var(--kw-muted);
  font-size:13px;
}

.tool-data-grid strong {
  margin:7px 0 14px;
}

.reset-card h1 {
  margin-top:8px;
}

.reset-card p {
  margin:12px 0 22px;
  color:var(--kw-muted);
  line-height:1.7;
}

.reset-card label {
  text-align:left;
}

.back-login {
  display:inline-block;
  margin-top:18px;
  color:var(--kw-accent);
  font-weight:700;
}

.auth-modal {
  position:fixed;
  inset:0;
  z-index:1000;
  display:none;
  place-items:center;
  padding:20px;
}

.auth-modal.is-open {
  display:grid;
}

.auth-modal-backdrop {
  position:absolute;
  inset:0;
  background:rgba(15,18,25,.55);
  backdrop-filter:blur(8px);
}

.auth-modal-dialog {
  position:relative;
  z-index:2;
  width:min(100%,470px);
  max-height:calc(100vh - 40px);
  overflow:auto;
  padding:30px;
  border:1px solid rgba(255,255,255,.75);
  border-radius:24px;
  background:#fff;
  box-shadow:0 30px 85px rgba(15,18,25,.25);
}

.auth-modal-close {
  position:absolute;
  top:14px;
  right:16px;
  width:36px;
  height:36px;
  border:0;
  border-radius:50%;
  background:#f3f4f6;
  color:#374151;
  font-size:24px;
  cursor:pointer;
}

.auth-modal-brand img {
  width:180px;
}

.auth-modal-copy {
  margin:22px 0;
}

.auth-modal-copy > span {
  color:var(--kw-accent);
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
}

.auth-modal-copy h2 {
  margin:6px 0;
  font-size:30px;
}

.auth-modal-copy p {
  color:var(--kw-muted);
  line-height:1.6;
}

.auth-modal-form label {
  margin-top:14px;
}

.password-field {
  position:relative;
}

.password-field input {
  padding-right:70px;
}

.password-toggle {
  position:absolute;
  top:50%;
  right:10px;
  transform:translateY(-50%);
  border:0;
  color:var(--kw-accent);
  background:transparent;
  font-size:12px;
  font-weight:700;
  cursor:pointer;
}

.auth-modal-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:15px;
  margin:14px 0 18px;
  font-size:13px;
}

.remember-check {
  display:flex !important;
  align-items:center;
  gap:7px;
  margin:0 !important;
  font-weight:500 !important;
}

.remember-check input {
  width:auto;
}

.auth-modal-row a,
.auth-modal-footer a {
  color:var(--kw-accent);
  font-weight:700;
}

.auth-submit {
  width:100%;
  padding:13px;
  border:0;
  border-radius:10px;
  color:#fff;
  background:linear-gradient(105deg,#f2548d,#7759eb 58%,#2aa6e8);
  font-weight:700;
}

.auth-divider {
  display:flex;
  align-items:center;
  gap:12px;
  margin:20px 0;
  color:#9ca3af;
  font-size:12px;
}

.auth-divider:before,
.auth-divider:after {
  content:"";
  flex:1;
  height:1px;
  background:#e5e7eb;
}

.social-login-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.social-login-grid button {
  padding:11px;
  border:1px solid var(--kw-border);
  border-radius:10px;
  background:#fff;
  font-weight:700;
}

.auth-modal-footer {
  margin-top:20px;
  text-align:center;
  color:var(--kw-muted);
  font-size:13px;
}

body.modal-open {
  overflow:hidden;
}

.vendor-profile-hero {
  padding:28px 0 0;
  background:#fff;
}

.vendor-profile-cover {
  height:460px;
  overflow:hidden;
  border-radius:22px;
}

.vendor-profile-cover img {
  width:100%;
  height:100%;
  object-fit:cover;
}

.vendor-profile-summary {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:25px;
  padding:24px 4px;
}

.vendor-profile-summary h1 {
  margin:8px 0 5px;
  font-size:46px;
}

.vendor-profile-summary p {
  color:var(--kw-muted);
}

.vendor-profile-rating {
  margin-top:8px;
  color:#f59e0b;
}

.vendor-profile-rating span {
  color:var(--kw-muted);
}

.vendor-profile-actions {
  display:flex;
  gap:10px;
}

.vendor-profile-actions button,
.vendor-profile-actions a {
  padding:12px 17px;
  border-radius:10px;
  font-weight:700;
}

.vendor-profile-actions button {
  border:1px solid var(--kw-border);
  background:#fff;
}

.vendor-profile-actions a {
  color:#fff;
  background:linear-gradient(105deg,#f2548d,#7759eb 58%,#2aa6e8);
}

.vendor-profile-layout {
  display:grid;
  grid-template-columns:1fr 360px;
  gap:44px;
  padding-bottom:90px;
}

.vendor-profile-main > section {
  padding:34px 0;
  border-bottom:1px solid var(--kw-border);
}

.vendor-profile-main h2 {
  margin-bottom:16px;
  font-size:30px;
}

.profile-fact-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin-top:22px;
}

.profile-fact-grid article {
  padding:16px;
  border:1px solid var(--kw-border);
  border-radius:14px;
  background:#f9fafb;
}

.profile-fact-grid span,
.profile-fact-grid strong {
  display:block;
}

.profile-fact-grid span {
  color:var(--kw-muted);
  font-size:12px;
}

.profile-fact-grid strong {
  margin-top:6px;
}

.profile-gallery {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.profile-gallery img {
  width:100%;
  height:260px;
  border-radius:14px;
  object-fit:cover;
}

.review-card {
  padding:20px;
  margin-top:12px;
  border:1px solid var(--kw-border);
  border-radius:14px;
}

.review-card strong {
  color:#f59e0b;
}

.review-card p {
  margin:8px 0;
  color:#374151;
}

.review-card span {
  color:var(--kw-muted);
  font-size:13px;
}

@media(max-width:900px) {
  .resource-grid {
    grid-template-columns:1fr 1fr;
  }

  .tool-app-layout,
  .vendor-profile-layout {
    grid-template-columns:1fr;
  }

  .profile-fact-grid {
    grid-template-columns:1fr 1fr;
  }

  .vendor-profile-summary {
    align-items:flex-start;
    flex-direction:column;
  }
}

@media(max-width:620px) {
  .resource-grid,
  .tool-data-grid,
  .profile-gallery,
  .profile-fact-grid {
    grid-template-columns:1fr;
  }

  .vendor-profile-cover {
    height:320px;
  }

  .vendor-profile-summary h1 {
    font-size:36px;
  }

  .vendor-profile-actions {
    width:100%;
    flex-direction:column;
  }

  .vendor-profile-actions a,
  .vendor-profile-actions button {
    text-align:center;
  }

  .social-login-grid {
    grid-template-columns:1fr;
  }
}


/* =========================================================
   V4 FUNCTIONAL LOGIN + MAP SEARCH + REFINED VENDOR UI
   ========================================================= */

.vendor-search-hero {
  padding-bottom:34px;
}

.map-search-bar {
  display:grid;
  grid-template-columns:1fr 1fr .8fr auto;
  gap:10px;
  max-width:1100px;
  margin:30px auto 0;
  padding:9px;
  border:1px solid var(--kw-border);
  border-radius:16px;
  background:#fff;
  box-shadow:0 16px 38px rgba(23,27,38,.08);
  text-align:left;
}

.map-search-bar > div {
  padding:4px 12px;
}

.map-search-bar label {
  margin:0 0 3px;
  color:#8a92a0;
  font-size:10px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.map-search-bar input,
.map-search-bar select {
  padding:0;
  border:0;
  box-shadow:none;
  background:transparent;
  font-weight:600;
}

.map-search-bar button {
  padding:0 20px;
  border:0;
  border-radius:10px;
  color:#fff;
  background:#171b26;
  font-weight:700;
}

.vendor-map-page {
  display:grid;
  grid-template-columns:250px 1fr;
  gap:28px;
  padding-top:36px;
  padding-bottom:90px;
}

.vendor-filter-panel {
  height:max-content;
  padding:22px;
  border:1px solid var(--kw-border);
  border-radius:16px;
  background:#fff;
}

.filter-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.filter-heading h2 {
  font-size:22px;
}

.filter-heading button {
  border:0;
  color:var(--kw-accent);
  background:transparent;
  font-weight:700;
}

.vendor-filter-panel details {
  padding:18px 0;
  border-bottom:1px solid var(--kw-border);
}

.vendor-filter-panel details:last-child {
  border-bottom:0;
}

.vendor-filter-panel summary {
  margin-bottom:12px;
  cursor:pointer;
  font-weight:700;
}

.vendor-filter-panel label {
  display:flex;
  align-items:center;
  gap:8px;
  margin:10px 0;
  color:#4b5563;
  font-weight:500;
}

.vendor-filter-panel input[type="checkbox"],
.vendor-filter-panel input[type="radio"] {
  width:auto;
}

.vendor-results-toolbar {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-bottom:18px;
}

.vendor-results-toolbar strong,
.vendor-results-toolbar span {
  display:block;
}

.vendor-results-toolbar span {
  margin-top:3px;
  color:var(--kw-muted);
  font-size:13px;
}

.vendor-results-toolbar > div:last-child {
  display:flex;
  align-items:center;
  gap:8px;
}

.view-toggle {
  padding:9px 12px;
  border:1px solid var(--kw-border);
  border-radius:9px;
  background:#fff;
  font-weight:700;
}

.view-toggle.is-active {
  color:#fff;
  border-color:#171b26;
  background:#171b26;
}

.vendor-results-layout {
  display:grid;
  grid-template-columns:minmax(0,1fr) 420px;
  gap:20px;
  align-items:start;
}

.vendor-results-list {
  display:grid;
  gap:16px;
}

.horizontal-vendor-card {
  display:grid;
  grid-template-columns:230px 1fr;
  overflow:hidden;
  border:1px solid var(--kw-border);
  border-radius:18px;
  background:#fff;
  transition:transform .2s ease,box-shadow .2s ease;
}

.horizontal-vendor-card:hover {
  transform:translateY(-2px);
  box-shadow:0 14px 30px rgba(23,27,38,.07);
}

.horizontal-vendor-card > img {
  width:100%;
  height:100%;
  min-height:245px;
  object-fit:cover;
}

.horizontal-vendor-content {
  padding:20px;
}

.vendor-topline {
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.vendor-topline button {
  width:36px;
  height:36px;
  border:1px solid var(--kw-border);
  border-radius:50%;
  background:#fff;
  font-size:18px;
}

.verified-pill {
  padding:6px 9px;
  border-radius:999px;
  color:#0f766e;
  background:#ecfdf5;
  font-size:11px;
  font-weight:700;
}

.horizontal-vendor-content > small {
  display:block;
  margin-top:12px;
  color:var(--kw-muted);
}

.horizontal-vendor-content h3 {
  margin:5px 0;
  font-size:24px;
}

.vendor-rating {
  color:#f59e0b;
}

.vendor-rating span {
  color:var(--kw-muted);
}

.horizontal-vendor-content > p:not(.vendor-rating) {
  margin-top:10px;
  color:var(--kw-muted);
  line-height:1.6;
}

.vendor-card-footer {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-top:16px;
  padding-top:15px;
  border-top:1px solid var(--kw-border);
}

.vendor-card-footer a {
  padding:10px 14px;
  border-radius:10px;
  color:#fff;
  background:linear-gradient(105deg,#f2548d,#7759eb 58%,#2aa6e8);
  font-weight:700;
}

.vendor-map-panel {
  position:sticky;
  top:92px;
  height:650px;
  overflow:hidden;
  border:1px solid var(--kw-border);
  border-radius:18px;
  background:
    linear-gradient(90deg,rgba(255,255,255,.65) 1px,transparent 1px),
    linear-gradient(rgba(255,255,255,.65) 1px,transparent 1px),
    #e8eee9;
  background-size:38px 38px;
}

.vendor-map-panel:before,
.vendor-map-panel:after {
  content:"";
  position:absolute;
  border-radius:999px;
  background:#d3ddd5;
  transform:rotate(-20deg);
}

.vendor-map-panel:before {
  width:130%;
  height:26px;
  top:42%;
  left:-15%;
}

.vendor-map-panel:after {
  width:110%;
  height:20px;
  top:65%;
  left:-5%;
  transform:rotate(30deg);
}

.map-pin {
  position:absolute;
  z-index:3;
  padding:8px 10px;
  border:0;
  border-radius:999px;
  color:#fff;
  background:#171b26;
  box-shadow:0 8px 20px rgba(23,27,38,.22);
  font-size:12px;
  font-weight:700;
}

.pin-one { top:24%; left:30%; }
.pin-two { top:40%; left:62%; }
.pin-three { top:58%; left:22%; }
.pin-four { top:70%; left:68%; }

.map-location-label {
  position:absolute;
  z-index:2;
  top:14px;
  left:14px;
  padding:8px 11px;
  border-radius:10px;
  background:rgba(255,255,255,.9);
  font-size:12px;
  font-weight:700;
}

.map-preview-card {
  position:absolute;
  z-index:4;
  right:14px;
  bottom:14px;
  left:14px;
  display:flex;
  gap:12px;
  padding:12px;
  border-radius:14px;
  background:rgba(255,255,255,.95);
  box-shadow:0 14px 35px rgba(23,27,38,.13);
}

.map-preview-card img {
  width:80px;
  height:70px;
  border-radius:10px;
  object-fit:cover;
}

.map-preview-card strong,
.map-preview-card span,
.map-preview-card small {
  display:block;
}

.map-preview-card span {
  margin:3px 0;
  color:#f59e0b;
}

.map-preview-card small {
  color:var(--kw-muted);
}

.vendor-trust-strip {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  padding:18px 0 28px;
}

.vendor-trust-strip > div {
  padding:16px;
  border:1px solid var(--kw-border);
  border-radius:14px;
  background:#f9fafb;
}

.vendor-trust-strip strong,
.vendor-trust-strip span {
  display:block;
}

.vendor-trust-strip strong {
  font-size:21px;
}

.vendor-trust-strip span {
  margin-top:4px;
  color:var(--kw-muted);
  font-size:12px;
}

.vendor-availability-card {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin:22px 0;
  padding:20px;
  border:1px solid rgba(110,92,231,.18) !important;
  border-radius:16px;
  background:#f6f4ff;
}

.vendor-availability-card span,
.vendor-availability-card strong {
  display:block;
}

.vendor-availability-card span {
  color:var(--kw-accent);
  font-size:11px;
  font-weight:700;
  text-transform:uppercase;
}

.vendor-availability-card strong {
  margin-top:5px;
}

.vendor-availability-card a {
  flex:0 0 auto;
  padding:11px 15px;
  border-radius:10px;
  color:#fff;
  background:#171b26;
  font-weight:700;
}

@media(max-width:1100px) {
  .vendor-results-layout {
    grid-template-columns:1fr;
  }

  .vendor-map-panel {
    position:relative;
    top:auto;
    height:480px;
  }
}

@media(max-width:900px) {
  .map-search-bar {
    grid-template-columns:1fr 1fr;
  }

  .map-search-bar button {
    min-height:48px;
  }

  .vendor-map-page {
    grid-template-columns:1fr;
  }

  .vendor-filter-panel {
    display:none;
  }
}

@media(max-width:650px) {
  .map-search-bar {
    grid-template-columns:1fr;
  }

  .horizontal-vendor-card {
    grid-template-columns:1fr;
  }

  .horizontal-vendor-card > img {
    height:230px;
    min-height:0;
  }

  .vendor-results-toolbar {
    align-items:flex-start;
    flex-direction:column;
  }

  .vendor-results-toolbar > div:last-child {
    width:100%;
    flex-wrap:wrap;
  }

  .vendor-results-toolbar select {
    flex:1;
  }

  .vendor-trust-strip {
    grid-template-columns:1fr 1fr;
  }

  .vendor-availability-card {
    align-items:flex-start;
    flex-direction:column;
  }
}
