/* Shared landing-page design language, catalogs, and editorial pages. */
.nt-service-links { display: grid; gap: 0; align-content: start; }
.nt-service-links a { display: flex; justify-content: space-between; gap: 20px; padding: 12px 0; border-bottom: 1px solid #cbd2d7; font-size: 14px; color: #263e4d; }
.nt-service-links a:hover { color: #926037; }
.nt-products-section { background: #10181e; border-radius: 36px 36px 0 0; margin-top: -30px; position: relative; }
.nt-carousel-toolbar { display: flex; justify-content: space-between; align-items: center; margin-bottom: 22px; }
.nt-carousel-toolbar > p { color: #869ba9; font-size: 14px; }
.nt-carousel-toolbar [data-product-position] { color: #f4f7fa; }
.nt-carousel-controls { display: flex; gap: 10px; }
.nt-carousel-controls[hidden] { display: none; }
.nt-carousel-controls button { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid #80919b; border-radius: 50%; color: #f5f7f8; background: transparent; font: 24px var(--font); cursor: pointer; transition: background .2s,color .2s; }
.nt-carousel-controls button:hover:not(:disabled) { color: #10181e; background: #fff; }
.nt-carousel-controls button:disabled { opacity: .3; cursor: default; }
.nt-product-track { display: flex; gap: 24px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; scrollbar-color: #708a99 #1a2832; padding: 0 0 24px; scroll-padding-inline: 0; }
.nt-product-track:focus-visible { outline-offset: 5px; }
.nt-product-card { flex: 0 0 47%; min-width: 0; scroll-snap-align: start; border-radius: 26px; padding: 34px; color: #13201b; background: #bdea9b; display: flex; flex-direction: column; min-height: 570px; }
.nt-product-card--blue { background: #b8dafa; color: #112c47; }
.nt-product-card--lilac { background: #d7d4ff; color: #292348; }
.nt-product-card--sand { background: #f0cba5; color: #392718; }
.nt-product-card--slate { background: #d6e3e6; color: #173341; }
.nt-product-card-top { display: flex; justify-content: space-between; align-items: start; gap: 20px; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; opacity: .75; }
.nt-studio .nt-product-card h3 { font-size: clamp(38px,4vw,65px); line-height: 1.03; letter-spacing: -.06em; margin: 65px 0 24px; overflow-wrap: anywhere; }
.nt-product-card h4 { font: 500 23px/1.2 var(--font); letter-spacing: -.035em; max-width: 370px; margin: 0 0 18px; }
.nt-product-card-copy { font-size: 16px; line-height: 1.65; max-width: 460px; opacity: .82; }
.nt-product-card-tags { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0 38px; }
.nt-product-card-tags span { font-size: 12px; border: 1px solid #0003; border-radius: 24px; padding: 5px 12px; }
.nt-product-card-link { display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid #0003; padding-top: 20px; margin-top: auto; font-size: 14px; }
.nt-product-card-link span { font-size: 26px; transition: transform .2s; }
.nt-product-card-link:hover span { transform: translate(3px,-3px); }
.nt-product-demo-disclosure { border-block: 1px solid #455864; padding: 0; margin-top: 34px; }
.nt-product-demo-disclosure summary { padding: 25px 0; font-size: 20px; font-weight: 450; }
.nt-product-demo-disclosure summary > span { font: 14px var(--font); color: #a8bbc7; margin-left: 25px; }
.nt-product-demo-disclosure .nt-product-demo { max-width: 820px; margin: 0 0 35px; color: #24371c; }

body:not(.home) .site-header { position: fixed; top: 32px; width: 100%; background: transparent; backdrop-filter: none; border: 0; pointer-events: none; }
body:not(.home) .site-header .nav { position: relative; width: min(1120px,calc(100% - 112px)); height: 76px; padding: 10px 13px 10px 26px; border: 1px solid #e2ecf240; border-radius: 100px; background: #18232bc7; backdrop-filter: blur(18px); box-shadow: 0 8px 40px #0002; pointer-events: auto; }
body:not(.home) .site-header .nav-links { gap: 25px; }
body:not(.home) .site-header .nav-links > .button-primary { background: #f5f7f8; color: #10171d; border-color: #f5f7f8; }
body:not(.home) .site-header .nav-links > .button-primary:hover { background: #e5a268; border-color: #e5a268; }
.nt-inner-main { padding: 14px 14px 0; color: #17262f; background: #f3f5f6; }
.nt-inner-main h2,.nt-inner-main h3 { font-weight: 450; letter-spacing: -.045em; }
.nt-page-hero.nt-hero { min-height: 0; padding: 158px 0 18px; margin: 0; border-radius: 30px; color: #f4f6f7; }
.nt-page-hero > .nt-container { width: min(1360px,calc(100% - 112px)); }
.nt-page-back { display: inline-flex; gap: 8px; color: #adbfca; font-size: 14px; margin-bottom: 40px; }
.nt-page-back:hover { color: #e9bd90; }
.nt-page-hero .nt-label { color: #adbfca; margin-bottom: 24px; }
.nt-page-hero h1 { max-width: 1180px; margin: 0 0 28px; font: 420 clamp(40px,5.65vw,82px)/1.08 var(--font); letter-spacing: -.054em; overflow-wrap: anywhere; }
.nt-page-hero h1 em { color: #e9bd90; font-family: Georgia,"Times New Roman",serif; font-weight: 400; }
.nt-page-summary { max-width: 850px; color: #bfccd4; font-size: 18px; line-height: 1.7; margin-bottom: 0; }
.nt-page-action { margin-top: 30px; }
.nt-page-motion { display: flex; justify-content: end; margin-top: 30px; }
.nt-page-meta { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid #60758370; margin: 55px 0 0; }
.nt-page-meta > div { padding: 24px 30px 0 0; }
.nt-page-meta dt { color: #92a7b4; font-size: 12px; letter-spacing: .06em; text-transform: uppercase; margin-bottom: 6px; }
.nt-page-meta dd { margin: 0; font-size: 16px; line-height: 1.5; overflow-wrap: anywhere; }
.nt-page-meta a { color: #e9bd90; }
.nt-inner-main .archive-section { padding: 90px 0; background: transparent; }
.nt-inner-main .nt-directory-item h2 { font-size: clamp(26px,2.8vw,40px); }
.nt-inner-main .nt-directory-item { padding: 35px 0; }
.nt-inner-main .nt-directory-item p { font-size: 16px; color: #586d7a; }
.nt-inner-main .nt-directory-item .nt-label { font-size: 12px; margin-bottom: 14px; }
.nt-inner-main .nt-product-directory { background: #dce9dd; border-radius: 26px; box-shadow: none; }
.nt-editorial-layout { display: grid; grid-template-columns: 220px minmax(0,1fr); gap: 80px; padding-block: 90px; }
.nt-editorial-layout--single { display: block; max-width: 1080px; }
.nt-article-index { position: sticky; top: 135px; align-self: start; }
.nt-article-index .nt-label { color: #687c89; margin-bottom: 22px; }
.nt-article-index nav { max-height: calc(100svh - 205px); overflow-y: auto; scrollbar-width: thin; }
.nt-article-index a { display: block; font-size: 13px; line-height: 1.5; padding: 12px 12px 12px 0; color: #5f7482; border-bottom: 1px solid #d2dce2; }
.nt-article-index a:hover { color: #946031; }
.nt-editorial-body { min-width: 0; font-size: 17px; }
.nt-editorial-body p,.nt-editorial-body li { font-size: 16px; color: #4f6574; line-height: 1.8; }
.nt-editorial-body a { color: #82522c; font-weight: 500; text-decoration-color: #b78b6b; }
.nt-editorial-body h2 { font: 450 clamp(30px,3.2vw,46px)/1.13 var(--font); letter-spacing: -.05em; margin: 0 0 26px; }
.nt-content-section { padding-block: 44px; border-top: 1px solid #c9d5dd; scroll-margin-top: 130px; }
.nt-legacy-anchor { display: block; scroll-margin-top: 130px; }
.nt-content-section:first-child { padding-top: 0; border-top: 0; }
.nt-content-lead { max-width: 850px; }
.nt-content-lead:empty { display: none; }
.nt-content-features { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; margin: 28px 0 0; }
.nt-content-feature { padding: 27px; background: #e9eef1; border-radius: 22px; min-width: 0; }
.nt-content-feature:only-child { grid-column: 1/-1; }
.nt-content-feature h3 { font-size: 25px; line-height: 1.2; margin: 0 0 18px; }
.nt-content-feature p:last-child,.nt-content-feature ul:last-child { margin-bottom: 0; }
.nt-content-feature ul { padding-left: 20px; }
.nt-editorial-body img { border-radius: 22px; max-width: 100%; }
.nt-editorial-body iframe { margin-block: 26px; }
.nt-inner-cta { background: #101b23; color: #f5f7f8; border-radius: 30px; padding: 85px 0; margin-bottom: 14px; }
.nt-inner-cta h2 { font-size: clamp(36px,5vw,72px); line-height: 1.1; max-width: 1020px; margin: 0 0 35px; }
.nt-inner-cta h2 em { font-family: Georgia,"Times New Roman",serif; color: #e9bd90; font-weight: 400; }
.nt-inner-cta .nt-label { color: #b1c0ca; }
.nt-inner-main .client-case-body { background: transparent; padding: 90px 0; }
.nt-inner-main .client-case-layout { gap: 65px; grid-template-columns: minmax(0,1fr) 300px; }
.nt-inner-main .case-lead { color: #4f6574; font-size: 18px; }
.nt-inner-main .case-service-list { gap: 0; display: block; }
.nt-inner-main .case-service-list > div { border: 0; border-top: 1px solid #c9d5dd; border-radius: 0; background: transparent; padding: 22px 0; }
.nt-inner-main .case-service-list span { color: #8f603c; font-size: 12px; font-weight: 500; }
.nt-inner-main .case-service-list p { color: #4f6574; font-size: 16px; }
.nt-inner-main .case-results { background: #101b23; box-shadow: none; padding: 35px; }
.nt-inner-main .case-results::before { display: none; }
.nt-inner-main .case-results .eyebrow { color: #bdcbd4; }
.nt-inner-main .case-results-grid { display: block; }
.nt-inner-main .case-results-grid > div { background: transparent; border: 0; border-top: 1px solid #ffffff24; border-radius: 0; padding: 20px 0; }
.nt-inner-main .case-results-grid p { font-size: 16px; color: #b7c9d4; }
.nt-inner-main .case-results-grid i { color: #e9bd90; background: transparent; }
.nt-inner-main .case-aside-card { background: #e6edf1; box-shadow: none; border: 0; padding: 28px; border-radius: 24px; }
.nt-inner-main .case-aside-card p { font-size: 16px; }
.nt-inner-main .case-aside-card .eyebrow { font-size: 12px; }
.nt-inner-main .case-aside-proof span { font-size: 13px; font-weight: 450; }
.nt-inner-main .case-aside-proof i { color: #97673f; }
.nt-inner-main .client-case-aside { top: 130px; }
.nt-inner-main .button { font-size: 14px; font-weight: 500; box-shadow: none; }
.nt-inner-main .button-primary { color: white; background: #101b23; }
.nt-inner-main .insight-grid,.nt-inner-main .news-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 55px; }
.nt-inner-main .insight-card,.nt-inner-main .news-card { border: 0; border-top: 1px solid #c9d5dd; background: transparent; border-radius: 0; box-shadow: none; padding: 34px 0; }
.nt-inner-main .insight-card-copy { padding: 0; }
.nt-inner-main .insight-card h2,.nt-inner-main .news-card h2 { font-size: 30px; line-height: 1.17; }
.nt-inner-main .insight-card p:not(.eyebrow),.nt-inner-main .news-card p:not(.eyebrow) { font-size: 16px; color: #5f7180; }
.nt-inner-main .insight-card .eyebrow { margin-bottom: 23px; }
.nt-inner-main .link-arrow { font-size: 14px; color: #835530; }
.nt-inner-main .pagination { margin-top: 45px; }
.nt-inner-main .pagination .current { color: white; background: #13222c; border-color: #13222c; }
.nt-contact-channels { padding: 75px 0; }
.nt-contact-channels .nt-container { display: grid; grid-template-columns: 1.3fr repeat(3,1fr); gap: 25px; }
.nt-contact-channels a { border-top: 1px solid #c9d5dd; padding-top: 20px; font-size: 18px; overflow-wrap: anywhere; }
.nt-contact-channels a > span { display: block; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; color: #728591; margin-bottom: 20px; }
.nt-inner-main .contact-section { background: transparent; padding: 35px 0 100px; }
.nt-inner-main .contact-form-card { border-radius: 26px; border: 0; background: #e8eef2; box-shadow: none; padding: 38px; }
.nt-inner-main .contact-form-card input:focus,.nt-inner-main .contact-form-card textarea:focus { border-color: #95653d!important; box-shadow: 0 0 0 3px #bd957b33!important; }
.nt-booking-options { padding: 45px; background: #e3eae7; border-radius: 26px; }
.nt-booking-options > p { max-width: 650px; }
.nt-booking-options .nt-label { font-size: 12px; }
.nt-booking-actions { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 30px; }
.nt-booking-actions .nt-pill { color: #fff; text-decoration: none; font-size: 14px; }
.nt-booking-actions .nt-pill--whatsapp { color: #163b2a; background: #bce3bf; border: 1px solid #9fc7a3; }
.nt-booking-actions .nt-pill--whatsapp:hover { background: #aed6b1; }
.nt-inner-main :focus-visible { outline: 2px solid #bb895f; outline-offset: 5px; }
@media (max-width:1100px) {
    body:not(.home) .site-header .nav { width: calc(100% - 72px); padding-left: 22px; }
    body:not(.home) .site-header .nav-links { gap: 18px; font-size: 13px; }
    body:not(.home) .site-header .nav-links > .button-primary { padding: 13px 16px; font-size: 13px; }
    body:not(.home) .site-header .brand-logo { width: 138px!important; }
    .nt-editorial-layout { grid-template-columns: 180px minmax(0,1fr); gap: 40px; }
    .nt-inner-main .client-case-layout { grid-template-columns: 1fr; }
    .nt-inner-main .client-case-aside { position: static; }
    .nt-product-card { flex-basis: 60%; }
    .nt-contact-channels .nt-container { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 35px; }
}
@media (max-width:800px) {
    body:not(.home) .site-header { top: 26px; }
    body:not(.home) .site-header .nav { width: calc(100% - 64px); height: 66px; padding: 8px 16px 8px 20px; }
    body:not(.home) .site-header .nav-links { top: 78px; left: 0; right: 0; border: 1px solid #40515d; border-radius: 24px; padding: 20px; background: #101c25; }
    body:not(.home) .site-header .nav-links a { font-size: 16px; }
    .nt-products-section { margin-top: -20px; }
    .nt-product-track { gap: 16px; }
    .nt-product-card { flex-basis: 89%; padding: 26px; min-height: 540px; }
    .nt-studio .nt-product-card h3 { font-size: 42px; margin-top: 48px; }
    .nt-product-card h4 { font-size: 21px; }
    .nt-product-demo-disclosure summary > span { display: block; margin: 10px 30px 0 0; }
    .nt-inner-main { padding: 10px 10px 0; }
    .nt-page-hero.nt-hero { padding-top: 140px; border-radius: 25px; }
    .nt-page-hero > .nt-container { width: calc(100% - 40px); }
    .nt-page-hero h1 { font-size: clamp(36px,6vw,48px); line-height: 1.12; }
    .nt-page-hero .nt-label { font-size: 12px; }
    .nt-page-summary { font-size: 16px; }
    .nt-page-back { margin-bottom: 30px; }
    .nt-page-meta { grid-template-columns: 1fr; margin-top: 35px; }
    .nt-page-meta > div { padding: 20px 0; border-bottom: 1px solid #60758350; }
    .nt-page-motion { margin-top: 20px; }
    .nt-inner-main .archive-section,.nt-inner-main .client-case-body { padding: 65px 0; }
    .nt-editorial-layout { display: block; padding-block: 55px; }
    .nt-article-index { position: static; margin-bottom: 45px; padding-bottom: 25px; border-bottom: 1px solid #c9d5dd; }
    .nt-article-index nav { max-height: 170px; }
    .nt-content-section { padding-block: 34px; }
    .nt-content-features { grid-template-columns: 1fr; gap: 18px; }
    .nt-content-feature { padding: 23px; }
    .nt-content-section h2 { font-size: 31px; }
    .nt-inner-cta { padding: 65px 0; border-radius: 25px; margin-bottom: 10px; }
    .nt-inner-cta h2 { font-size: 38px; }
    .nt-inner-main .insight-grid,.nt-inner-main .news-grid { grid-template-columns: 1fr; }
    .nt-inner-main .case-results { padding: 27px; }
    .nt-contact-channels .nt-container { grid-template-columns: 1fr; }
    .nt-inner-main .contact-form-card { padding: 25px; }
    .nt-booking-options { padding: 26px; }
    .nt-booking-actions { display: grid; }
}
@media(prefers-reduced-motion:reduce) { .nt-product-track { scroll-behavior: auto; } }
