:root{
  --navy:#081426;
  --navy-2:#0d2239;
  --navy-3:#12324e;
  --teal:#00b9ae;
  --teal-2:#22cfc4;
  --cyan:#28d7e3;
  --ink:#11243a;
  --muted:#6c7c8f;
  --line:#e3e9ef;
  --soft:#f2f8f9;
  --page:#f7f9fc;
  --white:#fff;
  --shadow:0 18px 50px rgba(14,39,64,.10);
  --shadow-sm:0 8px 24px rgba(14,39,64,.06);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body.public-site{margin:0;background:var(--page);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.5;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}
.pub-shell{width:min(1180px,calc(100% - 48px));margin:0 auto}

/* HEADER */
.pub-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(224,232,239,.92);backdrop-filter:blur(16px)}
.pub-nav{height:76px;display:flex;align-items:center;gap:24px}
.pub-brand{display:flex;align-items:center;gap:11px;font-size:24px;font-weight:850;letter-spacing:-.035em;white-space:nowrap;color:var(--ink)}
.pub-brand img{width:42px;height:42px;display:block}
.pub-links{display:flex;align-items:center;gap:24px;margin-left:28px}
.pub-links a{font-size:13px;font-weight:650;color:#465a70;position:relative;padding:28px 0}
.pub-links a:after{content:"";position:absolute;left:0;right:100%;bottom:18px;height:2px;background:var(--teal);transition:.2s ease}
.pub-links a:hover{color:var(--ink)}
.pub-links a:hover:after{right:0}
.pub-spacer{flex:1}
.lang-switch{display:flex;align-items:center;gap:3px;padding:4px;border-radius:10px;background:#f4f7fa}
.lang-switch a{min-width:34px;padding:6px 8px;border-radius:8px;text-align:center;font-size:12px;font-weight:850;color:#69798b}
.lang-switch a.active{background:#e7f6f5;color:#087f78}
.pub-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:10px;padding:11px 16px;font-weight:800;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;white-space:nowrap}
.pub-btn:hover{transform:translateY(-1px)}
.pub-btn.primary{background:linear-gradient(135deg,#099d96,#18c7bd);color:#fff;box-shadow:0 9px 25px rgba(0,169,157,.18)}
.pub-btn.secondary{background:#fff;border:1px solid #ccd7e1;color:#20364d}
.pub-btn.dark{background:var(--navy);color:#fff}
.nav-secondary{padding:10px 14px;font-size:12px}
.nav-cta{padding:11px 18px;font-size:12px}
.mobile-menu-toggle,.mobile-menu{display:none}

/* HERO */
.hero-section{position:relative;overflow:hidden;color:#fff;background:linear-gradient(180deg,#071528 0%,#0a2340 72%,#0c2944 100%)}
.hero-section:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.012) 1px,transparent 1px);background-size:55px 55px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.45),transparent 82%)}
.hero-glow{position:absolute;border-radius:50%;filter:blur(3px);pointer-events:none}
.hero-glow-one{width:620px;height:280px;left:50%;bottom:-185px;transform:translateX(-50%);background:radial-gradient(circle,rgba(20,205,195,.35) 0%,rgba(9,135,144,.12) 36%,transparent 72%)}
.hero-glow-two{width:480px;height:480px;right:-230px;top:-250px;background:radial-gradient(circle,rgba(19,168,210,.16),transparent 70%)}
.hero-mountain{position:absolute;bottom:-115px;width:62%;height:230px;background:linear-gradient(145deg,#0a1b2d,#102e49);opacity:.92;filter:drop-shadow(0 -10px 30px rgba(0,0,0,.18))}
.hero-mountain-one{left:-17%;transform:rotate(8deg) skewX(-18deg)}
.hero-mountain-two{right:-19%;transform:rotate(-7deg) skewX(16deg);background:linear-gradient(215deg,#081a2c,#123451)}
.hero-inner{position:relative;z-index:2;text-align:center;padding:64px 0 56px}
.eyebrow{display:inline-flex;align-items:center;gap:9px;padding:7px 14px;border:1px solid rgba(42,215,203,.28);border-radius:999px;background:rgba(7,49,65,.52);color:#b6f4ee;font-size:12px;font-weight:800;letter-spacing:.01em}
.eyebrow span{width:8px;height:8px;border-radius:50%;background:#21d3c7;box-shadow:0 0 0 5px rgba(33,211,199,.08)}
.hero-title{max-width:880px;margin:20px auto 12px;font-family:Georgia,"Times New Roman",serif;font-size:56px;line-height:1.02;font-weight:500;letter-spacing:-.04em}
.hero-title span{display:block;color:#28c7bd}
.hero-copy{max-width:660px;margin:0 auto;color:#d2dce7;font-size:16px}
.hero-search{max-width:820px;margin:29px auto 0;padding:6px;background:#fff;border-radius:13px;display:grid;grid-template-columns:minmax(0,1fr) 185px auto;box-shadow:0 20px 55px rgba(0,0,0,.24);position:relative}
.search-input-wrap{display:flex;align-items:center;min-width:0}
.search-input-wrap svg,.filter-search svg{width:19px;height:19px;fill:none;stroke:#8492a2;stroke-width:1.8;flex:0 0 auto;margin-left:12px}
.hero-search input,.hero-search select{border:0;outline:0;background:#fff;color:#31465c;min-width:0;padding:12px 14px}
.hero-search input{width:100%;padding-left:10px}
.hero-search select{border-left:1px solid #e3e9ee}
.hero-search .pub-btn{padding:12px 22px}
.popular{display:flex;align-items:center;justify-content:center;gap:7px;flex-wrap:wrap;margin-top:14px;color:#bdc9d6;font-size:12px}
.popular strong{font-weight:650}
.popular a{padding:5px 10px;border-radius:999px;background:rgba(255,255,255,.075);color:#edf7f8;border:1px solid rgba(255,255,255,.04)}
.popular a:hover{background:rgba(35,208,195,.15);border-color:rgba(35,208,195,.24)}

/* CATEGORY STRIP */
.category-strip{background:#fff;border-bottom:1px solid var(--line)}
.category-grid{display:grid;grid-template-columns:repeat(9,minmax(88px,1fr));gap:4px;padding:15px 0}
.category-pill{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;min-height:70px;padding:8px 5px;border-radius:11px;color:#586a7d;font-size:11px;font-weight:650;text-align:center;transition:.18s ease}
.category-pill:hover,.category-pill.active{background:#edf8f8;color:#087e78}
.category-icon{width:25px;height:25px;display:grid;place-items:center;color:#087e78}
.category-icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.category-icon svg path:first-child:not(:only-child),.category-icon svg rect,.category-icon svg ellipse{fill:none}

/* GENERIC SECTIONS */
.section{padding:52px 0}
.featured-section{background:#fff}
.marketplace-section{background:#f7f9fc}
.section-head{display:flex;align-items:flex-end;gap:22px;margin-bottom:23px}
.section-kicker{display:block;margin-bottom:7px;color:#0a9088;font-size:10px;font-weight:900;letter-spacing:.14em}
.section-head h1,.section-head h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:34px;line-height:1.1;font-weight:600;letter-spacing:-.025em}
.section-head p{max-width:680px;margin:6px 0 0;color:var(--muted);font-size:14px}
.section-link{margin-left:auto;color:#0a9189;font-size:12px;font-weight:850;white-space:nowrap}
.section-link span{display:inline-block;margin-left:3px;transition:.18s ease}
.section-link:hover span{transform:translateX(3px)}

/* FEATURED */
.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.featured-card{position:relative;min-height:188px;padding:18px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;transition:.2s ease;overflow:hidden}
.featured-card:before{content:"";position:absolute;width:150px;height:150px;right:-70px;top:-75px;background:radial-gradient(circle,#e6fbf9,transparent 70%)}
.featured-card:hover{transform:translateY(-4px);box-shadow:var(--shadow);border-color:#cae2df}
.featured-top{display:flex;align-items:center;position:relative;z-index:2}
.featured-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(135deg,#eaf9f7,#e6edfb);color:#087f78;font-weight:900}
.featured-tag{margin-left:auto;padding:4px 7px;border-radius:999px;background:#e8f8f5;color:#0a8078;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.05em}
.featured-name{position:relative;z-index:2;margin-top:17px;font-size:18px;font-weight:850;letter-spacing:-.025em;overflow-wrap:anywhere}
.featured-desc{position:relative;z-index:2;margin-top:5px;min-height:34px;color:#718094;font-size:11px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.featured-bottom{position:relative;z-index:2;margin-top:auto;padding-top:16px;display:flex;align-items:center;gap:10px}
.featured-bottom strong{font-size:18px}
.featured-bottom span{margin-left:auto;color:#078d85;font-size:11px;font-weight:850}

/* TRUST */
.trust-band{background:#fbfdfd;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{display:flex;gap:13px;align-items:flex-start;padding:24px 20px}
.trust-item+.trust-item{border-left:1px solid var(--line)}
.trust-icon{width:39px;height:39px;border-radius:50%;border:1px solid #a9deda;display:grid;place-items:center;color:#07867f;flex:0 0 auto;background:#fff}
.trust-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}
.trust-item b{display:block;font-size:13px}
.trust-item span{display:block;color:var(--muted);font-size:11px;margin-top:3px}

/* MARKETPLACE */
.marketplace-head{align-items:center}
.portfolio-count{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end}
.portfolio-count strong{font-family:Georgia,"Times New Roman",serif;font-size:34px;line-height:1;color:#0a9189}
.portfolio-count span{margin-top:4px;color:var(--muted);font-size:11px}
.filter-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:11px;margin-bottom:23px;display:grid;grid-template-columns:1.7fr .8fr 1fr auto;gap:9px;box-shadow:var(--shadow-sm)}
.filter-search{display:flex;align-items:center;border:1px solid #d7e0e8;border-radius:9px;min-width:0}
.filter-search input{width:100%;border:0;outline:0;padding:10px 11px 10px 8px;background:transparent;color:#31465c}
.filter-card select{width:100%;border:1px solid #d7e0e8;border-radius:9px;padding:10px 11px;background:#fff;color:#31465c}
.domain-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.domain-card{background:#fff;border:1px solid var(--line);border-radius:14px;padding:17px;min-height:184px;display:flex;flex-direction:column;box-shadow:0 7px 22px rgba(18,45,70,.035);transition:.2s ease}
.domain-card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#c9dcdf}
.domain-card-top{display:flex;gap:11px;align-items:flex-start}
.domain-dot{width:39px;height:39px;border-radius:11px;background:linear-gradient(135deg,#e9fbf8,#e1eafb);display:grid;place-items:center;font-weight:900;color:#087f79;flex:0 0 auto}
.domain-card-title-wrap{min-width:0;flex:1}
.domain-name{font-size:17px;font-weight:850;overflow-wrap:anywhere;letter-spacing:-.02em}
.domain-meta{font-size:11px;color:var(--muted);margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.card-arrow{color:#9aacbc;font-size:17px}
.domain-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:14px}
.domain-tags span{padding:4px 7px;background:#f2f6f8;border-radius:6px;color:#6d7e91;font-size:9px;font-weight:750}
.domain-price{font-size:21px;font-weight:850;margin-top:auto;padding-top:14px}
.domain-card-footer{display:flex;align-items:center;margin-top:9px;color:#0b8f88;font-size:10px;font-weight:850}
.score{margin-left:auto;color:#7d8ca0;font-weight:700}
.empty-marketplace{padding:40px;text-align:center;background:#fff;border:1px solid var(--line);border-radius:14px;color:var(--muted)}

/* FOOTER */
.pub-footer{background:var(--navy);color:#dce7f1;margin-top:0}
.footer-grid{display:grid;grid-template-columns:1.45fr repeat(3,1fr);gap:40px;padding:46px 0 34px}
.footer-brand{display:flex;align-items:center;gap:10px;color:#fff;font-size:21px;font-weight:850}
.footer-brand img{width:35px;height:35px}
.footer-intro{max-width:250px;color:#9eb1c3;font-size:12px;margin:14px 0 9px}
.footer-email{color:#c5d6e4;font-size:12px}
.footer-col h4{margin:0 0 13px;color:#fff;font-size:12px}
.footer-col a{display:block;color:#96aabd;font-size:11px;margin:8px 0}
.footer-col a:hover{color:#fff}
.footer-bottom{border-top:1px solid rgba(255,255,255,.09);padding:17px 0;color:#8095a8;font-size:10px;display:flex;gap:18px}
.footer-bottom .grow{flex:1}

/* LANDER (kept compatible) */
.landing-main{padding:38px 0 62px}.crumb{font-size:12px;color:#78879a;margin-bottom:18px}.crumb a{color:#0a948c}.domain-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);gap:28px;align-items:start}.domain-panel,.price-panel,.inquiry-card,.why-card{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 10px 34px rgba(18,45,70,.045)}.domain-panel{padding:30px}.domain-big{font-size:48px;line-height:1.05;font-weight:900;letter-spacing:-.04em;overflow-wrap:anywhere}.premium-tag{display:inline-flex;background:#e7f8f5;color:#087d76;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:900;margin-top:10px}.domain-lead{font-size:17px;color:#53657a;margin:13px 0 8px}.domain-description{color:#627388;max-width:720px}.tag-row{display:flex;gap:7px;flex-wrap:wrap;margin:18px 0}.tag{background:#f2f5f7;color:#627386;padding:5px 9px;border-radius:7px;font-size:11px}.feature-list{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:24px}.feature-mini{padding:13px;background:#f8fbfc;border-radius:10px}.feature-mini b{font-size:12px;display:block}.feature-mini span{font-size:11px;color:#738397}.price-panel{padding:25px;position:sticky;top:94px}.price-label{font-size:12px;color:#68798d}.price-value{font-size:36px;font-weight:900;margin:5px 0 3px}.price-note{font-size:12px;color:#8795a5;margin-bottom:18px}.price-panel .pub-btn{width:100%;margin-top:8px}.assurance{border-top:1px solid var(--line);margin-top:20px;padding-top:16px}.assurance div{font-size:12px;color:#596a7c;margin:9px 0}.content-two{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:24px}.why-card,.inquiry-card{padding:26px}.why-card h2,.inquiry-card h2{margin-top:0;font-family:Georgia,"Times New Roman",serif}.checklist{list-style:none;padding:0;margin:0}.checklist li{padding:8px 0 8px 27px;position:relative;color:#4c6074}.checklist li:before{content:"✓";position:absolute;left:0;top:8px;width:18px;height:18px;border-radius:50%;background:#e7f7f4;color:#07887f;display:grid;place-items:center;font-size:11px;font-weight:900}.inquiry-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.inquiry-card label{display:block;font-size:11px;font-weight:800;color:#65768a;margin-bottom:5px}.inquiry-card input,.inquiry-card textarea{width:100%;padding:11px 12px;border:1px solid #d5dfe7;border-radius:8px;background:#fff}.inquiry-card textarea{min-height:115px;resize:vertical}.full{grid-column:1/-1}.sent-banner{background:#e8f8f4;border:1px solid #bce8df;color:#0d6d66;border-radius:10px;padding:12px 14px;margin-bottom:16px;font-weight:700}.lander-bottom-note{margin-top:22px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:20px;display:flex;gap:14px;align-items:center;color:#647489}.lander-bottom-note strong{color:#142a42}

@media(max-width:1080px){
  .pub-links{gap:18px;margin-left:12px}.pub-links a{font-size:12px}.nav-secondary{display:none}
  .featured-grid,.domain-grid{grid-template-columns:repeat(2,1fr)}
  .category-grid{grid-template-columns:repeat(5,1fr)}
  .filter-card{grid-template-columns:1.5fr 1fr 1fr auto}
}
@media(max-width:850px){
  .pub-nav{height:70px}.pub-links,.nav-secondary,.nav-cta{display:none}.mobile-menu-toggle{display:flex;width:40px;height:40px;border:0;background:#f2f6f8;border-radius:9px;flex-direction:column;justify-content:center;align-items:center;gap:4px;cursor:pointer}.mobile-menu-toggle span{width:18px;height:2px;background:#20384f;border-radius:2px}.mobile-menu{display:none;background:#fff;border-top:1px solid var(--line);padding:10px 24px 16px}.menu-open .mobile-menu{display:grid}.mobile-menu a{padding:10px 0;color:#42586d;font-size:13px;font-weight:700;border-bottom:1px solid #f0f3f5}.mobile-menu a:last-child{border-bottom:0}
  .hero-inner{padding:58px 0 50px}.hero-title{font-size:50px}.hero-search{grid-template-columns:1fr 165px auto}
  .trust-grid{grid-template-columns:1fr 1fr}.trust-item:nth-child(3){border-left:0;border-top:1px solid var(--line)}.trust-item:nth-child(4){border-top:1px solid var(--line)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .domain-hero{grid-template-columns:1fr}.price-panel{position:static}.content-two{grid-template-columns:1fr}
}
@media(max-width:620px){
  .pub-shell{width:min(100% - 30px,1180px)}.pub-nav{height:64px;gap:10px}.pub-brand{font-size:20px}.pub-brand img{width:36px;height:36px}.lang-switch{margin-left:auto}.lang-switch a{min-width:30px;padding:5px 6px}
  .hero-section:before{background-size:38px 38px}.hero-inner{padding:45px 0 42px}.eyebrow{font-size:10px;padding:6px 10px}.hero-title{font-size:40px;max-width:420px;margin-top:17px}.hero-copy{font-size:14px;padding:0 8px}.hero-search{grid-template-columns:1fr;margin-top:24px;padding:7px}.hero-search select{border-left:0;border-top:1px solid #e6ebef}.hero-search .pub-btn{width:100%}.popular{font-size:10px}.popular a{padding:4px 8px}
  .category-grid{display:flex;overflow-x:auto;gap:7px;padding:11px 0;scrollbar-width:none}.category-grid::-webkit-scrollbar{display:none}.category-pill{min-width:92px;min-height:64px;background:#fff;border:1px solid #eef2f4}.category-pill.active{background:#edf8f8}.category-icon{width:22px;height:22px}.category-icon svg{width:19px;height:19px}
  .section{padding:37px 0}.section-head{align-items:flex-start}.section-head h1,.section-head h2{font-size:29px}.section-head p{font-size:12px}.section-link{display:none}.featured-grid,.domain-grid{grid-template-columns:1fr}.featured-card{min-height:168px}
  .trust-grid{grid-template-columns:1fr}.trust-item+.trust-item{border-left:0;border-top:1px solid var(--line)}
  .marketplace-head{align-items:flex-start}.portfolio-count{display:none}.filter-card{grid-template-columns:1fr;padding:10px}.filter-card .pub-btn{width:100%}
  .footer-grid{grid-template-columns:1fr;gap:24px;padding-top:38px}.footer-bottom{flex-wrap:wrap}.footer-bottom .grow{display:none}.footer-bottom span:first-child{width:100%}
  .domain-panel{padding:22px}.domain-big{font-size:38px}.feature-list{grid-template-columns:1fr}.content-two{gap:14px}.inquiry-grid{grid-template-columns:1fr}.full{grid-column:auto}
}
