*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-family-primary);font-size:var(--text-base);font-weight:var(--font-normal);line-height:var(--leading-relaxed);background-color:var(--bg-primary);color:var(--text-secondary);padding-top:0;margin:0;transition:var(--transition-colors)}a{color:var(--text-link);text-decoration:none;transition:var(--transition-colors)}a:hover{color:var(--text-link-hover)}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-family:var(--font-family-primary);font-weight:var(--font-bold);line-height:var(--leading-tight);color:var(--text-primary);margin:0 0 var(--space-4);transition:var(--transition-colors)}h1,.h1{font-size:var(--text-4xl)}h2,.h2{font-size:var(--text-3xl)}h3,.h3{font-size:var(--text-2xl)}h4,.h4{font-size:var(--text-xl)}h5,.h5{font-size:var(--text-lg)}h6,.h6{font-size:var(--text-base)}.container{max-width:var(--container-max);padding:0 var(--space-4)}main{min-height:calc(100vh - var(--header-height) - var(--footer-height));margin-top:var(--header-height)}.section{padding:var(--space-20) 0;position:relative}.section>.container{position:relative;z-index:var(--z-10)}.section-primary{background:var(--bg-gradient);transition:var(--transition-colors)}.section-secondary{background:var(--bg-tertiary);transition:var(--transition-colors)}.section-dark{background-color:var(--bg-secondary);transition:var(--transition-colors)}.section-title{font-family:var(--font-family-primary);font-size:var(--text-4xl);font-weight:var(--font-bold);line-height:var(--leading-tight);margin-bottom:var(--space-12);text-align:left;position:relative;color:var(--text-primary);transition:var(--transition-colors)}.section-title:after{content:'';position:absolute;width:var(--space-20);height:var(--border-width-4);background:var(--primary);bottom:calc(-1 * var(--space-4));left:0;border-radius:var(--radius-base)}.section-subtitle{font-family:var(--font-family-primary);font-size:var(--text-lg);font-weight:var(--font-normal);line-height:var(--leading-relaxed);color:var(--text-secondary);margin-bottom:var(--space-8);text-align:left;max-width:var(--container-md);transition:var(--transition-colors)}.chip-row{display:flex;gap:0.6rem;overflow-x:auto;padding-bottom:0.35rem;margin-bottom:1.75rem;scrollbar-width:none}.chip-row::-webkit-scrollbar{display:none}.chip{flex-shrink:0;display:inline-flex;align-items:center;gap:8px;padding:0.55rem 1.1rem;font-size:0.85rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:var(--transition-base)}.services-grid,.testimonials-grid,.plans-grid,.features-grid,.results-grid,.bundles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:var(--space-8);position:relative;padding-top:var(--space-6);z-index:var(--z-10)}.custom-fields-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--space-5)}.tag{display:inline-block;padding:var(--space-1_5) var(--space-4);background:var(--border-subtle);color:var(--primary);border-radius:var(--radius-pill);font-family:var(--font-family-primary);font-size:var(--text-sm);font-weight:var(--font-semibold);letter-spacing:var(--tracking-wide);margin-bottom:var(--space-4);transition:var(--transition-colors)}.text-primary{color:var(--primary) !important}.text-secondary{color:var(--text-secondary) !important}@keyframes pulse-glow{0%{opacity:0.3}100%{opacity:0.6}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes shine{0%{opacity:0;left:-100%}20%{opacity:1}100%{opacity:0;left:150%}}header{position:fixed;top:0;left:0;right:0;width:100%;height:var(--header-height);display:flex;align-items:center;z-index:1000;background:var(--bg-primary);border-bottom:1px solid var(--border-color);transition:box-shadow 0.2s ease,background 0.2s ease;box-shadow:none}header>.container{width:100%}[data-theme="dark"] header{background:var(--bg-primary)}header.sticky{background:var(--bg-primary);box-shadow:var(--shadow-sm)}[data-theme="dark"] header.sticky{background:var(--bg-primary)}header.slide-up{transform:translateY(-150%)}header.slide-down{transform:translateY(0)}@media (max-width:767px){.navbar{padding:0.25rem 1.1rem !important}}header.slide-up{transform:translateY(0) !important}.header-signin-btn{background-color:var(--primary) !important;color:var(--text-inverse);border-radius:var(--radius-lg) !important;display:inline-flex;align-items:center;gap:6px}.header-signin-btn:hover{background-color:var(--primary-500) !important;color:var(--text-inverse)}@media (max-width:767px){.header-signin-btn{display:inline-flex !important;align-items:center !important;justify-content:center !important;width:34px !important;height:34px !important;padding:0 !important;min-height:0 !important;box-sizing:border-box;gap:0 !important;font-size:0.95rem;border-radius:var(--radius-full) !important;border:1px solid var(--glass-border) !important;background-color:var(--glass-bg) !important;box-shadow:none !important;color:var(--text-primary);margin-right:8px}.header-signin-btn:hover{background-color:var(--glass-bg-strong) !important;border-color:var(--glass-border-hover) !important;box-shadow:none !important;color:var(--text-primary)}.header-signin-btn .signin-text{display:none}}
.mesh-bg{position:fixed;inset:0;z-index:-1;overflow:hidden;pointer-events:none}
.mesh-blob{position:absolute;border-radius:50%;filter:blur(80px)}
.mesh-blob-1{width:600px;height:600px;top:-200px;left:-100px;background:var(--mesh-blob-1)}
.mesh-blob-2{width:500px;height:500px;top:30%;right:-150px;background:var(--mesh-blob-2)}
.mesh-blob-3{width:450px;height:450px;bottom:-150px;left:20%;background:var(--mesh-blob-3)}
.navbar{padding:0.7rem 1.5rem !important}
@media (max-width:768px){.nav-links.active{background:var(--bg-primary) !important;opacity:1}}
.navbar{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) 0;position:relative}.logo-svg{height:42px;width:auto;max-width:225px;transition:transform 0.2s ease}[data-theme="light"] .light-theme-logo{display:block}[data-theme="light"] .dark-theme-logo{display:none}[data-theme="dark"] .light-theme-logo{display:none}[data-theme="dark"] .dark-theme-logo{display:block}.logo:hover .logo-svg{transform:translateY(-1px)}@media (max-width:768px){.logo-svg{height:35px;max-width:150px}}@media (max-width:480px){.logo-svg{height:30px;max-width:120px}}.nav-links{display:flex;align-items:center;list-style:none;margin:0;padding:0}.nav-links li{margin:0 var(--space-4)}.nav-links a{color:var(--text-primary);text-decoration:none;font-weight:var(--font-medium);position:relative;padding:var(--space-2) 0;transition:color 0.3s ease;display:inline-flex;align-items:center;gap:0.45rem}
.nav-links a i{font-size:0.82rem;color:var(--ink-muted);transition:color 0.3s ease;line-height:1}
.nav-links a:hover{color:var(--primary)}
.nav-links a:hover i{color:var(--primary)}
.nav-links a:after{content:'';position:absolute;width:100%;height:2px;bottom:0;left:0;background-color:var(--primary);transform:scaleX(0);transform-origin:bottom right;transition:transform 0.3s ease}
.nav-links a:hover:after{transform:scaleX(1);transform-origin:bottom left}.mobile-menu{display:none;cursor:pointer;font-size:var(--text-xl);color:var(--text-primary)}.header-actions{display:flex;align-items:center;gap:var(--space-3)}.user-dropdown{position:relative}.dropdown-toggle::after{color:var(--icon-primary)}.user-dropdown .user-info{display:flex;align-items:center;gap:var(--space-2);background:none;border:none;padding:0;cursor:pointer;transition:all 0.3s ease}.user-dropdown .user-avatar{width:45px;height:45px;border-radius:var(--radius-full);overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--primary-50);border:2px solid var(--primary-100);transition:all 0.3s ease}.user-dropdown .user-avatar:hover{border-color:var(--border-hover-color);transform:translateY(-1px)}.user-dropdown .user-avatar img{width:100%;height:100%;object-fit:cover}.user-dropdown .user-avatar i{font-size:var(--text-xl);color:var(--primary)}.user-dropdown .dropdown-menu{position:absolute;top:100%;right:0;min-width:240px;padding:var(--space-2);margin-top:var(--space-2);background:var(--rev-card-bg);border:none;border-radius:var(--radius-2xl);box-shadow:var(--shadow-dropdown);visibility:hidden;opacity:0;transform:translateY(-8px) scale(0.98);transform-origin:top right;transition:all 0.2s cubic-bezier(0.165,0.84,0.44,1);pointer-events:none;backface-visibility:hidden;will-change:transform,opacity,visibility}.user-dropdown .dropdown-menu.show{visibility:visible;opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.user-dropdown .dropdown-header{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3);border-bottom:1px solid var(--border-subtle);margin-bottom:var(--space-1)}.user-dropdown .user-dropdown-avatar{width:48px;height:48px;border-radius:var(--radius-full);overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--primary-50);border:2px solid var(--primary-100)}.user-dropdown .dropdown-avatar-img{width:100%;height:100%;object-fit:cover}.user-dropdown .dropdown-avatar-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--primary-50)}.user-dropdown .dropdown-avatar-placeholder i{font-size:var(--text-xl);color:var(--primary)}.user-dropdown .user-dropdown-info{display:flex;flex-direction:column;min-width:0}.user-dropdown .user-dropdown-info strong{color:var(--text-primary);font-size:var(--text-base);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-dropdown .user-dropdown-info small{color:var(--text-secondary) !important;font-size:var(--text-sm)}.user-dropdown .dropdown-divider{margin:var(--space-1) 0;border-top:1px solid var(--border-subtle);opacity:0.1}.user-dropdown .dropdown-item{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-3);color:var(--text-primary);font-size:var(--text-sm);text-decoration:none;border-radius:var(--radius-lg);transition:all 0.2s ease;margin:2px var(--space-1)}.user-dropdown .dropdown-item i{width:16px;text-align:center;color:var(--text-secondary);transition:color 0.2s ease}.user-dropdown .dropdown-item:hover{background:var(--primary-50);color:var(--primary)}.user-dropdown .dropdown-item:hover i{color:var(--primary)}.user-dropdown .dropdown-item.text-danger{color:var(--danger)}.user-dropdown .dropdown-item.text-danger:hover{background:var(--danger-light)}.user-dropdown .dropdown-item.text-danger:hover i{color:var(--danger)}.header-actions .text-primary{color:var(--primary) !important}.header-actions .text-secondary{color:var(--secondary) !important}@keyframes pulse-glow{0%{opacity:0.3}100%{opacity:0.6}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes shine{0%{opacity:0;left:-100%}20%{opacity:1}100%{opacity:0;left:150%}}footer{background-color:var(--footer-bg);padding:var(--space-16) 0 var(--space-8);position:relative;transition:var(--transition-colors);box-shadow:var(--shadow-lg)}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--space-10);margin-bottom:var(--space-10)}.footer-columns-pair{display:contents}@media (max-width:640px){.footer-content{grid-template-columns:1fr}.footer-columns-pair{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-6)}}.footer-column{text-align:left}.footer-column h3{font-family:var(--font-family-primary);font-size:var(--text-xl);font-weight:var(--font-semibold);margin-bottom:var(--space-5);color:var(--text-primary);position:relative;transition:var(--transition-colors)}.footer-column h3:after{content:'';position:absolute;left:0;bottom:calc(-1 * var(--space-2));width:var(--space-10);height:var(--border-width-2);background:var(--primary);border-radius:var(--radius-base)}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:var(--space-2_5)}.footer-links a{font-family:var(--font-family-primary);font-size:var(--text-base);color:var(--text-secondary);transition:var(--transition-colors);text-decoration:none}.footer-links a:hover{color:var(--primary)}.footer-bottom{border-top:var(--border-width) solid var(--border-tertiary);padding-top:var(--space-8);text-align:center;color:var(--text-secondary)}.footer-social{display:flex;align-items:center;gap:10px}.footer-social-icon{width:36px;height:36px;border-radius:var(--radius-full);border:1px solid var(--border-color);background:var(--surface-primary);color:var(--text-secondary);display:flex;align-items:center;justify-content:center;font-size:0.9rem;transition:var(--transition-base)}.footer-social-icon:hover{background:var(--primary);color:var(--text-inverse);border-color:var(--primary)}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer-bottom-content p{margin:0}@media (max-width:992px){.section-title{font-size:var(--text-3xl);margin-bottom:var(--space-10)}.plan-card{padding:var(--space-6) var(--space-5)}.plans-grid,.testimonials-grid,.services-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-6)}.features-grid,.results-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--space-6)}.social-links-header{display:none}.form-row{grid-template-columns:1fr;gap:var(--space-4)}}@media (max-width:768px){.nav-links{position:fixed;top:var(--header-height);left:-100%;width:100%;height:calc(100vh - var(--header-height));background:var(--bg-overlay);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);flex-direction:column;justify-content:flex-start;align-items:center;padding:var(--space-12) 0;transition:var(--transition-all);gap:var(--space-5);z-index:var(--z-modal)}.nav-links.active{left:0}.nav-links li{margin:0}.mobile-menu{display:block}.header-actions{margin-left:var(--space-3)}.header-actions .btn{padding:var(--space-1_5) var(--space-3);font-size:var(--text-xs)}.auth-buttons{gap:var(--space-1_5)}.footer-bottom-content{flex-direction:column;text-align:center;gap:var(--space-4)}.theme-toggle{justify-content:center}.cta-buttons{justify-content:center;gap:var(--space-2_5)}.section{padding:var(--space-16) 0}.services-grid,.plans-grid,.testimonials-grid,.features-grid,.results-grid{grid-template-columns:1fr;gap:var(--space-5)}.section-header{flex-direction:column;text-align:center;gap:var(--space-2_5)}.section-icon{margin:0 auto}.notification-content{flex-direction:column;gap:var(--space-4);text-align:center}.form-options{flex-direction:column;align-items:flex-start;gap:var(--space-2_5)}.container-header{padding:var(--space-8) var(--space-5) var(--space-5)}.container-content{padding:0 var(--space-5) var(--space-8)}.form-section{padding:var(--space-5)}.tab-btn span{display:none}.tab-btn{padding:var(--space-3)}.input-wrapper .form-control,.form-control{padding:var(--space-2_5) var(--space-3);font-size:16px}.password-toggle{right:var(--space-3);top:50%;transform:translateY(-50%);font-size:var(--text-sm)}.input-wrapper:has(label:not(.sr-only)) .password-toggle{top:48px;transform:none}}@media (max-width:576px){.section-title{font-size:var(--text-2xl);margin-bottom:var(--space-8)}.section-subtitle{font-size:var(--text-base);margin-bottom:var(--space-6)}.container{padding:0 var(--space-2_5)}.section{padding:var(--space-12) 0}.cta-buttons{flex-direction:column;align-items:center;gap:var(--space-3)}}
/* Soft Neutral / Pill — Phase 5 public shell polish */
body{background-color:var(--canvas);color:var(--ink);font-family:var(--font,var(--font-family-primary))}
.section-title{color:var(--ink-strong);font-weight:700;text-transform:none;letter-spacing:normal;text-align:center}
.section-subtitle{color:var(--ink-muted);text-align:center;margin-left:auto;margin-right:auto}
.chip{
  border-radius:var(--r-pill);
  background:var(--surface);
  color:var(--ink);
  border:1px solid var(--border-hairline);
}
.chip.active{
  background:var(--ink-strong);
  border-color:var(--ink-strong);
  color:var(--canvas);
}
.chip.active i{color:inherit}
.tag{
  border-radius:var(--r-pill);
  background:var(--accent-soft);
  color:var(--accent);
  font-weight:500;
  text-transform:none;
  letter-spacing:normal;
}

/* Footer Android app download badge */
.footer-app-badge{display:inline-block;margin-top:var(--space-5);line-height:0;border-radius:var(--r-field);transition:opacity .2s ease,transform .2s ease;color:inherit;text-decoration:none}
.footer-app-badge:hover{opacity:.9;transform:translateY(-2px);color:inherit}
.footer-app-badge img{display:block;height:46px;width:auto;max-width:170px}
/* Home already shows the Play badge in the app strip — hide footer duplicate on phones */
@media (max-width:768px){.footer-app-badge{display:none}}

/* -- Soft Neutral public shell: sections, footer, reveal ---------------- */
body{
  font-family:var(--font),var(--font-family-primary);
  font-optical-sizing:auto;
  -webkit-font-smoothing:antialiased;
}

.section{
  padding:clamp(3.5rem,6vw,5.5rem) 0;
}
.section-secondary{
  background:var(--surface-sunken);
}
.section-title{
  font-family:var(--font);
  font-weight:700;
  font-size:clamp(1.65rem,2.8vw,2.25rem);
  letter-spacing:-.02em;
  margin-bottom:0.65rem;
  line-height:1.2;
  text-align:center;
}
.section-title:after{
  width:2.5rem;
  height:3px;
  bottom:calc(-1 * var(--space-3));
  left:50%;
  transform:translateX(-50%);
  border-radius:var(--r-pill);
  background:var(--accent);
}
.section-subtitle{
  font-family:var(--font);
  font-weight:500;
  font-size:1rem;
  line-height:1.65;
  color:var(--ink-muted);
  margin:0 auto;
  max-width:36rem;
  text-align:center;
}
.section-header-block{
  margin-bottom:2rem;
  text-align:center;
}
.section-actions{
  margin-top:2rem;
  display:flex;
  justify-content:center;
  gap:0.75rem;
  flex-wrap:wrap;
}

/* Public page heroes (Gigs / Store / Portfolio / Domain) */
.gg-hero,
.st-hero,
.pf-hero,
.ds-hero{
  text-align:center !important;
}
.gg-hero h1,
.st-hero h1,
.pf-hero h1,
.ds-hero h1{
  margin-left:auto;
  margin-right:auto;
}
.gg-hero p,
.st-hero p,
.pf-hero p,
.ds-hero p{
  margin-left:auto;
  margin-right:auto;
}
.chip-row{
  justify-content:center;
}

@media (max-width:768px){
  .section{
    padding:2.25rem 0;
  }
  .section-header-block{
    margin-bottom:1.25rem;
  }
  .section-title{
    font-size:clamp(1.4rem,5.5vw,1.85rem);
    margin-bottom:0.5rem;
  }
  .section-subtitle{
    font-size:0.92rem;
  }
  .section-actions{
    margin-top:1.25rem;
  }
  .container{
    padding-left:1rem;
    padding-right:1rem;
  }
  /* Mobile drawer: clearer icon + label rows */
  .nav-links li{
    margin:0;
    width:100%;
  }
  .nav-links a{
    width:100%;
    justify-content:flex-start;
    gap:0.75rem;
    padding:0.85rem 1.25rem;
    font-size:1rem;
  }
  .nav-links a i{
    width:1.25rem;
    text-align:center;
    font-size:0.95rem;
  }
  .nav-links a:after{
    display:none;
  }
}

/* Scroll reveal — subtle, respects reduced motion via JS */
.reveal,
[data-reveal],
.site-footer .footer-column{
  opacity:0;
  transform:translateY(18px);
  transition:opacity .55s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1);
  will-change:opacity,transform;
}
.reveal.is-visible,
[data-reveal].is-visible,
.site-footer .footer-column.is-visible{
  opacity:1;
  transform:translateY(0);
  will-change:auto;
}

/* Site footer */
.site-footer,
footer{
  background:var(--surface);
  border-top:1px solid var(--border-hairline);
  padding:clamp(3rem,5vw,4.5rem) 0 1.75rem;
  box-shadow:none;
  position:relative;
}
.site-footer .footer-content,
footer .footer-content{
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(0,1.2fr) minmax(0,1fr);
  gap:clamp(1.75rem,3vw,3rem);
  margin-bottom:2.25rem;
  align-items:start;
}
.site-footer .footer-columns-pair,
footer .footer-columns-pair{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:clamp(1.25rem,2vw,2rem);
}
.site-footer .footer-logo,
footer .footer-logo{
  display:inline-flex;
  margin-bottom:1rem;
}
.footer-tagline{
  color:var(--ink-soft);
  font-size:0.9rem;
  line-height:1.65;
  max-width:280px;
  margin:0;
  font-weight:500;
}
.site-footer .footer-column h3,
footer .footer-column h3{
  font-family:var(--font);
  font-size:0.8rem;
  font-weight:700;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--ink-strong);
  margin:0 0 1.1rem;
  padding-bottom:0.65rem;
}
.site-footer .footer-column h3:after,
footer .footer-column h3:after{
  width:1.5rem;
  height:2px;
  bottom:0;
  background:var(--accent);
  border-radius:var(--r-pill);
}
.site-footer .footer-links li,
footer .footer-links li{
  margin-bottom:0.55rem;
}
.site-footer .footer-links a,
footer .footer-links a{
  font-family:var(--font);
  font-size:0.92rem;
  font-weight:500;
  color:var(--ink-soft);
  display:inline-flex;
  align-items:center;
  gap:0.45rem;
  transition:color .2s ease,transform .2s ease;
}
.site-footer .footer-links a:hover,
footer .footer-links a:hover{
  color:var(--accent);
  transform:translateX(2px);
}
.footer-social--column{
  display:flex;
  flex-wrap:wrap;
  gap:0.5rem;
  margin-top:1.25rem;
}
.site-footer .footer-social-icon,
footer .footer-social-icon{
  width:36px;
  height:36px;
  border-radius:50%;
  border:1px solid var(--border-hairline);
  background:var(--surface-sunken);
  color:var(--ink-muted);
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:0.85rem;
  transition:background-color .15s ease,color .15s ease,border-color .15s ease,transform .15s ease;
}
.site-footer .footer-social-icon:hover,
footer .footer-social-icon:hover{
  background:var(--ink-strong);
  color:var(--canvas);
  border-color:var(--ink-strong);
  transform:translateY(-2px);
}
.footer-profile-download{
  display:inline-flex;
  align-items:center;
  gap:0.55rem;
  margin-top:1rem;
  padding:0.65rem 0.95rem;
  border-radius:var(--r-field, 10px);
  border:1px solid var(--border-hairline);
  background:var(--surface-sunken);
  color:var(--ink-strong, var(--text-primary));
  font-size:0.86rem;
  font-weight:600;
  line-height:1.2;
  text-decoration:none;
  transition:background-color .15s ease,color .15s ease,border-color .15s ease,transform .15s ease;
}
.footer-profile-download i{
  color:var(--accent, #f16a1a);
}
.footer-profile-download:hover{
  background:var(--ink-strong);
  color:var(--canvas);
  border-color:var(--ink-strong);
  transform:translateY(-2px);
}
.footer-profile-download:hover i{
  color:inherit;
}
.site-footer .footer-bottom,
footer .footer-bottom{
  border-top:1px solid var(--border-hairline);
  padding-top:1.35rem;
  text-align:left;
  color:var(--ink-muted);
}
.site-footer .footer-bottom-content,
footer .footer-bottom-content{
  display:flex;
  justify-content:space-between;
  align-items:center;
  flex-wrap:wrap;
  gap:1rem;
}
.site-footer .footer-bottom-content p,
footer .footer-bottom-content p{
  margin:0;
  font-size:0.85rem;
  font-weight:500;
}
.footer-bottom-links{
  display:flex;
  align-items:center;
  gap:1.1rem;
  flex-wrap:wrap;
}
.footer-bottom-links a{
  font-size:0.85rem;
  font-weight:600;
  color:var(--ink-soft);
  transition:color .15s ease;
}
.footer-bottom-links a:hover{color:var(--accent)}

@media (max-width:991px){
  .site-footer .footer-content,
  footer .footer-content{
    grid-template-columns:1fr 1fr;
  }
  .site-footer .footer-brand,
  footer .footer-brand{
    grid-column:1 / -1;
  }
}
@media (max-width:768px){
  .site-footer,
  footer{
    padding:2.25rem 0 1.35rem;
  }
  .site-footer .footer-content,
  footer .footer-content{
    gap:1.5rem;
    margin-bottom:1.5rem;
  }
}
@media (max-width:640px){
  .site-footer .footer-content,
  footer .footer-content{
    grid-template-columns:1fr;
  }
  .site-footer .footer-columns-pair,
  footer .footer-columns-pair{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:1.25rem;
  }
  .site-footer .footer-bottom-content,
  footer .footer-bottom-content{
    flex-direction:column;
    text-align:center;
  }
  .footer-bottom-links{justify-content:center}
  .footer-tagline{max-width:none}
}

@media (prefers-reduced-motion:reduce){
  .reveal,
  [data-reveal],
  .site-footer .footer-column{
    opacity:1;
    transform:none;
    transition:none;
  }
}

/* Scroll-to-top (also linked via scroll-to-top.css — keep a fallback here) */
.scroll-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;padding:0;margin:0;appearance:none;-webkit-appearance:none;background:var(--primary,#F35B25);color:var(--text-inverse,#fff);border:none;border-radius:50%;cursor:pointer;font-size:1.2rem;line-height:1;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease,transform .3s ease,background .3s ease,box-shadow .3s ease;z-index:1000;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 20px rgba(0,0,0,.2)}
.scroll-to-top i{color:inherit;font-size:inherit;line-height:1}
.scroll-to-top.show{opacity:1;visibility:visible;pointer-events:auto}
.scroll-to-top:hover{transform:translateY(-3px);background:var(--primary-600,var(--primary-500,#D94E1D));color:var(--text-inverse,#fff)}
.scroll-to-top:focus-visible{outline:2px solid var(--primary,#F35B25);outline-offset:3px}
@media (max-width:576px){.scroll-to-top{bottom:20px;right:16px;width:44px;height:44px;font-size:1.05rem}}
