@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,600;0,9..40,700;0,9..40,800;1,9..40,400&display=swap");

:root{
  --bg:#f0fdfa;
  --bg-alt:#e6faf5;
  --teal-hero:#0d9488;
  --teal-hero-deep:#0f766e;
  --text:#000000;
  --muted:#1f2937;
  --border:rgba(0,0,0,.12);
  --surface:#fff;
  --surface2:#f5f6f8;
  --radius:16px;
  --radius-lg:22px;
  --shadow:0 4px 24px rgba(0,0,0,.06);
  --shadow-lg:0 18px 45px rgba(0,0,0,.08);
  --accent:#0d9488;
  --accent-dim:rgba(13,148,136,.15);
  --font-heading: "DM Sans", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth; overflow-x:hidden}
html,body{min-height:100%; margin:0}
body{
  font-family: var(--font-heading);
  background:#f0fdfa;
  color:#000;
  -webkit-font-smoothing: antialiased;
  overflow-x:hidden;
}
/* Force all page content text black so it is never same as light teal background */
main,.section,.section.alt{color:#000}
main .h1,main .h2,main .h3,main .lead,main .p,main .micro{color:#000}
main .kicker{color:var(--accent); background:var(--accent-dim)}
main .pill{color:#1f2937; background:var(--surface2); border-color:var(--border)}
main a:not(.btn){color:#0d9488}
main a:not(.btn):hover{color:#0f766e}
/* When sticky CTA bar is visible, reserve space so footer/content are not hidden */
body.sticky-cta-visible{padding-bottom:72px}

.container{width:min(1280px, calc(100% - 32px)); margin:0 auto}
/* Light teal container backgrounds (no full white) */
.section{padding:70px 0; background:var(--bg)}
.section.alt{background:var(--bg-alt); border-top:1px solid rgba(13,148,136,.1); border-bottom:1px solid rgba(13,148,136,.1)}
/* Main content and footer in normal flow; scroll-margin so anchor links aren't under sticky bar */
main{background:var(--bg); min-height:50vh; position:relative; z-index:0}
section[id]{scroll-margin-top:5rem}
.kicker{display:inline-flex; padding:6px 12px; border-radius:999px; background:var(--accent-dim); color:var(--accent); font-size:12px; font-weight:700}
.h1{font-size:clamp(34px, 4vw, 56px); line-height:1.05; letter-spacing:-0.02em; margin:18px 0 0; color:#000}
.h2{font-size:clamp(26px, 2.6vw, 38px); line-height:1.1; letter-spacing:-0.02em; margin:14px 0 0; color:#000}
.h3{font-size:18px; margin:0; color:#000}
.lead{font-size:clamp(16px, 1.5vw, 18px); line-height:1.6; color:#1f2937; max-width:65ch}
.p{color:#1f2937; line-height:1.6}
.u{text-decoration:underline; text-decoration-color:var(--accent); text-underline-offset:8px; color:inherit}
.micro{color:#1f2937; font-size:14px; margin-top:12px}

.pill-row{display:flex; flex-wrap:wrap; gap:8px}
.pill{display:inline-flex; padding:6px 12px; border-radius:999px; background:var(--surface2); border:1px solid var(--border); font-size:12px; font-weight:700; color:#1f2937}

.btn{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:12px 20px; border-radius:999px; text-decoration:none; font-weight:700; font-size:14px;
  border:1px solid var(--border); background:var(--surface); color:#000;
  transition:transform .15s ease, background .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.btn:hover{transform:translateY(-1px); background:var(--surface2); border-color:rgba(0,0,0,.12)}
.btn.primary{background:var(--accent); color:#fff; border-color:var(--accent); box-shadow:var(--shadow)}
.btn.primary:hover{background:#0f766e; border-color:#0f766e; box-shadow:0 6px 20px rgba(13,148,136,.35)}
.btn.ghost{background:transparent; color:var(--text)}
.btn.ghost:hover{background:var(--surface2)}
.btn.dark{background:#000; color:#fff; border-color:#000; box-shadow:var(--shadow)}
.btn.dark:hover{background:#1f2937}
.btn.sm{padding:10px 14px; font-size:13px}

/* Topbar: fixed so it always stays at top while scrolling (sticky can break with overflow-x) */
.topbar{
  position:fixed;
  top:0;
  left:0;
  right:0;
  z-index:1000;
  background:#f0fdfa;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border-bottom:1px solid rgba(13,148,136,.12);
  box-shadow:0 1px 0 rgba(13,148,136,.06);
}
/* Reserve space so content is not hidden under the fixed topbar */
main{padding-top:82px}
.landing-footer{position:relative; z-index:0}
.topbar-inner{
  display:flex; align-items:center; justify-content:space-between;
  padding:12px 0; gap:20px;
  flex-wrap:nowrap;
  padding-left:0;
}
.topbar .container{width:min(1400px, calc(100% - 24px)); padding-left:12px; padding-right:12px}
@media (min-width:640px){ .topbar .container{padding-left:20px; padding-right:20px} }
.topbar .brand{display:flex; align-items:center; gap:14px; text-decoration:none; color:#000; font-weight:800; flex-shrink:0; margin-right:auto}
.topbar .brand img{height:58px; width:auto; max-width:240px; object-fit:contain; display:block}
.topbar .brand-mark{display:inline-flex; width:56px; height:56px; border-radius:12px; background:var(--accent); color:#fff; align-items:center; justify-content:center; font-size:26px; font-weight:900}
.topbar .brand-name{color:#000; font-size:1.5rem; font-weight:800; letter-spacing:-0.02em}
.topbar .brand-tagline{display:none; color:#1f2937; font-weight:600; font-size:13px}
@media (min-width:900px){ .topbar .brand-tagline{display:inline} }

.nav{display:none; align-items:center; justify-content:space-evenly; flex:1 1 auto; gap:20px; min-width:0; padding:0 28px 0 16px}
.nav a{
  color:#000;
  text-decoration:none;
  padding:10px 18px;
  border-radius:8px;
  font-weight:600;
  font-size:14px;
  white-space:nowrap;
}
.nav a:hover{background:rgba(13,148,136,.1); color:#0f766e}
@media (min-width:900px){ .nav{display:flex} }

.nav-cta{display:flex; gap:16px; align-items:center; flex-shrink:0; margin-left:24px}
.nav-cta--left{margin-left:0; margin-right:20px}
@media (max-width:899px){ .nav-cta--left{display:none} }
.topbar .btn.ghost{color:#000; border-color:rgba(0,0,0,.2)}
.topbar .btn.ghost:hover{background:rgba(13,148,136,.08); color:#0f766e; border-color:var(--accent)}
.burger{display:inline-flex; color:#000; background:rgba(255,255,255,.8); border:1px solid var(--border)}
@media (min-width:900px){ .burger{display:none} }

.lang{position:relative}
.lang-btn{display:none}
@media (min-width:640px){
  .lang-btn{
    display:inline-flex; align-items:center; gap:8px;
    border-radius:999px; padding:10px 12px;
    background:rgba(255,255,255,.7); border:1px solid rgba(0,0,0,.12);
    color:#000; font-weight:700; cursor:pointer;
  }
}
.lang-btn:hover{background:rgba(13,148,136,.1); color:#0f766e}
.lang-menu{
  position:absolute; right:0; top:46px; width:170px; display:none;
  background:#fff; border:1px solid var(--border);
  border-radius:12px; overflow:hidden; box-shadow:var(--shadow-lg);
}
.lang-menu a{display:block; padding:12px 14px; color:#000; text-decoration:none}
.lang-menu a:hover{background:var(--bg-alt)}
.lang.open .lang-menu{display:block}

.mobile-nav{display:none; border-top:1px solid rgba(13,148,136,.12); background:#f0fdfa}
.mobile-nav-inner{padding:14px 0; display:grid; gap:8px}
.mobile-nav a{padding:12px 14px; border-radius:12px; background:rgba(255,255,255,.8); color:#000; text-decoration:none; font-weight:600}
.mobile-cta{display:grid; grid-template-columns:1fr 1fr; gap:10px}
.mobile-nav.open{display:block}
@media (min-width:900px){ .mobile-nav{display:none !important} }

/* ===== Hero: teal band with white text (modern, like reference) ===== */
.section.hero{
  background:var(--teal-hero);
  color:#fff;
  padding:56px 0 64px;
  margin:0;
}
.section.hero .h1,
.section.hero .lead,
.section.hero .micro{color:#fff}
.section.hero .h1 .u{text-decoration-color:rgba(255,255,255,.5); color:#fff}
.section.hero .lead{color:rgba(255,255,255,.92)}
.section.hero .micro{color:rgba(255,255,255,.8)}
.section.hero .pill{
  background:rgba(255,255,255,.2);
  border-color:rgba(255,255,255,.3);
  color:#fff;
}
.section.hero .stat{
  background:rgba(255,255,255,.12);
  border-color:rgba(255,255,255,.2);
}
.section.hero .stat-val{color:#fff}
.section.hero .stat-lbl{color:rgba(255,255,255,.85)}
.section.hero .btn.primary{
  background:#fff;
  color:var(--teal-hero);
  border-color:#fff;
}
.section.hero .btn.primary:hover{
  background:rgba(255,255,255,.95);
  color:var(--teal-hero-deep);
  border-color:#fff;
  box-shadow:0 4px 20px rgba(0,0,0,.15);
}
.section.hero .btn.ghost{
  background:transparent;
  color:#fff;
  border-color:rgba(255,255,255,.5);
}
.section.hero .btn.ghost:hover{
  background:rgba(255,255,255,.15);
  border-color:rgba(255,255,255,.6);
  color:#fff;
}
.section.hero .hero-card{
  background:rgba(255,255,255,.98);
  border-color:rgba(0,0,0,.06);
  color:var(--text);
}
.section.hero .hero-card .card-title,
.section.hero .hero-card .card-sub,
.section.hero .hero-card .mini-t,
.section.hero .hero-card .mini-d{color:inherit}
.section.hero .hero-card .mini-k{color:var(--accent)}
.section.hero .hero-phone-mockup{
  background:rgba(255,255,255,.15);
  border-color:rgba(255,255,255,.35);
}
.section.hero .hero-phone-mockup__screen{
  background:rgba(255,255,255,.95);
  border-color:rgba(0,0,0,.06);
}
.section.hero .hero-phone-mockup__label{color:var(--teal-hero)}
.section.hero .hero-phone-mockup__line{background:rgba(0,0,0,.12)}

.hero-grid{display:grid; gap:26px}
@media (min-width:980px){ .hero-grid{grid-template-columns:1.1fr .9fr; align-items:center} }

.card{border:1px solid var(--border); background:var(--surface); border-radius:var(--radius-lg); padding:22px; box-shadow:var(--shadow); color:#000}
.hero-card{padding:24px}
.card-head{display:flex; align-items:center; justify-content:space-between; gap:10px}
.card-title{font-weight:800; color:#000}
.card-sub{color:#1f2937; font-size:13px; margin-top:4px}

.grid2{display:grid; gap:12px; margin-top:16px}
@media (min-width:520px){ .grid2{grid-template-columns:1fr 1fr} }

.grid3{display:grid; gap:16px; margin-top:26px}
@media (min-width:900px){ .grid3{grid-template-columns:repeat(3, 1fr)} }

.ul{margin:14px 0 0; padding-left:18px; color:#1f2937}
.ul li{margin:8px 0}

.stats{display:grid; gap:12px; margin-top:22px}
@media (min-width:640px){ .stats{grid-template-columns:repeat(3, 1fr)} }
.stat{border:1px solid var(--border); background:var(--surface); border-radius:var(--radius); padding:18px; box-shadow:var(--shadow); color:#000}
.stat-val{font-weight:800; font-size:22px; color:#000}
.stat-lbl{color:#1f2937; font-size:13px; margin-top:4px}

.pricing-grid{display:grid; gap:16px; margin-top:26px}
@media (min-width:980px){ .pricing-grid{grid-template-columns:repeat(3, 1fr)} }
.plan{border:1px solid var(--border); background:var(--surface); border-radius:26px; padding:22px; color:var(--text); box-shadow:var(--shadow)}
.plan.popular{background:var(--surface); color:var(--text); box-shadow:0 0 0 2px var(--accent-dim), var(--shadow-lg)}
.plan.popular .ul{color:var(--muted)}
.plan-h{font-weight:800; font-size:18px; color:#000}
.plan-p{font-weight:800; font-size:28px; margin-top:10px; color:#000}
.plan-d{color:#1f2937; margin-top:10px; line-height:1.6}
.plan.popular .plan-d{color:#1f2937}
.badge{display:inline-flex; padding:6px 12px; border-radius:999px; background:var(--accent-dim); color:var(--accent); font-size:12px; font-weight:700; margin-bottom:10px}

.final{border-top:1px solid var(--border)}
.final-card{border:1px solid var(--border); background:var(--surface); border-radius:var(--radius-lg); padding:32px; display:grid; gap:24px; box-shadow:var(--shadow)}
@media (min-width:980px){ .final-card{grid-template-columns:1.2fr .8fr; align-items:center} }
.final-cta{display:flex; flex-direction:column; gap:10px}
.link{display:inline-block; margin-top:14px; font-weight:700; color:#0d9488; text-decoration:underline; text-underline-offset:4px}
.link:hover{color:#0f766e}

/* ===== Features section (product capabilities) ===== */
.features-grid{display:grid; gap:14px; margin-top:28px}
@media (min-width:640px){ .features-grid{grid-template-columns:repeat(2, 1fr)} }
@media (min-width:980px){ .features-grid{grid-template-columns:repeat(3, 1fr)} }
.feature-tile{
  border:1px solid var(--border); background:var(--surface);
  border-radius:var(--radius-lg); padding:24px; transition:transform .2s ease, box-shadow .2s ease;
  box-shadow:var(--shadow);
}
.feature-tile:hover{transform:translateY(-2px); box-shadow:var(--shadow-lg)}
.feature-tile__icon{width:48px; height:48px; border-radius:14px; background:var(--accent-dim); color:var(--accent); display:flex; align-items:center; justify-content:center; font-size:24px; margin-bottom:14px}
.feature-tile__title{font-weight:800; font-size:17px; margin:0 0 6px; color:#000}
.feature-tile__desc{color:#1f2937; font-size:14px; line-height:1.5; margin:0}

/* ===== Cleaner pricing ===== */
.pricing-cards{display:grid; gap:20px; margin-top:32px; align-items:stretch}
@media (min-width:900px){ .pricing-cards{grid-template-columns:repeat(3, 1fr)} }
.price-card{
  border:1px solid var(--border); background:var(--surface);
  border-radius:var(--radius-lg); padding:28px; display:flex; flex-direction:column; height:100%;
  transition:box-shadow .2s ease; box-shadow:var(--shadow);
}
.price-card:hover{box-shadow:var(--shadow-lg)}
.price-card.featured{border-color:var(--accent); background:var(--surface); box-shadow:0 0 0 2px var(--accent-dim), var(--shadow-lg)}
.price-card.featured .price-amount{color:var(--accent)}
.price-card__badge{display:inline-flex; width:fit-content; padding:6px 12px; border-radius:999px; background:var(--accent-dim); color:var(--accent); font-size:11px; font-weight:700; letter-spacing:.05em; text-transform:uppercase; margin-bottom:14px}
.price-card__name{font-weight:800; font-size:20px; margin:0 0 8px; color:#000}
.price-card__price{display:flex; align-items:baseline; gap:6px; margin:12px 0 18px}
.price-amount{font-weight:800; font-size:36px; letter-spacing:-0.02em; color:#000}
.price-period{color:#1f2937; font-size:15px; font-weight:600}
.price-card__desc{color:#1f2937; font-size:14px; line-height:1.55; margin:0 0 20px; flex:1}
.price-card__list{margin:0; padding:0; list-style:none}
.price-card__list li{display:flex; align-items:center; gap:10px; padding:10px 0; border-bottom:1px solid var(--border); font-size:14px; color:#000}
.price-card__list li:last-child{border-bottom:none}
.price-card__list li::before{content:"✓"; color:var(--accent); font-weight:900}
.price-card__cta{margin-top:24px; padding-top:20px; border-top:1px solid var(--border)}
.price-card__cta .btn{width:100%; justify-content:center}
.mini{background:var(--surface2); border:1px solid var(--border); border-radius:var(--radius); padding:14px}
.mini-k{font-size:11px; font-weight:700; letter-spacing:.06em; color:var(--accent)}
.mini-t{font-weight:800; margin:4px 0 2px; color:#000}
.mini-d{font-size:13px; color:#1f2937}

/* ===== Find Restaurants (search by location) ===== */
.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.find-restaurants-box{max-width:560px; margin-top:28px}
.find-restaurants-form{display:flex; gap:10px; flex-wrap:wrap; align-items:stretch}
.find-restaurants-input{
  flex:1; min-width:200px;
  padding:14px 18px; border-radius:999px;
  border:1px solid var(--border); background:var(--surface);
  color:#000; font-size:16px; font-weight:500;
  transition:border-color .2s ease, box-shadow .2s ease
}
.find-restaurants-input::placeholder{color:#6b7280}
.find-restaurants-input:focus{outline:none; border-color:var(--accent); box-shadow:0 0 0 3px var(--accent-dim)}
.find-restaurants-btn{flex-shrink:0; padding:14px 24px}
.find-restaurants-hint{color:#1f2937; font-size:14px; margin-top:14px; margin-bottom:8px}
.find-restaurants-link{font-size:15px; margin-top:0; color:#0d9488}

/* ===== Hero right column + phone mockup ===== */
.hero-right{display:flex; flex-direction:column; gap:20px; align-items:center}
@media (min-width:980px){ .hero-right{align-items:flex-end} }
.hero-visual-wrap{display:flex; justify-content:center; align-items:center}
.hero-phone-mockup{
  width:160px; min-height:280px;
  background:var(--surface);
  border:2px solid var(--border);
  border-radius:28px;
  padding:12px;
  box-shadow:var(--shadow-lg);
}
.hero-phone-mockup__screen{
  background:var(--bg-alt);
  border-radius:18px;
  padding:20px 14px;
  min-height:256px;
  display:flex; flex-direction:column; gap:10px;
  border:1px solid var(--border);
}
.hero-phone-mockup__label{font-weight:800; font-size:14px; color:var(--accent)}
.hero-phone-mockup__line{
  height:8px; border-radius:4px; background:var(--border); width:100%; max-width:100%
}
.hero-phone-mockup__line.short{max-width:70%}

/* ===== Scroll reveal: content VISIBLE by default; optional fade-in when .revealed (no hiding) ===== */
[data-reveal]{opacity:1; transform:translateY(0); transition:opacity .5s ease, transform .5s ease}
[data-reveal].revealed{opacity:1; transform:translateY(0)}

/* ===== Testimonials ===== */
.testimonials-section .lead{margin-bottom:0}
.testimonials-grid{display:grid; gap:18px; margin-top:28px}
@media (min-width:640px){ .testimonials-grid{grid-template-columns:repeat(2, 1fr)} }
@media (min-width:980px){ .testimonials-grid{grid-template-columns:repeat(3, 1fr)} }
.testimonial-card{
  border:1px solid var(--border); background:var(--surface);
  border-radius:var(--radius-lg); padding:22px; display:flex; flex-direction:column; height:100%;
  transition:box-shadow .2s ease, transform .2s ease; box-shadow:var(--shadow);
}
.testimonial-card:hover{transform:translateY(-2px); box-shadow:var(--shadow-lg)}
.testimonial-card__content{color:#1f2937; font-size:15px; line-height:1.6; flex:1; margin-bottom:18px}
.testimonial-card__author{display:flex; align-items:center; gap:12px}
.testimonial-card__avatar{
  width:48px; height:48px; border-radius:50%;
  object-fit:cover; flex-shrink:0;
}
.testimonial-card__avatar--placeholder{
  display:inline-flex; align-items:center; justify-content:center;
  background:var(--accent-dim); color:var(--accent);
  font-weight:800; font-size:18px;
}
.testimonial-card__name{display:block; font-size:15px; color:#000}
.testimonial-card__role{display:block; font-size:13px; color:#1f2937; margin-top:2px}
.section-cta{margin-top:28px}

/* ===== FAQ ===== */
.faq-list{margin-top:28px; max-width:720px}
.faq-item{border:1px solid var(--border); background:var(--surface); border-radius:var(--radius); margin-bottom:10px; overflow:hidden; box-shadow:var(--shadow)}
.faq-item__question{
  width:100%; display:flex; align-items:center; justify-content:space-between; gap:14px;
  padding:18px 20px; text-align:left;
  background:transparent; border:none; color:#000; font-family:inherit; font-weight:700; font-size:16px;
  cursor:pointer; transition:background .2s ease;
}
.faq-item__question:hover{background:var(--surface2)}
.faq-item__icon{font-size:20px; color:var(--accent); transition:transform .2s ease; flex-shrink:0}
.faq-item.open .faq-item__icon{transform:rotate(45deg)}
.faq-item__answer-inner{padding:0 20px 20px; color:#1f2937; line-height:1.6; font-size:15px}
.faq-item__answer-inner p:first-child{margin-top:0}
.faq-item__answer-inner p:last-child{margin-bottom:0}

/* ===== Blog cards ===== */
.blog-cards{display:grid; gap:20px; margin-top:28px}
@media (min-width:640px){ .blog-cards{grid-template-columns:repeat(2, 1fr)} }
@media (min-width:980px){ .blog-cards{grid-template-columns:repeat(3, 1fr)} }
.blog-card{
  border:1px solid var(--border); background:var(--surface);
  border-radius:var(--radius-lg); overflow:hidden; text-decoration:none; color:inherit;
  display:flex; flex-direction:column; box-shadow:var(--shadow);
  transition:transform .2s ease, box-shadow .2s ease;
}
.blog-card:hover{transform:translateY(-2px); box-shadow:var(--shadow-lg)}
.blog-card__img-wrap{aspect-ratio:16/9; background:var(--bg-alt); overflow:hidden}
.blog-card__img{width:100%; height:100%; object-fit:cover}
.blog-card__img-wrap--placeholder{display:flex; align-items:center; justify-content:center}
.blog-card__placeholder{font-size:48px; opacity:.5; color:#1f2937}
.blog-card__body{padding:20px; flex:1; display:flex; flex-direction:column}
.blog-card__title{font-weight:800; font-size:17px; margin:0 0 8px; line-height:1.3; color:#000}
.blog-card__excerpt{color:#1f2937; font-size:14px; line-height:1.5; margin:0; flex:1}
.blog-card__link{font-weight:700; font-size:14px; color:#0d9488; margin-top:12px; display:inline-block}

/* ===== Sticky CTA bar ===== */
.sticky-cta{
  position:fixed; bottom:0; left:0; right:0; z-index:998;
  background:rgba(255,255,255,.97);
  backdrop-filter:blur(14px);
  border-top:1px solid var(--border);
  padding:14px 0;
  transform:translateY(100%); opacity:0;
  transition:transform .3s ease, opacity .3s ease;
  box-shadow:0 -4px 24px rgba(0,0,0,.06);
}
.sticky-cta.visible{transform:translateY(0); opacity:1}
.sticky-cta__inner{display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap}
.sticky-cta__text{font-weight:700; font-size:15px; margin:0; color:#000}
.sticky-cta__actions{display:flex; gap:10px; flex-shrink:0}
/* Reserve space so footer stays visible above the fixed CTA bar (body padding handles this) */

/* ===== Landing footer ===== */
.landing-footer{
  background:var(--text);
  color:rgba(255,255,255,.88);
  padding:48px 0 24px;
  margin-top:0;
}
.landing-footer__grid{
  display:grid; gap:32px; margin-bottom:32px;
}
@media (min-width:640px){ .landing-footer__grid{grid-template-columns:1.5fr repeat(3, 1fr)} }
.landing-footer__brand img{height:36px; width:auto; max-width:160px; object-fit:contain; filter:brightness(0) invert(1)}
.landing-footer__brand .brand-mark{background:rgba(255,255,255,.2); color:#fff}
.landing-footer__brand a{color:#fff; text-decoration:none; font-weight:800; display:inline-flex; align-items:center; gap:10px}
.landing-footer__tagline{color:rgba(255,255,255,.6); font-size:14px; margin-top:8px; max-width:240px}
.landing-footer__col h4{font-size:13px; font-weight:700; text-transform:uppercase; letter-spacing:.08em; color:rgba(255,255,255,.5); margin:0 0 16px}
.landing-footer__col ul{margin:0; padding:0; list-style:none}
.landing-footer__col li{margin:0 0 10px}
.landing-footer__col a{color:rgba(255,255,255,.88); text-decoration:none; font-weight:500; font-size:14px}
.landing-footer__col a:hover{color:#fff}
.landing-footer__bottom{border-top:1px solid rgba(255,255,255,.12); padding-top:24px; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; gap:16px}
.landing-footer__copy{font-size:13px; color:rgba(255,255,255,.5)}
