@import"https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap";.hero{margin-bottom:.35rem!important}section#pain .pain-card .btn{margin-top:10px!important;align-self:start!important}section#pain .pain-card{display:grid!important;grid-template-rows:auto 1fr auto!important}section#pain .pain-grid{margin-top:4px!important}section#pain{margin-top:0!important;margin-bottom:1.75rem!important}section#solutions,.services,.services-grid,.product-grid,.grid-cards{margin-top:1.5rem!important}.grid-cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))!important;gap:22px!important}.grid-cards .card{display:flex!important;flex-direction:column!important;min-height:100%!important}.grid-cards .card .btn{margin-top:12px!important;align-self:start!important}section#pain h2,section#solutions h2,.section-title,.services h2{font-size:clamp(22px,3vw,28px)!important;line-height:1.2!important;margin:0 0 12px!important;font-weight:600!important}.product-card .summary,section#pain .pain-card p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}:root{--ct-primary-dark:#0D273F;--ct-deep-blue:#10314E;--ct-mid-blue:#133C5B;--ct-secondary:#4D7B93;--ct-accent:#52859F;--bg:#FFFFFF;--bg-muted:#F7F8FA;--text:var(--ct-primary-dark);--text-muted:#1E1E1E;--border:#E5E8EA;--shadow:0 2px 6px rgba(0,0,0,.08);--radius:14px;--focus:2px solid #52859F}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans;background:var(--bg);color:var(--text);line-height:1.6}.container{width:min(1120px,92vw);margin-inline:auto}.stack{display:flex;flex-direction:column;gap:clamp(32px,6vw,88px)}.grid{display:grid;gap:24px}h1,h2,h3{font-weight:600;color:var(--ct-primary-dark);line-height:1.2;margin:0 0 8px}p{margin:0 0 12px}button,.btn{appearance:none;border-radius:10px;border:1px solid transparent;padding:12px 18px;font-weight:600;cursor:pointer}.btn-primary{background:var(--ct-accent);color:#fff}.btn-primary:focus{outline:var(--focus)}.btn-outline{background:#fff;border-color:var(--ct-accent);color:var(--ct-accent)}.btn-outline:focus{outline:var(--focus)}.card{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);background:#fff;padding:20px;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-2px);box-shadow:0 6px 18px #00000014}.card h3{margin-bottom:8px}.card p{color:var(--text-muted)}.card .price{font-weight:600;color:var(--ct-mid-blue)}.header{border-bottom:1px solid var(--border);background:#fff;position:sticky;top:0;z-index:10}.nav{display:flex;align-items:center;justify-content:space-between;padding:14px 0}.nav a{color:var(--ct-primary-dark);text-decoration:none;font-weight:600;margin-left:20px}.nav a:focus{outline:var(--focus)}.hero{display:grid;align-items:center;grid-template-columns:1.2fr 1fr;gap:32px;padding:40px 0}.hero p{margin-bottom:clamp(12px,1.6vw,18px)}.hero-ctas{margin-top:8px;margin-bottom:clamp(16px,2vw,24px)}.hero h1{font-size:clamp(28px,3.6vw,44px)}.hero p{font-size:clamp(16px,2vw,18px)}.hero-ctas{display:flex;gap:12px;flex-wrap:wrap;margin-top:8px}.trustbar{display:flex;gap:28px;align-items:center;opacity:.78;flex-wrap:wrap}.trustbar img{height:22px;filter:grayscale(1) contrast(1.2)}.grid-cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));align-items:stretch}.proofstrip{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius);padding:18px}.proofstrip .item{display:flex;gap:10px;align-items:center}.footer{border-top:1px solid var(--border);padding:28px 0;color:#3a3f45}.footer a{color:var(--ct-accent);text-decoration:none}.footer small{display:block;margin-top:6px}.modal-backdrop{position:fixed;inset:0;background:#0d273f5c;display:grid;place-items:center}.modal{background:#fff;border-radius:var(--radius);width:min(900px,92vw);box-shadow:0 10px 32px #00000040}.modal header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;border-bottom:1px solid var(--border)}.modal .content{padding:0}.modal button.icon{background:transparent;border:none;font-size:22px;line-height:1;cursor:pointer}:where(a,button):focus-visible{outline:var(--focus);outline-offset:2px}.trustbar img{filter:grayscale(1) contrast(1.1);opacity:.9;transition:opacity .2s ease}.trustbar img:hover{opacity:1}.trustbar-rail{display:flex;gap:40px;align-items:center;width:max-content;animation:ct-marquee 30s linear infinite;padding:24px 0}@media (max-width:640px){.trustbar img{height:24px}}.pain-wrap{padding:0}.pain-title{margin:0 0 12px;font-size:clamp(22px,3vw,28px)}.trustbar img{height:40px;max-height:40px;width:auto;filter:none;opacity:.95;transition:opacity .2s ease;object-fit:contain}.trustbar img:hover{transform:scale(1.05);opacity:1}@media (max-width: 640px){.trustbar img{height:32px}}.trustbar-row{display:flex;gap:40px;justify-content:center;align-items:center;padding:24px 0}.trustbar-rail{display:flex;gap:40px;align-items:center;width:max-content;padding:24px 0;animation:ct-marquee 30s linear infinite}.trustbar-mask{-webkit-mask-image:linear-gradient(to right,transparent 0,#000 8%,#000 92%,transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 8%,#000 92%,transparent 100%)}@keyframes ct-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion: reduce){.trustbar-rail{animation:none}}.trust-cell img{max-height:90%;max-width:120px;width:auto;height:auto;filter:none;opacity:.95;transform:scale(var(--scale, 1));transition:transform .2s ease,opacity .2s ease}@media (max-width:640px){.trust-cell{height:36px;width:120px}.trustbar-rail,.trustbar-row{gap:28px}}.trustbar-rail{display:flex;gap:40px;align-items:center;width:max-content;padding:24px 0;animation:ct-marquee var(--marquee-speed, 48s) linear infinite;will-change:transform}.trustbar:hover .trustbar-rail{animation-play-state:paused}@keyframes ct-marquee{0%{transform:translateZ(0)}to{transform:translate3d(-33.333%,0,0)}}.trustbar-viewport{position:relative;overflow:hidden;padding:24px 0}.trustbar-track{display:flex;gap:40px;align-items:center;position:absolute;top:0;left:0;white-space:nowrap;will-change:transform;backface-visibility:hidden;animation:ct-marquee var(--marquee-duration, 30s) linear infinite}.trust-cell img:hover{opacity:1;transform:scale(calc(var(--scale,1) * 1.05))}.trustbar-track{display:flex;gap:40px;align-items:center;position:absolute;top:0;left:0;will-change:transform;backface-visibility:hidden;animation:ct-marquee var(--marquee-duration, 30s) linear infinite}@media (max-width:640px){.trust-cell{height:36px;width:120px}.trustbar-track{gap:28px}}.trustbar-row{display:flex;gap:40px;align-items:center;justify-content:center;padding:24px 0;flex-wrap:wrap}.trustbar-viewport{position:relative;overflow:hidden;padding:24px 0;min-height:44px}.trustbar-mask{-webkit-mask-image:linear-gradient(to right,transparent 0,#000 6%,#000 94%,transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 6%,#000 94%,transparent 100%)}.trustbar-track{position:absolute;top:0;left:0;display:flex;gap:40px;align-items:center;backface-visibility:hidden;will-change:transform;animation:ct-marquee var(--marquee-duration, 30s) linear infinite}.trustbar:hover .trustbar-track{animation-play-state:paused}@keyframes ct-marquee{0%{transform:translateZ(0)}to{transform:translate3d(calc(-1 * var(--track-width, 1000px)),0,0)}}@media (prefers-reduced-motion: reduce){.trustbar-track{animation:none!important}}.markdown-body,.prose,.content article{line-height:1.7;color:var(--ct-primary-dark)}.markdown-body h2,.prose h2,.content article h2,.markdown-body h3,.prose h3,.content article h3{margin-top:1.6rem;margin-bottom:.6rem;line-height:1.25}.markdown-body hr,.prose hr,.content article hr{border:0;border-top:1px solid var(--border);margin:1.5rem 0}.markdown-body table,.prose table,.content article table{width:100%;border-collapse:collapse;border:1px solid var(--border);font-size:.95rem}.markdown-body th,.prose th,.content article th,.markdown-body td,.prose td,.content article td{padding:.6rem .8rem;border:1px solid var(--border);vertical-align:top}.markdown-body th,.prose th,.content article th{background:var(--bg-muted);font-weight:600}.markdown-body tr:nth-child(2n) td,.prose tr:nth-child(2n) td,.content article tr:nth-child(2n) td{background:#fbfcfe}.table-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}:where(.markdown-body,.prose,.content article) hr+h2{margin-top:1.2rem}.trustbar-row{display:flex;gap:40px;align-items:center;justify-content:center;flex-wrap:wrap;padding:24px 0}.trust-cell{height:44px;width:140px;display:flex;align-items:center;justify-content:center}.trust-cell img{max-height:90%;max-width:120px;width:auto;height:auto;filter:none;opacity:.95;transform:scale(var(--scale,1));transition:transform .2s ease,opacity .2s ease}@media (max-width:640px){.trust-cell{height:36px;width:120px}.trustbar-row{gap:28px}}.trustbar-row{display:flex;gap:36px;align-items:center;justify-content:center;flex-wrap:wrap;padding:24px 0}.trust-cell{height:48px;width:150px;display:flex;align-items:center;justify-content:center}.trust-cell img{max-height:90%;max-width:130px;width:auto;height:auto;filter:none;opacity:.95;transform:scale(var(--scale,1));transition:transform .2s ease,opacity .2s ease}@media (max-width:640px){.trust-cell{height:38px;width:126px}.trustbar-row{gap:24px}}.trustbar-row{display:flex;gap:32px;align-items:center;justify-content:center;flex-wrap:wrap;padding:24px 0}.trust-cell{height:52px;width:168px;display:flex;align-items:center;justify-content:center}.trust-cell img{max-height:90%;max-width:148px;width:auto;height:auto;filter:none;opacity:.95;transform:scale(var(--scale,1));transition:transform .2s ease,opacity .2s ease}.trust-cell img:hover{opacity:1;transform:scale(calc(var(--scale,1)*1.05))}@media (max-width:640px){.trust-cell{height:42px;width:138px}.trustbar-row{gap:22px}}.product-grid{row-gap:24px}.product-card{display:grid;grid-template-rows:auto 1fr auto;height:100%}.product-card header h3{margin:0 0 6px}.product-card .summary{margin:0;color:var(--text-muted)}.product-card .meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.product-card .price{font-weight:600;color:var(--ct-mid-blue)}.product-card .btn{white-space:nowrap}@media (max-width:640px){.grid-cards{grid-template-columns:1fr}.product-card .meta{margin-top:auto;flex-direction:column;align-items:flex-start;gap:10px}.product-card .btn{width:100%;text-align:center}}.pain-card .pain-cta{display:flex;justify-content:flex-start;margin-top:14px}.stack>*{margin-block:0}.container section{margin:0;padding:0}.pain-card h3.pain-q{margin:0 0 6px;font-size:18px}.pain-card .pain-a{margin:0;color:var(--text-muted)}.pain-card .pain-cta{display:flex;justify-content:flex-start;margin-top:auto}.pain-card .pain-cta .btn{white-space:nowrap}@media (max-width:640px){.pain-grid{grid-template-columns:1fr}.pain-card .pain-cta .btn{width:100%;text-align:center}}.pain-card .pain-cta{display:flex;margin-top:auto;padding-top:6px;min-height:40px}.grid-cards{align-items:stretch}.product-card{display:grid;height:100%}.product-card h3{line-height:1.2;min-height:2.4em}.product-card .summary{display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;line-clamp:5;overflow:hidden;line-height:1.6;min-height:8em}.product-card .meta{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:6px;min-height:40px}.product-card .price{white-space:nowrap;line-height:1.2}.product-card .btn{line-height:1.2}.stack{gap:clamp(16px,2.5vw,40px)}.proofstrip{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;background:var(--bg-muted);border:1px solid var(--border);border-radius:var(--radius);padding:18px}.proofstrip .item{display:flex;gap:10px;align-items:center;justify-content:center}@media (max-width: 1100px){.proofstrip{grid-template-columns:repeat(2,1fr)}}@media (max-width: 520px){.proofstrip{grid-template-columns:1fr}}.proofstrip{display:flex;justify-content:center;gap:28px;color:#52606d;opacity:.9;font-size:.95rem;text-align:center;margin-top:8px}.proofstrip .item{white-space:nowrap}@media (max-width:720px){.proofstrip{flex-wrap:wrap;gap:14px}}.hero{display:grid;align-items:start;grid-template-columns:1.1fr .8fr;gap:36px}.hero-aside{border:1px solid var(--border);background:var(--bg-muted);padding:16px 20px;border-radius:var(--radius);font-size:.95rem;color:var(--text-muted)}.hero-aside h4{margin:0 0 6px;color:var(--ct-primary-dark);font-weight:600}@media (max-width: 800px){.hero{grid-template-columns:1fr}.hero-aside{margin-top:16px}}.section-spacer{margin-top:clamp(40px,7vw,84px)}.pain-wrap{padding:8px 0 6px;margin-bottom:clamp(32px,5vw,56px)}.card.card-solution{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:var(--radius);background:#fff;box-shadow:var(--shadow);padding:18px;min-height:260px}.card.card-solution .meta{font-size:.92rem;color:var(--text-muted);margin:8px 0 10px}.card.card-solution .price{font-weight:600;color:var(--ct-mid-blue);margin-top:auto}.card.card-solution .actions{margin-top:8px}.card .badge{display:inline-block;font-size:.75rem;line-height:1;padding:4px 8px;border-radius:999px;border:1px solid var(--border);background:var(--bg-muted);color:var(--ct-mid-blue);margin-left:8px}.card-body{display:flex;flex-direction:column;gap:10px;height:100%}.card-footer{margin-top:auto}#solutions{margin-top:clamp(40px,7vw,84px)}#pain{margin-bottom:clamp(32px,6vw,72px)}.badge--beta{background:#eef6ff;border-color:#cfe6ff;color:#205b86}:where(.hero){margin-bottom:3rem}:where(#pain){margin-block:3rem}:where(.pain-grid>*,.pain-card){display:flex;flex-direction:column;min-height:100%}:where(.pain-grid>* .btn,.pain-card .btn){margin-top:auto;align-self:start}:where(.product-grid,.services-grid,.grid-cards){margin-top:3rem;margin-bottom:3rem}:where(.product-grid .card,.services-grid .card,.grid-cards .card){display:flex;flex-direction:column;min-height:100%}:where(.product-grid .card .btn,.services-grid .card .btn,.grid-cards .card .btn){margin-top:auto;align-self:start}:where(h2.pain-title,section h2){margin-bottom:1.25rem}#pain{margin-top:2.25rem;margin-bottom:2.75rem}.pain-grid>*{display:flex;flex-direction:column;min-height:100%}.pain-grid .btn{margin-top:auto;align-self:start}.pain-grid p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}.services-grid,.product-grid,.grid-cards{margin-top:3.25rem;margin-bottom:3rem}.services-grid .card,.product-grid .card,.grid-cards .card{display:flex;flex-direction:column;min-height:100%}.services-grid .card .btn,.product-grid .card .btn,.grid-cards .card .btn{margin-top:auto;align-self:start}#pain{margin-top:1.2rem}.services-grid,.product-grid,.grid-cards{margin-top:2.25rem}.pain-grid p:last-of-type{padding-bottom:10px}.pain-grid .btn{align-self:start}.pain-grid>*{row-gap:8px}#pain{margin-top:.75rem}.services-grid,.product-grid,.grid-cards{margin-top:1.75rem}.grid-cards .card{display:flex;flex-direction:column}#pain h2,.section-title,.services h2{font-size:clamp(22px,3vw,28px);line-height:1.2;margin:0 0 12px;font-weight:600}#pain{margin-top:-18px!important}#pain .pain-grid{margin-top:8px!important}.services,.services-grid,.product-grid{margin-top:14px!important}.grid-cards .card{display:flex!important;flex-direction:column!important}.grid-cards .card .price{margin-bottom:8px!important}.grid-cards .card .btn,.grid-cards .card a.btn,.grid-cards .card>a.btn{margin-top:12px!important;align-self:start}#pain h2,.services h2,.section-title{font-size:clamp(22px,3vw,28px)!important;line-height:1.2!important;margin:0 0 12px!important;font-weight:600!important}.hero{margin-bottom:.75rem}#pain{margin-top:0;margin-bottom:1.75rem}.services,.services-grid,.product-grid,.grid-cards{margin-top:1.5rem}#pain h2,#solutions h2,.section-title{font-size:clamp(22px,3vw,28px);line-height:1.2;margin:0 0 12px;font-weight:600}.pain-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.pain-card{display:grid;grid-template-rows:auto 1fr auto;height:100%}.pain-card .btn{margin-top:10px;align-self:start}.pain-card p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;overflow:hidden}.grid-cards{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px}.grid-cards .card{display:flex;flex-direction:column;min-height:100%}.grid-cards .card .price{margin-bottom:8px}.grid-cards .card .btn{align-self:start;margin-top:12px}.product-card .summary{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;line-clamp:5;overflow:hidden;line-height:1.6}@media (max-width:640px){.grid-cards{grid-template-columns:1fr}.pain-card .btn,.grid-cards .card .btn{width:100%;text-align:center}}main.stack>.container.hero{margin-bottom:.35rem!important}main.stack>section#pain.pain-wrap.container{margin-top:0rem!important;margin-bottom:1.25rem!important}#pain h2.pain-title{font-size:clamp(22px,3vw,28px)!important;line-height:1.2!important;margin:0 0 12px!important;font-weight:600!important}#pain .pain-card .btn,#pain .pain-card a.btn{margin-top:10px!important}#pain .pain-card{display:grid!important;grid-template-rows:auto 1fr auto!important}#pain .pain-grid{margin-top:4px!important}main.stack>section#solutions.container.section-spacer{margin-top:1.25rem!important}#solutions h2,.section-title{font-size:clamp(22px,3vw,28px)!important;line-height:1.2!important;margin:0 0 12px!important;font-weight:600!important}.grid-cards .card,.product-grid .card,.services-grid .card{display:grid!important;grid-template-rows:auto 1fr auto!important;min-height:100%!important}.grid-cards .card .price,.product-grid .card .price,.services-grid .card .price{margin-bottom:8px!important}.grid-cards .card .actions,.product-grid .card .actions,.services-grid .card .actions,.grid-cards .card .btn,.product-grid .card .btn,.services-grid .card .btn{margin-top:12px!important;align-self:start!important}.product-card p,.grid-cards .card p,.services-grid .card p{font-size:1rem!important;line-height:1.6!important;color:var(--text-muted)!important}.product-card h3,.grid-cards .card h3,.services-grid .card h3{font-size:1.125rem!important;font-weight:600!important;line-height:1.3!important}.product-card .meta,.product-card .price{font-size:.95rem!important}:where(.product-grid .card,.services-grid .card,.grid-cards .card){display:flex;flex-direction:column;height:100%}:where(.product-grid .card .card-body,.services-grid .card .card-body,.grid-cards .card .card-body){display:flex;flex-direction:column;gap:10px}:where(.product-grid .card .summary,.services-grid .card .summary,.grid-cards .card .summary){display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;line-height:1.6;min-height:6.4em}:where(.product-grid .card .card-footer,.product-grid .card .actions,.product-grid .card .meta,.services-grid .card .card-footer,.services-grid .card .actions,.services-grid .card .meta,.grid-cards .card .card-footer,.grid-cards .card .actions,.grid-cards .card .meta){margin-top:auto}:where(.product-grid .card .btn,.services-grid .card .btn,.grid-cards .card .btn){align-self:start;margin-top:12px}@media (max-width: 640px){:where(.product-grid .card .summary,.services-grid .card .summary,.grid-cards .card .summary){-webkit-line-clamp:3;min-height:calc(1.6em * 3)}}.header .logo span,.nav .logo span{font-family:Poppins,sans-serif!important;font-weight:600;font-size:1.25rem;letter-spacing:.25px;color:var(--ct-primary-dark);display:inline-block;transform:translateY(1px)}@media (min-width: 960px){.header .logo span,.nav .logo span{font-size:1.35rem}}.header .logo img{height:26px;margin-right:8px;vertical-align:middle}.header .brand{font-family:Poppins,sans-serif!important;font-weight:600!important;font-size:1.25rem;letter-spacing:.2px;line-height:1}@media (min-width:960px){.header .brand{font-size:1.35rem}}height:26px; margin-right:8px; vertical-align:middle; .header .brand-wordmark{font-family:Poppins,Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-weight:700;font-size:clamp(20px,2.6vw,24px);letter-spacing:.2px;line-height:1}.grid-cards .card,.product-grid .card,.services-grid .card{display:flex!important;flex-direction:column!important}.grid-cards .card h3,.product-grid .card h3,.services-grid .card h3{margin-bottom:6px!important}.grid-cards .card .summary,.product-grid .card .summary,.services-grid .card .summary{margin:0!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden;line-height:1.6}.grid-cards .card .price,.product-grid .card .price,.services-grid .card .price{margin-top:auto!important;margin-bottom:8px!important}.grid-cards .card .actions,.product-grid .card .actions,.services-grid .card .actions,.grid-cards .card .btn,.product-grid .card .btn,.services-grid .card .btn{align-self:start!important;margin-top:0!important}.grid-cards .card .card-footer,.product-grid .card .card-footer,.services-grid .card .card-footer{margin-top:auto!important}.bundle-content>h1:first-of-type{display:none}.bundle-content>h1:first-of-type+*{margin-top:0}#book{padding-bottom:clamp(24px,4vw,56px)}footer.footer{margin-top:0}.header .nav nav{display:flex;align-items:center;gap:18px;flex-wrap:nowrap}.header .nav nav a{white-space:nowrap}@media (max-width: 640px){.header .nav nav{gap:12px}.header .nav nav a{font-size:.95rem}.header .nav{gap:10px}}.header .nav .brand{display:flex;align-items:center;gap:10px;min-width:0}.header .nav .brand-logo{height:auto}.header .nav .brand-name{white-space:nowrap;color:var(--ct-primary-dark);font-weight:700;font-family:Poppins,Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans;font-size:clamp(1rem,2.6vw,1.35rem)}@media (max-width: 640px){.header .nav .brand-logo{width:36px}.header .nav .brand-name{font-size:.95rem}.header .nav nav{gap:10px}.header .nav nav a{font-size:.95rem}}@media (max-width: 380px){.header .nav .brand-name{font-size:.9rem}.header .nav nav a{font-size:.9rem}}
