.nt-brands-page,
.nt-brand-page {
background: var(--bg-page, #FAFBFF);
font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
} .nt-brands-page .nt-hero-section,
.nt-brand-page .nt-hero-section {
padding: 8px 0 0 0;
} .nt-brands-hero-wrapper,
.nt-brand-hero-wrapper {
border: 3px solid #000000;
border-radius: 20px;
box-shadow: 6px 6px 0px 0px rgba(0,0,0,1);
margin-right: 10px;
margin-bottom: 10px;
overflow: hidden;
} .nt-brands-hero,
.nt-brand-hero-nb {
min-height: 380px;
background-color: #E8F4FD;
border-radius: 17px;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;
overflow: hidden;
padding: 32px 48px;
gap: 40px;
} .nt-brands-hero-content,
.nt-brand-hero-nb-content {
flex: 1;
max-width: 650px;
position: relative;
z-index: 2;
} .nt-brands-hero .nt-hero-breadcrumbs,
.nt-brand-hero-nb .nt-hero-breadcrumbs {
margin-bottom: 12px;
}
.nt-brands-hero .nt-hero-breadcrumbs .woocommerce-breadcrumb,
.nt-brand-hero-nb .nt-hero-breadcrumbs .woocommerce-breadcrumb {
background: none;
padding: 0;
margin: 0;
font-size: 13px;
color: rgba(0,0,0,0.5);
display: flex;
align-items: center;
gap: 8px;
}
.nt-brands-hero .nt-hero-breadcrumbs .woocommerce-breadcrumb a,
.nt-brand-hero-nb .nt-hero-breadcrumbs .woocommerce-breadcrumb a {
color: rgba(0,0,0,0.5);
text-decoration: none;
transition: color 0.2s;
}
.nt-brands-hero .nt-hero-breadcrumbs .woocommerce-breadcrumb a:hover,
.nt-brand-hero-nb .nt-hero-breadcrumbs .woocommerce-breadcrumb a:hover {
color: #000000;
} .nt-brands-hero h1,
.nt-brand-hero-nb h1 {
font-size: 3rem;
font-weight: 900;
color: #000000;
line-height: 1.1;
margin: 0 0 8px 0;
text-transform: uppercase;
} .nt-brands-hero-accent,
.nt-brand-hero-accent {
font-size: 1.5rem;
font-weight: 800;
line-height: 1.2;
margin-bottom: 12px;
color: #4285F4;
text-transform: uppercase;
} .nt-brands-hero-subtitle,
.nt-brand-hero-subtitle {
font-size: 1rem;
color: rgba(0,0,0,0.6);
line-height: 1.5;
margin: 0 0 20px 0;
max-width: 550px;
} .nt-brands-hero-cta-group,
.nt-brand-hero-cta-group {
display: flex;
flex-wrap: wrap;
gap: 12px;
} .nt-brands-hero-cta,
.nt-brand-hero-cta {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 14px 22px;
border: 2px solid #000000;
border-radius: 12px;
font-weight: 700;
font-size: 0.95rem;
text-decoration: none;
transition: all 0.15s ease;
box-shadow: 4px 4px 0px 0px rgba(0,0,0,1);
background: #4285F4;
color: #FFFFFF;
}
.nt-brands-hero-cta:visited,
.nt-brand-hero-cta:visited {
color: #FFFFFF;
}
.nt-brands-hero-cta:hover,
.nt-brand-hero-cta:hover {
transform: translate(3px, 3px);
box-shadow: none;
}
.nt-brands-hero-cta svg,
.nt-brand-hero-cta svg {
width: 16px;
height: 16px;
transition: transform 0.2s ease;
}
.nt-brands-hero-cta:hover svg,
.nt-brand-hero-cta:hover svg {
transform: translateX(3px);
} .nt-brands-hero-cta.cta-primary,
.nt-brand-hero-cta.cta-primary {
background: #4285F4;
color: #FFFFFF !important;
} .nt-brands-hero-cta.cta-secondary,
.nt-brand-hero-cta.cta-secondary {
background: #FFFFFF;
color: #000000 !important;
} .nt-brand-hero-stats-nb {
display: flex;
flex-direction: column;
gap: 16px;
flex-shrink: 0;
}
.nt-brand-hero-stat-nb {
text-align: center;
padding: 20px 28px;
background: white;
border: 2px solid #000000;
border-radius: 14px;
box-shadow: 3px 3px 0px 0px rgba(0,0,0,1);
min-width: 140px;
}
.nt-brand-hero-stat-nb .nt-brand-hero-stat-value {
font-size: 1.75rem;
font-weight: 900;
color: #000000;
line-height: 1.2;
}
.nt-brand-hero-stat-nb .nt-brand-hero-stat-label {
font-size: 12px;
font-weight: 600;
color: rgba(0,0,0,0.6);
margin-top: 4px;
text-transform: uppercase;
} @media (max-width: 992px) {
.nt-brands-hero,
.nt-brand-hero-nb {
flex-direction: column;
text-align: center;
padding: 28px 24px;
min-height: auto;
}
.nt-brands-hero-content,
.nt-brand-hero-nb-content {
max-width: 100%;
}
.nt-brands-hero-subtitle,
.nt-brand-hero-subtitle {
max-width: 100%;
}
.nt-brands-hero-cta-group,
.nt-brand-hero-cta-group {
justify-content: center;
}
.nt-brand-hero-stats-nb {
flex-direction: row;
width: 100%;
justify-content: center;
}
}
@media (max-width: 768px) {
.nt-brands-hero-wrapper,
.nt-brand-hero-wrapper {
border: 2px solid #000000;
border-radius: 16px;
box-shadow: 4px 4px 0px 0px rgba(0,0,0,1);
margin-right: 6px;
margin-bottom: 6px;
}
.nt-brands-hero,
.nt-brand-hero-nb {
padding: 24px 20px;
border-radius: 14px;
}
.nt-brands-hero h1,
.nt-brand-hero-nb h1 {
font-size: 2rem;
}
.nt-brands-hero-accent,
.nt-brand-hero-accent {
font-size: 1.1rem;
}
.nt-brands-hero-subtitle,
.nt-brand-hero-subtitle {
font-size: 0.9rem;
}
.nt-brands-hero-cta,
.nt-brand-hero-cta {
padding: 12px 18px;
font-size: 0.85rem;
box-shadow: 3px 3px 0px 0px rgba(0,0,0,1);
}
.nt-brand-hero-stats-nb {
flex-wrap: wrap;
gap: 10px;
}
.nt-brand-hero-stat-nb {
flex: 1;
min-width: 100px;
padding: 14px 16px;
box-shadow: 2px 2px 0px 0px rgba(0,0,0,1);
}
.nt-brand-hero-stat-nb .nt-brand-hero-stat-value {
font-size: 1.3rem;
}
.nt-brand-hero-stat-nb .nt-brand-hero-stat-label {
font-size: 10px;
}
}
@media (max-width: 480px) {
.nt-brands-hero-cta-group,
.nt-brand-hero-cta-group {
flex-direction: column;
width: 100%;
}
.nt-brands-hero-cta,
.nt-brand-hero-cta {
width: 100%;
justify-content: center;
}
} .nt-brand-page .nt-advantages-section {
margin-top: 24px;
margin-bottom: 48px;
padding-top: 16px;
}
.nt-brand-page .nt-advantages-bar {
background: white;
border-radius: 14px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
display: flex;
justify-content: stretch;
align-items: stretch;
overflow: hidden;
height: 96px;
}
.nt-brand-page .nt-advantage-item {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 24px 12px;
border-right: 1px solid #E6E6FF;
transition: background 0.2s;
height: 96px;
box-sizing: border-box;
}
.nt-brand-page .nt-advantage-item:last-child {
border-right: none;
}
.nt-brand-page .nt-advantage-item:hover {
background: #F5F9FF;
}
.nt-brand-page .nt-advantage-number {
font-size: 22px;
font-weight: 700;
color: var(--primary, #2C3DF5);
line-height: 1.2;
margin-bottom: 4px;
}
.nt-brand-page .nt-advantage-text {
font-size: 13px;
font-weight: 500;
color: #6B7280;
line-height: 1.3;
} @media (max-width: 768px) {
.nt-brand-page .nt-advantages-bar {
flex-wrap: wrap;
height: auto;
}
.nt-brand-page .nt-advantage-item {
flex: 1 1 50%;
height: auto;
border-bottom: 1px solid #E6E6FF;
padding: 18px 8px;
}
.nt-brand-page .nt-advantage-item:nth-child(odd) {
border-right: 1px solid #E6E6FF;
}
.nt-brand-page .nt-advantage-item:nth-child(even) {
border-right: none;
}
.nt-brand-page .nt-advantage-item:nth-child(n+5) {
border-bottom: none;
}
.nt-brand-page .nt-advantage-number {
font-size: 20px;
}
} .nt-brand-products-section {
margin-bottom: 48px;
}
.nt-brand-products-card {
background: white;
border-radius: 24px;
padding: 40px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.nt-brand-products-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 32px;
flex-wrap: wrap;
gap: 16px;
}
.nt-brand-products-header .nt-section-title {
margin: 0;
font-size: 28px;
font-weight: 800;
color: #213777;
}
.nt-brand-products-count {
font-size: 15px;
color: #64748B;
background: #F5F7FF;
padding: 8px 16px;
border-radius: 20px;
font-weight: 500;
} .nt-brand-products-grid ul.products {
display: grid !important;
grid-template-columns: repeat(4, 1fr);
gap: 24px;
margin: 0;
padding: 0;
list-style: none;
}
.nt-brand-products-grid ul.products li.product {
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
float: none !important;
} .nt-brand-products-grid .woocommerce-pagination {
margin-top: 32px;
padding-top: 24px;
border-top: 1px solid #E6E6FF;
} .nt-brand-products-grid .woocommerce-result-count,
.nt-brand-products-grid .woocommerce-ordering {
display: none;
} @media (max-width: 1200px) {
.nt-brand-products-grid ul.products {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 992px) {
.nt-brand-products-grid ul.products {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.nt-brand-products-card {
padding: 24px;
border-radius: 16px;
}
.nt-brand-products-header {
flex-direction: column;
align-items: flex-start;
}
.nt-brand-products-grid ul.products {
gap: 16px;
}
}
@media (max-width: 576px) {
.nt-brand-products-grid ul.products {
grid-template-columns: 1fr;
}
} .nt-brand-about {
margin-bottom: 48px;
}
.nt-brand-about-card {
background: white;
border-radius: 24px;
padding: 48px 60px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
.nt-brand-about-card .nt-section-title {
font-size: 32px;
font-weight: 800;
color: #213777;
margin: 0 0 32px 0;
text-align: center;
}
.nt-brand-about-content {
font-size: 16px;
line-height: 1.8;
color: #213777;
}
.nt-brand-about-content p {
margin-bottom: 20px;
}
.nt-brand-about-content h2,
.nt-brand-about-content h3 {
color: #213777;
font-weight: 700;
margin-top: 40px;
margin-bottom: 16px;
}
.nt-brand-about-content h2 {
font-size: 24px;
padding: 16px 24px;
background: linear-gradient(135deg, #F5F7FF 0%, #E8ECFF 100%);
border-radius: 12px;
border-left: 4px solid #2C3DF5;
}
.nt-brand-about-content h3 {
font-size: 20px;
padding-left: 32px;
position: relative;
}
.nt-brand-about-content h3:before {
content: "→";
position: absolute;
left: 8px;
color: #2C3DF5;
font-weight: 700;
font-size: 18px;
}
.nt-brand-about-content ul,
.nt-brand-about-content ol {
margin: 20px 0;
padding-left: 30px;
}
.nt-brand-about-content strong {
font-weight: 700;
color: #2C3DF5;
background: linear-gradient(135deg, rgba(44, 61, 245, 0.1) 0%, rgba(91, 108, 245, 0.05) 100%);
padding: 2px 6px;
border-radius: 4px;
} .nt-read-more-wrapper {
margin-top: 32px;
padding-top: 24px;
border-top: 1px solid #e8ecff;
}
.nt-read-more-link {
display: inline-flex;
align-items: center;
gap: 8px;
color: #2C3DF5;
font-size: 16px;
font-weight: 600;
text-decoration: none;
transition: all 0.2s;
padding: 8px 0;
}
.nt-read-more-link:hover {
gap: 12px;
color: #213777;
}
.nt-link-icon {
transition: transform 0.3s;
}
.nt-read-more-link:hover .nt-link-icon {
transform: translateX(4px);
}
.nt-link-text-more,
.nt-link-text-less {
display: inline-flex;
align-items: center;
gap: 8px;
} .nt-brand-about-card .nt-collapse-top-wrapper {
margin-bottom: 24px;
padding: 12px 20px;
background: #F5F7FF;
border-radius: 12px;
text-align: center;
animation: brandSlideDown 0.3s ease-out;
}
@keyframes brandSlideDown {
from {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}
.nt-collapse-top-link {
display: inline-flex;
align-items: center;
gap: 8px;
color: #2C3DF5;
font-size: 15px;
font-weight: 600;
text-decoration: none;
transition: all 0.2s;
}
.nt-collapse-top-link:hover {
color: #213777;
}
.nt-collapse-icon {
font-size: 18px;
transition: transform 0.3s;
}
.nt-collapse-top-link:hover .nt-collapse-icon {
transform: translateY(-2px);
} @media (max-width: 1024px) {
.nt-brand-about-card {
padding: 40px 32px;
}
.nt-brand-about-card .nt-section-title {
font-size: 28px;
}
}
@media (max-width: 768px) {
.nt-brand-about-card {
padding: 32px 24px;
border-radius: 16px;
}
.nt-brand-about-card .nt-section-title {
font-size: 24px;
}
.nt-brand-about-content {
font-size: 15px;
}
.nt-brand-about-content h2 {
font-size: 20px;
padding: 12px 16px;
}
.nt-brand-about-content h3 {
font-size: 18px;
} .nt-brand-about-card .nt-collapse-top-wrapper {
padding: 10px 16px;
margin-bottom: 20px;
}
.nt-collapse-top-link {
font-size: 14px;
}
} .nt-brand-certificate {
margin-bottom: 48px;
}
.nt-brand-certificate-card {
background: linear-gradient(135deg, #F0FDF4 0%, #DCFCE7 100%);
border-radius: 24px;
padding: 48px;
display: flex;
align-items: center;
gap: 48px;
border: 2px solid #86EFAC;
}
.nt-brand-certificate-content {
flex: 1;
}
.nt-brand-certificate-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: #22C55E;
color: white;
padding: 8px 16px;
border-radius: 20px;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 16px;
}
.nt-brand-certificate-badge svg {
width: 18px;
height: 18px;
}
.nt-brand-certificate-card .nt-section-title {
font-size: 28px;
font-weight: 800;
color: #166534;
margin: 0 0 16px 0;
}
.nt-brand-certificate-text {
font-size: 16px;
color: #15803D;
line-height: 1.7;
margin: 0 0 24px 0;
max-width: 500px;
}
.nt-brand-certificate-benefits {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-direction: column;
gap: 12px;
}
.nt-brand-certificate-benefits li {
display: flex;
align-items: center;
gap: 12px;
font-size: 15px;
font-weight: 600;
color: #166534;
}
.nt-brand-certificate-benefits svg {
width: 20px;
height: 20px;
color: #22C55E;
flex-shrink: 0;
}
.nt-brand-certificate-image {
flex-shrink: 0;
width: 280px;
}
.nt-brand-certificate-link {
display: block;
position: relative;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
transition: all 0.3s ease;
}
.nt-brand-certificate-link:hover {
transform: scale(1.02);
box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
}
.nt-brand-certificate-link img {
width: 100%;
height: auto;
display: block;
}
.nt-brand-certificate-overlay {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.6);
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 8px;
opacity: 0;
transition: opacity 0.3s ease;
color: white;
}
.nt-brand-certificate-link:hover .nt-brand-certificate-overlay {
opacity: 1;
}
.nt-brand-certificate-overlay svg {
width: 32px;
height: 32px;
}
.nt-brand-certificate-overlay span {
font-size: 14px;
font-weight: 600;
} @media (max-width: 992px) {
.nt-brand-certificate-card {
flex-direction: column;
text-align: center;
padding: 32px;
}
.nt-brand-certificate-text {
max-width: 100%;
}
.nt-brand-certificate-benefits {
align-items: center;
}
.nt-brand-certificate-image {
width: 100%;
max-width: 320px;
}
} .nt-brand-page .nt-section-title {
font-size: 28px;
font-weight: 800;
color: #213777;
margin: 0 0 24px 0;
} .nt-brand-page .nt-section {
margin-bottom: 48px;
}  .nt-brands-page .nt-advantages-section {
margin-top: 24px;
margin-bottom: 48px;
padding-top: 16px;
}
.nt-brands-page .nt-advantages-bar {
background: white;
border-radius: 14px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
display: flex;
justify-content: stretch;
align-items: stretch;
overflow: hidden;
}
.nt-brands-page .nt-advantage-item {
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 24px 12px;
border-right: 1px solid #E6E6FF;
transition: background 0.2s;
}
.nt-brands-page .nt-advantage-item:last-child {
border-right: none;
}
.nt-brands-page .nt-advantage-item:hover {
background: #F5F9FF;
}
.nt-brands-page .nt-advantage-number {
font-size: 22px;
font-weight: 700;
color: var(--primary, #2C3DF5);
line-height: 1.2;
margin-bottom: 4px;
}
.nt-brands-page .nt-advantage-text {
font-size: 13px;
font-weight: 500;
color: #6B7280;
line-height: 1.3;
} .nt-brands-advantages-card {
background: white;
border-radius: 24px;
padding: 40px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.nt-brands-advantages-card .nt-section-title {
font-size: 32px;
font-weight: 800;
color: var(--text-dark, #213777);
text-align: center;
margin: 0 0 32px 0;
}
.nt-brands-advantages-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 32px;
margin-bottom: 40px;
}
.nt-brands-advantage-item {
background: var(--bg-light, #F5F7FF);
border-radius: 20px;
padding: 32px;
text-align: center;
transition: all 0.3s ease;
}
.nt-brands-advantage-item:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(44, 61, 245, 0.1);
}
.nt-brands-advantage-icon {
width: 56px;
height: 56px;
border-radius: 14px;
background: white;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px auto;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
color: var(--primary, #2C3DF5);
}
.nt-brands-advantage-icon svg {
width: 28px;
height: 28px;
stroke-width: 2;
}
.nt-brands-advantage-item h4 {
font-size: 18px;
font-weight: 700;
color: var(--text-dark, #213777);
margin: 0 0 12px 0;
}
.nt-brands-advantage-item p {
font-size: 15px;
color: var(--text-gray, #64748B);
line-height: 1.6;
margin: 0;
}
.nt-brands-advantages-footer {
padding-top: 32px;
border-top: 2px solid var(--border, #E6E6FF);
text-align: center;
max-width: 900px;
margin: 0 auto;
}
.nt-brands-advantages-footer p {
font-size: 15px;
color: var(--text-gray, #64748B);
line-height: 1.7;
margin: 0 0 16px 0;
}
.nt-brands-advantages-footer p:last-child {
margin-bottom: 0;
}
.nt-brands-advantages-footer strong {
color: var(--primary, #2C3DF5);
} .nt-brands-card {
background: white;
border-radius: 24px;
padding: 40px;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.nt-brands-card .nt-section-title {
font-size: 32px;
font-weight: 800;
color: var(--text-dark, #213777);
text-align: center;
margin: 0 0 32px 0;
}
.nt-brands-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
}
.nt-brand-item {
background: #F5F9FF;
border-radius: 12px;
padding: 24px;
display: flex;
align-items: center;
justify-content: center;
text-decoration: none;
transition: all 0.2s ease;
border: 2px solid transparent;
min-height: 80px;
}
.nt-brand-item:hover {
border-color: var(--primary, #2C3DF5);
background: white;
}
.nt-brand-name {
font-size: 14px;
font-weight: 700;
color: var(--text-dark, #213777);
text-transform: uppercase;
letter-spacing: 0.5px;
} @media (max-width: 1200px) {
.nt-brands-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 1024px) {
.nt-brands-advantages-grid {
grid-template-columns: 1fr;
gap: 24px;
}
}
@media (max-width: 768px) {
.nt-brands-advantages-card,
.nt-brands-card {
padding: 24px 16px;
border-radius: 16px;
}
.nt-brands-advantages-card .nt-section-title,
.nt-brands-card .nt-section-title {
font-size: 24px;
margin-bottom: 24px;
}
.nt-brands-advantage-item {
padding: 24px;
}
.nt-brands-grid {
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
.nt-brand-item {
padding: 16px 12px;
min-height: 60px;
}
.nt-brand-name {
font-size: 13px;
} .nt-brands-page .nt-advantages-bar {
flex-wrap: wrap;
}
.nt-brands-page .nt-advantage-item {
flex: 1 1 50%;
border-bottom: 1px solid #E6E6FF;
padding: 16px 8px;
}
.nt-brands-page .nt-advantage-item:nth-child(odd) {
border-right: 1px solid #E6E6FF;
}
.nt-brands-page .nt-advantage-item:nth-child(even) {
border-right: none;
}
.nt-brands-page .nt-advantage-item:nth-child(n+5) {
border-bottom: none;
}
.nt-brands-page .nt-advantage-item {
padding: 18px 8px;
}
.nt-brands-page .nt-advantage-number {
font-size: 20px;
}
} .nt-brand-page .nt-cta-section-wrapper {
margin-bottom: 48px;
}
.nt-brand-page .nt-cta-section {
background: white;
border-radius: 24px;
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
overflow: hidden; display: -webkit-box;
display: -ms-flexbox;
display: flex;
flex-wrap: nowrap;
}
.nt-brand-page .nt-cta-manager {
background: linear-gradient(180deg, var(--primary, #2C3DF5) 0%, #1E28B8 100%);
padding: 48px 36px;
color: white;
display: flex;
flex-direction: column;
align-items: center;
text-align: center; width: 380px;
min-width: 380px;
flex-shrink: 0;
}
.nt-brand-page .nt-manager-photo {
width: 120px;
height: 120px;
border-radius: 50%;
overflow: hidden;
border: 4px solid rgba(255,255,255,0.3);
margin-bottom: 20px;
}
.nt-brand-page .nt-manager-photo img {
width: 100%;
height: 100%;
object-fit: cover;
}
.nt-brand-page .nt-manager-name {
font-size: 22px;
font-weight: 700;
margin-bottom: 4px;
}
.nt-brand-page .nt-manager-role {
font-size: 14px;
opacity: 0.8;
margin-bottom: 24px;
}
.nt-brand-page .nt-manager-stats {
display: flex;
gap: 32px;
margin-bottom: 24px;
}
.nt-brand-page .nt-stat {
text-align: center;
}
.nt-brand-page .nt-stat-value {
font-size: 28px;
font-weight: 800;
}
.nt-brand-page .nt-stat-label {
font-size: 12px;
text-transform: uppercase;
opacity: 0.8;
letter-spacing: 0.5px;
}
.nt-brand-page .nt-manager-quote {
font-size: 14px;
line-height: 1.6;
opacity: 0.9;
background: rgba(255,255,255,0.1);
padding: 16px 20px;
border-radius: 12px;
margin-bottom: 24px;
}
.nt-brand-page .nt-manager-contacts {
display: flex;
gap: 12px;
}
.nt-brand-page .nt-manager-contact {
width: 44px;
height: 44px;
border-radius: 50%;
background: rgba(255,255,255,0.15);
display: flex;
align-items: center;
justify-content: center;
color: white;
transition: all 0.2s;
}
.nt-brand-page .nt-manager-contact:hover {
background: rgba(255,255,255,0.25);
transform: scale(1.1);
}
.nt-brand-page .nt-manager-contact svg {
width: 22px;
height: 22px;
fill: currentColor;
} .nt-brand-page .nt-cta-form-wrapper {
padding: 48px;
display: flex;
flex-direction: column;
justify-content: center; flex: 1;
min-width: 0;
}
.nt-brand-page .nt-cta-form-header {
margin-bottom: 32px;
}
.nt-brand-page .nt-cta-badge {
display: inline-flex;
align-items: center;
gap: 8px;
background: #E8F5E9;
color: #2E7D32;
padding: 8px 16px;
border-radius: 20px;
font-size: 14px;
font-weight: 600;
margin-bottom: 16px;
}
.nt-brand-page .nt-cta-badge svg {
width: 18px;
height: 18px;
}
.nt-brand-page .nt-cta-form-header h2 {
font-size: 28px;
font-weight: 800;
color: #213777;
margin: 0 0 8px 0;
}
.nt-brand-page .nt-cta-form-header p {
font-size: 16px;
color: #64748B;
margin: 0;
} .nt-brand-page .nt-cta-form .nt-form-row {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 16px;
margin-bottom: 16px;
}
.nt-brand-page .nt-cta-form .nt-form-group {
display: flex;
flex-direction: column;
gap: 6px;
}
.nt-brand-page .nt-cta-form .nt-form-group.select-wrapper {
margin-bottom: 24px;
}
.nt-brand-page .nt-cta-form label {
font-size: 14px;
font-weight: 600;
color: #374151;
}
.nt-brand-page .nt-cta-form input,
.nt-brand-page .nt-cta-form select {
height: 52px;
padding: 0 16px;
border: 1px solid #E5E7EB;
border-radius: 12px;
font-size: 15px;
transition: all 0.2s;
background: white;
}
.nt-brand-page .nt-cta-form input:focus,
.nt-brand-page .nt-cta-form select:focus {
outline: none;
border-color: var(--primary, #2C3DF5);
box-shadow: 0 0 0 3px rgba(44, 61, 245, 0.1);
}
.nt-brand-page .nt-cta-form select {
appearance: none;
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
background-position: right 12px center;
background-repeat: no-repeat;
background-size: 20px;
padding-right: 40px;
}
.nt-brand-page .nt-form-submit {
width: 100%;
height: 56px;
background: linear-gradient(135deg, var(--primary, #2C3DF5) 0%, #5B6CF5 100%);
color: white;
border: none;
border-radius: 14px;
font-size: 17px;
font-weight: 700;
cursor: pointer;
transition: all 0.2s;
}
.nt-brand-page .nt-form-submit:hover {
transform: translateY(-2px);
box-shadow: 0 8px 20px rgba(44, 61, 245, 0.3);
}
.nt-brand-page .nt-form-note {
font-size: 13px;
color: #9CA3AF;
text-align: center;
margin: 16px 0 0 0;
}
.nt-brand-page .nt-form-note a {
color: var(--primary, #2C3DF5);
text-decoration: none;
} .nt-brand-page .nt-form-benefits {
display: flex;
justify-content: center;
gap: 24px;
margin-top: 24px;
padding-top: 24px;
border-top: 1px solid #E6E6FF;
}
.nt-brand-page .nt-form-benefit {
display: flex;
align-items: center;
gap: 8px;
font-size: 14px;
color: #64748B;
}
.nt-brand-page .nt-form-benefit svg {
width: 20px;
height: 20px;
color: #22C55E;
} @media (max-width: 992px) {
.nt-brand-page .nt-cta-section {
flex-direction: column;
}
.nt-brand-page .nt-cta-manager {
width: 100%;
min-width: 100%;
padding: 32px 24px;
}
.nt-brand-page .nt-cta-form-wrapper {
padding: 32px 24px;
}
.nt-brand-page .nt-cta-form .nt-form-row {
grid-template-columns: 1fr;
}
}
@media (max-width: 768px) {
.nt-brand-page .nt-form-benefits {
flex-wrap: wrap;
justify-content: center;
}
}